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
@@ -120,6 +120,8 @@ if TYPE_CHECKING:
120
120
  from githubkit.versions.v2022_11_28.models import SimpleCommit as SimpleCommit
121
121
  from githubkit.versions.v2022_11_28.models import Verification as Verification
122
122
  from githubkit.versions.v2022_11_28.models import WebhooksRule as WebhooksRule
123
+ from githubkit.versions.v2022_11_28.models import WebhooksTeam as WebhooksTeam
124
+ from githubkit.versions.v2022_11_28.models import WebhooksUser as WebhooksUser
123
125
  from githubkit.versions.v2022_11_28.models import ActionsSecret as ActionsSecret
124
126
  from githubkit.versions.v2022_11_28.models import Authorization as Authorization
125
127
  from githubkit.versions.v2022_11_28.models import CodeOfConduct as CodeOfConduct
@@ -144,6 +146,10 @@ if TYPE_CHECKING:
144
146
  from githubkit.versions.v2022_11_28.models import WebhookGollum as WebhookGollum
145
147
  from githubkit.versions.v2022_11_28.models import WebhookPublic as WebhookPublic
146
148
  from githubkit.versions.v2022_11_28.models import WebhookStatus as WebhookStatus
149
+ from githubkit.versions.v2022_11_28.models import WebhooksAlert as WebhooksAlert
150
+ from githubkit.versions.v2022_11_28.models import WebhooksIssue as WebhooksIssue
151
+ from githubkit.versions.v2022_11_28.models import WebhooksLabel as WebhooksLabel
152
+ from githubkit.versions.v2022_11_28.models import WebhooksTeam1 as WebhooksTeam1
147
153
  from githubkit.versions.v2022_11_28.models import WorkflowUsage as WorkflowUsage
148
154
  from githubkit.versions.v2022_11_28.models import AppPermissions as AppPermissions
149
155
  from githubkit.versions.v2022_11_28.models import CommitActivity as CommitActivity
@@ -161,6 +167,9 @@ if TYPE_CHECKING:
161
167
  from githubkit.versions.v2022_11_28.models import TeamMembership as TeamMembership
162
168
  from githubkit.versions.v2022_11_28.models import TeamRepository as TeamRepository
163
169
  from githubkit.versions.v2022_11_28.models import WebhookTeamAdd as WebhookTeamAdd
170
+ from githubkit.versions.v2022_11_28.models import WebhooksAnswer as WebhooksAnswer
171
+ from githubkit.versions.v2022_11_28.models import WebhooksIssue2 as WebhooksIssue2
172
+ from githubkit.versions.v2022_11_28.models import WebhooksReview as WebhooksReview
164
173
  from githubkit.versions.v2022_11_28.models import ActionsVariable as ActionsVariable
165
174
  from githubkit.versions.v2022_11_28.models import CheckAnnotation as CheckAnnotation
166
175
  from githubkit.versions.v2022_11_28.models import CommitPropStats as CommitPropStats
@@ -176,6 +185,10 @@ if TYPE_CHECKING:
176
185
  from githubkit.versions.v2022_11_28.models import SimpleClassroom as SimpleClassroom
177
186
  from githubkit.versions.v2022_11_28.models import SnapshotPropJob as SnapshotPropJob
178
187
  from githubkit.versions.v2022_11_28.models import ValidationError as ValidationError
188
+ from githubkit.versions.v2022_11_28.models import WebhooksChanges as WebhooksChanges
189
+ from githubkit.versions.v2022_11_28.models import WebhooksComment as WebhooksComment
190
+ from githubkit.versions.v2022_11_28.models import WebhooksProject as WebhooksProject
191
+ from githubkit.versions.v2022_11_28.models import WebhooksRelease as WebhooksRelease
179
192
  from githubkit.versions.v2022_11_28.models import (
180
193
  ActionsCacheList as ActionsCacheList,
181
194
  )
@@ -272,6 +285,18 @@ if TYPE_CHECKING:
272
285
  from githubkit.versions.v2022_11_28.models import (
273
286
  WebhookPageBuild as WebhookPageBuild,
274
287
  )
288
+ from githubkit.versions.v2022_11_28.models import (
289
+ WebhooksApprover as WebhooksApprover,
290
+ )
291
+ from githubkit.versions.v2022_11_28.models import (
292
+ WebhooksChanges8 as WebhooksChanges8,
293
+ )
294
+ from githubkit.versions.v2022_11_28.models import (
295
+ WebhooksRelease1 as WebhooksRelease1,
296
+ )
297
+ from githubkit.versions.v2022_11_28.models import (
298
+ WebhooksWorkflow as WebhooksWorkflow,
299
+ )
275
300
  from githubkit.versions.v2022_11_28.models import (
276
301
  WorkflowRunUsage as WorkflowRunUsage,
277
302
  )
@@ -344,6 +369,12 @@ if TYPE_CHECKING:
344
369
  from githubkit.versions.v2022_11_28.models import (
345
370
  WebhookTeamEdited as WebhookTeamEdited,
346
371
  )
372
+ from githubkit.versions.v2022_11_28.models import (
373
+ WebhooksDeployKey as WebhooksDeployKey,
374
+ )
375
+ from githubkit.versions.v2022_11_28.models import (
376
+ WebhooksMilestone as WebhooksMilestone,
377
+ )
347
378
  from githubkit.versions.v2022_11_28.models import (
348
379
  AssignedIssueEvent as AssignedIssueEvent,
349
380
  )
@@ -425,6 +456,12 @@ if TYPE_CHECKING:
425
456
  from githubkit.versions.v2022_11_28.models import (
426
457
  WebhookTeamDeleted as WebhookTeamDeleted,
427
458
  )
459
+ from githubkit.versions.v2022_11_28.models import (
460
+ WebhooksMembership as WebhooksMembership,
461
+ )
462
+ from githubkit.versions.v2022_11_28.models import (
463
+ WebhooksMilestone3 as WebhooksMilestone3,
464
+ )
428
465
  from githubkit.versions.v2022_11_28.models import (
429
466
  ActionsBillingUsage as ActionsBillingUsage,
430
467
  )
@@ -449,6 +486,9 @@ if TYPE_CHECKING:
449
486
  from githubkit.versions.v2022_11_28.models import (
450
487
  ContributorActivity as ContributorActivity,
451
488
  )
489
+ from githubkit.versions.v2022_11_28.models import (
490
+ CopilotUsageMetrics as CopilotUsageMetrics,
491
+ )
452
492
  from githubkit.versions.v2022_11_28.models import (
453
493
  CustomPropertyValue as CustomPropertyValue,
454
494
  )
@@ -527,6 +567,12 @@ if TYPE_CHECKING:
527
567
  from githubkit.versions.v2022_11_28.models import (
528
568
  WebhookWatchStarted as WebhookWatchStarted,
529
569
  )
570
+ from githubkit.versions.v2022_11_28.models import (
571
+ WebhooksProjectCard as WebhooksProjectCard,
572
+ )
573
+ from githubkit.versions.v2022_11_28.models import (
574
+ WebhooksSponsorship as WebhooksSponsorship,
575
+ )
530
576
  from githubkit.versions.v2022_11_28.models import (
531
577
  AuthorizationPropApp as AuthorizationPropApp,
532
578
  )
@@ -653,6 +699,12 @@ if TYPE_CHECKING:
653
699
  from githubkit.versions.v2022_11_28.models import (
654
700
  WebhookReleaseEdited as WebhookReleaseEdited,
655
701
  )
702
+ from githubkit.versions.v2022_11_28.models import (
703
+ WebhooksIssueComment as WebhooksIssueComment,
704
+ )
705
+ from githubkit.versions.v2022_11_28.models import (
706
+ WebhooksPullRequest5 as WebhooksPullRequest5,
707
+ )
656
708
  from githubkit.versions.v2022_11_28.models import (
657
709
  BranchShortPropCommit as BranchShortPropCommit,
658
710
  )
@@ -683,6 +735,18 @@ if TYPE_CHECKING:
683
735
  from githubkit.versions.v2022_11_28.models import (
684
736
  PagesHttpsCertificate as PagesHttpsCertificate,
685
737
  )
738
+ from githubkit.versions.v2022_11_28.models import (
739
+ RepositoryRuleOneof14 as RepositoryRuleOneof14,
740
+ )
741
+ from githubkit.versions.v2022_11_28.models import (
742
+ RepositoryRuleOneof15 as RepositoryRuleOneof15,
743
+ )
744
+ from githubkit.versions.v2022_11_28.models import (
745
+ RepositoryRuleOneof16 as RepositoryRuleOneof16,
746
+ )
747
+ from githubkit.versions.v2022_11_28.models import (
748
+ RepositoryRuleOneof17 as RepositoryRuleOneof17,
749
+ )
686
750
  from githubkit.versions.v2022_11_28.models import (
687
751
  ShortBranchPropCommit as ShortBranchPropCommit,
688
752
  )
@@ -737,6 +801,18 @@ if TYPE_CHECKING:
737
801
  from githubkit.versions.v2022_11_28.models import (
738
802
  WebhookReleaseDeleted as WebhookReleaseDeleted,
739
803
  )
804
+ from githubkit.versions.v2022_11_28.models import (
805
+ WebhooksIssuePropUser as WebhooksIssuePropUser,
806
+ )
807
+ from githubkit.versions.v2022_11_28.models import (
808
+ WebhooksProjectColumn as WebhooksProjectColumn,
809
+ )
810
+ from githubkit.versions.v2022_11_28.models import (
811
+ WebhooksReviewComment as WebhooksReviewComment,
812
+ )
813
+ from githubkit.versions.v2022_11_28.models import (
814
+ WebhooksUserMannequin as WebhooksUserMannequin,
815
+ )
740
816
  from githubkit.versions.v2022_11_28.models import (
741
817
  ApiOverviewPropDomains as ApiOverviewPropDomains,
742
818
  )
@@ -849,7 +925,25 @@ if TYPE_CHECKING:
849
925
  WebhookReleaseReleased as WebhookReleaseReleased,
850
926
  )
851
927
  from githubkit.versions.v2022_11_28.models import (
852
- WebhookTeamAddPropTeam as WebhookTeamAddPropTeam,
928
+ WebhooksAnswerPropUser as WebhooksAnswerPropUser,
929
+ )
930
+ from githubkit.versions.v2022_11_28.models import (
931
+ WebhooksIssue2PropUser as WebhooksIssue2PropUser,
932
+ )
933
+ from githubkit.versions.v2022_11_28.models import (
934
+ WebhooksProjectChanges as WebhooksProjectChanges,
935
+ )
936
+ from githubkit.versions.v2022_11_28.models import (
937
+ WebhooksReviewPropUser as WebhooksReviewPropUser,
938
+ )
939
+ from githubkit.versions.v2022_11_28.models import (
940
+ WebhooksReviewersItems as WebhooksReviewersItems,
941
+ )
942
+ from githubkit.versions.v2022_11_28.models import (
943
+ WebhooksTeamPropParent as WebhooksTeamPropParent,
944
+ )
945
+ from githubkit.versions.v2022_11_28.models import (
946
+ WebhooksWorkflowJobRun as WebhooksWorkflowJobRun,
853
947
  )
854
948
  from githubkit.versions.v2022_11_28.models import (
855
949
  ArtifactPropWorkflowRun as ArtifactPropWorkflowRun,
@@ -947,6 +1041,18 @@ if TYPE_CHECKING:
947
1041
  from githubkit.versions.v2022_11_28.models import (
948
1042
  WebhookWorkflowDispatch as WebhookWorkflowDispatch,
949
1043
  )
1044
+ from githubkit.versions.v2022_11_28.models import (
1045
+ WebhooksChangesPropBody as WebhooksChangesPropBody,
1046
+ )
1047
+ from githubkit.versions.v2022_11_28.models import (
1048
+ WebhooksCommentPropUser as WebhooksCommentPropUser,
1049
+ )
1050
+ from githubkit.versions.v2022_11_28.models import (
1051
+ WebhooksReviewPropLinks as WebhooksReviewPropLinks,
1052
+ )
1053
+ from githubkit.versions.v2022_11_28.models import (
1054
+ WebhooksTeam1PropParent as WebhooksTeam1PropParent,
1055
+ )
950
1056
  from githubkit.versions.v2022_11_28.models import (
951
1057
  AddedToProjectIssueEvent as AddedToProjectIssueEvent,
952
1058
  )
@@ -1067,6 +1173,12 @@ if TYPE_CHECKING:
1067
1173
  from githubkit.versions.v2022_11_28.models import (
1068
1174
  WebhookWorkflowJobQueued as WebhookWorkflowJobQueued,
1069
1175
  )
1176
+ from githubkit.versions.v2022_11_28.models import (
1177
+ WebhooksChanges8PropTier as WebhooksChanges8PropTier,
1178
+ )
1179
+ from githubkit.versions.v2022_11_28.models import (
1180
+ WebhooksSecurityAdvisory as WebhooksSecurityAdvisory,
1181
+ )
1070
1182
  from githubkit.versions.v2022_11_28.models import (
1071
1183
  CodeScanningAlertInstance as CodeScanningAlertInstance,
1072
1184
  )
@@ -1185,10 +1297,16 @@ if TYPE_CHECKING:
1185
1297
  WebhookSponsorshipCreated as WebhookSponsorshipCreated,
1186
1298
  )
1187
1299
  from githubkit.versions.v2022_11_28.models import (
1188
- WebhookTeamEditedPropTeam as WebhookTeamEditedPropTeam,
1300
+ WebhookWorkflowJobWaiting as WebhookWorkflowJobWaiting,
1189
1301
  )
1190
1302
  from githubkit.versions.v2022_11_28.models import (
1191
- WebhookWorkflowJobWaiting as WebhookWorkflowJobWaiting,
1303
+ WebhooksIssuePropAssignee as WebhooksIssuePropAssignee,
1304
+ )
1305
+ from githubkit.versions.v2022_11_28.models import (
1306
+ WebhooksReleasePropAuthor as WebhooksReleasePropAuthor,
1307
+ )
1308
+ from githubkit.versions.v2022_11_28.models import (
1309
+ WebhooksRepositoriesItems as WebhooksRepositoriesItems,
1192
1310
  )
1193
1311
  from githubkit.versions.v2022_11_28.models import (
1194
1312
  WorkflowUsagePropBillable as WorkflowUsagePropBillable,
@@ -1262,6 +1380,9 @@ if TYPE_CHECKING:
1262
1380
  from githubkit.versions.v2022_11_28.models import (
1263
1381
  RepositoryAdvisoryPropCvss as RepositoryAdvisoryPropCvss,
1264
1382
  )
1383
+ from githubkit.versions.v2022_11_28.models import (
1384
+ RepositoryRuleCodeScanning as RepositoryRuleCodeScanning,
1385
+ )
1265
1386
  from githubkit.versions.v2022_11_28.models import (
1266
1387
  RepositoryRulesetPropLinks as RepositoryRulesetPropLinks,
1267
1388
  )
@@ -1356,10 +1477,25 @@ if TYPE_CHECKING:
1356
1477
  WebhookSecurityAndAnalysis as WebhookSecurityAndAnalysis,
1357
1478
  )
1358
1479
  from githubkit.versions.v2022_11_28.models import (
1359
- WebhookTeamCreatedPropTeam as WebhookTeamCreatedPropTeam,
1480
+ WebhooksAlertPropDismisser as WebhooksAlertPropDismisser,
1481
+ )
1482
+ from githubkit.versions.v2022_11_28.models import (
1483
+ WebhooksIssue2PropAssignee as WebhooksIssue2PropAssignee,
1484
+ )
1485
+ from githubkit.versions.v2022_11_28.models import (
1486
+ WebhooksIssuePropMilestone as WebhooksIssuePropMilestone,
1487
+ )
1488
+ from githubkit.versions.v2022_11_28.models import (
1489
+ WebhooksIssuePropReactions as WebhooksIssuePropReactions,
1360
1490
  )
1361
1491
  from githubkit.versions.v2022_11_28.models import (
1362
- WebhookTeamDeletedPropTeam as WebhookTeamDeletedPropTeam,
1492
+ WebhooksMembershipPropUser as WebhooksMembershipPropUser,
1493
+ )
1494
+ from githubkit.versions.v2022_11_28.models import (
1495
+ WebhooksProjectPropCreator as WebhooksProjectPropCreator,
1496
+ )
1497
+ from githubkit.versions.v2022_11_28.models import (
1498
+ WebhooksRelease1PropAuthor as WebhooksRelease1PropAuthor,
1363
1499
  )
1364
1500
  from githubkit.versions.v2022_11_28.models import (
1365
1501
  CheckAutomatedSecurityFixes as CheckAutomatedSecurityFixes,
@@ -1367,6 +1503,9 @@ if TYPE_CHECKING:
1367
1503
  from githubkit.versions.v2022_11_28.models import (
1368
1504
  ClassroomAcceptedAssignment as ClassroomAcceptedAssignment,
1369
1505
  )
1506
+ from githubkit.versions.v2022_11_28.models import (
1507
+ CodeScanningVariantAnalysis as CodeScanningVariantAnalysis,
1508
+ )
1370
1509
  from githubkit.versions.v2022_11_28.models import (
1371
1510
  CodespaceWithFullRepository as CodespaceWithFullRepository,
1372
1511
  )
@@ -1457,9 +1596,6 @@ if TYPE_CHECKING:
1457
1596
  from githubkit.versions.v2022_11_28.models import (
1458
1597
  WebhookGollumPropPagesItems as WebhookGollumPropPagesItems,
1459
1598
  )
1460
- from githubkit.versions.v2022_11_28.models import (
1461
- WebhookLabelEditedPropLabel as WebhookLabelEditedPropLabel,
1462
- )
1463
1599
  from githubkit.versions.v2022_11_28.models import (
1464
1600
  WebhookProjectCardConverted as WebhookProjectCardConverted,
1465
1601
  )
@@ -1499,6 +1635,21 @@ if TYPE_CHECKING:
1499
1635
  from githubkit.versions.v2022_11_28.models import (
1500
1636
  WebhookWorkflowRunRequested as WebhookWorkflowRunRequested,
1501
1637
  )
1638
+ from githubkit.versions.v2022_11_28.models import (
1639
+ WebhooksAnswerPropReactions as WebhooksAnswerPropReactions,
1640
+ )
1641
+ from githubkit.versions.v2022_11_28.models import (
1642
+ WebhooksIssue2PropMilestone as WebhooksIssue2PropMilestone,
1643
+ )
1644
+ from githubkit.versions.v2022_11_28.models import (
1645
+ WebhooksIssue2PropReactions as WebhooksIssue2PropReactions,
1646
+ )
1647
+ from githubkit.versions.v2022_11_28.models import (
1648
+ WebhooksMarketplacePurchase as WebhooksMarketplacePurchase,
1649
+ )
1650
+ from githubkit.versions.v2022_11_28.models import (
1651
+ WebhooksSponsorshipPropTier as WebhooksSponsorshipPropTier,
1652
+ )
1502
1653
  from githubkit.versions.v2022_11_28.models import (
1503
1654
  ActionsRepositoryPermissions as ActionsRepositoryPermissions,
1504
1655
  )
@@ -1637,27 +1788,12 @@ if TYPE_CHECKING:
1637
1788
  from githubkit.versions.v2022_11_28.models import (
1638
1789
  WebhookIssuesEditedPropIssue as WebhookIssuesEditedPropIssue,
1639
1790
  )
1640
- from githubkit.versions.v2022_11_28.models import (
1641
- WebhookIssuesEditedPropLabel as WebhookIssuesEditedPropLabel,
1642
- )
1643
1791
  from githubkit.versions.v2022_11_28.models import (
1644
1792
  WebhookIssuesLockedPropIssue as WebhookIssuesLockedPropIssue,
1645
1793
  )
1646
1794
  from githubkit.versions.v2022_11_28.models import (
1647
1795
  WebhookIssuesOpenedPropIssue as WebhookIssuesOpenedPropIssue,
1648
1796
  )
1649
- from githubkit.versions.v2022_11_28.models import (
1650
- WebhookIssuesPinnedPropIssue as WebhookIssuesPinnedPropIssue,
1651
- )
1652
- from githubkit.versions.v2022_11_28.models import (
1653
- WebhookLabelCreatedPropLabel as WebhookLabelCreatedPropLabel,
1654
- )
1655
- from githubkit.versions.v2022_11_28.models import (
1656
- WebhookLabelDeletedPropLabel as WebhookLabelDeletedPropLabel,
1657
- )
1658
- from githubkit.versions.v2022_11_28.models import (
1659
- WebhookMemberAddedPropMember as WebhookMemberAddedPropMember,
1660
- )
1661
1797
  from githubkit.versions.v2022_11_28.models import (
1662
1798
  WebhookProjectsV2ItemCreated as WebhookProjectsV2ItemCreated,
1663
1799
  )
@@ -1685,6 +1821,33 @@ if TYPE_CHECKING:
1685
1821
  from githubkit.versions.v2022_11_28.models import (
1686
1822
  WebhookWorkflowRunInProgress as WebhookWorkflowRunInProgress,
1687
1823
  )
1824
+ from githubkit.versions.v2022_11_28.models import (
1825
+ WebhooksCommentPropReactions as WebhooksCommentPropReactions,
1826
+ )
1827
+ from githubkit.versions.v2022_11_28.models import (
1828
+ WebhooksIssueCommentPropUser as WebhooksIssueCommentPropUser,
1829
+ )
1830
+ from githubkit.versions.v2022_11_28.models import (
1831
+ WebhooksIssuePropLabelsItems as WebhooksIssuePropLabelsItems,
1832
+ )
1833
+ from githubkit.versions.v2022_11_28.models import (
1834
+ WebhooksIssuePropPullRequest as WebhooksIssuePropPullRequest,
1835
+ )
1836
+ from githubkit.versions.v2022_11_28.models import (
1837
+ WebhooksMilestonePropCreator as WebhooksMilestonePropCreator,
1838
+ )
1839
+ from githubkit.versions.v2022_11_28.models import (
1840
+ WebhooksPullRequest5PropBase as WebhooksPullRequest5PropBase,
1841
+ )
1842
+ from githubkit.versions.v2022_11_28.models import (
1843
+ WebhooksPullRequest5PropHead as WebhooksPullRequest5PropHead,
1844
+ )
1845
+ from githubkit.versions.v2022_11_28.models import (
1846
+ WebhooksPullRequest5PropUser as WebhooksPullRequest5PropUser,
1847
+ )
1848
+ from githubkit.versions.v2022_11_28.models import (
1849
+ WebhooksReleasePropReactions as WebhooksReleasePropReactions,
1850
+ )
1688
1851
  from githubkit.versions.v2022_11_28.models import (
1689
1852
  WorkflowRunUsagePropBillable as WorkflowRunUsagePropBillable,
1690
1853
  )
@@ -1751,6 +1914,9 @@ if TYPE_CHECKING:
1751
1914
  from githubkit.versions.v2022_11_28.models import (
1752
1915
  RepositoryRuleDetailedOneof14 as RepositoryRuleDetailedOneof14,
1753
1916
  )
1917
+ from githubkit.versions.v2022_11_28.models import (
1918
+ RepositoryRuleDetailedOneof15 as RepositoryRuleDetailedOneof15,
1919
+ )
1754
1920
  from githubkit.versions.v2022_11_28.models import (
1755
1921
  TeamRepositoryPropPermissions as TeamRepositoryPropPermissions,
1756
1922
  )
@@ -1766,18 +1932,12 @@ if TYPE_CHECKING:
1766
1932
  from githubkit.versions.v2022_11_28.models import (
1767
1933
  WebhookIssuesLabeledPropIssue as WebhookIssuesLabeledPropIssue,
1768
1934
  )
1769
- from githubkit.versions.v2022_11_28.models import (
1770
- WebhookIssuesLabeledPropLabel as WebhookIssuesLabeledPropLabel,
1771
- )
1772
1935
  from githubkit.versions.v2022_11_28.models import (
1773
1936
  WebhookLabelEditedPropChanges as WebhookLabelEditedPropChanges,
1774
1937
  )
1775
1938
  from githubkit.versions.v2022_11_28.models import (
1776
1939
  WebhookMemberAddedPropChanges as WebhookMemberAddedPropChanges,
1777
1940
  )
1778
- from githubkit.versions.v2022_11_28.models import (
1779
- WebhookMemberEditedPropMember as WebhookMemberEditedPropMember,
1780
- )
1781
1941
  from githubkit.versions.v2022_11_28.models import (
1782
1942
  WebhookPingPropHookPropConfig as WebhookPingPropHookPropConfig,
1783
1943
  )
@@ -1796,6 +1956,24 @@ if TYPE_CHECKING:
1796
1956
  from githubkit.versions.v2022_11_28.models import (
1797
1957
  WebhookSponsorshipTierChanged as WebhookSponsorshipTierChanged,
1798
1958
  )
1959
+ from githubkit.versions.v2022_11_28.models import (
1960
+ WebhooksIssue2PropLabelsItems as WebhooksIssue2PropLabelsItems,
1961
+ )
1962
+ from githubkit.versions.v2022_11_28.models import (
1963
+ WebhooksIssue2PropPullRequest as WebhooksIssue2PropPullRequest,
1964
+ )
1965
+ from githubkit.versions.v2022_11_28.models import (
1966
+ WebhooksMilestone3PropCreator as WebhooksMilestone3PropCreator,
1967
+ )
1968
+ from githubkit.versions.v2022_11_28.models import (
1969
+ WebhooksPullRequest5PropLinks as WebhooksPullRequest5PropLinks,
1970
+ )
1971
+ from githubkit.versions.v2022_11_28.models import (
1972
+ WebhooksRelease1PropReactions as WebhooksRelease1PropReactions,
1973
+ )
1974
+ from githubkit.versions.v2022_11_28.models import (
1975
+ WebhooksReviewCommentPropUser as WebhooksReviewCommentPropUser,
1976
+ )
1799
1977
  from githubkit.versions.v2022_11_28.models import (
1800
1978
  ActionsCacheUsageOrgEnterprise as ActionsCacheUsageOrgEnterprise,
1801
1979
  )
@@ -1886,21 +2064,12 @@ if TYPE_CHECKING:
1886
2064
  from githubkit.versions.v2022_11_28.models import (
1887
2065
  WebhookDependabotAlertReopened as WebhookDependabotAlertReopened,
1888
2066
  )
1889
- from githubkit.versions.v2022_11_28.models import (
1890
- WebhookDeployKeyCreatedPropKey as WebhookDeployKeyCreatedPropKey,
1891
- )
1892
- from githubkit.versions.v2022_11_28.models import (
1893
- WebhookDeployKeyDeletedPropKey as WebhookDeployKeyDeletedPropKey,
1894
- )
1895
2067
  from githubkit.versions.v2022_11_28.models import (
1896
2068
  WebhookDeploymentStatusCreated as WebhookDeploymentStatusCreated,
1897
2069
  )
1898
2070
  from githubkit.versions.v2022_11_28.models import (
1899
2071
  WebhookDiscussionCommentEdited as WebhookDiscussionCommentEdited,
1900
2072
  )
1901
- from githubkit.versions.v2022_11_28.models import (
1902
- WebhookIssuesAssignedPropIssue as WebhookIssuesAssignedPropIssue,
1903
- )
1904
2073
  from githubkit.versions.v2022_11_28.models import (
1905
2074
  WebhookIssuesEditedPropChanges as WebhookIssuesEditedPropChanges,
1906
2075
  )
@@ -1913,18 +2082,9 @@ if TYPE_CHECKING:
1913
2082
  from githubkit.versions.v2022_11_28.models import (
1914
2083
  WebhookIssuesUnlockedPropIssue as WebhookIssuesUnlockedPropIssue,
1915
2084
  )
1916
- from githubkit.versions.v2022_11_28.models import (
1917
- WebhookIssuesUnpinnedPropIssue as WebhookIssuesUnpinnedPropIssue,
1918
- )
1919
2085
  from githubkit.versions.v2022_11_28.models import (
1920
2086
  WebhookMemberEditedPropChanges as WebhookMemberEditedPropChanges,
1921
2087
  )
1922
- from githubkit.versions.v2022_11_28.models import (
1923
- WebhookMemberRemovedPropMember as WebhookMemberRemovedPropMember,
1924
- )
1925
- from githubkit.versions.v2022_11_28.models import (
1926
- WebhookMembershipAddedPropTeam as WebhookMembershipAddedPropTeam,
1927
- )
1928
2088
  from githubkit.versions.v2022_11_28.models import (
1929
2089
  WebhookOrganizationMemberAdded as WebhookOrganizationMemberAdded,
1930
2090
  )
@@ -1955,6 +2115,21 @@ if TYPE_CHECKING:
1955
2115
  from githubkit.versions.v2022_11_28.models import (
1956
2116
  WebhookStatusPropBranchesItems as WebhookStatusPropBranchesItems,
1957
2117
  )
2118
+ from githubkit.versions.v2022_11_28.models import (
2119
+ WebhooksProjectCardPropCreator as WebhooksProjectCardPropCreator,
2120
+ )
2121
+ from githubkit.versions.v2022_11_28.models import (
2122
+ WebhooksReleasePropAssetsItems as WebhooksReleasePropAssetsItems,
2123
+ )
2124
+ from githubkit.versions.v2022_11_28.models import (
2125
+ WebhooksRepositoriesAddedItems as WebhooksRepositoriesAddedItems,
2126
+ )
2127
+ from githubkit.versions.v2022_11_28.models import (
2128
+ WebhooksReviewCommentPropLinks as WebhooksReviewCommentPropLinks,
2129
+ )
2130
+ from githubkit.versions.v2022_11_28.models import (
2131
+ WebhooksSponsorshipPropSponsor as WebhooksSponsorshipPropSponsor,
2132
+ )
1958
2133
  from githubkit.versions.v2022_11_28.models import (
1959
2134
  CodeownersErrorsPropErrorsItems as CodeownersErrorsPropErrorsItems,
1960
2135
  )
@@ -2021,21 +2196,9 @@ if TYPE_CHECKING:
2021
2196
  from githubkit.versions.v2022_11_28.models import (
2022
2197
  WebhookDiscussionCommentDeleted as WebhookDiscussionCommentDeleted,
2023
2198
  )
2024
- from githubkit.versions.v2022_11_28.models import (
2025
- WebhookIssuesUnlabeledPropIssue as WebhookIssuesUnlabeledPropIssue,
2026
- )
2027
- from githubkit.versions.v2022_11_28.models import (
2028
- WebhookIssuesUnlabeledPropLabel as WebhookIssuesUnlabeledPropLabel,
2029
- )
2030
- from githubkit.versions.v2022_11_28.models import (
2031
- WebhookProjectClosedPropProject as WebhookProjectClosedPropProject,
2032
- )
2033
2199
  from githubkit.versions.v2022_11_28.models import (
2034
2200
  WebhookProjectEditedPropChanges as WebhookProjectEditedPropChanges,
2035
2201
  )
2036
- from githubkit.versions.v2022_11_28.models import (
2037
- WebhookProjectEditedPropProject as WebhookProjectEditedPropProject,
2038
- )
2039
2202
  from githubkit.versions.v2022_11_28.models import (
2040
2203
  WebhookProjectsV2ProjectCreated as WebhookProjectsV2ProjectCreated,
2041
2204
  )
@@ -2048,9 +2211,6 @@ if TYPE_CHECKING:
2048
2211
  from githubkit.versions.v2022_11_28.models import (
2049
2212
  WebhookReleaseEditedPropChanges as WebhookReleaseEditedPropChanges,
2050
2213
  )
2051
- from githubkit.versions.v2022_11_28.models import (
2052
- WebhookReleaseEditedPropRelease as WebhookReleaseEditedPropRelease,
2053
- )
2054
2214
  from githubkit.versions.v2022_11_28.models import (
2055
2215
  WebhookRepositoryDispatchSample as WebhookRepositoryDispatchSample,
2056
2216
  )
@@ -2063,6 +2223,15 @@ if TYPE_CHECKING:
2063
2223
  from githubkit.versions.v2022_11_28.models import (
2064
2224
  WebhookTeamEditedPropRepository as WebhookTeamEditedPropRepository,
2065
2225
  )
2226
+ from githubkit.versions.v2022_11_28.models import (
2227
+ WebhooksIssuePropAssigneesItems as WebhooksIssuePropAssigneesItems,
2228
+ )
2229
+ from githubkit.versions.v2022_11_28.models import (
2230
+ WebhooksRelease1PropAssetsItems as WebhooksRelease1PropAssetsItems,
2231
+ )
2232
+ from githubkit.versions.v2022_11_28.models import (
2233
+ WebhooksReviewPropLinksPropHtml as WebhooksReviewPropLinksPropHtml,
2234
+ )
2066
2235
  from githubkit.versions.v2022_11_28.models import (
2067
2236
  CommitSearchResultItemPropCommit as CommitSearchResultItemPropCommit,
2068
2237
  )
@@ -2180,18 +2349,9 @@ if TYPE_CHECKING:
2180
2349
  from githubkit.versions.v2022_11_28.models import (
2181
2350
  WebhookIssuesMilestonedPropIssue as WebhookIssuesMilestonedPropIssue,
2182
2351
  )
2183
- from githubkit.versions.v2022_11_28.models import (
2184
- WebhookIssuesUnassignedPropIssue as WebhookIssuesUnassignedPropIssue,
2185
- )
2186
- from githubkit.versions.v2022_11_28.models import (
2187
- WebhookMembershipAddedPropMember as WebhookMembershipAddedPropMember,
2188
- )
2189
2352
  from githubkit.versions.v2022_11_28.models import (
2190
2353
  WebhookMembershipAddedPropSender as WebhookMembershipAddedPropSender,
2191
2354
  )
2192
- from githubkit.versions.v2022_11_28.models import (
2193
- WebhookMembershipRemovedPropTeam as WebhookMembershipRemovedPropTeam,
2194
- )
2195
2355
  from githubkit.versions.v2022_11_28.models import (
2196
2356
  WebhookMergeGroupChecksRequested as WebhookMergeGroupChecksRequested,
2197
2357
  )
@@ -2205,40 +2365,40 @@ if TYPE_CHECKING:
2205
2365
  WebhookPackageUpdatedPropPackage as WebhookPackageUpdatedPropPackage,
2206
2366
  )
2207
2367
  from githubkit.versions.v2022_11_28.models import (
2208
- WebhookProjectCreatedPropProject as WebhookProjectCreatedPropProject,
2368
+ WebhookProjectsV2ProjectReopened as WebhookProjectsV2ProjectReopened,
2209
2369
  )
2210
2370
  from githubkit.versions.v2022_11_28.models import (
2211
- WebhookProjectDeletedPropProject as WebhookProjectDeletedPropProject,
2371
+ WebhookPullRequestReadyForReview as WebhookPullRequestReadyForReview,
2212
2372
  )
2213
2373
  from githubkit.versions.v2022_11_28.models import (
2214
- WebhookProjectsV2ProjectReopened as WebhookProjectsV2ProjectReopened,
2374
+ WebhookSecurityAdvisoryPublished as WebhookSecurityAdvisoryPublished,
2215
2375
  )
2216
2376
  from githubkit.versions.v2022_11_28.models import (
2217
- WebhookPullRequestReadyForReview as WebhookPullRequestReadyForReview,
2377
+ WebhookSecurityAdvisoryWithdrawn as WebhookSecurityAdvisoryWithdrawn,
2218
2378
  )
2219
2379
  from githubkit.versions.v2022_11_28.models import (
2220
- WebhookReleaseCreatedPropRelease as WebhookReleaseCreatedPropRelease,
2380
+ WebhookTeamCreatedPropRepository as WebhookTeamCreatedPropRepository,
2221
2381
  )
2222
2382
  from githubkit.versions.v2022_11_28.models import (
2223
- WebhookReleaseDeletedPropRelease as WebhookReleaseDeletedPropRelease,
2383
+ WebhookTeamDeletedPropRepository as WebhookTeamDeletedPropRepository,
2224
2384
  )
2225
2385
  from githubkit.versions.v2022_11_28.models import (
2226
- WebhookSecurityAdvisoryPublished as WebhookSecurityAdvisoryPublished,
2386
+ WebhookTeamRemovedFromRepository as WebhookTeamRemovedFromRepository,
2227
2387
  )
2228
2388
  from githubkit.versions.v2022_11_28.models import (
2229
- WebhookSecurityAdvisoryWithdrawn as WebhookSecurityAdvisoryWithdrawn,
2389
+ WebhooksChanges8PropTierPropFrom as WebhooksChanges8PropTierPropFrom,
2230
2390
  )
2231
2391
  from githubkit.versions.v2022_11_28.models import (
2232
- WebhookTeamAddPropTeamPropParent as WebhookTeamAddPropTeamPropParent,
2392
+ WebhooksIssue2PropAssigneesItems as WebhooksIssue2PropAssigneesItems,
2233
2393
  )
2234
2394
  from githubkit.versions.v2022_11_28.models import (
2235
- WebhookTeamCreatedPropRepository as WebhookTeamCreatedPropRepository,
2395
+ WebhooksPullRequest5PropAssignee as WebhooksPullRequest5PropAssignee,
2236
2396
  )
2237
2397
  from githubkit.versions.v2022_11_28.models import (
2238
- WebhookTeamDeletedPropRepository as WebhookTeamDeletedPropRepository,
2398
+ WebhooksPullRequest5PropMergedBy as WebhooksPullRequest5PropMergedBy,
2239
2399
  )
2240
2400
  from githubkit.versions.v2022_11_28.models import (
2241
- WebhookTeamRemovedFromRepository as WebhookTeamRemovedFromRepository,
2401
+ WebhooksSecurityAdvisoryPropCvss as WebhooksSecurityAdvisoryPropCvss,
2242
2402
  )
2243
2403
  from githubkit.versions.v2022_11_28.models import (
2244
2404
  ActionsWorkflowAccessToRepository as ActionsWorkflowAccessToRepository,
@@ -2324,33 +2484,18 @@ if TYPE_CHECKING:
2324
2484
  from githubkit.versions.v2022_11_28.models import (
2325
2485
  WebhookCheckRunCreatedFormEncoded as WebhookCheckRunCreatedFormEncoded,
2326
2486
  )
2327
- from githubkit.versions.v2022_11_28.models import (
2328
- WebhookDiscussionLabeledPropLabel as WebhookDiscussionLabeledPropLabel,
2329
- )
2330
- from githubkit.versions.v2022_11_28.models import (
2331
- WebhookIssuesAssignedPropAssignee as WebhookIssuesAssignedPropAssignee,
2332
- )
2333
- from githubkit.versions.v2022_11_28.models import (
2334
- WebhookIssuesTransferredPropIssue as WebhookIssuesTransferredPropIssue,
2335
- )
2336
2487
  from githubkit.versions.v2022_11_28.models import (
2337
2488
  WebhookMarketplacePurchaseChanged as WebhookMarketplacePurchaseChanged,
2338
2489
  )
2339
2490
  from githubkit.versions.v2022_11_28.models import (
2340
2491
  WebhookMilestoneEditedPropChanges as WebhookMilestoneEditedPropChanges,
2341
2492
  )
2342
- from githubkit.versions.v2022_11_28.models import (
2343
- WebhookProjectReopenedPropProject as WebhookProjectReopenedPropProject,
2344
- )
2345
2493
  from githubkit.versions.v2022_11_28.models import (
2346
2494
  WebhookPullRequestReviewDismissed as WebhookPullRequestReviewDismissed,
2347
2495
  )
2348
2496
  from githubkit.versions.v2022_11_28.models import (
2349
2497
  WebhookPullRequestReviewSubmitted as WebhookPullRequestReviewSubmitted,
2350
2498
  )
2351
- from githubkit.versions.v2022_11_28.models import (
2352
- WebhookReleaseReleasedPropRelease as WebhookReleaseReleasedPropRelease,
2353
- )
2354
2499
  from githubkit.versions.v2022_11_28.models import (
2355
2500
  WebhookRepositoryAdvisoryReported as WebhookRepositoryAdvisoryReported,
2356
2501
  )
@@ -2369,6 +2514,18 @@ if TYPE_CHECKING:
2369
2514
  from githubkit.versions.v2022_11_28.models import (
2370
2515
  WebhookWorkflowDispatchPropInputs as WebhookWorkflowDispatchPropInputs,
2371
2516
  )
2517
+ from githubkit.versions.v2022_11_28.models import (
2518
+ WebhooksIssueCommentPropReactions as WebhooksIssueCommentPropReactions,
2519
+ )
2520
+ from githubkit.versions.v2022_11_28.models import (
2521
+ WebhooksPullRequest5PropAutoMerge as WebhooksPullRequest5PropAutoMerge,
2522
+ )
2523
+ from githubkit.versions.v2022_11_28.models import (
2524
+ WebhooksPullRequest5PropMilestone as WebhooksPullRequest5PropMilestone,
2525
+ )
2526
+ from githubkit.versions.v2022_11_28.models import (
2527
+ WebhooksSponsorshipPropMaintainer as WebhooksSponsorshipPropMaintainer,
2528
+ )
2372
2529
  from githubkit.versions.v2022_11_28.models import (
2373
2530
  ApplicationsClientIdTokenPatchBody as ApplicationsClientIdTokenPatchBody,
2374
2531
  )
@@ -2477,9 +2634,6 @@ if TYPE_CHECKING:
2477
2634
  from githubkit.versions.v2022_11_28.models import (
2478
2635
  WebhookIssuesDemilestonedPropIssue as WebhookIssuesDemilestonedPropIssue,
2479
2636
  )
2480
- from githubkit.versions.v2022_11_28.models import (
2481
- WebhookMembershipRemovedPropMember as WebhookMembershipRemovedPropMember,
2482
- )
2483
2637
  from githubkit.versions.v2022_11_28.models import (
2484
2638
  WebhookMembershipRemovedPropSender as WebhookMembershipRemovedPropSender,
2485
2639
  )
@@ -2498,15 +2652,9 @@ if TYPE_CHECKING:
2498
2652
  from githubkit.versions.v2022_11_28.models import (
2499
2653
  WebhookPullRequestConvertedToDraft as WebhookPullRequestConvertedToDraft,
2500
2654
  )
2501
- from githubkit.versions.v2022_11_28.models import (
2502
- WebhookPullRequestLabeledPropLabel as WebhookPullRequestLabeledPropLabel,
2503
- )
2504
2655
  from githubkit.versions.v2022_11_28.models import (
2505
2656
  WebhookPushPropRepositoryPropOwner as WebhookPushPropRepositoryPropOwner,
2506
2657
  )
2507
- from githubkit.versions.v2022_11_28.models import (
2508
- WebhookReleasePublishedPropRelease as WebhookReleasePublishedPropRelease,
2509
- )
2510
2658
  from githubkit.versions.v2022_11_28.models import (
2511
2659
  WebhookRepositoryAdvisoryPublished as WebhookRepositoryAdvisoryPublished,
2512
2660
  )
@@ -2519,6 +2667,15 @@ if TYPE_CHECKING:
2519
2667
  from githubkit.versions.v2022_11_28.models import (
2520
2668
  WebhookSecretScanningAlertResolved as WebhookSecretScanningAlertResolved,
2521
2669
  )
2670
+ from githubkit.versions.v2022_11_28.models import (
2671
+ WebhooksReviewCommentPropReactions as WebhooksReviewCommentPropReactions,
2672
+ )
2673
+ from githubkit.versions.v2022_11_28.models import (
2674
+ WebhooksReviewersItemsPropReviewer as WebhooksReviewersItemsPropReviewer,
2675
+ )
2676
+ from githubkit.versions.v2022_11_28.models import (
2677
+ WebhooksSponsorshipPropSponsorable as WebhooksSponsorshipPropSponsorable,
2678
+ )
2522
2679
  from githubkit.versions.v2022_11_28.models import (
2523
2680
  WorkflowUsagePropBillablePropMacos as WorkflowUsagePropBillablePropMacos,
2524
2681
  )
@@ -2531,6 +2688,9 @@ if TYPE_CHECKING:
2531
2688
  from githubkit.versions.v2022_11_28.models import (
2532
2689
  CheckSuitePreferencePropPreferences as CheckSuitePreferencePropPreferences,
2533
2690
  )
2691
+ from githubkit.versions.v2022_11_28.models import (
2692
+ CodeScanningVariantAnalysisRepoTask as CodeScanningVariantAnalysisRepoTask,
2693
+ )
2534
2694
  from githubkit.versions.v2022_11_28.models import (
2535
2695
  DemilestonedIssueEventPropMilestone as DemilestonedIssueEventPropMilestone,
2536
2696
  )
@@ -2570,6 +2730,18 @@ if TYPE_CHECKING:
2570
2730
  from githubkit.versions.v2022_11_28.models import (
2571
2731
  RepositoryRuleCommitterEmailPattern as RepositoryRuleCommitterEmailPattern,
2572
2732
  )
2733
+ from githubkit.versions.v2022_11_28.models import (
2734
+ RepositoryRuleOneof14PropParameters as RepositoryRuleOneof14PropParameters,
2735
+ )
2736
+ from githubkit.versions.v2022_11_28.models import (
2737
+ RepositoryRuleOneof15PropParameters as RepositoryRuleOneof15PropParameters,
2738
+ )
2739
+ from githubkit.versions.v2022_11_28.models import (
2740
+ RepositoryRuleOneof16PropParameters as RepositoryRuleOneof16PropParameters,
2741
+ )
2742
+ from githubkit.versions.v2022_11_28.models import (
2743
+ RepositoryRuleOneof17PropParameters as RepositoryRuleOneof17PropParameters,
2744
+ )
2573
2745
  from githubkit.versions.v2022_11_28.models import (
2574
2746
  RepositoryRuleRequiredLinearHistory as RepositoryRuleRequiredLinearHistory,
2575
2747
  )
@@ -2588,12 +2760,6 @@ if TYPE_CHECKING:
2588
2760
  from githubkit.versions.v2022_11_28.models import (
2589
2761
  WebhookDependabotAlertAutoDismissed as WebhookDependabotAlertAutoDismissed,
2590
2762
  )
2591
- from githubkit.versions.v2022_11_28.models import (
2592
- WebhookDiscussionAnsweredPropAnswer as WebhookDiscussionAnsweredPropAnswer,
2593
- )
2594
- from githubkit.versions.v2022_11_28.models import (
2595
- WebhookDiscussionUnlabeledPropLabel as WebhookDiscussionUnlabeledPropLabel,
2596
- )
2597
2763
  from githubkit.versions.v2022_11_28.models import (
2598
2764
  WebhookIssueCommentCreatedPropIssue as WebhookIssueCommentCreatedPropIssue,
2599
2765
  )
@@ -2603,24 +2769,12 @@ if TYPE_CHECKING:
2603
2769
  from githubkit.versions.v2022_11_28.models import (
2604
2770
  WebhookIssuesTransferredPropChanges as WebhookIssuesTransferredPropChanges,
2605
2771
  )
2606
- from githubkit.versions.v2022_11_28.models import (
2607
- WebhookIssuesUnassignedPropAssignee as WebhookIssuesUnassignedPropAssignee,
2608
- )
2609
2772
  from githubkit.versions.v2022_11_28.models import (
2610
2773
  WebhookMarketplacePurchaseCancelled as WebhookMarketplacePurchaseCancelled,
2611
2774
  )
2612
2775
  from githubkit.versions.v2022_11_28.models import (
2613
2776
  WebhookMarketplacePurchasePurchased as WebhookMarketplacePurchasePurchased,
2614
2777
  )
2615
- from githubkit.versions.v2022_11_28.models import (
2616
- WebhookMilestoneClosedPropMilestone as WebhookMilestoneClosedPropMilestone,
2617
- )
2618
- from githubkit.versions.v2022_11_28.models import (
2619
- WebhookMilestoneEditedPropMilestone as WebhookMilestoneEditedPropMilestone,
2620
- )
2621
- from githubkit.versions.v2022_11_28.models import (
2622
- WebhookMilestoneOpenedPropMilestone as WebhookMilestoneOpenedPropMilestone,
2623
- )
2624
2778
  from githubkit.versions.v2022_11_28.models import (
2625
2779
  WebhookPageBuildPropBuildPropPusher as WebhookPageBuildPropBuildPropPusher,
2626
2780
  )
@@ -2652,13 +2806,19 @@ if TYPE_CHECKING:
2652
2806
  WebhookSponsorshipPendingTierChange as WebhookSponsorshipPendingTierChange,
2653
2807
  )
2654
2808
  from githubkit.versions.v2022_11_28.models import (
2655
- WebhookTeamEditedPropTeamPropParent as WebhookTeamEditedPropTeamPropParent,
2809
+ WebhooksMarketplacePurchasePropPlan as WebhooksMarketplacePurchasePropPlan,
2656
2810
  )
2657
2811
  from githubkit.versions.v2022_11_28.models import (
2658
- WorkflowUsagePropBillablePropUbuntu as WorkflowUsagePropBillablePropUbuntu,
2812
+ WebhooksPreviousMarketplacePurchase as WebhooksPreviousMarketplacePurchase,
2659
2813
  )
2660
2814
  from githubkit.versions.v2022_11_28.models import (
2661
- ActionsGetDefaultWorkflowPermissions as ActionsGetDefaultWorkflowPermissions,
2815
+ WebhooksPullRequest5PropLabelsItems as WebhooksPullRequest5PropLabelsItems,
2816
+ )
2817
+ from githubkit.versions.v2022_11_28.models import (
2818
+ WorkflowUsagePropBillablePropUbuntu as WorkflowUsagePropBillablePropUbuntu,
2819
+ )
2820
+ from githubkit.versions.v2022_11_28.models import (
2821
+ ActionsGetDefaultWorkflowPermissions as ActionsGetDefaultWorkflowPermissions,
2662
2822
  )
2663
2823
  from githubkit.versions.v2022_11_28.models import (
2664
2824
  ActionsSetDefaultWorkflowPermissions as ActionsSetDefaultWorkflowPermissions,
@@ -2726,9 +2886,6 @@ if TYPE_CHECKING:
2726
2886
  from githubkit.versions.v2022_11_28.models import (
2727
2887
  WebhookCodeScanningAlertClosedByUser as WebhookCodeScanningAlertClosedByUser,
2728
2888
  )
2729
- from githubkit.versions.v2022_11_28.models import (
2730
- WebhookDeploymentCreatedPropWorkflow as WebhookDeploymentCreatedPropWorkflow,
2731
- )
2732
2889
  from githubkit.versions.v2022_11_28.models import (
2733
2890
  WebhookForkPropForkeeAllof0PropOwner as WebhookForkPropForkeeAllof0PropOwner,
2734
2891
  )
@@ -2741,71 +2898,59 @@ if TYPE_CHECKING:
2741
2898
  from githubkit.versions.v2022_11_28.models import (
2742
2899
  WebhookInstallationRepositoriesAdded as WebhookInstallationRepositoriesAdded,
2743
2900
  )
2744
- from githubkit.versions.v2022_11_28.models import (
2745
- WebhookIssueCommentEditedPropChanges as WebhookIssueCommentEditedPropChanges,
2746
- )
2747
- from githubkit.versions.v2022_11_28.models import (
2748
- WebhookIssueCommentEditedPropComment as WebhookIssueCommentEditedPropComment,
2749
- )
2750
2901
  from githubkit.versions.v2022_11_28.models import (
2751
2902
  WebhookIssuesEditedPropIssuePropUser as WebhookIssuesEditedPropIssuePropUser,
2752
2903
  )
2753
2904
  from githubkit.versions.v2022_11_28.models import (
2754
2905
  WebhookIssuesLockedPropIssuePropUser as WebhookIssuesLockedPropIssuePropUser,
2755
2906
  )
2756
- from githubkit.versions.v2022_11_28.models import (
2757
- WebhookIssuesMilestonedPropMilestone as WebhookIssuesMilestonedPropMilestone,
2758
- )
2759
2907
  from githubkit.versions.v2022_11_28.models import (
2760
2908
  WebhookIssuesOpenedPropIssuePropUser as WebhookIssuesOpenedPropIssuePropUser,
2761
2909
  )
2762
- from githubkit.versions.v2022_11_28.models import (
2763
- WebhookIssuesPinnedPropIssuePropUser as WebhookIssuesPinnedPropIssuePropUser,
2764
- )
2765
2910
  from githubkit.versions.v2022_11_28.models import (
2766
2911
  WebhookMetaDeletedPropHookPropConfig as WebhookMetaDeletedPropHookPropConfig,
2767
2912
  )
2768
2913
  from githubkit.versions.v2022_11_28.models import (
2769
- WebhookMilestoneCreatedPropMilestone as WebhookMilestoneCreatedPropMilestone,
2914
+ WebhookPushPropRepositoryPropLicense as WebhookPushPropRepositoryPropLicense,
2770
2915
  )
2771
2916
  from githubkit.versions.v2022_11_28.models import (
2772
- WebhookMilestoneDeletedPropMilestone as WebhookMilestoneDeletedPropMilestone,
2917
+ WebhookReleasePrereleasedPropRelease as WebhookReleasePrereleasedPropRelease,
2773
2918
  )
2774
2919
  from githubkit.versions.v2022_11_28.models import (
2775
- WebhookPullRequestUnlabeledPropLabel as WebhookPullRequestUnlabeledPropLabel,
2920
+ WebhookStatusPropCommitPropCommitter as WebhookStatusPropCommitPropCommitter,
2776
2921
  )
2777
2922
  from githubkit.versions.v2022_11_28.models import (
2778
- WebhookPushPropRepositoryPropLicense as WebhookPushPropRepositoryPropLicense,
2923
+ WebhookTeamEditedPropChangesPropName as WebhookTeamEditedPropChangesPropName,
2779
2924
  )
2780
2925
  from githubkit.versions.v2022_11_28.models import (
2781
- WebhookReleasePrereleasedPropRelease as WebhookReleasePrereleasedPropRelease,
2926
+ WebhooksProjectChangesPropArchivedAt as WebhooksProjectChangesPropArchivedAt,
2782
2927
  )
2783
2928
  from githubkit.versions.v2022_11_28.models import (
2784
- WebhookReleaseUnpublishedPropRelease as WebhookReleaseUnpublishedPropRelease,
2929
+ WebhooksPullRequest5PropBasePropRepo as WebhooksPullRequest5PropBasePropRepo,
2785
2930
  )
2786
2931
  from githubkit.versions.v2022_11_28.models import (
2787
- WebhookStatusPropCommitPropCommitter as WebhookStatusPropCommitPropCommitter,
2932
+ WebhooksPullRequest5PropBasePropUser as WebhooksPullRequest5PropBasePropUser,
2788
2933
  )
2789
2934
  from githubkit.versions.v2022_11_28.models import (
2790
- WebhookTeamAddedToRepositoryPropTeam as WebhookTeamAddedToRepositoryPropTeam,
2935
+ WebhooksPullRequest5PropHeadPropRepo as WebhooksPullRequest5PropHeadPropRepo,
2791
2936
  )
2792
2937
  from githubkit.versions.v2022_11_28.models import (
2793
- WebhookTeamCreatedPropTeamPropParent as WebhookTeamCreatedPropTeamPropParent,
2938
+ WebhooksPullRequest5PropHeadPropUser as WebhooksPullRequest5PropHeadPropUser,
2794
2939
  )
2795
2940
  from githubkit.versions.v2022_11_28.models import (
2796
- WebhookTeamDeletedPropTeamPropParent as WebhookTeamDeletedPropTeamPropParent,
2941
+ WorkflowUsagePropBillablePropWindows as WorkflowUsagePropBillablePropWindows,
2797
2942
  )
2798
2943
  from githubkit.versions.v2022_11_28.models import (
2799
- WebhookTeamEditedPropChangesPropName as WebhookTeamEditedPropChangesPropName,
2944
+ BranchRestrictionPolicyPropTeamsItems as BranchRestrictionPolicyPropTeamsItems,
2800
2945
  )
2801
2946
  from githubkit.versions.v2022_11_28.models import (
2802
- WorkflowUsagePropBillablePropWindows as WorkflowUsagePropBillablePropWindows,
2947
+ BranchRestrictionPolicyPropUsersItems as BranchRestrictionPolicyPropUsersItems,
2803
2948
  )
2804
2949
  from githubkit.versions.v2022_11_28.models import (
2805
- BranchRestrictionPolicyPropTeamsItems as BranchRestrictionPolicyPropTeamsItems,
2950
+ CodeScanningVariantAnalysisRepository as CodeScanningVariantAnalysisRepository,
2806
2951
  )
2807
2952
  from githubkit.versions.v2022_11_28.models import (
2808
- BranchRestrictionPolicyPropUsersItems as BranchRestrictionPolicyPropUsersItems,
2953
+ CopilotUsageMetricsPropBreakdownItems as CopilotUsageMetricsPropBreakdownItems,
2809
2954
  )
2810
2955
  from githubkit.versions.v2022_11_28.models import (
2811
2956
  GistsGistIdCommentsCommentIdPatchBody as GistsGistIdCommentsCommentIdPatchBody,
@@ -2864,9 +3009,6 @@ if TYPE_CHECKING:
2864
3009
  from githubkit.versions.v2022_11_28.models import (
2865
3010
  WebhookIssueCommentCreatedPropComment as WebhookIssueCommentCreatedPropComment,
2866
3011
  )
2867
- from githubkit.versions.v2022_11_28.models import (
2868
- WebhookIssueCommentDeletedPropComment as WebhookIssueCommentDeletedPropComment,
2869
- )
2870
3012
  from githubkit.versions.v2022_11_28.models import (
2871
3013
  WebhookIssuesDeletedPropIssuePropUser as WebhookIssuesDeletedPropIssuePropUser,
2872
3014
  )
@@ -2876,9 +3018,6 @@ if TYPE_CHECKING:
2876
3018
  from githubkit.versions.v2022_11_28.models import (
2877
3019
  WebhookLabelEditedPropChangesPropName as WebhookLabelEditedPropChangesPropName,
2878
3020
  )
2879
- from githubkit.versions.v2022_11_28.models import (
2880
- WebhookOrgBlockBlockedPropBlockedUser as WebhookOrgBlockBlockedPropBlockedUser,
2881
- )
2882
3021
  from githubkit.versions.v2022_11_28.models import (
2883
3022
  WebhookOrganizationRenamedPropChanges as WebhookOrganizationRenamedPropChanges,
2884
3023
  )
@@ -2897,6 +3036,18 @@ if TYPE_CHECKING:
2897
3036
  from githubkit.versions.v2022_11_28.models import (
2898
3037
  WebhookSponsorshipPendingCancellation as WebhookSponsorshipPendingCancellation,
2899
3038
  )
3039
+ from githubkit.versions.v2022_11_28.models import (
3040
+ WebhooksIssuePropMilestonePropCreator as WebhooksIssuePropMilestonePropCreator,
3041
+ )
3042
+ from githubkit.versions.v2022_11_28.models import (
3043
+ WebhooksPullRequest5PropLinksPropHtml as WebhooksPullRequest5PropLinksPropHtml,
3044
+ )
3045
+ from githubkit.versions.v2022_11_28.models import (
3046
+ WebhooksPullRequest5PropLinksPropSelf as WebhooksPullRequest5PropLinksPropSelf,
3047
+ )
3048
+ from githubkit.versions.v2022_11_28.models import (
3049
+ WebhooksSecurityAdvisoryPropCwesItems as WebhooksSecurityAdvisoryPropCwesItems,
3050
+ )
2900
3051
  from githubkit.versions.v2022_11_28.models import (
2901
3052
  WorkflowRunUsagePropBillablePropMacos as WorkflowRunUsagePropBillablePropMacos,
2902
3053
  )
@@ -2999,15 +3150,9 @@ if TYPE_CHECKING:
2999
3150
  from githubkit.versions.v2022_11_28.models import (
3000
3151
  WebhookInstallationRepositoriesRemoved as WebhookInstallationRepositoriesRemoved,
3001
3152
  )
3002
- from githubkit.versions.v2022_11_28.models import (
3003
- WebhookIssuesAssignedPropIssuePropUser as WebhookIssuesAssignedPropIssuePropUser,
3004
- )
3005
3153
  from githubkit.versions.v2022_11_28.models import (
3006
3154
  WebhookIssuesClosedPropIssueMergedUser as WebhookIssuesClosedPropIssueMergedUser,
3007
3155
  )
3008
- from githubkit.versions.v2022_11_28.models import (
3009
- WebhookIssuesDemilestonedPropMilestone as WebhookIssuesDemilestonedPropMilestone,
3010
- )
3011
3156
  from githubkit.versions.v2022_11_28.models import (
3012
3157
  WebhookIssuesEditedPropChangesPropBody as WebhookIssuesEditedPropChangesPropBody,
3013
3158
  )
@@ -3017,9 +3162,6 @@ if TYPE_CHECKING:
3017
3162
  from githubkit.versions.v2022_11_28.models import (
3018
3163
  WebhookIssuesUnlockedPropIssuePropUser as WebhookIssuesUnlockedPropIssuePropUser,
3019
3164
  )
3020
- from githubkit.versions.v2022_11_28.models import (
3021
- WebhookIssuesUnpinnedPropIssuePropUser as WebhookIssuesUnpinnedPropIssuePropUser,
3022
- )
3023
3165
  from githubkit.versions.v2022_11_28.models import (
3024
3166
  WebhookLabelEditedPropChangesPropColor as WebhookLabelEditedPropChangesPropColor,
3025
3167
  )
@@ -3029,9 +3171,6 @@ if TYPE_CHECKING:
3029
3171
  from githubkit.versions.v2022_11_28.models import (
3030
3172
  WebhookProjectCardMovedPropProjectCard as WebhookProjectCardMovedPropProjectCard,
3031
3173
  )
3032
- from githubkit.versions.v2022_11_28.models import (
3033
- WebhookPullRequestAssignedPropAssignee as WebhookPullRequestAssignedPropAssignee,
3034
- )
3035
3174
  from githubkit.versions.v2022_11_28.models import (
3036
3175
  WebhookPullRequestReviewCommentCreated as WebhookPullRequestReviewCommentCreated,
3037
3176
  )
@@ -3047,6 +3186,30 @@ if TYPE_CHECKING:
3047
3186
  from githubkit.versions.v2022_11_28.models import (
3048
3187
  WebhookRubygemsMetadataPropVersionInfo as WebhookRubygemsMetadataPropVersionInfo,
3049
3188
  )
3189
+ from githubkit.versions.v2022_11_28.models import (
3190
+ WebhooksIssue2PropMilestonePropCreator as WebhooksIssue2PropMilestonePropCreator,
3191
+ )
3192
+ from githubkit.versions.v2022_11_28.models import (
3193
+ WebhooksIssuePropPerformedViaGithubApp as WebhooksIssuePropPerformedViaGithubApp,
3194
+ )
3195
+ from githubkit.versions.v2022_11_28.models import (
3196
+ WebhooksMarketplacePurchasePropAccount as WebhooksMarketplacePurchasePropAccount,
3197
+ )
3198
+ from githubkit.versions.v2022_11_28.models import (
3199
+ WebhooksPullRequest5PropAssigneesItems as WebhooksPullRequest5PropAssigneesItems,
3200
+ )
3201
+ from githubkit.versions.v2022_11_28.models import (
3202
+ WebhooksPullRequest5PropLinksPropIssue as WebhooksPullRequest5PropLinksPropIssue,
3203
+ )
3204
+ from githubkit.versions.v2022_11_28.models import (
3205
+ WebhooksReviewCommentPropLinksPropHtml as WebhooksReviewCommentPropLinksPropHtml,
3206
+ )
3207
+ from githubkit.versions.v2022_11_28.models import (
3208
+ WebhooksReviewCommentPropLinksPropSelf as WebhooksReviewCommentPropLinksPropSelf,
3209
+ )
3210
+ from githubkit.versions.v2022_11_28.models import (
3211
+ WebhooksReviewPropLinksPropPullRequest as WebhooksReviewPropLinksPropPullRequest,
3212
+ )
3050
3213
  from githubkit.versions.v2022_11_28.models import (
3051
3214
  WorkflowRunUsagePropBillablePropUbuntu as WorkflowRunUsagePropBillablePropUbuntu,
3052
3215
  )
@@ -3101,27 +3264,15 @@ if TYPE_CHECKING:
3101
3264
  from githubkit.versions.v2022_11_28.models import (
3102
3265
  WebhookDiscussionTransferredPropChanges as WebhookDiscussionTransferredPropChanges,
3103
3266
  )
3104
- from githubkit.versions.v2022_11_28.models import (
3105
- WebhookInstallationCreatedPropRequester as WebhookInstallationCreatedPropRequester,
3106
- )
3107
3267
  from githubkit.versions.v2022_11_28.models import (
3108
3268
  WebhookIssuesEditedPropChangesPropTitle as WebhookIssuesEditedPropChangesPropTitle,
3109
3269
  )
3110
- from githubkit.versions.v2022_11_28.models import (
3111
- WebhookIssuesUnlabeledPropIssuePropUser as WebhookIssuesUnlabeledPropIssuePropUser,
3112
- )
3113
3270
  from githubkit.versions.v2022_11_28.models import (
3114
3271
  WebhookMarketplacePurchasePendingChange as WebhookMarketplacePurchasePendingChange,
3115
3272
  )
3116
- from githubkit.versions.v2022_11_28.models import (
3117
- WebhookOrgBlockUnblockedPropBlockedUser as WebhookOrgBlockUnblockedPropBlockedUser,
3118
- )
3119
3273
  from githubkit.versions.v2022_11_28.models import (
3120
3274
  WebhookPersonalAccessTokenRequestDenied as WebhookPersonalAccessTokenRequestDenied,
3121
3275
  )
3122
- from githubkit.versions.v2022_11_28.models import (
3123
- WebhookProjectCardEditedPropProjectCard as WebhookProjectCardEditedPropProjectCard,
3124
- )
3125
3276
  from githubkit.versions.v2022_11_28.models import (
3126
3277
  WebhookProjectEditedPropChangesPropBody as WebhookProjectEditedPropChangesPropBody,
3127
3278
  )
@@ -3146,9 +3297,6 @@ if TYPE_CHECKING:
3146
3297
  from githubkit.versions.v2022_11_28.models import (
3147
3298
  WebhookRepositoryTransferredPropChanges as WebhookRepositoryTransferredPropChanges,
3148
3299
  )
3149
- from githubkit.versions.v2022_11_28.models import (
3150
- WebhookSponsorshipEditedPropSponsorship as WebhookSponsorshipEditedPropSponsorship,
3151
- )
3152
3300
  from githubkit.versions.v2022_11_28.models import (
3153
3301
  WebhookStatusPropCommitPropParentsItems as WebhookStatusPropCommitPropParentsItems,
3154
3302
  )
@@ -3159,10 +3307,7 @@ if TYPE_CHECKING:
3159
3307
  WebhookWorkflowJobQueuedPropWorkflowJob as WebhookWorkflowJobQueuedPropWorkflowJob,
3160
3308
  )
3161
3309
  from githubkit.versions.v2022_11_28.models import (
3162
- WebhookWorkflowRunCompletedPropWorkflow as WebhookWorkflowRunCompletedPropWorkflow,
3163
- )
3164
- from githubkit.versions.v2022_11_28.models import (
3165
- WebhookWorkflowRunRequestedPropWorkflow as WebhookWorkflowRunRequestedPropWorkflow,
3310
+ WebhooksIssue2PropPerformedViaGithubApp as WebhooksIssue2PropPerformedViaGithubApp,
3166
3311
  )
3167
3312
  from githubkit.versions.v2022_11_28.models import (
3168
3313
  WorkflowRunUsagePropBillablePropWindows as WorkflowRunUsagePropBillablePropWindows,
@@ -3215,6 +3360,9 @@ if TYPE_CHECKING:
3215
3360
  from githubkit.versions.v2022_11_28.models import (
3216
3361
  RepositoryAdvisoryUpdatePropCreditsItems as RepositoryAdvisoryUpdatePropCreditsItems,
3217
3362
  )
3363
+ from githubkit.versions.v2022_11_28.models import (
3364
+ RepositoryRuleCodeScanningPropParameters as RepositoryRuleCodeScanningPropParameters,
3365
+ )
3218
3366
  from githubkit.versions.v2022_11_28.models import (
3219
3367
  RepositoryWebhooksPropTemplateRepository as RepositoryWebhooksPropTemplateRepository,
3220
3368
  )
@@ -3236,9 +3384,6 @@ if TYPE_CHECKING:
3236
3384
  from githubkit.versions.v2022_11_28.models import (
3237
3385
  WebhookDeploymentProtectionRuleRequested as WebhookDeploymentProtectionRuleRequested,
3238
3386
  )
3239
- from githubkit.versions.v2022_11_28.models import (
3240
- WebhookDiscussionUnansweredPropOldAnswer as WebhookDiscussionUnansweredPropOldAnswer,
3241
- )
3242
3387
  from githubkit.versions.v2022_11_28.models import (
3243
3388
  WebhookIssueCommentEditedPropIssueAllof0 as WebhookIssueCommentEditedPropIssueAllof0,
3244
3389
  )
@@ -3260,77 +3405,35 @@ if TYPE_CHECKING:
3260
3405
  from githubkit.versions.v2022_11_28.models import (
3261
3406
  WebhookIssuesOpenedPropIssuePropAssignee as WebhookIssuesOpenedPropIssuePropAssignee,
3262
3407
  )
3263
- from githubkit.versions.v2022_11_28.models import (
3264
- WebhookIssuesPinnedPropIssuePropAssignee as WebhookIssuesPinnedPropIssuePropAssignee,
3265
- )
3266
- from githubkit.versions.v2022_11_28.models import (
3267
- WebhookIssuesUnassignedPropIssuePropUser as WebhookIssuesUnassignedPropIssuePropUser,
3268
- )
3269
- from githubkit.versions.v2022_11_28.models import (
3270
- WebhookMembershipAddedPropTeamPropParent as WebhookMembershipAddedPropTeamPropParent,
3271
- )
3272
- from githubkit.versions.v2022_11_28.models import (
3273
- WebhookOrganizationDeletedPropMembership as WebhookOrganizationDeletedPropMembership,
3274
- )
3275
- from githubkit.versions.v2022_11_28.models import (
3276
- WebhookOrganizationMemberInvitedPropUser as WebhookOrganizationMemberInvitedPropUser,
3277
- )
3278
- from githubkit.versions.v2022_11_28.models import (
3279
- WebhookOrganizationRenamedPropMembership as WebhookOrganizationRenamedPropMembership,
3280
- )
3281
3408
  from githubkit.versions.v2022_11_28.models import (
3282
3409
  WebhookPersonalAccessTokenRequestCreated as WebhookPersonalAccessTokenRequestCreated,
3283
3410
  )
3284
- from githubkit.versions.v2022_11_28.models import (
3285
- WebhookProjectCardCreatedPropProjectCard as WebhookProjectCardCreatedPropProjectCard,
3286
- )
3287
3411
  from githubkit.versions.v2022_11_28.models import (
3288
3412
  WebhookProjectCardDeletedPropProjectCard as WebhookProjectCardDeletedPropProjectCard,
3289
3413
  )
3290
- from githubkit.versions.v2022_11_28.models import (
3291
- WebhookProjectsV2ItemArchivedPropChanges as WebhookProjectsV2ItemArchivedPropChanges,
3292
- )
3293
- from githubkit.versions.v2022_11_28.models import (
3294
- WebhookProjectsV2ItemRestoredPropChanges as WebhookProjectsV2ItemRestoredPropChanges,
3295
- )
3296
3414
  from githubkit.versions.v2022_11_28.models import (
3297
3415
  WebhookPullRequestLabeledPropPullRequest as WebhookPullRequestLabeledPropPullRequest,
3298
3416
  )
3299
- from githubkit.versions.v2022_11_28.models import (
3300
- WebhookPullRequestReviewEditedPropReview as WebhookPullRequestReviewEditedPropReview,
3301
- )
3302
3417
  from githubkit.versions.v2022_11_28.models import (
3303
3418
  WebhookPullRequestReviewThreadUnresolved as WebhookPullRequestReviewThreadUnresolved,
3304
3419
  )
3305
- from githubkit.versions.v2022_11_28.models import (
3306
- WebhookPullRequestUnassignedPropAssignee as WebhookPullRequestUnassignedPropAssignee,
3307
- )
3308
3420
  from githubkit.versions.v2022_11_28.models import (
3309
3421
  WebhookPushPropCommitsItemsPropCommitter as WebhookPushPropCommitsItemsPropCommitter,
3310
3422
  )
3311
3423
  from githubkit.versions.v2022_11_28.models import (
3312
3424
  WebhookPushPropRepositoryPropPermissions as WebhookPushPropRepositoryPropPermissions,
3313
3425
  )
3314
- from githubkit.versions.v2022_11_28.models import (
3315
- WebhookSponsorshipCreatedPropSponsorship as WebhookSponsorshipCreatedPropSponsorship,
3316
- )
3317
- from githubkit.versions.v2022_11_28.models import (
3318
- WebhookSponsorshipTierChangedPropChanges as WebhookSponsorshipTierChangedPropChanges,
3319
- )
3320
3426
  from githubkit.versions.v2022_11_28.models import (
3321
3427
  WebhookStatusPropBranchesItemsPropCommit as WebhookStatusPropBranchesItemsPropCommit,
3322
3428
  )
3323
3429
  from githubkit.versions.v2022_11_28.models import (
3324
3430
  WebhookTeamEditedPropRepositoryPropOwner as WebhookTeamEditedPropRepositoryPropOwner,
3325
3431
  )
3326
- from githubkit.versions.v2022_11_28.models import (
3327
- WebhookTeamRemovedFromRepositoryPropTeam as WebhookTeamRemovedFromRepositoryPropTeam,
3328
- )
3329
3432
  from githubkit.versions.v2022_11_28.models import (
3330
3433
  WebhookWorkflowJobWaitingPropWorkflowJob as WebhookWorkflowJobWaitingPropWorkflowJob,
3331
3434
  )
3332
3435
  from githubkit.versions.v2022_11_28.models import (
3333
- WebhookWorkflowRunInProgressPropWorkflow as WebhookWorkflowRunInProgressPropWorkflow,
3436
+ WebhooksPullRequest5PropLinksPropCommits as WebhooksPullRequest5PropLinksPropCommits,
3334
3437
  )
3335
3438
  from githubkit.versions.v2022_11_28.models import (
3336
3439
  BranchProtectionPropRequiredLinearHistory as BranchProtectionPropRequiredLinearHistory,
@@ -3398,9 +3501,6 @@ if TYPE_CHECKING:
3398
3501
  from githubkit.versions.v2022_11_28.models import (
3399
3502
  WebhookDiscussionCommentEditedPropChanges as WebhookDiscussionCommentEditedPropChanges,
3400
3503
  )
3401
- from githubkit.versions.v2022_11_28.models import (
3402
- WebhookDiscussionCommentEditedPropComment as WebhookDiscussionCommentEditedPropComment,
3403
- )
3404
3504
  from githubkit.versions.v2022_11_28.models import (
3405
3505
  WebhookInstallationNewPermissionsAccepted as WebhookInstallationNewPermissionsAccepted,
3406
3506
  )
@@ -3440,15 +3540,6 @@ if TYPE_CHECKING:
3440
3540
  from githubkit.versions.v2022_11_28.models import (
3441
3541
  WebhookIssuesOpenedPropIssuePropReactions as WebhookIssuesOpenedPropIssuePropReactions,
3442
3542
  )
3443
- from githubkit.versions.v2022_11_28.models import (
3444
- WebhookIssuesPinnedPropIssuePropMilestone as WebhookIssuesPinnedPropIssuePropMilestone,
3445
- )
3446
- from githubkit.versions.v2022_11_28.models import (
3447
- WebhookIssuesPinnedPropIssuePropReactions as WebhookIssuesPinnedPropIssuePropReactions,
3448
- )
3449
- from githubkit.versions.v2022_11_28.models import (
3450
- WebhookIssuesTransferredPropIssuePropUser as WebhookIssuesTransferredPropIssuePropUser,
3451
- )
3452
3543
  from githubkit.versions.v2022_11_28.models import (
3453
3544
  WebhookMemberAddedPropChangesPropRoleName as WebhookMemberAddedPropChangesPropRoleName,
3454
3545
  )
@@ -3482,9 +3573,6 @@ if TYPE_CHECKING:
3482
3573
  from githubkit.versions.v2022_11_28.models import (
3483
3574
  WebhookPullRequestUnlockedPropPullRequest as WebhookPullRequestUnlockedPropPullRequest,
3484
3575
  )
3485
- from githubkit.versions.v2022_11_28.models import (
3486
- WebhookReleaseEditedPropReleasePropAuthor as WebhookReleaseEditedPropReleasePropAuthor,
3487
- )
3488
3576
  from githubkit.versions.v2022_11_28.models import (
3489
3577
  WebhookRepositoryRulesetEditedPropChanges as WebhookRepositoryRulesetEditedPropChanges,
3490
3578
  )
@@ -3506,6 +3594,12 @@ if TYPE_CHECKING:
3506
3594
  from githubkit.versions.v2022_11_28.models import (
3507
3595
  WebhookTeamDeletedPropRepositoryPropOwner as WebhookTeamDeletedPropRepositoryPropOwner,
3508
3596
  )
3597
+ from githubkit.versions.v2022_11_28.models import (
3598
+ WebhooksPullRequest5PropLinksPropComments as WebhooksPullRequest5PropLinksPropComments,
3599
+ )
3600
+ from githubkit.versions.v2022_11_28.models import (
3601
+ WebhooksPullRequest5PropLinksPropStatuses as WebhooksPullRequest5PropLinksPropStatuses,
3602
+ )
3509
3603
  from githubkit.versions.v2022_11_28.models import (
3510
3604
  AppManifestsCodeConversionsPostResponse201 as AppManifestsCodeConversionsPostResponse201,
3511
3605
  )
@@ -3587,24 +3681,12 @@ if TYPE_CHECKING:
3587
3681
  from githubkit.versions.v2022_11_28.models import (
3588
3682
  WebhookDeploymentStatusCreatedPropCheckRun as WebhookDeploymentStatusCreatedPropCheckRun,
3589
3683
  )
3590
- from githubkit.versions.v2022_11_28.models import (
3591
- WebhookDeploymentStatusCreatedPropWorkflow as WebhookDeploymentStatusCreatedPropWorkflow,
3592
- )
3593
- from githubkit.versions.v2022_11_28.models import (
3594
- WebhookDiscussionCommentCreatedPropComment as WebhookDiscussionCommentCreatedPropComment,
3595
- )
3596
- from githubkit.versions.v2022_11_28.models import (
3597
- WebhookDiscussionCommentDeletedPropComment as WebhookDiscussionCommentDeletedPropComment,
3598
- )
3599
3684
  from githubkit.versions.v2022_11_28.models import (
3600
3685
  WebhookDiscussionEditedPropChangesPropBody as WebhookDiscussionEditedPropChangesPropBody,
3601
3686
  )
3602
3687
  from githubkit.versions.v2022_11_28.models import (
3603
3688
  WebhookForkPropForkeeAllof0PropPermissions as WebhookForkPropForkeeAllof0PropPermissions,
3604
3689
  )
3605
- from githubkit.versions.v2022_11_28.models import (
3606
- WebhookIssuesAssignedPropIssuePropAssignee as WebhookIssuesAssignedPropIssuePropAssignee,
3607
- )
3608
3690
  from githubkit.versions.v2022_11_28.models import (
3609
3691
  WebhookIssuesClosedPropIssueAllof0PropUser as WebhookIssuesClosedPropIssueAllof0PropUser,
3610
3692
  )
@@ -3638,12 +3720,6 @@ if TYPE_CHECKING:
3638
3720
  from githubkit.versions.v2022_11_28.models import (
3639
3721
  WebhookIssuesUnlockedPropIssuePropAssignee as WebhookIssuesUnlockedPropIssuePropAssignee,
3640
3722
  )
3641
- from githubkit.versions.v2022_11_28.models import (
3642
- WebhookIssuesUnpinnedPropIssuePropAssignee as WebhookIssuesUnpinnedPropIssuePropAssignee,
3643
- )
3644
- from githubkit.versions.v2022_11_28.models import (
3645
- WebhookMembershipRemovedPropTeamPropParent as WebhookMembershipRemovedPropTeamPropParent,
3646
- )
3647
3723
  from githubkit.versions.v2022_11_28.models import (
3648
3724
  WebhookMilestoneEditedPropChangesPropDueOn as WebhookMilestoneEditedPropChangesPropDueOn,
3649
3725
  )
@@ -3653,36 +3729,15 @@ if TYPE_CHECKING:
3653
3729
  from githubkit.versions.v2022_11_28.models import (
3654
3730
  WebhookPersonalAccessTokenRequestCancelled as WebhookPersonalAccessTokenRequestCancelled,
3655
3731
  )
3656
- from githubkit.versions.v2022_11_28.models import (
3657
- WebhookProjectCardConvertedPropProjectCard as WebhookProjectCardConvertedPropProjectCard,
3658
- )
3659
- from githubkit.versions.v2022_11_28.models import (
3660
- WebhookProjectClosedPropProjectPropCreator as WebhookProjectClosedPropProjectPropCreator,
3661
- )
3662
- from githubkit.versions.v2022_11_28.models import (
3663
- WebhookProjectColumnMovedPropProjectColumn as WebhookProjectColumnMovedPropProjectColumn,
3664
- )
3665
- from githubkit.versions.v2022_11_28.models import (
3666
- WebhookProjectEditedPropProjectPropCreator as WebhookProjectEditedPropProjectPropCreator,
3667
- )
3668
3732
  from githubkit.versions.v2022_11_28.models import (
3669
3733
  WebhookPullRequestUnlabeledPropPullRequest as WebhookPullRequestUnlabeledPropPullRequest,
3670
3734
  )
3671
- from githubkit.versions.v2022_11_28.models import (
3672
- WebhookReleaseCreatedPropReleasePropAuthor as WebhookReleaseCreatedPropReleasePropAuthor,
3673
- )
3674
- from githubkit.versions.v2022_11_28.models import (
3675
- WebhookReleaseDeletedPropReleasePropAuthor as WebhookReleaseDeletedPropReleasePropAuthor,
3676
- )
3677
3735
  from githubkit.versions.v2022_11_28.models import (
3678
3736
  WebhookRepositoryVulnerabilityAlertDismiss as WebhookRepositoryVulnerabilityAlertDismiss,
3679
3737
  )
3680
3738
  from githubkit.versions.v2022_11_28.models import (
3681
3739
  WebhookRepositoryVulnerabilityAlertResolve as WebhookRepositoryVulnerabilityAlertResolve,
3682
3740
  )
3683
- from githubkit.versions.v2022_11_28.models import (
3684
- WebhookSponsorshipCancelledPropSponsorship as WebhookSponsorshipCancelledPropSponsorship,
3685
- )
3686
3741
  from githubkit.versions.v2022_11_28.models import (
3687
3742
  WebhookTeamAddedToRepositoryPropRepository as WebhookTeamAddedToRepositoryPropRepository,
3688
3743
  )
@@ -3701,9 +3756,15 @@ if TYPE_CHECKING:
3701
3756
  from githubkit.versions.v2022_11_28.models import (
3702
3757
  WebhookWorkflowRunRequestedPropWorkflowRun as WebhookWorkflowRunRequestedPropWorkflowRun,
3703
3758
  )
3759
+ from githubkit.versions.v2022_11_28.models import (
3760
+ WebhooksReleasePropAssetsItemsPropUploader as WebhooksReleasePropAssetsItemsPropUploader,
3761
+ )
3704
3762
  from githubkit.versions.v2022_11_28.models import (
3705
3763
  ActionsBillingUsagePropMinutesUsedBreakdown as ActionsBillingUsagePropMinutesUsedBreakdown,
3706
3764
  )
3765
+ from githubkit.versions.v2022_11_28.models import (
3766
+ CodeScanningVariantAnalysisSkippedRepoGroup as CodeScanningVariantAnalysisSkippedRepoGroup,
3767
+ )
3707
3768
  from githubkit.versions.v2022_11_28.models import (
3708
3769
  DependabotAlertWithRepositoryPropDependency as DependabotAlertWithRepositoryPropDependency,
3709
3770
  )
@@ -3746,15 +3807,6 @@ if TYPE_CHECKING:
3746
3807
  from githubkit.versions.v2022_11_28.models import (
3747
3808
  WebhookBranchProtectionConfigurationEnabled as WebhookBranchProtectionConfigurationEnabled,
3748
3809
  )
3749
- from githubkit.versions.v2022_11_28.models import (
3750
- WebhookDeploymentReviewApprovedPropApprover as WebhookDeploymentReviewApprovedPropApprover,
3751
- )
3752
- from githubkit.versions.v2022_11_28.models import (
3753
- WebhookDeploymentReviewRejectedPropApprover as WebhookDeploymentReviewRejectedPropApprover,
3754
- )
3755
- from githubkit.versions.v2022_11_28.models import (
3756
- WebhookDiscussionAnsweredPropAnswerPropUser as WebhookDiscussionAnsweredPropAnswerPropUser,
3757
- )
3758
3810
  from githubkit.versions.v2022_11_28.models import (
3759
3811
  WebhookDiscussionCategoryChangedPropChanges as WebhookDiscussionCategoryChangedPropChanges,
3760
3812
  )
@@ -3767,12 +3819,6 @@ if TYPE_CHECKING:
3767
3819
  from githubkit.versions.v2022_11_28.models import (
3768
3820
  WebhookInstallationTargetRenamedPropChanges as WebhookInstallationTargetRenamedPropChanges,
3769
3821
  )
3770
- from githubkit.versions.v2022_11_28.models import (
3771
- WebhookIssuesAssignedPropIssuePropMilestone as WebhookIssuesAssignedPropIssuePropMilestone,
3772
- )
3773
- from githubkit.versions.v2022_11_28.models import (
3774
- WebhookIssuesAssignedPropIssuePropReactions as WebhookIssuesAssignedPropIssuePropReactions,
3775
- )
3776
3822
  from githubkit.versions.v2022_11_28.models import (
3777
3823
  WebhookIssuesClosedPropIssueMergedAssignees as WebhookIssuesClosedPropIssueMergedAssignees,
3778
3824
  )
@@ -3800,33 +3846,18 @@ if TYPE_CHECKING:
3800
3846
  from githubkit.versions.v2022_11_28.models import (
3801
3847
  WebhookIssuesOpenedPropIssuePropPullRequest as WebhookIssuesOpenedPropIssuePropPullRequest,
3802
3848
  )
3803
- from githubkit.versions.v2022_11_28.models import (
3804
- WebhookIssuesPinnedPropIssuePropLabelsItems as WebhookIssuesPinnedPropIssuePropLabelsItems,
3805
- )
3806
- from githubkit.versions.v2022_11_28.models import (
3807
- WebhookIssuesPinnedPropIssuePropPullRequest as WebhookIssuesPinnedPropIssuePropPullRequest,
3808
- )
3809
3849
  from githubkit.versions.v2022_11_28.models import (
3810
3850
  WebhookIssuesReopenedPropIssuePropMilestone as WebhookIssuesReopenedPropIssuePropMilestone,
3811
3851
  )
3812
3852
  from githubkit.versions.v2022_11_28.models import (
3813
3853
  WebhookIssuesReopenedPropIssuePropReactions as WebhookIssuesReopenedPropIssuePropReactions,
3814
3854
  )
3815
- from githubkit.versions.v2022_11_28.models import (
3816
- WebhookIssuesUnlabeledPropIssuePropAssignee as WebhookIssuesUnlabeledPropIssuePropAssignee,
3817
- )
3818
3855
  from githubkit.versions.v2022_11_28.models import (
3819
3856
  WebhookIssuesUnlockedPropIssuePropMilestone as WebhookIssuesUnlockedPropIssuePropMilestone,
3820
3857
  )
3821
3858
  from githubkit.versions.v2022_11_28.models import (
3822
3859
  WebhookIssuesUnlockedPropIssuePropReactions as WebhookIssuesUnlockedPropIssuePropReactions,
3823
3860
  )
3824
- from githubkit.versions.v2022_11_28.models import (
3825
- WebhookIssuesUnpinnedPropIssuePropMilestone as WebhookIssuesUnpinnedPropIssuePropMilestone,
3826
- )
3827
- from githubkit.versions.v2022_11_28.models import (
3828
- WebhookIssuesUnpinnedPropIssuePropReactions as WebhookIssuesUnpinnedPropIssuePropReactions,
3829
- )
3830
3861
  from githubkit.versions.v2022_11_28.models import (
3831
3862
  WebhookMemberAddedPropChangesPropPermission as WebhookMemberAddedPropChangesPropPermission,
3832
3863
  )
@@ -3836,36 +3867,18 @@ if TYPE_CHECKING:
3836
3867
  from githubkit.versions.v2022_11_28.models import (
3837
3868
  WebhookProjectCardEditedPropChangesPropNote as WebhookProjectCardEditedPropChangesPropNote,
3838
3869
  )
3839
- from githubkit.versions.v2022_11_28.models import (
3840
- WebhookProjectColumnEditedPropProjectColumn as WebhookProjectColumnEditedPropProjectColumn,
3841
- )
3842
- from githubkit.versions.v2022_11_28.models import (
3843
- WebhookProjectCreatedPropProjectPropCreator as WebhookProjectCreatedPropProjectPropCreator,
3844
- )
3845
- from githubkit.versions.v2022_11_28.models import (
3846
- WebhookProjectDeletedPropProjectPropCreator as WebhookProjectDeletedPropProjectPropCreator,
3847
- )
3848
3870
  from githubkit.versions.v2022_11_28.models import (
3849
3871
  WebhookPullRequestEditedPropChangesPropBase as WebhookPullRequestEditedPropChangesPropBase,
3850
3872
  )
3851
3873
  from githubkit.versions.v2022_11_28.models import (
3852
3874
  WebhookPullRequestEditedPropChangesPropBody as WebhookPullRequestEditedPropChangesPropBody,
3853
3875
  )
3854
- from githubkit.versions.v2022_11_28.models import (
3855
- WebhookPullRequestMilestonedPropPullRequest as WebhookPullRequestMilestonedPropPullRequest,
3856
- )
3857
3876
  from githubkit.versions.v2022_11_28.models import (
3858
3877
  WebhookPullRequestReviewDismissedPropReview as WebhookPullRequestReviewDismissedPropReview,
3859
3878
  )
3860
- from githubkit.versions.v2022_11_28.models import (
3861
- WebhookPullRequestReviewSubmittedPropReview as WebhookPullRequestReviewSubmittedPropReview,
3862
- )
3863
3879
  from githubkit.versions.v2022_11_28.models import (
3864
3880
  WebhookPullRequestUnassignedPropPullRequest as WebhookPullRequestUnassignedPropPullRequest,
3865
3881
  )
3866
- from githubkit.versions.v2022_11_28.models import (
3867
- WebhookReleaseReleasedPropReleasePropAuthor as WebhookReleaseReleasedPropReleasePropAuthor,
3868
- )
3869
3882
  from githubkit.versions.v2022_11_28.models import (
3870
3883
  WebhookStatusPropCommitPropCommitPropAuthor as WebhookStatusPropCommitPropCommitPropAuthor,
3871
3884
  )
@@ -3884,6 +3897,18 @@ if TYPE_CHECKING:
3884
3897
  from githubkit.versions.v2022_11_28.models import (
3885
3898
  WebhookWorkflowRunInProgressPropWorkflowRun as WebhookWorkflowRunInProgressPropWorkflowRun,
3886
3899
  )
3900
+ from githubkit.versions.v2022_11_28.models import (
3901
+ WebhooksPreviousMarketplacePurchasePropPlan as WebhooksPreviousMarketplacePurchasePropPlan,
3902
+ )
3903
+ from githubkit.versions.v2022_11_28.models import (
3904
+ WebhooksPullRequest5PropRequestedTeamsItems as WebhooksPullRequest5PropRequestedTeamsItems,
3905
+ )
3906
+ from githubkit.versions.v2022_11_28.models import (
3907
+ WebhooksRelease1PropAssetsItemsPropUploader as WebhooksRelease1PropAssetsItemsPropUploader,
3908
+ )
3909
+ from githubkit.versions.v2022_11_28.models import (
3910
+ WebhooksSecurityAdvisoryPropReferencesItems as WebhooksSecurityAdvisoryPropReferencesItems,
3911
+ )
3887
3912
  from githubkit.versions.v2022_11_28.models import (
3888
3913
  DependabotAlertSecurityAdvisoryPropCwesItems as DependabotAlertSecurityAdvisoryPropCwesItems,
3889
3914
  )
@@ -3941,12 +3966,6 @@ if TYPE_CHECKING:
3941
3966
  from githubkit.versions.v2022_11_28.models import (
3942
3967
  WebhookDeploymentStatusCreatedPropDeployment as WebhookDeploymentStatusCreatedPropDeployment,
3943
3968
  )
3944
- from githubkit.versions.v2022_11_28.models import (
3945
- WebhookIssueCommentEditedPropChangesPropBody as WebhookIssueCommentEditedPropChangesPropBody,
3946
- )
3947
- from githubkit.versions.v2022_11_28.models import (
3948
- WebhookIssueCommentEditedPropCommentPropUser as WebhookIssueCommentEditedPropCommentPropUser,
3949
- )
3950
3969
  from githubkit.versions.v2022_11_28.models import (
3951
3970
  WebhookIssueCommentEditedPropIssueMergedUser as WebhookIssueCommentEditedPropIssueMergedUser,
3952
3971
  )
@@ -3965,24 +3984,12 @@ if TYPE_CHECKING:
3965
3984
  from githubkit.versions.v2022_11_28.models import (
3966
3985
  WebhookIssuesMilestonedPropIssuePropAssignee as WebhookIssuesMilestonedPropIssuePropAssignee,
3967
3986
  )
3968
- from githubkit.versions.v2022_11_28.models import (
3969
- WebhookIssuesUnassignedPropIssuePropAssignee as WebhookIssuesUnassignedPropIssuePropAssignee,
3970
- )
3971
- from githubkit.versions.v2022_11_28.models import (
3972
- WebhookIssuesUnlabeledPropIssuePropMilestone as WebhookIssuesUnlabeledPropIssuePropMilestone,
3973
- )
3974
- from githubkit.versions.v2022_11_28.models import (
3975
- WebhookIssuesUnlabeledPropIssuePropReactions as WebhookIssuesUnlabeledPropIssuePropReactions,
3976
- )
3977
3987
  from githubkit.versions.v2022_11_28.models import (
3978
3988
  WebhookLabelEditedPropChangesPropDescription as WebhookLabelEditedPropChangesPropDescription,
3979
3989
  )
3980
3990
  from githubkit.versions.v2022_11_28.models import (
3981
3991
  WebhookMemberEditedPropChangesPropPermission as WebhookMemberEditedPropChangesPropPermission,
3982
3992
  )
3983
- from githubkit.versions.v2022_11_28.models import (
3984
- WebhookOrganizationMemberAddedPropMembership as WebhookOrganizationMemberAddedPropMembership,
3985
- )
3986
3993
  from githubkit.versions.v2022_11_28.models import (
3987
3994
  WebhookPackageUpdatedPropPackagePropRegistry as WebhookPackageUpdatedPropPackagePropRegistry,
3988
3995
  )
@@ -3992,15 +3999,6 @@ if TYPE_CHECKING:
3992
3999
  from githubkit.versions.v2022_11_28.models import (
3993
4000
  WebhookProjectCardMovedPropProjectCardAllof1 as WebhookProjectCardMovedPropProjectCardAllof1,
3994
4001
  )
3995
- from githubkit.versions.v2022_11_28.models import (
3996
- WebhookProjectColumnCreatedPropProjectColumn as WebhookProjectColumnCreatedPropProjectColumn,
3997
- )
3998
- from githubkit.versions.v2022_11_28.models import (
3999
- WebhookProjectColumnDeletedPropProjectColumn as WebhookProjectColumnDeletedPropProjectColumn,
4000
- )
4001
- from githubkit.versions.v2022_11_28.models import (
4002
- WebhookProjectReopenedPropProjectPropCreator as WebhookProjectReopenedPropProjectPropCreator,
4003
- )
4004
4002
  from githubkit.versions.v2022_11_28.models import (
4005
4003
  WebhookProjectsV2ItemEditedPropChangesOneof0 as WebhookProjectsV2ItemEditedPropChangesOneof0,
4006
4004
  )
@@ -4019,12 +4017,6 @@ if TYPE_CHECKING:
4019
4017
  from githubkit.versions.v2022_11_28.models import (
4020
4018
  WebhookPullRequestSynchronizePropPullRequest as WebhookPullRequestSynchronizePropPullRequest,
4021
4019
  )
4022
- from githubkit.versions.v2022_11_28.models import (
4023
- WebhookReleaseEditedPropReleasePropReactions as WebhookReleaseEditedPropReleasePropReactions,
4024
- )
4025
- from githubkit.versions.v2022_11_28.models import (
4026
- WebhookReleasePublishedPropReleasePropAuthor as WebhookReleasePublishedPropReleasePropAuthor,
4027
- )
4028
4020
  from githubkit.versions.v2022_11_28.models import (
4029
4021
  WebhookRepositoryEditedPropChangesPropTopics as WebhookRepositoryEditedPropChangesPropTopics,
4030
4022
  )
@@ -4032,7 +4024,10 @@ if TYPE_CHECKING:
4032
4024
  WebhookRubygemsMetadataPropDependenciesItems as WebhookRubygemsMetadataPropDependenciesItems,
4033
4025
  )
4034
4026
  from githubkit.versions.v2022_11_28.models import (
4035
- WebhookSponsorshipTierChangedPropSponsorship as WebhookSponsorshipTierChangedPropSponsorship,
4027
+ WebhooksPullRequest5PropMilestonePropCreator as WebhooksPullRequest5PropMilestonePropCreator,
4028
+ )
4029
+ from githubkit.versions.v2022_11_28.models import (
4030
+ WebhooksSecurityAdvisoryPropIdentifiersItems as WebhooksSecurityAdvisoryPropIdentifiersItems,
4036
4031
  )
4037
4032
  from githubkit.versions.v2022_11_28.models import (
4038
4033
  BranchRestrictionPolicyPropAppsItemsPropOwner as BranchRestrictionPolicyPropAppsItemsPropOwner,
@@ -4085,9 +4080,6 @@ if TYPE_CHECKING:
4085
4080
  from githubkit.versions.v2022_11_28.models import (
4086
4081
  WebhookCodeScanningAlertClosedByUserPropAlert as WebhookCodeScanningAlertClosedByUserPropAlert,
4087
4082
  )
4088
- from githubkit.versions.v2022_11_28.models import (
4089
- WebhookDeploymentReviewRequestedPropRequestor as WebhookDeploymentReviewRequestedPropRequestor,
4090
- )
4091
4083
  from githubkit.versions.v2022_11_28.models import (
4092
4084
  WebhookDeploymentStatusCreatedPropWorkflowRun as WebhookDeploymentStatusCreatedPropWorkflowRun,
4093
4085
  )
@@ -4097,18 +4089,9 @@ if TYPE_CHECKING:
4097
4089
  from githubkit.versions.v2022_11_28.models import (
4098
4090
  WebhookIssueCommentCreatedPropIssueMergedUser as WebhookIssueCommentCreatedPropIssueMergedUser,
4099
4091
  )
4100
- from githubkit.versions.v2022_11_28.models import (
4101
- WebhookIssueCommentDeletedPropCommentPropUser as WebhookIssueCommentDeletedPropCommentPropUser,
4102
- )
4103
4092
  from githubkit.versions.v2022_11_28.models import (
4104
4093
  WebhookIssueCommentDeletedPropIssueMergedUser as WebhookIssueCommentDeletedPropIssueMergedUser,
4105
4094
  )
4106
- from githubkit.versions.v2022_11_28.models import (
4107
- WebhookIssuesAssignedPropIssuePropLabelsItems as WebhookIssuesAssignedPropIssuePropLabelsItems,
4108
- )
4109
- from githubkit.versions.v2022_11_28.models import (
4110
- WebhookIssuesAssignedPropIssuePropPullRequest as WebhookIssuesAssignedPropIssuePropPullRequest,
4111
- )
4112
4095
  from githubkit.versions.v2022_11_28.models import (
4113
4096
  WebhookIssuesMilestonedPropIssuePropMilestone as WebhookIssuesMilestonedPropIssuePropMilestone,
4114
4097
  )
@@ -4121,33 +4104,15 @@ if TYPE_CHECKING:
4121
4104
  from githubkit.versions.v2022_11_28.models import (
4122
4105
  WebhookIssuesReopenedPropIssuePropPullRequest as WebhookIssuesReopenedPropIssuePropPullRequest,
4123
4106
  )
4124
- from githubkit.versions.v2022_11_28.models import (
4125
- WebhookIssuesTransferredPropIssuePropAssignee as WebhookIssuesTransferredPropIssuePropAssignee,
4126
- )
4127
- from githubkit.versions.v2022_11_28.models import (
4128
- WebhookIssuesUnassignedPropIssuePropMilestone as WebhookIssuesUnassignedPropIssuePropMilestone,
4129
- )
4130
- from githubkit.versions.v2022_11_28.models import (
4131
- WebhookIssuesUnassignedPropIssuePropReactions as WebhookIssuesUnassignedPropIssuePropReactions,
4132
- )
4133
4107
  from githubkit.versions.v2022_11_28.models import (
4134
4108
  WebhookIssuesUnlockedPropIssuePropLabelsItems as WebhookIssuesUnlockedPropIssuePropLabelsItems,
4135
4109
  )
4136
4110
  from githubkit.versions.v2022_11_28.models import (
4137
4111
  WebhookIssuesUnlockedPropIssuePropPullRequest as WebhookIssuesUnlockedPropIssuePropPullRequest,
4138
4112
  )
4139
- from githubkit.versions.v2022_11_28.models import (
4140
- WebhookIssuesUnpinnedPropIssuePropLabelsItems as WebhookIssuesUnpinnedPropIssuePropLabelsItems,
4141
- )
4142
- from githubkit.versions.v2022_11_28.models import (
4143
- WebhookIssuesUnpinnedPropIssuePropPullRequest as WebhookIssuesUnpinnedPropIssuePropPullRequest,
4144
- )
4145
4113
  from githubkit.versions.v2022_11_28.models import (
4146
4114
  WebhookProjectColumnEditedPropChangesPropName as WebhookProjectColumnEditedPropChangesPropName,
4147
4115
  )
4148
- from githubkit.versions.v2022_11_28.models import (
4149
- WebhookPullRequestDemilestonedPropPullRequest as WebhookPullRequestDemilestonedPropPullRequest,
4150
- )
4151
4116
  from githubkit.versions.v2022_11_28.models import (
4152
4117
  WebhookPullRequestReviewEditedPropPullRequest as WebhookPullRequestReviewEditedPropPullRequest,
4153
4118
  )
@@ -4155,16 +4120,19 @@ if TYPE_CHECKING:
4155
4120
  WebhookPushPropRepositoryPropCustomProperties as WebhookPushPropRepositoryPropCustomProperties,
4156
4121
  )
4157
4122
  from githubkit.versions.v2022_11_28.models import (
4158
- WebhookReleaseCreatedPropReleasePropReactions as WebhookReleaseCreatedPropReleasePropReactions,
4123
+ WebhookReleaseEditedPropChangesPropMakeLatest as WebhookReleaseEditedPropChangesPropMakeLatest,
4159
4124
  )
4160
4125
  from githubkit.versions.v2022_11_28.models import (
4161
- WebhookReleaseDeletedPropReleasePropReactions as WebhookReleaseDeletedPropReleasePropReactions,
4126
+ WebhookSecurityAndAnalysisPropChangesPropFrom as WebhookSecurityAndAnalysisPropChangesPropFrom,
4162
4127
  )
4163
4128
  from githubkit.versions.v2022_11_28.models import (
4164
- WebhookReleaseEditedPropChangesPropMakeLatest as WebhookReleaseEditedPropChangesPropMakeLatest,
4129
+ WebhooksPullRequest5PropBasePropRepoPropOwner as WebhooksPullRequest5PropBasePropRepoPropOwner,
4165
4130
  )
4166
4131
  from githubkit.versions.v2022_11_28.models import (
4167
- WebhookSecurityAndAnalysisPropChangesPropFrom as WebhookSecurityAndAnalysisPropChangesPropFrom,
4132
+ WebhooksPullRequest5PropHeadPropRepoPropOwner as WebhooksPullRequest5PropHeadPropRepoPropOwner,
4133
+ )
4134
+ from githubkit.versions.v2022_11_28.models import (
4135
+ WebhooksReviewCommentPropLinksPropPullRequest as WebhooksReviewCommentPropLinksPropPullRequest,
4168
4136
  )
4169
4137
  from githubkit.versions.v2022_11_28.models import (
4170
4138
  OrgsOrgActionsRunnersGenerateJitconfigPostBody as OrgsOrgActionsRunnersGenerateJitconfigPostBody,
@@ -4253,36 +4221,9 @@ if TYPE_CHECKING:
4253
4221
  from githubkit.versions.v2022_11_28.models import (
4254
4222
  WebhookIssuesOpenedPropIssuePropAssigneesItems as WebhookIssuesOpenedPropIssuePropAssigneesItems,
4255
4223
  )
4256
- from githubkit.versions.v2022_11_28.models import (
4257
- WebhookIssuesPinnedPropIssuePropAssigneesItems as WebhookIssuesPinnedPropIssuePropAssigneesItems,
4258
- )
4259
- from githubkit.versions.v2022_11_28.models import (
4260
- WebhookIssuesTransferredPropIssuePropMilestone as WebhookIssuesTransferredPropIssuePropMilestone,
4261
- )
4262
- from githubkit.versions.v2022_11_28.models import (
4263
- WebhookIssuesTransferredPropIssuePropReactions as WebhookIssuesTransferredPropIssuePropReactions,
4264
- )
4265
- from githubkit.versions.v2022_11_28.models import (
4266
- WebhookIssuesUnlabeledPropIssuePropLabelsItems as WebhookIssuesUnlabeledPropIssuePropLabelsItems,
4267
- )
4268
- from githubkit.versions.v2022_11_28.models import (
4269
- WebhookIssuesUnlabeledPropIssuePropPullRequest as WebhookIssuesUnlabeledPropIssuePropPullRequest,
4270
- )
4271
- from githubkit.versions.v2022_11_28.models import (
4272
- WebhookMilestoneClosedPropMilestonePropCreator as WebhookMilestoneClosedPropMilestonePropCreator,
4273
- )
4274
- from githubkit.versions.v2022_11_28.models import (
4275
- WebhookMilestoneEditedPropMilestonePropCreator as WebhookMilestoneEditedPropMilestonePropCreator,
4276
- )
4277
- from githubkit.versions.v2022_11_28.models import (
4278
- WebhookMilestoneOpenedPropMilestonePropCreator as WebhookMilestoneOpenedPropMilestonePropCreator,
4279
- )
4280
4224
  from githubkit.versions.v2022_11_28.models import (
4281
4225
  WebhookOrganizationMemberInvitedPropInvitation as WebhookOrganizationMemberInvitedPropInvitation,
4282
4226
  )
4283
- from githubkit.versions.v2022_11_28.models import (
4284
- WebhookOrganizationMemberRemovedPropMembership as WebhookOrganizationMemberRemovedPropMembership,
4285
- )
4286
4227
  from githubkit.versions.v2022_11_28.models import (
4287
4228
  WebhookOrganizationRenamedPropChangesPropLogin as WebhookOrganizationRenamedPropChangesPropLogin,
4288
4229
  )
@@ -4295,35 +4236,29 @@ if TYPE_CHECKING:
4295
4236
  from githubkit.versions.v2022_11_28.models import (
4296
4237
  WebhookProjectCardMovedPropChangesPropColumnId as WebhookProjectCardMovedPropChangesPropColumnId,
4297
4238
  )
4298
- from githubkit.versions.v2022_11_28.models import (
4299
- WebhookReleaseEditedPropReleasePropAssetsItems as WebhookReleaseEditedPropReleasePropAssetsItems,
4300
- )
4301
4239
  from githubkit.versions.v2022_11_28.models import (
4302
4240
  WebhookReleasePrereleasedPropReleasePropAuthor as WebhookReleasePrereleasedPropReleasePropAuthor,
4303
4241
  )
4304
4242
  from githubkit.versions.v2022_11_28.models import (
4305
- WebhookReleaseReleasedPropReleasePropReactions as WebhookReleaseReleasedPropReleasePropReactions,
4306
- )
4307
- from githubkit.versions.v2022_11_28.models import (
4308
- WebhookReleaseUnpublishedPropReleasePropAuthor as WebhookReleaseUnpublishedPropReleasePropAuthor,
4243
+ WebhookRepositoryEditedPropChangesPropHomepage as WebhookRepositoryEditedPropChangesPropHomepage,
4309
4244
  )
4310
4245
  from githubkit.versions.v2022_11_28.models import (
4311
- WebhookRepositoryEditedPropChangesPropHomepage as WebhookRepositoryEditedPropChangesPropHomepage,
4246
+ WebhookStatusPropCommitPropCommitPropCommitter as WebhookStatusPropCommitPropCommitPropCommitter,
4312
4247
  )
4313
4248
  from githubkit.versions.v2022_11_28.models import (
4314
- WebhookSponsorshipPendingTierChangePropChanges as WebhookSponsorshipPendingTierChangePropChanges,
4249
+ WebhookTeamEditedPropRepositoryPropPermissions as WebhookTeamEditedPropRepositoryPropPermissions,
4315
4250
  )
4316
4251
  from githubkit.versions.v2022_11_28.models import (
4317
- WebhookStatusPropCommitPropCommitPropCommitter as WebhookStatusPropCommitPropCommitPropCommitter,
4252
+ WebhookTeamRemovedFromRepositoryPropRepository as WebhookTeamRemovedFromRepositoryPropRepository,
4318
4253
  )
4319
4254
  from githubkit.versions.v2022_11_28.models import (
4320
- WebhookTeamAddedToRepositoryPropTeamPropParent as WebhookTeamAddedToRepositoryPropTeamPropParent,
4255
+ WebhooksPreviousMarketplacePurchasePropAccount as WebhooksPreviousMarketplacePurchasePropAccount,
4321
4256
  )
4322
4257
  from githubkit.versions.v2022_11_28.models import (
4323
- WebhookTeamEditedPropRepositoryPropPermissions as WebhookTeamEditedPropRepositoryPropPermissions,
4258
+ WebhooksPullRequest5PropAutoMergePropEnabledBy as WebhooksPullRequest5PropAutoMergePropEnabledBy,
4324
4259
  )
4325
4260
  from githubkit.versions.v2022_11_28.models import (
4326
- WebhookTeamRemovedFromRepositoryPropRepository as WebhookTeamRemovedFromRepositoryPropRepository,
4261
+ WebhooksPullRequest5PropLinksPropReviewComment as WebhooksPullRequest5PropLinksPropReviewComment,
4327
4262
  )
4328
4263
  from githubkit.versions.v2022_11_28.models import (
4329
4264
  DependencyGraphSpdxSbomPropSbomPropCreationInfo as DependencyGraphSpdxSbomPropSbomPropCreationInfo,
@@ -4379,15 +4314,6 @@ if TYPE_CHECKING:
4379
4314
  from githubkit.versions.v2022_11_28.models import (
4380
4315
  WebhookForkPropForkeeAllof0PropCustomProperties as WebhookForkPropForkeeAllof0PropCustomProperties,
4381
4316
  )
4382
- from githubkit.versions.v2022_11_28.models import (
4383
- WebhookInstallationCreatedPropRepositoriesItems as WebhookInstallationCreatedPropRepositoriesItems,
4384
- )
4385
- from githubkit.versions.v2022_11_28.models import (
4386
- WebhookInstallationDeletedPropRepositoriesItems as WebhookInstallationDeletedPropRepositoriesItems,
4387
- )
4388
- from githubkit.versions.v2022_11_28.models import (
4389
- WebhookInstallationSuspendPropRepositoriesItems as WebhookInstallationSuspendPropRepositoriesItems,
4390
- )
4391
4317
  from githubkit.versions.v2022_11_28.models import (
4392
4318
  WebhookIssuesClosedPropIssueAllof0PropMilestone as WebhookIssuesClosedPropIssueAllof0PropMilestone,
4393
4319
  )
@@ -4419,28 +4345,13 @@ if TYPE_CHECKING:
4419
4345
  WebhookIssuesMilestonedPropIssuePropPullRequest as WebhookIssuesMilestonedPropIssuePropPullRequest,
4420
4346
  )
4421
4347
  from githubkit.versions.v2022_11_28.models import (
4422
- WebhookIssuesMilestonedPropMilestonePropCreator as WebhookIssuesMilestonedPropMilestonePropCreator,
4423
- )
4424
- from githubkit.versions.v2022_11_28.models import (
4425
- WebhookIssuesOpenedPropChangesPropOldRepository as WebhookIssuesOpenedPropChangesPropOldRepository,
4426
- )
4427
- from githubkit.versions.v2022_11_28.models import (
4428
- WebhookIssuesTransferredPropChangesPropNewIssue as WebhookIssuesTransferredPropChangesPropNewIssue,
4429
- )
4430
- from githubkit.versions.v2022_11_28.models import (
4431
- WebhookIssuesUnassignedPropIssuePropLabelsItems as WebhookIssuesUnassignedPropIssuePropLabelsItems,
4432
- )
4433
- from githubkit.versions.v2022_11_28.models import (
4434
- WebhookIssuesUnassignedPropIssuePropPullRequest as WebhookIssuesUnassignedPropIssuePropPullRequest,
4435
- )
4436
- from githubkit.versions.v2022_11_28.models import (
4437
- WebhookMemberEditedPropChangesPropOldPermission as WebhookMemberEditedPropChangesPropOldPermission,
4348
+ WebhookIssuesOpenedPropChangesPropOldRepository as WebhookIssuesOpenedPropChangesPropOldRepository,
4438
4349
  )
4439
4350
  from githubkit.versions.v2022_11_28.models import (
4440
- WebhookMilestoneCreatedPropMilestonePropCreator as WebhookMilestoneCreatedPropMilestonePropCreator,
4351
+ WebhookIssuesTransferredPropChangesPropNewIssue as WebhookIssuesTransferredPropChangesPropNewIssue,
4441
4352
  )
4442
4353
  from githubkit.versions.v2022_11_28.models import (
4443
- WebhookMilestoneDeletedPropMilestonePropCreator as WebhookMilestoneDeletedPropMilestonePropCreator,
4354
+ WebhookMemberEditedPropChangesPropOldPermission as WebhookMemberEditedPropChangesPropOldPermission,
4444
4355
  )
4445
4356
  from githubkit.versions.v2022_11_28.models import (
4446
4357
  WebhookPullRequestLockedPropPullRequestPropBase as WebhookPullRequestLockedPropPullRequestPropBase,
@@ -4452,22 +4363,22 @@ if TYPE_CHECKING:
4452
4363
  WebhookPullRequestLockedPropPullRequestPropUser as WebhookPullRequestLockedPropPullRequestPropUser,
4453
4364
  )
4454
4365
  from githubkit.versions.v2022_11_28.models import (
4455
- WebhookReleaseCreatedPropReleasePropAssetsItems as WebhookReleaseCreatedPropReleasePropAssetsItems,
4366
+ WebhookTeamCreatedPropRepositoryPropPermissions as WebhookTeamCreatedPropRepositoryPropPermissions,
4456
4367
  )
4457
4368
  from githubkit.versions.v2022_11_28.models import (
4458
- WebhookReleaseDeletedPropReleasePropAssetsItems as WebhookReleaseDeletedPropReleasePropAssetsItems,
4369
+ WebhookTeamDeletedPropRepositoryPropPermissions as WebhookTeamDeletedPropRepositoryPropPermissions,
4459
4370
  )
4460
4371
  from githubkit.versions.v2022_11_28.models import (
4461
- WebhookReleasePublishedPropReleasePropReactions as WebhookReleasePublishedPropReleasePropReactions,
4372
+ WebhooksIssuePropPerformedViaGithubAppPropOwner as WebhooksIssuePropPerformedViaGithubAppPropOwner,
4462
4373
  )
4463
4374
  from githubkit.versions.v2022_11_28.models import (
4464
- WebhookSponsorshipEditedPropSponsorshipPropTier as WebhookSponsorshipEditedPropSponsorshipPropTier,
4375
+ WebhooksPullRequest5PropBasePropRepoPropLicense as WebhooksPullRequest5PropBasePropRepoPropLicense,
4465
4376
  )
4466
4377
  from githubkit.versions.v2022_11_28.models import (
4467
- WebhookTeamCreatedPropRepositoryPropPermissions as WebhookTeamCreatedPropRepositoryPropPermissions,
4378
+ WebhooksPullRequest5PropHeadPropRepoPropLicense as WebhooksPullRequest5PropHeadPropRepoPropLicense,
4468
4379
  )
4469
4380
  from githubkit.versions.v2022_11_28.models import (
4470
- WebhookTeamDeletedPropRepositoryPropPermissions as WebhookTeamDeletedPropRepositoryPropPermissions,
4381
+ WebhooksPullRequest5PropLinksPropReviewComments as WebhooksPullRequest5PropLinksPropReviewComments,
4471
4382
  )
4472
4383
  from githubkit.versions.v2022_11_28.models import (
4473
4384
  AppManifestsCodeConversionsPostResponse201Allof1 as AppManifestsCodeConversionsPostResponse201Allof1,
@@ -4553,48 +4464,24 @@ if TYPE_CHECKING:
4553
4464
  from githubkit.versions.v2022_11_28.models import (
4554
4465
  WebhookDeploymentCreatedPropWorkflowRunPropActor as WebhookDeploymentCreatedPropWorkflowRunPropActor,
4555
4466
  )
4556
- from githubkit.versions.v2022_11_28.models import (
4557
- WebhookDiscussionAnsweredPropAnswerPropReactions as WebhookDiscussionAnsweredPropAnswerPropReactions,
4558
- )
4559
- from githubkit.versions.v2022_11_28.models import (
4560
- WebhookDiscussionUnansweredPropOldAnswerPropUser as WebhookDiscussionUnansweredPropOldAnswerPropUser,
4561
- )
4562
4467
  from githubkit.versions.v2022_11_28.models import (
4563
4468
  WebhookIssueCommentEditedPropIssueAllof0PropUser as WebhookIssueCommentEditedPropIssueAllof0PropUser,
4564
4469
  )
4565
4470
  from githubkit.versions.v2022_11_28.models import (
4566
4471
  WebhookIssueCommentEditedPropIssueAllof1PropUser as WebhookIssueCommentEditedPropIssueAllof1PropUser,
4567
4472
  )
4568
- from githubkit.versions.v2022_11_28.models import (
4569
- WebhookIssuesAssignedPropIssuePropAssigneesItems as WebhookIssuesAssignedPropIssuePropAssigneesItems,
4570
- )
4571
4473
  from githubkit.versions.v2022_11_28.models import (
4572
4474
  WebhookIssuesReopenedPropIssuePropAssigneesItems as WebhookIssuesReopenedPropIssuePropAssigneesItems,
4573
4475
  )
4574
- from githubkit.versions.v2022_11_28.models import (
4575
- WebhookIssuesTransferredPropIssuePropLabelsItems as WebhookIssuesTransferredPropIssuePropLabelsItems,
4576
- )
4577
- from githubkit.versions.v2022_11_28.models import (
4578
- WebhookIssuesTransferredPropIssuePropPullRequest as WebhookIssuesTransferredPropIssuePropPullRequest,
4579
- )
4580
4476
  from githubkit.versions.v2022_11_28.models import (
4581
4477
  WebhookIssuesUnlockedPropIssuePropAssigneesItems as WebhookIssuesUnlockedPropIssuePropAssigneesItems,
4582
4478
  )
4583
- from githubkit.versions.v2022_11_28.models import (
4584
- WebhookIssuesUnpinnedPropIssuePropAssigneesItems as WebhookIssuesUnpinnedPropIssuePropAssigneesItems,
4585
- )
4586
4479
  from githubkit.versions.v2022_11_28.models import (
4587
4480
  WebhookMarketplacePurchasePendingChangeCancelled as WebhookMarketplacePurchasePendingChangeCancelled,
4588
4481
  )
4589
4482
  from githubkit.versions.v2022_11_28.models import (
4590
4483
  WebhookMilestoneEditedPropChangesPropDescription as WebhookMilestoneEditedPropChangesPropDescription,
4591
4484
  )
4592
- from githubkit.versions.v2022_11_28.models import (
4593
- WebhookOrganizationDeletedPropMembershipPropUser as WebhookOrganizationDeletedPropMembershipPropUser,
4594
- )
4595
- from githubkit.versions.v2022_11_28.models import (
4596
- WebhookOrganizationRenamedPropMembershipPropUser as WebhookOrganizationRenamedPropMembershipPropUser,
4597
- )
4598
4485
  from githubkit.versions.v2022_11_28.models import (
4599
4486
  WebhookPullRequestLabeledPropPullRequestPropBase as WebhookPullRequestLabeledPropPullRequestPropBase,
4600
4487
  )
@@ -4607,18 +4494,9 @@ if TYPE_CHECKING:
4607
4494
  from githubkit.versions.v2022_11_28.models import (
4608
4495
  WebhookPullRequestLockedPropPullRequestPropLinks as WebhookPullRequestLockedPropPullRequestPropLinks,
4609
4496
  )
4610
- from githubkit.versions.v2022_11_28.models import (
4611
- WebhookPullRequestReviewCommentEditedPropChanges as WebhookPullRequestReviewCommentEditedPropChanges,
4612
- )
4613
- from githubkit.versions.v2022_11_28.models import (
4614
- WebhookPullRequestReviewCommentEditedPropComment as WebhookPullRequestReviewCommentEditedPropComment,
4615
- )
4616
4497
  from githubkit.versions.v2022_11_28.models import (
4617
4498
  WebhookPullRequestReviewDismissedPropPullRequest as WebhookPullRequestReviewDismissedPropPullRequest,
4618
4499
  )
4619
- from githubkit.versions.v2022_11_28.models import (
4620
- WebhookPullRequestReviewEditedPropReviewPropUser as WebhookPullRequestReviewEditedPropReviewPropUser,
4621
- )
4622
4500
  from githubkit.versions.v2022_11_28.models import (
4623
4501
  WebhookPullRequestReviewSubmittedPropPullRequest as WebhookPullRequestReviewSubmittedPropPullRequest,
4624
4502
  )
@@ -4628,9 +4506,6 @@ if TYPE_CHECKING:
4628
4506
  from githubkit.versions.v2022_11_28.models import (
4629
4507
  WebhookRegistryPackageUpdatedPropRegistryPackage as WebhookRegistryPackageUpdatedPropRegistryPackage,
4630
4508
  )
4631
- from githubkit.versions.v2022_11_28.models import (
4632
- WebhookReleaseReleasedPropReleasePropAssetsItems as WebhookReleaseReleasedPropReleasePropAssetsItems,
4633
- )
4634
4509
  from githubkit.versions.v2022_11_28.models import (
4635
4510
  WebhookRepositoryDispatchSamplePropClientPayload as WebhookRepositoryDispatchSamplePropClientPayload,
4636
4511
  )
@@ -4638,16 +4513,16 @@ if TYPE_CHECKING:
4638
4513
  WebhookRepositoryTransferredPropChangesPropOwner as WebhookRepositoryTransferredPropChangesPropOwner,
4639
4514
  )
4640
4515
  from githubkit.versions.v2022_11_28.models import (
4641
- WebhookSponsorshipCreatedPropSponsorshipPropTier as WebhookSponsorshipCreatedPropSponsorshipPropTier,
4516
+ WebhookWorkflowJobCompletedPropWorkflowJobAllof0 as WebhookWorkflowJobCompletedPropWorkflowJobAllof0,
4642
4517
  )
4643
4518
  from githubkit.versions.v2022_11_28.models import (
4644
- WebhookSponsorshipTierChangedPropChangesPropTier as WebhookSponsorshipTierChangedPropChangesPropTier,
4519
+ WebhookWorkflowJobCompletedPropWorkflowJobAllof1 as WebhookWorkflowJobCompletedPropWorkflowJobAllof1,
4645
4520
  )
4646
4521
  from githubkit.versions.v2022_11_28.models import (
4647
- WebhookWorkflowJobCompletedPropWorkflowJobAllof0 as WebhookWorkflowJobCompletedPropWorkflowJobAllof0,
4522
+ WebhooksIssue2PropPerformedViaGithubAppPropOwner as WebhooksIssue2PropPerformedViaGithubAppPropOwner,
4648
4523
  )
4649
4524
  from githubkit.versions.v2022_11_28.models import (
4650
- WebhookWorkflowJobCompletedPropWorkflowJobAllof1 as WebhookWorkflowJobCompletedPropWorkflowJobAllof1,
4525
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItems as WebhooksSecurityAdvisoryPropVulnerabilitiesItems,
4651
4526
  )
4652
4527
  from githubkit.versions.v2022_11_28.models import (
4653
4528
  CodespaceWithFullRepositoryPropRuntimeConstraints as CodespaceWithFullRepositoryPropRuntimeConstraints,
@@ -4718,30 +4593,9 @@ if TYPE_CHECKING:
4718
4593
  from githubkit.versions.v2022_11_28.models import (
4719
4594
  WebhookDeploymentCreatedPropDeploymentPropCreator as WebhookDeploymentCreatedPropDeploymentPropCreator,
4720
4595
  )
4721
- from githubkit.versions.v2022_11_28.models import (
4722
- WebhookDeploymentReviewApprovedPropReviewersItems as WebhookDeploymentReviewApprovedPropReviewersItems,
4723
- )
4724
- from githubkit.versions.v2022_11_28.models import (
4725
- WebhookDeploymentReviewApprovedPropWorkflowJobRun as WebhookDeploymentReviewApprovedPropWorkflowJobRun,
4726
- )
4727
- from githubkit.versions.v2022_11_28.models import (
4728
- WebhookDeploymentReviewRejectedPropReviewersItems as WebhookDeploymentReviewRejectedPropReviewersItems,
4729
- )
4730
- from githubkit.versions.v2022_11_28.models import (
4731
- WebhookDeploymentReviewRejectedPropWorkflowJobRun as WebhookDeploymentReviewRejectedPropWorkflowJobRun,
4732
- )
4733
4596
  from githubkit.versions.v2022_11_28.models import (
4734
4597
  WebhookDiscussionCommentEditedPropChangesPropBody as WebhookDiscussionCommentEditedPropChangesPropBody,
4735
4598
  )
4736
- from githubkit.versions.v2022_11_28.models import (
4737
- WebhookDiscussionCommentEditedPropCommentPropUser as WebhookDiscussionCommentEditedPropCommentPropUser,
4738
- )
4739
- from githubkit.versions.v2022_11_28.models import (
4740
- WebhookInstallationRepositoriesAddedPropRequester as WebhookInstallationRepositoriesAddedPropRequester,
4741
- )
4742
- from githubkit.versions.v2022_11_28.models import (
4743
- WebhookInstallationUnsuspendPropRepositoriesItems as WebhookInstallationUnsuspendPropRepositoriesItems,
4744
- )
4745
4599
  from githubkit.versions.v2022_11_28.models import (
4746
4600
  WebhookIssueCommentCreatedPropIssueAllof0PropUser as WebhookIssueCommentCreatedPropIssueAllof0PropUser,
4747
4601
  )
@@ -4754,9 +4608,6 @@ if TYPE_CHECKING:
4754
4608
  from githubkit.versions.v2022_11_28.models import (
4755
4609
  WebhookIssueCommentDeletedPropIssueAllof1PropUser as WebhookIssueCommentDeletedPropIssueAllof1PropUser,
4756
4610
  )
4757
- from githubkit.versions.v2022_11_28.models import (
4758
- WebhookIssueCommentEditedPropCommentPropReactions as WebhookIssueCommentEditedPropCommentPropReactions,
4759
- )
4760
4611
  from githubkit.versions.v2022_11_28.models import (
4761
4612
  WebhookIssueCommentEditedPropIssueMergedAssignees as WebhookIssueCommentEditedPropIssueMergedAssignees,
4762
4613
  )
@@ -4781,12 +4632,6 @@ if TYPE_CHECKING:
4781
4632
  from githubkit.versions.v2022_11_28.models import (
4782
4633
  WebhookIssuesDemilestonedPropIssuePropPullRequest as WebhookIssuesDemilestonedPropIssuePropPullRequest,
4783
4634
  )
4784
- from githubkit.versions.v2022_11_28.models import (
4785
- WebhookIssuesDemilestonedPropMilestonePropCreator as WebhookIssuesDemilestonedPropMilestonePropCreator,
4786
- )
4787
- from githubkit.versions.v2022_11_28.models import (
4788
- WebhookIssuesUnlabeledPropIssuePropAssigneesItems as WebhookIssuesUnlabeledPropIssuePropAssigneesItems,
4789
- )
4790
4635
  from githubkit.versions.v2022_11_28.models import (
4791
4636
  WebhookPullRequestAssignedPropPullRequestPropBase as WebhookPullRequestAssignedPropPullRequestPropBase,
4792
4637
  )
@@ -4823,15 +4668,9 @@ if TYPE_CHECKING:
4823
4668
  from githubkit.versions.v2022_11_28.models import (
4824
4669
  WebhookPullRequestReviewCommentCreatedPropComment as WebhookPullRequestReviewCommentCreatedPropComment,
4825
4670
  )
4826
- from githubkit.versions.v2022_11_28.models import (
4827
- WebhookPullRequestReviewCommentDeletedPropComment as WebhookPullRequestReviewCommentDeletedPropComment,
4828
- )
4829
4671
  from githubkit.versions.v2022_11_28.models import (
4830
4672
  WebhookPullRequestReviewEditedPropChangesPropBody as WebhookPullRequestReviewEditedPropChangesPropBody,
4831
4673
  )
4832
- from githubkit.versions.v2022_11_28.models import (
4833
- WebhookPullRequestReviewEditedPropReviewPropLinks as WebhookPullRequestReviewEditedPropReviewPropLinks,
4834
- )
4835
4674
  from githubkit.versions.v2022_11_28.models import (
4836
4675
  WebhookPullRequestUnlockedPropPullRequestPropBase as WebhookPullRequestUnlockedPropPullRequestPropBase,
4837
4676
  )
@@ -4844,12 +4683,6 @@ if TYPE_CHECKING:
4844
4683
  from githubkit.versions.v2022_11_28.models import (
4845
4684
  WebhookReleasePrereleasedPropReleasePropReactions as WebhookReleasePrereleasedPropReleasePropReactions,
4846
4685
  )
4847
- from githubkit.versions.v2022_11_28.models import (
4848
- WebhookReleasePublishedPropReleasePropAssetsItems as WebhookReleasePublishedPropReleasePropAssetsItems,
4849
- )
4850
- from githubkit.versions.v2022_11_28.models import (
4851
- WebhookReleaseUnpublishedPropReleasePropReactions as WebhookReleaseUnpublishedPropReleasePropReactions,
4852
- )
4853
4686
  from githubkit.versions.v2022_11_28.models import (
4854
4687
  WebhookRepositoryEditedPropChangesPropDescription as WebhookRepositoryEditedPropChangesPropDescription,
4855
4688
  )
@@ -4883,6 +4716,9 @@ if TYPE_CHECKING:
4883
4716
  from githubkit.versions.v2022_11_28.models import (
4884
4717
  BranchProtectionPropRequiredConversationResolution as BranchProtectionPropRequiredConversationResolution,
4885
4718
  )
4719
+ from githubkit.versions.v2022_11_28.models import (
4720
+ CodeScanningVariantAnalysisPropSkippedRepositories as CodeScanningVariantAnalysisPropSkippedRepositories,
4721
+ )
4886
4722
  from githubkit.versions.v2022_11_28.models import (
4887
4723
  DependabotAlertSecurityAdvisoryPropReferencesItems as DependabotAlertSecurityAdvisoryPropReferencesItems,
4888
4724
  )
@@ -4925,12 +4761,6 @@ if TYPE_CHECKING:
4925
4761
  from githubkit.versions.v2022_11_28.models import (
4926
4762
  WebhookDeploymentStatusCreatedPropDeploymentStatus as WebhookDeploymentStatusCreatedPropDeploymentStatus,
4927
4763
  )
4928
- from githubkit.versions.v2022_11_28.models import (
4929
- WebhookDiscussionCommentCreatedPropCommentPropUser as WebhookDiscussionCommentCreatedPropCommentPropUser,
4930
- )
4931
- from githubkit.versions.v2022_11_28.models import (
4932
- WebhookDiscussionCommentDeletedPropCommentPropUser as WebhookDiscussionCommentDeletedPropCommentPropUser,
4933
- )
4934
4764
  from githubkit.versions.v2022_11_28.models import (
4935
4765
  WebhookIssueCommentCreatedPropCommentPropReactions as WebhookIssueCommentCreatedPropCommentPropReactions,
4936
4766
  )
@@ -4943,9 +4773,6 @@ if TYPE_CHECKING:
4943
4773
  from githubkit.versions.v2022_11_28.models import (
4944
4774
  WebhookIssueCommentCreatedPropIssueMergedReactions as WebhookIssueCommentCreatedPropIssueMergedReactions,
4945
4775
  )
4946
- from githubkit.versions.v2022_11_28.models import (
4947
- WebhookIssueCommentDeletedPropCommentPropReactions as WebhookIssueCommentDeletedPropCommentPropReactions,
4948
- )
4949
4776
  from githubkit.versions.v2022_11_28.models import (
4950
4777
  WebhookIssueCommentDeletedPropIssueMergedAssignees as WebhookIssueCommentDeletedPropIssueMergedAssignees,
4951
4778
  )
@@ -4961,15 +4788,9 @@ if TYPE_CHECKING:
4961
4788
  from githubkit.versions.v2022_11_28.models import (
4962
4789
  WebhookIssuesOpenedPropChangesPropOldIssuePropUser as WebhookIssuesOpenedPropChangesPropOldIssuePropUser,
4963
4790
  )
4964
- from githubkit.versions.v2022_11_28.models import (
4965
- WebhookIssuesUnassignedPropIssuePropAssigneesItems as WebhookIssuesUnassignedPropIssuePropAssigneesItems,
4966
- )
4967
4791
  from githubkit.versions.v2022_11_28.models import (
4968
4792
  WebhookPackageUpdatedPropPackagePropPackageVersion as WebhookPackageUpdatedPropPackagePropPackageVersion,
4969
4793
  )
4970
- from githubkit.versions.v2022_11_28.models import (
4971
- WebhookProjectCardEditedPropProjectCardPropCreator as WebhookProjectCardEditedPropProjectCardPropCreator,
4972
- )
4973
4794
  from githubkit.versions.v2022_11_28.models import (
4974
4795
  WebhookProjectsV2ProjectEditedPropChangesPropTitle as WebhookProjectsV2ProjectEditedPropChangesPropTitle,
4975
4796
  )
@@ -5012,27 +4833,6 @@ if TYPE_CHECKING:
5012
4833
  from githubkit.versions.v2022_11_28.models import (
5013
4834
  WebhookRepositoryRulesetEditedPropChangesPropRules as WebhookRepositoryRulesetEditedPropChangesPropRules,
5014
4835
  )
5015
- from githubkit.versions.v2022_11_28.models import (
5016
- WebhookRepositoryVulnerabilityAlertCreatePropAlert as WebhookRepositoryVulnerabilityAlertCreatePropAlert,
5017
- )
5018
- from githubkit.versions.v2022_11_28.models import (
5019
- WebhookRepositoryVulnerabilityAlertReopenPropAlert as WebhookRepositoryVulnerabilityAlertReopenPropAlert,
5020
- )
5021
- from githubkit.versions.v2022_11_28.models import (
5022
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisory as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisory,
5023
- )
5024
- from githubkit.versions.v2022_11_28.models import (
5025
- WebhookSponsorshipCancelledPropSponsorshipPropTier as WebhookSponsorshipCancelledPropSponsorshipPropTier,
5026
- )
5027
- from githubkit.versions.v2022_11_28.models import (
5028
- WebhookSponsorshipEditedPropSponsorshipPropSponsor as WebhookSponsorshipEditedPropSponsorshipPropSponsor,
5029
- )
5030
- from githubkit.versions.v2022_11_28.models import (
5031
- WebhookSponsorshipPendingTierChangePropSponsorship as WebhookSponsorshipPendingTierChangePropSponsorship,
5032
- )
5033
- from githubkit.versions.v2022_11_28.models import (
5034
- WebhookTeamRemovedFromRepositoryPropTeamPropParent as WebhookTeamRemovedFromRepositoryPropTeamPropParent,
5035
- )
5036
4836
  from githubkit.versions.v2022_11_28.models import (
5037
4837
  BranchRestrictionPolicyPropAppsItemsPropPermissions as BranchRestrictionPolicyPropAppsItemsPropPermissions,
5038
4838
  )
@@ -5075,18 +4875,9 @@ if TYPE_CHECKING:
5075
4875
  from githubkit.versions.v2022_11_28.models import (
5076
4876
  WebhookCommitCommentCreatedPropCommentPropReactions as WebhookCommitCommentCreatedPropCommentPropReactions,
5077
4877
  )
5078
- from githubkit.versions.v2022_11_28.models import (
5079
- WebhookInstallationRepositoriesRemovedPropRequester as WebhookInstallationRepositoriesRemovedPropRequester,
5080
- )
5081
4878
  from githubkit.versions.v2022_11_28.models import (
5082
4879
  WebhookInstallationTargetRenamedPropChangesPropSlug as WebhookInstallationTargetRenamedPropChangesPropSlug,
5083
4880
  )
5084
- from githubkit.versions.v2022_11_28.models import (
5085
- WebhookIssuesTransferredPropIssuePropAssigneesItems as WebhookIssuesTransferredPropIssuePropAssigneesItems,
5086
- )
5087
- from githubkit.versions.v2022_11_28.models import (
5088
- WebhookProjectCardCreatedPropProjectCardPropCreator as WebhookProjectCardCreatedPropProjectCardPropCreator,
5089
- )
5090
4881
  from githubkit.versions.v2022_11_28.models import (
5091
4882
  WebhookProjectCardDeletedPropProjectCardPropCreator as WebhookProjectCardDeletedPropProjectCardPropCreator,
5092
4883
  )
@@ -5102,21 +4893,9 @@ if TYPE_CHECKING:
5102
4893
  from githubkit.versions.v2022_11_28.models import (
5103
4894
  WebhookPullRequestLockedPropPullRequestPropMergedBy as WebhookPullRequestLockedPropPullRequestPropMergedBy,
5104
4895
  )
5105
- from githubkit.versions.v2022_11_28.models import (
5106
- WebhookPullRequestMilestonedPropPullRequestPropBase as WebhookPullRequestMilestonedPropPullRequestPropBase,
5107
- )
5108
- from githubkit.versions.v2022_11_28.models import (
5109
- WebhookPullRequestMilestonedPropPullRequestPropHead as WebhookPullRequestMilestonedPropPullRequestPropHead,
5110
- )
5111
- from githubkit.versions.v2022_11_28.models import (
5112
- WebhookPullRequestMilestonedPropPullRequestPropUser as WebhookPullRequestMilestonedPropPullRequestPropUser,
5113
- )
5114
4896
  from githubkit.versions.v2022_11_28.models import (
5115
4897
  WebhookPullRequestReviewDismissedPropReviewPropUser as WebhookPullRequestReviewDismissedPropReviewPropUser,
5116
4898
  )
5117
- from githubkit.versions.v2022_11_28.models import (
5118
- WebhookPullRequestReviewSubmittedPropReviewPropUser as WebhookPullRequestReviewSubmittedPropReviewPropUser,
5119
- )
5120
4899
  from githubkit.versions.v2022_11_28.models import (
5121
4900
  WebhookPullRequestUnassignedPropPullRequestPropBase as WebhookPullRequestUnassignedPropPullRequestPropBase,
5122
4901
  )
@@ -5132,9 +4911,6 @@ if TYPE_CHECKING:
5132
4911
  from githubkit.versions.v2022_11_28.models import (
5133
4912
  WebhookReleasePrereleasedPropReleasePropAssetsItems as WebhookReleasePrereleasedPropReleasePropAssetsItems,
5134
4913
  )
5135
- from githubkit.versions.v2022_11_28.models import (
5136
- WebhookReleaseUnpublishedPropReleasePropAssetsItems as WebhookReleaseUnpublishedPropReleasePropAssetsItems,
5137
- )
5138
4914
  from githubkit.versions.v2022_11_28.models import (
5139
4915
  WebhookRepositoryEditedPropChangesPropDefaultBranch as WebhookRepositoryEditedPropChangesPropDefaultBranch,
5140
4916
  )
@@ -5144,9 +4920,6 @@ if TYPE_CHECKING:
5144
4920
  from githubkit.versions.v2022_11_28.models import (
5145
4921
  WebhookRepositoryVulnerabilityAlertResolvePropAlert as WebhookRepositoryVulnerabilityAlertResolvePropAlert,
5146
4922
  )
5147
- from githubkit.versions.v2022_11_28.models import (
5148
- WebhookSponsorshipCreatedPropSponsorshipPropSponsor as WebhookSponsorshipCreatedPropSponsorshipPropSponsor,
5149
- )
5150
4923
  from githubkit.versions.v2022_11_28.models import (
5151
4924
  WebhookSponsorshipEditedPropChangesPropPrivacyLevel as WebhookSponsorshipEditedPropChangesPropPrivacyLevel,
5152
4925
  )
@@ -5165,6 +4938,12 @@ if TYPE_CHECKING:
5165
4938
  from githubkit.versions.v2022_11_28.models import (
5166
4939
  WebhookWorkflowRunRequestedPropWorkflowRunPropActor as WebhookWorkflowRunRequestedPropWorkflowRunPropActor,
5167
4940
  )
4941
+ from githubkit.versions.v2022_11_28.models import (
4942
+ WebhooksPullRequest5PropBasePropRepoPropPermissions as WebhooksPullRequest5PropBasePropRepoPropPermissions,
4943
+ )
4944
+ from githubkit.versions.v2022_11_28.models import (
4945
+ WebhooksPullRequest5PropHeadPropRepoPropPermissions as WebhooksPullRequest5PropHeadPropRepoPropPermissions,
4946
+ )
5168
4947
  from githubkit.versions.v2022_11_28.models import (
5169
4948
  OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200 as OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
5170
4949
  )
@@ -5207,15 +4986,9 @@ if TYPE_CHECKING:
5207
4986
  from githubkit.versions.v2022_11_28.models import (
5208
4987
  WebhookIssuesOpenedPropIssuePropMilestonePropCreator as WebhookIssuesOpenedPropIssuePropMilestonePropCreator,
5209
4988
  )
5210
- from githubkit.versions.v2022_11_28.models import (
5211
- WebhookIssuesPinnedPropIssuePropMilestonePropCreator as WebhookIssuesPinnedPropIssuePropMilestonePropCreator,
5212
- )
5213
4989
  from githubkit.versions.v2022_11_28.models import (
5214
4990
  WebhookIssuesTransferredPropChangesPropNewRepository as WebhookIssuesTransferredPropChangesPropNewRepository,
5215
4991
  )
5216
- from githubkit.versions.v2022_11_28.models import (
5217
- WebhookOrganizationMemberAddedPropMembershipPropUser as WebhookOrganizationMemberAddedPropMembershipPropUser,
5218
- )
5219
4992
  from githubkit.versions.v2022_11_28.models import (
5220
4993
  WebhookPackagePublishedPropPackagePropPackageVersion as WebhookPackagePublishedPropPackagePropPackageVersion,
5221
4994
  )
@@ -5234,18 +5007,12 @@ if TYPE_CHECKING:
5234
5007
  from githubkit.versions.v2022_11_28.models import (
5235
5008
  WebhookPullRequestLockedPropPullRequestPropMilestone as WebhookPullRequestLockedPropPullRequestPropMilestone,
5236
5009
  )
5237
- from githubkit.versions.v2022_11_28.models import (
5238
- WebhookPullRequestMilestonedPropPullRequestPropLinks as WebhookPullRequestMilestonedPropPullRequestPropLinks,
5239
- )
5240
5010
  from githubkit.versions.v2022_11_28.models import (
5241
5011
  WebhookPullRequestReviewCommentEditedPropPullRequest as WebhookPullRequestReviewCommentEditedPropPullRequest,
5242
5012
  )
5243
5013
  from githubkit.versions.v2022_11_28.models import (
5244
5014
  WebhookPullRequestReviewDismissedPropReviewPropLinks as WebhookPullRequestReviewDismissedPropReviewPropLinks,
5245
5015
  )
5246
- from githubkit.versions.v2022_11_28.models import (
5247
- WebhookPullRequestReviewSubmittedPropReviewPropLinks as WebhookPullRequestReviewSubmittedPropReviewPropLinks,
5248
- )
5249
5016
  from githubkit.versions.v2022_11_28.models import (
5250
5017
  WebhookPullRequestSynchronizePropPullRequestPropBase as WebhookPullRequestSynchronizePropPullRequestPropBase,
5251
5018
  )
@@ -5261,18 +5028,9 @@ if TYPE_CHECKING:
5261
5028
  from githubkit.versions.v2022_11_28.models import (
5262
5029
  WebhookSecretScanningAlertLocationCreatedFormEncoded as WebhookSecretScanningAlertLocationCreatedFormEncoded,
5263
5030
  )
5264
- from githubkit.versions.v2022_11_28.models import (
5265
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisory as WebhookSecurityAdvisoryPublishedPropSecurityAdvisory,
5266
- )
5267
5031
  from githubkit.versions.v2022_11_28.models import (
5268
5032
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory,
5269
5033
  )
5270
- from githubkit.versions.v2022_11_28.models import (
5271
- WebhookSponsorshipPendingCancellationPropSponsorship as WebhookSponsorshipPendingCancellationPropSponsorship,
5272
- )
5273
- from githubkit.versions.v2022_11_28.models import (
5274
- WebhookSponsorshipTierChangedPropSponsorshipPropTier as WebhookSponsorshipTierChangedPropSponsorshipPropTier,
5275
- )
5276
5034
  from githubkit.versions.v2022_11_28.models import (
5277
5035
  WebhookStatusPropCommitPropCommitPropCommitterAllof0 as WebhookStatusPropCommitPropCommitPropCommitterAllof0,
5278
5036
  )
@@ -5333,9 +5091,6 @@ if TYPE_CHECKING:
5333
5091
  from githubkit.versions.v2022_11_28.models import (
5334
5092
  WebhookDeploymentCreatedPropWorkflowRunPropRepository as WebhookDeploymentCreatedPropWorkflowRunPropRepository,
5335
5093
  )
5336
- from githubkit.versions.v2022_11_28.models import (
5337
- WebhookDiscussionUnansweredPropOldAnswerPropReactions as WebhookDiscussionUnansweredPropOldAnswerPropReactions,
5338
- )
5339
5094
  from githubkit.versions.v2022_11_28.models import (
5340
5095
  WebhookIssueCommentCreatedPropIssueAllof0PropAssignee as WebhookIssueCommentCreatedPropIssueAllof0PropAssignee,
5341
5096
  )
@@ -5375,27 +5130,12 @@ if TYPE_CHECKING:
5375
5130
  from githubkit.versions.v2022_11_28.models import (
5376
5131
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp as WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp,
5377
5132
  )
5378
- from githubkit.versions.v2022_11_28.models import (
5379
- WebhookIssuesPinnedPropIssuePropPerformedViaGithubApp as WebhookIssuesPinnedPropIssuePropPerformedViaGithubApp,
5380
- )
5381
- from githubkit.versions.v2022_11_28.models import (
5382
- WebhookProjectCardConvertedPropProjectCardPropCreator as WebhookProjectCardConvertedPropProjectCardPropCreator,
5383
- )
5384
5133
  from githubkit.versions.v2022_11_28.models import (
5385
5134
  WebhookPullRequestAssignedPropPullRequestPropAssignee as WebhookPullRequestAssignedPropPullRequestPropAssignee,
5386
5135
  )
5387
5136
  from githubkit.versions.v2022_11_28.models import (
5388
5137
  WebhookPullRequestAssignedPropPullRequestPropMergedBy as WebhookPullRequestAssignedPropPullRequestPropMergedBy,
5389
5138
  )
5390
- from githubkit.versions.v2022_11_28.models import (
5391
- WebhookPullRequestDemilestonedPropPullRequestPropBase as WebhookPullRequestDemilestonedPropPullRequestPropBase,
5392
- )
5393
- from githubkit.versions.v2022_11_28.models import (
5394
- WebhookPullRequestDemilestonedPropPullRequestPropHead as WebhookPullRequestDemilestonedPropPullRequestPropHead,
5395
- )
5396
- from githubkit.versions.v2022_11_28.models import (
5397
- WebhookPullRequestDemilestonedPropPullRequestPropUser as WebhookPullRequestDemilestonedPropPullRequestPropUser,
5398
- )
5399
5139
  from githubkit.versions.v2022_11_28.models import (
5400
5140
  WebhookPullRequestDequeuedPropPullRequestPropAssignee as WebhookPullRequestDequeuedPropPullRequestPropAssignee,
5401
5141
  )
@@ -5442,19 +5182,25 @@ if TYPE_CHECKING:
5442
5182
  WebhookPullRequestUnlockedPropPullRequestPropMergedBy as WebhookPullRequestUnlockedPropPullRequestPropMergedBy,
5443
5183
  )
5444
5184
  from githubkit.versions.v2022_11_28.models import (
5445
- WebhookSponsorshipCancelledPropSponsorshipPropSponsor as WebhookSponsorshipCancelledPropSponsorshipPropSponsor,
5185
+ WebhookTeamAddedToRepositoryPropRepositoryPropLicense as WebhookTeamAddedToRepositoryPropRepositoryPropLicense,
5446
5186
  )
5447
5187
  from githubkit.versions.v2022_11_28.models import (
5448
- WebhookSponsorshipEditedPropSponsorshipPropMaintainer as WebhookSponsorshipEditedPropSponsorshipPropMaintainer,
5188
+ WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps as WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps,
5449
5189
  )
5450
5190
  from githubkit.versions.v2022_11_28.models import (
5451
- WebhookTeamAddedToRepositoryPropRepositoryPropLicense as WebhookTeamAddedToRepositoryPropRepositoryPropLicense,
5191
+ WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems,
5452
5192
  )
5453
5193
  from githubkit.versions.v2022_11_28.models import (
5454
- WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps as WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps,
5194
+ WebhooksIssuePropPerformedViaGithubAppPropPermissions as WebhooksIssuePropPerformedViaGithubAppPropPermissions,
5455
5195
  )
5456
5196
  from githubkit.versions.v2022_11_28.models import (
5457
- WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems,
5197
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof0 as WebhooksPullRequest5PropRequestedReviewersItemsOneof0,
5198
+ )
5199
+ from githubkit.versions.v2022_11_28.models import (
5200
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof1 as WebhooksPullRequest5PropRequestedReviewersItemsOneof1,
5201
+ )
5202
+ from githubkit.versions.v2022_11_28.models import (
5203
+ WebhooksPullRequest5PropRequestedTeamsItemsPropParent as WebhooksPullRequest5PropRequestedTeamsItemsPropParent,
5458
5204
  )
5459
5205
  from githubkit.versions.v2022_11_28.models import (
5460
5206
  WorkflowRunUsagePropBillablePropMacosPropJobRunsItems as WorkflowRunUsagePropBillablePropMacosPropJobRunsItems,
@@ -5489,9 +5235,6 @@ if TYPE_CHECKING:
5489
5235
  from githubkit.versions.v2022_11_28.models import (
5490
5236
  WebhookDeploymentStatusCreatedPropWorkflowRunPropActor as WebhookDeploymentStatusCreatedPropWorkflowRunPropActor,
5491
5237
  )
5492
- from githubkit.versions.v2022_11_28.models import (
5493
- WebhookDiscussionCommentEditedPropCommentPropReactions as WebhookDiscussionCommentEditedPropCommentPropReactions,
5494
- )
5495
5238
  from githubkit.versions.v2022_11_28.models import (
5496
5239
  WebhookIssueCommentCreatedPropIssueAllof0PropMilestone as WebhookIssueCommentCreatedPropIssueAllof0PropMilestone,
5497
5240
  )
@@ -5516,9 +5259,6 @@ if TYPE_CHECKING:
5516
5259
  from githubkit.versions.v2022_11_28.models import (
5517
5260
  WebhookIssueCommentDeletedPropIssueAllof1PropReactions as WebhookIssueCommentDeletedPropIssueAllof1PropReactions,
5518
5261
  )
5519
- from githubkit.versions.v2022_11_28.models import (
5520
- WebhookIssuesAssignedPropIssuePropMilestonePropCreator as WebhookIssuesAssignedPropIssuePropMilestonePropCreator,
5521
- )
5522
5262
  from githubkit.versions.v2022_11_28.models import (
5523
5263
  WebhookIssuesDeletedPropIssuePropPerformedViaGithubApp as WebhookIssuesDeletedPropIssuePropPerformedViaGithubApp,
5524
5264
  )
@@ -5534,27 +5274,12 @@ if TYPE_CHECKING:
5534
5274
  from githubkit.versions.v2022_11_28.models import (
5535
5275
  WebhookIssuesUnlockedPropIssuePropMilestonePropCreator as WebhookIssuesUnlockedPropIssuePropMilestonePropCreator,
5536
5276
  )
5537
- from githubkit.versions.v2022_11_28.models import (
5538
- WebhookIssuesUnpinnedPropIssuePropMilestonePropCreator as WebhookIssuesUnpinnedPropIssuePropMilestonePropCreator,
5539
- )
5540
- from githubkit.versions.v2022_11_28.models import (
5541
- WebhookOrganizationMemberRemovedPropMembershipPropUser as WebhookOrganizationMemberRemovedPropMembershipPropUser,
5542
- )
5543
- from githubkit.versions.v2022_11_28.models import (
5544
- WebhookProjectsV2ItemArchivedPropChangesPropArchivedAt as WebhookProjectsV2ItemArchivedPropChangesPropArchivedAt,
5545
- )
5546
- from githubkit.versions.v2022_11_28.models import (
5547
- WebhookProjectsV2ItemRestoredPropChangesPropArchivedAt as WebhookProjectsV2ItemRestoredPropChangesPropArchivedAt,
5548
- )
5549
5277
  from githubkit.versions.v2022_11_28.models import (
5550
5278
  WebhookPullRequestAssignedPropPullRequestPropAutoMerge as WebhookPullRequestAssignedPropPullRequestPropAutoMerge,
5551
5279
  )
5552
5280
  from githubkit.versions.v2022_11_28.models import (
5553
5281
  WebhookPullRequestAssignedPropPullRequestPropMilestone as WebhookPullRequestAssignedPropPullRequestPropMilestone,
5554
5282
  )
5555
- from githubkit.versions.v2022_11_28.models import (
5556
- WebhookPullRequestDemilestonedPropPullRequestPropLinks as WebhookPullRequestDemilestonedPropPullRequestPropLinks,
5557
- )
5558
5283
  from githubkit.versions.v2022_11_28.models import (
5559
5284
  WebhookPullRequestDequeuedPropPullRequestPropAutoMerge as WebhookPullRequestDequeuedPropPullRequestPropAutoMerge,
5560
5285
  )
@@ -5592,22 +5317,19 @@ if TYPE_CHECKING:
5592
5317
  WebhookPullRequestUnlockedPropPullRequestPropMilestone as WebhookPullRequestUnlockedPropPullRequestPropMilestone,
5593
5318
  )
5594
5319
  from githubkit.versions.v2022_11_28.models import (
5595
- WebhookSponsorshipCreatedPropSponsorshipPropMaintainer as WebhookSponsorshipCreatedPropSponsorshipPropMaintainer,
5596
- )
5597
- from githubkit.versions.v2022_11_28.models import (
5598
- WebhookSponsorshipEditedPropSponsorshipPropSponsorable as WebhookSponsorshipEditedPropSponsorshipPropSponsorable,
5320
+ WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps as WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps,
5599
5321
  )
5600
5322
  from githubkit.versions.v2022_11_28.models import (
5601
- WebhookSponsorshipPendingTierChangePropChangesPropTier as WebhookSponsorshipPendingTierChangePropChangesPropTier,
5323
+ WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems,
5602
5324
  )
5603
5325
  from githubkit.versions.v2022_11_28.models import (
5604
- WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps as WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps,
5326
+ WebhooksIssue2PropPerformedViaGithubAppPropPermissions as WebhooksIssue2PropPerformedViaGithubAppPropPermissions,
5605
5327
  )
5606
5328
  from githubkit.versions.v2022_11_28.models import (
5607
- WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems,
5329
+ WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems,
5608
5330
  )
5609
5331
  from githubkit.versions.v2022_11_28.models import (
5610
- WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems,
5332
+ CodeScanningVariantAnalysisPropScannedRepositoriesItems as CodeScanningVariantAnalysisPropScannedRepositoriesItems,
5611
5333
  )
5612
5334
  from githubkit.versions.v2022_11_28.models import (
5613
5335
  EnterprisesEnterpriseSecretScanningAlertsGetResponse503 as EnterprisesEnterpriseSecretScanningAlertsGetResponse503,
@@ -5654,12 +5376,6 @@ if TYPE_CHECKING:
5654
5376
  from githubkit.versions.v2022_11_28.models import (
5655
5377
  WebhookDiscussionCategoryChangedPropChangesPropCategory as WebhookDiscussionCategoryChangedPropChangesPropCategory,
5656
5378
  )
5657
- from githubkit.versions.v2022_11_28.models import (
5658
- WebhookDiscussionCommentCreatedPropCommentPropReactions as WebhookDiscussionCommentCreatedPropCommentPropReactions,
5659
- )
5660
- from githubkit.versions.v2022_11_28.models import (
5661
- WebhookDiscussionCommentDeletedPropCommentPropReactions as WebhookDiscussionCommentDeletedPropCommentPropReactions,
5662
- )
5663
5379
  from githubkit.versions.v2022_11_28.models import (
5664
5380
  WebhookIssueCommentEditedPropIssueAllof0PropLabelsItems as WebhookIssueCommentEditedPropIssueAllof0PropLabelsItems,
5665
5381
  )
@@ -5669,9 +5385,6 @@ if TYPE_CHECKING:
5669
5385
  from githubkit.versions.v2022_11_28.models import (
5670
5386
  WebhookIssueCommentEditedPropIssueAllof1PropLabelsItems as WebhookIssueCommentEditedPropIssueAllof1PropLabelsItems,
5671
5387
  )
5672
- from githubkit.versions.v2022_11_28.models import (
5673
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubApp as WebhookIssuesAssignedPropIssuePropPerformedViaGithubApp,
5674
- )
5675
5388
  from githubkit.versions.v2022_11_28.models import (
5676
5389
  WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp as WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp,
5677
5390
  )
@@ -5687,15 +5400,9 @@ if TYPE_CHECKING:
5687
5400
  from githubkit.versions.v2022_11_28.models import (
5688
5401
  WebhookIssuesTransferredPropChangesPropNewIssuePropUser as WebhookIssuesTransferredPropChangesPropNewIssuePropUser,
5689
5402
  )
5690
- from githubkit.versions.v2022_11_28.models import (
5691
- WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator,
5692
- )
5693
5403
  from githubkit.versions.v2022_11_28.models import (
5694
5404
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp,
5695
5405
  )
5696
- from githubkit.versions.v2022_11_28.models import (
5697
- WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp,
5698
- )
5699
5406
  from githubkit.versions.v2022_11_28.models import (
5700
5407
  WebhookProjectCardMovedPropProjectCardAllof0PropCreator as WebhookProjectCardMovedPropProjectCardAllof0PropCreator,
5701
5408
  )
@@ -5717,12 +5424,6 @@ if TYPE_CHECKING:
5717
5424
  from githubkit.versions.v2022_11_28.models import (
5718
5425
  WebhookPullRequestLockedPropPullRequestPropHeadPropUser as WebhookPullRequestLockedPropPullRequestPropHeadPropUser,
5719
5426
  )
5720
- from githubkit.versions.v2022_11_28.models import (
5721
- WebhookPullRequestMilestonedPropPullRequestPropAssignee as WebhookPullRequestMilestonedPropPullRequestPropAssignee,
5722
- )
5723
- from githubkit.versions.v2022_11_28.models import (
5724
- WebhookPullRequestMilestonedPropPullRequestPropMergedBy as WebhookPullRequestMilestonedPropPullRequestPropMergedBy,
5725
- )
5726
5427
  from githubkit.versions.v2022_11_28.models import (
5727
5428
  WebhookPullRequestReviewThreadUnresolvedPropPullRequest as WebhookPullRequestReviewThreadUnresolvedPropPullRequest,
5728
5429
  )
@@ -5741,12 +5442,6 @@ if TYPE_CHECKING:
5741
5442
  from githubkit.versions.v2022_11_28.models import (
5742
5443
  WebhookRepositoryRulesetEditedPropChangesPropConditions as WebhookRepositoryRulesetEditedPropChangesPropConditions,
5743
5444
  )
5744
- from githubkit.versions.v2022_11_28.models import (
5745
- WebhookSponsorshipCreatedPropSponsorshipPropSponsorable as WebhookSponsorshipCreatedPropSponsorshipPropSponsorable,
5746
- )
5747
- from githubkit.versions.v2022_11_28.models import (
5748
- WebhookSponsorshipTierChangedPropSponsorshipPropSponsor as WebhookSponsorshipTierChangedPropSponsorshipPropSponsor,
5749
- )
5750
5445
  from githubkit.versions.v2022_11_28.models import (
5751
5446
  WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner as WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner,
5752
5447
  )
@@ -5813,15 +5508,6 @@ if TYPE_CHECKING:
5813
5508
  from githubkit.versions.v2022_11_28.models import (
5814
5509
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner,
5815
5510
  )
5816
- from githubkit.versions.v2022_11_28.models import (
5817
- WebhookIssuesUnassignedPropIssuePropMilestonePropCreator as WebhookIssuesUnassignedPropIssuePropMilestonePropCreator,
5818
- )
5819
- from githubkit.versions.v2022_11_28.models import (
5820
- WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubApp as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubApp,
5821
- )
5822
- from githubkit.versions.v2022_11_28.models import (
5823
- WebhookMarketplacePurchaseChangedPropMarketplacePurchase as WebhookMarketplacePurchaseChangedPropMarketplacePurchase,
5824
- )
5825
5511
  from githubkit.versions.v2022_11_28.models import (
5826
5512
  WebhookProjectsV2ItemConvertedPropChangesPropContentType as WebhookProjectsV2ItemConvertedPropChangesPropContentType,
5827
5513
  )
@@ -5855,18 +5541,6 @@ if TYPE_CHECKING:
5855
5541
  from githubkit.versions.v2022_11_28.models import (
5856
5542
  WebhookPullRequestLockedPropPullRequestPropLinksPropSelf as WebhookPullRequestLockedPropPullRequestPropLinksPropSelf,
5857
5543
  )
5858
- from githubkit.versions.v2022_11_28.models import (
5859
- WebhookPullRequestMilestonedPropPullRequestPropAutoMerge as WebhookPullRequestMilestonedPropPullRequestPropAutoMerge,
5860
- )
5861
- from githubkit.versions.v2022_11_28.models import (
5862
- WebhookPullRequestMilestonedPropPullRequestPropMilestone as WebhookPullRequestMilestonedPropPullRequestPropMilestone,
5863
- )
5864
- from githubkit.versions.v2022_11_28.models import (
5865
- WebhookPullRequestReviewCommentEditedPropChangesPropBody as WebhookPullRequestReviewCommentEditedPropChangesPropBody,
5866
- )
5867
- from githubkit.versions.v2022_11_28.models import (
5868
- WebhookPullRequestReviewCommentEditedPropCommentPropUser as WebhookPullRequestReviewCommentEditedPropCommentPropUser,
5869
- )
5870
5544
  from githubkit.versions.v2022_11_28.models import (
5871
5545
  WebhookPullRequestReviewDismissedPropPullRequestPropBase as WebhookPullRequestReviewDismissedPropPullRequestPropBase,
5872
5546
  )
@@ -5909,12 +5583,6 @@ if TYPE_CHECKING:
5909
5583
  from githubkit.versions.v2022_11_28.models import (
5910
5584
  WebhookRepositoryTransferredPropChangesPropOwnerPropFrom as WebhookRepositoryTransferredPropChangesPropOwnerPropFrom,
5911
5585
  )
5912
- from githubkit.versions.v2022_11_28.models import (
5913
- WebhookSponsorshipCancelledPropSponsorshipPropMaintainer as WebhookSponsorshipCancelledPropSponsorshipPropMaintainer,
5914
- )
5915
- from githubkit.versions.v2022_11_28.models import (
5916
- WebhookSponsorshipTierChangedPropChangesPropTierPropFrom as WebhookSponsorshipTierChangedPropChangesPropTierPropFrom,
5917
- )
5918
5586
  from githubkit.versions.v2022_11_28.models import (
5919
5587
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit,
5920
5588
  )
@@ -5966,12 +5634,6 @@ if TYPE_CHECKING:
5966
5634
  from githubkit.versions.v2022_11_28.models import (
5967
5635
  WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest,
5968
5636
  )
5969
- from githubkit.versions.v2022_11_28.models import (
5970
- WebhookIssuesTransferredPropIssuePropMilestonePropCreator as WebhookIssuesTransferredPropIssuePropMilestonePropCreator,
5971
- )
5972
- from githubkit.versions.v2022_11_28.models import (
5973
- WebhookIssuesUnassignedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubApp,
5974
- )
5975
5637
  from githubkit.versions.v2022_11_28.models import (
5976
5638
  WebhookOrganizationMemberInvitedPropInvitationPropInviter as WebhookOrganizationMemberInvitedPropInvitationPropInviter,
5977
5639
  )
@@ -5996,12 +5658,6 @@ if TYPE_CHECKING:
5996
5658
  from githubkit.versions.v2022_11_28.models import (
5997
5659
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropUser as WebhookPullRequestAutoMergeEnabledPropPullRequestPropUser,
5998
5660
  )
5999
- from githubkit.versions.v2022_11_28.models import (
6000
- WebhookPullRequestDemilestonedPropPullRequestPropAssignee as WebhookPullRequestDemilestonedPropPullRequestPropAssignee,
6001
- )
6002
- from githubkit.versions.v2022_11_28.models import (
6003
- WebhookPullRequestDemilestonedPropPullRequestPropMergedBy as WebhookPullRequestDemilestonedPropPullRequestPropMergedBy,
6004
- )
6005
5661
  from githubkit.versions.v2022_11_28.models import (
6006
5662
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepo as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepo,
6007
5663
  )
@@ -6041,21 +5697,12 @@ if TYPE_CHECKING:
6041
5697
  from githubkit.versions.v2022_11_28.models import (
6042
5698
  WebhookPullRequestReviewCommentCreatedPropCommentPropUser as WebhookPullRequestReviewCommentCreatedPropCommentPropUser,
6043
5699
  )
6044
- from githubkit.versions.v2022_11_28.models import (
6045
- WebhookPullRequestReviewCommentDeletedPropCommentPropUser as WebhookPullRequestReviewCommentDeletedPropCommentPropUser,
6046
- )
6047
- from githubkit.versions.v2022_11_28.models import (
6048
- WebhookPullRequestReviewCommentEditedPropCommentPropLinks as WebhookPullRequestReviewCommentEditedPropCommentPropLinks,
6049
- )
6050
5700
  from githubkit.versions.v2022_11_28.models import (
6051
5701
  WebhookPullRequestReviewDismissedPropPullRequestPropLinks as WebhookPullRequestReviewDismissedPropPullRequestPropLinks,
6052
5702
  )
6053
5703
  from githubkit.versions.v2022_11_28.models import (
6054
5704
  WebhookPullRequestReviewEditedPropPullRequestPropAssignee as WebhookPullRequestReviewEditedPropPullRequestPropAssignee,
6055
5705
  )
6056
- from githubkit.versions.v2022_11_28.models import (
6057
- WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml as WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml,
6058
- )
6059
5706
  from githubkit.versions.v2022_11_28.models import (
6060
5707
  WebhookPullRequestReviewSubmittedPropPullRequestPropLinks as WebhookPullRequestReviewSubmittedPropPullRequestPropLinks,
6061
5708
  )
@@ -6086,9 +5733,6 @@ if TYPE_CHECKING:
6086
5733
  from githubkit.versions.v2022_11_28.models import (
6087
5734
  WebhookRepositoryRenamedPropChangesPropRepositoryPropName as WebhookRepositoryRenamedPropChangesPropRepositoryPropName,
6088
5735
  )
6089
- from githubkit.versions.v2022_11_28.models import (
6090
- WebhookSponsorshipCancelledPropSponsorshipPropSponsorable as WebhookSponsorshipCancelledPropSponsorshipPropSponsorable,
6091
- )
6092
5736
  from githubkit.versions.v2022_11_28.models import (
6093
5737
  WebhookTeamAddedToRepositoryPropRepositoryPropPermissions as WebhookTeamAddedToRepositoryPropRepositoryPropPermissions,
6094
5738
  )
@@ -6146,15 +5790,6 @@ if TYPE_CHECKING:
6146
5790
  from githubkit.versions.v2022_11_28.models import (
6147
5791
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense,
6148
5792
  )
6149
- from githubkit.versions.v2022_11_28.models import (
6150
- WebhookIssuesTransferredPropIssuePropPerformedViaGithubApp as WebhookIssuesTransferredPropIssuePropPerformedViaGithubApp,
6151
- )
6152
- from githubkit.versions.v2022_11_28.models import (
6153
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchase as WebhookMarketplacePurchaseCancelledPropMarketplacePurchase,
6154
- )
6155
- from githubkit.versions.v2022_11_28.models import (
6156
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchase as WebhookMarketplacePurchasePurchasedPropMarketplacePurchase,
6157
- )
6158
5793
  from githubkit.versions.v2022_11_28.models import (
6159
5794
  WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValue as WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValue,
6160
5795
  )
@@ -6176,12 +5811,6 @@ if TYPE_CHECKING:
6176
5811
  from githubkit.versions.v2022_11_28.models import (
6177
5812
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinks as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinks,
6178
5813
  )
6179
- from githubkit.versions.v2022_11_28.models import (
6180
- WebhookPullRequestDemilestonedPropPullRequestPropAutoMerge as WebhookPullRequestDemilestonedPropPullRequestPropAutoMerge,
6181
- )
6182
- from githubkit.versions.v2022_11_28.models import (
6183
- WebhookPullRequestDemilestonedPropPullRequestPropMilestone as WebhookPullRequestDemilestonedPropPullRequestPropMilestone,
6184
- )
6185
5814
  from githubkit.versions.v2022_11_28.models import (
6186
5815
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtml as WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtml,
6187
5816
  )
@@ -6200,15 +5829,9 @@ if TYPE_CHECKING:
6200
5829
  from githubkit.versions.v2022_11_28.models import (
6201
5830
  WebhookPullRequestLabeledPropPullRequestPropLinksPropIssue as WebhookPullRequestLabeledPropPullRequestPropLinksPropIssue,
6202
5831
  )
6203
- from githubkit.versions.v2022_11_28.models import (
6204
- WebhookPullRequestMilestonedPropPullRequestPropLabelsItems as WebhookPullRequestMilestonedPropPullRequestPropLabelsItems,
6205
- )
6206
5832
  from githubkit.versions.v2022_11_28.models import (
6207
5833
  WebhookPullRequestReviewCommentCreatedPropCommentPropLinks as WebhookPullRequestReviewCommentCreatedPropCommentPropLinks,
6208
5834
  )
6209
- from githubkit.versions.v2022_11_28.models import (
6210
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinks as WebhookPullRequestReviewCommentDeletedPropCommentPropLinks,
6211
- )
6212
5835
  from githubkit.versions.v2022_11_28.models import (
6213
5836
  WebhookPullRequestReviewEditedPropPullRequestPropAutoMerge as WebhookPullRequestReviewEditedPropPullRequestPropAutoMerge,
6214
5837
  )
@@ -6236,18 +5859,6 @@ if TYPE_CHECKING:
6236
5859
  from githubkit.versions.v2022_11_28.models import (
6237
5860
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelf as WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelf,
6238
5861
  )
6239
- from githubkit.versions.v2022_11_28.models import (
6240
- WebhookReleaseEditedPropReleasePropAssetsItemsPropUploader as WebhookReleaseEditedPropReleasePropAssetsItemsPropUploader,
6241
- )
6242
- from githubkit.versions.v2022_11_28.models import (
6243
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvss as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvss,
6244
- )
6245
- from githubkit.versions.v2022_11_28.models import (
6246
- WebhookSponsorshipPendingTierChangePropSponsorshipPropTier as WebhookSponsorshipPendingTierChangePropSponsorshipPropTier,
6247
- )
6248
- from githubkit.versions.v2022_11_28.models import (
6249
- WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer as WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer,
6250
- )
6251
5862
  from githubkit.versions.v2022_11_28.models import (
6252
5863
  DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion,
6253
5864
  )
@@ -6314,18 +5925,6 @@ if TYPE_CHECKING:
6314
5925
  from githubkit.versions.v2022_11_28.models import (
6315
5926
  WebhookPullRequestLockedPropPullRequestPropLinksPropCommits as WebhookPullRequestLockedPropPullRequestPropLinksPropCommits,
6316
5927
  )
6317
- from githubkit.versions.v2022_11_28.models import (
6318
- WebhookPullRequestMilestonedPropPullRequestPropBasePropRepo as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepo,
6319
- )
6320
- from githubkit.versions.v2022_11_28.models import (
6321
- WebhookPullRequestMilestonedPropPullRequestPropBasePropUser as WebhookPullRequestMilestonedPropPullRequestPropBasePropUser,
6322
- )
6323
- from githubkit.versions.v2022_11_28.models import (
6324
- WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepo as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepo,
6325
- )
6326
- from githubkit.versions.v2022_11_28.models import (
6327
- WebhookPullRequestMilestonedPropPullRequestPropHeadPropUser as WebhookPullRequestMilestonedPropPullRequestPropHeadPropUser,
6328
- )
6329
5928
  from githubkit.versions.v2022_11_28.models import (
6330
5929
  WebhookPullRequestReviewRequestRemovedOneof0PropPullRequest as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequest,
6331
5930
  )
@@ -6363,13 +5962,7 @@ if TYPE_CHECKING:
6363
5962
  WebhookRegistryPackagePublishedPropRegistryPackagePropOwner as WebhookRegistryPackagePublishedPropRegistryPackagePropOwner,
6364
5963
  )
6365
5964
  from githubkit.versions.v2022_11_28.models import (
6366
- WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploader as WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploader,
6367
- )
6368
- from githubkit.versions.v2022_11_28.models import (
6369
- WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploader as WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploader,
6370
- )
6371
- from githubkit.versions.v2022_11_28.models import (
6372
- WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable,
5965
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
6373
5966
  )
6374
5967
  from githubkit.versions.v2022_11_28.models import (
6375
5968
  OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200 as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
@@ -6416,9 +6009,6 @@ if TYPE_CHECKING:
6416
6009
  from githubkit.versions.v2022_11_28.models import (
6417
6010
  WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor,
6418
6011
  )
6419
- from githubkit.versions.v2022_11_28.models import (
6420
- WebhookPullRequestDemilestonedPropPullRequestPropLabelsItems as WebhookPullRequestDemilestonedPropPullRequestPropLabelsItems,
6421
- )
6422
6012
  from githubkit.versions.v2022_11_28.models import (
6423
6013
  WebhookPullRequestLabeledPropPullRequestPropLinksPropCommits as WebhookPullRequestLabeledPropPullRequestPropLinksPropCommits,
6424
6014
  )
@@ -6428,12 +6018,6 @@ if TYPE_CHECKING:
6428
6018
  from githubkit.versions.v2022_11_28.models import (
6429
6019
  WebhookPullRequestLockedPropPullRequestPropLinksPropStatuses as WebhookPullRequestLockedPropPullRequestPropLinksPropStatuses,
6430
6020
  )
6431
- from githubkit.versions.v2022_11_28.models import (
6432
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtml as WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtml,
6433
- )
6434
- from githubkit.versions.v2022_11_28.models import (
6435
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelf as WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelf,
6436
- )
6437
6021
  from githubkit.versions.v2022_11_28.models import (
6438
6022
  WebhookPullRequestReviewCommentEditedPropPullRequestPropBase as WebhookPullRequestReviewCommentEditedPropPullRequestPropBase,
6439
6023
  )
@@ -6458,9 +6042,6 @@ if TYPE_CHECKING:
6458
6042
  from githubkit.versions.v2022_11_28.models import (
6459
6043
  WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee as WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee,
6460
6044
  )
6461
- from githubkit.versions.v2022_11_28.models import (
6462
- WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml,
6463
- )
6464
6045
  from githubkit.versions.v2022_11_28.models import (
6465
6046
  WebhookPullRequestSynchronizePropPullRequestPropBasePropRepo as WebhookPullRequestSynchronizePropPullRequestPropBasePropRepo,
6466
6047
  )
@@ -6488,18 +6069,9 @@ if TYPE_CHECKING:
6488
6069
  from githubkit.versions.v2022_11_28.models import (
6489
6070
  WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistry as WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistry,
6490
6071
  )
6491
- from githubkit.versions.v2022_11_28.models import (
6492
- WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploader as WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploader,
6493
- )
6494
- from githubkit.versions.v2022_11_28.models import (
6495
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvss as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvss,
6496
- )
6497
6072
  from githubkit.versions.v2022_11_28.models import (
6498
6073
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss,
6499
6074
  )
6500
- from githubkit.versions.v2022_11_28.models import (
6501
- WebhookSponsorshipPendingCancellationPropSponsorshipPropTier as WebhookSponsorshipPendingCancellationPropSponsorshipPropTier,
6502
- )
6503
6075
  from githubkit.versions.v2022_11_28.models import (
6504
6076
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository,
6505
6077
  )
@@ -6524,6 +6096,15 @@ if TYPE_CHECKING:
6524
6096
  from githubkit.versions.v2022_11_28.models import (
6525
6097
  ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems,
6526
6098
  )
6099
+ from githubkit.versions.v2022_11_28.models import (
6100
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0,
6101
+ )
6102
+ from githubkit.versions.v2022_11_28.models import (
6103
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1,
6104
+ )
6105
+ from githubkit.versions.v2022_11_28.models import (
6106
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2,
6107
+ )
6527
6108
  from githubkit.versions.v2022_11_28.models import (
6528
6109
  ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1 as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1,
6529
6110
  )
@@ -6554,12 +6135,6 @@ if TYPE_CHECKING:
6554
6135
  from githubkit.versions.v2022_11_28.models import (
6555
6136
  WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItems as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItems,
6556
6137
  )
6557
- from githubkit.versions.v2022_11_28.models import (
6558
- WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewer as WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewer,
6559
- )
6560
- from githubkit.versions.v2022_11_28.models import (
6561
- WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewer as WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewer,
6562
- )
6563
6138
  from githubkit.versions.v2022_11_28.models import (
6564
6139
  WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommit as WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommit,
6565
6140
  )
@@ -6593,18 +6168,6 @@ if TYPE_CHECKING:
6593
6168
  from githubkit.versions.v2022_11_28.models import (
6594
6169
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedBy as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedBy,
6595
6170
  )
6596
- from githubkit.versions.v2022_11_28.models import (
6597
- WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepo as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepo,
6598
- )
6599
- from githubkit.versions.v2022_11_28.models import (
6600
- WebhookPullRequestDemilestonedPropPullRequestPropBasePropUser as WebhookPullRequestDemilestonedPropPullRequestPropBasePropUser,
6601
- )
6602
- from githubkit.versions.v2022_11_28.models import (
6603
- WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepo as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepo,
6604
- )
6605
- from githubkit.versions.v2022_11_28.models import (
6606
- WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUser as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUser,
6607
- )
6608
6171
  from githubkit.versions.v2022_11_28.models import (
6609
6172
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommits as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommits,
6610
6173
  )
@@ -6617,12 +6180,6 @@ if TYPE_CHECKING:
6617
6180
  from githubkit.versions.v2022_11_28.models import (
6618
6181
  WebhookPullRequestLabeledPropPullRequestPropLinksPropStatuses as WebhookPullRequestLabeledPropPullRequestPropLinksPropStatuses,
6619
6182
  )
6620
- from githubkit.versions.v2022_11_28.models import (
6621
- WebhookPullRequestMilestonedPropPullRequestPropAssigneesItems as WebhookPullRequestMilestonedPropPullRequestPropAssigneesItems,
6622
- )
6623
- from githubkit.versions.v2022_11_28.models import (
6624
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssue as WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssue,
6625
- )
6626
6183
  from githubkit.versions.v2022_11_28.models import (
6627
6184
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBase as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBase,
6628
6185
  )
@@ -6641,9 +6198,6 @@ if TYPE_CHECKING:
6641
6198
  from githubkit.versions.v2022_11_28.models import (
6642
6199
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropUser as WebhookPullRequestReviewCommentDeletedPropPullRequestPropUser,
6643
6200
  )
6644
- from githubkit.versions.v2022_11_28.models import (
6645
- WebhookPullRequestReviewCommentEditedPropCommentPropReactions as WebhookPullRequestReviewCommentEditedPropCommentPropReactions,
6646
- )
6647
6201
  from githubkit.versions.v2022_11_28.models import (
6648
6202
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLinks as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinks,
6649
6203
  )
@@ -6698,12 +6252,6 @@ if TYPE_CHECKING:
6698
6252
  from githubkit.versions.v2022_11_28.models import (
6699
6253
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits,
6700
6254
  )
6701
- from githubkit.versions.v2022_11_28.models import (
6702
- WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader as WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader,
6703
- )
6704
- from githubkit.versions.v2022_11_28.models import (
6705
- WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor,
6706
- )
6707
6255
  from githubkit.versions.v2022_11_28.models import (
6708
6256
  WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions,
6709
6257
  )
@@ -6737,12 +6285,6 @@ if TYPE_CHECKING:
6737
6285
  from githubkit.versions.v2022_11_28.models import (
6738
6286
  WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer,
6739
6287
  )
6740
- from githubkit.versions.v2022_11_28.models import (
6741
- WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems as WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems,
6742
- )
6743
- from githubkit.versions.v2022_11_28.models import (
6744
- WebhookInstallationRepositoriesAddedPropRepositoriesAddedItems as WebhookInstallationRepositoriesAddedPropRepositoriesAddedItems,
6745
- )
6746
6288
  from githubkit.versions.v2022_11_28.models import (
6747
6289
  WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp as WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp,
6748
6290
  )
@@ -6761,18 +6303,12 @@ if TYPE_CHECKING:
6761
6303
  from githubkit.versions.v2022_11_28.models import (
6762
6304
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwner,
6763
6305
  )
6764
- from githubkit.versions.v2022_11_28.models import (
6765
- WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwner,
6766
- )
6767
6306
  from githubkit.versions.v2022_11_28.models import (
6768
6307
  WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItems as WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItems,
6769
6308
  )
6770
6309
  from githubkit.versions.v2022_11_28.models import (
6771
6310
  WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest,
6772
6311
  )
6773
- from githubkit.versions.v2022_11_28.models import (
6774
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropMarketplacePurchase,
6775
- )
6776
6312
  from githubkit.versions.v2022_11_28.models import (
6777
6313
  WebhookPackagePublishedPropPackagePropPackageVersionPropAuthor as WebhookPackagePublishedPropPackagePropPackageVersionPropAuthor,
6778
6314
  )
@@ -6794,12 +6330,6 @@ if TYPE_CHECKING:
6794
6330
  from githubkit.versions.v2022_11_28.models import (
6795
6331
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestone as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestone,
6796
6332
  )
6797
- from githubkit.versions.v2022_11_28.models import (
6798
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtml as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtml,
6799
- )
6800
- from githubkit.versions.v2022_11_28.models import (
6801
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelf as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelf,
6802
- )
6803
6333
  from githubkit.versions.v2022_11_28.models import (
6804
6334
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropComments as WebhookPullRequestDequeuedPropPullRequestPropLinksPropComments,
6805
6335
  )
@@ -6821,9 +6351,6 @@ if TYPE_CHECKING:
6821
6351
  from githubkit.versions.v2022_11_28.models import (
6822
6352
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinks as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinks,
6823
6353
  )
6824
- from githubkit.versions.v2022_11_28.models import (
6825
- WebhookPullRequestReviewCommentDeletedPropCommentPropReactions as WebhookPullRequestReviewCommentDeletedPropCommentPropReactions,
6826
- )
6827
6354
  from githubkit.versions.v2022_11_28.models import (
6828
6355
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinks as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinks,
6829
6356
  )
@@ -6872,9 +6399,6 @@ if TYPE_CHECKING:
6872
6399
  from githubkit.versions.v2022_11_28.models import (
6873
6400
  WebhookRegistryPackagePublishedPropRegistryPackagePropRegistry as WebhookRegistryPackagePublishedPropRegistryPackagePropRegistry,
6874
6401
  )
6875
- from githubkit.versions.v2022_11_28.models import (
6876
- WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom as WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom,
6877
- )
6878
6402
  from githubkit.versions.v2022_11_28.models import (
6879
6403
  WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties as WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties,
6880
6404
  )
@@ -6935,21 +6459,12 @@ if TYPE_CHECKING:
6935
6459
  from githubkit.versions.v2022_11_28.models import (
6936
6460
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestone as WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestone,
6937
6461
  )
6938
- from githubkit.versions.v2022_11_28.models import (
6939
- WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItems as WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItems,
6940
- )
6941
- from githubkit.versions.v2022_11_28.models import (
6942
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssue as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssue,
6943
- )
6944
6462
  from githubkit.versions.v2022_11_28.models import (
6945
6463
  WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItems as WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItems,
6946
6464
  )
6947
6465
  from githubkit.versions.v2022_11_28.models import (
6948
6466
  WebhookPullRequestLockedPropPullRequestPropMilestonePropCreator as WebhookPullRequestLockedPropPullRequestPropMilestonePropCreator,
6949
6467
  )
6950
- from githubkit.versions.v2022_11_28.models import (
6951
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommits as WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommits,
6952
- )
6953
6468
  from githubkit.versions.v2022_11_28.models import (
6954
6469
  WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItems as WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItems,
6955
6470
  )
@@ -6989,21 +6504,6 @@ if TYPE_CHECKING:
6989
6504
  from githubkit.versions.v2022_11_28.models import (
6990
6505
  WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader,
6991
6506
  )
6992
- from githubkit.versions.v2022_11_28.models import (
6993
- WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader as WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader,
6994
- )
6995
- from githubkit.versions.v2022_11_28.models import (
6996
- WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser,
6997
- )
6998
- from githubkit.versions.v2022_11_28.models import (
6999
- WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser,
7000
- )
7001
- from githubkit.versions.v2022_11_28.models import (
7002
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems,
7003
- )
7004
- from githubkit.versions.v2022_11_28.models import (
7005
- WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor,
7006
- )
7007
6507
  from githubkit.versions.v2022_11_28.models import (
7008
6508
  WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems,
7009
6509
  )
@@ -7016,6 +6516,9 @@ if TYPE_CHECKING:
7016
6516
  from githubkit.versions.v2022_11_28.models import (
7017
6517
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems,
7018
6518
  )
6519
+ from githubkit.versions.v2022_11_28.models import (
6520
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent as WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent,
6521
+ )
7019
6522
  from githubkit.versions.v2022_11_28.models import (
7020
6523
  OrganizationProgrammaticAccessGrantPropPermissionsPropRepository as OrganizationProgrammaticAccessGrantPropPermissionsPropRepository,
7021
6524
  )
@@ -7052,27 +6555,15 @@ if TYPE_CHECKING:
7052
6555
  from githubkit.versions.v2022_11_28.models import (
7053
6556
  WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems as WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems,
7054
6557
  )
7055
- from githubkit.versions.v2022_11_28.models import (
7056
- WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems as WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems,
7057
- )
7058
6558
  from githubkit.versions.v2022_11_28.models import (
7059
6559
  WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreator as WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreator,
7060
6560
  )
7061
- from githubkit.versions.v2022_11_28.models import (
7062
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner,
7063
- )
7064
6561
  from githubkit.versions.v2022_11_28.models import (
7065
6562
  WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner,
7066
6563
  )
7067
6564
  from githubkit.versions.v2022_11_28.models import (
7068
6565
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner,
7069
6566
  )
7070
- from githubkit.versions.v2022_11_28.models import (
7071
- WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwner,
7072
- )
7073
- from githubkit.versions.v2022_11_28.models import (
7074
- WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan,
7075
- )
7076
6567
  from githubkit.versions.v2022_11_28.models import (
7077
6568
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase,
7078
6569
  )
@@ -7097,12 +6588,6 @@ if TYPE_CHECKING:
7097
6588
  from githubkit.versions.v2022_11_28.models import (
7098
6589
  WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwner as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwner,
7099
6590
  )
7100
- from githubkit.versions.v2022_11_28.models import (
7101
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropComments as WebhookPullRequestMilestonedPropPullRequestPropLinksPropComments,
7102
- )
7103
- from githubkit.versions.v2022_11_28.models import (
7104
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatuses as WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatuses,
7105
- )
7106
6591
  from githubkit.versions.v2022_11_28.models import (
7107
6592
  WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee as WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee,
7108
6593
  )
@@ -7118,9 +6603,6 @@ if TYPE_CHECKING:
7118
6603
  from githubkit.versions.v2022_11_28.models import (
7119
6604
  WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUser as WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUser,
7120
6605
  )
7121
- from githubkit.versions.v2022_11_28.models import (
7122
- WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest as WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest,
7123
- )
7124
6606
  from githubkit.versions.v2022_11_28.models import (
7125
6607
  WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepo as WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepo,
7126
6608
  )
@@ -7157,9 +6639,6 @@ if TYPE_CHECKING:
7157
6639
  from githubkit.versions.v2022_11_28.models import (
7158
6640
  WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser,
7159
6641
  )
7160
- from githubkit.versions.v2022_11_28.models import (
7161
- WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer,
7162
- )
7163
6642
  from githubkit.versions.v2022_11_28.models import (
7164
6643
  WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems,
7165
6644
  )
@@ -7199,9 +6678,6 @@ if TYPE_CHECKING:
7199
6678
  from githubkit.versions.v2022_11_28.models import (
7200
6679
  WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems,
7201
6680
  )
7202
- from githubkit.versions.v2022_11_28.models import (
7203
- WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwner,
7204
- )
7205
6681
  from githubkit.versions.v2022_11_28.models import (
7206
6682
  WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreator as WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreator,
7207
6683
  )
@@ -7220,9 +6696,6 @@ if TYPE_CHECKING:
7220
6696
  from githubkit.versions.v2022_11_28.models import (
7221
6697
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUser as WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUser,
7222
6698
  )
7223
- from githubkit.versions.v2022_11_28.models import (
7224
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommits as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommits,
7225
- )
7226
6699
  from githubkit.versions.v2022_11_28.models import (
7227
6700
  WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreator as WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreator,
7228
6701
  )
@@ -7247,12 +6720,6 @@ if TYPE_CHECKING:
7247
6720
  from githubkit.versions.v2022_11_28.models import (
7248
6721
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee,
7249
6722
  )
7250
- from githubkit.versions.v2022_11_28.models import (
7251
- WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtml as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtml,
7252
- )
7253
- from githubkit.versions.v2022_11_28.models import (
7254
- WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelf as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelf,
7255
- )
7256
6723
  from githubkit.versions.v2022_11_28.models import (
7257
6724
  WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMerge as WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMerge,
7258
6725
  )
@@ -7295,15 +6762,9 @@ if TYPE_CHECKING:
7295
6762
  from githubkit.versions.v2022_11_28.models import (
7296
6763
  WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreator as WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreator,
7297
6764
  )
7298
- from githubkit.versions.v2022_11_28.models import (
7299
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems,
7300
- )
7301
6765
  from githubkit.versions.v2022_11_28.models import (
7302
6766
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItems,
7303
6767
  )
7304
- from githubkit.versions.v2022_11_28.models import (
7305
- WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable,
7306
- )
7307
6768
  from githubkit.versions.v2022_11_28.models import (
7308
6769
  WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom,
7309
6770
  )
@@ -7361,21 +6822,6 @@ if TYPE_CHECKING:
7361
6822
  from githubkit.versions.v2022_11_28.models import (
7362
6823
  WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator,
7363
6824
  )
7364
- from githubkit.versions.v2022_11_28.models import (
7365
- WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwner,
7366
- )
7367
- from githubkit.versions.v2022_11_28.models import (
7368
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan,
7369
- )
7370
- from githubkit.versions.v2022_11_28.models import (
7371
- WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase,
7372
- )
7373
- from githubkit.versions.v2022_11_28.models import (
7374
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan,
7375
- )
7376
- from githubkit.versions.v2022_11_28.models import (
7377
- WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase,
7378
- )
7379
6825
  from githubkit.versions.v2022_11_28.models import (
7380
6826
  WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1 as WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1,
7381
6827
  )
@@ -7403,12 +6849,6 @@ if TYPE_CHECKING:
7403
6849
  from githubkit.versions.v2022_11_28.models import (
7404
6850
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelf as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelf,
7405
6851
  )
7406
- from githubkit.versions.v2022_11_28.models import (
7407
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropComments as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropComments,
7408
- )
7409
- from githubkit.versions.v2022_11_28.models import (
7410
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatuses as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatuses,
7411
- )
7412
6852
  from githubkit.versions.v2022_11_28.models import (
7413
6853
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwner,
7414
6854
  )
@@ -7436,9 +6876,6 @@ if TYPE_CHECKING:
7436
6876
  from githubkit.versions.v2022_11_28.models import (
7437
6877
  WebhookPullRequestLockedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestLockedPropPullRequestPropLinksPropReviewComments,
7438
6878
  )
7439
- from githubkit.versions.v2022_11_28.models import (
7440
- WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems,
7441
- )
7442
6879
  from githubkit.versions.v2022_11_28.models import (
7443
6880
  WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtml as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtml,
7444
6881
  )
@@ -7451,12 +6888,6 @@ if TYPE_CHECKING:
7451
6888
  from githubkit.versions.v2022_11_28.models import (
7452
6889
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestone as WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestone,
7453
6890
  )
7454
- from githubkit.versions.v2022_11_28.models import (
7455
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtml as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtml,
7456
- )
7457
- from githubkit.versions.v2022_11_28.models import (
7458
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelf as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelf,
7459
- )
7460
6891
  from githubkit.versions.v2022_11_28.models import (
7461
6892
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMerge as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMerge,
7462
6893
  )
@@ -7520,9 +6951,6 @@ if TYPE_CHECKING:
7520
6951
  from githubkit.versions.v2022_11_28.models import (
7521
6952
  WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItems as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItems,
7522
6953
  )
7523
- from githubkit.versions.v2022_11_28.models import (
7524
- WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer as WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer,
7525
- )
7526
6954
  from githubkit.versions.v2022_11_28.models import (
7527
6955
  WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties,
7528
6956
  )
@@ -7535,6 +6963,9 @@ if TYPE_CHECKING:
7535
6963
  from githubkit.versions.v2022_11_28.models import (
7536
6964
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor,
7537
6965
  )
6966
+ from githubkit.versions.v2022_11_28.models import (
6967
+ CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos as CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos,
6968
+ )
7538
6969
  from githubkit.versions.v2022_11_28.models import (
7539
6970
  PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackage as PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackage,
7540
6971
  )
@@ -7574,12 +7005,6 @@ if TYPE_CHECKING:
7574
7005
  from githubkit.versions.v2022_11_28.models import (
7575
7006
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions as WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions,
7576
7007
  )
7577
- from githubkit.versions.v2022_11_28.models import (
7578
- WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwner,
7579
- )
7580
- from githubkit.versions.v2022_11_28.models import (
7581
- WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount,
7582
- )
7583
7008
  from githubkit.versions.v2022_11_28.models import (
7584
7009
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata,
7585
7010
  )
@@ -7625,9 +7050,6 @@ if TYPE_CHECKING:
7625
7050
  from githubkit.versions.v2022_11_28.models import (
7626
7051
  WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewComments,
7627
7052
  )
7628
- from githubkit.versions.v2022_11_28.models import (
7629
- WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreator as WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreator,
7630
- )
7631
7053
  from githubkit.versions.v2022_11_28.models import (
7632
7054
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItems as WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItems,
7633
7055
  )
@@ -7664,9 +7086,6 @@ if TYPE_CHECKING:
7664
7086
  from githubkit.versions.v2022_11_28.models import (
7665
7087
  WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestone as WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestone,
7666
7088
  )
7667
- from githubkit.versions.v2022_11_28.models import (
7668
- WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest,
7669
- )
7670
7089
  from githubkit.versions.v2022_11_28.models import (
7671
7090
  WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssignee as WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssignee,
7672
7091
  )
@@ -7691,9 +7110,6 @@ if TYPE_CHECKING:
7691
7110
  from githubkit.versions.v2022_11_28.models import (
7692
7111
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment,
7693
7112
  )
7694
- from githubkit.versions.v2022_11_28.models import (
7695
- WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable,
7696
- )
7697
7113
  from githubkit.versions.v2022_11_28.models import (
7698
7114
  WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor,
7699
7115
  )
@@ -7748,9 +7164,6 @@ if TYPE_CHECKING:
7748
7164
  from githubkit.versions.v2022_11_28.models import (
7749
7165
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions,
7750
7166
  )
7751
- from githubkit.versions.v2022_11_28.models import (
7752
- WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions,
7753
- )
7754
7167
  from githubkit.versions.v2022_11_28.models import (
7755
7168
  WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense,
7756
7169
  )
@@ -7766,9 +7179,6 @@ if TYPE_CHECKING:
7766
7179
  from githubkit.versions.v2022_11_28.models import (
7767
7180
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssue as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssue,
7768
7181
  )
7769
- from githubkit.versions.v2022_11_28.models import (
7770
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItems,
7771
- )
7772
7182
  from githubkit.versions.v2022_11_28.models import (
7773
7183
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicense,
7774
7184
  )
@@ -7787,12 +7197,6 @@ if TYPE_CHECKING:
7787
7197
  from githubkit.versions.v2022_11_28.models import (
7788
7198
  WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewComments,
7789
7199
  )
7790
- from githubkit.versions.v2022_11_28.models import (
7791
- WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwner,
7792
- )
7793
- from githubkit.versions.v2022_11_28.models import (
7794
- WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwner as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwner,
7795
- )
7796
7200
  from githubkit.versions.v2022_11_28.models import (
7797
7201
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItems as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItems,
7798
7202
  )
@@ -7910,27 +7314,12 @@ if TYPE_CHECKING:
7910
7314
  from githubkit.versions.v2022_11_28.models import (
7911
7315
  WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions,
7912
7316
  )
7913
- from githubkit.versions.v2022_11_28.models import (
7914
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount,
7915
- )
7916
- from githubkit.versions.v2022_11_28.models import (
7917
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount,
7918
- )
7919
7317
  from githubkit.versions.v2022_11_28.models import (
7920
7318
  WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems,
7921
7319
  )
7922
7320
  from githubkit.versions.v2022_11_28.models import (
7923
7321
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommits as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommits,
7924
7322
  )
7925
- from githubkit.versions.v2022_11_28.models import (
7926
- WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreator as WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreator,
7927
- )
7928
- from githubkit.versions.v2022_11_28.models import (
7929
- WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledBy,
7930
- )
7931
- from githubkit.versions.v2022_11_28.models import (
7932
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComment as WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComment,
7933
- )
7934
7323
  from githubkit.versions.v2022_11_28.models import (
7935
7324
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepo as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepo,
7936
7325
  )
@@ -8015,9 +7404,6 @@ if TYPE_CHECKING:
8015
7404
  from githubkit.versions.v2022_11_28.models import (
8016
7405
  WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments,
8017
7406
  )
8018
- from githubkit.versions.v2022_11_28.models import (
8019
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems,
8020
- )
8021
7407
  from githubkit.versions.v2022_11_28.models import (
8022
7408
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter,
8023
7409
  )
@@ -8039,21 +7425,12 @@ if TYPE_CHECKING:
8039
7425
  from githubkit.versions.v2022_11_28.models import (
8040
7426
  WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwner as WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwner,
8041
7427
  )
8042
- from githubkit.versions.v2022_11_28.models import (
8043
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions,
8044
- )
8045
7428
  from githubkit.versions.v2022_11_28.models import (
8046
7429
  WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions,
8047
7430
  )
8048
7431
  from githubkit.versions.v2022_11_28.models import (
8049
7432
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions,
8050
7433
  )
8051
- from githubkit.versions.v2022_11_28.models import (
8052
- WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissions,
8053
- )
8054
- from githubkit.versions.v2022_11_28.models import (
8055
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan,
8056
- )
8057
7434
  from githubkit.versions.v2022_11_28.models import (
8058
7435
  WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase,
8059
7436
  )
@@ -8066,27 +7443,12 @@ if TYPE_CHECKING:
8066
7443
  from githubkit.versions.v2022_11_28.models import (
8067
7444
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatuses as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatuses,
8068
7445
  )
8069
- from githubkit.versions.v2022_11_28.models import (
8070
- WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwner,
8071
- )
8072
- from githubkit.versions.v2022_11_28.models import (
8073
- WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwner as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwner,
8074
- )
8075
7446
  from githubkit.versions.v2022_11_28.models import (
8076
7447
  WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissions,
8077
7448
  )
8078
7449
  from githubkit.versions.v2022_11_28.models import (
8079
7450
  WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissions as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissions,
8080
7451
  )
8081
- from githubkit.versions.v2022_11_28.models import (
8082
- WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicense,
8083
- )
8084
- from githubkit.versions.v2022_11_28.models import (
8085
- WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicense as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicense,
8086
- )
8087
- from githubkit.versions.v2022_11_28.models import (
8088
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComments,
8089
- )
8090
7452
  from githubkit.versions.v2022_11_28.models import (
8091
7453
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtml as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtml,
8092
7454
  )
@@ -8159,9 +7521,6 @@ if TYPE_CHECKING:
8159
7521
  from githubkit.versions.v2022_11_28.models import (
8160
7522
  WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments,
8161
7523
  )
8162
- from githubkit.versions.v2022_11_28.models import (
8163
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems,
8164
- )
8165
7524
  from githubkit.versions.v2022_11_28.models import (
8166
7525
  WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems,
8167
7526
  )
@@ -8201,9 +7560,6 @@ if TYPE_CHECKING:
8201
7560
  from githubkit.versions.v2022_11_28.models import (
8202
7561
  WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreator as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreator,
8203
7562
  )
8204
- from githubkit.versions.v2022_11_28.models import (
8205
- WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions,
8206
- )
8207
7563
  from githubkit.versions.v2022_11_28.models import (
8208
7564
  WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase,
8209
7565
  )
@@ -8219,12 +7575,6 @@ if TYPE_CHECKING:
8219
7575
  from githubkit.versions.v2022_11_28.models import (
8220
7576
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatuses as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatuses,
8221
7577
  )
8222
- from githubkit.versions.v2022_11_28.models import (
8223
- WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledBy,
8224
- )
8225
- from githubkit.versions.v2022_11_28.models import (
8226
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComment as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComment,
8227
- )
8228
7578
  from githubkit.versions.v2022_11_28.models import (
8229
7579
  WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissions,
8230
7580
  )
@@ -8312,9 +7662,6 @@ if TYPE_CHECKING:
8312
7662
  from githubkit.versions.v2022_11_28.models import (
8313
7663
  WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItems as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItems,
8314
7664
  )
8315
- from githubkit.versions.v2022_11_28.models import (
8316
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems,
8317
- )
8318
7665
  from githubkit.versions.v2022_11_28.models import (
8319
7666
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems,
8320
7667
  )
@@ -8333,6 +7680,9 @@ if TYPE_CHECKING:
8333
7680
  from githubkit.versions.v2022_11_28.models import (
8334
7681
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHead as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHead,
8335
7682
  )
7683
+ from githubkit.versions.v2022_11_28.models import (
7684
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
7685
+ )
8336
7686
  from githubkit.versions.v2022_11_28.models import (
8337
7687
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems,
8338
7688
  )
@@ -8354,9 +7704,6 @@ if TYPE_CHECKING:
8354
7704
  from githubkit.versions.v2022_11_28.models import (
8355
7705
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomProperties as WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomProperties,
8356
7706
  )
8357
- from githubkit.versions.v2022_11_28.models import (
8358
- WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions,
8359
- )
8360
7707
  from githubkit.versions.v2022_11_28.models import (
8361
7708
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan,
8362
7709
  )
@@ -8369,15 +7716,6 @@ if TYPE_CHECKING:
8369
7716
  from githubkit.versions.v2022_11_28.models import (
8370
7717
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItems as WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItems,
8371
7718
  )
8372
- from githubkit.versions.v2022_11_28.models import (
8373
- WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicense,
8374
- )
8375
- from githubkit.versions.v2022_11_28.models import (
8376
- WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicense as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicense,
8377
- )
8378
- from githubkit.versions.v2022_11_28.models import (
8379
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComments,
8380
- )
8381
7719
  from githubkit.versions.v2022_11_28.models import (
8382
7720
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissions,
8383
7721
  )
@@ -8399,9 +7737,6 @@ if TYPE_CHECKING:
8399
7737
  from githubkit.versions.v2022_11_28.models import (
8400
7738
  WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent,
8401
7739
  )
8402
- from githubkit.versions.v2022_11_28.models import (
8403
- WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest,
8404
- )
8405
7740
  from githubkit.versions.v2022_11_28.models import (
8406
7741
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommits,
8407
7742
  )
@@ -8459,9 +7794,6 @@ if TYPE_CHECKING:
8459
7794
  from githubkit.versions.v2022_11_28.models import (
8460
7795
  WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganization as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganization,
8461
7796
  )
8462
- from githubkit.versions.v2022_11_28.models import (
8463
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems,
8464
- )
8465
7797
  from githubkit.versions.v2022_11_28.models import (
8466
7798
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems,
8467
7799
  )
@@ -8495,12 +7827,6 @@ if TYPE_CHECKING:
8495
7827
  from githubkit.versions.v2022_11_28.models import (
8496
7828
  WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItems as WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItems,
8497
7829
  )
8498
- from githubkit.versions.v2022_11_28.models import (
8499
- WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissions,
8500
- )
8501
- from githubkit.versions.v2022_11_28.models import (
8502
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount,
8503
- )
8504
7830
  from githubkit.versions.v2022_11_28.models import (
8505
7831
  WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata,
8506
7832
  )
@@ -8537,9 +7863,6 @@ if TYPE_CHECKING:
8537
7863
  from githubkit.versions.v2022_11_28.models import (
8538
7864
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommits,
8539
7865
  )
8540
- from githubkit.versions.v2022_11_28.models import (
8541
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest,
8542
- )
8543
7866
  from githubkit.versions.v2022_11_28.models import (
8544
7867
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommits,
8545
7868
  )
@@ -8612,12 +7935,6 @@ if TYPE_CHECKING:
8612
7935
  from githubkit.versions.v2022_11_28.models import (
8613
7936
  WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions,
8614
7937
  )
8615
- from githubkit.versions.v2022_11_28.models import (
8616
- WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan,
8617
- )
8618
- from githubkit.versions.v2022_11_28.models import (
8619
- WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlan,
8620
- )
8621
7938
  from githubkit.versions.v2022_11_28.models import (
8622
7939
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBin as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBin,
8623
7940
  )
@@ -8663,12 +7980,6 @@ if TYPE_CHECKING:
8663
7980
  from githubkit.versions.v2022_11_28.models import (
8664
7981
  WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent,
8665
7982
  )
8666
- from githubkit.versions.v2022_11_28.models import (
8667
- WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissions,
8668
- )
8669
- from githubkit.versions.v2022_11_28.models import (
8670
- WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissions as WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissions,
8671
- )
8672
7983
  from githubkit.versions.v2022_11_28.models import (
8673
7984
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropComments as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropComments,
8674
7985
  )
@@ -8729,9 +8040,6 @@ if TYPE_CHECKING:
8729
8040
  from githubkit.versions.v2022_11_28.models import (
8730
8041
  WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParent,
8731
8042
  )
8732
- from githubkit.versions.v2022_11_28.models import (
8733
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems,
8734
- )
8735
8043
  from githubkit.versions.v2022_11_28.models import (
8736
8044
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews,
8737
8045
  )
@@ -8900,21 +8208,6 @@ if TYPE_CHECKING:
8900
8208
  from githubkit.versions.v2022_11_28.models import (
8901
8209
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewComments,
8902
8210
  )
8903
- from githubkit.versions.v2022_11_28.models import (
8904
- WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissions,
8905
- )
8906
- from githubkit.versions.v2022_11_28.models import (
8907
- WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissions as WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissions,
8908
- )
8909
- from githubkit.versions.v2022_11_28.models import (
8910
- WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0 as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0,
8911
- )
8912
- from githubkit.versions.v2022_11_28.models import (
8913
- WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1 as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1,
8914
- )
8915
- from githubkit.versions.v2022_11_28.models import (
8916
- WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParent,
8917
- )
8918
8211
  from githubkit.versions.v2022_11_28.models import (
8919
8212
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems,
8920
8213
  )
@@ -8966,9 +8259,6 @@ if TYPE_CHECKING:
8966
8259
  from githubkit.versions.v2022_11_28.models import (
8967
8260
  WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthor as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthor,
8968
8261
  )
8969
- from githubkit.versions.v2022_11_28.models import (
8970
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems,
8971
- )
8972
8262
  from githubkit.versions.v2022_11_28.models import (
8973
8263
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems,
8974
8264
  )
@@ -8990,12 +8280,6 @@ if TYPE_CHECKING:
8990
8280
  from githubkit.versions.v2022_11_28.models import (
8991
8281
  WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepo as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepo,
8992
8282
  )
8993
- from githubkit.versions.v2022_11_28.models import (
8994
- WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount,
8995
- )
8996
- from githubkit.versions.v2022_11_28.models import (
8997
- WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount,
8998
- )
8999
8283
  from githubkit.versions.v2022_11_28.models import (
9000
8284
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthor as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthor,
9001
8285
  )
@@ -9077,15 +8361,6 @@ if TYPE_CHECKING:
9077
8361
  from githubkit.versions.v2022_11_28.models import (
9078
8362
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScripts as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScripts,
9079
8363
  )
9080
- from githubkit.versions.v2022_11_28.models import (
9081
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0 as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0,
9082
- )
9083
- from githubkit.versions.v2022_11_28.models import (
9084
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1 as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1,
9085
- )
9086
- from githubkit.versions.v2022_11_28.models import (
9087
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParent,
9088
- )
9089
8364
  from githubkit.versions.v2022_11_28.models import (
9090
8365
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwner,
9091
8366
  )
@@ -9152,9 +8427,6 @@ if TYPE_CHECKING:
9152
8427
  from githubkit.versions.v2022_11_28.models import (
9153
8428
  WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan,
9154
8429
  )
9155
- from githubkit.versions.v2022_11_28.models import (
9156
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase,
9157
- )
9158
8430
  from githubkit.versions.v2022_11_28.models import (
9159
8431
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy,
9160
8432
  )
@@ -9611,15 +8883,9 @@ if TYPE_CHECKING:
9611
8883
  from githubkit.versions.v2022_11_28.models import (
9612
8884
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItems as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItems,
9613
8885
  )
9614
- from githubkit.versions.v2022_11_28.models import (
9615
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
9616
- )
9617
8886
  from githubkit.versions.v2022_11_28.models import (
9618
8887
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies,
9619
8888
  )
9620
- from githubkit.versions.v2022_11_28.models import (
9621
- WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
9622
- )
9623
8889
  from githubkit.versions.v2022_11_28.models import (
9624
8890
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0 as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0,
9625
8891
  )
@@ -9677,9 +8943,6 @@ if TYPE_CHECKING:
9677
8943
  from githubkit.versions.v2022_11_28.models import (
9678
8944
  WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions,
9679
8945
  )
9680
- from githubkit.versions.v2022_11_28.models import (
9681
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan,
9682
- )
9683
8946
  from githubkit.versions.v2022_11_28.models import (
9684
8947
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItems as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItems,
9685
8948
  )
@@ -9713,9 +8976,6 @@ if TYPE_CHECKING:
9713
8976
  from githubkit.versions.v2022_11_28.models import (
9714
8977
  WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor,
9715
8978
  )
9716
- from githubkit.versions.v2022_11_28.models import (
9717
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
9718
- )
9719
8979
  from githubkit.versions.v2022_11_28.models import (
9720
8980
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
9721
8981
  )
@@ -9725,9 +8985,6 @@ if TYPE_CHECKING:
9725
8985
  from githubkit.versions.v2022_11_28.models import (
9726
8986
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems,
9727
8987
  )
9728
- from githubkit.versions.v2022_11_28.models import (
9729
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
9730
- )
9731
8988
  from githubkit.versions.v2022_11_28.models import (
9732
8989
  WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
9733
8990
  )
@@ -9767,9 +9024,6 @@ if TYPE_CHECKING:
9767
9024
  from githubkit.versions.v2022_11_28.models import (
9768
9025
  WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissions as WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissions,
9769
9026
  )
9770
- from githubkit.versions.v2022_11_28.models import (
9771
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount,
9772
- )
9773
9027
  from githubkit.versions.v2022_11_28.models import (
9774
9028
  WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissions,
9775
9029
  )
@@ -9875,9 +9129,6 @@ if TYPE_CHECKING:
9875
9129
  from githubkit.versions.v2022_11_28.models import (
9876
9130
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1 as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1,
9877
9131
  )
9878
- from githubkit.versions.v2022_11_28.models import (
9879
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
9880
- )
9881
9132
  from githubkit.versions.v2022_11_28.models import (
9882
9133
  ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions,
9883
9134
  )
@@ -9896,9 +9147,6 @@ if TYPE_CHECKING:
9896
9147
  from githubkit.versions.v2022_11_28.models import (
9897
9148
  WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionType,
9898
9149
  )
9899
- from githubkit.versions.v2022_11_28.models import (
9900
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
9901
- )
9902
9150
  from githubkit.versions.v2022_11_28.models import (
9903
9151
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
9904
9152
  )
@@ -9955,8 +9203,8 @@ else:
9955
9203
  "VulnerabilityPropPackage",
9956
9204
  "BasicError",
9957
9205
  "ValidationErrorSimple",
9958
- "Integration",
9959
9206
  "IntegrationPropPermissions",
9207
+ "Integration",
9960
9208
  "WebhookConfig",
9961
9209
  "HookDeliveryItem",
9962
9210
  "ScimError",
@@ -9988,6 +9236,8 @@ else:
9988
9236
  "SimpleClassroomAssignment",
9989
9237
  "SimpleClassroom",
9990
9238
  "ClassroomAssignmentGrade",
9239
+ "CopilotUsageMetrics",
9240
+ "CopilotUsageMetricsPropBreakdownItems",
9991
9241
  "DependabotAlertPackage",
9992
9242
  "DependabotAlertSecurityVulnerability",
9993
9243
  "DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion",
@@ -10137,9 +9387,15 @@ else:
10137
9387
  "RepositoryRuleDeletion",
10138
9388
  "RepositoryRuleRequiredSignatures",
10139
9389
  "RepositoryRuleNonFastForward",
9390
+ "RepositoryRuleOneof14",
9391
+ "RepositoryRuleOneof14PropParameters",
9392
+ "RepositoryRuleOneof16",
9393
+ "RepositoryRuleOneof16PropParameters",
10140
9394
  "RepositoryRuleUpdate",
10141
9395
  "RepositoryRuleUpdatePropParameters",
10142
9396
  "RepositoryRuleRequiredLinearHistory",
9397
+ "RepositoryRuleOneof15",
9398
+ "RepositoryRuleOneof15PropParameters",
10143
9399
  "RepositoryRuleRequiredDeployments",
10144
9400
  "RepositoryRuleRequiredDeploymentsPropParameters",
10145
9401
  "RepositoryRulePullRequest",
@@ -10161,7 +9417,11 @@ else:
10161
9417
  "RepositoryRuleWorkflows",
10162
9418
  "RepositoryRuleWorkflowsPropParameters",
10163
9419
  "RepositoryRuleParamsWorkflowFileReference",
9420
+ "RepositoryRuleCodeScanning",
9421
+ "RepositoryRuleCodeScanningPropParameters",
10164
9422
  "RepositoryRuleParamsCodeScanningTool",
9423
+ "RepositoryRuleOneof17",
9424
+ "RepositoryRuleOneof17PropParameters",
10165
9425
  "RepositoryRuleset",
10166
9426
  "RepositoryRulesetPropLinks",
10167
9427
  "RepositoryRulesetPropLinksPropSelf",
@@ -10310,6 +9570,13 @@ else:
10310
9570
  "CodeScanningAnalysis",
10311
9571
  "CodeScanningAnalysisDeletion",
10312
9572
  "CodeScanningCodeqlDatabase",
9573
+ "CodeScanningVariantAnalysisRepository",
9574
+ "CodeScanningVariantAnalysisSkippedRepoGroup",
9575
+ "CodeScanningVariantAnalysis",
9576
+ "CodeScanningVariantAnalysisPropScannedRepositoriesItems",
9577
+ "CodeScanningVariantAnalysisPropSkippedRepositories",
9578
+ "CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos",
9579
+ "CodeScanningVariantAnalysisRepoTask",
10313
9580
  "CodeScanningDefaultSetup",
10314
9581
  "CodeScanningDefaultSetupUpdate",
10315
9582
  "CodeScanningDefaultSetupUpdateResponse",
@@ -10525,6 +9792,7 @@ else:
10525
9792
  "RepositoryRuleDetailedOneof12",
10526
9793
  "RepositoryRuleDetailedOneof13",
10527
9794
  "RepositoryRuleDetailedOneof14",
9795
+ "RepositoryRuleDetailedOneof15",
10528
9796
  "SecretScanningAlert",
10529
9797
  "RepositoryAdvisoryCreate",
10530
9798
  "RepositoryAdvisoryCreatePropCreditsItems",
@@ -10614,12 +9882,72 @@ else:
10614
9882
  "SimpleCheckSuite",
10615
9883
  "CheckRunWithSimpleCheckSuite",
10616
9884
  "CheckRunWithSimpleCheckSuitePropOutput",
9885
+ "WebhooksDeployKey",
9886
+ "WebhooksWorkflow",
9887
+ "WebhooksApprover",
9888
+ "WebhooksReviewersItems",
9889
+ "WebhooksReviewersItemsPropReviewer",
9890
+ "WebhooksWorkflowJobRun",
9891
+ "WebhooksUser",
9892
+ "WebhooksAnswer",
9893
+ "WebhooksAnswerPropReactions",
9894
+ "WebhooksAnswerPropUser",
10617
9895
  "Discussion",
10618
9896
  "DiscussionPropAnswerChosenBy",
10619
9897
  "DiscussionPropCategory",
10620
9898
  "DiscussionPropReactions",
10621
9899
  "DiscussionPropUser",
9900
+ "WebhooksComment",
9901
+ "WebhooksCommentPropReactions",
9902
+ "WebhooksCommentPropUser",
9903
+ "WebhooksLabel",
9904
+ "WebhooksRepositoriesItems",
9905
+ "WebhooksRepositoriesAddedItems",
9906
+ "WebhooksIssueComment",
9907
+ "WebhooksIssueCommentPropReactions",
9908
+ "WebhooksIssueCommentPropUser",
9909
+ "WebhooksChanges",
9910
+ "WebhooksChangesPropBody",
9911
+ "WebhooksIssue",
9912
+ "WebhooksIssuePropAssignee",
9913
+ "WebhooksIssuePropAssigneesItems",
9914
+ "WebhooksIssuePropLabelsItems",
9915
+ "WebhooksIssuePropMilestone",
9916
+ "WebhooksIssuePropMilestonePropCreator",
9917
+ "WebhooksIssuePropPerformedViaGithubApp",
9918
+ "WebhooksIssuePropPerformedViaGithubAppPropOwner",
9919
+ "WebhooksIssuePropPerformedViaGithubAppPropPermissions",
9920
+ "WebhooksIssuePropPullRequest",
9921
+ "WebhooksIssuePropReactions",
9922
+ "WebhooksIssuePropUser",
9923
+ "WebhooksMilestone",
9924
+ "WebhooksMilestonePropCreator",
9925
+ "WebhooksIssue2",
9926
+ "WebhooksIssue2PropAssignee",
9927
+ "WebhooksIssue2PropAssigneesItems",
9928
+ "WebhooksIssue2PropLabelsItems",
9929
+ "WebhooksIssue2PropMilestone",
9930
+ "WebhooksIssue2PropMilestonePropCreator",
9931
+ "WebhooksIssue2PropPerformedViaGithubApp",
9932
+ "WebhooksIssue2PropPerformedViaGithubAppPropOwner",
9933
+ "WebhooksIssue2PropPerformedViaGithubAppPropPermissions",
9934
+ "WebhooksIssue2PropPullRequest",
9935
+ "WebhooksIssue2PropReactions",
9936
+ "WebhooksIssue2PropUser",
9937
+ "WebhooksUserMannequin",
9938
+ "WebhooksMarketplacePurchase",
9939
+ "WebhooksMarketplacePurchasePropAccount",
9940
+ "WebhooksMarketplacePurchasePropPlan",
9941
+ "WebhooksPreviousMarketplacePurchase",
9942
+ "WebhooksPreviousMarketplacePurchasePropAccount",
9943
+ "WebhooksPreviousMarketplacePurchasePropPlan",
9944
+ "WebhooksTeam",
9945
+ "WebhooksTeamPropParent",
10622
9946
  "MergeGroup",
9947
+ "WebhooksMilestone3",
9948
+ "WebhooksMilestone3PropCreator",
9949
+ "WebhooksMembership",
9950
+ "WebhooksMembershipPropUser",
10623
9951
  "PersonalAccessTokenRequest",
10624
9952
  "PersonalAccessTokenRequestPropRepositoriesItems",
10625
9953
  "PersonalAccessTokenRequestPropPermissionsAdded",
@@ -10634,11 +9962,96 @@ else:
10634
9962
  "PersonalAccessTokenRequestPropPermissionsResultPropOrganization",
10635
9963
  "PersonalAccessTokenRequestPropPermissionsResultPropRepository",
10636
9964
  "PersonalAccessTokenRequestPropPermissionsResultPropOther",
9965
+ "WebhooksProjectCard",
9966
+ "WebhooksProjectCardPropCreator",
9967
+ "WebhooksProject",
9968
+ "WebhooksProjectPropCreator",
9969
+ "WebhooksProjectColumn",
10637
9970
  "ProjectsV2",
9971
+ "WebhooksProjectChanges",
9972
+ "WebhooksProjectChangesPropArchivedAt",
10638
9973
  "ProjectsV2Item",
10639
9974
  "PullRequestWebhook",
10640
9975
  "PullRequestWebhookAllof1",
9976
+ "WebhooksPullRequest5",
9977
+ "WebhooksPullRequest5PropAssignee",
9978
+ "WebhooksPullRequest5PropAssigneesItems",
9979
+ "WebhooksPullRequest5PropAutoMerge",
9980
+ "WebhooksPullRequest5PropAutoMergePropEnabledBy",
9981
+ "WebhooksPullRequest5PropLabelsItems",
9982
+ "WebhooksPullRequest5PropMergedBy",
9983
+ "WebhooksPullRequest5PropMilestone",
9984
+ "WebhooksPullRequest5PropMilestonePropCreator",
9985
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof0",
9986
+ "WebhooksPullRequest5PropUser",
9987
+ "WebhooksPullRequest5PropLinks",
9988
+ "WebhooksPullRequest5PropLinksPropComments",
9989
+ "WebhooksPullRequest5PropLinksPropCommits",
9990
+ "WebhooksPullRequest5PropLinksPropHtml",
9991
+ "WebhooksPullRequest5PropLinksPropIssue",
9992
+ "WebhooksPullRequest5PropLinksPropReviewComment",
9993
+ "WebhooksPullRequest5PropLinksPropReviewComments",
9994
+ "WebhooksPullRequest5PropLinksPropSelf",
9995
+ "WebhooksPullRequest5PropLinksPropStatuses",
9996
+ "WebhooksPullRequest5PropBase",
9997
+ "WebhooksPullRequest5PropBasePropUser",
9998
+ "WebhooksPullRequest5PropBasePropRepo",
9999
+ "WebhooksPullRequest5PropBasePropRepoPropLicense",
10000
+ "WebhooksPullRequest5PropBasePropRepoPropOwner",
10001
+ "WebhooksPullRequest5PropBasePropRepoPropPermissions",
10002
+ "WebhooksPullRequest5PropHead",
10003
+ "WebhooksPullRequest5PropHeadPropUser",
10004
+ "WebhooksPullRequest5PropHeadPropRepo",
10005
+ "WebhooksPullRequest5PropHeadPropRepoPropLicense",
10006
+ "WebhooksPullRequest5PropHeadPropRepoPropOwner",
10007
+ "WebhooksPullRequest5PropHeadPropRepoPropPermissions",
10008
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof1",
10009
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent",
10010
+ "WebhooksPullRequest5PropRequestedTeamsItems",
10011
+ "WebhooksPullRequest5PropRequestedTeamsItemsPropParent",
10012
+ "WebhooksReviewComment",
10013
+ "WebhooksReviewCommentPropReactions",
10014
+ "WebhooksReviewCommentPropUser",
10015
+ "WebhooksReviewCommentPropLinks",
10016
+ "WebhooksReviewCommentPropLinksPropHtml",
10017
+ "WebhooksReviewCommentPropLinksPropPullRequest",
10018
+ "WebhooksReviewCommentPropLinksPropSelf",
10019
+ "WebhooksReview",
10020
+ "WebhooksReviewPropUser",
10021
+ "WebhooksReviewPropLinks",
10022
+ "WebhooksReviewPropLinksPropHtml",
10023
+ "WebhooksReviewPropLinksPropPullRequest",
10024
+ "WebhooksRelease",
10025
+ "WebhooksReleasePropAuthor",
10026
+ "WebhooksReleasePropReactions",
10027
+ "WebhooksReleasePropAssetsItems",
10028
+ "WebhooksReleasePropAssetsItemsPropUploader",
10029
+ "WebhooksRelease1",
10030
+ "WebhooksRelease1PropAssetsItems",
10031
+ "WebhooksRelease1PropAssetsItemsPropUploader",
10032
+ "WebhooksRelease1PropAuthor",
10033
+ "WebhooksRelease1PropReactions",
10034
+ "WebhooksAlert",
10035
+ "WebhooksAlertPropDismisser",
10641
10036
  "SecretScanningAlertWebhook",
10037
+ "WebhooksSecurityAdvisory",
10038
+ "WebhooksSecurityAdvisoryPropCvss",
10039
+ "WebhooksSecurityAdvisoryPropCwesItems",
10040
+ "WebhooksSecurityAdvisoryPropIdentifiersItems",
10041
+ "WebhooksSecurityAdvisoryPropReferencesItems",
10042
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItems",
10043
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
10044
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
10045
+ "WebhooksSponsorship",
10046
+ "WebhooksSponsorshipPropMaintainer",
10047
+ "WebhooksSponsorshipPropSponsor",
10048
+ "WebhooksSponsorshipPropSponsorable",
10049
+ "WebhooksSponsorshipPropTier",
10050
+ "WebhooksChanges8",
10051
+ "WebhooksChanges8PropTier",
10052
+ "WebhooksChanges8PropTierPropFrom",
10053
+ "WebhooksTeam1",
10054
+ "WebhooksTeam1PropParent",
10642
10055
  "WebhookBranchProtectionConfigurationDisabled",
10643
10056
  "WebhookBranchProtectionConfigurationEnabled",
10644
10057
  "WebhookBranchProtectionRuleCreated",
@@ -10765,11 +10178,8 @@ else:
10765
10178
  "WebhookDependabotAlertReintroduced",
10766
10179
  "WebhookDependabotAlertReopened",
10767
10180
  "WebhookDeployKeyCreated",
10768
- "WebhookDeployKeyCreatedPropKey",
10769
10181
  "WebhookDeployKeyDeleted",
10770
- "WebhookDeployKeyDeletedPropKey",
10771
10182
  "WebhookDeploymentCreated",
10772
- "WebhookDeploymentCreatedPropWorkflow",
10773
10183
  "WebhookDeploymentCreatedPropDeployment",
10774
10184
  "WebhookDeploymentCreatedPropDeploymentPropCreator",
10775
10185
  "WebhookDeploymentCreatedPropDeploymentPropPayloadOneof0",
@@ -10791,11 +10201,7 @@ else:
10791
10201
  "WebhookDeploymentCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
10792
10202
  "WebhookDeploymentProtectionRuleRequested",
10793
10203
  "WebhookDeploymentReviewApproved",
10794
- "WebhookDeploymentReviewApprovedPropApprover",
10795
- "WebhookDeploymentReviewApprovedPropWorkflowJobRun",
10796
10204
  "WebhookDeploymentReviewApprovedPropWorkflowJobRunsItems",
10797
- "WebhookDeploymentReviewApprovedPropReviewersItems",
10798
- "WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewer",
10799
10205
  "WebhookDeploymentReviewApprovedPropWorkflowRun",
10800
10206
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropActor",
10801
10207
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropHeadCommit",
@@ -10811,11 +10217,7 @@ else:
10811
10217
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHead",
10812
10218
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
10813
10219
  "WebhookDeploymentReviewRejected",
10814
- "WebhookDeploymentReviewRejectedPropApprover",
10815
- "WebhookDeploymentReviewRejectedPropWorkflowJobRun",
10816
10220
  "WebhookDeploymentReviewRejectedPropWorkflowJobRunsItems",
10817
- "WebhookDeploymentReviewRejectedPropReviewersItems",
10818
- "WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewer",
10819
10221
  "WebhookDeploymentReviewRejectedPropWorkflowRun",
10820
10222
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropActor",
10821
10223
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropHeadCommit",
@@ -10831,7 +10233,6 @@ else:
10831
10233
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHead",
10832
10234
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
10833
10235
  "WebhookDeploymentReviewRequested",
10834
- "WebhookDeploymentReviewRequestedPropRequestor",
10835
10236
  "WebhookDeploymentReviewRequestedPropWorkflowJobRun",
10836
10237
  "WebhookDeploymentReviewRequestedPropReviewersItems",
10837
10238
  "WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer",
@@ -10851,7 +10252,6 @@ else:
10851
10252
  "WebhookDeploymentReviewRequestedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
10852
10253
  "WebhookDeploymentStatusCreated",
10853
10254
  "WebhookDeploymentStatusCreatedPropCheckRun",
10854
- "WebhookDeploymentStatusCreatedPropWorkflow",
10855
10255
  "WebhookDeploymentStatusCreatedPropDeployment",
10856
10256
  "WebhookDeploymentStatusCreatedPropDeploymentPropCreator",
10857
10257
  "WebhookDeploymentStatusCreatedPropDeploymentPropPayloadOneof1",
@@ -10877,28 +10277,16 @@ else:
10877
10277
  "WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHead",
10878
10278
  "WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
10879
10279
  "WebhookDiscussionAnswered",
10880
- "WebhookDiscussionAnsweredPropAnswer",
10881
- "WebhookDiscussionAnsweredPropAnswerPropReactions",
10882
- "WebhookDiscussionAnsweredPropAnswerPropUser",
10883
10280
  "WebhookDiscussionCategoryChanged",
10884
10281
  "WebhookDiscussionCategoryChangedPropChanges",
10885
10282
  "WebhookDiscussionCategoryChangedPropChangesPropCategory",
10886
10283
  "WebhookDiscussionCategoryChangedPropChangesPropCategoryPropFrom",
10887
10284
  "WebhookDiscussionClosed",
10888
10285
  "WebhookDiscussionCommentCreated",
10889
- "WebhookDiscussionCommentCreatedPropComment",
10890
- "WebhookDiscussionCommentCreatedPropCommentPropReactions",
10891
- "WebhookDiscussionCommentCreatedPropCommentPropUser",
10892
10286
  "WebhookDiscussionCommentDeleted",
10893
- "WebhookDiscussionCommentDeletedPropComment",
10894
- "WebhookDiscussionCommentDeletedPropCommentPropReactions",
10895
- "WebhookDiscussionCommentDeletedPropCommentPropUser",
10896
10287
  "WebhookDiscussionCommentEdited",
10897
10288
  "WebhookDiscussionCommentEditedPropChanges",
10898
10289
  "WebhookDiscussionCommentEditedPropChangesPropBody",
10899
- "WebhookDiscussionCommentEditedPropComment",
10900
- "WebhookDiscussionCommentEditedPropCommentPropReactions",
10901
- "WebhookDiscussionCommentEditedPropCommentPropUser",
10902
10290
  "WebhookDiscussionCreated",
10903
10291
  "WebhookDiscussionDeleted",
10904
10292
  "WebhookDiscussionEdited",
@@ -10906,18 +10294,13 @@ else:
10906
10294
  "WebhookDiscussionEditedPropChangesPropBody",
10907
10295
  "WebhookDiscussionEditedPropChangesPropTitle",
10908
10296
  "WebhookDiscussionLabeled",
10909
- "WebhookDiscussionLabeledPropLabel",
10910
10297
  "WebhookDiscussionLocked",
10911
10298
  "WebhookDiscussionPinned",
10912
10299
  "WebhookDiscussionReopened",
10913
10300
  "WebhookDiscussionTransferred",
10914
10301
  "WebhookDiscussionTransferredPropChanges",
10915
10302
  "WebhookDiscussionUnanswered",
10916
- "WebhookDiscussionUnansweredPropOldAnswer",
10917
- "WebhookDiscussionUnansweredPropOldAnswerPropReactions",
10918
- "WebhookDiscussionUnansweredPropOldAnswerPropUser",
10919
10303
  "WebhookDiscussionUnlabeled",
10920
- "WebhookDiscussionUnlabeledPropLabel",
10921
10304
  "WebhookDiscussionUnlocked",
10922
10305
  "WebhookDiscussionUnpinned",
10923
10306
  "WebhookFork",
@@ -10936,29 +10319,19 @@ else:
10936
10319
  "WebhookGollum",
10937
10320
  "WebhookGollumPropPagesItems",
10938
10321
  "WebhookInstallationCreated",
10939
- "WebhookInstallationCreatedPropRepositoriesItems",
10940
- "WebhookInstallationCreatedPropRequester",
10941
10322
  "WebhookInstallationDeleted",
10942
- "WebhookInstallationDeletedPropRepositoriesItems",
10943
10323
  "WebhookInstallationNewPermissionsAccepted",
10944
- "WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems",
10945
10324
  "WebhookInstallationRepositoriesAdded",
10946
- "WebhookInstallationRepositoriesAddedPropRepositoriesAddedItems",
10947
10325
  "WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems",
10948
- "WebhookInstallationRepositoriesAddedPropRequester",
10949
10326
  "WebhookInstallationRepositoriesRemoved",
10950
- "WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems",
10951
10327
  "WebhookInstallationRepositoriesRemovedPropRepositoriesRemovedItems",
10952
- "WebhookInstallationRepositoriesRemovedPropRequester",
10953
10328
  "WebhookInstallationSuspend",
10954
- "WebhookInstallationSuspendPropRepositoriesItems",
10955
10329
  "WebhookInstallationTargetRenamed",
10956
10330
  "WebhookInstallationTargetRenamedPropAccount",
10957
10331
  "WebhookInstallationTargetRenamedPropChanges",
10958
10332
  "WebhookInstallationTargetRenamedPropChangesPropLogin",
10959
10333
  "WebhookInstallationTargetRenamedPropChangesPropSlug",
10960
10334
  "WebhookInstallationUnsuspend",
10961
- "WebhookInstallationUnsuspendPropRepositoriesItems",
10962
10335
  "WebhookIssueCommentCreated",
10963
10336
  "WebhookIssueCommentCreatedPropComment",
10964
10337
  "WebhookIssueCommentCreatedPropCommentPropReactions",
@@ -10990,9 +10363,6 @@ else:
10990
10363
  "WebhookIssueCommentCreatedPropIssueMergedMilestone",
10991
10364
  "WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp",
10992
10365
  "WebhookIssueCommentDeleted",
10993
- "WebhookIssueCommentDeletedPropComment",
10994
- "WebhookIssueCommentDeletedPropCommentPropReactions",
10995
- "WebhookIssueCommentDeletedPropCommentPropUser",
10996
10366
  "WebhookIssueCommentDeletedPropIssue",
10997
10367
  "WebhookIssueCommentDeletedPropIssueMergedAssignees",
10998
10368
  "WebhookIssueCommentDeletedPropIssueMergedReactions",
@@ -11020,11 +10390,6 @@ else:
11020
10390
  "WebhookIssueCommentDeletedPropIssueMergedMilestone",
11021
10391
  "WebhookIssueCommentDeletedPropIssueMergedPerformedViaGithubApp",
11022
10392
  "WebhookIssueCommentEdited",
11023
- "WebhookIssueCommentEditedPropChanges",
11024
- "WebhookIssueCommentEditedPropChangesPropBody",
11025
- "WebhookIssueCommentEditedPropComment",
11026
- "WebhookIssueCommentEditedPropCommentPropReactions",
11027
- "WebhookIssueCommentEditedPropCommentPropUser",
11028
10393
  "WebhookIssueCommentEditedPropIssue",
11029
10394
  "WebhookIssueCommentEditedPropIssueMergedAssignees",
11030
10395
  "WebhookIssueCommentEditedPropIssueMergedReactions",
@@ -11052,19 +10417,6 @@ else:
11052
10417
  "WebhookIssueCommentEditedPropIssueMergedMilestone",
11053
10418
  "WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubApp",
11054
10419
  "WebhookIssuesAssigned",
11055
- "WebhookIssuesAssignedPropAssignee",
11056
- "WebhookIssuesAssignedPropIssue",
11057
- "WebhookIssuesAssignedPropIssuePropAssignee",
11058
- "WebhookIssuesAssignedPropIssuePropAssigneesItems",
11059
- "WebhookIssuesAssignedPropIssuePropLabelsItems",
11060
- "WebhookIssuesAssignedPropIssuePropMilestone",
11061
- "WebhookIssuesAssignedPropIssuePropMilestonePropCreator",
11062
- "WebhookIssuesAssignedPropIssuePropPerformedViaGithubApp",
11063
- "WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner",
11064
- "WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions",
11065
- "WebhookIssuesAssignedPropIssuePropPullRequest",
11066
- "WebhookIssuesAssignedPropIssuePropReactions",
11067
- "WebhookIssuesAssignedPropIssuePropUser",
11068
10420
  "WebhookIssuesClosed",
11069
10421
  "WebhookIssuesClosedPropIssue",
11070
10422
  "WebhookIssuesClosedPropIssueMergedAssignee",
@@ -11120,10 +10472,7 @@ else:
11120
10472
  "WebhookIssuesDemilestonedPropIssuePropPullRequest",
11121
10473
  "WebhookIssuesDemilestonedPropIssuePropReactions",
11122
10474
  "WebhookIssuesDemilestonedPropIssuePropUser",
11123
- "WebhookIssuesDemilestonedPropMilestone",
11124
- "WebhookIssuesDemilestonedPropMilestonePropCreator",
11125
10475
  "WebhookIssuesEdited",
11126
- "WebhookIssuesEditedPropLabel",
11127
10476
  "WebhookIssuesEditedPropChanges",
11128
10477
  "WebhookIssuesEditedPropChangesPropBody",
11129
10478
  "WebhookIssuesEditedPropChangesPropTitle",
@@ -11140,7 +10489,6 @@ else:
11140
10489
  "WebhookIssuesEditedPropIssuePropReactions",
11141
10490
  "WebhookIssuesEditedPropIssuePropUser",
11142
10491
  "WebhookIssuesLabeled",
11143
- "WebhookIssuesLabeledPropLabel",
11144
10492
  "WebhookIssuesLabeledPropIssue",
11145
10493
  "WebhookIssuesLabeledPropIssuePropAssignee",
11146
10494
  "WebhookIssuesLabeledPropIssuePropAssigneesItems",
@@ -11179,8 +10527,6 @@ else:
11179
10527
  "WebhookIssuesMilestonedPropIssuePropPullRequest",
11180
10528
  "WebhookIssuesMilestonedPropIssuePropReactions",
11181
10529
  "WebhookIssuesMilestonedPropIssuePropUser",
11182
- "WebhookIssuesMilestonedPropMilestone",
11183
- "WebhookIssuesMilestonedPropMilestonePropCreator",
11184
10530
  "WebhookIssuesOpened",
11185
10531
  "WebhookIssuesOpenedPropIssue",
11186
10532
  "WebhookIssuesOpenedPropIssuePropAssignee",
@@ -11213,18 +10559,6 @@ else:
11213
10559
  "WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner",
11214
10560
  "WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissions",
11215
10561
  "WebhookIssuesPinned",
11216
- "WebhookIssuesPinnedPropIssue",
11217
- "WebhookIssuesPinnedPropIssuePropAssignee",
11218
- "WebhookIssuesPinnedPropIssuePropAssigneesItems",
11219
- "WebhookIssuesPinnedPropIssuePropLabelsItems",
11220
- "WebhookIssuesPinnedPropIssuePropMilestone",
11221
- "WebhookIssuesPinnedPropIssuePropMilestonePropCreator",
11222
- "WebhookIssuesPinnedPropIssuePropPerformedViaGithubApp",
11223
- "WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwner",
11224
- "WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions",
11225
- "WebhookIssuesPinnedPropIssuePropPullRequest",
11226
- "WebhookIssuesPinnedPropIssuePropReactions",
11227
- "WebhookIssuesPinnedPropIssuePropUser",
11228
10562
  "WebhookIssuesReopened",
11229
10563
  "WebhookIssuesReopenedPropIssue",
11230
10564
  "WebhookIssuesReopenedPropIssuePropAssignee",
@@ -11239,18 +10573,6 @@ else:
11239
10573
  "WebhookIssuesReopenedPropIssuePropReactions",
11240
10574
  "WebhookIssuesReopenedPropIssuePropUser",
11241
10575
  "WebhookIssuesTransferred",
11242
- "WebhookIssuesTransferredPropIssue",
11243
- "WebhookIssuesTransferredPropIssuePropAssignee",
11244
- "WebhookIssuesTransferredPropIssuePropAssigneesItems",
11245
- "WebhookIssuesTransferredPropIssuePropLabelsItems",
11246
- "WebhookIssuesTransferredPropIssuePropMilestone",
11247
- "WebhookIssuesTransferredPropIssuePropMilestonePropCreator",
11248
- "WebhookIssuesTransferredPropIssuePropPerformedViaGithubApp",
11249
- "WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwner",
11250
- "WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissions",
11251
- "WebhookIssuesTransferredPropIssuePropPullRequest",
11252
- "WebhookIssuesTransferredPropIssuePropReactions",
11253
- "WebhookIssuesTransferredPropIssuePropUser",
11254
10576
  "WebhookIssuesTransferredPropChanges",
11255
10577
  "WebhookIssuesTransferredPropChangesPropNewIssue",
11256
10578
  "WebhookIssuesTransferredPropChangesPropNewIssuePropAssignee",
@@ -11270,33 +10592,7 @@ else:
11270
10592
  "WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwner",
11271
10593
  "WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions",
11272
10594
  "WebhookIssuesUnassigned",
11273
- "WebhookIssuesUnassignedPropAssignee",
11274
- "WebhookIssuesUnassignedPropIssue",
11275
- "WebhookIssuesUnassignedPropIssuePropAssignee",
11276
- "WebhookIssuesUnassignedPropIssuePropAssigneesItems",
11277
- "WebhookIssuesUnassignedPropIssuePropLabelsItems",
11278
- "WebhookIssuesUnassignedPropIssuePropMilestone",
11279
- "WebhookIssuesUnassignedPropIssuePropMilestonePropCreator",
11280
- "WebhookIssuesUnassignedPropIssuePropPerformedViaGithubApp",
11281
- "WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwner",
11282
- "WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions",
11283
- "WebhookIssuesUnassignedPropIssuePropPullRequest",
11284
- "WebhookIssuesUnassignedPropIssuePropReactions",
11285
- "WebhookIssuesUnassignedPropIssuePropUser",
11286
10595
  "WebhookIssuesUnlabeled",
11287
- "WebhookIssuesUnlabeledPropLabel",
11288
- "WebhookIssuesUnlabeledPropIssue",
11289
- "WebhookIssuesUnlabeledPropIssuePropAssignee",
11290
- "WebhookIssuesUnlabeledPropIssuePropAssigneesItems",
11291
- "WebhookIssuesUnlabeledPropIssuePropLabelsItems",
11292
- "WebhookIssuesUnlabeledPropIssuePropMilestone",
11293
- "WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator",
11294
- "WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubApp",
11295
- "WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwner",
11296
- "WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions",
11297
- "WebhookIssuesUnlabeledPropIssuePropPullRequest",
11298
- "WebhookIssuesUnlabeledPropIssuePropReactions",
11299
- "WebhookIssuesUnlabeledPropIssuePropUser",
11300
10596
  "WebhookIssuesUnlocked",
11301
10597
  "WebhookIssuesUnlockedPropIssue",
11302
10598
  "WebhookIssuesUnlockedPropIssuePropAssignee",
@@ -11311,46 +10607,19 @@ else:
11311
10607
  "WebhookIssuesUnlockedPropIssuePropReactions",
11312
10608
  "WebhookIssuesUnlockedPropIssuePropUser",
11313
10609
  "WebhookIssuesUnpinned",
11314
- "WebhookIssuesUnpinnedPropIssue",
11315
- "WebhookIssuesUnpinnedPropIssuePropAssignee",
11316
- "WebhookIssuesUnpinnedPropIssuePropAssigneesItems",
11317
- "WebhookIssuesUnpinnedPropIssuePropLabelsItems",
11318
- "WebhookIssuesUnpinnedPropIssuePropMilestone",
11319
- "WebhookIssuesUnpinnedPropIssuePropMilestonePropCreator",
11320
- "WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp",
11321
- "WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwner",
11322
- "WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissions",
11323
- "WebhookIssuesUnpinnedPropIssuePropPullRequest",
11324
- "WebhookIssuesUnpinnedPropIssuePropReactions",
11325
- "WebhookIssuesUnpinnedPropIssuePropUser",
11326
10610
  "WebhookLabelCreated",
11327
- "WebhookLabelCreatedPropLabel",
11328
10611
  "WebhookLabelDeleted",
11329
- "WebhookLabelDeletedPropLabel",
11330
10612
  "WebhookLabelEdited",
11331
- "WebhookLabelEditedPropLabel",
11332
10613
  "WebhookLabelEditedPropChanges",
11333
10614
  "WebhookLabelEditedPropChangesPropColor",
11334
10615
  "WebhookLabelEditedPropChangesPropDescription",
11335
10616
  "WebhookLabelEditedPropChangesPropName",
11336
10617
  "WebhookMarketplacePurchaseCancelled",
11337
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchase",
11338
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount",
11339
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan",
11340
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase",
11341
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount",
11342
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan",
11343
10618
  "WebhookMarketplacePurchaseChanged",
11344
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchase",
11345
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount",
11346
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan",
11347
10619
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase",
11348
10620
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccount",
11349
10621
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan",
11350
10622
  "WebhookMarketplacePurchasePendingChange",
11351
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchase",
11352
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount",
11353
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan",
11354
10623
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase",
11355
10624
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccount",
11356
10625
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlan",
@@ -11358,84 +10627,45 @@ else:
11358
10627
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase",
11359
10628
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccount",
11360
10629
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan",
11361
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase",
11362
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount",
11363
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan",
11364
10630
  "WebhookMarketplacePurchasePurchased",
11365
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchase",
11366
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount",
11367
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan",
11368
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase",
11369
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount",
11370
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlan",
11371
10631
  "WebhookMemberAdded",
11372
- "WebhookMemberAddedPropMember",
11373
10632
  "WebhookMemberAddedPropChanges",
11374
10633
  "WebhookMemberAddedPropChangesPropPermission",
11375
10634
  "WebhookMemberAddedPropChangesPropRoleName",
11376
10635
  "WebhookMemberEdited",
11377
- "WebhookMemberEditedPropMember",
11378
10636
  "WebhookMemberEditedPropChanges",
11379
10637
  "WebhookMemberEditedPropChangesPropOldPermission",
11380
10638
  "WebhookMemberEditedPropChangesPropPermission",
11381
10639
  "WebhookMemberRemoved",
11382
- "WebhookMemberRemovedPropMember",
11383
10640
  "WebhookMembershipAdded",
11384
- "WebhookMembershipAddedPropMember",
11385
10641
  "WebhookMembershipAddedPropSender",
11386
- "WebhookMembershipAddedPropTeam",
11387
- "WebhookMembershipAddedPropTeamPropParent",
11388
10642
  "WebhookMembershipRemoved",
11389
- "WebhookMembershipRemovedPropMember",
11390
10643
  "WebhookMembershipRemovedPropSender",
11391
- "WebhookMembershipRemovedPropTeam",
11392
- "WebhookMembershipRemovedPropTeamPropParent",
11393
10644
  "WebhookMergeGroupChecksRequested",
11394
10645
  "WebhookMergeGroupDestroyed",
11395
10646
  "WebhookMetaDeleted",
11396
10647
  "WebhookMetaDeletedPropHook",
11397
10648
  "WebhookMetaDeletedPropHookPropConfig",
11398
10649
  "WebhookMilestoneClosed",
11399
- "WebhookMilestoneClosedPropMilestone",
11400
- "WebhookMilestoneClosedPropMilestonePropCreator",
11401
10650
  "WebhookMilestoneCreated",
11402
- "WebhookMilestoneCreatedPropMilestone",
11403
- "WebhookMilestoneCreatedPropMilestonePropCreator",
11404
10651
  "WebhookMilestoneDeleted",
11405
- "WebhookMilestoneDeletedPropMilestone",
11406
- "WebhookMilestoneDeletedPropMilestonePropCreator",
11407
10652
  "WebhookMilestoneEdited",
11408
10653
  "WebhookMilestoneEditedPropChanges",
11409
10654
  "WebhookMilestoneEditedPropChangesPropDescription",
11410
10655
  "WebhookMilestoneEditedPropChangesPropDueOn",
11411
10656
  "WebhookMilestoneEditedPropChangesPropTitle",
11412
- "WebhookMilestoneEditedPropMilestone",
11413
- "WebhookMilestoneEditedPropMilestonePropCreator",
11414
10657
  "WebhookMilestoneOpened",
11415
- "WebhookMilestoneOpenedPropMilestone",
11416
- "WebhookMilestoneOpenedPropMilestonePropCreator",
11417
10658
  "WebhookOrgBlockBlocked",
11418
- "WebhookOrgBlockBlockedPropBlockedUser",
11419
10659
  "WebhookOrgBlockUnblocked",
11420
- "WebhookOrgBlockUnblockedPropBlockedUser",
11421
10660
  "WebhookOrganizationDeleted",
11422
- "WebhookOrganizationDeletedPropMembership",
11423
- "WebhookOrganizationDeletedPropMembershipPropUser",
11424
10661
  "WebhookOrganizationMemberAdded",
11425
- "WebhookOrganizationMemberAddedPropMembership",
11426
- "WebhookOrganizationMemberAddedPropMembershipPropUser",
11427
10662
  "WebhookOrganizationMemberInvited",
11428
- "WebhookOrganizationMemberInvitedPropUser",
11429
10663
  "WebhookOrganizationMemberInvitedPropInvitation",
11430
10664
  "WebhookOrganizationMemberInvitedPropInvitationPropInviter",
11431
10665
  "WebhookOrganizationMemberRemoved",
11432
- "WebhookOrganizationMemberRemovedPropMembership",
11433
- "WebhookOrganizationMemberRemovedPropMembershipPropUser",
11434
10666
  "WebhookOrganizationRenamed",
11435
10667
  "WebhookOrganizationRenamedPropChanges",
11436
10668
  "WebhookOrganizationRenamedPropChangesPropLogin",
11437
- "WebhookOrganizationRenamedPropMembership",
11438
- "WebhookOrganizationRenamedPropMembershipPropUser",
11439
10669
  "WebhookRubygemsMetadata",
11440
10670
  "WebhookRubygemsMetadataPropVersionInfo",
11441
10671
  "WebhookRubygemsMetadataPropMetadata",
@@ -11500,19 +10730,13 @@ else:
11500
10730
  "WebhookProjectCardConverted",
11501
10731
  "WebhookProjectCardConvertedPropChanges",
11502
10732
  "WebhookProjectCardConvertedPropChangesPropNote",
11503
- "WebhookProjectCardConvertedPropProjectCard",
11504
- "WebhookProjectCardConvertedPropProjectCardPropCreator",
11505
10733
  "WebhookProjectCardCreated",
11506
- "WebhookProjectCardCreatedPropProjectCard",
11507
- "WebhookProjectCardCreatedPropProjectCardPropCreator",
11508
10734
  "WebhookProjectCardDeleted",
11509
10735
  "WebhookProjectCardDeletedPropProjectCard",
11510
10736
  "WebhookProjectCardDeletedPropProjectCardPropCreator",
11511
10737
  "WebhookProjectCardEdited",
11512
10738
  "WebhookProjectCardEditedPropChanges",
11513
10739
  "WebhookProjectCardEditedPropChangesPropNote",
11514
- "WebhookProjectCardEditedPropProjectCard",
11515
- "WebhookProjectCardEditedPropProjectCardPropCreator",
11516
10740
  "WebhookProjectCardMoved",
11517
10741
  "WebhookProjectCardMovedPropChanges",
11518
10742
  "WebhookProjectCardMovedPropChangesPropColumnId",
@@ -11523,33 +10747,19 @@ else:
11523
10747
  "WebhookProjectCardMovedPropProjectCardAllof1",
11524
10748
  "WebhookProjectCardMovedPropProjectCardAllof1PropCreator",
11525
10749
  "WebhookProjectClosed",
11526
- "WebhookProjectClosedPropProject",
11527
- "WebhookProjectClosedPropProjectPropCreator",
11528
10750
  "WebhookProjectColumnCreated",
11529
- "WebhookProjectColumnCreatedPropProjectColumn",
11530
10751
  "WebhookProjectColumnDeleted",
11531
- "WebhookProjectColumnDeletedPropProjectColumn",
11532
10752
  "WebhookProjectColumnEdited",
11533
- "WebhookProjectColumnEditedPropProjectColumn",
11534
10753
  "WebhookProjectColumnEditedPropChanges",
11535
10754
  "WebhookProjectColumnEditedPropChangesPropName",
11536
10755
  "WebhookProjectColumnMoved",
11537
- "WebhookProjectColumnMovedPropProjectColumn",
11538
10756
  "WebhookProjectCreated",
11539
- "WebhookProjectCreatedPropProject",
11540
- "WebhookProjectCreatedPropProjectPropCreator",
11541
10757
  "WebhookProjectDeleted",
11542
- "WebhookProjectDeletedPropProject",
11543
- "WebhookProjectDeletedPropProjectPropCreator",
11544
10758
  "WebhookProjectEdited",
11545
10759
  "WebhookProjectEditedPropChanges",
11546
10760
  "WebhookProjectEditedPropChangesPropBody",
11547
10761
  "WebhookProjectEditedPropChangesPropName",
11548
- "WebhookProjectEditedPropProject",
11549
- "WebhookProjectEditedPropProjectPropCreator",
11550
10762
  "WebhookProjectReopened",
11551
- "WebhookProjectReopenedPropProject",
11552
- "WebhookProjectReopenedPropProjectPropCreator",
11553
10763
  "WebhookProjectsV2ProjectClosed",
11554
10764
  "WebhookProjectsV2ProjectCreated",
11555
10765
  "WebhookProjectsV2ProjectDeleted",
@@ -11560,8 +10770,6 @@ else:
11560
10770
  "WebhookProjectsV2ProjectEditedPropChangesPropShortDescription",
11561
10771
  "WebhookProjectsV2ProjectEditedPropChangesPropTitle",
11562
10772
  "WebhookProjectsV2ItemArchived",
11563
- "WebhookProjectsV2ItemArchivedPropChanges",
11564
- "WebhookProjectsV2ItemArchivedPropChangesPropArchivedAt",
11565
10773
  "WebhookProjectsV2ItemConverted",
11566
10774
  "WebhookProjectsV2ItemConvertedPropChanges",
11567
10775
  "WebhookProjectsV2ItemConvertedPropChangesPropContentType",
@@ -11576,12 +10784,9 @@ else:
11576
10784
  "WebhookProjectsV2ItemReorderedPropChanges",
11577
10785
  "WebhookProjectsV2ItemReorderedPropChangesPropPreviousProjectsV2ItemNodeId",
11578
10786
  "WebhookProjectsV2ItemRestored",
11579
- "WebhookProjectsV2ItemRestoredPropChanges",
11580
- "WebhookProjectsV2ItemRestoredPropChangesPropArchivedAt",
11581
10787
  "WebhookProjectsV2ProjectReopened",
11582
10788
  "WebhookPublic",
11583
10789
  "WebhookPullRequestAssigned",
11584
- "WebhookPullRequestAssignedPropAssignee",
11585
10790
  "WebhookPullRequestAssignedPropPullRequest",
11586
10791
  "WebhookPullRequestAssignedPropPullRequestPropAssignee",
11587
10792
  "WebhookPullRequestAssignedPropPullRequestPropAssigneesItems",
@@ -11695,42 +10900,6 @@ else:
11695
10900
  "WebhookPullRequestClosed",
11696
10901
  "WebhookPullRequestConvertedToDraft",
11697
10902
  "WebhookPullRequestDemilestoned",
11698
- "WebhookPullRequestDemilestonedPropPullRequest",
11699
- "WebhookPullRequestDemilestonedPropPullRequestPropAssignee",
11700
- "WebhookPullRequestDemilestonedPropPullRequestPropAssigneesItems",
11701
- "WebhookPullRequestDemilestonedPropPullRequestPropAutoMerge",
11702
- "WebhookPullRequestDemilestonedPropPullRequestPropAutoMergePropEnabledBy",
11703
- "WebhookPullRequestDemilestonedPropPullRequestPropLabelsItems",
11704
- "WebhookPullRequestDemilestonedPropPullRequestPropMergedBy",
11705
- "WebhookPullRequestDemilestonedPropPullRequestPropMilestone",
11706
- "WebhookPullRequestDemilestonedPropPullRequestPropMilestonePropCreator",
11707
- "WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof0",
11708
- "WebhookPullRequestDemilestonedPropPullRequestPropUser",
11709
- "WebhookPullRequestDemilestonedPropPullRequestPropLinks",
11710
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropComments",
11711
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommits",
11712
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropHtml",
11713
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropIssue",
11714
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComment",
11715
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropReviewComments",
11716
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropSelf",
11717
- "WebhookPullRequestDemilestonedPropPullRequestPropLinksPropStatuses",
11718
- "WebhookPullRequestDemilestonedPropPullRequestPropBase",
11719
- "WebhookPullRequestDemilestonedPropPullRequestPropBasePropUser",
11720
- "WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepo",
11721
- "WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropLicense",
11722
- "WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropOwner",
11723
- "WebhookPullRequestDemilestonedPropPullRequestPropBasePropRepoPropPermissions",
11724
- "WebhookPullRequestDemilestonedPropPullRequestPropHead",
11725
- "WebhookPullRequestDemilestonedPropPullRequestPropHeadPropUser",
11726
- "WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepo",
11727
- "WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropLicense",
11728
- "WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropOwner",
11729
- "WebhookPullRequestDemilestonedPropPullRequestPropHeadPropRepoPropPermissions",
11730
- "WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1",
11731
- "WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent",
11732
- "WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItems",
11733
- "WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItemsPropParent",
11734
10903
  "WebhookPullRequestDequeued",
11735
10904
  "WebhookPullRequestDequeuedPropPullRequest",
11736
10905
  "WebhookPullRequestDequeuedPropPullRequestPropAssignee",
@@ -11813,7 +10982,6 @@ else:
11813
10982
  "WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItems",
11814
10983
  "WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent",
11815
10984
  "WebhookPullRequestLabeled",
11816
- "WebhookPullRequestLabeledPropLabel",
11817
10985
  "WebhookPullRequestLabeledPropPullRequest",
11818
10986
  "WebhookPullRequestLabeledPropPullRequestPropAssignee",
11819
10987
  "WebhookPullRequestLabeledPropPullRequestPropAssigneesItems",
@@ -11888,42 +11056,6 @@ else:
11888
11056
  "WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItems",
11889
11057
  "WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent",
11890
11058
  "WebhookPullRequestMilestoned",
11891
- "WebhookPullRequestMilestonedPropPullRequest",
11892
- "WebhookPullRequestMilestonedPropPullRequestPropAssignee",
11893
- "WebhookPullRequestMilestonedPropPullRequestPropAssigneesItems",
11894
- "WebhookPullRequestMilestonedPropPullRequestPropAutoMerge",
11895
- "WebhookPullRequestMilestonedPropPullRequestPropAutoMergePropEnabledBy",
11896
- "WebhookPullRequestMilestonedPropPullRequestPropLabelsItems",
11897
- "WebhookPullRequestMilestonedPropPullRequestPropMergedBy",
11898
- "WebhookPullRequestMilestonedPropPullRequestPropMilestone",
11899
- "WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreator",
11900
- "WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof0",
11901
- "WebhookPullRequestMilestonedPropPullRequestPropUser",
11902
- "WebhookPullRequestMilestonedPropPullRequestPropLinks",
11903
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropComments",
11904
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommits",
11905
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropHtml",
11906
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropIssue",
11907
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComment",
11908
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropReviewComments",
11909
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropSelf",
11910
- "WebhookPullRequestMilestonedPropPullRequestPropLinksPropStatuses",
11911
- "WebhookPullRequestMilestonedPropPullRequestPropBase",
11912
- "WebhookPullRequestMilestonedPropPullRequestPropBasePropUser",
11913
- "WebhookPullRequestMilestonedPropPullRequestPropBasePropRepo",
11914
- "WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropLicense",
11915
- "WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropOwner",
11916
- "WebhookPullRequestMilestonedPropPullRequestPropBasePropRepoPropPermissions",
11917
- "WebhookPullRequestMilestonedPropPullRequestPropHead",
11918
- "WebhookPullRequestMilestonedPropPullRequestPropHeadPropUser",
11919
- "WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepo",
11920
- "WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropLicense",
11921
- "WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropOwner",
11922
- "WebhookPullRequestMilestonedPropPullRequestPropHeadPropRepoPropPermissions",
11923
- "WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1",
11924
- "WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent",
11925
- "WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems",
11926
- "WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParent",
11927
11059
  "WebhookPullRequestOpened",
11928
11060
  "WebhookPullRequestReadyForReview",
11929
11061
  "WebhookPullRequestReopened",
@@ -11971,13 +11103,6 @@ else:
11971
11103
  "WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems",
11972
11104
  "WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsPropParent",
11973
11105
  "WebhookPullRequestReviewCommentDeleted",
11974
- "WebhookPullRequestReviewCommentDeletedPropComment",
11975
- "WebhookPullRequestReviewCommentDeletedPropCommentPropReactions",
11976
- "WebhookPullRequestReviewCommentDeletedPropCommentPropUser",
11977
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinks",
11978
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtml",
11979
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest",
11980
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelf",
11981
11106
  "WebhookPullRequestReviewCommentDeletedPropPullRequest",
11982
11107
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee",
11983
11108
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneesItems",
@@ -12014,15 +11139,6 @@ else:
12014
11139
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItems",
12015
11140
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsPropParent",
12016
11141
  "WebhookPullRequestReviewCommentEdited",
12017
- "WebhookPullRequestReviewCommentEditedPropChanges",
12018
- "WebhookPullRequestReviewCommentEditedPropChangesPropBody",
12019
- "WebhookPullRequestReviewCommentEditedPropComment",
12020
- "WebhookPullRequestReviewCommentEditedPropCommentPropReactions",
12021
- "WebhookPullRequestReviewCommentEditedPropCommentPropUser",
12022
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinks",
12023
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtml",
12024
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest",
12025
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelf",
12026
11142
  "WebhookPullRequestReviewCommentEditedPropPullRequest",
12027
11143
  "WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee",
12028
11144
  "WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneesItems",
@@ -12102,11 +11218,6 @@ else:
12102
11218
  "WebhookPullRequestReviewEdited",
12103
11219
  "WebhookPullRequestReviewEditedPropChanges",
12104
11220
  "WebhookPullRequestReviewEditedPropChangesPropBody",
12105
- "WebhookPullRequestReviewEditedPropReview",
12106
- "WebhookPullRequestReviewEditedPropReviewPropUser",
12107
- "WebhookPullRequestReviewEditedPropReviewPropLinks",
12108
- "WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml",
12109
- "WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest",
12110
11221
  "WebhookPullRequestReviewEditedPropPullRequest",
12111
11222
  "WebhookPullRequestReviewEditedPropPullRequestPropAssignee",
12112
11223
  "WebhookPullRequestReviewEditedPropPullRequestPropAssigneesItems",
@@ -12297,11 +11408,6 @@ else:
12297
11408
  "WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItems",
12298
11409
  "WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsPropParent",
12299
11410
  "WebhookPullRequestReviewSubmitted",
12300
- "WebhookPullRequestReviewSubmittedPropReview",
12301
- "WebhookPullRequestReviewSubmittedPropReviewPropUser",
12302
- "WebhookPullRequestReviewSubmittedPropReviewPropLinks",
12303
- "WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml",
12304
- "WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest",
12305
11411
  "WebhookPullRequestReviewSubmittedPropPullRequest",
12306
11412
  "WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee",
12307
11413
  "WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneesItems",
@@ -12463,7 +11569,6 @@ else:
12463
11569
  "WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItems",
12464
11570
  "WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsPropParent",
12465
11571
  "WebhookPullRequestUnassigned",
12466
- "WebhookPullRequestUnassignedPropAssignee",
12467
11572
  "WebhookPullRequestUnassignedPropPullRequest",
12468
11573
  "WebhookPullRequestUnassignedPropPullRequestPropAssignee",
12469
11574
  "WebhookPullRequestUnassignedPropPullRequestPropAssigneesItems",
@@ -12501,7 +11606,6 @@ else:
12501
11606
  "WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItems",
12502
11607
  "WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsPropParent",
12503
11608
  "WebhookPullRequestUnlabeled",
12504
- "WebhookPullRequestUnlabeledPropLabel",
12505
11609
  "WebhookPullRequestUnlabeledPropPullRequest",
12506
11610
  "WebhookPullRequestUnlabeledPropPullRequestPropAssignee",
12507
11611
  "WebhookPullRequestUnlabeledPropPullRequestPropAssigneesItems",
@@ -12633,27 +11737,12 @@ else:
12633
11737
  "WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropRelease",
12634
11738
  "WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor",
12635
11739
  "WebhookReleaseCreated",
12636
- "WebhookReleaseCreatedPropRelease",
12637
- "WebhookReleaseCreatedPropReleasePropAuthor",
12638
- "WebhookReleaseCreatedPropReleasePropReactions",
12639
- "WebhookReleaseCreatedPropReleasePropAssetsItems",
12640
- "WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploader",
12641
11740
  "WebhookReleaseDeleted",
12642
- "WebhookReleaseDeletedPropRelease",
12643
- "WebhookReleaseDeletedPropReleasePropAuthor",
12644
- "WebhookReleaseDeletedPropReleasePropReactions",
12645
- "WebhookReleaseDeletedPropReleasePropAssetsItems",
12646
- "WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploader",
12647
11741
  "WebhookReleaseEdited",
12648
11742
  "WebhookReleaseEditedPropChanges",
12649
11743
  "WebhookReleaseEditedPropChangesPropBody",
12650
11744
  "WebhookReleaseEditedPropChangesPropName",
12651
11745
  "WebhookReleaseEditedPropChangesPropMakeLatest",
12652
- "WebhookReleaseEditedPropRelease",
12653
- "WebhookReleaseEditedPropReleasePropAuthor",
12654
- "WebhookReleaseEditedPropReleasePropReactions",
12655
- "WebhookReleaseEditedPropReleasePropAssetsItems",
12656
- "WebhookReleaseEditedPropReleasePropAssetsItemsPropUploader",
12657
11746
  "WebhookReleasePrereleased",
12658
11747
  "WebhookReleasePrereleasedPropRelease",
12659
11748
  "WebhookReleasePrereleasedPropReleasePropAssetsItems",
@@ -12661,23 +11750,8 @@ else:
12661
11750
  "WebhookReleasePrereleasedPropReleasePropAuthor",
12662
11751
  "WebhookReleasePrereleasedPropReleasePropReactions",
12663
11752
  "WebhookReleasePublished",
12664
- "WebhookReleasePublishedPropRelease",
12665
- "WebhookReleasePublishedPropReleasePropAssetsItems",
12666
- "WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader",
12667
- "WebhookReleasePublishedPropReleasePropAuthor",
12668
- "WebhookReleasePublishedPropReleasePropReactions",
12669
11753
  "WebhookReleaseReleased",
12670
- "WebhookReleaseReleasedPropRelease",
12671
- "WebhookReleaseReleasedPropReleasePropAuthor",
12672
- "WebhookReleaseReleasedPropReleasePropReactions",
12673
- "WebhookReleaseReleasedPropReleasePropAssetsItems",
12674
- "WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploader",
12675
11754
  "WebhookReleaseUnpublished",
12676
- "WebhookReleaseUnpublishedPropRelease",
12677
- "WebhookReleaseUnpublishedPropReleasePropAssetsItems",
12678
- "WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader",
12679
- "WebhookReleaseUnpublishedPropReleasePropAuthor",
12680
- "WebhookReleaseUnpublishedPropReleasePropReactions",
12681
11755
  "WebhookRepositoryAdvisoryPublished",
12682
11756
  "WebhookRepositoryAdvisoryReported",
12683
11757
  "WebhookRepositoryArchived",
@@ -12725,14 +11799,10 @@ else:
12725
11799
  "WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUser",
12726
11800
  "WebhookRepositoryUnarchived",
12727
11801
  "WebhookRepositoryVulnerabilityAlertCreate",
12728
- "WebhookRepositoryVulnerabilityAlertCreatePropAlert",
12729
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser",
12730
11802
  "WebhookRepositoryVulnerabilityAlertDismiss",
12731
11803
  "WebhookRepositoryVulnerabilityAlertDismissPropAlert",
12732
11804
  "WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisser",
12733
11805
  "WebhookRepositoryVulnerabilityAlertReopen",
12734
- "WebhookRepositoryVulnerabilityAlertReopenPropAlert",
12735
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser",
12736
11806
  "WebhookRepositoryVulnerabilityAlertResolve",
12737
11807
  "WebhookRepositoryVulnerabilityAlertResolvePropAlert",
12738
11808
  "WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser",
@@ -12758,23 +11828,7 @@ else:
12758
11828
  "WebhookSecretScanningAlertRevoked",
12759
11829
  "WebhookSecretScanningAlertValidated",
12760
11830
  "WebhookSecurityAdvisoryPublished",
12761
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisory",
12762
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvss",
12763
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems",
12764
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems",
12765
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems",
12766
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems",
12767
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
12768
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
12769
11831
  "WebhookSecurityAdvisoryUpdated",
12770
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisory",
12771
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvss",
12772
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems",
12773
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems",
12774
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems",
12775
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems",
12776
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
12777
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
12778
11832
  "WebhookSecurityAdvisoryWithdrawn",
12779
11833
  "WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory",
12780
11834
  "WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss",
@@ -12788,49 +11842,13 @@ else:
12788
11842
  "WebhookSecurityAndAnalysisPropChanges",
12789
11843
  "WebhookSecurityAndAnalysisPropChangesPropFrom",
12790
11844
  "WebhookSponsorshipCancelled",
12791
- "WebhookSponsorshipCancelledPropSponsorship",
12792
- "WebhookSponsorshipCancelledPropSponsorshipPropMaintainer",
12793
- "WebhookSponsorshipCancelledPropSponsorshipPropSponsor",
12794
- "WebhookSponsorshipCancelledPropSponsorshipPropSponsorable",
12795
- "WebhookSponsorshipCancelledPropSponsorshipPropTier",
12796
11845
  "WebhookSponsorshipCreated",
12797
- "WebhookSponsorshipCreatedPropSponsorship",
12798
- "WebhookSponsorshipCreatedPropSponsorshipPropMaintainer",
12799
- "WebhookSponsorshipCreatedPropSponsorshipPropSponsor",
12800
- "WebhookSponsorshipCreatedPropSponsorshipPropSponsorable",
12801
- "WebhookSponsorshipCreatedPropSponsorshipPropTier",
12802
11846
  "WebhookSponsorshipEdited",
12803
11847
  "WebhookSponsorshipEditedPropChanges",
12804
11848
  "WebhookSponsorshipEditedPropChangesPropPrivacyLevel",
12805
- "WebhookSponsorshipEditedPropSponsorship",
12806
- "WebhookSponsorshipEditedPropSponsorshipPropMaintainer",
12807
- "WebhookSponsorshipEditedPropSponsorshipPropSponsor",
12808
- "WebhookSponsorshipEditedPropSponsorshipPropSponsorable",
12809
- "WebhookSponsorshipEditedPropSponsorshipPropTier",
12810
11849
  "WebhookSponsorshipPendingCancellation",
12811
- "WebhookSponsorshipPendingCancellationPropSponsorship",
12812
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer",
12813
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor",
12814
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable",
12815
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropTier",
12816
11850
  "WebhookSponsorshipPendingTierChange",
12817
- "WebhookSponsorshipPendingTierChangePropSponsorship",
12818
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer",
12819
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor",
12820
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable",
12821
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropTier",
12822
- "WebhookSponsorshipPendingTierChangePropChanges",
12823
- "WebhookSponsorshipPendingTierChangePropChangesPropTier",
12824
- "WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom",
12825
11851
  "WebhookSponsorshipTierChanged",
12826
- "WebhookSponsorshipTierChangedPropSponsorship",
12827
- "WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer",
12828
- "WebhookSponsorshipTierChangedPropSponsorshipPropSponsor",
12829
- "WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable",
12830
- "WebhookSponsorshipTierChangedPropSponsorshipPropTier",
12831
- "WebhookSponsorshipTierChangedPropChanges",
12832
- "WebhookSponsorshipTierChangedPropChangesPropTier",
12833
- "WebhookSponsorshipTierChangedPropChangesPropTierPropFrom",
12834
11852
  "WebhookStarCreated",
12835
11853
  "WebhookStarDeleted",
12836
11854
  "WebhookStatus",
@@ -12850,40 +11868,30 @@ else:
12850
11868
  "WebhookStatusPropCommitPropCommitPropCommitterAllof0",
12851
11869
  "WebhookStatusPropCommitPropCommitPropCommitterAllof1",
12852
11870
  "WebhookTeamAdd",
12853
- "WebhookTeamAddPropTeam",
12854
- "WebhookTeamAddPropTeamPropParent",
12855
11871
  "WebhookTeamAddedToRepository",
12856
11872
  "WebhookTeamAddedToRepositoryPropRepository",
12857
11873
  "WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties",
12858
11874
  "WebhookTeamAddedToRepositoryPropRepositoryPropLicense",
12859
11875
  "WebhookTeamAddedToRepositoryPropRepositoryPropOwner",
12860
11876
  "WebhookTeamAddedToRepositoryPropRepositoryPropPermissions",
12861
- "WebhookTeamAddedToRepositoryPropTeam",
12862
- "WebhookTeamAddedToRepositoryPropTeamPropParent",
12863
11877
  "WebhookTeamCreated",
12864
11878
  "WebhookTeamCreatedPropRepository",
12865
11879
  "WebhookTeamCreatedPropRepositoryPropCustomProperties",
12866
11880
  "WebhookTeamCreatedPropRepositoryPropLicense",
12867
11881
  "WebhookTeamCreatedPropRepositoryPropOwner",
12868
11882
  "WebhookTeamCreatedPropRepositoryPropPermissions",
12869
- "WebhookTeamCreatedPropTeam",
12870
- "WebhookTeamCreatedPropTeamPropParent",
12871
11883
  "WebhookTeamDeleted",
12872
11884
  "WebhookTeamDeletedPropRepository",
12873
11885
  "WebhookTeamDeletedPropRepositoryPropCustomProperties",
12874
11886
  "WebhookTeamDeletedPropRepositoryPropLicense",
12875
11887
  "WebhookTeamDeletedPropRepositoryPropOwner",
12876
11888
  "WebhookTeamDeletedPropRepositoryPropPermissions",
12877
- "WebhookTeamDeletedPropTeam",
12878
- "WebhookTeamDeletedPropTeamPropParent",
12879
11889
  "WebhookTeamEdited",
12880
11890
  "WebhookTeamEditedPropRepository",
12881
11891
  "WebhookTeamEditedPropRepositoryPropCustomProperties",
12882
11892
  "WebhookTeamEditedPropRepositoryPropLicense",
12883
11893
  "WebhookTeamEditedPropRepositoryPropOwner",
12884
11894
  "WebhookTeamEditedPropRepositoryPropPermissions",
12885
- "WebhookTeamEditedPropTeam",
12886
- "WebhookTeamEditedPropTeamPropParent",
12887
11895
  "WebhookTeamEditedPropChanges",
12888
11896
  "WebhookTeamEditedPropChangesPropDescription",
12889
11897
  "WebhookTeamEditedPropChangesPropName",
@@ -12898,8 +11906,6 @@ else:
12898
11906
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropLicense",
12899
11907
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner",
12900
11908
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions",
12901
- "WebhookTeamRemovedFromRepositoryPropTeam",
12902
- "WebhookTeamRemovedFromRepositoryPropTeamPropParent",
12903
11909
  "WebhookWatchStarted",
12904
11910
  "WebhookWorkflowDispatch",
12905
11911
  "WebhookWorkflowDispatchPropInputs",
@@ -12924,7 +11930,6 @@ else:
12924
11930
  "WebhookWorkflowJobWaitingPropWorkflowJob",
12925
11931
  "WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems",
12926
11932
  "WebhookWorkflowRunCompleted",
12927
- "WebhookWorkflowRunCompletedPropWorkflow",
12928
11933
  "WebhookWorkflowRunCompletedPropWorkflowRun",
12929
11934
  "WebhookWorkflowRunCompletedPropWorkflowRunPropActor",
12930
11935
  "WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems",
@@ -12942,7 +11947,6 @@ else:
12942
11947
  "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHead",
12943
11948
  "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
12944
11949
  "WebhookWorkflowRunInProgress",
12945
- "WebhookWorkflowRunInProgressPropWorkflow",
12946
11950
  "WebhookWorkflowRunInProgressPropWorkflowRun",
12947
11951
  "WebhookWorkflowRunInProgressPropWorkflowRunPropActor",
12948
11952
  "WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItems",
@@ -12960,7 +11964,6 @@ else:
12960
11964
  "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHead",
12961
11965
  "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
12962
11966
  "WebhookWorkflowRunRequested",
12963
- "WebhookWorkflowRunRequestedPropWorkflow",
12964
11967
  "WebhookWorkflowRunRequestedPropWorkflowRun",
12965
11968
  "WebhookWorkflowRunRequestedPropWorkflowRunPropActor",
12966
11969
  "WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItems",
@@ -13186,6 +12189,9 @@ else:
13186
12189
  "ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItems",
13187
12190
  "ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200",
13188
12191
  "ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBody",
12192
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0",
12193
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1",
12194
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2",
13189
12195
  "ReposOwnerRepoCodeScanningSarifsPostBody",
13190
12196
  "ReposOwnerRepoCodespacesGetResponse200",
13191
12197
  "ReposOwnerRepoCodespacesPostBody",