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
  """
@@ -119,6 +119,7 @@ if TYPE_CHECKING:
119
119
  from githubkit.versions.v2022_11_28.models import ReleaseAsset as ReleaseAsset
120
120
  from githubkit.versions.v2022_11_28.models import SimpleCommit as SimpleCommit
121
121
  from githubkit.versions.v2022_11_28.models import Verification as Verification
122
+ from githubkit.versions.v2022_11_28.models import WebhooksRule as WebhooksRule
122
123
  from githubkit.versions.v2022_11_28.models import ActionsSecret as ActionsSecret
123
124
  from githubkit.versions.v2022_11_28.models import Authorization as Authorization
124
125
  from githubkit.versions.v2022_11_28.models import CodeOfConduct as CodeOfConduct
@@ -136,6 +137,7 @@ if TYPE_CHECKING:
136
137
  from githubkit.versions.v2022_11_28.models import TagPropCommit as TagPropCommit
137
138
  from githubkit.versions.v2022_11_28.models import TagProtection as TagProtection
138
139
  from githubkit.versions.v2022_11_28.models import UserPatchBody as UserPatchBody
140
+ from githubkit.versions.v2022_11_28.models import Vulnerability as Vulnerability
139
141
  from githubkit.versions.v2022_11_28.models import WebhookConfig as WebhookConfig
140
142
  from githubkit.versions.v2022_11_28.models import WebhookCreate as WebhookCreate
141
143
  from githubkit.versions.v2022_11_28.models import WebhookDelete as WebhookDelete
@@ -375,6 +377,9 @@ if TYPE_CHECKING:
375
377
  from githubkit.versions.v2022_11_28.models import (
376
378
  PullRequestMinimal as PullRequestMinimal,
377
379
  )
380
+ from githubkit.versions.v2022_11_28.models import (
381
+ PullRequestWebhook as PullRequestWebhook,
382
+ )
378
383
  from githubkit.versions.v2022_11_28.models import (
379
384
  ReferencedWorkflow as ReferencedWorkflow,
380
385
  )
@@ -984,6 +989,9 @@ if TYPE_CHECKING:
984
989
  from githubkit.versions.v2022_11_28.models import (
985
990
  PullRequestReviewRequest as PullRequestReviewRequest,
986
991
  )
992
+ from githubkit.versions.v2022_11_28.models import (
993
+ PullRequestWebhookAllof1 as PullRequestWebhookAllof1,
994
+ )
987
995
  from githubkit.versions.v2022_11_28.models import (
988
996
  RepositoryAdvisoryCreate as RepositoryAdvisoryCreate,
989
997
  )
@@ -1002,6 +1010,9 @@ if TYPE_CHECKING:
1002
1010
  from githubkit.versions.v2022_11_28.models import (
1003
1011
  UserEmailsPostBodyOneof0 as UserEmailsPostBodyOneof0,
1004
1012
  )
1013
+ from githubkit.versions.v2022_11_28.models import (
1014
+ VulnerabilityPropPackage as VulnerabilityPropPackage,
1015
+ )
1005
1016
  from githubkit.versions.v2022_11_28.models import (
1006
1017
  WebhookCheckRunCompleted as WebhookCheckRunCompleted,
1007
1018
  )
@@ -2139,6 +2150,9 @@ if TYPE_CHECKING:
2139
2150
  from githubkit.versions.v2022_11_28.models import (
2140
2151
  SecretScanningLocationIssueTitle as SecretScanningLocationIssueTitle,
2141
2152
  )
2153
+ from githubkit.versions.v2022_11_28.models import (
2154
+ SecretScanningLocationWikiCommit as SecretScanningLocationWikiCommit,
2155
+ )
2142
2156
  from githubkit.versions.v2022_11_28.models import (
2143
2157
  StatusCheckPolicyPropChecksItems as StatusCheckPolicyPropChecksItems,
2144
2158
  )
@@ -2463,12 +2477,6 @@ if TYPE_CHECKING:
2463
2477
  from githubkit.versions.v2022_11_28.models import (
2464
2478
  WebhookIssuesDemilestonedPropIssue as WebhookIssuesDemilestonedPropIssue,
2465
2479
  )
2466
- from githubkit.versions.v2022_11_28.models import (
2467
- WebhookIssuesLockedPropIssueAllof0 as WebhookIssuesLockedPropIssueAllof0,
2468
- )
2469
- from githubkit.versions.v2022_11_28.models import (
2470
- WebhookIssuesLockedPropIssueAllof1 as WebhookIssuesLockedPropIssueAllof1,
2471
- )
2472
2480
  from githubkit.versions.v2022_11_28.models import (
2473
2481
  WebhookMembershipRemovedPropMember as WebhookMembershipRemovedPropMember,
2474
2482
  )
@@ -2706,6 +2714,9 @@ if TYPE_CHECKING:
2706
2714
  from githubkit.versions.v2022_11_28.models import (
2707
2715
  ReposOwnerRepoTagsProtectionPostBody as ReposOwnerRepoTagsProtectionPostBody,
2708
2716
  )
2717
+ from githubkit.versions.v2022_11_28.models import (
2718
+ RepositoryRuleParamsCodeScanningTool as RepositoryRuleParamsCodeScanningTool,
2719
+ )
2709
2720
  from githubkit.versions.v2022_11_28.models import (
2710
2721
  SecretScanningLocationDiscussionBody as SecretScanningLocationDiscussionBody,
2711
2722
  )
@@ -2739,6 +2750,9 @@ if TYPE_CHECKING:
2739
2750
  from githubkit.versions.v2022_11_28.models import (
2740
2751
  WebhookIssuesEditedPropIssuePropUser as WebhookIssuesEditedPropIssuePropUser,
2741
2752
  )
2753
+ from githubkit.versions.v2022_11_28.models import (
2754
+ WebhookIssuesLockedPropIssuePropUser as WebhookIssuesLockedPropIssuePropUser,
2755
+ )
2742
2756
  from githubkit.versions.v2022_11_28.models import (
2743
2757
  WebhookIssuesMilestonedPropMilestone as WebhookIssuesMilestonedPropMilestone,
2744
2758
  )
@@ -2748,18 +2762,6 @@ if TYPE_CHECKING:
2748
2762
  from githubkit.versions.v2022_11_28.models import (
2749
2763
  WebhookIssuesPinnedPropIssuePropUser as WebhookIssuesPinnedPropIssuePropUser,
2750
2764
  )
2751
- from githubkit.versions.v2022_11_28.models import (
2752
- WebhookIssuesReopenedPropIssueAllof0 as WebhookIssuesReopenedPropIssueAllof0,
2753
- )
2754
- from githubkit.versions.v2022_11_28.models import (
2755
- WebhookIssuesReopenedPropIssueAllof1 as WebhookIssuesReopenedPropIssueAllof1,
2756
- )
2757
- from githubkit.versions.v2022_11_28.models import (
2758
- WebhookIssuesUnlockedPropIssueAllof0 as WebhookIssuesUnlockedPropIssueAllof0,
2759
- )
2760
- from githubkit.versions.v2022_11_28.models import (
2761
- WebhookIssuesUnlockedPropIssueAllof1 as WebhookIssuesUnlockedPropIssueAllof1,
2762
- )
2763
2765
  from githubkit.versions.v2022_11_28.models import (
2764
2766
  WebhookMetaDeletedPropHookPropConfig as WebhookMetaDeletedPropHookPropConfig,
2765
2767
  )
@@ -2913,9 +2915,6 @@ if TYPE_CHECKING:
2913
2915
  from githubkit.versions.v2022_11_28.models import (
2914
2916
  CommitSearchResultItemPropParentsItems as CommitSearchResultItemPropParentsItems,
2915
2917
  )
2916
- from githubkit.versions.v2022_11_28.models import (
2917
- GlobalAdvisoryPropVulnerabilitiesItems as GlobalAdvisoryPropVulnerabilitiesItems,
2918
- )
2919
2918
  from githubkit.versions.v2022_11_28.models import (
2920
2919
  InstallationRepositoriesGetResponse200 as InstallationRepositoriesGetResponse200,
2921
2920
  )
@@ -2991,9 +2990,6 @@ if TYPE_CHECKING:
2991
2990
  from githubkit.versions.v2022_11_28.models import (
2992
2991
  WebhookDeploymentCreatedPropDeployment as WebhookDeploymentCreatedPropDeployment,
2993
2992
  )
2994
- from githubkit.versions.v2022_11_28.models import (
2995
- WebhookDiscussionCreatedPropDiscussion as WebhookDiscussionCreatedPropDiscussion,
2996
- )
2997
2993
  from githubkit.versions.v2022_11_28.models import (
2998
2994
  WebhookForkPropForkeeAllof0PropLicense as WebhookForkPropForkeeAllof0PropLicense,
2999
2995
  )
@@ -3016,13 +3012,10 @@ if TYPE_CHECKING:
3016
3012
  WebhookIssuesEditedPropChangesPropBody as WebhookIssuesEditedPropChangesPropBody,
3017
3013
  )
3018
3014
  from githubkit.versions.v2022_11_28.models import (
3019
- WebhookIssuesLockedPropIssueMergedUser as WebhookIssuesLockedPropIssueMergedUser,
3015
+ WebhookIssuesReopenedPropIssuePropUser as WebhookIssuesReopenedPropIssuePropUser,
3020
3016
  )
3021
3017
  from githubkit.versions.v2022_11_28.models import (
3022
- WebhookIssuesMilestonedPropIssueAllof0 as WebhookIssuesMilestonedPropIssueAllof0,
3023
- )
3024
- from githubkit.versions.v2022_11_28.models import (
3025
- WebhookIssuesMilestonedPropIssueAllof1 as WebhookIssuesMilestonedPropIssueAllof1,
3018
+ WebhookIssuesUnlockedPropIssuePropUser as WebhookIssuesUnlockedPropIssuePropUser,
3026
3019
  )
3027
3020
  from githubkit.versions.v2022_11_28.models import (
3028
3021
  WebhookIssuesUnpinnedPropIssuePropUser as WebhookIssuesUnpinnedPropIssuePropUser,
@@ -3135,18 +3128,9 @@ if TYPE_CHECKING:
3135
3128
  from githubkit.versions.v2022_11_28.models import (
3136
3129
  WebhookProjectEditedPropChangesPropName as WebhookProjectEditedPropChangesPropName,
3137
3130
  )
3138
- from githubkit.versions.v2022_11_28.models import (
3139
- WebhookPullRequestClosedPropPullRequest as WebhookPullRequestClosedPropPullRequest,
3140
- )
3141
- from githubkit.versions.v2022_11_28.models import (
3142
- WebhookPullRequestEditedPropPullRequest as WebhookPullRequestEditedPropPullRequest,
3143
- )
3144
3131
  from githubkit.versions.v2022_11_28.models import (
3145
3132
  WebhookPullRequestLockedPropPullRequest as WebhookPullRequestLockedPropPullRequest,
3146
3133
  )
3147
- from githubkit.versions.v2022_11_28.models import (
3148
- WebhookPullRequestOpenedPropPullRequest as WebhookPullRequestOpenedPropPullRequest,
3149
- )
3150
3134
  from githubkit.versions.v2022_11_28.models import (
3151
3135
  WebhookPullRequestReviewRequestedOneof0 as WebhookPullRequestReviewRequestedOneof0,
3152
3136
  )
@@ -3265,16 +3249,13 @@ if TYPE_CHECKING:
3265
3249
  WebhookIssuesClosedPropIssueMergedLabels as WebhookIssuesClosedPropIssueMergedLabels,
3266
3250
  )
3267
3251
  from githubkit.versions.v2022_11_28.models import (
3268
- WebhookIssuesDemilestonedPropIssueAllof0 as WebhookIssuesDemilestonedPropIssueAllof0,
3269
- )
3270
- from githubkit.versions.v2022_11_28.models import (
3271
- WebhookIssuesDemilestonedPropIssueAllof1 as WebhookIssuesDemilestonedPropIssueAllof1,
3252
+ WebhookIssuesEditedPropIssuePropAssignee as WebhookIssuesEditedPropIssuePropAssignee,
3272
3253
  )
3273
3254
  from githubkit.versions.v2022_11_28.models import (
3274
- WebhookIssuesEditedPropIssuePropAssignee as WebhookIssuesEditedPropIssuePropAssignee,
3255
+ WebhookIssuesLockedPropIssuePropAssignee as WebhookIssuesLockedPropIssuePropAssignee,
3275
3256
  )
3276
3257
  from githubkit.versions.v2022_11_28.models import (
3277
- WebhookIssuesLockedPropIssueMergedLabels as WebhookIssuesLockedPropIssueMergedLabels,
3258
+ WebhookIssuesMilestonedPropIssuePropUser as WebhookIssuesMilestonedPropIssuePropUser,
3278
3259
  )
3279
3260
  from githubkit.versions.v2022_11_28.models import (
3280
3261
  WebhookIssuesOpenedPropIssuePropAssignee as WebhookIssuesOpenedPropIssuePropAssignee,
@@ -3282,15 +3263,9 @@ if TYPE_CHECKING:
3282
3263
  from githubkit.versions.v2022_11_28.models import (
3283
3264
  WebhookIssuesPinnedPropIssuePropAssignee as WebhookIssuesPinnedPropIssuePropAssignee,
3284
3265
  )
3285
- from githubkit.versions.v2022_11_28.models import (
3286
- WebhookIssuesReopenedPropIssueMergedUser as WebhookIssuesReopenedPropIssueMergedUser,
3287
- )
3288
3266
  from githubkit.versions.v2022_11_28.models import (
3289
3267
  WebhookIssuesUnassignedPropIssuePropUser as WebhookIssuesUnassignedPropIssuePropUser,
3290
3268
  )
3291
- from githubkit.versions.v2022_11_28.models import (
3292
- WebhookIssuesUnlockedPropIssueMergedUser as WebhookIssuesUnlockedPropIssueMergedUser,
3293
- )
3294
3269
  from githubkit.versions.v2022_11_28.models import (
3295
3270
  WebhookMembershipAddedPropTeamPropParent as WebhookMembershipAddedPropTeamPropParent,
3296
3271
  )
@@ -3336,12 +3311,6 @@ if TYPE_CHECKING:
3336
3311
  from githubkit.versions.v2022_11_28.models import (
3337
3312
  WebhookPushPropRepositoryPropPermissions as WebhookPushPropRepositoryPropPermissions,
3338
3313
  )
3339
- from githubkit.versions.v2022_11_28.models import (
3340
- WebhookReleasePublishedPropReleaseAllof0 as WebhookReleasePublishedPropReleaseAllof0,
3341
- )
3342
- from githubkit.versions.v2022_11_28.models import (
3343
- WebhookReleasePublishedPropReleaseAllof1 as WebhookReleasePublishedPropReleaseAllof1,
3344
- )
3345
3314
  from githubkit.versions.v2022_11_28.models import (
3346
3315
  WebhookSponsorshipCreatedPropSponsorship as WebhookSponsorshipCreatedPropSponsorship,
3347
3316
  )
@@ -3420,9 +3389,6 @@ if TYPE_CHECKING:
3420
3389
  from githubkit.versions.v2022_11_28.models import (
3421
3390
  UserInteractionLimitsGetResponse200Anyof1 as UserInteractionLimitsGetResponse200Anyof1,
3422
3391
  )
3423
- from githubkit.versions.v2022_11_28.models import (
3424
- WebhookBranchProtectionRuleEditedPropRule as WebhookBranchProtectionRuleEditedPropRule,
3425
- )
3426
3392
  from githubkit.versions.v2022_11_28.models import (
3427
3393
  WebhookCheckRunRequestedActionFormEncoded as WebhookCheckRunRequestedActionFormEncoded,
3428
3394
  )
@@ -3462,6 +3428,12 @@ if TYPE_CHECKING:
3462
3428
  from githubkit.versions.v2022_11_28.models import (
3463
3429
  WebhookIssuesLabeledPropIssuePropAssignee as WebhookIssuesLabeledPropIssuePropAssignee,
3464
3430
  )
3431
+ from githubkit.versions.v2022_11_28.models import (
3432
+ WebhookIssuesLockedPropIssuePropMilestone as WebhookIssuesLockedPropIssuePropMilestone,
3433
+ )
3434
+ from githubkit.versions.v2022_11_28.models import (
3435
+ WebhookIssuesLockedPropIssuePropReactions as WebhookIssuesLockedPropIssuePropReactions,
3436
+ )
3465
3437
  from githubkit.versions.v2022_11_28.models import (
3466
3438
  WebhookIssuesOpenedPropIssuePropMilestone as WebhookIssuesOpenedPropIssuePropMilestone,
3467
3439
  )
@@ -3477,6 +3449,9 @@ if TYPE_CHECKING:
3477
3449
  from githubkit.versions.v2022_11_28.models import (
3478
3450
  WebhookIssuesTransferredPropIssuePropUser as WebhookIssuesTransferredPropIssuePropUser,
3479
3451
  )
3452
+ from githubkit.versions.v2022_11_28.models import (
3453
+ WebhookMemberAddedPropChangesPropRoleName as WebhookMemberAddedPropChangesPropRoleName,
3454
+ )
3480
3455
  from githubkit.versions.v2022_11_28.models import (
3481
3456
  WebhookPackageUpdatedPropPackagePropOwner as WebhookPackageUpdatedPropPackagePropOwner,
3482
3457
  )
@@ -3501,9 +3476,6 @@ if TYPE_CHECKING:
3501
3476
  from githubkit.versions.v2022_11_28.models import (
3502
3477
  WebhookPullRequestEnqueuedPropPullRequest as WebhookPullRequestEnqueuedPropPullRequest,
3503
3478
  )
3504
- from githubkit.versions.v2022_11_28.models import (
3505
- WebhookPullRequestReopenedPropPullRequest as WebhookPullRequestReopenedPropPullRequest,
3506
- )
3507
3479
  from githubkit.versions.v2022_11_28.models import (
3508
3480
  WebhookPullRequestReviewEditedPropChanges as WebhookPullRequestReviewEditedPropChanges,
3509
3481
  )
@@ -3606,12 +3578,6 @@ if TYPE_CHECKING:
3606
3578
  from githubkit.versions.v2022_11_28.models import (
3607
3579
  UserCodespacesCodespaceNamePublishPostBody as UserCodespacesCodespaceNamePublishPostBody,
3608
3580
  )
3609
- from githubkit.versions.v2022_11_28.models import (
3610
- WebhookBranchProtectionRuleCreatedPropRule as WebhookBranchProtectionRuleCreatedPropRule,
3611
- )
3612
- from githubkit.versions.v2022_11_28.models import (
3613
- WebhookBranchProtectionRuleDeletedPropRule as WebhookBranchProtectionRuleDeletedPropRule,
3614
- )
3615
3581
  from githubkit.versions.v2022_11_28.models import (
3616
3582
  WebhookCheckSuiteRerequestedPropCheckSuite as WebhookCheckSuiteRerequestedPropCheckSuite,
3617
3583
  )
@@ -3655,31 +3621,22 @@ if TYPE_CHECKING:
3655
3621
  WebhookIssuesDeletedPropIssuePropReactions as WebhookIssuesDeletedPropIssuePropReactions,
3656
3622
  )
3657
3623
  from githubkit.versions.v2022_11_28.models import (
3658
- WebhookIssuesLabeledPropIssuePropMilestone as WebhookIssuesLabeledPropIssuePropMilestone,
3659
- )
3660
- from githubkit.versions.v2022_11_28.models import (
3661
- WebhookIssuesLabeledPropIssuePropReactions as WebhookIssuesLabeledPropIssuePropReactions,
3662
- )
3663
- from githubkit.versions.v2022_11_28.models import (
3664
- WebhookIssuesLockedPropIssueAllof0PropUser as WebhookIssuesLockedPropIssueAllof0PropUser,
3624
+ WebhookIssuesDemilestonedPropIssuePropUser as WebhookIssuesDemilestonedPropIssuePropUser,
3665
3625
  )
3666
3626
  from githubkit.versions.v2022_11_28.models import (
3667
- WebhookIssuesLockedPropIssueAllof1PropUser as WebhookIssuesLockedPropIssueAllof1PropUser,
3668
- )
3669
- from githubkit.versions.v2022_11_28.models import (
3670
- WebhookIssuesLockedPropIssueMergedAssignee as WebhookIssuesLockedPropIssueMergedAssignee,
3627
+ WebhookIssuesLabeledPropIssuePropMilestone as WebhookIssuesLabeledPropIssuePropMilestone,
3671
3628
  )
3672
3629
  from githubkit.versions.v2022_11_28.models import (
3673
- WebhookIssuesMilestonedPropIssueMergedUser as WebhookIssuesMilestonedPropIssueMergedUser,
3630
+ WebhookIssuesLabeledPropIssuePropReactions as WebhookIssuesLabeledPropIssuePropReactions,
3674
3631
  )
3675
3632
  from githubkit.versions.v2022_11_28.models import (
3676
3633
  WebhookIssuesOpenedPropChangesPropOldIssue as WebhookIssuesOpenedPropChangesPropOldIssue,
3677
3634
  )
3678
3635
  from githubkit.versions.v2022_11_28.models import (
3679
- WebhookIssuesReopenedPropIssueMergedLabels as WebhookIssuesReopenedPropIssueMergedLabels,
3636
+ WebhookIssuesReopenedPropIssuePropAssignee as WebhookIssuesReopenedPropIssuePropAssignee,
3680
3637
  )
3681
3638
  from githubkit.versions.v2022_11_28.models import (
3682
- WebhookIssuesUnlockedPropIssueMergedLabels as WebhookIssuesUnlockedPropIssueMergedLabels,
3639
+ WebhookIssuesUnlockedPropIssuePropAssignee as WebhookIssuesUnlockedPropIssuePropAssignee,
3683
3640
  )
3684
3641
  from githubkit.versions.v2022_11_28.models import (
3685
3642
  WebhookIssuesUnpinnedPropIssuePropAssignee as WebhookIssuesUnpinnedPropIssuePropAssignee,
@@ -3717,18 +3674,6 @@ if TYPE_CHECKING:
3717
3674
  from githubkit.versions.v2022_11_28.models import (
3718
3675
  WebhookReleaseDeletedPropReleasePropAuthor as WebhookReleaseDeletedPropReleasePropAuthor,
3719
3676
  )
3720
- from githubkit.versions.v2022_11_28.models import (
3721
- WebhookReleasePrereleasedPropReleaseAllof0 as WebhookReleasePrereleasedPropReleaseAllof0,
3722
- )
3723
- from githubkit.versions.v2022_11_28.models import (
3724
- WebhookReleasePrereleasedPropReleaseAllof1 as WebhookReleasePrereleasedPropReleaseAllof1,
3725
- )
3726
- from githubkit.versions.v2022_11_28.models import (
3727
- WebhookReleaseUnpublishedPropReleaseAllof0 as WebhookReleaseUnpublishedPropReleaseAllof0,
3728
- )
3729
- from githubkit.versions.v2022_11_28.models import (
3730
- WebhookReleaseUnpublishedPropReleaseAllof1 as WebhookReleaseUnpublishedPropReleaseAllof1,
3731
- )
3732
3677
  from githubkit.versions.v2022_11_28.models import (
3733
3678
  WebhookRepositoryVulnerabilityAlertDismiss as WebhookRepositoryVulnerabilityAlertDismiss,
3734
3679
  )
@@ -3844,13 +3789,10 @@ if TYPE_CHECKING:
3844
3789
  WebhookIssuesEditedPropIssuePropPullRequest as WebhookIssuesEditedPropIssuePropPullRequest,
3845
3790
  )
3846
3791
  from githubkit.versions.v2022_11_28.models import (
3847
- WebhookIssuesLockedPropIssueMergedAssignees as WebhookIssuesLockedPropIssueMergedAssignees,
3792
+ WebhookIssuesLockedPropIssuePropLabelsItems as WebhookIssuesLockedPropIssuePropLabelsItems,
3848
3793
  )
3849
3794
  from githubkit.versions.v2022_11_28.models import (
3850
- WebhookIssuesLockedPropIssueMergedMilestone as WebhookIssuesLockedPropIssueMergedMilestone,
3851
- )
3852
- from githubkit.versions.v2022_11_28.models import (
3853
- WebhookIssuesLockedPropIssueMergedReactions as WebhookIssuesLockedPropIssueMergedReactions,
3795
+ WebhookIssuesLockedPropIssuePropPullRequest as WebhookIssuesLockedPropIssuePropPullRequest,
3854
3796
  )
3855
3797
  from githubkit.versions.v2022_11_28.models import (
3856
3798
  WebhookIssuesOpenedPropIssuePropLabelsItems as WebhookIssuesOpenedPropIssuePropLabelsItems,
@@ -3864,9 +3806,21 @@ if TYPE_CHECKING:
3864
3806
  from githubkit.versions.v2022_11_28.models import (
3865
3807
  WebhookIssuesPinnedPropIssuePropPullRequest as WebhookIssuesPinnedPropIssuePropPullRequest,
3866
3808
  )
3809
+ from githubkit.versions.v2022_11_28.models import (
3810
+ WebhookIssuesReopenedPropIssuePropMilestone as WebhookIssuesReopenedPropIssuePropMilestone,
3811
+ )
3812
+ from githubkit.versions.v2022_11_28.models import (
3813
+ WebhookIssuesReopenedPropIssuePropReactions as WebhookIssuesReopenedPropIssuePropReactions,
3814
+ )
3867
3815
  from githubkit.versions.v2022_11_28.models import (
3868
3816
  WebhookIssuesUnlabeledPropIssuePropAssignee as WebhookIssuesUnlabeledPropIssuePropAssignee,
3869
3817
  )
3818
+ from githubkit.versions.v2022_11_28.models import (
3819
+ WebhookIssuesUnlockedPropIssuePropMilestone as WebhookIssuesUnlockedPropIssuePropMilestone,
3820
+ )
3821
+ from githubkit.versions.v2022_11_28.models import (
3822
+ WebhookIssuesUnlockedPropIssuePropReactions as WebhookIssuesUnlockedPropIssuePropReactions,
3823
+ )
3870
3824
  from githubkit.versions.v2022_11_28.models import (
3871
3825
  WebhookIssuesUnpinnedPropIssuePropMilestone as WebhookIssuesUnpinnedPropIssuePropMilestone,
3872
3826
  )
@@ -3987,12 +3941,6 @@ if TYPE_CHECKING:
3987
3941
  from githubkit.versions.v2022_11_28.models import (
3988
3942
  WebhookDeploymentStatusCreatedPropDeployment as WebhookDeploymentStatusCreatedPropDeployment,
3989
3943
  )
3990
- from githubkit.versions.v2022_11_28.models import (
3991
- WebhookDiscussionCreatedPropDiscussionAllof0 as WebhookDiscussionCreatedPropDiscussionAllof0,
3992
- )
3993
- from githubkit.versions.v2022_11_28.models import (
3994
- WebhookDiscussionCreatedPropDiscussionAllof1 as WebhookDiscussionCreatedPropDiscussionAllof1,
3995
- )
3996
3944
  from githubkit.versions.v2022_11_28.models import (
3997
3945
  WebhookIssueCommentEditedPropChangesPropBody as WebhookIssueCommentEditedPropChangesPropBody,
3998
3946
  )
@@ -4008,9 +3956,6 @@ if TYPE_CHECKING:
4008
3956
  from githubkit.versions.v2022_11_28.models import (
4009
3957
  WebhookIssuesDeletedPropIssuePropPullRequest as WebhookIssuesDeletedPropIssuePropPullRequest,
4010
3958
  )
4011
- from githubkit.versions.v2022_11_28.models import (
4012
- WebhookIssuesDemilestonedPropIssueMergedUser as WebhookIssuesDemilestonedPropIssueMergedUser,
4013
- )
4014
3959
  from githubkit.versions.v2022_11_28.models import (
4015
3960
  WebhookIssuesLabeledPropIssuePropLabelsItems as WebhookIssuesLabeledPropIssuePropLabelsItems,
4016
3961
  )
@@ -4018,16 +3963,7 @@ if TYPE_CHECKING:
4018
3963
  WebhookIssuesLabeledPropIssuePropPullRequest as WebhookIssuesLabeledPropIssuePropPullRequest,
4019
3964
  )
4020
3965
  from githubkit.versions.v2022_11_28.models import (
4021
- WebhookIssuesMilestonedPropIssueMergedLabels as WebhookIssuesMilestonedPropIssueMergedLabels,
4022
- )
4023
- from githubkit.versions.v2022_11_28.models import (
4024
- WebhookIssuesReopenedPropIssueAllof0PropUser as WebhookIssuesReopenedPropIssueAllof0PropUser,
4025
- )
4026
- from githubkit.versions.v2022_11_28.models import (
4027
- WebhookIssuesReopenedPropIssueAllof1PropUser as WebhookIssuesReopenedPropIssueAllof1PropUser,
4028
- )
4029
- from githubkit.versions.v2022_11_28.models import (
4030
- WebhookIssuesReopenedPropIssueMergedAssignee as WebhookIssuesReopenedPropIssueMergedAssignee,
3966
+ WebhookIssuesMilestonedPropIssuePropAssignee as WebhookIssuesMilestonedPropIssuePropAssignee,
4031
3967
  )
4032
3968
  from githubkit.versions.v2022_11_28.models import (
4033
3969
  WebhookIssuesUnassignedPropIssuePropAssignee as WebhookIssuesUnassignedPropIssuePropAssignee,
@@ -4038,15 +3974,6 @@ if TYPE_CHECKING:
4038
3974
  from githubkit.versions.v2022_11_28.models import (
4039
3975
  WebhookIssuesUnlabeledPropIssuePropReactions as WebhookIssuesUnlabeledPropIssuePropReactions,
4040
3976
  )
4041
- from githubkit.versions.v2022_11_28.models import (
4042
- WebhookIssuesUnlockedPropIssueAllof0PropUser as WebhookIssuesUnlockedPropIssueAllof0PropUser,
4043
- )
4044
- from githubkit.versions.v2022_11_28.models import (
4045
- WebhookIssuesUnlockedPropIssueAllof1PropUser as WebhookIssuesUnlockedPropIssueAllof1PropUser,
4046
- )
4047
- from githubkit.versions.v2022_11_28.models import (
4048
- WebhookIssuesUnlockedPropIssueMergedAssignee as WebhookIssuesUnlockedPropIssueMergedAssignee,
4049
- )
4050
3977
  from githubkit.versions.v2022_11_28.models import (
4051
3978
  WebhookLabelEditedPropChangesPropDescription as WebhookLabelEditedPropChangesPropDescription,
4052
3979
  )
@@ -4095,6 +4022,9 @@ if TYPE_CHECKING:
4095
4022
  from githubkit.versions.v2022_11_28.models import (
4096
4023
  WebhookReleaseEditedPropReleasePropReactions as WebhookReleaseEditedPropReleasePropReactions,
4097
4024
  )
4025
+ from githubkit.versions.v2022_11_28.models import (
4026
+ WebhookReleasePublishedPropReleasePropAuthor as WebhookReleasePublishedPropReleasePropAuthor,
4027
+ )
4098
4028
  from githubkit.versions.v2022_11_28.models import (
4099
4029
  WebhookRepositoryEditedPropChangesPropTopics as WebhookRepositoryEditedPropChangesPropTopics,
4100
4030
  )
@@ -4180,13 +4110,16 @@ if TYPE_CHECKING:
4180
4110
  WebhookIssuesAssignedPropIssuePropPullRequest as WebhookIssuesAssignedPropIssuePropPullRequest,
4181
4111
  )
4182
4112
  from githubkit.versions.v2022_11_28.models import (
4183
- WebhookIssuesReopenedPropIssueMergedAssignees as WebhookIssuesReopenedPropIssueMergedAssignees,
4113
+ WebhookIssuesMilestonedPropIssuePropMilestone as WebhookIssuesMilestonedPropIssuePropMilestone,
4114
+ )
4115
+ from githubkit.versions.v2022_11_28.models import (
4116
+ WebhookIssuesMilestonedPropIssuePropReactions as WebhookIssuesMilestonedPropIssuePropReactions,
4184
4117
  )
4185
4118
  from githubkit.versions.v2022_11_28.models import (
4186
- WebhookIssuesReopenedPropIssueMergedMilestone as WebhookIssuesReopenedPropIssueMergedMilestone,
4119
+ WebhookIssuesReopenedPropIssuePropLabelsItems as WebhookIssuesReopenedPropIssuePropLabelsItems,
4187
4120
  )
4188
4121
  from githubkit.versions.v2022_11_28.models import (
4189
- WebhookIssuesReopenedPropIssueMergedReactions as WebhookIssuesReopenedPropIssueMergedReactions,
4122
+ WebhookIssuesReopenedPropIssuePropPullRequest as WebhookIssuesReopenedPropIssuePropPullRequest,
4190
4123
  )
4191
4124
  from githubkit.versions.v2022_11_28.models import (
4192
4125
  WebhookIssuesTransferredPropIssuePropAssignee as WebhookIssuesTransferredPropIssuePropAssignee,
@@ -4198,13 +4131,10 @@ if TYPE_CHECKING:
4198
4131
  WebhookIssuesUnassignedPropIssuePropReactions as WebhookIssuesUnassignedPropIssuePropReactions,
4199
4132
  )
4200
4133
  from githubkit.versions.v2022_11_28.models import (
4201
- WebhookIssuesUnlockedPropIssueMergedAssignees as WebhookIssuesUnlockedPropIssueMergedAssignees,
4134
+ WebhookIssuesUnlockedPropIssuePropLabelsItems as WebhookIssuesUnlockedPropIssuePropLabelsItems,
4202
4135
  )
4203
4136
  from githubkit.versions.v2022_11_28.models import (
4204
- WebhookIssuesUnlockedPropIssueMergedMilestone as WebhookIssuesUnlockedPropIssueMergedMilestone,
4205
- )
4206
- from githubkit.versions.v2022_11_28.models import (
4207
- WebhookIssuesUnlockedPropIssueMergedReactions as WebhookIssuesUnlockedPropIssueMergedReactions,
4137
+ WebhookIssuesUnlockedPropIssuePropPullRequest as WebhookIssuesUnlockedPropIssuePropPullRequest,
4208
4138
  )
4209
4139
  from githubkit.versions.v2022_11_28.models import (
4210
4140
  WebhookIssuesUnpinnedPropIssuePropLabelsItems as WebhookIssuesUnpinnedPropIssuePropLabelsItems,
@@ -4215,18 +4145,9 @@ if TYPE_CHECKING:
4215
4145
  from githubkit.versions.v2022_11_28.models import (
4216
4146
  WebhookProjectColumnEditedPropChangesPropName as WebhookProjectColumnEditedPropChangesPropName,
4217
4147
  )
4218
- from githubkit.versions.v2022_11_28.models import (
4219
- WebhookPullRequestClosedPropPullRequestAllof1 as WebhookPullRequestClosedPropPullRequestAllof1,
4220
- )
4221
4148
  from githubkit.versions.v2022_11_28.models import (
4222
4149
  WebhookPullRequestDemilestonedPropPullRequest as WebhookPullRequestDemilestonedPropPullRequest,
4223
4150
  )
4224
- from githubkit.versions.v2022_11_28.models import (
4225
- WebhookPullRequestEditedPropPullRequestAllof1 as WebhookPullRequestEditedPropPullRequestAllof1,
4226
- )
4227
- from githubkit.versions.v2022_11_28.models import (
4228
- WebhookPullRequestOpenedPropPullRequestAllof1 as WebhookPullRequestOpenedPropPullRequestAllof1,
4229
- )
4230
4151
  from githubkit.versions.v2022_11_28.models import (
4231
4152
  WebhookPullRequestReviewEditedPropPullRequest as WebhookPullRequestReviewEditedPropPullRequest,
4232
4153
  )
@@ -4321,25 +4242,13 @@ if TYPE_CHECKING:
4321
4242
  WebhookIssuesClosedPropIssueAllof1PropAssignee as WebhookIssuesClosedPropIssueAllof1PropAssignee,
4322
4243
  )
4323
4244
  from githubkit.versions.v2022_11_28.models import (
4324
- WebhookIssuesDemilestonedPropIssueMergedLabels as WebhookIssuesDemilestonedPropIssueMergedLabels,
4245
+ WebhookIssuesDemilestonedPropIssuePropAssignee as WebhookIssuesDemilestonedPropIssuePropAssignee,
4325
4246
  )
4326
4247
  from githubkit.versions.v2022_11_28.models import (
4327
4248
  WebhookIssuesEditedPropIssuePropAssigneesItems as WebhookIssuesEditedPropIssuePropAssigneesItems,
4328
4249
  )
4329
4250
  from githubkit.versions.v2022_11_28.models import (
4330
- WebhookIssuesLockedPropIssueAllof0PropAssignee as WebhookIssuesLockedPropIssueAllof0PropAssignee,
4331
- )
4332
- from githubkit.versions.v2022_11_28.models import (
4333
- WebhookIssuesLockedPropIssueAllof1PropAssignee as WebhookIssuesLockedPropIssueAllof1PropAssignee,
4334
- )
4335
- from githubkit.versions.v2022_11_28.models import (
4336
- WebhookIssuesMilestonedPropIssueAllof0PropUser as WebhookIssuesMilestonedPropIssueAllof0PropUser,
4337
- )
4338
- from githubkit.versions.v2022_11_28.models import (
4339
- WebhookIssuesMilestonedPropIssueAllof1PropUser as WebhookIssuesMilestonedPropIssueAllof1PropUser,
4340
- )
4341
- from githubkit.versions.v2022_11_28.models import (
4342
- WebhookIssuesMilestonedPropIssueMergedAssignee as WebhookIssuesMilestonedPropIssueMergedAssignee,
4251
+ WebhookIssuesLockedPropIssuePropAssigneesItems as WebhookIssuesLockedPropIssuePropAssigneesItems,
4343
4252
  )
4344
4253
  from githubkit.versions.v2022_11_28.models import (
4345
4254
  WebhookIssuesOpenedPropIssuePropAssigneesItems as WebhookIssuesOpenedPropIssuePropAssigneesItems,
@@ -4390,13 +4299,13 @@ if TYPE_CHECKING:
4390
4299
  WebhookReleaseEditedPropReleasePropAssetsItems as WebhookReleaseEditedPropReleasePropAssetsItems,
4391
4300
  )
4392
4301
  from githubkit.versions.v2022_11_28.models import (
4393
- WebhookReleasePublishedPropReleaseMergedAssets as WebhookReleasePublishedPropReleaseMergedAssets,
4302
+ WebhookReleasePrereleasedPropReleasePropAuthor as WebhookReleasePrereleasedPropReleasePropAuthor,
4394
4303
  )
4395
4304
  from githubkit.versions.v2022_11_28.models import (
4396
- WebhookReleasePublishedPropReleaseMergedAuthor as WebhookReleasePublishedPropReleaseMergedAuthor,
4305
+ WebhookReleaseReleasedPropReleasePropReactions as WebhookReleaseReleasedPropReleasePropReactions,
4397
4306
  )
4398
4307
  from githubkit.versions.v2022_11_28.models import (
4399
- WebhookReleaseReleasedPropReleasePropReactions as WebhookReleaseReleasedPropReleasePropReactions,
4308
+ WebhookReleaseUnpublishedPropReleasePropAuthor as WebhookReleaseUnpublishedPropReleasePropAuthor,
4400
4309
  )
4401
4310
  from githubkit.versions.v2022_11_28.models import (
4402
4311
  WebhookRepositoryEditedPropChangesPropHomepage as WebhookRepositoryEditedPropChangesPropHomepage,
@@ -4495,25 +4404,19 @@ if TYPE_CHECKING:
4495
4404
  WebhookIssuesDeletedPropIssuePropAssigneesItems as WebhookIssuesDeletedPropIssuePropAssigneesItems,
4496
4405
  )
4497
4406
  from githubkit.versions.v2022_11_28.models import (
4498
- WebhookIssuesLabeledPropIssuePropAssigneesItems as WebhookIssuesLabeledPropIssuePropAssigneesItems,
4499
- )
4500
- from githubkit.versions.v2022_11_28.models import (
4501
- WebhookIssuesLockedPropIssueAllof0PropMilestone as WebhookIssuesLockedPropIssueAllof0PropMilestone,
4502
- )
4503
- from githubkit.versions.v2022_11_28.models import (
4504
- WebhookIssuesLockedPropIssueAllof0PropReactions as WebhookIssuesLockedPropIssueAllof0PropReactions,
4407
+ WebhookIssuesDemilestonedPropIssuePropMilestone as WebhookIssuesDemilestonedPropIssuePropMilestone,
4505
4408
  )
4506
4409
  from githubkit.versions.v2022_11_28.models import (
4507
- WebhookIssuesLockedPropIssueAllof1PropMilestone as WebhookIssuesLockedPropIssueAllof1PropMilestone,
4410
+ WebhookIssuesDemilestonedPropIssuePropReactions as WebhookIssuesDemilestonedPropIssuePropReactions,
4508
4411
  )
4509
4412
  from githubkit.versions.v2022_11_28.models import (
4510
- WebhookIssuesLockedPropIssueAllof1PropReactions as WebhookIssuesLockedPropIssueAllof1PropReactions,
4413
+ WebhookIssuesLabeledPropIssuePropAssigneesItems as WebhookIssuesLabeledPropIssuePropAssigneesItems,
4511
4414
  )
4512
4415
  from githubkit.versions.v2022_11_28.models import (
4513
- WebhookIssuesMilestonedPropIssueMergedAssignees as WebhookIssuesMilestonedPropIssueMergedAssignees,
4416
+ WebhookIssuesMilestonedPropIssuePropLabelsItems as WebhookIssuesMilestonedPropIssuePropLabelsItems,
4514
4417
  )
4515
4418
  from githubkit.versions.v2022_11_28.models import (
4516
- WebhookIssuesMilestonedPropIssueMergedReactions as WebhookIssuesMilestonedPropIssueMergedReactions,
4419
+ WebhookIssuesMilestonedPropIssuePropPullRequest as WebhookIssuesMilestonedPropIssuePropPullRequest,
4517
4420
  )
4518
4421
  from githubkit.versions.v2022_11_28.models import (
4519
4422
  WebhookIssuesMilestonedPropMilestonePropCreator as WebhookIssuesMilestonedPropMilestonePropCreator,
@@ -4548,18 +4451,15 @@ if TYPE_CHECKING:
4548
4451
  from githubkit.versions.v2022_11_28.models import (
4549
4452
  WebhookPullRequestLockedPropPullRequestPropUser as WebhookPullRequestLockedPropPullRequestPropUser,
4550
4453
  )
4551
- from githubkit.versions.v2022_11_28.models import (
4552
- WebhookPullRequestReadyForReviewPropPullRequest as WebhookPullRequestReadyForReviewPropPullRequest,
4553
- )
4554
- from githubkit.versions.v2022_11_28.models import (
4555
- WebhookPullRequestReopenedPropPullRequestAllof1 as WebhookPullRequestReopenedPropPullRequestAllof1,
4556
- )
4557
4454
  from githubkit.versions.v2022_11_28.models import (
4558
4455
  WebhookReleaseCreatedPropReleasePropAssetsItems as WebhookReleaseCreatedPropReleasePropAssetsItems,
4559
4456
  )
4560
4457
  from githubkit.versions.v2022_11_28.models import (
4561
4458
  WebhookReleaseDeletedPropReleasePropAssetsItems as WebhookReleaseDeletedPropReleasePropAssetsItems,
4562
4459
  )
4460
+ from githubkit.versions.v2022_11_28.models import (
4461
+ WebhookReleasePublishedPropReleasePropReactions as WebhookReleasePublishedPropReleasePropReactions,
4462
+ )
4563
4463
  from githubkit.versions.v2022_11_28.models import (
4564
4464
  WebhookSponsorshipEditedPropSponsorshipPropTier as WebhookSponsorshipEditedPropSponsorshipPropTier,
4565
4465
  )
@@ -4656,9 +4556,6 @@ if TYPE_CHECKING:
4656
4556
  from githubkit.versions.v2022_11_28.models import (
4657
4557
  WebhookDiscussionAnsweredPropAnswerPropReactions as WebhookDiscussionAnsweredPropAnswerPropReactions,
4658
4558
  )
4659
- from githubkit.versions.v2022_11_28.models import (
4660
- WebhookDiscussionCreatedPropDiscussionMergedUser as WebhookDiscussionCreatedPropDiscussionMergedUser,
4661
- )
4662
4559
  from githubkit.versions.v2022_11_28.models import (
4663
4560
  WebhookDiscussionUnansweredPropOldAnswerPropUser as WebhookDiscussionUnansweredPropOldAnswerPropUser,
4664
4561
  )
@@ -4672,19 +4569,7 @@ if TYPE_CHECKING:
4672
4569
  WebhookIssuesAssignedPropIssuePropAssigneesItems as WebhookIssuesAssignedPropIssuePropAssigneesItems,
4673
4570
  )
4674
4571
  from githubkit.versions.v2022_11_28.models import (
4675
- WebhookIssuesDemilestonedPropIssueAllof0PropUser as WebhookIssuesDemilestonedPropIssueAllof0PropUser,
4676
- )
4677
- from githubkit.versions.v2022_11_28.models import (
4678
- WebhookIssuesDemilestonedPropIssueAllof1PropUser as WebhookIssuesDemilestonedPropIssueAllof1PropUser,
4679
- )
4680
- from githubkit.versions.v2022_11_28.models import (
4681
- WebhookIssuesDemilestonedPropIssueMergedAssignee as WebhookIssuesDemilestonedPropIssueMergedAssignee,
4682
- )
4683
- from githubkit.versions.v2022_11_28.models import (
4684
- WebhookIssuesReopenedPropIssueAllof0PropAssignee as WebhookIssuesReopenedPropIssueAllof0PropAssignee,
4685
- )
4686
- from githubkit.versions.v2022_11_28.models import (
4687
- WebhookIssuesReopenedPropIssueAllof1PropAssignee as WebhookIssuesReopenedPropIssueAllof1PropAssignee,
4572
+ WebhookIssuesReopenedPropIssuePropAssigneesItems as WebhookIssuesReopenedPropIssuePropAssigneesItems,
4688
4573
  )
4689
4574
  from githubkit.versions.v2022_11_28.models import (
4690
4575
  WebhookIssuesTransferredPropIssuePropLabelsItems as WebhookIssuesTransferredPropIssuePropLabelsItems,
@@ -4693,10 +4578,7 @@ if TYPE_CHECKING:
4693
4578
  WebhookIssuesTransferredPropIssuePropPullRequest as WebhookIssuesTransferredPropIssuePropPullRequest,
4694
4579
  )
4695
4580
  from githubkit.versions.v2022_11_28.models import (
4696
- WebhookIssuesUnlockedPropIssueAllof0PropAssignee as WebhookIssuesUnlockedPropIssueAllof0PropAssignee,
4697
- )
4698
- from githubkit.versions.v2022_11_28.models import (
4699
- WebhookIssuesUnlockedPropIssueAllof1PropAssignee as WebhookIssuesUnlockedPropIssueAllof1PropAssignee,
4581
+ WebhookIssuesUnlockedPropIssuePropAssigneesItems as WebhookIssuesUnlockedPropIssuePropAssigneesItems,
4700
4582
  )
4701
4583
  from githubkit.versions.v2022_11_28.models import (
4702
4584
  WebhookIssuesUnpinnedPropIssuePropAssigneesItems as WebhookIssuesUnpinnedPropIssuePropAssigneesItems,
@@ -4746,21 +4628,9 @@ if TYPE_CHECKING:
4746
4628
  from githubkit.versions.v2022_11_28.models import (
4747
4629
  WebhookRegistryPackageUpdatedPropRegistryPackage as WebhookRegistryPackageUpdatedPropRegistryPackage,
4748
4630
  )
4749
- from githubkit.versions.v2022_11_28.models import (
4750
- WebhookReleasePrereleasedPropReleaseMergedAssets as WebhookReleasePrereleasedPropReleaseMergedAssets,
4751
- )
4752
- from githubkit.versions.v2022_11_28.models import (
4753
- WebhookReleasePrereleasedPropReleaseMergedAuthor as WebhookReleasePrereleasedPropReleaseMergedAuthor,
4754
- )
4755
4631
  from githubkit.versions.v2022_11_28.models import (
4756
4632
  WebhookReleaseReleasedPropReleasePropAssetsItems as WebhookReleaseReleasedPropReleasePropAssetsItems,
4757
4633
  )
4758
- from githubkit.versions.v2022_11_28.models import (
4759
- WebhookReleaseUnpublishedPropReleaseMergedAssets as WebhookReleaseUnpublishedPropReleaseMergedAssets,
4760
- )
4761
- from githubkit.versions.v2022_11_28.models import (
4762
- WebhookReleaseUnpublishedPropReleaseMergedAuthor as WebhookReleaseUnpublishedPropReleaseMergedAuthor,
4763
- )
4764
4634
  from githubkit.versions.v2022_11_28.models import (
4765
4635
  WebhookRepositoryDispatchSamplePropClientPayload as WebhookRepositoryDispatchSamplePropClientPayload,
4766
4636
  )
@@ -4779,18 +4649,9 @@ if TYPE_CHECKING:
4779
4649
  from githubkit.versions.v2022_11_28.models import (
4780
4650
  WebhookWorkflowJobCompletedPropWorkflowJobAllof1 as WebhookWorkflowJobCompletedPropWorkflowJobAllof1,
4781
4651
  )
4782
- from githubkit.versions.v2022_11_28.models import (
4783
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0 as WebhookWorkflowRunCompletedPropWorkflowRunAllof0,
4784
- )
4785
- from githubkit.versions.v2022_11_28.models import (
4786
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1 as WebhookWorkflowRunCompletedPropWorkflowRunAllof1,
4787
- )
4788
4652
  from githubkit.versions.v2022_11_28.models import (
4789
4653
  CodespaceWithFullRepositoryPropRuntimeConstraints as CodespaceWithFullRepositoryPropRuntimeConstraints,
4790
4654
  )
4791
- from githubkit.versions.v2022_11_28.models import (
4792
- GlobalAdvisoryPropVulnerabilitiesItemsPropPackage as GlobalAdvisoryPropVulnerabilitiesItemsPropPackage,
4793
- )
4794
4655
  from githubkit.versions.v2022_11_28.models import (
4795
4656
  OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200 as OrgsOrgActionsRunnersRunnerIdLabelsGetResponse200,
4796
4657
  )
@@ -4915,50 +4776,17 @@ if TYPE_CHECKING:
4915
4776
  WebhookIssuesClosedPropIssueAllof1PropLabelsItems as WebhookIssuesClosedPropIssueAllof1PropLabelsItems,
4916
4777
  )
4917
4778
  from githubkit.versions.v2022_11_28.models import (
4918
- WebhookIssuesDemilestonedPropIssueMergedAssignees as WebhookIssuesDemilestonedPropIssueMergedAssignees,
4779
+ WebhookIssuesDemilestonedPropIssuePropLabelsItems as WebhookIssuesDemilestonedPropIssuePropLabelsItems,
4919
4780
  )
4920
4781
  from githubkit.versions.v2022_11_28.models import (
4921
- WebhookIssuesDemilestonedPropIssueMergedReactions as WebhookIssuesDemilestonedPropIssueMergedReactions,
4782
+ WebhookIssuesDemilestonedPropIssuePropPullRequest as WebhookIssuesDemilestonedPropIssuePropPullRequest,
4922
4783
  )
4923
4784
  from githubkit.versions.v2022_11_28.models import (
4924
4785
  WebhookIssuesDemilestonedPropMilestonePropCreator as WebhookIssuesDemilestonedPropMilestonePropCreator,
4925
4786
  )
4926
- from githubkit.versions.v2022_11_28.models import (
4927
- WebhookIssuesLockedPropIssueAllof0PropLabelsItems as WebhookIssuesLockedPropIssueAllof0PropLabelsItems,
4928
- )
4929
- from githubkit.versions.v2022_11_28.models import (
4930
- WebhookIssuesLockedPropIssueAllof0PropPullRequest as WebhookIssuesLockedPropIssueAllof0PropPullRequest,
4931
- )
4932
- from githubkit.versions.v2022_11_28.models import (
4933
- WebhookIssuesLockedPropIssueAllof1PropLabelsItems as WebhookIssuesLockedPropIssueAllof1PropLabelsItems,
4934
- )
4935
- from githubkit.versions.v2022_11_28.models import (
4936
- WebhookIssuesReopenedPropIssueAllof0PropMilestone as WebhookIssuesReopenedPropIssueAllof0PropMilestone,
4937
- )
4938
- from githubkit.versions.v2022_11_28.models import (
4939
- WebhookIssuesReopenedPropIssueAllof0PropReactions as WebhookIssuesReopenedPropIssueAllof0PropReactions,
4940
- )
4941
- from githubkit.versions.v2022_11_28.models import (
4942
- WebhookIssuesReopenedPropIssueAllof1PropMilestone as WebhookIssuesReopenedPropIssueAllof1PropMilestone,
4943
- )
4944
- from githubkit.versions.v2022_11_28.models import (
4945
- WebhookIssuesReopenedPropIssueAllof1PropReactions as WebhookIssuesReopenedPropIssueAllof1PropReactions,
4946
- )
4947
4787
  from githubkit.versions.v2022_11_28.models import (
4948
4788
  WebhookIssuesUnlabeledPropIssuePropAssigneesItems as WebhookIssuesUnlabeledPropIssuePropAssigneesItems,
4949
4789
  )
4950
- from githubkit.versions.v2022_11_28.models import (
4951
- WebhookIssuesUnlockedPropIssueAllof0PropMilestone as WebhookIssuesUnlockedPropIssueAllof0PropMilestone,
4952
- )
4953
- from githubkit.versions.v2022_11_28.models import (
4954
- WebhookIssuesUnlockedPropIssueAllof0PropReactions as WebhookIssuesUnlockedPropIssueAllof0PropReactions,
4955
- )
4956
- from githubkit.versions.v2022_11_28.models import (
4957
- WebhookIssuesUnlockedPropIssueAllof1PropMilestone as WebhookIssuesUnlockedPropIssueAllof1PropMilestone,
4958
- )
4959
- from githubkit.versions.v2022_11_28.models import (
4960
- WebhookIssuesUnlockedPropIssueAllof1PropReactions as WebhookIssuesUnlockedPropIssueAllof1PropReactions,
4961
- )
4962
4790
  from githubkit.versions.v2022_11_28.models import (
4963
4791
  WebhookPullRequestAssignedPropPullRequestPropBase as WebhookPullRequestAssignedPropPullRequestPropBase,
4964
4792
  )
@@ -4971,9 +4799,6 @@ if TYPE_CHECKING:
4971
4799
  from githubkit.versions.v2022_11_28.models import (
4972
4800
  WebhookPullRequestAutoMergeEnabledPropPullRequest as WebhookPullRequestAutoMergeEnabledPropPullRequest,
4973
4801
  )
4974
- from githubkit.versions.v2022_11_28.models import (
4975
- WebhookPullRequestConvertedToDraftPropPullRequest as WebhookPullRequestConvertedToDraftPropPullRequest,
4976
- )
4977
4802
  from githubkit.versions.v2022_11_28.models import (
4978
4803
  WebhookPullRequestDequeuedPropPullRequestPropBase as WebhookPullRequestDequeuedPropPullRequestPropBase,
4979
4804
  )
@@ -5016,6 +4841,15 @@ if TYPE_CHECKING:
5016
4841
  from githubkit.versions.v2022_11_28.models import (
5017
4842
  WebhookPullRequestUnlockedPropPullRequestPropUser as WebhookPullRequestUnlockedPropPullRequestPropUser,
5018
4843
  )
4844
+ from githubkit.versions.v2022_11_28.models import (
4845
+ WebhookReleasePrereleasedPropReleasePropReactions as WebhookReleasePrereleasedPropReleasePropReactions,
4846
+ )
4847
+ from githubkit.versions.v2022_11_28.models import (
4848
+ WebhookReleasePublishedPropReleasePropAssetsItems as WebhookReleasePublishedPropReleasePropAssetsItems,
4849
+ )
4850
+ from githubkit.versions.v2022_11_28.models import (
4851
+ WebhookReleaseUnpublishedPropReleasePropReactions as WebhookReleaseUnpublishedPropReleasePropReactions,
4852
+ )
5019
4853
  from githubkit.versions.v2022_11_28.models import (
5020
4854
  WebhookRepositoryEditedPropChangesPropDescription as WebhookRepositoryEditedPropChangesPropDescription,
5021
4855
  )
@@ -5040,12 +4874,6 @@ if TYPE_CHECKING:
5040
4874
  from githubkit.versions.v2022_11_28.models import (
5041
4875
  WebhookWorkflowJobInProgressPropWorkflowJobAllof1 as WebhookWorkflowJobInProgressPropWorkflowJobAllof1,
5042
4876
  )
5043
- from githubkit.versions.v2022_11_28.models import (
5044
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0 as WebhookWorkflowRunInProgressPropWorkflowRunAllof0,
5045
- )
5046
- from githubkit.versions.v2022_11_28.models import (
5047
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1 as WebhookWorkflowRunInProgressPropWorkflowRunAllof1,
5048
- )
5049
4877
  from githubkit.versions.v2022_11_28.models import (
5050
4878
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202 as AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
5051
4879
  )
@@ -5128,10 +4956,7 @@ if TYPE_CHECKING:
5128
4956
  WebhookIssueCommentDeletedPropIssueMergedReactions as WebhookIssueCommentDeletedPropIssueMergedReactions,
5129
4957
  )
5130
4958
  from githubkit.versions.v2022_11_28.models import (
5131
- WebhookIssuesMilestonedPropIssueAllof0PropAssignee as WebhookIssuesMilestonedPropIssueAllof0PropAssignee,
5132
- )
5133
- from githubkit.versions.v2022_11_28.models import (
5134
- WebhookIssuesMilestonedPropIssueAllof1PropAssignee as WebhookIssuesMilestonedPropIssueAllof1PropAssignee,
4959
+ WebhookIssuesMilestonedPropIssuePropAssigneesItems as WebhookIssuesMilestonedPropIssuePropAssigneesItems,
5135
4960
  )
5136
4961
  from githubkit.versions.v2022_11_28.models import (
5137
4962
  WebhookIssuesOpenedPropChangesPropOldIssuePropUser as WebhookIssuesOpenedPropChangesPropOldIssuePropUser,
@@ -5184,12 +5009,6 @@ if TYPE_CHECKING:
5184
5009
  from githubkit.versions.v2022_11_28.models import (
5185
5010
  WebhookRegistryPackagePublishedPropRegistryPackage as WebhookRegistryPackagePublishedPropRegistryPackage,
5186
5011
  )
5187
- from githubkit.versions.v2022_11_28.models import (
5188
- WebhookReleasePublishedPropReleaseAllof0PropAuthor as WebhookReleasePublishedPropReleaseAllof0PropAuthor,
5189
- )
5190
- from githubkit.versions.v2022_11_28.models import (
5191
- WebhookReleasePublishedPropReleaseAllof1PropAuthor as WebhookReleasePublishedPropReleaseAllof1PropAuthor,
5192
- )
5193
5012
  from githubkit.versions.v2022_11_28.models import (
5194
5013
  WebhookRepositoryRulesetEditedPropChangesPropRules as WebhookRepositoryRulesetEditedPropChangesPropRules,
5195
5014
  )
@@ -5262,39 +5081,9 @@ if TYPE_CHECKING:
5262
5081
  from githubkit.versions.v2022_11_28.models import (
5263
5082
  WebhookInstallationTargetRenamedPropChangesPropSlug as WebhookInstallationTargetRenamedPropChangesPropSlug,
5264
5083
  )
5265
- from githubkit.versions.v2022_11_28.models import (
5266
- WebhookIssuesMilestonedPropIssueAllof0PropMilestone as WebhookIssuesMilestonedPropIssueAllof0PropMilestone,
5267
- )
5268
- from githubkit.versions.v2022_11_28.models import (
5269
- WebhookIssuesMilestonedPropIssueAllof0PropReactions as WebhookIssuesMilestonedPropIssueAllof0PropReactions,
5270
- )
5271
- from githubkit.versions.v2022_11_28.models import (
5272
- WebhookIssuesMilestonedPropIssueAllof1PropMilestone as WebhookIssuesMilestonedPropIssueAllof1PropMilestone,
5273
- )
5274
- from githubkit.versions.v2022_11_28.models import (
5275
- WebhookIssuesMilestonedPropIssueAllof1PropReactions as WebhookIssuesMilestonedPropIssueAllof1PropReactions,
5276
- )
5277
- from githubkit.versions.v2022_11_28.models import (
5278
- WebhookIssuesReopenedPropIssueAllof0PropLabelsItems as WebhookIssuesReopenedPropIssueAllof0PropLabelsItems,
5279
- )
5280
- from githubkit.versions.v2022_11_28.models import (
5281
- WebhookIssuesReopenedPropIssueAllof0PropPullRequest as WebhookIssuesReopenedPropIssueAllof0PropPullRequest,
5282
- )
5283
- from githubkit.versions.v2022_11_28.models import (
5284
- WebhookIssuesReopenedPropIssueAllof1PropLabelsItems as WebhookIssuesReopenedPropIssueAllof1PropLabelsItems,
5285
- )
5286
5084
  from githubkit.versions.v2022_11_28.models import (
5287
5085
  WebhookIssuesTransferredPropIssuePropAssigneesItems as WebhookIssuesTransferredPropIssuePropAssigneesItems,
5288
5086
  )
5289
- from githubkit.versions.v2022_11_28.models import (
5290
- WebhookIssuesUnlockedPropIssueAllof0PropLabelsItems as WebhookIssuesUnlockedPropIssueAllof0PropLabelsItems,
5291
- )
5292
- from githubkit.versions.v2022_11_28.models import (
5293
- WebhookIssuesUnlockedPropIssueAllof0PropPullRequest as WebhookIssuesUnlockedPropIssueAllof0PropPullRequest,
5294
- )
5295
- from githubkit.versions.v2022_11_28.models import (
5296
- WebhookIssuesUnlockedPropIssueAllof1PropLabelsItems as WebhookIssuesUnlockedPropIssueAllof1PropLabelsItems,
5297
- )
5298
5087
  from githubkit.versions.v2022_11_28.models import (
5299
5088
  WebhookProjectCardCreatedPropProjectCardPropCreator as WebhookProjectCardCreatedPropProjectCardPropCreator,
5300
5089
  )
@@ -5340,6 +5129,12 @@ if TYPE_CHECKING:
5340
5129
  from githubkit.versions.v2022_11_28.models import (
5341
5130
  WebhookPullRequestUnlabeledPropPullRequestPropLinks as WebhookPullRequestUnlabeledPropPullRequestPropLinks,
5342
5131
  )
5132
+ from githubkit.versions.v2022_11_28.models import (
5133
+ WebhookReleasePrereleasedPropReleasePropAssetsItems as WebhookReleasePrereleasedPropReleasePropAssetsItems,
5134
+ )
5135
+ from githubkit.versions.v2022_11_28.models import (
5136
+ WebhookReleaseUnpublishedPropReleasePropAssetsItems as WebhookReleaseUnpublishedPropReleasePropAssetsItems,
5137
+ )
5343
5138
  from githubkit.versions.v2022_11_28.models import (
5344
5139
  WebhookRepositoryEditedPropChangesPropDefaultBranch as WebhookRepositoryEditedPropChangesPropDefaultBranch,
5345
5140
  )
@@ -5364,6 +5159,9 @@ if TYPE_CHECKING:
5364
5159
  from githubkit.versions.v2022_11_28.models import (
5365
5160
  WebhookTeamEditedPropRepositoryPropCustomProperties as WebhookTeamEditedPropRepositoryPropCustomProperties,
5366
5161
  )
5162
+ from githubkit.versions.v2022_11_28.models import (
5163
+ WebhookWorkflowRunCompletedPropWorkflowRunPropActor as WebhookWorkflowRunCompletedPropWorkflowRunPropActor,
5164
+ )
5367
5165
  from githubkit.versions.v2022_11_28.models import (
5368
5166
  WebhookWorkflowRunRequestedPropWorkflowRunPropActor as WebhookWorkflowRunRequestedPropWorkflowRunPropActor,
5369
5167
  )
@@ -5382,15 +5180,6 @@ if TYPE_CHECKING:
5382
5180
  from githubkit.versions.v2022_11_28.models import (
5383
5181
  RepositoryRuleCommitAuthorEmailPatternPropParameters as RepositoryRuleCommitAuthorEmailPatternPropParameters,
5384
5182
  )
5385
- from githubkit.versions.v2022_11_28.models import (
5386
- WebhookDiscussionCreatedPropDiscussionAllof0PropUser as WebhookDiscussionCreatedPropDiscussionAllof0PropUser,
5387
- )
5388
- from githubkit.versions.v2022_11_28.models import (
5389
- WebhookDiscussionCreatedPropDiscussionAllof1PropUser as WebhookDiscussionCreatedPropDiscussionAllof1PropUser,
5390
- )
5391
- from githubkit.versions.v2022_11_28.models import (
5392
- WebhookDiscussionCreatedPropDiscussionMergedCategory as WebhookDiscussionCreatedPropDiscussionMergedCategory,
5393
- )
5394
5183
  from githubkit.versions.v2022_11_28.models import (
5395
5184
  WebhookInstallationTargetRenamedPropChangesPropLogin as WebhookInstallationTargetRenamedPropChangesPropLogin,
5396
5185
  )
@@ -5407,19 +5196,13 @@ if TYPE_CHECKING:
5407
5196
  WebhookIssuesClosedPropIssueAllof1PropAssigneesItems as WebhookIssuesClosedPropIssueAllof1PropAssigneesItems,
5408
5197
  )
5409
5198
  from githubkit.versions.v2022_11_28.models import (
5410
- WebhookIssuesDemilestonedPropIssueAllof0PropAssignee as WebhookIssuesDemilestonedPropIssueAllof0PropAssignee,
5411
- )
5412
- from githubkit.versions.v2022_11_28.models import (
5413
- WebhookIssuesDemilestonedPropIssueAllof1PropAssignee as WebhookIssuesDemilestonedPropIssueAllof1PropAssignee,
5199
+ WebhookIssuesDemilestonedPropIssuePropAssigneesItems as WebhookIssuesDemilestonedPropIssuePropAssigneesItems,
5414
5200
  )
5415
5201
  from githubkit.versions.v2022_11_28.models import (
5416
5202
  WebhookIssuesEditedPropIssuePropMilestonePropCreator as WebhookIssuesEditedPropIssuePropMilestonePropCreator,
5417
5203
  )
5418
5204
  from githubkit.versions.v2022_11_28.models import (
5419
- WebhookIssuesLockedPropIssueAllof0PropAssigneesItems as WebhookIssuesLockedPropIssueAllof0PropAssigneesItems,
5420
- )
5421
- from githubkit.versions.v2022_11_28.models import (
5422
- WebhookIssuesLockedPropIssueAllof1PropAssigneesItems as WebhookIssuesLockedPropIssueAllof1PropAssigneesItems,
5205
+ WebhookIssuesLockedPropIssuePropMilestonePropCreator as WebhookIssuesLockedPropIssuePropMilestonePropCreator,
5423
5206
  )
5424
5207
  from githubkit.versions.v2022_11_28.models import (
5425
5208
  WebhookIssuesOpenedPropIssuePropMilestonePropCreator as WebhookIssuesOpenedPropIssuePropMilestonePropCreator,
@@ -5475,18 +5258,6 @@ if TYPE_CHECKING:
5475
5258
  from githubkit.versions.v2022_11_28.models import (
5476
5259
  WebhookPullRequestUnassignedPropPullRequestPropLinks as WebhookPullRequestUnassignedPropPullRequestPropLinks,
5477
5260
  )
5478
- from githubkit.versions.v2022_11_28.models import (
5479
- WebhookReleasePrereleasedPropReleaseAllof0PropAuthor as WebhookReleasePrereleasedPropReleaseAllof0PropAuthor,
5480
- )
5481
- from githubkit.versions.v2022_11_28.models import (
5482
- WebhookReleasePrereleasedPropReleaseAllof1PropAuthor as WebhookReleasePrereleasedPropReleaseAllof1PropAuthor,
5483
- )
5484
- from githubkit.versions.v2022_11_28.models import (
5485
- WebhookReleaseUnpublishedPropReleaseAllof0PropAuthor as WebhookReleaseUnpublishedPropReleaseAllof0PropAuthor,
5486
- )
5487
- from githubkit.versions.v2022_11_28.models import (
5488
- WebhookReleaseUnpublishedPropReleaseAllof1PropAuthor as WebhookReleaseUnpublishedPropReleaseAllof1PropAuthor,
5489
- )
5490
5261
  from githubkit.versions.v2022_11_28.models import (
5491
5262
  WebhookSecretScanningAlertLocationCreatedFormEncoded as WebhookSecretScanningAlertLocationCreatedFormEncoded,
5492
5263
  )
@@ -5514,6 +5285,9 @@ if TYPE_CHECKING:
5514
5285
  from githubkit.versions.v2022_11_28.models import (
5515
5286
  WebhookTeamDeletedPropRepositoryPropCustomProperties as WebhookTeamDeletedPropRepositoryPropCustomProperties,
5516
5287
  )
5288
+ from githubkit.versions.v2022_11_28.models import (
5289
+ WebhookWorkflowRunInProgressPropWorkflowRunPropActor as WebhookWorkflowRunInProgressPropWorkflowRunPropActor,
5290
+ )
5517
5291
  from githubkit.versions.v2022_11_28.models import (
5518
5292
  OrgsOrgActionsRunnersGenerateJitconfigPostResponse201 as OrgsOrgActionsRunnersGenerateJitconfigPostResponse201,
5519
5293
  )
@@ -5559,9 +5333,6 @@ if TYPE_CHECKING:
5559
5333
  from githubkit.versions.v2022_11_28.models import (
5560
5334
  WebhookDeploymentCreatedPropWorkflowRunPropRepository as WebhookDeploymentCreatedPropWorkflowRunPropRepository,
5561
5335
  )
5562
- from githubkit.versions.v2022_11_28.models import (
5563
- WebhookDiscussionCreatedPropDiscussionMergedReactions as WebhookDiscussionCreatedPropDiscussionMergedReactions,
5564
- )
5565
5336
  from githubkit.versions.v2022_11_28.models import (
5566
5337
  WebhookDiscussionUnansweredPropOldAnswerPropReactions as WebhookDiscussionUnansweredPropOldAnswerPropReactions,
5567
5338
  )
@@ -5592,18 +5363,6 @@ if TYPE_CHECKING:
5592
5363
  from githubkit.versions.v2022_11_28.models import (
5593
5364
  WebhookIssuesDeletedPropIssuePropMilestonePropCreator as WebhookIssuesDeletedPropIssuePropMilestonePropCreator,
5594
5365
  )
5595
- from githubkit.versions.v2022_11_28.models import (
5596
- WebhookIssuesDemilestonedPropIssueAllof0PropMilestone as WebhookIssuesDemilestonedPropIssueAllof0PropMilestone,
5597
- )
5598
- from githubkit.versions.v2022_11_28.models import (
5599
- WebhookIssuesDemilestonedPropIssueAllof0PropReactions as WebhookIssuesDemilestonedPropIssueAllof0PropReactions,
5600
- )
5601
- from githubkit.versions.v2022_11_28.models import (
5602
- WebhookIssuesDemilestonedPropIssueAllof1PropMilestone as WebhookIssuesDemilestonedPropIssueAllof1PropMilestone,
5603
- )
5604
- from githubkit.versions.v2022_11_28.models import (
5605
- WebhookIssuesDemilestonedPropIssueAllof1PropReactions as WebhookIssuesDemilestonedPropIssueAllof1PropReactions,
5606
- )
5607
5366
  from githubkit.versions.v2022_11_28.models import (
5608
5367
  WebhookIssuesEditedPropIssuePropPerformedViaGithubApp as WebhookIssuesEditedPropIssuePropPerformedViaGithubApp,
5609
5368
  )
@@ -5611,13 +5370,7 @@ if TYPE_CHECKING:
5611
5370
  WebhookIssuesLabeledPropIssuePropMilestonePropCreator as WebhookIssuesLabeledPropIssuePropMilestonePropCreator,
5612
5371
  )
5613
5372
  from githubkit.versions.v2022_11_28.models import (
5614
- WebhookIssuesMilestonedPropIssueAllof0PropLabelsItems as WebhookIssuesMilestonedPropIssueAllof0PropLabelsItems,
5615
- )
5616
- from githubkit.versions.v2022_11_28.models import (
5617
- WebhookIssuesMilestonedPropIssueAllof0PropPullRequest as WebhookIssuesMilestonedPropIssueAllof0PropPullRequest,
5618
- )
5619
- from githubkit.versions.v2022_11_28.models import (
5620
- WebhookIssuesMilestonedPropIssueAllof1PropLabelsItems as WebhookIssuesMilestonedPropIssueAllof1PropLabelsItems,
5373
+ WebhookIssuesLockedPropIssuePropPerformedViaGithubApp as WebhookIssuesLockedPropIssuePropPerformedViaGithubApp,
5621
5374
  )
5622
5375
  from githubkit.versions.v2022_11_28.models import (
5623
5376
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp as WebhookIssuesOpenedPropIssuePropPerformedViaGithubApp,
@@ -5661,9 +5414,6 @@ if TYPE_CHECKING:
5661
5414
  from githubkit.versions.v2022_11_28.models import (
5662
5415
  WebhookPullRequestLabeledPropPullRequestPropMilestone as WebhookPullRequestLabeledPropPullRequestPropMilestone,
5663
5416
  )
5664
- from githubkit.versions.v2022_11_28.models import (
5665
- WebhookPullRequestReadyForReviewPropPullRequestAllof1 as WebhookPullRequestReadyForReviewPropPullRequestAllof1,
5666
- )
5667
5417
  from githubkit.versions.v2022_11_28.models import (
5668
5418
  WebhookPullRequestReviewCommentCreatedPropPullRequest as WebhookPullRequestReviewCommentCreatedPropPullRequest,
5669
5419
  )
@@ -5691,9 +5441,6 @@ if TYPE_CHECKING:
5691
5441
  from githubkit.versions.v2022_11_28.models import (
5692
5442
  WebhookPullRequestUnlockedPropPullRequestPropMergedBy as WebhookPullRequestUnlockedPropPullRequestPropMergedBy,
5693
5443
  )
5694
- from githubkit.versions.v2022_11_28.models import (
5695
- WebhookReleasePublishedPropReleaseAllof0PropReactions as WebhookReleasePublishedPropReleaseAllof0PropReactions,
5696
- )
5697
5444
  from githubkit.versions.v2022_11_28.models import (
5698
5445
  WebhookSponsorshipCancelledPropSponsorshipPropSponsor as WebhookSponsorshipCancelledPropSponsorshipPropSponsor,
5699
5446
  )
@@ -5709,9 +5456,6 @@ if TYPE_CHECKING:
5709
5456
  from githubkit.versions.v2022_11_28.models import (
5710
5457
  WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems as WebhookWorkflowJobQueuedPropWorkflowJobPropStepsItems,
5711
5458
  )
5712
- from githubkit.versions.v2022_11_28.models import (
5713
- WebhookWorkflowRunCompletedPropWorkflowRunMergedActor as WebhookWorkflowRunCompletedPropWorkflowRunMergedActor,
5714
- )
5715
5459
  from githubkit.versions.v2022_11_28.models import (
5716
5460
  WorkflowRunUsagePropBillablePropMacosPropJobRunsItems as WorkflowRunUsagePropBillablePropMacosPropJobRunsItems,
5717
5461
  )
@@ -5785,16 +5529,10 @@ if TYPE_CHECKING:
5785
5529
  WebhookIssuesOpenedPropChangesPropOldIssuePropAssignee as WebhookIssuesOpenedPropChangesPropOldIssuePropAssignee,
5786
5530
  )
5787
5531
  from githubkit.versions.v2022_11_28.models import (
5788
- WebhookIssuesReopenedPropIssueAllof0PropAssigneesItems as WebhookIssuesReopenedPropIssueAllof0PropAssigneesItems,
5532
+ WebhookIssuesReopenedPropIssuePropMilestonePropCreator as WebhookIssuesReopenedPropIssuePropMilestonePropCreator,
5789
5533
  )
5790
5534
  from githubkit.versions.v2022_11_28.models import (
5791
- WebhookIssuesReopenedPropIssueAllof1PropAssigneesItems as WebhookIssuesReopenedPropIssueAllof1PropAssigneesItems,
5792
- )
5793
- from githubkit.versions.v2022_11_28.models import (
5794
- WebhookIssuesUnlockedPropIssueAllof0PropAssigneesItems as WebhookIssuesUnlockedPropIssueAllof0PropAssigneesItems,
5795
- )
5796
- from githubkit.versions.v2022_11_28.models import (
5797
- WebhookIssuesUnlockedPropIssueAllof1PropAssigneesItems as WebhookIssuesUnlockedPropIssueAllof1PropAssigneesItems,
5535
+ WebhookIssuesUnlockedPropIssuePropMilestonePropCreator as WebhookIssuesUnlockedPropIssuePropMilestonePropCreator,
5798
5536
  )
5799
5537
  from githubkit.versions.v2022_11_28.models import (
5800
5538
  WebhookIssuesUnpinnedPropIssuePropMilestonePropCreator as WebhookIssuesUnpinnedPropIssuePropMilestonePropCreator,
@@ -5868,9 +5606,6 @@ if TYPE_CHECKING:
5868
5606
  from githubkit.versions.v2022_11_28.models import (
5869
5607
  WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems as WebhookWorkflowJobWaitingPropWorkflowJobPropStepsItems,
5870
5608
  )
5871
- from githubkit.versions.v2022_11_28.models import (
5872
- WebhookWorkflowRunInProgressPropWorkflowRunMergedActor as WebhookWorkflowRunInProgressPropWorkflowRunMergedActor,
5873
- )
5874
5609
  from githubkit.versions.v2022_11_28.models import (
5875
5610
  WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems as WorkflowRunUsagePropBillablePropUbuntuPropJobRunsItems,
5876
5611
  )
@@ -5940,30 +5675,24 @@ if TYPE_CHECKING:
5940
5675
  from githubkit.versions.v2022_11_28.models import (
5941
5676
  WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp as WebhookIssuesClosedPropIssueMergedPerformedViaGithubApp,
5942
5677
  )
5943
- from githubkit.versions.v2022_11_28.models import (
5944
- WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItems as WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItems,
5945
- )
5946
- from githubkit.versions.v2022_11_28.models import (
5947
- WebhookIssuesDemilestonedPropIssueAllof0PropPullRequest as WebhookIssuesDemilestonedPropIssueAllof0PropPullRequest,
5948
- )
5949
- from githubkit.versions.v2022_11_28.models import (
5950
- WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItems as WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItems,
5951
- )
5952
- from githubkit.versions.v2022_11_28.models import (
5953
- WebhookIssuesLockedPropIssueMergedPerformedViaGithubApp as WebhookIssuesLockedPropIssueMergedPerformedViaGithubApp,
5954
- )
5955
5678
  from githubkit.versions.v2022_11_28.models import (
5956
5679
  WebhookIssuesOpenedPropChangesPropOldIssuePropMilestone as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestone,
5957
5680
  )
5958
5681
  from githubkit.versions.v2022_11_28.models import (
5959
5682
  WebhookIssuesOpenedPropChangesPropOldIssuePropReactions as WebhookIssuesOpenedPropChangesPropOldIssuePropReactions,
5960
5683
  )
5684
+ from githubkit.versions.v2022_11_28.models import (
5685
+ WebhookIssuesReopenedPropIssuePropPerformedViaGithubApp as WebhookIssuesReopenedPropIssuePropPerformedViaGithubApp,
5686
+ )
5961
5687
  from githubkit.versions.v2022_11_28.models import (
5962
5688
  WebhookIssuesTransferredPropChangesPropNewIssuePropUser as WebhookIssuesTransferredPropChangesPropNewIssuePropUser,
5963
5689
  )
5964
5690
  from githubkit.versions.v2022_11_28.models import (
5965
5691
  WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator as WebhookIssuesUnlabeledPropIssuePropMilestonePropCreator,
5966
5692
  )
5693
+ from githubkit.versions.v2022_11_28.models import (
5694
+ WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp,
5695
+ )
5967
5696
  from githubkit.versions.v2022_11_28.models import (
5968
5697
  WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubApp,
5969
5698
  )
@@ -5973,9 +5702,6 @@ if TYPE_CHECKING:
5973
5702
  from githubkit.versions.v2022_11_28.models import (
5974
5703
  WebhookProjectCardMovedPropProjectCardAllof1PropCreator as WebhookProjectCardMovedPropProjectCardAllof1PropCreator,
5975
5704
  )
5976
- from githubkit.versions.v2022_11_28.models import (
5977
- WebhookPullRequestConvertedToDraftPropPullRequestAllof1 as WebhookPullRequestConvertedToDraftPropPullRequestAllof1,
5978
- )
5979
5705
  from githubkit.versions.v2022_11_28.models import (
5980
5706
  WebhookPullRequestLabeledPropPullRequestPropLabelsItems as WebhookPullRequestLabeledPropPullRequestPropLabelsItems,
5981
5707
  )
@@ -6012,18 +5738,6 @@ if TYPE_CHECKING:
6012
5738
  from githubkit.versions.v2022_11_28.models import (
6013
5739
  WebhookPullRequestUnlabeledPropPullRequestPropMilestone as WebhookPullRequestUnlabeledPropPullRequestPropMilestone,
6014
5740
  )
6015
- from githubkit.versions.v2022_11_28.models import (
6016
- WebhookReleasePrereleasedPropReleaseAllof0PropReactions as WebhookReleasePrereleasedPropReleaseAllof0PropReactions,
6017
- )
6018
- from githubkit.versions.v2022_11_28.models import (
6019
- WebhookReleasePublishedPropReleaseAllof0PropAssetsItems as WebhookReleasePublishedPropReleaseAllof0PropAssetsItems,
6020
- )
6021
- from githubkit.versions.v2022_11_28.models import (
6022
- WebhookReleasePublishedPropReleaseAllof1PropAssetsItems as WebhookReleasePublishedPropReleaseAllof1PropAssetsItems,
6023
- )
6024
- from githubkit.versions.v2022_11_28.models import (
6025
- WebhookReleaseUnpublishedPropReleaseAllof0PropReactions as WebhookReleaseUnpublishedPropReleaseAllof0PropReactions,
6026
- )
6027
5741
  from githubkit.versions.v2022_11_28.models import (
6028
5742
  WebhookRepositoryRulesetEditedPropChangesPropConditions as WebhookRepositoryRulesetEditedPropChangesPropConditions,
6029
5743
  )
@@ -6075,12 +5789,6 @@ if TYPE_CHECKING:
6075
5789
  from githubkit.versions.v2022_11_28.models import (
6076
5790
  WebhookDeploymentReviewRequestedPropWorkflowRunPropActor as WebhookDeploymentReviewRequestedPropWorkflowRunPropActor,
6077
5791
  )
6078
- from githubkit.versions.v2022_11_28.models import (
6079
- WebhookDiscussionCreatedPropDiscussionAllof0PropCategory as WebhookDiscussionCreatedPropDiscussionAllof0PropCategory,
6080
- )
6081
- from githubkit.versions.v2022_11_28.models import (
6082
- WebhookDiscussionCreatedPropDiscussionAllof1PropCategory as WebhookDiscussionCreatedPropDiscussionAllof1PropCategory,
6083
- )
6084
5792
  from githubkit.versions.v2022_11_28.models import (
6085
5793
  WebhookIssueCommentCreatedPropIssueAllof0PropLabelsItems as WebhookIssueCommentCreatedPropIssueAllof0PropLabelsItems,
6086
5794
  )
@@ -6100,10 +5808,7 @@ if TYPE_CHECKING:
6100
5808
  WebhookIssueCommentDeletedPropIssueAllof1PropLabelsItems as WebhookIssueCommentDeletedPropIssueAllof1PropLabelsItems,
6101
5809
  )
6102
5810
  from githubkit.versions.v2022_11_28.models import (
6103
- WebhookIssuesMilestonedPropIssueAllof0PropAssigneesItems as WebhookIssuesMilestonedPropIssueAllof0PropAssigneesItems,
6104
- )
6105
- from githubkit.versions.v2022_11_28.models import (
6106
- WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItems as WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItems,
5811
+ WebhookIssuesMilestonedPropIssuePropMilestonePropCreator as WebhookIssuesMilestonedPropIssuePropMilestonePropCreator,
6107
5812
  )
6108
5813
  from githubkit.versions.v2022_11_28.models import (
6109
5814
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner as WebhookIssuesOpenedPropChangesPropOldRepositoryPropOwner,
@@ -6205,22 +5910,16 @@ if TYPE_CHECKING:
6205
5910
  WebhookRepositoryTransferredPropChangesPropOwnerPropFrom as WebhookRepositoryTransferredPropChangesPropOwnerPropFrom,
6206
5911
  )
6207
5912
  from githubkit.versions.v2022_11_28.models import (
6208
- WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0 as WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0,
6209
- )
6210
- from githubkit.versions.v2022_11_28.models import (
6211
- WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1 as WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1,
6212
- )
6213
- from githubkit.versions.v2022_11_28.models import (
6214
- WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0 as WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0,
5913
+ WebhookSponsorshipCancelledPropSponsorshipPropMaintainer as WebhookSponsorshipCancelledPropSponsorshipPropMaintainer,
6215
5914
  )
6216
5915
  from githubkit.versions.v2022_11_28.models import (
6217
- WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof1 as WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof1,
5916
+ WebhookSponsorshipTierChangedPropChangesPropTierPropFrom as WebhookSponsorshipTierChangedPropChangesPropTierPropFrom,
6218
5917
  )
6219
5918
  from githubkit.versions.v2022_11_28.models import (
6220
- WebhookSponsorshipCancelledPropSponsorshipPropMaintainer as WebhookSponsorshipCancelledPropSponsorshipPropMaintainer,
5919
+ WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit,
6221
5920
  )
6222
5921
  from githubkit.versions.v2022_11_28.models import (
6223
- WebhookSponsorshipTierChangedPropChangesPropTierPropFrom as WebhookSponsorshipTierChangedPropChangesPropTierPropFrom,
5922
+ WebhookWorkflowRunCompletedPropWorkflowRunPropRepository as WebhookWorkflowRunCompletedPropWorkflowRunPropRepository,
6224
5923
  )
6225
5924
  from githubkit.versions.v2022_11_28.models import (
6226
5925
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommit as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommit,
@@ -6237,6 +5936,9 @@ if TYPE_CHECKING:
6237
5936
  from githubkit.versions.v2022_11_28.models import (
6238
5937
  ProtectedBranchPullRequestReviewPropDismissalRestrictions as ProtectedBranchPullRequestReviewPropDismissalRestrictions,
6239
5938
  )
5939
+ from githubkit.versions.v2022_11_28.models import (
5940
+ ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200 as ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200,
5941
+ )
6240
5942
  from githubkit.versions.v2022_11_28.models import (
6241
5943
  ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBody as ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBody,
6242
5944
  )
@@ -6256,10 +5958,7 @@ if TYPE_CHECKING:
6256
5958
  WebhookDeploymentCreatedPropWorkflowRunPropHeadRepository as WebhookDeploymentCreatedPropWorkflowRunPropHeadRepository,
6257
5959
  )
6258
5960
  from githubkit.versions.v2022_11_28.models import (
6259
- WebhookDiscussionCreatedPropDiscussionAllof0PropReactions as WebhookDiscussionCreatedPropDiscussionAllof0PropReactions,
6260
- )
6261
- from githubkit.versions.v2022_11_28.models import (
6262
- WebhookDiscussionCreatedPropDiscussionAllof1PropReactions as WebhookDiscussionCreatedPropDiscussionAllof1PropReactions,
5961
+ WebhookIssuesMilestonedPropIssuePropPerformedViaGithubApp as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubApp,
6263
5962
  )
6264
5963
  from githubkit.versions.v2022_11_28.models import (
6265
5964
  WebhookIssuesOpenedPropChangesPropOldIssuePropLabelsItems as WebhookIssuesOpenedPropChangesPropOldIssuePropLabelsItems,
@@ -6267,9 +5966,6 @@ if TYPE_CHECKING:
6267
5966
  from githubkit.versions.v2022_11_28.models import (
6268
5967
  WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest as WebhookIssuesOpenedPropChangesPropOldIssuePropPullRequest,
6269
5968
  )
6270
- from githubkit.versions.v2022_11_28.models import (
6271
- WebhookIssuesReopenedPropIssueMergedPerformedViaGithubApp as WebhookIssuesReopenedPropIssueMergedPerformedViaGithubApp,
6272
- )
6273
5969
  from githubkit.versions.v2022_11_28.models import (
6274
5970
  WebhookIssuesTransferredPropIssuePropMilestonePropCreator as WebhookIssuesTransferredPropIssuePropMilestonePropCreator,
6275
5971
  )
@@ -6387,33 +6083,9 @@ if TYPE_CHECKING:
6387
6083
  from githubkit.versions.v2022_11_28.models import (
6388
6084
  WebhookRegistryPackageUpdatedPropRegistryPackagePropOwner as WebhookRegistryPackageUpdatedPropRegistryPackagePropOwner,
6389
6085
  )
6390
- from githubkit.versions.v2022_11_28.models import (
6391
- WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItems as WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItems,
6392
- )
6393
- from githubkit.versions.v2022_11_28.models import (
6394
- WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItems as WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItems,
6395
- )
6396
- from githubkit.versions.v2022_11_28.models import (
6397
- WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItems as WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItems,
6398
- )
6399
- from githubkit.versions.v2022_11_28.models import (
6400
- WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItems as WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItems,
6401
- )
6402
6086
  from githubkit.versions.v2022_11_28.models import (
6403
6087
  WebhookRepositoryRenamedPropChangesPropRepositoryPropName as WebhookRepositoryRenamedPropChangesPropRepositoryPropName,
6404
6088
  )
6405
- from githubkit.versions.v2022_11_28.models import (
6406
- WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0 as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0,
6407
- )
6408
- from githubkit.versions.v2022_11_28.models import (
6409
- WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1 as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1,
6410
- )
6411
- from githubkit.versions.v2022_11_28.models import (
6412
- WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0 as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0,
6413
- )
6414
- from githubkit.versions.v2022_11_28.models import (
6415
- WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1 as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1,
6416
- )
6417
6089
  from githubkit.versions.v2022_11_28.models import (
6418
6090
  WebhookSponsorshipCancelledPropSponsorshipPropSponsorable as WebhookSponsorshipCancelledPropSponsorshipPropSponsorable,
6419
6091
  )
@@ -6427,10 +6099,10 @@ if TYPE_CHECKING:
6427
6099
  WebhookTeamRemovedFromRepositoryPropRepositoryPropLicense as WebhookTeamRemovedFromRepositoryPropRepositoryPropLicense,
6428
6100
  )
6429
6101
  from githubkit.versions.v2022_11_28.models import (
6430
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropActor as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropActor,
6102
+ WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommit as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommit,
6431
6103
  )
6432
6104
  from githubkit.versions.v2022_11_28.models import (
6433
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropActor as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropActor,
6105
+ WebhookWorkflowRunInProgressPropWorkflowRunPropRepository as WebhookWorkflowRunInProgressPropWorkflowRunPropRepository,
6434
6106
  )
6435
6107
  from githubkit.versions.v2022_11_28.models import (
6436
6108
  PersonalAccessTokenRequestPropPermissionsUpgradedPropOther as PersonalAccessTokenRequestPropPermissionsUpgradedPropOther,
@@ -6447,6 +6119,9 @@ if TYPE_CHECKING:
6447
6119
  from githubkit.versions.v2022_11_28.models import (
6448
6120
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItems,
6449
6121
  )
6122
+ from githubkit.versions.v2022_11_28.models import (
6123
+ ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody,
6124
+ )
6450
6125
  from githubkit.versions.v2022_11_28.models import (
6451
6126
  ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBody as ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBody,
6452
6127
  )
@@ -6466,13 +6141,7 @@ if TYPE_CHECKING:
6466
6141
  WebhookIssuesClosedPropIssueAllof0PropMilestonePropCreator as WebhookIssuesClosedPropIssueAllof0PropMilestonePropCreator,
6467
6142
  )
6468
6143
  from githubkit.versions.v2022_11_28.models import (
6469
- WebhookIssuesDemilestonedPropIssueAllof0PropAssigneesItems as WebhookIssuesDemilestonedPropIssueAllof0PropAssigneesItems,
6470
- )
6471
- from githubkit.versions.v2022_11_28.models import (
6472
- WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItems as WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItems,
6473
- )
6474
- from githubkit.versions.v2022_11_28.models import (
6475
- WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreator as WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreator,
6144
+ WebhookIssuesDemilestonedPropIssuePropMilestonePropCreator as WebhookIssuesDemilestonedPropIssuePropMilestonePropCreator,
6476
6145
  )
6477
6146
  from githubkit.versions.v2022_11_28.models import (
6478
6147
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense as WebhookIssuesOpenedPropChangesPropOldRepositoryPropLicense,
@@ -6579,18 +6248,6 @@ if TYPE_CHECKING:
6579
6248
  from githubkit.versions.v2022_11_28.models import (
6580
6249
  WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer as WebhookSponsorshipTierChangedPropSponsorshipPropMaintainer,
6581
6250
  )
6582
- from githubkit.versions.v2022_11_28.models import (
6583
- WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommit as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommit,
6584
- )
6585
- from githubkit.versions.v2022_11_28.models import (
6586
- WebhookWorkflowRunCompletedPropWorkflowRunMergedRepository as WebhookWorkflowRunCompletedPropWorkflowRunMergedRepository,
6587
- )
6588
- from githubkit.versions.v2022_11_28.models import (
6589
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropActor as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropActor,
6590
- )
6591
- from githubkit.versions.v2022_11_28.models import (
6592
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActor as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActor,
6593
- )
6594
6251
  from githubkit.versions.v2022_11_28.models import (
6595
6252
  DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion as DependabotAlertSecurityVulnerabilityPropFirstPatchedVersion,
6596
6253
  )
@@ -6628,13 +6285,7 @@ if TYPE_CHECKING:
6628
6285
  WebhookIssuesClosedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssuesClosedPropIssueAllof1PropPerformedViaGithubApp,
6629
6286
  )
6630
6287
  from githubkit.versions.v2022_11_28.models import (
6631
- WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubApp as WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubApp,
6632
- )
6633
- from githubkit.versions.v2022_11_28.models import (
6634
- WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubApp,
6635
- )
6636
- from githubkit.versions.v2022_11_28.models import (
6637
- WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubApp as WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubApp,
6288
+ WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubApp as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubApp,
6638
6289
  )
6639
6290
  from githubkit.versions.v2022_11_28.models import (
6640
6291
  WebhookIssuesTransferredPropChangesPropNewIssuePropAssignee as WebhookIssuesTransferredPropChangesPropNewIssuePropAssignee,
@@ -6720,12 +6371,6 @@ if TYPE_CHECKING:
6720
6371
  from githubkit.versions.v2022_11_28.models import (
6721
6372
  WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable as WebhookSponsorshipTierChangedPropSponsorshipPropSponsorable,
6722
6373
  )
6723
- from githubkit.versions.v2022_11_28.models import (
6724
- WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommit as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommit,
6725
- )
6726
- from githubkit.versions.v2022_11_28.models import (
6727
- WebhookWorkflowRunInProgressPropWorkflowRunMergedRepository as WebhookWorkflowRunInProgressPropWorkflowRunMergedRepository,
6728
- )
6729
6374
  from githubkit.versions.v2022_11_28.models import (
6730
6375
  OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200 as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
6731
6376
  )
@@ -6762,18 +6407,12 @@ if TYPE_CHECKING:
6762
6407
  from githubkit.versions.v2022_11_28.models import (
6763
6408
  WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneesItems as WebhookIssuesOpenedPropChangesPropOldIssuePropAssigneesItems,
6764
6409
  )
6765
- from githubkit.versions.v2022_11_28.models import (
6766
- WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreator as WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreator,
6767
- )
6768
6410
  from githubkit.versions.v2022_11_28.models import (
6769
6411
  WebhookIssuesTransferredPropChangesPropNewIssuePropMilestone as WebhookIssuesTransferredPropChangesPropNewIssuePropMilestone,
6770
6412
  )
6771
6413
  from githubkit.versions.v2022_11_28.models import (
6772
6414
  WebhookIssuesTransferredPropChangesPropNewIssuePropReactions as WebhookIssuesTransferredPropChangesPropNewIssuePropReactions,
6773
6415
  )
6774
- from githubkit.versions.v2022_11_28.models import (
6775
- WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreator as WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreator,
6776
- )
6777
6416
  from githubkit.versions.v2022_11_28.models import (
6778
6417
  WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor as WebhookPackageUpdatedPropPackagePropPackageVersionPropAuthor,
6779
6418
  )
@@ -6862,7 +6501,7 @@ if TYPE_CHECKING:
6862
6501
  WebhookSponsorshipPendingCancellationPropSponsorshipPropTier as WebhookSponsorshipPendingCancellationPropSponsorshipPropTier,
6863
6502
  )
6864
6503
  from githubkit.versions.v2022_11_28.models import (
6865
- WebhookWorkflowRunCompletedPropWorkflowRunMergedPullRequests as WebhookWorkflowRunCompletedPropWorkflowRunMergedPullRequests,
6504
+ WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository,
6866
6505
  )
6867
6506
  from githubkit.versions.v2022_11_28.models import (
6868
6507
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadRepository as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadRepository,
@@ -6936,21 +6575,9 @@ if TYPE_CHECKING:
6936
6575
  from githubkit.versions.v2022_11_28.models import (
6937
6576
  WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubApp as WebhookIssueCommentEditedPropIssueMergedPerformedViaGithubApp,
6938
6577
  )
6939
- from githubkit.versions.v2022_11_28.models import (
6940
- WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubApp as WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubApp,
6941
- )
6942
- from githubkit.versions.v2022_11_28.models import (
6943
- WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubApp as WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubApp,
6944
- )
6945
- from githubkit.versions.v2022_11_28.models import (
6946
- WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubApp,
6947
- )
6948
6578
  from githubkit.versions.v2022_11_28.models import (
6949
6579
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwner as WebhookIssuesTransferredPropChangesPropNewRepositoryPropOwner,
6950
6580
  )
6951
- from githubkit.versions.v2022_11_28.models import (
6952
- WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubApp as WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubApp,
6953
- )
6954
6581
  from githubkit.versions.v2022_11_28.models import (
6955
6582
  WebhookPackageUpdatedPropPackagePropPackageVersionPropRelease as WebhookPackageUpdatedPropPackagePropPackageVersionPropRelease,
6956
6583
  )
@@ -7071,6 +6698,9 @@ if TYPE_CHECKING:
7071
6698
  from githubkit.versions.v2022_11_28.models import (
7072
6699
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits as WebhookPullRequestUnlockedPropPullRequestPropLinksPropCommits,
7073
6700
  )
6701
+ from githubkit.versions.v2022_11_28.models import (
6702
+ WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader as WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader,
6703
+ )
7074
6704
  from githubkit.versions.v2022_11_28.models import (
7075
6705
  WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor as WebhookSponsorshipPendingTierChangePropSponsorshipPropSponsor,
7076
6706
  )
@@ -7078,7 +6708,10 @@ if TYPE_CHECKING:
7078
6708
  WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions as WebhookTeamRemovedFromRepositoryPropRepositoryPropPermissions,
7079
6709
  )
7080
6710
  from githubkit.versions.v2022_11_28.models import (
7081
- WebhookWorkflowRunInProgressPropWorkflowRunMergedPullRequests as WebhookWorkflowRunInProgressPropWorkflowRunMergedPullRequests,
6711
+ WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActor as WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActor,
6712
+ )
6713
+ from githubkit.versions.v2022_11_28.models import (
6714
+ WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepository as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepository,
7082
6715
  )
7083
6716
  from githubkit.versions.v2022_11_28.models import (
7084
6717
  WebhookWorkflowRunRequestedPropWorkflowRunPropTriggeringActor as WebhookWorkflowRunRequestedPropWorkflowRunPropTriggeringActor,
@@ -7086,6 +6719,9 @@ if TYPE_CHECKING:
7086
6719
  from githubkit.versions.v2022_11_28.models import (
7087
6720
  PersonalAccessTokenRequestPropPermissionsAddedPropOrganization as PersonalAccessTokenRequestPropPermissionsAddedPropOrganization,
7088
6721
  )
6722
+ from githubkit.versions.v2022_11_28.models import (
6723
+ ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200,
6724
+ )
7089
6725
  from githubkit.versions.v2022_11_28.models import (
7090
6726
  WebhookCheckSuiteCompletedPropCheckSuitePropAppPropPermissions as WebhookCheckSuiteCompletedPropCheckSuitePropAppPropPermissions,
7091
6727
  )
@@ -7101,9 +6737,6 @@ if TYPE_CHECKING:
7101
6737
  from githubkit.versions.v2022_11_28.models import (
7102
6738
  WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer as WebhookDeploymentReviewRequestedPropReviewersItemsPropReviewer,
7103
6739
  )
7104
- from githubkit.versions.v2022_11_28.models import (
7105
- WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenBy as WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenBy,
7106
- )
7107
6740
  from githubkit.versions.v2022_11_28.models import (
7108
6741
  WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems as WebhookInstallationNewPermissionsAcceptedPropRepositoriesItems,
7109
6742
  )
@@ -7120,10 +6753,7 @@ if TYPE_CHECKING:
7120
6753
  WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropOwner,
7121
6754
  )
7122
6755
  from githubkit.versions.v2022_11_28.models import (
7123
- WebhookIssuesMilestonedPropIssueAllof0PropMilestonePropCreator as WebhookIssuesMilestonedPropIssueAllof0PropMilestonePropCreator,
7124
- )
7125
- from githubkit.versions.v2022_11_28.models import (
7126
- WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreator as WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreator,
6756
+ WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwner,
7127
6757
  )
7128
6758
  from githubkit.versions.v2022_11_28.models import (
7129
6759
  WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissions as WebhookIssuesOpenedPropChangesPropOldRepositoryPropPermissions,
@@ -7140,12 +6770,6 @@ if TYPE_CHECKING:
7140
6770
  from githubkit.versions.v2022_11_28.models import (
7141
6771
  WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest as WebhookIssuesTransferredPropChangesPropNewIssuePropPullRequest,
7142
6772
  )
7143
- from githubkit.versions.v2022_11_28.models import (
7144
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0 as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0,
7145
- )
7146
- from githubkit.versions.v2022_11_28.models import (
7147
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1 as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1,
7148
- )
7149
6773
  from githubkit.versions.v2022_11_28.models import (
7150
6774
  WebhookMarketplacePurchasePendingChangePropMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropMarketplacePurchase,
7151
6775
  )
@@ -7261,19 +6885,7 @@ if TYPE_CHECKING:
7261
6885
  WebhookWorkflowJobCompletedPropWorkflowJobAllof1PropStepsItems as WebhookWorkflowJobCompletedPropWorkflowJobAllof1PropStepsItems,
7262
6886
  )
7263
6887
  from githubkit.versions.v2022_11_28.models import (
7264
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommit as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommit,
7265
- )
7266
- from githubkit.versions.v2022_11_28.models import (
7267
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepository as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepository,
7268
- )
7269
- from githubkit.versions.v2022_11_28.models import (
7270
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommit as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommit,
7271
- )
7272
- from githubkit.versions.v2022_11_28.models import (
7273
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepository as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepository,
7274
- )
7275
- from githubkit.versions.v2022_11_28.models import (
7276
- WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepository as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepository,
6888
+ WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActor as WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActor,
7277
6889
  )
7278
6890
  from githubkit.versions.v2022_11_28.models import (
7279
6891
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBody,
@@ -7287,6 +6899,9 @@ if TYPE_CHECKING:
7287
6899
  from githubkit.versions.v2022_11_28.models import (
7288
6900
  ProtectedBranchPullRequestReviewPropBypassPullRequestAllowances as ProtectedBranchPullRequestReviewPropBypassPullRequestAllowances,
7289
6901
  )
6902
+ from githubkit.versions.v2022_11_28.models import (
6903
+ ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody,
6904
+ )
7290
6905
  from githubkit.versions.v2022_11_28.models import (
7291
6906
  WebhookCheckSuiteRerequestedPropCheckSuitePropPullRequestsItems as WebhookCheckSuiteRerequestedPropCheckSuitePropPullRequestsItems,
7292
6907
  )
@@ -7308,12 +6923,6 @@ if TYPE_CHECKING:
7308
6923
  from githubkit.versions.v2022_11_28.models import (
7309
6924
  WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropOwner,
7310
6925
  )
7311
- from githubkit.versions.v2022_11_28.models import (
7312
- WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubApp as WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubApp,
7313
- )
7314
- from githubkit.versions.v2022_11_28.models import (
7315
- WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubApp,
7316
- )
7317
6926
  from githubkit.versions.v2022_11_28.models import (
7318
6927
  WebhookIssuesTransferredPropChangesPropNewRepositoryPropLicense as WebhookIssuesTransferredPropChangesPropNewRepositoryPropLicense,
7319
6928
  )
@@ -7378,34 +6987,31 @@ if TYPE_CHECKING:
7378
6987
  WebhookPullRequestUnlabeledPropPullRequestPropLinksPropStatuses as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropStatuses,
7379
6988
  )
7380
6989
  from githubkit.versions.v2022_11_28.models import (
7381
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems,
6990
+ WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader as WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader,
7382
6991
  )
7383
6992
  from githubkit.versions.v2022_11_28.models import (
7384
- WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor,
6993
+ WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader as WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader,
7385
6994
  )
7386
6995
  from githubkit.versions.v2022_11_28.models import (
7387
- WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems,
6996
+ WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser,
7388
6997
  )
7389
6998
  from githubkit.versions.v2022_11_28.models import (
7390
- WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItems as WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItems,
7391
- )
7392
- from githubkit.versions.v2022_11_28.models import (
7393
- WebhookWorkflowRunCompletedPropWorkflowRunMergedTriggeringActor as WebhookWorkflowRunCompletedPropWorkflowRunMergedTriggeringActor,
6999
+ WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser,
7394
7000
  )
7395
7001
  from githubkit.versions.v2022_11_28.models import (
7396
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommit as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommit,
7002
+ WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropCwesItems,
7397
7003
  )
7398
7004
  from githubkit.versions.v2022_11_28.models import (
7399
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepository as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepository,
7005
+ WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsor,
7400
7006
  )
7401
7007
  from githubkit.versions.v2022_11_28.models import (
7402
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommit as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommit,
7008
+ WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems as WebhookWorkflowJobInProgressPropWorkflowJobAllof0PropStepsItems,
7403
7009
  )
7404
7010
  from githubkit.versions.v2022_11_28.models import (
7405
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepository as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepository,
7011
+ WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItems as WebhookWorkflowJobInProgressPropWorkflowJobAllof1PropStepsItems,
7406
7012
  )
7407
7013
  from githubkit.versions.v2022_11_28.models import (
7408
- WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepository as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepository,
7014
+ WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItems,
7409
7015
  )
7410
7016
  from githubkit.versions.v2022_11_28.models import (
7411
7017
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItems,
@@ -7416,6 +7022,9 @@ if TYPE_CHECKING:
7416
7022
  from githubkit.versions.v2022_11_28.models import (
7417
7023
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBody,
7418
7024
  )
7025
+ from githubkit.versions.v2022_11_28.models import (
7026
+ ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200,
7027
+ )
7419
7028
  from githubkit.versions.v2022_11_28.models import (
7420
7029
  ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanning as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanning,
7421
7030
  )
@@ -7453,29 +7062,20 @@ if TYPE_CHECKING:
7453
7062
  WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropOwner,
7454
7063
  )
7455
7064
  from githubkit.versions.v2022_11_28.models import (
7456
- WebhookIssuesDemilestonedPropIssueAllof0PropMilestonePropCreator as WebhookIssuesDemilestonedPropIssueAllof0PropMilestonePropCreator,
7065
+ WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner,
7457
7066
  )
7458
7067
  from githubkit.versions.v2022_11_28.models import (
7459
- WebhookIssuesDemilestonedPropIssueAllof1PropMilestonePropCreator as WebhookIssuesDemilestonedPropIssueAllof1PropMilestonePropCreator,
7068
+ WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner,
7460
7069
  )
7461
7070
  from githubkit.versions.v2022_11_28.models import (
7462
7071
  WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropOwner,
7463
7072
  )
7464
7073
  from githubkit.versions.v2022_11_28.models import (
7465
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0 as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0,
7466
- )
7467
- from githubkit.versions.v2022_11_28.models import (
7468
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1 as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1,
7074
+ WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan,
7469
7075
  )
7470
7076
  from githubkit.versions.v2022_11_28.models import (
7471
7077
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase,
7472
7078
  )
7473
- from githubkit.versions.v2022_11_28.models import (
7474
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0 as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0,
7475
- )
7476
- from githubkit.versions.v2022_11_28.models import (
7477
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1 as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1,
7478
- )
7479
7079
  from githubkit.versions.v2022_11_28.models import (
7480
7080
  WebhookPullRequestAssignedPropPullRequestPropRequestedTeamsItems as WebhookPullRequestAssignedPropPullRequestPropRequestedTeamsItems,
7481
7081
  )
@@ -7551,15 +7151,24 @@ if TYPE_CHECKING:
7551
7151
  from githubkit.versions.v2022_11_28.models import (
7552
7152
  WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUser as WebhookRepositoryTransferredPropChangesPropOwnerPropFromPropUser,
7553
7153
  )
7154
+ from githubkit.versions.v2022_11_28.models import (
7155
+ WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisser,
7156
+ )
7157
+ from githubkit.versions.v2022_11_28.models import (
7158
+ WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser as WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser,
7159
+ )
7554
7160
  from githubkit.versions.v2022_11_28.models import (
7555
7161
  WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer as WebhookSponsorshipPendingTierChangePropSponsorshipPropMaintainer,
7556
7162
  )
7557
7163
  from githubkit.versions.v2022_11_28.models import (
7558
- WebhookWorkflowRunInProgressPropWorkflowRunMergedTriggeringActor as WebhookWorkflowRunInProgressPropWorkflowRunMergedTriggeringActor,
7164
+ WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems,
7559
7165
  )
7560
7166
  from githubkit.versions.v2022_11_28.models import (
7561
7167
  PersonalAccessTokenRequestPropPermissionsUpgradedPropOrganization as PersonalAccessTokenRequestPropPermissionsUpgradedPropOrganization,
7562
7168
  )
7169
+ from githubkit.versions.v2022_11_28.models import (
7170
+ ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody,
7171
+ )
7563
7172
  from githubkit.versions.v2022_11_28.models import (
7564
7173
  ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItems as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItems,
7565
7174
  )
@@ -7587,12 +7196,6 @@ if TYPE_CHECKING:
7587
7196
  from githubkit.versions.v2022_11_28.models import (
7588
7197
  WebhookIssueCommentEditedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssueCommentEditedPropIssueAllof1PropPerformedViaGithubApp,
7589
7198
  )
7590
- from githubkit.versions.v2022_11_28.models import (
7591
- WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubApp as WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubApp,
7592
- )
7593
- from githubkit.versions.v2022_11_28.models import (
7594
- WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubApp,
7595
- )
7596
7199
  from githubkit.versions.v2022_11_28.models import (
7597
7200
  WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems as WebhookIssuesTransferredPropChangesPropNewIssuePropAssigneesItems,
7598
7201
  )
@@ -7704,6 +7307,9 @@ if TYPE_CHECKING:
7704
7307
  from githubkit.versions.v2022_11_28.models import (
7705
7308
  WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom as WebhookTeamEditedPropChangesPropRepositoryPropPermissionsPropFrom,
7706
7309
  )
7310
+ from githubkit.versions.v2022_11_28.models import (
7311
+ WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwner,
7312
+ )
7707
7313
  from githubkit.versions.v2022_11_28.models import (
7708
7314
  WebhookWorkflowRunRequestedPropWorkflowRunPropRepositoryPropOwner as WebhookWorkflowRunRequestedPropWorkflowRunPropRepositoryPropOwner,
7709
7315
  )
@@ -7749,17 +7355,23 @@ if TYPE_CHECKING:
7749
7355
  from githubkit.versions.v2022_11_28.models import (
7750
7356
  WebhookIssueCommentDeletedPropIssueAllof1PropPerformedViaGithubApp as WebhookIssueCommentDeletedPropIssueAllof1PropPerformedViaGithubApp,
7751
7357
  )
7358
+ from githubkit.versions.v2022_11_28.models import (
7359
+ WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwner,
7360
+ )
7752
7361
  from githubkit.versions.v2022_11_28.models import (
7753
7362
  WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator as WebhookIssuesOpenedPropChangesPropOldIssuePropMilestonePropCreator,
7754
7363
  )
7755
7364
  from githubkit.versions.v2022_11_28.models import (
7756
7365
  WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropOwner,
7757
7366
  )
7367
+ from githubkit.versions.v2022_11_28.models import (
7368
+ WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan,
7369
+ )
7758
7370
  from githubkit.versions.v2022_11_28.models import (
7759
7371
  WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase,
7760
7372
  )
7761
7373
  from githubkit.versions.v2022_11_28.models import (
7762
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedPlan as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedPlan,
7374
+ WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan,
7763
7375
  )
7764
7376
  from githubkit.versions.v2022_11_28.models import (
7765
7377
  WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase,
@@ -7915,10 +7527,10 @@ if TYPE_CHECKING:
7915
7527
  WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties as WebhookTeamRemovedFromRepositoryPropRepositoryPropCustomProperties,
7916
7528
  )
7917
7529
  from githubkit.versions.v2022_11_28.models import (
7918
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepository as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepository,
7530
+ WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthor,
7919
7531
  )
7920
7532
  from githubkit.versions.v2022_11_28.models import (
7921
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepository as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepository,
7533
+ WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwner,
7922
7534
  )
7923
7535
  from githubkit.versions.v2022_11_28.models import (
7924
7536
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropAuthor,
@@ -7965,6 +7577,9 @@ if TYPE_CHECKING:
7965
7577
  from githubkit.versions.v2022_11_28.models import (
7966
7578
  WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropOwner,
7967
7579
  )
7580
+ from githubkit.versions.v2022_11_28.models import (
7581
+ WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount as WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount,
7582
+ )
7968
7583
  from githubkit.versions.v2022_11_28.models import (
7969
7584
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadata,
7970
7585
  )
@@ -8076,26 +7691,11 @@ if TYPE_CHECKING:
8076
7691
  from githubkit.versions.v2022_11_28.models import (
8077
7692
  WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment as WebhookPullRequestUnlockedPropPullRequestPropLinksPropReviewComment,
8078
7693
  )
8079
- from githubkit.versions.v2022_11_28.models import (
8080
- WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploader as WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploader,
8081
- )
8082
7694
  from githubkit.versions.v2022_11_28.models import (
8083
7695
  WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable as WebhookSponsorshipPendingCancellationPropSponsorshipPropSponsorable,
8084
7696
  )
8085
7697
  from githubkit.versions.v2022_11_28.models import (
8086
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropTriggeringActor as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropTriggeringActor,
8087
- )
8088
- from githubkit.versions.v2022_11_28.models import (
8089
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActor as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActor,
8090
- )
8091
- from githubkit.versions.v2022_11_28.models import (
8092
- WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryPropOwner,
8093
- )
8094
- from githubkit.versions.v2022_11_28.models import (
8095
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepository as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepository,
8096
- )
8097
- from githubkit.versions.v2022_11_28.models import (
8098
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepository as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepository,
7698
+ WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor,
8099
7699
  )
8100
7700
  from githubkit.versions.v2022_11_28.models import (
8101
7701
  ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputs as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputs,
@@ -8109,9 +7709,6 @@ if TYPE_CHECKING:
8109
7709
  from githubkit.versions.v2022_11_28.models import (
8110
7710
  ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyOneof0,
8111
7711
  )
8112
- from githubkit.versions.v2022_11_28.models import (
8113
- RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBody as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBody,
8114
- )
8115
7712
  from githubkit.versions.v2022_11_28.models import (
8116
7713
  TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBody as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBody,
8117
7714
  )
@@ -8139,11 +7736,14 @@ if TYPE_CHECKING:
8139
7736
  from githubkit.versions.v2022_11_28.models import (
8140
7737
  WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropOwner as WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropOwner,
8141
7738
  )
7739
+ from githubkit.versions.v2022_11_28.models import (
7740
+ WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwner,
7741
+ )
8142
7742
  from githubkit.versions.v2022_11_28.models import (
8143
7743
  WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesEditedPropIssuePropPerformedViaGithubAppPropPermissions,
8144
7744
  )
8145
7745
  from githubkit.versions.v2022_11_28.models import (
8146
- WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropOwner as WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropOwner,
7746
+ WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissions,
8147
7747
  )
8148
7748
  from githubkit.versions.v2022_11_28.models import (
8149
7749
  WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesOpenedPropIssuePropPerformedViaGithubAppPropPermissions,
@@ -8151,18 +7751,6 @@ if TYPE_CHECKING:
8151
7751
  from githubkit.versions.v2022_11_28.models import (
8152
7752
  WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesPinnedPropIssuePropPerformedViaGithubAppPropPermissions,
8153
7753
  )
8154
- from githubkit.versions.v2022_11_28.models import (
8155
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedPlan as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedPlan,
8156
- )
8157
- from githubkit.versions.v2022_11_28.models import (
8158
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0 as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0,
8159
- )
8160
- from githubkit.versions.v2022_11_28.models import (
8161
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1 as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1,
8162
- )
8163
- from githubkit.versions.v2022_11_28.models import (
8164
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedPlan as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedPlan,
8165
- )
8166
7754
  from githubkit.versions.v2022_11_28.models import (
8167
7755
  WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropLicense,
8168
7756
  )
@@ -8274,18 +7862,6 @@ if TYPE_CHECKING:
8274
7862
  from githubkit.versions.v2022_11_28.models import (
8275
7863
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersion as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersion,
8276
7864
  )
8277
- from githubkit.versions.v2022_11_28.models import (
8278
- WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropAuthor as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropAuthor,
8279
- )
8280
- from githubkit.versions.v2022_11_28.models import (
8281
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropTriggeringActor as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropTriggeringActor,
8282
- )
8283
- from githubkit.versions.v2022_11_28.models import (
8284
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActor as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActor,
8285
- )
8286
- from githubkit.versions.v2022_11_28.models import (
8287
- WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryPropOwner,
8288
- )
8289
7865
  from githubkit.versions.v2022_11_28.models import (
8290
7866
  DependencyGraphSpdxSbomPropSbomPropPackagesItemsPropExternalRefsItems as DependencyGraphSpdxSbomPropSbomPropPackagesItemsPropExternalRefsItems,
8291
7867
  )
@@ -8335,7 +7911,10 @@ if TYPE_CHECKING:
8335
7911
  WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesLabeledPropIssuePropPerformedViaGithubAppPropPermissions,
8336
7912
  )
8337
7913
  from githubkit.versions.v2022_11_28.models import (
8338
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedAccount as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedAccount,
7914
+ WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount as WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount,
7915
+ )
7916
+ from githubkit.versions.v2022_11_28.models import (
7917
+ WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount as WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount,
8339
7918
  )
8340
7919
  from githubkit.versions.v2022_11_28.models import (
8341
7920
  WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems as WebhookPackagePublishedPropPackagePropPackageVersionPropMetadataItems,
@@ -8436,29 +8015,14 @@ if TYPE_CHECKING:
8436
8015
  from githubkit.versions.v2022_11_28.models import (
8437
8016
  WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnlabeledPropPullRequestPropLinksPropReviewComments,
8438
8017
  )
8439
- from githubkit.versions.v2022_11_28.models import (
8440
- WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploader as WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploader,
8441
- )
8442
- from githubkit.versions.v2022_11_28.models import (
8443
- WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploader as WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploader,
8444
- )
8445
- from githubkit.versions.v2022_11_28.models import (
8446
- WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisser as WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisser,
8447
- )
8448
- from githubkit.versions.v2022_11_28.models import (
8449
- WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisser as WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisser,
8450
- )
8451
8018
  from githubkit.versions.v2022_11_28.models import (
8452
8019
  WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropReferencesItems,
8453
8020
  )
8454
8021
  from githubkit.versions.v2022_11_28.models import (
8455
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItems as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItems,
8022
+ WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter,
8456
8023
  )
8457
8024
  from githubkit.versions.v2022_11_28.models import (
8458
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropPullRequestsItems as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropPullRequestsItems,
8459
- )
8460
- from githubkit.versions.v2022_11_28.models import (
8461
- WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropAuthor,
8025
+ WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwner,
8462
8026
  )
8463
8027
  from githubkit.versions.v2022_11_28.models import (
8464
8028
  WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropCommitter as WebhookWorkflowRunRequestedPropWorkflowRunPropHeadCommitPropCommitter,
@@ -8479,19 +8043,16 @@ if TYPE_CHECKING:
8479
8043
  WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesAssignedPropIssuePropPerformedViaGithubAppPropPermissions,
8480
8044
  )
8481
8045
  from githubkit.versions.v2022_11_28.models import (
8482
- WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropOwner as WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropOwner,
8046
+ WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions,
8483
8047
  )
8484
8048
  from githubkit.versions.v2022_11_28.models import (
8485
- WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropOwner as WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropOwner,
8049
+ WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions,
8486
8050
  )
8487
8051
  from githubkit.versions.v2022_11_28.models import (
8488
8052
  WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnpinnedPropIssuePropPerformedViaGithubAppPropPermissions,
8489
8053
  )
8490
8054
  from githubkit.versions.v2022_11_28.models import (
8491
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropPlan as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropPlan,
8492
- )
8493
- from githubkit.versions.v2022_11_28.models import (
8494
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlan as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlan,
8055
+ WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan,
8495
8056
  )
8496
8057
  from githubkit.versions.v2022_11_28.models import (
8497
8058
  WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase,
@@ -8599,22 +8160,16 @@ if TYPE_CHECKING:
8599
8160
  WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments as WebhookPullRequestUnassignedPropPullRequestPropLinksPropReviewComments,
8600
8161
  )
8601
8162
  from githubkit.versions.v2022_11_28.models import (
8602
- WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0PropDismisser as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0PropDismisser,
8603
- )
8604
- from githubkit.versions.v2022_11_28.models import (
8605
- WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisser as WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisser,
8606
- )
8607
- from githubkit.versions.v2022_11_28.models import (
8608
- WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisser as WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisser,
8163
+ WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems,
8609
8164
  )
8610
8165
  from githubkit.versions.v2022_11_28.models import (
8611
- WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropIdentifiersItems,
8166
+ WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems as WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems,
8612
8167
  )
8613
8168
  from githubkit.versions.v2022_11_28.models import (
8614
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItems as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItems,
8169
+ WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitter as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitter,
8615
8170
  )
8616
8171
  from githubkit.versions.v2022_11_28.models import (
8617
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropPullRequestsItems as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropPullRequestsItems,
8172
+ WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwner,
8618
8173
  )
8619
8174
  from githubkit.versions.v2022_11_28.models import (
8620
8175
  WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItems as WebhookWorkflowRunRequestedPropWorkflowRunPropReferencedWorkflowsItems,
@@ -8649,15 +8204,9 @@ if TYPE_CHECKING:
8649
8204
  from githubkit.versions.v2022_11_28.models import (
8650
8205
  WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlabeledPropIssuePropPerformedViaGithubAppPropPermissions,
8651
8206
  )
8652
- from githubkit.versions.v2022_11_28.models import (
8653
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedAccount as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedAccount,
8654
- )
8655
8207
  from githubkit.versions.v2022_11_28.models import (
8656
8208
  WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase,
8657
8209
  )
8658
- from githubkit.versions.v2022_11_28.models import (
8659
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedAccount as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedAccount,
8660
- )
8661
8210
  from githubkit.versions.v2022_11_28.models import (
8662
8211
  WebhookPackageUpdatedPropPackagePropPackageVersionPropPackageFilesItems as WebhookPackageUpdatedPropPackagePropPackageVersionPropPackageFilesItems,
8663
8212
  )
@@ -8770,16 +8319,13 @@ if TYPE_CHECKING:
8770
8319
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropReferencesItems,
8771
8320
  )
8772
8321
  from githubkit.versions.v2022_11_28.models import (
8773
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryPropOwner,
8322
+ WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBase as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBase,
8774
8323
  )
8775
8324
  from githubkit.versions.v2022_11_28.models import (
8776
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryPropOwner,
8325
+ WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHead as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHead,
8777
8326
  )
8778
8327
  from githubkit.versions.v2022_11_28.models import (
8779
- WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropCommitter as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropCommitter,
8780
- )
8781
- from githubkit.versions.v2022_11_28.models import (
8782
- WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryPropOwner,
8328
+ WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItems as WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItems,
8783
8329
  )
8784
8330
  from githubkit.versions.v2022_11_28.models import (
8785
8331
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBase as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBase,
@@ -8790,9 +8336,6 @@ if TYPE_CHECKING:
8790
8336
  from githubkit.versions.v2022_11_28.models import (
8791
8337
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems,
8792
8338
  )
8793
- from githubkit.versions.v2022_11_28.models import (
8794
- RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200 as RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200,
8795
- )
8796
8339
  from githubkit.versions.v2022_11_28.models import (
8797
8340
  WebhookCodeScanningAlertFixedPropAlertPropMostRecentInstancePropLocation as WebhookCodeScanningAlertFixedPropAlertPropMostRecentInstancePropLocation,
8798
8341
  )
@@ -8803,7 +8346,7 @@ if TYPE_CHECKING:
8803
8346
  WebhookDeploymentStatusCreatedPropWorkflowRunPropHeadRepositoryPropOwner as WebhookDeploymentStatusCreatedPropWorkflowRunPropHeadRepositoryPropOwner,
8804
8347
  )
8805
8348
  from githubkit.versions.v2022_11_28.models import (
8806
- WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwner as WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwner,
8349
+ WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissions,
8807
8350
  )
8808
8351
  from githubkit.versions.v2022_11_28.models import (
8809
8352
  WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubApp as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubApp,
@@ -8814,24 +8357,9 @@ if TYPE_CHECKING:
8814
8357
  from githubkit.versions.v2022_11_28.models import (
8815
8358
  WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesUnassignedPropIssuePropPerformedViaGithubAppPropPermissions,
8816
8359
  )
8817
- from githubkit.versions.v2022_11_28.models import (
8818
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlan as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlan,
8819
- )
8820
- from githubkit.versions.v2022_11_28.models import (
8821
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlan as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlan,
8822
- )
8823
8360
  from githubkit.versions.v2022_11_28.models import (
8824
8361
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan,
8825
8362
  )
8826
- from githubkit.versions.v2022_11_28.models import (
8827
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedPlan as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedPlan,
8828
- )
8829
- from githubkit.versions.v2022_11_28.models import (
8830
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlan as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlan,
8831
- )
8832
- from githubkit.versions.v2022_11_28.models import (
8833
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlan as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlan,
8834
- )
8835
8363
  from githubkit.versions.v2022_11_28.models import (
8836
8364
  WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropPermissions as WebhookPullRequestAssignedPropPullRequestPropBasePropRepoPropPermissions,
8837
8365
  )
@@ -8938,22 +8466,10 @@ if TYPE_CHECKING:
8938
8466
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropIdentifiersItems,
8939
8467
  )
8940
8468
  from githubkit.versions.v2022_11_28.models import (
8941
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropAuthor as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropAuthor,
8469
+ WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBase as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBase,
8942
8470
  )
8943
8471
  from githubkit.versions.v2022_11_28.models import (
8944
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropAuthor as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropAuthor,
8945
- )
8946
- from githubkit.versions.v2022_11_28.models import (
8947
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryPropOwner,
8948
- )
8949
- from githubkit.versions.v2022_11_28.models import (
8950
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwner,
8951
- )
8952
- from githubkit.versions.v2022_11_28.models import (
8953
- WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropCommitter as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropCommitter,
8954
- )
8955
- from githubkit.versions.v2022_11_28.models import (
8956
- WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryPropOwner,
8472
+ WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHead as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHead,
8957
8473
  )
8958
8474
  from githubkit.versions.v2022_11_28.models import (
8959
8475
  OrganizationProgrammaticAccessGrantRequestPropPermissionsPropOrganization as OrganizationProgrammaticAccessGrantRequestPropPermissionsPropOrganization,
@@ -8964,9 +8480,6 @@ if TYPE_CHECKING:
8964
8480
  from githubkit.versions.v2022_11_28.models import (
8965
8481
  ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItems as ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItems,
8966
8482
  )
8967
- from githubkit.versions.v2022_11_28.models import (
8968
- RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody,
8969
- )
8970
8483
  from githubkit.versions.v2022_11_28.models import (
8971
8484
  RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryProperty as RepositoryRulesetConditionsRepositoryPropertyTargetPropRepositoryProperty,
8972
8485
  )
@@ -8986,10 +8499,7 @@ if TYPE_CHECKING:
8986
8499
  WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesTransferredPropIssuePropPerformedViaGithubAppPropPermissions,
8987
8500
  )
8988
8501
  from githubkit.versions.v2022_11_28.models import (
8989
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropAccount as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropAccount,
8990
- )
8991
- from githubkit.versions.v2022_11_28.models import (
8992
- WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccount as WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccount,
8502
+ WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount as WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount,
8993
8503
  )
8994
8504
  from githubkit.versions.v2022_11_28.models import (
8995
8505
  WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadata,
@@ -9069,18 +8579,9 @@ if TYPE_CHECKING:
9069
8579
  from githubkit.versions.v2022_11_28.models import (
9070
8580
  WebhookPullRequestUnlabeledPropPullRequestPropHeadPropRepoPropPermissions as WebhookPullRequestUnlabeledPropPullRequestPropHeadPropRepoPropPermissions,
9071
8581
  )
9072
- from githubkit.versions.v2022_11_28.models import (
9073
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropAuthor,
9074
- )
9075
- from githubkit.versions.v2022_11_28.models import (
9076
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthor as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthor,
9077
- )
9078
8582
  from githubkit.versions.v2022_11_28.models import (
9079
8583
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody,
9080
8584
  )
9081
- from githubkit.versions.v2022_11_28.models import (
9082
- RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200 as RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200,
9083
- )
9084
8585
  from githubkit.versions.v2022_11_28.models import (
9085
8586
  WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropLocation as WebhookCodeScanningAlertCreatedPropAlertPropMostRecentInstancePropLocation,
9086
8587
  )
@@ -9109,10 +8610,7 @@ if TYPE_CHECKING:
9109
8610
  WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesClosedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
9110
8611
  )
9111
8612
  from githubkit.versions.v2022_11_28.models import (
9112
- WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwner as WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwner,
9113
- )
9114
- from githubkit.versions.v2022_11_28.models import (
9115
- WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
8613
+ WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions,
9116
8614
  )
9117
8615
  from githubkit.versions.v2022_11_28.models import (
9118
8616
  WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan,
@@ -9237,9 +8735,6 @@ if TYPE_CHECKING:
9237
8735
  from githubkit.versions.v2022_11_28.models import (
9238
8736
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews,
9239
8737
  )
9240
- from githubkit.versions.v2022_11_28.models import (
9241
- RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBody as RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBody,
9242
- )
9243
8738
  from githubkit.versions.v2022_11_28.models import (
9244
8739
  WebhookCodeScanningAlertReopenedPropAlertPropMostRecentInstancePropLocation as WebhookCodeScanningAlertReopenedPropAlertPropMostRecentInstancePropLocation,
9245
8740
  )
@@ -9267,24 +8762,9 @@ if TYPE_CHECKING:
9267
8762
  from githubkit.versions.v2022_11_28.models import (
9268
8763
  WebhookIssueCommentDeletedPropIssueAllof0PropPerformedViaGithubAppPropOwner as WebhookIssueCommentDeletedPropIssueAllof0PropPerformedViaGithubAppPropOwner,
9269
8764
  )
9270
- from githubkit.versions.v2022_11_28.models import (
9271
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccount as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccount,
9272
- )
9273
- from githubkit.versions.v2022_11_28.models import (
9274
- WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccount as WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccount,
9275
- )
9276
8765
  from githubkit.versions.v2022_11_28.models import (
9277
8766
  WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccount,
9278
8767
  )
9279
- from githubkit.versions.v2022_11_28.models import (
9280
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedAccount as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedAccount,
9281
- )
9282
- from githubkit.versions.v2022_11_28.models import (
9283
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccount as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccount,
9284
- )
9285
- from githubkit.versions.v2022_11_28.models import (
9286
- WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccount as WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccount,
9287
- )
9288
8768
  from githubkit.versions.v2022_11_28.models import (
9289
8769
  WebhookPackagePublishedPropPackagePropPackageVersionPropDockerMetadataItems as WebhookPackagePublishedPropPackagePropPackageVersionPropDockerMetadataItems,
9290
8770
  )
@@ -9384,18 +8864,6 @@ if TYPE_CHECKING:
9384
8864
  from githubkit.versions.v2022_11_28.models import (
9385
8865
  WebhookPullRequestUnlabeledPropPullRequestPropRequestedTeamsItemsPropParent as WebhookPullRequestUnlabeledPropPullRequestPropRequestedTeamsItemsPropParent,
9386
8866
  )
9387
- from githubkit.versions.v2022_11_28.models import (
9388
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropCommitter as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropCommitter,
9389
- )
9390
- from githubkit.versions.v2022_11_28.models import (
9391
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwner,
9392
- )
9393
- from githubkit.versions.v2022_11_28.models import (
9394
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitter as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitter,
9395
- )
9396
- from githubkit.versions.v2022_11_28.models import (
9397
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwner as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwner,
9398
- )
9399
8867
  from githubkit.versions.v2022_11_28.models import (
9400
8868
  ProtectedBranchPropRequiredPullRequestReviewsPropBypassPullRequestAllowances as ProtectedBranchPropRequiredPullRequestReviewsPropBypassPullRequestAllowances,
9401
8869
  )
@@ -9417,18 +8885,6 @@ if TYPE_CHECKING:
9417
8885
  from githubkit.versions.v2022_11_28.models import (
9418
8886
  WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropOwner as WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropOwner,
9419
8887
  )
9420
- from githubkit.versions.v2022_11_28.models import (
9421
- WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
9422
- )
9423
- from githubkit.versions.v2022_11_28.models import (
9424
- WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
9425
- )
9426
- from githubkit.versions.v2022_11_28.models import (
9427
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlan as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlan,
9428
- )
9429
- from githubkit.versions.v2022_11_28.models import (
9430
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlan as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlan,
9431
- )
9432
8888
  from githubkit.versions.v2022_11_28.models import (
9433
8889
  WebhookPullRequestAutoMergeDisabledPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestAutoMergeDisabledPropPullRequestPropAutoMergePropEnabledBy,
9434
8890
  )
@@ -9516,24 +8972,6 @@ if TYPE_CHECKING:
9516
8972
  from githubkit.versions.v2022_11_28.models import (
9517
8973
  WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems as WebhookSecurityAdvisoryWithdrawnPropSecurityAdvisoryPropVulnerabilitiesItems,
9518
8974
  )
9519
- from githubkit.versions.v2022_11_28.models import (
9520
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItems as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItems,
9521
- )
9522
- from githubkit.versions.v2022_11_28.models import (
9523
- WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItems as WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItems,
9524
- )
9525
- from githubkit.versions.v2022_11_28.models import (
9526
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropCommitter as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropCommitter,
9527
- )
9528
- from githubkit.versions.v2022_11_28.models import (
9529
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwner,
9530
- )
9531
- from githubkit.versions.v2022_11_28.models import (
9532
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitter as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitter,
9533
- )
9534
- from githubkit.versions.v2022_11_28.models import (
9535
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwner as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwner,
9536
- )
9537
8975
  from githubkit.versions.v2022_11_28.models import (
9538
8976
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBody,
9539
8977
  )
@@ -9555,12 +8993,6 @@ if TYPE_CHECKING:
9555
8993
  from githubkit.versions.v2022_11_28.models import (
9556
8994
  WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount,
9557
8995
  )
9558
- from githubkit.versions.v2022_11_28.models import (
9559
- WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0 as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0,
9560
- )
9561
- from githubkit.versions.v2022_11_28.models import (
9562
- WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1 as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1,
9563
- )
9564
8996
  from githubkit.versions.v2022_11_28.models import (
9565
8997
  WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount as WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount,
9566
8998
  )
@@ -9624,18 +9056,6 @@ if TYPE_CHECKING:
9624
9056
  from githubkit.versions.v2022_11_28.models import (
9625
9057
  WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsPropChanges as WebhookRepositoryRulesetEditedPropChangesPropRulesPropUpdatedItemsPropChanges,
9626
9058
  )
9627
- from githubkit.versions.v2022_11_28.models import (
9628
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBase as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBase,
9629
- )
9630
- from githubkit.versions.v2022_11_28.models import (
9631
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHead as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHead,
9632
- )
9633
- from githubkit.versions.v2022_11_28.models import (
9634
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItems as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItems,
9635
- )
9636
- from githubkit.versions.v2022_11_28.models import (
9637
- WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItems as WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItems,
9638
- )
9639
9059
  from githubkit.versions.v2022_11_28.models import (
9640
9060
  ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtection as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtection,
9641
9061
  )
@@ -9648,9 +9068,6 @@ if TYPE_CHECKING:
9648
9068
  from githubkit.versions.v2022_11_28.models import (
9649
9069
  WebhookDeploymentStatusCreatedPropDeploymentPropPerformedViaGithubAppPropOwner as WebhookDeploymentStatusCreatedPropDeploymentPropPerformedViaGithubAppPropOwner,
9650
9070
  )
9651
- from githubkit.versions.v2022_11_28.models import (
9652
- WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
9653
- )
9654
9071
  from githubkit.versions.v2022_11_28.models import (
9655
9072
  WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlan,
9656
9073
  )
@@ -9717,12 +9134,6 @@ if TYPE_CHECKING:
9717
9134
  from githubkit.versions.v2022_11_28.models import (
9718
9135
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropAuthor as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropAuthor,
9719
9136
  )
9720
- from githubkit.versions.v2022_11_28.models import (
9721
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBase as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBase,
9722
- )
9723
- from githubkit.versions.v2022_11_28.models import (
9724
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHead as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHead,
9725
- )
9726
9137
  from githubkit.versions.v2022_11_28.models import (
9727
9138
  ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0,
9728
9139
  )
@@ -9739,13 +9150,10 @@ if TYPE_CHECKING:
9739
9150
  WebhookCodeScanningAlertClosedByUserPropAlertPropMostRecentInstancePropLocation as WebhookCodeScanningAlertClosedByUserPropAlertPropMostRecentInstancePropLocation,
9740
9151
  )
9741
9152
  from githubkit.versions.v2022_11_28.models import (
9742
- WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase,
9153
+ WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan,
9743
9154
  )
9744
9155
  from githubkit.versions.v2022_11_28.models import (
9745
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropAccount as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropAccount,
9746
- )
9747
- from githubkit.versions.v2022_11_28.models import (
9748
- WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccount as WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccount,
9156
+ WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase as WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase,
9749
9157
  )
9750
9158
  from githubkit.versions.v2022_11_28.models import (
9751
9159
  WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy as WebhookPullRequestReviewCommentCreatedPropPullRequestPropAutoMergePropEnabledBy,
@@ -9810,6 +9218,12 @@ if TYPE_CHECKING:
9810
9218
  from githubkit.versions.v2022_11_28.models import (
9811
9219
  WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropRelease as WebhookRegistryPackagePublishedPropRegistryPackagePropPackageVersionPropRelease,
9812
9220
  )
9221
+ from githubkit.versions.v2022_11_28.models import (
9222
+ WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepo as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepo,
9223
+ )
9224
+ from githubkit.versions.v2022_11_28.models import (
9225
+ WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo as WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo,
9226
+ )
9813
9227
  from githubkit.versions.v2022_11_28.models import (
9814
9228
  WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBasePropRepo as WebhookWorkflowRunRequestedPropWorkflowRunPropPullRequestsItemsPropBasePropRepo,
9815
9229
  )
@@ -9828,9 +9242,6 @@ if TYPE_CHECKING:
9828
9242
  from githubkit.versions.v2022_11_28.models import (
9829
9243
  WebhookIssueCommentEditedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssueCommentEditedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
9830
9244
  )
9831
- from githubkit.versions.v2022_11_28.models import (
9832
- WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions as WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions,
9833
- )
9834
9245
  from githubkit.versions.v2022_11_28.models import (
9835
9246
  WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropTag as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropTag,
9836
9247
  )
@@ -9900,6 +9311,12 @@ if TYPE_CHECKING:
9900
9311
  from githubkit.versions.v2022_11_28.models import (
9901
9312
  WebhookPullRequestReviewThreadUnresolvedPropThreadPropCommentsItemsPropReactions as WebhookPullRequestReviewThreadUnresolvedPropThreadPropCommentsItemsPropReactions,
9902
9313
  )
9314
+ from githubkit.versions.v2022_11_28.models import (
9315
+ WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepo as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepo,
9316
+ )
9317
+ from githubkit.versions.v2022_11_28.models import (
9318
+ WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo as WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo,
9319
+ )
9903
9320
  from githubkit.versions.v2022_11_28.models import (
9904
9321
  WebhookCodeScanningAlertReopenedByUserPropAlertPropMostRecentInstancePropLocation as WebhookCodeScanningAlertReopenedByUserPropAlertPropMostRecentInstancePropLocation,
9905
9322
  )
@@ -9984,6 +9401,9 @@ if TYPE_CHECKING:
9984
9401
  from githubkit.versions.v2022_11_28.models import (
9985
9402
  WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesOpenedPropChangesPropOldIssuePropPerformedViaGithubAppPropPermissions,
9986
9403
  )
9404
+ from githubkit.versions.v2022_11_28.models import (
9405
+ WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccount as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccount,
9406
+ )
9987
9407
  from githubkit.versions.v2022_11_28.models import (
9988
9408
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDirectories as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDirectories,
9989
9409
  )
@@ -10149,9 +9569,6 @@ if TYPE_CHECKING:
10149
9569
  from githubkit.versions.v2022_11_28.models import (
10150
9570
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody,
10151
9571
  )
10152
- from githubkit.versions.v2022_11_28.models import (
10153
- WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlan as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlan,
10154
- )
10155
9572
  from githubkit.versions.v2022_11_28.models import (
10156
9573
  WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropManifest as WebhookPackagePublishedPropPackagePropPackageVersionPropContainerMetadataPropManifest,
10157
9574
  )
@@ -10197,12 +9614,6 @@ if TYPE_CHECKING:
10197
9614
  from githubkit.versions.v2022_11_28.models import (
10198
9615
  WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage as WebhookSecurityAdvisoryUpdatedPropSecurityAdvisoryPropVulnerabilitiesItemsPropPackage,
10199
9616
  )
10200
- from githubkit.versions.v2022_11_28.models import (
10201
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo,
10202
- )
10203
- from githubkit.versions.v2022_11_28.models import (
10204
- WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo as WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo,
10205
- )
10206
9617
  from githubkit.versions.v2022_11_28.models import (
10207
9618
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropDevDependencies,
10208
9619
  )
@@ -10263,12 +9674,6 @@ if TYPE_CHECKING:
10263
9674
  from githubkit.versions.v2022_11_28.models import (
10264
9675
  WebhookPullRequestUnassignedPropPullRequestPropRequestedReviewersItemsOneof1PropParent as WebhookPullRequestUnassignedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
10265
9676
  )
10266
- from githubkit.versions.v2022_11_28.models import (
10267
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo,
10268
- )
10269
- from githubkit.versions.v2022_11_28.models import (
10270
- WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo as WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo,
10271
- )
10272
9677
  from githubkit.versions.v2022_11_28.models import (
10273
9678
  WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions as WebhookIssuesTransferredPropChangesPropNewIssuePropPerformedViaGithubAppPropPermissions,
10274
9679
  )
@@ -10317,9 +9722,6 @@ if TYPE_CHECKING:
10317
9722
  from githubkit.versions.v2022_11_28.models import (
10318
9723
  WebhookBranchProtectionRuleEditedPropChangesPropLinearHistoryRequirementEnforcementLevel as WebhookBranchProtectionRuleEditedPropChangesPropLinearHistoryRequirementEnforcementLevel,
10319
9724
  )
10320
- from githubkit.versions.v2022_11_28.models import (
10321
- WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccount as WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccount,
10322
- )
10323
9725
  from githubkit.versions.v2022_11_28.models import (
10324
9726
  WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems as WebhookPackagePublishedPropPackagePropPackageVersionPropNpmMetadataPropContributorsItems,
10325
9727
  )
@@ -10549,8 +9951,8 @@ else:
10549
9951
  "GlobalAdvisoryPropIdentifiersItems",
10550
9952
  "GlobalAdvisoryPropCvss",
10551
9953
  "GlobalAdvisoryPropCwesItems",
10552
- "GlobalAdvisoryPropVulnerabilitiesItems",
10553
- "GlobalAdvisoryPropVulnerabilitiesItemsPropPackage",
9954
+ "Vulnerability",
9955
+ "VulnerabilityPropPackage",
10554
9956
  "BasicError",
10555
9957
  "ValidationErrorSimple",
10556
9958
  "Integration",
@@ -10759,6 +10161,7 @@ else:
10759
10161
  "RepositoryRuleWorkflows",
10760
10162
  "RepositoryRuleWorkflowsPropParameters",
10761
10163
  "RepositoryRuleParamsWorkflowFileReference",
10164
+ "RepositoryRuleParamsCodeScanningTool",
10762
10165
  "RepositoryRuleset",
10763
10166
  "RepositoryRulesetPropLinks",
10764
10167
  "RepositoryRulesetPropLinksPropSelf",
@@ -11207,6 +10610,7 @@ else:
11207
10610
  "RepositoryWebhooksPropTemplateRepositoryPropOwner",
11208
10611
  "RepositoryWebhooksPropTemplateRepositoryPropPermissions",
11209
10612
  "SimpleUserWebhooks",
10613
+ "WebhooksRule",
11210
10614
  "SimpleCheckSuite",
11211
10615
  "CheckRunWithSimpleCheckSuite",
11212
10616
  "CheckRunWithSimpleCheckSuitePropOutput",
@@ -11232,15 +10636,14 @@ else:
11232
10636
  "PersonalAccessTokenRequestPropPermissionsResultPropOther",
11233
10637
  "ProjectsV2",
11234
10638
  "ProjectsV2Item",
10639
+ "PullRequestWebhook",
10640
+ "PullRequestWebhookAllof1",
11235
10641
  "SecretScanningAlertWebhook",
11236
10642
  "WebhookBranchProtectionConfigurationDisabled",
11237
10643
  "WebhookBranchProtectionConfigurationEnabled",
11238
10644
  "WebhookBranchProtectionRuleCreated",
11239
- "WebhookBranchProtectionRuleCreatedPropRule",
11240
10645
  "WebhookBranchProtectionRuleDeleted",
11241
- "WebhookBranchProtectionRuleDeletedPropRule",
11242
10646
  "WebhookBranchProtectionRuleEdited",
11243
- "WebhookBranchProtectionRuleEditedPropRule",
11244
10647
  "WebhookBranchProtectionRuleEditedPropChanges",
11245
10648
  "WebhookBranchProtectionRuleEditedPropChangesPropAdminEnforced",
11246
10649
  "WebhookBranchProtectionRuleEditedPropChangesPropAuthorizedActorNames",
@@ -11497,19 +10900,6 @@ else:
11497
10900
  "WebhookDiscussionCommentEditedPropCommentPropReactions",
11498
10901
  "WebhookDiscussionCommentEditedPropCommentPropUser",
11499
10902
  "WebhookDiscussionCreated",
11500
- "WebhookDiscussionCreatedPropDiscussion",
11501
- "WebhookDiscussionCreatedPropDiscussionMergedCategory",
11502
- "WebhookDiscussionCreatedPropDiscussionMergedReactions",
11503
- "WebhookDiscussionCreatedPropDiscussionMergedUser",
11504
- "WebhookDiscussionCreatedPropDiscussionAllof0",
11505
- "WebhookDiscussionCreatedPropDiscussionAllof0PropAnswerChosenBy",
11506
- "WebhookDiscussionCreatedPropDiscussionAllof0PropCategory",
11507
- "WebhookDiscussionCreatedPropDiscussionAllof0PropReactions",
11508
- "WebhookDiscussionCreatedPropDiscussionAllof0PropUser",
11509
- "WebhookDiscussionCreatedPropDiscussionAllof1",
11510
- "WebhookDiscussionCreatedPropDiscussionAllof1PropCategory",
11511
- "WebhookDiscussionCreatedPropDiscussionAllof1PropReactions",
11512
- "WebhookDiscussionCreatedPropDiscussionAllof1PropUser",
11513
10903
  "WebhookDiscussionDeleted",
11514
10904
  "WebhookDiscussionEdited",
11515
10905
  "WebhookDiscussionEditedPropChanges",
@@ -11718,36 +11108,20 @@ else:
11718
11108
  "WebhookIssuesDeletedPropIssuePropReactions",
11719
11109
  "WebhookIssuesDeletedPropIssuePropUser",
11720
11110
  "WebhookIssuesDemilestoned",
11111
+ "WebhookIssuesDemilestonedPropIssue",
11112
+ "WebhookIssuesDemilestonedPropIssuePropAssignee",
11113
+ "WebhookIssuesDemilestonedPropIssuePropAssigneesItems",
11114
+ "WebhookIssuesDemilestonedPropIssuePropLabelsItems",
11115
+ "WebhookIssuesDemilestonedPropIssuePropMilestone",
11116
+ "WebhookIssuesDemilestonedPropIssuePropMilestonePropCreator",
11117
+ "WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubApp",
11118
+ "WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropOwner",
11119
+ "WebhookIssuesDemilestonedPropIssuePropPerformedViaGithubAppPropPermissions",
11120
+ "WebhookIssuesDemilestonedPropIssuePropPullRequest",
11121
+ "WebhookIssuesDemilestonedPropIssuePropReactions",
11122
+ "WebhookIssuesDemilestonedPropIssuePropUser",
11721
11123
  "WebhookIssuesDemilestonedPropMilestone",
11722
11124
  "WebhookIssuesDemilestonedPropMilestonePropCreator",
11723
- "WebhookIssuesDemilestonedPropIssue",
11724
- "WebhookIssuesDemilestonedPropIssueMergedAssignee",
11725
- "WebhookIssuesDemilestonedPropIssueMergedAssignees",
11726
- "WebhookIssuesDemilestonedPropIssueMergedLabels",
11727
- "WebhookIssuesDemilestonedPropIssueMergedReactions",
11728
- "WebhookIssuesDemilestonedPropIssueMergedUser",
11729
- "WebhookIssuesDemilestonedPropIssueAllof0",
11730
- "WebhookIssuesDemilestonedPropIssueAllof0PropAssignee",
11731
- "WebhookIssuesDemilestonedPropIssueAllof0PropAssigneesItems",
11732
- "WebhookIssuesDemilestonedPropIssueAllof0PropLabelsItems",
11733
- "WebhookIssuesDemilestonedPropIssueAllof0PropReactions",
11734
- "WebhookIssuesDemilestonedPropIssueAllof0PropUser",
11735
- "WebhookIssuesDemilestonedPropIssueAllof0PropMilestone",
11736
- "WebhookIssuesDemilestonedPropIssueAllof0PropMilestonePropCreator",
11737
- "WebhookIssuesDemilestonedPropIssueAllof0PropPullRequest",
11738
- "WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwner",
11739
- "WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions",
11740
- "WebhookIssuesDemilestonedPropIssueAllof0PropPerformedViaGithubApp",
11741
- "WebhookIssuesDemilestonedPropIssueAllof1",
11742
- "WebhookIssuesDemilestonedPropIssueAllof1PropAssignee",
11743
- "WebhookIssuesDemilestonedPropIssueAllof1PropAssigneesItems",
11744
- "WebhookIssuesDemilestonedPropIssueAllof1PropLabelsItems",
11745
- "WebhookIssuesDemilestonedPropIssueAllof1PropMilestone",
11746
- "WebhookIssuesDemilestonedPropIssueAllof1PropMilestonePropCreator",
11747
- "WebhookIssuesDemilestonedPropIssueAllof1PropPerformedViaGithubApp",
11748
- "WebhookIssuesDemilestonedPropIssueAllof1PropReactions",
11749
- "WebhookIssuesDemilestonedPropIssueAllof1PropUser",
11750
- "WebhookIssuesDemilestonedPropIssueMergedPerformedViaGithubApp",
11751
11125
  "WebhookIssuesEdited",
11752
11126
  "WebhookIssuesEditedPropLabel",
11753
11127
  "WebhookIssuesEditedPropChanges",
@@ -11781,64 +11155,32 @@ else:
11781
11155
  "WebhookIssuesLabeledPropIssuePropUser",
11782
11156
  "WebhookIssuesLocked",
11783
11157
  "WebhookIssuesLockedPropIssue",
11784
- "WebhookIssuesLockedPropIssueMergedAssignee",
11785
- "WebhookIssuesLockedPropIssueMergedAssignees",
11786
- "WebhookIssuesLockedPropIssueMergedLabels",
11787
- "WebhookIssuesLockedPropIssueMergedReactions",
11788
- "WebhookIssuesLockedPropIssueMergedUser",
11789
- "WebhookIssuesLockedPropIssueAllof0",
11790
- "WebhookIssuesLockedPropIssueAllof0PropAssignee",
11791
- "WebhookIssuesLockedPropIssueAllof0PropAssigneesItems",
11792
- "WebhookIssuesLockedPropIssueAllof0PropLabelsItems",
11793
- "WebhookIssuesLockedPropIssueAllof0PropReactions",
11794
- "WebhookIssuesLockedPropIssueAllof0PropUser",
11795
- "WebhookIssuesLockedPropIssueAllof0PropMilestonePropCreator",
11796
- "WebhookIssuesLockedPropIssueAllof0PropMilestone",
11797
- "WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropOwner",
11798
- "WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions",
11799
- "WebhookIssuesLockedPropIssueAllof0PropPerformedViaGithubApp",
11800
- "WebhookIssuesLockedPropIssueAllof0PropPullRequest",
11801
- "WebhookIssuesLockedPropIssueAllof1",
11802
- "WebhookIssuesLockedPropIssueAllof1PropAssignee",
11803
- "WebhookIssuesLockedPropIssueAllof1PropAssigneesItems",
11804
- "WebhookIssuesLockedPropIssueAllof1PropLabelsItems",
11805
- "WebhookIssuesLockedPropIssueAllof1PropMilestone",
11806
- "WebhookIssuesLockedPropIssueAllof1PropPerformedViaGithubApp",
11807
- "WebhookIssuesLockedPropIssueAllof1PropReactions",
11808
- "WebhookIssuesLockedPropIssueAllof1PropUser",
11809
- "WebhookIssuesLockedPropIssueMergedMilestone",
11810
- "WebhookIssuesLockedPropIssueMergedPerformedViaGithubApp",
11158
+ "WebhookIssuesLockedPropIssuePropAssignee",
11159
+ "WebhookIssuesLockedPropIssuePropAssigneesItems",
11160
+ "WebhookIssuesLockedPropIssuePropLabelsItems",
11161
+ "WebhookIssuesLockedPropIssuePropMilestone",
11162
+ "WebhookIssuesLockedPropIssuePropMilestonePropCreator",
11163
+ "WebhookIssuesLockedPropIssuePropPerformedViaGithubApp",
11164
+ "WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropOwner",
11165
+ "WebhookIssuesLockedPropIssuePropPerformedViaGithubAppPropPermissions",
11166
+ "WebhookIssuesLockedPropIssuePropPullRequest",
11167
+ "WebhookIssuesLockedPropIssuePropReactions",
11168
+ "WebhookIssuesLockedPropIssuePropUser",
11811
11169
  "WebhookIssuesMilestoned",
11170
+ "WebhookIssuesMilestonedPropIssue",
11171
+ "WebhookIssuesMilestonedPropIssuePropAssignee",
11172
+ "WebhookIssuesMilestonedPropIssuePropAssigneesItems",
11173
+ "WebhookIssuesMilestonedPropIssuePropLabelsItems",
11174
+ "WebhookIssuesMilestonedPropIssuePropMilestone",
11175
+ "WebhookIssuesMilestonedPropIssuePropMilestonePropCreator",
11176
+ "WebhookIssuesMilestonedPropIssuePropPerformedViaGithubApp",
11177
+ "WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropOwner",
11178
+ "WebhookIssuesMilestonedPropIssuePropPerformedViaGithubAppPropPermissions",
11179
+ "WebhookIssuesMilestonedPropIssuePropPullRequest",
11180
+ "WebhookIssuesMilestonedPropIssuePropReactions",
11181
+ "WebhookIssuesMilestonedPropIssuePropUser",
11812
11182
  "WebhookIssuesMilestonedPropMilestone",
11813
11183
  "WebhookIssuesMilestonedPropMilestonePropCreator",
11814
- "WebhookIssuesMilestonedPropIssue",
11815
- "WebhookIssuesMilestonedPropIssueMergedAssignee",
11816
- "WebhookIssuesMilestonedPropIssueMergedAssignees",
11817
- "WebhookIssuesMilestonedPropIssueMergedLabels",
11818
- "WebhookIssuesMilestonedPropIssueMergedReactions",
11819
- "WebhookIssuesMilestonedPropIssueMergedUser",
11820
- "WebhookIssuesMilestonedPropIssueAllof0",
11821
- "WebhookIssuesMilestonedPropIssueAllof0PropAssignee",
11822
- "WebhookIssuesMilestonedPropIssueAllof0PropAssigneesItems",
11823
- "WebhookIssuesMilestonedPropIssueAllof0PropLabelsItems",
11824
- "WebhookIssuesMilestonedPropIssueAllof0PropMilestone",
11825
- "WebhookIssuesMilestonedPropIssueAllof0PropMilestonePropCreator",
11826
- "WebhookIssuesMilestonedPropIssueAllof0PropReactions",
11827
- "WebhookIssuesMilestonedPropIssueAllof0PropUser",
11828
- "WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropOwner",
11829
- "WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubAppPropPermissions",
11830
- "WebhookIssuesMilestonedPropIssueAllof0PropPerformedViaGithubApp",
11831
- "WebhookIssuesMilestonedPropIssueAllof0PropPullRequest",
11832
- "WebhookIssuesMilestonedPropIssueAllof1",
11833
- "WebhookIssuesMilestonedPropIssueAllof1PropAssignee",
11834
- "WebhookIssuesMilestonedPropIssueAllof1PropAssigneesItems",
11835
- "WebhookIssuesMilestonedPropIssueAllof1PropLabelsItems",
11836
- "WebhookIssuesMilestonedPropIssueAllof1PropPerformedViaGithubApp",
11837
- "WebhookIssuesMilestonedPropIssueAllof1PropReactions",
11838
- "WebhookIssuesMilestonedPropIssueAllof1PropUser",
11839
- "WebhookIssuesMilestonedPropIssueAllof1PropMilestone",
11840
- "WebhookIssuesMilestonedPropIssueAllof1PropMilestonePropCreator",
11841
- "WebhookIssuesMilestonedPropIssueMergedPerformedViaGithubApp",
11842
11184
  "WebhookIssuesOpened",
11843
11185
  "WebhookIssuesOpenedPropIssue",
11844
11186
  "WebhookIssuesOpenedPropIssuePropAssignee",
@@ -11885,33 +11227,17 @@ else:
11885
11227
  "WebhookIssuesPinnedPropIssuePropUser",
11886
11228
  "WebhookIssuesReopened",
11887
11229
  "WebhookIssuesReopenedPropIssue",
11888
- "WebhookIssuesReopenedPropIssueMergedAssignee",
11889
- "WebhookIssuesReopenedPropIssueMergedAssignees",
11890
- "WebhookIssuesReopenedPropIssueMergedLabels",
11891
- "WebhookIssuesReopenedPropIssueMergedReactions",
11892
- "WebhookIssuesReopenedPropIssueMergedUser",
11893
- "WebhookIssuesReopenedPropIssueAllof0",
11894
- "WebhookIssuesReopenedPropIssueAllof0PropAssignee",
11895
- "WebhookIssuesReopenedPropIssueAllof0PropAssigneesItems",
11896
- "WebhookIssuesReopenedPropIssueAllof0PropLabelsItems",
11897
- "WebhookIssuesReopenedPropIssueAllof0PropReactions",
11898
- "WebhookIssuesReopenedPropIssueAllof0PropUser",
11899
- "WebhookIssuesReopenedPropIssueAllof0PropMilestonePropCreator",
11900
- "WebhookIssuesReopenedPropIssueAllof0PropMilestone",
11901
- "WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropOwner",
11902
- "WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubAppPropPermissions",
11903
- "WebhookIssuesReopenedPropIssueAllof0PropPerformedViaGithubApp",
11904
- "WebhookIssuesReopenedPropIssueAllof0PropPullRequest",
11905
- "WebhookIssuesReopenedPropIssueAllof1",
11906
- "WebhookIssuesReopenedPropIssueAllof1PropAssignee",
11907
- "WebhookIssuesReopenedPropIssueAllof1PropAssigneesItems",
11908
- "WebhookIssuesReopenedPropIssueAllof1PropLabelsItems",
11909
- "WebhookIssuesReopenedPropIssueAllof1PropMilestone",
11910
- "WebhookIssuesReopenedPropIssueAllof1PropPerformedViaGithubApp",
11911
- "WebhookIssuesReopenedPropIssueAllof1PropReactions",
11912
- "WebhookIssuesReopenedPropIssueAllof1PropUser",
11913
- "WebhookIssuesReopenedPropIssueMergedMilestone",
11914
- "WebhookIssuesReopenedPropIssueMergedPerformedViaGithubApp",
11230
+ "WebhookIssuesReopenedPropIssuePropAssignee",
11231
+ "WebhookIssuesReopenedPropIssuePropAssigneesItems",
11232
+ "WebhookIssuesReopenedPropIssuePropLabelsItems",
11233
+ "WebhookIssuesReopenedPropIssuePropMilestone",
11234
+ "WebhookIssuesReopenedPropIssuePropMilestonePropCreator",
11235
+ "WebhookIssuesReopenedPropIssuePropPerformedViaGithubApp",
11236
+ "WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropOwner",
11237
+ "WebhookIssuesReopenedPropIssuePropPerformedViaGithubAppPropPermissions",
11238
+ "WebhookIssuesReopenedPropIssuePropPullRequest",
11239
+ "WebhookIssuesReopenedPropIssuePropReactions",
11240
+ "WebhookIssuesReopenedPropIssuePropUser",
11915
11241
  "WebhookIssuesTransferred",
11916
11242
  "WebhookIssuesTransferredPropIssue",
11917
11243
  "WebhookIssuesTransferredPropIssuePropAssignee",
@@ -11973,31 +11299,17 @@ else:
11973
11299
  "WebhookIssuesUnlabeledPropIssuePropUser",
11974
11300
  "WebhookIssuesUnlocked",
11975
11301
  "WebhookIssuesUnlockedPropIssue",
11976
- "WebhookIssuesUnlockedPropIssueMergedAssignee",
11977
- "WebhookIssuesUnlockedPropIssueMergedAssignees",
11978
- "WebhookIssuesUnlockedPropIssueMergedLabels",
11979
- "WebhookIssuesUnlockedPropIssueMergedReactions",
11980
- "WebhookIssuesUnlockedPropIssueMergedUser",
11981
- "WebhookIssuesUnlockedPropIssueAllof0",
11982
- "WebhookIssuesUnlockedPropIssueAllof0PropAssignee",
11983
- "WebhookIssuesUnlockedPropIssueAllof0PropAssigneesItems",
11984
- "WebhookIssuesUnlockedPropIssueAllof0PropLabelsItems",
11985
- "WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubApp",
11986
- "WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropOwner",
11987
- "WebhookIssuesUnlockedPropIssueAllof0PropPerformedViaGithubAppPropPermissions",
11988
- "WebhookIssuesUnlockedPropIssueAllof0PropReactions",
11989
- "WebhookIssuesUnlockedPropIssueAllof0PropUser",
11990
- "WebhookIssuesUnlockedPropIssueAllof0PropMilestonePropCreator",
11991
- "WebhookIssuesUnlockedPropIssueAllof0PropMilestone",
11992
- "WebhookIssuesUnlockedPropIssueAllof0PropPullRequest",
11993
- "WebhookIssuesUnlockedPropIssueAllof1",
11994
- "WebhookIssuesUnlockedPropIssueAllof1PropAssignee",
11995
- "WebhookIssuesUnlockedPropIssueAllof1PropAssigneesItems",
11996
- "WebhookIssuesUnlockedPropIssueAllof1PropLabelsItems",
11997
- "WebhookIssuesUnlockedPropIssueAllof1PropMilestone",
11998
- "WebhookIssuesUnlockedPropIssueAllof1PropReactions",
11999
- "WebhookIssuesUnlockedPropIssueAllof1PropUser",
12000
- "WebhookIssuesUnlockedPropIssueMergedMilestone",
11302
+ "WebhookIssuesUnlockedPropIssuePropAssignee",
11303
+ "WebhookIssuesUnlockedPropIssuePropAssigneesItems",
11304
+ "WebhookIssuesUnlockedPropIssuePropLabelsItems",
11305
+ "WebhookIssuesUnlockedPropIssuePropMilestone",
11306
+ "WebhookIssuesUnlockedPropIssuePropMilestonePropCreator",
11307
+ "WebhookIssuesUnlockedPropIssuePropPerformedViaGithubApp",
11308
+ "WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropOwner",
11309
+ "WebhookIssuesUnlockedPropIssuePropPerformedViaGithubAppPropPermissions",
11310
+ "WebhookIssuesUnlockedPropIssuePropPullRequest",
11311
+ "WebhookIssuesUnlockedPropIssuePropReactions",
11312
+ "WebhookIssuesUnlockedPropIssuePropUser",
12001
11313
  "WebhookIssuesUnpinned",
12002
11314
  "WebhookIssuesUnpinnedPropIssue",
12003
11315
  "WebhookIssuesUnpinnedPropIssuePropAssignee",
@@ -12023,69 +11335,44 @@ else:
12023
11335
  "WebhookLabelEditedPropChangesPropName",
12024
11336
  "WebhookMarketplacePurchaseCancelled",
12025
11337
  "WebhookMarketplacePurchaseCancelledPropMarketplacePurchase",
12026
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedAccount",
12027
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseMergedPlan",
11338
+ "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropAccount",
11339
+ "WebhookMarketplacePurchaseCancelledPropMarketplacePurchasePropPlan",
12028
11340
  "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchase",
12029
11341
  "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropAccount",
12030
11342
  "WebhookMarketplacePurchaseCancelledPropPreviousMarketplacePurchasePropPlan",
12031
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0",
12032
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropAccount",
12033
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof0PropPlan",
12034
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1",
12035
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropAccount",
12036
- "WebhookMarketplacePurchaseCancelledPropMarketplacePurchaseAllof1PropPlan",
12037
11343
  "WebhookMarketplacePurchaseChanged",
12038
11344
  "WebhookMarketplacePurchaseChangedPropMarketplacePurchase",
12039
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedAccount",
12040
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseMergedPlan",
11345
+ "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropAccount",
11346
+ "WebhookMarketplacePurchaseChangedPropMarketplacePurchasePropPlan",
12041
11347
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchase",
12042
11348
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropAccount",
12043
11349
  "WebhookMarketplacePurchaseChangedPropPreviousMarketplacePurchasePropPlan",
12044
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0",
12045
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropAccount",
12046
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof0PropPlan",
12047
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1",
12048
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropAccount",
12049
- "WebhookMarketplacePurchaseChangedPropMarketplacePurchaseAllof1PropPlan",
12050
11350
  "WebhookMarketplacePurchasePendingChange",
12051
11351
  "WebhookMarketplacePurchasePendingChangePropMarketplacePurchase",
12052
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedAccount",
12053
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseMergedPlan",
11352
+ "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropAccount",
11353
+ "WebhookMarketplacePurchasePendingChangePropMarketplacePurchasePropPlan",
12054
11354
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchase",
12055
11355
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropAccount",
12056
11356
  "WebhookMarketplacePurchasePendingChangePropPreviousMarketplacePurchasePropPlan",
12057
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0",
12058
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropAccount",
12059
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof0PropPlan",
12060
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1",
12061
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropAccount",
12062
- "WebhookMarketplacePurchasePendingChangePropMarketplacePurchaseAllof1PropPlan",
12063
11357
  "WebhookMarketplacePurchasePendingChangeCancelled",
11358
+ "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase",
11359
+ "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropAccount",
11360
+ "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchasePropPlan",
12064
11361
  "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchase",
12065
11362
  "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropAccount",
12066
11363
  "WebhookMarketplacePurchasePendingChangeCancelledPropPreviousMarketplacePurchasePropPlan",
12067
- "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchase",
12068
- "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0",
12069
- "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropAccount",
12070
- "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof0PropPlan",
12071
- "WebhookMarketplacePurchasePendingChangeCancelledPropMarketplacePurchaseAllof1",
12072
11364
  "WebhookMarketplacePurchasePurchased",
12073
11365
  "WebhookMarketplacePurchasePurchasedPropMarketplacePurchase",
12074
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedAccount",
12075
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseMergedPlan",
11366
+ "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropAccount",
11367
+ "WebhookMarketplacePurchasePurchasedPropMarketplacePurchasePropPlan",
12076
11368
  "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchase",
12077
11369
  "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropAccount",
12078
11370
  "WebhookMarketplacePurchasePurchasedPropPreviousMarketplacePurchasePropPlan",
12079
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0",
12080
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropAccount",
12081
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof0PropPlan",
12082
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1",
12083
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropAccount",
12084
- "WebhookMarketplacePurchasePurchasedPropMarketplacePurchaseAllof1PropPlan",
12085
11371
  "WebhookMemberAdded",
12086
11372
  "WebhookMemberAddedPropMember",
12087
11373
  "WebhookMemberAddedPropChanges",
12088
11374
  "WebhookMemberAddedPropChangesPropPermission",
11375
+ "WebhookMemberAddedPropChangesPropRoleName",
12089
11376
  "WebhookMemberEdited",
12090
11377
  "WebhookMemberEditedPropMember",
12091
11378
  "WebhookMemberEditedPropChanges",
@@ -12406,11 +11693,7 @@ else:
12406
11693
  "WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItems",
12407
11694
  "WebhookPullRequestAutoMergeEnabledPropPullRequestPropRequestedTeamsItemsPropParent",
12408
11695
  "WebhookPullRequestClosed",
12409
- "WebhookPullRequestClosedPropPullRequest",
12410
- "WebhookPullRequestClosedPropPullRequestAllof1",
12411
11696
  "WebhookPullRequestConvertedToDraft",
12412
- "WebhookPullRequestConvertedToDraftPropPullRequest",
12413
- "WebhookPullRequestConvertedToDraftPropPullRequestAllof1",
12414
11697
  "WebhookPullRequestDemilestoned",
12415
11698
  "WebhookPullRequestDemilestonedPropPullRequest",
12416
11699
  "WebhookPullRequestDemilestonedPropPullRequestPropAssignee",
@@ -12492,8 +11775,6 @@ else:
12492
11775
  "WebhookPullRequestEditedPropChangesPropBase",
12493
11776
  "WebhookPullRequestEditedPropChangesPropBasePropRef",
12494
11777
  "WebhookPullRequestEditedPropChangesPropBasePropSha",
12495
- "WebhookPullRequestEditedPropPullRequest",
12496
- "WebhookPullRequestEditedPropPullRequestAllof1",
12497
11778
  "WebhookPullRequestEnqueued",
12498
11779
  "WebhookPullRequestEnqueuedPropPullRequest",
12499
11780
  "WebhookPullRequestEnqueuedPropPullRequestPropAssignee",
@@ -12644,14 +11925,8 @@ else:
12644
11925
  "WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItems",
12645
11926
  "WebhookPullRequestMilestonedPropPullRequestPropRequestedTeamsItemsPropParent",
12646
11927
  "WebhookPullRequestOpened",
12647
- "WebhookPullRequestOpenedPropPullRequest",
12648
- "WebhookPullRequestOpenedPropPullRequestAllof1",
12649
11928
  "WebhookPullRequestReadyForReview",
12650
- "WebhookPullRequestReadyForReviewPropPullRequest",
12651
- "WebhookPullRequestReadyForReviewPropPullRequestAllof1",
12652
11929
  "WebhookPullRequestReopened",
12653
- "WebhookPullRequestReopenedPropPullRequest",
12654
- "WebhookPullRequestReopenedPropPullRequestAllof1",
12655
11930
  "WebhookPullRequestReviewCommentCreated",
12656
11931
  "WebhookPullRequestReviewCommentCreatedPropComment",
12657
11932
  "WebhookPullRequestReviewCommentCreatedPropCommentPropReactions",
@@ -13381,28 +12656,16 @@ else:
13381
12656
  "WebhookReleaseEditedPropReleasePropAssetsItemsPropUploader",
13382
12657
  "WebhookReleasePrereleased",
13383
12658
  "WebhookReleasePrereleasedPropRelease",
13384
- "WebhookReleasePrereleasedPropReleaseMergedAuthor",
13385
- "WebhookReleasePrereleasedPropReleaseAllof0",
13386
- "WebhookReleasePrereleasedPropReleaseAllof0PropAuthor",
13387
- "WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItems",
13388
- "WebhookReleasePrereleasedPropReleaseAllof0PropAssetsItemsPropUploader",
13389
- "WebhookReleasePrereleasedPropReleaseAllof0PropReactions",
13390
- "WebhookReleasePrereleasedPropReleaseAllof1",
13391
- "WebhookReleasePrereleasedPropReleaseAllof1PropAssetsItems",
13392
- "WebhookReleasePrereleasedPropReleaseAllof1PropAuthor",
13393
- "WebhookReleasePrereleasedPropReleaseMergedAssets",
12659
+ "WebhookReleasePrereleasedPropReleasePropAssetsItems",
12660
+ "WebhookReleasePrereleasedPropReleasePropAssetsItemsPropUploader",
12661
+ "WebhookReleasePrereleasedPropReleasePropAuthor",
12662
+ "WebhookReleasePrereleasedPropReleasePropReactions",
13394
12663
  "WebhookReleasePublished",
13395
12664
  "WebhookReleasePublishedPropRelease",
13396
- "WebhookReleasePublishedPropReleaseMergedAuthor",
13397
- "WebhookReleasePublishedPropReleaseAllof0",
13398
- "WebhookReleasePublishedPropReleaseAllof0PropAuthor",
13399
- "WebhookReleasePublishedPropReleaseAllof0PropAssetsItems",
13400
- "WebhookReleasePublishedPropReleaseAllof0PropAssetsItemsPropUploader",
13401
- "WebhookReleasePublishedPropReleaseAllof0PropReactions",
13402
- "WebhookReleasePublishedPropReleaseAllof1",
13403
- "WebhookReleasePublishedPropReleaseAllof1PropAssetsItems",
13404
- "WebhookReleasePublishedPropReleaseAllof1PropAuthor",
13405
- "WebhookReleasePublishedPropReleaseMergedAssets",
12665
+ "WebhookReleasePublishedPropReleasePropAssetsItems",
12666
+ "WebhookReleasePublishedPropReleasePropAssetsItemsPropUploader",
12667
+ "WebhookReleasePublishedPropReleasePropAuthor",
12668
+ "WebhookReleasePublishedPropReleasePropReactions",
13406
12669
  "WebhookReleaseReleased",
13407
12670
  "WebhookReleaseReleasedPropRelease",
13408
12671
  "WebhookReleaseReleasedPropReleasePropAuthor",
@@ -13411,16 +12674,10 @@ else:
13411
12674
  "WebhookReleaseReleasedPropReleasePropAssetsItemsPropUploader",
13412
12675
  "WebhookReleaseUnpublished",
13413
12676
  "WebhookReleaseUnpublishedPropRelease",
13414
- "WebhookReleaseUnpublishedPropReleaseMergedAuthor",
13415
- "WebhookReleaseUnpublishedPropReleaseAllof0",
13416
- "WebhookReleaseUnpublishedPropReleaseAllof0PropAuthor",
13417
- "WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItems",
13418
- "WebhookReleaseUnpublishedPropReleaseAllof0PropAssetsItemsPropUploader",
13419
- "WebhookReleaseUnpublishedPropReleaseAllof0PropReactions",
13420
- "WebhookReleaseUnpublishedPropReleaseAllof1",
13421
- "WebhookReleaseUnpublishedPropReleaseAllof1PropAssetsItems",
13422
- "WebhookReleaseUnpublishedPropReleaseAllof1PropAuthor",
13423
- "WebhookReleaseUnpublishedPropReleaseMergedAssets",
12677
+ "WebhookReleaseUnpublishedPropReleasePropAssetsItems",
12678
+ "WebhookReleaseUnpublishedPropReleasePropAssetsItemsPropUploader",
12679
+ "WebhookReleaseUnpublishedPropReleasePropAuthor",
12680
+ "WebhookReleaseUnpublishedPropReleasePropReactions",
13424
12681
  "WebhookRepositoryAdvisoryPublished",
13425
12682
  "WebhookRepositoryAdvisoryReported",
13426
12683
  "WebhookRepositoryArchived",
@@ -13469,29 +12726,21 @@ else:
13469
12726
  "WebhookRepositoryUnarchived",
13470
12727
  "WebhookRepositoryVulnerabilityAlertCreate",
13471
12728
  "WebhookRepositoryVulnerabilityAlertCreatePropAlert",
13472
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0",
13473
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof0PropDismisser",
13474
- "WebhookRepositoryVulnerabilityAlertCreatePropAlertAllof1",
12729
+ "WebhookRepositoryVulnerabilityAlertCreatePropAlertPropDismisser",
13475
12730
  "WebhookRepositoryVulnerabilityAlertDismiss",
13476
12731
  "WebhookRepositoryVulnerabilityAlertDismissPropAlert",
13477
- "WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0",
13478
- "WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof0PropDismisser",
13479
- "WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1",
13480
- "WebhookRepositoryVulnerabilityAlertDismissPropAlertAllof1PropDismisser",
12732
+ "WebhookRepositoryVulnerabilityAlertDismissPropAlertPropDismisser",
13481
12733
  "WebhookRepositoryVulnerabilityAlertReopen",
13482
12734
  "WebhookRepositoryVulnerabilityAlertReopenPropAlert",
13483
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0",
13484
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof0PropDismisser",
13485
- "WebhookRepositoryVulnerabilityAlertReopenPropAlertAllof1",
12735
+ "WebhookRepositoryVulnerabilityAlertReopenPropAlertPropDismisser",
13486
12736
  "WebhookRepositoryVulnerabilityAlertResolve",
13487
12737
  "WebhookRepositoryVulnerabilityAlertResolvePropAlert",
13488
- "WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0",
13489
- "WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof0PropDismisser",
13490
- "WebhookRepositoryVulnerabilityAlertResolvePropAlertAllof1",
12738
+ "WebhookRepositoryVulnerabilityAlertResolvePropAlertPropDismisser",
13491
12739
  "WebhookSecretScanningAlertCreated",
13492
12740
  "WebhookSecretScanningAlertLocationCreated",
13493
12741
  "SecretScanningLocation",
13494
12742
  "SecretScanningLocationCommit",
12743
+ "SecretScanningLocationWikiCommit",
13495
12744
  "SecretScanningLocationIssueTitle",
13496
12745
  "SecretScanningLocationIssueBody",
13497
12746
  "SecretScanningLocationIssueComment",
@@ -13677,85 +12926,39 @@ else:
13677
12926
  "WebhookWorkflowRunCompleted",
13678
12927
  "WebhookWorkflowRunCompletedPropWorkflow",
13679
12928
  "WebhookWorkflowRunCompletedPropWorkflowRun",
13680
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedActor",
13681
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommit",
13682
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropAuthor",
13683
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadCommitPropCommitter",
13684
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepository",
13685
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedHeadRepositoryPropOwner",
13686
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedRepository",
13687
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedRepositoryPropOwner",
13688
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedTriggeringActor",
13689
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0",
13690
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropActor",
13691
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropTriggeringActor",
13692
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommit",
13693
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropAuthor",
13694
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadCommitPropCommitter",
13695
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepository",
13696
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropHeadRepositoryPropOwner",
13697
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepository",
13698
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropRepositoryPropOwner",
13699
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItems",
13700
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBase",
13701
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo",
13702
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHead",
13703
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo",
13704
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof0PropReferencedWorkflowsItems",
13705
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1",
13706
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropActor",
13707
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropPullRequestsItems",
13708
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropReferencedWorkflowsItems",
13709
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropTriggeringActor",
13710
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommit",
13711
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropAuthor",
13712
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadCommitPropCommitter",
13713
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepository",
13714
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropHeadRepositoryPropOwner",
13715
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepository",
13716
- "WebhookWorkflowRunCompletedPropWorkflowRunAllof1PropRepositoryPropOwner",
13717
- "WebhookWorkflowRunCompletedPropWorkflowRunMergedPullRequests",
12929
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropActor",
12930
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropReferencedWorkflowsItems",
12931
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropTriggeringActor",
12932
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommit",
12933
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropAuthor",
12934
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropHeadCommitPropCommitter",
12935
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepository",
12936
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropHeadRepositoryPropOwner",
12937
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropRepository",
12938
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropRepositoryPropOwner",
12939
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItems",
12940
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBase",
12941
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropBasePropRepo",
12942
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHead",
12943
+ "WebhookWorkflowRunCompletedPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
13718
12944
  "WebhookWorkflowRunInProgress",
13719
12945
  "WebhookWorkflowRunInProgressPropWorkflow",
13720
12946
  "WebhookWorkflowRunInProgressPropWorkflowRun",
13721
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedActor",
13722
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommit",
13723
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropAuthor",
13724
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadCommitPropCommitter",
13725
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepository",
13726
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedHeadRepositoryPropOwner",
13727
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedRepository",
13728
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedRepositoryPropOwner",
13729
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedTriggeringActor",
13730
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0",
13731
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropActor",
13732
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropTriggeringActor",
13733
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommit",
13734
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropAuthor",
13735
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadCommitPropCommitter",
13736
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepository",
13737
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropHeadRepositoryPropOwner",
13738
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepository",
13739
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropRepositoryPropOwner",
13740
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItems",
13741
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBase",
13742
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropBasePropRepo",
13743
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHead",
13744
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropPullRequestsItemsPropHeadPropRepo",
13745
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof0PropReferencedWorkflowsItems",
13746
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1",
13747
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropActor",
13748
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropPullRequestsItems",
13749
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropReferencedWorkflowsItems",
13750
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropTriggeringActor",
13751
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommit",
13752
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropAuthor",
13753
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadCommitPropCommitter",
13754
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepository",
13755
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropHeadRepositoryPropOwner",
13756
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepository",
13757
- "WebhookWorkflowRunInProgressPropWorkflowRunAllof1PropRepositoryPropOwner",
13758
- "WebhookWorkflowRunInProgressPropWorkflowRunMergedPullRequests",
12947
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropActor",
12948
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropReferencedWorkflowsItems",
12949
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropTriggeringActor",
12950
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommit",
12951
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropAuthor",
12952
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropHeadCommitPropCommitter",
12953
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepository",
12954
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropHeadRepositoryPropOwner",
12955
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropRepository",
12956
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropRepositoryPropOwner",
12957
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItems",
12958
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBase",
12959
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropBasePropRepo",
12960
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHead",
12961
+ "WebhookWorkflowRunInProgressPropWorkflowRunPropPullRequestsItemsPropHeadPropRepo",
13759
12962
  "WebhookWorkflowRunRequested",
13760
12963
  "WebhookWorkflowRunRequestedPropWorkflow",
13761
12964
  "WebhookWorkflowRunRequestedPropWorkflowRun",
@@ -14022,6 +13225,11 @@ else:
14022
13225
  "DeploymentBranchPolicy",
14023
13226
  "ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody",
14024
13227
  "ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200",
13228
+ "ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200",
13229
+ "ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody",
13230
+ "ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200",
13231
+ "ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody",
13232
+ "ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody",
14025
13233
  "ReposOwnerRepoForksPostBody",
14026
13234
  "ReposOwnerRepoGitBlobsPostBody",
14027
13235
  "ReposOwnerRepoGitCommitsPostBody",
@@ -14081,6 +13289,7 @@ else:
14081
13289
  "ReposOwnerRepoPagesPostBodyAnyof0",
14082
13290
  "ReposOwnerRepoPagesPostBodyAnyof1",
14083
13291
  "ReposOwnerRepoPagesDeploymentsPostBody",
13292
+ "ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200",
14084
13293
  "ReposOwnerRepoProjectsPostBody",
14085
13294
  "ReposOwnerRepoPropertiesValuesPatchBody",
14086
13295
  "ReposOwnerRepoPullsPostBody",
@@ -14117,11 +13326,6 @@ else:
14117
13326
  "ReposOwnerRepoTopicsPutBody",
14118
13327
  "ReposOwnerRepoTransferPostBody",
14119
13328
  "ReposTemplateOwnerTemplateRepoGeneratePostBody",
14120
- "RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsGetResponse200",
14121
- "RepositoriesRepositoryIdEnvironmentsEnvironmentNameSecretsSecretNamePutBody",
14122
- "RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesGetResponse200",
14123
- "RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesPostBody",
14124
- "RepositoriesRepositoryIdEnvironmentsEnvironmentNameVariablesNamePatchBody",
14125
13329
  "TeamsTeamIdPatchBody",
14126
13330
  "TeamsTeamIdDiscussionsPostBody",
14127
13331
  "TeamsTeamIdDiscussionsDiscussionNumberPatchBody",