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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (4352) hide show
  1. githubkit/auth/_url.py +2 -1
  2. githubkit/core.py +5 -4
  3. githubkit/exception.py +2 -2
  4. githubkit/github.py +6 -6
  5. githubkit/lazy_module.py +6 -5
  6. githubkit/paginator.py +22 -14
  7. githubkit/response.py +13 -1
  8. githubkit/rest/__init__.py +609 -1611
  9. githubkit/versions/ghec_v2022_11_28/models/__init__.py +4773 -5843
  10. githubkit/versions/ghec_v2022_11_28/models/group_0005.py +16 -41
  11. githubkit/versions/ghec_v2022_11_28/models/group_0006.py +41 -16
  12. githubkit/versions/ghec_v2022_11_28/models/group_0008.py +5 -0
  13. githubkit/versions/ghec_v2022_11_28/models/group_0011.py +3 -0
  14. githubkit/versions/ghec_v2022_11_28/models/group_0047.py +88 -9
  15. githubkit/versions/ghec_v2022_11_28/models/group_0048.py +8 -37
  16. githubkit/versions/ghec_v2022_11_28/models/group_0049.py +23 -85
  17. githubkit/versions/ghec_v2022_11_28/models/group_0050.py +86 -47
  18. githubkit/versions/ghec_v2022_11_28/models/group_0051.py +52 -12
  19. githubkit/versions/ghec_v2022_11_28/models/group_0052.py +16 -31
  20. githubkit/versions/ghec_v2022_11_28/models/group_0053.py +32 -68
  21. githubkit/versions/ghec_v2022_11_28/models/group_0054.py +47 -60
  22. githubkit/versions/ghec_v2022_11_28/models/group_0055.py +78 -34
  23. githubkit/versions/ghec_v2022_11_28/models/group_0056.py +41 -11
  24. githubkit/versions/ghec_v2022_11_28/models/group_0057.py +31 -12
  25. githubkit/versions/ghec_v2022_11_28/models/group_0058.py +12 -29
  26. githubkit/versions/ghec_v2022_11_28/models/group_0059.py +13 -14
  27. githubkit/versions/ghec_v2022_11_28/models/group_0060.py +37 -95
  28. githubkit/versions/ghec_v2022_11_28/models/group_0061.py +19 -33
  29. githubkit/versions/ghec_v2022_11_28/models/group_0062.py +13 -82
  30. githubkit/versions/ghec_v2022_11_28/models/group_0063.py +88 -59
  31. githubkit/versions/ghec_v2022_11_28/models/group_0064.py +34 -32
  32. githubkit/versions/ghec_v2022_11_28/models/group_0065.py +65 -49
  33. githubkit/versions/ghec_v2022_11_28/models/group_0066.py +60 -106
  34. githubkit/versions/ghec_v2022_11_28/models/group_0067.py +35 -23
  35. githubkit/versions/ghec_v2022_11_28/models/group_0068.py +52 -16
  36. githubkit/versions/ghec_v2022_11_28/models/group_0069.py +121 -7
  37. githubkit/versions/ghec_v2022_11_28/models/group_0070.py +31 -21
  38. githubkit/versions/ghec_v2022_11_28/models/group_0071.py +30 -21
  39. githubkit/versions/ghec_v2022_11_28/models/group_0072.py +7 -24
  40. githubkit/versions/ghec_v2022_11_28/models/group_0073.py +20 -38
  41. githubkit/versions/ghec_v2022_11_28/models/group_0074.py +19 -49
  42. githubkit/versions/ghec_v2022_11_28/models/group_0075.py +20 -68
  43. githubkit/versions/ghec_v2022_11_28/models/group_0076.py +31 -143
  44. githubkit/versions/ghec_v2022_11_28/models/group_0077.py +44 -26
  45. githubkit/versions/ghec_v2022_11_28/models/group_0078.py +69 -14
  46. githubkit/versions/ghec_v2022_11_28/models/group_0079.py +140 -17
  47. githubkit/versions/ghec_v2022_11_28/models/group_0080.py +25 -103
  48. githubkit/versions/ghec_v2022_11_28/models/group_0081.py +16 -9
  49. githubkit/versions/ghec_v2022_11_28/models/group_0082.py +32 -7
  50. githubkit/versions/ghec_v2022_11_28/models/group_0083.py +103 -13
  51. githubkit/versions/ghec_v2022_11_28/models/group_0084.py +10 -13
  52. githubkit/versions/ghec_v2022_11_28/models/group_0085.py +7 -27
  53. githubkit/versions/ghec_v2022_11_28/models/group_0086.py +13 -144
  54. githubkit/versions/ghec_v2022_11_28/models/group_0087.py +5 -5
  55. githubkit/versions/ghec_v2022_11_28/models/group_0088.py +18 -65
  56. githubkit/versions/ghec_v2022_11_28/models/group_0089.py +144 -23
  57. githubkit/versions/ghec_v2022_11_28/models/group_0090.py +14 -40
  58. githubkit/versions/ghec_v2022_11_28/models/group_0091.py +45 -95
  59. githubkit/versions/ghec_v2022_11_28/models/group_0092.py +26 -40
  60. githubkit/versions/ghec_v2022_11_28/models/group_0093.py +38 -16
  61. githubkit/versions/ghec_v2022_11_28/models/group_0094.py +111 -13
  62. githubkit/versions/ghec_v2022_11_28/models/group_0095.py +45 -7
  63. githubkit/versions/ghec_v2022_11_28/models/group_0096.py +16 -25
  64. githubkit/versions/ghec_v2022_11_28/models/group_0097.py +17 -38
  65. githubkit/versions/ghec_v2022_11_28/models/group_0098.py +7 -25
  66. githubkit/versions/ghec_v2022_11_28/models/group_0099.py +21 -18
  67. githubkit/versions/ghec_v2022_11_28/models/group_0100.py +42 -7
  68. githubkit/versions/ghec_v2022_11_28/models/group_0101.py +16 -25
  69. githubkit/versions/ghec_v2022_11_28/models/group_0102.py +22 -12
  70. githubkit/versions/ghec_v2022_11_28/models/group_0103.py +7 -18
  71. githubkit/versions/ghec_v2022_11_28/models/group_0104.py +25 -26
  72. githubkit/versions/ghec_v2022_11_28/models/group_0105.py +10 -33
  73. githubkit/versions/ghec_v2022_11_28/models/group_0106.py +18 -7
  74. githubkit/versions/ghec_v2022_11_28/models/group_0107.py +22 -30
  75. githubkit/versions/ghec_v2022_11_28/models/group_0108.py +28 -49
  76. githubkit/versions/ghec_v2022_11_28/models/group_0109.py +8 -84
  77. githubkit/versions/ghec_v2022_11_28/models/group_0110.py +30 -67
  78. githubkit/versions/ghec_v2022_11_28/models/group_0111.py +48 -24
  79. githubkit/versions/ghec_v2022_11_28/models/group_0112.py +76 -30
  80. githubkit/versions/ghec_v2022_11_28/models/group_0113.py +79 -10
  81. githubkit/versions/ghec_v2022_11_28/models/group_0114.py +30 -12
  82. githubkit/versions/ghec_v2022_11_28/models/group_0115.py +39 -13
  83. githubkit/versions/ghec_v2022_11_28/models/group_0116.py +10 -181
  84. githubkit/versions/ghec_v2022_11_28/models/group_0117.py +13 -14
  85. githubkit/versions/ghec_v2022_11_28/models/group_0118.py +11 -10
  86. githubkit/versions/ghec_v2022_11_28/models/group_0119.py +178 -10
  87. githubkit/versions/ghec_v2022_11_28/models/group_0120.py +19 -10
  88. githubkit/versions/ghec_v2022_11_28/models/group_0121.py +10 -18
  89. githubkit/versions/ghec_v2022_11_28/models/group_0122.py +15 -11
  90. githubkit/versions/ghec_v2022_11_28/models/group_0123.py +12 -12
  91. githubkit/versions/ghec_v2022_11_28/models/group_0124.py +20 -12
  92. githubkit/versions/ghec_v2022_11_28/models/group_0125.py +8 -30
  93. githubkit/versions/ghec_v2022_11_28/models/group_0126.py +10 -14
  94. githubkit/versions/ghec_v2022_11_28/models/group_0127.py +9 -13
  95. githubkit/versions/ghec_v2022_11_28/models/group_0128.py +29 -11
  96. githubkit/versions/ghec_v2022_11_28/models/group_0129.py +13 -42
  97. githubkit/versions/ghec_v2022_11_28/models/group_0130.py +11 -10
  98. githubkit/versions/ghec_v2022_11_28/models/group_0131.py +16 -7
  99. githubkit/versions/ghec_v2022_11_28/models/group_0132.py +94 -7
  100. githubkit/versions/ghec_v2022_11_28/models/group_0133.py +8 -11
  101. githubkit/versions/ghec_v2022_11_28/models/group_0134.py +6 -8
  102. githubkit/versions/ghec_v2022_11_28/models/group_0135.py +34 -9
  103. githubkit/versions/ghec_v2022_11_28/models/group_0136.py +17 -19
  104. githubkit/versions/ghec_v2022_11_28/models/group_0137.py +7 -16
  105. githubkit/versions/ghec_v2022_11_28/models/group_0138.py +10 -27
  106. githubkit/versions/ghec_v2022_11_28/models/group_0139.py +19 -16
  107. githubkit/versions/ghec_v2022_11_28/models/group_0140.py +13 -13
  108. githubkit/versions/ghec_v2022_11_28/models/group_0141.py +26 -10
  109. githubkit/versions/ghec_v2022_11_28/models/group_0142.py +12 -13
  110. githubkit/versions/ghec_v2022_11_28/models/group_0143.py +13 -12
  111. githubkit/versions/ghec_v2022_11_28/models/group_0144.py +12 -13
  112. githubkit/versions/ghec_v2022_11_28/models/group_0145.py +13 -12
  113. githubkit/versions/ghec_v2022_11_28/models/group_0146.py +12 -13
  114. githubkit/versions/ghec_v2022_11_28/models/group_0147.py +13 -12
  115. githubkit/versions/ghec_v2022_11_28/models/group_0148.py +12 -13
  116. githubkit/versions/ghec_v2022_11_28/models/group_0149.py +16 -9
  117. githubkit/versions/ghec_v2022_11_28/models/group_0150.py +10 -9
  118. githubkit/versions/ghec_v2022_11_28/models/group_0151.py +12 -27
  119. githubkit/versions/ghec_v2022_11_28/models/group_0152.py +9 -16
  120. githubkit/versions/ghec_v2022_11_28/models/group_0153.py +10 -114
  121. githubkit/versions/ghec_v2022_11_28/models/group_0154.py +25 -36
  122. githubkit/versions/ghec_v2022_11_28/models/group_0155.py +12 -82
  123. githubkit/versions/ghec_v2022_11_28/models/group_0156.py +25 -22
  124. githubkit/versions/ghec_v2022_11_28/models/group_0157.py +18 -175
  125. githubkit/versions/ghec_v2022_11_28/models/group_0158.py +119 -21
  126. githubkit/versions/ghec_v2022_11_28/models/group_0159.py +34 -109
  127. githubkit/versions/ghec_v2022_11_28/models/group_0160.py +78 -31
  128. githubkit/versions/ghec_v2022_11_28/models/group_0161.py +21 -26
  129. githubkit/versions/ghec_v2022_11_28/models/group_0162.py +181 -14
  130. githubkit/versions/ghec_v2022_11_28/models/group_0163.py +27 -11
  131. githubkit/versions/ghec_v2022_11_28/models/group_0164.py +104 -32
  132. githubkit/versions/ghec_v2022_11_28/models/group_0165.py +28 -139
  133. githubkit/versions/ghec_v2022_11_28/models/group_0166.py +21 -18
  134. githubkit/versions/ghec_v2022_11_28/models/group_0167.py +14 -11
  135. githubkit/versions/ghec_v2022_11_28/models/group_0168.py +13 -10
  136. githubkit/versions/ghec_v2022_11_28/models/group_0169.py +47 -8
  137. githubkit/versions/ghec_v2022_11_28/models/group_0170.py +148 -9
  138. githubkit/versions/ghec_v2022_11_28/models/group_0171.py +25 -16
  139. githubkit/versions/ghec_v2022_11_28/models/group_0172.py +12 -32
  140. githubkit/versions/ghec_v2022_11_28/models/group_0173.py +10 -29
  141. githubkit/versions/ghec_v2022_11_28/models/group_0174.py +8 -90
  142. githubkit/versions/ghec_v2022_11_28/models/group_0175.py +10 -16
  143. githubkit/versions/ghec_v2022_11_28/models/group_0176.py +19 -11
  144. githubkit/versions/ghec_v2022_11_28/models/group_0177.py +35 -12
  145. githubkit/versions/ghec_v2022_11_28/models/group_0178.py +28 -15
  146. githubkit/versions/ghec_v2022_11_28/models/group_0179.py +88 -7
  147. githubkit/versions/ghec_v2022_11_28/models/group_0180.py +17 -50
  148. githubkit/versions/ghec_v2022_11_28/models/group_0181.py +8 -42
  149. githubkit/versions/ghec_v2022_11_28/models/group_0182.py +10 -100
  150. githubkit/versions/ghec_v2022_11_28/models/group_0183.py +11 -38
  151. githubkit/versions/ghec_v2022_11_28/models/group_0184.py +8 -9
  152. githubkit/versions/ghec_v2022_11_28/models/group_0185.py +51 -17
  153. githubkit/versions/ghec_v2022_11_28/models/group_0186.py +32 -39
  154. githubkit/versions/ghec_v2022_11_28/models/group_0187.py +87 -32
  155. githubkit/versions/ghec_v2022_11_28/models/group_0188.py +31 -79
  156. githubkit/versions/ghec_v2022_11_28/models/group_0189.py +8 -50
  157. githubkit/versions/ghec_v2022_11_28/models/group_0190.py +15 -27
  158. githubkit/versions/ghec_v2022_11_28/models/group_0191.py +49 -11
  159. githubkit/versions/ghec_v2022_11_28/models/group_0192.py +48 -10
  160. githubkit/versions/ghec_v2022_11_28/models/group_0193.py +88 -25
  161. githubkit/versions/ghec_v2022_11_28/models/group_0194.py +40 -36
  162. githubkit/versions/ghec_v2022_11_28/models/group_0195.py +25 -123
  163. githubkit/versions/ghec_v2022_11_28/models/group_0196.py +11 -168
  164. githubkit/versions/ghec_v2022_11_28/models/group_0197.py +10 -26
  165. githubkit/versions/ghec_v2022_11_28/models/group_0198.py +30 -11
  166. githubkit/versions/ghec_v2022_11_28/models/group_0199.py +47 -9
  167. githubkit/versions/ghec_v2022_11_28/models/group_0200.py +122 -19
  168. githubkit/versions/ghec_v2022_11_28/models/group_0201.py +158 -34
  169. githubkit/versions/ghec_v2022_11_28/models/group_0202.py +19 -19
  170. githubkit/versions/ghec_v2022_11_28/models/group_0203.py +8 -29
  171. githubkit/versions/ghec_v2022_11_28/models/group_0204.py +9 -156
  172. githubkit/versions/ghec_v2022_11_28/models/group_0205.py +21 -22
  173. githubkit/versions/ghec_v2022_11_28/models/group_0206.py +37 -25
  174. githubkit/versions/ghec_v2022_11_28/models/group_0207.py +25 -31
  175. githubkit/versions/ghec_v2022_11_28/models/group_0208.py +22 -65
  176. githubkit/versions/ghec_v2022_11_28/models/group_0209.py +154 -16
  177. githubkit/versions/ghec_v2022_11_28/models/group_0210.py +21 -67
  178. githubkit/versions/ghec_v2022_11_28/models/group_0211.py +27 -29
  179. githubkit/versions/ghec_v2022_11_28/models/group_0212.py +27 -43
  180. githubkit/versions/ghec_v2022_11_28/models/group_0213.py +63 -80
  181. githubkit/versions/ghec_v2022_11_28/models/group_0214.py +17 -43
  182. githubkit/versions/ghec_v2022_11_28/models/group_0215.py +66 -10
  183. githubkit/versions/ghec_v2022_11_28/models/group_0216.py +31 -26
  184. githubkit/versions/ghec_v2022_11_28/models/group_0217.py +50 -38
  185. githubkit/versions/ghec_v2022_11_28/models/group_0218.py +87 -25
  186. githubkit/versions/ghec_v2022_11_28/models/group_0219.py +40 -12
  187. githubkit/versions/ghec_v2022_11_28/models/group_0220.py +14 -10
  188. githubkit/versions/ghec_v2022_11_28/models/group_0221.py +26 -13
  189. githubkit/versions/ghec_v2022_11_28/models/group_0222.py +14 -31
  190. githubkit/versions/ghec_v2022_11_28/models/group_0223.py +12 -8
  191. githubkit/versions/ghec_v2022_11_28/models/group_0224.py +47 -20
  192. githubkit/versions/ghec_v2022_11_28/models/group_0225.py +32 -62
  193. githubkit/versions/ghec_v2022_11_28/models/group_0226.py +22 -48
  194. githubkit/versions/ghec_v2022_11_28/models/group_0227.py +47 -26
  195. githubkit/versions/ghec_v2022_11_28/models/group_0228.py +42 -9
  196. githubkit/versions/ghec_v2022_11_28/models/group_0229.py +29 -19
  197. githubkit/versions/ghec_v2022_11_28/models/group_0230.py +11 -82
  198. githubkit/versions/ghec_v2022_11_28/models/group_0231.py +11 -28
  199. githubkit/versions/ghec_v2022_11_28/models/group_0232.py +20 -14
  200. githubkit/versions/ghec_v2022_11_28/models/group_0233.py +24 -32
  201. githubkit/versions/ghec_v2022_11_28/models/group_0234.py +8 -20
  202. githubkit/versions/ghec_v2022_11_28/models/group_0235.py +24 -39
  203. githubkit/versions/ghec_v2022_11_28/models/group_0236.py +55 -22
  204. githubkit/versions/ghec_v2022_11_28/models/group_0237.py +48 -53
  205. githubkit/versions/ghec_v2022_11_28/models/group_0238.py +15 -25
  206. githubkit/versions/ghec_v2022_11_28/models/group_0239.py +9 -38
  207. githubkit/versions/ghec_v2022_11_28/models/group_0240.py +17 -28
  208. githubkit/versions/ghec_v2022_11_28/models/group_0241.py +82 -26
  209. githubkit/versions/ghec_v2022_11_28/models/group_0242.py +21 -104
  210. githubkit/versions/ghec_v2022_11_28/models/group_0243.py +18 -36
  211. githubkit/versions/ghec_v2022_11_28/models/group_0244.py +35 -51
  212. githubkit/versions/ghec_v2022_11_28/models/group_0245.py +18 -19
  213. githubkit/versions/ghec_v2022_11_28/models/group_0246.py +40 -25
  214. githubkit/versions/ghec_v2022_11_28/models/group_0247.py +22 -116
  215. githubkit/versions/ghec_v2022_11_28/models/group_0248.py +64 -7
  216. githubkit/versions/ghec_v2022_11_28/models/group_0249.py +33 -34
  217. githubkit/versions/ghec_v2022_11_28/models/group_0250.py +30 -33
  218. githubkit/versions/ghec_v2022_11_28/models/group_0251.py +25 -69
  219. githubkit/versions/ghec_v2022_11_28/models/group_0252.py +30 -41
  220. githubkit/versions/ghec_v2022_11_28/models/group_0253.py +108 -11
  221. githubkit/versions/ghec_v2022_11_28/models/group_0254.py +26 -75
  222. githubkit/versions/ghec_v2022_11_28/models/group_0255.py +52 -16
  223. githubkit/versions/ghec_v2022_11_28/models/group_0256.py +17 -9
  224. githubkit/versions/ghec_v2022_11_28/models/group_0257.py +30 -13
  225. githubkit/versions/ghec_v2022_11_28/models/group_0258.py +120 -6
  226. githubkit/versions/ghec_v2022_11_28/models/group_0259.py +7 -21
  227. githubkit/versions/ghec_v2022_11_28/models/group_0260.py +22 -38
  228. githubkit/versions/ghec_v2022_11_28/models/group_0261.py +40 -9
  229. githubkit/versions/ghec_v2022_11_28/models/group_0262.py +72 -14
  230. githubkit/versions/ghec_v2022_11_28/models/group_0263.py +38 -75
  231. githubkit/versions/ghec_v2022_11_28/models/group_0264.py +12 -21
  232. githubkit/versions/ghec_v2022_11_28/models/group_0265.py +67 -27
  233. githubkit/versions/ghec_v2022_11_28/models/group_0266.py +17 -26
  234. githubkit/versions/ghec_v2022_11_28/models/group_0267.py +14 -8
  235. githubkit/versions/ghec_v2022_11_28/models/group_0268.py +8 -30
  236. githubkit/versions/ghec_v2022_11_28/models/group_0269.py +7 -63
  237. githubkit/versions/ghec_v2022_11_28/models/group_0270.py +17 -12
  238. githubkit/versions/ghec_v2022_11_28/models/group_0271.py +46 -9
  239. githubkit/versions/ghec_v2022_11_28/models/group_0272.py +6 -133
  240. githubkit/versions/ghec_v2022_11_28/models/group_0273.py +14 -29
  241. githubkit/versions/ghec_v2022_11_28/models/group_0274.py +72 -23
  242. githubkit/versions/ghec_v2022_11_28/models/group_0275.py +22 -25
  243. githubkit/versions/ghec_v2022_11_28/models/group_0276.py +36 -18
  244. githubkit/versions/ghec_v2022_11_28/models/group_0277.py +23 -23
  245. githubkit/versions/ghec_v2022_11_28/models/group_0278.py +8 -31
  246. githubkit/versions/ghec_v2022_11_28/models/group_0279.py +31 -28
  247. githubkit/versions/ghec_v2022_11_28/models/group_0280.py +60 -32
  248. githubkit/versions/ghec_v2022_11_28/models/group_0281.py +13 -34
  249. githubkit/versions/ghec_v2022_11_28/models/group_0282.py +9 -35
  250. githubkit/versions/ghec_v2022_11_28/models/group_0283.py +127 -11
  251. githubkit/versions/ghec_v2022_11_28/models/group_0284.py +15 -23
  252. githubkit/versions/ghec_v2022_11_28/models/group_0285.py +15 -23
  253. githubkit/versions/ghec_v2022_11_28/models/group_0286.py +13 -28
  254. githubkit/versions/ghec_v2022_11_28/models/group_0287.py +11 -32
  255. githubkit/versions/ghec_v2022_11_28/models/group_0288.py +27 -14
  256. githubkit/versions/ghec_v2022_11_28/models/group_0289.py +28 -42
  257. githubkit/versions/ghec_v2022_11_28/models/group_0290.py +28 -17
  258. githubkit/versions/ghec_v2022_11_28/models/group_0291.py +30 -9
  259. githubkit/versions/ghec_v2022_11_28/models/group_0292.py +26 -76
  260. githubkit/versions/ghec_v2022_11_28/models/group_0293.py +23 -53
  261. githubkit/versions/ghec_v2022_11_28/models/group_0294.py +17 -142
  262. githubkit/versions/ghec_v2022_11_28/models/group_0295.py +28 -9
  263. githubkit/versions/ghec_v2022_11_28/models/group_0296.py +28 -9
  264. githubkit/versions/ghec_v2022_11_28/models/group_0297.py +27 -10
  265. githubkit/versions/ghec_v2022_11_28/models/group_0298.py +36 -12
  266. githubkit/versions/ghec_v2022_11_28/models/group_0299.py +21 -6
  267. githubkit/versions/ghec_v2022_11_28/models/group_0300.py +47 -35
  268. githubkit/versions/ghec_v2022_11_28/models/group_0301.py +16 -8
  269. githubkit/versions/ghec_v2022_11_28/models/group_0302.py +9 -75
  270. githubkit/versions/ghec_v2022_11_28/models/group_0303.py +74 -19
  271. githubkit/versions/ghec_v2022_11_28/models/group_0304.py +65 -7
  272. githubkit/versions/ghec_v2022_11_28/models/group_0305.py +139 -13
  273. githubkit/versions/ghec_v2022_11_28/models/group_0306.py +21 -22
  274. githubkit/versions/ghec_v2022_11_28/models/group_0307.py +19 -88
  275. githubkit/versions/ghec_v2022_11_28/models/group_0308.py +15 -85
  276. githubkit/versions/ghec_v2022_11_28/models/group_0309.py +13 -196
  277. githubkit/versions/ghec_v2022_11_28/models/group_0310.py +7 -43
  278. githubkit/versions/ghec_v2022_11_28/models/group_0311.py +26 -130
  279. githubkit/versions/ghec_v2022_11_28/models/group_0312.py +13 -13
  280. githubkit/versions/ghec_v2022_11_28/models/group_0313.py +78 -8
  281. githubkit/versions/ghec_v2022_11_28/models/group_0314.py +25 -9
  282. githubkit/versions/ghec_v2022_11_28/models/group_0315.py +7 -66
  283. githubkit/versions/ghec_v2022_11_28/models/group_0316.py +13 -66
  284. githubkit/versions/ghec_v2022_11_28/models/group_0317.py +23 -9
  285. githubkit/versions/ghec_v2022_11_28/models/group_0318.py +87 -23
  286. githubkit/versions/ghec_v2022_11_28/models/group_0319.py +79 -32
  287. githubkit/versions/ghec_v2022_11_28/models/group_0320.py +201 -9
  288. githubkit/versions/ghec_v2022_11_28/models/group_0321.py +44 -27
  289. githubkit/versions/ghec_v2022_11_28/models/group_0322.py +134 -14
  290. githubkit/versions/ghec_v2022_11_28/models/group_0323.py +13 -22
  291. githubkit/versions/ghec_v2022_11_28/models/group_0324.py +10 -20
  292. githubkit/versions/ghec_v2022_11_28/models/group_0325.py +13 -19
  293. githubkit/versions/ghec_v2022_11_28/models/group_0326.py +62 -19
  294. githubkit/versions/ghec_v2022_11_28/models/group_0327.py +66 -12
  295. githubkit/versions/ghec_v2022_11_28/models/group_0328.py +8 -22
  296. githubkit/versions/ghec_v2022_11_28/models/group_0329.py +24 -22
  297. githubkit/versions/ghec_v2022_11_28/models/group_0330.py +41 -14
  298. githubkit/versions/ghec_v2022_11_28/models/group_0331.py +9 -23
  299. githubkit/versions/ghec_v2022_11_28/models/group_0332.py +7 -9
  300. githubkit/versions/ghec_v2022_11_28/models/group_0333.py +5 -10
  301. githubkit/versions/ghec_v2022_11_28/models/group_0334.py +7 -9
  302. githubkit/versions/ghec_v2022_11_28/models/group_0335.py +5 -10
  303. githubkit/versions/ghec_v2022_11_28/models/group_0336.py +5 -8
  304. githubkit/versions/ghec_v2022_11_28/models/group_0337.py +15 -59
  305. githubkit/versions/ghec_v2022_11_28/models/group_0338.py +12 -108
  306. githubkit/versions/ghec_v2022_11_28/models/group_0339.py +14 -80
  307. githubkit/versions/ghec_v2022_11_28/models/group_0340.py +15 -117
  308. githubkit/versions/ghec_v2022_11_28/models/group_0341.py +19 -13
  309. githubkit/versions/ghec_v2022_11_28/models/group_0342.py +23 -10
  310. githubkit/versions/ghec_v2022_11_28/models/group_0343.py +21 -25
  311. githubkit/versions/ghec_v2022_11_28/models/group_0344.py +24 -7
  312. githubkit/versions/ghec_v2022_11_28/models/group_0345.py +21 -16
  313. githubkit/versions/ghec_v2022_11_28/models/group_0346.py +24 -22
  314. githubkit/versions/ghec_v2022_11_28/models/group_0347.py +20 -11
  315. githubkit/versions/ghec_v2022_11_28/models/group_0348.py +21 -8
  316. githubkit/versions/ghec_v2022_11_28/models/group_0349.py +67 -7
  317. githubkit/versions/ghec_v2022_11_28/models/group_0350.py +112 -10
  318. githubkit/versions/ghec_v2022_11_28/models/group_0351.py +87 -9
  319. githubkit/versions/ghec_v2022_11_28/models/group_0352.py +125 -8
  320. githubkit/versions/ghec_v2022_11_28/models/group_0353.py +10 -10
  321. githubkit/versions/ghec_v2022_11_28/models/group_0354.py +15 -46
  322. githubkit/versions/ghec_v2022_11_28/models/group_0355.py +27 -23
  323. githubkit/versions/ghec_v2022_11_28/models/group_0356.py +7 -75
  324. githubkit/versions/ghec_v2022_11_28/models/group_0357.py +16 -28
  325. githubkit/versions/ghec_v2022_11_28/models/group_0358.py +18 -25
  326. githubkit/versions/ghec_v2022_11_28/models/group_0359.py +11 -24
  327. githubkit/versions/ghec_v2022_11_28/models/group_0360.py +9 -32
  328. githubkit/versions/ghec_v2022_11_28/models/group_0361.py +8 -24
  329. githubkit/versions/ghec_v2022_11_28/models/group_0362.py +18 -39
  330. githubkit/versions/ghec_v2022_11_28/models/group_0363.py +10 -70
  331. githubkit/versions/ghec_v2022_11_28/models/group_0364.py +9 -18
  332. githubkit/versions/ghec_v2022_11_28/models/group_0365.py +14 -9
  333. githubkit/versions/ghec_v2022_11_28/models/group_0366.py +26 -44
  334. githubkit/versions/ghec_v2022_11_28/models/group_0367.py +15 -121
  335. githubkit/versions/ghec_v2022_11_28/models/group_0368.py +67 -17
  336. githubkit/versions/ghec_v2022_11_28/models/group_0369.py +21 -33
  337. githubkit/versions/ghec_v2022_11_28/models/group_0370.py +24 -49
  338. githubkit/versions/ghec_v2022_11_28/models/group_0371.py +19 -32
  339. githubkit/versions/ghec_v2022_11_28/models/group_0372.py +23 -98
  340. githubkit/versions/ghec_v2022_11_28/models/group_0373.py +22 -33
  341. githubkit/versions/ghec_v2022_11_28/models/group_0374.py +27 -128
  342. githubkit/versions/ghec_v2022_11_28/models/group_0375.py +60 -79
  343. githubkit/versions/ghec_v2022_11_28/models/group_0376.py +14 -57
  344. githubkit/versions/ghec_v2022_11_28/models/group_0377.py +7 -65
  345. githubkit/versions/ghec_v2022_11_28/models/group_0378.py +60 -8
  346. githubkit/versions/ghec_v2022_11_28/models/group_0379.py +119 -20
  347. githubkit/versions/ghec_v2022_11_28/models/group_0380.py +17 -143
  348. githubkit/versions/ghec_v2022_11_28/models/group_0381.py +41 -10
  349. githubkit/versions/ghec_v2022_11_28/models/group_0382.py +50 -63
  350. githubkit/versions/ghec_v2022_11_28/models/group_0383.py +36 -12
  351. githubkit/versions/ghec_v2022_11_28/models/group_0384.py +96 -26
  352. githubkit/versions/ghec_v2022_11_28/models/group_0385.py +33 -6
  353. githubkit/versions/ghec_v2022_11_28/models/group_0386.py +130 -7
  354. githubkit/versions/ghec_v2022_11_28/models/group_0387.py +85 -8
  355. githubkit/versions/ghec_v2022_11_28/models/group_0388.py +59 -18
  356. githubkit/versions/ghec_v2022_11_28/models/group_0389.py +65 -6
  357. githubkit/versions/ghec_v2022_11_28/models/group_0390.py +10 -32
  358. githubkit/versions/ghec_v2022_11_28/models/group_0391.py +33 -15
  359. githubkit/versions/ghec_v2022_11_28/models/group_0392.py +148 -20
  360. githubkit/versions/ghec_v2022_11_28/models/group_0393.py +11 -358
  361. githubkit/versions/ghec_v2022_11_28/models/group_0394.py +65 -30
  362. githubkit/versions/ghec_v2022_11_28/models/group_0395.py +11 -57
  363. githubkit/versions/ghec_v2022_11_28/models/group_0396.py +31 -46
  364. githubkit/versions/ghec_v2022_11_28/models/group_0397.py +6 -68
  365. githubkit/versions/ghec_v2022_11_28/models/group_0398.py +6 -137
  366. githubkit/versions/ghec_v2022_11_28/models/group_0399.py +10 -13
  367. githubkit/versions/ghec_v2022_11_28/models/group_0400.py +14 -171
  368. githubkit/versions/ghec_v2022_11_28/models/group_0401.py +10 -27
  369. githubkit/versions/ghec_v2022_11_28/models/group_0402.py +23 -20
  370. githubkit/versions/ghec_v2022_11_28/models/group_0403.py +13 -122
  371. githubkit/versions/ghec_v2022_11_28/models/group_0404.py +27 -46
  372. githubkit/versions/ghec_v2022_11_28/models/group_0405.py +340 -45
  373. githubkit/versions/ghec_v2022_11_28/models/group_0406.py +35 -40
  374. githubkit/versions/ghec_v2022_11_28/models/group_0407.py +52 -28
  375. githubkit/versions/ghec_v2022_11_28/models/group_0408.py +18 -31
  376. githubkit/versions/ghec_v2022_11_28/models/group_0409.py +138 -30
  377. githubkit/versions/ghec_v2022_11_28/models/group_0410.py +45 -142
  378. githubkit/versions/ghec_v2022_11_28/models/group_0411.py +63 -29
  379. githubkit/versions/ghec_v2022_11_28/models/group_0412.py +19 -8
  380. githubkit/versions/ghec_v2022_11_28/models/group_0413.py +20 -41
  381. githubkit/versions/ghec_v2022_11_28/models/group_0414.py +65 -8
  382. githubkit/versions/ghec_v2022_11_28/models/group_0415.py +12 -56
  383. githubkit/versions/ghec_v2022_11_28/models/group_0416.py +33 -14
  384. githubkit/versions/ghec_v2022_11_28/models/group_0417.py +78 -32
  385. githubkit/versions/ghec_v2022_11_28/models/group_0418.py +141 -7
  386. githubkit/versions/ghec_v2022_11_28/models/group_0419.py +46 -361
  387. githubkit/versions/ghec_v2022_11_28/models/group_0420.py +11 -391
  388. githubkit/versions/ghec_v2022_11_28/models/group_0421.py +8 -390
  389. githubkit/versions/ghec_v2022_11_28/models/group_0422.py +9 -208
  390. githubkit/versions/ghec_v2022_11_28/models/group_0423.py +57 -174
  391. githubkit/versions/ghec_v2022_11_28/models/group_0424.py +18 -184
  392. githubkit/versions/ghec_v2022_11_28/models/group_0425.py +358 -136
  393. githubkit/versions/ghec_v2022_11_28/models/group_0426.py +47 -173
  394. githubkit/versions/ghec_v2022_11_28/models/group_0427.py +382 -144
  395. githubkit/versions/ghec_v2022_11_28/models/group_0428.py +6 -114
  396. githubkit/versions/ghec_v2022_11_28/models/group_0429.py +47 -56
  397. githubkit/versions/ghec_v2022_11_28/models/group_0430.py +47 -40
  398. githubkit/versions/ghec_v2022_11_28/models/group_0431.py +48 -33
  399. githubkit/versions/ghec_v2022_11_28/models/group_0432.py +14 -36
  400. githubkit/versions/ghec_v2022_11_28/models/group_0433.py +60 -47
  401. githubkit/versions/ghec_v2022_11_28/models/group_0434.py +49 -48
  402. githubkit/versions/ghec_v2022_11_28/models/group_0435.py +170 -32
  403. githubkit/versions/ghec_v2022_11_28/models/group_0436.py +54 -42
  404. githubkit/versions/ghec_v2022_11_28/models/group_0437.py +50 -36
  405. githubkit/versions/ghec_v2022_11_28/models/group_0438.py +20 -42
  406. githubkit/versions/ghec_v2022_11_28/models/group_0439.py +30 -44
  407. githubkit/versions/ghec_v2022_11_28/models/group_0440.py +23 -42
  408. githubkit/versions/ghec_v2022_11_28/models/group_0441.py +22 -34
  409. githubkit/versions/ghec_v2022_11_28/models/group_0442.py +110 -50
  410. githubkit/versions/ghec_v2022_11_28/models/group_0443.py +31 -51
  411. githubkit/versions/ghec_v2022_11_28/models/group_0444.py +840 -459
  412. githubkit/versions/ghec_v2022_11_28/models/group_0445.py +155 -40
  413. githubkit/versions/ghec_v2022_11_28/models/group_0446.py +48 -495
  414. githubkit/versions/ghec_v2022_11_28/models/group_0447.py +70 -468
  415. githubkit/versions/ghec_v2022_11_28/models/group_0448.py +65 -446
  416. githubkit/versions/ghec_v2022_11_28/models/group_0449.py +25 -948
  417. githubkit/versions/ghec_v2022_11_28/models/group_0450.py +48 -108
  418. githubkit/versions/ghec_v2022_11_28/models/group_0451.py +88 -78
  419. githubkit/versions/ghec_v2022_11_28/models/group_0452.py +118 -38
  420. githubkit/versions/ghec_v2022_11_28/models/group_0453.py +32 -116
  421. githubkit/versions/ghec_v2022_11_28/models/group_0454.py +43 -107
  422. githubkit/versions/ghec_v2022_11_28/models/group_0455.py +11 -116
  423. githubkit/versions/ghec_v2022_11_28/models/group_0456.py +10 -14
  424. githubkit/versions/ghec_v2022_11_28/models/group_0457.py +15 -14
  425. githubkit/versions/ghec_v2022_11_28/models/group_0458.py +15 -42
  426. githubkit/versions/ghec_v2022_11_28/models/group_0459.py +119 -28
  427. githubkit/versions/ghec_v2022_11_28/models/group_0460.py +17 -15
  428. githubkit/versions/ghec_v2022_11_28/models/group_0461.py +17 -15
  429. githubkit/versions/ghec_v2022_11_28/models/group_0462.py +17 -15
  430. githubkit/versions/ghec_v2022_11_28/models/group_0463.py +22 -17
  431. githubkit/versions/ghec_v2022_11_28/models/group_0464.py +44 -9
  432. githubkit/versions/ghec_v2022_11_28/models/group_0465.py +20 -99
  433. githubkit/versions/ghec_v2022_11_28/models/group_0466.py +8 -59
  434. githubkit/versions/ghec_v2022_11_28/models/group_0467.py +13 -18
  435. githubkit/versions/ghec_v2022_11_28/models/group_0468.py +8 -40
  436. githubkit/versions/ghec_v2022_11_28/models/group_0469.py +34 -20
  437. githubkit/versions/ghec_v2022_11_28/models/group_0470.py +7 -177
  438. githubkit/versions/ghec_v2022_11_28/models/group_0471.py +26 -170
  439. githubkit/versions/ghec_v2022_11_28/models/group_0472.py +9 -23
  440. githubkit/versions/ghec_v2022_11_28/models/group_0473.py +370 -96
  441. githubkit/versions/ghec_v2022_11_28/models/group_0474.py +389 -7
  442. githubkit/versions/ghec_v2022_11_28/models/group_0475.py +357 -23
  443. githubkit/versions/ghec_v2022_11_28/models/group_0476.py +155 -33
  444. githubkit/versions/ghec_v2022_11_28/models/group_0477.py +181 -29
  445. githubkit/versions/ghec_v2022_11_28/models/group_0478.py +159 -29
  446. githubkit/versions/ghec_v2022_11_28/models/group_0479.py +149 -55
  447. githubkit/versions/ghec_v2022_11_28/models/group_0480.py +153 -72
  448. githubkit/versions/ghec_v2022_11_28/models/group_0481.py +148 -29
  449. githubkit/versions/ghec_v2022_11_28/models/group_0482.py +96 -73
  450. githubkit/versions/ghec_v2022_11_28/models/group_0483.py +30 -34
  451. githubkit/versions/ghec_v2022_11_28/models/group_0484.py +15 -24
  452. githubkit/versions/ghec_v2022_11_28/models/group_0485.py +35 -81
  453. githubkit/versions/ghec_v2022_11_28/models/group_0486.py +29 -143
  454. githubkit/versions/ghec_v2022_11_28/models/group_0487.py +33 -159
  455. githubkit/versions/ghec_v2022_11_28/models/group_0488.py +41 -57
  456. githubkit/versions/ghec_v2022_11_28/models/group_0489.py +37 -28
  457. githubkit/versions/ghec_v2022_11_28/models/group_0490.py +44 -36
  458. githubkit/versions/ghec_v2022_11_28/models/group_0491.py +32 -85
  459. githubkit/versions/ghec_v2022_11_28/models/group_0492.py +35 -86
  460. githubkit/versions/ghec_v2022_11_28/models/group_0493.py +32 -149
  461. githubkit/versions/ghec_v2022_11_28/models/group_0494.py +44 -33
  462. githubkit/versions/ghec_v2022_11_28/models/group_0495.py +35 -80
  463. githubkit/versions/ghec_v2022_11_28/models/group_0496.py +13 -18
  464. githubkit/versions/ghec_v2022_11_28/models/group_0497.py +34 -84
  465. githubkit/versions/ghec_v2022_11_28/models/group_0498.py +583 -83
  466. githubkit/versions/ghec_v2022_11_28/models/group_0499.py +40 -158
  467. githubkit/versions/ghec_v2022_11_28/models/group_0500.py +418 -26
  468. githubkit/versions/ghec_v2022_11_28/models/group_0501.py +430 -7
  469. githubkit/versions/ghec_v2022_11_28/models/group_0502.py +481 -22
  470. githubkit/versions/ghec_v2022_11_28/models/group_0503.py +888 -9
  471. githubkit/versions/ghec_v2022_11_28/models/group_0504.py +39 -84
  472. githubkit/versions/ghec_v2022_11_28/models/group_0505.py +62 -138
  473. githubkit/versions/ghec_v2022_11_28/models/group_0506.py +46 -33
  474. githubkit/versions/ghec_v2022_11_28/models/group_0507.py +39 -78
  475. githubkit/versions/ghec_v2022_11_28/models/group_0508.py +18 -45
  476. githubkit/versions/ghec_v2022_11_28/models/group_0509.py +52 -81
  477. githubkit/versions/ghec_v2022_11_28/models/group_0510.py +33 -143
  478. githubkit/versions/ghec_v2022_11_28/models/group_0511.py +31 -160
  479. githubkit/versions/ghec_v2022_11_28/models/group_0512.py +59 -51
  480. githubkit/versions/ghec_v2022_11_28/models/group_0513.py +41 -28
  481. githubkit/versions/ghec_v2022_11_28/models/group_0514.py +46 -34
  482. githubkit/versions/ghec_v2022_11_28/models/group_0515.py +35 -83
  483. githubkit/versions/ghec_v2022_11_28/models/group_0516.py +37 -85
  484. githubkit/versions/ghec_v2022_11_28/models/group_0517.py +35 -148
  485. githubkit/versions/ghec_v2022_11_28/models/group_0518.py +13 -26
  486. githubkit/versions/ghec_v2022_11_28/models/group_0519.py +28 -79
  487. githubkit/versions/ghec_v2022_11_28/models/group_0520.py +16 -479
  488. githubkit/versions/ghec_v2022_11_28/models/group_0521.py +14 -14
  489. githubkit/versions/ghec_v2022_11_28/models/group_0522.py +32 -186
  490. githubkit/versions/ghec_v2022_11_28/models/group_0523.py +30 -195
  491. githubkit/versions/ghec_v2022_11_28/models/group_0524.py +150 -8
  492. githubkit/versions/ghec_v2022_11_28/models/group_0525.py +161 -17
  493. githubkit/versions/ghec_v2022_11_28/models/group_0526.py +9 -84
  494. githubkit/versions/ghec_v2022_11_28/models/group_0527.py +116 -86
  495. githubkit/versions/ghec_v2022_11_28/models/group_0528.py +12 -13
  496. githubkit/versions/ghec_v2022_11_28/models/group_0529.py +45 -109
  497. githubkit/versions/ghec_v2022_11_28/models/group_0530.py +42 -27
  498. githubkit/versions/ghec_v2022_11_28/models/group_0531.py +36 -80
  499. githubkit/versions/ghec_v2022_11_28/models/group_0532.py +20 -444
  500. githubkit/versions/ghec_v2022_11_28/models/group_0533.py +37 -511
  501. githubkit/versions/ghec_v2022_11_28/models/group_0534.py +35 -495
  502. githubkit/versions/ghec_v2022_11_28/models/group_0535.py +20 -472
  503. githubkit/versions/ghec_v2022_11_28/models/group_0536.py +59 -407
  504. githubkit/versions/ghec_v2022_11_28/models/group_0537.py +20 -510
  505. githubkit/versions/ghec_v2022_11_28/models/group_0538.py +20 -1093
  506. githubkit/versions/ghec_v2022_11_28/models/group_0539.py +22 -394
  507. githubkit/versions/ghec_v2022_11_28/models/group_0540.py +39 -363
  508. githubkit/versions/ghec_v2022_11_28/models/group_0541.py +41 -993
  509. githubkit/versions/ghec_v2022_11_28/models/group_0542.py +11 -458
  510. githubkit/versions/ghec_v2022_11_28/models/group_0543.py +4 -468
  511. githubkit/versions/ghec_v2022_11_28/models/group_0544.py +10 -442
  512. githubkit/versions/ghec_v2022_11_28/models/group_0545.py +21 -392
  513. githubkit/versions/ghec_v2022_11_28/models/group_0546.py +84 -51
  514. githubkit/versions/ghec_v2022_11_28/models/group_0547.py +134 -34
  515. githubkit/versions/ghec_v2022_11_28/models/group_0548.py +23 -103
  516. githubkit/versions/ghec_v2022_11_28/models/group_0549.py +79 -140
  517. githubkit/versions/ghec_v2022_11_28/models/group_0550.py +20 -115
  518. githubkit/versions/ghec_v2022_11_28/models/group_0551.py +138 -136
  519. githubkit/versions/ghec_v2022_11_28/models/group_0552.py +150 -139
  520. githubkit/versions/ghec_v2022_11_28/models/group_0553.py +47 -131
  521. githubkit/versions/ghec_v2022_11_28/models/group_0554.py +6 -87
  522. githubkit/versions/ghec_v2022_11_28/models/group_0555.py +27 -103
  523. githubkit/versions/ghec_v2022_11_28/models/group_0556.py +61 -41
  524. githubkit/versions/ghec_v2022_11_28/models/group_0557.py +80 -149
  525. githubkit/versions/ghec_v2022_11_28/models/group_0558.py +106 -107
  526. githubkit/versions/ghec_v2022_11_28/models/group_0559.py +33 -43
  527. githubkit/versions/ghec_v2022_11_28/models/group_0560.py +78 -38
  528. githubkit/versions/ghec_v2022_11_28/models/group_0561.py +27 -105
  529. githubkit/versions/ghec_v2022_11_28/models/group_0562.py +109 -60
  530. githubkit/versions/ghec_v2022_11_28/models/group_0563.py +128 -58
  531. githubkit/versions/ghec_v2022_11_28/models/group_0564.py +31 -72
  532. githubkit/versions/ghec_v2022_11_28/models/group_0565.py +3 -126
  533. githubkit/versions/ghec_v2022_11_28/models/group_0566.py +7 -78
  534. githubkit/versions/ghec_v2022_11_28/models/group_0567.py +62 -43
  535. githubkit/versions/ghec_v2022_11_28/models/group_0568.py +86 -67
  536. githubkit/versions/ghec_v2022_11_28/models/group_0569.py +124 -58
  537. githubkit/versions/ghec_v2022_11_28/models/group_0570.py +23 -86
  538. githubkit/versions/ghec_v2022_11_28/models/group_0571.py +79 -122
  539. githubkit/versions/ghec_v2022_11_28/models/group_0572.py +19 -64
  540. githubkit/versions/ghec_v2022_11_28/models/group_0573.py +17 -85
  541. githubkit/versions/ghec_v2022_11_28/models/group_0574.py +186 -32
  542. githubkit/versions/ghec_v2022_11_28/models/group_0575.py +196 -32
  543. githubkit/versions/ghec_v2022_11_28/models/group_0576.py +6 -46
  544. githubkit/versions/ghec_v2022_11_28/models/group_0577.py +24 -544
  545. githubkit/versions/ghec_v2022_11_28/models/group_0578.py +79 -35
  546. githubkit/versions/ghec_v2022_11_28/models/group_0579.py +86 -62
  547. githubkit/versions/ghec_v2022_11_28/models/group_0580.py +10 -159
  548. githubkit/versions/ghec_v2022_11_28/models/group_0581.py +88 -65
  549. githubkit/versions/ghec_v2022_11_28/models/group_0582.py +27 -28
  550. githubkit/versions/ghec_v2022_11_28/models/group_0583.py +82 -25
  551. githubkit/versions/ghec_v2022_11_28/models/group_0584.py +454 -17
  552. githubkit/versions/ghec_v2022_11_28/models/group_0585.py +473 -17
  553. githubkit/versions/ghec_v2022_11_28/models/group_0586.py +492 -17
  554. githubkit/versions/ghec_v2022_11_28/models/group_0587.py +456 -36
  555. githubkit/versions/ghec_v2022_11_28/models/group_0588.py +461 -7
  556. githubkit/versions/ghec_v2022_11_28/models/group_0589.py +406 -44
  557. githubkit/versions/ghec_v2022_11_28/models/group_0590.py +1058 -31
  558. githubkit/versions/ghec_v2022_11_28/models/group_0591.py +20 -68
  559. githubkit/versions/ghec_v2022_11_28/models/group_0592.py +408 -42
  560. githubkit/versions/ghec_v2022_11_28/models/group_0593.py +639 -44
  561. githubkit/versions/ghec_v2022_11_28/models/group_0594.py +41 -50
  562. githubkit/versions/ghec_v2022_11_28/models/group_0595.py +47 -51
  563. githubkit/versions/ghec_v2022_11_28/models/group_0596.py +399 -30
  564. githubkit/versions/ghec_v2022_11_28/models/group_0597.py +18 -37
  565. githubkit/versions/ghec_v2022_11_28/models/group_0598.py +16 -33
  566. githubkit/versions/ghec_v2022_11_28/models/group_0599.py +15 -54
  567. githubkit/versions/ghec_v2022_11_28/models/group_0600.py +63 -30
  568. githubkit/versions/ghec_v2022_11_28/models/group_0601.py +20 -67
  569. githubkit/versions/ghec_v2022_11_28/models/group_0602.py +69 -62
  570. githubkit/versions/ghec_v2022_11_28/models/group_0603.py +65 -96
  571. githubkit/versions/ghec_v2022_11_28/models/group_0604.py +69 -61
  572. githubkit/versions/ghec_v2022_11_28/models/group_0605.py +30 -12
  573. githubkit/versions/ghec_v2022_11_28/models/group_0606.py +68 -16
  574. githubkit/versions/ghec_v2022_11_28/models/group_0607.py +64 -13
  575. githubkit/versions/ghec_v2022_11_28/models/group_0608.py +22 -70
  576. githubkit/versions/ghec_v2022_11_28/models/group_0609.py +55 -34
  577. githubkit/versions/ghec_v2022_11_28/models/group_0610.py +55 -33
  578. githubkit/versions/ghec_v2022_11_28/models/group_0611.py +22 -13
  579. githubkit/versions/ghec_v2022_11_28/models/group_0612.py +26 -13
  580. githubkit/versions/ghec_v2022_11_28/models/group_0613.py +105 -50
  581. githubkit/versions/ghec_v2022_11_28/models/group_0614.py +26 -37
  582. githubkit/versions/ghec_v2022_11_28/models/group_0615.py +26 -36
  583. githubkit/versions/ghec_v2022_11_28/models/group_0616.py +25 -12
  584. githubkit/versions/ghec_v2022_11_28/models/group_0617.py +70 -9
  585. githubkit/versions/ghec_v2022_11_28/models/group_0618.py +16 -1149
  586. githubkit/versions/ghec_v2022_11_28/models/group_0619.py +16 -1179
  587. githubkit/versions/ghec_v2022_11_28/models/group_0620.py +16 -1171
  588. githubkit/versions/ghec_v2022_11_28/models/group_0621.py +18 -15
  589. githubkit/versions/ghec_v2022_11_28/models/group_0622.py +18 -16
  590. githubkit/versions/ghec_v2022_11_28/models/group_0623.py +41 -1116
  591. githubkit/versions/ghec_v2022_11_28/models/group_0624.py +19 -1121
  592. githubkit/versions/ghec_v2022_11_28/models/group_0625.py +31 -73
  593. githubkit/versions/ghec_v2022_11_28/models/group_0626.py +28 -1130
  594. githubkit/versions/ghec_v2022_11_28/models/group_0627.py +17 -1134
  595. githubkit/versions/ghec_v2022_11_28/models/group_0628.py +28 -1092
  596. githubkit/versions/ghec_v2022_11_28/models/group_0629.py +400 -1015
  597. githubkit/versions/ghec_v2022_11_28/models/group_0630.py +14 -13
  598. githubkit/versions/ghec_v2022_11_28/models/group_0631.py +69 -43
  599. githubkit/versions/ghec_v2022_11_28/models/group_0632.py +159 -37
  600. githubkit/versions/ghec_v2022_11_28/models/group_0633.py +32 -1295
  601. githubkit/versions/ghec_v2022_11_28/models/group_0634.py +18 -1338
  602. githubkit/versions/ghec_v2022_11_28/models/group_0635.py +18 -1351
  603. githubkit/versions/ghec_v2022_11_28/models/group_0636.py +19 -1216
  604. githubkit/versions/ghec_v2022_11_28/models/group_0637.py +22 -1158
  605. githubkit/versions/ghec_v2022_11_28/models/group_0638.py +17 -1269
  606. githubkit/versions/ghec_v2022_11_28/models/group_0639.py +34 -1286
  607. githubkit/versions/ghec_v2022_11_28/models/group_0640.py +7 -1264
  608. githubkit/versions/ghec_v2022_11_28/models/group_0641.py +26 -1257
  609. githubkit/versions/ghec_v2022_11_28/models/group_0642.py +15 -1208
  610. githubkit/versions/ghec_v2022_11_28/models/group_0643.py +31 -1279
  611. githubkit/versions/ghec_v2022_11_28/models/group_0644.py +27 -1308
  612. githubkit/versions/ghec_v2022_11_28/models/group_0645.py +42 -1097
  613. githubkit/versions/ghec_v2022_11_28/models/group_0646.py +18 -1159
  614. githubkit/versions/ghec_v2022_11_28/models/group_0647.py +23 -1144
  615. githubkit/versions/ghec_v2022_11_28/models/group_0648.py +15 -1112
  616. githubkit/versions/ghec_v2022_11_28/models/group_0649.py +18 -374
  617. githubkit/versions/ghec_v2022_11_28/models/group_0650.py +15 -18
  618. githubkit/versions/ghec_v2022_11_28/models/group_0651.py +60 -66
  619. githubkit/versions/ghec_v2022_11_28/models/group_0652.py +45 -598
  620. githubkit/versions/ghec_v2022_11_28/models/group_0653.py +12 -12
  621. githubkit/versions/ghec_v2022_11_28/models/group_0654.py +42 -61
  622. githubkit/versions/ghec_v2022_11_28/models/group_0655.py +75 -174
  623. githubkit/versions/ghec_v2022_11_28/models/group_0656.py +15 -156
  624. githubkit/versions/ghec_v2022_11_28/models/group_0657.py +13 -165
  625. githubkit/versions/ghec_v2022_11_28/models/group_0658.py +17 -210
  626. githubkit/versions/ghec_v2022_11_28/models/group_0659.py +14 -169
  627. githubkit/versions/ghec_v2022_11_28/models/group_0660.py +66 -163
  628. githubkit/versions/ghec_v2022_11_28/models/group_0661.py +16 -167
  629. githubkit/versions/ghec_v2022_11_28/models/group_0662.py +32 -165
  630. githubkit/versions/ghec_v2022_11_28/models/group_0663.py +13 -26
  631. githubkit/versions/ghec_v2022_11_28/models/group_0664.py +13 -26
  632. githubkit/versions/ghec_v2022_11_28/models/group_0665.py +55 -21
  633. githubkit/versions/ghec_v2022_11_28/models/group_0666.py +37 -21
  634. githubkit/versions/ghec_v2022_11_28/models/group_0667.py +14 -20
  635. githubkit/versions/ghec_v2022_11_28/models/group_0668.py +15 -42
  636. githubkit/versions/ghec_v2022_11_28/models/group_0669.py +9 -64
  637. githubkit/versions/ghec_v2022_11_28/models/group_0670.py +1122 -11
  638. githubkit/versions/ghec_v2022_11_28/models/group_0671.py +1176 -11
  639. githubkit/versions/ghec_v2022_11_28/models/group_0672.py +1168 -11
  640. githubkit/versions/ghec_v2022_11_28/models/group_0673.py +13 -37
  641. githubkit/versions/ghec_v2022_11_28/models/group_0674.py +14 -17
  642. githubkit/versions/ghec_v2022_11_28/models/group_0675.py +19 -21
  643. githubkit/versions/ghec_v2022_11_28/models/group_0676.py +1119 -20
  644. githubkit/versions/ghec_v2022_11_28/models/group_0677.py +92 -24
  645. githubkit/versions/ghec_v2022_11_28/models/group_0678.py +1139 -13
  646. githubkit/versions/ghec_v2022_11_28/models/group_0679.py +1101 -61
  647. githubkit/versions/ghec_v2022_11_28/models/group_0680.py +1127 -66
  648. githubkit/versions/ghec_v2022_11_28/models/group_0681.py +44 -114
  649. githubkit/versions/ghec_v2022_11_28/models/group_0682.py +14 -95
  650. githubkit/versions/ghec_v2022_11_28/models/group_0683.py +13 -10
  651. githubkit/versions/ghec_v2022_11_28/models/group_0684.py +14 -75
  652. githubkit/versions/ghec_v2022_11_28/models/group_0685.py +1296 -38
  653. githubkit/versions/ghec_v2022_11_28/models/group_0686.py +1116 -39
  654. githubkit/versions/ghec_v2022_11_28/models/group_0687.py +1107 -39
  655. githubkit/versions/ghec_v2022_11_28/models/group_0688.py +1208 -15
  656. githubkit/versions/ghec_v2022_11_28/models/group_0689.py +981 -198
  657. githubkit/versions/ghec_v2022_11_28/models/group_0690.py +1284 -6
  658. githubkit/versions/ghec_v2022_11_28/models/group_0691.py +1284 -15
  659. githubkit/versions/ghec_v2022_11_28/models/group_0692.py +1241 -15
  660. githubkit/versions/ghec_v2022_11_28/models/group_0693.py +1265 -15
  661. githubkit/versions/ghec_v2022_11_28/models/group_0694.py +1115 -15
  662. githubkit/versions/ghec_v2022_11_28/models/group_0695.py +1261 -84
  663. githubkit/versions/ghec_v2022_11_28/models/group_0696.py +1262 -83
  664. githubkit/versions/ghec_v2022_11_28/models/group_0697.py +1089 -86
  665. githubkit/versions/ghec_v2022_11_28/models/group_0698.py +1144 -13
  666. githubkit/versions/ghec_v2022_11_28/models/group_0699.py +1149 -7
  667. githubkit/versions/ghec_v2022_11_28/models/group_0700.py +1133 -8
  668. githubkit/versions/ghec_v2022_11_28/models/group_0701.py +333 -102
  669. githubkit/versions/ghec_v2022_11_28/models/group_0702.py +13 -139
  670. githubkit/versions/ghec_v2022_11_28/models/group_0703.py +54 -176
  671. githubkit/versions/ghec_v2022_11_28/models/group_0704.py +565 -142
  672. githubkit/versions/ghec_v2022_11_28/models/group_0705.py +13 -185
  673. githubkit/versions/ghec_v2022_11_28/models/group_0706.py +48 -200
  674. githubkit/versions/ghec_v2022_11_28/models/group_0707.py +185 -45
  675. githubkit/versions/ghec_v2022_11_28/models/group_0708.py +15 -13
  676. githubkit/versions/ghec_v2022_11_28/models/group_0709.py +16 -206
  677. githubkit/versions/ghec_v2022_11_28/models/group_0710.py +87 -12
  678. githubkit/versions/ghec_v2022_11_28/models/group_0711.py +182 -6
  679. githubkit/versions/ghec_v2022_11_28/models/group_0712.py +40 -12
  680. githubkit/versions/ghec_v2022_11_28/models/group_0713.py +42 -7
  681. githubkit/versions/ghec_v2022_11_28/models/group_0714.py +18 -78
  682. githubkit/versions/ghec_v2022_11_28/models/group_0715.py +21 -277
  683. githubkit/versions/ghec_v2022_11_28/models/group_0716.py +23 -276
  684. githubkit/versions/ghec_v2022_11_28/models/group_0717.py +18 -277
  685. githubkit/versions/ghec_v2022_11_28/models/group_0718.py +17 -380
  686. githubkit/versions/ghec_v2022_11_28/models/group_0719.py +17 -279
  687. githubkit/versions/ghec_v2022_11_28/models/group_0720.py +33 -14
  688. githubkit/versions/ghec_v2022_11_28/models/group_0721.py +60 -18
  689. githubkit/versions/ghec_v2022_11_28/models/group_0722.py +11 -89
  690. githubkit/versions/ghec_v2022_11_28/models/group_0723.py +31 -68
  691. githubkit/versions/ghec_v2022_11_28/models/group_0724.py +32 -51
  692. githubkit/versions/ghec_v2022_11_28/models/group_0725.py +30 -75
  693. githubkit/versions/ghec_v2022_11_28/models/group_0726.py +36 -58
  694. githubkit/versions/ghec_v2022_11_28/models/group_0727.py +37 -47
  695. githubkit/versions/ghec_v2022_11_28/models/group_0728.py +20 -67
  696. githubkit/versions/ghec_v2022_11_28/models/group_0729.py +28 -84
  697. githubkit/versions/ghec_v2022_11_28/models/group_0730.py +13 -496
  698. githubkit/versions/ghec_v2022_11_28/models/group_0731.py +63 -455
  699. githubkit/versions/ghec_v2022_11_28/models/group_0732.py +83 -494
  700. githubkit/versions/ghec_v2022_11_28/models/group_0733.py +123 -38
  701. githubkit/versions/ghec_v2022_11_28/models/group_0734.py +122 -10
  702. githubkit/versions/ghec_v2022_11_28/models/group_0735.py +30 -12
  703. githubkit/versions/ghec_v2022_11_28/models/group_0736.py +49 -7
  704. githubkit/versions/ghec_v2022_11_28/models/group_0737.py +93 -13
  705. githubkit/versions/ghec_v2022_11_28/models/group_0738.py +42 -6
  706. githubkit/versions/ghec_v2022_11_28/models/group_0739.py +101 -6
  707. githubkit/versions/ghec_v2022_11_28/models/group_0740.py +40 -6
  708. githubkit/versions/ghec_v2022_11_28/models/group_0741.py +295 -6
  709. githubkit/versions/ghec_v2022_11_28/models/group_0742.py +6 -33
  710. githubkit/versions/ghec_v2022_11_28/models/group_0743.py +50 -10
  711. githubkit/versions/ghec_v2022_11_28/models/group_0744.py +34 -8
  712. githubkit/versions/ghec_v2022_11_28/models/group_0745.py +45 -14
  713. githubkit/versions/ghec_v2022_11_28/models/group_0746.py +42 -7
  714. githubkit/versions/ghec_v2022_11_28/models/group_0747.py +34 -28
  715. githubkit/versions/ghec_v2022_11_28/models/group_0748.py +149 -19
  716. githubkit/versions/ghec_v2022_11_28/models/group_0749.py +27 -15
  717. githubkit/versions/ghec_v2022_11_28/models/group_0750.py +10 -15
  718. githubkit/versions/ghec_v2022_11_28/models/group_0751.py +11 -9
  719. githubkit/versions/ghec_v2022_11_28/models/group_0752.py +45 -20
  720. githubkit/versions/ghec_v2022_11_28/models/group_0753.py +39 -7
  721. githubkit/versions/ghec_v2022_11_28/models/group_0754.py +61 -8
  722. githubkit/versions/ghec_v2022_11_28/models/group_0755.py +38 -14
  723. githubkit/versions/ghec_v2022_11_28/models/group_0756.py +44 -9
  724. githubkit/versions/ghec_v2022_11_28/models/group_0757.py +47 -14
  725. githubkit/versions/ghec_v2022_11_28/models/group_0758.py +39 -8
  726. githubkit/versions/ghec_v2022_11_28/models/group_0759.py +39 -9
  727. githubkit/versions/ghec_v2022_11_28/models/group_0760.py +231 -8
  728. githubkit/versions/ghec_v2022_11_28/models/group_0761.py +14 -7
  729. githubkit/versions/ghec_v2022_11_28/models/group_0762.py +11 -38
  730. githubkit/versions/ghec_v2022_11_28/models/group_0763.py +13 -26
  731. githubkit/versions/ghec_v2022_11_28/models/group_0764.py +7 -21
  732. githubkit/versions/ghec_v2022_11_28/models/group_0765.py +36 -30
  733. githubkit/versions/ghec_v2022_11_28/models/group_0766.py +240 -6
  734. githubkit/versions/ghec_v2022_11_28/models/group_0767.py +237 -6
  735. githubkit/versions/ghec_v2022_11_28/models/group_0768.py +241 -5
  736. githubkit/versions/ghec_v2022_11_28/models/group_0769.py +338 -10
  737. githubkit/versions/ghec_v2022_11_28/models/group_0770.py +235 -11
  738. githubkit/versions/ghec_v2022_11_28/models/group_0771.py +32 -9
  739. githubkit/versions/ghec_v2022_11_28/models/group_0772.py +47 -6
  740. githubkit/versions/ghec_v2022_11_28/models/group_0773.py +113 -6
  741. githubkit/versions/ghec_v2022_11_28/models/group_0774.py +72 -11
  742. githubkit/versions/ghec_v2022_11_28/models/group_0775.py +54 -117
  743. githubkit/versions/ghec_v2022_11_28/models/group_0776.py +100 -19
  744. githubkit/versions/ghec_v2022_11_28/models/group_0777.py +63 -12
  745. githubkit/versions/ghec_v2022_11_28/models/group_0778.py +52 -8
  746. githubkit/versions/ghec_v2022_11_28/models/group_0779.py +91 -7
  747. githubkit/versions/ghec_v2022_11_28/models/group_0780.py +81 -29
  748. githubkit/versions/ghec_v2022_11_28/models/group_0781.py +471 -20
  749. githubkit/versions/ghec_v2022_11_28/models/group_0782.py +467 -15
  750. githubkit/versions/ghec_v2022_11_28/models/group_0783.py +479 -8
  751. githubkit/versions/ghec_v2022_11_28/models/group_0784.py +34 -7
  752. githubkit/versions/ghec_v2022_11_28/models/group_0785.py +10 -10
  753. githubkit/versions/ghec_v2022_11_28/models/group_0786.py +18 -7
  754. githubkit/versions/ghec_v2022_11_28/models/group_0787.py +4 -13
  755. githubkit/versions/ghec_v2022_11_28/models/group_0788.py +15 -13
  756. githubkit/versions/ghec_v2022_11_28/models/group_0789.py +6 -9
  757. githubkit/versions/ghec_v2022_11_28/models/group_0790.py +6 -10
  758. githubkit/versions/ghec_v2022_11_28/models/group_0791.py +6 -29
  759. githubkit/versions/ghec_v2022_11_28/models/group_0792.py +6 -22
  760. githubkit/versions/ghec_v2022_11_28/models/group_0793.py +37 -13
  761. githubkit/versions/ghec_v2022_11_28/models/group_0794.py +5 -13
  762. githubkit/versions/ghec_v2022_11_28/models/group_0795.py +10 -30
  763. githubkit/versions/ghec_v2022_11_28/models/group_0796.py +9 -16
  764. githubkit/versions/ghec_v2022_11_28/models/group_0797.py +7 -16
  765. githubkit/versions/ghec_v2022_11_28/models/group_0798.py +40 -12
  766. githubkit/versions/ghec_v2022_11_28/models/group_0799.py +30 -7
  767. githubkit/versions/ghec_v2022_11_28/models/group_0800.py +24 -9
  768. githubkit/versions/ghec_v2022_11_28/models/group_0801.py +15 -20
  769. githubkit/versions/ghec_v2022_11_28/models/group_0802.py +8 -7
  770. githubkit/versions/ghec_v2022_11_28/models/group_0803.py +14 -8
  771. githubkit/versions/ghec_v2022_11_28/models/group_0804.py +7 -35
  772. githubkit/versions/ghec_v2022_11_28/models/group_0805.py +9 -20
  773. githubkit/versions/ghec_v2022_11_28/models/group_0806.py +19 -8
  774. githubkit/versions/ghec_v2022_11_28/models/group_0807.py +11 -8
  775. githubkit/versions/ghec_v2022_11_28/models/group_0808.py +8 -8
  776. githubkit/versions/ghec_v2022_11_28/models/group_0809.py +10 -8
  777. githubkit/versions/ghec_v2022_11_28/models/group_0810.py +7 -6
  778. githubkit/versions/ghec_v2022_11_28/models/group_0811.py +9 -7
  779. githubkit/versions/ghec_v2022_11_28/models/group_0812.py +9 -10
  780. githubkit/versions/ghec_v2022_11_28/models/group_0813.py +40 -12
  781. githubkit/versions/ghec_v2022_11_28/models/group_0814.py +12 -7
  782. githubkit/versions/ghec_v2022_11_28/models/group_0815.py +14 -7
  783. githubkit/versions/ghec_v2022_11_28/models/group_0816.py +12 -11
  784. githubkit/versions/ghec_v2022_11_28/models/group_0817.py +10 -25
  785. githubkit/versions/ghec_v2022_11_28/models/group_0818.py +25 -19
  786. githubkit/versions/ghec_v2022_11_28/models/group_0819.py +21 -8
  787. githubkit/versions/ghec_v2022_11_28/models/group_0820.py +34 -9
  788. githubkit/versions/ghec_v2022_11_28/models/group_0821.py +5 -44
  789. githubkit/versions/ghec_v2022_11_28/models/group_0822.py +9 -47
  790. githubkit/versions/ghec_v2022_11_28/models/group_0823.py +4 -23
  791. githubkit/versions/ghec_v2022_11_28/models/group_0824.py +9 -6
  792. githubkit/versions/ghec_v2022_11_28/models/group_0825.py +19 -4
  793. githubkit/versions/ghec_v2022_11_28/models/group_0826.py +9 -20
  794. githubkit/versions/ghec_v2022_11_28/models/group_0827.py +7 -10
  795. githubkit/versions/ghec_v2022_11_28/models/group_0828.py +6 -9
  796. githubkit/versions/ghec_v2022_11_28/models/group_0829.py +10 -39
  797. githubkit/versions/ghec_v2022_11_28/models/group_0830.py +113 -9
  798. githubkit/versions/ghec_v2022_11_28/models/group_0831.py +24 -14
  799. githubkit/versions/ghec_v2022_11_28/models/group_0832.py +11 -7
  800. githubkit/versions/ghec_v2022_11_28/models/group_0833.py +13 -4
  801. githubkit/versions/ghec_v2022_11_28/models/group_0834.py +9 -8
  802. githubkit/versions/ghec_v2022_11_28/models/group_0835.py +35 -14
  803. githubkit/versions/ghec_v2022_11_28/models/group_0836.py +26 -10
  804. githubkit/versions/ghec_v2022_11_28/models/group_0837.py +21 -10
  805. githubkit/versions/ghec_v2022_11_28/models/group_0838.py +9 -8
  806. githubkit/versions/ghec_v2022_11_28/models/group_0839.py +8 -9
  807. githubkit/versions/ghec_v2022_11_28/models/group_0840.py +7 -10
  808. githubkit/versions/ghec_v2022_11_28/models/group_0841.py +7 -30
  809. githubkit/versions/ghec_v2022_11_28/models/group_0842.py +7 -13
  810. githubkit/versions/ghec_v2022_11_28/models/group_0843.py +15 -110
  811. githubkit/versions/ghec_v2022_11_28/models/group_0844.py +8 -71
  812. githubkit/versions/ghec_v2022_11_28/models/group_0845.py +9 -72
  813. githubkit/versions/ghec_v2022_11_28/models/group_0846.py +25 -32
  814. githubkit/versions/ghec_v2022_11_28/models/group_0847.py +15 -21
  815. githubkit/versions/ghec_v2022_11_28/models/group_0848.py +10 -12
  816. githubkit/versions/ghec_v2022_11_28/models/group_0849.py +8 -11
  817. githubkit/versions/ghec_v2022_11_28/models/group_0850.py +35 -5
  818. githubkit/versions/ghec_v2022_11_28/models/group_0851.py +17 -11
  819. githubkit/versions/ghec_v2022_11_28/models/group_0852.py +16 -17
  820. githubkit/versions/ghec_v2022_11_28/models/group_0853.py +9 -10
  821. githubkit/versions/ghec_v2022_11_28/models/group_0854.py +9 -5
  822. githubkit/versions/ghec_v2022_11_28/models/group_0855.py +9 -10
  823. githubkit/versions/ghec_v2022_11_28/models/group_0856.py +16 -7
  824. githubkit/versions/ghec_v2022_11_28/models/group_0857.py +10 -8
  825. githubkit/versions/ghec_v2022_11_28/models/group_0858.py +9 -9
  826. githubkit/versions/ghec_v2022_11_28/models/group_0859.py +29 -18
  827. githubkit/versions/ghec_v2022_11_28/models/group_0860.py +18 -7
  828. githubkit/versions/ghec_v2022_11_28/models/group_0861.py +8 -9
  829. githubkit/versions/ghec_v2022_11_28/models/group_0862.py +7 -12
  830. githubkit/versions/ghec_v2022_11_28/models/group_0863.py +9 -13
  831. githubkit/versions/ghec_v2022_11_28/models/group_0864.py +11 -4
  832. githubkit/versions/ghec_v2022_11_28/models/group_0865.py +8 -24
  833. githubkit/versions/ghec_v2022_11_28/models/group_0866.py +7 -24
  834. githubkit/versions/ghec_v2022_11_28/models/group_0867.py +10 -5
  835. githubkit/versions/ghec_v2022_11_28/models/group_0868.py +8 -7
  836. githubkit/versions/ghec_v2022_11_28/models/group_0869.py +9 -9
  837. githubkit/versions/ghec_v2022_11_28/models/group_0870.py +7 -24
  838. githubkit/versions/ghec_v2022_11_28/models/group_0871.py +13 -7
  839. githubkit/versions/ghec_v2022_11_28/models/group_0872.py +33 -4
  840. githubkit/versions/ghec_v2022_11_28/models/group_0873.py +20 -8
  841. githubkit/versions/ghec_v2022_11_28/models/group_0874.py +9 -22
  842. githubkit/versions/ghec_v2022_11_28/models/group_0875.py +7 -9
  843. githubkit/versions/ghec_v2022_11_28/models/group_0876.py +40 -7
  844. githubkit/versions/ghec_v2022_11_28/models/group_0877.py +47 -9
  845. githubkit/versions/ghec_v2022_11_28/models/group_0878.py +18 -6
  846. githubkit/versions/ghec_v2022_11_28/models/group_0879.py +8 -225
  847. githubkit/versions/ghec_v2022_11_28/models/group_0880.py +4 -13
  848. githubkit/versions/ghec_v2022_11_28/models/group_0881.py +23 -6
  849. githubkit/versions/ghec_v2022_11_28/models/group_0882.py +7 -15
  850. githubkit/versions/ghec_v2022_11_28/models/group_0883.py +11 -9
  851. githubkit/versions/ghec_v2022_11_28/models/group_0884.py +46 -13
  852. githubkit/versions/ghec_v2022_11_28/models/group_0885.py +11 -10
  853. githubkit/versions/ghec_v2022_11_28/models/group_0886.py +17 -8
  854. githubkit/versions/ghec_v2022_11_28/models/group_0887.py +7 -17
  855. githubkit/versions/ghec_v2022_11_28/models/group_0888.py +4 -13
  856. githubkit/versions/ghec_v2022_11_28/models/group_0889.py +8 -11
  857. githubkit/versions/ghec_v2022_11_28/models/group_0890.py +21 -9
  858. githubkit/versions/ghec_v2022_11_28/models/group_0891.py +15 -9
  859. githubkit/versions/ghec_v2022_11_28/models/group_0892.py +13 -11
  860. githubkit/versions/ghec_v2022_11_28/models/group_0893.py +8 -9
  861. githubkit/versions/ghec_v2022_11_28/models/group_0894.py +9 -12
  862. githubkit/versions/ghec_v2022_11_28/models/group_0895.py +12 -8
  863. githubkit/versions/ghec_v2022_11_28/models/group_0896.py +29 -6
  864. githubkit/versions/ghec_v2022_11_28/models/group_0897.py +13 -7
  865. githubkit/versions/ghec_v2022_11_28/models/group_0898.py +112 -10
  866. githubkit/versions/ghec_v2022_11_28/models/group_0899.py +81 -8
  867. githubkit/versions/ghec_v2022_11_28/models/group_0900.py +84 -6
  868. githubkit/versions/ghec_v2022_11_28/models/group_0901.py +39 -10
  869. githubkit/versions/ghec_v2022_11_28/models/group_0902.py +30 -37
  870. githubkit/versions/ghec_v2022_11_28/models/group_0903.py +9 -27
  871. githubkit/versions/ghec_v2022_11_28/models/group_0904.py +12 -10
  872. githubkit/versions/ghec_v2022_11_28/models/group_0905.py +5 -16
  873. githubkit/versions/ghec_v2022_11_28/models/group_0906.py +5 -209
  874. githubkit/versions/ghec_v2022_11_28/models/group_0907.py +10 -85
  875. githubkit/versions/ghec_v2022_11_28/models/group_0908.py +8 -40
  876. githubkit/versions/ghec_v2022_11_28/models/group_0909.py +5 -17
  877. githubkit/versions/ghec_v2022_11_28/models/group_0910.py +10 -16
  878. githubkit/versions/ghec_v2022_11_28/models/group_0911.py +11 -17
  879. githubkit/versions/ghec_v2022_11_28/models/group_0912.py +8 -13
  880. githubkit/versions/ghec_v2022_11_28/models/group_0913.py +9 -12
  881. githubkit/versions/ghec_v2022_11_28/models/group_0914.py +23 -12
  882. githubkit/versions/ghec_v2022_11_28/models/group_0915.py +11 -10
  883. githubkit/versions/ghec_v2022_11_28/models/group_0916.py +9 -11
  884. githubkit/versions/ghec_v2022_11_28/models/group_0917.py +13 -12
  885. githubkit/versions/ghec_v2022_11_28/models/group_0918.py +14 -11
  886. githubkit/versions/ghec_v2022_11_28/models/group_0919.py +4 -16
  887. githubkit/versions/ghec_v2022_11_28/models/group_0920.py +23 -10
  888. githubkit/versions/ghec_v2022_11_28/models/group_0921.py +25 -5
  889. githubkit/versions/ghec_v2022_11_28/models/group_0922.py +5 -105
  890. githubkit/versions/ghec_v2022_11_28/models/group_0923.py +7 -55
  891. githubkit/versions/ghec_v2022_11_28/models/group_0924.py +9 -57
  892. githubkit/versions/ghec_v2022_11_28/models/group_0925.py +23 -100
  893. githubkit/versions/ghec_v2022_11_28/models/group_0926.py +8 -57
  894. githubkit/versions/ghec_v2022_11_28/models/group_0927.py +5 -64
  895. githubkit/versions/ghec_v2022_11_28/models/group_0928.py +11 -5
  896. githubkit/versions/ghec_v2022_11_28/models/group_0929.py +17 -24
  897. githubkit/versions/ghec_v2022_11_28/models/group_0930.py +9 -8
  898. githubkit/versions/ghec_v2022_11_28/models/group_0931.py +7 -20
  899. githubkit/versions/ghec_v2022_11_28/models/group_0932.py +9 -42
  900. githubkit/versions/ghec_v2022_11_28/models/group_0933.py +8 -10
  901. githubkit/versions/ghec_v2022_11_28/models/group_0934.py +205 -27
  902. githubkit/versions/ghec_v2022_11_28/models/group_0935.py +7 -23
  903. githubkit/versions/ghec_v2022_11_28/models/group_0936.py +9 -10
  904. githubkit/versions/ghec_v2022_11_28/models/group_0937.py +12 -21
  905. githubkit/versions/ghec_v2022_11_28/models/group_0938.py +7 -21
  906. githubkit/versions/ghec_v2022_11_28/models/group_0939.py +10 -14
  907. githubkit/versions/ghec_v2022_11_28/models/group_0940.py +11 -6
  908. githubkit/versions/ghec_v2022_11_28/models/group_0941.py +10 -5
  909. githubkit/versions/ghec_v2022_11_28/models/group_0942.py +19 -9
  910. githubkit/versions/ghec_v2022_11_28/models/group_0943.py +9 -16
  911. githubkit/versions/ghec_v2022_11_28/models/group_0944.py +9 -8
  912. githubkit/versions/ghec_v2022_11_28/models/group_0945.py +9 -60
  913. githubkit/versions/ghec_v2022_11_28/models/group_0946.py +9 -53
  914. githubkit/versions/ghec_v2022_11_28/models/group_0947.py +11 -23
  915. githubkit/versions/ghec_v2022_11_28/models/group_0948.py +7 -21
  916. githubkit/versions/ghec_v2022_11_28/models/group_0949.py +11 -12
  917. githubkit/versions/ghec_v2022_11_28/models/group_0950.py +8 -11
  918. githubkit/versions/ghec_v2022_11_28/models/group_0951.py +7 -47
  919. githubkit/versions/ghec_v2022_11_28/models/group_0952.py +10 -7
  920. githubkit/versions/ghec_v2022_11_28/models/group_0953.py +9 -32
  921. githubkit/versions/ghec_v2022_11_28/models/group_0954.py +10 -27
  922. githubkit/versions/ghec_v2022_11_28/models/group_0955.py +6 -49
  923. githubkit/versions/ghec_v2022_11_28/models/group_0956.py +6 -37
  924. githubkit/versions/ghec_v2022_11_28/models/group_0957.py +32 -12
  925. githubkit/versions/ghec_v2022_11_28/models/group_0958.py +25 -20
  926. githubkit/versions/ghec_v2022_11_28/models/group_0959.py +6 -6
  927. githubkit/versions/ghec_v2022_11_28/models/group_0960.py +15 -8
  928. githubkit/versions/ghec_v2022_11_28/models/group_0961.py +213 -8
  929. githubkit/versions/ghec_v2022_11_28/models/group_0962.py +94 -6
  930. githubkit/versions/ghec_v2022_11_28/models/group_0963.py +45 -10
  931. githubkit/versions/ghec_v2022_11_28/models/group_0964.py +17 -18
  932. githubkit/versions/ghec_v2022_11_28/models/group_0965.py +17 -11
  933. githubkit/versions/ghec_v2022_11_28/models/group_0966.py +12 -66
  934. githubkit/versions/ghec_v2022_11_28/models/group_0967.py +12 -7
  935. githubkit/versions/ghec_v2022_11_28/models/group_0968.py +12 -10
  936. githubkit/versions/ghec_v2022_11_28/models/group_0969.py +11 -37
  937. githubkit/versions/ghec_v2022_11_28/models/group_0970.py +14 -45
  938. githubkit/versions/ghec_v2022_11_28/models/group_0971.py +10 -45
  939. githubkit/versions/ghec_v2022_11_28/models/group_0972.py +16 -34
  940. githubkit/versions/ghec_v2022_11_28/models/group_0973.py +10 -19
  941. githubkit/versions/ghec_v2022_11_28/models/group_0974.py +12 -24
  942. githubkit/versions/ghec_v2022_11_28/models/group_0975.py +12 -23
  943. githubkit/versions/ghec_v2022_11_28/models/group_0976.py +5 -8
  944. githubkit/versions/ghec_v2022_11_28/models/group_0977.py +103 -7
  945. githubkit/versions/ghec_v2022_11_28/models/group_0978.py +59 -5
  946. githubkit/versions/ghec_v2022_11_28/models/group_0979.py +55 -11
  947. githubkit/versions/ghec_v2022_11_28/models/group_0980.py +87 -23
  948. githubkit/versions/ghec_v2022_11_28/models/group_0981.py +58 -6
  949. githubkit/versions/ghec_v2022_11_28/models/group_0982.py +58 -9
  950. githubkit/versions/ghec_v2022_11_28/models/group_0983.py +5 -51
  951. githubkit/versions/ghec_v2022_11_28/models/group_0984.py +24 -6
  952. githubkit/versions/ghec_v2022_11_28/models/group_0985.py +8 -10
  953. githubkit/versions/ghec_v2022_11_28/models/group_0986.py +24 -5
  954. githubkit/versions/ghec_v2022_11_28/models/group_0987.py +22 -8
  955. githubkit/versions/ghec_v2022_11_28/models/group_0988.py +28 -22
  956. githubkit/versions/ghec_v2022_11_28/models/group_0989.py +31 -9
  957. githubkit/versions/ghec_v2022_11_28/models/group_0990.py +33 -8
  958. githubkit/versions/ghec_v2022_11_28/models/group_0991.py +7 -18
  959. githubkit/versions/ghec_v2022_11_28/models/group_0992.py +49 -5
  960. githubkit/versions/ghec_v2022_11_28/models/group_0993.py +23 -11
  961. githubkit/versions/ghec_v2022_11_28/models/group_0994.py +9 -10
  962. githubkit/versions/ghec_v2022_11_28/models/group_0995.py +24 -9
  963. githubkit/versions/ghec_v2022_11_28/models/group_0996.py +24 -17
  964. githubkit/versions/ghec_v2022_11_28/models/group_0997.py +9 -13
  965. githubkit/versions/ghec_v2022_11_28/models/group_0998.py +9 -6
  966. githubkit/versions/ghec_v2022_11_28/models/group_0999.py +5 -16
  967. githubkit/versions/ghec_v2022_11_28/models/group_1000.py +8 -18
  968. githubkit/versions/ghec_v2022_11_28/models/group_1001.py +11 -17
  969. githubkit/versions/ghec_v2022_11_28/models/group_1002.py +9 -11
  970. githubkit/versions/ghec_v2022_11_28/models/group_1003.py +59 -6
  971. githubkit/versions/ghec_v2022_11_28/models/group_1004.py +50 -11
  972. githubkit/versions/ghec_v2022_11_28/models/group_1005.py +16 -23
  973. githubkit/versions/ghec_v2022_11_28/models/group_1006.py +28 -34
  974. githubkit/versions/ghec_v2022_11_28/models/group_1007.py +9 -26
  975. githubkit/versions/ghec_v2022_11_28/models/group_1008.py +10 -29
  976. githubkit/versions/ghec_v2022_11_28/models/group_1009.py +41 -23
  977. githubkit/versions/ghec_v2022_11_28/models/group_1010.py +5 -16
  978. githubkit/versions/ghec_v2022_11_28/models/group_1011.py +30 -10
  979. githubkit/versions/ghec_v2022_11_28/models/group_1012.py +23 -13
  980. githubkit/versions/ghec_v2022_11_28/models/group_1013.py +38 -17
  981. githubkit/versions/ghec_v2022_11_28/models/group_1014.py +38 -6
  982. githubkit/versions/ghec_v2022_11_28/models/group_1015.py +14 -8
  983. githubkit/versions/ghec_v2022_11_28/models/group_1016.py +21 -7
  984. githubkit/versions/ghec_v2022_11_28/models/group_1017.py +14 -39
  985. githubkit/versions/ghec_v2022_11_28/models/group_1018.py +9 -5
  986. githubkit/versions/ghec_v2022_11_28/models/group_1019.py +9 -10
  987. githubkit/versions/ghec_v2022_11_28/models/group_1020.py +10 -30
  988. githubkit/versions/ghec_v2022_11_28/models/group_1021.py +6 -43
  989. githubkit/versions/ghec_v2022_11_28/models/group_1022.py +10 -34
  990. githubkit/versions/ghec_v2022_11_28/models/group_1023.py +11 -5
  991. githubkit/versions/ghec_v2022_11_28/models/group_1024.py +64 -13
  992. githubkit/versions/ghec_v2022_11_28/models/group_1025.py +8 -8
  993. githubkit/versions/ghec_v2022_11_28/models/group_1026.py +9 -6
  994. githubkit/versions/ghec_v2022_11_28/models/group_1027.py +36 -9
  995. githubkit/versions/ghec_v2022_11_28/models/group_1028.py +37 -9
  996. githubkit/versions/ghec_v2022_11_28/models/group_1029.py +43 -9
  997. githubkit/versions/ghec_v2022_11_28/models/group_1030.py +18 -34
  998. githubkit/versions/ghec_v2022_11_28/models/group_1031.py +20 -5
  999. githubkit/versions/ghec_v2022_11_28/models/group_1032.py +20 -7
  1000. githubkit/versions/ghec_v2022_11_28/models/group_1033.py +18 -8
  1001. githubkit/versions/ghec_v2022_11_28/models/group_1034.py +6 -8
  1002. githubkit/versions/ghec_v2022_11_28/models/group_1035.py +9 -8
  1003. githubkit/versions/ghec_v2022_11_28/models/group_1036.py +6 -42
  1004. githubkit/versions/ghec_v2022_11_28/models/group_1037.py +11 -9
  1005. githubkit/versions/ghec_v2022_11_28/models/group_1038.py +30 -13
  1006. githubkit/versions/ghec_v2022_11_28/models/group_1039.py +9 -37
  1007. githubkit/versions/ghec_v2022_11_28/models/group_1040.py +8 -6
  1008. githubkit/versions/ghec_v2022_11_28/models/group_1041.py +44 -58
  1009. githubkit/versions/ghec_v2022_11_28/models/group_1042.py +7 -61
  1010. githubkit/versions/ghec_v2022_11_28/models/group_1043.py +7 -16
  1011. githubkit/versions/ghec_v2022_11_28/models/group_1044.py +5 -22
  1012. githubkit/versions/ghec_v2022_11_28/models/group_1045.py +9 -10
  1013. githubkit/versions/ghec_v2022_11_28/models/group_1046.py +21 -7
  1014. githubkit/versions/ghec_v2022_11_28/models/group_1047.py +5 -9
  1015. githubkit/versions/ghec_v2022_11_28/models/group_1048.py +7 -12
  1016. githubkit/versions/ghec_v2022_11_28/models/group_1049.py +19 -20
  1017. githubkit/versions/ghec_v2022_11_28/models/group_1050.py +5 -51
  1018. githubkit/versions/ghec_v2022_11_28/models/group_1051.py +10 -47
  1019. githubkit/versions/ghec_v2022_11_28/models/group_1052.py +8 -64
  1020. githubkit/versions/ghec_v2022_11_28/models/group_1053.py +8 -25
  1021. githubkit/versions/ghec_v2022_11_28/models/group_1054.py +13 -8
  1022. githubkit/versions/ghec_v2022_11_28/models/group_1055.py +14 -8
  1023. githubkit/versions/ghec_v2022_11_28/models/group_1056.py +7 -5
  1024. githubkit/versions/ghec_v2022_11_28/models/group_1057.py +16 -5
  1025. githubkit/versions/ghec_v2022_11_28/models/group_1058.py +18 -14
  1026. githubkit/versions/ghec_v2022_11_28/models/group_1059.py +20 -8
  1027. githubkit/versions/ghec_v2022_11_28/models/group_1060.py +8 -7
  1028. githubkit/versions/ghec_v2022_11_28/models/group_1061.py +6 -10
  1029. githubkit/versions/ghec_v2022_11_28/models/group_1062.py +15 -8
  1030. githubkit/versions/ghec_v2022_11_28/models/group_1063.py +26 -7
  1031. githubkit/versions/ghec_v2022_11_28/models/group_1064.py +26 -23
  1032. githubkit/versions/ghec_v2022_11_28/models/group_1065.py +24 -23
  1033. githubkit/versions/ghec_v2022_11_28/models/group_1066.py +35 -14
  1034. githubkit/versions/ghec_v2022_11_28/models/group_1067.py +21 -40
  1035. githubkit/versions/ghec_v2022_11_28/models/group_1068.py +11 -40
  1036. githubkit/versions/ghec_v2022_11_28/models/group_1069.py +13 -30
  1037. githubkit/versions/ghec_v2022_11_28/models/group_1070.py +11 -12
  1038. githubkit/versions/ghec_v2022_11_28/models/group_1071.py +32 -14
  1039. githubkit/versions/ghec_v2022_11_28/models/group_1072.py +6 -8
  1040. githubkit/versions/ghec_v2022_11_28/models/group_1073.py +7 -15
  1041. githubkit/versions/ghec_v2022_11_28/models/group_1074.py +8 -7
  1042. githubkit/versions/ghec_v2022_11_28/models/group_1075.py +31 -8
  1043. githubkit/versions/ghec_v2022_11_28/models/group_1076.py +5 -9
  1044. githubkit/versions/ghec_v2022_11_28/models/group_1077.py +9 -11
  1045. githubkit/versions/ghec_v2022_11_28/models/group_1078.py +24 -16
  1046. githubkit/versions/ghec_v2022_11_28/models/group_1079.py +42 -7
  1047. githubkit/versions/ghec_v2022_11_28/models/group_1080.py +45 -13
  1048. githubkit/versions/ghec_v2022_11_28/models/group_1081.py +5 -13
  1049. githubkit/versions/ghec_v2022_11_28/models/group_1082.py +24 -4
  1050. githubkit/versions/ghec_v2022_11_28/models/group_1083.py +6 -11
  1051. githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -9
  1052. githubkit/versions/ghec_v2022_11_28/models/group_1085.py +9 -34
  1053. githubkit/versions/ghec_v2022_11_28/models/group_1086.py +10 -8
  1054. githubkit/versions/ghec_v2022_11_28/models/group_1087.py +9 -85
  1055. githubkit/versions/ghec_v2022_11_28/models/group_1088.py +44 -11
  1056. githubkit/versions/ghec_v2022_11_28/models/group_1089.py +5 -14
  1057. githubkit/versions/ghec_v2022_11_28/models/group_1090.py +9 -10
  1058. githubkit/versions/ghec_v2022_11_28/models/group_1091.py +34 -0
  1059. githubkit/versions/ghec_v2022_11_28/models/group_1092.py +30 -0
  1060. githubkit/versions/ghec_v2022_11_28/models/group_1093.py +28 -0
  1061. githubkit/versions/ghec_v2022_11_28/models/group_1094.py +57 -0
  1062. githubkit/versions/ghec_v2022_11_28/models/group_1095.py +32 -0
  1063. githubkit/versions/ghec_v2022_11_28/models/group_1096.py +41 -0
  1064. githubkit/versions/ghec_v2022_11_28/models/group_1097.py +53 -0
  1065. githubkit/versions/ghec_v2022_11_28/models/group_1098.py +29 -0
  1066. githubkit/versions/ghec_v2022_11_28/models/group_1099.py +95 -0
  1067. githubkit/versions/ghec_v2022_11_28/models/group_1100.py +96 -0
  1068. githubkit/versions/ghec_v2022_11_28/models/group_1101.py +41 -0
  1069. githubkit/versions/ghec_v2022_11_28/models/group_1102.py +42 -0
  1070. githubkit/versions/ghec_v2022_11_28/models/group_1103.py +34 -0
  1071. githubkit/versions/ghec_v2022_11_28/models/group_1104.py +27 -0
  1072. githubkit/versions/ghec_v2022_11_28/models/group_1105.py +29 -0
  1073. githubkit/versions/ghec_v2022_11_28/models/group_1106.py +38 -0
  1074. githubkit/versions/ghec_v2022_11_28/models/group_1107.py +42 -0
  1075. githubkit/versions/ghec_v2022_11_28/models/group_1108.py +71 -0
  1076. githubkit/versions/ghec_v2022_11_28/models/group_1109.py +71 -0
  1077. githubkit/versions/ghec_v2022_11_28/models/group_1110.py +87 -0
  1078. githubkit/versions/ghec_v2022_11_28/models/group_1111.py +49 -0
  1079. githubkit/versions/ghec_v2022_11_28/models/group_1112.py +32 -0
  1080. githubkit/versions/ghec_v2022_11_28/models/group_1113.py +32 -0
  1081. githubkit/versions/ghec_v2022_11_28/models/group_1114.py +25 -0
  1082. githubkit/versions/ghec_v2022_11_28/models/group_1115.py +25 -0
  1083. githubkit/versions/ghec_v2022_11_28/models/group_1116.py +37 -0
  1084. githubkit/versions/ghec_v2022_11_28/models/group_1117.py +31 -0
  1085. githubkit/versions/ghec_v2022_11_28/models/group_1118.py +31 -0
  1086. githubkit/versions/ghec_v2022_11_28/models/group_1119.py +32 -0
  1087. githubkit/versions/ghec_v2022_11_28/models/group_1120.py +28 -0
  1088. githubkit/versions/ghec_v2022_11_28/models/group_1121.py +32 -0
  1089. githubkit/versions/ghec_v2022_11_28/models/group_1122.py +47 -0
  1090. githubkit/versions/ghec_v2022_11_28/models/group_1123.py +50 -0
  1091. githubkit/versions/ghec_v2022_11_28/models/group_1124.py +30 -0
  1092. githubkit/versions/ghec_v2022_11_28/models/group_1125.py +70 -0
  1093. githubkit/versions/ghec_v2022_11_28/models/group_1126.py +67 -0
  1094. githubkit/versions/ghec_v2022_11_28/models/group_1127.py +54 -0
  1095. githubkit/versions/ghec_v2022_11_28/models/group_1128.py +38 -0
  1096. githubkit/versions/ghec_v2022_11_28/models/group_1129.py +30 -0
  1097. githubkit/versions/ghec_v2022_11_28/models/group_1130.py +29 -0
  1098. githubkit/versions/ghec_v2022_11_28/models/group_1131.py +38 -0
  1099. githubkit/versions/ghec_v2022_11_28/models/group_1132.py +30 -0
  1100. githubkit/versions/ghec_v2022_11_28/models/group_1133.py +32 -0
  1101. githubkit/versions/ghec_v2022_11_28/models/group_1134.py +29 -0
  1102. githubkit/versions/ghec_v2022_11_28/models/group_1135.py +33 -0
  1103. githubkit/versions/ghec_v2022_11_28/models/group_1136.py +38 -0
  1104. githubkit/versions/ghec_v2022_11_28/models/group_1137.py +30 -0
  1105. githubkit/versions/ghec_v2022_11_28/models/group_1138.py +30 -0
  1106. githubkit/versions/ghec_v2022_11_28/models/group_1139.py +33 -0
  1107. githubkit/versions/ghec_v2022_11_28/models/group_1140.py +21 -0
  1108. githubkit/versions/ghec_v2022_11_28/models/group_1141.py +33 -0
  1109. githubkit/versions/ghec_v2022_11_28/models/group_1142.py +29 -0
  1110. githubkit/versions/ghec_v2022_11_28/models/group_1143.py +59 -0
  1111. githubkit/versions/ghec_v2022_11_28/models/group_1144.py +32 -0
  1112. githubkit/versions/ghec_v2022_11_28/models/group_1145.py +110 -0
  1113. githubkit/versions/ghec_v2022_11_28/models/group_1146.py +34 -0
  1114. githubkit/versions/ghec_v2022_11_28/models/group_1147.py +34 -0
  1115. githubkit/versions/ghec_v2022_11_28/models/group_1148.py +33 -0
  1116. githubkit/versions/ghec_v2022_11_28/rest/__init__.py +6 -6
  1117. githubkit/versions/ghec_v2022_11_28/rest/apps.py +16 -8
  1118. githubkit/versions/ghec_v2022_11_28/rest/billing.py +466 -1
  1119. githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +381 -0
  1120. githubkit/versions/ghec_v2022_11_28/rest/copilot.py +165 -0
  1121. githubkit/versions/ghec_v2022_11_28/rest/repos.py +96 -44
  1122. githubkit/versions/ghec_v2022_11_28/types/__init__.py +4818 -5854
  1123. githubkit/versions/ghec_v2022_11_28/types/group_0005.py +13 -30
  1124. githubkit/versions/ghec_v2022_11_28/types/group_0006.py +30 -13
  1125. githubkit/versions/ghec_v2022_11_28/types/group_0008.py +2 -1
  1126. githubkit/versions/ghec_v2022_11_28/types/group_0011.py +1 -0
  1127. githubkit/versions/ghec_v2022_11_28/types/group_0047.py +35 -7
  1128. githubkit/versions/ghec_v2022_11_28/types/group_0048.py +6 -25
  1129. githubkit/versions/ghec_v2022_11_28/types/group_0049.py +16 -57
  1130. githubkit/versions/ghec_v2022_11_28/types/group_0050.py +66 -33
  1131. githubkit/versions/ghec_v2022_11_28/types/group_0051.py +33 -10
  1132. githubkit/versions/ghec_v2022_11_28/types/group_0052.py +10 -28
  1133. githubkit/versions/ghec_v2022_11_28/types/group_0053.py +30 -29
  1134. githubkit/versions/ghec_v2022_11_28/types/group_0054.py +33 -34
  1135. githubkit/versions/ghec_v2022_11_28/types/group_0055.py +25 -26
  1136. githubkit/versions/ghec_v2022_11_28/types/group_0056.py +32 -7
  1137. githubkit/versions/ghec_v2022_11_28/types/group_0057.py +25 -7
  1138. githubkit/versions/ghec_v2022_11_28/types/group_0058.py +6 -26
  1139. githubkit/versions/ghec_v2022_11_28/types/group_0059.py +9 -16
  1140. githubkit/versions/ghec_v2022_11_28/types/group_0060.py +19 -81
  1141. githubkit/versions/ghec_v2022_11_28/types/group_0061.py +19 -28
  1142. githubkit/versions/ghec_v2022_11_28/types/group_0062.py +15 -69
  1143. githubkit/versions/ghec_v2022_11_28/types/group_0063.py +81 -42
  1144. githubkit/versions/ghec_v2022_11_28/types/group_0064.py +28 -30
  1145. githubkit/versions/ghec_v2022_11_28/types/group_0065.py +51 -44
  1146. githubkit/versions/ghec_v2022_11_28/types/group_0066.py +40 -101
  1147. githubkit/versions/ghec_v2022_11_28/types/group_0067.py +32 -22
  1148. githubkit/versions/ghec_v2022_11_28/types/group_0068.py +47 -13
  1149. githubkit/versions/ghec_v2022_11_28/types/group_0069.py +107 -6
  1150. githubkit/versions/ghec_v2022_11_28/types/group_0070.py +25 -18
  1151. githubkit/versions/ghec_v2022_11_28/types/group_0071.py +26 -20
  1152. githubkit/versions/ghec_v2022_11_28/types/group_0072.py +7 -21
  1153. githubkit/versions/ghec_v2022_11_28/types/group_0073.py +20 -27
  1154. githubkit/versions/ghec_v2022_11_28/types/group_0074.py +21 -45
  1155. githubkit/versions/ghec_v2022_11_28/types/group_0075.py +19 -52
  1156. githubkit/versions/ghec_v2022_11_28/types/group_0076.py +21 -130
  1157. githubkit/versions/ghec_v2022_11_28/types/group_0077.py +39 -24
  1158. githubkit/versions/ghec_v2022_11_28/types/group_0078.py +53 -13
  1159. githubkit/versions/ghec_v2022_11_28/types/group_0079.py +129 -11
  1160. githubkit/versions/ghec_v2022_11_28/types/group_0080.py +22 -71
  1161. githubkit/versions/ghec_v2022_11_28/types/group_0081.py +14 -7
  1162. githubkit/versions/ghec_v2022_11_28/types/group_0082.py +18 -5
  1163. githubkit/versions/ghec_v2022_11_28/types/group_0083.py +79 -8
  1164. githubkit/versions/ghec_v2022_11_28/types/group_0084.py +7 -11
  1165. githubkit/versions/ghec_v2022_11_28/types/group_0085.py +4 -13
  1166. githubkit/versions/ghec_v2022_11_28/types/group_0086.py +8 -85
  1167. githubkit/versions/ghec_v2022_11_28/types/group_0087.py +4 -4
  1168. githubkit/versions/ghec_v2022_11_28/types/group_0088.py +13 -32
  1169. githubkit/versions/ghec_v2022_11_28/types/group_0089.py +81 -16
  1170. githubkit/versions/ghec_v2022_11_28/types/group_0090.py +12 -36
  1171. githubkit/versions/ghec_v2022_11_28/types/group_0091.py +24 -69
  1172. githubkit/versions/ghec_v2022_11_28/types/group_0092.py +20 -20
  1173. githubkit/versions/ghec_v2022_11_28/types/group_0093.py +36 -8
  1174. githubkit/versions/ghec_v2022_11_28/types/group_0094.py +77 -7
  1175. githubkit/versions/ghec_v2022_11_28/types/group_0095.py +21 -9
  1176. githubkit/versions/ghec_v2022_11_28/types/group_0096.py +8 -22
  1177. githubkit/versions/ghec_v2022_11_28/types/group_0097.py +8 -32
  1178. githubkit/versions/ghec_v2022_11_28/types/group_0098.py +7 -18
  1179. githubkit/versions/ghec_v2022_11_28/types/group_0099.py +19 -18
  1180. githubkit/versions/ghec_v2022_11_28/types/group_0100.py +31 -7
  1181. githubkit/versions/ghec_v2022_11_28/types/group_0101.py +11 -23
  1182. githubkit/versions/ghec_v2022_11_28/types/group_0102.py +22 -12
  1183. githubkit/versions/ghec_v2022_11_28/types/group_0103.py +7 -10
  1184. githubkit/versions/ghec_v2022_11_28/types/group_0104.py +23 -18
  1185. githubkit/versions/ghec_v2022_11_28/types/group_0105.py +11 -29
  1186. githubkit/versions/ghec_v2022_11_28/types/group_0106.py +10 -7
  1187. githubkit/versions/ghec_v2022_11_28/types/group_0107.py +17 -18
  1188. githubkit/versions/ghec_v2022_11_28/types/group_0108.py +22 -37
  1189. githubkit/versions/ghec_v2022_11_28/types/group_0109.py +7 -58
  1190. githubkit/versions/ghec_v2022_11_28/types/group_0110.py +17 -42
  1191. githubkit/versions/ghec_v2022_11_28/types/group_0111.py +37 -18
  1192. githubkit/versions/ghec_v2022_11_28/types/group_0112.py +56 -13
  1193. githubkit/versions/ghec_v2022_11_28/types/group_0113.py +51 -8
  1194. githubkit/versions/ghec_v2022_11_28/types/group_0114.py +25 -13
  1195. githubkit/versions/ghec_v2022_11_28/types/group_0115.py +15 -10
  1196. githubkit/versions/ghec_v2022_11_28/types/group_0116.py +8 -141
  1197. githubkit/versions/ghec_v2022_11_28/types/group_0117.py +11 -8
  1198. githubkit/versions/ghec_v2022_11_28/types/group_0118.py +10 -8
  1199. githubkit/versions/ghec_v2022_11_28/types/group_0119.py +142 -6
  1200. githubkit/versions/ghec_v2022_11_28/types/group_0120.py +11 -12
  1201. githubkit/versions/ghec_v2022_11_28/types/group_0121.py +9 -7
  1202. githubkit/versions/ghec_v2022_11_28/types/group_0122.py +7 -12
  1203. githubkit/versions/ghec_v2022_11_28/types/group_0123.py +14 -6
  1204. githubkit/versions/ghec_v2022_11_28/types/group_0124.py +8 -14
  1205. githubkit/versions/ghec_v2022_11_28/types/group_0125.py +9 -19
  1206. githubkit/versions/ghec_v2022_11_28/types/group_0126.py +5 -15
  1207. githubkit/versions/ghec_v2022_11_28/types/group_0127.py +10 -10
  1208. githubkit/versions/ghec_v2022_11_28/types/group_0128.py +18 -12
  1209. githubkit/versions/ghec_v2022_11_28/types/group_0129.py +13 -38
  1210. githubkit/versions/ghec_v2022_11_28/types/group_0130.py +10 -8
  1211. githubkit/versions/ghec_v2022_11_28/types/group_0131.py +16 -5
  1212. githubkit/versions/ghec_v2022_11_28/types/group_0132.py +81 -7
  1213. githubkit/versions/ghec_v2022_11_28/types/group_0133.py +7 -8
  1214. githubkit/versions/ghec_v2022_11_28/types/group_0134.py +4 -5
  1215. githubkit/versions/ghec_v2022_11_28/types/group_0135.py +27 -8
  1216. githubkit/versions/ghec_v2022_11_28/types/group_0136.py +13 -9
  1217. githubkit/versions/ghec_v2022_11_28/types/group_0137.py +6 -13
  1218. githubkit/versions/ghec_v2022_11_28/types/group_0138.py +9 -16
  1219. githubkit/versions/ghec_v2022_11_28/types/group_0139.py +9 -12
  1220. githubkit/versions/ghec_v2022_11_28/types/group_0140.py +11 -7
  1221. githubkit/versions/ghec_v2022_11_28/types/group_0141.py +16 -8
  1222. githubkit/versions/ghec_v2022_11_28/types/group_0142.py +10 -7
  1223. githubkit/versions/ghec_v2022_11_28/types/group_0143.py +7 -10
  1224. githubkit/versions/ghec_v2022_11_28/types/group_0144.py +10 -7
  1225. githubkit/versions/ghec_v2022_11_28/types/group_0145.py +7 -10
  1226. githubkit/versions/ghec_v2022_11_28/types/group_0146.py +10 -7
  1227. githubkit/versions/ghec_v2022_11_28/types/group_0147.py +7 -10
  1228. githubkit/versions/ghec_v2022_11_28/types/group_0148.py +10 -7
  1229. githubkit/versions/ghec_v2022_11_28/types/group_0149.py +8 -8
  1230. githubkit/versions/ghec_v2022_11_28/types/group_0150.py +7 -8
  1231. githubkit/versions/ghec_v2022_11_28/types/group_0151.py +8 -20
  1232. githubkit/versions/ghec_v2022_11_28/types/group_0152.py +7 -11
  1233. githubkit/versions/ghec_v2022_11_28/types/group_0153.py +9 -96
  1234. githubkit/versions/ghec_v2022_11_28/types/group_0154.py +19 -15
  1235. githubkit/versions/ghec_v2022_11_28/types/group_0155.py +11 -40
  1236. githubkit/versions/ghec_v2022_11_28/types/group_0156.py +17 -19
  1237. githubkit/versions/ghec_v2022_11_28/types/group_0157.py +13 -123
  1238. githubkit/versions/ghec_v2022_11_28/types/group_0158.py +104 -14
  1239. githubkit/versions/ghec_v2022_11_28/types/group_0159.py +15 -101
  1240. githubkit/versions/ghec_v2022_11_28/types/group_0160.py +41 -29
  1241. githubkit/versions/ghec_v2022_11_28/types/group_0161.py +22 -23
  1242. githubkit/versions/ghec_v2022_11_28/types/group_0162.py +126 -13
  1243. githubkit/versions/ghec_v2022_11_28/types/group_0163.py +20 -9
  1244. githubkit/versions/ghec_v2022_11_28/types/group_0164.py +90 -24
  1245. githubkit/versions/ghec_v2022_11_28/types/group_0165.py +22 -105
  1246. githubkit/versions/ghec_v2022_11_28/types/group_0166.py +16 -15
  1247. githubkit/versions/ghec_v2022_11_28/types/group_0167.py +12 -9
  1248. githubkit/versions/ghec_v2022_11_28/types/group_0168.py +8 -9
  1249. githubkit/versions/ghec_v2022_11_28/types/group_0169.py +37 -8
  1250. githubkit/versions/ghec_v2022_11_28/types/group_0170.py +111 -9
  1251. githubkit/versions/ghec_v2022_11_28/types/group_0171.py +22 -14
  1252. githubkit/versions/ghec_v2022_11_28/types/group_0172.py +10 -27
  1253. githubkit/versions/ghec_v2022_11_28/types/group_0173.py +10 -24
  1254. githubkit/versions/ghec_v2022_11_28/types/group_0174.py +8 -59
  1255. githubkit/versions/ghec_v2022_11_28/types/group_0175.py +10 -8
  1256. githubkit/versions/ghec_v2022_11_28/types/group_0176.py +15 -10
  1257. githubkit/versions/ghec_v2022_11_28/types/group_0177.py +33 -9
  1258. githubkit/versions/ghec_v2022_11_28/types/group_0178.py +25 -7
  1259. githubkit/versions/ghec_v2022_11_28/types/group_0179.py +59 -6
  1260. githubkit/versions/ghec_v2022_11_28/types/group_0180.py +9 -46
  1261. githubkit/versions/ghec_v2022_11_28/types/group_0181.py +6 -34
  1262. githubkit/versions/ghec_v2022_11_28/types/group_0182.py +6 -61
  1263. githubkit/versions/ghec_v2022_11_28/types/group_0183.py +7 -29
  1264. githubkit/versions/ghec_v2022_11_28/types/group_0184.py +5 -5
  1265. githubkit/versions/ghec_v2022_11_28/types/group_0185.py +47 -8
  1266. githubkit/versions/ghec_v2022_11_28/types/group_0186.py +27 -26
  1267. githubkit/versions/ghec_v2022_11_28/types/group_0187.py +50 -23
  1268. githubkit/versions/ghec_v2022_11_28/types/group_0188.py +22 -70
  1269. githubkit/versions/ghec_v2022_11_28/types/group_0189.py +6 -40
  1270. githubkit/versions/ghec_v2022_11_28/types/group_0190.py +8 -26
  1271. githubkit/versions/ghec_v2022_11_28/types/group_0191.py +36 -9
  1272. githubkit/versions/ghec_v2022_11_28/types/group_0192.py +37 -9
  1273. githubkit/versions/ghec_v2022_11_28/types/group_0193.py +73 -18
  1274. githubkit/versions/ghec_v2022_11_28/types/group_0194.py +32 -21
  1275. githubkit/versions/ghec_v2022_11_28/types/group_0195.py +26 -117
  1276. githubkit/versions/ghec_v2022_11_28/types/group_0196.py +9 -128
  1277. githubkit/versions/ghec_v2022_11_28/types/group_0197.py +7 -22
  1278. githubkit/versions/ghec_v2022_11_28/types/group_0198.py +20 -7
  1279. githubkit/versions/ghec_v2022_11_28/types/group_0199.py +29 -9
  1280. githubkit/versions/ghec_v2022_11_28/types/group_0200.py +116 -20
  1281. githubkit/versions/ghec_v2022_11_28/types/group_0201.py +118 -31
  1282. githubkit/versions/ghec_v2022_11_28/types/group_0202.py +15 -16
  1283. githubkit/versions/ghec_v2022_11_28/types/group_0203.py +7 -25
  1284. githubkit/versions/ghec_v2022_11_28/types/group_0204.py +9 -125
  1285. githubkit/versions/ghec_v2022_11_28/types/group_0205.py +18 -17
  1286. githubkit/versions/ghec_v2022_11_28/types/group_0206.py +34 -21
  1287. githubkit/versions/ghec_v2022_11_28/types/group_0207.py +22 -23
  1288. githubkit/versions/ghec_v2022_11_28/types/group_0208.py +18 -53
  1289. githubkit/versions/ghec_v2022_11_28/types/group_0209.py +123 -16
  1290. githubkit/versions/ghec_v2022_11_28/types/group_0210.py +16 -57
  1291. githubkit/versions/ghec_v2022_11_28/types/group_0211.py +23 -24
  1292. githubkit/versions/ghec_v2022_11_28/types/group_0212.py +24 -26
  1293. githubkit/versions/ghec_v2022_11_28/types/group_0213.py +52 -35
  1294. githubkit/versions/ghec_v2022_11_28/types/group_0214.py +17 -21
  1295. githubkit/versions/ghec_v2022_11_28/types/group_0215.py +59 -8
  1296. githubkit/versions/ghec_v2022_11_28/types/group_0216.py +27 -17
  1297. githubkit/versions/ghec_v2022_11_28/types/group_0217.py +27 -28
  1298. githubkit/versions/ghec_v2022_11_28/types/group_0218.py +45 -23
  1299. githubkit/versions/ghec_v2022_11_28/types/group_0219.py +20 -9
  1300. githubkit/versions/ghec_v2022_11_28/types/group_0220.py +10 -6
  1301. githubkit/versions/ghec_v2022_11_28/types/group_0221.py +20 -7
  1302. githubkit/versions/ghec_v2022_11_28/types/group_0222.py +13 -22
  1303. githubkit/versions/ghec_v2022_11_28/types/group_0223.py +7 -6
  1304. githubkit/versions/ghec_v2022_11_28/types/group_0224.py +30 -17
  1305. githubkit/versions/ghec_v2022_11_28/types/group_0225.py +12 -53
  1306. githubkit/versions/ghec_v2022_11_28/types/group_0226.py +21 -42
  1307. githubkit/versions/ghec_v2022_11_28/types/group_0227.py +16 -19
  1308. githubkit/versions/ghec_v2022_11_28/types/group_0228.py +29 -8
  1309. githubkit/versions/ghec_v2022_11_28/types/group_0229.py +24 -14
  1310. githubkit/versions/ghec_v2022_11_28/types/group_0230.py +8 -73
  1311. githubkit/versions/ghec_v2022_11_28/types/group_0231.py +6 -26
  1312. githubkit/versions/ghec_v2022_11_28/types/group_0232.py +8 -14
  1313. githubkit/versions/ghec_v2022_11_28/types/group_0233.py +15 -28
  1314. githubkit/versions/ghec_v2022_11_28/types/group_0234.py +5 -18
  1315. githubkit/versions/ghec_v2022_11_28/types/group_0235.py +16 -35
  1316. githubkit/versions/ghec_v2022_11_28/types/group_0236.py +51 -20
  1317. githubkit/versions/ghec_v2022_11_28/types/group_0237.py +43 -49
  1318. githubkit/versions/ghec_v2022_11_28/types/group_0238.py +14 -21
  1319. githubkit/versions/ghec_v2022_11_28/types/group_0239.py +8 -33
  1320. githubkit/versions/ghec_v2022_11_28/types/group_0240.py +10 -26
  1321. githubkit/versions/ghec_v2022_11_28/types/group_0241.py +68 -22
  1322. githubkit/versions/ghec_v2022_11_28/types/group_0242.py +20 -92
  1323. githubkit/versions/ghec_v2022_11_28/types/group_0243.py +19 -34
  1324. githubkit/versions/ghec_v2022_11_28/types/group_0244.py +31 -28
  1325. githubkit/versions/ghec_v2022_11_28/types/group_0245.py +18 -10
  1326. githubkit/versions/ghec_v2022_11_28/types/group_0246.py +36 -22
  1327. githubkit/versions/ghec_v2022_11_28/types/group_0247.py +23 -60
  1328. githubkit/versions/ghec_v2022_11_28/types/group_0248.py +55 -6
  1329. githubkit/versions/ghec_v2022_11_28/types/group_0249.py +25 -10
  1330. githubkit/versions/ghec_v2022_11_28/types/group_0250.py +25 -19
  1331. githubkit/versions/ghec_v2022_11_28/types/group_0251.py +21 -41
  1332. githubkit/versions/ghec_v2022_11_28/types/group_0252.py +28 -27
  1333. githubkit/versions/ghec_v2022_11_28/types/group_0253.py +96 -8
  1334. githubkit/versions/ghec_v2022_11_28/types/group_0254.py +25 -56
  1335. githubkit/versions/ghec_v2022_11_28/types/group_0255.py +34 -14
  1336. githubkit/versions/ghec_v2022_11_28/types/group_0256.py +10 -7
  1337. githubkit/versions/ghec_v2022_11_28/types/group_0257.py +26 -6
  1338. githubkit/versions/ghec_v2022_11_28/types/group_0258.py +60 -4
  1339. githubkit/versions/ghec_v2022_11_28/types/group_0259.py +5 -9
  1340. githubkit/versions/ghec_v2022_11_28/types/group_0260.py +10 -28
  1341. githubkit/versions/ghec_v2022_11_28/types/group_0261.py +26 -8
  1342. githubkit/versions/ghec_v2022_11_28/types/group_0262.py +46 -11
  1343. githubkit/versions/ghec_v2022_11_28/types/group_0263.py +26 -69
  1344. githubkit/versions/ghec_v2022_11_28/types/group_0264.py +7 -19
  1345. githubkit/versions/ghec_v2022_11_28/types/group_0265.py +46 -23
  1346. githubkit/versions/ghec_v2022_11_28/types/group_0266.py +11 -23
  1347. githubkit/versions/ghec_v2022_11_28/types/group_0267.py +10 -8
  1348. githubkit/versions/ghec_v2022_11_28/types/group_0268.py +6 -24
  1349. githubkit/versions/ghec_v2022_11_28/types/group_0269.py +5 -59
  1350. githubkit/versions/ghec_v2022_11_28/types/group_0270.py +7 -10
  1351. githubkit/versions/ghec_v2022_11_28/types/group_0271.py +28 -9
  1352. githubkit/versions/ghec_v2022_11_28/types/group_0272.py +6 -103
  1353. githubkit/versions/ghec_v2022_11_28/types/group_0273.py +12 -28
  1354. githubkit/versions/ghec_v2022_11_28/types/group_0274.py +61 -20
  1355. githubkit/versions/ghec_v2022_11_28/types/group_0275.py +17 -17
  1356. githubkit/versions/ghec_v2022_11_28/types/group_0276.py +32 -17
  1357. githubkit/versions/ghec_v2022_11_28/types/group_0277.py +18 -22
  1358. githubkit/versions/ghec_v2022_11_28/types/group_0278.py +7 -29
  1359. githubkit/versions/ghec_v2022_11_28/types/group_0279.py +20 -26
  1360. githubkit/versions/ghec_v2022_11_28/types/group_0280.py +57 -22
  1361. githubkit/versions/ghec_v2022_11_28/types/group_0281.py +12 -22
  1362. githubkit/versions/ghec_v2022_11_28/types/group_0282.py +9 -31
  1363. githubkit/versions/ghec_v2022_11_28/types/group_0283.py +96 -11
  1364. githubkit/versions/ghec_v2022_11_28/types/group_0284.py +14 -18
  1365. githubkit/versions/ghec_v2022_11_28/types/group_0285.py +14 -18
  1366. githubkit/versions/ghec_v2022_11_28/types/group_0286.py +11 -24
  1367. githubkit/versions/ghec_v2022_11_28/types/group_0287.py +11 -24
  1368. githubkit/versions/ghec_v2022_11_28/types/group_0288.py +24 -10
  1369. githubkit/versions/ghec_v2022_11_28/types/group_0289.py +24 -32
  1370. githubkit/versions/ghec_v2022_11_28/types/group_0290.py +27 -13
  1371. githubkit/versions/ghec_v2022_11_28/types/group_0291.py +22 -6
  1372. githubkit/versions/ghec_v2022_11_28/types/group_0292.py +21 -70
  1373. githubkit/versions/ghec_v2022_11_28/types/group_0293.py +20 -45
  1374. githubkit/versions/ghec_v2022_11_28/types/group_0294.py +15 -89
  1375. githubkit/versions/ghec_v2022_11_28/types/group_0295.py +23 -9
  1376. githubkit/versions/ghec_v2022_11_28/types/group_0296.py +23 -9
  1377. githubkit/versions/ghec_v2022_11_28/types/group_0297.py +23 -9
  1378. githubkit/versions/ghec_v2022_11_28/types/group_0298.py +29 -11
  1379. githubkit/versions/ghec_v2022_11_28/types/group_0299.py +14 -4
  1380. githubkit/versions/ghec_v2022_11_28/types/group_0300.py +36 -32
  1381. githubkit/versions/ghec_v2022_11_28/types/group_0301.py +13 -7
  1382. githubkit/versions/ghec_v2022_11_28/types/group_0302.py +6 -54
  1383. githubkit/versions/ghec_v2022_11_28/types/group_0303.py +63 -18
  1384. githubkit/versions/ghec_v2022_11_28/types/group_0304.py +56 -7
  1385. githubkit/versions/ghec_v2022_11_28/types/group_0305.py +92 -9
  1386. githubkit/versions/ghec_v2022_11_28/types/group_0306.py +26 -25
  1387. githubkit/versions/ghec_v2022_11_28/types/group_0307.py +19 -78
  1388. githubkit/versions/ghec_v2022_11_28/types/group_0308.py +14 -70
  1389. githubkit/versions/ghec_v2022_11_28/types/group_0309.py +12 -182
  1390. githubkit/versions/ghec_v2022_11_28/types/group_0310.py +9 -41
  1391. githubkit/versions/ghec_v2022_11_28/types/group_0311.py +24 -120
  1392. githubkit/versions/ghec_v2022_11_28/types/group_0312.py +10 -13
  1393. githubkit/versions/ghec_v2022_11_28/types/group_0313.py +54 -8
  1394. githubkit/versions/ghec_v2022_11_28/types/group_0314.py +23 -8
  1395. githubkit/versions/ghec_v2022_11_28/types/group_0315.py +7 -55
  1396. githubkit/versions/ghec_v2022_11_28/types/group_0316.py +9 -47
  1397. githubkit/versions/ghec_v2022_11_28/types/group_0317.py +25 -14
  1398. githubkit/versions/ghec_v2022_11_28/types/group_0318.py +80 -24
  1399. githubkit/versions/ghec_v2022_11_28/types/group_0319.py +67 -26
  1400. githubkit/versions/ghec_v2022_11_28/types/group_0320.py +185 -7
  1401. githubkit/versions/ghec_v2022_11_28/types/group_0321.py +43 -17
  1402. githubkit/versions/ghec_v2022_11_28/types/group_0322.py +129 -8
  1403. githubkit/versions/ghec_v2022_11_28/types/group_0323.py +13 -11
  1404. githubkit/versions/ghec_v2022_11_28/types/group_0324.py +10 -9
  1405. githubkit/versions/ghec_v2022_11_28/types/group_0325.py +13 -9
  1406. githubkit/versions/ghec_v2022_11_28/types/group_0326.py +55 -10
  1407. githubkit/versions/ghec_v2022_11_28/types/group_0327.py +49 -8
  1408. githubkit/versions/ghec_v2022_11_28/types/group_0328.py +8 -11
  1409. githubkit/versions/ghec_v2022_11_28/types/group_0329.py +23 -11
  1410. githubkit/versions/ghec_v2022_11_28/types/group_0330.py +39 -12
  1411. githubkit/versions/ghec_v2022_11_28/types/group_0331.py +8 -11
  1412. githubkit/versions/ghec_v2022_11_28/types/group_0332.py +6 -6
  1413. githubkit/versions/ghec_v2022_11_28/types/group_0333.py +4 -7
  1414. githubkit/versions/ghec_v2022_11_28/types/group_0334.py +6 -6
  1415. githubkit/versions/ghec_v2022_11_28/types/group_0335.py +4 -7
  1416. githubkit/versions/ghec_v2022_11_28/types/group_0336.py +4 -7
  1417. githubkit/versions/ghec_v2022_11_28/types/group_0337.py +15 -31
  1418. githubkit/versions/ghec_v2022_11_28/types/group_0338.py +8 -71
  1419. githubkit/versions/ghec_v2022_11_28/types/group_0339.py +10 -51
  1420. githubkit/versions/ghec_v2022_11_28/types/group_0340.py +10 -74
  1421. githubkit/versions/ghec_v2022_11_28/types/group_0341.py +9 -13
  1422. githubkit/versions/ghec_v2022_11_28/types/group_0342.py +11 -10
  1423. githubkit/versions/ghec_v2022_11_28/types/group_0343.py +10 -23
  1424. githubkit/versions/ghec_v2022_11_28/types/group_0344.py +12 -7
  1425. githubkit/versions/ghec_v2022_11_28/types/group_0345.py +11 -14
  1426. githubkit/versions/ghec_v2022_11_28/types/group_0346.py +11 -21
  1427. githubkit/versions/ghec_v2022_11_28/types/group_0347.py +10 -10
  1428. githubkit/versions/ghec_v2022_11_28/types/group_0348.py +11 -8
  1429. githubkit/versions/ghec_v2022_11_28/types/group_0349.py +32 -12
  1430. githubkit/versions/ghec_v2022_11_28/types/group_0350.py +69 -10
  1431. githubkit/versions/ghec_v2022_11_28/types/group_0351.py +51 -9
  1432. githubkit/versions/ghec_v2022_11_28/types/group_0352.py +74 -8
  1433. githubkit/versions/ghec_v2022_11_28/types/group_0353.py +9 -9
  1434. githubkit/versions/ghec_v2022_11_28/types/group_0354.py +10 -24
  1435. githubkit/versions/ghec_v2022_11_28/types/group_0355.py +22 -9
  1436. githubkit/versions/ghec_v2022_11_28/types/group_0356.py +7 -40
  1437. githubkit/versions/ghec_v2022_11_28/types/group_0357.py +14 -20
  1438. githubkit/versions/ghec_v2022_11_28/types/group_0358.py +16 -13
  1439. githubkit/versions/ghec_v2022_11_28/types/group_0359.py +10 -16
  1440. githubkit/versions/ghec_v2022_11_28/types/group_0360.py +8 -18
  1441. githubkit/versions/ghec_v2022_11_28/types/group_0361.py +13 -25
  1442. githubkit/versions/ghec_v2022_11_28/types/group_0362.py +12 -15
  1443. githubkit/versions/ghec_v2022_11_28/types/group_0363.py +10 -33
  1444. githubkit/versions/ghec_v2022_11_28/types/group_0364.py +9 -10
  1445. githubkit/versions/ghec_v2022_11_28/types/group_0365.py +13 -7
  1446. githubkit/versions/ghec_v2022_11_28/types/group_0366.py +18 -29
  1447. githubkit/versions/ghec_v2022_11_28/types/group_0367.py +8 -100
  1448. githubkit/versions/ghec_v2022_11_28/types/group_0368.py +34 -14
  1449. githubkit/versions/ghec_v2022_11_28/types/group_0369.py +14 -29
  1450. githubkit/versions/ghec_v2022_11_28/types/group_0370.py +14 -41
  1451. githubkit/versions/ghec_v2022_11_28/types/group_0371.py +12 -29
  1452. githubkit/versions/ghec_v2022_11_28/types/group_0372.py +13 -89
  1453. githubkit/versions/ghec_v2022_11_28/types/group_0373.py +19 -29
  1454. githubkit/versions/ghec_v2022_11_28/types/group_0374.py +14 -122
  1455. githubkit/versions/ghec_v2022_11_28/types/group_0375.py +27 -69
  1456. githubkit/versions/ghec_v2022_11_28/types/group_0376.py +9 -54
  1457. githubkit/versions/ghec_v2022_11_28/types/group_0377.py +6 -62
  1458. githubkit/versions/ghec_v2022_11_28/types/group_0378.py +35 -8
  1459. githubkit/versions/ghec_v2022_11_28/types/group_0379.py +100 -13
  1460. githubkit/versions/ghec_v2022_11_28/types/group_0380.py +14 -81
  1461. githubkit/versions/ghec_v2022_11_28/types/group_0381.py +36 -12
  1462. githubkit/versions/ghec_v2022_11_28/types/group_0382.py +35 -51
  1463. githubkit/versions/ghec_v2022_11_28/types/group_0383.py +32 -12
  1464. githubkit/versions/ghec_v2022_11_28/types/group_0384.py +84 -23
  1465. githubkit/versions/ghec_v2022_11_28/types/group_0385.py +27 -6
  1466. githubkit/versions/ghec_v2022_11_28/types/group_0386.py +119 -7
  1467. githubkit/versions/ghec_v2022_11_28/types/group_0387.py +72 -8
  1468. githubkit/versions/ghec_v2022_11_28/types/group_0388.py +49 -12
  1469. githubkit/versions/ghec_v2022_11_28/types/group_0389.py +61 -6
  1470. githubkit/versions/ghec_v2022_11_28/types/group_0390.py +7 -22
  1471. githubkit/versions/ghec_v2022_11_28/types/group_0391.py +15 -12
  1472. githubkit/versions/ghec_v2022_11_28/types/group_0392.py +83 -19
  1473. githubkit/versions/ghec_v2022_11_28/types/group_0393.py +10 -271
  1474. githubkit/versions/ghec_v2022_11_28/types/group_0394.py +60 -28
  1475. githubkit/versions/ghec_v2022_11_28/types/group_0395.py +13 -40
  1476. githubkit/versions/ghec_v2022_11_28/types/group_0396.py +28 -38
  1477. githubkit/versions/ghec_v2022_11_28/types/group_0397.py +6 -56
  1478. githubkit/versions/ghec_v2022_11_28/types/group_0398.py +6 -122
  1479. githubkit/versions/ghec_v2022_11_28/types/group_0399.py +8 -10
  1480. githubkit/versions/ghec_v2022_11_28/types/group_0400.py +12 -123
  1481. githubkit/versions/ghec_v2022_11_28/types/group_0401.py +8 -24
  1482. githubkit/versions/ghec_v2022_11_28/types/group_0402.py +20 -16
  1483. githubkit/versions/ghec_v2022_11_28/types/group_0403.py +11 -78
  1484. githubkit/versions/ghec_v2022_11_28/types/group_0404.py +28 -20
  1485. githubkit/versions/ghec_v2022_11_28/types/group_0405.py +267 -29
  1486. githubkit/versions/ghec_v2022_11_28/types/group_0406.py +32 -19
  1487. githubkit/versions/ghec_v2022_11_28/types/group_0407.py +44 -19
  1488. githubkit/versions/ghec_v2022_11_28/types/group_0408.py +11 -16
  1489. githubkit/versions/ghec_v2022_11_28/types/group_0409.py +79 -17
  1490. githubkit/versions/ghec_v2022_11_28/types/group_0410.py +37 -110
  1491. githubkit/versions/ghec_v2022_11_28/types/group_0411.py +57 -15
  1492. githubkit/versions/ghec_v2022_11_28/types/group_0412.py +16 -6
  1493. githubkit/versions/ghec_v2022_11_28/types/group_0413.py +15 -17
  1494. githubkit/versions/ghec_v2022_11_28/types/group_0414.py +59 -7
  1495. githubkit/versions/ghec_v2022_11_28/types/group_0415.py +12 -30
  1496. githubkit/versions/ghec_v2022_11_28/types/group_0416.py +31 -13
  1497. githubkit/versions/ghec_v2022_11_28/types/group_0417.py +71 -15
  1498. githubkit/versions/ghec_v2022_11_28/types/group_0418.py +126 -6
  1499. githubkit/versions/ghec_v2022_11_28/types/group_0419.py +40 -283
  1500. githubkit/versions/ghec_v2022_11_28/types/group_0420.py +8 -309
  1501. githubkit/versions/ghec_v2022_11_28/types/group_0421.py +6 -304
  1502. githubkit/versions/ghec_v2022_11_28/types/group_0422.py +7 -141
  1503. githubkit/versions/ghec_v2022_11_28/types/group_0423.py +44 -111
  1504. githubkit/versions/ghec_v2022_11_28/types/group_0424.py +9 -105
  1505. githubkit/versions/ghec_v2022_11_28/types/group_0425.py +320 -84
  1506. githubkit/versions/ghec_v2022_11_28/types/group_0426.py +41 -103
  1507. githubkit/versions/ghec_v2022_11_28/types/group_0427.py +341 -78
  1508. githubkit/versions/ghec_v2022_11_28/types/group_0428.py +3 -73
  1509. githubkit/versions/ghec_v2022_11_28/types/group_0429.py +39 -20
  1510. githubkit/versions/ghec_v2022_11_28/types/group_0430.py +38 -15
  1511. githubkit/versions/ghec_v2022_11_28/types/group_0431.py +42 -23
  1512. githubkit/versions/ghec_v2022_11_28/types/group_0432.py +13 -16
  1513. githubkit/versions/ghec_v2022_11_28/types/group_0433.py +52 -18
  1514. githubkit/versions/ghec_v2022_11_28/types/group_0434.py +45 -21
  1515. githubkit/versions/ghec_v2022_11_28/types/group_0435.py +128 -17
  1516. githubkit/versions/ghec_v2022_11_28/types/group_0436.py +46 -17
  1517. githubkit/versions/ghec_v2022_11_28/types/group_0437.py +46 -17
  1518. githubkit/versions/ghec_v2022_11_28/types/group_0438.py +14 -18
  1519. githubkit/versions/ghec_v2022_11_28/types/group_0439.py +24 -18
  1520. githubkit/versions/ghec_v2022_11_28/types/group_0440.py +15 -17
  1521. githubkit/versions/ghec_v2022_11_28/types/group_0441.py +18 -17
  1522. githubkit/versions/ghec_v2022_11_28/types/group_0442.py +77 -35
  1523. githubkit/versions/ghec_v2022_11_28/types/group_0443.py +14 -38
  1524. githubkit/versions/ghec_v2022_11_28/types/group_0444.py +648 -402
  1525. githubkit/versions/ghec_v2022_11_28/types/group_0445.py +120 -20
  1526. githubkit/versions/ghec_v2022_11_28/types/group_0446.py +37 -437
  1527. githubkit/versions/ghec_v2022_11_28/types/group_0447.py +57 -411
  1528. githubkit/versions/ghec_v2022_11_28/types/group_0448.py +51 -393
  1529. githubkit/versions/ghec_v2022_11_28/types/group_0449.py +21 -839
  1530. githubkit/versions/ghec_v2022_11_28/types/group_0450.py +30 -89
  1531. githubkit/versions/ghec_v2022_11_28/types/group_0451.py +71 -40
  1532. githubkit/versions/ghec_v2022_11_28/types/group_0452.py +110 -17
  1533. githubkit/versions/ghec_v2022_11_28/types/group_0453.py +31 -90
  1534. githubkit/versions/ghec_v2022_11_28/types/group_0454.py +32 -81
  1535. githubkit/versions/ghec_v2022_11_28/types/group_0455.py +10 -101
  1536. githubkit/versions/ghec_v2022_11_28/types/group_0456.py +9 -11
  1537. githubkit/versions/ghec_v2022_11_28/types/group_0457.py +11 -11
  1538. githubkit/versions/ghec_v2022_11_28/types/group_0458.py +11 -36
  1539. githubkit/versions/ghec_v2022_11_28/types/group_0459.py +105 -23
  1540. githubkit/versions/ghec_v2022_11_28/types/group_0460.py +12 -12
  1541. githubkit/versions/ghec_v2022_11_28/types/group_0461.py +12 -12
  1542. githubkit/versions/ghec_v2022_11_28/types/group_0462.py +12 -12
  1543. githubkit/versions/ghec_v2022_11_28/types/group_0463.py +14 -14
  1544. githubkit/versions/ghec_v2022_11_28/types/group_0464.py +20 -8
  1545. githubkit/versions/ghec_v2022_11_28/types/group_0465.py +13 -86
  1546. githubkit/versions/ghec_v2022_11_28/types/group_0466.py +13 -40
  1547. githubkit/versions/ghec_v2022_11_28/types/group_0467.py +10 -12
  1548. githubkit/versions/ghec_v2022_11_28/types/group_0468.py +7 -18
  1549. githubkit/versions/ghec_v2022_11_28/types/group_0469.py +24 -14
  1550. githubkit/versions/ghec_v2022_11_28/types/group_0470.py +6 -144
  1551. githubkit/versions/ghec_v2022_11_28/types/group_0471.py +15 -143
  1552. githubkit/versions/ghec_v2022_11_28/types/group_0472.py +6 -19
  1553. githubkit/versions/ghec_v2022_11_28/types/group_0473.py +292 -91
  1554. githubkit/versions/ghec_v2022_11_28/types/group_0474.py +311 -7
  1555. githubkit/versions/ghec_v2022_11_28/types/group_0475.py +292 -16
  1556. githubkit/versions/ghec_v2022_11_28/types/group_0476.py +110 -26
  1557. githubkit/versions/ghec_v2022_11_28/types/group_0477.py +133 -20
  1558. githubkit/versions/ghec_v2022_11_28/types/group_0478.py +102 -23
  1559. githubkit/versions/ghec_v2022_11_28/types/group_0479.py +102 -39
  1560. githubkit/versions/ghec_v2022_11_28/types/group_0480.py +100 -60
  1561. githubkit/versions/ghec_v2022_11_28/types/group_0481.py +99 -21
  1562. githubkit/versions/ghec_v2022_11_28/types/group_0482.py +75 -65
  1563. githubkit/versions/ghec_v2022_11_28/types/group_0483.py +16 -29
  1564. githubkit/versions/ghec_v2022_11_28/types/group_0484.py +11 -15
  1565. githubkit/versions/ghec_v2022_11_28/types/group_0485.py +18 -71
  1566. githubkit/versions/ghec_v2022_11_28/types/group_0486.py +15 -137
  1567. githubkit/versions/ghec_v2022_11_28/types/group_0487.py +18 -143
  1568. githubkit/versions/ghec_v2022_11_28/types/group_0488.py +17 -51
  1569. githubkit/versions/ghec_v2022_11_28/types/group_0489.py +21 -28
  1570. githubkit/versions/ghec_v2022_11_28/types/group_0490.py +24 -36
  1571. githubkit/versions/ghec_v2022_11_28/types/group_0491.py +17 -75
  1572. githubkit/versions/ghec_v2022_11_28/types/group_0492.py +17 -84
  1573. githubkit/versions/ghec_v2022_11_28/types/group_0493.py +17 -137
  1574. githubkit/versions/ghec_v2022_11_28/types/group_0494.py +24 -33
  1575. githubkit/versions/ghec_v2022_11_28/types/group_0495.py +17 -78
  1576. githubkit/versions/ghec_v2022_11_28/types/group_0496.py +11 -13
  1577. githubkit/versions/ghec_v2022_11_28/types/group_0497.py +17 -76
  1578. githubkit/versions/ghec_v2022_11_28/types/group_0498.py +524 -71
  1579. githubkit/versions/ghec_v2022_11_28/types/group_0499.py +20 -143
  1580. githubkit/versions/ghec_v2022_11_28/types/group_0500.py +373 -19
  1581. githubkit/versions/ghec_v2022_11_28/types/group_0501.py +383 -4
  1582. githubkit/versions/ghec_v2022_11_28/types/group_0502.py +430 -21
  1583. githubkit/versions/ghec_v2022_11_28/types/group_0503.py +788 -7
  1584. githubkit/versions/ghec_v2022_11_28/types/group_0504.py +19 -82
  1585. githubkit/versions/ghec_v2022_11_28/types/group_0505.py +39 -125
  1586. githubkit/versions/ghec_v2022_11_28/types/group_0506.py +24 -33
  1587. githubkit/versions/ghec_v2022_11_28/types/group_0507.py +19 -76
  1588. githubkit/versions/ghec_v2022_11_28/types/group_0508.py +13 -33
  1589. githubkit/versions/ghec_v2022_11_28/types/group_0509.py +37 -77
  1590. githubkit/versions/ghec_v2022_11_28/types/group_0510.py +17 -137
  1591. githubkit/versions/ghec_v2022_11_28/types/group_0511.py +17 -143
  1592. githubkit/versions/ghec_v2022_11_28/types/group_0512.py +42 -51
  1593. githubkit/versions/ghec_v2022_11_28/types/group_0513.py +23 -28
  1594. githubkit/versions/ghec_v2022_11_28/types/group_0514.py +24 -36
  1595. githubkit/versions/ghec_v2022_11_28/types/group_0515.py +17 -74
  1596. githubkit/versions/ghec_v2022_11_28/types/group_0516.py +17 -84
  1597. githubkit/versions/ghec_v2022_11_28/types/group_0517.py +19 -137
  1598. githubkit/versions/ghec_v2022_11_28/types/group_0518.py +12 -31
  1599. githubkit/versions/ghec_v2022_11_28/types/group_0519.py +15 -78
  1600. githubkit/versions/ghec_v2022_11_28/types/group_0520.py +14 -421
  1601. githubkit/versions/ghec_v2022_11_28/types/group_0521.py +11 -11
  1602. githubkit/versions/ghec_v2022_11_28/types/group_0522.py +17 -167
  1603. githubkit/versions/ghec_v2022_11_28/types/group_0523.py +16 -169
  1604. githubkit/versions/ghec_v2022_11_28/types/group_0524.py +121 -5
  1605. githubkit/versions/ghec_v2022_11_28/types/group_0525.py +129 -15
  1606. githubkit/versions/ghec_v2022_11_28/types/group_0526.py +8 -75
  1607. githubkit/versions/ghec_v2022_11_28/types/group_0527.py +110 -82
  1608. githubkit/versions/ghec_v2022_11_28/types/group_0528.py +9 -11
  1609. githubkit/versions/ghec_v2022_11_28/types/group_0529.py +23 -101
  1610. githubkit/versions/ghec_v2022_11_28/types/group_0530.py +26 -29
  1611. githubkit/versions/ghec_v2022_11_28/types/group_0531.py +18 -78
  1612. githubkit/versions/ghec_v2022_11_28/types/group_0532.py +15 -394
  1613. githubkit/versions/ghec_v2022_11_28/types/group_0533.py +25 -446
  1614. githubkit/versions/ghec_v2022_11_28/types/group_0534.py +24 -427
  1615. githubkit/versions/ghec_v2022_11_28/types/group_0535.py +15 -409
  1616. githubkit/versions/ghec_v2022_11_28/types/group_0536.py +52 -368
  1617. githubkit/versions/ghec_v2022_11_28/types/group_0537.py +15 -449
  1618. githubkit/versions/ghec_v2022_11_28/types/group_0538.py +14 -967
  1619. githubkit/versions/ghec_v2022_11_28/types/group_0539.py +16 -336
  1620. githubkit/versions/ghec_v2022_11_28/types/group_0540.py +37 -300
  1621. githubkit/versions/ghec_v2022_11_28/types/group_0541.py +27 -870
  1622. githubkit/versions/ghec_v2022_11_28/types/group_0542.py +8 -383
  1623. githubkit/versions/ghec_v2022_11_28/types/group_0543.py +3 -391
  1624. githubkit/versions/ghec_v2022_11_28/types/group_0544.py +10 -379
  1625. githubkit/versions/ghec_v2022_11_28/types/group_0545.py +11 -332
  1626. githubkit/versions/ghec_v2022_11_28/types/group_0546.py +80 -27
  1627. githubkit/versions/ghec_v2022_11_28/types/group_0547.py +124 -18
  1628. githubkit/versions/ghec_v2022_11_28/types/group_0548.py +22 -61
  1629. githubkit/versions/ghec_v2022_11_28/types/group_0549.py +75 -103
  1630. githubkit/versions/ghec_v2022_11_28/types/group_0550.py +15 -104
  1631. githubkit/versions/ghec_v2022_11_28/types/group_0551.py +128 -107
  1632. githubkit/versions/ghec_v2022_11_28/types/group_0552.py +133 -110
  1633. githubkit/versions/ghec_v2022_11_28/types/group_0553.py +42 -97
  1634. githubkit/versions/ghec_v2022_11_28/types/group_0554.py +3 -59
  1635. githubkit/versions/ghec_v2022_11_28/types/group_0555.py +27 -70
  1636. githubkit/versions/ghec_v2022_11_28/types/group_0556.py +51 -21
  1637. githubkit/versions/ghec_v2022_11_28/types/group_0557.py +76 -110
  1638. githubkit/versions/ghec_v2022_11_28/types/group_0558.py +94 -73
  1639. githubkit/versions/ghec_v2022_11_28/types/group_0559.py +33 -22
  1640. githubkit/versions/ghec_v2022_11_28/types/group_0560.py +76 -16
  1641. githubkit/versions/ghec_v2022_11_28/types/group_0561.py +18 -99
  1642. githubkit/versions/ghec_v2022_11_28/types/group_0562.py +97 -31
  1643. githubkit/versions/ghec_v2022_11_28/types/group_0563.py +104 -32
  1644. githubkit/versions/ghec_v2022_11_28/types/group_0564.py +26 -46
  1645. githubkit/versions/ghec_v2022_11_28/types/group_0565.py +2 -83
  1646. githubkit/versions/ghec_v2022_11_28/types/group_0566.py +9 -51
  1647. githubkit/versions/ghec_v2022_11_28/types/group_0567.py +50 -21
  1648. githubkit/versions/ghec_v2022_11_28/types/group_0568.py +88 -49
  1649. githubkit/versions/ghec_v2022_11_28/types/group_0569.py +112 -35
  1650. githubkit/versions/ghec_v2022_11_28/types/group_0570.py +25 -59
  1651. githubkit/versions/ghec_v2022_11_28/types/group_0571.py +79 -96
  1652. githubkit/versions/ghec_v2022_11_28/types/group_0572.py +15 -56
  1653. githubkit/versions/ghec_v2022_11_28/types/group_0573.py +14 -72
  1654. githubkit/versions/ghec_v2022_11_28/types/group_0574.py +167 -32
  1655. githubkit/versions/ghec_v2022_11_28/types/group_0575.py +171 -17
  1656. githubkit/versions/ghec_v2022_11_28/types/group_0576.py +3 -41
  1657. githubkit/versions/ghec_v2022_11_28/types/group_0577.py +21 -478
  1658. githubkit/versions/ghec_v2022_11_28/types/group_0578.py +74 -17
  1659. githubkit/versions/ghec_v2022_11_28/types/group_0579.py +81 -57
  1660. githubkit/versions/ghec_v2022_11_28/types/group_0580.py +8 -154
  1661. githubkit/versions/ghec_v2022_11_28/types/group_0581.py +80 -43
  1662. githubkit/versions/ghec_v2022_11_28/types/group_0582.py +22 -13
  1663. githubkit/versions/ghec_v2022_11_28/types/group_0583.py +79 -14
  1664. githubkit/versions/ghec_v2022_11_28/types/group_0584.py +397 -13
  1665. githubkit/versions/ghec_v2022_11_28/types/group_0585.py +406 -13
  1666. githubkit/versions/ghec_v2022_11_28/types/group_0586.py +426 -12
  1667. githubkit/versions/ghec_v2022_11_28/types/group_0587.py +387 -22
  1668. githubkit/versions/ghec_v2022_11_28/types/group_0588.py +400 -6
  1669. githubkit/versions/ghec_v2022_11_28/types/group_0589.py +355 -34
  1670. githubkit/versions/ghec_v2022_11_28/types/group_0590.py +932 -25
  1671. githubkit/versions/ghec_v2022_11_28/types/group_0591.py +13 -61
  1672. githubkit/versions/ghec_v2022_11_28/types/group_0592.py +354 -34
  1673. githubkit/versions/ghec_v2022_11_28/types/group_0593.py +560 -36
  1674. githubkit/versions/ghec_v2022_11_28/types/group_0594.py +18 -45
  1675. githubkit/versions/ghec_v2022_11_28/types/group_0595.py +23 -47
  1676. githubkit/versions/ghec_v2022_11_28/types/group_0596.py +353 -20
  1677. githubkit/versions/ghec_v2022_11_28/types/group_0597.py +14 -31
  1678. githubkit/versions/ghec_v2022_11_28/types/group_0598.py +13 -30
  1679. githubkit/versions/ghec_v2022_11_28/types/group_0599.py +14 -46
  1680. githubkit/versions/ghec_v2022_11_28/types/group_0600.py +44 -25
  1681. githubkit/versions/ghec_v2022_11_28/types/group_0601.py +15 -60
  1682. githubkit/versions/ghec_v2022_11_28/types/group_0602.py +57 -54
  1683. githubkit/versions/ghec_v2022_11_28/types/group_0603.py +53 -74
  1684. githubkit/versions/ghec_v2022_11_28/types/group_0604.py +57 -52
  1685. githubkit/versions/ghec_v2022_11_28/types/group_0605.py +17 -10
  1686. githubkit/versions/ghec_v2022_11_28/types/group_0606.py +52 -14
  1687. githubkit/versions/ghec_v2022_11_28/types/group_0607.py +44 -11
  1688. githubkit/versions/ghec_v2022_11_28/types/group_0608.py +14 -59
  1689. githubkit/versions/ghec_v2022_11_28/types/group_0609.py +43 -27
  1690. githubkit/versions/ghec_v2022_11_28/types/group_0610.py +43 -28
  1691. githubkit/versions/ghec_v2022_11_28/types/group_0611.py +13 -11
  1692. githubkit/versions/ghec_v2022_11_28/types/group_0612.py +14 -11
  1693. githubkit/versions/ghec_v2022_11_28/types/group_0613.py +95 -44
  1694. githubkit/versions/ghec_v2022_11_28/types/group_0614.py +15 -33
  1695. githubkit/versions/ghec_v2022_11_28/types/group_0615.py +15 -30
  1696. githubkit/versions/ghec_v2022_11_28/types/group_0616.py +14 -10
  1697. githubkit/versions/ghec_v2022_11_28/types/group_0617.py +48 -8
  1698. githubkit/versions/ghec_v2022_11_28/types/group_0618.py +12 -950
  1699. githubkit/versions/ghec_v2022_11_28/types/group_0619.py +14 -974
  1700. githubkit/versions/ghec_v2022_11_28/types/group_0620.py +14 -964
  1701. githubkit/versions/ghec_v2022_11_28/types/group_0621.py +13 -14
  1702. githubkit/versions/ghec_v2022_11_28/types/group_0622.py +13 -14
  1703. githubkit/versions/ghec_v2022_11_28/types/group_0623.py +33 -906
  1704. githubkit/versions/ghec_v2022_11_28/types/group_0624.py +14 -925
  1705. githubkit/versions/ghec_v2022_11_28/types/group_0625.py +23 -58
  1706. githubkit/versions/ghec_v2022_11_28/types/group_0626.py +23 -918
  1707. githubkit/versions/ghec_v2022_11_28/types/group_0627.py +13 -933
  1708. githubkit/versions/ghec_v2022_11_28/types/group_0628.py +23 -878
  1709. githubkit/versions/ghec_v2022_11_28/types/group_0629.py +328 -781
  1710. githubkit/versions/ghec_v2022_11_28/types/group_0630.py +11 -12
  1711. githubkit/versions/ghec_v2022_11_28/types/group_0631.py +60 -18
  1712. githubkit/versions/ghec_v2022_11_28/types/group_0632.py +155 -18
  1713. githubkit/versions/ghec_v2022_11_28/types/group_0633.py +27 -1032
  1714. githubkit/versions/ghec_v2022_11_28/types/group_0634.py +13 -1073
  1715. githubkit/versions/ghec_v2022_11_28/types/group_0635.py +13 -1091
  1716. githubkit/versions/ghec_v2022_11_28/types/group_0636.py +13 -1002
  1717. githubkit/versions/ghec_v2022_11_28/types/group_0637.py +13 -974
  1718. githubkit/versions/ghec_v2022_11_28/types/group_0638.py +12 -1045
  1719. githubkit/versions/ghec_v2022_11_28/types/group_0639.py +22 -1050
  1720. githubkit/versions/ghec_v2022_11_28/types/group_0640.py +6 -1026
  1721. githubkit/versions/ghec_v2022_11_28/types/group_0641.py +22 -1028
  1722. githubkit/versions/ghec_v2022_11_28/types/group_0642.py +13 -1000
  1723. githubkit/versions/ghec_v2022_11_28/types/group_0643.py +25 -1042
  1724. githubkit/versions/ghec_v2022_11_28/types/group_0644.py +23 -1081
  1725. githubkit/versions/ghec_v2022_11_28/types/group_0645.py +35 -898
  1726. githubkit/versions/ghec_v2022_11_28/types/group_0646.py +14 -931
  1727. githubkit/versions/ghec_v2022_11_28/types/group_0647.py +21 -923
  1728. githubkit/versions/ghec_v2022_11_28/types/group_0648.py +13 -923
  1729. githubkit/versions/ghec_v2022_11_28/types/group_0649.py +13 -282
  1730. githubkit/versions/ghec_v2022_11_28/types/group_0650.py +14 -14
  1731. githubkit/versions/ghec_v2022_11_28/types/group_0651.py +33 -59
  1732. githubkit/versions/ghec_v2022_11_28/types/group_0652.py +17 -507
  1733. githubkit/versions/ghec_v2022_11_28/types/group_0653.py +11 -11
  1734. githubkit/versions/ghec_v2022_11_28/types/group_0654.py +18 -55
  1735. githubkit/versions/ghec_v2022_11_28/types/group_0655.py +38 -153
  1736. githubkit/versions/ghec_v2022_11_28/types/group_0656.py +13 -139
  1737. githubkit/versions/ghec_v2022_11_28/types/group_0657.py +11 -141
  1738. githubkit/versions/ghec_v2022_11_28/types/group_0658.py +14 -172
  1739. githubkit/versions/ghec_v2022_11_28/types/group_0659.py +12 -142
  1740. githubkit/versions/ghec_v2022_11_28/types/group_0660.py +58 -139
  1741. githubkit/versions/ghec_v2022_11_28/types/group_0661.py +14 -142
  1742. githubkit/versions/ghec_v2022_11_28/types/group_0662.py +29 -139
  1743. githubkit/versions/ghec_v2022_11_28/types/group_0663.py +11 -15
  1744. githubkit/versions/ghec_v2022_11_28/types/group_0664.py +11 -15
  1745. githubkit/versions/ghec_v2022_11_28/types/group_0665.py +49 -13
  1746. githubkit/versions/ghec_v2022_11_28/types/group_0666.py +33 -13
  1747. githubkit/versions/ghec_v2022_11_28/types/group_0667.py +12 -12
  1748. githubkit/versions/ghec_v2022_11_28/types/group_0668.py +12 -27
  1749. githubkit/versions/ghec_v2022_11_28/types/group_0669.py +8 -51
  1750. githubkit/versions/ghec_v2022_11_28/types/group_0670.py +924 -10
  1751. githubkit/versions/ghec_v2022_11_28/types/group_0671.py +972 -10
  1752. githubkit/versions/ghec_v2022_11_28/types/group_0672.py +962 -10
  1753. githubkit/versions/ghec_v2022_11_28/types/group_0673.py +12 -33
  1754. githubkit/versions/ghec_v2022_11_28/types/group_0674.py +13 -12
  1755. githubkit/versions/ghec_v2022_11_28/types/group_0675.py +15 -14
  1756. githubkit/versions/ghec_v2022_11_28/types/group_0676.py +924 -15
  1757. githubkit/versions/ghec_v2022_11_28/types/group_0677.py +61 -19
  1758. githubkit/versions/ghec_v2022_11_28/types/group_0678.py +925 -13
  1759. githubkit/versions/ghec_v2022_11_28/types/group_0679.py +888 -42
  1760. githubkit/versions/ghec_v2022_11_28/types/group_0680.py +913 -65
  1761. githubkit/versions/ghec_v2022_11_28/types/group_0681.py +18 -95
  1762. githubkit/versions/ghec_v2022_11_28/types/group_0682.py +13 -89
  1763. githubkit/versions/ghec_v2022_11_28/types/group_0683.py +12 -9
  1764. githubkit/versions/ghec_v2022_11_28/types/group_0684.py +13 -69
  1765. githubkit/versions/ghec_v2022_11_28/types/group_0685.py +1033 -33
  1766. githubkit/versions/ghec_v2022_11_28/types/group_0686.py +911 -33
  1767. githubkit/versions/ghec_v2022_11_28/types/group_0687.py +911 -33
  1768. githubkit/versions/ghec_v2022_11_28/types/group_0688.py +1000 -13
  1769. githubkit/versions/ghec_v2022_11_28/types/group_0689.py +849 -168
  1770. githubkit/versions/ghec_v2022_11_28/types/group_0690.py +1048 -5
  1771. githubkit/versions/ghec_v2022_11_28/types/group_0691.py +1059 -13
  1772. githubkit/versions/ghec_v2022_11_28/types/group_0692.py +1022 -13
  1773. githubkit/versions/ghec_v2022_11_28/types/group_0693.py +1036 -13
  1774. githubkit/versions/ghec_v2022_11_28/types/group_0694.py +919 -13
  1775. githubkit/versions/ghec_v2022_11_28/types/group_0695.py +1030 -67
  1776. githubkit/versions/ghec_v2022_11_28/types/group_0696.py +1040 -67
  1777. githubkit/versions/ghec_v2022_11_28/types/group_0697.py +893 -69
  1778. githubkit/versions/ghec_v2022_11_28/types/group_0698.py +933 -11
  1779. githubkit/versions/ghec_v2022_11_28/types/group_0699.py +933 -5
  1780. githubkit/versions/ghec_v2022_11_28/types/group_0700.py +927 -6
  1781. githubkit/versions/ghec_v2022_11_28/types/group_0701.py +242 -89
  1782. githubkit/versions/ghec_v2022_11_28/types/group_0702.py +12 -126
  1783. githubkit/versions/ghec_v2022_11_28/types/group_0703.py +51 -135
  1784. githubkit/versions/ghec_v2022_11_28/types/group_0704.py +469 -100
  1785. githubkit/versions/ghec_v2022_11_28/types/group_0705.py +12 -166
  1786. githubkit/versions/ghec_v2022_11_28/types/group_0706.py +45 -159
  1787. githubkit/versions/ghec_v2022_11_28/types/group_0707.py +160 -16
  1788. githubkit/versions/ghec_v2022_11_28/types/group_0708.py +11 -10
  1789. githubkit/versions/ghec_v2022_11_28/types/group_0709.py +12 -186
  1790. githubkit/versions/ghec_v2022_11_28/types/group_0710.py +50 -11
  1791. githubkit/versions/ghec_v2022_11_28/types/group_0711.py +143 -5
  1792. githubkit/versions/ghec_v2022_11_28/types/group_0712.py +17 -11
  1793. githubkit/versions/ghec_v2022_11_28/types/group_0713.py +18 -6
  1794. githubkit/versions/ghec_v2022_11_28/types/group_0714.py +13 -56
  1795. githubkit/versions/ghec_v2022_11_28/types/group_0715.py +14 -220
  1796. githubkit/versions/ghec_v2022_11_28/types/group_0716.py +15 -219
  1797. githubkit/versions/ghec_v2022_11_28/types/group_0717.py +13 -219
  1798. githubkit/versions/ghec_v2022_11_28/types/group_0718.py +12 -286
  1799. githubkit/versions/ghec_v2022_11_28/types/group_0719.py +12 -222
  1800. githubkit/versions/ghec_v2022_11_28/types/group_0720.py +24 -11
  1801. githubkit/versions/ghec_v2022_11_28/types/group_0721.py +47 -15
  1802. githubkit/versions/ghec_v2022_11_28/types/group_0722.py +10 -64
  1803. githubkit/versions/ghec_v2022_11_28/types/group_0723.py +16 -56
  1804. githubkit/versions/ghec_v2022_11_28/types/group_0724.py +15 -47
  1805. githubkit/versions/ghec_v2022_11_28/types/group_0725.py +32 -54
  1806. githubkit/versions/ghec_v2022_11_28/types/group_0726.py +24 -51
  1807. githubkit/versions/ghec_v2022_11_28/types/group_0727.py +21 -44
  1808. githubkit/versions/ghec_v2022_11_28/types/group_0728.py +15 -58
  1809. githubkit/versions/ghec_v2022_11_28/types/group_0729.py +28 -63
  1810. githubkit/versions/ghec_v2022_11_28/types/group_0730.py +13 -424
  1811. githubkit/versions/ghec_v2022_11_28/types/group_0731.py +47 -397
  1812. githubkit/versions/ghec_v2022_11_28/types/group_0732.py +83 -424
  1813. githubkit/versions/ghec_v2022_11_28/types/group_0733.py +112 -29
  1814. githubkit/versions/ghec_v2022_11_28/types/group_0734.py +96 -9
  1815. githubkit/versions/ghec_v2022_11_28/types/group_0735.py +16 -8
  1816. githubkit/versions/ghec_v2022_11_28/types/group_0736.py +20 -4
  1817. githubkit/versions/ghec_v2022_11_28/types/group_0737.py +75 -8
  1818. githubkit/versions/ghec_v2022_11_28/types/group_0738.py +19 -5
  1819. githubkit/versions/ghec_v2022_11_28/types/group_0739.py +78 -5
  1820. githubkit/versions/ghec_v2022_11_28/types/group_0740.py +19 -5
  1821. githubkit/versions/ghec_v2022_11_28/types/group_0741.py +220 -5
  1822. githubkit/versions/ghec_v2022_11_28/types/group_0742.py +5 -13
  1823. githubkit/versions/ghec_v2022_11_28/types/group_0743.py +20 -4
  1824. githubkit/versions/ghec_v2022_11_28/types/group_0744.py +17 -5
  1825. githubkit/versions/ghec_v2022_11_28/types/group_0745.py +18 -8
  1826. githubkit/versions/ghec_v2022_11_28/types/group_0746.py +19 -6
  1827. githubkit/versions/ghec_v2022_11_28/types/group_0747.py +17 -23
  1828. githubkit/versions/ghec_v2022_11_28/types/group_0748.py +119 -10
  1829. githubkit/versions/ghec_v2022_11_28/types/group_0749.py +16 -9
  1830. githubkit/versions/ghec_v2022_11_28/types/group_0750.py +6 -12
  1831. githubkit/versions/ghec_v2022_11_28/types/group_0751.py +8 -10
  1832. githubkit/versions/ghec_v2022_11_28/types/group_0752.py +18 -12
  1833. githubkit/versions/ghec_v2022_11_28/types/group_0753.py +19 -8
  1834. githubkit/versions/ghec_v2022_11_28/types/group_0754.py +34 -7
  1835. githubkit/versions/ghec_v2022_11_28/types/group_0755.py +19 -8
  1836. githubkit/versions/ghec_v2022_11_28/types/group_0756.py +21 -9
  1837. githubkit/versions/ghec_v2022_11_28/types/group_0757.py +20 -8
  1838. githubkit/versions/ghec_v2022_11_28/types/group_0758.py +18 -6
  1839. githubkit/versions/ghec_v2022_11_28/types/group_0759.py +18 -6
  1840. githubkit/versions/ghec_v2022_11_28/types/group_0760.py +192 -8
  1841. githubkit/versions/ghec_v2022_11_28/types/group_0761.py +12 -6
  1842. githubkit/versions/ghec_v2022_11_28/types/group_0762.py +6 -11
  1843. githubkit/versions/ghec_v2022_11_28/types/group_0763.py +11 -19
  1844. githubkit/versions/ghec_v2022_11_28/types/group_0764.py +6 -18
  1845. githubkit/versions/ghec_v2022_11_28/types/group_0765.py +15 -24
  1846. githubkit/versions/ghec_v2022_11_28/types/group_0766.py +183 -5
  1847. githubkit/versions/ghec_v2022_11_28/types/group_0767.py +181 -5
  1848. githubkit/versions/ghec_v2022_11_28/types/group_0768.py +182 -4
  1849. githubkit/versions/ghec_v2022_11_28/types/group_0769.py +247 -8
  1850. githubkit/versions/ghec_v2022_11_28/types/group_0770.py +182 -7
  1851. githubkit/versions/ghec_v2022_11_28/types/group_0771.py +16 -6
  1852. githubkit/versions/ghec_v2022_11_28/types/group_0772.py +25 -4
  1853. githubkit/versions/ghec_v2022_11_28/types/group_0773.py +70 -4
  1854. githubkit/versions/ghec_v2022_11_28/types/group_0774.py +56 -8
  1855. githubkit/versions/ghec_v2022_11_28/types/group_0775.py +48 -38
  1856. githubkit/versions/ghec_v2022_11_28/types/group_0776.py +57 -15
  1857. githubkit/versions/ghec_v2022_11_28/types/group_0777.py +51 -12
  1858. githubkit/versions/ghec_v2022_11_28/types/group_0778.py +47 -14
  1859. githubkit/versions/ghec_v2022_11_28/types/group_0779.py +64 -6
  1860. githubkit/versions/ghec_v2022_11_28/types/group_0780.py +57 -20
  1861. githubkit/versions/ghec_v2022_11_28/types/group_0781.py +411 -10
  1862. githubkit/versions/ghec_v2022_11_28/types/group_0782.py +414 -8
  1863. githubkit/versions/ghec_v2022_11_28/types/group_0783.py +413 -8
  1864. githubkit/versions/ghec_v2022_11_28/types/group_0784.py +31 -11
  1865. githubkit/versions/ghec_v2022_11_28/types/group_0785.py +8 -8
  1866. githubkit/versions/ghec_v2022_11_28/types/group_0786.py +9 -6
  1867. githubkit/versions/ghec_v2022_11_28/types/group_0787.py +3 -9
  1868. githubkit/versions/ghec_v2022_11_28/types/group_0788.py +8 -7
  1869. githubkit/versions/ghec_v2022_11_28/types/group_0789.py +4 -5
  1870. githubkit/versions/ghec_v2022_11_28/types/group_0790.py +4 -5
  1871. githubkit/versions/ghec_v2022_11_28/types/group_0791.py +5 -24
  1872. githubkit/versions/ghec_v2022_11_28/types/group_0792.py +5 -9
  1873. githubkit/versions/ghec_v2022_11_28/types/group_0793.py +11 -7
  1874. githubkit/versions/ghec_v2022_11_28/types/group_0794.py +3 -6
  1875. githubkit/versions/ghec_v2022_11_28/types/group_0795.py +6 -24
  1876. githubkit/versions/ghec_v2022_11_28/types/group_0796.py +9 -9
  1877. githubkit/versions/ghec_v2022_11_28/types/group_0797.py +6 -9
  1878. githubkit/versions/ghec_v2022_11_28/types/group_0798.py +23 -7
  1879. githubkit/versions/ghec_v2022_11_28/types/group_0799.py +12 -6
  1880. githubkit/versions/ghec_v2022_11_28/types/group_0800.py +10 -9
  1881. githubkit/versions/ghec_v2022_11_28/types/group_0801.py +13 -12
  1882. githubkit/versions/ghec_v2022_11_28/types/group_0802.py +8 -4
  1883. githubkit/versions/ghec_v2022_11_28/types/group_0803.py +11 -4
  1884. githubkit/versions/ghec_v2022_11_28/types/group_0804.py +8 -24
  1885. githubkit/versions/ghec_v2022_11_28/types/group_0805.py +8 -8
  1886. githubkit/versions/ghec_v2022_11_28/types/group_0806.py +8 -8
  1887. githubkit/versions/ghec_v2022_11_28/types/group_0807.py +9 -5
  1888. githubkit/versions/ghec_v2022_11_28/types/group_0808.py +7 -4
  1889. githubkit/versions/ghec_v2022_11_28/types/group_0809.py +5 -7
  1890. githubkit/versions/ghec_v2022_11_28/types/group_0810.py +4 -4
  1891. githubkit/versions/ghec_v2022_11_28/types/group_0811.py +7 -6
  1892. githubkit/versions/ghec_v2022_11_28/types/group_0812.py +7 -6
  1893. githubkit/versions/ghec_v2022_11_28/types/group_0813.py +12 -8
  1894. githubkit/versions/ghec_v2022_11_28/types/group_0814.py +8 -4
  1895. githubkit/versions/ghec_v2022_11_28/types/group_0815.py +10 -7
  1896. githubkit/versions/ghec_v2022_11_28/types/group_0816.py +9 -8
  1897. githubkit/versions/ghec_v2022_11_28/types/group_0817.py +7 -20
  1898. githubkit/versions/ghec_v2022_11_28/types/group_0818.py +20 -8
  1899. githubkit/versions/ghec_v2022_11_28/types/group_0819.py +18 -8
  1900. githubkit/versions/ghec_v2022_11_28/types/group_0820.py +26 -6
  1901. githubkit/versions/ghec_v2022_11_28/types/group_0821.py +5 -26
  1902. githubkit/versions/ghec_v2022_11_28/types/group_0822.py +5 -24
  1903. githubkit/versions/ghec_v2022_11_28/types/group_0823.py +4 -10
  1904. githubkit/versions/ghec_v2022_11_28/types/group_0824.py +7 -6
  1905. githubkit/versions/ghec_v2022_11_28/types/group_0825.py +9 -4
  1906. githubkit/versions/ghec_v2022_11_28/types/group_0826.py +6 -8
  1907. githubkit/versions/ghec_v2022_11_28/types/group_0827.py +5 -9
  1908. githubkit/versions/ghec_v2022_11_28/types/group_0828.py +4 -5
  1909. githubkit/versions/ghec_v2022_11_28/types/group_0829.py +8 -13
  1910. githubkit/versions/ghec_v2022_11_28/types/group_0830.py +39 -8
  1911. githubkit/versions/ghec_v2022_11_28/types/group_0831.py +20 -7
  1912. githubkit/versions/ghec_v2022_11_28/types/group_0832.py +6 -4
  1913. githubkit/versions/ghec_v2022_11_28/types/group_0833.py +9 -3
  1914. githubkit/versions/ghec_v2022_11_28/types/group_0834.py +6 -6
  1915. githubkit/versions/ghec_v2022_11_28/types/group_0835.py +26 -7
  1916. githubkit/versions/ghec_v2022_11_28/types/group_0836.py +11 -6
  1917. githubkit/versions/ghec_v2022_11_28/types/group_0837.py +9 -6
  1918. githubkit/versions/ghec_v2022_11_28/types/group_0838.py +8 -5
  1919. githubkit/versions/ghec_v2022_11_28/types/group_0839.py +6 -6
  1920. githubkit/versions/ghec_v2022_11_28/types/group_0840.py +6 -5
  1921. githubkit/versions/ghec_v2022_11_28/types/group_0841.py +6 -10
  1922. githubkit/versions/ghec_v2022_11_28/types/group_0842.py +6 -6
  1923. githubkit/versions/ghec_v2022_11_28/types/group_0843.py +9 -43
  1924. githubkit/versions/ghec_v2022_11_28/types/group_0844.py +6 -59
  1925. githubkit/versions/ghec_v2022_11_28/types/group_0845.py +6 -59
  1926. githubkit/versions/ghec_v2022_11_28/types/group_0846.py +23 -14
  1927. githubkit/versions/ghec_v2022_11_28/types/group_0847.py +8 -12
  1928. githubkit/versions/ghec_v2022_11_28/types/group_0848.py +9 -7
  1929. githubkit/versions/ghec_v2022_11_28/types/group_0849.py +6 -6
  1930. githubkit/versions/ghec_v2022_11_28/types/group_0850.py +25 -5
  1931. githubkit/versions/ghec_v2022_11_28/types/group_0851.py +9 -9
  1932. githubkit/versions/ghec_v2022_11_28/types/group_0852.py +9 -14
  1933. githubkit/versions/ghec_v2022_11_28/types/group_0853.py +8 -7
  1934. githubkit/versions/ghec_v2022_11_28/types/group_0854.py +5 -4
  1935. githubkit/versions/ghec_v2022_11_28/types/group_0855.py +9 -6
  1936. githubkit/versions/ghec_v2022_11_28/types/group_0856.py +11 -5
  1937. githubkit/versions/ghec_v2022_11_28/types/group_0857.py +6 -6
  1938. githubkit/versions/ghec_v2022_11_28/types/group_0858.py +6 -5
  1939. githubkit/versions/ghec_v2022_11_28/types/group_0859.py +18 -13
  1940. githubkit/versions/ghec_v2022_11_28/types/group_0860.py +8 -5
  1941. githubkit/versions/ghec_v2022_11_28/types/group_0861.py +8 -7
  1942. githubkit/versions/ghec_v2022_11_28/types/group_0862.py +6 -7
  1943. githubkit/versions/ghec_v2022_11_28/types/group_0863.py +6 -6
  1944. githubkit/versions/ghec_v2022_11_28/types/group_0864.py +8 -3
  1945. githubkit/versions/ghec_v2022_11_28/types/group_0865.py +5 -21
  1946. githubkit/versions/ghec_v2022_11_28/types/group_0866.py +7 -20
  1947. githubkit/versions/ghec_v2022_11_28/types/group_0867.py +5 -4
  1948. githubkit/versions/ghec_v2022_11_28/types/group_0868.py +7 -5
  1949. githubkit/versions/ghec_v2022_11_28/types/group_0869.py +5 -5
  1950. githubkit/versions/ghec_v2022_11_28/types/group_0870.py +7 -20
  1951. githubkit/versions/ghec_v2022_11_28/types/group_0871.py +9 -5
  1952. githubkit/versions/ghec_v2022_11_28/types/group_0872.py +25 -4
  1953. githubkit/versions/ghec_v2022_11_28/types/group_0873.py +8 -7
  1954. githubkit/versions/ghec_v2022_11_28/types/group_0874.py +9 -10
  1955. githubkit/versions/ghec_v2022_11_28/types/group_0875.py +5 -7
  1956. githubkit/versions/ghec_v2022_11_28/types/group_0876.py +25 -5
  1957. githubkit/versions/ghec_v2022_11_28/types/group_0877.py +24 -5
  1958. githubkit/versions/ghec_v2022_11_28/types/group_0878.py +8 -5
  1959. githubkit/versions/ghec_v2022_11_28/types/group_0879.py +8 -124
  1960. githubkit/versions/ghec_v2022_11_28/types/group_0880.py +3 -9
  1961. githubkit/versions/ghec_v2022_11_28/types/group_0881.py +8 -4
  1962. githubkit/versions/ghec_v2022_11_28/types/group_0882.py +7 -8
  1963. githubkit/versions/ghec_v2022_11_28/types/group_0883.py +6 -9
  1964. githubkit/versions/ghec_v2022_11_28/types/group_0884.py +14 -9
  1965. githubkit/versions/ghec_v2022_11_28/types/group_0885.py +7 -6
  1966. githubkit/versions/ghec_v2022_11_28/types/group_0886.py +7 -8
  1967. githubkit/versions/ghec_v2022_11_28/types/group_0887.py +4 -8
  1968. githubkit/versions/ghec_v2022_11_28/types/group_0888.py +3 -6
  1969. githubkit/versions/ghec_v2022_11_28/types/group_0889.py +6 -6
  1970. githubkit/versions/ghec_v2022_11_28/types/group_0890.py +8 -9
  1971. githubkit/versions/ghec_v2022_11_28/types/group_0891.py +7 -9
  1972. githubkit/versions/ghec_v2022_11_28/types/group_0892.py +6 -10
  1973. githubkit/versions/ghec_v2022_11_28/types/group_0893.py +5 -8
  1974. githubkit/versions/ghec_v2022_11_28/types/group_0894.py +6 -8
  1975. githubkit/versions/ghec_v2022_11_28/types/group_0895.py +8 -5
  1976. githubkit/versions/ghec_v2022_11_28/types/group_0896.py +9 -4
  1977. githubkit/versions/ghec_v2022_11_28/types/group_0897.py +6 -6
  1978. githubkit/versions/ghec_v2022_11_28/types/group_0898.py +45 -8
  1979. githubkit/versions/ghec_v2022_11_28/types/group_0899.py +70 -8
  1980. githubkit/versions/ghec_v2022_11_28/types/group_0900.py +71 -6
  1981. githubkit/versions/ghec_v2022_11_28/types/group_0901.py +14 -5
  1982. githubkit/versions/ghec_v2022_11_28/types/group_0902.py +12 -31
  1983. githubkit/versions/ghec_v2022_11_28/types/group_0903.py +6 -21
  1984. githubkit/versions/ghec_v2022_11_28/types/group_0904.py +6 -9
  1985. githubkit/versions/ghec_v2022_11_28/types/group_0905.py +5 -7
  1986. githubkit/versions/ghec_v2022_11_28/types/group_0906.py +5 -120
  1987. githubkit/versions/ghec_v2022_11_28/types/group_0907.py +9 -47
  1988. githubkit/versions/ghec_v2022_11_28/types/group_0908.py +7 -27
  1989. githubkit/versions/ghec_v2022_11_28/types/group_0909.py +4 -13
  1990. githubkit/versions/ghec_v2022_11_28/types/group_0910.py +6 -14
  1991. githubkit/versions/ghec_v2022_11_28/types/group_0911.py +6 -15
  1992. githubkit/versions/ghec_v2022_11_28/types/group_0912.py +6 -12
  1993. githubkit/versions/ghec_v2022_11_28/types/group_0913.py +5 -12
  1994. githubkit/versions/ghec_v2022_11_28/types/group_0914.py +15 -10
  1995. githubkit/versions/ghec_v2022_11_28/types/group_0915.py +6 -12
  1996. githubkit/versions/ghec_v2022_11_28/types/group_0916.py +7 -11
  1997. githubkit/versions/ghec_v2022_11_28/types/group_0917.py +7 -14
  1998. githubkit/versions/ghec_v2022_11_28/types/group_0918.py +6 -12
  1999. githubkit/versions/ghec_v2022_11_28/types/group_0919.py +3 -12
  2000. githubkit/versions/ghec_v2022_11_28/types/group_0920.py +18 -10
  2001. githubkit/versions/ghec_v2022_11_28/types/group_0921.py +21 -5
  2002. githubkit/versions/ghec_v2022_11_28/types/group_0922.py +5 -54
  2003. githubkit/versions/ghec_v2022_11_28/types/group_0923.py +11 -35
  2004. githubkit/versions/ghec_v2022_11_28/types/group_0924.py +11 -37
  2005. githubkit/versions/ghec_v2022_11_28/types/group_0925.py +14 -53
  2006. githubkit/versions/ghec_v2022_11_28/types/group_0926.py +10 -36
  2007. githubkit/versions/ghec_v2022_11_28/types/group_0927.py +8 -38
  2008. githubkit/versions/ghec_v2022_11_28/types/group_0928.py +8 -5
  2009. githubkit/versions/ghec_v2022_11_28/types/group_0929.py +9 -21
  2010. githubkit/versions/ghec_v2022_11_28/types/group_0930.py +7 -8
  2011. githubkit/versions/ghec_v2022_11_28/types/group_0931.py +5 -9
  2012. githubkit/versions/ghec_v2022_11_28/types/group_0932.py +5 -12
  2013. githubkit/versions/ghec_v2022_11_28/types/group_0933.py +6 -9
  2014. githubkit/versions/ghec_v2022_11_28/types/group_0934.py +124 -15
  2015. githubkit/versions/ghec_v2022_11_28/types/group_0935.py +7 -20
  2016. githubkit/versions/ghec_v2022_11_28/types/group_0936.py +5 -9
  2017. githubkit/versions/ghec_v2022_11_28/types/group_0937.py +8 -17
  2018. githubkit/versions/ghec_v2022_11_28/types/group_0938.py +6 -19
  2019. githubkit/versions/ghec_v2022_11_28/types/group_0939.py +9 -6
  2020. githubkit/versions/ghec_v2022_11_28/types/group_0940.py +6 -4
  2021. githubkit/versions/ghec_v2022_11_28/types/group_0941.py +8 -4
  2022. githubkit/versions/ghec_v2022_11_28/types/group_0942.py +9 -8
  2023. githubkit/versions/ghec_v2022_11_28/types/group_0943.py +6 -8
  2024. githubkit/versions/ghec_v2022_11_28/types/group_0944.py +4 -7
  2025. githubkit/versions/ghec_v2022_11_28/types/group_0945.py +8 -36
  2026. githubkit/versions/ghec_v2022_11_28/types/group_0946.py +8 -32
  2027. githubkit/versions/ghec_v2022_11_28/types/group_0947.py +11 -12
  2028. githubkit/versions/ghec_v2022_11_28/types/group_0948.py +6 -19
  2029. githubkit/versions/ghec_v2022_11_28/types/group_0949.py +8 -6
  2030. githubkit/versions/ghec_v2022_11_28/types/group_0950.py +5 -8
  2031. githubkit/versions/ghec_v2022_11_28/types/group_0951.py +4 -22
  2032. githubkit/versions/ghec_v2022_11_28/types/group_0952.py +9 -5
  2033. githubkit/versions/ghec_v2022_11_28/types/group_0953.py +5 -13
  2034. githubkit/versions/ghec_v2022_11_28/types/group_0954.py +8 -16
  2035. githubkit/versions/ghec_v2022_11_28/types/group_0955.py +6 -30
  2036. githubkit/versions/ghec_v2022_11_28/types/group_0956.py +4 -22
  2037. githubkit/versions/ghec_v2022_11_28/types/group_0957.py +29 -6
  2038. githubkit/versions/ghec_v2022_11_28/types/group_0958.py +16 -11
  2039. githubkit/versions/ghec_v2022_11_28/types/group_0959.py +5 -5
  2040. githubkit/versions/ghec_v2022_11_28/types/group_0960.py +7 -6
  2041. githubkit/versions/ghec_v2022_11_28/types/group_0961.py +123 -8
  2042. githubkit/versions/ghec_v2022_11_28/types/group_0962.py +52 -6
  2043. githubkit/versions/ghec_v2022_11_28/types/group_0963.py +27 -5
  2044. githubkit/versions/ghec_v2022_11_28/types/group_0964.py +14 -7
  2045. githubkit/versions/ghec_v2022_11_28/types/group_0965.py +14 -6
  2046. githubkit/versions/ghec_v2022_11_28/types/group_0966.py +10 -37
  2047. githubkit/versions/ghec_v2022_11_28/types/group_0967.py +11 -5
  2048. githubkit/versions/ghec_v2022_11_28/types/group_0968.py +12 -6
  2049. githubkit/versions/ghec_v2022_11_28/types/group_0969.py +10 -21
  2050. githubkit/versions/ghec_v2022_11_28/types/group_0970.py +11 -19
  2051. githubkit/versions/ghec_v2022_11_28/types/group_0971.py +10 -22
  2052. githubkit/versions/ghec_v2022_11_28/types/group_0972.py +12 -10
  2053. githubkit/versions/ghec_v2022_11_28/types/group_0973.py +12 -9
  2054. githubkit/versions/ghec_v2022_11_28/types/group_0974.py +12 -10
  2055. githubkit/versions/ghec_v2022_11_28/types/group_0975.py +14 -9
  2056. githubkit/versions/ghec_v2022_11_28/types/group_0976.py +5 -6
  2057. githubkit/versions/ghec_v2022_11_28/types/group_0977.py +54 -6
  2058. githubkit/versions/ghec_v2022_11_28/types/group_0978.py +35 -8
  2059. githubkit/versions/ghec_v2022_11_28/types/group_0979.py +35 -9
  2060. githubkit/versions/ghec_v2022_11_28/types/group_0980.py +53 -18
  2061. githubkit/versions/ghec_v2022_11_28/types/group_0981.py +36 -10
  2062. githubkit/versions/ghec_v2022_11_28/types/group_0982.py +35 -10
  2063. githubkit/versions/ghec_v2022_11_28/types/group_0983.py +10 -38
  2064. githubkit/versions/ghec_v2022_11_28/types/group_0984.py +20 -4
  2065. githubkit/versions/ghec_v2022_11_28/types/group_0985.py +8 -5
  2066. githubkit/versions/ghec_v2022_11_28/types/group_0986.py +10 -5
  2067. githubkit/versions/ghec_v2022_11_28/types/group_0987.py +11 -5
  2068. githubkit/versions/ghec_v2022_11_28/types/group_0988.py +10 -15
  2069. githubkit/versions/ghec_v2022_11_28/types/group_0989.py +12 -5
  2070. githubkit/versions/ghec_v2022_11_28/types/group_0990.py +11 -5
  2071. githubkit/versions/ghec_v2022_11_28/types/group_0991.py +7 -15
  2072. githubkit/versions/ghec_v2022_11_28/types/group_0992.py +16 -5
  2073. githubkit/versions/ghec_v2022_11_28/types/group_0993.py +21 -5
  2074. githubkit/versions/ghec_v2022_11_28/types/group_0994.py +8 -7
  2075. githubkit/versions/ghec_v2022_11_28/types/group_0995.py +18 -6
  2076. githubkit/versions/ghec_v2022_11_28/types/group_0996.py +21 -6
  2077. githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -6
  2078. githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -5
  2079. githubkit/versions/ghec_v2022_11_28/types/group_0999.py +5 -7
  2080. githubkit/versions/ghec_v2022_11_28/types/group_1000.py +7 -9
  2081. githubkit/versions/ghec_v2022_11_28/types/group_1001.py +7 -9
  2082. githubkit/versions/ghec_v2022_11_28/types/group_1002.py +9 -6
  2083. githubkit/versions/ghec_v2022_11_28/types/group_1003.py +36 -5
  2084. githubkit/versions/ghec_v2022_11_28/types/group_1004.py +31 -8
  2085. githubkit/versions/ghec_v2022_11_28/types/group_1005.py +9 -14
  2086. githubkit/versions/ghec_v2022_11_28/types/group_1006.py +21 -14
  2087. githubkit/versions/ghec_v2022_11_28/types/group_1007.py +5 -16
  2088. githubkit/versions/ghec_v2022_11_28/types/group_1008.py +8 -17
  2089. githubkit/versions/ghec_v2022_11_28/types/group_1009.py +21 -15
  2090. githubkit/versions/ghec_v2022_11_28/types/group_1010.py +4 -9
  2091. githubkit/versions/ghec_v2022_11_28/types/group_1011.py +12 -7
  2092. githubkit/versions/ghec_v2022_11_28/types/group_1012.py +15 -7
  2093. githubkit/versions/ghec_v2022_11_28/types/group_1013.py +28 -10
  2094. githubkit/versions/ghec_v2022_11_28/types/group_1014.py +24 -5
  2095. githubkit/versions/ghec_v2022_11_28/types/group_1015.py +8 -5
  2096. githubkit/versions/ghec_v2022_11_28/types/group_1016.py +15 -6
  2097. githubkit/versions/ghec_v2022_11_28/types/group_1017.py +9 -12
  2098. githubkit/versions/ghec_v2022_11_28/types/group_1018.py +5 -4
  2099. githubkit/versions/ghec_v2022_11_28/types/group_1019.py +8 -7
  2100. githubkit/versions/ghec_v2022_11_28/types/group_1020.py +6 -10
  2101. githubkit/versions/ghec_v2022_11_28/types/group_1021.py +5 -14
  2102. githubkit/versions/ghec_v2022_11_28/types/group_1022.py +6 -14
  2103. githubkit/versions/ghec_v2022_11_28/types/group_1023.py +6 -5
  2104. githubkit/versions/ghec_v2022_11_28/types/group_1024.py +41 -8
  2105. githubkit/versions/ghec_v2022_11_28/types/group_1025.py +6 -6
  2106. githubkit/versions/ghec_v2022_11_28/types/group_1026.py +5 -5
  2107. githubkit/versions/ghec_v2022_11_28/types/group_1027.py +24 -6
  2108. githubkit/versions/ghec_v2022_11_28/types/group_1028.py +19 -6
  2109. githubkit/versions/ghec_v2022_11_28/types/group_1029.py +23 -6
  2110. githubkit/versions/ghec_v2022_11_28/types/group_1030.py +10 -24
  2111. githubkit/versions/ghec_v2022_11_28/types/group_1031.py +9 -5
  2112. githubkit/versions/ghec_v2022_11_28/types/group_1032.py +8 -5
  2113. githubkit/versions/ghec_v2022_11_28/types/group_1033.py +7 -5
  2114. githubkit/versions/ghec_v2022_11_28/types/group_1034.py +5 -4
  2115. githubkit/versions/ghec_v2022_11_28/types/group_1035.py +6 -6
  2116. githubkit/versions/ghec_v2022_11_28/types/group_1036.py +4 -15
  2117. githubkit/versions/ghec_v2022_11_28/types/group_1037.py +5 -6
  2118. githubkit/versions/ghec_v2022_11_28/types/group_1038.py +24 -7
  2119. githubkit/versions/ghec_v2022_11_28/types/group_1039.py +5 -13
  2120. githubkit/versions/ghec_v2022_11_28/types/group_1040.py +6 -4
  2121. githubkit/versions/ghec_v2022_11_28/types/group_1041.py +26 -44
  2122. githubkit/versions/ghec_v2022_11_28/types/group_1042.py +5 -50
  2123. githubkit/versions/ghec_v2022_11_28/types/group_1043.py +5 -9
  2124. githubkit/versions/ghec_v2022_11_28/types/group_1044.py +5 -9
  2125. githubkit/versions/ghec_v2022_11_28/types/group_1045.py +5 -5
  2126. githubkit/versions/ghec_v2022_11_28/types/group_1046.py +17 -5
  2127. githubkit/versions/ghec_v2022_11_28/types/group_1047.py +4 -5
  2128. githubkit/versions/ghec_v2022_11_28/types/group_1048.py +4 -6
  2129. githubkit/versions/ghec_v2022_11_28/types/group_1049.py +15 -7
  2130. githubkit/versions/ghec_v2022_11_28/types/group_1050.py +5 -37
  2131. githubkit/versions/ghec_v2022_11_28/types/group_1051.py +5 -36
  2132. githubkit/versions/ghec_v2022_11_28/types/group_1052.py +7 -52
  2133. githubkit/versions/ghec_v2022_11_28/types/group_1053.py +6 -12
  2134. githubkit/versions/ghec_v2022_11_28/types/group_1054.py +6 -6
  2135. githubkit/versions/ghec_v2022_11_28/types/group_1055.py +6 -5
  2136. githubkit/versions/ghec_v2022_11_28/types/group_1056.py +4 -4
  2137. githubkit/versions/ghec_v2022_11_28/types/group_1057.py +7 -7
  2138. githubkit/versions/ghec_v2022_11_28/types/group_1058.py +9 -11
  2139. githubkit/versions/ghec_v2022_11_28/types/group_1059.py +9 -7
  2140. githubkit/versions/ghec_v2022_11_28/types/group_1060.py +5 -5
  2141. githubkit/versions/ghec_v2022_11_28/types/group_1061.py +5 -5
  2142. githubkit/versions/ghec_v2022_11_28/types/group_1062.py +10 -6
  2143. githubkit/versions/ghec_v2022_11_28/types/group_1063.py +16 -5
  2144. githubkit/versions/ghec_v2022_11_28/types/group_1064.py +13 -19
  2145. githubkit/versions/ghec_v2022_11_28/types/group_1065.py +16 -12
  2146. githubkit/versions/ghec_v2022_11_28/types/group_1066.py +16 -8
  2147. githubkit/versions/ghec_v2022_11_28/types/group_1067.py +16 -16
  2148. githubkit/versions/ghec_v2022_11_28/types/group_1068.py +6 -21
  2149. githubkit/versions/ghec_v2022_11_28/types/group_1069.py +8 -23
  2150. githubkit/versions/ghec_v2022_11_28/types/group_1070.py +8 -7
  2151. githubkit/versions/ghec_v2022_11_28/types/group_1071.py +11 -8
  2152. githubkit/versions/ghec_v2022_11_28/types/group_1072.py +4 -5
  2153. githubkit/versions/ghec_v2022_11_28/types/group_1073.py +5 -7
  2154. githubkit/versions/ghec_v2022_11_28/types/group_1074.py +5 -6
  2155. githubkit/versions/ghec_v2022_11_28/types/group_1075.py +11 -5
  2156. githubkit/versions/ghec_v2022_11_28/types/group_1076.py +4 -5
  2157. githubkit/versions/ghec_v2022_11_28/types/group_1077.py +7 -9
  2158. githubkit/versions/ghec_v2022_11_28/types/group_1078.py +10 -15
  2159. githubkit/versions/ghec_v2022_11_28/types/group_1079.py +14 -5
  2160. githubkit/versions/ghec_v2022_11_28/types/group_1080.py +15 -9
  2161. githubkit/versions/ghec_v2022_11_28/types/group_1081.py +5 -10
  2162. githubkit/versions/ghec_v2022_11_28/types/group_1082.py +10 -4
  2163. githubkit/versions/ghec_v2022_11_28/types/group_1083.py +5 -5
  2164. githubkit/versions/ghec_v2022_11_28/types/group_1084.py +6 -6
  2165. githubkit/versions/ghec_v2022_11_28/types/group_1085.py +6 -13
  2166. githubkit/versions/ghec_v2022_11_28/types/group_1086.py +6 -6
  2167. githubkit/versions/ghec_v2022_11_28/types/group_1087.py +9 -32
  2168. githubkit/versions/ghec_v2022_11_28/types/group_1088.py +25 -10
  2169. githubkit/versions/ghec_v2022_11_28/types/group_1089.py +4 -10
  2170. githubkit/versions/ghec_v2022_11_28/types/group_1090.py +6 -5
  2171. githubkit/versions/ghec_v2022_11_28/types/group_1091.py +23 -0
  2172. githubkit/versions/ghec_v2022_11_28/types/group_1092.py +21 -0
  2173. githubkit/versions/ghec_v2022_11_28/types/group_1093.py +22 -0
  2174. githubkit/versions/ghec_v2022_11_28/types/group_1094.py +30 -0
  2175. githubkit/versions/ghec_v2022_11_28/types/group_1095.py +23 -0
  2176. githubkit/versions/ghec_v2022_11_28/types/group_1096.py +24 -0
  2177. githubkit/versions/ghec_v2022_11_28/types/group_1097.py +29 -0
  2178. githubkit/versions/ghec_v2022_11_28/types/group_1098.py +22 -0
  2179. githubkit/versions/ghec_v2022_11_28/types/group_1099.py +79 -0
  2180. githubkit/versions/ghec_v2022_11_28/types/group_1100.py +79 -0
  2181. githubkit/versions/ghec_v2022_11_28/types/group_1101.py +26 -0
  2182. githubkit/versions/ghec_v2022_11_28/types/group_1102.py +25 -0
  2183. githubkit/versions/ghec_v2022_11_28/types/group_1103.py +22 -0
  2184. githubkit/versions/ghec_v2022_11_28/types/group_1104.py +21 -0
  2185. githubkit/versions/ghec_v2022_11_28/types/group_1105.py +22 -0
  2186. githubkit/versions/ghec_v2022_11_28/types/group_1106.py +24 -0
  2187. githubkit/versions/ghec_v2022_11_28/types/group_1107.py +25 -0
  2188. githubkit/versions/ghec_v2022_11_28/types/group_1108.py +53 -0
  2189. githubkit/versions/ghec_v2022_11_28/types/group_1109.py +53 -0
  2190. githubkit/versions/ghec_v2022_11_28/types/group_1110.py +69 -0
  2191. githubkit/versions/ghec_v2022_11_28/types/group_1111.py +29 -0
  2192. githubkit/versions/ghec_v2022_11_28/types/group_1112.py +23 -0
  2193. githubkit/versions/ghec_v2022_11_28/types/group_1113.py +22 -0
  2194. githubkit/versions/ghec_v2022_11_28/types/group_1114.py +21 -0
  2195. githubkit/versions/ghec_v2022_11_28/types/group_1115.py +23 -0
  2196. githubkit/versions/ghec_v2022_11_28/types/group_1116.py +28 -0
  2197. githubkit/versions/ghec_v2022_11_28/types/group_1117.py +24 -0
  2198. githubkit/versions/ghec_v2022_11_28/types/group_1118.py +22 -0
  2199. githubkit/versions/ghec_v2022_11_28/types/group_1119.py +22 -0
  2200. githubkit/versions/ghec_v2022_11_28/types/group_1120.py +22 -0
  2201. githubkit/versions/ghec_v2022_11_28/types/group_1121.py +22 -0
  2202. githubkit/versions/ghec_v2022_11_28/types/group_1122.py +37 -0
  2203. githubkit/versions/ghec_v2022_11_28/types/group_1123.py +29 -0
  2204. githubkit/versions/ghec_v2022_11_28/types/group_1124.py +25 -0
  2205. githubkit/versions/ghec_v2022_11_28/types/group_1125.py +33 -0
  2206. githubkit/versions/ghec_v2022_11_28/types/group_1126.py +41 -0
  2207. githubkit/versions/ghec_v2022_11_28/types/group_1127.py +40 -0
  2208. githubkit/versions/ghec_v2022_11_28/types/group_1128.py +24 -0
  2209. githubkit/versions/ghec_v2022_11_28/types/group_1129.py +25 -0
  2210. githubkit/versions/ghec_v2022_11_28/types/group_1130.py +22 -0
  2211. githubkit/versions/ghec_v2022_11_28/types/group_1131.py +24 -0
  2212. githubkit/versions/ghec_v2022_11_28/types/group_1132.py +25 -0
  2213. githubkit/versions/ghec_v2022_11_28/types/group_1133.py +22 -0
  2214. githubkit/versions/ghec_v2022_11_28/types/group_1134.py +22 -0
  2215. githubkit/versions/ghec_v2022_11_28/types/group_1135.py +26 -0
  2216. githubkit/versions/ghec_v2022_11_28/types/group_1136.py +31 -0
  2217. githubkit/versions/ghec_v2022_11_28/types/group_1137.py +22 -0
  2218. githubkit/versions/ghec_v2022_11_28/types/group_1138.py +25 -0
  2219. githubkit/versions/ghec_v2022_11_28/types/group_1139.py +26 -0
  2220. githubkit/versions/ghec_v2022_11_28/types/group_1140.py +19 -0
  2221. githubkit/versions/ghec_v2022_11_28/types/group_1141.py +22 -0
  2222. githubkit/versions/ghec_v2022_11_28/types/group_1142.py +22 -0
  2223. githubkit/versions/ghec_v2022_11_28/types/group_1143.py +30 -0
  2224. githubkit/versions/ghec_v2022_11_28/types/group_1144.py +23 -0
  2225. githubkit/versions/ghec_v2022_11_28/types/group_1145.py +46 -0
  2226. githubkit/versions/ghec_v2022_11_28/types/group_1146.py +27 -0
  2227. githubkit/versions/ghec_v2022_11_28/types/group_1147.py +27 -0
  2228. githubkit/versions/ghec_v2022_11_28/types/group_1148.py +22 -0
  2229. githubkit/versions/ghec_v2022_11_28/webhooks/__init__.py +10 -0
  2230. githubkit/versions/ghec_v2022_11_28/webhooks/_namespace.py +13 -0
  2231. githubkit/versions/ghec_v2022_11_28/webhooks/_types.py +9 -0
  2232. githubkit/versions/ghec_v2022_11_28/webhooks/exemption_request_secret_scanning.py +53 -0
  2233. githubkit/versions/ghec_v2022_11_28/webhooks/secret_scanning_alert.py +0 -3
  2234. githubkit/versions/latest/models.py +609 -1611
  2235. githubkit/versions/latest/types.py +637 -1613
  2236. githubkit/versions/v2022_11_28/models/__init__.py +4564 -5724
  2237. githubkit/versions/v2022_11_28/models/group_0005.py +16 -41
  2238. githubkit/versions/v2022_11_28/models/group_0006.py +41 -16
  2239. githubkit/versions/v2022_11_28/models/group_0008.py +5 -0
  2240. githubkit/versions/v2022_11_28/models/group_0011.py +3 -0
  2241. githubkit/versions/v2022_11_28/models/group_0025.py +88 -9
  2242. githubkit/versions/v2022_11_28/models/group_0026.py +8 -37
  2243. githubkit/versions/v2022_11_28/models/group_0027.py +23 -85
  2244. githubkit/versions/v2022_11_28/models/group_0028.py +84 -115
  2245. githubkit/versions/v2022_11_28/models/group_0029.py +117 -47
  2246. githubkit/versions/v2022_11_28/models/group_0030.py +52 -12
  2247. githubkit/versions/v2022_11_28/models/group_0031.py +14 -65
  2248. githubkit/versions/v2022_11_28/models/group_0032.py +68 -24
  2249. githubkit/versions/v2022_11_28/models/group_0033.py +31 -15
  2250. githubkit/versions/v2022_11_28/models/group_0034.py +14 -103
  2251. githubkit/versions/v2022_11_28/models/group_0035.py +78 -17
  2252. githubkit/versions/v2022_11_28/models/group_0036.py +39 -76
  2253. githubkit/versions/v2022_11_28/models/group_0037.py +66 -59
  2254. githubkit/versions/v2022_11_28/models/group_0038.py +67 -35
  2255. githubkit/versions/v2022_11_28/models/group_0039.py +13 -36
  2256. githubkit/versions/v2022_11_28/models/group_0040.py +42 -97
  2257. githubkit/versions/v2022_11_28/models/group_0041.py +113 -22
  2258. githubkit/versions/v2022_11_28/models/group_0042.py +27 -26
  2259. githubkit/versions/v2022_11_28/models/group_0043.py +29 -7
  2260. githubkit/versions/v2022_11_28/models/group_0044.py +9 -22
  2261. githubkit/versions/v2022_11_28/models/group_0045.py +17 -17
  2262. githubkit/versions/v2022_11_28/models/group_0046.py +17 -21
  2263. githubkit/versions/v2022_11_28/models/group_0047.py +26 -40
  2264. githubkit/versions/v2022_11_28/models/group_0048.py +31 -43
  2265. githubkit/versions/v2022_11_28/models/group_0049.py +39 -49
  2266. githubkit/versions/v2022_11_28/models/group_0050.py +43 -132
  2267. githubkit/versions/v2022_11_28/models/group_0051.py +140 -23
  2268. githubkit/versions/v2022_11_28/models/group_0052.py +30 -14
  2269. githubkit/versions/v2022_11_28/models/group_0053.py +11 -101
  2270. githubkit/versions/v2022_11_28/models/group_0054.py +107 -8
  2271. githubkit/versions/v2022_11_28/models/group_0055.py +9 -11
  2272. githubkit/versions/v2022_11_28/models/group_0056.py +13 -5
  2273. githubkit/versions/v2022_11_28/models/group_0057.py +6 -25
  2274. githubkit/versions/v2022_11_28/models/group_0058.py +14 -11
  2275. githubkit/versions/v2022_11_28/models/group_0059.py +17 -9
  2276. githubkit/versions/v2022_11_28/models/group_0060.py +8 -12
  2277. githubkit/versions/v2022_11_28/models/group_0061.py +9 -12
  2278. githubkit/versions/v2022_11_28/models/group_0062.py +13 -16
  2279. githubkit/versions/v2022_11_28/models/group_0063.py +17 -13
  2280. githubkit/versions/v2022_11_28/models/group_0064.py +12 -31
  2281. githubkit/versions/v2022_11_28/models/group_0065.py +33 -11
  2282. githubkit/versions/v2022_11_28/models/group_0066.py +17 -30
  2283. githubkit/versions/v2022_11_28/models/group_0067.py +20 -12
  2284. githubkit/versions/v2022_11_28/models/group_0068.py +11 -55
  2285. githubkit/versions/v2022_11_28/models/group_0069.py +52 -45
  2286. githubkit/versions/v2022_11_28/models/group_0070.py +50 -17
  2287. githubkit/versions/v2022_11_28/models/group_0071.py +17 -147
  2288. githubkit/versions/v2022_11_28/models/group_0072.py +150 -11
  2289. githubkit/versions/v2022_11_28/models/group_0073.py +12 -68
  2290. githubkit/versions/v2022_11_28/models/group_0074.py +62 -24
  2291. githubkit/versions/v2022_11_28/models/group_0075.py +23 -31
  2292. githubkit/versions/v2022_11_28/models/group_0076.py +31 -111
  2293. githubkit/versions/v2022_11_28/models/group_0077.py +119 -7
  2294. githubkit/versions/v2022_11_28/models/group_0078.py +7 -26
  2295. githubkit/versions/v2022_11_28/models/group_0079.py +21 -18
  2296. githubkit/versions/v2022_11_28/models/group_0080.py +22 -33
  2297. githubkit/versions/v2022_11_28/models/group_0081.py +32 -11
  2298. githubkit/versions/v2022_11_28/models/group_0082.py +8 -13
  2299. githubkit/versions/v2022_11_28/models/group_0083.py +13 -51
  2300. githubkit/versions/v2022_11_28/models/group_0084.py +49 -29
  2301. githubkit/versions/v2022_11_28/models/group_0085.py +39 -10
  2302. githubkit/versions/v2022_11_28/models/group_0086.py +7 -43
  2303. githubkit/versions/v2022_11_28/models/group_0087.py +31 -45
  2304. githubkit/versions/v2022_11_28/models/group_0088.py +43 -69
  2305. githubkit/versions/v2022_11_28/models/group_0089.py +34 -31
  2306. githubkit/versions/v2022_11_28/models/group_0090.py +73 -26
  2307. githubkit/versions/v2022_11_28/models/group_0091.py +27 -31
  2308. githubkit/versions/v2022_11_28/models/group_0092.py +34 -8
  2309. githubkit/versions/v2022_11_28/models/group_0093.py +9 -13
  2310. githubkit/versions/v2022_11_28/models/group_0094.py +14 -10
  2311. githubkit/versions/v2022_11_28/models/group_0095.py +10 -181
  2312. githubkit/versions/v2022_11_28/models/group_0096.py +180 -14
  2313. githubkit/versions/v2022_11_28/models/group_0097.py +17 -8
  2314. githubkit/versions/v2022_11_28/models/group_0098.py +10 -14
  2315. githubkit/versions/v2022_11_28/models/group_0099.py +16 -12
  2316. githubkit/versions/v2022_11_28/models/group_0100.py +12 -20
  2317. githubkit/versions/v2022_11_28/models/group_0101.py +19 -11
  2318. githubkit/versions/v2022_11_28/models/group_0102.py +11 -11
  2319. githubkit/versions/v2022_11_28/models/group_0103.py +12 -12
  2320. githubkit/versions/v2022_11_28/models/group_0104.py +9 -31
  2321. githubkit/versions/v2022_11_28/models/group_0105.py +29 -11
  2322. githubkit/versions/v2022_11_28/models/group_0106.py +10 -10
  2323. githubkit/versions/v2022_11_28/models/group_0107.py +10 -10
  2324. githubkit/versions/v2022_11_28/models/group_0108.py +13 -42
  2325. githubkit/versions/v2022_11_28/models/group_0109.py +91 -9
  2326. githubkit/versions/v2022_11_28/models/group_0110.py +15 -7
  2327. githubkit/versions/v2022_11_28/models/group_0111.py +7 -10
  2328. githubkit/versions/v2022_11_28/models/group_0112.py +33 -10
  2329. githubkit/versions/v2022_11_28/models/group_0113.py +16 -7
  2330. githubkit/versions/v2022_11_28/models/group_0114.py +8 -15
  2331. githubkit/versions/v2022_11_28/models/group_0115.py +16 -20
  2332. githubkit/versions/v2022_11_28/models/group_0116.py +19 -17
  2333. githubkit/versions/v2022_11_28/models/group_0117.py +11 -26
  2334. githubkit/versions/v2022_11_28/models/group_0118.py +26 -10
  2335. githubkit/versions/v2022_11_28/models/group_0119.py +12 -13
  2336. githubkit/versions/v2022_11_28/models/group_0120.py +13 -12
  2337. githubkit/versions/v2022_11_28/models/group_0121.py +12 -13
  2338. githubkit/versions/v2022_11_28/models/group_0122.py +13 -12
  2339. githubkit/versions/v2022_11_28/models/group_0123.py +12 -13
  2340. githubkit/versions/v2022_11_28/models/group_0124.py +13 -12
  2341. githubkit/versions/v2022_11_28/models/group_0125.py +12 -13
  2342. githubkit/versions/v2022_11_28/models/group_0126.py +13 -12
  2343. githubkit/versions/v2022_11_28/models/group_0127.py +12 -13
  2344. githubkit/versions/v2022_11_28/models/group_0128.py +16 -9
  2345. githubkit/versions/v2022_11_28/models/group_0129.py +7 -12
  2346. githubkit/versions/v2022_11_28/models/group_0130.py +12 -29
  2347. githubkit/versions/v2022_11_28/models/group_0131.py +28 -13
  2348. githubkit/versions/v2022_11_28/models/group_0132.py +11 -114
  2349. githubkit/versions/v2022_11_28/models/group_0133.py +26 -40
  2350. githubkit/versions/v2022_11_28/models/group_0134.py +19 -76
  2351. githubkit/versions/v2022_11_28/models/group_0135.py +125 -22
  2352. githubkit/versions/v2022_11_28/models/group_0136.py +30 -173
  2353. githubkit/versions/v2022_11_28/models/group_0137.py +61 -61
  2354. githubkit/versions/v2022_11_28/models/group_0138.py +28 -14
  2355. githubkit/versions/v2022_11_28/models/group_0139.py +184 -10
  2356. githubkit/versions/v2022_11_28/models/group_0140.py +79 -111
  2357. githubkit/versions/v2022_11_28/models/group_0141.py +10 -37
  2358. githubkit/versions/v2022_11_28/models/group_0142.py +11 -30
  2359. githubkit/versions/v2022_11_28/models/group_0143.py +110 -11
  2360. githubkit/versions/v2022_11_28/models/group_0144.py +35 -11
  2361. githubkit/versions/v2022_11_28/models/group_0145.py +21 -36
  2362. githubkit/versions/v2022_11_28/models/group_0146.py +13 -144
  2363. githubkit/versions/v2022_11_28/models/group_0147.py +11 -24
  2364. githubkit/versions/v2022_11_28/models/group_0148.py +42 -12
  2365. githubkit/versions/v2022_11_28/models/group_0149.py +146 -8
  2366. githubkit/versions/v2022_11_28/models/group_0150.py +29 -8
  2367. githubkit/versions/v2022_11_28/models/group_0151.py +15 -10
  2368. githubkit/versions/v2022_11_28/models/group_0152.py +12 -19
  2369. githubkit/versions/v2022_11_28/models/group_0153.py +8 -37
  2370. githubkit/versions/v2022_11_28/models/group_0154.py +10 -30
  2371. githubkit/versions/v2022_11_28/models/group_0155.py +16 -86
  2372. githubkit/versions/v2022_11_28/models/group_0156.py +32 -13
  2373. githubkit/versions/v2022_11_28/models/group_0157.py +28 -8
  2374. githubkit/versions/v2022_11_28/models/group_0158.py +85 -9
  2375. githubkit/versions/v2022_11_28/models/group_0159.py +12 -13
  2376. githubkit/versions/v2022_11_28/models/group_0160.py +11 -8
  2377. githubkit/versions/v2022_11_28/models/group_0161.py +14 -51
  2378. githubkit/versions/v2022_11_28/models/group_0162.py +16 -43
  2379. githubkit/versions/v2022_11_28/models/group_0163.py +7 -102
  2380. githubkit/versions/v2022_11_28/models/group_0164.py +44 -39
  2381. githubkit/versions/v2022_11_28/models/group_0165.py +44 -8
  2382. githubkit/versions/v2022_11_28/models/group_0166.py +98 -11
  2383. githubkit/versions/v2022_11_28/models/group_0167.py +24 -31
  2384. githubkit/versions/v2022_11_28/models/group_0168.py +9 -48
  2385. githubkit/versions/v2022_11_28/models/group_0169.py +11 -88
  2386. githubkit/versions/v2022_11_28/models/group_0170.py +39 -38
  2387. githubkit/versions/v2022_11_28/models/group_0171.py +43 -21
  2388. githubkit/versions/v2022_11_28/models/group_0172.py +90 -11
  2389. githubkit/versions/v2022_11_28/models/group_0173.py +48 -9
  2390. githubkit/versions/v2022_11_28/models/group_0174.py +25 -27
  2391. githubkit/versions/v2022_11_28/models/group_0175.py +11 -44
  2392. githubkit/versions/v2022_11_28/models/group_0176.py +10 -124
  2393. githubkit/versions/v2022_11_28/models/group_0177.py +20 -161
  2394. githubkit/versions/v2022_11_28/models/group_0178.py +39 -20
  2395. githubkit/versions/v2022_11_28/models/group_0179.py +122 -7
  2396. githubkit/versions/v2022_11_28/models/group_0180.py +171 -9
  2397. githubkit/versions/v2022_11_28/models/group_0181.py +27 -22
  2398. githubkit/versions/v2022_11_28/models/group_0182.py +8 -44
  2399. githubkit/versions/v2022_11_28/models/group_0183.py +8 -27
  2400. githubkit/versions/v2022_11_28/models/group_0184.py +20 -29
  2401. githubkit/versions/v2022_11_28/models/group_0185.py +34 -143
  2402. githubkit/versions/v2022_11_28/models/group_0186.py +28 -24
  2403. githubkit/versions/v2022_11_28/models/group_0187.py +25 -28
  2404. githubkit/versions/v2022_11_28/models/group_0188.py +146 -24
  2405. githubkit/versions/v2022_11_28/models/group_0189.py +19 -70
  2406. githubkit/versions/v2022_11_28/models/group_0190.py +34 -17
  2407. githubkit/versions/v2022_11_28/models/group_0191.py +26 -60
  2408. githubkit/versions/v2022_11_28/models/group_0192.py +61 -23
  2409. githubkit/versions/v2022_11_28/models/group_0193.py +17 -51
  2410. githubkit/versions/v2022_11_28/models/group_0194.py +63 -85
  2411. githubkit/versions/v2022_11_28/models/group_0195.py +33 -40
  2412. githubkit/versions/v2022_11_28/models/group_0196.py +49 -11
  2413. githubkit/versions/v2022_11_28/models/group_0197.py +81 -21
  2414. githubkit/versions/v2022_11_28/models/group_0198.py +42 -38
  2415. githubkit/versions/v2022_11_28/models/group_0199.py +13 -29
  2416. githubkit/versions/v2022_11_28/models/group_0200.py +27 -11
  2417. githubkit/versions/v2022_11_28/models/group_0201.py +17 -10
  2418. githubkit/versions/v2022_11_28/models/group_0202.py +11 -17
  2419. githubkit/versions/v2022_11_28/models/group_0203.py +49 -26
  2420. githubkit/versions/v2022_11_28/models/group_0204.py +28 -8
  2421. githubkit/versions/v2022_11_28/models/group_0205.py +25 -25
  2422. githubkit/versions/v2022_11_28/models/group_0206.py +44 -62
  2423. githubkit/versions/v2022_11_28/models/group_0207.py +33 -49
  2424. githubkit/versions/v2022_11_28/models/group_0208.py +32 -22
  2425. githubkit/versions/v2022_11_28/models/group_0209.py +15 -6
  2426. githubkit/versions/v2022_11_28/models/group_0210.py +10 -20
  2427. githubkit/versions/v2022_11_28/models/group_0211.py +12 -80
  2428. githubkit/versions/v2022_11_28/models/group_0212.py +28 -21
  2429. githubkit/versions/v2022_11_28/models/group_0213.py +9 -13
  2430. githubkit/versions/v2022_11_28/models/group_0214.py +20 -32
  2431. githubkit/versions/v2022_11_28/models/group_0215.py +53 -15
  2432. githubkit/versions/v2022_11_28/models/group_0216.py +46 -35
  2433. githubkit/versions/v2022_11_28/models/group_0217.py +21 -27
  2434. githubkit/versions/v2022_11_28/models/group_0218.py +6 -60
  2435. githubkit/versions/v2022_11_28/models/group_0219.py +17 -27
  2436. githubkit/versions/v2022_11_28/models/group_0220.py +80 -29
  2437. githubkit/versions/v2022_11_28/models/group_0221.py +20 -24
  2438. githubkit/versions/v2022_11_28/models/group_0222.py +13 -31
  2439. githubkit/versions/v2022_11_28/models/group_0223.py +31 -99
  2440. githubkit/versions/v2022_11_28/models/group_0224.py +21 -31
  2441. githubkit/versions/v2022_11_28/models/group_0225.py +42 -55
  2442. githubkit/versions/v2022_11_28/models/group_0226.py +21 -17
  2443. githubkit/versions/v2022_11_28/models/group_0227.py +55 -24
  2444. githubkit/versions/v2022_11_28/models/group_0228.py +29 -119
  2445. githubkit/versions/v2022_11_28/models/group_0229.py +40 -8
  2446. githubkit/versions/v2022_11_28/models/group_0230.py +36 -36
  2447. githubkit/versions/v2022_11_28/models/group_0231.py +27 -35
  2448. githubkit/versions/v2022_11_28/models/group_0232.py +94 -59
  2449. githubkit/versions/v2022_11_28/models/group_0233.py +30 -41
  2450. githubkit/versions/v2022_11_28/models/group_0234.py +55 -10
  2451. githubkit/versions/v2022_11_28/models/group_0235.py +13 -71
  2452. githubkit/versions/v2022_11_28/models/group_0236.py +29 -21
  2453. githubkit/versions/v2022_11_28/models/group_0237.py +116 -10
  2454. githubkit/versions/v2022_11_28/models/group_0238.py +8 -17
  2455. githubkit/versions/v2022_11_28/models/group_0239.py +31 -6
  2456. githubkit/versions/v2022_11_28/models/group_0240.py +37 -16
  2457. githubkit/versions/v2022_11_28/models/group_0241.py +61 -33
  2458. githubkit/versions/v2022_11_28/models/group_0242.py +42 -6
  2459. githubkit/versions/v2022_11_28/models/group_0243.py +12 -16
  2460. githubkit/versions/v2022_11_28/models/group_0244.py +61 -62
  2461. githubkit/versions/v2022_11_28/models/group_0245.py +20 -20
  2462. githubkit/versions/v2022_11_28/models/group_0246.py +12 -38
  2463. githubkit/versions/v2022_11_28/models/group_0247.py +10 -28
  2464. githubkit/versions/v2022_11_28/models/group_0248.py +7 -9
  2465. githubkit/versions/v2022_11_28/models/group_0249.py +13 -30
  2466. githubkit/versions/v2022_11_28/models/group_0250.py +43 -58
  2467. githubkit/versions/v2022_11_28/models/group_0251.py +6 -11
  2468. githubkit/versions/v2022_11_28/models/group_0252.py +16 -9
  2469. githubkit/versions/v2022_11_28/models/group_0253.py +53 -107
  2470. githubkit/versions/v2022_11_28/models/group_0254.py +14 -24
  2471. githubkit/versions/v2022_11_28/models/group_0255.py +31 -23
  2472. githubkit/versions/v2022_11_28/models/group_0256.py +27 -21
  2473. githubkit/versions/v2022_11_28/models/group_0257.py +7 -21
  2474. githubkit/versions/v2022_11_28/models/group_0258.py +31 -27
  2475. githubkit/versions/v2022_11_28/models/group_0259.py +54 -23
  2476. githubkit/versions/v2022_11_28/models/group_0260.py +10 -29
  2477. githubkit/versions/v2022_11_28/models/group_0261.py +12 -36
  2478. githubkit/versions/v2022_11_28/models/group_0262.py +118 -15
  2479. githubkit/versions/v2022_11_28/models/group_0263.py +15 -19
  2480. githubkit/versions/v2022_11_28/models/group_0264.py +20 -9
  2481. githubkit/versions/v2022_11_28/models/group_0265.py +13 -28
  2482. githubkit/versions/v2022_11_28/models/group_0266.py +11 -29
  2483. githubkit/versions/v2022_11_28/models/group_0267.py +14 -23
  2484. githubkit/versions/v2022_11_28/models/group_0268.py +14 -26
  2485. githubkit/versions/v2022_11_28/models/group_0269.py +28 -14
  2486. githubkit/versions/v2022_11_28/models/group_0270.py +24 -35
  2487. githubkit/versions/v2022_11_28/models/group_0271.py +26 -13
  2488. githubkit/versions/v2022_11_28/models/group_0272.py +34 -11
  2489. githubkit/versions/v2022_11_28/models/group_0273.py +17 -80
  2490. githubkit/versions/v2022_11_28/models/group_0274.py +26 -52
  2491. githubkit/versions/v2022_11_28/models/group_0275.py +28 -134
  2492. githubkit/versions/v2022_11_28/models/group_0276.py +28 -9
  2493. githubkit/versions/v2022_11_28/models/group_0277.py +31 -9
  2494. githubkit/versions/v2022_11_28/models/group_0278.py +13 -18
  2495. githubkit/versions/v2022_11_28/models/group_0279.py +43 -15
  2496. githubkit/versions/v2022_11_28/models/group_0280.py +24 -6
  2497. githubkit/versions/v2022_11_28/models/group_0281.py +13 -35
  2498. githubkit/versions/v2022_11_28/models/group_0282.py +80 -9
  2499. githubkit/versions/v2022_11_28/models/group_0283.py +57 -70
  2500. githubkit/versions/v2022_11_28/models/group_0284.py +136 -19
  2501. githubkit/versions/v2022_11_28/models/group_0285.py +19 -6
  2502. githubkit/versions/v2022_11_28/models/group_0286.py +19 -18
  2503. githubkit/versions/v2022_11_28/models/group_0287.py +21 -20
  2504. githubkit/versions/v2022_11_28/models/group_0288.py +14 -85
  2505. githubkit/versions/v2022_11_28/models/group_0289.py +6 -96
  2506. githubkit/versions/v2022_11_28/models/group_0290.py +25 -192
  2507. githubkit/versions/v2022_11_28/models/group_0291.py +18 -44
  2508. githubkit/versions/v2022_11_28/models/group_0292.py +76 -136
  2509. githubkit/versions/v2022_11_28/models/group_0293.py +29 -13
  2510. githubkit/versions/v2022_11_28/models/group_0294.py +7 -8
  2511. githubkit/versions/v2022_11_28/models/group_0295.py +18 -11
  2512. githubkit/versions/v2022_11_28/models/group_0296.py +20 -65
  2513. githubkit/versions/v2022_11_28/models/group_0297.py +83 -66
  2514. githubkit/versions/v2022_11_28/models/group_0298.py +93 -8
  2515. githubkit/versions/v2022_11_28/models/group_0299.py +193 -17
  2516. githubkit/versions/v2022_11_28/models/group_0300.py +37 -44
  2517. githubkit/versions/v2022_11_28/models/group_0301.py +138 -9
  2518. githubkit/versions/v2022_11_28/models/group_0302.py +13 -22
  2519. githubkit/versions/v2022_11_28/models/group_0303.py +10 -20
  2520. githubkit/versions/v2022_11_28/models/group_0304.py +12 -21
  2521. githubkit/versions/v2022_11_28/models/group_0305.py +63 -15
  2522. githubkit/versions/v2022_11_28/models/group_0306.py +66 -12
  2523. githubkit/versions/v2022_11_28/models/group_0307.py +8 -24
  2524. githubkit/versions/v2022_11_28/models/group_0308.py +25 -18
  2525. githubkit/versions/v2022_11_28/models/group_0309.py +40 -16
  2526. githubkit/versions/v2022_11_28/models/group_0310.py +9 -23
  2527. githubkit/versions/v2022_11_28/models/group_0311.py +8 -5
  2528. githubkit/versions/v2022_11_28/models/group_0312.py +5 -10
  2529. githubkit/versions/v2022_11_28/models/group_0313.py +7 -9
  2530. githubkit/versions/v2022_11_28/models/group_0314.py +5 -10
  2531. githubkit/versions/v2022_11_28/models/group_0315.py +5 -10
  2532. githubkit/versions/v2022_11_28/models/group_0316.py +7 -7
  2533. githubkit/versions/v2022_11_28/models/group_0317.py +5 -8
  2534. githubkit/versions/v2022_11_28/models/group_0318.py +14 -60
  2535. githubkit/versions/v2022_11_28/models/group_0319.py +15 -106
  2536. githubkit/versions/v2022_11_28/models/group_0320.py +12 -81
  2537. githubkit/versions/v2022_11_28/models/group_0321.py +15 -117
  2538. githubkit/versions/v2022_11_28/models/group_0322.py +23 -12
  2539. githubkit/versions/v2022_11_28/models/group_0323.py +23 -10
  2540. githubkit/versions/v2022_11_28/models/group_0324.py +21 -25
  2541. githubkit/versions/v2022_11_28/models/group_0325.py +24 -7
  2542. githubkit/versions/v2022_11_28/models/group_0326.py +19 -16
  2543. githubkit/versions/v2022_11_28/models/group_0327.py +22 -22
  2544. githubkit/versions/v2022_11_28/models/group_0328.py +66 -11
  2545. githubkit/versions/v2022_11_28/models/group_0329.py +113 -7
  2546. githubkit/versions/v2022_11_28/models/group_0330.py +88 -8
  2547. githubkit/versions/v2022_11_28/models/group_0331.py +123 -10
  2548. githubkit/versions/v2022_11_28/models/group_0332.py +12 -9
  2549. githubkit/versions/v2022_11_28/models/group_0333.py +10 -8
  2550. githubkit/versions/v2022_11_28/models/group_0334.py +25 -10
  2551. githubkit/versions/v2022_11_28/models/group_0335.py +7 -25
  2552. githubkit/versions/v2022_11_28/models/group_0336.py +14 -38
  2553. githubkit/versions/v2022_11_28/models/group_0337.py +15 -47
  2554. githubkit/versions/v2022_11_28/models/group_0338.py +11 -37
  2555. githubkit/versions/v2022_11_28/models/group_0339.py +7 -105
  2556. githubkit/versions/v2022_11_28/models/group_0340.py +8 -35
  2557. githubkit/versions/v2022_11_28/models/group_0341.py +10 -132
  2558. githubkit/versions/v2022_11_28/models/group_0342.py +9 -88
  2559. githubkit/versions/v2022_11_28/models/group_0343.py +8 -60
  2560. githubkit/versions/v2022_11_28/models/group_0344.py +11 -64
  2561. githubkit/versions/v2022_11_28/models/group_0345.py +25 -8
  2562. githubkit/versions/v2022_11_28/models/group_0346.py +36 -24
  2563. githubkit/versions/v2022_11_28/models/group_0347.py +38 -135
  2564. githubkit/versions/v2022_11_28/models/group_0348.py +36 -9
  2565. githubkit/versions/v2022_11_28/models/group_0349.py +93 -51
  2566. githubkit/versions/v2022_11_28/models/group_0350.py +31 -11
  2567. githubkit/versions/v2022_11_28/models/group_0351.py +123 -27
  2568. githubkit/versions/v2022_11_28/models/group_0352.py +88 -7
  2569. githubkit/versions/v2022_11_28/models/group_0353.py +57 -8
  2570. githubkit/versions/v2022_11_28/models/group_0354.py +64 -9
  2571. githubkit/versions/v2022_11_28/models/group_0355.py +7 -19
  2572. githubkit/versions/v2022_11_28/models/group_0356.py +33 -10
  2573. githubkit/versions/v2022_11_28/models/group_0357.py +144 -23
  2574. githubkit/versions/v2022_11_28/models/group_0358.py +11 -11
  2575. githubkit/versions/v2022_11_28/models/group_0359.py +64 -20
  2576. githubkit/versions/v2022_11_28/models/group_0360.py +12 -356
  2577. githubkit/versions/v2022_11_28/models/group_0361.py +32 -25
  2578. githubkit/versions/v2022_11_28/models/group_0362.py +7 -60
  2579. githubkit/versions/v2022_11_28/models/group_0363.py +9 -51
  2580. githubkit/versions/v2022_11_28/models/group_0364.py +8 -66
  2581. githubkit/versions/v2022_11_28/models/group_0365.py +18 -141
  2582. githubkit/versions/v2022_11_28/models/group_0366.py +7 -14
  2583. githubkit/versions/v2022_11_28/models/group_0367.py +24 -171
  2584. githubkit/versions/v2022_11_28/models/group_0368.py +14 -27
  2585. githubkit/versions/v2022_11_28/models/group_0369.py +24 -28
  2586. githubkit/versions/v2022_11_28/models/group_0370.py +325 -88
  2587. githubkit/versions/v2022_11_28/models/group_0371.py +34 -44
  2588. githubkit/versions/v2022_11_28/models/group_0372.py +50 -53
  2589. githubkit/versions/v2022_11_28/models/group_0373.py +47 -30
  2590. githubkit/versions/v2022_11_28/models/group_0374.py +63 -30
  2591. githubkit/versions/v2022_11_28/models/group_0375.py +23 -45
  2592. githubkit/versions/v2022_11_28/models/group_0376.py +20 -47
  2593. githubkit/versions/v2022_11_28/models/group_0377.py +64 -149
  2594. githubkit/versions/v2022_11_28/models/group_0378.py +17 -42
  2595. githubkit/versions/v2022_11_28/models/group_0379.py +33 -14
  2596. githubkit/versions/v2022_11_28/models/group_0380.py +78 -32
  2597. githubkit/versions/v2022_11_28/models/group_0381.py +141 -7
  2598. githubkit/versions/v2022_11_28/models/group_0382.py +77 -53
  2599. githubkit/versions/v2022_11_28/models/group_0383.py +14 -9
  2600. githubkit/versions/v2022_11_28/models/group_0384.py +14 -42
  2601. githubkit/versions/v2022_11_28/models/group_0385.py +9 -10
  2602. githubkit/versions/v2022_11_28/models/group_0386.py +51 -354
  2603. githubkit/versions/v2022_11_28/models/group_0387.py +11 -385
  2604. githubkit/versions/v2022_11_28/models/group_0388.py +243 -209
  2605. githubkit/versions/v2022_11_28/models/group_0389.py +27 -175
  2606. githubkit/versions/v2022_11_28/models/group_0390.py +348 -144
  2607. githubkit/versions/v2022_11_28/models/group_0391.py +27 -182
  2608. githubkit/versions/v2022_11_28/models/group_0392.py +41 -201
  2609. githubkit/versions/v2022_11_28/models/group_0393.py +43 -184
  2610. githubkit/versions/v2022_11_28/models/group_0394.py +44 -160
  2611. githubkit/versions/v2022_11_28/models/group_0395.py +12 -135
  2612. githubkit/versions/v2022_11_28/models/group_0396.py +59 -53
  2613. githubkit/versions/v2022_11_28/models/group_0397.py +49 -40
  2614. githubkit/versions/v2022_11_28/models/group_0398.py +166 -32
  2615. githubkit/versions/v2022_11_28/models/group_0399.py +54 -40
  2616. githubkit/versions/v2022_11_28/models/group_0400.py +50 -41
  2617. githubkit/versions/v2022_11_28/models/group_0401.py +15 -43
  2618. githubkit/versions/v2022_11_28/models/group_0402.py +30 -44
  2619. githubkit/versions/v2022_11_28/models/group_0403.py +23 -42
  2620. githubkit/versions/v2022_11_28/models/group_0404.py +22 -34
  2621. githubkit/versions/v2022_11_28/models/group_0405.py +111 -28
  2622. githubkit/versions/v2022_11_28/models/group_0406.py +31 -28
  2623. githubkit/versions/v2022_11_28/models/group_0407.py +1039 -28
  2624. githubkit/versions/v2022_11_28/models/group_0408.py +158 -31
  2625. githubkit/versions/v2022_11_28/models/group_0409.py +78 -51
  2626. githubkit/versions/v2022_11_28/models/group_0410.py +123 -47
  2627. githubkit/versions/v2022_11_28/models/group_0411.py +60 -591
  2628. githubkit/versions/v2022_11_28/models/group_0412.py +56 -48
  2629. githubkit/versions/v2022_11_28/models/group_0413.py +48 -520
  2630. githubkit/versions/v2022_11_28/models/group_0414.py +70 -516
  2631. githubkit/versions/v2022_11_28/models/group_0415.py +42 -440
  2632. githubkit/versions/v2022_11_28/models/group_0416.py +26 -968
  2633. githubkit/versions/v2022_11_28/models/group_0417.py +44 -107
  2634. githubkit/versions/v2022_11_28/models/group_0418.py +10 -53
  2635. githubkit/versions/v2022_11_28/models/group_0419.py +10 -14
  2636. githubkit/versions/v2022_11_28/models/group_0420.py +15 -98
  2637. githubkit/versions/v2022_11_28/models/group_0421.py +15 -98
  2638. githubkit/versions/v2022_11_28/models/group_0422.py +112 -103
  2639. githubkit/versions/v2022_11_28/models/group_0423.py +13 -18
  2640. githubkit/versions/v2022_11_28/models/group_0424.py +8 -40
  2641. githubkit/versions/v2022_11_28/models/group_0425.py +13 -46
  2642. githubkit/versions/v2022_11_28/models/group_0426.py +8 -59
  2643. githubkit/versions/v2022_11_28/models/group_0427.py +32 -18
  2644. githubkit/versions/v2022_11_28/models/group_0428.py +8 -40
  2645. githubkit/versions/v2022_11_28/models/group_0429.py +13 -18
  2646. githubkit/versions/v2022_11_28/models/group_0430.py +8 -42
  2647. githubkit/versions/v2022_11_28/models/group_0431.py +389 -9
  2648. githubkit/versions/v2022_11_28/models/group_0432.py +336 -58
  2649. githubkit/versions/v2022_11_28/models/group_0433.py +354 -25
  2650. githubkit/versions/v2022_11_28/models/group_0434.py +180 -14
  2651. githubkit/versions/v2022_11_28/models/group_0435.py +180 -14
  2652. githubkit/versions/v2022_11_28/models/group_0436.py +160 -16
  2653. githubkit/versions/v2022_11_28/models/group_0437.py +163 -140
  2654. githubkit/versions/v2022_11_28/models/group_0438.py +165 -160
  2655. githubkit/versions/v2022_11_28/models/group_0439.py +168 -17
  2656. githubkit/versions/v2022_11_28/models/group_0440.py +114 -96
  2657. githubkit/versions/v2022_11_28/models/group_0441.py +46 -7
  2658. githubkit/versions/v2022_11_28/models/group_0442.py +18 -37
  2659. githubkit/versions/v2022_11_28/models/group_0443.py +25 -67
  2660. githubkit/versions/v2022_11_28/models/group_0444.py +21 -39
  2661. githubkit/versions/v2022_11_28/models/group_0445.py +27 -38
  2662. githubkit/versions/v2022_11_28/models/group_0446.py +23 -86
  2663. githubkit/versions/v2022_11_28/models/group_0447.py +21 -86
  2664. githubkit/versions/v2022_11_28/models/group_0448.py +21 -37
  2665. githubkit/versions/v2022_11_28/models/group_0449.py +20 -96
  2666. githubkit/versions/v2022_11_28/models/group_0450.py +21 -37
  2667. githubkit/versions/v2022_11_28/models/group_0451.py +17 -24
  2668. githubkit/versions/v2022_11_28/models/group_0452.py +33 -83
  2669. githubkit/versions/v2022_11_28/models/group_0453.py +31 -143
  2670. githubkit/versions/v2022_11_28/models/group_0454.py +31 -159
  2671. githubkit/versions/v2022_11_28/models/group_0455.py +37 -57
  2672. githubkit/versions/v2022_11_28/models/group_0456.py +626 -5
  2673. githubkit/versions/v2022_11_28/models/group_0457.py +51 -30
  2674. githubkit/versions/v2022_11_28/models/group_0458.py +415 -54
  2675. githubkit/versions/v2022_11_28/models/group_0459.py +445 -82
  2676. githubkit/versions/v2022_11_28/models/group_0460.py +420 -86
  2677. githubkit/versions/v2022_11_28/models/group_0461.py +957 -18
  2678. githubkit/versions/v2022_11_28/models/group_0462.py +39 -80
  2679. githubkit/versions/v2022_11_28/models/group_0463.py +52 -18
  2680. githubkit/versions/v2022_11_28/models/group_0464.py +34 -84
  2681. githubkit/versions/v2022_11_28/models/group_0465.py +35 -143
  2682. githubkit/versions/v2022_11_28/models/group_0466.py +33 -159
  2683. githubkit/versions/v2022_11_28/models/group_0467.py +52 -51
  2684. githubkit/versions/v2022_11_28/models/group_0468.py +39 -28
  2685. githubkit/versions/v2022_11_28/models/group_0469.py +46 -36
  2686. githubkit/versions/v2022_11_28/models/group_0470.py +66 -85
  2687. githubkit/versions/v2022_11_28/models/group_0471.py +39 -84
  2688. githubkit/versions/v2022_11_28/models/group_0472.py +33 -148
  2689. githubkit/versions/v2022_11_28/models/group_0473.py +46 -33
  2690. githubkit/versions/v2022_11_28/models/group_0474.py +37 -78
  2691. githubkit/versions/v2022_11_28/models/group_0475.py +18 -45
  2692. githubkit/versions/v2022_11_28/models/group_0476.py +11 -89
  2693. githubkit/versions/v2022_11_28/models/group_0477.py +25 -144
  2694. githubkit/versions/v2022_11_28/models/group_0478.py +33 -159
  2695. githubkit/versions/v2022_11_28/models/group_0479.py +37 -57
  2696. githubkit/versions/v2022_11_28/models/group_0480.py +39 -28
  2697. githubkit/versions/v2022_11_28/models/group_0481.py +42 -30
  2698. githubkit/versions/v2022_11_28/models/group_0482.py +147 -64
  2699. githubkit/versions/v2022_11_28/models/group_0483.py +162 -78
  2700. githubkit/versions/v2022_11_28/models/group_0484.py +9 -155
  2701. githubkit/versions/v2022_11_28/models/group_0485.py +119 -25
  2702. githubkit/versions/v2022_11_28/models/group_0486.py +10 -81
  2703. githubkit/versions/v2022_11_28/models/group_0487.py +23 -472
  2704. githubkit/versions/v2022_11_28/models/group_0488.py +21 -21
  2705. githubkit/versions/v2022_11_28/models/group_0489.py +32 -186
  2706. githubkit/versions/v2022_11_28/models/group_0490.py +31 -196
  2707. githubkit/versions/v2022_11_28/models/group_0491.py +63 -27
  2708. githubkit/versions/v2022_11_28/models/group_0492.py +59 -26
  2709. githubkit/versions/v2022_11_28/models/group_0493.py +34 -79
  2710. githubkit/versions/v2022_11_28/models/group_0494.py +110 -85
  2711. githubkit/versions/v2022_11_28/models/group_0495.py +43 -16
  2712. githubkit/versions/v2022_11_28/models/group_0496.py +41 -115
  2713. githubkit/versions/v2022_11_28/models/group_0497.py +81 -18
  2714. githubkit/versions/v2022_11_28/models/group_0498.py +143 -76
  2715. githubkit/versions/v2022_11_28/models/group_0499.py +45 -339
  2716. githubkit/versions/v2022_11_28/models/group_0500.py +11 -489
  2717. githubkit/versions/v2022_11_28/models/group_0501.py +4 -495
  2718. githubkit/versions/v2022_11_28/models/group_0502.py +10 -470
  2719. githubkit/versions/v2022_11_28/models/group_0503.py +23 -393
  2720. githubkit/versions/v2022_11_28/models/group_0504.py +11 -450
  2721. githubkit/versions/v2022_11_28/models/group_0505.py +76 -1037
  2722. githubkit/versions/v2022_11_28/models/group_0506.py +11 -443
  2723. githubkit/versions/v2022_11_28/models/group_0507.py +12 -402
  2724. githubkit/versions/v2022_11_28/models/group_0508.py +20 -1094
  2725. githubkit/versions/v2022_11_28/models/group_0509.py +42 -398
  2726. githubkit/versions/v2022_11_28/models/group_0510.py +42 -366
  2727. githubkit/versions/v2022_11_28/models/group_0511.py +14 -415
  2728. githubkit/versions/v2022_11_28/models/group_0512.py +5 -437
  2729. githubkit/versions/v2022_11_28/models/group_0513.py +25 -51
  2730. githubkit/versions/v2022_11_28/models/group_0514.py +84 -52
  2731. githubkit/versions/v2022_11_28/models/group_0515.py +81 -101
  2732. githubkit/versions/v2022_11_28/models/group_0516.py +139 -128
  2733. githubkit/versions/v2022_11_28/models/group_0517.py +25 -138
  2734. githubkit/versions/v2022_11_28/models/group_0518.py +78 -145
  2735. githubkit/versions/v2022_11_28/models/group_0519.py +22 -133
  2736. githubkit/versions/v2022_11_28/models/group_0520.py +138 -132
  2737. githubkit/versions/v2022_11_28/models/group_0521.py +128 -70
  2738. githubkit/versions/v2022_11_28/models/group_0522.py +27 -73
  2739. githubkit/versions/v2022_11_28/models/group_0523.py +6 -44
  2740. githubkit/versions/v2022_11_28/models/group_0524.py +23 -151
  2741. githubkit/versions/v2022_11_28/models/group_0525.py +55 -123
  2742. githubkit/versions/v2022_11_28/models/group_0526.py +85 -34
  2743. githubkit/versions/v2022_11_28/models/group_0527.py +148 -34
  2744. githubkit/versions/v2022_11_28/models/group_0528.py +23 -123
  2745. githubkit/versions/v2022_11_28/models/group_0529.py +75 -94
  2746. githubkit/versions/v2022_11_28/models/group_0530.py +16 -72
  2747. githubkit/versions/v2022_11_28/models/group_0531.py +14 -75
  2748. githubkit/versions/v2022_11_28/models/group_0532.py +140 -99
  2749. githubkit/versions/v2022_11_28/models/group_0533.py +157 -52
  2750. githubkit/versions/v2022_11_28/models/group_0534.py +6 -46
  2751. githubkit/versions/v2022_11_28/models/group_0535.py +25 -66
  2752. githubkit/versions/v2022_11_28/models/group_0536.py +58 -63
  2753. githubkit/versions/v2022_11_28/models/group_0537.py +84 -83
  2754. githubkit/versions/v2022_11_28/models/group_0538.py +8 -121
  2755. githubkit/versions/v2022_11_28/models/group_0539.py +91 -60
  2756. githubkit/versions/v2022_11_28/models/group_0540.py +22 -105
  2757. githubkit/versions/v2022_11_28/models/group_0541.py +83 -40
  2758. githubkit/versions/v2022_11_28/models/group_0542.py +438 -17
  2759. githubkit/versions/v2022_11_28/models/group_0543.py +443 -31
  2760. githubkit/versions/v2022_11_28/models/group_0544.py +418 -461
  2761. githubkit/versions/v2022_11_28/models/group_0545.py +450 -15
  2762. githubkit/versions/v2022_11_28/models/group_0546.py +423 -27
  2763. githubkit/versions/v2022_11_28/models/group_0547.py +400 -90
  2764. githubkit/versions/v2022_11_28/models/group_0548.py +1056 -36
  2765. githubkit/versions/v2022_11_28/models/group_0549.py +32 -17
  2766. githubkit/versions/v2022_11_28/models/group_0550.py +464 -17
  2767. githubkit/versions/v2022_11_28/models/group_0551.py +694 -18
  2768. githubkit/versions/v2022_11_28/models/group_0552.py +37 -18
  2769. githubkit/versions/v2022_11_28/models/group_0553.py +29 -17
  2770. githubkit/versions/v2022_11_28/models/group_0554.py +441 -36
  2771. githubkit/versions/v2022_11_28/models/group_0555.py +41 -8
  2772. githubkit/versions/v2022_11_28/models/group_0556.py +16 -87
  2773. githubkit/versions/v2022_11_28/models/group_0557.py +14 -67
  2774. githubkit/versions/v2022_11_28/models/group_0558.py +64 -61
  2775. githubkit/versions/v2022_11_28/models/group_0559.py +20 -82
  2776. githubkit/versions/v2022_11_28/models/group_0560.py +59 -70
  2777. githubkit/versions/v2022_11_28/models/group_0561.py +95 -48
  2778. githubkit/versions/v2022_11_28/models/group_0562.py +102 -48
  2779. githubkit/versions/v2022_11_28/models/group_0563.py +20 -67
  2780. githubkit/versions/v2022_11_28/models/group_0564.py +54 -31
  2781. githubkit/versions/v2022_11_28/models/group_0565.py +52 -29
  2782. githubkit/versions/v2022_11_28/models/group_0566.py +14 -53
  2783. githubkit/versions/v2022_11_28/models/group_0567.py +48 -35
  2784. githubkit/versions/v2022_11_28/models/group_0568.py +22 -43
  2785. githubkit/versions/v2022_11_28/models/group_0569.py +20 -73
  2786. githubkit/versions/v2022_11_28/models/group_0570.py +17 -108
  2787. githubkit/versions/v2022_11_28/models/group_0571.py +98 -66
  2788. githubkit/versions/v2022_11_28/models/group_0572.py +24 -11
  2789. githubkit/versions/v2022_11_28/models/group_0573.py +24 -14
  2790. githubkit/versions/v2022_11_28/models/group_0574.py +24 -11
  2791. githubkit/versions/v2022_11_28/models/group_0575.py +62 -54
  2792. githubkit/versions/v2022_11_28/models/group_0576.py +26 -36
  2793. githubkit/versions/v2022_11_28/models/group_0577.py +21 -33
  2794. githubkit/versions/v2022_11_28/models/group_0578.py +22 -12
  2795. githubkit/versions/v2022_11_28/models/group_0579.py +24 -10
  2796. githubkit/versions/v2022_11_28/models/group_0580.py +25 -54
  2797. githubkit/versions/v2022_11_28/models/group_0581.py +75 -31
  2798. githubkit/versions/v2022_11_28/models/group_0582.py +25 -35
  2799. githubkit/versions/v2022_11_28/models/group_0583.py +46 -11
  2800. githubkit/versions/v2022_11_28/models/group_0584.py +40 -33
  2801. githubkit/versions/v2022_11_28/models/group_0585.py +16 -1149
  2802. githubkit/versions/v2022_11_28/models/group_0586.py +29 -1161
  2803. githubkit/versions/v2022_11_28/models/group_0587.py +374 -1019
  2804. githubkit/versions/v2022_11_28/models/group_0588.py +14 -13
  2805. githubkit/versions/v2022_11_28/models/group_0589.py +69 -43
  2806. githubkit/versions/v2022_11_28/models/group_0590.py +83 -1093
  2807. githubkit/versions/v2022_11_28/models/group_0591.py +35 -1082
  2808. githubkit/versions/v2022_11_28/models/group_0592.py +18 -89
  2809. githubkit/versions/v2022_11_28/models/group_0593.py +19 -1127
  2810. githubkit/versions/v2022_11_28/models/group_0594.py +19 -1142
  2811. githubkit/versions/v2022_11_28/models/group_0595.py +22 -1121
  2812. githubkit/versions/v2022_11_28/models/group_0596.py +15 -1147
  2813. githubkit/versions/v2022_11_28/models/group_0597.py +47 -30
  2814. githubkit/versions/v2022_11_28/models/group_0598.py +8 -39
  2815. githubkit/versions/v2022_11_28/models/group_0599.py +33 -14
  2816. githubkit/versions/v2022_11_28/models/group_0600.py +14 -1333
  2817. githubkit/versions/v2022_11_28/models/group_0601.py +29 -1293
  2818. githubkit/versions/v2022_11_28/models/group_0602.py +25 -1333
  2819. githubkit/versions/v2022_11_28/models/group_0603.py +42 -1166
  2820. githubkit/versions/v2022_11_28/models/group_0604.py +18 -1134
  2821. githubkit/versions/v2022_11_28/models/group_0605.py +23 -1259
  2822. githubkit/versions/v2022_11_28/models/group_0606.py +15 -1284
  2823. githubkit/versions/v2022_11_28/models/group_0607.py +17 -1242
  2824. githubkit/versions/v2022_11_28/models/group_0608.py +16 -1269
  2825. githubkit/versions/v2022_11_28/models/group_0609.py +28 -1201
  2826. githubkit/versions/v2022_11_28/models/group_0610.py +16 -1313
  2827. githubkit/versions/v2022_11_28/models/group_0611.py +16 -1315
  2828. githubkit/versions/v2022_11_28/models/group_0612.py +16 -1143
  2829. githubkit/versions/v2022_11_28/models/group_0613.py +39 -1154
  2830. githubkit/versions/v2022_11_28/models/group_0614.py +15 -1144
  2831. githubkit/versions/v2022_11_28/models/group_0615.py +13 -1121
  2832. githubkit/versions/v2022_11_28/models/group_0616.py +18 -383
  2833. githubkit/versions/v2022_11_28/models/group_0617.py +12 -23
  2834. githubkit/versions/v2022_11_28/models/group_0618.py +85 -64
  2835. githubkit/versions/v2022_11_28/models/group_0619.py +36 -598
  2836. githubkit/versions/v2022_11_28/models/group_0620.py +35 -24
  2837. githubkit/versions/v2022_11_28/models/group_0621.py +34 -61
  2838. githubkit/versions/v2022_11_28/models/group_0622.py +34 -185
  2839. githubkit/versions/v2022_11_28/models/group_0623.py +51 -161
  2840. githubkit/versions/v2022_11_28/models/group_0624.py +33 -161
  2841. githubkit/versions/v2022_11_28/models/group_0625.py +16 -210
  2842. githubkit/versions/v2022_11_28/models/group_0626.py +14 -169
  2843. githubkit/versions/v2022_11_28/models/group_0627.py +10 -160
  2844. githubkit/versions/v2022_11_28/models/group_0628.py +1042 -76
  2845. githubkit/versions/v2022_11_28/models/group_0629.py +1095 -77
  2846. githubkit/versions/v2022_11_28/models/group_0630.py +1169 -17
  2847. githubkit/versions/v2022_11_28/models/group_0631.py +14 -16
  2848. githubkit/versions/v2022_11_28/models/group_0632.py +13 -10
  2849. githubkit/versions/v2022_11_28/models/group_0633.py +18 -14
  2850. githubkit/versions/v2022_11_28/models/group_0634.py +1118 -11
  2851. githubkit/versions/v2022_11_28/models/group_0635.py +77 -27
  2852. githubkit/versions/v2022_11_28/models/group_0636.py +1094 -40
  2853. githubkit/versions/v2022_11_28/models/group_0637.py +1116 -11
  2854. githubkit/versions/v2022_11_28/models/group_0638.py +1108 -11
  2855. githubkit/versions/v2022_11_28/models/group_0639.py +18 -14
  2856. githubkit/versions/v2022_11_28/models/group_0640.py +13 -37
  2857. githubkit/versions/v2022_11_28/models/group_0641.py +14 -17
  2858. githubkit/versions/v2022_11_28/models/group_0642.py +14 -17
  2859. githubkit/versions/v2022_11_28/models/group_0643.py +1334 -20
  2860. githubkit/versions/v2022_11_28/models/group_0644.py +1163 -23
  2861. githubkit/versions/v2022_11_28/models/group_0645.py +1165 -13
  2862. githubkit/versions/v2022_11_28/models/group_0646.py +1182 -51
  2863. githubkit/versions/v2022_11_28/models/group_0647.py +1071 -66
  2864. githubkit/versions/v2022_11_28/models/group_0648.py +1246 -73
  2865. githubkit/versions/v2022_11_28/models/group_0649.py +1234 -46
  2866. githubkit/versions/v2022_11_28/models/group_0650.py +1240 -11
  2867. githubkit/versions/v2022_11_28/models/group_0651.py +1228 -39
  2868. githubkit/versions/v2022_11_28/models/group_0652.py +1078 -40
  2869. githubkit/versions/v2022_11_28/models/group_0653.py +1277 -41
  2870. githubkit/versions/v2022_11_28/models/group_0654.py +1279 -41
  2871. githubkit/versions/v2022_11_28/models/group_0655.py +1139 -15
  2872. githubkit/versions/v2022_11_28/models/group_0656.py +1068 -196
  2873. githubkit/versions/v2022_11_28/models/group_0657.py +1152 -6
  2874. githubkit/versions/v2022_11_28/models/group_0658.py +1112 -15
  2875. githubkit/versions/v2022_11_28/models/group_0659.py +374 -17
  2876. githubkit/versions/v2022_11_28/models/group_0660.py +15 -15
  2877. githubkit/versions/v2022_11_28/models/group_0661.py +69 -43
  2878. githubkit/versions/v2022_11_28/models/group_0662.py +549 -117
  2879. githubkit/versions/v2022_11_28/models/group_0663.py +13 -134
  2880. githubkit/versions/v2022_11_28/models/group_0664.py +46 -151
  2881. githubkit/versions/v2022_11_28/models/group_0665.py +186 -42
  2882. githubkit/versions/v2022_11_28/models/group_0666.py +39 -7
  2883. githubkit/versions/v2022_11_28/models/group_0667.py +38 -8
  2884. githubkit/versions/v2022_11_28/models/group_0668.py +58 -134
  2885. githubkit/versions/v2022_11_28/models/group_0669.py +95 -77
  2886. githubkit/versions/v2022_11_28/models/group_0670.py +19 -164
  2887. githubkit/versions/v2022_11_28/models/group_0671.py +19 -146
  2888. githubkit/versions/v2022_11_28/models/group_0672.py +19 -188
  2889. githubkit/versions/v2022_11_28/models/group_0673.py +18 -184
  2890. githubkit/versions/v2022_11_28/models/group_0674.py +17 -15
  2891. githubkit/versions/v2022_11_28/models/group_0675.py +10 -13
  2892. githubkit/versions/v2022_11_28/models/group_0676.py +11 -206
  2893. githubkit/versions/v2022_11_28/models/group_0677.py +40 -18
  2894. githubkit/versions/v2022_11_28/models/group_0678.py +56 -8
  2895. githubkit/versions/v2022_11_28/models/group_0679.py +86 -12
  2896. githubkit/versions/v2022_11_28/models/group_0680.py +41 -12
  2897. githubkit/versions/v2022_11_28/models/group_0681.py +11 -77
  2898. githubkit/versions/v2022_11_28/models/group_0682.py +18 -279
  2899. githubkit/versions/v2022_11_28/models/group_0683.py +33 -264
  2900. githubkit/versions/v2022_11_28/models/group_0684.py +24 -277
  2901. githubkit/versions/v2022_11_28/models/group_0685.py +23 -380
  2902. githubkit/versions/v2022_11_28/models/group_0686.py +25 -279
  2903. githubkit/versions/v2022_11_28/models/group_0687.py +32 -31
  2904. githubkit/versions/v2022_11_28/models/group_0688.py +15 -45
  2905. githubkit/versions/v2022_11_28/models/group_0689.py +90 -103
  2906. githubkit/versions/v2022_11_28/models/group_0690.py +90 -77
  2907. githubkit/versions/v2022_11_28/models/group_0691.py +113 -49
  2908. githubkit/versions/v2022_11_28/models/group_0692.py +85 -73
  2909. githubkit/versions/v2022_11_28/models/group_0693.py +31 -59
  2910. githubkit/versions/v2022_11_28/models/group_0694.py +36 -47
  2911. githubkit/versions/v2022_11_28/models/group_0695.py +70 -60
  2912. githubkit/versions/v2022_11_28/models/group_0696.py +16 -68
  2913. githubkit/versions/v2022_11_28/models/group_0697.py +40 -439
  2914. githubkit/versions/v2022_11_28/models/group_0698.py +15 -469
  2915. githubkit/versions/v2022_11_28/models/group_0699.py +238 -441
  2916. githubkit/versions/v2022_11_28/models/group_0700.py +6 -35
  2917. githubkit/versions/v2022_11_28/models/group_0701.py +47 -16
  2918. githubkit/versions/v2022_11_28/models/group_0702.py +33 -12
  2919. githubkit/versions/v2022_11_28/models/group_0703.py +47 -7
  2920. githubkit/versions/v2022_11_28/models/group_0704.py +34 -13
  2921. githubkit/versions/v2022_11_28/models/group_0705.py +43 -6
  2922. githubkit/versions/v2022_11_28/models/group_0706.py +161 -6
  2923. githubkit/versions/v2022_11_28/models/group_0707.py +36 -6
  2924. githubkit/versions/v2022_11_28/models/group_0708.py +10 -6
  2925. githubkit/versions/v2022_11_28/models/group_0709.py +8 -29
  2926. githubkit/versions/v2022_11_28/models/group_0710.py +50 -10
  2927. githubkit/versions/v2022_11_28/models/group_0711.py +44 -12
  2928. githubkit/versions/v2022_11_28/models/group_0712.py +55 -19
  2929. githubkit/versions/v2022_11_28/models/group_0713.py +47 -25
  2930. githubkit/versions/v2022_11_28/models/group_0714.py +43 -30
  2931. githubkit/versions/v2022_11_28/models/group_0715.py +48 -10
  2932. githubkit/versions/v2022_11_28/models/group_0716.py +46 -10
  2933. githubkit/versions/v2022_11_28/models/group_0717.py +47 -7
  2934. githubkit/versions/v2022_11_28/models/group_0718.py +229 -9
  2935. githubkit/versions/v2022_11_28/models/group_0719.py +13 -13
  2936. githubkit/versions/v2022_11_28/models/group_0720.py +7 -13
  2937. githubkit/versions/v2022_11_28/models/group_0721.py +14 -5
  2938. githubkit/versions/v2022_11_28/models/group_0722.py +7 -7
  2939. githubkit/versions/v2022_11_28/models/group_0723.py +29 -105
  2940. githubkit/versions/v2022_11_28/models/group_0724.py +229 -19
  2941. githubkit/versions/v2022_11_28/models/group_0725.py +231 -10
  2942. githubkit/versions/v2022_11_28/models/group_0726.py +236 -9
  2943. githubkit/versions/v2022_11_28/models/group_0727.py +340 -8
  2944. githubkit/versions/v2022_11_28/models/group_0728.py +239 -9
  2945. githubkit/versions/v2022_11_28/models/group_0729.py +31 -14
  2946. githubkit/versions/v2022_11_28/models/group_0730.py +46 -10
  2947. githubkit/versions/v2022_11_28/models/group_0731.py +114 -8
  2948. githubkit/versions/v2022_11_28/models/group_0732.py +72 -7
  2949. githubkit/versions/v2022_11_28/models/group_0733.py +55 -9
  2950. githubkit/versions/v2022_11_28/models/group_0734.py +108 -8
  2951. githubkit/versions/v2022_11_28/models/group_0735.py +58 -22
  2952. githubkit/versions/v2022_11_28/models/group_0736.py +47 -16
  2953. githubkit/versions/v2022_11_28/models/group_0737.py +91 -8
  2954. githubkit/versions/v2022_11_28/models/group_0738.py +93 -7
  2955. githubkit/versions/v2022_11_28/models/group_0739.py +469 -21
  2956. githubkit/versions/v2022_11_28/models/group_0740.py +471 -11
  2957. githubkit/versions/v2022_11_28/models/group_0741.py +474 -11
  2958. githubkit/versions/v2022_11_28/models/group_0742.py +40 -14
  2959. githubkit/versions/v2022_11_28/models/group_0743.py +10 -9
  2960. githubkit/versions/v2022_11_28/models/group_0744.py +19 -9
  2961. githubkit/versions/v2022_11_28/models/group_0745.py +4 -24
  2962. githubkit/versions/v2022_11_28/models/group_0746.py +20 -7
  2963. githubkit/versions/v2022_11_28/models/group_0747.py +6 -9
  2964. githubkit/versions/v2022_11_28/models/group_0748.py +6 -36
  2965. githubkit/versions/v2022_11_28/models/group_0749.py +6 -22
  2966. githubkit/versions/v2022_11_28/models/group_0750.py +7 -10
  2967. githubkit/versions/v2022_11_28/models/group_0751.py +31 -6
  2968. githubkit/versions/v2022_11_28/models/group_0752.py +5 -14
  2969. githubkit/versions/v2022_11_28/models/group_0753.py +9 -8
  2970. githubkit/versions/v2022_11_28/models/group_0754.py +28 -9
  2971. githubkit/versions/v2022_11_28/models/group_0755.py +22 -7
  2972. githubkit/versions/v2022_11_28/models/group_0756.py +34 -10
  2973. githubkit/versions/v2022_11_28/models/group_0757.py +5 -8
  2974. githubkit/versions/v2022_11_28/models/group_0758.py +5 -10
  2975. githubkit/versions/v2022_11_28/models/group_0759.py +4 -11
  2976. githubkit/versions/v2022_11_28/models/group_0760.py +9 -26
  2977. githubkit/versions/v2022_11_28/models/group_0761.py +10 -17
  2978. githubkit/versions/v2022_11_28/models/group_0762.py +14 -9
  2979. githubkit/versions/v2022_11_28/models/group_0763.py +7 -9
  2980. githubkit/versions/v2022_11_28/models/group_0764.py +6 -41
  2981. githubkit/versions/v2022_11_28/models/group_0765.py +103 -30
  2982. githubkit/versions/v2022_11_28/models/group_0766.py +25 -16
  2983. githubkit/versions/v2022_11_28/models/group_0767.py +14 -9
  2984. githubkit/versions/v2022_11_28/models/group_0768.py +13 -4
  2985. githubkit/versions/v2022_11_28/models/group_0769.py +7 -24
  2986. githubkit/versions/v2022_11_28/models/group_0770.py +6 -6
  2987. githubkit/versions/v2022_11_28/models/group_0771.py +16 -7
  2988. githubkit/versions/v2022_11_28/models/group_0772.py +10 -41
  2989. githubkit/versions/v2022_11_28/models/group_0773.py +8 -14
  2990. githubkit/versions/v2022_11_28/models/group_0774.py +7 -16
  2991. githubkit/versions/v2022_11_28/models/group_0775.py +10 -10
  2992. githubkit/versions/v2022_11_28/models/group_0776.py +13 -4
  2993. githubkit/versions/v2022_11_28/models/group_0777.py +28 -6
  2994. githubkit/versions/v2022_11_28/models/group_0778.py +15 -14
  2995. githubkit/versions/v2022_11_28/models/group_0779.py +9 -15
  2996. githubkit/versions/v2022_11_28/models/group_0780.py +7 -12
  2997. githubkit/versions/v2022_11_28/models/group_0781.py +33 -7
  2998. githubkit/versions/v2022_11_28/models/group_0782.py +14 -7
  2999. githubkit/versions/v2022_11_28/models/group_0783.py +16 -11
  3000. githubkit/versions/v2022_11_28/models/group_0784.py +13 -35
  3001. githubkit/versions/v2022_11_28/models/group_0785.py +6 -13
  3002. githubkit/versions/v2022_11_28/models/group_0786.py +9 -115
  3003. githubkit/versions/v2022_11_28/models/group_0787.py +15 -67
  3004. githubkit/versions/v2022_11_28/models/group_0788.py +8 -72
  3005. githubkit/versions/v2022_11_28/models/group_0789.py +8 -35
  3006. githubkit/versions/v2022_11_28/models/group_0790.py +29 -21
  3007. githubkit/versions/v2022_11_28/models/group_0791.py +19 -8
  3008. githubkit/versions/v2022_11_28/models/group_0792.py +10 -12
  3009. githubkit/versions/v2022_11_28/models/group_0793.py +9 -5
  3010. githubkit/versions/v2022_11_28/models/group_0794.py +10 -11
  3011. githubkit/versions/v2022_11_28/models/group_0795.py +7 -18
  3012. githubkit/versions/v2022_11_28/models/group_0796.py +8 -9
  3013. githubkit/versions/v2022_11_28/models/group_0797.py +8 -11
  3014. githubkit/versions/v2022_11_28/models/group_0798.py +8 -10
  3015. githubkit/versions/v2022_11_28/models/group_0799.py +8 -8
  3016. githubkit/versions/v2022_11_28/models/group_0800.py +9 -9
  3017. githubkit/versions/v2022_11_28/models/group_0801.py +8 -12
  3018. githubkit/versions/v2022_11_28/models/group_0802.py +27 -8
  3019. githubkit/versions/v2022_11_28/models/group_0803.py +18 -9
  3020. githubkit/versions/v2022_11_28/models/group_0804.py +10 -14
  3021. githubkit/versions/v2022_11_28/models/group_0805.py +12 -4
  3022. githubkit/versions/v2022_11_28/models/group_0806.py +36 -18
  3023. githubkit/versions/v2022_11_28/models/group_0807.py +35 -17
  3024. githubkit/versions/v2022_11_28/models/group_0808.py +20 -5
  3025. githubkit/versions/v2022_11_28/models/group_0809.py +9 -6
  3026. githubkit/versions/v2022_11_28/models/group_0810.py +4 -13
  3027. githubkit/versions/v2022_11_28/models/group_0811.py +27 -26
  3028. githubkit/versions/v2022_11_28/models/group_0812.py +10 -8
  3029. githubkit/versions/v2022_11_28/models/group_0813.py +15 -4
  3030. githubkit/versions/v2022_11_28/models/group_0814.py +44 -12
  3031. githubkit/versions/v2022_11_28/models/group_0815.py +10 -17
  3032. githubkit/versions/v2022_11_28/models/group_0816.py +15 -7
  3033. githubkit/versions/v2022_11_28/models/group_0817.py +8 -8
  3034. githubkit/versions/v2022_11_28/models/group_0818.py +4 -8
  3035. githubkit/versions/v2022_11_28/models/group_0819.py +4 -4
  3036. githubkit/versions/v2022_11_28/models/group_0820.py +14 -194
  3037. githubkit/versions/v2022_11_28/models/group_0821.py +15 -9
  3038. githubkit/versions/v2022_11_28/models/group_0822.py +13 -8
  3039. githubkit/versions/v2022_11_28/models/group_0823.py +7 -16
  3040. githubkit/versions/v2022_11_28/models/group_0824.py +10 -10
  3041. githubkit/versions/v2022_11_28/models/group_0825.py +10 -7
  3042. githubkit/versions/v2022_11_28/models/group_0826.py +26 -9
  3043. githubkit/versions/v2022_11_28/models/group_0827.py +13 -7
  3044. githubkit/versions/v2022_11_28/models/group_0828.py +110 -15
  3045. githubkit/versions/v2022_11_28/models/group_0829.py +81 -8
  3046. githubkit/versions/v2022_11_28/models/group_0830.py +82 -9
  3047. githubkit/versions/v2022_11_28/models/group_0831.py +40 -13
  3048. githubkit/versions/v2022_11_28/models/group_0832.py +32 -13
  3049. githubkit/versions/v2022_11_28/models/group_0833.py +12 -12
  3050. githubkit/versions/v2022_11_28/models/group_0834.py +12 -10
  3051. githubkit/versions/v2022_11_28/models/group_0835.py +5 -13
  3052. githubkit/versions/v2022_11_28/models/group_0836.py +11 -9
  3053. githubkit/versions/v2022_11_28/models/group_0837.py +18 -8
  3054. githubkit/versions/v2022_11_28/models/group_0838.py +10 -9
  3055. githubkit/versions/v2022_11_28/models/group_0839.py +8 -11
  3056. githubkit/versions/v2022_11_28/models/group_0840.py +11 -9
  3057. githubkit/versions/v2022_11_28/models/group_0841.py +8 -6
  3058. githubkit/versions/v2022_11_28/models/group_0842.py +8 -6
  3059. githubkit/versions/v2022_11_28/models/group_0843.py +9 -33
  3060. githubkit/versions/v2022_11_28/models/group_0844.py +10 -29
  3061. githubkit/versions/v2022_11_28/models/group_0845.py +13 -9
  3062. githubkit/versions/v2022_11_28/models/group_0846.py +9 -11
  3063. githubkit/versions/v2022_11_28/models/group_0847.py +4 -218
  3064. githubkit/versions/v2022_11_28/models/group_0848.py +23 -91
  3065. githubkit/versions/v2022_11_28/models/group_0849.py +22 -40
  3066. githubkit/versions/v2022_11_28/models/group_0850.py +5 -17
  3067. githubkit/versions/v2022_11_28/models/group_0851.py +6 -16
  3068. githubkit/versions/v2022_11_28/models/group_0852.py +10 -18
  3069. githubkit/versions/v2022_11_28/models/group_0853.py +22 -10
  3070. githubkit/versions/v2022_11_28/models/group_0854.py +7 -12
  3071. githubkit/versions/v2022_11_28/models/group_0855.py +4 -18
  3072. githubkit/versions/v2022_11_28/models/group_0856.py +9 -9
  3073. githubkit/versions/v2022_11_28/models/group_0857.py +22 -12
  3074. githubkit/versions/v2022_11_28/models/group_0858.py +9 -11
  3075. githubkit/versions/v2022_11_28/models/group_0859.py +10 -10
  3076. githubkit/versions/v2022_11_28/models/group_0860.py +5 -13
  3077. githubkit/versions/v2022_11_28/models/group_0861.py +8 -13
  3078. githubkit/versions/v2022_11_28/models/group_0862.py +202 -5
  3079. githubkit/versions/v2022_11_28/models/group_0863.py +8 -103
  3080. githubkit/versions/v2022_11_28/models/group_0864.py +7 -53
  3081. githubkit/versions/v2022_11_28/models/group_0865.py +12 -52
  3082. githubkit/versions/v2022_11_28/models/group_0866.py +8 -100
  3083. githubkit/versions/v2022_11_28/models/group_0867.py +9 -56
  3084. githubkit/versions/v2022_11_28/models/group_0868.py +10 -55
  3085. githubkit/versions/v2022_11_28/models/group_0869.py +10 -5
  3086. githubkit/versions/v2022_11_28/models/group_0870.py +15 -24
  3087. githubkit/versions/v2022_11_28/models/group_0871.py +8 -8
  3088. githubkit/versions/v2022_11_28/models/group_0872.py +9 -22
  3089. githubkit/versions/v2022_11_28/models/group_0873.py +13 -41
  3090. githubkit/versions/v2022_11_28/models/group_0874.py +6 -6
  3091. githubkit/versions/v2022_11_28/models/group_0875.py +11 -48
  3092. githubkit/versions/v2022_11_28/models/group_0876.py +7 -23
  3093. githubkit/versions/v2022_11_28/models/group_0877.py +12 -9
  3094. githubkit/versions/v2022_11_28/models/group_0878.py +6 -24
  3095. githubkit/versions/v2022_11_28/models/group_0879.py +9 -24
  3096. githubkit/versions/v2022_11_28/models/group_0880.py +10 -14
  3097. githubkit/versions/v2022_11_28/models/group_0881.py +10 -6
  3098. githubkit/versions/v2022_11_28/models/group_0882.py +10 -5
  3099. githubkit/versions/v2022_11_28/models/group_0883.py +6 -11
  3100. githubkit/versions/v2022_11_28/models/group_0884.py +6 -15
  3101. githubkit/versions/v2022_11_28/models/group_0885.py +34 -8
  3102. githubkit/versions/v2022_11_28/models/group_0886.py +20 -51
  3103. githubkit/versions/v2022_11_28/models/group_0887.py +9 -53
  3104. githubkit/versions/v2022_11_28/models/group_0888.py +10 -18
  3105. githubkit/versions/v2022_11_28/models/group_0889.py +207 -16
  3106. githubkit/versions/v2022_11_28/models/group_0890.py +89 -9
  3107. githubkit/versions/v2022_11_28/models/group_0891.py +41 -10
  3108. githubkit/versions/v2022_11_28/models/group_0892.py +14 -46
  3109. githubkit/versions/v2022_11_28/models/group_0893.py +17 -7
  3110. githubkit/versions/v2022_11_28/models/group_0894.py +21 -40
  3111. githubkit/versions/v2022_11_28/models/group_0895.py +13 -27
  3112. githubkit/versions/v2022_11_28/models/group_0896.py +10 -46
  3113. githubkit/versions/v2022_11_28/models/group_0897.py +9 -33
  3114. githubkit/versions/v2022_11_28/models/group_0898.py +11 -16
  3115. githubkit/versions/v2022_11_28/models/group_0899.py +8 -20
  3116. githubkit/versions/v2022_11_28/models/group_0900.py +10 -7
  3117. githubkit/versions/v2022_11_28/models/group_0901.py +11 -9
  3118. githubkit/versions/v2022_11_28/models/group_0902.py +10 -7
  3119. githubkit/versions/v2022_11_28/models/group_0903.py +13 -6
  3120. githubkit/versions/v2022_11_28/models/group_0904.py +5 -8
  3121. githubkit/versions/v2022_11_28/models/group_0905.py +97 -10
  3122. githubkit/versions/v2022_11_28/models/group_0906.py +52 -8
  3123. githubkit/versions/v2022_11_28/models/group_0907.py +42 -56
  3124. githubkit/versions/v2022_11_28/models/group_0908.py +101 -7
  3125. githubkit/versions/v2022_11_28/models/group_0909.py +54 -8
  3126. githubkit/versions/v2022_11_28/models/group_0910.py +50 -31
  3127. githubkit/versions/v2022_11_28/models/group_0911.py +9 -46
  3128. githubkit/versions/v2022_11_28/models/group_0912.py +19 -37
  3129. githubkit/versions/v2022_11_28/models/group_0913.py +13 -34
  3130. githubkit/versions/v2022_11_28/models/group_0914.py +17 -13
  3131. githubkit/versions/v2022_11_28/models/group_0915.py +18 -16
  3132. githubkit/versions/v2022_11_28/models/group_0916.py +18 -15
  3133. githubkit/versions/v2022_11_28/models/group_0917.py +29 -10
  3134. githubkit/versions/v2022_11_28/models/group_0918.py +36 -7
  3135. githubkit/versions/v2022_11_28/models/group_0919.py +13 -4
  3136. githubkit/versions/v2022_11_28/models/group_0920.py +44 -9
  3137. githubkit/versions/v2022_11_28/models/group_0921.py +21 -33
  3138. githubkit/versions/v2022_11_28/models/group_0922.py +10 -5
  3139. githubkit/versions/v2022_11_28/models/group_0923.py +25 -9
  3140. githubkit/versions/v2022_11_28/models/group_0924.py +24 -51
  3141. githubkit/versions/v2022_11_28/models/group_0925.py +10 -8
  3142. githubkit/versions/v2022_11_28/models/group_0926.py +6 -8
  3143. githubkit/versions/v2022_11_28/models/group_0927.py +5 -5
  3144. githubkit/versions/v2022_11_28/models/group_0928.py +9 -11
  3145. githubkit/versions/v2022_11_28/models/group_0929.py +15 -19
  3146. githubkit/versions/v2022_11_28/models/group_0930.py +10 -5
  3147. githubkit/versions/v2022_11_28/models/group_0931.py +57 -9
  3148. githubkit/versions/v2022_11_28/models/group_0932.py +47 -14
  3149. githubkit/versions/v2022_11_28/models/group_0933.py +24 -5
  3150. githubkit/versions/v2022_11_28/models/group_0934.py +23 -13
  3151. githubkit/versions/v2022_11_28/models/group_0935.py +13 -10
  3152. githubkit/versions/v2022_11_28/models/group_0936.py +11 -11
  3153. githubkit/versions/v2022_11_28/models/group_0937.py +43 -11
  3154. githubkit/versions/v2022_11_28/models/group_0938.py +9 -20
  3155. githubkit/versions/v2022_11_28/models/group_0939.py +36 -6
  3156. githubkit/versions/v2022_11_28/models/group_0940.py +23 -12
  3157. githubkit/versions/v2022_11_28/models/group_0941.py +41 -13
  3158. githubkit/versions/v2022_11_28/models/group_0942.py +32 -16
  3159. githubkit/versions/v2022_11_28/models/group_0943.py +12 -8
  3160. githubkit/versions/v2022_11_28/models/group_0944.py +23 -6
  3161. githubkit/versions/v2022_11_28/models/group_0945.py +8 -13
  3162. githubkit/versions/v2022_11_28/models/group_0946.py +8 -26
  3163. githubkit/versions/v2022_11_28/models/group_0947.py +8 -24
  3164. githubkit/versions/v2022_11_28/models/group_0948.py +6 -27
  3165. githubkit/versions/v2022_11_28/models/group_0949.py +6 -26
  3166. githubkit/versions/v2022_11_28/models/group_0950.py +11 -20
  3167. githubkit/versions/v2022_11_28/models/group_0951.py +7 -14
  3168. githubkit/versions/v2022_11_28/models/group_0952.py +65 -10
  3169. githubkit/versions/v2022_11_28/models/group_0953.py +7 -16
  3170. githubkit/versions/v2022_11_28/models/group_0954.py +7 -24
  3171. githubkit/versions/v2022_11_28/models/group_0955.py +40 -6
  3172. githubkit/versions/v2022_11_28/models/group_0956.py +39 -7
  3173. githubkit/versions/v2022_11_28/models/group_0957.py +45 -8
  3174. githubkit/versions/v2022_11_28/models/group_0958.py +19 -23
  3175. githubkit/versions/v2022_11_28/models/group_0959.py +20 -5
  3176. githubkit/versions/v2022_11_28/models/group_0960.py +22 -8
  3177. githubkit/versions/v2022_11_28/models/group_0961.py +13 -15
  3178. githubkit/versions/v2022_11_28/models/group_0962.py +6 -43
  3179. githubkit/versions/v2022_11_28/models/group_0963.py +6 -39
  3180. githubkit/versions/v2022_11_28/models/group_0964.py +4 -8
  3181. githubkit/versions/v2022_11_28/models/group_0965.py +10 -17
  3182. githubkit/versions/v2022_11_28/models/group_0966.py +40 -10
  3183. githubkit/versions/v2022_11_28/models/group_0967.py +5 -8
  3184. githubkit/versions/v2022_11_28/models/group_0968.py +9 -12
  3185. githubkit/versions/v2022_11_28/models/group_0969.py +46 -9
  3186. githubkit/versions/v2022_11_28/models/group_0970.py +7 -9
  3187. githubkit/versions/v2022_11_28/models/group_0971.py +7 -42
  3188. githubkit/versions/v2022_11_28/models/group_0972.py +5 -5
  3189. githubkit/versions/v2022_11_28/models/group_0973.py +9 -8
  3190. githubkit/versions/v2022_11_28/models/group_0974.py +18 -11
  3191. githubkit/versions/v2022_11_28/models/group_0975.py +5 -10
  3192. githubkit/versions/v2022_11_28/models/group_0976.py +11 -6
  3193. githubkit/versions/v2022_11_28/models/group_0977.py +22 -38
  3194. githubkit/versions/v2022_11_28/models/group_0978.py +5 -12
  3195. githubkit/versions/v2022_11_28/models/group_0979.py +11 -18
  3196. githubkit/versions/v2022_11_28/models/group_0980.py +8 -30
  3197. githubkit/versions/v2022_11_28/models/group_0981.py +11 -8
  3198. githubkit/versions/v2022_11_28/models/group_0982.py +10 -58
  3199. githubkit/versions/v2022_11_28/models/group_0983.py +10 -58
  3200. githubkit/versions/v2022_11_28/models/group_0984.py +6 -20
  3201. githubkit/versions/v2022_11_28/models/group_0985.py +10 -16
  3202. githubkit/versions/v2022_11_28/models/group_0986.py +15 -8
  3203. githubkit/versions/v2022_11_28/models/group_0987.py +22 -6
  3204. githubkit/versions/v2022_11_28/models/group_0988.py +10 -7
  3205. githubkit/versions/v2022_11_28/models/group_0989.py +6 -16
  3206. githubkit/versions/v2022_11_28/models/group_0990.py +13 -20
  3207. githubkit/versions/v2022_11_28/models/group_0991.py +18 -20
  3208. githubkit/versions/v2022_11_28/models/group_0992.py +22 -8
  3209. githubkit/versions/v2022_11_28/models/group_0993.py +23 -8
  3210. githubkit/versions/v2022_11_28/models/group_0994.py +28 -5
  3211. githubkit/versions/v2022_11_28/models/group_0995.py +27 -5
  3212. githubkit/versions/v2022_11_28/models/group_0996.py +15 -14
  3213. githubkit/versions/v2022_11_28/models/group_0997.py +14 -8
  3214. githubkit/versions/v2022_11_28/models/group_0998.py +12 -6
  3215. githubkit/versions/v2022_11_28/models/group_0999.py +24 -8
  3216. githubkit/versions/v2022_11_28/models/group_1000.py +7 -8
  3217. githubkit/versions/v2022_11_28/models/group_1001.py +7 -9
  3218. githubkit/versions/v2022_11_28/models/group_1002.py +9 -28
  3219. githubkit/versions/v2022_11_28/models/group_1003.py +39 -14
  3220. githubkit/versions/v2022_11_28/models/group_1004.py +5 -50
  3221. githubkit/versions/v2022_11_28/models/group_1005.py +8 -44
  3222. githubkit/versions/v2022_11_28/models/group_1006.py +21 -29
  3223. githubkit/versions/v2022_11_28/models/group_1007.py +38 -11
  3224. githubkit/versions/v2022_11_28/models/group_1008.py +45 -13
  3225. githubkit/versions/v2022_11_28/models/group_1009.py +5 -9
  3226. githubkit/versions/v2022_11_28/models/group_1010.py +14 -11
  3227. githubkit/versions/v2022_11_28/models/group_1011.py +8 -10
  3228. githubkit/versions/v2022_11_28/models/group_1012.py +6 -10
  3229. githubkit/versions/v2022_11_28/models/group_1013.py +12 -7
  3230. githubkit/versions/v2022_11_28/models/group_1014.py +11 -10
  3231. githubkit/versions/v2022_11_28/models/group_1015.py +11 -15
  3232. githubkit/versions/v2022_11_28/models/group_1016.py +44 -7
  3233. githubkit/versions/v2022_11_28/models/group_1017.py +5 -10
  3234. githubkit/versions/v2022_11_28/models/group_1018.py +9 -10
  3235. githubkit/versions/v2022_11_28/models/group_1019.py +17 -4
  3236. githubkit/versions/v2022_11_28/models/group_1020.py +7 -10
  3237. githubkit/versions/v2022_11_28/models/group_1021.py +8 -9
  3238. githubkit/versions/v2022_11_28/models/group_1022.py +22 -24
  3239. githubkit/versions/v2022_11_28/models/group_1023.py +9 -9
  3240. githubkit/versions/v2022_11_28/models/group_1024.py +12 -81
  3241. githubkit/versions/v2022_11_28/models/group_1025.py +31 -12
  3242. githubkit/versions/v2022_11_28/models/group_1026.py +7 -12
  3243. githubkit/versions/v2022_11_28/models/group_1027.py +71 -9
  3244. githubkit/versions/v2022_11_28/models/group_1028.py +96 -0
  3245. githubkit/versions/v2022_11_28/models/group_1029.py +41 -0
  3246. githubkit/versions/v2022_11_28/models/group_1030.py +42 -0
  3247. githubkit/versions/v2022_11_28/models/group_1031.py +34 -0
  3248. githubkit/versions/v2022_11_28/models/group_1032.py +27 -0
  3249. githubkit/versions/v2022_11_28/models/group_1033.py +29 -0
  3250. githubkit/versions/v2022_11_28/models/group_1034.py +38 -0
  3251. githubkit/versions/v2022_11_28/models/group_1035.py +42 -0
  3252. githubkit/versions/v2022_11_28/models/group_1036.py +49 -0
  3253. githubkit/versions/v2022_11_28/models/group_1037.py +32 -0
  3254. githubkit/versions/v2022_11_28/models/group_1038.py +32 -0
  3255. githubkit/versions/v2022_11_28/models/group_1039.py +25 -0
  3256. githubkit/versions/v2022_11_28/models/group_1040.py +25 -0
  3257. githubkit/versions/v2022_11_28/models/group_1041.py +37 -0
  3258. githubkit/versions/v2022_11_28/models/group_1042.py +31 -0
  3259. githubkit/versions/v2022_11_28/models/group_1043.py +31 -0
  3260. githubkit/versions/v2022_11_28/models/group_1044.py +32 -0
  3261. githubkit/versions/v2022_11_28/models/group_1045.py +28 -0
  3262. githubkit/versions/v2022_11_28/models/group_1046.py +32 -0
  3263. githubkit/versions/v2022_11_28/models/group_1047.py +50 -0
  3264. githubkit/versions/v2022_11_28/models/group_1048.py +30 -0
  3265. githubkit/versions/v2022_11_28/models/group_1049.py +70 -0
  3266. githubkit/versions/v2022_11_28/models/group_1050.py +67 -0
  3267. githubkit/versions/v2022_11_28/models/group_1051.py +54 -0
  3268. githubkit/versions/v2022_11_28/models/group_1052.py +38 -0
  3269. githubkit/versions/v2022_11_28/models/group_1053.py +30 -0
  3270. githubkit/versions/v2022_11_28/models/group_1054.py +29 -0
  3271. githubkit/versions/v2022_11_28/models/group_1055.py +38 -0
  3272. githubkit/versions/v2022_11_28/models/group_1056.py +30 -0
  3273. githubkit/versions/v2022_11_28/models/group_1057.py +32 -0
  3274. githubkit/versions/v2022_11_28/models/group_1058.py +29 -0
  3275. githubkit/versions/v2022_11_28/models/group_1059.py +33 -0
  3276. githubkit/versions/v2022_11_28/models/group_1060.py +38 -0
  3277. githubkit/versions/v2022_11_28/models/group_1061.py +30 -0
  3278. githubkit/versions/v2022_11_28/models/group_1062.py +30 -0
  3279. githubkit/versions/v2022_11_28/models/group_1063.py +33 -0
  3280. githubkit/versions/v2022_11_28/models/group_1064.py +21 -0
  3281. githubkit/versions/v2022_11_28/models/group_1065.py +33 -0
  3282. githubkit/versions/v2022_11_28/models/group_1066.py +29 -0
  3283. githubkit/versions/v2022_11_28/models/group_1067.py +59 -0
  3284. githubkit/versions/v2022_11_28/models/group_1068.py +32 -0
  3285. githubkit/versions/v2022_11_28/models/group_1069.py +110 -0
  3286. githubkit/versions/v2022_11_28/models/group_1070.py +34 -0
  3287. githubkit/versions/v2022_11_28/models/group_1071.py +34 -0
  3288. githubkit/versions/v2022_11_28/models/group_1072.py +33 -0
  3289. githubkit/versions/v2022_11_28/rest/__init__.py +6 -6
  3290. githubkit/versions/v2022_11_28/rest/apps.py +16 -8
  3291. githubkit/versions/v2022_11_28/rest/code_scanning.py +381 -0
  3292. githubkit/versions/v2022_11_28/rest/copilot.py +165 -0
  3293. githubkit/versions/v2022_11_28/rest/repos.py +96 -44
  3294. githubkit/versions/v2022_11_28/types/__init__.py +4616 -5742
  3295. githubkit/versions/v2022_11_28/types/group_0005.py +13 -30
  3296. githubkit/versions/v2022_11_28/types/group_0006.py +30 -13
  3297. githubkit/versions/v2022_11_28/types/group_0008.py +2 -1
  3298. githubkit/versions/v2022_11_28/types/group_0011.py +1 -0
  3299. githubkit/versions/v2022_11_28/types/group_0025.py +35 -7
  3300. githubkit/versions/v2022_11_28/types/group_0026.py +6 -25
  3301. githubkit/versions/v2022_11_28/types/group_0027.py +16 -57
  3302. githubkit/versions/v2022_11_28/types/group_0028.py +65 -52
  3303. githubkit/versions/v2022_11_28/types/group_0029.py +53 -33
  3304. githubkit/versions/v2022_11_28/types/group_0030.py +33 -10
  3305. githubkit/versions/v2022_11_28/types/group_0031.py +15 -32
  3306. githubkit/versions/v2022_11_28/types/group_0032.py +31 -28
  3307. githubkit/versions/v2022_11_28/types/group_0033.py +27 -14
  3308. githubkit/versions/v2022_11_28/types/group_0034.py +15 -88
  3309. githubkit/versions/v2022_11_28/types/group_0035.py +63 -12
  3310. githubkit/versions/v2022_11_28/types/group_0036.py +31 -63
  3311. githubkit/versions/v2022_11_28/types/group_0037.py +61 -41
  3312. githubkit/versions/v2022_11_28/types/group_0038.py +42 -32
  3313. githubkit/versions/v2022_11_28/types/group_0039.py +9 -32
  3314. githubkit/versions/v2022_11_28/types/group_0040.py +38 -86
  3315. githubkit/versions/v2022_11_28/types/group_0041.py +102 -20
  3316. githubkit/versions/v2022_11_28/types/group_0042.py +23 -22
  3317. githubkit/versions/v2022_11_28/types/group_0043.py +25 -7
  3318. githubkit/versions/v2022_11_28/types/group_0044.py +7 -19
  3319. githubkit/versions/v2022_11_28/types/group_0045.py +16 -16
  3320. githubkit/versions/v2022_11_28/types/group_0046.py +19 -21
  3321. githubkit/versions/v2022_11_28/types/group_0047.py +19 -24
  3322. githubkit/versions/v2022_11_28/types/group_0048.py +21 -38
  3323. githubkit/versions/v2022_11_28/types/group_0049.py +35 -35
  3324. githubkit/versions/v2022_11_28/types/group_0050.py +33 -124
  3325. githubkit/versions/v2022_11_28/types/group_0051.py +126 -20
  3326. githubkit/versions/v2022_11_28/types/group_0052.py +27 -12
  3327. githubkit/versions/v2022_11_28/types/group_0053.py +10 -73
  3328. githubkit/versions/v2022_11_28/types/group_0054.py +79 -6
  3329. githubkit/versions/v2022_11_28/types/group_0055.py +5 -8
  3330. githubkit/versions/v2022_11_28/types/group_0056.py +7 -4
  3331. githubkit/versions/v2022_11_28/types/group_0057.py +6 -9
  3332. githubkit/versions/v2022_11_28/types/group_0058.py +8 -7
  3333. githubkit/versions/v2022_11_28/types/group_0059.py +8 -7
  3334. githubkit/versions/v2022_11_28/types/group_0060.py +6 -6
  3335. githubkit/versions/v2022_11_28/types/group_0061.py +5 -9
  3336. githubkit/versions/v2022_11_28/types/group_0062.py +7 -13
  3337. githubkit/versions/v2022_11_28/types/group_0063.py +13 -9
  3338. githubkit/versions/v2022_11_28/types/group_0064.py +10 -25
  3339. githubkit/versions/v2022_11_28/types/group_0065.py +25 -10
  3340. githubkit/versions/v2022_11_28/types/group_0066.py +12 -12
  3341. githubkit/versions/v2022_11_28/types/group_0067.py +11 -6
  3342. githubkit/versions/v2022_11_28/types/group_0068.py +7 -39
  3343. githubkit/versions/v2022_11_28/types/group_0069.py +40 -30
  3344. githubkit/versions/v2022_11_28/types/group_0070.py +34 -19
  3345. githubkit/versions/v2022_11_28/types/group_0071.py +12 -83
  3346. githubkit/versions/v2022_11_28/types/group_0072.py +83 -10
  3347. githubkit/versions/v2022_11_28/types/group_0073.py +10 -31
  3348. githubkit/versions/v2022_11_28/types/group_0074.py +33 -20
  3349. githubkit/versions/v2022_11_28/types/group_0075.py +8 -24
  3350. githubkit/versions/v2022_11_28/types/group_0076.py +24 -66
  3351. githubkit/versions/v2022_11_28/types/group_0077.py +77 -7
  3352. githubkit/versions/v2022_11_28/types/group_0078.py +7 -21
  3353. githubkit/versions/v2022_11_28/types/group_0079.py +19 -18
  3354. githubkit/versions/v2022_11_28/types/group_0080.py +20 -30
  3355. githubkit/versions/v2022_11_28/types/group_0081.py +29 -9
  3356. githubkit/versions/v2022_11_28/types/group_0082.py +8 -8
  3357. githubkit/versions/v2022_11_28/types/group_0083.py +9 -44
  3358. githubkit/versions/v2022_11_28/types/group_0084.py +40 -23
  3359. githubkit/versions/v2022_11_28/types/group_0085.py +30 -9
  3360. githubkit/versions/v2022_11_28/types/group_0086.py +6 -25
  3361. githubkit/versions/v2022_11_28/types/group_0087.py +15 -32
  3362. githubkit/versions/v2022_11_28/types/group_0088.py +30 -45
  3363. githubkit/versions/v2022_11_28/types/group_0089.py +28 -21
  3364. githubkit/versions/v2022_11_28/types/group_0090.py +48 -21
  3365. githubkit/versions/v2022_11_28/types/group_0091.py +25 -16
  3366. githubkit/versions/v2022_11_28/types/group_0092.py +14 -7
  3367. githubkit/versions/v2022_11_28/types/group_0093.py +7 -11
  3368. githubkit/versions/v2022_11_28/types/group_0094.py +11 -9
  3369. githubkit/versions/v2022_11_28/types/group_0095.py +9 -140
  3370. githubkit/versions/v2022_11_28/types/group_0096.py +141 -9
  3371. githubkit/versions/v2022_11_28/types/group_0097.py +10 -7
  3372. githubkit/versions/v2022_11_28/types/group_0098.py +9 -6
  3373. githubkit/versions/v2022_11_28/types/group_0099.py +7 -14
  3374. githubkit/versions/v2022_11_28/types/group_0100.py +14 -8
  3375. githubkit/versions/v2022_11_28/types/group_0101.py +8 -12
  3376. githubkit/versions/v2022_11_28/types/group_0102.py +12 -6
  3377. githubkit/versions/v2022_11_28/types/group_0103.py +6 -14
  3378. githubkit/versions/v2022_11_28/types/group_0104.py +11 -19
  3379. githubkit/versions/v2022_11_28/types/group_0105.py +18 -12
  3380. githubkit/versions/v2022_11_28/types/group_0106.py +10 -8
  3381. githubkit/versions/v2022_11_28/types/group_0107.py +8 -10
  3382. githubkit/versions/v2022_11_28/types/group_0108.py +13 -38
  3383. githubkit/versions/v2022_11_28/types/group_0109.py +79 -8
  3384. githubkit/versions/v2022_11_28/types/group_0110.py +12 -5
  3385. githubkit/versions/v2022_11_28/types/group_0111.py +4 -8
  3386. githubkit/versions/v2022_11_28/types/group_0112.py +27 -8
  3387. githubkit/versions/v2022_11_28/types/group_0113.py +13 -6
  3388. githubkit/versions/v2022_11_28/types/group_0114.py +6 -13
  3389. githubkit/versions/v2022_11_28/types/group_0115.py +13 -9
  3390. githubkit/versions/v2022_11_28/types/group_0116.py +9 -13
  3391. githubkit/versions/v2022_11_28/types/group_0117.py +9 -16
  3392. githubkit/versions/v2022_11_28/types/group_0118.py +16 -8
  3393. githubkit/versions/v2022_11_28/types/group_0119.py +10 -7
  3394. githubkit/versions/v2022_11_28/types/group_0120.py +7 -10
  3395. githubkit/versions/v2022_11_28/types/group_0121.py +10 -7
  3396. githubkit/versions/v2022_11_28/types/group_0122.py +7 -10
  3397. githubkit/versions/v2022_11_28/types/group_0123.py +10 -7
  3398. githubkit/versions/v2022_11_28/types/group_0124.py +7 -10
  3399. githubkit/versions/v2022_11_28/types/group_0125.py +10 -7
  3400. githubkit/versions/v2022_11_28/types/group_0126.py +7 -10
  3401. githubkit/versions/v2022_11_28/types/group_0127.py +10 -7
  3402. githubkit/versions/v2022_11_28/types/group_0128.py +8 -8
  3403. githubkit/versions/v2022_11_28/types/group_0129.py +6 -10
  3404. githubkit/versions/v2022_11_28/types/group_0130.py +9 -17
  3405. githubkit/versions/v2022_11_28/types/group_0131.py +19 -11
  3406. githubkit/versions/v2022_11_28/types/group_0132.py +10 -96
  3407. githubkit/versions/v2022_11_28/types/group_0133.py +22 -17
  3408. githubkit/versions/v2022_11_28/types/group_0134.py +14 -35
  3409. githubkit/versions/v2022_11_28/types/group_0135.py +108 -20
  3410. githubkit/versions/v2022_11_28/types/group_0136.py +15 -130
  3411. githubkit/versions/v2022_11_28/types/group_0137.py +37 -25
  3412. githubkit/versions/v2022_11_28/types/group_0138.py +23 -6
  3413. githubkit/versions/v2022_11_28/types/group_0139.py +132 -7
  3414. githubkit/versions/v2022_11_28/types/group_0140.py +25 -97
  3415. githubkit/versions/v2022_11_28/types/group_0141.py +12 -36
  3416. githubkit/versions/v2022_11_28/types/group_0142.py +7 -25
  3417. githubkit/versions/v2022_11_28/types/group_0143.py +94 -10
  3418. githubkit/versions/v2022_11_28/types/group_0144.py +28 -8
  3419. githubkit/versions/v2022_11_28/types/group_0145.py +16 -28
  3420. githubkit/versions/v2022_11_28/types/group_0146.py +12 -107
  3421. githubkit/versions/v2022_11_28/types/group_0147.py +10 -23
  3422. githubkit/versions/v2022_11_28/types/group_0148.py +31 -10
  3423. githubkit/versions/v2022_11_28/types/group_0149.py +110 -8
  3424. githubkit/versions/v2022_11_28/types/group_0150.py +24 -8
  3425. githubkit/versions/v2022_11_28/types/group_0151.py +13 -9
  3426. githubkit/versions/v2022_11_28/types/group_0152.py +11 -15
  3427. githubkit/versions/v2022_11_28/types/group_0153.py +8 -33
  3428. githubkit/versions/v2022_11_28/types/group_0154.py +10 -24
  3429. githubkit/versions/v2022_11_28/types/group_0155.py +14 -57
  3430. githubkit/versions/v2022_11_28/types/group_0156.py +32 -9
  3431. githubkit/versions/v2022_11_28/types/group_0157.py +23 -8
  3432. githubkit/versions/v2022_11_28/types/group_0158.py +57 -7
  3433. githubkit/versions/v2022_11_28/types/group_0159.py +9 -7
  3434. githubkit/versions/v2022_11_28/types/group_0160.py +10 -5
  3435. githubkit/versions/v2022_11_28/types/group_0161.py +7 -45
  3436. githubkit/versions/v2022_11_28/types/group_0162.py +8 -39
  3437. githubkit/versions/v2022_11_28/types/group_0163.py +6 -64
  3438. githubkit/versions/v2022_11_28/types/group_0164.py +40 -23
  3439. githubkit/versions/v2022_11_28/types/group_0165.py +38 -5
  3440. githubkit/versions/v2022_11_28/types/group_0166.py +63 -7
  3441. githubkit/versions/v2022_11_28/types/group_0167.py +14 -22
  3442. githubkit/versions/v2022_11_28/types/group_0168.py +11 -42
  3443. githubkit/versions/v2022_11_28/types/group_0169.py +7 -77
  3444. githubkit/versions/v2022_11_28/types/group_0170.py +27 -29
  3445. githubkit/versions/v2022_11_28/types/group_0171.py +31 -20
  3446. githubkit/versions/v2022_11_28/types/group_0172.py +76 -9
  3447. githubkit/versions/v2022_11_28/types/group_0173.py +38 -7
  3448. githubkit/versions/v2022_11_28/types/group_0174.py +22 -19
  3449. githubkit/versions/v2022_11_28/types/group_0175.py +9 -27
  3450. githubkit/versions/v2022_11_28/types/group_0176.py +7 -115
  3451. githubkit/versions/v2022_11_28/types/group_0177.py +17 -124
  3452. githubkit/versions/v2022_11_28/types/group_0178.py +21 -16
  3453. githubkit/versions/v2022_11_28/types/group_0179.py +113 -6
  3454. githubkit/versions/v2022_11_28/types/group_0180.py +130 -9
  3455. githubkit/versions/v2022_11_28/types/group_0181.py +22 -19
  3456. githubkit/versions/v2022_11_28/types/group_0182.py +7 -40
  3457. githubkit/versions/v2022_11_28/types/group_0183.py +8 -24
  3458. githubkit/versions/v2022_11_28/types/group_0184.py +20 -27
  3459. githubkit/versions/v2022_11_28/types/group_0185.py +31 -113
  3460. githubkit/versions/v2022_11_28/types/group_0186.py +24 -19
  3461. githubkit/versions/v2022_11_28/types/group_0187.py +21 -23
  3462. githubkit/versions/v2022_11_28/types/group_0188.py +122 -23
  3463. githubkit/versions/v2022_11_28/types/group_0189.py +15 -58
  3464. githubkit/versions/v2022_11_28/types/group_0190.py +29 -17
  3465. githubkit/versions/v2022_11_28/types/group_0191.py +21 -56
  3466. githubkit/versions/v2022_11_28/types/group_0192.py +51 -19
  3467. githubkit/versions/v2022_11_28/types/group_0193.py +23 -33
  3468. githubkit/versions/v2022_11_28/types/group_0194.py +54 -39
  3469. githubkit/versions/v2022_11_28/types/group_0195.py +29 -20
  3470. githubkit/versions/v2022_11_28/types/group_0196.py +33 -15
  3471. githubkit/versions/v2022_11_28/types/group_0197.py +42 -17
  3472. githubkit/versions/v2022_11_28/types/group_0198.py +23 -30
  3473. githubkit/versions/v2022_11_28/types/group_0199.py +10 -24
  3474. githubkit/versions/v2022_11_28/types/group_0200.py +18 -8
  3475. githubkit/versions/v2022_11_28/types/group_0201.py +15 -6
  3476. githubkit/versions/v2022_11_28/types/group_0202.py +9 -8
  3477. githubkit/versions/v2022_11_28/types/group_0203.py +34 -23
  3478. githubkit/versions/v2022_11_28/types/group_0204.py +13 -7
  3479. githubkit/versions/v2022_11_28/types/group_0205.py +26 -19
  3480. githubkit/versions/v2022_11_28/types/group_0206.py +15 -53
  3481. githubkit/versions/v2022_11_28/types/group_0207.py +23 -44
  3482. githubkit/versions/v2022_11_28/types/group_0208.py +24 -20
  3483. githubkit/versions/v2022_11_28/types/group_0209.py +9 -6
  3484. githubkit/versions/v2022_11_28/types/group_0210.py +6 -14
  3485. githubkit/versions/v2022_11_28/types/group_0211.py +6 -74
  3486. githubkit/versions/v2022_11_28/types/group_0212.py +18 -20
  3487. githubkit/versions/v2022_11_28/types/group_0213.py +6 -12
  3488. githubkit/versions/v2022_11_28/types/group_0214.py +14 -29
  3489. githubkit/versions/v2022_11_28/types/group_0215.py +49 -15
  3490. githubkit/versions/v2022_11_28/types/group_0216.py +41 -32
  3491. githubkit/versions/v2022_11_28/types/group_0217.py +19 -23
  3492. githubkit/versions/v2022_11_28/types/group_0218.py +6 -54
  3493. githubkit/versions/v2022_11_28/types/group_0219.py +11 -24
  3494. githubkit/versions/v2022_11_28/types/group_0220.py +67 -24
  3495. githubkit/versions/v2022_11_28/types/group_0221.py +18 -22
  3496. githubkit/versions/v2022_11_28/types/group_0222.py +12 -28
  3497. githubkit/versions/v2022_11_28/types/group_0223.py +28 -89
  3498. githubkit/versions/v2022_11_28/types/group_0224.py +20 -28
  3499. githubkit/versions/v2022_11_28/types/group_0225.py +37 -30
  3500. githubkit/versions/v2022_11_28/types/group_0226.py +22 -11
  3501. githubkit/versions/v2022_11_28/types/group_0227.py +50 -21
  3502. githubkit/versions/v2022_11_28/types/group_0228.py +20 -54
  3503. githubkit/versions/v2022_11_28/types/group_0229.py +33 -7
  3504. githubkit/versions/v2022_11_28/types/group_0230.py +29 -11
  3505. githubkit/versions/v2022_11_28/types/group_0231.py +23 -20
  3506. githubkit/versions/v2022_11_28/types/group_0232.py +82 -34
  3507. githubkit/versions/v2022_11_28/types/group_0233.py +28 -28
  3508. githubkit/versions/v2022_11_28/types/group_0234.py +34 -10
  3509. githubkit/versions/v2022_11_28/types/group_0235.py +9 -56
  3510. githubkit/versions/v2022_11_28/types/group_0236.py +26 -13
  3511. githubkit/versions/v2022_11_28/types/group_0237.py +59 -8
  3512. githubkit/versions/v2022_11_28/types/group_0238.py +7 -7
  3513. githubkit/versions/v2022_11_28/types/group_0239.py +12 -5
  3514. githubkit/versions/v2022_11_28/types/group_0240.py +26 -10
  3515. githubkit/versions/v2022_11_28/types/group_0241.py +39 -19
  3516. githubkit/versions/v2022_11_28/types/group_0242.py +28 -8
  3517. githubkit/versions/v2022_11_28/types/group_0243.py +8 -13
  3518. githubkit/versions/v2022_11_28/types/group_0244.py +45 -57
  3519. githubkit/versions/v2022_11_28/types/group_0245.py +11 -19
  3520. githubkit/versions/v2022_11_28/types/group_0246.py +8 -35
  3521. githubkit/versions/v2022_11_28/types/group_0247.py +6 -25
  3522. githubkit/versions/v2022_11_28/types/group_0248.py +4 -7
  3523. githubkit/versions/v2022_11_28/types/group_0249.py +10 -24
  3524. githubkit/versions/v2022_11_28/types/group_0250.py +25 -54
  3525. githubkit/versions/v2022_11_28/types/group_0251.py +5 -10
  3526. githubkit/versions/v2022_11_28/types/group_0252.py +13 -9
  3527. githubkit/versions/v2022_11_28/types/group_0253.py +48 -82
  3528. githubkit/versions/v2022_11_28/types/group_0254.py +12 -21
  3529. githubkit/versions/v2022_11_28/types/group_0255.py +26 -20
  3530. githubkit/versions/v2022_11_28/types/group_0256.py +23 -19
  3531. githubkit/versions/v2022_11_28/types/group_0257.py +6 -20
  3532. githubkit/versions/v2022_11_28/types/group_0258.py +20 -25
  3533. githubkit/versions/v2022_11_28/types/group_0259.py +51 -22
  3534. githubkit/versions/v2022_11_28/types/group_0260.py +9 -26
  3535. githubkit/versions/v2022_11_28/types/group_0261.py +11 -24
  3536. githubkit/versions/v2022_11_28/types/group_0262.py +94 -12
  3537. githubkit/versions/v2022_11_28/types/group_0263.py +14 -16
  3538. githubkit/versions/v2022_11_28/types/group_0264.py +18 -8
  3539. githubkit/versions/v2022_11_28/types/group_0265.py +11 -24
  3540. githubkit/versions/v2022_11_28/types/group_0266.py +11 -24
  3541. githubkit/versions/v2022_11_28/types/group_0267.py +13 -18
  3542. githubkit/versions/v2022_11_28/types/group_0268.py +13 -18
  3543. githubkit/versions/v2022_11_28/types/group_0269.py +25 -10
  3544. githubkit/versions/v2022_11_28/types/group_0270.py +17 -31
  3545. githubkit/versions/v2022_11_28/types/group_0271.py +21 -14
  3546. githubkit/versions/v2022_11_28/types/group_0272.py +31 -6
  3547. githubkit/versions/v2022_11_28/types/group_0273.py +17 -69
  3548. githubkit/versions/v2022_11_28/types/group_0274.py +22 -45
  3549. githubkit/versions/v2022_11_28/types/group_0275.py +23 -83
  3550. githubkit/versions/v2022_11_28/types/group_0276.py +23 -9
  3551. githubkit/versions/v2022_11_28/types/group_0277.py +23 -9
  3552. githubkit/versions/v2022_11_28/types/group_0278.py +10 -15
  3553. githubkit/versions/v2022_11_28/types/group_0279.py +35 -14
  3554. githubkit/versions/v2022_11_28/types/group_0280.py +16 -5
  3555. githubkit/versions/v2022_11_28/types/group_0281.py +7 -33
  3556. githubkit/versions/v2022_11_28/types/group_0282.py +70 -8
  3557. githubkit/versions/v2022_11_28/types/group_0283.py +52 -50
  3558. githubkit/versions/v2022_11_28/types/group_0284.py +82 -15
  3559. githubkit/versions/v2022_11_28/types/group_0285.py +17 -5
  3560. githubkit/versions/v2022_11_28/types/group_0286.py +19 -10
  3561. githubkit/versions/v2022_11_28/types/group_0287.py +20 -19
  3562. githubkit/versions/v2022_11_28/types/group_0288.py +13 -76
  3563. githubkit/versions/v2022_11_28/types/group_0289.py +5 -76
  3564. githubkit/versions/v2022_11_28/types/group_0290.py +24 -177
  3565. githubkit/versions/v2022_11_28/types/group_0291.py +16 -43
  3566. githubkit/versions/v2022_11_28/types/group_0292.py +52 -126
  3567. githubkit/versions/v2022_11_28/types/group_0293.py +26 -12
  3568. githubkit/versions/v2022_11_28/types/group_0294.py +6 -7
  3569. githubkit/versions/v2022_11_28/types/group_0295.py +10 -11
  3570. githubkit/versions/v2022_11_28/types/group_0296.py +19 -56
  3571. githubkit/versions/v2022_11_28/types/group_0297.py +79 -49
  3572. githubkit/versions/v2022_11_28/types/group_0298.py +76 -8
  3573. githubkit/versions/v2022_11_28/types/group_0299.py +178 -15
  3574. githubkit/versions/v2022_11_28/types/group_0300.py +35 -33
  3575. githubkit/versions/v2022_11_28/types/group_0301.py +128 -7
  3576. githubkit/versions/v2022_11_28/types/group_0302.py +13 -11
  3577. githubkit/versions/v2022_11_28/types/group_0303.py +10 -9
  3578. githubkit/versions/v2022_11_28/types/group_0304.py +12 -11
  3579. githubkit/versions/v2022_11_28/types/group_0305.py +56 -8
  3580. githubkit/versions/v2022_11_28/types/group_0306.py +49 -8
  3581. githubkit/versions/v2022_11_28/types/group_0307.py +8 -11
  3582. githubkit/versions/v2022_11_28/types/group_0308.py +24 -9
  3583. githubkit/versions/v2022_11_28/types/group_0309.py +39 -15
  3584. githubkit/versions/v2022_11_28/types/group_0310.py +8 -11
  3585. githubkit/versions/v2022_11_28/types/group_0311.py +7 -4
  3586. githubkit/versions/v2022_11_28/types/group_0312.py +4 -7
  3587. githubkit/versions/v2022_11_28/types/group_0313.py +6 -6
  3588. githubkit/versions/v2022_11_28/types/group_0314.py +4 -7
  3589. githubkit/versions/v2022_11_28/types/group_0315.py +4 -7
  3590. githubkit/versions/v2022_11_28/types/group_0316.py +6 -6
  3591. githubkit/versions/v2022_11_28/types/group_0317.py +4 -7
  3592. githubkit/versions/v2022_11_28/types/group_0318.py +15 -31
  3593. githubkit/versions/v2022_11_28/types/group_0319.py +10 -70
  3594. githubkit/versions/v2022_11_28/types/group_0320.py +8 -52
  3595. githubkit/versions/v2022_11_28/types/group_0321.py +10 -74
  3596. githubkit/versions/v2022_11_28/types/group_0322.py +11 -12
  3597. githubkit/versions/v2022_11_28/types/group_0323.py +11 -10
  3598. githubkit/versions/v2022_11_28/types/group_0324.py +10 -23
  3599. githubkit/versions/v2022_11_28/types/group_0325.py +12 -7
  3600. githubkit/versions/v2022_11_28/types/group_0326.py +11 -14
  3601. githubkit/versions/v2022_11_28/types/group_0327.py +11 -21
  3602. githubkit/versions/v2022_11_28/types/group_0328.py +31 -15
  3603. githubkit/versions/v2022_11_28/types/group_0329.py +70 -7
  3604. githubkit/versions/v2022_11_28/types/group_0330.py +53 -8
  3605. githubkit/versions/v2022_11_28/types/group_0331.py +73 -10
  3606. githubkit/versions/v2022_11_28/types/group_0332.py +10 -8
  3607. githubkit/versions/v2022_11_28/types/group_0333.py +8 -7
  3608. githubkit/versions/v2022_11_28/types/group_0334.py +22 -10
  3609. githubkit/versions/v2022_11_28/types/group_0335.py +7 -20
  3610. githubkit/versions/v2022_11_28/types/group_0336.py +11 -32
  3611. githubkit/versions/v2022_11_28/types/group_0337.py +14 -38
  3612. githubkit/versions/v2022_11_28/types/group_0338.py +10 -33
  3613. githubkit/versions/v2022_11_28/types/group_0339.py +7 -93
  3614. githubkit/versions/v2022_11_28/types/group_0340.py +8 -30
  3615. githubkit/versions/v2022_11_28/types/group_0341.py +10 -121
  3616. githubkit/versions/v2022_11_28/types/group_0342.py +9 -74
  3617. githubkit/versions/v2022_11_28/types/group_0343.py +8 -54
  3618. githubkit/versions/v2022_11_28/types/group_0344.py +11 -61
  3619. githubkit/versions/v2022_11_28/types/group_0345.py +19 -8
  3620. githubkit/versions/v2022_11_28/types/group_0346.py +34 -15
  3621. githubkit/versions/v2022_11_28/types/group_0347.py +34 -75
  3622. githubkit/versions/v2022_11_28/types/group_0348.py +32 -9
  3623. githubkit/versions/v2022_11_28/types/group_0349.py +80 -47
  3624. githubkit/versions/v2022_11_28/types/group_0350.py +26 -11
  3625. githubkit/versions/v2022_11_28/types/group_0351.py +114 -24
  3626. githubkit/versions/v2022_11_28/types/group_0352.py +74 -7
  3627. githubkit/versions/v2022_11_28/types/group_0353.py +52 -8
  3628. githubkit/versions/v2022_11_28/types/group_0354.py +61 -9
  3629. githubkit/versions/v2022_11_28/types/group_0355.py +6 -16
  3630. githubkit/versions/v2022_11_28/types/group_0356.py +15 -7
  3631. githubkit/versions/v2022_11_28/types/group_0357.py +81 -18
  3632. githubkit/versions/v2022_11_28/types/group_0358.py +9 -10
  3633. githubkit/versions/v2022_11_28/types/group_0359.py +61 -22
  3634. githubkit/versions/v2022_11_28/types/group_0360.py +10 -268
  3635. githubkit/versions/v2022_11_28/types/group_0361.py +28 -24
  3636. githubkit/versions/v2022_11_28/types/group_0362.py +9 -42
  3637. githubkit/versions/v2022_11_28/types/group_0363.py +11 -43
  3638. githubkit/versions/v2022_11_28/types/group_0364.py +8 -55
  3639. githubkit/versions/v2022_11_28/types/group_0365.py +12 -121
  3640. githubkit/versions/v2022_11_28/types/group_0366.py +6 -11
  3641. githubkit/versions/v2022_11_28/types/group_0367.py +19 -125
  3642. githubkit/versions/v2022_11_28/types/group_0368.py +11 -23
  3643. githubkit/versions/v2022_11_28/types/group_0369.py +23 -20
  3644. githubkit/versions/v2022_11_28/types/group_0370.py +256 -64
  3645. githubkit/versions/v2022_11_28/types/group_0371.py +32 -17
  3646. githubkit/versions/v2022_11_28/types/group_0372.py +43 -36
  3647. githubkit/versions/v2022_11_28/types/group_0373.py +47 -20
  3648. githubkit/versions/v2022_11_28/types/group_0374.py +57 -15
  3649. githubkit/versions/v2022_11_28/types/group_0375.py +16 -17
  3650. githubkit/versions/v2022_11_28/types/group_0376.py +15 -19
  3651. githubkit/versions/v2022_11_28/types/group_0377.py +58 -115
  3652. githubkit/versions/v2022_11_28/types/group_0378.py +12 -17
  3653. githubkit/versions/v2022_11_28/types/group_0379.py +31 -13
  3654. githubkit/versions/v2022_11_28/types/group_0380.py +71 -15
  3655. githubkit/versions/v2022_11_28/types/group_0381.py +126 -6
  3656. githubkit/versions/v2022_11_28/types/group_0382.py +64 -22
  3657. githubkit/versions/v2022_11_28/types/group_0383.py +11 -7
  3658. githubkit/versions/v2022_11_28/types/group_0384.py +9 -17
  3659. githubkit/versions/v2022_11_28/types/group_0385.py +8 -7
  3660. githubkit/versions/v2022_11_28/types/group_0386.py +38 -274
  3661. githubkit/versions/v2022_11_28/types/group_0387.py +9 -304
  3662. githubkit/versions/v2022_11_28/types/group_0388.py +211 -143
  3663. githubkit/versions/v2022_11_28/types/group_0389.py +20 -109
  3664. githubkit/versions/v2022_11_28/types/group_0390.py +316 -89
  3665. githubkit/versions/v2022_11_28/types/group_0391.py +27 -114
  3666. githubkit/versions/v2022_11_28/types/group_0392.py +34 -133
  3667. githubkit/versions/v2022_11_28/types/group_0393.py +28 -104
  3668. githubkit/versions/v2022_11_28/types/group_0394.py +34 -100
  3669. githubkit/versions/v2022_11_28/types/group_0395.py +11 -93
  3670. githubkit/versions/v2022_11_28/types/group_0396.py +52 -19
  3671. githubkit/versions/v2022_11_28/types/group_0397.py +45 -19
  3672. githubkit/versions/v2022_11_28/types/group_0398.py +123 -18
  3673. githubkit/versions/v2022_11_28/types/group_0399.py +46 -15
  3674. githubkit/versions/v2022_11_28/types/group_0400.py +46 -18
  3675. githubkit/versions/v2022_11_28/types/group_0401.py +14 -18
  3676. githubkit/versions/v2022_11_28/types/group_0402.py +24 -18
  3677. githubkit/versions/v2022_11_28/types/group_0403.py +15 -17
  3678. githubkit/versions/v2022_11_28/types/group_0404.py +18 -17
  3679. githubkit/versions/v2022_11_28/types/group_0405.py +79 -17
  3680. githubkit/versions/v2022_11_28/types/group_0406.py +13 -17
  3681. githubkit/versions/v2022_11_28/types/group_0407.py +851 -17
  3682. githubkit/versions/v2022_11_28/types/group_0408.py +119 -17
  3683. githubkit/versions/v2022_11_28/types/group_0409.py +71 -30
  3684. githubkit/versions/v2022_11_28/types/group_0410.py +113 -28
  3685. githubkit/versions/v2022_11_28/types/group_0411.py +49 -532
  3686. githubkit/versions/v2022_11_28/types/group_0412.py +53 -20
  3687. githubkit/versions/v2022_11_28/types/group_0413.py +26 -471
  3688. githubkit/versions/v2022_11_28/types/group_0414.py +61 -455
  3689. githubkit/versions/v2022_11_28/types/group_0415.py +34 -388
  3690. githubkit/versions/v2022_11_28/types/group_0416.py +19 -858
  3691. githubkit/versions/v2022_11_28/types/group_0417.py +32 -82
  3692. githubkit/versions/v2022_11_28/types/group_0418.py +9 -45
  3693. githubkit/versions/v2022_11_28/types/group_0419.py +9 -11
  3694. githubkit/versions/v2022_11_28/types/group_0420.py +11 -85
  3695. githubkit/versions/v2022_11_28/types/group_0421.py +11 -85
  3696. githubkit/versions/v2022_11_28/types/group_0422.py +98 -89
  3697. githubkit/versions/v2022_11_28/types/group_0423.py +10 -12
  3698. githubkit/versions/v2022_11_28/types/group_0424.py +7 -18
  3699. githubkit/versions/v2022_11_28/types/group_0425.py +10 -37
  3700. githubkit/versions/v2022_11_28/types/group_0426.py +13 -40
  3701. githubkit/versions/v2022_11_28/types/group_0427.py +23 -12
  3702. githubkit/versions/v2022_11_28/types/group_0428.py +7 -18
  3703. githubkit/versions/v2022_11_28/types/group_0429.py +10 -12
  3704. githubkit/versions/v2022_11_28/types/group_0430.py +7 -20
  3705. githubkit/versions/v2022_11_28/types/group_0431.py +313 -8
  3706. githubkit/versions/v2022_11_28/types/group_0432.py +269 -47
  3707. githubkit/versions/v2022_11_28/types/group_0433.py +290 -19
  3708. githubkit/versions/v2022_11_28/types/group_0434.py +136 -12
  3709. githubkit/versions/v2022_11_28/types/group_0435.py +138 -12
  3710. githubkit/versions/v2022_11_28/types/group_0436.py +106 -13
  3711. githubkit/versions/v2022_11_28/types/group_0437.py +104 -111
  3712. githubkit/versions/v2022_11_28/types/group_0438.py +102 -131
  3713. githubkit/versions/v2022_11_28/types/group_0439.py +103 -14
  3714. githubkit/versions/v2022_11_28/types/group_0440.py +74 -92
  3715. githubkit/versions/v2022_11_28/types/group_0441.py +23 -11
  3716. githubkit/versions/v2022_11_28/types/group_0442.py +13 -27
  3717. githubkit/versions/v2022_11_28/types/group_0443.py +17 -51
  3718. githubkit/versions/v2022_11_28/types/group_0444.py +14 -29
  3719. githubkit/versions/v2022_11_28/types/group_0445.py +18 -32
  3720. githubkit/versions/v2022_11_28/types/group_0446.py +14 -71
  3721. githubkit/versions/v2022_11_28/types/group_0447.py +15 -72
  3722. githubkit/versions/v2022_11_28/types/group_0448.py +15 -28
  3723. githubkit/versions/v2022_11_28/types/group_0449.py +16 -83
  3724. githubkit/versions/v2022_11_28/types/group_0450.py +15 -30
  3725. githubkit/versions/v2022_11_28/types/group_0451.py +12 -14
  3726. githubkit/versions/v2022_11_28/types/group_0452.py +17 -76
  3727. githubkit/versions/v2022_11_28/types/group_0453.py +17 -137
  3728. githubkit/versions/v2022_11_28/types/group_0454.py +17 -142
  3729. githubkit/versions/v2022_11_28/types/group_0455.py +17 -51
  3730. githubkit/versions/v2022_11_28/types/group_0456.py +570 -4
  3731. githubkit/versions/v2022_11_28/types/group_0457.py +27 -36
  3732. githubkit/versions/v2022_11_28/types/group_0458.py +376 -46
  3733. githubkit/versions/v2022_11_28/types/group_0459.py +396 -77
  3734. githubkit/versions/v2022_11_28/types/group_0460.py +370 -69
  3735. githubkit/versions/v2022_11_28/types/group_0461.py +848 -18
  3736. githubkit/versions/v2022_11_28/types/group_0462.py +19 -78
  3737. githubkit/versions/v2022_11_28/types/group_0463.py +45 -13
  3738. githubkit/versions/v2022_11_28/types/group_0464.py +17 -76
  3739. githubkit/versions/v2022_11_28/types/group_0465.py +19 -137
  3740. githubkit/versions/v2022_11_28/types/group_0466.py +19 -142
  3741. githubkit/versions/v2022_11_28/types/group_0467.py +36 -51
  3742. githubkit/versions/v2022_11_28/types/group_0468.py +21 -28
  3743. githubkit/versions/v2022_11_28/types/group_0469.py +24 -36
  3744. githubkit/versions/v2022_11_28/types/group_0470.py +42 -75
  3745. githubkit/versions/v2022_11_28/types/group_0471.py +19 -82
  3746. githubkit/versions/v2022_11_28/types/group_0472.py +17 -137
  3747. githubkit/versions/v2022_11_28/types/group_0473.py +24 -33
  3748. githubkit/versions/v2022_11_28/types/group_0474.py +17 -76
  3749. githubkit/versions/v2022_11_28/types/group_0475.py +13 -33
  3750. githubkit/versions/v2022_11_28/types/group_0476.py +8 -77
  3751. githubkit/versions/v2022_11_28/types/group_0477.py +15 -137
  3752. githubkit/versions/v2022_11_28/types/group_0478.py +19 -142
  3753. githubkit/versions/v2022_11_28/types/group_0479.py +17 -51
  3754. githubkit/versions/v2022_11_28/types/group_0480.py +21 -28
  3755. githubkit/versions/v2022_11_28/types/group_0481.py +19 -30
  3756. githubkit/versions/v2022_11_28/types/group_0482.py +118 -52
  3757. githubkit/versions/v2022_11_28/types/group_0483.py +133 -78
  3758. githubkit/versions/v2022_11_28/types/group_0484.py +8 -138
  3759. githubkit/versions/v2022_11_28/types/group_0485.py +116 -30
  3760. githubkit/versions/v2022_11_28/types/group_0486.py +8 -79
  3761. githubkit/versions/v2022_11_28/types/group_0487.py +16 -412
  3762. githubkit/versions/v2022_11_28/types/group_0488.py +16 -14
  3763. githubkit/versions/v2022_11_28/types/group_0489.py +18 -166
  3764. githubkit/versions/v2022_11_28/types/group_0490.py +18 -170
  3765. githubkit/versions/v2022_11_28/types/group_0491.py +37 -25
  3766. githubkit/versions/v2022_11_28/types/group_0492.py +39 -28
  3767. githubkit/versions/v2022_11_28/types/group_0493.py +18 -74
  3768. githubkit/versions/v2022_11_28/types/group_0494.py +82 -82
  3769. githubkit/versions/v2022_11_28/types/group_0495.py +19 -10
  3770. githubkit/versions/v2022_11_28/types/group_0496.py +19 -107
  3771. githubkit/versions/v2022_11_28/types/group_0497.py +69 -15
  3772. githubkit/versions/v2022_11_28/types/group_0498.py +130 -71
  3773. githubkit/versions/v2022_11_28/types/group_0499.py +37 -291
  3774. githubkit/versions/v2022_11_28/types/group_0500.py +8 -413
  3775. githubkit/versions/v2022_11_28/types/group_0501.py +3 -417
  3776. githubkit/versions/v2022_11_28/types/group_0502.py +10 -392
  3777. githubkit/versions/v2022_11_28/types/group_0503.py +11 -335
  3778. githubkit/versions/v2022_11_28/types/group_0504.py +10 -377
  3779. githubkit/versions/v2022_11_28/types/group_0505.py +61 -894
  3780. githubkit/versions/v2022_11_28/types/group_0506.py +11 -380
  3781. githubkit/versions/v2022_11_28/types/group_0507.py +11 -332
  3782. githubkit/versions/v2022_11_28/types/group_0508.py +14 -979
  3783. githubkit/versions/v2022_11_28/types/group_0509.py +39 -327
  3784. githubkit/versions/v2022_11_28/types/group_0510.py +35 -304
  3785. githubkit/versions/v2022_11_28/types/group_0511.py +9 -355
  3786. githubkit/versions/v2022_11_28/types/group_0512.py +4 -375
  3787. githubkit/versions/v2022_11_28/types/group_0513.py +24 -26
  3788. githubkit/versions/v2022_11_28/types/group_0514.py +69 -25
  3789. githubkit/versions/v2022_11_28/types/group_0515.py +80 -63
  3790. githubkit/versions/v2022_11_28/types/group_0516.py +119 -88
  3791. githubkit/versions/v2022_11_28/types/group_0517.py +24 -106
  3792. githubkit/versions/v2022_11_28/types/group_0518.py +73 -113
  3793. githubkit/versions/v2022_11_28/types/group_0519.py +17 -116
  3794. githubkit/versions/v2022_11_28/types/group_0520.py +128 -97
  3795. githubkit/versions/v2022_11_28/types/group_0521.py +111 -49
  3796. githubkit/versions/v2022_11_28/types/group_0522.py +22 -43
  3797. githubkit/versions/v2022_11_28/types/group_0523.py +3 -24
  3798. githubkit/versions/v2022_11_28/types/group_0524.py +21 -108
  3799. githubkit/versions/v2022_11_28/types/group_0525.py +45 -87
  3800. githubkit/versions/v2022_11_28/types/group_0526.py +84 -15
  3801. githubkit/versions/v2022_11_28/types/group_0527.py +137 -16
  3802. githubkit/versions/v2022_11_28/types/group_0528.py +24 -100
  3803. githubkit/versions/v2022_11_28/types/group_0529.py +76 -69
  3804. githubkit/versions/v2022_11_28/types/group_0530.py +13 -65
  3805. githubkit/versions/v2022_11_28/types/group_0531.py +12 -66
  3806. githubkit/versions/v2022_11_28/types/group_0532.py +124 -63
  3807. githubkit/versions/v2022_11_28/types/group_0533.py +131 -32
  3808. githubkit/versions/v2022_11_28/types/group_0534.py +3 -24
  3809. githubkit/versions/v2022_11_28/types/group_0535.py +30 -50
  3810. githubkit/versions/v2022_11_28/types/group_0536.py +50 -36
  3811. githubkit/versions/v2022_11_28/types/group_0537.py +84 -60
  3812. githubkit/versions/v2022_11_28/types/group_0538.py +7 -93
  3813. githubkit/versions/v2022_11_28/types/group_0539.py +83 -36
  3814. githubkit/versions/v2022_11_28/types/group_0540.py +21 -74
  3815. githubkit/versions/v2022_11_28/types/group_0541.py +81 -35
  3816. githubkit/versions/v2022_11_28/types/group_0542.py +392 -13
  3817. githubkit/versions/v2022_11_28/types/group_0543.py +367 -24
  3818. githubkit/versions/v2022_11_28/types/group_0544.py +330 -386
  3819. githubkit/versions/v2022_11_28/types/group_0545.py +394 -12
  3820. githubkit/versions/v2022_11_28/types/group_0546.py +362 -23
  3821. githubkit/versions/v2022_11_28/types/group_0547.py +323 -78
  3822. githubkit/versions/v2022_11_28/types/group_0548.py +929 -29
  3823. githubkit/versions/v2022_11_28/types/group_0549.py +16 -12
  3824. githubkit/versions/v2022_11_28/types/group_0550.py +399 -13
  3825. githubkit/versions/v2022_11_28/types/group_0551.py +603 -13
  3826. githubkit/versions/v2022_11_28/types/group_0552.py +23 -17
  3827. githubkit/versions/v2022_11_28/types/group_0553.py +18 -12
  3828. githubkit/versions/v2022_11_28/types/group_0554.py +384 -22
  3829. githubkit/versions/v2022_11_28/types/group_0555.py +18 -7
  3830. githubkit/versions/v2022_11_28/types/group_0556.py +14 -77
  3831. githubkit/versions/v2022_11_28/types/group_0557.py +13 -61
  3832. githubkit/versions/v2022_11_28/types/group_0558.py +45 -57
  3833. githubkit/versions/v2022_11_28/types/group_0559.py +15 -75
  3834. githubkit/versions/v2022_11_28/types/group_0560.py +51 -63
  3835. githubkit/versions/v2022_11_28/types/group_0561.py +66 -42
  3836. githubkit/versions/v2022_11_28/types/group_0562.py +70 -43
  3837. githubkit/versions/v2022_11_28/types/group_0563.py +15 -60
  3838. githubkit/versions/v2022_11_28/types/group_0564.py +45 -25
  3839. githubkit/versions/v2022_11_28/types/group_0565.py +37 -25
  3840. githubkit/versions/v2022_11_28/types/group_0566.py +13 -45
  3841. githubkit/versions/v2022_11_28/types/group_0567.py +38 -24
  3842. githubkit/versions/v2022_11_28/types/group_0568.py +17 -34
  3843. githubkit/versions/v2022_11_28/types/group_0569.py +12 -62
  3844. githubkit/versions/v2022_11_28/types/group_0570.py +12 -87
  3845. githubkit/versions/v2022_11_28/types/group_0571.py +92 -55
  3846. githubkit/versions/v2022_11_28/types/group_0572.py +13 -9
  3847. githubkit/versions/v2022_11_28/types/group_0573.py +13 -12
  3848. githubkit/versions/v2022_11_28/types/group_0574.py +13 -9
  3849. githubkit/versions/v2022_11_28/types/group_0575.py +35 -44
  3850. githubkit/versions/v2022_11_28/types/group_0576.py +15 -30
  3851. githubkit/versions/v2022_11_28/types/group_0577.py +13 -29
  3852. githubkit/versions/v2022_11_28/types/group_0578.py +14 -10
  3853. githubkit/versions/v2022_11_28/types/group_0579.py +12 -8
  3854. githubkit/versions/v2022_11_28/types/group_0580.py +14 -48
  3855. githubkit/versions/v2022_11_28/types/group_0581.py +63 -29
  3856. githubkit/versions/v2022_11_28/types/group_0582.py +14 -29
  3857. githubkit/versions/v2022_11_28/types/group_0583.py +30 -9
  3858. githubkit/versions/v2022_11_28/types/group_0584.py +32 -13
  3859. githubkit/versions/v2022_11_28/types/group_0585.py +13 -951
  3860. githubkit/versions/v2022_11_28/types/group_0586.py +23 -938
  3861. githubkit/versions/v2022_11_28/types/group_0587.py +315 -800
  3862. githubkit/versions/v2022_11_28/types/group_0588.py +11 -12
  3863. githubkit/versions/v2022_11_28/types/group_0589.py +60 -18
  3864. githubkit/versions/v2022_11_28/types/group_0590.py +69 -856
  3865. githubkit/versions/v2022_11_28/types/group_0591.py +29 -887
  3866. githubkit/versions/v2022_11_28/types/group_0592.py +13 -67
  3867. githubkit/versions/v2022_11_28/types/group_0593.py +13 -925
  3868. githubkit/versions/v2022_11_28/types/group_0594.py +13 -935
  3869. githubkit/versions/v2022_11_28/types/group_0595.py +13 -915
  3870. githubkit/versions/v2022_11_28/types/group_0596.py +11 -933
  3871. githubkit/versions/v2022_11_28/types/group_0597.py +35 -18
  3872. githubkit/versions/v2022_11_28/types/group_0598.py +7 -19
  3873. githubkit/versions/v2022_11_28/types/group_0599.py +29 -13
  3874. githubkit/versions/v2022_11_28/types/group_0600.py +12 -1069
  3875. githubkit/versions/v2022_11_28/types/group_0601.py +24 -1033
  3876. githubkit/versions/v2022_11_28/types/group_0602.py +21 -1079
  3877. githubkit/versions/v2022_11_28/types/group_0603.py +35 -959
  3878. githubkit/versions/v2022_11_28/types/group_0604.py +14 -944
  3879. githubkit/versions/v2022_11_28/types/group_0605.py +21 -1024
  3880. githubkit/versions/v2022_11_28/types/group_0606.py +13 -1059
  3881. githubkit/versions/v2022_11_28/types/group_0607.py +14 -1023
  3882. githubkit/versions/v2022_11_28/types/group_0608.py +14 -1037
  3883. githubkit/versions/v2022_11_28/types/group_0609.py +23 -993
  3884. githubkit/versions/v2022_11_28/types/group_0610.py +14 -1078
  3885. githubkit/versions/v2022_11_28/types/group_0611.py +14 -1088
  3886. githubkit/versions/v2022_11_28/types/group_0612.py +14 -940
  3887. githubkit/versions/v2022_11_28/types/group_0613.py +28 -946
  3888. githubkit/versions/v2022_11_28/types/group_0614.py +13 -941
  3889. githubkit/versions/v2022_11_28/types/group_0615.py +11 -925
  3890. githubkit/versions/v2022_11_28/types/group_0616.py +14 -284
  3891. githubkit/versions/v2022_11_28/types/group_0617.py +10 -14
  3892. githubkit/versions/v2022_11_28/types/group_0618.py +59 -57
  3893. githubkit/versions/v2022_11_28/types/group_0619.py +15 -507
  3894. githubkit/versions/v2022_11_28/types/group_0620.py +31 -15
  3895. githubkit/versions/v2022_11_28/types/group_0621.py +14 -55
  3896. githubkit/versions/v2022_11_28/types/group_0622.py +13 -160
  3897. githubkit/versions/v2022_11_28/types/group_0623.py +45 -137
  3898. githubkit/versions/v2022_11_28/types/group_0624.py +28 -136
  3899. githubkit/versions/v2022_11_28/types/group_0625.py +14 -173
  3900. githubkit/versions/v2022_11_28/types/group_0626.py +12 -142
  3901. githubkit/versions/v2022_11_28/types/group_0627.py +9 -139
  3902. githubkit/versions/v2022_11_28/types/group_0628.py +845 -59
  3903. githubkit/versions/v2022_11_28/types/group_0629.py +894 -60
  3904. githubkit/versions/v2022_11_28/types/group_0630.py +963 -13
  3905. githubkit/versions/v2022_11_28/types/group_0631.py +13 -12
  3906. githubkit/versions/v2022_11_28/types/group_0632.py +12 -9
  3907. githubkit/versions/v2022_11_28/types/group_0633.py +14 -11
  3908. githubkit/versions/v2022_11_28/types/group_0634.py +923 -10
  3909. githubkit/versions/v2022_11_28/types/group_0635.py +60 -19
  3910. githubkit/versions/v2022_11_28/types/group_0636.py +904 -33
  3911. githubkit/versions/v2022_11_28/types/group_0637.py +920 -10
  3912. githubkit/versions/v2022_11_28/types/group_0638.py +912 -10
  3913. githubkit/versions/v2022_11_28/types/group_0639.py +14 -11
  3914. githubkit/versions/v2022_11_28/types/group_0640.py +12 -33
  3915. githubkit/versions/v2022_11_28/types/group_0641.py +13 -12
  3916. githubkit/versions/v2022_11_28/types/group_0642.py +13 -12
  3917. githubkit/versions/v2022_11_28/types/group_0643.py +1070 -15
  3918. githubkit/versions/v2022_11_28/types/group_0644.py +943 -18
  3919. githubkit/versions/v2022_11_28/types/group_0645.py +952 -13
  3920. githubkit/versions/v2022_11_28/types/group_0646.py +965 -40
  3921. githubkit/versions/v2022_11_28/types/group_0647.py +895 -65
  3922. githubkit/versions/v2022_11_28/types/group_0648.py +1014 -63
  3923. githubkit/versions/v2022_11_28/types/group_0649.py +1005 -36
  3924. githubkit/versions/v2022_11_28/types/group_0650.py +1021 -10
  3925. githubkit/versions/v2022_11_28/types/group_0651.py +999 -33
  3926. githubkit/versions/v2022_11_28/types/group_0652.py +882 -34
  3927. githubkit/versions/v2022_11_28/types/group_0653.py +1041 -34
  3928. githubkit/versions/v2022_11_28/types/group_0654.py +1049 -34
  3929. githubkit/versions/v2022_11_28/types/group_0655.py +939 -13
  3930. githubkit/versions/v2022_11_28/types/group_0656.py +890 -171
  3931. githubkit/versions/v2022_11_28/types/group_0657.py +935 -5
  3932. githubkit/versions/v2022_11_28/types/group_0658.py +923 -13
  3933. githubkit/versions/v2022_11_28/types/group_0659.py +282 -13
  3934. githubkit/versions/v2022_11_28/types/group_0660.py +13 -13
  3935. githubkit/versions/v2022_11_28/types/group_0661.py +60 -17
  3936. githubkit/versions/v2022_11_28/types/group_0662.py +462 -74
  3937. githubkit/versions/v2022_11_28/types/group_0663.py +12 -114
  3938. githubkit/versions/v2022_11_28/types/group_0664.py +45 -110
  3939. githubkit/versions/v2022_11_28/types/group_0665.py +160 -15
  3940. githubkit/versions/v2022_11_28/types/group_0666.py +17 -5
  3941. githubkit/versions/v2022_11_28/types/group_0667.py +17 -6
  3942. githubkit/versions/v2022_11_28/types/group_0668.py +45 -128
  3943. githubkit/versions/v2022_11_28/types/group_0669.py +78 -66
  3944. githubkit/versions/v2022_11_28/types/group_0670.py +14 -141
  3945. githubkit/versions/v2022_11_28/types/group_0671.py +14 -135
  3946. githubkit/versions/v2022_11_28/types/group_0672.py +14 -168
  3947. githubkit/versions/v2022_11_28/types/group_0673.py +14 -165
  3948. githubkit/versions/v2022_11_28/types/group_0674.py +13 -12
  3949. githubkit/versions/v2022_11_28/types/group_0675.py +9 -10
  3950. githubkit/versions/v2022_11_28/types/group_0676.py +10 -186
  3951. githubkit/versions/v2022_11_28/types/group_0677.py +15 -11
  3952. githubkit/versions/v2022_11_28/types/group_0678.py +29 -6
  3953. githubkit/versions/v2022_11_28/types/group_0679.py +56 -11
  3954. githubkit/versions/v2022_11_28/types/group_0680.py +16 -6
  3955. githubkit/versions/v2022_11_28/types/group_0681.py +10 -55
  3956. githubkit/versions/v2022_11_28/types/group_0682.py +13 -221
  3957. githubkit/versions/v2022_11_28/types/group_0683.py +34 -216
  3958. githubkit/versions/v2022_11_28/types/group_0684.py +15 -219
  3959. githubkit/versions/v2022_11_28/types/group_0685.py +14 -286
  3960. githubkit/versions/v2022_11_28/types/group_0686.py +16 -222
  3961. githubkit/versions/v2022_11_28/types/group_0687.py +27 -15
  3962. githubkit/versions/v2022_11_28/types/group_0688.py +15 -24
  3963. githubkit/versions/v2022_11_28/types/group_0689.py +79 -69
  3964. githubkit/versions/v2022_11_28/types/group_0690.py +86 -55
  3965. githubkit/versions/v2022_11_28/types/group_0691.py +102 -42
  3966. githubkit/versions/v2022_11_28/types/group_0692.py +78 -45
  3967. githubkit/versions/v2022_11_28/types/group_0693.py +22 -51
  3968. githubkit/versions/v2022_11_28/types/group_0694.py +21 -44
  3969. githubkit/versions/v2022_11_28/types/group_0695.py +60 -47
  3970. githubkit/versions/v2022_11_28/types/group_0696.py +12 -57
  3971. githubkit/versions/v2022_11_28/types/group_0697.py +34 -384
  3972. githubkit/versions/v2022_11_28/types/group_0698.py +13 -425
  3973. githubkit/versions/v2022_11_28/types/group_0699.py +194 -403
  3974. githubkit/versions/v2022_11_28/types/group_0700.py +10 -31
  3975. githubkit/versions/v2022_11_28/types/group_0701.py +19 -9
  3976. githubkit/versions/v2022_11_28/types/group_0702.py +18 -8
  3977. githubkit/versions/v2022_11_28/types/group_0703.py +20 -4
  3978. githubkit/versions/v2022_11_28/types/group_0704.py +17 -8
  3979. githubkit/versions/v2022_11_28/types/group_0705.py +19 -5
  3980. githubkit/versions/v2022_11_28/types/group_0706.py +121 -5
  3981. githubkit/versions/v2022_11_28/types/group_0707.py +17 -5
  3982. githubkit/versions/v2022_11_28/types/group_0708.py +7 -5
  3983. githubkit/versions/v2022_11_28/types/group_0709.py +6 -11
  3984. githubkit/versions/v2022_11_28/types/group_0710.py +20 -4
  3985. githubkit/versions/v2022_11_28/types/group_0711.py +18 -6
  3986. githubkit/versions/v2022_11_28/types/group_0712.py +29 -14
  3987. githubkit/versions/v2022_11_28/types/group_0713.py +18 -17
  3988. githubkit/versions/v2022_11_28/types/group_0714.py +20 -24
  3989. githubkit/versions/v2022_11_28/types/group_0715.py +21 -5
  3990. githubkit/versions/v2022_11_28/types/group_0716.py +18 -5
  3991. githubkit/versions/v2022_11_28/types/group_0717.py +19 -4
  3992. githubkit/versions/v2022_11_28/types/group_0718.py +191 -8
  3993. githubkit/versions/v2022_11_28/types/group_0719.py +12 -7
  3994. githubkit/versions/v2022_11_28/types/group_0720.py +6 -6
  3995. githubkit/versions/v2022_11_28/types/group_0721.py +12 -4
  3996. githubkit/versions/v2022_11_28/types/group_0722.py +6 -4
  3997. githubkit/versions/v2022_11_28/types/group_0723.py +19 -40
  3998. githubkit/versions/v2022_11_28/types/group_0724.py +175 -13
  3999. githubkit/versions/v2022_11_28/types/group_0725.py +180 -6
  4000. githubkit/versions/v2022_11_28/types/group_0726.py +180 -8
  4001. githubkit/versions/v2022_11_28/types/group_0727.py +249 -6
  4002. githubkit/versions/v2022_11_28/types/group_0728.py +182 -8
  4003. githubkit/versions/v2022_11_28/types/group_0729.py +16 -8
  4004. githubkit/versions/v2022_11_28/types/group_0730.py +25 -7
  4005. githubkit/versions/v2022_11_28/types/group_0731.py +70 -8
  4006. githubkit/versions/v2022_11_28/types/group_0732.py +55 -4
  4007. githubkit/versions/v2022_11_28/types/group_0733.py +49 -6
  4008. githubkit/versions/v2022_11_28/types/group_0734.py +62 -8
  4009. githubkit/versions/v2022_11_28/types/group_0735.py +41 -19
  4010. githubkit/versions/v2022_11_28/types/group_0736.py +44 -11
  4011. githubkit/versions/v2022_11_28/types/group_0737.py +63 -8
  4012. githubkit/versions/v2022_11_28/types/group_0738.py +64 -6
  4013. githubkit/versions/v2022_11_28/types/group_0739.py +403 -15
  4014. githubkit/versions/v2022_11_28/types/group_0740.py +414 -7
  4015. githubkit/versions/v2022_11_28/types/group_0741.py +412 -7
  4016. githubkit/versions/v2022_11_28/types/group_0742.py +31 -14
  4017. githubkit/versions/v2022_11_28/types/group_0743.py +8 -5
  4018. githubkit/versions/v2022_11_28/types/group_0744.py +9 -9
  4019. githubkit/versions/v2022_11_28/types/group_0745.py +4 -13
  4020. githubkit/versions/v2022_11_28/types/group_0746.py +9 -5
  4021. githubkit/versions/v2022_11_28/types/group_0747.py +4 -5
  4022. githubkit/versions/v2022_11_28/types/group_0748.py +5 -24
  4023. githubkit/versions/v2022_11_28/types/group_0749.py +5 -9
  4024. githubkit/versions/v2022_11_28/types/group_0750.py +4 -8
  4025. githubkit/versions/v2022_11_28/types/group_0751.py +12 -5
  4026. githubkit/versions/v2022_11_28/types/group_0752.py +3 -6
  4027. githubkit/versions/v2022_11_28/types/group_0753.py +7 -8
  4028. githubkit/versions/v2022_11_28/types/group_0754.py +21 -6
  4029. githubkit/versions/v2022_11_28/types/group_0755.py +18 -7
  4030. githubkit/versions/v2022_11_28/types/group_0756.py +26 -6
  4031. githubkit/versions/v2022_11_28/types/group_0757.py +4 -7
  4032. githubkit/versions/v2022_11_28/types/group_0758.py +4 -5
  4033. githubkit/versions/v2022_11_28/types/group_0759.py +3 -8
  4034. githubkit/versions/v2022_11_28/types/group_0760.py +8 -22
  4035. githubkit/versions/v2022_11_28/types/group_0761.py +7 -8
  4036. githubkit/versions/v2022_11_28/types/group_0762.py +7 -9
  4037. githubkit/versions/v2022_11_28/types/group_0763.py +5 -6
  4038. githubkit/versions/v2022_11_28/types/group_0764.py +4 -25
  4039. githubkit/versions/v2022_11_28/types/group_0765.py +38 -24
  4040. githubkit/versions/v2022_11_28/types/group_0766.py +21 -9
  4041. githubkit/versions/v2022_11_28/types/group_0767.py +7 -9
  4042. githubkit/versions/v2022_11_28/types/group_0768.py +9 -3
  4043. githubkit/versions/v2022_11_28/types/group_0769.py +6 -9
  4044. githubkit/versions/v2022_11_28/types/group_0770.py +5 -5
  4045. githubkit/versions/v2022_11_28/types/group_0771.py +8 -5
  4046. githubkit/versions/v2022_11_28/types/group_0772.py +8 -14
  4047. githubkit/versions/v2022_11_28/types/group_0773.py +8 -7
  4048. githubkit/versions/v2022_11_28/types/group_0774.py +5 -7
  4049. githubkit/versions/v2022_11_28/types/group_0775.py +6 -5
  4050. githubkit/versions/v2022_11_28/types/group_0776.py +9 -3
  4051. githubkit/versions/v2022_11_28/types/group_0777.py +23 -5
  4052. githubkit/versions/v2022_11_28/types/group_0778.py +8 -7
  4053. githubkit/versions/v2022_11_28/types/group_0779.py +9 -7
  4054. githubkit/versions/v2022_11_28/types/group_0780.py +5 -6
  4055. githubkit/versions/v2022_11_28/types/group_0781.py +25 -6
  4056. githubkit/versions/v2022_11_28/types/group_0782.py +7 -4
  4057. githubkit/versions/v2022_11_28/types/group_0783.py +9 -8
  4058. githubkit/versions/v2022_11_28/types/group_0784.py +9 -10
  4059. githubkit/versions/v2022_11_28/types/group_0785.py +4 -7
  4060. githubkit/versions/v2022_11_28/types/group_0786.py +14 -48
  4061. githubkit/versions/v2022_11_28/types/group_0787.py +10 -57
  4062. githubkit/versions/v2022_11_28/types/group_0788.py +6 -59
  4063. githubkit/versions/v2022_11_28/types/group_0789.py +6 -15
  4064. githubkit/versions/v2022_11_28/types/group_0790.py +23 -12
  4065. githubkit/versions/v2022_11_28/types/group_0791.py +8 -6
  4066. githubkit/versions/v2022_11_28/types/group_0792.py +9 -6
  4067. githubkit/versions/v2022_11_28/types/group_0793.py +5 -4
  4068. githubkit/versions/v2022_11_28/types/group_0794.py +5 -8
  4069. githubkit/versions/v2022_11_28/types/group_0795.py +6 -12
  4070. githubkit/versions/v2022_11_28/types/group_0796.py +5 -7
  4071. githubkit/versions/v2022_11_28/types/group_0797.py +8 -6
  4072. githubkit/versions/v2022_11_28/types/group_0798.py +6 -6
  4073. githubkit/versions/v2022_11_28/types/group_0799.py +8 -6
  4074. githubkit/versions/v2022_11_28/types/group_0800.py +6 -5
  4075. githubkit/versions/v2022_11_28/types/group_0801.py +8 -6
  4076. githubkit/versions/v2022_11_28/types/group_0802.py +23 -7
  4077. githubkit/versions/v2022_11_28/types/group_0803.py +8 -6
  4078. githubkit/versions/v2022_11_28/types/group_0804.py +9 -6
  4079. githubkit/versions/v2022_11_28/types/group_0805.py +6 -3
  4080. githubkit/versions/v2022_11_28/types/group_0806.py +20 -16
  4081. githubkit/versions/v2022_11_28/types/group_0807.py +18 -15
  4082. githubkit/versions/v2022_11_28/types/group_0808.py +9 -5
  4083. githubkit/versions/v2022_11_28/types/group_0809.py +8 -5
  4084. githubkit/versions/v2022_11_28/types/group_0810.py +3 -6
  4085. githubkit/versions/v2022_11_28/types/group_0811.py +8 -20
  4086. githubkit/versions/v2022_11_28/types/group_0812.py +8 -4
  4087. githubkit/versions/v2022_11_28/types/group_0813.py +7 -4
  4088. githubkit/versions/v2022_11_28/types/group_0814.py +13 -7
  4089. githubkit/versions/v2022_11_28/types/group_0815.py +7 -9
  4090. githubkit/versions/v2022_11_28/types/group_0816.py +6 -6
  4091. githubkit/versions/v2022_11_28/types/group_0817.py +4 -5
  4092. githubkit/versions/v2022_11_28/types/group_0818.py +3 -5
  4093. githubkit/versions/v2022_11_28/types/group_0819.py +3 -3
  4094. githubkit/versions/v2022_11_28/types/group_0820.py +7 -107
  4095. githubkit/versions/v2022_11_28/types/group_0821.py +7 -9
  4096. githubkit/versions/v2022_11_28/types/group_0822.py +7 -5
  4097. githubkit/versions/v2022_11_28/types/group_0823.py +6 -10
  4098. githubkit/versions/v2022_11_28/types/group_0824.py +6 -9
  4099. githubkit/versions/v2022_11_28/types/group_0825.py +5 -6
  4100. githubkit/versions/v2022_11_28/types/group_0826.py +9 -6
  4101. githubkit/versions/v2022_11_28/types/group_0827.py +6 -6
  4102. githubkit/versions/v2022_11_28/types/group_0828.py +43 -9
  4103. githubkit/versions/v2022_11_28/types/group_0829.py +71 -6
  4104. githubkit/versions/v2022_11_28/types/group_0830.py +71 -6
  4105. githubkit/versions/v2022_11_28/types/group_0831.py +15 -9
  4106. githubkit/versions/v2022_11_28/types/group_0832.py +13 -9
  4107. githubkit/versions/v2022_11_28/types/group_0833.py +7 -11
  4108. githubkit/versions/v2022_11_28/types/group_0834.py +6 -9
  4109. githubkit/versions/v2022_11_28/types/group_0835.py +4 -7
  4110. githubkit/versions/v2022_11_28/types/group_0836.py +9 -5
  4111. githubkit/versions/v2022_11_28/types/group_0837.py +14 -5
  4112. githubkit/versions/v2022_11_28/types/group_0838.py +7 -8
  4113. githubkit/versions/v2022_11_28/types/group_0839.py +5 -5
  4114. githubkit/versions/v2022_11_28/types/group_0840.py +6 -9
  4115. githubkit/versions/v2022_11_28/types/group_0841.py +6 -6
  4116. githubkit/versions/v2022_11_28/types/group_0842.py +4 -5
  4117. githubkit/versions/v2022_11_28/types/group_0843.py +5 -31
  4118. githubkit/versions/v2022_11_28/types/group_0844.py +7 -21
  4119. githubkit/versions/v2022_11_28/types/group_0845.py +7 -9
  4120. githubkit/versions/v2022_11_28/types/group_0846.py +5 -6
  4121. githubkit/versions/v2022_11_28/types/group_0847.py +4 -125
  4122. githubkit/versions/v2022_11_28/types/group_0848.py +14 -44
  4123. githubkit/versions/v2022_11_28/types/group_0849.py +14 -21
  4124. githubkit/versions/v2022_11_28/types/group_0850.py +4 -13
  4125. githubkit/versions/v2022_11_28/types/group_0851.py +5 -13
  4126. githubkit/versions/v2022_11_28/types/group_0852.py +5 -14
  4127. githubkit/versions/v2022_11_28/types/group_0853.py +19 -10
  4128. githubkit/versions/v2022_11_28/types/group_0854.py +4 -11
  4129. githubkit/versions/v2022_11_28/types/group_0855.py +3 -14
  4130. githubkit/versions/v2022_11_28/types/group_0856.py +7 -11
  4131. githubkit/versions/v2022_11_28/types/group_0857.py +10 -12
  4132. githubkit/versions/v2022_11_28/types/group_0858.py +7 -13
  4133. githubkit/versions/v2022_11_28/types/group_0859.py +6 -12
  4134. githubkit/versions/v2022_11_28/types/group_0860.py +4 -11
  4135. githubkit/versions/v2022_11_28/types/group_0861.py +6 -14
  4136. githubkit/versions/v2022_11_28/types/group_0862.py +108 -5
  4137. githubkit/versions/v2022_11_28/types/group_0863.py +8 -53
  4138. githubkit/versions/v2022_11_28/types/group_0864.py +8 -33
  4139. githubkit/versions/v2022_11_28/types/group_0865.py +13 -35
  4140. githubkit/versions/v2022_11_28/types/group_0866.py +8 -59
  4141. githubkit/versions/v2022_11_28/types/group_0867.py +14 -36
  4142. githubkit/versions/v2022_11_28/types/group_0868.py +10 -36
  4143. githubkit/versions/v2022_11_28/types/group_0869.py +8 -4
  4144. githubkit/versions/v2022_11_28/types/group_0870.py +7 -20
  4145. githubkit/versions/v2022_11_28/types/group_0871.py +4 -7
  4146. githubkit/versions/v2022_11_28/types/group_0872.py +6 -10
  4147. githubkit/versions/v2022_11_28/types/group_0873.py +9 -12
  4148. githubkit/versions/v2022_11_28/types/group_0874.py +5 -5
  4149. githubkit/versions/v2022_11_28/types/group_0875.py +11 -16
  4150. githubkit/versions/v2022_11_28/types/group_0876.py +7 -20
  4151. githubkit/versions/v2022_11_28/types/group_0877.py +7 -8
  4152. githubkit/versions/v2022_11_28/types/group_0878.py +4 -18
  4153. githubkit/versions/v2022_11_28/types/group_0879.py +5 -22
  4154. githubkit/versions/v2022_11_28/types/group_0880.py +9 -6
  4155. githubkit/versions/v2022_11_28/types/group_0881.py +5 -4
  4156. githubkit/versions/v2022_11_28/types/group_0882.py +8 -4
  4157. githubkit/versions/v2022_11_28/types/group_0883.py +5 -7
  4158. githubkit/versions/v2022_11_28/types/group_0884.py +5 -7
  4159. githubkit/versions/v2022_11_28/types/group_0885.py +33 -10
  4160. githubkit/versions/v2022_11_28/types/group_0886.py +15 -30
  4161. githubkit/versions/v2022_11_28/types/group_0887.py +8 -32
  4162. githubkit/versions/v2022_11_28/types/group_0888.py +6 -11
  4163. githubkit/versions/v2022_11_28/types/group_0889.py +117 -15
  4164. githubkit/versions/v2022_11_28/types/group_0890.py +51 -5
  4165. githubkit/versions/v2022_11_28/types/group_0891.py +28 -8
  4166. githubkit/versions/v2022_11_28/types/group_0892.py +11 -20
  4167. githubkit/versions/v2022_11_28/types/group_0893.py +14 -5
  4168. githubkit/versions/v2022_11_28/types/group_0894.py +15 -14
  4169. githubkit/versions/v2022_11_28/types/group_0895.py +11 -16
  4170. githubkit/versions/v2022_11_28/types/group_0896.py +11 -29
  4171. githubkit/versions/v2022_11_28/types/group_0897.py +8 -18
  4172. githubkit/versions/v2022_11_28/types/group_0898.py +10 -7
  4173. githubkit/versions/v2022_11_28/types/group_0899.py +8 -13
  4174. githubkit/versions/v2022_11_28/types/group_0900.py +11 -6
  4175. githubkit/versions/v2022_11_28/types/group_0901.py +11 -5
  4176. githubkit/versions/v2022_11_28/types/group_0902.py +9 -6
  4177. githubkit/versions/v2022_11_28/types/group_0903.py +13 -5
  4178. githubkit/versions/v2022_11_28/types/group_0904.py +5 -6
  4179. githubkit/versions/v2022_11_28/types/group_0905.py +53 -6
  4180. githubkit/versions/v2022_11_28/types/group_0906.py +33 -9
  4181. githubkit/versions/v2022_11_28/types/group_0907.py +30 -40
  4182. githubkit/versions/v2022_11_28/types/group_0908.py +60 -6
  4183. githubkit/versions/v2022_11_28/types/group_0909.py +34 -9
  4184. githubkit/versions/v2022_11_28/types/group_0910.py +33 -25
  4185. githubkit/versions/v2022_11_28/types/group_0911.py +5 -20
  4186. githubkit/versions/v2022_11_28/types/group_0912.py +16 -18
  4187. githubkit/versions/v2022_11_28/types/group_0913.py +7 -10
  4188. githubkit/versions/v2022_11_28/types/group_0914.py +9 -8
  4189. githubkit/versions/v2022_11_28/types/group_0915.py +11 -9
  4190. githubkit/versions/v2022_11_28/types/group_0916.py +11 -8
  4191. githubkit/versions/v2022_11_28/types/group_0917.py +11 -5
  4192. githubkit/versions/v2022_11_28/types/group_0918.py +12 -6
  4193. githubkit/versions/v2022_11_28/types/group_0919.py +9 -3
  4194. githubkit/versions/v2022_11_28/types/group_0920.py +17 -7
  4195. githubkit/versions/v2022_11_28/types/group_0921.py +14 -17
  4196. githubkit/versions/v2022_11_28/types/group_0922.py +8 -4
  4197. githubkit/versions/v2022_11_28/types/group_0923.py +19 -8
  4198. githubkit/versions/v2022_11_28/types/group_0924.py +17 -28
  4199. githubkit/versions/v2022_11_28/types/group_0925.py +5 -5
  4200. githubkit/versions/v2022_11_28/types/group_0926.py +4 -5
  4201. githubkit/versions/v2022_11_28/types/group_0927.py +3 -3
  4202. githubkit/versions/v2022_11_28/types/group_0928.py +8 -6
  4203. githubkit/versions/v2022_11_28/types/group_0929.py +7 -16
  4204. githubkit/versions/v2022_11_28/types/group_0930.py +8 -4
  4205. githubkit/versions/v2022_11_28/types/group_0931.py +36 -5
  4206. githubkit/versions/v2022_11_28/types/group_0932.py +27 -11
  4207. githubkit/versions/v2022_11_28/types/group_0933.py +12 -5
  4208. githubkit/versions/v2022_11_28/types/group_0934.py +22 -6
  4209. githubkit/versions/v2022_11_28/types/group_0935.py +6 -8
  4210. githubkit/versions/v2022_11_28/types/group_0936.py +8 -7
  4211. githubkit/versions/v2022_11_28/types/group_0937.py +22 -6
  4212. githubkit/versions/v2022_11_28/types/group_0938.py +4 -6
  4213. githubkit/versions/v2022_11_28/types/group_0939.py +14 -5
  4214. githubkit/versions/v2022_11_28/types/group_0940.py +16 -6
  4215. githubkit/versions/v2022_11_28/types/group_0941.py +29 -9
  4216. githubkit/versions/v2022_11_28/types/group_0942.py +23 -9
  4217. githubkit/versions/v2022_11_28/types/group_0943.py +8 -5
  4218. githubkit/versions/v2022_11_28/types/group_0944.py +16 -5
  4219. githubkit/versions/v2022_11_28/types/group_0945.py +7 -8
  4220. githubkit/versions/v2022_11_28/types/group_0946.py +6 -16
  4221. githubkit/versions/v2022_11_28/types/group_0947.py +8 -13
  4222. githubkit/versions/v2022_11_28/types/group_0948.py +6 -16
  4223. githubkit/versions/v2022_11_28/types/group_0949.py +5 -15
  4224. githubkit/versions/v2022_11_28/types/group_0950.py +6 -15
  4225. githubkit/versions/v2022_11_28/types/group_0951.py +5 -9
  4226. githubkit/versions/v2022_11_28/types/group_0952.py +40 -7
  4227. githubkit/versions/v2022_11_28/types/group_0953.py +6 -9
  4228. githubkit/versions/v2022_11_28/types/group_0954.py +5 -11
  4229. githubkit/versions/v2022_11_28/types/group_0955.py +25 -5
  4230. githubkit/versions/v2022_11_28/types/group_0956.py +19 -5
  4231. githubkit/versions/v2022_11_28/types/group_0957.py +23 -7
  4232. githubkit/versions/v2022_11_28/types/group_0958.py +11 -11
  4233. githubkit/versions/v2022_11_28/types/group_0959.py +9 -5
  4234. githubkit/versions/v2022_11_28/types/group_0960.py +9 -7
  4235. githubkit/versions/v2022_11_28/types/group_0961.py +7 -8
  4236. githubkit/versions/v2022_11_28/types/group_0962.py +5 -14
  4237. githubkit/versions/v2022_11_28/types/group_0963.py +5 -14
  4238. githubkit/versions/v2022_11_28/types/group_0964.py +3 -5
  4239. githubkit/versions/v2022_11_28/types/group_0965.py +4 -7
  4240. githubkit/versions/v2022_11_28/types/group_0966.py +24 -5
  4241. githubkit/versions/v2022_11_28/types/group_0967.py +5 -6
  4242. githubkit/versions/v2022_11_28/types/group_0968.py +8 -7
  4243. githubkit/versions/v2022_11_28/types/group_0969.py +35 -9
  4244. githubkit/versions/v2022_11_28/types/group_0970.py +4 -5
  4245. githubkit/versions/v2022_11_28/types/group_0971.py +5 -25
  4246. githubkit/versions/v2022_11_28/types/group_0972.py +3 -3
  4247. githubkit/versions/v2022_11_28/types/group_0973.py +5 -6
  4248. githubkit/versions/v2022_11_28/types/group_0974.py +16 -6
  4249. githubkit/versions/v2022_11_28/types/group_0975.py +5 -5
  4250. githubkit/versions/v2022_11_28/types/group_0976.py +5 -5
  4251. githubkit/versions/v2022_11_28/types/group_0977.py +16 -13
  4252. githubkit/versions/v2022_11_28/types/group_0978.py +5 -7
  4253. githubkit/versions/v2022_11_28/types/group_0979.py +5 -7
  4254. githubkit/versions/v2022_11_28/types/group_0980.py +7 -12
  4255. githubkit/versions/v2022_11_28/types/group_0981.py +7 -6
  4256. githubkit/versions/v2022_11_28/types/group_0982.py +5 -49
  4257. githubkit/versions/v2022_11_28/types/group_0983.py +6 -50
  4258. githubkit/versions/v2022_11_28/types/group_0984.py +5 -10
  4259. githubkit/versions/v2022_11_28/types/group_0985.py +6 -8
  4260. githubkit/versions/v2022_11_28/types/group_0986.py +9 -5
  4261. githubkit/versions/v2022_11_28/types/group_0987.py +10 -5
  4262. githubkit/versions/v2022_11_28/types/group_0988.py +6 -6
  4263. githubkit/versions/v2022_11_28/types/group_0989.py +5 -7
  4264. githubkit/versions/v2022_11_28/types/group_0990.py +10 -9
  4265. githubkit/versions/v2022_11_28/types/group_0991.py +13 -10
  4266. githubkit/versions/v2022_11_28/types/group_0992.py +13 -6
  4267. githubkit/versions/v2022_11_28/types/group_0993.py +15 -5
  4268. githubkit/versions/v2022_11_28/types/group_0994.py +16 -5
  4269. githubkit/versions/v2022_11_28/types/group_0995.py +16 -7
  4270. githubkit/versions/v2022_11_28/types/group_0996.py +9 -11
  4271. githubkit/versions/v2022_11_28/types/group_0997.py +8 -7
  4272. githubkit/versions/v2022_11_28/types/group_0998.py +7 -4
  4273. githubkit/versions/v2022_11_28/types/group_0999.py +11 -5
  4274. githubkit/versions/v2022_11_28/types/group_1000.py +5 -6
  4275. githubkit/versions/v2022_11_28/types/group_1001.py +5 -5
  4276. githubkit/versions/v2022_11_28/types/group_1002.py +8 -13
  4277. githubkit/versions/v2022_11_28/types/group_1003.py +12 -9
  4278. githubkit/versions/v2022_11_28/types/group_1004.py +5 -17
  4279. githubkit/versions/v2022_11_28/types/group_1005.py +7 -24
  4280. githubkit/versions/v2022_11_28/types/group_1006.py +10 -24
  4281. githubkit/versions/v2022_11_28/types/group_1007.py +14 -7
  4282. githubkit/versions/v2022_11_28/types/group_1008.py +15 -9
  4283. githubkit/versions/v2022_11_28/types/group_1009.py +4 -5
  4284. githubkit/versions/v2022_11_28/types/group_1010.py +8 -7
  4285. githubkit/versions/v2022_11_28/types/group_1011.py +6 -9
  4286. githubkit/versions/v2022_11_28/types/group_1012.py +5 -5
  4287. githubkit/versions/v2022_11_28/types/group_1013.py +7 -6
  4288. githubkit/versions/v2022_11_28/types/group_1014.py +6 -9
  4289. githubkit/versions/v2022_11_28/types/group_1015.py +6 -14
  4290. githubkit/versions/v2022_11_28/types/group_1016.py +25 -5
  4291. githubkit/versions/v2022_11_28/types/group_1017.py +4 -8
  4292. githubkit/versions/v2022_11_28/types/group_1018.py +6 -9
  4293. githubkit/versions/v2022_11_28/types/group_1019.py +8 -4
  4294. githubkit/versions/v2022_11_28/types/group_1020.py +4 -5
  4295. githubkit/versions/v2022_11_28/types/group_1021.py +6 -6
  4296. githubkit/versions/v2022_11_28/types/group_1022.py +13 -13
  4297. githubkit/versions/v2022_11_28/types/group_1023.py +6 -6
  4298. githubkit/versions/v2022_11_28/types/group_1024.py +10 -32
  4299. githubkit/versions/v2022_11_28/types/group_1025.py +13 -11
  4300. githubkit/versions/v2022_11_28/types/group_1026.py +5 -10
  4301. githubkit/versions/v2022_11_28/types/group_1027.py +62 -5
  4302. githubkit/versions/v2022_11_28/types/group_1028.py +79 -0
  4303. githubkit/versions/v2022_11_28/types/group_1029.py +26 -0
  4304. githubkit/versions/v2022_11_28/types/group_1030.py +25 -0
  4305. githubkit/versions/v2022_11_28/types/group_1031.py +22 -0
  4306. githubkit/versions/v2022_11_28/types/group_1032.py +21 -0
  4307. githubkit/versions/v2022_11_28/types/group_1033.py +22 -0
  4308. githubkit/versions/v2022_11_28/types/group_1034.py +24 -0
  4309. githubkit/versions/v2022_11_28/types/group_1035.py +25 -0
  4310. githubkit/versions/v2022_11_28/types/group_1036.py +29 -0
  4311. githubkit/versions/v2022_11_28/types/group_1037.py +23 -0
  4312. githubkit/versions/v2022_11_28/types/group_1038.py +22 -0
  4313. githubkit/versions/v2022_11_28/types/group_1039.py +21 -0
  4314. githubkit/versions/v2022_11_28/types/group_1040.py +23 -0
  4315. githubkit/versions/v2022_11_28/types/group_1041.py +28 -0
  4316. githubkit/versions/v2022_11_28/types/group_1042.py +24 -0
  4317. githubkit/versions/v2022_11_28/types/group_1043.py +22 -0
  4318. githubkit/versions/v2022_11_28/types/group_1044.py +22 -0
  4319. githubkit/versions/v2022_11_28/types/group_1045.py +22 -0
  4320. githubkit/versions/v2022_11_28/types/group_1046.py +22 -0
  4321. githubkit/versions/v2022_11_28/types/group_1047.py +29 -0
  4322. githubkit/versions/v2022_11_28/types/group_1048.py +25 -0
  4323. githubkit/versions/v2022_11_28/types/group_1049.py +33 -0
  4324. githubkit/versions/v2022_11_28/types/group_1050.py +41 -0
  4325. githubkit/versions/v2022_11_28/types/group_1051.py +40 -0
  4326. githubkit/versions/v2022_11_28/types/group_1052.py +24 -0
  4327. githubkit/versions/v2022_11_28/types/group_1053.py +25 -0
  4328. githubkit/versions/v2022_11_28/types/group_1054.py +22 -0
  4329. githubkit/versions/v2022_11_28/types/group_1055.py +24 -0
  4330. githubkit/versions/v2022_11_28/types/group_1056.py +25 -0
  4331. githubkit/versions/v2022_11_28/types/group_1057.py +22 -0
  4332. githubkit/versions/v2022_11_28/types/group_1058.py +22 -0
  4333. githubkit/versions/v2022_11_28/types/group_1059.py +26 -0
  4334. githubkit/versions/v2022_11_28/types/group_1060.py +31 -0
  4335. githubkit/versions/v2022_11_28/types/group_1061.py +22 -0
  4336. githubkit/versions/v2022_11_28/types/group_1062.py +25 -0
  4337. githubkit/versions/v2022_11_28/types/group_1063.py +26 -0
  4338. githubkit/versions/v2022_11_28/types/group_1064.py +19 -0
  4339. githubkit/versions/v2022_11_28/types/group_1065.py +22 -0
  4340. githubkit/versions/v2022_11_28/types/group_1066.py +22 -0
  4341. githubkit/versions/v2022_11_28/types/group_1067.py +30 -0
  4342. githubkit/versions/v2022_11_28/types/group_1068.py +23 -0
  4343. githubkit/versions/v2022_11_28/types/group_1069.py +46 -0
  4344. githubkit/versions/v2022_11_28/types/group_1070.py +27 -0
  4345. githubkit/versions/v2022_11_28/types/group_1071.py +27 -0
  4346. githubkit/versions/v2022_11_28/types/group_1072.py +22 -0
  4347. githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert.py +0 -3
  4348. {githubkit-0.11.4.dist-info → githubkit-0.11.6.dist-info}/METADATA +1 -1
  4349. githubkit-0.11.6.dist-info/RECORD +4714 -0
  4350. githubkit-0.11.4.dist-info/RECORD +0 -4507
  4351. {githubkit-0.11.4.dist-info → githubkit-0.11.6.dist-info}/LICENSE +0 -0
  4352. {githubkit-0.11.4.dist-info → githubkit-0.11.6.dist-info}/WHEEL +0 -0
@@ -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,42 +2484,24 @@ 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
  )
2357
2502
  from githubkit.versions.v2022_11_28.models import (
2358
2503
  WebhookSecretScanningAlertCreated as WebhookSecretScanningAlertCreated,
2359
2504
  )
2360
- from githubkit.versions.v2022_11_28.models import (
2361
- WebhookSecretScanningAlertRevoked as WebhookSecretScanningAlertRevoked,
2362
- )
2363
2505
  from githubkit.versions.v2022_11_28.models import (
2364
2506
  WebhookStatusPropCommitPropAuthor as WebhookStatusPropCommitPropAuthor,
2365
2507
  )
@@ -2369,6 +2511,18 @@ if TYPE_CHECKING:
2369
2511
  from githubkit.versions.v2022_11_28.models import (
2370
2512
  WebhookWorkflowDispatchPropInputs as WebhookWorkflowDispatchPropInputs,
2371
2513
  )
2514
+ from githubkit.versions.v2022_11_28.models import (
2515
+ WebhooksIssueCommentPropReactions as WebhooksIssueCommentPropReactions,
2516
+ )
2517
+ from githubkit.versions.v2022_11_28.models import (
2518
+ WebhooksPullRequest5PropAutoMerge as WebhooksPullRequest5PropAutoMerge,
2519
+ )
2520
+ from githubkit.versions.v2022_11_28.models import (
2521
+ WebhooksPullRequest5PropMilestone as WebhooksPullRequest5PropMilestone,
2522
+ )
2523
+ from githubkit.versions.v2022_11_28.models import (
2524
+ WebhooksSponsorshipPropMaintainer as WebhooksSponsorshipPropMaintainer,
2525
+ )
2372
2526
  from githubkit.versions.v2022_11_28.models import (
2373
2527
  ApplicationsClientIdTokenPatchBody as ApplicationsClientIdTokenPatchBody,
2374
2528
  )
@@ -2477,9 +2631,6 @@ if TYPE_CHECKING:
2477
2631
  from githubkit.versions.v2022_11_28.models import (
2478
2632
  WebhookIssuesDemilestonedPropIssue as WebhookIssuesDemilestonedPropIssue,
2479
2633
  )
2480
- from githubkit.versions.v2022_11_28.models import (
2481
- WebhookMembershipRemovedPropMember as WebhookMembershipRemovedPropMember,
2482
- )
2483
2634
  from githubkit.versions.v2022_11_28.models import (
2484
2635
  WebhookMembershipRemovedPropSender as WebhookMembershipRemovedPropSender,
2485
2636
  )
@@ -2498,15 +2649,9 @@ if TYPE_CHECKING:
2498
2649
  from githubkit.versions.v2022_11_28.models import (
2499
2650
  WebhookPullRequestConvertedToDraft as WebhookPullRequestConvertedToDraft,
2500
2651
  )
2501
- from githubkit.versions.v2022_11_28.models import (
2502
- WebhookPullRequestLabeledPropLabel as WebhookPullRequestLabeledPropLabel,
2503
- )
2504
2652
  from githubkit.versions.v2022_11_28.models import (
2505
2653
  WebhookPushPropRepositoryPropOwner as WebhookPushPropRepositoryPropOwner,
2506
2654
  )
2507
- from githubkit.versions.v2022_11_28.models import (
2508
- WebhookReleasePublishedPropRelease as WebhookReleasePublishedPropRelease,
2509
- )
2510
2655
  from githubkit.versions.v2022_11_28.models import (
2511
2656
  WebhookRepositoryAdvisoryPublished as WebhookRepositoryAdvisoryPublished,
2512
2657
  )
@@ -2519,6 +2664,15 @@ if TYPE_CHECKING:
2519
2664
  from githubkit.versions.v2022_11_28.models import (
2520
2665
  WebhookSecretScanningAlertResolved as WebhookSecretScanningAlertResolved,
2521
2666
  )
2667
+ from githubkit.versions.v2022_11_28.models import (
2668
+ WebhooksReviewCommentPropReactions as WebhooksReviewCommentPropReactions,
2669
+ )
2670
+ from githubkit.versions.v2022_11_28.models import (
2671
+ WebhooksReviewersItemsPropReviewer as WebhooksReviewersItemsPropReviewer,
2672
+ )
2673
+ from githubkit.versions.v2022_11_28.models import (
2674
+ WebhooksSponsorshipPropSponsorable as WebhooksSponsorshipPropSponsorable,
2675
+ )
2522
2676
  from githubkit.versions.v2022_11_28.models import (
2523
2677
  WorkflowUsagePropBillablePropMacos as WorkflowUsagePropBillablePropMacos,
2524
2678
  )
@@ -2531,6 +2685,9 @@ if TYPE_CHECKING:
2531
2685
  from githubkit.versions.v2022_11_28.models import (
2532
2686
  CheckSuitePreferencePropPreferences as CheckSuitePreferencePropPreferences,
2533
2687
  )
2688
+ from githubkit.versions.v2022_11_28.models import (
2689
+ CodeScanningVariantAnalysisRepoTask as CodeScanningVariantAnalysisRepoTask,
2690
+ )
2534
2691
  from githubkit.versions.v2022_11_28.models import (
2535
2692
  DemilestonedIssueEventPropMilestone as DemilestonedIssueEventPropMilestone,
2536
2693
  )
@@ -2570,6 +2727,18 @@ if TYPE_CHECKING:
2570
2727
  from githubkit.versions.v2022_11_28.models import (
2571
2728
  RepositoryRuleCommitterEmailPattern as RepositoryRuleCommitterEmailPattern,
2572
2729
  )
2730
+ from githubkit.versions.v2022_11_28.models import (
2731
+ RepositoryRuleOneof14PropParameters as RepositoryRuleOneof14PropParameters,
2732
+ )
2733
+ from githubkit.versions.v2022_11_28.models import (
2734
+ RepositoryRuleOneof15PropParameters as RepositoryRuleOneof15PropParameters,
2735
+ )
2736
+ from githubkit.versions.v2022_11_28.models import (
2737
+ RepositoryRuleOneof16PropParameters as RepositoryRuleOneof16PropParameters,
2738
+ )
2739
+ from githubkit.versions.v2022_11_28.models import (
2740
+ RepositoryRuleOneof17PropParameters as RepositoryRuleOneof17PropParameters,
2741
+ )
2573
2742
  from githubkit.versions.v2022_11_28.models import (
2574
2743
  RepositoryRuleRequiredLinearHistory as RepositoryRuleRequiredLinearHistory,
2575
2744
  )
@@ -2588,12 +2757,6 @@ if TYPE_CHECKING:
2588
2757
  from githubkit.versions.v2022_11_28.models import (
2589
2758
  WebhookDependabotAlertAutoDismissed as WebhookDependabotAlertAutoDismissed,
2590
2759
  )
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
2760
  from githubkit.versions.v2022_11_28.models import (
2598
2761
  WebhookIssueCommentCreatedPropIssue as WebhookIssueCommentCreatedPropIssue,
2599
2762
  )
@@ -2603,24 +2766,12 @@ if TYPE_CHECKING:
2603
2766
  from githubkit.versions.v2022_11_28.models import (
2604
2767
  WebhookIssuesTransferredPropChanges as WebhookIssuesTransferredPropChanges,
2605
2768
  )
2606
- from githubkit.versions.v2022_11_28.models import (
2607
- WebhookIssuesUnassignedPropAssignee as WebhookIssuesUnassignedPropAssignee,
2608
- )
2609
2769
  from githubkit.versions.v2022_11_28.models import (
2610
2770
  WebhookMarketplacePurchaseCancelled as WebhookMarketplacePurchaseCancelled,
2611
2771
  )
2612
2772
  from githubkit.versions.v2022_11_28.models import (
2613
2773
  WebhookMarketplacePurchasePurchased as WebhookMarketplacePurchasePurchased,
2614
2774
  )
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
2775
  from githubkit.versions.v2022_11_28.models import (
2625
2776
  WebhookPageBuildPropBuildPropPusher as WebhookPageBuildPropBuildPropPusher,
2626
2777
  )
@@ -2652,7 +2803,13 @@ if TYPE_CHECKING:
2652
2803
  WebhookSponsorshipPendingTierChange as WebhookSponsorshipPendingTierChange,
2653
2804
  )
2654
2805
  from githubkit.versions.v2022_11_28.models import (
2655
- WebhookTeamEditedPropTeamPropParent as WebhookTeamEditedPropTeamPropParent,
2806
+ WebhooksMarketplacePurchasePropPlan as WebhooksMarketplacePurchasePropPlan,
2807
+ )
2808
+ from githubkit.versions.v2022_11_28.models import (
2809
+ WebhooksPreviousMarketplacePurchase as WebhooksPreviousMarketplacePurchase,
2810
+ )
2811
+ from githubkit.versions.v2022_11_28.models import (
2812
+ WebhooksPullRequest5PropLabelsItems as WebhooksPullRequest5PropLabelsItems,
2656
2813
  )
2657
2814
  from githubkit.versions.v2022_11_28.models import (
2658
2815
  WorkflowUsagePropBillablePropUbuntu as WorkflowUsagePropBillablePropUbuntu,
@@ -2726,9 +2883,6 @@ if TYPE_CHECKING:
2726
2883
  from githubkit.versions.v2022_11_28.models import (
2727
2884
  WebhookCodeScanningAlertClosedByUser as WebhookCodeScanningAlertClosedByUser,
2728
2885
  )
2729
- from githubkit.versions.v2022_11_28.models import (
2730
- WebhookDeploymentCreatedPropWorkflow as WebhookDeploymentCreatedPropWorkflow,
2731
- )
2732
2886
  from githubkit.versions.v2022_11_28.models import (
2733
2887
  WebhookForkPropForkeeAllof0PropOwner as WebhookForkPropForkeeAllof0PropOwner,
2734
2888
  )
@@ -2741,71 +2895,59 @@ if TYPE_CHECKING:
2741
2895
  from githubkit.versions.v2022_11_28.models import (
2742
2896
  WebhookInstallationRepositoriesAdded as WebhookInstallationRepositoriesAdded,
2743
2897
  )
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
2898
  from githubkit.versions.v2022_11_28.models import (
2751
2899
  WebhookIssuesEditedPropIssuePropUser as WebhookIssuesEditedPropIssuePropUser,
2752
2900
  )
2753
2901
  from githubkit.versions.v2022_11_28.models import (
2754
2902
  WebhookIssuesLockedPropIssuePropUser as WebhookIssuesLockedPropIssuePropUser,
2755
2903
  )
2756
- from githubkit.versions.v2022_11_28.models import (
2757
- WebhookIssuesMilestonedPropMilestone as WebhookIssuesMilestonedPropMilestone,
2758
- )
2759
2904
  from githubkit.versions.v2022_11_28.models import (
2760
2905
  WebhookIssuesOpenedPropIssuePropUser as WebhookIssuesOpenedPropIssuePropUser,
2761
2906
  )
2762
- from githubkit.versions.v2022_11_28.models import (
2763
- WebhookIssuesPinnedPropIssuePropUser as WebhookIssuesPinnedPropIssuePropUser,
2764
- )
2765
2907
  from githubkit.versions.v2022_11_28.models import (
2766
2908
  WebhookMetaDeletedPropHookPropConfig as WebhookMetaDeletedPropHookPropConfig,
2767
2909
  )
2768
2910
  from githubkit.versions.v2022_11_28.models import (
2769
- WebhookMilestoneCreatedPropMilestone as WebhookMilestoneCreatedPropMilestone,
2911
+ WebhookPushPropRepositoryPropLicense as WebhookPushPropRepositoryPropLicense,
2770
2912
  )
2771
2913
  from githubkit.versions.v2022_11_28.models import (
2772
- WebhookMilestoneDeletedPropMilestone as WebhookMilestoneDeletedPropMilestone,
2914
+ WebhookReleasePrereleasedPropRelease as WebhookReleasePrereleasedPropRelease,
2773
2915
  )
2774
2916
  from githubkit.versions.v2022_11_28.models import (
2775
- WebhookPullRequestUnlabeledPropLabel as WebhookPullRequestUnlabeledPropLabel,
2917
+ WebhookStatusPropCommitPropCommitter as WebhookStatusPropCommitPropCommitter,
2776
2918
  )
2777
2919
  from githubkit.versions.v2022_11_28.models import (
2778
- WebhookPushPropRepositoryPropLicense as WebhookPushPropRepositoryPropLicense,
2920
+ WebhookTeamEditedPropChangesPropName as WebhookTeamEditedPropChangesPropName,
2779
2921
  )
2780
2922
  from githubkit.versions.v2022_11_28.models import (
2781
- WebhookReleasePrereleasedPropRelease as WebhookReleasePrereleasedPropRelease,
2923
+ WebhooksProjectChangesPropArchivedAt as WebhooksProjectChangesPropArchivedAt,
2782
2924
  )
2783
2925
  from githubkit.versions.v2022_11_28.models import (
2784
- WebhookReleaseUnpublishedPropRelease as WebhookReleaseUnpublishedPropRelease,
2926
+ WebhooksPullRequest5PropBasePropRepo as WebhooksPullRequest5PropBasePropRepo,
2785
2927
  )
2786
2928
  from githubkit.versions.v2022_11_28.models import (
2787
- WebhookStatusPropCommitPropCommitter as WebhookStatusPropCommitPropCommitter,
2929
+ WebhooksPullRequest5PropBasePropUser as WebhooksPullRequest5PropBasePropUser,
2788
2930
  )
2789
2931
  from githubkit.versions.v2022_11_28.models import (
2790
- WebhookTeamAddedToRepositoryPropTeam as WebhookTeamAddedToRepositoryPropTeam,
2932
+ WebhooksPullRequest5PropHeadPropRepo as WebhooksPullRequest5PropHeadPropRepo,
2791
2933
  )
2792
2934
  from githubkit.versions.v2022_11_28.models import (
2793
- WebhookTeamCreatedPropTeamPropParent as WebhookTeamCreatedPropTeamPropParent,
2935
+ WebhooksPullRequest5PropHeadPropUser as WebhooksPullRequest5PropHeadPropUser,
2794
2936
  )
2795
2937
  from githubkit.versions.v2022_11_28.models import (
2796
- WebhookTeamDeletedPropTeamPropParent as WebhookTeamDeletedPropTeamPropParent,
2938
+ WorkflowUsagePropBillablePropWindows as WorkflowUsagePropBillablePropWindows,
2797
2939
  )
2798
2940
  from githubkit.versions.v2022_11_28.models import (
2799
- WebhookTeamEditedPropChangesPropName as WebhookTeamEditedPropChangesPropName,
2941
+ BranchRestrictionPolicyPropTeamsItems as BranchRestrictionPolicyPropTeamsItems,
2800
2942
  )
2801
2943
  from githubkit.versions.v2022_11_28.models import (
2802
- WorkflowUsagePropBillablePropWindows as WorkflowUsagePropBillablePropWindows,
2944
+ BranchRestrictionPolicyPropUsersItems as BranchRestrictionPolicyPropUsersItems,
2803
2945
  )
2804
2946
  from githubkit.versions.v2022_11_28.models import (
2805
- BranchRestrictionPolicyPropTeamsItems as BranchRestrictionPolicyPropTeamsItems,
2947
+ CodeScanningVariantAnalysisRepository as CodeScanningVariantAnalysisRepository,
2806
2948
  )
2807
2949
  from githubkit.versions.v2022_11_28.models import (
2808
- BranchRestrictionPolicyPropUsersItems as BranchRestrictionPolicyPropUsersItems,
2950
+ CopilotUsageMetricsPropBreakdownItems as CopilotUsageMetricsPropBreakdownItems,
2809
2951
  )
2810
2952
  from githubkit.versions.v2022_11_28.models import (
2811
2953
  GistsGistIdCommentsCommentIdPatchBody as GistsGistIdCommentsCommentIdPatchBody,
@@ -2864,9 +3006,6 @@ if TYPE_CHECKING:
2864
3006
  from githubkit.versions.v2022_11_28.models import (
2865
3007
  WebhookIssueCommentCreatedPropComment as WebhookIssueCommentCreatedPropComment,
2866
3008
  )
2867
- from githubkit.versions.v2022_11_28.models import (
2868
- WebhookIssueCommentDeletedPropComment as WebhookIssueCommentDeletedPropComment,
2869
- )
2870
3009
  from githubkit.versions.v2022_11_28.models import (
2871
3010
  WebhookIssuesDeletedPropIssuePropUser as WebhookIssuesDeletedPropIssuePropUser,
2872
3011
  )
@@ -2876,9 +3015,6 @@ if TYPE_CHECKING:
2876
3015
  from githubkit.versions.v2022_11_28.models import (
2877
3016
  WebhookLabelEditedPropChangesPropName as WebhookLabelEditedPropChangesPropName,
2878
3017
  )
2879
- from githubkit.versions.v2022_11_28.models import (
2880
- WebhookOrgBlockBlockedPropBlockedUser as WebhookOrgBlockBlockedPropBlockedUser,
2881
- )
2882
3018
  from githubkit.versions.v2022_11_28.models import (
2883
3019
  WebhookOrganizationRenamedPropChanges as WebhookOrganizationRenamedPropChanges,
2884
3020
  )
@@ -2897,6 +3033,18 @@ if TYPE_CHECKING:
2897
3033
  from githubkit.versions.v2022_11_28.models import (
2898
3034
  WebhookSponsorshipPendingCancellation as WebhookSponsorshipPendingCancellation,
2899
3035
  )
3036
+ from githubkit.versions.v2022_11_28.models import (
3037
+ WebhooksIssuePropMilestonePropCreator as WebhooksIssuePropMilestonePropCreator,
3038
+ )
3039
+ from githubkit.versions.v2022_11_28.models import (
3040
+ WebhooksPullRequest5PropLinksPropHtml as WebhooksPullRequest5PropLinksPropHtml,
3041
+ )
3042
+ from githubkit.versions.v2022_11_28.models import (
3043
+ WebhooksPullRequest5PropLinksPropSelf as WebhooksPullRequest5PropLinksPropSelf,
3044
+ )
3045
+ from githubkit.versions.v2022_11_28.models import (
3046
+ WebhooksSecurityAdvisoryPropCwesItems as WebhooksSecurityAdvisoryPropCwesItems,
3047
+ )
2900
3048
  from githubkit.versions.v2022_11_28.models import (
2901
3049
  WorkflowRunUsagePropBillablePropMacos as WorkflowRunUsagePropBillablePropMacos,
2902
3050
  )
@@ -2999,15 +3147,9 @@ if TYPE_CHECKING:
2999
3147
  from githubkit.versions.v2022_11_28.models import (
3000
3148
  WebhookInstallationRepositoriesRemoved as WebhookInstallationRepositoriesRemoved,
3001
3149
  )
3002
- from githubkit.versions.v2022_11_28.models import (
3003
- WebhookIssuesAssignedPropIssuePropUser as WebhookIssuesAssignedPropIssuePropUser,
3004
- )
3005
3150
  from githubkit.versions.v2022_11_28.models import (
3006
3151
  WebhookIssuesClosedPropIssueMergedUser as WebhookIssuesClosedPropIssueMergedUser,
3007
3152
  )
3008
- from githubkit.versions.v2022_11_28.models import (
3009
- WebhookIssuesDemilestonedPropMilestone as WebhookIssuesDemilestonedPropMilestone,
3010
- )
3011
3153
  from githubkit.versions.v2022_11_28.models import (
3012
3154
  WebhookIssuesEditedPropChangesPropBody as WebhookIssuesEditedPropChangesPropBody,
3013
3155
  )
@@ -3017,9 +3159,6 @@ if TYPE_CHECKING:
3017
3159
  from githubkit.versions.v2022_11_28.models import (
3018
3160
  WebhookIssuesUnlockedPropIssuePropUser as WebhookIssuesUnlockedPropIssuePropUser,
3019
3161
  )
3020
- from githubkit.versions.v2022_11_28.models import (
3021
- WebhookIssuesUnpinnedPropIssuePropUser as WebhookIssuesUnpinnedPropIssuePropUser,
3022
- )
3023
3162
  from githubkit.versions.v2022_11_28.models import (
3024
3163
  WebhookLabelEditedPropChangesPropColor as WebhookLabelEditedPropChangesPropColor,
3025
3164
  )
@@ -3029,9 +3168,6 @@ if TYPE_CHECKING:
3029
3168
  from githubkit.versions.v2022_11_28.models import (
3030
3169
  WebhookProjectCardMovedPropProjectCard as WebhookProjectCardMovedPropProjectCard,
3031
3170
  )
3032
- from githubkit.versions.v2022_11_28.models import (
3033
- WebhookPullRequestAssignedPropAssignee as WebhookPullRequestAssignedPropAssignee,
3034
- )
3035
3171
  from githubkit.versions.v2022_11_28.models import (
3036
3172
  WebhookPullRequestReviewCommentCreated as WebhookPullRequestReviewCommentCreated,
3037
3173
  )
@@ -3047,6 +3183,30 @@ if TYPE_CHECKING:
3047
3183
  from githubkit.versions.v2022_11_28.models import (
3048
3184
  WebhookRubygemsMetadataPropVersionInfo as WebhookRubygemsMetadataPropVersionInfo,
3049
3185
  )
3186
+ from githubkit.versions.v2022_11_28.models import (
3187
+ WebhooksIssue2PropMilestonePropCreator as WebhooksIssue2PropMilestonePropCreator,
3188
+ )
3189
+ from githubkit.versions.v2022_11_28.models import (
3190
+ WebhooksIssuePropPerformedViaGithubApp as WebhooksIssuePropPerformedViaGithubApp,
3191
+ )
3192
+ from githubkit.versions.v2022_11_28.models import (
3193
+ WebhooksMarketplacePurchasePropAccount as WebhooksMarketplacePurchasePropAccount,
3194
+ )
3195
+ from githubkit.versions.v2022_11_28.models import (
3196
+ WebhooksPullRequest5PropAssigneesItems as WebhooksPullRequest5PropAssigneesItems,
3197
+ )
3198
+ from githubkit.versions.v2022_11_28.models import (
3199
+ WebhooksPullRequest5PropLinksPropIssue as WebhooksPullRequest5PropLinksPropIssue,
3200
+ )
3201
+ from githubkit.versions.v2022_11_28.models import (
3202
+ WebhooksReviewCommentPropLinksPropHtml as WebhooksReviewCommentPropLinksPropHtml,
3203
+ )
3204
+ from githubkit.versions.v2022_11_28.models import (
3205
+ WebhooksReviewCommentPropLinksPropSelf as WebhooksReviewCommentPropLinksPropSelf,
3206
+ )
3207
+ from githubkit.versions.v2022_11_28.models import (
3208
+ WebhooksReviewPropLinksPropPullRequest as WebhooksReviewPropLinksPropPullRequest,
3209
+ )
3050
3210
  from githubkit.versions.v2022_11_28.models import (
3051
3211
  WorkflowRunUsagePropBillablePropUbuntu as WorkflowRunUsagePropBillablePropUbuntu,
3052
3212
  )
@@ -3101,27 +3261,15 @@ if TYPE_CHECKING:
3101
3261
  from githubkit.versions.v2022_11_28.models import (
3102
3262
  WebhookDiscussionTransferredPropChanges as WebhookDiscussionTransferredPropChanges,
3103
3263
  )
3104
- from githubkit.versions.v2022_11_28.models import (
3105
- WebhookInstallationCreatedPropRequester as WebhookInstallationCreatedPropRequester,
3106
- )
3107
3264
  from githubkit.versions.v2022_11_28.models import (
3108
3265
  WebhookIssuesEditedPropChangesPropTitle as WebhookIssuesEditedPropChangesPropTitle,
3109
3266
  )
3110
- from githubkit.versions.v2022_11_28.models import (
3111
- WebhookIssuesUnlabeledPropIssuePropUser as WebhookIssuesUnlabeledPropIssuePropUser,
3112
- )
3113
3267
  from githubkit.versions.v2022_11_28.models import (
3114
3268
  WebhookMarketplacePurchasePendingChange as WebhookMarketplacePurchasePendingChange,
3115
3269
  )
3116
- from githubkit.versions.v2022_11_28.models import (
3117
- WebhookOrgBlockUnblockedPropBlockedUser as WebhookOrgBlockUnblockedPropBlockedUser,
3118
- )
3119
3270
  from githubkit.versions.v2022_11_28.models import (
3120
3271
  WebhookPersonalAccessTokenRequestDenied as WebhookPersonalAccessTokenRequestDenied,
3121
3272
  )
3122
- from githubkit.versions.v2022_11_28.models import (
3123
- WebhookProjectCardEditedPropProjectCard as WebhookProjectCardEditedPropProjectCard,
3124
- )
3125
3273
  from githubkit.versions.v2022_11_28.models import (
3126
3274
  WebhookProjectEditedPropChangesPropBody as WebhookProjectEditedPropChangesPropBody,
3127
3275
  )
@@ -3146,9 +3294,6 @@ if TYPE_CHECKING:
3146
3294
  from githubkit.versions.v2022_11_28.models import (
3147
3295
  WebhookRepositoryTransferredPropChanges as WebhookRepositoryTransferredPropChanges,
3148
3296
  )
3149
- from githubkit.versions.v2022_11_28.models import (
3150
- WebhookSponsorshipEditedPropSponsorship as WebhookSponsorshipEditedPropSponsorship,
3151
- )
3152
3297
  from githubkit.versions.v2022_11_28.models import (
3153
3298
  WebhookStatusPropCommitPropParentsItems as WebhookStatusPropCommitPropParentsItems,
3154
3299
  )
@@ -3159,10 +3304,7 @@ if TYPE_CHECKING:
3159
3304
  WebhookWorkflowJobQueuedPropWorkflowJob as WebhookWorkflowJobQueuedPropWorkflowJob,
3160
3305
  )
3161
3306
  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,
3307
+ WebhooksIssue2PropPerformedViaGithubApp as WebhooksIssue2PropPerformedViaGithubApp,
3166
3308
  )
3167
3309
  from githubkit.versions.v2022_11_28.models import (
3168
3310
  WorkflowRunUsagePropBillablePropWindows as WorkflowRunUsagePropBillablePropWindows,
@@ -3215,6 +3357,9 @@ if TYPE_CHECKING:
3215
3357
  from githubkit.versions.v2022_11_28.models import (
3216
3358
  RepositoryAdvisoryUpdatePropCreditsItems as RepositoryAdvisoryUpdatePropCreditsItems,
3217
3359
  )
3360
+ from githubkit.versions.v2022_11_28.models import (
3361
+ RepositoryRuleCodeScanningPropParameters as RepositoryRuleCodeScanningPropParameters,
3362
+ )
3218
3363
  from githubkit.versions.v2022_11_28.models import (
3219
3364
  RepositoryWebhooksPropTemplateRepository as RepositoryWebhooksPropTemplateRepository,
3220
3365
  )
@@ -3236,9 +3381,6 @@ if TYPE_CHECKING:
3236
3381
  from githubkit.versions.v2022_11_28.models import (
3237
3382
  WebhookDeploymentProtectionRuleRequested as WebhookDeploymentProtectionRuleRequested,
3238
3383
  )
3239
- from githubkit.versions.v2022_11_28.models import (
3240
- WebhookDiscussionUnansweredPropOldAnswer as WebhookDiscussionUnansweredPropOldAnswer,
3241
- )
3242
3384
  from githubkit.versions.v2022_11_28.models import (
3243
3385
  WebhookIssueCommentEditedPropIssueAllof0 as WebhookIssueCommentEditedPropIssueAllof0,
3244
3386
  )
@@ -3260,77 +3402,35 @@ if TYPE_CHECKING:
3260
3402
  from githubkit.versions.v2022_11_28.models import (
3261
3403
  WebhookIssuesOpenedPropIssuePropAssignee as WebhookIssuesOpenedPropIssuePropAssignee,
3262
3404
  )
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
3405
  from githubkit.versions.v2022_11_28.models import (
3282
3406
  WebhookPersonalAccessTokenRequestCreated as WebhookPersonalAccessTokenRequestCreated,
3283
3407
  )
3284
- from githubkit.versions.v2022_11_28.models import (
3285
- WebhookProjectCardCreatedPropProjectCard as WebhookProjectCardCreatedPropProjectCard,
3286
- )
3287
3408
  from githubkit.versions.v2022_11_28.models import (
3288
3409
  WebhookProjectCardDeletedPropProjectCard as WebhookProjectCardDeletedPropProjectCard,
3289
3410
  )
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
3411
  from githubkit.versions.v2022_11_28.models import (
3297
3412
  WebhookPullRequestLabeledPropPullRequest as WebhookPullRequestLabeledPropPullRequest,
3298
3413
  )
3299
- from githubkit.versions.v2022_11_28.models import (
3300
- WebhookPullRequestReviewEditedPropReview as WebhookPullRequestReviewEditedPropReview,
3301
- )
3302
3414
  from githubkit.versions.v2022_11_28.models import (
3303
3415
  WebhookPullRequestReviewThreadUnresolved as WebhookPullRequestReviewThreadUnresolved,
3304
3416
  )
3305
- from githubkit.versions.v2022_11_28.models import (
3306
- WebhookPullRequestUnassignedPropAssignee as WebhookPullRequestUnassignedPropAssignee,
3307
- )
3308
3417
  from githubkit.versions.v2022_11_28.models import (
3309
3418
  WebhookPushPropCommitsItemsPropCommitter as WebhookPushPropCommitsItemsPropCommitter,
3310
3419
  )
3311
3420
  from githubkit.versions.v2022_11_28.models import (
3312
3421
  WebhookPushPropRepositoryPropPermissions as WebhookPushPropRepositoryPropPermissions,
3313
3422
  )
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
3423
  from githubkit.versions.v2022_11_28.models import (
3321
3424
  WebhookStatusPropBranchesItemsPropCommit as WebhookStatusPropBranchesItemsPropCommit,
3322
3425
  )
3323
3426
  from githubkit.versions.v2022_11_28.models import (
3324
3427
  WebhookTeamEditedPropRepositoryPropOwner as WebhookTeamEditedPropRepositoryPropOwner,
3325
3428
  )
3326
- from githubkit.versions.v2022_11_28.models import (
3327
- WebhookTeamRemovedFromRepositoryPropTeam as WebhookTeamRemovedFromRepositoryPropTeam,
3328
- )
3329
3429
  from githubkit.versions.v2022_11_28.models import (
3330
3430
  WebhookWorkflowJobWaitingPropWorkflowJob as WebhookWorkflowJobWaitingPropWorkflowJob,
3331
3431
  )
3332
3432
  from githubkit.versions.v2022_11_28.models import (
3333
- WebhookWorkflowRunInProgressPropWorkflow as WebhookWorkflowRunInProgressPropWorkflow,
3433
+ WebhooksPullRequest5PropLinksPropCommits as WebhooksPullRequest5PropLinksPropCommits,
3334
3434
  )
3335
3435
  from githubkit.versions.v2022_11_28.models import (
3336
3436
  BranchProtectionPropRequiredLinearHistory as BranchProtectionPropRequiredLinearHistory,
@@ -3398,9 +3498,6 @@ if TYPE_CHECKING:
3398
3498
  from githubkit.versions.v2022_11_28.models import (
3399
3499
  WebhookDiscussionCommentEditedPropChanges as WebhookDiscussionCommentEditedPropChanges,
3400
3500
  )
3401
- from githubkit.versions.v2022_11_28.models import (
3402
- WebhookDiscussionCommentEditedPropComment as WebhookDiscussionCommentEditedPropComment,
3403
- )
3404
3501
  from githubkit.versions.v2022_11_28.models import (
3405
3502
  WebhookInstallationNewPermissionsAccepted as WebhookInstallationNewPermissionsAccepted,
3406
3503
  )
@@ -3440,15 +3537,6 @@ if TYPE_CHECKING:
3440
3537
  from githubkit.versions.v2022_11_28.models import (
3441
3538
  WebhookIssuesOpenedPropIssuePropReactions as WebhookIssuesOpenedPropIssuePropReactions,
3442
3539
  )
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
3540
  from githubkit.versions.v2022_11_28.models import (
3453
3541
  WebhookMemberAddedPropChangesPropRoleName as WebhookMemberAddedPropChangesPropRoleName,
3454
3542
  )
@@ -3482,9 +3570,6 @@ if TYPE_CHECKING:
3482
3570
  from githubkit.versions.v2022_11_28.models import (
3483
3571
  WebhookPullRequestUnlockedPropPullRequest as WebhookPullRequestUnlockedPropPullRequest,
3484
3572
  )
3485
- from githubkit.versions.v2022_11_28.models import (
3486
- WebhookReleaseEditedPropReleasePropAuthor as WebhookReleaseEditedPropReleasePropAuthor,
3487
- )
3488
3573
  from githubkit.versions.v2022_11_28.models import (
3489
3574
  WebhookRepositoryRulesetEditedPropChanges as WebhookRepositoryRulesetEditedPropChanges,
3490
3575
  )
@@ -3506,6 +3591,12 @@ if TYPE_CHECKING:
3506
3591
  from githubkit.versions.v2022_11_28.models import (
3507
3592
  WebhookTeamDeletedPropRepositoryPropOwner as WebhookTeamDeletedPropRepositoryPropOwner,
3508
3593
  )
3594
+ from githubkit.versions.v2022_11_28.models import (
3595
+ WebhooksPullRequest5PropLinksPropComments as WebhooksPullRequest5PropLinksPropComments,
3596
+ )
3597
+ from githubkit.versions.v2022_11_28.models import (
3598
+ WebhooksPullRequest5PropLinksPropStatuses as WebhooksPullRequest5PropLinksPropStatuses,
3599
+ )
3509
3600
  from githubkit.versions.v2022_11_28.models import (
3510
3601
  AppManifestsCodeConversionsPostResponse201 as AppManifestsCodeConversionsPostResponse201,
3511
3602
  )
@@ -3587,24 +3678,12 @@ if TYPE_CHECKING:
3587
3678
  from githubkit.versions.v2022_11_28.models import (
3588
3679
  WebhookDeploymentStatusCreatedPropCheckRun as WebhookDeploymentStatusCreatedPropCheckRun,
3589
3680
  )
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
3681
  from githubkit.versions.v2022_11_28.models import (
3600
3682
  WebhookDiscussionEditedPropChangesPropBody as WebhookDiscussionEditedPropChangesPropBody,
3601
3683
  )
3602
3684
  from githubkit.versions.v2022_11_28.models import (
3603
3685
  WebhookForkPropForkeeAllof0PropPermissions as WebhookForkPropForkeeAllof0PropPermissions,
3604
3686
  )
3605
- from githubkit.versions.v2022_11_28.models import (
3606
- WebhookIssuesAssignedPropIssuePropAssignee as WebhookIssuesAssignedPropIssuePropAssignee,
3607
- )
3608
3687
  from githubkit.versions.v2022_11_28.models import (
3609
3688
  WebhookIssuesClosedPropIssueAllof0PropUser as WebhookIssuesClosedPropIssueAllof0PropUser,
3610
3689
  )
@@ -3638,12 +3717,6 @@ if TYPE_CHECKING:
3638
3717
  from githubkit.versions.v2022_11_28.models import (
3639
3718
  WebhookIssuesUnlockedPropIssuePropAssignee as WebhookIssuesUnlockedPropIssuePropAssignee,
3640
3719
  )
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
3720
  from githubkit.versions.v2022_11_28.models import (
3648
3721
  WebhookMilestoneEditedPropChangesPropDueOn as WebhookMilestoneEditedPropChangesPropDueOn,
3649
3722
  )
@@ -3653,36 +3726,15 @@ if TYPE_CHECKING:
3653
3726
  from githubkit.versions.v2022_11_28.models import (
3654
3727
  WebhookPersonalAccessTokenRequestCancelled as WebhookPersonalAccessTokenRequestCancelled,
3655
3728
  )
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
3729
  from githubkit.versions.v2022_11_28.models import (
3669
3730
  WebhookPullRequestUnlabeledPropPullRequest as WebhookPullRequestUnlabeledPropPullRequest,
3670
3731
  )
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
3732
  from githubkit.versions.v2022_11_28.models import (
3678
3733
  WebhookRepositoryVulnerabilityAlertDismiss as WebhookRepositoryVulnerabilityAlertDismiss,
3679
3734
  )
3680
3735
  from githubkit.versions.v2022_11_28.models import (
3681
3736
  WebhookRepositoryVulnerabilityAlertResolve as WebhookRepositoryVulnerabilityAlertResolve,
3682
3737
  )
3683
- from githubkit.versions.v2022_11_28.models import (
3684
- WebhookSponsorshipCancelledPropSponsorship as WebhookSponsorshipCancelledPropSponsorship,
3685
- )
3686
3738
  from githubkit.versions.v2022_11_28.models import (
3687
3739
  WebhookTeamAddedToRepositoryPropRepository as WebhookTeamAddedToRepositoryPropRepository,
3688
3740
  )
@@ -3701,9 +3753,15 @@ if TYPE_CHECKING:
3701
3753
  from githubkit.versions.v2022_11_28.models import (
3702
3754
  WebhookWorkflowRunRequestedPropWorkflowRun as WebhookWorkflowRunRequestedPropWorkflowRun,
3703
3755
  )
3756
+ from githubkit.versions.v2022_11_28.models import (
3757
+ WebhooksReleasePropAssetsItemsPropUploader as WebhooksReleasePropAssetsItemsPropUploader,
3758
+ )
3704
3759
  from githubkit.versions.v2022_11_28.models import (
3705
3760
  ActionsBillingUsagePropMinutesUsedBreakdown as ActionsBillingUsagePropMinutesUsedBreakdown,
3706
3761
  )
3762
+ from githubkit.versions.v2022_11_28.models import (
3763
+ CodeScanningVariantAnalysisSkippedRepoGroup as CodeScanningVariantAnalysisSkippedRepoGroup,
3764
+ )
3707
3765
  from githubkit.versions.v2022_11_28.models import (
3708
3766
  DependabotAlertWithRepositoryPropDependency as DependabotAlertWithRepositoryPropDependency,
3709
3767
  )
@@ -3746,15 +3804,6 @@ if TYPE_CHECKING:
3746
3804
  from githubkit.versions.v2022_11_28.models import (
3747
3805
  WebhookBranchProtectionConfigurationEnabled as WebhookBranchProtectionConfigurationEnabled,
3748
3806
  )
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
3807
  from githubkit.versions.v2022_11_28.models import (
3759
3808
  WebhookDiscussionCategoryChangedPropChanges as WebhookDiscussionCategoryChangedPropChanges,
3760
3809
  )
@@ -3767,12 +3816,6 @@ if TYPE_CHECKING:
3767
3816
  from githubkit.versions.v2022_11_28.models import (
3768
3817
  WebhookInstallationTargetRenamedPropChanges as WebhookInstallationTargetRenamedPropChanges,
3769
3818
  )
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
3819
  from githubkit.versions.v2022_11_28.models import (
3777
3820
  WebhookIssuesClosedPropIssueMergedAssignees as WebhookIssuesClosedPropIssueMergedAssignees,
3778
3821
  )
@@ -3800,33 +3843,18 @@ if TYPE_CHECKING:
3800
3843
  from githubkit.versions.v2022_11_28.models import (
3801
3844
  WebhookIssuesOpenedPropIssuePropPullRequest as WebhookIssuesOpenedPropIssuePropPullRequest,
3802
3845
  )
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
3846
  from githubkit.versions.v2022_11_28.models import (
3810
3847
  WebhookIssuesReopenedPropIssuePropMilestone as WebhookIssuesReopenedPropIssuePropMilestone,
3811
3848
  )
3812
3849
  from githubkit.versions.v2022_11_28.models import (
3813
3850
  WebhookIssuesReopenedPropIssuePropReactions as WebhookIssuesReopenedPropIssuePropReactions,
3814
3851
  )
3815
- from githubkit.versions.v2022_11_28.models import (
3816
- WebhookIssuesUnlabeledPropIssuePropAssignee as WebhookIssuesUnlabeledPropIssuePropAssignee,
3817
- )
3818
3852
  from githubkit.versions.v2022_11_28.models import (
3819
3853
  WebhookIssuesUnlockedPropIssuePropMilestone as WebhookIssuesUnlockedPropIssuePropMilestone,
3820
3854
  )
3821
3855
  from githubkit.versions.v2022_11_28.models import (
3822
3856
  WebhookIssuesUnlockedPropIssuePropReactions as WebhookIssuesUnlockedPropIssuePropReactions,
3823
3857
  )
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
3858
  from githubkit.versions.v2022_11_28.models import (
3831
3859
  WebhookMemberAddedPropChangesPropPermission as WebhookMemberAddedPropChangesPropPermission,
3832
3860
  )
@@ -3836,36 +3864,18 @@ if TYPE_CHECKING:
3836
3864
  from githubkit.versions.v2022_11_28.models import (
3837
3865
  WebhookProjectCardEditedPropChangesPropNote as WebhookProjectCardEditedPropChangesPropNote,
3838
3866
  )
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
3867
  from githubkit.versions.v2022_11_28.models import (
3849
3868
  WebhookPullRequestEditedPropChangesPropBase as WebhookPullRequestEditedPropChangesPropBase,
3850
3869
  )
3851
3870
  from githubkit.versions.v2022_11_28.models import (
3852
3871
  WebhookPullRequestEditedPropChangesPropBody as WebhookPullRequestEditedPropChangesPropBody,
3853
3872
  )
3854
- from githubkit.versions.v2022_11_28.models import (
3855
- WebhookPullRequestMilestonedPropPullRequest as WebhookPullRequestMilestonedPropPullRequest,
3856
- )
3857
3873
  from githubkit.versions.v2022_11_28.models import (
3858
3874
  WebhookPullRequestReviewDismissedPropReview as WebhookPullRequestReviewDismissedPropReview,
3859
3875
  )
3860
- from githubkit.versions.v2022_11_28.models import (
3861
- WebhookPullRequestReviewSubmittedPropReview as WebhookPullRequestReviewSubmittedPropReview,
3862
- )
3863
3876
  from githubkit.versions.v2022_11_28.models import (
3864
3877
  WebhookPullRequestUnassignedPropPullRequest as WebhookPullRequestUnassignedPropPullRequest,
3865
3878
  )
3866
- from githubkit.versions.v2022_11_28.models import (
3867
- WebhookReleaseReleasedPropReleasePropAuthor as WebhookReleaseReleasedPropReleasePropAuthor,
3868
- )
3869
3879
  from githubkit.versions.v2022_11_28.models import (
3870
3880
  WebhookStatusPropCommitPropCommitPropAuthor as WebhookStatusPropCommitPropCommitPropAuthor,
3871
3881
  )
@@ -3884,6 +3894,18 @@ if TYPE_CHECKING:
3884
3894
  from githubkit.versions.v2022_11_28.models import (
3885
3895
  WebhookWorkflowRunInProgressPropWorkflowRun as WebhookWorkflowRunInProgressPropWorkflowRun,
3886
3896
  )
3897
+ from githubkit.versions.v2022_11_28.models import (
3898
+ WebhooksPreviousMarketplacePurchasePropPlan as WebhooksPreviousMarketplacePurchasePropPlan,
3899
+ )
3900
+ from githubkit.versions.v2022_11_28.models import (
3901
+ WebhooksPullRequest5PropRequestedTeamsItems as WebhooksPullRequest5PropRequestedTeamsItems,
3902
+ )
3903
+ from githubkit.versions.v2022_11_28.models import (
3904
+ WebhooksRelease1PropAssetsItemsPropUploader as WebhooksRelease1PropAssetsItemsPropUploader,
3905
+ )
3906
+ from githubkit.versions.v2022_11_28.models import (
3907
+ WebhooksSecurityAdvisoryPropReferencesItems as WebhooksSecurityAdvisoryPropReferencesItems,
3908
+ )
3887
3909
  from githubkit.versions.v2022_11_28.models import (
3888
3910
  DependabotAlertSecurityAdvisoryPropCwesItems as DependabotAlertSecurityAdvisoryPropCwesItems,
3889
3911
  )
@@ -3941,12 +3963,6 @@ if TYPE_CHECKING:
3941
3963
  from githubkit.versions.v2022_11_28.models import (
3942
3964
  WebhookDeploymentStatusCreatedPropDeployment as WebhookDeploymentStatusCreatedPropDeployment,
3943
3965
  )
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
3966
  from githubkit.versions.v2022_11_28.models import (
3951
3967
  WebhookIssueCommentEditedPropIssueMergedUser as WebhookIssueCommentEditedPropIssueMergedUser,
3952
3968
  )
@@ -3965,24 +3981,12 @@ if TYPE_CHECKING:
3965
3981
  from githubkit.versions.v2022_11_28.models import (
3966
3982
  WebhookIssuesMilestonedPropIssuePropAssignee as WebhookIssuesMilestonedPropIssuePropAssignee,
3967
3983
  )
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
3984
  from githubkit.versions.v2022_11_28.models import (
3978
3985
  WebhookLabelEditedPropChangesPropDescription as WebhookLabelEditedPropChangesPropDescription,
3979
3986
  )
3980
3987
  from githubkit.versions.v2022_11_28.models import (
3981
3988
  WebhookMemberEditedPropChangesPropPermission as WebhookMemberEditedPropChangesPropPermission,
3982
3989
  )
3983
- from githubkit.versions.v2022_11_28.models import (
3984
- WebhookOrganizationMemberAddedPropMembership as WebhookOrganizationMemberAddedPropMembership,
3985
- )
3986
3990
  from githubkit.versions.v2022_11_28.models import (
3987
3991
  WebhookPackageUpdatedPropPackagePropRegistry as WebhookPackageUpdatedPropPackagePropRegistry,
3988
3992
  )
@@ -3992,15 +3996,6 @@ if TYPE_CHECKING:
3992
3996
  from githubkit.versions.v2022_11_28.models import (
3993
3997
  WebhookProjectCardMovedPropProjectCardAllof1 as WebhookProjectCardMovedPropProjectCardAllof1,
3994
3998
  )
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
3999
  from githubkit.versions.v2022_11_28.models import (
4005
4000
  WebhookProjectsV2ItemEditedPropChangesOneof0 as WebhookProjectsV2ItemEditedPropChangesOneof0,
4006
4001
  )
@@ -4019,12 +4014,6 @@ if TYPE_CHECKING:
4019
4014
  from githubkit.versions.v2022_11_28.models import (
4020
4015
  WebhookPullRequestSynchronizePropPullRequest as WebhookPullRequestSynchronizePropPullRequest,
4021
4016
  )
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
4017
  from githubkit.versions.v2022_11_28.models import (
4029
4018
  WebhookRepositoryEditedPropChangesPropTopics as WebhookRepositoryEditedPropChangesPropTopics,
4030
4019
  )
@@ -4032,7 +4021,10 @@ if TYPE_CHECKING:
4032
4021
  WebhookRubygemsMetadataPropDependenciesItems as WebhookRubygemsMetadataPropDependenciesItems,
4033
4022
  )
4034
4023
  from githubkit.versions.v2022_11_28.models import (
4035
- WebhookSponsorshipTierChangedPropSponsorship as WebhookSponsorshipTierChangedPropSponsorship,
4024
+ WebhooksPullRequest5PropMilestonePropCreator as WebhooksPullRequest5PropMilestonePropCreator,
4025
+ )
4026
+ from githubkit.versions.v2022_11_28.models import (
4027
+ WebhooksSecurityAdvisoryPropIdentifiersItems as WebhooksSecurityAdvisoryPropIdentifiersItems,
4036
4028
  )
4037
4029
  from githubkit.versions.v2022_11_28.models import (
4038
4030
  BranchRestrictionPolicyPropAppsItemsPropOwner as BranchRestrictionPolicyPropAppsItemsPropOwner,
@@ -4085,9 +4077,6 @@ if TYPE_CHECKING:
4085
4077
  from githubkit.versions.v2022_11_28.models import (
4086
4078
  WebhookCodeScanningAlertClosedByUserPropAlert as WebhookCodeScanningAlertClosedByUserPropAlert,
4087
4079
  )
4088
- from githubkit.versions.v2022_11_28.models import (
4089
- WebhookDeploymentReviewRequestedPropRequestor as WebhookDeploymentReviewRequestedPropRequestor,
4090
- )
4091
4080
  from githubkit.versions.v2022_11_28.models import (
4092
4081
  WebhookDeploymentStatusCreatedPropWorkflowRun as WebhookDeploymentStatusCreatedPropWorkflowRun,
4093
4082
  )
@@ -4097,18 +4086,9 @@ if TYPE_CHECKING:
4097
4086
  from githubkit.versions.v2022_11_28.models import (
4098
4087
  WebhookIssueCommentCreatedPropIssueMergedUser as WebhookIssueCommentCreatedPropIssueMergedUser,
4099
4088
  )
4100
- from githubkit.versions.v2022_11_28.models import (
4101
- WebhookIssueCommentDeletedPropCommentPropUser as WebhookIssueCommentDeletedPropCommentPropUser,
4102
- )
4103
4089
  from githubkit.versions.v2022_11_28.models import (
4104
4090
  WebhookIssueCommentDeletedPropIssueMergedUser as WebhookIssueCommentDeletedPropIssueMergedUser,
4105
4091
  )
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
4092
  from githubkit.versions.v2022_11_28.models import (
4113
4093
  WebhookIssuesMilestonedPropIssuePropMilestone as WebhookIssuesMilestonedPropIssuePropMilestone,
4114
4094
  )
@@ -4121,33 +4101,15 @@ if TYPE_CHECKING:
4121
4101
  from githubkit.versions.v2022_11_28.models import (
4122
4102
  WebhookIssuesReopenedPropIssuePropPullRequest as WebhookIssuesReopenedPropIssuePropPullRequest,
4123
4103
  )
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
4104
  from githubkit.versions.v2022_11_28.models import (
4134
4105
  WebhookIssuesUnlockedPropIssuePropLabelsItems as WebhookIssuesUnlockedPropIssuePropLabelsItems,
4135
4106
  )
4136
4107
  from githubkit.versions.v2022_11_28.models import (
4137
4108
  WebhookIssuesUnlockedPropIssuePropPullRequest as WebhookIssuesUnlockedPropIssuePropPullRequest,
4138
4109
  )
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
4110
  from githubkit.versions.v2022_11_28.models import (
4146
4111
  WebhookProjectColumnEditedPropChangesPropName as WebhookProjectColumnEditedPropChangesPropName,
4147
4112
  )
4148
- from githubkit.versions.v2022_11_28.models import (
4149
- WebhookPullRequestDemilestonedPropPullRequest as WebhookPullRequestDemilestonedPropPullRequest,
4150
- )
4151
4113
  from githubkit.versions.v2022_11_28.models import (
4152
4114
  WebhookPullRequestReviewEditedPropPullRequest as WebhookPullRequestReviewEditedPropPullRequest,
4153
4115
  )
@@ -4155,16 +4117,19 @@ if TYPE_CHECKING:
4155
4117
  WebhookPushPropRepositoryPropCustomProperties as WebhookPushPropRepositoryPropCustomProperties,
4156
4118
  )
4157
4119
  from githubkit.versions.v2022_11_28.models import (
4158
- WebhookReleaseCreatedPropReleasePropReactions as WebhookReleaseCreatedPropReleasePropReactions,
4120
+ WebhookReleaseEditedPropChangesPropMakeLatest as WebhookReleaseEditedPropChangesPropMakeLatest,
4159
4121
  )
4160
4122
  from githubkit.versions.v2022_11_28.models import (
4161
- WebhookReleaseDeletedPropReleasePropReactions as WebhookReleaseDeletedPropReleasePropReactions,
4123
+ WebhookSecurityAndAnalysisPropChangesPropFrom as WebhookSecurityAndAnalysisPropChangesPropFrom,
4162
4124
  )
4163
4125
  from githubkit.versions.v2022_11_28.models import (
4164
- WebhookReleaseEditedPropChangesPropMakeLatest as WebhookReleaseEditedPropChangesPropMakeLatest,
4126
+ WebhooksPullRequest5PropBasePropRepoPropOwner as WebhooksPullRequest5PropBasePropRepoPropOwner,
4165
4127
  )
4166
4128
  from githubkit.versions.v2022_11_28.models import (
4167
- WebhookSecurityAndAnalysisPropChangesPropFrom as WebhookSecurityAndAnalysisPropChangesPropFrom,
4129
+ WebhooksPullRequest5PropHeadPropRepoPropOwner as WebhooksPullRequest5PropHeadPropRepoPropOwner,
4130
+ )
4131
+ from githubkit.versions.v2022_11_28.models import (
4132
+ WebhooksReviewCommentPropLinksPropPullRequest as WebhooksReviewCommentPropLinksPropPullRequest,
4168
4133
  )
4169
4134
  from githubkit.versions.v2022_11_28.models import (
4170
4135
  OrgsOrgActionsRunnersGenerateJitconfigPostBody as OrgsOrgActionsRunnersGenerateJitconfigPostBody,
@@ -4253,36 +4218,9 @@ if TYPE_CHECKING:
4253
4218
  from githubkit.versions.v2022_11_28.models import (
4254
4219
  WebhookIssuesOpenedPropIssuePropAssigneesItems as WebhookIssuesOpenedPropIssuePropAssigneesItems,
4255
4220
  )
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
4221
  from githubkit.versions.v2022_11_28.models import (
4281
4222
  WebhookOrganizationMemberInvitedPropInvitation as WebhookOrganizationMemberInvitedPropInvitation,
4282
4223
  )
4283
- from githubkit.versions.v2022_11_28.models import (
4284
- WebhookOrganizationMemberRemovedPropMembership as WebhookOrganizationMemberRemovedPropMembership,
4285
- )
4286
4224
  from githubkit.versions.v2022_11_28.models import (
4287
4225
  WebhookOrganizationRenamedPropChangesPropLogin as WebhookOrganizationRenamedPropChangesPropLogin,
4288
4226
  )
@@ -4295,35 +4233,29 @@ if TYPE_CHECKING:
4295
4233
  from githubkit.versions.v2022_11_28.models import (
4296
4234
  WebhookProjectCardMovedPropChangesPropColumnId as WebhookProjectCardMovedPropChangesPropColumnId,
4297
4235
  )
4298
- from githubkit.versions.v2022_11_28.models import (
4299
- WebhookReleaseEditedPropReleasePropAssetsItems as WebhookReleaseEditedPropReleasePropAssetsItems,
4300
- )
4301
4236
  from githubkit.versions.v2022_11_28.models import (
4302
4237
  WebhookReleasePrereleasedPropReleasePropAuthor as WebhookReleasePrereleasedPropReleasePropAuthor,
4303
4238
  )
4304
4239
  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,
4240
+ WebhookRepositoryEditedPropChangesPropHomepage as WebhookRepositoryEditedPropChangesPropHomepage,
4309
4241
  )
4310
4242
  from githubkit.versions.v2022_11_28.models import (
4311
- WebhookRepositoryEditedPropChangesPropHomepage as WebhookRepositoryEditedPropChangesPropHomepage,
4243
+ WebhookStatusPropCommitPropCommitPropCommitter as WebhookStatusPropCommitPropCommitPropCommitter,
4312
4244
  )
4313
4245
  from githubkit.versions.v2022_11_28.models import (
4314
- WebhookSponsorshipPendingTierChangePropChanges as WebhookSponsorshipPendingTierChangePropChanges,
4246
+ WebhookTeamEditedPropRepositoryPropPermissions as WebhookTeamEditedPropRepositoryPropPermissions,
4315
4247
  )
4316
4248
  from githubkit.versions.v2022_11_28.models import (
4317
- WebhookStatusPropCommitPropCommitPropCommitter as WebhookStatusPropCommitPropCommitPropCommitter,
4249
+ WebhookTeamRemovedFromRepositoryPropRepository as WebhookTeamRemovedFromRepositoryPropRepository,
4318
4250
  )
4319
4251
  from githubkit.versions.v2022_11_28.models import (
4320
- WebhookTeamAddedToRepositoryPropTeamPropParent as WebhookTeamAddedToRepositoryPropTeamPropParent,
4252
+ WebhooksPreviousMarketplacePurchasePropAccount as WebhooksPreviousMarketplacePurchasePropAccount,
4321
4253
  )
4322
4254
  from githubkit.versions.v2022_11_28.models import (
4323
- WebhookTeamEditedPropRepositoryPropPermissions as WebhookTeamEditedPropRepositoryPropPermissions,
4255
+ WebhooksPullRequest5PropAutoMergePropEnabledBy as WebhooksPullRequest5PropAutoMergePropEnabledBy,
4324
4256
  )
4325
4257
  from githubkit.versions.v2022_11_28.models import (
4326
- WebhookTeamRemovedFromRepositoryPropRepository as WebhookTeamRemovedFromRepositoryPropRepository,
4258
+ WebhooksPullRequest5PropLinksPropReviewComment as WebhooksPullRequest5PropLinksPropReviewComment,
4327
4259
  )
4328
4260
  from githubkit.versions.v2022_11_28.models import (
4329
4261
  DependencyGraphSpdxSbomPropSbomPropCreationInfo as DependencyGraphSpdxSbomPropSbomPropCreationInfo,
@@ -4376,18 +4308,6 @@ if TYPE_CHECKING:
4376
4308
  from githubkit.versions.v2022_11_28.models import (
4377
4309
  WebhookDeploymentReviewRequestedPropWorkflowRun as WebhookDeploymentReviewRequestedPropWorkflowRun,
4378
4310
  )
4379
- from githubkit.versions.v2022_11_28.models import (
4380
- WebhookForkPropForkeeAllof0PropCustomProperties as WebhookForkPropForkeeAllof0PropCustomProperties,
4381
- )
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
4311
  from githubkit.versions.v2022_11_28.models import (
4392
4312
  WebhookIssuesClosedPropIssueAllof0PropMilestone as WebhookIssuesClosedPropIssueAllof0PropMilestone,
4393
4313
  )
@@ -4419,28 +4339,13 @@ if TYPE_CHECKING:
4419
4339
  WebhookIssuesMilestonedPropIssuePropPullRequest as WebhookIssuesMilestonedPropIssuePropPullRequest,
4420
4340
  )
4421
4341
  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,
4342
+ WebhookIssuesOpenedPropChangesPropOldRepository as WebhookIssuesOpenedPropChangesPropOldRepository,
4438
4343
  )
4439
4344
  from githubkit.versions.v2022_11_28.models import (
4440
- WebhookMilestoneCreatedPropMilestonePropCreator as WebhookMilestoneCreatedPropMilestonePropCreator,
4345
+ WebhookIssuesTransferredPropChangesPropNewIssue as WebhookIssuesTransferredPropChangesPropNewIssue,
4441
4346
  )
4442
4347
  from githubkit.versions.v2022_11_28.models import (
4443
- WebhookMilestoneDeletedPropMilestonePropCreator as WebhookMilestoneDeletedPropMilestonePropCreator,
4348
+ WebhookMemberEditedPropChangesPropOldPermission as WebhookMemberEditedPropChangesPropOldPermission,
4444
4349
  )
4445
4350
  from githubkit.versions.v2022_11_28.models import (
4446
4351
  WebhookPullRequestLockedPropPullRequestPropBase as WebhookPullRequestLockedPropPullRequestPropBase,
@@ -4452,22 +4357,22 @@ if TYPE_CHECKING:
4452
4357
  WebhookPullRequestLockedPropPullRequestPropUser as WebhookPullRequestLockedPropPullRequestPropUser,
4453
4358
  )
4454
4359
  from githubkit.versions.v2022_11_28.models import (
4455
- WebhookReleaseCreatedPropReleasePropAssetsItems as WebhookReleaseCreatedPropReleasePropAssetsItems,
4360
+ WebhookTeamCreatedPropRepositoryPropPermissions as WebhookTeamCreatedPropRepositoryPropPermissions,
4456
4361
  )
4457
4362
  from githubkit.versions.v2022_11_28.models import (
4458
- WebhookReleaseDeletedPropReleasePropAssetsItems as WebhookReleaseDeletedPropReleasePropAssetsItems,
4363
+ WebhookTeamDeletedPropRepositoryPropPermissions as WebhookTeamDeletedPropRepositoryPropPermissions,
4459
4364
  )
4460
4365
  from githubkit.versions.v2022_11_28.models import (
4461
- WebhookReleasePublishedPropReleasePropReactions as WebhookReleasePublishedPropReleasePropReactions,
4366
+ WebhooksIssuePropPerformedViaGithubAppPropOwner as WebhooksIssuePropPerformedViaGithubAppPropOwner,
4462
4367
  )
4463
4368
  from githubkit.versions.v2022_11_28.models import (
4464
- WebhookSponsorshipEditedPropSponsorshipPropTier as WebhookSponsorshipEditedPropSponsorshipPropTier,
4369
+ WebhooksPullRequest5PropBasePropRepoPropLicense as WebhooksPullRequest5PropBasePropRepoPropLicense,
4465
4370
  )
4466
4371
  from githubkit.versions.v2022_11_28.models import (
4467
- WebhookTeamCreatedPropRepositoryPropPermissions as WebhookTeamCreatedPropRepositoryPropPermissions,
4372
+ WebhooksPullRequest5PropHeadPropRepoPropLicense as WebhooksPullRequest5PropHeadPropRepoPropLicense,
4468
4373
  )
4469
4374
  from githubkit.versions.v2022_11_28.models import (
4470
- WebhookTeamDeletedPropRepositoryPropPermissions as WebhookTeamDeletedPropRepositoryPropPermissions,
4375
+ WebhooksPullRequest5PropLinksPropReviewComments as WebhooksPullRequest5PropLinksPropReviewComments,
4471
4376
  )
4472
4377
  from githubkit.versions.v2022_11_28.models import (
4473
4378
  AppManifestsCodeConversionsPostResponse201Allof1 as AppManifestsCodeConversionsPostResponse201Allof1,
@@ -4553,48 +4458,24 @@ if TYPE_CHECKING:
4553
4458
  from githubkit.versions.v2022_11_28.models import (
4554
4459
  WebhookDeploymentCreatedPropWorkflowRunPropActor as WebhookDeploymentCreatedPropWorkflowRunPropActor,
4555
4460
  )
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
4461
  from githubkit.versions.v2022_11_28.models import (
4563
4462
  WebhookIssueCommentEditedPropIssueAllof0PropUser as WebhookIssueCommentEditedPropIssueAllof0PropUser,
4564
4463
  )
4565
4464
  from githubkit.versions.v2022_11_28.models import (
4566
4465
  WebhookIssueCommentEditedPropIssueAllof1PropUser as WebhookIssueCommentEditedPropIssueAllof1PropUser,
4567
4466
  )
4568
- from githubkit.versions.v2022_11_28.models import (
4569
- WebhookIssuesAssignedPropIssuePropAssigneesItems as WebhookIssuesAssignedPropIssuePropAssigneesItems,
4570
- )
4571
4467
  from githubkit.versions.v2022_11_28.models import (
4572
4468
  WebhookIssuesReopenedPropIssuePropAssigneesItems as WebhookIssuesReopenedPropIssuePropAssigneesItems,
4573
4469
  )
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
4470
  from githubkit.versions.v2022_11_28.models import (
4581
4471
  WebhookIssuesUnlockedPropIssuePropAssigneesItems as WebhookIssuesUnlockedPropIssuePropAssigneesItems,
4582
4472
  )
4583
- from githubkit.versions.v2022_11_28.models import (
4584
- WebhookIssuesUnpinnedPropIssuePropAssigneesItems as WebhookIssuesUnpinnedPropIssuePropAssigneesItems,
4585
- )
4586
4473
  from githubkit.versions.v2022_11_28.models import (
4587
4474
  WebhookMarketplacePurchasePendingChangeCancelled as WebhookMarketplacePurchasePendingChangeCancelled,
4588
4475
  )
4589
4476
  from githubkit.versions.v2022_11_28.models import (
4590
4477
  WebhookMilestoneEditedPropChangesPropDescription as WebhookMilestoneEditedPropChangesPropDescription,
4591
4478
  )
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
4479
  from githubkit.versions.v2022_11_28.models import (
4599
4480
  WebhookPullRequestLabeledPropPullRequestPropBase as WebhookPullRequestLabeledPropPullRequestPropBase,
4600
4481
  )
@@ -4607,18 +4488,9 @@ if TYPE_CHECKING:
4607
4488
  from githubkit.versions.v2022_11_28.models import (
4608
4489
  WebhookPullRequestLockedPropPullRequestPropLinks as WebhookPullRequestLockedPropPullRequestPropLinks,
4609
4490
  )
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
4491
  from githubkit.versions.v2022_11_28.models import (
4617
4492
  WebhookPullRequestReviewDismissedPropPullRequest as WebhookPullRequestReviewDismissedPropPullRequest,
4618
4493
  )
4619
- from githubkit.versions.v2022_11_28.models import (
4620
- WebhookPullRequestReviewEditedPropReviewPropUser as WebhookPullRequestReviewEditedPropReviewPropUser,
4621
- )
4622
4494
  from githubkit.versions.v2022_11_28.models import (
4623
4495
  WebhookPullRequestReviewSubmittedPropPullRequest as WebhookPullRequestReviewSubmittedPropPullRequest,
4624
4496
  )
@@ -4628,9 +4500,6 @@ if TYPE_CHECKING:
4628
4500
  from githubkit.versions.v2022_11_28.models import (
4629
4501
  WebhookRegistryPackageUpdatedPropRegistryPackage as WebhookRegistryPackageUpdatedPropRegistryPackage,
4630
4502
  )
4631
- from githubkit.versions.v2022_11_28.models import (
4632
- WebhookReleaseReleasedPropReleasePropAssetsItems as WebhookReleaseReleasedPropReleasePropAssetsItems,
4633
- )
4634
4503
  from githubkit.versions.v2022_11_28.models import (
4635
4504
  WebhookRepositoryDispatchSamplePropClientPayload as WebhookRepositoryDispatchSamplePropClientPayload,
4636
4505
  )
@@ -4638,16 +4507,16 @@ if TYPE_CHECKING:
4638
4507
  WebhookRepositoryTransferredPropChangesPropOwner as WebhookRepositoryTransferredPropChangesPropOwner,
4639
4508
  )
4640
4509
  from githubkit.versions.v2022_11_28.models import (
4641
- WebhookSponsorshipCreatedPropSponsorshipPropTier as WebhookSponsorshipCreatedPropSponsorshipPropTier,
4510
+ WebhookWorkflowJobCompletedPropWorkflowJobAllof0 as WebhookWorkflowJobCompletedPropWorkflowJobAllof0,
4642
4511
  )
4643
4512
  from githubkit.versions.v2022_11_28.models import (
4644
- WebhookSponsorshipTierChangedPropChangesPropTier as WebhookSponsorshipTierChangedPropChangesPropTier,
4513
+ WebhookWorkflowJobCompletedPropWorkflowJobAllof1 as WebhookWorkflowJobCompletedPropWorkflowJobAllof1,
4645
4514
  )
4646
4515
  from githubkit.versions.v2022_11_28.models import (
4647
- WebhookWorkflowJobCompletedPropWorkflowJobAllof0 as WebhookWorkflowJobCompletedPropWorkflowJobAllof0,
4516
+ WebhooksIssue2PropPerformedViaGithubAppPropOwner as WebhooksIssue2PropPerformedViaGithubAppPropOwner,
4648
4517
  )
4649
4518
  from githubkit.versions.v2022_11_28.models import (
4650
- WebhookWorkflowJobCompletedPropWorkflowJobAllof1 as WebhookWorkflowJobCompletedPropWorkflowJobAllof1,
4519
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItems as WebhooksSecurityAdvisoryPropVulnerabilitiesItems,
4651
4520
  )
4652
4521
  from githubkit.versions.v2022_11_28.models import (
4653
4522
  CodespaceWithFullRepositoryPropRuntimeConstraints as CodespaceWithFullRepositoryPropRuntimeConstraints,
@@ -4718,30 +4587,9 @@ if TYPE_CHECKING:
4718
4587
  from githubkit.versions.v2022_11_28.models import (
4719
4588
  WebhookDeploymentCreatedPropDeploymentPropCreator as WebhookDeploymentCreatedPropDeploymentPropCreator,
4720
4589
  )
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
4590
  from githubkit.versions.v2022_11_28.models import (
4734
4591
  WebhookDiscussionCommentEditedPropChangesPropBody as WebhookDiscussionCommentEditedPropChangesPropBody,
4735
4592
  )
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
4593
  from githubkit.versions.v2022_11_28.models import (
4746
4594
  WebhookIssueCommentCreatedPropIssueAllof0PropUser as WebhookIssueCommentCreatedPropIssueAllof0PropUser,
4747
4595
  )
@@ -4754,9 +4602,6 @@ if TYPE_CHECKING:
4754
4602
  from githubkit.versions.v2022_11_28.models import (
4755
4603
  WebhookIssueCommentDeletedPropIssueAllof1PropUser as WebhookIssueCommentDeletedPropIssueAllof1PropUser,
4756
4604
  )
4757
- from githubkit.versions.v2022_11_28.models import (
4758
- WebhookIssueCommentEditedPropCommentPropReactions as WebhookIssueCommentEditedPropCommentPropReactions,
4759
- )
4760
4605
  from githubkit.versions.v2022_11_28.models import (
4761
4606
  WebhookIssueCommentEditedPropIssueMergedAssignees as WebhookIssueCommentEditedPropIssueMergedAssignees,
4762
4607
  )
@@ -4781,12 +4626,6 @@ if TYPE_CHECKING:
4781
4626
  from githubkit.versions.v2022_11_28.models import (
4782
4627
  WebhookIssuesDemilestonedPropIssuePropPullRequest as WebhookIssuesDemilestonedPropIssuePropPullRequest,
4783
4628
  )
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
4629
  from githubkit.versions.v2022_11_28.models import (
4791
4630
  WebhookPullRequestAssignedPropPullRequestPropBase as WebhookPullRequestAssignedPropPullRequestPropBase,
4792
4631
  )
@@ -4823,15 +4662,9 @@ if TYPE_CHECKING:
4823
4662
  from githubkit.versions.v2022_11_28.models import (
4824
4663
  WebhookPullRequestReviewCommentCreatedPropComment as WebhookPullRequestReviewCommentCreatedPropComment,
4825
4664
  )
4826
- from githubkit.versions.v2022_11_28.models import (
4827
- WebhookPullRequestReviewCommentDeletedPropComment as WebhookPullRequestReviewCommentDeletedPropComment,
4828
- )
4829
4665
  from githubkit.versions.v2022_11_28.models import (
4830
4666
  WebhookPullRequestReviewEditedPropChangesPropBody as WebhookPullRequestReviewEditedPropChangesPropBody,
4831
4667
  )
4832
- from githubkit.versions.v2022_11_28.models import (
4833
- WebhookPullRequestReviewEditedPropReviewPropLinks as WebhookPullRequestReviewEditedPropReviewPropLinks,
4834
- )
4835
4668
  from githubkit.versions.v2022_11_28.models import (
4836
4669
  WebhookPullRequestUnlockedPropPullRequestPropBase as WebhookPullRequestUnlockedPropPullRequestPropBase,
4837
4670
  )
@@ -4844,12 +4677,6 @@ if TYPE_CHECKING:
4844
4677
  from githubkit.versions.v2022_11_28.models import (
4845
4678
  WebhookReleasePrereleasedPropReleasePropReactions as WebhookReleasePrereleasedPropReleasePropReactions,
4846
4679
  )
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
4680
  from githubkit.versions.v2022_11_28.models import (
4854
4681
  WebhookRepositoryEditedPropChangesPropDescription as WebhookRepositoryEditedPropChangesPropDescription,
4855
4682
  )
@@ -4883,6 +4710,9 @@ if TYPE_CHECKING:
4883
4710
  from githubkit.versions.v2022_11_28.models import (
4884
4711
  BranchProtectionPropRequiredConversationResolution as BranchProtectionPropRequiredConversationResolution,
4885
4712
  )
4713
+ from githubkit.versions.v2022_11_28.models import (
4714
+ CodeScanningVariantAnalysisPropSkippedRepositories as CodeScanningVariantAnalysisPropSkippedRepositories,
4715
+ )
4886
4716
  from githubkit.versions.v2022_11_28.models import (
4887
4717
  DependabotAlertSecurityAdvisoryPropReferencesItems as DependabotAlertSecurityAdvisoryPropReferencesItems,
4888
4718
  )
@@ -4925,12 +4755,6 @@ if TYPE_CHECKING:
4925
4755
  from githubkit.versions.v2022_11_28.models import (
4926
4756
  WebhookDeploymentStatusCreatedPropDeploymentStatus as WebhookDeploymentStatusCreatedPropDeploymentStatus,
4927
4757
  )
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
4758
  from githubkit.versions.v2022_11_28.models import (
4935
4759
  WebhookIssueCommentCreatedPropCommentPropReactions as WebhookIssueCommentCreatedPropCommentPropReactions,
4936
4760
  )
@@ -4943,9 +4767,6 @@ if TYPE_CHECKING:
4943
4767
  from githubkit.versions.v2022_11_28.models import (
4944
4768
  WebhookIssueCommentCreatedPropIssueMergedReactions as WebhookIssueCommentCreatedPropIssueMergedReactions,
4945
4769
  )
4946
- from githubkit.versions.v2022_11_28.models import (
4947
- WebhookIssueCommentDeletedPropCommentPropReactions as WebhookIssueCommentDeletedPropCommentPropReactions,
4948
- )
4949
4770
  from githubkit.versions.v2022_11_28.models import (
4950
4771
  WebhookIssueCommentDeletedPropIssueMergedAssignees as WebhookIssueCommentDeletedPropIssueMergedAssignees,
4951
4772
  )
@@ -4961,15 +4782,9 @@ if TYPE_CHECKING:
4961
4782
  from githubkit.versions.v2022_11_28.models import (
4962
4783
  WebhookIssuesOpenedPropChangesPropOldIssuePropUser as WebhookIssuesOpenedPropChangesPropOldIssuePropUser,
4963
4784
  )
4964
- from githubkit.versions.v2022_11_28.models import (
4965
- WebhookIssuesUnassignedPropIssuePropAssigneesItems as WebhookIssuesUnassignedPropIssuePropAssigneesItems,
4966
- )
4967
4785
  from githubkit.versions.v2022_11_28.models import (
4968
4786
  WebhookPackageUpdatedPropPackagePropPackageVersion as WebhookPackageUpdatedPropPackagePropPackageVersion,
4969
4787
  )
4970
- from githubkit.versions.v2022_11_28.models import (
4971
- WebhookProjectCardEditedPropProjectCardPropCreator as WebhookProjectCardEditedPropProjectCardPropCreator,
4972
- )
4973
4788
  from githubkit.versions.v2022_11_28.models import (
4974
4789
  WebhookProjectsV2ProjectEditedPropChangesPropTitle as WebhookProjectsV2ProjectEditedPropChangesPropTitle,
4975
4790
  )
@@ -5012,27 +4827,6 @@ if TYPE_CHECKING:
5012
4827
  from githubkit.versions.v2022_11_28.models import (
5013
4828
  WebhookRepositoryRulesetEditedPropChangesPropRules as WebhookRepositoryRulesetEditedPropChangesPropRules,
5014
4829
  )
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
4830
  from githubkit.versions.v2022_11_28.models import (
5037
4831
  BranchRestrictionPolicyPropAppsItemsPropPermissions as BranchRestrictionPolicyPropAppsItemsPropPermissions,
5038
4832
  )
@@ -5075,18 +4869,9 @@ if TYPE_CHECKING:
5075
4869
  from githubkit.versions.v2022_11_28.models import (
5076
4870
  WebhookCommitCommentCreatedPropCommentPropReactions as WebhookCommitCommentCreatedPropCommentPropReactions,
5077
4871
  )
5078
- from githubkit.versions.v2022_11_28.models import (
5079
- WebhookInstallationRepositoriesRemovedPropRequester as WebhookInstallationRepositoriesRemovedPropRequester,
5080
- )
5081
4872
  from githubkit.versions.v2022_11_28.models import (
5082
4873
  WebhookInstallationTargetRenamedPropChangesPropSlug as WebhookInstallationTargetRenamedPropChangesPropSlug,
5083
4874
  )
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
4875
  from githubkit.versions.v2022_11_28.models import (
5091
4876
  WebhookProjectCardDeletedPropProjectCardPropCreator as WebhookProjectCardDeletedPropProjectCardPropCreator,
5092
4877
  )
@@ -5102,21 +4887,9 @@ if TYPE_CHECKING:
5102
4887
  from githubkit.versions.v2022_11_28.models import (
5103
4888
  WebhookPullRequestLockedPropPullRequestPropMergedBy as WebhookPullRequestLockedPropPullRequestPropMergedBy,
5104
4889
  )
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
4890
  from githubkit.versions.v2022_11_28.models import (
5115
4891
  WebhookPullRequestReviewDismissedPropReviewPropUser as WebhookPullRequestReviewDismissedPropReviewPropUser,
5116
4892
  )
5117
- from githubkit.versions.v2022_11_28.models import (
5118
- WebhookPullRequestReviewSubmittedPropReviewPropUser as WebhookPullRequestReviewSubmittedPropReviewPropUser,
5119
- )
5120
4893
  from githubkit.versions.v2022_11_28.models import (
5121
4894
  WebhookPullRequestUnassignedPropPullRequestPropBase as WebhookPullRequestUnassignedPropPullRequestPropBase,
5122
4895
  )
@@ -5132,9 +4905,6 @@ if TYPE_CHECKING:
5132
4905
  from githubkit.versions.v2022_11_28.models import (
5133
4906
  WebhookReleasePrereleasedPropReleasePropAssetsItems as WebhookReleasePrereleasedPropReleasePropAssetsItems,
5134
4907
  )
5135
- from githubkit.versions.v2022_11_28.models import (
5136
- WebhookReleaseUnpublishedPropReleasePropAssetsItems as WebhookReleaseUnpublishedPropReleasePropAssetsItems,
5137
- )
5138
4908
  from githubkit.versions.v2022_11_28.models import (
5139
4909
  WebhookRepositoryEditedPropChangesPropDefaultBranch as WebhookRepositoryEditedPropChangesPropDefaultBranch,
5140
4910
  )
@@ -5144,9 +4914,6 @@ if TYPE_CHECKING:
5144
4914
  from githubkit.versions.v2022_11_28.models import (
5145
4915
  WebhookRepositoryVulnerabilityAlertResolvePropAlert as WebhookRepositoryVulnerabilityAlertResolvePropAlert,
5146
4916
  )
5147
- from githubkit.versions.v2022_11_28.models import (
5148
- WebhookSponsorshipCreatedPropSponsorshipPropSponsor as WebhookSponsorshipCreatedPropSponsorshipPropSponsor,
5149
- )
5150
4917
  from githubkit.versions.v2022_11_28.models import (
5151
4918
  WebhookSponsorshipEditedPropChangesPropPrivacyLevel as WebhookSponsorshipEditedPropChangesPropPrivacyLevel,
5152
4919
  )
@@ -5165,6 +4932,12 @@ if TYPE_CHECKING:
5165
4932
  from githubkit.versions.v2022_11_28.models import (
5166
4933
  WebhookWorkflowRunRequestedPropWorkflowRunPropActor as WebhookWorkflowRunRequestedPropWorkflowRunPropActor,
5167
4934
  )
4935
+ from githubkit.versions.v2022_11_28.models import (
4936
+ WebhooksPullRequest5PropBasePropRepoPropPermissions as WebhooksPullRequest5PropBasePropRepoPropPermissions,
4937
+ )
4938
+ from githubkit.versions.v2022_11_28.models import (
4939
+ WebhooksPullRequest5PropHeadPropRepoPropPermissions as WebhooksPullRequest5PropHeadPropRepoPropPermissions,
4940
+ )
5168
4941
  from githubkit.versions.v2022_11_28.models import (
5169
4942
  OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200 as OrgsOrgActionsRunnersRunnerIdLabelsDeleteResponse200,
5170
4943
  )
@@ -5207,15 +4980,9 @@ if TYPE_CHECKING:
5207
4980
  from githubkit.versions.v2022_11_28.models import (
5208
4981
  WebhookIssuesOpenedPropIssuePropMilestonePropCreator as WebhookIssuesOpenedPropIssuePropMilestonePropCreator,
5209
4982
  )
5210
- from githubkit.versions.v2022_11_28.models import (
5211
- WebhookIssuesPinnedPropIssuePropMilestonePropCreator as WebhookIssuesPinnedPropIssuePropMilestonePropCreator,
5212
- )
5213
4983
  from githubkit.versions.v2022_11_28.models import (
5214
4984
  WebhookIssuesTransferredPropChangesPropNewRepository as WebhookIssuesTransferredPropChangesPropNewRepository,
5215
4985
  )
5216
- from githubkit.versions.v2022_11_28.models import (
5217
- WebhookOrganizationMemberAddedPropMembershipPropUser as WebhookOrganizationMemberAddedPropMembershipPropUser,
5218
- )
5219
4986
  from githubkit.versions.v2022_11_28.models import (
5220
4987
  WebhookPackagePublishedPropPackagePropPackageVersion as WebhookPackagePublishedPropPackagePropPackageVersion,
5221
4988
  )
@@ -5234,18 +5001,12 @@ if TYPE_CHECKING:
5234
5001
  from githubkit.versions.v2022_11_28.models import (
5235
5002
  WebhookPullRequestLockedPropPullRequestPropMilestone as WebhookPullRequestLockedPropPullRequestPropMilestone,
5236
5003
  )
5237
- from githubkit.versions.v2022_11_28.models import (
5238
- WebhookPullRequestMilestonedPropPullRequestPropLinks as WebhookPullRequestMilestonedPropPullRequestPropLinks,
5239
- )
5240
5004
  from githubkit.versions.v2022_11_28.models import (
5241
5005
  WebhookPullRequestReviewCommentEditedPropPullRequest as WebhookPullRequestReviewCommentEditedPropPullRequest,
5242
5006
  )
5243
5007
  from githubkit.versions.v2022_11_28.models import (
5244
5008
  WebhookPullRequestReviewDismissedPropReviewPropLinks as WebhookPullRequestReviewDismissedPropReviewPropLinks,
5245
5009
  )
5246
- from githubkit.versions.v2022_11_28.models import (
5247
- WebhookPullRequestReviewSubmittedPropReviewPropLinks as WebhookPullRequestReviewSubmittedPropReviewPropLinks,
5248
- )
5249
5010
  from githubkit.versions.v2022_11_28.models import (
5250
5011
  WebhookPullRequestSynchronizePropPullRequestPropBase as WebhookPullRequestSynchronizePropPullRequestPropBase,
5251
5012
  )
@@ -5261,18 +5022,9 @@ if TYPE_CHECKING:
5261
5022
  from githubkit.versions.v2022_11_28.models import (
5262
5023
  WebhookSecretScanningAlertLocationCreatedFormEncoded as WebhookSecretScanningAlertLocationCreatedFormEncoded,
5263
5024
  )
5264
- from githubkit.versions.v2022_11_28.models import (
5265
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisory as WebhookSecurityAdvisoryPublishedPropSecurityAdvisory,
5266
- )
5267
5025
  from githubkit.versions.v2022_11_28.models import (
5268
5026
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory,
5269
5027
  )
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
5028
  from githubkit.versions.v2022_11_28.models import (
5277
5029
  WebhookStatusPropCommitPropCommitPropCommitterAllof0 as WebhookStatusPropCommitPropCommitPropCommitterAllof0,
5278
5030
  )
@@ -5333,9 +5085,6 @@ if TYPE_CHECKING:
5333
5085
  from githubkit.versions.v2022_11_28.models import (
5334
5086
  WebhookDeploymentCreatedPropWorkflowRunPropRepository as WebhookDeploymentCreatedPropWorkflowRunPropRepository,
5335
5087
  )
5336
- from githubkit.versions.v2022_11_28.models import (
5337
- WebhookDiscussionUnansweredPropOldAnswerPropReactions as WebhookDiscussionUnansweredPropOldAnswerPropReactions,
5338
- )
5339
5088
  from githubkit.versions.v2022_11_28.models import (
5340
5089
  WebhookIssueCommentCreatedPropIssueAllof0PropAssignee as WebhookIssueCommentCreatedPropIssueAllof0PropAssignee,
5341
5090
  )
@@ -5375,27 +5124,12 @@ if TYPE_CHECKING:
5375
5124
  from githubkit.versions.v2022_11_28.models import (
5376
5125
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp as WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp,
5377
5126
  )
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
5127
  from githubkit.versions.v2022_11_28.models import (
5385
5128
  WebhookPullRequestAssignedPropPullRequestPropAssignee as WebhookPullRequestAssignedPropPullRequestPropAssignee,
5386
5129
  )
5387
5130
  from githubkit.versions.v2022_11_28.models import (
5388
5131
  WebhookPullRequestAssignedPropPullRequestPropMergedBy as WebhookPullRequestAssignedPropPullRequestPropMergedBy,
5389
5132
  )
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
5133
  from githubkit.versions.v2022_11_28.models import (
5400
5134
  WebhookPullRequestDequeuedPropPullRequestPropAssignee as WebhookPullRequestDequeuedPropPullRequestPropAssignee,
5401
5135
  )
@@ -5442,19 +5176,25 @@ if TYPE_CHECKING:
5442
5176
  WebhookPullRequestUnlockedPropPullRequestPropMergedBy as WebhookPullRequestUnlockedPropPullRequestPropMergedBy,
5443
5177
  )
5444
5178
  from githubkit.versions.v2022_11_28.models import (
5445
- WebhookSponsorshipCancelledPropSponsorshipPropSponsor as WebhookSponsorshipCancelledPropSponsorshipPropSponsor,
5179
+ WebhookTeamAddedToRepositoryPropRepositoryPropLicense as WebhookTeamAddedToRepositoryPropRepositoryPropLicense,
5446
5180
  )
5447
5181
  from githubkit.versions.v2022_11_28.models import (
5448
- WebhookSponsorshipEditedPropSponsorshipPropMaintainer as WebhookSponsorshipEditedPropSponsorshipPropMaintainer,
5182
+ WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps as WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps,
5449
5183
  )
5450
5184
  from githubkit.versions.v2022_11_28.models import (
5451
- WebhookTeamAddedToRepositoryPropRepositoryPropLicense as WebhookTeamAddedToRepositoryPropRepositoryPropLicense,
5185
+ WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems,
5452
5186
  )
5453
5187
  from githubkit.versions.v2022_11_28.models import (
5454
- WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps as WebhookWorkflowJobCompletedPropWorkflowJobMergedSteps,
5188
+ WebhooksIssuePropPerformedViaGithubAppPropPermissions as WebhooksIssuePropPerformedViaGithubAppPropPermissions,
5455
5189
  )
5456
5190
  from githubkit.versions.v2022_11_28.models import (
5457
- WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems,
5191
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof0 as WebhooksPullRequest5PropRequestedReviewersItemsOneof0,
5192
+ )
5193
+ from githubkit.versions.v2022_11_28.models import (
5194
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof1 as WebhooksPullRequest5PropRequestedReviewersItemsOneof1,
5195
+ )
5196
+ from githubkit.versions.v2022_11_28.models import (
5197
+ WebhooksPullRequest5PropRequestedTeamsItemsPropParent as WebhooksPullRequest5PropRequestedTeamsItemsPropParent,
5458
5198
  )
5459
5199
  from githubkit.versions.v2022_11_28.models import (
5460
5200
  WorkflowRunUsagePropBillablePropMacosPropJobRunsItems as WorkflowRunUsagePropBillablePropMacosPropJobRunsItems,
@@ -5489,9 +5229,6 @@ if TYPE_CHECKING:
5489
5229
  from githubkit.versions.v2022_11_28.models import (
5490
5230
  WebhookDeploymentStatusCreatedPropWorkflowRunPropActor as WebhookDeploymentStatusCreatedPropWorkflowRunPropActor,
5491
5231
  )
5492
- from githubkit.versions.v2022_11_28.models import (
5493
- WebhookDiscussionCommentEditedPropCommentPropReactions as WebhookDiscussionCommentEditedPropCommentPropReactions,
5494
- )
5495
5232
  from githubkit.versions.v2022_11_28.models import (
5496
5233
  WebhookIssueCommentCreatedPropIssueAllof0PropMilestone as WebhookIssueCommentCreatedPropIssueAllof0PropMilestone,
5497
5234
  )
@@ -5516,9 +5253,6 @@ if TYPE_CHECKING:
5516
5253
  from githubkit.versions.v2022_11_28.models import (
5517
5254
  WebhookIssueCommentDeletedPropIssueAllof1PropReactions as WebhookIssueCommentDeletedPropIssueAllof1PropReactions,
5518
5255
  )
5519
- from githubkit.versions.v2022_11_28.models import (
5520
- WebhookIssuesAssignedPropIssuePropMilestonePropCreator as WebhookIssuesAssignedPropIssuePropMilestonePropCreator,
5521
- )
5522
5256
  from githubkit.versions.v2022_11_28.models import (
5523
5257
  WebhookIssuesDeletedPropIssuePropPerformedViaGithubApp as WebhookIssuesDeletedPropIssuePropPerformedViaGithubApp,
5524
5258
  )
@@ -5534,27 +5268,12 @@ if TYPE_CHECKING:
5534
5268
  from githubkit.versions.v2022_11_28.models import (
5535
5269
  WebhookIssuesUnlockedPropIssuePropMilestonePropCreator as WebhookIssuesUnlockedPropIssuePropMilestonePropCreator,
5536
5270
  )
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
5271
  from githubkit.versions.v2022_11_28.models import (
5550
5272
  WebhookPullRequestAssignedPropPullRequestPropAutoMerge as WebhookPullRequestAssignedPropPullRequestPropAutoMerge,
5551
5273
  )
5552
5274
  from githubkit.versions.v2022_11_28.models import (
5553
5275
  WebhookPullRequestAssignedPropPullRequestPropMilestone as WebhookPullRequestAssignedPropPullRequestPropMilestone,
5554
5276
  )
5555
- from githubkit.versions.v2022_11_28.models import (
5556
- WebhookPullRequestDemilestonedPropPullRequestPropLinks as WebhookPullRequestDemilestonedPropPullRequestPropLinks,
5557
- )
5558
5277
  from githubkit.versions.v2022_11_28.models import (
5559
5278
  WebhookPullRequestDequeuedPropPullRequestPropAutoMerge as WebhookPullRequestDequeuedPropPullRequestPropAutoMerge,
5560
5279
  )
@@ -5592,22 +5311,19 @@ if TYPE_CHECKING:
5592
5311
  WebhookPullRequestUnlockedPropPullRequestPropMilestone as WebhookPullRequestUnlockedPropPullRequestPropMilestone,
5593
5312
  )
5594
5313
  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,
5314
+ WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps as WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps,
5599
5315
  )
5600
5316
  from githubkit.versions.v2022_11_28.models import (
5601
- WebhookSponsorshipPendingTierChangePropChangesPropTier as WebhookSponsorshipPendingTierChangePropChangesPropTier,
5317
+ WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems,
5602
5318
  )
5603
5319
  from githubkit.versions.v2022_11_28.models import (
5604
- WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps as WebhookWorkflowJobInProgressPropWorkflowJobMergedSteps,
5320
+ WebhooksIssue2PropPerformedViaGithubAppPropPermissions as WebhooksIssue2PropPerformedViaGithubAppPropPermissions,
5605
5321
  )
5606
5322
  from githubkit.versions.v2022_11_28.models import (
5607
- WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems,
5323
+ WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems,
5608
5324
  )
5609
5325
  from githubkit.versions.v2022_11_28.models import (
5610
- WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems,
5326
+ CodeScanningVariantAnalysisPropScannedRepositoriesItems as CodeScanningVariantAnalysisPropScannedRepositoriesItems,
5611
5327
  )
5612
5328
  from githubkit.versions.v2022_11_28.models import (
5613
5329
  EnterprisesEnterpriseSecretScanningAlertsGetResponse503 as EnterprisesEnterpriseSecretScanningAlertsGetResponse503,
@@ -5654,12 +5370,6 @@ if TYPE_CHECKING:
5654
5370
  from githubkit.versions.v2022_11_28.models import (
5655
5371
  WebhookDiscussionCategoryChangedPropChangesPropCategory as WebhookDiscussionCategoryChangedPropChangesPropCategory,
5656
5372
  )
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
5373
  from githubkit.versions.v2022_11_28.models import (
5664
5374
  WebhookIssueCommentEditedPropIssueAllof0PropLabelsItems as WebhookIssueCommentEditedPropIssueAllof0PropLabelsItems,
5665
5375
  )
@@ -5669,9 +5379,6 @@ if TYPE_CHECKING:
5669
5379
  from githubkit.versions.v2022_11_28.models import (
5670
5380
  WebhookIssueCommentEditedPropIssueAllof1PropLabelsItems as WebhookIssueCommentEditedPropIssueAllof1PropLabelsItems,
5671
5381
  )
5672
- from githubkit.versions.v2022_11_28.models import (
5673
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubApp as WebhookIssuesAssignedPropIssuePropPerformedViaGithubApp,
5674
- )
5675
5382
  from githubkit.versions.v2022_11_28.models import (
5676
5383
  WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp as WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp,
5677
5384
  )
@@ -5687,15 +5394,9 @@ if TYPE_CHECKING:
5687
5394
  from githubkit.versions.v2022_11_28.models import (
5688
5395
  WebhookIssuesTransferredPropChangesPropNewIssuePropUser as WebhookIssuesTransferredPropChangesPropNewIssuePropUser,
5689
5396
  )
5690
- from githubkit.versions.v2022_11_28.models import (
5691
- WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator,
5692
- )
5693
5397
  from githubkit.versions.v2022_11_28.models import (
5694
5398
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp,
5695
5399
  )
5696
- from githubkit.versions.v2022_11_28.models import (
5697
- WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp,
5698
- )
5699
5400
  from githubkit.versions.v2022_11_28.models import (
5700
5401
  WebhookProjectCardMovedPropProjectCardAllof0PropCreator as WebhookProjectCardMovedPropProjectCardAllof0PropCreator,
5701
5402
  )
@@ -5717,12 +5418,6 @@ if TYPE_CHECKING:
5717
5418
  from githubkit.versions.v2022_11_28.models import (
5718
5419
  WebhookPullRequestLockedPropPullRequestPropHeadPropUser as WebhookPullRequestLockedPropPullRequestPropHeadPropUser,
5719
5420
  )
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
5421
  from githubkit.versions.v2022_11_28.models import (
5727
5422
  WebhookPullRequestReviewThreadUnresolvedPropPullRequest as WebhookPullRequestReviewThreadUnresolvedPropPullRequest,
5728
5423
  )
@@ -5741,12 +5436,6 @@ if TYPE_CHECKING:
5741
5436
  from githubkit.versions.v2022_11_28.models import (
5742
5437
  WebhookRepositoryRulesetEditedPropChangesPropConditions as WebhookRepositoryRulesetEditedPropChangesPropConditions,
5743
5438
  )
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
5439
  from githubkit.versions.v2022_11_28.models import (
5751
5440
  WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner as WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner,
5752
5441
  )
@@ -5813,15 +5502,6 @@ if TYPE_CHECKING:
5813
5502
  from githubkit.versions.v2022_11_28.models import (
5814
5503
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner,
5815
5504
  )
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
5505
  from githubkit.versions.v2022_11_28.models import (
5826
5506
  WebhookProjectsV2ItemConvertedPropChangesPropContentType as WebhookProjectsV2ItemConvertedPropChangesPropContentType,
5827
5507
  )
@@ -5855,18 +5535,6 @@ if TYPE_CHECKING:
5855
5535
  from githubkit.versions.v2022_11_28.models import (
5856
5536
  WebhookPullRequestLockedPropPullRequestPropLinksPropSelf as WebhookPullRequestLockedPropPullRequestPropLinksPropSelf,
5857
5537
  )
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
5538
  from githubkit.versions.v2022_11_28.models import (
5871
5539
  WebhookPullRequestReviewDismissedPropPullRequestPropBase as WebhookPullRequestReviewDismissedPropPullRequestPropBase,
5872
5540
  )
@@ -5909,12 +5577,6 @@ if TYPE_CHECKING:
5909
5577
  from githubkit.versions.v2022_11_28.models import (
5910
5578
  WebhookRepositoryTransferredPropChangesPropOwnerPropFrom as WebhookRepositoryTransferredPropChangesPropOwnerPropFrom,
5911
5579
  )
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
5580
  from githubkit.versions.v2022_11_28.models import (
5919
5581
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit,
5920
5582
  )
@@ -5966,12 +5628,6 @@ if TYPE_CHECKING:
5966
5628
  from githubkit.versions.v2022_11_28.models import (
5967
5629
  WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest,
5968
5630
  )
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
5631
  from githubkit.versions.v2022_11_28.models import (
5976
5632
  WebhookOrganizationMemberInvitedPropInvitationPropInviter as WebhookOrganizationMemberInvitedPropInvitationPropInviter,
5977
5633
  )
@@ -5996,12 +5652,6 @@ if TYPE_CHECKING:
5996
5652
  from githubkit.versions.v2022_11_28.models import (
5997
5653
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropUser as WebhookPullRequestAutoMergeEnabledPropPullRequestPropUser,
5998
5654
  )
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
5655
  from githubkit.versions.v2022_11_28.models import (
6006
5656
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepo as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepo,
6007
5657
  )
@@ -6041,21 +5691,12 @@ if TYPE_CHECKING:
6041
5691
  from githubkit.versions.v2022_11_28.models import (
6042
5692
  WebhookPullRequestReviewCommentCreatedPropCommentPropUser as WebhookPullRequestReviewCommentCreatedPropCommentPropUser,
6043
5693
  )
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
5694
  from githubkit.versions.v2022_11_28.models import (
6051
5695
  WebhookPullRequestReviewDismissedPropPullRequestPropLinks as WebhookPullRequestReviewDismissedPropPullRequestPropLinks,
6052
5696
  )
6053
5697
  from githubkit.versions.v2022_11_28.models import (
6054
5698
  WebhookPullRequestReviewEditedPropPullRequestPropAssignee as WebhookPullRequestReviewEditedPropPullRequestPropAssignee,
6055
5699
  )
6056
- from githubkit.versions.v2022_11_28.models import (
6057
- WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml as WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml,
6058
- )
6059
5700
  from githubkit.versions.v2022_11_28.models import (
6060
5701
  WebhookPullRequestReviewSubmittedPropPullRequestPropLinks as WebhookPullRequestReviewSubmittedPropPullRequestPropLinks,
6061
5702
  )
@@ -6086,9 +5727,6 @@ if TYPE_CHECKING:
6086
5727
  from githubkit.versions.v2022_11_28.models import (
6087
5728
  WebhookRepositoryRenamedPropChangesPropRepositoryPropName as WebhookRepositoryRenamedPropChangesPropRepositoryPropName,
6088
5729
  )
6089
- from githubkit.versions.v2022_11_28.models import (
6090
- WebhookSponsorshipCancelledPropSponsorshipPropSponsorable as WebhookSponsorshipCancelledPropSponsorshipPropSponsorable,
6091
- )
6092
5730
  from githubkit.versions.v2022_11_28.models import (
6093
5731
  WebhookTeamAddedToRepositoryPropRepositoryPropPermissions as WebhookTeamAddedToRepositoryPropRepositoryPropPermissions,
6094
5732
  )
@@ -6146,15 +5784,6 @@ if TYPE_CHECKING:
6146
5784
  from githubkit.versions.v2022_11_28.models import (
6147
5785
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense,
6148
5786
  )
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
5787
  from githubkit.versions.v2022_11_28.models import (
6159
5788
  WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValue as WebhookProjectsV2ItemEditedPropChangesOneof0PropFieldValue,
6160
5789
  )
@@ -6176,12 +5805,6 @@ if TYPE_CHECKING:
6176
5805
  from githubkit.versions.v2022_11_28.models import (
6177
5806
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinks as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinks,
6178
5807
  )
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
5808
  from githubkit.versions.v2022_11_28.models import (
6186
5809
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtml as WebhookPullRequestDequeuedPropPullRequestPropLinksPropHtml,
6187
5810
  )
@@ -6200,15 +5823,9 @@ if TYPE_CHECKING:
6200
5823
  from githubkit.versions.v2022_11_28.models import (
6201
5824
  WebhookPullRequestLabeledPropPullRequestPropLinksPropIssue as WebhookPullRequestLabeledPropPullRequestPropLinksPropIssue,
6202
5825
  )
6203
- from githubkit.versions.v2022_11_28.models import (
6204
- WebhookPullRequestMilestonedPropPullRequestPropLabelsItems as WebhookPullRequestMilestonedPropPullRequestPropLabelsItems,
6205
- )
6206
5826
  from githubkit.versions.v2022_11_28.models import (
6207
5827
  WebhookPullRequestReviewCommentCreatedPropCommentPropLinks as WebhookPullRequestReviewCommentCreatedPropCommentPropLinks,
6208
5828
  )
6209
- from githubkit.versions.v2022_11_28.models import (
6210
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinks as WebhookPullRequestReviewCommentDeletedPropCommentPropLinks,
6211
- )
6212
5829
  from githubkit.versions.v2022_11_28.models import (
6213
5830
  WebhookPullRequestReviewEditedPropPullRequestPropAutoMerge as WebhookPullRequestReviewEditedPropPullRequestPropAutoMerge,
6214
5831
  )
@@ -6236,18 +5853,6 @@ if TYPE_CHECKING:
6236
5853
  from githubkit.versions.v2022_11_28.models import (
6237
5854
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelf as WebhookPullRequestUnlockedPropPullRequestPropLinksPropSelf,
6238
5855
  )
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
5856
  from githubkit.versions.v2022_11_28.models import (
6252
5857
  DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion,
6253
5858
  )
@@ -6314,18 +5919,6 @@ if TYPE_CHECKING:
6314
5919
  from githubkit.versions.v2022_11_28.models import (
6315
5920
  WebhookPullRequestLockedPropPullRequestPropLinksPropCommits as WebhookPullRequestLockedPropPullRequestPropLinksPropCommits,
6316
5921
  )
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
5922
  from githubkit.versions.v2022_11_28.models import (
6330
5923
  WebhookPullRequestReviewRequestRemovedOneof0PropPullRequest as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequest,
6331
5924
  )
@@ -6363,13 +5956,7 @@ if TYPE_CHECKING:
6363
5956
  WebhookRegistryPackagePublishedPropRegistryPackagePropOwner as WebhookRegistryPackagePublishedPropRegistryPackagePropOwner,
6364
5957
  )
6365
5958
  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,
5959
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
6373
5960
  )
6374
5961
  from githubkit.versions.v2022_11_28.models import (
6375
5962
  OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200 as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
@@ -6416,9 +6003,6 @@ if TYPE_CHECKING:
6416
6003
  from githubkit.versions.v2022_11_28.models import (
6417
6004
  WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor,
6418
6005
  )
6419
- from githubkit.versions.v2022_11_28.models import (
6420
- WebhookPullRequestDemilestonedPropPullRequestPropLabelsItems as WebhookPullRequestDemilestonedPropPullRequestPropLabelsItems,
6421
- )
6422
6006
  from githubkit.versions.v2022_11_28.models import (
6423
6007
  WebhookPullRequestLabeledPropPullRequestPropLinksPropCommits as WebhookPullRequestLabeledPropPullRequestPropLinksPropCommits,
6424
6008
  )
@@ -6428,12 +6012,6 @@ if TYPE_CHECKING:
6428
6012
  from githubkit.versions.v2022_11_28.models import (
6429
6013
  WebhookPullRequestLockedPropPullRequestPropLinksPropStatuses as WebhookPullRequestLockedPropPullRequestPropLinksPropStatuses,
6430
6014
  )
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
6015
  from githubkit.versions.v2022_11_28.models import (
6438
6016
  WebhookPullRequestReviewCommentEditedPropPullRequestPropBase as WebhookPullRequestReviewCommentEditedPropPullRequestPropBase,
6439
6017
  )
@@ -6458,9 +6036,6 @@ if TYPE_CHECKING:
6458
6036
  from githubkit.versions.v2022_11_28.models import (
6459
6037
  WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee as WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee,
6460
6038
  )
6461
- from githubkit.versions.v2022_11_28.models import (
6462
- WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml,
6463
- )
6464
6039
  from githubkit.versions.v2022_11_28.models import (
6465
6040
  WebhookPullRequestSynchronizePropPullRequestPropBasePropRepo as WebhookPullRequestSynchronizePropPullRequestPropBasePropRepo,
6466
6041
  )
@@ -6488,18 +6063,9 @@ if TYPE_CHECKING:
6488
6063
  from githubkit.versions.v2022_11_28.models import (
6489
6064
  WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistry as WebhookRegistryPackageUpdatedPropRegistryPackagePropRegistry,
6490
6065
  )
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
6066
  from githubkit.versions.v2022_11_28.models import (
6498
6067
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss,
6499
6068
  )
6500
- from githubkit.versions.v2022_11_28.models import (
6501
- WebhookSponsorshipPendingCancellationPropSponsorshipPropTier as WebhookSponsorshipPendingCancellationPropSponsorshipPropTier,
6502
- )
6503
6069
  from githubkit.versions.v2022_11_28.models import (
6504
6070
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository,
6505
6071
  )
@@ -6524,6 +6090,15 @@ if TYPE_CHECKING:
6524
6090
  from githubkit.versions.v2022_11_28.models import (
6525
6091
  ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems,
6526
6092
  )
6093
+ from githubkit.versions.v2022_11_28.models import (
6094
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0,
6095
+ )
6096
+ from githubkit.versions.v2022_11_28.models import (
6097
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1,
6098
+ )
6099
+ from githubkit.versions.v2022_11_28.models import (
6100
+ ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2,
6101
+ )
6527
6102
  from githubkit.versions.v2022_11_28.models import (
6528
6103
  ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1 as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1,
6529
6104
  )
@@ -6554,12 +6129,6 @@ if TYPE_CHECKING:
6554
6129
  from githubkit.versions.v2022_11_28.models import (
6555
6130
  WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItems as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItems,
6556
6131
  )
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
6132
  from githubkit.versions.v2022_11_28.models import (
6564
6133
  WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommit as WebhookDeploymentReviewRequestedPropWorkflowRunPropHeadCommit,
6565
6134
  )
@@ -6593,18 +6162,6 @@ if TYPE_CHECKING:
6593
6162
  from githubkit.versions.v2022_11_28.models import (
6594
6163
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedBy as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMergedBy,
6595
6164
  )
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
6165
  from githubkit.versions.v2022_11_28.models import (
6609
6166
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommits as WebhookPullRequestDequeuedPropPullRequestPropLinksPropCommits,
6610
6167
  )
@@ -6617,12 +6174,6 @@ if TYPE_CHECKING:
6617
6174
  from githubkit.versions.v2022_11_28.models import (
6618
6175
  WebhookPullRequestLabeledPropPullRequestPropLinksPropStatuses as WebhookPullRequestLabeledPropPullRequestPropLinksPropStatuses,
6619
6176
  )
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
6177
  from githubkit.versions.v2022_11_28.models import (
6627
6178
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBase as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBase,
6628
6179
  )
@@ -6641,9 +6192,6 @@ if TYPE_CHECKING:
6641
6192
  from githubkit.versions.v2022_11_28.models import (
6642
6193
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropUser as WebhookPullRequestReviewCommentDeletedPropPullRequestPropUser,
6643
6194
  )
6644
- from githubkit.versions.v2022_11_28.models import (
6645
- WebhookPullRequestReviewCommentEditedPropCommentPropReactions as WebhookPullRequestReviewCommentEditedPropCommentPropReactions,
6646
- )
6647
6195
  from githubkit.versions.v2022_11_28.models import (
6648
6196
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLinks as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinks,
6649
6197
  )
@@ -6698,12 +6246,6 @@ if TYPE_CHECKING:
6698
6246
  from githubkit.versions.v2022_11_28.models import (
6699
6247
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits,
6700
6248
  )
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
6249
  from githubkit.versions.v2022_11_28.models import (
6708
6250
  WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions,
6709
6251
  )
@@ -6737,12 +6279,6 @@ if TYPE_CHECKING:
6737
6279
  from githubkit.versions.v2022_11_28.models import (
6738
6280
  WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer,
6739
6281
  )
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
6282
  from githubkit.versions.v2022_11_28.models import (
6747
6283
  WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp as WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp,
6748
6284
  )
@@ -6761,18 +6297,12 @@ if TYPE_CHECKING:
6761
6297
  from githubkit.versions.v2022_11_28.models import (
6762
6298
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropOwner,
6763
6299
  )
6764
- from githubkit.versions.v2022_11_28.models import (
6765
- WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropOwner,
6766
- )
6767
6300
  from githubkit.versions.v2022_11_28.models import (
6768
6301
  WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItems as WebhookIssuesTransferredPropChangesPropNewIssuePropLabelsItems,
6769
6302
  )
6770
6303
  from githubkit.versions.v2022_11_28.models import (
6771
6304
  WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest,
6772
6305
  )
6773
- from githubkit.versions.v2022_11_28.models import (
6774
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropMarketplacePurchase,
6775
- )
6776
6306
  from githubkit.versions.v2022_11_28.models import (
6777
6307
  WebhookPackagePublishedPropPackagePropPackageVersionPropAuthor as WebhookPackagePublishedPropPackagePropPackageVersionPropAuthor,
6778
6308
  )
@@ -6794,12 +6324,6 @@ if TYPE_CHECKING:
6794
6324
  from githubkit.versions.v2022_11_28.models import (
6795
6325
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestone as WebhookPullRequestAutoMergeEnabledPropPullRequestPropMilestone,
6796
6326
  )
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
6327
  from githubkit.versions.v2022_11_28.models import (
6804
6328
  WebhookPullRequestDequeuedPropPullRequestPropLinksPropComments as WebhookPullRequestDequeuedPropPullRequestPropLinksPropComments,
6805
6329
  )
@@ -6821,9 +6345,6 @@ if TYPE_CHECKING:
6821
6345
  from githubkit.versions.v2022_11_28.models import (
6822
6346
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinks as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinks,
6823
6347
  )
6824
- from githubkit.versions.v2022_11_28.models import (
6825
- WebhookPullRequestReviewCommentDeletedPropCommentPropReactions as WebhookPullRequestReviewCommentDeletedPropCommentPropReactions,
6826
- )
6827
6348
  from githubkit.versions.v2022_11_28.models import (
6828
6349
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinks as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinks,
6829
6350
  )
@@ -6872,9 +6393,6 @@ if TYPE_CHECKING:
6872
6393
  from githubkit.versions.v2022_11_28.models import (
6873
6394
  WebhookRegistryPackagePublishedPropRegistryPackagePropRegistry as WebhookRegistryPackagePublishedPropRegistryPackagePropRegistry,
6874
6395
  )
6875
- from githubkit.versions.v2022_11_28.models import (
6876
- WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom as WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom,
6877
- )
6878
6396
  from githubkit.versions.v2022_11_28.models import (
6879
6397
  WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties as WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties,
6880
6398
  )
@@ -6935,21 +6453,12 @@ if TYPE_CHECKING:
6935
6453
  from githubkit.versions.v2022_11_28.models import (
6936
6454
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestone as WebhookPullRequestAutoMergeDisabledPropPullRequestPropMilestone,
6937
6455
  )
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
6456
  from githubkit.versions.v2022_11_28.models import (
6945
6457
  WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItems as WebhookPullRequestLabeledPropPullRequestPropRequestedTeamsItems,
6946
6458
  )
6947
6459
  from githubkit.versions.v2022_11_28.models import (
6948
6460
  WebhookPullRequestLockedPropPullRequestPropMilestonePropCreator as WebhookPullRequestLockedPropPullRequestPropMilestonePropCreator,
6949
6461
  )
6950
- from githubkit.versions.v2022_11_28.models import (
6951
- WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommits as WebhookPullRequestMilestonedPropPullRequestPropLinksPropCommits,
6952
- )
6953
6462
  from githubkit.versions.v2022_11_28.models import (
6954
6463
  WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItems as WebhookPullRequestReviewDismissedPropPullRequestPropLabelsItems,
6955
6464
  )
@@ -6989,21 +6498,6 @@ if TYPE_CHECKING:
6989
6498
  from githubkit.versions.v2022_11_28.models import (
6990
6499
  WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader,
6991
6500
  )
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
6501
  from githubkit.versions.v2022_11_28.models import (
7008
6502
  WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems,
7009
6503
  )
@@ -7016,6 +6510,9 @@ if TYPE_CHECKING:
7016
6510
  from githubkit.versions.v2022_11_28.models import (
7017
6511
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems,
7018
6512
  )
6513
+ from githubkit.versions.v2022_11_28.models import (
6514
+ WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent as WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent,
6515
+ )
7019
6516
  from githubkit.versions.v2022_11_28.models import (
7020
6517
  OrganizationProgrammaticAccessGrantPropPermissionsPropRepository as OrganizationProgrammaticAccessGrantPropPermissionsPropRepository,
7021
6518
  )
@@ -7052,27 +6549,15 @@ if TYPE_CHECKING:
7052
6549
  from githubkit.versions.v2022_11_28.models import (
7053
6550
  WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems as WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems,
7054
6551
  )
7055
- from githubkit.versions.v2022_11_28.models import (
7056
- WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems as WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems,
7057
- )
7058
6552
  from githubkit.versions.v2022_11_28.models import (
7059
6553
  WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreator as WebhookIssueCommentEditedPropIssueAllof0PropMilestonePropCreator,
7060
6554
  )
7061
- from githubkit.versions.v2022_11_28.models import (
7062
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner,
7063
- )
7064
6555
  from githubkit.versions.v2022_11_28.models import (
7065
6556
  WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner,
7066
6557
  )
7067
6558
  from githubkit.versions.v2022_11_28.models import (
7068
6559
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner,
7069
6560
  )
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
6561
  from githubkit.versions.v2022_11_28.models import (
7077
6562
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase,
7078
6563
  )
@@ -7097,12 +6582,6 @@ if TYPE_CHECKING:
7097
6582
  from githubkit.versions.v2022_11_28.models import (
7098
6583
  WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwner as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropOwner,
7099
6584
  )
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
6585
  from githubkit.versions.v2022_11_28.models import (
7107
6586
  WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee as WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee,
7108
6587
  )
@@ -7118,9 +6597,6 @@ if TYPE_CHECKING:
7118
6597
  from githubkit.versions.v2022_11_28.models import (
7119
6598
  WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUser as WebhookPullRequestReviewDismissedPropPullRequestPropHeadPropUser,
7120
6599
  )
7121
- from githubkit.versions.v2022_11_28.models import (
7122
- WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest as WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest,
7123
- )
7124
6600
  from githubkit.versions.v2022_11_28.models import (
7125
6601
  WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepo as WebhookPullRequestReviewSubmittedPropPullRequestPropBasePropRepo,
7126
6602
  )
@@ -7157,9 +6633,6 @@ if TYPE_CHECKING:
7157
6633
  from githubkit.versions.v2022_11_28.models import (
7158
6634
  WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser,
7159
6635
  )
7160
- from githubkit.versions.v2022_11_28.models import (
7161
- WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer,
7162
- )
7163
6636
  from githubkit.versions.v2022_11_28.models import (
7164
6637
  WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems,
7165
6638
  )
@@ -7199,9 +6672,6 @@ if TYPE_CHECKING:
7199
6672
  from githubkit.versions.v2022_11_28.models import (
7200
6673
  WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems,
7201
6674
  )
7202
- from githubkit.versions.v2022_11_28.models import (
7203
- WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropOwner,
7204
- )
7205
6675
  from githubkit.versions.v2022_11_28.models import (
7206
6676
  WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreator as WebhookPullRequestAssignedPropPullRequestPropMilestonePropCreator,
7207
6677
  )
@@ -7220,9 +6690,6 @@ if TYPE_CHECKING:
7220
6690
  from githubkit.versions.v2022_11_28.models import (
7221
6691
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUser as WebhookPullRequestAutoMergeEnabledPropPullRequestPropHeadPropUser,
7222
6692
  )
7223
- from githubkit.versions.v2022_11_28.models import (
7224
- WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommits as WebhookPullRequestDemilestonedPropPullRequestPropLinksPropCommits,
7225
- )
7226
6693
  from githubkit.versions.v2022_11_28.models import (
7227
6694
  WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreator as WebhookPullRequestDequeuedPropPullRequestPropMilestonePropCreator,
7228
6695
  )
@@ -7247,12 +6714,6 @@ if TYPE_CHECKING:
7247
6714
  from githubkit.versions.v2022_11_28.models import (
7248
6715
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee,
7249
6716
  )
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
6717
  from githubkit.versions.v2022_11_28.models import (
7257
6718
  WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMerge as WebhookPullRequestReviewCommentEditedPropPullRequestPropAutoMerge,
7258
6719
  )
@@ -7295,15 +6756,9 @@ if TYPE_CHECKING:
7295
6756
  from githubkit.versions.v2022_11_28.models import (
7296
6757
  WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreator as WebhookPullRequestUnlockedPropPullRequestPropMilestonePropCreator,
7297
6758
  )
7298
- from githubkit.versions.v2022_11_28.models import (
7299
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems,
7300
- )
7301
6759
  from githubkit.versions.v2022_11_28.models import (
7302
6760
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCwesItems,
7303
6761
  )
7304
- from githubkit.versions.v2022_11_28.models import (
7305
- WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable,
7306
- )
7307
6762
  from githubkit.versions.v2022_11_28.models import (
7308
6763
  WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom,
7309
6764
  )
@@ -7361,21 +6816,6 @@ if TYPE_CHECKING:
7361
6816
  from githubkit.versions.v2022_11_28.models import (
7362
6817
  WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator,
7363
6818
  )
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
6819
  from githubkit.versions.v2022_11_28.models import (
7380
6820
  WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1 as WebhookPackagePublishedPropPackagePropPackageVersionPropBodyOneof1,
7381
6821
  )
@@ -7403,12 +6843,6 @@ if TYPE_CHECKING:
7403
6843
  from githubkit.versions.v2022_11_28.models import (
7404
6844
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelf as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropSelf,
7405
6845
  )
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
6846
  from githubkit.versions.v2022_11_28.models import (
7413
6847
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropOwner,
7414
6848
  )
@@ -7436,9 +6870,6 @@ if TYPE_CHECKING:
7436
6870
  from githubkit.versions.v2022_11_28.models import (
7437
6871
  WebhookPullRequestLockedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestLockedPropPullRequestPropLinksPropReviewComments,
7438
6872
  )
7439
- from githubkit.versions.v2022_11_28.models import (
7440
- WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems,
7441
- )
7442
6873
  from githubkit.versions.v2022_11_28.models import (
7443
6874
  WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtml as WebhookPullRequestReviewCommentCreatedPropCommentPropLinksPropHtml,
7444
6875
  )
@@ -7451,12 +6882,6 @@ if TYPE_CHECKING:
7451
6882
  from githubkit.versions.v2022_11_28.models import (
7452
6883
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestone as WebhookPullRequestReviewCommentCreatedPropPullRequestPropMilestone,
7453
6884
  )
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
6885
  from githubkit.versions.v2022_11_28.models import (
7461
6886
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMerge as WebhookPullRequestReviewCommentDeletedPropPullRequestPropAutoMerge,
7462
6887
  )
@@ -7520,9 +6945,6 @@ if TYPE_CHECKING:
7520
6945
  from githubkit.versions.v2022_11_28.models import (
7521
6946
  WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItems as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItems,
7522
6947
  )
7523
- from githubkit.versions.v2022_11_28.models import (
7524
- WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer as WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer,
7525
- )
7526
6948
  from githubkit.versions.v2022_11_28.models import (
7527
6949
  WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties,
7528
6950
  )
@@ -7535,6 +6957,9 @@ if TYPE_CHECKING:
7535
6957
  from githubkit.versions.v2022_11_28.models import (
7536
6958
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor,
7537
6959
  )
6960
+ from githubkit.versions.v2022_11_28.models import (
6961
+ CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos as CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos,
6962
+ )
7538
6963
  from githubkit.versions.v2022_11_28.models import (
7539
6964
  PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackage as PrivateVulnerabilityReportCreatePropVulnerabilitiesItemsPropPackage,
7540
6965
  )
@@ -7574,12 +6999,6 @@ if TYPE_CHECKING:
7574
6999
  from githubkit.versions.v2022_11_28.models import (
7575
7000
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions as WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions,
7576
7001
  )
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
7002
  from githubkit.versions.v2022_11_28.models import (
7584
7003
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata,
7585
7004
  )
@@ -7625,9 +7044,6 @@ if TYPE_CHECKING:
7625
7044
  from githubkit.versions.v2022_11_28.models import (
7626
7045
  WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestLabeledPropPullRequestPropLinksPropReviewComments,
7627
7046
  )
7628
- from githubkit.versions.v2022_11_28.models import (
7629
- WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreator as WebhookPullRequestMilestonedPropPullRequestPropMilestonePropCreator,
7630
- )
7631
7047
  from githubkit.versions.v2022_11_28.models import (
7632
7048
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItems as WebhookPullRequestReviewCommentEditedPropPullRequestPropLabelsItems,
7633
7049
  )
@@ -7664,9 +7080,6 @@ if TYPE_CHECKING:
7664
7080
  from githubkit.versions.v2022_11_28.models import (
7665
7081
  WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestone as WebhookPullRequestReviewRequestedOneof1PropPullRequestPropMilestone,
7666
7082
  )
7667
- from githubkit.versions.v2022_11_28.models import (
7668
- WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest as WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest,
7669
- )
7670
7083
  from githubkit.versions.v2022_11_28.models import (
7671
7084
  WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssignee as WebhookPullRequestReviewThreadUnresolvedPropPullRequestPropAssignee,
7672
7085
  )
@@ -7691,9 +7104,6 @@ if TYPE_CHECKING:
7691
7104
  from githubkit.versions.v2022_11_28.models import (
7692
7105
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment,
7693
7106
  )
7694
- from githubkit.versions.v2022_11_28.models import (
7695
- WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable,
7696
- )
7697
7107
  from githubkit.versions.v2022_11_28.models import (
7698
7108
  WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor,
7699
7109
  )
@@ -7748,9 +7158,6 @@ if TYPE_CHECKING:
7748
7158
  from githubkit.versions.v2022_11_28.models import (
7749
7159
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions,
7750
7160
  )
7751
- from githubkit.versions.v2022_11_28.models import (
7752
- WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions,
7753
- )
7754
7161
  from githubkit.versions.v2022_11_28.models import (
7755
7162
  WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense,
7756
7163
  )
@@ -7766,9 +7173,6 @@ if TYPE_CHECKING:
7766
7173
  from githubkit.versions.v2022_11_28.models import (
7767
7174
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssue as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropIssue,
7768
7175
  )
7769
- from githubkit.versions.v2022_11_28.models import (
7770
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestDemilestonedPropPullRequestPropRequestedTeamsItems,
7771
- )
7772
7176
  from githubkit.versions.v2022_11_28.models import (
7773
7177
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropLicense,
7774
7178
  )
@@ -7787,12 +7191,6 @@ if TYPE_CHECKING:
7787
7191
  from githubkit.versions.v2022_11_28.models import (
7788
7192
  WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestEnqueuedPropPullRequestPropLinksPropReviewComments,
7789
7193
  )
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
7194
  from githubkit.versions.v2022_11_28.models import (
7797
7195
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItems as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLabelsItems,
7798
7196
  )
@@ -7910,27 +7308,12 @@ if TYPE_CHECKING:
7910
7308
  from githubkit.versions.v2022_11_28.models import (
7911
7309
  WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions,
7912
7310
  )
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
7311
  from githubkit.versions.v2022_11_28.models import (
7920
7312
  WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems,
7921
7313
  )
7922
7314
  from githubkit.versions.v2022_11_28.models import (
7923
7315
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommits as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropCommits,
7924
7316
  )
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
7317
  from githubkit.versions.v2022_11_28.models import (
7935
7318
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepo as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepo,
7936
7319
  )
@@ -8015,9 +7398,6 @@ if TYPE_CHECKING:
8015
7398
  from githubkit.versions.v2022_11_28.models import (
8016
7399
  WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments,
8017
7400
  )
8018
- from githubkit.versions.v2022_11_28.models import (
8019
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems,
8020
- )
8021
7401
  from githubkit.versions.v2022_11_28.models import (
8022
7402
  WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter,
8023
7403
  )
@@ -8039,21 +7419,12 @@ if TYPE_CHECKING:
8039
7419
  from githubkit.versions.v2022_11_28.models import (
8040
7420
  WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwner as WebhookDeploymentReviewRequestedPropWorkflowRunPropRepositoryPropOwner,
8041
7421
  )
8042
- from githubkit.versions.v2022_11_28.models import (
8043
- WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions,
8044
- )
8045
7422
  from githubkit.versions.v2022_11_28.models import (
8046
7423
  WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions,
8047
7424
  )
8048
7425
  from githubkit.versions.v2022_11_28.models import (
8049
7426
  WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions,
8050
7427
  )
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
7428
  from githubkit.versions.v2022_11_28.models import (
8058
7429
  WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase,
8059
7430
  )
@@ -8066,27 +7437,12 @@ if TYPE_CHECKING:
8066
7437
  from githubkit.versions.v2022_11_28.models import (
8067
7438
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatuses as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropStatuses,
8068
7439
  )
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
7440
  from githubkit.versions.v2022_11_28.models import (
8076
7441
  WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestLockedPropPullRequestPropBasePropRepoPropPermissions,
8077
7442
  )
8078
7443
  from githubkit.versions.v2022_11_28.models import (
8079
7444
  WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissions as WebhookPullRequestLockedPropPullRequestPropHeadPropRepoPropPermissions,
8080
7445
  )
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
7446
  from githubkit.versions.v2022_11_28.models import (
8091
7447
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtml as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropHtml,
8092
7448
  )
@@ -8159,9 +7515,6 @@ if TYPE_CHECKING:
8159
7515
  from githubkit.versions.v2022_11_28.models import (
8160
7516
  WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments,
8161
7517
  )
8162
- from githubkit.versions.v2022_11_28.models import (
8163
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems,
8164
- )
8165
7518
  from githubkit.versions.v2022_11_28.models import (
8166
7519
  WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems,
8167
7520
  )
@@ -8201,9 +7554,6 @@ if TYPE_CHECKING:
8201
7554
  from githubkit.versions.v2022_11_28.models import (
8202
7555
  WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreator as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestonePropCreator,
8203
7556
  )
8204
- from githubkit.versions.v2022_11_28.models import (
8205
- WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions,
8206
- )
8207
7557
  from githubkit.versions.v2022_11_28.models import (
8208
7558
  WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase,
8209
7559
  )
@@ -8219,12 +7569,6 @@ if TYPE_CHECKING:
8219
7569
  from githubkit.versions.v2022_11_28.models import (
8220
7570
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatuses as WebhookPullRequestAutoMergeDisabledPropPullRequestPropLinksPropStatuses,
8221
7571
  )
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
7572
  from githubkit.versions.v2022_11_28.models import (
8229
7573
  WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestLabeledPropPullRequestPropBasePropRepoPropPermissions,
8230
7574
  )
@@ -8312,9 +7656,6 @@ if TYPE_CHECKING:
8312
7656
  from githubkit.versions.v2022_11_28.models import (
8313
7657
  WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItems as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItems,
8314
7658
  )
8315
- from githubkit.versions.v2022_11_28.models import (
8316
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems,
8317
- )
8318
7659
  from githubkit.versions.v2022_11_28.models import (
8319
7660
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems,
8320
7661
  )
@@ -8333,6 +7674,9 @@ if TYPE_CHECKING:
8333
7674
  from githubkit.versions.v2022_11_28.models import (
8334
7675
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHead as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropHead,
8335
7676
  )
7677
+ from githubkit.versions.v2022_11_28.models import (
7678
+ WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
7679
+ )
8336
7680
  from githubkit.versions.v2022_11_28.models import (
8337
7681
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems,
8338
7682
  )
@@ -8354,9 +7698,6 @@ if TYPE_CHECKING:
8354
7698
  from githubkit.versions.v2022_11_28.models import (
8355
7699
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomProperties as WebhookIssuesTransferredPropChangesPropNewRepositoryPropCustomProperties,
8356
7700
  )
8357
- from githubkit.versions.v2022_11_28.models import (
8358
- WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions,
8359
- )
8360
7701
  from githubkit.versions.v2022_11_28.models import (
8361
7702
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan,
8362
7703
  )
@@ -8369,15 +7710,6 @@ if TYPE_CHECKING:
8369
7710
  from githubkit.versions.v2022_11_28.models import (
8370
7711
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItems as WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItems,
8371
7712
  )
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
7713
  from githubkit.versions.v2022_11_28.models import (
8382
7714
  WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestDequeuedPropPullRequestPropBasePropRepoPropPermissions,
8383
7715
  )
@@ -8399,9 +7731,6 @@ if TYPE_CHECKING:
8399
7731
  from githubkit.versions.v2022_11_28.models import (
8400
7732
  WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent,
8401
7733
  )
8402
- from githubkit.versions.v2022_11_28.models import (
8403
- WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest as WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest,
8404
- )
8405
7734
  from githubkit.versions.v2022_11_28.models import (
8406
7735
  WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentEditedPropPullRequestPropLinksPropCommits,
8407
7736
  )
@@ -8459,9 +7788,6 @@ if TYPE_CHECKING:
8459
7788
  from githubkit.versions.v2022_11_28.models import (
8460
7789
  WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganization as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropOrganization,
8461
7790
  )
8462
- from githubkit.versions.v2022_11_28.models import (
8463
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems,
8464
- )
8465
7791
  from githubkit.versions.v2022_11_28.models import (
8466
7792
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems,
8467
7793
  )
@@ -8495,12 +7821,6 @@ if TYPE_CHECKING:
8495
7821
  from githubkit.versions.v2022_11_28.models import (
8496
7822
  WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItems as WebhookDeploymentStatusCreatedPropWorkflowRunPropReferencedWorkflowsItems,
8497
7823
  )
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
7824
  from githubkit.versions.v2022_11_28.models import (
8505
7825
  WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata,
8506
7826
  )
@@ -8537,9 +7857,6 @@ if TYPE_CHECKING:
8537
7857
  from githubkit.versions.v2022_11_28.models import (
8538
7858
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropCommits,
8539
7859
  )
8540
- from githubkit.versions.v2022_11_28.models import (
8541
- WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest as WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest,
8542
- )
8543
7860
  from githubkit.versions.v2022_11_28.models import (
8544
7861
  WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommits as WebhookPullRequestReviewCommentDeletedPropPullRequestPropLinksPropCommits,
8545
7862
  )
@@ -8612,12 +7929,6 @@ if TYPE_CHECKING:
8612
7929
  from githubkit.versions.v2022_11_28.models import (
8613
7930
  WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions,
8614
7931
  )
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
7932
  from githubkit.versions.v2022_11_28.models import (
8622
7933
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBin as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropBin,
8623
7934
  )
@@ -8663,12 +7974,6 @@ if TYPE_CHECKING:
8663
7974
  from githubkit.versions.v2022_11_28.models import (
8664
7975
  WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent,
8665
7976
  )
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
7977
  from githubkit.versions.v2022_11_28.models import (
8673
7978
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropComments as WebhookPullRequestReviewCommentCreatedPropPullRequestPropLinksPropComments,
8674
7979
  )
@@ -8729,9 +8034,6 @@ if TYPE_CHECKING:
8729
8034
  from githubkit.versions.v2022_11_28.models import (
8730
8035
  WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestUnlockedPropPullRequestPropRequestedTeamsItemsPropParent,
8731
8036
  )
8732
- from githubkit.versions.v2022_11_28.models import (
8733
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems,
8734
- )
8735
8037
  from githubkit.versions.v2022_11_28.models import (
8736
8038
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews,
8737
8039
  )
@@ -8900,21 +8202,6 @@ if TYPE_CHECKING:
8900
8202
  from githubkit.versions.v2022_11_28.models import (
8901
8203
  WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestAutoMergeEnabledPropPullRequestPropLinksPropReviewComments,
8902
8204
  )
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
8205
  from githubkit.versions.v2022_11_28.models import (
8919
8206
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems,
8920
8207
  )
@@ -8966,9 +8253,6 @@ if TYPE_CHECKING:
8966
8253
  from githubkit.versions.v2022_11_28.models import (
8967
8254
  WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthor as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropAuthor,
8968
8255
  )
8969
- from githubkit.versions.v2022_11_28.models import (
8970
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems,
8971
- )
8972
8256
  from githubkit.versions.v2022_11_28.models import (
8973
8257
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems,
8974
8258
  )
@@ -8990,12 +8274,6 @@ if TYPE_CHECKING:
8990
8274
  from githubkit.versions.v2022_11_28.models import (
8991
8275
  WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepo as WebhookCheckSuiteRequestedPropCheckSuitePropPullRequestsItemsPropHeadPropRepo,
8992
8276
  )
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
8277
  from githubkit.versions.v2022_11_28.models import (
9000
8278
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthor as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropAuthor,
9001
8279
  )
@@ -9077,15 +8355,6 @@ if TYPE_CHECKING:
9077
8355
  from githubkit.versions.v2022_11_28.models import (
9078
8356
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScripts as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropScripts,
9079
8357
  )
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
8358
  from githubkit.versions.v2022_11_28.models import (
9090
8359
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwner as WebhookPullRequestReviewCommentCreatedPropPullRequestPropBasePropRepoPropOwner,
9091
8360
  )
@@ -9152,9 +8421,6 @@ if TYPE_CHECKING:
9152
8421
  from githubkit.versions.v2022_11_28.models import (
9153
8422
  WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan,
9154
8423
  )
9155
- from githubkit.versions.v2022_11_28.models import (
9156
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase,
9157
- )
9158
8424
  from githubkit.versions.v2022_11_28.models import (
9159
8425
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy,
9160
8426
  )
@@ -9611,15 +8877,9 @@ if TYPE_CHECKING:
9611
8877
  from githubkit.versions.v2022_11_28.models import (
9612
8878
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItems as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropMetadataItems,
9613
8879
  )
9614
- from githubkit.versions.v2022_11_28.models import (
9615
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
9616
- )
9617
8880
  from githubkit.versions.v2022_11_28.models import (
9618
8881
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies,
9619
8882
  )
9620
- from githubkit.versions.v2022_11_28.models import (
9621
- WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestMilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
9622
- )
9623
8883
  from githubkit.versions.v2022_11_28.models import (
9624
8884
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0 as WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedReviewersItemsOneof0,
9625
8885
  )
@@ -9677,9 +8937,6 @@ if TYPE_CHECKING:
9677
8937
  from githubkit.versions.v2022_11_28.models import (
9678
8938
  WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions,
9679
8939
  )
9680
- from githubkit.versions.v2022_11_28.models import (
9681
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan,
9682
- )
9683
8940
  from githubkit.versions.v2022_11_28.models import (
9684
8941
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItems as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropMaintainersItems,
9685
8942
  )
@@ -9713,9 +8970,6 @@ if TYPE_CHECKING:
9713
8970
  from githubkit.versions.v2022_11_28.models import (
9714
8971
  WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor as WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor,
9715
8972
  )
9716
- from githubkit.versions.v2022_11_28.models import (
9717
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
9718
- )
9719
8973
  from githubkit.versions.v2022_11_28.models import (
9720
8974
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
9721
8975
  )
@@ -9725,9 +8979,6 @@ if TYPE_CHECKING:
9725
8979
  from githubkit.versions.v2022_11_28.models import (
9726
8980
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems,
9727
8981
  )
9728
- from githubkit.versions.v2022_11_28.models import (
9729
- WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestDemilestonedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
9730
- )
9731
8982
  from githubkit.versions.v2022_11_28.models import (
9732
8983
  WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestReviewEditedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
9733
8984
  )
@@ -9767,9 +9018,6 @@ if TYPE_CHECKING:
9767
9018
  from githubkit.versions.v2022_11_28.models import (
9768
9019
  WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissions as WebhookDeploymentStatusCreatedPropDeploymentStatusPropPerformedViaGithubAppPropPermissions,
9769
9020
  )
9770
- from githubkit.versions.v2022_11_28.models import (
9771
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount,
9772
- )
9773
9021
  from githubkit.versions.v2022_11_28.models import (
9774
9022
  WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestReviewRequestRemovedOneof0PropPullRequestPropBasePropRepoPropPermissions,
9775
9023
  )
@@ -9875,9 +9123,6 @@ if TYPE_CHECKING:
9875
9123
  from githubkit.versions.v2022_11_28.models import (
9876
9124
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1 as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropNpmMetadataPropDistOneof1,
9877
9125
  )
9878
- from githubkit.versions.v2022_11_28.models import (
9879
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
9880
- )
9881
9126
  from githubkit.versions.v2022_11_28.models import (
9882
9127
  ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions,
9883
9128
  )
@@ -9896,9 +9141,6 @@ if TYPE_CHECKING:
9896
9141
  from githubkit.versions.v2022_11_28.models import (
9897
9142
  WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionType as WebhookRepositoryRulesetEditedPropChangesPropConditionsPropUpdatedItemsPropChangesPropConditionType,
9898
9143
  )
9899
- from githubkit.versions.v2022_11_28.models import (
9900
- WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
9901
- )
9902
9144
  from githubkit.versions.v2022_11_28.models import (
9903
9145
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion,
9904
9146
  )
@@ -9955,8 +9197,8 @@ else:
9955
9197
  "VulnerabilityPropPackage",
9956
9198
  "BasicError",
9957
9199
  "ValidationErrorSimple",
9958
- "Integration",
9959
9200
  "IntegrationPropPermissions",
9201
+ "Integration",
9960
9202
  "WebhookConfig",
9961
9203
  "HookDeliveryItem",
9962
9204
  "ScimError",
@@ -9988,6 +9230,8 @@ else:
9988
9230
  "SimpleClassroomAssignment",
9989
9231
  "SimpleClassroom",
9990
9232
  "ClassroomAssignmentGrade",
9233
+ "CopilotUsageMetrics",
9234
+ "CopilotUsageMetricsPropBreakdownItems",
9991
9235
  "DependabotAlertPackage",
9992
9236
  "DependabotAlertSecurityVulnerability",
9993
9237
  "DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion",
@@ -10137,9 +9381,15 @@ else:
10137
9381
  "RepositoryRuleDeletion",
10138
9382
  "RepositoryRuleRequiredSignatures",
10139
9383
  "RepositoryRuleNonFastForward",
9384
+ "RepositoryRuleOneof14",
9385
+ "RepositoryRuleOneof14PropParameters",
9386
+ "RepositoryRuleOneof16",
9387
+ "RepositoryRuleOneof16PropParameters",
10140
9388
  "RepositoryRuleUpdate",
10141
9389
  "RepositoryRuleUpdatePropParameters",
10142
9390
  "RepositoryRuleRequiredLinearHistory",
9391
+ "RepositoryRuleOneof15",
9392
+ "RepositoryRuleOneof15PropParameters",
10143
9393
  "RepositoryRuleRequiredDeployments",
10144
9394
  "RepositoryRuleRequiredDeploymentsPropParameters",
10145
9395
  "RepositoryRulePullRequest",
@@ -10161,7 +9411,11 @@ else:
10161
9411
  "RepositoryRuleWorkflows",
10162
9412
  "RepositoryRuleWorkflowsPropParameters",
10163
9413
  "RepositoryRuleParamsWorkflowFileReference",
9414
+ "RepositoryRuleCodeScanning",
9415
+ "RepositoryRuleCodeScanningPropParameters",
10164
9416
  "RepositoryRuleParamsCodeScanningTool",
9417
+ "RepositoryRuleOneof17",
9418
+ "RepositoryRuleOneof17PropParameters",
10165
9419
  "RepositoryRuleset",
10166
9420
  "RepositoryRulesetPropLinks",
10167
9421
  "RepositoryRulesetPropLinksPropSelf",
@@ -10310,6 +9564,13 @@ else:
10310
9564
  "CodeScanningAnalysis",
10311
9565
  "CodeScanningAnalysisDeletion",
10312
9566
  "CodeScanningCodeqlDatabase",
9567
+ "CodeScanningVariantAnalysisRepository",
9568
+ "CodeScanningVariantAnalysisSkippedRepoGroup",
9569
+ "CodeScanningVariantAnalysis",
9570
+ "CodeScanningVariantAnalysisPropScannedRepositoriesItems",
9571
+ "CodeScanningVariantAnalysisPropSkippedRepositories",
9572
+ "CodeScanningVariantAnalysisPropSkippedRepositoriesPropNotFoundRepos",
9573
+ "CodeScanningVariantAnalysisRepoTask",
10313
9574
  "CodeScanningDefaultSetup",
10314
9575
  "CodeScanningDefaultSetupUpdate",
10315
9576
  "CodeScanningDefaultSetupUpdateResponse",
@@ -10525,6 +9786,7 @@ else:
10525
9786
  "RepositoryRuleDetailedOneof12",
10526
9787
  "RepositoryRuleDetailedOneof13",
10527
9788
  "RepositoryRuleDetailedOneof14",
9789
+ "RepositoryRuleDetailedOneof15",
10528
9790
  "SecretScanningAlert",
10529
9791
  "RepositoryAdvisoryCreate",
10530
9792
  "RepositoryAdvisoryCreatePropCreditsItems",
@@ -10614,12 +9876,72 @@ else:
10614
9876
  "SimpleCheckSuite",
10615
9877
  "CheckRunWithSimpleCheckSuite",
10616
9878
  "CheckRunWithSimpleCheckSuitePropOutput",
9879
+ "WebhooksDeployKey",
9880
+ "WebhooksWorkflow",
9881
+ "WebhooksApprover",
9882
+ "WebhooksReviewersItems",
9883
+ "WebhooksReviewersItemsPropReviewer",
9884
+ "WebhooksWorkflowJobRun",
9885
+ "WebhooksUser",
9886
+ "WebhooksAnswer",
9887
+ "WebhooksAnswerPropReactions",
9888
+ "WebhooksAnswerPropUser",
10617
9889
  "Discussion",
10618
9890
  "DiscussionPropAnswerChosenBy",
10619
9891
  "DiscussionPropCategory",
10620
9892
  "DiscussionPropReactions",
10621
9893
  "DiscussionPropUser",
9894
+ "WebhooksComment",
9895
+ "WebhooksCommentPropReactions",
9896
+ "WebhooksCommentPropUser",
9897
+ "WebhooksLabel",
9898
+ "WebhooksRepositoriesItems",
9899
+ "WebhooksRepositoriesAddedItems",
9900
+ "WebhooksIssueComment",
9901
+ "WebhooksIssueCommentPropReactions",
9902
+ "WebhooksIssueCommentPropUser",
9903
+ "WebhooksChanges",
9904
+ "WebhooksChangesPropBody",
9905
+ "WebhooksIssue",
9906
+ "WebhooksIssuePropAssignee",
9907
+ "WebhooksIssuePropAssigneesItems",
9908
+ "WebhooksIssuePropLabelsItems",
9909
+ "WebhooksIssuePropMilestone",
9910
+ "WebhooksIssuePropMilestonePropCreator",
9911
+ "WebhooksIssuePropPerformedViaGithubApp",
9912
+ "WebhooksIssuePropPerformedViaGithubAppPropOwner",
9913
+ "WebhooksIssuePropPerformedViaGithubAppPropPermissions",
9914
+ "WebhooksIssuePropPullRequest",
9915
+ "WebhooksIssuePropReactions",
9916
+ "WebhooksIssuePropUser",
9917
+ "WebhooksMilestone",
9918
+ "WebhooksMilestonePropCreator",
9919
+ "WebhooksIssue2",
9920
+ "WebhooksIssue2PropAssignee",
9921
+ "WebhooksIssue2PropAssigneesItems",
9922
+ "WebhooksIssue2PropLabelsItems",
9923
+ "WebhooksIssue2PropMilestone",
9924
+ "WebhooksIssue2PropMilestonePropCreator",
9925
+ "WebhooksIssue2PropPerformedViaGithubApp",
9926
+ "WebhooksIssue2PropPerformedViaGithubAppPropOwner",
9927
+ "WebhooksIssue2PropPerformedViaGithubAppPropPermissions",
9928
+ "WebhooksIssue2PropPullRequest",
9929
+ "WebhooksIssue2PropReactions",
9930
+ "WebhooksIssue2PropUser",
9931
+ "WebhooksUserMannequin",
9932
+ "WebhooksMarketplacePurchase",
9933
+ "WebhooksMarketplacePurchasePropAccount",
9934
+ "WebhooksMarketplacePurchasePropPlan",
9935
+ "WebhooksPreviousMarketplacePurchase",
9936
+ "WebhooksPreviousMarketplacePurchasePropAccount",
9937
+ "WebhooksPreviousMarketplacePurchasePropPlan",
9938
+ "WebhooksTeam",
9939
+ "WebhooksTeamPropParent",
10622
9940
  "MergeGroup",
9941
+ "WebhooksMilestone3",
9942
+ "WebhooksMilestone3PropCreator",
9943
+ "WebhooksMembership",
9944
+ "WebhooksMembershipPropUser",
10623
9945
  "PersonalAccessTokenRequest",
10624
9946
  "PersonalAccessTokenRequestPropRepositoriesItems",
10625
9947
  "PersonalAccessTokenRequestPropPermissionsAdded",
@@ -10634,11 +9956,96 @@ else:
10634
9956
  "PersonalAccessTokenRequestPropPermissionsResultPropOrganization",
10635
9957
  "PersonalAccessTokenRequestPropPermissionsResultPropRepository",
10636
9958
  "PersonalAccessTokenRequestPropPermissionsResultPropOther",
9959
+ "WebhooksProjectCard",
9960
+ "WebhooksProjectCardPropCreator",
9961
+ "WebhooksProject",
9962
+ "WebhooksProjectPropCreator",
9963
+ "WebhooksProjectColumn",
10637
9964
  "ProjectsV2",
9965
+ "WebhooksProjectChanges",
9966
+ "WebhooksProjectChangesPropArchivedAt",
10638
9967
  "ProjectsV2Item",
10639
9968
  "PullRequestWebhook",
10640
9969
  "PullRequestWebhookAllof1",
9970
+ "WebhooksPullRequest5",
9971
+ "WebhooksPullRequest5PropAssignee",
9972
+ "WebhooksPullRequest5PropAssigneesItems",
9973
+ "WebhooksPullRequest5PropAutoMerge",
9974
+ "WebhooksPullRequest5PropAutoMergePropEnabledBy",
9975
+ "WebhooksPullRequest5PropLabelsItems",
9976
+ "WebhooksPullRequest5PropMergedBy",
9977
+ "WebhooksPullRequest5PropMilestone",
9978
+ "WebhooksPullRequest5PropMilestonePropCreator",
9979
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof0",
9980
+ "WebhooksPullRequest5PropUser",
9981
+ "WebhooksPullRequest5PropLinks",
9982
+ "WebhooksPullRequest5PropLinksPropComments",
9983
+ "WebhooksPullRequest5PropLinksPropCommits",
9984
+ "WebhooksPullRequest5PropLinksPropHtml",
9985
+ "WebhooksPullRequest5PropLinksPropIssue",
9986
+ "WebhooksPullRequest5PropLinksPropReviewComment",
9987
+ "WebhooksPullRequest5PropLinksPropReviewComments",
9988
+ "WebhooksPullRequest5PropLinksPropSelf",
9989
+ "WebhooksPullRequest5PropLinksPropStatuses",
9990
+ "WebhooksPullRequest5PropBase",
9991
+ "WebhooksPullRequest5PropBasePropUser",
9992
+ "WebhooksPullRequest5PropBasePropRepo",
9993
+ "WebhooksPullRequest5PropBasePropRepoPropLicense",
9994
+ "WebhooksPullRequest5PropBasePropRepoPropOwner",
9995
+ "WebhooksPullRequest5PropBasePropRepoPropPermissions",
9996
+ "WebhooksPullRequest5PropHead",
9997
+ "WebhooksPullRequest5PropHeadPropUser",
9998
+ "WebhooksPullRequest5PropHeadPropRepo",
9999
+ "WebhooksPullRequest5PropHeadPropRepoPropLicense",
10000
+ "WebhooksPullRequest5PropHeadPropRepoPropOwner",
10001
+ "WebhooksPullRequest5PropHeadPropRepoPropPermissions",
10002
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof1",
10003
+ "WebhooksPullRequest5PropRequestedReviewersItemsOneof1PropParent",
10004
+ "WebhooksPullRequest5PropRequestedTeamsItems",
10005
+ "WebhooksPullRequest5PropRequestedTeamsItemsPropParent",
10006
+ "WebhooksReviewComment",
10007
+ "WebhooksReviewCommentPropReactions",
10008
+ "WebhooksReviewCommentPropUser",
10009
+ "WebhooksReviewCommentPropLinks",
10010
+ "WebhooksReviewCommentPropLinksPropHtml",
10011
+ "WebhooksReviewCommentPropLinksPropPullRequest",
10012
+ "WebhooksReviewCommentPropLinksPropSelf",
10013
+ "WebhooksReview",
10014
+ "WebhooksReviewPropUser",
10015
+ "WebhooksReviewPropLinks",
10016
+ "WebhooksReviewPropLinksPropHtml",
10017
+ "WebhooksReviewPropLinksPropPullRequest",
10018
+ "WebhooksRelease",
10019
+ "WebhooksReleasePropAuthor",
10020
+ "WebhooksReleasePropReactions",
10021
+ "WebhooksReleasePropAssetsItems",
10022
+ "WebhooksReleasePropAssetsItemsPropUploader",
10023
+ "WebhooksRelease1",
10024
+ "WebhooksRelease1PropAssetsItems",
10025
+ "WebhooksRelease1PropAssetsItemsPropUploader",
10026
+ "WebhooksRelease1PropAuthor",
10027
+ "WebhooksRelease1PropReactions",
10028
+ "WebhooksAlert",
10029
+ "WebhooksAlertPropDismisser",
10641
10030
  "SecretScanningAlertWebhook",
10031
+ "WebhooksSecurityAdvisory",
10032
+ "WebhooksSecurityAdvisoryPropCvss",
10033
+ "WebhooksSecurityAdvisoryPropCwesItems",
10034
+ "WebhooksSecurityAdvisoryPropIdentifiersItems",
10035
+ "WebhooksSecurityAdvisoryPropReferencesItems",
10036
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItems",
10037
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
10038
+ "WebhooksSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
10039
+ "WebhooksSponsorship",
10040
+ "WebhooksSponsorshipPropMaintainer",
10041
+ "WebhooksSponsorshipPropSponsor",
10042
+ "WebhooksSponsorshipPropSponsorable",
10043
+ "WebhooksSponsorshipPropTier",
10044
+ "WebhooksChanges8",
10045
+ "WebhooksChanges8PropTier",
10046
+ "WebhooksChanges8PropTierPropFrom",
10047
+ "WebhooksTeam1",
10048
+ "WebhooksTeam1PropParent",
10642
10049
  "WebhookBranchProtectionConfigurationDisabled",
10643
10050
  "WebhookBranchProtectionConfigurationEnabled",
10644
10051
  "WebhookBranchProtectionRuleCreated",
@@ -10765,11 +10172,8 @@ else:
10765
10172
  "WebhookDependabotAlertReintroduced",
10766
10173
  "WebhookDependabotAlertReopened",
10767
10174
  "WebhookDeployKeyCreated",
10768
- "WebhookDeployKeyCreatedPropKey",
10769
10175
  "WebhookDeployKeyDeleted",
10770
- "WebhookDeployKeyDeletedPropKey",
10771
10176
  "WebhookDeploymentCreated",
10772
- "WebhookDeploymentCreatedPropWorkflow",
10773
10177
  "WebhookDeploymentCreatedPropDeployment",
10774
10178
  "WebhookDeploymentCreatedPropDeploymentPropCreator",
10775
10179
  "WebhookDeploymentCreatedPropDeploymentPropPayloadOneof0",
@@ -10791,11 +10195,7 @@ else:
10791
10195
  "WebhookDeploymentCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
10792
10196
  "WebhookDeploymentProtectionRuleRequested",
10793
10197
  "WebhookDeploymentReviewApproved",
10794
- "WebhookDeploymentReviewApprovedPropApprover",
10795
- "WebhookDeploymentReviewApprovedPropWorkflowJobRun",
10796
10198
  "WebhookDeploymentReviewApprovedPropWorkflowJobRunsItems",
10797
- "WebhookDeploymentReviewApprovedPropReviewersItems",
10798
- "WebhookDeploymentReviewApprovedPropReviewersItemsPropReviewer",
10799
10199
  "WebhookDeploymentReviewApprovedPropWorkflowRun",
10800
10200
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropActor",
10801
10201
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropHeadCommit",
@@ -10811,11 +10211,7 @@ else:
10811
10211
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHead",
10812
10212
  "WebhookDeploymentReviewApprovedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
10813
10213
  "WebhookDeploymentReviewRejected",
10814
- "WebhookDeploymentReviewRejectedPropApprover",
10815
- "WebhookDeploymentReviewRejectedPropWorkflowJobRun",
10816
10214
  "WebhookDeploymentReviewRejectedPropWorkflowJobRunsItems",
10817
- "WebhookDeploymentReviewRejectedPropReviewersItems",
10818
- "WebhookDeploymentReviewRejectedPropReviewersItemsPropReviewer",
10819
10215
  "WebhookDeploymentReviewRejectedPropWorkflowRun",
10820
10216
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropActor",
10821
10217
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropHeadCommit",
@@ -10831,7 +10227,6 @@ else:
10831
10227
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHead",
10832
10228
  "WebhookDeploymentReviewRejectedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
10833
10229
  "WebhookDeploymentReviewRequested",
10834
- "WebhookDeploymentReviewRequestedPropRequestor",
10835
10230
  "WebhookDeploymentReviewRequestedPropWorkflowJobRun",
10836
10231
  "WebhookDeploymentReviewRequestedPropReviewersItems",
10837
10232
  "WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer",
@@ -10851,7 +10246,6 @@ else:
10851
10246
  "WebhookDeploymentReviewRequestedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
10852
10247
  "WebhookDeploymentStatusCreated",
10853
10248
  "WebhookDeploymentStatusCreatedPropCheckRun",
10854
- "WebhookDeploymentStatusCreatedPropWorkflow",
10855
10249
  "WebhookDeploymentStatusCreatedPropDeployment",
10856
10250
  "WebhookDeploymentStatusCreatedPropDeploymentPropCreator",
10857
10251
  "WebhookDeploymentStatusCreatedPropDeploymentPropPayloadOneof1",
@@ -10877,28 +10271,16 @@ else:
10877
10271
  "WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHead",
10878
10272
  "WebhookDeploymentStatusCreatedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
10879
10273
  "WebhookDiscussionAnswered",
10880
- "WebhookDiscussionAnsweredPropAnswer",
10881
- "WebhookDiscussionAnsweredPropAnswerPropReactions",
10882
- "WebhookDiscussionAnsweredPropAnswerPropUser",
10883
10274
  "WebhookDiscussionCategoryChanged",
10884
10275
  "WebhookDiscussionCategoryChangedPropChanges",
10885
10276
  "WebhookDiscussionCategoryChangedPropChangesPropCategory",
10886
10277
  "WebhookDiscussionCategoryChangedPropChangesPropCategoryPropFrom",
10887
10278
  "WebhookDiscussionClosed",
10888
10279
  "WebhookDiscussionCommentCreated",
10889
- "WebhookDiscussionCommentCreatedPropComment",
10890
- "WebhookDiscussionCommentCreatedPropCommentPropReactions",
10891
- "WebhookDiscussionCommentCreatedPropCommentPropUser",
10892
10280
  "WebhookDiscussionCommentDeleted",
10893
- "WebhookDiscussionCommentDeletedPropComment",
10894
- "WebhookDiscussionCommentDeletedPropCommentPropReactions",
10895
- "WebhookDiscussionCommentDeletedPropCommentPropUser",
10896
10281
  "WebhookDiscussionCommentEdited",
10897
10282
  "WebhookDiscussionCommentEditedPropChanges",
10898
10283
  "WebhookDiscussionCommentEditedPropChangesPropBody",
10899
- "WebhookDiscussionCommentEditedPropComment",
10900
- "WebhookDiscussionCommentEditedPropCommentPropReactions",
10901
- "WebhookDiscussionCommentEditedPropCommentPropUser",
10902
10284
  "WebhookDiscussionCreated",
10903
10285
  "WebhookDiscussionDeleted",
10904
10286
  "WebhookDiscussionEdited",
@@ -10906,18 +10288,13 @@ else:
10906
10288
  "WebhookDiscussionEditedPropChangesPropBody",
10907
10289
  "WebhookDiscussionEditedPropChangesPropTitle",
10908
10290
  "WebhookDiscussionLabeled",
10909
- "WebhookDiscussionLabeledPropLabel",
10910
10291
  "WebhookDiscussionLocked",
10911
10292
  "WebhookDiscussionPinned",
10912
10293
  "WebhookDiscussionReopened",
10913
10294
  "WebhookDiscussionTransferred",
10914
10295
  "WebhookDiscussionTransferredPropChanges",
10915
10296
  "WebhookDiscussionUnanswered",
10916
- "WebhookDiscussionUnansweredPropOldAnswer",
10917
- "WebhookDiscussionUnansweredPropOldAnswerPropReactions",
10918
- "WebhookDiscussionUnansweredPropOldAnswerPropUser",
10919
10297
  "WebhookDiscussionUnlabeled",
10920
- "WebhookDiscussionUnlabeledPropLabel",
10921
10298
  "WebhookDiscussionUnlocked",
10922
10299
  "WebhookDiscussionUnpinned",
10923
10300
  "WebhookFork",
@@ -10927,7 +10304,6 @@ else:
10927
10304
  "WebhookForkPropForkeeAllof0",
10928
10305
  "WebhookForkPropForkeeAllof0PropLicense",
10929
10306
  "WebhookForkPropForkeeAllof0PropOwner",
10930
- "WebhookForkPropForkeeAllof0PropCustomProperties",
10931
10307
  "WebhookForkPropForkeeAllof0PropPermissions",
10932
10308
  "WebhookForkPropForkeeAllof1",
10933
10309
  "WebhookForkPropForkeeAllof1PropLicense",
@@ -10936,29 +10312,19 @@ else:
10936
10312
  "WebhookGollum",
10937
10313
  "WebhookGollumPropPagesItems",
10938
10314
  "WebhookInstallationCreated",
10939
- "WebhookInstallationCreatedPropRepositoriesItems",
10940
- "WebhookInstallationCreatedPropRequester",
10941
10315
  "WebhookInstallationDeleted",
10942
- "WebhookInstallationDeletedPropRepositoriesItems",
10943
10316
  "WebhookInstallationNewPermissionsAccepted",
10944
- "WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems",
10945
10317
  "WebhookInstallationRepositoriesAdded",
10946
- "WebhookInstallationRepositoriesAddedPropRepositoriesAddedItems",
10947
10318
  "WebhookInstallationRepositoriesAddedPropRepositoriesRemovedItems",
10948
- "WebhookInstallationRepositoriesAddedPropRequester",
10949
10319
  "WebhookInstallationRepositoriesRemoved",
10950
- "WebhookInstallationRepositoriesRemovedPropRepositoriesAddedItems",
10951
10320
  "WebhookInstallationRepositoriesRemovedPropRepositoriesRemovedItems",
10952
- "WebhookInstallationRepositoriesRemovedPropRequester",
10953
10321
  "WebhookInstallationSuspend",
10954
- "WebhookInstallationSuspendPropRepositoriesItems",
10955
10322
  "WebhookInstallationTargetRenamed",
10956
10323
  "WebhookInstallationTargetRenamedPropAccount",
10957
10324
  "WebhookInstallationTargetRenamedPropChanges",
10958
10325
  "WebhookInstallationTargetRenamedPropChangesPropLogin",
10959
10326
  "WebhookInstallationTargetRenamedPropChangesPropSlug",
10960
10327
  "WebhookInstallationUnsuspend",
10961
- "WebhookInstallationUnsuspendPropRepositoriesItems",
10962
10328
  "WebhookIssueCommentCreated",
10963
10329
  "WebhookIssueCommentCreatedPropComment",
10964
10330
  "WebhookIssueCommentCreatedPropCommentPropReactions",
@@ -10990,9 +10356,6 @@ else:
10990
10356
  "WebhookIssueCommentCreatedPropIssueMergedMilestone",
10991
10357
  "WebhookIssueCommentCreatedPropIssueMergedPerformedViaGithubApp",
10992
10358
  "WebhookIssueCommentDeleted",
10993
- "WebhookIssueCommentDeletedPropComment",
10994
- "WebhookIssueCommentDeletedPropCommentPropReactions",
10995
- "WebhookIssueCommentDeletedPropCommentPropUser",
10996
10359
  "WebhookIssueCommentDeletedPropIssue",
10997
10360
  "WebhookIssueCommentDeletedPropIssueMergedAssignees",
10998
10361
  "WebhookIssueCommentDeletedPropIssueMergedReactions",
@@ -11020,11 +10383,6 @@ else:
11020
10383
  "WebhookIssueCommentDeletedPropIssueMergedMilestone",
11021
10384
  "WebhookIssueCommentDeletedPropIssueMergedPerformedViaGithubApp",
11022
10385
  "WebhookIssueCommentEdited",
11023
- "WebhookIssueCommentEditedPropChanges",
11024
- "WebhookIssueCommentEditedPropChangesPropBody",
11025
- "WebhookIssueCommentEditedPropComment",
11026
- "WebhookIssueCommentEditedPropCommentPropReactions",
11027
- "WebhookIssueCommentEditedPropCommentPropUser",
11028
10386
  "WebhookIssueCommentEditedPropIssue",
11029
10387
  "WebhookIssueCommentEditedPropIssueMergedAssignees",
11030
10388
  "WebhookIssueCommentEditedPropIssueMergedReactions",
@@ -11052,19 +10410,6 @@ else:
11052
10410
  "WebhookIssueCommentEditedPropIssueMergedMilestone",
11053
10411
  "WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubApp",
11054
10412
  "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
10413
  "WebhookIssuesClosed",
11069
10414
  "WebhookIssuesClosedPropIssue",
11070
10415
  "WebhookIssuesClosedPropIssueMergedAssignee",
@@ -11120,10 +10465,7 @@ else:
11120
10465
  "WebhookIssuesDemilestonedPropIssuePropPullRequest",
11121
10466
  "WebhookIssuesDemilestonedPropIssuePropReactions",
11122
10467
  "WebhookIssuesDemilestonedPropIssuePropUser",
11123
- "WebhookIssuesDemilestonedPropMilestone",
11124
- "WebhookIssuesDemilestonedPropMilestonePropCreator",
11125
10468
  "WebhookIssuesEdited",
11126
- "WebhookIssuesEditedPropLabel",
11127
10469
  "WebhookIssuesEditedPropChanges",
11128
10470
  "WebhookIssuesEditedPropChangesPropBody",
11129
10471
  "WebhookIssuesEditedPropChangesPropTitle",
@@ -11140,7 +10482,6 @@ else:
11140
10482
  "WebhookIssuesEditedPropIssuePropReactions",
11141
10483
  "WebhookIssuesEditedPropIssuePropUser",
11142
10484
  "WebhookIssuesLabeled",
11143
- "WebhookIssuesLabeledPropLabel",
11144
10485
  "WebhookIssuesLabeledPropIssue",
11145
10486
  "WebhookIssuesLabeledPropIssuePropAssignee",
11146
10487
  "WebhookIssuesLabeledPropIssuePropAssigneesItems",
@@ -11179,8 +10520,6 @@ else:
11179
10520
  "WebhookIssuesMilestonedPropIssuePropPullRequest",
11180
10521
  "WebhookIssuesMilestonedPropIssuePropReactions",
11181
10522
  "WebhookIssuesMilestonedPropIssuePropUser",
11182
- "WebhookIssuesMilestonedPropMilestone",
11183
- "WebhookIssuesMilestonedPropMilestonePropCreator",
11184
10523
  "WebhookIssuesOpened",
11185
10524
  "WebhookIssuesOpenedPropIssue",
11186
10525
  "WebhookIssuesOpenedPropIssuePropAssignee",
@@ -11213,18 +10552,6 @@ else:
11213
10552
  "WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner",
11214
10553
  "WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissions",
11215
10554
  "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
10555
  "WebhookIssuesReopened",
11229
10556
  "WebhookIssuesReopenedPropIssue",
11230
10557
  "WebhookIssuesReopenedPropIssuePropAssignee",
@@ -11239,18 +10566,6 @@ else:
11239
10566
  "WebhookIssuesReopenedPropIssuePropReactions",
11240
10567
  "WebhookIssuesReopenedPropIssuePropUser",
11241
10568
  "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
10569
  "WebhookIssuesTransferredPropChanges",
11255
10570
  "WebhookIssuesTransferredPropChangesPropNewIssue",
11256
10571
  "WebhookIssuesTransferredPropChangesPropNewIssuePropAssignee",
@@ -11270,33 +10585,7 @@ else:
11270
10585
  "WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwner",
11271
10586
  "WebhookIssuesTransferredPropChangesPropNewRepositoryPropPermissions",
11272
10587
  "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
10588
  "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
10589
  "WebhookIssuesUnlocked",
11301
10590
  "WebhookIssuesUnlockedPropIssue",
11302
10591
  "WebhookIssuesUnlockedPropIssuePropAssignee",
@@ -11311,46 +10600,19 @@ else:
11311
10600
  "WebhookIssuesUnlockedPropIssuePropReactions",
11312
10601
  "WebhookIssuesUnlockedPropIssuePropUser",
11313
10602
  "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
10603
  "WebhookLabelCreated",
11327
- "WebhookLabelCreatedPropLabel",
11328
10604
  "WebhookLabelDeleted",
11329
- "WebhookLabelDeletedPropLabel",
11330
10605
  "WebhookLabelEdited",
11331
- "WebhookLabelEditedPropLabel",
11332
10606
  "WebhookLabelEditedPropChanges",
11333
10607
  "WebhookLabelEditedPropChangesPropColor",
11334
10608
  "WebhookLabelEditedPropChangesPropDescription",
11335
10609
  "WebhookLabelEditedPropChangesPropName",
11336
10610
  "WebhookMarketplacePurchaseCancelled",
11337
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchase",
11338
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount",
11339
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan",
11340
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase",
11341
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount",
11342
- "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan",
11343
10611
  "WebhookMarketplacePurchaseChanged",
11344
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchase",
11345
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount",
11346
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan",
11347
10612
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase",
11348
10613
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccount",
11349
10614
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan",
11350
10615
  "WebhookMarketplacePurchasePendingChange",
11351
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchase",
11352
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount",
11353
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan",
11354
10616
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase",
11355
10617
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccount",
11356
10618
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlan",
@@ -11358,84 +10620,45 @@ else:
11358
10620
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase",
11359
10621
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccount",
11360
10622
  "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan",
11361
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase",
11362
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount",
11363
- "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan",
11364
10623
  "WebhookMarketplacePurchasePurchased",
11365
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchase",
11366
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount",
11367
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan",
11368
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase",
11369
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount",
11370
- "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlan",
11371
10624
  "WebhookMemberAdded",
11372
- "WebhookMemberAddedPropMember",
11373
10625
  "WebhookMemberAddedPropChanges",
11374
10626
  "WebhookMemberAddedPropChangesPropPermission",
11375
10627
  "WebhookMemberAddedPropChangesPropRoleName",
11376
10628
  "WebhookMemberEdited",
11377
- "WebhookMemberEditedPropMember",
11378
10629
  "WebhookMemberEditedPropChanges",
11379
10630
  "WebhookMemberEditedPropChangesPropOldPermission",
11380
10631
  "WebhookMemberEditedPropChangesPropPermission",
11381
10632
  "WebhookMemberRemoved",
11382
- "WebhookMemberRemovedPropMember",
11383
10633
  "WebhookMembershipAdded",
11384
- "WebhookMembershipAddedPropMember",
11385
10634
  "WebhookMembershipAddedPropSender",
11386
- "WebhookMembershipAddedPropTeam",
11387
- "WebhookMembershipAddedPropTeamPropParent",
11388
10635
  "WebhookMembershipRemoved",
11389
- "WebhookMembershipRemovedPropMember",
11390
10636
  "WebhookMembershipRemovedPropSender",
11391
- "WebhookMembershipRemovedPropTeam",
11392
- "WebhookMembershipRemovedPropTeamPropParent",
11393
10637
  "WebhookMergeGroupChecksRequested",
11394
10638
  "WebhookMergeGroupDestroyed",
11395
10639
  "WebhookMetaDeleted",
11396
10640
  "WebhookMetaDeletedPropHook",
11397
10641
  "WebhookMetaDeletedPropHookPropConfig",
11398
10642
  "WebhookMilestoneClosed",
11399
- "WebhookMilestoneClosedPropMilestone",
11400
- "WebhookMilestoneClosedPropMilestonePropCreator",
11401
10643
  "WebhookMilestoneCreated",
11402
- "WebhookMilestoneCreatedPropMilestone",
11403
- "WebhookMilestoneCreatedPropMilestonePropCreator",
11404
10644
  "WebhookMilestoneDeleted",
11405
- "WebhookMilestoneDeletedPropMilestone",
11406
- "WebhookMilestoneDeletedPropMilestonePropCreator",
11407
10645
  "WebhookMilestoneEdited",
11408
10646
  "WebhookMilestoneEditedPropChanges",
11409
10647
  "WebhookMilestoneEditedPropChangesPropDescription",
11410
10648
  "WebhookMilestoneEditedPropChangesPropDueOn",
11411
10649
  "WebhookMilestoneEditedPropChangesPropTitle",
11412
- "WebhookMilestoneEditedPropMilestone",
11413
- "WebhookMilestoneEditedPropMilestonePropCreator",
11414
10650
  "WebhookMilestoneOpened",
11415
- "WebhookMilestoneOpenedPropMilestone",
11416
- "WebhookMilestoneOpenedPropMilestonePropCreator",
11417
10651
  "WebhookOrgBlockBlocked",
11418
- "WebhookOrgBlockBlockedPropBlockedUser",
11419
10652
  "WebhookOrgBlockUnblocked",
11420
- "WebhookOrgBlockUnblockedPropBlockedUser",
11421
10653
  "WebhookOrganizationDeleted",
11422
- "WebhookOrganizationDeletedPropMembership",
11423
- "WebhookOrganizationDeletedPropMembershipPropUser",
11424
10654
  "WebhookOrganizationMemberAdded",
11425
- "WebhookOrganizationMemberAddedPropMembership",
11426
- "WebhookOrganizationMemberAddedPropMembershipPropUser",
11427
10655
  "WebhookOrganizationMemberInvited",
11428
- "WebhookOrganizationMemberInvitedPropUser",
11429
10656
  "WebhookOrganizationMemberInvitedPropInvitation",
11430
10657
  "WebhookOrganizationMemberInvitedPropInvitationPropInviter",
11431
10658
  "WebhookOrganizationMemberRemoved",
11432
- "WebhookOrganizationMemberRemovedPropMembership",
11433
- "WebhookOrganizationMemberRemovedPropMembershipPropUser",
11434
10659
  "WebhookOrganizationRenamed",
11435
10660
  "WebhookOrganizationRenamedPropChanges",
11436
10661
  "WebhookOrganizationRenamedPropChangesPropLogin",
11437
- "WebhookOrganizationRenamedPropMembership",
11438
- "WebhookOrganizationRenamedPropMembershipPropUser",
11439
10662
  "WebhookRubygemsMetadata",
11440
10663
  "WebhookRubygemsMetadataPropVersionInfo",
11441
10664
  "WebhookRubygemsMetadataPropMetadata",
@@ -11500,19 +10723,13 @@ else:
11500
10723
  "WebhookProjectCardConverted",
11501
10724
  "WebhookProjectCardConvertedPropChanges",
11502
10725
  "WebhookProjectCardConvertedPropChangesPropNote",
11503
- "WebhookProjectCardConvertedPropProjectCard",
11504
- "WebhookProjectCardConvertedPropProjectCardPropCreator",
11505
10726
  "WebhookProjectCardCreated",
11506
- "WebhookProjectCardCreatedPropProjectCard",
11507
- "WebhookProjectCardCreatedPropProjectCardPropCreator",
11508
10727
  "WebhookProjectCardDeleted",
11509
10728
  "WebhookProjectCardDeletedPropProjectCard",
11510
10729
  "WebhookProjectCardDeletedPropProjectCardPropCreator",
11511
10730
  "WebhookProjectCardEdited",
11512
10731
  "WebhookProjectCardEditedPropChanges",
11513
10732
  "WebhookProjectCardEditedPropChangesPropNote",
11514
- "WebhookProjectCardEditedPropProjectCard",
11515
- "WebhookProjectCardEditedPropProjectCardPropCreator",
11516
10733
  "WebhookProjectCardMoved",
11517
10734
  "WebhookProjectCardMovedPropChanges",
11518
10735
  "WebhookProjectCardMovedPropChangesPropColumnId",
@@ -11523,33 +10740,19 @@ else:
11523
10740
  "WebhookProjectCardMovedPropProjectCardAllof1",
11524
10741
  "WebhookProjectCardMovedPropProjectCardAllof1PropCreator",
11525
10742
  "WebhookProjectClosed",
11526
- "WebhookProjectClosedPropProject",
11527
- "WebhookProjectClosedPropProjectPropCreator",
11528
10743
  "WebhookProjectColumnCreated",
11529
- "WebhookProjectColumnCreatedPropProjectColumn",
11530
10744
  "WebhookProjectColumnDeleted",
11531
- "WebhookProjectColumnDeletedPropProjectColumn",
11532
10745
  "WebhookProjectColumnEdited",
11533
- "WebhookProjectColumnEditedPropProjectColumn",
11534
10746
  "WebhookProjectColumnEditedPropChanges",
11535
10747
  "WebhookProjectColumnEditedPropChangesPropName",
11536
10748
  "WebhookProjectColumnMoved",
11537
- "WebhookProjectColumnMovedPropProjectColumn",
11538
10749
  "WebhookProjectCreated",
11539
- "WebhookProjectCreatedPropProject",
11540
- "WebhookProjectCreatedPropProjectPropCreator",
11541
10750
  "WebhookProjectDeleted",
11542
- "WebhookProjectDeletedPropProject",
11543
- "WebhookProjectDeletedPropProjectPropCreator",
11544
10751
  "WebhookProjectEdited",
11545
10752
  "WebhookProjectEditedPropChanges",
11546
10753
  "WebhookProjectEditedPropChangesPropBody",
11547
10754
  "WebhookProjectEditedPropChangesPropName",
11548
- "WebhookProjectEditedPropProject",
11549
- "WebhookProjectEditedPropProjectPropCreator",
11550
10755
  "WebhookProjectReopened",
11551
- "WebhookProjectReopenedPropProject",
11552
- "WebhookProjectReopenedPropProjectPropCreator",
11553
10756
  "WebhookProjectsV2ProjectClosed",
11554
10757
  "WebhookProjectsV2ProjectCreated",
11555
10758
  "WebhookProjectsV2ProjectDeleted",
@@ -11560,8 +10763,6 @@ else:
11560
10763
  "WebhookProjectsV2ProjectEditedPropChangesPropShortDescription",
11561
10764
  "WebhookProjectsV2ProjectEditedPropChangesPropTitle",
11562
10765
  "WebhookProjectsV2ItemArchived",
11563
- "WebhookProjectsV2ItemArchivedPropChanges",
11564
- "WebhookProjectsV2ItemArchivedPropChangesPropArchivedAt",
11565
10766
  "WebhookProjectsV2ItemConverted",
11566
10767
  "WebhookProjectsV2ItemConvertedPropChanges",
11567
10768
  "WebhookProjectsV2ItemConvertedPropChangesPropContentType",
@@ -11576,12 +10777,9 @@ else:
11576
10777
  "WebhookProjectsV2ItemReorderedPropChanges",
11577
10778
  "WebhookProjectsV2ItemReorderedPropChangesPropPreviousProjectsV2ItemNodeId",
11578
10779
  "WebhookProjectsV2ItemRestored",
11579
- "WebhookProjectsV2ItemRestoredPropChanges",
11580
- "WebhookProjectsV2ItemRestoredPropChangesPropArchivedAt",
11581
10780
  "WebhookProjectsV2ProjectReopened",
11582
10781
  "WebhookPublic",
11583
10782
  "WebhookPullRequestAssigned",
11584
- "WebhookPullRequestAssignedPropAssignee",
11585
10783
  "WebhookPullRequestAssignedPropPullRequest",
11586
10784
  "WebhookPullRequestAssignedPropPullRequestPropAssignee",
11587
10785
  "WebhookPullRequestAssignedPropPullRequestPropAssigneesItems",
@@ -11695,42 +10893,6 @@ else:
11695
10893
  "WebhookPullRequestClosed",
11696
10894
  "WebhookPullRequestConvertedToDraft",
11697
10895
  "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
10896
  "WebhookPullRequestDequeued",
11735
10897
  "WebhookPullRequestDequeuedPropPullRequest",
11736
10898
  "WebhookPullRequestDequeuedPropPullRequestPropAssignee",
@@ -11813,7 +10975,6 @@ else:
11813
10975
  "WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItems",
11814
10976
  "WebhookPullRequestEnqueuedPropPullRequestPropRequestedTeamsItemsPropParent",
11815
10977
  "WebhookPullRequestLabeled",
11816
- "WebhookPullRequestLabeledPropLabel",
11817
10978
  "WebhookPullRequestLabeledPropPullRequest",
11818
10979
  "WebhookPullRequestLabeledPropPullRequestPropAssignee",
11819
10980
  "WebhookPullRequestLabeledPropPullRequestPropAssigneesItems",
@@ -11888,42 +11049,6 @@ else:
11888
11049
  "WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItems",
11889
11050
  "WebhookPullRequestLockedPropPullRequestPropRequestedTeamsItemsPropParent",
11890
11051
  "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
11052
  "WebhookPullRequestOpened",
11928
11053
  "WebhookPullRequestReadyForReview",
11929
11054
  "WebhookPullRequestReopened",
@@ -11971,13 +11096,6 @@ else:
11971
11096
  "WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItems",
11972
11097
  "WebhookPullRequestReviewCommentCreatedPropPullRequestPropRequestedTeamsItemsPropParent",
11973
11098
  "WebhookPullRequestReviewCommentDeleted",
11974
- "WebhookPullRequestReviewCommentDeletedPropComment",
11975
- "WebhookPullRequestReviewCommentDeletedPropCommentPropReactions",
11976
- "WebhookPullRequestReviewCommentDeletedPropCommentPropUser",
11977
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinks",
11978
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropHtml",
11979
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropPullRequest",
11980
- "WebhookPullRequestReviewCommentDeletedPropCommentPropLinksPropSelf",
11981
11099
  "WebhookPullRequestReviewCommentDeletedPropPullRequest",
11982
11100
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssignee",
11983
11101
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropAssigneesItems",
@@ -12014,15 +11132,6 @@ else:
12014
11132
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItems",
12015
11133
  "WebhookPullRequestReviewCommentDeletedPropPullRequestPropRequestedTeamsItemsPropParent",
12016
11134
  "WebhookPullRequestReviewCommentEdited",
12017
- "WebhookPullRequestReviewCommentEditedPropChanges",
12018
- "WebhookPullRequestReviewCommentEditedPropChangesPropBody",
12019
- "WebhookPullRequestReviewCommentEditedPropComment",
12020
- "WebhookPullRequestReviewCommentEditedPropCommentPropReactions",
12021
- "WebhookPullRequestReviewCommentEditedPropCommentPropUser",
12022
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinks",
12023
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropHtml",
12024
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropPullRequest",
12025
- "WebhookPullRequestReviewCommentEditedPropCommentPropLinksPropSelf",
12026
11135
  "WebhookPullRequestReviewCommentEditedPropPullRequest",
12027
11136
  "WebhookPullRequestReviewCommentEditedPropPullRequestPropAssignee",
12028
11137
  "WebhookPullRequestReviewCommentEditedPropPullRequestPropAssigneesItems",
@@ -12102,11 +11211,6 @@ else:
12102
11211
  "WebhookPullRequestReviewEdited",
12103
11212
  "WebhookPullRequestReviewEditedPropChanges",
12104
11213
  "WebhookPullRequestReviewEditedPropChangesPropBody",
12105
- "WebhookPullRequestReviewEditedPropReview",
12106
- "WebhookPullRequestReviewEditedPropReviewPropUser",
12107
- "WebhookPullRequestReviewEditedPropReviewPropLinks",
12108
- "WebhookPullRequestReviewEditedPropReviewPropLinksPropHtml",
12109
- "WebhookPullRequestReviewEditedPropReviewPropLinksPropPullRequest",
12110
11214
  "WebhookPullRequestReviewEditedPropPullRequest",
12111
11215
  "WebhookPullRequestReviewEditedPropPullRequestPropAssignee",
12112
11216
  "WebhookPullRequestReviewEditedPropPullRequestPropAssigneesItems",
@@ -12297,11 +11401,6 @@ else:
12297
11401
  "WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItems",
12298
11402
  "WebhookPullRequestReviewRequestedOneof1PropPullRequestPropRequestedTeamsItemsPropParent",
12299
11403
  "WebhookPullRequestReviewSubmitted",
12300
- "WebhookPullRequestReviewSubmittedPropReview",
12301
- "WebhookPullRequestReviewSubmittedPropReviewPropUser",
12302
- "WebhookPullRequestReviewSubmittedPropReviewPropLinks",
12303
- "WebhookPullRequestReviewSubmittedPropReviewPropLinksPropHtml",
12304
- "WebhookPullRequestReviewSubmittedPropReviewPropLinksPropPullRequest",
12305
11404
  "WebhookPullRequestReviewSubmittedPropPullRequest",
12306
11405
  "WebhookPullRequestReviewSubmittedPropPullRequestPropAssignee",
12307
11406
  "WebhookPullRequestReviewSubmittedPropPullRequestPropAssigneesItems",
@@ -12463,7 +11562,6 @@ else:
12463
11562
  "WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItems",
12464
11563
  "WebhookPullRequestSynchronizePropPullRequestPropRequestedTeamsItemsPropParent",
12465
11564
  "WebhookPullRequestUnassigned",
12466
- "WebhookPullRequestUnassignedPropAssignee",
12467
11565
  "WebhookPullRequestUnassignedPropPullRequest",
12468
11566
  "WebhookPullRequestUnassignedPropPullRequestPropAssignee",
12469
11567
  "WebhookPullRequestUnassignedPropPullRequestPropAssigneesItems",
@@ -12501,7 +11599,6 @@ else:
12501
11599
  "WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItems",
12502
11600
  "WebhookPullRequestUnassignedPropPullRequestPropRequestedTeamsItemsPropParent",
12503
11601
  "WebhookPullRequestUnlabeled",
12504
- "WebhookPullRequestUnlabeledPropLabel",
12505
11602
  "WebhookPullRequestUnlabeledPropPullRequest",
12506
11603
  "WebhookPullRequestUnlabeledPropPullRequestPropAssignee",
12507
11604
  "WebhookPullRequestUnlabeledPropPullRequestPropAssigneesItems",
@@ -12633,27 +11730,12 @@ else:
12633
11730
  "WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropRelease",
12634
11731
  "WebhookRegistryPackageUpdatedPropRegistryPackagePropPackageVersionPropReleasePropAuthor",
12635
11732
  "WebhookReleaseCreated",
12636
- "WebhookReleaseCreatedPropRelease",
12637
- "WebhookReleaseCreatedPropReleasePropAuthor",
12638
- "WebhookReleaseCreatedPropReleasePropReactions",
12639
- "WebhookReleaseCreatedPropReleasePropAssetsItems",
12640
- "WebhookReleaseCreatedPropReleasePropAssetsItemsPropUploader",
12641
11733
  "WebhookReleaseDeleted",
12642
- "WebhookReleaseDeletedPropRelease",
12643
- "WebhookReleaseDeletedPropReleasePropAuthor",
12644
- "WebhookReleaseDeletedPropReleasePropReactions",
12645
- "WebhookReleaseDeletedPropReleasePropAssetsItems",
12646
- "WebhookReleaseDeletedPropReleasePropAssetsItemsPropUploader",
12647
11734
  "WebhookReleaseEdited",
12648
11735
  "WebhookReleaseEditedPropChanges",
12649
11736
  "WebhookReleaseEditedPropChangesPropBody",
12650
11737
  "WebhookReleaseEditedPropChangesPropName",
12651
11738
  "WebhookReleaseEditedPropChangesPropMakeLatest",
12652
- "WebhookReleaseEditedPropRelease",
12653
- "WebhookReleaseEditedPropReleasePropAuthor",
12654
- "WebhookReleaseEditedPropReleasePropReactions",
12655
- "WebhookReleaseEditedPropReleasePropAssetsItems",
12656
- "WebhookReleaseEditedPropReleasePropAssetsItemsPropUploader",
12657
11739
  "WebhookReleasePrereleased",
12658
11740
  "WebhookReleasePrereleasedPropRelease",
12659
11741
  "WebhookReleasePrereleasedPropReleasePropAssetsItems",
@@ -12661,23 +11743,8 @@ else:
12661
11743
  "WebhookReleasePrereleasedPropReleasePropAuthor",
12662
11744
  "WebhookReleasePrereleasedPropReleasePropReactions",
12663
11745
  "WebhookReleasePublished",
12664
- "WebhookReleasePublishedPropRelease",
12665
- "WebhookReleasePublishedPropReleasePropAssetsItems",
12666
- "WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader",
12667
- "WebhookReleasePublishedPropReleasePropAuthor",
12668
- "WebhookReleasePublishedPropReleasePropReactions",
12669
11746
  "WebhookReleaseReleased",
12670
- "WebhookReleaseReleasedPropRelease",
12671
- "WebhookReleaseReleasedPropReleasePropAuthor",
12672
- "WebhookReleaseReleasedPropReleasePropReactions",
12673
- "WebhookReleaseReleasedPropReleasePropAssetsItems",
12674
- "WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploader",
12675
11747
  "WebhookReleaseUnpublished",
12676
- "WebhookReleaseUnpublishedPropRelease",
12677
- "WebhookReleaseUnpublishedPropReleasePropAssetsItems",
12678
- "WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader",
12679
- "WebhookReleaseUnpublishedPropReleasePropAuthor",
12680
- "WebhookReleaseUnpublishedPropReleasePropReactions",
12681
11748
  "WebhookRepositoryAdvisoryPublished",
12682
11749
  "WebhookRepositoryAdvisoryReported",
12683
11750
  "WebhookRepositoryArchived",
@@ -12725,14 +11792,10 @@ else:
12725
11792
  "WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUser",
12726
11793
  "WebhookRepositoryUnarchived",
12727
11794
  "WebhookRepositoryVulnerabilityAlertCreate",
12728
- "WebhookRepositoryVulnerabilityAlertCreatePropAlert",
12729
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser",
12730
11795
  "WebhookRepositoryVulnerabilityAlertDismiss",
12731
11796
  "WebhookRepositoryVulnerabilityAlertDismissPropAlert",
12732
11797
  "WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisser",
12733
11798
  "WebhookRepositoryVulnerabilityAlertReopen",
12734
- "WebhookRepositoryVulnerabilityAlertReopenPropAlert",
12735
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser",
12736
11799
  "WebhookRepositoryVulnerabilityAlertResolve",
12737
11800
  "WebhookRepositoryVulnerabilityAlertResolvePropAlert",
12738
11801
  "WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser",
@@ -12755,26 +11818,9 @@ else:
12755
11818
  "WebhookSecretScanningAlertLocationCreatedFormEncoded",
12756
11819
  "WebhookSecretScanningAlertReopened",
12757
11820
  "WebhookSecretScanningAlertResolved",
12758
- "WebhookSecretScanningAlertRevoked",
12759
11821
  "WebhookSecretScanningAlertValidated",
12760
11822
  "WebhookSecurityAdvisoryPublished",
12761
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisory",
12762
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCvss",
12763
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropCwesItems",
12764
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropIdentifiersItems",
12765
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropReferencesItems",
12766
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItems",
12767
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
12768
- "WebhookSecurityAdvisoryPublishedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
12769
11823
  "WebhookSecurityAdvisoryUpdated",
12770
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisory",
12771
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCvss",
12772
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems",
12773
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems",
12774
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems",
12775
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItems",
12776
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropFirstPatchedVersion",
12777
- "WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage",
12778
11824
  "WebhookSecurityAdvisoryWithdrawn",
12779
11825
  "WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisory",
12780
11826
  "WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropCvss",
@@ -12788,49 +11834,13 @@ else:
12788
11834
  "WebhookSecurityAndAnalysisPropChanges",
12789
11835
  "WebhookSecurityAndAnalysisPropChangesPropFrom",
12790
11836
  "WebhookSponsorshipCancelled",
12791
- "WebhookSponsorshipCancelledPropSponsorship",
12792
- "WebhookSponsorshipCancelledPropSponsorshipPropMaintainer",
12793
- "WebhookSponsorshipCancelledPropSponsorshipPropSponsor",
12794
- "WebhookSponsorshipCancelledPropSponsorshipPropSponsorable",
12795
- "WebhookSponsorshipCancelledPropSponsorshipPropTier",
12796
11837
  "WebhookSponsorshipCreated",
12797
- "WebhookSponsorshipCreatedPropSponsorship",
12798
- "WebhookSponsorshipCreatedPropSponsorshipPropMaintainer",
12799
- "WebhookSponsorshipCreatedPropSponsorshipPropSponsor",
12800
- "WebhookSponsorshipCreatedPropSponsorshipPropSponsorable",
12801
- "WebhookSponsorshipCreatedPropSponsorshipPropTier",
12802
11838
  "WebhookSponsorshipEdited",
12803
11839
  "WebhookSponsorshipEditedPropChanges",
12804
11840
  "WebhookSponsorshipEditedPropChangesPropPrivacyLevel",
12805
- "WebhookSponsorshipEditedPropSponsorship",
12806
- "WebhookSponsorshipEditedPropSponsorshipPropMaintainer",
12807
- "WebhookSponsorshipEditedPropSponsorshipPropSponsor",
12808
- "WebhookSponsorshipEditedPropSponsorshipPropSponsorable",
12809
- "WebhookSponsorshipEditedPropSponsorshipPropTier",
12810
11841
  "WebhookSponsorshipPendingCancellation",
12811
- "WebhookSponsorshipPendingCancellationPropSponsorship",
12812
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropMaintainer",
12813
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor",
12814
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable",
12815
- "WebhookSponsorshipPendingCancellationPropSponsorshipPropTier",
12816
11842
  "WebhookSponsorshipPendingTierChange",
12817
- "WebhookSponsorshipPendingTierChangePropSponsorship",
12818
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer",
12819
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor",
12820
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorable",
12821
- "WebhookSponsorshipPendingTierChangePropSponsorshipPropTier",
12822
- "WebhookSponsorshipPendingTierChangePropChanges",
12823
- "WebhookSponsorshipPendingTierChangePropChangesPropTier",
12824
- "WebhookSponsorshipPendingTierChangePropChangesPropTierPropFrom",
12825
11843
  "WebhookSponsorshipTierChanged",
12826
- "WebhookSponsorshipTierChangedPropSponsorship",
12827
- "WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer",
12828
- "WebhookSponsorshipTierChangedPropSponsorshipPropSponsor",
12829
- "WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable",
12830
- "WebhookSponsorshipTierChangedPropSponsorshipPropTier",
12831
- "WebhookSponsorshipTierChangedPropChanges",
12832
- "WebhookSponsorshipTierChangedPropChangesPropTier",
12833
- "WebhookSponsorshipTierChangedPropChangesPropTierPropFrom",
12834
11844
  "WebhookStarCreated",
12835
11845
  "WebhookStarDeleted",
12836
11846
  "WebhookStatus",
@@ -12850,40 +11860,30 @@ else:
12850
11860
  "WebhookStatusPropCommitPropCommitPropCommitterAllof0",
12851
11861
  "WebhookStatusPropCommitPropCommitPropCommitterAllof1",
12852
11862
  "WebhookTeamAdd",
12853
- "WebhookTeamAddPropTeam",
12854
- "WebhookTeamAddPropTeamPropParent",
12855
11863
  "WebhookTeamAddedToRepository",
12856
11864
  "WebhookTeamAddedToRepositoryPropRepository",
12857
11865
  "WebhookTeamAddedToRepositoryPropRepositoryPropCustomProperties",
12858
11866
  "WebhookTeamAddedToRepositoryPropRepositoryPropLicense",
12859
11867
  "WebhookTeamAddedToRepositoryPropRepositoryPropOwner",
12860
11868
  "WebhookTeamAddedToRepositoryPropRepositoryPropPermissions",
12861
- "WebhookTeamAddedToRepositoryPropTeam",
12862
- "WebhookTeamAddedToRepositoryPropTeamPropParent",
12863
11869
  "WebhookTeamCreated",
12864
11870
  "WebhookTeamCreatedPropRepository",
12865
11871
  "WebhookTeamCreatedPropRepositoryPropCustomProperties",
12866
11872
  "WebhookTeamCreatedPropRepositoryPropLicense",
12867
11873
  "WebhookTeamCreatedPropRepositoryPropOwner",
12868
11874
  "WebhookTeamCreatedPropRepositoryPropPermissions",
12869
- "WebhookTeamCreatedPropTeam",
12870
- "WebhookTeamCreatedPropTeamPropParent",
12871
11875
  "WebhookTeamDeleted",
12872
11876
  "WebhookTeamDeletedPropRepository",
12873
11877
  "WebhookTeamDeletedPropRepositoryPropCustomProperties",
12874
11878
  "WebhookTeamDeletedPropRepositoryPropLicense",
12875
11879
  "WebhookTeamDeletedPropRepositoryPropOwner",
12876
11880
  "WebhookTeamDeletedPropRepositoryPropPermissions",
12877
- "WebhookTeamDeletedPropTeam",
12878
- "WebhookTeamDeletedPropTeamPropParent",
12879
11881
  "WebhookTeamEdited",
12880
11882
  "WebhookTeamEditedPropRepository",
12881
11883
  "WebhookTeamEditedPropRepositoryPropCustomProperties",
12882
11884
  "WebhookTeamEditedPropRepositoryPropLicense",
12883
11885
  "WebhookTeamEditedPropRepositoryPropOwner",
12884
11886
  "WebhookTeamEditedPropRepositoryPropPermissions",
12885
- "WebhookTeamEditedPropTeam",
12886
- "WebhookTeamEditedPropTeamPropParent",
12887
11887
  "WebhookTeamEditedPropChanges",
12888
11888
  "WebhookTeamEditedPropChangesPropDescription",
12889
11889
  "WebhookTeamEditedPropChangesPropName",
@@ -12898,8 +11898,6 @@ else:
12898
11898
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropLicense",
12899
11899
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropOwner",
12900
11900
  "WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions",
12901
- "WebhookTeamRemovedFromRepositoryPropTeam",
12902
- "WebhookTeamRemovedFromRepositoryPropTeamPropParent",
12903
11901
  "WebhookWatchStarted",
12904
11902
  "WebhookWorkflowDispatch",
12905
11903
  "WebhookWorkflowDispatchPropInputs",
@@ -12924,7 +11922,6 @@ else:
12924
11922
  "WebhookWorkflowJobWaitingPropWorkflowJob",
12925
11923
  "WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems",
12926
11924
  "WebhookWorkflowRunCompleted",
12927
- "WebhookWorkflowRunCompletedPropWorkflow",
12928
11925
  "WebhookWorkflowRunCompletedPropWorkflowRun",
12929
11926
  "WebhookWorkflowRunCompletedPropWorkflowRunPropActor",
12930
11927
  "WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems",
@@ -12942,7 +11939,6 @@ else:
12942
11939
  "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHead",
12943
11940
  "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
12944
11941
  "WebhookWorkflowRunInProgress",
12945
- "WebhookWorkflowRunInProgressPropWorkflow",
12946
11942
  "WebhookWorkflowRunInProgressPropWorkflowRun",
12947
11943
  "WebhookWorkflowRunInProgressPropWorkflowRunPropActor",
12948
11944
  "WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItems",
@@ -12960,7 +11956,6 @@ else:
12960
11956
  "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHead",
12961
11957
  "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
12962
11958
  "WebhookWorkflowRunRequested",
12963
- "WebhookWorkflowRunRequestedPropWorkflow",
12964
11959
  "WebhookWorkflowRunRequestedPropWorkflowRun",
12965
11960
  "WebhookWorkflowRunRequestedPropWorkflowRunPropActor",
12966
11961
  "WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItems",
@@ -13186,6 +12181,9 @@ else:
13186
12181
  "ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItems",
13187
12182
  "ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200",
13188
12183
  "ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBody",
12184
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0",
12185
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1",
12186
+ "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2",
13189
12187
  "ReposOwnerRepoCodeScanningSarifsPostBody",
13190
12188
  "ReposOwnerRepoCodespacesGetResponse200",
13191
12189
  "ReposOwnerRepoCodespacesPostBody",