GitHubKit 0.11.2__py3-none-any.whl → 0.11.4__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 (4715) hide show
  1. githubkit/auth/app.py +12 -6
  2. githubkit/compat.py +1 -1
  3. githubkit/config.py +2 -2
  4. githubkit/core.py +97 -9
  5. githubkit/github.py +1 -34
  6. githubkit/lazy_module.py +5 -2
  7. githubkit/rest/__init__.py +359 -1155
  8. githubkit/versions/__init__.py +3 -2
  9. githubkit/versions/ghec_v2022_11_28/__init__.py +8 -0
  10. githubkit/versions/ghec_v2022_11_28/models/__init__.py +13719 -0
  11. githubkit/versions/ghec_v2022_11_28/models/group_0000.py +59 -0
  12. githubkit/versions/ghec_v2022_11_28/models/group_0001.py +52 -0
  13. githubkit/versions/ghec_v2022_11_28/models/group_0002.py +184 -0
  14. githubkit/versions/ghec_v2022_11_28/models/group_0003.py +33 -0
  15. githubkit/versions/ghec_v2022_11_28/models/group_0004.py +34 -0
  16. githubkit/versions/ghec_v2022_11_28/models/group_0005.py +62 -0
  17. githubkit/versions/ghec_v2022_11_28/models/group_0006.py +37 -0
  18. githubkit/versions/ghec_v2022_11_28/models/group_0007.py +43 -0
  19. githubkit/versions/ghec_v2022_11_28/models/group_0008.py +55 -0
  20. githubkit/versions/ghec_v2022_11_28/models/group_0009.py +37 -0
  21. githubkit/versions/ghec_v2022_11_28/models/group_0010.py +49 -0
  22. githubkit/versions/ghec_v2022_11_28/models/group_0011.py +111 -0
  23. githubkit/versions/ghec_v2022_11_28/models/group_0012.py +46 -0
  24. githubkit/versions/ghec_v2022_11_28/models/group_0013.py +40 -0
  25. githubkit/versions/ghec_v2022_11_28/models/group_0014.py +229 -0
  26. githubkit/versions/ghec_v2022_11_28/models/group_0015.py +63 -0
  27. githubkit/versions/ghec_v2022_11_28/models/group_0016.py +37 -0
  28. githubkit/versions/ghec_v2022_11_28/models/group_0017.py +206 -0
  29. githubkit/versions/ghec_v2022_11_28/models/group_0018.py +46 -0
  30. githubkit/versions/ghec_v2022_11_28/models/group_0019.py +43 -0
  31. githubkit/versions/ghec_v2022_11_28/models/group_0020.py +64 -0
  32. githubkit/versions/ghec_v2022_11_28/models/group_0021.py +35 -0
  33. githubkit/versions/ghec_v2022_11_28/models/group_0022.py +117 -0
  34. githubkit/versions/ghec_v2022_11_28/models/group_0023.py +135 -0
  35. githubkit/versions/ghec_v2022_11_28/models/group_0024.py +53 -0
  36. githubkit/versions/ghec_v2022_11_28/models/group_0025.py +286 -0
  37. githubkit/versions/ghec_v2022_11_28/models/group_0026.py +30 -0
  38. githubkit/versions/ghec_v2022_11_28/models/group_0027.py +30 -0
  39. githubkit/versions/ghec_v2022_11_28/models/group_0028.py +43 -0
  40. githubkit/versions/ghec_v2022_11_28/models/group_0029.py +41 -0
  41. githubkit/versions/ghec_v2022_11_28/models/group_0030.py +40 -0
  42. githubkit/versions/ghec_v2022_11_28/models/group_0031.py +32 -0
  43. githubkit/versions/ghec_v2022_11_28/models/group_0032.py +36 -0
  44. githubkit/versions/ghec_v2022_11_28/models/group_0033.py +39 -0
  45. githubkit/versions/ghec_v2022_11_28/models/group_0034.py +42 -0
  46. githubkit/versions/ghec_v2022_11_28/models/group_0035.py +38 -0
  47. githubkit/versions/ghec_v2022_11_28/models/group_0036.py +57 -0
  48. githubkit/versions/ghec_v2022_11_28/models/group_0037.py +40 -0
  49. githubkit/versions/ghec_v2022_11_28/models/group_0038.py +39 -0
  50. githubkit/versions/ghec_v2022_11_28/models/group_0039.py +145 -0
  51. githubkit/versions/ghec_v2022_11_28/models/group_0040.py +48 -0
  52. githubkit/versions/ghec_v2022_11_28/models/group_0041.py +40 -0
  53. githubkit/versions/ghec_v2022_11_28/models/group_0042.py +84 -0
  54. githubkit/versions/ghec_v2022_11_28/models/group_0043.py +153 -0
  55. githubkit/versions/ghec_v2022_11_28/models/group_0044.py +77 -0
  56. githubkit/versions/ghec_v2022_11_28/models/group_0045.py +54 -0
  57. githubkit/versions/ghec_v2022_11_28/models/group_0046.py +63 -0
  58. githubkit/versions/ghec_v2022_11_28/models/group_0047.py +31 -0
  59. githubkit/versions/ghec_v2022_11_28/models/group_0048.py +60 -0
  60. githubkit/versions/ghec_v2022_11_28/models/group_0049.py +122 -0
  61. githubkit/versions/ghec_v2022_11_28/models/group_0050.py +83 -0
  62. githubkit/versions/ghec_v2022_11_28/models/group_0051.py +43 -0
  63. githubkit/versions/ghec_v2022_11_28/models/group_0052.py +58 -0
  64. githubkit/versions/ghec_v2022_11_28/models/group_0053.py +94 -0
  65. githubkit/versions/ghec_v2022_11_28/models/group_0054.py +107 -0
  66. githubkit/versions/ghec_v2022_11_28/models/group_0055.py +63 -0
  67. githubkit/versions/ghec_v2022_11_28/models/group_0056.py +33 -0
  68. githubkit/versions/ghec_v2022_11_28/models/group_0057.py +33 -0
  69. githubkit/versions/ghec_v2022_11_28/models/group_0058.py +50 -0
  70. githubkit/versions/ghec_v2022_11_28/models/group_0059.py +34 -0
  71. githubkit/versions/ghec_v2022_11_28/models/group_0060.py +123 -0
  72. githubkit/versions/ghec_v2022_11_28/models/group_0061.py +64 -0
  73. githubkit/versions/ghec_v2022_11_28/models/group_0062.py +103 -0
  74. githubkit/versions/ghec_v2022_11_28/models/group_0063.py +96 -0
  75. githubkit/versions/ghec_v2022_11_28/models/group_0064.py +64 -0
  76. githubkit/versions/ghec_v2022_11_28/models/group_0065.py +87 -0
  77. githubkit/versions/ghec_v2022_11_28/models/group_0066.py +142 -0
  78. githubkit/versions/ghec_v2022_11_28/models/group_0067.py +52 -0
  79. githubkit/versions/ghec_v2022_11_28/models/group_0068.py +51 -0
  80. githubkit/versions/ghec_v2022_11_28/models/group_0069.py +29 -0
  81. githubkit/versions/ghec_v2022_11_28/models/group_0070.py +42 -0
  82. githubkit/versions/ghec_v2022_11_28/models/group_0071.py +42 -0
  83. githubkit/versions/ghec_v2022_11_28/models/group_0072.py +46 -0
  84. githubkit/versions/ghec_v2022_11_28/models/group_0073.py +60 -0
  85. githubkit/versions/ghec_v2022_11_28/models/group_0074.py +72 -0
  86. githubkit/versions/ghec_v2022_11_28/models/group_0075.py +94 -0
  87. githubkit/versions/ghec_v2022_11_28/models/group_0076.py +172 -0
  88. githubkit/versions/ghec_v2022_11_28/models/group_0077.py +55 -0
  89. githubkit/versions/ghec_v2022_11_28/models/group_0078.py +39 -0
  90. githubkit/versions/ghec_v2022_11_28/models/group_0079.py +49 -0
  91. githubkit/versions/ghec_v2022_11_28/models/group_0080.py +133 -0
  92. githubkit/versions/ghec_v2022_11_28/models/group_0081.py +32 -0
  93. githubkit/versions/ghec_v2022_11_28/models/group_0082.py +24 -0
  94. githubkit/versions/ghec_v2022_11_28/models/group_0083.py +43 -0
  95. githubkit/versions/ghec_v2022_11_28/models/group_0084.py +35 -0
  96. githubkit/versions/ghec_v2022_11_28/models/group_0085.py +44 -0
  97. githubkit/versions/ghec_v2022_11_28/models/group_0086.py +174 -0
  98. githubkit/versions/ghec_v2022_11_28/models/group_0087.py +35 -0
  99. githubkit/versions/ghec_v2022_11_28/models/group_0088.py +91 -0
  100. githubkit/versions/ghec_v2022_11_28/models/group_0089.py +53 -0
  101. githubkit/versions/ghec_v2022_11_28/models/group_0090.py +61 -0
  102. githubkit/versions/ghec_v2022_11_28/models/group_0091.py +141 -0
  103. githubkit/versions/ghec_v2022_11_28/models/group_0092.py +67 -0
  104. githubkit/versions/ghec_v2022_11_28/models/group_0093.py +39 -0
  105. githubkit/versions/ghec_v2022_11_28/models/group_0094.py +43 -0
  106. githubkit/versions/ghec_v2022_11_28/models/group_0095.py +29 -0
  107. githubkit/versions/ghec_v2022_11_28/models/group_0096.py +48 -0
  108. githubkit/versions/ghec_v2022_11_28/models/group_0097.py +64 -0
  109. githubkit/versions/ghec_v2022_11_28/models/group_0098.py +47 -0
  110. githubkit/versions/ghec_v2022_11_28/models/group_0099.py +45 -0
  111. githubkit/versions/ghec_v2022_11_28/models/group_0100.py +29 -0
  112. githubkit/versions/ghec_v2022_11_28/models/group_0101.py +56 -0
  113. githubkit/versions/ghec_v2022_11_28/models/group_0102.py +35 -0
  114. githubkit/versions/ghec_v2022_11_28/models/group_0103.py +40 -0
  115. githubkit/versions/ghec_v2022_11_28/models/group_0104.py +57 -0
  116. githubkit/versions/ghec_v2022_11_28/models/group_0105.py +58 -0
  117. githubkit/versions/ghec_v2022_11_28/models/group_0106.py +29 -0
  118. githubkit/versions/ghec_v2022_11_28/models/group_0107.py +65 -0
  119. githubkit/versions/ghec_v2022_11_28/models/group_0108.py +79 -0
  120. githubkit/versions/ghec_v2022_11_28/models/group_0109.py +105 -0
  121. githubkit/versions/ghec_v2022_11_28/models/group_0110.py +102 -0
  122. githubkit/versions/ghec_v2022_11_28/models/group_0111.py +55 -0
  123. githubkit/versions/ghec_v2022_11_28/models/group_0112.py +59 -0
  124. githubkit/versions/ghec_v2022_11_28/models/group_0113.py +33 -0
  125. githubkit/versions/ghec_v2022_11_28/models/group_0114.py +37 -0
  126. githubkit/versions/ghec_v2022_11_28/models/group_0115.py +33 -0
  127. githubkit/versions/ghec_v2022_11_28/models/group_0116.py +204 -0
  128. githubkit/versions/ghec_v2022_11_28/models/group_0117.py +38 -0
  129. githubkit/versions/ghec_v2022_11_28/models/group_0118.py +32 -0
  130. githubkit/versions/ghec_v2022_11_28/models/group_0119.py +36 -0
  131. githubkit/versions/ghec_v2022_11_28/models/group_0120.py +32 -0
  132. githubkit/versions/ghec_v2022_11_28/models/group_0121.py +40 -0
  133. githubkit/versions/ghec_v2022_11_28/models/group_0122.py +32 -0
  134. githubkit/versions/ghec_v2022_11_28/models/group_0123.py +32 -0
  135. githubkit/versions/ghec_v2022_11_28/models/group_0124.py +32 -0
  136. githubkit/versions/ghec_v2022_11_28/models/group_0125.py +54 -0
  137. githubkit/versions/ghec_v2022_11_28/models/group_0126.py +36 -0
  138. githubkit/versions/ghec_v2022_11_28/models/group_0127.py +36 -0
  139. githubkit/versions/ghec_v2022_11_28/models/group_0128.py +36 -0
  140. githubkit/versions/ghec_v2022_11_28/models/group_0129.py +65 -0
  141. githubkit/versions/ghec_v2022_11_28/models/group_0130.py +35 -0
  142. githubkit/versions/ghec_v2022_11_28/models/group_0131.py +27 -0
  143. githubkit/versions/ghec_v2022_11_28/models/group_0132.py +30 -0
  144. githubkit/versions/ghec_v2022_11_28/models/group_0133.py +38 -0
  145. githubkit/versions/ghec_v2022_11_28/models/group_0134.py +29 -0
  146. githubkit/versions/ghec_v2022_11_28/models/group_0135.py +36 -0
  147. githubkit/versions/ghec_v2022_11_28/models/group_0136.py +40 -0
  148. githubkit/versions/ghec_v2022_11_28/models/group_0137.py +38 -0
  149. githubkit/versions/ghec_v2022_11_28/models/group_0138.py +53 -0
  150. githubkit/versions/ghec_v2022_11_28/models/group_0139.py +37 -0
  151. githubkit/versions/ghec_v2022_11_28/models/group_0140.py +38 -0
  152. githubkit/versions/ghec_v2022_11_28/models/group_0141.py +37 -0
  153. githubkit/versions/ghec_v2022_11_28/models/group_0142.py +38 -0
  154. githubkit/versions/ghec_v2022_11_28/models/group_0143.py +37 -0
  155. githubkit/versions/ghec_v2022_11_28/models/group_0144.py +38 -0
  156. githubkit/versions/ghec_v2022_11_28/models/group_0145.py +37 -0
  157. githubkit/versions/ghec_v2022_11_28/models/group_0146.py +38 -0
  158. githubkit/versions/ghec_v2022_11_28/models/group_0147.py +37 -0
  159. githubkit/versions/ghec_v2022_11_28/models/group_0148.py +38 -0
  160. githubkit/versions/ghec_v2022_11_28/models/group_0149.py +31 -0
  161. githubkit/versions/ghec_v2022_11_28/models/group_0150.py +36 -0
  162. githubkit/versions/ghec_v2022_11_28/models/group_0151.py +53 -0
  163. githubkit/versions/ghec_v2022_11_28/models/group_0152.py +38 -0
  164. githubkit/versions/ghec_v2022_11_28/models/group_0153.py +140 -0
  165. githubkit/versions/ghec_v2022_11_28/models/group_0154.py +64 -0
  166. githubkit/versions/ghec_v2022_11_28/models/group_0155.py +107 -0
  167. githubkit/versions/ghec_v2022_11_28/models/group_0156.py +47 -0
  168. githubkit/versions/ghec_v2022_11_28/models/group_0157.py +207 -0
  169. githubkit/versions/ghec_v2022_11_28/models/group_0158.py +52 -0
  170. githubkit/versions/ghec_v2022_11_28/models/group_0159.py +139 -0
  171. githubkit/versions/ghec_v2022_11_28/models/group_0160.py +60 -0
  172. githubkit/versions/ghec_v2022_11_28/models/group_0161.py +52 -0
  173. githubkit/versions/ghec_v2022_11_28/models/group_0162.py +40 -0
  174. githubkit/versions/ghec_v2022_11_28/models/group_0163.py +36 -0
  175. githubkit/versions/ghec_v2022_11_28/models/group_0164.py +67 -0
  176. githubkit/versions/ghec_v2022_11_28/models/group_0165.py +171 -0
  177. githubkit/versions/ghec_v2022_11_28/models/group_0166.py +49 -0
  178. githubkit/versions/ghec_v2022_11_28/models/group_0167.py +37 -0
  179. githubkit/versions/ghec_v2022_11_28/models/group_0168.py +33 -0
  180. githubkit/versions/ghec_v2022_11_28/models/group_0169.py +28 -0
  181. githubkit/versions/ghec_v2022_11_28/models/group_0170.py +32 -0
  182. githubkit/versions/ghec_v2022_11_28/models/group_0171.py +40 -0
  183. githubkit/versions/ghec_v2022_11_28/models/group_0172.py +57 -0
  184. githubkit/versions/ghec_v2022_11_28/models/group_0173.py +52 -0
  185. githubkit/versions/ghec_v2022_11_28/models/group_0174.py +110 -0
  186. githubkit/versions/ghec_v2022_11_28/models/group_0175.py +38 -0
  187. githubkit/versions/ghec_v2022_11_28/models/group_0176.py +32 -0
  188. githubkit/versions/ghec_v2022_11_28/models/group_0177.py +34 -0
  189. githubkit/versions/ghec_v2022_11_28/models/group_0178.py +39 -0
  190. githubkit/versions/ghec_v2022_11_28/models/group_0179.py +29 -0
  191. githubkit/versions/ghec_v2022_11_28/models/group_0180.py +71 -0
  192. githubkit/versions/ghec_v2022_11_28/models/group_0181.py +66 -0
  193. githubkit/versions/ghec_v2022_11_28/models/group_0182.py +124 -0
  194. githubkit/versions/ghec_v2022_11_28/models/group_0183.py +66 -0
  195. githubkit/versions/ghec_v2022_11_28/models/group_0184.py +30 -0
  196. githubkit/versions/ghec_v2022_11_28/models/group_0185.py +37 -0
  197. githubkit/versions/ghec_v2022_11_28/models/group_0186.py +73 -0
  198. githubkit/versions/ghec_v2022_11_28/models/group_0187.py +69 -0
  199. githubkit/versions/ghec_v2022_11_28/models/group_0188.py +114 -0
  200. githubkit/versions/ghec_v2022_11_28/models/group_0189.py +72 -0
  201. githubkit/versions/ghec_v2022_11_28/models/group_0190.py +49 -0
  202. githubkit/versions/ghec_v2022_11_28/models/group_0191.py +35 -0
  203. githubkit/versions/ghec_v2022_11_28/models/group_0192.py +33 -0
  204. githubkit/versions/ghec_v2022_11_28/models/group_0193.py +51 -0
  205. githubkit/versions/ghec_v2022_11_28/models/group_0194.py +68 -0
  206. githubkit/versions/ghec_v2022_11_28/models/group_0195.py +147 -0
  207. githubkit/versions/ghec_v2022_11_28/models/group_0196.py +192 -0
  208. githubkit/versions/ghec_v2022_11_28/models/group_0197.py +49 -0
  209. githubkit/versions/ghec_v2022_11_28/models/group_0198.py +32 -0
  210. githubkit/versions/ghec_v2022_11_28/models/group_0199.py +30 -0
  211. githubkit/versions/ghec_v2022_11_28/models/group_0200.py +44 -0
  212. githubkit/versions/ghec_v2022_11_28/models/group_0201.py +68 -0
  213. githubkit/versions/ghec_v2022_11_28/models/group_0202.py +49 -0
  214. githubkit/versions/ghec_v2022_11_28/models/group_0203.py +53 -0
  215. githubkit/versions/ghec_v2022_11_28/models/group_0204.py +177 -0
  216. githubkit/versions/ghec_v2022_11_28/models/group_0205.py +45 -0
  217. githubkit/versions/ghec_v2022_11_28/models/group_0206.py +56 -0
  218. githubkit/versions/ghec_v2022_11_28/models/group_0207.py +55 -0
  219. githubkit/versions/ghec_v2022_11_28/models/group_0208.py +96 -0
  220. githubkit/versions/ghec_v2022_11_28/models/group_0209.py +39 -0
  221. githubkit/versions/ghec_v2022_11_28/models/group_0210.py +91 -0
  222. githubkit/versions/ghec_v2022_11_28/models/group_0211.py +58 -0
  223. githubkit/versions/ghec_v2022_11_28/models/group_0212.py +73 -0
  224. githubkit/versions/ghec_v2022_11_28/models/group_0213.py +113 -0
  225. githubkit/versions/ghec_v2022_11_28/models/group_0214.py +65 -0
  226. githubkit/versions/ghec_v2022_11_28/models/group_0215.py +35 -0
  227. githubkit/versions/ghec_v2022_11_28/models/group_0216.py +53 -0
  228. githubkit/versions/ghec_v2022_11_28/models/group_0217.py +61 -0
  229. githubkit/versions/ghec_v2022_11_28/models/group_0218.py +51 -0
  230. githubkit/versions/ghec_v2022_11_28/models/group_0219.py +37 -0
  231. githubkit/versions/ghec_v2022_11_28/models/group_0220.py +31 -0
  232. githubkit/versions/ghec_v2022_11_28/models/group_0221.py +40 -0
  233. githubkit/versions/ghec_v2022_11_28/models/group_0222.py +55 -0
  234. githubkit/versions/ghec_v2022_11_28/models/group_0223.py +30 -0
  235. githubkit/versions/ghec_v2022_11_28/models/group_0224.py +51 -0
  236. githubkit/versions/ghec_v2022_11_28/models/group_0225.py +80 -0
  237. githubkit/versions/ghec_v2022_11_28/models/group_0226.py +77 -0
  238. githubkit/versions/ghec_v2022_11_28/models/group_0227.py +41 -0
  239. githubkit/versions/ghec_v2022_11_28/models/group_0228.py +28 -0
  240. githubkit/versions/ghec_v2022_11_28/models/group_0229.py +41 -0
  241. githubkit/versions/ghec_v2022_11_28/models/group_0230.py +108 -0
  242. githubkit/versions/ghec_v2022_11_28/models/group_0231.py +48 -0
  243. githubkit/versions/ghec_v2022_11_28/models/group_0232.py +34 -0
  244. githubkit/versions/ghec_v2022_11_28/models/group_0233.py +63 -0
  245. githubkit/versions/ghec_v2022_11_28/models/group_0234.py +42 -0
  246. githubkit/versions/ghec_v2022_11_28/models/group_0235.py +66 -0
  247. githubkit/versions/ghec_v2022_11_28/models/group_0236.py +47 -0
  248. githubkit/versions/ghec_v2022_11_28/models/group_0237.py +82 -0
  249. githubkit/versions/ghec_v2022_11_28/models/group_0238.py +51 -0
  250. githubkit/versions/ghec_v2022_11_28/models/group_0239.py +57 -0
  251. githubkit/versions/ghec_v2022_11_28/models/group_0240.py +52 -0
  252. githubkit/versions/ghec_v2022_11_28/models/group_0241.py +52 -0
  253. githubkit/versions/ghec_v2022_11_28/models/group_0242.py +131 -0
  254. githubkit/versions/ghec_v2022_11_28/models/group_0243.py +52 -0
  255. githubkit/versions/ghec_v2022_11_28/models/group_0244.py +79 -0
  256. githubkit/versions/ghec_v2022_11_28/models/group_0245.py +43 -0
  257. githubkit/versions/ghec_v2022_11_28/models/group_0246.py +51 -0
  258. githubkit/versions/ghec_v2022_11_28/models/group_0247.py +141 -0
  259. githubkit/versions/ghec_v2022_11_28/models/group_0248.py +25 -0
  260. githubkit/versions/ghec_v2022_11_28/models/group_0249.py +52 -0
  261. githubkit/versions/ghec_v2022_11_28/models/group_0250.py +60 -0
  262. githubkit/versions/ghec_v2022_11_28/models/group_0251.py +96 -0
  263. githubkit/versions/ghec_v2022_11_28/models/group_0252.py +63 -0
  264. githubkit/versions/ghec_v2022_11_28/models/group_0253.py +34 -0
  265. githubkit/versions/ghec_v2022_11_28/models/group_0254.py +101 -0
  266. githubkit/versions/ghec_v2022_11_28/models/group_0255.py +43 -0
  267. githubkit/versions/ghec_v2022_11_28/models/group_0256.py +35 -0
  268. githubkit/versions/ghec_v2022_11_28/models/group_0257.py +34 -0
  269. githubkit/versions/ghec_v2022_11_28/models/group_0258.py +27 -0
  270. githubkit/versions/ghec_v2022_11_28/models/group_0259.py +39 -0
  271. githubkit/versions/ghec_v2022_11_28/models/group_0260.py +68 -0
  272. githubkit/versions/ghec_v2022_11_28/models/group_0261.py +29 -0
  273. githubkit/versions/ghec_v2022_11_28/models/group_0262.py +38 -0
  274. githubkit/versions/ghec_v2022_11_28/models/group_0263.py +102 -0
  275. githubkit/versions/ghec_v2022_11_28/models/group_0264.py +43 -0
  276. githubkit/versions/ghec_v2022_11_28/models/group_0265.py +61 -0
  277. githubkit/versions/ghec_v2022_11_28/models/group_0266.py +52 -0
  278. githubkit/versions/ghec_v2022_11_28/models/group_0267.py +29 -0
  279. githubkit/versions/ghec_v2022_11_28/models/group_0268.py +56 -0
  280. githubkit/versions/ghec_v2022_11_28/models/group_0269.py +83 -0
  281. githubkit/versions/ghec_v2022_11_28/models/group_0270.py +34 -0
  282. githubkit/versions/ghec_v2022_11_28/models/group_0271.py +31 -0
  283. githubkit/versions/ghec_v2022_11_28/models/group_0272.py +156 -0
  284. githubkit/versions/ghec_v2022_11_28/models/group_0273.py +53 -0
  285. githubkit/versions/ghec_v2022_11_28/models/group_0274.py +53 -0
  286. githubkit/versions/ghec_v2022_11_28/models/group_0275.py +46 -0
  287. githubkit/versions/ghec_v2022_11_28/models/group_0276.py +43 -0
  288. githubkit/versions/ghec_v2022_11_28/models/group_0277.py +52 -0
  289. githubkit/versions/ghec_v2022_11_28/models/group_0278.py +52 -0
  290. githubkit/versions/ghec_v2022_11_28/models/group_0279.py +53 -0
  291. githubkit/versions/ghec_v2022_11_28/models/group_0280.py +55 -0
  292. githubkit/versions/ghec_v2022_11_28/models/group_0281.py +55 -0
  293. githubkit/versions/ghec_v2022_11_28/models/group_0282.py +57 -0
  294. githubkit/versions/ghec_v2022_11_28/models/group_0283.py +42 -0
  295. githubkit/versions/ghec_v2022_11_28/models/group_0284.py +61 -0
  296. githubkit/versions/ghec_v2022_11_28/models/group_0285.py +61 -0
  297. githubkit/versions/ghec_v2022_11_28/models/group_0286.py +61 -0
  298. githubkit/versions/ghec_v2022_11_28/models/group_0287.py +64 -0
  299. githubkit/versions/ghec_v2022_11_28/models/group_0288.py +39 -0
  300. githubkit/versions/ghec_v2022_11_28/models/group_0289.py +66 -0
  301. githubkit/versions/ghec_v2022_11_28/models/group_0290.py +42 -0
  302. githubkit/versions/ghec_v2022_11_28/models/group_0291.py +34 -0
  303. githubkit/versions/ghec_v2022_11_28/models/group_0292.py +105 -0
  304. githubkit/versions/ghec_v2022_11_28/models/group_0293.py +87 -0
  305. githubkit/versions/ghec_v2022_11_28/models/group_0294.py +167 -0
  306. githubkit/versions/ghec_v2022_11_28/models/group_0295.py +42 -0
  307. githubkit/versions/ghec_v2022_11_28/models/group_0296.py +42 -0
  308. githubkit/versions/ghec_v2022_11_28/models/group_0297.py +44 -0
  309. githubkit/versions/ghec_v2022_11_28/models/group_0298.py +40 -0
  310. githubkit/versions/ghec_v2022_11_28/models/group_0299.py +24 -0
  311. githubkit/versions/ghec_v2022_11_28/models/group_0300.py +56 -0
  312. githubkit/versions/ghec_v2022_11_28/models/group_0301.py +34 -0
  313. githubkit/versions/ghec_v2022_11_28/models/group_0302.py +100 -0
  314. githubkit/versions/ghec_v2022_11_28/models/group_0303.py +50 -0
  315. githubkit/versions/ghec_v2022_11_28/models/group_0304.py +29 -0
  316. githubkit/versions/ghec_v2022_11_28/models/group_0305.py +41 -0
  317. githubkit/versions/ghec_v2022_11_28/models/group_0306.py +43 -0
  318. githubkit/versions/ghec_v2022_11_28/models/group_0307.py +111 -0
  319. githubkit/versions/ghec_v2022_11_28/models/group_0308.py +114 -0
  320. githubkit/versions/ghec_v2022_11_28/models/group_0309.py +223 -0
  321. githubkit/versions/ghec_v2022_11_28/models/group_0310.py +60 -0
  322. githubkit/versions/ghec_v2022_11_28/models/group_0311.py +160 -0
  323. githubkit/versions/ghec_v2022_11_28/models/group_0312.py +34 -0
  324. githubkit/versions/ghec_v2022_11_28/models/group_0313.py +30 -0
  325. githubkit/versions/ghec_v2022_11_28/models/group_0314.py +34 -0
  326. githubkit/versions/ghec_v2022_11_28/models/group_0315.py +88 -0
  327. githubkit/versions/ghec_v2022_11_28/models/group_0316.py +94 -0
  328. githubkit/versions/ghec_v2022_11_28/models/group_0317.py +29 -0
  329. githubkit/versions/ghec_v2022_11_28/models/group_0318.py +47 -0
  330. githubkit/versions/ghec_v2022_11_28/models/group_0319.py +67 -0
  331. githubkit/versions/ghec_v2022_11_28/models/group_0320.py +31 -0
  332. githubkit/versions/ghec_v2022_11_28/models/group_0321.py +43 -0
  333. githubkit/versions/ghec_v2022_11_28/models/group_0322.py +40 -0
  334. githubkit/versions/ghec_v2022_11_28/models/group_0323.py +43 -0
  335. githubkit/versions/ghec_v2022_11_28/models/group_0324.py +40 -0
  336. githubkit/versions/ghec_v2022_11_28/models/group_0325.py +40 -0
  337. githubkit/versions/ghec_v2022_11_28/models/group_0326.py +45 -0
  338. githubkit/versions/ghec_v2022_11_28/models/group_0327.py +40 -0
  339. githubkit/versions/ghec_v2022_11_28/models/group_0328.py +43 -0
  340. githubkit/versions/ghec_v2022_11_28/models/group_0329.py +45 -0
  341. githubkit/versions/ghec_v2022_11_28/models/group_0330.py +40 -0
  342. githubkit/versions/ghec_v2022_11_28/models/group_0331.py +45 -0
  343. githubkit/versions/ghec_v2022_11_28/models/group_0332.py +45 -0
  344. githubkit/versions/ghec_v2022_11_28/models/group_0333.py +45 -0
  345. githubkit/versions/ghec_v2022_11_28/models/group_0334.py +45 -0
  346. githubkit/versions/ghec_v2022_11_28/models/group_0335.py +45 -0
  347. githubkit/versions/ghec_v2022_11_28/models/group_0336.py +43 -0
  348. githubkit/versions/ghec_v2022_11_28/models/group_0337.py +89 -0
  349. githubkit/versions/ghec_v2022_11_28/models/group_0338.py +136 -0
  350. githubkit/versions/ghec_v2022_11_28/models/group_0339.py +109 -0
  351. githubkit/versions/ghec_v2022_11_28/models/group_0340.py +147 -0
  352. githubkit/versions/ghec_v2022_11_28/models/group_0341.py +34 -0
  353. githubkit/versions/ghec_v2022_11_28/models/group_0342.py +32 -0
  354. githubkit/versions/ghec_v2022_11_28/models/group_0343.py +49 -0
  355. githubkit/versions/ghec_v2022_11_28/models/group_0344.py +28 -0
  356. githubkit/versions/ghec_v2022_11_28/models/group_0345.py +40 -0
  357. githubkit/versions/ghec_v2022_11_28/models/group_0346.py +43 -0
  358. githubkit/versions/ghec_v2022_11_28/models/group_0347.py +34 -0
  359. githubkit/versions/ghec_v2022_11_28/models/group_0348.py +30 -0
  360. githubkit/versions/ghec_v2022_11_28/models/group_0349.py +29 -0
  361. githubkit/versions/ghec_v2022_11_28/models/group_0350.py +34 -0
  362. githubkit/versions/ghec_v2022_11_28/models/group_0351.py +31 -0
  363. githubkit/versions/ghec_v2022_11_28/models/group_0352.py +30 -0
  364. githubkit/versions/ghec_v2022_11_28/models/group_0353.py +34 -0
  365. githubkit/versions/ghec_v2022_11_28/models/group_0354.py +63 -0
  366. githubkit/versions/ghec_v2022_11_28/models/group_0355.py +45 -0
  367. githubkit/versions/ghec_v2022_11_28/models/group_0356.py +96 -0
  368. githubkit/versions/ghec_v2022_11_28/models/group_0357.py +52 -0
  369. githubkit/versions/ghec_v2022_11_28/models/group_0358.py +50 -0
  370. githubkit/versions/ghec_v2022_11_28/models/group_0359.py +47 -0
  371. githubkit/versions/ghec_v2022_11_28/models/group_0360.py +53 -0
  372. githubkit/versions/ghec_v2022_11_28/models/group_0361.py +45 -0
  373. githubkit/versions/ghec_v2022_11_28/models/group_0362.py +55 -0
  374. githubkit/versions/ghec_v2022_11_28/models/group_0363.py +91 -0
  375. githubkit/versions/ghec_v2022_11_28/models/group_0364.py +39 -0
  376. githubkit/versions/ghec_v2022_11_28/models/group_0365.py +29 -0
  377. githubkit/versions/ghec_v2022_11_28/models/group_0366.py +81 -0
  378. githubkit/versions/ghec_v2022_11_28/models/group_0367.py +151 -0
  379. githubkit/versions/ghec_v2022_11_28/models/group_0368.py +46 -0
  380. githubkit/versions/ghec_v2022_11_28/models/group_0369.py +64 -0
  381. githubkit/versions/ghec_v2022_11_28/models/group_0370.py +75 -0
  382. githubkit/versions/ghec_v2022_11_28/models/group_0371.py +60 -0
  383. githubkit/versions/ghec_v2022_11_28/models/group_0372.py +128 -0
  384. githubkit/versions/ghec_v2022_11_28/models/group_0373.py +56 -0
  385. githubkit/versions/ghec_v2022_11_28/models/group_0374.py +156 -0
  386. githubkit/versions/ghec_v2022_11_28/models/group_0375.py +110 -0
  387. githubkit/versions/ghec_v2022_11_28/models/group_0376.py +82 -0
  388. githubkit/versions/ghec_v2022_11_28/models/group_0377.py +87 -0
  389. githubkit/versions/ghec_v2022_11_28/models/group_0378.py +29 -0
  390. githubkit/versions/ghec_v2022_11_28/models/group_0379.py +52 -0
  391. githubkit/versions/ghec_v2022_11_28/models/group_0380.py +172 -0
  392. githubkit/versions/ghec_v2022_11_28/models/group_0381.py +33 -0
  393. githubkit/versions/ghec_v2022_11_28/models/group_0382.py +88 -0
  394. githubkit/versions/ghec_v2022_11_28/models/group_0383.py +36 -0
  395. githubkit/versions/ghec_v2022_11_28/models/group_0384.py +60 -0
  396. githubkit/versions/ghec_v2022_11_28/models/group_0385.py +29 -0
  397. githubkit/versions/ghec_v2022_11_28/models/group_0386.py +33 -0
  398. githubkit/versions/ghec_v2022_11_28/models/group_0387.py +33 -0
  399. githubkit/versions/ghec_v2022_11_28/models/group_0388.py +41 -0
  400. githubkit/versions/ghec_v2022_11_28/models/group_0389.py +29 -0
  401. githubkit/versions/ghec_v2022_11_28/models/group_0390.py +51 -0
  402. githubkit/versions/ghec_v2022_11_28/models/group_0391.py +34 -0
  403. githubkit/versions/ghec_v2022_11_28/models/group_0392.py +44 -0
  404. githubkit/versions/ghec_v2022_11_28/models/group_0393.py +380 -0
  405. githubkit/versions/ghec_v2022_11_28/models/group_0394.py +53 -0
  406. githubkit/versions/ghec_v2022_11_28/models/group_0395.py +82 -0
  407. githubkit/versions/ghec_v2022_11_28/models/group_0396.py +75 -0
  408. githubkit/versions/ghec_v2022_11_28/models/group_0397.py +91 -0
  409. githubkit/versions/ghec_v2022_11_28/models/group_0398.py +164 -0
  410. githubkit/versions/ghec_v2022_11_28/models/group_0399.py +36 -0
  411. githubkit/versions/ghec_v2022_11_28/models/group_0400.py +198 -0
  412. githubkit/versions/ghec_v2022_11_28/models/group_0401.py +46 -0
  413. githubkit/versions/ghec_v2022_11_28/models/group_0402.py +48 -0
  414. githubkit/versions/ghec_v2022_11_28/models/group_0403.py +143 -0
  415. githubkit/versions/ghec_v2022_11_28/models/group_0404.py +63 -0
  416. githubkit/versions/ghec_v2022_11_28/models/group_0405.py +85 -0
  417. githubkit/versions/ghec_v2022_11_28/models/group_0406.py +58 -0
  418. githubkit/versions/ghec_v2022_11_28/models/group_0407.py +58 -0
  419. githubkit/versions/ghec_v2022_11_28/models/group_0408.py +63 -0
  420. githubkit/versions/ghec_v2022_11_28/models/group_0409.py +63 -0
  421. githubkit/versions/ghec_v2022_11_28/models/group_0410.py +172 -0
  422. githubkit/versions/ghec_v2022_11_28/models/group_0411.py +57 -0
  423. githubkit/versions/ghec_v2022_11_28/models/group_0412.py +30 -0
  424. githubkit/versions/ghec_v2022_11_28/models/group_0413.py +57 -0
  425. githubkit/versions/ghec_v2022_11_28/models/group_0414.py +30 -0
  426. githubkit/versions/ghec_v2022_11_28/models/group_0415.py +76 -0
  427. githubkit/versions/ghec_v2022_11_28/models/group_0416.py +30 -0
  428. githubkit/versions/ghec_v2022_11_28/models/group_0417.py +57 -0
  429. githubkit/versions/ghec_v2022_11_28/models/group_0418.py +30 -0
  430. githubkit/versions/ghec_v2022_11_28/models/group_0419.py +415 -0
  431. githubkit/versions/ghec_v2022_11_28/models/group_0420.py +415 -0
  432. githubkit/versions/ghec_v2022_11_28/models/group_0421.py +411 -0
  433. githubkit/versions/ghec_v2022_11_28/models/group_0422.py +228 -0
  434. githubkit/versions/ghec_v2022_11_28/models/group_0423.py +228 -0
  435. githubkit/versions/ghec_v2022_11_28/models/group_0424.py +206 -0
  436. githubkit/versions/ghec_v2022_11_28/models/group_0425.py +223 -0
  437. githubkit/versions/ghec_v2022_11_28/models/group_0426.py +206 -0
  438. githubkit/versions/ghec_v2022_11_28/models/group_0427.py +195 -0
  439. githubkit/versions/ghec_v2022_11_28/models/group_0428.py +159 -0
  440. githubkit/versions/ghec_v2022_11_28/models/group_0429.py +72 -0
  441. githubkit/versions/ghec_v2022_11_28/models/group_0430.py +58 -0
  442. githubkit/versions/ghec_v2022_11_28/models/group_0431.py +64 -0
  443. githubkit/versions/ghec_v2022_11_28/models/group_0432.py +58 -0
  444. githubkit/versions/ghec_v2022_11_28/models/group_0433.py +65 -0
  445. githubkit/versions/ghec_v2022_11_28/models/group_0434.py +66 -0
  446. githubkit/versions/ghec_v2022_11_28/models/group_0435.py +60 -0
  447. githubkit/versions/ghec_v2022_11_28/models/group_0436.py +60 -0
  448. githubkit/versions/ghec_v2022_11_28/models/group_0437.py +60 -0
  449. githubkit/versions/ghec_v2022_11_28/models/group_0438.py +60 -0
  450. githubkit/versions/ghec_v2022_11_28/models/group_0439.py +60 -0
  451. githubkit/versions/ghec_v2022_11_28/models/group_0440.py +60 -0
  452. githubkit/versions/ghec_v2022_11_28/models/group_0441.py +60 -0
  453. githubkit/versions/ghec_v2022_11_28/models/group_0442.py +83 -0
  454. githubkit/versions/ghec_v2022_11_28/models/group_0443.py +83 -0
  455. githubkit/versions/ghec_v2022_11_28/models/group_0444.py +690 -0
  456. githubkit/versions/ghec_v2022_11_28/models/group_0445.py +73 -0
  457. githubkit/versions/ghec_v2022_11_28/models/group_0446.py +557 -0
  458. githubkit/versions/ghec_v2022_11_28/models/group_0447.py +557 -0
  459. githubkit/versions/ghec_v2022_11_28/models/group_0448.py +540 -0
  460. githubkit/versions/ghec_v2022_11_28/models/group_0449.py +1004 -0
  461. githubkit/versions/ghec_v2022_11_28/models/group_0450.py +145 -0
  462. githubkit/versions/ghec_v2022_11_28/models/group_0451.py +101 -0
  463. githubkit/versions/ghec_v2022_11_28/models/group_0452.py +62 -0
  464. githubkit/versions/ghec_v2022_11_28/models/group_0453.py +146 -0
  465. githubkit/versions/ghec_v2022_11_28/models/group_0454.py +146 -0
  466. githubkit/versions/ghec_v2022_11_28/models/group_0455.py +163 -0
  467. githubkit/versions/ghec_v2022_11_28/models/group_0456.py +62 -0
  468. githubkit/versions/ghec_v2022_11_28/models/group_0457.py +62 -0
  469. githubkit/versions/ghec_v2022_11_28/models/group_0458.py +90 -0
  470. githubkit/versions/ghec_v2022_11_28/models/group_0459.py +81 -0
  471. githubkit/versions/ghec_v2022_11_28/models/group_0460.py +62 -0
  472. githubkit/versions/ghec_v2022_11_28/models/group_0461.py +62 -0
  473. githubkit/versions/ghec_v2022_11_28/models/group_0462.py +62 -0
  474. githubkit/versions/ghec_v2022_11_28/models/group_0463.py +64 -0
  475. githubkit/versions/ghec_v2022_11_28/models/group_0464.py +34 -0
  476. githubkit/versions/ghec_v2022_11_28/models/group_0465.py +136 -0
  477. githubkit/versions/ghec_v2022_11_28/models/group_0466.py +81 -0
  478. githubkit/versions/ghec_v2022_11_28/models/group_0467.py +62 -0
  479. githubkit/versions/ghec_v2022_11_28/models/group_0468.py +62 -0
  480. githubkit/versions/ghec_v2022_11_28/models/group_0469.py +62 -0
  481. githubkit/versions/ghec_v2022_11_28/models/group_0470.py +200 -0
  482. githubkit/versions/ghec_v2022_11_28/models/group_0471.py +201 -0
  483. githubkit/versions/ghec_v2022_11_28/models/group_0472.py +44 -0
  484. githubkit/versions/ghec_v2022_11_28/models/group_0473.py +141 -0
  485. githubkit/versions/ghec_v2022_11_28/models/group_0474.py +33 -0
  486. githubkit/versions/ghec_v2022_11_28/models/group_0475.py +77 -0
  487. githubkit/versions/ghec_v2022_11_28/models/group_0476.py +106 -0
  488. githubkit/versions/ghec_v2022_11_28/models/group_0477.py +76 -0
  489. githubkit/versions/ghec_v2022_11_28/models/group_0478.py +76 -0
  490. githubkit/versions/ghec_v2022_11_28/models/group_0479.py +129 -0
  491. githubkit/versions/ghec_v2022_11_28/models/group_0480.py +125 -0
  492. githubkit/versions/ghec_v2022_11_28/models/group_0481.py +76 -0
  493. githubkit/versions/ghec_v2022_11_28/models/group_0482.py +136 -0
  494. githubkit/versions/ghec_v2022_11_28/models/group_0483.py +76 -0
  495. githubkit/versions/ghec_v2022_11_28/models/group_0484.py +67 -0
  496. githubkit/versions/ghec_v2022_11_28/models/group_0485.py +110 -0
  497. githubkit/versions/ghec_v2022_11_28/models/group_0486.py +172 -0
  498. githubkit/versions/ghec_v2022_11_28/models/group_0487.py +191 -0
  499. githubkit/versions/ghec_v2022_11_28/models/group_0488.py +82 -0
  500. githubkit/versions/ghec_v2022_11_28/models/group_0489.py +51 -0
  501. githubkit/versions/ghec_v2022_11_28/models/group_0490.py +52 -0
  502. githubkit/versions/ghec_v2022_11_28/models/group_0491.py +113 -0
  503. githubkit/versions/ghec_v2022_11_28/models/group_0492.py +111 -0
  504. githubkit/versions/ghec_v2022_11_28/models/group_0493.py +177 -0
  505. githubkit/versions/ghec_v2022_11_28/models/group_0494.py +49 -0
  506. githubkit/versions/ghec_v2022_11_28/models/group_0495.py +105 -0
  507. githubkit/versions/ghec_v2022_11_28/models/group_0496.py +67 -0
  508. githubkit/versions/ghec_v2022_11_28/models/group_0497.py +112 -0
  509. githubkit/versions/ghec_v2022_11_28/models/group_0498.py +172 -0
  510. githubkit/versions/ghec_v2022_11_28/models/group_0499.py +191 -0
  511. githubkit/versions/ghec_v2022_11_28/models/group_0500.py +82 -0
  512. githubkit/versions/ghec_v2022_11_28/models/group_0501.py +51 -0
  513. githubkit/versions/ghec_v2022_11_28/models/group_0502.py +52 -0
  514. githubkit/versions/ghec_v2022_11_28/models/group_0503.py +109 -0
  515. githubkit/versions/ghec_v2022_11_28/models/group_0504.py +109 -0
  516. githubkit/versions/ghec_v2022_11_28/models/group_0505.py +177 -0
  517. githubkit/versions/ghec_v2022_11_28/models/group_0506.py +49 -0
  518. githubkit/versions/ghec_v2022_11_28/models/group_0507.py +103 -0
  519. githubkit/versions/ghec_v2022_11_28/models/group_0508.py +91 -0
  520. githubkit/versions/ghec_v2022_11_28/models/group_0509.py +112 -0
  521. githubkit/versions/ghec_v2022_11_28/models/group_0510.py +172 -0
  522. githubkit/versions/ghec_v2022_11_28/models/group_0511.py +191 -0
  523. githubkit/versions/ghec_v2022_11_28/models/group_0512.py +82 -0
  524. githubkit/versions/ghec_v2022_11_28/models/group_0513.py +51 -0
  525. githubkit/versions/ghec_v2022_11_28/models/group_0514.py +50 -0
  526. githubkit/versions/ghec_v2022_11_28/models/group_0515.py +110 -0
  527. githubkit/versions/ghec_v2022_11_28/models/group_0516.py +110 -0
  528. githubkit/versions/ghec_v2022_11_28/models/group_0517.py +177 -0
  529. githubkit/versions/ghec_v2022_11_28/models/group_0518.py +47 -0
  530. githubkit/versions/ghec_v2022_11_28/models/group_0519.py +104 -0
  531. githubkit/versions/ghec_v2022_11_28/models/group_0520.py +527 -0
  532. githubkit/versions/ghec_v2022_11_28/models/group_0521.py +62 -0
  533. githubkit/versions/ghec_v2022_11_28/models/group_0522.py +216 -0
  534. githubkit/versions/ghec_v2022_11_28/models/group_0523.py +227 -0
  535. githubkit/versions/ghec_v2022_11_28/models/group_0524.py +51 -0
  536. githubkit/versions/ghec_v2022_11_28/models/group_0525.py +50 -0
  537. githubkit/versions/ghec_v2022_11_28/models/group_0526.py +106 -0
  538. githubkit/versions/ghec_v2022_11_28/models/group_0527.py +111 -0
  539. githubkit/versions/ghec_v2022_11_28/models/group_0528.py +34 -0
  540. githubkit/versions/ghec_v2022_11_28/models/group_0529.py +141 -0
  541. githubkit/versions/ghec_v2022_11_28/models/group_0530.py +47 -0
  542. githubkit/versions/ghec_v2022_11_28/models/group_0531.py +105 -0
  543. githubkit/versions/ghec_v2022_11_28/models/group_0532.py +485 -0
  544. githubkit/versions/ghec_v2022_11_28/models/group_0533.py +561 -0
  545. githubkit/versions/ghec_v2022_11_28/models/group_0534.py +543 -0
  546. githubkit/versions/ghec_v2022_11_28/models/group_0535.py +513 -0
  547. githubkit/versions/ghec_v2022_11_28/models/group_0536.py +484 -0
  548. githubkit/versions/ghec_v2022_11_28/models/group_0537.py +551 -0
  549. githubkit/versions/ghec_v2022_11_28/models/group_0538.py +1140 -0
  550. githubkit/versions/ghec_v2022_11_28/models/group_0539.py +482 -0
  551. githubkit/versions/ghec_v2022_11_28/models/group_0540.py +496 -0
  552. githubkit/versions/ghec_v2022_11_28/models/group_0541.py +1143 -0
  553. githubkit/versions/ghec_v2022_11_28/models/group_0542.py +529 -0
  554. githubkit/versions/ghec_v2022_11_28/models/group_0543.py +515 -0
  555. githubkit/versions/ghec_v2022_11_28/models/group_0544.py +484 -0
  556. githubkit/versions/ghec_v2022_11_28/models/group_0545.py +484 -0
  557. githubkit/versions/ghec_v2022_11_28/models/group_0546.py +78 -0
  558. githubkit/versions/ghec_v2022_11_28/models/group_0547.py +77 -0
  559. githubkit/versions/ghec_v2022_11_28/models/group_0548.py +129 -0
  560. githubkit/versions/ghec_v2022_11_28/models/group_0549.py +166 -0
  561. githubkit/versions/ghec_v2022_11_28/models/group_0550.py +162 -0
  562. githubkit/versions/ghec_v2022_11_28/models/group_0551.py +170 -0
  563. githubkit/versions/ghec_v2022_11_28/models/group_0552.py +180 -0
  564. githubkit/versions/ghec_v2022_11_28/models/group_0553.py +166 -0
  565. githubkit/versions/ghec_v2022_11_28/models/group_0554.py +132 -0
  566. githubkit/versions/ghec_v2022_11_28/models/group_0555.py +128 -0
  567. githubkit/versions/ghec_v2022_11_28/models/group_0556.py +89 -0
  568. githubkit/versions/ghec_v2022_11_28/models/group_0557.py +178 -0
  569. githubkit/versions/ghec_v2022_11_28/models/group_0558.py +178 -0
  570. githubkit/versions/ghec_v2022_11_28/models/group_0559.py +59 -0
  571. githubkit/versions/ghec_v2022_11_28/models/group_0560.py +63 -0
  572. githubkit/versions/ghec_v2022_11_28/models/group_0561.py +147 -0
  573. githubkit/versions/ghec_v2022_11_28/models/group_0562.py +123 -0
  574. githubkit/versions/ghec_v2022_11_28/models/group_0563.py +121 -0
  575. githubkit/versions/ghec_v2022_11_28/models/group_0564.py +123 -0
  576. githubkit/versions/ghec_v2022_11_28/models/group_0565.py +174 -0
  577. githubkit/versions/ghec_v2022_11_28/models/group_0566.py +121 -0
  578. githubkit/versions/ghec_v2022_11_28/models/group_0567.py +91 -0
  579. githubkit/versions/ghec_v2022_11_28/models/group_0568.py +91 -0
  580. githubkit/versions/ghec_v2022_11_28/models/group_0569.py +111 -0
  581. githubkit/versions/ghec_v2022_11_28/models/group_0570.py +110 -0
  582. githubkit/versions/ghec_v2022_11_28/models/group_0571.py +147 -0
  583. githubkit/versions/ghec_v2022_11_28/models/group_0572.py +110 -0
  584. githubkit/versions/ghec_v2022_11_28/models/group_0573.py +130 -0
  585. githubkit/versions/ghec_v2022_11_28/models/group_0574.py +62 -0
  586. githubkit/versions/ghec_v2022_11_28/models/group_0575.py +63 -0
  587. githubkit/versions/ghec_v2022_11_28/models/group_0576.py +91 -0
  588. githubkit/versions/ghec_v2022_11_28/models/group_0577.py +570 -0
  589. githubkit/versions/ghec_v2022_11_28/models/group_0578.py +62 -0
  590. githubkit/versions/ghec_v2022_11_28/models/group_0579.py +87 -0
  591. githubkit/versions/ghec_v2022_11_28/models/group_0580.py +183 -0
  592. githubkit/versions/ghec_v2022_11_28/models/group_0581.py +118 -0
  593. githubkit/versions/ghec_v2022_11_28/models/group_0582.py +48 -0
  594. githubkit/versions/ghec_v2022_11_28/models/group_0583.py +48 -0
  595. githubkit/versions/ghec_v2022_11_28/models/group_0584.py +48 -0
  596. githubkit/versions/ghec_v2022_11_28/models/group_0585.py +48 -0
  597. githubkit/versions/ghec_v2022_11_28/models/group_0586.py +53 -0
  598. githubkit/versions/ghec_v2022_11_28/models/group_0587.py +78 -0
  599. githubkit/versions/ghec_v2022_11_28/models/group_0588.py +30 -0
  600. githubkit/versions/ghec_v2022_11_28/models/group_0589.py +132 -0
  601. githubkit/versions/ghec_v2022_11_28/models/group_0590.py +113 -0
  602. githubkit/versions/ghec_v2022_11_28/models/group_0591.py +111 -0
  603. githubkit/versions/ghec_v2022_11_28/models/group_0592.py +130 -0
  604. githubkit/versions/ghec_v2022_11_28/models/group_0593.py +130 -0
  605. githubkit/versions/ghec_v2022_11_28/models/group_0594.py +76 -0
  606. githubkit/versions/ghec_v2022_11_28/models/group_0595.py +69 -0
  607. githubkit/versions/ghec_v2022_11_28/models/group_0596.py +115 -0
  608. githubkit/versions/ghec_v2022_11_28/models/group_0597.py +82 -0
  609. githubkit/versions/ghec_v2022_11_28/models/group_0598.py +78 -0
  610. githubkit/versions/ghec_v2022_11_28/models/group_0599.py +99 -0
  611. githubkit/versions/ghec_v2022_11_28/models/group_0600.py +81 -0
  612. githubkit/versions/ghec_v2022_11_28/models/group_0601.py +115 -0
  613. githubkit/versions/ghec_v2022_11_28/models/group_0602.py +112 -0
  614. githubkit/versions/ghec_v2022_11_28/models/group_0603.py +154 -0
  615. githubkit/versions/ghec_v2022_11_28/models/group_0604.py +115 -0
  616. githubkit/versions/ghec_v2022_11_28/models/group_0605.py +50 -0
  617. githubkit/versions/ghec_v2022_11_28/models/group_0606.py +53 -0
  618. githubkit/versions/ghec_v2022_11_28/models/group_0607.py +50 -0
  619. githubkit/versions/ghec_v2022_11_28/models/group_0608.py +108 -0
  620. githubkit/versions/ghec_v2022_11_28/models/group_0609.py +73 -0
  621. githubkit/versions/ghec_v2022_11_28/models/group_0610.py +72 -0
  622. githubkit/versions/ghec_v2022_11_28/models/group_0611.py +50 -0
  623. githubkit/versions/ghec_v2022_11_28/models/group_0612.py +50 -0
  624. githubkit/versions/ghec_v2022_11_28/models/group_0613.py +92 -0
  625. githubkit/versions/ghec_v2022_11_28/models/group_0614.py +74 -0
  626. githubkit/versions/ghec_v2022_11_28/models/group_0615.py +73 -0
  627. githubkit/versions/ghec_v2022_11_28/models/group_0616.py +50 -0
  628. githubkit/versions/ghec_v2022_11_28/models/group_0617.py +55 -0
  629. githubkit/versions/ghec_v2022_11_28/models/group_0618.py +1196 -0
  630. githubkit/versions/ghec_v2022_11_28/models/group_0619.py +1223 -0
  631. githubkit/versions/ghec_v2022_11_28/models/group_0620.py +1215 -0
  632. githubkit/versions/ghec_v2022_11_28/models/group_0621.py +61 -0
  633. githubkit/versions/ghec_v2022_11_28/models/group_0622.py +61 -0
  634. githubkit/versions/ghec_v2022_11_28/models/group_0623.py +1193 -0
  635. githubkit/versions/ghec_v2022_11_28/models/group_0624.py +1165 -0
  636. githubkit/versions/ghec_v2022_11_28/models/group_0625.py +127 -0
  637. githubkit/versions/ghec_v2022_11_28/models/group_0626.py +1164 -0
  638. githubkit/versions/ghec_v2022_11_28/models/group_0627.py +1180 -0
  639. githubkit/versions/ghec_v2022_11_28/models/group_0628.py +1155 -0
  640. githubkit/versions/ghec_v2022_11_28/models/group_0629.py +1185 -0
  641. githubkit/versions/ghec_v2022_11_28/models/group_0630.py +61 -0
  642. githubkit/versions/ghec_v2022_11_28/models/group_0631.py +61 -0
  643. githubkit/versions/ghec_v2022_11_28/models/group_0632.py +61 -0
  644. githubkit/versions/ghec_v2022_11_28/models/group_0633.py +1381 -0
  645. githubkit/versions/ghec_v2022_11_28/models/group_0634.py +1376 -0
  646. githubkit/versions/ghec_v2022_11_28/models/group_0635.py +1389 -0
  647. githubkit/versions/ghec_v2022_11_28/models/group_0636.py +1254 -0
  648. githubkit/versions/ghec_v2022_11_28/models/group_0637.py +1192 -0
  649. githubkit/versions/ghec_v2022_11_28/models/group_0638.py +1305 -0
  650. githubkit/versions/ghec_v2022_11_28/models/group_0639.py +1330 -0
  651. githubkit/versions/ghec_v2022_11_28/models/group_0640.py +1287 -0
  652. githubkit/versions/ghec_v2022_11_28/models/group_0641.py +1311 -0
  653. githubkit/versions/ghec_v2022_11_28/models/group_0642.py +1254 -0
  654. githubkit/versions/ghec_v2022_11_28/models/group_0643.py +1359 -0
  655. githubkit/versions/ghec_v2022_11_28/models/group_0644.py +1361 -0
  656. githubkit/versions/ghec_v2022_11_28/models/group_0645.py +1185 -0
  657. githubkit/versions/ghec_v2022_11_28/models/group_0646.py +1217 -0
  658. githubkit/versions/ghec_v2022_11_28/models/group_0647.py +1190 -0
  659. githubkit/versions/ghec_v2022_11_28/models/group_0648.py +1158 -0
  660. githubkit/versions/ghec_v2022_11_28/models/group_0649.py +418 -0
  661. githubkit/versions/ghec_v2022_11_28/models/group_0650.py +61 -0
  662. githubkit/versions/ghec_v2022_11_28/models/group_0651.py +87 -0
  663. githubkit/versions/ghec_v2022_11_28/models/group_0652.py +614 -0
  664. githubkit/versions/ghec_v2022_11_28/models/group_0653.py +61 -0
  665. githubkit/versions/ghec_v2022_11_28/models/group_0654.py +77 -0
  666. githubkit/versions/ghec_v2022_11_28/models/group_0655.py +201 -0
  667. githubkit/versions/ghec_v2022_11_28/models/group_0656.py +202 -0
  668. githubkit/versions/ghec_v2022_11_28/models/group_0657.py +202 -0
  669. githubkit/versions/ghec_v2022_11_28/models/group_0658.py +246 -0
  670. githubkit/versions/ghec_v2022_11_28/models/group_0659.py +205 -0
  671. githubkit/versions/ghec_v2022_11_28/models/group_0660.py +205 -0
  672. githubkit/versions/ghec_v2022_11_28/models/group_0661.py +203 -0
  673. githubkit/versions/ghec_v2022_11_28/models/group_0662.py +205 -0
  674. githubkit/versions/ghec_v2022_11_28/models/group_0663.py +63 -0
  675. githubkit/versions/ghec_v2022_11_28/models/group_0664.py +63 -0
  676. githubkit/versions/ghec_v2022_11_28/models/group_0665.py +58 -0
  677. githubkit/versions/ghec_v2022_11_28/models/group_0666.py +58 -0
  678. githubkit/versions/ghec_v2022_11_28/models/group_0667.py +58 -0
  679. githubkit/versions/ghec_v2022_11_28/models/group_0668.py +77 -0
  680. githubkit/versions/ghec_v2022_11_28/models/group_0669.py +110 -0
  681. githubkit/versions/ghec_v2022_11_28/models/group_0670.py +58 -0
  682. githubkit/versions/ghec_v2022_11_28/models/group_0671.py +58 -0
  683. githubkit/versions/ghec_v2022_11_28/models/group_0672.py +58 -0
  684. githubkit/versions/ghec_v2022_11_28/models/group_0673.py +85 -0
  685. githubkit/versions/ghec_v2022_11_28/models/group_0674.py +64 -0
  686. githubkit/versions/ghec_v2022_11_28/models/group_0675.py +64 -0
  687. githubkit/versions/ghec_v2022_11_28/models/group_0676.py +66 -0
  688. githubkit/versions/ghec_v2022_11_28/models/group_0677.py +59 -0
  689. githubkit/versions/ghec_v2022_11_28/models/group_0678.py +38 -0
  690. githubkit/versions/ghec_v2022_11_28/models/group_0679.py +123 -0
  691. githubkit/versions/ghec_v2022_11_28/models/group_0680.py +94 -0
  692. githubkit/versions/ghec_v2022_11_28/models/group_0681.py +132 -0
  693. githubkit/versions/ghec_v2022_11_28/models/group_0682.py +142 -0
  694. githubkit/versions/ghec_v2022_11_28/models/group_0683.py +58 -0
  695. githubkit/versions/ghec_v2022_11_28/models/group_0684.py +122 -0
  696. githubkit/versions/ghec_v2022_11_28/models/group_0685.py +123 -0
  697. githubkit/versions/ghec_v2022_11_28/models/group_0686.py +122 -0
  698. githubkit/versions/ghec_v2022_11_28/models/group_0687.py +122 -0
  699. githubkit/versions/ghec_v2022_11_28/models/group_0688.py +61 -0
  700. githubkit/versions/ghec_v2022_11_28/models/group_0689.py +316 -0
  701. githubkit/versions/ghec_v2022_11_28/models/group_0690.py +27 -0
  702. githubkit/versions/ghec_v2022_11_28/models/group_0691.py +61 -0
  703. githubkit/versions/ghec_v2022_11_28/models/group_0692.py +61 -0
  704. githubkit/versions/ghec_v2022_11_28/models/group_0693.py +61 -0
  705. githubkit/versions/ghec_v2022_11_28/models/group_0694.py +61 -0
  706. githubkit/versions/ghec_v2022_11_28/models/group_0695.py +182 -0
  707. githubkit/versions/ghec_v2022_11_28/models/group_0696.py +182 -0
  708. githubkit/versions/ghec_v2022_11_28/models/group_0697.py +182 -0
  709. githubkit/versions/ghec_v2022_11_28/models/group_0698.py +57 -0
  710. githubkit/versions/ghec_v2022_11_28/models/group_0699.py +31 -0
  711. githubkit/versions/ghec_v2022_11_28/models/group_0700.py +33 -0
  712. githubkit/versions/ghec_v2022_11_28/models/group_0701.py +187 -0
  713. githubkit/versions/ghec_v2022_11_28/models/group_0702.py +187 -0
  714. githubkit/versions/ghec_v2022_11_28/models/group_0703.py +209 -0
  715. githubkit/versions/ghec_v2022_11_28/models/group_0704.py +191 -0
  716. githubkit/versions/ghec_v2022_11_28/models/group_0705.py +233 -0
  717. githubkit/versions/ghec_v2022_11_28/models/group_0706.py +229 -0
  718. githubkit/versions/ghec_v2022_11_28/models/group_0707.py +61 -0
  719. githubkit/versions/ghec_v2022_11_28/models/group_0708.py +61 -0
  720. githubkit/versions/ghec_v2022_11_28/models/group_0709.py +253 -0
  721. githubkit/versions/ghec_v2022_11_28/models/group_0710.py +36 -0
  722. githubkit/versions/ghec_v2022_11_28/models/group_0711.py +29 -0
  723. githubkit/versions/ghec_v2022_11_28/models/group_0712.py +36 -0
  724. githubkit/versions/ghec_v2022_11_28/models/group_0713.py +29 -0
  725. githubkit/versions/ghec_v2022_11_28/models/group_0714.py +124 -0
  726. githubkit/versions/ghec_v2022_11_28/models/group_0715.py +319 -0
  727. githubkit/versions/ghec_v2022_11_28/models/group_0716.py +316 -0
  728. githubkit/versions/ghec_v2022_11_28/models/group_0717.py +317 -0
  729. githubkit/versions/ghec_v2022_11_28/models/group_0718.py +421 -0
  730. githubkit/versions/ghec_v2022_11_28/models/group_0719.py +320 -0
  731. githubkit/versions/ghec_v2022_11_28/models/group_0720.py +58 -0
  732. githubkit/versions/ghec_v2022_11_28/models/group_0721.py +68 -0
  733. githubkit/versions/ghec_v2022_11_28/models/group_0722.py +136 -0
  734. githubkit/versions/ghec_v2022_11_28/models/group_0723.py +95 -0
  735. githubkit/versions/ghec_v2022_11_28/models/group_0724.py +77 -0
  736. githubkit/versions/ghec_v2022_11_28/models/group_0725.py +130 -0
  737. githubkit/versions/ghec_v2022_11_28/models/group_0726.py +86 -0
  738. githubkit/versions/ghec_v2022_11_28/models/group_0727.py +74 -0
  739. githubkit/versions/ghec_v2022_11_28/models/group_0728.py +113 -0
  740. githubkit/versions/ghec_v2022_11_28/models/group_0729.py +115 -0
  741. githubkit/versions/ghec_v2022_11_28/models/group_0730.py +521 -0
  742. githubkit/versions/ghec_v2022_11_28/models/group_0731.py +515 -0
  743. githubkit/versions/ghec_v2022_11_28/models/group_0732.py +519 -0
  744. githubkit/versions/ghec_v2022_11_28/models/group_0733.py +56 -0
  745. githubkit/versions/ghec_v2022_11_28/models/group_0734.py +30 -0
  746. githubkit/versions/ghec_v2022_11_28/models/group_0735.py +40 -0
  747. githubkit/versions/ghec_v2022_11_28/models/group_0736.py +21 -0
  748. githubkit/versions/ghec_v2022_11_28/models/group_0737.py +43 -0
  749. githubkit/versions/ghec_v2022_11_28/models/group_0738.py +27 -0
  750. githubkit/versions/ghec_v2022_11_28/models/group_0739.py +27 -0
  751. githubkit/versions/ghec_v2022_11_28/models/group_0740.py +27 -0
  752. githubkit/versions/ghec_v2022_11_28/models/group_0741.py +27 -0
  753. githubkit/versions/ghec_v2022_11_28/models/group_0742.py +54 -0
  754. githubkit/versions/ghec_v2022_11_28/models/group_0743.py +21 -0
  755. githubkit/versions/ghec_v2022_11_28/models/group_0744.py +35 -0
  756. githubkit/versions/ghec_v2022_11_28/models/group_0745.py +30 -0
  757. githubkit/versions/ghec_v2022_11_28/models/group_0746.py +29 -0
  758. githubkit/versions/ghec_v2022_11_28/models/group_0747.py +58 -0
  759. githubkit/versions/ghec_v2022_11_28/models/group_0748.py +52 -0
  760. githubkit/versions/ghec_v2022_11_28/models/group_0749.py +45 -0
  761. githubkit/versions/ghec_v2022_11_28/models/group_0750.py +36 -0
  762. githubkit/versions/ghec_v2022_11_28/models/group_0751.py +31 -0
  763. githubkit/versions/ghec_v2022_11_28/models/group_0752.py +36 -0
  764. githubkit/versions/ghec_v2022_11_28/models/group_0753.py +29 -0
  765. githubkit/versions/ghec_v2022_11_28/models/group_0754.py +32 -0
  766. githubkit/versions/ghec_v2022_11_28/models/group_0755.py +41 -0
  767. githubkit/versions/ghec_v2022_11_28/models/group_0756.py +32 -0
  768. githubkit/versions/ghec_v2022_11_28/models/group_0757.py +30 -0
  769. githubkit/versions/ghec_v2022_11_28/models/group_0758.py +30 -0
  770. githubkit/versions/ghec_v2022_11_28/models/group_0759.py +31 -0
  771. githubkit/versions/ghec_v2022_11_28/models/group_0760.py +30 -0
  772. githubkit/versions/ghec_v2022_11_28/models/group_0761.py +29 -0
  773. githubkit/versions/ghec_v2022_11_28/models/group_0762.py +56 -0
  774. githubkit/versions/ghec_v2022_11_28/models/group_0763.py +49 -0
  775. githubkit/versions/ghec_v2022_11_28/models/group_0764.py +43 -0
  776. githubkit/versions/ghec_v2022_11_28/models/group_0765.py +54 -0
  777. githubkit/versions/ghec_v2022_11_28/models/group_0766.py +25 -0
  778. githubkit/versions/ghec_v2022_11_28/models/group_0767.py +25 -0
  779. githubkit/versions/ghec_v2022_11_28/models/group_0768.py +21 -0
  780. githubkit/versions/ghec_v2022_11_28/models/group_0769.py +33 -0
  781. githubkit/versions/ghec_v2022_11_28/models/group_0770.py +36 -0
  782. githubkit/versions/ghec_v2022_11_28/models/group_0771.py +35 -0
  783. githubkit/versions/ghec_v2022_11_28/models/group_0772.py +27 -0
  784. githubkit/versions/ghec_v2022_11_28/models/group_0773.py +29 -0
  785. githubkit/versions/ghec_v2022_11_28/models/group_0774.py +34 -0
  786. githubkit/versions/ghec_v2022_11_28/models/group_0775.py +140 -0
  787. githubkit/versions/ghec_v2022_11_28/models/group_0776.py +49 -0
  788. githubkit/versions/ghec_v2022_11_28/models/group_0777.py +35 -0
  789. githubkit/versions/ghec_v2022_11_28/models/group_0778.py +30 -0
  790. githubkit/versions/ghec_v2022_11_28/models/group_0779.py +29 -0
  791. githubkit/versions/ghec_v2022_11_28/models/group_0780.py +63 -0
  792. githubkit/versions/ghec_v2022_11_28/models/group_0781.py +52 -0
  793. githubkit/versions/ghec_v2022_11_28/models/group_0782.py +45 -0
  794. githubkit/versions/ghec_v2022_11_28/models/group_0783.py +30 -0
  795. githubkit/versions/ghec_v2022_11_28/models/group_0784.py +29 -0
  796. githubkit/versions/ghec_v2022_11_28/models/group_0785.py +30 -0
  797. githubkit/versions/ghec_v2022_11_28/models/group_0786.py +29 -0
  798. githubkit/versions/ghec_v2022_11_28/models/group_0787.py +30 -0
  799. githubkit/versions/ghec_v2022_11_28/models/group_0788.py +41 -0
  800. githubkit/versions/ghec_v2022_11_28/models/group_0789.py +30 -0
  801. githubkit/versions/ghec_v2022_11_28/models/group_0790.py +31 -0
  802. githubkit/versions/ghec_v2022_11_28/models/group_0791.py +50 -0
  803. githubkit/versions/ghec_v2022_11_28/models/group_0792.py +43 -0
  804. githubkit/versions/ghec_v2022_11_28/models/group_0793.py +30 -0
  805. githubkit/versions/ghec_v2022_11_28/models/group_0794.py +29 -0
  806. githubkit/versions/ghec_v2022_11_28/models/group_0795.py +55 -0
  807. githubkit/versions/ghec_v2022_11_28/models/group_0796.py +37 -0
  808. githubkit/versions/ghec_v2022_11_28/models/group_0797.py +38 -0
  809. githubkit/versions/ghec_v2022_11_28/models/group_0798.py +30 -0
  810. githubkit/versions/ghec_v2022_11_28/models/group_0799.py +29 -0
  811. githubkit/versions/ghec_v2022_11_28/models/group_0800.py +30 -0
  812. githubkit/versions/ghec_v2022_11_28/models/group_0801.py +41 -0
  813. githubkit/versions/ghec_v2022_11_28/models/group_0802.py +30 -0
  814. githubkit/versions/ghec_v2022_11_28/models/group_0803.py +30 -0
  815. githubkit/versions/ghec_v2022_11_28/models/group_0804.py +57 -0
  816. githubkit/versions/ghec_v2022_11_28/models/group_0805.py +43 -0
  817. githubkit/versions/ghec_v2022_11_28/models/group_0806.py +30 -0
  818. githubkit/versions/ghec_v2022_11_28/models/group_0807.py +29 -0
  819. githubkit/versions/ghec_v2022_11_28/models/group_0808.py +30 -0
  820. githubkit/versions/ghec_v2022_11_28/models/group_0809.py +28 -0
  821. githubkit/versions/ghec_v2022_11_28/models/group_0810.py +30 -0
  822. githubkit/versions/ghec_v2022_11_28/models/group_0811.py +28 -0
  823. githubkit/versions/ghec_v2022_11_28/models/group_0812.py +30 -0
  824. githubkit/versions/ghec_v2022_11_28/models/group_0813.py +28 -0
  825. githubkit/versions/ghec_v2022_11_28/models/group_0814.py +30 -0
  826. githubkit/versions/ghec_v2022_11_28/models/group_0815.py +28 -0
  827. githubkit/versions/ghec_v2022_11_28/models/group_0816.py +34 -0
  828. githubkit/versions/ghec_v2022_11_28/models/group_0817.py +50 -0
  829. githubkit/versions/ghec_v2022_11_28/models/group_0818.py +43 -0
  830. githubkit/versions/ghec_v2022_11_28/models/group_0819.py +30 -0
  831. githubkit/versions/ghec_v2022_11_28/models/group_0820.py +29 -0
  832. githubkit/versions/ghec_v2022_11_28/models/group_0821.py +64 -0
  833. githubkit/versions/ghec_v2022_11_28/models/group_0822.py +63 -0
  834. githubkit/versions/ghec_v2022_11_28/models/group_0823.py +40 -0
  835. githubkit/versions/ghec_v2022_11_28/models/group_0824.py +30 -0
  836. githubkit/versions/ghec_v2022_11_28/models/group_0825.py +21 -0
  837. githubkit/versions/ghec_v2022_11_28/models/group_0826.py +46 -0
  838. githubkit/versions/ghec_v2022_11_28/models/group_0827.py +30 -0
  839. githubkit/versions/ghec_v2022_11_28/models/group_0828.py +32 -0
  840. githubkit/versions/ghec_v2022_11_28/models/group_0829.py +63 -0
  841. githubkit/versions/ghec_v2022_11_28/models/group_0830.py +36 -0
  842. githubkit/versions/ghec_v2022_11_28/models/group_0831.py +39 -0
  843. githubkit/versions/ghec_v2022_11_28/models/group_0832.py +31 -0
  844. githubkit/versions/ghec_v2022_11_28/models/group_0833.py +21 -0
  845. githubkit/versions/ghec_v2022_11_28/models/group_0834.py +28 -0
  846. githubkit/versions/ghec_v2022_11_28/models/group_0835.py +42 -0
  847. githubkit/versions/ghec_v2022_11_28/models/group_0836.py +36 -0
  848. githubkit/versions/ghec_v2022_11_28/models/group_0837.py +34 -0
  849. githubkit/versions/ghec_v2022_11_28/models/group_0838.py +29 -0
  850. githubkit/versions/ghec_v2022_11_28/models/group_0839.py +30 -0
  851. githubkit/versions/ghec_v2022_11_28/models/group_0840.py +33 -0
  852. githubkit/versions/ghec_v2022_11_28/models/group_0841.py +52 -0
  853. githubkit/versions/ghec_v2022_11_28/models/group_0842.py +36 -0
  854. githubkit/versions/ghec_v2022_11_28/models/group_0843.py +136 -0
  855. githubkit/versions/ghec_v2022_11_28/models/group_0844.py +93 -0
  856. githubkit/versions/ghec_v2022_11_28/models/group_0845.py +94 -0
  857. githubkit/versions/ghec_v2022_11_28/models/group_0846.py +57 -0
  858. githubkit/versions/ghec_v2022_11_28/models/group_0847.py +49 -0
  859. githubkit/versions/ghec_v2022_11_28/models/group_0848.py +32 -0
  860. githubkit/versions/ghec_v2022_11_28/models/group_0849.py +32 -0
  861. githubkit/versions/ghec_v2022_11_28/models/group_0850.py +25 -0
  862. githubkit/versions/ghec_v2022_11_28/models/group_0851.py +31 -0
  863. githubkit/versions/ghec_v2022_11_28/models/group_0852.py +39 -0
  864. githubkit/versions/ghec_v2022_11_28/models/group_0853.py +31 -0
  865. githubkit/versions/ghec_v2022_11_28/models/group_0854.py +25 -0
  866. githubkit/versions/ghec_v2022_11_28/models/group_0855.py +31 -0
  867. githubkit/versions/ghec_v2022_11_28/models/group_0856.py +32 -0
  868. githubkit/versions/ghec_v2022_11_28/models/group_0857.py +28 -0
  869. githubkit/versions/ghec_v2022_11_28/models/group_0858.py +30 -0
  870. githubkit/versions/ghec_v2022_11_28/models/group_0859.py +46 -0
  871. githubkit/versions/ghec_v2022_11_28/models/group_0860.py +32 -0
  872. githubkit/versions/ghec_v2022_11_28/models/group_0861.py +31 -0
  873. githubkit/versions/ghec_v2022_11_28/models/group_0862.py +34 -0
  874. githubkit/versions/ghec_v2022_11_28/models/group_0863.py +34 -0
  875. githubkit/versions/ghec_v2022_11_28/models/group_0864.py +21 -0
  876. githubkit/versions/ghec_v2022_11_28/models/group_0865.py +46 -0
  877. githubkit/versions/ghec_v2022_11_28/models/group_0866.py +45 -0
  878. githubkit/versions/ghec_v2022_11_28/models/group_0867.py +25 -0
  879. githubkit/versions/ghec_v2022_11_28/models/group_0868.py +27 -0
  880. githubkit/versions/ghec_v2022_11_28/models/group_0869.py +30 -0
  881. githubkit/versions/ghec_v2022_11_28/models/group_0870.py +45 -0
  882. githubkit/versions/ghec_v2022_11_28/models/group_0871.py +28 -0
  883. githubkit/versions/ghec_v2022_11_28/models/group_0872.py +21 -0
  884. githubkit/versions/ghec_v2022_11_28/models/group_0873.py +31 -0
  885. githubkit/versions/ghec_v2022_11_28/models/group_0874.py +43 -0
  886. githubkit/versions/ghec_v2022_11_28/models/group_0875.py +31 -0
  887. githubkit/versions/ghec_v2022_11_28/models/group_0876.py +31 -0
  888. githubkit/versions/ghec_v2022_11_28/models/group_0877.py +25 -0
  889. githubkit/versions/ghec_v2022_11_28/models/group_0878.py +28 -0
  890. githubkit/versions/ghec_v2022_11_28/models/group_0879.py +247 -0
  891. githubkit/versions/ghec_v2022_11_28/models/group_0880.py +30 -0
  892. githubkit/versions/ghec_v2022_11_28/models/group_0881.py +29 -0
  893. githubkit/versions/ghec_v2022_11_28/models/group_0882.py +38 -0
  894. githubkit/versions/ghec_v2022_11_28/models/group_0883.py +30 -0
  895. githubkit/versions/ghec_v2022_11_28/models/group_0884.py +30 -0
  896. githubkit/versions/ghec_v2022_11_28/models/group_0885.py +35 -0
  897. githubkit/versions/ghec_v2022_11_28/models/group_0886.py +30 -0
  898. githubkit/versions/ghec_v2022_11_28/models/group_0887.py +41 -0
  899. githubkit/versions/ghec_v2022_11_28/models/group_0888.py +30 -0
  900. githubkit/versions/ghec_v2022_11_28/models/group_0889.py +31 -0
  901. githubkit/versions/ghec_v2022_11_28/models/group_0890.py +30 -0
  902. githubkit/versions/ghec_v2022_11_28/models/group_0891.py +30 -0
  903. githubkit/versions/ghec_v2022_11_28/models/group_0892.py +32 -0
  904. githubkit/versions/ghec_v2022_11_28/models/group_0893.py +30 -0
  905. githubkit/versions/ghec_v2022_11_28/models/group_0894.py +33 -0
  906. githubkit/versions/ghec_v2022_11_28/models/group_0895.py +29 -0
  907. githubkit/versions/ghec_v2022_11_28/models/group_0896.py +29 -0
  908. githubkit/versions/ghec_v2022_11_28/models/group_0897.py +30 -0
  909. githubkit/versions/ghec_v2022_11_28/models/group_0898.py +34 -0
  910. githubkit/versions/ghec_v2022_11_28/models/group_0899.py +30 -0
  911. githubkit/versions/ghec_v2022_11_28/models/group_0900.py +26 -0
  912. githubkit/versions/ghec_v2022_11_28/models/group_0901.py +28 -0
  913. githubkit/versions/ghec_v2022_11_28/models/group_0902.py +56 -0
  914. githubkit/versions/ghec_v2022_11_28/models/group_0903.py +50 -0
  915. githubkit/versions/ghec_v2022_11_28/models/group_0904.py +30 -0
  916. githubkit/versions/ghec_v2022_11_28/models/group_0905.py +36 -0
  917. githubkit/versions/ghec_v2022_11_28/models/group_0906.py +235 -0
  918. githubkit/versions/ghec_v2022_11_28/models/group_0907.py +114 -0
  919. githubkit/versions/ghec_v2022_11_28/models/group_0908.py +63 -0
  920. githubkit/versions/ghec_v2022_11_28/models/group_0909.py +37 -0
  921. githubkit/versions/ghec_v2022_11_28/models/group_0910.py +37 -0
  922. githubkit/versions/ghec_v2022_11_28/models/group_0911.py +38 -0
  923. githubkit/versions/ghec_v2022_11_28/models/group_0912.py +33 -0
  924. githubkit/versions/ghec_v2022_11_28/models/group_0913.py +33 -0
  925. githubkit/versions/ghec_v2022_11_28/models/group_0914.py +35 -0
  926. githubkit/versions/ghec_v2022_11_28/models/group_0915.py +31 -0
  927. githubkit/versions/ghec_v2022_11_28/models/group_0916.py +33 -0
  928. githubkit/versions/ghec_v2022_11_28/models/group_0917.py +33 -0
  929. githubkit/versions/ghec_v2022_11_28/models/group_0918.py +31 -0
  930. githubkit/versions/ghec_v2022_11_28/models/group_0919.py +33 -0
  931. githubkit/versions/ghec_v2022_11_28/models/group_0920.py +33 -0
  932. githubkit/versions/ghec_v2022_11_28/models/group_0921.py +25 -0
  933. githubkit/versions/ghec_v2022_11_28/models/group_0922.py +125 -0
  934. githubkit/versions/ghec_v2022_11_28/models/group_0923.py +75 -0
  935. githubkit/versions/ghec_v2022_11_28/models/group_0924.py +78 -0
  936. githubkit/versions/ghec_v2022_11_28/models/group_0925.py +122 -0
  937. githubkit/versions/ghec_v2022_11_28/models/group_0926.py +77 -0
  938. githubkit/versions/ghec_v2022_11_28/models/group_0927.py +80 -0
  939. githubkit/versions/ghec_v2022_11_28/models/group_0928.py +25 -0
  940. githubkit/versions/ghec_v2022_11_28/models/group_0929.py +50 -0
  941. githubkit/versions/ghec_v2022_11_28/models/group_0930.py +30 -0
  942. githubkit/versions/ghec_v2022_11_28/models/group_0931.py +44 -0
  943. githubkit/versions/ghec_v2022_11_28/models/group_0932.py +58 -0
  944. githubkit/versions/ghec_v2022_11_28/models/group_0933.py +30 -0
  945. githubkit/versions/ghec_v2022_11_28/models/group_0934.py +69 -0
  946. githubkit/versions/ghec_v2022_11_28/models/group_0935.py +46 -0
  947. githubkit/versions/ghec_v2022_11_28/models/group_0936.py +30 -0
  948. githubkit/versions/ghec_v2022_11_28/models/group_0937.py +47 -0
  949. githubkit/versions/ghec_v2022_11_28/models/group_0938.py +44 -0
  950. githubkit/versions/ghec_v2022_11_28/models/group_0939.py +34 -0
  951. githubkit/versions/ghec_v2022_11_28/models/group_0940.py +30 -0
  952. githubkit/versions/ghec_v2022_11_28/models/group_0941.py +25 -0
  953. githubkit/versions/ghec_v2022_11_28/models/group_0942.py +31 -0
  954. githubkit/versions/ghec_v2022_11_28/models/group_0943.py +37 -0
  955. githubkit/versions/ghec_v2022_11_28/models/group_0944.py +30 -0
  956. githubkit/versions/ghec_v2022_11_28/models/group_0945.py +81 -0
  957. githubkit/versions/ghec_v2022_11_28/models/group_0946.py +74 -0
  958. githubkit/versions/ghec_v2022_11_28/models/group_0947.py +44 -0
  959. githubkit/versions/ghec_v2022_11_28/models/group_0948.py +44 -0
  960. githubkit/versions/ghec_v2022_11_28/models/group_0949.py +34 -0
  961. githubkit/versions/ghec_v2022_11_28/models/group_0950.py +32 -0
  962. githubkit/versions/ghec_v2022_11_28/models/group_0951.py +69 -0
  963. githubkit/versions/ghec_v2022_11_28/models/group_0952.py +27 -0
  964. githubkit/versions/ghec_v2022_11_28/models/group_0953.py +57 -0
  965. githubkit/versions/ghec_v2022_11_28/models/group_0954.py +47 -0
  966. githubkit/versions/ghec_v2022_11_28/models/group_0955.py +69 -0
  967. githubkit/versions/ghec_v2022_11_28/models/group_0956.py +59 -0
  968. githubkit/versions/ghec_v2022_11_28/models/group_0957.py +36 -0
  969. githubkit/versions/ghec_v2022_11_28/models/group_0958.py +45 -0
  970. githubkit/versions/ghec_v2022_11_28/models/group_0959.py +30 -0
  971. githubkit/versions/ghec_v2022_11_28/models/group_0960.py +29 -0
  972. githubkit/versions/ghec_v2022_11_28/models/group_0961.py +30 -0
  973. githubkit/versions/ghec_v2022_11_28/models/group_0962.py +26 -0
  974. githubkit/versions/ghec_v2022_11_28/models/group_0963.py +28 -0
  975. githubkit/versions/ghec_v2022_11_28/models/group_0964.py +38 -0
  976. githubkit/versions/ghec_v2022_11_28/models/group_0965.py +31 -0
  977. githubkit/versions/ghec_v2022_11_28/models/group_0966.py +92 -0
  978. githubkit/versions/ghec_v2022_11_28/models/group_0967.py +28 -0
  979. githubkit/versions/ghec_v2022_11_28/models/group_0968.py +31 -0
  980. githubkit/versions/ghec_v2022_11_28/models/group_0969.py +61 -0
  981. githubkit/versions/ghec_v2022_11_28/models/group_0970.py +62 -0
  982. githubkit/versions/ghec_v2022_11_28/models/group_0971.py +68 -0
  983. githubkit/versions/ghec_v2022_11_28/models/group_0972.py +51 -0
  984. githubkit/versions/ghec_v2022_11_28/models/group_0973.py +40 -0
  985. githubkit/versions/ghec_v2022_11_28/models/group_0974.py +45 -0
  986. githubkit/versions/ghec_v2022_11_28/models/group_0975.py +44 -0
  987. githubkit/versions/ghec_v2022_11_28/models/group_0976.py +28 -0
  988. githubkit/versions/ghec_v2022_11_28/models/group_0977.py +29 -0
  989. githubkit/versions/ghec_v2022_11_28/models/group_0978.py +21 -0
  990. githubkit/versions/ghec_v2022_11_28/models/group_0979.py +34 -0
  991. githubkit/versions/ghec_v2022_11_28/models/group_0980.py +58 -0
  992. githubkit/versions/ghec_v2022_11_28/models/group_0981.py +25 -0
  993. githubkit/versions/ghec_v2022_11_28/models/group_0982.py +31 -0
  994. githubkit/versions/ghec_v2022_11_28/models/group_0983.py +71 -0
  995. githubkit/versions/ghec_v2022_11_28/models/group_0984.py +32 -0
  996. githubkit/versions/ghec_v2022_11_28/models/group_0985.py +32 -0
  997. githubkit/versions/ghec_v2022_11_28/models/group_0986.py +25 -0
  998. githubkit/versions/ghec_v2022_11_28/models/group_0987.py +33 -0
  999. githubkit/versions/ghec_v2022_11_28/models/group_0988.py +41 -0
  1000. githubkit/versions/ghec_v2022_11_28/models/group_0989.py +25 -0
  1001. githubkit/versions/ghec_v2022_11_28/models/group_0990.py +33 -0
  1002. githubkit/versions/ghec_v2022_11_28/models/group_0991.py +41 -0
  1003. githubkit/versions/ghec_v2022_11_28/models/group_0992.py +25 -0
  1004. githubkit/versions/ghec_v2022_11_28/models/group_0993.py +34 -0
  1005. githubkit/versions/ghec_v2022_11_28/models/group_0994.py +31 -0
  1006. githubkit/versions/ghec_v2022_11_28/models/group_0995.py +32 -0
  1007. githubkit/versions/ghec_v2022_11_28/models/group_0996.py +37 -0
  1008. githubkit/versions/ghec_v2022_11_28/models/group_0997.py +38 -0
  1009. githubkit/versions/ghec_v2022_11_28/models/group_0998.py +27 -0
  1010. githubkit/versions/ghec_v2022_11_28/models/group_0999.py +36 -0
  1011. githubkit/versions/ghec_v2022_11_28/models/group_1000.py +41 -0
  1012. githubkit/versions/ghec_v2022_11_28/models/group_1001.py +43 -0
  1013. githubkit/versions/ghec_v2022_11_28/models/group_1002.py +32 -0
  1014. githubkit/versions/ghec_v2022_11_28/models/group_1003.py +28 -0
  1015. githubkit/versions/ghec_v2022_11_28/models/group_1004.py +35 -0
  1016. githubkit/versions/ghec_v2022_11_28/models/group_1005.py +51 -0
  1017. githubkit/versions/ghec_v2022_11_28/models/group_1006.py +50 -0
  1018. githubkit/versions/ghec_v2022_11_28/models/group_1007.py +51 -0
  1019. githubkit/versions/ghec_v2022_11_28/models/group_1008.py +51 -0
  1020. githubkit/versions/ghec_v2022_11_28/models/group_1009.py +51 -0
  1021. githubkit/versions/ghec_v2022_11_28/models/group_1010.py +38 -0
  1022. githubkit/versions/ghec_v2022_11_28/models/group_1011.py +37 -0
  1023. githubkit/versions/ghec_v2022_11_28/models/group_1012.py +37 -0
  1024. githubkit/versions/ghec_v2022_11_28/models/group_1013.py +48 -0
  1025. githubkit/versions/ghec_v2022_11_28/models/group_1014.py +27 -0
  1026. githubkit/versions/ghec_v2022_11_28/models/group_1015.py +30 -0
  1027. githubkit/versions/ghec_v2022_11_28/models/group_1016.py +31 -0
  1028. githubkit/versions/ghec_v2022_11_28/models/group_1017.py +55 -0
  1029. githubkit/versions/ghec_v2022_11_28/models/group_1018.py +25 -0
  1030. githubkit/versions/ghec_v2022_11_28/models/group_1019.py +31 -0
  1031. githubkit/versions/ghec_v2022_11_28/models/group_1020.py +46 -0
  1032. githubkit/versions/ghec_v2022_11_28/models/group_1021.py +65 -0
  1033. githubkit/versions/ghec_v2022_11_28/models/group_1022.py +62 -0
  1034. githubkit/versions/ghec_v2022_11_28/models/group_1023.py +25 -0
  1035. githubkit/versions/ghec_v2022_11_28/models/group_1024.py +41 -0
  1036. githubkit/versions/ghec_v2022_11_28/models/group_1025.py +28 -0
  1037. githubkit/versions/ghec_v2022_11_28/models/group_1026.py +28 -0
  1038. githubkit/versions/ghec_v2022_11_28/models/group_1027.py +34 -0
  1039. githubkit/versions/ghec_v2022_11_28/models/group_1028.py +34 -0
  1040. githubkit/versions/ghec_v2022_11_28/models/group_1029.py +34 -0
  1041. githubkit/versions/ghec_v2022_11_28/models/group_1030.py +67 -0
  1042. githubkit/versions/ghec_v2022_11_28/models/group_1031.py +25 -0
  1043. githubkit/versions/ghec_v2022_11_28/models/group_1032.py +32 -0
  1044. githubkit/versions/ghec_v2022_11_28/models/group_1033.py +34 -0
  1045. githubkit/versions/ghec_v2022_11_28/models/group_1034.py +30 -0
  1046. githubkit/versions/ghec_v2022_11_28/models/group_1035.py +28 -0
  1047. githubkit/versions/ghec_v2022_11_28/models/group_1036.py +57 -0
  1048. githubkit/versions/ghec_v2022_11_28/models/group_1037.py +32 -0
  1049. githubkit/versions/ghec_v2022_11_28/models/group_1038.py +41 -0
  1050. githubkit/versions/ghec_v2022_11_28/models/group_1039.py +53 -0
  1051. githubkit/versions/ghec_v2022_11_28/models/group_1040.py +29 -0
  1052. githubkit/versions/ghec_v2022_11_28/models/group_1041.py +85 -0
  1053. githubkit/versions/ghec_v2022_11_28/models/group_1042.py +86 -0
  1054. githubkit/versions/ghec_v2022_11_28/models/group_1043.py +41 -0
  1055. githubkit/versions/ghec_v2022_11_28/models/group_1044.py +42 -0
  1056. githubkit/versions/ghec_v2022_11_28/models/group_1045.py +34 -0
  1057. githubkit/versions/ghec_v2022_11_28/models/group_1046.py +27 -0
  1058. githubkit/versions/ghec_v2022_11_28/models/group_1047.py +29 -0
  1059. githubkit/versions/ghec_v2022_11_28/models/group_1048.py +38 -0
  1060. githubkit/versions/ghec_v2022_11_28/models/group_1049.py +42 -0
  1061. githubkit/versions/ghec_v2022_11_28/models/group_1050.py +71 -0
  1062. githubkit/versions/ghec_v2022_11_28/models/group_1051.py +71 -0
  1063. githubkit/versions/ghec_v2022_11_28/models/group_1052.py +87 -0
  1064. githubkit/versions/ghec_v2022_11_28/models/group_1053.py +49 -0
  1065. githubkit/versions/ghec_v2022_11_28/models/group_1054.py +32 -0
  1066. githubkit/versions/ghec_v2022_11_28/models/group_1055.py +32 -0
  1067. githubkit/versions/ghec_v2022_11_28/models/group_1056.py +25 -0
  1068. githubkit/versions/ghec_v2022_11_28/models/group_1057.py +25 -0
  1069. githubkit/versions/ghec_v2022_11_28/models/group_1058.py +37 -0
  1070. githubkit/versions/ghec_v2022_11_28/models/group_1059.py +31 -0
  1071. githubkit/versions/ghec_v2022_11_28/models/group_1060.py +31 -0
  1072. githubkit/versions/ghec_v2022_11_28/models/group_1061.py +32 -0
  1073. githubkit/versions/ghec_v2022_11_28/models/group_1062.py +28 -0
  1074. githubkit/versions/ghec_v2022_11_28/models/group_1063.py +32 -0
  1075. githubkit/versions/ghec_v2022_11_28/models/group_1064.py +47 -0
  1076. githubkit/versions/ghec_v2022_11_28/models/group_1065.py +50 -0
  1077. githubkit/versions/ghec_v2022_11_28/models/group_1066.py +30 -0
  1078. githubkit/versions/ghec_v2022_11_28/models/group_1067.py +70 -0
  1079. githubkit/versions/ghec_v2022_11_28/models/group_1068.py +67 -0
  1080. githubkit/versions/ghec_v2022_11_28/models/group_1069.py +54 -0
  1081. githubkit/versions/ghec_v2022_11_28/models/group_1070.py +38 -0
  1082. githubkit/versions/ghec_v2022_11_28/models/group_1071.py +30 -0
  1083. githubkit/versions/ghec_v2022_11_28/models/group_1072.py +29 -0
  1084. githubkit/versions/ghec_v2022_11_28/models/group_1073.py +38 -0
  1085. githubkit/versions/ghec_v2022_11_28/models/group_1074.py +30 -0
  1086. githubkit/versions/ghec_v2022_11_28/models/group_1075.py +32 -0
  1087. githubkit/versions/ghec_v2022_11_28/models/group_1076.py +29 -0
  1088. githubkit/versions/ghec_v2022_11_28/models/group_1077.py +33 -0
  1089. githubkit/versions/ghec_v2022_11_28/models/group_1078.py +38 -0
  1090. githubkit/versions/ghec_v2022_11_28/models/group_1079.py +30 -0
  1091. githubkit/versions/ghec_v2022_11_28/models/group_1080.py +30 -0
  1092. githubkit/versions/ghec_v2022_11_28/models/group_1081.py +33 -0
  1093. githubkit/versions/ghec_v2022_11_28/models/group_1082.py +21 -0
  1094. githubkit/versions/ghec_v2022_11_28/models/group_1083.py +33 -0
  1095. githubkit/versions/ghec_v2022_11_28/models/group_1084.py +29 -0
  1096. githubkit/versions/ghec_v2022_11_28/models/group_1085.py +59 -0
  1097. githubkit/versions/ghec_v2022_11_28/models/group_1086.py +32 -0
  1098. githubkit/versions/ghec_v2022_11_28/models/group_1087.py +110 -0
  1099. githubkit/versions/ghec_v2022_11_28/models/group_1088.py +34 -0
  1100. githubkit/versions/ghec_v2022_11_28/models/group_1089.py +34 -0
  1101. githubkit/versions/ghec_v2022_11_28/models/group_1090.py +33 -0
  1102. githubkit/versions/ghec_v2022_11_28/rest/__init__.py +296 -0
  1103. githubkit/versions/ghec_v2022_11_28/rest/actions.py +10048 -0
  1104. githubkit/versions/ghec_v2022_11_28/rest/activity.py +2193 -0
  1105. githubkit/versions/ghec_v2022_11_28/rest/apps.py +2553 -0
  1106. githubkit/versions/ghec_v2022_11_28/rest/billing.py +539 -0
  1107. githubkit/versions/ghec_v2022_11_28/rest/checks.py +1296 -0
  1108. githubkit/versions/ghec_v2022_11_28/rest/classroom.py +381 -0
  1109. githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +1491 -0
  1110. githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +131 -0
  1111. githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +3837 -0
  1112. githubkit/versions/ghec_v2022_11_28/rest/copilot.py +719 -0
  1113. githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +1517 -0
  1114. githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +305 -0
  1115. githubkit/versions/ghec_v2022_11_28/rest/emojis.py +77 -0
  1116. githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +4010 -0
  1117. githubkit/versions/ghec_v2022_11_28/rest/gists.py +1454 -0
  1118. githubkit/versions/ghec_v2022_11_28/rest/git.py +1239 -0
  1119. githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +121 -0
  1120. githubkit/versions/ghec_v2022_11_28/rest/interactions.py +675 -0
  1121. githubkit/versions/ghec_v2022_11_28/rest/issues.py +4087 -0
  1122. githubkit/versions/ghec_v2022_11_28/rest/licenses.py +218 -0
  1123. githubkit/versions/ghec_v2022_11_28/rest/markdown.py +185 -0
  1124. githubkit/versions/ghec_v2022_11_28/rest/meta.py +259 -0
  1125. githubkit/versions/ghec_v2022_11_28/rest/migrations.py +1753 -0
  1126. githubkit/versions/ghec_v2022_11_28/rest/oidc.py +194 -0
  1127. githubkit/versions/ghec_v2022_11_28/rest/orgs.py +6941 -0
  1128. githubkit/versions/ghec_v2022_11_28/rest/packages.py +1700 -0
  1129. githubkit/versions/ghec_v2022_11_28/rest/projects.py +2361 -0
  1130. githubkit/versions/ghec_v2022_11_28/rest/pulls.py +2872 -0
  1131. githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +83 -0
  1132. githubkit/versions/ghec_v2022_11_28/rest/reactions.py +2284 -0
  1133. githubkit/versions/ghec_v2022_11_28/rest/repos.py +16905 -0
  1134. githubkit/versions/ghec_v2022_11_28/rest/scim.py +633 -0
  1135. githubkit/versions/ghec_v2022_11_28/rest/search.py +636 -0
  1136. githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +656 -0
  1137. githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +1084 -0
  1138. githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +104 -0
  1139. githubkit/versions/ghec_v2022_11_28/rest/teams.py +5159 -0
  1140. githubkit/versions/ghec_v2022_11_28/rest/users.py +2971 -0
  1141. githubkit/versions/ghec_v2022_11_28/types/__init__.py +14187 -0
  1142. githubkit/versions/ghec_v2022_11_28/types/group_0000.py +53 -0
  1143. githubkit/versions/ghec_v2022_11_28/types/group_0001.py +45 -0
  1144. githubkit/versions/ghec_v2022_11_28/types/group_0002.py +132 -0
  1145. githubkit/versions/ghec_v2022_11_28/types/group_0003.py +27 -0
  1146. githubkit/versions/ghec_v2022_11_28/types/group_0004.py +27 -0
  1147. githubkit/versions/ghec_v2022_11_28/types/group_0005.py +48 -0
  1148. githubkit/versions/ghec_v2022_11_28/types/group_0006.py +31 -0
  1149. githubkit/versions/ghec_v2022_11_28/types/group_0007.py +28 -0
  1150. githubkit/versions/ghec_v2022_11_28/types/group_0008.py +36 -0
  1151. githubkit/versions/ghec_v2022_11_28/types/group_0009.py +30 -0
  1152. githubkit/versions/ghec_v2022_11_28/types/group_0010.py +41 -0
  1153. githubkit/versions/ghec_v2022_11_28/types/group_0011.py +81 -0
  1154. githubkit/versions/ghec_v2022_11_28/types/group_0012.py +35 -0
  1155. githubkit/versions/ghec_v2022_11_28/types/group_0013.py +33 -0
  1156. githubkit/versions/ghec_v2022_11_28/types/group_0014.py +76 -0
  1157. githubkit/versions/ghec_v2022_11_28/types/group_0015.py +49 -0
  1158. githubkit/versions/ghec_v2022_11_28/types/group_0016.py +30 -0
  1159. githubkit/versions/ghec_v2022_11_28/types/group_0017.py +138 -0
  1160. githubkit/versions/ghec_v2022_11_28/types/group_0018.py +35 -0
  1161. githubkit/versions/ghec_v2022_11_28/types/group_0019.py +31 -0
  1162. githubkit/versions/ghec_v2022_11_28/types/group_0020.py +54 -0
  1163. githubkit/versions/ghec_v2022_11_28/types/group_0021.py +29 -0
  1164. githubkit/versions/ghec_v2022_11_28/types/group_0022.py +77 -0
  1165. githubkit/versions/ghec_v2022_11_28/types/group_0023.py +90 -0
  1166. githubkit/versions/ghec_v2022_11_28/types/group_0024.py +34 -0
  1167. githubkit/versions/ghec_v2022_11_28/types/group_0025.py +203 -0
  1168. githubkit/versions/ghec_v2022_11_28/types/group_0026.py +22 -0
  1169. githubkit/versions/ghec_v2022_11_28/types/group_0027.py +21 -0
  1170. githubkit/versions/ghec_v2022_11_28/types/group_0028.py +25 -0
  1171. githubkit/versions/ghec_v2022_11_28/types/group_0029.py +36 -0
  1172. githubkit/versions/ghec_v2022_11_28/types/group_0030.py +24 -0
  1173. githubkit/versions/ghec_v2022_11_28/types/group_0031.py +23 -0
  1174. githubkit/versions/ghec_v2022_11_28/types/group_0032.py +23 -0
  1175. githubkit/versions/ghec_v2022_11_28/types/group_0033.py +27 -0
  1176. githubkit/versions/ghec_v2022_11_28/types/group_0034.py +33 -0
  1177. githubkit/versions/ghec_v2022_11_28/types/group_0035.py +29 -0
  1178. githubkit/versions/ghec_v2022_11_28/types/group_0036.py +44 -0
  1179. githubkit/versions/ghec_v2022_11_28/types/group_0037.py +28 -0
  1180. githubkit/versions/ghec_v2022_11_28/types/group_0038.py +27 -0
  1181. githubkit/versions/ghec_v2022_11_28/types/group_0039.py +98 -0
  1182. githubkit/versions/ghec_v2022_11_28/types/group_0040.py +29 -0
  1183. githubkit/versions/ghec_v2022_11_28/types/group_0041.py +24 -0
  1184. githubkit/versions/ghec_v2022_11_28/types/group_0042.py +56 -0
  1185. githubkit/versions/ghec_v2022_11_28/types/group_0043.py +72 -0
  1186. githubkit/versions/ghec_v2022_11_28/types/group_0044.py +46 -0
  1187. githubkit/versions/ghec_v2022_11_28/types/group_0045.py +28 -0
  1188. githubkit/versions/ghec_v2022_11_28/types/group_0046.py +53 -0
  1189. githubkit/versions/ghec_v2022_11_28/types/group_0047.py +25 -0
  1190. githubkit/versions/ghec_v2022_11_28/types/group_0048.py +44 -0
  1191. githubkit/versions/ghec_v2022_11_28/types/group_0049.py +85 -0
  1192. githubkit/versions/ghec_v2022_11_28/types/group_0050.py +52 -0
  1193. githubkit/versions/ghec_v2022_11_28/types/group_0051.py +29 -0
  1194. githubkit/versions/ghec_v2022_11_28/types/group_0052.py +47 -0
  1195. githubkit/versions/ghec_v2022_11_28/types/group_0053.py +46 -0
  1196. githubkit/versions/ghec_v2022_11_28/types/group_0054.py +47 -0
  1197. githubkit/versions/ghec_v2022_11_28/types/group_0055.py +48 -0
  1198. githubkit/versions/ghec_v2022_11_28/types/group_0056.py +23 -0
  1199. githubkit/versions/ghec_v2022_11_28/types/group_0057.py +23 -0
  1200. githubkit/versions/ghec_v2022_11_28/types/group_0058.py +43 -0
  1201. githubkit/versions/ghec_v2022_11_28/types/group_0059.py +30 -0
  1202. githubkit/versions/ghec_v2022_11_28/types/group_0060.py +103 -0
  1203. githubkit/versions/ghec_v2022_11_28/types/group_0061.py +52 -0
  1204. githubkit/versions/ghec_v2022_11_28/types/group_0062.py +84 -0
  1205. githubkit/versions/ghec_v2022_11_28/types/group_0063.py +64 -0
  1206. githubkit/versions/ghec_v2022_11_28/types/group_0064.py +54 -0
  1207. githubkit/versions/ghec_v2022_11_28/types/group_0065.py +77 -0
  1208. githubkit/versions/ghec_v2022_11_28/types/group_0066.py +125 -0
  1209. githubkit/versions/ghec_v2022_11_28/types/group_0067.py +44 -0
  1210. githubkit/versions/ghec_v2022_11_28/types/group_0068.py +43 -0
  1211. githubkit/versions/ghec_v2022_11_28/types/group_0069.py +25 -0
  1212. githubkit/versions/ghec_v2022_11_28/types/group_0070.py +37 -0
  1213. githubkit/versions/ghec_v2022_11_28/types/group_0071.py +37 -0
  1214. githubkit/versions/ghec_v2022_11_28/types/group_0072.py +39 -0
  1215. githubkit/versions/ghec_v2022_11_28/types/group_0073.py +44 -0
  1216. githubkit/versions/ghec_v2022_11_28/types/group_0074.py +61 -0
  1217. githubkit/versions/ghec_v2022_11_28/types/group_0075.py +72 -0
  1218. githubkit/versions/ghec_v2022_11_28/types/group_0076.py +153 -0
  1219. githubkit/versions/ghec_v2022_11_28/types/group_0077.py +47 -0
  1220. githubkit/versions/ghec_v2022_11_28/types/group_0078.py +32 -0
  1221. githubkit/versions/ghec_v2022_11_28/types/group_0079.py +35 -0
  1222. githubkit/versions/ghec_v2022_11_28/types/group_0080.py +96 -0
  1223. githubkit/versions/ghec_v2022_11_28/types/group_0081.py +25 -0
  1224. githubkit/versions/ghec_v2022_11_28/types/group_0082.py +22 -0
  1225. githubkit/versions/ghec_v2022_11_28/types/group_0083.py +25 -0
  1226. githubkit/versions/ghec_v2022_11_28/types/group_0084.py +29 -0
  1227. githubkit/versions/ghec_v2022_11_28/types/group_0085.py +31 -0
  1228. githubkit/versions/ghec_v2022_11_28/types/group_0086.py +102 -0
  1229. githubkit/versions/ghec_v2022_11_28/types/group_0087.py +29 -0
  1230. githubkit/versions/ghec_v2022_11_28/types/group_0088.py +50 -0
  1231. githubkit/versions/ghec_v2022_11_28/types/group_0089.py +37 -0
  1232. githubkit/versions/ghec_v2022_11_28/types/group_0090.py +53 -0
  1233. githubkit/versions/ghec_v2022_11_28/types/group_0091.py +95 -0
  1234. githubkit/versions/ghec_v2022_11_28/types/group_0092.py +37 -0
  1235. githubkit/versions/ghec_v2022_11_28/types/group_0093.py +25 -0
  1236. githubkit/versions/ghec_v2022_11_28/types/group_0094.py +25 -0
  1237. githubkit/versions/ghec_v2022_11_28/types/group_0095.py +25 -0
  1238. githubkit/versions/ghec_v2022_11_28/types/group_0096.py +39 -0
  1239. githubkit/versions/ghec_v2022_11_28/types/group_0097.py +49 -0
  1240. githubkit/versions/ghec_v2022_11_28/types/group_0098.py +36 -0
  1241. githubkit/versions/ghec_v2022_11_28/types/group_0099.py +38 -0
  1242. githubkit/versions/ghec_v2022_11_28/types/group_0100.py +25 -0
  1243. githubkit/versions/ghec_v2022_11_28/types/group_0101.py +48 -0
  1244. githubkit/versions/ghec_v2022_11_28/types/group_0102.py +28 -0
  1245. githubkit/versions/ghec_v2022_11_28/types/group_0103.py +28 -0
  1246. githubkit/versions/ghec_v2022_11_28/types/group_0104.py +43 -0
  1247. githubkit/versions/ghec_v2022_11_28/types/group_0105.py +46 -0
  1248. githubkit/versions/ghec_v2022_11_28/types/group_0106.py +25 -0
  1249. githubkit/versions/ghec_v2022_11_28/types/group_0107.py +44 -0
  1250. githubkit/versions/ghec_v2022_11_28/types/group_0108.py +61 -0
  1251. githubkit/versions/ghec_v2022_11_28/types/group_0109.py +76 -0
  1252. githubkit/versions/ghec_v2022_11_28/types/group_0110.py +69 -0
  1253. githubkit/versions/ghec_v2022_11_28/types/group_0111.py +42 -0
  1254. githubkit/versions/ghec_v2022_11_28/types/group_0112.py +33 -0
  1255. githubkit/versions/ghec_v2022_11_28/types/group_0113.py +26 -0
  1256. githubkit/versions/ghec_v2022_11_28/types/group_0114.py +30 -0
  1257. githubkit/versions/ghec_v2022_11_28/types/group_0115.py +28 -0
  1258. githubkit/versions/ghec_v2022_11_28/types/group_0116.py +159 -0
  1259. githubkit/versions/ghec_v2022_11_28/types/group_0117.py +27 -0
  1260. githubkit/versions/ghec_v2022_11_28/types/group_0118.py +26 -0
  1261. githubkit/versions/ghec_v2022_11_28/types/group_0119.py +23 -0
  1262. githubkit/versions/ghec_v2022_11_28/types/group_0120.py +30 -0
  1263. githubkit/versions/ghec_v2022_11_28/types/group_0121.py +24 -0
  1264. githubkit/versions/ghec_v2022_11_28/types/group_0122.py +28 -0
  1265. githubkit/versions/ghec_v2022_11_28/types/group_0123.py +22 -0
  1266. githubkit/versions/ghec_v2022_11_28/types/group_0124.py +30 -0
  1267. githubkit/versions/ghec_v2022_11_28/types/group_0125.py +38 -0
  1268. githubkit/versions/ghec_v2022_11_28/types/group_0126.py +32 -0
  1269. githubkit/versions/ghec_v2022_11_28/types/group_0127.py +30 -0
  1270. githubkit/versions/ghec_v2022_11_28/types/group_0128.py +32 -0
  1271. githubkit/versions/ghec_v2022_11_28/types/group_0129.py +57 -0
  1272. githubkit/versions/ghec_v2022_11_28/types/group_0130.py +28 -0
  1273. githubkit/versions/ghec_v2022_11_28/types/group_0131.py +21 -0
  1274. githubkit/versions/ghec_v2022_11_28/types/group_0132.py +25 -0
  1275. githubkit/versions/ghec_v2022_11_28/types/group_0133.py +29 -0
  1276. githubkit/versions/ghec_v2022_11_28/types/group_0134.py +22 -0
  1277. githubkit/versions/ghec_v2022_11_28/types/group_0135.py +29 -0
  1278. githubkit/versions/ghec_v2022_11_28/types/group_0136.py +25 -0
  1279. githubkit/versions/ghec_v2022_11_28/types/group_0137.py +29 -0
  1280. githubkit/versions/ghec_v2022_11_28/types/group_0138.py +36 -0
  1281. githubkit/versions/ghec_v2022_11_28/types/group_0139.py +28 -0
  1282. githubkit/versions/ghec_v2022_11_28/types/group_0140.py +25 -0
  1283. githubkit/versions/ghec_v2022_11_28/types/group_0141.py +28 -0
  1284. githubkit/versions/ghec_v2022_11_28/types/group_0142.py +25 -0
  1285. githubkit/versions/ghec_v2022_11_28/types/group_0143.py +28 -0
  1286. githubkit/versions/ghec_v2022_11_28/types/group_0144.py +25 -0
  1287. githubkit/versions/ghec_v2022_11_28/types/group_0145.py +28 -0
  1288. githubkit/versions/ghec_v2022_11_28/types/group_0146.py +25 -0
  1289. githubkit/versions/ghec_v2022_11_28/types/group_0147.py +28 -0
  1290. githubkit/versions/ghec_v2022_11_28/types/group_0148.py +25 -0
  1291. githubkit/versions/ghec_v2022_11_28/types/group_0149.py +25 -0
  1292. githubkit/versions/ghec_v2022_11_28/types/group_0150.py +29 -0
  1293. githubkit/versions/ghec_v2022_11_28/types/group_0151.py +37 -0
  1294. githubkit/versions/ghec_v2022_11_28/types/group_0152.py +29 -0
  1295. githubkit/versions/ghec_v2022_11_28/types/group_0153.py +116 -0
  1296. githubkit/versions/ghec_v2022_11_28/types/group_0154.py +33 -0
  1297. githubkit/versions/ghec_v2022_11_28/types/group_0155.py +59 -0
  1298. githubkit/versions/ghec_v2022_11_28/types/group_0156.py +40 -0
  1299. githubkit/versions/ghec_v2022_11_28/types/group_0157.py +148 -0
  1300. githubkit/versions/ghec_v2022_11_28/types/group_0158.py +38 -0
  1301. githubkit/versions/ghec_v2022_11_28/types/group_0159.py +119 -0
  1302. githubkit/versions/ghec_v2022_11_28/types/group_0160.py +47 -0
  1303. githubkit/versions/ghec_v2022_11_28/types/group_0161.py +41 -0
  1304. githubkit/versions/ghec_v2022_11_28/types/group_0162.py +35 -0
  1305. githubkit/versions/ghec_v2022_11_28/types/group_0163.py +27 -0
  1306. githubkit/versions/ghec_v2022_11_28/types/group_0164.py +53 -0
  1307. githubkit/versions/ghec_v2022_11_28/types/group_0165.py +130 -0
  1308. githubkit/versions/ghec_v2022_11_28/types/group_0166.py +40 -0
  1309. githubkit/versions/ghec_v2022_11_28/types/group_0167.py +32 -0
  1310. githubkit/versions/ghec_v2022_11_28/types/group_0168.py +28 -0
  1311. githubkit/versions/ghec_v2022_11_28/types/group_0169.py +24 -0
  1312. githubkit/versions/ghec_v2022_11_28/types/group_0170.py +28 -0
  1313. githubkit/versions/ghec_v2022_11_28/types/group_0171.py +32 -0
  1314. githubkit/versions/ghec_v2022_11_28/types/group_0172.py +49 -0
  1315. githubkit/versions/ghec_v2022_11_28/types/group_0173.py +42 -0
  1316. githubkit/versions/ghec_v2022_11_28/types/group_0174.py +75 -0
  1317. githubkit/versions/ghec_v2022_11_28/types/group_0175.py +26 -0
  1318. githubkit/versions/ghec_v2022_11_28/types/group_0176.py +27 -0
  1319. githubkit/versions/ghec_v2022_11_28/types/group_0177.py +25 -0
  1320. githubkit/versions/ghec_v2022_11_28/types/group_0178.py +24 -0
  1321. githubkit/versions/ghec_v2022_11_28/types/group_0179.py +22 -0
  1322. githubkit/versions/ghec_v2022_11_28/types/group_0180.py +63 -0
  1323. githubkit/versions/ghec_v2022_11_28/types/group_0181.py +55 -0
  1324. githubkit/versions/ghec_v2022_11_28/types/group_0182.py +80 -0
  1325. githubkit/versions/ghec_v2022_11_28/types/group_0183.py +46 -0
  1326. githubkit/versions/ghec_v2022_11_28/types/group_0184.py +22 -0
  1327. githubkit/versions/ghec_v2022_11_28/types/group_0185.py +24 -0
  1328. githubkit/versions/ghec_v2022_11_28/types/group_0186.py +54 -0
  1329. githubkit/versions/ghec_v2022_11_28/types/group_0187.py +53 -0
  1330. githubkit/versions/ghec_v2022_11_28/types/group_0188.py +94 -0
  1331. githubkit/versions/ghec_v2022_11_28/types/group_0189.py +56 -0
  1332. githubkit/versions/ghec_v2022_11_28/types/group_0190.py +42 -0
  1333. githubkit/versions/ghec_v2022_11_28/types/group_0191.py +27 -0
  1334. githubkit/versions/ghec_v2022_11_28/types/group_0192.py +25 -0
  1335. githubkit/versions/ghec_v2022_11_28/types/group_0193.py +39 -0
  1336. githubkit/versions/ghec_v2022_11_28/types/group_0194.py +45 -0
  1337. githubkit/versions/ghec_v2022_11_28/types/group_0195.py +133 -0
  1338. githubkit/versions/ghec_v2022_11_28/types/group_0196.py +146 -0
  1339. githubkit/versions/ghec_v2022_11_28/types/group_0197.py +40 -0
  1340. githubkit/versions/ghec_v2022_11_28/types/group_0198.py +26 -0
  1341. githubkit/versions/ghec_v2022_11_28/types/group_0199.py +25 -0
  1342. githubkit/versions/ghec_v2022_11_28/types/group_0200.py +37 -0
  1343. githubkit/versions/ghec_v2022_11_28/types/group_0201.py +59 -0
  1344. githubkit/versions/ghec_v2022_11_28/types/group_0202.py +41 -0
  1345. githubkit/versions/ghec_v2022_11_28/types/group_0203.py +44 -0
  1346. githubkit/versions/ghec_v2022_11_28/types/group_0204.py +141 -0
  1347. githubkit/versions/ghec_v2022_11_28/types/group_0205.py +36 -0
  1348. githubkit/versions/ghec_v2022_11_28/types/group_0206.py +46 -0
  1349. githubkit/versions/ghec_v2022_11_28/types/group_0207.py +42 -0
  1350. githubkit/versions/ghec_v2022_11_28/types/group_0208.py +79 -0
  1351. githubkit/versions/ghec_v2022_11_28/types/group_0209.py +34 -0
  1352. githubkit/versions/ghec_v2022_11_28/types/group_0210.py +77 -0
  1353. githubkit/versions/ghec_v2022_11_28/types/group_0211.py +47 -0
  1354. githubkit/versions/ghec_v2022_11_28/types/group_0212.py +44 -0
  1355. githubkit/versions/ghec_v2022_11_28/types/group_0213.py +62 -0
  1356. githubkit/versions/ghec_v2022_11_28/types/group_0214.py +38 -0
  1357. githubkit/versions/ghec_v2022_11_28/types/group_0215.py +26 -0
  1358. githubkit/versions/ghec_v2022_11_28/types/group_0216.py +37 -0
  1359. githubkit/versions/ghec_v2022_11_28/types/group_0217.py +45 -0
  1360. githubkit/versions/ghec_v2022_11_28/types/group_0218.py +40 -0
  1361. githubkit/versions/ghec_v2022_11_28/types/group_0219.py +27 -0
  1362. githubkit/versions/ghec_v2022_11_28/types/group_0220.py +22 -0
  1363. githubkit/versions/ghec_v2022_11_28/types/group_0221.py +24 -0
  1364. githubkit/versions/ghec_v2022_11_28/types/group_0222.py +40 -0
  1365. githubkit/versions/ghec_v2022_11_28/types/group_0223.py +24 -0
  1366. githubkit/versions/ghec_v2022_11_28/types/group_0224.py +38 -0
  1367. githubkit/versions/ghec_v2022_11_28/types/group_0225.py +71 -0
  1368. githubkit/versions/ghec_v2022_11_28/types/group_0226.py +66 -0
  1369. githubkit/versions/ghec_v2022_11_28/types/group_0227.py +36 -0
  1370. githubkit/versions/ghec_v2022_11_28/types/group_0228.py +24 -0
  1371. githubkit/versions/ghec_v2022_11_28/types/group_0229.py +30 -0
  1372. githubkit/versions/ghec_v2022_11_28/types/group_0230.py +92 -0
  1373. githubkit/versions/ghec_v2022_11_28/types/group_0231.py +42 -0
  1374. githubkit/versions/ghec_v2022_11_28/types/group_0232.py +30 -0
  1375. githubkit/versions/ghec_v2022_11_28/types/group_0233.py +53 -0
  1376. githubkit/versions/ghec_v2022_11_28/types/group_0234.py +37 -0
  1377. githubkit/versions/ghec_v2022_11_28/types/group_0235.py +57 -0
  1378. githubkit/versions/ghec_v2022_11_28/types/group_0236.py +40 -0
  1379. githubkit/versions/ghec_v2022_11_28/types/group_0237.py +72 -0
  1380. githubkit/versions/ghec_v2022_11_28/types/group_0238.py +43 -0
  1381. githubkit/versions/ghec_v2022_11_28/types/group_0239.py +49 -0
  1382. githubkit/versions/ghec_v2022_11_28/types/group_0240.py +46 -0
  1383. githubkit/versions/ghec_v2022_11_28/types/group_0241.py +46 -0
  1384. githubkit/versions/ghec_v2022_11_28/types/group_0242.py +114 -0
  1385. githubkit/versions/ghec_v2022_11_28/types/group_0243.py +45 -0
  1386. githubkit/versions/ghec_v2022_11_28/types/group_0244.py +50 -0
  1387. githubkit/versions/ghec_v2022_11_28/types/group_0245.py +29 -0
  1388. githubkit/versions/ghec_v2022_11_28/types/group_0246.py +43 -0
  1389. githubkit/versions/ghec_v2022_11_28/types/group_0247.py +77 -0
  1390. githubkit/versions/ghec_v2022_11_28/types/group_0248.py +23 -0
  1391. githubkit/versions/ghec_v2022_11_28/types/group_0249.py +28 -0
  1392. githubkit/versions/ghec_v2022_11_28/types/group_0250.py +43 -0
  1393. githubkit/versions/ghec_v2022_11_28/types/group_0251.py +66 -0
  1394. githubkit/versions/ghec_v2022_11_28/types/group_0252.py +45 -0
  1395. githubkit/versions/ghec_v2022_11_28/types/group_0253.py +26 -0
  1396. githubkit/versions/ghec_v2022_11_28/types/group_0254.py +76 -0
  1397. githubkit/versions/ghec_v2022_11_28/types/group_0255.py +30 -0
  1398. githubkit/versions/ghec_v2022_11_28/types/group_0256.py +26 -0
  1399. githubkit/versions/ghec_v2022_11_28/types/group_0257.py +23 -0
  1400. githubkit/versions/ghec_v2022_11_28/types/group_0258.py +21 -0
  1401. githubkit/versions/ghec_v2022_11_28/types/group_0259.py +27 -0
  1402. githubkit/versions/ghec_v2022_11_28/types/group_0260.py +46 -0
  1403. githubkit/versions/ghec_v2022_11_28/types/group_0261.py +25 -0
  1404. githubkit/versions/ghec_v2022_11_28/types/group_0262.py +31 -0
  1405. githubkit/versions/ghec_v2022_11_28/types/group_0263.py +88 -0
  1406. githubkit/versions/ghec_v2022_11_28/types/group_0264.py +38 -0
  1407. githubkit/versions/ghec_v2022_11_28/types/group_0265.py +53 -0
  1408. githubkit/versions/ghec_v2022_11_28/types/group_0266.py +42 -0
  1409. githubkit/versions/ghec_v2022_11_28/types/group_0267.py +24 -0
  1410. githubkit/versions/ghec_v2022_11_28/types/group_0268.py +41 -0
  1411. githubkit/versions/ghec_v2022_11_28/types/group_0269.py +75 -0
  1412. githubkit/versions/ghec_v2022_11_28/types/group_0270.py +30 -0
  1413. githubkit/versions/ghec_v2022_11_28/types/group_0271.py +27 -0
  1414. githubkit/versions/ghec_v2022_11_28/types/group_0272.py +122 -0
  1415. githubkit/versions/ghec_v2022_11_28/types/group_0273.py +47 -0
  1416. githubkit/versions/ghec_v2022_11_28/types/group_0274.py +47 -0
  1417. githubkit/versions/ghec_v2022_11_28/types/group_0275.py +38 -0
  1418. githubkit/versions/ghec_v2022_11_28/types/group_0276.py +38 -0
  1419. githubkit/versions/ghec_v2022_11_28/types/group_0277.py +46 -0
  1420. githubkit/versions/ghec_v2022_11_28/types/group_0278.py +46 -0
  1421. githubkit/versions/ghec_v2022_11_28/types/group_0279.py +47 -0
  1422. githubkit/versions/ghec_v2022_11_28/types/group_0280.py +40 -0
  1423. githubkit/versions/ghec_v2022_11_28/types/group_0281.py +40 -0
  1424. githubkit/versions/ghec_v2022_11_28/types/group_0282.py +49 -0
  1425. githubkit/versions/ghec_v2022_11_28/types/group_0283.py +37 -0
  1426. githubkit/versions/ghec_v2022_11_28/types/group_0284.py +51 -0
  1427. githubkit/versions/ghec_v2022_11_28/types/group_0285.py +51 -0
  1428. githubkit/versions/ghec_v2022_11_28/types/group_0286.py +51 -0
  1429. githubkit/versions/ghec_v2022_11_28/types/group_0287.py +51 -0
  1430. githubkit/versions/ghec_v2022_11_28/types/group_0288.py +32 -0
  1431. githubkit/versions/ghec_v2022_11_28/types/group_0289.py +54 -0
  1432. githubkit/versions/ghec_v2022_11_28/types/group_0290.py +33 -0
  1433. githubkit/versions/ghec_v2022_11_28/types/group_0291.py +24 -0
  1434. githubkit/versions/ghec_v2022_11_28/types/group_0292.py +89 -0
  1435. githubkit/versions/ghec_v2022_11_28/types/group_0293.py +74 -0
  1436. githubkit/versions/ghec_v2022_11_28/types/group_0294.py +111 -0
  1437. githubkit/versions/ghec_v2022_11_28/types/group_0295.py +37 -0
  1438. githubkit/versions/ghec_v2022_11_28/types/group_0296.py +37 -0
  1439. githubkit/versions/ghec_v2022_11_28/types/group_0297.py +37 -0
  1440. githubkit/versions/ghec_v2022_11_28/types/group_0298.py +33 -0
  1441. githubkit/versions/ghec_v2022_11_28/types/group_0299.py +22 -0
  1442. githubkit/versions/ghec_v2022_11_28/types/group_0300.py +50 -0
  1443. githubkit/versions/ghec_v2022_11_28/types/group_0301.py +27 -0
  1444. githubkit/versions/ghec_v2022_11_28/types/group_0302.py +72 -0
  1445. githubkit/versions/ghec_v2022_11_28/types/group_0303.py +44 -0
  1446. githubkit/versions/ghec_v2022_11_28/types/group_0304.py +25 -0
  1447. githubkit/versions/ghec_v2022_11_28/types/group_0305.py +28 -0
  1448. githubkit/versions/ghec_v2022_11_28/types/group_0306.py +36 -0
  1449. githubkit/versions/ghec_v2022_11_28/types/group_0307.py +96 -0
  1450. githubkit/versions/ghec_v2022_11_28/types/group_0308.py +93 -0
  1451. githubkit/versions/ghec_v2022_11_28/types/group_0309.py +203 -0
  1452. githubkit/versions/ghec_v2022_11_28/types/group_0310.py +54 -0
  1453. githubkit/versions/ghec_v2022_11_28/types/group_0311.py +146 -0
  1454. githubkit/versions/ghec_v2022_11_28/types/group_0312.py +30 -0
  1455. githubkit/versions/ghec_v2022_11_28/types/group_0313.py +26 -0
  1456. githubkit/versions/ghec_v2022_11_28/types/group_0314.py +29 -0
  1457. githubkit/versions/ghec_v2022_11_28/types/group_0315.py +73 -0
  1458. githubkit/versions/ghec_v2022_11_28/types/group_0316.py +66 -0
  1459. githubkit/versions/ghec_v2022_11_28/types/group_0317.py +25 -0
  1460. githubkit/versions/ghec_v2022_11_28/types/group_0318.py +40 -0
  1461. githubkit/versions/ghec_v2022_11_28/types/group_0319.py +52 -0
  1462. githubkit/versions/ghec_v2022_11_28/types/group_0320.py +25 -0
  1463. githubkit/versions/ghec_v2022_11_28/types/group_0321.py +28 -0
  1464. githubkit/versions/ghec_v2022_11_28/types/group_0322.py +25 -0
  1465. githubkit/versions/ghec_v2022_11_28/types/group_0323.py +28 -0
  1466. githubkit/versions/ghec_v2022_11_28/types/group_0324.py +25 -0
  1467. githubkit/versions/ghec_v2022_11_28/types/group_0325.py +25 -0
  1468. githubkit/versions/ghec_v2022_11_28/types/group_0326.py +28 -0
  1469. githubkit/versions/ghec_v2022_11_28/types/group_0327.py +25 -0
  1470. githubkit/versions/ghec_v2022_11_28/types/group_0328.py +28 -0
  1471. githubkit/versions/ghec_v2022_11_28/types/group_0329.py +28 -0
  1472. githubkit/versions/ghec_v2022_11_28/types/group_0330.py +25 -0
  1473. githubkit/versions/ghec_v2022_11_28/types/group_0331.py +28 -0
  1474. githubkit/versions/ghec_v2022_11_28/types/group_0332.py +28 -0
  1475. githubkit/versions/ghec_v2022_11_28/types/group_0333.py +28 -0
  1476. githubkit/versions/ghec_v2022_11_28/types/group_0334.py +28 -0
  1477. githubkit/versions/ghec_v2022_11_28/types/group_0335.py +28 -0
  1478. githubkit/versions/ghec_v2022_11_28/types/group_0336.py +28 -0
  1479. githubkit/versions/ghec_v2022_11_28/types/group_0337.py +44 -0
  1480. githubkit/versions/ghec_v2022_11_28/types/group_0338.py +88 -0
  1481. githubkit/versions/ghec_v2022_11_28/types/group_0339.py +69 -0
  1482. githubkit/versions/ghec_v2022_11_28/types/group_0340.py +92 -0
  1483. githubkit/versions/ghec_v2022_11_28/types/group_0341.py +29 -0
  1484. githubkit/versions/ghec_v2022_11_28/types/group_0342.py +27 -0
  1485. githubkit/versions/ghec_v2022_11_28/types/group_0343.py +41 -0
  1486. githubkit/versions/ghec_v2022_11_28/types/group_0344.py +23 -0
  1487. githubkit/versions/ghec_v2022_11_28/types/group_0345.py +31 -0
  1488. githubkit/versions/ghec_v2022_11_28/types/group_0346.py +38 -0
  1489. githubkit/versions/ghec_v2022_11_28/types/group_0347.py +28 -0
  1490. githubkit/versions/ghec_v2022_11_28/types/group_0348.py +25 -0
  1491. githubkit/versions/ghec_v2022_11_28/types/group_0349.py +24 -0
  1492. githubkit/versions/ghec_v2022_11_28/types/group_0350.py +29 -0
  1493. githubkit/versions/ghec_v2022_11_28/types/group_0351.py +27 -0
  1494. githubkit/versions/ghec_v2022_11_28/types/group_0352.py +26 -0
  1495. githubkit/versions/ghec_v2022_11_28/types/group_0353.py +29 -0
  1496. githubkit/versions/ghec_v2022_11_28/types/group_0354.py +41 -0
  1497. githubkit/versions/ghec_v2022_11_28/types/group_0355.py +28 -0
  1498. githubkit/versions/ghec_v2022_11_28/types/group_0356.py +56 -0
  1499. githubkit/versions/ghec_v2022_11_28/types/group_0357.py +37 -0
  1500. githubkit/versions/ghec_v2022_11_28/types/group_0358.py +35 -0
  1501. githubkit/versions/ghec_v2022_11_28/types/group_0359.py +34 -0
  1502. githubkit/versions/ghec_v2022_11_28/types/group_0360.py +35 -0
  1503. githubkit/versions/ghec_v2022_11_28/types/group_0361.py +36 -0
  1504. githubkit/versions/ghec_v2022_11_28/types/group_0362.py +32 -0
  1505. githubkit/versions/ghec_v2022_11_28/types/group_0363.py +50 -0
  1506. githubkit/versions/ghec_v2022_11_28/types/group_0364.py +27 -0
  1507. githubkit/versions/ghec_v2022_11_28/types/group_0365.py +23 -0
  1508. githubkit/versions/ghec_v2022_11_28/types/group_0366.py +52 -0
  1509. githubkit/versions/ghec_v2022_11_28/types/group_0367.py +120 -0
  1510. githubkit/versions/ghec_v2022_11_28/types/group_0368.py +36 -0
  1511. githubkit/versions/ghec_v2022_11_28/types/group_0369.py +52 -0
  1512. githubkit/versions/ghec_v2022_11_28/types/group_0370.py +62 -0
  1513. githubkit/versions/ghec_v2022_11_28/types/group_0371.py +51 -0
  1514. githubkit/versions/ghec_v2022_11_28/types/group_0372.py +111 -0
  1515. githubkit/versions/ghec_v2022_11_28/types/group_0373.py +46 -0
  1516. githubkit/versions/ghec_v2022_11_28/types/group_0374.py +140 -0
  1517. githubkit/versions/ghec_v2022_11_28/types/group_0375.py +92 -0
  1518. githubkit/versions/ghec_v2022_11_28/types/group_0376.py +72 -0
  1519. githubkit/versions/ghec_v2022_11_28/types/group_0377.py +79 -0
  1520. githubkit/versions/ghec_v2022_11_28/types/group_0378.py +25 -0
  1521. githubkit/versions/ghec_v2022_11_28/types/group_0379.py +33 -0
  1522. githubkit/versions/ghec_v2022_11_28/types/group_0380.py +103 -0
  1523. githubkit/versions/ghec_v2022_11_28/types/group_0381.py +28 -0
  1524. githubkit/versions/ghec_v2022_11_28/types/group_0382.py +78 -0
  1525. githubkit/versions/ghec_v2022_11_28/types/group_0383.py +31 -0
  1526. githubkit/versions/ghec_v2022_11_28/types/group_0384.py +50 -0
  1527. githubkit/versions/ghec_v2022_11_28/types/group_0385.py +25 -0
  1528. githubkit/versions/ghec_v2022_11_28/types/group_0386.py +28 -0
  1529. githubkit/versions/ghec_v2022_11_28/types/group_0387.py +28 -0
  1530. githubkit/versions/ghec_v2022_11_28/types/group_0388.py +35 -0
  1531. githubkit/versions/ghec_v2022_11_28/types/group_0389.py +25 -0
  1532. githubkit/versions/ghec_v2022_11_28/types/group_0390.py +40 -0
  1533. githubkit/versions/ghec_v2022_11_28/types/group_0391.py +30 -0
  1534. githubkit/versions/ghec_v2022_11_28/types/group_0392.py +39 -0
  1535. githubkit/versions/ghec_v2022_11_28/types/group_0393.py +289 -0
  1536. githubkit/versions/ghec_v2022_11_28/types/group_0394.py +46 -0
  1537. githubkit/versions/ghec_v2022_11_28/types/group_0395.py +58 -0
  1538. githubkit/versions/ghec_v2022_11_28/types/group_0396.py +60 -0
  1539. githubkit/versions/ghec_v2022_11_28/types/group_0397.py +75 -0
  1540. githubkit/versions/ghec_v2022_11_28/types/group_0398.py +144 -0
  1541. githubkit/versions/ghec_v2022_11_28/types/group_0399.py +30 -0
  1542. githubkit/versions/ghec_v2022_11_28/types/group_0400.py +146 -0
  1543. githubkit/versions/ghec_v2022_11_28/types/group_0401.py +41 -0
  1544. githubkit/versions/ghec_v2022_11_28/types/group_0402.py +36 -0
  1545. githubkit/versions/ghec_v2022_11_28/types/group_0403.py +97 -0
  1546. githubkit/versions/ghec_v2022_11_28/types/group_0404.py +31 -0
  1547. githubkit/versions/ghec_v2022_11_28/types/group_0405.py +51 -0
  1548. githubkit/versions/ghec_v2022_11_28/types/group_0406.py +33 -0
  1549. githubkit/versions/ghec_v2022_11_28/types/group_0407.py +33 -0
  1550. githubkit/versions/ghec_v2022_11_28/types/group_0408.py +35 -0
  1551. githubkit/versions/ghec_v2022_11_28/types/group_0409.py +35 -0
  1552. githubkit/versions/ghec_v2022_11_28/types/group_0410.py +133 -0
  1553. githubkit/versions/ghec_v2022_11_28/types/group_0411.py +33 -0
  1554. githubkit/versions/ghec_v2022_11_28/types/group_0412.py +24 -0
  1555. githubkit/versions/ghec_v2022_11_28/types/group_0413.py +33 -0
  1556. githubkit/versions/ghec_v2022_11_28/types/group_0414.py +24 -0
  1557. githubkit/versions/ghec_v2022_11_28/types/group_0415.py +46 -0
  1558. githubkit/versions/ghec_v2022_11_28/types/group_0416.py +24 -0
  1559. githubkit/versions/ghec_v2022_11_28/types/group_0417.py +33 -0
  1560. githubkit/versions/ghec_v2022_11_28/types/group_0418.py +24 -0
  1561. githubkit/versions/ghec_v2022_11_28/types/group_0419.py +331 -0
  1562. githubkit/versions/ghec_v2022_11_28/types/group_0420.py +329 -0
  1563. githubkit/versions/ghec_v2022_11_28/types/group_0421.py +323 -0
  1564. githubkit/versions/ghec_v2022_11_28/types/group_0422.py +159 -0
  1565. githubkit/versions/ghec_v2022_11_28/types/group_0423.py +161 -0
  1566. githubkit/versions/ghec_v2022_11_28/types/group_0424.py +129 -0
  1567. githubkit/versions/ghec_v2022_11_28/types/group_0425.py +155 -0
  1568. githubkit/versions/ghec_v2022_11_28/types/group_0426.py +132 -0
  1569. githubkit/versions/ghec_v2022_11_28/types/group_0427.py +126 -0
  1570. githubkit/versions/ghec_v2022_11_28/types/group_0428.py +112 -0
  1571. githubkit/versions/ghec_v2022_11_28/types/group_0429.py +37 -0
  1572. githubkit/versions/ghec_v2022_11_28/types/group_0430.py +33 -0
  1573. githubkit/versions/ghec_v2022_11_28/types/group_0431.py +41 -0
  1574. githubkit/versions/ghec_v2022_11_28/types/group_0432.py +33 -0
  1575. githubkit/versions/ghec_v2022_11_28/types/group_0433.py +36 -0
  1576. githubkit/versions/ghec_v2022_11_28/types/group_0434.py +35 -0
  1577. githubkit/versions/ghec_v2022_11_28/types/group_0435.py +35 -0
  1578. githubkit/versions/ghec_v2022_11_28/types/group_0436.py +35 -0
  1579. githubkit/versions/ghec_v2022_11_28/types/group_0437.py +35 -0
  1580. githubkit/versions/ghec_v2022_11_28/types/group_0438.py +35 -0
  1581. githubkit/versions/ghec_v2022_11_28/types/group_0439.py +35 -0
  1582. githubkit/versions/ghec_v2022_11_28/types/group_0440.py +35 -0
  1583. githubkit/versions/ghec_v2022_11_28/types/group_0441.py +35 -0
  1584. githubkit/versions/ghec_v2022_11_28/types/group_0442.py +55 -0
  1585. githubkit/versions/ghec_v2022_11_28/types/group_0443.py +55 -0
  1586. githubkit/versions/ghec_v2022_11_28/types/group_0444.py +623 -0
  1587. githubkit/versions/ghec_v2022_11_28/types/group_0445.py +38 -0
  1588. githubkit/versions/ghec_v2022_11_28/types/group_0446.py +496 -0
  1589. githubkit/versions/ghec_v2022_11_28/types/group_0447.py +494 -0
  1590. githubkit/versions/ghec_v2022_11_28/types/group_0448.py +482 -0
  1591. githubkit/versions/ghec_v2022_11_28/types/group_0449.py +889 -0
  1592. githubkit/versions/ghec_v2022_11_28/types/group_0450.py +110 -0
  1593. githubkit/versions/ghec_v2022_11_28/types/group_0451.py +69 -0
  1594. githubkit/versions/ghec_v2022_11_28/types/group_0452.py +35 -0
  1595. githubkit/versions/ghec_v2022_11_28/types/group_0453.py +109 -0
  1596. githubkit/versions/ghec_v2022_11_28/types/group_0454.py +109 -0
  1597. githubkit/versions/ghec_v2022_11_28/types/group_0455.py +124 -0
  1598. githubkit/versions/ghec_v2022_11_28/types/group_0456.py +35 -0
  1599. githubkit/versions/ghec_v2022_11_28/types/group_0457.py +35 -0
  1600. githubkit/versions/ghec_v2022_11_28/types/group_0458.py +60 -0
  1601. githubkit/versions/ghec_v2022_11_28/types/group_0459.py +51 -0
  1602. githubkit/versions/ghec_v2022_11_28/types/group_0460.py +35 -0
  1603. githubkit/versions/ghec_v2022_11_28/types/group_0461.py +35 -0
  1604. githubkit/versions/ghec_v2022_11_28/types/group_0462.py +35 -0
  1605. githubkit/versions/ghec_v2022_11_28/types/group_0463.py +37 -0
  1606. githubkit/versions/ghec_v2022_11_28/types/group_0464.py +25 -0
  1607. githubkit/versions/ghec_v2022_11_28/types/group_0465.py +106 -0
  1608. githubkit/versions/ghec_v2022_11_28/types/group_0466.py +51 -0
  1609. githubkit/versions/ghec_v2022_11_28/types/group_0467.py +35 -0
  1610. githubkit/versions/ghec_v2022_11_28/types/group_0468.py +35 -0
  1611. githubkit/versions/ghec_v2022_11_28/types/group_0469.py +36 -0
  1612. githubkit/versions/ghec_v2022_11_28/types/group_0470.py +162 -0
  1613. githubkit/versions/ghec_v2022_11_28/types/group_0471.py +161 -0
  1614. githubkit/versions/ghec_v2022_11_28/types/group_0472.py +37 -0
  1615. githubkit/versions/ghec_v2022_11_28/types/group_0473.py +130 -0
  1616. githubkit/versions/ghec_v2022_11_28/types/group_0474.py +25 -0
  1617. githubkit/versions/ghec_v2022_11_28/types/group_0475.py +47 -0
  1618. githubkit/versions/ghec_v2022_11_28/types/group_0476.py +75 -0
  1619. githubkit/versions/ghec_v2022_11_28/types/group_0477.py +48 -0
  1620. githubkit/versions/ghec_v2022_11_28/types/group_0478.py +50 -0
  1621. githubkit/versions/ghec_v2022_11_28/types/group_0479.py +92 -0
  1622. githubkit/versions/ghec_v2022_11_28/types/group_0480.py +92 -0
  1623. githubkit/versions/ghec_v2022_11_28/types/group_0481.py +48 -0
  1624. githubkit/versions/ghec_v2022_11_28/types/group_0482.py +102 -0
  1625. githubkit/versions/ghec_v2022_11_28/types/group_0483.py +50 -0
  1626. githubkit/versions/ghec_v2022_11_28/types/group_0484.py +37 -0
  1627. githubkit/versions/ghec_v2022_11_28/types/group_0485.py +94 -0
  1628. githubkit/versions/ghec_v2022_11_28/types/group_0486.py +155 -0
  1629. githubkit/versions/ghec_v2022_11_28/types/group_0487.py +161 -0
  1630. githubkit/versions/ghec_v2022_11_28/types/group_0488.py +69 -0
  1631. githubkit/versions/ghec_v2022_11_28/types/group_0489.py +42 -0
  1632. githubkit/versions/ghec_v2022_11_28/types/group_0490.py +47 -0
  1633. githubkit/versions/ghec_v2022_11_28/types/group_0491.py +93 -0
  1634. githubkit/versions/ghec_v2022_11_28/types/group_0492.py +102 -0
  1635. githubkit/versions/ghec_v2022_11_28/types/group_0493.py +155 -0
  1636. githubkit/versions/ghec_v2022_11_28/types/group_0494.py +44 -0
  1637. githubkit/versions/ghec_v2022_11_28/types/group_0495.py +96 -0
  1638. githubkit/versions/ghec_v2022_11_28/types/group_0496.py +37 -0
  1639. githubkit/versions/ghec_v2022_11_28/types/group_0497.py +94 -0
  1640. githubkit/versions/ghec_v2022_11_28/types/group_0498.py +155 -0
  1641. githubkit/versions/ghec_v2022_11_28/types/group_0499.py +161 -0
  1642. githubkit/versions/ghec_v2022_11_28/types/group_0500.py +69 -0
  1643. githubkit/versions/ghec_v2022_11_28/types/group_0501.py +42 -0
  1644. githubkit/versions/ghec_v2022_11_28/types/group_0502.py +47 -0
  1645. githubkit/versions/ghec_v2022_11_28/types/group_0503.py +93 -0
  1646. githubkit/versions/ghec_v2022_11_28/types/group_0504.py +100 -0
  1647. githubkit/versions/ghec_v2022_11_28/types/group_0505.py +155 -0
  1648. githubkit/versions/ghec_v2022_11_28/types/group_0506.py +44 -0
  1649. githubkit/versions/ghec_v2022_11_28/types/group_0507.py +94 -0
  1650. githubkit/versions/ghec_v2022_11_28/types/group_0508.py +57 -0
  1651. githubkit/versions/ghec_v2022_11_28/types/group_0509.py +94 -0
  1652. githubkit/versions/ghec_v2022_11_28/types/group_0510.py +155 -0
  1653. githubkit/versions/ghec_v2022_11_28/types/group_0511.py +161 -0
  1654. githubkit/versions/ghec_v2022_11_28/types/group_0512.py +69 -0
  1655. githubkit/versions/ghec_v2022_11_28/types/group_0513.py +42 -0
  1656. githubkit/versions/ghec_v2022_11_28/types/group_0514.py +47 -0
  1657. githubkit/versions/ghec_v2022_11_28/types/group_0515.py +92 -0
  1658. githubkit/versions/ghec_v2022_11_28/types/group_0516.py +102 -0
  1659. githubkit/versions/ghec_v2022_11_28/types/group_0517.py +155 -0
  1660. githubkit/versions/ghec_v2022_11_28/types/group_0518.py +44 -0
  1661. githubkit/versions/ghec_v2022_11_28/types/group_0519.py +96 -0
  1662. githubkit/versions/ghec_v2022_11_28/types/group_0520.py +444 -0
  1663. githubkit/versions/ghec_v2022_11_28/types/group_0521.py +35 -0
  1664. githubkit/versions/ghec_v2022_11_28/types/group_0522.py +185 -0
  1665. githubkit/versions/ghec_v2022_11_28/types/group_0523.py +189 -0
  1666. githubkit/versions/ghec_v2022_11_28/types/group_0524.py +42 -0
  1667. githubkit/versions/ghec_v2022_11_28/types/group_0525.py +43 -0
  1668. githubkit/versions/ghec_v2022_11_28/types/group_0526.py +92 -0
  1669. githubkit/versions/ghec_v2022_11_28/types/group_0527.py +102 -0
  1670. githubkit/versions/ghec_v2022_11_28/types/group_0528.py +27 -0
  1671. githubkit/versions/ghec_v2022_11_28/types/group_0529.py +125 -0
  1672. githubkit/versions/ghec_v2022_11_28/types/group_0530.py +40 -0
  1673. githubkit/versions/ghec_v2022_11_28/types/group_0531.py +96 -0
  1674. githubkit/versions/ghec_v2022_11_28/types/group_0532.py +415 -0
  1675. githubkit/versions/ghec_v2022_11_28/types/group_0533.py +475 -0
  1676. githubkit/versions/ghec_v2022_11_28/types/group_0534.py +457 -0
  1677. githubkit/versions/ghec_v2022_11_28/types/group_0535.py +430 -0
  1678. githubkit/versions/ghec_v2022_11_28/types/group_0536.py +418 -0
  1679. githubkit/versions/ghec_v2022_11_28/types/group_0537.py +470 -0
  1680. githubkit/versions/ghec_v2022_11_28/types/group_0538.py +990 -0
  1681. githubkit/versions/ghec_v2022_11_28/types/group_0539.py +414 -0
  1682. githubkit/versions/ghec_v2022_11_28/types/group_0540.py +418 -0
  1683. githubkit/versions/ghec_v2022_11_28/types/group_0541.py +1004 -0
  1684. githubkit/versions/ghec_v2022_11_28/types/group_0542.py +444 -0
  1685. githubkit/versions/ghec_v2022_11_28/types/group_0543.py +430 -0
  1686. githubkit/versions/ghec_v2022_11_28/types/group_0544.py +416 -0
  1687. githubkit/versions/ghec_v2022_11_28/types/group_0545.py +414 -0
  1688. githubkit/versions/ghec_v2022_11_28/types/group_0546.py +49 -0
  1689. githubkit/versions/ghec_v2022_11_28/types/group_0547.py +49 -0
  1690. githubkit/versions/ghec_v2022_11_28/types/group_0548.py +83 -0
  1691. githubkit/versions/ghec_v2022_11_28/types/group_0549.py +124 -0
  1692. githubkit/versions/ghec_v2022_11_28/types/group_0550.py +126 -0
  1693. githubkit/versions/ghec_v2022_11_28/types/group_0551.py +134 -0
  1694. githubkit/versions/ghec_v2022_11_28/types/group_0552.py +138 -0
  1695. githubkit/versions/ghec_v2022_11_28/types/group_0553.py +124 -0
  1696. githubkit/versions/ghec_v2022_11_28/types/group_0554.py +98 -0
  1697. githubkit/versions/ghec_v2022_11_28/types/group_0555.py +90 -0
  1698. githubkit/versions/ghec_v2022_11_28/types/group_0556.py +63 -0
  1699. githubkit/versions/ghec_v2022_11_28/types/group_0557.py +134 -0
  1700. githubkit/versions/ghec_v2022_11_28/types/group_0558.py +134 -0
  1701. githubkit/versions/ghec_v2022_11_28/types/group_0559.py +33 -0
  1702. githubkit/versions/ghec_v2022_11_28/types/group_0560.py +34 -0
  1703. githubkit/versions/ghec_v2022_11_28/types/group_0561.py +120 -0
  1704. githubkit/versions/ghec_v2022_11_28/types/group_0562.py +89 -0
  1705. githubkit/versions/ghec_v2022_11_28/types/group_0563.py +89 -0
  1706. githubkit/versions/ghec_v2022_11_28/types/group_0564.py +89 -0
  1707. githubkit/versions/ghec_v2022_11_28/types/group_0565.py +123 -0
  1708. githubkit/versions/ghec_v2022_11_28/types/group_0566.py +89 -0
  1709. githubkit/versions/ghec_v2022_11_28/types/group_0567.py +63 -0
  1710. githubkit/versions/ghec_v2022_11_28/types/group_0568.py +63 -0
  1711. githubkit/versions/ghec_v2022_11_28/types/group_0569.py +78 -0
  1712. githubkit/versions/ghec_v2022_11_28/types/group_0570.py +78 -0
  1713. githubkit/versions/ghec_v2022_11_28/types/group_0571.py +113 -0
  1714. githubkit/versions/ghec_v2022_11_28/types/group_0572.py +78 -0
  1715. githubkit/versions/ghec_v2022_11_28/types/group_0573.py +93 -0
  1716. githubkit/versions/ghec_v2022_11_28/types/group_0574.py +50 -0
  1717. githubkit/versions/ghec_v2022_11_28/types/group_0575.py +35 -0
  1718. githubkit/versions/ghec_v2022_11_28/types/group_0576.py +80 -0
  1719. githubkit/versions/ghec_v2022_11_28/types/group_0577.py +500 -0
  1720. githubkit/versions/ghec_v2022_11_28/types/group_0578.py +35 -0
  1721. githubkit/versions/ghec_v2022_11_28/types/group_0579.py +78 -0
  1722. githubkit/versions/ghec_v2022_11_28/types/group_0580.py +173 -0
  1723. githubkit/versions/ghec_v2022_11_28/types/group_0581.py +88 -0
  1724. githubkit/versions/ghec_v2022_11_28/types/group_0582.py +31 -0
  1725. githubkit/versions/ghec_v2022_11_28/types/group_0583.py +31 -0
  1726. githubkit/versions/ghec_v2022_11_28/types/group_0584.py +31 -0
  1727. githubkit/versions/ghec_v2022_11_28/types/group_0585.py +31 -0
  1728. githubkit/versions/ghec_v2022_11_28/types/group_0586.py +31 -0
  1729. githubkit/versions/ghec_v2022_11_28/types/group_0587.py +53 -0
  1730. githubkit/versions/ghec_v2022_11_28/types/group_0588.py +24 -0
  1731. githubkit/versions/ghec_v2022_11_28/types/group_0589.py +98 -0
  1732. githubkit/versions/ghec_v2022_11_28/types/group_0590.py +83 -0
  1733. githubkit/versions/ghec_v2022_11_28/types/group_0591.py +83 -0
  1734. githubkit/versions/ghec_v2022_11_28/types/group_0592.py +98 -0
  1735. githubkit/versions/ghec_v2022_11_28/types/group_0593.py +98 -0
  1736. githubkit/versions/ghec_v2022_11_28/types/group_0594.py +64 -0
  1737. githubkit/versions/ghec_v2022_11_28/types/group_0595.py +61 -0
  1738. githubkit/versions/ghec_v2022_11_28/types/group_0596.py +83 -0
  1739. githubkit/versions/ghec_v2022_11_28/types/group_0597.py +52 -0
  1740. githubkit/versions/ghec_v2022_11_28/types/group_0598.py +52 -0
  1741. githubkit/versions/ghec_v2022_11_28/types/group_0599.py +67 -0
  1742. githubkit/versions/ghec_v2022_11_28/types/group_0600.py +52 -0
  1743. githubkit/versions/ghec_v2022_11_28/types/group_0601.py +83 -0
  1744. githubkit/versions/ghec_v2022_11_28/types/group_0602.py +83 -0
  1745. githubkit/versions/ghec_v2022_11_28/types/group_0603.py +109 -0
  1746. githubkit/versions/ghec_v2022_11_28/types/group_0604.py +83 -0
  1747. githubkit/versions/ghec_v2022_11_28/types/group_0605.py +31 -0
  1748. githubkit/versions/ghec_v2022_11_28/types/group_0606.py +34 -0
  1749. githubkit/versions/ghec_v2022_11_28/types/group_0607.py +31 -0
  1750. githubkit/versions/ghec_v2022_11_28/types/group_0608.py +80 -0
  1751. githubkit/versions/ghec_v2022_11_28/types/group_0609.py +50 -0
  1752. githubkit/versions/ghec_v2022_11_28/types/group_0610.py +51 -0
  1753. githubkit/versions/ghec_v2022_11_28/types/group_0611.py +31 -0
  1754. githubkit/versions/ghec_v2022_11_28/types/group_0612.py +31 -0
  1755. githubkit/versions/ghec_v2022_11_28/types/group_0613.py +69 -0
  1756. githubkit/versions/ghec_v2022_11_28/types/group_0614.py +53 -0
  1757. githubkit/versions/ghec_v2022_11_28/types/group_0615.py +50 -0
  1758. githubkit/versions/ghec_v2022_11_28/types/group_0616.py +31 -0
  1759. githubkit/versions/ghec_v2022_11_28/types/group_0617.py +31 -0
  1760. githubkit/versions/ghec_v2022_11_28/types/group_0618.py +973 -0
  1761. githubkit/versions/ghec_v2022_11_28/types/group_0619.py +995 -0
  1762. githubkit/versions/ghec_v2022_11_28/types/group_0620.py +985 -0
  1763. githubkit/versions/ghec_v2022_11_28/types/group_0621.py +36 -0
  1764. githubkit/versions/ghec_v2022_11_28/types/group_0622.py +36 -0
  1765. githubkit/versions/ghec_v2022_11_28/types/group_0623.py +960 -0
  1766. githubkit/versions/ghec_v2022_11_28/types/group_0624.py +946 -0
  1767. githubkit/versions/ghec_v2022_11_28/types/group_0625.py +87 -0
  1768. githubkit/versions/ghec_v2022_11_28/types/group_0626.py +945 -0
  1769. githubkit/versions/ghec_v2022_11_28/types/group_0627.py +955 -0
  1770. githubkit/versions/ghec_v2022_11_28/types/group_0628.py +935 -0
  1771. githubkit/versions/ghec_v2022_11_28/types/group_0629.py +953 -0
  1772. githubkit/versions/ghec_v2022_11_28/types/group_0630.py +36 -0
  1773. githubkit/versions/ghec_v2022_11_28/types/group_0631.py +36 -0
  1774. githubkit/versions/ghec_v2022_11_28/types/group_0632.py +36 -0
  1775. githubkit/versions/ghec_v2022_11_28/types/group_0633.py +1093 -0
  1776. githubkit/versions/ghec_v2022_11_28/types/group_0634.py +1093 -0
  1777. githubkit/versions/ghec_v2022_11_28/types/group_0635.py +1111 -0
  1778. githubkit/versions/ghec_v2022_11_28/types/group_0636.py +1022 -0
  1779. githubkit/versions/ghec_v2022_11_28/types/group_0637.py +994 -0
  1780. githubkit/versions/ghec_v2022_11_28/types/group_0638.py +1064 -0
  1781. githubkit/versions/ghec_v2022_11_28/types/group_0639.py +1081 -0
  1782. githubkit/versions/ghec_v2022_11_28/types/group_0640.py +1044 -0
  1783. githubkit/versions/ghec_v2022_11_28/types/group_0641.py +1058 -0
  1784. githubkit/versions/ghec_v2022_11_28/types/group_0642.py +1022 -0
  1785. githubkit/versions/ghec_v2022_11_28/types/group_0643.py +1100 -0
  1786. githubkit/versions/ghec_v2022_11_28/types/group_0644.py +1110 -0
  1787. githubkit/versions/ghec_v2022_11_28/types/group_0645.py +961 -0
  1788. githubkit/versions/ghec_v2022_11_28/types/group_0646.py +981 -0
  1789. githubkit/versions/ghec_v2022_11_28/types/group_0647.py +963 -0
  1790. githubkit/versions/ghec_v2022_11_28/types/group_0648.py +945 -0
  1791. githubkit/versions/ghec_v2022_11_28/types/group_0649.py +304 -0
  1792. githubkit/versions/ghec_v2022_11_28/types/group_0650.py +35 -0
  1793. githubkit/versions/ghec_v2022_11_28/types/group_0651.py +78 -0
  1794. githubkit/versions/ghec_v2022_11_28/types/group_0652.py +525 -0
  1795. githubkit/versions/ghec_v2022_11_28/types/group_0653.py +35 -0
  1796. githubkit/versions/ghec_v2022_11_28/types/group_0654.py +72 -0
  1797. githubkit/versions/ghec_v2022_11_28/types/group_0655.py +178 -0
  1798. githubkit/versions/ghec_v2022_11_28/types/group_0656.py +161 -0
  1799. githubkit/versions/ghec_v2022_11_28/types/group_0657.py +161 -0
  1800. githubkit/versions/ghec_v2022_11_28/types/group_0658.py +192 -0
  1801. githubkit/versions/ghec_v2022_11_28/types/group_0659.py +161 -0
  1802. githubkit/versions/ghec_v2022_11_28/types/group_0660.py +161 -0
  1803. githubkit/versions/ghec_v2022_11_28/types/group_0661.py +161 -0
  1804. githubkit/versions/ghec_v2022_11_28/types/group_0662.py +161 -0
  1805. githubkit/versions/ghec_v2022_11_28/types/group_0663.py +35 -0
  1806. githubkit/versions/ghec_v2022_11_28/types/group_0664.py +35 -0
  1807. githubkit/versions/ghec_v2022_11_28/types/group_0665.py +33 -0
  1808. githubkit/versions/ghec_v2022_11_28/types/group_0666.py +33 -0
  1809. githubkit/versions/ghec_v2022_11_28/types/group_0667.py +33 -0
  1810. githubkit/versions/ghec_v2022_11_28/types/group_0668.py +46 -0
  1811. githubkit/versions/ghec_v2022_11_28/types/group_0669.py +74 -0
  1812. githubkit/versions/ghec_v2022_11_28/types/group_0670.py +33 -0
  1813. githubkit/versions/ghec_v2022_11_28/types/group_0671.py +33 -0
  1814. githubkit/versions/ghec_v2022_11_28/types/group_0672.py +33 -0
  1815. githubkit/versions/ghec_v2022_11_28/types/group_0673.py +57 -0
  1816. githubkit/versions/ghec_v2022_11_28/types/group_0674.py +35 -0
  1817. githubkit/versions/ghec_v2022_11_28/types/group_0675.py +35 -0
  1818. githubkit/versions/ghec_v2022_11_28/types/group_0676.py +37 -0
  1819. githubkit/versions/ghec_v2022_11_28/types/group_0677.py +45 -0
  1820. githubkit/versions/ghec_v2022_11_28/types/group_0678.py +33 -0
  1821. githubkit/versions/ghec_v2022_11_28/types/group_0679.py +97 -0
  1822. githubkit/versions/ghec_v2022_11_28/types/group_0680.py +87 -0
  1823. githubkit/versions/ghec_v2022_11_28/types/group_0681.py +113 -0
  1824. githubkit/versions/ghec_v2022_11_28/types/group_0682.py +112 -0
  1825. githubkit/versions/ghec_v2022_11_28/types/group_0683.py +33 -0
  1826. githubkit/versions/ghec_v2022_11_28/types/group_0684.py +92 -0
  1827. githubkit/versions/ghec_v2022_11_28/types/group_0685.py +93 -0
  1828. githubkit/versions/ghec_v2022_11_28/types/group_0686.py +92 -0
  1829. githubkit/versions/ghec_v2022_11_28/types/group_0687.py +94 -0
  1830. githubkit/versions/ghec_v2022_11_28/types/group_0688.py +35 -0
  1831. githubkit/versions/ghec_v2022_11_28/types/group_0689.py +236 -0
  1832. githubkit/versions/ghec_v2022_11_28/types/group_0690.py +21 -0
  1833. githubkit/versions/ghec_v2022_11_28/types/group_0691.py +35 -0
  1834. githubkit/versions/ghec_v2022_11_28/types/group_0692.py +35 -0
  1835. githubkit/versions/ghec_v2022_11_28/types/group_0693.py +35 -0
  1836. githubkit/versions/ghec_v2022_11_28/types/group_0694.py +35 -0
  1837. githubkit/versions/ghec_v2022_11_28/types/group_0695.py +137 -0
  1838. githubkit/versions/ghec_v2022_11_28/types/group_0696.py +137 -0
  1839. githubkit/versions/ghec_v2022_11_28/types/group_0697.py +137 -0
  1840. githubkit/versions/ghec_v2022_11_28/types/group_0698.py +33 -0
  1841. githubkit/versions/ghec_v2022_11_28/types/group_0699.py +23 -0
  1842. githubkit/versions/ghec_v2022_11_28/types/group_0700.py +24 -0
  1843. githubkit/versions/ghec_v2022_11_28/types/group_0701.py +151 -0
  1844. githubkit/versions/ghec_v2022_11_28/types/group_0702.py +149 -0
  1845. githubkit/versions/ghec_v2022_11_28/types/group_0703.py +162 -0
  1846. githubkit/versions/ghec_v2022_11_28/types/group_0704.py +156 -0
  1847. githubkit/versions/ghec_v2022_11_28/types/group_0705.py +189 -0
  1848. githubkit/versions/ghec_v2022_11_28/types/group_0706.py +186 -0
  1849. githubkit/versions/ghec_v2022_11_28/types/group_0707.py +34 -0
  1850. githubkit/versions/ghec_v2022_11_28/types/group_0708.py +34 -0
  1851. githubkit/versions/ghec_v2022_11_28/types/group_0709.py +209 -0
  1852. githubkit/versions/ghec_v2022_11_28/types/group_0710.py +29 -0
  1853. githubkit/versions/ghec_v2022_11_28/types/group_0711.py +23 -0
  1854. githubkit/versions/ghec_v2022_11_28/types/group_0712.py +29 -0
  1855. githubkit/versions/ghec_v2022_11_28/types/group_0713.py +23 -0
  1856. githubkit/versions/ghec_v2022_11_28/types/group_0714.py +78 -0
  1857. githubkit/versions/ghec_v2022_11_28/types/group_0715.py +241 -0
  1858. githubkit/versions/ghec_v2022_11_28/types/group_0716.py +239 -0
  1859. githubkit/versions/ghec_v2022_11_28/types/group_0717.py +239 -0
  1860. githubkit/versions/ghec_v2022_11_28/types/group_0718.py +307 -0
  1861. githubkit/versions/ghec_v2022_11_28/types/group_0719.py +243 -0
  1862. githubkit/versions/ghec_v2022_11_28/types/group_0720.py +33 -0
  1863. githubkit/versions/ghec_v2022_11_28/types/group_0721.py +42 -0
  1864. githubkit/versions/ghec_v2022_11_28/types/group_0722.py +87 -0
  1865. githubkit/versions/ghec_v2022_11_28/types/group_0723.py +73 -0
  1866. githubkit/versions/ghec_v2022_11_28/types/group_0724.py +65 -0
  1867. githubkit/versions/ghec_v2022_11_28/types/group_0725.py +79 -0
  1868. githubkit/versions/ghec_v2022_11_28/types/group_0726.py +62 -0
  1869. githubkit/versions/ghec_v2022_11_28/types/group_0727.py +58 -0
  1870. githubkit/versions/ghec_v2022_11_28/types/group_0728.py +80 -0
  1871. githubkit/versions/ghec_v2022_11_28/types/group_0729.py +80 -0
  1872. githubkit/versions/ghec_v2022_11_28/types/group_0730.py +444 -0
  1873. githubkit/versions/ghec_v2022_11_28/types/group_0731.py +447 -0
  1874. githubkit/versions/ghec_v2022_11_28/types/group_0732.py +445 -0
  1875. githubkit/versions/ghec_v2022_11_28/types/group_0733.py +42 -0
  1876. githubkit/versions/ghec_v2022_11_28/types/group_0734.py +25 -0
  1877. githubkit/versions/ghec_v2022_11_28/types/group_0735.py +25 -0
  1878. githubkit/versions/ghec_v2022_11_28/types/group_0736.py +19 -0
  1879. githubkit/versions/ghec_v2022_11_28/types/group_0737.py +26 -0
  1880. githubkit/versions/ghec_v2022_11_28/types/group_0738.py +21 -0
  1881. githubkit/versions/ghec_v2022_11_28/types/group_0739.py +21 -0
  1882. githubkit/versions/ghec_v2022_11_28/types/group_0740.py +21 -0
  1883. githubkit/versions/ghec_v2022_11_28/types/group_0741.py +21 -0
  1884. githubkit/versions/ghec_v2022_11_28/types/group_0742.py +29 -0
  1885. githubkit/versions/ghec_v2022_11_28/types/group_0743.py +19 -0
  1886. githubkit/versions/ghec_v2022_11_28/types/group_0744.py +23 -0
  1887. githubkit/versions/ghec_v2022_11_28/types/group_0745.py +25 -0
  1888. githubkit/versions/ghec_v2022_11_28/types/group_0746.py +22 -0
  1889. githubkit/versions/ghec_v2022_11_28/types/group_0747.py +41 -0
  1890. githubkit/versions/ghec_v2022_11_28/types/group_0748.py +28 -0
  1891. githubkit/versions/ghec_v2022_11_28/types/group_0749.py +26 -0
  1892. githubkit/versions/ghec_v2022_11_28/types/group_0750.py +29 -0
  1893. githubkit/versions/ghec_v2022_11_28/types/group_0751.py +26 -0
  1894. githubkit/versions/ghec_v2022_11_28/types/group_0752.py +29 -0
  1895. githubkit/versions/ghec_v2022_11_28/types/group_0753.py +24 -0
  1896. githubkit/versions/ghec_v2022_11_28/types/group_0754.py +25 -0
  1897. githubkit/versions/ghec_v2022_11_28/types/group_0755.py +25 -0
  1898. githubkit/versions/ghec_v2022_11_28/types/group_0756.py +26 -0
  1899. githubkit/versions/ghec_v2022_11_28/types/group_0757.py +25 -0
  1900. githubkit/versions/ghec_v2022_11_28/types/group_0758.py +22 -0
  1901. githubkit/versions/ghec_v2022_11_28/types/group_0759.py +22 -0
  1902. githubkit/versions/ghec_v2022_11_28/types/group_0760.py +25 -0
  1903. githubkit/versions/ghec_v2022_11_28/types/group_0761.py +23 -0
  1904. githubkit/versions/ghec_v2022_11_28/types/group_0762.py +28 -0
  1905. githubkit/versions/ghec_v2022_11_28/types/group_0763.py +37 -0
  1906. githubkit/versions/ghec_v2022_11_28/types/group_0764.py +35 -0
  1907. githubkit/versions/ghec_v2022_11_28/types/group_0765.py +42 -0
  1908. githubkit/versions/ghec_v2022_11_28/types/group_0766.py +21 -0
  1909. githubkit/versions/ghec_v2022_11_28/types/group_0767.py +21 -0
  1910. githubkit/versions/ghec_v2022_11_28/types/group_0768.py +19 -0
  1911. githubkit/versions/ghec_v2022_11_28/types/group_0769.py +26 -0
  1912. githubkit/versions/ghec_v2022_11_28/types/group_0770.py +24 -0
  1913. githubkit/versions/ghec_v2022_11_28/types/group_0771.py +23 -0
  1914. githubkit/versions/ghec_v2022_11_28/types/group_0772.py +21 -0
  1915. githubkit/versions/ghec_v2022_11_28/types/group_0773.py +21 -0
  1916. githubkit/versions/ghec_v2022_11_28/types/group_0774.py +25 -0
  1917. githubkit/versions/ghec_v2022_11_28/types/group_0775.py +55 -0
  1918. githubkit/versions/ghec_v2022_11_28/types/group_0776.py +37 -0
  1919. githubkit/versions/ghec_v2022_11_28/types/group_0777.py +23 -0
  1920. githubkit/versions/ghec_v2022_11_28/types/group_0778.py +25 -0
  1921. githubkit/versions/ghec_v2022_11_28/types/group_0779.py +22 -0
  1922. githubkit/versions/ghec_v2022_11_28/types/group_0780.py +43 -0
  1923. githubkit/versions/ghec_v2022_11_28/types/group_0781.py +28 -0
  1924. githubkit/versions/ghec_v2022_11_28/types/group_0782.py +26 -0
  1925. githubkit/versions/ghec_v2022_11_28/types/group_0783.py +25 -0
  1926. githubkit/versions/ghec_v2022_11_28/types/group_0784.py +22 -0
  1927. githubkit/versions/ghec_v2022_11_28/types/group_0785.py +25 -0
  1928. githubkit/versions/ghec_v2022_11_28/types/group_0786.py +22 -0
  1929. githubkit/versions/ghec_v2022_11_28/types/group_0787.py +25 -0
  1930. githubkit/versions/ghec_v2022_11_28/types/group_0788.py +25 -0
  1931. githubkit/versions/ghec_v2022_11_28/types/group_0789.py +22 -0
  1932. githubkit/versions/ghec_v2022_11_28/types/group_0790.py +22 -0
  1933. githubkit/versions/ghec_v2022_11_28/types/group_0791.py +40 -0
  1934. githubkit/versions/ghec_v2022_11_28/types/group_0792.py +25 -0
  1935. githubkit/versions/ghec_v2022_11_28/types/group_0793.py +25 -0
  1936. githubkit/versions/ghec_v2022_11_28/types/group_0794.py +22 -0
  1937. githubkit/versions/ghec_v2022_11_28/types/group_0795.py +41 -0
  1938. githubkit/versions/ghec_v2022_11_28/types/group_0796.py +25 -0
  1939. githubkit/versions/ghec_v2022_11_28/types/group_0797.py +25 -0
  1940. githubkit/versions/ghec_v2022_11_28/types/group_0798.py +25 -0
  1941. githubkit/versions/ghec_v2022_11_28/types/group_0799.py +22 -0
  1942. githubkit/versions/ghec_v2022_11_28/types/group_0800.py +25 -0
  1943. githubkit/versions/ghec_v2022_11_28/types/group_0801.py +28 -0
  1944. githubkit/versions/ghec_v2022_11_28/types/group_0802.py +22 -0
  1945. githubkit/versions/ghec_v2022_11_28/types/group_0803.py +22 -0
  1946. githubkit/versions/ghec_v2022_11_28/types/group_0804.py +40 -0
  1947. githubkit/versions/ghec_v2022_11_28/types/group_0805.py +25 -0
  1948. githubkit/versions/ghec_v2022_11_28/types/group_0806.py +25 -0
  1949. githubkit/versions/ghec_v2022_11_28/types/group_0807.py +22 -0
  1950. githubkit/versions/ghec_v2022_11_28/types/group_0808.py +22 -0
  1951. githubkit/versions/ghec_v2022_11_28/types/group_0809.py +24 -0
  1952. githubkit/versions/ghec_v2022_11_28/types/group_0810.py +22 -0
  1953. githubkit/versions/ghec_v2022_11_28/types/group_0811.py +24 -0
  1954. githubkit/versions/ghec_v2022_11_28/types/group_0812.py +22 -0
  1955. githubkit/versions/ghec_v2022_11_28/types/group_0813.py +24 -0
  1956. githubkit/versions/ghec_v2022_11_28/types/group_0814.py +22 -0
  1957. githubkit/versions/ghec_v2022_11_28/types/group_0815.py +24 -0
  1958. githubkit/versions/ghec_v2022_11_28/types/group_0816.py +25 -0
  1959. githubkit/versions/ghec_v2022_11_28/types/group_0817.py +40 -0
  1960. githubkit/versions/ghec_v2022_11_28/types/group_0818.py +25 -0
  1961. githubkit/versions/ghec_v2022_11_28/types/group_0819.py +25 -0
  1962. githubkit/versions/ghec_v2022_11_28/types/group_0820.py +22 -0
  1963. githubkit/versions/ghec_v2022_11_28/types/group_0821.py +42 -0
  1964. githubkit/versions/ghec_v2022_11_28/types/group_0822.py +40 -0
  1965. githubkit/versions/ghec_v2022_11_28/types/group_0823.py +25 -0
  1966. githubkit/versions/ghec_v2022_11_28/types/group_0824.py +25 -0
  1967. githubkit/versions/ghec_v2022_11_28/types/group_0825.py +19 -0
  1968. githubkit/versions/ghec_v2022_11_28/types/group_0826.py +25 -0
  1969. githubkit/versions/ghec_v2022_11_28/types/group_0827.py +25 -0
  1970. githubkit/versions/ghec_v2022_11_28/types/group_0828.py +22 -0
  1971. githubkit/versions/ghec_v2022_11_28/types/group_0829.py +30 -0
  1972. githubkit/versions/ghec_v2022_11_28/types/group_0830.py +24 -0
  1973. githubkit/versions/ghec_v2022_11_28/types/group_0831.py +24 -0
  1974. githubkit/versions/ghec_v2022_11_28/types/group_0832.py +21 -0
  1975. githubkit/versions/ghec_v2022_11_28/types/group_0833.py +19 -0
  1976. githubkit/versions/ghec_v2022_11_28/types/group_0834.py +22 -0
  1977. githubkit/versions/ghec_v2022_11_28/types/group_0835.py +24 -0
  1978. githubkit/versions/ghec_v2022_11_28/types/group_0836.py +23 -0
  1979. githubkit/versions/ghec_v2022_11_28/types/group_0837.py +23 -0
  1980. githubkit/versions/ghec_v2022_11_28/types/group_0838.py +22 -0
  1981. githubkit/versions/ghec_v2022_11_28/types/group_0839.py +22 -0
  1982. githubkit/versions/ghec_v2022_11_28/types/group_0840.py +24 -0
  1983. githubkit/versions/ghec_v2022_11_28/types/group_0841.py +26 -0
  1984. githubkit/versions/ghec_v2022_11_28/types/group_0842.py +25 -0
  1985. githubkit/versions/ghec_v2022_11_28/types/group_0843.py +59 -0
  1986. githubkit/versions/ghec_v2022_11_28/types/group_0844.py +75 -0
  1987. githubkit/versions/ghec_v2022_11_28/types/group_0845.py +75 -0
  1988. githubkit/versions/ghec_v2022_11_28/types/group_0846.py +31 -0
  1989. githubkit/versions/ghec_v2022_11_28/types/group_0847.py +29 -0
  1990. githubkit/versions/ghec_v2022_11_28/types/group_0848.py +23 -0
  1991. githubkit/versions/ghec_v2022_11_28/types/group_0849.py +22 -0
  1992. githubkit/versions/ghec_v2022_11_28/types/group_0850.py +21 -0
  1993. githubkit/versions/ghec_v2022_11_28/types/group_0851.py +25 -0
  1994. githubkit/versions/ghec_v2022_11_28/types/group_0852.py +30 -0
  1995. githubkit/versions/ghec_v2022_11_28/types/group_0853.py +24 -0
  1996. githubkit/versions/ghec_v2022_11_28/types/group_0854.py +21 -0
  1997. githubkit/versions/ghec_v2022_11_28/types/group_0855.py +22 -0
  1998. githubkit/versions/ghec_v2022_11_28/types/group_0856.py +22 -0
  1999. githubkit/versions/ghec_v2022_11_28/types/group_0857.py +22 -0
  2000. githubkit/versions/ghec_v2022_11_28/types/group_0858.py +21 -0
  2001. githubkit/versions/ghec_v2022_11_28/types/group_0859.py +35 -0
  2002. githubkit/versions/ghec_v2022_11_28/types/group_0860.py +22 -0
  2003. githubkit/versions/ghec_v2022_11_28/types/group_0861.py +24 -0
  2004. githubkit/versions/ghec_v2022_11_28/types/group_0862.py +23 -0
  2005. githubkit/versions/ghec_v2022_11_28/types/group_0863.py +22 -0
  2006. githubkit/versions/ghec_v2022_11_28/types/group_0864.py +19 -0
  2007. githubkit/versions/ghec_v2022_11_28/types/group_0865.py +38 -0
  2008. githubkit/versions/ghec_v2022_11_28/types/group_0866.py +37 -0
  2009. githubkit/versions/ghec_v2022_11_28/types/group_0867.py +21 -0
  2010. githubkit/versions/ghec_v2022_11_28/types/group_0868.py +22 -0
  2011. githubkit/versions/ghec_v2022_11_28/types/group_0869.py +22 -0
  2012. githubkit/versions/ghec_v2022_11_28/types/group_0870.py +37 -0
  2013. githubkit/versions/ghec_v2022_11_28/types/group_0871.py +21 -0
  2014. githubkit/versions/ghec_v2022_11_28/types/group_0872.py +19 -0
  2015. githubkit/versions/ghec_v2022_11_28/types/group_0873.py +24 -0
  2016. githubkit/versions/ghec_v2022_11_28/types/group_0874.py +26 -0
  2017. githubkit/versions/ghec_v2022_11_28/types/group_0875.py +24 -0
  2018. githubkit/versions/ghec_v2022_11_28/types/group_0876.py +22 -0
  2019. githubkit/versions/ghec_v2022_11_28/types/group_0877.py +21 -0
  2020. githubkit/versions/ghec_v2022_11_28/types/group_0878.py +22 -0
  2021. githubkit/versions/ghec_v2022_11_28/types/group_0879.py +141 -0
  2022. githubkit/versions/ghec_v2022_11_28/types/group_0880.py +25 -0
  2023. githubkit/versions/ghec_v2022_11_28/types/group_0881.py +21 -0
  2024. githubkit/versions/ghec_v2022_11_28/types/group_0882.py +26 -0
  2025. githubkit/versions/ghec_v2022_11_28/types/group_0883.py +25 -0
  2026. githubkit/versions/ghec_v2022_11_28/types/group_0884.py +25 -0
  2027. githubkit/versions/ghec_v2022_11_28/types/group_0885.py +23 -0
  2028. githubkit/versions/ghec_v2022_11_28/types/group_0886.py +25 -0
  2029. githubkit/versions/ghec_v2022_11_28/types/group_0887.py +25 -0
  2030. githubkit/versions/ghec_v2022_11_28/types/group_0888.py +22 -0
  2031. githubkit/versions/ghec_v2022_11_28/types/group_0889.py +22 -0
  2032. githubkit/versions/ghec_v2022_11_28/types/group_0890.py +25 -0
  2033. githubkit/versions/ghec_v2022_11_28/types/group_0891.py +25 -0
  2034. githubkit/versions/ghec_v2022_11_28/types/group_0892.py +27 -0
  2035. githubkit/versions/ghec_v2022_11_28/types/group_0893.py +25 -0
  2036. githubkit/versions/ghec_v2022_11_28/types/group_0894.py +24 -0
  2037. githubkit/versions/ghec_v2022_11_28/types/group_0895.py +21 -0
  2038. githubkit/versions/ghec_v2022_11_28/types/group_0896.py +21 -0
  2039. githubkit/versions/ghec_v2022_11_28/types/group_0897.py +25 -0
  2040. githubkit/versions/ghec_v2022_11_28/types/group_0898.py +22 -0
  2041. githubkit/versions/ghec_v2022_11_28/types/group_0899.py +25 -0
  2042. githubkit/versions/ghec_v2022_11_28/types/group_0900.py +22 -0
  2043. githubkit/versions/ghec_v2022_11_28/types/group_0901.py +22 -0
  2044. githubkit/versions/ghec_v2022_11_28/types/group_0902.py +48 -0
  2045. githubkit/versions/ghec_v2022_11_28/types/group_0903.py +38 -0
  2046. githubkit/versions/ghec_v2022_11_28/types/group_0904.py +25 -0
  2047. githubkit/versions/ghec_v2022_11_28/types/group_0905.py +23 -0
  2048. githubkit/versions/ghec_v2022_11_28/types/group_0906.py +140 -0
  2049. githubkit/versions/ghec_v2022_11_28/types/group_0907.py +68 -0
  2050. githubkit/versions/ghec_v2022_11_28/types/group_0908.py +44 -0
  2051. githubkit/versions/ghec_v2022_11_28/types/group_0909.py +30 -0
  2052. githubkit/versions/ghec_v2022_11_28/types/group_0910.py +30 -0
  2053. githubkit/versions/ghec_v2022_11_28/types/group_0911.py +31 -0
  2054. githubkit/versions/ghec_v2022_11_28/types/group_0912.py +28 -0
  2055. githubkit/versions/ghec_v2022_11_28/types/group_0913.py +28 -0
  2056. githubkit/versions/ghec_v2022_11_28/types/group_0914.py +30 -0
  2057. githubkit/versions/ghec_v2022_11_28/types/group_0915.py +28 -0
  2058. githubkit/versions/ghec_v2022_11_28/types/group_0916.py +28 -0
  2059. githubkit/versions/ghec_v2022_11_28/types/group_0917.py +30 -0
  2060. githubkit/versions/ghec_v2022_11_28/types/group_0918.py +28 -0
  2061. githubkit/versions/ghec_v2022_11_28/types/group_0919.py +28 -0
  2062. githubkit/versions/ghec_v2022_11_28/types/group_0920.py +30 -0
  2063. githubkit/versions/ghec_v2022_11_28/types/group_0921.py +21 -0
  2064. githubkit/versions/ghec_v2022_11_28/types/group_0922.py +70 -0
  2065. githubkit/versions/ghec_v2022_11_28/types/group_0923.py +46 -0
  2066. githubkit/versions/ghec_v2022_11_28/types/group_0924.py +48 -0
  2067. githubkit/versions/ghec_v2022_11_28/types/group_0925.py +76 -0
  2068. githubkit/versions/ghec_v2022_11_28/types/group_0926.py +47 -0
  2069. githubkit/versions/ghec_v2022_11_28/types/group_0927.py +49 -0
  2070. githubkit/versions/ghec_v2022_11_28/types/group_0928.py +21 -0
  2071. githubkit/versions/ghec_v2022_11_28/types/group_0929.py +38 -0
  2072. githubkit/versions/ghec_v2022_11_28/types/group_0930.py +25 -0
  2073. githubkit/versions/ghec_v2022_11_28/types/group_0931.py +26 -0
  2074. githubkit/versions/ghec_v2022_11_28/types/group_0932.py +28 -0
  2075. githubkit/versions/ghec_v2022_11_28/types/group_0933.py +25 -0
  2076. githubkit/versions/ghec_v2022_11_28/types/group_0934.py +32 -0
  2077. githubkit/versions/ghec_v2022_11_28/types/group_0935.py +38 -0
  2078. githubkit/versions/ghec_v2022_11_28/types/group_0936.py +25 -0
  2079. githubkit/versions/ghec_v2022_11_28/types/group_0937.py +35 -0
  2080. githubkit/versions/ghec_v2022_11_28/types/group_0938.py +38 -0
  2081. githubkit/versions/ghec_v2022_11_28/types/group_0939.py +22 -0
  2082. githubkit/versions/ghec_v2022_11_28/types/group_0940.py +21 -0
  2083. githubkit/versions/ghec_v2022_11_28/types/group_0941.py +21 -0
  2084. githubkit/versions/ghec_v2022_11_28/types/group_0942.py +24 -0
  2085. githubkit/versions/ghec_v2022_11_28/types/group_0943.py +24 -0
  2086. githubkit/versions/ghec_v2022_11_28/types/group_0944.py +25 -0
  2087. githubkit/versions/ghec_v2022_11_28/types/group_0945.py +53 -0
  2088. githubkit/versions/ghec_v2022_11_28/types/group_0946.py +49 -0
  2089. githubkit/versions/ghec_v2022_11_28/types/group_0947.py +28 -0
  2090. githubkit/versions/ghec_v2022_11_28/types/group_0948.py +38 -0
  2091. githubkit/versions/ghec_v2022_11_28/types/group_0949.py +22 -0
  2092. githubkit/versions/ghec_v2022_11_28/types/group_0950.py +24 -0
  2093. githubkit/versions/ghec_v2022_11_28/types/group_0951.py +39 -0
  2094. githubkit/versions/ghec_v2022_11_28/types/group_0952.py +21 -0
  2095. githubkit/versions/ghec_v2022_11_28/types/group_0953.py +30 -0
  2096. githubkit/versions/ghec_v2022_11_28/types/group_0954.py +33 -0
  2097. githubkit/versions/ghec_v2022_11_28/types/group_0955.py +46 -0
  2098. githubkit/versions/ghec_v2022_11_28/types/group_0956.py +40 -0
  2099. githubkit/versions/ghec_v2022_11_28/types/group_0957.py +25 -0
  2100. githubkit/versions/ghec_v2022_11_28/types/group_0958.py +33 -0
  2101. githubkit/versions/ghec_v2022_11_28/types/group_0959.py +25 -0
  2102. githubkit/versions/ghec_v2022_11_28/types/group_0960.py +22 -0
  2103. githubkit/versions/ghec_v2022_11_28/types/group_0961.py +25 -0
  2104. githubkit/versions/ghec_v2022_11_28/types/group_0962.py +22 -0
  2105. githubkit/versions/ghec_v2022_11_28/types/group_0963.py +22 -0
  2106. githubkit/versions/ghec_v2022_11_28/types/group_0964.py +23 -0
  2107. githubkit/versions/ghec_v2022_11_28/types/group_0965.py +22 -0
  2108. githubkit/versions/ghec_v2022_11_28/types/group_0966.py +58 -0
  2109. githubkit/versions/ghec_v2022_11_28/types/group_0967.py +22 -0
  2110. githubkit/versions/ghec_v2022_11_28/types/group_0968.py +22 -0
  2111. githubkit/versions/ghec_v2022_11_28/types/group_0969.py +41 -0
  2112. githubkit/versions/ghec_v2022_11_28/types/group_0970.py +36 -0
  2113. githubkit/versions/ghec_v2022_11_28/types/group_0971.py +40 -0
  2114. githubkit/versions/ghec_v2022_11_28/types/group_0972.py +28 -0
  2115. githubkit/versions/ghec_v2022_11_28/types/group_0973.py +25 -0
  2116. githubkit/versions/ghec_v2022_11_28/types/group_0974.py +26 -0
  2117. githubkit/versions/ghec_v2022_11_28/types/group_0975.py +25 -0
  2118. githubkit/versions/ghec_v2022_11_28/types/group_0976.py +22 -0
  2119. githubkit/versions/ghec_v2022_11_28/types/group_0977.py +22 -0
  2120. githubkit/versions/ghec_v2022_11_28/types/group_0978.py +19 -0
  2121. githubkit/versions/ghec_v2022_11_28/types/group_0979.py +22 -0
  2122. githubkit/versions/ghec_v2022_11_28/types/group_0980.py +41 -0
  2123. githubkit/versions/ghec_v2022_11_28/types/group_0981.py +21 -0
  2124. githubkit/versions/ghec_v2022_11_28/types/group_0982.py +24 -0
  2125. githubkit/versions/ghec_v2022_11_28/types/group_0983.py +49 -0
  2126. githubkit/versions/ghec_v2022_11_28/types/group_0984.py +22 -0
  2127. githubkit/versions/ghec_v2022_11_28/types/group_0985.py +22 -0
  2128. githubkit/versions/ghec_v2022_11_28/types/group_0986.py +21 -0
  2129. githubkit/versions/ghec_v2022_11_28/types/group_0987.py +22 -0
  2130. githubkit/versions/ghec_v2022_11_28/types/group_0988.py +33 -0
  2131. githubkit/versions/ghec_v2022_11_28/types/group_0989.py +21 -0
  2132. githubkit/versions/ghec_v2022_11_28/types/group_0990.py +22 -0
  2133. githubkit/versions/ghec_v2022_11_28/types/group_0991.py +33 -0
  2134. githubkit/versions/ghec_v2022_11_28/types/group_0992.py +21 -0
  2135. githubkit/versions/ghec_v2022_11_28/types/group_0993.py +22 -0
  2136. githubkit/versions/ghec_v2022_11_28/types/group_0994.py +24 -0
  2137. githubkit/versions/ghec_v2022_11_28/types/group_0995.py +23 -0
  2138. githubkit/versions/ghec_v2022_11_28/types/group_0996.py +23 -0
  2139. githubkit/versions/ghec_v2022_11_28/types/group_0997.py +23 -0
  2140. githubkit/versions/ghec_v2022_11_28/types/group_0998.py +21 -0
  2141. githubkit/versions/ghec_v2022_11_28/types/group_0999.py +23 -0
  2142. githubkit/versions/ghec_v2022_11_28/types/group_1000.py +26 -0
  2143. githubkit/versions/ghec_v2022_11_28/types/group_1001.py +26 -0
  2144. githubkit/versions/ghec_v2022_11_28/types/group_1002.py +22 -0
  2145. githubkit/versions/ghec_v2022_11_28/types/group_1003.py +22 -0
  2146. githubkit/versions/ghec_v2022_11_28/types/group_1004.py +26 -0
  2147. githubkit/versions/ghec_v2022_11_28/types/group_1005.py +33 -0
  2148. githubkit/versions/ghec_v2022_11_28/types/group_1006.py +31 -0
  2149. githubkit/versions/ghec_v2022_11_28/types/group_1007.py +33 -0
  2150. githubkit/versions/ghec_v2022_11_28/types/group_1008.py +33 -0
  2151. githubkit/versions/ghec_v2022_11_28/types/group_1009.py +33 -0
  2152. githubkit/versions/ghec_v2022_11_28/types/group_1010.py +26 -0
  2153. githubkit/versions/ghec_v2022_11_28/types/group_1011.py +25 -0
  2154. githubkit/versions/ghec_v2022_11_28/types/group_1012.py +25 -0
  2155. githubkit/versions/ghec_v2022_11_28/types/group_1013.py +28 -0
  2156. githubkit/versions/ghec_v2022_11_28/types/group_1014.py +21 -0
  2157. githubkit/versions/ghec_v2022_11_28/types/group_1015.py +22 -0
  2158. githubkit/versions/ghec_v2022_11_28/types/group_1016.py +24 -0
  2159. githubkit/versions/ghec_v2022_11_28/types/group_1017.py +28 -0
  2160. githubkit/versions/ghec_v2022_11_28/types/group_1018.py +21 -0
  2161. githubkit/versions/ghec_v2022_11_28/types/group_1019.py +24 -0
  2162. githubkit/versions/ghec_v2022_11_28/types/group_1020.py +26 -0
  2163. githubkit/versions/ghec_v2022_11_28/types/group_1021.py +31 -0
  2164. githubkit/versions/ghec_v2022_11_28/types/group_1022.py +31 -0
  2165. githubkit/versions/ghec_v2022_11_28/types/group_1023.py +21 -0
  2166. githubkit/versions/ghec_v2022_11_28/types/group_1024.py +25 -0
  2167. githubkit/versions/ghec_v2022_11_28/types/group_1025.py +22 -0
  2168. githubkit/versions/ghec_v2022_11_28/types/group_1026.py +22 -0
  2169. githubkit/versions/ghec_v2022_11_28/types/group_1027.py +23 -0
  2170. githubkit/versions/ghec_v2022_11_28/types/group_1028.py +23 -0
  2171. githubkit/versions/ghec_v2022_11_28/types/group_1029.py +23 -0
  2172. githubkit/versions/ghec_v2022_11_28/types/group_1030.py +42 -0
  2173. githubkit/versions/ghec_v2022_11_28/types/group_1031.py +21 -0
  2174. githubkit/versions/ghec_v2022_11_28/types/group_1032.py +23 -0
  2175. githubkit/versions/ghec_v2022_11_28/types/group_1033.py +23 -0
  2176. githubkit/versions/ghec_v2022_11_28/types/group_1034.py +21 -0
  2177. githubkit/versions/ghec_v2022_11_28/types/group_1035.py +22 -0
  2178. githubkit/versions/ghec_v2022_11_28/types/group_1036.py +30 -0
  2179. githubkit/versions/ghec_v2022_11_28/types/group_1037.py +23 -0
  2180. githubkit/versions/ghec_v2022_11_28/types/group_1038.py +24 -0
  2181. githubkit/versions/ghec_v2022_11_28/types/group_1039.py +29 -0
  2182. githubkit/versions/ghec_v2022_11_28/types/group_1040.py +22 -0
  2183. githubkit/versions/ghec_v2022_11_28/types/group_1041.py +67 -0
  2184. githubkit/versions/ghec_v2022_11_28/types/group_1042.py +67 -0
  2185. githubkit/versions/ghec_v2022_11_28/types/group_1043.py +26 -0
  2186. githubkit/versions/ghec_v2022_11_28/types/group_1044.py +25 -0
  2187. githubkit/versions/ghec_v2022_11_28/types/group_1045.py +22 -0
  2188. githubkit/versions/ghec_v2022_11_28/types/group_1046.py +21 -0
  2189. githubkit/versions/ghec_v2022_11_28/types/group_1047.py +22 -0
  2190. githubkit/versions/ghec_v2022_11_28/types/group_1048.py +24 -0
  2191. githubkit/versions/ghec_v2022_11_28/types/group_1049.py +25 -0
  2192. githubkit/versions/ghec_v2022_11_28/types/group_1050.py +53 -0
  2193. githubkit/versions/ghec_v2022_11_28/types/group_1051.py +53 -0
  2194. githubkit/versions/ghec_v2022_11_28/types/group_1052.py +69 -0
  2195. githubkit/versions/ghec_v2022_11_28/types/group_1053.py +29 -0
  2196. githubkit/versions/ghec_v2022_11_28/types/group_1054.py +23 -0
  2197. githubkit/versions/ghec_v2022_11_28/types/group_1055.py +22 -0
  2198. githubkit/versions/ghec_v2022_11_28/types/group_1056.py +21 -0
  2199. githubkit/versions/ghec_v2022_11_28/types/group_1057.py +23 -0
  2200. githubkit/versions/ghec_v2022_11_28/types/group_1058.py +28 -0
  2201. githubkit/versions/ghec_v2022_11_28/types/group_1059.py +24 -0
  2202. githubkit/versions/ghec_v2022_11_28/types/group_1060.py +22 -0
  2203. githubkit/versions/ghec_v2022_11_28/types/group_1061.py +22 -0
  2204. githubkit/versions/ghec_v2022_11_28/types/group_1062.py +22 -0
  2205. githubkit/versions/ghec_v2022_11_28/types/group_1063.py +22 -0
  2206. githubkit/versions/ghec_v2022_11_28/types/group_1064.py +37 -0
  2207. githubkit/versions/ghec_v2022_11_28/types/group_1065.py +29 -0
  2208. githubkit/versions/ghec_v2022_11_28/types/group_1066.py +25 -0
  2209. githubkit/versions/ghec_v2022_11_28/types/group_1067.py +33 -0
  2210. githubkit/versions/ghec_v2022_11_28/types/group_1068.py +41 -0
  2211. githubkit/versions/ghec_v2022_11_28/types/group_1069.py +40 -0
  2212. githubkit/versions/ghec_v2022_11_28/types/group_1070.py +24 -0
  2213. githubkit/versions/ghec_v2022_11_28/types/group_1071.py +25 -0
  2214. githubkit/versions/ghec_v2022_11_28/types/group_1072.py +22 -0
  2215. githubkit/versions/ghec_v2022_11_28/types/group_1073.py +24 -0
  2216. githubkit/versions/ghec_v2022_11_28/types/group_1074.py +25 -0
  2217. githubkit/versions/ghec_v2022_11_28/types/group_1075.py +22 -0
  2218. githubkit/versions/ghec_v2022_11_28/types/group_1076.py +22 -0
  2219. githubkit/versions/ghec_v2022_11_28/types/group_1077.py +26 -0
  2220. githubkit/versions/ghec_v2022_11_28/types/group_1078.py +31 -0
  2221. githubkit/versions/ghec_v2022_11_28/types/group_1079.py +22 -0
  2222. githubkit/versions/ghec_v2022_11_28/types/group_1080.py +25 -0
  2223. githubkit/versions/ghec_v2022_11_28/types/group_1081.py +26 -0
  2224. githubkit/versions/ghec_v2022_11_28/types/group_1082.py +19 -0
  2225. githubkit/versions/ghec_v2022_11_28/types/group_1083.py +22 -0
  2226. githubkit/versions/ghec_v2022_11_28/types/group_1084.py +22 -0
  2227. githubkit/versions/ghec_v2022_11_28/types/group_1085.py +30 -0
  2228. githubkit/versions/ghec_v2022_11_28/types/group_1086.py +23 -0
  2229. githubkit/versions/ghec_v2022_11_28/types/group_1087.py +46 -0
  2230. githubkit/versions/ghec_v2022_11_28/types/group_1088.py +27 -0
  2231. githubkit/versions/ghec_v2022_11_28/types/group_1089.py +27 -0
  2232. githubkit/versions/ghec_v2022_11_28/types/group_1090.py +22 -0
  2233. githubkit/versions/ghec_v2022_11_28/webhooks/__init__.py +406 -0
  2234. githubkit/versions/ghec_v2022_11_28/webhooks/_namespace.py +1060 -0
  2235. githubkit/versions/ghec_v2022_11_28/webhooks/_types.py +395 -0
  2236. githubkit/versions/ghec_v2022_11_28/webhooks/branch_protection_configuration.py +44 -0
  2237. githubkit/versions/ghec_v2022_11_28/webhooks/branch_protection_rule.py +47 -0
  2238. githubkit/versions/ghec_v2022_11_28/webhooks/check_run.py +45 -0
  2239. githubkit/versions/ghec_v2022_11_28/webhooks/check_suite.py +42 -0
  2240. githubkit/versions/ghec_v2022_11_28/webhooks/code_scanning_alert.py +56 -0
  2241. githubkit/versions/ghec_v2022_11_28/webhooks/commit_comment.py +22 -0
  2242. githubkit/versions/ghec_v2022_11_28/webhooks/create.py +22 -0
  2243. githubkit/versions/ghec_v2022_11_28/webhooks/custom_property.py +47 -0
  2244. githubkit/versions/ghec_v2022_11_28/webhooks/custom_property_values.py +27 -0
  2245. githubkit/versions/ghec_v2022_11_28/webhooks/delete.py +22 -0
  2246. githubkit/versions/ghec_v2022_11_28/webhooks/dependabot_alert.py +59 -0
  2247. githubkit/versions/ghec_v2022_11_28/webhooks/deploy_key.py +36 -0
  2248. githubkit/versions/ghec_v2022_11_28/webhooks/deployment.py +22 -0
  2249. githubkit/versions/ghec_v2022_11_28/webhooks/deployment_protection_rule.py +27 -0
  2250. githubkit/versions/ghec_v2022_11_28/webhooks/deployment_review.py +47 -0
  2251. githubkit/versions/ghec_v2022_11_28/webhooks/deployment_status.py +27 -0
  2252. githubkit/versions/ghec_v2022_11_28/webhooks/discussion.py +78 -0
  2253. githubkit/versions/ghec_v2022_11_28/webhooks/discussion_comment.py +47 -0
  2254. githubkit/versions/ghec_v2022_11_28/webhooks/fork.py +22 -0
  2255. githubkit/versions/ghec_v2022_11_28/webhooks/github_app_authorization.py +27 -0
  2256. githubkit/versions/ghec_v2022_11_28/webhooks/gollum.py +22 -0
  2257. githubkit/versions/ghec_v2022_11_28/webhooks/installation.py +48 -0
  2258. githubkit/versions/ghec_v2022_11_28/webhooks/installation_repositories.py +44 -0
  2259. githubkit/versions/ghec_v2022_11_28/webhooks/installation_target.py +27 -0
  2260. githubkit/versions/ghec_v2022_11_28/webhooks/issue_comment.py +42 -0
  2261. githubkit/versions/ghec_v2022_11_28/webhooks/issues.py +81 -0
  2262. githubkit/versions/ghec_v2022_11_28/webhooks/label.py +38 -0
  2263. githubkit/versions/ghec_v2022_11_28/webhooks/marketplace_purchase.py +53 -0
  2264. githubkit/versions/ghec_v2022_11_28/webhooks/member.py +38 -0
  2265. githubkit/versions/ghec_v2022_11_28/webhooks/membership.py +36 -0
  2266. githubkit/versions/ghec_v2022_11_28/webhooks/merge_group.py +36 -0
  2267. githubkit/versions/ghec_v2022_11_28/webhooks/meta.py +22 -0
  2268. githubkit/versions/ghec_v2022_11_28/webhooks/milestone.py +48 -0
  2269. githubkit/versions/ghec_v2022_11_28/webhooks/org_block.py +36 -0
  2270. githubkit/versions/ghec_v2022_11_28/webhooks/organization.py +48 -0
  2271. githubkit/versions/ghec_v2022_11_28/webhooks/package.py +36 -0
  2272. githubkit/versions/ghec_v2022_11_28/webhooks/page_build.py +22 -0
  2273. githubkit/versions/ghec_v2022_11_28/webhooks/personal_access_token_request.py +50 -0
  2274. githubkit/versions/ghec_v2022_11_28/webhooks/ping.py +22 -0
  2275. githubkit/versions/ghec_v2022_11_28/webhooks/project.py +48 -0
  2276. githubkit/versions/ghec_v2022_11_28/webhooks/project_card.py +48 -0
  2277. githubkit/versions/ghec_v2022_11_28/webhooks/project_column.py +45 -0
  2278. githubkit/versions/ghec_v2022_11_28/webhooks/projects_v2.py +48 -0
  2279. githubkit/versions/ghec_v2022_11_28/webhooks/projects_v2_item.py +59 -0
  2280. githubkit/versions/ghec_v2022_11_28/webhooks/public.py +22 -0
  2281. githubkit/versions/ghec_v2022_11_28/webhooks/pull_request.py +130 -0
  2282. githubkit/versions/ghec_v2022_11_28/webhooks/pull_request_review.py +47 -0
  2283. githubkit/versions/ghec_v2022_11_28/webhooks/pull_request_review_comment.py +47 -0
  2284. githubkit/versions/ghec_v2022_11_28/webhooks/pull_request_review_thread.py +44 -0
  2285. githubkit/versions/ghec_v2022_11_28/webhooks/push.py +22 -0
  2286. githubkit/versions/ghec_v2022_11_28/webhooks/registry_package.py +41 -0
  2287. githubkit/versions/ghec_v2022_11_28/webhooks/release.py +54 -0
  2288. githubkit/versions/ghec_v2022_11_28/webhooks/repository.py +60 -0
  2289. githubkit/versions/ghec_v2022_11_28/webhooks/repository_advisory.py +44 -0
  2290. githubkit/versions/ghec_v2022_11_28/webhooks/repository_dispatch.py +27 -0
  2291. githubkit/versions/ghec_v2022_11_28/webhooks/repository_import.py +27 -0
  2292. githubkit/versions/ghec_v2022_11_28/webhooks/repository_ruleset.py +47 -0
  2293. githubkit/versions/ghec_v2022_11_28/webhooks/repository_vulnerability_alert.py +50 -0
  2294. githubkit/versions/ghec_v2022_11_28/webhooks/secret_scanning_alert.py +53 -0
  2295. githubkit/versions/ghec_v2022_11_28/webhooks/secret_scanning_alert_location.py +27 -0
  2296. githubkit/versions/ghec_v2022_11_28/webhooks/security_advisory.py +47 -0
  2297. githubkit/versions/ghec_v2022_11_28/webhooks/security_and_analysis.py +27 -0
  2298. githubkit/versions/ghec_v2022_11_28/webhooks/sponsorship.py +51 -0
  2299. githubkit/versions/ghec_v2022_11_28/webhooks/star.py +36 -0
  2300. githubkit/versions/ghec_v2022_11_28/webhooks/status.py +22 -0
  2301. githubkit/versions/ghec_v2022_11_28/webhooks/team.py +48 -0
  2302. githubkit/versions/ghec_v2022_11_28/webhooks/team_add.py +22 -0
  2303. githubkit/versions/ghec_v2022_11_28/webhooks/watch.py +22 -0
  2304. githubkit/versions/ghec_v2022_11_28/webhooks/workflow_dispatch.py +27 -0
  2305. githubkit/versions/ghec_v2022_11_28/webhooks/workflow_job.py +45 -0
  2306. githubkit/versions/ghec_v2022_11_28/webhooks/workflow_run.py +42 -0
  2307. githubkit/versions/latest/__init__.py +1 -1
  2308. githubkit/versions/latest/models.py +359 -1155
  2309. githubkit/versions/latest/types.py +363 -1155
  2310. githubkit/versions/latest/webhooks.py +1 -1
  2311. githubkit/versions/rest.py +6 -1
  2312. githubkit/versions/v2022_11_28/__init__.py +1 -1
  2313. githubkit/versions/v2022_11_28/models/__init__.py +4424 -5358
  2314. githubkit/versions/v2022_11_28/models/group_0000.py +2 -2
  2315. githubkit/versions/v2022_11_28/models/group_0001.py +1 -1
  2316. githubkit/versions/v2022_11_28/models/group_0002.py +16 -14
  2317. githubkit/versions/v2022_11_28/models/group_0003.py +1 -1
  2318. githubkit/versions/v2022_11_28/models/group_0004.py +1 -1
  2319. githubkit/versions/v2022_11_28/models/group_0005.py +2 -2
  2320. githubkit/versions/v2022_11_28/models/group_0006.py +1 -1
  2321. githubkit/versions/v2022_11_28/models/group_0007.py +1 -1
  2322. githubkit/versions/v2022_11_28/models/group_0008.py +1 -1
  2323. githubkit/versions/v2022_11_28/models/group_0009.py +1 -1
  2324. githubkit/versions/v2022_11_28/models/group_0010.py +1 -1
  2325. githubkit/versions/v2022_11_28/models/group_0011.py +1 -1
  2326. githubkit/versions/v2022_11_28/models/group_0012.py +1 -1
  2327. githubkit/versions/v2022_11_28/models/group_0013.py +1 -1
  2328. githubkit/versions/v2022_11_28/models/group_0014.py +1 -1
  2329. githubkit/versions/v2022_11_28/models/group_0015.py +1 -1
  2330. githubkit/versions/v2022_11_28/models/group_0016.py +1 -1
  2331. githubkit/versions/v2022_11_28/models/group_0017.py +1 -1
  2332. githubkit/versions/v2022_11_28/models/group_0018.py +2 -3
  2333. githubkit/versions/v2022_11_28/models/group_0019.py +1 -1
  2334. githubkit/versions/v2022_11_28/models/group_0020.py +2 -2
  2335. githubkit/versions/v2022_11_28/models/group_0021.py +1 -1
  2336. githubkit/versions/v2022_11_28/models/group_0022.py +1 -1
  2337. githubkit/versions/v2022_11_28/models/group_0023.py +1 -1
  2338. githubkit/versions/v2022_11_28/models/group_0024.py +1 -1
  2339. githubkit/versions/v2022_11_28/models/group_0025.py +1 -1
  2340. githubkit/versions/v2022_11_28/models/group_0026.py +1 -1
  2341. githubkit/versions/v2022_11_28/models/group_0027.py +1 -2
  2342. githubkit/versions/v2022_11_28/models/group_0028.py +1 -3
  2343. githubkit/versions/v2022_11_28/models/group_0029.py +2 -2
  2344. githubkit/versions/v2022_11_28/models/group_0030.py +1 -1
  2345. githubkit/versions/v2022_11_28/models/group_0031.py +1 -1
  2346. githubkit/versions/v2022_11_28/models/group_0032.py +1 -3
  2347. githubkit/versions/v2022_11_28/models/group_0033.py +1 -1
  2348. githubkit/versions/v2022_11_28/models/group_0034.py +2 -2
  2349. githubkit/versions/v2022_11_28/models/group_0035.py +3 -3
  2350. githubkit/versions/v2022_11_28/models/group_0036.py +3 -3
  2351. githubkit/versions/v2022_11_28/models/group_0037.py +1 -1
  2352. githubkit/versions/v2022_11_28/models/group_0038.py +1 -1
  2353. githubkit/versions/v2022_11_28/models/group_0039.py +1 -1
  2354. githubkit/versions/v2022_11_28/models/group_0040.py +2 -2
  2355. githubkit/versions/v2022_11_28/models/group_0041.py +1 -4
  2356. githubkit/versions/v2022_11_28/models/group_0042.py +1 -1
  2357. githubkit/versions/v2022_11_28/models/group_0043.py +1 -1
  2358. githubkit/versions/v2022_11_28/models/group_0044.py +1 -1
  2359. githubkit/versions/v2022_11_28/models/group_0045.py +1 -1
  2360. githubkit/versions/v2022_11_28/models/group_0046.py +2 -2
  2361. githubkit/versions/v2022_11_28/models/group_0047.py +2 -2
  2362. githubkit/versions/v2022_11_28/models/group_0048.py +1 -1
  2363. githubkit/versions/v2022_11_28/models/group_0049.py +1 -1
  2364. githubkit/versions/v2022_11_28/models/group_0050.py +2 -2
  2365. githubkit/versions/v2022_11_28/models/group_0051.py +2 -5
  2366. githubkit/versions/v2022_11_28/models/group_0052.py +1 -1
  2367. githubkit/versions/v2022_11_28/models/group_0053.py +1 -1
  2368. githubkit/versions/v2022_11_28/models/group_0054.py +1 -1
  2369. githubkit/versions/v2022_11_28/models/group_0055.py +1 -1
  2370. githubkit/versions/v2022_11_28/models/group_0056.py +1 -1
  2371. githubkit/versions/v2022_11_28/models/group_0057.py +1 -1
  2372. githubkit/versions/v2022_11_28/models/group_0058.py +1 -1
  2373. githubkit/versions/v2022_11_28/models/group_0059.py +1 -1
  2374. githubkit/versions/v2022_11_28/models/group_0060.py +1 -1
  2375. githubkit/versions/v2022_11_28/models/group_0061.py +1 -1
  2376. githubkit/versions/v2022_11_28/models/group_0062.py +2 -2
  2377. githubkit/versions/v2022_11_28/models/group_0063.py +1 -1
  2378. githubkit/versions/v2022_11_28/models/group_0064.py +1 -1
  2379. githubkit/versions/v2022_11_28/models/group_0065.py +1 -1
  2380. githubkit/versions/v2022_11_28/models/group_0066.py +1 -1
  2381. githubkit/versions/v2022_11_28/models/group_0067.py +1 -1
  2382. githubkit/versions/v2022_11_28/models/group_0068.py +1 -1
  2383. githubkit/versions/v2022_11_28/models/group_0069.py +2 -2
  2384. githubkit/versions/v2022_11_28/models/group_0070.py +1 -1
  2385. githubkit/versions/v2022_11_28/models/group_0071.py +1 -1
  2386. githubkit/versions/v2022_11_28/models/group_0072.py +1 -1
  2387. githubkit/versions/v2022_11_28/models/group_0073.py +1 -1
  2388. githubkit/versions/v2022_11_28/models/group_0074.py +1 -1
  2389. githubkit/versions/v2022_11_28/models/group_0075.py +1 -1
  2390. githubkit/versions/v2022_11_28/models/group_0076.py +1 -1
  2391. githubkit/versions/v2022_11_28/models/group_0077.py +1 -1
  2392. githubkit/versions/v2022_11_28/models/group_0078.py +2 -2
  2393. githubkit/versions/v2022_11_28/models/group_0079.py +1 -1
  2394. githubkit/versions/v2022_11_28/models/group_0080.py +1 -1
  2395. githubkit/versions/v2022_11_28/models/group_0081.py +1 -1
  2396. githubkit/versions/v2022_11_28/models/group_0082.py +1 -1
  2397. githubkit/versions/v2022_11_28/models/group_0083.py +1 -1
  2398. githubkit/versions/v2022_11_28/models/group_0084.py +2 -2
  2399. githubkit/versions/v2022_11_28/models/group_0085.py +1 -1
  2400. githubkit/versions/v2022_11_28/models/group_0086.py +1 -1
  2401. githubkit/versions/v2022_11_28/models/group_0087.py +1 -1
  2402. githubkit/versions/v2022_11_28/models/group_0088.py +1 -1
  2403. githubkit/versions/v2022_11_28/models/group_0089.py +1 -1
  2404. githubkit/versions/v2022_11_28/models/group_0090.py +1 -1
  2405. githubkit/versions/v2022_11_28/models/group_0091.py +2 -2
  2406. githubkit/versions/v2022_11_28/models/group_0092.py +1 -1
  2407. githubkit/versions/v2022_11_28/models/group_0093.py +2 -2
  2408. githubkit/versions/v2022_11_28/models/group_0094.py +1 -1
  2409. githubkit/versions/v2022_11_28/models/group_0095.py +1 -1
  2410. githubkit/versions/v2022_11_28/models/group_0096.py +2 -2
  2411. githubkit/versions/v2022_11_28/models/group_0097.py +1 -3
  2412. githubkit/versions/v2022_11_28/models/group_0098.py +1 -1
  2413. githubkit/versions/v2022_11_28/models/group_0099.py +2 -8
  2414. githubkit/versions/v2022_11_28/models/group_0100.py +1 -1
  2415. githubkit/versions/v2022_11_28/models/group_0101.py +1 -5
  2416. githubkit/versions/v2022_11_28/models/group_0102.py +1 -1
  2417. githubkit/versions/v2022_11_28/models/group_0103.py +2 -8
  2418. githubkit/versions/v2022_11_28/models/group_0104.py +1 -1
  2419. githubkit/versions/v2022_11_28/models/group_0105.py +2 -6
  2420. githubkit/versions/v2022_11_28/models/group_0106.py +1 -3
  2421. githubkit/versions/v2022_11_28/models/group_0107.py +2 -6
  2422. githubkit/versions/v2022_11_28/models/group_0108.py +1 -1
  2423. githubkit/versions/v2022_11_28/models/group_0109.py +1 -1
  2424. githubkit/versions/v2022_11_28/models/group_0110.py +1 -1
  2425. githubkit/versions/v2022_11_28/models/group_0111.py +1 -1
  2426. githubkit/versions/v2022_11_28/models/group_0112.py +2 -2
  2427. githubkit/versions/v2022_11_28/models/group_0113.py +1 -1
  2428. githubkit/versions/v2022_11_28/models/group_0114.py +1 -2
  2429. githubkit/versions/v2022_11_28/models/group_0115.py +1 -3
  2430. githubkit/versions/v2022_11_28/models/group_0116.py +2 -2
  2431. githubkit/versions/v2022_11_28/models/group_0117.py +1 -1
  2432. githubkit/versions/v2022_11_28/models/group_0118.py +1 -1
  2433. githubkit/versions/v2022_11_28/models/group_0119.py +1 -1
  2434. githubkit/versions/v2022_11_28/models/group_0120.py +1 -1
  2435. githubkit/versions/v2022_11_28/models/group_0121.py +1 -1
  2436. githubkit/versions/v2022_11_28/models/group_0122.py +1 -1
  2437. githubkit/versions/v2022_11_28/models/group_0123.py +1 -1
  2438. githubkit/versions/v2022_11_28/models/group_0124.py +1 -1
  2439. githubkit/versions/v2022_11_28/models/group_0125.py +1 -1
  2440. githubkit/versions/v2022_11_28/models/group_0126.py +1 -1
  2441. githubkit/versions/v2022_11_28/models/group_0127.py +1 -1
  2442. githubkit/versions/v2022_11_28/models/group_0128.py +1 -1
  2443. githubkit/versions/v2022_11_28/models/group_0129.py +2 -2
  2444. githubkit/versions/v2022_11_28/models/group_0130.py +1 -1
  2445. githubkit/versions/v2022_11_28/models/group_0131.py +13 -116
  2446. githubkit/versions/v2022_11_28/models/group_0132.py +109 -33
  2447. githubkit/versions/v2022_11_28/models/group_0133.py +8 -51
  2448. githubkit/versions/v2022_11_28/models/group_0134.py +82 -24
  2449. githubkit/versions/v2022_11_28/models/group_0135.py +21 -181
  2450. githubkit/versions/v2022_11_28/models/group_0136.py +166 -66
  2451. githubkit/versions/v2022_11_28/models/group_0137.py +85 -11
  2452. githubkit/versions/v2022_11_28/models/group_0138.py +11 -11
  2453. githubkit/versions/v2022_11_28/models/group_0139.py +11 -117
  2454. githubkit/versions/v2022_11_28/models/group_0140.py +108 -29
  2455. githubkit/versions/v2022_11_28/models/group_0141.py +18 -10
  2456. githubkit/versions/v2022_11_28/models/group_0142.py +24 -14
  2457. githubkit/versions/v2022_11_28/models/group_0143.py +18 -14
  2458. githubkit/versions/v2022_11_28/models/group_0144.py +11 -42
  2459. githubkit/versions/v2022_11_28/models/group_0145.py +30 -134
  2460. githubkit/versions/v2022_11_28/models/group_0146.py +142 -20
  2461. githubkit/versions/v2022_11_28/models/group_0147.py +22 -10
  2462. githubkit/versions/v2022_11_28/models/group_0148.py +15 -13
  2463. githubkit/versions/v2022_11_28/models/group_0149.py +14 -9
  2464. githubkit/versions/v2022_11_28/models/group_0150.py +9 -15
  2465. githubkit/versions/v2022_11_28/models/group_0151.py +12 -20
  2466. githubkit/versions/v2022_11_28/models/group_0152.py +18 -35
  2467. githubkit/versions/v2022_11_28/models/group_0153.py +26 -21
  2468. githubkit/versions/v2022_11_28/models/group_0154.py +21 -79
  2469. githubkit/versions/v2022_11_28/models/group_0155.py +84 -12
  2470. githubkit/versions/v2022_11_28/models/group_0156.py +16 -10
  2471. githubkit/versions/v2022_11_28/models/group_0157.py +11 -13
  2472. githubkit/versions/v2022_11_28/models/group_0158.py +12 -17
  2473. githubkit/versions/v2022_11_28/models/group_0159.py +17 -7
  2474. githubkit/versions/v2022_11_28/models/group_0160.py +10 -52
  2475. githubkit/versions/v2022_11_28/models/group_0161.py +41 -36
  2476. githubkit/versions/v2022_11_28/models/group_0162.py +34 -92
  2477. githubkit/versions/v2022_11_28/models/group_0163.py +88 -30
  2478. githubkit/versions/v2022_11_28/models/group_0164.py +45 -9
  2479. githubkit/versions/v2022_11_28/models/group_0165.py +7 -14
  2480. githubkit/versions/v2022_11_28/models/group_0166.py +12 -48
  2481. githubkit/versions/v2022_11_28/models/group_0167.py +40 -36
  2482. githubkit/versions/v2022_11_28/models/group_0168.py +39 -84
  2483. githubkit/versions/v2022_11_28/models/group_0169.py +71 -29
  2484. githubkit/versions/v2022_11_28/models/group_0170.py +48 -27
  2485. githubkit/versions/v2022_11_28/models/group_0171.py +26 -12
  2486. githubkit/versions/v2022_11_28/models/group_0172.py +12 -10
  2487. githubkit/versions/v2022_11_28/models/group_0173.py +11 -33
  2488. githubkit/versions/v2022_11_28/models/group_0174.py +24 -42
  2489. githubkit/versions/v2022_11_28/models/group_0175.py +39 -118
  2490. githubkit/versions/v2022_11_28/models/group_0176.py +115 -162
  2491. githubkit/versions/v2022_11_28/models/group_0177.py +159 -20
  2492. githubkit/versions/v2022_11_28/models/group_0178.py +26 -9
  2493. githubkit/versions/v2022_11_28/models/group_0179.py +13 -11
  2494. githubkit/versions/v2022_11_28/models/group_0180.py +10 -24
  2495. githubkit/versions/v2022_11_28/models/group_0181.py +22 -46
  2496. githubkit/versions/v2022_11_28/models/group_0182.py +37 -18
  2497. githubkit/versions/v2022_11_28/models/group_0183.py +22 -30
  2498. githubkit/versions/v2022_11_28/models/group_0184.py +24 -149
  2499. githubkit/versions/v2022_11_28/models/group_0185.py +150 -21
  2500. githubkit/versions/v2022_11_28/models/group_0186.py +26 -38
  2501. githubkit/versions/v2022_11_28/models/group_0187.py +35 -34
  2502. githubkit/versions/v2022_11_28/models/group_0188.py +25 -64
  2503. githubkit/versions/v2022_11_28/models/group_0189.py +73 -16
  2504. githubkit/versions/v2022_11_28/models/group_0190.py +18 -63
  2505. githubkit/versions/v2022_11_28/models/group_0191.py +55 -23
  2506. githubkit/versions/v2022_11_28/models/group_0192.py +34 -49
  2507. githubkit/versions/v2022_11_28/models/group_0193.py +8 -48
  2508. githubkit/versions/v2022_11_28/models/group_0194.py +77 -31
  2509. githubkit/versions/v2022_11_28/models/group_0195.py +42 -12
  2510. githubkit/versions/v2022_11_28/models/group_0196.py +10 -28
  2511. githubkit/versions/v2022_11_28/models/group_0197.py +24 -32
  2512. githubkit/versions/v2022_11_28/models/group_0198.py +21 -11
  2513. githubkit/versions/v2022_11_28/models/group_0199.py +29 -15
  2514. githubkit/versions/v2022_11_28/models/group_0200.py +15 -9
  2515. githubkit/versions/v2022_11_28/models/group_0201.py +8 -17
  2516. githubkit/versions/v2022_11_28/models/group_0202.py +14 -29
  2517. githubkit/versions/v2022_11_28/models/group_0203.py +33 -8
  2518. githubkit/versions/v2022_11_28/models/group_0204.py +8 -29
  2519. githubkit/versions/v2022_11_28/models/group_0205.py +25 -54
  2520. githubkit/versions/v2022_11_28/models/group_0206.py +53 -50
  2521. githubkit/versions/v2022_11_28/models/group_0207.py +53 -17
  2522. githubkit/versions/v2022_11_28/models/group_0208.py +20 -7
  2523. githubkit/versions/v2022_11_28/models/group_0209.py +7 -22
  2524. githubkit/versions/v2022_11_28/models/group_0210.py +14 -81
  2525. githubkit/versions/v2022_11_28/models/group_0211.py +84 -27
  2526. githubkit/versions/v2022_11_28/models/group_0212.py +28 -14
  2527. githubkit/versions/v2022_11_28/models/group_0213.py +14 -43
  2528. githubkit/versions/v2022_11_28/models/group_0214.py +33 -14
  2529. githubkit/versions/v2022_11_28/models/group_0215.py +17 -41
  2530. githubkit/versions/v2022_11_28/models/group_0216.py +43 -24
  2531. githubkit/versions/v2022_11_28/models/group_0217.py +25 -60
  2532. githubkit/versions/v2022_11_28/models/group_0218.py +43 -12
  2533. githubkit/versions/v2022_11_28/models/group_0219.py +12 -18
  2534. githubkit/versions/v2022_11_28/models/group_0220.py +18 -13
  2535. githubkit/versions/v2022_11_28/models/group_0221.py +13 -13
  2536. githubkit/versions/v2022_11_28/models/group_0222.py +25 -104
  2537. githubkit/versions/v2022_11_28/models/group_0223.py +102 -23
  2538. githubkit/versions/v2022_11_28/models/group_0224.py +31 -58
  2539. githubkit/versions/v2022_11_28/models/group_0225.py +50 -14
  2540. githubkit/versions/v2022_11_28/models/group_0226.py +21 -29
  2541. githubkit/versions/v2022_11_28/models/group_0227.py +25 -115
  2542. githubkit/versions/v2022_11_28/models/group_0228.py +124 -8
  2543. githubkit/versions/v2022_11_28/models/group_0229.py +9 -37
  2544. githubkit/versions/v2022_11_28/models/group_0230.py +23 -31
  2545. githubkit/versions/v2022_11_28/models/group_0231.py +22 -59
  2546. githubkit/versions/v2022_11_28/models/group_0232.py +65 -33
  2547. githubkit/versions/v2022_11_28/models/group_0233.py +40 -11
  2548. githubkit/versions/v2022_11_28/models/group_0234.py +11 -78
  2549. githubkit/versions/v2022_11_28/models/group_0235.py +72 -14
  2550. githubkit/versions/v2022_11_28/models/group_0236.py +19 -11
  2551. githubkit/versions/v2022_11_28/models/group_0237.py +12 -11
  2552. githubkit/versions/v2022_11_28/models/group_0238.py +13 -6
  2553. githubkit/versions/v2022_11_28/models/group_0239.py +7 -19
  2554. githubkit/versions/v2022_11_28/models/group_0240.py +13 -42
  2555. githubkit/versions/v2022_11_28/models/group_0241.py +47 -8
  2556. githubkit/versions/v2022_11_28/models/group_0242.py +6 -15
  2557. githubkit/versions/v2022_11_28/models/group_0243.py +15 -79
  2558. githubkit/versions/v2022_11_28/models/group_0244.py +72 -15
  2559. githubkit/versions/v2022_11_28/models/group_0245.py +14 -34
  2560. githubkit/versions/v2022_11_28/models/group_0246.py +32 -23
  2561. githubkit/versions/v2022_11_28/models/group_0247.py +32 -9
  2562. githubkit/versions/v2022_11_28/models/group_0248.py +14 -41
  2563. githubkit/versions/v2022_11_28/models/group_0249.py +31 -58
  2564. githubkit/versions/v2022_11_28/models/group_0250.py +61 -12
  2565. githubkit/versions/v2022_11_28/models/group_0251.py +13 -10
  2566. githubkit/versions/v2022_11_28/models/group_0252.py +11 -136
  2567. githubkit/versions/v2022_11_28/models/group_0253.py +119 -19
  2568. githubkit/versions/v2022_11_28/models/group_0254.py +14 -17
  2569. githubkit/versions/v2022_11_28/models/group_0255.py +22 -18
  2570. githubkit/versions/v2022_11_28/models/group_0256.py +12 -12
  2571. githubkit/versions/v2022_11_28/models/group_0257.py +11 -23
  2572. githubkit/versions/v2022_11_28/models/group_0258.py +14 -17
  2573. githubkit/versions/v2022_11_28/models/group_0259.py +15 -19
  2574. githubkit/versions/v2022_11_28/models/group_0260.py +24 -27
  2575. githubkit/versions/v2022_11_28/models/group_0261.py +9 -10
  2576. githubkit/versions/v2022_11_28/models/group_0262.py +24 -27
  2577. githubkit/versions/v2022_11_28/models/group_0263.py +23 -11
  2578. githubkit/versions/v2022_11_28/models/group_0264.py +10 -30
  2579. githubkit/versions/v2022_11_28/models/group_0265.py +14 -15
  2580. githubkit/versions/v2022_11_28/models/group_0266.py +14 -15
  2581. githubkit/versions/v2022_11_28/models/group_0267.py +15 -19
  2582. githubkit/versions/v2022_11_28/models/group_0268.py +39 -14
  2583. githubkit/versions/v2022_11_28/models/group_0269.py +16 -43
  2584. githubkit/versions/v2022_11_28/models/group_0270.py +37 -13
  2585. githubkit/versions/v2022_11_28/models/group_0271.py +18 -13
  2586. githubkit/versions/v2022_11_28/models/group_0272.py +11 -82
  2587. githubkit/versions/v2022_11_28/models/group_0273.py +67 -49
  2588. githubkit/versions/v2022_11_28/models/group_0274.py +33 -113
  2589. githubkit/versions/v2022_11_28/models/group_0275.py +140 -18
  2590. githubkit/versions/v2022_11_28/models/group_0276.py +9 -12
  2591. githubkit/versions/v2022_11_28/models/group_0277.py +10 -13
  2592. githubkit/versions/v2022_11_28/models/group_0278.py +16 -12
  2593. githubkit/versions/v2022_11_28/models/group_0279.py +23 -7
  2594. githubkit/versions/v2022_11_28/models/group_0280.py +7 -41
  2595. githubkit/versions/v2022_11_28/models/group_0281.py +34 -12
  2596. githubkit/versions/v2022_11_28/models/group_0282.py +10 -76
  2597. githubkit/versions/v2022_11_28/models/group_0283.py +76 -28
  2598. githubkit/versions/v2022_11_28/models/group_0284.py +27 -6
  2599. githubkit/versions/v2022_11_28/models/group_0285.py +8 -20
  2600. githubkit/versions/v2022_11_28/models/group_0286.py +19 -21
  2601. githubkit/versions/v2022_11_28/models/group_0287.py +21 -89
  2602. githubkit/versions/v2022_11_28/models/group_0288.py +84 -87
  2603. githubkit/versions/v2022_11_28/models/group_0289.py +82 -191
  2604. githubkit/versions/v2022_11_28/models/group_0290.py +173 -13
  2605. githubkit/versions/v2022_11_28/models/group_0291.py +21 -121
  2606. githubkit/versions/v2022_11_28/models/group_0292.py +140 -14
  2607. githubkit/versions/v2022_11_28/models/group_0293.py +14 -10
  2608. githubkit/versions/v2022_11_28/models/group_0294.py +9 -15
  2609. githubkit/versions/v2022_11_28/models/group_0295.py +10 -64
  2610. githubkit/versions/v2022_11_28/models/group_0296.py +43 -49
  2611. githubkit/versions/v2022_11_28/models/group_0297.py +74 -9
  2612. githubkit/versions/v2022_11_28/models/group_0298.py +9 -29
  2613. githubkit/versions/v2022_11_28/models/group_0299.py +17 -37
  2614. githubkit/versions/v2022_11_28/models/group_0300.py +45 -9
  2615. githubkit/versions/v2022_11_28/models/group_0301.py +9 -21
  2616. githubkit/versions/v2022_11_28/models/group_0302.py +9 -6
  2617. githubkit/versions/v2022_11_28/models/group_0303.py +6 -9
  2618. githubkit/versions/v2022_11_28/models/group_0304.py +9 -6
  2619. githubkit/versions/v2022_11_28/models/group_0305.py +6 -6
  2620. githubkit/versions/v2022_11_28/models/group_0306.py +7 -12
  2621. githubkit/versions/v2022_11_28/models/group_0307.py +11 -6
  2622. githubkit/versions/v2022_11_28/models/group_0308.py +6 -10
  2623. githubkit/versions/v2022_11_28/models/group_0309.py +9 -11
  2624. githubkit/versions/v2022_11_28/models/group_0310.py +11 -6
  2625. githubkit/versions/v2022_11_28/models/group_0311.py +6 -11
  2626. githubkit/versions/v2022_11_28/models/group_0312.py +8 -8
  2627. githubkit/versions/v2022_11_28/models/group_0313.py +8 -8
  2628. githubkit/versions/v2022_11_28/models/group_0314.py +8 -8
  2629. githubkit/versions/v2022_11_28/models/group_0315.py +8 -8
  2630. githubkit/versions/v2022_11_28/models/group_0316.py +11 -9
  2631. githubkit/versions/v2022_11_28/models/group_0317.py +15 -61
  2632. githubkit/versions/v2022_11_28/models/group_0318.py +50 -98
  2633. githubkit/versions/v2022_11_28/models/group_0319.py +47 -21
  2634. githubkit/versions/v2022_11_28/models/group_0320.py +25 -64
  2635. githubkit/versions/v2022_11_28/models/group_0321.py +122 -11
  2636. githubkit/versions/v2022_11_28/models/group_0322.py +12 -10
  2637. githubkit/versions/v2022_11_28/models/group_0323.py +9 -26
  2638. githubkit/versions/v2022_11_28/models/group_0324.py +29 -8
  2639. githubkit/versions/v2022_11_28/models/group_0325.py +8 -20
  2640. githubkit/versions/v2022_11_28/models/group_0326.py +18 -21
  2641. githubkit/versions/v2022_11_28/models/group_0327.py +22 -13
  2642. githubkit/versions/v2022_11_28/models/group_0328.py +13 -9
  2643. githubkit/versions/v2022_11_28/models/group_0329.py +10 -9
  2644. githubkit/versions/v2022_11_28/models/group_0330.py +7 -13
  2645. githubkit/versions/v2022_11_28/models/group_0331.py +11 -8
  2646. githubkit/versions/v2022_11_28/models/group_0332.py +8 -7
  2647. githubkit/versions/v2022_11_28/models/group_0333.py +7 -12
  2648. githubkit/versions/v2022_11_28/models/group_0334.py +12 -24
  2649. githubkit/versions/v2022_11_28/models/group_0335.py +18 -36
  2650. githubkit/versions/v2022_11_28/models/group_0336.py +21 -33
  2651. githubkit/versions/v2022_11_28/models/group_0337.py +43 -28
  2652. githubkit/versions/v2022_11_28/models/group_0338.py +35 -103
  2653. githubkit/versions/v2022_11_28/models/group_0339.py +91 -19
  2654. githubkit/versions/v2022_11_28/models/group_0340.py +15 -115
  2655. githubkit/versions/v2022_11_28/models/group_0341.py +111 -65
  2656. githubkit/versions/v2022_11_28/models/group_0342.py +72 -44
  2657. githubkit/versions/v2022_11_28/models/group_0343.py +37 -42
  2658. githubkit/versions/v2022_11_28/models/group_0344.py +66 -8
  2659. githubkit/versions/v2022_11_28/models/group_0345.py +11 -34
  2660. githubkit/versions/v2022_11_28/models/group_0346.py +22 -142
  2661. githubkit/versions/v2022_11_28/models/group_0347.py +150 -11
  2662. githubkit/versions/v2022_11_28/models/group_0348.py +11 -66
  2663. githubkit/versions/v2022_11_28/models/group_0349.py +63 -11
  2664. githubkit/versions/v2022_11_28/models/group_0350.py +12 -36
  2665. githubkit/versions/v2022_11_28/models/group_0351.py +38 -7
  2666. githubkit/versions/v2022_11_28/models/group_0352.py +8 -12
  2667. githubkit/versions/v2022_11_28/models/group_0353.py +10 -13
  2668. githubkit/versions/v2022_11_28/models/group_0354.py +11 -19
  2669. githubkit/versions/v2022_11_28/models/group_0355.py +20 -8
  2670. githubkit/versions/v2022_11_28/models/group_0356.py +11 -33
  2671. githubkit/versions/v2022_11_28/models/group_0357.py +33 -15
  2672. githubkit/versions/v2022_11_28/models/group_0358.py +12 -23
  2673. githubkit/versions/v2022_11_28/models/group_0359.py +19 -355
  2674. githubkit/versions/v2022_11_28/models/group_0360.py +353 -26
  2675. githubkit/versions/v2022_11_28/models/group_0361.py +33 -55
  2676. githubkit/versions/v2022_11_28/models/group_0362.py +53 -62
  2677. githubkit/versions/v2022_11_28/models/group_0363.py +46 -135
  2678. githubkit/versions/v2022_11_28/models/group_0364.py +66 -14
  2679. githubkit/versions/v2022_11_28/models/group_0365.py +137 -171
  2680. githubkit/versions/v2022_11_28/models/group_0366.py +17 -29
  2681. githubkit/versions/v2022_11_28/models/group_0367.py +171 -21
  2682. githubkit/versions/v2022_11_28/models/group_0368.py +23 -62
  2683. githubkit/versions/v2022_11_28/models/group_0369.py +23 -34
  2684. githubkit/versions/v2022_11_28/models/group_0370.py +111 -27
  2685. githubkit/versions/v2022_11_28/models/group_0371.py +31 -93
  2686. githubkit/versions/v2022_11_28/models/group_0372.py +49 -89
  2687. githubkit/versions/v2022_11_28/models/group_0373.py +13 -187
  2688. githubkit/versions/v2022_11_28/models/group_0374.py +17 -17
  2689. githubkit/versions/v2022_11_28/models/group_0375.py +42 -9
  2690. githubkit/versions/v2022_11_28/models/group_0376.py +22 -17
  2691. githubkit/versions/v2022_11_28/models/group_0377.py +151 -9
  2692. githubkit/versions/v2022_11_28/models/group_0378.py +13 -33
  2693. githubkit/versions/v2022_11_28/models/group_0379.py +7 -7
  2694. githubkit/versions/v2022_11_28/models/group_0380.py +13 -14
  2695. githubkit/versions/v2022_11_28/models/group_0381.py +7 -7
  2696. githubkit/versions/v2022_11_28/models/group_0382.py +27 -365
  2697. githubkit/versions/v2022_11_28/models/group_0383.py +9 -393
  2698. githubkit/versions/v2022_11_28/models/group_0384.py +15 -368
  2699. githubkit/versions/v2022_11_28/models/group_0385.py +9 -207
  2700. githubkit/versions/v2022_11_28/models/group_0386.py +305 -119
  2701. githubkit/versions/v2022_11_28/models/group_0387.py +327 -119
  2702. githubkit/versions/v2022_11_28/models/group_0388.py +300 -113
  2703. githubkit/versions/v2022_11_28/models/group_0389.py +86 -64
  2704. githubkit/versions/v2022_11_28/models/group_0390.py +86 -53
  2705. githubkit/versions/v2022_11_28/models/group_0391.py +144 -98
  2706. githubkit/versions/v2022_11_28/models/group_0392.py +173 -23
  2707. githubkit/versions/v2022_11_28/models/group_0393.py +164 -18
  2708. githubkit/versions/v2022_11_28/models/group_0394.py +150 -20
  2709. githubkit/versions/v2022_11_28/models/group_0395.py +119 -20
  2710. githubkit/versions/v2022_11_28/models/group_0396.py +33 -27
  2711. githubkit/versions/v2022_11_28/models/group_0397.py +20 -29
  2712. githubkit/versions/v2022_11_28/models/group_0398.py +30 -28
  2713. githubkit/versions/v2022_11_28/models/group_0399.py +24 -28
  2714. githubkit/versions/v2022_11_28/models/group_0400.py +31 -28
  2715. githubkit/versions/v2022_11_28/models/group_0401.py +25 -21
  2716. githubkit/versions/v2022_11_28/models/group_0402.py +14 -16
  2717. githubkit/versions/v2022_11_28/models/group_0403.py +14 -16
  2718. githubkit/versions/v2022_11_28/models/group_0404.py +14 -16
  2719. githubkit/versions/v2022_11_28/models/group_0405.py +20 -44
  2720. githubkit/versions/v2022_11_28/models/group_0406.py +20 -44
  2721. githubkit/versions/v2022_11_28/models/group_0407.py +20 -650
  2722. githubkit/versions/v2022_11_28/models/group_0408.py +26 -40
  2723. githubkit/versions/v2022_11_28/models/group_0409.py +31 -509
  2724. githubkit/versions/v2022_11_28/models/group_0410.py +31 -509
  2725. githubkit/versions/v2022_11_28/models/group_0411.py +301 -155
  2726. githubkit/versions/v2022_11_28/models/group_0412.py +35 -966
  2727. githubkit/versions/v2022_11_28/models/group_0413.py +473 -61
  2728. githubkit/versions/v2022_11_28/models/group_0414.py +496 -40
  2729. githubkit/versions/v2022_11_28/models/group_0415.py +495 -18
  2730. githubkit/versions/v2022_11_28/models/group_0416.py +911 -54
  2731. githubkit/versions/v2022_11_28/models/group_0417.py +31 -33
  2732. githubkit/versions/v2022_11_28/models/group_0418.py +39 -102
  2733. githubkit/versions/v2022_11_28/models/group_0419.py +17 -121
  2734. githubkit/versions/v2022_11_28/models/group_0420.py +62 -76
  2735. githubkit/versions/v2022_11_28/models/group_0421.py +97 -67
  2736. githubkit/versions/v2022_11_28/models/group_0422.py +115 -15
  2737. githubkit/versions/v2022_11_28/models/group_0423.py +14 -43
  2738. githubkit/versions/v2022_11_28/models/group_0424.py +14 -34
  2739. githubkit/versions/v2022_11_28/models/group_0425.py +42 -15
  2740. githubkit/versions/v2022_11_28/models/group_0426.py +33 -15
  2741. githubkit/versions/v2022_11_28/models/group_0427.py +14 -15
  2742. githubkit/versions/v2022_11_28/models/group_0428.py +14 -17
  2743. githubkit/versions/v2022_11_28/models/group_0429.py +35 -12
  2744. githubkit/versions/v2022_11_28/models/group_0430.py +27 -99
  2745. githubkit/versions/v2022_11_28/models/group_0431.py +10 -58
  2746. githubkit/versions/v2022_11_28/models/group_0432.py +98 -25
  2747. githubkit/versions/v2022_11_28/models/group_0433.py +33 -15
  2748. githubkit/versions/v2022_11_28/models/group_0434.py +17 -20
  2749. githubkit/versions/v2022_11_28/models/group_0435.py +32 -170
  2750. githubkit/versions/v2022_11_28/models/group_0436.py +31 -170
  2751. githubkit/versions/v2022_11_28/models/group_0437.py +174 -18
  2752. githubkit/versions/v2022_11_28/models/group_0438.py +154 -94
  2753. githubkit/versions/v2022_11_28/models/group_0439.py +23 -14
  2754. githubkit/versions/v2022_11_28/models/group_0440.py +121 -58
  2755. githubkit/versions/v2022_11_28/models/group_0441.py +9 -83
  2756. githubkit/versions/v2022_11_28/models/group_0442.py +31 -31
  2757. githubkit/versions/v2022_11_28/models/group_0443.py +51 -22
  2758. githubkit/versions/v2022_11_28/models/group_0444.py +22 -76
  2759. githubkit/versions/v2022_11_28/models/group_0445.py +21 -71
  2760. githubkit/versions/v2022_11_28/models/group_0446.py +74 -22
  2761. githubkit/versions/v2022_11_28/models/group_0447.py +65 -77
  2762. githubkit/versions/v2022_11_28/models/group_0448.py +17 -18
  2763. githubkit/versions/v2022_11_28/models/group_0449.py +95 -27
  2764. githubkit/versions/v2022_11_28/models/group_0450.py +53 -87
  2765. githubkit/versions/v2022_11_28/models/group_0451.py +39 -144
  2766. githubkit/versions/v2022_11_28/models/group_0452.py +23 -103
  2767. githubkit/versions/v2022_11_28/models/group_0453.py +116 -26
  2768. githubkit/versions/v2022_11_28/models/group_0454.py +144 -5
  2769. githubkit/versions/v2022_11_28/models/group_0455.py +53 -25
  2770. githubkit/versions/v2022_11_28/models/group_0456.py +6 -68
  2771. githubkit/versions/v2022_11_28/models/group_0457.py +23 -82
  2772. githubkit/versions/v2022_11_28/models/group_0458.py +67 -131
  2773. githubkit/versions/v2022_11_28/models/group_0459.py +83 -23
  2774. githubkit/versions/v2022_11_28/models/group_0460.py +151 -79
  2775. githubkit/versions/v2022_11_28/models/group_0461.py +28 -47
  2776. githubkit/versions/v2022_11_28/models/group_0462.py +79 -86
  2777. githubkit/versions/v2022_11_28/models/group_0463.py +39 -144
  2778. githubkit/versions/v2022_11_28/models/group_0464.py +22 -100
  2779. githubkit/versions/v2022_11_28/models/group_0465.py +116 -26
  2780. githubkit/versions/v2022_11_28/models/group_0466.py +144 -5
  2781. githubkit/versions/v2022_11_28/models/group_0467.py +53 -25
  2782. githubkit/versions/v2022_11_28/models/group_0468.py +6 -64
  2783. githubkit/versions/v2022_11_28/models/group_0469.py +23 -80
  2784. githubkit/versions/v2022_11_28/models/group_0470.py +63 -131
  2785. githubkit/versions/v2022_11_28/models/group_0471.py +81 -23
  2786. githubkit/versions/v2022_11_28/models/group_0472.py +151 -77
  2787. githubkit/versions/v2022_11_28/models/group_0473.py +32 -75
  2788. githubkit/versions/v2022_11_28/models/group_0474.py +77 -86
  2789. githubkit/versions/v2022_11_28/models/group_0475.py +61 -142
  2790. githubkit/versions/v2022_11_28/models/group_0476.py +22 -100
  2791. githubkit/versions/v2022_11_28/models/group_0477.py +116 -26
  2792. githubkit/versions/v2022_11_28/models/group_0478.py +144 -5
  2793. githubkit/versions/v2022_11_28/models/group_0479.py +53 -23
  2794. githubkit/versions/v2022_11_28/models/group_0480.py +6 -65
  2795. githubkit/versions/v2022_11_28/models/group_0481.py +23 -83
  2796. githubkit/versions/v2022_11_28/models/group_0482.py +64 -131
  2797. githubkit/versions/v2022_11_28/models/group_0483.py +83 -22
  2798. githubkit/versions/v2022_11_28/models/group_0484.py +151 -78
  2799. githubkit/versions/v2022_11_28/models/group_0485.py +11 -490
  2800. githubkit/versions/v2022_11_28/models/group_0486.py +79 -38
  2801. githubkit/versions/v2022_11_28/models/group_0487.py +353 -42
  2802. githubkit/versions/v2022_11_28/models/group_0488.py +32 -196
  2803. githubkit/versions/v2022_11_28/models/group_0489.py +170 -6
  2804. githubkit/versions/v2022_11_28/models/group_0490.py +192 -18
  2805. githubkit/versions/v2022_11_28/models/group_0491.py +6 -61
  2806. githubkit/versions/v2022_11_28/models/group_0492.py +23 -84
  2807. githubkit/versions/v2022_11_28/models/group_0493.py +82 -10
  2808. githubkit/versions/v2022_11_28/models/group_0494.py +87 -117
  2809. githubkit/versions/v2022_11_28/models/group_0495.py +11 -26
  2810. githubkit/versions/v2022_11_28/models/group_0496.py +117 -81
  2811. githubkit/versions/v2022_11_28/models/group_0497.py +10 -447
  2812. githubkit/versions/v2022_11_28/models/group_0498.py +77 -98
  2813. githubkit/versions/v2022_11_28/models/group_0499.py +319 -54
  2814. githubkit/versions/v2022_11_28/models/group_0500.py +371 -45
  2815. githubkit/versions/v2022_11_28/models/group_0501.py +463 -15
  2816. githubkit/versions/v2022_11_28/models/group_0502.py +417 -15
  2817. githubkit/versions/v2022_11_28/models/group_0503.py +385 -10
  2818. githubkit/versions/v2022_11_28/models/group_0504.py +436 -85
  2819. githubkit/versions/v2022_11_28/models/group_0505.py +1048 -12
  2820. githubkit/versions/v2022_11_28/models/group_0506.py +67 -128
  2821. githubkit/versions/v2022_11_28/models/group_0507.py +71 -88
  2822. githubkit/versions/v2022_11_28/models/group_0508.py +1093 -13
  2823. githubkit/versions/v2022_11_28/models/group_0509.py +366 -44
  2824. githubkit/versions/v2022_11_28/models/group_0510.py +332 -38
  2825. githubkit/versions/v2022_11_28/models/group_0511.py +439 -5
  2826. githubkit/versions/v2022_11_28/models/group_0512.py +438 -7
  2827. githubkit/versions/v2022_11_28/models/group_0513.py +53 -79
  2828. githubkit/versions/v2022_11_28/models/group_0514.py +51 -84
  2829. githubkit/versions/v2022_11_28/models/group_0515.py +107 -12
  2830. githubkit/versions/v2022_11_28/models/group_0516.py +137 -114
  2831. githubkit/versions/v2022_11_28/models/group_0517.py +136 -23
  2832. githubkit/versions/v2022_11_28/models/group_0518.py +146 -80
  2833. githubkit/versions/v2022_11_28/models/group_0519.py +123 -68
  2834. githubkit/versions/v2022_11_28/models/group_0520.py +129 -172
  2835. githubkit/versions/v2022_11_28/models/group_0521.py +63 -210
  2836. githubkit/versions/v2022_11_28/models/group_0522.py +73 -53
  2837. githubkit/versions/v2022_11_28/models/group_0523.py +66 -86
  2838. githubkit/versions/v2022_11_28/models/group_0524.py +154 -10
  2839. githubkit/versions/v2022_11_28/models/group_0525.py +129 -90
  2840. githubkit/versions/v2022_11_28/models/group_0526.py +35 -58
  2841. githubkit/versions/v2022_11_28/models/group_0527.py +39 -79
  2842. githubkit/versions/v2022_11_28/models/group_0528.py +92 -1083
  2843. githubkit/versions/v2022_11_28/models/group_0529.py +24 -382
  2844. githubkit/versions/v2022_11_28/models/group_0530.py +75 -15
  2845. githubkit/versions/v2022_11_28/models/group_0531.py +57 -144
  2846. githubkit/versions/v2022_11_28/models/group_0532.py +94 -146
  2847. githubkit/versions/v2022_11_28/models/group_0533.py +77 -7
  2848. githubkit/versions/v2022_11_28/models/group_0534.py +65 -26
  2849. githubkit/versions/v2022_11_28/models/group_0535.py +44 -63
  2850. githubkit/versions/v2022_11_28/models/group_0536.py +85 -84
  2851. githubkit/versions/v2022_11_28/models/group_0537.py +86 -10
  2852. githubkit/versions/v2022_11_28/models/group_0538.py +96 -90
  2853. githubkit/versions/v2022_11_28/models/group_0539.py +85 -24
  2854. githubkit/versions/v2022_11_28/models/group_0540.py +107 -81
  2855. githubkit/versions/v2022_11_28/models/group_0541.py +28 -1107
  2856. githubkit/versions/v2022_11_28/models/group_0542.py +19 -484
  2857. githubkit/versions/v2022_11_28/models/group_0543.py +33 -456
  2858. githubkit/versions/v2022_11_28/models/group_0544.py +552 -43
  2859. githubkit/versions/v2022_11_28/models/group_0545.py +33 -172
  2860. githubkit/versions/v2022_11_28/models/group_0546.py +29 -327
  2861. githubkit/versions/v2022_11_28/models/group_0547.py +140 -6
  2862. githubkit/versions/v2022_11_28/models/group_0548.py +91 -25
  2863. githubkit/versions/v2022_11_28/models/group_0549.py +33 -19
  2864. githubkit/versions/v2022_11_28/models/group_0550.py +26 -111
  2865. githubkit/versions/v2022_11_28/models/group_0551.py +33 -34
  2866. githubkit/versions/v2022_11_28/models/group_0552.py +19 -454
  2867. githubkit/versions/v2022_11_28/models/group_0553.py +17 -43
  2868. githubkit/versions/v2022_11_28/models/group_0554.py +43 -43
  2869. githubkit/versions/v2022_11_28/models/group_0555.py +9 -109
  2870. githubkit/versions/v2022_11_28/models/group_0556.py +73 -110
  2871. githubkit/versions/v2022_11_28/models/group_0557.py +85 -47
  2872. githubkit/versions/v2022_11_28/models/group_0558.py +80 -46
  2873. githubkit/versions/v2022_11_28/models/group_0559.py +71 -108
  2874. githubkit/versions/v2022_11_28/models/group_0560.py +98 -41
  2875. githubkit/versions/v2022_11_28/models/group_0561.py +49 -48
  2876. githubkit/versions/v2022_11_28/models/group_0562.py +51 -159
  2877. githubkit/versions/v2022_11_28/models/group_0563.py +92 -54
  2878. githubkit/versions/v2022_11_28/models/group_0564.py +58 -55
  2879. githubkit/versions/v2022_11_28/models/group_0565.py +32 -84
  2880. githubkit/versions/v2022_11_28/models/group_0566.py +78 -19
  2881. githubkit/versions/v2022_11_28/models/group_0567.py +56 -21
  2882. githubkit/versions/v2022_11_28/models/group_0568.py +94 -40
  2883. githubkit/versions/v2022_11_28/models/group_0569.py +91 -10
  2884. githubkit/versions/v2022_11_28/models/group_0570.py +92 -107
  2885. githubkit/versions/v2022_11_28/models/group_0571.py +86 -46
  2886. githubkit/versions/v2022_11_28/models/group_0572.py +26 -53
  2887. githubkit/versions/v2022_11_28/models/group_0573.py +18 -74
  2888. githubkit/versions/v2022_11_28/models/group_0574.py +15 -94
  2889. githubkit/versions/v2022_11_28/models/group_0575.py +71 -53
  2890. githubkit/versions/v2022_11_28/models/group_0576.py +34 -140
  2891. githubkit/versions/v2022_11_28/models/group_0577.py +34 -141
  2892. githubkit/versions/v2022_11_28/models/group_0578.py +16 -26
  2893. githubkit/versions/v2022_11_28/models/group_0579.py +16 -30
  2894. githubkit/versions/v2022_11_28/models/group_0580.py +52 -108
  2895. githubkit/versions/v2022_11_28/models/group_0581.py +33 -82
  2896. githubkit/versions/v2022_11_28/models/group_0582.py +33 -81
  2897. githubkit/versions/v2022_11_28/models/group_0583.py +15 -88
  2898. githubkit/versions/v2022_11_28/models/group_0584.py +11 -130
  2899. githubkit/versions/v2022_11_28/models/group_0585.py +1100 -25
  2900. githubkit/versions/v2022_11_28/models/group_0586.py +1152 -21
  2901. githubkit/versions/v2022_11_28/models/group_0587.py +1144 -21
  2902. githubkit/versions/v2022_11_28/models/group_0588.py +18 -69
  2903. githubkit/versions/v2022_11_28/models/group_0589.py +19 -69
  2904. githubkit/versions/v2022_11_28/models/group_0590.py +1091 -45
  2905. githubkit/versions/v2022_11_28/models/group_0591.py +1087 -33
  2906. githubkit/versions/v2022_11_28/models/group_0592.py +72 -76
  2907. githubkit/versions/v2022_11_28/models/group_0593.py +1131 -29
  2908. githubkit/versions/v2022_11_28/models/group_0594.py +1134 -18
  2909. githubkit/versions/v2022_11_28/models/group_0595.py +1093 -29
  2910. githubkit/versions/v2022_11_28/models/group_0596.py +1016 -401
  2911. githubkit/versions/v2022_11_28/models/group_0597.py +16 -18
  2912. githubkit/versions/v2022_11_28/models/group_0598.py +46 -72
  2913. githubkit/versions/v2022_11_28/models/group_0599.py +38 -160
  2914. githubkit/versions/v2022_11_28/models/group_0600.py +1294 -33
  2915. githubkit/versions/v2022_11_28/models/group_0601.py +1343 -18
  2916. githubkit/versions/v2022_11_28/models/group_0602.py +1356 -18
  2917. githubkit/versions/v2022_11_28/models/group_0603.py +1222 -18
  2918. githubkit/versions/v2022_11_28/models/group_0604.py +1160 -18
  2919. githubkit/versions/v2022_11_28/models/group_0605.py +1268 -19
  2920. githubkit/versions/v2022_11_28/models/group_0606.py +1287 -35
  2921. githubkit/versions/v2022_11_28/models/group_0607.py +1265 -8
  2922. githubkit/versions/v2022_11_28/models/group_0608.py +1223 -44
  2923. githubkit/versions/v2022_11_28/models/group_0609.py +1173 -32
  2924. githubkit/versions/v2022_11_28/models/group_0610.py +1279 -32
  2925. githubkit/versions/v2022_11_28/models/group_0611.py +1274 -44
  2926. githubkit/versions/v2022_11_28/models/group_0612.py +1098 -43
  2927. githubkit/versions/v2022_11_28/models/group_0613.py +1160 -19
  2928. githubkit/versions/v2022_11_28/models/group_0614.py +1145 -24
  2929. githubkit/versions/v2022_11_28/models/group_0615.py +1073 -30
  2930. githubkit/versions/v2022_11_28/models/group_0616.py +363 -27
  2931. githubkit/versions/v2022_11_28/models/group_0617.py +20 -37
  2932. githubkit/versions/v2022_11_28/models/group_0618.py +61 -73
  2933. githubkit/versions/v2022_11_28/models/group_0619.py +590 -57
  2934. githubkit/versions/v2022_11_28/models/group_0620.py +15 -69
  2935. githubkit/versions/v2022_11_28/models/group_0621.py +54 -89
  2936. githubkit/versions/v2022_11_28/models/group_0622.py +163 -116
  2937. githubkit/versions/v2022_11_28/models/group_0623.py +118 -31
  2938. githubkit/versions/v2022_11_28/models/group_0624.py +165 -14
  2939. githubkit/versions/v2022_11_28/models/group_0625.py +210 -18
  2940. githubkit/versions/v2022_11_28/models/group_0626.py +169 -15
  2941. githubkit/versions/v2022_11_28/models/group_0627.py +163 -67
  2942. githubkit/versions/v2022_11_28/models/group_0628.py +163 -33
  2943. githubkit/versions/v2022_11_28/models/group_0629.py +165 -33
  2944. githubkit/versions/v2022_11_28/models/group_0630.py +28 -16
  2945. githubkit/versions/v2022_11_28/models/group_0631.py +28 -16
  2946. githubkit/versions/v2022_11_28/models/group_0632.py +22 -57
  2947. githubkit/versions/v2022_11_28/models/group_0633.py +22 -39
  2948. githubkit/versions/v2022_11_28/models/group_0634.py +22 -37
  2949. githubkit/versions/v2022_11_28/models/group_0635.py +43 -17
  2950. githubkit/versions/v2022_11_28/models/group_0636.py +64 -12
  2951. githubkit/versions/v2022_11_28/models/group_0637.py +13 -1151
  2952. githubkit/versions/v2022_11_28/models/group_0638.py +13 -1178
  2953. githubkit/versions/v2022_11_28/models/group_0639.py +13 -1170
  2954. githubkit/versions/v2022_11_28/models/group_0640.py +40 -17
  2955. githubkit/versions/v2022_11_28/models/group_0641.py +31 -110
  2956. githubkit/versions/v2022_11_28/models/group_0642.py +31 -30
  2957. githubkit/versions/v2022_11_28/models/group_0643.py +22 -18
  2958. githubkit/versions/v2022_11_28/models/group_0644.py +36 -120
  2959. githubkit/versions/v2022_11_28/models/group_0645.py +20 -45
  2960. githubkit/versions/v2022_11_28/models/group_0646.py +55 -1125
  2961. githubkit/versions/v2022_11_28/models/group_0647.py +69 -1140
  2962. githubkit/versions/v2022_11_28/models/group_0648.py +103 -99
  2963. githubkit/versions/v2022_11_28/models/group_0649.py +110 -111
  2964. githubkit/versions/v2022_11_28/models/group_0650.py +27 -32
  2965. githubkit/versions/v2022_11_28/models/group_0651.py +42 -1084
  2966. githubkit/versions/v2022_11_28/models/group_0652.py +42 -1099
  2967. githubkit/versions/v2022_11_28/models/group_0653.py +42 -1075
  2968. githubkit/versions/v2022_11_28/models/group_0654.py +46 -1109
  2969. githubkit/versions/v2022_11_28/models/group_0655.py +17 -18
  2970. githubkit/versions/v2022_11_28/models/group_0656.py +285 -112
  2971. githubkit/versions/v2022_11_28/models/group_0657.py +7 -43
  2972. githubkit/versions/v2022_11_28/models/group_0658.py +17 -18
  2973. githubkit/versions/v2022_11_28/models/group_0659.py +29 -111
  2974. githubkit/versions/v2022_11_28/models/group_0660.py +29 -31
  2975. githubkit/versions/v2022_11_28/models/group_0661.py +17 -18
  2976. githubkit/versions/v2022_11_28/models/group_0662.py +146 -107
  2977. githubkit/versions/v2022_11_28/models/group_0663.py +149 -30
  2978. githubkit/versions/v2022_11_28/models/group_0664.py +86 -1284
  2979. githubkit/versions/v2022_11_28/models/group_0665.py +17 -1335
  2980. githubkit/versions/v2022_11_28/models/group_0666.py +9 -1366
  2981. githubkit/versions/v2022_11_28/models/group_0667.py +9 -1230
  2982. githubkit/versions/v2022_11_28/models/group_0668.py +56 -1061
  2983. githubkit/versions/v2022_11_28/models/group_0669.py +58 -1176
  2984. githubkit/versions/v2022_11_28/models/group_0670.py +72 -1195
  2985. githubkit/versions/v2022_11_28/models/group_0671.py +63 -1159
  2986. githubkit/versions/v2022_11_28/models/group_0672.py +90 -1168
  2987. githubkit/versions/v2022_11_28/models/group_0673.py +86 -1111
  2988. githubkit/versions/v2022_11_28/models/group_0674.py +16 -1313
  2989. githubkit/versions/v2022_11_28/models/group_0675.py +16 -1315
  2990. githubkit/versions/v2022_11_28/models/group_0676.py +126 -1058
  2991. githubkit/versions/v2022_11_28/models/group_0677.py +12 -1193
  2992. githubkit/versions/v2022_11_28/models/group_0678.py +8 -1169
  2993. githubkit/versions/v2022_11_28/models/group_0679.py +12 -1134
  2994. githubkit/versions/v2022_11_28/models/group_0680.py +8 -397
  2995. githubkit/versions/v2022_11_28/models/group_0681.py +80 -18
  2996. githubkit/versions/v2022_11_28/models/group_0682.py +284 -52
  2997. githubkit/versions/v2022_11_28/models/group_0683.py +264 -562
  2998. githubkit/versions/v2022_11_28/models/group_0684.py +275 -20
  2999. githubkit/versions/v2022_11_28/models/group_0685.py +389 -49
  3000. githubkit/versions/v2022_11_28/models/group_0686.py +271 -154
  3001. githubkit/versions/v2022_11_28/models/group_0687.py +13 -157
  3002. githubkit/versions/v2022_11_28/models/group_0688.py +18 -152
  3003. githubkit/versions/v2022_11_28/models/group_0689.py +76 -186
  3004. githubkit/versions/v2022_11_28/models/group_0690.py +69 -36
  3005. githubkit/versions/v2022_11_28/models/group_0691.py +48 -59
  3006. githubkit/versions/v2022_11_28/models/group_0692.py +94 -58
  3007. githubkit/versions/v2022_11_28/models/group_0693.py +61 -28
  3008. githubkit/versions/v2022_11_28/models/group_0694.py +48 -25
  3009. githubkit/versions/v2022_11_28/models/group_0695.py +93 -14
  3010. githubkit/versions/v2022_11_28/models/group_0696.py +90 -60
  3011. githubkit/versions/v2022_11_28/models/group_0697.py +490 -19
  3012. githubkit/versions/v2022_11_28/models/group_0698.py +469 -16
  3013. githubkit/versions/v2022_11_28/models/group_0699.py +460 -29
  3014. githubkit/versions/v2022_11_28/models/group_0700.py +28 -66
  3015. githubkit/versions/v2022_11_28/models/group_0701.py +11 -32
  3016. githubkit/versions/v2022_11_28/models/group_0702.py +22 -31
  3017. githubkit/versions/v2022_11_28/models/group_0703.py +5 -18
  3018. githubkit/versions/v2022_11_28/models/group_0704.py +20 -61
  3019. githubkit/versions/v2022_11_28/models/group_0705.py +8 -29
  3020. githubkit/versions/v2022_11_28/models/group_0706.py +8 -184
  3021. githubkit/versions/v2022_11_28/models/group_0707.py +8 -43
  3022. githubkit/versions/v2022_11_28/models/group_0708.py +7 -68
  3023. githubkit/versions/v2022_11_28/models/group_0709.py +27 -67
  3024. githubkit/versions/v2022_11_28/models/group_0710.py +6 -38
  3025. githubkit/versions/v2022_11_28/models/group_0711.py +12 -34
  3026. githubkit/versions/v2022_11_28/models/group_0712.py +31 -16
  3027. githubkit/versions/v2022_11_28/models/group_0713.py +20 -60
  3028. githubkit/versions/v2022_11_28/models/group_0714.py +33 -29
  3029. githubkit/versions/v2022_11_28/models/group_0715.py +7 -47
  3030. githubkit/versions/v2022_11_28/models/group_0716.py +7 -47
  3031. githubkit/versions/v2022_11_28/models/group_0717.py +11 -49
  3032. githubkit/versions/v2022_11_28/models/group_0718.py +18 -44
  3033. githubkit/versions/v2022_11_28/models/group_0719.py +12 -35
  3034. githubkit/versions/v2022_11_28/models/group_0720.py +10 -45
  3035. githubkit/versions/v2022_11_28/models/group_0721.py +7 -91
  3036. githubkit/versions/v2022_11_28/models/group_0722.py +8 -38
  3037. githubkit/versions/v2022_11_28/models/group_0723.py +107 -30
  3038. githubkit/versions/v2022_11_28/models/group_0724.py +26 -36
  3039. githubkit/versions/v2022_11_28/models/group_0725.py +11 -62
  3040. githubkit/versions/v2022_11_28/models/group_0726.py +10 -46
  3041. githubkit/versions/v2022_11_28/models/group_0727.py +9 -46
  3042. githubkit/versions/v2022_11_28/models/group_0728.py +10 -48
  3043. githubkit/versions/v2022_11_28/models/group_0729.py +16 -37
  3044. githubkit/versions/v2022_11_28/models/group_0730.py +12 -18
  3045. githubkit/versions/v2022_11_28/models/group_0731.py +8 -101
  3046. githubkit/versions/v2022_11_28/models/group_0732.py +10 -75
  3047. githubkit/versions/v2022_11_28/models/group_0733.py +11 -113
  3048. githubkit/versions/v2022_11_28/models/group_0734.py +10 -123
  3049. githubkit/versions/v2022_11_28/models/group_0735.py +26 -35
  3050. githubkit/versions/v2022_11_28/models/group_0736.py +17 -35
  3051. githubkit/versions/v2022_11_28/models/group_0737.py +15 -39
  3052. githubkit/versions/v2022_11_28/models/group_0738.py +14 -42
  3053. githubkit/versions/v2022_11_28/models/group_0739.py +37 -33
  3054. githubkit/versions/v2022_11_28/models/group_0740.py +15 -18
  3055. githubkit/versions/v2022_11_28/models/group_0741.py +13 -36
  3056. githubkit/versions/v2022_11_28/models/group_0742.py +15 -41
  3057. githubkit/versions/v2022_11_28/models/group_0743.py +14 -43
  3058. githubkit/versions/v2022_11_28/models/group_0744.py +14 -35
  3059. githubkit/versions/v2022_11_28/models/group_0745.py +19 -56
  3060. githubkit/versions/v2022_11_28/models/group_0746.py +10 -41
  3061. githubkit/versions/v2022_11_28/models/group_0747.py +15 -39
  3062. githubkit/versions/v2022_11_28/models/group_0748.py +34 -34
  3063. githubkit/versions/v2022_11_28/models/group_0749.py +25 -33
  3064. githubkit/versions/v2022_11_28/models/group_0750.py +10 -20
  3065. githubkit/versions/v2022_11_28/models/group_0751.py +9 -41
  3066. githubkit/versions/v2022_11_28/models/group_0752.py +15 -39
  3067. githubkit/versions/v2022_11_28/models/group_0753.py +10 -39
  3068. githubkit/versions/v2022_11_28/models/group_0754.py +14 -35
  3069. githubkit/versions/v2022_11_28/models/group_0755.py +9 -24
  3070. githubkit/versions/v2022_11_28/models/group_0756.py +10 -42
  3071. githubkit/versions/v2022_11_28/models/group_0757.py +8 -260
  3072. githubkit/versions/v2022_11_28/models/group_0758.py +10 -7
  3073. githubkit/versions/v2022_11_28/models/group_0759.py +16 -50
  3074. githubkit/versions/v2022_11_28/models/group_0760.py +26 -38
  3075. githubkit/versions/v2022_11_28/models/group_0761.py +16 -35
  3076. githubkit/versions/v2022_11_28/models/group_0762.py +17 -49
  3077. githubkit/versions/v2022_11_28/models/group_0763.py +9 -163
  3078. githubkit/versions/v2022_11_28/models/group_0764.py +30 -149
  3079. githubkit/versions/v2022_11_28/models/group_0765.py +28 -148
  3080. githubkit/versions/v2022_11_28/models/group_0766.py +14 -34
  3081. githubkit/versions/v2022_11_28/models/group_0767.py +9 -12
  3082. githubkit/versions/v2022_11_28/models/group_0768.py +5 -17
  3083. githubkit/versions/v2022_11_28/models/group_0769.py +18 -160
  3084. githubkit/versions/v2022_11_28/models/group_0770.py +10 -168
  3085. githubkit/versions/v2022_11_28/models/group_0771.py +9 -187
  3086. githubkit/versions/v2022_11_28/models/group_0772.py +30 -159
  3087. githubkit/versions/v2022_11_28/models/group_0773.py +12 -210
  3088. githubkit/versions/v2022_11_28/models/group_0774.py +13 -204
  3089. githubkit/versions/v2022_11_28/models/group_0775.py +9 -40
  3090. githubkit/versions/v2022_11_28/models/group_0776.py +11 -52
  3091. githubkit/versions/v2022_11_28/models/group_0777.py +8 -233
  3092. githubkit/versions/v2022_11_28/models/group_0778.py +20 -14
  3093. githubkit/versions/v2022_11_28/models/group_0779.py +15 -8
  3094. githubkit/versions/v2022_11_28/models/group_0780.py +14 -16
  3095. githubkit/versions/v2022_11_28/models/group_0781.py +10 -10
  3096. githubkit/versions/v2022_11_28/models/group_0782.py +9 -104
  3097. githubkit/versions/v2022_11_28/models/group_0783.py +12 -298
  3098. githubkit/versions/v2022_11_28/models/group_0784.py +23 -287
  3099. githubkit/versions/v2022_11_28/models/group_0785.py +14 -295
  3100. githubkit/versions/v2022_11_28/models/group_0786.py +80 -365
  3101. githubkit/versions/v2022_11_28/models/group_0787.py +69 -296
  3102. githubkit/versions/v2022_11_28/models/group_0788.py +65 -30
  3103. githubkit/versions/v2022_11_28/models/group_0789.py +28 -40
  3104. githubkit/versions/v2022_11_28/models/group_0790.py +20 -108
  3105. githubkit/versions/v2022_11_28/models/group_0791.py +12 -75
  3106. githubkit/versions/v2022_11_28/models/group_0792.py +9 -54
  3107. githubkit/versions/v2022_11_28/models/group_0793.py +7 -113
  3108. githubkit/versions/v2022_11_28/models/group_0794.py +10 -65
  3109. githubkit/versions/v2022_11_28/models/group_0795.py +16 -51
  3110. githubkit/versions/v2022_11_28/models/group_0796.py +11 -93
  3111. githubkit/versions/v2022_11_28/models/group_0797.py +9 -93
  3112. githubkit/versions/v2022_11_28/models/group_0798.py +9 -60
  3113. githubkit/versions/v2022_11_28/models/group_0799.py +7 -339
  3114. githubkit/versions/v2022_11_28/models/group_0800.py +8 -369
  3115. githubkit/versions/v2022_11_28/models/group_0801.py +13 -21
  3116. githubkit/versions/v2022_11_28/models/group_0802.py +12 -60
  3117. githubkit/versions/v2022_11_28/models/group_0803.py +13 -14
  3118. githubkit/versions/v2022_11_28/models/group_0804.py +12 -354
  3119. githubkit/versions/v2022_11_28/models/group_0805.py +5 -22
  3120. githubkit/versions/v2022_11_28/models/group_0806.py +28 -65
  3121. githubkit/versions/v2022_11_28/models/group_0807.py +17 -339
  3122. githubkit/versions/v2022_11_28/models/group_0808.py +6 -372
  3123. githubkit/versions/v2022_11_28/models/group_0809.py +8 -21
  3124. githubkit/versions/v2022_11_28/models/group_0810.py +11 -60
  3125. githubkit/versions/v2022_11_28/models/group_0811.py +22 -12
  3126. githubkit/versions/v2022_11_28/models/group_0812.py +8 -359
  3127. githubkit/versions/v2022_11_28/models/group_0813.py +5 -22
  3128. githubkit/versions/v2022_11_28/models/group_0814.py +10 -498
  3129. githubkit/versions/v2022_11_28/models/group_0815.py +18 -31
  3130. githubkit/versions/v2022_11_28/models/group_0816.py +12 -11
  3131. githubkit/versions/v2022_11_28/models/group_0817.py +8 -17
  3132. githubkit/versions/v2022_11_28/models/group_0818.py +9 -5
  3133. githubkit/versions/v2022_11_28/models/group_0819.py +7 -22
  3134. githubkit/versions/v2022_11_28/models/group_0820.py +202 -7
  3135. githubkit/versions/v2022_11_28/models/group_0821.py +11 -8
  3136. githubkit/versions/v2022_11_28/models/group_0822.py +9 -7
  3137. githubkit/versions/v2022_11_28/models/group_0823.py +18 -7
  3138. githubkit/versions/v2022_11_28/models/group_0824.py +15 -39
  3139. githubkit/versions/v2022_11_28/models/group_0825.py +15 -6
  3140. githubkit/versions/v2022_11_28/models/group_0826.py +14 -8
  3141. githubkit/versions/v2022_11_28/models/group_0827.py +10 -29
  3142. githubkit/versions/v2022_11_28/models/group_0828.py +19 -21
  3143. githubkit/versions/v2022_11_28/models/group_0829.py +11 -35
  3144. githubkit/versions/v2022_11_28/models/group_0830.py +11 -7
  3145. githubkit/versions/v2022_11_28/models/group_0831.py +10 -7
  3146. githubkit/versions/v2022_11_28/models/group_0832.py +14 -5
  3147. githubkit/versions/v2022_11_28/models/group_0833.py +10 -12
  3148. githubkit/versions/v2022_11_28/models/group_0834.py +10 -16
  3149. githubkit/versions/v2022_11_28/models/group_0835.py +11 -13
  3150. githubkit/versions/v2022_11_28/models/group_0836.py +8 -6
  3151. githubkit/versions/v2022_11_28/models/group_0837.py +7 -7
  3152. githubkit/versions/v2022_11_28/models/group_0838.py +10 -115
  3153. githubkit/versions/v2022_11_28/models/group_0839.py +13 -28
  3154. githubkit/versions/v2022_11_28/models/group_0840.py +10 -15
  3155. githubkit/versions/v2022_11_28/models/group_0841.py +7 -14
  3156. githubkit/versions/v2022_11_28/models/group_0842.py +9 -10
  3157. githubkit/versions/v2022_11_28/models/group_0843.py +32 -8
  3158. githubkit/versions/v2022_11_28/models/group_0844.py +27 -19
  3159. githubkit/versions/v2022_11_28/models/group_0845.py +9 -15
  3160. githubkit/versions/v2022_11_28/models/group_0846.py +15 -11
  3161. githubkit/versions/v2022_11_28/models/group_0847.py +214 -10
  3162. githubkit/versions/v2022_11_28/models/group_0848.py +92 -10
  3163. githubkit/versions/v2022_11_28/models/group_0849.py +45 -14
  3164. githubkit/versions/v2022_11_28/models/group_0850.py +13 -26
  3165. githubkit/versions/v2022_11_28/models/group_0851.py +17 -24
  3166. githubkit/versions/v2022_11_28/models/group_0852.py +17 -12
  3167. githubkit/versions/v2022_11_28/models/group_0853.py +11 -7
  3168. githubkit/versions/v2022_11_28/models/group_0854.py +10 -32
  3169. githubkit/versions/v2022_11_28/models/group_0855.py +14 -16
  3170. githubkit/versions/v2022_11_28/models/group_0856.py +11 -18
  3171. githubkit/versions/v2022_11_28/models/group_0857.py +12 -12
  3172. githubkit/versions/v2022_11_28/models/group_0858.py +12 -8
  3173. githubkit/versions/v2022_11_28/models/group_0859.py +10 -12
  3174. githubkit/versions/v2022_11_28/models/group_0860.py +13 -22
  3175. githubkit/versions/v2022_11_28/models/group_0861.py +12 -10
  3176. githubkit/versions/v2022_11_28/models/group_0862.py +6 -12
  3177. githubkit/versions/v2022_11_28/models/group_0863.py +91 -23
  3178. githubkit/versions/v2022_11_28/models/group_0864.py +47 -16
  3179. githubkit/versions/v2022_11_28/models/group_0865.py +55 -10
  3180. githubkit/versions/v2022_11_28/models/group_0866.py +101 -8
  3181. githubkit/versions/v2022_11_28/models/group_0867.py +57 -11
  3182. githubkit/versions/v2022_11_28/models/group_0868.py +61 -9
  3183. githubkit/versions/v2022_11_28/models/group_0869.py +6 -12
  3184. githubkit/versions/v2022_11_28/models/group_0870.py +30 -8
  3185. githubkit/versions/v2022_11_28/models/group_0871.py +9 -10
  3186. githubkit/versions/v2022_11_28/models/group_0872.py +25 -9
  3187. githubkit/versions/v2022_11_28/models/group_0873.py +37 -10
  3188. githubkit/versions/v2022_11_28/models/group_0874.py +10 -8
  3189. githubkit/versions/v2022_11_28/models/group_0875.py +46 -27
  3190. githubkit/versions/v2022_11_28/models/group_0876.py +24 -22
  3191. githubkit/versions/v2022_11_28/models/group_0877.py +8 -11
  3192. githubkit/versions/v2022_11_28/models/group_0878.py +26 -8
  3193. githubkit/versions/v2022_11_28/models/group_0879.py +17 -37
  3194. githubkit/versions/v2022_11_28/models/group_0880.py +10 -39
  3195. githubkit/versions/v2022_11_28/models/group_0881.py +7 -17
  3196. githubkit/versions/v2022_11_28/models/group_0882.py +6 -14
  3197. githubkit/versions/v2022_11_28/models/group_0883.py +15 -5
  3198. githubkit/versions/v2022_11_28/models/group_0884.py +12 -21
  3199. githubkit/versions/v2022_11_28/models/group_0885.py +8 -11
  3200. githubkit/versions/v2022_11_28/models/group_0886.py +58 -9
  3201. githubkit/versions/v2022_11_28/models/group_0887.py +43 -32
  3202. githubkit/versions/v2022_11_28/models/group_0888.py +19 -11
  3203. githubkit/versions/v2022_11_28/models/group_0889.py +23 -18
  3204. githubkit/versions/v2022_11_28/models/group_0890.py +11 -8
  3205. githubkit/versions/v2022_11_28/models/group_0891.py +16 -5
  3206. githubkit/versions/v2022_11_28/models/group_0892.py +49 -8
  3207. githubkit/versions/v2022_11_28/models/group_0893.py +6 -21
  3208. githubkit/versions/v2022_11_28/models/group_0894.py +32 -11
  3209. githubkit/versions/v2022_11_28/models/group_0895.py +27 -15
  3210. githubkit/versions/v2022_11_28/models/group_0896.py +48 -8
  3211. githubkit/versions/v2022_11_28/models/group_0897.py +37 -8
  3212. githubkit/versions/v2022_11_28/models/group_0898.py +14 -14
  3213. githubkit/versions/v2022_11_28/models/group_0899.py +21 -28
  3214. githubkit/versions/v2022_11_28/models/group_0900.py +9 -16
  3215. githubkit/versions/v2022_11_28/models/group_0901.py +10 -117
  3216. githubkit/versions/v2022_11_28/models/group_0902.py +9 -73
  3217. githubkit/versions/v2022_11_28/models/group_0903.py +7 -76
  3218. githubkit/versions/v2022_11_28/models/group_0904.py +11 -40
  3219. githubkit/versions/v2022_11_28/models/group_0905.py +11 -22
  3220. githubkit/versions/v2022_11_28/models/group_0906.py +8 -9
  3221. githubkit/versions/v2022_11_28/models/group_0907.py +69 -9
  3222. githubkit/versions/v2022_11_28/models/group_0908.py +9 -6
  3223. githubkit/versions/v2022_11_28/models/group_0909.py +12 -12
  3224. githubkit/versions/v2022_11_28/models/group_0910.py +36 -14
  3225. githubkit/versions/v2022_11_28/models/group_0911.py +41 -10
  3226. githubkit/versions/v2022_11_28/models/group_0912.py +45 -8
  3227. githubkit/versions/v2022_11_28/models/group_0913.py +27 -8
  3228. githubkit/versions/v2022_11_28/models/group_0914.py +19 -7
  3229. githubkit/versions/v2022_11_28/models/group_0915.py +22 -7
  3230. githubkit/versions/v2022_11_28/models/group_0916.py +19 -7
  3231. githubkit/versions/v2022_11_28/models/group_0917.py +7 -10
  3232. githubkit/versions/v2022_11_28/models/group_0918.py +8 -13
  3233. githubkit/versions/v2022_11_28/models/group_0919.py +5 -20
  3234. githubkit/versions/v2022_11_28/models/group_0920.py +18 -5
  3235. githubkit/versions/v2022_11_28/models/group_0921.py +31 -19
  3236. githubkit/versions/v2022_11_28/models/group_0922.py +6 -26
  3237. githubkit/versions/v2022_11_28/models/group_0923.py +12 -6
  3238. githubkit/versions/v2022_11_28/models/group_0924.py +51 -7
  3239. githubkit/versions/v2022_11_28/models/group_0925.py +12 -10
  3240. githubkit/versions/v2022_11_28/models/group_0926.py +9 -22
  3241. githubkit/versions/v2022_11_28/models/group_0927.py +6 -11
  3242. githubkit/versions/v2022_11_28/models/group_0928.py +17 -5
  3243. githubkit/versions/v2022_11_28/models/group_0929.py +18 -8
  3244. githubkit/versions/v2022_11_28/models/group_0930.py +6 -24
  3245. githubkit/versions/v2022_11_28/models/group_0931.py +10 -8
  3246. githubkit/versions/v2022_11_28/models/group_0932.py +19 -9
  3247. githubkit/versions/v2022_11_28/models/group_0933.py +6 -6
  3248. githubkit/versions/v2022_11_28/models/group_0934.py +13 -7
  3249. githubkit/versions/v2022_11_28/models/group_0935.py +9 -200
  3250. githubkit/versions/v2022_11_28/models/group_0936.py +11 -12
  3251. githubkit/versions/v2022_11_28/models/group_0937.py +15 -7
  3252. githubkit/versions/v2022_11_28/models/group_0938.py +14 -14
  3253. githubkit/versions/v2022_11_28/models/group_0939.py +8 -12
  3254. githubkit/versions/v2022_11_28/models/group_0940.py +17 -12
  3255. githubkit/versions/v2022_11_28/models/group_0941.py +15 -9
  3256. githubkit/versions/v2022_11_28/models/group_0942.py +21 -10
  3257. githubkit/versions/v2022_11_28/models/group_0943.py +8 -18
  3258. githubkit/versions/v2022_11_28/models/group_0944.py +9 -12
  3259. githubkit/versions/v2022_11_28/models/group_0945.py +14 -11
  3260. githubkit/versions/v2022_11_28/models/group_0946.py +24 -10
  3261. githubkit/versions/v2022_11_28/models/group_0947.py +23 -10
  3262. githubkit/versions/v2022_11_28/models/group_0948.py +24 -12
  3263. githubkit/versions/v2022_11_28/models/group_0949.py +25 -10
  3264. githubkit/versions/v2022_11_28/models/group_0950.py +25 -11
  3265. githubkit/versions/v2022_11_28/models/group_0951.py +16 -7
  3266. githubkit/versions/v2022_11_28/models/group_0952.py +15 -7
  3267. githubkit/versions/v2022_11_28/models/group_0953.py +16 -10
  3268. githubkit/versions/v2022_11_28/models/group_0954.py +24 -12
  3269. githubkit/versions/v2022_11_28/models/group_0955.py +8 -12
  3270. githubkit/versions/v2022_11_28/models/group_0956.py +11 -7
  3271. githubkit/versions/v2022_11_28/models/group_0957.py +12 -9
  3272. githubkit/versions/v2022_11_28/models/group_0958.py +38 -39
  3273. githubkit/versions/v2022_11_28/models/group_0959.py +7 -32
  3274. githubkit/versions/v2022_11_28/models/group_0960.py +11 -13
  3275. githubkit/versions/v2022_11_28/models/group_0961.py +21 -11
  3276. githubkit/versions/v2022_11_28/models/group_0962.py +26 -196
  3277. githubkit/versions/v2022_11_28/models/group_0963.py +25 -77
  3278. githubkit/versions/v2022_11_28/models/group_0964.py +10 -48
  3279. githubkit/versions/v2022_11_28/models/group_0965.py +21 -17
  3280. githubkit/versions/v2022_11_28/models/group_0966.py +9 -18
  3281. githubkit/versions/v2022_11_28/models/group_0967.py +9 -19
  3282. githubkit/versions/v2022_11_28/models/group_0968.py +12 -11
  3283. githubkit/versions/v2022_11_28/models/group_0969.py +12 -11
  3284. githubkit/versions/v2022_11_28/models/group_0970.py +12 -13
  3285. githubkit/versions/v2022_11_28/models/group_0971.py +46 -10
  3286. githubkit/versions/v2022_11_28/models/group_0972.py +6 -14
  3287. githubkit/versions/v2022_11_28/models/group_0973.py +12 -13
  3288. githubkit/versions/v2022_11_28/models/group_0974.py +14 -11
  3289. githubkit/versions/v2022_11_28/models/group_0975.py +11 -14
  3290. githubkit/versions/v2022_11_28/models/group_0976.py +9 -14
  3291. githubkit/versions/v2022_11_28/models/group_0977.py +42 -10
  3292. githubkit/versions/v2022_11_28/models/group_0978.py +9 -103
  3293. githubkit/versions/v2022_11_28/models/group_0979.py +14 -49
  3294. githubkit/versions/v2022_11_28/models/group_0980.py +21 -47
  3295. githubkit/versions/v2022_11_28/models/group_0981.py +8 -102
  3296. githubkit/versions/v2022_11_28/models/group_0982.py +56 -49
  3297. githubkit/versions/v2022_11_28/models/group_0983.py +56 -51
  3298. githubkit/versions/v2022_11_28/models/group_0984.py +22 -6
  3299. githubkit/versions/v2022_11_28/models/group_0985.py +17 -25
  3300. githubkit/versions/v2022_11_28/models/group_0986.py +14 -13
  3301. githubkit/versions/v2022_11_28/models/group_0987.py +7 -24
  3302. githubkit/versions/v2022_11_28/models/group_0988.py +8 -38
  3303. githubkit/versions/v2022_11_28/models/group_0989.py +16 -11
  3304. githubkit/versions/v2022_11_28/models/group_0990.py +14 -41
  3305. githubkit/versions/v2022_11_28/models/group_0991.py +31 -28
  3306. githubkit/versions/v2022_11_28/models/group_0992.py +13 -11
  3307. githubkit/versions/v2022_11_28/models/group_0993.py +9 -24
  3308. githubkit/versions/v2022_11_28/models/group_0994.py +6 -25
  3309. githubkit/versions/v2022_11_28/models/group_0995.py +6 -17
  3310. githubkit/versions/v2022_11_28/models/group_0996.py +17 -10
  3311. githubkit/versions/v2022_11_28/models/group_0997.py +12 -6
  3312. githubkit/versions/v2022_11_28/models/group_0998.py +9 -9
  3313. githubkit/versions/v2022_11_28/models/group_0999.py +9 -14
  3314. githubkit/versions/v2022_11_28/models/group_1000.py +8 -13
  3315. githubkit/versions/v2022_11_28/models/group_1001.py +9 -58
  3316. githubkit/versions/v2022_11_28/models/group_1002.py +22 -46
  3317. githubkit/versions/v2022_11_28/models/group_1003.py +10 -25
  3318. githubkit/versions/v2022_11_28/models/group_1004.py +54 -28
  3319. githubkit/versions/v2022_11_28/models/group_1005.py +42 -11
  3320. githubkit/versions/v2022_11_28/models/group_1006.py +33 -11
  3321. githubkit/versions/v2022_11_28/models/group_1007.py +12 -43
  3322. githubkit/versions/v2022_11_28/models/group_1008.py +11 -8
  3323. githubkit/versions/v2022_11_28/models/group_1009.py +8 -36
  3324. githubkit/versions/v2022_11_28/models/group_1010.py +14 -25
  3325. githubkit/versions/v2022_11_28/models/group_1011.py +9 -48
  3326. githubkit/versions/v2022_11_28/models/group_1012.py +8 -35
  3327. githubkit/versions/v2022_11_28/models/group_1013.py +9 -16
  3328. githubkit/versions/v2022_11_28/models/group_1014.py +9 -21
  3329. githubkit/versions/v2022_11_28/models/group_1015.py +18 -18
  3330. githubkit/versions/v2022_11_28/models/group_1016.py +8 -9
  3331. githubkit/versions/v2022_11_28/models/group_1017.py +8 -70
  3332. githubkit/versions/v2022_11_28/models/group_1018.py +14 -9
  3333. githubkit/versions/v2022_11_28/models/group_1019.py +5 -15
  3334. githubkit/versions/v2022_11_28/models/group_1020.py +10 -38
  3335. githubkit/versions/v2022_11_28/models/group_1021.py +8 -41
  3336. githubkit/versions/v2022_11_28/models/group_1022.py +25 -34
  3337. githubkit/versions/v2022_11_28/models/group_1023.py +9 -28
  3338. githubkit/versions/v2022_11_28/models/group_1024.py +83 -13
  3339. githubkit/versions/v2022_11_28/models/group_1025.py +13 -24
  3340. githubkit/versions/v2022_11_28/models/group_1026.py +13 -23
  3341. githubkit/versions/v2022_11_28/models/group_1027.py +12 -7
  3342. githubkit/versions/v2022_11_28/rest/__init__.py +1 -1
  3343. githubkit/versions/v2022_11_28/rest/actions.py +131 -108
  3344. githubkit/versions/v2022_11_28/rest/activity.py +2 -3
  3345. githubkit/versions/v2022_11_28/rest/apps.py +2 -3
  3346. githubkit/versions/v2022_11_28/rest/billing.py +3 -8
  3347. githubkit/versions/v2022_11_28/rest/checks.py +2 -3
  3348. githubkit/versions/v2022_11_28/rest/classroom.py +2 -6
  3349. githubkit/versions/v2022_11_28/rest/code_scanning.py +2 -3
  3350. githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +3 -8
  3351. githubkit/versions/v2022_11_28/rest/codespaces.py +2 -3
  3352. githubkit/versions/v2022_11_28/rest/copilot.py +2 -3
  3353. githubkit/versions/v2022_11_28/rest/dependabot.py +2 -3
  3354. githubkit/versions/v2022_11_28/rest/dependency_graph.py +2 -3
  3355. githubkit/versions/v2022_11_28/rest/emojis.py +3 -8
  3356. githubkit/versions/v2022_11_28/rest/gists.py +2 -3
  3357. githubkit/versions/v2022_11_28/rest/git.py +70 -13
  3358. githubkit/versions/v2022_11_28/rest/gitignore.py +3 -8
  3359. githubkit/versions/v2022_11_28/rest/interactions.py +2 -3
  3360. githubkit/versions/v2022_11_28/rest/issues.py +1 -1
  3361. githubkit/versions/v2022_11_28/rest/licenses.py +2 -6
  3362. githubkit/versions/v2022_11_28/rest/markdown.py +2 -3
  3363. githubkit/versions/v2022_11_28/rest/meta.py +2 -6
  3364. githubkit/versions/v2022_11_28/rest/migrations.py +2 -3
  3365. githubkit/versions/v2022_11_28/rest/oidc.py +2 -3
  3366. githubkit/versions/v2022_11_28/rest/orgs.py +4 -5
  3367. githubkit/versions/v2022_11_28/rest/packages.py +2 -6
  3368. githubkit/versions/v2022_11_28/rest/projects.py +2 -3
  3369. githubkit/versions/v2022_11_28/rest/pulls.py +4 -3
  3370. githubkit/versions/v2022_11_28/rest/rate_limit.py +3 -8
  3371. githubkit/versions/v2022_11_28/rest/reactions.py +2 -3
  3372. githubkit/versions/v2022_11_28/rest/repos.py +85 -9
  3373. githubkit/versions/v2022_11_28/rest/search.py +2 -6
  3374. githubkit/versions/v2022_11_28/rest/secret_scanning.py +2 -3
  3375. githubkit/versions/v2022_11_28/rest/security_advisories.py +22 -21
  3376. githubkit/versions/v2022_11_28/rest/teams.py +2 -3
  3377. githubkit/versions/v2022_11_28/rest/users.py +2 -3
  3378. githubkit/versions/v2022_11_28/types/__init__.py +4427 -5383
  3379. githubkit/versions/v2022_11_28/types/group_0000.py +2 -2
  3380. githubkit/versions/v2022_11_28/types/group_0001.py +1 -1
  3381. githubkit/versions/v2022_11_28/types/group_0002.py +14 -10
  3382. githubkit/versions/v2022_11_28/types/group_0003.py +1 -1
  3383. githubkit/versions/v2022_11_28/types/group_0004.py +1 -1
  3384. githubkit/versions/v2022_11_28/types/group_0005.py +1 -1
  3385. githubkit/versions/v2022_11_28/types/group_0006.py +1 -1
  3386. githubkit/versions/v2022_11_28/types/group_0007.py +1 -1
  3387. githubkit/versions/v2022_11_28/types/group_0008.py +1 -1
  3388. githubkit/versions/v2022_11_28/types/group_0009.py +1 -1
  3389. githubkit/versions/v2022_11_28/types/group_0010.py +1 -1
  3390. githubkit/versions/v2022_11_28/types/group_0011.py +1 -1
  3391. githubkit/versions/v2022_11_28/types/group_0012.py +1 -1
  3392. githubkit/versions/v2022_11_28/types/group_0013.py +1 -1
  3393. githubkit/versions/v2022_11_28/types/group_0014.py +1 -1
  3394. githubkit/versions/v2022_11_28/types/group_0015.py +1 -1
  3395. githubkit/versions/v2022_11_28/types/group_0016.py +1 -1
  3396. githubkit/versions/v2022_11_28/types/group_0017.py +1 -1
  3397. githubkit/versions/v2022_11_28/types/group_0018.py +2 -3
  3398. githubkit/versions/v2022_11_28/types/group_0019.py +1 -1
  3399. githubkit/versions/v2022_11_28/types/group_0020.py +2 -2
  3400. githubkit/versions/v2022_11_28/types/group_0021.py +1 -1
  3401. githubkit/versions/v2022_11_28/types/group_0022.py +1 -1
  3402. githubkit/versions/v2022_11_28/types/group_0023.py +1 -1
  3403. githubkit/versions/v2022_11_28/types/group_0024.py +1 -1
  3404. githubkit/versions/v2022_11_28/types/group_0025.py +1 -1
  3405. githubkit/versions/v2022_11_28/types/group_0026.py +1 -1
  3406. githubkit/versions/v2022_11_28/types/group_0027.py +1 -1
  3407. githubkit/versions/v2022_11_28/types/group_0028.py +2 -2
  3408. githubkit/versions/v2022_11_28/types/group_0029.py +2 -2
  3409. githubkit/versions/v2022_11_28/types/group_0030.py +1 -1
  3410. githubkit/versions/v2022_11_28/types/group_0031.py +1 -1
  3411. githubkit/versions/v2022_11_28/types/group_0032.py +2 -2
  3412. githubkit/versions/v2022_11_28/types/group_0033.py +1 -1
  3413. githubkit/versions/v2022_11_28/types/group_0034.py +1 -1
  3414. githubkit/versions/v2022_11_28/types/group_0035.py +2 -2
  3415. githubkit/versions/v2022_11_28/types/group_0036.py +2 -2
  3416. githubkit/versions/v2022_11_28/types/group_0037.py +1 -1
  3417. githubkit/versions/v2022_11_28/types/group_0038.py +1 -1
  3418. githubkit/versions/v2022_11_28/types/group_0039.py +1 -1
  3419. githubkit/versions/v2022_11_28/types/group_0040.py +2 -2
  3420. githubkit/versions/v2022_11_28/types/group_0041.py +2 -2
  3421. githubkit/versions/v2022_11_28/types/group_0042.py +1 -1
  3422. githubkit/versions/v2022_11_28/types/group_0043.py +1 -1
  3423. githubkit/versions/v2022_11_28/types/group_0044.py +1 -1
  3424. githubkit/versions/v2022_11_28/types/group_0045.py +1 -1
  3425. githubkit/versions/v2022_11_28/types/group_0046.py +2 -2
  3426. githubkit/versions/v2022_11_28/types/group_0047.py +2 -2
  3427. githubkit/versions/v2022_11_28/types/group_0048.py +1 -1
  3428. githubkit/versions/v2022_11_28/types/group_0049.py +1 -1
  3429. githubkit/versions/v2022_11_28/types/group_0050.py +2 -2
  3430. githubkit/versions/v2022_11_28/types/group_0051.py +3 -4
  3431. githubkit/versions/v2022_11_28/types/group_0052.py +1 -1
  3432. githubkit/versions/v2022_11_28/types/group_0053.py +1 -1
  3433. githubkit/versions/v2022_11_28/types/group_0054.py +1 -1
  3434. githubkit/versions/v2022_11_28/types/group_0055.py +1 -1
  3435. githubkit/versions/v2022_11_28/types/group_0056.py +1 -1
  3436. githubkit/versions/v2022_11_28/types/group_0057.py +1 -1
  3437. githubkit/versions/v2022_11_28/types/group_0058.py +1 -1
  3438. githubkit/versions/v2022_11_28/types/group_0059.py +1 -1
  3439. githubkit/versions/v2022_11_28/types/group_0060.py +1 -1
  3440. githubkit/versions/v2022_11_28/types/group_0061.py +1 -1
  3441. githubkit/versions/v2022_11_28/types/group_0062.py +2 -2
  3442. githubkit/versions/v2022_11_28/types/group_0063.py +1 -1
  3443. githubkit/versions/v2022_11_28/types/group_0064.py +1 -1
  3444. githubkit/versions/v2022_11_28/types/group_0065.py +1 -1
  3445. githubkit/versions/v2022_11_28/types/group_0066.py +1 -1
  3446. githubkit/versions/v2022_11_28/types/group_0067.py +1 -1
  3447. githubkit/versions/v2022_11_28/types/group_0068.py +1 -1
  3448. githubkit/versions/v2022_11_28/types/group_0069.py +2 -2
  3449. githubkit/versions/v2022_11_28/types/group_0070.py +1 -1
  3450. githubkit/versions/v2022_11_28/types/group_0071.py +1 -1
  3451. githubkit/versions/v2022_11_28/types/group_0072.py +1 -1
  3452. githubkit/versions/v2022_11_28/types/group_0073.py +1 -1
  3453. githubkit/versions/v2022_11_28/types/group_0074.py +1 -1
  3454. githubkit/versions/v2022_11_28/types/group_0075.py +1 -1
  3455. githubkit/versions/v2022_11_28/types/group_0076.py +1 -1
  3456. githubkit/versions/v2022_11_28/types/group_0077.py +1 -1
  3457. githubkit/versions/v2022_11_28/types/group_0078.py +2 -2
  3458. githubkit/versions/v2022_11_28/types/group_0079.py +1 -1
  3459. githubkit/versions/v2022_11_28/types/group_0080.py +1 -1
  3460. githubkit/versions/v2022_11_28/types/group_0081.py +1 -1
  3461. githubkit/versions/v2022_11_28/types/group_0082.py +1 -1
  3462. githubkit/versions/v2022_11_28/types/group_0083.py +1 -1
  3463. githubkit/versions/v2022_11_28/types/group_0084.py +2 -2
  3464. githubkit/versions/v2022_11_28/types/group_0085.py +1 -1
  3465. githubkit/versions/v2022_11_28/types/group_0086.py +1 -1
  3466. githubkit/versions/v2022_11_28/types/group_0087.py +1 -1
  3467. githubkit/versions/v2022_11_28/types/group_0088.py +1 -1
  3468. githubkit/versions/v2022_11_28/types/group_0089.py +1 -1
  3469. githubkit/versions/v2022_11_28/types/group_0090.py +1 -1
  3470. githubkit/versions/v2022_11_28/types/group_0091.py +2 -2
  3471. githubkit/versions/v2022_11_28/types/group_0092.py +1 -1
  3472. githubkit/versions/v2022_11_28/types/group_0093.py +2 -2
  3473. githubkit/versions/v2022_11_28/types/group_0094.py +1 -1
  3474. githubkit/versions/v2022_11_28/types/group_0095.py +1 -1
  3475. githubkit/versions/v2022_11_28/types/group_0096.py +2 -2
  3476. githubkit/versions/v2022_11_28/types/group_0097.py +1 -2
  3477. githubkit/versions/v2022_11_28/types/group_0098.py +1 -1
  3478. githubkit/versions/v2022_11_28/types/group_0099.py +2 -3
  3479. githubkit/versions/v2022_11_28/types/group_0100.py +1 -1
  3480. githubkit/versions/v2022_11_28/types/group_0101.py +2 -3
  3481. githubkit/versions/v2022_11_28/types/group_0102.py +1 -1
  3482. githubkit/versions/v2022_11_28/types/group_0103.py +2 -3
  3483. githubkit/versions/v2022_11_28/types/group_0104.py +1 -1
  3484. githubkit/versions/v2022_11_28/types/group_0105.py +1 -2
  3485. githubkit/versions/v2022_11_28/types/group_0106.py +1 -2
  3486. githubkit/versions/v2022_11_28/types/group_0107.py +1 -2
  3487. githubkit/versions/v2022_11_28/types/group_0108.py +1 -1
  3488. githubkit/versions/v2022_11_28/types/group_0109.py +1 -1
  3489. githubkit/versions/v2022_11_28/types/group_0110.py +1 -1
  3490. githubkit/versions/v2022_11_28/types/group_0111.py +1 -1
  3491. githubkit/versions/v2022_11_28/types/group_0112.py +2 -2
  3492. githubkit/versions/v2022_11_28/types/group_0113.py +1 -1
  3493. githubkit/versions/v2022_11_28/types/group_0114.py +1 -1
  3494. githubkit/versions/v2022_11_28/types/group_0115.py +1 -1
  3495. githubkit/versions/v2022_11_28/types/group_0116.py +2 -2
  3496. githubkit/versions/v2022_11_28/types/group_0117.py +1 -1
  3497. githubkit/versions/v2022_11_28/types/group_0118.py +1 -1
  3498. githubkit/versions/v2022_11_28/types/group_0119.py +1 -1
  3499. githubkit/versions/v2022_11_28/types/group_0120.py +1 -1
  3500. githubkit/versions/v2022_11_28/types/group_0121.py +1 -1
  3501. githubkit/versions/v2022_11_28/types/group_0122.py +1 -1
  3502. githubkit/versions/v2022_11_28/types/group_0123.py +1 -1
  3503. githubkit/versions/v2022_11_28/types/group_0124.py +1 -1
  3504. githubkit/versions/v2022_11_28/types/group_0125.py +1 -1
  3505. githubkit/versions/v2022_11_28/types/group_0126.py +1 -1
  3506. githubkit/versions/v2022_11_28/types/group_0127.py +1 -1
  3507. githubkit/versions/v2022_11_28/types/group_0128.py +1 -1
  3508. githubkit/versions/v2022_11_28/types/group_0129.py +2 -2
  3509. githubkit/versions/v2022_11_28/types/group_0130.py +1 -1
  3510. githubkit/versions/v2022_11_28/types/group_0131.py +11 -98
  3511. githubkit/versions/v2022_11_28/types/group_0132.py +99 -16
  3512. githubkit/versions/v2022_11_28/types/group_0133.py +7 -33
  3513. githubkit/versions/v2022_11_28/types/group_0134.py +43 -24
  3514. githubkit/versions/v2022_11_28/types/group_0135.py +19 -127
  3515. githubkit/versions/v2022_11_28/types/group_0136.py +127 -26
  3516. githubkit/versions/v2022_11_28/types/group_0137.py +32 -8
  3517. githubkit/versions/v2022_11_28/types/group_0138.py +7 -7
  3518. githubkit/versions/v2022_11_28/types/group_0139.py +8 -104
  3519. githubkit/versions/v2022_11_28/types/group_0140.py +96 -24
  3520. githubkit/versions/v2022_11_28/types/group_0141.py +12 -6
  3521. githubkit/versions/v2022_11_28/types/group_0142.py +19 -13
  3522. githubkit/versions/v2022_11_28/types/group_0143.py +17 -9
  3523. githubkit/versions/v2022_11_28/types/group_0144.py +11 -37
  3524. githubkit/versions/v2022_11_28/types/group_0145.py +27 -104
  3525. githubkit/versions/v2022_11_28/types/group_0146.py +109 -19
  3526. githubkit/versions/v2022_11_28/types/group_0147.py +17 -9
  3527. githubkit/versions/v2022_11_28/types/group_0148.py +15 -11
  3528. githubkit/versions/v2022_11_28/types/group_0149.py +12 -8
  3529. githubkit/versions/v2022_11_28/types/group_0150.py +9 -13
  3530. githubkit/versions/v2022_11_28/types/group_0151.py +12 -16
  3531. githubkit/versions/v2022_11_28/types/group_0152.py +15 -32
  3532. githubkit/versions/v2022_11_28/types/group_0153.py +24 -17
  3533. githubkit/versions/v2022_11_28/types/group_0154.py +18 -49
  3534. githubkit/versions/v2022_11_28/types/group_0155.py +57 -8
  3535. githubkit/versions/v2022_11_28/types/group_0156.py +9 -10
  3536. githubkit/versions/v2022_11_28/types/group_0157.py +7 -5
  3537. githubkit/versions/v2022_11_28/types/group_0158.py +10 -9
  3538. githubkit/versions/v2022_11_28/types/group_0159.py +8 -6
  3539. githubkit/versions/v2022_11_28/types/group_0160.py +6 -47
  3540. githubkit/versions/v2022_11_28/types/group_0161.py +34 -26
  3541. githubkit/versions/v2022_11_28/types/group_0162.py +32 -57
  3542. githubkit/versions/v2022_11_28/types/group_0163.py +54 -20
  3543. githubkit/versions/v2022_11_28/types/group_0164.py +30 -6
  3544. githubkit/versions/v2022_11_28/types/group_0165.py +6 -8
  3545. githubkit/versions/v2022_11_28/types/group_0166.py +8 -38
  3546. githubkit/versions/v2022_11_28/types/group_0167.py +31 -30
  3547. githubkit/versions/v2022_11_28/types/group_0168.py +33 -74
  3548. githubkit/versions/v2022_11_28/types/group_0169.py +62 -24
  3549. githubkit/versions/v2022_11_28/types/group_0170.py +40 -26
  3550. githubkit/versions/v2022_11_28/types/group_0171.py +25 -10
  3551. githubkit/versions/v2022_11_28/types/group_0172.py +9 -7
  3552. githubkit/versions/v2022_11_28/types/group_0173.py +8 -24
  3553. githubkit/versions/v2022_11_28/types/group_0174.py +22 -29
  3554. githubkit/versions/v2022_11_28/types/group_0175.py +21 -109
  3555. githubkit/versions/v2022_11_28/types/group_0176.py +106 -120
  3556. githubkit/versions/v2022_11_28/types/group_0177.py +119 -15
  3557. githubkit/versions/v2022_11_28/types/group_0178.py +22 -8
  3558. githubkit/versions/v2022_11_28/types/group_0179.py +11 -10
  3559. githubkit/versions/v2022_11_28/types/group_0180.py +10 -22
  3560. githubkit/versions/v2022_11_28/types/group_0181.py +20 -42
  3561. githubkit/versions/v2022_11_28/types/group_0182.py +34 -16
  3562. githubkit/versions/v2022_11_28/types/group_0183.py +19 -24
  3563. githubkit/versions/v2022_11_28/types/group_0184.py +20 -118
  3564. githubkit/versions/v2022_11_28/types/group_0185.py +120 -17
  3565. githubkit/versions/v2022_11_28/types/group_0186.py +20 -31
  3566. githubkit/versions/v2022_11_28/types/group_0187.py +29 -25
  3567. githubkit/versions/v2022_11_28/types/group_0188.py +21 -56
  3568. githubkit/versions/v2022_11_28/types/group_0189.py +61 -16
  3569. githubkit/versions/v2022_11_28/types/group_0190.py +17 -55
  3570. githubkit/versions/v2022_11_28/types/group_0191.py +49 -20
  3571. githubkit/versions/v2022_11_28/types/group_0192.py +32 -29
  3572. githubkit/versions/v2022_11_28/types/group_0193.py +7 -25
  3573. githubkit/versions/v2022_11_28/types/group_0194.py +40 -17
  3574. githubkit/versions/v2022_11_28/types/group_0195.py +22 -10
  3575. githubkit/versions/v2022_11_28/types/group_0196.py +8 -19
  3576. githubkit/versions/v2022_11_28/types/group_0197.py +20 -28
  3577. githubkit/versions/v2022_11_28/types/group_0198.py +11 -6
  3578. githubkit/versions/v2022_11_28/types/group_0199.py +24 -11
  3579. githubkit/versions/v2022_11_28/types/group_0200.py +11 -6
  3580. githubkit/versions/v2022_11_28/types/group_0201.py +6 -8
  3581. githubkit/versions/v2022_11_28/types/group_0202.py +8 -24
  3582. githubkit/versions/v2022_11_28/types/group_0203.py +23 -7
  3583. githubkit/versions/v2022_11_28/types/group_0204.py +7 -21
  3584. githubkit/versions/v2022_11_28/types/group_0205.py +16 -49
  3585. githubkit/versions/v2022_11_28/types/group_0206.py +48 -43
  3586. githubkit/versions/v2022_11_28/types/group_0207.py +44 -14
  3587. githubkit/versions/v2022_11_28/types/group_0208.py +18 -6
  3588. githubkit/versions/v2022_11_28/types/group_0209.py +7 -13
  3589. githubkit/versions/v2022_11_28/types/group_0210.py +11 -73
  3590. githubkit/versions/v2022_11_28/types/group_0211.py +66 -17
  3591. githubkit/versions/v2022_11_28/types/group_0212.py +25 -13
  3592. githubkit/versions/v2022_11_28/types/group_0213.py +14 -37
  3593. githubkit/versions/v2022_11_28/types/group_0214.py +29 -13
  3594. githubkit/versions/v2022_11_28/types/group_0215.py +17 -37
  3595. githubkit/versions/v2022_11_28/types/group_0216.py +39 -22
  3596. githubkit/versions/v2022_11_28/types/group_0217.py +23 -55
  3597. githubkit/versions/v2022_11_28/types/group_0218.py +39 -10
  3598. githubkit/versions/v2022_11_28/types/group_0219.py +10 -16
  3599. githubkit/versions/v2022_11_28/types/group_0220.py +15 -12
  3600. githubkit/versions/v2022_11_28/types/group_0221.py +11 -11
  3601. githubkit/versions/v2022_11_28/types/group_0222.py +24 -92
  3602. githubkit/versions/v2022_11_28/types/group_0223.py +91 -22
  3603. githubkit/versions/v2022_11_28/types/group_0224.py +29 -34
  3604. githubkit/versions/v2022_11_28/types/group_0225.py +32 -11
  3605. githubkit/versions/v2022_11_28/types/group_0226.py +12 -26
  3606. githubkit/versions/v2022_11_28/types/group_0227.py +22 -56
  3607. githubkit/versions/v2022_11_28/types/group_0228.py +61 -7
  3608. githubkit/versions/v2022_11_28/types/group_0229.py +8 -13
  3609. githubkit/versions/v2022_11_28/types/group_0230.py +10 -25
  3610. githubkit/versions/v2022_11_28/types/group_0231.py +16 -39
  3611. githubkit/versions/v2022_11_28/types/group_0232.py +47 -26
  3612. githubkit/versions/v2022_11_28/types/group_0233.py +30 -11
  3613. githubkit/versions/v2022_11_28/types/group_0234.py +9 -59
  3614. githubkit/versions/v2022_11_28/types/group_0235.py +56 -10
  3615. githubkit/versions/v2022_11_28/types/group_0236.py +13 -9
  3616. githubkit/versions/v2022_11_28/types/group_0237.py +10 -7
  3617. githubkit/versions/v2022_11_28/types/group_0238.py +7 -5
  3618. githubkit/versions/v2022_11_28/types/group_0239.py +5 -11
  3619. githubkit/versions/v2022_11_28/types/group_0240.py +8 -27
  3620. githubkit/versions/v2022_11_28/types/group_0241.py +29 -8
  3621. githubkit/versions/v2022_11_28/types/group_0242.py +6 -12
  3622. githubkit/versions/v2022_11_28/types/group_0243.py +12 -69
  3623. githubkit/versions/v2022_11_28/types/group_0244.py +61 -11
  3624. githubkit/versions/v2022_11_28/types/group_0245.py +12 -28
  3625. githubkit/versions/v2022_11_28/types/group_0246.py +28 -17
  3626. githubkit/versions/v2022_11_28/types/group_0247.py +27 -9
  3627. githubkit/versions/v2022_11_28/types/group_0248.py +9 -26
  3628. githubkit/versions/v2022_11_28/types/group_0249.py +22 -56
  3629. githubkit/versions/v2022_11_28/types/group_0250.py +57 -12
  3630. githubkit/versions/v2022_11_28/types/group_0251.py +12 -9
  3631. githubkit/versions/v2022_11_28/types/group_0252.py +10 -105
  3632. githubkit/versions/v2022_11_28/types/group_0253.py +90 -16
  3633. githubkit/versions/v2022_11_28/types/group_0254.py +12 -13
  3634. githubkit/versions/v2022_11_28/types/group_0255.py +20 -12
  3635. githubkit/versions/v2022_11_28/types/group_0256.py +8 -9
  3636. githubkit/versions/v2022_11_28/types/group_0257.py +10 -19
  3637. githubkit/versions/v2022_11_28/types/group_0258.py +12 -13
  3638. githubkit/versions/v2022_11_28/types/group_0259.py +13 -15
  3639. githubkit/versions/v2022_11_28/types/group_0260.py +19 -13
  3640. githubkit/versions/v2022_11_28/types/group_0261.py +7 -8
  3641. githubkit/versions/v2022_11_28/types/group_0262.py +11 -21
  3642. githubkit/versions/v2022_11_28/types/group_0263.py +20 -9
  3643. githubkit/versions/v2022_11_28/types/group_0264.py +9 -24
  3644. githubkit/versions/v2022_11_28/types/group_0265.py +11 -12
  3645. githubkit/versions/v2022_11_28/types/group_0266.py +11 -12
  3646. githubkit/versions/v2022_11_28/types/group_0267.py +12 -13
  3647. githubkit/versions/v2022_11_28/types/group_0268.py +31 -12
  3648. githubkit/versions/v2022_11_28/types/group_0269.py +14 -36
  3649. githubkit/versions/v2022_11_28/types/group_0270.py +33 -12
  3650. githubkit/versions/v2022_11_28/types/group_0271.py +15 -8
  3651. githubkit/versions/v2022_11_28/types/group_0272.py +7 -72
  3652. githubkit/versions/v2022_11_28/types/group_0273.py +57 -42
  3653. githubkit/versions/v2022_11_28/types/group_0274.py +25 -62
  3654. githubkit/versions/v2022_11_28/types/group_0275.py +87 -14
  3655. githubkit/versions/v2022_11_28/types/group_0276.py +8 -9
  3656. githubkit/versions/v2022_11_28/types/group_0277.py +9 -10
  3657. githubkit/versions/v2022_11_28/types/group_0278.py +15 -11
  3658. githubkit/versions/v2022_11_28/types/group_0279.py +17 -6
  3659. githubkit/versions/v2022_11_28/types/group_0280.py +7 -35
  3660. githubkit/versions/v2022_11_28/types/group_0281.py +35 -12
  3661. githubkit/versions/v2022_11_28/types/group_0282.py +9 -54
  3662. githubkit/versions/v2022_11_28/types/group_0283.py +48 -20
  3663. githubkit/versions/v2022_11_28/types/group_0284.py +24 -5
  3664. githubkit/versions/v2022_11_28/types/group_0285.py +8 -11
  3665. githubkit/versions/v2022_11_28/types/group_0286.py +12 -20
  3666. githubkit/versions/v2022_11_28/types/group_0287.py +20 -80
  3667. githubkit/versions/v2022_11_28/types/group_0288.py +80 -77
  3668. githubkit/versions/v2022_11_28/types/group_0289.py +71 -181
  3669. githubkit/versions/v2022_11_28/types/group_0290.py +159 -11
  3670. githubkit/versions/v2022_11_28/types/group_0291.py +15 -107
  3671. githubkit/versions/v2022_11_28/types/group_0292.py +130 -14
  3672. githubkit/versions/v2022_11_28/types/group_0293.py +13 -9
  3673. githubkit/versions/v2022_11_28/types/group_0294.py +9 -12
  3674. githubkit/versions/v2022_11_28/types/group_0295.py +10 -54
  3675. githubkit/versions/v2022_11_28/types/group_0296.py +35 -28
  3676. githubkit/versions/v2022_11_28/types/group_0297.py +50 -9
  3677. githubkit/versions/v2022_11_28/types/group_0298.py +9 -24
  3678. githubkit/versions/v2022_11_28/types/group_0299.py +16 -28
  3679. githubkit/versions/v2022_11_28/types/group_0300.py +37 -10
  3680. githubkit/versions/v2022_11_28/types/group_0301.py +8 -11
  3681. githubkit/versions/v2022_11_28/types/group_0302.py +8 -5
  3682. githubkit/versions/v2022_11_28/types/group_0303.py +5 -8
  3683. githubkit/versions/v2022_11_28/types/group_0304.py +8 -5
  3684. githubkit/versions/v2022_11_28/types/group_0305.py +5 -5
  3685. githubkit/versions/v2022_11_28/types/group_0306.py +6 -9
  3686. githubkit/versions/v2022_11_28/types/group_0307.py +8 -5
  3687. githubkit/versions/v2022_11_28/types/group_0308.py +5 -8
  3688. githubkit/versions/v2022_11_28/types/group_0309.py +8 -8
  3689. githubkit/versions/v2022_11_28/types/group_0310.py +8 -5
  3690. githubkit/versions/v2022_11_28/types/group_0311.py +5 -8
  3691. githubkit/versions/v2022_11_28/types/group_0312.py +7 -7
  3692. githubkit/versions/v2022_11_28/types/group_0313.py +7 -7
  3693. githubkit/versions/v2022_11_28/types/group_0314.py +7 -7
  3694. githubkit/versions/v2022_11_28/types/group_0315.py +7 -7
  3695. githubkit/versions/v2022_11_28/types/group_0316.py +8 -8
  3696. githubkit/versions/v2022_11_28/types/group_0317.py +16 -32
  3697. githubkit/versions/v2022_11_28/types/group_0318.py +28 -72
  3698. githubkit/versions/v2022_11_28/types/group_0319.py +35 -16
  3699. githubkit/versions/v2022_11_28/types/group_0320.py +17 -40
  3700. githubkit/versions/v2022_11_28/types/group_0321.py +73 -10
  3701. githubkit/versions/v2022_11_28/types/group_0322.py +11 -9
  3702. githubkit/versions/v2022_11_28/types/group_0323.py +9 -23
  3703. githubkit/versions/v2022_11_28/types/group_0324.py +26 -8
  3704. githubkit/versions/v2022_11_28/types/group_0325.py +7 -15
  3705. githubkit/versions/v2022_11_28/types/group_0326.py +12 -19
  3706. githubkit/versions/v2022_11_28/types/group_0327.py +21 -11
  3707. githubkit/versions/v2022_11_28/types/group_0328.py +11 -8
  3708. githubkit/versions/v2022_11_28/types/group_0329.py +9 -8
  3709. githubkit/versions/v2022_11_28/types/group_0330.py +6 -12
  3710. githubkit/versions/v2022_11_28/types/group_0331.py +9 -7
  3711. githubkit/versions/v2022_11_28/types/group_0332.py +7 -6
  3712. githubkit/versions/v2022_11_28/types/group_0333.py +6 -10
  3713. githubkit/versions/v2022_11_28/types/group_0334.py +12 -19
  3714. githubkit/versions/v2022_11_28/types/group_0335.py +15 -31
  3715. githubkit/versions/v2022_11_28/types/group_0336.py +19 -30
  3716. githubkit/versions/v2022_11_28/types/group_0337.py +36 -25
  3717. githubkit/versions/v2022_11_28/types/group_0338.py +29 -89
  3718. githubkit/versions/v2022_11_28/types/group_0339.py +82 -17
  3719. githubkit/versions/v2022_11_28/types/group_0340.py +13 -107
  3720. githubkit/versions/v2022_11_28/types/group_0341.py +103 -55
  3721. githubkit/versions/v2022_11_28/types/group_0342.py +62 -42
  3722. githubkit/versions/v2022_11_28/types/group_0343.py +33 -40
  3723. githubkit/versions/v2022_11_28/types/group_0344.py +62 -8
  3724. githubkit/versions/v2022_11_28/types/group_0345.py +8 -16
  3725. githubkit/versions/v2022_11_28/types/group_0346.py +14 -84
  3726. githubkit/versions/v2022_11_28/types/group_0347.py +86 -11
  3727. githubkit/versions/v2022_11_28/types/group_0348.py +11 -61
  3728. githubkit/versions/v2022_11_28/types/group_0349.py +58 -11
  3729. githubkit/versions/v2022_11_28/types/group_0350.py +12 -31
  3730. githubkit/versions/v2022_11_28/types/group_0351.py +33 -8
  3731. githubkit/versions/v2022_11_28/types/group_0352.py +7 -10
  3732. githubkit/versions/v2022_11_28/types/group_0353.py +10 -11
  3733. githubkit/versions/v2022_11_28/types/group_0354.py +10 -17
  3734. githubkit/versions/v2022_11_28/types/group_0355.py +17 -7
  3735. githubkit/versions/v2022_11_28/types/group_0356.py +7 -22
  3736. githubkit/versions/v2022_11_28/types/group_0357.py +21 -10
  3737. githubkit/versions/v2022_11_28/types/group_0358.py +11 -21
  3738. githubkit/versions/v2022_11_28/types/group_0359.py +17 -267
  3739. githubkit/versions/v2022_11_28/types/group_0360.py +266 -23
  3740. githubkit/versions/v2022_11_28/types/group_0361.py +30 -44
  3741. githubkit/versions/v2022_11_28/types/group_0362.py +39 -56
  3742. githubkit/versions/v2022_11_28/types/group_0363.py +38 -122
  3743. githubkit/versions/v2022_11_28/types/group_0364.py +55 -12
  3744. githubkit/versions/v2022_11_28/types/group_0365.py +121 -123
  3745. githubkit/versions/v2022_11_28/types/group_0366.py +14 -25
  3746. githubkit/versions/v2022_11_28/types/group_0367.py +126 -16
  3747. githubkit/versions/v2022_11_28/types/group_0368.py +26 -36
  3748. githubkit/versions/v2022_11_28/types/group_0369.py +18 -16
  3749. githubkit/versions/v2022_11_28/types/group_0370.py +78 -15
  3750. githubkit/versions/v2022_11_28/types/group_0371.py +14 -62
  3751. githubkit/versions/v2022_11_28/types/group_0372.py +35 -63
  3752. githubkit/versions/v2022_11_28/types/group_0373.py +11 -153
  3753. githubkit/versions/v2022_11_28/types/group_0374.py +12 -13
  3754. githubkit/versions/v2022_11_28/types/group_0375.py +19 -8
  3755. githubkit/versions/v2022_11_28/types/group_0376.py +14 -13
  3756. githubkit/versions/v2022_11_28/types/group_0377.py +116 -7
  3757. githubkit/versions/v2022_11_28/types/group_0378.py +11 -25
  3758. githubkit/versions/v2022_11_28/types/group_0379.py +5 -5
  3759. githubkit/versions/v2022_11_28/types/group_0380.py +11 -12
  3760. githubkit/versions/v2022_11_28/types/group_0381.py +5 -5
  3761. githubkit/versions/v2022_11_28/types/group_0382.py +18 -302
  3762. githubkit/versions/v2022_11_28/types/group_0383.py +7 -311
  3763. githubkit/versions/v2022_11_28/types/group_0384.py +11 -300
  3764. githubkit/versions/v2022_11_28/types/group_0385.py +7 -142
  3765. githubkit/versions/v2022_11_28/types/group_0386.py +248 -79
  3766. githubkit/versions/v2022_11_28/types/group_0387.py +273 -74
  3767. githubkit/versions/v2022_11_28/types/group_0388.py +242 -75
  3768. githubkit/versions/v2022_11_28/types/group_0389.py +76 -49
  3769. githubkit/versions/v2022_11_28/types/group_0390.py +74 -39
  3770. githubkit/versions/v2022_11_28/types/group_0391.py +89 -73
  3771. githubkit/versions/v2022_11_28/types/group_0392.py +130 -13
  3772. githubkit/versions/v2022_11_28/types/group_0393.py +111 -13
  3773. githubkit/versions/v2022_11_28/types/group_0394.py +101 -17
  3774. githubkit/versions/v2022_11_28/types/group_0395.py +93 -15
  3775. githubkit/versions/v2022_11_28/types/group_0396.py +17 -17
  3776. githubkit/versions/v2022_11_28/types/group_0397.py +14 -17
  3777. githubkit/versions/v2022_11_28/types/group_0398.py +23 -18
  3778. githubkit/versions/v2022_11_28/types/group_0399.py +15 -18
  3779. githubkit/versions/v2022_11_28/types/group_0400.py +17 -17
  3780. githubkit/versions/v2022_11_28/types/group_0401.py +14 -15
  3781. githubkit/versions/v2022_11_28/types/group_0402.py +12 -13
  3782. githubkit/versions/v2022_11_28/types/group_0403.py +12 -13
  3783. githubkit/versions/v2022_11_28/types/group_0404.py +12 -13
  3784. githubkit/versions/v2022_11_28/types/group_0405.py +14 -35
  3785. githubkit/versions/v2022_11_28/types/group_0406.py +14 -35
  3786. githubkit/versions/v2022_11_28/types/group_0407.py +14 -602
  3787. githubkit/versions/v2022_11_28/types/group_0408.py +17 -21
  3788. githubkit/versions/v2022_11_28/types/group_0409.py +25 -466
  3789. githubkit/versions/v2022_11_28/types/group_0410.py +25 -464
  3790. githubkit/versions/v2022_11_28/types/group_0411.py +253 -112
  3791. githubkit/versions/v2022_11_28/types/group_0412.py +20 -871
  3792. githubkit/versions/v2022_11_28/types/group_0413.py +434 -48
  3793. githubkit/versions/v2022_11_28/types/group_0414.py +456 -31
  3794. githubkit/versions/v2022_11_28/types/group_0415.py +459 -13
  3795. githubkit/versions/v2022_11_28/types/group_0416.py +823 -44
  3796. githubkit/versions/v2022_11_28/types/group_0417.py +25 -25
  3797. githubkit/versions/v2022_11_28/types/group_0418.py +32 -88
  3798. githubkit/versions/v2022_11_28/types/group_0419.py +13 -110
  3799. githubkit/versions/v2022_11_28/types/group_0420.py +36 -71
  3800. githubkit/versions/v2022_11_28/types/group_0421.py +75 -68
  3801. githubkit/versions/v2022_11_28/types/group_0422.py +101 -13
  3802. githubkit/versions/v2022_11_28/types/group_0423.py +12 -38
  3803. githubkit/versions/v2022_11_28/types/group_0424.py +12 -29
  3804. githubkit/versions/v2022_11_28/types/group_0425.py +37 -13
  3805. githubkit/versions/v2022_11_28/types/group_0426.py +28 -13
  3806. githubkit/versions/v2022_11_28/types/group_0427.py +12 -13
  3807. githubkit/versions/v2022_11_28/types/group_0428.py +12 -15
  3808. githubkit/versions/v2022_11_28/types/group_0429.py +18 -10
  3809. githubkit/versions/v2022_11_28/types/group_0430.py +17 -86
  3810. githubkit/versions/v2022_11_28/types/group_0431.py +9 -36
  3811. githubkit/versions/v2022_11_28/types/group_0432.py +85 -15
  3812. githubkit/versions/v2022_11_28/types/group_0433.py +28 -13
  3813. githubkit/versions/v2022_11_28/types/group_0434.py +13 -16
  3814. githubkit/versions/v2022_11_28/types/group_0435.py +18 -145
  3815. githubkit/versions/v2022_11_28/types/group_0436.py +17 -142
  3816. githubkit/versions/v2022_11_28/types/group_0437.py +140 -15
  3817. githubkit/versions/v2022_11_28/types/group_0438.py +118 -87
  3818. githubkit/versions/v2022_11_28/types/group_0439.py +20 -8
  3819. githubkit/versions/v2022_11_28/types/group_0440.py +107 -25
  3820. githubkit/versions/v2022_11_28/types/group_0441.py +8 -59
  3821. githubkit/versions/v2022_11_28/types/group_0442.py +21 -23
  3822. githubkit/versions/v2022_11_28/types/group_0443.py +41 -17
  3823. githubkit/versions/v2022_11_28/types/group_0444.py +15 -60
  3824. githubkit/versions/v2022_11_28/types/group_0445.py +16 -59
  3825. githubkit/versions/v2022_11_28/types/group_0446.py +58 -15
  3826. githubkit/versions/v2022_11_28/types/group_0447.py +52 -63
  3827. githubkit/versions/v2022_11_28/types/group_0448.py +14 -17
  3828. githubkit/versions/v2022_11_28/types/group_0449.py +83 -19
  3829. githubkit/versions/v2022_11_28/types/group_0450.py +26 -70
  3830. githubkit/versions/v2022_11_28/types/group_0451.py +20 -138
  3831. githubkit/versions/v2022_11_28/types/group_0452.py +18 -84
  3832. githubkit/versions/v2022_11_28/types/group_0453.py +106 -20
  3833. githubkit/versions/v2022_11_28/types/group_0454.py +122 -4
  3834. githubkit/versions/v2022_11_28/types/group_0455.py +45 -23
  3835. githubkit/versions/v2022_11_28/types/group_0456.py +4 -55
  3836. githubkit/versions/v2022_11_28/types/group_0457.py +23 -78
  3837. githubkit/versions/v2022_11_28/types/group_0458.py +52 -114
  3838. githubkit/versions/v2022_11_28/types/group_0459.py +80 -22
  3839. githubkit/versions/v2022_11_28/types/group_0460.py +133 -74
  3840. githubkit/versions/v2022_11_28/types/group_0461.py +33 -27
  3841. githubkit/versions/v2022_11_28/types/group_0462.py +75 -73
  3842. githubkit/versions/v2022_11_28/types/group_0463.py +20 -138
  3843. githubkit/versions/v2022_11_28/types/group_0464.py +17 -83
  3844. githubkit/versions/v2022_11_28/types/group_0465.py +106 -20
  3845. githubkit/versions/v2022_11_28/types/group_0466.py +122 -4
  3846. githubkit/versions/v2022_11_28/types/group_0467.py +45 -23
  3847. githubkit/versions/v2022_11_28/types/group_0468.py +4 -55
  3848. githubkit/versions/v2022_11_28/types/group_0469.py +23 -76
  3849. githubkit/versions/v2022_11_28/types/group_0470.py +52 -114
  3850. githubkit/versions/v2022_11_28/types/group_0471.py +78 -22
  3851. githubkit/versions/v2022_11_28/types/group_0472.py +133 -72
  3852. githubkit/versions/v2022_11_28/types/group_0473.py +30 -44
  3853. githubkit/versions/v2022_11_28/types/group_0474.py +73 -73
  3854. githubkit/versions/v2022_11_28/types/group_0475.py +36 -134
  3855. githubkit/versions/v2022_11_28/types/group_0476.py +17 -83
  3856. githubkit/versions/v2022_11_28/types/group_0477.py +106 -20
  3857. githubkit/versions/v2022_11_28/types/group_0478.py +122 -4
  3858. githubkit/versions/v2022_11_28/types/group_0479.py +45 -23
  3859. githubkit/versions/v2022_11_28/types/group_0480.py +4 -54
  3860. githubkit/versions/v2022_11_28/types/group_0481.py +23 -78
  3861. githubkit/versions/v2022_11_28/types/group_0482.py +51 -114
  3862. githubkit/versions/v2022_11_28/types/group_0483.py +80 -22
  3863. githubkit/versions/v2022_11_28/types/group_0484.py +133 -74
  3864. githubkit/versions/v2022_11_28/types/group_0485.py +12 -411
  3865. githubkit/versions/v2022_11_28/types/group_0486.py +77 -17
  3866. githubkit/versions/v2022_11_28/types/group_0487.py +292 -33
  3867. githubkit/versions/v2022_11_28/types/group_0488.py +18 -171
  3868. githubkit/versions/v2022_11_28/types/group_0489.py +147 -5
  3869. githubkit/versions/v2022_11_28/types/group_0490.py +158 -13
  3870. githubkit/versions/v2022_11_28/types/group_0491.py +4 -54
  3871. githubkit/versions/v2022_11_28/types/group_0492.py +21 -80
  3872. githubkit/versions/v2022_11_28/types/group_0493.py +74 -9
  3873. githubkit/versions/v2022_11_28/types/group_0494.py +82 -105
  3874. githubkit/versions/v2022_11_28/types/group_0495.py +10 -23
  3875. githubkit/versions/v2022_11_28/types/group_0496.py +105 -76
  3876. githubkit/versions/v2022_11_28/types/group_0497.py +8 -382
  3877. githubkit/versions/v2022_11_28/types/group_0498.py +74 -69
  3878. githubkit/versions/v2022_11_28/types/group_0499.py +268 -45
  3879. githubkit/versions/v2022_11_28/types/group_0500.py +308 -32
  3880. githubkit/versions/v2022_11_28/types/group_0501.py +385 -12
  3881. githubkit/versions/v2022_11_28/types/group_0502.py +346 -9
  3882. githubkit/versions/v2022_11_28/types/group_0503.py +327 -10
  3883. githubkit/versions/v2022_11_28/types/group_0504.py +363 -71
  3884. githubkit/versions/v2022_11_28/types/group_0505.py +904 -10
  3885. githubkit/versions/v2022_11_28/types/group_0506.py +53 -96
  3886. githubkit/versions/v2022_11_28/types/group_0507.py +53 -65
  3887. githubkit/versions/v2022_11_28/types/group_0508.py +978 -12
  3888. githubkit/versions/v2022_11_28/types/group_0509.py +298 -36
  3889. githubkit/versions/v2022_11_28/types/group_0510.py +272 -31
  3890. githubkit/versions/v2022_11_28/types/group_0511.py +377 -4
  3891. githubkit/versions/v2022_11_28/types/group_0512.py +376 -6
  3892. githubkit/versions/v2022_11_28/types/group_0513.py +26 -69
  3893. githubkit/versions/v2022_11_28/types/group_0514.py +28 -80
  3894. githubkit/versions/v2022_11_28/types/group_0515.py +67 -11
  3895. githubkit/versions/v2022_11_28/types/group_0516.py +88 -91
  3896. githubkit/versions/v2022_11_28/types/group_0517.py +107 -21
  3897. githubkit/versions/v2022_11_28/types/group_0518.py +114 -75
  3898. githubkit/versions/v2022_11_28/types/group_0519.py +105 -58
  3899. githubkit/versions/v2022_11_28/types/group_0520.py +96 -155
  3900. githubkit/versions/v2022_11_28/types/group_0521.py +42 -187
  3901. githubkit/versions/v2022_11_28/types/group_0522.py +44 -46
  3902. githubkit/versions/v2022_11_28/types/group_0523.py +50 -88
  3903. githubkit/versions/v2022_11_28/types/group_0524.py +116 -9
  3904. githubkit/versions/v2022_11_28/types/group_0525.py +93 -80
  3905. githubkit/versions/v2022_11_28/types/group_0526.py +16 -55
  3906. githubkit/versions/v2022_11_28/types/group_0527.py +17 -78
  3907. githubkit/versions/v2022_11_28/types/group_0528.py +84 -952
  3908. githubkit/versions/v2022_11_28/types/group_0529.py +18 -342
  3909. githubkit/versions/v2022_11_28/types/group_0530.py +66 -13
  3910. githubkit/versions/v2022_11_28/types/group_0531.py +37 -129
  3911. githubkit/versions/v2022_11_28/types/group_0532.py +63 -130
  3912. githubkit/versions/v2022_11_28/types/group_0533.py +51 -4
  3913. githubkit/versions/v2022_11_28/types/group_0534.py +49 -31
  3914. githubkit/versions/v2022_11_28/types/group_0535.py +22 -51
  3915. githubkit/versions/v2022_11_28/types/group_0536.py +61 -84
  3916. githubkit/versions/v2022_11_28/types/group_0537.py +60 -9
  3917. githubkit/versions/v2022_11_28/types/group_0538.py +69 -81
  3918. githubkit/versions/v2022_11_28/types/group_0539.py +59 -23
  3919. githubkit/versions/v2022_11_28/types/group_0540.py +79 -81
  3920. githubkit/versions/v2022_11_28/types/group_0541.py +24 -976
  3921. githubkit/versions/v2022_11_28/types/group_0542.py +14 -422
  3922. githubkit/versions/v2022_11_28/types/group_0543.py +25 -374
  3923. githubkit/versions/v2022_11_28/types/group_0544.py +482 -18
  3924. githubkit/versions/v2022_11_28/types/group_0545.py +18 -159
  3925. githubkit/versions/v2022_11_28/types/group_0546.py +25 -287
  3926. githubkit/versions/v2022_11_28/types/group_0547.py +135 -4
  3927. githubkit/versions/v2022_11_28/types/group_0548.py +67 -24
  3928. githubkit/versions/v2022_11_28/types/group_0549.py +16 -12
  3929. githubkit/versions/v2022_11_28/types/group_0550.py +15 -102
  3930. githubkit/versions/v2022_11_28/types/group_0551.py +21 -32
  3931. githubkit/versions/v2022_11_28/types/group_0552.py +14 -396
  3932. githubkit/versions/v2022_11_28/types/group_0553.py +12 -31
  3933. githubkit/versions/v2022_11_28/types/group_0554.py +29 -26
  3934. githubkit/versions/v2022_11_28/types/group_0555.py +7 -67
  3935. githubkit/versions/v2022_11_28/types/group_0556.py +61 -90
  3936. githubkit/versions/v2022_11_28/types/group_0557.py +59 -38
  3937. githubkit/versions/v2022_11_28/types/group_0558.py +66 -47
  3938. githubkit/versions/v2022_11_28/types/group_0559.py +61 -90
  3939. githubkit/versions/v2022_11_28/types/group_0560.py +73 -37
  3940. githubkit/versions/v2022_11_28/types/group_0561.py +46 -46
  3941. githubkit/versions/v2022_11_28/types/group_0562.py +42 -116
  3942. githubkit/versions/v2022_11_28/types/group_0563.py +59 -40
  3943. githubkit/versions/v2022_11_28/types/group_0564.py +30 -44
  3944. githubkit/versions/v2022_11_28/types/group_0565.py +24 -67
  3945. githubkit/versions/v2022_11_28/types/group_0566.py +49 -19
  3946. githubkit/versions/v2022_11_28/types/group_0567.py +33 -18
  3947. githubkit/versions/v2022_11_28/types/group_0568.py +60 -28
  3948. githubkit/versions/v2022_11_28/types/group_0569.py +66 -8
  3949. githubkit/versions/v2022_11_28/types/group_0570.py +69 -87
  3950. githubkit/versions/v2022_11_28/types/group_0571.py +59 -38
  3951. githubkit/versions/v2022_11_28/types/group_0572.py +14 -47
  3952. githubkit/versions/v2022_11_28/types/group_0573.py +15 -60
  3953. githubkit/versions/v2022_11_28/types/group_0574.py +12 -72
  3954. githubkit/versions/v2022_11_28/types/group_0575.py +57 -41
  3955. githubkit/versions/v2022_11_28/types/group_0576.py +28 -113
  3956. githubkit/versions/v2022_11_28/types/group_0577.py +26 -110
  3957. githubkit/versions/v2022_11_28/types/group_0578.py +13 -16
  3958. githubkit/versions/v2022_11_28/types/group_0579.py +13 -17
  3959. githubkit/versions/v2022_11_28/types/group_0580.py +45 -97
  3960. githubkit/versions/v2022_11_28/types/group_0581.py +30 -66
  3961. githubkit/versions/v2022_11_28/types/group_0582.py +26 -65
  3962. githubkit/versions/v2022_11_28/types/group_0583.py +12 -70
  3963. githubkit/versions/v2022_11_28/types/group_0584.py +9 -101
  3964. githubkit/versions/v2022_11_28/types/group_0585.py +900 -16
  3965. githubkit/versions/v2022_11_28/types/group_0586.py +946 -15
  3966. githubkit/versions/v2022_11_28/types/group_0587.py +936 -15
  3967. githubkit/versions/v2022_11_28/types/group_0588.py +16 -59
  3968. githubkit/versions/v2022_11_28/types/group_0589.py +16 -59
  3969. githubkit/versions/v2022_11_28/types/group_0590.py +881 -34
  3970. githubkit/versions/v2022_11_28/types/group_0591.py +891 -24
  3971. githubkit/versions/v2022_11_28/types/group_0592.py +56 -63
  3972. githubkit/versions/v2022_11_28/types/group_0593.py +919 -24
  3973. githubkit/versions/v2022_11_28/types/group_0594.py +932 -13
  3974. githubkit/versions/v2022_11_28/types/group_0595.py +878 -23
  3975. githubkit/versions/v2022_11_28/types/group_0596.py +782 -329
  3976. githubkit/versions/v2022_11_28/types/group_0597.py +14 -14
  3977. githubkit/versions/v2022_11_28/types/group_0598.py +19 -61
  3978. githubkit/versions/v2022_11_28/types/group_0599.py +19 -156
  3979. githubkit/versions/v2022_11_28/types/group_0600.py +1030 -27
  3980. githubkit/versions/v2022_11_28/types/group_0601.py +1073 -12
  3981. githubkit/versions/v2022_11_28/types/group_0602.py +1091 -12
  3982. githubkit/versions/v2022_11_28/types/group_0603.py +1003 -12
  3983. githubkit/versions/v2022_11_28/types/group_0604.py +975 -12
  3984. githubkit/versions/v2022_11_28/types/group_0605.py +1044 -13
  3985. githubkit/versions/v2022_11_28/types/group_0606.py +1051 -23
  3986. githubkit/versions/v2022_11_28/types/group_0607.py +1027 -7
  3987. githubkit/versions/v2022_11_28/types/group_0608.py +994 -34
  3988. githubkit/versions/v2022_11_28/types/group_0609.py +964 -25
  3989. githubkit/versions/v2022_11_28/types/group_0610.py +1041 -25
  3990. githubkit/versions/v2022_11_28/types/group_0611.py +1045 -34
  3991. githubkit/versions/v2022_11_28/types/group_0612.py +898 -35
  3992. githubkit/versions/v2022_11_28/types/group_0613.py +932 -15
  3993. githubkit/versions/v2022_11_28/types/group_0614.py +924 -22
  3994. githubkit/versions/v2022_11_28/types/group_0615.py +882 -20
  3995. githubkit/versions/v2022_11_28/types/group_0616.py +271 -19
  3996. githubkit/versions/v2022_11_28/types/group_0617.py +15 -32
  3997. githubkit/versions/v2022_11_28/types/group_0618.py +52 -41
  3998. githubkit/versions/v2022_11_28/types/group_0619.py +500 -27
  3999. githubkit/versions/v2022_11_28/types/group_0620.py +13 -61
  4000. githubkit/versions/v2022_11_28/types/group_0621.py +47 -58
  4001. githubkit/versions/v2022_11_28/types/group_0622.py +141 -72
  4002. githubkit/versions/v2022_11_28/types/group_0623.py +101 -23
  4003. githubkit/versions/v2022_11_28/types/group_0624.py +141 -12
  4004. githubkit/versions/v2022_11_28/types/group_0625.py +172 -15
  4005. githubkit/versions/v2022_11_28/types/group_0626.py +142 -13
  4006. githubkit/versions/v2022_11_28/types/group_0627.py +139 -59
  4007. githubkit/versions/v2022_11_28/types/group_0628.py +140 -29
  4008. githubkit/versions/v2022_11_28/types/group_0629.py +139 -30
  4009. githubkit/versions/v2022_11_28/types/group_0630.py +17 -14
  4010. githubkit/versions/v2022_11_28/types/group_0631.py +17 -14
  4011. githubkit/versions/v2022_11_28/types/group_0632.py +14 -51
  4012. githubkit/versions/v2022_11_28/types/group_0633.py +14 -35
  4013. githubkit/versions/v2022_11_28/types/group_0634.py +14 -31
  4014. githubkit/versions/v2022_11_28/types/group_0635.py +28 -14
  4015. githubkit/versions/v2022_11_28/types/group_0636.py +51 -10
  4016. githubkit/versions/v2022_11_28/types/group_0637.py +11 -951
  4017. githubkit/versions/v2022_11_28/types/group_0638.py +11 -973
  4018. githubkit/versions/v2022_11_28/types/group_0639.py +11 -963
  4019. githubkit/versions/v2022_11_28/types/group_0640.py +35 -15
  4020. githubkit/versions/v2022_11_28/types/group_0641.py +18 -80
  4021. githubkit/versions/v2022_11_28/types/group_0642.py +18 -14
  4022. githubkit/versions/v2022_11_28/types/group_0643.py +16 -16
  4023. githubkit/versions/v2022_11_28/types/group_0644.py +30 -82
  4024. githubkit/versions/v2022_11_28/types/group_0645.py +16 -14
  4025. githubkit/versions/v2022_11_28/types/group_0646.py +41 -904
  4026. githubkit/versions/v2022_11_28/types/group_0647.py +66 -925
  4027. githubkit/versions/v2022_11_28/types/group_0648.py +87 -62
  4028. githubkit/versions/v2022_11_28/types/group_0649.py +93 -78
  4029. githubkit/versions/v2022_11_28/types/group_0650.py +16 -14
  4030. githubkit/versions/v2022_11_28/types/group_0651.py +34 -887
  4031. githubkit/versions/v2022_11_28/types/group_0652.py +35 -897
  4032. githubkit/versions/v2022_11_28/types/group_0653.py +34 -877
  4033. githubkit/versions/v2022_11_28/types/group_0654.py +37 -896
  4034. githubkit/versions/v2022_11_28/types/group_0655.py +14 -16
  4035. githubkit/versions/v2022_11_28/types/group_0656.py +220 -81
  4036. githubkit/versions/v2022_11_28/types/group_0657.py +6 -16
  4037. githubkit/versions/v2022_11_28/types/group_0658.py +14 -16
  4038. githubkit/versions/v2022_11_28/types/group_0659.py +18 -80
  4039. githubkit/versions/v2022_11_28/types/group_0660.py +18 -14
  4040. githubkit/versions/v2022_11_28/types/group_0661.py +14 -16
  4041. githubkit/versions/v2022_11_28/types/group_0662.py +117 -77
  4042. githubkit/versions/v2022_11_28/types/group_0663.py +120 -14
  4043. githubkit/versions/v2022_11_28/types/group_0664.py +67 -1022
  4044. githubkit/versions/v2022_11_28/types/group_0665.py +13 -1072
  4045. githubkit/versions/v2022_11_28/types/group_0666.py +6 -1093
  4046. githubkit/versions/v2022_11_28/types/group_0667.py +7 -1005
  4047. githubkit/versions/v2022_11_28/types/group_0668.py +46 -889
  4048. githubkit/versions/v2022_11_28/types/group_0669.py +46 -961
  4049. githubkit/versions/v2022_11_28/types/group_0670.py +54 -973
  4050. githubkit/versions/v2022_11_28/types/group_0671.py +49 -937
  4051. githubkit/versions/v2022_11_28/types/group_0672.py +71 -940
  4052. githubkit/versions/v2022_11_28/types/group_0673.py +68 -904
  4053. githubkit/versions/v2022_11_28/types/group_0674.py +13 -1078
  4054. githubkit/versions/v2022_11_28/types/group_0675.py +13 -1088
  4055. githubkit/versions/v2022_11_28/types/group_0676.py +100 -852
  4056. githubkit/versions/v2022_11_28/types/group_0677.py +9 -961
  4057. githubkit/versions/v2022_11_28/types/group_0678.py +6 -946
  4058. githubkit/versions/v2022_11_28/types/group_0679.py +9 -925
  4059. githubkit/versions/v2022_11_28/types/group_0680.py +6 -287
  4060. githubkit/versions/v2022_11_28/types/group_0681.py +57 -15
  4061. githubkit/versions/v2022_11_28/types/group_0682.py +211 -48
  4062. githubkit/versions/v2022_11_28/types/group_0683.py +192 -478
  4063. githubkit/versions/v2022_11_28/types/group_0684.py +218 -15
  4064. githubkit/versions/v2022_11_28/types/group_0685.py +275 -40
  4065. githubkit/versions/v2022_11_28/types/group_0686.py +198 -133
  4066. githubkit/versions/v2022_11_28/types/group_0687.py +11 -139
  4067. githubkit/versions/v2022_11_28/types/group_0688.py +16 -135
  4068. githubkit/versions/v2022_11_28/types/group_0689.py +55 -160
  4069. githubkit/versions/v2022_11_28/types/group_0690.py +56 -19
  4070. githubkit/versions/v2022_11_28/types/group_0691.py +42 -51
  4071. githubkit/versions/v2022_11_28/types/group_0692.py +51 -50
  4072. githubkit/versions/v2022_11_28/types/group_0693.py +41 -26
  4073. githubkit/versions/v2022_11_28/types/group_0694.py +38 -24
  4074. githubkit/versions/v2022_11_28/types/group_0695.py +64 -14
  4075. githubkit/versions/v2022_11_28/types/group_0696.py +62 -54
  4076. githubkit/versions/v2022_11_28/types/group_0697.py +416 -16
  4077. githubkit/versions/v2022_11_28/types/group_0698.py +424 -13
  4078. githubkit/versions/v2022_11_28/types/group_0699.py +395 -24
  4079. githubkit/versions/v2022_11_28/types/group_0700.py +24 -60
  4080. githubkit/versions/v2022_11_28/types/group_0701.py +15 -37
  4081. githubkit/versions/v2022_11_28/types/group_0702.py +9 -28
  4082. githubkit/versions/v2022_11_28/types/group_0703.py +4 -15
  4083. githubkit/versions/v2022_11_28/types/group_0704.py +9 -56
  4084. githubkit/versions/v2022_11_28/types/group_0705.py +11 -34
  4085. githubkit/versions/v2022_11_28/types/group_0706.py +6 -146
  4086. githubkit/versions/v2022_11_28/types/group_0707.py +6 -21
  4087. githubkit/versions/v2022_11_28/types/group_0708.py +6 -59
  4088. githubkit/versions/v2022_11_28/types/group_0709.py +12 -61
  4089. githubkit/versions/v2022_11_28/types/group_0710.py +9 -37
  4090. githubkit/versions/v2022_11_28/types/group_0711.py +10 -31
  4091. githubkit/versions/v2022_11_28/types/group_0712.py +22 -15
  4092. githubkit/versions/v2022_11_28/types/group_0713.py +14 -51
  4093. githubkit/versions/v2022_11_28/types/group_0714.py +28 -30
  4094. githubkit/versions/v2022_11_28/types/group_0715.py +6 -21
  4095. githubkit/versions/v2022_11_28/types/group_0716.py +6 -21
  4096. githubkit/versions/v2022_11_28/types/group_0717.py +5 -20
  4097. githubkit/versions/v2022_11_28/types/group_0718.py +9 -17
  4098. githubkit/versions/v2022_11_28/types/group_0719.py +8 -18
  4099. githubkit/versions/v2022_11_28/types/group_0720.py +6 -26
  4100. githubkit/versions/v2022_11_28/types/group_0721.py +5 -59
  4101. githubkit/versions/v2022_11_28/types/group_0722.py +5 -18
  4102. githubkit/versions/v2022_11_28/types/group_0723.py +41 -21
  4103. githubkit/versions/v2022_11_28/types/group_0724.py +21 -18
  4104. githubkit/versions/v2022_11_28/types/group_0725.py +7 -42
  4105. githubkit/versions/v2022_11_28/types/group_0726.py +9 -20
  4106. githubkit/versions/v2022_11_28/types/group_0727.py +7 -21
  4107. githubkit/versions/v2022_11_28/types/group_0728.py +9 -22
  4108. githubkit/versions/v2022_11_28/types/group_0729.py +9 -30
  4109. githubkit/versions/v2022_11_28/types/group_0730.py +8 -17
  4110. githubkit/versions/v2022_11_28/types/group_0731.py +8 -80
  4111. githubkit/versions/v2022_11_28/types/group_0732.py +7 -72
  4112. githubkit/versions/v2022_11_28/types/group_0733.py +7 -98
  4113. githubkit/versions/v2022_11_28/types/group_0734.py +9 -97
  4114. githubkit/versions/v2022_11_28/types/group_0735.py +22 -16
  4115. githubkit/versions/v2022_11_28/types/group_0736.py +9 -20
  4116. githubkit/versions/v2022_11_28/types/group_0737.py +15 -38
  4117. githubkit/versions/v2022_11_28/types/group_0738.py +12 -41
  4118. githubkit/versions/v2022_11_28/types/group_0739.py +28 -31
  4119. githubkit/versions/v2022_11_28/types/group_0740.py +9 -17
  4120. githubkit/versions/v2022_11_28/types/group_0741.py +9 -20
  4121. githubkit/versions/v2022_11_28/types/group_0742.py +15 -40
  4122. githubkit/versions/v2022_11_28/types/group_0743.py +12 -42
  4123. githubkit/versions/v2022_11_28/types/group_0744.py +15 -36
  4124. githubkit/versions/v2022_11_28/types/group_0745.py +11 -53
  4125. githubkit/versions/v2022_11_28/types/group_0746.py +7 -21
  4126. githubkit/versions/v2022_11_28/types/group_0747.py +12 -38
  4127. githubkit/versions/v2022_11_28/types/group_0748.py +22 -33
  4128. githubkit/versions/v2022_11_28/types/group_0749.py +12 -31
  4129. githubkit/versions/v2022_11_28/types/group_0750.py +10 -18
  4130. githubkit/versions/v2022_11_28/types/group_0751.py +7 -21
  4131. githubkit/versions/v2022_11_28/types/group_0752.py +12 -38
  4132. githubkit/versions/v2022_11_28/types/group_0753.py +9 -36
  4133. githubkit/versions/v2022_11_28/types/group_0754.py +12 -36
  4134. githubkit/versions/v2022_11_28/types/group_0755.py +9 -21
  4135. githubkit/versions/v2022_11_28/types/group_0756.py +7 -21
  4136. githubkit/versions/v2022_11_28/types/group_0757.py +7 -195
  4137. githubkit/versions/v2022_11_28/types/group_0758.py +6 -5
  4138. githubkit/versions/v2022_11_28/types/group_0759.py +8 -20
  4139. githubkit/versions/v2022_11_28/types/group_0760.py +22 -18
  4140. githubkit/versions/v2022_11_28/types/group_0761.py +9 -20
  4141. githubkit/versions/v2022_11_28/types/group_0762.py +9 -20
  4142. githubkit/versions/v2022_11_28/types/group_0763.py +7 -123
  4143. githubkit/versions/v2022_11_28/types/group_0764.py +18 -114
  4144. githubkit/versions/v2022_11_28/types/group_0765.py +16 -114
  4145. githubkit/versions/v2022_11_28/types/group_0766.py +9 -19
  4146. githubkit/versions/v2022_11_28/types/group_0767.py +9 -8
  4147. githubkit/versions/v2022_11_28/types/group_0768.py +5 -10
  4148. githubkit/versions/v2022_11_28/types/group_0769.py +9 -136
  4149. githubkit/versions/v2022_11_28/types/group_0770.py +9 -134
  4150. githubkit/versions/v2022_11_28/types/group_0771.py +6 -147
  4151. githubkit/versions/v2022_11_28/types/group_0772.py +14 -141
  4152. githubkit/versions/v2022_11_28/types/group_0773.py +7 -173
  4153. githubkit/versions/v2022_11_28/types/group_0774.py +7 -170
  4154. githubkit/versions/v2022_11_28/types/group_0775.py +5 -19
  4155. githubkit/versions/v2022_11_28/types/group_0776.py +5 -21
  4156. githubkit/versions/v2022_11_28/types/group_0777.py +6 -193
  4157. githubkit/versions/v2022_11_28/types/group_0778.py +8 -13
  4158. githubkit/versions/v2022_11_28/types/group_0779.py +7 -7
  4159. githubkit/versions/v2022_11_28/types/group_0780.py +8 -14
  4160. githubkit/versions/v2022_11_28/types/group_0781.py +7 -8
  4161. githubkit/versions/v2022_11_28/types/group_0782.py +5 -62
  4162. githubkit/versions/v2022_11_28/types/group_0783.py +8 -225
  4163. githubkit/versions/v2022_11_28/types/group_0784.py +8 -221
  4164. githubkit/versions/v2022_11_28/types/group_0785.py +9 -223
  4165. githubkit/versions/v2022_11_28/types/group_0786.py +33 -281
  4166. githubkit/versions/v2022_11_28/types/group_0787.py +54 -222
  4167. githubkit/versions/v2022_11_28/types/group_0788.py +57 -16
  4168. githubkit/versions/v2022_11_28/types/group_0789.py +15 -27
  4169. githubkit/versions/v2022_11_28/types/group_0790.py +12 -71
  4170. githubkit/versions/v2022_11_28/types/group_0791.py +8 -58
  4171. githubkit/versions/v2022_11_28/types/group_0792.py +6 -49
  4172. githubkit/versions/v2022_11_28/types/group_0793.py +6 -65
  4173. githubkit/versions/v2022_11_28/types/group_0794.py +8 -45
  4174. githubkit/versions/v2022_11_28/types/group_0795.py +16 -44
  4175. githubkit/versions/v2022_11_28/types/group_0796.py +9 -65
  4176. githubkit/versions/v2022_11_28/types/group_0797.py +6 -64
  4177. githubkit/versions/v2022_11_28/types/group_0798.py +10 -43
  4178. githubkit/versions/v2022_11_28/types/group_0799.py +6 -326
  4179. githubkit/versions/v2022_11_28/types/group_0800.py +5 -344
  4180. githubkit/versions/v2022_11_28/types/group_0801.py +7 -17
  4181. githubkit/versions/v2022_11_28/types/group_0802.py +9 -45
  4182. githubkit/versions/v2022_11_28/types/group_0803.py +7 -11
  4183. githubkit/versions/v2022_11_28/types/group_0804.py +6 -339
  4184. githubkit/versions/v2022_11_28/types/group_0805.py +4 -15
  4185. githubkit/versions/v2022_11_28/types/group_0806.py +17 -34
  4186. githubkit/versions/v2022_11_28/types/group_0807.py +15 -323
  4187. githubkit/versions/v2022_11_28/types/group_0808.py +5 -346
  4188. githubkit/versions/v2022_11_28/types/group_0809.py +6 -18
  4189. githubkit/versions/v2022_11_28/types/group_0810.py +6 -44
  4190. githubkit/versions/v2022_11_28/types/group_0811.py +19 -9
  4191. githubkit/versions/v2022_11_28/types/group_0812.py +6 -342
  4192. githubkit/versions/v2022_11_28/types/group_0813.py +4 -15
  4193. githubkit/versions/v2022_11_28/types/group_0814.py +8 -429
  4194. githubkit/versions/v2022_11_28/types/group_0815.py +14 -30
  4195. githubkit/versions/v2022_11_28/types/group_0816.py +9 -10
  4196. githubkit/versions/v2022_11_28/types/group_0817.py +6 -9
  4197. githubkit/versions/v2022_11_28/types/group_0818.py +6 -4
  4198. githubkit/versions/v2022_11_28/types/group_0819.py +6 -10
  4199. githubkit/versions/v2022_11_28/types/group_0820.py +109 -6
  4200. githubkit/versions/v2022_11_28/types/group_0821.py +9 -5
  4201. githubkit/versions/v2022_11_28/types/group_0822.py +6 -6
  4202. githubkit/versions/v2022_11_28/types/group_0823.py +11 -6
  4203. githubkit/versions/v2022_11_28/types/group_0824.py +9 -13
  4204. githubkit/versions/v2022_11_28/types/group_0825.py +10 -4
  4205. githubkit/versions/v2022_11_28/types/group_0826.py +7 -7
  4206. githubkit/versions/v2022_11_28/types/group_0827.py +9 -21
  4207. githubkit/versions/v2022_11_28/types/group_0828.py +9 -19
  4208. githubkit/versions/v2022_11_28/types/group_0829.py +7 -27
  4209. githubkit/versions/v2022_11_28/types/group_0830.py +6 -5
  4210. githubkit/versions/v2022_11_28/types/group_0831.py +9 -5
  4211. githubkit/versions/v2022_11_28/types/group_0832.py +10 -4
  4212. githubkit/versions/v2022_11_28/types/group_0833.py +10 -10
  4213. githubkit/versions/v2022_11_28/types/group_0834.py +10 -9
  4214. githubkit/versions/v2022_11_28/types/group_0835.py +9 -8
  4215. githubkit/versions/v2022_11_28/types/group_0836.py +5 -5
  4216. githubkit/versions/v2022_11_28/types/group_0837.py +5 -5
  4217. githubkit/versions/v2022_11_28/types/group_0838.py +15 -44
  4218. githubkit/versions/v2022_11_28/types/group_0839.py +7 -22
  4219. githubkit/versions/v2022_11_28/types/group_0840.py +10 -8
  4220. githubkit/versions/v2022_11_28/types/group_0841.py +7 -11
  4221. githubkit/versions/v2022_11_28/types/group_0842.py +7 -7
  4222. githubkit/versions/v2022_11_28/types/group_0843.py +32 -9
  4223. githubkit/versions/v2022_11_28/types/group_0844.py +22 -9
  4224. githubkit/versions/v2022_11_28/types/group_0845.py +9 -9
  4225. githubkit/versions/v2022_11_28/types/group_0846.py +7 -9
  4226. githubkit/versions/v2022_11_28/types/group_0847.py +125 -7
  4227. githubkit/versions/v2022_11_28/types/group_0848.py +52 -6
  4228. githubkit/versions/v2022_11_28/types/group_0849.py +27 -8
  4229. githubkit/versions/v2022_11_28/types/group_0850.py +11 -21
  4230. githubkit/versions/v2022_11_28/types/group_0851.py +15 -10
  4231. githubkit/versions/v2022_11_28/types/group_0852.py +15 -10
  4232. githubkit/versions/v2022_11_28/types/group_0853.py +11 -5
  4233. githubkit/versions/v2022_11_28/types/group_0854.py +11 -24
  4234. githubkit/versions/v2022_11_28/types/group_0855.py +15 -10
  4235. githubkit/versions/v2022_11_28/types/group_0856.py +13 -10
  4236. githubkit/versions/v2022_11_28/types/group_0857.py +12 -10
  4237. githubkit/versions/v2022_11_28/types/group_0858.py +13 -5
  4238. githubkit/versions/v2022_11_28/types/group_0859.py +12 -10
  4239. githubkit/versions/v2022_11_28/types/group_0860.py +13 -13
  4240. githubkit/versions/v2022_11_28/types/group_0861.py +13 -5
  4241. githubkit/versions/v2022_11_28/types/group_0862.py +5 -6
  4242. githubkit/versions/v2022_11_28/types/group_0863.py +47 -17
  4243. githubkit/versions/v2022_11_28/types/group_0864.py +33 -12
  4244. githubkit/versions/v2022_11_28/types/group_0865.py +35 -13
  4245. githubkit/versions/v2022_11_28/types/group_0866.py +61 -7
  4246. githubkit/versions/v2022_11_28/types/group_0867.py +37 -12
  4247. githubkit/versions/v2022_11_28/types/group_0868.py +39 -14
  4248. githubkit/versions/v2022_11_28/types/group_0869.py +5 -6
  4249. githubkit/versions/v2022_11_28/types/group_0870.py +22 -8
  4250. githubkit/versions/v2022_11_28/types/group_0871.py +8 -5
  4251. githubkit/versions/v2022_11_28/types/group_0872.py +11 -9
  4252. githubkit/versions/v2022_11_28/types/group_0873.py +13 -7
  4253. githubkit/versions/v2022_11_28/types/group_0874.py +8 -7
  4254. githubkit/versions/v2022_11_28/types/group_0875.py +16 -24
  4255. githubkit/versions/v2022_11_28/types/group_0876.py +22 -9
  4256. githubkit/versions/v2022_11_28/types/group_0877.py +8 -9
  4257. githubkit/versions/v2022_11_28/types/group_0878.py +20 -7
  4258. githubkit/versions/v2022_11_28/types/group_0879.py +16 -20
  4259. githubkit/versions/v2022_11_28/types/group_0880.py +6 -24
  4260. githubkit/versions/v2022_11_28/types/group_0881.py +5 -9
  4261. githubkit/versions/v2022_11_28/types/group_0882.py +6 -11
  4262. githubkit/versions/v2022_11_28/types/group_0883.py +9 -4
  4263. githubkit/versions/v2022_11_28/types/group_0884.py +8 -9
  4264. githubkit/versions/v2022_11_28/types/group_0885.py +8 -9
  4265. githubkit/versions/v2022_11_28/types/group_0886.py +37 -6
  4266. githubkit/versions/v2022_11_28/types/group_0887.py +33 -14
  4267. githubkit/versions/v2022_11_28/types/group_0888.py +12 -8
  4268. githubkit/versions/v2022_11_28/types/group_0889.py +22 -8
  4269. githubkit/versions/v2022_11_28/types/group_0890.py +6 -5
  4270. githubkit/versions/v2022_11_28/types/group_0891.py +9 -4
  4271. githubkit/versions/v2022_11_28/types/group_0892.py +23 -6
  4272. githubkit/versions/v2022_11_28/types/group_0893.py +5 -8
  4273. githubkit/versions/v2022_11_28/types/group_0894.py +14 -7
  4274. githubkit/versions/v2022_11_28/types/group_0895.py +18 -8
  4275. githubkit/versions/v2022_11_28/types/group_0896.py +31 -7
  4276. githubkit/versions/v2022_11_28/types/group_0897.py +24 -6
  4277. githubkit/versions/v2022_11_28/types/group_0898.py +9 -8
  4278. githubkit/versions/v2022_11_28/types/group_0899.py +17 -10
  4279. githubkit/versions/v2022_11_28/types/group_0900.py +8 -8
  4280. githubkit/versions/v2022_11_28/types/group_0901.py +12 -49
  4281. githubkit/versions/v2022_11_28/types/group_0902.py +9 -59
  4282. githubkit/versions/v2022_11_28/types/group_0903.py +7 -60
  4283. githubkit/versions/v2022_11_28/types/group_0904.py +6 -15
  4284. githubkit/versions/v2022_11_28/types/group_0905.py +6 -12
  4285. githubkit/versions/v2022_11_28/types/group_0906.py +6 -7
  4286. githubkit/versions/v2022_11_28/types/group_0907.py +42 -6
  4287. githubkit/versions/v2022_11_28/types/group_0908.py +6 -5
  4288. githubkit/versions/v2022_11_28/types/group_0909.py +7 -10
  4289. githubkit/versions/v2022_11_28/types/group_0910.py +22 -11
  4290. githubkit/versions/v2022_11_28/types/group_0911.py +21 -9
  4291. githubkit/versions/v2022_11_28/types/group_0912.py +24 -6
  4292. githubkit/versions/v2022_11_28/types/group_0913.py +12 -6
  4293. githubkit/versions/v2022_11_28/types/group_0914.py +9 -6
  4294. githubkit/versions/v2022_11_28/types/group_0915.py +10 -5
  4295. githubkit/versions/v2022_11_28/types/group_0916.py +8 -5
  4296. githubkit/versions/v2022_11_28/types/group_0917.py +6 -8
  4297. githubkit/versions/v2022_11_28/types/group_0918.py +7 -8
  4298. githubkit/versions/v2022_11_28/types/group_0919.py +5 -8
  4299. githubkit/versions/v2022_11_28/types/group_0920.py +8 -5
  4300. githubkit/versions/v2022_11_28/types/group_0921.py +19 -16
  4301. githubkit/versions/v2022_11_28/types/group_0922.py +6 -22
  4302. githubkit/versions/v2022_11_28/types/group_0923.py +8 -5
  4303. githubkit/versions/v2022_11_28/types/group_0924.py +34 -7
  4304. githubkit/versions/v2022_11_28/types/group_0925.py +7 -7
  4305. githubkit/versions/v2022_11_28/types/group_0926.py +5 -20
  4306. githubkit/versions/v2022_11_28/types/group_0927.py +5 -5
  4307. githubkit/versions/v2022_11_28/types/group_0928.py +8 -5
  4308. githubkit/versions/v2022_11_28/types/group_0929.py +16 -7
  4309. githubkit/versions/v2022_11_28/types/group_0930.py +6 -11
  4310. githubkit/versions/v2022_11_28/types/group_0931.py +5 -7
  4311. githubkit/versions/v2022_11_28/types/group_0932.py +17 -6
  4312. githubkit/versions/v2022_11_28/types/group_0933.py +4 -4
  4313. githubkit/versions/v2022_11_28/types/group_0934.py +6 -6
  4314. githubkit/versions/v2022_11_28/types/group_0935.py +8 -108
  4315. githubkit/versions/v2022_11_28/types/group_0936.py +7 -10
  4316. githubkit/versions/v2022_11_28/types/group_0937.py +7 -5
  4317. githubkit/versions/v2022_11_28/types/group_0938.py +7 -10
  4318. githubkit/versions/v2022_11_28/types/group_0939.py +5 -10
  4319. githubkit/versions/v2022_11_28/types/group_0940.py +8 -11
  4320. githubkit/versions/v2022_11_28/types/group_0941.py +9 -6
  4321. githubkit/versions/v2022_11_28/types/group_0942.py +10 -9
  4322. githubkit/versions/v2022_11_28/types/group_0943.py +6 -9
  4323. githubkit/versions/v2022_11_28/types/group_0944.py +7 -7
  4324. githubkit/versions/v2022_11_28/types/group_0945.py +10 -6
  4325. githubkit/versions/v2022_11_28/types/group_0946.py +15 -9
  4326. githubkit/versions/v2022_11_28/types/group_0947.py +13 -9
  4327. githubkit/versions/v2022_11_28/types/group_0948.py +15 -11
  4328. githubkit/versions/v2022_11_28/types/group_0949.py +15 -9
  4329. githubkit/versions/v2022_11_28/types/group_0950.py +17 -9
  4330. githubkit/versions/v2022_11_28/types/group_0951.py +10 -5
  4331. githubkit/versions/v2022_11_28/types/group_0952.py +9 -5
  4332. githubkit/versions/v2022_11_28/types/group_0953.py +9 -10
  4333. githubkit/versions/v2022_11_28/types/group_0954.py +12 -6
  4334. githubkit/versions/v2022_11_28/types/group_0955.py +5 -10
  4335. githubkit/versions/v2022_11_28/types/group_0956.py +6 -6
  4336. githubkit/versions/v2022_11_28/types/group_0957.py +9 -7
  4337. githubkit/versions/v2022_11_28/types/group_0958.py +12 -32
  4338. githubkit/versions/v2022_11_28/types/group_0959.py +6 -23
  4339. githubkit/versions/v2022_11_28/types/group_0960.py +9 -11
  4340. githubkit/versions/v2022_11_28/types/group_0961.py +10 -7
  4341. githubkit/versions/v2022_11_28/types/group_0962.py +15 -124
  4342. githubkit/versions/v2022_11_28/types/group_0963.py +15 -52
  4343. githubkit/versions/v2022_11_28/types/group_0964.py +6 -29
  4344. githubkit/versions/v2022_11_28/types/group_0965.py +10 -15
  4345. githubkit/versions/v2022_11_28/types/group_0966.py +7 -15
  4346. githubkit/versions/v2022_11_28/types/group_0967.py +7 -16
  4347. githubkit/versions/v2022_11_28/types/group_0968.py +7 -12
  4348. githubkit/versions/v2022_11_28/types/group_0969.py +7 -12
  4349. githubkit/versions/v2022_11_28/types/group_0970.py +7 -14
  4350. githubkit/versions/v2022_11_28/types/group_0971.py +26 -12
  4351. githubkit/versions/v2022_11_28/types/group_0972.py +5 -12
  4352. githubkit/versions/v2022_11_28/types/group_0973.py +8 -15
  4353. githubkit/versions/v2022_11_28/types/group_0974.py +8 -13
  4354. githubkit/versions/v2022_11_28/types/group_0975.py +6 -13
  4355. githubkit/versions/v2022_11_28/types/group_0976.py +7 -15
  4356. githubkit/versions/v2022_11_28/types/group_0977.py +15 -6
  4357. githubkit/versions/v2022_11_28/types/group_0978.py +7 -54
  4358. githubkit/versions/v2022_11_28/types/group_0979.py +12 -34
  4359. githubkit/versions/v2022_11_28/types/group_0980.py +17 -36
  4360. githubkit/versions/v2022_11_28/types/group_0981.py +7 -61
  4361. githubkit/versions/v2022_11_28/types/group_0982.py +49 -29
  4362. githubkit/versions/v2022_11_28/types/group_0983.py +46 -28
  4363. githubkit/versions/v2022_11_28/types/group_0984.py +11 -6
  4364. githubkit/versions/v2022_11_28/types/group_0985.py +9 -22
  4365. githubkit/versions/v2022_11_28/types/group_0986.py +6 -10
  4366. githubkit/versions/v2022_11_28/types/group_0987.py +6 -11
  4367. githubkit/versions/v2022_11_28/types/group_0988.py +7 -13
  4368. githubkit/versions/v2022_11_28/types/group_0989.py +8 -10
  4369. githubkit/versions/v2022_11_28/types/group_0990.py +9 -16
  4370. githubkit/versions/v2022_11_28/types/group_0991.py +12 -21
  4371. githubkit/versions/v2022_11_28/types/group_0992.py +8 -10
  4372. githubkit/versions/v2022_11_28/types/group_0993.py +6 -19
  4373. githubkit/versions/v2022_11_28/types/group_0994.py +5 -22
  4374. githubkit/versions/v2022_11_28/types/group_0995.py +8 -7
  4375. githubkit/versions/v2022_11_28/types/group_0996.py +13 -6
  4376. githubkit/versions/v2022_11_28/types/group_0997.py +8 -5
  4377. githubkit/versions/v2022_11_28/types/group_0998.py +6 -8
  4378. githubkit/versions/v2022_11_28/types/group_0999.py +6 -8
  4379. githubkit/versions/v2022_11_28/types/group_1000.py +6 -10
  4380. githubkit/versions/v2022_11_28/types/group_1001.py +6 -37
  4381. githubkit/versions/v2022_11_28/types/group_1002.py +11 -31
  4382. githubkit/versions/v2022_11_28/types/group_1003.py +10 -13
  4383. githubkit/versions/v2022_11_28/types/group_1004.py +18 -23
  4384. githubkit/versions/v2022_11_28/types/group_1005.py +25 -6
  4385. githubkit/versions/v2022_11_28/types/group_1006.py +24 -8
  4386. githubkit/versions/v2022_11_28/types/group_1007.py +7 -22
  4387. githubkit/versions/v2022_11_28/types/group_1008.py +10 -6
  4388. githubkit/versions/v2022_11_28/types/group_1009.py +7 -15
  4389. githubkit/versions/v2022_11_28/types/group_1010.py +8 -17
  4390. githubkit/versions/v2022_11_28/types/group_1011.py +9 -30
  4391. githubkit/versions/v2022_11_28/types/group_1012.py +5 -23
  4392. githubkit/versions/v2022_11_28/types/group_1013.py +7 -10
  4393. githubkit/versions/v2022_11_28/types/group_1014.py +8 -15
  4394. githubkit/versions/v2022_11_28/types/group_1015.py +16 -8
  4395. githubkit/versions/v2022_11_28/types/group_1016.py +6 -6
  4396. githubkit/versions/v2022_11_28/types/group_1017.py +8 -41
  4397. githubkit/versions/v2022_11_28/types/group_1018.py +11 -7
  4398. githubkit/versions/v2022_11_28/types/group_1019.py +5 -8
  4399. githubkit/versions/v2022_11_28/types/group_1020.py +6 -25
  4400. githubkit/versions/v2022_11_28/types/group_1021.py +7 -21
  4401. githubkit/versions/v2022_11_28/types/group_1022.py +14 -24
  4402. githubkit/versions/v2022_11_28/types/group_1023.py +7 -12
  4403. githubkit/versions/v2022_11_28/types/group_1024.py +33 -12
  4404. githubkit/versions/v2022_11_28/types/group_1025.py +12 -11
  4405. githubkit/versions/v2022_11_28/types/group_1026.py +12 -10
  4406. githubkit/versions/v2022_11_28/types/group_1027.py +6 -6
  4407. githubkit/versions/v2022_11_28/webhooks/__init__.py +1 -1
  4408. githubkit/versions/v2022_11_28/webhooks/_namespace.py +4 -6
  4409. githubkit/versions/v2022_11_28/webhooks/_types.py +1 -1
  4410. githubkit/versions/v2022_11_28/webhooks/branch_protection_configuration.py +1 -2
  4411. githubkit/versions/v2022_11_28/webhooks/branch_protection_rule.py +1 -2
  4412. githubkit/versions/v2022_11_28/webhooks/check_run.py +1 -2
  4413. githubkit/versions/v2022_11_28/webhooks/check_suite.py +1 -2
  4414. githubkit/versions/v2022_11_28/webhooks/code_scanning_alert.py +1 -2
  4415. githubkit/versions/v2022_11_28/webhooks/commit_comment.py +2 -8
  4416. githubkit/versions/v2022_11_28/webhooks/create.py +2 -8
  4417. githubkit/versions/v2022_11_28/webhooks/custom_property.py +1 -2
  4418. githubkit/versions/v2022_11_28/webhooks/custom_property_values.py +2 -8
  4419. githubkit/versions/v2022_11_28/webhooks/delete.py +2 -8
  4420. githubkit/versions/v2022_11_28/webhooks/dependabot_alert.py +1 -2
  4421. githubkit/versions/v2022_11_28/webhooks/deploy_key.py +1 -2
  4422. githubkit/versions/v2022_11_28/webhooks/deployment.py +2 -8
  4423. githubkit/versions/v2022_11_28/webhooks/deployment_protection_rule.py +2 -8
  4424. githubkit/versions/v2022_11_28/webhooks/deployment_review.py +1 -2
  4425. githubkit/versions/v2022_11_28/webhooks/deployment_status.py +2 -8
  4426. githubkit/versions/v2022_11_28/webhooks/discussion.py +1 -2
  4427. githubkit/versions/v2022_11_28/webhooks/discussion_comment.py +1 -2
  4428. githubkit/versions/v2022_11_28/webhooks/fork.py +2 -8
  4429. githubkit/versions/v2022_11_28/webhooks/github_app_authorization.py +2 -8
  4430. githubkit/versions/v2022_11_28/webhooks/gollum.py +2 -8
  4431. githubkit/versions/v2022_11_28/webhooks/installation.py +1 -2
  4432. githubkit/versions/v2022_11_28/webhooks/installation_repositories.py +1 -2
  4433. githubkit/versions/v2022_11_28/webhooks/installation_target.py +2 -8
  4434. githubkit/versions/v2022_11_28/webhooks/issue_comment.py +1 -2
  4435. githubkit/versions/v2022_11_28/webhooks/issues.py +1 -2
  4436. githubkit/versions/v2022_11_28/webhooks/label.py +1 -2
  4437. githubkit/versions/v2022_11_28/webhooks/marketplace_purchase.py +1 -2
  4438. githubkit/versions/v2022_11_28/webhooks/member.py +1 -2
  4439. githubkit/versions/v2022_11_28/webhooks/membership.py +1 -2
  4440. githubkit/versions/v2022_11_28/webhooks/merge_group.py +1 -2
  4441. githubkit/versions/v2022_11_28/webhooks/meta.py +2 -8
  4442. githubkit/versions/v2022_11_28/webhooks/milestone.py +1 -2
  4443. githubkit/versions/v2022_11_28/webhooks/org_block.py +1 -2
  4444. githubkit/versions/v2022_11_28/webhooks/organization.py +1 -2
  4445. githubkit/versions/v2022_11_28/webhooks/package.py +1 -2
  4446. githubkit/versions/v2022_11_28/webhooks/page_build.py +2 -8
  4447. githubkit/versions/v2022_11_28/webhooks/personal_access_token_request.py +1 -2
  4448. githubkit/versions/v2022_11_28/webhooks/ping.py +2 -8
  4449. githubkit/versions/v2022_11_28/webhooks/project.py +1 -2
  4450. githubkit/versions/v2022_11_28/webhooks/project_card.py +1 -2
  4451. githubkit/versions/v2022_11_28/webhooks/project_column.py +1 -2
  4452. githubkit/versions/v2022_11_28/webhooks/projects_v2.py +1 -2
  4453. githubkit/versions/v2022_11_28/webhooks/projects_v2_item.py +1 -2
  4454. githubkit/versions/v2022_11_28/webhooks/public.py +2 -8
  4455. githubkit/versions/v2022_11_28/webhooks/pull_request.py +1 -1
  4456. githubkit/versions/v2022_11_28/webhooks/pull_request_review.py +1 -2
  4457. githubkit/versions/v2022_11_28/webhooks/pull_request_review_comment.py +1 -2
  4458. githubkit/versions/v2022_11_28/webhooks/pull_request_review_thread.py +1 -2
  4459. githubkit/versions/v2022_11_28/webhooks/push.py +2 -8
  4460. githubkit/versions/v2022_11_28/webhooks/registry_package.py +1 -2
  4461. githubkit/versions/v2022_11_28/webhooks/release.py +1 -2
  4462. githubkit/versions/v2022_11_28/webhooks/repository.py +1 -2
  4463. githubkit/versions/v2022_11_28/webhooks/repository_advisory.py +1 -2
  4464. githubkit/versions/v2022_11_28/webhooks/repository_dispatch.py +2 -8
  4465. githubkit/versions/v2022_11_28/webhooks/repository_import.py +2 -8
  4466. githubkit/versions/v2022_11_28/webhooks/repository_ruleset.py +1 -2
  4467. githubkit/versions/v2022_11_28/webhooks/repository_vulnerability_alert.py +1 -2
  4468. githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert.py +1 -2
  4469. githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert_location.py +2 -8
  4470. githubkit/versions/v2022_11_28/webhooks/security_advisory.py +1 -2
  4471. githubkit/versions/v2022_11_28/webhooks/security_and_analysis.py +2 -8
  4472. githubkit/versions/v2022_11_28/webhooks/sponsorship.py +1 -2
  4473. githubkit/versions/v2022_11_28/webhooks/star.py +1 -2
  4474. githubkit/versions/v2022_11_28/webhooks/status.py +2 -8
  4475. githubkit/versions/v2022_11_28/webhooks/team.py +1 -2
  4476. githubkit/versions/v2022_11_28/webhooks/team_add.py +2 -8
  4477. githubkit/versions/v2022_11_28/webhooks/watch.py +2 -8
  4478. githubkit/versions/v2022_11_28/webhooks/workflow_dispatch.py +2 -8
  4479. githubkit/versions/v2022_11_28/webhooks/workflow_job.py +1 -2
  4480. githubkit/versions/v2022_11_28/webhooks/workflow_run.py +1 -2
  4481. githubkit/versions/webhooks.py +10 -3
  4482. githubkit-0.11.4.dist-info/METADATA +574 -0
  4483. githubkit-0.11.4.dist-info/RECORD +4507 -0
  4484. githubkit/versions/v2022_11_28/models/group_1028.py +0 -29
  4485. githubkit/versions/v2022_11_28/models/group_1029.py +0 -21
  4486. githubkit/versions/v2022_11_28/models/group_1030.py +0 -34
  4487. githubkit/versions/v2022_11_28/models/group_1031.py +0 -58
  4488. githubkit/versions/v2022_11_28/models/group_1032.py +0 -25
  4489. githubkit/versions/v2022_11_28/models/group_1033.py +0 -31
  4490. githubkit/versions/v2022_11_28/models/group_1034.py +0 -71
  4491. githubkit/versions/v2022_11_28/models/group_1035.py +0 -32
  4492. githubkit/versions/v2022_11_28/models/group_1036.py +0 -32
  4493. githubkit/versions/v2022_11_28/models/group_1037.py +0 -25
  4494. githubkit/versions/v2022_11_28/models/group_1038.py +0 -34
  4495. githubkit/versions/v2022_11_28/models/group_1039.py +0 -42
  4496. githubkit/versions/v2022_11_28/models/group_1040.py +0 -25
  4497. githubkit/versions/v2022_11_28/models/group_1041.py +0 -34
  4498. githubkit/versions/v2022_11_28/models/group_1042.py +0 -42
  4499. githubkit/versions/v2022_11_28/models/group_1043.py +0 -25
  4500. githubkit/versions/v2022_11_28/models/group_1044.py +0 -34
  4501. githubkit/versions/v2022_11_28/models/group_1045.py +0 -31
  4502. githubkit/versions/v2022_11_28/models/group_1046.py +0 -32
  4503. githubkit/versions/v2022_11_28/models/group_1047.py +0 -37
  4504. githubkit/versions/v2022_11_28/models/group_1048.py +0 -38
  4505. githubkit/versions/v2022_11_28/models/group_1049.py +0 -27
  4506. githubkit/versions/v2022_11_28/models/group_1050.py +0 -36
  4507. githubkit/versions/v2022_11_28/models/group_1051.py +0 -41
  4508. githubkit/versions/v2022_11_28/models/group_1052.py +0 -43
  4509. githubkit/versions/v2022_11_28/models/group_1053.py +0 -32
  4510. githubkit/versions/v2022_11_28/models/group_1054.py +0 -28
  4511. githubkit/versions/v2022_11_28/models/group_1055.py +0 -35
  4512. githubkit/versions/v2022_11_28/models/group_1056.py +0 -47
  4513. githubkit/versions/v2022_11_28/models/group_1057.py +0 -46
  4514. githubkit/versions/v2022_11_28/models/group_1058.py +0 -47
  4515. githubkit/versions/v2022_11_28/models/group_1059.py +0 -48
  4516. githubkit/versions/v2022_11_28/models/group_1060.py +0 -47
  4517. githubkit/versions/v2022_11_28/models/group_1061.py +0 -38
  4518. githubkit/versions/v2022_11_28/models/group_1062.py +0 -37
  4519. githubkit/versions/v2022_11_28/models/group_1063.py +0 -37
  4520. githubkit/versions/v2022_11_28/models/group_1064.py +0 -48
  4521. githubkit/versions/v2022_11_28/models/group_1065.py +0 -30
  4522. githubkit/versions/v2022_11_28/models/group_1066.py +0 -31
  4523. githubkit/versions/v2022_11_28/models/group_1067.py +0 -55
  4524. githubkit/versions/v2022_11_28/models/group_1068.py +0 -25
  4525. githubkit/versions/v2022_11_28/models/group_1069.py +0 -31
  4526. githubkit/versions/v2022_11_28/models/group_1070.py +0 -46
  4527. githubkit/versions/v2022_11_28/models/group_1071.py +0 -65
  4528. githubkit/versions/v2022_11_28/models/group_1072.py +0 -62
  4529. githubkit/versions/v2022_11_28/models/group_1073.py +0 -25
  4530. githubkit/versions/v2022_11_28/models/group_1074.py +0 -41
  4531. githubkit/versions/v2022_11_28/models/group_1075.py +0 -28
  4532. githubkit/versions/v2022_11_28/models/group_1076.py +0 -28
  4533. githubkit/versions/v2022_11_28/models/group_1077.py +0 -34
  4534. githubkit/versions/v2022_11_28/models/group_1078.py +0 -34
  4535. githubkit/versions/v2022_11_28/models/group_1079.py +0 -34
  4536. githubkit/versions/v2022_11_28/models/group_1080.py +0 -67
  4537. githubkit/versions/v2022_11_28/models/group_1081.py +0 -25
  4538. githubkit/versions/v2022_11_28/models/group_1082.py +0 -32
  4539. githubkit/versions/v2022_11_28/models/group_1083.py +0 -34
  4540. githubkit/versions/v2022_11_28/models/group_1084.py +0 -30
  4541. githubkit/versions/v2022_11_28/models/group_1085.py +0 -28
  4542. githubkit/versions/v2022_11_28/models/group_1086.py +0 -57
  4543. githubkit/versions/v2022_11_28/models/group_1087.py +0 -32
  4544. githubkit/versions/v2022_11_28/models/group_1088.py +0 -41
  4545. githubkit/versions/v2022_11_28/models/group_1089.py +0 -53
  4546. githubkit/versions/v2022_11_28/models/group_1090.py +0 -29
  4547. githubkit/versions/v2022_11_28/models/group_1091.py +0 -86
  4548. githubkit/versions/v2022_11_28/models/group_1092.py +0 -87
  4549. githubkit/versions/v2022_11_28/models/group_1093.py +0 -41
  4550. githubkit/versions/v2022_11_28/models/group_1094.py +0 -42
  4551. githubkit/versions/v2022_11_28/models/group_1095.py +0 -34
  4552. githubkit/versions/v2022_11_28/models/group_1096.py +0 -27
  4553. githubkit/versions/v2022_11_28/models/group_1097.py +0 -29
  4554. githubkit/versions/v2022_11_28/models/group_1098.py +0 -38
  4555. githubkit/versions/v2022_11_28/models/group_1099.py +0 -42
  4556. githubkit/versions/v2022_11_28/models/group_1100.py +0 -33
  4557. githubkit/versions/v2022_11_28/models/group_1101.py +0 -37
  4558. githubkit/versions/v2022_11_28/models/group_1102.py +0 -37
  4559. githubkit/versions/v2022_11_28/models/group_1103.py +0 -26
  4560. githubkit/versions/v2022_11_28/models/group_1104.py +0 -30
  4561. githubkit/versions/v2022_11_28/models/group_1105.py +0 -49
  4562. githubkit/versions/v2022_11_28/models/group_1106.py +0 -32
  4563. githubkit/versions/v2022_11_28/models/group_1107.py +0 -32
  4564. githubkit/versions/v2022_11_28/models/group_1108.py +0 -25
  4565. githubkit/versions/v2022_11_28/models/group_1109.py +0 -25
  4566. githubkit/versions/v2022_11_28/models/group_1110.py +0 -37
  4567. githubkit/versions/v2022_11_28/models/group_1111.py +0 -31
  4568. githubkit/versions/v2022_11_28/models/group_1112.py +0 -31
  4569. githubkit/versions/v2022_11_28/models/group_1113.py +0 -32
  4570. githubkit/versions/v2022_11_28/models/group_1114.py +0 -28
  4571. githubkit/versions/v2022_11_28/models/group_1115.py +0 -32
  4572. githubkit/versions/v2022_11_28/models/group_1116.py +0 -50
  4573. githubkit/versions/v2022_11_28/models/group_1117.py +0 -33
  4574. githubkit/versions/v2022_11_28/models/group_1118.py +0 -70
  4575. githubkit/versions/v2022_11_28/models/group_1119.py +0 -67
  4576. githubkit/versions/v2022_11_28/models/group_1120.py +0 -54
  4577. githubkit/versions/v2022_11_28/models/group_1121.py +0 -39
  4578. githubkit/versions/v2022_11_28/models/group_1122.py +0 -33
  4579. githubkit/versions/v2022_11_28/models/group_1123.py +0 -29
  4580. githubkit/versions/v2022_11_28/models/group_1124.py +0 -38
  4581. githubkit/versions/v2022_11_28/models/group_1125.py +0 -30
  4582. githubkit/versions/v2022_11_28/models/group_1126.py +0 -32
  4583. githubkit/versions/v2022_11_28/models/group_1127.py +0 -29
  4584. githubkit/versions/v2022_11_28/models/group_1128.py +0 -33
  4585. githubkit/versions/v2022_11_28/models/group_1129.py +0 -38
  4586. githubkit/versions/v2022_11_28/models/group_1130.py +0 -30
  4587. githubkit/versions/v2022_11_28/models/group_1131.py +0 -33
  4588. githubkit/versions/v2022_11_28/models/group_1132.py +0 -34
  4589. githubkit/versions/v2022_11_28/models/group_1133.py +0 -21
  4590. githubkit/versions/v2022_11_28/models/group_1134.py +0 -35
  4591. githubkit/versions/v2022_11_28/models/group_1135.py +0 -29
  4592. githubkit/versions/v2022_11_28/models/group_1136.py +0 -59
  4593. githubkit/versions/v2022_11_28/models/group_1137.py +0 -32
  4594. githubkit/versions/v2022_11_28/models/group_1138.py +0 -110
  4595. githubkit/versions/v2022_11_28/models/group_1139.py +0 -34
  4596. githubkit/versions/v2022_11_28/models/group_1140.py +0 -34
  4597. githubkit/versions/v2022_11_28/models/group_1141.py +0 -35
  4598. githubkit/versions/v2022_11_28/types/group_1028.py +0 -22
  4599. githubkit/versions/v2022_11_28/types/group_1029.py +0 -19
  4600. githubkit/versions/v2022_11_28/types/group_1030.py +0 -22
  4601. githubkit/versions/v2022_11_28/types/group_1031.py +0 -41
  4602. githubkit/versions/v2022_11_28/types/group_1032.py +0 -21
  4603. githubkit/versions/v2022_11_28/types/group_1033.py +0 -24
  4604. githubkit/versions/v2022_11_28/types/group_1034.py +0 -49
  4605. githubkit/versions/v2022_11_28/types/group_1035.py +0 -22
  4606. githubkit/versions/v2022_11_28/types/group_1036.py +0 -22
  4607. githubkit/versions/v2022_11_28/types/group_1037.py +0 -21
  4608. githubkit/versions/v2022_11_28/types/group_1038.py +0 -22
  4609. githubkit/versions/v2022_11_28/types/group_1039.py +0 -33
  4610. githubkit/versions/v2022_11_28/types/group_1040.py +0 -21
  4611. githubkit/versions/v2022_11_28/types/group_1041.py +0 -22
  4612. githubkit/versions/v2022_11_28/types/group_1042.py +0 -33
  4613. githubkit/versions/v2022_11_28/types/group_1043.py +0 -21
  4614. githubkit/versions/v2022_11_28/types/group_1044.py +0 -22
  4615. githubkit/versions/v2022_11_28/types/group_1045.py +0 -24
  4616. githubkit/versions/v2022_11_28/types/group_1046.py +0 -23
  4617. githubkit/versions/v2022_11_28/types/group_1047.py +0 -23
  4618. githubkit/versions/v2022_11_28/types/group_1048.py +0 -23
  4619. githubkit/versions/v2022_11_28/types/group_1049.py +0 -21
  4620. githubkit/versions/v2022_11_28/types/group_1050.py +0 -23
  4621. githubkit/versions/v2022_11_28/types/group_1051.py +0 -26
  4622. githubkit/versions/v2022_11_28/types/group_1052.py +0 -26
  4623. githubkit/versions/v2022_11_28/types/group_1053.py +0 -22
  4624. githubkit/versions/v2022_11_28/types/group_1054.py +0 -22
  4625. githubkit/versions/v2022_11_28/types/group_1055.py +0 -26
  4626. githubkit/versions/v2022_11_28/types/group_1056.py +0 -32
  4627. githubkit/versions/v2022_11_28/types/group_1057.py +0 -30
  4628. githubkit/versions/v2022_11_28/types/group_1058.py +0 -32
  4629. githubkit/versions/v2022_11_28/types/group_1059.py +0 -32
  4630. githubkit/versions/v2022_11_28/types/group_1060.py +0 -32
  4631. githubkit/versions/v2022_11_28/types/group_1061.py +0 -26
  4632. githubkit/versions/v2022_11_28/types/group_1062.py +0 -25
  4633. githubkit/versions/v2022_11_28/types/group_1063.py +0 -25
  4634. githubkit/versions/v2022_11_28/types/group_1064.py +0 -28
  4635. githubkit/versions/v2022_11_28/types/group_1065.py +0 -22
  4636. githubkit/versions/v2022_11_28/types/group_1066.py +0 -24
  4637. githubkit/versions/v2022_11_28/types/group_1067.py +0 -28
  4638. githubkit/versions/v2022_11_28/types/group_1068.py +0 -21
  4639. githubkit/versions/v2022_11_28/types/group_1069.py +0 -24
  4640. githubkit/versions/v2022_11_28/types/group_1070.py +0 -26
  4641. githubkit/versions/v2022_11_28/types/group_1071.py +0 -31
  4642. githubkit/versions/v2022_11_28/types/group_1072.py +0 -31
  4643. githubkit/versions/v2022_11_28/types/group_1073.py +0 -21
  4644. githubkit/versions/v2022_11_28/types/group_1074.py +0 -25
  4645. githubkit/versions/v2022_11_28/types/group_1075.py +0 -22
  4646. githubkit/versions/v2022_11_28/types/group_1076.py +0 -22
  4647. githubkit/versions/v2022_11_28/types/group_1077.py +0 -23
  4648. githubkit/versions/v2022_11_28/types/group_1078.py +0 -23
  4649. githubkit/versions/v2022_11_28/types/group_1079.py +0 -23
  4650. githubkit/versions/v2022_11_28/types/group_1080.py +0 -42
  4651. githubkit/versions/v2022_11_28/types/group_1081.py +0 -21
  4652. githubkit/versions/v2022_11_28/types/group_1082.py +0 -23
  4653. githubkit/versions/v2022_11_28/types/group_1083.py +0 -23
  4654. githubkit/versions/v2022_11_28/types/group_1084.py +0 -21
  4655. githubkit/versions/v2022_11_28/types/group_1085.py +0 -22
  4656. githubkit/versions/v2022_11_28/types/group_1086.py +0 -30
  4657. githubkit/versions/v2022_11_28/types/group_1087.py +0 -23
  4658. githubkit/versions/v2022_11_28/types/group_1088.py +0 -24
  4659. githubkit/versions/v2022_11_28/types/group_1089.py +0 -29
  4660. githubkit/versions/v2022_11_28/types/group_1090.py +0 -22
  4661. githubkit/versions/v2022_11_28/types/group_1091.py +0 -67
  4662. githubkit/versions/v2022_11_28/types/group_1092.py +0 -67
  4663. githubkit/versions/v2022_11_28/types/group_1093.py +0 -26
  4664. githubkit/versions/v2022_11_28/types/group_1094.py +0 -25
  4665. githubkit/versions/v2022_11_28/types/group_1095.py +0 -22
  4666. githubkit/versions/v2022_11_28/types/group_1096.py +0 -21
  4667. githubkit/versions/v2022_11_28/types/group_1097.py +0 -22
  4668. githubkit/versions/v2022_11_28/types/group_1098.py +0 -24
  4669. githubkit/versions/v2022_11_28/types/group_1099.py +0 -25
  4670. githubkit/versions/v2022_11_28/types/group_1100.py +0 -30
  4671. githubkit/versions/v2022_11_28/types/group_1101.py +0 -26
  4672. githubkit/versions/v2022_11_28/types/group_1102.py +0 -30
  4673. githubkit/versions/v2022_11_28/types/group_1103.py +0 -24
  4674. githubkit/versions/v2022_11_28/types/group_1104.py +0 -26
  4675. githubkit/versions/v2022_11_28/types/group_1105.py +0 -29
  4676. githubkit/versions/v2022_11_28/types/group_1106.py +0 -23
  4677. githubkit/versions/v2022_11_28/types/group_1107.py +0 -22
  4678. githubkit/versions/v2022_11_28/types/group_1108.py +0 -21
  4679. githubkit/versions/v2022_11_28/types/group_1109.py +0 -23
  4680. githubkit/versions/v2022_11_28/types/group_1110.py +0 -28
  4681. githubkit/versions/v2022_11_28/types/group_1111.py +0 -24
  4682. githubkit/versions/v2022_11_28/types/group_1112.py +0 -22
  4683. githubkit/versions/v2022_11_28/types/group_1113.py +0 -22
  4684. githubkit/versions/v2022_11_28/types/group_1114.py +0 -22
  4685. githubkit/versions/v2022_11_28/types/group_1115.py +0 -22
  4686. githubkit/versions/v2022_11_28/types/group_1116.py +0 -29
  4687. githubkit/versions/v2022_11_28/types/group_1117.py +0 -26
  4688. githubkit/versions/v2022_11_28/types/group_1118.py +0 -33
  4689. githubkit/versions/v2022_11_28/types/group_1119.py +0 -41
  4690. githubkit/versions/v2022_11_28/types/group_1120.py +0 -40
  4691. githubkit/versions/v2022_11_28/types/group_1121.py +0 -24
  4692. githubkit/versions/v2022_11_28/types/group_1122.py +0 -26
  4693. githubkit/versions/v2022_11_28/types/group_1123.py +0 -22
  4694. githubkit/versions/v2022_11_28/types/group_1124.py +0 -24
  4695. githubkit/versions/v2022_11_28/types/group_1125.py +0 -25
  4696. githubkit/versions/v2022_11_28/types/group_1126.py +0 -22
  4697. githubkit/versions/v2022_11_28/types/group_1127.py +0 -22
  4698. githubkit/versions/v2022_11_28/types/group_1128.py +0 -26
  4699. githubkit/versions/v2022_11_28/types/group_1129.py +0 -31
  4700. githubkit/versions/v2022_11_28/types/group_1130.py +0 -22
  4701. githubkit/versions/v2022_11_28/types/group_1131.py +0 -26
  4702. githubkit/versions/v2022_11_28/types/group_1132.py +0 -27
  4703. githubkit/versions/v2022_11_28/types/group_1133.py +0 -19
  4704. githubkit/versions/v2022_11_28/types/group_1134.py +0 -22
  4705. githubkit/versions/v2022_11_28/types/group_1135.py +0 -22
  4706. githubkit/versions/v2022_11_28/types/group_1136.py +0 -30
  4707. githubkit/versions/v2022_11_28/types/group_1137.py +0 -23
  4708. githubkit/versions/v2022_11_28/types/group_1138.py +0 -46
  4709. githubkit/versions/v2022_11_28/types/group_1139.py +0 -27
  4710. githubkit/versions/v2022_11_28/types/group_1140.py +0 -27
  4711. githubkit/versions/v2022_11_28/types/group_1141.py +0 -22
  4712. githubkit-0.11.2.dist-info/METADATA +0 -569
  4713. githubkit-0.11.2.dist-info/RECORD +0 -2437
  4714. {githubkit-0.11.2.dist-info → githubkit-0.11.4.dist-info}/LICENSE +0 -0
  4715. {githubkit-0.11.2.dist-info → githubkit-0.11.4.dist-info}/WHEEL +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  This file is automatically @generated by githubkit using the follow command:
4
4
 
5
- python -m codegen && isort . && black .
5
+ bash ./scripts/run-codegen.sh
6
6
 
7
7
  See https://github.com/github/rest-api-description for more information.
8
8
  """
@@ -143,6 +143,9 @@ if TYPE_CHECKING:
143
143
  from githubkit.versions.v2022_11_28.types import (
144
144
  VerificationType as VerificationType,
145
145
  )
146
+ from githubkit.versions.v2022_11_28.types import (
147
+ WebhooksRuleType as WebhooksRuleType,
148
+ )
146
149
  from githubkit.versions.v2022_11_28.types import (
147
150
  ActionsSecretType as ActionsSecretType,
148
151
  )
@@ -194,6 +197,9 @@ if TYPE_CHECKING:
194
197
  from githubkit.versions.v2022_11_28.types import (
195
198
  UserPatchBodyType as UserPatchBodyType,
196
199
  )
200
+ from githubkit.versions.v2022_11_28.types import (
201
+ VulnerabilityType as VulnerabilityType,
202
+ )
197
203
  from githubkit.versions.v2022_11_28.types import (
198
204
  WebhookConfigType as WebhookConfigType,
199
205
  )
@@ -509,6 +515,9 @@ if TYPE_CHECKING:
509
515
  from githubkit.versions.v2022_11_28.types import (
510
516
  PullRequestMinimalType as PullRequestMinimalType,
511
517
  )
518
+ from githubkit.versions.v2022_11_28.types import (
519
+ PullRequestWebhookType as PullRequestWebhookType,
520
+ )
512
521
  from githubkit.versions.v2022_11_28.types import (
513
522
  ReferencedWorkflowType as ReferencedWorkflowType,
514
523
  )
@@ -1118,6 +1127,9 @@ if TYPE_CHECKING:
1118
1127
  from githubkit.versions.v2022_11_28.types import (
1119
1128
  PullRequestReviewRequestType as PullRequestReviewRequestType,
1120
1129
  )
1130
+ from githubkit.versions.v2022_11_28.types import (
1131
+ PullRequestWebhookAllof1Type as PullRequestWebhookAllof1Type,
1132
+ )
1121
1133
  from githubkit.versions.v2022_11_28.types import (
1122
1134
  RepositoryAdvisoryCreateType as RepositoryAdvisoryCreateType,
1123
1135
  )
@@ -1136,6 +1148,9 @@ if TYPE_CHECKING:
1136
1148
  from githubkit.versions.v2022_11_28.types import (
1137
1149
  UserEmailsPostBodyOneof0Type as UserEmailsPostBodyOneof0Type,
1138
1150
  )
1151
+ from githubkit.versions.v2022_11_28.types import (
1152
+ VulnerabilityPropPackageType as VulnerabilityPropPackageType,
1153
+ )
1139
1154
  from githubkit.versions.v2022_11_28.types import (
1140
1155
  WebhookCheckRunCompletedType as WebhookCheckRunCompletedType,
1141
1156
  )
@@ -2273,6 +2288,9 @@ if TYPE_CHECKING:
2273
2288
  from githubkit.versions.v2022_11_28.types import (
2274
2289
  SecretScanningLocationIssueTitleType as SecretScanningLocationIssueTitleType,
2275
2290
  )
2291
+ from githubkit.versions.v2022_11_28.types import (
2292
+ SecretScanningLocationWikiCommitType as SecretScanningLocationWikiCommitType,
2293
+ )
2276
2294
  from githubkit.versions.v2022_11_28.types import (
2277
2295
  StatusCheckPolicyPropChecksItemsType as StatusCheckPolicyPropChecksItemsType,
2278
2296
  )
@@ -2597,12 +2615,6 @@ if TYPE_CHECKING:
2597
2615
  from githubkit.versions.v2022_11_28.types import (
2598
2616
  WebhookIssuesDemilestonedPropIssueType as WebhookIssuesDemilestonedPropIssueType,
2599
2617
  )
2600
- from githubkit.versions.v2022_11_28.types import (
2601
- WebhookIssuesLockedPropIssueAllof0Type as WebhookIssuesLockedPropIssueAllof0Type,
2602
- )
2603
- from githubkit.versions.v2022_11_28.types import (
2604
- WebhookIssuesLockedPropIssueAllof1Type as WebhookIssuesLockedPropIssueAllof1Type,
2605
- )
2606
2618
  from githubkit.versions.v2022_11_28.types import (
2607
2619
  WebhookMembershipRemovedPropMemberType as WebhookMembershipRemovedPropMemberType,
2608
2620
  )
@@ -2840,6 +2852,9 @@ if TYPE_CHECKING:
2840
2852
  from githubkit.versions.v2022_11_28.types import (
2841
2853
  ReposOwnerRepoTagsProtectionPostBodyType as ReposOwnerRepoTagsProtectionPostBodyType,
2842
2854
  )
2855
+ from githubkit.versions.v2022_11_28.types import (
2856
+ RepositoryRuleParamsCodeScanningToolType as RepositoryRuleParamsCodeScanningToolType,
2857
+ )
2843
2858
  from githubkit.versions.v2022_11_28.types import (
2844
2859
  SecretScanningLocationDiscussionBodyType as SecretScanningLocationDiscussionBodyType,
2845
2860
  )
@@ -2873,6 +2888,9 @@ if TYPE_CHECKING:
2873
2888
  from githubkit.versions.v2022_11_28.types import (
2874
2889
  WebhookIssuesEditedPropIssuePropUserType as WebhookIssuesEditedPropIssuePropUserType,
2875
2890
  )
2891
+ from githubkit.versions.v2022_11_28.types import (
2892
+ WebhookIssuesLockedPropIssuePropUserType as WebhookIssuesLockedPropIssuePropUserType,
2893
+ )
2876
2894
  from githubkit.versions.v2022_11_28.types import (
2877
2895
  WebhookIssuesMilestonedPropMilestoneType as WebhookIssuesMilestonedPropMilestoneType,
2878
2896
  )
@@ -2882,18 +2900,6 @@ if TYPE_CHECKING:
2882
2900
  from githubkit.versions.v2022_11_28.types import (
2883
2901
  WebhookIssuesPinnedPropIssuePropUserType as WebhookIssuesPinnedPropIssuePropUserType,
2884
2902
  )
2885
- from githubkit.versions.v2022_11_28.types import (
2886
- WebhookIssuesReopenedPropIssueAllof0Type as WebhookIssuesReopenedPropIssueAllof0Type,
2887
- )
2888
- from githubkit.versions.v2022_11_28.types import (
2889
- WebhookIssuesReopenedPropIssueAllof1Type as WebhookIssuesReopenedPropIssueAllof1Type,
2890
- )
2891
- from githubkit.versions.v2022_11_28.types import (
2892
- WebhookIssuesUnlockedPropIssueAllof0Type as WebhookIssuesUnlockedPropIssueAllof0Type,
2893
- )
2894
- from githubkit.versions.v2022_11_28.types import (
2895
- WebhookIssuesUnlockedPropIssueAllof1Type as WebhookIssuesUnlockedPropIssueAllof1Type,
2896
- )
2897
2903
  from githubkit.versions.v2022_11_28.types import (
2898
2904
  WebhookMetaDeletedPropHookPropConfigType as WebhookMetaDeletedPropHookPropConfigType,
2899
2905
  )
@@ -3047,9 +3053,6 @@ if TYPE_CHECKING:
3047
3053
  from githubkit.versions.v2022_11_28.types import (
3048
3054
  CommitSearchResultItemPropParentsItemsType as CommitSearchResultItemPropParentsItemsType,
3049
3055
  )
3050
- from githubkit.versions.v2022_11_28.types import (
3051
- GlobalAdvisoryPropVulnerabilitiesItemsType as GlobalAdvisoryPropVulnerabilitiesItemsType,
3052
- )
3053
3056
  from githubkit.versions.v2022_11_28.types import (
3054
3057
  InstallationRepositoriesGetResponse200Type as InstallationRepositoriesGetResponse200Type,
3055
3058
  )
@@ -3125,9 +3128,6 @@ if TYPE_CHECKING:
3125
3128
  from githubkit.versions.v2022_11_28.types import (
3126
3129
  WebhookDeploymentCreatedPropDeploymentType as WebhookDeploymentCreatedPropDeploymentType,
3127
3130
  )
3128
- from githubkit.versions.v2022_11_28.types import (
3129
- WebhookDiscussionCreatedPropDiscussionType as WebhookDiscussionCreatedPropDiscussionType,
3130
- )
3131
3131
  from githubkit.versions.v2022_11_28.types import (
3132
3132
  WebhookForkPropForkeeAllof0PropLicenseType as WebhookForkPropForkeeAllof0PropLicenseType,
3133
3133
  )
@@ -3150,13 +3150,10 @@ if TYPE_CHECKING:
3150
3150
  WebhookIssuesEditedPropChangesPropBodyType as WebhookIssuesEditedPropChangesPropBodyType,
3151
3151
  )
3152
3152
  from githubkit.versions.v2022_11_28.types import (
3153
- WebhookIssuesLockedPropIssueMergedUserType as WebhookIssuesLockedPropIssueMergedUserType,
3153
+ WebhookIssuesReopenedPropIssuePropUserType as WebhookIssuesReopenedPropIssuePropUserType,
3154
3154
  )
3155
3155
  from githubkit.versions.v2022_11_28.types import (
3156
- WebhookIssuesMilestonedPropIssueAllof0Type as WebhookIssuesMilestonedPropIssueAllof0Type,
3157
- )
3158
- from githubkit.versions.v2022_11_28.types import (
3159
- WebhookIssuesMilestonedPropIssueAllof1Type as WebhookIssuesMilestonedPropIssueAllof1Type,
3156
+ WebhookIssuesUnlockedPropIssuePropUserType as WebhookIssuesUnlockedPropIssuePropUserType,
3160
3157
  )
3161
3158
  from githubkit.versions.v2022_11_28.types import (
3162
3159
  WebhookIssuesUnpinnedPropIssuePropUserType as WebhookIssuesUnpinnedPropIssuePropUserType,
@@ -3269,18 +3266,9 @@ if TYPE_CHECKING:
3269
3266
  from githubkit.versions.v2022_11_28.types import (
3270
3267
  WebhookProjectEditedPropChangesPropNameType as WebhookProjectEditedPropChangesPropNameType,
3271
3268
  )
3272
- from githubkit.versions.v2022_11_28.types import (
3273
- WebhookPullRequestClosedPropPullRequestType as WebhookPullRequestClosedPropPullRequestType,
3274
- )
3275
- from githubkit.versions.v2022_11_28.types import (
3276
- WebhookPullRequestEditedPropPullRequestType as WebhookPullRequestEditedPropPullRequestType,
3277
- )
3278
3269
  from githubkit.versions.v2022_11_28.types import (
3279
3270
  WebhookPullRequestLockedPropPullRequestType as WebhookPullRequestLockedPropPullRequestType,
3280
3271
  )
3281
- from githubkit.versions.v2022_11_28.types import (
3282
- WebhookPullRequestOpenedPropPullRequestType as WebhookPullRequestOpenedPropPullRequestType,
3283
- )
3284
3272
  from githubkit.versions.v2022_11_28.types import (
3285
3273
  WebhookPullRequestReviewRequestedOneof0Type as WebhookPullRequestReviewRequestedOneof0Type,
3286
3274
  )
@@ -3399,16 +3387,13 @@ if TYPE_CHECKING:
3399
3387
  WebhookIssuesClosedPropIssueMergedLabelsType as WebhookIssuesClosedPropIssueMergedLabelsType,
3400
3388
  )
3401
3389
  from githubkit.versions.v2022_11_28.types import (
3402
- WebhookIssuesDemilestonedPropIssueAllof0Type as WebhookIssuesDemilestonedPropIssueAllof0Type,
3403
- )
3404
- from githubkit.versions.v2022_11_28.types import (
3405
- WebhookIssuesDemilestonedPropIssueAllof1Type as WebhookIssuesDemilestonedPropIssueAllof1Type,
3390
+ WebhookIssuesEditedPropIssuePropAssigneeType as WebhookIssuesEditedPropIssuePropAssigneeType,
3406
3391
  )
3407
3392
  from githubkit.versions.v2022_11_28.types import (
3408
- WebhookIssuesEditedPropIssuePropAssigneeType as WebhookIssuesEditedPropIssuePropAssigneeType,
3393
+ WebhookIssuesLockedPropIssuePropAssigneeType as WebhookIssuesLockedPropIssuePropAssigneeType,
3409
3394
  )
3410
3395
  from githubkit.versions.v2022_11_28.types import (
3411
- WebhookIssuesLockedPropIssueMergedLabelsType as WebhookIssuesLockedPropIssueMergedLabelsType,
3396
+ WebhookIssuesMilestonedPropIssuePropUserType as WebhookIssuesMilestonedPropIssuePropUserType,
3412
3397
  )
3413
3398
  from githubkit.versions.v2022_11_28.types import (
3414
3399
  WebhookIssuesOpenedPropIssuePropAssigneeType as WebhookIssuesOpenedPropIssuePropAssigneeType,
@@ -3416,15 +3401,9 @@ if TYPE_CHECKING:
3416
3401
  from githubkit.versions.v2022_11_28.types import (
3417
3402
  WebhookIssuesPinnedPropIssuePropAssigneeType as WebhookIssuesPinnedPropIssuePropAssigneeType,
3418
3403
  )
3419
- from githubkit.versions.v2022_11_28.types import (
3420
- WebhookIssuesReopenedPropIssueMergedUserType as WebhookIssuesReopenedPropIssueMergedUserType,
3421
- )
3422
3404
  from githubkit.versions.v2022_11_28.types import (
3423
3405
  WebhookIssuesUnassignedPropIssuePropUserType as WebhookIssuesUnassignedPropIssuePropUserType,
3424
3406
  )
3425
- from githubkit.versions.v2022_11_28.types import (
3426
- WebhookIssuesUnlockedPropIssueMergedUserType as WebhookIssuesUnlockedPropIssueMergedUserType,
3427
- )
3428
3407
  from githubkit.versions.v2022_11_28.types import (
3429
3408
  WebhookMembershipAddedPropTeamPropParentType as WebhookMembershipAddedPropTeamPropParentType,
3430
3409
  )
@@ -3470,12 +3449,6 @@ if TYPE_CHECKING:
3470
3449
  from githubkit.versions.v2022_11_28.types import (
3471
3450
  WebhookPushPropRepositoryPropPermissionsType as WebhookPushPropRepositoryPropPermissionsType,
3472
3451
  )
3473
- from githubkit.versions.v2022_11_28.types import (
3474
- WebhookReleasePublishedPropReleaseAllof0Type as WebhookReleasePublishedPropReleaseAllof0Type,
3475
- )
3476
- from githubkit.versions.v2022_11_28.types import (
3477
- WebhookReleasePublishedPropReleaseAllof1Type as WebhookReleasePublishedPropReleaseAllof1Type,
3478
- )
3479
3452
  from githubkit.versions.v2022_11_28.types import (
3480
3453
  WebhookSponsorshipCreatedPropSponsorshipType as WebhookSponsorshipCreatedPropSponsorshipType,
3481
3454
  )
@@ -3554,9 +3527,6 @@ if TYPE_CHECKING:
3554
3527
  from githubkit.versions.v2022_11_28.types import (
3555
3528
  UserInteractionLimitsGetResponse200Anyof1Type as UserInteractionLimitsGetResponse200Anyof1Type,
3556
3529
  )
3557
- from githubkit.versions.v2022_11_28.types import (
3558
- WebhookBranchProtectionRuleEditedPropRuleType as WebhookBranchProtectionRuleEditedPropRuleType,
3559
- )
3560
3530
  from githubkit.versions.v2022_11_28.types import (
3561
3531
  WebhookCheckRunRequestedActionFormEncodedType as WebhookCheckRunRequestedActionFormEncodedType,
3562
3532
  )
@@ -3596,6 +3566,12 @@ if TYPE_CHECKING:
3596
3566
  from githubkit.versions.v2022_11_28.types import (
3597
3567
  WebhookIssuesLabeledPropIssuePropAssigneeType as WebhookIssuesLabeledPropIssuePropAssigneeType,
3598
3568
  )
3569
+ from githubkit.versions.v2022_11_28.types import (
3570
+ WebhookIssuesLockedPropIssuePropMilestoneType as WebhookIssuesLockedPropIssuePropMilestoneType,
3571
+ )
3572
+ from githubkit.versions.v2022_11_28.types import (
3573
+ WebhookIssuesLockedPropIssuePropReactionsType as WebhookIssuesLockedPropIssuePropReactionsType,
3574
+ )
3599
3575
  from githubkit.versions.v2022_11_28.types import (
3600
3576
  WebhookIssuesOpenedPropIssuePropMilestoneType as WebhookIssuesOpenedPropIssuePropMilestoneType,
3601
3577
  )
@@ -3611,6 +3587,9 @@ if TYPE_CHECKING:
3611
3587
  from githubkit.versions.v2022_11_28.types import (
3612
3588
  WebhookIssuesTransferredPropIssuePropUserType as WebhookIssuesTransferredPropIssuePropUserType,
3613
3589
  )
3590
+ from githubkit.versions.v2022_11_28.types import (
3591
+ WebhookMemberAddedPropChangesPropRoleNameType as WebhookMemberAddedPropChangesPropRoleNameType,
3592
+ )
3614
3593
  from githubkit.versions.v2022_11_28.types import (
3615
3594
  WebhookPackageUpdatedPropPackagePropOwnerType as WebhookPackageUpdatedPropPackagePropOwnerType,
3616
3595
  )
@@ -3635,9 +3614,6 @@ if TYPE_CHECKING:
3635
3614
  from githubkit.versions.v2022_11_28.types import (
3636
3615
  WebhookPullRequestEnqueuedPropPullRequestType as WebhookPullRequestEnqueuedPropPullRequestType,
3637
3616
  )
3638
- from githubkit.versions.v2022_11_28.types import (
3639
- WebhookPullRequestReopenedPropPullRequestType as WebhookPullRequestReopenedPropPullRequestType,
3640
- )
3641
3617
  from githubkit.versions.v2022_11_28.types import (
3642
3618
  WebhookPullRequestReviewEditedPropChangesType as WebhookPullRequestReviewEditedPropChangesType,
3643
3619
  )
@@ -3740,12 +3716,6 @@ if TYPE_CHECKING:
3740
3716
  from githubkit.versions.v2022_11_28.types import (
3741
3717
  UserCodespacesCodespaceNamePublishPostBodyType as UserCodespacesCodespaceNamePublishPostBodyType,
3742
3718
  )
3743
- from githubkit.versions.v2022_11_28.types import (
3744
- WebhookBranchProtectionRuleCreatedPropRuleType as WebhookBranchProtectionRuleCreatedPropRuleType,
3745
- )
3746
- from githubkit.versions.v2022_11_28.types import (
3747
- WebhookBranchProtectionRuleDeletedPropRuleType as WebhookBranchProtectionRuleDeletedPropRuleType,
3748
- )
3749
3719
  from githubkit.versions.v2022_11_28.types import (
3750
3720
  WebhookCheckSuiteRerequestedPropCheckSuiteType as WebhookCheckSuiteRerequestedPropCheckSuiteType,
3751
3721
  )
@@ -3789,31 +3759,22 @@ if TYPE_CHECKING:
3789
3759
  WebhookIssuesDeletedPropIssuePropReactionsType as WebhookIssuesDeletedPropIssuePropReactionsType,
3790
3760
  )
3791
3761
  from githubkit.versions.v2022_11_28.types import (
3792
- WebhookIssuesLabeledPropIssuePropMilestoneType as WebhookIssuesLabeledPropIssuePropMilestoneType,
3793
- )
3794
- from githubkit.versions.v2022_11_28.types import (
3795
- WebhookIssuesLabeledPropIssuePropReactionsType as WebhookIssuesLabeledPropIssuePropReactionsType,
3796
- )
3797
- from githubkit.versions.v2022_11_28.types import (
3798
- WebhookIssuesLockedPropIssueAllof0PropUserType as WebhookIssuesLockedPropIssueAllof0PropUserType,
3762
+ WebhookIssuesDemilestonedPropIssuePropUserType as WebhookIssuesDemilestonedPropIssuePropUserType,
3799
3763
  )
3800
3764
  from githubkit.versions.v2022_11_28.types import (
3801
- WebhookIssuesLockedPropIssueAllof1PropUserType as WebhookIssuesLockedPropIssueAllof1PropUserType,
3802
- )
3803
- from githubkit.versions.v2022_11_28.types import (
3804
- WebhookIssuesLockedPropIssueMergedAssigneeType as WebhookIssuesLockedPropIssueMergedAssigneeType,
3765
+ WebhookIssuesLabeledPropIssuePropMilestoneType as WebhookIssuesLabeledPropIssuePropMilestoneType,
3805
3766
  )
3806
3767
  from githubkit.versions.v2022_11_28.types import (
3807
- WebhookIssuesMilestonedPropIssueMergedUserType as WebhookIssuesMilestonedPropIssueMergedUserType,
3768
+ WebhookIssuesLabeledPropIssuePropReactionsType as WebhookIssuesLabeledPropIssuePropReactionsType,
3808
3769
  )
3809
3770
  from githubkit.versions.v2022_11_28.types import (
3810
3771
  WebhookIssuesOpenedPropChangesPropOldIssueType as WebhookIssuesOpenedPropChangesPropOldIssueType,
3811
3772
  )
3812
3773
  from githubkit.versions.v2022_11_28.types import (
3813
- WebhookIssuesReopenedPropIssueMergedLabelsType as WebhookIssuesReopenedPropIssueMergedLabelsType,
3774
+ WebhookIssuesReopenedPropIssuePropAssigneeType as WebhookIssuesReopenedPropIssuePropAssigneeType,
3814
3775
  )
3815
3776
  from githubkit.versions.v2022_11_28.types import (
3816
- WebhookIssuesUnlockedPropIssueMergedLabelsType as WebhookIssuesUnlockedPropIssueMergedLabelsType,
3777
+ WebhookIssuesUnlockedPropIssuePropAssigneeType as WebhookIssuesUnlockedPropIssuePropAssigneeType,
3817
3778
  )
3818
3779
  from githubkit.versions.v2022_11_28.types import (
3819
3780
  WebhookIssuesUnpinnedPropIssuePropAssigneeType as WebhookIssuesUnpinnedPropIssuePropAssigneeType,
@@ -3851,18 +3812,6 @@ if TYPE_CHECKING:
3851
3812
  from githubkit.versions.v2022_11_28.types import (
3852
3813
  WebhookReleaseDeletedPropReleasePropAuthorType as WebhookReleaseDeletedPropReleasePropAuthorType,
3853
3814
  )
3854
- from githubkit.versions.v2022_11_28.types import (
3855
- WebhookReleasePrereleasedPropReleaseAllof0Type as WebhookReleasePrereleasedPropReleaseAllof0Type,
3856
- )
3857
- from githubkit.versions.v2022_11_28.types import (
3858
- WebhookReleasePrereleasedPropReleaseAllof1Type as WebhookReleasePrereleasedPropReleaseAllof1Type,
3859
- )
3860
- from githubkit.versions.v2022_11_28.types import (
3861
- WebhookReleaseUnpublishedPropReleaseAllof0Type as WebhookReleaseUnpublishedPropReleaseAllof0Type,
3862
- )
3863
- from githubkit.versions.v2022_11_28.types import (
3864
- WebhookReleaseUnpublishedPropReleaseAllof1Type as WebhookReleaseUnpublishedPropReleaseAllof1Type,
3865
- )
3866
3815
  from githubkit.versions.v2022_11_28.types import (
3867
3816
  WebhookRepositoryVulnerabilityAlertDismissType as WebhookRepositoryVulnerabilityAlertDismissType,
3868
3817
  )
@@ -3978,13 +3927,10 @@ if TYPE_CHECKING:
3978
3927
  WebhookIssuesEditedPropIssuePropPullRequestType as WebhookIssuesEditedPropIssuePropPullRequestType,
3979
3928
  )
3980
3929
  from githubkit.versions.v2022_11_28.types import (
3981
- WebhookIssuesLockedPropIssueMergedAssigneesType as WebhookIssuesLockedPropIssueMergedAssigneesType,
3930
+ WebhookIssuesLockedPropIssuePropLabelsItemsType as WebhookIssuesLockedPropIssuePropLabelsItemsType,
3982
3931
  )
3983
3932
  from githubkit.versions.v2022_11_28.types import (
3984
- WebhookIssuesLockedPropIssueMergedMilestoneType as WebhookIssuesLockedPropIssueMergedMilestoneType,
3985
- )
3986
- from githubkit.versions.v2022_11_28.types import (
3987
- WebhookIssuesLockedPropIssueMergedReactionsType as WebhookIssuesLockedPropIssueMergedReactionsType,
3933
+ WebhookIssuesLockedPropIssuePropPullRequestType as WebhookIssuesLockedPropIssuePropPullRequestType,
3988
3934
  )
3989
3935
  from githubkit.versions.v2022_11_28.types import (
3990
3936
  WebhookIssuesOpenedPropIssuePropLabelsItemsType as WebhookIssuesOpenedPropIssuePropLabelsItemsType,
@@ -3998,9 +3944,21 @@ if TYPE_CHECKING:
3998
3944
  from githubkit.versions.v2022_11_28.types import (
3999
3945
  WebhookIssuesPinnedPropIssuePropPullRequestType as WebhookIssuesPinnedPropIssuePropPullRequestType,
4000
3946
  )
3947
+ from githubkit.versions.v2022_11_28.types import (
3948
+ WebhookIssuesReopenedPropIssuePropMilestoneType as WebhookIssuesReopenedPropIssuePropMilestoneType,
3949
+ )
3950
+ from githubkit.versions.v2022_11_28.types import (
3951
+ WebhookIssuesReopenedPropIssuePropReactionsType as WebhookIssuesReopenedPropIssuePropReactionsType,
3952
+ )
4001
3953
  from githubkit.versions.v2022_11_28.types import (
4002
3954
  WebhookIssuesUnlabeledPropIssuePropAssigneeType as WebhookIssuesUnlabeledPropIssuePropAssigneeType,
4003
3955
  )
3956
+ from githubkit.versions.v2022_11_28.types import (
3957
+ WebhookIssuesUnlockedPropIssuePropMilestoneType as WebhookIssuesUnlockedPropIssuePropMilestoneType,
3958
+ )
3959
+ from githubkit.versions.v2022_11_28.types import (
3960
+ WebhookIssuesUnlockedPropIssuePropReactionsType as WebhookIssuesUnlockedPropIssuePropReactionsType,
3961
+ )
4004
3962
  from githubkit.versions.v2022_11_28.types import (
4005
3963
  WebhookIssuesUnpinnedPropIssuePropMilestoneType as WebhookIssuesUnpinnedPropIssuePropMilestoneType,
4006
3964
  )
@@ -4121,12 +4079,6 @@ if TYPE_CHECKING:
4121
4079
  from githubkit.versions.v2022_11_28.types import (
4122
4080
  WebhookDeploymentStatusCreatedPropDeploymentType as WebhookDeploymentStatusCreatedPropDeploymentType,
4123
4081
  )
4124
- from githubkit.versions.v2022_11_28.types import (
4125
- WebhookDiscussionCreatedPropDiscussionAllof0Type as WebhookDiscussionCreatedPropDiscussionAllof0Type,
4126
- )
4127
- from githubkit.versions.v2022_11_28.types import (
4128
- WebhookDiscussionCreatedPropDiscussionAllof1Type as WebhookDiscussionCreatedPropDiscussionAllof1Type,
4129
- )
4130
4082
  from githubkit.versions.v2022_11_28.types import (
4131
4083
  WebhookIssueCommentEditedPropChangesPropBodyType as WebhookIssueCommentEditedPropChangesPropBodyType,
4132
4084
  )
@@ -4142,9 +4094,6 @@ if TYPE_CHECKING:
4142
4094
  from githubkit.versions.v2022_11_28.types import (
4143
4095
  WebhookIssuesDeletedPropIssuePropPullRequestType as WebhookIssuesDeletedPropIssuePropPullRequestType,
4144
4096
  )
4145
- from githubkit.versions.v2022_11_28.types import (
4146
- WebhookIssuesDemilestonedPropIssueMergedUserType as WebhookIssuesDemilestonedPropIssueMergedUserType,
4147
- )
4148
4097
  from githubkit.versions.v2022_11_28.types import (
4149
4098
  WebhookIssuesLabeledPropIssuePropLabelsItemsType as WebhookIssuesLabeledPropIssuePropLabelsItemsType,
4150
4099
  )
@@ -4152,16 +4101,7 @@ if TYPE_CHECKING:
4152
4101
  WebhookIssuesLabeledPropIssuePropPullRequestType as WebhookIssuesLabeledPropIssuePropPullRequestType,
4153
4102
  )
4154
4103
  from githubkit.versions.v2022_11_28.types import (
4155
- WebhookIssuesMilestonedPropIssueMergedLabelsType as WebhookIssuesMilestonedPropIssueMergedLabelsType,
4156
- )
4157
- from githubkit.versions.v2022_11_28.types import (
4158
- WebhookIssuesReopenedPropIssueAllof0PropUserType as WebhookIssuesReopenedPropIssueAllof0PropUserType,
4159
- )
4160
- from githubkit.versions.v2022_11_28.types import (
4161
- WebhookIssuesReopenedPropIssueAllof1PropUserType as WebhookIssuesReopenedPropIssueAllof1PropUserType,
4162
- )
4163
- from githubkit.versions.v2022_11_28.types import (
4164
- WebhookIssuesReopenedPropIssueMergedAssigneeType as WebhookIssuesReopenedPropIssueMergedAssigneeType,
4104
+ WebhookIssuesMilestonedPropIssuePropAssigneeType as WebhookIssuesMilestonedPropIssuePropAssigneeType,
4165
4105
  )
4166
4106
  from githubkit.versions.v2022_11_28.types import (
4167
4107
  WebhookIssuesUnassignedPropIssuePropAssigneeType as WebhookIssuesUnassignedPropIssuePropAssigneeType,
@@ -4172,15 +4112,6 @@ if TYPE_CHECKING:
4172
4112
  from githubkit.versions.v2022_11_28.types import (
4173
4113
  WebhookIssuesUnlabeledPropIssuePropReactionsType as WebhookIssuesUnlabeledPropIssuePropReactionsType,
4174
4114
  )
4175
- from githubkit.versions.v2022_11_28.types import (
4176
- WebhookIssuesUnlockedPropIssueAllof0PropUserType as WebhookIssuesUnlockedPropIssueAllof0PropUserType,
4177
- )
4178
- from githubkit.versions.v2022_11_28.types import (
4179
- WebhookIssuesUnlockedPropIssueAllof1PropUserType as WebhookIssuesUnlockedPropIssueAllof1PropUserType,
4180
- )
4181
- from githubkit.versions.v2022_11_28.types import (
4182
- WebhookIssuesUnlockedPropIssueMergedAssigneeType as WebhookIssuesUnlockedPropIssueMergedAssigneeType,
4183
- )
4184
4115
  from githubkit.versions.v2022_11_28.types import (
4185
4116
  WebhookLabelEditedPropChangesPropDescriptionType as WebhookLabelEditedPropChangesPropDescriptionType,
4186
4117
  )
@@ -4229,6 +4160,9 @@ if TYPE_CHECKING:
4229
4160
  from githubkit.versions.v2022_11_28.types import (
4230
4161
  WebhookReleaseEditedPropReleasePropReactionsType as WebhookReleaseEditedPropReleasePropReactionsType,
4231
4162
  )
4163
+ from githubkit.versions.v2022_11_28.types import (
4164
+ WebhookReleasePublishedPropReleasePropAuthorType as WebhookReleasePublishedPropReleasePropAuthorType,
4165
+ )
4232
4166
  from githubkit.versions.v2022_11_28.types import (
4233
4167
  WebhookRepositoryEditedPropChangesPropTopicsType as WebhookRepositoryEditedPropChangesPropTopicsType,
4234
4168
  )
@@ -4314,13 +4248,16 @@ if TYPE_CHECKING:
4314
4248
  WebhookIssuesAssignedPropIssuePropPullRequestType as WebhookIssuesAssignedPropIssuePropPullRequestType,
4315
4249
  )
4316
4250
  from githubkit.versions.v2022_11_28.types import (
4317
- WebhookIssuesReopenedPropIssueMergedAssigneesType as WebhookIssuesReopenedPropIssueMergedAssigneesType,
4251
+ WebhookIssuesMilestonedPropIssuePropMilestoneType as WebhookIssuesMilestonedPropIssuePropMilestoneType,
4252
+ )
4253
+ from githubkit.versions.v2022_11_28.types import (
4254
+ WebhookIssuesMilestonedPropIssuePropReactionsType as WebhookIssuesMilestonedPropIssuePropReactionsType,
4318
4255
  )
4319
4256
  from githubkit.versions.v2022_11_28.types import (
4320
- WebhookIssuesReopenedPropIssueMergedMilestoneType as WebhookIssuesReopenedPropIssueMergedMilestoneType,
4257
+ WebhookIssuesReopenedPropIssuePropLabelsItemsType as WebhookIssuesReopenedPropIssuePropLabelsItemsType,
4321
4258
  )
4322
4259
  from githubkit.versions.v2022_11_28.types import (
4323
- WebhookIssuesReopenedPropIssueMergedReactionsType as WebhookIssuesReopenedPropIssueMergedReactionsType,
4260
+ WebhookIssuesReopenedPropIssuePropPullRequestType as WebhookIssuesReopenedPropIssuePropPullRequestType,
4324
4261
  )
4325
4262
  from githubkit.versions.v2022_11_28.types import (
4326
4263
  WebhookIssuesTransferredPropIssuePropAssigneeType as WebhookIssuesTransferredPropIssuePropAssigneeType,
@@ -4332,13 +4269,10 @@ if TYPE_CHECKING:
4332
4269
  WebhookIssuesUnassignedPropIssuePropReactionsType as WebhookIssuesUnassignedPropIssuePropReactionsType,
4333
4270
  )
4334
4271
  from githubkit.versions.v2022_11_28.types import (
4335
- WebhookIssuesUnlockedPropIssueMergedAssigneesType as WebhookIssuesUnlockedPropIssueMergedAssigneesType,
4272
+ WebhookIssuesUnlockedPropIssuePropLabelsItemsType as WebhookIssuesUnlockedPropIssuePropLabelsItemsType,
4336
4273
  )
4337
4274
  from githubkit.versions.v2022_11_28.types import (
4338
- WebhookIssuesUnlockedPropIssueMergedMilestoneType as WebhookIssuesUnlockedPropIssueMergedMilestoneType,
4339
- )
4340
- from githubkit.versions.v2022_11_28.types import (
4341
- WebhookIssuesUnlockedPropIssueMergedReactionsType as WebhookIssuesUnlockedPropIssueMergedReactionsType,
4275
+ WebhookIssuesUnlockedPropIssuePropPullRequestType as WebhookIssuesUnlockedPropIssuePropPullRequestType,
4342
4276
  )
4343
4277
  from githubkit.versions.v2022_11_28.types import (
4344
4278
  WebhookIssuesUnpinnedPropIssuePropLabelsItemsType as WebhookIssuesUnpinnedPropIssuePropLabelsItemsType,
@@ -4349,18 +4283,9 @@ if TYPE_CHECKING:
4349
4283
  from githubkit.versions.v2022_11_28.types import (
4350
4284
  WebhookProjectColumnEditedPropChangesPropNameType as WebhookProjectColumnEditedPropChangesPropNameType,
4351
4285
  )
4352
- from githubkit.versions.v2022_11_28.types import (
4353
- WebhookPullRequestClosedPropPullRequestAllof1Type as WebhookPullRequestClosedPropPullRequestAllof1Type,
4354
- )
4355
4286
  from githubkit.versions.v2022_11_28.types import (
4356
4287
  WebhookPullRequestDemilestonedPropPullRequestType as WebhookPullRequestDemilestonedPropPullRequestType,
4357
4288
  )
4358
- from githubkit.versions.v2022_11_28.types import (
4359
- WebhookPullRequestEditedPropPullRequestAllof1Type as WebhookPullRequestEditedPropPullRequestAllof1Type,
4360
- )
4361
- from githubkit.versions.v2022_11_28.types import (
4362
- WebhookPullRequestOpenedPropPullRequestAllof1Type as WebhookPullRequestOpenedPropPullRequestAllof1Type,
4363
- )
4364
4289
  from githubkit.versions.v2022_11_28.types import (
4365
4290
  WebhookPullRequestReviewEditedPropPullRequestType as WebhookPullRequestReviewEditedPropPullRequestType,
4366
4291
  )
@@ -4455,25 +4380,13 @@ if TYPE_CHECKING:
4455
4380
  WebhookIssuesClosedPropIssueAllof1PropAssigneeType as WebhookIssuesClosedPropIssueAllof1PropAssigneeType,
4456
4381
  )
4457
4382
  from githubkit.versions.v2022_11_28.types import (
4458
- WebhookIssuesDemilestonedPropIssueMergedLabelsType as WebhookIssuesDemilestonedPropIssueMergedLabelsType,
4383
+ WebhookIssuesDemilestonedPropIssuePropAssigneeType as WebhookIssuesDemilestonedPropIssuePropAssigneeType,
4459
4384
  )
4460
4385
  from githubkit.versions.v2022_11_28.types import (
4461
4386
  WebhookIssuesEditedPropIssuePropAssigneesItemsType as WebhookIssuesEditedPropIssuePropAssigneesItemsType,
4462
4387
  )
4463
4388
  from githubkit.versions.v2022_11_28.types import (
4464
- WebhookIssuesLockedPropIssueAllof0PropAssigneeType as WebhookIssuesLockedPropIssueAllof0PropAssigneeType,
4465
- )
4466
- from githubkit.versions.v2022_11_28.types import (
4467
- WebhookIssuesLockedPropIssueAllof1PropAssigneeType as WebhookIssuesLockedPropIssueAllof1PropAssigneeType,
4468
- )
4469
- from githubkit.versions.v2022_11_28.types import (
4470
- WebhookIssuesMilestonedPropIssueAllof0PropUserType as WebhookIssuesMilestonedPropIssueAllof0PropUserType,
4471
- )
4472
- from githubkit.versions.v2022_11_28.types import (
4473
- WebhookIssuesMilestonedPropIssueAllof1PropUserType as WebhookIssuesMilestonedPropIssueAllof1PropUserType,
4474
- )
4475
- from githubkit.versions.v2022_11_28.types import (
4476
- WebhookIssuesMilestonedPropIssueMergedAssigneeType as WebhookIssuesMilestonedPropIssueMergedAssigneeType,
4389
+ WebhookIssuesLockedPropIssuePropAssigneesItemsType as WebhookIssuesLockedPropIssuePropAssigneesItemsType,
4477
4390
  )
4478
4391
  from githubkit.versions.v2022_11_28.types import (
4479
4392
  WebhookIssuesOpenedPropIssuePropAssigneesItemsType as WebhookIssuesOpenedPropIssuePropAssigneesItemsType,
@@ -4524,13 +4437,13 @@ if TYPE_CHECKING:
4524
4437
  WebhookReleaseEditedPropReleasePropAssetsItemsType as WebhookReleaseEditedPropReleasePropAssetsItemsType,
4525
4438
  )
4526
4439
  from githubkit.versions.v2022_11_28.types import (
4527
- WebhookReleasePublishedPropReleaseMergedAssetsType as WebhookReleasePublishedPropReleaseMergedAssetsType,
4440
+ WebhookReleasePrereleasedPropReleasePropAuthorType as WebhookReleasePrereleasedPropReleasePropAuthorType,
4528
4441
  )
4529
4442
  from githubkit.versions.v2022_11_28.types import (
4530
- WebhookReleasePublishedPropReleaseMergedAuthorType as WebhookReleasePublishedPropReleaseMergedAuthorType,
4443
+ WebhookReleaseReleasedPropReleasePropReactionsType as WebhookReleaseReleasedPropReleasePropReactionsType,
4531
4444
  )
4532
4445
  from githubkit.versions.v2022_11_28.types import (
4533
- WebhookReleaseReleasedPropReleasePropReactionsType as WebhookReleaseReleasedPropReleasePropReactionsType,
4446
+ WebhookReleaseUnpublishedPropReleasePropAuthorType as WebhookReleaseUnpublishedPropReleasePropAuthorType,
4534
4447
  )
4535
4448
  from githubkit.versions.v2022_11_28.types import (
4536
4449
  WebhookRepositoryEditedPropChangesPropHomepageType as WebhookRepositoryEditedPropChangesPropHomepageType,
@@ -4629,25 +4542,19 @@ if TYPE_CHECKING:
4629
4542
  WebhookIssuesDeletedPropIssuePropAssigneesItemsType as WebhookIssuesDeletedPropIssuePropAssigneesItemsType,
4630
4543
  )
4631
4544
  from githubkit.versions.v2022_11_28.types import (
4632
- WebhookIssuesLabeledPropIssuePropAssigneesItemsType as WebhookIssuesLabeledPropIssuePropAssigneesItemsType,
4633
- )
4634
- from githubkit.versions.v2022_11_28.types import (
4635
- WebhookIssuesLockedPropIssueAllof0PropMilestoneType as WebhookIssuesLockedPropIssueAllof0PropMilestoneType,
4636
- )
4637
- from githubkit.versions.v2022_11_28.types import (
4638
- WebhookIssuesLockedPropIssueAllof0PropReactionsType as WebhookIssuesLockedPropIssueAllof0PropReactionsType,
4545
+ WebhookIssuesDemilestonedPropIssuePropMilestoneType as WebhookIssuesDemilestonedPropIssuePropMilestoneType,
4639
4546
  )
4640
4547
  from githubkit.versions.v2022_11_28.types import (
4641
- WebhookIssuesLockedPropIssueAllof1PropMilestoneType as WebhookIssuesLockedPropIssueAllof1PropMilestoneType,
4548
+ WebhookIssuesDemilestonedPropIssuePropReactionsType as WebhookIssuesDemilestonedPropIssuePropReactionsType,
4642
4549
  )
4643
4550
  from githubkit.versions.v2022_11_28.types import (
4644
- WebhookIssuesLockedPropIssueAllof1PropReactionsType as WebhookIssuesLockedPropIssueAllof1PropReactionsType,
4551
+ WebhookIssuesLabeledPropIssuePropAssigneesItemsType as WebhookIssuesLabeledPropIssuePropAssigneesItemsType,
4645
4552
  )
4646
4553
  from githubkit.versions.v2022_11_28.types import (
4647
- WebhookIssuesMilestonedPropIssueMergedAssigneesType as WebhookIssuesMilestonedPropIssueMergedAssigneesType,
4554
+ WebhookIssuesMilestonedPropIssuePropLabelsItemsType as WebhookIssuesMilestonedPropIssuePropLabelsItemsType,
4648
4555
  )
4649
4556
  from githubkit.versions.v2022_11_28.types import (
4650
- WebhookIssuesMilestonedPropIssueMergedReactionsType as WebhookIssuesMilestonedPropIssueMergedReactionsType,
4557
+ WebhookIssuesMilestonedPropIssuePropPullRequestType as WebhookIssuesMilestonedPropIssuePropPullRequestType,
4651
4558
  )
4652
4559
  from githubkit.versions.v2022_11_28.types import (
4653
4560
  WebhookIssuesMilestonedPropMilestonePropCreatorType as WebhookIssuesMilestonedPropMilestonePropCreatorType,
@@ -4682,18 +4589,15 @@ if TYPE_CHECKING:
4682
4589
  from githubkit.versions.v2022_11_28.types import (
4683
4590
  WebhookPullRequestLockedPropPullRequestPropUserType as WebhookPullRequestLockedPropPullRequestPropUserType,
4684
4591
  )
4685
- from githubkit.versions.v2022_11_28.types import (
4686
- WebhookPullRequestReadyForReviewPropPullRequestType as WebhookPullRequestReadyForReviewPropPullRequestType,
4687
- )
4688
- from githubkit.versions.v2022_11_28.types import (
4689
- WebhookPullRequestReopenedPropPullRequestAllof1Type as WebhookPullRequestReopenedPropPullRequestAllof1Type,
4690
- )
4691
4592
  from githubkit.versions.v2022_11_28.types import (
4692
4593
  WebhookReleaseCreatedPropReleasePropAssetsItemsType as WebhookReleaseCreatedPropReleasePropAssetsItemsType,
4693
4594
  )
4694
4595
  from githubkit.versions.v2022_11_28.types import (
4695
4596
  WebhookReleaseDeletedPropReleasePropAssetsItemsType as WebhookReleaseDeletedPropReleasePropAssetsItemsType,
4696
4597
  )
4598
+ from githubkit.versions.v2022_11_28.types import (
4599
+ WebhookReleasePublishedPropReleasePropReactionsType as WebhookReleasePublishedPropReleasePropReactionsType,
4600
+ )
4697
4601
  from githubkit.versions.v2022_11_28.types import (
4698
4602
  WebhookSponsorshipEditedPropSponsorshipPropTierType as WebhookSponsorshipEditedPropSponsorshipPropTierType,
4699
4603
  )
@@ -4790,9 +4694,6 @@ if TYPE_CHECKING:
4790
4694
  from githubkit.versions.v2022_11_28.types import (
4791
4695
  WebhookDiscussionAnsweredPropAnswerPropReactionsType as WebhookDiscussionAnsweredPropAnswerPropReactionsType,
4792
4696
  )
4793
- from githubkit.versions.v2022_11_28.types import (
4794
- WebhookDiscussionCreatedPropDiscussionMergedUserType as WebhookDiscussionCreatedPropDiscussionMergedUserType,
4795
- )
4796
4697
  from githubkit.versions.v2022_11_28.types import (
4797
4698
  WebhookDiscussionUnansweredPropOldAnswerPropUserType as WebhookDiscussionUnansweredPropOldAnswerPropUserType,
4798
4699
  )
@@ -4806,19 +4707,7 @@ if TYPE_CHECKING:
4806
4707
  WebhookIssuesAssignedPropIssuePropAssigneesItemsType as WebhookIssuesAssignedPropIssuePropAssigneesItemsType,
4807
4708
  )
4808
4709
  from githubkit.versions.v2022_11_28.types import (
4809
- WebhookIssuesDemilestonedPropIssueAllof0PropUserType as WebhookIssuesDemilestonedPropIssueAllof0PropUserType,
4810
- )
4811
- from githubkit.versions.v2022_11_28.types import (
4812
- WebhookIssuesDemilestonedPropIssueAllof1PropUserType as WebhookIssuesDemilestonedPropIssueAllof1PropUserType,
4813
- )
4814
- from githubkit.versions.v2022_11_28.types import (
4815
- WebhookIssuesDemilestonedPropIssueMergedAssigneeType as WebhookIssuesDemilestonedPropIssueMergedAssigneeType,
4816
- )
4817
- from githubkit.versions.v2022_11_28.types import (
4818
- WebhookIssuesReopenedPropIssueAllof0PropAssigneeType as WebhookIssuesReopenedPropIssueAllof0PropAssigneeType,
4819
- )
4820
- from githubkit.versions.v2022_11_28.types import (
4821
- WebhookIssuesReopenedPropIssueAllof1PropAssigneeType as WebhookIssuesReopenedPropIssueAllof1PropAssigneeType,
4710
+ WebhookIssuesReopenedPropIssuePropAssigneesItemsType as WebhookIssuesReopenedPropIssuePropAssigneesItemsType,
4822
4711
  )
4823
4712
  from githubkit.versions.v2022_11_28.types import (
4824
4713
  WebhookIssuesTransferredPropIssuePropLabelsItemsType as WebhookIssuesTransferredPropIssuePropLabelsItemsType,
@@ -4827,10 +4716,7 @@ if TYPE_CHECKING:
4827
4716
  WebhookIssuesTransferredPropIssuePropPullRequestType as WebhookIssuesTransferredPropIssuePropPullRequestType,
4828
4717
  )
4829
4718
  from githubkit.versions.v2022_11_28.types import (
4830
- WebhookIssuesUnlockedPropIssueAllof0PropAssigneeType as WebhookIssuesUnlockedPropIssueAllof0PropAssigneeType,
4831
- )
4832
- from githubkit.versions.v2022_11_28.types import (
4833
- WebhookIssuesUnlockedPropIssueAllof1PropAssigneeType as WebhookIssuesUnlockedPropIssueAllof1PropAssigneeType,
4719
+ WebhookIssuesUnlockedPropIssuePropAssigneesItemsType as WebhookIssuesUnlockedPropIssuePropAssigneesItemsType,
4834
4720
  )
4835
4721
  from githubkit.versions.v2022_11_28.types import (
4836
4722
  WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType as WebhookIssuesUnpinnedPropIssuePropAssigneesItemsType,
@@ -4880,21 +4766,9 @@ if TYPE_CHECKING:
4880
4766
  from githubkit.versions.v2022_11_28.types import (
4881
4767
  WebhookRegistryPackageUpdatedPropRegistryPackageType as WebhookRegistryPackageUpdatedPropRegistryPackageType,
4882
4768
  )
4883
- from githubkit.versions.v2022_11_28.types import (
4884
- WebhookReleasePrereleasedPropReleaseMergedAssetsType as WebhookReleasePrereleasedPropReleaseMergedAssetsType,
4885
- )
4886
- from githubkit.versions.v2022_11_28.types import (
4887
- WebhookReleasePrereleasedPropReleaseMergedAuthorType as WebhookReleasePrereleasedPropReleaseMergedAuthorType,
4888
- )
4889
4769
  from githubkit.versions.v2022_11_28.types import (
4890
4770
  WebhookReleaseReleasedPropReleasePropAssetsItemsType as WebhookReleaseReleasedPropReleasePropAssetsItemsType,
4891
4771
  )
4892
- from githubkit.versions.v2022_11_28.types import (
4893
- WebhookReleaseUnpublishedPropReleaseMergedAssetsType as WebhookReleaseUnpublishedPropReleaseMergedAssetsType,
4894
- )
4895
- from githubkit.versions.v2022_11_28.types import (
4896
- WebhookReleaseUnpublishedPropReleaseMergedAuthorType as WebhookReleaseUnpublishedPropReleaseMergedAuthorType,
4897
- )
4898
4772
  from githubkit.versions.v2022_11_28.types import (
4899
4773
  WebhookRepositoryDispatchSamplePropClientPayloadType as WebhookRepositoryDispatchSamplePropClientPayloadType,
4900
4774
  )
@@ -4913,18 +4787,9 @@ if TYPE_CHECKING:
4913
4787
  from githubkit.versions.v2022_11_28.types import (
4914
4788
  WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type as WebhookWorkflowJobCompletedPropWorkflowJobAllof1Type,
4915
4789
  )
4916
- from githubkit.versions.v2022_11_28.types import (
4917
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0Type as WebhookWorkflowRunCompletedPropWorkflowRunAllof0Type,
4918
- )
4919
- from githubkit.versions.v2022_11_28.types import (
4920
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1Type as WebhookWorkflowRunCompletedPropWorkflowRunAllof1Type,
4921
- )
4922
4790
  from githubkit.versions.v2022_11_28.types import (
4923
4791
  CodespaceWithFullRepositoryPropRuntimeConstraintsType as CodespaceWithFullRepositoryPropRuntimeConstraintsType,
4924
4792
  )
4925
- from githubkit.versions.v2022_11_28.types import (
4926
- GlobalAdvisoryPropVulnerabilitiesItemsPropPackageType as GlobalAdvisoryPropVulnerabilitiesItemsPropPackageType,
4927
- )
4928
4793
  from githubkit.versions.v2022_11_28.types import (
4929
4794
  OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type as OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200Type,
4930
4795
  )
@@ -5049,50 +4914,17 @@ if TYPE_CHECKING:
5049
4914
  WebhookIssuesClosedPropIssueAllof1PropLabelsItemsType as WebhookIssuesClosedPropIssueAllof1PropLabelsItemsType,
5050
4915
  )
5051
4916
  from githubkit.versions.v2022_11_28.types import (
5052
- WebhookIssuesDemilestonedPropIssueMergedAssigneesType as WebhookIssuesDemilestonedPropIssueMergedAssigneesType,
4917
+ WebhookIssuesDemilestonedPropIssuePropLabelsItemsType as WebhookIssuesDemilestonedPropIssuePropLabelsItemsType,
5053
4918
  )
5054
4919
  from githubkit.versions.v2022_11_28.types import (
5055
- WebhookIssuesDemilestonedPropIssueMergedReactionsType as WebhookIssuesDemilestonedPropIssueMergedReactionsType,
4920
+ WebhookIssuesDemilestonedPropIssuePropPullRequestType as WebhookIssuesDemilestonedPropIssuePropPullRequestType,
5056
4921
  )
5057
4922
  from githubkit.versions.v2022_11_28.types import (
5058
4923
  WebhookIssuesDemilestonedPropMilestonePropCreatorType as WebhookIssuesDemilestonedPropMilestonePropCreatorType,
5059
4924
  )
5060
- from githubkit.versions.v2022_11_28.types import (
5061
- WebhookIssuesLockedPropIssueAllof0PropLabelsItemsType as WebhookIssuesLockedPropIssueAllof0PropLabelsItemsType,
5062
- )
5063
- from githubkit.versions.v2022_11_28.types import (
5064
- WebhookIssuesLockedPropIssueAllof0PropPullRequestType as WebhookIssuesLockedPropIssueAllof0PropPullRequestType,
5065
- )
5066
- from githubkit.versions.v2022_11_28.types import (
5067
- WebhookIssuesLockedPropIssueAllof1PropLabelsItemsType as WebhookIssuesLockedPropIssueAllof1PropLabelsItemsType,
5068
- )
5069
- from githubkit.versions.v2022_11_28.types import (
5070
- WebhookIssuesReopenedPropIssueAllof0PropMilestoneType as WebhookIssuesReopenedPropIssueAllof0PropMilestoneType,
5071
- )
5072
- from githubkit.versions.v2022_11_28.types import (
5073
- WebhookIssuesReopenedPropIssueAllof0PropReactionsType as WebhookIssuesReopenedPropIssueAllof0PropReactionsType,
5074
- )
5075
- from githubkit.versions.v2022_11_28.types import (
5076
- WebhookIssuesReopenedPropIssueAllof1PropMilestoneType as WebhookIssuesReopenedPropIssueAllof1PropMilestoneType,
5077
- )
5078
- from githubkit.versions.v2022_11_28.types import (
5079
- WebhookIssuesReopenedPropIssueAllof1PropReactionsType as WebhookIssuesReopenedPropIssueAllof1PropReactionsType,
5080
- )
5081
4925
  from githubkit.versions.v2022_11_28.types import (
5082
4926
  WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType as WebhookIssuesUnlabeledPropIssuePropAssigneesItemsType,
5083
4927
  )
5084
- from githubkit.versions.v2022_11_28.types import (
5085
- WebhookIssuesUnlockedPropIssueAllof0PropMilestoneType as WebhookIssuesUnlockedPropIssueAllof0PropMilestoneType,
5086
- )
5087
- from githubkit.versions.v2022_11_28.types import (
5088
- WebhookIssuesUnlockedPropIssueAllof0PropReactionsType as WebhookIssuesUnlockedPropIssueAllof0PropReactionsType,
5089
- )
5090
- from githubkit.versions.v2022_11_28.types import (
5091
- WebhookIssuesUnlockedPropIssueAllof1PropMilestoneType as WebhookIssuesUnlockedPropIssueAllof1PropMilestoneType,
5092
- )
5093
- from githubkit.versions.v2022_11_28.types import (
5094
- WebhookIssuesUnlockedPropIssueAllof1PropReactionsType as WebhookIssuesUnlockedPropIssueAllof1PropReactionsType,
5095
- )
5096
4928
  from githubkit.versions.v2022_11_28.types import (
5097
4929
  WebhookPullRequestAssignedPropPullRequestPropBaseType as WebhookPullRequestAssignedPropPullRequestPropBaseType,
5098
4930
  )
@@ -5105,9 +4937,6 @@ if TYPE_CHECKING:
5105
4937
  from githubkit.versions.v2022_11_28.types import (
5106
4938
  WebhookPullRequestAutoMergeEnabledPropPullRequestType as WebhookPullRequestAutoMergeEnabledPropPullRequestType,
5107
4939
  )
5108
- from githubkit.versions.v2022_11_28.types import (
5109
- WebhookPullRequestConvertedToDraftPropPullRequestType as WebhookPullRequestConvertedToDraftPropPullRequestType,
5110
- )
5111
4940
  from githubkit.versions.v2022_11_28.types import (
5112
4941
  WebhookPullRequestDequeuedPropPullRequestPropBaseType as WebhookPullRequestDequeuedPropPullRequestPropBaseType,
5113
4942
  )
@@ -5150,6 +4979,15 @@ if TYPE_CHECKING:
5150
4979
  from githubkit.versions.v2022_11_28.types import (
5151
4980
  WebhookPullRequestUnlockedPropPullRequestPropUserType as WebhookPullRequestUnlockedPropPullRequestPropUserType,
5152
4981
  )
4982
+ from githubkit.versions.v2022_11_28.types import (
4983
+ WebhookReleasePrereleasedPropReleasePropReactionsType as WebhookReleasePrereleasedPropReleasePropReactionsType,
4984
+ )
4985
+ from githubkit.versions.v2022_11_28.types import (
4986
+ WebhookReleasePublishedPropReleasePropAssetsItemsType as WebhookReleasePublishedPropReleasePropAssetsItemsType,
4987
+ )
4988
+ from githubkit.versions.v2022_11_28.types import (
4989
+ WebhookReleaseUnpublishedPropReleasePropReactionsType as WebhookReleaseUnpublishedPropReleasePropReactionsType,
4990
+ )
5153
4991
  from githubkit.versions.v2022_11_28.types import (
5154
4992
  WebhookRepositoryEditedPropChangesPropDescriptionType as WebhookRepositoryEditedPropChangesPropDescriptionType,
5155
4993
  )
@@ -5174,12 +5012,6 @@ if TYPE_CHECKING:
5174
5012
  from githubkit.versions.v2022_11_28.types import (
5175
5013
  WebhookWorkflowJobInProgressPropWorkflowJobAllof1Type as WebhookWorkflowJobInProgressPropWorkflowJobAllof1Type,
5176
5014
  )
5177
- from githubkit.versions.v2022_11_28.types import (
5178
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0Type as WebhookWorkflowRunInProgressPropWorkflowRunAllof0Type,
5179
- )
5180
- from githubkit.versions.v2022_11_28.types import (
5181
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1Type as WebhookWorkflowRunInProgressPropWorkflowRunAllof1Type,
5182
- )
5183
5015
  from githubkit.versions.v2022_11_28.types import (
5184
5016
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type as AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
5185
5017
  )
@@ -5262,10 +5094,7 @@ if TYPE_CHECKING:
5262
5094
  WebhookIssueCommentDeletedPropIssueMergedReactionsType as WebhookIssueCommentDeletedPropIssueMergedReactionsType,
5263
5095
  )
5264
5096
  from githubkit.versions.v2022_11_28.types import (
5265
- WebhookIssuesMilestonedPropIssueAllof0PropAssigneeType as WebhookIssuesMilestonedPropIssueAllof0PropAssigneeType,
5266
- )
5267
- from githubkit.versions.v2022_11_28.types import (
5268
- WebhookIssuesMilestonedPropIssueAllof1PropAssigneeType as WebhookIssuesMilestonedPropIssueAllof1PropAssigneeType,
5097
+ WebhookIssuesMilestonedPropIssuePropAssigneesItemsType as WebhookIssuesMilestonedPropIssuePropAssigneesItemsType,
5269
5098
  )
5270
5099
  from githubkit.versions.v2022_11_28.types import (
5271
5100
  WebhookIssuesOpenedPropChangesPropOldIssuePropUserType as WebhookIssuesOpenedPropChangesPropOldIssuePropUserType,
@@ -5318,12 +5147,6 @@ if TYPE_CHECKING:
5318
5147
  from githubkit.versions.v2022_11_28.types import (
5319
5148
  WebhookRegistryPackagePublishedPropRegistryPackageType as WebhookRegistryPackagePublishedPropRegistryPackageType,
5320
5149
  )
5321
- from githubkit.versions.v2022_11_28.types import (
5322
- WebhookReleasePublishedPropReleaseAllof0PropAuthorType as WebhookReleasePublishedPropReleaseAllof0PropAuthorType,
5323
- )
5324
- from githubkit.versions.v2022_11_28.types import (
5325
- WebhookReleasePublishedPropReleaseAllof1PropAuthorType as WebhookReleasePublishedPropReleaseAllof1PropAuthorType,
5326
- )
5327
5150
  from githubkit.versions.v2022_11_28.types import (
5328
5151
  WebhookRepositoryRulesetEditedPropChangesPropRulesType as WebhookRepositoryRulesetEditedPropChangesPropRulesType,
5329
5152
  )
@@ -5396,39 +5219,9 @@ if TYPE_CHECKING:
5396
5219
  from githubkit.versions.v2022_11_28.types import (
5397
5220
  WebhookInstallationTargetRenamedPropChangesPropSlugType as WebhookInstallationTargetRenamedPropChangesPropSlugType,
5398
5221
  )
5399
- from githubkit.versions.v2022_11_28.types import (
5400
- WebhookIssuesMilestonedPropIssueAllof0PropMilestoneType as WebhookIssuesMilestonedPropIssueAllof0PropMilestoneType,
5401
- )
5402
- from githubkit.versions.v2022_11_28.types import (
5403
- WebhookIssuesMilestonedPropIssueAllof0PropReactionsType as WebhookIssuesMilestonedPropIssueAllof0PropReactionsType,
5404
- )
5405
- from githubkit.versions.v2022_11_28.types import (
5406
- WebhookIssuesMilestonedPropIssueAllof1PropMilestoneType as WebhookIssuesMilestonedPropIssueAllof1PropMilestoneType,
5407
- )
5408
- from githubkit.versions.v2022_11_28.types import (
5409
- WebhookIssuesMilestonedPropIssueAllof1PropReactionsType as WebhookIssuesMilestonedPropIssueAllof1PropReactionsType,
5410
- )
5411
- from githubkit.versions.v2022_11_28.types import (
5412
- WebhookIssuesReopenedPropIssueAllof0PropLabelsItemsType as WebhookIssuesReopenedPropIssueAllof0PropLabelsItemsType,
5413
- )
5414
- from githubkit.versions.v2022_11_28.types import (
5415
- WebhookIssuesReopenedPropIssueAllof0PropPullRequestType as WebhookIssuesReopenedPropIssueAllof0PropPullRequestType,
5416
- )
5417
- from githubkit.versions.v2022_11_28.types import (
5418
- WebhookIssuesReopenedPropIssueAllof1PropLabelsItemsType as WebhookIssuesReopenedPropIssueAllof1PropLabelsItemsType,
5419
- )
5420
5222
  from githubkit.versions.v2022_11_28.types import (
5421
5223
  WebhookIssuesTransferredPropIssuePropAssigneesItemsType as WebhookIssuesTransferredPropIssuePropAssigneesItemsType,
5422
5224
  )
5423
- from githubkit.versions.v2022_11_28.types import (
5424
- WebhookIssuesUnlockedPropIssueAllof0PropLabelsItemsType as WebhookIssuesUnlockedPropIssueAllof0PropLabelsItemsType,
5425
- )
5426
- from githubkit.versions.v2022_11_28.types import (
5427
- WebhookIssuesUnlockedPropIssueAllof0PropPullRequestType as WebhookIssuesUnlockedPropIssueAllof0PropPullRequestType,
5428
- )
5429
- from githubkit.versions.v2022_11_28.types import (
5430
- WebhookIssuesUnlockedPropIssueAllof1PropLabelsItemsType as WebhookIssuesUnlockedPropIssueAllof1PropLabelsItemsType,
5431
- )
5432
5225
  from githubkit.versions.v2022_11_28.types import (
5433
5226
  WebhookProjectCardCreatedPropProjectCardPropCreatorType as WebhookProjectCardCreatedPropProjectCardPropCreatorType,
5434
5227
  )
@@ -5474,6 +5267,12 @@ if TYPE_CHECKING:
5474
5267
  from githubkit.versions.v2022_11_28.types import (
5475
5268
  WebhookPullRequestUnlabeledPropPullRequestPropLinksType as WebhookPullRequestUnlabeledPropPullRequestPropLinksType,
5476
5269
  )
5270
+ from githubkit.versions.v2022_11_28.types import (
5271
+ WebhookReleasePrereleasedPropReleasePropAssetsItemsType as WebhookReleasePrereleasedPropReleasePropAssetsItemsType,
5272
+ )
5273
+ from githubkit.versions.v2022_11_28.types import (
5274
+ WebhookReleaseUnpublishedPropReleasePropAssetsItemsType as WebhookReleaseUnpublishedPropReleasePropAssetsItemsType,
5275
+ )
5477
5276
  from githubkit.versions.v2022_11_28.types import (
5478
5277
  WebhookRepositoryEditedPropChangesPropDefaultBranchType as WebhookRepositoryEditedPropChangesPropDefaultBranchType,
5479
5278
  )
@@ -5498,6 +5297,9 @@ if TYPE_CHECKING:
5498
5297
  from githubkit.versions.v2022_11_28.types import (
5499
5298
  WebhookTeamEditedPropRepositoryPropCustomPropertiesType as WebhookTeamEditedPropRepositoryPropCustomPropertiesType,
5500
5299
  )
5300
+ from githubkit.versions.v2022_11_28.types import (
5301
+ WebhookWorkflowRunCompletedPropWorkflowRunPropActorType as WebhookWorkflowRunCompletedPropWorkflowRunPropActorType,
5302
+ )
5501
5303
  from githubkit.versions.v2022_11_28.types import (
5502
5304
  WebhookWorkflowRunRequestedPropWorkflowRunPropActorType as WebhookWorkflowRunRequestedPropWorkflowRunPropActorType,
5503
5305
  )
@@ -5516,15 +5318,6 @@ if TYPE_CHECKING:
5516
5318
  from githubkit.versions.v2022_11_28.types import (
5517
5319
  RepositoryRuleCommitAuthorEmailPatternPropParametersType as RepositoryRuleCommitAuthorEmailPatternPropParametersType,
5518
5320
  )
5519
- from githubkit.versions.v2022_11_28.types import (
5520
- WebhookDiscussionCreatedPropDiscussionAllof0PropUserType as WebhookDiscussionCreatedPropDiscussionAllof0PropUserType,
5521
- )
5522
- from githubkit.versions.v2022_11_28.types import (
5523
- WebhookDiscussionCreatedPropDiscussionAllof1PropUserType as WebhookDiscussionCreatedPropDiscussionAllof1PropUserType,
5524
- )
5525
- from githubkit.versions.v2022_11_28.types import (
5526
- WebhookDiscussionCreatedPropDiscussionMergedCategoryType as WebhookDiscussionCreatedPropDiscussionMergedCategoryType,
5527
- )
5528
5321
  from githubkit.versions.v2022_11_28.types import (
5529
5322
  WebhookInstallationTargetRenamedPropChangesPropLoginType as WebhookInstallationTargetRenamedPropChangesPropLoginType,
5530
5323
  )
@@ -5541,19 +5334,13 @@ if TYPE_CHECKING:
5541
5334
  WebhookIssuesClosedPropIssueAllof1PropAssigneesItemsType as WebhookIssuesClosedPropIssueAllof1PropAssigneesItemsType,
5542
5335
  )
5543
5336
  from githubkit.versions.v2022_11_28.types import (
5544
- WebhookIssuesDemilestonedPropIssueAllof0PropAssigneeType as WebhookIssuesDemilestonedPropIssueAllof0PropAssigneeType,
5545
- )
5546
- from githubkit.versions.v2022_11_28.types import (
5547
- WebhookIssuesDemilestonedPropIssueAllof1PropAssigneeType as WebhookIssuesDemilestonedPropIssueAllof1PropAssigneeType,
5337
+ WebhookIssuesDemilestonedPropIssuePropAssigneesItemsType as WebhookIssuesDemilestonedPropIssuePropAssigneesItemsType,
5548
5338
  )
5549
5339
  from githubkit.versions.v2022_11_28.types import (
5550
5340
  WebhookIssuesEditedPropIssuePropMilestonePropCreatorType as WebhookIssuesEditedPropIssuePropMilestonePropCreatorType,
5551
5341
  )
5552
5342
  from githubkit.versions.v2022_11_28.types import (
5553
- WebhookIssuesLockedPropIssueAllof0PropAssigneesItemsType as WebhookIssuesLockedPropIssueAllof0PropAssigneesItemsType,
5554
- )
5555
- from githubkit.versions.v2022_11_28.types import (
5556
- WebhookIssuesLockedPropIssueAllof1PropAssigneesItemsType as WebhookIssuesLockedPropIssueAllof1PropAssigneesItemsType,
5343
+ WebhookIssuesLockedPropIssuePropMilestonePropCreatorType as WebhookIssuesLockedPropIssuePropMilestonePropCreatorType,
5557
5344
  )
5558
5345
  from githubkit.versions.v2022_11_28.types import (
5559
5346
  WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropIssuePropMilestonePropCreatorType,
@@ -5609,18 +5396,6 @@ if TYPE_CHECKING:
5609
5396
  from githubkit.versions.v2022_11_28.types import (
5610
5397
  WebhookPullRequestUnassignedPropPullRequestPropLinksType as WebhookPullRequestUnassignedPropPullRequestPropLinksType,
5611
5398
  )
5612
- from githubkit.versions.v2022_11_28.types import (
5613
- WebhookReleasePrereleasedPropReleaseAllof0PropAuthorType as WebhookReleasePrereleasedPropReleaseAllof0PropAuthorType,
5614
- )
5615
- from githubkit.versions.v2022_11_28.types import (
5616
- WebhookReleasePrereleasedPropReleaseAllof1PropAuthorType as WebhookReleasePrereleasedPropReleaseAllof1PropAuthorType,
5617
- )
5618
- from githubkit.versions.v2022_11_28.types import (
5619
- WebhookReleaseUnpublishedPropReleaseAllof0PropAuthorType as WebhookReleaseUnpublishedPropReleaseAllof0PropAuthorType,
5620
- )
5621
- from githubkit.versions.v2022_11_28.types import (
5622
- WebhookReleaseUnpublishedPropReleaseAllof1PropAuthorType as WebhookReleaseUnpublishedPropReleaseAllof1PropAuthorType,
5623
- )
5624
5399
  from githubkit.versions.v2022_11_28.types import (
5625
5400
  WebhookSecretScanningAlertLocationCreatedFormEncodedType as WebhookSecretScanningAlertLocationCreatedFormEncodedType,
5626
5401
  )
@@ -5648,6 +5423,9 @@ if TYPE_CHECKING:
5648
5423
  from githubkit.versions.v2022_11_28.types import (
5649
5424
  WebhookTeamDeletedPropRepositoryPropCustomPropertiesType as WebhookTeamDeletedPropRepositoryPropCustomPropertiesType,
5650
5425
  )
5426
+ from githubkit.versions.v2022_11_28.types import (
5427
+ WebhookWorkflowRunInProgressPropWorkflowRunPropActorType as WebhookWorkflowRunInProgressPropWorkflowRunPropActorType,
5428
+ )
5651
5429
  from githubkit.versions.v2022_11_28.types import (
5652
5430
  OrgsOrgActionsRunnersGenerateJitconfigPostResponse201Type as OrgsOrgActionsRunnersGenerateJitconfigPostResponse201Type,
5653
5431
  )
@@ -5693,9 +5471,6 @@ if TYPE_CHECKING:
5693
5471
  from githubkit.versions.v2022_11_28.types import (
5694
5472
  WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType as WebhookDeploymentCreatedPropWorkflowRunPropRepositoryType,
5695
5473
  )
5696
- from githubkit.versions.v2022_11_28.types import (
5697
- WebhookDiscussionCreatedPropDiscussionMergedReactionsType as WebhookDiscussionCreatedPropDiscussionMergedReactionsType,
5698
- )
5699
5474
  from githubkit.versions.v2022_11_28.types import (
5700
5475
  WebhookDiscussionUnansweredPropOldAnswerPropReactionsType as WebhookDiscussionUnansweredPropOldAnswerPropReactionsType,
5701
5476
  )
@@ -5726,18 +5501,6 @@ if TYPE_CHECKING:
5726
5501
  from githubkit.versions.v2022_11_28.types import (
5727
5502
  WebhookIssuesDeletedPropIssuePropMilestonePropCreatorType as WebhookIssuesDeletedPropIssuePropMilestonePropCreatorType,
5728
5503
  )
5729
- from githubkit.versions.v2022_11_28.types import (
5730
- WebhookIssuesDemilestonedPropIssueAllof0PropMilestoneType as WebhookIssuesDemilestonedPropIssueAllof0PropMilestoneType,
5731
- )
5732
- from githubkit.versions.v2022_11_28.types import (
5733
- WebhookIssuesDemilestonedPropIssueAllof0PropReactionsType as WebhookIssuesDemilestonedPropIssueAllof0PropReactionsType,
5734
- )
5735
- from githubkit.versions.v2022_11_28.types import (
5736
- WebhookIssuesDemilestonedPropIssueAllof1PropMilestoneType as WebhookIssuesDemilestonedPropIssueAllof1PropMilestoneType,
5737
- )
5738
- from githubkit.versions.v2022_11_28.types import (
5739
- WebhookIssuesDemilestonedPropIssueAllof1PropReactionsType as WebhookIssuesDemilestonedPropIssueAllof1PropReactionsType,
5740
- )
5741
5504
  from githubkit.versions.v2022_11_28.types import (
5742
5505
  WebhookIssuesEditedPropIssuePropPerformedViaGithubAppType as WebhookIssuesEditedPropIssuePropPerformedViaGithubAppType,
5743
5506
  )
@@ -5745,13 +5508,7 @@ if TYPE_CHECKING:
5745
5508
  WebhookIssuesLabeledPropIssuePropMilestonePropCreatorType as WebhookIssuesLabeledPropIssuePropMilestonePropCreatorType,
5746
5509
  )
5747
5510
  from githubkit.versions.v2022_11_28.types import (
5748
- WebhookIssuesMilestonedPropIssueAllof0PropLabelsItemsType as WebhookIssuesMilestonedPropIssueAllof0PropLabelsItemsType,
5749
- )
5750
- from githubkit.versions.v2022_11_28.types import (
5751
- WebhookIssuesMilestonedPropIssueAllof0PropPullRequestType as WebhookIssuesMilestonedPropIssueAllof0PropPullRequestType,
5752
- )
5753
- from githubkit.versions.v2022_11_28.types import (
5754
- WebhookIssuesMilestonedPropIssueAllof1PropLabelsItemsType as WebhookIssuesMilestonedPropIssueAllof1PropLabelsItemsType,
5511
+ WebhookIssuesLockedPropIssuePropPerformedViaGithubAppType as WebhookIssuesLockedPropIssuePropPerformedViaGithubAppType,
5755
5512
  )
5756
5513
  from githubkit.versions.v2022_11_28.types import (
5757
5514
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppType,
@@ -5795,9 +5552,6 @@ if TYPE_CHECKING:
5795
5552
  from githubkit.versions.v2022_11_28.types import (
5796
5553
  WebhookPullRequestLabeledPropPullRequestPropMilestoneType as WebhookPullRequestLabeledPropPullRequestPropMilestoneType,
5797
5554
  )
5798
- from githubkit.versions.v2022_11_28.types import (
5799
- WebhookPullRequestReadyForReviewPropPullRequestAllof1Type as WebhookPullRequestReadyForReviewPropPullRequestAllof1Type,
5800
- )
5801
5555
  from githubkit.versions.v2022_11_28.types import (
5802
5556
  WebhookPullRequestReviewCommentCreatedPropPullRequestType as WebhookPullRequestReviewCommentCreatedPropPullRequestType,
5803
5557
  )
@@ -5825,9 +5579,6 @@ if TYPE_CHECKING:
5825
5579
  from githubkit.versions.v2022_11_28.types import (
5826
5580
  WebhookPullRequestUnlockedPropPullRequestPropMergedByType as WebhookPullRequestUnlockedPropPullRequestPropMergedByType,
5827
5581
  )
5828
- from githubkit.versions.v2022_11_28.types import (
5829
- WebhookReleasePublishedPropReleaseAllof0PropReactionsType as WebhookReleasePublishedPropReleaseAllof0PropReactionsType,
5830
- )
5831
5582
  from githubkit.versions.v2022_11_28.types import (
5832
5583
  WebhookSponsorshipCancelledPropSponsorshipPropSponsorType as WebhookSponsorshipCancelledPropSponsorshipPropSponsorType,
5833
5584
  )
@@ -5843,9 +5594,6 @@ if TYPE_CHECKING:
5843
5594
  from githubkit.versions.v2022_11_28.types import (
5844
5595
  WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItemsType,
5845
5596
  )
5846
- from githubkit.versions.v2022_11_28.types import (
5847
- WebhookWorkflowRunCompletedPropWorkflowRunMergedActorType as WebhookWorkflowRunCompletedPropWorkflowRunMergedActorType,
5848
- )
5849
5597
  from githubkit.versions.v2022_11_28.types import (
5850
5598
  WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType as WorkflowRunUsagePropBillablePropMacosPropJobRunsItemsType,
5851
5599
  )
@@ -5919,16 +5667,10 @@ if TYPE_CHECKING:
5919
5667
  WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneeType as WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneeType,
5920
5668
  )
5921
5669
  from githubkit.versions.v2022_11_28.types import (
5922
- WebhookIssuesReopenedPropIssueAllof0PropAssigneesItemsType as WebhookIssuesReopenedPropIssueAllof0PropAssigneesItemsType,
5923
- )
5924
- from githubkit.versions.v2022_11_28.types import (
5925
- WebhookIssuesReopenedPropIssueAllof1PropAssigneesItemsType as WebhookIssuesReopenedPropIssueAllof1PropAssigneesItemsType,
5926
- )
5927
- from githubkit.versions.v2022_11_28.types import (
5928
- WebhookIssuesUnlockedPropIssueAllof0PropAssigneesItemsType as WebhookIssuesUnlockedPropIssueAllof0PropAssigneesItemsType,
5670
+ WebhookIssuesReopenedPropIssuePropMilestonePropCreatorType as WebhookIssuesReopenedPropIssuePropMilestonePropCreatorType,
5929
5671
  )
5930
5672
  from githubkit.versions.v2022_11_28.types import (
5931
- WebhookIssuesUnlockedPropIssueAllof1PropAssigneesItemsType as WebhookIssuesUnlockedPropIssueAllof1PropAssigneesItemsType,
5673
+ WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType,
5932
5674
  )
5933
5675
  from githubkit.versions.v2022_11_28.types import (
5934
5676
  WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType as WebhookIssuesUnpinnedPropIssuePropMilestonePropCreatorType,
@@ -6002,9 +5744,6 @@ if TYPE_CHECKING:
6002
5744
  from githubkit.versions.v2022_11_28.types import (
6003
5745
  WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItemsType,
6004
5746
  )
6005
- from githubkit.versions.v2022_11_28.types import (
6006
- WebhookWorkflowRunInProgressPropWorkflowRunMergedActorType as WebhookWorkflowRunInProgressPropWorkflowRunMergedActorType,
6007
- )
6008
5747
  from githubkit.versions.v2022_11_28.types import (
6009
5748
  WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItemsType,
6010
5749
  )
@@ -6074,30 +5813,24 @@ if TYPE_CHECKING:
6074
5813
  from githubkit.versions.v2022_11_28.types import (
6075
5814
  WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesClosedPropIssueMergedPerformedViaGithubAppType,
6076
5815
  )
6077
- from githubkit.versions.v2022_11_28.types import (
6078
- WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItemsType as WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItemsType,
6079
- )
6080
- from githubkit.versions.v2022_11_28.types import (
6081
- WebhookIssuesDemilestonedPropIssueAllof0PropPullRequestType as WebhookIssuesDemilestonedPropIssueAllof0PropPullRequestType,
6082
- )
6083
- from githubkit.versions.v2022_11_28.types import (
6084
- WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItemsType as WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItemsType,
6085
- )
6086
- from githubkit.versions.v2022_11_28.types import (
6087
- WebhookIssuesLockedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesLockedPropIssueMergedPerformedViaGithubAppType,
6088
- )
6089
5816
  from githubkit.versions.v2022_11_28.types import (
6090
5817
  WebhookIssuesOpenedPropChangesPropOldIssuePropMilestoneType as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestoneType,
6091
5818
  )
6092
5819
  from githubkit.versions.v2022_11_28.types import (
6093
5820
  WebhookIssuesOpenedPropChangesPropOldIssuePropReactionsType as WebhookIssuesOpenedPropChangesPropOldIssuePropReactionsType,
6094
5821
  )
5822
+ from githubkit.versions.v2022_11_28.types import (
5823
+ WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppType,
5824
+ )
6095
5825
  from githubkit.versions.v2022_11_28.types import (
6096
5826
  WebhookIssuesTransferredPropChangesPropNewIssuePropUserType as WebhookIssuesTransferredPropChangesPropNewIssuePropUserType,
6097
5827
  )
6098
5828
  from githubkit.versions.v2022_11_28.types import (
6099
5829
  WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreatorType,
6100
5830
  )
5831
+ from githubkit.versions.v2022_11_28.types import (
5832
+ WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType,
5833
+ )
6101
5834
  from githubkit.versions.v2022_11_28.types import (
6102
5835
  WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppType,
6103
5836
  )
@@ -6107,9 +5840,6 @@ if TYPE_CHECKING:
6107
5840
  from githubkit.versions.v2022_11_28.types import (
6108
5841
  WebhookProjectCardMovedPropProjectCardAllof1PropCreatorType as WebhookProjectCardMovedPropProjectCardAllof1PropCreatorType,
6109
5842
  )
6110
- from githubkit.versions.v2022_11_28.types import (
6111
- WebhookPullRequestConvertedToDraftPropPullRequestAllof1Type as WebhookPullRequestConvertedToDraftPropPullRequestAllof1Type,
6112
- )
6113
5843
  from githubkit.versions.v2022_11_28.types import (
6114
5844
  WebhookPullRequestLabeledPropPullRequestPropLabelsItemsType as WebhookPullRequestLabeledPropPullRequestPropLabelsItemsType,
6115
5845
  )
@@ -6146,18 +5876,6 @@ if TYPE_CHECKING:
6146
5876
  from githubkit.versions.v2022_11_28.types import (
6147
5877
  WebhookPullRequestUnlabeledPropPullRequestPropMilestoneType as WebhookPullRequestUnlabeledPropPullRequestPropMilestoneType,
6148
5878
  )
6149
- from githubkit.versions.v2022_11_28.types import (
6150
- WebhookReleasePrereleasedPropReleaseAllof0PropReactionsType as WebhookReleasePrereleasedPropReleaseAllof0PropReactionsType,
6151
- )
6152
- from githubkit.versions.v2022_11_28.types import (
6153
- WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsType as WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsType,
6154
- )
6155
- from githubkit.versions.v2022_11_28.types import (
6156
- WebhookReleasePublishedPropReleaseAllof1PropAssetsItemsType as WebhookReleasePublishedPropReleaseAllof1PropAssetsItemsType,
6157
- )
6158
- from githubkit.versions.v2022_11_28.types import (
6159
- WebhookReleaseUnpublishedPropReleaseAllof0PropReactionsType as WebhookReleaseUnpublishedPropReleaseAllof0PropReactionsType,
6160
- )
6161
5879
  from githubkit.versions.v2022_11_28.types import (
6162
5880
  WebhookRepositoryRulesetEditedPropChangesPropConditionsType as WebhookRepositoryRulesetEditedPropChangesPropConditionsType,
6163
5881
  )
@@ -6209,12 +5927,6 @@ if TYPE_CHECKING:
6209
5927
  from githubkit.versions.v2022_11_28.types import (
6210
5928
  WebhookDeploymentReviewRequestedPropWorkflowRunPropActorType as WebhookDeploymentReviewRequestedPropWorkflowRunPropActorType,
6211
5929
  )
6212
- from githubkit.versions.v2022_11_28.types import (
6213
- WebhookDiscussionCreatedPropDiscussionAllof0PropCategoryType as WebhookDiscussionCreatedPropDiscussionAllof0PropCategoryType,
6214
- )
6215
- from githubkit.versions.v2022_11_28.types import (
6216
- WebhookDiscussionCreatedPropDiscussionAllof1PropCategoryType as WebhookDiscussionCreatedPropDiscussionAllof1PropCategoryType,
6217
- )
6218
5930
  from githubkit.versions.v2022_11_28.types import (
6219
5931
  WebhookIssueCommentCreatedPropIssueAllof0PropLabelsItemsType as WebhookIssueCommentCreatedPropIssueAllof0PropLabelsItemsType,
6220
5932
  )
@@ -6234,10 +5946,7 @@ if TYPE_CHECKING:
6234
5946
  WebhookIssueCommentDeletedPropIssueAllof1PropLabelsItemsType as WebhookIssueCommentDeletedPropIssueAllof1PropLabelsItemsType,
6235
5947
  )
6236
5948
  from githubkit.versions.v2022_11_28.types import (
6237
- WebhookIssuesMilestonedPropIssueAllof0PropAssigneesItemsType as WebhookIssuesMilestonedPropIssueAllof0PropAssigneesItemsType,
6238
- )
6239
- from githubkit.versions.v2022_11_28.types import (
6240
- WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItemsType as WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItemsType,
5949
+ WebhookIssuesMilestonedPropIssuePropMilestonePropCreatorType as WebhookIssuesMilestonedPropIssuePropMilestonePropCreatorType,
6241
5950
  )
6242
5951
  from githubkit.versions.v2022_11_28.types import (
6243
5952
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwnerType,
@@ -6339,22 +6048,16 @@ if TYPE_CHECKING:
6339
6048
  WebhookRepositoryTransferredPropChangesPropOwnerPropFromType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromType,
6340
6049
  )
6341
6050
  from githubkit.versions.v2022_11_28.types import (
6342
- WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0Type as WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0Type,
6343
- )
6344
- from githubkit.versions.v2022_11_28.types import (
6345
- WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1Type as WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1Type,
6346
- )
6347
- from githubkit.versions.v2022_11_28.types import (
6348
- WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0Type as WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0Type,
6051
+ WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType as WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType,
6349
6052
  )
6350
6053
  from githubkit.versions.v2022_11_28.types import (
6351
- WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof1Type as WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof1Type,
6054
+ WebhookSponsorshipTierChangedPropChangesPropTierPropFromType as WebhookSponsorshipTierChangedPropChangesPropTierPropFromType,
6352
6055
  )
6353
6056
  from githubkit.versions.v2022_11_28.types import (
6354
- WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType as WebhookSponsorshipCancelledPropSponsorshipPropMaintainerType,
6057
+ WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType,
6355
6058
  )
6356
6059
  from githubkit.versions.v2022_11_28.types import (
6357
- WebhookSponsorshipTierChangedPropChangesPropTierPropFromType as WebhookSponsorshipTierChangedPropChangesPropTierPropFromType,
6060
+ WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryType,
6358
6061
  )
6359
6062
  from githubkit.versions.v2022_11_28.types import (
6360
6063
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitType,
@@ -6371,6 +6074,9 @@ if TYPE_CHECKING:
6371
6074
  from githubkit.versions.v2022_11_28.types import (
6372
6075
  ProtectedBranchPullRequestReviewPropDismissalRestrictionsType as ProtectedBranchPullRequestReviewPropDismissalRestrictionsType,
6373
6076
  )
6077
+ from githubkit.versions.v2022_11_28.types import (
6078
+ ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type as ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type,
6079
+ )
6374
6080
  from githubkit.versions.v2022_11_28.types import (
6375
6081
  ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType as ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType,
6376
6082
  )
@@ -6390,10 +6096,7 @@ if TYPE_CHECKING:
6390
6096
  WebhookDeploymentCreatedPropWorkflowRunPropHeadRepositoryType as WebhookDeploymentCreatedPropWorkflowRunPropHeadRepositoryType,
6391
6097
  )
6392
6098
  from githubkit.versions.v2022_11_28.types import (
6393
- WebhookDiscussionCreatedPropDiscussionAllof0PropReactionsType as WebhookDiscussionCreatedPropDiscussionAllof0PropReactionsType,
6394
- )
6395
- from githubkit.versions.v2022_11_28.types import (
6396
- WebhookDiscussionCreatedPropDiscussionAllof1PropReactionsType as WebhookDiscussionCreatedPropDiscussionAllof1PropReactionsType,
6099
+ WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppType as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppType,
6397
6100
  )
6398
6101
  from githubkit.versions.v2022_11_28.types import (
6399
6102
  WebhookIssuesOpenedPropChangesPropOldIssuePropLabelsItemsType as WebhookIssuesOpenedPropChangesPropOldIssuePropLabelsItemsType,
@@ -6401,9 +6104,6 @@ if TYPE_CHECKING:
6401
6104
  from githubkit.versions.v2022_11_28.types import (
6402
6105
  WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequestType,
6403
6106
  )
6404
- from githubkit.versions.v2022_11_28.types import (
6405
- WebhookIssuesReopenedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesReopenedPropIssueMergedPerformedViaGithubAppType,
6406
- )
6407
6107
  from githubkit.versions.v2022_11_28.types import (
6408
6108
  WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType as WebhookIssuesTransferredPropIssuePropMilestonePropCreatorType,
6409
6109
  )
@@ -6521,33 +6221,9 @@ if TYPE_CHECKING:
6521
6221
  from githubkit.versions.v2022_11_28.types import (
6522
6222
  WebhookRegistryPackageUpdatedPropRegistryPackagePropOwnerType as WebhookRegistryPackageUpdatedPropRegistryPackagePropOwnerType,
6523
6223
  )
6524
- from githubkit.versions.v2022_11_28.types import (
6525
- WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsType as WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsType,
6526
- )
6527
- from githubkit.versions.v2022_11_28.types import (
6528
- WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItemsType as WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItemsType,
6529
- )
6530
- from githubkit.versions.v2022_11_28.types import (
6531
- WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsType as WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsType,
6532
- )
6533
- from githubkit.versions.v2022_11_28.types import (
6534
- WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItemsType as WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItemsType,
6535
- )
6536
6224
  from githubkit.versions.v2022_11_28.types import (
6537
6225
  WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType as WebhookRepositoryRenamedPropChangesPropRepositoryPropNameType,
6538
6226
  )
6539
- from githubkit.versions.v2022_11_28.types import (
6540
- WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0Type as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0Type,
6541
- )
6542
- from githubkit.versions.v2022_11_28.types import (
6543
- WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1Type as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1Type,
6544
- )
6545
- from githubkit.versions.v2022_11_28.types import (
6546
- WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0Type as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0Type,
6547
- )
6548
- from githubkit.versions.v2022_11_28.types import (
6549
- WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1Type as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1Type,
6550
- )
6551
6227
  from githubkit.versions.v2022_11_28.types import (
6552
6228
  WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType as WebhookSponsorshipCancelledPropSponsorshipPropSponsorableType,
6553
6229
  )
@@ -6561,10 +6237,10 @@ if TYPE_CHECKING:
6561
6237
  WebhookTeamRemovedFromRepositoryPropRepositoryPropLicenseType as WebhookTeamRemovedFromRepositoryPropRepositoryPropLicenseType,
6562
6238
  )
6563
6239
  from githubkit.versions.v2022_11_28.types import (
6564
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropActorType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropActorType,
6240
+ WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitType,
6565
6241
  )
6566
6242
  from githubkit.versions.v2022_11_28.types import (
6567
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropActorType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropActorType,
6243
+ WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryType,
6568
6244
  )
6569
6245
  from githubkit.versions.v2022_11_28.types import (
6570
6246
  PersonalAccessTokenRequestPropPermissionsUpgradedPropOtherType as PersonalAccessTokenRequestPropPermissionsUpgradedPropOtherType,
@@ -6581,6 +6257,9 @@ if TYPE_CHECKING:
6581
6257
  from githubkit.versions.v2022_11_28.types import (
6582
6258
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType,
6583
6259
  )
6260
+ from githubkit.versions.v2022_11_28.types import (
6261
+ ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType,
6262
+ )
6584
6263
  from githubkit.versions.v2022_11_28.types import (
6585
6264
  ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType,
6586
6265
  )
@@ -6600,13 +6279,7 @@ if TYPE_CHECKING:
6600
6279
  WebhookIssuesClosedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssuesClosedPropIssueAllof0PropMilestonePropCreatorType,
6601
6280
  )
6602
6281
  from githubkit.versions.v2022_11_28.types import (
6603
- WebhookIssuesDemilestonedPropIssueAllof0PropAssigneesItemsType as WebhookIssuesDemilestonedPropIssueAllof0PropAssigneesItemsType,
6604
- )
6605
- from githubkit.versions.v2022_11_28.types import (
6606
- WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItemsType as WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItemsType,
6607
- )
6608
- from githubkit.versions.v2022_11_28.types import (
6609
- WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreatorType,
6282
+ WebhookIssuesDemilestonedPropIssuePropMilestonePropCreatorType as WebhookIssuesDemilestonedPropIssuePropMilestonePropCreatorType,
6610
6283
  )
6611
6284
  from githubkit.versions.v2022_11_28.types import (
6612
6285
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicenseType,
@@ -6713,18 +6386,6 @@ if TYPE_CHECKING:
6713
6386
  from githubkit.versions.v2022_11_28.types import (
6714
6387
  WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType as WebhookSponsorshipTierChangedPropSponsorshipPropMaintainerType,
6715
6388
  )
6716
- from githubkit.versions.v2022_11_28.types import (
6717
- WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitType as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitType,
6718
- )
6719
- from githubkit.versions.v2022_11_28.types import (
6720
- WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryType,
6721
- )
6722
- from githubkit.versions.v2022_11_28.types import (
6723
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropActorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropActorType,
6724
- )
6725
- from githubkit.versions.v2022_11_28.types import (
6726
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActorType,
6727
- )
6728
6389
  from githubkit.versions.v2022_11_28.types import (
6729
6390
  DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersionType,
6730
6391
  )
@@ -6762,13 +6423,7 @@ if TYPE_CHECKING:
6762
6423
  WebhookIssuesClosedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssuesClosedPropIssueAllof1PropPerformedViaGithubAppType,
6763
6424
  )
6764
6425
  from githubkit.versions.v2022_11_28.types import (
6765
- WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppType as WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppType,
6766
- )
6767
- from githubkit.versions.v2022_11_28.types import (
6768
- WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubAppType,
6769
- )
6770
- from githubkit.versions.v2022_11_28.types import (
6771
- WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubAppType,
6426
+ WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppType as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppType,
6772
6427
  )
6773
6428
  from githubkit.versions.v2022_11_28.types import (
6774
6429
  WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneeType as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneeType,
@@ -6854,12 +6509,6 @@ if TYPE_CHECKING:
6854
6509
  from githubkit.versions.v2022_11_28.types import (
6855
6510
  WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorableType,
6856
6511
  )
6857
- from githubkit.versions.v2022_11_28.types import (
6858
- WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitType as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitType,
6859
- )
6860
- from githubkit.versions.v2022_11_28.types import (
6861
- WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryType,
6862
- )
6863
6512
  from githubkit.versions.v2022_11_28.types import (
6864
6513
  OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
6865
6514
  )
@@ -6896,18 +6545,12 @@ if TYPE_CHECKING:
6896
6545
  from githubkit.versions.v2022_11_28.types import (
6897
6546
  WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneesItemsType as WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneesItemsType,
6898
6547
  )
6899
- from githubkit.versions.v2022_11_28.types import (
6900
- WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreatorType,
6901
- )
6902
6548
  from githubkit.versions.v2022_11_28.types import (
6903
6549
  WebhookIssuesTransferredPropChangesPropNewIssuePropMilestoneType as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestoneType,
6904
6550
  )
6905
6551
  from githubkit.versions.v2022_11_28.types import (
6906
6552
  WebhookIssuesTransferredPropChangesPropNewIssuePropReactionsType as WebhookIssuesTransferredPropChangesPropNewIssuePropReactionsType,
6907
6553
  )
6908
- from githubkit.versions.v2022_11_28.types import (
6909
- WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreatorType,
6910
- )
6911
6554
  from githubkit.versions.v2022_11_28.types import (
6912
6555
  WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthorType,
6913
6556
  )
@@ -6996,7 +6639,7 @@ if TYPE_CHECKING:
6996
6639
  WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType as WebhookSponsorshipPendingCancellationPropSponsorshipPropTierType,
6997
6640
  )
6998
6641
  from githubkit.versions.v2022_11_28.types import (
6999
- WebhookWorkflowRunCompletedPropWorkflowRunMergedPullRequestsType as WebhookWorkflowRunCompletedPropWorkflowRunMergedPullRequestsType,
6642
+ WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType,
7000
6643
  )
7001
6644
  from githubkit.versions.v2022_11_28.types import (
7002
6645
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadRepositoryType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadRepositoryType,
@@ -7070,21 +6713,9 @@ if TYPE_CHECKING:
7070
6713
  from githubkit.versions.v2022_11_28.types import (
7071
6714
  WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubAppType as WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubAppType,
7072
6715
  )
7073
- from githubkit.versions.v2022_11_28.types import (
7074
- WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubAppType as WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubAppType,
7075
- )
7076
- from githubkit.versions.v2022_11_28.types import (
7077
- WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppType as WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppType,
7078
- )
7079
- from githubkit.versions.v2022_11_28.types import (
7080
- WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubAppType,
7081
- )
7082
6716
  from githubkit.versions.v2022_11_28.types import (
7083
6717
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwnerType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwnerType,
7084
6718
  )
7085
- from githubkit.versions.v2022_11_28.types import (
7086
- WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppType as WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppType,
7087
- )
7088
6719
  from githubkit.versions.v2022_11_28.types import (
7089
6720
  WebhookPackageUpdatedPropPackagePropPackageVersionPropReleaseType as WebhookPackageUpdatedPropPackagePropPackageVersionPropReleaseType,
7090
6721
  )
@@ -7205,6 +6836,9 @@ if TYPE_CHECKING:
7205
6836
  from githubkit.versions.v2022_11_28.types import (
7206
6837
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommitsType,
7207
6838
  )
6839
+ from githubkit.versions.v2022_11_28.types import (
6840
+ WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType as WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType,
6841
+ )
7208
6842
  from githubkit.versions.v2022_11_28.types import (
7209
6843
  WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsorType,
7210
6844
  )
@@ -7212,7 +6846,10 @@ if TYPE_CHECKING:
7212
6846
  WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissionsType,
7213
6847
  )
7214
6848
  from githubkit.versions.v2022_11_28.types import (
7215
- WebhookWorkflowRunInProgressPropWorkflowRunMergedPullRequestsType as WebhookWorkflowRunInProgressPropWorkflowRunMergedPullRequestsType,
6849
+ WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActorType as WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActorType,
6850
+ )
6851
+ from githubkit.versions.v2022_11_28.types import (
6852
+ WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryType,
7216
6853
  )
7217
6854
  from githubkit.versions.v2022_11_28.types import (
7218
6855
  WebhookWorkflowRunRequestedPropWorkflowRunPropTriggeringActorType as WebhookWorkflowRunRequestedPropWorkflowRunPropTriggeringActorType,
@@ -7220,6 +6857,9 @@ if TYPE_CHECKING:
7220
6857
  from githubkit.versions.v2022_11_28.types import (
7221
6858
  PersonalAccessTokenRequestPropPermissionsAddedPropOrganizationType as PersonalAccessTokenRequestPropPermissionsAddedPropOrganizationType,
7222
6859
  )
6860
+ from githubkit.versions.v2022_11_28.types import (
6861
+ ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type,
6862
+ )
7223
6863
  from githubkit.versions.v2022_11_28.types import (
7224
6864
  WebhookCheckSuiteCompletedPropCheckSuitePropAppPropPermissionsType as WebhookCheckSuiteCompletedPropCheckSuitePropAppPropPermissionsType,
7225
6865
  )
@@ -7235,9 +6875,6 @@ if TYPE_CHECKING:
7235
6875
  from githubkit.versions.v2022_11_28.types import (
7236
6876
  WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewerType,
7237
6877
  )
7238
- from githubkit.versions.v2022_11_28.types import (
7239
- WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenByType as WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenByType,
7240
- )
7241
6878
  from githubkit.versions.v2022_11_28.types import (
7242
6879
  WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType as WebhookInstallationNewPermissionsAcceptedPropRepositoriesItemsType,
7243
6880
  )
@@ -7254,10 +6891,7 @@ if TYPE_CHECKING:
7254
6891
  WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropOwnerType,
7255
6892
  )
7256
6893
  from githubkit.versions.v2022_11_28.types import (
7257
- WebhookIssuesMilestonedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssuesMilestonedPropIssueAllof0PropMilestonePropCreatorType,
7258
- )
7259
- from githubkit.versions.v2022_11_28.types import (
7260
- WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreatorType as WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreatorType,
6894
+ WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwnerType,
7261
6895
  )
7262
6896
  from githubkit.versions.v2022_11_28.types import (
7263
6897
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissionsType as WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissionsType,
@@ -7274,12 +6908,6 @@ if TYPE_CHECKING:
7274
6908
  from githubkit.versions.v2022_11_28.types import (
7275
6909
  WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequestType,
7276
6910
  )
7277
- from githubkit.versions.v2022_11_28.types import (
7278
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0Type as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0Type,
7279
- )
7280
- from githubkit.versions.v2022_11_28.types import (
7281
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1Type as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1Type,
7282
- )
7283
6911
  from githubkit.versions.v2022_11_28.types import (
7284
6912
  WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType,
7285
6913
  )
@@ -7395,19 +7023,7 @@ if TYPE_CHECKING:
7395
7023
  WebhookWorkflowJobCompletedPropWorkflowJobAllof1PropStepsItemsType as WebhookWorkflowJobCompletedPropWorkflowJobAllof1PropStepsItemsType,
7396
7024
  )
7397
7025
  from githubkit.versions.v2022_11_28.types import (
7398
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitType,
7399
- )
7400
- from githubkit.versions.v2022_11_28.types import (
7401
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryType,
7402
- )
7403
- from githubkit.versions.v2022_11_28.types import (
7404
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitType,
7405
- )
7406
- from githubkit.versions.v2022_11_28.types import (
7407
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryType,
7408
- )
7409
- from githubkit.versions.v2022_11_28.types import (
7410
- WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryType,
7026
+ WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActorType as WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActorType,
7411
7027
  )
7412
7028
  from githubkit.versions.v2022_11_28.types import (
7413
7029
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
@@ -7421,6 +7037,9 @@ if TYPE_CHECKING:
7421
7037
  from githubkit.versions.v2022_11_28.types import (
7422
7038
  ProtectedBranchPullRequestReviewPropBypassPullRequestAllowancesType as ProtectedBranchPullRequestReviewPropBypassPullRequestAllowancesType,
7423
7039
  )
7040
+ from githubkit.versions.v2022_11_28.types import (
7041
+ ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType,
7042
+ )
7424
7043
  from githubkit.versions.v2022_11_28.types import (
7425
7044
  WebhookCheckSuiteRerequestedPropCheckSuitePropPullRequestsItemsType as WebhookCheckSuiteRerequestedPropCheckSuitePropPullRequestsItemsType,
7426
7045
  )
@@ -7442,12 +7061,6 @@ if TYPE_CHECKING:
7442
7061
  from githubkit.versions.v2022_11_28.types import (
7443
7062
  WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropOwnerType,
7444
7063
  )
7445
- from githubkit.versions.v2022_11_28.types import (
7446
- WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppType as WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppType,
7447
- )
7448
- from githubkit.versions.v2022_11_28.types import (
7449
- WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubAppType,
7450
- )
7451
7064
  from githubkit.versions.v2022_11_28.types import (
7452
7065
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropLicenseType as WebhookIssuesTransferredPropChangesPropNewRepositoryPropLicenseType,
7453
7066
  )
@@ -7512,34 +7125,31 @@ if TYPE_CHECKING:
7512
7125
  WebhookPullRequestUnlabeledPropPullRequestPropLinksPropStatusesType as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropStatusesType,
7513
7126
  )
7514
7127
  from githubkit.versions.v2022_11_28.types import (
7515
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType,
7128
+ WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType,
7516
7129
  )
7517
7130
  from githubkit.versions.v2022_11_28.types import (
7518
- WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType,
7519
- )
7520
- from githubkit.versions.v2022_11_28.types import (
7521
- WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType,
7131
+ WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType as WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType,
7522
7132
  )
7523
7133
  from githubkit.versions.v2022_11_28.types import (
7524
- WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItemsType as WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItemsType,
7134
+ WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType,
7525
7135
  )
7526
7136
  from githubkit.versions.v2022_11_28.types import (
7527
- WebhookWorkflowRunCompletedPropWorkflowRunMergedTriggeringActorType as WebhookWorkflowRunCompletedPropWorkflowRunMergedTriggeringActorType,
7137
+ WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType,
7528
7138
  )
7529
7139
  from githubkit.versions.v2022_11_28.types import (
7530
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitType,
7140
+ WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItemsType,
7531
7141
  )
7532
7142
  from githubkit.versions.v2022_11_28.types import (
7533
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryType,
7143
+ WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorType,
7534
7144
  )
7535
7145
  from githubkit.versions.v2022_11_28.types import (
7536
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitType,
7146
+ WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItemsType,
7537
7147
  )
7538
7148
  from githubkit.versions.v2022_11_28.types import (
7539
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryType,
7149
+ WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItemsType as WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItemsType,
7540
7150
  )
7541
7151
  from githubkit.versions.v2022_11_28.types import (
7542
- WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryType,
7152
+ WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsType,
7543
7153
  )
7544
7154
  from githubkit.versions.v2022_11_28.types import (
7545
7155
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsType,
@@ -7550,6 +7160,9 @@ if TYPE_CHECKING:
7550
7160
  from githubkit.versions.v2022_11_28.types import (
7551
7161
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType,
7552
7162
  )
7163
+ from githubkit.versions.v2022_11_28.types import (
7164
+ ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type,
7165
+ )
7553
7166
  from githubkit.versions.v2022_11_28.types import (
7554
7167
  ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningType,
7555
7168
  )
@@ -7587,29 +7200,20 @@ if TYPE_CHECKING:
7587
7200
  WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwnerType,
7588
7201
  )
7589
7202
  from githubkit.versions.v2022_11_28.types import (
7590
- WebhookIssuesDemilestonedPropIssueAllof0PropMilestonePropCreatorType as WebhookIssuesDemilestonedPropIssueAllof0PropMilestonePropCreatorType,
7203
+ WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType,
7591
7204
  )
7592
7205
  from githubkit.versions.v2022_11_28.types import (
7593
- WebhookIssuesDemilestonedPropIssueAllof1PropMilestonePropCreatorType as WebhookIssuesDemilestonedPropIssueAllof1PropMilestonePropCreatorType,
7206
+ WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType,
7594
7207
  )
7595
7208
  from githubkit.versions.v2022_11_28.types import (
7596
7209
  WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwnerType,
7597
7210
  )
7598
7211
  from githubkit.versions.v2022_11_28.types import (
7599
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0Type as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0Type,
7600
- )
7601
- from githubkit.versions.v2022_11_28.types import (
7602
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1Type as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1Type,
7212
+ WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType,
7603
7213
  )
7604
7214
  from githubkit.versions.v2022_11_28.types import (
7605
7215
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType,
7606
7216
  )
7607
- from githubkit.versions.v2022_11_28.types import (
7608
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0Type as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0Type,
7609
- )
7610
- from githubkit.versions.v2022_11_28.types import (
7611
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1Type as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1Type,
7612
- )
7613
7217
  from githubkit.versions.v2022_11_28.types import (
7614
7218
  WebhookPullRequestAssignedPropPullRequestPropRequestedTeamsItemsType as WebhookPullRequestAssignedPropPullRequestPropRequestedTeamsItemsType,
7615
7219
  )
@@ -7685,15 +7289,24 @@ if TYPE_CHECKING:
7685
7289
  from githubkit.versions.v2022_11_28.types import (
7686
7290
  WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUserType as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUserType,
7687
7291
  )
7292
+ from githubkit.versions.v2022_11_28.types import (
7293
+ WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisserType,
7294
+ )
7295
+ from githubkit.versions.v2022_11_28.types import (
7296
+ WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType,
7297
+ )
7688
7298
  from githubkit.versions.v2022_11_28.types import (
7689
7299
  WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainerType,
7690
7300
  )
7691
7301
  from githubkit.versions.v2022_11_28.types import (
7692
- WebhookWorkflowRunInProgressPropWorkflowRunMergedTriggeringActorType as WebhookWorkflowRunInProgressPropWorkflowRunMergedTriggeringActorType,
7302
+ WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType,
7693
7303
  )
7694
7304
  from githubkit.versions.v2022_11_28.types import (
7695
7305
  PersonalAccessTokenRequestPropPermissionsUpgradedPropOrganizationType as PersonalAccessTokenRequestPropPermissionsUpgradedPropOrganizationType,
7696
7306
  )
7307
+ from githubkit.versions.v2022_11_28.types import (
7308
+ ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType,
7309
+ )
7697
7310
  from githubkit.versions.v2022_11_28.types import (
7698
7311
  ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType,
7699
7312
  )
@@ -7721,12 +7334,6 @@ if TYPE_CHECKING:
7721
7334
  from githubkit.versions.v2022_11_28.types import (
7722
7335
  WebhookIssueCommentEditedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssueCommentEditedPropIssueAllof1PropPerformedViaGithubAppType,
7723
7336
  )
7724
- from githubkit.versions.v2022_11_28.types import (
7725
- WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppType as WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppType,
7726
- )
7727
- from githubkit.versions.v2022_11_28.types import (
7728
- WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubAppType,
7729
- )
7730
7337
  from githubkit.versions.v2022_11_28.types import (
7731
7338
  WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItemsType,
7732
7339
  )
@@ -7838,6 +7445,9 @@ if TYPE_CHECKING:
7838
7445
  from githubkit.versions.v2022_11_28.types import (
7839
7446
  WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFromType,
7840
7447
  )
7448
+ from githubkit.versions.v2022_11_28.types import (
7449
+ WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwnerType,
7450
+ )
7841
7451
  from githubkit.versions.v2022_11_28.types import (
7842
7452
  WebhookWorkflowRunRequestedPropWorkflowRunPropRepositoryPropOwnerType as WebhookWorkflowRunRequestedPropWorkflowRunPropRepositoryPropOwnerType,
7843
7453
  )
@@ -7883,17 +7493,23 @@ if TYPE_CHECKING:
7883
7493
  from githubkit.versions.v2022_11_28.types import (
7884
7494
  WebhookIssueCommentDeletedPropIssueAllof1PropPerformedViaGithubAppType as WebhookIssueCommentDeletedPropIssueAllof1PropPerformedViaGithubAppType,
7885
7495
  )
7496
+ from githubkit.versions.v2022_11_28.types import (
7497
+ WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwnerType,
7498
+ )
7886
7499
  from githubkit.versions.v2022_11_28.types import (
7887
7500
  WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreatorType,
7888
7501
  )
7889
7502
  from githubkit.versions.v2022_11_28.types import (
7890
7503
  WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwnerType,
7891
7504
  )
7505
+ from githubkit.versions.v2022_11_28.types import (
7506
+ WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType,
7507
+ )
7892
7508
  from githubkit.versions.v2022_11_28.types import (
7893
7509
  WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType,
7894
7510
  )
7895
7511
  from githubkit.versions.v2022_11_28.types import (
7896
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedPlanType as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedPlanType,
7512
+ WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType,
7897
7513
  )
7898
7514
  from githubkit.versions.v2022_11_28.types import (
7899
7515
  WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType,
@@ -8049,10 +7665,10 @@ if TYPE_CHECKING:
8049
7665
  WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomPropertiesType,
8050
7666
  )
8051
7667
  from githubkit.versions.v2022_11_28.types import (
8052
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryType,
7668
+ WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthorType,
8053
7669
  )
8054
7670
  from githubkit.versions.v2022_11_28.types import (
8055
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryType,
7671
+ WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwnerType,
8056
7672
  )
8057
7673
  from githubkit.versions.v2022_11_28.types import (
8058
7674
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthorType,
@@ -8099,6 +7715,9 @@ if TYPE_CHECKING:
8099
7715
  from githubkit.versions.v2022_11_28.types import (
8100
7716
  WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwnerType,
8101
7717
  )
7718
+ from githubkit.versions.v2022_11_28.types import (
7719
+ WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType,
7720
+ )
8102
7721
  from githubkit.versions.v2022_11_28.types import (
8103
7722
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataType,
8104
7723
  )
@@ -8210,26 +7829,11 @@ if TYPE_CHECKING:
8210
7829
  from githubkit.versions.v2022_11_28.types import (
8211
7830
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewCommentType,
8212
7831
  )
8213
- from githubkit.versions.v2022_11_28.types import (
8214
- WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploaderType as WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploaderType,
8215
- )
8216
7832
  from githubkit.versions.v2022_11_28.types import (
8217
7833
  WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorableType,
8218
7834
  )
8219
7835
  from githubkit.versions.v2022_11_28.types import (
8220
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropTriggeringActorType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropTriggeringActorType,
8221
- )
8222
- from githubkit.versions.v2022_11_28.types import (
8223
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActorType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActorType,
8224
- )
8225
- from githubkit.versions.v2022_11_28.types import (
8226
- WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryPropOwnerType,
8227
- )
8228
- from githubkit.versions.v2022_11_28.types import (
8229
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryType,
8230
- )
8231
- from githubkit.versions.v2022_11_28.types import (
8232
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryType,
7836
+ WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType,
8233
7837
  )
8234
7838
  from githubkit.versions.v2022_11_28.types import (
8235
7839
  ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType,
@@ -8243,9 +7847,6 @@ if TYPE_CHECKING:
8243
7847
  from githubkit.versions.v2022_11_28.types import (
8244
7848
  ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyOneof0Type,
8245
7849
  )
8246
- from githubkit.versions.v2022_11_28.types import (
8247
- RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBodyType as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBodyType,
8248
- )
8249
7850
  from githubkit.versions.v2022_11_28.types import (
8250
7851
  TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
8251
7852
  )
@@ -8273,11 +7874,14 @@ if TYPE_CHECKING:
8273
7874
  from githubkit.versions.v2022_11_28.types import (
8274
7875
  WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType as WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType,
8275
7876
  )
7877
+ from githubkit.versions.v2022_11_28.types import (
7878
+ WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwnerType,
7879
+ )
8276
7880
  from githubkit.versions.v2022_11_28.types import (
8277
7881
  WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8278
7882
  )
8279
7883
  from githubkit.versions.v2022_11_28.types import (
8280
- WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType as WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType,
7884
+ WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8281
7885
  )
8282
7886
  from githubkit.versions.v2022_11_28.types import (
8283
7887
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
@@ -8285,18 +7889,6 @@ if TYPE_CHECKING:
8285
7889
  from githubkit.versions.v2022_11_28.types import (
8286
7890
  WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8287
7891
  )
8288
- from githubkit.versions.v2022_11_28.types import (
8289
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedPlanType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedPlanType,
8290
- )
8291
- from githubkit.versions.v2022_11_28.types import (
8292
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0Type as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0Type,
8293
- )
8294
- from githubkit.versions.v2022_11_28.types import (
8295
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1Type as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1Type,
8296
- )
8297
- from githubkit.versions.v2022_11_28.types import (
8298
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedPlanType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedPlanType,
8299
- )
8300
7892
  from githubkit.versions.v2022_11_28.types import (
8301
7893
  WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicenseType,
8302
7894
  )
@@ -8408,18 +8000,6 @@ if TYPE_CHECKING:
8408
8000
  from githubkit.versions.v2022_11_28.types import (
8409
8001
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionType as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionType,
8410
8002
  )
8411
- from githubkit.versions.v2022_11_28.types import (
8412
- WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropAuthorType as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropAuthorType,
8413
- )
8414
- from githubkit.versions.v2022_11_28.types import (
8415
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropTriggeringActorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropTriggeringActorType,
8416
- )
8417
- from githubkit.versions.v2022_11_28.types import (
8418
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActorType,
8419
- )
8420
- from githubkit.versions.v2022_11_28.types import (
8421
- WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryPropOwnerType,
8422
- )
8423
8003
  from githubkit.versions.v2022_11_28.types import (
8424
8004
  DependencyGraphSpdxSbomPropSbomPropPackagesItemsPropExternalRefsItemsType as DependencyGraphSpdxSbomPropSbomPropPackagesItemsPropExternalRefsItemsType,
8425
8005
  )
@@ -8469,7 +8049,10 @@ if TYPE_CHECKING:
8469
8049
  WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
8470
8050
  )
8471
8051
  from githubkit.versions.v2022_11_28.types import (
8472
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedAccountType as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedAccountType,
8052
+ WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType,
8053
+ )
8054
+ from githubkit.versions.v2022_11_28.types import (
8055
+ WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType,
8473
8056
  )
8474
8057
  from githubkit.versions.v2022_11_28.types import (
8475
8058
  WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItemsType,
@@ -8570,29 +8153,14 @@ if TYPE_CHECKING:
8570
8153
  from githubkit.versions.v2022_11_28.types import (
8571
8154
  WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewCommentsType,
8572
8155
  )
8573
- from githubkit.versions.v2022_11_28.types import (
8574
- WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploaderType as WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploaderType,
8575
- )
8576
- from githubkit.versions.v2022_11_28.types import (
8577
- WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploaderType as WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploaderType,
8578
- )
8579
- from githubkit.versions.v2022_11_28.types import (
8580
- WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisserType as WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisserType,
8581
- )
8582
- from githubkit.versions.v2022_11_28.types import (
8583
- WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisserType as WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisserType,
8584
- )
8585
8156
  from githubkit.versions.v2022_11_28.types import (
8586
8157
  WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItemsType,
8587
8158
  )
8588
8159
  from githubkit.versions.v2022_11_28.types import (
8589
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsType,
8590
- )
8591
- from githubkit.versions.v2022_11_28.types import (
8592
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropPullRequestsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropPullRequestsItemsType,
8160
+ WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType,
8593
8161
  )
8594
8162
  from githubkit.versions.v2022_11_28.types import (
8595
- WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropAuthorType as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropAuthorType,
8163
+ WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwnerType,
8596
8164
  )
8597
8165
  from githubkit.versions.v2022_11_28.types import (
8598
8166
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropCommitterType as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropCommitterType,
@@ -8613,19 +8181,16 @@ if TYPE_CHECKING:
8613
8181
  WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8614
8182
  )
8615
8183
  from githubkit.versions.v2022_11_28.types import (
8616
- WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType as WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType,
8184
+ WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8617
8185
  )
8618
8186
  from githubkit.versions.v2022_11_28.types import (
8619
- WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType as WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType,
8187
+ WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8620
8188
  )
8621
8189
  from githubkit.versions.v2022_11_28.types import (
8622
8190
  WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8623
8191
  )
8624
8192
  from githubkit.versions.v2022_11_28.types import (
8625
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropPlanType as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropPlanType,
8626
- )
8627
- from githubkit.versions.v2022_11_28.types import (
8628
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlanType as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlanType,
8193
+ WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType,
8629
8194
  )
8630
8195
  from githubkit.versions.v2022_11_28.types import (
8631
8196
  WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType,
@@ -8733,22 +8298,16 @@ if TYPE_CHECKING:
8733
8298
  WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewCommentsType,
8734
8299
  )
8735
8300
  from githubkit.versions.v2022_11_28.types import (
8736
- WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0PropDismisserType as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0PropDismisserType,
8737
- )
8738
- from githubkit.versions.v2022_11_28.types import (
8739
- WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisserType as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisserType,
8740
- )
8741
- from githubkit.versions.v2022_11_28.types import (
8742
- WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisserType as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisserType,
8301
+ WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType,
8743
8302
  )
8744
8303
  from githubkit.versions.v2022_11_28.types import (
8745
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItemsType,
8304
+ WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType,
8746
8305
  )
8747
8306
  from githubkit.versions.v2022_11_28.types import (
8748
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsType,
8307
+ WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitterType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitterType,
8749
8308
  )
8750
8309
  from githubkit.versions.v2022_11_28.types import (
8751
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropPullRequestsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropPullRequestsItemsType,
8310
+ WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwnerType,
8752
8311
  )
8753
8312
  from githubkit.versions.v2022_11_28.types import (
8754
8313
  WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItemsType,
@@ -8783,15 +8342,9 @@ if TYPE_CHECKING:
8783
8342
  from githubkit.versions.v2022_11_28.types import (
8784
8343
  WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissionsType,
8785
8344
  )
8786
- from githubkit.versions.v2022_11_28.types import (
8787
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedAccountType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedAccountType,
8788
- )
8789
8345
  from githubkit.versions.v2022_11_28.types import (
8790
8346
  WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType,
8791
8347
  )
8792
- from githubkit.versions.v2022_11_28.types import (
8793
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedAccountType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedAccountType,
8794
- )
8795
8348
  from githubkit.versions.v2022_11_28.types import (
8796
8349
  WebhookPackageUpdatedPropPackagePropPackageVersionPropPackageFilesItemsType as WebhookPackageUpdatedPropPackagePropPackageVersionPropPackageFilesItemsType,
8797
8350
  )
@@ -8904,16 +8457,13 @@ if TYPE_CHECKING:
8904
8457
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItemsType,
8905
8458
  )
8906
8459
  from githubkit.versions.v2022_11_28.types import (
8907
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryPropOwnerType,
8908
- )
8909
- from githubkit.versions.v2022_11_28.types import (
8910
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryPropOwnerType,
8460
+ WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBaseType as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBaseType,
8911
8461
  )
8912
8462
  from githubkit.versions.v2022_11_28.types import (
8913
- WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropCommitterType as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropCommitterType,
8463
+ WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadType as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadType,
8914
8464
  )
8915
8465
  from githubkit.versions.v2022_11_28.types import (
8916
- WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryPropOwnerType,
8466
+ WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItemsType,
8917
8467
  )
8918
8468
  from githubkit.versions.v2022_11_28.types import (
8919
8469
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBaseType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBaseType,
@@ -8924,9 +8474,6 @@ if TYPE_CHECKING:
8924
8474
  from githubkit.versions.v2022_11_28.types import (
8925
8475
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType,
8926
8476
  )
8927
- from githubkit.versions.v2022_11_28.types import (
8928
- RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200Type as RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200Type,
8929
- )
8930
8477
  from githubkit.versions.v2022_11_28.types import (
8931
8478
  WebhookCodeScanningAlertFixedPropAlertPropMostRecentInstancePropLocationType as WebhookCodeScanningAlertFixedPropAlertPropMostRecentInstancePropLocationType,
8932
8479
  )
@@ -8937,7 +8484,7 @@ if TYPE_CHECKING:
8937
8484
  WebhookDeploymentStatusCreatedPropWorkflowRunPropHeadRepositoryPropOwnerType as WebhookDeploymentStatusCreatedPropWorkflowRunPropHeadRepositoryPropOwnerType,
8938
8485
  )
8939
8486
  from githubkit.versions.v2022_11_28.types import (
8940
- WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType as WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType,
8487
+ WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8941
8488
  )
8942
8489
  from githubkit.versions.v2022_11_28.types import (
8943
8490
  WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppType as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppType,
@@ -8948,24 +8495,9 @@ if TYPE_CHECKING:
8948
8495
  from githubkit.versions.v2022_11_28.types import (
8949
8496
  WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissionsType,
8950
8497
  )
8951
- from githubkit.versions.v2022_11_28.types import (
8952
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlanType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlanType,
8953
- )
8954
- from githubkit.versions.v2022_11_28.types import (
8955
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlanType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlanType,
8956
- )
8957
8498
  from githubkit.versions.v2022_11_28.types import (
8958
8499
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType,
8959
8500
  )
8960
- from githubkit.versions.v2022_11_28.types import (
8961
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedPlanType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedPlanType,
8962
- )
8963
- from githubkit.versions.v2022_11_28.types import (
8964
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlanType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlanType,
8965
- )
8966
- from githubkit.versions.v2022_11_28.types import (
8967
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlanType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlanType,
8968
- )
8969
8501
  from githubkit.versions.v2022_11_28.types import (
8970
8502
  WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropPermissionsType as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropPermissionsType,
8971
8503
  )
@@ -9072,22 +8604,10 @@ if TYPE_CHECKING:
9072
8604
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItemsType,
9073
8605
  )
9074
8606
  from githubkit.versions.v2022_11_28.types import (
9075
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropAuthorType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropAuthorType,
9076
- )
9077
- from githubkit.versions.v2022_11_28.types import (
9078
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropAuthorType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropAuthorType,
8607
+ WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBaseType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBaseType,
9079
8608
  )
9080
8609
  from githubkit.versions.v2022_11_28.types import (
9081
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryPropOwnerType,
9082
- )
9083
- from githubkit.versions.v2022_11_28.types import (
9084
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwnerType,
9085
- )
9086
- from githubkit.versions.v2022_11_28.types import (
9087
- WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropCommitterType as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropCommitterType,
9088
- )
9089
- from githubkit.versions.v2022_11_28.types import (
9090
- WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryPropOwnerType,
8610
+ WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadType,
9091
8611
  )
9092
8612
  from githubkit.versions.v2022_11_28.types import (
9093
8613
  OrganizationProgrammaticAccessGrantRequestPropPermissionsPropOrganizationType as OrganizationProgrammaticAccessGrantRequestPropPermissionsPropOrganizationType,
@@ -9098,9 +8618,6 @@ if TYPE_CHECKING:
9098
8618
  from githubkit.versions.v2022_11_28.types import (
9099
8619
  ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType as ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType,
9100
8620
  )
9101
- from githubkit.versions.v2022_11_28.types import (
9102
- RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBodyType as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBodyType,
9103
- )
9104
8621
  from githubkit.versions.v2022_11_28.types import (
9105
8622
  RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryPropertyType as RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryPropertyType,
9106
8623
  )
@@ -9120,10 +8637,7 @@ if TYPE_CHECKING:
9120
8637
  WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissionsType,
9121
8638
  )
9122
8639
  from githubkit.versions.v2022_11_28.types import (
9123
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropAccountType as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropAccountType,
9124
- )
9125
- from githubkit.versions.v2022_11_28.types import (
9126
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccountType as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccountType,
8640
+ WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType,
9127
8641
  )
9128
8642
  from githubkit.versions.v2022_11_28.types import (
9129
8643
  WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataType,
@@ -9203,18 +8717,9 @@ if TYPE_CHECKING:
9203
8717
  from githubkit.versions.v2022_11_28.types import (
9204
8718
  WebhookPullRequestUnlabeledPropPullRequestPropHeadPropRepoPropPermissionsType as WebhookPullRequestUnlabeledPropPullRequestPropHeadPropRepoPropPermissionsType,
9205
8719
  )
9206
- from githubkit.versions.v2022_11_28.types import (
9207
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropAuthorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropAuthorType,
9208
- )
9209
- from githubkit.versions.v2022_11_28.types import (
9210
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthorType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthorType,
9211
- )
9212
8720
  from githubkit.versions.v2022_11_28.types import (
9213
8721
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType,
9214
8722
  )
9215
- from githubkit.versions.v2022_11_28.types import (
9216
- RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200Type as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200Type,
9217
- )
9218
8723
  from githubkit.versions.v2022_11_28.types import (
9219
8724
  WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropLocationType as WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropLocationType,
9220
8725
  )
@@ -9243,10 +8748,7 @@ if TYPE_CHECKING:
9243
8748
  WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
9244
8749
  )
9245
8750
  from githubkit.versions.v2022_11_28.types import (
9246
- WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType as WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType,
9247
- )
9248
- from githubkit.versions.v2022_11_28.types import (
9249
- WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
8751
+ WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType,
9250
8752
  )
9251
8753
  from githubkit.versions.v2022_11_28.types import (
9252
8754
  WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType,
@@ -9371,9 +8873,6 @@ if TYPE_CHECKING:
9371
8873
  from githubkit.versions.v2022_11_28.types import (
9372
8874
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType,
9373
8875
  )
9374
- from githubkit.versions.v2022_11_28.types import (
9375
- RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType as RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType,
9376
- )
9377
8876
  from githubkit.versions.v2022_11_28.types import (
9378
8877
  WebhookCodeScanningAlertReopenedPropAlertPropMostRecentInstancePropLocationType as WebhookCodeScanningAlertReopenedPropAlertPropMostRecentInstancePropLocationType,
9379
8878
  )
@@ -9401,24 +8900,9 @@ if TYPE_CHECKING:
9401
8900
  from githubkit.versions.v2022_11_28.types import (
9402
8901
  WebhookIssueCommentDeletedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType as WebhookIssueCommentDeletedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType,
9403
8902
  )
9404
- from githubkit.versions.v2022_11_28.types import (
9405
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccountType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccountType,
9406
- )
9407
- from githubkit.versions.v2022_11_28.types import (
9408
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccountType as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccountType,
9409
- )
9410
8903
  from githubkit.versions.v2022_11_28.types import (
9411
8904
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccountType,
9412
8905
  )
9413
- from githubkit.versions.v2022_11_28.types import (
9414
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedAccountType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedAccountType,
9415
- )
9416
- from githubkit.versions.v2022_11_28.types import (
9417
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccountType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccountType,
9418
- )
9419
- from githubkit.versions.v2022_11_28.types import (
9420
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccountType as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccountType,
9421
- )
9422
8906
  from githubkit.versions.v2022_11_28.types import (
9423
8907
  WebhookPackagePublishedPropPackagePropPackageVersionPropDockerMetadataItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropDockerMetadataItemsType,
9424
8908
  )
@@ -9518,18 +9002,6 @@ if TYPE_CHECKING:
9518
9002
  from githubkit.versions.v2022_11_28.types import (
9519
9003
  WebhookPullRequestUnlabeledPropPullRequestPropRequestedTeamsItemsPropParentType as WebhookPullRequestUnlabeledPropPullRequestPropRequestedTeamsItemsPropParentType,
9520
9004
  )
9521
- from githubkit.versions.v2022_11_28.types import (
9522
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropCommitterType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropCommitterType,
9523
- )
9524
- from githubkit.versions.v2022_11_28.types import (
9525
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType,
9526
- )
9527
- from githubkit.versions.v2022_11_28.types import (
9528
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitterType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitterType,
9529
- )
9530
- from githubkit.versions.v2022_11_28.types import (
9531
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType,
9532
- )
9533
9005
  from githubkit.versions.v2022_11_28.types import (
9534
9006
  ProtectedBranchPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType as ProtectedBranchPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType,
9535
9007
  )
@@ -9551,18 +9023,6 @@ if TYPE_CHECKING:
9551
9023
  from githubkit.versions.v2022_11_28.types import (
9552
9024
  WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropOwnerType as WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropOwnerType,
9553
9025
  )
9554
- from githubkit.versions.v2022_11_28.types import (
9555
- WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
9556
- )
9557
- from githubkit.versions.v2022_11_28.types import (
9558
- WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
9559
- )
9560
- from githubkit.versions.v2022_11_28.types import (
9561
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlanType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlanType,
9562
- )
9563
- from githubkit.versions.v2022_11_28.types import (
9564
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlanType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlanType,
9565
- )
9566
9026
  from githubkit.versions.v2022_11_28.types import (
9567
9027
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestAutoMergeDisabledPropPullRequestPropAutoMergePropEnabledByType,
9568
9028
  )
@@ -9650,24 +9110,6 @@ if TYPE_CHECKING:
9650
9110
  from githubkit.versions.v2022_11_28.types import (
9651
9111
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItemsType,
9652
9112
  )
9653
- from githubkit.versions.v2022_11_28.types import (
9654
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItemsType,
9655
- )
9656
- from githubkit.versions.v2022_11_28.types import (
9657
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItemsType as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItemsType,
9658
- )
9659
- from githubkit.versions.v2022_11_28.types import (
9660
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropCommitterType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropCommitterType,
9661
- )
9662
- from githubkit.versions.v2022_11_28.types import (
9663
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType,
9664
- )
9665
- from githubkit.versions.v2022_11_28.types import (
9666
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitterType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitterType,
9667
- )
9668
- from githubkit.versions.v2022_11_28.types import (
9669
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType,
9670
- )
9671
9113
  from githubkit.versions.v2022_11_28.types import (
9672
9114
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
9673
9115
  )
@@ -9689,12 +9131,6 @@ if TYPE_CHECKING:
9689
9131
  from githubkit.versions.v2022_11_28.types import (
9690
9132
  WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType,
9691
9133
  )
9692
- from githubkit.versions.v2022_11_28.types import (
9693
- WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0Type as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0Type,
9694
- )
9695
- from githubkit.versions.v2022_11_28.types import (
9696
- WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1Type as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1Type,
9697
- )
9698
9134
  from githubkit.versions.v2022_11_28.types import (
9699
9135
  WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType,
9700
9136
  )
@@ -9758,18 +9194,6 @@ if TYPE_CHECKING:
9758
9194
  from githubkit.versions.v2022_11_28.types import (
9759
9195
  WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsPropChangesType as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsPropChangesType,
9760
9196
  )
9761
- from githubkit.versions.v2022_11_28.types import (
9762
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType,
9763
- )
9764
- from githubkit.versions.v2022_11_28.types import (
9765
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType,
9766
- )
9767
- from githubkit.versions.v2022_11_28.types import (
9768
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItemsType,
9769
- )
9770
- from githubkit.versions.v2022_11_28.types import (
9771
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItemsType as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItemsType,
9772
- )
9773
9197
  from githubkit.versions.v2022_11_28.types import (
9774
9198
  ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtectionType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtectionType,
9775
9199
  )
@@ -9782,9 +9206,6 @@ if TYPE_CHECKING:
9782
9206
  from githubkit.versions.v2022_11_28.types import (
9783
9207
  WebhookDeploymentStatusCreatedPropDeploymentPropPerformedViaGithubAppPropOwnerType as WebhookDeploymentStatusCreatedPropDeploymentPropPerformedViaGithubAppPropOwnerType,
9784
9208
  )
9785
- from githubkit.versions.v2022_11_28.types import (
9786
- WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
9787
- )
9788
9209
  from githubkit.versions.v2022_11_28.types import (
9789
9210
  WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlanType,
9790
9211
  )
@@ -9851,12 +9272,6 @@ if TYPE_CHECKING:
9851
9272
  from githubkit.versions.v2022_11_28.types import (
9852
9273
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropAuthorType as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropAuthorType,
9853
9274
  )
9854
- from githubkit.versions.v2022_11_28.types import (
9855
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType,
9856
- )
9857
- from githubkit.versions.v2022_11_28.types import (
9858
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType,
9859
- )
9860
9275
  from githubkit.versions.v2022_11_28.types import (
9861
9276
  ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type,
9862
9277
  )
@@ -9873,13 +9288,10 @@ if TYPE_CHECKING:
9873
9288
  WebhookCodeScanningAlertClosedByUserPropAlertPropMostRecentInstancePropLocationType as WebhookCodeScanningAlertClosedByUserPropAlertPropMostRecentInstancePropLocationType,
9874
9289
  )
9875
9290
  from githubkit.versions.v2022_11_28.types import (
9876
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType,
9291
+ WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType,
9877
9292
  )
9878
9293
  from githubkit.versions.v2022_11_28.types import (
9879
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropAccountType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropAccountType,
9880
- )
9881
- from githubkit.versions.v2022_11_28.types import (
9882
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccountType as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccountType,
9294
+ WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType,
9883
9295
  )
9884
9296
  from githubkit.versions.v2022_11_28.types import (
9885
9297
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledByType,
@@ -9944,6 +9356,12 @@ if TYPE_CHECKING:
9944
9356
  from githubkit.versions.v2022_11_28.types import (
9945
9357
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropReleaseType as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropReleaseType,
9946
9358
  )
9359
+ from githubkit.versions.v2022_11_28.types import (
9360
+ WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType,
9361
+ )
9362
+ from githubkit.versions.v2022_11_28.types import (
9363
+ WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType,
9364
+ )
9947
9365
  from githubkit.versions.v2022_11_28.types import (
9948
9366
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType,
9949
9367
  )
@@ -9962,9 +9380,6 @@ if TYPE_CHECKING:
9962
9380
  from githubkit.versions.v2022_11_28.types import (
9963
9381
  WebhookIssueCommentEditedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssueCommentEditedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
9964
9382
  )
9965
- from githubkit.versions.v2022_11_28.types import (
9966
- WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType as WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType,
9967
- )
9968
9383
  from githubkit.versions.v2022_11_28.types import (
9969
9384
  WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropTagType as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropTagType,
9970
9385
  )
@@ -10034,6 +9449,12 @@ if TYPE_CHECKING:
10034
9449
  from githubkit.versions.v2022_11_28.types import (
10035
9450
  WebhookPullRequestReviewThreadUnresolvedPropThreadPropCommentsItemsPropReactionsType as WebhookPullRequestReviewThreadUnresolvedPropThreadPropCommentsItemsPropReactionsType,
10036
9451
  )
9452
+ from githubkit.versions.v2022_11_28.types import (
9453
+ WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType,
9454
+ )
9455
+ from githubkit.versions.v2022_11_28.types import (
9456
+ WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType,
9457
+ )
10037
9458
  from githubkit.versions.v2022_11_28.types import (
10038
9459
  WebhookCodeScanningAlertReopenedByUserPropAlertPropMostRecentInstancePropLocationType as WebhookCodeScanningAlertReopenedByUserPropAlertPropMostRecentInstancePropLocationType,
10039
9460
  )
@@ -10118,6 +9539,9 @@ if TYPE_CHECKING:
10118
9539
  from githubkit.versions.v2022_11_28.types import (
10119
9540
  WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropPermissionsType,
10120
9541
  )
9542
+ from githubkit.versions.v2022_11_28.types import (
9543
+ WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccountType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccountType,
9544
+ )
10121
9545
  from githubkit.versions.v2022_11_28.types import (
10122
9546
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDirectoriesType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDirectoriesType,
10123
9547
  )
@@ -10283,9 +9707,6 @@ if TYPE_CHECKING:
10283
9707
  from githubkit.versions.v2022_11_28.types import (
10284
9708
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
10285
9709
  )
10286
- from githubkit.versions.v2022_11_28.types import (
10287
- WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlanType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlanType,
10288
- )
10289
9710
  from githubkit.versions.v2022_11_28.types import (
10290
9711
  WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropManifestType as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropManifestType,
10291
9712
  )
@@ -10331,12 +9752,6 @@ if TYPE_CHECKING:
10331
9752
  from githubkit.versions.v2022_11_28.types import (
10332
9753
  WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackageType,
10333
9754
  )
10334
- from githubkit.versions.v2022_11_28.types import (
10335
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType,
10336
- )
10337
- from githubkit.versions.v2022_11_28.types import (
10338
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType,
10339
- )
10340
9755
  from githubkit.versions.v2022_11_28.types import (
10341
9756
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependenciesType,
10342
9757
  )
@@ -10397,12 +9812,6 @@ if TYPE_CHECKING:
10397
9812
  from githubkit.versions.v2022_11_28.types import (
10398
9813
  WebhookPullRequestUnassignedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType as WebhookPullRequestUnassignedPropPullRequestPropRequestedReviewersItemsOneof1PropParentType,
10399
9814
  )
10400
- from githubkit.versions.v2022_11_28.types import (
10401
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType,
10402
- )
10403
- from githubkit.versions.v2022_11_28.types import (
10404
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType,
10405
- )
10406
9815
  from githubkit.versions.v2022_11_28.types import (
10407
9816
  WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissionsType,
10408
9817
  )
@@ -10451,9 +9860,6 @@ if TYPE_CHECKING:
10451
9860
  from githubkit.versions.v2022_11_28.types import (
10452
9861
  WebhookBranchProtectionRuleEditedPropChangesPropLinearHistoryRequirementEnforcementLevelType as WebhookBranchProtectionRuleEditedPropChangesPropLinearHistoryRequirementEnforcementLevelType,
10453
9862
  )
10454
- from githubkit.versions.v2022_11_28.types import (
10455
- WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccountType as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccountType,
10456
- )
10457
9863
  from githubkit.versions.v2022_11_28.types import (
10458
9864
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItemsType,
10459
9865
  )
@@ -10683,8 +10089,8 @@ else:
10683
10089
  "GlobalAdvisoryPropIdentifiersItemsType",
10684
10090
  "GlobalAdvisoryPropCvssType",
10685
10091
  "GlobalAdvisoryPropCwesItemsType",
10686
- "GlobalAdvisoryPropVulnerabilitiesItemsType",
10687
- "GlobalAdvisoryPropVulnerabilitiesItemsPropPackageType",
10092
+ "VulnerabilityType",
10093
+ "VulnerabilityPropPackageType",
10688
10094
  "BasicErrorType",
10689
10095
  "ValidationErrorSimpleType",
10690
10096
  "IntegrationType",
@@ -10893,6 +10299,7 @@ else:
10893
10299
  "RepositoryRuleWorkflowsType",
10894
10300
  "RepositoryRuleWorkflowsPropParametersType",
10895
10301
  "RepositoryRuleParamsWorkflowFileReferenceType",
10302
+ "RepositoryRuleParamsCodeScanningToolType",
10896
10303
  "RepositoryRulesetType",
10897
10304
  "RepositoryRulesetPropLinksType",
10898
10305
  "RepositoryRulesetPropLinksPropSelfType",
@@ -11341,6 +10748,7 @@ else:
11341
10748
  "RepositoryWebhooksPropTemplateRepositoryPropOwnerType",
11342
10749
  "RepositoryWebhooksPropTemplateRepositoryPropPermissionsType",
11343
10750
  "SimpleUserWebhooksType",
10751
+ "WebhooksRuleType",
11344
10752
  "SimpleCheckSuiteType",
11345
10753
  "CheckRunWithSimpleCheckSuiteType",
11346
10754
  "CheckRunWithSimpleCheckSuitePropOutputType",
@@ -11366,15 +10774,14 @@ else:
11366
10774
  "PersonalAccessTokenRequestPropPermissionsResultPropOtherType",
11367
10775
  "ProjectsV2Type",
11368
10776
  "ProjectsV2ItemType",
10777
+ "PullRequestWebhookType",
10778
+ "PullRequestWebhookAllof1Type",
11369
10779
  "SecretScanningAlertWebhookType",
11370
10780
  "WebhookBranchProtectionConfigurationDisabledType",
11371
10781
  "WebhookBranchProtectionConfigurationEnabledType",
11372
10782
  "WebhookBranchProtectionRuleCreatedType",
11373
- "WebhookBranchProtectionRuleCreatedPropRuleType",
11374
10783
  "WebhookBranchProtectionRuleDeletedType",
11375
- "WebhookBranchProtectionRuleDeletedPropRuleType",
11376
10784
  "WebhookBranchProtectionRuleEditedType",
11377
- "WebhookBranchProtectionRuleEditedPropRuleType",
11378
10785
  "WebhookBranchProtectionRuleEditedPropChangesType",
11379
10786
  "WebhookBranchProtectionRuleEditedPropChangesPropAdminEnforcedType",
11380
10787
  "WebhookBranchProtectionRuleEditedPropChangesPropAuthorizedActorNamesType",
@@ -11631,19 +11038,6 @@ else:
11631
11038
  "WebhookDiscussionCommentEditedPropCommentPropReactionsType",
11632
11039
  "WebhookDiscussionCommentEditedPropCommentPropUserType",
11633
11040
  "WebhookDiscussionCreatedType",
11634
- "WebhookDiscussionCreatedPropDiscussionType",
11635
- "WebhookDiscussionCreatedPropDiscussionMergedCategoryType",
11636
- "WebhookDiscussionCreatedPropDiscussionMergedReactionsType",
11637
- "WebhookDiscussionCreatedPropDiscussionMergedUserType",
11638
- "WebhookDiscussionCreatedPropDiscussionAllof0Type",
11639
- "WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenByType",
11640
- "WebhookDiscussionCreatedPropDiscussionAllof0PropCategoryType",
11641
- "WebhookDiscussionCreatedPropDiscussionAllof0PropReactionsType",
11642
- "WebhookDiscussionCreatedPropDiscussionAllof0PropUserType",
11643
- "WebhookDiscussionCreatedPropDiscussionAllof1Type",
11644
- "WebhookDiscussionCreatedPropDiscussionAllof1PropCategoryType",
11645
- "WebhookDiscussionCreatedPropDiscussionAllof1PropReactionsType",
11646
- "WebhookDiscussionCreatedPropDiscussionAllof1PropUserType",
11647
11041
  "WebhookDiscussionDeletedType",
11648
11042
  "WebhookDiscussionEditedType",
11649
11043
  "WebhookDiscussionEditedPropChangesType",
@@ -11852,36 +11246,20 @@ else:
11852
11246
  "WebhookIssuesDeletedPropIssuePropReactionsType",
11853
11247
  "WebhookIssuesDeletedPropIssuePropUserType",
11854
11248
  "WebhookIssuesDemilestonedType",
11249
+ "WebhookIssuesDemilestonedPropIssueType",
11250
+ "WebhookIssuesDemilestonedPropIssuePropAssigneeType",
11251
+ "WebhookIssuesDemilestonedPropIssuePropAssigneesItemsType",
11252
+ "WebhookIssuesDemilestonedPropIssuePropLabelsItemsType",
11253
+ "WebhookIssuesDemilestonedPropIssuePropMilestoneType",
11254
+ "WebhookIssuesDemilestonedPropIssuePropMilestonePropCreatorType",
11255
+ "WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppType",
11256
+ "WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwnerType",
11257
+ "WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType",
11258
+ "WebhookIssuesDemilestonedPropIssuePropPullRequestType",
11259
+ "WebhookIssuesDemilestonedPropIssuePropReactionsType",
11260
+ "WebhookIssuesDemilestonedPropIssuePropUserType",
11855
11261
  "WebhookIssuesDemilestonedPropMilestoneType",
11856
11262
  "WebhookIssuesDemilestonedPropMilestonePropCreatorType",
11857
- "WebhookIssuesDemilestonedPropIssueType",
11858
- "WebhookIssuesDemilestonedPropIssueMergedAssigneeType",
11859
- "WebhookIssuesDemilestonedPropIssueMergedAssigneesType",
11860
- "WebhookIssuesDemilestonedPropIssueMergedLabelsType",
11861
- "WebhookIssuesDemilestonedPropIssueMergedReactionsType",
11862
- "WebhookIssuesDemilestonedPropIssueMergedUserType",
11863
- "WebhookIssuesDemilestonedPropIssueAllof0Type",
11864
- "WebhookIssuesDemilestonedPropIssueAllof0PropAssigneeType",
11865
- "WebhookIssuesDemilestonedPropIssueAllof0PropAssigneesItemsType",
11866
- "WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItemsType",
11867
- "WebhookIssuesDemilestonedPropIssueAllof0PropReactionsType",
11868
- "WebhookIssuesDemilestonedPropIssueAllof0PropUserType",
11869
- "WebhookIssuesDemilestonedPropIssueAllof0PropMilestoneType",
11870
- "WebhookIssuesDemilestonedPropIssueAllof0PropMilestonePropCreatorType",
11871
- "WebhookIssuesDemilestonedPropIssueAllof0PropPullRequestType",
11872
- "WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType",
11873
- "WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType",
11874
- "WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppType",
11875
- "WebhookIssuesDemilestonedPropIssueAllof1Type",
11876
- "WebhookIssuesDemilestonedPropIssueAllof1PropAssigneeType",
11877
- "WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItemsType",
11878
- "WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItemsType",
11879
- "WebhookIssuesDemilestonedPropIssueAllof1PropMilestoneType",
11880
- "WebhookIssuesDemilestonedPropIssueAllof1PropMilestonePropCreatorType",
11881
- "WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubAppType",
11882
- "WebhookIssuesDemilestonedPropIssueAllof1PropReactionsType",
11883
- "WebhookIssuesDemilestonedPropIssueAllof1PropUserType",
11884
- "WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubAppType",
11885
11263
  "WebhookIssuesEditedType",
11886
11264
  "WebhookIssuesEditedPropLabelType",
11887
11265
  "WebhookIssuesEditedPropChangesType",
@@ -11915,64 +11293,32 @@ else:
11915
11293
  "WebhookIssuesLabeledPropIssuePropUserType",
11916
11294
  "WebhookIssuesLockedType",
11917
11295
  "WebhookIssuesLockedPropIssueType",
11918
- "WebhookIssuesLockedPropIssueMergedAssigneeType",
11919
- "WebhookIssuesLockedPropIssueMergedAssigneesType",
11920
- "WebhookIssuesLockedPropIssueMergedLabelsType",
11921
- "WebhookIssuesLockedPropIssueMergedReactionsType",
11922
- "WebhookIssuesLockedPropIssueMergedUserType",
11923
- "WebhookIssuesLockedPropIssueAllof0Type",
11924
- "WebhookIssuesLockedPropIssueAllof0PropAssigneeType",
11925
- "WebhookIssuesLockedPropIssueAllof0PropAssigneesItemsType",
11926
- "WebhookIssuesLockedPropIssueAllof0PropLabelsItemsType",
11927
- "WebhookIssuesLockedPropIssueAllof0PropReactionsType",
11928
- "WebhookIssuesLockedPropIssueAllof0PropUserType",
11929
- "WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreatorType",
11930
- "WebhookIssuesLockedPropIssueAllof0PropMilestoneType",
11931
- "WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType",
11932
- "WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType",
11933
- "WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppType",
11934
- "WebhookIssuesLockedPropIssueAllof0PropPullRequestType",
11935
- "WebhookIssuesLockedPropIssueAllof1Type",
11936
- "WebhookIssuesLockedPropIssueAllof1PropAssigneeType",
11937
- "WebhookIssuesLockedPropIssueAllof1PropAssigneesItemsType",
11938
- "WebhookIssuesLockedPropIssueAllof1PropLabelsItemsType",
11939
- "WebhookIssuesLockedPropIssueAllof1PropMilestoneType",
11940
- "WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubAppType",
11941
- "WebhookIssuesLockedPropIssueAllof1PropReactionsType",
11942
- "WebhookIssuesLockedPropIssueAllof1PropUserType",
11943
- "WebhookIssuesLockedPropIssueMergedMilestoneType",
11944
- "WebhookIssuesLockedPropIssueMergedPerformedViaGithubAppType",
11296
+ "WebhookIssuesLockedPropIssuePropAssigneeType",
11297
+ "WebhookIssuesLockedPropIssuePropAssigneesItemsType",
11298
+ "WebhookIssuesLockedPropIssuePropLabelsItemsType",
11299
+ "WebhookIssuesLockedPropIssuePropMilestoneType",
11300
+ "WebhookIssuesLockedPropIssuePropMilestonePropCreatorType",
11301
+ "WebhookIssuesLockedPropIssuePropPerformedViaGithubAppType",
11302
+ "WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwnerType",
11303
+ "WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissionsType",
11304
+ "WebhookIssuesLockedPropIssuePropPullRequestType",
11305
+ "WebhookIssuesLockedPropIssuePropReactionsType",
11306
+ "WebhookIssuesLockedPropIssuePropUserType",
11945
11307
  "WebhookIssuesMilestonedType",
11308
+ "WebhookIssuesMilestonedPropIssueType",
11309
+ "WebhookIssuesMilestonedPropIssuePropAssigneeType",
11310
+ "WebhookIssuesMilestonedPropIssuePropAssigneesItemsType",
11311
+ "WebhookIssuesMilestonedPropIssuePropLabelsItemsType",
11312
+ "WebhookIssuesMilestonedPropIssuePropMilestoneType",
11313
+ "WebhookIssuesMilestonedPropIssuePropMilestonePropCreatorType",
11314
+ "WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppType",
11315
+ "WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwnerType",
11316
+ "WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissionsType",
11317
+ "WebhookIssuesMilestonedPropIssuePropPullRequestType",
11318
+ "WebhookIssuesMilestonedPropIssuePropReactionsType",
11319
+ "WebhookIssuesMilestonedPropIssuePropUserType",
11946
11320
  "WebhookIssuesMilestonedPropMilestoneType",
11947
11321
  "WebhookIssuesMilestonedPropMilestonePropCreatorType",
11948
- "WebhookIssuesMilestonedPropIssueType",
11949
- "WebhookIssuesMilestonedPropIssueMergedAssigneeType",
11950
- "WebhookIssuesMilestonedPropIssueMergedAssigneesType",
11951
- "WebhookIssuesMilestonedPropIssueMergedLabelsType",
11952
- "WebhookIssuesMilestonedPropIssueMergedReactionsType",
11953
- "WebhookIssuesMilestonedPropIssueMergedUserType",
11954
- "WebhookIssuesMilestonedPropIssueAllof0Type",
11955
- "WebhookIssuesMilestonedPropIssueAllof0PropAssigneeType",
11956
- "WebhookIssuesMilestonedPropIssueAllof0PropAssigneesItemsType",
11957
- "WebhookIssuesMilestonedPropIssueAllof0PropLabelsItemsType",
11958
- "WebhookIssuesMilestonedPropIssueAllof0PropMilestoneType",
11959
- "WebhookIssuesMilestonedPropIssueAllof0PropMilestonePropCreatorType",
11960
- "WebhookIssuesMilestonedPropIssueAllof0PropReactionsType",
11961
- "WebhookIssuesMilestonedPropIssueAllof0PropUserType",
11962
- "WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType",
11963
- "WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType",
11964
- "WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppType",
11965
- "WebhookIssuesMilestonedPropIssueAllof0PropPullRequestType",
11966
- "WebhookIssuesMilestonedPropIssueAllof1Type",
11967
- "WebhookIssuesMilestonedPropIssueAllof1PropAssigneeType",
11968
- "WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItemsType",
11969
- "WebhookIssuesMilestonedPropIssueAllof1PropLabelsItemsType",
11970
- "WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubAppType",
11971
- "WebhookIssuesMilestonedPropIssueAllof1PropReactionsType",
11972
- "WebhookIssuesMilestonedPropIssueAllof1PropUserType",
11973
- "WebhookIssuesMilestonedPropIssueAllof1PropMilestoneType",
11974
- "WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreatorType",
11975
- "WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubAppType",
11976
11322
  "WebhookIssuesOpenedType",
11977
11323
  "WebhookIssuesOpenedPropIssueType",
11978
11324
  "WebhookIssuesOpenedPropIssuePropAssigneeType",
@@ -12019,33 +11365,17 @@ else:
12019
11365
  "WebhookIssuesPinnedPropIssuePropUserType",
12020
11366
  "WebhookIssuesReopenedType",
12021
11367
  "WebhookIssuesReopenedPropIssueType",
12022
- "WebhookIssuesReopenedPropIssueMergedAssigneeType",
12023
- "WebhookIssuesReopenedPropIssueMergedAssigneesType",
12024
- "WebhookIssuesReopenedPropIssueMergedLabelsType",
12025
- "WebhookIssuesReopenedPropIssueMergedReactionsType",
12026
- "WebhookIssuesReopenedPropIssueMergedUserType",
12027
- "WebhookIssuesReopenedPropIssueAllof0Type",
12028
- "WebhookIssuesReopenedPropIssueAllof0PropAssigneeType",
12029
- "WebhookIssuesReopenedPropIssueAllof0PropAssigneesItemsType",
12030
- "WebhookIssuesReopenedPropIssueAllof0PropLabelsItemsType",
12031
- "WebhookIssuesReopenedPropIssueAllof0PropReactionsType",
12032
- "WebhookIssuesReopenedPropIssueAllof0PropUserType",
12033
- "WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreatorType",
12034
- "WebhookIssuesReopenedPropIssueAllof0PropMilestoneType",
12035
- "WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType",
12036
- "WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType",
12037
- "WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppType",
12038
- "WebhookIssuesReopenedPropIssueAllof0PropPullRequestType",
12039
- "WebhookIssuesReopenedPropIssueAllof1Type",
12040
- "WebhookIssuesReopenedPropIssueAllof1PropAssigneeType",
12041
- "WebhookIssuesReopenedPropIssueAllof1PropAssigneesItemsType",
12042
- "WebhookIssuesReopenedPropIssueAllof1PropLabelsItemsType",
12043
- "WebhookIssuesReopenedPropIssueAllof1PropMilestoneType",
12044
- "WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubAppType",
12045
- "WebhookIssuesReopenedPropIssueAllof1PropReactionsType",
12046
- "WebhookIssuesReopenedPropIssueAllof1PropUserType",
12047
- "WebhookIssuesReopenedPropIssueMergedMilestoneType",
12048
- "WebhookIssuesReopenedPropIssueMergedPerformedViaGithubAppType",
11368
+ "WebhookIssuesReopenedPropIssuePropAssigneeType",
11369
+ "WebhookIssuesReopenedPropIssuePropAssigneesItemsType",
11370
+ "WebhookIssuesReopenedPropIssuePropLabelsItemsType",
11371
+ "WebhookIssuesReopenedPropIssuePropMilestoneType",
11372
+ "WebhookIssuesReopenedPropIssuePropMilestonePropCreatorType",
11373
+ "WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppType",
11374
+ "WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwnerType",
11375
+ "WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissionsType",
11376
+ "WebhookIssuesReopenedPropIssuePropPullRequestType",
11377
+ "WebhookIssuesReopenedPropIssuePropReactionsType",
11378
+ "WebhookIssuesReopenedPropIssuePropUserType",
12049
11379
  "WebhookIssuesTransferredType",
12050
11380
  "WebhookIssuesTransferredPropIssueType",
12051
11381
  "WebhookIssuesTransferredPropIssuePropAssigneeType",
@@ -12107,31 +11437,17 @@ else:
12107
11437
  "WebhookIssuesUnlabeledPropIssuePropUserType",
12108
11438
  "WebhookIssuesUnlockedType",
12109
11439
  "WebhookIssuesUnlockedPropIssueType",
12110
- "WebhookIssuesUnlockedPropIssueMergedAssigneeType",
12111
- "WebhookIssuesUnlockedPropIssueMergedAssigneesType",
12112
- "WebhookIssuesUnlockedPropIssueMergedLabelsType",
12113
- "WebhookIssuesUnlockedPropIssueMergedReactionsType",
12114
- "WebhookIssuesUnlockedPropIssueMergedUserType",
12115
- "WebhookIssuesUnlockedPropIssueAllof0Type",
12116
- "WebhookIssuesUnlockedPropIssueAllof0PropAssigneeType",
12117
- "WebhookIssuesUnlockedPropIssueAllof0PropAssigneesItemsType",
12118
- "WebhookIssuesUnlockedPropIssueAllof0PropLabelsItemsType",
12119
- "WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppType",
12120
- "WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropOwnerType",
12121
- "WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissionsType",
12122
- "WebhookIssuesUnlockedPropIssueAllof0PropReactionsType",
12123
- "WebhookIssuesUnlockedPropIssueAllof0PropUserType",
12124
- "WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreatorType",
12125
- "WebhookIssuesUnlockedPropIssueAllof0PropMilestoneType",
12126
- "WebhookIssuesUnlockedPropIssueAllof0PropPullRequestType",
12127
- "WebhookIssuesUnlockedPropIssueAllof1Type",
12128
- "WebhookIssuesUnlockedPropIssueAllof1PropAssigneeType",
12129
- "WebhookIssuesUnlockedPropIssueAllof1PropAssigneesItemsType",
12130
- "WebhookIssuesUnlockedPropIssueAllof1PropLabelsItemsType",
12131
- "WebhookIssuesUnlockedPropIssueAllof1PropMilestoneType",
12132
- "WebhookIssuesUnlockedPropIssueAllof1PropReactionsType",
12133
- "WebhookIssuesUnlockedPropIssueAllof1PropUserType",
12134
- "WebhookIssuesUnlockedPropIssueMergedMilestoneType",
11440
+ "WebhookIssuesUnlockedPropIssuePropAssigneeType",
11441
+ "WebhookIssuesUnlockedPropIssuePropAssigneesItemsType",
11442
+ "WebhookIssuesUnlockedPropIssuePropLabelsItemsType",
11443
+ "WebhookIssuesUnlockedPropIssuePropMilestoneType",
11444
+ "WebhookIssuesUnlockedPropIssuePropMilestonePropCreatorType",
11445
+ "WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppType",
11446
+ "WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwnerType",
11447
+ "WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissionsType",
11448
+ "WebhookIssuesUnlockedPropIssuePropPullRequestType",
11449
+ "WebhookIssuesUnlockedPropIssuePropReactionsType",
11450
+ "WebhookIssuesUnlockedPropIssuePropUserType",
12135
11451
  "WebhookIssuesUnpinnedType",
12136
11452
  "WebhookIssuesUnpinnedPropIssueType",
12137
11453
  "WebhookIssuesUnpinnedPropIssuePropAssigneeType",
@@ -12157,69 +11473,44 @@ else:
12157
11473
  "WebhookLabelEditedPropChangesPropNameType",
12158
11474
  "WebhookMarketplacePurchaseCancelledType",
12159
11475
  "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseType",
12160
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedAccountType",
12161
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedPlanType",
11476
+ "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccountType",
11477
+ "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlanType",
12162
11478
  "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchaseType",
12163
11479
  "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccountType",
12164
11480
  "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlanType",
12165
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0Type",
12166
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccountType",
12167
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlanType",
12168
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1Type",
12169
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccountType",
12170
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlanType",
12171
11481
  "WebhookMarketplacePurchaseChangedType",
12172
11482
  "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseType",
12173
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedAccountType",
12174
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedPlanType",
11483
+ "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccountType",
11484
+ "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlanType",
12175
11485
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchaseType",
12176
11486
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccountType",
12177
11487
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlanType",
12178
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0Type",
12179
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropAccountType",
12180
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropPlanType",
12181
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1Type",
12182
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccountType",
12183
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlanType",
12184
11488
  "WebhookMarketplacePurchasePendingChangeType",
12185
11489
  "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseType",
12186
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedAccountType",
12187
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedPlanType",
11490
+ "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccountType",
11491
+ "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlanType",
12188
11492
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchaseType",
12189
11493
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccountType",
12190
11494
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlanType",
12191
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0Type",
12192
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropAccountType",
12193
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlanType",
12194
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1Type",
12195
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccountType",
12196
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlanType",
12197
11495
  "WebhookMarketplacePurchasePendingChangeCancelledType",
11496
+ "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType",
11497
+ "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccountType",
11498
+ "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlanType",
12198
11499
  "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchaseType",
12199
11500
  "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccountType",
12200
11501
  "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlanType",
12201
- "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseType",
12202
- "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0Type",
12203
- "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccountType",
12204
- "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlanType",
12205
- "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1Type",
12206
11502
  "WebhookMarketplacePurchasePurchasedType",
12207
11503
  "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseType",
12208
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedAccountType",
12209
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedPlanType",
11504
+ "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccountType",
11505
+ "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlanType",
12210
11506
  "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchaseType",
12211
11507
  "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccountType",
12212
11508
  "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlanType",
12213
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0Type",
12214
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccountType",
12215
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlanType",
12216
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1Type",
12217
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccountType",
12218
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlanType",
12219
11509
  "WebhookMemberAddedType",
12220
11510
  "WebhookMemberAddedPropMemberType",
12221
11511
  "WebhookMemberAddedPropChangesType",
12222
11512
  "WebhookMemberAddedPropChangesPropPermissionType",
11513
+ "WebhookMemberAddedPropChangesPropRoleNameType",
12223
11514
  "WebhookMemberEditedType",
12224
11515
  "WebhookMemberEditedPropMemberType",
12225
11516
  "WebhookMemberEditedPropChangesType",
@@ -12540,11 +11831,7 @@ else:
12540
11831
  "WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsType",
12541
11832
  "WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsPropParentType",
12542
11833
  "WebhookPullRequestClosedType",
12543
- "WebhookPullRequestClosedPropPullRequestType",
12544
- "WebhookPullRequestClosedPropPullRequestAllof1Type",
12545
11834
  "WebhookPullRequestConvertedToDraftType",
12546
- "WebhookPullRequestConvertedToDraftPropPullRequestType",
12547
- "WebhookPullRequestConvertedToDraftPropPullRequestAllof1Type",
12548
11835
  "WebhookPullRequestDemilestonedType",
12549
11836
  "WebhookPullRequestDemilestonedPropPullRequestType",
12550
11837
  "WebhookPullRequestDemilestonedPropPullRequestPropAssigneeType",
@@ -12626,8 +11913,6 @@ else:
12626
11913
  "WebhookPullRequestEditedPropChangesPropBaseType",
12627
11914
  "WebhookPullRequestEditedPropChangesPropBasePropRefType",
12628
11915
  "WebhookPullRequestEditedPropChangesPropBasePropShaType",
12629
- "WebhookPullRequestEditedPropPullRequestType",
12630
- "WebhookPullRequestEditedPropPullRequestAllof1Type",
12631
11916
  "WebhookPullRequestEnqueuedType",
12632
11917
  "WebhookPullRequestEnqueuedPropPullRequestType",
12633
11918
  "WebhookPullRequestEnqueuedPropPullRequestPropAssigneeType",
@@ -12778,14 +12063,8 @@ else:
12778
12063
  "WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsType",
12779
12064
  "WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParentType",
12780
12065
  "WebhookPullRequestOpenedType",
12781
- "WebhookPullRequestOpenedPropPullRequestType",
12782
- "WebhookPullRequestOpenedPropPullRequestAllof1Type",
12783
12066
  "WebhookPullRequestReadyForReviewType",
12784
- "WebhookPullRequestReadyForReviewPropPullRequestType",
12785
- "WebhookPullRequestReadyForReviewPropPullRequestAllof1Type",
12786
12067
  "WebhookPullRequestReopenedType",
12787
- "WebhookPullRequestReopenedPropPullRequestType",
12788
- "WebhookPullRequestReopenedPropPullRequestAllof1Type",
12789
12068
  "WebhookPullRequestReviewCommentCreatedType",
12790
12069
  "WebhookPullRequestReviewCommentCreatedPropCommentType",
12791
12070
  "WebhookPullRequestReviewCommentCreatedPropCommentPropReactionsType",
@@ -13515,28 +12794,16 @@ else:
13515
12794
  "WebhookReleaseEditedPropReleasePropAssetsItemsPropUploaderType",
13516
12795
  "WebhookReleasePrereleasedType",
13517
12796
  "WebhookReleasePrereleasedPropReleaseType",
13518
- "WebhookReleasePrereleasedPropReleaseMergedAuthorType",
13519
- "WebhookReleasePrereleasedPropReleaseAllof0Type",
13520
- "WebhookReleasePrereleasedPropReleaseAllof0PropAuthorType",
13521
- "WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsType",
13522
- "WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploaderType",
13523
- "WebhookReleasePrereleasedPropReleaseAllof0PropReactionsType",
13524
- "WebhookReleasePrereleasedPropReleaseAllof1Type",
13525
- "WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItemsType",
13526
- "WebhookReleasePrereleasedPropReleaseAllof1PropAuthorType",
13527
- "WebhookReleasePrereleasedPropReleaseMergedAssetsType",
12797
+ "WebhookReleasePrereleasedPropReleasePropAssetsItemsType",
12798
+ "WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploaderType",
12799
+ "WebhookReleasePrereleasedPropReleasePropAuthorType",
12800
+ "WebhookReleasePrereleasedPropReleasePropReactionsType",
13528
12801
  "WebhookReleasePublishedType",
13529
12802
  "WebhookReleasePublishedPropReleaseType",
13530
- "WebhookReleasePublishedPropReleaseMergedAuthorType",
13531
- "WebhookReleasePublishedPropReleaseAllof0Type",
13532
- "WebhookReleasePublishedPropReleaseAllof0PropAuthorType",
13533
- "WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsType",
13534
- "WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploaderType",
13535
- "WebhookReleasePublishedPropReleaseAllof0PropReactionsType",
13536
- "WebhookReleasePublishedPropReleaseAllof1Type",
13537
- "WebhookReleasePublishedPropReleaseAllof1PropAssetsItemsType",
13538
- "WebhookReleasePublishedPropReleaseAllof1PropAuthorType",
13539
- "WebhookReleasePublishedPropReleaseMergedAssetsType",
12803
+ "WebhookReleasePublishedPropReleasePropAssetsItemsType",
12804
+ "WebhookReleasePublishedPropReleasePropAssetsItemsPropUploaderType",
12805
+ "WebhookReleasePublishedPropReleasePropAuthorType",
12806
+ "WebhookReleasePublishedPropReleasePropReactionsType",
13540
12807
  "WebhookReleaseReleasedType",
13541
12808
  "WebhookReleaseReleasedPropReleaseType",
13542
12809
  "WebhookReleaseReleasedPropReleasePropAuthorType",
@@ -13545,16 +12812,10 @@ else:
13545
12812
  "WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploaderType",
13546
12813
  "WebhookReleaseUnpublishedType",
13547
12814
  "WebhookReleaseUnpublishedPropReleaseType",
13548
- "WebhookReleaseUnpublishedPropReleaseMergedAuthorType",
13549
- "WebhookReleaseUnpublishedPropReleaseAllof0Type",
13550
- "WebhookReleaseUnpublishedPropReleaseAllof0PropAuthorType",
13551
- "WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsType",
13552
- "WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploaderType",
13553
- "WebhookReleaseUnpublishedPropReleaseAllof0PropReactionsType",
13554
- "WebhookReleaseUnpublishedPropReleaseAllof1Type",
13555
- "WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItemsType",
13556
- "WebhookReleaseUnpublishedPropReleaseAllof1PropAuthorType",
13557
- "WebhookReleaseUnpublishedPropReleaseMergedAssetsType",
12815
+ "WebhookReleaseUnpublishedPropReleasePropAssetsItemsType",
12816
+ "WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploaderType",
12817
+ "WebhookReleaseUnpublishedPropReleasePropAuthorType",
12818
+ "WebhookReleaseUnpublishedPropReleasePropReactionsType",
13558
12819
  "WebhookRepositoryAdvisoryPublishedType",
13559
12820
  "WebhookRepositoryAdvisoryReportedType",
13560
12821
  "WebhookRepositoryArchivedType",
@@ -13603,29 +12864,21 @@ else:
13603
12864
  "WebhookRepositoryUnarchivedType",
13604
12865
  "WebhookRepositoryVulnerabilityAlertCreateType",
13605
12866
  "WebhookRepositoryVulnerabilityAlertCreatePropAlertType",
13606
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0Type",
13607
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisserType",
13608
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1Type",
12867
+ "WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisserType",
13609
12868
  "WebhookRepositoryVulnerabilityAlertDismissType",
13610
12869
  "WebhookRepositoryVulnerabilityAlertDismissPropAlertType",
13611
- "WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0Type",
13612
- "WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0PropDismisserType",
13613
- "WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1Type",
13614
- "WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisserType",
12870
+ "WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisserType",
13615
12871
  "WebhookRepositoryVulnerabilityAlertReopenType",
13616
12872
  "WebhookRepositoryVulnerabilityAlertReopenPropAlertType",
13617
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0Type",
13618
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisserType",
13619
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof1Type",
12873
+ "WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisserType",
13620
12874
  "WebhookRepositoryVulnerabilityAlertResolveType",
13621
12875
  "WebhookRepositoryVulnerabilityAlertResolvePropAlertType",
13622
- "WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0Type",
13623
- "WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisserType",
13624
- "WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1Type",
12876
+ "WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisserType",
13625
12877
  "WebhookSecretScanningAlertCreatedType",
13626
12878
  "WebhookSecretScanningAlertLocationCreatedType",
13627
12879
  "SecretScanningLocationType",
13628
12880
  "SecretScanningLocationCommitType",
12881
+ "SecretScanningLocationWikiCommitType",
13629
12882
  "SecretScanningLocationIssueTitleType",
13630
12883
  "SecretScanningLocationIssueBodyType",
13631
12884
  "SecretScanningLocationIssueCommentType",
@@ -13811,85 +13064,39 @@ else:
13811
13064
  "WebhookWorkflowRunCompletedType",
13812
13065
  "WebhookWorkflowRunCompletedPropWorkflowType",
13813
13066
  "WebhookWorkflowRunCompletedPropWorkflowRunType",
13814
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedActorType",
13815
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitType",
13816
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropAuthorType",
13817
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropCommitterType",
13818
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryType",
13819
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryPropOwnerType",
13820
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryType",
13821
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryPropOwnerType",
13822
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedTriggeringActorType",
13823
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0Type",
13824
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropActorType",
13825
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropTriggeringActorType",
13826
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitType",
13827
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropAuthorType",
13828
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropCommitterType",
13829
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryType",
13830
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType",
13831
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryType",
13832
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryPropOwnerType",
13833
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsType",
13834
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType",
13835
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType",
13836
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType",
13837
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType",
13838
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItemsType",
13839
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1Type",
13840
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropActorType",
13841
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropPullRequestsItemsType",
13842
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItemsType",
13843
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActorType",
13844
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitType",
13845
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropAuthorType",
13846
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitterType",
13847
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryType",
13848
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType",
13849
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryType",
13850
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryPropOwnerType",
13851
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedPullRequestsType",
13067
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropActorType",
13068
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItemsType",
13069
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActorType",
13070
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitType",
13071
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthorType",
13072
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitterType",
13073
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryType",
13074
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwnerType",
13075
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryType",
13076
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwnerType",
13077
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsType",
13078
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBaseType",
13079
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType",
13080
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadType",
13081
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
13852
13082
  "WebhookWorkflowRunInProgressType",
13853
13083
  "WebhookWorkflowRunInProgressPropWorkflowType",
13854
13084
  "WebhookWorkflowRunInProgressPropWorkflowRunType",
13855
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedActorType",
13856
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitType",
13857
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropAuthorType",
13858
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropCommitterType",
13859
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryType",
13860
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryPropOwnerType",
13861
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryType",
13862
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryPropOwnerType",
13863
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedTriggeringActorType",
13864
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0Type",
13865
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropActorType",
13866
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropTriggeringActorType",
13867
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitType",
13868
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropAuthorType",
13869
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropCommitterType",
13870
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryType",
13871
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwnerType",
13872
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryType",
13873
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryPropOwnerType",
13874
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsType",
13875
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBaseType",
13876
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepoType",
13877
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadType",
13878
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepoType",
13879
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItemsType",
13880
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1Type",
13881
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActorType",
13882
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropPullRequestsItemsType",
13883
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItemsType",
13884
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActorType",
13885
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitType",
13886
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthorType",
13887
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitterType",
13888
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryType",
13889
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwnerType",
13890
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryType",
13891
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwnerType",
13892
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedPullRequestsType",
13085
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropActorType",
13086
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItemsType",
13087
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActorType",
13088
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitType",
13089
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthorType",
13090
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitterType",
13091
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryType",
13092
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwnerType",
13093
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryType",
13094
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwnerType",
13095
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsType",
13096
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBaseType",
13097
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepoType",
13098
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadType",
13099
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepoType",
13893
13100
  "WebhookWorkflowRunRequestedType",
13894
13101
  "WebhookWorkflowRunRequestedPropWorkflowType",
13895
13102
  "WebhookWorkflowRunRequestedPropWorkflowRunType",
@@ -14156,6 +13363,11 @@ else:
14156
13363
  "DeploymentBranchPolicyType",
14157
13364
  "ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType",
14158
13365
  "ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200Type",
13366
+ "ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type",
13367
+ "ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType",
13368
+ "ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type",
13369
+ "ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType",
13370
+ "ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType",
14159
13371
  "ReposOwnerRepoForksPostBodyType",
14160
13372
  "ReposOwnerRepoGitBlobsPostBodyType",
14161
13373
  "ReposOwnerRepoGitCommitsPostBodyType",
@@ -14215,6 +13427,7 @@ else:
14215
13427
  "ReposOwnerRepoPagesPostBodyAnyof0Type",
14216
13428
  "ReposOwnerRepoPagesPostBodyAnyof1Type",
14217
13429
  "ReposOwnerRepoPagesDeploymentsPostBodyType",
13430
+ "ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type",
14218
13431
  "ReposOwnerRepoProjectsPostBodyType",
14219
13432
  "ReposOwnerRepoPropertiesValuesPatchBodyType",
14220
13433
  "ReposOwnerRepoPullsPostBodyType",
@@ -14251,11 +13464,6 @@ else:
14251
13464
  "ReposOwnerRepoTopicsPutBodyType",
14252
13465
  "ReposOwnerRepoTransferPostBodyType",
14253
13466
  "ReposTemplateOwnerTemplateRepoGeneratePostBodyType",
14254
- "RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200Type",
14255
- "RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType",
14256
- "RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200Type",
14257
- "RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBodyType",
14258
- "RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBodyType",
14259
13467
  "TeamsTeamIdPatchBodyType",
14260
13468
  "TeamsTeamIdDiscussionsPostBodyType",
14261
13469
  "TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType",