GitHubKit 0.11.4__py3-none-any.whl → 0.11.5__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 (4313) hide show
  1. githubkit/core.py +5 -4
  2. githubkit/exception.py +2 -2
  3. githubkit/github.py +6 -6
  4. githubkit/paginator.py +22 -14
  5. githubkit/response.py +13 -1
  6. githubkit/rest/__init__.py +611 -1605
  7. githubkit/versions/ghec_v2022_11_28/models/__init__.py +4696 -5846
  8. githubkit/versions/ghec_v2022_11_28/models/group_0005.py +16 -41
  9. githubkit/versions/ghec_v2022_11_28/models/group_0006.py +41 -16
  10. githubkit/versions/ghec_v2022_11_28/models/group_0047.py +88 -9
  11. githubkit/versions/ghec_v2022_11_28/models/group_0048.py +8 -37
  12. githubkit/versions/ghec_v2022_11_28/models/group_0049.py +23 -85
  13. githubkit/versions/ghec_v2022_11_28/models/group_0050.py +86 -47
  14. githubkit/versions/ghec_v2022_11_28/models/group_0051.py +52 -12
  15. githubkit/versions/ghec_v2022_11_28/models/group_0052.py +16 -31
  16. githubkit/versions/ghec_v2022_11_28/models/group_0053.py +32 -68
  17. githubkit/versions/ghec_v2022_11_28/models/group_0054.py +47 -60
  18. githubkit/versions/ghec_v2022_11_28/models/group_0055.py +78 -34
  19. githubkit/versions/ghec_v2022_11_28/models/group_0056.py +41 -11
  20. githubkit/versions/ghec_v2022_11_28/models/group_0057.py +10 -10
  21. githubkit/versions/ghec_v2022_11_28/models/group_0058.py +12 -29
  22. githubkit/versions/ghec_v2022_11_28/models/group_0059.py +31 -15
  23. githubkit/versions/ghec_v2022_11_28/models/group_0060.py +14 -103
  24. githubkit/versions/ghec_v2022_11_28/models/group_0061.py +78 -17
  25. githubkit/versions/ghec_v2022_11_28/models/group_0062.py +39 -76
  26. githubkit/versions/ghec_v2022_11_28/models/group_0063.py +66 -59
  27. githubkit/versions/ghec_v2022_11_28/models/group_0064.py +67 -35
  28. githubkit/versions/ghec_v2022_11_28/models/group_0065.py +13 -36
  29. githubkit/versions/ghec_v2022_11_28/models/group_0066.py +42 -97
  30. githubkit/versions/ghec_v2022_11_28/models/group_0067.py +113 -22
  31. githubkit/versions/ghec_v2022_11_28/models/group_0068.py +27 -26
  32. githubkit/versions/ghec_v2022_11_28/models/group_0069.py +29 -7
  33. githubkit/versions/ghec_v2022_11_28/models/group_0070.py +9 -22
  34. githubkit/versions/ghec_v2022_11_28/models/group_0071.py +17 -17
  35. githubkit/versions/ghec_v2022_11_28/models/group_0072.py +17 -21
  36. githubkit/versions/ghec_v2022_11_28/models/group_0073.py +26 -40
  37. githubkit/versions/ghec_v2022_11_28/models/group_0074.py +31 -43
  38. githubkit/versions/ghec_v2022_11_28/models/group_0075.py +39 -60
  39. githubkit/versions/ghec_v2022_11_28/models/group_0076.py +54 -132
  40. githubkit/versions/ghec_v2022_11_28/models/group_0077.py +140 -23
  41. githubkit/versions/ghec_v2022_11_28/models/group_0078.py +30 -14
  42. githubkit/versions/ghec_v2022_11_28/models/group_0079.py +16 -26
  43. githubkit/versions/ghec_v2022_11_28/models/group_0080.py +17 -101
  44. githubkit/versions/ghec_v2022_11_28/models/group_0081.py +109 -8
  45. githubkit/versions/ghec_v2022_11_28/models/group_0082.py +13 -5
  46. githubkit/versions/ghec_v2022_11_28/models/group_0083.py +6 -25
  47. githubkit/versions/ghec_v2022_11_28/models/group_0084.py +21 -13
  48. githubkit/versions/ghec_v2022_11_28/models/group_0085.py +16 -25
  49. githubkit/versions/ghec_v2022_11_28/models/group_0086.py +17 -147
  50. githubkit/versions/ghec_v2022_11_28/models/group_0087.py +150 -11
  51. githubkit/versions/ghec_v2022_11_28/models/group_0088.py +12 -68
  52. githubkit/versions/ghec_v2022_11_28/models/group_0089.py +62 -24
  53. githubkit/versions/ghec_v2022_11_28/models/group_0090.py +23 -31
  54. githubkit/versions/ghec_v2022_11_28/models/group_0091.py +31 -111
  55. githubkit/versions/ghec_v2022_11_28/models/group_0092.py +102 -28
  56. githubkit/versions/ghec_v2022_11_28/models/group_0093.py +40 -12
  57. githubkit/versions/ghec_v2022_11_28/models/group_0094.py +9 -13
  58. githubkit/versions/ghec_v2022_11_28/models/group_0095.py +23 -9
  59. githubkit/versions/ghec_v2022_11_28/models/group_0096.py +7 -26
  60. githubkit/versions/ghec_v2022_11_28/models/group_0097.py +23 -39
  61. githubkit/versions/ghec_v2022_11_28/models/group_0098.py +32 -15
  62. githubkit/versions/ghec_v2022_11_28/models/group_0099.py +22 -20
  63. githubkit/versions/ghec_v2022_11_28/models/group_0100.py +23 -7
  64. githubkit/versions/ghec_v2022_11_28/models/group_0101.py +6 -33
  65. githubkit/versions/ghec_v2022_11_28/models/group_0102.py +32 -11
  66. githubkit/versions/ghec_v2022_11_28/models/group_0103.py +8 -13
  67. githubkit/versions/ghec_v2022_11_28/models/group_0104.py +13 -30
  68. githubkit/versions/ghec_v2022_11_28/models/group_0105.py +28 -29
  69. githubkit/versions/ghec_v2022_11_28/models/group_0106.py +39 -10
  70. githubkit/versions/ghec_v2022_11_28/models/group_0107.py +7 -43
  71. githubkit/versions/ghec_v2022_11_28/models/group_0108.py +31 -45
  72. githubkit/versions/ghec_v2022_11_28/models/group_0109.py +43 -69
  73. githubkit/versions/ghec_v2022_11_28/models/group_0110.py +34 -31
  74. githubkit/versions/ghec_v2022_11_28/models/group_0111.py +73 -26
  75. githubkit/versions/ghec_v2022_11_28/models/group_0112.py +27 -31
  76. githubkit/versions/ghec_v2022_11_28/models/group_0113.py +34 -8
  77. githubkit/versions/ghec_v2022_11_28/models/group_0114.py +9 -13
  78. githubkit/versions/ghec_v2022_11_28/models/group_0115.py +14 -10
  79. githubkit/versions/ghec_v2022_11_28/models/group_0116.py +10 -181
  80. githubkit/versions/ghec_v2022_11_28/models/group_0117.py +180 -14
  81. githubkit/versions/ghec_v2022_11_28/models/group_0118.py +17 -8
  82. githubkit/versions/ghec_v2022_11_28/models/group_0119.py +10 -14
  83. githubkit/versions/ghec_v2022_11_28/models/group_0120.py +16 -12
  84. githubkit/versions/ghec_v2022_11_28/models/group_0121.py +12 -20
  85. githubkit/versions/ghec_v2022_11_28/models/group_0122.py +19 -11
  86. githubkit/versions/ghec_v2022_11_28/models/group_0123.py +11 -11
  87. githubkit/versions/ghec_v2022_11_28/models/group_0124.py +12 -12
  88. githubkit/versions/ghec_v2022_11_28/models/group_0125.py +9 -31
  89. githubkit/versions/ghec_v2022_11_28/models/group_0126.py +29 -11
  90. githubkit/versions/ghec_v2022_11_28/models/group_0127.py +10 -10
  91. githubkit/versions/ghec_v2022_11_28/models/group_0128.py +10 -10
  92. githubkit/versions/ghec_v2022_11_28/models/group_0129.py +13 -42
  93. githubkit/versions/ghec_v2022_11_28/models/group_0130.py +91 -9
  94. githubkit/versions/ghec_v2022_11_28/models/group_0131.py +15 -7
  95. githubkit/versions/ghec_v2022_11_28/models/group_0132.py +7 -10
  96. githubkit/versions/ghec_v2022_11_28/models/group_0133.py +33 -10
  97. githubkit/versions/ghec_v2022_11_28/models/group_0134.py +16 -7
  98. githubkit/versions/ghec_v2022_11_28/models/group_0135.py +8 -15
  99. githubkit/versions/ghec_v2022_11_28/models/group_0136.py +16 -20
  100. githubkit/versions/ghec_v2022_11_28/models/group_0137.py +19 -17
  101. githubkit/versions/ghec_v2022_11_28/models/group_0138.py +11 -26
  102. githubkit/versions/ghec_v2022_11_28/models/group_0139.py +26 -10
  103. githubkit/versions/ghec_v2022_11_28/models/group_0140.py +12 -13
  104. githubkit/versions/ghec_v2022_11_28/models/group_0141.py +13 -12
  105. githubkit/versions/ghec_v2022_11_28/models/group_0142.py +12 -13
  106. githubkit/versions/ghec_v2022_11_28/models/group_0143.py +13 -12
  107. githubkit/versions/ghec_v2022_11_28/models/group_0144.py +12 -13
  108. githubkit/versions/ghec_v2022_11_28/models/group_0145.py +13 -12
  109. githubkit/versions/ghec_v2022_11_28/models/group_0146.py +12 -13
  110. githubkit/versions/ghec_v2022_11_28/models/group_0147.py +13 -12
  111. githubkit/versions/ghec_v2022_11_28/models/group_0148.py +12 -13
  112. githubkit/versions/ghec_v2022_11_28/models/group_0149.py +16 -9
  113. githubkit/versions/ghec_v2022_11_28/models/group_0150.py +7 -12
  114. githubkit/versions/ghec_v2022_11_28/models/group_0151.py +12 -29
  115. githubkit/versions/ghec_v2022_11_28/models/group_0152.py +28 -13
  116. githubkit/versions/ghec_v2022_11_28/models/group_0153.py +11 -114
  117. githubkit/versions/ghec_v2022_11_28/models/group_0154.py +26 -40
  118. githubkit/versions/ghec_v2022_11_28/models/group_0155.py +19 -76
  119. githubkit/versions/ghec_v2022_11_28/models/group_0156.py +125 -22
  120. githubkit/versions/ghec_v2022_11_28/models/group_0157.py +30 -173
  121. githubkit/versions/ghec_v2022_11_28/models/group_0158.py +74 -19
  122. githubkit/versions/ghec_v2022_11_28/models/group_0159.py +22 -114
  123. githubkit/versions/ghec_v2022_11_28/models/group_0160.py +176 -29
  124. githubkit/versions/ghec_v2022_11_28/models/group_0161.py +25 -25
  125. githubkit/versions/ghec_v2022_11_28/models/group_0162.py +110 -11
  126. githubkit/versions/ghec_v2022_11_28/models/group_0163.py +35 -11
  127. githubkit/versions/ghec_v2022_11_28/models/group_0164.py +21 -36
  128. githubkit/versions/ghec_v2022_11_28/models/group_0165.py +13 -144
  129. githubkit/versions/ghec_v2022_11_28/models/group_0166.py +11 -24
  130. githubkit/versions/ghec_v2022_11_28/models/group_0167.py +42 -12
  131. githubkit/versions/ghec_v2022_11_28/models/group_0168.py +146 -8
  132. githubkit/versions/ghec_v2022_11_28/models/group_0169.py +29 -8
  133. githubkit/versions/ghec_v2022_11_28/models/group_0170.py +15 -10
  134. githubkit/versions/ghec_v2022_11_28/models/group_0171.py +12 -19
  135. githubkit/versions/ghec_v2022_11_28/models/group_0172.py +8 -37
  136. githubkit/versions/ghec_v2022_11_28/models/group_0173.py +10 -30
  137. githubkit/versions/ghec_v2022_11_28/models/group_0174.py +16 -86
  138. githubkit/versions/ghec_v2022_11_28/models/group_0175.py +32 -13
  139. githubkit/versions/ghec_v2022_11_28/models/group_0176.py +28 -8
  140. githubkit/versions/ghec_v2022_11_28/models/group_0177.py +85 -9
  141. githubkit/versions/ghec_v2022_11_28/models/group_0178.py +12 -13
  142. githubkit/versions/ghec_v2022_11_28/models/group_0179.py +11 -8
  143. githubkit/versions/ghec_v2022_11_28/models/group_0180.py +14 -51
  144. githubkit/versions/ghec_v2022_11_28/models/group_0181.py +16 -43
  145. githubkit/versions/ghec_v2022_11_28/models/group_0182.py +7 -102
  146. githubkit/versions/ghec_v2022_11_28/models/group_0183.py +44 -39
  147. githubkit/versions/ghec_v2022_11_28/models/group_0184.py +44 -8
  148. githubkit/versions/ghec_v2022_11_28/models/group_0185.py +98 -11
  149. githubkit/versions/ghec_v2022_11_28/models/group_0186.py +24 -31
  150. githubkit/versions/ghec_v2022_11_28/models/group_0187.py +9 -48
  151. githubkit/versions/ghec_v2022_11_28/models/group_0188.py +11 -88
  152. githubkit/versions/ghec_v2022_11_28/models/group_0189.py +39 -38
  153. githubkit/versions/ghec_v2022_11_28/models/group_0190.py +43 -21
  154. githubkit/versions/ghec_v2022_11_28/models/group_0191.py +90 -11
  155. githubkit/versions/ghec_v2022_11_28/models/group_0192.py +48 -9
  156. githubkit/versions/ghec_v2022_11_28/models/group_0193.py +25 -27
  157. githubkit/versions/ghec_v2022_11_28/models/group_0194.py +11 -44
  158. githubkit/versions/ghec_v2022_11_28/models/group_0195.py +10 -124
  159. githubkit/versions/ghec_v2022_11_28/models/group_0196.py +20 -161
  160. githubkit/versions/ghec_v2022_11_28/models/group_0197.py +39 -20
  161. githubkit/versions/ghec_v2022_11_28/models/group_0198.py +122 -7
  162. githubkit/versions/ghec_v2022_11_28/models/group_0199.py +171 -9
  163. githubkit/versions/ghec_v2022_11_28/models/group_0200.py +27 -22
  164. githubkit/versions/ghec_v2022_11_28/models/group_0201.py +8 -44
  165. githubkit/versions/ghec_v2022_11_28/models/group_0202.py +8 -27
  166. githubkit/versions/ghec_v2022_11_28/models/group_0203.py +20 -29
  167. githubkit/versions/ghec_v2022_11_28/models/group_0204.py +34 -143
  168. githubkit/versions/ghec_v2022_11_28/models/group_0205.py +28 -24
  169. githubkit/versions/ghec_v2022_11_28/models/group_0206.py +25 -28
  170. githubkit/versions/ghec_v2022_11_28/models/group_0207.py +146 -24
  171. githubkit/versions/ghec_v2022_11_28/models/group_0208.py +19 -70
  172. githubkit/versions/ghec_v2022_11_28/models/group_0209.py +34 -17
  173. githubkit/versions/ghec_v2022_11_28/models/group_0210.py +26 -60
  174. githubkit/versions/ghec_v2022_11_28/models/group_0211.py +61 -23
  175. githubkit/versions/ghec_v2022_11_28/models/group_0212.py +17 -51
  176. githubkit/versions/ghec_v2022_11_28/models/group_0213.py +63 -85
  177. githubkit/versions/ghec_v2022_11_28/models/group_0214.py +33 -40
  178. githubkit/versions/ghec_v2022_11_28/models/group_0215.py +49 -11
  179. githubkit/versions/ghec_v2022_11_28/models/group_0216.py +81 -21
  180. githubkit/versions/ghec_v2022_11_28/models/group_0217.py +42 -38
  181. githubkit/versions/ghec_v2022_11_28/models/group_0218.py +13 -29
  182. githubkit/versions/ghec_v2022_11_28/models/group_0219.py +27 -11
  183. githubkit/versions/ghec_v2022_11_28/models/group_0220.py +17 -10
  184. githubkit/versions/ghec_v2022_11_28/models/group_0221.py +11 -17
  185. githubkit/versions/ghec_v2022_11_28/models/group_0222.py +49 -26
  186. githubkit/versions/ghec_v2022_11_28/models/group_0223.py +28 -8
  187. githubkit/versions/ghec_v2022_11_28/models/group_0224.py +25 -25
  188. githubkit/versions/ghec_v2022_11_28/models/group_0225.py +44 -62
  189. githubkit/versions/ghec_v2022_11_28/models/group_0226.py +33 -49
  190. githubkit/versions/ghec_v2022_11_28/models/group_0227.py +32 -22
  191. githubkit/versions/ghec_v2022_11_28/models/group_0228.py +15 -6
  192. githubkit/versions/ghec_v2022_11_28/models/group_0229.py +10 -20
  193. githubkit/versions/ghec_v2022_11_28/models/group_0230.py +12 -80
  194. githubkit/versions/ghec_v2022_11_28/models/group_0231.py +28 -21
  195. githubkit/versions/ghec_v2022_11_28/models/group_0232.py +9 -13
  196. githubkit/versions/ghec_v2022_11_28/models/group_0233.py +20 -32
  197. githubkit/versions/ghec_v2022_11_28/models/group_0234.py +53 -15
  198. githubkit/versions/ghec_v2022_11_28/models/group_0235.py +46 -35
  199. githubkit/versions/ghec_v2022_11_28/models/group_0236.py +21 -27
  200. githubkit/versions/ghec_v2022_11_28/models/group_0237.py +6 -60
  201. githubkit/versions/ghec_v2022_11_28/models/group_0238.py +17 -27
  202. githubkit/versions/ghec_v2022_11_28/models/group_0239.py +80 -29
  203. githubkit/versions/ghec_v2022_11_28/models/group_0240.py +20 -24
  204. githubkit/versions/ghec_v2022_11_28/models/group_0241.py +13 -31
  205. githubkit/versions/ghec_v2022_11_28/models/group_0242.py +31 -99
  206. githubkit/versions/ghec_v2022_11_28/models/group_0243.py +21 -31
  207. githubkit/versions/ghec_v2022_11_28/models/group_0244.py +42 -55
  208. githubkit/versions/ghec_v2022_11_28/models/group_0245.py +21 -17
  209. githubkit/versions/ghec_v2022_11_28/models/group_0246.py +55 -24
  210. githubkit/versions/ghec_v2022_11_28/models/group_0247.py +29 -119
  211. githubkit/versions/ghec_v2022_11_28/models/group_0248.py +40 -8
  212. githubkit/versions/ghec_v2022_11_28/models/group_0249.py +36 -36
  213. githubkit/versions/ghec_v2022_11_28/models/group_0250.py +27 -35
  214. githubkit/versions/ghec_v2022_11_28/models/group_0251.py +94 -59
  215. githubkit/versions/ghec_v2022_11_28/models/group_0252.py +30 -41
  216. githubkit/versions/ghec_v2022_11_28/models/group_0253.py +55 -10
  217. githubkit/versions/ghec_v2022_11_28/models/group_0254.py +13 -71
  218. githubkit/versions/ghec_v2022_11_28/models/group_0255.py +29 -21
  219. githubkit/versions/ghec_v2022_11_28/models/group_0256.py +116 -10
  220. githubkit/versions/ghec_v2022_11_28/models/group_0257.py +8 -17
  221. githubkit/versions/ghec_v2022_11_28/models/group_0258.py +31 -6
  222. githubkit/versions/ghec_v2022_11_28/models/group_0259.py +37 -16
  223. githubkit/versions/ghec_v2022_11_28/models/group_0260.py +61 -33
  224. githubkit/versions/ghec_v2022_11_28/models/group_0261.py +42 -6
  225. githubkit/versions/ghec_v2022_11_28/models/group_0262.py +12 -16
  226. githubkit/versions/ghec_v2022_11_28/models/group_0263.py +61 -62
  227. githubkit/versions/ghec_v2022_11_28/models/group_0264.py +20 -20
  228. githubkit/versions/ghec_v2022_11_28/models/group_0265.py +12 -38
  229. githubkit/versions/ghec_v2022_11_28/models/group_0266.py +10 -28
  230. githubkit/versions/ghec_v2022_11_28/models/group_0267.py +7 -9
  231. githubkit/versions/ghec_v2022_11_28/models/group_0268.py +13 -30
  232. githubkit/versions/ghec_v2022_11_28/models/group_0269.py +43 -58
  233. githubkit/versions/ghec_v2022_11_28/models/group_0270.py +6 -11
  234. githubkit/versions/ghec_v2022_11_28/models/group_0271.py +16 -9
  235. githubkit/versions/ghec_v2022_11_28/models/group_0272.py +53 -107
  236. githubkit/versions/ghec_v2022_11_28/models/group_0273.py +14 -24
  237. githubkit/versions/ghec_v2022_11_28/models/group_0274.py +31 -23
  238. githubkit/versions/ghec_v2022_11_28/models/group_0275.py +27 -21
  239. githubkit/versions/ghec_v2022_11_28/models/group_0276.py +7 -21
  240. githubkit/versions/ghec_v2022_11_28/models/group_0277.py +31 -27
  241. githubkit/versions/ghec_v2022_11_28/models/group_0278.py +54 -23
  242. githubkit/versions/ghec_v2022_11_28/models/group_0279.py +10 -29
  243. githubkit/versions/ghec_v2022_11_28/models/group_0280.py +12 -36
  244. githubkit/versions/ghec_v2022_11_28/models/group_0281.py +118 -15
  245. githubkit/versions/ghec_v2022_11_28/models/group_0282.py +15 -19
  246. githubkit/versions/ghec_v2022_11_28/models/group_0283.py +20 -9
  247. githubkit/versions/ghec_v2022_11_28/models/group_0284.py +13 -28
  248. githubkit/versions/ghec_v2022_11_28/models/group_0285.py +11 -29
  249. githubkit/versions/ghec_v2022_11_28/models/group_0286.py +14 -23
  250. githubkit/versions/ghec_v2022_11_28/models/group_0287.py +14 -26
  251. githubkit/versions/ghec_v2022_11_28/models/group_0288.py +28 -14
  252. githubkit/versions/ghec_v2022_11_28/models/group_0289.py +24 -35
  253. githubkit/versions/ghec_v2022_11_28/models/group_0290.py +26 -13
  254. githubkit/versions/ghec_v2022_11_28/models/group_0291.py +34 -11
  255. githubkit/versions/ghec_v2022_11_28/models/group_0292.py +17 -80
  256. githubkit/versions/ghec_v2022_11_28/models/group_0293.py +26 -52
  257. githubkit/versions/ghec_v2022_11_28/models/group_0294.py +28 -134
  258. githubkit/versions/ghec_v2022_11_28/models/group_0295.py +28 -9
  259. githubkit/versions/ghec_v2022_11_28/models/group_0296.py +31 -9
  260. githubkit/versions/ghec_v2022_11_28/models/group_0297.py +13 -18
  261. githubkit/versions/ghec_v2022_11_28/models/group_0298.py +43 -15
  262. githubkit/versions/ghec_v2022_11_28/models/group_0299.py +24 -6
  263. githubkit/versions/ghec_v2022_11_28/models/group_0300.py +13 -35
  264. githubkit/versions/ghec_v2022_11_28/models/group_0301.py +80 -9
  265. githubkit/versions/ghec_v2022_11_28/models/group_0302.py +57 -70
  266. githubkit/versions/ghec_v2022_11_28/models/group_0303.py +136 -19
  267. githubkit/versions/ghec_v2022_11_28/models/group_0304.py +19 -6
  268. githubkit/versions/ghec_v2022_11_28/models/group_0305.py +19 -18
  269. githubkit/versions/ghec_v2022_11_28/models/group_0306.py +21 -20
  270. githubkit/versions/ghec_v2022_11_28/models/group_0307.py +14 -85
  271. githubkit/versions/ghec_v2022_11_28/models/group_0308.py +6 -96
  272. githubkit/versions/ghec_v2022_11_28/models/group_0309.py +25 -192
  273. githubkit/versions/ghec_v2022_11_28/models/group_0310.py +18 -44
  274. githubkit/versions/ghec_v2022_11_28/models/group_0311.py +76 -136
  275. githubkit/versions/ghec_v2022_11_28/models/group_0312.py +29 -13
  276. githubkit/versions/ghec_v2022_11_28/models/group_0313.py +7 -8
  277. githubkit/versions/ghec_v2022_11_28/models/group_0314.py +18 -11
  278. githubkit/versions/ghec_v2022_11_28/models/group_0315.py +20 -65
  279. githubkit/versions/ghec_v2022_11_28/models/group_0316.py +83 -66
  280. githubkit/versions/ghec_v2022_11_28/models/group_0317.py +93 -8
  281. githubkit/versions/ghec_v2022_11_28/models/group_0318.py +193 -17
  282. githubkit/versions/ghec_v2022_11_28/models/group_0319.py +37 -44
  283. githubkit/versions/ghec_v2022_11_28/models/group_0320.py +138 -9
  284. githubkit/versions/ghec_v2022_11_28/models/group_0321.py +13 -22
  285. githubkit/versions/ghec_v2022_11_28/models/group_0322.py +10 -20
  286. githubkit/versions/ghec_v2022_11_28/models/group_0323.py +12 -21
  287. githubkit/versions/ghec_v2022_11_28/models/group_0324.py +63 -15
  288. githubkit/versions/ghec_v2022_11_28/models/group_0325.py +66 -12
  289. githubkit/versions/ghec_v2022_11_28/models/group_0326.py +8 -24
  290. githubkit/versions/ghec_v2022_11_28/models/group_0327.py +25 -18
  291. githubkit/versions/ghec_v2022_11_28/models/group_0328.py +40 -16
  292. githubkit/versions/ghec_v2022_11_28/models/group_0329.py +9 -23
  293. githubkit/versions/ghec_v2022_11_28/models/group_0330.py +8 -5
  294. githubkit/versions/ghec_v2022_11_28/models/group_0331.py +5 -10
  295. githubkit/versions/ghec_v2022_11_28/models/group_0332.py +7 -9
  296. githubkit/versions/ghec_v2022_11_28/models/group_0333.py +5 -10
  297. githubkit/versions/ghec_v2022_11_28/models/group_0334.py +5 -10
  298. githubkit/versions/ghec_v2022_11_28/models/group_0335.py +7 -7
  299. githubkit/versions/ghec_v2022_11_28/models/group_0336.py +5 -8
  300. githubkit/versions/ghec_v2022_11_28/models/group_0337.py +14 -60
  301. githubkit/versions/ghec_v2022_11_28/models/group_0338.py +15 -106
  302. githubkit/versions/ghec_v2022_11_28/models/group_0339.py +12 -81
  303. githubkit/versions/ghec_v2022_11_28/models/group_0340.py +15 -117
  304. githubkit/versions/ghec_v2022_11_28/models/group_0341.py +23 -12
  305. githubkit/versions/ghec_v2022_11_28/models/group_0342.py +23 -10
  306. githubkit/versions/ghec_v2022_11_28/models/group_0343.py +21 -25
  307. githubkit/versions/ghec_v2022_11_28/models/group_0344.py +24 -7
  308. githubkit/versions/ghec_v2022_11_28/models/group_0345.py +19 -16
  309. githubkit/versions/ghec_v2022_11_28/models/group_0346.py +22 -22
  310. githubkit/versions/ghec_v2022_11_28/models/group_0347.py +66 -11
  311. githubkit/versions/ghec_v2022_11_28/models/group_0348.py +113 -7
  312. githubkit/versions/ghec_v2022_11_28/models/group_0349.py +88 -8
  313. githubkit/versions/ghec_v2022_11_28/models/group_0350.py +123 -10
  314. githubkit/versions/ghec_v2022_11_28/models/group_0351.py +12 -9
  315. githubkit/versions/ghec_v2022_11_28/models/group_0352.py +10 -8
  316. githubkit/versions/ghec_v2022_11_28/models/group_0353.py +25 -10
  317. githubkit/versions/ghec_v2022_11_28/models/group_0354.py +11 -46
  318. githubkit/versions/ghec_v2022_11_28/models/group_0355.py +15 -20
  319. githubkit/versions/ghec_v2022_11_28/models/group_0356.py +25 -78
  320. githubkit/versions/ghec_v2022_11_28/models/group_0357.py +11 -29
  321. githubkit/versions/ghec_v2022_11_28/models/group_0358.py +8 -28
  322. githubkit/versions/ghec_v2022_11_28/models/group_0359.py +8 -26
  323. githubkit/versions/ghec_v2022_11_28/models/group_0360.py +12 -31
  324. githubkit/versions/ghec_v2022_11_28/models/group_0361.py +11 -25
  325. githubkit/versions/ghec_v2022_11_28/models/group_0362.py +15 -40
  326. githubkit/versions/ghec_v2022_11_28/models/group_0363.py +11 -68
  327. githubkit/versions/ghec_v2022_11_28/models/group_0364.py +37 -13
  328. githubkit/versions/ghec_v2022_11_28/models/group_0365.py +23 -7
  329. githubkit/versions/ghec_v2022_11_28/models/group_0366.py +55 -40
  330. githubkit/versions/ghec_v2022_11_28/models/group_0367.py +17 -116
  331. githubkit/versions/ghec_v2022_11_28/models/group_0368.py +23 -19
  332. githubkit/versions/ghec_v2022_11_28/models/group_0369.py +18 -35
  333. githubkit/versions/ghec_v2022_11_28/models/group_0370.py +24 -46
  334. githubkit/versions/ghec_v2022_11_28/models/group_0371.py +22 -37
  335. githubkit/versions/ghec_v2022_11_28/models/group_0372.py +27 -100
  336. githubkit/versions/ghec_v2022_11_28/models/group_0373.py +61 -26
  337. githubkit/versions/ghec_v2022_11_28/models/group_0374.py +12 -129
  338. githubkit/versions/ghec_v2022_11_28/models/group_0375.py +7 -88
  339. githubkit/versions/ghec_v2022_11_28/models/group_0376.py +54 -55
  340. githubkit/versions/ghec_v2022_11_28/models/group_0377.py +125 -61
  341. githubkit/versions/ghec_v2022_11_28/models/group_0378.py +25 -8
  342. githubkit/versions/ghec_v2022_11_28/models/group_0379.py +36 -24
  343. githubkit/versions/ghec_v2022_11_28/models/group_0380.py +38 -135
  344. githubkit/versions/ghec_v2022_11_28/models/group_0381.py +36 -9
  345. githubkit/versions/ghec_v2022_11_28/models/group_0382.py +93 -51
  346. githubkit/versions/ghec_v2022_11_28/models/group_0383.py +31 -11
  347. githubkit/versions/ghec_v2022_11_28/models/group_0384.py +123 -27
  348. githubkit/versions/ghec_v2022_11_28/models/group_0385.py +88 -7
  349. githubkit/versions/ghec_v2022_11_28/models/group_0386.py +57 -8
  350. githubkit/versions/ghec_v2022_11_28/models/group_0387.py +64 -9
  351. githubkit/versions/ghec_v2022_11_28/models/group_0388.py +7 -19
  352. githubkit/versions/ghec_v2022_11_28/models/group_0389.py +33 -10
  353. githubkit/versions/ghec_v2022_11_28/models/group_0390.py +144 -23
  354. githubkit/versions/ghec_v2022_11_28/models/group_0391.py +11 -12
  355. githubkit/versions/ghec_v2022_11_28/models/group_0392.py +64 -20
  356. githubkit/versions/ghec_v2022_11_28/models/group_0393.py +12 -356
  357. githubkit/versions/ghec_v2022_11_28/models/group_0394.py +32 -25
  358. githubkit/versions/ghec_v2022_11_28/models/group_0395.py +7 -60
  359. githubkit/versions/ghec_v2022_11_28/models/group_0396.py +9 -51
  360. githubkit/versions/ghec_v2022_11_28/models/group_0397.py +8 -66
  361. githubkit/versions/ghec_v2022_11_28/models/group_0398.py +18 -141
  362. githubkit/versions/ghec_v2022_11_28/models/group_0399.py +7 -14
  363. githubkit/versions/ghec_v2022_11_28/models/group_0400.py +24 -171
  364. githubkit/versions/ghec_v2022_11_28/models/group_0401.py +15 -27
  365. githubkit/versions/ghec_v2022_11_28/models/group_0402.py +24 -28
  366. githubkit/versions/ghec_v2022_11_28/models/group_0403.py +325 -88
  367. githubkit/versions/ghec_v2022_11_28/models/group_0404.py +34 -44
  368. githubkit/versions/ghec_v2022_11_28/models/group_0405.py +50 -53
  369. githubkit/versions/ghec_v2022_11_28/models/group_0406.py +47 -30
  370. githubkit/versions/ghec_v2022_11_28/models/group_0407.py +63 -30
  371. githubkit/versions/ghec_v2022_11_28/models/group_0408.py +23 -45
  372. githubkit/versions/ghec_v2022_11_28/models/group_0409.py +20 -47
  373. githubkit/versions/ghec_v2022_11_28/models/group_0410.py +64 -149
  374. githubkit/versions/ghec_v2022_11_28/models/group_0411.py +17 -42
  375. githubkit/versions/ghec_v2022_11_28/models/group_0412.py +33 -14
  376. githubkit/versions/ghec_v2022_11_28/models/group_0413.py +78 -32
  377. githubkit/versions/ghec_v2022_11_28/models/group_0414.py +141 -7
  378. githubkit/versions/ghec_v2022_11_28/models/group_0415.py +77 -53
  379. githubkit/versions/ghec_v2022_11_28/models/group_0416.py +14 -9
  380. githubkit/versions/ghec_v2022_11_28/models/group_0417.py +14 -42
  381. githubkit/versions/ghec_v2022_11_28/models/group_0418.py +9 -10
  382. githubkit/versions/ghec_v2022_11_28/models/group_0419.py +51 -355
  383. githubkit/versions/ghec_v2022_11_28/models/group_0420.py +11 -386
  384. githubkit/versions/ghec_v2022_11_28/models/group_0421.py +244 -210
  385. githubkit/versions/ghec_v2022_11_28/models/group_0422.py +27 -175
  386. githubkit/versions/ghec_v2022_11_28/models/group_0423.py +349 -144
  387. githubkit/versions/ghec_v2022_11_28/models/group_0424.py +27 -182
  388. githubkit/versions/ghec_v2022_11_28/models/group_0425.py +41 -201
  389. githubkit/versions/ghec_v2022_11_28/models/group_0426.py +43 -184
  390. githubkit/versions/ghec_v2022_11_28/models/group_0427.py +44 -160
  391. githubkit/versions/ghec_v2022_11_28/models/group_0428.py +12 -135
  392. githubkit/versions/ghec_v2022_11_28/models/group_0429.py +59 -53
  393. githubkit/versions/ghec_v2022_11_28/models/group_0430.py +49 -40
  394. githubkit/versions/ghec_v2022_11_28/models/group_0431.py +166 -32
  395. githubkit/versions/ghec_v2022_11_28/models/group_0432.py +54 -40
  396. githubkit/versions/ghec_v2022_11_28/models/group_0433.py +50 -41
  397. githubkit/versions/ghec_v2022_11_28/models/group_0434.py +15 -43
  398. githubkit/versions/ghec_v2022_11_28/models/group_0435.py +30 -44
  399. githubkit/versions/ghec_v2022_11_28/models/group_0436.py +23 -42
  400. githubkit/versions/ghec_v2022_11_28/models/group_0437.py +22 -34
  401. githubkit/versions/ghec_v2022_11_28/models/group_0438.py +111 -28
  402. githubkit/versions/ghec_v2022_11_28/models/group_0439.py +31 -28
  403. githubkit/versions/ghec_v2022_11_28/models/group_0440.py +1039 -28
  404. githubkit/versions/ghec_v2022_11_28/models/group_0441.py +159 -31
  405. githubkit/versions/ghec_v2022_11_28/models/group_0442.py +78 -51
  406. githubkit/versions/ghec_v2022_11_28/models/group_0443.py +123 -47
  407. githubkit/versions/ghec_v2022_11_28/models/group_0444.py +60 -591
  408. githubkit/versions/ghec_v2022_11_28/models/group_0445.py +56 -48
  409. githubkit/versions/ghec_v2022_11_28/models/group_0446.py +48 -520
  410. githubkit/versions/ghec_v2022_11_28/models/group_0447.py +70 -516
  411. githubkit/versions/ghec_v2022_11_28/models/group_0448.py +42 -440
  412. githubkit/versions/ghec_v2022_11_28/models/group_0449.py +26 -968
  413. githubkit/versions/ghec_v2022_11_28/models/group_0450.py +44 -107
  414. githubkit/versions/ghec_v2022_11_28/models/group_0451.py +10 -53
  415. githubkit/versions/ghec_v2022_11_28/models/group_0452.py +10 -14
  416. githubkit/versions/ghec_v2022_11_28/models/group_0453.py +15 -98
  417. githubkit/versions/ghec_v2022_11_28/models/group_0454.py +15 -98
  418. githubkit/versions/ghec_v2022_11_28/models/group_0455.py +112 -103
  419. githubkit/versions/ghec_v2022_11_28/models/group_0456.py +13 -18
  420. githubkit/versions/ghec_v2022_11_28/models/group_0457.py +8 -40
  421. githubkit/versions/ghec_v2022_11_28/models/group_0458.py +13 -46
  422. githubkit/versions/ghec_v2022_11_28/models/group_0459.py +8 -59
  423. githubkit/versions/ghec_v2022_11_28/models/group_0460.py +32 -18
  424. githubkit/versions/ghec_v2022_11_28/models/group_0461.py +8 -40
  425. githubkit/versions/ghec_v2022_11_28/models/group_0462.py +13 -18
  426. githubkit/versions/ghec_v2022_11_28/models/group_0463.py +8 -42
  427. githubkit/versions/ghec_v2022_11_28/models/group_0464.py +390 -9
  428. githubkit/versions/ghec_v2022_11_28/models/group_0465.py +337 -58
  429. githubkit/versions/ghec_v2022_11_28/models/group_0466.py +355 -25
  430. githubkit/versions/ghec_v2022_11_28/models/group_0467.py +180 -14
  431. githubkit/versions/ghec_v2022_11_28/models/group_0468.py +180 -14
  432. githubkit/versions/ghec_v2022_11_28/models/group_0469.py +160 -16
  433. githubkit/versions/ghec_v2022_11_28/models/group_0470.py +163 -140
  434. githubkit/versions/ghec_v2022_11_28/models/group_0471.py +165 -160
  435. githubkit/versions/ghec_v2022_11_28/models/group_0472.py +168 -17
  436. githubkit/versions/ghec_v2022_11_28/models/group_0473.py +114 -96
  437. githubkit/versions/ghec_v2022_11_28/models/group_0474.py +46 -7
  438. githubkit/versions/ghec_v2022_11_28/models/group_0475.py +18 -37
  439. githubkit/versions/ghec_v2022_11_28/models/group_0476.py +25 -67
  440. githubkit/versions/ghec_v2022_11_28/models/group_0477.py +21 -39
  441. githubkit/versions/ghec_v2022_11_28/models/group_0478.py +27 -38
  442. githubkit/versions/ghec_v2022_11_28/models/group_0479.py +23 -86
  443. githubkit/versions/ghec_v2022_11_28/models/group_0480.py +21 -86
  444. githubkit/versions/ghec_v2022_11_28/models/group_0481.py +21 -37
  445. githubkit/versions/ghec_v2022_11_28/models/group_0482.py +20 -96
  446. githubkit/versions/ghec_v2022_11_28/models/group_0483.py +21 -37
  447. githubkit/versions/ghec_v2022_11_28/models/group_0484.py +17 -24
  448. githubkit/versions/ghec_v2022_11_28/models/group_0485.py +33 -83
  449. githubkit/versions/ghec_v2022_11_28/models/group_0486.py +31 -143
  450. githubkit/versions/ghec_v2022_11_28/models/group_0487.py +31 -160
  451. githubkit/versions/ghec_v2022_11_28/models/group_0488.py +37 -57
  452. githubkit/versions/ghec_v2022_11_28/models/group_0489.py +626 -5
  453. githubkit/versions/ghec_v2022_11_28/models/group_0490.py +51 -30
  454. githubkit/versions/ghec_v2022_11_28/models/group_0491.py +415 -54
  455. githubkit/versions/ghec_v2022_11_28/models/group_0492.py +445 -82
  456. githubkit/versions/ghec_v2022_11_28/models/group_0493.py +420 -86
  457. githubkit/versions/ghec_v2022_11_28/models/group_0494.py +957 -18
  458. githubkit/versions/ghec_v2022_11_28/models/group_0495.py +39 -80
  459. githubkit/versions/ghec_v2022_11_28/models/group_0496.py +52 -18
  460. githubkit/versions/ghec_v2022_11_28/models/group_0497.py +34 -84
  461. githubkit/versions/ghec_v2022_11_28/models/group_0498.py +35 -143
  462. githubkit/versions/ghec_v2022_11_28/models/group_0499.py +33 -160
  463. githubkit/versions/ghec_v2022_11_28/models/group_0500.py +52 -51
  464. githubkit/versions/ghec_v2022_11_28/models/group_0501.py +39 -28
  465. githubkit/versions/ghec_v2022_11_28/models/group_0502.py +46 -36
  466. githubkit/versions/ghec_v2022_11_28/models/group_0503.py +66 -85
  467. githubkit/versions/ghec_v2022_11_28/models/group_0504.py +39 -84
  468. githubkit/versions/ghec_v2022_11_28/models/group_0505.py +33 -148
  469. githubkit/versions/ghec_v2022_11_28/models/group_0506.py +46 -33
  470. githubkit/versions/ghec_v2022_11_28/models/group_0507.py +37 -78
  471. githubkit/versions/ghec_v2022_11_28/models/group_0508.py +18 -45
  472. githubkit/versions/ghec_v2022_11_28/models/group_0509.py +11 -89
  473. githubkit/versions/ghec_v2022_11_28/models/group_0510.py +25 -144
  474. githubkit/versions/ghec_v2022_11_28/models/group_0511.py +33 -160
  475. githubkit/versions/ghec_v2022_11_28/models/group_0512.py +37 -57
  476. githubkit/versions/ghec_v2022_11_28/models/group_0513.py +39 -28
  477. githubkit/versions/ghec_v2022_11_28/models/group_0514.py +42 -30
  478. githubkit/versions/ghec_v2022_11_28/models/group_0515.py +154 -64
  479. githubkit/versions/ghec_v2022_11_28/models/group_0516.py +168 -77
  480. githubkit/versions/ghec_v2022_11_28/models/group_0517.py +18 -151
  481. githubkit/versions/ghec_v2022_11_28/models/group_0518.py +119 -25
  482. githubkit/versions/ghec_v2022_11_28/models/group_0519.py +10 -81
  483. githubkit/versions/ghec_v2022_11_28/models/group_0520.py +23 -473
  484. githubkit/versions/ghec_v2022_11_28/models/group_0521.py +21 -21
  485. githubkit/versions/ghec_v2022_11_28/models/group_0522.py +32 -187
  486. githubkit/versions/ghec_v2022_11_28/models/group_0523.py +31 -197
  487. githubkit/versions/ghec_v2022_11_28/models/group_0524.py +63 -27
  488. githubkit/versions/ghec_v2022_11_28/models/group_0525.py +59 -26
  489. githubkit/versions/ghec_v2022_11_28/models/group_0526.py +34 -79
  490. githubkit/versions/ghec_v2022_11_28/models/group_0527.py +110 -85
  491. githubkit/versions/ghec_v2022_11_28/models/group_0528.py +43 -16
  492. githubkit/versions/ghec_v2022_11_28/models/group_0529.py +41 -115
  493. githubkit/versions/ghec_v2022_11_28/models/group_0530.py +81 -18
  494. githubkit/versions/ghec_v2022_11_28/models/group_0531.py +143 -76
  495. githubkit/versions/ghec_v2022_11_28/models/group_0532.py +45 -339
  496. githubkit/versions/ghec_v2022_11_28/models/group_0533.py +11 -490
  497. githubkit/versions/ghec_v2022_11_28/models/group_0534.py +4 -496
  498. githubkit/versions/ghec_v2022_11_28/models/group_0535.py +10 -471
  499. githubkit/versions/ghec_v2022_11_28/models/group_0536.py +23 -394
  500. githubkit/versions/ghec_v2022_11_28/models/group_0537.py +11 -451
  501. githubkit/versions/ghec_v2022_11_28/models/group_0538.py +76 -1039
  502. githubkit/versions/ghec_v2022_11_28/models/group_0539.py +11 -444
  503. githubkit/versions/ghec_v2022_11_28/models/group_0540.py +12 -403
  504. githubkit/versions/ghec_v2022_11_28/models/group_0541.py +20 -1096
  505. githubkit/versions/ghec_v2022_11_28/models/group_0542.py +41 -398
  506. githubkit/versions/ghec_v2022_11_28/models/group_0543.py +42 -366
  507. githubkit/versions/ghec_v2022_11_28/models/group_0544.py +14 -416
  508. githubkit/versions/ghec_v2022_11_28/models/group_0545.py +5 -438
  509. githubkit/versions/ghec_v2022_11_28/models/group_0546.py +25 -51
  510. githubkit/versions/ghec_v2022_11_28/models/group_0547.py +84 -52
  511. githubkit/versions/ghec_v2022_11_28/models/group_0548.py +81 -101
  512. githubkit/versions/ghec_v2022_11_28/models/group_0549.py +139 -128
  513. githubkit/versions/ghec_v2022_11_28/models/group_0550.py +25 -138
  514. githubkit/versions/ghec_v2022_11_28/models/group_0551.py +78 -145
  515. githubkit/versions/ghec_v2022_11_28/models/group_0552.py +22 -133
  516. githubkit/versions/ghec_v2022_11_28/models/group_0553.py +138 -132
  517. githubkit/versions/ghec_v2022_11_28/models/group_0554.py +129 -70
  518. githubkit/versions/ghec_v2022_11_28/models/group_0555.py +27 -73
  519. githubkit/versions/ghec_v2022_11_28/models/group_0556.py +6 -44
  520. githubkit/versions/ghec_v2022_11_28/models/group_0557.py +23 -151
  521. githubkit/versions/ghec_v2022_11_28/models/group_0558.py +55 -123
  522. githubkit/versions/ghec_v2022_11_28/models/group_0559.py +85 -34
  523. githubkit/versions/ghec_v2022_11_28/models/group_0560.py +148 -34
  524. githubkit/versions/ghec_v2022_11_28/models/group_0561.py +23 -123
  525. githubkit/versions/ghec_v2022_11_28/models/group_0562.py +75 -94
  526. githubkit/versions/ghec_v2022_11_28/models/group_0563.py +16 -72
  527. githubkit/versions/ghec_v2022_11_28/models/group_0564.py +14 -75
  528. githubkit/versions/ghec_v2022_11_28/models/group_0565.py +141 -99
  529. githubkit/versions/ghec_v2022_11_28/models/group_0566.py +158 -52
  530. githubkit/versions/ghec_v2022_11_28/models/group_0567.py +6 -46
  531. githubkit/versions/ghec_v2022_11_28/models/group_0568.py +25 -66
  532. githubkit/versions/ghec_v2022_11_28/models/group_0569.py +58 -63
  533. githubkit/versions/ghec_v2022_11_28/models/group_0570.py +84 -83
  534. githubkit/versions/ghec_v2022_11_28/models/group_0571.py +8 -121
  535. githubkit/versions/ghec_v2022_11_28/models/group_0572.py +91 -60
  536. githubkit/versions/ghec_v2022_11_28/models/group_0573.py +22 -105
  537. githubkit/versions/ghec_v2022_11_28/models/group_0574.py +83 -40
  538. githubkit/versions/ghec_v2022_11_28/models/group_0575.py +439 -17
  539. githubkit/versions/ghec_v2022_11_28/models/group_0576.py +444 -31
  540. githubkit/versions/ghec_v2022_11_28/models/group_0577.py +419 -461
  541. githubkit/versions/ghec_v2022_11_28/models/group_0578.py +451 -15
  542. githubkit/versions/ghec_v2022_11_28/models/group_0579.py +424 -27
  543. githubkit/versions/ghec_v2022_11_28/models/group_0580.py +401 -90
  544. githubkit/versions/ghec_v2022_11_28/models/group_0581.py +1058 -36
  545. githubkit/versions/ghec_v2022_11_28/models/group_0582.py +32 -17
  546. githubkit/versions/ghec_v2022_11_28/models/group_0583.py +465 -17
  547. githubkit/versions/ghec_v2022_11_28/models/group_0584.py +695 -18
  548. githubkit/versions/ghec_v2022_11_28/models/group_0585.py +37 -18
  549. githubkit/versions/ghec_v2022_11_28/models/group_0586.py +29 -17
  550. githubkit/versions/ghec_v2022_11_28/models/group_0587.py +442 -36
  551. githubkit/versions/ghec_v2022_11_28/models/group_0588.py +41 -8
  552. githubkit/versions/ghec_v2022_11_28/models/group_0589.py +16 -87
  553. githubkit/versions/ghec_v2022_11_28/models/group_0590.py +14 -67
  554. githubkit/versions/ghec_v2022_11_28/models/group_0591.py +64 -61
  555. githubkit/versions/ghec_v2022_11_28/models/group_0592.py +20 -82
  556. githubkit/versions/ghec_v2022_11_28/models/group_0593.py +59 -70
  557. githubkit/versions/ghec_v2022_11_28/models/group_0594.py +95 -48
  558. githubkit/versions/ghec_v2022_11_28/models/group_0595.py +102 -48
  559. githubkit/versions/ghec_v2022_11_28/models/group_0596.py +20 -67
  560. githubkit/versions/ghec_v2022_11_28/models/group_0597.py +54 -31
  561. githubkit/versions/ghec_v2022_11_28/models/group_0598.py +52 -29
  562. githubkit/versions/ghec_v2022_11_28/models/group_0599.py +14 -53
  563. githubkit/versions/ghec_v2022_11_28/models/group_0600.py +48 -35
  564. githubkit/versions/ghec_v2022_11_28/models/group_0601.py +22 -43
  565. githubkit/versions/ghec_v2022_11_28/models/group_0602.py +20 -73
  566. githubkit/versions/ghec_v2022_11_28/models/group_0603.py +17 -108
  567. githubkit/versions/ghec_v2022_11_28/models/group_0604.py +98 -66
  568. githubkit/versions/ghec_v2022_11_28/models/group_0605.py +24 -11
  569. githubkit/versions/ghec_v2022_11_28/models/group_0606.py +24 -14
  570. githubkit/versions/ghec_v2022_11_28/models/group_0607.py +24 -11
  571. githubkit/versions/ghec_v2022_11_28/models/group_0608.py +62 -54
  572. githubkit/versions/ghec_v2022_11_28/models/group_0609.py +26 -36
  573. githubkit/versions/ghec_v2022_11_28/models/group_0610.py +21 -33
  574. githubkit/versions/ghec_v2022_11_28/models/group_0611.py +22 -12
  575. githubkit/versions/ghec_v2022_11_28/models/group_0612.py +24 -10
  576. githubkit/versions/ghec_v2022_11_28/models/group_0613.py +25 -54
  577. githubkit/versions/ghec_v2022_11_28/models/group_0614.py +75 -31
  578. githubkit/versions/ghec_v2022_11_28/models/group_0615.py +25 -35
  579. githubkit/versions/ghec_v2022_11_28/models/group_0616.py +46 -11
  580. githubkit/versions/ghec_v2022_11_28/models/group_0617.py +40 -33
  581. githubkit/versions/ghec_v2022_11_28/models/group_0618.py +16 -1149
  582. githubkit/versions/ghec_v2022_11_28/models/group_0619.py +29 -1161
  583. githubkit/versions/ghec_v2022_11_28/models/group_0620.py +374 -1019
  584. githubkit/versions/ghec_v2022_11_28/models/group_0621.py +14 -13
  585. githubkit/versions/ghec_v2022_11_28/models/group_0622.py +69 -43
  586. githubkit/versions/ghec_v2022_11_28/models/group_0623.py +83 -1093
  587. githubkit/versions/ghec_v2022_11_28/models/group_0624.py +35 -1082
  588. githubkit/versions/ghec_v2022_11_28/models/group_0625.py +17 -96
  589. githubkit/versions/ghec_v2022_11_28/models/group_0626.py +17 -1133
  590. githubkit/versions/ghec_v2022_11_28/models/group_0627.py +17 -1149
  591. githubkit/versions/ghec_v2022_11_28/models/group_0628.py +17 -1124
  592. githubkit/versions/ghec_v2022_11_28/models/group_0629.py +15 -1147
  593. githubkit/versions/ghec_v2022_11_28/models/group_0630.py +47 -30
  594. githubkit/versions/ghec_v2022_11_28/models/group_0631.py +8 -39
  595. githubkit/versions/ghec_v2022_11_28/models/group_0632.py +33 -14
  596. githubkit/versions/ghec_v2022_11_28/models/group_0633.py +14 -1334
  597. githubkit/versions/ghec_v2022_11_28/models/group_0634.py +29 -1294
  598. githubkit/versions/ghec_v2022_11_28/models/group_0635.py +25 -1334
  599. githubkit/versions/ghec_v2022_11_28/models/group_0636.py +42 -1166
  600. githubkit/versions/ghec_v2022_11_28/models/group_0637.py +18 -1134
  601. githubkit/versions/ghec_v2022_11_28/models/group_0638.py +23 -1259
  602. githubkit/versions/ghec_v2022_11_28/models/group_0639.py +15 -1284
  603. githubkit/versions/ghec_v2022_11_28/models/group_0640.py +17 -1242
  604. githubkit/versions/ghec_v2022_11_28/models/group_0641.py +16 -1269
  605. githubkit/versions/ghec_v2022_11_28/models/group_0642.py +28 -1201
  606. githubkit/versions/ghec_v2022_11_28/models/group_0643.py +16 -1314
  607. githubkit/versions/ghec_v2022_11_28/models/group_0644.py +16 -1316
  608. githubkit/versions/ghec_v2022_11_28/models/group_0645.py +16 -1143
  609. githubkit/versions/ghec_v2022_11_28/models/group_0646.py +39 -1154
  610. githubkit/versions/ghec_v2022_11_28/models/group_0647.py +15 -1144
  611. githubkit/versions/ghec_v2022_11_28/models/group_0648.py +13 -1121
  612. githubkit/versions/ghec_v2022_11_28/models/group_0649.py +18 -383
  613. githubkit/versions/ghec_v2022_11_28/models/group_0650.py +12 -23
  614. githubkit/versions/ghec_v2022_11_28/models/group_0651.py +85 -64
  615. githubkit/versions/ghec_v2022_11_28/models/group_0652.py +36 -598
  616. githubkit/versions/ghec_v2022_11_28/models/group_0653.py +35 -24
  617. githubkit/versions/ghec_v2022_11_28/models/group_0654.py +34 -61
  618. githubkit/versions/ghec_v2022_11_28/models/group_0655.py +34 -185
  619. githubkit/versions/ghec_v2022_11_28/models/group_0656.py +51 -161
  620. githubkit/versions/ghec_v2022_11_28/models/group_0657.py +33 -161
  621. githubkit/versions/ghec_v2022_11_28/models/group_0658.py +16 -210
  622. githubkit/versions/ghec_v2022_11_28/models/group_0659.py +14 -169
  623. githubkit/versions/ghec_v2022_11_28/models/group_0660.py +10 -160
  624. githubkit/versions/ghec_v2022_11_28/models/group_0661.py +1042 -76
  625. githubkit/versions/ghec_v2022_11_28/models/group_0662.py +1095 -77
  626. githubkit/versions/ghec_v2022_11_28/models/group_0663.py +1169 -17
  627. githubkit/versions/ghec_v2022_11_28/models/group_0664.py +14 -16
  628. githubkit/versions/ghec_v2022_11_28/models/group_0665.py +13 -10
  629. githubkit/versions/ghec_v2022_11_28/models/group_0666.py +18 -14
  630. githubkit/versions/ghec_v2022_11_28/models/group_0667.py +1118 -11
  631. githubkit/versions/ghec_v2022_11_28/models/group_0668.py +77 -27
  632. githubkit/versions/ghec_v2022_11_28/models/group_0669.py +1094 -40
  633. githubkit/versions/ghec_v2022_11_28/models/group_0670.py +1116 -11
  634. githubkit/versions/ghec_v2022_11_28/models/group_0671.py +1108 -11
  635. githubkit/versions/ghec_v2022_11_28/models/group_0672.py +18 -14
  636. githubkit/versions/ghec_v2022_11_28/models/group_0673.py +13 -37
  637. githubkit/versions/ghec_v2022_11_28/models/group_0674.py +14 -17
  638. githubkit/versions/ghec_v2022_11_28/models/group_0675.py +14 -17
  639. githubkit/versions/ghec_v2022_11_28/models/group_0676.py +1335 -20
  640. githubkit/versions/ghec_v2022_11_28/models/group_0677.py +1163 -23
  641. githubkit/versions/ghec_v2022_11_28/models/group_0678.py +1165 -13
  642. githubkit/versions/ghec_v2022_11_28/models/group_0679.py +1182 -51
  643. githubkit/versions/ghec_v2022_11_28/models/group_0680.py +1071 -66
  644. githubkit/versions/ghec_v2022_11_28/models/group_0681.py +1246 -73
  645. githubkit/versions/ghec_v2022_11_28/models/group_0682.py +1234 -46
  646. githubkit/versions/ghec_v2022_11_28/models/group_0683.py +1240 -11
  647. githubkit/versions/ghec_v2022_11_28/models/group_0684.py +1228 -39
  648. githubkit/versions/ghec_v2022_11_28/models/group_0685.py +1078 -40
  649. githubkit/versions/ghec_v2022_11_28/models/group_0686.py +1278 -41
  650. githubkit/versions/ghec_v2022_11_28/models/group_0687.py +1280 -41
  651. githubkit/versions/ghec_v2022_11_28/models/group_0688.py +1139 -15
  652. githubkit/versions/ghec_v2022_11_28/models/group_0689.py +1068 -196
  653. githubkit/versions/ghec_v2022_11_28/models/group_0690.py +1152 -6
  654. githubkit/versions/ghec_v2022_11_28/models/group_0691.py +1112 -15
  655. githubkit/versions/ghec_v2022_11_28/models/group_0692.py +374 -17
  656. githubkit/versions/ghec_v2022_11_28/models/group_0693.py +15 -15
  657. githubkit/versions/ghec_v2022_11_28/models/group_0694.py +69 -43
  658. githubkit/versions/ghec_v2022_11_28/models/group_0695.py +549 -117
  659. githubkit/versions/ghec_v2022_11_28/models/group_0696.py +13 -134
  660. githubkit/versions/ghec_v2022_11_28/models/group_0697.py +46 -151
  661. githubkit/versions/ghec_v2022_11_28/models/group_0698.py +186 -42
  662. githubkit/versions/ghec_v2022_11_28/models/group_0699.py +39 -7
  663. githubkit/versions/ghec_v2022_11_28/models/group_0700.py +38 -8
  664. githubkit/versions/ghec_v2022_11_28/models/group_0701.py +58 -134
  665. githubkit/versions/ghec_v2022_11_28/models/group_0702.py +95 -77
  666. githubkit/versions/ghec_v2022_11_28/models/group_0703.py +19 -164
  667. githubkit/versions/ghec_v2022_11_28/models/group_0704.py +19 -146
  668. githubkit/versions/ghec_v2022_11_28/models/group_0705.py +19 -188
  669. githubkit/versions/ghec_v2022_11_28/models/group_0706.py +18 -184
  670. githubkit/versions/ghec_v2022_11_28/models/group_0707.py +17 -15
  671. githubkit/versions/ghec_v2022_11_28/models/group_0708.py +10 -13
  672. githubkit/versions/ghec_v2022_11_28/models/group_0709.py +11 -206
  673. githubkit/versions/ghec_v2022_11_28/models/group_0710.py +40 -18
  674. githubkit/versions/ghec_v2022_11_28/models/group_0711.py +56 -8
  675. githubkit/versions/ghec_v2022_11_28/models/group_0712.py +86 -12
  676. githubkit/versions/ghec_v2022_11_28/models/group_0713.py +41 -12
  677. githubkit/versions/ghec_v2022_11_28/models/group_0714.py +11 -77
  678. githubkit/versions/ghec_v2022_11_28/models/group_0715.py +18 -279
  679. githubkit/versions/ghec_v2022_11_28/models/group_0716.py +33 -264
  680. githubkit/versions/ghec_v2022_11_28/models/group_0717.py +24 -277
  681. githubkit/versions/ghec_v2022_11_28/models/group_0718.py +23 -380
  682. githubkit/versions/ghec_v2022_11_28/models/group_0719.py +25 -279
  683. githubkit/versions/ghec_v2022_11_28/models/group_0720.py +32 -31
  684. githubkit/versions/ghec_v2022_11_28/models/group_0721.py +15 -45
  685. githubkit/versions/ghec_v2022_11_28/models/group_0722.py +90 -103
  686. githubkit/versions/ghec_v2022_11_28/models/group_0723.py +90 -77
  687. githubkit/versions/ghec_v2022_11_28/models/group_0724.py +113 -49
  688. githubkit/versions/ghec_v2022_11_28/models/group_0725.py +85 -73
  689. githubkit/versions/ghec_v2022_11_28/models/group_0726.py +31 -59
  690. githubkit/versions/ghec_v2022_11_28/models/group_0727.py +36 -47
  691. githubkit/versions/ghec_v2022_11_28/models/group_0728.py +70 -60
  692. githubkit/versions/ghec_v2022_11_28/models/group_0729.py +16 -68
  693. githubkit/versions/ghec_v2022_11_28/models/group_0730.py +40 -439
  694. githubkit/versions/ghec_v2022_11_28/models/group_0731.py +15 -469
  695. githubkit/versions/ghec_v2022_11_28/models/group_0732.py +238 -441
  696. githubkit/versions/ghec_v2022_11_28/models/group_0733.py +6 -35
  697. githubkit/versions/ghec_v2022_11_28/models/group_0734.py +47 -16
  698. githubkit/versions/ghec_v2022_11_28/models/group_0735.py +33 -12
  699. githubkit/versions/ghec_v2022_11_28/models/group_0736.py +47 -7
  700. githubkit/versions/ghec_v2022_11_28/models/group_0737.py +31 -13
  701. githubkit/versions/ghec_v2022_11_28/models/group_0738.py +43 -6
  702. githubkit/versions/ghec_v2022_11_28/models/group_0739.py +43 -6
  703. githubkit/versions/ghec_v2022_11_28/models/group_0740.py +161 -6
  704. githubkit/versions/ghec_v2022_11_28/models/group_0741.py +36 -6
  705. githubkit/versions/ghec_v2022_11_28/models/group_0742.py +7 -30
  706. githubkit/versions/ghec_v2022_11_28/models/group_0743.py +17 -5
  707. githubkit/versions/ghec_v2022_11_28/models/group_0744.py +34 -8
  708. githubkit/versions/ghec_v2022_11_28/models/group_0745.py +45 -14
  709. githubkit/versions/ghec_v2022_11_28/models/group_0746.py +63 -7
  710. githubkit/versions/ghec_v2022_11_28/models/group_0747.py +35 -28
  711. githubkit/versions/ghec_v2022_11_28/models/group_0748.py +34 -19
  712. githubkit/versions/ghec_v2022_11_28/models/group_0749.py +32 -14
  713. githubkit/versions/ghec_v2022_11_28/models/group_0750.py +45 -20
  714. githubkit/versions/ghec_v2022_11_28/models/group_0751.py +39 -9
  715. githubkit/versions/ghec_v2022_11_28/models/group_0752.py +229 -12
  716. githubkit/versions/ghec_v2022_11_28/models/group_0753.py +15 -8
  717. githubkit/versions/ghec_v2022_11_28/models/group_0754.py +7 -10
  718. githubkit/versions/ghec_v2022_11_28/models/group_0755.py +13 -18
  719. githubkit/versions/ghec_v2022_11_28/models/group_0756.py +9 -12
  720. githubkit/versions/ghec_v2022_11_28/models/group_0757.py +45 -15
  721. githubkit/versions/ghec_v2022_11_28/models/group_0758.py +238 -9
  722. githubkit/versions/ghec_v2022_11_28/models/group_0759.py +235 -10
  723. githubkit/versions/ghec_v2022_11_28/models/group_0760.py +236 -9
  724. githubkit/versions/ghec_v2022_11_28/models/group_0761.py +340 -8
  725. githubkit/versions/ghec_v2022_11_28/models/group_0762.py +227 -23
  726. githubkit/versions/ghec_v2022_11_28/models/group_0763.py +34 -25
  727. githubkit/versions/ghec_v2022_11_28/models/group_0764.py +48 -23
  728. githubkit/versions/ghec_v2022_11_28/models/group_0765.py +105 -23
  729. githubkit/versions/ghec_v2022_11_28/models/group_0766.py +75 -5
  730. githubkit/versions/ghec_v2022_11_28/models/group_0767.py +57 -5
  731. githubkit/versions/ghec_v2022_11_28/models/group_0768.py +113 -4
  732. githubkit/versions/ghec_v2022_11_28/models/group_0769.py +64 -11
  733. githubkit/versions/ghec_v2022_11_28/models/group_0770.py +49 -11
  734. githubkit/versions/ghec_v2022_11_28/models/group_0771.py +86 -8
  735. githubkit/versions/ghec_v2022_11_28/models/group_0772.py +93 -5
  736. githubkit/versions/ghec_v2022_11_28/models/group_0773.py +480 -6
  737. githubkit/versions/ghec_v2022_11_28/models/group_0774.py +472 -9
  738. githubkit/versions/ghec_v2022_11_28/models/group_0775.py +459 -98
  739. githubkit/versions/ghec_v2022_11_28/models/group_0776.py +31 -24
  740. githubkit/versions/ghec_v2022_11_28/models/group_0777.py +10 -15
  741. githubkit/versions/ghec_v2022_11_28/models/group_0778.py +19 -9
  742. githubkit/versions/ghec_v2022_11_28/models/group_0779.py +4 -12
  743. githubkit/versions/ghec_v2022_11_28/models/group_0780.py +12 -32
  744. githubkit/versions/ghec_v2022_11_28/models/group_0781.py +6 -31
  745. githubkit/versions/ghec_v2022_11_28/models/group_0782.py +6 -24
  746. githubkit/versions/ghec_v2022_11_28/models/group_0783.py +7 -10
  747. githubkit/versions/ghec_v2022_11_28/models/group_0784.py +6 -8
  748. githubkit/versions/ghec_v2022_11_28/models/group_0785.py +37 -13
  749. githubkit/versions/ghec_v2022_11_28/models/group_0786.py +5 -13
  750. githubkit/versions/ghec_v2022_11_28/models/group_0787.py +14 -9
  751. githubkit/versions/ghec_v2022_11_28/models/group_0788.py +8 -19
  752. githubkit/versions/ghec_v2022_11_28/models/group_0789.py +6 -7
  753. githubkit/versions/ghec_v2022_11_28/models/group_0790.py +35 -8
  754. githubkit/versions/ghec_v2022_11_28/models/group_0791.py +27 -25
  755. githubkit/versions/ghec_v2022_11_28/models/group_0792.py +15 -13
  756. githubkit/versions/ghec_v2022_11_28/models/group_0793.py +13 -7
  757. githubkit/versions/ghec_v2022_11_28/models/group_0794.py +8 -6
  758. githubkit/versions/ghec_v2022_11_28/models/group_0795.py +12 -31
  759. githubkit/versions/ghec_v2022_11_28/models/group_0796.py +7 -15
  760. githubkit/versions/ghec_v2022_11_28/models/group_0797.py +9 -15
  761. githubkit/versions/ghec_v2022_11_28/models/group_0798.py +19 -8
  762. githubkit/versions/ghec_v2022_11_28/models/group_0799.py +11 -8
  763. githubkit/versions/ghec_v2022_11_28/models/group_0800.py +6 -6
  764. githubkit/versions/ghec_v2022_11_28/models/group_0801.py +7 -18
  765. githubkit/versions/ghec_v2022_11_28/models/group_0802.py +7 -6
  766. githubkit/versions/ghec_v2022_11_28/models/group_0803.py +8 -8
  767. githubkit/versions/ghec_v2022_11_28/models/group_0804.py +7 -35
  768. githubkit/versions/ghec_v2022_11_28/models/group_0805.py +27 -14
  769. githubkit/versions/ghec_v2022_11_28/models/group_0806.py +28 -9
  770. githubkit/versions/ghec_v2022_11_28/models/group_0807.py +22 -8
  771. githubkit/versions/ghec_v2022_11_28/models/group_0808.py +34 -10
  772. githubkit/versions/ghec_v2022_11_28/models/group_0809.py +5 -8
  773. githubkit/versions/ghec_v2022_11_28/models/group_0810.py +5 -10
  774. githubkit/versions/ghec_v2022_11_28/models/group_0811.py +4 -11
  775. githubkit/versions/ghec_v2022_11_28/models/group_0812.py +11 -8
  776. githubkit/versions/ghec_v2022_11_28/models/group_0813.py +16 -8
  777. githubkit/versions/ghec_v2022_11_28/models/group_0814.py +13 -8
  778. githubkit/versions/ghec_v2022_11_28/models/group_0815.py +7 -8
  779. githubkit/versions/ghec_v2022_11_28/models/group_0816.py +6 -11
  780. githubkit/versions/ghec_v2022_11_28/models/group_0817.py +9 -25
  781. githubkit/versions/ghec_v2022_11_28/models/group_0818.py +111 -14
  782. githubkit/versions/ghec_v2022_11_28/models/group_0819.py +26 -7
  783. githubkit/versions/ghec_v2022_11_28/models/group_0820.py +13 -7
  784. githubkit/versions/ghec_v2022_11_28/models/group_0821.py +8 -42
  785. githubkit/versions/ghec_v2022_11_28/models/group_0822.py +7 -41
  786. githubkit/versions/ghec_v2022_11_28/models/group_0823.py +35 -12
  787. githubkit/versions/ghec_v2022_11_28/models/group_0824.py +35 -13
  788. githubkit/versions/ghec_v2022_11_28/models/group_0825.py +28 -4
  789. githubkit/versions/ghec_v2022_11_28/models/group_0826.py +13 -29
  790. githubkit/versions/ghec_v2022_11_28/models/group_0827.py +7 -8
  791. githubkit/versions/ghec_v2022_11_28/models/group_0828.py +9 -11
  792. githubkit/versions/ghec_v2022_11_28/models/group_0829.py +7 -41
  793. githubkit/versions/ghec_v2022_11_28/models/group_0830.py +8 -14
  794. githubkit/versions/ghec_v2022_11_28/models/group_0831.py +13 -11
  795. githubkit/versions/ghec_v2022_11_28/models/group_0832.py +9 -10
  796. githubkit/versions/ghec_v2022_11_28/models/group_0833.py +14 -4
  797. githubkit/versions/ghec_v2022_11_28/models/group_0834.py +28 -6
  798. githubkit/versions/ghec_v2022_11_28/models/group_0835.py +15 -14
  799. githubkit/versions/ghec_v2022_11_28/models/group_0836.py +9 -15
  800. githubkit/versions/ghec_v2022_11_28/models/group_0837.py +7 -12
  801. githubkit/versions/ghec_v2022_11_28/models/group_0838.py +33 -7
  802. githubkit/versions/ghec_v2022_11_28/models/group_0839.py +14 -7
  803. githubkit/versions/ghec_v2022_11_28/models/group_0840.py +16 -11
  804. githubkit/versions/ghec_v2022_11_28/models/group_0841.py +13 -35
  805. githubkit/versions/ghec_v2022_11_28/models/group_0842.py +6 -13
  806. githubkit/versions/ghec_v2022_11_28/models/group_0843.py +9 -115
  807. githubkit/versions/ghec_v2022_11_28/models/group_0844.py +15 -67
  808. githubkit/versions/ghec_v2022_11_28/models/group_0845.py +8 -72
  809. githubkit/versions/ghec_v2022_11_28/models/group_0846.py +8 -35
  810. githubkit/versions/ghec_v2022_11_28/models/group_0847.py +29 -21
  811. githubkit/versions/ghec_v2022_11_28/models/group_0848.py +19 -8
  812. githubkit/versions/ghec_v2022_11_28/models/group_0849.py +10 -12
  813. githubkit/versions/ghec_v2022_11_28/models/group_0850.py +9 -5
  814. githubkit/versions/ghec_v2022_11_28/models/group_0851.py +10 -11
  815. githubkit/versions/ghec_v2022_11_28/models/group_0852.py +7 -18
  816. githubkit/versions/ghec_v2022_11_28/models/group_0853.py +8 -9
  817. githubkit/versions/ghec_v2022_11_28/models/group_0854.py +8 -5
  818. githubkit/versions/ghec_v2022_11_28/models/group_0855.py +8 -9
  819. githubkit/versions/ghec_v2022_11_28/models/group_0856.py +8 -12
  820. githubkit/versions/ghec_v2022_11_28/models/group_0857.py +10 -8
  821. githubkit/versions/ghec_v2022_11_28/models/group_0858.py +8 -10
  822. githubkit/versions/ghec_v2022_11_28/models/group_0859.py +9 -21
  823. githubkit/versions/ghec_v2022_11_28/models/group_0860.py +26 -8
  824. githubkit/versions/ghec_v2022_11_28/models/group_0861.py +20 -8
  825. githubkit/versions/ghec_v2022_11_28/models/group_0862.py +9 -13
  826. githubkit/versions/ghec_v2022_11_28/models/group_0863.py +8 -13
  827. githubkit/versions/ghec_v2022_11_28/models/group_0864.py +47 -4
  828. githubkit/versions/ghec_v2022_11_28/models/group_0865.py +35 -18
  829. githubkit/versions/ghec_v2022_11_28/models/group_0866.py +17 -22
  830. githubkit/versions/ghec_v2022_11_28/models/group_0867.py +10 -5
  831. githubkit/versions/ghec_v2022_11_28/models/group_0868.py +4 -10
  832. githubkit/versions/ghec_v2022_11_28/models/group_0869.py +24 -8
  833. githubkit/versions/ghec_v2022_11_28/models/group_0870.py +7 -22
  834. githubkit/versions/ghec_v2022_11_28/models/group_0871.py +11 -7
  835. githubkit/versions/ghec_v2022_11_28/models/group_0872.py +48 -6
  836. githubkit/versions/ghec_v2022_11_28/models/group_0873.py +12 -7
  837. githubkit/versions/ghec_v2022_11_28/models/group_0874.py +11 -15
  838. githubkit/versions/ghec_v2022_11_28/models/group_0875.py +9 -9
  839. githubkit/versions/ghec_v2022_11_28/models/group_0876.py +4 -14
  840. githubkit/versions/ghec_v2022_11_28/models/group_0877.py +8 -5
  841. githubkit/versions/ghec_v2022_11_28/models/group_0878.py +20 -6
  842. githubkit/versions/ghec_v2022_11_28/models/group_0879.py +9 -220
  843. githubkit/versions/ghec_v2022_11_28/models/group_0880.py +13 -9
  844. githubkit/versions/ghec_v2022_11_28/models/group_0881.py +8 -8
  845. githubkit/versions/ghec_v2022_11_28/models/group_0882.py +7 -15
  846. githubkit/versions/ghec_v2022_11_28/models/group_0883.py +10 -7
  847. githubkit/versions/ghec_v2022_11_28/models/group_0884.py +35 -13
  848. githubkit/versions/ghec_v2022_11_28/models/group_0885.py +13 -12
  849. githubkit/versions/ghec_v2022_11_28/models/group_0886.py +115 -9
  850. githubkit/versions/ghec_v2022_11_28/models/group_0887.py +76 -14
  851. githubkit/versions/ghec_v2022_11_28/models/group_0888.py +82 -8
  852. githubkit/versions/ghec_v2022_11_28/models/group_0889.py +35 -9
  853. githubkit/versions/ghec_v2022_11_28/models/group_0890.py +32 -13
  854. githubkit/versions/ghec_v2022_11_28/models/group_0891.py +12 -10
  855. githubkit/versions/ghec_v2022_11_28/models/group_0892.py +12 -12
  856. githubkit/versions/ghec_v2022_11_28/models/group_0893.py +5 -10
  857. githubkit/versions/ghec_v2022_11_28/models/group_0894.py +11 -13
  858. githubkit/versions/ghec_v2022_11_28/models/group_0895.py +18 -8
  859. githubkit/versions/ghec_v2022_11_28/models/group_0896.py +10 -8
  860. githubkit/versions/ghec_v2022_11_28/models/group_0897.py +5 -10
  861. githubkit/versions/ghec_v2022_11_28/models/group_0898.py +8 -11
  862. githubkit/versions/ghec_v2022_11_28/models/group_0899.py +11 -9
  863. githubkit/versions/ghec_v2022_11_28/models/group_0900.py +8 -6
  864. githubkit/versions/ghec_v2022_11_28/models/group_0901.py +8 -6
  865. githubkit/versions/ghec_v2022_11_28/models/group_0902.py +18 -28
  866. githubkit/versions/ghec_v2022_11_28/models/group_0903.py +9 -27
  867. githubkit/versions/ghec_v2022_11_28/models/group_0904.py +9 -8
  868. githubkit/versions/ghec_v2022_11_28/models/group_0905.py +10 -12
  869. githubkit/versions/ghec_v2022_11_28/models/group_0906.py +9 -210
  870. githubkit/versions/ghec_v2022_11_28/models/group_0907.py +4 -97
  871. githubkit/versions/ghec_v2022_11_28/models/group_0908.py +23 -40
  872. githubkit/versions/ghec_v2022_11_28/models/group_0909.py +20 -12
  873. githubkit/versions/ghec_v2022_11_28/models/group_0910.py +5 -17
  874. githubkit/versions/ghec_v2022_11_28/models/group_0911.py +6 -17
  875. githubkit/versions/ghec_v2022_11_28/models/group_0912.py +9 -12
  876. githubkit/versions/ghec_v2022_11_28/models/group_0913.py +22 -10
  877. githubkit/versions/ghec_v2022_11_28/models/group_0914.py +7 -14
  878. githubkit/versions/ghec_v2022_11_28/models/group_0915.py +4 -14
  879. githubkit/versions/ghec_v2022_11_28/models/group_0916.py +9 -11
  880. githubkit/versions/ghec_v2022_11_28/models/group_0917.py +22 -12
  881. githubkit/versions/ghec_v2022_11_28/models/group_0918.py +9 -9
  882. githubkit/versions/ghec_v2022_11_28/models/group_0919.py +10 -12
  883. githubkit/versions/ghec_v2022_11_28/models/group_0920.py +5 -13
  884. githubkit/versions/ghec_v2022_11_28/models/group_0921.py +8 -5
  885. githubkit/versions/ghec_v2022_11_28/models/group_0922.py +190 -68
  886. githubkit/versions/ghec_v2022_11_28/models/group_0923.py +9 -54
  887. githubkit/versions/ghec_v2022_11_28/models/group_0924.py +7 -56
  888. githubkit/versions/ghec_v2022_11_28/models/group_0925.py +10 -94
  889. githubkit/versions/ghec_v2022_11_28/models/group_0926.py +9 -56
  890. githubkit/versions/ghec_v2022_11_28/models/group_0927.py +9 -59
  891. githubkit/versions/ghec_v2022_11_28/models/group_0928.py +15 -5
  892. githubkit/versions/ghec_v2022_11_28/models/group_0929.py +7 -27
  893. githubkit/versions/ghec_v2022_11_28/models/group_0930.py +19 -8
  894. githubkit/versions/ghec_v2022_11_28/models/group_0931.py +8 -22
  895. githubkit/versions/ghec_v2022_11_28/models/group_0932.py +9 -36
  896. githubkit/versions/ghec_v2022_11_28/models/group_0933.py +6 -6
  897. githubkit/versions/ghec_v2022_11_28/models/group_0934.py +9 -48
  898. githubkit/versions/ghec_v2022_11_28/models/group_0935.py +7 -21
  899. githubkit/versions/ghec_v2022_11_28/models/group_0936.py +6 -6
  900. githubkit/versions/ghec_v2022_11_28/models/group_0937.py +10 -24
  901. githubkit/versions/ghec_v2022_11_28/models/group_0938.py +9 -24
  902. githubkit/versions/ghec_v2022_11_28/models/group_0939.py +6 -11
  903. githubkit/versions/ghec_v2022_11_28/models/group_0940.py +10 -10
  904. githubkit/versions/ghec_v2022_11_28/models/group_0941.py +14 -5
  905. githubkit/versions/ghec_v2022_11_28/models/group_0942.py +9 -10
  906. githubkit/versions/ghec_v2022_11_28/models/group_0943.py +6 -17
  907. githubkit/versions/ghec_v2022_11_28/models/group_0944.py +8 -10
  908. githubkit/versions/ghec_v2022_11_28/models/group_0945.py +27 -52
  909. githubkit/versions/ghec_v2022_11_28/models/group_0946.py +20 -44
  910. githubkit/versions/ghec_v2022_11_28/models/group_0947.py +9 -23
  911. githubkit/versions/ghec_v2022_11_28/models/group_0948.py +16 -24
  912. githubkit/versions/ghec_v2022_11_28/models/group_0949.py +210 -9
  913. githubkit/versions/ghec_v2022_11_28/models/group_0950.py +92 -10
  914. githubkit/versions/ghec_v2022_11_28/models/group_0951.py +32 -38
  915. githubkit/versions/ghec_v2022_11_28/models/group_0952.py +17 -7
  916. githubkit/versions/ghec_v2022_11_28/models/group_0953.py +20 -40
  917. githubkit/versions/ghec_v2022_11_28/models/group_0954.py +16 -25
  918. githubkit/versions/ghec_v2022_11_28/models/group_0955.py +10 -46
  919. githubkit/versions/ghec_v2022_11_28/models/group_0956.py +9 -35
  920. githubkit/versions/ghec_v2022_11_28/models/group_0957.py +12 -13
  921. githubkit/versions/ghec_v2022_11_28/models/group_0958.py +7 -21
  922. githubkit/versions/ghec_v2022_11_28/models/group_0959.py +10 -7
  923. githubkit/versions/ghec_v2022_11_28/models/group_0960.py +13 -9
  924. githubkit/versions/ghec_v2022_11_28/models/group_0961.py +8 -7
  925. githubkit/versions/ghec_v2022_11_28/models/group_0962.py +13 -6
  926. githubkit/versions/ghec_v2022_11_28/models/group_0963.py +13 -8
  927. githubkit/versions/ghec_v2022_11_28/models/group_0964.py +5 -18
  928. githubkit/versions/ghec_v2022_11_28/models/group_0965.py +101 -7
  929. githubkit/versions/ghec_v2022_11_28/models/group_0966.py +39 -56
  930. githubkit/versions/ghec_v2022_11_28/models/group_0967.py +58 -8
  931. githubkit/versions/ghec_v2022_11_28/models/group_0968.py +98 -7
  932. githubkit/versions/ghec_v2022_11_28/models/group_0969.py +47 -31
  933. githubkit/versions/ghec_v2022_11_28/models/group_0970.py +47 -29
  934. githubkit/versions/ghec_v2022_11_28/models/group_0971.py +5 -48
  935. githubkit/versions/ghec_v2022_11_28/models/group_0972.py +23 -24
  936. githubkit/versions/ghec_v2022_11_28/models/group_0973.py +9 -19
  937. githubkit/versions/ghec_v2022_11_28/models/group_0974.py +17 -18
  938. githubkit/versions/ghec_v2022_11_28/models/group_0975.py +18 -15
  939. githubkit/versions/ghec_v2022_11_28/models/group_0976.py +29 -10
  940. githubkit/versions/ghec_v2022_11_28/models/group_0977.py +25 -7
  941. githubkit/versions/ghec_v2022_11_28/models/group_0978.py +43 -6
  942. githubkit/versions/ghec_v2022_11_28/models/group_0979.py +9 -13
  943. githubkit/versions/ghec_v2022_11_28/models/group_0980.py +40 -29
  944. githubkit/versions/ghec_v2022_11_28/models/group_0981.py +26 -5
  945. githubkit/versions/ghec_v2022_11_28/models/group_0982.py +9 -10
  946. githubkit/versions/ghec_v2022_11_28/models/group_0983.py +17 -41
  947. githubkit/versions/ghec_v2022_11_28/models/group_0984.py +22 -10
  948. githubkit/versions/ghec_v2022_11_28/models/group_0985.py +10 -8
  949. githubkit/versions/ghec_v2022_11_28/models/group_0986.py +10 -5
  950. githubkit/versions/ghec_v2022_11_28/models/group_0987.py +5 -13
  951. githubkit/versions/ghec_v2022_11_28/models/group_0988.py +10 -20
  952. githubkit/versions/ghec_v2022_11_28/models/group_0989.py +17 -5
  953. githubkit/versions/ghec_v2022_11_28/models/group_0990.py +8 -11
  954. githubkit/versions/ghec_v2022_11_28/models/group_0991.py +60 -20
  955. githubkit/versions/ghec_v2022_11_28/models/group_0992.py +54 -5
  956. githubkit/versions/ghec_v2022_11_28/models/group_0993.py +20 -10
  957. githubkit/versions/ghec_v2022_11_28/models/group_0994.py +23 -10
  958. githubkit/versions/ghec_v2022_11_28/models/group_0995.py +10 -8
  959. githubkit/versions/ghec_v2022_11_28/models/group_0996.py +10 -15
  960. githubkit/versions/ghec_v2022_11_28/models/group_0997.py +42 -11
  961. githubkit/versions/ghec_v2022_11_28/models/group_0998.py +7 -7
  962. githubkit/versions/ghec_v2022_11_28/models/group_0999.py +31 -10
  963. githubkit/versions/ghec_v2022_11_28/models/group_1000.py +23 -17
  964. githubkit/versions/ghec_v2022_11_28/models/group_1001.py +40 -14
  965. githubkit/versions/ghec_v2022_11_28/models/group_1002.py +34 -7
  966. githubkit/versions/ghec_v2022_11_28/models/group_1003.py +14 -6
  967. githubkit/versions/ghec_v2022_11_28/models/group_1004.py +21 -11
  968. githubkit/versions/ghec_v2022_11_28/models/group_1005.py +14 -35
  969. githubkit/versions/ghec_v2022_11_28/models/group_1006.py +8 -29
  970. githubkit/versions/ghec_v2022_11_28/models/group_1007.py +14 -35
  971. githubkit/versions/ghec_v2022_11_28/models/group_1008.py +11 -36
  972. githubkit/versions/ghec_v2022_11_28/models/group_1009.py +11 -34
  973. githubkit/versions/ghec_v2022_11_28/models/group_1010.py +13 -13
  974. githubkit/versions/ghec_v2022_11_28/models/group_1011.py +7 -13
  975. githubkit/versions/ghec_v2022_11_28/models/group_1012.py +65 -10
  976. githubkit/versions/ghec_v2022_11_28/models/group_1013.py +7 -27
  977. githubkit/versions/ghec_v2022_11_28/models/group_1014.py +10 -6
  978. githubkit/versions/ghec_v2022_11_28/models/group_1015.py +38 -7
  979. githubkit/versions/ghec_v2022_11_28/models/group_1016.py +39 -8
  980. githubkit/versions/ghec_v2022_11_28/models/group_1017.py +35 -22
  981. githubkit/versions/ghec_v2022_11_28/models/group_1018.py +36 -10
  982. githubkit/versions/ghec_v2022_11_28/models/group_1019.py +18 -9
  983. githubkit/versions/ghec_v2022_11_28/models/group_1020.py +14 -15
  984. githubkit/versions/ghec_v2022_11_28/models/group_1021.py +12 -33
  985. githubkit/versions/ghec_v2022_11_28/models/group_1022.py +10 -44
  986. githubkit/versions/ghec_v2022_11_28/models/group_1023.py +9 -5
  987. githubkit/versions/ghec_v2022_11_28/models/group_1024.py +4 -24
  988. githubkit/versions/ghec_v2022_11_28/models/group_1025.py +12 -6
  989. githubkit/versions/ghec_v2022_11_28/models/group_1026.py +40 -10
  990. githubkit/versions/ghec_v2022_11_28/models/group_1027.py +5 -14
  991. githubkit/versions/ghec_v2022_11_28/models/group_1028.py +9 -12
  992. githubkit/versions/ghec_v2022_11_28/models/group_1029.py +46 -9
  993. githubkit/versions/ghec_v2022_11_28/models/group_1030.py +7 -42
  994. githubkit/versions/ghec_v2022_11_28/models/group_1031.py +12 -5
  995. githubkit/versions/ghec_v2022_11_28/models/group_1032.py +5 -12
  996. githubkit/versions/ghec_v2022_11_28/models/group_1033.py +9 -10
  997. githubkit/versions/ghec_v2022_11_28/models/group_1034.py +19 -8
  998. githubkit/versions/ghec_v2022_11_28/models/group_1035.py +5 -8
  999. githubkit/versions/ghec_v2022_11_28/models/group_1036.py +8 -32
  1000. githubkit/versions/ghec_v2022_11_28/models/group_1037.py +19 -10
  1001. githubkit/versions/ghec_v2022_11_28/models/group_1038.py +5 -21
  1002. githubkit/versions/ghec_v2022_11_28/models/group_1039.py +10 -29
  1003. githubkit/versions/ghec_v2022_11_28/models/group_1040.py +8 -6
  1004. githubkit/versions/ghec_v2022_11_28/models/group_1041.py +8 -61
  1005. githubkit/versions/ghec_v2022_11_28/models/group_1042.py +10 -59
  1006. githubkit/versions/ghec_v2022_11_28/models/group_1043.py +11 -14
  1007. githubkit/versions/ghec_v2022_11_28/models/group_1044.py +6 -21
  1008. githubkit/versions/ghec_v2022_11_28/models/group_1045.py +11 -9
  1009. githubkit/versions/ghec_v2022_11_28/models/group_1046.py +20 -6
  1010. githubkit/versions/ghec_v2022_11_28/models/group_1047.py +21 -7
  1011. githubkit/versions/ghec_v2022_11_28/models/group_1048.py +7 -13
  1012. githubkit/versions/ghec_v2022_11_28/models/group_1049.py +10 -24
  1013. githubkit/versions/ghec_v2022_11_28/models/group_1050.py +12 -48
  1014. githubkit/versions/ghec_v2022_11_28/models/group_1051.py +24 -44
  1015. githubkit/versions/ghec_v2022_11_28/models/group_1052.py +26 -63
  1016. githubkit/versions/ghec_v2022_11_28/models/group_1053.py +20 -18
  1017. githubkit/versions/ghec_v2022_11_28/models/group_1054.py +27 -8
  1018. githubkit/versions/ghec_v2022_11_28/models/group_1055.py +27 -8
  1019. githubkit/versions/ghec_v2022_11_28/models/group_1056.py +18 -5
  1020. githubkit/versions/ghec_v2022_11_28/models/group_1057.py +17 -5
  1021. githubkit/versions/ghec_v2022_11_28/models/group_1058.py +14 -14
  1022. githubkit/versions/ghec_v2022_11_28/models/group_1059.py +27 -10
  1023. githubkit/versions/ghec_v2022_11_28/models/group_1060.py +6 -10
  1024. githubkit/versions/ghec_v2022_11_28/models/group_1061.py +7 -9
  1025. githubkit/versions/ghec_v2022_11_28/models/group_1062.py +11 -8
  1026. githubkit/versions/ghec_v2022_11_28/models/group_1063.py +31 -8
  1027. githubkit/versions/ghec_v2022_11_28/models/group_1064.py +5 -27
  1028. githubkit/versions/ghec_v2022_11_28/models/group_1065.py +9 -28
  1029. githubkit/versions/ghec_v2022_11_28/models/group_1066.py +29 -13
  1030. githubkit/versions/ghec_v2022_11_28/models/group_1067.py +4 -9
  1031. githubkit/versions/ghec_v2022_11_28/models/group_1068.py +27 -32
  1032. githubkit/versions/ghec_v2022_11_28/models/group_1069.py +5 -34
  1033. githubkit/versions/ghec_v2022_11_28/models/group_1070.py +15 -12
  1034. githubkit/versions/ghec_v2022_11_28/models/group_1071.py +8 -10
  1035. githubkit/versions/ghec_v2022_11_28/models/group_1072.py +8 -9
  1036. githubkit/versions/ghec_v2022_11_28/models/group_1073.py +8 -12
  1037. githubkit/versions/ghec_v2022_11_28/models/group_1074.py +12 -8
  1038. githubkit/versions/ghec_v2022_11_28/models/group_1075.py +10 -8
  1039. githubkit/versions/ghec_v2022_11_28/models/group_1076.py +45 -7
  1040. githubkit/versions/ghec_v2022_11_28/models/group_1077.py +5 -13
  1041. githubkit/versions/ghec_v2022_11_28/models/group_1078.py +10 -16
  1042. githubkit/versions/ghec_v2022_11_28/models/group_1079.py +11 -7
  1043. githubkit/versions/ghec_v2022_11_28/models/group_1080.py +10 -10
  1044. githubkit/versions/ghec_v2022_11_28/models/group_1081.py +6 -11
  1045. githubkit/versions/ghec_v2022_11_28/models/group_1082.py +42 -6
  1046. githubkit/versions/ghec_v2022_11_28/models/group_1083.py +9 -10
  1047. githubkit/versions/ghec_v2022_11_28/models/group_1084.py +20 -8
  1048. githubkit/versions/ghec_v2022_11_28/models/group_1085.py +19 -25
  1049. githubkit/versions/ghec_v2022_11_28/models/group_1086.py +7 -10
  1050. githubkit/versions/ghec_v2022_11_28/models/group_1087.py +66 -81
  1051. githubkit/versions/ghec_v2022_11_28/models/group_1088.py +73 -11
  1052. githubkit/versions/ghec_v2022_11_28/models/group_1089.py +19 -12
  1053. githubkit/versions/ghec_v2022_11_28/models/group_1090.py +18 -9
  1054. githubkit/versions/ghec_v2022_11_28/models/group_1091.py +34 -0
  1055. githubkit/versions/ghec_v2022_11_28/models/group_1092.py +27 -0
  1056. githubkit/versions/ghec_v2022_11_28/models/group_1093.py +29 -0
  1057. githubkit/versions/ghec_v2022_11_28/models/group_1094.py +38 -0
  1058. githubkit/versions/ghec_v2022_11_28/models/group_1095.py +42 -0
  1059. githubkit/versions/ghec_v2022_11_28/models/group_1096.py +71 -0
  1060. githubkit/versions/ghec_v2022_11_28/models/group_1097.py +71 -0
  1061. githubkit/versions/ghec_v2022_11_28/models/group_1098.py +87 -0
  1062. githubkit/versions/ghec_v2022_11_28/models/group_1099.py +49 -0
  1063. githubkit/versions/ghec_v2022_11_28/models/group_1100.py +32 -0
  1064. githubkit/versions/ghec_v2022_11_28/models/group_1101.py +32 -0
  1065. githubkit/versions/ghec_v2022_11_28/models/group_1102.py +25 -0
  1066. githubkit/versions/ghec_v2022_11_28/models/group_1103.py +25 -0
  1067. githubkit/versions/ghec_v2022_11_28/models/group_1104.py +37 -0
  1068. githubkit/versions/ghec_v2022_11_28/models/group_1105.py +31 -0
  1069. githubkit/versions/ghec_v2022_11_28/models/group_1106.py +31 -0
  1070. githubkit/versions/ghec_v2022_11_28/models/group_1107.py +32 -0
  1071. githubkit/versions/ghec_v2022_11_28/models/group_1108.py +28 -0
  1072. githubkit/versions/ghec_v2022_11_28/models/group_1109.py +32 -0
  1073. githubkit/versions/ghec_v2022_11_28/models/group_1110.py +47 -0
  1074. githubkit/versions/ghec_v2022_11_28/models/group_1111.py +50 -0
  1075. githubkit/versions/ghec_v2022_11_28/models/group_1112.py +30 -0
  1076. githubkit/versions/ghec_v2022_11_28/models/group_1113.py +70 -0
  1077. githubkit/versions/ghec_v2022_11_28/models/group_1114.py +67 -0
  1078. githubkit/versions/ghec_v2022_11_28/models/group_1115.py +54 -0
  1079. githubkit/versions/ghec_v2022_11_28/models/group_1116.py +38 -0
  1080. githubkit/versions/ghec_v2022_11_28/models/group_1117.py +30 -0
  1081. githubkit/versions/ghec_v2022_11_28/models/group_1118.py +29 -0
  1082. githubkit/versions/ghec_v2022_11_28/models/group_1119.py +38 -0
  1083. githubkit/versions/ghec_v2022_11_28/models/group_1120.py +30 -0
  1084. githubkit/versions/ghec_v2022_11_28/models/group_1121.py +32 -0
  1085. githubkit/versions/ghec_v2022_11_28/models/group_1122.py +29 -0
  1086. githubkit/versions/ghec_v2022_11_28/models/group_1123.py +33 -0
  1087. githubkit/versions/ghec_v2022_11_28/models/group_1124.py +38 -0
  1088. githubkit/versions/ghec_v2022_11_28/models/group_1125.py +30 -0
  1089. githubkit/versions/ghec_v2022_11_28/models/group_1126.py +30 -0
  1090. githubkit/versions/ghec_v2022_11_28/models/group_1127.py +33 -0
  1091. githubkit/versions/ghec_v2022_11_28/models/group_1128.py +21 -0
  1092. githubkit/versions/ghec_v2022_11_28/models/group_1129.py +33 -0
  1093. githubkit/versions/ghec_v2022_11_28/models/group_1130.py +29 -0
  1094. githubkit/versions/ghec_v2022_11_28/models/group_1131.py +59 -0
  1095. githubkit/versions/ghec_v2022_11_28/models/group_1132.py +32 -0
  1096. githubkit/versions/ghec_v2022_11_28/models/group_1133.py +110 -0
  1097. githubkit/versions/ghec_v2022_11_28/models/group_1134.py +34 -0
  1098. githubkit/versions/ghec_v2022_11_28/models/group_1135.py +34 -0
  1099. githubkit/versions/ghec_v2022_11_28/models/group_1136.py +33 -0
  1100. githubkit/versions/ghec_v2022_11_28/rest/__init__.py +6 -6
  1101. githubkit/versions/ghec_v2022_11_28/rest/apps.py +16 -8
  1102. githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +381 -0
  1103. githubkit/versions/ghec_v2022_11_28/rest/copilot.py +165 -0
  1104. githubkit/versions/ghec_v2022_11_28/rest/repos.py +90 -38
  1105. githubkit/versions/ghec_v2022_11_28/types/__init__.py +4735 -5851
  1106. githubkit/versions/ghec_v2022_11_28/types/group_0005.py +13 -30
  1107. githubkit/versions/ghec_v2022_11_28/types/group_0006.py +30 -13
  1108. githubkit/versions/ghec_v2022_11_28/types/group_0047.py +35 -7
  1109. githubkit/versions/ghec_v2022_11_28/types/group_0048.py +6 -25
  1110. githubkit/versions/ghec_v2022_11_28/types/group_0049.py +16 -57
  1111. githubkit/versions/ghec_v2022_11_28/types/group_0050.py +66 -33
  1112. githubkit/versions/ghec_v2022_11_28/types/group_0051.py +33 -10
  1113. githubkit/versions/ghec_v2022_11_28/types/group_0052.py +10 -28
  1114. githubkit/versions/ghec_v2022_11_28/types/group_0053.py +30 -29
  1115. githubkit/versions/ghec_v2022_11_28/types/group_0054.py +33 -34
  1116. githubkit/versions/ghec_v2022_11_28/types/group_0055.py +25 -26
  1117. githubkit/versions/ghec_v2022_11_28/types/group_0056.py +32 -7
  1118. githubkit/versions/ghec_v2022_11_28/types/group_0057.py +6 -6
  1119. githubkit/versions/ghec_v2022_11_28/types/group_0058.py +6 -26
  1120. githubkit/versions/ghec_v2022_11_28/types/group_0059.py +27 -14
  1121. githubkit/versions/ghec_v2022_11_28/types/group_0060.py +15 -88
  1122. githubkit/versions/ghec_v2022_11_28/types/group_0061.py +63 -12
  1123. githubkit/versions/ghec_v2022_11_28/types/group_0062.py +31 -63
  1124. githubkit/versions/ghec_v2022_11_28/types/group_0063.py +61 -41
  1125. githubkit/versions/ghec_v2022_11_28/types/group_0064.py +42 -32
  1126. githubkit/versions/ghec_v2022_11_28/types/group_0065.py +9 -32
  1127. githubkit/versions/ghec_v2022_11_28/types/group_0066.py +38 -86
  1128. githubkit/versions/ghec_v2022_11_28/types/group_0067.py +102 -20
  1129. githubkit/versions/ghec_v2022_11_28/types/group_0068.py +23 -22
  1130. githubkit/versions/ghec_v2022_11_28/types/group_0069.py +25 -7
  1131. githubkit/versions/ghec_v2022_11_28/types/group_0070.py +7 -19
  1132. githubkit/versions/ghec_v2022_11_28/types/group_0071.py +16 -16
  1133. githubkit/versions/ghec_v2022_11_28/types/group_0072.py +19 -21
  1134. githubkit/versions/ghec_v2022_11_28/types/group_0073.py +19 -24
  1135. githubkit/versions/ghec_v2022_11_28/types/group_0074.py +21 -38
  1136. githubkit/versions/ghec_v2022_11_28/types/group_0075.py +35 -45
  1137. githubkit/versions/ghec_v2022_11_28/types/group_0076.py +43 -124
  1138. githubkit/versions/ghec_v2022_11_28/types/group_0077.py +126 -20
  1139. githubkit/versions/ghec_v2022_11_28/types/group_0078.py +27 -12
  1140. githubkit/versions/ghec_v2022_11_28/types/group_0079.py +12 -15
  1141. githubkit/versions/ghec_v2022_11_28/types/group_0080.py +12 -73
  1142. githubkit/versions/ghec_v2022_11_28/types/group_0081.py +78 -7
  1143. githubkit/versions/ghec_v2022_11_28/types/group_0082.py +7 -4
  1144. githubkit/versions/ghec_v2022_11_28/types/group_0083.py +6 -9
  1145. githubkit/versions/ghec_v2022_11_28/types/group_0084.py +8 -12
  1146. githubkit/versions/ghec_v2022_11_28/types/group_0085.py +11 -13
  1147. githubkit/versions/ghec_v2022_11_28/types/group_0086.py +12 -83
  1148. githubkit/versions/ghec_v2022_11_28/types/group_0087.py +83 -10
  1149. githubkit/versions/ghec_v2022_11_28/types/group_0088.py +10 -31
  1150. githubkit/versions/ghec_v2022_11_28/types/group_0089.py +33 -20
  1151. githubkit/versions/ghec_v2022_11_28/types/group_0090.py +8 -24
  1152. githubkit/versions/ghec_v2022_11_28/types/group_0091.py +24 -66
  1153. githubkit/versions/ghec_v2022_11_28/types/group_0092.py +76 -18
  1154. githubkit/versions/ghec_v2022_11_28/types/group_0093.py +20 -8
  1155. githubkit/versions/ghec_v2022_11_28/types/group_0094.py +6 -6
  1156. githubkit/versions/ghec_v2022_11_28/types/group_0095.py +9 -9
  1157. githubkit/versions/ghec_v2022_11_28/types/group_0096.py +7 -21
  1158. githubkit/versions/ghec_v2022_11_28/types/group_0097.py +20 -30
  1159. githubkit/versions/ghec_v2022_11_28/types/group_0098.py +24 -11
  1160. githubkit/versions/ghec_v2022_11_28/types/group_0099.py +19 -21
  1161. githubkit/versions/ghec_v2022_11_28/types/group_0100.py +22 -9
  1162. githubkit/versions/ghec_v2022_11_28/types/group_0101.py +6 -29
  1163. githubkit/versions/ghec_v2022_11_28/types/group_0102.py +29 -9
  1164. githubkit/versions/ghec_v2022_11_28/types/group_0103.py +8 -8
  1165. githubkit/versions/ghec_v2022_11_28/types/group_0104.py +9 -24
  1166. githubkit/versions/ghec_v2022_11_28/types/group_0105.py +21 -24
  1167. githubkit/versions/ghec_v2022_11_28/types/group_0106.py +30 -9
  1168. githubkit/versions/ghec_v2022_11_28/types/group_0107.py +6 -25
  1169. githubkit/versions/ghec_v2022_11_28/types/group_0108.py +15 -32
  1170. githubkit/versions/ghec_v2022_11_28/types/group_0109.py +30 -45
  1171. githubkit/versions/ghec_v2022_11_28/types/group_0110.py +28 -21
  1172. githubkit/versions/ghec_v2022_11_28/types/group_0111.py +48 -21
  1173. githubkit/versions/ghec_v2022_11_28/types/group_0112.py +25 -16
  1174. githubkit/versions/ghec_v2022_11_28/types/group_0113.py +14 -7
  1175. githubkit/versions/ghec_v2022_11_28/types/group_0114.py +7 -11
  1176. githubkit/versions/ghec_v2022_11_28/types/group_0115.py +11 -9
  1177. githubkit/versions/ghec_v2022_11_28/types/group_0116.py +9 -140
  1178. githubkit/versions/ghec_v2022_11_28/types/group_0117.py +141 -9
  1179. githubkit/versions/ghec_v2022_11_28/types/group_0118.py +10 -7
  1180. githubkit/versions/ghec_v2022_11_28/types/group_0119.py +9 -6
  1181. githubkit/versions/ghec_v2022_11_28/types/group_0120.py +7 -14
  1182. githubkit/versions/ghec_v2022_11_28/types/group_0121.py +14 -8
  1183. githubkit/versions/ghec_v2022_11_28/types/group_0122.py +8 -12
  1184. githubkit/versions/ghec_v2022_11_28/types/group_0123.py +12 -6
  1185. githubkit/versions/ghec_v2022_11_28/types/group_0124.py +6 -14
  1186. githubkit/versions/ghec_v2022_11_28/types/group_0125.py +11 -19
  1187. githubkit/versions/ghec_v2022_11_28/types/group_0126.py +18 -12
  1188. githubkit/versions/ghec_v2022_11_28/types/group_0127.py +10 -8
  1189. githubkit/versions/ghec_v2022_11_28/types/group_0128.py +8 -10
  1190. githubkit/versions/ghec_v2022_11_28/types/group_0129.py +13 -38
  1191. githubkit/versions/ghec_v2022_11_28/types/group_0130.py +79 -8
  1192. githubkit/versions/ghec_v2022_11_28/types/group_0131.py +12 -5
  1193. githubkit/versions/ghec_v2022_11_28/types/group_0132.py +4 -8
  1194. githubkit/versions/ghec_v2022_11_28/types/group_0133.py +27 -8
  1195. githubkit/versions/ghec_v2022_11_28/types/group_0134.py +13 -6
  1196. githubkit/versions/ghec_v2022_11_28/types/group_0135.py +6 -13
  1197. githubkit/versions/ghec_v2022_11_28/types/group_0136.py +13 -9
  1198. githubkit/versions/ghec_v2022_11_28/types/group_0137.py +9 -13
  1199. githubkit/versions/ghec_v2022_11_28/types/group_0138.py +9 -16
  1200. githubkit/versions/ghec_v2022_11_28/types/group_0139.py +16 -8
  1201. githubkit/versions/ghec_v2022_11_28/types/group_0140.py +10 -7
  1202. githubkit/versions/ghec_v2022_11_28/types/group_0141.py +7 -10
  1203. githubkit/versions/ghec_v2022_11_28/types/group_0142.py +10 -7
  1204. githubkit/versions/ghec_v2022_11_28/types/group_0143.py +7 -10
  1205. githubkit/versions/ghec_v2022_11_28/types/group_0144.py +10 -7
  1206. githubkit/versions/ghec_v2022_11_28/types/group_0145.py +7 -10
  1207. githubkit/versions/ghec_v2022_11_28/types/group_0146.py +10 -7
  1208. githubkit/versions/ghec_v2022_11_28/types/group_0147.py +7 -10
  1209. githubkit/versions/ghec_v2022_11_28/types/group_0148.py +10 -7
  1210. githubkit/versions/ghec_v2022_11_28/types/group_0149.py +8 -8
  1211. githubkit/versions/ghec_v2022_11_28/types/group_0150.py +6 -10
  1212. githubkit/versions/ghec_v2022_11_28/types/group_0151.py +9 -17
  1213. githubkit/versions/ghec_v2022_11_28/types/group_0152.py +19 -11
  1214. githubkit/versions/ghec_v2022_11_28/types/group_0153.py +10 -96
  1215. githubkit/versions/ghec_v2022_11_28/types/group_0154.py +22 -17
  1216. githubkit/versions/ghec_v2022_11_28/types/group_0155.py +14 -35
  1217. githubkit/versions/ghec_v2022_11_28/types/group_0156.py +108 -20
  1218. githubkit/versions/ghec_v2022_11_28/types/group_0157.py +15 -130
  1219. githubkit/versions/ghec_v2022_11_28/types/group_0158.py +35 -14
  1220. githubkit/versions/ghec_v2022_11_28/types/group_0159.py +20 -99
  1221. githubkit/versions/ghec_v2022_11_28/types/group_0160.py +125 -24
  1222. githubkit/versions/ghec_v2022_11_28/types/group_0161.py +21 -24
  1223. githubkit/versions/ghec_v2022_11_28/types/group_0162.py +94 -10
  1224. githubkit/versions/ghec_v2022_11_28/types/group_0163.py +28 -8
  1225. githubkit/versions/ghec_v2022_11_28/types/group_0164.py +16 -28
  1226. githubkit/versions/ghec_v2022_11_28/types/group_0165.py +12 -107
  1227. githubkit/versions/ghec_v2022_11_28/types/group_0166.py +10 -23
  1228. githubkit/versions/ghec_v2022_11_28/types/group_0167.py +31 -10
  1229. githubkit/versions/ghec_v2022_11_28/types/group_0168.py +110 -8
  1230. githubkit/versions/ghec_v2022_11_28/types/group_0169.py +24 -8
  1231. githubkit/versions/ghec_v2022_11_28/types/group_0170.py +13 -9
  1232. githubkit/versions/ghec_v2022_11_28/types/group_0171.py +11 -15
  1233. githubkit/versions/ghec_v2022_11_28/types/group_0172.py +8 -33
  1234. githubkit/versions/ghec_v2022_11_28/types/group_0173.py +10 -24
  1235. githubkit/versions/ghec_v2022_11_28/types/group_0174.py +14 -57
  1236. githubkit/versions/ghec_v2022_11_28/types/group_0175.py +32 -9
  1237. githubkit/versions/ghec_v2022_11_28/types/group_0176.py +23 -8
  1238. githubkit/versions/ghec_v2022_11_28/types/group_0177.py +57 -7
  1239. githubkit/versions/ghec_v2022_11_28/types/group_0178.py +9 -7
  1240. githubkit/versions/ghec_v2022_11_28/types/group_0179.py +10 -5
  1241. githubkit/versions/ghec_v2022_11_28/types/group_0180.py +7 -45
  1242. githubkit/versions/ghec_v2022_11_28/types/group_0181.py +8 -39
  1243. githubkit/versions/ghec_v2022_11_28/types/group_0182.py +6 -64
  1244. githubkit/versions/ghec_v2022_11_28/types/group_0183.py +40 -23
  1245. githubkit/versions/ghec_v2022_11_28/types/group_0184.py +38 -5
  1246. githubkit/versions/ghec_v2022_11_28/types/group_0185.py +63 -7
  1247. githubkit/versions/ghec_v2022_11_28/types/group_0186.py +14 -22
  1248. githubkit/versions/ghec_v2022_11_28/types/group_0187.py +11 -42
  1249. githubkit/versions/ghec_v2022_11_28/types/group_0188.py +7 -77
  1250. githubkit/versions/ghec_v2022_11_28/types/group_0189.py +27 -29
  1251. githubkit/versions/ghec_v2022_11_28/types/group_0190.py +31 -20
  1252. githubkit/versions/ghec_v2022_11_28/types/group_0191.py +76 -9
  1253. githubkit/versions/ghec_v2022_11_28/types/group_0192.py +38 -7
  1254. githubkit/versions/ghec_v2022_11_28/types/group_0193.py +22 -19
  1255. githubkit/versions/ghec_v2022_11_28/types/group_0194.py +9 -27
  1256. githubkit/versions/ghec_v2022_11_28/types/group_0195.py +7 -115
  1257. githubkit/versions/ghec_v2022_11_28/types/group_0196.py +17 -124
  1258. githubkit/versions/ghec_v2022_11_28/types/group_0197.py +21 -16
  1259. githubkit/versions/ghec_v2022_11_28/types/group_0198.py +113 -6
  1260. githubkit/versions/ghec_v2022_11_28/types/group_0199.py +130 -9
  1261. githubkit/versions/ghec_v2022_11_28/types/group_0200.py +22 -19
  1262. githubkit/versions/ghec_v2022_11_28/types/group_0201.py +7 -40
  1263. githubkit/versions/ghec_v2022_11_28/types/group_0202.py +8 -24
  1264. githubkit/versions/ghec_v2022_11_28/types/group_0203.py +20 -27
  1265. githubkit/versions/ghec_v2022_11_28/types/group_0204.py +31 -113
  1266. githubkit/versions/ghec_v2022_11_28/types/group_0205.py +24 -19
  1267. githubkit/versions/ghec_v2022_11_28/types/group_0206.py +21 -23
  1268. githubkit/versions/ghec_v2022_11_28/types/group_0207.py +122 -23
  1269. githubkit/versions/ghec_v2022_11_28/types/group_0208.py +15 -58
  1270. githubkit/versions/ghec_v2022_11_28/types/group_0209.py +29 -17
  1271. githubkit/versions/ghec_v2022_11_28/types/group_0210.py +21 -56
  1272. githubkit/versions/ghec_v2022_11_28/types/group_0211.py +51 -19
  1273. githubkit/versions/ghec_v2022_11_28/types/group_0212.py +23 -33
  1274. githubkit/versions/ghec_v2022_11_28/types/group_0213.py +54 -39
  1275. githubkit/versions/ghec_v2022_11_28/types/group_0214.py +29 -20
  1276. githubkit/versions/ghec_v2022_11_28/types/group_0215.py +33 -15
  1277. githubkit/versions/ghec_v2022_11_28/types/group_0216.py +42 -17
  1278. githubkit/versions/ghec_v2022_11_28/types/group_0217.py +23 -30
  1279. githubkit/versions/ghec_v2022_11_28/types/group_0218.py +10 -24
  1280. githubkit/versions/ghec_v2022_11_28/types/group_0219.py +18 -8
  1281. githubkit/versions/ghec_v2022_11_28/types/group_0220.py +15 -6
  1282. githubkit/versions/ghec_v2022_11_28/types/group_0221.py +9 -8
  1283. githubkit/versions/ghec_v2022_11_28/types/group_0222.py +34 -23
  1284. githubkit/versions/ghec_v2022_11_28/types/group_0223.py +13 -7
  1285. githubkit/versions/ghec_v2022_11_28/types/group_0224.py +26 -19
  1286. githubkit/versions/ghec_v2022_11_28/types/group_0225.py +15 -53
  1287. githubkit/versions/ghec_v2022_11_28/types/group_0226.py +23 -44
  1288. githubkit/versions/ghec_v2022_11_28/types/group_0227.py +24 -20
  1289. githubkit/versions/ghec_v2022_11_28/types/group_0228.py +9 -6
  1290. githubkit/versions/ghec_v2022_11_28/types/group_0229.py +6 -14
  1291. githubkit/versions/ghec_v2022_11_28/types/group_0230.py +6 -74
  1292. githubkit/versions/ghec_v2022_11_28/types/group_0231.py +18 -20
  1293. githubkit/versions/ghec_v2022_11_28/types/group_0232.py +6 -12
  1294. githubkit/versions/ghec_v2022_11_28/types/group_0233.py +14 -29
  1295. githubkit/versions/ghec_v2022_11_28/types/group_0234.py +49 -15
  1296. githubkit/versions/ghec_v2022_11_28/types/group_0235.py +41 -32
  1297. githubkit/versions/ghec_v2022_11_28/types/group_0236.py +19 -23
  1298. githubkit/versions/ghec_v2022_11_28/types/group_0237.py +6 -54
  1299. githubkit/versions/ghec_v2022_11_28/types/group_0238.py +11 -24
  1300. githubkit/versions/ghec_v2022_11_28/types/group_0239.py +67 -24
  1301. githubkit/versions/ghec_v2022_11_28/types/group_0240.py +18 -22
  1302. githubkit/versions/ghec_v2022_11_28/types/group_0241.py +12 -28
  1303. githubkit/versions/ghec_v2022_11_28/types/group_0242.py +28 -89
  1304. githubkit/versions/ghec_v2022_11_28/types/group_0243.py +20 -28
  1305. githubkit/versions/ghec_v2022_11_28/types/group_0244.py +37 -30
  1306. githubkit/versions/ghec_v2022_11_28/types/group_0245.py +22 -11
  1307. githubkit/versions/ghec_v2022_11_28/types/group_0246.py +50 -21
  1308. githubkit/versions/ghec_v2022_11_28/types/group_0247.py +20 -54
  1309. githubkit/versions/ghec_v2022_11_28/types/group_0248.py +33 -7
  1310. githubkit/versions/ghec_v2022_11_28/types/group_0249.py +29 -11
  1311. githubkit/versions/ghec_v2022_11_28/types/group_0250.py +23 -20
  1312. githubkit/versions/ghec_v2022_11_28/types/group_0251.py +82 -34
  1313. githubkit/versions/ghec_v2022_11_28/types/group_0252.py +28 -28
  1314. githubkit/versions/ghec_v2022_11_28/types/group_0253.py +34 -10
  1315. githubkit/versions/ghec_v2022_11_28/types/group_0254.py +9 -56
  1316. githubkit/versions/ghec_v2022_11_28/types/group_0255.py +26 -13
  1317. githubkit/versions/ghec_v2022_11_28/types/group_0256.py +59 -8
  1318. githubkit/versions/ghec_v2022_11_28/types/group_0257.py +7 -7
  1319. githubkit/versions/ghec_v2022_11_28/types/group_0258.py +12 -5
  1320. githubkit/versions/ghec_v2022_11_28/types/group_0259.py +26 -10
  1321. githubkit/versions/ghec_v2022_11_28/types/group_0260.py +39 -19
  1322. githubkit/versions/ghec_v2022_11_28/types/group_0261.py +28 -8
  1323. githubkit/versions/ghec_v2022_11_28/types/group_0262.py +8 -13
  1324. githubkit/versions/ghec_v2022_11_28/types/group_0263.py +45 -57
  1325. githubkit/versions/ghec_v2022_11_28/types/group_0264.py +11 -19
  1326. githubkit/versions/ghec_v2022_11_28/types/group_0265.py +8 -35
  1327. githubkit/versions/ghec_v2022_11_28/types/group_0266.py +6 -25
  1328. githubkit/versions/ghec_v2022_11_28/types/group_0267.py +4 -7
  1329. githubkit/versions/ghec_v2022_11_28/types/group_0268.py +10 -24
  1330. githubkit/versions/ghec_v2022_11_28/types/group_0269.py +25 -54
  1331. githubkit/versions/ghec_v2022_11_28/types/group_0270.py +5 -10
  1332. githubkit/versions/ghec_v2022_11_28/types/group_0271.py +13 -9
  1333. githubkit/versions/ghec_v2022_11_28/types/group_0272.py +48 -82
  1334. githubkit/versions/ghec_v2022_11_28/types/group_0273.py +12 -21
  1335. githubkit/versions/ghec_v2022_11_28/types/group_0274.py +26 -20
  1336. githubkit/versions/ghec_v2022_11_28/types/group_0275.py +23 -19
  1337. githubkit/versions/ghec_v2022_11_28/types/group_0276.py +6 -20
  1338. githubkit/versions/ghec_v2022_11_28/types/group_0277.py +20 -25
  1339. githubkit/versions/ghec_v2022_11_28/types/group_0278.py +51 -22
  1340. githubkit/versions/ghec_v2022_11_28/types/group_0279.py +9 -26
  1341. githubkit/versions/ghec_v2022_11_28/types/group_0280.py +11 -24
  1342. githubkit/versions/ghec_v2022_11_28/types/group_0281.py +94 -12
  1343. githubkit/versions/ghec_v2022_11_28/types/group_0282.py +14 -16
  1344. githubkit/versions/ghec_v2022_11_28/types/group_0283.py +18 -8
  1345. githubkit/versions/ghec_v2022_11_28/types/group_0284.py +11 -24
  1346. githubkit/versions/ghec_v2022_11_28/types/group_0285.py +11 -24
  1347. githubkit/versions/ghec_v2022_11_28/types/group_0286.py +13 -18
  1348. githubkit/versions/ghec_v2022_11_28/types/group_0287.py +13 -18
  1349. githubkit/versions/ghec_v2022_11_28/types/group_0288.py +25 -10
  1350. githubkit/versions/ghec_v2022_11_28/types/group_0289.py +17 -31
  1351. githubkit/versions/ghec_v2022_11_28/types/group_0290.py +21 -14
  1352. githubkit/versions/ghec_v2022_11_28/types/group_0291.py +31 -6
  1353. githubkit/versions/ghec_v2022_11_28/types/group_0292.py +17 -69
  1354. githubkit/versions/ghec_v2022_11_28/types/group_0293.py +22 -45
  1355. githubkit/versions/ghec_v2022_11_28/types/group_0294.py +23 -83
  1356. githubkit/versions/ghec_v2022_11_28/types/group_0295.py +23 -9
  1357. githubkit/versions/ghec_v2022_11_28/types/group_0296.py +23 -9
  1358. githubkit/versions/ghec_v2022_11_28/types/group_0297.py +10 -15
  1359. githubkit/versions/ghec_v2022_11_28/types/group_0298.py +35 -14
  1360. githubkit/versions/ghec_v2022_11_28/types/group_0299.py +16 -5
  1361. githubkit/versions/ghec_v2022_11_28/types/group_0300.py +7 -33
  1362. githubkit/versions/ghec_v2022_11_28/types/group_0301.py +70 -8
  1363. githubkit/versions/ghec_v2022_11_28/types/group_0302.py +52 -50
  1364. githubkit/versions/ghec_v2022_11_28/types/group_0303.py +82 -15
  1365. githubkit/versions/ghec_v2022_11_28/types/group_0304.py +17 -5
  1366. githubkit/versions/ghec_v2022_11_28/types/group_0305.py +19 -10
  1367. githubkit/versions/ghec_v2022_11_28/types/group_0306.py +20 -19
  1368. githubkit/versions/ghec_v2022_11_28/types/group_0307.py +13 -76
  1369. githubkit/versions/ghec_v2022_11_28/types/group_0308.py +5 -76
  1370. githubkit/versions/ghec_v2022_11_28/types/group_0309.py +24 -177
  1371. githubkit/versions/ghec_v2022_11_28/types/group_0310.py +16 -43
  1372. githubkit/versions/ghec_v2022_11_28/types/group_0311.py +52 -126
  1373. githubkit/versions/ghec_v2022_11_28/types/group_0312.py +26 -12
  1374. githubkit/versions/ghec_v2022_11_28/types/group_0313.py +6 -7
  1375. githubkit/versions/ghec_v2022_11_28/types/group_0314.py +10 -11
  1376. githubkit/versions/ghec_v2022_11_28/types/group_0315.py +19 -56
  1377. githubkit/versions/ghec_v2022_11_28/types/group_0316.py +79 -49
  1378. githubkit/versions/ghec_v2022_11_28/types/group_0317.py +76 -8
  1379. githubkit/versions/ghec_v2022_11_28/types/group_0318.py +178 -15
  1380. githubkit/versions/ghec_v2022_11_28/types/group_0319.py +35 -33
  1381. githubkit/versions/ghec_v2022_11_28/types/group_0320.py +128 -7
  1382. githubkit/versions/ghec_v2022_11_28/types/group_0321.py +13 -11
  1383. githubkit/versions/ghec_v2022_11_28/types/group_0322.py +10 -9
  1384. githubkit/versions/ghec_v2022_11_28/types/group_0323.py +12 -11
  1385. githubkit/versions/ghec_v2022_11_28/types/group_0324.py +56 -8
  1386. githubkit/versions/ghec_v2022_11_28/types/group_0325.py +49 -8
  1387. githubkit/versions/ghec_v2022_11_28/types/group_0326.py +8 -11
  1388. githubkit/versions/ghec_v2022_11_28/types/group_0327.py +24 -9
  1389. githubkit/versions/ghec_v2022_11_28/types/group_0328.py +39 -15
  1390. githubkit/versions/ghec_v2022_11_28/types/group_0329.py +8 -11
  1391. githubkit/versions/ghec_v2022_11_28/types/group_0330.py +7 -4
  1392. githubkit/versions/ghec_v2022_11_28/types/group_0331.py +4 -7
  1393. githubkit/versions/ghec_v2022_11_28/types/group_0332.py +6 -6
  1394. githubkit/versions/ghec_v2022_11_28/types/group_0333.py +4 -7
  1395. githubkit/versions/ghec_v2022_11_28/types/group_0334.py +4 -7
  1396. githubkit/versions/ghec_v2022_11_28/types/group_0335.py +6 -6
  1397. githubkit/versions/ghec_v2022_11_28/types/group_0336.py +4 -7
  1398. githubkit/versions/ghec_v2022_11_28/types/group_0337.py +15 -31
  1399. githubkit/versions/ghec_v2022_11_28/types/group_0338.py +10 -70
  1400. githubkit/versions/ghec_v2022_11_28/types/group_0339.py +8 -52
  1401. githubkit/versions/ghec_v2022_11_28/types/group_0340.py +10 -74
  1402. githubkit/versions/ghec_v2022_11_28/types/group_0341.py +11 -12
  1403. githubkit/versions/ghec_v2022_11_28/types/group_0342.py +11 -10
  1404. githubkit/versions/ghec_v2022_11_28/types/group_0343.py +10 -23
  1405. githubkit/versions/ghec_v2022_11_28/types/group_0344.py +12 -7
  1406. githubkit/versions/ghec_v2022_11_28/types/group_0345.py +11 -14
  1407. githubkit/versions/ghec_v2022_11_28/types/group_0346.py +11 -21
  1408. githubkit/versions/ghec_v2022_11_28/types/group_0347.py +31 -15
  1409. githubkit/versions/ghec_v2022_11_28/types/group_0348.py +70 -7
  1410. githubkit/versions/ghec_v2022_11_28/types/group_0349.py +53 -8
  1411. githubkit/versions/ghec_v2022_11_28/types/group_0350.py +73 -10
  1412. githubkit/versions/ghec_v2022_11_28/types/group_0351.py +10 -8
  1413. githubkit/versions/ghec_v2022_11_28/types/group_0352.py +8 -7
  1414. githubkit/versions/ghec_v2022_11_28/types/group_0353.py +22 -10
  1415. githubkit/versions/ghec_v2022_11_28/types/group_0354.py +7 -25
  1416. githubkit/versions/ghec_v2022_11_28/types/group_0355.py +13 -10
  1417. githubkit/versions/ghec_v2022_11_28/types/group_0356.py +16 -34
  1418. githubkit/versions/ghec_v2022_11_28/types/group_0357.py +10 -19
  1419. githubkit/versions/ghec_v2022_11_28/types/group_0358.py +7 -17
  1420. githubkit/versions/ghec_v2022_11_28/types/group_0359.py +8 -18
  1421. githubkit/versions/ghec_v2022_11_28/types/group_0360.py +11 -17
  1422. githubkit/versions/ghec_v2022_11_28/types/group_0361.py +16 -25
  1423. githubkit/versions/ghec_v2022_11_28/types/group_0362.py +9 -15
  1424. githubkit/versions/ghec_v2022_11_28/types/group_0363.py +11 -32
  1425. githubkit/versions/ghec_v2022_11_28/types/group_0364.py +23 -9
  1426. githubkit/versions/ghec_v2022_11_28/types/group_0365.py +11 -6
  1427. githubkit/versions/ghec_v2022_11_28/types/group_0366.py +30 -26
  1428. githubkit/versions/ghec_v2022_11_28/types/group_0367.py +12 -95
  1429. githubkit/versions/ghec_v2022_11_28/types/group_0368.py +14 -15
  1430. githubkit/versions/ghec_v2022_11_28/types/group_0369.py +12 -30
  1431. githubkit/versions/ghec_v2022_11_28/types/group_0370.py +13 -40
  1432. githubkit/versions/ghec_v2022_11_28/types/group_0371.py +19 -34
  1433. githubkit/versions/ghec_v2022_11_28/types/group_0372.py +13 -92
  1434. githubkit/versions/ghec_v2022_11_28/types/group_0373.py +27 -23
  1435. githubkit/versions/ghec_v2022_11_28/types/group_0374.py +9 -122
  1436. githubkit/versions/ghec_v2022_11_28/types/group_0375.py +6 -75
  1437. githubkit/versions/ghec_v2022_11_28/types/group_0376.py +30 -50
  1438. githubkit/versions/ghec_v2022_11_28/types/group_0377.py +98 -57
  1439. githubkit/versions/ghec_v2022_11_28/types/group_0378.py +19 -8
  1440. githubkit/versions/ghec_v2022_11_28/types/group_0379.py +34 -15
  1441. githubkit/versions/ghec_v2022_11_28/types/group_0380.py +34 -75
  1442. githubkit/versions/ghec_v2022_11_28/types/group_0381.py +32 -9
  1443. githubkit/versions/ghec_v2022_11_28/types/group_0382.py +80 -47
  1444. githubkit/versions/ghec_v2022_11_28/types/group_0383.py +26 -11
  1445. githubkit/versions/ghec_v2022_11_28/types/group_0384.py +114 -24
  1446. githubkit/versions/ghec_v2022_11_28/types/group_0385.py +74 -7
  1447. githubkit/versions/ghec_v2022_11_28/types/group_0386.py +52 -8
  1448. githubkit/versions/ghec_v2022_11_28/types/group_0387.py +61 -9
  1449. githubkit/versions/ghec_v2022_11_28/types/group_0388.py +6 -16
  1450. githubkit/versions/ghec_v2022_11_28/types/group_0389.py +15 -7
  1451. githubkit/versions/ghec_v2022_11_28/types/group_0390.py +81 -18
  1452. githubkit/versions/ghec_v2022_11_28/types/group_0391.py +9 -11
  1453. githubkit/versions/ghec_v2022_11_28/types/group_0392.py +61 -22
  1454. githubkit/versions/ghec_v2022_11_28/types/group_0393.py +10 -268
  1455. githubkit/versions/ghec_v2022_11_28/types/group_0394.py +28 -24
  1456. githubkit/versions/ghec_v2022_11_28/types/group_0395.py +9 -42
  1457. githubkit/versions/ghec_v2022_11_28/types/group_0396.py +11 -43
  1458. githubkit/versions/ghec_v2022_11_28/types/group_0397.py +8 -55
  1459. githubkit/versions/ghec_v2022_11_28/types/group_0398.py +12 -121
  1460. githubkit/versions/ghec_v2022_11_28/types/group_0399.py +6 -11
  1461. githubkit/versions/ghec_v2022_11_28/types/group_0400.py +19 -125
  1462. githubkit/versions/ghec_v2022_11_28/types/group_0401.py +12 -23
  1463. githubkit/versions/ghec_v2022_11_28/types/group_0402.py +23 -20
  1464. githubkit/versions/ghec_v2022_11_28/types/group_0403.py +256 -64
  1465. githubkit/versions/ghec_v2022_11_28/types/group_0404.py +32 -17
  1466. githubkit/versions/ghec_v2022_11_28/types/group_0405.py +43 -36
  1467. githubkit/versions/ghec_v2022_11_28/types/group_0406.py +47 -20
  1468. githubkit/versions/ghec_v2022_11_28/types/group_0407.py +57 -15
  1469. githubkit/versions/ghec_v2022_11_28/types/group_0408.py +16 -17
  1470. githubkit/versions/ghec_v2022_11_28/types/group_0409.py +15 -19
  1471. githubkit/versions/ghec_v2022_11_28/types/group_0410.py +58 -115
  1472. githubkit/versions/ghec_v2022_11_28/types/group_0411.py +12 -17
  1473. githubkit/versions/ghec_v2022_11_28/types/group_0412.py +31 -13
  1474. githubkit/versions/ghec_v2022_11_28/types/group_0413.py +71 -15
  1475. githubkit/versions/ghec_v2022_11_28/types/group_0414.py +126 -6
  1476. githubkit/versions/ghec_v2022_11_28/types/group_0415.py +64 -22
  1477. githubkit/versions/ghec_v2022_11_28/types/group_0416.py +11 -7
  1478. githubkit/versions/ghec_v2022_11_28/types/group_0417.py +9 -17
  1479. githubkit/versions/ghec_v2022_11_28/types/group_0418.py +8 -7
  1480. githubkit/versions/ghec_v2022_11_28/types/group_0419.py +38 -275
  1481. githubkit/versions/ghec_v2022_11_28/types/group_0420.py +9 -305
  1482. githubkit/versions/ghec_v2022_11_28/types/group_0421.py +212 -144
  1483. githubkit/versions/ghec_v2022_11_28/types/group_0422.py +20 -109
  1484. githubkit/versions/ghec_v2022_11_28/types/group_0423.py +317 -89
  1485. githubkit/versions/ghec_v2022_11_28/types/group_0424.py +27 -114
  1486. githubkit/versions/ghec_v2022_11_28/types/group_0425.py +34 -133
  1487. githubkit/versions/ghec_v2022_11_28/types/group_0426.py +28 -104
  1488. githubkit/versions/ghec_v2022_11_28/types/group_0427.py +34 -100
  1489. githubkit/versions/ghec_v2022_11_28/types/group_0428.py +11 -93
  1490. githubkit/versions/ghec_v2022_11_28/types/group_0429.py +52 -19
  1491. githubkit/versions/ghec_v2022_11_28/types/group_0430.py +45 -19
  1492. githubkit/versions/ghec_v2022_11_28/types/group_0431.py +123 -18
  1493. githubkit/versions/ghec_v2022_11_28/types/group_0432.py +46 -15
  1494. githubkit/versions/ghec_v2022_11_28/types/group_0433.py +46 -18
  1495. githubkit/versions/ghec_v2022_11_28/types/group_0434.py +14 -18
  1496. githubkit/versions/ghec_v2022_11_28/types/group_0435.py +24 -18
  1497. githubkit/versions/ghec_v2022_11_28/types/group_0436.py +15 -17
  1498. githubkit/versions/ghec_v2022_11_28/types/group_0437.py +18 -17
  1499. githubkit/versions/ghec_v2022_11_28/types/group_0438.py +79 -17
  1500. githubkit/versions/ghec_v2022_11_28/types/group_0439.py +13 -17
  1501. githubkit/versions/ghec_v2022_11_28/types/group_0440.py +851 -17
  1502. githubkit/versions/ghec_v2022_11_28/types/group_0441.py +120 -17
  1503. githubkit/versions/ghec_v2022_11_28/types/group_0442.py +71 -30
  1504. githubkit/versions/ghec_v2022_11_28/types/group_0443.py +113 -28
  1505. githubkit/versions/ghec_v2022_11_28/types/group_0444.py +49 -532
  1506. githubkit/versions/ghec_v2022_11_28/types/group_0445.py +53 -20
  1507. githubkit/versions/ghec_v2022_11_28/types/group_0446.py +26 -471
  1508. githubkit/versions/ghec_v2022_11_28/types/group_0447.py +61 -455
  1509. githubkit/versions/ghec_v2022_11_28/types/group_0448.py +34 -388
  1510. githubkit/versions/ghec_v2022_11_28/types/group_0449.py +19 -858
  1511. githubkit/versions/ghec_v2022_11_28/types/group_0450.py +32 -82
  1512. githubkit/versions/ghec_v2022_11_28/types/group_0451.py +9 -45
  1513. githubkit/versions/ghec_v2022_11_28/types/group_0452.py +9 -11
  1514. githubkit/versions/ghec_v2022_11_28/types/group_0453.py +11 -85
  1515. githubkit/versions/ghec_v2022_11_28/types/group_0454.py +11 -85
  1516. githubkit/versions/ghec_v2022_11_28/types/group_0455.py +98 -89
  1517. githubkit/versions/ghec_v2022_11_28/types/group_0456.py +10 -12
  1518. githubkit/versions/ghec_v2022_11_28/types/group_0457.py +7 -18
  1519. githubkit/versions/ghec_v2022_11_28/types/group_0458.py +10 -37
  1520. githubkit/versions/ghec_v2022_11_28/types/group_0459.py +13 -40
  1521. githubkit/versions/ghec_v2022_11_28/types/group_0460.py +23 -12
  1522. githubkit/versions/ghec_v2022_11_28/types/group_0461.py +7 -18
  1523. githubkit/versions/ghec_v2022_11_28/types/group_0462.py +10 -12
  1524. githubkit/versions/ghec_v2022_11_28/types/group_0463.py +7 -20
  1525. githubkit/versions/ghec_v2022_11_28/types/group_0464.py +314 -8
  1526. githubkit/versions/ghec_v2022_11_28/types/group_0465.py +270 -47
  1527. githubkit/versions/ghec_v2022_11_28/types/group_0466.py +291 -19
  1528. githubkit/versions/ghec_v2022_11_28/types/group_0467.py +136 -12
  1529. githubkit/versions/ghec_v2022_11_28/types/group_0468.py +138 -12
  1530. githubkit/versions/ghec_v2022_11_28/types/group_0469.py +106 -13
  1531. githubkit/versions/ghec_v2022_11_28/types/group_0470.py +104 -111
  1532. githubkit/versions/ghec_v2022_11_28/types/group_0471.py +102 -131
  1533. githubkit/versions/ghec_v2022_11_28/types/group_0472.py +103 -14
  1534. githubkit/versions/ghec_v2022_11_28/types/group_0473.py +74 -92
  1535. githubkit/versions/ghec_v2022_11_28/types/group_0474.py +23 -11
  1536. githubkit/versions/ghec_v2022_11_28/types/group_0475.py +13 -27
  1537. githubkit/versions/ghec_v2022_11_28/types/group_0476.py +17 -51
  1538. githubkit/versions/ghec_v2022_11_28/types/group_0477.py +14 -29
  1539. githubkit/versions/ghec_v2022_11_28/types/group_0478.py +18 -32
  1540. githubkit/versions/ghec_v2022_11_28/types/group_0479.py +14 -71
  1541. githubkit/versions/ghec_v2022_11_28/types/group_0480.py +15 -72
  1542. githubkit/versions/ghec_v2022_11_28/types/group_0481.py +15 -28
  1543. githubkit/versions/ghec_v2022_11_28/types/group_0482.py +16 -83
  1544. githubkit/versions/ghec_v2022_11_28/types/group_0483.py +15 -30
  1545. githubkit/versions/ghec_v2022_11_28/types/group_0484.py +12 -14
  1546. githubkit/versions/ghec_v2022_11_28/types/group_0485.py +17 -76
  1547. githubkit/versions/ghec_v2022_11_28/types/group_0486.py +17 -137
  1548. githubkit/versions/ghec_v2022_11_28/types/group_0487.py +17 -143
  1549. githubkit/versions/ghec_v2022_11_28/types/group_0488.py +17 -51
  1550. githubkit/versions/ghec_v2022_11_28/types/group_0489.py +570 -4
  1551. githubkit/versions/ghec_v2022_11_28/types/group_0490.py +27 -36
  1552. githubkit/versions/ghec_v2022_11_28/types/group_0491.py +376 -46
  1553. githubkit/versions/ghec_v2022_11_28/types/group_0492.py +396 -77
  1554. githubkit/versions/ghec_v2022_11_28/types/group_0493.py +370 -69
  1555. githubkit/versions/ghec_v2022_11_28/types/group_0494.py +848 -18
  1556. githubkit/versions/ghec_v2022_11_28/types/group_0495.py +19 -78
  1557. githubkit/versions/ghec_v2022_11_28/types/group_0496.py +45 -13
  1558. githubkit/versions/ghec_v2022_11_28/types/group_0497.py +17 -76
  1559. githubkit/versions/ghec_v2022_11_28/types/group_0498.py +19 -137
  1560. githubkit/versions/ghec_v2022_11_28/types/group_0499.py +19 -143
  1561. githubkit/versions/ghec_v2022_11_28/types/group_0500.py +36 -51
  1562. githubkit/versions/ghec_v2022_11_28/types/group_0501.py +21 -28
  1563. githubkit/versions/ghec_v2022_11_28/types/group_0502.py +24 -36
  1564. githubkit/versions/ghec_v2022_11_28/types/group_0503.py +42 -75
  1565. githubkit/versions/ghec_v2022_11_28/types/group_0504.py +19 -82
  1566. githubkit/versions/ghec_v2022_11_28/types/group_0505.py +17 -137
  1567. githubkit/versions/ghec_v2022_11_28/types/group_0506.py +24 -33
  1568. githubkit/versions/ghec_v2022_11_28/types/group_0507.py +17 -76
  1569. githubkit/versions/ghec_v2022_11_28/types/group_0508.py +13 -33
  1570. githubkit/versions/ghec_v2022_11_28/types/group_0509.py +8 -77
  1571. githubkit/versions/ghec_v2022_11_28/types/group_0510.py +15 -137
  1572. githubkit/versions/ghec_v2022_11_28/types/group_0511.py +19 -143
  1573. githubkit/versions/ghec_v2022_11_28/types/group_0512.py +17 -51
  1574. githubkit/versions/ghec_v2022_11_28/types/group_0513.py +21 -28
  1575. githubkit/versions/ghec_v2022_11_28/types/group_0514.py +19 -30
  1576. githubkit/versions/ghec_v2022_11_28/types/group_0515.py +122 -52
  1577. githubkit/versions/ghec_v2022_11_28/types/group_0516.py +136 -77
  1578. githubkit/versions/ghec_v2022_11_28/types/group_0517.py +15 -133
  1579. githubkit/versions/ghec_v2022_11_28/types/group_0518.py +116 -30
  1580. githubkit/versions/ghec_v2022_11_28/types/group_0519.py +8 -79
  1581. githubkit/versions/ghec_v2022_11_28/types/group_0520.py +16 -413
  1582. githubkit/versions/ghec_v2022_11_28/types/group_0521.py +16 -14
  1583. githubkit/versions/ghec_v2022_11_28/types/group_0522.py +18 -167
  1584. githubkit/versions/ghec_v2022_11_28/types/group_0523.py +18 -171
  1585. githubkit/versions/ghec_v2022_11_28/types/group_0524.py +37 -25
  1586. githubkit/versions/ghec_v2022_11_28/types/group_0525.py +39 -28
  1587. githubkit/versions/ghec_v2022_11_28/types/group_0526.py +18 -74
  1588. githubkit/versions/ghec_v2022_11_28/types/group_0527.py +82 -82
  1589. githubkit/versions/ghec_v2022_11_28/types/group_0528.py +19 -10
  1590. githubkit/versions/ghec_v2022_11_28/types/group_0529.py +19 -107
  1591. githubkit/versions/ghec_v2022_11_28/types/group_0530.py +69 -15
  1592. githubkit/versions/ghec_v2022_11_28/types/group_0531.py +130 -71
  1593. githubkit/versions/ghec_v2022_11_28/types/group_0532.py +37 -291
  1594. githubkit/versions/ghec_v2022_11_28/types/group_0533.py +8 -414
  1595. githubkit/versions/ghec_v2022_11_28/types/group_0534.py +3 -418
  1596. githubkit/versions/ghec_v2022_11_28/types/group_0535.py +10 -393
  1597. githubkit/versions/ghec_v2022_11_28/types/group_0536.py +11 -336
  1598. githubkit/versions/ghec_v2022_11_28/types/group_0537.py +10 -378
  1599. githubkit/versions/ghec_v2022_11_28/types/group_0538.py +61 -896
  1600. githubkit/versions/ghec_v2022_11_28/types/group_0539.py +11 -381
  1601. githubkit/versions/ghec_v2022_11_28/types/group_0540.py +11 -333
  1602. githubkit/versions/ghec_v2022_11_28/types/group_0541.py +14 -981
  1603. githubkit/versions/ghec_v2022_11_28/types/group_0542.py +38 -327
  1604. githubkit/versions/ghec_v2022_11_28/types/group_0543.py +35 -304
  1605. githubkit/versions/ghec_v2022_11_28/types/group_0544.py +9 -356
  1606. githubkit/versions/ghec_v2022_11_28/types/group_0545.py +4 -376
  1607. githubkit/versions/ghec_v2022_11_28/types/group_0546.py +24 -26
  1608. githubkit/versions/ghec_v2022_11_28/types/group_0547.py +69 -25
  1609. githubkit/versions/ghec_v2022_11_28/types/group_0548.py +80 -63
  1610. githubkit/versions/ghec_v2022_11_28/types/group_0549.py +119 -88
  1611. githubkit/versions/ghec_v2022_11_28/types/group_0550.py +24 -106
  1612. githubkit/versions/ghec_v2022_11_28/types/group_0551.py +73 -113
  1613. githubkit/versions/ghec_v2022_11_28/types/group_0552.py +17 -116
  1614. githubkit/versions/ghec_v2022_11_28/types/group_0553.py +128 -97
  1615. githubkit/versions/ghec_v2022_11_28/types/group_0554.py +112 -49
  1616. githubkit/versions/ghec_v2022_11_28/types/group_0555.py +22 -43
  1617. githubkit/versions/ghec_v2022_11_28/types/group_0556.py +3 -24
  1618. githubkit/versions/ghec_v2022_11_28/types/group_0557.py +21 -108
  1619. githubkit/versions/ghec_v2022_11_28/types/group_0558.py +45 -87
  1620. githubkit/versions/ghec_v2022_11_28/types/group_0559.py +84 -15
  1621. githubkit/versions/ghec_v2022_11_28/types/group_0560.py +137 -16
  1622. githubkit/versions/ghec_v2022_11_28/types/group_0561.py +24 -100
  1623. githubkit/versions/ghec_v2022_11_28/types/group_0562.py +76 -69
  1624. githubkit/versions/ghec_v2022_11_28/types/group_0563.py +13 -65
  1625. githubkit/versions/ghec_v2022_11_28/types/group_0564.py +12 -66
  1626. githubkit/versions/ghec_v2022_11_28/types/group_0565.py +125 -63
  1627. githubkit/versions/ghec_v2022_11_28/types/group_0566.py +132 -32
  1628. githubkit/versions/ghec_v2022_11_28/types/group_0567.py +3 -24
  1629. githubkit/versions/ghec_v2022_11_28/types/group_0568.py +30 -50
  1630. githubkit/versions/ghec_v2022_11_28/types/group_0569.py +50 -36
  1631. githubkit/versions/ghec_v2022_11_28/types/group_0570.py +84 -60
  1632. githubkit/versions/ghec_v2022_11_28/types/group_0571.py +7 -93
  1633. githubkit/versions/ghec_v2022_11_28/types/group_0572.py +83 -36
  1634. githubkit/versions/ghec_v2022_11_28/types/group_0573.py +21 -74
  1635. githubkit/versions/ghec_v2022_11_28/types/group_0574.py +81 -35
  1636. githubkit/versions/ghec_v2022_11_28/types/group_0575.py +393 -13
  1637. githubkit/versions/ghec_v2022_11_28/types/group_0576.py +368 -24
  1638. githubkit/versions/ghec_v2022_11_28/types/group_0577.py +331 -386
  1639. githubkit/versions/ghec_v2022_11_28/types/group_0578.py +395 -12
  1640. githubkit/versions/ghec_v2022_11_28/types/group_0579.py +363 -23
  1641. githubkit/versions/ghec_v2022_11_28/types/group_0580.py +324 -78
  1642. githubkit/versions/ghec_v2022_11_28/types/group_0581.py +931 -29
  1643. githubkit/versions/ghec_v2022_11_28/types/group_0582.py +16 -12
  1644. githubkit/versions/ghec_v2022_11_28/types/group_0583.py +400 -13
  1645. githubkit/versions/ghec_v2022_11_28/types/group_0584.py +604 -13
  1646. githubkit/versions/ghec_v2022_11_28/types/group_0585.py +23 -17
  1647. githubkit/versions/ghec_v2022_11_28/types/group_0586.py +18 -12
  1648. githubkit/versions/ghec_v2022_11_28/types/group_0587.py +385 -22
  1649. githubkit/versions/ghec_v2022_11_28/types/group_0588.py +18 -7
  1650. githubkit/versions/ghec_v2022_11_28/types/group_0589.py +14 -77
  1651. githubkit/versions/ghec_v2022_11_28/types/group_0590.py +13 -61
  1652. githubkit/versions/ghec_v2022_11_28/types/group_0591.py +45 -57
  1653. githubkit/versions/ghec_v2022_11_28/types/group_0592.py +15 -75
  1654. githubkit/versions/ghec_v2022_11_28/types/group_0593.py +51 -63
  1655. githubkit/versions/ghec_v2022_11_28/types/group_0594.py +66 -42
  1656. githubkit/versions/ghec_v2022_11_28/types/group_0595.py +70 -43
  1657. githubkit/versions/ghec_v2022_11_28/types/group_0596.py +15 -60
  1658. githubkit/versions/ghec_v2022_11_28/types/group_0597.py +45 -25
  1659. githubkit/versions/ghec_v2022_11_28/types/group_0598.py +37 -25
  1660. githubkit/versions/ghec_v2022_11_28/types/group_0599.py +13 -45
  1661. githubkit/versions/ghec_v2022_11_28/types/group_0600.py +38 -24
  1662. githubkit/versions/ghec_v2022_11_28/types/group_0601.py +17 -34
  1663. githubkit/versions/ghec_v2022_11_28/types/group_0602.py +12 -62
  1664. githubkit/versions/ghec_v2022_11_28/types/group_0603.py +12 -87
  1665. githubkit/versions/ghec_v2022_11_28/types/group_0604.py +92 -55
  1666. githubkit/versions/ghec_v2022_11_28/types/group_0605.py +13 -9
  1667. githubkit/versions/ghec_v2022_11_28/types/group_0606.py +13 -12
  1668. githubkit/versions/ghec_v2022_11_28/types/group_0607.py +13 -9
  1669. githubkit/versions/ghec_v2022_11_28/types/group_0608.py +35 -44
  1670. githubkit/versions/ghec_v2022_11_28/types/group_0609.py +15 -30
  1671. githubkit/versions/ghec_v2022_11_28/types/group_0610.py +13 -29
  1672. githubkit/versions/ghec_v2022_11_28/types/group_0611.py +14 -10
  1673. githubkit/versions/ghec_v2022_11_28/types/group_0612.py +12 -8
  1674. githubkit/versions/ghec_v2022_11_28/types/group_0613.py +14 -48
  1675. githubkit/versions/ghec_v2022_11_28/types/group_0614.py +63 -29
  1676. githubkit/versions/ghec_v2022_11_28/types/group_0615.py +14 -29
  1677. githubkit/versions/ghec_v2022_11_28/types/group_0616.py +30 -9
  1678. githubkit/versions/ghec_v2022_11_28/types/group_0617.py +32 -13
  1679. githubkit/versions/ghec_v2022_11_28/types/group_0618.py +13 -951
  1680. githubkit/versions/ghec_v2022_11_28/types/group_0619.py +23 -938
  1681. githubkit/versions/ghec_v2022_11_28/types/group_0620.py +315 -800
  1682. githubkit/versions/ghec_v2022_11_28/types/group_0621.py +11 -12
  1683. githubkit/versions/ghec_v2022_11_28/types/group_0622.py +60 -18
  1684. githubkit/versions/ghec_v2022_11_28/types/group_0623.py +69 -856
  1685. githubkit/versions/ghec_v2022_11_28/types/group_0624.py +29 -887
  1686. githubkit/versions/ghec_v2022_11_28/types/group_0625.py +13 -69
  1687. githubkit/versions/ghec_v2022_11_28/types/group_0626.py +13 -927
  1688. githubkit/versions/ghec_v2022_11_28/types/group_0627.py +13 -937
  1689. githubkit/versions/ghec_v2022_11_28/types/group_0628.py +13 -917
  1690. githubkit/versions/ghec_v2022_11_28/types/group_0629.py +11 -933
  1691. githubkit/versions/ghec_v2022_11_28/types/group_0630.py +35 -18
  1692. githubkit/versions/ghec_v2022_11_28/types/group_0631.py +7 -19
  1693. githubkit/versions/ghec_v2022_11_28/types/group_0632.py +29 -13
  1694. githubkit/versions/ghec_v2022_11_28/types/group_0633.py +12 -1070
  1695. githubkit/versions/ghec_v2022_11_28/types/group_0634.py +24 -1034
  1696. githubkit/versions/ghec_v2022_11_28/types/group_0635.py +21 -1080
  1697. githubkit/versions/ghec_v2022_11_28/types/group_0636.py +35 -959
  1698. githubkit/versions/ghec_v2022_11_28/types/group_0637.py +14 -944
  1699. githubkit/versions/ghec_v2022_11_28/types/group_0638.py +21 -1024
  1700. githubkit/versions/ghec_v2022_11_28/types/group_0639.py +13 -1059
  1701. githubkit/versions/ghec_v2022_11_28/types/group_0640.py +14 -1023
  1702. githubkit/versions/ghec_v2022_11_28/types/group_0641.py +14 -1037
  1703. githubkit/versions/ghec_v2022_11_28/types/group_0642.py +23 -993
  1704. githubkit/versions/ghec_v2022_11_28/types/group_0643.py +14 -1079
  1705. githubkit/versions/ghec_v2022_11_28/types/group_0644.py +14 -1089
  1706. githubkit/versions/ghec_v2022_11_28/types/group_0645.py +14 -940
  1707. githubkit/versions/ghec_v2022_11_28/types/group_0646.py +28 -946
  1708. githubkit/versions/ghec_v2022_11_28/types/group_0647.py +13 -941
  1709. githubkit/versions/ghec_v2022_11_28/types/group_0648.py +11 -925
  1710. githubkit/versions/ghec_v2022_11_28/types/group_0649.py +14 -284
  1711. githubkit/versions/ghec_v2022_11_28/types/group_0650.py +10 -14
  1712. githubkit/versions/ghec_v2022_11_28/types/group_0651.py +59 -57
  1713. githubkit/versions/ghec_v2022_11_28/types/group_0652.py +15 -507
  1714. githubkit/versions/ghec_v2022_11_28/types/group_0653.py +31 -15
  1715. githubkit/versions/ghec_v2022_11_28/types/group_0654.py +14 -55
  1716. githubkit/versions/ghec_v2022_11_28/types/group_0655.py +13 -160
  1717. githubkit/versions/ghec_v2022_11_28/types/group_0656.py +45 -137
  1718. githubkit/versions/ghec_v2022_11_28/types/group_0657.py +28 -136
  1719. githubkit/versions/ghec_v2022_11_28/types/group_0658.py +14 -173
  1720. githubkit/versions/ghec_v2022_11_28/types/group_0659.py +12 -142
  1721. githubkit/versions/ghec_v2022_11_28/types/group_0660.py +9 -139
  1722. githubkit/versions/ghec_v2022_11_28/types/group_0661.py +845 -59
  1723. githubkit/versions/ghec_v2022_11_28/types/group_0662.py +894 -60
  1724. githubkit/versions/ghec_v2022_11_28/types/group_0663.py +963 -13
  1725. githubkit/versions/ghec_v2022_11_28/types/group_0664.py +13 -12
  1726. githubkit/versions/ghec_v2022_11_28/types/group_0665.py +12 -9
  1727. githubkit/versions/ghec_v2022_11_28/types/group_0666.py +14 -11
  1728. githubkit/versions/ghec_v2022_11_28/types/group_0667.py +923 -10
  1729. githubkit/versions/ghec_v2022_11_28/types/group_0668.py +60 -19
  1730. githubkit/versions/ghec_v2022_11_28/types/group_0669.py +904 -33
  1731. githubkit/versions/ghec_v2022_11_28/types/group_0670.py +920 -10
  1732. githubkit/versions/ghec_v2022_11_28/types/group_0671.py +912 -10
  1733. githubkit/versions/ghec_v2022_11_28/types/group_0672.py +14 -11
  1734. githubkit/versions/ghec_v2022_11_28/types/group_0673.py +12 -33
  1735. githubkit/versions/ghec_v2022_11_28/types/group_0674.py +13 -12
  1736. githubkit/versions/ghec_v2022_11_28/types/group_0675.py +13 -12
  1737. githubkit/versions/ghec_v2022_11_28/types/group_0676.py +1071 -15
  1738. githubkit/versions/ghec_v2022_11_28/types/group_0677.py +943 -18
  1739. githubkit/versions/ghec_v2022_11_28/types/group_0678.py +952 -13
  1740. githubkit/versions/ghec_v2022_11_28/types/group_0679.py +965 -40
  1741. githubkit/versions/ghec_v2022_11_28/types/group_0680.py +895 -65
  1742. githubkit/versions/ghec_v2022_11_28/types/group_0681.py +1014 -63
  1743. githubkit/versions/ghec_v2022_11_28/types/group_0682.py +1005 -36
  1744. githubkit/versions/ghec_v2022_11_28/types/group_0683.py +1021 -10
  1745. githubkit/versions/ghec_v2022_11_28/types/group_0684.py +999 -33
  1746. githubkit/versions/ghec_v2022_11_28/types/group_0685.py +882 -34
  1747. githubkit/versions/ghec_v2022_11_28/types/group_0686.py +1042 -34
  1748. githubkit/versions/ghec_v2022_11_28/types/group_0687.py +1050 -34
  1749. githubkit/versions/ghec_v2022_11_28/types/group_0688.py +939 -13
  1750. githubkit/versions/ghec_v2022_11_28/types/group_0689.py +890 -171
  1751. githubkit/versions/ghec_v2022_11_28/types/group_0690.py +935 -5
  1752. githubkit/versions/ghec_v2022_11_28/types/group_0691.py +923 -13
  1753. githubkit/versions/ghec_v2022_11_28/types/group_0692.py +282 -13
  1754. githubkit/versions/ghec_v2022_11_28/types/group_0693.py +13 -13
  1755. githubkit/versions/ghec_v2022_11_28/types/group_0694.py +60 -17
  1756. githubkit/versions/ghec_v2022_11_28/types/group_0695.py +462 -74
  1757. githubkit/versions/ghec_v2022_11_28/types/group_0696.py +12 -114
  1758. githubkit/versions/ghec_v2022_11_28/types/group_0697.py +45 -110
  1759. githubkit/versions/ghec_v2022_11_28/types/group_0698.py +160 -15
  1760. githubkit/versions/ghec_v2022_11_28/types/group_0699.py +17 -5
  1761. githubkit/versions/ghec_v2022_11_28/types/group_0700.py +17 -6
  1762. githubkit/versions/ghec_v2022_11_28/types/group_0701.py +45 -128
  1763. githubkit/versions/ghec_v2022_11_28/types/group_0702.py +78 -66
  1764. githubkit/versions/ghec_v2022_11_28/types/group_0703.py +14 -141
  1765. githubkit/versions/ghec_v2022_11_28/types/group_0704.py +14 -135
  1766. githubkit/versions/ghec_v2022_11_28/types/group_0705.py +14 -168
  1767. githubkit/versions/ghec_v2022_11_28/types/group_0706.py +14 -165
  1768. githubkit/versions/ghec_v2022_11_28/types/group_0707.py +13 -12
  1769. githubkit/versions/ghec_v2022_11_28/types/group_0708.py +9 -10
  1770. githubkit/versions/ghec_v2022_11_28/types/group_0709.py +10 -186
  1771. githubkit/versions/ghec_v2022_11_28/types/group_0710.py +15 -11
  1772. githubkit/versions/ghec_v2022_11_28/types/group_0711.py +29 -6
  1773. githubkit/versions/ghec_v2022_11_28/types/group_0712.py +56 -11
  1774. githubkit/versions/ghec_v2022_11_28/types/group_0713.py +16 -6
  1775. githubkit/versions/ghec_v2022_11_28/types/group_0714.py +10 -55
  1776. githubkit/versions/ghec_v2022_11_28/types/group_0715.py +13 -221
  1777. githubkit/versions/ghec_v2022_11_28/types/group_0716.py +34 -216
  1778. githubkit/versions/ghec_v2022_11_28/types/group_0717.py +15 -219
  1779. githubkit/versions/ghec_v2022_11_28/types/group_0718.py +14 -286
  1780. githubkit/versions/ghec_v2022_11_28/types/group_0719.py +16 -222
  1781. githubkit/versions/ghec_v2022_11_28/types/group_0720.py +27 -15
  1782. githubkit/versions/ghec_v2022_11_28/types/group_0721.py +15 -24
  1783. githubkit/versions/ghec_v2022_11_28/types/group_0722.py +79 -69
  1784. githubkit/versions/ghec_v2022_11_28/types/group_0723.py +86 -55
  1785. githubkit/versions/ghec_v2022_11_28/types/group_0724.py +102 -42
  1786. githubkit/versions/ghec_v2022_11_28/types/group_0725.py +78 -45
  1787. githubkit/versions/ghec_v2022_11_28/types/group_0726.py +22 -51
  1788. githubkit/versions/ghec_v2022_11_28/types/group_0727.py +21 -44
  1789. githubkit/versions/ghec_v2022_11_28/types/group_0728.py +60 -47
  1790. githubkit/versions/ghec_v2022_11_28/types/group_0729.py +12 -57
  1791. githubkit/versions/ghec_v2022_11_28/types/group_0730.py +34 -384
  1792. githubkit/versions/ghec_v2022_11_28/types/group_0731.py +13 -425
  1793. githubkit/versions/ghec_v2022_11_28/types/group_0732.py +194 -403
  1794. githubkit/versions/ghec_v2022_11_28/types/group_0733.py +10 -31
  1795. githubkit/versions/ghec_v2022_11_28/types/group_0734.py +19 -9
  1796. githubkit/versions/ghec_v2022_11_28/types/group_0735.py +18 -8
  1797. githubkit/versions/ghec_v2022_11_28/types/group_0736.py +20 -4
  1798. githubkit/versions/ghec_v2022_11_28/types/group_0737.py +17 -8
  1799. githubkit/versions/ghec_v2022_11_28/types/group_0738.py +19 -5
  1800. githubkit/versions/ghec_v2022_11_28/types/group_0739.py +19 -5
  1801. githubkit/versions/ghec_v2022_11_28/types/group_0740.py +121 -5
  1802. githubkit/versions/ghec_v2022_11_28/types/group_0741.py +17 -5
  1803. githubkit/versions/ghec_v2022_11_28/types/group_0742.py +5 -11
  1804. githubkit/versions/ghec_v2022_11_28/types/group_0743.py +9 -4
  1805. githubkit/versions/ghec_v2022_11_28/types/group_0744.py +17 -5
  1806. githubkit/versions/ghec_v2022_11_28/types/group_0745.py +18 -8
  1807. githubkit/versions/ghec_v2022_11_28/types/group_0746.py +36 -6
  1808. githubkit/versions/ghec_v2022_11_28/types/group_0747.py +18 -23
  1809. githubkit/versions/ghec_v2022_11_28/types/group_0748.py +21 -11
  1810. githubkit/versions/ghec_v2022_11_28/types/group_0749.py +20 -9
  1811. githubkit/versions/ghec_v2022_11_28/types/group_0750.py +17 -12
  1812. githubkit/versions/ghec_v2022_11_28/types/group_0751.py +18 -10
  1813. githubkit/versions/ghec_v2022_11_28/types/group_0752.py +190 -10
  1814. githubkit/versions/ghec_v2022_11_28/types/group_0753.py +13 -8
  1815. githubkit/versions/ghec_v2022_11_28/types/group_0754.py +6 -8
  1816. githubkit/versions/ghec_v2022_11_28/types/group_0755.py +11 -7
  1817. githubkit/versions/ghec_v2022_11_28/types/group_0756.py +7 -10
  1818. githubkit/versions/ghec_v2022_11_28/types/group_0757.py +16 -8
  1819. githubkit/versions/ghec_v2022_11_28/types/group_0758.py +183 -6
  1820. githubkit/versions/ghec_v2022_11_28/types/group_0759.py +181 -6
  1821. githubkit/versions/ghec_v2022_11_28/types/group_0760.py +180 -8
  1822. githubkit/versions/ghec_v2022_11_28/types/group_0761.py +248 -6
  1823. githubkit/versions/ghec_v2022_11_28/types/group_0762.py +182 -11
  1824. githubkit/versions/ghec_v2022_11_28/types/group_0763.py +15 -19
  1825. githubkit/versions/ghec_v2022_11_28/types/group_0764.py +19 -12
  1826. githubkit/versions/ghec_v2022_11_28/types/group_0765.py +63 -18
  1827. githubkit/versions/ghec_v2022_11_28/types/group_0766.py +56 -4
  1828. githubkit/versions/ghec_v2022_11_28/types/group_0767.py +49 -5
  1829. githubkit/versions/ghec_v2022_11_28/types/group_0768.py +64 -4
  1830. githubkit/versions/ghec_v2022_11_28/types/group_0769.py +51 -15
  1831. githubkit/versions/ghec_v2022_11_28/types/group_0770.py +44 -10
  1832. githubkit/versions/ghec_v2022_11_28/types/group_0771.py +62 -5
  1833. githubkit/versions/ghec_v2022_11_28/types/group_0772.py +63 -4
  1834. githubkit/versions/ghec_v2022_11_28/types/group_0773.py +412 -4
  1835. githubkit/versions/ghec_v2022_11_28/types/group_0774.py +414 -7
  1836. githubkit/versions/ghec_v2022_11_28/types/group_0775.py +412 -37
  1837. githubkit/versions/ghec_v2022_11_28/types/group_0776.py +31 -26
  1838. githubkit/versions/ghec_v2022_11_28/types/group_0777.py +9 -7
  1839. githubkit/versions/ghec_v2022_11_28/types/group_0778.py +9 -9
  1840. githubkit/versions/ghec_v2022_11_28/types/group_0779.py +3 -6
  1841. githubkit/versions/ghec_v2022_11_28/types/group_0780.py +7 -24
  1842. githubkit/versions/ghec_v2022_11_28/types/group_0781.py +5 -12
  1843. githubkit/versions/ghec_v2022_11_28/types/group_0782.py +5 -10
  1844. githubkit/versions/ghec_v2022_11_28/types/group_0783.py +4 -8
  1845. githubkit/versions/ghec_v2022_11_28/types/group_0784.py +4 -5
  1846. githubkit/versions/ghec_v2022_11_28/types/group_0785.py +11 -7
  1847. githubkit/versions/ghec_v2022_11_28/types/group_0786.py +3 -6
  1848. githubkit/versions/ghec_v2022_11_28/types/group_0787.py +7 -9
  1849. githubkit/versions/ghec_v2022_11_28/types/group_0788.py +8 -8
  1850. githubkit/versions/ghec_v2022_11_28/types/group_0789.py +4 -4
  1851. githubkit/versions/ghec_v2022_11_28/types/group_0790.py +24 -5
  1852. githubkit/versions/ghec_v2022_11_28/types/group_0791.py +9 -21
  1853. githubkit/versions/ghec_v2022_11_28/types/group_0792.py +8 -7
  1854. githubkit/versions/ghec_v2022_11_28/types/group_0793.py +10 -6
  1855. githubkit/versions/ghec_v2022_11_28/types/group_0794.py +8 -4
  1856. githubkit/versions/ghec_v2022_11_28/types/group_0795.py +10 -22
  1857. githubkit/versions/ghec_v2022_11_28/types/group_0796.py +8 -9
  1858. githubkit/versions/ghec_v2022_11_28/types/group_0797.py +8 -8
  1859. githubkit/versions/ghec_v2022_11_28/types/group_0798.py +8 -8
  1860. githubkit/versions/ghec_v2022_11_28/types/group_0799.py +9 -5
  1861. githubkit/versions/ghec_v2022_11_28/types/group_0800.py +5 -5
  1862. githubkit/versions/ghec_v2022_11_28/types/group_0801.py +6 -12
  1863. githubkit/versions/ghec_v2022_11_28/types/group_0802.py +4 -4
  1864. githubkit/versions/ghec_v2022_11_28/types/group_0803.py +7 -4
  1865. githubkit/versions/ghec_v2022_11_28/types/group_0804.py +6 -23
  1866. githubkit/versions/ghec_v2022_11_28/types/group_0805.py +11 -8
  1867. githubkit/versions/ghec_v2022_11_28/types/group_0806.py +20 -8
  1868. githubkit/versions/ghec_v2022_11_28/types/group_0807.py +19 -6
  1869. githubkit/versions/ghec_v2022_11_28/types/group_0808.py +26 -6
  1870. githubkit/versions/ghec_v2022_11_28/types/group_0809.py +4 -7
  1871. githubkit/versions/ghec_v2022_11_28/types/group_0810.py +4 -5
  1872. githubkit/versions/ghec_v2022_11_28/types/group_0811.py +3 -8
  1873. githubkit/versions/ghec_v2022_11_28/types/group_0812.py +9 -5
  1874. githubkit/versions/ghec_v2022_11_28/types/group_0813.py +8 -8
  1875. githubkit/versions/ghec_v2022_11_28/types/group_0814.py +7 -6
  1876. githubkit/versions/ghec_v2022_11_28/types/group_0815.py +5 -8
  1877. githubkit/versions/ghec_v2022_11_28/types/group_0816.py +4 -8
  1878. githubkit/versions/ghec_v2022_11_28/types/group_0817.py +7 -22
  1879. githubkit/versions/ghec_v2022_11_28/types/group_0818.py +41 -11
  1880. githubkit/versions/ghec_v2022_11_28/types/group_0819.py +18 -6
  1881. githubkit/versions/ghec_v2022_11_28/types/group_0820.py +7 -6
  1882. githubkit/versions/ghec_v2022_11_28/types/group_0821.py +8 -25
  1883. githubkit/versions/ghec_v2022_11_28/types/group_0822.py +6 -24
  1884. githubkit/versions/ghec_v2022_11_28/types/group_0823.py +26 -8
  1885. githubkit/versions/ghec_v2022_11_28/types/group_0824.py +12 -9
  1886. githubkit/versions/ghec_v2022_11_28/types/group_0825.py +11 -4
  1887. githubkit/versions/ghec_v2022_11_28/types/group_0826.py +9 -9
  1888. githubkit/versions/ghec_v2022_11_28/types/group_0827.py +4 -7
  1889. githubkit/versions/ghec_v2022_11_28/types/group_0828.py +9 -6
  1890. githubkit/versions/ghec_v2022_11_28/types/group_0829.py +6 -14
  1891. githubkit/versions/ghec_v2022_11_28/types/group_0830.py +8 -7
  1892. githubkit/versions/ghec_v2022_11_28/types/group_0831.py +7 -6
  1893. githubkit/versions/ghec_v2022_11_28/types/group_0832.py +6 -5
  1894. githubkit/versions/ghec_v2022_11_28/types/group_0833.py +6 -3
  1895. githubkit/versions/ghec_v2022_11_28/types/group_0834.py +23 -5
  1896. githubkit/versions/ghec_v2022_11_28/types/group_0835.py +8 -7
  1897. githubkit/versions/ghec_v2022_11_28/types/group_0836.py +9 -7
  1898. githubkit/versions/ghec_v2022_11_28/types/group_0837.py +5 -6
  1899. githubkit/versions/ghec_v2022_11_28/types/group_0838.py +25 -6
  1900. githubkit/versions/ghec_v2022_11_28/types/group_0839.py +7 -4
  1901. githubkit/versions/ghec_v2022_11_28/types/group_0840.py +9 -8
  1902. githubkit/versions/ghec_v2022_11_28/types/group_0841.py +9 -10
  1903. githubkit/versions/ghec_v2022_11_28/types/group_0842.py +4 -7
  1904. githubkit/versions/ghec_v2022_11_28/types/group_0843.py +14 -48
  1905. githubkit/versions/ghec_v2022_11_28/types/group_0844.py +10 -57
  1906. githubkit/versions/ghec_v2022_11_28/types/group_0845.py +6 -59
  1907. githubkit/versions/ghec_v2022_11_28/types/group_0846.py +6 -15
  1908. githubkit/versions/ghec_v2022_11_28/types/group_0847.py +23 -12
  1909. githubkit/versions/ghec_v2022_11_28/types/group_0848.py +8 -6
  1910. githubkit/versions/ghec_v2022_11_28/types/group_0849.py +9 -6
  1911. githubkit/versions/ghec_v2022_11_28/types/group_0850.py +5 -4
  1912. githubkit/versions/ghec_v2022_11_28/types/group_0851.py +5 -8
  1913. githubkit/versions/ghec_v2022_11_28/types/group_0852.py +6 -12
  1914. githubkit/versions/ghec_v2022_11_28/types/group_0853.py +5 -7
  1915. githubkit/versions/ghec_v2022_11_28/types/group_0854.py +7 -4
  1916. githubkit/versions/ghec_v2022_11_28/types/group_0855.py +6 -6
  1917. githubkit/versions/ghec_v2022_11_28/types/group_0856.py +8 -6
  1918. githubkit/versions/ghec_v2022_11_28/types/group_0857.py +6 -6
  1919. githubkit/versions/ghec_v2022_11_28/types/group_0858.py +8 -5
  1920. githubkit/versions/ghec_v2022_11_28/types/group_0859.py +6 -16
  1921. githubkit/versions/ghec_v2022_11_28/types/group_0860.py +23 -5
  1922. githubkit/versions/ghec_v2022_11_28/types/group_0861.py +8 -7
  1923. githubkit/versions/ghec_v2022_11_28/types/group_0862.py +9 -7
  1924. githubkit/versions/ghec_v2022_11_28/types/group_0863.py +6 -6
  1925. githubkit/versions/ghec_v2022_11_28/types/group_0864.py +27 -4
  1926. githubkit/versions/ghec_v2022_11_28/types/group_0865.py +18 -16
  1927. githubkit/versions/ghec_v2022_11_28/types/group_0866.py +8 -20
  1928. githubkit/versions/ghec_v2022_11_28/types/group_0867.py +8 -4
  1929. githubkit/versions/ghec_v2022_11_28/types/group_0868.py +3 -6
  1930. githubkit/versions/ghec_v2022_11_28/types/group_0869.py +9 -6
  1931. githubkit/versions/ghec_v2022_11_28/types/group_0870.py +7 -19
  1932. githubkit/versions/ghec_v2022_11_28/types/group_0871.py +6 -5
  1933. githubkit/versions/ghec_v2022_11_28/types/group_0872.py +15 -4
  1934. githubkit/versions/ghec_v2022_11_28/types/group_0873.py +6 -6
  1935. githubkit/versions/ghec_v2022_11_28/types/group_0874.py +6 -8
  1936. githubkit/versions/ghec_v2022_11_28/types/group_0875.py +4 -7
  1937. githubkit/versions/ghec_v2022_11_28/types/group_0876.py +4 -7
  1938. githubkit/versions/ghec_v2022_11_28/types/group_0877.py +6 -5
  1939. githubkit/versions/ghec_v2022_11_28/types/group_0878.py +7 -5
  1940. githubkit/versions/ghec_v2022_11_28/types/group_0879.py +5 -123
  1941. githubkit/versions/ghec_v2022_11_28/types/group_0880.py +6 -8
  1942. githubkit/versions/ghec_v2022_11_28/types/group_0881.py +6 -5
  1943. githubkit/versions/ghec_v2022_11_28/types/group_0882.py +5 -9
  1944. githubkit/versions/ghec_v2022_11_28/types/group_0883.py +5 -6
  1945. githubkit/versions/ghec_v2022_11_28/types/group_0884.py +10 -9
  1946. githubkit/versions/ghec_v2022_11_28/types/group_0885.py +9 -7
  1947. githubkit/versions/ghec_v2022_11_28/types/group_0886.py +48 -14
  1948. githubkit/versions/ghec_v2022_11_28/types/group_0887.py +69 -7
  1949. githubkit/versions/ghec_v2022_11_28/types/group_0888.py +71 -6
  1950. githubkit/versions/ghec_v2022_11_28/types/group_0889.py +15 -6
  1951. githubkit/versions/ghec_v2022_11_28/types/group_0890.py +13 -9
  1952. githubkit/versions/ghec_v2022_11_28/types/group_0891.py +7 -9
  1953. githubkit/versions/ghec_v2022_11_28/types/group_0892.py +6 -11
  1954. githubkit/versions/ghec_v2022_11_28/types/group_0893.py +4 -8
  1955. githubkit/versions/ghec_v2022_11_28/types/group_0894.py +8 -7
  1956. githubkit/versions/ghec_v2022_11_28/types/group_0895.py +14 -5
  1957. githubkit/versions/ghec_v2022_11_28/types/group_0896.py +8 -5
  1958. githubkit/versions/ghec_v2022_11_28/types/group_0897.py +4 -8
  1959. githubkit/versions/ghec_v2022_11_28/types/group_0898.py +5 -5
  1960. githubkit/versions/ghec_v2022_11_28/types/group_0899.py +6 -9
  1961. githubkit/versions/ghec_v2022_11_28/types/group_0900.py +6 -6
  1962. githubkit/versions/ghec_v2022_11_28/types/group_0901.py +4 -5
  1963. githubkit/versions/ghec_v2022_11_28/types/group_0902.py +13 -26
  1964. githubkit/versions/ghec_v2022_11_28/types/group_0903.py +5 -21
  1965. githubkit/versions/ghec_v2022_11_28/types/group_0904.py +7 -8
  1966. githubkit/versions/ghec_v2022_11_28/types/group_0905.py +6 -6
  1967. githubkit/versions/ghec_v2022_11_28/types/group_0906.py +5 -123
  1968. githubkit/versions/ghec_v2022_11_28/types/group_0907.py +4 -53
  1969. githubkit/versions/ghec_v2022_11_28/types/group_0908.py +15 -21
  1970. githubkit/versions/ghec_v2022_11_28/types/group_0909.py +17 -10
  1971. githubkit/versions/ghec_v2022_11_28/types/group_0910.py +4 -13
  1972. githubkit/versions/ghec_v2022_11_28/types/group_0911.py +5 -14
  1973. githubkit/versions/ghec_v2022_11_28/types/group_0912.py +5 -11
  1974. githubkit/versions/ghec_v2022_11_28/types/group_0913.py +19 -10
  1975. githubkit/versions/ghec_v2022_11_28/types/group_0914.py +4 -13
  1976. githubkit/versions/ghec_v2022_11_28/types/group_0915.py +3 -12
  1977. githubkit/versions/ghec_v2022_11_28/types/group_0916.py +7 -11
  1978. githubkit/versions/ghec_v2022_11_28/types/group_0917.py +10 -14
  1979. githubkit/versions/ghec_v2022_11_28/types/group_0918.py +7 -11
  1980. githubkit/versions/ghec_v2022_11_28/types/group_0919.py +6 -12
  1981. githubkit/versions/ghec_v2022_11_28/types/group_0920.py +4 -13
  1982. githubkit/versions/ghec_v2022_11_28/types/group_0921.py +6 -5
  1983. githubkit/versions/ghec_v2022_11_28/types/group_0922.py +109 -38
  1984. githubkit/versions/ghec_v2022_11_28/types/group_0923.py +14 -35
  1985. githubkit/versions/ghec_v2022_11_28/types/group_0924.py +8 -35
  1986. githubkit/versions/ghec_v2022_11_28/types/group_0925.py +7 -57
  1987. githubkit/versions/ghec_v2022_11_28/types/group_0926.py +14 -36
  1988. githubkit/versions/ghec_v2022_11_28/types/group_0927.py +14 -38
  1989. githubkit/versions/ghec_v2022_11_28/types/group_0928.py +7 -5
  1990. githubkit/versions/ghec_v2022_11_28/types/group_0929.py +7 -20
  1991. githubkit/versions/ghec_v2022_11_28/types/group_0930.py +8 -8
  1992. githubkit/versions/ghec_v2022_11_28/types/group_0931.py +6 -10
  1993. githubkit/versions/ghec_v2022_11_28/types/group_0932.py +6 -12
  1994. githubkit/versions/ghec_v2022_11_28/types/group_0933.py +5 -5
  1995. githubkit/versions/ghec_v2022_11_28/types/group_0934.py +9 -16
  1996. githubkit/versions/ghec_v2022_11_28/types/group_0935.py +7 -18
  1997. githubkit/versions/ghec_v2022_11_28/types/group_0936.py +5 -5
  1998. githubkit/versions/ghec_v2022_11_28/types/group_0937.py +8 -19
  1999. githubkit/versions/ghec_v2022_11_28/types/group_0938.py +5 -22
  2000. githubkit/versions/ghec_v2022_11_28/types/group_0939.py +4 -5
  2001. githubkit/versions/ghec_v2022_11_28/types/group_0940.py +9 -5
  2002. githubkit/versions/ghec_v2022_11_28/types/group_0941.py +6 -5
  2003. githubkit/versions/ghec_v2022_11_28/types/group_0942.py +8 -7
  2004. githubkit/versions/ghec_v2022_11_28/types/group_0943.py +6 -8
  2005. githubkit/versions/ghec_v2022_11_28/types/group_0944.py +6 -9
  2006. githubkit/versions/ghec_v2022_11_28/types/group_0945.py +23 -28
  2007. githubkit/versions/ghec_v2022_11_28/types/group_0946.py +15 -26
  2008. githubkit/versions/ghec_v2022_11_28/types/group_0947.py +9 -12
  2009. githubkit/versions/ghec_v2022_11_28/types/group_0948.py +7 -22
  2010. githubkit/versions/ghec_v2022_11_28/types/group_0949.py +123 -5
  2011. githubkit/versions/ghec_v2022_11_28/types/group_0950.py +52 -8
  2012. githubkit/versions/ghec_v2022_11_28/types/group_0951.py +22 -17
  2013. githubkit/versions/ghec_v2022_11_28/types/group_0952.py +14 -5
  2014. githubkit/versions/ghec_v2022_11_28/types/group_0953.py +14 -14
  2015. githubkit/versions/ghec_v2022_11_28/types/group_0954.py +12 -14
  2016. githubkit/versions/ghec_v2022_11_28/types/group_0955.py +11 -29
  2017. githubkit/versions/ghec_v2022_11_28/types/group_0956.py +8 -20
  2018. githubkit/versions/ghec_v2022_11_28/types/group_0957.py +10 -5
  2019. githubkit/versions/ghec_v2022_11_28/types/group_0958.py +8 -13
  2020. githubkit/versions/ghec_v2022_11_28/types/group_0959.py +9 -6
  2021. githubkit/versions/ghec_v2022_11_28/types/group_0960.py +13 -5
  2022. githubkit/versions/ghec_v2022_11_28/types/group_0961.py +9 -6
  2023. githubkit/versions/ghec_v2022_11_28/types/group_0962.py +11 -5
  2024. githubkit/versions/ghec_v2022_11_28/types/group_0963.py +14 -6
  2025. githubkit/versions/ghec_v2022_11_28/types/group_0964.py +5 -7
  2026. githubkit/versions/ghec_v2022_11_28/types/group_0965.py +53 -5
  2027. githubkit/versions/ghec_v2022_11_28/types/group_0966.py +28 -40
  2028. githubkit/versions/ghec_v2022_11_28/types/group_0967.py +37 -11
  2029. githubkit/versions/ghec_v2022_11_28/types/group_0968.py +59 -5
  2030. githubkit/versions/ghec_v2022_11_28/types/group_0969.py +31 -25
  2031. githubkit/versions/ghec_v2022_11_28/types/group_0970.py +34 -21
  2032. githubkit/versions/ghec_v2022_11_28/types/group_0971.py +5 -24
  2033. githubkit/versions/ghec_v2022_11_28/types/group_0972.py +19 -9
  2034. githubkit/versions/ghec_v2022_11_28/types/group_0973.py +9 -9
  2035. githubkit/versions/ghec_v2022_11_28/types/group_0974.py +9 -9
  2036. githubkit/versions/ghec_v2022_11_28/types/group_0975.py +11 -8
  2037. githubkit/versions/ghec_v2022_11_28/types/group_0976.py +11 -5
  2038. githubkit/versions/ghec_v2022_11_28/types/group_0977.py +12 -6
  2039. githubkit/versions/ghec_v2022_11_28/types/group_0978.py +13 -4
  2040. githubkit/versions/ghec_v2022_11_28/types/group_0979.py +9 -6
  2041. githubkit/versions/ghec_v2022_11_28/types/group_0980.py +15 -24
  2042. githubkit/versions/ghec_v2022_11_28/types/group_0981.py +22 -5
  2043. githubkit/versions/ghec_v2022_11_28/types/group_0982.py +8 -7
  2044. githubkit/versions/ghec_v2022_11_28/types/group_0983.py +13 -27
  2045. githubkit/versions/ghec_v2022_11_28/types/group_0984.py +21 -5
  2046. githubkit/versions/ghec_v2022_11_28/types/group_0985.py +5 -5
  2047. githubkit/versions/ghec_v2022_11_28/types/group_0986.py +5 -5
  2048. githubkit/versions/ghec_v2022_11_28/types/group_0987.py +5 -6
  2049. githubkit/versions/ghec_v2022_11_28/types/group_0988.py +7 -16
  2050. githubkit/versions/ghec_v2022_11_28/types/group_0989.py +8 -5
  2051. githubkit/versions/ghec_v2022_11_28/types/group_0990.py +8 -5
  2052. githubkit/versions/ghec_v2022_11_28/types/group_0991.py +30 -10
  2053. githubkit/versions/ghec_v2022_11_28/types/group_0992.py +33 -5
  2054. githubkit/versions/ghec_v2022_11_28/types/group_0993.py +10 -4
  2055. githubkit/versions/ghec_v2022_11_28/types/group_0994.py +21 -7
  2056. githubkit/versions/ghec_v2022_11_28/types/group_0995.py +5 -6
  2057. githubkit/versions/ghec_v2022_11_28/types/group_0996.py +8 -7
  2058. githubkit/versions/ghec_v2022_11_28/types/group_0997.py +22 -6
  2059. githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -5
  2060. githubkit/versions/ghec_v2022_11_28/types/group_0999.py +13 -6
  2061. githubkit/versions/ghec_v2022_11_28/types/group_1000.py +16 -9
  2062. githubkit/versions/ghec_v2022_11_28/types/group_1001.py +29 -9
  2063. githubkit/versions/ghec_v2022_11_28/types/group_1002.py +23 -5
  2064. githubkit/versions/ghec_v2022_11_28/types/group_1003.py +8 -5
  2065. githubkit/versions/ghec_v2022_11_28/types/group_1004.py +15 -8
  2066. githubkit/versions/ghec_v2022_11_28/types/group_1005.py +8 -16
  2067. githubkit/versions/ghec_v2022_11_28/types/group_1006.py +6 -15
  2068. githubkit/versions/ghec_v2022_11_28/types/group_1007.py +8 -16
  2069. githubkit/versions/ghec_v2022_11_28/types/group_1008.py +6 -17
  2070. githubkit/versions/ghec_v2022_11_28/types/group_1009.py +5 -16
  2071. githubkit/versions/ghec_v2022_11_28/types/group_1010.py +6 -9
  2072. githubkit/versions/ghec_v2022_11_28/types/group_1011.py +5 -8
  2073. githubkit/versions/ghec_v2022_11_28/types/group_1012.py +40 -7
  2074. githubkit/versions/ghec_v2022_11_28/types/group_1013.py +6 -12
  2075. githubkit/versions/ghec_v2022_11_28/types/group_1014.py +6 -5
  2076. githubkit/versions/ghec_v2022_11_28/types/group_1015.py +23 -4
  2077. githubkit/versions/ghec_v2022_11_28/types/group_1016.py +19 -7
  2078. githubkit/versions/ghec_v2022_11_28/types/group_1017.py +23 -11
  2079. githubkit/versions/ghec_v2022_11_28/types/group_1018.py +12 -5
  2080. githubkit/versions/ghec_v2022_11_28/types/group_1019.py +9 -8
  2081. githubkit/versions/ghec_v2022_11_28/types/group_1020.py +8 -8
  2082. githubkit/versions/ghec_v2022_11_28/types/group_1021.py +10 -16
  2083. githubkit/versions/ghec_v2022_11_28/types/group_1022.py +5 -14
  2084. githubkit/versions/ghec_v2022_11_28/types/group_1023.py +5 -4
  2085. githubkit/versions/ghec_v2022_11_28/types/group_1024.py +4 -10
  2086. githubkit/versions/ghec_v2022_11_28/types/group_1025.py +5 -5
  2087. githubkit/versions/ghec_v2022_11_28/types/group_1026.py +24 -5
  2088. githubkit/versions/ghec_v2022_11_28/types/group_1027.py +5 -7
  2089. githubkit/versions/ghec_v2022_11_28/types/group_1028.py +8 -7
  2090. githubkit/versions/ghec_v2022_11_28/types/group_1029.py +35 -9
  2091. githubkit/versions/ghec_v2022_11_28/types/group_1030.py +5 -25
  2092. githubkit/versions/ghec_v2022_11_28/types/group_1031.py +6 -5
  2093. githubkit/versions/ghec_v2022_11_28/types/group_1032.py +5 -7
  2094. githubkit/versions/ghec_v2022_11_28/types/group_1033.py +5 -6
  2095. githubkit/versions/ghec_v2022_11_28/types/group_1034.py +16 -4
  2096. githubkit/versions/ghec_v2022_11_28/types/group_1035.py +5 -6
  2097. githubkit/versions/ghec_v2022_11_28/types/group_1036.py +5 -13
  2098. githubkit/versions/ghec_v2022_11_28/types/group_1037.py +16 -6
  2099. githubkit/versions/ghec_v2022_11_28/types/group_1038.py +5 -8
  2100. githubkit/versions/ghec_v2022_11_28/types/group_1039.py +4 -11
  2101. githubkit/versions/ghec_v2022_11_28/types/group_1040.py +6 -4
  2102. githubkit/versions/ghec_v2022_11_28/types/group_1041.py +6 -50
  2103. githubkit/versions/ghec_v2022_11_28/types/group_1042.py +6 -50
  2104. githubkit/versions/ghec_v2022_11_28/types/group_1043.py +6 -9
  2105. githubkit/versions/ghec_v2022_11_28/types/group_1044.py +5 -9
  2106. githubkit/versions/ghec_v2022_11_28/types/group_1045.py +6 -5
  2107. githubkit/versions/ghec_v2022_11_28/types/group_1046.py +10 -5
  2108. githubkit/versions/ghec_v2022_11_28/types/group_1047.py +10 -6
  2109. githubkit/versions/ghec_v2022_11_28/types/group_1048.py +5 -7
  2110. githubkit/versions/ghec_v2022_11_28/types/group_1049.py +5 -8
  2111. githubkit/versions/ghec_v2022_11_28/types/group_1050.py +8 -35
  2112. githubkit/versions/ghec_v2022_11_28/types/group_1051.py +15 -35
  2113. githubkit/versions/ghec_v2022_11_28/types/group_1052.py +12 -50
  2114. githubkit/versions/ghec_v2022_11_28/types/group_1053.py +14 -10
  2115. githubkit/versions/ghec_v2022_11_28/types/group_1054.py +16 -6
  2116. githubkit/versions/ghec_v2022_11_28/types/group_1055.py +16 -5
  2117. githubkit/versions/ghec_v2022_11_28/types/group_1056.py +10 -5
  2118. githubkit/versions/ghec_v2022_11_28/types/group_1057.py +9 -7
  2119. githubkit/versions/ghec_v2022_11_28/types/group_1058.py +8 -11
  2120. githubkit/versions/ghec_v2022_11_28/types/group_1059.py +12 -8
  2121. githubkit/versions/ghec_v2022_11_28/types/group_1060.py +5 -6
  2122. githubkit/versions/ghec_v2022_11_28/types/group_1061.py +5 -5
  2123. githubkit/versions/ghec_v2022_11_28/types/group_1062.py +8 -6
  2124. githubkit/versions/ghec_v2022_11_28/types/group_1063.py +11 -5
  2125. githubkit/versions/ghec_v2022_11_28/types/group_1064.py +5 -21
  2126. githubkit/versions/ghec_v2022_11_28/types/group_1065.py +8 -13
  2127. githubkit/versions/ghec_v2022_11_28/types/group_1066.py +10 -9
  2128. githubkit/versions/ghec_v2022_11_28/types/group_1067.py +3 -5
  2129. githubkit/versions/ghec_v2022_11_28/types/group_1068.py +16 -26
  2130. githubkit/versions/ghec_v2022_11_28/types/group_1069.py +4 -23
  2131. githubkit/versions/ghec_v2022_11_28/types/group_1070.py +8 -7
  2132. githubkit/versions/ghec_v2022_11_28/types/group_1071.py +6 -9
  2133. githubkit/versions/ghec_v2022_11_28/types/group_1072.py +6 -6
  2134. githubkit/versions/ghec_v2022_11_28/types/group_1073.py +5 -6
  2135. githubkit/versions/ghec_v2022_11_28/types/group_1074.py +6 -8
  2136. githubkit/versions/ghec_v2022_11_28/types/group_1075.py +6 -5
  2137. githubkit/versions/ghec_v2022_11_28/types/group_1076.py +26 -6
  2138. githubkit/versions/ghec_v2022_11_28/types/group_1077.py +4 -9
  2139. githubkit/versions/ghec_v2022_11_28/types/group_1078.py +7 -15
  2140. githubkit/versions/ghec_v2022_11_28/types/group_1079.py +6 -5
  2141. githubkit/versions/ghec_v2022_11_28/types/group_1080.py +5 -9
  2142. githubkit/versions/ghec_v2022_11_28/types/group_1081.py +5 -9
  2143. githubkit/versions/ghec_v2022_11_28/types/group_1082.py +15 -4
  2144. githubkit/versions/ghec_v2022_11_28/types/group_1083.py +6 -5
  2145. githubkit/versions/ghec_v2022_11_28/types/group_1084.py +8 -6
  2146. githubkit/versions/ghec_v2022_11_28/types/group_1085.py +12 -13
  2147. githubkit/versions/ghec_v2022_11_28/types/group_1086.py +6 -7
  2148. githubkit/versions/ghec_v2022_11_28/types/group_1087.py +60 -27
  2149. githubkit/versions/ghec_v2022_11_28/types/group_1088.py +62 -10
  2150. githubkit/versions/ghec_v2022_11_28/types/group_1089.py +10 -11
  2151. githubkit/versions/ghec_v2022_11_28/types/group_1090.py +8 -5
  2152. githubkit/versions/ghec_v2022_11_28/types/group_1091.py +22 -0
  2153. githubkit/versions/ghec_v2022_11_28/types/group_1092.py +21 -0
  2154. githubkit/versions/ghec_v2022_11_28/types/group_1093.py +22 -0
  2155. githubkit/versions/ghec_v2022_11_28/types/group_1094.py +24 -0
  2156. githubkit/versions/ghec_v2022_11_28/types/group_1095.py +25 -0
  2157. githubkit/versions/ghec_v2022_11_28/types/group_1096.py +53 -0
  2158. githubkit/versions/ghec_v2022_11_28/types/group_1097.py +53 -0
  2159. githubkit/versions/ghec_v2022_11_28/types/group_1098.py +69 -0
  2160. githubkit/versions/ghec_v2022_11_28/types/group_1099.py +29 -0
  2161. githubkit/versions/ghec_v2022_11_28/types/group_1100.py +23 -0
  2162. githubkit/versions/ghec_v2022_11_28/types/group_1101.py +22 -0
  2163. githubkit/versions/ghec_v2022_11_28/types/group_1102.py +21 -0
  2164. githubkit/versions/ghec_v2022_11_28/types/group_1103.py +23 -0
  2165. githubkit/versions/ghec_v2022_11_28/types/group_1104.py +28 -0
  2166. githubkit/versions/ghec_v2022_11_28/types/group_1105.py +24 -0
  2167. githubkit/versions/ghec_v2022_11_28/types/group_1106.py +22 -0
  2168. githubkit/versions/ghec_v2022_11_28/types/group_1107.py +22 -0
  2169. githubkit/versions/ghec_v2022_11_28/types/group_1108.py +22 -0
  2170. githubkit/versions/ghec_v2022_11_28/types/group_1109.py +22 -0
  2171. githubkit/versions/ghec_v2022_11_28/types/group_1110.py +37 -0
  2172. githubkit/versions/ghec_v2022_11_28/types/group_1111.py +29 -0
  2173. githubkit/versions/ghec_v2022_11_28/types/group_1112.py +25 -0
  2174. githubkit/versions/ghec_v2022_11_28/types/group_1113.py +33 -0
  2175. githubkit/versions/ghec_v2022_11_28/types/group_1114.py +41 -0
  2176. githubkit/versions/ghec_v2022_11_28/types/group_1115.py +40 -0
  2177. githubkit/versions/ghec_v2022_11_28/types/group_1116.py +24 -0
  2178. githubkit/versions/ghec_v2022_11_28/types/group_1117.py +25 -0
  2179. githubkit/versions/ghec_v2022_11_28/types/group_1118.py +22 -0
  2180. githubkit/versions/ghec_v2022_11_28/types/group_1119.py +24 -0
  2181. githubkit/versions/ghec_v2022_11_28/types/group_1120.py +25 -0
  2182. githubkit/versions/ghec_v2022_11_28/types/group_1121.py +22 -0
  2183. githubkit/versions/ghec_v2022_11_28/types/group_1122.py +22 -0
  2184. githubkit/versions/ghec_v2022_11_28/types/group_1123.py +26 -0
  2185. githubkit/versions/ghec_v2022_11_28/types/group_1124.py +31 -0
  2186. githubkit/versions/ghec_v2022_11_28/types/group_1125.py +22 -0
  2187. githubkit/versions/ghec_v2022_11_28/types/group_1126.py +25 -0
  2188. githubkit/versions/ghec_v2022_11_28/types/group_1127.py +26 -0
  2189. githubkit/versions/ghec_v2022_11_28/types/group_1128.py +19 -0
  2190. githubkit/versions/ghec_v2022_11_28/types/group_1129.py +22 -0
  2191. githubkit/versions/ghec_v2022_11_28/types/group_1130.py +22 -0
  2192. githubkit/versions/ghec_v2022_11_28/types/group_1131.py +30 -0
  2193. githubkit/versions/ghec_v2022_11_28/types/group_1132.py +23 -0
  2194. githubkit/versions/ghec_v2022_11_28/types/group_1133.py +46 -0
  2195. githubkit/versions/ghec_v2022_11_28/types/group_1134.py +27 -0
  2196. githubkit/versions/ghec_v2022_11_28/types/group_1135.py +27 -0
  2197. githubkit/versions/ghec_v2022_11_28/types/group_1136.py +22 -0
  2198. githubkit/versions/latest/models.py +611 -1605
  2199. githubkit/versions/latest/types.py +639 -1607
  2200. githubkit/versions/v2022_11_28/models/__init__.py +4568 -5718
  2201. githubkit/versions/v2022_11_28/models/group_0005.py +16 -41
  2202. githubkit/versions/v2022_11_28/models/group_0006.py +41 -16
  2203. githubkit/versions/v2022_11_28/models/group_0025.py +88 -9
  2204. githubkit/versions/v2022_11_28/models/group_0026.py +8 -37
  2205. githubkit/versions/v2022_11_28/models/group_0027.py +23 -85
  2206. githubkit/versions/v2022_11_28/models/group_0028.py +84 -115
  2207. githubkit/versions/v2022_11_28/models/group_0029.py +117 -47
  2208. githubkit/versions/v2022_11_28/models/group_0030.py +52 -12
  2209. githubkit/versions/v2022_11_28/models/group_0031.py +14 -65
  2210. githubkit/versions/v2022_11_28/models/group_0032.py +68 -24
  2211. githubkit/versions/v2022_11_28/models/group_0033.py +31 -15
  2212. githubkit/versions/v2022_11_28/models/group_0034.py +14 -103
  2213. githubkit/versions/v2022_11_28/models/group_0035.py +78 -17
  2214. githubkit/versions/v2022_11_28/models/group_0036.py +39 -76
  2215. githubkit/versions/v2022_11_28/models/group_0037.py +66 -59
  2216. githubkit/versions/v2022_11_28/models/group_0038.py +67 -35
  2217. githubkit/versions/v2022_11_28/models/group_0039.py +13 -36
  2218. githubkit/versions/v2022_11_28/models/group_0040.py +42 -97
  2219. githubkit/versions/v2022_11_28/models/group_0041.py +113 -22
  2220. githubkit/versions/v2022_11_28/models/group_0042.py +27 -26
  2221. githubkit/versions/v2022_11_28/models/group_0043.py +29 -7
  2222. githubkit/versions/v2022_11_28/models/group_0044.py +9 -22
  2223. githubkit/versions/v2022_11_28/models/group_0045.py +17 -17
  2224. githubkit/versions/v2022_11_28/models/group_0046.py +17 -21
  2225. githubkit/versions/v2022_11_28/models/group_0047.py +26 -40
  2226. githubkit/versions/v2022_11_28/models/group_0048.py +31 -43
  2227. githubkit/versions/v2022_11_28/models/group_0049.py +39 -49
  2228. githubkit/versions/v2022_11_28/models/group_0050.py +43 -132
  2229. githubkit/versions/v2022_11_28/models/group_0051.py +140 -23
  2230. githubkit/versions/v2022_11_28/models/group_0052.py +30 -14
  2231. githubkit/versions/v2022_11_28/models/group_0053.py +11 -101
  2232. githubkit/versions/v2022_11_28/models/group_0054.py +107 -8
  2233. githubkit/versions/v2022_11_28/models/group_0055.py +9 -11
  2234. githubkit/versions/v2022_11_28/models/group_0056.py +13 -5
  2235. githubkit/versions/v2022_11_28/models/group_0057.py +6 -25
  2236. githubkit/versions/v2022_11_28/models/group_0058.py +14 -11
  2237. githubkit/versions/v2022_11_28/models/group_0059.py +17 -9
  2238. githubkit/versions/v2022_11_28/models/group_0060.py +8 -12
  2239. githubkit/versions/v2022_11_28/models/group_0061.py +9 -12
  2240. githubkit/versions/v2022_11_28/models/group_0062.py +13 -16
  2241. githubkit/versions/v2022_11_28/models/group_0063.py +17 -13
  2242. githubkit/versions/v2022_11_28/models/group_0064.py +12 -31
  2243. githubkit/versions/v2022_11_28/models/group_0065.py +33 -11
  2244. githubkit/versions/v2022_11_28/models/group_0066.py +17 -30
  2245. githubkit/versions/v2022_11_28/models/group_0067.py +20 -12
  2246. githubkit/versions/v2022_11_28/models/group_0068.py +11 -55
  2247. githubkit/versions/v2022_11_28/models/group_0069.py +52 -45
  2248. githubkit/versions/v2022_11_28/models/group_0070.py +50 -17
  2249. githubkit/versions/v2022_11_28/models/group_0071.py +17 -147
  2250. githubkit/versions/v2022_11_28/models/group_0072.py +150 -11
  2251. githubkit/versions/v2022_11_28/models/group_0073.py +12 -68
  2252. githubkit/versions/v2022_11_28/models/group_0074.py +62 -24
  2253. githubkit/versions/v2022_11_28/models/group_0075.py +23 -31
  2254. githubkit/versions/v2022_11_28/models/group_0076.py +31 -111
  2255. githubkit/versions/v2022_11_28/models/group_0077.py +119 -7
  2256. githubkit/versions/v2022_11_28/models/group_0078.py +7 -26
  2257. githubkit/versions/v2022_11_28/models/group_0079.py +21 -18
  2258. githubkit/versions/v2022_11_28/models/group_0080.py +22 -33
  2259. githubkit/versions/v2022_11_28/models/group_0081.py +32 -11
  2260. githubkit/versions/v2022_11_28/models/group_0082.py +8 -13
  2261. githubkit/versions/v2022_11_28/models/group_0083.py +13 -51
  2262. githubkit/versions/v2022_11_28/models/group_0084.py +49 -29
  2263. githubkit/versions/v2022_11_28/models/group_0085.py +39 -10
  2264. githubkit/versions/v2022_11_28/models/group_0086.py +7 -43
  2265. githubkit/versions/v2022_11_28/models/group_0087.py +31 -45
  2266. githubkit/versions/v2022_11_28/models/group_0088.py +43 -69
  2267. githubkit/versions/v2022_11_28/models/group_0089.py +34 -31
  2268. githubkit/versions/v2022_11_28/models/group_0090.py +73 -26
  2269. githubkit/versions/v2022_11_28/models/group_0091.py +27 -31
  2270. githubkit/versions/v2022_11_28/models/group_0092.py +34 -8
  2271. githubkit/versions/v2022_11_28/models/group_0093.py +9 -13
  2272. githubkit/versions/v2022_11_28/models/group_0094.py +14 -10
  2273. githubkit/versions/v2022_11_28/models/group_0095.py +10 -181
  2274. githubkit/versions/v2022_11_28/models/group_0096.py +180 -14
  2275. githubkit/versions/v2022_11_28/models/group_0097.py +17 -8
  2276. githubkit/versions/v2022_11_28/models/group_0098.py +10 -14
  2277. githubkit/versions/v2022_11_28/models/group_0099.py +16 -12
  2278. githubkit/versions/v2022_11_28/models/group_0100.py +12 -20
  2279. githubkit/versions/v2022_11_28/models/group_0101.py +19 -11
  2280. githubkit/versions/v2022_11_28/models/group_0102.py +11 -11
  2281. githubkit/versions/v2022_11_28/models/group_0103.py +12 -12
  2282. githubkit/versions/v2022_11_28/models/group_0104.py +9 -31
  2283. githubkit/versions/v2022_11_28/models/group_0105.py +29 -11
  2284. githubkit/versions/v2022_11_28/models/group_0106.py +10 -10
  2285. githubkit/versions/v2022_11_28/models/group_0107.py +10 -10
  2286. githubkit/versions/v2022_11_28/models/group_0108.py +13 -42
  2287. githubkit/versions/v2022_11_28/models/group_0109.py +91 -9
  2288. githubkit/versions/v2022_11_28/models/group_0110.py +15 -7
  2289. githubkit/versions/v2022_11_28/models/group_0111.py +7 -10
  2290. githubkit/versions/v2022_11_28/models/group_0112.py +33 -10
  2291. githubkit/versions/v2022_11_28/models/group_0113.py +16 -7
  2292. githubkit/versions/v2022_11_28/models/group_0114.py +8 -15
  2293. githubkit/versions/v2022_11_28/models/group_0115.py +16 -20
  2294. githubkit/versions/v2022_11_28/models/group_0116.py +19 -17
  2295. githubkit/versions/v2022_11_28/models/group_0117.py +11 -26
  2296. githubkit/versions/v2022_11_28/models/group_0118.py +26 -10
  2297. githubkit/versions/v2022_11_28/models/group_0119.py +12 -13
  2298. githubkit/versions/v2022_11_28/models/group_0120.py +13 -12
  2299. githubkit/versions/v2022_11_28/models/group_0121.py +12 -13
  2300. githubkit/versions/v2022_11_28/models/group_0122.py +13 -12
  2301. githubkit/versions/v2022_11_28/models/group_0123.py +12 -13
  2302. githubkit/versions/v2022_11_28/models/group_0124.py +13 -12
  2303. githubkit/versions/v2022_11_28/models/group_0125.py +12 -13
  2304. githubkit/versions/v2022_11_28/models/group_0126.py +13 -12
  2305. githubkit/versions/v2022_11_28/models/group_0127.py +12 -13
  2306. githubkit/versions/v2022_11_28/models/group_0128.py +16 -9
  2307. githubkit/versions/v2022_11_28/models/group_0129.py +7 -12
  2308. githubkit/versions/v2022_11_28/models/group_0130.py +12 -29
  2309. githubkit/versions/v2022_11_28/models/group_0131.py +28 -13
  2310. githubkit/versions/v2022_11_28/models/group_0132.py +11 -114
  2311. githubkit/versions/v2022_11_28/models/group_0133.py +26 -40
  2312. githubkit/versions/v2022_11_28/models/group_0134.py +19 -76
  2313. githubkit/versions/v2022_11_28/models/group_0135.py +125 -22
  2314. githubkit/versions/v2022_11_28/models/group_0136.py +30 -173
  2315. githubkit/versions/v2022_11_28/models/group_0137.py +61 -61
  2316. githubkit/versions/v2022_11_28/models/group_0138.py +28 -14
  2317. githubkit/versions/v2022_11_28/models/group_0139.py +184 -10
  2318. githubkit/versions/v2022_11_28/models/group_0140.py +79 -111
  2319. githubkit/versions/v2022_11_28/models/group_0141.py +10 -37
  2320. githubkit/versions/v2022_11_28/models/group_0142.py +11 -30
  2321. githubkit/versions/v2022_11_28/models/group_0143.py +110 -11
  2322. githubkit/versions/v2022_11_28/models/group_0144.py +35 -11
  2323. githubkit/versions/v2022_11_28/models/group_0145.py +21 -36
  2324. githubkit/versions/v2022_11_28/models/group_0146.py +13 -144
  2325. githubkit/versions/v2022_11_28/models/group_0147.py +11 -24
  2326. githubkit/versions/v2022_11_28/models/group_0148.py +42 -12
  2327. githubkit/versions/v2022_11_28/models/group_0149.py +146 -8
  2328. githubkit/versions/v2022_11_28/models/group_0150.py +29 -8
  2329. githubkit/versions/v2022_11_28/models/group_0151.py +15 -10
  2330. githubkit/versions/v2022_11_28/models/group_0152.py +12 -19
  2331. githubkit/versions/v2022_11_28/models/group_0153.py +8 -37
  2332. githubkit/versions/v2022_11_28/models/group_0154.py +10 -30
  2333. githubkit/versions/v2022_11_28/models/group_0155.py +16 -86
  2334. githubkit/versions/v2022_11_28/models/group_0156.py +32 -13
  2335. githubkit/versions/v2022_11_28/models/group_0157.py +28 -8
  2336. githubkit/versions/v2022_11_28/models/group_0158.py +85 -9
  2337. githubkit/versions/v2022_11_28/models/group_0159.py +12 -13
  2338. githubkit/versions/v2022_11_28/models/group_0160.py +11 -8
  2339. githubkit/versions/v2022_11_28/models/group_0161.py +14 -51
  2340. githubkit/versions/v2022_11_28/models/group_0162.py +16 -43
  2341. githubkit/versions/v2022_11_28/models/group_0163.py +7 -102
  2342. githubkit/versions/v2022_11_28/models/group_0164.py +44 -39
  2343. githubkit/versions/v2022_11_28/models/group_0165.py +44 -8
  2344. githubkit/versions/v2022_11_28/models/group_0166.py +98 -11
  2345. githubkit/versions/v2022_11_28/models/group_0167.py +24 -31
  2346. githubkit/versions/v2022_11_28/models/group_0168.py +9 -48
  2347. githubkit/versions/v2022_11_28/models/group_0169.py +11 -88
  2348. githubkit/versions/v2022_11_28/models/group_0170.py +39 -38
  2349. githubkit/versions/v2022_11_28/models/group_0171.py +43 -21
  2350. githubkit/versions/v2022_11_28/models/group_0172.py +90 -11
  2351. githubkit/versions/v2022_11_28/models/group_0173.py +48 -9
  2352. githubkit/versions/v2022_11_28/models/group_0174.py +25 -27
  2353. githubkit/versions/v2022_11_28/models/group_0175.py +11 -44
  2354. githubkit/versions/v2022_11_28/models/group_0176.py +10 -124
  2355. githubkit/versions/v2022_11_28/models/group_0177.py +20 -161
  2356. githubkit/versions/v2022_11_28/models/group_0178.py +39 -20
  2357. githubkit/versions/v2022_11_28/models/group_0179.py +122 -7
  2358. githubkit/versions/v2022_11_28/models/group_0180.py +171 -9
  2359. githubkit/versions/v2022_11_28/models/group_0181.py +27 -22
  2360. githubkit/versions/v2022_11_28/models/group_0182.py +8 -44
  2361. githubkit/versions/v2022_11_28/models/group_0183.py +8 -27
  2362. githubkit/versions/v2022_11_28/models/group_0184.py +20 -29
  2363. githubkit/versions/v2022_11_28/models/group_0185.py +34 -143
  2364. githubkit/versions/v2022_11_28/models/group_0186.py +28 -24
  2365. githubkit/versions/v2022_11_28/models/group_0187.py +25 -28
  2366. githubkit/versions/v2022_11_28/models/group_0188.py +146 -24
  2367. githubkit/versions/v2022_11_28/models/group_0189.py +19 -70
  2368. githubkit/versions/v2022_11_28/models/group_0190.py +34 -17
  2369. githubkit/versions/v2022_11_28/models/group_0191.py +26 -60
  2370. githubkit/versions/v2022_11_28/models/group_0192.py +61 -23
  2371. githubkit/versions/v2022_11_28/models/group_0193.py +17 -51
  2372. githubkit/versions/v2022_11_28/models/group_0194.py +63 -85
  2373. githubkit/versions/v2022_11_28/models/group_0195.py +33 -40
  2374. githubkit/versions/v2022_11_28/models/group_0196.py +49 -11
  2375. githubkit/versions/v2022_11_28/models/group_0197.py +81 -21
  2376. githubkit/versions/v2022_11_28/models/group_0198.py +42 -38
  2377. githubkit/versions/v2022_11_28/models/group_0199.py +13 -29
  2378. githubkit/versions/v2022_11_28/models/group_0200.py +27 -11
  2379. githubkit/versions/v2022_11_28/models/group_0201.py +17 -10
  2380. githubkit/versions/v2022_11_28/models/group_0202.py +11 -17
  2381. githubkit/versions/v2022_11_28/models/group_0203.py +49 -26
  2382. githubkit/versions/v2022_11_28/models/group_0204.py +28 -8
  2383. githubkit/versions/v2022_11_28/models/group_0205.py +25 -25
  2384. githubkit/versions/v2022_11_28/models/group_0206.py +44 -62
  2385. githubkit/versions/v2022_11_28/models/group_0207.py +33 -49
  2386. githubkit/versions/v2022_11_28/models/group_0208.py +32 -22
  2387. githubkit/versions/v2022_11_28/models/group_0209.py +15 -6
  2388. githubkit/versions/v2022_11_28/models/group_0210.py +10 -20
  2389. githubkit/versions/v2022_11_28/models/group_0211.py +12 -80
  2390. githubkit/versions/v2022_11_28/models/group_0212.py +28 -21
  2391. githubkit/versions/v2022_11_28/models/group_0213.py +9 -13
  2392. githubkit/versions/v2022_11_28/models/group_0214.py +20 -32
  2393. githubkit/versions/v2022_11_28/models/group_0215.py +53 -15
  2394. githubkit/versions/v2022_11_28/models/group_0216.py +46 -35
  2395. githubkit/versions/v2022_11_28/models/group_0217.py +21 -27
  2396. githubkit/versions/v2022_11_28/models/group_0218.py +6 -60
  2397. githubkit/versions/v2022_11_28/models/group_0219.py +17 -27
  2398. githubkit/versions/v2022_11_28/models/group_0220.py +80 -29
  2399. githubkit/versions/v2022_11_28/models/group_0221.py +20 -24
  2400. githubkit/versions/v2022_11_28/models/group_0222.py +13 -31
  2401. githubkit/versions/v2022_11_28/models/group_0223.py +31 -99
  2402. githubkit/versions/v2022_11_28/models/group_0224.py +21 -31
  2403. githubkit/versions/v2022_11_28/models/group_0225.py +42 -55
  2404. githubkit/versions/v2022_11_28/models/group_0226.py +21 -17
  2405. githubkit/versions/v2022_11_28/models/group_0227.py +55 -24
  2406. githubkit/versions/v2022_11_28/models/group_0228.py +29 -119
  2407. githubkit/versions/v2022_11_28/models/group_0229.py +40 -8
  2408. githubkit/versions/v2022_11_28/models/group_0230.py +36 -36
  2409. githubkit/versions/v2022_11_28/models/group_0231.py +27 -35
  2410. githubkit/versions/v2022_11_28/models/group_0232.py +94 -59
  2411. githubkit/versions/v2022_11_28/models/group_0233.py +30 -41
  2412. githubkit/versions/v2022_11_28/models/group_0234.py +55 -10
  2413. githubkit/versions/v2022_11_28/models/group_0235.py +13 -71
  2414. githubkit/versions/v2022_11_28/models/group_0236.py +29 -21
  2415. githubkit/versions/v2022_11_28/models/group_0237.py +116 -10
  2416. githubkit/versions/v2022_11_28/models/group_0238.py +8 -17
  2417. githubkit/versions/v2022_11_28/models/group_0239.py +31 -6
  2418. githubkit/versions/v2022_11_28/models/group_0240.py +37 -16
  2419. githubkit/versions/v2022_11_28/models/group_0241.py +61 -33
  2420. githubkit/versions/v2022_11_28/models/group_0242.py +42 -6
  2421. githubkit/versions/v2022_11_28/models/group_0243.py +12 -16
  2422. githubkit/versions/v2022_11_28/models/group_0244.py +61 -62
  2423. githubkit/versions/v2022_11_28/models/group_0245.py +20 -20
  2424. githubkit/versions/v2022_11_28/models/group_0246.py +12 -38
  2425. githubkit/versions/v2022_11_28/models/group_0247.py +10 -28
  2426. githubkit/versions/v2022_11_28/models/group_0248.py +7 -9
  2427. githubkit/versions/v2022_11_28/models/group_0249.py +13 -30
  2428. githubkit/versions/v2022_11_28/models/group_0250.py +43 -58
  2429. githubkit/versions/v2022_11_28/models/group_0251.py +6 -11
  2430. githubkit/versions/v2022_11_28/models/group_0252.py +16 -9
  2431. githubkit/versions/v2022_11_28/models/group_0253.py +53 -107
  2432. githubkit/versions/v2022_11_28/models/group_0254.py +14 -24
  2433. githubkit/versions/v2022_11_28/models/group_0255.py +31 -23
  2434. githubkit/versions/v2022_11_28/models/group_0256.py +27 -21
  2435. githubkit/versions/v2022_11_28/models/group_0257.py +7 -21
  2436. githubkit/versions/v2022_11_28/models/group_0258.py +31 -27
  2437. githubkit/versions/v2022_11_28/models/group_0259.py +54 -23
  2438. githubkit/versions/v2022_11_28/models/group_0260.py +10 -29
  2439. githubkit/versions/v2022_11_28/models/group_0261.py +12 -36
  2440. githubkit/versions/v2022_11_28/models/group_0262.py +118 -15
  2441. githubkit/versions/v2022_11_28/models/group_0263.py +15 -19
  2442. githubkit/versions/v2022_11_28/models/group_0264.py +20 -9
  2443. githubkit/versions/v2022_11_28/models/group_0265.py +13 -28
  2444. githubkit/versions/v2022_11_28/models/group_0266.py +11 -29
  2445. githubkit/versions/v2022_11_28/models/group_0267.py +14 -23
  2446. githubkit/versions/v2022_11_28/models/group_0268.py +14 -26
  2447. githubkit/versions/v2022_11_28/models/group_0269.py +28 -14
  2448. githubkit/versions/v2022_11_28/models/group_0270.py +24 -35
  2449. githubkit/versions/v2022_11_28/models/group_0271.py +26 -13
  2450. githubkit/versions/v2022_11_28/models/group_0272.py +34 -11
  2451. githubkit/versions/v2022_11_28/models/group_0273.py +17 -80
  2452. githubkit/versions/v2022_11_28/models/group_0274.py +26 -52
  2453. githubkit/versions/v2022_11_28/models/group_0275.py +28 -134
  2454. githubkit/versions/v2022_11_28/models/group_0276.py +28 -9
  2455. githubkit/versions/v2022_11_28/models/group_0277.py +31 -9
  2456. githubkit/versions/v2022_11_28/models/group_0278.py +13 -18
  2457. githubkit/versions/v2022_11_28/models/group_0279.py +43 -15
  2458. githubkit/versions/v2022_11_28/models/group_0280.py +24 -6
  2459. githubkit/versions/v2022_11_28/models/group_0281.py +13 -35
  2460. githubkit/versions/v2022_11_28/models/group_0282.py +80 -9
  2461. githubkit/versions/v2022_11_28/models/group_0283.py +57 -70
  2462. githubkit/versions/v2022_11_28/models/group_0284.py +136 -19
  2463. githubkit/versions/v2022_11_28/models/group_0285.py +19 -6
  2464. githubkit/versions/v2022_11_28/models/group_0286.py +19 -18
  2465. githubkit/versions/v2022_11_28/models/group_0287.py +21 -20
  2466. githubkit/versions/v2022_11_28/models/group_0288.py +14 -85
  2467. githubkit/versions/v2022_11_28/models/group_0289.py +6 -96
  2468. githubkit/versions/v2022_11_28/models/group_0290.py +25 -192
  2469. githubkit/versions/v2022_11_28/models/group_0291.py +18 -44
  2470. githubkit/versions/v2022_11_28/models/group_0292.py +76 -136
  2471. githubkit/versions/v2022_11_28/models/group_0293.py +29 -13
  2472. githubkit/versions/v2022_11_28/models/group_0294.py +7 -8
  2473. githubkit/versions/v2022_11_28/models/group_0295.py +18 -11
  2474. githubkit/versions/v2022_11_28/models/group_0296.py +20 -65
  2475. githubkit/versions/v2022_11_28/models/group_0297.py +83 -66
  2476. githubkit/versions/v2022_11_28/models/group_0298.py +93 -8
  2477. githubkit/versions/v2022_11_28/models/group_0299.py +193 -17
  2478. githubkit/versions/v2022_11_28/models/group_0300.py +37 -44
  2479. githubkit/versions/v2022_11_28/models/group_0301.py +138 -9
  2480. githubkit/versions/v2022_11_28/models/group_0302.py +13 -22
  2481. githubkit/versions/v2022_11_28/models/group_0303.py +10 -20
  2482. githubkit/versions/v2022_11_28/models/group_0304.py +12 -21
  2483. githubkit/versions/v2022_11_28/models/group_0305.py +63 -15
  2484. githubkit/versions/v2022_11_28/models/group_0306.py +66 -12
  2485. githubkit/versions/v2022_11_28/models/group_0307.py +8 -24
  2486. githubkit/versions/v2022_11_28/models/group_0308.py +25 -18
  2487. githubkit/versions/v2022_11_28/models/group_0309.py +40 -16
  2488. githubkit/versions/v2022_11_28/models/group_0310.py +9 -23
  2489. githubkit/versions/v2022_11_28/models/group_0311.py +8 -5
  2490. githubkit/versions/v2022_11_28/models/group_0312.py +5 -10
  2491. githubkit/versions/v2022_11_28/models/group_0313.py +7 -9
  2492. githubkit/versions/v2022_11_28/models/group_0314.py +5 -10
  2493. githubkit/versions/v2022_11_28/models/group_0315.py +5 -10
  2494. githubkit/versions/v2022_11_28/models/group_0316.py +7 -7
  2495. githubkit/versions/v2022_11_28/models/group_0317.py +5 -8
  2496. githubkit/versions/v2022_11_28/models/group_0318.py +14 -60
  2497. githubkit/versions/v2022_11_28/models/group_0319.py +15 -106
  2498. githubkit/versions/v2022_11_28/models/group_0320.py +12 -81
  2499. githubkit/versions/v2022_11_28/models/group_0321.py +15 -117
  2500. githubkit/versions/v2022_11_28/models/group_0322.py +23 -12
  2501. githubkit/versions/v2022_11_28/models/group_0323.py +23 -10
  2502. githubkit/versions/v2022_11_28/models/group_0324.py +21 -25
  2503. githubkit/versions/v2022_11_28/models/group_0325.py +24 -7
  2504. githubkit/versions/v2022_11_28/models/group_0326.py +19 -16
  2505. githubkit/versions/v2022_11_28/models/group_0327.py +22 -22
  2506. githubkit/versions/v2022_11_28/models/group_0328.py +66 -11
  2507. githubkit/versions/v2022_11_28/models/group_0329.py +113 -7
  2508. githubkit/versions/v2022_11_28/models/group_0330.py +88 -8
  2509. githubkit/versions/v2022_11_28/models/group_0331.py +123 -10
  2510. githubkit/versions/v2022_11_28/models/group_0332.py +12 -9
  2511. githubkit/versions/v2022_11_28/models/group_0333.py +10 -8
  2512. githubkit/versions/v2022_11_28/models/group_0334.py +25 -10
  2513. githubkit/versions/v2022_11_28/models/group_0335.py +7 -25
  2514. githubkit/versions/v2022_11_28/models/group_0336.py +14 -38
  2515. githubkit/versions/v2022_11_28/models/group_0337.py +15 -47
  2516. githubkit/versions/v2022_11_28/models/group_0338.py +11 -37
  2517. githubkit/versions/v2022_11_28/models/group_0339.py +7 -105
  2518. githubkit/versions/v2022_11_28/models/group_0340.py +8 -35
  2519. githubkit/versions/v2022_11_28/models/group_0341.py +10 -132
  2520. githubkit/versions/v2022_11_28/models/group_0342.py +9 -88
  2521. githubkit/versions/v2022_11_28/models/group_0343.py +8 -60
  2522. githubkit/versions/v2022_11_28/models/group_0344.py +11 -64
  2523. githubkit/versions/v2022_11_28/models/group_0345.py +25 -8
  2524. githubkit/versions/v2022_11_28/models/group_0346.py +36 -24
  2525. githubkit/versions/v2022_11_28/models/group_0347.py +38 -135
  2526. githubkit/versions/v2022_11_28/models/group_0348.py +36 -9
  2527. githubkit/versions/v2022_11_28/models/group_0349.py +93 -51
  2528. githubkit/versions/v2022_11_28/models/group_0350.py +31 -11
  2529. githubkit/versions/v2022_11_28/models/group_0351.py +123 -27
  2530. githubkit/versions/v2022_11_28/models/group_0352.py +88 -7
  2531. githubkit/versions/v2022_11_28/models/group_0353.py +57 -8
  2532. githubkit/versions/v2022_11_28/models/group_0354.py +64 -9
  2533. githubkit/versions/v2022_11_28/models/group_0355.py +7 -19
  2534. githubkit/versions/v2022_11_28/models/group_0356.py +33 -10
  2535. githubkit/versions/v2022_11_28/models/group_0357.py +144 -23
  2536. githubkit/versions/v2022_11_28/models/group_0358.py +11 -11
  2537. githubkit/versions/v2022_11_28/models/group_0359.py +64 -20
  2538. githubkit/versions/v2022_11_28/models/group_0360.py +12 -356
  2539. githubkit/versions/v2022_11_28/models/group_0361.py +32 -25
  2540. githubkit/versions/v2022_11_28/models/group_0362.py +7 -60
  2541. githubkit/versions/v2022_11_28/models/group_0363.py +9 -51
  2542. githubkit/versions/v2022_11_28/models/group_0364.py +8 -66
  2543. githubkit/versions/v2022_11_28/models/group_0365.py +18 -141
  2544. githubkit/versions/v2022_11_28/models/group_0366.py +7 -14
  2545. githubkit/versions/v2022_11_28/models/group_0367.py +24 -171
  2546. githubkit/versions/v2022_11_28/models/group_0368.py +14 -27
  2547. githubkit/versions/v2022_11_28/models/group_0369.py +24 -28
  2548. githubkit/versions/v2022_11_28/models/group_0370.py +325 -88
  2549. githubkit/versions/v2022_11_28/models/group_0371.py +34 -44
  2550. githubkit/versions/v2022_11_28/models/group_0372.py +50 -53
  2551. githubkit/versions/v2022_11_28/models/group_0373.py +47 -30
  2552. githubkit/versions/v2022_11_28/models/group_0374.py +63 -30
  2553. githubkit/versions/v2022_11_28/models/group_0375.py +23 -45
  2554. githubkit/versions/v2022_11_28/models/group_0376.py +20 -47
  2555. githubkit/versions/v2022_11_28/models/group_0377.py +64 -149
  2556. githubkit/versions/v2022_11_28/models/group_0378.py +17 -42
  2557. githubkit/versions/v2022_11_28/models/group_0379.py +33 -14
  2558. githubkit/versions/v2022_11_28/models/group_0380.py +78 -32
  2559. githubkit/versions/v2022_11_28/models/group_0381.py +141 -7
  2560. githubkit/versions/v2022_11_28/models/group_0382.py +77 -53
  2561. githubkit/versions/v2022_11_28/models/group_0383.py +14 -9
  2562. githubkit/versions/v2022_11_28/models/group_0384.py +14 -42
  2563. githubkit/versions/v2022_11_28/models/group_0385.py +9 -10
  2564. githubkit/versions/v2022_11_28/models/group_0386.py +51 -354
  2565. githubkit/versions/v2022_11_28/models/group_0387.py +11 -385
  2566. githubkit/versions/v2022_11_28/models/group_0388.py +243 -209
  2567. githubkit/versions/v2022_11_28/models/group_0389.py +27 -175
  2568. githubkit/versions/v2022_11_28/models/group_0390.py +348 -144
  2569. githubkit/versions/v2022_11_28/models/group_0391.py +27 -182
  2570. githubkit/versions/v2022_11_28/models/group_0392.py +41 -201
  2571. githubkit/versions/v2022_11_28/models/group_0393.py +43 -184
  2572. githubkit/versions/v2022_11_28/models/group_0394.py +44 -160
  2573. githubkit/versions/v2022_11_28/models/group_0395.py +12 -135
  2574. githubkit/versions/v2022_11_28/models/group_0396.py +59 -53
  2575. githubkit/versions/v2022_11_28/models/group_0397.py +49 -40
  2576. githubkit/versions/v2022_11_28/models/group_0398.py +166 -32
  2577. githubkit/versions/v2022_11_28/models/group_0399.py +54 -40
  2578. githubkit/versions/v2022_11_28/models/group_0400.py +50 -41
  2579. githubkit/versions/v2022_11_28/models/group_0401.py +15 -43
  2580. githubkit/versions/v2022_11_28/models/group_0402.py +30 -44
  2581. githubkit/versions/v2022_11_28/models/group_0403.py +23 -42
  2582. githubkit/versions/v2022_11_28/models/group_0404.py +22 -34
  2583. githubkit/versions/v2022_11_28/models/group_0405.py +111 -28
  2584. githubkit/versions/v2022_11_28/models/group_0406.py +31 -28
  2585. githubkit/versions/v2022_11_28/models/group_0407.py +1039 -28
  2586. githubkit/versions/v2022_11_28/models/group_0408.py +158 -31
  2587. githubkit/versions/v2022_11_28/models/group_0409.py +78 -51
  2588. githubkit/versions/v2022_11_28/models/group_0410.py +123 -47
  2589. githubkit/versions/v2022_11_28/models/group_0411.py +60 -591
  2590. githubkit/versions/v2022_11_28/models/group_0412.py +56 -48
  2591. githubkit/versions/v2022_11_28/models/group_0413.py +48 -520
  2592. githubkit/versions/v2022_11_28/models/group_0414.py +70 -516
  2593. githubkit/versions/v2022_11_28/models/group_0415.py +42 -440
  2594. githubkit/versions/v2022_11_28/models/group_0416.py +26 -968
  2595. githubkit/versions/v2022_11_28/models/group_0417.py +44 -107
  2596. githubkit/versions/v2022_11_28/models/group_0418.py +10 -53
  2597. githubkit/versions/v2022_11_28/models/group_0419.py +10 -14
  2598. githubkit/versions/v2022_11_28/models/group_0420.py +15 -98
  2599. githubkit/versions/v2022_11_28/models/group_0421.py +15 -98
  2600. githubkit/versions/v2022_11_28/models/group_0422.py +112 -103
  2601. githubkit/versions/v2022_11_28/models/group_0423.py +13 -18
  2602. githubkit/versions/v2022_11_28/models/group_0424.py +8 -40
  2603. githubkit/versions/v2022_11_28/models/group_0425.py +13 -46
  2604. githubkit/versions/v2022_11_28/models/group_0426.py +8 -59
  2605. githubkit/versions/v2022_11_28/models/group_0427.py +32 -18
  2606. githubkit/versions/v2022_11_28/models/group_0428.py +8 -40
  2607. githubkit/versions/v2022_11_28/models/group_0429.py +13 -18
  2608. githubkit/versions/v2022_11_28/models/group_0430.py +8 -42
  2609. githubkit/versions/v2022_11_28/models/group_0431.py +389 -9
  2610. githubkit/versions/v2022_11_28/models/group_0432.py +336 -58
  2611. githubkit/versions/v2022_11_28/models/group_0433.py +354 -25
  2612. githubkit/versions/v2022_11_28/models/group_0434.py +180 -14
  2613. githubkit/versions/v2022_11_28/models/group_0435.py +180 -14
  2614. githubkit/versions/v2022_11_28/models/group_0436.py +160 -16
  2615. githubkit/versions/v2022_11_28/models/group_0437.py +163 -140
  2616. githubkit/versions/v2022_11_28/models/group_0438.py +165 -160
  2617. githubkit/versions/v2022_11_28/models/group_0439.py +168 -17
  2618. githubkit/versions/v2022_11_28/models/group_0440.py +114 -96
  2619. githubkit/versions/v2022_11_28/models/group_0441.py +46 -7
  2620. githubkit/versions/v2022_11_28/models/group_0442.py +18 -37
  2621. githubkit/versions/v2022_11_28/models/group_0443.py +25 -67
  2622. githubkit/versions/v2022_11_28/models/group_0444.py +21 -39
  2623. githubkit/versions/v2022_11_28/models/group_0445.py +27 -38
  2624. githubkit/versions/v2022_11_28/models/group_0446.py +23 -86
  2625. githubkit/versions/v2022_11_28/models/group_0447.py +21 -86
  2626. githubkit/versions/v2022_11_28/models/group_0448.py +21 -37
  2627. githubkit/versions/v2022_11_28/models/group_0449.py +20 -96
  2628. githubkit/versions/v2022_11_28/models/group_0450.py +21 -37
  2629. githubkit/versions/v2022_11_28/models/group_0451.py +17 -24
  2630. githubkit/versions/v2022_11_28/models/group_0452.py +33 -83
  2631. githubkit/versions/v2022_11_28/models/group_0453.py +31 -143
  2632. githubkit/versions/v2022_11_28/models/group_0454.py +31 -159
  2633. githubkit/versions/v2022_11_28/models/group_0455.py +37 -57
  2634. githubkit/versions/v2022_11_28/models/group_0456.py +626 -5
  2635. githubkit/versions/v2022_11_28/models/group_0457.py +51 -30
  2636. githubkit/versions/v2022_11_28/models/group_0458.py +415 -54
  2637. githubkit/versions/v2022_11_28/models/group_0459.py +445 -82
  2638. githubkit/versions/v2022_11_28/models/group_0460.py +420 -86
  2639. githubkit/versions/v2022_11_28/models/group_0461.py +957 -18
  2640. githubkit/versions/v2022_11_28/models/group_0462.py +39 -80
  2641. githubkit/versions/v2022_11_28/models/group_0463.py +52 -18
  2642. githubkit/versions/v2022_11_28/models/group_0464.py +34 -84
  2643. githubkit/versions/v2022_11_28/models/group_0465.py +35 -143
  2644. githubkit/versions/v2022_11_28/models/group_0466.py +33 -159
  2645. githubkit/versions/v2022_11_28/models/group_0467.py +52 -51
  2646. githubkit/versions/v2022_11_28/models/group_0468.py +39 -28
  2647. githubkit/versions/v2022_11_28/models/group_0469.py +46 -36
  2648. githubkit/versions/v2022_11_28/models/group_0470.py +66 -85
  2649. githubkit/versions/v2022_11_28/models/group_0471.py +39 -84
  2650. githubkit/versions/v2022_11_28/models/group_0472.py +33 -148
  2651. githubkit/versions/v2022_11_28/models/group_0473.py +46 -33
  2652. githubkit/versions/v2022_11_28/models/group_0474.py +37 -78
  2653. githubkit/versions/v2022_11_28/models/group_0475.py +18 -45
  2654. githubkit/versions/v2022_11_28/models/group_0476.py +11 -89
  2655. githubkit/versions/v2022_11_28/models/group_0477.py +25 -144
  2656. githubkit/versions/v2022_11_28/models/group_0478.py +33 -159
  2657. githubkit/versions/v2022_11_28/models/group_0479.py +37 -57
  2658. githubkit/versions/v2022_11_28/models/group_0480.py +39 -28
  2659. githubkit/versions/v2022_11_28/models/group_0481.py +42 -30
  2660. githubkit/versions/v2022_11_28/models/group_0482.py +154 -64
  2661. githubkit/versions/v2022_11_28/models/group_0483.py +168 -77
  2662. githubkit/versions/v2022_11_28/models/group_0484.py +18 -151
  2663. githubkit/versions/v2022_11_28/models/group_0485.py +119 -25
  2664. githubkit/versions/v2022_11_28/models/group_0486.py +10 -81
  2665. githubkit/versions/v2022_11_28/models/group_0487.py +23 -472
  2666. githubkit/versions/v2022_11_28/models/group_0488.py +21 -21
  2667. githubkit/versions/v2022_11_28/models/group_0489.py +32 -186
  2668. githubkit/versions/v2022_11_28/models/group_0490.py +31 -196
  2669. githubkit/versions/v2022_11_28/models/group_0491.py +63 -27
  2670. githubkit/versions/v2022_11_28/models/group_0492.py +59 -26
  2671. githubkit/versions/v2022_11_28/models/group_0493.py +34 -79
  2672. githubkit/versions/v2022_11_28/models/group_0494.py +110 -85
  2673. githubkit/versions/v2022_11_28/models/group_0495.py +43 -16
  2674. githubkit/versions/v2022_11_28/models/group_0496.py +41 -115
  2675. githubkit/versions/v2022_11_28/models/group_0497.py +81 -18
  2676. githubkit/versions/v2022_11_28/models/group_0498.py +143 -76
  2677. githubkit/versions/v2022_11_28/models/group_0499.py +45 -339
  2678. githubkit/versions/v2022_11_28/models/group_0500.py +11 -489
  2679. githubkit/versions/v2022_11_28/models/group_0501.py +4 -495
  2680. githubkit/versions/v2022_11_28/models/group_0502.py +10 -470
  2681. githubkit/versions/v2022_11_28/models/group_0503.py +23 -393
  2682. githubkit/versions/v2022_11_28/models/group_0504.py +11 -450
  2683. githubkit/versions/v2022_11_28/models/group_0505.py +76 -1037
  2684. githubkit/versions/v2022_11_28/models/group_0506.py +11 -443
  2685. githubkit/versions/v2022_11_28/models/group_0507.py +12 -402
  2686. githubkit/versions/v2022_11_28/models/group_0508.py +20 -1094
  2687. githubkit/versions/v2022_11_28/models/group_0509.py +42 -398
  2688. githubkit/versions/v2022_11_28/models/group_0510.py +42 -366
  2689. githubkit/versions/v2022_11_28/models/group_0511.py +14 -415
  2690. githubkit/versions/v2022_11_28/models/group_0512.py +5 -437
  2691. githubkit/versions/v2022_11_28/models/group_0513.py +25 -51
  2692. githubkit/versions/v2022_11_28/models/group_0514.py +84 -52
  2693. githubkit/versions/v2022_11_28/models/group_0515.py +81 -101
  2694. githubkit/versions/v2022_11_28/models/group_0516.py +139 -128
  2695. githubkit/versions/v2022_11_28/models/group_0517.py +25 -138
  2696. githubkit/versions/v2022_11_28/models/group_0518.py +78 -145
  2697. githubkit/versions/v2022_11_28/models/group_0519.py +22 -133
  2698. githubkit/versions/v2022_11_28/models/group_0520.py +138 -132
  2699. githubkit/versions/v2022_11_28/models/group_0521.py +128 -70
  2700. githubkit/versions/v2022_11_28/models/group_0522.py +27 -73
  2701. githubkit/versions/v2022_11_28/models/group_0523.py +6 -44
  2702. githubkit/versions/v2022_11_28/models/group_0524.py +23 -151
  2703. githubkit/versions/v2022_11_28/models/group_0525.py +55 -123
  2704. githubkit/versions/v2022_11_28/models/group_0526.py +85 -34
  2705. githubkit/versions/v2022_11_28/models/group_0527.py +148 -34
  2706. githubkit/versions/v2022_11_28/models/group_0528.py +23 -123
  2707. githubkit/versions/v2022_11_28/models/group_0529.py +75 -94
  2708. githubkit/versions/v2022_11_28/models/group_0530.py +16 -72
  2709. githubkit/versions/v2022_11_28/models/group_0531.py +14 -75
  2710. githubkit/versions/v2022_11_28/models/group_0532.py +140 -99
  2711. githubkit/versions/v2022_11_28/models/group_0533.py +157 -52
  2712. githubkit/versions/v2022_11_28/models/group_0534.py +6 -46
  2713. githubkit/versions/v2022_11_28/models/group_0535.py +25 -66
  2714. githubkit/versions/v2022_11_28/models/group_0536.py +58 -63
  2715. githubkit/versions/v2022_11_28/models/group_0537.py +84 -83
  2716. githubkit/versions/v2022_11_28/models/group_0538.py +8 -121
  2717. githubkit/versions/v2022_11_28/models/group_0539.py +91 -60
  2718. githubkit/versions/v2022_11_28/models/group_0540.py +22 -105
  2719. githubkit/versions/v2022_11_28/models/group_0541.py +83 -40
  2720. githubkit/versions/v2022_11_28/models/group_0542.py +438 -17
  2721. githubkit/versions/v2022_11_28/models/group_0543.py +443 -31
  2722. githubkit/versions/v2022_11_28/models/group_0544.py +418 -461
  2723. githubkit/versions/v2022_11_28/models/group_0545.py +450 -15
  2724. githubkit/versions/v2022_11_28/models/group_0546.py +423 -27
  2725. githubkit/versions/v2022_11_28/models/group_0547.py +400 -90
  2726. githubkit/versions/v2022_11_28/models/group_0548.py +1056 -36
  2727. githubkit/versions/v2022_11_28/models/group_0549.py +32 -17
  2728. githubkit/versions/v2022_11_28/models/group_0550.py +464 -17
  2729. githubkit/versions/v2022_11_28/models/group_0551.py +694 -18
  2730. githubkit/versions/v2022_11_28/models/group_0552.py +37 -18
  2731. githubkit/versions/v2022_11_28/models/group_0553.py +29 -17
  2732. githubkit/versions/v2022_11_28/models/group_0554.py +441 -36
  2733. githubkit/versions/v2022_11_28/models/group_0555.py +41 -8
  2734. githubkit/versions/v2022_11_28/models/group_0556.py +16 -87
  2735. githubkit/versions/v2022_11_28/models/group_0557.py +14 -67
  2736. githubkit/versions/v2022_11_28/models/group_0558.py +64 -61
  2737. githubkit/versions/v2022_11_28/models/group_0559.py +20 -82
  2738. githubkit/versions/v2022_11_28/models/group_0560.py +59 -70
  2739. githubkit/versions/v2022_11_28/models/group_0561.py +95 -48
  2740. githubkit/versions/v2022_11_28/models/group_0562.py +102 -48
  2741. githubkit/versions/v2022_11_28/models/group_0563.py +20 -67
  2742. githubkit/versions/v2022_11_28/models/group_0564.py +54 -31
  2743. githubkit/versions/v2022_11_28/models/group_0565.py +52 -29
  2744. githubkit/versions/v2022_11_28/models/group_0566.py +14 -53
  2745. githubkit/versions/v2022_11_28/models/group_0567.py +48 -35
  2746. githubkit/versions/v2022_11_28/models/group_0568.py +22 -43
  2747. githubkit/versions/v2022_11_28/models/group_0569.py +20 -73
  2748. githubkit/versions/v2022_11_28/models/group_0570.py +17 -108
  2749. githubkit/versions/v2022_11_28/models/group_0571.py +98 -66
  2750. githubkit/versions/v2022_11_28/models/group_0572.py +24 -11
  2751. githubkit/versions/v2022_11_28/models/group_0573.py +24 -14
  2752. githubkit/versions/v2022_11_28/models/group_0574.py +24 -11
  2753. githubkit/versions/v2022_11_28/models/group_0575.py +62 -54
  2754. githubkit/versions/v2022_11_28/models/group_0576.py +26 -36
  2755. githubkit/versions/v2022_11_28/models/group_0577.py +21 -33
  2756. githubkit/versions/v2022_11_28/models/group_0578.py +22 -12
  2757. githubkit/versions/v2022_11_28/models/group_0579.py +24 -10
  2758. githubkit/versions/v2022_11_28/models/group_0580.py +25 -54
  2759. githubkit/versions/v2022_11_28/models/group_0581.py +75 -31
  2760. githubkit/versions/v2022_11_28/models/group_0582.py +25 -35
  2761. githubkit/versions/v2022_11_28/models/group_0583.py +46 -11
  2762. githubkit/versions/v2022_11_28/models/group_0584.py +40 -33
  2763. githubkit/versions/v2022_11_28/models/group_0585.py +16 -1149
  2764. githubkit/versions/v2022_11_28/models/group_0586.py +29 -1161
  2765. githubkit/versions/v2022_11_28/models/group_0587.py +374 -1019
  2766. githubkit/versions/v2022_11_28/models/group_0588.py +14 -13
  2767. githubkit/versions/v2022_11_28/models/group_0589.py +69 -43
  2768. githubkit/versions/v2022_11_28/models/group_0590.py +83 -1093
  2769. githubkit/versions/v2022_11_28/models/group_0591.py +35 -1082
  2770. githubkit/versions/v2022_11_28/models/group_0592.py +17 -96
  2771. githubkit/versions/v2022_11_28/models/group_0593.py +17 -1133
  2772. githubkit/versions/v2022_11_28/models/group_0594.py +17 -1149
  2773. githubkit/versions/v2022_11_28/models/group_0595.py +17 -1124
  2774. githubkit/versions/v2022_11_28/models/group_0596.py +15 -1147
  2775. githubkit/versions/v2022_11_28/models/group_0597.py +47 -30
  2776. githubkit/versions/v2022_11_28/models/group_0598.py +8 -39
  2777. githubkit/versions/v2022_11_28/models/group_0599.py +33 -14
  2778. githubkit/versions/v2022_11_28/models/group_0600.py +14 -1333
  2779. githubkit/versions/v2022_11_28/models/group_0601.py +29 -1293
  2780. githubkit/versions/v2022_11_28/models/group_0602.py +25 -1333
  2781. githubkit/versions/v2022_11_28/models/group_0603.py +42 -1166
  2782. githubkit/versions/v2022_11_28/models/group_0604.py +18 -1134
  2783. githubkit/versions/v2022_11_28/models/group_0605.py +23 -1259
  2784. githubkit/versions/v2022_11_28/models/group_0606.py +15 -1284
  2785. githubkit/versions/v2022_11_28/models/group_0607.py +17 -1242
  2786. githubkit/versions/v2022_11_28/models/group_0608.py +16 -1269
  2787. githubkit/versions/v2022_11_28/models/group_0609.py +28 -1201
  2788. githubkit/versions/v2022_11_28/models/group_0610.py +16 -1313
  2789. githubkit/versions/v2022_11_28/models/group_0611.py +16 -1315
  2790. githubkit/versions/v2022_11_28/models/group_0612.py +16 -1143
  2791. githubkit/versions/v2022_11_28/models/group_0613.py +39 -1154
  2792. githubkit/versions/v2022_11_28/models/group_0614.py +15 -1144
  2793. githubkit/versions/v2022_11_28/models/group_0615.py +13 -1121
  2794. githubkit/versions/v2022_11_28/models/group_0616.py +18 -383
  2795. githubkit/versions/v2022_11_28/models/group_0617.py +12 -23
  2796. githubkit/versions/v2022_11_28/models/group_0618.py +85 -64
  2797. githubkit/versions/v2022_11_28/models/group_0619.py +36 -598
  2798. githubkit/versions/v2022_11_28/models/group_0620.py +35 -24
  2799. githubkit/versions/v2022_11_28/models/group_0621.py +34 -61
  2800. githubkit/versions/v2022_11_28/models/group_0622.py +34 -185
  2801. githubkit/versions/v2022_11_28/models/group_0623.py +51 -161
  2802. githubkit/versions/v2022_11_28/models/group_0624.py +33 -161
  2803. githubkit/versions/v2022_11_28/models/group_0625.py +16 -210
  2804. githubkit/versions/v2022_11_28/models/group_0626.py +14 -169
  2805. githubkit/versions/v2022_11_28/models/group_0627.py +10 -160
  2806. githubkit/versions/v2022_11_28/models/group_0628.py +1042 -76
  2807. githubkit/versions/v2022_11_28/models/group_0629.py +1095 -77
  2808. githubkit/versions/v2022_11_28/models/group_0630.py +1169 -17
  2809. githubkit/versions/v2022_11_28/models/group_0631.py +14 -16
  2810. githubkit/versions/v2022_11_28/models/group_0632.py +13 -10
  2811. githubkit/versions/v2022_11_28/models/group_0633.py +18 -14
  2812. githubkit/versions/v2022_11_28/models/group_0634.py +1118 -11
  2813. githubkit/versions/v2022_11_28/models/group_0635.py +77 -27
  2814. githubkit/versions/v2022_11_28/models/group_0636.py +1094 -40
  2815. githubkit/versions/v2022_11_28/models/group_0637.py +1116 -11
  2816. githubkit/versions/v2022_11_28/models/group_0638.py +1108 -11
  2817. githubkit/versions/v2022_11_28/models/group_0639.py +18 -14
  2818. githubkit/versions/v2022_11_28/models/group_0640.py +13 -37
  2819. githubkit/versions/v2022_11_28/models/group_0641.py +14 -17
  2820. githubkit/versions/v2022_11_28/models/group_0642.py +14 -17
  2821. githubkit/versions/v2022_11_28/models/group_0643.py +1334 -20
  2822. githubkit/versions/v2022_11_28/models/group_0644.py +1163 -23
  2823. githubkit/versions/v2022_11_28/models/group_0645.py +1165 -13
  2824. githubkit/versions/v2022_11_28/models/group_0646.py +1182 -51
  2825. githubkit/versions/v2022_11_28/models/group_0647.py +1071 -66
  2826. githubkit/versions/v2022_11_28/models/group_0648.py +1246 -73
  2827. githubkit/versions/v2022_11_28/models/group_0649.py +1234 -46
  2828. githubkit/versions/v2022_11_28/models/group_0650.py +1240 -11
  2829. githubkit/versions/v2022_11_28/models/group_0651.py +1228 -39
  2830. githubkit/versions/v2022_11_28/models/group_0652.py +1078 -40
  2831. githubkit/versions/v2022_11_28/models/group_0653.py +1277 -41
  2832. githubkit/versions/v2022_11_28/models/group_0654.py +1279 -41
  2833. githubkit/versions/v2022_11_28/models/group_0655.py +1139 -15
  2834. githubkit/versions/v2022_11_28/models/group_0656.py +1068 -196
  2835. githubkit/versions/v2022_11_28/models/group_0657.py +1152 -6
  2836. githubkit/versions/v2022_11_28/models/group_0658.py +1112 -15
  2837. githubkit/versions/v2022_11_28/models/group_0659.py +374 -17
  2838. githubkit/versions/v2022_11_28/models/group_0660.py +15 -15
  2839. githubkit/versions/v2022_11_28/models/group_0661.py +69 -43
  2840. githubkit/versions/v2022_11_28/models/group_0662.py +549 -117
  2841. githubkit/versions/v2022_11_28/models/group_0663.py +13 -134
  2842. githubkit/versions/v2022_11_28/models/group_0664.py +46 -151
  2843. githubkit/versions/v2022_11_28/models/group_0665.py +186 -42
  2844. githubkit/versions/v2022_11_28/models/group_0666.py +39 -7
  2845. githubkit/versions/v2022_11_28/models/group_0667.py +38 -8
  2846. githubkit/versions/v2022_11_28/models/group_0668.py +58 -134
  2847. githubkit/versions/v2022_11_28/models/group_0669.py +95 -77
  2848. githubkit/versions/v2022_11_28/models/group_0670.py +19 -164
  2849. githubkit/versions/v2022_11_28/models/group_0671.py +19 -146
  2850. githubkit/versions/v2022_11_28/models/group_0672.py +19 -188
  2851. githubkit/versions/v2022_11_28/models/group_0673.py +18 -184
  2852. githubkit/versions/v2022_11_28/models/group_0674.py +17 -15
  2853. githubkit/versions/v2022_11_28/models/group_0675.py +10 -13
  2854. githubkit/versions/v2022_11_28/models/group_0676.py +11 -206
  2855. githubkit/versions/v2022_11_28/models/group_0677.py +40 -18
  2856. githubkit/versions/v2022_11_28/models/group_0678.py +56 -8
  2857. githubkit/versions/v2022_11_28/models/group_0679.py +86 -12
  2858. githubkit/versions/v2022_11_28/models/group_0680.py +41 -12
  2859. githubkit/versions/v2022_11_28/models/group_0681.py +11 -77
  2860. githubkit/versions/v2022_11_28/models/group_0682.py +18 -279
  2861. githubkit/versions/v2022_11_28/models/group_0683.py +33 -264
  2862. githubkit/versions/v2022_11_28/models/group_0684.py +24 -277
  2863. githubkit/versions/v2022_11_28/models/group_0685.py +23 -380
  2864. githubkit/versions/v2022_11_28/models/group_0686.py +25 -279
  2865. githubkit/versions/v2022_11_28/models/group_0687.py +32 -31
  2866. githubkit/versions/v2022_11_28/models/group_0688.py +15 -45
  2867. githubkit/versions/v2022_11_28/models/group_0689.py +90 -103
  2868. githubkit/versions/v2022_11_28/models/group_0690.py +90 -77
  2869. githubkit/versions/v2022_11_28/models/group_0691.py +113 -49
  2870. githubkit/versions/v2022_11_28/models/group_0692.py +85 -73
  2871. githubkit/versions/v2022_11_28/models/group_0693.py +31 -59
  2872. githubkit/versions/v2022_11_28/models/group_0694.py +36 -47
  2873. githubkit/versions/v2022_11_28/models/group_0695.py +70 -60
  2874. githubkit/versions/v2022_11_28/models/group_0696.py +16 -68
  2875. githubkit/versions/v2022_11_28/models/group_0697.py +40 -439
  2876. githubkit/versions/v2022_11_28/models/group_0698.py +15 -469
  2877. githubkit/versions/v2022_11_28/models/group_0699.py +238 -441
  2878. githubkit/versions/v2022_11_28/models/group_0700.py +6 -35
  2879. githubkit/versions/v2022_11_28/models/group_0701.py +47 -16
  2880. githubkit/versions/v2022_11_28/models/group_0702.py +33 -12
  2881. githubkit/versions/v2022_11_28/models/group_0703.py +47 -7
  2882. githubkit/versions/v2022_11_28/models/group_0704.py +31 -13
  2883. githubkit/versions/v2022_11_28/models/group_0705.py +43 -6
  2884. githubkit/versions/v2022_11_28/models/group_0706.py +43 -6
  2885. githubkit/versions/v2022_11_28/models/group_0707.py +161 -6
  2886. githubkit/versions/v2022_11_28/models/group_0708.py +36 -6
  2887. githubkit/versions/v2022_11_28/models/group_0709.py +7 -30
  2888. githubkit/versions/v2022_11_28/models/group_0710.py +17 -5
  2889. githubkit/versions/v2022_11_28/models/group_0711.py +44 -12
  2890. githubkit/versions/v2022_11_28/models/group_0712.py +37 -25
  2891. githubkit/versions/v2022_11_28/models/group_0713.py +64 -22
  2892. githubkit/versions/v2022_11_28/models/group_0714.py +41 -30
  2893. githubkit/versions/v2022_11_28/models/group_0715.py +47 -5
  2894. githubkit/versions/v2022_11_28/models/group_0716.py +48 -10
  2895. githubkit/versions/v2022_11_28/models/group_0717.py +47 -7
  2896. githubkit/versions/v2022_11_28/models/group_0718.py +43 -15
  2897. githubkit/versions/v2022_11_28/models/group_0719.py +227 -10
  2898. githubkit/versions/v2022_11_28/models/group_0720.py +12 -11
  2899. githubkit/versions/v2022_11_28/models/group_0721.py +7 -5
  2900. githubkit/versions/v2022_11_28/models/group_0722.py +14 -7
  2901. githubkit/versions/v2022_11_28/models/group_0723.py +7 -114
  2902. githubkit/versions/v2022_11_28/models/group_0724.py +36 -25
  2903. githubkit/versions/v2022_11_28/models/group_0725.py +234 -10
  2904. githubkit/versions/v2022_11_28/models/group_0726.py +235 -9
  2905. githubkit/versions/v2022_11_28/models/group_0727.py +236 -8
  2906. githubkit/versions/v2022_11_28/models/group_0728.py +340 -9
  2907. githubkit/versions/v2022_11_28/models/group_0729.py +234 -15
  2908. githubkit/versions/v2022_11_28/models/group_0730.py +35 -9
  2909. githubkit/versions/v2022_11_28/models/group_0731.py +47 -9
  2910. githubkit/versions/v2022_11_28/models/group_0732.py +113 -7
  2911. githubkit/versions/v2022_11_28/models/group_0733.py +72 -8
  2912. githubkit/versions/v2022_11_28/models/group_0734.py +55 -8
  2913. githubkit/versions/v2022_11_28/models/group_0735.py +100 -20
  2914. githubkit/versions/v2022_11_28/models/group_0736.py +61 -18
  2915. githubkit/versions/v2022_11_28/models/group_0737.py +52 -8
  2916. githubkit/versions/v2022_11_28/models/group_0738.py +91 -7
  2917. githubkit/versions/v2022_11_28/models/group_0739.py +84 -24
  2918. githubkit/versions/v2022_11_28/models/group_0740.py +477 -11
  2919. githubkit/versions/v2022_11_28/models/group_0741.py +470 -11
  2920. githubkit/versions/v2022_11_28/models/group_0742.py +479 -8
  2921. githubkit/versions/v2022_11_28/models/group_0743.py +34 -7
  2922. githubkit/versions/v2022_11_28/models/group_0744.py +10 -10
  2923. githubkit/versions/v2022_11_28/models/group_0745.py +14 -15
  2924. githubkit/versions/v2022_11_28/models/group_0746.py +4 -13
  2925. githubkit/versions/v2022_11_28/models/group_0747.py +20 -7
  2926. githubkit/versions/v2022_11_28/models/group_0748.py +6 -36
  2927. githubkit/versions/v2022_11_28/models/group_0749.py +6 -22
  2928. githubkit/versions/v2022_11_28/models/group_0750.py +7 -10
  2929. githubkit/versions/v2022_11_28/models/group_0751.py +6 -8
  2930. githubkit/versions/v2022_11_28/models/group_0752.py +31 -7
  2931. githubkit/versions/v2022_11_28/models/group_0753.py +5 -12
  2932. githubkit/versions/v2022_11_28/models/group_0754.py +9 -10
  2933. githubkit/versions/v2022_11_28/models/group_0755.py +29 -8
  2934. githubkit/versions/v2022_11_28/models/group_0756.py +22 -9
  2935. githubkit/versions/v2022_11_28/models/group_0757.py +34 -8
  2936. githubkit/versions/v2022_11_28/models/group_0758.py +5 -10
  2937. githubkit/versions/v2022_11_28/models/group_0759.py +5 -8
  2938. githubkit/versions/v2022_11_28/models/group_0760.py +4 -33
  2939. githubkit/versions/v2022_11_28/models/group_0761.py +10 -20
  2940. githubkit/versions/v2022_11_28/models/group_0762.py +15 -9
  2941. githubkit/versions/v2022_11_28/models/group_0763.py +13 -7
  2942. githubkit/versions/v2022_11_28/models/group_0764.py +5 -42
  2943. githubkit/versions/v2022_11_28/models/group_0765.py +6 -40
  2944. githubkit/versions/v2022_11_28/models/group_0766.py +108 -12
  2945. githubkit/versions/v2022_11_28/models/group_0767.py +26 -7
  2946. githubkit/versions/v2022_11_28/models/group_0768.py +18 -4
  2947. githubkit/versions/v2022_11_28/models/group_0769.py +13 -29
  2948. githubkit/versions/v2022_11_28/models/group_0770.py +7 -8
  2949. githubkit/versions/v2022_11_28/models/group_0771.py +9 -11
  2950. githubkit/versions/v2022_11_28/models/group_0772.py +14 -36
  2951. githubkit/versions/v2022_11_28/models/group_0773.py +10 -14
  2952. githubkit/versions/v2022_11_28/models/group_0774.py +8 -17
  2953. githubkit/versions/v2022_11_28/models/group_0775.py +9 -10
  2954. githubkit/versions/v2022_11_28/models/group_0776.py +14 -4
  2955. githubkit/versions/v2022_11_28/models/group_0777.py +10 -8
  2956. githubkit/versions/v2022_11_28/models/group_0778.py +26 -18
  2957. githubkit/versions/v2022_11_28/models/group_0779.py +17 -10
  2958. githubkit/versions/v2022_11_28/models/group_0780.py +9 -13
  2959. githubkit/versions/v2022_11_28/models/group_0781.py +7 -7
  2960. githubkit/versions/v2022_11_28/models/group_0782.py +32 -7
  2961. githubkit/versions/v2022_11_28/models/group_0783.py +15 -11
  2962. githubkit/versions/v2022_11_28/models/group_0784.py +12 -26
  2963. githubkit/versions/v2022_11_28/models/group_0785.py +7 -13
  2964. githubkit/versions/v2022_11_28/models/group_0786.py +8 -115
  2965. githubkit/versions/v2022_11_28/models/group_0787.py +8 -71
  2966. githubkit/versions/v2022_11_28/models/group_0788.py +15 -68
  2967. githubkit/versions/v2022_11_28/models/group_0789.py +8 -35
  2968. githubkit/versions/v2022_11_28/models/group_0790.py +8 -27
  2969. githubkit/versions/v2022_11_28/models/group_0791.py +33 -8
  2970. githubkit/versions/v2022_11_28/models/group_0792.py +19 -8
  2971. githubkit/versions/v2022_11_28/models/group_0793.py +10 -5
  2972. githubkit/versions/v2022_11_28/models/group_0794.py +9 -11
  2973. githubkit/versions/v2022_11_28/models/group_0795.py +8 -17
  2974. githubkit/versions/v2022_11_28/models/group_0796.py +8 -11
  2975. githubkit/versions/v2022_11_28/models/group_0797.py +8 -9
  2976. githubkit/versions/v2022_11_28/models/group_0798.py +8 -12
  2977. githubkit/versions/v2022_11_28/models/group_0799.py +10 -8
  2978. githubkit/versions/v2022_11_28/models/group_0800.py +8 -10
  2979. githubkit/versions/v2022_11_28/models/group_0801.py +8 -10
  2980. githubkit/versions/v2022_11_28/models/group_0802.py +8 -11
  2981. githubkit/versions/v2022_11_28/models/group_0803.py +26 -10
  2982. githubkit/versions/v2022_11_28/models/group_0804.py +18 -9
  2983. githubkit/versions/v2022_11_28/models/group_0805.py +13 -4
  2984. githubkit/versions/v2022_11_28/models/group_0806.py +7 -24
  2985. githubkit/versions/v2022_11_28/models/group_0807.py +36 -17
  2986. githubkit/versions/v2022_11_28/models/group_0808.py +47 -9
  2987. githubkit/versions/v2022_11_28/models/group_0809.py +18 -5
  2988. githubkit/versions/v2022_11_28/models/group_0810.py +10 -10
  2989. githubkit/versions/v2022_11_28/models/group_0811.py +4 -28
  2990. githubkit/versions/v2022_11_28/models/group_0812.py +25 -7
  2991. githubkit/versions/v2022_11_28/models/group_0813.py +13 -4
  2992. githubkit/versions/v2022_11_28/models/group_0814.py +9 -8
  2993. githubkit/versions/v2022_11_28/models/group_0815.py +34 -14
  2994. githubkit/versions/v2022_11_28/models/group_0816.py +12 -7
  2995. githubkit/versions/v2022_11_28/models/group_0817.py +15 -7
  2996. githubkit/versions/v2022_11_28/models/group_0818.py +11 -5
  2997. githubkit/versions/v2022_11_28/models/group_0819.py +4 -11
  2998. githubkit/versions/v2022_11_28/models/group_0820.py +6 -200
  2999. githubkit/versions/v2022_11_28/models/group_0821.py +21 -9
  3000. githubkit/versions/v2022_11_28/models/group_0822.py +13 -6
  3001. githubkit/versions/v2022_11_28/models/group_0823.py +11 -15
  3002. githubkit/versions/v2022_11_28/models/group_0824.py +8 -9
  3003. githubkit/versions/v2022_11_28/models/group_0825.py +10 -10
  3004. githubkit/versions/v2022_11_28/models/group_0826.py +11 -13
  3005. githubkit/versions/v2022_11_28/models/group_0827.py +35 -13
  3006. githubkit/versions/v2022_11_28/models/group_0828.py +11 -16
  3007. githubkit/versions/v2022_11_28/models/group_0829.py +115 -9
  3008. githubkit/versions/v2022_11_28/models/group_0830.py +81 -9
  3009. githubkit/versions/v2022_11_28/models/group_0831.py +82 -8
  3010. githubkit/versions/v2022_11_28/models/group_0832.py +40 -13
  3011. githubkit/versions/v2022_11_28/models/group_0833.py +32 -15
  3012. githubkit/versions/v2022_11_28/models/group_0834.py +12 -10
  3013. githubkit/versions/v2022_11_28/models/group_0835.py +10 -11
  3014. githubkit/versions/v2022_11_28/models/group_0836.py +5 -9
  3015. githubkit/versions/v2022_11_28/models/group_0837.py +11 -9
  3016. githubkit/versions/v2022_11_28/models/group_0838.py +18 -9
  3017. githubkit/versions/v2022_11_28/models/group_0839.py +10 -13
  3018. githubkit/versions/v2022_11_28/models/group_0840.py +10 -9
  3019. githubkit/versions/v2022_11_28/models/group_0841.py +12 -6
  3020. githubkit/versions/v2022_11_28/models/group_0842.py +6 -6
  3021. githubkit/versions/v2022_11_28/models/group_0843.py +8 -34
  3022. githubkit/versions/v2022_11_28/models/group_0844.py +9 -27
  3023. githubkit/versions/v2022_11_28/models/group_0845.py +9 -8
  3024. githubkit/versions/v2022_11_28/models/group_0846.py +10 -12
  3025. githubkit/versions/v2022_11_28/models/group_0847.py +9 -210
  3026. githubkit/versions/v2022_11_28/models/group_0848.py +4 -97
  3027. githubkit/versions/v2022_11_28/models/group_0849.py +23 -40
  3028. githubkit/versions/v2022_11_28/models/group_0850.py +20 -12
  3029. githubkit/versions/v2022_11_28/models/group_0851.py +5 -17
  3030. githubkit/versions/v2022_11_28/models/group_0852.py +6 -17
  3031. githubkit/versions/v2022_11_28/models/group_0853.py +9 -12
  3032. githubkit/versions/v2022_11_28/models/group_0854.py +22 -10
  3033. githubkit/versions/v2022_11_28/models/group_0855.py +7 -14
  3034. githubkit/versions/v2022_11_28/models/group_0856.py +4 -14
  3035. githubkit/versions/v2022_11_28/models/group_0857.py +9 -11
  3036. githubkit/versions/v2022_11_28/models/group_0858.py +22 -12
  3037. githubkit/versions/v2022_11_28/models/group_0859.py +9 -9
  3038. githubkit/versions/v2022_11_28/models/group_0860.py +10 -12
  3039. githubkit/versions/v2022_11_28/models/group_0861.py +5 -13
  3040. githubkit/versions/v2022_11_28/models/group_0862.py +8 -5
  3041. githubkit/versions/v2022_11_28/models/group_0863.py +166 -69
  3042. githubkit/versions/v2022_11_28/models/group_0864.py +9 -54
  3043. githubkit/versions/v2022_11_28/models/group_0865.py +7 -56
  3044. githubkit/versions/v2022_11_28/models/group_0866.py +10 -94
  3045. githubkit/versions/v2022_11_28/models/group_0867.py +9 -56
  3046. githubkit/versions/v2022_11_28/models/group_0868.py +9 -59
  3047. githubkit/versions/v2022_11_28/models/group_0869.py +15 -5
  3048. githubkit/versions/v2022_11_28/models/group_0870.py +7 -27
  3049. githubkit/versions/v2022_11_28/models/group_0871.py +19 -8
  3050. githubkit/versions/v2022_11_28/models/group_0872.py +8 -22
  3051. githubkit/versions/v2022_11_28/models/group_0873.py +9 -36
  3052. githubkit/versions/v2022_11_28/models/group_0874.py +6 -6
  3053. githubkit/versions/v2022_11_28/models/group_0875.py +9 -48
  3054. githubkit/versions/v2022_11_28/models/group_0876.py +7 -21
  3055. githubkit/versions/v2022_11_28/models/group_0877.py +6 -6
  3056. githubkit/versions/v2022_11_28/models/group_0878.py +10 -24
  3057. githubkit/versions/v2022_11_28/models/group_0879.py +9 -24
  3058. githubkit/versions/v2022_11_28/models/group_0880.py +6 -11
  3059. githubkit/versions/v2022_11_28/models/group_0881.py +10 -10
  3060. githubkit/versions/v2022_11_28/models/group_0882.py +14 -5
  3061. githubkit/versions/v2022_11_28/models/group_0883.py +9 -10
  3062. githubkit/versions/v2022_11_28/models/group_0884.py +6 -17
  3063. githubkit/versions/v2022_11_28/models/group_0885.py +8 -10
  3064. githubkit/versions/v2022_11_28/models/group_0886.py +27 -52
  3065. githubkit/versions/v2022_11_28/models/group_0887.py +20 -44
  3066. githubkit/versions/v2022_11_28/models/group_0888.py +9 -23
  3067. githubkit/versions/v2022_11_28/models/group_0889.py +16 -24
  3068. githubkit/versions/v2022_11_28/models/group_0890.py +210 -9
  3069. githubkit/versions/v2022_11_28/models/group_0891.py +92 -10
  3070. githubkit/versions/v2022_11_28/models/group_0892.py +32 -38
  3071. githubkit/versions/v2022_11_28/models/group_0893.py +17 -7
  3072. githubkit/versions/v2022_11_28/models/group_0894.py +20 -40
  3073. githubkit/versions/v2022_11_28/models/group_0895.py +16 -25
  3074. githubkit/versions/v2022_11_28/models/group_0896.py +10 -46
  3075. githubkit/versions/v2022_11_28/models/group_0897.py +9 -35
  3076. githubkit/versions/v2022_11_28/models/group_0898.py +12 -13
  3077. githubkit/versions/v2022_11_28/models/group_0899.py +7 -21
  3078. githubkit/versions/v2022_11_28/models/group_0900.py +10 -7
  3079. githubkit/versions/v2022_11_28/models/group_0901.py +13 -9
  3080. githubkit/versions/v2022_11_28/models/group_0902.py +8 -7
  3081. githubkit/versions/v2022_11_28/models/group_0903.py +13 -6
  3082. githubkit/versions/v2022_11_28/models/group_0904.py +13 -8
  3083. githubkit/versions/v2022_11_28/models/group_0905.py +5 -18
  3084. githubkit/versions/v2022_11_28/models/group_0906.py +101 -7
  3085. githubkit/versions/v2022_11_28/models/group_0907.py +39 -56
  3086. githubkit/versions/v2022_11_28/models/group_0908.py +58 -8
  3087. githubkit/versions/v2022_11_28/models/group_0909.py +98 -7
  3088. githubkit/versions/v2022_11_28/models/group_0910.py +47 -31
  3089. githubkit/versions/v2022_11_28/models/group_0911.py +47 -29
  3090. githubkit/versions/v2022_11_28/models/group_0912.py +5 -48
  3091. githubkit/versions/v2022_11_28/models/group_0913.py +23 -24
  3092. githubkit/versions/v2022_11_28/models/group_0914.py +9 -19
  3093. githubkit/versions/v2022_11_28/models/group_0915.py +17 -18
  3094. githubkit/versions/v2022_11_28/models/group_0916.py +18 -15
  3095. githubkit/versions/v2022_11_28/models/group_0917.py +29 -10
  3096. githubkit/versions/v2022_11_28/models/group_0918.py +25 -7
  3097. githubkit/versions/v2022_11_28/models/group_0919.py +43 -6
  3098. githubkit/versions/v2022_11_28/models/group_0920.py +9 -13
  3099. githubkit/versions/v2022_11_28/models/group_0921.py +40 -29
  3100. githubkit/versions/v2022_11_28/models/group_0922.py +26 -5
  3101. githubkit/versions/v2022_11_28/models/group_0923.py +9 -10
  3102. githubkit/versions/v2022_11_28/models/group_0924.py +17 -41
  3103. githubkit/versions/v2022_11_28/models/group_0925.py +22 -10
  3104. githubkit/versions/v2022_11_28/models/group_0926.py +10 -8
  3105. githubkit/versions/v2022_11_28/models/group_0927.py +10 -5
  3106. githubkit/versions/v2022_11_28/models/group_0928.py +5 -13
  3107. githubkit/versions/v2022_11_28/models/group_0929.py +10 -20
  3108. githubkit/versions/v2022_11_28/models/group_0930.py +17 -5
  3109. githubkit/versions/v2022_11_28/models/group_0931.py +8 -11
  3110. githubkit/versions/v2022_11_28/models/group_0932.py +60 -20
  3111. githubkit/versions/v2022_11_28/models/group_0933.py +54 -5
  3112. githubkit/versions/v2022_11_28/models/group_0934.py +20 -10
  3113. githubkit/versions/v2022_11_28/models/group_0935.py +23 -10
  3114. githubkit/versions/v2022_11_28/models/group_0936.py +10 -8
  3115. githubkit/versions/v2022_11_28/models/group_0937.py +10 -15
  3116. githubkit/versions/v2022_11_28/models/group_0938.py +42 -11
  3117. githubkit/versions/v2022_11_28/models/group_0939.py +7 -7
  3118. githubkit/versions/v2022_11_28/models/group_0940.py +31 -10
  3119. githubkit/versions/v2022_11_28/models/group_0941.py +23 -17
  3120. githubkit/versions/v2022_11_28/models/group_0942.py +40 -14
  3121. githubkit/versions/v2022_11_28/models/group_0943.py +34 -7
  3122. githubkit/versions/v2022_11_28/models/group_0944.py +14 -6
  3123. githubkit/versions/v2022_11_28/models/group_0945.py +21 -11
  3124. githubkit/versions/v2022_11_28/models/group_0946.py +8 -25
  3125. githubkit/versions/v2022_11_28/models/group_0947.py +8 -25
  3126. githubkit/versions/v2022_11_28/models/group_0948.py +8 -25
  3127. githubkit/versions/v2022_11_28/models/group_0949.py +6 -28
  3128. githubkit/versions/v2022_11_28/models/group_0950.py +6 -25
  3129. githubkit/versions/v2022_11_28/models/group_0951.py +13 -13
  3130. githubkit/versions/v2022_11_28/models/group_0952.py +7 -13
  3131. githubkit/versions/v2022_11_28/models/group_0953.py +65 -10
  3132. githubkit/versions/v2022_11_28/models/group_0954.py +7 -27
  3133. githubkit/versions/v2022_11_28/models/group_0955.py +10 -6
  3134. githubkit/versions/v2022_11_28/models/group_0956.py +38 -7
  3135. githubkit/versions/v2022_11_28/models/group_0957.py +39 -8
  3136. githubkit/versions/v2022_11_28/models/group_0958.py +35 -22
  3137. githubkit/versions/v2022_11_28/models/group_0959.py +36 -10
  3138. githubkit/versions/v2022_11_28/models/group_0960.py +18 -9
  3139. githubkit/versions/v2022_11_28/models/group_0961.py +14 -15
  3140. githubkit/versions/v2022_11_28/models/group_0962.py +12 -33
  3141. githubkit/versions/v2022_11_28/models/group_0963.py +10 -44
  3142. githubkit/versions/v2022_11_28/models/group_0964.py +9 -5
  3143. githubkit/versions/v2022_11_28/models/group_0965.py +4 -24
  3144. githubkit/versions/v2022_11_28/models/group_0966.py +12 -6
  3145. githubkit/versions/v2022_11_28/models/group_0967.py +40 -10
  3146. githubkit/versions/v2022_11_28/models/group_0968.py +5 -14
  3147. githubkit/versions/v2022_11_28/models/group_0969.py +9 -12
  3148. githubkit/versions/v2022_11_28/models/group_0970.py +46 -9
  3149. githubkit/versions/v2022_11_28/models/group_0971.py +7 -42
  3150. githubkit/versions/v2022_11_28/models/group_0972.py +12 -5
  3151. githubkit/versions/v2022_11_28/models/group_0973.py +5 -12
  3152. githubkit/versions/v2022_11_28/models/group_0974.py +9 -10
  3153. githubkit/versions/v2022_11_28/models/group_0975.py +19 -8
  3154. githubkit/versions/v2022_11_28/models/group_0976.py +5 -8
  3155. githubkit/versions/v2022_11_28/models/group_0977.py +8 -32
  3156. githubkit/versions/v2022_11_28/models/group_0978.py +19 -10
  3157. githubkit/versions/v2022_11_28/models/group_0979.py +5 -21
  3158. githubkit/versions/v2022_11_28/models/group_0980.py +10 -29
  3159. githubkit/versions/v2022_11_28/models/group_0981.py +8 -6
  3160. githubkit/versions/v2022_11_28/models/group_0982.py +8 -61
  3161. githubkit/versions/v2022_11_28/models/group_0983.py +10 -59
  3162. githubkit/versions/v2022_11_28/models/group_0984.py +11 -14
  3163. githubkit/versions/v2022_11_28/models/group_0985.py +6 -21
  3164. githubkit/versions/v2022_11_28/models/group_0986.py +11 -9
  3165. githubkit/versions/v2022_11_28/models/group_0987.py +20 -6
  3166. githubkit/versions/v2022_11_28/models/group_0988.py +21 -7
  3167. githubkit/versions/v2022_11_28/models/group_0989.py +7 -13
  3168. githubkit/versions/v2022_11_28/models/group_0990.py +10 -24
  3169. githubkit/versions/v2022_11_28/models/group_0991.py +12 -26
  3170. githubkit/versions/v2022_11_28/models/group_0992.py +23 -8
  3171. githubkit/versions/v2022_11_28/models/group_0993.py +22 -8
  3172. githubkit/versions/v2022_11_28/models/group_0994.py +27 -5
  3173. githubkit/versions/v2022_11_28/models/group_0995.py +28 -5
  3174. githubkit/versions/v2022_11_28/models/group_0996.py +25 -15
  3175. githubkit/versions/v2022_11_28/models/group_0997.py +15 -8
  3176. githubkit/versions/v2022_11_28/models/group_0998.py +12 -6
  3177. githubkit/versions/v2022_11_28/models/group_0999.py +11 -6
  3178. githubkit/versions/v2022_11_28/models/group_1000.py +30 -10
  3179. githubkit/versions/v2022_11_28/models/group_1001.py +6 -11
  3180. githubkit/versions/v2022_11_28/models/group_1002.py +7 -27
  3181. githubkit/versions/v2022_11_28/models/group_1003.py +8 -7
  3182. githubkit/versions/v2022_11_28/models/group_1004.py +20 -35
  3183. githubkit/versions/v2022_11_28/models/group_1005.py +5 -47
  3184. githubkit/versions/v2022_11_28/models/group_1006.py +9 -32
  3185. githubkit/versions/v2022_11_28/models/group_1007.py +19 -11
  3186. githubkit/versions/v2022_11_28/models/group_1008.py +44 -9
  3187. githubkit/versions/v2022_11_28/models/group_1009.py +40 -7
  3188. githubkit/versions/v2022_11_28/models/group_1010.py +5 -18
  3189. githubkit/versions/v2022_11_28/models/group_1011.py +20 -9
  3190. githubkit/versions/v2022_11_28/models/group_1012.py +6 -10
  3191. githubkit/versions/v2022_11_28/models/group_1013.py +8 -9
  3192. githubkit/versions/v2022_11_28/models/group_1014.py +11 -10
  3193. githubkit/versions/v2022_11_28/models/group_1015.py +11 -15
  3194. githubkit/versions/v2022_11_28/models/group_1016.py +11 -7
  3195. githubkit/versions/v2022_11_28/models/group_1017.py +45 -8
  3196. githubkit/versions/v2022_11_28/models/group_1018.py +5 -13
  3197. githubkit/versions/v2022_11_28/models/group_1019.py +15 -4
  3198. githubkit/versions/v2022_11_28/models/group_1020.py +10 -9
  3199. githubkit/versions/v2022_11_28/models/group_1021.py +9 -8
  3200. githubkit/versions/v2022_11_28/models/group_1022.py +10 -41
  3201. githubkit/versions/v2022_11_28/models/group_1023.py +33 -8
  3202. githubkit/versions/v2022_11_28/models/group_1024.py +8 -86
  3203. githubkit/versions/v2022_11_28/models/group_1025.py +20 -13
  3204. githubkit/versions/v2022_11_28/models/group_1026.py +31 -12
  3205. githubkit/versions/v2022_11_28/models/group_1027.py +8 -12
  3206. githubkit/versions/v2022_11_28/models/group_1028.py +95 -0
  3207. githubkit/versions/v2022_11_28/models/group_1029.py +96 -0
  3208. githubkit/versions/v2022_11_28/models/group_1030.py +41 -0
  3209. githubkit/versions/v2022_11_28/models/group_1031.py +42 -0
  3210. githubkit/versions/v2022_11_28/models/group_1032.py +34 -0
  3211. githubkit/versions/v2022_11_28/models/group_1033.py +27 -0
  3212. githubkit/versions/v2022_11_28/models/group_1034.py +29 -0
  3213. githubkit/versions/v2022_11_28/models/group_1035.py +38 -0
  3214. githubkit/versions/v2022_11_28/models/group_1036.py +42 -0
  3215. githubkit/versions/v2022_11_28/models/group_1037.py +49 -0
  3216. githubkit/versions/v2022_11_28/models/group_1038.py +32 -0
  3217. githubkit/versions/v2022_11_28/models/group_1039.py +32 -0
  3218. githubkit/versions/v2022_11_28/models/group_1040.py +25 -0
  3219. githubkit/versions/v2022_11_28/models/group_1041.py +25 -0
  3220. githubkit/versions/v2022_11_28/models/group_1042.py +37 -0
  3221. githubkit/versions/v2022_11_28/models/group_1043.py +31 -0
  3222. githubkit/versions/v2022_11_28/models/group_1044.py +31 -0
  3223. githubkit/versions/v2022_11_28/models/group_1045.py +32 -0
  3224. githubkit/versions/v2022_11_28/models/group_1046.py +28 -0
  3225. githubkit/versions/v2022_11_28/models/group_1047.py +32 -0
  3226. githubkit/versions/v2022_11_28/models/group_1048.py +50 -0
  3227. githubkit/versions/v2022_11_28/models/group_1049.py +30 -0
  3228. githubkit/versions/v2022_11_28/models/group_1050.py +70 -0
  3229. githubkit/versions/v2022_11_28/models/group_1051.py +67 -0
  3230. githubkit/versions/v2022_11_28/models/group_1052.py +54 -0
  3231. githubkit/versions/v2022_11_28/models/group_1053.py +38 -0
  3232. githubkit/versions/v2022_11_28/models/group_1054.py +30 -0
  3233. githubkit/versions/v2022_11_28/models/group_1055.py +29 -0
  3234. githubkit/versions/v2022_11_28/models/group_1056.py +38 -0
  3235. githubkit/versions/v2022_11_28/models/group_1057.py +30 -0
  3236. githubkit/versions/v2022_11_28/models/group_1058.py +32 -0
  3237. githubkit/versions/v2022_11_28/models/group_1059.py +29 -0
  3238. githubkit/versions/v2022_11_28/models/group_1060.py +33 -0
  3239. githubkit/versions/v2022_11_28/models/group_1061.py +38 -0
  3240. githubkit/versions/v2022_11_28/models/group_1062.py +30 -0
  3241. githubkit/versions/v2022_11_28/models/group_1063.py +30 -0
  3242. githubkit/versions/v2022_11_28/models/group_1064.py +33 -0
  3243. githubkit/versions/v2022_11_28/models/group_1065.py +21 -0
  3244. githubkit/versions/v2022_11_28/models/group_1066.py +33 -0
  3245. githubkit/versions/v2022_11_28/models/group_1067.py +29 -0
  3246. githubkit/versions/v2022_11_28/models/group_1068.py +59 -0
  3247. githubkit/versions/v2022_11_28/models/group_1069.py +32 -0
  3248. githubkit/versions/v2022_11_28/models/group_1070.py +110 -0
  3249. githubkit/versions/v2022_11_28/models/group_1071.py +34 -0
  3250. githubkit/versions/v2022_11_28/models/group_1072.py +34 -0
  3251. githubkit/versions/v2022_11_28/models/group_1073.py +33 -0
  3252. githubkit/versions/v2022_11_28/rest/__init__.py +6 -6
  3253. githubkit/versions/v2022_11_28/rest/apps.py +16 -8
  3254. githubkit/versions/v2022_11_28/rest/code_scanning.py +381 -0
  3255. githubkit/versions/v2022_11_28/rest/copilot.py +165 -0
  3256. githubkit/versions/v2022_11_28/rest/repos.py +90 -38
  3257. githubkit/versions/v2022_11_28/types/__init__.py +4625 -5741
  3258. githubkit/versions/v2022_11_28/types/group_0005.py +13 -30
  3259. githubkit/versions/v2022_11_28/types/group_0006.py +30 -13
  3260. githubkit/versions/v2022_11_28/types/group_0025.py +35 -7
  3261. githubkit/versions/v2022_11_28/types/group_0026.py +6 -25
  3262. githubkit/versions/v2022_11_28/types/group_0027.py +16 -57
  3263. githubkit/versions/v2022_11_28/types/group_0028.py +65 -52
  3264. githubkit/versions/v2022_11_28/types/group_0029.py +53 -33
  3265. githubkit/versions/v2022_11_28/types/group_0030.py +33 -10
  3266. githubkit/versions/v2022_11_28/types/group_0031.py +15 -32
  3267. githubkit/versions/v2022_11_28/types/group_0032.py +31 -28
  3268. githubkit/versions/v2022_11_28/types/group_0033.py +27 -14
  3269. githubkit/versions/v2022_11_28/types/group_0034.py +15 -88
  3270. githubkit/versions/v2022_11_28/types/group_0035.py +63 -12
  3271. githubkit/versions/v2022_11_28/types/group_0036.py +31 -63
  3272. githubkit/versions/v2022_11_28/types/group_0037.py +61 -41
  3273. githubkit/versions/v2022_11_28/types/group_0038.py +42 -32
  3274. githubkit/versions/v2022_11_28/types/group_0039.py +9 -32
  3275. githubkit/versions/v2022_11_28/types/group_0040.py +38 -86
  3276. githubkit/versions/v2022_11_28/types/group_0041.py +102 -20
  3277. githubkit/versions/v2022_11_28/types/group_0042.py +23 -22
  3278. githubkit/versions/v2022_11_28/types/group_0043.py +25 -7
  3279. githubkit/versions/v2022_11_28/types/group_0044.py +7 -19
  3280. githubkit/versions/v2022_11_28/types/group_0045.py +16 -16
  3281. githubkit/versions/v2022_11_28/types/group_0046.py +19 -21
  3282. githubkit/versions/v2022_11_28/types/group_0047.py +19 -24
  3283. githubkit/versions/v2022_11_28/types/group_0048.py +21 -38
  3284. githubkit/versions/v2022_11_28/types/group_0049.py +35 -35
  3285. githubkit/versions/v2022_11_28/types/group_0050.py +33 -124
  3286. githubkit/versions/v2022_11_28/types/group_0051.py +126 -20
  3287. githubkit/versions/v2022_11_28/types/group_0052.py +27 -12
  3288. githubkit/versions/v2022_11_28/types/group_0053.py +10 -73
  3289. githubkit/versions/v2022_11_28/types/group_0054.py +79 -6
  3290. githubkit/versions/v2022_11_28/types/group_0055.py +5 -8
  3291. githubkit/versions/v2022_11_28/types/group_0056.py +7 -4
  3292. githubkit/versions/v2022_11_28/types/group_0057.py +6 -9
  3293. githubkit/versions/v2022_11_28/types/group_0058.py +8 -7
  3294. githubkit/versions/v2022_11_28/types/group_0059.py +8 -7
  3295. githubkit/versions/v2022_11_28/types/group_0060.py +6 -6
  3296. githubkit/versions/v2022_11_28/types/group_0061.py +5 -9
  3297. githubkit/versions/v2022_11_28/types/group_0062.py +7 -13
  3298. githubkit/versions/v2022_11_28/types/group_0063.py +13 -9
  3299. githubkit/versions/v2022_11_28/types/group_0064.py +10 -25
  3300. githubkit/versions/v2022_11_28/types/group_0065.py +25 -10
  3301. githubkit/versions/v2022_11_28/types/group_0066.py +12 -12
  3302. githubkit/versions/v2022_11_28/types/group_0067.py +11 -6
  3303. githubkit/versions/v2022_11_28/types/group_0068.py +7 -39
  3304. githubkit/versions/v2022_11_28/types/group_0069.py +40 -30
  3305. githubkit/versions/v2022_11_28/types/group_0070.py +34 -19
  3306. githubkit/versions/v2022_11_28/types/group_0071.py +12 -83
  3307. githubkit/versions/v2022_11_28/types/group_0072.py +83 -10
  3308. githubkit/versions/v2022_11_28/types/group_0073.py +10 -31
  3309. githubkit/versions/v2022_11_28/types/group_0074.py +33 -20
  3310. githubkit/versions/v2022_11_28/types/group_0075.py +8 -24
  3311. githubkit/versions/v2022_11_28/types/group_0076.py +24 -66
  3312. githubkit/versions/v2022_11_28/types/group_0077.py +77 -7
  3313. githubkit/versions/v2022_11_28/types/group_0078.py +7 -21
  3314. githubkit/versions/v2022_11_28/types/group_0079.py +19 -18
  3315. githubkit/versions/v2022_11_28/types/group_0080.py +20 -30
  3316. githubkit/versions/v2022_11_28/types/group_0081.py +29 -9
  3317. githubkit/versions/v2022_11_28/types/group_0082.py +8 -8
  3318. githubkit/versions/v2022_11_28/types/group_0083.py +9 -44
  3319. githubkit/versions/v2022_11_28/types/group_0084.py +40 -23
  3320. githubkit/versions/v2022_11_28/types/group_0085.py +30 -9
  3321. githubkit/versions/v2022_11_28/types/group_0086.py +6 -25
  3322. githubkit/versions/v2022_11_28/types/group_0087.py +15 -32
  3323. githubkit/versions/v2022_11_28/types/group_0088.py +30 -45
  3324. githubkit/versions/v2022_11_28/types/group_0089.py +28 -21
  3325. githubkit/versions/v2022_11_28/types/group_0090.py +48 -21
  3326. githubkit/versions/v2022_11_28/types/group_0091.py +25 -16
  3327. githubkit/versions/v2022_11_28/types/group_0092.py +14 -7
  3328. githubkit/versions/v2022_11_28/types/group_0093.py +7 -11
  3329. githubkit/versions/v2022_11_28/types/group_0094.py +11 -9
  3330. githubkit/versions/v2022_11_28/types/group_0095.py +9 -140
  3331. githubkit/versions/v2022_11_28/types/group_0096.py +141 -9
  3332. githubkit/versions/v2022_11_28/types/group_0097.py +10 -7
  3333. githubkit/versions/v2022_11_28/types/group_0098.py +9 -6
  3334. githubkit/versions/v2022_11_28/types/group_0099.py +7 -14
  3335. githubkit/versions/v2022_11_28/types/group_0100.py +14 -8
  3336. githubkit/versions/v2022_11_28/types/group_0101.py +8 -12
  3337. githubkit/versions/v2022_11_28/types/group_0102.py +12 -6
  3338. githubkit/versions/v2022_11_28/types/group_0103.py +6 -14
  3339. githubkit/versions/v2022_11_28/types/group_0104.py +11 -19
  3340. githubkit/versions/v2022_11_28/types/group_0105.py +18 -12
  3341. githubkit/versions/v2022_11_28/types/group_0106.py +10 -8
  3342. githubkit/versions/v2022_11_28/types/group_0107.py +8 -10
  3343. githubkit/versions/v2022_11_28/types/group_0108.py +13 -38
  3344. githubkit/versions/v2022_11_28/types/group_0109.py +79 -8
  3345. githubkit/versions/v2022_11_28/types/group_0110.py +12 -5
  3346. githubkit/versions/v2022_11_28/types/group_0111.py +4 -8
  3347. githubkit/versions/v2022_11_28/types/group_0112.py +27 -8
  3348. githubkit/versions/v2022_11_28/types/group_0113.py +13 -6
  3349. githubkit/versions/v2022_11_28/types/group_0114.py +6 -13
  3350. githubkit/versions/v2022_11_28/types/group_0115.py +13 -9
  3351. githubkit/versions/v2022_11_28/types/group_0116.py +9 -13
  3352. githubkit/versions/v2022_11_28/types/group_0117.py +9 -16
  3353. githubkit/versions/v2022_11_28/types/group_0118.py +16 -8
  3354. githubkit/versions/v2022_11_28/types/group_0119.py +10 -7
  3355. githubkit/versions/v2022_11_28/types/group_0120.py +7 -10
  3356. githubkit/versions/v2022_11_28/types/group_0121.py +10 -7
  3357. githubkit/versions/v2022_11_28/types/group_0122.py +7 -10
  3358. githubkit/versions/v2022_11_28/types/group_0123.py +10 -7
  3359. githubkit/versions/v2022_11_28/types/group_0124.py +7 -10
  3360. githubkit/versions/v2022_11_28/types/group_0125.py +10 -7
  3361. githubkit/versions/v2022_11_28/types/group_0126.py +7 -10
  3362. githubkit/versions/v2022_11_28/types/group_0127.py +10 -7
  3363. githubkit/versions/v2022_11_28/types/group_0128.py +8 -8
  3364. githubkit/versions/v2022_11_28/types/group_0129.py +6 -10
  3365. githubkit/versions/v2022_11_28/types/group_0130.py +9 -17
  3366. githubkit/versions/v2022_11_28/types/group_0131.py +19 -11
  3367. githubkit/versions/v2022_11_28/types/group_0132.py +10 -96
  3368. githubkit/versions/v2022_11_28/types/group_0133.py +22 -17
  3369. githubkit/versions/v2022_11_28/types/group_0134.py +14 -35
  3370. githubkit/versions/v2022_11_28/types/group_0135.py +108 -20
  3371. githubkit/versions/v2022_11_28/types/group_0136.py +15 -130
  3372. githubkit/versions/v2022_11_28/types/group_0137.py +37 -25
  3373. githubkit/versions/v2022_11_28/types/group_0138.py +23 -6
  3374. githubkit/versions/v2022_11_28/types/group_0139.py +132 -7
  3375. githubkit/versions/v2022_11_28/types/group_0140.py +25 -97
  3376. githubkit/versions/v2022_11_28/types/group_0141.py +12 -36
  3377. githubkit/versions/v2022_11_28/types/group_0142.py +7 -25
  3378. githubkit/versions/v2022_11_28/types/group_0143.py +94 -10
  3379. githubkit/versions/v2022_11_28/types/group_0144.py +28 -8
  3380. githubkit/versions/v2022_11_28/types/group_0145.py +16 -28
  3381. githubkit/versions/v2022_11_28/types/group_0146.py +12 -107
  3382. githubkit/versions/v2022_11_28/types/group_0147.py +10 -23
  3383. githubkit/versions/v2022_11_28/types/group_0148.py +31 -10
  3384. githubkit/versions/v2022_11_28/types/group_0149.py +110 -8
  3385. githubkit/versions/v2022_11_28/types/group_0150.py +24 -8
  3386. githubkit/versions/v2022_11_28/types/group_0151.py +13 -9
  3387. githubkit/versions/v2022_11_28/types/group_0152.py +11 -15
  3388. githubkit/versions/v2022_11_28/types/group_0153.py +8 -33
  3389. githubkit/versions/v2022_11_28/types/group_0154.py +10 -24
  3390. githubkit/versions/v2022_11_28/types/group_0155.py +14 -57
  3391. githubkit/versions/v2022_11_28/types/group_0156.py +32 -9
  3392. githubkit/versions/v2022_11_28/types/group_0157.py +23 -8
  3393. githubkit/versions/v2022_11_28/types/group_0158.py +57 -7
  3394. githubkit/versions/v2022_11_28/types/group_0159.py +9 -7
  3395. githubkit/versions/v2022_11_28/types/group_0160.py +10 -5
  3396. githubkit/versions/v2022_11_28/types/group_0161.py +7 -45
  3397. githubkit/versions/v2022_11_28/types/group_0162.py +8 -39
  3398. githubkit/versions/v2022_11_28/types/group_0163.py +6 -64
  3399. githubkit/versions/v2022_11_28/types/group_0164.py +40 -23
  3400. githubkit/versions/v2022_11_28/types/group_0165.py +38 -5
  3401. githubkit/versions/v2022_11_28/types/group_0166.py +63 -7
  3402. githubkit/versions/v2022_11_28/types/group_0167.py +14 -22
  3403. githubkit/versions/v2022_11_28/types/group_0168.py +11 -42
  3404. githubkit/versions/v2022_11_28/types/group_0169.py +7 -77
  3405. githubkit/versions/v2022_11_28/types/group_0170.py +27 -29
  3406. githubkit/versions/v2022_11_28/types/group_0171.py +31 -20
  3407. githubkit/versions/v2022_11_28/types/group_0172.py +76 -9
  3408. githubkit/versions/v2022_11_28/types/group_0173.py +38 -7
  3409. githubkit/versions/v2022_11_28/types/group_0174.py +22 -19
  3410. githubkit/versions/v2022_11_28/types/group_0175.py +9 -27
  3411. githubkit/versions/v2022_11_28/types/group_0176.py +7 -115
  3412. githubkit/versions/v2022_11_28/types/group_0177.py +17 -124
  3413. githubkit/versions/v2022_11_28/types/group_0178.py +21 -16
  3414. githubkit/versions/v2022_11_28/types/group_0179.py +113 -6
  3415. githubkit/versions/v2022_11_28/types/group_0180.py +130 -9
  3416. githubkit/versions/v2022_11_28/types/group_0181.py +22 -19
  3417. githubkit/versions/v2022_11_28/types/group_0182.py +7 -40
  3418. githubkit/versions/v2022_11_28/types/group_0183.py +8 -24
  3419. githubkit/versions/v2022_11_28/types/group_0184.py +20 -27
  3420. githubkit/versions/v2022_11_28/types/group_0185.py +31 -113
  3421. githubkit/versions/v2022_11_28/types/group_0186.py +24 -19
  3422. githubkit/versions/v2022_11_28/types/group_0187.py +21 -23
  3423. githubkit/versions/v2022_11_28/types/group_0188.py +122 -23
  3424. githubkit/versions/v2022_11_28/types/group_0189.py +15 -58
  3425. githubkit/versions/v2022_11_28/types/group_0190.py +29 -17
  3426. githubkit/versions/v2022_11_28/types/group_0191.py +21 -56
  3427. githubkit/versions/v2022_11_28/types/group_0192.py +51 -19
  3428. githubkit/versions/v2022_11_28/types/group_0193.py +23 -33
  3429. githubkit/versions/v2022_11_28/types/group_0194.py +54 -39
  3430. githubkit/versions/v2022_11_28/types/group_0195.py +29 -20
  3431. githubkit/versions/v2022_11_28/types/group_0196.py +33 -15
  3432. githubkit/versions/v2022_11_28/types/group_0197.py +42 -17
  3433. githubkit/versions/v2022_11_28/types/group_0198.py +23 -30
  3434. githubkit/versions/v2022_11_28/types/group_0199.py +10 -24
  3435. githubkit/versions/v2022_11_28/types/group_0200.py +18 -8
  3436. githubkit/versions/v2022_11_28/types/group_0201.py +15 -6
  3437. githubkit/versions/v2022_11_28/types/group_0202.py +9 -8
  3438. githubkit/versions/v2022_11_28/types/group_0203.py +34 -23
  3439. githubkit/versions/v2022_11_28/types/group_0204.py +13 -7
  3440. githubkit/versions/v2022_11_28/types/group_0205.py +26 -19
  3441. githubkit/versions/v2022_11_28/types/group_0206.py +15 -53
  3442. githubkit/versions/v2022_11_28/types/group_0207.py +23 -44
  3443. githubkit/versions/v2022_11_28/types/group_0208.py +24 -20
  3444. githubkit/versions/v2022_11_28/types/group_0209.py +9 -6
  3445. githubkit/versions/v2022_11_28/types/group_0210.py +6 -14
  3446. githubkit/versions/v2022_11_28/types/group_0211.py +6 -74
  3447. githubkit/versions/v2022_11_28/types/group_0212.py +18 -20
  3448. githubkit/versions/v2022_11_28/types/group_0213.py +6 -12
  3449. githubkit/versions/v2022_11_28/types/group_0214.py +14 -29
  3450. githubkit/versions/v2022_11_28/types/group_0215.py +49 -15
  3451. githubkit/versions/v2022_11_28/types/group_0216.py +41 -32
  3452. githubkit/versions/v2022_11_28/types/group_0217.py +19 -23
  3453. githubkit/versions/v2022_11_28/types/group_0218.py +6 -54
  3454. githubkit/versions/v2022_11_28/types/group_0219.py +11 -24
  3455. githubkit/versions/v2022_11_28/types/group_0220.py +67 -24
  3456. githubkit/versions/v2022_11_28/types/group_0221.py +18 -22
  3457. githubkit/versions/v2022_11_28/types/group_0222.py +12 -28
  3458. githubkit/versions/v2022_11_28/types/group_0223.py +28 -89
  3459. githubkit/versions/v2022_11_28/types/group_0224.py +20 -28
  3460. githubkit/versions/v2022_11_28/types/group_0225.py +37 -30
  3461. githubkit/versions/v2022_11_28/types/group_0226.py +22 -11
  3462. githubkit/versions/v2022_11_28/types/group_0227.py +50 -21
  3463. githubkit/versions/v2022_11_28/types/group_0228.py +20 -54
  3464. githubkit/versions/v2022_11_28/types/group_0229.py +33 -7
  3465. githubkit/versions/v2022_11_28/types/group_0230.py +29 -11
  3466. githubkit/versions/v2022_11_28/types/group_0231.py +23 -20
  3467. githubkit/versions/v2022_11_28/types/group_0232.py +82 -34
  3468. githubkit/versions/v2022_11_28/types/group_0233.py +28 -28
  3469. githubkit/versions/v2022_11_28/types/group_0234.py +34 -10
  3470. githubkit/versions/v2022_11_28/types/group_0235.py +9 -56
  3471. githubkit/versions/v2022_11_28/types/group_0236.py +26 -13
  3472. githubkit/versions/v2022_11_28/types/group_0237.py +59 -8
  3473. githubkit/versions/v2022_11_28/types/group_0238.py +7 -7
  3474. githubkit/versions/v2022_11_28/types/group_0239.py +12 -5
  3475. githubkit/versions/v2022_11_28/types/group_0240.py +26 -10
  3476. githubkit/versions/v2022_11_28/types/group_0241.py +39 -19
  3477. githubkit/versions/v2022_11_28/types/group_0242.py +28 -8
  3478. githubkit/versions/v2022_11_28/types/group_0243.py +8 -13
  3479. githubkit/versions/v2022_11_28/types/group_0244.py +45 -57
  3480. githubkit/versions/v2022_11_28/types/group_0245.py +11 -19
  3481. githubkit/versions/v2022_11_28/types/group_0246.py +8 -35
  3482. githubkit/versions/v2022_11_28/types/group_0247.py +6 -25
  3483. githubkit/versions/v2022_11_28/types/group_0248.py +4 -7
  3484. githubkit/versions/v2022_11_28/types/group_0249.py +10 -24
  3485. githubkit/versions/v2022_11_28/types/group_0250.py +25 -54
  3486. githubkit/versions/v2022_11_28/types/group_0251.py +5 -10
  3487. githubkit/versions/v2022_11_28/types/group_0252.py +13 -9
  3488. githubkit/versions/v2022_11_28/types/group_0253.py +48 -82
  3489. githubkit/versions/v2022_11_28/types/group_0254.py +12 -21
  3490. githubkit/versions/v2022_11_28/types/group_0255.py +26 -20
  3491. githubkit/versions/v2022_11_28/types/group_0256.py +23 -19
  3492. githubkit/versions/v2022_11_28/types/group_0257.py +6 -20
  3493. githubkit/versions/v2022_11_28/types/group_0258.py +20 -25
  3494. githubkit/versions/v2022_11_28/types/group_0259.py +51 -22
  3495. githubkit/versions/v2022_11_28/types/group_0260.py +9 -26
  3496. githubkit/versions/v2022_11_28/types/group_0261.py +11 -24
  3497. githubkit/versions/v2022_11_28/types/group_0262.py +94 -12
  3498. githubkit/versions/v2022_11_28/types/group_0263.py +14 -16
  3499. githubkit/versions/v2022_11_28/types/group_0264.py +18 -8
  3500. githubkit/versions/v2022_11_28/types/group_0265.py +11 -24
  3501. githubkit/versions/v2022_11_28/types/group_0266.py +11 -24
  3502. githubkit/versions/v2022_11_28/types/group_0267.py +13 -18
  3503. githubkit/versions/v2022_11_28/types/group_0268.py +13 -18
  3504. githubkit/versions/v2022_11_28/types/group_0269.py +25 -10
  3505. githubkit/versions/v2022_11_28/types/group_0270.py +17 -31
  3506. githubkit/versions/v2022_11_28/types/group_0271.py +21 -14
  3507. githubkit/versions/v2022_11_28/types/group_0272.py +31 -6
  3508. githubkit/versions/v2022_11_28/types/group_0273.py +17 -69
  3509. githubkit/versions/v2022_11_28/types/group_0274.py +22 -45
  3510. githubkit/versions/v2022_11_28/types/group_0275.py +23 -83
  3511. githubkit/versions/v2022_11_28/types/group_0276.py +23 -9
  3512. githubkit/versions/v2022_11_28/types/group_0277.py +23 -9
  3513. githubkit/versions/v2022_11_28/types/group_0278.py +10 -15
  3514. githubkit/versions/v2022_11_28/types/group_0279.py +35 -14
  3515. githubkit/versions/v2022_11_28/types/group_0280.py +16 -5
  3516. githubkit/versions/v2022_11_28/types/group_0281.py +7 -33
  3517. githubkit/versions/v2022_11_28/types/group_0282.py +70 -8
  3518. githubkit/versions/v2022_11_28/types/group_0283.py +52 -50
  3519. githubkit/versions/v2022_11_28/types/group_0284.py +82 -15
  3520. githubkit/versions/v2022_11_28/types/group_0285.py +17 -5
  3521. githubkit/versions/v2022_11_28/types/group_0286.py +19 -10
  3522. githubkit/versions/v2022_11_28/types/group_0287.py +20 -19
  3523. githubkit/versions/v2022_11_28/types/group_0288.py +13 -76
  3524. githubkit/versions/v2022_11_28/types/group_0289.py +5 -76
  3525. githubkit/versions/v2022_11_28/types/group_0290.py +24 -177
  3526. githubkit/versions/v2022_11_28/types/group_0291.py +16 -43
  3527. githubkit/versions/v2022_11_28/types/group_0292.py +52 -126
  3528. githubkit/versions/v2022_11_28/types/group_0293.py +26 -12
  3529. githubkit/versions/v2022_11_28/types/group_0294.py +6 -7
  3530. githubkit/versions/v2022_11_28/types/group_0295.py +10 -11
  3531. githubkit/versions/v2022_11_28/types/group_0296.py +19 -56
  3532. githubkit/versions/v2022_11_28/types/group_0297.py +79 -49
  3533. githubkit/versions/v2022_11_28/types/group_0298.py +76 -8
  3534. githubkit/versions/v2022_11_28/types/group_0299.py +178 -15
  3535. githubkit/versions/v2022_11_28/types/group_0300.py +35 -33
  3536. githubkit/versions/v2022_11_28/types/group_0301.py +128 -7
  3537. githubkit/versions/v2022_11_28/types/group_0302.py +13 -11
  3538. githubkit/versions/v2022_11_28/types/group_0303.py +10 -9
  3539. githubkit/versions/v2022_11_28/types/group_0304.py +12 -11
  3540. githubkit/versions/v2022_11_28/types/group_0305.py +56 -8
  3541. githubkit/versions/v2022_11_28/types/group_0306.py +49 -8
  3542. githubkit/versions/v2022_11_28/types/group_0307.py +8 -11
  3543. githubkit/versions/v2022_11_28/types/group_0308.py +24 -9
  3544. githubkit/versions/v2022_11_28/types/group_0309.py +39 -15
  3545. githubkit/versions/v2022_11_28/types/group_0310.py +8 -11
  3546. githubkit/versions/v2022_11_28/types/group_0311.py +7 -4
  3547. githubkit/versions/v2022_11_28/types/group_0312.py +4 -7
  3548. githubkit/versions/v2022_11_28/types/group_0313.py +6 -6
  3549. githubkit/versions/v2022_11_28/types/group_0314.py +4 -7
  3550. githubkit/versions/v2022_11_28/types/group_0315.py +4 -7
  3551. githubkit/versions/v2022_11_28/types/group_0316.py +6 -6
  3552. githubkit/versions/v2022_11_28/types/group_0317.py +4 -7
  3553. githubkit/versions/v2022_11_28/types/group_0318.py +15 -31
  3554. githubkit/versions/v2022_11_28/types/group_0319.py +10 -70
  3555. githubkit/versions/v2022_11_28/types/group_0320.py +8 -52
  3556. githubkit/versions/v2022_11_28/types/group_0321.py +10 -74
  3557. githubkit/versions/v2022_11_28/types/group_0322.py +11 -12
  3558. githubkit/versions/v2022_11_28/types/group_0323.py +11 -10
  3559. githubkit/versions/v2022_11_28/types/group_0324.py +10 -23
  3560. githubkit/versions/v2022_11_28/types/group_0325.py +12 -7
  3561. githubkit/versions/v2022_11_28/types/group_0326.py +11 -14
  3562. githubkit/versions/v2022_11_28/types/group_0327.py +11 -21
  3563. githubkit/versions/v2022_11_28/types/group_0328.py +31 -15
  3564. githubkit/versions/v2022_11_28/types/group_0329.py +70 -7
  3565. githubkit/versions/v2022_11_28/types/group_0330.py +53 -8
  3566. githubkit/versions/v2022_11_28/types/group_0331.py +73 -10
  3567. githubkit/versions/v2022_11_28/types/group_0332.py +10 -8
  3568. githubkit/versions/v2022_11_28/types/group_0333.py +8 -7
  3569. githubkit/versions/v2022_11_28/types/group_0334.py +22 -10
  3570. githubkit/versions/v2022_11_28/types/group_0335.py +7 -20
  3571. githubkit/versions/v2022_11_28/types/group_0336.py +11 -32
  3572. githubkit/versions/v2022_11_28/types/group_0337.py +14 -38
  3573. githubkit/versions/v2022_11_28/types/group_0338.py +10 -33
  3574. githubkit/versions/v2022_11_28/types/group_0339.py +7 -93
  3575. githubkit/versions/v2022_11_28/types/group_0340.py +8 -30
  3576. githubkit/versions/v2022_11_28/types/group_0341.py +10 -121
  3577. githubkit/versions/v2022_11_28/types/group_0342.py +9 -74
  3578. githubkit/versions/v2022_11_28/types/group_0343.py +8 -54
  3579. githubkit/versions/v2022_11_28/types/group_0344.py +11 -61
  3580. githubkit/versions/v2022_11_28/types/group_0345.py +19 -8
  3581. githubkit/versions/v2022_11_28/types/group_0346.py +34 -15
  3582. githubkit/versions/v2022_11_28/types/group_0347.py +34 -75
  3583. githubkit/versions/v2022_11_28/types/group_0348.py +32 -9
  3584. githubkit/versions/v2022_11_28/types/group_0349.py +80 -47
  3585. githubkit/versions/v2022_11_28/types/group_0350.py +26 -11
  3586. githubkit/versions/v2022_11_28/types/group_0351.py +114 -24
  3587. githubkit/versions/v2022_11_28/types/group_0352.py +74 -7
  3588. githubkit/versions/v2022_11_28/types/group_0353.py +52 -8
  3589. githubkit/versions/v2022_11_28/types/group_0354.py +61 -9
  3590. githubkit/versions/v2022_11_28/types/group_0355.py +6 -16
  3591. githubkit/versions/v2022_11_28/types/group_0356.py +15 -7
  3592. githubkit/versions/v2022_11_28/types/group_0357.py +81 -18
  3593. githubkit/versions/v2022_11_28/types/group_0358.py +9 -10
  3594. githubkit/versions/v2022_11_28/types/group_0359.py +61 -22
  3595. githubkit/versions/v2022_11_28/types/group_0360.py +10 -268
  3596. githubkit/versions/v2022_11_28/types/group_0361.py +28 -24
  3597. githubkit/versions/v2022_11_28/types/group_0362.py +9 -42
  3598. githubkit/versions/v2022_11_28/types/group_0363.py +11 -43
  3599. githubkit/versions/v2022_11_28/types/group_0364.py +8 -55
  3600. githubkit/versions/v2022_11_28/types/group_0365.py +12 -121
  3601. githubkit/versions/v2022_11_28/types/group_0366.py +6 -11
  3602. githubkit/versions/v2022_11_28/types/group_0367.py +19 -125
  3603. githubkit/versions/v2022_11_28/types/group_0368.py +11 -23
  3604. githubkit/versions/v2022_11_28/types/group_0369.py +23 -20
  3605. githubkit/versions/v2022_11_28/types/group_0370.py +256 -64
  3606. githubkit/versions/v2022_11_28/types/group_0371.py +32 -17
  3607. githubkit/versions/v2022_11_28/types/group_0372.py +43 -36
  3608. githubkit/versions/v2022_11_28/types/group_0373.py +47 -20
  3609. githubkit/versions/v2022_11_28/types/group_0374.py +57 -15
  3610. githubkit/versions/v2022_11_28/types/group_0375.py +16 -17
  3611. githubkit/versions/v2022_11_28/types/group_0376.py +15 -19
  3612. githubkit/versions/v2022_11_28/types/group_0377.py +58 -115
  3613. githubkit/versions/v2022_11_28/types/group_0378.py +12 -17
  3614. githubkit/versions/v2022_11_28/types/group_0379.py +31 -13
  3615. githubkit/versions/v2022_11_28/types/group_0380.py +71 -15
  3616. githubkit/versions/v2022_11_28/types/group_0381.py +126 -6
  3617. githubkit/versions/v2022_11_28/types/group_0382.py +64 -22
  3618. githubkit/versions/v2022_11_28/types/group_0383.py +11 -7
  3619. githubkit/versions/v2022_11_28/types/group_0384.py +9 -17
  3620. githubkit/versions/v2022_11_28/types/group_0385.py +8 -7
  3621. githubkit/versions/v2022_11_28/types/group_0386.py +38 -274
  3622. githubkit/versions/v2022_11_28/types/group_0387.py +9 -304
  3623. githubkit/versions/v2022_11_28/types/group_0388.py +211 -143
  3624. githubkit/versions/v2022_11_28/types/group_0389.py +20 -109
  3625. githubkit/versions/v2022_11_28/types/group_0390.py +316 -89
  3626. githubkit/versions/v2022_11_28/types/group_0391.py +27 -114
  3627. githubkit/versions/v2022_11_28/types/group_0392.py +34 -133
  3628. githubkit/versions/v2022_11_28/types/group_0393.py +28 -104
  3629. githubkit/versions/v2022_11_28/types/group_0394.py +34 -100
  3630. githubkit/versions/v2022_11_28/types/group_0395.py +11 -93
  3631. githubkit/versions/v2022_11_28/types/group_0396.py +52 -19
  3632. githubkit/versions/v2022_11_28/types/group_0397.py +45 -19
  3633. githubkit/versions/v2022_11_28/types/group_0398.py +123 -18
  3634. githubkit/versions/v2022_11_28/types/group_0399.py +46 -15
  3635. githubkit/versions/v2022_11_28/types/group_0400.py +46 -18
  3636. githubkit/versions/v2022_11_28/types/group_0401.py +14 -18
  3637. githubkit/versions/v2022_11_28/types/group_0402.py +24 -18
  3638. githubkit/versions/v2022_11_28/types/group_0403.py +15 -17
  3639. githubkit/versions/v2022_11_28/types/group_0404.py +18 -17
  3640. githubkit/versions/v2022_11_28/types/group_0405.py +79 -17
  3641. githubkit/versions/v2022_11_28/types/group_0406.py +13 -17
  3642. githubkit/versions/v2022_11_28/types/group_0407.py +851 -17
  3643. githubkit/versions/v2022_11_28/types/group_0408.py +119 -17
  3644. githubkit/versions/v2022_11_28/types/group_0409.py +71 -30
  3645. githubkit/versions/v2022_11_28/types/group_0410.py +113 -28
  3646. githubkit/versions/v2022_11_28/types/group_0411.py +49 -532
  3647. githubkit/versions/v2022_11_28/types/group_0412.py +53 -20
  3648. githubkit/versions/v2022_11_28/types/group_0413.py +26 -471
  3649. githubkit/versions/v2022_11_28/types/group_0414.py +61 -455
  3650. githubkit/versions/v2022_11_28/types/group_0415.py +34 -388
  3651. githubkit/versions/v2022_11_28/types/group_0416.py +19 -858
  3652. githubkit/versions/v2022_11_28/types/group_0417.py +32 -82
  3653. githubkit/versions/v2022_11_28/types/group_0418.py +9 -45
  3654. githubkit/versions/v2022_11_28/types/group_0419.py +9 -11
  3655. githubkit/versions/v2022_11_28/types/group_0420.py +11 -85
  3656. githubkit/versions/v2022_11_28/types/group_0421.py +11 -85
  3657. githubkit/versions/v2022_11_28/types/group_0422.py +98 -89
  3658. githubkit/versions/v2022_11_28/types/group_0423.py +10 -12
  3659. githubkit/versions/v2022_11_28/types/group_0424.py +7 -18
  3660. githubkit/versions/v2022_11_28/types/group_0425.py +10 -37
  3661. githubkit/versions/v2022_11_28/types/group_0426.py +13 -40
  3662. githubkit/versions/v2022_11_28/types/group_0427.py +23 -12
  3663. githubkit/versions/v2022_11_28/types/group_0428.py +7 -18
  3664. githubkit/versions/v2022_11_28/types/group_0429.py +10 -12
  3665. githubkit/versions/v2022_11_28/types/group_0430.py +7 -20
  3666. githubkit/versions/v2022_11_28/types/group_0431.py +313 -8
  3667. githubkit/versions/v2022_11_28/types/group_0432.py +269 -47
  3668. githubkit/versions/v2022_11_28/types/group_0433.py +290 -19
  3669. githubkit/versions/v2022_11_28/types/group_0434.py +136 -12
  3670. githubkit/versions/v2022_11_28/types/group_0435.py +138 -12
  3671. githubkit/versions/v2022_11_28/types/group_0436.py +106 -13
  3672. githubkit/versions/v2022_11_28/types/group_0437.py +104 -111
  3673. githubkit/versions/v2022_11_28/types/group_0438.py +102 -131
  3674. githubkit/versions/v2022_11_28/types/group_0439.py +103 -14
  3675. githubkit/versions/v2022_11_28/types/group_0440.py +74 -92
  3676. githubkit/versions/v2022_11_28/types/group_0441.py +23 -11
  3677. githubkit/versions/v2022_11_28/types/group_0442.py +13 -27
  3678. githubkit/versions/v2022_11_28/types/group_0443.py +17 -51
  3679. githubkit/versions/v2022_11_28/types/group_0444.py +14 -29
  3680. githubkit/versions/v2022_11_28/types/group_0445.py +18 -32
  3681. githubkit/versions/v2022_11_28/types/group_0446.py +14 -71
  3682. githubkit/versions/v2022_11_28/types/group_0447.py +15 -72
  3683. githubkit/versions/v2022_11_28/types/group_0448.py +15 -28
  3684. githubkit/versions/v2022_11_28/types/group_0449.py +16 -83
  3685. githubkit/versions/v2022_11_28/types/group_0450.py +15 -30
  3686. githubkit/versions/v2022_11_28/types/group_0451.py +12 -14
  3687. githubkit/versions/v2022_11_28/types/group_0452.py +17 -76
  3688. githubkit/versions/v2022_11_28/types/group_0453.py +17 -137
  3689. githubkit/versions/v2022_11_28/types/group_0454.py +17 -142
  3690. githubkit/versions/v2022_11_28/types/group_0455.py +17 -51
  3691. githubkit/versions/v2022_11_28/types/group_0456.py +570 -4
  3692. githubkit/versions/v2022_11_28/types/group_0457.py +27 -36
  3693. githubkit/versions/v2022_11_28/types/group_0458.py +376 -46
  3694. githubkit/versions/v2022_11_28/types/group_0459.py +396 -77
  3695. githubkit/versions/v2022_11_28/types/group_0460.py +370 -69
  3696. githubkit/versions/v2022_11_28/types/group_0461.py +848 -18
  3697. githubkit/versions/v2022_11_28/types/group_0462.py +19 -78
  3698. githubkit/versions/v2022_11_28/types/group_0463.py +45 -13
  3699. githubkit/versions/v2022_11_28/types/group_0464.py +17 -76
  3700. githubkit/versions/v2022_11_28/types/group_0465.py +19 -137
  3701. githubkit/versions/v2022_11_28/types/group_0466.py +19 -142
  3702. githubkit/versions/v2022_11_28/types/group_0467.py +36 -51
  3703. githubkit/versions/v2022_11_28/types/group_0468.py +21 -28
  3704. githubkit/versions/v2022_11_28/types/group_0469.py +24 -36
  3705. githubkit/versions/v2022_11_28/types/group_0470.py +42 -75
  3706. githubkit/versions/v2022_11_28/types/group_0471.py +19 -82
  3707. githubkit/versions/v2022_11_28/types/group_0472.py +17 -137
  3708. githubkit/versions/v2022_11_28/types/group_0473.py +24 -33
  3709. githubkit/versions/v2022_11_28/types/group_0474.py +17 -76
  3710. githubkit/versions/v2022_11_28/types/group_0475.py +13 -33
  3711. githubkit/versions/v2022_11_28/types/group_0476.py +8 -77
  3712. githubkit/versions/v2022_11_28/types/group_0477.py +15 -137
  3713. githubkit/versions/v2022_11_28/types/group_0478.py +19 -142
  3714. githubkit/versions/v2022_11_28/types/group_0479.py +17 -51
  3715. githubkit/versions/v2022_11_28/types/group_0480.py +21 -28
  3716. githubkit/versions/v2022_11_28/types/group_0481.py +19 -30
  3717. githubkit/versions/v2022_11_28/types/group_0482.py +122 -52
  3718. githubkit/versions/v2022_11_28/types/group_0483.py +136 -77
  3719. githubkit/versions/v2022_11_28/types/group_0484.py +15 -133
  3720. githubkit/versions/v2022_11_28/types/group_0485.py +116 -30
  3721. githubkit/versions/v2022_11_28/types/group_0486.py +8 -79
  3722. githubkit/versions/v2022_11_28/types/group_0487.py +16 -412
  3723. githubkit/versions/v2022_11_28/types/group_0488.py +16 -14
  3724. githubkit/versions/v2022_11_28/types/group_0489.py +18 -166
  3725. githubkit/versions/v2022_11_28/types/group_0490.py +18 -170
  3726. githubkit/versions/v2022_11_28/types/group_0491.py +37 -25
  3727. githubkit/versions/v2022_11_28/types/group_0492.py +39 -28
  3728. githubkit/versions/v2022_11_28/types/group_0493.py +18 -74
  3729. githubkit/versions/v2022_11_28/types/group_0494.py +82 -82
  3730. githubkit/versions/v2022_11_28/types/group_0495.py +19 -10
  3731. githubkit/versions/v2022_11_28/types/group_0496.py +19 -107
  3732. githubkit/versions/v2022_11_28/types/group_0497.py +69 -15
  3733. githubkit/versions/v2022_11_28/types/group_0498.py +130 -71
  3734. githubkit/versions/v2022_11_28/types/group_0499.py +37 -291
  3735. githubkit/versions/v2022_11_28/types/group_0500.py +8 -413
  3736. githubkit/versions/v2022_11_28/types/group_0501.py +3 -417
  3737. githubkit/versions/v2022_11_28/types/group_0502.py +10 -392
  3738. githubkit/versions/v2022_11_28/types/group_0503.py +11 -335
  3739. githubkit/versions/v2022_11_28/types/group_0504.py +10 -377
  3740. githubkit/versions/v2022_11_28/types/group_0505.py +61 -894
  3741. githubkit/versions/v2022_11_28/types/group_0506.py +11 -380
  3742. githubkit/versions/v2022_11_28/types/group_0507.py +11 -332
  3743. githubkit/versions/v2022_11_28/types/group_0508.py +14 -979
  3744. githubkit/versions/v2022_11_28/types/group_0509.py +39 -327
  3745. githubkit/versions/v2022_11_28/types/group_0510.py +35 -304
  3746. githubkit/versions/v2022_11_28/types/group_0511.py +9 -355
  3747. githubkit/versions/v2022_11_28/types/group_0512.py +4 -375
  3748. githubkit/versions/v2022_11_28/types/group_0513.py +24 -26
  3749. githubkit/versions/v2022_11_28/types/group_0514.py +69 -25
  3750. githubkit/versions/v2022_11_28/types/group_0515.py +80 -63
  3751. githubkit/versions/v2022_11_28/types/group_0516.py +119 -88
  3752. githubkit/versions/v2022_11_28/types/group_0517.py +24 -106
  3753. githubkit/versions/v2022_11_28/types/group_0518.py +73 -113
  3754. githubkit/versions/v2022_11_28/types/group_0519.py +17 -116
  3755. githubkit/versions/v2022_11_28/types/group_0520.py +128 -97
  3756. githubkit/versions/v2022_11_28/types/group_0521.py +111 -49
  3757. githubkit/versions/v2022_11_28/types/group_0522.py +22 -43
  3758. githubkit/versions/v2022_11_28/types/group_0523.py +3 -24
  3759. githubkit/versions/v2022_11_28/types/group_0524.py +21 -108
  3760. githubkit/versions/v2022_11_28/types/group_0525.py +45 -87
  3761. githubkit/versions/v2022_11_28/types/group_0526.py +84 -15
  3762. githubkit/versions/v2022_11_28/types/group_0527.py +137 -16
  3763. githubkit/versions/v2022_11_28/types/group_0528.py +24 -100
  3764. githubkit/versions/v2022_11_28/types/group_0529.py +76 -69
  3765. githubkit/versions/v2022_11_28/types/group_0530.py +13 -65
  3766. githubkit/versions/v2022_11_28/types/group_0531.py +12 -66
  3767. githubkit/versions/v2022_11_28/types/group_0532.py +124 -63
  3768. githubkit/versions/v2022_11_28/types/group_0533.py +131 -32
  3769. githubkit/versions/v2022_11_28/types/group_0534.py +3 -24
  3770. githubkit/versions/v2022_11_28/types/group_0535.py +30 -50
  3771. githubkit/versions/v2022_11_28/types/group_0536.py +50 -36
  3772. githubkit/versions/v2022_11_28/types/group_0537.py +84 -60
  3773. githubkit/versions/v2022_11_28/types/group_0538.py +7 -93
  3774. githubkit/versions/v2022_11_28/types/group_0539.py +83 -36
  3775. githubkit/versions/v2022_11_28/types/group_0540.py +21 -74
  3776. githubkit/versions/v2022_11_28/types/group_0541.py +81 -35
  3777. githubkit/versions/v2022_11_28/types/group_0542.py +392 -13
  3778. githubkit/versions/v2022_11_28/types/group_0543.py +367 -24
  3779. githubkit/versions/v2022_11_28/types/group_0544.py +330 -386
  3780. githubkit/versions/v2022_11_28/types/group_0545.py +394 -12
  3781. githubkit/versions/v2022_11_28/types/group_0546.py +362 -23
  3782. githubkit/versions/v2022_11_28/types/group_0547.py +323 -78
  3783. githubkit/versions/v2022_11_28/types/group_0548.py +929 -29
  3784. githubkit/versions/v2022_11_28/types/group_0549.py +16 -12
  3785. githubkit/versions/v2022_11_28/types/group_0550.py +399 -13
  3786. githubkit/versions/v2022_11_28/types/group_0551.py +603 -13
  3787. githubkit/versions/v2022_11_28/types/group_0552.py +23 -17
  3788. githubkit/versions/v2022_11_28/types/group_0553.py +18 -12
  3789. githubkit/versions/v2022_11_28/types/group_0554.py +384 -22
  3790. githubkit/versions/v2022_11_28/types/group_0555.py +18 -7
  3791. githubkit/versions/v2022_11_28/types/group_0556.py +14 -77
  3792. githubkit/versions/v2022_11_28/types/group_0557.py +13 -61
  3793. githubkit/versions/v2022_11_28/types/group_0558.py +45 -57
  3794. githubkit/versions/v2022_11_28/types/group_0559.py +15 -75
  3795. githubkit/versions/v2022_11_28/types/group_0560.py +51 -63
  3796. githubkit/versions/v2022_11_28/types/group_0561.py +66 -42
  3797. githubkit/versions/v2022_11_28/types/group_0562.py +70 -43
  3798. githubkit/versions/v2022_11_28/types/group_0563.py +15 -60
  3799. githubkit/versions/v2022_11_28/types/group_0564.py +45 -25
  3800. githubkit/versions/v2022_11_28/types/group_0565.py +37 -25
  3801. githubkit/versions/v2022_11_28/types/group_0566.py +13 -45
  3802. githubkit/versions/v2022_11_28/types/group_0567.py +38 -24
  3803. githubkit/versions/v2022_11_28/types/group_0568.py +17 -34
  3804. githubkit/versions/v2022_11_28/types/group_0569.py +12 -62
  3805. githubkit/versions/v2022_11_28/types/group_0570.py +12 -87
  3806. githubkit/versions/v2022_11_28/types/group_0571.py +92 -55
  3807. githubkit/versions/v2022_11_28/types/group_0572.py +13 -9
  3808. githubkit/versions/v2022_11_28/types/group_0573.py +13 -12
  3809. githubkit/versions/v2022_11_28/types/group_0574.py +13 -9
  3810. githubkit/versions/v2022_11_28/types/group_0575.py +35 -44
  3811. githubkit/versions/v2022_11_28/types/group_0576.py +15 -30
  3812. githubkit/versions/v2022_11_28/types/group_0577.py +13 -29
  3813. githubkit/versions/v2022_11_28/types/group_0578.py +14 -10
  3814. githubkit/versions/v2022_11_28/types/group_0579.py +12 -8
  3815. githubkit/versions/v2022_11_28/types/group_0580.py +14 -48
  3816. githubkit/versions/v2022_11_28/types/group_0581.py +63 -29
  3817. githubkit/versions/v2022_11_28/types/group_0582.py +14 -29
  3818. githubkit/versions/v2022_11_28/types/group_0583.py +30 -9
  3819. githubkit/versions/v2022_11_28/types/group_0584.py +32 -13
  3820. githubkit/versions/v2022_11_28/types/group_0585.py +13 -951
  3821. githubkit/versions/v2022_11_28/types/group_0586.py +23 -938
  3822. githubkit/versions/v2022_11_28/types/group_0587.py +315 -800
  3823. githubkit/versions/v2022_11_28/types/group_0588.py +11 -12
  3824. githubkit/versions/v2022_11_28/types/group_0589.py +60 -18
  3825. githubkit/versions/v2022_11_28/types/group_0590.py +69 -856
  3826. githubkit/versions/v2022_11_28/types/group_0591.py +29 -887
  3827. githubkit/versions/v2022_11_28/types/group_0592.py +13 -69
  3828. githubkit/versions/v2022_11_28/types/group_0593.py +13 -927
  3829. githubkit/versions/v2022_11_28/types/group_0594.py +13 -937
  3830. githubkit/versions/v2022_11_28/types/group_0595.py +13 -917
  3831. githubkit/versions/v2022_11_28/types/group_0596.py +11 -933
  3832. githubkit/versions/v2022_11_28/types/group_0597.py +35 -18
  3833. githubkit/versions/v2022_11_28/types/group_0598.py +7 -19
  3834. githubkit/versions/v2022_11_28/types/group_0599.py +29 -13
  3835. githubkit/versions/v2022_11_28/types/group_0600.py +12 -1069
  3836. githubkit/versions/v2022_11_28/types/group_0601.py +24 -1033
  3837. githubkit/versions/v2022_11_28/types/group_0602.py +21 -1079
  3838. githubkit/versions/v2022_11_28/types/group_0603.py +35 -959
  3839. githubkit/versions/v2022_11_28/types/group_0604.py +14 -944
  3840. githubkit/versions/v2022_11_28/types/group_0605.py +21 -1024
  3841. githubkit/versions/v2022_11_28/types/group_0606.py +13 -1059
  3842. githubkit/versions/v2022_11_28/types/group_0607.py +14 -1023
  3843. githubkit/versions/v2022_11_28/types/group_0608.py +14 -1037
  3844. githubkit/versions/v2022_11_28/types/group_0609.py +23 -993
  3845. githubkit/versions/v2022_11_28/types/group_0610.py +14 -1078
  3846. githubkit/versions/v2022_11_28/types/group_0611.py +14 -1088
  3847. githubkit/versions/v2022_11_28/types/group_0612.py +14 -940
  3848. githubkit/versions/v2022_11_28/types/group_0613.py +28 -946
  3849. githubkit/versions/v2022_11_28/types/group_0614.py +13 -941
  3850. githubkit/versions/v2022_11_28/types/group_0615.py +11 -925
  3851. githubkit/versions/v2022_11_28/types/group_0616.py +14 -284
  3852. githubkit/versions/v2022_11_28/types/group_0617.py +10 -14
  3853. githubkit/versions/v2022_11_28/types/group_0618.py +59 -57
  3854. githubkit/versions/v2022_11_28/types/group_0619.py +15 -507
  3855. githubkit/versions/v2022_11_28/types/group_0620.py +31 -15
  3856. githubkit/versions/v2022_11_28/types/group_0621.py +14 -55
  3857. githubkit/versions/v2022_11_28/types/group_0622.py +13 -160
  3858. githubkit/versions/v2022_11_28/types/group_0623.py +45 -137
  3859. githubkit/versions/v2022_11_28/types/group_0624.py +28 -136
  3860. githubkit/versions/v2022_11_28/types/group_0625.py +14 -173
  3861. githubkit/versions/v2022_11_28/types/group_0626.py +12 -142
  3862. githubkit/versions/v2022_11_28/types/group_0627.py +9 -139
  3863. githubkit/versions/v2022_11_28/types/group_0628.py +845 -59
  3864. githubkit/versions/v2022_11_28/types/group_0629.py +894 -60
  3865. githubkit/versions/v2022_11_28/types/group_0630.py +963 -13
  3866. githubkit/versions/v2022_11_28/types/group_0631.py +13 -12
  3867. githubkit/versions/v2022_11_28/types/group_0632.py +12 -9
  3868. githubkit/versions/v2022_11_28/types/group_0633.py +14 -11
  3869. githubkit/versions/v2022_11_28/types/group_0634.py +923 -10
  3870. githubkit/versions/v2022_11_28/types/group_0635.py +60 -19
  3871. githubkit/versions/v2022_11_28/types/group_0636.py +904 -33
  3872. githubkit/versions/v2022_11_28/types/group_0637.py +920 -10
  3873. githubkit/versions/v2022_11_28/types/group_0638.py +912 -10
  3874. githubkit/versions/v2022_11_28/types/group_0639.py +14 -11
  3875. githubkit/versions/v2022_11_28/types/group_0640.py +12 -33
  3876. githubkit/versions/v2022_11_28/types/group_0641.py +13 -12
  3877. githubkit/versions/v2022_11_28/types/group_0642.py +13 -12
  3878. githubkit/versions/v2022_11_28/types/group_0643.py +1070 -15
  3879. githubkit/versions/v2022_11_28/types/group_0644.py +943 -18
  3880. githubkit/versions/v2022_11_28/types/group_0645.py +952 -13
  3881. githubkit/versions/v2022_11_28/types/group_0646.py +965 -40
  3882. githubkit/versions/v2022_11_28/types/group_0647.py +895 -65
  3883. githubkit/versions/v2022_11_28/types/group_0648.py +1014 -63
  3884. githubkit/versions/v2022_11_28/types/group_0649.py +1005 -36
  3885. githubkit/versions/v2022_11_28/types/group_0650.py +1021 -10
  3886. githubkit/versions/v2022_11_28/types/group_0651.py +999 -33
  3887. githubkit/versions/v2022_11_28/types/group_0652.py +882 -34
  3888. githubkit/versions/v2022_11_28/types/group_0653.py +1041 -34
  3889. githubkit/versions/v2022_11_28/types/group_0654.py +1049 -34
  3890. githubkit/versions/v2022_11_28/types/group_0655.py +939 -13
  3891. githubkit/versions/v2022_11_28/types/group_0656.py +890 -171
  3892. githubkit/versions/v2022_11_28/types/group_0657.py +935 -5
  3893. githubkit/versions/v2022_11_28/types/group_0658.py +923 -13
  3894. githubkit/versions/v2022_11_28/types/group_0659.py +282 -13
  3895. githubkit/versions/v2022_11_28/types/group_0660.py +13 -13
  3896. githubkit/versions/v2022_11_28/types/group_0661.py +60 -17
  3897. githubkit/versions/v2022_11_28/types/group_0662.py +462 -74
  3898. githubkit/versions/v2022_11_28/types/group_0663.py +12 -114
  3899. githubkit/versions/v2022_11_28/types/group_0664.py +45 -110
  3900. githubkit/versions/v2022_11_28/types/group_0665.py +160 -15
  3901. githubkit/versions/v2022_11_28/types/group_0666.py +17 -5
  3902. githubkit/versions/v2022_11_28/types/group_0667.py +17 -6
  3903. githubkit/versions/v2022_11_28/types/group_0668.py +45 -128
  3904. githubkit/versions/v2022_11_28/types/group_0669.py +78 -66
  3905. githubkit/versions/v2022_11_28/types/group_0670.py +14 -141
  3906. githubkit/versions/v2022_11_28/types/group_0671.py +14 -135
  3907. githubkit/versions/v2022_11_28/types/group_0672.py +14 -168
  3908. githubkit/versions/v2022_11_28/types/group_0673.py +14 -165
  3909. githubkit/versions/v2022_11_28/types/group_0674.py +13 -12
  3910. githubkit/versions/v2022_11_28/types/group_0675.py +9 -10
  3911. githubkit/versions/v2022_11_28/types/group_0676.py +10 -186
  3912. githubkit/versions/v2022_11_28/types/group_0677.py +15 -11
  3913. githubkit/versions/v2022_11_28/types/group_0678.py +29 -6
  3914. githubkit/versions/v2022_11_28/types/group_0679.py +56 -11
  3915. githubkit/versions/v2022_11_28/types/group_0680.py +16 -6
  3916. githubkit/versions/v2022_11_28/types/group_0681.py +10 -55
  3917. githubkit/versions/v2022_11_28/types/group_0682.py +13 -221
  3918. githubkit/versions/v2022_11_28/types/group_0683.py +34 -216
  3919. githubkit/versions/v2022_11_28/types/group_0684.py +15 -219
  3920. githubkit/versions/v2022_11_28/types/group_0685.py +14 -286
  3921. githubkit/versions/v2022_11_28/types/group_0686.py +16 -222
  3922. githubkit/versions/v2022_11_28/types/group_0687.py +27 -15
  3923. githubkit/versions/v2022_11_28/types/group_0688.py +15 -24
  3924. githubkit/versions/v2022_11_28/types/group_0689.py +79 -69
  3925. githubkit/versions/v2022_11_28/types/group_0690.py +86 -55
  3926. githubkit/versions/v2022_11_28/types/group_0691.py +102 -42
  3927. githubkit/versions/v2022_11_28/types/group_0692.py +78 -45
  3928. githubkit/versions/v2022_11_28/types/group_0693.py +22 -51
  3929. githubkit/versions/v2022_11_28/types/group_0694.py +21 -44
  3930. githubkit/versions/v2022_11_28/types/group_0695.py +60 -47
  3931. githubkit/versions/v2022_11_28/types/group_0696.py +12 -57
  3932. githubkit/versions/v2022_11_28/types/group_0697.py +34 -384
  3933. githubkit/versions/v2022_11_28/types/group_0698.py +13 -425
  3934. githubkit/versions/v2022_11_28/types/group_0699.py +194 -403
  3935. githubkit/versions/v2022_11_28/types/group_0700.py +10 -31
  3936. githubkit/versions/v2022_11_28/types/group_0701.py +19 -9
  3937. githubkit/versions/v2022_11_28/types/group_0702.py +18 -8
  3938. githubkit/versions/v2022_11_28/types/group_0703.py +20 -4
  3939. githubkit/versions/v2022_11_28/types/group_0704.py +17 -8
  3940. githubkit/versions/v2022_11_28/types/group_0705.py +19 -5
  3941. githubkit/versions/v2022_11_28/types/group_0706.py +19 -5
  3942. githubkit/versions/v2022_11_28/types/group_0707.py +121 -5
  3943. githubkit/versions/v2022_11_28/types/group_0708.py +17 -5
  3944. githubkit/versions/v2022_11_28/types/group_0709.py +5 -11
  3945. githubkit/versions/v2022_11_28/types/group_0710.py +9 -4
  3946. githubkit/versions/v2022_11_28/types/group_0711.py +18 -6
  3947. githubkit/versions/v2022_11_28/types/group_0712.py +17 -19
  3948. githubkit/versions/v2022_11_28/types/group_0713.py +30 -13
  3949. githubkit/versions/v2022_11_28/types/group_0714.py +18 -24
  3950. githubkit/versions/v2022_11_28/types/group_0715.py +22 -5
  3951. githubkit/versions/v2022_11_28/types/group_0716.py +21 -5
  3952. githubkit/versions/v2022_11_28/types/group_0717.py +19 -4
  3953. githubkit/versions/v2022_11_28/types/group_0718.py +16 -8
  3954. githubkit/versions/v2022_11_28/types/group_0719.py +192 -7
  3955. githubkit/versions/v2022_11_28/types/group_0720.py +11 -5
  3956. githubkit/versions/v2022_11_28/types/group_0721.py +6 -4
  3957. githubkit/versions/v2022_11_28/types/group_0722.py +12 -4
  3958. githubkit/versions/v2022_11_28/types/group_0723.py +6 -37
  3959. githubkit/versions/v2022_11_28/types/group_0724.py +16 -20
  3960. githubkit/versions/v2022_11_28/types/group_0725.py +182 -6
  3961. githubkit/versions/v2022_11_28/types/group_0726.py +180 -8
  3962. githubkit/versions/v2022_11_28/types/group_0727.py +181 -6
  3963. githubkit/versions/v2022_11_28/types/group_0728.py +248 -8
  3964. githubkit/versions/v2022_11_28/types/group_0729.py +181 -7
  3965. githubkit/versions/v2022_11_28/types/group_0730.py +16 -7
  3966. githubkit/versions/v2022_11_28/types/group_0731.py +25 -8
  3967. githubkit/versions/v2022_11_28/types/group_0732.py +70 -5
  3968. githubkit/versions/v2022_11_28/types/group_0733.py +55 -4
  3969. githubkit/versions/v2022_11_28/types/group_0734.py +48 -8
  3970. githubkit/versions/v2022_11_28/types/group_0735.py +55 -16
  3971. githubkit/versions/v2022_11_28/types/group_0736.py +51 -14
  3972. githubkit/versions/v2022_11_28/types/group_0737.py +47 -14
  3973. githubkit/versions/v2022_11_28/types/group_0738.py +64 -6
  3974. githubkit/versions/v2022_11_28/types/group_0739.py +55 -16
  3975. githubkit/versions/v2022_11_28/types/group_0740.py +411 -7
  3976. githubkit/versions/v2022_11_28/types/group_0741.py +414 -7
  3977. githubkit/versions/v2022_11_28/types/group_0742.py +413 -8
  3978. githubkit/versions/v2022_11_28/types/group_0743.py +31 -11
  3979. githubkit/versions/v2022_11_28/types/group_0744.py +8 -8
  3980. githubkit/versions/v2022_11_28/types/group_0745.py +8 -11
  3981. githubkit/versions/v2022_11_28/types/group_0746.py +3 -6
  3982. githubkit/versions/v2022_11_28/types/group_0747.py +9 -5
  3983. githubkit/versions/v2022_11_28/types/group_0748.py +5 -24
  3984. githubkit/versions/v2022_11_28/types/group_0749.py +5 -9
  3985. githubkit/versions/v2022_11_28/types/group_0750.py +4 -8
  3986. githubkit/versions/v2022_11_28/types/group_0751.py +4 -5
  3987. githubkit/versions/v2022_11_28/types/group_0752.py +12 -5
  3988. githubkit/versions/v2022_11_28/types/group_0753.py +3 -8
  3989. githubkit/versions/v2022_11_28/types/group_0754.py +7 -6
  3990. githubkit/versions/v2022_11_28/types/group_0755.py +20 -7
  3991. githubkit/versions/v2022_11_28/types/group_0756.py +19 -6
  3992. githubkit/versions/v2022_11_28/types/group_0757.py +25 -7
  3993. githubkit/versions/v2022_11_28/types/group_0758.py +4 -5
  3994. githubkit/versions/v2022_11_28/types/group_0759.py +4 -7
  3995. githubkit/versions/v2022_11_28/types/group_0760.py +4 -25
  3996. githubkit/versions/v2022_11_28/types/group_0761.py +9 -8
  3997. githubkit/versions/v2022_11_28/types/group_0762.py +8 -9
  3998. githubkit/versions/v2022_11_28/types/group_0763.py +7 -6
  3999. githubkit/versions/v2022_11_28/types/group_0764.py +4 -25
  4000. githubkit/versions/v2022_11_28/types/group_0765.py +4 -23
  4001. githubkit/versions/v2022_11_28/types/group_0766.py +40 -11
  4002. githubkit/versions/v2022_11_28/types/group_0767.py +18 -6
  4003. githubkit/versions/v2022_11_28/types/group_0768.py +8 -4
  4004. githubkit/versions/v2022_11_28/types/group_0769.py +9 -9
  4005. githubkit/versions/v2022_11_28/types/group_0770.py +4 -7
  4006. githubkit/versions/v2022_11_28/types/group_0771.py +9 -6
  4007. githubkit/versions/v2022_11_28/types/group_0772.py +8 -13
  4008. githubkit/versions/v2022_11_28/types/group_0773.py +8 -8
  4009. githubkit/versions/v2022_11_28/types/group_0774.py +8 -7
  4010. githubkit/versions/v2022_11_28/types/group_0775.py +6 -5
  4011. githubkit/versions/v2022_11_28/types/group_0776.py +6 -3
  4012. githubkit/versions/v2022_11_28/types/group_0777.py +9 -6
  4013. githubkit/versions/v2022_11_28/types/group_0778.py +23 -7
  4014. githubkit/versions/v2022_11_28/types/group_0779.py +8 -6
  4015. githubkit/versions/v2022_11_28/types/group_0780.py +8 -6
  4016. githubkit/versions/v2022_11_28/types/group_0781.py +5 -5
  4017. githubkit/versions/v2022_11_28/types/group_0782.py +23 -4
  4018. githubkit/versions/v2022_11_28/types/group_0783.py +9 -8
  4019. githubkit/versions/v2022_11_28/types/group_0784.py +8 -9
  4020. githubkit/versions/v2022_11_28/types/group_0785.py +6 -6
  4021. githubkit/versions/v2022_11_28/types/group_0786.py +11 -48
  4022. githubkit/versions/v2022_11_28/types/group_0787.py +8 -58
  4023. githubkit/versions/v2022_11_28/types/group_0788.py +10 -57
  4024. githubkit/versions/v2022_11_28/types/group_0789.py +6 -15
  4025. githubkit/versions/v2022_11_28/types/group_0790.py +6 -13
  4026. githubkit/versions/v2022_11_28/types/group_0791.py +23 -6
  4027. githubkit/versions/v2022_11_28/types/group_0792.py +8 -5
  4028. githubkit/versions/v2022_11_28/types/group_0793.py +8 -4
  4029. githubkit/versions/v2022_11_28/types/group_0794.py +5 -8
  4030. githubkit/versions/v2022_11_28/types/group_0795.py +5 -13
  4031. githubkit/versions/v2022_11_28/types/group_0796.py +7 -7
  4032. githubkit/versions/v2022_11_28/types/group_0797.py +6 -6
  4033. githubkit/versions/v2022_11_28/types/group_0798.py +8 -6
  4034. githubkit/versions/v2022_11_28/types/group_0799.py +6 -6
  4035. githubkit/versions/v2022_11_28/types/group_0800.py +8 -5
  4036. githubkit/versions/v2022_11_28/types/group_0801.py +6 -6
  4037. githubkit/versions/v2022_11_28/types/group_0802.py +8 -8
  4038. githubkit/versions/v2022_11_28/types/group_0803.py +23 -6
  4039. githubkit/versions/v2022_11_28/types/group_0804.py +8 -5
  4040. githubkit/versions/v2022_11_28/types/group_0805.py +9 -3
  4041. githubkit/versions/v2022_11_28/types/group_0806.py +5 -21
  4042. githubkit/versions/v2022_11_28/types/group_0807.py +20 -15
  4043. githubkit/versions/v2022_11_28/types/group_0808.py +24 -5
  4044. githubkit/versions/v2022_11_28/types/group_0809.py +8 -5
  4045. githubkit/versions/v2022_11_28/types/group_0810.py +8 -5
  4046. githubkit/versions/v2022_11_28/types/group_0811.py +4 -22
  4047. githubkit/versions/v2022_11_28/types/group_0812.py +9 -5
  4048. githubkit/versions/v2022_11_28/types/group_0813.py +9 -3
  4049. githubkit/versions/v2022_11_28/types/group_0814.py +5 -7
  4050. githubkit/versions/v2022_11_28/types/group_0815.py +13 -9
  4051. githubkit/versions/v2022_11_28/types/group_0816.py +6 -6
  4052. githubkit/versions/v2022_11_28/types/group_0817.py +7 -5
  4053. githubkit/versions/v2022_11_28/types/group_0818.py +5 -5
  4054. githubkit/versions/v2022_11_28/types/group_0819.py +4 -7
  4055. githubkit/versions/v2022_11_28/types/group_0820.py +5 -107
  4056. githubkit/versions/v2022_11_28/types/group_0821.py +8 -9
  4057. githubkit/versions/v2022_11_28/types/group_0822.py +6 -4
  4058. githubkit/versions/v2022_11_28/types/group_0823.py +7 -10
  4059. githubkit/versions/v2022_11_28/types/group_0824.py +5 -8
  4060. githubkit/versions/v2022_11_28/types/group_0825.py +6 -9
  4061. githubkit/versions/v2022_11_28/types/group_0826.py +8 -7
  4062. githubkit/versions/v2022_11_28/types/group_0827.py +10 -9
  4063. githubkit/versions/v2022_11_28/types/group_0828.py +8 -8
  4064. githubkit/versions/v2022_11_28/types/group_0829.py +48 -11
  4065. githubkit/versions/v2022_11_28/types/group_0830.py +71 -6
  4066. githubkit/versions/v2022_11_28/types/group_0831.py +70 -8
  4067. githubkit/versions/v2022_11_28/types/group_0832.py +15 -9
  4068. githubkit/versions/v2022_11_28/types/group_0833.py +13 -11
  4069. githubkit/versions/v2022_11_28/types/group_0834.py +7 -9
  4070. githubkit/versions/v2022_11_28/types/group_0835.py +6 -8
  4071. githubkit/versions/v2022_11_28/types/group_0836.py +5 -5
  4072. githubkit/versions/v2022_11_28/types/group_0837.py +9 -5
  4073. githubkit/versions/v2022_11_28/types/group_0838.py +13 -8
  4074. githubkit/versions/v2022_11_28/types/group_0839.py +8 -6
  4075. githubkit/versions/v2022_11_28/types/group_0840.py +6 -9
  4076. githubkit/versions/v2022_11_28/types/group_0841.py +6 -6
  4077. githubkit/versions/v2022_11_28/types/group_0842.py +5 -5
  4078. githubkit/versions/v2022_11_28/types/group_0843.py +4 -31
  4079. githubkit/versions/v2022_11_28/types/group_0844.py +5 -21
  4080. githubkit/versions/v2022_11_28/types/group_0845.py +7 -8
  4081. githubkit/versions/v2022_11_28/types/group_0846.py +6 -6
  4082. githubkit/versions/v2022_11_28/types/group_0847.py +5 -123
  4083. githubkit/versions/v2022_11_28/types/group_0848.py +4 -53
  4084. githubkit/versions/v2022_11_28/types/group_0849.py +15 -21
  4085. githubkit/versions/v2022_11_28/types/group_0850.py +17 -10
  4086. githubkit/versions/v2022_11_28/types/group_0851.py +4 -13
  4087. githubkit/versions/v2022_11_28/types/group_0852.py +5 -14
  4088. githubkit/versions/v2022_11_28/types/group_0853.py +5 -11
  4089. githubkit/versions/v2022_11_28/types/group_0854.py +19 -10
  4090. githubkit/versions/v2022_11_28/types/group_0855.py +4 -13
  4091. githubkit/versions/v2022_11_28/types/group_0856.py +3 -12
  4092. githubkit/versions/v2022_11_28/types/group_0857.py +7 -11
  4093. githubkit/versions/v2022_11_28/types/group_0858.py +10 -14
  4094. githubkit/versions/v2022_11_28/types/group_0859.py +7 -11
  4095. githubkit/versions/v2022_11_28/types/group_0860.py +6 -12
  4096. githubkit/versions/v2022_11_28/types/group_0861.py +4 -13
  4097. githubkit/versions/v2022_11_28/types/group_0862.py +6 -5
  4098. githubkit/versions/v2022_11_28/types/group_0863.py +92 -38
  4099. githubkit/versions/v2022_11_28/types/group_0864.py +14 -35
  4100. githubkit/versions/v2022_11_28/types/group_0865.py +8 -35
  4101. githubkit/versions/v2022_11_28/types/group_0866.py +7 -57
  4102. githubkit/versions/v2022_11_28/types/group_0867.py +14 -36
  4103. githubkit/versions/v2022_11_28/types/group_0868.py +14 -38
  4104. githubkit/versions/v2022_11_28/types/group_0869.py +7 -5
  4105. githubkit/versions/v2022_11_28/types/group_0870.py +7 -20
  4106. githubkit/versions/v2022_11_28/types/group_0871.py +8 -8
  4107. githubkit/versions/v2022_11_28/types/group_0872.py +6 -10
  4108. githubkit/versions/v2022_11_28/types/group_0873.py +6 -12
  4109. githubkit/versions/v2022_11_28/types/group_0874.py +5 -5
  4110. githubkit/versions/v2022_11_28/types/group_0875.py +9 -16
  4111. githubkit/versions/v2022_11_28/types/group_0876.py +7 -18
  4112. githubkit/versions/v2022_11_28/types/group_0877.py +5 -5
  4113. githubkit/versions/v2022_11_28/types/group_0878.py +8 -19
  4114. githubkit/versions/v2022_11_28/types/group_0879.py +5 -22
  4115. githubkit/versions/v2022_11_28/types/group_0880.py +4 -5
  4116. githubkit/versions/v2022_11_28/types/group_0881.py +9 -5
  4117. githubkit/versions/v2022_11_28/types/group_0882.py +6 -5
  4118. githubkit/versions/v2022_11_28/types/group_0883.py +8 -7
  4119. githubkit/versions/v2022_11_28/types/group_0884.py +6 -8
  4120. githubkit/versions/v2022_11_28/types/group_0885.py +6 -9
  4121. githubkit/versions/v2022_11_28/types/group_0886.py +23 -28
  4122. githubkit/versions/v2022_11_28/types/group_0887.py +15 -26
  4123. githubkit/versions/v2022_11_28/types/group_0888.py +9 -12
  4124. githubkit/versions/v2022_11_28/types/group_0889.py +7 -22
  4125. githubkit/versions/v2022_11_28/types/group_0890.py +123 -5
  4126. githubkit/versions/v2022_11_28/types/group_0891.py +52 -8
  4127. githubkit/versions/v2022_11_28/types/group_0892.py +22 -17
  4128. githubkit/versions/v2022_11_28/types/group_0893.py +14 -5
  4129. githubkit/versions/v2022_11_28/types/group_0894.py +14 -14
  4130. githubkit/versions/v2022_11_28/types/group_0895.py +12 -14
  4131. githubkit/versions/v2022_11_28/types/group_0896.py +11 -29
  4132. githubkit/versions/v2022_11_28/types/group_0897.py +8 -20
  4133. githubkit/versions/v2022_11_28/types/group_0898.py +10 -5
  4134. githubkit/versions/v2022_11_28/types/group_0899.py +8 -13
  4135. githubkit/versions/v2022_11_28/types/group_0900.py +9 -6
  4136. githubkit/versions/v2022_11_28/types/group_0901.py +13 -5
  4137. githubkit/versions/v2022_11_28/types/group_0902.py +9 -6
  4138. githubkit/versions/v2022_11_28/types/group_0903.py +11 -5
  4139. githubkit/versions/v2022_11_28/types/group_0904.py +14 -6
  4140. githubkit/versions/v2022_11_28/types/group_0905.py +5 -7
  4141. githubkit/versions/v2022_11_28/types/group_0906.py +53 -5
  4142. githubkit/versions/v2022_11_28/types/group_0907.py +28 -40
  4143. githubkit/versions/v2022_11_28/types/group_0908.py +37 -11
  4144. githubkit/versions/v2022_11_28/types/group_0909.py +59 -5
  4145. githubkit/versions/v2022_11_28/types/group_0910.py +31 -25
  4146. githubkit/versions/v2022_11_28/types/group_0911.py +34 -21
  4147. githubkit/versions/v2022_11_28/types/group_0912.py +5 -24
  4148. githubkit/versions/v2022_11_28/types/group_0913.py +19 -9
  4149. githubkit/versions/v2022_11_28/types/group_0914.py +9 -9
  4150. githubkit/versions/v2022_11_28/types/group_0915.py +9 -9
  4151. githubkit/versions/v2022_11_28/types/group_0916.py +11 -8
  4152. githubkit/versions/v2022_11_28/types/group_0917.py +11 -5
  4153. githubkit/versions/v2022_11_28/types/group_0918.py +12 -6
  4154. githubkit/versions/v2022_11_28/types/group_0919.py +13 -4
  4155. githubkit/versions/v2022_11_28/types/group_0920.py +9 -6
  4156. githubkit/versions/v2022_11_28/types/group_0921.py +15 -24
  4157. githubkit/versions/v2022_11_28/types/group_0922.py +22 -5
  4158. githubkit/versions/v2022_11_28/types/group_0923.py +8 -7
  4159. githubkit/versions/v2022_11_28/types/group_0924.py +13 -27
  4160. githubkit/versions/v2022_11_28/types/group_0925.py +21 -5
  4161. githubkit/versions/v2022_11_28/types/group_0926.py +5 -5
  4162. githubkit/versions/v2022_11_28/types/group_0927.py +5 -5
  4163. githubkit/versions/v2022_11_28/types/group_0928.py +5 -6
  4164. githubkit/versions/v2022_11_28/types/group_0929.py +7 -16
  4165. githubkit/versions/v2022_11_28/types/group_0930.py +8 -5
  4166. githubkit/versions/v2022_11_28/types/group_0931.py +8 -5
  4167. githubkit/versions/v2022_11_28/types/group_0932.py +30 -10
  4168. githubkit/versions/v2022_11_28/types/group_0933.py +33 -5
  4169. githubkit/versions/v2022_11_28/types/group_0934.py +10 -4
  4170. githubkit/versions/v2022_11_28/types/group_0935.py +21 -7
  4171. githubkit/versions/v2022_11_28/types/group_0936.py +5 -6
  4172. githubkit/versions/v2022_11_28/types/group_0937.py +8 -7
  4173. githubkit/versions/v2022_11_28/types/group_0938.py +22 -6
  4174. githubkit/versions/v2022_11_28/types/group_0939.py +5 -5
  4175. githubkit/versions/v2022_11_28/types/group_0940.py +13 -6
  4176. githubkit/versions/v2022_11_28/types/group_0941.py +16 -9
  4177. githubkit/versions/v2022_11_28/types/group_0942.py +29 -9
  4178. githubkit/versions/v2022_11_28/types/group_0943.py +23 -5
  4179. githubkit/versions/v2022_11_28/types/group_0944.py +8 -5
  4180. githubkit/versions/v2022_11_28/types/group_0945.py +15 -8
  4181. githubkit/versions/v2022_11_28/types/group_0946.py +8 -15
  4182. githubkit/versions/v2022_11_28/types/group_0947.py +6 -14
  4183. githubkit/versions/v2022_11_28/types/group_0948.py +8 -15
  4184. githubkit/versions/v2022_11_28/types/group_0949.py +6 -16
  4185. githubkit/versions/v2022_11_28/types/group_0950.py +5 -15
  4186. githubkit/versions/v2022_11_28/types/group_0951.py +6 -9
  4187. githubkit/versions/v2022_11_28/types/group_0952.py +5 -8
  4188. githubkit/versions/v2022_11_28/types/group_0953.py +40 -7
  4189. githubkit/versions/v2022_11_28/types/group_0954.py +6 -12
  4190. githubkit/versions/v2022_11_28/types/group_0955.py +6 -5
  4191. githubkit/versions/v2022_11_28/types/group_0956.py +23 -4
  4192. githubkit/versions/v2022_11_28/types/group_0957.py +19 -7
  4193. githubkit/versions/v2022_11_28/types/group_0958.py +23 -11
  4194. githubkit/versions/v2022_11_28/types/group_0959.py +12 -5
  4195. githubkit/versions/v2022_11_28/types/group_0960.py +9 -8
  4196. githubkit/versions/v2022_11_28/types/group_0961.py +8 -8
  4197. githubkit/versions/v2022_11_28/types/group_0962.py +10 -16
  4198. githubkit/versions/v2022_11_28/types/group_0963.py +5 -14
  4199. githubkit/versions/v2022_11_28/types/group_0964.py +5 -4
  4200. githubkit/versions/v2022_11_28/types/group_0965.py +4 -10
  4201. githubkit/versions/v2022_11_28/types/group_0966.py +5 -5
  4202. githubkit/versions/v2022_11_28/types/group_0967.py +24 -5
  4203. githubkit/versions/v2022_11_28/types/group_0968.py +5 -7
  4204. githubkit/versions/v2022_11_28/types/group_0969.py +8 -7
  4205. githubkit/versions/v2022_11_28/types/group_0970.py +35 -9
  4206. githubkit/versions/v2022_11_28/types/group_0971.py +5 -25
  4207. githubkit/versions/v2022_11_28/types/group_0972.py +6 -5
  4208. githubkit/versions/v2022_11_28/types/group_0973.py +5 -7
  4209. githubkit/versions/v2022_11_28/types/group_0974.py +5 -6
  4210. githubkit/versions/v2022_11_28/types/group_0975.py +16 -4
  4211. githubkit/versions/v2022_11_28/types/group_0976.py +5 -6
  4212. githubkit/versions/v2022_11_28/types/group_0977.py +5 -13
  4213. githubkit/versions/v2022_11_28/types/group_0978.py +16 -6
  4214. githubkit/versions/v2022_11_28/types/group_0979.py +5 -8
  4215. githubkit/versions/v2022_11_28/types/group_0980.py +4 -11
  4216. githubkit/versions/v2022_11_28/types/group_0981.py +6 -4
  4217. githubkit/versions/v2022_11_28/types/group_0982.py +6 -50
  4218. githubkit/versions/v2022_11_28/types/group_0983.py +6 -50
  4219. githubkit/versions/v2022_11_28/types/group_0984.py +6 -9
  4220. githubkit/versions/v2022_11_28/types/group_0985.py +5 -9
  4221. githubkit/versions/v2022_11_28/types/group_0986.py +6 -5
  4222. githubkit/versions/v2022_11_28/types/group_0987.py +10 -5
  4223. githubkit/versions/v2022_11_28/types/group_0988.py +10 -6
  4224. githubkit/versions/v2022_11_28/types/group_0989.py +5 -7
  4225. githubkit/versions/v2022_11_28/types/group_0990.py +5 -8
  4226. githubkit/versions/v2022_11_28/types/group_0991.py +10 -13
  4227. githubkit/versions/v2022_11_28/types/group_0992.py +15 -6
  4228. githubkit/versions/v2022_11_28/types/group_0993.py +13 -5
  4229. githubkit/versions/v2022_11_28/types/group_0994.py +16 -5
  4230. githubkit/versions/v2022_11_28/types/group_0995.py +16 -7
  4231. githubkit/versions/v2022_11_28/types/group_0996.py +15 -11
  4232. githubkit/versions/v2022_11_28/types/group_0997.py +9 -7
  4233. githubkit/versions/v2022_11_28/types/group_0998.py +7 -4
  4234. githubkit/versions/v2022_11_28/types/group_0999.py +7 -4
  4235. githubkit/versions/v2022_11_28/types/group_1000.py +11 -5
  4236. githubkit/versions/v2022_11_28/types/group_1001.py +5 -6
  4237. githubkit/versions/v2022_11_28/types/group_1002.py +5 -12
  4238. githubkit/versions/v2022_11_28/types/group_1003.py +5 -6
  4239. githubkit/versions/v2022_11_28/types/group_1004.py +11 -16
  4240. githubkit/versions/v2022_11_28/types/group_1005.py +5 -25
  4241. githubkit/versions/v2022_11_28/types/group_1006.py +7 -23
  4242. githubkit/versions/v2022_11_28/types/group_1007.py +9 -7
  4243. githubkit/versions/v2022_11_28/types/group_1008.py +15 -9
  4244. githubkit/versions/v2022_11_28/types/group_1009.py +15 -6
  4245. githubkit/versions/v2022_11_28/types/group_1010.py +5 -8
  4246. githubkit/versions/v2022_11_28/types/group_1011.py +9 -9
  4247. githubkit/versions/v2022_11_28/types/group_1012.py +5 -5
  4248. githubkit/versions/v2022_11_28/types/group_1013.py +6 -6
  4249. githubkit/versions/v2022_11_28/types/group_1014.py +6 -9
  4250. githubkit/versions/v2022_11_28/types/group_1015.py +6 -14
  4251. githubkit/versions/v2022_11_28/types/group_1016.py +6 -5
  4252. githubkit/versions/v2022_11_28/types/group_1017.py +25 -8
  4253. githubkit/versions/v2022_11_28/types/group_1018.py +5 -10
  4254. githubkit/versions/v2022_11_28/types/group_1019.py +8 -4
  4255. githubkit/versions/v2022_11_28/types/group_1020.py +6 -5
  4256. githubkit/versions/v2022_11_28/types/group_1021.py +5 -6
  4257. githubkit/versions/v2022_11_28/types/group_1022.py +5 -13
  4258. githubkit/versions/v2022_11_28/types/group_1023.py +13 -6
  4259. githubkit/versions/v2022_11_28/types/group_1024.py +9 -32
  4260. githubkit/versions/v2022_11_28/types/group_1025.py +8 -11
  4261. githubkit/versions/v2022_11_28/types/group_1026.py +13 -11
  4262. githubkit/versions/v2022_11_28/types/group_1027.py +6 -6
  4263. githubkit/versions/v2022_11_28/types/group_1028.py +79 -0
  4264. githubkit/versions/v2022_11_28/types/group_1029.py +79 -0
  4265. githubkit/versions/v2022_11_28/types/group_1030.py +26 -0
  4266. githubkit/versions/v2022_11_28/types/group_1031.py +25 -0
  4267. githubkit/versions/v2022_11_28/types/group_1032.py +22 -0
  4268. githubkit/versions/v2022_11_28/types/group_1033.py +21 -0
  4269. githubkit/versions/v2022_11_28/types/group_1034.py +22 -0
  4270. githubkit/versions/v2022_11_28/types/group_1035.py +24 -0
  4271. githubkit/versions/v2022_11_28/types/group_1036.py +25 -0
  4272. githubkit/versions/v2022_11_28/types/group_1037.py +29 -0
  4273. githubkit/versions/v2022_11_28/types/group_1038.py +23 -0
  4274. githubkit/versions/v2022_11_28/types/group_1039.py +22 -0
  4275. githubkit/versions/v2022_11_28/types/group_1040.py +21 -0
  4276. githubkit/versions/v2022_11_28/types/group_1041.py +23 -0
  4277. githubkit/versions/v2022_11_28/types/group_1042.py +28 -0
  4278. githubkit/versions/v2022_11_28/types/group_1043.py +24 -0
  4279. githubkit/versions/v2022_11_28/types/group_1044.py +22 -0
  4280. githubkit/versions/v2022_11_28/types/group_1045.py +22 -0
  4281. githubkit/versions/v2022_11_28/types/group_1046.py +22 -0
  4282. githubkit/versions/v2022_11_28/types/group_1047.py +22 -0
  4283. githubkit/versions/v2022_11_28/types/group_1048.py +29 -0
  4284. githubkit/versions/v2022_11_28/types/group_1049.py +25 -0
  4285. githubkit/versions/v2022_11_28/types/group_1050.py +33 -0
  4286. githubkit/versions/v2022_11_28/types/group_1051.py +41 -0
  4287. githubkit/versions/v2022_11_28/types/group_1052.py +40 -0
  4288. githubkit/versions/v2022_11_28/types/group_1053.py +24 -0
  4289. githubkit/versions/v2022_11_28/types/group_1054.py +25 -0
  4290. githubkit/versions/v2022_11_28/types/group_1055.py +22 -0
  4291. githubkit/versions/v2022_11_28/types/group_1056.py +24 -0
  4292. githubkit/versions/v2022_11_28/types/group_1057.py +25 -0
  4293. githubkit/versions/v2022_11_28/types/group_1058.py +22 -0
  4294. githubkit/versions/v2022_11_28/types/group_1059.py +22 -0
  4295. githubkit/versions/v2022_11_28/types/group_1060.py +26 -0
  4296. githubkit/versions/v2022_11_28/types/group_1061.py +31 -0
  4297. githubkit/versions/v2022_11_28/types/group_1062.py +22 -0
  4298. githubkit/versions/v2022_11_28/types/group_1063.py +25 -0
  4299. githubkit/versions/v2022_11_28/types/group_1064.py +26 -0
  4300. githubkit/versions/v2022_11_28/types/group_1065.py +19 -0
  4301. githubkit/versions/v2022_11_28/types/group_1066.py +22 -0
  4302. githubkit/versions/v2022_11_28/types/group_1067.py +22 -0
  4303. githubkit/versions/v2022_11_28/types/group_1068.py +30 -0
  4304. githubkit/versions/v2022_11_28/types/group_1069.py +23 -0
  4305. githubkit/versions/v2022_11_28/types/group_1070.py +46 -0
  4306. githubkit/versions/v2022_11_28/types/group_1071.py +27 -0
  4307. githubkit/versions/v2022_11_28/types/group_1072.py +27 -0
  4308. githubkit/versions/v2022_11_28/types/group_1073.py +22 -0
  4309. {githubkit-0.11.4.dist-info → githubkit-0.11.5.dist-info}/METADATA +1 -1
  4310. githubkit-0.11.5.dist-info/RECORD +4691 -0
  4311. githubkit-0.11.4.dist-info/RECORD +0 -4507
  4312. {githubkit-0.11.4.dist-info → githubkit-0.11.5.dist-info}/LICENSE +0 -0
  4313. {githubkit-0.11.4.dist-info → githubkit-0.11.5.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,33 +2648,18 @@ 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
  )
@@ -2507,6 +2678,18 @@ if TYPE_CHECKING:
2507
2678
  from githubkit.versions.v2022_11_28.types import (
2508
2679
  WebhookWorkflowDispatchPropInputsType as WebhookWorkflowDispatchPropInputsType,
2509
2680
  )
2681
+ from githubkit.versions.v2022_11_28.types import (
2682
+ WebhooksIssueCommentPropReactionsType as WebhooksIssueCommentPropReactionsType,
2683
+ )
2684
+ from githubkit.versions.v2022_11_28.types import (
2685
+ WebhooksPullRequest5PropAutoMergeType as WebhooksPullRequest5PropAutoMergeType,
2686
+ )
2687
+ from githubkit.versions.v2022_11_28.types import (
2688
+ WebhooksPullRequest5PropMilestoneType as WebhooksPullRequest5PropMilestoneType,
2689
+ )
2690
+ from githubkit.versions.v2022_11_28.types import (
2691
+ WebhooksSponsorshipPropMaintainerType as WebhooksSponsorshipPropMaintainerType,
2692
+ )
2510
2693
  from githubkit.versions.v2022_11_28.types import (
2511
2694
  ApplicationsClientIdTokenPatchBodyType as ApplicationsClientIdTokenPatchBodyType,
2512
2695
  )
@@ -2615,9 +2798,6 @@ if TYPE_CHECKING:
2615
2798
  from githubkit.versions.v2022_11_28.types import (
2616
2799
  WebhookIssuesDemilestonedPropIssueType as WebhookIssuesDemilestonedPropIssueType,
2617
2800
  )
2618
- from githubkit.versions.v2022_11_28.types import (
2619
- WebhookMembershipRemovedPropMemberType as WebhookMembershipRemovedPropMemberType,
2620
- )
2621
2801
  from githubkit.versions.v2022_11_28.types import (
2622
2802
  WebhookMembershipRemovedPropSenderType as WebhookMembershipRemovedPropSenderType,
2623
2803
  )
@@ -2636,15 +2816,9 @@ if TYPE_CHECKING:
2636
2816
  from githubkit.versions.v2022_11_28.types import (
2637
2817
  WebhookPullRequestConvertedToDraftType as WebhookPullRequestConvertedToDraftType,
2638
2818
  )
2639
- from githubkit.versions.v2022_11_28.types import (
2640
- WebhookPullRequestLabeledPropLabelType as WebhookPullRequestLabeledPropLabelType,
2641
- )
2642
2819
  from githubkit.versions.v2022_11_28.types import (
2643
2820
  WebhookPushPropRepositoryPropOwnerType as WebhookPushPropRepositoryPropOwnerType,
2644
2821
  )
2645
- from githubkit.versions.v2022_11_28.types import (
2646
- WebhookReleasePublishedPropReleaseType as WebhookReleasePublishedPropReleaseType,
2647
- )
2648
2822
  from githubkit.versions.v2022_11_28.types import (
2649
2823
  WebhookRepositoryAdvisoryPublishedType as WebhookRepositoryAdvisoryPublishedType,
2650
2824
  )
@@ -2658,16 +2832,28 @@ if TYPE_CHECKING:
2658
2832
  WebhookSecretScanningAlertResolvedType as WebhookSecretScanningAlertResolvedType,
2659
2833
  )
2660
2834
  from githubkit.versions.v2022_11_28.types import (
2661
- WorkflowUsagePropBillablePropMacosType as WorkflowUsagePropBillablePropMacosType,
2835
+ WebhooksReviewCommentPropReactionsType as WebhooksReviewCommentPropReactionsType,
2662
2836
  )
2663
2837
  from githubkit.versions.v2022_11_28.types import (
2664
- ApplicationsClientIdGrantDeleteBodyType as ApplicationsClientIdGrantDeleteBodyType,
2838
+ WebhooksReviewersItemsPropReviewerType as WebhooksReviewersItemsPropReviewerType,
2665
2839
  )
2666
2840
  from githubkit.versions.v2022_11_28.types import (
2667
- ApplicationsClientIdTokenDeleteBodyType as ApplicationsClientIdTokenDeleteBodyType,
2841
+ WebhooksSponsorshipPropSponsorableType as WebhooksSponsorshipPropSponsorableType,
2668
2842
  )
2669
2843
  from githubkit.versions.v2022_11_28.types import (
2670
- CheckSuitePreferencePropPreferencesType as CheckSuitePreferencePropPreferencesType,
2844
+ WorkflowUsagePropBillablePropMacosType as WorkflowUsagePropBillablePropMacosType,
2845
+ )
2846
+ from githubkit.versions.v2022_11_28.types import (
2847
+ ApplicationsClientIdGrantDeleteBodyType as ApplicationsClientIdGrantDeleteBodyType,
2848
+ )
2849
+ from githubkit.versions.v2022_11_28.types import (
2850
+ ApplicationsClientIdTokenDeleteBodyType as ApplicationsClientIdTokenDeleteBodyType,
2851
+ )
2852
+ from githubkit.versions.v2022_11_28.types import (
2853
+ CheckSuitePreferencePropPreferencesType as CheckSuitePreferencePropPreferencesType,
2854
+ )
2855
+ from githubkit.versions.v2022_11_28.types import (
2856
+ CodeScanningVariantAnalysisRepoTaskType as CodeScanningVariantAnalysisRepoTaskType,
2671
2857
  )
2672
2858
  from githubkit.versions.v2022_11_28.types import (
2673
2859
  DemilestonedIssueEventPropMilestoneType as DemilestonedIssueEventPropMilestoneType,
@@ -2708,6 +2894,18 @@ if TYPE_CHECKING:
2708
2894
  from githubkit.versions.v2022_11_28.types import (
2709
2895
  RepositoryRuleCommitterEmailPatternType as RepositoryRuleCommitterEmailPatternType,
2710
2896
  )
2897
+ from githubkit.versions.v2022_11_28.types import (
2898
+ RepositoryRuleOneof14PropParametersType as RepositoryRuleOneof14PropParametersType,
2899
+ )
2900
+ from githubkit.versions.v2022_11_28.types import (
2901
+ RepositoryRuleOneof15PropParametersType as RepositoryRuleOneof15PropParametersType,
2902
+ )
2903
+ from githubkit.versions.v2022_11_28.types import (
2904
+ RepositoryRuleOneof16PropParametersType as RepositoryRuleOneof16PropParametersType,
2905
+ )
2906
+ from githubkit.versions.v2022_11_28.types import (
2907
+ RepositoryRuleOneof17PropParametersType as RepositoryRuleOneof17PropParametersType,
2908
+ )
2711
2909
  from githubkit.versions.v2022_11_28.types import (
2712
2910
  RepositoryRuleRequiredLinearHistoryType as RepositoryRuleRequiredLinearHistoryType,
2713
2911
  )
@@ -2726,12 +2924,6 @@ if TYPE_CHECKING:
2726
2924
  from githubkit.versions.v2022_11_28.types import (
2727
2925
  WebhookDependabotAlertAutoDismissedType as WebhookDependabotAlertAutoDismissedType,
2728
2926
  )
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
2927
  from githubkit.versions.v2022_11_28.types import (
2736
2928
  WebhookIssueCommentCreatedPropIssueType as WebhookIssueCommentCreatedPropIssueType,
2737
2929
  )
@@ -2741,24 +2933,12 @@ if TYPE_CHECKING:
2741
2933
  from githubkit.versions.v2022_11_28.types import (
2742
2934
  WebhookIssuesTransferredPropChangesType as WebhookIssuesTransferredPropChangesType,
2743
2935
  )
2744
- from githubkit.versions.v2022_11_28.types import (
2745
- WebhookIssuesUnassignedPropAssigneeType as WebhookIssuesUnassignedPropAssigneeType,
2746
- )
2747
2936
  from githubkit.versions.v2022_11_28.types import (
2748
2937
  WebhookMarketplacePurchaseCancelledType as WebhookMarketplacePurchaseCancelledType,
2749
2938
  )
2750
2939
  from githubkit.versions.v2022_11_28.types import (
2751
2940
  WebhookMarketplacePurchasePurchasedType as WebhookMarketplacePurchasePurchasedType,
2752
2941
  )
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
2942
  from githubkit.versions.v2022_11_28.types import (
2763
2943
  WebhookPageBuildPropBuildPropPusherType as WebhookPageBuildPropBuildPropPusherType,
2764
2944
  )
@@ -2790,7 +2970,13 @@ if TYPE_CHECKING:
2790
2970
  WebhookSponsorshipPendingTierChangeType as WebhookSponsorshipPendingTierChangeType,
2791
2971
  )
2792
2972
  from githubkit.versions.v2022_11_28.types import (
2793
- WebhookTeamEditedPropTeamPropParentType as WebhookTeamEditedPropTeamPropParentType,
2973
+ WebhooksMarketplacePurchasePropPlanType as WebhooksMarketplacePurchasePropPlanType,
2974
+ )
2975
+ from githubkit.versions.v2022_11_28.types import (
2976
+ WebhooksPreviousMarketplacePurchaseType as WebhooksPreviousMarketplacePurchaseType,
2977
+ )
2978
+ from githubkit.versions.v2022_11_28.types import (
2979
+ WebhooksPullRequest5PropLabelsItemsType as WebhooksPullRequest5PropLabelsItemsType,
2794
2980
  )
2795
2981
  from githubkit.versions.v2022_11_28.types import (
2796
2982
  WorkflowUsagePropBillablePropUbuntuType as WorkflowUsagePropBillablePropUbuntuType,
@@ -2864,9 +3050,6 @@ if TYPE_CHECKING:
2864
3050
  from githubkit.versions.v2022_11_28.types import (
2865
3051
  WebhookCodeScanningAlertClosedByUserType as WebhookCodeScanningAlertClosedByUserType,
2866
3052
  )
2867
- from githubkit.versions.v2022_11_28.types import (
2868
- WebhookDeploymentCreatedPropWorkflowType as WebhookDeploymentCreatedPropWorkflowType,
2869
- )
2870
3053
  from githubkit.versions.v2022_11_28.types import (
2871
3054
  WebhookForkPropForkeeAllof0PropOwnerType as WebhookForkPropForkeeAllof0PropOwnerType,
2872
3055
  )
@@ -2879,71 +3062,59 @@ if TYPE_CHECKING:
2879
3062
  from githubkit.versions.v2022_11_28.types import (
2880
3063
  WebhookInstallationRepositoriesAddedType as WebhookInstallationRepositoriesAddedType,
2881
3064
  )
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
3065
  from githubkit.versions.v2022_11_28.types import (
2889
3066
  WebhookIssuesEditedPropIssuePropUserType as WebhookIssuesEditedPropIssuePropUserType,
2890
3067
  )
2891
3068
  from githubkit.versions.v2022_11_28.types import (
2892
3069
  WebhookIssuesLockedPropIssuePropUserType as WebhookIssuesLockedPropIssuePropUserType,
2893
3070
  )
2894
- from githubkit.versions.v2022_11_28.types import (
2895
- WebhookIssuesMilestonedPropMilestoneType as WebhookIssuesMilestonedPropMilestoneType,
2896
- )
2897
3071
  from githubkit.versions.v2022_11_28.types import (
2898
3072
  WebhookIssuesOpenedPropIssuePropUserType as WebhookIssuesOpenedPropIssuePropUserType,
2899
3073
  )
2900
- from githubkit.versions.v2022_11_28.types import (
2901
- WebhookIssuesPinnedPropIssuePropUserType as WebhookIssuesPinnedPropIssuePropUserType,
2902
- )
2903
3074
  from githubkit.versions.v2022_11_28.types import (
2904
3075
  WebhookMetaDeletedPropHookPropConfigType as WebhookMetaDeletedPropHookPropConfigType,
2905
3076
  )
2906
3077
  from githubkit.versions.v2022_11_28.types import (
2907
- WebhookMilestoneCreatedPropMilestoneType as WebhookMilestoneCreatedPropMilestoneType,
3078
+ WebhookPushPropRepositoryPropLicenseType as WebhookPushPropRepositoryPropLicenseType,
2908
3079
  )
2909
3080
  from githubkit.versions.v2022_11_28.types import (
2910
- WebhookMilestoneDeletedPropMilestoneType as WebhookMilestoneDeletedPropMilestoneType,
3081
+ WebhookReleasePrereleasedPropReleaseType as WebhookReleasePrereleasedPropReleaseType,
2911
3082
  )
2912
3083
  from githubkit.versions.v2022_11_28.types import (
2913
- WebhookPullRequestUnlabeledPropLabelType as WebhookPullRequestUnlabeledPropLabelType,
3084
+ WebhookStatusPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitterType,
2914
3085
  )
2915
3086
  from githubkit.versions.v2022_11_28.types import (
2916
- WebhookPushPropRepositoryPropLicenseType as WebhookPushPropRepositoryPropLicenseType,
3087
+ WebhookTeamEditedPropChangesPropNameType as WebhookTeamEditedPropChangesPropNameType,
2917
3088
  )
2918
3089
  from githubkit.versions.v2022_11_28.types import (
2919
- WebhookReleasePrereleasedPropReleaseType as WebhookReleasePrereleasedPropReleaseType,
3090
+ WebhooksProjectChangesPropArchivedAtType as WebhooksProjectChangesPropArchivedAtType,
2920
3091
  )
2921
3092
  from githubkit.versions.v2022_11_28.types import (
2922
- WebhookReleaseUnpublishedPropReleaseType as WebhookReleaseUnpublishedPropReleaseType,
3093
+ WebhooksPullRequest5PropBasePropRepoType as WebhooksPullRequest5PropBasePropRepoType,
2923
3094
  )
2924
3095
  from githubkit.versions.v2022_11_28.types import (
2925
- WebhookStatusPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitterType,
3096
+ WebhooksPullRequest5PropBasePropUserType as WebhooksPullRequest5PropBasePropUserType,
2926
3097
  )
2927
3098
  from githubkit.versions.v2022_11_28.types import (
2928
- WebhookTeamAddedToRepositoryPropTeamType as WebhookTeamAddedToRepositoryPropTeamType,
3099
+ WebhooksPullRequest5PropHeadPropRepoType as WebhooksPullRequest5PropHeadPropRepoType,
2929
3100
  )
2930
3101
  from githubkit.versions.v2022_11_28.types import (
2931
- WebhookTeamCreatedPropTeamPropParentType as WebhookTeamCreatedPropTeamPropParentType,
3102
+ WebhooksPullRequest5PropHeadPropUserType as WebhooksPullRequest5PropHeadPropUserType,
2932
3103
  )
2933
3104
  from githubkit.versions.v2022_11_28.types import (
2934
- WebhookTeamDeletedPropTeamPropParentType as WebhookTeamDeletedPropTeamPropParentType,
3105
+ WorkflowUsagePropBillablePropWindowsType as WorkflowUsagePropBillablePropWindowsType,
2935
3106
  )
2936
3107
  from githubkit.versions.v2022_11_28.types import (
2937
- WebhookTeamEditedPropChangesPropNameType as WebhookTeamEditedPropChangesPropNameType,
3108
+ BranchRestrictionPolicyPropTeamsItemsType as BranchRestrictionPolicyPropTeamsItemsType,
2938
3109
  )
2939
3110
  from githubkit.versions.v2022_11_28.types import (
2940
- WorkflowUsagePropBillablePropWindowsType as WorkflowUsagePropBillablePropWindowsType,
3111
+ BranchRestrictionPolicyPropUsersItemsType as BranchRestrictionPolicyPropUsersItemsType,
2941
3112
  )
2942
3113
  from githubkit.versions.v2022_11_28.types import (
2943
- BranchRestrictionPolicyPropTeamsItemsType as BranchRestrictionPolicyPropTeamsItemsType,
3114
+ CodeScanningVariantAnalysisRepositoryType as CodeScanningVariantAnalysisRepositoryType,
2944
3115
  )
2945
3116
  from githubkit.versions.v2022_11_28.types import (
2946
- BranchRestrictionPolicyPropUsersItemsType as BranchRestrictionPolicyPropUsersItemsType,
3117
+ CopilotUsageMetricsPropBreakdownItemsType as CopilotUsageMetricsPropBreakdownItemsType,
2947
3118
  )
2948
3119
  from githubkit.versions.v2022_11_28.types import (
2949
3120
  GistsGistIdCommentsCommentIdPatchBodyType as GistsGistIdCommentsCommentIdPatchBodyType,
@@ -3002,9 +3173,6 @@ if TYPE_CHECKING:
3002
3173
  from githubkit.versions.v2022_11_28.types import (
3003
3174
  WebhookIssueCommentCreatedPropCommentType as WebhookIssueCommentCreatedPropCommentType,
3004
3175
  )
3005
- from githubkit.versions.v2022_11_28.types import (
3006
- WebhookIssueCommentDeletedPropCommentType as WebhookIssueCommentDeletedPropCommentType,
3007
- )
3008
3176
  from githubkit.versions.v2022_11_28.types import (
3009
3177
  WebhookIssuesDeletedPropIssuePropUserType as WebhookIssuesDeletedPropIssuePropUserType,
3010
3178
  )
@@ -3014,9 +3182,6 @@ if TYPE_CHECKING:
3014
3182
  from githubkit.versions.v2022_11_28.types import (
3015
3183
  WebhookLabelEditedPropChangesPropNameType as WebhookLabelEditedPropChangesPropNameType,
3016
3184
  )
3017
- from githubkit.versions.v2022_11_28.types import (
3018
- WebhookOrgBlockBlockedPropBlockedUserType as WebhookOrgBlockBlockedPropBlockedUserType,
3019
- )
3020
3185
  from githubkit.versions.v2022_11_28.types import (
3021
3186
  WebhookOrganizationRenamedPropChangesType as WebhookOrganizationRenamedPropChangesType,
3022
3187
  )
@@ -3035,6 +3200,18 @@ if TYPE_CHECKING:
3035
3200
  from githubkit.versions.v2022_11_28.types import (
3036
3201
  WebhookSponsorshipPendingCancellationType as WebhookSponsorshipPendingCancellationType,
3037
3202
  )
3203
+ from githubkit.versions.v2022_11_28.types import (
3204
+ WebhooksIssuePropMilestonePropCreatorType as WebhooksIssuePropMilestonePropCreatorType,
3205
+ )
3206
+ from githubkit.versions.v2022_11_28.types import (
3207
+ WebhooksPullRequest5PropLinksPropHtmlType as WebhooksPullRequest5PropLinksPropHtmlType,
3208
+ )
3209
+ from githubkit.versions.v2022_11_28.types import (
3210
+ WebhooksPullRequest5PropLinksPropSelfType as WebhooksPullRequest5PropLinksPropSelfType,
3211
+ )
3212
+ from githubkit.versions.v2022_11_28.types import (
3213
+ WebhooksSecurityAdvisoryPropCwesItemsType as WebhooksSecurityAdvisoryPropCwesItemsType,
3214
+ )
3038
3215
  from githubkit.versions.v2022_11_28.types import (
3039
3216
  WorkflowRunUsagePropBillablePropMacosType as WorkflowRunUsagePropBillablePropMacosType,
3040
3217
  )
@@ -3137,15 +3314,9 @@ if TYPE_CHECKING:
3137
3314
  from githubkit.versions.v2022_11_28.types import (
3138
3315
  WebhookInstallationRepositoriesRemovedType as WebhookInstallationRepositoriesRemovedType,
3139
3316
  )
3140
- from githubkit.versions.v2022_11_28.types import (
3141
- WebhookIssuesAssignedPropIssuePropUserType as WebhookIssuesAssignedPropIssuePropUserType,
3142
- )
3143
3317
  from githubkit.versions.v2022_11_28.types import (
3144
3318
  WebhookIssuesClosedPropIssueMergedUserType as WebhookIssuesClosedPropIssueMergedUserType,
3145
3319
  )
3146
- from githubkit.versions.v2022_11_28.types import (
3147
- WebhookIssuesDemilestonedPropMilestoneType as WebhookIssuesDemilestonedPropMilestoneType,
3148
- )
3149
3320
  from githubkit.versions.v2022_11_28.types import (
3150
3321
  WebhookIssuesEditedPropChangesPropBodyType as WebhookIssuesEditedPropChangesPropBodyType,
3151
3322
  )
@@ -3155,9 +3326,6 @@ if TYPE_CHECKING:
3155
3326
  from githubkit.versions.v2022_11_28.types import (
3156
3327
  WebhookIssuesUnlockedPropIssuePropUserType as WebhookIssuesUnlockedPropIssuePropUserType,
3157
3328
  )
3158
- from githubkit.versions.v2022_11_28.types import (
3159
- WebhookIssuesUnpinnedPropIssuePropUserType as WebhookIssuesUnpinnedPropIssuePropUserType,
3160
- )
3161
3329
  from githubkit.versions.v2022_11_28.types import (
3162
3330
  WebhookLabelEditedPropChangesPropColorType as WebhookLabelEditedPropChangesPropColorType,
3163
3331
  )
@@ -3167,9 +3335,6 @@ if TYPE_CHECKING:
3167
3335
  from githubkit.versions.v2022_11_28.types import (
3168
3336
  WebhookProjectCardMovedPropProjectCardType as WebhookProjectCardMovedPropProjectCardType,
3169
3337
  )
3170
- from githubkit.versions.v2022_11_28.types import (
3171
- WebhookPullRequestAssignedPropAssigneeType as WebhookPullRequestAssignedPropAssigneeType,
3172
- )
3173
3338
  from githubkit.versions.v2022_11_28.types import (
3174
3339
  WebhookPullRequestReviewCommentCreatedType as WebhookPullRequestReviewCommentCreatedType,
3175
3340
  )
@@ -3185,6 +3350,30 @@ if TYPE_CHECKING:
3185
3350
  from githubkit.versions.v2022_11_28.types import (
3186
3351
  WebhookRubygemsMetadataPropVersionInfoType as WebhookRubygemsMetadataPropVersionInfoType,
3187
3352
  )
3353
+ from githubkit.versions.v2022_11_28.types import (
3354
+ WebhooksIssue2PropMilestonePropCreatorType as WebhooksIssue2PropMilestonePropCreatorType,
3355
+ )
3356
+ from githubkit.versions.v2022_11_28.types import (
3357
+ WebhooksIssuePropPerformedViaGithubAppType as WebhooksIssuePropPerformedViaGithubAppType,
3358
+ )
3359
+ from githubkit.versions.v2022_11_28.types import (
3360
+ WebhooksMarketplacePurchasePropAccountType as WebhooksMarketplacePurchasePropAccountType,
3361
+ )
3362
+ from githubkit.versions.v2022_11_28.types import (
3363
+ WebhooksPullRequest5PropAssigneesItemsType as WebhooksPullRequest5PropAssigneesItemsType,
3364
+ )
3365
+ from githubkit.versions.v2022_11_28.types import (
3366
+ WebhooksPullRequest5PropLinksPropIssueType as WebhooksPullRequest5PropLinksPropIssueType,
3367
+ )
3368
+ from githubkit.versions.v2022_11_28.types import (
3369
+ WebhooksReviewCommentPropLinksPropHtmlType as WebhooksReviewCommentPropLinksPropHtmlType,
3370
+ )
3371
+ from githubkit.versions.v2022_11_28.types import (
3372
+ WebhooksReviewCommentPropLinksPropSelfType as WebhooksReviewCommentPropLinksPropSelfType,
3373
+ )
3374
+ from githubkit.versions.v2022_11_28.types import (
3375
+ WebhooksReviewPropLinksPropPullRequestType as WebhooksReviewPropLinksPropPullRequestType,
3376
+ )
3188
3377
  from githubkit.versions.v2022_11_28.types import (
3189
3378
  WorkflowRunUsagePropBillablePropUbuntuType as WorkflowRunUsagePropBillablePropUbuntuType,
3190
3379
  )
@@ -3239,27 +3428,15 @@ if TYPE_CHECKING:
3239
3428
  from githubkit.versions.v2022_11_28.types import (
3240
3429
  WebhookDiscussionTransferredPropChangesType as WebhookDiscussionTransferredPropChangesType,
3241
3430
  )
3242
- from githubkit.versions.v2022_11_28.types import (
3243
- WebhookInstallationCreatedPropRequesterType as WebhookInstallationCreatedPropRequesterType,
3244
- )
3245
3431
  from githubkit.versions.v2022_11_28.types import (
3246
3432
  WebhookIssuesEditedPropChangesPropTitleType as WebhookIssuesEditedPropChangesPropTitleType,
3247
3433
  )
3248
- from githubkit.versions.v2022_11_28.types import (
3249
- WebhookIssuesUnlabeledPropIssuePropUserType as WebhookIssuesUnlabeledPropIssuePropUserType,
3250
- )
3251
3434
  from githubkit.versions.v2022_11_28.types import (
3252
3435
  WebhookMarketplacePurchasePendingChangeType as WebhookMarketplacePurchasePendingChangeType,
3253
3436
  )
3254
- from githubkit.versions.v2022_11_28.types import (
3255
- WebhookOrgBlockUnblockedPropBlockedUserType as WebhookOrgBlockUnblockedPropBlockedUserType,
3256
- )
3257
3437
  from githubkit.versions.v2022_11_28.types import (
3258
3438
  WebhookPersonalAccessTokenRequestDeniedType as WebhookPersonalAccessTokenRequestDeniedType,
3259
3439
  )
3260
- from githubkit.versions.v2022_11_28.types import (
3261
- WebhookProjectCardEditedPropProjectCardType as WebhookProjectCardEditedPropProjectCardType,
3262
- )
3263
3440
  from githubkit.versions.v2022_11_28.types import (
3264
3441
  WebhookProjectEditedPropChangesPropBodyType as WebhookProjectEditedPropChangesPropBodyType,
3265
3442
  )
@@ -3284,9 +3461,6 @@ if TYPE_CHECKING:
3284
3461
  from githubkit.versions.v2022_11_28.types import (
3285
3462
  WebhookRepositoryTransferredPropChangesType as WebhookRepositoryTransferredPropChangesType,
3286
3463
  )
3287
- from githubkit.versions.v2022_11_28.types import (
3288
- WebhookSponsorshipEditedPropSponsorshipType as WebhookSponsorshipEditedPropSponsorshipType,
3289
- )
3290
3464
  from githubkit.versions.v2022_11_28.types import (
3291
3465
  WebhookStatusPropCommitPropParentsItemsType as WebhookStatusPropCommitPropParentsItemsType,
3292
3466
  )
@@ -3297,10 +3471,7 @@ if TYPE_CHECKING:
3297
3471
  WebhookWorkflowJobQueuedPropWorkflowJobType as WebhookWorkflowJobQueuedPropWorkflowJobType,
3298
3472
  )
3299
3473
  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,
3474
+ WebhooksIssue2PropPerformedViaGithubAppType as WebhooksIssue2PropPerformedViaGithubAppType,
3304
3475
  )
3305
3476
  from githubkit.versions.v2022_11_28.types import (
3306
3477
  WorkflowRunUsagePropBillablePropWindowsType as WorkflowRunUsagePropBillablePropWindowsType,
@@ -3353,6 +3524,9 @@ if TYPE_CHECKING:
3353
3524
  from githubkit.versions.v2022_11_28.types import (
3354
3525
  RepositoryAdvisoryUpdatePropCreditsItemsType as RepositoryAdvisoryUpdatePropCreditsItemsType,
3355
3526
  )
3527
+ from githubkit.versions.v2022_11_28.types import (
3528
+ RepositoryRuleCodeScanningPropParametersType as RepositoryRuleCodeScanningPropParametersType,
3529
+ )
3356
3530
  from githubkit.versions.v2022_11_28.types import (
3357
3531
  RepositoryWebhooksPropTemplateRepositoryType as RepositoryWebhooksPropTemplateRepositoryType,
3358
3532
  )
@@ -3374,9 +3548,6 @@ if TYPE_CHECKING:
3374
3548
  from githubkit.versions.v2022_11_28.types import (
3375
3549
  WebhookDeploymentProtectionRuleRequestedType as WebhookDeploymentProtectionRuleRequestedType,
3376
3550
  )
3377
- from githubkit.versions.v2022_11_28.types import (
3378
- WebhookDiscussionUnansweredPropOldAnswerType as WebhookDiscussionUnansweredPropOldAnswerType,
3379
- )
3380
3551
  from githubkit.versions.v2022_11_28.types import (
3381
3552
  WebhookIssueCommentEditedPropIssueAllof0Type as WebhookIssueCommentEditedPropIssueAllof0Type,
3382
3553
  )
@@ -3398,77 +3569,35 @@ if TYPE_CHECKING:
3398
3569
  from githubkit.versions.v2022_11_28.types import (
3399
3570
  WebhookIssuesOpenedPropIssuePropAssigneeType as WebhookIssuesOpenedPropIssuePropAssigneeType,
3400
3571
  )
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
3572
  from githubkit.versions.v2022_11_28.types import (
3420
3573
  WebhookPersonalAccessTokenRequestCreatedType as WebhookPersonalAccessTokenRequestCreatedType,
3421
3574
  )
3422
- from githubkit.versions.v2022_11_28.types import (
3423
- WebhookProjectCardCreatedPropProjectCardType as WebhookProjectCardCreatedPropProjectCardType,
3424
- )
3425
3575
  from githubkit.versions.v2022_11_28.types import (
3426
3576
  WebhookProjectCardDeletedPropProjectCardType as WebhookProjectCardDeletedPropProjectCardType,
3427
3577
  )
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
3578
  from githubkit.versions.v2022_11_28.types import (
3435
3579
  WebhookPullRequestLabeledPropPullRequestType as WebhookPullRequestLabeledPropPullRequestType,
3436
3580
  )
3437
- from githubkit.versions.v2022_11_28.types import (
3438
- WebhookPullRequestReviewEditedPropReviewType as WebhookPullRequestReviewEditedPropReviewType,
3439
- )
3440
3581
  from githubkit.versions.v2022_11_28.types import (
3441
3582
  WebhookPullRequestReviewThreadUnresolvedType as WebhookPullRequestReviewThreadUnresolvedType,
3442
3583
  )
3443
- from githubkit.versions.v2022_11_28.types import (
3444
- WebhookPullRequestUnassignedPropAssigneeType as WebhookPullRequestUnassignedPropAssigneeType,
3445
- )
3446
3584
  from githubkit.versions.v2022_11_28.types import (
3447
3585
  WebhookPushPropCommitsItemsPropCommitterType as WebhookPushPropCommitsItemsPropCommitterType,
3448
3586
  )
3449
3587
  from githubkit.versions.v2022_11_28.types import (
3450
3588
  WebhookPushPropRepositoryPropPermissionsType as WebhookPushPropRepositoryPropPermissionsType,
3451
3589
  )
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
3590
  from githubkit.versions.v2022_11_28.types import (
3459
3591
  WebhookStatusPropBranchesItemsPropCommitType as WebhookStatusPropBranchesItemsPropCommitType,
3460
3592
  )
3461
3593
  from githubkit.versions.v2022_11_28.types import (
3462
3594
  WebhookTeamEditedPropRepositoryPropOwnerType as WebhookTeamEditedPropRepositoryPropOwnerType,
3463
3595
  )
3464
- from githubkit.versions.v2022_11_28.types import (
3465
- WebhookTeamRemovedFromRepositoryPropTeamType as WebhookTeamRemovedFromRepositoryPropTeamType,
3466
- )
3467
3596
  from githubkit.versions.v2022_11_28.types import (
3468
3597
  WebhookWorkflowJobWaitingPropWorkflowJobType as WebhookWorkflowJobWaitingPropWorkflowJobType,
3469
3598
  )
3470
3599
  from githubkit.versions.v2022_11_28.types import (
3471
- WebhookWorkflowRunInProgressPropWorkflowType as WebhookWorkflowRunInProgressPropWorkflowType,
3600
+ WebhooksPullRequest5PropLinksPropCommitsType as WebhooksPullRequest5PropLinksPropCommitsType,
3472
3601
  )
3473
3602
  from githubkit.versions.v2022_11_28.types import (
3474
3603
  BranchProtectionPropRequiredLinearHistoryType as BranchProtectionPropRequiredLinearHistoryType,
@@ -3536,9 +3665,6 @@ if TYPE_CHECKING:
3536
3665
  from githubkit.versions.v2022_11_28.types import (
3537
3666
  WebhookDiscussionCommentEditedPropChangesType as WebhookDiscussionCommentEditedPropChangesType,
3538
3667
  )
3539
- from githubkit.versions.v2022_11_28.types import (
3540
- WebhookDiscussionCommentEditedPropCommentType as WebhookDiscussionCommentEditedPropCommentType,
3541
- )
3542
3668
  from githubkit.versions.v2022_11_28.types import (
3543
3669
  WebhookInstallationNewPermissionsAcceptedType as WebhookInstallationNewPermissionsAcceptedType,
3544
3670
  )
@@ -3578,15 +3704,6 @@ if TYPE_CHECKING:
3578
3704
  from githubkit.versions.v2022_11_28.types import (
3579
3705
  WebhookIssuesOpenedPropIssuePropReactionsType as WebhookIssuesOpenedPropIssuePropReactionsType,
3580
3706
  )
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
3707
  from githubkit.versions.v2022_11_28.types import (
3591
3708
  WebhookMemberAddedPropChangesPropRoleNameType as WebhookMemberAddedPropChangesPropRoleNameType,
3592
3709
  )
@@ -3620,9 +3737,6 @@ if TYPE_CHECKING:
3620
3737
  from githubkit.versions.v2022_11_28.types import (
3621
3738
  WebhookPullRequestUnlockedPropPullRequestType as WebhookPullRequestUnlockedPropPullRequestType,
3622
3739
  )
3623
- from githubkit.versions.v2022_11_28.types import (
3624
- WebhookReleaseEditedPropReleasePropAuthorType as WebhookReleaseEditedPropReleasePropAuthorType,
3625
- )
3626
3740
  from githubkit.versions.v2022_11_28.types import (
3627
3741
  WebhookRepositoryRulesetEditedPropChangesType as WebhookRepositoryRulesetEditedPropChangesType,
3628
3742
  )
@@ -3644,6 +3758,12 @@ if TYPE_CHECKING:
3644
3758
  from githubkit.versions.v2022_11_28.types import (
3645
3759
  WebhookTeamDeletedPropRepositoryPropOwnerType as WebhookTeamDeletedPropRepositoryPropOwnerType,
3646
3760
  )
3761
+ from githubkit.versions.v2022_11_28.types import (
3762
+ WebhooksPullRequest5PropLinksPropCommentsType as WebhooksPullRequest5PropLinksPropCommentsType,
3763
+ )
3764
+ from githubkit.versions.v2022_11_28.types import (
3765
+ WebhooksPullRequest5PropLinksPropStatusesType as WebhooksPullRequest5PropLinksPropStatusesType,
3766
+ )
3647
3767
  from githubkit.versions.v2022_11_28.types import (
3648
3768
  AppManifestsCodeConversionsPostResponse201Type as AppManifestsCodeConversionsPostResponse201Type,
3649
3769
  )
@@ -3725,24 +3845,12 @@ if TYPE_CHECKING:
3725
3845
  from githubkit.versions.v2022_11_28.types import (
3726
3846
  WebhookDeploymentStatusCreatedPropCheckRunType as WebhookDeploymentStatusCreatedPropCheckRunType,
3727
3847
  )
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
3848
  from githubkit.versions.v2022_11_28.types import (
3738
3849
  WebhookDiscussionEditedPropChangesPropBodyType as WebhookDiscussionEditedPropChangesPropBodyType,
3739
3850
  )
3740
3851
  from githubkit.versions.v2022_11_28.types import (
3741
3852
  WebhookForkPropForkeeAllof0PropPermissionsType as WebhookForkPropForkeeAllof0PropPermissionsType,
3742
3853
  )
3743
- from githubkit.versions.v2022_11_28.types import (
3744
- WebhookIssuesAssignedPropIssuePropAssigneeType as WebhookIssuesAssignedPropIssuePropAssigneeType,
3745
- )
3746
3854
  from githubkit.versions.v2022_11_28.types import (
3747
3855
  WebhookIssuesClosedPropIssueAllof0PropUserType as WebhookIssuesClosedPropIssueAllof0PropUserType,
3748
3856
  )
@@ -3776,12 +3884,6 @@ if TYPE_CHECKING:
3776
3884
  from githubkit.versions.v2022_11_28.types import (
3777
3885
  WebhookIssuesUnlockedPropIssuePropAssigneeType as WebhookIssuesUnlockedPropIssuePropAssigneeType,
3778
3886
  )
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
3887
  from githubkit.versions.v2022_11_28.types import (
3786
3888
  WebhookMilestoneEditedPropChangesPropDueOnType as WebhookMilestoneEditedPropChangesPropDueOnType,
3787
3889
  )
@@ -3791,36 +3893,15 @@ if TYPE_CHECKING:
3791
3893
  from githubkit.versions.v2022_11_28.types import (
3792
3894
  WebhookPersonalAccessTokenRequestCancelledType as WebhookPersonalAccessTokenRequestCancelledType,
3793
3895
  )
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
3896
  from githubkit.versions.v2022_11_28.types import (
3807
3897
  WebhookPullRequestUnlabeledPropPullRequestType as WebhookPullRequestUnlabeledPropPullRequestType,
3808
3898
  )
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
3899
  from githubkit.versions.v2022_11_28.types import (
3816
3900
  WebhookRepositoryVulnerabilityAlertDismissType as WebhookRepositoryVulnerabilityAlertDismissType,
3817
3901
  )
3818
3902
  from githubkit.versions.v2022_11_28.types import (
3819
3903
  WebhookRepositoryVulnerabilityAlertResolveType as WebhookRepositoryVulnerabilityAlertResolveType,
3820
3904
  )
3821
- from githubkit.versions.v2022_11_28.types import (
3822
- WebhookSponsorshipCancelledPropSponsorshipType as WebhookSponsorshipCancelledPropSponsorshipType,
3823
- )
3824
3905
  from githubkit.versions.v2022_11_28.types import (
3825
3906
  WebhookTeamAddedToRepositoryPropRepositoryType as WebhookTeamAddedToRepositoryPropRepositoryType,
3826
3907
  )
@@ -3839,9 +3920,15 @@ if TYPE_CHECKING:
3839
3920
  from githubkit.versions.v2022_11_28.types import (
3840
3921
  WebhookWorkflowRunRequestedPropWorkflowRunType as WebhookWorkflowRunRequestedPropWorkflowRunType,
3841
3922
  )
3923
+ from githubkit.versions.v2022_11_28.types import (
3924
+ WebhooksReleasePropAssetsItemsPropUploaderType as WebhooksReleasePropAssetsItemsPropUploaderType,
3925
+ )
3842
3926
  from githubkit.versions.v2022_11_28.types import (
3843
3927
  ActionsBillingUsagePropMinutesUsedBreakdownType as ActionsBillingUsagePropMinutesUsedBreakdownType,
3844
3928
  )
3929
+ from githubkit.versions.v2022_11_28.types import (
3930
+ CodeScanningVariantAnalysisSkippedRepoGroupType as CodeScanningVariantAnalysisSkippedRepoGroupType,
3931
+ )
3845
3932
  from githubkit.versions.v2022_11_28.types import (
3846
3933
  DependabotAlertWithRepositoryPropDependencyType as DependabotAlertWithRepositoryPropDependencyType,
3847
3934
  )
@@ -3884,15 +3971,6 @@ if TYPE_CHECKING:
3884
3971
  from githubkit.versions.v2022_11_28.types import (
3885
3972
  WebhookBranchProtectionConfigurationEnabledType as WebhookBranchProtectionConfigurationEnabledType,
3886
3973
  )
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
3974
  from githubkit.versions.v2022_11_28.types import (
3897
3975
  WebhookDiscussionCategoryChangedPropChangesType as WebhookDiscussionCategoryChangedPropChangesType,
3898
3976
  )
@@ -3905,12 +3983,6 @@ if TYPE_CHECKING:
3905
3983
  from githubkit.versions.v2022_11_28.types import (
3906
3984
  WebhookInstallationTargetRenamedPropChangesType as WebhookInstallationTargetRenamedPropChangesType,
3907
3985
  )
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
3986
  from githubkit.versions.v2022_11_28.types import (
3915
3987
  WebhookIssuesClosedPropIssueMergedAssigneesType as WebhookIssuesClosedPropIssueMergedAssigneesType,
3916
3988
  )
@@ -3938,33 +4010,18 @@ if TYPE_CHECKING:
3938
4010
  from githubkit.versions.v2022_11_28.types import (
3939
4011
  WebhookIssuesOpenedPropIssuePropPullRequestType as WebhookIssuesOpenedPropIssuePropPullRequestType,
3940
4012
  )
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
4013
  from githubkit.versions.v2022_11_28.types import (
3948
4014
  WebhookIssuesReopenedPropIssuePropMilestoneType as WebhookIssuesReopenedPropIssuePropMilestoneType,
3949
4015
  )
3950
4016
  from githubkit.versions.v2022_11_28.types import (
3951
4017
  WebhookIssuesReopenedPropIssuePropReactionsType as WebhookIssuesReopenedPropIssuePropReactionsType,
3952
4018
  )
3953
- from githubkit.versions.v2022_11_28.types import (
3954
- WebhookIssuesUnlabeledPropIssuePropAssigneeType as WebhookIssuesUnlabeledPropIssuePropAssigneeType,
3955
- )
3956
4019
  from githubkit.versions.v2022_11_28.types import (
3957
4020
  WebhookIssuesUnlockedPropIssuePropMilestoneType as WebhookIssuesUnlockedPropIssuePropMilestoneType,
3958
4021
  )
3959
4022
  from githubkit.versions.v2022_11_28.types import (
3960
4023
  WebhookIssuesUnlockedPropIssuePropReactionsType as WebhookIssuesUnlockedPropIssuePropReactionsType,
3961
4024
  )
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
4025
  from githubkit.versions.v2022_11_28.types import (
3969
4026
  WebhookMemberAddedPropChangesPropPermissionType as WebhookMemberAddedPropChangesPropPermissionType,
3970
4027
  )
@@ -3974,36 +4031,18 @@ if TYPE_CHECKING:
3974
4031
  from githubkit.versions.v2022_11_28.types import (
3975
4032
  WebhookProjectCardEditedPropChangesPropNoteType as WebhookProjectCardEditedPropChangesPropNoteType,
3976
4033
  )
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
4034
  from githubkit.versions.v2022_11_28.types import (
3987
4035
  WebhookPullRequestEditedPropChangesPropBaseType as WebhookPullRequestEditedPropChangesPropBaseType,
3988
4036
  )
3989
4037
  from githubkit.versions.v2022_11_28.types import (
3990
4038
  WebhookPullRequestEditedPropChangesPropBodyType as WebhookPullRequestEditedPropChangesPropBodyType,
3991
4039
  )
3992
- from githubkit.versions.v2022_11_28.types import (
3993
- WebhookPullRequestMilestonedPropPullRequestType as WebhookPullRequestMilestonedPropPullRequestType,
3994
- )
3995
4040
  from githubkit.versions.v2022_11_28.types import (
3996
4041
  WebhookPullRequestReviewDismissedPropReviewType as WebhookPullRequestReviewDismissedPropReviewType,
3997
4042
  )
3998
- from githubkit.versions.v2022_11_28.types import (
3999
- WebhookPullRequestReviewSubmittedPropReviewType as WebhookPullRequestReviewSubmittedPropReviewType,
4000
- )
4001
4043
  from githubkit.versions.v2022_11_28.types import (
4002
4044
  WebhookPullRequestUnassignedPropPullRequestType as WebhookPullRequestUnassignedPropPullRequestType,
4003
4045
  )
4004
- from githubkit.versions.v2022_11_28.types import (
4005
- WebhookReleaseReleasedPropReleasePropAuthorType as WebhookReleaseReleasedPropReleasePropAuthorType,
4006
- )
4007
4046
  from githubkit.versions.v2022_11_28.types import (
4008
4047
  WebhookStatusPropCommitPropCommitPropAuthorType as WebhookStatusPropCommitPropCommitPropAuthorType,
4009
4048
  )
@@ -4022,6 +4061,18 @@ if TYPE_CHECKING:
4022
4061
  from githubkit.versions.v2022_11_28.types import (
4023
4062
  WebhookWorkflowRunInProgressPropWorkflowRunType as WebhookWorkflowRunInProgressPropWorkflowRunType,
4024
4063
  )
4064
+ from githubkit.versions.v2022_11_28.types import (
4065
+ WebhooksPreviousMarketplacePurchasePropPlanType as WebhooksPreviousMarketplacePurchasePropPlanType,
4066
+ )
4067
+ from githubkit.versions.v2022_11_28.types import (
4068
+ WebhooksPullRequest5PropRequestedTeamsItemsType as WebhooksPullRequest5PropRequestedTeamsItemsType,
4069
+ )
4070
+ from githubkit.versions.v2022_11_28.types import (
4071
+ WebhooksRelease1PropAssetsItemsPropUploaderType as WebhooksRelease1PropAssetsItemsPropUploaderType,
4072
+ )
4073
+ from githubkit.versions.v2022_11_28.types import (
4074
+ WebhooksSecurityAdvisoryPropReferencesItemsType as WebhooksSecurityAdvisoryPropReferencesItemsType,
4075
+ )
4025
4076
  from githubkit.versions.v2022_11_28.types import (
4026
4077
  DependabotAlertSecurityAdvisoryPropCwesItemsType as DependabotAlertSecurityAdvisoryPropCwesItemsType,
4027
4078
  )
@@ -4079,12 +4130,6 @@ if TYPE_CHECKING:
4079
4130
  from githubkit.versions.v2022_11_28.types import (
4080
4131
  WebhookDeploymentStatusCreatedPropDeploymentType as WebhookDeploymentStatusCreatedPropDeploymentType,
4081
4132
  )
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
4133
  from githubkit.versions.v2022_11_28.types import (
4089
4134
  WebhookIssueCommentEditedPropIssueMergedUserType as WebhookIssueCommentEditedPropIssueMergedUserType,
4090
4135
  )
@@ -4103,24 +4148,12 @@ if TYPE_CHECKING:
4103
4148
  from githubkit.versions.v2022_11_28.types import (
4104
4149
  WebhookIssuesMilestonedPropIssuePropAssigneeType as WebhookIssuesMilestonedPropIssuePropAssigneeType,
4105
4150
  )
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
4151
  from githubkit.versions.v2022_11_28.types import (
4116
4152
  WebhookLabelEditedPropChangesPropDescriptionType as WebhookLabelEditedPropChangesPropDescriptionType,
4117
4153
  )
4118
4154
  from githubkit.versions.v2022_11_28.types import (
4119
4155
  WebhookMemberEditedPropChangesPropPermissionType as WebhookMemberEditedPropChangesPropPermissionType,
4120
4156
  )
4121
- from githubkit.versions.v2022_11_28.types import (
4122
- WebhookOrganizationMemberAddedPropMembershipType as WebhookOrganizationMemberAddedPropMembershipType,
4123
- )
4124
4157
  from githubkit.versions.v2022_11_28.types import (
4125
4158
  WebhookPackageUpdatedPropPackagePropRegistryType as WebhookPackageUpdatedPropPackagePropRegistryType,
4126
4159
  )
@@ -4130,15 +4163,6 @@ if TYPE_CHECKING:
4130
4163
  from githubkit.versions.v2022_11_28.types import (
4131
4164
  WebhookProjectCardMovedPropProjectCardAllof1Type as WebhookProjectCardMovedPropProjectCardAllof1Type,
4132
4165
  )
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
4166
  from githubkit.versions.v2022_11_28.types import (
4143
4167
  WebhookProjectsV2ItemEditedPropChangesOneof0Type as WebhookProjectsV2ItemEditedPropChangesOneof0Type,
4144
4168
  )
@@ -4157,12 +4181,6 @@ if TYPE_CHECKING:
4157
4181
  from githubkit.versions.v2022_11_28.types import (
4158
4182
  WebhookPullRequestSynchronizePropPullRequestType as WebhookPullRequestSynchronizePropPullRequestType,
4159
4183
  )
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
4184
  from githubkit.versions.v2022_11_28.types import (
4167
4185
  WebhookRepositoryEditedPropChangesPropTopicsType as WebhookRepositoryEditedPropChangesPropTopicsType,
4168
4186
  )
@@ -4170,7 +4188,10 @@ if TYPE_CHECKING:
4170
4188
  WebhookRubygemsMetadataPropDependenciesItemsType as WebhookRubygemsMetadataPropDependenciesItemsType,
4171
4189
  )
4172
4190
  from githubkit.versions.v2022_11_28.types import (
4173
- WebhookSponsorshipTierChangedPropSponsorshipType as WebhookSponsorshipTierChangedPropSponsorshipType,
4191
+ WebhooksPullRequest5PropMilestonePropCreatorType as WebhooksPullRequest5PropMilestonePropCreatorType,
4192
+ )
4193
+ from githubkit.versions.v2022_11_28.types import (
4194
+ WebhooksSecurityAdvisoryPropIdentifiersItemsType as WebhooksSecurityAdvisoryPropIdentifiersItemsType,
4174
4195
  )
4175
4196
  from githubkit.versions.v2022_11_28.types import (
4176
4197
  BranchRestrictionPolicyPropAppsItemsPropOwnerType as BranchRestrictionPolicyPropAppsItemsPropOwnerType,
@@ -4223,9 +4244,6 @@ if TYPE_CHECKING:
4223
4244
  from githubkit.versions.v2022_11_28.types import (
4224
4245
  WebhookCodeScanningAlertClosedByUserPropAlertType as WebhookCodeScanningAlertClosedByUserPropAlertType,
4225
4246
  )
4226
- from githubkit.versions.v2022_11_28.types import (
4227
- WebhookDeploymentReviewRequestedPropRequestorType as WebhookDeploymentReviewRequestedPropRequestorType,
4228
- )
4229
4247
  from githubkit.versions.v2022_11_28.types import (
4230
4248
  WebhookDeploymentStatusCreatedPropWorkflowRunType as WebhookDeploymentStatusCreatedPropWorkflowRunType,
4231
4249
  )
@@ -4235,18 +4253,9 @@ if TYPE_CHECKING:
4235
4253
  from githubkit.versions.v2022_11_28.types import (
4236
4254
  WebhookIssueCommentCreatedPropIssueMergedUserType as WebhookIssueCommentCreatedPropIssueMergedUserType,
4237
4255
  )
4238
- from githubkit.versions.v2022_11_28.types import (
4239
- WebhookIssueCommentDeletedPropCommentPropUserType as WebhookIssueCommentDeletedPropCommentPropUserType,
4240
- )
4241
4256
  from githubkit.versions.v2022_11_28.types import (
4242
4257
  WebhookIssueCommentDeletedPropIssueMergedUserType as WebhookIssueCommentDeletedPropIssueMergedUserType,
4243
4258
  )
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
4259
  from githubkit.versions.v2022_11_28.types import (
4251
4260
  WebhookIssuesMilestonedPropIssuePropMilestoneType as WebhookIssuesMilestonedPropIssuePropMilestoneType,
4252
4261
  )
@@ -4259,33 +4268,15 @@ if TYPE_CHECKING:
4259
4268
  from githubkit.versions.v2022_11_28.types import (
4260
4269
  WebhookIssuesReopenedPropIssuePropPullRequestType as WebhookIssuesReopenedPropIssuePropPullRequestType,
4261
4270
  )
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
4271
  from githubkit.versions.v2022_11_28.types import (
4272
4272
  WebhookIssuesUnlockedPropIssuePropLabelsItemsType as WebhookIssuesUnlockedPropIssuePropLabelsItemsType,
4273
4273
  )
4274
4274
  from githubkit.versions.v2022_11_28.types import (
4275
4275
  WebhookIssuesUnlockedPropIssuePropPullRequestType as WebhookIssuesUnlockedPropIssuePropPullRequestType,
4276
4276
  )
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
4277
  from githubkit.versions.v2022_11_28.types import (
4284
4278
  WebhookProjectColumnEditedPropChangesPropNameType as WebhookProjectColumnEditedPropChangesPropNameType,
4285
4279
  )
4286
- from githubkit.versions.v2022_11_28.types import (
4287
- WebhookPullRequestDemilestonedPropPullRequestType as WebhookPullRequestDemilestonedPropPullRequestType,
4288
- )
4289
4280
  from githubkit.versions.v2022_11_28.types import (
4290
4281
  WebhookPullRequestReviewEditedPropPullRequestType as WebhookPullRequestReviewEditedPropPullRequestType,
4291
4282
  )
@@ -4293,16 +4284,19 @@ if TYPE_CHECKING:
4293
4284
  WebhookPushPropRepositoryPropCustomPropertiesType as WebhookPushPropRepositoryPropCustomPropertiesType,
4294
4285
  )
4295
4286
  from githubkit.versions.v2022_11_28.types import (
4296
- WebhookReleaseCreatedPropReleasePropReactionsType as WebhookReleaseCreatedPropReleasePropReactionsType,
4287
+ WebhookReleaseEditedPropChangesPropMakeLatestType as WebhookReleaseEditedPropChangesPropMakeLatestType,
4297
4288
  )
4298
4289
  from githubkit.versions.v2022_11_28.types import (
4299
- WebhookReleaseDeletedPropReleasePropReactionsType as WebhookReleaseDeletedPropReleasePropReactionsType,
4290
+ WebhookSecurityAndAnalysisPropChangesPropFromType as WebhookSecurityAndAnalysisPropChangesPropFromType,
4300
4291
  )
4301
4292
  from githubkit.versions.v2022_11_28.types import (
4302
- WebhookReleaseEditedPropChangesPropMakeLatestType as WebhookReleaseEditedPropChangesPropMakeLatestType,
4293
+ WebhooksPullRequest5PropBasePropRepoPropOwnerType as WebhooksPullRequest5PropBasePropRepoPropOwnerType,
4303
4294
  )
4304
4295
  from githubkit.versions.v2022_11_28.types import (
4305
- WebhookSecurityAndAnalysisPropChangesPropFromType as WebhookSecurityAndAnalysisPropChangesPropFromType,
4296
+ WebhooksPullRequest5PropHeadPropRepoPropOwnerType as WebhooksPullRequest5PropHeadPropRepoPropOwnerType,
4297
+ )
4298
+ from githubkit.versions.v2022_11_28.types import (
4299
+ WebhooksReviewCommentPropLinksPropPullRequestType as WebhooksReviewCommentPropLinksPropPullRequestType,
4306
4300
  )
4307
4301
  from githubkit.versions.v2022_11_28.types import (
4308
4302
  OrgsOrgActionsRunnersGenerateJitconfigPostBodyType as OrgsOrgActionsRunnersGenerateJitconfigPostBodyType,
@@ -4391,36 +4385,9 @@ if TYPE_CHECKING:
4391
4385
  from githubkit.versions.v2022_11_28.types import (
4392
4386
  WebhookIssuesOpenedPropIssuePropAssigneesItemsType as WebhookIssuesOpenedPropIssuePropAssigneesItemsType,
4393
4387
  )
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
4388
  from githubkit.versions.v2022_11_28.types import (
4419
4389
  WebhookOrganizationMemberInvitedPropInvitationType as WebhookOrganizationMemberInvitedPropInvitationType,
4420
4390
  )
4421
- from githubkit.versions.v2022_11_28.types import (
4422
- WebhookOrganizationMemberRemovedPropMembershipType as WebhookOrganizationMemberRemovedPropMembershipType,
4423
- )
4424
4391
  from githubkit.versions.v2022_11_28.types import (
4425
4392
  WebhookOrganizationRenamedPropChangesPropLoginType as WebhookOrganizationRenamedPropChangesPropLoginType,
4426
4393
  )
@@ -4433,35 +4400,29 @@ if TYPE_CHECKING:
4433
4400
  from githubkit.versions.v2022_11_28.types import (
4434
4401
  WebhookProjectCardMovedPropChangesPropColumnIdType as WebhookProjectCardMovedPropChangesPropColumnIdType,
4435
4402
  )
4436
- from githubkit.versions.v2022_11_28.types import (
4437
- WebhookReleaseEditedPropReleasePropAssetsItemsType as WebhookReleaseEditedPropReleasePropAssetsItemsType,
4438
- )
4439
4403
  from githubkit.versions.v2022_11_28.types import (
4440
4404
  WebhookReleasePrereleasedPropReleasePropAuthorType as WebhookReleasePrereleasedPropReleasePropAuthorType,
4441
4405
  )
4442
4406
  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,
4407
+ WebhookRepositoryEditedPropChangesPropHomepageType as WebhookRepositoryEditedPropChangesPropHomepageType,
4447
4408
  )
4448
4409
  from githubkit.versions.v2022_11_28.types import (
4449
- WebhookRepositoryEditedPropChangesPropHomepageType as WebhookRepositoryEditedPropChangesPropHomepageType,
4410
+ WebhookStatusPropCommitPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitPropCommitterType,
4450
4411
  )
4451
4412
  from githubkit.versions.v2022_11_28.types import (
4452
- WebhookSponsorshipPendingTierChangePropChangesType as WebhookSponsorshipPendingTierChangePropChangesType,
4413
+ WebhookTeamEditedPropRepositoryPropPermissionsType as WebhookTeamEditedPropRepositoryPropPermissionsType,
4453
4414
  )
4454
4415
  from githubkit.versions.v2022_11_28.types import (
4455
- WebhookStatusPropCommitPropCommitPropCommitterType as WebhookStatusPropCommitPropCommitPropCommitterType,
4416
+ WebhookTeamRemovedFromRepositoryPropRepositoryType as WebhookTeamRemovedFromRepositoryPropRepositoryType,
4456
4417
  )
4457
4418
  from githubkit.versions.v2022_11_28.types import (
4458
- WebhookTeamAddedToRepositoryPropTeamPropParentType as WebhookTeamAddedToRepositoryPropTeamPropParentType,
4419
+ WebhooksPreviousMarketplacePurchasePropAccountType as WebhooksPreviousMarketplacePurchasePropAccountType,
4459
4420
  )
4460
4421
  from githubkit.versions.v2022_11_28.types import (
4461
- WebhookTeamEditedPropRepositoryPropPermissionsType as WebhookTeamEditedPropRepositoryPropPermissionsType,
4422
+ WebhooksPullRequest5PropAutoMergePropEnabledByType as WebhooksPullRequest5PropAutoMergePropEnabledByType,
4462
4423
  )
4463
4424
  from githubkit.versions.v2022_11_28.types import (
4464
- WebhookTeamRemovedFromRepositoryPropRepositoryType as WebhookTeamRemovedFromRepositoryPropRepositoryType,
4425
+ WebhooksPullRequest5PropLinksPropReviewCommentType as WebhooksPullRequest5PropLinksPropReviewCommentType,
4465
4426
  )
4466
4427
  from githubkit.versions.v2022_11_28.types import (
4467
4428
  DependencyGraphSpdxSbomPropSbomPropCreationInfoType as DependencyGraphSpdxSbomPropSbomPropCreationInfoType,
@@ -4517,15 +4478,6 @@ if TYPE_CHECKING:
4517
4478
  from githubkit.versions.v2022_11_28.types import (
4518
4479
  WebhookForkPropForkeeAllof0PropCustomPropertiesType as WebhookForkPropForkeeAllof0PropCustomPropertiesType,
4519
4480
  )
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
4481
  from githubkit.versions.v2022_11_28.types import (
4530
4482
  WebhookIssuesClosedPropIssueAllof0PropMilestoneType as WebhookIssuesClosedPropIssueAllof0PropMilestoneType,
4531
4483
  )
@@ -4557,28 +4509,13 @@ if TYPE_CHECKING:
4557
4509
  WebhookIssuesMilestonedPropIssuePropPullRequestType as WebhookIssuesMilestonedPropIssuePropPullRequestType,
4558
4510
  )
4559
4511
  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,
4512
+ WebhookIssuesOpenedPropChangesPropOldRepositoryType as WebhookIssuesOpenedPropChangesPropOldRepositoryType,
4576
4513
  )
4577
4514
  from githubkit.versions.v2022_11_28.types import (
4578
- WebhookMilestoneCreatedPropMilestonePropCreatorType as WebhookMilestoneCreatedPropMilestonePropCreatorType,
4515
+ WebhookIssuesTransferredPropChangesPropNewIssueType as WebhookIssuesTransferredPropChangesPropNewIssueType,
4579
4516
  )
4580
4517
  from githubkit.versions.v2022_11_28.types import (
4581
- WebhookMilestoneDeletedPropMilestonePropCreatorType as WebhookMilestoneDeletedPropMilestonePropCreatorType,
4518
+ WebhookMemberEditedPropChangesPropOldPermissionType as WebhookMemberEditedPropChangesPropOldPermissionType,
4582
4519
  )
4583
4520
  from githubkit.versions.v2022_11_28.types import (
4584
4521
  WebhookPullRequestLockedPropPullRequestPropBaseType as WebhookPullRequestLockedPropPullRequestPropBaseType,
@@ -4590,22 +4527,22 @@ if TYPE_CHECKING:
4590
4527
  WebhookPullRequestLockedPropPullRequestPropUserType as WebhookPullRequestLockedPropPullRequestPropUserType,
4591
4528
  )
4592
4529
  from githubkit.versions.v2022_11_28.types import (
4593
- WebhookReleaseCreatedPropReleasePropAssetsItemsType as WebhookReleaseCreatedPropReleasePropAssetsItemsType,
4530
+ WebhookTeamCreatedPropRepositoryPropPermissionsType as WebhookTeamCreatedPropRepositoryPropPermissionsType,
4594
4531
  )
4595
4532
  from githubkit.versions.v2022_11_28.types import (
4596
- WebhookReleaseDeletedPropReleasePropAssetsItemsType as WebhookReleaseDeletedPropReleasePropAssetsItemsType,
4533
+ WebhookTeamDeletedPropRepositoryPropPermissionsType as WebhookTeamDeletedPropRepositoryPropPermissionsType,
4597
4534
  )
4598
4535
  from githubkit.versions.v2022_11_28.types import (
4599
- WebhookReleasePublishedPropReleasePropReactionsType as WebhookReleasePublishedPropReleasePropReactionsType,
4536
+ WebhooksIssuePropPerformedViaGithubAppPropOwnerType as WebhooksIssuePropPerformedViaGithubAppPropOwnerType,
4600
4537
  )
4601
4538
  from githubkit.versions.v2022_11_28.types import (
4602
- WebhookSponsorshipEditedPropSponsorshipPropTierType as WebhookSponsorshipEditedPropSponsorshipPropTierType,
4539
+ WebhooksPullRequest5PropBasePropRepoPropLicenseType as WebhooksPullRequest5PropBasePropRepoPropLicenseType,
4603
4540
  )
4604
4541
  from githubkit.versions.v2022_11_28.types import (
4605
- WebhookTeamCreatedPropRepositoryPropPermissionsType as WebhookTeamCreatedPropRepositoryPropPermissionsType,
4542
+ WebhooksPullRequest5PropHeadPropRepoPropLicenseType as WebhooksPullRequest5PropHeadPropRepoPropLicenseType,
4606
4543
  )
4607
4544
  from githubkit.versions.v2022_11_28.types import (
4608
- WebhookTeamDeletedPropRepositoryPropPermissionsType as WebhookTeamDeletedPropRepositoryPropPermissionsType,
4545
+ WebhooksPullRequest5PropLinksPropReviewCommentsType as WebhooksPullRequest5PropLinksPropReviewCommentsType,
4609
4546
  )
4610
4547
  from githubkit.versions.v2022_11_28.types import (
4611
4548
  AppManifestsCodeConversionsPostResponse201Allof1Type as AppManifestsCodeConversionsPostResponse201Allof1Type,
@@ -4691,48 +4628,24 @@ if TYPE_CHECKING:
4691
4628
  from githubkit.versions.v2022_11_28.types import (
4692
4629
  WebhookDeploymentCreatedPropWorkflowRunPropActorType as WebhookDeploymentCreatedPropWorkflowRunPropActorType,
4693
4630
  )
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
4631
  from githubkit.versions.v2022_11_28.types import (
4701
4632
  WebhookIssueCommentEditedPropIssueAllof0PropUserType as WebhookIssueCommentEditedPropIssueAllof0PropUserType,
4702
4633
  )
4703
4634
  from githubkit.versions.v2022_11_28.types import (
4704
4635
  WebhookIssueCommentEditedPropIssueAllof1PropUserType as WebhookIssueCommentEditedPropIssueAllof1PropUserType,
4705
4636
  )
4706
- from githubkit.versions.v2022_11_28.types import (
4707
- WebhookIssuesAssignedPropIssuePropAssigneesItemsType as WebhookIssuesAssignedPropIssuePropAssigneesItemsType,
4708
- )
4709
4637
  from githubkit.versions.v2022_11_28.types import (
4710
4638
  WebhookIssuesReopenedPropIssuePropAssigneesItemsType as WebhookIssuesReopenedPropIssuePropAssigneesItemsType,
4711
4639
  )
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
4640
  from githubkit.versions.v2022_11_28.types import (
4719
4641
  WebhookIssuesUnlockedPropIssuePropAssigneesItemsType as WebhookIssuesUnlockedPropIssuePropAssigneesItemsType,
4720
4642
  )
4721
- from githubkit.versions.v2022_11_28.types import (
4722
- WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType as WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType,
4723
- )
4724
4643
  from githubkit.versions.v2022_11_28.types import (
4725
4644
  WebhookMarketplacePurchasePendingChangeCancelledType as WebhookMarketplacePurchasePendingChangeCancelledType,
4726
4645
  )
4727
4646
  from githubkit.versions.v2022_11_28.types import (
4728
4647
  WebhookMilestoneEditedPropChangesPropDescriptionType as WebhookMilestoneEditedPropChangesPropDescriptionType,
4729
4648
  )
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
4649
  from githubkit.versions.v2022_11_28.types import (
4737
4650
  WebhookPullRequestLabeledPropPullRequestPropBaseType as WebhookPullRequestLabeledPropPullRequestPropBaseType,
4738
4651
  )
@@ -4745,18 +4658,9 @@ if TYPE_CHECKING:
4745
4658
  from githubkit.versions.v2022_11_28.types import (
4746
4659
  WebhookPullRequestLockedPropPullRequestPropLinksType as WebhookPullRequestLockedPropPullRequestPropLinksType,
4747
4660
  )
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
4661
  from githubkit.versions.v2022_11_28.types import (
4755
4662
  WebhookPullRequestReviewDismissedPropPullRequestType as WebhookPullRequestReviewDismissedPropPullRequestType,
4756
4663
  )
4757
- from githubkit.versions.v2022_11_28.types import (
4758
- WebhookPullRequestReviewEditedPropReviewPropUserType as WebhookPullRequestReviewEditedPropReviewPropUserType,
4759
- )
4760
4664
  from githubkit.versions.v2022_11_28.types import (
4761
4665
  WebhookPullRequestReviewSubmittedPropPullRequestType as WebhookPullRequestReviewSubmittedPropPullRequestType,
4762
4666
  )
@@ -4766,9 +4670,6 @@ if TYPE_CHECKING:
4766
4670
  from githubkit.versions.v2022_11_28.types import (
4767
4671
  WebhookRegistryPackageUpdatedPropRegistryPackageType as WebhookRegistryPackageUpdatedPropRegistryPackageType,
4768
4672
  )
4769
- from githubkit.versions.v2022_11_28.types import (
4770
- WebhookReleaseReleasedPropReleasePropAssetsItemsType as WebhookReleaseReleasedPropReleasePropAssetsItemsType,
4771
- )
4772
4673
  from githubkit.versions.v2022_11_28.types import (
4773
4674
  WebhookRepositoryDispatchSamplePropClientPayloadType as WebhookRepositoryDispatchSamplePropClientPayloadType,
4774
4675
  )
@@ -4776,16 +4677,16 @@ if TYPE_CHECKING:
4776
4677
  WebhookRepositoryTransferredPropChangesPropOwnerType as WebhookRepositoryTransferredPropChangesPropOwnerType,
4777
4678
  )
4778
4679
  from githubkit.versions.v2022_11_28.types import (
4779
- WebhookSponsorshipCreatedPropSponsorshipPropTierType as WebhookSponsorshipCreatedPropSponsorshipPropTierType,
4680
+ WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type,
4780
4681
  )
4781
4682
  from githubkit.versions.v2022_11_28.types import (
4782
- WebhookSponsorshipTierChangedPropChangesPropTierType as WebhookSponsorshipTierChangedPropChangesPropTierType,
4683
+ WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type,
4783
4684
  )
4784
4685
  from githubkit.versions.v2022_11_28.types import (
4785
- WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof0Type,
4686
+ WebhooksIssue2PropPerformedViaGithubAppPropOwnerType as WebhooksIssue2PropPerformedViaGithubAppPropOwnerType,
4786
4687
  )
4787
4688
  from githubkit.versions.v2022_11_28.types import (
4788
- WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type,
4689
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType,
4789
4690
  )
4790
4691
  from githubkit.versions.v2022_11_28.types import (
4791
4692
  CodespaceWithFullRepositoryPropRuntimeConstraintsType as CodespaceWithFullRepositoryPropRuntimeConstraintsType,
@@ -4856,30 +4757,9 @@ if TYPE_CHECKING:
4856
4757
  from githubkit.versions.v2022_11_28.types import (
4857
4758
  WebhookDeploymentCreatedPropDeploymentPropCreatorType as WebhookDeploymentCreatedPropDeploymentPropCreatorType,
4858
4759
  )
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
4760
  from githubkit.versions.v2022_11_28.types import (
4872
4761
  WebhookDiscussionCommentEditedPropChangesPropBodyType as WebhookDiscussionCommentEditedPropChangesPropBodyType,
4873
4762
  )
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
4763
  from githubkit.versions.v2022_11_28.types import (
4884
4764
  WebhookIssueCommentCreatedPropIssueAllof0PropUserType as WebhookIssueCommentCreatedPropIssueAllof0PropUserType,
4885
4765
  )
@@ -4892,9 +4772,6 @@ if TYPE_CHECKING:
4892
4772
  from githubkit.versions.v2022_11_28.types import (
4893
4773
  WebhookIssueCommentDeletedPropIssueAllof1PropUserType as WebhookIssueCommentDeletedPropIssueAllof1PropUserType,
4894
4774
  )
4895
- from githubkit.versions.v2022_11_28.types import (
4896
- WebhookIssueCommentEditedPropCommentPropReactionsType as WebhookIssueCommentEditedPropCommentPropReactionsType,
4897
- )
4898
4775
  from githubkit.versions.v2022_11_28.types import (
4899
4776
  WebhookIssueCommentEditedPropIssueMergedAssigneesType as WebhookIssueCommentEditedPropIssueMergedAssigneesType,
4900
4777
  )
@@ -4919,12 +4796,6 @@ if TYPE_CHECKING:
4919
4796
  from githubkit.versions.v2022_11_28.types import (
4920
4797
  WebhookIssuesDemilestonedPropIssuePropPullRequestType as WebhookIssuesDemilestonedPropIssuePropPullRequestType,
4921
4798
  )
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
4799
  from githubkit.versions.v2022_11_28.types import (
4929
4800
  WebhookPullRequestAssignedPropPullRequestPropBaseType as WebhookPullRequestAssignedPropPullRequestPropBaseType,
4930
4801
  )
@@ -4961,15 +4832,9 @@ if TYPE_CHECKING:
4961
4832
  from githubkit.versions.v2022_11_28.types import (
4962
4833
  WebhookPullRequestReviewCommentCreatedPropCommentType as WebhookPullRequestReviewCommentCreatedPropCommentType,
4963
4834
  )
4964
- from githubkit.versions.v2022_11_28.types import (
4965
- WebhookPullRequestReviewCommentDeletedPropCommentType as WebhookPullRequestReviewCommentDeletedPropCommentType,
4966
- )
4967
4835
  from githubkit.versions.v2022_11_28.types import (
4968
4836
  WebhookPullRequestReviewEditedPropChangesPropBodyType as WebhookPullRequestReviewEditedPropChangesPropBodyType,
4969
4837
  )
4970
- from githubkit.versions.v2022_11_28.types import (
4971
- WebhookPullRequestReviewEditedPropReviewPropLinksType as WebhookPullRequestReviewEditedPropReviewPropLinksType,
4972
- )
4973
4838
  from githubkit.versions.v2022_11_28.types import (
4974
4839
  WebhookPullRequestUnlockedPropPullRequestPropBaseType as WebhookPullRequestUnlockedPropPullRequestPropBaseType,
4975
4840
  )
@@ -4982,12 +4847,6 @@ if TYPE_CHECKING:
4982
4847
  from githubkit.versions.v2022_11_28.types import (
4983
4848
  WebhookReleasePrereleasedPropReleasePropReactionsType as WebhookReleasePrereleasedPropReleasePropReactionsType,
4984
4849
  )
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
4850
  from githubkit.versions.v2022_11_28.types import (
4992
4851
  WebhookRepositoryEditedPropChangesPropDescriptionType as WebhookRepositoryEditedPropChangesPropDescriptionType,
4993
4852
  )
@@ -5021,6 +4880,9 @@ if TYPE_CHECKING:
5021
4880
  from githubkit.versions.v2022_11_28.types import (
5022
4881
  BranchProtectionPropRequiredConversationResolutionType as BranchProtectionPropRequiredConversationResolutionType,
5023
4882
  )
4883
+ from githubkit.versions.v2022_11_28.types import (
4884
+ CodeScanningVariantAnalysisPropSkippedRepositoriesType as CodeScanningVariantAnalysisPropSkippedRepositoriesType,
4885
+ )
5024
4886
  from githubkit.versions.v2022_11_28.types import (
5025
4887
  DependabotAlertSecurityAdvisoryPropReferencesItemsType as DependabotAlertSecurityAdvisoryPropReferencesItemsType,
5026
4888
  )
@@ -5063,12 +4925,6 @@ if TYPE_CHECKING:
5063
4925
  from githubkit.versions.v2022_11_28.types import (
5064
4926
  WebhookDeploymentStatusCreatedPropDeploymentStatusType as WebhookDeploymentStatusCreatedPropDeploymentStatusType,
5065
4927
  )
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
4928
  from githubkit.versions.v2022_11_28.types import (
5073
4929
  WebhookIssueCommentCreatedPropCommentPropReactionsType as WebhookIssueCommentCreatedPropCommentPropReactionsType,
5074
4930
  )
@@ -5081,9 +4937,6 @@ if TYPE_CHECKING:
5081
4937
  from githubkit.versions.v2022_11_28.types import (
5082
4938
  WebhookIssueCommentCreatedPropIssueMergedReactionsType as WebhookIssueCommentCreatedPropIssueMergedReactionsType,
5083
4939
  )
5084
- from githubkit.versions.v2022_11_28.types import (
5085
- WebhookIssueCommentDeletedPropCommentPropReactionsType as WebhookIssueCommentDeletedPropCommentPropReactionsType,
5086
- )
5087
4940
  from githubkit.versions.v2022_11_28.types import (
5088
4941
  WebhookIssueCommentDeletedPropIssueMergedAssigneesType as WebhookIssueCommentDeletedPropIssueMergedAssigneesType,
5089
4942
  )
@@ -5099,15 +4952,9 @@ if TYPE_CHECKING:
5099
4952
  from githubkit.versions.v2022_11_28.types import (
5100
4953
  WebhookIssuesOpenedPropChangesPropOldIssuePropUserType as WebhookIssuesOpenedPropChangesPropOldIssuePropUserType,
5101
4954
  )
5102
- from githubkit.versions.v2022_11_28.types import (
5103
- WebhookIssuesUnassignedPropIssuePropAssigneesItemsType as WebhookIssuesUnassignedPropIssuePropAssigneesItemsType,
5104
- )
5105
4955
  from githubkit.versions.v2022_11_28.types import (
5106
4956
  WebhookPackageUpdatedPropPackagePropPackageVersionType as WebhookPackageUpdatedPropPackagePropPackageVersionType,
5107
4957
  )
5108
- from githubkit.versions.v2022_11_28.types import (
5109
- WebhookProjectCardEditedPropProjectCardPropCreatorType as WebhookProjectCardEditedPropProjectCardPropCreatorType,
5110
- )
5111
4958
  from githubkit.versions.v2022_11_28.types import (
5112
4959
  WebhookProjectsV2ProjectEditedPropChangesPropTitleType as WebhookProjectsV2ProjectEditedPropChangesPropTitleType,
5113
4960
  )
@@ -5150,27 +4997,6 @@ if TYPE_CHECKING:
5150
4997
  from githubkit.versions.v2022_11_28.types import (
5151
4998
  WebhookRepositoryRulesetEditedPropChangesPropRulesType as WebhookRepositoryRulesetEditedPropChangesPropRulesType,
5152
4999
  )
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
5000
  from githubkit.versions.v2022_11_28.types import (
5175
5001
  BranchRestrictionPolicyPropAppsItemsPropPermissionsType as BranchRestrictionPolicyPropAppsItemsPropPermissionsType,
5176
5002
  )
@@ -5213,18 +5039,9 @@ if TYPE_CHECKING:
5213
5039
  from githubkit.versions.v2022_11_28.types import (
5214
5040
  WebhookCommitCommentCreatedPropCommentPropReactionsType as WebhookCommitCommentCreatedPropCommentPropReactionsType,
5215
5041
  )
5216
- from githubkit.versions.v2022_11_28.types import (
5217
- WebhookInstallationRepositoriesRemovedPropRequesterType as WebhookInstallationRepositoriesRemovedPropRequesterType,
5218
- )
5219
5042
  from githubkit.versions.v2022_11_28.types import (
5220
5043
  WebhookInstallationTargetRenamedPropChangesPropSlugType as WebhookInstallationTargetRenamedPropChangesPropSlugType,
5221
5044
  )
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
5045
  from githubkit.versions.v2022_11_28.types import (
5229
5046
  WebhookProjectCardDeletedPropProjectCardPropCreatorType as WebhookProjectCardDeletedPropProjectCardPropCreatorType,
5230
5047
  )
@@ -5240,21 +5057,9 @@ if TYPE_CHECKING:
5240
5057
  from githubkit.versions.v2022_11_28.types import (
5241
5058
  WebhookPullRequestLockedPropPullRequestPropMergedByType as WebhookPullRequestLockedPropPullRequestPropMergedByType,
5242
5059
  )
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
5060
  from githubkit.versions.v2022_11_28.types import (
5253
5061
  WebhookPullRequestReviewDismissedPropReviewPropUserType as WebhookPullRequestReviewDismissedPropReviewPropUserType,
5254
5062
  )
5255
- from githubkit.versions.v2022_11_28.types import (
5256
- WebhookPullRequestReviewSubmittedPropReviewPropUserType as WebhookPullRequestReviewSubmittedPropReviewPropUserType,
5257
- )
5258
5063
  from githubkit.versions.v2022_11_28.types import (
5259
5064
  WebhookPullRequestUnassignedPropPullRequestPropBaseType as WebhookPullRequestUnassignedPropPullRequestPropBaseType,
5260
5065
  )
@@ -5270,9 +5075,6 @@ if TYPE_CHECKING:
5270
5075
  from githubkit.versions.v2022_11_28.types import (
5271
5076
  WebhookReleasePrereleasedPropReleasePropAssetsItemsType as WebhookReleasePrereleasedPropReleasePropAssetsItemsType,
5272
5077
  )
5273
- from githubkit.versions.v2022_11_28.types import (
5274
- WebhookReleaseUnpublishedPropReleasePropAssetsItemsType as WebhookReleaseUnpublishedPropReleasePropAssetsItemsType,
5275
- )
5276
5078
  from githubkit.versions.v2022_11_28.types import (
5277
5079
  WebhookRepositoryEditedPropChangesPropDefaultBranchType as WebhookRepositoryEditedPropChangesPropDefaultBranchType,
5278
5080
  )
@@ -5282,9 +5084,6 @@ if TYPE_CHECKING:
5282
5084
  from githubkit.versions.v2022_11_28.types import (
5283
5085
  WebhookRepositoryVulnerabilityAlertResolvePropAlertType as WebhookRepositoryVulnerabilityAlertResolvePropAlertType,
5284
5086
  )
5285
- from githubkit.versions.v2022_11_28.types import (
5286
- WebhookSponsorshipCreatedPropSponsorshipPropSponsorType as WebhookSponsorshipCreatedPropSponsorshipPropSponsorType,
5287
- )
5288
5087
  from githubkit.versions.v2022_11_28.types import (
5289
5088
  WebhookSponsorshipEditedPropChangesPropPrivacyLevelType as WebhookSponsorshipEditedPropChangesPropPrivacyLevelType,
5290
5089
  )
@@ -5303,6 +5102,12 @@ if TYPE_CHECKING:
5303
5102
  from githubkit.versions.v2022_11_28.types import (
5304
5103
  WebhookWorkflowRunRequestedPropWorkflowRunPropActorType as WebhookWorkflowRunRequestedPropWorkflowRunPropActorType,
5305
5104
  )
5105
+ from githubkit.versions.v2022_11_28.types import (
5106
+ WebhooksPullRequest5PropBasePropRepoPropPermissionsType as WebhooksPullRequest5PropBasePropRepoPropPermissionsType,
5107
+ )
5108
+ from githubkit.versions.v2022_11_28.types import (
5109
+ WebhooksPullRequest5PropHeadPropRepoPropPermissionsType as WebhooksPullRequest5PropHeadPropRepoPropPermissionsType,
5110
+ )
5306
5111
  from githubkit.versions.v2022_11_28.types import (
5307
5112
  OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type as OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200Type,
5308
5113
  )
@@ -5345,15 +5150,9 @@ if TYPE_CHECKING:
5345
5150
  from githubkit.versions.v2022_11_28.types import (
5346
5151
  WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType,
5347
5152
  )
5348
- from githubkit.versions.v2022_11_28.types import (
5349
- WebhookIssuesPinnedPropIssuePropMilestonePropCreatorType as WebhookIssuesPinnedPropIssuePropMilestonePropCreatorType,
5350
- )
5351
5153
  from githubkit.versions.v2022_11_28.types import (
5352
5154
  WebhookIssuesTransferredPropChangesPropNewRepositoryType as WebhookIssuesTransferredPropChangesPropNewRepositoryType,
5353
5155
  )
5354
- from githubkit.versions.v2022_11_28.types import (
5355
- WebhookOrganizationMemberAddedPropMembershipPropUserType as WebhookOrganizationMemberAddedPropMembershipPropUserType,
5356
- )
5357
5156
  from githubkit.versions.v2022_11_28.types import (
5358
5157
  WebhookPackagePublishedPropPackagePropPackageVersionType as WebhookPackagePublishedPropPackagePropPackageVersionType,
5359
5158
  )
@@ -5372,18 +5171,12 @@ if TYPE_CHECKING:
5372
5171
  from githubkit.versions.v2022_11_28.types import (
5373
5172
  WebhookPullRequestLockedPropPullRequestPropMilestoneType as WebhookPullRequestLockedPropPullRequestPropMilestoneType,
5374
5173
  )
5375
- from githubkit.versions.v2022_11_28.types import (
5376
- WebhookPullRequestMilestonedPropPullRequestPropLinksType as WebhookPullRequestMilestonedPropPullRequestPropLinksType,
5377
- )
5378
5174
  from githubkit.versions.v2022_11_28.types import (
5379
5175
  WebhookPullRequestReviewCommentEditedPropPullRequestType as WebhookPullRequestReviewCommentEditedPropPullRequestType,
5380
5176
  )
5381
5177
  from githubkit.versions.v2022_11_28.types import (
5382
5178
  WebhookPullRequestReviewDismissedPropReviewPropLinksType as WebhookPullRequestReviewDismissedPropReviewPropLinksType,
5383
5179
  )
5384
- from githubkit.versions.v2022_11_28.types import (
5385
- WebhookPullRequestReviewSubmittedPropReviewPropLinksType as WebhookPullRequestReviewSubmittedPropReviewPropLinksType,
5386
- )
5387
5180
  from githubkit.versions.v2022_11_28.types import (
5388
5181
  WebhookPullRequestSynchronizePropPullRequestPropBaseType as WebhookPullRequestSynchronizePropPullRequestPropBaseType,
5389
5182
  )
@@ -5399,18 +5192,9 @@ if TYPE_CHECKING:
5399
5192
  from githubkit.versions.v2022_11_28.types import (
5400
5193
  WebhookSecretScanningAlertLocationCreatedFormEncodedType as WebhookSecretScanningAlertLocationCreatedFormEncodedType,
5401
5194
  )
5402
- from githubkit.versions.v2022_11_28.types import (
5403
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType,
5404
- )
5405
5195
  from githubkit.versions.v2022_11_28.types import (
5406
5196
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType,
5407
5197
  )
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
5198
  from githubkit.versions.v2022_11_28.types import (
5415
5199
  WebhookStatusPropCommitPropCommitPropCommitterAllof0Type as WebhookStatusPropCommitPropCommitPropCommitterAllof0Type,
5416
5200
  )
@@ -5471,9 +5255,6 @@ if TYPE_CHECKING:
5471
5255
  from githubkit.versions.v2022_11_28.types import (
5472
5256
  WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType as WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType,
5473
5257
  )
5474
- from githubkit.versions.v2022_11_28.types import (
5475
- WebhookDiscussionUnansweredPropOldAnswerPropReactionsType as WebhookDiscussionUnansweredPropOldAnswerPropReactionsType,
5476
- )
5477
5258
  from githubkit.versions.v2022_11_28.types import (
5478
5259
  WebhookIssueCommentCreatedPropIssueAllof0PropAssigneeType as WebhookIssueCommentCreatedPropIssueAllof0PropAssigneeType,
5479
5260
  )
@@ -5513,27 +5294,12 @@ if TYPE_CHECKING:
5513
5294
  from githubkit.versions.v2022_11_28.types import (
5514
5295
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType,
5515
5296
  )
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
5297
  from githubkit.versions.v2022_11_28.types import (
5523
5298
  WebhookPullRequestAssignedPropPullRequestPropAssigneeType as WebhookPullRequestAssignedPropPullRequestPropAssigneeType,
5524
5299
  )
5525
5300
  from githubkit.versions.v2022_11_28.types import (
5526
5301
  WebhookPullRequestAssignedPropPullRequestPropMergedByType as WebhookPullRequestAssignedPropPullRequestPropMergedByType,
5527
5302
  )
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
5303
  from githubkit.versions.v2022_11_28.types import (
5538
5304
  WebhookPullRequestDequeuedPropPullRequestPropAssigneeType as WebhookPullRequestDequeuedPropPullRequestPropAssigneeType,
5539
5305
  )
@@ -5580,19 +5346,25 @@ if TYPE_CHECKING:
5580
5346
  WebhookPullRequestUnlockedPropPullRequestPropMergedByType as WebhookPullRequestUnlockedPropPullRequestPropMergedByType,
5581
5347
  )
5582
5348
  from githubkit.versions.v2022_11_28.types import (
5583
- WebhookSponsorshipCancelledPropSponsorshipPropSponsorType as WebhookSponsorshipCancelledPropSponsorshipPropSponsorType,
5349
+ WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType as WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType,
5584
5350
  )
5585
5351
  from githubkit.versions.v2022_11_28.types import (
5586
- WebhookSponsorshipEditedPropSponsorshipPropMaintainerType as WebhookSponsorshipEditedPropSponsorshipPropMaintainerType,
5352
+ WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType as WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType,
5587
5353
  )
5588
5354
  from githubkit.versions.v2022_11_28.types import (
5589
- WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType as WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType,
5355
+ WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType,
5590
5356
  )
5591
5357
  from githubkit.versions.v2022_11_28.types import (
5592
- WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType as WebhookWorkflowJobCompletedPropWorkflowJobMergedStepsType,
5358
+ WebhooksIssuePropPerformedViaGithubAppPropPermissionsType as WebhooksIssuePropPerformedViaGithubAppPropPermissionsType,
5593
5359
  )
5594
5360
  from githubkit.versions.v2022_11_28.types import (
5595
- WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType,
5361
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type as WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type,
5362
+ )
5363
+ from githubkit.versions.v2022_11_28.types import (
5364
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type as WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type,
5365
+ )
5366
+ from githubkit.versions.v2022_11_28.types import (
5367
+ WebhooksPullRequest5PropRequestedTeamsItemsPropParentType as WebhooksPullRequest5PropRequestedTeamsItemsPropParentType,
5596
5368
  )
5597
5369
  from githubkit.versions.v2022_11_28.types import (
5598
5370
  WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType as WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType,
@@ -5627,9 +5399,6 @@ if TYPE_CHECKING:
5627
5399
  from githubkit.versions.v2022_11_28.types import (
5628
5400
  WebhookDeploymentStatusCreatedPropWorkflowRunPropActorType as WebhookDeploymentStatusCreatedPropWorkflowRunPropActorType,
5629
5401
  )
5630
- from githubkit.versions.v2022_11_28.types import (
5631
- WebhookDiscussionCommentEditedPropCommentPropReactionsType as WebhookDiscussionCommentEditedPropCommentPropReactionsType,
5632
- )
5633
5402
  from githubkit.versions.v2022_11_28.types import (
5634
5403
  WebhookIssueCommentCreatedPropIssueAllof0PropMilestoneType as WebhookIssueCommentCreatedPropIssueAllof0PropMilestoneType,
5635
5404
  )
@@ -5654,9 +5423,6 @@ if TYPE_CHECKING:
5654
5423
  from githubkit.versions.v2022_11_28.types import (
5655
5424
  WebhookIssueCommentDeletedPropIssueAllof1PropReactionsType as WebhookIssueCommentDeletedPropIssueAllof1PropReactionsType,
5656
5425
  )
5657
- from githubkit.versions.v2022_11_28.types import (
5658
- WebhookIssuesAssignedPropIssuePropMilestonePropCreatorType as WebhookIssuesAssignedPropIssuePropMilestonePropCreatorType,
5659
- )
5660
5426
  from githubkit.versions.v2022_11_28.types import (
5661
5427
  WebhookIssuesDeletedPropIssuePropPerformedViaGithubAppType as WebhookIssuesDeletedPropIssuePropPerformedViaGithubAppType,
5662
5428
  )
@@ -5672,27 +5438,12 @@ if TYPE_CHECKING:
5672
5438
  from githubkit.versions.v2022_11_28.types import (
5673
5439
  WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType,
5674
5440
  )
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
5441
  from githubkit.versions.v2022_11_28.types import (
5688
5442
  WebhookPullRequestAssignedPropPullRequestPropAutoMergeType as WebhookPullRequestAssignedPropPullRequestPropAutoMergeType,
5689
5443
  )
5690
5444
  from githubkit.versions.v2022_11_28.types import (
5691
5445
  WebhookPullRequestAssignedPropPullRequestPropMilestoneType as WebhookPullRequestAssignedPropPullRequestPropMilestoneType,
5692
5446
  )
5693
- from githubkit.versions.v2022_11_28.types import (
5694
- WebhookPullRequestDemilestonedPropPullRequestPropLinksType as WebhookPullRequestDemilestonedPropPullRequestPropLinksType,
5695
- )
5696
5447
  from githubkit.versions.v2022_11_28.types import (
5697
5448
  WebhookPullRequestDequeuedPropPullRequestPropAutoMergeType as WebhookPullRequestDequeuedPropPullRequestPropAutoMergeType,
5698
5449
  )
@@ -5730,22 +5481,19 @@ if TYPE_CHECKING:
5730
5481
  WebhookPullRequestUnlockedPropPullRequestPropMilestoneType as WebhookPullRequestUnlockedPropPullRequestPropMilestoneType,
5731
5482
  )
5732
5483
  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,
5484
+ WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType as WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType,
5737
5485
  )
5738
5486
  from githubkit.versions.v2022_11_28.types import (
5739
- WebhookSponsorshipPendingTierChangePropChangesPropTierType as WebhookSponsorshipPendingTierChangePropChangesPropTierType,
5487
+ WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType,
5740
5488
  )
5741
5489
  from githubkit.versions.v2022_11_28.types import (
5742
- WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType as WebhookWorkflowJobInProgressPropWorkflowJobMergedStepsType,
5490
+ WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType as WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType,
5743
5491
  )
5744
5492
  from githubkit.versions.v2022_11_28.types import (
5745
- WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType,
5493
+ WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType,
5746
5494
  )
5747
5495
  from githubkit.versions.v2022_11_28.types import (
5748
- WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType,
5496
+ CodeScanningVariantAnalysisPropScannedRepositoriesItemsType as CodeScanningVariantAnalysisPropScannedRepositoriesItemsType,
5749
5497
  )
5750
5498
  from githubkit.versions.v2022_11_28.types import (
5751
5499
  EnterprisesEnterpriseSecretScanningAlertsGetResponse503Type as EnterprisesEnterpriseSecretScanningAlertsGetResponse503Type,
@@ -5792,12 +5540,6 @@ if TYPE_CHECKING:
5792
5540
  from githubkit.versions.v2022_11_28.types import (
5793
5541
  WebhookDiscussionCategoryChangedPropChangesPropCategoryType as WebhookDiscussionCategoryChangedPropChangesPropCategoryType,
5794
5542
  )
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
5543
  from githubkit.versions.v2022_11_28.types import (
5802
5544
  WebhookIssueCommentEditedPropIssueAllof0PropLabelsItemsType as WebhookIssueCommentEditedPropIssueAllof0PropLabelsItemsType,
5803
5545
  )
@@ -5807,9 +5549,6 @@ if TYPE_CHECKING:
5807
5549
  from githubkit.versions.v2022_11_28.types import (
5808
5550
  WebhookIssueCommentEditedPropIssueAllof1PropLabelsItemsType as WebhookIssueCommentEditedPropIssueAllof1PropLabelsItemsType,
5809
5551
  )
5810
- from githubkit.versions.v2022_11_28.types import (
5811
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppType,
5812
- )
5813
5552
  from githubkit.versions.v2022_11_28.types import (
5814
5553
  WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType,
5815
5554
  )
@@ -5825,15 +5564,9 @@ if TYPE_CHECKING:
5825
5564
  from githubkit.versions.v2022_11_28.types import (
5826
5565
  WebhookIssuesTransferredPropChangesPropNewIssuePropUserType as WebhookIssuesTransferredPropChangesPropNewIssuePropUserType,
5827
5566
  )
5828
- from githubkit.versions.v2022_11_28.types import (
5829
- WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType,
5830
- )
5831
5567
  from githubkit.versions.v2022_11_28.types import (
5832
5568
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType,
5833
5569
  )
5834
- from githubkit.versions.v2022_11_28.types import (
5835
- WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType,
5836
- )
5837
5570
  from githubkit.versions.v2022_11_28.types import (
5838
5571
  WebhookProjectCardMovedPropProjectCardAllof0PropCreatorType as WebhookProjectCardMovedPropProjectCardAllof0PropCreatorType,
5839
5572
  )
@@ -5855,12 +5588,6 @@ if TYPE_CHECKING:
5855
5588
  from githubkit.versions.v2022_11_28.types import (
5856
5589
  WebhookPullRequestLockedPropPullRequestPropHeadPropUserType as WebhookPullRequestLockedPropPullRequestPropHeadPropUserType,
5857
5590
  )
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
5591
  from githubkit.versions.v2022_11_28.types import (
5865
5592
  WebhookPullRequestReviewThreadUnresolvedPropPullRequestType as WebhookPullRequestReviewThreadUnresolvedPropPullRequestType,
5866
5593
  )
@@ -5879,12 +5606,6 @@ if TYPE_CHECKING:
5879
5606
  from githubkit.versions.v2022_11_28.types import (
5880
5607
  WebhookRepositoryRulesetEditedPropChangesPropConditionsType as WebhookRepositoryRulesetEditedPropChangesPropConditionsType,
5881
5608
  )
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
5609
  from githubkit.versions.v2022_11_28.types import (
5889
5610
  WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType as WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType,
5890
5611
  )
@@ -5951,15 +5672,6 @@ if TYPE_CHECKING:
5951
5672
  from githubkit.versions.v2022_11_28.types import (
5952
5673
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType,
5953
5674
  )
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
5675
  from githubkit.versions.v2022_11_28.types import (
5964
5676
  WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType as WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType,
5965
5677
  )
@@ -5993,18 +5705,6 @@ if TYPE_CHECKING:
5993
5705
  from githubkit.versions.v2022_11_28.types import (
5994
5706
  WebhookPullRequestLockedPropPullRequestPropLinksPropSelfType as WebhookPullRequestLockedPropPullRequestPropLinksPropSelfType,
5995
5707
  )
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
5708
  from githubkit.versions.v2022_11_28.types import (
6009
5709
  WebhookPullRequestReviewDismissedPropPullRequestPropBaseType as WebhookPullRequestReviewDismissedPropPullRequestPropBaseType,
6010
5710
  )
@@ -6047,12 +5747,6 @@ if TYPE_CHECKING:
6047
5747
  from githubkit.versions.v2022_11_28.types import (
6048
5748
  WebhookRepositoryTransferredPropChangesPropOwnerPropFromType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromType,
6049
5749
  )
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
5750
  from githubkit.versions.v2022_11_28.types import (
6057
5751
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType,
6058
5752
  )
@@ -6104,12 +5798,6 @@ if TYPE_CHECKING:
6104
5798
  from githubkit.versions.v2022_11_28.types import (
6105
5799
  WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType,
6106
5800
  )
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
5801
  from githubkit.versions.v2022_11_28.types import (
6114
5802
  WebhookOrganizationMemberInvitedPropInvitationPropInviterType as WebhookOrganizationMemberInvitedPropInvitationPropInviterType,
6115
5803
  )
@@ -6134,12 +5822,6 @@ if TYPE_CHECKING:
6134
5822
  from githubkit.versions.v2022_11_28.types import (
6135
5823
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropUserType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropUserType,
6136
5824
  )
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
5825
  from githubkit.versions.v2022_11_28.types import (
6144
5826
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoType,
6145
5827
  )
@@ -6179,21 +5861,12 @@ if TYPE_CHECKING:
6179
5861
  from githubkit.versions.v2022_11_28.types import (
6180
5862
  WebhookPullRequestReviewCommentCreatedPropCommentPropUserType as WebhookPullRequestReviewCommentCreatedPropCommentPropUserType,
6181
5863
  )
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
5864
  from githubkit.versions.v2022_11_28.types import (
6189
5865
  WebhookPullRequestReviewDismissedPropPullRequestPropLinksType as WebhookPullRequestReviewDismissedPropPullRequestPropLinksType,
6190
5866
  )
6191
5867
  from githubkit.versions.v2022_11_28.types import (
6192
5868
  WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType as WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType,
6193
5869
  )
6194
- from githubkit.versions.v2022_11_28.types import (
6195
- WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType as WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType,
6196
- )
6197
5870
  from githubkit.versions.v2022_11_28.types import (
6198
5871
  WebhookPullRequestReviewSubmittedPropPullRequestPropLinksType as WebhookPullRequestReviewSubmittedPropPullRequestPropLinksType,
6199
5872
  )
@@ -6224,9 +5897,6 @@ if TYPE_CHECKING:
6224
5897
  from githubkit.versions.v2022_11_28.types import (
6225
5898
  WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType as WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType,
6226
5899
  )
6227
- from githubkit.versions.v2022_11_28.types import (
6228
- WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType as WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType,
6229
- )
6230
5900
  from githubkit.versions.v2022_11_28.types import (
6231
5901
  WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType as WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType,
6232
5902
  )
@@ -6284,15 +5954,6 @@ if TYPE_CHECKING:
6284
5954
  from githubkit.versions.v2022_11_28.types import (
6285
5955
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType,
6286
5956
  )
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
5957
  from githubkit.versions.v2022_11_28.types import (
6297
5958
  WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValueType as WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValueType,
6298
5959
  )
@@ -6314,12 +5975,6 @@ if TYPE_CHECKING:
6314
5975
  from githubkit.versions.v2022_11_28.types import (
6315
5976
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksType,
6316
5977
  )
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
5978
  from githubkit.versions.v2022_11_28.types import (
6324
5979
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtmlType,
6325
5980
  )
@@ -6338,15 +5993,9 @@ if TYPE_CHECKING:
6338
5993
  from githubkit.versions.v2022_11_28.types import (
6339
5994
  WebhookPullRequestLabeledPropPullRequestPropLinksPropIssueType as WebhookPullRequestLabeledPropPullRequestPropLinksPropIssueType,
6340
5995
  )
6341
- from githubkit.versions.v2022_11_28.types import (
6342
- WebhookPullRequestMilestonedPropPullRequestPropLabelsItemsType as WebhookPullRequestMilestonedPropPullRequestPropLabelsItemsType,
6343
- )
6344
5996
  from githubkit.versions.v2022_11_28.types import (
6345
5997
  WebhookPullRequestReviewCommentCreatedPropCommentPropLinksType as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksType,
6346
5998
  )
6347
- from githubkit.versions.v2022_11_28.types import (
6348
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType,
6349
- )
6350
5999
  from githubkit.versions.v2022_11_28.types import (
6351
6000
  WebhookPullRequestReviewEditedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewEditedPropPullRequestPropAutoMergeType,
6352
6001
  )
@@ -6374,18 +6023,6 @@ if TYPE_CHECKING:
6374
6023
  from githubkit.versions.v2022_11_28.types import (
6375
6024
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelfType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelfType,
6376
6025
  )
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
6026
  from githubkit.versions.v2022_11_28.types import (
6390
6027
  DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType,
6391
6028
  )
@@ -6452,18 +6089,6 @@ if TYPE_CHECKING:
6452
6089
  from githubkit.versions.v2022_11_28.types import (
6453
6090
  WebhookPullRequestLockedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestLockedPropPullRequestPropLinksPropCommitsType,
6454
6091
  )
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
6092
  from githubkit.versions.v2022_11_28.types import (
6468
6093
  WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestType as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestType,
6469
6094
  )
@@ -6501,13 +6126,7 @@ if TYPE_CHECKING:
6501
6126
  WebhookRegistryPackagePublishedPropRegistryPackagePropOwnerType as WebhookRegistryPackagePublishedPropRegistryPackagePropOwnerType,
6502
6127
  )
6503
6128
  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,
6129
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
6511
6130
  )
6512
6131
  from githubkit.versions.v2022_11_28.types import (
6513
6132
  OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
@@ -6554,9 +6173,6 @@ if TYPE_CHECKING:
6554
6173
  from githubkit.versions.v2022_11_28.types import (
6555
6174
  WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType,
6556
6175
  )
6557
- from githubkit.versions.v2022_11_28.types import (
6558
- WebhookPullRequestDemilestonedPropPullRequestPropLabelsItemsType as WebhookPullRequestDemilestonedPropPullRequestPropLabelsItemsType,
6559
- )
6560
6176
  from githubkit.versions.v2022_11_28.types import (
6561
6177
  WebhookPullRequestLabeledPropPullRequestPropLinksPropCommitsType as WebhookPullRequestLabeledPropPullRequestPropLinksPropCommitsType,
6562
6178
  )
@@ -6566,12 +6182,6 @@ if TYPE_CHECKING:
6566
6182
  from githubkit.versions.v2022_11_28.types import (
6567
6183
  WebhookPullRequestLockedPropPullRequestPropLinksPropStatusesType as WebhookPullRequestLockedPropPullRequestPropLinksPropStatusesType,
6568
6184
  )
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
6185
  from githubkit.versions.v2022_11_28.types import (
6576
6186
  WebhookPullRequestReviewCommentEditedPropPullRequestPropBaseType as WebhookPullRequestReviewCommentEditedPropPullRequestPropBaseType,
6577
6187
  )
@@ -6596,9 +6206,6 @@ if TYPE_CHECKING:
6596
6206
  from githubkit.versions.v2022_11_28.types import (
6597
6207
  WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType as WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType,
6598
6208
  )
6599
- from githubkit.versions.v2022_11_28.types import (
6600
- WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType,
6601
- )
6602
6209
  from githubkit.versions.v2022_11_28.types import (
6603
6210
  WebhookPullRequestSynchronizePropPullRequestPropBasePropRepoType as WebhookPullRequestSynchronizePropPullRequestPropBasePropRepoType,
6604
6211
  )
@@ -6626,18 +6233,9 @@ if TYPE_CHECKING:
6626
6233
  from githubkit.versions.v2022_11_28.types import (
6627
6234
  WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistryType as WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistryType,
6628
6235
  )
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
6236
  from githubkit.versions.v2022_11_28.types import (
6636
6237
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType,
6637
6238
  )
6638
- from githubkit.versions.v2022_11_28.types import (
6639
- WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType as WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType,
6640
- )
6641
6239
  from githubkit.versions.v2022_11_28.types import (
6642
6240
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType,
6643
6241
  )
@@ -6662,6 +6260,15 @@ if TYPE_CHECKING:
6662
6260
  from githubkit.versions.v2022_11_28.types import (
6663
6261
  ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType,
6664
6262
  )
6263
+ from githubkit.versions.v2022_11_28.types import (
6264
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
6265
+ )
6266
+ from githubkit.versions.v2022_11_28.types import (
6267
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type,
6268
+ )
6269
+ from githubkit.versions.v2022_11_28.types import (
6270
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type,
6271
+ )
6665
6272
  from githubkit.versions.v2022_11_28.types import (
6666
6273
  ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type,
6667
6274
  )
@@ -6692,12 +6299,6 @@ if TYPE_CHECKING:
6692
6299
  from githubkit.versions.v2022_11_28.types import (
6693
6300
  WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsType as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsType,
6694
6301
  )
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
6302
  from githubkit.versions.v2022_11_28.types import (
6702
6303
  WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommitType as WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommitType,
6703
6304
  )
@@ -6731,18 +6332,6 @@ if TYPE_CHECKING:
6731
6332
  from githubkit.versions.v2022_11_28.types import (
6732
6333
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedByType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedByType,
6733
6334
  )
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
6335
  from githubkit.versions.v2022_11_28.types import (
6747
6336
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommitsType,
6748
6337
  )
@@ -6755,12 +6344,6 @@ if TYPE_CHECKING:
6755
6344
  from githubkit.versions.v2022_11_28.types import (
6756
6345
  WebhookPullRequestLabeledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestLabeledPropPullRequestPropLinksPropStatusesType,
6757
6346
  )
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
6347
  from githubkit.versions.v2022_11_28.types import (
6765
6348
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBaseType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBaseType,
6766
6349
  )
@@ -6779,9 +6362,6 @@ if TYPE_CHECKING:
6779
6362
  from githubkit.versions.v2022_11_28.types import (
6780
6363
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropUserType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropUserType,
6781
6364
  )
6782
- from githubkit.versions.v2022_11_28.types import (
6783
- WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType as WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType,
6784
- )
6785
6365
  from githubkit.versions.v2022_11_28.types import (
6786
6366
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksType,
6787
6367
  )
@@ -6836,12 +6416,6 @@ if TYPE_CHECKING:
6836
6416
  from githubkit.versions.v2022_11_28.types import (
6837
6417
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType,
6838
6418
  )
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
6419
  from githubkit.versions.v2022_11_28.types import (
6846
6420
  WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType,
6847
6421
  )
@@ -6875,12 +6449,6 @@ if TYPE_CHECKING:
6875
6449
  from githubkit.versions.v2022_11_28.types import (
6876
6450
  WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType,
6877
6451
  )
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
6452
  from githubkit.versions.v2022_11_28.types import (
6885
6453
  WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType as WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType,
6886
6454
  )
@@ -6899,18 +6467,12 @@ if TYPE_CHECKING:
6899
6467
  from githubkit.versions.v2022_11_28.types import (
6900
6468
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwnerType,
6901
6469
  )
6902
- from githubkit.versions.v2022_11_28.types import (
6903
- WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwnerType,
6904
- )
6905
6470
  from githubkit.versions.v2022_11_28.types import (
6906
6471
  WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItemsType as WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItemsType,
6907
6472
  )
6908
6473
  from githubkit.versions.v2022_11_28.types import (
6909
6474
  WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType,
6910
6475
  )
6911
- from githubkit.versions.v2022_11_28.types import (
6912
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType,
6913
- )
6914
6476
  from githubkit.versions.v2022_11_28.types import (
6915
6477
  WebhookPackagePublishedPropPackagePropPackageVersionPropAuthorType as WebhookPackagePublishedPropPackagePropPackageVersionPropAuthorType,
6916
6478
  )
@@ -6932,12 +6494,6 @@ if TYPE_CHECKING:
6932
6494
  from githubkit.versions.v2022_11_28.types import (
6933
6495
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestoneType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestoneType,
6934
6496
  )
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
6497
  from githubkit.versions.v2022_11_28.types import (
6942
6498
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommentsType,
6943
6499
  )
@@ -6959,9 +6515,6 @@ if TYPE_CHECKING:
6959
6515
  from githubkit.versions.v2022_11_28.types import (
6960
6516
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksType,
6961
6517
  )
6962
- from githubkit.versions.v2022_11_28.types import (
6963
- WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType as WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType,
6964
- )
6965
6518
  from githubkit.versions.v2022_11_28.types import (
6966
6519
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksType,
6967
6520
  )
@@ -7010,9 +6563,6 @@ if TYPE_CHECKING:
7010
6563
  from githubkit.versions.v2022_11_28.types import (
7011
6564
  WebhookRegistryPackagePublishedPropRegistryPackagePropRegistryType as WebhookRegistryPackagePublishedPropRegistryPackagePropRegistryType,
7012
6565
  )
7013
- from githubkit.versions.v2022_11_28.types import (
7014
- WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType as WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType,
7015
- )
7016
6566
  from githubkit.versions.v2022_11_28.types import (
7017
6567
  WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType as WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType,
7018
6568
  )
@@ -7073,21 +6623,12 @@ if TYPE_CHECKING:
7073
6623
  from githubkit.versions.v2022_11_28.types import (
7074
6624
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestoneType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestoneType,
7075
6625
  )
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
6626
  from githubkit.versions.v2022_11_28.types import (
7083
6627
  WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItemsType,
7084
6628
  )
7085
6629
  from githubkit.versions.v2022_11_28.types import (
7086
6630
  WebhookPullRequestLockedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestLockedPropPullRequestPropMilestonePropCreatorType,
7087
6631
  )
7088
- from githubkit.versions.v2022_11_28.types import (
7089
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommitsType,
7090
- )
7091
6632
  from githubkit.versions.v2022_11_28.types import (
7092
6633
  WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItemsType,
7093
6634
  )
@@ -7127,21 +6668,6 @@ if TYPE_CHECKING:
7127
6668
  from githubkit.versions.v2022_11_28.types import (
7128
6669
  WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType,
7129
6670
  )
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
6671
  from githubkit.versions.v2022_11_28.types import (
7146
6672
  WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType,
7147
6673
  )
@@ -7154,6 +6680,9 @@ if TYPE_CHECKING:
7154
6680
  from githubkit.versions.v2022_11_28.types import (
7155
6681
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType,
7156
6682
  )
6683
+ from githubkit.versions.v2022_11_28.types import (
6684
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType as WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType,
6685
+ )
7157
6686
  from githubkit.versions.v2022_11_28.types import (
7158
6687
  OrganizationProgrammaticAccessGrantPropPermissionsPropRepositoryType as OrganizationProgrammaticAccessGrantPropPermissionsPropRepositoryType,
7159
6688
  )
@@ -7190,27 +6719,15 @@ if TYPE_CHECKING:
7190
6719
  from githubkit.versions.v2022_11_28.types import (
7191
6720
  WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType as WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType,
7192
6721
  )
7193
- from githubkit.versions.v2022_11_28.types import (
7194
- WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType as WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType,
7195
- )
7196
6722
  from githubkit.versions.v2022_11_28.types import (
7197
6723
  WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreatorType,
7198
6724
  )
7199
- from githubkit.versions.v2022_11_28.types import (
7200
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType,
7201
- )
7202
6725
  from githubkit.versions.v2022_11_28.types import (
7203
6726
  WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType,
7204
6727
  )
7205
6728
  from githubkit.versions.v2022_11_28.types import (
7206
6729
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType,
7207
6730
  )
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
6731
  from githubkit.versions.v2022_11_28.types import (
7215
6732
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType,
7216
6733
  )
@@ -7235,12 +6752,6 @@ if TYPE_CHECKING:
7235
6752
  from githubkit.versions.v2022_11_28.types import (
7236
6753
  WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwnerType as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwnerType,
7237
6754
  )
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
6755
  from githubkit.versions.v2022_11_28.types import (
7245
6756
  WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType as WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType,
7246
6757
  )
@@ -7256,9 +6767,6 @@ if TYPE_CHECKING:
7256
6767
  from githubkit.versions.v2022_11_28.types import (
7257
6768
  WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUserType as WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUserType,
7258
6769
  )
7259
- from githubkit.versions.v2022_11_28.types import (
7260
- WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType as WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType,
7261
- )
7262
6770
  from githubkit.versions.v2022_11_28.types import (
7263
6771
  WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepoType as WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepoType,
7264
6772
  )
@@ -7295,9 +6803,6 @@ if TYPE_CHECKING:
7295
6803
  from githubkit.versions.v2022_11_28.types import (
7296
6804
  WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType,
7297
6805
  )
7298
- from githubkit.versions.v2022_11_28.types import (
7299
- WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType,
7300
- )
7301
6806
  from githubkit.versions.v2022_11_28.types import (
7302
6807
  WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType,
7303
6808
  )
@@ -7337,9 +6842,6 @@ if TYPE_CHECKING:
7337
6842
  from githubkit.versions.v2022_11_28.types import (
7338
6843
  WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType,
7339
6844
  )
7340
- from githubkit.versions.v2022_11_28.types import (
7341
- WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwnerType,
7342
- )
7343
6845
  from githubkit.versions.v2022_11_28.types import (
7344
6846
  WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreatorType,
7345
6847
  )
@@ -7358,9 +6860,6 @@ if TYPE_CHECKING:
7358
6860
  from githubkit.versions.v2022_11_28.types import (
7359
6861
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUserType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUserType,
7360
6862
  )
7361
- from githubkit.versions.v2022_11_28.types import (
7362
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommitsType,
7363
- )
7364
6863
  from githubkit.versions.v2022_11_28.types import (
7365
6864
  WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreatorType,
7366
6865
  )
@@ -7385,12 +6884,6 @@ if TYPE_CHECKING:
7385
6884
  from githubkit.versions.v2022_11_28.types import (
7386
6885
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType,
7387
6886
  )
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
6887
  from githubkit.versions.v2022_11_28.types import (
7395
6888
  WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMergeType,
7396
6889
  )
@@ -7433,15 +6926,9 @@ if TYPE_CHECKING:
7433
6926
  from githubkit.versions.v2022_11_28.types import (
7434
6927
  WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreatorType,
7435
6928
  )
7436
- from githubkit.versions.v2022_11_28.types import (
7437
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType,
7438
- )
7439
6929
  from githubkit.versions.v2022_11_28.types import (
7440
6930
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItemsType,
7441
6931
  )
7442
- from githubkit.versions.v2022_11_28.types import (
7443
- WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType,
7444
- )
7445
6932
  from githubkit.versions.v2022_11_28.types import (
7446
6933
  WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType,
7447
6934
  )
@@ -7499,21 +6986,6 @@ if TYPE_CHECKING:
7499
6986
  from githubkit.versions.v2022_11_28.types import (
7500
6987
  WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType,
7501
6988
  )
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
6989
  from githubkit.versions.v2022_11_28.types import (
7518
6990
  WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1Type as WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1Type,
7519
6991
  )
@@ -7541,12 +7013,6 @@ if TYPE_CHECKING:
7541
7013
  from githubkit.versions.v2022_11_28.types import (
7542
7014
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelfType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelfType,
7543
7015
  )
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
7016
  from githubkit.versions.v2022_11_28.types import (
7551
7017
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwnerType,
7552
7018
  )
@@ -7574,9 +7040,6 @@ if TYPE_CHECKING:
7574
7040
  from githubkit.versions.v2022_11_28.types import (
7575
7041
  WebhookPullRequestLockedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestLockedPropPullRequestPropLinksPropReviewCommentsType,
7576
7042
  )
7577
- from githubkit.versions.v2022_11_28.types import (
7578
- WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType,
7579
- )
7580
7043
  from githubkit.versions.v2022_11_28.types import (
7581
7044
  WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtmlType as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtmlType,
7582
7045
  )
@@ -7589,12 +7052,6 @@ if TYPE_CHECKING:
7589
7052
  from githubkit.versions.v2022_11_28.types import (
7590
7053
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestoneType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestoneType,
7591
7054
  )
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
7055
  from githubkit.versions.v2022_11_28.types import (
7599
7056
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMergeType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMergeType,
7600
7057
  )
@@ -7658,9 +7115,6 @@ if TYPE_CHECKING:
7658
7115
  from githubkit.versions.v2022_11_28.types import (
7659
7116
  WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsType as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsType,
7660
7117
  )
7661
- from githubkit.versions.v2022_11_28.types import (
7662
- WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType as WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType,
7663
- )
7664
7118
  from githubkit.versions.v2022_11_28.types import (
7665
7119
  WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType,
7666
7120
  )
@@ -7673,6 +7127,9 @@ if TYPE_CHECKING:
7673
7127
  from githubkit.versions.v2022_11_28.types import (
7674
7128
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType,
7675
7129
  )
7130
+ from githubkit.versions.v2022_11_28.types import (
7131
+ CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType as CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType,
7132
+ )
7676
7133
  from githubkit.versions.v2022_11_28.types import (
7677
7134
  PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackageType as PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackageType,
7678
7135
  )
@@ -7712,12 +7169,6 @@ if TYPE_CHECKING:
7712
7169
  from githubkit.versions.v2022_11_28.types import (
7713
7170
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType,
7714
7171
  )
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
7172
  from githubkit.versions.v2022_11_28.types import (
7722
7173
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType,
7723
7174
  )
@@ -7763,9 +7214,6 @@ if TYPE_CHECKING:
7763
7214
  from githubkit.versions.v2022_11_28.types import (
7764
7215
  WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewCommentsType,
7765
7216
  )
7766
- from githubkit.versions.v2022_11_28.types import (
7767
- WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreatorType as WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreatorType,
7768
- )
7769
7217
  from githubkit.versions.v2022_11_28.types import (
7770
7218
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItemsType,
7771
7219
  )
@@ -7802,9 +7250,6 @@ if TYPE_CHECKING:
7802
7250
  from githubkit.versions.v2022_11_28.types import (
7803
7251
  WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestoneType as WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestoneType,
7804
7252
  )
7805
- from githubkit.versions.v2022_11_28.types import (
7806
- WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType,
7807
- )
7808
7253
  from githubkit.versions.v2022_11_28.types import (
7809
7254
  WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssigneeType as WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssigneeType,
7810
7255
  )
@@ -7829,9 +7274,6 @@ if TYPE_CHECKING:
7829
7274
  from githubkit.versions.v2022_11_28.types import (
7830
7275
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType,
7831
7276
  )
7832
- from githubkit.versions.v2022_11_28.types import (
7833
- WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType,
7834
- )
7835
7277
  from githubkit.versions.v2022_11_28.types import (
7836
7278
  WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType,
7837
7279
  )
@@ -7886,9 +7328,6 @@ if TYPE_CHECKING:
7886
7328
  from githubkit.versions.v2022_11_28.types import (
7887
7329
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
7888
7330
  )
7889
- from githubkit.versions.v2022_11_28.types import (
7890
- WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType,
7891
- )
7892
7331
  from githubkit.versions.v2022_11_28.types import (
7893
7332
  WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType,
7894
7333
  )
@@ -7904,9 +7343,6 @@ if TYPE_CHECKING:
7904
7343
  from githubkit.versions.v2022_11_28.types import (
7905
7344
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssueType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssueType,
7906
7345
  )
7907
- from githubkit.versions.v2022_11_28.types import (
7908
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsType,
7909
- )
7910
7346
  from githubkit.versions.v2022_11_28.types import (
7911
7347
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicenseType,
7912
7348
  )
@@ -7925,12 +7361,6 @@ if TYPE_CHECKING:
7925
7361
  from githubkit.versions.v2022_11_28.types import (
7926
7362
  WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewCommentsType,
7927
7363
  )
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
7364
  from githubkit.versions.v2022_11_28.types import (
7935
7365
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItemsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItemsType,
7936
7366
  )
@@ -8048,27 +7478,12 @@ if TYPE_CHECKING:
8048
7478
  from githubkit.versions.v2022_11_28.types import (
8049
7479
  WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
8050
7480
  )
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
7481
  from githubkit.versions.v2022_11_28.types import (
8058
7482
  WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType,
8059
7483
  )
8060
7484
  from githubkit.versions.v2022_11_28.types import (
8061
7485
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommitsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommitsType,
8062
7486
  )
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
7487
  from githubkit.versions.v2022_11_28.types import (
8073
7488
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoType,
8074
7489
  )
@@ -8153,9 +7568,6 @@ if TYPE_CHECKING:
8153
7568
  from githubkit.versions.v2022_11_28.types import (
8154
7569
  WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType,
8155
7570
  )
8156
- from githubkit.versions.v2022_11_28.types import (
8157
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType,
8158
- )
8159
7571
  from githubkit.versions.v2022_11_28.types import (
8160
7572
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType,
8161
7573
  )
@@ -8177,21 +7589,12 @@ if TYPE_CHECKING:
8177
7589
  from githubkit.versions.v2022_11_28.types import (
8178
7590
  WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwnerType as WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwnerType,
8179
7591
  )
8180
- from githubkit.versions.v2022_11_28.types import (
8181
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8182
- )
8183
7592
  from githubkit.versions.v2022_11_28.types import (
8184
7593
  WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8185
7594
  )
8186
7595
  from githubkit.versions.v2022_11_28.types import (
8187
7596
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8188
7597
  )
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
7598
  from githubkit.versions.v2022_11_28.types import (
8196
7599
  WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType,
8197
7600
  )
@@ -8204,27 +7607,12 @@ if TYPE_CHECKING:
8204
7607
  from githubkit.versions.v2022_11_28.types import (
8205
7608
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatusesType,
8206
7609
  )
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
7610
  from githubkit.versions.v2022_11_28.types import (
8214
7611
  WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissionsType,
8215
7612
  )
8216
7613
  from githubkit.versions.v2022_11_28.types import (
8217
7614
  WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissionsType,
8218
7615
  )
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
7616
  from githubkit.versions.v2022_11_28.types import (
8229
7617
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtmlType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtmlType,
8230
7618
  )
@@ -8297,9 +7685,6 @@ if TYPE_CHECKING:
8297
7685
  from githubkit.versions.v2022_11_28.types import (
8298
7686
  WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType,
8299
7687
  )
8300
- from githubkit.versions.v2022_11_28.types import (
8301
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType,
8302
- )
8303
7688
  from githubkit.versions.v2022_11_28.types import (
8304
7689
  WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType,
8305
7690
  )
@@ -8339,9 +7724,6 @@ if TYPE_CHECKING:
8339
7724
  from githubkit.versions.v2022_11_28.types import (
8340
7725
  WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreatorType as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreatorType,
8341
7726
  )
8342
- from githubkit.versions.v2022_11_28.types import (
8343
- WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
8344
- )
8345
7727
  from githubkit.versions.v2022_11_28.types import (
8346
7728
  WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType,
8347
7729
  )
@@ -8357,12 +7739,6 @@ if TYPE_CHECKING:
8357
7739
  from githubkit.versions.v2022_11_28.types import (
8358
7740
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatusesType,
8359
7741
  )
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
7742
  from githubkit.versions.v2022_11_28.types import (
8367
7743
  WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissionsType,
8368
7744
  )
@@ -8450,9 +7826,6 @@ if TYPE_CHECKING:
8450
7826
  from githubkit.versions.v2022_11_28.types import (
8451
7827
  WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsType,
8452
7828
  )
8453
- from githubkit.versions.v2022_11_28.types import (
8454
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType,
8455
- )
8456
7829
  from githubkit.versions.v2022_11_28.types import (
8457
7830
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType,
8458
7831
  )
@@ -8471,6 +7844,9 @@ if TYPE_CHECKING:
8471
7844
  from githubkit.versions.v2022_11_28.types import (
8472
7845
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHeadType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHeadType,
8473
7846
  )
7847
+ from githubkit.versions.v2022_11_28.types import (
7848
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
7849
+ )
8474
7850
  from githubkit.versions.v2022_11_28.types import (
8475
7851
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType,
8476
7852
  )
@@ -8492,9 +7868,6 @@ if TYPE_CHECKING:
8492
7868
  from githubkit.versions.v2022_11_28.types import (
8493
7869
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomPropertiesType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomPropertiesType,
8494
7870
  )
8495
- from githubkit.versions.v2022_11_28.types import (
8496
- WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8497
- )
8498
7871
  from githubkit.versions.v2022_11_28.types import (
8499
7872
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType,
8500
7873
  )
@@ -8507,15 +7880,6 @@ if TYPE_CHECKING:
8507
7880
  from githubkit.versions.v2022_11_28.types import (
8508
7881
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsType,
8509
7882
  )
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
7883
  from githubkit.versions.v2022_11_28.types import (
8520
7884
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissionsType,
8521
7885
  )
@@ -8537,9 +7901,6 @@ if TYPE_CHECKING:
8537
7901
  from githubkit.versions.v2022_11_28.types import (
8538
7902
  WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType,
8539
7903
  )
8540
- from githubkit.versions.v2022_11_28.types import (
8541
- WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType,
8542
- )
8543
7904
  from githubkit.versions.v2022_11_28.types import (
8544
7905
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommitsType,
8545
7906
  )
@@ -8597,9 +7958,6 @@ if TYPE_CHECKING:
8597
7958
  from githubkit.versions.v2022_11_28.types import (
8598
7959
  WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganizationType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganizationType,
8599
7960
  )
8600
- from githubkit.versions.v2022_11_28.types import (
8601
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType,
8602
- )
8603
7961
  from githubkit.versions.v2022_11_28.types import (
8604
7962
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType,
8605
7963
  )
@@ -8633,12 +7991,6 @@ if TYPE_CHECKING:
8633
7991
  from githubkit.versions.v2022_11_28.types import (
8634
7992
  WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItemsType,
8635
7993
  )
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
7994
  from githubkit.versions.v2022_11_28.types import (
8643
7995
  WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType,
8644
7996
  )
@@ -8675,9 +8027,6 @@ if TYPE_CHECKING:
8675
8027
  from githubkit.versions.v2022_11_28.types import (
8676
8028
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommitsType,
8677
8029
  )
8678
- from githubkit.versions.v2022_11_28.types import (
8679
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType,
8680
- )
8681
8030
  from githubkit.versions.v2022_11_28.types import (
8682
8031
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommitsType,
8683
8032
  )
@@ -8750,12 +8099,6 @@ if TYPE_CHECKING:
8750
8099
  from githubkit.versions.v2022_11_28.types import (
8751
8100
  WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8752
8101
  )
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
8102
  from githubkit.versions.v2022_11_28.types import (
8760
8103
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBinType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBinType,
8761
8104
  )
@@ -8801,12 +8144,6 @@ if TYPE_CHECKING:
8801
8144
  from githubkit.versions.v2022_11_28.types import (
8802
8145
  WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType,
8803
8146
  )
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
8147
  from githubkit.versions.v2022_11_28.types import (
8811
8148
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommentsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommentsType,
8812
8149
  )
@@ -8867,9 +8204,6 @@ if TYPE_CHECKING:
8867
8204
  from githubkit.versions.v2022_11_28.types import (
8868
8205
  WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParentType,
8869
8206
  )
8870
- from githubkit.versions.v2022_11_28.types import (
8871
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType,
8872
- )
8873
8207
  from githubkit.versions.v2022_11_28.types import (
8874
8208
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType,
8875
8209
  )
@@ -9038,21 +8372,6 @@ if TYPE_CHECKING:
9038
8372
  from githubkit.versions.v2022_11_28.types import (
9039
8373
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewCommentsType,
9040
8374
  )
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
8375
  from githubkit.versions.v2022_11_28.types import (
9057
8376
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType,
9058
8377
  )
@@ -9104,9 +8423,6 @@ if TYPE_CHECKING:
9104
8423
  from githubkit.versions.v2022_11_28.types import (
9105
8424
  WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthorType as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthorType,
9106
8425
  )
9107
- from githubkit.versions.v2022_11_28.types import (
9108
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType,
9109
- )
9110
8426
  from githubkit.versions.v2022_11_28.types import (
9111
8427
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType,
9112
8428
  )
@@ -9128,12 +8444,6 @@ if TYPE_CHECKING:
9128
8444
  from githubkit.versions.v2022_11_28.types import (
9129
8445
  WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepoType as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepoType,
9130
8446
  )
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
8447
  from githubkit.versions.v2022_11_28.types import (
9138
8448
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthorType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthorType,
9139
8449
  )
@@ -9215,15 +8525,6 @@ if TYPE_CHECKING:
9215
8525
  from githubkit.versions.v2022_11_28.types import (
9216
8526
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScriptsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScriptsType,
9217
8527
  )
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
8528
  from githubkit.versions.v2022_11_28.types import (
9228
8529
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwnerType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwnerType,
9229
8530
  )
@@ -9290,9 +8591,6 @@ if TYPE_CHECKING:
9290
8591
  from githubkit.versions.v2022_11_28.types import (
9291
8592
  WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType,
9292
8593
  )
9293
- from githubkit.versions.v2022_11_28.types import (
9294
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType,
9295
- )
9296
8594
  from githubkit.versions.v2022_11_28.types import (
9297
8595
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType,
9298
8596
  )
@@ -9749,15 +9047,9 @@ if TYPE_CHECKING:
9749
9047
  from githubkit.versions.v2022_11_28.types import (
9750
9048
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItemsType as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItemsType,
9751
9049
  )
9752
- from githubkit.versions.v2022_11_28.types import (
9753
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
9754
- )
9755
9050
  from githubkit.versions.v2022_11_28.types import (
9756
9051
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType,
9757
9052
  )
9758
- from githubkit.versions.v2022_11_28.types import (
9759
- WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
9760
- )
9761
9053
  from githubkit.versions.v2022_11_28.types import (
9762
9054
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0Type as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0Type,
9763
9055
  )
@@ -9815,9 +9107,6 @@ if TYPE_CHECKING:
9815
9107
  from githubkit.versions.v2022_11_28.types import (
9816
9108
  WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType,
9817
9109
  )
9818
- from githubkit.versions.v2022_11_28.types import (
9819
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType,
9820
- )
9821
9110
  from githubkit.versions.v2022_11_28.types import (
9822
9111
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItemsType,
9823
9112
  )
@@ -9851,9 +9140,6 @@ if TYPE_CHECKING:
9851
9140
  from githubkit.versions.v2022_11_28.types import (
9852
9141
  WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType,
9853
9142
  )
9854
- from githubkit.versions.v2022_11_28.types import (
9855
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
9856
- )
9857
9143
  from githubkit.versions.v2022_11_28.types import (
9858
9144
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
9859
9145
  )
@@ -9863,9 +9149,6 @@ if TYPE_CHECKING:
9863
9149
  from githubkit.versions.v2022_11_28.types import (
9864
9150
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType,
9865
9151
  )
9866
- from githubkit.versions.v2022_11_28.types import (
9867
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
9868
- )
9869
9152
  from githubkit.versions.v2022_11_28.types import (
9870
9153
  WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
9871
9154
  )
@@ -9905,9 +9188,6 @@ if TYPE_CHECKING:
9905
9188
  from githubkit.versions.v2022_11_28.types import (
9906
9189
  WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissionsType as WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissionsType,
9907
9190
  )
9908
- from githubkit.versions.v2022_11_28.types import (
9909
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType,
9910
- )
9911
9191
  from githubkit.versions.v2022_11_28.types import (
9912
9192
  WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissionsType,
9913
9193
  )
@@ -10013,9 +9293,6 @@ if TYPE_CHECKING:
10013
9293
  from githubkit.versions.v2022_11_28.types import (
10014
9294
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1Type as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1Type,
10015
9295
  )
10016
- from githubkit.versions.v2022_11_28.types import (
10017
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
10018
- )
10019
9296
  from githubkit.versions.v2022_11_28.types import (
10020
9297
  ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType,
10021
9298
  )
@@ -10034,9 +9311,6 @@ if TYPE_CHECKING:
10034
9311
  from githubkit.versions.v2022_11_28.types import (
10035
9312
  WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionTypeType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionTypeType,
10036
9313
  )
10037
- from githubkit.versions.v2022_11_28.types import (
10038
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
10039
- )
10040
9314
  from githubkit.versions.v2022_11_28.types import (
10041
9315
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType,
10042
9316
  )
@@ -10093,8 +9367,8 @@ else:
10093
9367
  "VulnerabilityPropPackageType",
10094
9368
  "BasicErrorType",
10095
9369
  "ValidationErrorSimpleType",
10096
- "IntegrationType",
10097
9370
  "IntegrationPropPermissionsType",
9371
+ "IntegrationType",
10098
9372
  "WebhookConfigType",
10099
9373
  "HookDeliveryItemType",
10100
9374
  "ScimErrorType",
@@ -10126,6 +9400,8 @@ else:
10126
9400
  "SimpleClassroomAssignmentType",
10127
9401
  "SimpleClassroomType",
10128
9402
  "ClassroomAssignmentGradeType",
9403
+ "CopilotUsageMetricsType",
9404
+ "CopilotUsageMetricsPropBreakdownItemsType",
10129
9405
  "DependabotAlertPackageType",
10130
9406
  "DependabotAlertSecurityVulnerabilityType",
10131
9407
  "DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType",
@@ -10275,9 +9551,15 @@ else:
10275
9551
  "RepositoryRuleDeletionType",
10276
9552
  "RepositoryRuleRequiredSignaturesType",
10277
9553
  "RepositoryRuleNonFastForwardType",
9554
+ "RepositoryRuleOneof14Type",
9555
+ "RepositoryRuleOneof14PropParametersType",
9556
+ "RepositoryRuleOneof16Type",
9557
+ "RepositoryRuleOneof16PropParametersType",
10278
9558
  "RepositoryRuleUpdateType",
10279
9559
  "RepositoryRuleUpdatePropParametersType",
10280
9560
  "RepositoryRuleRequiredLinearHistoryType",
9561
+ "RepositoryRuleOneof15Type",
9562
+ "RepositoryRuleOneof15PropParametersType",
10281
9563
  "RepositoryRuleRequiredDeploymentsType",
10282
9564
  "RepositoryRuleRequiredDeploymentsPropParametersType",
10283
9565
  "RepositoryRulePullRequestType",
@@ -10299,7 +9581,11 @@ else:
10299
9581
  "RepositoryRuleWorkflowsType",
10300
9582
  "RepositoryRuleWorkflowsPropParametersType",
10301
9583
  "RepositoryRuleParamsWorkflowFileReferenceType",
9584
+ "RepositoryRuleCodeScanningType",
9585
+ "RepositoryRuleCodeScanningPropParametersType",
10302
9586
  "RepositoryRuleParamsCodeScanningToolType",
9587
+ "RepositoryRuleOneof17Type",
9588
+ "RepositoryRuleOneof17PropParametersType",
10303
9589
  "RepositoryRulesetType",
10304
9590
  "RepositoryRulesetPropLinksType",
10305
9591
  "RepositoryRulesetPropLinksPropSelfType",
@@ -10448,6 +9734,13 @@ else:
10448
9734
  "CodeScanningAnalysisType",
10449
9735
  "CodeScanningAnalysisDeletionType",
10450
9736
  "CodeScanningCodeqlDatabaseType",
9737
+ "CodeScanningVariantAnalysisRepositoryType",
9738
+ "CodeScanningVariantAnalysisSkippedRepoGroupType",
9739
+ "CodeScanningVariantAnalysisType",
9740
+ "CodeScanningVariantAnalysisPropScannedRepositoriesItemsType",
9741
+ "CodeScanningVariantAnalysisPropSkippedRepositoriesType",
9742
+ "CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundReposType",
9743
+ "CodeScanningVariantAnalysisRepoTaskType",
10451
9744
  "CodeScanningDefaultSetupType",
10452
9745
  "CodeScanningDefaultSetupUpdateType",
10453
9746
  "CodeScanningDefaultSetupUpdateResponseType",
@@ -10663,6 +9956,7 @@ else:
10663
9956
  "RepositoryRuleDetailedOneof12Type",
10664
9957
  "RepositoryRuleDetailedOneof13Type",
10665
9958
  "RepositoryRuleDetailedOneof14Type",
9959
+ "RepositoryRuleDetailedOneof15Type",
10666
9960
  "SecretScanningAlertType",
10667
9961
  "RepositoryAdvisoryCreateType",
10668
9962
  "RepositoryAdvisoryCreatePropCreditsItemsType",
@@ -10752,12 +10046,72 @@ else:
10752
10046
  "SimpleCheckSuiteType",
10753
10047
  "CheckRunWithSimpleCheckSuiteType",
10754
10048
  "CheckRunWithSimpleCheckSuitePropOutputType",
10049
+ "WebhooksDeployKeyType",
10050
+ "WebhooksWorkflowType",
10051
+ "WebhooksApproverType",
10052
+ "WebhooksReviewersItemsType",
10053
+ "WebhooksReviewersItemsPropReviewerType",
10054
+ "WebhooksWorkflowJobRunType",
10055
+ "WebhooksUserType",
10056
+ "WebhooksAnswerType",
10057
+ "WebhooksAnswerPropReactionsType",
10058
+ "WebhooksAnswerPropUserType",
10755
10059
  "DiscussionType",
10756
10060
  "DiscussionPropAnswerChosenByType",
10757
10061
  "DiscussionPropCategoryType",
10758
10062
  "DiscussionPropReactionsType",
10759
10063
  "DiscussionPropUserType",
10064
+ "WebhooksCommentType",
10065
+ "WebhooksCommentPropReactionsType",
10066
+ "WebhooksCommentPropUserType",
10067
+ "WebhooksLabelType",
10068
+ "WebhooksRepositoriesItemsType",
10069
+ "WebhooksRepositoriesAddedItemsType",
10070
+ "WebhooksIssueCommentType",
10071
+ "WebhooksIssueCommentPropReactionsType",
10072
+ "WebhooksIssueCommentPropUserType",
10073
+ "WebhooksChangesType",
10074
+ "WebhooksChangesPropBodyType",
10075
+ "WebhooksIssueType",
10076
+ "WebhooksIssuePropAssigneeType",
10077
+ "WebhooksIssuePropAssigneesItemsType",
10078
+ "WebhooksIssuePropLabelsItemsType",
10079
+ "WebhooksIssuePropMilestoneType",
10080
+ "WebhooksIssuePropMilestonePropCreatorType",
10081
+ "WebhooksIssuePropPerformedViaGithubAppType",
10082
+ "WebhooksIssuePropPerformedViaGithubAppPropOwnerType",
10083
+ "WebhooksIssuePropPerformedViaGithubAppPropPermissionsType",
10084
+ "WebhooksIssuePropPullRequestType",
10085
+ "WebhooksIssuePropReactionsType",
10086
+ "WebhooksIssuePropUserType",
10087
+ "WebhooksMilestoneType",
10088
+ "WebhooksMilestonePropCreatorType",
10089
+ "WebhooksIssue2Type",
10090
+ "WebhooksIssue2PropAssigneeType",
10091
+ "WebhooksIssue2PropAssigneesItemsType",
10092
+ "WebhooksIssue2PropLabelsItemsType",
10093
+ "WebhooksIssue2PropMilestoneType",
10094
+ "WebhooksIssue2PropMilestonePropCreatorType",
10095
+ "WebhooksIssue2PropPerformedViaGithubAppType",
10096
+ "WebhooksIssue2PropPerformedViaGithubAppPropOwnerType",
10097
+ "WebhooksIssue2PropPerformedViaGithubAppPropPermissionsType",
10098
+ "WebhooksIssue2PropPullRequestType",
10099
+ "WebhooksIssue2PropReactionsType",
10100
+ "WebhooksIssue2PropUserType",
10101
+ "WebhooksUserMannequinType",
10102
+ "WebhooksMarketplacePurchaseType",
10103
+ "WebhooksMarketplacePurchasePropAccountType",
10104
+ "WebhooksMarketplacePurchasePropPlanType",
10105
+ "WebhooksPreviousMarketplacePurchaseType",
10106
+ "WebhooksPreviousMarketplacePurchasePropAccountType",
10107
+ "WebhooksPreviousMarketplacePurchasePropPlanType",
10108
+ "WebhooksTeamType",
10109
+ "WebhooksTeamPropParentType",
10760
10110
  "MergeGroupType",
10111
+ "WebhooksMilestone3Type",
10112
+ "WebhooksMilestone3PropCreatorType",
10113
+ "WebhooksMembershipType",
10114
+ "WebhooksMembershipPropUserType",
10761
10115
  "PersonalAccessTokenRequestType",
10762
10116
  "PersonalAccessTokenRequestPropRepositoriesItemsType",
10763
10117
  "PersonalAccessTokenRequestPropPermissionsAddedType",
@@ -10772,11 +10126,96 @@ else:
10772
10126
  "PersonalAccessTokenRequestPropPermissionsResultPropOrganizationType",
10773
10127
  "PersonalAccessTokenRequestPropPermissionsResultPropRepositoryType",
10774
10128
  "PersonalAccessTokenRequestPropPermissionsResultPropOtherType",
10129
+ "WebhooksProjectCardType",
10130
+ "WebhooksProjectCardPropCreatorType",
10131
+ "WebhooksProjectType",
10132
+ "WebhooksProjectPropCreatorType",
10133
+ "WebhooksProjectColumnType",
10775
10134
  "ProjectsV2Type",
10135
+ "WebhooksProjectChangesType",
10136
+ "WebhooksProjectChangesPropArchivedAtType",
10776
10137
  "ProjectsV2ItemType",
10777
10138
  "PullRequestWebhookType",
10778
10139
  "PullRequestWebhookAllof1Type",
10140
+ "WebhooksPullRequest5Type",
10141
+ "WebhooksPullRequest5PropAssigneeType",
10142
+ "WebhooksPullRequest5PropAssigneesItemsType",
10143
+ "WebhooksPullRequest5PropAutoMergeType",
10144
+ "WebhooksPullRequest5PropAutoMergePropEnabledByType",
10145
+ "WebhooksPullRequest5PropLabelsItemsType",
10146
+ "WebhooksPullRequest5PropMergedByType",
10147
+ "WebhooksPullRequest5PropMilestoneType",
10148
+ "WebhooksPullRequest5PropMilestonePropCreatorType",
10149
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof0Type",
10150
+ "WebhooksPullRequest5PropUserType",
10151
+ "WebhooksPullRequest5PropLinksType",
10152
+ "WebhooksPullRequest5PropLinksPropCommentsType",
10153
+ "WebhooksPullRequest5PropLinksPropCommitsType",
10154
+ "WebhooksPullRequest5PropLinksPropHtmlType",
10155
+ "WebhooksPullRequest5PropLinksPropIssueType",
10156
+ "WebhooksPullRequest5PropLinksPropReviewCommentType",
10157
+ "WebhooksPullRequest5PropLinksPropReviewCommentsType",
10158
+ "WebhooksPullRequest5PropLinksPropSelfType",
10159
+ "WebhooksPullRequest5PropLinksPropStatusesType",
10160
+ "WebhooksPullRequest5PropBaseType",
10161
+ "WebhooksPullRequest5PropBasePropUserType",
10162
+ "WebhooksPullRequest5PropBasePropRepoType",
10163
+ "WebhooksPullRequest5PropBasePropRepoPropLicenseType",
10164
+ "WebhooksPullRequest5PropBasePropRepoPropOwnerType",
10165
+ "WebhooksPullRequest5PropBasePropRepoPropPermissionsType",
10166
+ "WebhooksPullRequest5PropHeadType",
10167
+ "WebhooksPullRequest5PropHeadPropUserType",
10168
+ "WebhooksPullRequest5PropHeadPropRepoType",
10169
+ "WebhooksPullRequest5PropHeadPropRepoPropLicenseType",
10170
+ "WebhooksPullRequest5PropHeadPropRepoPropOwnerType",
10171
+ "WebhooksPullRequest5PropHeadPropRepoPropPermissionsType",
10172
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof1Type",
10173
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParentType",
10174
+ "WebhooksPullRequest5PropRequestedTeamsItemsType",
10175
+ "WebhooksPullRequest5PropRequestedTeamsItemsPropParentType",
10176
+ "WebhooksReviewCommentType",
10177
+ "WebhooksReviewCommentPropReactionsType",
10178
+ "WebhooksReviewCommentPropUserType",
10179
+ "WebhooksReviewCommentPropLinksType",
10180
+ "WebhooksReviewCommentPropLinksPropHtmlType",
10181
+ "WebhooksReviewCommentPropLinksPropPullRequestType",
10182
+ "WebhooksReviewCommentPropLinksPropSelfType",
10183
+ "WebhooksReviewType",
10184
+ "WebhooksReviewPropUserType",
10185
+ "WebhooksReviewPropLinksType",
10186
+ "WebhooksReviewPropLinksPropHtmlType",
10187
+ "WebhooksReviewPropLinksPropPullRequestType",
10188
+ "WebhooksReleaseType",
10189
+ "WebhooksReleasePropAuthorType",
10190
+ "WebhooksReleasePropReactionsType",
10191
+ "WebhooksReleasePropAssetsItemsType",
10192
+ "WebhooksReleasePropAssetsItemsPropUploaderType",
10193
+ "WebhooksRelease1Type",
10194
+ "WebhooksRelease1PropAssetsItemsType",
10195
+ "WebhooksRelease1PropAssetsItemsPropUploaderType",
10196
+ "WebhooksRelease1PropAuthorType",
10197
+ "WebhooksRelease1PropReactionsType",
10198
+ "WebhooksAlertType",
10199
+ "WebhooksAlertPropDismisserType",
10779
10200
  "SecretScanningAlertWebhookType",
10201
+ "WebhooksSecurityAdvisoryType",
10202
+ "WebhooksSecurityAdvisoryPropCvssType",
10203
+ "WebhooksSecurityAdvisoryPropCwesItemsType",
10204
+ "WebhooksSecurityAdvisoryPropIdentifiersItemsType",
10205
+ "WebhooksSecurityAdvisoryPropReferencesItemsType",
10206
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItemsType",
10207
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
10208
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
10209
+ "WebhooksSponsorshipType",
10210
+ "WebhooksSponsorshipPropMaintainerType",
10211
+ "WebhooksSponsorshipPropSponsorType",
10212
+ "WebhooksSponsorshipPropSponsorableType",
10213
+ "WebhooksSponsorshipPropTierType",
10214
+ "WebhooksChanges8Type",
10215
+ "WebhooksChanges8PropTierType",
10216
+ "WebhooksChanges8PropTierPropFromType",
10217
+ "WebhooksTeam1Type",
10218
+ "WebhooksTeam1PropParentType",
10780
10219
  "WebhookBranchProtectionConfigurationDisabledType",
10781
10220
  "WebhookBranchProtectionConfigurationEnabledType",
10782
10221
  "WebhookBranchProtectionRuleCreatedType",
@@ -10903,11 +10342,8 @@ else:
10903
10342
  "WebhookDependabotAlertReintroducedType",
10904
10343
  "WebhookDependabotAlertReopenedType",
10905
10344
  "WebhookDeployKeyCreatedType",
10906
- "WebhookDeployKeyCreatedPropKeyType",
10907
10345
  "WebhookDeployKeyDeletedType",
10908
- "WebhookDeployKeyDeletedPropKeyType",
10909
10346
  "WebhookDeploymentCreatedType",
10910
- "WebhookDeploymentCreatedPropWorkflowType",
10911
10347
  "WebhookDeploymentCreatedPropDeploymentType",
10912
10348
  "WebhookDeploymentCreatedPropDeploymentPropCreatorType",
10913
10349
  "WebhookDeploymentCreatedPropDeploymentPropPayloadOneof0Type",
@@ -10929,11 +10365,7 @@ else:
10929
10365
  "WebhookDeploymentCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
10930
10366
  "WebhookDeploymentProtectionRuleRequestedType",
10931
10367
  "WebhookDeploymentReviewApprovedType",
10932
- "WebhookDeploymentReviewApprovedPropApproverType",
10933
- "WebhookDeploymentReviewApprovedPropWorkflowJobRunType",
10934
10368
  "WebhookDeploymentReviewApprovedPropWorkflowJobRunsItemsType",
10935
- "WebhookDeploymentReviewApprovedPropReviewersItemsType",
10936
- "WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewerType",
10937
10369
  "WebhookDeploymentReviewApprovedPropWorkflowRunType",
10938
10370
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropActorType",
10939
10371
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropHeadCommitType",
@@ -10949,11 +10381,7 @@ else:
10949
10381
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadType",
10950
10382
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
10951
10383
  "WebhookDeploymentReviewRejectedType",
10952
- "WebhookDeploymentReviewRejectedPropApproverType",
10953
- "WebhookDeploymentReviewRejectedPropWorkflowJobRunType",
10954
10384
  "WebhookDeploymentReviewRejectedPropWorkflowJobRunsItemsType",
10955
- "WebhookDeploymentReviewRejectedPropReviewersItemsType",
10956
- "WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewerType",
10957
10385
  "WebhookDeploymentReviewRejectedPropWorkflowRunType",
10958
10386
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropActorType",
10959
10387
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropHeadCommitType",
@@ -10969,7 +10397,6 @@ else:
10969
10397
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadType",
10970
10398
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
10971
10399
  "WebhookDeploymentReviewRequestedType",
10972
- "WebhookDeploymentReviewRequestedPropRequestorType",
10973
10400
  "WebhookDeploymentReviewRequestedPropWorkflowJobRunType",
10974
10401
  "WebhookDeploymentReviewRequestedPropReviewersItemsType",
10975
10402
  "WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType",
@@ -10989,7 +10416,6 @@ else:
10989
10416
  "WebhookDeploymentReviewRequestedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
10990
10417
  "WebhookDeploymentStatusCreatedType",
10991
10418
  "WebhookDeploymentStatusCreatedPropCheckRunType",
10992
- "WebhookDeploymentStatusCreatedPropWorkflowType",
10993
10419
  "WebhookDeploymentStatusCreatedPropDeploymentType",
10994
10420
  "WebhookDeploymentStatusCreatedPropDeploymentPropCreatorType",
10995
10421
  "WebhookDeploymentStatusCreatedPropDeploymentPropPayloadOneof1Type",
@@ -11015,28 +10441,16 @@ else:
11015
10441
  "WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadType",
11016
10442
  "WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
11017
10443
  "WebhookDiscussionAnsweredType",
11018
- "WebhookDiscussionAnsweredPropAnswerType",
11019
- "WebhookDiscussionAnsweredPropAnswerPropReactionsType",
11020
- "WebhookDiscussionAnsweredPropAnswerPropUserType",
11021
10444
  "WebhookDiscussionCategoryChangedType",
11022
10445
  "WebhookDiscussionCategoryChangedPropChangesType",
11023
10446
  "WebhookDiscussionCategoryChangedPropChangesPropCategoryType",
11024
10447
  "WebhookDiscussionCategoryChangedPropChangesPropCategoryPropFromType",
11025
10448
  "WebhookDiscussionClosedType",
11026
10449
  "WebhookDiscussionCommentCreatedType",
11027
- "WebhookDiscussionCommentCreatedPropCommentType",
11028
- "WebhookDiscussionCommentCreatedPropCommentPropReactionsType",
11029
- "WebhookDiscussionCommentCreatedPropCommentPropUserType",
11030
10450
  "WebhookDiscussionCommentDeletedType",
11031
- "WebhookDiscussionCommentDeletedPropCommentType",
11032
- "WebhookDiscussionCommentDeletedPropCommentPropReactionsType",
11033
- "WebhookDiscussionCommentDeletedPropCommentPropUserType",
11034
10451
  "WebhookDiscussionCommentEditedType",
11035
10452
  "WebhookDiscussionCommentEditedPropChangesType",
11036
10453
  "WebhookDiscussionCommentEditedPropChangesPropBodyType",
11037
- "WebhookDiscussionCommentEditedPropCommentType",
11038
- "WebhookDiscussionCommentEditedPropCommentPropReactionsType",
11039
- "WebhookDiscussionCommentEditedPropCommentPropUserType",
11040
10454
  "WebhookDiscussionCreatedType",
11041
10455
  "WebhookDiscussionDeletedType",
11042
10456
  "WebhookDiscussionEditedType",
@@ -11044,18 +10458,13 @@ else:
11044
10458
  "WebhookDiscussionEditedPropChangesPropBodyType",
11045
10459
  "WebhookDiscussionEditedPropChangesPropTitleType",
11046
10460
  "WebhookDiscussionLabeledType",
11047
- "WebhookDiscussionLabeledPropLabelType",
11048
10461
  "WebhookDiscussionLockedType",
11049
10462
  "WebhookDiscussionPinnedType",
11050
10463
  "WebhookDiscussionReopenedType",
11051
10464
  "WebhookDiscussionTransferredType",
11052
10465
  "WebhookDiscussionTransferredPropChangesType",
11053
10466
  "WebhookDiscussionUnansweredType",
11054
- "WebhookDiscussionUnansweredPropOldAnswerType",
11055
- "WebhookDiscussionUnansweredPropOldAnswerPropReactionsType",
11056
- "WebhookDiscussionUnansweredPropOldAnswerPropUserType",
11057
10467
  "WebhookDiscussionUnlabeledType",
11058
- "WebhookDiscussionUnlabeledPropLabelType",
11059
10468
  "WebhookDiscussionUnlockedType",
11060
10469
  "WebhookDiscussionUnpinnedType",
11061
10470
  "WebhookForkType",
@@ -11074,29 +10483,19 @@ else:
11074
10483
  "WebhookGollumType",
11075
10484
  "WebhookGollumPropPagesItemsType",
11076
10485
  "WebhookInstallationCreatedType",
11077
- "WebhookInstallationCreatedPropRepositoriesItemsType",
11078
- "WebhookInstallationCreatedPropRequesterType",
11079
10486
  "WebhookInstallationDeletedType",
11080
- "WebhookInstallationDeletedPropRepositoriesItemsType",
11081
10487
  "WebhookInstallationNewPermissionsAcceptedType",
11082
- "WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType",
11083
10488
  "WebhookInstallationRepositoriesAddedType",
11084
- "WebhookInstallationRepositoriesAddedPropRepositoriesAddedItemsType",
11085
10489
  "WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItemsType",
11086
- "WebhookInstallationRepositoriesAddedPropRequesterType",
11087
10490
  "WebhookInstallationRepositoriesRemovedType",
11088
- "WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItemsType",
11089
10491
  "WebhookInstallationRepositoriesRemovedPropRepositoriesRemovedItemsType",
11090
- "WebhookInstallationRepositoriesRemovedPropRequesterType",
11091
10492
  "WebhookInstallationSuspendType",
11092
- "WebhookInstallationSuspendPropRepositoriesItemsType",
11093
10493
  "WebhookInstallationTargetRenamedType",
11094
10494
  "WebhookInstallationTargetRenamedPropAccountType",
11095
10495
  "WebhookInstallationTargetRenamedPropChangesType",
11096
10496
  "WebhookInstallationTargetRenamedPropChangesPropLoginType",
11097
10497
  "WebhookInstallationTargetRenamedPropChangesPropSlugType",
11098
10498
  "WebhookInstallationUnsuspendType",
11099
- "WebhookInstallationUnsuspendPropRepositoriesItemsType",
11100
10499
  "WebhookIssueCommentCreatedType",
11101
10500
  "WebhookIssueCommentCreatedPropCommentType",
11102
10501
  "WebhookIssueCommentCreatedPropCommentPropReactionsType",
@@ -11128,9 +10527,6 @@ else:
11128
10527
  "WebhookIssueCommentCreatedPropIssueMergedMilestoneType",
11129
10528
  "WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubAppType",
11130
10529
  "WebhookIssueCommentDeletedType",
11131
- "WebhookIssueCommentDeletedPropCommentType",
11132
- "WebhookIssueCommentDeletedPropCommentPropReactionsType",
11133
- "WebhookIssueCommentDeletedPropCommentPropUserType",
11134
10530
  "WebhookIssueCommentDeletedPropIssueType",
11135
10531
  "WebhookIssueCommentDeletedPropIssueMergedAssigneesType",
11136
10532
  "WebhookIssueCommentDeletedPropIssueMergedReactionsType",
@@ -11158,11 +10554,6 @@ else:
11158
10554
  "WebhookIssueCommentDeletedPropIssueMergedMilestoneType",
11159
10555
  "WebhookIssueCommentDeletedPropIssueMergedPerformedViaGithubAppType",
11160
10556
  "WebhookIssueCommentEditedType",
11161
- "WebhookIssueCommentEditedPropChangesType",
11162
- "WebhookIssueCommentEditedPropChangesPropBodyType",
11163
- "WebhookIssueCommentEditedPropCommentType",
11164
- "WebhookIssueCommentEditedPropCommentPropReactionsType",
11165
- "WebhookIssueCommentEditedPropCommentPropUserType",
11166
10557
  "WebhookIssueCommentEditedPropIssueType",
11167
10558
  "WebhookIssueCommentEditedPropIssueMergedAssigneesType",
11168
10559
  "WebhookIssueCommentEditedPropIssueMergedReactionsType",
@@ -11190,19 +10581,6 @@ else:
11190
10581
  "WebhookIssueCommentEditedPropIssueMergedMilestoneType",
11191
10582
  "WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubAppType",
11192
10583
  "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
10584
  "WebhookIssuesClosedType",
11207
10585
  "WebhookIssuesClosedPropIssueType",
11208
10586
  "WebhookIssuesClosedPropIssueMergedAssigneeType",
@@ -11258,10 +10636,7 @@ else:
11258
10636
  "WebhookIssuesDemilestonedPropIssuePropPullRequestType",
11259
10637
  "WebhookIssuesDemilestonedPropIssuePropReactionsType",
11260
10638
  "WebhookIssuesDemilestonedPropIssuePropUserType",
11261
- "WebhookIssuesDemilestonedPropMilestoneType",
11262
- "WebhookIssuesDemilestonedPropMilestonePropCreatorType",
11263
10639
  "WebhookIssuesEditedType",
11264
- "WebhookIssuesEditedPropLabelType",
11265
10640
  "WebhookIssuesEditedPropChangesType",
11266
10641
  "WebhookIssuesEditedPropChangesPropBodyType",
11267
10642
  "WebhookIssuesEditedPropChangesPropTitleType",
@@ -11278,7 +10653,6 @@ else:
11278
10653
  "WebhookIssuesEditedPropIssuePropReactionsType",
11279
10654
  "WebhookIssuesEditedPropIssuePropUserType",
11280
10655
  "WebhookIssuesLabeledType",
11281
- "WebhookIssuesLabeledPropLabelType",
11282
10656
  "WebhookIssuesLabeledPropIssueType",
11283
10657
  "WebhookIssuesLabeledPropIssuePropAssigneeType",
11284
10658
  "WebhookIssuesLabeledPropIssuePropAssigneesItemsType",
@@ -11317,8 +10691,6 @@ else:
11317
10691
  "WebhookIssuesMilestonedPropIssuePropPullRequestType",
11318
10692
  "WebhookIssuesMilestonedPropIssuePropReactionsType",
11319
10693
  "WebhookIssuesMilestonedPropIssuePropUserType",
11320
- "WebhookIssuesMilestonedPropMilestoneType",
11321
- "WebhookIssuesMilestonedPropMilestonePropCreatorType",
11322
10694
  "WebhookIssuesOpenedType",
11323
10695
  "WebhookIssuesOpenedPropIssueType",
11324
10696
  "WebhookIssuesOpenedPropIssuePropAssigneeType",
@@ -11351,18 +10723,6 @@ else:
11351
10723
  "WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType",
11352
10724
  "WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissionsType",
11353
10725
  "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
10726
  "WebhookIssuesReopenedType",
11367
10727
  "WebhookIssuesReopenedPropIssueType",
11368
10728
  "WebhookIssuesReopenedPropIssuePropAssigneeType",
@@ -11377,18 +10737,6 @@ else:
11377
10737
  "WebhookIssuesReopenedPropIssuePropReactionsType",
11378
10738
  "WebhookIssuesReopenedPropIssuePropUserType",
11379
10739
  "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
10740
  "WebhookIssuesTransferredPropChangesType",
11393
10741
  "WebhookIssuesTransferredPropChangesPropNewIssueType",
11394
10742
  "WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneeType",
@@ -11408,33 +10756,7 @@ else:
11408
10756
  "WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwnerType",
11409
10757
  "WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissionsType",
11410
10758
  "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
10759
  "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
10760
  "WebhookIssuesUnlockedType",
11439
10761
  "WebhookIssuesUnlockedPropIssueType",
11440
10762
  "WebhookIssuesUnlockedPropIssuePropAssigneeType",
@@ -11449,46 +10771,19 @@ else:
11449
10771
  "WebhookIssuesUnlockedPropIssuePropReactionsType",
11450
10772
  "WebhookIssuesUnlockedPropIssuePropUserType",
11451
10773
  "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
10774
  "WebhookLabelCreatedType",
11465
- "WebhookLabelCreatedPropLabelType",
11466
10775
  "WebhookLabelDeletedType",
11467
- "WebhookLabelDeletedPropLabelType",
11468
10776
  "WebhookLabelEditedType",
11469
- "WebhookLabelEditedPropLabelType",
11470
10777
  "WebhookLabelEditedPropChangesType",
11471
10778
  "WebhookLabelEditedPropChangesPropColorType",
11472
10779
  "WebhookLabelEditedPropChangesPropDescriptionType",
11473
10780
  "WebhookLabelEditedPropChangesPropNameType",
11474
10781
  "WebhookMarketplacePurchaseCancelledType",
11475
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType",
11476
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType",
11477
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType",
11478
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType",
11479
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType",
11480
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType",
11481
10782
  "WebhookMarketplacePurchaseChangedType",
11482
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType",
11483
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType",
11484
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType",
11485
10783
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType",
11486
10784
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccountType",
11487
10785
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType",
11488
10786
  "WebhookMarketplacePurchasePendingChangeType",
11489
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType",
11490
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType",
11491
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType",
11492
10787
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType",
11493
10788
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccountType",
11494
10789
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlanType",
@@ -11496,84 +10791,45 @@ else:
11496
10791
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType",
11497
10792
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccountType",
11498
10793
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType",
11499
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType",
11500
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType",
11501
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType",
11502
10794
  "WebhookMarketplacePurchasePurchasedType",
11503
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType",
11504
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType",
11505
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType",
11506
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType",
11507
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType",
11508
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType",
11509
10795
  "WebhookMemberAddedType",
11510
- "WebhookMemberAddedPropMemberType",
11511
10796
  "WebhookMemberAddedPropChangesType",
11512
10797
  "WebhookMemberAddedPropChangesPropPermissionType",
11513
10798
  "WebhookMemberAddedPropChangesPropRoleNameType",
11514
10799
  "WebhookMemberEditedType",
11515
- "WebhookMemberEditedPropMemberType",
11516
10800
  "WebhookMemberEditedPropChangesType",
11517
10801
  "WebhookMemberEditedPropChangesPropOldPermissionType",
11518
10802
  "WebhookMemberEditedPropChangesPropPermissionType",
11519
10803
  "WebhookMemberRemovedType",
11520
- "WebhookMemberRemovedPropMemberType",
11521
10804
  "WebhookMembershipAddedType",
11522
- "WebhookMembershipAddedPropMemberType",
11523
10805
  "WebhookMembershipAddedPropSenderType",
11524
- "WebhookMembershipAddedPropTeamType",
11525
- "WebhookMembershipAddedPropTeamPropParentType",
11526
10806
  "WebhookMembershipRemovedType",
11527
- "WebhookMembershipRemovedPropMemberType",
11528
10807
  "WebhookMembershipRemovedPropSenderType",
11529
- "WebhookMembershipRemovedPropTeamType",
11530
- "WebhookMembershipRemovedPropTeamPropParentType",
11531
10808
  "WebhookMergeGroupChecksRequestedType",
11532
10809
  "WebhookMergeGroupDestroyedType",
11533
10810
  "WebhookMetaDeletedType",
11534
10811
  "WebhookMetaDeletedPropHookType",
11535
10812
  "WebhookMetaDeletedPropHookPropConfigType",
11536
10813
  "WebhookMilestoneClosedType",
11537
- "WebhookMilestoneClosedPropMilestoneType",
11538
- "WebhookMilestoneClosedPropMilestonePropCreatorType",
11539
10814
  "WebhookMilestoneCreatedType",
11540
- "WebhookMilestoneCreatedPropMilestoneType",
11541
- "WebhookMilestoneCreatedPropMilestonePropCreatorType",
11542
10815
  "WebhookMilestoneDeletedType",
11543
- "WebhookMilestoneDeletedPropMilestoneType",
11544
- "WebhookMilestoneDeletedPropMilestonePropCreatorType",
11545
10816
  "WebhookMilestoneEditedType",
11546
10817
  "WebhookMilestoneEditedPropChangesType",
11547
10818
  "WebhookMilestoneEditedPropChangesPropDescriptionType",
11548
10819
  "WebhookMilestoneEditedPropChangesPropDueOnType",
11549
10820
  "WebhookMilestoneEditedPropChangesPropTitleType",
11550
- "WebhookMilestoneEditedPropMilestoneType",
11551
- "WebhookMilestoneEditedPropMilestonePropCreatorType",
11552
10821
  "WebhookMilestoneOpenedType",
11553
- "WebhookMilestoneOpenedPropMilestoneType",
11554
- "WebhookMilestoneOpenedPropMilestonePropCreatorType",
11555
10822
  "WebhookOrgBlockBlockedType",
11556
- "WebhookOrgBlockBlockedPropBlockedUserType",
11557
10823
  "WebhookOrgBlockUnblockedType",
11558
- "WebhookOrgBlockUnblockedPropBlockedUserType",
11559
10824
  "WebhookOrganizationDeletedType",
11560
- "WebhookOrganizationDeletedPropMembershipType",
11561
- "WebhookOrganizationDeletedPropMembershipPropUserType",
11562
10825
  "WebhookOrganizationMemberAddedType",
11563
- "WebhookOrganizationMemberAddedPropMembershipType",
11564
- "WebhookOrganizationMemberAddedPropMembershipPropUserType",
11565
10826
  "WebhookOrganizationMemberInvitedType",
11566
- "WebhookOrganizationMemberInvitedPropUserType",
11567
10827
  "WebhookOrganizationMemberInvitedPropInvitationType",
11568
10828
  "WebhookOrganizationMemberInvitedPropInvitationPropInviterType",
11569
10829
  "WebhookOrganizationMemberRemovedType",
11570
- "WebhookOrganizationMemberRemovedPropMembershipType",
11571
- "WebhookOrganizationMemberRemovedPropMembershipPropUserType",
11572
10830
  "WebhookOrganizationRenamedType",
11573
10831
  "WebhookOrganizationRenamedPropChangesType",
11574
10832
  "WebhookOrganizationRenamedPropChangesPropLoginType",
11575
- "WebhookOrganizationRenamedPropMembershipType",
11576
- "WebhookOrganizationRenamedPropMembershipPropUserType",
11577
10833
  "WebhookRubygemsMetadataType",
11578
10834
  "WebhookRubygemsMetadataPropVersionInfoType",
11579
10835
  "WebhookRubygemsMetadataPropMetadataType",
@@ -11638,19 +10894,13 @@ else:
11638
10894
  "WebhookProjectCardConvertedType",
11639
10895
  "WebhookProjectCardConvertedPropChangesType",
11640
10896
  "WebhookProjectCardConvertedPropChangesPropNoteType",
11641
- "WebhookProjectCardConvertedPropProjectCardType",
11642
- "WebhookProjectCardConvertedPropProjectCardPropCreatorType",
11643
10897
  "WebhookProjectCardCreatedType",
11644
- "WebhookProjectCardCreatedPropProjectCardType",
11645
- "WebhookProjectCardCreatedPropProjectCardPropCreatorType",
11646
10898
  "WebhookProjectCardDeletedType",
11647
10899
  "WebhookProjectCardDeletedPropProjectCardType",
11648
10900
  "WebhookProjectCardDeletedPropProjectCardPropCreatorType",
11649
10901
  "WebhookProjectCardEditedType",
11650
10902
  "WebhookProjectCardEditedPropChangesType",
11651
10903
  "WebhookProjectCardEditedPropChangesPropNoteType",
11652
- "WebhookProjectCardEditedPropProjectCardType",
11653
- "WebhookProjectCardEditedPropProjectCardPropCreatorType",
11654
10904
  "WebhookProjectCardMovedType",
11655
10905
  "WebhookProjectCardMovedPropChangesType",
11656
10906
  "WebhookProjectCardMovedPropChangesPropColumnIdType",
@@ -11661,33 +10911,19 @@ else:
11661
10911
  "WebhookProjectCardMovedPropProjectCardAllof1Type",
11662
10912
  "WebhookProjectCardMovedPropProjectCardAllof1PropCreatorType",
11663
10913
  "WebhookProjectClosedType",
11664
- "WebhookProjectClosedPropProjectType",
11665
- "WebhookProjectClosedPropProjectPropCreatorType",
11666
10914
  "WebhookProjectColumnCreatedType",
11667
- "WebhookProjectColumnCreatedPropProjectColumnType",
11668
10915
  "WebhookProjectColumnDeletedType",
11669
- "WebhookProjectColumnDeletedPropProjectColumnType",
11670
10916
  "WebhookProjectColumnEditedType",
11671
- "WebhookProjectColumnEditedPropProjectColumnType",
11672
10917
  "WebhookProjectColumnEditedPropChangesType",
11673
10918
  "WebhookProjectColumnEditedPropChangesPropNameType",
11674
10919
  "WebhookProjectColumnMovedType",
11675
- "WebhookProjectColumnMovedPropProjectColumnType",
11676
10920
  "WebhookProjectCreatedType",
11677
- "WebhookProjectCreatedPropProjectType",
11678
- "WebhookProjectCreatedPropProjectPropCreatorType",
11679
10921
  "WebhookProjectDeletedType",
11680
- "WebhookProjectDeletedPropProjectType",
11681
- "WebhookProjectDeletedPropProjectPropCreatorType",
11682
10922
  "WebhookProjectEditedType",
11683
10923
  "WebhookProjectEditedPropChangesType",
11684
10924
  "WebhookProjectEditedPropChangesPropBodyType",
11685
10925
  "WebhookProjectEditedPropChangesPropNameType",
11686
- "WebhookProjectEditedPropProjectType",
11687
- "WebhookProjectEditedPropProjectPropCreatorType",
11688
10926
  "WebhookProjectReopenedType",
11689
- "WebhookProjectReopenedPropProjectType",
11690
- "WebhookProjectReopenedPropProjectPropCreatorType",
11691
10927
  "WebhookProjectsV2ProjectClosedType",
11692
10928
  "WebhookProjectsV2ProjectCreatedType",
11693
10929
  "WebhookProjectsV2ProjectDeletedType",
@@ -11698,8 +10934,6 @@ else:
11698
10934
  "WebhookProjectsV2ProjectEditedPropChangesPropShortDescriptionType",
11699
10935
  "WebhookProjectsV2ProjectEditedPropChangesPropTitleType",
11700
10936
  "WebhookProjectsV2ItemArchivedType",
11701
- "WebhookProjectsV2ItemArchivedPropChangesType",
11702
- "WebhookProjectsV2ItemArchivedPropChangesPropArchivedAtType",
11703
10937
  "WebhookProjectsV2ItemConvertedType",
11704
10938
  "WebhookProjectsV2ItemConvertedPropChangesType",
11705
10939
  "WebhookProjectsV2ItemConvertedPropChangesPropContentTypeType",
@@ -11714,12 +10948,9 @@ else:
11714
10948
  "WebhookProjectsV2ItemReorderedPropChangesType",
11715
10949
  "WebhookProjectsV2ItemReorderedPropChangesPropPreviousProjectsV2ItemNodeIdType",
11716
10950
  "WebhookProjectsV2ItemRestoredType",
11717
- "WebhookProjectsV2ItemRestoredPropChangesType",
11718
- "WebhookProjectsV2ItemRestoredPropChangesPropArchivedAtType",
11719
10951
  "WebhookProjectsV2ProjectReopenedType",
11720
10952
  "WebhookPublicType",
11721
10953
  "WebhookPullRequestAssignedType",
11722
- "WebhookPullRequestAssignedPropAssigneeType",
11723
10954
  "WebhookPullRequestAssignedPropPullRequestType",
11724
10955
  "WebhookPullRequestAssignedPropPullRequestPropAssigneeType",
11725
10956
  "WebhookPullRequestAssignedPropPullRequestPropAssigneesItemsType",
@@ -11833,42 +11064,6 @@ else:
11833
11064
  "WebhookPullRequestClosedType",
11834
11065
  "WebhookPullRequestConvertedToDraftType",
11835
11066
  "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
11067
  "WebhookPullRequestDequeuedType",
11873
11068
  "WebhookPullRequestDequeuedPropPullRequestType",
11874
11069
  "WebhookPullRequestDequeuedPropPullRequestPropAssigneeType",
@@ -11951,7 +11146,6 @@ else:
11951
11146
  "WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsType",
11952
11147
  "WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParentType",
11953
11148
  "WebhookPullRequestLabeledType",
11954
- "WebhookPullRequestLabeledPropLabelType",
11955
11149
  "WebhookPullRequestLabeledPropPullRequestType",
11956
11150
  "WebhookPullRequestLabeledPropPullRequestPropAssigneeType",
11957
11151
  "WebhookPullRequestLabeledPropPullRequestPropAssigneesItemsType",
@@ -12026,42 +11220,6 @@ else:
12026
11220
  "WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsType",
12027
11221
  "WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParentType",
12028
11222
  "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
11223
  "WebhookPullRequestOpenedType",
12066
11224
  "WebhookPullRequestReadyForReviewType",
12067
11225
  "WebhookPullRequestReopenedType",
@@ -12109,13 +11267,6 @@ else:
12109
11267
  "WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsType",
12110
11268
  "WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsPropParentType",
12111
11269
  "WebhookPullRequestReviewCommentDeletedType",
12112
- "WebhookPullRequestReviewCommentDeletedPropCommentType",
12113
- "WebhookPullRequestReviewCommentDeletedPropCommentPropReactionsType",
12114
- "WebhookPullRequestReviewCommentDeletedPropCommentPropUserType",
12115
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksType",
12116
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtmlType",
12117
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequestType",
12118
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelfType",
12119
11270
  "WebhookPullRequestReviewCommentDeletedPropPullRequestType",
12120
11271
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneeType",
12121
11272
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneesItemsType",
@@ -12152,15 +11303,6 @@ else:
12152
11303
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsType",
12153
11304
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsPropParentType",
12154
11305
  "WebhookPullRequestReviewCommentEditedType",
12155
- "WebhookPullRequestReviewCommentEditedPropChangesType",
12156
- "WebhookPullRequestReviewCommentEditedPropChangesPropBodyType",
12157
- "WebhookPullRequestReviewCommentEditedPropCommentType",
12158
- "WebhookPullRequestReviewCommentEditedPropCommentPropReactionsType",
12159
- "WebhookPullRequestReviewCommentEditedPropCommentPropUserType",
12160
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksType",
12161
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtmlType",
12162
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequestType",
12163
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelfType",
12164
11306
  "WebhookPullRequestReviewCommentEditedPropPullRequestType",
12165
11307
  "WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneeType",
12166
11308
  "WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneesItemsType",
@@ -12240,11 +11382,6 @@ else:
12240
11382
  "WebhookPullRequestReviewEditedType",
12241
11383
  "WebhookPullRequestReviewEditedPropChangesType",
12242
11384
  "WebhookPullRequestReviewEditedPropChangesPropBodyType",
12243
- "WebhookPullRequestReviewEditedPropReviewType",
12244
- "WebhookPullRequestReviewEditedPropReviewPropUserType",
12245
- "WebhookPullRequestReviewEditedPropReviewPropLinksType",
12246
- "WebhookPullRequestReviewEditedPropReviewPropLinksPropHtmlType",
12247
- "WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequestType",
12248
11385
  "WebhookPullRequestReviewEditedPropPullRequestType",
12249
11386
  "WebhookPullRequestReviewEditedPropPullRequestPropAssigneeType",
12250
11387
  "WebhookPullRequestReviewEditedPropPullRequestPropAssigneesItemsType",
@@ -12435,11 +11572,6 @@ else:
12435
11572
  "WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsType",
12436
11573
  "WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsPropParentType",
12437
11574
  "WebhookPullRequestReviewSubmittedType",
12438
- "WebhookPullRequestReviewSubmittedPropReviewType",
12439
- "WebhookPullRequestReviewSubmittedPropReviewPropUserType",
12440
- "WebhookPullRequestReviewSubmittedPropReviewPropLinksType",
12441
- "WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtmlType",
12442
- "WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequestType",
12443
11575
  "WebhookPullRequestReviewSubmittedPropPullRequestType",
12444
11576
  "WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneeType",
12445
11577
  "WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneesItemsType",
@@ -12601,7 +11733,6 @@ else:
12601
11733
  "WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsType",
12602
11734
  "WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsPropParentType",
12603
11735
  "WebhookPullRequestUnassignedType",
12604
- "WebhookPullRequestUnassignedPropAssigneeType",
12605
11736
  "WebhookPullRequestUnassignedPropPullRequestType",
12606
11737
  "WebhookPullRequestUnassignedPropPullRequestPropAssigneeType",
12607
11738
  "WebhookPullRequestUnassignedPropPullRequestPropAssigneesItemsType",
@@ -12639,7 +11770,6 @@ else:
12639
11770
  "WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsType",
12640
11771
  "WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsPropParentType",
12641
11772
  "WebhookPullRequestUnlabeledType",
12642
- "WebhookPullRequestUnlabeledPropLabelType",
12643
11773
  "WebhookPullRequestUnlabeledPropPullRequestType",
12644
11774
  "WebhookPullRequestUnlabeledPropPullRequestPropAssigneeType",
12645
11775
  "WebhookPullRequestUnlabeledPropPullRequestPropAssigneesItemsType",
@@ -12771,27 +11901,12 @@ else:
12771
11901
  "WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleaseType",
12772
11902
  "WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthorType",
12773
11903
  "WebhookReleaseCreatedType",
12774
- "WebhookReleaseCreatedPropReleaseType",
12775
- "WebhookReleaseCreatedPropReleasePropAuthorType",
12776
- "WebhookReleaseCreatedPropReleasePropReactionsType",
12777
- "WebhookReleaseCreatedPropReleasePropAssetsItemsType",
12778
- "WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploaderType",
12779
11904
  "WebhookReleaseDeletedType",
12780
- "WebhookReleaseDeletedPropReleaseType",
12781
- "WebhookReleaseDeletedPropReleasePropAuthorType",
12782
- "WebhookReleaseDeletedPropReleasePropReactionsType",
12783
- "WebhookReleaseDeletedPropReleasePropAssetsItemsType",
12784
- "WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploaderType",
12785
11905
  "WebhookReleaseEditedType",
12786
11906
  "WebhookReleaseEditedPropChangesType",
12787
11907
  "WebhookReleaseEditedPropChangesPropBodyType",
12788
11908
  "WebhookReleaseEditedPropChangesPropNameType",
12789
11909
  "WebhookReleaseEditedPropChangesPropMakeLatestType",
12790
- "WebhookReleaseEditedPropReleaseType",
12791
- "WebhookReleaseEditedPropReleasePropAuthorType",
12792
- "WebhookReleaseEditedPropReleasePropReactionsType",
12793
- "WebhookReleaseEditedPropReleasePropAssetsItemsType",
12794
- "WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType",
12795
11910
  "WebhookReleasePrereleasedType",
12796
11911
  "WebhookReleasePrereleasedPropReleaseType",
12797
11912
  "WebhookReleasePrereleasedPropReleasePropAssetsItemsType",
@@ -12799,23 +11914,8 @@ else:
12799
11914
  "WebhookReleasePrereleasedPropReleasePropAuthorType",
12800
11915
  "WebhookReleasePrereleasedPropReleasePropReactionsType",
12801
11916
  "WebhookReleasePublishedType",
12802
- "WebhookReleasePublishedPropReleaseType",
12803
- "WebhookReleasePublishedPropReleasePropAssetsItemsType",
12804
- "WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType",
12805
- "WebhookReleasePublishedPropReleasePropAuthorType",
12806
- "WebhookReleasePublishedPropReleasePropReactionsType",
12807
11917
  "WebhookReleaseReleasedType",
12808
- "WebhookReleaseReleasedPropReleaseType",
12809
- "WebhookReleaseReleasedPropReleasePropAuthorType",
12810
- "WebhookReleaseReleasedPropReleasePropReactionsType",
12811
- "WebhookReleaseReleasedPropReleasePropAssetsItemsType",
12812
- "WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType",
12813
11918
  "WebhookReleaseUnpublishedType",
12814
- "WebhookReleaseUnpublishedPropReleaseType",
12815
- "WebhookReleaseUnpublishedPropReleasePropAssetsItemsType",
12816
- "WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType",
12817
- "WebhookReleaseUnpublishedPropReleasePropAuthorType",
12818
- "WebhookReleaseUnpublishedPropReleasePropReactionsType",
12819
11919
  "WebhookRepositoryAdvisoryPublishedType",
12820
11920
  "WebhookRepositoryAdvisoryReportedType",
12821
11921
  "WebhookRepositoryArchivedType",
@@ -12863,14 +11963,10 @@ else:
12863
11963
  "WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUserType",
12864
11964
  "WebhookRepositoryUnarchivedType",
12865
11965
  "WebhookRepositoryVulnerabilityAlertCreateType",
12866
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertType",
12867
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType",
12868
11966
  "WebhookRepositoryVulnerabilityAlertDismissType",
12869
11967
  "WebhookRepositoryVulnerabilityAlertDismissPropAlertType",
12870
11968
  "WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisserType",
12871
11969
  "WebhookRepositoryVulnerabilityAlertReopenType",
12872
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertType",
12873
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType",
12874
11970
  "WebhookRepositoryVulnerabilityAlertResolveType",
12875
11971
  "WebhookRepositoryVulnerabilityAlertResolvePropAlertType",
12876
11972
  "WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType",
@@ -12896,23 +11992,7 @@ else:
12896
11992
  "WebhookSecretScanningAlertRevokedType",
12897
11993
  "WebhookSecretScanningAlertValidatedType",
12898
11994
  "WebhookSecurityAdvisoryPublishedType",
12899
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryType",
12900
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvssType",
12901
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItemsType",
12902
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItemsType",
12903
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItemsType",
12904
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsType",
12905
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
12906
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
12907
11995
  "WebhookSecurityAdvisoryUpdatedType",
12908
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryType",
12909
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvssType",
12910
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType",
12911
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType",
12912
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType",
12913
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsType",
12914
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersionType",
12915
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType",
12916
11996
  "WebhookSecurityAdvisoryWithdrawnType",
12917
11997
  "WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryType",
12918
11998
  "WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvssType",
@@ -12926,49 +12006,13 @@ else:
12926
12006
  "WebhookSecurityAndAnalysisPropChangesType",
12927
12007
  "WebhookSecurityAndAnalysisPropChangesPropFromType",
12928
12008
  "WebhookSponsorshipCancelledType",
12929
- "WebhookSponsorshipCancelledPropSponsorshipType",
12930
- "WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType",
12931
- "WebhookSponsorshipCancelledPropSponsorshipPropSponsorType",
12932
- "WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType",
12933
- "WebhookSponsorshipCancelledPropSponsorshipPropTierType",
12934
12009
  "WebhookSponsorshipCreatedType",
12935
- "WebhookSponsorshipCreatedPropSponsorshipType",
12936
- "WebhookSponsorshipCreatedPropSponsorshipPropMaintainerType",
12937
- "WebhookSponsorshipCreatedPropSponsorshipPropSponsorType",
12938
- "WebhookSponsorshipCreatedPropSponsorshipPropSponsorableType",
12939
- "WebhookSponsorshipCreatedPropSponsorshipPropTierType",
12940
12010
  "WebhookSponsorshipEditedType",
12941
12011
  "WebhookSponsorshipEditedPropChangesType",
12942
12012
  "WebhookSponsorshipEditedPropChangesPropPrivacyLevelType",
12943
- "WebhookSponsorshipEditedPropSponsorshipType",
12944
- "WebhookSponsorshipEditedPropSponsorshipPropMaintainerType",
12945
- "WebhookSponsorshipEditedPropSponsorshipPropSponsorType",
12946
- "WebhookSponsorshipEditedPropSponsorshipPropSponsorableType",
12947
- "WebhookSponsorshipEditedPropSponsorshipPropTierType",
12948
12013
  "WebhookSponsorshipPendingCancellationType",
12949
- "WebhookSponsorshipPendingCancellationPropSponsorshipType",
12950
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainerType",
12951
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType",
12952
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType",
12953
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType",
12954
12014
  "WebhookSponsorshipPendingTierChangeType",
12955
- "WebhookSponsorshipPendingTierChangePropSponsorshipType",
12956
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType",
12957
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType",
12958
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorableType",
12959
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropTierType",
12960
- "WebhookSponsorshipPendingTierChangePropChangesType",
12961
- "WebhookSponsorshipPendingTierChangePropChangesPropTierType",
12962
- "WebhookSponsorshipPendingTierChangePropChangesPropTierPropFromType",
12963
12015
  "WebhookSponsorshipTierChangedType",
12964
- "WebhookSponsorshipTierChangedPropSponsorshipType",
12965
- "WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType",
12966
- "WebhookSponsorshipTierChangedPropSponsorshipPropSponsorType",
12967
- "WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType",
12968
- "WebhookSponsorshipTierChangedPropSponsorshipPropTierType",
12969
- "WebhookSponsorshipTierChangedPropChangesType",
12970
- "WebhookSponsorshipTierChangedPropChangesPropTierType",
12971
- "WebhookSponsorshipTierChangedPropChangesPropTierPropFromType",
12972
12016
  "WebhookStarCreatedType",
12973
12017
  "WebhookStarDeletedType",
12974
12018
  "WebhookStatusType",
@@ -12988,40 +12032,30 @@ else:
12988
12032
  "WebhookStatusPropCommitPropCommitPropCommitterAllof0Type",
12989
12033
  "WebhookStatusPropCommitPropCommitPropCommitterAllof1Type",
12990
12034
  "WebhookTeamAddType",
12991
- "WebhookTeamAddPropTeamType",
12992
- "WebhookTeamAddPropTeamPropParentType",
12993
12035
  "WebhookTeamAddedToRepositoryType",
12994
12036
  "WebhookTeamAddedToRepositoryPropRepositoryType",
12995
12037
  "WebhookTeamAddedToRepositoryPropRepositoryPropCustomPropertiesType",
12996
12038
  "WebhookTeamAddedToRepositoryPropRepositoryPropLicenseType",
12997
12039
  "WebhookTeamAddedToRepositoryPropRepositoryPropOwnerType",
12998
12040
  "WebhookTeamAddedToRepositoryPropRepositoryPropPermissionsType",
12999
- "WebhookTeamAddedToRepositoryPropTeamType",
13000
- "WebhookTeamAddedToRepositoryPropTeamPropParentType",
13001
12041
  "WebhookTeamCreatedType",
13002
12042
  "WebhookTeamCreatedPropRepositoryType",
13003
12043
  "WebhookTeamCreatedPropRepositoryPropCustomPropertiesType",
13004
12044
  "WebhookTeamCreatedPropRepositoryPropLicenseType",
13005
12045
  "WebhookTeamCreatedPropRepositoryPropOwnerType",
13006
12046
  "WebhookTeamCreatedPropRepositoryPropPermissionsType",
13007
- "WebhookTeamCreatedPropTeamType",
13008
- "WebhookTeamCreatedPropTeamPropParentType",
13009
12047
  "WebhookTeamDeletedType",
13010
12048
  "WebhookTeamDeletedPropRepositoryType",
13011
12049
  "WebhookTeamDeletedPropRepositoryPropCustomPropertiesType",
13012
12050
  "WebhookTeamDeletedPropRepositoryPropLicenseType",
13013
12051
  "WebhookTeamDeletedPropRepositoryPropOwnerType",
13014
12052
  "WebhookTeamDeletedPropRepositoryPropPermissionsType",
13015
- "WebhookTeamDeletedPropTeamType",
13016
- "WebhookTeamDeletedPropTeamPropParentType",
13017
12053
  "WebhookTeamEditedType",
13018
12054
  "WebhookTeamEditedPropRepositoryType",
13019
12055
  "WebhookTeamEditedPropRepositoryPropCustomPropertiesType",
13020
12056
  "WebhookTeamEditedPropRepositoryPropLicenseType",
13021
12057
  "WebhookTeamEditedPropRepositoryPropOwnerType",
13022
12058
  "WebhookTeamEditedPropRepositoryPropPermissionsType",
13023
- "WebhookTeamEditedPropTeamType",
13024
- "WebhookTeamEditedPropTeamPropParentType",
13025
12059
  "WebhookTeamEditedPropChangesType",
13026
12060
  "WebhookTeamEditedPropChangesPropDescriptionType",
13027
12061
  "WebhookTeamEditedPropChangesPropNameType",
@@ -13036,8 +12070,6 @@ else:
13036
12070
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropLicenseType",
13037
12071
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropOwnerType",
13038
12072
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType",
13039
- "WebhookTeamRemovedFromRepositoryPropTeamType",
13040
- "WebhookTeamRemovedFromRepositoryPropTeamPropParentType",
13041
12073
  "WebhookWatchStartedType",
13042
12074
  "WebhookWorkflowDispatchType",
13043
12075
  "WebhookWorkflowDispatchPropInputsType",
@@ -13062,7 +12094,6 @@ else:
13062
12094
  "WebhookWorkflowJobWaitingPropWorkflowJobType",
13063
12095
  "WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType",
13064
12096
  "WebhookWorkflowRunCompletedType",
13065
- "WebhookWorkflowRunCompletedPropWorkflowType",
13066
12097
  "WebhookWorkflowRunCompletedPropWorkflowRunType",
13067
12098
  "WebhookWorkflowRunCompletedPropWorkflowRunPropActorType",
13068
12099
  "WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType",
@@ -13080,7 +12111,6 @@ else:
13080
12111
  "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadType",
13081
12112
  "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
13082
12113
  "WebhookWorkflowRunInProgressType",
13083
- "WebhookWorkflowRunInProgressPropWorkflowType",
13084
12114
  "WebhookWorkflowRunInProgressPropWorkflowRunType",
13085
12115
  "WebhookWorkflowRunInProgressPropWorkflowRunPropActorType",
13086
12116
  "WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItemsType",
@@ -13098,7 +12128,6 @@ else:
13098
12128
  "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadType",
13099
12129
  "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
13100
12130
  "WebhookWorkflowRunRequestedType",
13101
- "WebhookWorkflowRunRequestedPropWorkflowType",
13102
12131
  "WebhookWorkflowRunRequestedPropWorkflowRunType",
13103
12132
  "WebhookWorkflowRunRequestedPropWorkflowRunPropActorType",
13104
12133
  "WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItemsType",
@@ -13324,6 +12353,9 @@ else:
13324
12353
  "ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType",
13325
12354
  "ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type",
13326
12355
  "ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType",
12356
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type",
12357
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type",
12358
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type",
13327
12359
  "ReposOwnerRepoCodeScanningSarifsPostBodyType",
13328
12360
  "ReposOwnerRepoCodespacesGetResponse200Type",
13329
12361
  "ReposOwnerRepoCodespacesPostBodyType",