GitHubKit 0.12.10__py3-none-any.whl → 0.12.12__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 (2341) hide show
  1. githubkit/config.py +7 -1
  2. githubkit/core.py +10 -1
  3. githubkit/github.py +5 -0
  4. githubkit/rest/paginator.py +47 -45
  5. githubkit/versions/ghec_v2022_11_28/models/__init__.py +4376 -4342
  6. githubkit/versions/ghec_v2022_11_28/models/group_0060.py +3 -1
  7. githubkit/versions/ghec_v2022_11_28/models/group_0068.py +1 -1
  8. githubkit/versions/ghec_v2022_11_28/models/group_0186.py +129 -20
  9. githubkit/versions/ghec_v2022_11_28/models/group_0187.py +24 -38
  10. githubkit/versions/ghec_v2022_11_28/models/group_0188.py +32 -15
  11. githubkit/versions/ghec_v2022_11_28/models/group_0189.py +21 -21
  12. githubkit/versions/ghec_v2022_11_28/models/group_0190.py +23 -7
  13. githubkit/versions/ghec_v2022_11_28/models/group_0191.py +6 -32
  14. githubkit/versions/ghec_v2022_11_28/models/group_0192.py +32 -19
  15. githubkit/versions/ghec_v2022_11_28/models/group_0193.py +17 -10
  16. githubkit/versions/ghec_v2022_11_28/models/group_0194.py +13 -15
  17. githubkit/versions/ghec_v2022_11_28/models/group_0195.py +15 -7
  18. githubkit/versions/ghec_v2022_11_28/models/group_0196.py +5 -13
  19. githubkit/versions/ghec_v2022_11_28/models/group_0197.py +16 -14
  20. githubkit/versions/ghec_v2022_11_28/models/group_0198.py +8 -13
  21. githubkit/versions/ghec_v2022_11_28/models/group_0199.py +15 -18
  22. githubkit/versions/ghec_v2022_11_28/models/group_0200.py +4 -4
  23. githubkit/versions/ghec_v2022_11_28/models/group_0201.py +17 -31
  24. githubkit/versions/ghec_v2022_11_28/models/group_0202.py +28 -29
  25. githubkit/versions/ghec_v2022_11_28/models/group_0203.py +39 -10
  26. githubkit/versions/ghec_v2022_11_28/models/group_0204.py +7 -55
  27. githubkit/versions/ghec_v2022_11_28/models/group_0205.py +48 -11
  28. githubkit/versions/ghec_v2022_11_28/models/group_0206.py +9 -14
  29. githubkit/versions/ghec_v2022_11_28/models/group_0207.py +20 -40
  30. githubkit/versions/ghec_v2022_11_28/models/group_0208.py +33 -30
  31. githubkit/versions/ghec_v2022_11_28/models/group_0209.py +38 -55
  32. githubkit/versions/ghec_v2022_11_28/models/group_0210.py +43 -75
  33. githubkit/versions/ghec_v2022_11_28/models/group_0211.py +34 -31
  34. githubkit/versions/ghec_v2022_11_28/models/group_0212.py +81 -20
  35. githubkit/versions/ghec_v2022_11_28/models/group_0213.py +17 -25
  36. githubkit/versions/ghec_v2022_11_28/models/group_0214.py +31 -9
  37. githubkit/versions/ghec_v2022_11_28/models/group_0215.py +10 -12
  38. githubkit/versions/ghec_v2022_11_28/models/group_0216.py +13 -11
  39. githubkit/versions/ghec_v2022_11_28/models/group_0217.py +10 -181
  40. githubkit/versions/ghec_v2022_11_28/models/group_0218.py +168 -28
  41. githubkit/versions/ghec_v2022_11_28/models/group_0219.py +9 -53
  42. githubkit/versions/ghec_v2022_11_28/models/group_0220.py +84 -23
  43. githubkit/versions/ghec_v2022_11_28/models/group_0221.py +20 -181
  44. githubkit/versions/ghec_v2022_11_28/models/group_0222.py +175 -19
  45. githubkit/versions/ghec_v2022_11_28/models/group_0223.py +20 -107
  46. githubkit/versions/ghec_v2022_11_28/models/group_0224.py +107 -28
  47. githubkit/versions/ghec_v2022_11_28/models/group_0225.py +17 -9
  48. githubkit/versions/ghec_v2022_11_28/models/group_0226.py +25 -13
  49. githubkit/versions/ghec_v2022_11_28/models/group_0227.py +17 -13
  50. githubkit/versions/ghec_v2022_11_28/models/group_0228.py +10 -41
  51. githubkit/versions/ghec_v2022_11_28/models/group_0229.py +28 -132
  52. githubkit/versions/ghec_v2022_11_28/models/group_0230.py +140 -18
  53. githubkit/versions/ghec_v2022_11_28/models/group_0231.py +21 -9
  54. githubkit/versions/ghec_v2022_11_28/models/group_0232.py +14 -10
  55. githubkit/versions/ghec_v2022_11_28/models/group_0233.py +13 -8
  56. githubkit/versions/ghec_v2022_11_28/models/group_0234.py +8 -12
  57. githubkit/versions/ghec_v2022_11_28/models/group_0235.py +11 -20
  58. githubkit/versions/ghec_v2022_11_28/models/group_0236.py +18 -38
  59. githubkit/versions/ghec_v2022_11_28/models/group_0237.py +28 -18
  60. githubkit/versions/ghec_v2022_11_28/models/group_0238.py +19 -78
  61. githubkit/versions/ghec_v2022_11_28/models/group_0239.py +84 -10
  62. githubkit/versions/ghec_v2022_11_28/models/group_0240.py +14 -10
  63. githubkit/versions/ghec_v2022_11_28/models/group_0241.py +10 -12
  64. githubkit/versions/ghec_v2022_11_28/models/group_0242.py +11 -16
  65. githubkit/versions/ghec_v2022_11_28/models/group_0243.py +16 -6
  66. githubkit/versions/ghec_v2022_11_28/models/group_0244.py +9 -51
  67. githubkit/versions/ghec_v2022_11_28/models/group_0245.py +40 -35
  68. githubkit/versions/ghec_v2022_11_28/models/group_0246.py +32 -90
  69. githubkit/versions/ghec_v2022_11_28/models/group_0247.py +87 -29
  70. githubkit/versions/ghec_v2022_11_28/models/group_0248.py +44 -8
  71. githubkit/versions/ghec_v2022_11_28/models/group_0249.py +6 -13
  72. githubkit/versions/ghec_v2022_11_28/models/group_0250.py +11 -47
  73. githubkit/versions/ghec_v2022_11_28/models/group_0251.py +39 -37
  74. githubkit/versions/ghec_v2022_11_28/models/group_0252.py +40 -81
  75. githubkit/versions/ghec_v2022_11_28/models/group_0253.py +68 -28
  76. githubkit/versions/ghec_v2022_11_28/models/group_0254.py +49 -26
  77. githubkit/versions/ghec_v2022_11_28/models/group_0255.py +25 -11
  78. githubkit/versions/ghec_v2022_11_28/models/group_0256.py +11 -9
  79. githubkit/versions/ghec_v2022_11_28/models/group_0257.py +9 -27
  80. githubkit/versions/ghec_v2022_11_28/models/group_0258.py +22 -39
  81. githubkit/versions/ghec_v2022_11_28/models/group_0259.py +37 -119
  82. githubkit/versions/ghec_v2022_11_28/models/group_0260.py +116 -158
  83. githubkit/versions/ghec_v2022_11_28/models/group_0261.py +159 -16
  84. githubkit/versions/ghec_v2022_11_28/models/group_0262.py +25 -10
  85. githubkit/versions/ghec_v2022_11_28/models/group_0263.py +13 -10
  86. githubkit/versions/ghec_v2022_11_28/models/group_0264.py +10 -23
  87. githubkit/versions/ghec_v2022_11_28/models/group_0265.py +19 -52
  88. githubkit/versions/ghec_v2022_11_28/models/group_0266.py +44 -16
  89. githubkit/versions/ghec_v2022_11_28/models/group_0267.py +21 -25
  90. githubkit/versions/ghec_v2022_11_28/models/group_0268.py +22 -146
  91. githubkit/versions/ghec_v2022_11_28/models/group_0269.py +150 -18
  92. githubkit/versions/ghec_v2022_11_28/models/group_0270.py +24 -35
  93. githubkit/versions/ghec_v2022_11_28/models/group_0271.py +32 -33
  94. githubkit/versions/ghec_v2022_11_28/models/group_0272.py +25 -64
  95. githubkit/versions/ghec_v2022_11_28/models/group_0273.py +72 -15
  96. githubkit/versions/ghec_v2022_11_28/models/group_0274.py +16 -68
  97. githubkit/versions/ghec_v2022_11_28/models/group_0275.py +57 -22
  98. githubkit/versions/ghec_v2022_11_28/models/group_0276.py +32 -49
  99. githubkit/versions/ghec_v2022_11_28/models/group_0277.py +6 -46
  100. githubkit/versions/ghec_v2022_11_28/models/group_0278.py +89 -10
  101. githubkit/versions/ghec_v2022_11_28/models/group_0279.py +12 -14
  102. githubkit/versions/ghec_v2022_11_28/models/group_0280.py +11 -6
  103. githubkit/versions/ghec_v2022_11_28/models/group_0281.py +7 -41
  104. githubkit/versions/ghec_v2022_11_28/models/group_0282.py +41 -11
  105. githubkit/versions/ghec_v2022_11_28/models/group_0283.py +9 -27
  106. githubkit/versions/ghec_v2022_11_28/models/group_0284.py +27 -12
  107. githubkit/versions/ghec_v2022_11_28/models/group_0285.py +16 -10
  108. githubkit/versions/ghec_v2022_11_28/models/group_0286.py +9 -55
  109. githubkit/versions/ghec_v2022_11_28/models/group_0287.py +46 -18
  110. githubkit/versions/ghec_v2022_11_28/models/group_0288.py +27 -26
  111. githubkit/versions/ghec_v2022_11_28/models/group_0289.py +26 -39
  112. githubkit/versions/ghec_v2022_11_28/models/group_0290.py +30 -37
  113. githubkit/versions/ghec_v2022_11_28/models/group_0291.py +25 -15
  114. githubkit/versions/ghec_v2022_11_28/models/group_0292.py +36 -14
  115. githubkit/versions/ghec_v2022_11_28/models/group_0293.py +14 -8
  116. githubkit/versions/ghec_v2022_11_28/models/group_0294.py +7 -16
  117. githubkit/versions/ghec_v2022_11_28/models/group_0295.py +14 -25
  118. githubkit/versions/ghec_v2022_11_28/models/group_0296.py +23 -27
  119. githubkit/versions/ghec_v2022_11_28/models/group_0297.py +32 -7
  120. githubkit/versions/ghec_v2022_11_28/models/group_0298.py +7 -28
  121. githubkit/versions/ghec_v2022_11_28/models/group_0299.py +24 -54
  122. githubkit/versions/ghec_v2022_11_28/models/group_0300.py +53 -49
  123. githubkit/versions/ghec_v2022_11_28/models/group_0301.py +52 -16
  124. githubkit/versions/ghec_v2022_11_28/models/group_0302.py +19 -6
  125. githubkit/versions/ghec_v2022_11_28/models/group_0303.py +6 -19
  126. githubkit/versions/ghec_v2022_11_28/models/group_0304.py +12 -79
  127. githubkit/versions/ghec_v2022_11_28/models/group_0305.py +87 -27
  128. githubkit/versions/ghec_v2022_11_28/models/group_0306.py +27 -13
  129. githubkit/versions/ghec_v2022_11_28/models/group_0307.py +13 -42
  130. githubkit/versions/ghec_v2022_11_28/models/group_0308.py +33 -12
  131. githubkit/versions/ghec_v2022_11_28/models/group_0309.py +16 -40
  132. githubkit/versions/ghec_v2022_11_28/models/group_0310.py +42 -23
  133. githubkit/versions/ghec_v2022_11_28/models/group_0311.py +24 -60
  134. githubkit/versions/ghec_v2022_11_28/models/group_0312.py +43 -11
  135. githubkit/versions/ghec_v2022_11_28/models/group_0313.py +11 -17
  136. githubkit/versions/ghec_v2022_11_28/models/group_0314.py +17 -12
  137. githubkit/versions/ghec_v2022_11_28/models/group_0315.py +12 -12
  138. githubkit/versions/ghec_v2022_11_28/models/group_0316.py +24 -104
  139. githubkit/versions/ghec_v2022_11_28/models/group_0317.py +96 -39
  140. githubkit/versions/ghec_v2022_11_28/models/group_0318.py +54 -32
  141. githubkit/versions/ghec_v2022_11_28/models/group_0319.py +31 -56
  142. githubkit/versions/ghec_v2022_11_28/models/group_0320.py +48 -19
  143. githubkit/versions/ghec_v2022_11_28/models/group_0321.py +25 -27
  144. githubkit/versions/ghec_v2022_11_28/models/group_0322.py +25 -142
  145. githubkit/versions/ghec_v2022_11_28/models/group_0323.py +150 -7
  146. githubkit/versions/ghec_v2022_11_28/models/group_0324.py +14 -41
  147. githubkit/versions/ghec_v2022_11_28/models/group_0325.py +22 -30
  148. githubkit/versions/ghec_v2022_11_28/models/group_0326.py +21 -57
  149. githubkit/versions/ghec_v2022_11_28/models/group_0327.py +64 -34
  150. githubkit/versions/ghec_v2022_11_28/models/group_0328.py +42 -10
  151. githubkit/versions/ghec_v2022_11_28/models/group_0329.py +10 -77
  152. githubkit/versions/ghec_v2022_11_28/models/group_0330.py +72 -12
  153. githubkit/versions/ghec_v2022_11_28/models/group_0331.py +17 -11
  154. githubkit/versions/ghec_v2022_11_28/models/group_0332.py +11 -10
  155. githubkit/versions/ghec_v2022_11_28/models/group_0333.py +12 -5
  156. githubkit/versions/ghec_v2022_11_28/models/group_0334.py +6 -18
  157. githubkit/versions/ghec_v2022_11_28/models/group_0335.py +12 -39
  158. githubkit/versions/ghec_v2022_11_28/models/group_0336.py +44 -7
  159. githubkit/versions/ghec_v2022_11_28/models/group_0337.py +5 -14
  160. githubkit/versions/ghec_v2022_11_28/models/group_0338.py +13 -78
  161. githubkit/versions/ghec_v2022_11_28/models/group_0339.py +73 -13
  162. githubkit/versions/ghec_v2022_11_28/models/group_0340.py +13 -31
  163. githubkit/versions/ghec_v2022_11_28/models/group_0341.py +30 -19
  164. githubkit/versions/ghec_v2022_11_28/models/group_0342.py +30 -9
  165. githubkit/versions/ghec_v2022_11_28/models/group_0343.py +14 -40
  166. githubkit/versions/ghec_v2022_11_28/models/group_0344.py +29 -57
  167. githubkit/versions/ghec_v2022_11_28/models/group_0345.py +60 -11
  168. githubkit/versions/ghec_v2022_11_28/models/group_0346.py +12 -9
  169. githubkit/versions/ghec_v2022_11_28/models/group_0347.py +9 -136
  170. githubkit/versions/ghec_v2022_11_28/models/group_0348.py +121 -16
  171. githubkit/versions/ghec_v2022_11_28/models/group_0349.py +11 -11
  172. githubkit/versions/ghec_v2022_11_28/models/group_0350.py +20 -13
  173. githubkit/versions/ghec_v2022_11_28/models/group_0351.py +9 -6
  174. githubkit/versions/ghec_v2022_11_28/models/group_0352.py +9 -18
  175. githubkit/versions/ghec_v2022_11_28/models/group_0353.py +11 -11
  176. githubkit/versions/ghec_v2022_11_28/models/group_0354.py +12 -13
  177. githubkit/versions/ghec_v2022_11_28/models/group_0355.py +21 -23
  178. githubkit/versions/ghec_v2022_11_28/models/group_0356.py +6 -6
  179. githubkit/versions/ghec_v2022_11_28/models/group_0357.py +21 -23
  180. githubkit/versions/ghec_v2022_11_28/models/group_0358.py +22 -7
  181. githubkit/versions/ghec_v2022_11_28/models/group_0359.py +7 -26
  182. githubkit/versions/ghec_v2022_11_28/models/group_0360.py +11 -11
  183. githubkit/versions/ghec_v2022_11_28/models/group_0361.py +11 -11
  184. githubkit/versions/ghec_v2022_11_28/models/group_0362.py +12 -15
  185. githubkit/versions/ghec_v2022_11_28/models/group_0363.py +31 -35
  186. githubkit/versions/ghec_v2022_11_28/models/group_0364.py +37 -11
  187. githubkit/versions/ghec_v2022_11_28/models/group_0365.py +18 -10
  188. githubkit/versions/ghec_v2022_11_28/models/group_0366.py +10 -82
  189. githubkit/versions/ghec_v2022_11_28/models/group_0367.py +66 -47
  190. githubkit/versions/ghec_v2022_11_28/models/group_0368.py +31 -111
  191. githubkit/versions/ghec_v2022_11_28/models/group_0369.py +141 -16
  192. githubkit/versions/ghec_v2022_11_28/models/group_0370.py +6 -6
  193. githubkit/versions/ghec_v2022_11_28/models/group_0371.py +8 -10
  194. githubkit/versions/ghec_v2022_11_28/models/group_0372.py +15 -12
  195. githubkit/versions/ghec_v2022_11_28/models/group_0373.py +23 -6
  196. githubkit/versions/ghec_v2022_11_28/models/group_0374.py +6 -38
  197. githubkit/versions/ghec_v2022_11_28/models/group_0375.py +33 -11
  198. githubkit/versions/ghec_v2022_11_28/models/group_0376.py +9 -75
  199. githubkit/versions/ghec_v2022_11_28/models/group_0377.py +77 -27
  200. githubkit/versions/ghec_v2022_11_28/models/group_0378.py +26 -5
  201. githubkit/versions/ghec_v2022_11_28/models/group_0379.py +7 -19
  202. githubkit/versions/ghec_v2022_11_28/models/group_0380.py +18 -20
  203. githubkit/versions/ghec_v2022_11_28/models/group_0381.py +20 -88
  204. githubkit/versions/ghec_v2022_11_28/models/group_0382.py +83 -86
  205. githubkit/versions/ghec_v2022_11_28/models/group_0383.py +91 -10
  206. githubkit/versions/ghec_v2022_11_28/models/group_0384.py +11 -26
  207. githubkit/versions/ghec_v2022_11_28/models/group_0385.py +27 -13
  208. githubkit/versions/ghec_v2022_11_28/models/group_0386.py +13 -9
  209. githubkit/versions/ghec_v2022_11_28/models/group_0387.py +8 -10
  210. githubkit/versions/ghec_v2022_11_28/models/group_0388.py +8 -64
  211. githubkit/versions/ghec_v2022_11_28/models/group_0389.py +42 -48
  212. githubkit/versions/ghec_v2022_11_28/models/group_0390.py +73 -8
  213. githubkit/versions/ghec_v2022_11_28/models/group_0391.py +8 -26
  214. githubkit/versions/ghec_v2022_11_28/models/group_0392.py +16 -36
  215. githubkit/versions/ghec_v2022_11_28/models/group_0393.py +44 -8
  216. githubkit/versions/ghec_v2022_11_28/models/group_0394.py +8 -20
  217. githubkit/versions/ghec_v2022_11_28/models/group_0395.py +8 -5
  218. githubkit/versions/ghec_v2022_11_28/models/group_0396.py +5 -8
  219. githubkit/versions/ghec_v2022_11_28/models/group_0397.py +8 -5
  220. githubkit/versions/ghec_v2022_11_28/models/group_0398.py +5 -5
  221. githubkit/versions/ghec_v2022_11_28/models/group_0399.py +5 -8
  222. githubkit/versions/ghec_v2022_11_28/models/group_0400.py +7 -9
  223. githubkit/versions/ghec_v2022_11_28/models/group_0401.py +10 -5
  224. githubkit/versions/ghec_v2022_11_28/models/group_0402.py +5 -8
  225. githubkit/versions/ghec_v2022_11_28/models/group_0403.py +7 -9
  226. githubkit/versions/ghec_v2022_11_28/models/group_0404.py +10 -5
  227. githubkit/versions/ghec_v2022_11_28/models/group_0405.py +5 -10
  228. githubkit/versions/ghec_v2022_11_28/models/group_0406.py +7 -7
  229. githubkit/versions/ghec_v2022_11_28/models/group_0407.py +7 -7
  230. githubkit/versions/ghec_v2022_11_28/models/group_0408.py +7 -7
  231. githubkit/versions/ghec_v2022_11_28/models/group_0409.py +7 -7
  232. githubkit/versions/ghec_v2022_11_28/models/group_0410.py +7 -7
  233. githubkit/versions/ghec_v2022_11_28/models/group_0411.py +7 -7
  234. githubkit/versions/ghec_v2022_11_28/models/group_0412.py +7 -7
  235. githubkit/versions/ghec_v2022_11_28/models/group_0413.py +9 -7
  236. githubkit/versions/ghec_v2022_11_28/models/group_0414.py +7 -7
  237. githubkit/versions/ghec_v2022_11_28/models/group_0415.py +7 -7
  238. githubkit/versions/ghec_v2022_11_28/models/group_0416.py +14 -85
  239. githubkit/versions/ghec_v2022_11_28/models/group_0417.py +85 -10
  240. githubkit/versions/ghec_v2022_11_28/models/group_0418.py +11 -59
  241. githubkit/versions/ghec_v2022_11_28/models/group_0419.py +58 -4
  242. githubkit/versions/ghec_v2022_11_28/models/group_0420.py +8 -111
  243. githubkit/versions/ghec_v2022_11_28/models/group_0421.py +46 -19
  244. githubkit/versions/ghec_v2022_11_28/models/group_0422.py +24 -62
  245. githubkit/versions/ghec_v2022_11_28/models/group_0423.py +123 -10
  246. githubkit/versions/ghec_v2022_11_28/models/group_0424.py +12 -8
  247. githubkit/versions/ghec_v2022_11_28/models/group_0425.py +7 -26
  248. githubkit/versions/ghec_v2022_11_28/models/group_0426.py +29 -6
  249. githubkit/versions/ghec_v2022_11_28/models/group_0427.py +6 -20
  250. githubkit/versions/ghec_v2022_11_28/models/group_0428.py +17 -20
  251. githubkit/versions/ghec_v2022_11_28/models/group_0429.py +21 -12
  252. githubkit/versions/ghec_v2022_11_28/models/group_0430.py +12 -6
  253. githubkit/versions/ghec_v2022_11_28/models/group_0431.py +8 -9
  254. githubkit/versions/ghec_v2022_11_28/models/group_0432.py +8 -11
  255. githubkit/versions/ghec_v2022_11_28/models/group_0433.py +8 -7
  256. githubkit/versions/ghec_v2022_11_28/models/group_0434.py +7 -6
  257. githubkit/versions/ghec_v2022_11_28/models/group_0435.py +6 -8
  258. githubkit/versions/ghec_v2022_11_28/models/group_0436.py +18 -49
  259. githubkit/versions/ghec_v2022_11_28/models/group_0437.py +35 -17
  260. githubkit/versions/ghec_v2022_11_28/models/group_0438.py +16 -67
  261. githubkit/versions/ghec_v2022_11_28/models/group_0439.py +61 -15
  262. githubkit/versions/ghec_v2022_11_28/models/group_0440.py +22 -22
  263. githubkit/versions/ghec_v2022_11_28/models/group_0441.py +21 -18
  264. githubkit/versions/ghec_v2022_11_28/models/group_0442.py +18 -24
  265. githubkit/versions/ghec_v2022_11_28/models/group_0443.py +30 -22
  266. githubkit/versions/ghec_v2022_11_28/models/group_0444.py +22 -32
  267. githubkit/versions/ghec_v2022_11_28/models/group_0445.py +6 -42
  268. githubkit/versions/ghec_v2022_11_28/models/group_0446.py +60 -6
  269. githubkit/versions/ghec_v2022_11_28/models/group_0447.py +15 -7
  270. githubkit/versions/ghec_v2022_11_28/models/group_0448.py +7 -59
  271. githubkit/versions/ghec_v2022_11_28/models/group_0449.py +44 -120
  272. githubkit/versions/ghec_v2022_11_28/models/group_0450.py +129 -18
  273. githubkit/versions/ghec_v2022_11_28/models/group_0451.py +16 -34
  274. githubkit/versions/ghec_v2022_11_28/models/group_0452.py +20 -31
  275. githubkit/versions/ghec_v2022_11_28/models/group_0453.py +41 -26
  276. githubkit/versions/ghec_v2022_11_28/models/group_0454.py +33 -120
  277. githubkit/versions/ghec_v2022_11_28/models/group_0455.py +109 -18
  278. githubkit/versions/ghec_v2022_11_28/models/group_0456.py +14 -114
  279. githubkit/versions/ghec_v2022_11_28/models/group_0457.py +110 -64
  280. githubkit/versions/ghec_v2022_11_28/models/group_0458.py +71 -44
  281. githubkit/versions/ghec_v2022_11_28/models/group_0459.py +42 -47
  282. githubkit/versions/ghec_v2022_11_28/models/group_0460.py +66 -7
  283. githubkit/versions/ghec_v2022_11_28/models/group_0461.py +10 -33
  284. githubkit/versions/ghec_v2022_11_28/models/group_0462.py +20 -140
  285. githubkit/versions/ghec_v2022_11_28/models/group_0463.py +149 -10
  286. githubkit/versions/ghec_v2022_11_28/models/group_0464.py +10 -65
  287. githubkit/versions/ghec_v2022_11_28/models/group_0465.py +62 -10
  288. githubkit/versions/ghec_v2022_11_28/models/group_0466.py +11 -35
  289. githubkit/versions/ghec_v2022_11_28/models/group_0467.py +37 -6
  290. githubkit/versions/ghec_v2022_11_28/models/group_0468.py +7 -11
  291. githubkit/versions/ghec_v2022_11_28/models/group_0469.py +9 -9
  292. githubkit/versions/ghec_v2022_11_28/models/group_0470.py +11 -17
  293. githubkit/versions/ghec_v2022_11_28/models/group_0471.py +17 -7
  294. githubkit/versions/ghec_v2022_11_28/models/group_0472.py +10 -32
  295. githubkit/versions/ghec_v2022_11_28/models/group_0473.py +32 -15
  296. githubkit/versions/ghec_v2022_11_28/models/group_0474.py +12 -22
  297. githubkit/versions/ghec_v2022_11_28/models/group_0475.py +18 -354
  298. githubkit/versions/ghec_v2022_11_28/models/group_0476.py +348 -57
  299. githubkit/versions/ghec_v2022_11_28/models/group_0477.py +55 -20
  300. githubkit/versions/ghec_v2022_11_28/models/group_0478.py +14 -253
  301. githubkit/versions/ghec_v2022_11_28/models/group_0479.py +260 -42
  302. githubkit/versions/ghec_v2022_11_28/models/group_0480.py +43 -59
  303. githubkit/versions/ghec_v2022_11_28/models/group_0481.py +65 -16
  304. githubkit/versions/ghec_v2022_11_28/models/group_0482.py +19 -13
  305. githubkit/versions/ghec_v2022_11_28/models/group_0483.py +14 -66
  306. githubkit/versions/ghec_v2022_11_28/models/group_0484.py +67 -11
  307. githubkit/versions/ghec_v2022_11_28/models/group_0485.py +17 -35
  308. githubkit/versions/ghec_v2022_11_28/models/group_0486.py +3 -57
  309. githubkit/versions/ghec_v2022_11_28/models/group_0487.py +15 -102
  310. githubkit/versions/ghec_v2022_11_28/models/group_0488.py +106 -16
  311. githubkit/versions/ghec_v2022_11_28/models/group_0489.py +77 -11
  312. githubkit/versions/ghec_v2022_11_28/models/group_0490.py +14 -8
  313. githubkit/versions/ghec_v2022_11_28/models/group_0491.py +4 -4
  314. githubkit/versions/ghec_v2022_11_28/models/group_0492.py +8 -91
  315. githubkit/versions/ghec_v2022_11_28/models/group_0493.py +88 -16
  316. githubkit/versions/ghec_v2022_11_28/models/group_0494.py +11 -389
  317. githubkit/versions/ghec_v2022_11_28/models/group_0495.py +344 -7
  318. githubkit/versions/ghec_v2022_11_28/models/group_0496.py +8 -335
  319. githubkit/versions/ghec_v2022_11_28/models/group_0497.py +360 -4
  320. githubkit/versions/ghec_v2022_11_28/models/group_0498.py +34 -45
  321. githubkit/versions/ghec_v2022_11_28/models/group_0499.py +16 -18
  322. githubkit/versions/ghec_v2022_11_28/models/group_0500.py +41 -55
  323. githubkit/versions/ghec_v2022_11_28/models/group_0501.py +56 -13
  324. githubkit/versions/ghec_v2022_11_28/models/group_0502.py +14 -57
  325. githubkit/versions/ghec_v2022_11_28/models/group_0503.py +24 -13
  326. githubkit/versions/ghec_v2022_11_28/models/group_0504.py +43 -179
  327. githubkit/versions/ghec_v2022_11_28/models/group_0505.py +181 -50
  328. githubkit/versions/ghec_v2022_11_28/models/group_0506.py +17 -19
  329. githubkit/versions/ghec_v2022_11_28/models/group_0507.py +47 -10
  330. githubkit/versions/ghec_v2022_11_28/models/group_0508.py +13 -21
  331. githubkit/versions/ghec_v2022_11_28/models/group_0509.py +21 -16
  332. githubkit/versions/ghec_v2022_11_28/models/group_0510.py +15 -22
  333. githubkit/versions/ghec_v2022_11_28/models/group_0511.py +13 -15
  334. githubkit/versions/ghec_v2022_11_28/models/group_0512.py +19 -112
  335. githubkit/versions/ghec_v2022_11_28/models/group_0513.py +85 -5
  336. githubkit/versions/ghec_v2022_11_28/models/group_0514.py +13 -1030
  337. githubkit/versions/ghec_v2022_11_28/models/group_0515.py +977 -86
  338. githubkit/versions/ghec_v2022_11_28/models/group_0516.py +108 -30
  339. githubkit/versions/ghec_v2022_11_28/models/group_0517.py +45 -94
  340. githubkit/versions/ghec_v2022_11_28/models/group_0518.py +55 -55
  341. githubkit/versions/ghec_v2022_11_28/models/group_0519.py +103 -24
  342. githubkit/versions/ghec_v2022_11_28/models/group_0520.py +55 -84
  343. githubkit/versions/ghec_v2022_11_28/models/group_0521.py +92 -98
  344. githubkit/versions/ghec_v2022_11_28/models/group_0522.py +88 -117
  345. githubkit/versions/ghec_v2022_11_28/models/group_0523.py +100 -17
  346. githubkit/versions/ghec_v2022_11_28/models/group_0524.py +32 -52
  347. githubkit/versions/ghec_v2022_11_28/models/group_0525.py +52 -25
  348. githubkit/versions/ghec_v2022_11_28/models/group_0526.py +9 -9
  349. githubkit/versions/ghec_v2022_11_28/models/group_0527.py +9 -14
  350. githubkit/versions/ghec_v2022_11_28/models/group_0528.py +10 -10
  351. githubkit/versions/ghec_v2022_11_28/models/group_0529.py +11 -176
  352. githubkit/versions/ghec_v2022_11_28/models/group_0530.py +180 -16
  353. githubkit/versions/ghec_v2022_11_28/models/group_0531.py +10 -10
  354. githubkit/versions/ghec_v2022_11_28/models/group_0532.py +10 -10
  355. githubkit/versions/ghec_v2022_11_28/models/group_0533.py +10 -15
  356. githubkit/versions/ghec_v2022_11_28/models/group_0534.py +11 -11
  357. githubkit/versions/ghec_v2022_11_28/models/group_0535.py +25 -13
  358. githubkit/versions/ghec_v2022_11_28/models/group_0536.py +32 -8
  359. githubkit/versions/ghec_v2022_11_28/models/group_0537.py +8 -32
  360. githubkit/versions/ghec_v2022_11_28/models/group_0538.py +32 -8
  361. githubkit/versions/ghec_v2022_11_28/models/group_0539.py +7 -50
  362. githubkit/versions/ghec_v2022_11_28/models/group_0540.py +50 -7
  363. githubkit/versions/ghec_v2022_11_28/models/group_0541.py +8 -32
  364. githubkit/versions/ghec_v2022_11_28/models/group_0542.py +32 -8
  365. githubkit/versions/ghec_v2022_11_28/models/group_0543.py +7 -338
  366. githubkit/versions/ghec_v2022_11_28/models/group_0544.py +68 -67
  367. githubkit/versions/ghec_v2022_11_28/models/group_0545.py +63 -64
  368. githubkit/versions/ghec_v2022_11_28/models/group_0546.py +244 -119
  369. githubkit/versions/ghec_v2022_11_28/models/group_0547.py +54 -88
  370. githubkit/versions/ghec_v2022_11_28/models/group_0548.py +115 -51
  371. githubkit/versions/ghec_v2022_11_28/models/group_0549.py +49 -76
  372. githubkit/versions/ghec_v2022_11_28/models/group_0550.py +78 -58
  373. githubkit/versions/ghec_v2022_11_28/models/group_0551.py +61 -50
  374. githubkit/versions/ghec_v2022_11_28/models/group_0552.py +143 -99
  375. githubkit/versions/ghec_v2022_11_28/models/group_0553.py +111 -22
  376. githubkit/versions/ghec_v2022_11_28/models/group_0554.py +27 -15
  377. githubkit/versions/ghec_v2022_11_28/models/group_0555.py +13 -19
  378. githubkit/versions/ghec_v2022_11_28/models/group_0556.py +19 -13
  379. githubkit/versions/ghec_v2022_11_28/models/group_0557.py +8 -8
  380. githubkit/versions/ghec_v2022_11_28/models/group_0558.py +14 -20
  381. githubkit/versions/ghec_v2022_11_28/models/group_0559.py +21 -21
  382. githubkit/versions/ghec_v2022_11_28/models/group_0560.py +21 -15
  383. githubkit/versions/ghec_v2022_11_28/models/group_0561.py +10 -10
  384. githubkit/versions/ghec_v2022_11_28/models/group_0562.py +10 -10
  385. githubkit/versions/ghec_v2022_11_28/models/group_0563.py +10 -10
  386. githubkit/versions/ghec_v2022_11_28/models/group_0564.py +10 -10
  387. githubkit/versions/ghec_v2022_11_28/models/group_0565.py +10 -10
  388. githubkit/versions/ghec_v2022_11_28/models/group_0566.py +10 -10
  389. githubkit/versions/ghec_v2022_11_28/models/group_0567.py +16 -18
  390. githubkit/versions/ghec_v2022_11_28/models/group_0568.py +10 -10
  391. githubkit/versions/ghec_v2022_11_28/models/group_0569.py +15 -576
  392. githubkit/versions/ghec_v2022_11_28/models/group_0570.py +583 -34
  393. githubkit/versions/ghec_v2022_11_28/models/group_0571.py +35 -439
  394. githubkit/versions/ghec_v2022_11_28/models/group_0572.py +85 -85
  395. githubkit/versions/ghec_v2022_11_28/models/group_0573.py +97 -135
  396. githubkit/versions/ghec_v2022_11_28/models/group_0574.py +116 -488
  397. githubkit/versions/ghec_v2022_11_28/models/group_0575.py +840 -16
  398. githubkit/versions/ghec_v2022_11_28/models/group_0576.py +12 -49
  399. githubkit/versions/ghec_v2022_11_28/models/group_0577.py +49 -10
  400. githubkit/versions/ghec_v2022_11_28/models/group_0578.py +10 -12
  401. githubkit/versions/ghec_v2022_11_28/models/group_0579.py +11 -11
  402. githubkit/versions/ghec_v2022_11_28/models/group_0580.py +11 -30
  403. githubkit/versions/ghec_v2022_11_28/models/group_0581.py +31 -10
  404. githubkit/versions/ghec_v2022_11_28/models/group_0582.py +10 -10
  405. githubkit/versions/ghec_v2022_11_28/models/group_0583.py +10 -38
  406. githubkit/versions/ghec_v2022_11_28/models/group_0584.py +38 -12
  407. githubkit/versions/ghec_v2022_11_28/models/group_0585.py +12 -10
  408. githubkit/versions/ghec_v2022_11_28/models/group_0586.py +10 -10
  409. githubkit/versions/ghec_v2022_11_28/models/group_0587.py +10 -10
  410. githubkit/versions/ghec_v2022_11_28/models/group_0588.py +10 -12
  411. githubkit/versions/ghec_v2022_11_28/models/group_0589.py +35 -8
  412. githubkit/versions/ghec_v2022_11_28/models/group_0590.py +8 -25
  413. githubkit/versions/ghec_v2022_11_28/models/group_0591.py +13 -23
  414. githubkit/versions/ghec_v2022_11_28/models/group_0592.py +12 -10
  415. githubkit/versions/ghec_v2022_11_28/models/group_0593.py +10 -10
  416. githubkit/versions/ghec_v2022_11_28/models/group_0594.py +15 -15
  417. githubkit/versions/ghec_v2022_11_28/models/group_0595.py +28 -163
  418. githubkit/versions/ghec_v2022_11_28/models/group_0596.py +24 -25
  419. githubkit/versions/ghec_v2022_11_28/models/group_0597.py +173 -9
  420. githubkit/versions/ghec_v2022_11_28/models/group_0598.py +9 -119
  421. githubkit/versions/ghec_v2022_11_28/models/group_0599.py +119 -8
  422. githubkit/versions/ghec_v2022_11_28/models/group_0600.py +6 -50
  423. githubkit/versions/ghec_v2022_11_28/models/group_0601.py +33 -18
  424. githubkit/versions/ghec_v2022_11_28/models/group_0602.py +12 -11
  425. githubkit/versions/ghec_v2022_11_28/models/group_0603.py +9 -9
  426. githubkit/versions/ghec_v2022_11_28/models/group_0604.py +14 -40
  427. githubkit/versions/ghec_v2022_11_28/models/group_0605.py +24 -20
  428. githubkit/versions/ghec_v2022_11_28/models/group_0606.py +36 -14
  429. githubkit/versions/ghec_v2022_11_28/models/group_0607.py +18 -95
  430. githubkit/versions/ghec_v2022_11_28/models/group_0608.py +95 -18
  431. githubkit/versions/ghec_v2022_11_28/models/group_0609.py +18 -24
  432. githubkit/versions/ghec_v2022_11_28/models/group_0610.py +37 -84
  433. githubkit/versions/ghec_v2022_11_28/models/group_0611.py +25 -96
  434. githubkit/versions/ghec_v2022_11_28/models/group_0612.py +36 -55
  435. githubkit/versions/ghec_v2022_11_28/models/group_0613.py +141 -23
  436. githubkit/versions/ghec_v2022_11_28/models/group_0614.py +34 -3
  437. githubkit/versions/ghec_v2022_11_28/models/group_0615.py +35 -35
  438. githubkit/versions/ghec_v2022_11_28/models/group_0616.py +27 -89
  439. githubkit/versions/ghec_v2022_11_28/models/group_0617.py +86 -33
  440. githubkit/versions/ghec_v2022_11_28/models/group_0618.py +47 -13
  441. githubkit/versions/ghec_v2022_11_28/models/group_0619.py +7 -158
  442. githubkit/versions/ghec_v2022_11_28/models/group_0620.py +152 -23
  443. githubkit/versions/ghec_v2022_11_28/models/group_0621.py +22 -28
  444. githubkit/versions/ghec_v2022_11_28/models/group_0622.py +29 -38
  445. githubkit/versions/ghec_v2022_11_28/models/group_0623.py +34 -152
  446. githubkit/versions/ghec_v2022_11_28/models/group_0624.py +36 -55
  447. githubkit/versions/ghec_v2022_11_28/models/group_0625.py +141 -23
  448. githubkit/versions/ghec_v2022_11_28/models/group_0626.py +34 -3
  449. githubkit/versions/ghec_v2022_11_28/models/group_0627.py +35 -35
  450. githubkit/versions/ghec_v2022_11_28/models/group_0628.py +27 -85
  451. githubkit/versions/ghec_v2022_11_28/models/group_0629.py +82 -33
  452. githubkit/versions/ghec_v2022_11_28/models/group_0630.py +47 -13
  453. githubkit/versions/ghec_v2022_11_28/models/group_0631.py +7 -159
  454. githubkit/versions/ghec_v2022_11_28/models/group_0632.py +153 -23
  455. githubkit/versions/ghec_v2022_11_28/models/group_0633.py +22 -28
  456. githubkit/versions/ghec_v2022_11_28/models/group_0634.py +29 -40
  457. githubkit/versions/ghec_v2022_11_28/models/group_0635.py +36 -152
  458. githubkit/versions/ghec_v2022_11_28/models/group_0636.py +36 -55
  459. githubkit/versions/ghec_v2022_11_28/models/group_0637.py +141 -23
  460. githubkit/versions/ghec_v2022_11_28/models/group_0638.py +34 -3
  461. githubkit/versions/ghec_v2022_11_28/models/group_0639.py +35 -33
  462. githubkit/versions/ghec_v2022_11_28/models/group_0640.py +25 -86
  463. githubkit/versions/ghec_v2022_11_28/models/group_0641.py +83 -32
  464. githubkit/versions/ghec_v2022_11_28/models/group_0642.py +46 -13
  465. githubkit/versions/ghec_v2022_11_28/models/group_0643.py +7 -158
  466. githubkit/versions/ghec_v2022_11_28/models/group_0644.py +152 -21
  467. githubkit/versions/ghec_v2022_11_28/models/group_0645.py +21 -28
  468. githubkit/versions/ghec_v2022_11_28/models/group_0646.py +28 -36
  469. githubkit/versions/ghec_v2022_11_28/models/group_0647.py +16 -13
  470. githubkit/versions/ghec_v2022_11_28/models/group_0648.py +30 -200
  471. githubkit/versions/ghec_v2022_11_28/models/group_0649.py +40 -51
  472. githubkit/versions/ghec_v2022_11_28/models/group_0650.py +191 -3
  473. githubkit/versions/ghec_v2022_11_28/models/group_0651.py +32 -30
  474. githubkit/versions/ghec_v2022_11_28/models/group_0652.py +24 -81
  475. githubkit/versions/ghec_v2022_11_28/models/group_0653.py +79 -32
  476. githubkit/versions/ghec_v2022_11_28/models/group_0654.py +38 -24
  477. githubkit/versions/ghec_v2022_11_28/models/group_0655.py +17 -113
  478. githubkit/versions/ghec_v2022_11_28/models/group_0656.py +122 -27
  479. githubkit/versions/ghec_v2022_11_28/models/group_0657.py +21 -28
  480. githubkit/versions/ghec_v2022_11_28/models/group_0658.py +28 -34
  481. githubkit/versions/ghec_v2022_11_28/models/group_0659.py +30 -387
  482. githubkit/versions/ghec_v2022_11_28/models/group_0660.py +384 -33
  483. githubkit/versions/ghec_v2022_11_28/models/group_0661.py +34 -398
  484. githubkit/versions/ghec_v2022_11_28/models/group_0662.py +386 -51
  485. githubkit/versions/ghec_v2022_11_28/models/group_0663.py +51 -381
  486. githubkit/versions/ghec_v2022_11_28/models/group_0664.py +395 -32
  487. githubkit/versions/ghec_v2022_11_28/models/group_0665.py +32 -397
  488. githubkit/versions/ghec_v2022_11_28/models/group_0666.py +397 -30
  489. githubkit/versions/ghec_v2022_11_28/models/group_0667.py +30 -386
  490. githubkit/versions/ghec_v2022_11_28/models/group_0668.py +383 -32
  491. githubkit/versions/ghec_v2022_11_28/models/group_0669.py +32 -387
  492. githubkit/versions/ghec_v2022_11_28/models/group_0670.py +75 -340
  493. githubkit/versions/ghec_v2022_11_28/models/group_0671.py +341 -76
  494. githubkit/versions/ghec_v2022_11_28/models/group_0672.py +390 -30
  495. githubkit/versions/ghec_v2022_11_28/models/group_0673.py +11 -11
  496. githubkit/versions/ghec_v2022_11_28/models/group_0674.py +30 -396
  497. githubkit/versions/ghec_v2022_11_28/models/group_0675.py +396 -32
  498. githubkit/versions/ghec_v2022_11_28/models/group_0676.py +32 -215
  499. githubkit/versions/ghec_v2022_11_28/models/group_0677.py +163 -357
  500. githubkit/versions/ghec_v2022_11_28/models/group_0678.py +406 -31
  501. githubkit/versions/ghec_v2022_11_28/models/group_0679.py +14 -14
  502. githubkit/versions/ghec_v2022_11_28/models/group_0680.py +15 -13
  503. githubkit/versions/ghec_v2022_11_28/models/group_0681.py +13 -11
  504. githubkit/versions/ghec_v2022_11_28/models/group_0682.py +30 -388
  505. githubkit/versions/ghec_v2022_11_28/models/group_0683.py +388 -30
  506. githubkit/versions/ghec_v2022_11_28/models/group_0684.py +12 -16
  507. githubkit/versions/ghec_v2022_11_28/models/group_0685.py +20 -15
  508. githubkit/versions/ghec_v2022_11_28/models/group_0686.py +13 -11
  509. githubkit/versions/ghec_v2022_11_28/models/group_0687.py +10 -64
  510. githubkit/versions/ghec_v2022_11_28/models/group_0688.py +66 -20
  511. githubkit/versions/ghec_v2022_11_28/models/group_0689.py +15 -66
  512. githubkit/versions/ghec_v2022_11_28/models/group_0690.py +27 -31
  513. githubkit/versions/ghec_v2022_11_28/models/group_0691.py +30 -30
  514. githubkit/versions/ghec_v2022_11_28/models/group_0692.py +68 -13
  515. githubkit/versions/ghec_v2022_11_28/models/group_0693.py +21 -58
  516. githubkit/versions/ghec_v2022_11_28/models/group_0694.py +42 -38
  517. githubkit/versions/ghec_v2022_11_28/models/group_0695.py +51 -10
  518. githubkit/versions/ghec_v2022_11_28/models/group_0696.py +15 -53
  519. githubkit/versions/ghec_v2022_11_28/models/group_0697.py +16 -16
  520. githubkit/versions/ghec_v2022_11_28/models/group_0698.py +57 -19
  521. githubkit/versions/ghec_v2022_11_28/models/group_0699.py +9 -13
  522. githubkit/versions/ghec_v2022_11_28/models/group_0700.py +21 -50
  523. githubkit/versions/ghec_v2022_11_28/models/group_0701.py +49 -19
  524. githubkit/versions/ghec_v2022_11_28/models/group_0702.py +11 -11
  525. githubkit/versions/ghec_v2022_11_28/models/group_0703.py +11 -11
  526. githubkit/versions/ghec_v2022_11_28/models/group_0704.py +10 -63
  527. githubkit/versions/ghec_v2022_11_28/models/group_0705.py +64 -11
  528. githubkit/versions/ghec_v2022_11_28/models/group_0706.py +18 -15
  529. githubkit/versions/ghec_v2022_11_28/models/group_0707.py +10 -10
  530. githubkit/versions/ghec_v2022_11_28/models/group_0708.py +12 -16
  531. githubkit/versions/ghec_v2022_11_28/models/group_0709.py +12 -11
  532. githubkit/versions/ghec_v2022_11_28/models/group_0710.py +14 -70
  533. githubkit/versions/ghec_v2022_11_28/models/group_0711.py +70 -14
  534. githubkit/versions/ghec_v2022_11_28/models/group_0712.py +11 -33
  535. githubkit/versions/ghec_v2022_11_28/models/group_0713.py +52 -30
  536. githubkit/versions/ghec_v2022_11_28/models/group_0714.py +38 -38
  537. githubkit/versions/ghec_v2022_11_28/models/group_0715.py +35 -67
  538. githubkit/versions/ghec_v2022_11_28/models/group_0716.py +31 -511
  539. githubkit/versions/ghec_v2022_11_28/models/group_0717.py +555 -42
  540. githubkit/versions/ghec_v2022_11_28/models/group_0718.py +41 -70
  541. githubkit/versions/ghec_v2022_11_28/models/group_0719.py +26 -123
  542. githubkit/versions/ghec_v2022_11_28/models/group_0720.py +122 -53
  543. githubkit/versions/ghec_v2022_11_28/models/group_0721.py +81 -18
  544. githubkit/versions/ghec_v2022_11_28/models/group_0722.py +9 -9
  545. githubkit/versions/ghec_v2022_11_28/models/group_0723.py +10 -11
  546. githubkit/versions/ghec_v2022_11_28/models/group_0724.py +15 -14
  547. githubkit/versions/ghec_v2022_11_28/models/group_0725.py +22 -20
  548. githubkit/versions/ghec_v2022_11_28/models/group_0726.py +21 -48
  549. githubkit/versions/ghec_v2022_11_28/models/group_0727.py +55 -7
  550. githubkit/versions/ghec_v2022_11_28/models/group_0728.py +8 -55
  551. githubkit/versions/ghec_v2022_11_28/models/group_0729.py +29 -10
  552. githubkit/versions/ghec_v2022_11_28/models/group_0730.py +17 -68
  553. githubkit/versions/ghec_v2022_11_28/models/group_0731.py +62 -30
  554. githubkit/versions/ghec_v2022_11_28/models/group_0732.py +26 -77
  555. githubkit/versions/ghec_v2022_11_28/models/group_0733.py +64 -13
  556. githubkit/versions/ghec_v2022_11_28/models/group_0734.py +34 -26
  557. githubkit/versions/ghec_v2022_11_28/models/group_0735.py +51 -40
  558. githubkit/versions/ghec_v2022_11_28/models/group_0736.py +12 -14
  559. githubkit/versions/ghec_v2022_11_28/models/group_0737.py +16 -12
  560. githubkit/versions/ghec_v2022_11_28/models/group_0738.py +12 -35
  561. githubkit/versions/ghec_v2022_11_28/models/group_0739.py +32 -11
  562. githubkit/versions/ghec_v2022_11_28/models/group_0740.py +11 -11
  563. githubkit/versions/ghec_v2022_11_28/models/group_0741.py +16 -14
  564. githubkit/versions/ghec_v2022_11_28/models/group_0742.py +12 -56
  565. githubkit/versions/ghec_v2022_11_28/models/group_0743.py +53 -11
  566. githubkit/versions/ghec_v2022_11_28/models/group_0744.py +22 -11
  567. githubkit/versions/ghec_v2022_11_28/models/group_0745.py +8 -11
  568. githubkit/versions/ghec_v2022_11_28/models/group_0746.py +11 -8
  569. githubkit/versions/ghec_v2022_11_28/models/group_0747.py +9 -67
  570. githubkit/versions/ghec_v2022_11_28/models/group_0748.py +69 -13
  571. githubkit/versions/ghec_v2022_11_28/models/group_0749.py +11 -31
  572. githubkit/versions/ghec_v2022_11_28/models/group_0750.py +31 -9
  573. githubkit/versions/ghec_v2022_11_28/models/group_0751.py +8 -8
  574. githubkit/versions/ghec_v2022_11_28/models/group_0752.py +9 -90
  575. githubkit/versions/ghec_v2022_11_28/models/group_0753.py +78 -21
  576. githubkit/versions/ghec_v2022_11_28/models/group_0754.py +33 -11
  577. githubkit/versions/ghec_v2022_11_28/models/group_0755.py +12 -10
  578. githubkit/versions/ghec_v2022_11_28/models/group_0756.py +10 -11
  579. githubkit/versions/ghec_v2022_11_28/models/group_0757.py +8 -8
  580. githubkit/versions/ghec_v2022_11_28/models/group_0758.py +9 -74
  581. githubkit/versions/ghec_v2022_11_28/models/group_0759.py +78 -17
  582. githubkit/versions/ghec_v2022_11_28/models/group_0760.py +8 -1133
  583. githubkit/versions/ghec_v2022_11_28/models/group_0761.py +221 -274
  584. githubkit/versions/ghec_v2022_11_28/models/group_0762.py +179 -171
  585. githubkit/versions/ghec_v2022_11_28/models/group_0763.py +1177 -13
  586. githubkit/versions/ghec_v2022_11_28/models/group_0764.py +10 -10
  587. githubkit/versions/ghec_v2022_11_28/models/group_0765.py +15 -17
  588. githubkit/versions/ghec_v2022_11_28/models/group_0766.py +18 -1143
  589. githubkit/versions/ghec_v2022_11_28/models/group_0767.py +1116 -56
  590. githubkit/versions/ghec_v2022_11_28/models/group_0768.py +56 -1102
  591. githubkit/versions/ghec_v2022_11_28/models/group_0769.py +217 -216
  592. githubkit/versions/ghec_v2022_11_28/models/group_0770.py +171 -163
  593. githubkit/versions/ghec_v2022_11_28/models/group_0771.py +1119 -17
  594. githubkit/versions/ghec_v2022_11_28/models/group_0772.py +17 -15
  595. githubkit/versions/ghec_v2022_11_28/models/group_0773.py +10 -10
  596. githubkit/versions/ghec_v2022_11_28/models/group_0774.py +10 -10
  597. githubkit/versions/ghec_v2022_11_28/models/group_0775.py +13 -1343
  598. githubkit/versions/ghec_v2022_11_28/models/group_0776.py +361 -178
  599. githubkit/versions/ghec_v2022_11_28/models/group_0777.py +178 -170
  600. githubkit/versions/ghec_v2022_11_28/models/group_0778.py +226 -290
  601. githubkit/versions/ghec_v2022_11_28/models/group_0779.py +340 -184
  602. githubkit/versions/ghec_v2022_11_28/models/group_0780.py +253 -462
  603. githubkit/versions/ghec_v2022_11_28/models/group_0781.py +189 -213
  604. githubkit/versions/ghec_v2022_11_28/models/group_0782.py +265 -223
  605. githubkit/versions/ghec_v2022_11_28/models/group_0783.py +196 -219
  606. githubkit/versions/ghec_v2022_11_28/models/group_0784.py +374 -222
  607. githubkit/versions/ghec_v2022_11_28/models/group_0785.py +226 -426
  608. githubkit/versions/ghec_v2022_11_28/models/group_0786.py +251 -253
  609. githubkit/versions/ghec_v2022_11_28/models/group_0787.py +487 -310
  610. githubkit/versions/ghec_v2022_11_28/models/group_0788.py +204 -208
  611. githubkit/versions/ghec_v2022_11_28/models/group_0789.py +188 -172
  612. githubkit/versions/ghec_v2022_11_28/models/group_0790.py +200 -185
  613. githubkit/versions/ghec_v2022_11_28/models/group_0791.py +941 -193
  614. githubkit/versions/ghec_v2022_11_28/models/group_0792.py +376 -17
  615. githubkit/versions/ghec_v2022_11_28/models/group_0793.py +40 -70
  616. githubkit/versions/ghec_v2022_11_28/models/group_0794.py +30 -558
  617. githubkit/versions/ghec_v2022_11_28/models/group_0795.py +599 -41
  618. githubkit/versions/ghec_v2022_11_28/models/group_0796.py +40 -62
  619. githubkit/versions/ghec_v2022_11_28/models/group_0797.py +24 -147
  620. githubkit/versions/ghec_v2022_11_28/models/group_0798.py +186 -43
  621. githubkit/versions/ghec_v2022_11_28/models/group_0799.py +10 -10
  622. githubkit/versions/ghec_v2022_11_28/models/group_0800.py +11 -72
  623. githubkit/versions/ghec_v2022_11_28/models/group_0801.py +63 -146
  624. githubkit/versions/ghec_v2022_11_28/models/group_0802.py +154 -12
  625. githubkit/versions/ghec_v2022_11_28/models/group_0803.py +11 -11
  626. githubkit/versions/ghec_v2022_11_28/models/group_0804.py +11 -11
  627. githubkit/versions/ghec_v2022_11_28/models/group_0805.py +14 -13
  628. githubkit/versions/ghec_v2022_11_28/models/group_0806.py +10 -10
  629. githubkit/versions/ghec_v2022_11_28/models/group_0807.py +16 -10
  630. githubkit/versions/ghec_v2022_11_28/models/group_0808.py +9 -9
  631. githubkit/versions/ghec_v2022_11_28/models/group_0809.py +9 -9
  632. githubkit/versions/ghec_v2022_11_28/models/group_0810.py +13 -32
  633. githubkit/versions/ghec_v2022_11_28/models/group_0811.py +27 -60
  634. githubkit/versions/ghec_v2022_11_28/models/group_0812.py +62 -10
  635. githubkit/versions/ghec_v2022_11_28/models/group_0813.py +9 -9
  636. githubkit/versions/ghec_v2022_11_28/models/group_0814.py +9 -9
  637. githubkit/versions/ghec_v2022_11_28/models/group_0815.py +9 -36
  638. githubkit/versions/ghec_v2022_11_28/models/group_0816.py +37 -16
  639. githubkit/versions/ghec_v2022_11_28/models/group_0817.py +9 -9
  640. githubkit/versions/ghec_v2022_11_28/models/group_0818.py +9 -11
  641. githubkit/versions/ghec_v2022_11_28/models/group_0819.py +36 -32
  642. githubkit/versions/ghec_v2022_11_28/models/group_0820.py +36 -13
  643. githubkit/versions/ghec_v2022_11_28/models/group_0821.py +11 -96
  644. githubkit/versions/ghec_v2022_11_28/models/group_0822.py +96 -87
  645. githubkit/versions/ghec_v2022_11_28/models/group_0823.py +61 -93
  646. githubkit/versions/ghec_v2022_11_28/models/group_0824.py +111 -107
  647. githubkit/versions/ghec_v2022_11_28/models/group_0825.py +95 -10
  648. githubkit/versions/ghec_v2022_11_28/models/group_0826.py +9 -14
  649. githubkit/versions/ghec_v2022_11_28/models/group_0827.py +12 -73
  650. githubkit/versions/ghec_v2022_11_28/models/group_0828.py +73 -12
  651. githubkit/versions/ghec_v2022_11_28/models/group_0829.py +12 -71
  652. githubkit/versions/ghec_v2022_11_28/models/group_0830.py +75 -15
  653. githubkit/versions/ghec_v2022_11_28/models/group_0831.py +17 -271
  654. githubkit/versions/ghec_v2022_11_28/models/group_0832.py +291 -5
  655. githubkit/versions/ghec_v2022_11_28/models/group_0833.py +9 -41
  656. githubkit/versions/ghec_v2022_11_28/models/group_0834.py +10 -10
  657. githubkit/versions/ghec_v2022_11_28/models/group_0835.py +10 -10
  658. githubkit/versions/ghec_v2022_11_28/models/group_0836.py +10 -10
  659. githubkit/versions/ghec_v2022_11_28/models/group_0837.py +16 -42
  660. githubkit/versions/ghec_v2022_11_28/models/group_0838.py +42 -19
  661. githubkit/versions/ghec_v2022_11_28/models/group_0839.py +10 -10
  662. githubkit/versions/ghec_v2022_11_28/models/group_0840.py +11 -11
  663. githubkit/versions/ghec_v2022_11_28/models/group_0841.py +37 -118
  664. githubkit/versions/ghec_v2022_11_28/models/group_0842.py +119 -31
  665. githubkit/versions/ghec_v2022_11_28/models/group_0843.py +34 -10
  666. githubkit/versions/ghec_v2022_11_28/models/group_0844.py +7 -9
  667. githubkit/versions/ghec_v2022_11_28/models/group_0845.py +8 -33
  668. githubkit/versions/ghec_v2022_11_28/models/group_0846.py +10 -10
  669. githubkit/versions/ghec_v2022_11_28/models/group_0847.py +10 -34
  670. githubkit/versions/ghec_v2022_11_28/models/group_0848.py +34 -14
  671. githubkit/versions/ghec_v2022_11_28/models/group_0849.py +10 -12
  672. githubkit/versions/ghec_v2022_11_28/models/group_0850.py +15 -11
  673. githubkit/versions/ghec_v2022_11_28/models/group_0851.py +16 -14
  674. githubkit/versions/ghec_v2022_11_28/models/group_0852.py +11 -11
  675. githubkit/versions/ghec_v2022_11_28/models/group_0853.py +12 -205
  676. githubkit/versions/ghec_v2022_11_28/models/group_0854.py +224 -9
  677. githubkit/versions/ghec_v2022_11_28/models/group_0855.py +14 -7
  678. githubkit/versions/ghec_v2022_11_28/models/group_0856.py +7 -14
  679. githubkit/versions/ghec_v2022_11_28/models/group_0857.py +14 -7
  680. githubkit/versions/ghec_v2022_11_28/models/group_0858.py +7 -45
  681. githubkit/versions/ghec_v2022_11_28/models/group_0859.py +8 -8
  682. githubkit/versions/ghec_v2022_11_28/models/group_0860.py +13 -13
  683. githubkit/versions/ghec_v2022_11_28/models/group_0861.py +8 -8
  684. githubkit/versions/ghec_v2022_11_28/models/group_0862.py +28 -18
  685. githubkit/versions/ghec_v2022_11_28/models/group_0863.py +16 -217
  686. githubkit/versions/ghec_v2022_11_28/models/group_0864.py +42 -38
  687. githubkit/versions/ghec_v2022_11_28/models/group_0865.py +32 -34
  688. githubkit/versions/ghec_v2022_11_28/models/group_0866.py +34 -137
  689. githubkit/versions/ghec_v2022_11_28/models/group_0867.py +142 -41
  690. githubkit/versions/ghec_v2022_11_28/models/group_0868.py +219 -16
  691. githubkit/versions/ghec_v2022_11_28/models/group_0869.py +11 -21
  692. githubkit/versions/ghec_v2022_11_28/models/group_0870.py +17 -85
  693. githubkit/versions/ghec_v2022_11_28/models/group_0871.py +69 -31
  694. githubkit/versions/ghec_v2022_11_28/models/group_0872.py +68 -50
  695. githubkit/versions/ghec_v2022_11_28/models/group_0873.py +47 -97
  696. githubkit/versions/ghec_v2022_11_28/models/group_0874.py +65 -24
  697. githubkit/versions/ghec_v2022_11_28/models/group_0875.py +49 -37
  698. githubkit/versions/ghec_v2022_11_28/models/group_0876.py +36 -72
  699. githubkit/versions/ghec_v2022_11_28/models/group_0877.py +21 -23
  700. githubkit/versions/ghec_v2022_11_28/models/group_0878.py +46 -439
  701. githubkit/versions/ghec_v2022_11_28/models/group_0879.py +95 -84
  702. githubkit/versions/ghec_v2022_11_28/models/group_0880.py +89 -97
  703. githubkit/versions/ghec_v2022_11_28/models/group_0881.py +470 -25
  704. githubkit/versions/ghec_v2022_11_28/models/group_0882.py +33 -6
  705. githubkit/versions/ghec_v2022_11_28/models/group_0883.py +9 -19
  706. githubkit/versions/ghec_v2022_11_28/models/group_0884.py +23 -4
  707. githubkit/versions/ghec_v2022_11_28/models/group_0885.py +4 -24
  708. githubkit/versions/ghec_v2022_11_28/models/group_0886.py +20 -6
  709. githubkit/versions/ghec_v2022_11_28/models/group_0887.py +5 -5
  710. githubkit/versions/ghec_v2022_11_28/models/group_0888.py +5 -5
  711. githubkit/versions/ghec_v2022_11_28/models/group_0889.py +5 -5
  712. githubkit/versions/ghec_v2022_11_28/models/group_0890.py +5 -30
  713. githubkit/versions/ghec_v2022_11_28/models/group_0891.py +41 -10
  714. githubkit/versions/ghec_v2022_11_28/models/group_0892.py +5 -12
  715. githubkit/versions/ghec_v2022_11_28/models/group_0893.py +7 -46
  716. githubkit/versions/ghec_v2022_11_28/models/group_0894.py +46 -9
  717. githubkit/versions/ghec_v2022_11_28/models/group_0895.py +6 -4
  718. githubkit/versions/ghec_v2022_11_28/models/group_0896.py +6 -6
  719. githubkit/versions/ghec_v2022_11_28/models/group_0897.py +7 -5
  720. githubkit/versions/ghec_v2022_11_28/models/group_0898.py +6 -21
  721. githubkit/versions/ghec_v2022_11_28/models/group_0899.py +16 -10
  722. githubkit/versions/ghec_v2022_11_28/models/group_0900.py +15 -8
  723. githubkit/versions/ghec_v2022_11_28/models/group_0901.py +8 -7
  724. githubkit/versions/ghec_v2022_11_28/models/group_0902.py +6 -40
  725. githubkit/versions/ghec_v2022_11_28/models/group_0903.py +27 -22
  726. githubkit/versions/ghec_v2022_11_28/models/group_0904.py +15 -8
  727. githubkit/versions/ghec_v2022_11_28/models/group_0905.py +35 -20
  728. githubkit/versions/ghec_v2022_11_28/models/group_0906.py +12 -7
  729. githubkit/versions/ghec_v2022_11_28/models/group_0907.py +7 -12
  730. githubkit/versions/ghec_v2022_11_28/models/group_0908.py +14 -7
  731. githubkit/versions/ghec_v2022_11_28/models/group_0909.py +7 -10
  732. githubkit/versions/ghec_v2022_11_28/models/group_0910.py +9 -18
  733. githubkit/versions/ghec_v2022_11_28/models/group_0911.py +18 -11
  734. githubkit/versions/ghec_v2022_11_28/models/group_0912.py +11 -7
  735. githubkit/versions/ghec_v2022_11_28/models/group_0913.py +9 -9
  736. githubkit/versions/ghec_v2022_11_28/models/group_0914.py +5 -6
  737. githubkit/versions/ghec_v2022_11_28/models/group_0915.py +10 -9
  738. githubkit/versions/ghec_v2022_11_28/models/group_0916.py +13 -43
  739. githubkit/versions/ghec_v2022_11_28/models/group_0917.py +4 -4
  740. githubkit/versions/ghec_v2022_11_28/models/group_0918.py +43 -12
  741. githubkit/versions/ghec_v2022_11_28/models/group_0919.py +5 -7
  742. githubkit/versions/ghec_v2022_11_28/models/group_0920.py +7 -119
  743. githubkit/versions/ghec_v2022_11_28/models/group_0921.py +19 -22
  744. githubkit/versions/ghec_v2022_11_28/models/group_0922.py +121 -7
  745. githubkit/versions/ghec_v2022_11_28/models/group_0923.py +6 -11
  746. githubkit/versions/ghec_v2022_11_28/models/group_0924.py +5 -12
  747. githubkit/versions/ghec_v2022_11_28/models/group_0925.py +21 -32
  748. githubkit/versions/ghec_v2022_11_28/models/group_0926.py +34 -9
  749. githubkit/versions/ghec_v2022_11_28/models/group_0927.py +12 -7
  750. githubkit/versions/ghec_v2022_11_28/models/group_0928.py +9 -21
  751. githubkit/versions/ghec_v2022_11_28/models/group_0929.py +8 -11
  752. githubkit/versions/ghec_v2022_11_28/models/group_0930.py +22 -10
  753. githubkit/versions/ghec_v2022_11_28/models/group_0931.py +10 -86
  754. githubkit/versions/ghec_v2022_11_28/models/group_0932.py +7 -8
  755. githubkit/versions/ghec_v2022_11_28/models/group_0933.py +87 -12
  756. githubkit/versions/ghec_v2022_11_28/models/group_0934.py +8 -7
  757. githubkit/versions/ghec_v2022_11_28/models/group_0935.py +9 -7
  758. githubkit/versions/ghec_v2022_11_28/models/group_0936.py +8 -7
  759. githubkit/versions/ghec_v2022_11_28/models/group_0937.py +12 -26
  760. githubkit/versions/ghec_v2022_11_28/models/group_0938.py +22 -16
  761. githubkit/versions/ghec_v2022_11_28/models/group_0939.py +17 -28
  762. githubkit/versions/ghec_v2022_11_28/models/group_0940.py +35 -6
  763. githubkit/versions/ghec_v2022_11_28/models/group_0941.py +4 -4
  764. githubkit/versions/ghec_v2022_11_28/models/group_0942.py +8 -4
  765. githubkit/versions/ghec_v2022_11_28/models/group_0943.py +4 -14
  766. githubkit/versions/ghec_v2022_11_28/models/group_0944.py +9 -14
  767. githubkit/versions/ghec_v2022_11_28/models/group_0945.py +11 -10
  768. githubkit/versions/ghec_v2022_11_28/models/group_0946.py +13 -5
  769. githubkit/versions/ghec_v2022_11_28/models/group_0947.py +5 -7
  770. githubkit/versions/ghec_v2022_11_28/models/group_0948.py +6 -9
  771. githubkit/versions/ghec_v2022_11_28/models/group_0949.py +9 -121
  772. githubkit/versions/ghec_v2022_11_28/models/group_0950.py +121 -24
  773. githubkit/versions/ghec_v2022_11_28/models/group_0951.py +26 -7
  774. githubkit/versions/ghec_v2022_11_28/models/group_0952.py +7 -46
  775. githubkit/versions/ghec_v2022_11_28/models/group_0953.py +46 -7
  776. githubkit/versions/ghec_v2022_11_28/models/group_0954.py +4 -4
  777. githubkit/versions/ghec_v2022_11_28/models/group_0955.py +6 -6
  778. githubkit/versions/ghec_v2022_11_28/models/group_0956.py +7 -5
  779. githubkit/versions/ghec_v2022_11_28/models/group_0957.py +6 -21
  780. githubkit/versions/ghec_v2022_11_28/models/group_0958.py +16 -10
  781. githubkit/versions/ghec_v2022_11_28/models/group_0959.py +15 -8
  782. githubkit/versions/ghec_v2022_11_28/models/group_0960.py +8 -7
  783. githubkit/versions/ghec_v2022_11_28/models/group_0961.py +6 -45
  784. githubkit/versions/ghec_v2022_11_28/models/group_0962.py +30 -20
  785. githubkit/versions/ghec_v2022_11_28/models/group_0963.py +14 -7
  786. githubkit/versions/ghec_v2022_11_28/models/group_0964.py +35 -14
  787. githubkit/versions/ghec_v2022_11_28/models/group_0965.py +6 -6
  788. githubkit/versions/ghec_v2022_11_28/models/group_0966.py +8 -7
  789. githubkit/versions/ghec_v2022_11_28/models/group_0967.py +7 -8
  790. githubkit/versions/ghec_v2022_11_28/models/group_0968.py +8 -7
  791. githubkit/versions/ghec_v2022_11_28/models/group_0969.py +7 -8
  792. githubkit/versions/ghec_v2022_11_28/models/group_0970.py +9 -20
  793. githubkit/versions/ghec_v2022_11_28/models/group_0971.py +16 -5
  794. githubkit/versions/ghec_v2022_11_28/models/group_0972.py +5 -6
  795. githubkit/versions/ghec_v2022_11_28/models/group_0973.py +9 -30
  796. githubkit/versions/ghec_v2022_11_28/models/group_0974.py +24 -14
  797. githubkit/versions/ghec_v2022_11_28/models/group_0975.py +20 -8
  798. githubkit/versions/ghec_v2022_11_28/models/group_0976.py +8 -7
  799. githubkit/versions/ghec_v2022_11_28/models/group_0977.py +6 -34
  800. githubkit/versions/ghec_v2022_11_28/models/group_0978.py +27 -9
  801. githubkit/versions/ghec_v2022_11_28/models/group_0979.py +8 -9
  802. githubkit/versions/ghec_v2022_11_28/models/group_0980.py +18 -8
  803. githubkit/versions/ghec_v2022_11_28/models/group_0981.py +8 -7
  804. githubkit/versions/ghec_v2022_11_28/models/group_0982.py +7 -74
  805. githubkit/versions/ghec_v2022_11_28/models/group_0983.py +69 -49
  806. githubkit/versions/ghec_v2022_11_28/models/group_0984.py +32 -21
  807. githubkit/versions/ghec_v2022_11_28/models/group_0985.py +27 -159
  808. githubkit/versions/ghec_v2022_11_28/models/group_0986.py +174 -6
  809. githubkit/versions/ghec_v2022_11_28/models/group_0987.py +6 -174
  810. githubkit/versions/ghec_v2022_11_28/models/group_0988.py +174 -10
  811. githubkit/versions/ghec_v2022_11_28/models/group_0989.py +10 -7
  812. githubkit/versions/ghec_v2022_11_28/models/group_0990.py +5 -12
  813. githubkit/versions/ghec_v2022_11_28/models/group_0991.py +20 -7
  814. githubkit/versions/ghec_v2022_11_28/models/group_0992.py +9 -22
  815. githubkit/versions/ghec_v2022_11_28/models/group_0993.py +19 -6
  816. githubkit/versions/ghec_v2022_11_28/models/group_0994.py +5 -5
  817. githubkit/versions/ghec_v2022_11_28/models/group_0995.py +8 -37
  818. githubkit/versions/ghec_v2022_11_28/models/group_0996.py +27 -13
  819. githubkit/versions/ghec_v2022_11_28/models/group_0997.py +23 -8
  820. githubkit/versions/ghec_v2022_11_28/models/group_0998.py +8 -7
  821. githubkit/versions/ghec_v2022_11_28/models/group_0999.py +6 -12
  822. githubkit/versions/ghec_v2022_11_28/models/group_1000.py +13 -8
  823. githubkit/versions/ghec_v2022_11_28/models/group_1001.py +9 -9
  824. githubkit/versions/ghec_v2022_11_28/models/group_1002.py +9 -9
  825. githubkit/versions/ghec_v2022_11_28/models/group_1003.py +9 -10
  826. githubkit/versions/ghec_v2022_11_28/models/group_1004.py +10 -9
  827. githubkit/versions/ghec_v2022_11_28/models/group_1005.py +9 -9
  828. githubkit/versions/ghec_v2022_11_28/models/group_1006.py +9 -9
  829. githubkit/versions/ghec_v2022_11_28/models/group_1007.py +9 -9
  830. githubkit/versions/ghec_v2022_11_28/models/group_1008.py +7 -11
  831. githubkit/versions/ghec_v2022_11_28/models/group_1009.py +8 -26
  832. githubkit/versions/ghec_v2022_11_28/models/group_1010.py +24 -17
  833. githubkit/versions/ghec_v2022_11_28/models/group_1011.py +23 -8
  834. githubkit/versions/ghec_v2022_11_28/models/group_1012.py +8 -7
  835. githubkit/versions/ghec_v2022_11_28/models/group_1013.py +6 -43
  836. githubkit/versions/ghec_v2022_11_28/models/group_1014.py +14 -13
  837. githubkit/versions/ghec_v2022_11_28/models/group_1015.py +29 -6
  838. githubkit/versions/ghec_v2022_11_28/models/group_1016.py +20 -8
  839. githubkit/versions/ghec_v2022_11_28/models/group_1017.py +11 -4
  840. githubkit/versions/ghec_v2022_11_28/models/group_1018.py +8 -33
  841. githubkit/versions/ghec_v2022_11_28/models/group_1019.py +32 -14
  842. githubkit/versions/ghec_v2022_11_28/models/group_1020.py +8 -12
  843. githubkit/versions/ghec_v2022_11_28/models/group_1021.py +6 -37
  844. githubkit/versions/ghec_v2022_11_28/models/group_1022.py +39 -7
  845. githubkit/versions/ghec_v2022_11_28/models/group_1023.py +14 -4
  846. githubkit/versions/ghec_v2022_11_28/models/group_1024.py +4 -11
  847. githubkit/versions/ghec_v2022_11_28/models/group_1025.py +7 -20
  848. githubkit/versions/ghec_v2022_11_28/models/group_1026.py +13 -7
  849. githubkit/versions/ghec_v2022_11_28/models/group_1027.py +13 -12
  850. githubkit/versions/ghec_v2022_11_28/models/group_1028.py +10 -5
  851. githubkit/versions/ghec_v2022_11_28/models/group_1029.py +7 -32
  852. githubkit/versions/ghec_v2022_11_28/models/group_1030.py +24 -15
  853. githubkit/versions/ghec_v2022_11_28/models/group_1031.py +31 -12
  854. githubkit/versions/ghec_v2022_11_28/models/group_1032.py +12 -37
  855. githubkit/versions/ghec_v2022_11_28/models/group_1033.py +28 -7
  856. githubkit/versions/ghec_v2022_11_28/models/group_1034.py +10 -11
  857. githubkit/versions/ghec_v2022_11_28/models/group_1035.py +8 -11
  858. githubkit/versions/ghec_v2022_11_28/models/group_1036.py +13 -115
  859. githubkit/versions/ghec_v2022_11_28/models/group_1037.py +117 -86
  860. githubkit/versions/ghec_v2022_11_28/models/group_1038.py +7 -8
  861. githubkit/versions/ghec_v2022_11_28/models/group_1039.py +85 -7
  862. githubkit/versions/ghec_v2022_11_28/models/group_1040.py +9 -21
  863. githubkit/versions/ghec_v2022_11_28/models/group_1041.py +8 -9
  864. githubkit/versions/ghec_v2022_11_28/models/group_1042.py +12 -28
  865. githubkit/versions/ghec_v2022_11_28/models/group_1043.py +18 -10
  866. githubkit/versions/ghec_v2022_11_28/models/group_1044.py +25 -8
  867. githubkit/versions/ghec_v2022_11_28/models/group_1045.py +10 -10
  868. githubkit/versions/ghec_v2022_11_28/models/group_1046.py +12 -5
  869. githubkit/versions/ghec_v2022_11_28/models/group_1047.py +4 -10
  870. githubkit/versions/ghec_v2022_11_28/models/group_1048.py +5 -13
  871. githubkit/versions/ghec_v2022_11_28/models/group_1049.py +13 -5
  872. githubkit/versions/ghec_v2022_11_28/models/group_1050.py +11 -5
  873. githubkit/versions/ghec_v2022_11_28/models/group_1051.py +5 -11
  874. githubkit/versions/ghec_v2022_11_28/models/group_1052.py +6 -7
  875. githubkit/versions/ghec_v2022_11_28/models/group_1053.py +10 -6
  876. githubkit/versions/ghec_v2022_11_28/models/group_1054.py +6 -8
  877. githubkit/versions/ghec_v2022_11_28/models/group_1055.py +6 -20
  878. githubkit/versions/ghec_v2022_11_28/models/group_1056.py +20 -8
  879. githubkit/versions/ghec_v2022_11_28/models/group_1057.py +10 -7
  880. githubkit/versions/ghec_v2022_11_28/models/group_1058.py +7 -12
  881. githubkit/versions/ghec_v2022_11_28/models/group_1059.py +10 -10
  882. githubkit/versions/ghec_v2022_11_28/models/group_1060.py +17 -4
  883. githubkit/versions/ghec_v2022_11_28/models/group_1061.py +4 -27
  884. githubkit/versions/ghec_v2022_11_28/models/group_1062.py +11 -10
  885. githubkit/versions/ghec_v2022_11_28/models/group_1063.py +23 -5
  886. githubkit/versions/ghec_v2022_11_28/models/group_1064.py +5 -7
  887. githubkit/versions/ghec_v2022_11_28/models/group_1065.py +7 -10
  888. githubkit/versions/ghec_v2022_11_28/models/group_1066.py +10 -23
  889. githubkit/versions/ghec_v2022_11_28/models/group_1067.py +23 -8
  890. githubkit/versions/ghec_v2022_11_28/models/group_1068.py +11 -4
  891. githubkit/versions/ghec_v2022_11_28/models/group_1069.py +4 -12
  892. githubkit/versions/ghec_v2022_11_28/models/group_1070.py +7 -21
  893. githubkit/versions/ghec_v2022_11_28/models/group_1071.py +21 -7
  894. githubkit/versions/ghec_v2022_11_28/models/group_1072.py +7 -9
  895. githubkit/versions/ghec_v2022_11_28/models/group_1073.py +11 -5
  896. githubkit/versions/ghec_v2022_11_28/models/group_1074.py +5 -8
  897. githubkit/versions/ghec_v2022_11_28/models/group_1075.py +6 -299
  898. githubkit/versions/ghec_v2022_11_28/models/group_1076.py +300 -7
  899. githubkit/versions/ghec_v2022_11_28/models/group_1077.py +8 -9
  900. githubkit/versions/ghec_v2022_11_28/models/group_1078.py +6 -13
  901. githubkit/versions/ghec_v2022_11_28/models/group_1079.py +15 -7
  902. githubkit/versions/ghec_v2022_11_28/models/group_1080.py +6 -6
  903. githubkit/versions/ghec_v2022_11_28/models/group_1081.py +8 -15
  904. githubkit/versions/ghec_v2022_11_28/models/group_1082.py +15 -8
  905. githubkit/versions/ghec_v2022_11_28/models/group_1083.py +9 -20
  906. githubkit/versions/ghec_v2022_11_28/models/group_1084.py +16 -5
  907. githubkit/versions/ghec_v2022_11_28/models/group_1085.py +5 -6
  908. githubkit/versions/ghec_v2022_11_28/models/group_1086.py +10 -9
  909. githubkit/versions/ghec_v2022_11_28/models/group_1087.py +6 -6
  910. githubkit/versions/ghec_v2022_11_28/models/group_1088.py +6 -8
  911. githubkit/versions/ghec_v2022_11_28/models/group_1089.py +7 -5
  912. githubkit/versions/ghec_v2022_11_28/models/group_1090.py +8 -13
  913. githubkit/versions/ghec_v2022_11_28/models/group_1091.py +12 -8
  914. githubkit/versions/ghec_v2022_11_28/models/group_1092.py +4 -4
  915. githubkit/versions/ghec_v2022_11_28/models/group_1093.py +9 -8
  916. githubkit/versions/ghec_v2022_11_28/models/group_1094.py +8 -9
  917. githubkit/versions/ghec_v2022_11_28/models/group_1095.py +9 -8
  918. githubkit/versions/ghec_v2022_11_28/models/group_1096.py +8 -6
  919. githubkit/versions/ghec_v2022_11_28/models/group_1097.py +6 -8
  920. githubkit/versions/ghec_v2022_11_28/models/group_1098.py +6 -34
  921. githubkit/versions/ghec_v2022_11_28/models/group_1099.py +29 -23
  922. githubkit/versions/ghec_v2022_11_28/models/group_1100.py +30 -8
  923. githubkit/versions/ghec_v2022_11_28/models/group_1101.py +8 -45
  924. githubkit/versions/ghec_v2022_11_28/models/group_1102.py +44 -6
  925. githubkit/versions/ghec_v2022_11_28/models/group_1103.py +6 -78
  926. githubkit/versions/ghec_v2022_11_28/models/group_1104.py +76 -13
  927. githubkit/versions/ghec_v2022_11_28/models/group_1105.py +10 -209
  928. githubkit/versions/ghec_v2022_11_28/models/group_1106.py +142 -19
  929. githubkit/versions/ghec_v2022_11_28/models/group_1107.py +72 -21
  930. githubkit/versions/ghec_v2022_11_28/models/group_1108.py +36 -10
  931. githubkit/versions/ghec_v2022_11_28/models/group_1109.py +4 -4
  932. githubkit/versions/ghec_v2022_11_28/models/group_1110.py +4 -5
  933. githubkit/versions/ghec_v2022_11_28/models/group_1111.py +13 -8
  934. githubkit/versions/ghec_v2022_11_28/models/group_1112.py +4 -4
  935. githubkit/versions/ghec_v2022_11_28/models/group_1113.py +4 -4
  936. githubkit/versions/ghec_v2022_11_28/models/group_1114.py +8 -6
  937. githubkit/versions/ghec_v2022_11_28/models/group_1115.py +5 -7
  938. githubkit/versions/ghec_v2022_11_28/models/group_1116.py +4 -4
  939. githubkit/versions/ghec_v2022_11_28/models/group_1117.py +8 -6
  940. githubkit/versions/ghec_v2022_11_28/models/group_1118.py +4 -4
  941. githubkit/versions/ghec_v2022_11_28/models/group_1119.py +4 -4
  942. githubkit/versions/ghec_v2022_11_28/models/group_1120.py +9 -5
  943. githubkit/versions/ghec_v2022_11_28/models/group_1121.py +5 -14
  944. githubkit/versions/ghec_v2022_11_28/models/group_1122.py +11 -12
  945. githubkit/versions/ghec_v2022_11_28/models/group_1123.py +11 -101
  946. githubkit/versions/ghec_v2022_11_28/models/group_1124.py +89 -39
  947. githubkit/versions/ghec_v2022_11_28/models/group_1125.py +16 -21
  948. githubkit/versions/ghec_v2022_11_28/models/group_1126.py +43 -85
  949. githubkit/versions/ghec_v2022_11_28/models/group_1127.py +85 -40
  950. githubkit/versions/ghec_v2022_11_28/models/group_1128.py +16 -19
  951. githubkit/versions/ghec_v2022_11_28/models/group_1129.py +61 -6
  952. githubkit/versions/ghec_v2022_11_28/models/group_1130.py +5 -28
  953. githubkit/versions/ghec_v2022_11_28/models/group_1131.py +27 -7
  954. githubkit/versions/ghec_v2022_11_28/models/group_1132.py +14 -33
  955. githubkit/versions/ghec_v2022_11_28/models/group_1133.py +20 -20
  956. githubkit/versions/ghec_v2022_11_28/models/group_1134.py +8 -8
  957. githubkit/versions/ghec_v2022_11_28/models/group_1135.py +7 -7
  958. githubkit/versions/ghec_v2022_11_28/models/group_1136.py +19 -30
  959. githubkit/versions/ghec_v2022_11_28/models/group_1137.py +44 -14
  960. githubkit/versions/ghec_v2022_11_28/models/group_1138.py +8 -49
  961. githubkit/versions/ghec_v2022_11_28/models/group_1139.py +47 -22
  962. githubkit/versions/ghec_v2022_11_28/models/group_1140.py +23 -7
  963. githubkit/versions/ghec_v2022_11_28/models/group_1141.py +7 -26
  964. githubkit/versions/ghec_v2022_11_28/models/group_1142.py +20 -16
  965. githubkit/versions/ghec_v2022_11_28/models/group_1143.py +23 -14
  966. githubkit/versions/ghec_v2022_11_28/models/group_1144.py +10 -6
  967. githubkit/versions/ghec_v2022_11_28/models/group_1145.py +10 -5
  968. githubkit/versions/ghec_v2022_11_28/models/group_1146.py +5 -11
  969. githubkit/versions/ghec_v2022_11_28/models/group_1147.py +10 -16
  970. githubkit/versions/ghec_v2022_11_28/models/group_1148.py +17 -8
  971. githubkit/versions/ghec_v2022_11_28/models/group_1149.py +7 -60
  972. githubkit/versions/ghec_v2022_11_28/models/group_1150.py +37 -30
  973. githubkit/versions/ghec_v2022_11_28/models/group_1151.py +47 -17
  974. githubkit/versions/ghec_v2022_11_28/models/group_1152.py +29 -28
  975. githubkit/versions/ghec_v2022_11_28/models/group_1153.py +23 -14
  976. githubkit/versions/ghec_v2022_11_28/models/group_1154.py +12 -10
  977. githubkit/versions/ghec_v2022_11_28/models/group_1155.py +11 -48
  978. githubkit/versions/ghec_v2022_11_28/models/group_1156.py +48 -6
  979. githubkit/versions/ghec_v2022_11_28/models/group_1157.py +9 -39
  980. githubkit/versions/ghec_v2022_11_28/models/group_1158.py +33 -24
  981. githubkit/versions/ghec_v2022_11_28/models/group_1159.py +9 -46
  982. githubkit/versions/ghec_v2022_11_28/models/group_1160.py +6 -34
  983. githubkit/versions/ghec_v2022_11_28/models/group_1161.py +23 -11
  984. githubkit/versions/ghec_v2022_11_28/models/group_1162.py +42 -16
  985. githubkit/versions/ghec_v2022_11_28/models/group_1163.py +38 -7
  986. githubkit/versions/ghec_v2022_11_28/models/group_1164.py +15 -8
  987. githubkit/versions/ghec_v2022_11_28/models/group_1165.py +22 -7
  988. githubkit/versions/ghec_v2022_11_28/models/group_1166.py +8 -6
  989. githubkit/versions/ghec_v2022_11_28/models/group_1167.py +9 -8
  990. githubkit/versions/ghec_v2022_11_28/models/group_1168.py +8 -18
  991. githubkit/versions/ghec_v2022_11_28/models/group_1169.py +6 -11
  992. githubkit/versions/ghec_v2022_11_28/models/group_1170.py +6 -69
  993. githubkit/versions/ghec_v2022_11_28/models/group_1171.py +17 -7
  994. githubkit/versions/ghec_v2022_11_28/models/group_1172.py +7 -7
  995. githubkit/versions/ghec_v2022_11_28/models/group_1173.py +52 -22
  996. githubkit/versions/ghec_v2022_11_28/models/group_1174.py +7 -41
  997. githubkit/versions/ghec_v2022_11_28/models/group_1175.py +7 -44
  998. githubkit/versions/ghec_v2022_11_28/models/group_1176.py +32 -20
  999. githubkit/versions/ghec_v2022_11_28/models/group_1177.py +34 -12
  1000. githubkit/versions/ghec_v2022_11_28/models/group_1178.py +37 -14
  1001. githubkit/versions/ghec_v2022_11_28/models/group_1179.py +19 -14
  1002. githubkit/versions/ghec_v2022_11_28/models/group_1180.py +18 -6
  1003. githubkit/versions/ghec_v2022_11_28/models/group_1181.py +22 -6
  1004. githubkit/versions/ghec_v2022_11_28/models/group_1182.py +31 -8
  1005. githubkit/versions/ghec_v2022_11_28/models/group_1183.py +6 -12
  1006. githubkit/versions/ghec_v2022_11_28/models/group_1184.py +7 -40
  1007. githubkit/versions/ghec_v2022_11_28/models/group_1185.py +4 -8
  1008. githubkit/versions/ghec_v2022_11_28/models/group_1186.py +11 -8
  1009. githubkit/versions/ghec_v2022_11_28/models/group_1187.py +16 -29
  1010. githubkit/versions/ghec_v2022_11_28/models/group_1188.py +5 -10
  1011. githubkit/versions/ghec_v2022_11_28/models/group_1189.py +10 -9
  1012. githubkit/versions/ghec_v2022_11_28/models/group_1190.py +55 -5
  1013. githubkit/versions/ghec_v2022_11_28/models/group_1191.py +7 -8
  1014. githubkit/versions/ghec_v2022_11_28/models/group_1192.py +9 -18
  1015. githubkit/versions/ghec_v2022_11_28/models/group_1193.py +5 -5
  1016. githubkit/versions/ghec_v2022_11_28/models/group_1194.py +5 -5
  1017. githubkit/versions/ghec_v2022_11_28/models/group_1195.py +9 -9
  1018. githubkit/versions/ghec_v2022_11_28/models/group_1196.py +4 -4
  1019. githubkit/versions/ghec_v2022_11_28/models/group_1197.py +9 -12
  1020. githubkit/versions/ghec_v2022_11_28/models/group_1198.py +20 -12
  1021. githubkit/versions/ghec_v2022_11_28/models/group_1199.py +5 -5
  1022. githubkit/versions/ghec_v2022_11_28/models/group_1200.py +11 -10
  1023. githubkit/versions/ghec_v2022_11_28/models/group_1201.py +10 -14
  1024. githubkit/versions/ghec_v2022_11_28/models/group_1202.py +5 -12
  1025. githubkit/versions/ghec_v2022_11_28/models/group_1203.py +8 -12
  1026. githubkit/versions/ghec_v2022_11_28/models/group_1204.py +9 -12
  1027. githubkit/versions/ghec_v2022_11_28/models/group_1205.py +11 -6
  1028. githubkit/versions/ghec_v2022_11_28/models/group_1206.py +11 -10
  1029. githubkit/versions/ghec_v2022_11_28/models/group_1207.py +11 -14
  1030. githubkit/versions/ghec_v2022_11_28/models/group_1208.py +6 -22
  1031. githubkit/versions/ghec_v2022_11_28/models/group_1209.py +12 -8
  1032. githubkit/versions/ghec_v2022_11_28/models/group_1210.py +19 -6
  1033. githubkit/versions/ghec_v2022_11_28/models/group_1211.py +19 -11
  1034. githubkit/versions/ghec_v2022_11_28/models/group_1212.py +7 -26
  1035. githubkit/versions/ghec_v2022_11_28/models/group_1213.py +11 -33
  1036. githubkit/versions/ghec_v2022_11_28/models/group_1214.py +11 -27
  1037. githubkit/versions/ghec_v2022_11_28/models/group_1215.py +10 -10
  1038. githubkit/versions/ghec_v2022_11_28/models/group_1216.py +12 -13
  1039. githubkit/versions/ghec_v2022_11_28/models/group_1217.py +24 -11
  1040. githubkit/versions/ghec_v2022_11_28/models/group_1218.py +23 -9
  1041. githubkit/versions/ghec_v2022_11_28/models/group_1219.py +24 -10
  1042. githubkit/versions/ghec_v2022_11_28/models/group_1220.py +11 -21
  1043. githubkit/versions/ghec_v2022_11_28/models/group_1221.py +16 -6
  1044. githubkit/versions/ghec_v2022_11_28/models/group_1222.py +14 -7
  1045. githubkit/versions/ghec_v2022_11_28/models/group_1223.py +26 -7
  1046. githubkit/versions/ghec_v2022_11_28/models/group_1224.py +6 -34
  1047. githubkit/versions/ghec_v2022_11_28/models/group_1225.py +10 -5
  1048. githubkit/versions/ghec_v2022_11_28/models/group_1226.py +8 -10
  1049. githubkit/versions/ghec_v2022_11_28/models/group_1227.py +22 -13
  1050. githubkit/versions/ghec_v2022_11_28/models/group_1228.py +5 -45
  1051. githubkit/versions/ghec_v2022_11_28/models/group_1229.py +8 -39
  1052. githubkit/versions/ghec_v2022_11_28/models/group_1230.py +32 -11
  1053. githubkit/versions/ghec_v2022_11_28/models/group_1231.py +36 -12
  1054. githubkit/versions/ghec_v2022_11_28/models/group_1232.py +44 -10
  1055. githubkit/versions/ghec_v2022_11_28/models/group_1233.py +5 -8
  1056. githubkit/versions/ghec_v2022_11_28/models/group_1234.py +17 -8
  1057. githubkit/versions/ghec_v2022_11_28/models/group_1235.py +6 -10
  1058. githubkit/versions/ghec_v2022_11_28/models/group_1236.py +6 -10
  1059. githubkit/versions/ghec_v2022_11_28/models/group_1237.py +8 -43
  1060. githubkit/versions/ghec_v2022_11_28/models/group_1238.py +12 -5
  1061. githubkit/versions/ghec_v2022_11_28/models/group_1239.py +9 -9
  1062. githubkit/versions/ghec_v2022_11_28/models/group_1240.py +40 -7
  1063. githubkit/versions/ghec_v2022_11_28/models/group_1241.py +5 -10
  1064. githubkit/versions/ghec_v2022_11_28/models/group_1242.py +10 -6
  1065. githubkit/versions/ghec_v2022_11_28/models/group_1243.py +7 -30
  1066. githubkit/versions/ghec_v2022_11_28/models/group_1244.py +6 -8
  1067. githubkit/versions/ghec_v2022_11_28/models/group_1245.py +10 -23
  1068. githubkit/versions/ghec_v2022_11_28/models/group_1246.py +15 -11
  1069. githubkit/versions/ghec_v2022_11_28/models/group_1247.py +11 -8
  1070. githubkit/versions/ghec_v2022_11_28/models/group_1248.py +13 -69
  1071. githubkit/versions/ghec_v2022_11_28/models/group_1249.py +23 -68
  1072. githubkit/versions/ghec_v2022_11_28/models/group_1250.py +7 -19
  1073. githubkit/versions/ghec_v2022_11_28/models/group_1251.py +74 -9
  1074. githubkit/versions/ghec_v2022_11_28/models/group_1252.py +68 -12
  1075. githubkit/versions/ghec_v2022_11_28/models/group_1253.py +15 -8
  1076. githubkit/versions/ghec_v2022_11_28/models/group_1254.py +11 -6
  1077. githubkit/versions/ghec_v2022_11_28/models/group_1255.py +21 -6
  1078. githubkit/versions/ghec_v2022_11_28/models/group_1256.py +9 -11
  1079. githubkit/versions/ghec_v2022_11_28/models/group_1257.py +6 -21
  1080. githubkit/versions/ghec_v2022_11_28/models/group_1258.py +7 -49
  1081. githubkit/versions/ghec_v2022_11_28/models/group_1259.py +12 -45
  1082. githubkit/versions/ghec_v2022_11_28/models/group_1260.py +20 -65
  1083. githubkit/versions/ghec_v2022_11_28/models/group_1261.py +44 -24
  1084. githubkit/versions/ghec_v2022_11_28/models/group_1262.py +46 -9
  1085. githubkit/versions/ghec_v2022_11_28/models/group_1263.py +65 -10
  1086. githubkit/versions/ghec_v2022_11_28/models/group_1264.py +35 -11
  1087. githubkit/versions/ghec_v2022_11_28/models/group_1265.py +12 -5
  1088. githubkit/versions/ghec_v2022_11_28/models/group_1266.py +11 -16
  1089. githubkit/versions/ghec_v2022_11_28/models/group_1267.py +5 -11
  1090. githubkit/versions/ghec_v2022_11_28/models/group_1268.py +5 -11
  1091. githubkit/versions/ghec_v2022_11_28/models/group_1269.py +14 -9
  1092. githubkit/versions/ghec_v2022_11_28/models/group_1270.py +11 -8
  1093. githubkit/versions/ghec_v2022_11_28/models/group_1271.py +6 -7
  1094. githubkit/versions/ghec_v2022_11_28/models/group_1272.py +9 -22
  1095. githubkit/versions/ghec_v2022_11_28/models/group_1273.py +10 -32
  1096. githubkit/versions/ghec_v2022_11_28/models/group_1274.py +12 -8
  1097. githubkit/versions/ghec_v2022_11_28/models/group_1275.py +22 -47
  1098. githubkit/versions/ghec_v2022_11_28/models/group_1276.py +20 -37
  1099. githubkit/versions/ghec_v2022_11_28/models/group_1277.py +7 -33
  1100. githubkit/versions/ghec_v2022_11_28/models/group_1278.py +43 -11
  1101. githubkit/versions/ghec_v2022_11_28/models/group_1279.py +46 -7
  1102. githubkit/versions/ghec_v2022_11_28/models/group_1280.py +33 -6
  1103. githubkit/versions/ghec_v2022_11_28/models/group_1281.py +13 -11
  1104. githubkit/versions/ghec_v2022_11_28/models/group_1282.py +6 -6
  1105. githubkit/versions/ghec_v2022_11_28/models/group_1283.py +6 -11
  1106. githubkit/versions/ghec_v2022_11_28/models/group_1284.py +15 -8
  1107. githubkit/versions/ghec_v2022_11_28/models/group_1285.py +8 -12
  1108. githubkit/versions/ghec_v2022_11_28/models/group_1286.py +12 -17
  1109. githubkit/versions/ghec_v2022_11_28/models/group_1287.py +8 -9
  1110. githubkit/versions/ghec_v2022_11_28/models/group_1288.py +12 -8
  1111. githubkit/versions/ghec_v2022_11_28/models/group_1289.py +17 -11
  1112. githubkit/versions/ghec_v2022_11_28/models/group_1290.py +13 -4
  1113. githubkit/versions/ghec_v2022_11_28/models/group_1291.py +8 -13
  1114. githubkit/versions/ghec_v2022_11_28/models/group_1292.py +11 -9
  1115. githubkit/versions/ghec_v2022_11_28/models/group_1293.py +8 -46
  1116. githubkit/versions/ghec_v2022_11_28/models/group_1294.py +10 -9
  1117. githubkit/versions/ghec_v2022_11_28/models/group_1295.py +6 -87
  1118. githubkit/versions/ghec_v2022_11_28/models/group_1296.py +38 -11
  1119. githubkit/versions/ghec_v2022_11_28/models/group_1297.py +11 -11
  1120. githubkit/versions/ghec_v2022_11_28/models/group_1298.py +86 -9
  1121. githubkit/versions/ghec_v2022_11_28/models/group_1299.py +11 -76
  1122. githubkit/versions/ghec_v2022_11_28/models/group_1300.py +32 -0
  1123. githubkit/versions/ghec_v2022_11_28/models/group_1301.py +33 -0
  1124. githubkit/versions/ghec_v2022_11_28/models/group_1302.py +97 -0
  1125. githubkit/versions/ghec_v2022_11_28/rest/actions.py +3784 -330
  1126. githubkit/versions/ghec_v2022_11_28/rest/activity.py +606 -64
  1127. githubkit/versions/ghec_v2022_11_28/rest/apps.py +724 -74
  1128. githubkit/versions/ghec_v2022_11_28/rest/billing.py +386 -36
  1129. githubkit/versions/ghec_v2022_11_28/rest/campaigns.py +126 -10
  1130. githubkit/versions/ghec_v2022_11_28/rest/checks.py +290 -24
  1131. githubkit/versions/ghec_v2022_11_28/rest/classroom.py +96 -12
  1132. githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +722 -44
  1133. githubkit/versions/ghec_v2022_11_28/rest/code_security.py +530 -48
  1134. githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +32 -4
  1135. githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +1048 -96
  1136. githubkit/versions/ghec_v2022_11_28/rest/copilot.py +464 -24
  1137. githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +425 -39
  1138. githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +56 -6
  1139. githubkit/versions/ghec_v2022_11_28/rest/emojis.py +16 -2
  1140. githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +1578 -150
  1141. githubkit/versions/ghec_v2022_11_28/rest/gists.py +380 -40
  1142. githubkit/versions/ghec_v2022_11_28/rest/git.py +498 -30
  1143. githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +40 -4
  1144. githubkit/versions/ghec_v2022_11_28/rest/hosted_compute.py +120 -12
  1145. githubkit/versions/ghec_v2022_11_28/rest/interactions.py +144 -18
  1146. githubkit/versions/ghec_v2022_11_28/rest/issues.py +1008 -88
  1147. githubkit/versions/ghec_v2022_11_28/rest/licenses.py +58 -6
  1148. githubkit/versions/ghec_v2022_11_28/rest/markdown.py +28 -4
  1149. githubkit/versions/ghec_v2022_11_28/rest/meta.py +94 -10
  1150. githubkit/versions/ghec_v2022_11_28/rest/migrations.py +566 -44
  1151. githubkit/versions/ghec_v2022_11_28/rest/oidc.py +40 -4
  1152. githubkit/versions/ghec_v2022_11_28/rest/orgs.py +2504 -224
  1153. githubkit/versions/ghec_v2022_11_28/rest/packages.py +624 -54
  1154. githubkit/versions/ghec_v2022_11_28/rest/private_registries.py +134 -12
  1155. githubkit/versions/ghec_v2022_11_28/rest/projects.py +500 -50
  1156. githubkit/versions/ghec_v2022_11_28/rest/pulls.py +830 -54
  1157. githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +46 -2
  1158. githubkit/versions/ghec_v2022_11_28/rest/reactions.py +546 -50
  1159. githubkit/versions/ghec_v2022_11_28/rest/repos.py +4678 -426
  1160. githubkit/versions/ghec_v2022_11_28/rest/scim.py +146 -12
  1161. githubkit/versions/ghec_v2022_11_28/rest/search.py +236 -14
  1162. githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +833 -30
  1163. githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +232 -20
  1164. githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +28 -2
  1165. githubkit/versions/ghec_v2022_11_28/rest/teams.py +1758 -142
  1166. githubkit/versions/ghec_v2022_11_28/rest/users.py +798 -86
  1167. githubkit/versions/ghec_v2022_11_28/types/__init__.py +4376 -4342
  1168. githubkit/versions/ghec_v2022_11_28/types/group_0060.py +3 -1
  1169. githubkit/versions/ghec_v2022_11_28/types/group_0068.py +1 -1
  1170. githubkit/versions/ghec_v2022_11_28/types/group_0186.py +69 -17
  1171. githubkit/versions/ghec_v2022_11_28/types/group_0187.py +20 -29
  1172. githubkit/versions/ghec_v2022_11_28/types/group_0188.py +24 -11
  1173. githubkit/versions/ghec_v2022_11_28/types/group_0189.py +18 -21
  1174. githubkit/versions/ghec_v2022_11_28/types/group_0190.py +22 -9
  1175. githubkit/versions/ghec_v2022_11_28/types/group_0191.py +6 -28
  1176. githubkit/versions/ghec_v2022_11_28/types/group_0192.py +30 -10
  1177. githubkit/versions/ghec_v2022_11_28/types/group_0193.py +5 -6
  1178. githubkit/versions/ghec_v2022_11_28/types/group_0194.py +9 -6
  1179. githubkit/versions/ghec_v2022_11_28/types/group_0195.py +6 -4
  1180. githubkit/versions/ghec_v2022_11_28/types/group_0196.py +4 -11
  1181. githubkit/versions/ghec_v2022_11_28/types/group_0197.py +14 -12
  1182. githubkit/versions/ghec_v2022_11_28/types/group_0198.py +8 -8
  1183. githubkit/versions/ghec_v2022_11_28/types/group_0199.py +10 -14
  1184. githubkit/versions/ghec_v2022_11_28/types/group_0200.py +3 -3
  1185. githubkit/versions/ghec_v2022_11_28/types/group_0201.py +14 -25
  1186. githubkit/versions/ghec_v2022_11_28/types/group_0202.py +21 -24
  1187. githubkit/versions/ghec_v2022_11_28/types/group_0203.py +30 -9
  1188. githubkit/versions/ghec_v2022_11_28/types/group_0204.py +8 -33
  1189. githubkit/versions/ghec_v2022_11_28/types/group_0205.py +31 -6
  1190. githubkit/versions/ghec_v2022_11_28/types/group_0206.py +6 -8
  1191. githubkit/versions/ghec_v2022_11_28/types/group_0207.py +10 -37
  1192. githubkit/versions/ghec_v2022_11_28/types/group_0208.py +29 -25
  1193. githubkit/versions/ghec_v2022_11_28/types/group_0209.py +31 -42
  1194. githubkit/versions/ghec_v2022_11_28/types/group_0210.py +35 -57
  1195. githubkit/versions/ghec_v2022_11_28/types/group_0211.py +28 -25
  1196. githubkit/versions/ghec_v2022_11_28/types/group_0212.py +62 -14
  1197. githubkit/versions/ghec_v2022_11_28/types/group_0213.py +9 -19
  1198. githubkit/versions/ghec_v2022_11_28/types/group_0214.py +26 -10
  1199. githubkit/versions/ghec_v2022_11_28/types/group_0215.py +7 -10
  1200. githubkit/versions/ghec_v2022_11_28/types/group_0216.py +10 -9
  1201. githubkit/versions/ghec_v2022_11_28/types/group_0217.py +9 -140
  1202. githubkit/versions/ghec_v2022_11_28/types/group_0218.py +142 -16
  1203. githubkit/versions/ghec_v2022_11_28/types/group_0219.py +7 -33
  1204. githubkit/versions/ghec_v2022_11_28/types/group_0220.py +43 -24
  1205. githubkit/versions/ghec_v2022_11_28/types/group_0221.py +18 -128
  1206. githubkit/versions/ghec_v2022_11_28/types/group_0222.py +126 -14
  1207. githubkit/versions/ghec_v2022_11_28/types/group_0223.py +14 -95
  1208. githubkit/versions/ghec_v2022_11_28/types/group_0224.py +95 -23
  1209. githubkit/versions/ghec_v2022_11_28/types/group_0225.py +11 -5
  1210. githubkit/versions/ghec_v2022_11_28/types/group_0226.py +19 -13
  1211. githubkit/versions/ghec_v2022_11_28/types/group_0227.py +16 -8
  1212. githubkit/versions/ghec_v2022_11_28/types/group_0228.py +10 -36
  1213. githubkit/versions/ghec_v2022_11_28/types/group_0229.py +25 -102
  1214. githubkit/versions/ghec_v2022_11_28/types/group_0230.py +107 -17
  1215. githubkit/versions/ghec_v2022_11_28/types/group_0231.py +16 -8
  1216. githubkit/versions/ghec_v2022_11_28/types/group_0232.py +13 -9
  1217. githubkit/versions/ghec_v2022_11_28/types/group_0233.py +11 -7
  1218. githubkit/versions/ghec_v2022_11_28/types/group_0234.py +7 -11
  1219. githubkit/versions/ghec_v2022_11_28/types/group_0235.py +11 -16
  1220. githubkit/versions/ghec_v2022_11_28/types/group_0236.py +15 -32
  1221. githubkit/versions/ghec_v2022_11_28/types/group_0237.py +24 -15
  1222. githubkit/versions/ghec_v2022_11_28/types/group_0238.py +16 -50
  1223. githubkit/versions/ghec_v2022_11_28/types/group_0239.py +56 -6
  1224. githubkit/versions/ghec_v2022_11_28/types/group_0240.py +7 -9
  1225. githubkit/versions/ghec_v2022_11_28/types/group_0241.py +6 -4
  1226. githubkit/versions/ghec_v2022_11_28/types/group_0242.py +9 -8
  1227. githubkit/versions/ghec_v2022_11_28/types/group_0243.py +7 -5
  1228. githubkit/versions/ghec_v2022_11_28/types/group_0244.py +5 -46
  1229. githubkit/versions/ghec_v2022_11_28/types/group_0245.py +33 -25
  1230. githubkit/versions/ghec_v2022_11_28/types/group_0246.py +30 -55
  1231. githubkit/versions/ghec_v2022_11_28/types/group_0247.py +53 -19
  1232. githubkit/versions/ghec_v2022_11_28/types/group_0248.py +29 -5
  1233. githubkit/versions/ghec_v2022_11_28/types/group_0249.py +5 -7
  1234. githubkit/versions/ghec_v2022_11_28/types/group_0250.py +7 -37
  1235. githubkit/versions/ghec_v2022_11_28/types/group_0251.py +31 -31
  1236. githubkit/versions/ghec_v2022_11_28/types/group_0252.py +34 -73
  1237. githubkit/versions/ghec_v2022_11_28/types/group_0253.py +60 -23
  1238. githubkit/versions/ghec_v2022_11_28/types/group_0254.py +40 -26
  1239. githubkit/versions/ghec_v2022_11_28/types/group_0255.py +24 -9
  1240. githubkit/versions/ghec_v2022_11_28/types/group_0256.py +8 -6
  1241. githubkit/versions/ghec_v2022_11_28/types/group_0257.py +7 -21
  1242. githubkit/versions/ghec_v2022_11_28/types/group_0258.py +21 -27
  1243. githubkit/versions/ghec_v2022_11_28/types/group_0259.py +19 -110
  1244. githubkit/versions/ghec_v2022_11_28/types/group_0260.py +111 -121
  1245. githubkit/versions/ghec_v2022_11_28/types/group_0261.py +119 -13
  1246. githubkit/versions/ghec_v2022_11_28/types/group_0262.py +21 -8
  1247. githubkit/versions/ghec_v2022_11_28/types/group_0263.py +11 -10
  1248. githubkit/versions/ghec_v2022_11_28/types/group_0264.py +10 -21
  1249. githubkit/versions/ghec_v2022_11_28/types/group_0265.py +20 -50
  1250. githubkit/versions/ghec_v2022_11_28/types/group_0266.py +40 -14
  1251. githubkit/versions/ghec_v2022_11_28/types/group_0267.py +18 -21
  1252. githubkit/versions/ghec_v2022_11_28/types/group_0268.py +19 -116
  1253. githubkit/versions/ghec_v2022_11_28/types/group_0269.py +120 -15
  1254. githubkit/versions/ghec_v2022_11_28/types/group_0270.py +19 -29
  1255. githubkit/versions/ghec_v2022_11_28/types/group_0271.py +27 -23
  1256. githubkit/versions/ghec_v2022_11_28/types/group_0272.py +20 -57
  1257. githubkit/versions/ghec_v2022_11_28/types/group_0273.py +60 -15
  1258. githubkit/versions/ghec_v2022_11_28/types/group_0274.py +16 -59
  1259. githubkit/versions/ghec_v2022_11_28/types/group_0275.py +50 -19
  1260. githubkit/versions/ghec_v2022_11_28/types/group_0276.py +30 -29
  1261. githubkit/versions/ghec_v2022_11_28/types/group_0277.py +5 -23
  1262. githubkit/versions/ghec_v2022_11_28/types/group_0278.py +50 -12
  1263. githubkit/versions/ghec_v2022_11_28/types/group_0279.py +9 -9
  1264. githubkit/versions/ghec_v2022_11_28/types/group_0280.py +7 -4
  1265. githubkit/versions/ghec_v2022_11_28/types/group_0281.py +5 -21
  1266. githubkit/versions/ghec_v2022_11_28/types/group_0282.py +21 -9
  1267. githubkit/versions/ghec_v2022_11_28/types/group_0283.py +7 -18
  1268. githubkit/versions/ghec_v2022_11_28/types/group_0284.py +15 -9
  1269. githubkit/versions/ghec_v2022_11_28/types/group_0285.py +13 -6
  1270. githubkit/versions/ghec_v2022_11_28/types/group_0286.py +13 -40
  1271. githubkit/versions/ghec_v2022_11_28/types/group_0287.py +32 -11
  1272. githubkit/versions/ghec_v2022_11_28/types/group_0288.py +13 -27
  1273. githubkit/versions/ghec_v2022_11_28/types/group_0289.py +27 -16
  1274. githubkit/versions/ghec_v2022_11_28/types/group_0290.py +16 -31
  1275. githubkit/versions/ghec_v2022_11_28/types/group_0291.py +11 -6
  1276. githubkit/versions/ghec_v2022_11_28/types/group_0292.py +26 -10
  1277. githubkit/versions/ghec_v2022_11_28/types/group_0293.py +10 -5
  1278. githubkit/versions/ghec_v2022_11_28/types/group_0294.py +5 -7
  1279. githubkit/versions/ghec_v2022_11_28/types/group_0295.py +7 -22
  1280. githubkit/versions/ghec_v2022_11_28/types/group_0296.py +22 -23
  1281. githubkit/versions/ghec_v2022_11_28/types/group_0297.py +22 -6
  1282. githubkit/versions/ghec_v2022_11_28/types/group_0298.py +6 -20
  1283. githubkit/versions/ghec_v2022_11_28/types/group_0299.py +15 -49
  1284. githubkit/versions/ghec_v2022_11_28/types/group_0300.py +48 -42
  1285. githubkit/versions/ghec_v2022_11_28/types/group_0301.py +43 -13
  1286. githubkit/versions/ghec_v2022_11_28/types/group_0302.py +17 -5
  1287. githubkit/versions/ghec_v2022_11_28/types/group_0303.py +5 -11
  1288. githubkit/versions/ghec_v2022_11_28/types/group_0304.py +9 -71
  1289. githubkit/versions/ghec_v2022_11_28/types/group_0305.py +68 -18
  1290. githubkit/versions/ghec_v2022_11_28/types/group_0306.py +24 -12
  1291. githubkit/versions/ghec_v2022_11_28/types/group_0307.py +13 -36
  1292. githubkit/versions/ghec_v2022_11_28/types/group_0308.py +28 -12
  1293. githubkit/versions/ghec_v2022_11_28/types/group_0309.py +16 -36
  1294. githubkit/versions/ghec_v2022_11_28/types/group_0310.py +38 -21
  1295. githubkit/versions/ghec_v2022_11_28/types/group_0311.py +22 -55
  1296. githubkit/versions/ghec_v2022_11_28/types/group_0312.py +39 -9
  1297. githubkit/versions/ghec_v2022_11_28/types/group_0313.py +9 -15
  1298. githubkit/versions/ghec_v2022_11_28/types/group_0314.py +14 -11
  1299. githubkit/versions/ghec_v2022_11_28/types/group_0315.py +10 -10
  1300. githubkit/versions/ghec_v2022_11_28/types/group_0316.py +23 -92
  1301. githubkit/versions/ghec_v2022_11_28/types/group_0317.py +84 -30
  1302. githubkit/versions/ghec_v2022_11_28/types/group_0318.py +44 -29
  1303. githubkit/versions/ghec_v2022_11_28/types/group_0319.py +29 -33
  1304. githubkit/versions/ghec_v2022_11_28/types/group_0320.py +31 -11
  1305. githubkit/versions/ghec_v2022_11_28/types/group_0321.py +11 -24
  1306. githubkit/versions/ghec_v2022_11_28/types/group_0322.py +21 -67
  1307. githubkit/versions/ghec_v2022_11_28/types/group_0323.py +74 -8
  1308. githubkit/versions/ghec_v2022_11_28/types/group_0324.py +8 -13
  1309. githubkit/versions/ghec_v2022_11_28/types/group_0325.py +10 -26
  1310. githubkit/versions/ghec_v2022_11_28/types/group_0326.py +15 -38
  1311. githubkit/versions/ghec_v2022_11_28/types/group_0327.py +48 -26
  1312. githubkit/versions/ghec_v2022_11_28/types/group_0328.py +29 -10
  1313. githubkit/versions/ghec_v2022_11_28/types/group_0329.py +8 -58
  1314. githubkit/versions/ghec_v2022_11_28/types/group_0330.py +55 -8
  1315. githubkit/versions/ghec_v2022_11_28/types/group_0331.py +11 -8
  1316. githubkit/versions/ghec_v2022_11_28/types/group_0332.py +9 -6
  1317. githubkit/versions/ghec_v2022_11_28/types/group_0333.py +6 -4
  1318. githubkit/versions/ghec_v2022_11_28/types/group_0334.py +4 -10
  1319. githubkit/versions/ghec_v2022_11_28/types/group_0335.py +7 -25
  1320. githubkit/versions/ghec_v2022_11_28/types/group_0336.py +27 -7
  1321. githubkit/versions/ghec_v2022_11_28/types/group_0337.py +5 -11
  1322. githubkit/versions/ghec_v2022_11_28/types/group_0338.py +10 -68
  1323. githubkit/versions/ghec_v2022_11_28/types/group_0339.py +61 -10
  1324. githubkit/versions/ghec_v2022_11_28/types/group_0340.py +11 -26
  1325. githubkit/versions/ghec_v2022_11_28/types/group_0341.py +27 -15
  1326. githubkit/versions/ghec_v2022_11_28/types/group_0342.py +25 -8
  1327. githubkit/versions/ghec_v2022_11_28/types/group_0343.py +8 -24
  1328. githubkit/versions/ghec_v2022_11_28/types/group_0344.py +20 -55
  1329. githubkit/versions/ghec_v2022_11_28/types/group_0345.py +56 -11
  1330. githubkit/versions/ghec_v2022_11_28/types/group_0346.py +11 -8
  1331. githubkit/versions/ghec_v2022_11_28/types/group_0347.py +9 -104
  1332. githubkit/versions/ghec_v2022_11_28/types/group_0348.py +90 -15
  1333. githubkit/versions/ghec_v2022_11_28/types/group_0349.py +9 -9
  1334. githubkit/versions/ghec_v2022_11_28/types/group_0350.py +18 -9
  1335. githubkit/versions/ghec_v2022_11_28/types/group_0351.py +5 -5
  1336. githubkit/versions/ghec_v2022_11_28/types/group_0352.py +8 -16
  1337. githubkit/versions/ghec_v2022_11_28/types/group_0353.py +9 -9
  1338. githubkit/versions/ghec_v2022_11_28/types/group_0354.py +10 -11
  1339. githubkit/versions/ghec_v2022_11_28/types/group_0355.py +17 -10
  1340. githubkit/versions/ghec_v2022_11_28/types/group_0356.py +5 -5
  1341. githubkit/versions/ghec_v2022_11_28/types/group_0357.py +9 -18
  1342. githubkit/versions/ghec_v2022_11_28/types/group_0358.py +19 -7
  1343. githubkit/versions/ghec_v2022_11_28/types/group_0359.py +7 -21
  1344. githubkit/versions/ghec_v2022_11_28/types/group_0360.py +9 -9
  1345. githubkit/versions/ghec_v2022_11_28/types/group_0361.py +9 -9
  1346. githubkit/versions/ghec_v2022_11_28/types/group_0362.py +10 -10
  1347. githubkit/versions/ghec_v2022_11_28/types/group_0363.py +27 -30
  1348. githubkit/versions/ghec_v2022_11_28/types/group_0364.py +32 -11
  1349. githubkit/versions/ghec_v2022_11_28/types/group_0365.py +15 -6
  1350. githubkit/versions/ghec_v2022_11_28/types/group_0366.py +6 -72
  1351. githubkit/versions/ghec_v2022_11_28/types/group_0367.py +56 -40
  1352. githubkit/versions/ghec_v2022_11_28/types/group_0368.py +23 -60
  1353. githubkit/versions/ghec_v2022_11_28/types/group_0369.py +88 -14
  1354. githubkit/versions/ghec_v2022_11_28/types/group_0370.py +5 -5
  1355. githubkit/versions/ghec_v2022_11_28/types/group_0371.py +8 -8
  1356. githubkit/versions/ghec_v2022_11_28/types/group_0372.py +14 -11
  1357. githubkit/versions/ghec_v2022_11_28/types/group_0373.py +19 -7
  1358. githubkit/versions/ghec_v2022_11_28/types/group_0374.py +7 -35
  1359. githubkit/versions/ghec_v2022_11_28/types/group_0375.py +34 -11
  1360. githubkit/versions/ghec_v2022_11_28/types/group_0376.py +8 -53
  1361. githubkit/versions/ghec_v2022_11_28/types/group_0377.py +48 -20
  1362. githubkit/versions/ghec_v2022_11_28/types/group_0378.py +23 -4
  1363. githubkit/versions/ghec_v2022_11_28/types/group_0379.py +7 -10
  1364. githubkit/versions/ghec_v2022_11_28/types/group_0380.py +11 -19
  1365. githubkit/versions/ghec_v2022_11_28/types/group_0381.py +19 -79
  1366. githubkit/versions/ghec_v2022_11_28/types/group_0382.py +79 -76
  1367. githubkit/versions/ghec_v2022_11_28/types/group_0383.py +75 -10
  1368. githubkit/versions/ghec_v2022_11_28/types/group_0384.py +10 -24
  1369. githubkit/versions/ghec_v2022_11_28/types/group_0385.py +24 -12
  1370. githubkit/versions/ghec_v2022_11_28/types/group_0386.py +12 -8
  1371. githubkit/versions/ghec_v2022_11_28/types/group_0387.py +7 -9
  1372. githubkit/versions/ghec_v2022_11_28/types/group_0388.py +8 -53
  1373. githubkit/versions/ghec_v2022_11_28/types/group_0389.py +34 -27
  1374. githubkit/versions/ghec_v2022_11_28/types/group_0390.py +49 -8
  1375. githubkit/versions/ghec_v2022_11_28/types/group_0391.py +7 -22
  1376. githubkit/versions/ghec_v2022_11_28/types/group_0392.py +15 -27
  1377. githubkit/versions/ghec_v2022_11_28/types/group_0393.py +36 -9
  1378. githubkit/versions/ghec_v2022_11_28/types/group_0394.py +7 -10
  1379. githubkit/versions/ghec_v2022_11_28/types/group_0395.py +7 -4
  1380. githubkit/versions/ghec_v2022_11_28/types/group_0396.py +4 -7
  1381. githubkit/versions/ghec_v2022_11_28/types/group_0397.py +7 -4
  1382. githubkit/versions/ghec_v2022_11_28/types/group_0398.py +4 -4
  1383. githubkit/versions/ghec_v2022_11_28/types/group_0399.py +4 -7
  1384. githubkit/versions/ghec_v2022_11_28/types/group_0400.py +6 -6
  1385. githubkit/versions/ghec_v2022_11_28/types/group_0401.py +7 -4
  1386. githubkit/versions/ghec_v2022_11_28/types/group_0402.py +4 -7
  1387. githubkit/versions/ghec_v2022_11_28/types/group_0403.py +6 -6
  1388. githubkit/versions/ghec_v2022_11_28/types/group_0404.py +7 -4
  1389. githubkit/versions/ghec_v2022_11_28/types/group_0405.py +4 -7
  1390. githubkit/versions/ghec_v2022_11_28/types/group_0406.py +6 -6
  1391. githubkit/versions/ghec_v2022_11_28/types/group_0407.py +6 -6
  1392. githubkit/versions/ghec_v2022_11_28/types/group_0408.py +6 -6
  1393. githubkit/versions/ghec_v2022_11_28/types/group_0409.py +6 -6
  1394. githubkit/versions/ghec_v2022_11_28/types/group_0410.py +6 -6
  1395. githubkit/versions/ghec_v2022_11_28/types/group_0411.py +6 -6
  1396. githubkit/versions/ghec_v2022_11_28/types/group_0412.py +6 -6
  1397. githubkit/versions/ghec_v2022_11_28/types/group_0413.py +6 -6
  1398. githubkit/versions/ghec_v2022_11_28/types/group_0414.py +6 -6
  1399. githubkit/versions/ghec_v2022_11_28/types/group_0415.py +6 -6
  1400. githubkit/versions/ghec_v2022_11_28/types/group_0416.py +15 -38
  1401. githubkit/versions/ghec_v2022_11_28/types/group_0417.py +36 -10
  1402. githubkit/versions/ghec_v2022_11_28/types/group_0418.py +7 -37
  1403. githubkit/versions/ghec_v2022_11_28/types/group_0419.py +36 -3
  1404. githubkit/versions/ghec_v2022_11_28/types/group_0420.py +5 -71
  1405. githubkit/versions/ghec_v2022_11_28/types/group_0421.py +34 -15
  1406. githubkit/versions/ghec_v2022_11_28/types/group_0422.py +16 -39
  1407. githubkit/versions/ghec_v2022_11_28/types/group_0423.py +73 -10
  1408. githubkit/versions/ghec_v2022_11_28/types/group_0424.py +10 -7
  1409. githubkit/versions/ghec_v2022_11_28/types/group_0425.py +7 -22
  1410. githubkit/versions/ghec_v2022_11_28/types/group_0426.py +25 -6
  1411. githubkit/versions/ghec_v2022_11_28/types/group_0427.py +5 -14
  1412. githubkit/versions/ghec_v2022_11_28/types/group_0428.py +11 -18
  1413. githubkit/versions/ghec_v2022_11_28/types/group_0429.py +20 -10
  1414. githubkit/versions/ghec_v2022_11_28/types/group_0430.py +10 -6
  1415. githubkit/versions/ghec_v2022_11_28/types/group_0431.py +7 -7
  1416. githubkit/versions/ghec_v2022_11_28/types/group_0432.py +6 -10
  1417. githubkit/versions/ghec_v2022_11_28/types/group_0433.py +7 -6
  1418. githubkit/versions/ghec_v2022_11_28/types/group_0434.py +6 -5
  1419. githubkit/versions/ghec_v2022_11_28/types/group_0435.py +5 -7
  1420. githubkit/versions/ghec_v2022_11_28/types/group_0436.py +10 -23
  1421. githubkit/versions/ghec_v2022_11_28/types/group_0437.py +23 -10
  1422. githubkit/versions/ghec_v2022_11_28/types/group_0438.py +10 -38
  1423. githubkit/versions/ghec_v2022_11_28/types/group_0439.py +30 -10
  1424. githubkit/versions/ghec_v2022_11_28/types/group_0440.py +15 -14
  1425. githubkit/versions/ghec_v2022_11_28/types/group_0441.py +13 -12
  1426. githubkit/versions/ghec_v2022_11_28/types/group_0442.py +12 -13
  1427. githubkit/versions/ghec_v2022_11_28/types/group_0443.py +16 -17
  1428. githubkit/versions/ghec_v2022_11_28/types/group_0444.py +19 -15
  1429. githubkit/versions/ghec_v2022_11_28/types/group_0445.py +5 -23
  1430. githubkit/versions/ghec_v2022_11_28/types/group_0446.py +29 -5
  1431. githubkit/versions/ghec_v2022_11_28/types/group_0447.py +9 -6
  1432. githubkit/versions/ghec_v2022_11_28/types/group_0448.py +6 -35
  1433. githubkit/versions/ghec_v2022_11_28/types/group_0449.py +24 -92
  1434. githubkit/versions/ghec_v2022_11_28/types/group_0450.py +98 -14
  1435. githubkit/versions/ghec_v2022_11_28/types/group_0451.py +13 -29
  1436. githubkit/versions/ghec_v2022_11_28/types/group_0452.py +18 -28
  1437. githubkit/versions/ghec_v2022_11_28/types/group_0453.py +34 -23
  1438. githubkit/versions/ghec_v2022_11_28/types/group_0454.py +28 -100
  1439. githubkit/versions/ghec_v2022_11_28/types/group_0455.py +93 -16
  1440. githubkit/versions/ghec_v2022_11_28/types/group_0456.py +12 -106
  1441. githubkit/versions/ghec_v2022_11_28/types/group_0457.py +102 -54
  1442. githubkit/versions/ghec_v2022_11_28/types/group_0458.py +61 -42
  1443. githubkit/versions/ghec_v2022_11_28/types/group_0459.py +33 -40
  1444. githubkit/versions/ghec_v2022_11_28/types/group_0460.py +62 -7
  1445. githubkit/versions/ghec_v2022_11_28/types/group_0461.py +7 -15
  1446. githubkit/versions/ghec_v2022_11_28/types/group_0462.py +13 -83
  1447. githubkit/versions/ghec_v2022_11_28/types/group_0463.py +85 -10
  1448. githubkit/versions/ghec_v2022_11_28/types/group_0464.py +10 -60
  1449. githubkit/versions/ghec_v2022_11_28/types/group_0465.py +57 -10
  1450. githubkit/versions/ghec_v2022_11_28/types/group_0466.py +11 -30
  1451. githubkit/versions/ghec_v2022_11_28/types/group_0467.py +32 -7
  1452. githubkit/versions/ghec_v2022_11_28/types/group_0468.py +6 -9
  1453. githubkit/versions/ghec_v2022_11_28/types/group_0469.py +8 -8
  1454. githubkit/versions/ghec_v2022_11_28/types/group_0470.py +9 -15
  1455. githubkit/versions/ghec_v2022_11_28/types/group_0471.py +15 -6
  1456. githubkit/versions/ghec_v2022_11_28/types/group_0472.py +6 -21
  1457. githubkit/versions/ghec_v2022_11_28/types/group_0473.py +20 -10
  1458. githubkit/versions/ghec_v2022_11_28/types/group_0474.py +11 -20
  1459. githubkit/versions/ghec_v2022_11_28/types/group_0475.py +16 -266
  1460. githubkit/versions/ghec_v2022_11_28/types/group_0476.py +270 -41
  1461. githubkit/versions/ghec_v2022_11_28/types/group_0477.py +42 -13
  1462. githubkit/versions/ghec_v2022_11_28/types/group_0478.py +8 -163
  1463. githubkit/versions/ghec_v2022_11_28/types/group_0479.py +158 -32
  1464. githubkit/versions/ghec_v2022_11_28/types/group_0480.py +36 -51
  1465. githubkit/versions/ghec_v2022_11_28/types/group_0481.py +54 -14
  1466. githubkit/versions/ghec_v2022_11_28/types/group_0482.py +17 -13
  1467. githubkit/versions/ghec_v2022_11_28/types/group_0483.py +14 -60
  1468. githubkit/versions/ghec_v2022_11_28/types/group_0484.py +60 -11
  1469. githubkit/versions/ghec_v2022_11_28/types/group_0485.py +16 -31
  1470. githubkit/versions/ghec_v2022_11_28/types/group_0486.py +2 -49
  1471. githubkit/versions/ghec_v2022_11_28/types/group_0487.py +12 -86
  1472. githubkit/versions/ghec_v2022_11_28/types/group_0488.py +88 -13
  1473. githubkit/versions/ghec_v2022_11_28/types/group_0489.py +70 -9
  1474. githubkit/versions/ghec_v2022_11_28/types/group_0490.py +8 -5
  1475. githubkit/versions/ghec_v2022_11_28/types/group_0491.py +3 -3
  1476. githubkit/versions/ghec_v2022_11_28/types/group_0492.py +7 -77
  1477. githubkit/versions/ghec_v2022_11_28/types/group_0493.py +71 -9
  1478. githubkit/versions/ghec_v2022_11_28/types/group_0494.py +9 -333
  1479. githubkit/versions/ghec_v2022_11_28/types/group_0495.py +291 -5
  1480. githubkit/versions/ghec_v2022_11_28/types/group_0496.py +6 -292
  1481. githubkit/versions/ghec_v2022_11_28/types/group_0497.py +317 -3
  1482. githubkit/versions/ghec_v2022_11_28/types/group_0498.py +26 -39
  1483. githubkit/versions/ghec_v2022_11_28/types/group_0499.py +14 -14
  1484. githubkit/versions/ghec_v2022_11_28/types/group_0500.py +32 -36
  1485. githubkit/versions/ghec_v2022_11_28/types/group_0501.py +44 -14
  1486. githubkit/versions/ghec_v2022_11_28/types/group_0502.py +12 -53
  1487. githubkit/versions/ghec_v2022_11_28/types/group_0503.py +22 -11
  1488. githubkit/versions/ghec_v2022_11_28/types/group_0504.py +39 -150
  1489. githubkit/versions/ghec_v2022_11_28/types/group_0505.py +151 -45
  1490. githubkit/versions/ghec_v2022_11_28/types/group_0506.py +13 -13
  1491. githubkit/versions/ghec_v2022_11_28/types/group_0507.py +41 -7
  1492. githubkit/versions/ghec_v2022_11_28/types/group_0508.py +11 -21
  1493. githubkit/versions/ghec_v2022_11_28/types/group_0509.py +21 -13
  1494. githubkit/versions/ghec_v2022_11_28/types/group_0510.py +13 -16
  1495. githubkit/versions/ghec_v2022_11_28/types/group_0511.py +9 -12
  1496. githubkit/versions/ghec_v2022_11_28/types/group_0512.py +15 -73
  1497. githubkit/versions/ghec_v2022_11_28/types/group_0513.py +70 -4
  1498. githubkit/versions/ghec_v2022_11_28/types/group_0514.py +4 -851
  1499. githubkit/versions/ghec_v2022_11_28/types/group_0515.py +793 -54
  1500. githubkit/versions/ghec_v2022_11_28/types/group_0516.py +64 -22
  1501. githubkit/versions/ghec_v2022_11_28/types/group_0517.py +37 -81
  1502. githubkit/versions/ghec_v2022_11_28/types/group_0518.py +48 -48
  1503. githubkit/versions/ghec_v2022_11_28/types/group_0519.py +91 -21
  1504. githubkit/versions/ghec_v2022_11_28/types/group_0520.py +52 -39
  1505. githubkit/versions/ghec_v2022_11_28/types/group_0521.py +44 -89
  1506. githubkit/versions/ghec_v2022_11_28/types/group_0522.py +81 -109
  1507. githubkit/versions/ghec_v2022_11_28/types/group_0523.py +96 -15
  1508. githubkit/versions/ghec_v2022_11_28/types/group_0524.py +27 -37
  1509. githubkit/versions/ghec_v2022_11_28/types/group_0525.py +46 -19
  1510. githubkit/versions/ghec_v2022_11_28/types/group_0526.py +8 -8
  1511. githubkit/versions/ghec_v2022_11_28/types/group_0527.py +8 -10
  1512. githubkit/versions/ghec_v2022_11_28/types/group_0528.py +9 -9
  1513. githubkit/versions/ghec_v2022_11_28/types/group_0529.py +10 -156
  1514. githubkit/versions/ghec_v2022_11_28/types/group_0530.py +158 -12
  1515. githubkit/versions/ghec_v2022_11_28/types/group_0531.py +9 -9
  1516. githubkit/versions/ghec_v2022_11_28/types/group_0532.py +9 -9
  1517. githubkit/versions/ghec_v2022_11_28/types/group_0533.py +9 -11
  1518. githubkit/versions/ghec_v2022_11_28/types/group_0534.py +10 -10
  1519. githubkit/versions/ghec_v2022_11_28/types/group_0535.py +14 -10
  1520. githubkit/versions/ghec_v2022_11_28/types/group_0536.py +16 -7
  1521. githubkit/versions/ghec_v2022_11_28/types/group_0537.py +7 -16
  1522. githubkit/versions/ghec_v2022_11_28/types/group_0538.py +16 -7
  1523. githubkit/versions/ghec_v2022_11_28/types/group_0539.py +6 -28
  1524. githubkit/versions/ghec_v2022_11_28/types/group_0540.py +28 -6
  1525. githubkit/versions/ghec_v2022_11_28/types/group_0541.py +7 -16
  1526. githubkit/versions/ghec_v2022_11_28/types/group_0542.py +16 -7
  1527. githubkit/versions/ghec_v2022_11_28/types/group_0543.py +6 -258
  1528. githubkit/versions/ghec_v2022_11_28/types/group_0544.py +52 -49
  1529. githubkit/versions/ghec_v2022_11_28/types/group_0545.py +49 -48
  1530. githubkit/versions/ghec_v2022_11_28/types/group_0546.py +188 -78
  1531. githubkit/versions/ghec_v2022_11_28/types/group_0547.py +40 -78
  1532. githubkit/versions/ghec_v2022_11_28/types/group_0548.py +109 -39
  1533. githubkit/versions/ghec_v2022_11_28/types/group_0549.py +38 -66
  1534. githubkit/versions/ghec_v2022_11_28/types/group_0550.py +68 -44
  1535. githubkit/versions/ghec_v2022_11_28/types/group_0551.py +50 -44
  1536. githubkit/versions/ghec_v2022_11_28/types/group_0552.py +89 -75
  1537. githubkit/versions/ghec_v2022_11_28/types/group_0553.py +89 -12
  1538. githubkit/versions/ghec_v2022_11_28/types/group_0554.py +15 -11
  1539. githubkit/versions/ghec_v2022_11_28/types/group_0555.py +9 -17
  1540. githubkit/versions/ghec_v2022_11_28/types/group_0556.py +17 -9
  1541. githubkit/versions/ghec_v2022_11_28/types/group_0557.py +7 -7
  1542. githubkit/versions/ghec_v2022_11_28/types/group_0558.py +9 -12
  1543. githubkit/versions/ghec_v2022_11_28/types/group_0559.py +13 -12
  1544. githubkit/versions/ghec_v2022_11_28/types/group_0560.py +11 -11
  1545. githubkit/versions/ghec_v2022_11_28/types/group_0561.py +9 -9
  1546. githubkit/versions/ghec_v2022_11_28/types/group_0562.py +9 -9
  1547. githubkit/versions/ghec_v2022_11_28/types/group_0563.py +9 -9
  1548. githubkit/versions/ghec_v2022_11_28/types/group_0564.py +9 -9
  1549. githubkit/versions/ghec_v2022_11_28/types/group_0565.py +9 -9
  1550. githubkit/versions/ghec_v2022_11_28/types/group_0566.py +9 -9
  1551. githubkit/versions/ghec_v2022_11_28/types/group_0567.py +11 -11
  1552. githubkit/versions/ghec_v2022_11_28/types/group_0568.py +9 -9
  1553. githubkit/versions/ghec_v2022_11_28/types/group_0569.py +12 -535
  1554. githubkit/versions/ghec_v2022_11_28/types/group_0570.py +542 -22
  1555. githubkit/versions/ghec_v2022_11_28/types/group_0571.py +18 -407
  1556. githubkit/versions/ghec_v2022_11_28/types/group_0572.py +69 -67
  1557. githubkit/versions/ghec_v2022_11_28/types/group_0573.py +77 -113
  1558. githubkit/versions/ghec_v2022_11_28/types/group_0574.py +98 -410
  1559. githubkit/versions/ghec_v2022_11_28/types/group_0575.py +750 -14
  1560. githubkit/versions/ghec_v2022_11_28/types/group_0576.py +11 -43
  1561. githubkit/versions/ghec_v2022_11_28/types/group_0577.py +43 -9
  1562. githubkit/versions/ghec_v2022_11_28/types/group_0578.py +9 -11
  1563. githubkit/versions/ghec_v2022_11_28/types/group_0579.py +10 -10
  1564. githubkit/versions/ghec_v2022_11_28/types/group_0580.py +10 -27
  1565. githubkit/versions/ghec_v2022_11_28/types/group_0581.py +28 -9
  1566. githubkit/versions/ghec_v2022_11_28/types/group_0582.py +9 -9
  1567. githubkit/versions/ghec_v2022_11_28/types/group_0583.py +9 -34
  1568. githubkit/versions/ghec_v2022_11_28/types/group_0584.py +34 -11
  1569. githubkit/versions/ghec_v2022_11_28/types/group_0585.py +11 -9
  1570. githubkit/versions/ghec_v2022_11_28/types/group_0586.py +9 -9
  1571. githubkit/versions/ghec_v2022_11_28/types/group_0587.py +9 -9
  1572. githubkit/versions/ghec_v2022_11_28/types/group_0588.py +9 -11
  1573. githubkit/versions/ghec_v2022_11_28/types/group_0589.py +20 -8
  1574. githubkit/versions/ghec_v2022_11_28/types/group_0590.py +8 -16
  1575. githubkit/versions/ghec_v2022_11_28/types/group_0591.py +10 -14
  1576. githubkit/versions/ghec_v2022_11_28/types/group_0592.py +11 -9
  1577. githubkit/versions/ghec_v2022_11_28/types/group_0593.py +9 -9
  1578. githubkit/versions/ghec_v2022_11_28/types/group_0594.py +11 -12
  1579. githubkit/versions/ghec_v2022_11_28/types/group_0595.py +16 -139
  1580. githubkit/versions/ghec_v2022_11_28/types/group_0596.py +21 -20
  1581. githubkit/versions/ghec_v2022_11_28/types/group_0597.py +141 -8
  1582. githubkit/versions/ghec_v2022_11_28/types/group_0598.py +8 -113
  1583. githubkit/versions/ghec_v2022_11_28/types/group_0599.py +113 -8
  1584. githubkit/versions/ghec_v2022_11_28/types/group_0600.py +6 -28
  1585. githubkit/versions/ghec_v2022_11_28/types/group_0601.py +24 -14
  1586. githubkit/versions/ghec_v2022_11_28/types/group_0602.py +11 -10
  1587. githubkit/versions/ghec_v2022_11_28/types/group_0603.py +8 -8
  1588. githubkit/versions/ghec_v2022_11_28/types/group_0604.py +11 -29
  1589. githubkit/versions/ghec_v2022_11_28/types/group_0605.py +18 -18
  1590. githubkit/versions/ghec_v2022_11_28/types/group_0606.py +29 -11
  1591. githubkit/versions/ghec_v2022_11_28/types/group_0607.py +14 -81
  1592. githubkit/versions/ghec_v2022_11_28/types/group_0608.py +81 -14
  1593. githubkit/versions/ghec_v2022_11_28/types/group_0609.py +13 -14
  1594. githubkit/versions/ghec_v2022_11_28/types/group_0610.py +19 -77
  1595. githubkit/versions/ghec_v2022_11_28/types/group_0611.py +18 -88
  1596. githubkit/versions/ghec_v2022_11_28/types/group_0612.py +31 -37
  1597. githubkit/versions/ghec_v2022_11_28/types/group_0613.py +118 -17
  1598. githubkit/versions/ghec_v2022_11_28/types/group_0614.py +29 -2
  1599. githubkit/versions/ghec_v2022_11_28/types/group_0615.py +27 -31
  1600. githubkit/versions/ghec_v2022_11_28/types/group_0616.py +27 -74
  1601. githubkit/versions/ghec_v2022_11_28/types/group_0617.py +76 -32
  1602. githubkit/versions/ghec_v2022_11_28/types/group_0618.py +39 -12
  1603. githubkit/versions/ghec_v2022_11_28/types/group_0619.py +7 -140
  1604. githubkit/versions/ghec_v2022_11_28/types/group_0620.py +134 -22
  1605. githubkit/versions/ghec_v2022_11_28/types/group_0621.py +22 -22
  1606. githubkit/versions/ghec_v2022_11_28/types/group_0622.py +31 -24
  1607. githubkit/versions/ghec_v2022_11_28/types/group_0623.py +19 -147
  1608. githubkit/versions/ghec_v2022_11_28/types/group_0624.py +31 -37
  1609. githubkit/versions/ghec_v2022_11_28/types/group_0625.py +118 -17
  1610. githubkit/versions/ghec_v2022_11_28/types/group_0626.py +29 -2
  1611. githubkit/versions/ghec_v2022_11_28/types/group_0627.py +27 -31
  1612. githubkit/versions/ghec_v2022_11_28/types/group_0628.py +27 -74
  1613. githubkit/versions/ghec_v2022_11_28/types/group_0629.py +76 -32
  1614. githubkit/versions/ghec_v2022_11_28/types/group_0630.py +39 -12
  1615. githubkit/versions/ghec_v2022_11_28/types/group_0631.py +7 -141
  1616. githubkit/versions/ghec_v2022_11_28/types/group_0632.py +135 -22
  1617. githubkit/versions/ghec_v2022_11_28/types/group_0633.py +22 -22
  1618. githubkit/versions/ghec_v2022_11_28/types/group_0634.py +31 -26
  1619. githubkit/versions/ghec_v2022_11_28/types/group_0635.py +21 -145
  1620. githubkit/versions/ghec_v2022_11_28/types/group_0636.py +30 -36
  1621. githubkit/versions/ghec_v2022_11_28/types/group_0637.py +116 -17
  1622. githubkit/versions/ghec_v2022_11_28/types/group_0638.py +29 -2
  1623. githubkit/versions/ghec_v2022_11_28/types/group_0639.py +27 -31
  1624. githubkit/versions/ghec_v2022_11_28/types/group_0640.py +27 -73
  1625. githubkit/versions/ghec_v2022_11_28/types/group_0641.py +75 -32
  1626. githubkit/versions/ghec_v2022_11_28/types/group_0642.py +39 -12
  1627. githubkit/versions/ghec_v2022_11_28/types/group_0643.py +7 -140
  1628. githubkit/versions/ghec_v2022_11_28/types/group_0644.py +134 -22
  1629. githubkit/versions/ghec_v2022_11_28/types/group_0645.py +22 -22
  1630. githubkit/versions/ghec_v2022_11_28/types/group_0646.py +31 -24
  1631. githubkit/versions/ghec_v2022_11_28/types/group_0647.py +13 -11
  1632. githubkit/versions/ghec_v2022_11_28/types/group_0648.py +17 -178
  1633. githubkit/versions/ghec_v2022_11_28/types/group_0649.py +31 -35
  1634. githubkit/versions/ghec_v2022_11_28/types/group_0650.py +159 -2
  1635. githubkit/versions/ghec_v2022_11_28/types/group_0651.py +27 -27
  1636. githubkit/versions/ghec_v2022_11_28/types/group_0652.py +23 -73
  1637. githubkit/versions/ghec_v2022_11_28/types/group_0653.py +75 -31
  1638. githubkit/versions/ghec_v2022_11_28/types/group_0654.py +32 -21
  1639. githubkit/versions/ghec_v2022_11_28/types/group_0655.py +14 -102
  1640. githubkit/versions/ghec_v2022_11_28/types/group_0656.py +108 -22
  1641. githubkit/versions/ghec_v2022_11_28/types/group_0657.py +19 -22
  1642. githubkit/versions/ghec_v2022_11_28/types/group_0658.py +30 -22
  1643. githubkit/versions/ghec_v2022_11_28/types/group_0659.py +17 -346
  1644. githubkit/versions/ghec_v2022_11_28/types/group_0660.py +346 -19
  1645. githubkit/versions/ghec_v2022_11_28/types/group_0661.py +19 -353
  1646. githubkit/versions/ghec_v2022_11_28/types/group_0662.py +340 -34
  1647. githubkit/versions/ghec_v2022_11_28/types/group_0663.py +34 -333
  1648. githubkit/versions/ghec_v2022_11_28/types/group_0664.py +346 -19
  1649. githubkit/versions/ghec_v2022_11_28/types/group_0665.py +19 -346
  1650. githubkit/versions/ghec_v2022_11_28/types/group_0666.py +346 -17
  1651. githubkit/versions/ghec_v2022_11_28/types/group_0667.py +17 -349
  1652. githubkit/versions/ghec_v2022_11_28/types/group_0668.py +349 -19
  1653. githubkit/versions/ghec_v2022_11_28/types/group_0669.py +19 -347
  1654. githubkit/versions/ghec_v2022_11_28/types/group_0670.py +46 -260
  1655. githubkit/versions/ghec_v2022_11_28/types/group_0671.py +260 -46
  1656. githubkit/versions/ghec_v2022_11_28/types/group_0672.py +347 -17
  1657. githubkit/versions/ghec_v2022_11_28/types/group_0673.py +10 -10
  1658. githubkit/versions/ghec_v2022_11_28/types/group_0674.py +17 -347
  1659. githubkit/versions/ghec_v2022_11_28/types/group_0675.py +347 -19
  1660. githubkit/versions/ghec_v2022_11_28/types/group_0676.py +20 -184
  1661. githubkit/versions/ghec_v2022_11_28/types/group_0677.py +128 -320
  1662. githubkit/versions/ghec_v2022_11_28/types/group_0678.py +373 -17
  1663. githubkit/versions/ghec_v2022_11_28/types/group_0679.py +11 -11
  1664. githubkit/versions/ghec_v2022_11_28/types/group_0680.py +12 -12
  1665. githubkit/versions/ghec_v2022_11_28/types/group_0681.py +12 -10
  1666. githubkit/versions/ghec_v2022_11_28/types/group_0682.py +17 -349
  1667. githubkit/versions/ghec_v2022_11_28/types/group_0683.py +349 -17
  1668. githubkit/versions/ghec_v2022_11_28/types/group_0684.py +11 -13
  1669. githubkit/versions/ghec_v2022_11_28/types/group_0685.py +14 -12
  1670. githubkit/versions/ghec_v2022_11_28/types/group_0686.py +10 -10
  1671. githubkit/versions/ghec_v2022_11_28/types/group_0687.py +9 -45
  1672. githubkit/versions/ghec_v2022_11_28/types/group_0688.py +47 -14
  1673. githubkit/versions/ghec_v2022_11_28/types/group_0689.py +12 -60
  1674. githubkit/versions/ghec_v2022_11_28/types/group_0690.py +23 -25
  1675. githubkit/versions/ghec_v2022_11_28/types/group_0691.py +26 -26
  1676. githubkit/versions/ghec_v2022_11_28/types/group_0692.py +62 -12
  1677. githubkit/versions/ghec_v2022_11_28/types/group_0693.py +15 -49
  1678. githubkit/versions/ghec_v2022_11_28/types/group_0694.py +34 -26
  1679. githubkit/versions/ghec_v2022_11_28/types/group_0695.py +38 -9
  1680. githubkit/versions/ghec_v2022_11_28/types/group_0696.py +13 -45
  1681. githubkit/versions/ghec_v2022_11_28/types/group_0697.py +14 -14
  1682. githubkit/versions/ghec_v2022_11_28/types/group_0698.py +47 -13
  1683. githubkit/versions/ghec_v2022_11_28/types/group_0699.py +8 -9
  1684. githubkit/versions/ghec_v2022_11_28/types/group_0700.py +12 -43
  1685. githubkit/versions/ghec_v2022_11_28/types/group_0701.py +43 -13
  1686. githubkit/versions/ghec_v2022_11_28/types/group_0702.py +10 -10
  1687. githubkit/versions/ghec_v2022_11_28/types/group_0703.py +10 -10
  1688. githubkit/versions/ghec_v2022_11_28/types/group_0704.py +9 -45
  1689. githubkit/versions/ghec_v2022_11_28/types/group_0705.py +46 -10
  1690. githubkit/versions/ghec_v2022_11_28/types/group_0706.py +13 -13
  1691. githubkit/versions/ghec_v2022_11_28/types/group_0707.py +9 -9
  1692. githubkit/versions/ghec_v2022_11_28/types/group_0708.py +11 -11
  1693. githubkit/versions/ghec_v2022_11_28/types/group_0709.py +10 -10
  1694. githubkit/versions/ghec_v2022_11_28/types/group_0710.py +11 -64
  1695. githubkit/versions/ghec_v2022_11_28/types/group_0711.py +64 -11
  1696. githubkit/versions/ghec_v2022_11_28/types/group_0712.py +10 -27
  1697. githubkit/versions/ghec_v2022_11_28/types/group_0713.py +27 -27
  1698. githubkit/versions/ghec_v2022_11_28/types/group_0714.py +35 -18
  1699. githubkit/versions/ghec_v2022_11_28/types/group_0715.py +17 -63
  1700. githubkit/versions/ghec_v2022_11_28/types/group_0716.py +27 -449
  1701. githubkit/versions/ghec_v2022_11_28/types/group_0717.py +486 -18
  1702. githubkit/versions/ghec_v2022_11_28/types/group_0718.py +17 -61
  1703. githubkit/versions/ghec_v2022_11_28/types/group_0719.py +24 -121
  1704. githubkit/versions/ghec_v2022_11_28/types/group_0720.py +121 -34
  1705. githubkit/versions/ghec_v2022_11_28/types/group_0721.py +68 -12
  1706. githubkit/versions/ghec_v2022_11_28/types/group_0722.py +8 -8
  1707. githubkit/versions/ghec_v2022_11_28/types/group_0723.py +9 -9
  1708. githubkit/versions/ghec_v2022_11_28/types/group_0724.py +10 -10
  1709. githubkit/versions/ghec_v2022_11_28/types/group_0725.py +14 -12
  1710. githubkit/versions/ghec_v2022_11_28/types/group_0726.py +13 -35
  1711. githubkit/versions/ghec_v2022_11_28/types/group_0727.py +37 -8
  1712. githubkit/versions/ghec_v2022_11_28/types/group_0728.py +7 -35
  1713. githubkit/versions/ghec_v2022_11_28/types/group_0729.py +26 -9
  1714. githubkit/versions/ghec_v2022_11_28/types/group_0730.py +12 -61
  1715. githubkit/versions/ghec_v2022_11_28/types/group_0731.py +56 -24
  1716. githubkit/versions/ghec_v2022_11_28/types/group_0732.py +19 -66
  1717. githubkit/versions/ghec_v2022_11_28/types/group_0733.py +43 -9
  1718. githubkit/versions/ghec_v2022_11_28/types/group_0734.py +28 -24
  1719. githubkit/versions/ghec_v2022_11_28/types/group_0735.py +47 -21
  1720. githubkit/versions/ghec_v2022_11_28/types/group_0736.py +11 -11
  1721. githubkit/versions/ghec_v2022_11_28/types/group_0737.py +11 -11
  1722. githubkit/versions/ghec_v2022_11_28/types/group_0738.py +11 -28
  1723. githubkit/versions/ghec_v2022_11_28/types/group_0739.py +27 -10
  1724. githubkit/versions/ghec_v2022_11_28/types/group_0740.py +10 -10
  1725. githubkit/versions/ghec_v2022_11_28/types/group_0741.py +12 -12
  1726. githubkit/versions/ghec_v2022_11_28/types/group_0742.py +11 -39
  1727. githubkit/versions/ghec_v2022_11_28/types/group_0743.py +38 -10
  1728. githubkit/versions/ghec_v2022_11_28/types/group_0744.py +13 -9
  1729. githubkit/versions/ghec_v2022_11_28/types/group_0745.py +7 -10
  1730. githubkit/versions/ghec_v2022_11_28/types/group_0746.py +10 -7
  1731. githubkit/versions/ghec_v2022_11_28/types/group_0747.py +8 -57
  1732. githubkit/versions/ghec_v2022_11_28/types/group_0748.py +58 -11
  1733. githubkit/versions/ghec_v2022_11_28/types/group_0749.py +10 -28
  1734. githubkit/versions/ghec_v2022_11_28/types/group_0750.py +28 -8
  1735. githubkit/versions/ghec_v2022_11_28/types/group_0751.py +7 -7
  1736. githubkit/versions/ghec_v2022_11_28/types/group_0752.py +8 -92
  1737. githubkit/versions/ghec_v2022_11_28/types/group_0753.py +80 -18
  1738. githubkit/versions/ghec_v2022_11_28/types/group_0754.py +30 -10
  1739. githubkit/versions/ghec_v2022_11_28/types/group_0755.py +10 -8
  1740. githubkit/versions/ghec_v2022_11_28/types/group_0756.py +8 -8
  1741. githubkit/versions/ghec_v2022_11_28/types/group_0757.py +7 -7
  1742. githubkit/versions/ghec_v2022_11_28/types/group_0758.py +8 -62
  1743. githubkit/versions/ghec_v2022_11_28/types/group_0759.py +64 -10
  1744. githubkit/versions/ghec_v2022_11_28/types/group_0760.py +7 -934
  1745. githubkit/versions/ghec_v2022_11_28/types/group_0761.py +159 -206
  1746. githubkit/versions/ghec_v2022_11_28/types/group_0762.py +139 -129
  1747. githubkit/versions/ghec_v2022_11_28/types/group_0763.py +970 -11
  1748. githubkit/versions/ghec_v2022_11_28/types/group_0764.py +9 -9
  1749. githubkit/versions/ghec_v2022_11_28/types/group_0765.py +12 -12
  1750. githubkit/versions/ghec_v2022_11_28/types/group_0766.py +13 -946
  1751. githubkit/versions/ghec_v2022_11_28/types/group_0767.py +923 -41
  1752. githubkit/versions/ghec_v2022_11_28/types/group_0768.py +41 -909
  1753. githubkit/versions/ghec_v2022_11_28/types/group_0769.py +168 -166
  1754. githubkit/versions/ghec_v2022_11_28/types/group_0770.py +134 -126
  1755. githubkit/versions/ghec_v2022_11_28/types/group_0771.py +922 -13
  1756. githubkit/versions/ghec_v2022_11_28/types/group_0772.py +12 -12
  1757. githubkit/versions/ghec_v2022_11_28/types/group_0773.py +9 -9
  1758. githubkit/versions/ghec_v2022_11_28/types/group_0774.py +9 -9
  1759. githubkit/versions/ghec_v2022_11_28/types/group_0775.py +12 -1079
  1760. githubkit/versions/ghec_v2022_11_28/types/group_0776.py +261 -137
  1761. githubkit/versions/ghec_v2022_11_28/types/group_0777.py +128 -131
  1762. githubkit/versions/ghec_v2022_11_28/types/group_0778.py +175 -225
  1763. githubkit/versions/ghec_v2022_11_28/types/group_0779.py +239 -133
  1764. githubkit/versions/ghec_v2022_11_28/types/group_0780.py +182 -332
  1765. githubkit/versions/ghec_v2022_11_28/types/group_0781.py +148 -164
  1766. githubkit/versions/ghec_v2022_11_28/types/group_0782.py +206 -170
  1767. githubkit/versions/ghec_v2022_11_28/types/group_0783.py +154 -167
  1768. githubkit/versions/ghec_v2022_11_28/types/group_0784.py +289 -170
  1769. githubkit/versions/ghec_v2022_11_28/types/group_0785.py +144 -304
  1770. githubkit/versions/ghec_v2022_11_28/types/group_0786.py +195 -205
  1771. githubkit/versions/ghec_v2022_11_28/types/group_0787.py +352 -203
  1772. githubkit/versions/ghec_v2022_11_28/types/group_0788.py +162 -156
  1773. githubkit/versions/ghec_v2022_11_28/types/group_0789.py +133 -129
  1774. githubkit/versions/ghec_v2022_11_28/types/group_0790.py +146 -140
  1775. githubkit/versions/ghec_v2022_11_28/types/group_0791.py +765 -115
  1776. githubkit/versions/ghec_v2022_11_28/types/group_0792.py +284 -14
  1777. githubkit/versions/ghec_v2022_11_28/types/group_0793.py +17 -61
  1778. githubkit/versions/ghec_v2022_11_28/types/group_0794.py +27 -475
  1779. githubkit/versions/ghec_v2022_11_28/types/group_0795.py +510 -18
  1780. githubkit/versions/ghec_v2022_11_28/types/group_0796.py +17 -55
  1781. githubkit/versions/ghec_v2022_11_28/types/group_0797.py +24 -131
  1782. githubkit/versions/ghec_v2022_11_28/types/group_0798.py +163 -18
  1783. githubkit/versions/ghec_v2022_11_28/types/group_0799.py +9 -9
  1784. githubkit/versions/ghec_v2022_11_28/types/group_0800.py +10 -51
  1785. githubkit/versions/ghec_v2022_11_28/types/group_0801.py +48 -134
  1786. githubkit/versions/ghec_v2022_11_28/types/group_0802.py +138 -11
  1787. githubkit/versions/ghec_v2022_11_28/types/group_0803.py +10 -10
  1788. githubkit/versions/ghec_v2022_11_28/types/group_0804.py +10 -10
  1789. githubkit/versions/ghec_v2022_11_28/types/group_0805.py +10 -10
  1790. githubkit/versions/ghec_v2022_11_28/types/group_0806.py +9 -9
  1791. githubkit/versions/ghec_v2022_11_28/types/group_0807.py +11 -9
  1792. githubkit/versions/ghec_v2022_11_28/types/group_0808.py +8 -8
  1793. githubkit/versions/ghec_v2022_11_28/types/group_0809.py +8 -8
  1794. githubkit/versions/ghec_v2022_11_28/types/group_0810.py +11 -24
  1795. githubkit/versions/ghec_v2022_11_28/types/group_0811.py +19 -47
  1796. githubkit/versions/ghec_v2022_11_28/types/group_0812.py +50 -9
  1797. githubkit/versions/ghec_v2022_11_28/types/group_0813.py +8 -8
  1798. githubkit/versions/ghec_v2022_11_28/types/group_0814.py +8 -8
  1799. githubkit/versions/ghec_v2022_11_28/types/group_0815.py +8 -32
  1800. githubkit/versions/ghec_v2022_11_28/types/group_0816.py +33 -11
  1801. githubkit/versions/ghec_v2022_11_28/types/group_0817.py +8 -8
  1802. githubkit/versions/ghec_v2022_11_28/types/group_0818.py +8 -10
  1803. githubkit/versions/ghec_v2022_11_28/types/group_0819.py +19 -27
  1804. githubkit/versions/ghec_v2022_11_28/types/group_0820.py +26 -13
  1805. githubkit/versions/ghec_v2022_11_28/types/group_0821.py +12 -76
  1806. githubkit/versions/ghec_v2022_11_28/types/group_0822.py +76 -85
  1807. githubkit/versions/ghec_v2022_11_28/types/group_0823.py +60 -80
  1808. githubkit/versions/ghec_v2022_11_28/types/group_0824.py +95 -83
  1809. githubkit/versions/ghec_v2022_11_28/types/group_0825.py +89 -9
  1810. githubkit/versions/ghec_v2022_11_28/types/group_0826.py +8 -10
  1811. githubkit/versions/ghec_v2022_11_28/types/group_0827.py +11 -70
  1812. githubkit/versions/ghec_v2022_11_28/types/group_0828.py +70 -11
  1813. githubkit/versions/ghec_v2022_11_28/types/group_0829.py +11 -70
  1814. githubkit/versions/ghec_v2022_11_28/types/group_0830.py +71 -12
  1815. githubkit/versions/ghec_v2022_11_28/types/group_0831.py +11 -212
  1816. githubkit/versions/ghec_v2022_11_28/types/group_0832.py +219 -4
  1817. githubkit/versions/ghec_v2022_11_28/types/group_0833.py +5 -19
  1818. githubkit/versions/ghec_v2022_11_28/types/group_0834.py +9 -9
  1819. githubkit/versions/ghec_v2022_11_28/types/group_0835.py +9 -9
  1820. githubkit/versions/ghec_v2022_11_28/types/group_0836.py +9 -9
  1821. githubkit/versions/ghec_v2022_11_28/types/group_0837.py +15 -23
  1822. githubkit/versions/ghec_v2022_11_28/types/group_0838.py +23 -15
  1823. githubkit/versions/ghec_v2022_11_28/types/group_0839.py +9 -9
  1824. githubkit/versions/ghec_v2022_11_28/types/group_0840.py +10 -10
  1825. githubkit/versions/ghec_v2022_11_28/types/group_0841.py +17 -103
  1826. githubkit/versions/ghec_v2022_11_28/types/group_0842.py +103 -15
  1827. githubkit/versions/ghec_v2022_11_28/types/group_0843.py +15 -5
  1828. githubkit/versions/ghec_v2022_11_28/types/group_0844.py +5 -6
  1829. githubkit/versions/ghec_v2022_11_28/types/group_0845.py +6 -17
  1830. githubkit/versions/ghec_v2022_11_28/types/group_0846.py +9 -9
  1831. githubkit/versions/ghec_v2022_11_28/types/group_0847.py +9 -26
  1832. githubkit/versions/ghec_v2022_11_28/types/group_0848.py +26 -10
  1833. githubkit/versions/ghec_v2022_11_28/types/group_0849.py +9 -11
  1834. githubkit/versions/ghec_v2022_11_28/types/group_0850.py +11 -10
  1835. githubkit/versions/ghec_v2022_11_28/types/group_0851.py +14 -11
  1836. githubkit/versions/ghec_v2022_11_28/types/group_0852.py +10 -10
  1837. githubkit/versions/ghec_v2022_11_28/types/group_0853.py +10 -186
  1838. githubkit/versions/ghec_v2022_11_28/types/group_0854.py +189 -8
  1839. githubkit/versions/ghec_v2022_11_28/types/group_0855.py +12 -6
  1840. githubkit/versions/ghec_v2022_11_28/types/group_0856.py +6 -12
  1841. githubkit/versions/ghec_v2022_11_28/types/group_0857.py +12 -6
  1842. githubkit/versions/ghec_v2022_11_28/types/group_0858.py +6 -21
  1843. githubkit/versions/ghec_v2022_11_28/types/group_0859.py +7 -7
  1844. githubkit/versions/ghec_v2022_11_28/types/group_0860.py +10 -10
  1845. githubkit/versions/ghec_v2022_11_28/types/group_0861.py +7 -7
  1846. githubkit/versions/ghec_v2022_11_28/types/group_0862.py +20 -15
  1847. githubkit/versions/ghec_v2022_11_28/types/group_0863.py +12 -181
  1848. githubkit/versions/ghec_v2022_11_28/types/group_0864.py +30 -26
  1849. githubkit/versions/ghec_v2022_11_28/types/group_0865.py +26 -26
  1850. githubkit/versions/ghec_v2022_11_28/types/group_0866.py +26 -94
  1851. githubkit/versions/ghec_v2022_11_28/types/group_0867.py +93 -29
  1852. githubkit/versions/ghec_v2022_11_28/types/group_0868.py +181 -12
  1853. githubkit/versions/ghec_v2022_11_28/types/group_0869.py +10 -20
  1854. githubkit/versions/ghec_v2022_11_28/types/group_0870.py +16 -60
  1855. githubkit/versions/ghec_v2022_11_28/types/group_0871.py +43 -29
  1856. githubkit/versions/ghec_v2022_11_28/types/group_0872.py +51 -43
  1857. githubkit/versions/ghec_v2022_11_28/types/group_0873.py +46 -60
  1858. githubkit/versions/ghec_v2022_11_28/types/group_0874.py +39 -22
  1859. githubkit/versions/ghec_v2022_11_28/types/group_0875.py +40 -36
  1860. githubkit/versions/ghec_v2022_11_28/types/group_0876.py +33 -55
  1861. githubkit/versions/ghec_v2022_11_28/types/group_0877.py +18 -18
  1862. githubkit/versions/ghec_v2022_11_28/types/group_0878.py +38 -392
  1863. githubkit/versions/ghec_v2022_11_28/types/group_0879.py +71 -69
  1864. githubkit/versions/ghec_v2022_11_28/types/group_0880.py +74 -76
  1865. githubkit/versions/ghec_v2022_11_28/types/group_0881.py +409 -18
  1866. githubkit/versions/ghec_v2022_11_28/types/group_0882.py +23 -5
  1867. githubkit/versions/ghec_v2022_11_28/types/group_0883.py +8 -8
  1868. githubkit/versions/ghec_v2022_11_28/types/group_0884.py +10 -4
  1869. githubkit/versions/ghec_v2022_11_28/types/group_0885.py +4 -10
  1870. githubkit/versions/ghec_v2022_11_28/types/group_0886.py +9 -5
  1871. githubkit/versions/ghec_v2022_11_28/types/group_0887.py +3 -3
  1872. githubkit/versions/ghec_v2022_11_28/types/group_0888.py +3 -3
  1873. githubkit/versions/ghec_v2022_11_28/types/group_0889.py +3 -3
  1874. githubkit/versions/ghec_v2022_11_28/types/group_0890.py +4 -11
  1875. githubkit/versions/ghec_v2022_11_28/types/group_0891.py +14 -6
  1876. githubkit/versions/ghec_v2022_11_28/types/group_0892.py +6 -10
  1877. githubkit/versions/ghec_v2022_11_28/types/group_0893.py +7 -24
  1878. githubkit/versions/ghec_v2022_11_28/types/group_0894.py +22 -9
  1879. githubkit/versions/ghec_v2022_11_28/types/group_0895.py +5 -3
  1880. githubkit/versions/ghec_v2022_11_28/types/group_0896.py +5 -5
  1881. githubkit/versions/ghec_v2022_11_28/types/group_0897.py +8 -4
  1882. githubkit/versions/ghec_v2022_11_28/types/group_0898.py +6 -8
  1883. githubkit/versions/ghec_v2022_11_28/types/group_0899.py +7 -6
  1884. githubkit/versions/ghec_v2022_11_28/types/group_0900.py +7 -8
  1885. githubkit/versions/ghec_v2022_11_28/types/group_0901.py +7 -4
  1886. githubkit/versions/ghec_v2022_11_28/types/group_0902.py +5 -26
  1887. githubkit/versions/ghec_v2022_11_28/types/group_0903.py +22 -9
  1888. githubkit/versions/ghec_v2022_11_28/types/group_0904.py +8 -6
  1889. githubkit/versions/ghec_v2022_11_28/types/group_0905.py +11 -12
  1890. githubkit/versions/ghec_v2022_11_28/types/group_0906.py +7 -4
  1891. githubkit/versions/ghec_v2022_11_28/types/group_0907.py +4 -7
  1892. githubkit/versions/ghec_v2022_11_28/types/group_0908.py +9 -4
  1893. githubkit/versions/ghec_v2022_11_28/types/group_0909.py +7 -8
  1894. githubkit/versions/ghec_v2022_11_28/types/group_0910.py +7 -7
  1895. githubkit/versions/ghec_v2022_11_28/types/group_0911.py +8 -10
  1896. githubkit/versions/ghec_v2022_11_28/types/group_0912.py +8 -6
  1897. githubkit/versions/ghec_v2022_11_28/types/group_0913.py +7 -4
  1898. githubkit/versions/ghec_v2022_11_28/types/group_0914.py +3 -3
  1899. githubkit/versions/ghec_v2022_11_28/types/group_0915.py +4 -7
  1900. githubkit/versions/ghec_v2022_11_28/types/group_0916.py +11 -38
  1901. githubkit/versions/ghec_v2022_11_28/types/group_0917.py +3 -3
  1902. githubkit/versions/ghec_v2022_11_28/types/group_0918.py +40 -10
  1903. githubkit/versions/ghec_v2022_11_28/types/group_0919.py +4 -6
  1904. githubkit/versions/ghec_v2022_11_28/types/group_0920.py +6 -60
  1905. githubkit/versions/ghec_v2022_11_28/types/group_0921.py +13 -13
  1906. githubkit/versions/ghec_v2022_11_28/types/group_0922.py +61 -6
  1907. githubkit/versions/ghec_v2022_11_28/types/group_0923.py +5 -7
  1908. githubkit/versions/ghec_v2022_11_28/types/group_0924.py +3 -8
  1909. githubkit/versions/ghec_v2022_11_28/types/group_0925.py +15 -12
  1910. githubkit/versions/ghec_v2022_11_28/types/group_0926.py +13 -7
  1911. githubkit/versions/ghec_v2022_11_28/types/group_0927.py +7 -7
  1912. githubkit/versions/ghec_v2022_11_28/types/group_0928.py +8 -8
  1913. githubkit/versions/ghec_v2022_11_28/types/group_0929.py +5 -9
  1914. githubkit/versions/ghec_v2022_11_28/types/group_0930.py +12 -7
  1915. githubkit/versions/ghec_v2022_11_28/types/group_0931.py +6 -72
  1916. githubkit/versions/ghec_v2022_11_28/types/group_0932.py +5 -5
  1917. githubkit/versions/ghec_v2022_11_28/types/group_0933.py +73 -9
  1918. githubkit/versions/ghec_v2022_11_28/types/group_0934.py +4 -6
  1919. githubkit/versions/ghec_v2022_11_28/types/group_0935.py +7 -5
  1920. githubkit/versions/ghec_v2022_11_28/types/group_0936.py +4 -6
  1921. githubkit/versions/ghec_v2022_11_28/types/group_0937.py +9 -19
  1922. githubkit/versions/ghec_v2022_11_28/types/group_0938.py +16 -14
  1923. githubkit/versions/ghec_v2022_11_28/types/group_0939.py +14 -22
  1924. githubkit/versions/ghec_v2022_11_28/types/group_0940.py +27 -5
  1925. githubkit/versions/ghec_v2022_11_28/types/group_0941.py +3 -3
  1926. githubkit/versions/ghec_v2022_11_28/types/group_0942.py +5 -3
  1927. githubkit/versions/ghec_v2022_11_28/types/group_0943.py +4 -10
  1928. githubkit/versions/ghec_v2022_11_28/types/group_0944.py +8 -7
  1929. githubkit/versions/ghec_v2022_11_28/types/group_0945.py +7 -6
  1930. githubkit/versions/ghec_v2022_11_28/types/group_0946.py +6 -4
  1931. githubkit/versions/ghec_v2022_11_28/types/group_0947.py +4 -4
  1932. githubkit/versions/ghec_v2022_11_28/types/group_0948.py +4 -7
  1933. githubkit/versions/ghec_v2022_11_28/types/group_0949.py +10 -42
  1934. githubkit/versions/ghec_v2022_11_28/types/group_0950.py +45 -25
  1935. githubkit/versions/ghec_v2022_11_28/types/group_0951.py +18 -6
  1936. githubkit/versions/ghec_v2022_11_28/types/group_0952.py +7 -24
  1937. githubkit/versions/ghec_v2022_11_28/types/group_0953.py +24 -7
  1938. githubkit/versions/ghec_v2022_11_28/types/group_0954.py +3 -3
  1939. githubkit/versions/ghec_v2022_11_28/types/group_0955.py +5 -5
  1940. githubkit/versions/ghec_v2022_11_28/types/group_0956.py +6 -4
  1941. githubkit/versions/ghec_v2022_11_28/types/group_0957.py +6 -8
  1942. githubkit/versions/ghec_v2022_11_28/types/group_0958.py +7 -6
  1943. githubkit/versions/ghec_v2022_11_28/types/group_0959.py +7 -8
  1944. githubkit/versions/ghec_v2022_11_28/types/group_0960.py +7 -4
  1945. githubkit/versions/ghec_v2022_11_28/types/group_0961.py +5 -28
  1946. githubkit/versions/ghec_v2022_11_28/types/group_0962.py +24 -9
  1947. githubkit/versions/ghec_v2022_11_28/types/group_0963.py +7 -5
  1948. githubkit/versions/ghec_v2022_11_28/types/group_0964.py +11 -8
  1949. githubkit/versions/ghec_v2022_11_28/types/group_0965.py +5 -5
  1950. githubkit/versions/ghec_v2022_11_28/types/group_0966.py +7 -4
  1951. githubkit/versions/ghec_v2022_11_28/types/group_0967.py +4 -7
  1952. githubkit/versions/ghec_v2022_11_28/types/group_0968.py +7 -4
  1953. githubkit/versions/ghec_v2022_11_28/types/group_0969.py +4 -7
  1954. githubkit/versions/ghec_v2022_11_28/types/group_0970.py +8 -8
  1955. githubkit/versions/ghec_v2022_11_28/types/group_0971.py +7 -4
  1956. githubkit/versions/ghec_v2022_11_28/types/group_0972.py +3 -3
  1957. githubkit/versions/ghec_v2022_11_28/types/group_0973.py +5 -24
  1958. githubkit/versions/ghec_v2022_11_28/types/group_0974.py +21 -6
  1959. githubkit/versions/ghec_v2022_11_28/types/group_0975.py +9 -8
  1960. githubkit/versions/ghec_v2022_11_28/types/group_0976.py +7 -4
  1961. githubkit/versions/ghec_v2022_11_28/types/group_0977.py +5 -25
  1962. githubkit/versions/ghec_v2022_11_28/types/group_0978.py +20 -4
  1963. githubkit/versions/ghec_v2022_11_28/types/group_0979.py +6 -6
  1964. githubkit/versions/ghec_v2022_11_28/types/group_0980.py +9 -8
  1965. githubkit/versions/ghec_v2022_11_28/types/group_0981.py +7 -4
  1966. githubkit/versions/ghec_v2022_11_28/types/group_0982.py +5 -62
  1967. githubkit/versions/ghec_v2022_11_28/types/group_0983.py +57 -19
  1968. githubkit/versions/ghec_v2022_11_28/types/group_0984.py +19 -8
  1969. githubkit/versions/ghec_v2022_11_28/types/group_0985.py +11 -94
  1970. githubkit/versions/ghec_v2022_11_28/types/group_0986.py +97 -4
  1971. githubkit/versions/ghec_v2022_11_28/types/group_0987.py +4 -95
  1972. githubkit/versions/ghec_v2022_11_28/types/group_0988.py +96 -7
  1973. githubkit/versions/ghec_v2022_11_28/types/group_0989.py +6 -5
  1974. githubkit/versions/ghec_v2022_11_28/types/group_0990.py +3 -10
  1975. githubkit/versions/ghec_v2022_11_28/types/group_0991.py +14 -7
  1976. githubkit/versions/ghec_v2022_11_28/types/group_0992.py +8 -12
  1977. githubkit/versions/ghec_v2022_11_28/types/group_0993.py +12 -5
  1978. githubkit/versions/ghec_v2022_11_28/types/group_0994.py +3 -3
  1979. githubkit/versions/ghec_v2022_11_28/types/group_0995.py +5 -24
  1980. githubkit/versions/ghec_v2022_11_28/types/group_0996.py +21 -6
  1981. githubkit/versions/ghec_v2022_11_28/types/group_0997.py +9 -8
  1982. githubkit/versions/ghec_v2022_11_28/types/group_0998.py +7 -4
  1983. githubkit/versions/ghec_v2022_11_28/types/group_0999.py +5 -8
  1984. githubkit/versions/ghec_v2022_11_28/types/group_1000.py +8 -5
  1985. githubkit/versions/ghec_v2022_11_28/types/group_1001.py +4 -7
  1986. githubkit/versions/ghec_v2022_11_28/types/group_1002.py +7 -4
  1987. githubkit/versions/ghec_v2022_11_28/types/group_1003.py +4 -8
  1988. githubkit/versions/ghec_v2022_11_28/types/group_1004.py +8 -4
  1989. githubkit/versions/ghec_v2022_11_28/types/group_1005.py +4 -7
  1990. githubkit/versions/ghec_v2022_11_28/types/group_1006.py +7 -4
  1991. githubkit/versions/ghec_v2022_11_28/types/group_1007.py +4 -7
  1992. githubkit/versions/ghec_v2022_11_28/types/group_1008.py +7 -7
  1993. githubkit/versions/ghec_v2022_11_28/types/group_1009.py +6 -22
  1994. githubkit/versions/ghec_v2022_11_28/types/group_1010.py +21 -6
  1995. githubkit/versions/ghec_v2022_11_28/types/group_1011.py +9 -8
  1996. githubkit/versions/ghec_v2022_11_28/types/group_1012.py +7 -4
  1997. githubkit/versions/ghec_v2022_11_28/types/group_1013.py +5 -26
  1998. githubkit/versions/ghec_v2022_11_28/types/group_1014.py +10 -8
  1999. githubkit/versions/ghec_v2022_11_28/types/group_1015.py +19 -4
  2000. githubkit/versions/ghec_v2022_11_28/types/group_1016.py +9 -8
  2001. githubkit/versions/ghec_v2022_11_28/types/group_1017.py +8 -3
  2002. githubkit/versions/ghec_v2022_11_28/types/group_1018.py +4 -10
  2003. githubkit/versions/ghec_v2022_11_28/types/group_1019.py +9 -8
  2004. githubkit/versions/ghec_v2022_11_28/types/group_1020.py +8 -6
  2005. githubkit/versions/ghec_v2022_11_28/types/group_1021.py +4 -12
  2006. githubkit/versions/ghec_v2022_11_28/types/group_1022.py +13 -4
  2007. githubkit/versions/ghec_v2022_11_28/types/group_1023.py +6 -4
  2008. githubkit/versions/ghec_v2022_11_28/types/group_1024.py +4 -7
  2009. githubkit/versions/ghec_v2022_11_28/types/group_1025.py +5 -7
  2010. githubkit/versions/ghec_v2022_11_28/types/group_1026.py +4 -3
  2011. githubkit/versions/ghec_v2022_11_28/types/group_1027.py +7 -7
  2012. githubkit/versions/ghec_v2022_11_28/types/group_1028.py +4 -3
  2013. githubkit/versions/ghec_v2022_11_28/types/group_1029.py +6 -25
  2014. githubkit/versions/ghec_v2022_11_28/types/group_1030.py +20 -6
  2015. githubkit/versions/ghec_v2022_11_28/types/group_1031.py +10 -5
  2016. githubkit/versions/ghec_v2022_11_28/types/group_1032.py +6 -11
  2017. githubkit/versions/ghec_v2022_11_28/types/group_1033.py +10 -5
  2018. githubkit/versions/ghec_v2022_11_28/types/group_1034.py +6 -7
  2019. githubkit/versions/ghec_v2022_11_28/types/group_1035.py +5 -6
  2020. githubkit/versions/ghec_v2022_11_28/types/group_1036.py +11 -46
  2021. githubkit/versions/ghec_v2022_11_28/types/group_1037.py +41 -69
  2022. githubkit/versions/ghec_v2022_11_28/types/group_1038.py +5 -5
  2023. githubkit/versions/ghec_v2022_11_28/types/group_1039.py +70 -7
  2024. githubkit/versions/ghec_v2022_11_28/types/group_1040.py +8 -8
  2025. githubkit/versions/ghec_v2022_11_28/types/group_1041.py +5 -7
  2026. githubkit/versions/ghec_v2022_11_28/types/group_1042.py +11 -16
  2027. githubkit/versions/ghec_v2022_11_28/types/group_1043.py +9 -7
  2028. githubkit/versions/ghec_v2022_11_28/types/group_1044.py +12 -6
  2029. githubkit/versions/ghec_v2022_11_28/types/group_1045.py +6 -5
  2030. githubkit/versions/ghec_v2022_11_28/types/group_1046.py +6 -5
  2031. githubkit/versions/ghec_v2022_11_28/types/group_1047.py +3 -7
  2032. githubkit/versions/ghec_v2022_11_28/types/group_1048.py +4 -9
  2033. githubkit/versions/ghec_v2022_11_28/types/group_1049.py +9 -3
  2034. githubkit/versions/ghec_v2022_11_28/types/group_1050.py +7 -4
  2035. githubkit/versions/ghec_v2022_11_28/types/group_1051.py +5 -6
  2036. githubkit/versions/ghec_v2022_11_28/types/group_1052.py +4 -4
  2037. githubkit/versions/ghec_v2022_11_28/types/group_1053.py +5 -5
  2038. githubkit/versions/ghec_v2022_11_28/types/group_1054.py +5 -4
  2039. githubkit/versions/ghec_v2022_11_28/types/group_1055.py +4 -17
  2040. githubkit/versions/ghec_v2022_11_28/types/group_1056.py +17 -5
  2041. githubkit/versions/ghec_v2022_11_28/types/group_1057.py +5 -6
  2042. githubkit/versions/ghec_v2022_11_28/types/group_1058.py +6 -6
  2043. githubkit/versions/ghec_v2022_11_28/types/group_1059.py +6 -5
  2044. githubkit/versions/ghec_v2022_11_28/types/group_1060.py +7 -4
  2045. githubkit/versions/ghec_v2022_11_28/types/group_1061.py +4 -22
  2046. githubkit/versions/ghec_v2022_11_28/types/group_1062.py +9 -8
  2047. githubkit/versions/ghec_v2022_11_28/types/group_1063.py +20 -5
  2048. githubkit/versions/ghec_v2022_11_28/types/group_1064.py +4 -5
  2049. githubkit/versions/ghec_v2022_11_28/types/group_1065.py +5 -5
  2050. githubkit/versions/ghec_v2022_11_28/types/group_1066.py +6 -20
  2051. githubkit/versions/ghec_v2022_11_28/types/group_1067.py +20 -5
  2052. githubkit/versions/ghec_v2022_11_28/types/group_1068.py +5 -3
  2053. githubkit/versions/ghec_v2022_11_28/types/group_1069.py +4 -8
  2054. githubkit/versions/ghec_v2022_11_28/types/group_1070.py +6 -9
  2055. githubkit/versions/ghec_v2022_11_28/types/group_1071.py +9 -6
  2056. githubkit/versions/ghec_v2022_11_28/types/group_1072.py +6 -5
  2057. githubkit/versions/ghec_v2022_11_28/types/group_1073.py +6 -5
  2058. githubkit/versions/ghec_v2022_11_28/types/group_1074.py +5 -6
  2059. githubkit/versions/ghec_v2022_11_28/types/group_1075.py +5 -176
  2060. githubkit/versions/ghec_v2022_11_28/types/group_1076.py +176 -7
  2061. githubkit/versions/ghec_v2022_11_28/types/group_1077.py +8 -5
  2062. githubkit/versions/ghec_v2022_11_28/types/group_1078.py +4 -8
  2063. githubkit/versions/ghec_v2022_11_28/types/group_1079.py +8 -7
  2064. githubkit/versions/ghec_v2022_11_28/types/group_1080.py +5 -5
  2065. githubkit/versions/ghec_v2022_11_28/types/group_1081.py +8 -7
  2066. githubkit/versions/ghec_v2022_11_28/types/group_1082.py +7 -8
  2067. githubkit/versions/ghec_v2022_11_28/types/group_1083.py +8 -8
  2068. githubkit/versions/ghec_v2022_11_28/types/group_1084.py +7 -4
  2069. githubkit/versions/ghec_v2022_11_28/types/group_1085.py +3 -3
  2070. githubkit/versions/ghec_v2022_11_28/types/group_1086.py +4 -7
  2071. githubkit/versions/ghec_v2022_11_28/types/group_1087.py +5 -5
  2072. githubkit/versions/ghec_v2022_11_28/types/group_1088.py +5 -7
  2073. githubkit/versions/ghec_v2022_11_28/types/group_1089.py +6 -4
  2074. githubkit/versions/ghec_v2022_11_28/types/group_1090.py +7 -7
  2075. githubkit/versions/ghec_v2022_11_28/types/group_1091.py +8 -5
  2076. githubkit/versions/ghec_v2022_11_28/types/group_1092.py +3 -3
  2077. githubkit/versions/ghec_v2022_11_28/types/group_1093.py +5 -8
  2078. githubkit/versions/ghec_v2022_11_28/types/group_1094.py +7 -5
  2079. githubkit/versions/ghec_v2022_11_28/types/group_1095.py +5 -7
  2080. githubkit/versions/ghec_v2022_11_28/types/group_1096.py +7 -5
  2081. githubkit/versions/ghec_v2022_11_28/types/group_1097.py +6 -6
  2082. githubkit/versions/ghec_v2022_11_28/types/group_1098.py +5 -31
  2083. githubkit/versions/ghec_v2022_11_28/types/group_1099.py +27 -18
  2084. githubkit/versions/ghec_v2022_11_28/types/group_1100.py +22 -7
  2085. githubkit/versions/ghec_v2022_11_28/types/group_1101.py +7 -42
  2086. githubkit/versions/ghec_v2022_11_28/types/group_1102.py +43 -5
  2087. githubkit/versions/ghec_v2022_11_28/types/group_1103.py +5 -65
  2088. githubkit/versions/ghec_v2022_11_28/types/group_1104.py +65 -7
  2089. githubkit/versions/ghec_v2022_11_28/types/group_1105.py +6 -123
  2090. githubkit/versions/ghec_v2022_11_28/types/group_1106.py +86 -13
  2091. githubkit/versions/ghec_v2022_11_28/types/group_1107.py +40 -16
  2092. githubkit/versions/ghec_v2022_11_28/types/group_1108.py +21 -7
  2093. githubkit/versions/ghec_v2022_11_28/types/group_1109.py +3 -3
  2094. githubkit/versions/ghec_v2022_11_28/types/group_1110.py +3 -4
  2095. githubkit/versions/ghec_v2022_11_28/types/group_1111.py +10 -5
  2096. githubkit/versions/ghec_v2022_11_28/types/group_1112.py +3 -3
  2097. githubkit/versions/ghec_v2022_11_28/types/group_1113.py +3 -3
  2098. githubkit/versions/ghec_v2022_11_28/types/group_1114.py +5 -7
  2099. githubkit/versions/ghec_v2022_11_28/types/group_1115.py +4 -4
  2100. githubkit/versions/ghec_v2022_11_28/types/group_1116.py +3 -5
  2101. githubkit/versions/ghec_v2022_11_28/types/group_1117.py +9 -5
  2102. githubkit/versions/ghec_v2022_11_28/types/group_1118.py +3 -3
  2103. githubkit/versions/ghec_v2022_11_28/types/group_1119.py +3 -3
  2104. githubkit/versions/ghec_v2022_11_28/types/group_1120.py +8 -4
  2105. githubkit/versions/ghec_v2022_11_28/types/group_1121.py +4 -10
  2106. githubkit/versions/ghec_v2022_11_28/types/group_1122.py +7 -5
  2107. githubkit/versions/ghec_v2022_11_28/types/group_1123.py +6 -51
  2108. githubkit/versions/ghec_v2022_11_28/types/group_1124.py +51 -27
  2109. githubkit/versions/ghec_v2022_11_28/types/group_1125.py +14 -18
  2110. githubkit/versions/ghec_v2022_11_28/types/group_1126.py +29 -55
  2111. githubkit/versions/ghec_v2022_11_28/types/group_1127.py +56 -27
  2112. githubkit/versions/ghec_v2022_11_28/types/group_1128.py +14 -16
  2113. githubkit/versions/ghec_v2022_11_28/types/group_1129.py +38 -10
  2114. githubkit/versions/ghec_v2022_11_28/types/group_1130.py +5 -21
  2115. githubkit/versions/ghec_v2022_11_28/types/group_1131.py +20 -7
  2116. githubkit/versions/ghec_v2022_11_28/types/group_1132.py +8 -11
  2117. githubkit/versions/ghec_v2022_11_28/types/group_1133.py +9 -10
  2118. githubkit/versions/ghec_v2022_11_28/types/group_1134.py +5 -5
  2119. githubkit/versions/ghec_v2022_11_28/types/group_1135.py +5 -5
  2120. githubkit/versions/ghec_v2022_11_28/types/group_1136.py +11 -11
  2121. githubkit/versions/ghec_v2022_11_28/types/group_1137.py +12 -8
  2122. githubkit/versions/ghec_v2022_11_28/types/group_1138.py +8 -16
  2123. githubkit/versions/ghec_v2022_11_28/types/group_1139.py +14 -19
  2124. githubkit/versions/ghec_v2022_11_28/types/group_1140.py +20 -7
  2125. githubkit/versions/ghec_v2022_11_28/types/group_1141.py +7 -18
  2126. githubkit/versions/ghec_v2022_11_28/types/group_1142.py +13 -15
  2127. githubkit/versions/ghec_v2022_11_28/types/group_1143.py +21 -6
  2128. githubkit/versions/ghec_v2022_11_28/types/group_1144.py +5 -4
  2129. githubkit/versions/ghec_v2022_11_28/types/group_1145.py +5 -5
  2130. githubkit/versions/ghec_v2022_11_28/types/group_1146.py +4 -7
  2131. githubkit/versions/ghec_v2022_11_28/types/group_1147.py +8 -8
  2132. githubkit/versions/ghec_v2022_11_28/types/group_1148.py +8 -8
  2133. githubkit/versions/ghec_v2022_11_28/types/group_1149.py +7 -36
  2134. githubkit/versions/ghec_v2022_11_28/types/group_1150.py +22 -18
  2135. githubkit/versions/ghec_v2022_11_28/types/group_1151.py +32 -11
  2136. githubkit/versions/ghec_v2022_11_28/types/group_1152.py +12 -21
  2137. githubkit/versions/ghec_v2022_11_28/types/group_1153.py +21 -6
  2138. githubkit/versions/ghec_v2022_11_28/types/group_1154.py +6 -8
  2139. githubkit/versions/ghec_v2022_11_28/types/group_1155.py +8 -24
  2140. githubkit/versions/ghec_v2022_11_28/types/group_1156.py +24 -5
  2141. githubkit/versions/ghec_v2022_11_28/types/group_1157.py +4 -13
  2142. githubkit/versions/ghec_v2022_11_28/types/group_1158.py +14 -19
  2143. githubkit/versions/ghec_v2022_11_28/types/group_1159.py +7 -30
  2144. githubkit/versions/ghec_v2022_11_28/types/group_1160.py +4 -19
  2145. githubkit/versions/ghec_v2022_11_28/types/group_1161.py +17 -7
  2146. githubkit/versions/ghec_v2022_11_28/types/group_1162.py +25 -11
  2147. githubkit/versions/ghec_v2022_11_28/types/group_1163.py +23 -7
  2148. githubkit/versions/ghec_v2022_11_28/types/group_1164.py +9 -6
  2149. githubkit/versions/ghec_v2022_11_28/types/group_1165.py +15 -7
  2150. githubkit/versions/ghec_v2022_11_28/types/group_1166.py +7 -5
  2151. githubkit/versions/ghec_v2022_11_28/types/group_1167.py +6 -6
  2152. githubkit/versions/ghec_v2022_11_28/types/group_1168.py +8 -7
  2153. githubkit/versions/ghec_v2022_11_28/types/group_1169.py +6 -6
  2154. githubkit/versions/ghec_v2022_11_28/types/group_1170.py +4 -39
  2155. githubkit/versions/ghec_v2022_11_28/types/group_1171.py +7 -6
  2156. githubkit/versions/ghec_v2022_11_28/types/group_1172.py +5 -5
  2157. githubkit/versions/ghec_v2022_11_28/types/group_1173.py +28 -12
  2158. githubkit/versions/ghec_v2022_11_28/types/group_1174.py +6 -20
  2159. githubkit/versions/ghec_v2022_11_28/types/group_1175.py +5 -23
  2160. githubkit/versions/ghec_v2022_11_28/types/group_1176.py +23 -9
  2161. githubkit/versions/ghec_v2022_11_28/types/group_1177.py +19 -8
  2162. githubkit/versions/ghec_v2022_11_28/types/group_1178.py +23 -9
  2163. githubkit/versions/ghec_v2022_11_28/types/group_1179.py +10 -8
  2164. githubkit/versions/ghec_v2022_11_28/types/group_1180.py +8 -5
  2165. githubkit/versions/ghec_v2022_11_28/types/group_1181.py +9 -5
  2166. githubkit/versions/ghec_v2022_11_28/types/group_1182.py +10 -4
  2167. githubkit/versions/ghec_v2022_11_28/types/group_1183.py +5 -5
  2168. githubkit/versions/ghec_v2022_11_28/types/group_1184.py +6 -26
  2169. githubkit/versions/ghec_v2022_11_28/types/group_1185.py +3 -5
  2170. githubkit/versions/ghec_v2022_11_28/types/group_1186.py +5 -7
  2171. githubkit/versions/ghec_v2022_11_28/types/group_1187.py +10 -18
  2172. githubkit/versions/ghec_v2022_11_28/types/group_1188.py +5 -5
  2173. githubkit/versions/ghec_v2022_11_28/types/group_1189.py +8 -5
  2174. githubkit/versions/ghec_v2022_11_28/types/group_1190.py +39 -10
  2175. githubkit/versions/ghec_v2022_11_28/types/group_1191.py +4 -4
  2176. githubkit/versions/ghec_v2022_11_28/types/group_1192.py +4 -15
  2177. githubkit/versions/ghec_v2022_11_28/types/group_1193.py +4 -4
  2178. githubkit/versions/ghec_v2022_11_28/types/group_1194.py +3 -3
  2179. githubkit/versions/ghec_v2022_11_28/types/group_1195.py +7 -7
  2180. githubkit/versions/ghec_v2022_11_28/types/group_1196.py +3 -3
  2181. githubkit/versions/ghec_v2022_11_28/types/group_1197.py +4 -5
  2182. githubkit/versions/ghec_v2022_11_28/types/group_1198.py +15 -7
  2183. githubkit/versions/ghec_v2022_11_28/types/group_1199.py +4 -4
  2184. githubkit/versions/ghec_v2022_11_28/types/group_1200.py +5 -5
  2185. githubkit/versions/ghec_v2022_11_28/types/group_1201.py +8 -7
  2186. githubkit/versions/ghec_v2022_11_28/types/group_1202.py +5 -7
  2187. githubkit/versions/ghec_v2022_11_28/types/group_1203.py +5 -6
  2188. githubkit/versions/ghec_v2022_11_28/types/group_1204.py +6 -6
  2189. githubkit/versions/ghec_v2022_11_28/types/group_1205.py +7 -5
  2190. githubkit/versions/ghec_v2022_11_28/types/group_1206.py +6 -6
  2191. githubkit/versions/ghec_v2022_11_28/types/group_1207.py +5 -8
  2192. githubkit/versions/ghec_v2022_11_28/types/group_1208.py +5 -10
  2193. githubkit/versions/ghec_v2022_11_28/types/group_1209.py +6 -5
  2194. githubkit/versions/ghec_v2022_11_28/types/group_1210.py +9 -5
  2195. githubkit/versions/ghec_v2022_11_28/types/group_1211.py +9 -9
  2196. githubkit/versions/ghec_v2022_11_28/types/group_1212.py +5 -16
  2197. githubkit/versions/ghec_v2022_11_28/types/group_1213.py +5 -14
  2198. githubkit/versions/ghec_v2022_11_28/types/group_1214.py +9 -16
  2199. githubkit/versions/ghec_v2022_11_28/types/group_1215.py +6 -6
  2200. githubkit/versions/ghec_v2022_11_28/types/group_1216.py +8 -10
  2201. githubkit/versions/ghec_v2022_11_28/types/group_1217.py +15 -8
  2202. githubkit/versions/ghec_v2022_11_28/types/group_1218.py +14 -6
  2203. githubkit/versions/ghec_v2022_11_28/types/group_1219.py +15 -7
  2204. githubkit/versions/ghec_v2022_11_28/types/group_1220.py +7 -9
  2205. githubkit/versions/ghec_v2022_11_28/types/group_1221.py +9 -5
  2206. githubkit/versions/ghec_v2022_11_28/types/group_1222.py +8 -5
  2207. githubkit/versions/ghec_v2022_11_28/types/group_1223.py +11 -6
  2208. githubkit/versions/ghec_v2022_11_28/types/group_1224.py +5 -12
  2209. githubkit/versions/ghec_v2022_11_28/types/group_1225.py +6 -5
  2210. githubkit/versions/ghec_v2022_11_28/types/group_1226.py +6 -7
  2211. githubkit/versions/ghec_v2022_11_28/types/group_1227.py +8 -6
  2212. githubkit/versions/ghec_v2022_11_28/types/group_1228.py +5 -15
  2213. githubkit/versions/ghec_v2022_11_28/types/group_1229.py +7 -14
  2214. githubkit/versions/ghec_v2022_11_28/types/group_1230.py +10 -5
  2215. githubkit/versions/ghec_v2022_11_28/types/group_1231.py +16 -10
  2216. githubkit/versions/ghec_v2022_11_28/types/group_1232.py +14 -5
  2217. githubkit/versions/ghec_v2022_11_28/types/group_1233.py +5 -6
  2218. githubkit/versions/ghec_v2022_11_28/types/group_1234.py +8 -5
  2219. githubkit/versions/ghec_v2022_11_28/types/group_1235.py +5 -5
  2220. githubkit/versions/ghec_v2022_11_28/types/group_1236.py +5 -5
  2221. githubkit/versions/ghec_v2022_11_28/types/group_1237.py +5 -25
  2222. githubkit/versions/ghec_v2022_11_28/types/group_1238.py +6 -5
  2223. githubkit/versions/ghec_v2022_11_28/types/group_1239.py +5 -6
  2224. githubkit/versions/ghec_v2022_11_28/types/group_1240.py +23 -4
  2225. githubkit/versions/ghec_v2022_11_28/types/group_1241.py +5 -5
  2226. githubkit/versions/ghec_v2022_11_28/types/group_1242.py +6 -5
  2227. githubkit/versions/ghec_v2022_11_28/types/group_1243.py +4 -11
  2228. githubkit/versions/ghec_v2022_11_28/types/group_1244.py +4 -6
  2229. githubkit/versions/ghec_v2022_11_28/types/group_1245.py +5 -7
  2230. githubkit/versions/ghec_v2022_11_28/types/group_1246.py +6 -5
  2231. githubkit/versions/ghec_v2022_11_28/types/group_1247.py +7 -6
  2232. githubkit/versions/ghec_v2022_11_28/types/group_1248.py +7 -62
  2233. githubkit/versions/ghec_v2022_11_28/types/group_1249.py +11 -61
  2234. githubkit/versions/ghec_v2022_11_28/types/group_1250.py +6 -10
  2235. githubkit/versions/ghec_v2022_11_28/types/group_1251.py +63 -7
  2236. githubkit/versions/ghec_v2022_11_28/types/group_1252.py +61 -7
  2237. githubkit/versions/ghec_v2022_11_28/types/group_1253.py +9 -5
  2238. githubkit/versions/ghec_v2022_11_28/types/group_1254.py +6 -4
  2239. githubkit/versions/ghec_v2022_11_28/types/group_1255.py +9 -5
  2240. githubkit/versions/ghec_v2022_11_28/types/group_1256.py +5 -6
  2241. githubkit/versions/ghec_v2022_11_28/types/group_1257.py +5 -9
  2242. githubkit/versions/ghec_v2022_11_28/types/group_1258.py +5 -36
  2243. githubkit/versions/ghec_v2022_11_28/types/group_1259.py +6 -35
  2244. githubkit/versions/ghec_v2022_11_28/types/group_1260.py +8 -52
  2245. githubkit/versions/ghec_v2022_11_28/types/group_1261.py +35 -12
  2246. githubkit/versions/ghec_v2022_11_28/types/group_1262.py +35 -6
  2247. githubkit/versions/ghec_v2022_11_28/types/group_1263.py +52 -5
  2248. githubkit/versions/ghec_v2022_11_28/types/group_1264.py +13 -5
  2249. githubkit/versions/ghec_v2022_11_28/types/group_1265.py +6 -6
  2250. githubkit/versions/ghec_v2022_11_28/types/group_1266.py +6 -12
  2251. githubkit/versions/ghec_v2022_11_28/types/group_1267.py +4 -7
  2252. githubkit/versions/ghec_v2022_11_28/types/group_1268.py +7 -6
  2253. githubkit/versions/ghec_v2022_11_28/types/group_1269.py +11 -5
  2254. githubkit/versions/ghec_v2022_11_28/types/group_1270.py +8 -6
  2255. githubkit/versions/ghec_v2022_11_28/types/group_1271.py +4 -4
  2256. githubkit/versions/ghec_v2022_11_28/types/group_1272.py +5 -19
  2257. githubkit/versions/ghec_v2022_11_28/types/group_1273.py +5 -12
  2258. githubkit/versions/ghec_v2022_11_28/types/group_1274.py +6 -8
  2259. githubkit/versions/ghec_v2022_11_28/types/group_1275.py +19 -16
  2260. githubkit/versions/ghec_v2022_11_28/types/group_1276.py +11 -23
  2261. githubkit/versions/ghec_v2022_11_28/types/group_1277.py +6 -22
  2262. githubkit/versions/ghec_v2022_11_28/types/group_1278.py +16 -7
  2263. githubkit/versions/ghec_v2022_11_28/types/group_1279.py +24 -7
  2264. githubkit/versions/ghec_v2022_11_28/types/group_1280.py +23 -4
  2265. githubkit/versions/ghec_v2022_11_28/types/group_1281.py +7 -6
  2266. githubkit/versions/ghec_v2022_11_28/types/group_1282.py +5 -5
  2267. githubkit/versions/ghec_v2022_11_28/types/group_1283.py +5 -6
  2268. githubkit/versions/ghec_v2022_11_28/types/group_1284.py +7 -6
  2269. githubkit/versions/ghec_v2022_11_28/types/group_1285.py +6 -7
  2270. githubkit/versions/ghec_v2022_11_28/types/group_1286.py +6 -14
  2271. githubkit/versions/ghec_v2022_11_28/types/group_1287.py +6 -6
  2272. githubkit/versions/ghec_v2022_11_28/types/group_1288.py +7 -6
  2273. githubkit/versions/ghec_v2022_11_28/types/group_1289.py +13 -8
  2274. githubkit/versions/ghec_v2022_11_28/types/group_1290.py +7 -4
  2275. githubkit/versions/ghec_v2022_11_28/types/group_1291.py +8 -6
  2276. githubkit/versions/ghec_v2022_11_28/types/group_1292.py +9 -6
  2277. githubkit/versions/ghec_v2022_11_28/types/group_1293.py +4 -15
  2278. githubkit/versions/ghec_v2022_11_28/types/group_1294.py +5 -6
  2279. githubkit/versions/ghec_v2022_11_28/types/group_1295.py +10 -34
  2280. githubkit/versions/ghec_v2022_11_28/types/group_1296.py +14 -10
  2281. githubkit/versions/ghec_v2022_11_28/types/group_1297.py +7 -10
  2282. githubkit/versions/ghec_v2022_11_28/types/group_1298.py +32 -8
  2283. githubkit/versions/ghec_v2022_11_28/types/group_1299.py +8 -63
  2284. githubkit/versions/ghec_v2022_11_28/types/group_1300.py +26 -0
  2285. githubkit/versions/ghec_v2022_11_28/types/group_1301.py +22 -0
  2286. githubkit/versions/ghec_v2022_11_28/types/group_1302.py +81 -0
  2287. githubkit/versions/v2022_11_28/models/group_0028.py +3 -1
  2288. githubkit/versions/v2022_11_28/models/group_0090.py +1 -1
  2289. githubkit/versions/v2022_11_28/models/group_0831.py +5 -2
  2290. githubkit/versions/v2022_11_28/models/group_0832.py +4 -2
  2291. githubkit/versions/v2022_11_28/models/group_0887.py +5 -2
  2292. githubkit/versions/v2022_11_28/models/group_0889.py +5 -2
  2293. githubkit/versions/v2022_11_28/rest/actions.py +3472 -298
  2294. githubkit/versions/v2022_11_28/rest/activity.py +606 -64
  2295. githubkit/versions/v2022_11_28/rest/apps.py +724 -74
  2296. githubkit/versions/v2022_11_28/rest/billing.py +164 -14
  2297. githubkit/versions/v2022_11_28/rest/campaigns.py +126 -10
  2298. githubkit/versions/v2022_11_28/rest/checks.py +290 -24
  2299. githubkit/versions/v2022_11_28/rest/classroom.py +96 -12
  2300. githubkit/versions/v2022_11_28/rest/code_scanning.py +698 -42
  2301. githubkit/versions/v2022_11_28/rest/code_security.py +530 -48
  2302. githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +32 -4
  2303. githubkit/versions/v2022_11_28/rest/codespaces.py +1048 -96
  2304. githubkit/versions/v2022_11_28/rest/copilot.py +340 -18
  2305. githubkit/versions/v2022_11_28/rest/dependabot.py +425 -39
  2306. githubkit/versions/v2022_11_28/rest/dependency_graph.py +56 -6
  2307. githubkit/versions/v2022_11_28/rest/emojis.py +16 -2
  2308. githubkit/versions/v2022_11_28/rest/gists.py +380 -40
  2309. githubkit/versions/v2022_11_28/rest/git.py +498 -30
  2310. githubkit/versions/v2022_11_28/rest/gitignore.py +40 -4
  2311. githubkit/versions/v2022_11_28/rest/hosted_compute.py +120 -12
  2312. githubkit/versions/v2022_11_28/rest/interactions.py +144 -18
  2313. githubkit/versions/v2022_11_28/rest/issues.py +1008 -88
  2314. githubkit/versions/v2022_11_28/rest/licenses.py +58 -6
  2315. githubkit/versions/v2022_11_28/rest/markdown.py +28 -4
  2316. githubkit/versions/v2022_11_28/rest/meta.py +94 -10
  2317. githubkit/versions/v2022_11_28/rest/migrations.py +566 -44
  2318. githubkit/versions/v2022_11_28/rest/oidc.py +40 -4
  2319. githubkit/versions/v2022_11_28/rest/orgs.py +1886 -176
  2320. githubkit/versions/v2022_11_28/rest/packages.py +624 -54
  2321. githubkit/versions/v2022_11_28/rest/private_registries.py +134 -12
  2322. githubkit/versions/v2022_11_28/rest/projects.py +500 -50
  2323. githubkit/versions/v2022_11_28/rest/pulls.py +830 -54
  2324. githubkit/versions/v2022_11_28/rest/rate_limit.py +46 -2
  2325. githubkit/versions/v2022_11_28/rest/reactions.py +546 -50
  2326. githubkit/versions/v2022_11_28/rest/repos.py +4521 -409
  2327. githubkit/versions/v2022_11_28/rest/search.py +236 -14
  2328. githubkit/versions/v2022_11_28/rest/secret_scanning.py +192 -16
  2329. githubkit/versions/v2022_11_28/rest/security_advisories.py +232 -20
  2330. githubkit/versions/v2022_11_28/rest/teams.py +1539 -123
  2331. githubkit/versions/v2022_11_28/rest/users.py +798 -86
  2332. githubkit/versions/v2022_11_28/types/group_0028.py +3 -1
  2333. githubkit/versions/v2022_11_28/types/group_0090.py +1 -1
  2334. githubkit/versions/v2022_11_28/types/group_0831.py +3 -1
  2335. githubkit/versions/v2022_11_28/types/group_0832.py +3 -1
  2336. githubkit/versions/v2022_11_28/types/group_0887.py +3 -1
  2337. githubkit/versions/v2022_11_28/types/group_0889.py +3 -1
  2338. {githubkit-0.12.10.dist-info → githubkit-0.12.12.dist-info}/METADATA +1 -1
  2339. {githubkit-0.12.10.dist-info → githubkit-0.12.12.dist-info}/RECORD +2341 -2335
  2340. {githubkit-0.12.10.dist-info → githubkit-0.12.12.dist-info}/LICENSE +0 -0
  2341. {githubkit-0.12.10.dist-info → githubkit-0.12.12.dist-info}/WHEEL +0 -0
@@ -100,7 +100,27 @@ class PullsClient:
100
100
  page: Missing[int] = UNSET,
101
101
  headers: Optional[Mapping[str, str]] = None,
102
102
  ) -> Response[list[PullRequestSimple], list[PullRequestSimpleType]]:
103
- """See also: https://docs.github.com/rest/pulls/pulls#list-pull-requests"""
103
+ """pulls/list
104
+
105
+ GET /repos/{owner}/{repo}/pulls
106
+
107
+ Lists pull requests in a specified repository.
108
+
109
+ Draft pull requests are available in public repositories with GitHub
110
+ Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing
111
+ plans, and in public and private repositories with GitHub Team and GitHub Enterprise
112
+ Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products)
113
+ in the GitHub Help documentation.
114
+
115
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
116
+
117
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
118
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
119
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
120
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
121
+
122
+ See also: https://docs.github.com/rest/pulls/pulls#list-pull-requests
123
+ """
104
124
 
105
125
  from ..models import PullRequestSimple, ValidationError
106
126
 
@@ -145,7 +165,27 @@ class PullsClient:
145
165
  page: Missing[int] = UNSET,
146
166
  headers: Optional[Mapping[str, str]] = None,
147
167
  ) -> Response[list[PullRequestSimple], list[PullRequestSimpleType]]:
148
- """See also: https://docs.github.com/rest/pulls/pulls#list-pull-requests"""
168
+ """pulls/list
169
+
170
+ GET /repos/{owner}/{repo}/pulls
171
+
172
+ Lists pull requests in a specified repository.
173
+
174
+ Draft pull requests are available in public repositories with GitHub
175
+ Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing
176
+ plans, and in public and private repositories with GitHub Team and GitHub Enterprise
177
+ Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products)
178
+ in the GitHub Help documentation.
179
+
180
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
181
+
182
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
183
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
184
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
185
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
186
+
187
+ See also: https://docs.github.com/rest/pulls/pulls#list-pull-requests
188
+ """
149
189
 
150
190
  from ..models import PullRequestSimple, ValidationError
151
191
 
@@ -211,7 +251,25 @@ class PullsClient:
211
251
  data: Missing[ReposOwnerRepoPullsPostBodyType] = UNSET,
212
252
  **kwargs,
213
253
  ) -> Response[PullRequest, PullRequestType]:
214
- """See also: https://docs.github.com/rest/pulls/pulls#create-a-pull-request"""
254
+ """pulls/create
255
+
256
+ POST /repos/{owner}/{repo}/pulls
257
+
258
+ Draft pull requests are available in public repositories with GitHub Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing plans, and in public and private repositories with GitHub Team and GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products) in the GitHub Help documentation.
259
+
260
+ To open or update a pull request in a public repository, you must have write access to the head or the source branch. For organization-owned repositories, you must be a member of the organization that owns the repository to open or update a pull request.
261
+
262
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
263
+
264
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
265
+
266
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
267
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
268
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
269
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
270
+
271
+ See also: https://docs.github.com/rest/pulls/pulls#create-a-pull-request
272
+ """
215
273
 
216
274
  from ..models import (
217
275
  BasicError,
@@ -282,7 +340,25 @@ class PullsClient:
282
340
  data: Missing[ReposOwnerRepoPullsPostBodyType] = UNSET,
283
341
  **kwargs,
284
342
  ) -> Response[PullRequest, PullRequestType]:
285
- """See also: https://docs.github.com/rest/pulls/pulls#create-a-pull-request"""
343
+ """pulls/create
344
+
345
+ POST /repos/{owner}/{repo}/pulls
346
+
347
+ Draft pull requests are available in public repositories with GitHub Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing plans, and in public and private repositories with GitHub Team and GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products) in the GitHub Help documentation.
348
+
349
+ To open or update a pull request in a public repository, you must have write access to the head or the source branch. For organization-owned repositories, you must be a member of the organization that owns the repository to open or update a pull request.
350
+
351
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
352
+
353
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
354
+
355
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
356
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
357
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
358
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
359
+
360
+ See also: https://docs.github.com/rest/pulls/pulls#create-a-pull-request
361
+ """
286
362
 
287
363
  from ..models import (
288
364
  BasicError,
@@ -328,7 +404,22 @@ class PullsClient:
328
404
  page: Missing[int] = UNSET,
329
405
  headers: Optional[Mapping[str, str]] = None,
330
406
  ) -> Response[list[PullRequestReviewComment], list[PullRequestReviewCommentType]]:
331
- """See also: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository"""
407
+ """pulls/list-review-comments-for-repo
408
+
409
+ GET /repos/{owner}/{repo}/pulls/comments
410
+
411
+ Lists review comments for all pull requests in a repository. By default,
412
+ review comments are in ascending order by ID.
413
+
414
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
415
+
416
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
417
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
418
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
419
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
420
+
421
+ See also: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository
422
+ """
332
423
 
333
424
  from ..models import PullRequestReviewComment
334
425
 
@@ -364,7 +455,22 @@ class PullsClient:
364
455
  page: Missing[int] = UNSET,
365
456
  headers: Optional[Mapping[str, str]] = None,
366
457
  ) -> Response[list[PullRequestReviewComment], list[PullRequestReviewCommentType]]:
367
- """See also: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository"""
458
+ """pulls/list-review-comments-for-repo
459
+
460
+ GET /repos/{owner}/{repo}/pulls/comments
461
+
462
+ Lists review comments for all pull requests in a repository. By default,
463
+ review comments are in ascending order by ID.
464
+
465
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
466
+
467
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
468
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
469
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
470
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
471
+
472
+ See also: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository
473
+ """
368
474
 
369
475
  from ..models import PullRequestReviewComment
370
476
 
@@ -396,7 +502,21 @@ class PullsClient:
396
502
  *,
397
503
  headers: Optional[Mapping[str, str]] = None,
398
504
  ) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
399
- """See also: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request"""
505
+ """pulls/get-review-comment
506
+
507
+ GET /repos/{owner}/{repo}/pulls/comments/{comment_id}
508
+
509
+ Provides details for a specified review comment.
510
+
511
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
512
+
513
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
514
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
515
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
516
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
517
+
518
+ See also: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request
519
+ """
400
520
 
401
521
  from ..models import BasicError, PullRequestReviewComment
402
522
 
@@ -422,7 +542,21 @@ class PullsClient:
422
542
  *,
423
543
  headers: Optional[Mapping[str, str]] = None,
424
544
  ) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
425
- """See also: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request"""
545
+ """pulls/get-review-comment
546
+
547
+ GET /repos/{owner}/{repo}/pulls/comments/{comment_id}
548
+
549
+ Provides details for a specified review comment.
550
+
551
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
552
+
553
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
554
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
555
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
556
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
557
+
558
+ See also: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request
559
+ """
426
560
 
427
561
  from ..models import BasicError, PullRequestReviewComment
428
562
 
@@ -448,7 +582,14 @@ class PullsClient:
448
582
  *,
449
583
  headers: Optional[Mapping[str, str]] = None,
450
584
  ) -> Response:
451
- """See also: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request"""
585
+ """pulls/delete-review-comment
586
+
587
+ DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}
588
+
589
+ Deletes a review comment.
590
+
591
+ See also: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request
592
+ """
452
593
 
453
594
  from ..models import BasicError
454
595
 
@@ -473,7 +614,14 @@ class PullsClient:
473
614
  *,
474
615
  headers: Optional[Mapping[str, str]] = None,
475
616
  ) -> Response:
476
- """See also: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request"""
617
+ """pulls/delete-review-comment
618
+
619
+ DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}
620
+
621
+ Deletes a review comment.
622
+
623
+ See also: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request
624
+ """
477
625
 
478
626
  from ..models import BasicError
479
627
 
@@ -523,7 +671,21 @@ class PullsClient:
523
671
  data: Missing[ReposOwnerRepoPullsCommentsCommentIdPatchBodyType] = UNSET,
524
672
  **kwargs,
525
673
  ) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
526
- """See also: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request"""
674
+ """pulls/update-review-comment
675
+
676
+ PATCH /repos/{owner}/{repo}/pulls/comments/{comment_id}
677
+
678
+ Edits the content of a specified review comment.
679
+
680
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
681
+
682
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
683
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
684
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
685
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
686
+
687
+ See also: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request
688
+ """
527
689
 
528
690
  from ..models import (
529
691
  PullRequestReviewComment,
@@ -586,7 +748,21 @@ class PullsClient:
586
748
  data: Missing[ReposOwnerRepoPullsCommentsCommentIdPatchBodyType] = UNSET,
587
749
  **kwargs,
588
750
  ) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
589
- """See also: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request"""
751
+ """pulls/update-review-comment
752
+
753
+ PATCH /repos/{owner}/{repo}/pulls/comments/{comment_id}
754
+
755
+ Edits the content of a specified review comment.
756
+
757
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
758
+
759
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
760
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
761
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
762
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
763
+
764
+ See also: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request
765
+ """
590
766
 
591
767
  from ..models import (
592
768
  PullRequestReviewComment,
@@ -624,7 +800,36 @@ class PullsClient:
624
800
  *,
625
801
  headers: Optional[Mapping[str, str]] = None,
626
802
  ) -> Response[PullRequest, PullRequestType]:
627
- """See also: https://docs.github.com/rest/pulls/pulls#get-a-pull-request"""
803
+ """pulls/get
804
+
805
+ GET /repos/{owner}/{repo}/pulls/{pull_number}
806
+
807
+ Draft pull requests are available in public repositories with GitHub Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing plans, and in public and private repositories with GitHub Team and GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products) in the GitHub Help documentation.
808
+
809
+ Lists details of a pull request by providing its number.
810
+
811
+ When you get, [create](https://docs.github.com/rest/pulls/pulls/#create-a-pull-request), or [edit](https://docs.github.com/rest/pulls/pulls#update-a-pull-request) a pull request, GitHub creates a merge commit to test whether the pull request can be automatically merged into the base branch. This test commit is not added to the base branch or the head branch. You can review the status of the test commit using the `mergeable` key. For more information, see "[Checking mergeability of pull requests](https://docs.github.com/rest/guides/getting-started-with-the-git-database-api#checking-mergeability-of-pull-requests)".
812
+
813
+ The value of the `mergeable` attribute can be `true`, `false`, or `null`. If the value is `null`, then GitHub has started a background job to compute the mergeability. After giving the job time to complete, resubmit the request. When the job finishes, you will see a non-`null` value for the `mergeable` attribute in the response. If `mergeable` is `true`, then `merge_commit_sha` will be the SHA of the _test_ merge commit.
814
+
815
+ The value of the `merge_commit_sha` attribute changes depending on the state of the pull request. Before merging a pull request, the `merge_commit_sha` attribute holds the SHA of the _test_ merge commit. After merging a pull request, the `merge_commit_sha` attribute changes depending on how you merged the pull request:
816
+
817
+ * If merged as a [merge commit](https://docs.github.com/articles/about-merge-methods-on-github/), `merge_commit_sha` represents the SHA of the merge commit.
818
+ * If merged via a [squash](https://docs.github.com/articles/about-merge-methods-on-github/#squashing-your-merge-commits), `merge_commit_sha` represents the SHA of the squashed commit on the base branch.
819
+ * If [rebased](https://docs.github.com/articles/about-merge-methods-on-github/#rebasing-and-merging-your-commits), `merge_commit_sha` represents the commit that the base branch was updated to.
820
+
821
+ Pass the appropriate [media type](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types) to fetch diff and patch formats.
822
+
823
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
824
+
825
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
826
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
827
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
828
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
829
+ - **`application/vnd.github.diff`**: For more information, see "[git-diff](https://git-scm.com/docs/git-diff)" in the Git documentation. If a diff is corrupt, contact us through the [GitHub Support portal](https://support.github.com/). Include the repository name and pull request ID in your message.
830
+
831
+ See also: https://docs.github.com/rest/pulls/pulls#get-a-pull-request
832
+ """
628
833
 
629
834
  from ..models import (
630
835
  BasicError,
@@ -657,7 +862,36 @@ class PullsClient:
657
862
  *,
658
863
  headers: Optional[Mapping[str, str]] = None,
659
864
  ) -> Response[PullRequest, PullRequestType]:
660
- """See also: https://docs.github.com/rest/pulls/pulls#get-a-pull-request"""
865
+ """pulls/get
866
+
867
+ GET /repos/{owner}/{repo}/pulls/{pull_number}
868
+
869
+ Draft pull requests are available in public repositories with GitHub Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing plans, and in public and private repositories with GitHub Team and GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products) in the GitHub Help documentation.
870
+
871
+ Lists details of a pull request by providing its number.
872
+
873
+ When you get, [create](https://docs.github.com/rest/pulls/pulls/#create-a-pull-request), or [edit](https://docs.github.com/rest/pulls/pulls#update-a-pull-request) a pull request, GitHub creates a merge commit to test whether the pull request can be automatically merged into the base branch. This test commit is not added to the base branch or the head branch. You can review the status of the test commit using the `mergeable` key. For more information, see "[Checking mergeability of pull requests](https://docs.github.com/rest/guides/getting-started-with-the-git-database-api#checking-mergeability-of-pull-requests)".
874
+
875
+ The value of the `mergeable` attribute can be `true`, `false`, or `null`. If the value is `null`, then GitHub has started a background job to compute the mergeability. After giving the job time to complete, resubmit the request. When the job finishes, you will see a non-`null` value for the `mergeable` attribute in the response. If `mergeable` is `true`, then `merge_commit_sha` will be the SHA of the _test_ merge commit.
876
+
877
+ The value of the `merge_commit_sha` attribute changes depending on the state of the pull request. Before merging a pull request, the `merge_commit_sha` attribute holds the SHA of the _test_ merge commit. After merging a pull request, the `merge_commit_sha` attribute changes depending on how you merged the pull request:
878
+
879
+ * If merged as a [merge commit](https://docs.github.com/articles/about-merge-methods-on-github/), `merge_commit_sha` represents the SHA of the merge commit.
880
+ * If merged via a [squash](https://docs.github.com/articles/about-merge-methods-on-github/#squashing-your-merge-commits), `merge_commit_sha` represents the SHA of the squashed commit on the base branch.
881
+ * If [rebased](https://docs.github.com/articles/about-merge-methods-on-github/#rebasing-and-merging-your-commits), `merge_commit_sha` represents the commit that the base branch was updated to.
882
+
883
+ Pass the appropriate [media type](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types) to fetch diff and patch formats.
884
+
885
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
886
+
887
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
888
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
889
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
890
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
891
+ - **`application/vnd.github.diff`**: For more information, see "[git-diff](https://git-scm.com/docs/git-diff)" in the Git documentation. If a diff is corrupt, contact us through the [GitHub Support portal](https://support.github.com/). Include the repository name and pull request ID in your message.
892
+
893
+ See also: https://docs.github.com/rest/pulls/pulls#get-a-pull-request
894
+ """
661
895
 
662
896
  from ..models import (
663
897
  BasicError,
@@ -719,7 +953,23 @@ class PullsClient:
719
953
  data: Missing[ReposOwnerRepoPullsPullNumberPatchBodyType] = UNSET,
720
954
  **kwargs,
721
955
  ) -> Response[PullRequest, PullRequestType]:
722
- """See also: https://docs.github.com/rest/pulls/pulls#update-a-pull-request"""
956
+ """pulls/update
957
+
958
+ PATCH /repos/{owner}/{repo}/pulls/{pull_number}
959
+
960
+ Draft pull requests are available in public repositories with GitHub Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing plans, and in public and private repositories with GitHub Team and GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products) in the GitHub Help documentation.
961
+
962
+ To open or update a pull request in a public repository, you must have write access to the head or the source branch. For organization-owned repositories, you must be a member of the organization that owns the repository to open or update a pull request.
963
+
964
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
965
+
966
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
967
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
968
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
969
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
970
+
971
+ See also: https://docs.github.com/rest/pulls/pulls#update-a-pull-request
972
+ """
723
973
 
724
974
  from ..models import (
725
975
  BasicError,
@@ -790,7 +1040,23 @@ class PullsClient:
790
1040
  data: Missing[ReposOwnerRepoPullsPullNumberPatchBodyType] = UNSET,
791
1041
  **kwargs,
792
1042
  ) -> Response[PullRequest, PullRequestType]:
793
- """See also: https://docs.github.com/rest/pulls/pulls#update-a-pull-request"""
1043
+ """pulls/update
1044
+
1045
+ PATCH /repos/{owner}/{repo}/pulls/{pull_number}
1046
+
1047
+ Draft pull requests are available in public repositories with GitHub Free and GitHub Free for organizations, GitHub Pro, and legacy per-repository billing plans, and in public and private repositories with GitHub Team and GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/github/getting-started-with-github/githubs-products) in the GitHub Help documentation.
1048
+
1049
+ To open or update a pull request in a public repository, you must have write access to the head or the source branch. For organization-owned repositories, you must be a member of the organization that owns the repository to open or update a pull request.
1050
+
1051
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
1052
+
1053
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
1054
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
1055
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
1056
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
1057
+
1058
+ See also: https://docs.github.com/rest/pulls/pulls#update-a-pull-request
1059
+ """
794
1060
 
795
1061
  from ..models import (
796
1062
  BasicError,
@@ -837,7 +1103,22 @@ class PullsClient:
837
1103
  page: Missing[int] = UNSET,
838
1104
  headers: Optional[Mapping[str, str]] = None,
839
1105
  ) -> Response[list[PullRequestReviewComment], list[PullRequestReviewCommentType]]:
840
- """See also: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request"""
1106
+ """pulls/list-review-comments
1107
+
1108
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/comments
1109
+
1110
+ Lists all review comments for a specified pull request. By default, review comments
1111
+ are in ascending order by ID.
1112
+
1113
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
1114
+
1115
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
1116
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
1117
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
1118
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
1119
+
1120
+ See also: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request
1121
+ """
841
1122
 
842
1123
  from ..models import PullRequestReviewComment
843
1124
 
@@ -874,7 +1155,22 @@ class PullsClient:
874
1155
  page: Missing[int] = UNSET,
875
1156
  headers: Optional[Mapping[str, str]] = None,
876
1157
  ) -> Response[list[PullRequestReviewComment], list[PullRequestReviewCommentType]]:
877
- """See also: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request"""
1158
+ """pulls/list-review-comments
1159
+
1160
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/comments
1161
+
1162
+ Lists all review comments for a specified pull request. By default, review comments
1163
+ are in ascending order by ID.
1164
+
1165
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
1166
+
1167
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
1168
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
1169
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
1170
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
1171
+
1172
+ See also: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request
1173
+ """
878
1174
 
879
1175
  from ..models import PullRequestReviewComment
880
1176
 
@@ -940,7 +1236,28 @@ class PullsClient:
940
1236
  data: Missing[ReposOwnerRepoPullsPullNumberCommentsPostBodyType] = UNSET,
941
1237
  **kwargs,
942
1238
  ) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
943
- """See also: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request"""
1239
+ """pulls/create-review-comment
1240
+
1241
+ POST /repos/{owner}/{repo}/pulls/{pull_number}/comments
1242
+
1243
+ Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see "[Create an issue comment](https://docs.github.com/rest/issues/comments#create-an-issue-comment)."
1244
+
1245
+ If your comment applies to more than one line in the pull request diff, you should use the parameters `line`, `side`, and optionally `start_line` and `start_side` in your request.
1246
+
1247
+ The `position` parameter is closing down. If you use `position`, the `line`, `side`, `start_line`, and `start_side` parameters are not required.
1248
+
1249
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)"
1250
+ and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
1251
+
1252
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
1253
+
1254
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
1255
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
1256
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
1257
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
1258
+
1259
+ See also: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request
1260
+ """
944
1261
 
945
1262
  from ..models import (
946
1263
  BasicError,
@@ -1018,7 +1335,28 @@ class PullsClient:
1018
1335
  data: Missing[ReposOwnerRepoPullsPullNumberCommentsPostBodyType] = UNSET,
1019
1336
  **kwargs,
1020
1337
  ) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
1021
- """See also: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request"""
1338
+ """pulls/create-review-comment
1339
+
1340
+ POST /repos/{owner}/{repo}/pulls/{pull_number}/comments
1341
+
1342
+ Creates a review comment on the diff of a specified pull request. To add a regular comment to a pull request timeline, see "[Create an issue comment](https://docs.github.com/rest/issues/comments#create-an-issue-comment)."
1343
+
1344
+ If your comment applies to more than one line in the pull request diff, you should use the parameters `line`, `side`, and optionally `start_line` and `start_side` in your request.
1345
+
1346
+ The `position` parameter is closing down. If you use `position`, the `line`, `side`, `start_line`, and `start_side` parameters are not required.
1347
+
1348
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)"
1349
+ and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
1350
+
1351
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
1352
+
1353
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
1354
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
1355
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
1356
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
1357
+
1358
+ See also: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request
1359
+ """
1022
1360
 
1023
1361
  from ..models import (
1024
1362
  BasicError,
@@ -1092,7 +1430,24 @@ class PullsClient:
1092
1430
  ] = UNSET,
1093
1431
  **kwargs,
1094
1432
  ) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
1095
- """See also: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment"""
1433
+ """pulls/create-reply-for-review-comment
1434
+
1435
+ POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies
1436
+
1437
+ Creates a reply to a review comment for a pull request. For the `comment_id`, provide the ID of the review comment you are replying to. This must be the ID of a _top-level review comment_, not a reply to that comment. Replies to replies are not supported.
1438
+
1439
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)"
1440
+ and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
1441
+
1442
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
1443
+
1444
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
1445
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
1446
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
1447
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
1448
+
1449
+ See also: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment
1450
+ """
1096
1451
 
1097
1452
  from ..models import (
1098
1453
  BasicError,
@@ -1164,7 +1519,24 @@ class PullsClient:
1164
1519
  ] = UNSET,
1165
1520
  **kwargs,
1166
1521
  ) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
1167
- """See also: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment"""
1522
+ """pulls/create-reply-for-review-comment
1523
+
1524
+ POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies
1525
+
1526
+ Creates a reply to a review comment for a pull request. For the `comment_id`, provide the ID of the review comment you are replying to. This must be the ID of a _top-level review comment_, not a reply to that comment. Replies to replies are not supported.
1527
+
1528
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)"
1529
+ and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
1530
+
1531
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
1532
+
1533
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
1534
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
1535
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
1536
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
1537
+
1538
+ See also: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment
1539
+ """
1168
1540
 
1169
1541
  from ..models import (
1170
1542
  BasicError,
@@ -1208,7 +1580,23 @@ class PullsClient:
1208
1580
  page: Missing[int] = UNSET,
1209
1581
  headers: Optional[Mapping[str, str]] = None,
1210
1582
  ) -> Response[list[Commit], list[CommitType]]:
1211
- """See also: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request"""
1583
+ """pulls/list-commits
1584
+
1585
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/commits
1586
+
1587
+ Lists a maximum of 250 commits for a pull request. To receive a complete
1588
+ commit list for pull requests with more than 250 commits, use the [List commits](https://docs.github.com/rest/commits/commits#list-commits)
1589
+ endpoint.
1590
+
1591
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
1592
+
1593
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
1594
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
1595
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
1596
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
1597
+
1598
+ See also: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request
1599
+ """
1212
1600
 
1213
1601
  from ..models import Commit
1214
1602
 
@@ -1239,7 +1627,23 @@ class PullsClient:
1239
1627
  page: Missing[int] = UNSET,
1240
1628
  headers: Optional[Mapping[str, str]] = None,
1241
1629
  ) -> Response[list[Commit], list[CommitType]]:
1242
- """See also: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request"""
1630
+ """pulls/list-commits
1631
+
1632
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/commits
1633
+
1634
+ Lists a maximum of 250 commits for a pull request. To receive a complete
1635
+ commit list for pull requests with more than 250 commits, use the [List commits](https://docs.github.com/rest/commits/commits#list-commits)
1636
+ endpoint.
1637
+
1638
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
1639
+
1640
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
1641
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
1642
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
1643
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
1644
+
1645
+ See also: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request
1646
+ """
1243
1647
 
1244
1648
  from ..models import Commit
1245
1649
 
@@ -1270,7 +1674,24 @@ class PullsClient:
1270
1674
  page: Missing[int] = UNSET,
1271
1675
  headers: Optional[Mapping[str, str]] = None,
1272
1676
  ) -> Response[list[DiffEntry], list[DiffEntryType]]:
1273
- """See also: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files"""
1677
+ """pulls/list-files
1678
+
1679
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/files
1680
+
1681
+ Lists the files in a specified pull request.
1682
+
1683
+ > [!NOTE]
1684
+ > Responses include a maximum of 3000 files. The paginated response returns 30 files per page by default.
1685
+
1686
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
1687
+
1688
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
1689
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
1690
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
1691
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
1692
+
1693
+ See also: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files
1694
+ """
1274
1695
 
1275
1696
  from ..models import (
1276
1697
  BasicError,
@@ -1311,7 +1732,24 @@ class PullsClient:
1311
1732
  page: Missing[int] = UNSET,
1312
1733
  headers: Optional[Mapping[str, str]] = None,
1313
1734
  ) -> Response[list[DiffEntry], list[DiffEntryType]]:
1314
- """See also: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files"""
1735
+ """pulls/list-files
1736
+
1737
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/files
1738
+
1739
+ Lists the files in a specified pull request.
1740
+
1741
+ > [!NOTE]
1742
+ > Responses include a maximum of 3000 files. The paginated response returns 30 files per page by default.
1743
+
1744
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
1745
+
1746
+ - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
1747
+ - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
1748
+ - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
1749
+ - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
1750
+
1751
+ See also: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files
1752
+ """
1315
1753
 
1316
1754
  from ..models import (
1317
1755
  BasicError,
@@ -1350,7 +1788,14 @@ class PullsClient:
1350
1788
  *,
1351
1789
  headers: Optional[Mapping[str, str]] = None,
1352
1790
  ) -> Response:
1353
- """See also: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged"""
1791
+ """pulls/check-if-merged
1792
+
1793
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/merge
1794
+
1795
+ Checks if a pull request has been merged into the base branch. The HTTP status of the response indicates whether or not the pull request has been merged; the response body is empty.
1796
+
1797
+ See also: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged
1798
+ """
1354
1799
 
1355
1800
  url = f"/repos/{owner}/{repo}/pulls/{pull_number}/merge"
1356
1801
 
@@ -1371,7 +1816,14 @@ class PullsClient:
1371
1816
  *,
1372
1817
  headers: Optional[Mapping[str, str]] = None,
1373
1818
  ) -> Response:
1374
- """See also: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged"""
1819
+ """pulls/check-if-merged
1820
+
1821
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/merge
1822
+
1823
+ Checks if a pull request has been merged into the base branch. The HTTP status of the response indicates whether or not the pull request has been merged; the response body is empty.
1824
+
1825
+ See also: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged
1826
+ """
1375
1827
 
1376
1828
  url = f"/repos/{owner}/{repo}/pulls/{pull_number}/merge"
1377
1829
 
@@ -1424,7 +1876,15 @@ class PullsClient:
1424
1876
  ] = UNSET,
1425
1877
  **kwargs,
1426
1878
  ) -> Response[PullRequestMergeResult, PullRequestMergeResultType]:
1427
- """See also: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request"""
1879
+ """pulls/merge
1880
+
1881
+ PUT /repos/{owner}/{repo}/pulls/{pull_number}/merge
1882
+
1883
+ Merges a pull request into the base branch.
1884
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
1885
+
1886
+ See also: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request
1887
+ """
1428
1888
 
1429
1889
  from typing import Union
1430
1890
 
@@ -1507,7 +1967,15 @@ class PullsClient:
1507
1967
  ] = UNSET,
1508
1968
  **kwargs,
1509
1969
  ) -> Response[PullRequestMergeResult, PullRequestMergeResultType]:
1510
- """See also: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request"""
1970
+ """pulls/merge
1971
+
1972
+ PUT /repos/{owner}/{repo}/pulls/{pull_number}/merge
1973
+
1974
+ Merges a pull request into the base branch.
1975
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
1976
+
1977
+ See also: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request
1978
+ """
1511
1979
 
1512
1980
  from typing import Union
1513
1981
 
@@ -1558,7 +2026,14 @@ class PullsClient:
1558
2026
  *,
1559
2027
  headers: Optional[Mapping[str, str]] = None,
1560
2028
  ) -> Response[PullRequestReviewRequest, PullRequestReviewRequestType]:
1561
- """See also: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request"""
2029
+ """pulls/list-requested-reviewers
2030
+
2031
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers
2032
+
2033
+ Gets the users or teams whose review is requested for a pull request. Once a requested reviewer submits a review, they are no longer considered a requested reviewer. Their review will instead be returned by the [List reviews for a pull request](https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request) operation.
2034
+
2035
+ See also: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request
2036
+ """
1562
2037
 
1563
2038
  from ..models import PullRequestReviewRequest
1564
2039
 
@@ -1581,7 +2056,14 @@ class PullsClient:
1581
2056
  *,
1582
2057
  headers: Optional[Mapping[str, str]] = None,
1583
2058
  ) -> Response[PullRequestReviewRequest, PullRequestReviewRequestType]:
1584
- """See also: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request"""
2059
+ """pulls/list-requested-reviewers
2060
+
2061
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers
2062
+
2063
+ Gets the users or teams whose review is requested for a pull request. Once a requested reviewer submits a review, they are no longer considered a requested reviewer. Their review will instead be returned by the [List reviews for a pull request](https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request) operation.
2064
+
2065
+ See also: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request
2066
+ """
1585
2067
 
1586
2068
  from ..models import PullRequestReviewRequest
1587
2069
 
@@ -1653,7 +2135,15 @@ class PullsClient:
1653
2135
  ] = UNSET,
1654
2136
  **kwargs,
1655
2137
  ) -> Response[PullRequestSimple, PullRequestSimpleType]:
1656
- """See also: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request"""
2138
+ """pulls/request-reviewers
2139
+
2140
+ POST /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers
2141
+
2142
+ Requests reviews for a pull request from a given set of users and/or teams.
2143
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
2144
+
2145
+ See also: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
2146
+ """
1657
2147
 
1658
2148
  from typing import Union
1659
2149
 
@@ -1751,7 +2241,15 @@ class PullsClient:
1751
2241
  ] = UNSET,
1752
2242
  **kwargs,
1753
2243
  ) -> Response[PullRequestSimple, PullRequestSimpleType]:
1754
- """See also: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request"""
2244
+ """pulls/request-reviewers
2245
+
2246
+ POST /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers
2247
+
2248
+ Requests reviews for a pull request from a given set of users and/or teams.
2249
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
2250
+
2251
+ See also: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
2252
+ """
1755
2253
 
1756
2254
  from typing import Union
1757
2255
 
@@ -1828,7 +2326,14 @@ class PullsClient:
1828
2326
  ] = UNSET,
1829
2327
  **kwargs,
1830
2328
  ) -> Response[PullRequestSimple, PullRequestSimpleType]:
1831
- """See also: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request"""
2329
+ """pulls/remove-requested-reviewers
2330
+
2331
+ DELETE /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers
2332
+
2333
+ Removes review requests from a pull request for a given set of users and/or teams.
2334
+
2335
+ See also: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request
2336
+ """
1832
2337
 
1833
2338
  from ..models import (
1834
2339
  PullRequestSimple,
@@ -1898,7 +2403,14 @@ class PullsClient:
1898
2403
  ] = UNSET,
1899
2404
  **kwargs,
1900
2405
  ) -> Response[PullRequestSimple, PullRequestSimpleType]:
1901
- """See also: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request"""
2406
+ """pulls/remove-requested-reviewers
2407
+
2408
+ DELETE /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers
2409
+
2410
+ Removes review requests from a pull request for a given set of users and/or teams.
2411
+
2412
+ See also: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request
2413
+ """
1902
2414
 
1903
2415
  from ..models import (
1904
2416
  PullRequestSimple,
@@ -1942,7 +2454,21 @@ class PullsClient:
1942
2454
  page: Missing[int] = UNSET,
1943
2455
  headers: Optional[Mapping[str, str]] = None,
1944
2456
  ) -> Response[list[PullRequestReview], list[PullRequestReviewType]]:
1945
- """See also: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request"""
2457
+ """pulls/list-reviews
2458
+
2459
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews
2460
+
2461
+ Lists all reviews for a specified pull request. The list of reviews returns in chronological order.
2462
+
2463
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
2464
+
2465
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
2466
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
2467
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
2468
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
2469
+
2470
+ See also: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request
2471
+ """
1946
2472
 
1947
2473
  from ..models import PullRequestReview
1948
2474
 
@@ -1973,7 +2499,21 @@ class PullsClient:
1973
2499
  page: Missing[int] = UNSET,
1974
2500
  headers: Optional[Mapping[str, str]] = None,
1975
2501
  ) -> Response[list[PullRequestReview], list[PullRequestReviewType]]:
1976
- """See also: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request"""
2502
+ """pulls/list-reviews
2503
+
2504
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews
2505
+
2506
+ Lists all reviews for a specified pull request. The list of reviews returns in chronological order.
2507
+
2508
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
2509
+
2510
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
2511
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
2512
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
2513
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
2514
+
2515
+ See also: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request
2516
+ """
1977
2517
 
1978
2518
  from ..models import PullRequestReview
1979
2519
 
@@ -2032,7 +2572,30 @@ class PullsClient:
2032
2572
  data: Missing[ReposOwnerRepoPullsPullNumberReviewsPostBodyType] = UNSET,
2033
2573
  **kwargs,
2034
2574
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2035
- """See also: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request"""
2575
+ """pulls/create-review
2576
+
2577
+ POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews
2578
+
2579
+ Creates a review on a specified pull request.
2580
+
2581
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
2582
+
2583
+ Pull request reviews created in the `PENDING` state are not submitted and therefore do not include the `submitted_at` property in the response. To create a pending review for a pull request, leave the `event` parameter blank. For more information about submitting a `PENDING` review, see "[Submit a review for a pull request](https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request)."
2584
+
2585
+ > [!NOTE]
2586
+ > To comment on a specific line in a file, you need to first determine the position of that line in the diff. To see a pull request diff, add the `application/vnd.github.v3.diff` media type to the `Accept` header of a call to the [Get a pull request](https://docs.github.com/rest/pulls/pulls#get-a-pull-request) endpoint.
2587
+
2588
+ The `position` value equals the number of lines down from the first "@@" hunk header in the file you want to add a comment. The line just below the "@@" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
2589
+
2590
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
2591
+
2592
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
2593
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
2594
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
2595
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
2596
+
2597
+ See also: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request
2598
+ """
2036
2599
 
2037
2600
  from ..models import (
2038
2601
  BasicError,
@@ -2106,7 +2669,30 @@ class PullsClient:
2106
2669
  data: Missing[ReposOwnerRepoPullsPullNumberReviewsPostBodyType] = UNSET,
2107
2670
  **kwargs,
2108
2671
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2109
- """See also: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request"""
2672
+ """pulls/create-review
2673
+
2674
+ POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews
2675
+
2676
+ Creates a review on a specified pull request.
2677
+
2678
+ This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)."
2679
+
2680
+ Pull request reviews created in the `PENDING` state are not submitted and therefore do not include the `submitted_at` property in the response. To create a pending review for a pull request, leave the `event` parameter blank. For more information about submitting a `PENDING` review, see "[Submit a review for a pull request](https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request)."
2681
+
2682
+ > [!NOTE]
2683
+ > To comment on a specific line in a file, you need to first determine the position of that line in the diff. To see a pull request diff, add the `application/vnd.github.v3.diff` media type to the `Accept` header of a call to the [Get a pull request](https://docs.github.com/rest/pulls/pulls#get-a-pull-request) endpoint.
2684
+
2685
+ The `position` value equals the number of lines down from the first "@@" hunk header in the file you want to add a comment. The line just below the "@@" line is position 1, the next line is position 2, and so on. The position in the diff continues to increase through lines of whitespace and additional hunks until the beginning of a new file.
2686
+
2687
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
2688
+
2689
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
2690
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
2691
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
2692
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
2693
+
2694
+ See also: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request
2695
+ """
2110
2696
 
2111
2697
  from ..models import (
2112
2698
  BasicError,
@@ -2151,7 +2737,21 @@ class PullsClient:
2151
2737
  *,
2152
2738
  headers: Optional[Mapping[str, str]] = None,
2153
2739
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2154
- """See also: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request"""
2740
+ """pulls/get-review
2741
+
2742
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}
2743
+
2744
+ Retrieves a pull request review by its ID.
2745
+
2746
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
2747
+
2748
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
2749
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
2750
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
2751
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
2752
+
2753
+ See also: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request
2754
+ """
2155
2755
 
2156
2756
  from ..models import BasicError, PullRequestReview
2157
2757
 
@@ -2178,7 +2778,21 @@ class PullsClient:
2178
2778
  *,
2179
2779
  headers: Optional[Mapping[str, str]] = None,
2180
2780
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2181
- """See also: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request"""
2781
+ """pulls/get-review
2782
+
2783
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}
2784
+
2785
+ Retrieves a pull request review by its ID.
2786
+
2787
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
2788
+
2789
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
2790
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
2791
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
2792
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
2793
+
2794
+ See also: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request
2795
+ """
2182
2796
 
2183
2797
  from ..models import BasicError, PullRequestReview
2184
2798
 
@@ -2232,7 +2846,21 @@ class PullsClient:
2232
2846
  data: Missing[ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType] = UNSET,
2233
2847
  **kwargs,
2234
2848
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2235
- """See also: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request"""
2849
+ """pulls/update-review
2850
+
2851
+ PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}
2852
+
2853
+ Updates the contents of a specified review summary comment.
2854
+
2855
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
2856
+
2857
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
2858
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
2859
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
2860
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
2861
+
2862
+ See also: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request
2863
+ """
2236
2864
 
2237
2865
  from ..models import (
2238
2866
  PullRequestReview,
@@ -2302,7 +2930,21 @@ class PullsClient:
2302
2930
  data: Missing[ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType] = UNSET,
2303
2931
  **kwargs,
2304
2932
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2305
- """See also: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request"""
2933
+ """pulls/update-review
2934
+
2935
+ PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}
2936
+
2937
+ Updates the contents of a specified review summary comment.
2938
+
2939
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
2940
+
2941
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
2942
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
2943
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
2944
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
2945
+
2946
+ See also: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request
2947
+ """
2306
2948
 
2307
2949
  from ..models import (
2308
2950
  PullRequestReview,
@@ -2345,7 +2987,21 @@ class PullsClient:
2345
2987
  *,
2346
2988
  headers: Optional[Mapping[str, str]] = None,
2347
2989
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2348
- """See also: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request"""
2990
+ """pulls/delete-pending-review
2991
+
2992
+ DELETE /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}
2993
+
2994
+ Deletes a pull request review that has not been submitted. Submitted reviews cannot be deleted.
2995
+
2996
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
2997
+
2998
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
2999
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
3000
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
3001
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
3002
+
3003
+ See also: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request
3004
+ """
2349
3005
 
2350
3006
  from ..models import BasicError, PullRequestReview, ValidationErrorSimple
2351
3007
 
@@ -2373,7 +3029,21 @@ class PullsClient:
2373
3029
  *,
2374
3030
  headers: Optional[Mapping[str, str]] = None,
2375
3031
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2376
- """See also: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request"""
3032
+ """pulls/delete-pending-review
3033
+
3034
+ DELETE /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}
3035
+
3036
+ Deletes a pull request review that has not been submitted. Submitted reviews cannot be deleted.
3037
+
3038
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
3039
+
3040
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
3041
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
3042
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
3043
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
3044
+
3045
+ See also: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request
3046
+ """
2377
3047
 
2378
3048
  from ..models import BasicError, PullRequestReview, ValidationErrorSimple
2379
3049
 
@@ -2403,7 +3073,21 @@ class PullsClient:
2403
3073
  page: Missing[int] = UNSET,
2404
3074
  headers: Optional[Mapping[str, str]] = None,
2405
3075
  ) -> Response[list[ReviewComment], list[ReviewCommentType]]:
2406
- """See also: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review"""
3076
+ """pulls/list-comments-for-review
3077
+
3078
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments
3079
+
3080
+ Lists comments for a specific pull request review.
3081
+
3082
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
3083
+
3084
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
3085
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
3086
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
3087
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
3088
+
3089
+ See also: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review
3090
+ """
2407
3091
 
2408
3092
  from ..models import BasicError, ReviewComment
2409
3093
 
@@ -2438,7 +3122,21 @@ class PullsClient:
2438
3122
  page: Missing[int] = UNSET,
2439
3123
  headers: Optional[Mapping[str, str]] = None,
2440
3124
  ) -> Response[list[ReviewComment], list[ReviewCommentType]]:
2441
- """See also: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review"""
3125
+ """pulls/list-comments-for-review
3126
+
3127
+ GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments
3128
+
3129
+ Lists comments for a specific pull request review.
3130
+
3131
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
3132
+
3133
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
3134
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
3135
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
3136
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
3137
+
3138
+ See also: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review
3139
+ """
2442
3140
 
2443
3141
  from ..models import BasicError, ReviewComment
2444
3142
 
@@ -2501,7 +3199,24 @@ class PullsClient:
2501
3199
  ] = UNSET,
2502
3200
  **kwargs,
2503
3201
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2504
- """See also: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request"""
3202
+ """pulls/dismiss-review
3203
+
3204
+ PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals
3205
+
3206
+ Dismisses a specified review on a pull request.
3207
+
3208
+ > [!NOTE]
3209
+ > To dismiss a pull request review on a [protected branch](https://docs.github.com/rest/branches/branch-protection), you must be a repository administrator or be included in the list of people or teams who can dismiss pull request reviews.
3210
+
3211
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
3212
+
3213
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
3214
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
3215
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
3216
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
3217
+
3218
+ See also: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request
3219
+ """
2505
3220
 
2506
3221
  from ..models import (
2507
3222
  BasicError,
@@ -2578,7 +3293,24 @@ class PullsClient:
2578
3293
  ] = UNSET,
2579
3294
  **kwargs,
2580
3295
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2581
- """See also: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request"""
3296
+ """pulls/dismiss-review
3297
+
3298
+ PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals
3299
+
3300
+ Dismisses a specified review on a pull request.
3301
+
3302
+ > [!NOTE]
3303
+ > To dismiss a pull request review on a [protected branch](https://docs.github.com/rest/branches/branch-protection), you must be a repository administrator or be included in the list of people or teams who can dismiss pull request reviews.
3304
+
3305
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
3306
+
3307
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
3308
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
3309
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
3310
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
3311
+
3312
+ See also: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request
3313
+ """
2582
3314
 
2583
3315
  from ..models import (
2584
3316
  BasicError,
@@ -2655,7 +3387,21 @@ class PullsClient:
2655
3387
  ] = UNSET,
2656
3388
  **kwargs,
2657
3389
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2658
- """See also: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request"""
3390
+ """pulls/submit-review
3391
+
3392
+ POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events
3393
+
3394
+ Submits a pending review for a pull request. For more information about creating a pending review for a pull request, see "[Create a review for a pull request](https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request)."
3395
+
3396
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
3397
+
3398
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
3399
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
3400
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
3401
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
3402
+
3403
+ See also: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request
3404
+ """
2659
3405
 
2660
3406
  from ..models import (
2661
3407
  BasicError,
@@ -2731,7 +3477,21 @@ class PullsClient:
2731
3477
  ] = UNSET,
2732
3478
  **kwargs,
2733
3479
  ) -> Response[PullRequestReview, PullRequestReviewType]:
2734
- """See also: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request"""
3480
+ """pulls/submit-review
3481
+
3482
+ POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events
3483
+
3484
+ Submits a pending review for a pull request. For more information about creating a pending review for a pull request, see "[Create a review for a pull request](https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request)."
3485
+
3486
+ This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."
3487
+
3488
+ - **`application/vnd.github-commitcomment.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.
3489
+ - **`application/vnd.github-commitcomment.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.
3490
+ - **`application/vnd.github-commitcomment.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.
3491
+ - **`application/vnd.github-commitcomment.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
3492
+
3493
+ See also: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request
3494
+ """
2735
3495
 
2736
3496
  from ..models import (
2737
3497
  BasicError,
@@ -2814,7 +3574,15 @@ class PullsClient:
2814
3574
  ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202,
2815
3575
  ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type,
2816
3576
  ]:
2817
- """See also: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch"""
3577
+ """pulls/update-branch
3578
+
3579
+ PUT /repos/{owner}/{repo}/pulls/{pull_number}/update-branch
3580
+
3581
+ Updates the pull request branch with the latest upstream changes by merging HEAD from the base branch into the pull request branch.
3582
+ Note: If making a request on behalf of a GitHub App you must also have permissions to write the contents of the head repository.
3583
+
3584
+ See also: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch
3585
+ """
2818
3586
 
2819
3587
  from typing import Union
2820
3588
 
@@ -2898,7 +3666,15 @@ class PullsClient:
2898
3666
  ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202,
2899
3667
  ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type,
2900
3668
  ]:
2901
- """See also: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch"""
3669
+ """pulls/update-branch
3670
+
3671
+ PUT /repos/{owner}/{repo}/pulls/{pull_number}/update-branch
3672
+
3673
+ Updates the pull request branch with the latest upstream changes by merging HEAD from the base branch into the pull request branch.
3674
+ Note: If making a request on behalf of a GitHub App you must also have permissions to write the contents of the head repository.
3675
+
3676
+ See also: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch
3677
+ """
2902
3678
 
2903
3679
  from typing import Union
2904
3680