GitHubKit 0.11.0a3__py3-none-any.whl → 0.11.1__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 (2140) hide show
  1. githubkit/compat.py +14 -0
  2. githubkit/config.py +17 -0
  3. githubkit/core.py +64 -27
  4. githubkit/github.py +4 -0
  5. githubkit/lazy_module.py +5 -7
  6. githubkit/log.py +3 -0
  7. githubkit/rest/__init__.py +36 -10
  8. githubkit/retry.py +74 -0
  9. githubkit/typing.py +24 -2
  10. githubkit/utils.py +0 -15
  11. githubkit/versions/latest/models.py +36 -10
  12. githubkit/versions/latest/types.py +36 -12
  13. githubkit/versions/v2022_11_28/models/__init__.py +4491 -4471
  14. githubkit/versions/v2022_11_28/models/group_0002.py +2 -2
  15. githubkit/versions/v2022_11_28/models/group_0027.py +3 -5
  16. githubkit/versions/v2022_11_28/models/group_0041.py +1 -3
  17. githubkit/versions/v2022_11_28/models/group_0091.py +14 -2
  18. githubkit/versions/v2022_11_28/models/group_0092.py +4 -2
  19. githubkit/versions/v2022_11_28/models/group_0095.py +16 -1
  20. githubkit/versions/v2022_11_28/models/group_0103.py +8 -10
  21. githubkit/versions/v2022_11_28/models/group_0104.py +26 -10
  22. githubkit/versions/v2022_11_28/models/group_0105.py +16 -41
  23. githubkit/versions/v2022_11_28/models/group_0106.py +12 -9
  24. githubkit/versions/v2022_11_28/models/group_0107.py +19 -6
  25. githubkit/versions/v2022_11_28/models/group_0108.py +41 -6
  26. githubkit/versions/v2022_11_28/models/group_0109.py +9 -12
  27. githubkit/versions/v2022_11_28/models/group_0110.py +6 -8
  28. githubkit/versions/v2022_11_28/models/group_0111.py +6 -13
  29. githubkit/versions/v2022_11_28/models/group_0112.py +16 -19
  30. githubkit/versions/v2022_11_28/models/group_0113.py +7 -16
  31. githubkit/versions/v2022_11_28/models/group_0114.py +11 -27
  32. githubkit/versions/v2022_11_28/models/group_0115.py +20 -15
  33. githubkit/versions/v2022_11_28/models/group_0116.py +14 -14
  34. githubkit/versions/v2022_11_28/models/group_0117.py +26 -10
  35. githubkit/versions/v2022_11_28/models/group_0118.py +12 -13
  36. githubkit/versions/v2022_11_28/models/group_0119.py +13 -12
  37. githubkit/versions/v2022_11_28/models/group_0120.py +12 -13
  38. githubkit/versions/v2022_11_28/models/group_0121.py +13 -12
  39. githubkit/versions/v2022_11_28/models/group_0122.py +12 -13
  40. githubkit/versions/v2022_11_28/models/group_0123.py +13 -12
  41. githubkit/versions/v2022_11_28/models/group_0124.py +12 -13
  42. githubkit/versions/v2022_11_28/models/group_0125.py +15 -13
  43. githubkit/versions/v2022_11_28/models/group_0126.py +10 -26
  44. githubkit/versions/v2022_11_28/models/group_0127.py +12 -112
  45. githubkit/versions/v2022_11_28/models/group_0128.py +17 -45
  46. githubkit/versions/v2022_11_28/models/group_0129.py +21 -75
  47. githubkit/versions/v2022_11_28/models/group_0130.py +116 -24
  48. githubkit/versions/v2022_11_28/models/group_0131.py +30 -173
  49. githubkit/versions/v2022_11_28/models/group_0132.py +61 -61
  50. githubkit/versions/v2022_11_28/models/group_0133.py +30 -14
  51. githubkit/versions/v2022_11_28/models/group_0134.py +184 -10
  52. githubkit/versions/v2022_11_28/models/group_0135.py +86 -118
  53. githubkit/versions/v2022_11_28/models/group_0136.py +10 -37
  54. githubkit/versions/v2022_11_28/models/group_0137.py +11 -30
  55. githubkit/versions/v2022_11_28/models/group_0138.py +109 -12
  56. githubkit/versions/v2022_11_28/models/group_0139.py +35 -11
  57. githubkit/versions/v2022_11_28/models/group_0140.py +21 -36
  58. githubkit/versions/v2022_11_28/models/group_0141.py +16 -145
  59. githubkit/versions/v2022_11_28/models/group_0142.py +11 -24
  60. githubkit/versions/v2022_11_28/models/group_0143.py +42 -12
  61. githubkit/versions/v2022_11_28/models/group_0144.py +147 -11
  62. githubkit/versions/v2022_11_28/models/group_0145.py +29 -8
  63. githubkit/versions/v2022_11_28/models/group_0146.py +15 -12
  64. githubkit/versions/v2022_11_28/models/group_0147.py +12 -17
  65. githubkit/versions/v2022_11_28/models/group_0148.py +8 -37
  66. githubkit/versions/v2022_11_28/models/group_0149.py +10 -28
  67. githubkit/versions/v2022_11_28/models/group_0150.py +16 -86
  68. githubkit/versions/v2022_11_28/models/group_0151.py +32 -13
  69. githubkit/versions/v2022_11_28/models/group_0152.py +28 -8
  70. githubkit/versions/v2022_11_28/models/group_0153.py +85 -9
  71. githubkit/versions/v2022_11_28/models/group_0154.py +12 -13
  72. githubkit/versions/v2022_11_28/models/group_0155.py +11 -8
  73. githubkit/versions/v2022_11_28/models/group_0156.py +14 -51
  74. githubkit/versions/v2022_11_28/models/group_0157.py +16 -43
  75. githubkit/versions/v2022_11_28/models/group_0158.py +7 -102
  76. githubkit/versions/v2022_11_28/models/group_0159.py +44 -39
  77. githubkit/versions/v2022_11_28/models/group_0160.py +44 -8
  78. githubkit/versions/v2022_11_28/models/group_0161.py +98 -11
  79. githubkit/versions/v2022_11_28/models/group_0162.py +23 -30
  80. githubkit/versions/v2022_11_28/models/group_0163.py +9 -48
  81. githubkit/versions/v2022_11_28/models/group_0164.py +11 -88
  82. githubkit/versions/v2022_11_28/models/group_0165.py +39 -38
  83. githubkit/versions/v2022_11_28/models/group_0166.py +39 -21
  84. githubkit/versions/v2022_11_28/models/group_0167.py +90 -11
  85. githubkit/versions/v2022_11_28/models/group_0168.py +48 -9
  86. githubkit/versions/v2022_11_28/models/group_0169.py +24 -30
  87. githubkit/versions/v2022_11_28/models/group_0170.py +12 -46
  88. githubkit/versions/v2022_11_28/models/group_0171.py +10 -124
  89. githubkit/versions/v2022_11_28/models/group_0172.py +20 -159
  90. githubkit/versions/v2022_11_28/models/group_0173.py +37 -21
  91. githubkit/versions/v2022_11_28/models/group_0174.py +122 -7
  92. githubkit/versions/v2022_11_28/models/group_0175.py +174 -10
  93. githubkit/versions/v2022_11_28/models/group_0176.py +31 -22
  94. githubkit/versions/v2022_11_28/models/group_0177.py +8 -44
  95. githubkit/versions/v2022_11_28/models/group_0178.py +8 -27
  96. githubkit/versions/v2022_11_28/models/group_0179.py +20 -33
  97. githubkit/versions/v2022_11_28/models/group_0180.py +36 -146
  98. githubkit/versions/v2022_11_28/models/group_0181.py +28 -27
  99. githubkit/versions/v2022_11_28/models/group_0182.py +27 -27
  100. githubkit/versions/v2022_11_28/models/group_0183.py +145 -22
  101. githubkit/versions/v2022_11_28/models/group_0184.py +20 -66
  102. githubkit/versions/v2022_11_28/models/group_0185.py +36 -18
  103. githubkit/versions/v2022_11_28/models/group_0186.py +24 -53
  104. githubkit/versions/v2022_11_28/models/group_0187.py +58 -23
  105. githubkit/versions/v2022_11_28/models/group_0188.py +17 -51
  106. githubkit/versions/v2022_11_28/models/group_0189.py +63 -92
  107. githubkit/versions/v2022_11_28/models/group_0190.py +33 -40
  108. githubkit/versions/v2022_11_28/models/group_0191.py +49 -11
  109. githubkit/versions/v2022_11_28/models/group_0192.py +81 -21
  110. githubkit/versions/v2022_11_28/models/group_0193.py +44 -38
  111. githubkit/versions/v2022_11_28/models/group_0194.py +13 -29
  112. githubkit/versions/v2022_11_28/models/group_0195.py +27 -11
  113. githubkit/versions/v2022_11_28/models/group_0196.py +37 -7
  114. githubkit/versions/v2022_11_28/models/group_0197.py +29 -18
  115. githubkit/versions/v2022_11_28/models/group_0198.py +11 -29
  116. githubkit/versions/v2022_11_28/models/group_0199.py +10 -9
  117. githubkit/versions/v2022_11_28/models/group_0200.py +13 -24
  118. githubkit/versions/v2022_11_28/models/group_0201.py +26 -51
  119. githubkit/versions/v2022_11_28/models/group_0202.py +7 -54
  120. githubkit/versions/v2022_11_28/models/group_0203.py +32 -22
  121. githubkit/versions/v2022_11_28/models/group_0204.py +58 -6
  122. githubkit/versions/v2022_11_28/models/group_0205.py +49 -15
  123. githubkit/versions/v2022_11_28/models/group_0206.py +16 -83
  124. githubkit/versions/v2022_11_28/models/group_0207.py +7 -30
  125. githubkit/versions/v2022_11_28/models/group_0208.py +22 -13
  126. githubkit/versions/v2022_11_28/models/group_0209.py +70 -25
  127. githubkit/versions/v2022_11_28/models/group_0210.py +25 -18
  128. githubkit/versions/v2022_11_28/models/group_0211.py +13 -45
  129. githubkit/versions/v2022_11_28/models/group_0212.py +38 -22
  130. githubkit/versions/v2022_11_28/models/group_0213.py +18 -56
  131. githubkit/versions/v2022_11_28/models/group_0214.py +37 -22
  132. githubkit/versions/v2022_11_28/models/group_0215.py +24 -34
  133. githubkit/versions/v2022_11_28/models/group_0216.py +43 -13
  134. githubkit/versions/v2022_11_28/models/group_0217.py +13 -14
  135. githubkit/versions/v2022_11_28/models/group_0218.py +27 -101
  136. githubkit/versions/v2022_11_28/models/group_0219.py +32 -32
  137. githubkit/versions/v2022_11_28/models/group_0220.py +32 -59
  138. githubkit/versions/v2022_11_28/models/group_0221.py +105 -17
  139. githubkit/versions/v2022_11_28/models/group_0222.py +35 -34
  140. githubkit/versions/v2022_11_28/models/group_0223.py +43 -105
  141. githubkit/versions/v2022_11_28/models/group_0224.py +25 -7
  142. githubkit/versions/v2022_11_28/models/group_0225.py +30 -31
  143. githubkit/versions/v2022_11_28/models/group_0226.py +107 -26
  144. githubkit/versions/v2022_11_28/models/group_0227.py +7 -76
  145. githubkit/versions/v2022_11_28/models/group_0228.py +22 -33
  146. githubkit/versions/v2022_11_28/models/group_0229.py +38 -12
  147. githubkit/versions/v2022_11_28/models/group_0230.py +53 -57
  148. githubkit/versions/v2022_11_28/models/group_0231.py +35 -14
  149. githubkit/versions/v2022_11_28/models/group_0232.py +12 -13
  150. githubkit/versions/v2022_11_28/models/group_0233.py +76 -9
  151. githubkit/versions/v2022_11_28/models/group_0234.py +22 -6
  152. githubkit/versions/v2022_11_28/models/group_0235.py +13 -17
  153. githubkit/versions/v2022_11_28/models/group_0236.py +9 -43
  154. githubkit/versions/v2022_11_28/models/group_0237.py +7 -9
  155. githubkit/versions/v2022_11_28/models/group_0238.py +17 -16
  156. githubkit/versions/v2022_11_28/models/group_0239.py +36 -70
  157. githubkit/versions/v2022_11_28/models/group_0240.py +6 -24
  158. githubkit/versions/v2022_11_28/models/group_0241.py +11 -36
  159. githubkit/versions/v2022_11_28/models/group_0242.py +72 -22
  160. githubkit/versions/v2022_11_28/models/group_0243.py +24 -8
  161. githubkit/versions/v2022_11_28/models/group_0244.py +35 -52
  162. githubkit/versions/v2022_11_28/models/group_0245.py +21 -52
  163. githubkit/versions/v2022_11_28/models/group_0246.py +9 -14
  164. githubkit/versions/v2022_11_28/models/group_0247.py +37 -12
  165. githubkit/versions/v2022_11_28/models/group_0248.py +52 -125
  166. githubkit/versions/v2022_11_28/models/group_0249.py +11 -33
  167. githubkit/versions/v2022_11_28/models/group_0250.py +10 -35
  168. githubkit/versions/v2022_11_28/models/group_0251.py +120 -13
  169. githubkit/versions/v2022_11_28/models/group_0252.py +19 -9
  170. githubkit/versions/v2022_11_28/models/group_0253.py +13 -12
  171. githubkit/versions/v2022_11_28/models/group_0254.py +13 -19
  172. githubkit/versions/v2022_11_28/models/group_0255.py +9 -19
  173. githubkit/versions/v2022_11_28/models/group_0256.py +20 -21
  174. githubkit/versions/v2022_11_28/models/group_0257.py +20 -21
  175. githubkit/versions/v2022_11_28/models/group_0258.py +13 -15
  176. githubkit/versions/v2022_11_28/models/group_0259.py +21 -10
  177. githubkit/versions/v2022_11_28/models/group_0260.py +17 -23
  178. githubkit/versions/v2022_11_28/models/group_0261.py +15 -19
  179. githubkit/versions/v2022_11_28/models/group_0262.py +7 -24
  180. githubkit/versions/v2022_11_28/models/group_0263.py +12 -15
  181. githubkit/versions/v2022_11_28/models/group_0264.py +37 -14
  182. githubkit/versions/v2022_11_28/models/group_0265.py +30 -34
  183. githubkit/versions/v2022_11_28/models/group_0266.py +35 -12
  184. githubkit/versions/v2022_11_28/models/group_0267.py +17 -15
  185. githubkit/versions/v2022_11_28/models/group_0268.py +37 -76
  186. githubkit/versions/v2022_11_28/models/group_0269.py +14 -59
  187. githubkit/versions/v2022_11_28/models/group_0270.py +10 -140
  188. githubkit/versions/v2022_11_28/models/group_0271.py +77 -17
  189. githubkit/versions/v2022_11_28/models/group_0272.py +62 -20
  190. githubkit/versions/v2022_11_28/models/group_0273.py +142 -20
  191. githubkit/versions/v2022_11_28/models/group_0274.py +18 -13
  192. githubkit/versions/v2022_11_28/models/group_0275.py +27 -6
  193. githubkit/versions/v2022_11_28/models/group_0276.py +19 -32
  194. githubkit/versions/v2022_11_28/models/group_0277.py +15 -9
  195. githubkit/versions/v2022_11_28/models/group_0278.py +6 -82
  196. githubkit/versions/v2022_11_28/models/group_0279.py +25 -19
  197. githubkit/versions/v2022_11_28/models/group_0280.py +12 -7
  198. githubkit/versions/v2022_11_28/models/group_0281.py +73 -9
  199. githubkit/versions/v2022_11_28/models/group_0282.py +26 -85
  200. githubkit/versions/v2022_11_28/models/group_0283.py +6 -91
  201. githubkit/versions/v2022_11_28/models/group_0284.py +11 -198
  202. githubkit/versions/v2022_11_28/models/group_0285.py +20 -40
  203. githubkit/versions/v2022_11_28/models/group_0286.py +87 -136
  204. githubkit/versions/v2022_11_28/models/group_0287.py +93 -13
  205. githubkit/versions/v2022_11_28/models/group_0288.py +201 -8
  206. githubkit/versions/v2022_11_28/models/group_0289.py +44 -17
  207. githubkit/versions/v2022_11_28/models/group_0290.py +130 -58
  208. githubkit/versions/v2022_11_28/models/group_0291.py +13 -73
  209. githubkit/versions/v2022_11_28/models/group_0292.py +9 -8
  210. githubkit/versions/v2022_11_28/models/group_0293.py +12 -25
  211. githubkit/versions/v2022_11_28/models/group_0294.py +57 -36
  212. githubkit/versions/v2022_11_28/models/group_0295.py +71 -8
  213. githubkit/versions/v2022_11_28/models/group_0296.py +8 -22
  214. githubkit/versions/v2022_11_28/models/group_0297.py +25 -16
  215. githubkit/versions/v2022_11_28/models/group_0298.py +40 -16
  216. githubkit/versions/v2022_11_28/models/group_0299.py +10 -19
  217. githubkit/versions/v2022_11_28/models/group_0300.py +8 -5
  218. githubkit/versions/v2022_11_28/models/group_0301.py +6 -11
  219. githubkit/versions/v2022_11_28/models/group_0302.py +8 -5
  220. githubkit/versions/v2022_11_28/models/group_0303.py +5 -9
  221. githubkit/versions/v2022_11_28/models/group_0304.py +6 -11
  222. githubkit/versions/v2022_11_28/models/group_0305.py +11 -6
  223. githubkit/versions/v2022_11_28/models/group_0306.py +5 -10
  224. githubkit/versions/v2022_11_28/models/group_0307.py +8 -9
  225. githubkit/versions/v2022_11_28/models/group_0308.py +8 -8
  226. githubkit/versions/v2022_11_28/models/group_0309.py +5 -10
  227. githubkit/versions/v2022_11_28/models/group_0310.py +7 -7
  228. githubkit/versions/v2022_11_28/models/group_0311.py +10 -8
  229. githubkit/versions/v2022_11_28/models/group_0312.py +15 -59
  230. githubkit/versions/v2022_11_28/models/group_0313.py +15 -106
  231. githubkit/versions/v2022_11_28/models/group_0314.py +15 -79
  232. githubkit/versions/v2022_11_28/models/group_0315.py +14 -118
  233. githubkit/versions/v2022_11_28/models/group_0316.py +67 -14
  234. githubkit/versions/v2022_11_28/models/group_0317.py +114 -9
  235. githubkit/versions/v2022_11_28/models/group_0318.py +86 -25
  236. githubkit/versions/v2022_11_28/models/group_0319.py +127 -7
  237. githubkit/versions/v2022_11_28/models/group_0320.py +11 -15
  238. githubkit/versions/v2022_11_28/models/group_0321.py +10 -21
  239. githubkit/versions/v2022_11_28/models/group_0322.py +25 -10
  240. githubkit/versions/v2022_11_28/models/group_0323.py +6 -8
  241. githubkit/versions/v2022_11_28/models/group_0324.py +18 -7
  242. githubkit/versions/v2022_11_28/models/group_0325.py +21 -13
  243. githubkit/versions/v2022_11_28/models/group_0326.py +12 -9
  244. githubkit/versions/v2022_11_28/models/group_0327.py +8 -8
  245. githubkit/versions/v2022_11_28/models/group_0328.py +6 -12
  246. githubkit/versions/v2022_11_28/models/group_0329.py +12 -23
  247. githubkit/versions/v2022_11_28/models/group_0330.py +8 -41
  248. githubkit/versions/v2022_11_28/models/group_0331.py +8 -54
  249. githubkit/versions/v2022_11_28/models/group_0332.py +11 -36
  250. githubkit/versions/v2022_11_28/models/group_0333.py +19 -101
  251. githubkit/versions/v2022_11_28/models/group_0334.py +26 -18
  252. githubkit/versions/v2022_11_28/models/group_0335.py +32 -112
  253. githubkit/versions/v2022_11_28/models/group_0336.py +27 -77
  254. githubkit/versions/v2022_11_28/models/group_0337.py +90 -44
  255. githubkit/versions/v2022_11_28/models/group_0338.py +25 -56
  256. githubkit/versions/v2022_11_28/models/group_0339.py +134 -7
  257. githubkit/versions/v2022_11_28/models/group_0340.py +81 -23
  258. githubkit/versions/v2022_11_28/models/group_0341.py +54 -144
  259. githubkit/versions/v2022_11_28/models/group_0342.py +63 -9
  260. githubkit/versions/v2022_11_28/models/group_0343.py +7 -66
  261. githubkit/versions/v2022_11_28/models/group_0344.py +31 -15
  262. githubkit/versions/v2022_11_28/models/group_0345.py +139 -27
  263. githubkit/versions/v2022_11_28/models/group_0346.py +11 -7
  264. githubkit/versions/v2022_11_28/models/group_0347.py +62 -7
  265. githubkit/versions/v2022_11_28/models/group_0348.py +12 -12
  266. githubkit/versions/v2022_11_28/models/group_0349.py +32 -13
  267. githubkit/versions/v2022_11_28/models/group_0350.py +7 -7
  268. githubkit/versions/v2022_11_28/models/group_0351.py +12 -30
  269. githubkit/versions/v2022_11_28/models/group_0352.py +14 -11
  270. githubkit/versions/v2022_11_28/models/group_0353.py +18 -21
  271. githubkit/versions/v2022_11_28/models/group_0354.py +8 -359
  272. githubkit/versions/v2022_11_28/models/group_0355.py +26 -28
  273. githubkit/versions/v2022_11_28/models/group_0356.py +12 -54
  274. githubkit/versions/v2022_11_28/models/group_0357.py +20 -67
  275. githubkit/versions/v2022_11_28/models/group_0358.py +332 -116
  276. githubkit/versions/v2022_11_28/models/group_0359.py +32 -18
  277. githubkit/versions/v2022_11_28/models/group_0360.py +44 -167
  278. githubkit/versions/v2022_11_28/models/group_0361.py +67 -24
  279. githubkit/versions/v2022_11_28/models/group_0362.py +134 -18
  280. githubkit/versions/v2022_11_28/models/group_0363.py +15 -58
  281. githubkit/versions/v2022_11_28/models/group_0364.py +168 -29
  282. githubkit/versions/v2022_11_28/models/group_0365.py +31 -42
  283. githubkit/versions/v2022_11_28/models/group_0366.py +20 -97
  284. githubkit/versions/v2022_11_28/models/group_0367.py +50 -90
  285. githubkit/versions/v2022_11_28/models/group_0368.py +10 -183
  286. githubkit/versions/v2022_11_28/models/group_0369.py +14 -13
  287. githubkit/versions/v2022_11_28/models/group_0370.py +103 -8
  288. githubkit/versions/v2022_11_28/models/group_0371.py +80 -13
  289. githubkit/versions/v2022_11_28/models/group_0372.py +210 -8
  290. githubkit/versions/v2022_11_28/models/group_0373.py +10 -29
  291. githubkit/versions/v2022_11_28/models/group_0374.py +6 -6
  292. githubkit/versions/v2022_11_28/models/group_0375.py +10 -10
  293. githubkit/versions/v2022_11_28/models/group_0376.py +6 -6
  294. githubkit/versions/v2022_11_28/models/group_0377.py +24 -361
  295. githubkit/versions/v2022_11_28/models/group_0378.py +8 -392
  296. githubkit/versions/v2022_11_28/models/group_0379.py +12 -364
  297. githubkit/versions/v2022_11_28/models/group_0380.py +8 -206
  298. githubkit/versions/v2022_11_28/models/group_0381.py +300 -114
  299. githubkit/versions/v2022_11_28/models/group_0382.py +327 -119
  300. githubkit/versions/v2022_11_28/models/group_0383.py +299 -112
  301. githubkit/versions/v2022_11_28/models/group_0384.py +84 -62
  302. githubkit/versions/v2022_11_28/models/group_0385.py +84 -51
  303. githubkit/versions/v2022_11_28/models/group_0386.py +136 -90
  304. githubkit/versions/v2022_11_28/models/group_0387.py +171 -21
  305. githubkit/versions/v2022_11_28/models/group_0388.py +164 -17
  306. githubkit/versions/v2022_11_28/models/group_0389.py +150 -20
  307. githubkit/versions/v2022_11_28/models/group_0390.py +118 -17
  308. githubkit/versions/v2022_11_28/models/group_0391.py +30 -23
  309. githubkit/versions/v2022_11_28/models/group_0392.py +19 -26
  310. githubkit/versions/v2022_11_28/models/group_0393.py +29 -26
  311. githubkit/versions/v2022_11_28/models/group_0394.py +22 -24
  312. githubkit/versions/v2022_11_28/models/group_0395.py +28 -24
  313. githubkit/versions/v2022_11_28/models/group_0396.py +22 -17
  314. githubkit/versions/v2022_11_28/models/group_0397.py +11 -11
  315. githubkit/versions/v2022_11_28/models/group_0398.py +11 -11
  316. githubkit/versions/v2022_11_28/models/group_0399.py +11 -11
  317. githubkit/versions/v2022_11_28/models/group_0400.py +18 -40
  318. githubkit/versions/v2022_11_28/models/group_0401.py +18 -40
  319. githubkit/versions/v2022_11_28/models/group_0402.py +18 -646
  320. githubkit/versions/v2022_11_28/models/group_0403.py +24 -36
  321. githubkit/versions/v2022_11_28/models/group_0404.py +28 -505
  322. githubkit/versions/v2022_11_28/models/group_0405.py +28 -505
  323. githubkit/versions/v2022_11_28/models/group_0406.py +294 -148
  324. githubkit/versions/v2022_11_28/models/group_0407.py +32 -962
  325. githubkit/versions/v2022_11_28/models/group_0408.py +475 -59
  326. githubkit/versions/v2022_11_28/models/group_0409.py +498 -38
  327. githubkit/versions/v2022_11_28/models/group_0410.py +497 -16
  328. githubkit/versions/v2022_11_28/models/group_0411.py +909 -52
  329. githubkit/versions/v2022_11_28/models/group_0412.py +28 -30
  330. githubkit/versions/v2022_11_28/models/group_0413.py +36 -99
  331. githubkit/versions/v2022_11_28/models/group_0414.py +14 -117
  332. githubkit/versions/v2022_11_28/models/group_0415.py +64 -77
  333. githubkit/versions/v2022_11_28/models/group_0416.py +100 -69
  334. githubkit/versions/v2022_11_28/models/group_0417.py +112 -11
  335. githubkit/versions/v2022_11_28/models/group_0418.py +115 -40
  336. githubkit/versions/v2022_11_28/models/group_0419.py +134 -56
  337. githubkit/versions/v2022_11_28/models/group_0420.py +92 -39
  338. githubkit/versions/v2022_11_28/models/group_0421.py +11 -11
  339. githubkit/versions/v2022_11_28/models/group_0422.py +39 -11
  340. githubkit/versions/v2022_11_28/models/group_0423.py +30 -13
  341. githubkit/versions/v2022_11_28/models/group_0424.py +32 -8
  342. githubkit/versions/v2022_11_28/models/group_0425.py +22 -95
  343. githubkit/versions/v2022_11_28/models/group_0426.py +11 -30
  344. githubkit/versions/v2022_11_28/models/group_0427.py +13 -11
  345. githubkit/versions/v2022_11_28/models/group_0428.py +8 -32
  346. githubkit/versions/v2022_11_28/models/group_0429.py +97 -26
  347. githubkit/versions/v2022_11_28/models/group_0430.py +44 -162
  348. githubkit/versions/v2022_11_28/models/group_0431.py +29 -167
  349. githubkit/versions/v2022_11_28/models/group_0432.py +46 -27
  350. githubkit/versions/v2022_11_28/models/group_0433.py +47 -123
  351. githubkit/versions/v2022_11_28/models/group_0434.py +167 -27
  352. githubkit/versions/v2022_11_28/models/group_0435.py +164 -41
  353. githubkit/versions/v2022_11_28/models/group_0436.py +24 -87
  354. githubkit/versions/v2022_11_28/models/group_0437.py +120 -56
  355. githubkit/versions/v2022_11_28/models/group_0438.py +8 -50
  356. githubkit/versions/v2022_11_28/models/group_0439.py +28 -80
  357. githubkit/versions/v2022_11_28/models/group_0440.py +22 -41
  358. githubkit/versions/v2022_11_28/models/group_0441.py +14 -14
  359. githubkit/versions/v2022_11_28/models/group_0442.py +28 -88
  360. githubkit/versions/v2022_11_28/models/group_0443.py +71 -18
  361. githubkit/versions/v2022_11_28/models/group_0444.py +86 -28
  362. githubkit/versions/v2022_11_28/models/group_0445.py +45 -78
  363. githubkit/versions/v2022_11_28/models/group_0446.py +86 -121
  364. githubkit/versions/v2022_11_28/models/group_0447.py +42 -155
  365. githubkit/versions/v2022_11_28/models/group_0448.py +43 -57
  366. githubkit/versions/v2022_11_28/models/group_0449.py +67 -8
  367. githubkit/versions/v2022_11_28/models/group_0450.py +136 -18
  368. githubkit/versions/v2022_11_28/models/group_0451.py +140 -63
  369. githubkit/versions/v2022_11_28/models/group_0452.py +54 -83
  370. githubkit/versions/v2022_11_28/models/group_0453.py +4 -130
  371. githubkit/versions/v2022_11_28/models/group_0454.py +8 -5
  372. githubkit/versions/v2022_11_28/models/group_0455.py +89 -81
  373. githubkit/versions/v2022_11_28/models/group_0456.py +85 -42
  374. githubkit/versions/v2022_11_28/models/group_0457.py +125 -60
  375. githubkit/versions/v2022_11_28/models/group_0458.py +17 -138
  376. githubkit/versions/v2022_11_28/models/group_0459.py +76 -161
  377. githubkit/versions/v2022_11_28/models/group_0460.py +43 -57
  378. githubkit/versions/v2022_11_28/models/group_0461.py +66 -5
  379. githubkit/versions/v2022_11_28/models/group_0462.py +136 -18
  380. githubkit/versions/v2022_11_28/models/group_0463.py +140 -59
  381. githubkit/versions/v2022_11_28/models/group_0464.py +54 -81
  382. githubkit/versions/v2022_11_28/models/group_0465.py +4 -130
  383. githubkit/versions/v2022_11_28/models/group_0466.py +8 -5
  384. githubkit/versions/v2022_11_28/models/group_0467.py +85 -79
  385. githubkit/versions/v2022_11_28/models/group_0468.py +82 -65
  386. githubkit/versions/v2022_11_28/models/group_0469.py +125 -60
  387. githubkit/versions/v2022_11_28/models/group_0470.py +17 -138
  388. githubkit/versions/v2022_11_28/models/group_0471.py +74 -161
  389. githubkit/versions/v2022_11_28/models/group_0472.py +63 -53
  390. githubkit/versions/v2022_11_28/models/group_0473.py +66 -5
  391. githubkit/versions/v2022_11_28/models/group_0474.py +137 -17
  392. githubkit/versions/v2022_11_28/models/group_0475.py +140 -60
  393. githubkit/versions/v2022_11_28/models/group_0476.py +54 -82
  394. githubkit/versions/v2022_11_28/models/group_0477.py +4 -130
  395. githubkit/versions/v2022_11_28/models/group_0478.py +8 -5
  396. githubkit/versions/v2022_11_28/models/group_0479.py +86 -80
  397. githubkit/versions/v2022_11_28/models/group_0480.py +10 -426
  398. githubkit/versions/v2022_11_28/models/group_0481.py +148 -34
  399. githubkit/versions/v2022_11_28/models/group_0482.py +16 -182
  400. githubkit/versions/v2022_11_28/models/group_0483.py +75 -197
  401. githubkit/versions/v2022_11_28/models/group_0484.py +480 -5
  402. githubkit/versions/v2022_11_28/models/group_0485.py +46 -35
  403. githubkit/versions/v2022_11_28/models/group_0486.py +164 -55
  404. githubkit/versions/v2022_11_28/models/group_0487.py +195 -80
  405. githubkit/versions/v2022_11_28/models/group_0488.py +26 -9
  406. githubkit/versions/v2022_11_28/models/group_0489.py +33 -122
  407. githubkit/versions/v2022_11_28/models/group_0490.py +81 -24
  408. githubkit/versions/v2022_11_28/models/group_0491.py +11 -5
  409. githubkit/versions/v2022_11_28/models/group_0492.py +6 -456
  410. githubkit/versions/v2022_11_28/models/group_0493.py +95 -80
  411. githubkit/versions/v2022_11_28/models/group_0494.py +16 -186
  412. githubkit/versions/v2022_11_28/models/group_0495.py +75 -204
  413. githubkit/versions/v2022_11_28/models/group_0496.py +407 -17
  414. githubkit/versions/v2022_11_28/models/group_0497.py +81 -65
  415. githubkit/versions/v2022_11_28/models/group_0498.py +190 -79
  416. githubkit/versions/v2022_11_28/models/group_0499.py +139 -104
  417. githubkit/versions/v2022_11_28/models/group_0500.py +65 -73
  418. githubkit/versions/v2022_11_28/models/group_0501.py +17 -449
  419. githubkit/versions/v2022_11_28/models/group_0502.py +10 -414
  420. githubkit/versions/v2022_11_28/models/group_0503.py +171 -33
  421. githubkit/versions/v2022_11_28/models/group_0504.py +73 -177
  422. githubkit/versions/v2022_11_28/models/group_0505.py +359 -37
  423. githubkit/versions/v2022_11_28/models/group_0506.py +468 -5
  424. githubkit/versions/v2022_11_28/models/group_0507.py +44 -35
  425. githubkit/versions/v2022_11_28/models/group_0508.py +159 -57
  426. githubkit/versions/v2022_11_28/models/group_0509.py +192 -82
  427. githubkit/versions/v2022_11_28/models/group_0510.py +24 -9
  428. githubkit/versions/v2022_11_28/models/group_0511.py +33 -124
  429. githubkit/versions/v2022_11_28/models/group_0512.py +79 -24
  430. githubkit/versions/v2022_11_28/models/group_0513.py +11 -5
  431. githubkit/versions/v2022_11_28/models/group_0514.py +9 -100
  432. githubkit/versions/v2022_11_28/models/group_0515.py +79 -145
  433. githubkit/versions/v2022_11_28/models/group_0516.py +7 -237
  434. githubkit/versions/v2022_11_28/models/group_0517.py +80 -84
  435. githubkit/versions/v2022_11_28/models/group_0518.py +94 -78
  436. githubkit/versions/v2022_11_28/models/group_0519.py +183 -8
  437. githubkit/versions/v2022_11_28/models/group_0520.py +209 -69
  438. githubkit/versions/v2022_11_28/models/group_0521.py +61 -35
  439. githubkit/versions/v2022_11_28/models/group_0522.py +11 -5
  440. githubkit/versions/v2022_11_28/models/group_0523.py +6 -1110
  441. githubkit/versions/v2022_11_28/models/group_0524.py +77 -419
  442. githubkit/versions/v2022_11_28/models/group_0525.py +57 -36
  443. githubkit/versions/v2022_11_28/models/group_0526.py +74 -181
  444. githubkit/versions/v2022_11_28/models/group_0527.py +949 -37
  445. githubkit/versions/v2022_11_28/models/group_0528.py +436 -6
  446. githubkit/versions/v2022_11_28/models/group_0529.py +44 -35
  447. githubkit/versions/v2022_11_28/models/group_0530.py +159 -59
  448. githubkit/versions/v2022_11_28/models/group_0531.py +195 -79
  449. githubkit/versions/v2022_11_28/models/group_0532.py +26 -9
  450. githubkit/versions/v2022_11_28/models/group_0533.py +33 -122
  451. githubkit/versions/v2022_11_28/models/group_0534.py +85 -24
  452. githubkit/versions/v2022_11_28/models/group_0535.py +11 -5
  453. githubkit/versions/v2022_11_28/models/group_0536.py +6 -1113
  454. githubkit/versions/v2022_11_28/models/group_0537.py +76 -463
  455. githubkit/versions/v2022_11_28/models/group_0538.py +8 -473
  456. githubkit/versions/v2022_11_28/models/group_0539.py +78 -35
  457. githubkit/versions/v2022_11_28/models/group_0540.py +979 -39
  458. githubkit/versions/v2022_11_28/models/group_0541.py +196 -53
  459. githubkit/versions/v2022_11_28/models/group_0542.py +470 -5
  460. githubkit/versions/v2022_11_28/models/group_0543.py +44 -35
  461. githubkit/versions/v2022_11_28/models/group_0544.py +175 -8
  462. githubkit/versions/v2022_11_28/models/group_0545.py +324 -72
  463. githubkit/versions/v2022_11_28/models/group_0546.py +27 -27
  464. githubkit/versions/v2022_11_28/models/group_0547.py +7 -438
  465. githubkit/versions/v2022_11_28/models/group_0548.py +11 -56
  466. githubkit/versions/v2022_11_28/models/group_0549.py +104 -49
  467. githubkit/versions/v2022_11_28/models/group_0550.py +22 -103
  468. githubkit/versions/v2022_11_28/models/group_0551.py +414 -100
  469. githubkit/versions/v2022_11_28/models/group_0552.py +47 -43
  470. githubkit/versions/v2022_11_28/models/group_0553.py +55 -54
  471. githubkit/versions/v2022_11_28/models/group_0554.py +63 -100
  472. githubkit/versions/v2022_11_28/models/group_0555.py +111 -15
  473. githubkit/versions/v2022_11_28/models/group_0556.py +45 -45
  474. githubkit/versions/v2022_11_28/models/group_0557.py +40 -142
  475. githubkit/versions/v2022_11_28/models/group_0558.py +107 -17
  476. githubkit/versions/v2022_11_28/models/group_0559.py +41 -47
  477. githubkit/versions/v2022_11_28/models/group_0560.py +41 -100
  478. githubkit/versions/v2022_11_28/models/group_0561.py +148 -13
  479. githubkit/versions/v2022_11_28/models/group_0562.py +40 -13
  480. githubkit/versions/v2022_11_28/models/group_0563.py +46 -28
  481. githubkit/versions/v2022_11_28/models/group_0564.py +109 -6
  482. githubkit/versions/v2022_11_28/models/group_0565.py +12 -137
  483. githubkit/versions/v2022_11_28/models/group_0566.py +13 -38
  484. githubkit/versions/v2022_11_28/models/group_0567.py +30 -46
  485. githubkit/versions/v2022_11_28/models/group_0568.py +10 -88
  486. githubkit/versions/v2022_11_28/models/group_0569.py +107 -67
  487. githubkit/versions/v2022_11_28/models/group_0570.py +43 -58
  488. githubkit/versions/v2022_11_28/models/group_0571.py +43 -145
  489. githubkit/versions/v2022_11_28/models/group_0572.py +33 -103
  490. githubkit/versions/v2022_11_28/models/group_0573.py +87 -18
  491. githubkit/versions/v2022_11_28/models/group_0574.py +46 -20
  492. githubkit/versions/v2022_11_28/models/group_0575.py +131 -100
  493. githubkit/versions/v2022_11_28/models/group_0576.py +105 -49
  494. githubkit/versions/v2022_11_28/models/group_0577.py +17 -78
  495. githubkit/versions/v2022_11_28/models/group_0578.py +19 -78
  496. githubkit/versions/v2022_11_28/models/group_0579.py +93 -119
  497. githubkit/versions/v2022_11_28/models/group_0580.py +21 -19
  498. githubkit/versions/v2022_11_28/models/group_0581.py +48 -19
  499. githubkit/versions/v2022_11_28/models/group_0582.py +51 -20
  500. githubkit/versions/v2022_11_28/models/group_0583.py +94 -32
  501. githubkit/versions/v2022_11_28/models/group_0584.py +40 -30
  502. githubkit/versions/v2022_11_28/models/group_0585.py +16 -71
  503. githubkit/versions/v2022_11_28/models/group_0586.py +16 -35
  504. githubkit/versions/v2022_11_28/models/group_0587.py +18 -37
  505. githubkit/versions/v2022_11_28/models/group_0588.py +79 -30
  506. githubkit/versions/v2022_11_28/models/group_0589.py +99 -16
  507. githubkit/versions/v2022_11_28/models/group_0590.py +55 -35
  508. githubkit/versions/v2022_11_28/models/group_0591.py +79 -518
  509. githubkit/versions/v2022_11_28/models/group_0592.py +38 -39
  510. githubkit/versions/v2022_11_28/models/group_0593.py +45 -68
  511. githubkit/versions/v2022_11_28/models/group_0594.py +35 -127
  512. githubkit/versions/v2022_11_28/models/group_0595.py +510 -59
  513. githubkit/versions/v2022_11_28/models/group_0596.py +30 -17
  514. githubkit/versions/v2022_11_28/models/group_0597.py +68 -31
  515. githubkit/versions/v2022_11_28/models/group_0598.py +164 -31
  516. githubkit/versions/v2022_11_28/models/group_0599.py +86 -17
  517. githubkit/versions/v2022_11_28/models/group_0600.py +18 -24
  518. githubkit/versions/v2022_11_28/models/group_0601.py +22 -50
  519. githubkit/versions/v2022_11_28/models/group_0602.py +29 -9
  520. githubkit/versions/v2022_11_28/models/group_0603.py +16 -98
  521. githubkit/versions/v2022_11_28/models/group_0604.py +15 -72
  522. githubkit/versions/v2022_11_28/models/group_0605.py +41 -74
  523. githubkit/versions/v2022_11_28/models/group_0606.py +9 -109
  524. githubkit/versions/v2022_11_28/models/group_0607.py +38 -36
  525. githubkit/versions/v2022_11_28/models/group_0608.py +51 -14
  526. githubkit/versions/v2022_11_28/models/group_0609.py +74 -32
  527. githubkit/versions/v2022_11_28/models/group_0610.py +44 -29
  528. githubkit/versions/v2022_11_28/models/group_0611.py +71 -23
  529. githubkit/versions/v2022_11_28/models/group_0612.py +45 -47
  530. githubkit/versions/v2022_11_28/models/group_0613.py +50 -80
  531. githubkit/versions/v2022_11_28/models/group_0614.py +56 -22
  532. githubkit/versions/v2022_11_28/models/group_0615.py +23 -56
  533. githubkit/versions/v2022_11_28/models/group_0616.py +21 -55
  534. githubkit/versions/v2022_11_28/models/group_0617.py +36 -91
  535. githubkit/versions/v2022_11_28/models/group_0618.py +22 -56
  536. githubkit/versions/v2022_11_28/models/group_0619.py +78 -14
  537. githubkit/versions/v2022_11_28/models/group_0620.py +77 -19
  538. githubkit/versions/v2022_11_28/models/group_0621.py +118 -15
  539. githubkit/versions/v2022_11_28/models/group_0622.py +73 -67
  540. githubkit/versions/v2022_11_28/models/group_0623.py +11 -33
  541. githubkit/versions/v2022_11_28/models/group_0624.py +14 -33
  542. githubkit/versions/v2022_11_28/models/group_0625.py +11 -11
  543. githubkit/versions/v2022_11_28/models/group_0626.py +69 -11
  544. githubkit/versions/v2022_11_28/models/group_0627.py +23 -43
  545. githubkit/versions/v2022_11_28/models/group_0628.py +21 -23
  546. githubkit/versions/v2022_11_28/models/group_0629.py +9 -31
  547. githubkit/versions/v2022_11_28/models/group_0630.py +11 -11
  548. githubkit/versions/v2022_11_28/models/group_0631.py +56 -21
  549. githubkit/versions/v2022_11_28/models/group_0632.py +27 -1148
  550. githubkit/versions/v2022_11_28/models/group_0633.py +27 -1177
  551. githubkit/versions/v2022_11_28/models/group_0634.py +14 -1178
  552. githubkit/versions/v2022_11_28/models/group_0635.py +9 -13
  553. githubkit/versions/v2022_11_28/models/group_0636.py +1126 -73
  554. githubkit/versions/v2022_11_28/models/group_0637.py +1174 -14
  555. githubkit/versions/v2022_11_28/models/group_0638.py +1166 -13
  556. githubkit/versions/v2022_11_28/models/group_0639.py +29 -110
  557. githubkit/versions/v2022_11_28/models/group_0640.py +85 -5
  558. githubkit/versions/v2022_11_28/models/group_0641.py +14 -1144
  559. githubkit/versions/v2022_11_28/models/group_0642.py +13 -1116
  560. githubkit/versions/v2022_11_28/models/group_0643.py +110 -95
  561. githubkit/versions/v2022_11_28/models/group_0644.py +6 -86
  562. githubkit/versions/v2022_11_28/models/group_0645.py +1144 -14
  563. githubkit/versions/v2022_11_28/models/group_0646.py +162 -161
  564. githubkit/versions/v2022_11_28/models/group_0647.py +55 -1107
  565. githubkit/versions/v2022_11_28/models/group_0648.py +72 -1084
  566. githubkit/versions/v2022_11_28/models/group_0649.py +14 -1136
  567. githubkit/versions/v2022_11_28/models/group_0650.py +1115 -13
  568. githubkit/versions/v2022_11_28/models/group_0651.py +1109 -72
  569. githubkit/versions/v2022_11_28/models/group_0652.py +1106 -14
  570. githubkit/versions/v2022_11_28/models/group_0653.py +1139 -16
  571. githubkit/versions/v2022_11_28/models/group_0654.py +29 -110
  572. githubkit/versions/v2022_11_28/models/group_0655.py +86 -6
  573. githubkit/versions/v2022_11_28/models/group_0656.py +33 -32
  574. githubkit/versions/v2022_11_28/models/group_0657.py +29 -110
  575. githubkit/versions/v2022_11_28/models/group_0658.py +85 -5
  576. githubkit/versions/v2022_11_28/models/group_0659.py +14 -1331
  577. githubkit/versions/v2022_11_28/models/group_0660.py +13 -1326
  578. githubkit/versions/v2022_11_28/models/group_0661.py +72 -1317
  579. githubkit/versions/v2022_11_28/models/group_0662.py +14 -1205
  580. githubkit/versions/v2022_11_28/models/group_0663.py +415 -227
  581. githubkit/versions/v2022_11_28/models/group_0664.py +392 -321
  582. githubkit/versions/v2022_11_28/models/group_0665.py +426 -368
  583. githubkit/versions/v2022_11_28/models/group_0666.py +278 -311
  584. githubkit/versions/v2022_11_28/models/group_0667.py +320 -439
  585. githubkit/versions/v2022_11_28/models/group_0668.py +353 -303
  586. githubkit/versions/v2022_11_28/models/group_0669.py +398 -426
  587. githubkit/versions/v2022_11_28/models/group_0670.py +330 -403
  588. githubkit/versions/v2022_11_28/models/group_0671.py +312 -186
  589. githubkit/versions/v2022_11_28/models/group_0672.py +274 -237
  590. githubkit/versions/v2022_11_28/models/group_0673.py +467 -299
  591. githubkit/versions/v2022_11_28/models/group_0674.py +504 -302
  592. githubkit/versions/v2022_11_28/models/group_0675.py +960 -190
  593. githubkit/versions/v2022_11_28/models/group_0676.py +1170 -15
  594. githubkit/versions/v2022_11_28/models/group_0677.py +1145 -42
  595. githubkit/versions/v2022_11_28/models/group_0678.py +1022 -478
  596. githubkit/versions/v2022_11_28/models/group_0679.py +370 -17
  597. githubkit/versions/v2022_11_28/models/group_0680.py +37 -56
  598. githubkit/versions/v2022_11_28/models/group_0681.py +36 -154
  599. githubkit/versions/v2022_11_28/models/group_0682.py +554 -142
  600. githubkit/versions/v2022_11_28/models/group_0683.py +14 -154
  601. githubkit/versions/v2022_11_28/models/group_0684.py +44 -209
  602. githubkit/versions/v2022_11_28/models/group_0685.py +179 -36
  603. githubkit/versions/v2022_11_28/models/group_0686.py +134 -20
  604. githubkit/versions/v2022_11_28/models/group_0687.py +120 -12
  605. githubkit/versions/v2022_11_28/models/group_0688.py +204 -11
  606. githubkit/versions/v2022_11_28/models/group_0689.py +46 -35
  607. githubkit/versions/v2022_11_28/models/group_0690.py +67 -13
  608. githubkit/versions/v2022_11_28/models/group_0691.py +47 -38
  609. githubkit/versions/v2022_11_28/models/group_0692.py +8 -5
  610. githubkit/versions/v2022_11_28/models/group_0693.py +35 -46
  611. githubkit/versions/v2022_11_28/models/group_0694.py +13 -67
  612. githubkit/versions/v2022_11_28/models/group_0695.py +38 -47
  613. githubkit/versions/v2022_11_28/models/group_0696.py +9 -10
  614. githubkit/versions/v2022_11_28/models/group_0697.py +46 -33
  615. githubkit/versions/v2022_11_28/models/group_0698.py +67 -13
  616. githubkit/versions/v2022_11_28/models/group_0699.py +48 -38
  617. githubkit/versions/v2022_11_28/models/group_0700.py +8 -5
  618. githubkit/versions/v2022_11_28/models/group_0701.py +5 -159
  619. githubkit/versions/v2022_11_28/models/group_0702.py +21 -49
  620. githubkit/versions/v2022_11_28/models/group_0703.py +40 -44
  621. githubkit/versions/v2022_11_28/models/group_0704.py +20 -66
  622. githubkit/versions/v2022_11_28/models/group_0705.py +161 -11
  623. githubkit/versions/v2022_11_28/models/group_0706.py +46 -35
  624. githubkit/versions/v2022_11_28/models/group_0707.py +67 -13
  625. githubkit/versions/v2022_11_28/models/group_0708.py +49 -38
  626. githubkit/versions/v2022_11_28/models/group_0709.py +8 -5
  627. githubkit/versions/v2022_11_28/models/group_0710.py +35 -49
  628. githubkit/versions/v2022_11_28/models/group_0711.py +15 -46
  629. githubkit/versions/v2022_11_28/models/group_0712.py +60 -36
  630. githubkit/versions/v2022_11_28/models/group_0713.py +33 -42
  631. githubkit/versions/v2022_11_28/models/group_0714.py +17 -11
  632. githubkit/versions/v2022_11_28/models/group_0715.py +19 -24
  633. githubkit/versions/v2022_11_28/models/group_0716.py +10 -62
  634. githubkit/versions/v2022_11_28/models/group_0717.py +10 -10
  635. githubkit/versions/v2022_11_28/models/group_0718.py +10 -10
  636. githubkit/versions/v2022_11_28/models/group_0719.py +23 -12
  637. githubkit/versions/v2022_11_28/models/group_0720.py +51 -26
  638. githubkit/versions/v2022_11_28/models/group_0721.py +11 -18
  639. githubkit/versions/v2022_11_28/models/group_0722.py +11 -18
  640. githubkit/versions/v2022_11_28/models/group_0723.py +11 -20
  641. githubkit/versions/v2022_11_28/models/group_0724.py +52 -28
  642. githubkit/versions/v2022_11_28/models/group_0725.py +43 -15
  643. githubkit/versions/v2022_11_28/models/group_0726.py +41 -98
  644. githubkit/versions/v2022_11_28/models/group_0727.py +43 -70
  645. githubkit/versions/v2022_11_28/models/group_0728.py +24 -95
  646. githubkit/versions/v2022_11_28/models/group_0729.py +15 -120
  647. githubkit/versions/v2022_11_28/models/group_0730.py +98 -34
  648. githubkit/versions/v2022_11_28/models/group_0731.py +78 -44
  649. githubkit/versions/v2022_11_28/models/group_0732.py +109 -30
  650. githubkit/versions/v2022_11_28/models/group_0733.py +121 -35
  651. githubkit/versions/v2022_11_28/models/group_0734.py +43 -35
  652. githubkit/versions/v2022_11_28/models/group_0735.py +45 -24
  653. githubkit/versions/v2022_11_28/models/group_0736.py +37 -44
  654. githubkit/versions/v2022_11_28/models/group_0737.py +17 -16
  655. githubkit/versions/v2022_11_28/models/group_0738.py +31 -38
  656. githubkit/versions/v2022_11_28/models/group_0739.py +16 -27
  657. githubkit/versions/v2022_11_28/models/group_0740.py +45 -62
  658. githubkit/versions/v2022_11_28/models/group_0741.py +39 -44
  659. githubkit/versions/v2022_11_28/models/group_0742.py +13 -9
  660. githubkit/versions/v2022_11_28/models/group_0743.py +31 -37
  661. githubkit/versions/v2022_11_28/models/group_0744.py +30 -3
  662. githubkit/versions/v2022_11_28/models/group_0745.py +45 -24
  663. githubkit/versions/v2022_11_28/models/group_0746.py +37 -44
  664. githubkit/versions/v2022_11_28/models/group_0747.py +12 -9
  665. githubkit/versions/v2022_11_28/models/group_0748.py +31 -37
  666. githubkit/versions/v2022_11_28/models/group_0749.py +16 -27
  667. githubkit/versions/v2022_11_28/models/group_0750.py +44 -26
  668. githubkit/versions/v2022_11_28/models/group_0751.py +37 -45
  669. githubkit/versions/v2022_11_28/models/group_0752.py +31 -254
  670. githubkit/versions/v2022_11_28/models/group_0753.py +35 -11
  671. githubkit/versions/v2022_11_28/models/group_0754.py +26 -45
  672. githubkit/versions/v2022_11_28/models/group_0755.py +11 -11
  673. githubkit/versions/v2022_11_28/models/group_0756.py +236 -18
  674. githubkit/versions/v2022_11_28/models/group_0757.py +7 -165
  675. githubkit/versions/v2022_11_28/models/group_0758.py +13 -136
  676. githubkit/versions/v2022_11_28/models/group_0759.py +13 -136
  677. githubkit/versions/v2022_11_28/models/group_0760.py +16 -14
  678. githubkit/versions/v2022_11_28/models/group_0761.py +38 -9
  679. githubkit/versions/v2022_11_28/models/group_0762.py +161 -9
  680. githubkit/versions/v2022_11_28/models/group_0763.py +125 -128
  681. githubkit/versions/v2022_11_28/models/group_0764.py +125 -128
  682. githubkit/versions/v2022_11_28/models/group_0765.py +15 -165
  683. githubkit/versions/v2022_11_28/models/group_0766.py +9 -168
  684. githubkit/versions/v2022_11_28/models/group_0767.py +9 -210
  685. githubkit/versions/v2022_11_28/models/group_0768.py +34 -76
  686. githubkit/versions/v2022_11_28/models/group_0769.py +138 -12
  687. githubkit/versions/v2022_11_28/models/group_0770.py +161 -13
  688. githubkit/versions/v2022_11_28/models/group_0771.py +85 -146
  689. githubkit/versions/v2022_11_28/models/group_0772.py +209 -11
  690. githubkit/versions/v2022_11_28/models/group_0773.py +208 -7
  691. githubkit/versions/v2022_11_28/models/group_0774.py +45 -19
  692. githubkit/versions/v2022_11_28/models/group_0775.py +47 -14
  693. githubkit/versions/v2022_11_28/models/group_0776.py +191 -63
  694. githubkit/versions/v2022_11_28/models/group_0777.py +11 -294
  695. githubkit/versions/v2022_11_28/models/group_0778.py +7 -294
  696. githubkit/versions/v2022_11_28/models/group_0779.py +11 -292
  697. githubkit/versions/v2022_11_28/models/group_0780.py +7 -399
  698. githubkit/versions/v2022_11_28/models/group_0781.py +25 -220
  699. githubkit/versions/v2022_11_28/models/group_0782.py +276 -16
  700. githubkit/versions/v2022_11_28/models/group_0783.py +268 -21
  701. githubkit/versions/v2022_11_28/models/group_0784.py +259 -79
  702. githubkit/versions/v2022_11_28/models/group_0785.py +388 -62
  703. githubkit/versions/v2022_11_28/models/group_0786.py +292 -49
  704. githubkit/versions/v2022_11_28/models/group_0787.py +10 -82
  705. githubkit/versions/v2022_11_28/models/group_0788.py +38 -55
  706. githubkit/versions/v2022_11_28/models/group_0789.py +101 -38
  707. githubkit/versions/v2022_11_28/models/group_0790.py +46 -64
  708. githubkit/versions/v2022_11_28/models/group_0791.py +50 -88
  709. githubkit/versions/v2022_11_28/models/group_0792.py +71 -23
  710. githubkit/versions/v2022_11_28/models/group_0793.py +48 -322
  711. githubkit/versions/v2022_11_28/models/group_0794.py +38 -353
  712. githubkit/versions/v2022_11_28/models/group_0795.py +90 -17
  713. githubkit/versions/v2022_11_28/models/group_0796.py +83 -47
  714. githubkit/versions/v2022_11_28/models/group_0797.py +59 -11
  715. githubkit/versions/v2022_11_28/models/group_0798.py +241 -257
  716. githubkit/versions/v2022_11_28/models/group_0799.py +364 -13
  717. githubkit/versions/v2022_11_28/models/group_0800.py +17 -60
  718. githubkit/versions/v2022_11_28/models/group_0801.py +38 -326
  719. githubkit/versions/v2022_11_28/models/group_0802.py +7 -359
  720. githubkit/versions/v2022_11_28/models/group_0803.py +353 -17
  721. githubkit/versions/v2022_11_28/models/group_0804.py +15 -56
  722. githubkit/versions/v2022_11_28/models/group_0805.py +59 -11
  723. githubkit/versions/v2022_11_28/models/group_0806.py +245 -257
  724. githubkit/versions/v2022_11_28/models/group_0807.py +362 -13
  725. githubkit/versions/v2022_11_28/models/group_0808.py +11 -490
  726. githubkit/versions/v2022_11_28/models/group_0809.py +58 -35
  727. githubkit/versions/v2022_11_28/models/group_0810.py +16 -11
  728. githubkit/versions/v2022_11_28/models/group_0811.py +355 -16
  729. githubkit/versions/v2022_11_28/models/group_0812.py +21 -4
  730. githubkit/versions/v2022_11_28/models/group_0813.py +490 -14
  731. githubkit/versions/v2022_11_28/models/group_0814.py +36 -7
  732. githubkit/versions/v2022_11_28/models/group_0815.py +11 -8
  733. githubkit/versions/v2022_11_28/models/group_0816.py +19 -6
  734. githubkit/versions/v2022_11_28/models/group_0817.py +4 -10
  735. githubkit/versions/v2022_11_28/models/group_0818.py +6 -17
  736. githubkit/versions/v2022_11_28/models/group_0819.py +11 -5
  737. githubkit/versions/v2022_11_28/models/group_0820.py +7 -9
  738. githubkit/versions/v2022_11_28/models/group_0821.py +7 -29
  739. githubkit/versions/v2022_11_28/models/group_0822.py +7 -23
  740. githubkit/versions/v2022_11_28/models/group_0823.py +30 -30
  741. githubkit/versions/v2022_11_28/models/group_0824.py +5 -13
  742. githubkit/versions/v2022_11_28/models/group_0825.py +9 -9
  743. githubkit/versions/v2022_11_28/models/group_0826.py +33 -5
  744. githubkit/versions/v2022_11_28/models/group_0827.py +19 -10
  745. githubkit/versions/v2022_11_28/models/group_0828.py +30 -12
  746. githubkit/versions/v2022_11_28/models/group_0829.py +6 -14
  747. githubkit/versions/v2022_11_28/models/group_0830.py +7 -7
  748. githubkit/versions/v2022_11_28/models/group_0831.py +4 -12
  749. githubkit/versions/v2022_11_28/models/group_0832.py +11 -112
  750. githubkit/versions/v2022_11_28/models/group_0833.py +13 -26
  751. githubkit/versions/v2022_11_28/models/group_0834.py +10 -10
  752. githubkit/versions/v2022_11_28/models/group_0835.py +5 -11
  753. githubkit/versions/v2022_11_28/models/group_0836.py +8 -8
  754. githubkit/versions/v2022_11_28/models/group_0837.py +112 -9
  755. githubkit/versions/v2022_11_28/models/group_0838.py +24 -15
  756. githubkit/versions/v2022_11_28/models/group_0839.py +10 -11
  757. githubkit/versions/v2022_11_28/models/group_0840.py +9 -8
  758. githubkit/versions/v2022_11_28/models/group_0841.py +6 -7
  759. githubkit/versions/v2022_11_28/models/group_0842.py +11 -9
  760. githubkit/versions/v2022_11_28/models/group_0843.py +19 -9
  761. githubkit/versions/v2022_11_28/models/group_0844.py +10 -24
  762. githubkit/versions/v2022_11_28/models/group_0845.py +12 -30
  763. githubkit/versions/v2022_11_28/models/group_0846.py +10 -12
  764. githubkit/versions/v2022_11_28/models/group_0847.py +9 -6
  765. githubkit/versions/v2022_11_28/models/group_0848.py +7 -30
  766. githubkit/versions/v2022_11_28/models/group_0849.py +24 -11
  767. githubkit/versions/v2022_11_28/models/group_0850.py +15 -9
  768. githubkit/versions/v2022_11_28/models/group_0851.py +4 -4
  769. githubkit/versions/v2022_11_28/models/group_0852.py +5 -5
  770. githubkit/versions/v2022_11_28/models/group_0853.py +30 -8
  771. githubkit/versions/v2022_11_28/models/group_0854.py +10 -14
  772. githubkit/versions/v2022_11_28/models/group_0855.py +16 -8
  773. githubkit/versions/v2022_11_28/models/group_0856.py +12 -9
  774. githubkit/versions/v2022_11_28/models/group_0857.py +7 -35
  775. githubkit/versions/v2022_11_28/models/group_0858.py +14 -31
  776. githubkit/versions/v2022_11_28/models/group_0859.py +19 -10
  777. githubkit/versions/v2022_11_28/models/group_0860.py +8 -6
  778. githubkit/versions/v2022_11_28/models/group_0861.py +7 -6
  779. githubkit/versions/v2022_11_28/models/group_0862.py +36 -7
  780. githubkit/versions/v2022_11_28/models/group_0863.py +21 -7
  781. githubkit/versions/v2022_11_28/models/group_0864.py +12 -7
  782. githubkit/versions/v2022_11_28/models/group_0865.py +6 -7
  783. githubkit/versions/v2022_11_28/models/group_0866.py +11 -8
  784. githubkit/versions/v2022_11_28/models/group_0867.py +8 -10
  785. githubkit/versions/v2022_11_28/models/group_0868.py +11 -8
  786. githubkit/versions/v2022_11_28/models/group_0869.py +6 -28
  787. githubkit/versions/v2022_11_28/models/group_0870.py +8 -27
  788. githubkit/versions/v2022_11_28/models/group_0871.py +7 -12
  789. githubkit/versions/v2022_11_28/models/group_0872.py +8 -6
  790. githubkit/versions/v2022_11_28/models/group_0873.py +6 -42
  791. githubkit/versions/v2022_11_28/models/group_0874.py +19 -32
  792. githubkit/versions/v2022_11_28/models/group_0875.py +17 -13
  793. githubkit/versions/v2022_11_28/models/group_0876.py +6 -6
  794. githubkit/versions/v2022_11_28/models/group_0877.py +12 -4
  795. githubkit/versions/v2022_11_28/models/group_0878.py +33 -15
  796. githubkit/versions/v2022_11_28/models/group_0879.py +39 -9
  797. githubkit/versions/v2022_11_28/models/group_0880.py +15 -7
  798. githubkit/versions/v2022_11_28/models/group_0881.py +10 -40
  799. githubkit/versions/v2022_11_28/models/group_0882.py +4 -19
  800. githubkit/versions/v2022_11_28/models/group_0883.py +18 -11
  801. githubkit/versions/v2022_11_28/models/group_0884.py +11 -9
  802. githubkit/versions/v2022_11_28/models/group_0885.py +15 -4
  803. githubkit/versions/v2022_11_28/models/group_0886.py +41 -6
  804. githubkit/versions/v2022_11_28/models/group_0887.py +10 -16
  805. githubkit/versions/v2022_11_28/models/group_0888.py +13 -10
  806. githubkit/versions/v2022_11_28/models/group_0889.py +10 -12
  807. githubkit/versions/v2022_11_28/models/group_0890.py +4 -12
  808. githubkit/versions/v2022_11_28/models/group_0891.py +6 -8
  809. githubkit/versions/v2022_11_28/models/group_0892.py +17 -9
  810. githubkit/versions/v2022_11_28/models/group_0893.py +11 -18
  811. githubkit/versions/v2022_11_28/models/group_0894.py +11 -11
  812. githubkit/versions/v2022_11_28/models/group_0895.py +7 -114
  813. githubkit/versions/v2022_11_28/models/group_0896.py +7 -66
  814. githubkit/versions/v2022_11_28/models/group_0897.py +9 -63
  815. githubkit/versions/v2022_11_28/models/group_0898.py +22 -27
  816. githubkit/versions/v2022_11_28/models/group_0899.py +14 -26
  817. githubkit/versions/v2022_11_28/models/group_0900.py +112 -8
  818. githubkit/versions/v2022_11_28/models/group_0901.py +70 -8
  819. githubkit/versions/v2022_11_28/models/group_0902.py +75 -5
  820. githubkit/versions/v2022_11_28/models/group_0903.py +41 -15
  821. githubkit/versions/v2022_11_28/models/group_0904.py +26 -16
  822. githubkit/versions/v2022_11_28/models/group_0905.py +11 -10
  823. githubkit/versions/v2022_11_28/models/group_0906.py +9 -8
  824. githubkit/versions/v2022_11_28/models/group_0907.py +5 -12
  825. githubkit/versions/v2022_11_28/models/group_0908.py +11 -8
  826. githubkit/versions/v2022_11_28/models/group_0909.py +18 -9
  827. githubkit/versions/v2022_11_28/models/group_0910.py +8 -9
  828. githubkit/versions/v2022_11_28/models/group_0911.py +8 -8
  829. githubkit/versions/v2022_11_28/models/group_0912.py +8 -10
  830. githubkit/versions/v2022_11_28/models/group_0913.py +6 -13
  831. githubkit/versions/v2022_11_28/models/group_0914.py +13 -4
  832. githubkit/versions/v2022_11_28/models/group_0915.py +9 -23
  833. githubkit/versions/v2022_11_28/models/group_0916.py +5 -19
  834. githubkit/versions/v2022_11_28/models/group_0917.py +14 -5
  835. githubkit/versions/v2022_11_28/models/group_0918.py +15 -6
  836. githubkit/versions/v2022_11_28/models/group_0919.py +4 -13
  837. githubkit/versions/v2022_11_28/models/group_0920.py +11 -10
  838. githubkit/versions/v2022_11_28/models/group_0921.py +24 -8
  839. githubkit/versions/v2022_11_28/models/group_0922.py +8 -4
  840. githubkit/versions/v2022_11_28/models/group_0923.py +6 -10
  841. githubkit/versions/v2022_11_28/models/group_0924.py +8 -21
  842. githubkit/versions/v2022_11_28/models/group_0925.py +19 -5
  843. githubkit/versions/v2022_11_28/models/group_0926.py +8 -9
  844. githubkit/versions/v2022_11_28/models/group_0927.py +4 -8
  845. githubkit/versions/v2022_11_28/models/group_0928.py +7 -4
  846. githubkit/versions/v2022_11_28/models/group_0929.py +13 -192
  847. githubkit/versions/v2022_11_28/models/group_0930.py +8 -10
  848. githubkit/versions/v2022_11_28/models/group_0931.py +8 -6
  849. githubkit/versions/v2022_11_28/models/group_0932.py +5 -18
  850. githubkit/versions/v2022_11_28/models/group_0933.py +8 -11
  851. githubkit/versions/v2022_11_28/models/group_0934.py +200 -9
  852. githubkit/versions/v2022_11_28/models/group_0935.py +10 -12
  853. githubkit/versions/v2022_11_28/models/group_0936.py +7 -10
  854. githubkit/versions/v2022_11_28/models/group_0937.py +11 -13
  855. githubkit/versions/v2022_11_28/models/group_0938.py +9 -8
  856. githubkit/versions/v2022_11_28/models/group_0939.py +9 -8
  857. githubkit/versions/v2022_11_28/models/group_0940.py +12 -10
  858. githubkit/versions/v2022_11_28/models/group_0941.py +7 -8
  859. githubkit/versions/v2022_11_28/models/group_0942.py +19 -12
  860. githubkit/versions/v2022_11_28/models/group_0943.py +10 -12
  861. githubkit/versions/v2022_11_28/models/group_0944.py +10 -11
  862. githubkit/versions/v2022_11_28/models/group_0945.py +11 -7
  863. githubkit/versions/v2022_11_28/models/group_0946.py +11 -7
  864. githubkit/versions/v2022_11_28/models/group_0947.py +11 -7
  865. githubkit/versions/v2022_11_28/models/group_0948.py +10 -19
  866. githubkit/versions/v2022_11_28/models/group_0949.py +12 -10
  867. githubkit/versions/v2022_11_28/models/group_0950.py +9 -6
  868. githubkit/versions/v2022_11_28/models/group_0951.py +7 -6
  869. githubkit/versions/v2022_11_28/models/group_0952.py +8 -33
  870. githubkit/versions/v2022_11_28/models/group_0953.py +13 -27
  871. githubkit/versions/v2022_11_28/models/group_0954.py +7 -9
  872. githubkit/versions/v2022_11_28/models/group_0955.py +6 -16
  873. githubkit/versions/v2022_11_28/models/group_0956.py +6 -213
  874. githubkit/versions/v2022_11_28/models/group_0957.py +28 -86
  875. githubkit/versions/v2022_11_28/models/group_0958.py +19 -32
  876. githubkit/versions/v2022_11_28/models/group_0959.py +11 -15
  877. githubkit/versions/v2022_11_28/models/group_0960.py +16 -17
  878. githubkit/versions/v2022_11_28/models/group_0961.py +206 -9
  879. githubkit/versions/v2022_11_28/models/group_0962.py +89 -8
  880. githubkit/versions/v2022_11_28/models/group_0963.py +38 -8
  881. githubkit/versions/v2022_11_28/models/group_0964.py +10 -8
  882. githubkit/versions/v2022_11_28/models/group_0965.py +12 -6
  883. githubkit/versions/v2022_11_28/models/group_0966.py +11 -6
  884. githubkit/versions/v2022_11_28/models/group_0967.py +8 -8
  885. githubkit/versions/v2022_11_28/models/group_0968.py +8 -6
  886. githubkit/versions/v2022_11_28/models/group_0969.py +8 -6
  887. githubkit/versions/v2022_11_28/models/group_0970.py +6 -8
  888. githubkit/versions/v2022_11_28/models/group_0971.py +13 -5
  889. githubkit/versions/v2022_11_28/models/group_0972.py +10 -100
  890. githubkit/versions/v2022_11_28/models/group_0973.py +10 -58
  891. githubkit/versions/v2022_11_28/models/group_0974.py +12 -61
  892. githubkit/versions/v2022_11_28/models/group_0975.py +9 -102
  893. githubkit/versions/v2022_11_28/models/group_0976.py +6 -61
  894. githubkit/versions/v2022_11_28/models/group_0977.py +88 -45
  895. githubkit/versions/v2022_11_28/models/group_0978.py +57 -6
  896. githubkit/versions/v2022_11_28/models/group_0979.py +53 -24
  897. githubkit/versions/v2022_11_28/models/group_0980.py +100 -10
  898. githubkit/versions/v2022_11_28/models/group_0981.py +48 -14
  899. githubkit/versions/v2022_11_28/models/group_0982.py +46 -22
  900. githubkit/versions/v2022_11_28/models/group_0983.py +5 -13
  901. githubkit/versions/v2022_11_28/models/group_0984.py +24 -43
  902. githubkit/versions/v2022_11_28/models/group_0985.py +10 -23
  903. githubkit/versions/v2022_11_28/models/group_0986.py +23 -9
  904. githubkit/versions/v2022_11_28/models/group_0987.py +34 -22
  905. githubkit/versions/v2022_11_28/models/group_0988.py +10 -21
  906. githubkit/versions/v2022_11_28/models/group_0989.py +43 -16
  907. githubkit/versions/v2022_11_28/models/group_0990.py +24 -8
  908. githubkit/versions/v2022_11_28/models/group_0991.py +10 -5
  909. githubkit/versions/v2022_11_28/models/group_0992.py +25 -9
  910. githubkit/versions/v2022_11_28/models/group_0993.py +24 -17
  911. githubkit/versions/v2022_11_28/models/group_0994.py +14 -11
  912. githubkit/versions/v2022_11_28/models/group_0995.py +6 -57
  913. githubkit/versions/v2022_11_28/models/group_0996.py +5 -54
  914. githubkit/versions/v2022_11_28/models/group_0997.py +7 -20
  915. githubkit/versions/v2022_11_28/models/group_0998.py +17 -24
  916. githubkit/versions/v2022_11_28/models/group_0999.py +11 -20
  917. githubkit/versions/v2022_11_28/models/group_1000.py +59 -10
  918. githubkit/versions/v2022_11_28/models/group_1001.py +42 -37
  919. githubkit/versions/v2022_11_28/models/group_1002.py +23 -5
  920. githubkit/versions/v2022_11_28/models/group_1003.py +27 -40
  921. githubkit/versions/v2022_11_28/models/group_1004.py +11 -22
  922. githubkit/versions/v2022_11_28/models/group_1005.py +10 -47
  923. githubkit/versions/v2022_11_28/models/group_1006.py +40 -30
  924. githubkit/versions/v2022_11_28/models/group_1007.py +5 -14
  925. githubkit/versions/v2022_11_28/models/group_1008.py +32 -20
  926. githubkit/versions/v2022_11_28/models/group_1009.py +25 -14
  927. githubkit/versions/v2022_11_28/models/group_1010.py +45 -7
  928. githubkit/versions/v2022_11_28/models/group_1011.py +23 -56
  929. githubkit/versions/v2022_11_28/models/group_1012.py +15 -7
  930. githubkit/versions/v2022_11_28/models/group_1013.py +21 -7
  931. githubkit/versions/v2022_11_28/models/group_1014.py +11 -34
  932. githubkit/versions/v2022_11_28/models/group_1015.py +7 -38
  933. githubkit/versions/v2022_11_28/models/group_1016.py +49 -27
  934. githubkit/versions/v2022_11_28/models/group_1017.py +7 -51
  935. githubkit/versions/v2022_11_28/models/group_1018.py +7 -16
  936. githubkit/versions/v2022_11_28/models/group_1019.py +31 -15
  937. githubkit/versions/v2022_11_28/models/group_1020.py +31 -13
  938. githubkit/versions/v2022_11_28/models/group_1021.py +46 -6
  939. githubkit/versions/v2022_11_28/models/group_1022.py +29 -7
  940. githubkit/versions/v2022_11_28/models/group_1023.py +23 -4
  941. githubkit/versions/v2022_11_28/models/group_1024.py +19 -8
  942. githubkit/versions/v2022_11_28/models/group_1025.py +15 -29
  943. githubkit/versions/v2022_11_28/models/group_1026.py +8 -5
  944. githubkit/versions/v2022_11_28/models/group_1027.py +6 -8
  945. githubkit/versions/v2022_11_28/models/group_1028.py +4 -54
  946. githubkit/versions/v2022_11_28/models/group_1029.py +9 -7
  947. githubkit/versions/v2022_11_28/models/group_1030.py +32 -6
  948. githubkit/versions/v2022_11_28/models/group_1031.py +4 -4
  949. githubkit/versions/v2022_11_28/models/group_1032.py +9 -11
  950. githubkit/versions/v2022_11_28/models/group_1033.py +43 -17
  951. githubkit/versions/v2022_11_28/models/group_1034.py +12 -5
  952. githubkit/versions/v2022_11_28/models/group_1035.py +6 -7
  953. githubkit/versions/v2022_11_28/models/group_1036.py +5 -25
  954. githubkit/versions/v2022_11_28/models/group_1037.py +14 -5
  955. githubkit/versions/v2022_11_28/models/group_1038.py +19 -11
  956. githubkit/versions/v2022_11_28/models/group_1039.py +5 -11
  957. githubkit/versions/v2022_11_28/models/group_1040.py +10 -8
  958. githubkit/versions/v2022_11_28/models/group_1041.py +20 -15
  959. githubkit/versions/v2022_11_28/models/group_1042.py +5 -18
  960. githubkit/versions/v2022_11_28/models/group_1043.py +13 -6
  961. githubkit/versions/v2022_11_28/models/group_1044.py +10 -15
  962. githubkit/versions/v2022_11_28/models/group_1045.py +8 -17
  963. githubkit/versions/v2022_11_28/models/group_1046.py +9 -15
  964. githubkit/versions/v2022_11_28/models/group_1047.py +14 -8
  965. githubkit/versions/v2022_11_28/models/group_1048.py +7 -8
  966. githubkit/versions/v2022_11_28/models/group_1049.py +14 -13
  967. githubkit/versions/v2022_11_28/models/group_1050.py +14 -20
  968. githubkit/versions/v2022_11_28/models/group_1051.py +15 -18
  969. githubkit/versions/v2022_11_28/models/group_1052.py +7 -22
  970. githubkit/versions/v2022_11_28/models/group_1053.py +6 -26
  971. githubkit/versions/v2022_11_28/models/group_1054.py +11 -23
  972. githubkit/versions/v2022_11_28/models/group_1055.py +20 -11
  973. githubkit/versions/v2022_11_28/models/group_1056.py +19 -10
  974. githubkit/versions/v2022_11_28/models/group_1057.py +20 -10
  975. githubkit/versions/v2022_11_28/models/group_1058.py +21 -16
  976. githubkit/versions/v2022_11_28/models/group_1059.py +24 -7
  977. githubkit/versions/v2022_11_28/models/group_1060.py +13 -30
  978. githubkit/versions/v2022_11_28/models/group_1061.py +17 -5
  979. githubkit/versions/v2022_11_28/models/group_1062.py +14 -8
  980. githubkit/versions/v2022_11_28/models/group_1063.py +20 -18
  981. githubkit/versions/v2022_11_28/models/group_1064.py +7 -42
  982. githubkit/versions/v2022_11_28/models/group_1065.py +9 -40
  983. githubkit/versions/v2022_11_28/models/group_1066.py +39 -9
  984. githubkit/versions/v2022_11_28/models/group_1067.py +5 -21
  985. githubkit/versions/v2022_11_28/models/group_1068.py +11 -8
  986. githubkit/versions/v2022_11_28/models/group_1069.py +28 -10
  987. githubkit/versions/v2022_11_28/models/group_1070.py +40 -9
  988. githubkit/versions/v2022_11_28/models/group_1071.py +37 -9
  989. githubkit/versions/v2022_11_28/models/group_1072.py +5 -14
  990. githubkit/versions/v2022_11_28/models/group_1073.py +13 -39
  991. githubkit/versions/v2022_11_28/models/group_1074.py +8 -5
  992. githubkit/versions/v2022_11_28/models/group_1075.py +6 -10
  993. githubkit/versions/v2022_11_28/models/group_1076.py +9 -9
  994. githubkit/versions/v2022_11_28/models/group_1077.py +11 -7
  995. githubkit/versions/v2022_11_28/models/group_1078.py +12 -6
  996. githubkit/versions/v2022_11_28/models/group_1079.py +32 -22
  997. githubkit/versions/v2022_11_28/models/group_1080.py +5 -12
  998. githubkit/versions/v2022_11_28/models/group_1081.py +9 -18
  999. githubkit/versions/v2022_11_28/models/group_1082.py +7 -26
  1000. githubkit/versions/v2022_11_28/models/group_1083.py +9 -8
  1001. githubkit/versions/v2022_11_28/models/group_1084.py +6 -64
  1002. githubkit/versions/v2022_11_28/models/group_1085.py +27 -57
  1003. githubkit/versions/v2022_11_28/models/group_1086.py +8 -17
  1004. githubkit/versions/v2022_11_28/models/group_1087.py +13 -14
  1005. githubkit/versions/v2022_11_28/models/group_1088.py +27 -8
  1006. githubkit/versions/v2022_11_28/models/group_1089.py +8 -6
  1007. githubkit/versions/v2022_11_28/models/group_1090.py +64 -7
  1008. githubkit/versions/v2022_11_28/models/group_1091.py +60 -11
  1009. githubkit/versions/v2022_11_28/models/group_1092.py +14 -15
  1010. githubkit/versions/v2022_11_28/models/group_1093.py +21 -12
  1011. githubkit/versions/v2022_11_28/models/group_1094.py +13 -20
  1012. githubkit/versions/v2022_11_28/models/group_1095.py +7 -17
  1013. githubkit/versions/v2022_11_28/models/group_1096.py +9 -6
  1014. githubkit/versions/v2022_11_28/models/group_1097.py +16 -8
  1015. githubkit/versions/v2022_11_28/models/group_1098.py +14 -21
  1016. githubkit/versions/v2022_11_28/models/group_1099.py +13 -12
  1017. githubkit/versions/v2022_11_28/models/group_1100.py +16 -11
  1018. githubkit/versions/v2022_11_28/models/group_1101.py +17 -5
  1019. githubkit/versions/v2022_11_28/models/group_1102.py +6 -5
  1020. githubkit/versions/v2022_11_28/models/group_1103.py +8 -15
  1021. githubkit/versions/v2022_11_28/models/group_1104.py +26 -8
  1022. githubkit/versions/v2022_11_28/models/group_1105.py +9 -8
  1023. githubkit/versions/v2022_11_28/models/group_1106.py +9 -9
  1024. githubkit/versions/v2022_11_28/models/group_1107.py +5 -8
  1025. githubkit/versions/v2022_11_28/models/group_1108.py +5 -12
  1026. githubkit/versions/v2022_11_28/models/group_1109.py +15 -28
  1027. githubkit/versions/v2022_11_28/models/group_1110.py +10 -12
  1028. githubkit/versions/v2022_11_28/models/group_1111.py +6 -45
  1029. githubkit/versions/v2022_11_28/models/group_1112.py +6 -41
  1030. githubkit/versions/v2022_11_28/models/group_1113.py +8 -34
  1031. githubkit/versions/v2022_11_28/models/group_1114.py +7 -20
  1032. githubkit/versions/v2022_11_28/models/group_1115.py +31 -14
  1033. githubkit/versions/v2022_11_28/models/group_1116.py +12 -8
  1034. githubkit/versions/v2022_11_28/models/group_1117.py +40 -8
  1035. githubkit/versions/v2022_11_28/models/group_1118.py +45 -8
  1036. githubkit/versions/v2022_11_28/models/group_1119.py +32 -10
  1037. githubkit/versions/v2022_11_28/models/group_1120.py +17 -7
  1038. githubkit/versions/v2022_11_28/models/group_1121.py +11 -11
  1039. githubkit/versions/v2022_11_28/models/group_1122.py +6 -15
  1040. githubkit/versions/v2022_11_28/models/group_1123.py +15 -7
  1041. githubkit/versions/v2022_11_28/models/group_1124.py +6 -9
  1042. githubkit/versions/v2022_11_28/models/group_1125.py +10 -12
  1043. githubkit/versions/v2022_11_28/models/group_1126.py +12 -4
  1044. githubkit/versions/v2022_11_28/models/group_1127.py +11 -12
  1045. githubkit/versions/v2022_11_28/models/group_1128.py +16 -7
  1046. githubkit/versions/v2022_11_28/models/group_1129.py +7 -36
  1047. githubkit/versions/v2022_11_28/models/group_1130.py +10 -9
  1048. githubkit/versions/v2022_11_28/models/group_1131.py +11 -87
  1049. githubkit/versions/v2022_11_28/models/group_1132.py +4 -17
  1050. githubkit/versions/v2022_11_28/models/group_1133.py +13 -12
  1051. githubkit/versions/v2022_11_28/models/group_1134.py +7 -17
  1052. githubkit/versions/v2022_11_28/models/group_1135.py +60 -0
  1053. githubkit/versions/v2022_11_28/models/group_1136.py +33 -0
  1054. githubkit/versions/v2022_11_28/models/group_1137.py +111 -0
  1055. githubkit/versions/v2022_11_28/models/group_1138.py +35 -0
  1056. githubkit/versions/v2022_11_28/models/group_1139.py +35 -0
  1057. githubkit/versions/v2022_11_28/models/group_1140.py +36 -0
  1058. githubkit/versions/v2022_11_28/rest/actions.py +496 -0
  1059. githubkit/versions/v2022_11_28/rest/activity.py +128 -0
  1060. githubkit/versions/v2022_11_28/rest/apps.py +148 -0
  1061. githubkit/versions/v2022_11_28/rest/billing.py +24 -0
  1062. githubkit/versions/v2022_11_28/rest/checks.py +48 -0
  1063. githubkit/versions/v2022_11_28/rest/classroom.py +24 -0
  1064. githubkit/versions/v2022_11_28/rest/code_scanning.py +56 -0
  1065. githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +8 -0
  1066. githubkit/versions/v2022_11_28/rest/codespaces.py +192 -0
  1067. githubkit/versions/v2022_11_28/rest/copilot.py +28 -0
  1068. githubkit/versions/v2022_11_28/rest/dependabot.py +76 -0
  1069. githubkit/versions/v2022_11_28/rest/dependency_graph.py +12 -0
  1070. githubkit/versions/v2022_11_28/rest/emojis.py +4 -0
  1071. githubkit/versions/v2022_11_28/rest/gists.py +80 -0
  1072. githubkit/versions/v2022_11_28/rest/git.py +52 -0
  1073. githubkit/versions/v2022_11_28/rest/gitignore.py +8 -0
  1074. githubkit/versions/v2022_11_28/rest/interactions.py +36 -0
  1075. githubkit/versions/v2022_11_28/rest/issues.py +160 -0
  1076. githubkit/versions/v2022_11_28/rest/licenses.py +12 -0
  1077. githubkit/versions/v2022_11_28/rest/markdown.py +8 -0
  1078. githubkit/versions/v2022_11_28/rest/meta.py +20 -0
  1079. githubkit/versions/v2022_11_28/rest/migrations.py +88 -0
  1080. githubkit/versions/v2022_11_28/rest/oidc.py +8 -0
  1081. githubkit/versions/v2022_11_28/rest/orgs.py +304 -0
  1082. githubkit/versions/v2022_11_28/rest/packages.py +108 -0
  1083. githubkit/versions/v2022_11_28/rest/projects.py +100 -0
  1084. githubkit/versions/v2022_11_28/rest/pulls.py +108 -0
  1085. githubkit/versions/v2022_11_28/rest/rate_limit.py +4 -0
  1086. githubkit/versions/v2022_11_28/rest/reactions.py +100 -0
  1087. githubkit/versions/v2022_11_28/rest/repos.py +1034 -20
  1088. githubkit/versions/v2022_11_28/rest/search.py +28 -0
  1089. githubkit/versions/v2022_11_28/rest/secret_scanning.py +24 -0
  1090. githubkit/versions/v2022_11_28/rest/security_advisories.py +40 -0
  1091. githubkit/versions/v2022_11_28/rest/teams.py +240 -0
  1092. githubkit/versions/v2022_11_28/rest/users.py +164 -0
  1093. githubkit/versions/v2022_11_28/types/__init__.py +4493 -4471
  1094. githubkit/versions/v2022_11_28/types/group_0091.py +3 -0
  1095. githubkit/versions/v2022_11_28/types/group_0092.py +2 -2
  1096. githubkit/versions/v2022_11_28/types/group_0095.py +11 -0
  1097. githubkit/versions/v2022_11_28/types/group_0103.py +7 -9
  1098. githubkit/versions/v2022_11_28/types/group_0104.py +17 -10
  1099. githubkit/versions/v2022_11_28/types/group_0105.py +12 -38
  1100. githubkit/versions/v2022_11_28/types/group_0106.py +11 -8
  1101. githubkit/versions/v2022_11_28/types/group_0107.py +15 -5
  1102. githubkit/versions/v2022_11_28/types/group_0108.py +37 -5
  1103. githubkit/versions/v2022_11_28/types/group_0109.py +8 -9
  1104. githubkit/versions/v2022_11_28/types/group_0110.py +4 -5
  1105. githubkit/versions/v2022_11_28/types/group_0111.py +6 -10
  1106. githubkit/versions/v2022_11_28/types/group_0112.py +13 -9
  1107. githubkit/versions/v2022_11_28/types/group_0113.py +6 -13
  1108. githubkit/versions/v2022_11_28/types/group_0114.py +9 -16
  1109. githubkit/versions/v2022_11_28/types/group_0115.py +9 -12
  1110. githubkit/versions/v2022_11_28/types/group_0116.py +12 -8
  1111. githubkit/versions/v2022_11_28/types/group_0117.py +16 -8
  1112. githubkit/versions/v2022_11_28/types/group_0118.py +10 -7
  1113. githubkit/versions/v2022_11_28/types/group_0119.py +7 -10
  1114. githubkit/versions/v2022_11_28/types/group_0120.py +10 -7
  1115. githubkit/versions/v2022_11_28/types/group_0121.py +7 -10
  1116. githubkit/versions/v2022_11_28/types/group_0122.py +10 -7
  1117. githubkit/versions/v2022_11_28/types/group_0123.py +7 -10
  1118. githubkit/versions/v2022_11_28/types/group_0124.py +10 -7
  1119. githubkit/versions/v2022_11_28/types/group_0125.py +8 -12
  1120. githubkit/versions/v2022_11_28/types/group_0126.py +8 -17
  1121. githubkit/versions/v2022_11_28/types/group_0127.py +8 -96
  1122. githubkit/versions/v2022_11_28/types/group_0128.py +12 -16
  1123. githubkit/versions/v2022_11_28/types/group_0129.py +14 -36
  1124. githubkit/versions/v2022_11_28/types/group_0130.py +95 -19
  1125. githubkit/versions/v2022_11_28/types/group_0131.py +15 -130
  1126. githubkit/versions/v2022_11_28/types/group_0132.py +37 -25
  1127. githubkit/versions/v2022_11_28/types/group_0133.py +24 -7
  1128. githubkit/versions/v2022_11_28/types/group_0134.py +132 -7
  1129. githubkit/versions/v2022_11_28/types/group_0135.py +25 -97
  1130. githubkit/versions/v2022_11_28/types/group_0136.py +12 -36
  1131. githubkit/versions/v2022_11_28/types/group_0137.py +7 -25
  1132. githubkit/versions/v2022_11_28/types/group_0138.py +93 -9
  1133. githubkit/versions/v2022_11_28/types/group_0139.py +28 -8
  1134. githubkit/versions/v2022_11_28/types/group_0140.py +16 -28
  1135. githubkit/versions/v2022_11_28/types/group_0141.py +11 -106
  1136. githubkit/versions/v2022_11_28/types/group_0142.py +10 -23
  1137. githubkit/versions/v2022_11_28/types/group_0143.py +31 -10
  1138. githubkit/versions/v2022_11_28/types/group_0144.py +109 -7
  1139. githubkit/versions/v2022_11_28/types/group_0145.py +24 -8
  1140. githubkit/versions/v2022_11_28/types/group_0146.py +14 -10
  1141. githubkit/versions/v2022_11_28/types/group_0147.py +10 -14
  1142. githubkit/versions/v2022_11_28/types/group_0148.py +8 -33
  1143. githubkit/versions/v2022_11_28/types/group_0149.py +9 -23
  1144. githubkit/versions/v2022_11_28/types/group_0150.py +14 -55
  1145. githubkit/versions/v2022_11_28/types/group_0151.py +32 -9
  1146. githubkit/versions/v2022_11_28/types/group_0152.py +23 -8
  1147. githubkit/versions/v2022_11_28/types/group_0153.py +55 -7
  1148. githubkit/versions/v2022_11_28/types/group_0154.py +9 -7
  1149. githubkit/versions/v2022_11_28/types/group_0155.py +10 -5
  1150. githubkit/versions/v2022_11_28/types/group_0156.py +7 -45
  1151. githubkit/versions/v2022_11_28/types/group_0157.py +8 -39
  1152. githubkit/versions/v2022_11_28/types/group_0158.py +6 -64
  1153. githubkit/versions/v2022_11_28/types/group_0159.py +40 -23
  1154. githubkit/versions/v2022_11_28/types/group_0160.py +38 -5
  1155. githubkit/versions/v2022_11_28/types/group_0161.py +63 -7
  1156. githubkit/versions/v2022_11_28/types/group_0162.py +13 -21
  1157. githubkit/versions/v2022_11_28/types/group_0163.py +11 -42
  1158. githubkit/versions/v2022_11_28/types/group_0164.py +7 -77
  1159. githubkit/versions/v2022_11_28/types/group_0165.py +27 -29
  1160. githubkit/versions/v2022_11_28/types/group_0166.py +30 -19
  1161. githubkit/versions/v2022_11_28/types/group_0167.py +76 -9
  1162. githubkit/versions/v2022_11_28/types/group_0168.py +38 -7
  1163. githubkit/versions/v2022_11_28/types/group_0169.py +20 -19
  1164. githubkit/versions/v2022_11_28/types/group_0170.py +9 -28
  1165. githubkit/versions/v2022_11_28/types/group_0171.py +7 -115
  1166. githubkit/versions/v2022_11_28/types/group_0172.py +17 -123
  1167. githubkit/versions/v2022_11_28/types/group_0173.py +20 -16
  1168. githubkit/versions/v2022_11_28/types/group_0174.py +113 -6
  1169. githubkit/versions/v2022_11_28/types/group_0175.py +131 -9
  1170. githubkit/versions/v2022_11_28/types/group_0176.py +24 -19
  1171. githubkit/versions/v2022_11_28/types/group_0177.py +7 -40
  1172. githubkit/versions/v2022_11_28/types/group_0178.py +8 -24
  1173. githubkit/versions/v2022_11_28/types/group_0179.py +20 -29
  1174. githubkit/versions/v2022_11_28/types/group_0180.py +32 -115
  1175. githubkit/versions/v2022_11_28/types/group_0181.py +24 -21
  1176. githubkit/versions/v2022_11_28/types/group_0182.py +22 -23
  1177. githubkit/versions/v2022_11_28/types/group_0183.py +121 -21
  1178. githubkit/versions/v2022_11_28/types/group_0184.py +17 -56
  1179. githubkit/versions/v2022_11_28/types/group_0185.py +30 -17
  1180. githubkit/versions/v2022_11_28/types/group_0186.py +20 -50
  1181. githubkit/versions/v2022_11_28/types/group_0187.py +47 -18
  1182. githubkit/versions/v2022_11_28/types/group_0188.py +23 -33
  1183. githubkit/versions/v2022_11_28/types/group_0189.py +49 -39
  1184. githubkit/versions/v2022_11_28/types/group_0190.py +29 -20
  1185. githubkit/versions/v2022_11_28/types/group_0191.py +33 -15
  1186. githubkit/versions/v2022_11_28/types/group_0192.py +42 -17
  1187. githubkit/versions/v2022_11_28/types/group_0193.py +24 -30
  1188. githubkit/versions/v2022_11_28/types/group_0194.py +10 -24
  1189. githubkit/versions/v2022_11_28/types/group_0195.py +18 -8
  1190. githubkit/versions/v2022_11_28/types/group_0196.py +31 -8
  1191. githubkit/versions/v2022_11_28/types/group_0197.py +23 -7
  1192. githubkit/versions/v2022_11_28/types/group_0198.py +8 -21
  1193. githubkit/versions/v2022_11_28/types/group_0199.py +6 -8
  1194. githubkit/versions/v2022_11_28/types/group_0200.py +6 -20
  1195. githubkit/versions/v2022_11_28/types/group_0201.py +16 -47
  1196. githubkit/versions/v2022_11_28/types/group_0202.py +6 -48
  1197. githubkit/versions/v2022_11_28/types/group_0203.py +19 -17
  1198. githubkit/versions/v2022_11_28/types/group_0204.py +53 -6
  1199. githubkit/versions/v2022_11_28/types/group_0205.py +45 -9
  1200. githubkit/versions/v2022_11_28/types/group_0206.py +12 -68
  1201. githubkit/versions/v2022_11_28/types/group_0207.py +7 -26
  1202. githubkit/versions/v2022_11_28/types/group_0208.py +13 -13
  1203. githubkit/versions/v2022_11_28/types/group_0209.py +62 -23
  1204. githubkit/versions/v2022_11_28/types/group_0210.py +23 -17
  1205. githubkit/versions/v2022_11_28/types/group_0211.py +13 -40
  1206. githubkit/versions/v2022_11_28/types/group_0212.py +33 -20
  1207. githubkit/versions/v2022_11_28/types/group_0213.py +19 -54
  1208. githubkit/versions/v2022_11_28/types/group_0214.py +34 -20
  1209. githubkit/versions/v2022_11_28/types/group_0215.py +22 -31
  1210. githubkit/versions/v2022_11_28/types/group_0216.py +38 -12
  1211. githubkit/versions/v2022_11_28/types/group_0217.py +10 -13
  1212. githubkit/versions/v2022_11_28/types/group_0218.py +25 -90
  1213. githubkit/versions/v2022_11_28/types/group_0219.py +30 -29
  1214. githubkit/versions/v2022_11_28/types/group_0220.py +29 -33
  1215. githubkit/versions/v2022_11_28/types/group_0221.py +95 -10
  1216. githubkit/versions/v2022_11_28/types/group_0222.py +34 -32
  1217. githubkit/versions/v2022_11_28/types/group_0223.py +30 -57
  1218. githubkit/versions/v2022_11_28/types/group_0224.py +12 -6
  1219. githubkit/versions/v2022_11_28/types/group_0225.py +26 -11
  1220. githubkit/versions/v2022_11_28/types/group_0226.py +50 -16
  1221. githubkit/versions/v2022_11_28/types/group_0227.py +6 -49
  1222. githubkit/versions/v2022_11_28/types/group_0228.py +10 -27
  1223. githubkit/versions/v2022_11_28/types/group_0229.py +26 -9
  1224. githubkit/versions/v2022_11_28/types/group_0230.py +34 -44
  1225. githubkit/versions/v2022_11_28/types/group_0231.py +25 -10
  1226. githubkit/versions/v2022_11_28/types/group_0232.py +9 -9
  1227. githubkit/versions/v2022_11_28/types/group_0233.py +58 -5
  1228. githubkit/versions/v2022_11_28/types/group_0234.py +14 -5
  1229. githubkit/versions/v2022_11_28/types/group_0235.py +9 -10
  1230. githubkit/versions/v2022_11_28/types/group_0236.py +6 -29
  1231. githubkit/versions/v2022_11_28/types/group_0237.py +4 -8
  1232. githubkit/versions/v2022_11_28/types/group_0238.py +8 -12
  1233. githubkit/versions/v2022_11_28/types/group_0239.py +20 -62
  1234. githubkit/versions/v2022_11_28/types/group_0240.py +4 -17
  1235. githubkit/versions/v2022_11_28/types/group_0241.py +9 -32
  1236. githubkit/versions/v2022_11_28/types/group_0242.py +63 -17
  1237. githubkit/versions/v2022_11_28/types/group_0243.py +21 -7
  1238. githubkit/versions/v2022_11_28/types/group_0244.py +28 -32
  1239. githubkit/versions/v2022_11_28/types/group_0245.py +17 -50
  1240. githubkit/versions/v2022_11_28/types/group_0246.py +7 -13
  1241. githubkit/versions/v2022_11_28/types/group_0247.py +25 -11
  1242. githubkit/versions/v2022_11_28/types/group_0248.py +48 -95
  1243. githubkit/versions/v2022_11_28/types/group_0249.py +10 -28
  1244. githubkit/versions/v2022_11_28/types/group_0250.py +9 -30
  1245. githubkit/versions/v2022_11_28/types/group_0251.py +93 -10
  1246. githubkit/versions/v2022_11_28/types/group_0252.py +17 -8
  1247. githubkit/versions/v2022_11_28/types/group_0253.py +11 -10
  1248. githubkit/versions/v2022_11_28/types/group_0254.py +9 -17
  1249. githubkit/versions/v2022_11_28/types/group_0255.py +8 -17
  1250. githubkit/versions/v2022_11_28/types/group_0256.py +15 -9
  1251. githubkit/versions/v2022_11_28/types/group_0257.py +15 -9
  1252. githubkit/versions/v2022_11_28/types/group_0258.py +11 -13
  1253. githubkit/versions/v2022_11_28/types/group_0259.py +9 -6
  1254. githubkit/versions/v2022_11_28/types/group_0260.py +9 -20
  1255. githubkit/versions/v2022_11_28/types/group_0261.py +13 -15
  1256. githubkit/versions/v2022_11_28/types/group_0262.py +6 -20
  1257. githubkit/versions/v2022_11_28/types/group_0263.py +10 -10
  1258. githubkit/versions/v2022_11_28/types/group_0264.py +31 -11
  1259. githubkit/versions/v2022_11_28/types/group_0265.py +27 -29
  1260. githubkit/versions/v2022_11_28/types/group_0266.py +31 -12
  1261. githubkit/versions/v2022_11_28/types/group_0267.py +15 -9
  1262. githubkit/versions/v2022_11_28/types/group_0268.py +32 -67
  1263. githubkit/versions/v2022_11_28/types/group_0269.py +11 -52
  1264. githubkit/versions/v2022_11_28/types/group_0270.py +6 -91
  1265. githubkit/versions/v2022_11_28/types/group_0271.py +66 -15
  1266. githubkit/versions/v2022_11_28/types/group_0272.py +50 -14
  1267. githubkit/versions/v2022_11_28/types/group_0273.py +87 -14
  1268. githubkit/versions/v2022_11_28/types/group_0274.py +16 -11
  1269. githubkit/versions/v2022_11_28/types/group_0275.py +21 -5
  1270. githubkit/versions/v2022_11_28/types/group_0276.py +17 -29
  1271. githubkit/versions/v2022_11_28/types/group_0277.py +14 -8
  1272. githubkit/versions/v2022_11_28/types/group_0278.py +5 -55
  1273. githubkit/versions/v2022_11_28/types/group_0279.py +23 -17
  1274. githubkit/versions/v2022_11_28/types/group_0280.py +9 -7
  1275. githubkit/versions/v2022_11_28/types/group_0281.py +52 -6
  1276. githubkit/versions/v2022_11_28/types/group_0282.py +22 -74
  1277. githubkit/versions/v2022_11_28/types/group_0283.py +6 -74
  1278. githubkit/versions/v2022_11_28/types/group_0284.py +8 -185
  1279. githubkit/versions/v2022_11_28/types/group_0285.py +23 -42
  1280. githubkit/versions/v2022_11_28/types/group_0286.py +79 -129
  1281. githubkit/versions/v2022_11_28/types/group_0287.py +76 -13
  1282. githubkit/versions/v2022_11_28/types/group_0288.py +185 -8
  1283. githubkit/versions/v2022_11_28/types/group_0289.py +41 -15
  1284. githubkit/versions/v2022_11_28/types/group_0290.py +122 -49
  1285. githubkit/versions/v2022_11_28/types/group_0291.py +13 -49
  1286. githubkit/versions/v2022_11_28/types/group_0292.py +8 -7
  1287. githubkit/versions/v2022_11_28/types/group_0293.py +10 -21
  1288. githubkit/versions/v2022_11_28/types/group_0294.py +51 -30
  1289. githubkit/versions/v2022_11_28/types/group_0295.py +47 -6
  1290. githubkit/versions/v2022_11_28/types/group_0296.py +8 -11
  1291. githubkit/versions/v2022_11_28/types/group_0297.py +23 -8
  1292. githubkit/versions/v2022_11_28/types/group_0298.py +39 -15
  1293. githubkit/versions/v2022_11_28/types/group_0299.py +9 -9
  1294. githubkit/versions/v2022_11_28/types/group_0300.py +7 -4
  1295. githubkit/versions/v2022_11_28/types/group_0301.py +5 -8
  1296. githubkit/versions/v2022_11_28/types/group_0302.py +7 -4
  1297. githubkit/versions/v2022_11_28/types/group_0303.py +4 -7
  1298. githubkit/versions/v2022_11_28/types/group_0304.py +5 -8
  1299. githubkit/versions/v2022_11_28/types/group_0305.py +8 -5
  1300. githubkit/versions/v2022_11_28/types/group_0306.py +4 -7
  1301. githubkit/versions/v2022_11_28/types/group_0307.py +6 -6
  1302. githubkit/versions/v2022_11_28/types/group_0308.py +7 -7
  1303. githubkit/versions/v2022_11_28/types/group_0309.py +4 -7
  1304. githubkit/versions/v2022_11_28/types/group_0310.py +6 -6
  1305. githubkit/versions/v2022_11_28/types/group_0311.py +7 -7
  1306. githubkit/versions/v2022_11_28/types/group_0312.py +15 -31
  1307. githubkit/versions/v2022_11_28/types/group_0313.py +10 -70
  1308. githubkit/versions/v2022_11_28/types/group_0314.py +10 -51
  1309. githubkit/versions/v2022_11_28/types/group_0315.py +10 -74
  1310. githubkit/versions/v2022_11_28/types/group_0316.py +27 -12
  1311. githubkit/versions/v2022_11_28/types/group_0317.py +70 -9
  1312. githubkit/versions/v2022_11_28/types/group_0318.py +45 -17
  1313. githubkit/versions/v2022_11_28/types/group_0319.py +76 -7
  1314. githubkit/versions/v2022_11_28/types/group_0320.py +9 -11
  1315. githubkit/versions/v2022_11_28/types/group_0321.py +8 -19
  1316. githubkit/versions/v2022_11_28/types/group_0322.py +22 -9
  1317. githubkit/versions/v2022_11_28/types/group_0323.py +5 -7
  1318. githubkit/versions/v2022_11_28/types/group_0324.py +13 -6
  1319. githubkit/versions/v2022_11_28/types/group_0325.py +19 -11
  1320. githubkit/versions/v2022_11_28/types/group_0326.py +10 -9
  1321. githubkit/versions/v2022_11_28/types/group_0327.py +6 -7
  1322. githubkit/versions/v2022_11_28/types/group_0328.py +5 -11
  1323. githubkit/versions/v2022_11_28/types/group_0329.py +12 -18
  1324. githubkit/versions/v2022_11_28/types/group_0330.py +10 -35
  1325. githubkit/versions/v2022_11_28/types/group_0331.py +8 -45
  1326. githubkit/versions/v2022_11_28/types/group_0332.py +11 -32
  1327. githubkit/versions/v2022_11_28/types/group_0333.py +14 -89
  1328. githubkit/versions/v2022_11_28/types/group_0334.py +22 -16
  1329. githubkit/versions/v2022_11_28/types/group_0335.py +28 -105
  1330. githubkit/versions/v2022_11_28/types/group_0336.py +24 -65
  1331. githubkit/versions/v2022_11_28/types/group_0337.py +82 -43
  1332. githubkit/versions/v2022_11_28/types/group_0338.py +21 -54
  1333. githubkit/versions/v2022_11_28/types/group_0339.py +122 -7
  1334. githubkit/versions/v2022_11_28/types/group_0340.py +72 -13
  1335. githubkit/versions/v2022_11_28/types/group_0341.py +47 -78
  1336. githubkit/versions/v2022_11_28/types/group_0342.py +60 -9
  1337. githubkit/versions/v2022_11_28/types/group_0343.py +6 -59
  1338. githubkit/versions/v2022_11_28/types/group_0344.py +14 -12
  1339. githubkit/versions/v2022_11_28/types/group_0345.py +76 -23
  1340. githubkit/versions/v2022_11_28/types/group_0346.py +9 -6
  1341. githubkit/versions/v2022_11_28/types/group_0347.py +57 -7
  1342. githubkit/versions/v2022_11_28/types/group_0348.py +12 -10
  1343. githubkit/versions/v2022_11_28/types/group_0349.py +27 -12
  1344. githubkit/versions/v2022_11_28/types/group_0350.py +6 -6
  1345. githubkit/versions/v2022_11_28/types/group_0351.py +8 -20
  1346. githubkit/versions/v2022_11_28/types/group_0352.py +11 -11
  1347. githubkit/versions/v2022_11_28/types/group_0353.py +18 -22
  1348. githubkit/versions/v2022_11_28/types/group_0354.py +6 -270
  1349. githubkit/versions/v2022_11_28/types/group_0355.py +19 -25
  1350. githubkit/versions/v2022_11_28/types/group_0356.py +13 -44
  1351. githubkit/versions/v2022_11_28/types/group_0357.py +18 -54
  1352. githubkit/versions/v2022_11_28/types/group_0358.py +248 -103
  1353. githubkit/versions/v2022_11_28/types/group_0359.py +29 -15
  1354. githubkit/versions/v2022_11_28/types/group_0360.py +37 -123
  1355. githubkit/versions/v2022_11_28/types/group_0361.py +55 -21
  1356. githubkit/versions/v2022_11_28/types/group_0362.py +121 -13
  1357. githubkit/versions/v2022_11_28/types/group_0363.py +20 -38
  1358. githubkit/versions/v2022_11_28/types/group_0364.py +127 -15
  1359. githubkit/versions/v2022_11_28/types/group_0365.py +22 -15
  1360. githubkit/versions/v2022_11_28/types/group_0366.py +13 -56
  1361. githubkit/versions/v2022_11_28/types/group_0367.py +34 -62
  1362. githubkit/versions/v2022_11_28/types/group_0368.py +9 -150
  1363. githubkit/versions/v2022_11_28/types/group_0369.py +10 -10
  1364. githubkit/versions/v2022_11_28/types/group_0370.py +61 -6
  1365. githubkit/versions/v2022_11_28/types/group_0371.py +55 -10
  1366. githubkit/versions/v2022_11_28/types/group_0372.py +157 -6
  1367. githubkit/versions/v2022_11_28/types/group_0373.py +9 -22
  1368. githubkit/versions/v2022_11_28/types/group_0374.py +4 -4
  1369. githubkit/versions/v2022_11_28/types/group_0375.py +9 -9
  1370. githubkit/versions/v2022_11_28/types/group_0376.py +4 -4
  1371. githubkit/versions/v2022_11_28/types/group_0377.py +16 -299
  1372. githubkit/versions/v2022_11_28/types/group_0378.py +6 -310
  1373. githubkit/versions/v2022_11_28/types/group_0379.py +9 -297
  1374. githubkit/versions/v2022_11_28/types/group_0380.py +6 -141
  1375. githubkit/versions/v2022_11_28/types/group_0381.py +247 -78
  1376. githubkit/versions/v2022_11_28/types/group_0382.py +272 -73
  1377. githubkit/versions/v2022_11_28/types/group_0383.py +241 -74
  1378. githubkit/versions/v2022_11_28/types/group_0384.py +75 -48
  1379. githubkit/versions/v2022_11_28/types/group_0385.py +73 -38
  1380. githubkit/versions/v2022_11_28/types/group_0386.py +88 -72
  1381. githubkit/versions/v2022_11_28/types/group_0387.py +129 -12
  1382. githubkit/versions/v2022_11_28/types/group_0388.py +110 -12
  1383. githubkit/versions/v2022_11_28/types/group_0389.py +100 -16
  1384. githubkit/versions/v2022_11_28/types/group_0390.py +91 -12
  1385. githubkit/versions/v2022_11_28/types/group_0391.py +15 -14
  1386. githubkit/versions/v2022_11_28/types/group_0392.py +12 -14
  1387. githubkit/versions/v2022_11_28/types/group_0393.py +22 -16
  1388. githubkit/versions/v2022_11_28/types/group_0394.py +13 -15
  1389. githubkit/versions/v2022_11_28/types/group_0395.py +15 -14
  1390. githubkit/versions/v2022_11_28/types/group_0396.py +12 -12
  1391. githubkit/versions/v2022_11_28/types/group_0397.py +10 -10
  1392. githubkit/versions/v2022_11_28/types/group_0398.py +10 -10
  1393. githubkit/versions/v2022_11_28/types/group_0399.py +10 -10
  1394. githubkit/versions/v2022_11_28/types/group_0400.py +12 -32
  1395. githubkit/versions/v2022_11_28/types/group_0401.py +12 -32
  1396. githubkit/versions/v2022_11_28/types/group_0402.py +12 -595
  1397. githubkit/versions/v2022_11_28/types/group_0403.py +18 -21
  1398. githubkit/versions/v2022_11_28/types/group_0404.py +23 -459
  1399. githubkit/versions/v2022_11_28/types/group_0405.py +23 -457
  1400. githubkit/versions/v2022_11_28/types/group_0406.py +248 -107
  1401. githubkit/versions/v2022_11_28/types/group_0407.py +21 -871
  1402. githubkit/versions/v2022_11_28/types/group_0408.py +429 -47
  1403. githubkit/versions/v2022_11_28/types/group_0409.py +451 -30
  1404. githubkit/versions/v2022_11_28/types/group_0410.py +454 -12
  1405. githubkit/versions/v2022_11_28/types/group_0411.py +822 -43
  1406. githubkit/versions/v2022_11_28/types/group_0412.py +23 -23
  1407. githubkit/versions/v2022_11_28/types/group_0413.py +30 -86
  1408. githubkit/versions/v2022_11_28/types/group_0414.py +11 -107
  1409. githubkit/versions/v2022_11_28/types/group_0415.py +36 -70
  1410. githubkit/versions/v2022_11_28/types/group_0416.py +76 -68
  1411. githubkit/versions/v2022_11_28/types/group_0417.py +99 -10
  1412. githubkit/versions/v2022_11_28/types/group_0418.py +103 -32
  1413. githubkit/versions/v2022_11_28/types/group_0419.py +117 -25
  1414. githubkit/versions/v2022_11_28/types/group_0420.py +84 -18
  1415. githubkit/versions/v2022_11_28/types/group_0421.py +10 -10
  1416. githubkit/versions/v2022_11_28/types/group_0422.py +35 -10
  1417. githubkit/versions/v2022_11_28/types/group_0423.py +26 -12
  1418. githubkit/versions/v2022_11_28/types/group_0424.py +16 -7
  1419. githubkit/versions/v2022_11_28/types/group_0425.py +13 -83
  1420. githubkit/versions/v2022_11_28/types/group_0426.py +10 -26
  1421. githubkit/versions/v2022_11_28/types/group_0427.py +12 -10
  1422. githubkit/versions/v2022_11_28/types/group_0428.py +7 -16
  1423. githubkit/versions/v2022_11_28/types/group_0429.py +84 -16
  1424. githubkit/versions/v2022_11_28/types/group_0430.py +25 -135
  1425. githubkit/versions/v2022_11_28/types/group_0431.py +16 -141
  1426. githubkit/versions/v2022_11_28/types/group_0432.py +18 -19
  1427. githubkit/versions/v2022_11_28/types/group_0433.py +18 -110
  1428. githubkit/versions/v2022_11_28/types/group_0434.py +142 -14
  1429. githubkit/versions/v2022_11_28/types/group_0435.py +136 -23
  1430. githubkit/versions/v2022_11_28/types/group_0436.py +15 -54
  1431. githubkit/versions/v2022_11_28/types/group_0437.py +106 -25
  1432. githubkit/versions/v2022_11_28/types/group_0438.py +7 -33
  1433. githubkit/versions/v2022_11_28/types/group_0439.py +20 -65
  1434. githubkit/versions/v2022_11_28/types/group_0440.py +15 -32
  1435. githubkit/versions/v2022_11_28/types/group_0441.py +12 -12
  1436. githubkit/versions/v2022_11_28/types/group_0442.py +21 -73
  1437. githubkit/versions/v2022_11_28/types/group_0443.py +56 -14
  1438. githubkit/versions/v2022_11_28/types/group_0444.py +70 -15
  1439. githubkit/versions/v2022_11_28/types/group_0445.py +23 -68
  1440. githubkit/versions/v2022_11_28/types/group_0446.py +64 -116
  1441. githubkit/versions/v2022_11_28/types/group_0447.py +27 -136
  1442. githubkit/versions/v2022_11_28/types/group_0448.py +19 -50
  1443. githubkit/versions/v2022_11_28/types/group_0449.py +56 -4
  1444. githubkit/versions/v2022_11_28/types/group_0450.py +122 -14
  1445. githubkit/versions/v2022_11_28/types/group_0451.py +116 -49
  1446. githubkit/versions/v2022_11_28/types/group_0452.py +48 -81
  1447. githubkit/versions/v2022_11_28/types/group_0453.py +3 -116
  1448. githubkit/versions/v2022_11_28/types/group_0454.py +7 -4
  1449. githubkit/versions/v2022_11_28/types/group_0455.py +75 -78
  1450. githubkit/versions/v2022_11_28/types/group_0456.py +82 -18
  1451. githubkit/versions/v2022_11_28/types/group_0457.py +109 -48
  1452. githubkit/versions/v2022_11_28/types/group_0458.py +13 -124
  1453. githubkit/versions/v2022_11_28/types/group_0459.py +71 -135
  1454. githubkit/versions/v2022_11_28/types/group_0460.py +19 -50
  1455. githubkit/versions/v2022_11_28/types/group_0461.py +55 -3
  1456. githubkit/versions/v2022_11_28/types/group_0462.py +122 -14
  1457. githubkit/versions/v2022_11_28/types/group_0463.py +116 -49
  1458. githubkit/versions/v2022_11_28/types/group_0464.py +48 -79
  1459. githubkit/versions/v2022_11_28/types/group_0465.py +3 -116
  1460. githubkit/versions/v2022_11_28/types/group_0466.py +7 -4
  1461. githubkit/versions/v2022_11_28/types/group_0467.py +75 -76
  1462. githubkit/versions/v2022_11_28/types/group_0468.py +80 -38
  1463. githubkit/versions/v2022_11_28/types/group_0469.py +109 -48
  1464. githubkit/versions/v2022_11_28/types/group_0470.py +13 -124
  1465. githubkit/versions/v2022_11_28/types/group_0471.py +69 -135
  1466. githubkit/versions/v2022_11_28/types/group_0472.py +39 -50
  1467. githubkit/versions/v2022_11_28/types/group_0473.py +55 -3
  1468. githubkit/versions/v2022_11_28/types/group_0474.py +122 -14
  1469. githubkit/versions/v2022_11_28/types/group_0475.py +116 -48
  1470. githubkit/versions/v2022_11_28/types/group_0476.py +48 -81
  1471. githubkit/versions/v2022_11_28/types/group_0477.py +3 -116
  1472. githubkit/versions/v2022_11_28/types/group_0478.py +7 -4
  1473. githubkit/versions/v2022_11_28/types/group_0479.py +74 -78
  1474. githubkit/versions/v2022_11_28/types/group_0480.py +9 -350
  1475. githubkit/versions/v2022_11_28/types/group_0481.py +136 -17
  1476. githubkit/versions/v2022_11_28/types/group_0482.py +14 -154
  1477. githubkit/versions/v2022_11_28/types/group_0483.py +72 -164
  1478. githubkit/versions/v2022_11_28/types/group_0484.py +404 -3
  1479. githubkit/versions/v2022_11_28/types/group_0485.py +17 -24
  1480. githubkit/versions/v2022_11_28/types/group_0486.py +141 -49
  1481. githubkit/versions/v2022_11_28/types/group_0487.py +162 -76
  1482. githubkit/versions/v2022_11_28/types/group_0488.py +23 -8
  1483. githubkit/versions/v2022_11_28/types/group_0489.py +24 -106
  1484. githubkit/versions/v2022_11_28/types/group_0490.py +73 -21
  1485. githubkit/versions/v2022_11_28/types/group_0491.py +10 -4
  1486. githubkit/versions/v2022_11_28/types/group_0492.py +4 -391
  1487. githubkit/versions/v2022_11_28/types/group_0493.py +91 -57
  1488. githubkit/versions/v2022_11_28/types/group_0494.py +11 -162
  1489. githubkit/versions/v2022_11_28/types/group_0495.py +70 -172
  1490. githubkit/versions/v2022_11_28/types/group_0496.py +343 -12
  1491. githubkit/versions/v2022_11_28/types/group_0497.py +51 -52
  1492. githubkit/versions/v2022_11_28/types/group_0498.py +165 -74
  1493. githubkit/versions/v2022_11_28/types/group_0499.py +114 -93
  1494. githubkit/versions/v2022_11_28/types/group_0500.py +61 -72
  1495. githubkit/versions/v2022_11_28/types/group_0501.py +8 -372
  1496. githubkit/versions/v2022_11_28/types/group_0502.py +9 -338
  1497. githubkit/versions/v2022_11_28/types/group_0503.py +157 -16
  1498. githubkit/versions/v2022_11_28/types/group_0504.py +70 -157
  1499. githubkit/versions/v2022_11_28/types/group_0505.py +298 -30
  1500. githubkit/versions/v2022_11_28/types/group_0506.py +390 -3
  1501. githubkit/versions/v2022_11_28/types/group_0507.py +17 -24
  1502. githubkit/versions/v2022_11_28/types/group_0508.py +139 -50
  1503. githubkit/versions/v2022_11_28/types/group_0509.py +162 -75
  1504. githubkit/versions/v2022_11_28/types/group_0510.py +23 -8
  1505. githubkit/versions/v2022_11_28/types/group_0511.py +24 -108
  1506. githubkit/versions/v2022_11_28/types/group_0512.py +73 -21
  1507. githubkit/versions/v2022_11_28/types/group_0513.py +10 -4
  1508. githubkit/versions/v2022_11_28/types/group_0514.py +7 -71
  1509. githubkit/versions/v2022_11_28/types/group_0515.py +69 -125
  1510. githubkit/versions/v2022_11_28/types/group_0516.py +6 -209
  1511. githubkit/versions/v2022_11_28/types/group_0517.py +77 -74
  1512. githubkit/versions/v2022_11_28/types/group_0518.py +68 -78
  1513. githubkit/versions/v2022_11_28/types/group_0519.py +163 -7
  1514. githubkit/versions/v2022_11_28/types/group_0520.py +182 -60
  1515. githubkit/versions/v2022_11_28/types/group_0521.py +51 -31
  1516. githubkit/versions/v2022_11_28/types/group_0522.py +10 -4
  1517. githubkit/versions/v2022_11_28/types/group_0523.py +4 -965
  1518. githubkit/versions/v2022_11_28/types/group_0524.py +62 -354
  1519. githubkit/versions/v2022_11_28/types/group_0525.py +53 -17
  1520. githubkit/versions/v2022_11_28/types/group_0526.py +71 -157
  1521. githubkit/versions/v2022_11_28/types/group_0527.py +825 -27
  1522. githubkit/versions/v2022_11_28/types/group_0528.py +375 -4
  1523. githubkit/versions/v2022_11_28/types/group_0529.py +17 -26
  1524. githubkit/versions/v2022_11_28/types/group_0530.py +139 -50
  1525. githubkit/versions/v2022_11_28/types/group_0531.py +163 -74
  1526. githubkit/versions/v2022_11_28/types/group_0532.py +23 -8
  1527. githubkit/versions/v2022_11_28/types/group_0533.py +26 -106
  1528. githubkit/versions/v2022_11_28/types/group_0534.py +73 -23
  1529. githubkit/versions/v2022_11_28/types/group_0535.py +10 -4
  1530. githubkit/versions/v2022_11_28/types/group_0536.py +4 -979
  1531. githubkit/versions/v2022_11_28/types/group_0537.py +65 -383
  1532. githubkit/versions/v2022_11_28/types/group_0538.py +8 -395
  1533. githubkit/versions/v2022_11_28/types/group_0539.py +75 -16
  1534. githubkit/versions/v2022_11_28/types/group_0540.py +857 -31
  1535. githubkit/versions/v2022_11_28/types/group_0541.py +144 -41
  1536. githubkit/versions/v2022_11_28/types/group_0542.py +390 -3
  1537. githubkit/versions/v2022_11_28/types/group_0543.py +17 -26
  1538. githubkit/versions/v2022_11_28/types/group_0544.py +156 -7
  1539. githubkit/versions/v2022_11_28/types/group_0545.py +283 -61
  1540. githubkit/versions/v2022_11_28/types/group_0546.py +25 -25
  1541. githubkit/versions/v2022_11_28/types/group_0547.py +7 -375
  1542. githubkit/versions/v2022_11_28/types/group_0548.py +9 -32
  1543. githubkit/versions/v2022_11_28/types/group_0549.py +94 -26
  1544. githubkit/versions/v2022_11_28/types/group_0550.py +19 -61
  1545. githubkit/versions/v2022_11_28/types/group_0551.py +359 -73
  1546. githubkit/versions/v2022_11_28/types/group_0552.py +24 -34
  1547. githubkit/versions/v2022_11_28/types/group_0553.py +26 -40
  1548. githubkit/versions/v2022_11_28/types/group_0554.py +41 -82
  1549. githubkit/versions/v2022_11_28/types/group_0555.py +78 -11
  1550. githubkit/versions/v2022_11_28/types/group_0556.py +33 -37
  1551. githubkit/versions/v2022_11_28/types/group_0557.py +33 -100
  1552. githubkit/versions/v2022_11_28/types/group_0558.py +74 -11
  1553. githubkit/versions/v2022_11_28/types/group_0559.py +33 -39
  1554. githubkit/versions/v2022_11_28/types/group_0560.py +33 -62
  1555. githubkit/versions/v2022_11_28/types/group_0561.py +106 -12
  1556. githubkit/versions/v2022_11_28/types/group_0562.py +35 -10
  1557. githubkit/versions/v2022_11_28/types/group_0563.py +40 -25
  1558. githubkit/versions/v2022_11_28/types/group_0564.py +73 -5
  1559. githubkit/versions/v2022_11_28/types/group_0565.py +11 -101
  1560. githubkit/versions/v2022_11_28/types/group_0566.py +12 -35
  1561. githubkit/versions/v2022_11_28/types/group_0567.py +25 -38
  1562. githubkit/versions/v2022_11_28/types/group_0568.py +7 -61
  1563. githubkit/versions/v2022_11_28/types/group_0569.py +86 -50
  1564. githubkit/versions/v2022_11_28/types/group_0570.py +40 -44
  1565. githubkit/versions/v2022_11_28/types/group_0571.py +42 -113
  1566. githubkit/versions/v2022_11_28/types/group_0572.py +24 -80
  1567. githubkit/versions/v2022_11_28/types/group_0573.py +69 -12
  1568. githubkit/versions/v2022_11_28/types/group_0574.py +42 -13
  1569. githubkit/versions/v2022_11_28/types/group_0575.py +103 -89
  1570. githubkit/versions/v2022_11_28/types/group_0576.py +83 -37
  1571. githubkit/versions/v2022_11_28/types/group_0577.py +12 -67
  1572. githubkit/versions/v2022_11_28/types/group_0578.py +13 -67
  1573. githubkit/versions/v2022_11_28/types/group_0579.py +87 -89
  1574. githubkit/versions/v2022_11_28/types/group_0580.py +16 -16
  1575. githubkit/versions/v2022_11_28/types/group_0581.py +39 -14
  1576. githubkit/versions/v2022_11_28/types/group_0582.py +40 -15
  1577. githubkit/versions/v2022_11_28/types/group_0583.py +68 -24
  1578. githubkit/versions/v2022_11_28/types/group_0584.py +33 -23
  1579. githubkit/versions/v2022_11_28/types/group_0585.py +12 -61
  1580. githubkit/versions/v2022_11_28/types/group_0586.py +12 -27
  1581. githubkit/versions/v2022_11_28/types/group_0587.py +15 -30
  1582. githubkit/versions/v2022_11_28/types/group_0588.py +61 -32
  1583. githubkit/versions/v2022_11_28/types/group_0589.py +89 -12
  1584. githubkit/versions/v2022_11_28/types/group_0590.py +33 -34
  1585. githubkit/versions/v2022_11_28/types/group_0591.py +36 -442
  1586. githubkit/versions/v2022_11_28/types/group_0592.py +32 -18
  1587. githubkit/versions/v2022_11_28/types/group_0593.py +17 -59
  1588. githubkit/versions/v2022_11_28/types/group_0594.py +25 -118
  1589. githubkit/versions/v2022_11_28/types/group_0595.py +443 -32
  1590. githubkit/versions/v2022_11_28/types/group_0596.py +16 -11
  1591. githubkit/versions/v2022_11_28/types/group_0597.py +59 -12
  1592. githubkit/versions/v2022_11_28/types/group_0598.py +154 -12
  1593. githubkit/versions/v2022_11_28/types/group_0599.py +69 -11
  1594. githubkit/versions/v2022_11_28/types/group_0600.py +12 -14
  1595. githubkit/versions/v2022_11_28/types/group_0601.py +12 -34
  1596. githubkit/versions/v2022_11_28/types/group_0602.py +14 -7
  1597. githubkit/versions/v2022_11_28/types/group_0603.py +11 -78
  1598. githubkit/versions/v2022_11_28/types/group_0604.py +11 -61
  1599. githubkit/versions/v2022_11_28/types/group_0605.py +23 -53
  1600. githubkit/versions/v2022_11_28/types/group_0606.py +7 -81
  1601. githubkit/versions/v2022_11_28/types/group_0607.py +29 -29
  1602. githubkit/versions/v2022_11_28/types/group_0608.py +26 -7
  1603. githubkit/versions/v2022_11_28/types/group_0609.py +46 -24
  1604. githubkit/versions/v2022_11_28/types/group_0610.py +38 -23
  1605. githubkit/versions/v2022_11_28/types/group_0611.py +63 -17
  1606. githubkit/versions/v2022_11_28/types/group_0612.py +37 -25
  1607. githubkit/versions/v2022_11_28/types/group_0613.py +43 -49
  1608. githubkit/versions/v2022_11_28/types/group_0614.py +47 -16
  1609. githubkit/versions/v2022_11_28/types/group_0615.py +16 -47
  1610. githubkit/versions/v2022_11_28/types/group_0616.py +15 -46
  1611. githubkit/versions/v2022_11_28/types/group_0617.py +27 -69
  1612. githubkit/versions/v2022_11_28/types/group_0618.py +16 -47
  1613. githubkit/versions/v2022_11_28/types/group_0619.py +62 -11
  1614. githubkit/versions/v2022_11_28/types/group_0620.py +63 -15
  1615. githubkit/versions/v2022_11_28/types/group_0621.py +89 -12
  1616. githubkit/versions/v2022_11_28/types/group_0622.py +58 -56
  1617. githubkit/versions/v2022_11_28/types/group_0623.py +9 -27
  1618. githubkit/versions/v2022_11_28/types/group_0624.py +12 -29
  1619. githubkit/versions/v2022_11_28/types/group_0625.py +9 -9
  1620. githubkit/versions/v2022_11_28/types/group_0626.py +58 -9
  1621. githubkit/versions/v2022_11_28/types/group_0627.py +21 -41
  1622. githubkit/versions/v2022_11_28/types/group_0628.py +18 -20
  1623. githubkit/versions/v2022_11_28/types/group_0629.py +8 -26
  1624. githubkit/versions/v2022_11_28/types/group_0630.py +9 -9
  1625. githubkit/versions/v2022_11_28/types/group_0631.py +49 -12
  1626. githubkit/versions/v2022_11_28/types/group_0632.py +22 -937
  1627. githubkit/versions/v2022_11_28/types/group_0633.py +21 -960
  1628. githubkit/versions/v2022_11_28/types/group_0634.py +11 -960
  1629. githubkit/versions/v2022_11_28/types/group_0635.py +8 -12
  1630. githubkit/versions/v2022_11_28/types/group_0636.py +927 -55
  1631. githubkit/versions/v2022_11_28/types/group_0637.py +962 -4
  1632. githubkit/versions/v2022_11_28/types/group_0638.py +955 -11
  1633. githubkit/versions/v2022_11_28/types/group_0639.py +16 -76
  1634. githubkit/versions/v2022_11_28/types/group_0640.py +70 -4
  1635. githubkit/versions/v2022_11_28/types/group_0641.py +4 -929
  1636. githubkit/versions/v2022_11_28/types/group_0642.py +11 -916
  1637. githubkit/versions/v2022_11_28/types/group_0643.py +81 -72
  1638. githubkit/versions/v2022_11_28/types/group_0644.py +4 -70
  1639. githubkit/versions/v2022_11_28/types/group_0645.py +929 -4
  1640. githubkit/versions/v2022_11_28/types/group_0646.py +125 -124
  1641. githubkit/versions/v2022_11_28/types/group_0647.py +41 -904
  1642. githubkit/versions/v2022_11_28/types/group_0648.py +55 -889
  1643. githubkit/versions/v2022_11_28/types/group_0649.py +4 -922
  1644. githubkit/versions/v2022_11_28/types/group_0650.py +915 -11
  1645. githubkit/versions/v2022_11_28/types/group_0651.py +908 -54
  1646. githubkit/versions/v2022_11_28/types/group_0652.py +904 -4
  1647. githubkit/versions/v2022_11_28/types/group_0653.py +925 -13
  1648. githubkit/versions/v2022_11_28/types/group_0654.py +16 -76
  1649. githubkit/versions/v2022_11_28/types/group_0655.py +70 -4
  1650. githubkit/versions/v2022_11_28/types/group_0656.py +14 -20
  1651. githubkit/versions/v2022_11_28/types/group_0657.py +16 -76
  1652. githubkit/versions/v2022_11_28/types/group_0658.py +70 -4
  1653. githubkit/versions/v2022_11_28/types/group_0659.py +4 -1057
  1654. githubkit/versions/v2022_11_28/types/group_0660.py +12 -1059
  1655. githubkit/versions/v2022_11_28/types/group_0661.py +53 -1058
  1656. githubkit/versions/v2022_11_28/types/group_0662.py +4 -989
  1657. githubkit/versions/v2022_11_28/types/group_0663.py +255 -161
  1658. githubkit/versions/v2022_11_28/types/group_0664.py +279 -251
  1659. githubkit/versions/v2022_11_28/types/group_0665.py +309 -280
  1660. githubkit/versions/v2022_11_28/types/group_0666.py +213 -235
  1661. githubkit/versions/v2022_11_28/types/group_0667.py +243 -305
  1662. githubkit/versions/v2022_11_28/types/group_0668.py +266 -226
  1663. githubkit/versions/v2022_11_28/types/group_0669.py +299 -317
  1664. githubkit/versions/v2022_11_28/types/group_0670.py +233 -296
  1665. githubkit/versions/v2022_11_28/types/group_0671.py +232 -137
  1666. githubkit/versions/v2022_11_28/types/group_0672.py +213 -174
  1667. githubkit/versions/v2022_11_28/types/group_0673.py +332 -200
  1668. githubkit/versions/v2022_11_28/types/group_0674.py +368 -208
  1669. githubkit/versions/v2022_11_28/types/group_0675.py +764 -111
  1670. githubkit/versions/v2022_11_28/types/group_0676.py +954 -13
  1671. githubkit/versions/v2022_11_28/types/group_0677.py +920 -39
  1672. githubkit/versions/v2022_11_28/types/group_0678.py +797 -381
  1673. githubkit/versions/v2022_11_28/types/group_0679.py +281 -13
  1674. githubkit/versions/v2022_11_28/types/group_0680.py +18 -52
  1675. githubkit/versions/v2022_11_28/types/group_0681.py +30 -128
  1676. githubkit/versions/v2022_11_28/types/group_0682.py +463 -99
  1677. githubkit/versions/v2022_11_28/types/group_0683.py +12 -137
  1678. githubkit/versions/v2022_11_28/types/group_0684.py +39 -161
  1679. githubkit/versions/v2022_11_28/types/group_0685.py +158 -18
  1680. githubkit/versions/v2022_11_28/types/group_0686.py +104 -17
  1681. githubkit/versions/v2022_11_28/types/group_0687.py +92 -9
  1682. githubkit/versions/v2022_11_28/types/group_0688.py +155 -10
  1683. githubkit/versions/v2022_11_28/types/group_0689.py +22 -30
  1684. githubkit/versions/v2022_11_28/types/group_0690.py +57 -13
  1685. githubkit/versions/v2022_11_28/types/group_0691.py +44 -38
  1686. githubkit/versions/v2022_11_28/types/group_0692.py +7 -4
  1687. githubkit/versions/v2022_11_28/types/group_0693.py +30 -22
  1688. githubkit/versions/v2022_11_28/types/group_0694.py +13 -57
  1689. githubkit/versions/v2022_11_28/types/group_0695.py +38 -44
  1690. githubkit/versions/v2022_11_28/types/group_0696.py +6 -9
  1691. githubkit/versions/v2022_11_28/types/group_0697.py +22 -30
  1692. githubkit/versions/v2022_11_28/types/group_0698.py +57 -13
  1693. githubkit/versions/v2022_11_28/types/group_0699.py +41 -36
  1694. githubkit/versions/v2022_11_28/types/group_0700.py +7 -4
  1695. githubkit/versions/v2022_11_28/types/group_0701.py +5 -122
  1696. githubkit/versions/v2022_11_28/types/group_0702.py +14 -20
  1697. githubkit/versions/v2022_11_28/types/group_0703.py +36 -37
  1698. githubkit/versions/v2022_11_28/types/group_0704.py +22 -56
  1699. githubkit/versions/v2022_11_28/types/group_0705.py +124 -10
  1700. githubkit/versions/v2022_11_28/types/group_0706.py +22 -30
  1701. githubkit/versions/v2022_11_28/types/group_0707.py +57 -13
  1702. githubkit/versions/v2022_11_28/types/group_0708.py +45 -39
  1703. githubkit/versions/v2022_11_28/types/group_0709.py +7 -4
  1704. githubkit/versions/v2022_11_28/types/group_0710.py +30 -22
  1705. githubkit/versions/v2022_11_28/types/group_0711.py +14 -20
  1706. githubkit/versions/v2022_11_28/types/group_0712.py +54 -16
  1707. githubkit/versions/v2022_11_28/types/group_0713.py +30 -20
  1708. githubkit/versions/v2022_11_28/types/group_0714.py +12 -10
  1709. githubkit/versions/v2022_11_28/types/group_0715.py +13 -20
  1710. githubkit/versions/v2022_11_28/types/group_0716.py +9 -50
  1711. githubkit/versions/v2022_11_28/types/group_0717.py +9 -9
  1712. githubkit/versions/v2022_11_28/types/group_0718.py +9 -9
  1713. githubkit/versions/v2022_11_28/types/group_0719.py +19 -10
  1714. githubkit/versions/v2022_11_28/types/group_0720.py +39 -22
  1715. githubkit/versions/v2022_11_28/types/group_0721.py +10 -12
  1716. githubkit/versions/v2022_11_28/types/group_0722.py +10 -12
  1717. githubkit/versions/v2022_11_28/types/group_0723.py +10 -14
  1718. githubkit/versions/v2022_11_28/types/group_0724.py +31 -19
  1719. githubkit/versions/v2022_11_28/types/group_0725.py +18 -15
  1720. githubkit/versions/v2022_11_28/types/group_0726.py +18 -79
  1721. githubkit/versions/v2022_11_28/types/group_0727.py +19 -68
  1722. githubkit/versions/v2022_11_28/types/group_0728.py +16 -83
  1723. githubkit/versions/v2022_11_28/types/group_0729.py +13 -93
  1724. githubkit/versions/v2022_11_28/types/group_0730.py +79 -16
  1725. githubkit/versions/v2022_11_28/types/group_0731.py +68 -17
  1726. githubkit/versions/v2022_11_28/types/group_0732.py +93 -28
  1727. githubkit/versions/v2022_11_28/types/group_0733.py +88 -26
  1728. githubkit/versions/v2022_11_28/types/group_0734.py +20 -30
  1729. githubkit/versions/v2022_11_28/types/group_0735.py +19 -16
  1730. githubkit/versions/v2022_11_28/types/group_0736.py +34 -22
  1731. githubkit/versions/v2022_11_28/types/group_0737.py +15 -14
  1732. githubkit/versions/v2022_11_28/types/group_0738.py +29 -37
  1733. githubkit/versions/v2022_11_28/types/group_0739.py +17 -30
  1734. githubkit/versions/v2022_11_28/types/group_0740.py +18 -52
  1735. githubkit/versions/v2022_11_28/types/group_0741.py +36 -22
  1736. githubkit/versions/v2022_11_28/types/group_0742.py +12 -8
  1737. githubkit/versions/v2022_11_28/types/group_0743.py +30 -35
  1738. githubkit/versions/v2022_11_28/types/group_0744.py +28 -2
  1739. githubkit/versions/v2022_11_28/types/group_0745.py +19 -16
  1740. githubkit/versions/v2022_11_28/types/group_0746.py +34 -22
  1741. githubkit/versions/v2022_11_28/types/group_0747.py +11 -8
  1742. githubkit/versions/v2022_11_28/types/group_0748.py +29 -36
  1743. githubkit/versions/v2022_11_28/types/group_0749.py +17 -30
  1744. githubkit/versions/v2022_11_28/types/group_0750.py +18 -18
  1745. githubkit/versions/v2022_11_28/types/group_0751.py +34 -22
  1746. githubkit/versions/v2022_11_28/types/group_0752.py +32 -193
  1747. githubkit/versions/v2022_11_28/types/group_0753.py +35 -10
  1748. githubkit/versions/v2022_11_28/types/group_0754.py +18 -18
  1749. githubkit/versions/v2022_11_28/types/group_0755.py +10 -10
  1750. githubkit/versions/v2022_11_28/types/group_0756.py +188 -12
  1751. githubkit/versions/v2022_11_28/types/group_0757.py +5 -122
  1752. githubkit/versions/v2022_11_28/types/group_0758.py +12 -114
  1753. githubkit/versions/v2022_11_28/types/group_0759.py +12 -114
  1754. githubkit/versions/v2022_11_28/types/group_0760.py +12 -11
  1755. githubkit/versions/v2022_11_28/types/group_0761.py +18 -6
  1756. githubkit/versions/v2022_11_28/types/group_0762.py +120 -6
  1757. githubkit/versions/v2022_11_28/types/group_0763.py +104 -118
  1758. githubkit/versions/v2022_11_28/types/group_0764.py +105 -117
  1759. githubkit/versions/v2022_11_28/types/group_0765.py +12 -140
  1760. githubkit/versions/v2022_11_28/types/group_0766.py +6 -139
  1761. githubkit/versions/v2022_11_28/types/group_0767.py +6 -172
  1762. githubkit/versions/v2022_11_28/types/group_0768.py +26 -61
  1763. githubkit/versions/v2022_11_28/types/group_0769.py +125 -10
  1764. githubkit/versions/v2022_11_28/types/group_0770.py +139 -11
  1765. githubkit/versions/v2022_11_28/types/group_0771.py +74 -126
  1766. githubkit/versions/v2022_11_28/types/group_0772.py +169 -8
  1767. githubkit/versions/v2022_11_28/types/group_0773.py +169 -5
  1768. githubkit/versions/v2022_11_28/types/group_0774.py +16 -10
  1769. githubkit/versions/v2022_11_28/types/group_0775.py +18 -6
  1770. githubkit/versions/v2022_11_28/types/group_0776.py +168 -38
  1771. githubkit/versions/v2022_11_28/types/group_0777.py +8 -220
  1772. githubkit/versions/v2022_11_28/types/group_0778.py +5 -221
  1773. githubkit/versions/v2022_11_28/types/group_0779.py +8 -218
  1774. githubkit/versions/v2022_11_28/types/group_0780.py +5 -289
  1775. githubkit/versions/v2022_11_28/types/group_0781.py +17 -181
  1776. githubkit/versions/v2022_11_28/types/group_0782.py +219 -12
  1777. githubkit/versions/v2022_11_28/types/group_0783.py +212 -16
  1778. githubkit/versions/v2022_11_28/types/group_0784.py +205 -54
  1779. githubkit/versions/v2022_11_28/types/group_0785.py +276 -42
  1780. githubkit/versions/v2022_11_28/types/group_0786.py +215 -37
  1781. githubkit/versions/v2022_11_28/types/group_0787.py +9 -55
  1782. githubkit/versions/v2022_11_28/types/group_0788.py +27 -46
  1783. githubkit/versions/v2022_11_28/types/group_0789.py +62 -32
  1784. githubkit/versions/v2022_11_28/types/group_0790.py +24 -31
  1785. githubkit/versions/v2022_11_28/types/group_0791.py +46 -61
  1786. githubkit/versions/v2022_11_28/types/group_0792.py +45 -20
  1787. githubkit/versions/v2022_11_28/types/group_0793.py +32 -310
  1788. githubkit/versions/v2022_11_28/types/group_0794.py +30 -328
  1789. githubkit/versions/v2022_11_28/types/group_0795.py +62 -14
  1790. githubkit/versions/v2022_11_28/types/group_0796.py +58 -38
  1791. githubkit/versions/v2022_11_28/types/group_0797.py +35 -7
  1792. githubkit/versions/v2022_11_28/types/group_0798.py +218 -233
  1793. githubkit/versions/v2022_11_28/types/group_0799.py +337 -11
  1794. githubkit/versions/v2022_11_28/types/group_0800.py +18 -41
  1795. githubkit/versions/v2022_11_28/types/group_0801.py +21 -302
  1796. githubkit/versions/v2022_11_28/types/group_0802.py +6 -335
  1797. githubkit/versions/v2022_11_28/types/group_0803.py +334 -13
  1798. githubkit/versions/v2022_11_28/types/group_0804.py +11 -41
  1799. githubkit/versions/v2022_11_28/types/group_0805.py +35 -7
  1800. githubkit/versions/v2022_11_28/types/group_0806.py +222 -238
  1801. githubkit/versions/v2022_11_28/types/group_0807.py +337 -11
  1802. githubkit/versions/v2022_11_28/types/group_0808.py +10 -421
  1803. githubkit/versions/v2022_11_28/types/group_0809.py +43 -25
  1804. githubkit/versions/v2022_11_28/types/group_0810.py +11 -9
  1805. githubkit/versions/v2022_11_28/types/group_0811.py +339 -7
  1806. githubkit/versions/v2022_11_28/types/group_0812.py +14 -3
  1807. githubkit/versions/v2022_11_28/types/group_0813.py +427 -8
  1808. githubkit/versions/v2022_11_28/types/group_0814.py +31 -10
  1809. githubkit/versions/v2022_11_28/types/group_0815.py +8 -4
  1810. githubkit/versions/v2022_11_28/types/group_0816.py +9 -5
  1811. githubkit/versions/v2022_11_28/types/group_0817.py +3 -5
  1812. githubkit/versions/v2022_11_28/types/group_0818.py +3 -6
  1813. githubkit/versions/v2022_11_28/types/group_0819.py +5 -3
  1814. githubkit/versions/v2022_11_28/types/group_0820.py +5 -7
  1815. githubkit/versions/v2022_11_28/types/group_0821.py +5 -21
  1816. githubkit/versions/v2022_11_28/types/group_0822.py +5 -19
  1817. githubkit/versions/v2022_11_28/types/group_0823.py +11 -24
  1818. githubkit/versions/v2022_11_28/types/group_0824.py +3 -5
  1819. githubkit/versions/v2022_11_28/types/group_0825.py +7 -5
  1820. githubkit/versions/v2022_11_28/types/group_0826.py +22 -4
  1821. githubkit/versions/v2022_11_28/types/group_0827.py +17 -9
  1822. githubkit/versions/v2022_11_28/types/group_0828.py +25 -7
  1823. githubkit/versions/v2022_11_28/types/group_0829.py +5 -7
  1824. githubkit/versions/v2022_11_28/types/group_0830.py +5 -5
  1825. githubkit/versions/v2022_11_28/types/group_0831.py +4 -6
  1826. githubkit/versions/v2022_11_28/types/group_0832.py +13 -40
  1827. githubkit/versions/v2022_11_28/types/group_0833.py +8 -21
  1828. githubkit/versions/v2022_11_28/types/group_0834.py +6 -6
  1829. githubkit/versions/v2022_11_28/types/group_0835.py +4 -9
  1830. githubkit/versions/v2022_11_28/types/group_0836.py +5 -6
  1831. githubkit/versions/v2022_11_28/types/group_0837.py +40 -11
  1832. githubkit/versions/v2022_11_28/types/group_0838.py +20 -8
  1833. githubkit/versions/v2022_11_28/types/group_0839.py +6 -8
  1834. githubkit/versions/v2022_11_28/types/group_0840.py +8 -7
  1835. githubkit/versions/v2022_11_28/types/group_0841.py +4 -4
  1836. githubkit/versions/v2022_11_28/types/group_0842.py +9 -6
  1837. githubkit/versions/v2022_11_28/types/group_0843.py +8 -8
  1838. githubkit/versions/v2022_11_28/types/group_0844.py +6 -21
  1839. githubkit/versions/v2022_11_28/types/group_0845.py +7 -7
  1840. githubkit/versions/v2022_11_28/types/group_0846.py +6 -10
  1841. githubkit/versions/v2022_11_28/types/group_0847.py +4 -4
  1842. githubkit/versions/v2022_11_28/types/group_0848.py +6 -22
  1843. githubkit/versions/v2022_11_28/types/group_0849.py +20 -5
  1844. githubkit/versions/v2022_11_28/types/group_0850.py +6 -6
  1845. githubkit/versions/v2022_11_28/types/group_0851.py +3 -3
  1846. githubkit/versions/v2022_11_28/types/group_0852.py +3 -3
  1847. githubkit/versions/v2022_11_28/types/group_0853.py +22 -7
  1848. githubkit/versions/v2022_11_28/types/group_0854.py +7 -10
  1849. githubkit/versions/v2022_11_28/types/group_0855.py +9 -6
  1850. githubkit/versions/v2022_11_28/types/group_0856.py +10 -6
  1851. githubkit/versions/v2022_11_28/types/group_0857.py +6 -24
  1852. githubkit/versions/v2022_11_28/types/group_0858.py +9 -8
  1853. githubkit/versions/v2022_11_28/types/group_0859.py +11 -9
  1854. githubkit/versions/v2022_11_28/types/group_0860.py +4 -4
  1855. githubkit/versions/v2022_11_28/types/group_0861.py +4 -4
  1856. githubkit/versions/v2022_11_28/types/group_0862.py +22 -6
  1857. githubkit/versions/v2022_11_28/types/group_0863.py +9 -6
  1858. githubkit/versions/v2022_11_28/types/group_0864.py +9 -7
  1859. githubkit/versions/v2022_11_28/types/group_0865.py +4 -4
  1860. githubkit/versions/v2022_11_28/types/group_0866.py +5 -7
  1861. githubkit/versions/v2022_11_28/types/group_0867.py +7 -5
  1862. githubkit/versions/v2022_11_28/types/group_0868.py +5 -7
  1863. githubkit/versions/v2022_11_28/types/group_0869.py +6 -22
  1864. githubkit/versions/v2022_11_28/types/group_0870.py +6 -9
  1865. githubkit/versions/v2022_11_28/types/group_0871.py +7 -9
  1866. githubkit/versions/v2022_11_28/types/group_0872.py +4 -4
  1867. githubkit/versions/v2022_11_28/types/group_0873.py +6 -24
  1868. githubkit/versions/v2022_11_28/types/group_0874.py +16 -16
  1869. githubkit/versions/v2022_11_28/types/group_0875.py +8 -8
  1870. githubkit/versions/v2022_11_28/types/group_0876.py +5 -5
  1871. githubkit/versions/v2022_11_28/types/group_0877.py +6 -3
  1872. githubkit/versions/v2022_11_28/types/group_0878.py +25 -8
  1873. githubkit/versions/v2022_11_28/types/group_0879.py +22 -8
  1874. githubkit/versions/v2022_11_28/types/group_0880.py +8 -5
  1875. githubkit/versions/v2022_11_28/types/group_0881.py +9 -13
  1876. githubkit/versions/v2022_11_28/types/group_0882.py +4 -9
  1877. githubkit/versions/v2022_11_28/types/group_0883.py +8 -7
  1878. githubkit/versions/v2022_11_28/types/group_0884.py +9 -4
  1879. githubkit/versions/v2022_11_28/types/group_0885.py +7 -4
  1880. githubkit/versions/v2022_11_28/types/group_0886.py +13 -5
  1881. githubkit/versions/v2022_11_28/types/group_0887.py +7 -7
  1882. githubkit/versions/v2022_11_28/types/group_0888.py +7 -6
  1883. githubkit/versions/v2022_11_28/types/group_0889.py +5 -7
  1884. githubkit/versions/v2022_11_28/types/group_0890.py +3 -6
  1885. githubkit/versions/v2022_11_28/types/group_0891.py +5 -5
  1886. githubkit/versions/v2022_11_28/types/group_0892.py +6 -6
  1887. githubkit/versions/v2022_11_28/types/group_0893.py +6 -9
  1888. githubkit/versions/v2022_11_28/types/group_0894.py +6 -8
  1889. githubkit/versions/v2022_11_28/types/group_0895.py +10 -47
  1890. githubkit/versions/v2022_11_28/types/group_0896.py +4 -52
  1891. githubkit/versions/v2022_11_28/types/group_0897.py +5 -51
  1892. githubkit/versions/v2022_11_28/types/group_0898.py +9 -14
  1893. githubkit/versions/v2022_11_28/types/group_0899.py +9 -13
  1894. githubkit/versions/v2022_11_28/types/group_0900.py +43 -7
  1895. githubkit/versions/v2022_11_28/types/group_0901.py +58 -5
  1896. githubkit/versions/v2022_11_28/types/group_0902.py +59 -5
  1897. githubkit/versions/v2022_11_28/types/group_0903.py +15 -9
  1898. githubkit/versions/v2022_11_28/types/group_0904.py +12 -13
  1899. githubkit/versions/v2022_11_28/types/group_0905.py +7 -8
  1900. githubkit/versions/v2022_11_28/types/group_0906.py +5 -5
  1901. githubkit/versions/v2022_11_28/types/group_0907.py +5 -6
  1902. githubkit/versions/v2022_11_28/types/group_0908.py +9 -6
  1903. githubkit/versions/v2022_11_28/types/group_0909.py +14 -5
  1904. githubkit/versions/v2022_11_28/types/group_0910.py +7 -5
  1905. githubkit/versions/v2022_11_28/types/group_0911.py +5 -7
  1906. githubkit/versions/v2022_11_28/types/group_0912.py +5 -6
  1907. githubkit/versions/v2022_11_28/types/group_0913.py +5 -5
  1908. githubkit/versions/v2022_11_28/types/group_0914.py +6 -4
  1909. githubkit/versions/v2022_11_28/types/group_0915.py +5 -21
  1910. githubkit/versions/v2022_11_28/types/group_0916.py +4 -17
  1911. githubkit/versions/v2022_11_28/types/group_0917.py +7 -5
  1912. githubkit/versions/v2022_11_28/types/group_0918.py +6 -6
  1913. githubkit/versions/v2022_11_28/types/group_0919.py +3 -6
  1914. githubkit/versions/v2022_11_28/types/group_0920.py +9 -8
  1915. githubkit/versions/v2022_11_28/types/group_0921.py +21 -5
  1916. githubkit/versions/v2022_11_28/types/group_0922.py +5 -3
  1917. githubkit/versions/v2022_11_28/types/group_0923.py +6 -8
  1918. githubkit/versions/v2022_11_28/types/group_0924.py +6 -10
  1919. githubkit/versions/v2022_11_28/types/group_0925.py +17 -4
  1920. githubkit/versions/v2022_11_28/types/group_0926.py +5 -6
  1921. githubkit/versions/v2022_11_28/types/group_0927.py +3 -5
  1922. githubkit/versions/v2022_11_28/types/group_0928.py +5 -3
  1923. githubkit/versions/v2022_11_28/types/group_0929.py +6 -104
  1924. githubkit/versions/v2022_11_28/types/group_0930.py +7 -9
  1925. githubkit/versions/v2022_11_28/types/group_0931.py +5 -4
  1926. githubkit/versions/v2022_11_28/types/group_0932.py +5 -10
  1927. githubkit/versions/v2022_11_28/types/group_0933.py +6 -10
  1928. githubkit/versions/v2022_11_28/types/group_0934.py +107 -9
  1929. githubkit/versions/v2022_11_28/types/group_0935.py +9 -6
  1930. githubkit/versions/v2022_11_28/types/group_0936.py +4 -8
  1931. githubkit/versions/v2022_11_28/types/group_0937.py +8 -7
  1932. githubkit/versions/v2022_11_28/types/group_0938.py +8 -4
  1933. githubkit/versions/v2022_11_28/types/group_0939.py +8 -4
  1934. githubkit/versions/v2022_11_28/types/group_0940.py +6 -9
  1935. githubkit/versions/v2022_11_28/types/group_0941.py +6 -7
  1936. githubkit/versions/v2022_11_28/types/group_0942.py +8 -11
  1937. githubkit/versions/v2022_11_28/types/group_0943.py +6 -10
  1938. githubkit/versions/v2022_11_28/types/group_0944.py +5 -7
  1939. githubkit/versions/v2022_11_28/types/group_0945.py +9 -4
  1940. githubkit/versions/v2022_11_28/types/group_0946.py +9 -4
  1941. githubkit/versions/v2022_11_28/types/group_0947.py +9 -7
  1942. githubkit/versions/v2022_11_28/types/group_0948.py +9 -5
  1943. githubkit/versions/v2022_11_28/types/group_0949.py +7 -9
  1944. githubkit/versions/v2022_11_28/types/group_0950.py +5 -6
  1945. githubkit/versions/v2022_11_28/types/group_0951.py +4 -5
  1946. githubkit/versions/v2022_11_28/types/group_0952.py +10 -32
  1947. githubkit/versions/v2022_11_28/types/group_0953.py +5 -21
  1948. githubkit/versions/v2022_11_28/types/group_0954.py +7 -7
  1949. githubkit/versions/v2022_11_28/types/group_0955.py +6 -7
  1950. githubkit/versions/v2022_11_28/types/group_0956.py +5 -123
  1951. githubkit/versions/v2022_11_28/types/group_0957.py +24 -44
  1952. githubkit/versions/v2022_11_28/types/group_0958.py +14 -20
  1953. githubkit/versions/v2022_11_28/types/group_0959.py +9 -13
  1954. githubkit/versions/v2022_11_28/types/group_0960.py +7 -14
  1955. githubkit/versions/v2022_11_28/types/group_0961.py +117 -8
  1956. githubkit/versions/v2022_11_28/types/group_0962.py +47 -7
  1957. githubkit/versions/v2022_11_28/types/group_0963.py +23 -7
  1958. githubkit/versions/v2022_11_28/types/group_0964.py +5 -5
  1959. githubkit/versions/v2022_11_28/types/group_0965.py +7 -5
  1960. githubkit/versions/v2022_11_28/types/group_0966.py +8 -5
  1961. githubkit/versions/v2022_11_28/types/group_0967.py +5 -7
  1962. githubkit/versions/v2022_11_28/types/group_0968.py +5 -5
  1963. githubkit/versions/v2022_11_28/types/group_0969.py +7 -5
  1964. githubkit/versions/v2022_11_28/types/group_0970.py +5 -7
  1965. githubkit/versions/v2022_11_28/types/group_0971.py +11 -4
  1966. githubkit/versions/v2022_11_28/types/group_0972.py +10 -50
  1967. githubkit/versions/v2022_11_28/types/group_0973.py +17 -35
  1968. githubkit/versions/v2022_11_28/types/group_0974.py +17 -37
  1969. githubkit/versions/v2022_11_28/types/group_0975.py +9 -55
  1970. githubkit/versions/v2022_11_28/types/group_0976.py +10 -36
  1971. githubkit/versions/v2022_11_28/types/group_0977.py +50 -29
  1972. githubkit/versions/v2022_11_28/types/group_0978.py +31 -6
  1973. githubkit/versions/v2022_11_28/types/group_0979.py +29 -19
  1974. githubkit/versions/v2022_11_28/types/group_0980.py +58 -8
  1975. githubkit/versions/v2022_11_28/types/group_0981.py +31 -10
  1976. githubkit/versions/v2022_11_28/types/group_0982.py +32 -11
  1977. githubkit/versions/v2022_11_28/types/group_0983.py +5 -10
  1978. githubkit/versions/v2022_11_28/types/group_0984.py +21 -15
  1979. githubkit/versions/v2022_11_28/types/group_0985.py +8 -20
  1980. githubkit/versions/v2022_11_28/types/group_0986.py +10 -9
  1981. githubkit/versions/v2022_11_28/types/group_0987.py +11 -18
  1982. githubkit/versions/v2022_11_28/types/group_0988.py +8 -20
  1983. githubkit/versions/v2022_11_28/types/group_0989.py +15 -5
  1984. githubkit/versions/v2022_11_28/types/group_0990.py +21 -4
  1985. githubkit/versions/v2022_11_28/types/group_0991.py +8 -4
  1986. githubkit/versions/v2022_11_28/types/group_0992.py +19 -8
  1987. githubkit/versions/v2022_11_28/types/group_0993.py +22 -8
  1988. githubkit/versions/v2022_11_28/types/group_0994.py +5 -9
  1989. githubkit/versions/v2022_11_28/types/group_0995.py +4 -36
  1990. githubkit/versions/v2022_11_28/types/group_0996.py +5 -33
  1991. githubkit/versions/v2022_11_28/types/group_0997.py +6 -10
  1992. githubkit/versions/v2022_11_28/types/group_0998.py +8 -22
  1993. githubkit/versions/v2022_11_28/types/group_0999.py +9 -5
  1994. githubkit/versions/v2022_11_28/types/group_1000.py +36 -7
  1995. githubkit/versions/v2022_11_28/types/group_1001.py +28 -18
  1996. githubkit/versions/v2022_11_28/types/group_1002.py +11 -4
  1997. githubkit/versions/v2022_11_28/types/group_1003.py +22 -14
  1998. githubkit/versions/v2022_11_28/types/group_1004.py +5 -16
  1999. githubkit/versions/v2022_11_28/types/group_1005.py +8 -30
  2000. githubkit/versions/v2022_11_28/types/group_1006.py +18 -19
  2001. githubkit/versions/v2022_11_28/types/group_1007.py +4 -8
  2002. githubkit/versions/v2022_11_28/types/group_1008.py +12 -15
  2003. githubkit/versions/v2022_11_28/types/group_1009.py +16 -6
  2004. githubkit/versions/v2022_11_28/types/group_1010.py +29 -5
  2005. githubkit/versions/v2022_11_28/types/group_1011.py +15 -33
  2006. githubkit/versions/v2022_11_28/types/group_1012.py +9 -6
  2007. githubkit/versions/v2022_11_28/types/group_1013.py +16 -5
  2008. githubkit/versions/v2022_11_28/types/group_1014.py +6 -24
  2009. githubkit/versions/v2022_11_28/types/group_1015.py +5 -19
  2010. githubkit/versions/v2022_11_28/types/group_1016.py +34 -18
  2011. githubkit/versions/v2022_11_28/types/group_1017.py +6 -27
  2012. githubkit/versions/v2022_11_28/types/group_1018.py +5 -8
  2013. githubkit/versions/v2022_11_28/types/group_1019.py +23 -8
  2014. githubkit/versions/v2022_11_28/types/group_1020.py +19 -8
  2015. githubkit/versions/v2022_11_28/types/group_1021.py +22 -4
  2016. githubkit/versions/v2022_11_28/types/group_1022.py +12 -6
  2017. githubkit/versions/v2022_11_28/types/group_1023.py +10 -4
  2018. githubkit/versions/v2022_11_28/types/group_1024.py +8 -4
  2019. githubkit/versions/v2022_11_28/types/group_1025.py +8 -24
  2020. githubkit/versions/v2022_11_28/types/group_1026.py +6 -5
  2021. githubkit/versions/v2022_11_28/types/group_1027.py +4 -6
  2022. githubkit/versions/v2022_11_28/types/group_1028.py +8 -38
  2023. githubkit/versions/v2022_11_28/types/group_1029.py +5 -5
  2024. githubkit/versions/v2022_11_28/types/group_1030.py +23 -4
  2025. githubkit/versions/v2022_11_28/types/group_1031.py +3 -3
  2026. githubkit/versions/v2022_11_28/types/group_1032.py +8 -6
  2027. githubkit/versions/v2022_11_28/types/group_1033.py +25 -9
  2028. githubkit/versions/v2022_11_28/types/group_1034.py +6 -5
  2029. githubkit/versions/v2022_11_28/types/group_1035.py +4 -4
  2030. githubkit/versions/v2022_11_28/types/group_1036.py +5 -17
  2031. githubkit/versions/v2022_11_28/types/group_1037.py +6 -5
  2032. githubkit/versions/v2022_11_28/types/group_1038.py +16 -5
  2033. githubkit/versions/v2022_11_28/types/group_1039.py +4 -7
  2034. githubkit/versions/v2022_11_28/types/group_1040.py +5 -6
  2035. githubkit/versions/v2022_11_28/types/group_1041.py +15 -5
  2036. githubkit/versions/v2022_11_28/types/group_1042.py +5 -7
  2037. githubkit/versions/v2022_11_28/types/group_1043.py +6 -5
  2038. githubkit/versions/v2022_11_28/types/group_1044.py +8 -7
  2039. githubkit/versions/v2022_11_28/types/group_1045.py +6 -9
  2040. githubkit/versions/v2022_11_28/types/group_1046.py +5 -8
  2041. githubkit/versions/v2022_11_28/types/group_1047.py +6 -5
  2042. githubkit/versions/v2022_11_28/types/group_1048.py +5 -6
  2043. githubkit/versions/v2022_11_28/types/group_1049.py +7 -10
  2044. githubkit/versions/v2022_11_28/types/group_1050.py +9 -15
  2045. githubkit/versions/v2022_11_28/types/group_1051.py +9 -13
  2046. githubkit/versions/v2022_11_28/types/group_1052.py +5 -15
  2047. githubkit/versions/v2022_11_28/types/group_1053.py +5 -15
  2048. githubkit/versions/v2022_11_28/types/group_1054.py +9 -15
  2049. githubkit/versions/v2022_11_28/types/group_1055.py +14 -8
  2050. githubkit/versions/v2022_11_28/types/group_1056.py +11 -6
  2051. githubkit/versions/v2022_11_28/types/group_1057.py +14 -7
  2052. githubkit/versions/v2022_11_28/types/group_1058.py +14 -9
  2053. githubkit/versions/v2022_11_28/types/group_1059.py +15 -5
  2054. githubkit/versions/v2022_11_28/types/group_1060.py +9 -11
  2055. githubkit/versions/v2022_11_28/types/group_1061.py +9 -5
  2056. githubkit/versions/v2022_11_28/types/group_1062.py +8 -7
  2057. githubkit/versions/v2022_11_28/types/group_1063.py +11 -9
  2058. githubkit/versions/v2022_11_28/types/group_1064.py +5 -14
  2059. githubkit/versions/v2022_11_28/types/group_1065.py +8 -15
  2060. githubkit/versions/v2022_11_28/types/group_1066.py +12 -5
  2061. githubkit/versions/v2022_11_28/types/group_1067.py +5 -9
  2062. githubkit/versions/v2022_11_28/types/group_1068.py +8 -6
  2063. githubkit/versions/v2022_11_28/types/group_1069.py +9 -5
  2064. githubkit/versions/v2022_11_28/types/group_1070.py +14 -6
  2065. githubkit/versions/v2022_11_28/types/group_1071.py +14 -6
  2066. githubkit/versions/v2022_11_28/types/group_1072.py +5 -7
  2067. githubkit/versions/v2022_11_28/types/group_1073.py +8 -25
  2068. githubkit/versions/v2022_11_28/types/group_1074.py +6 -5
  2069. githubkit/versions/v2022_11_28/types/group_1075.py +5 -6
  2070. githubkit/versions/v2022_11_28/types/group_1076.py +6 -6
  2071. githubkit/versions/v2022_11_28/types/group_1077.py +6 -4
  2072. githubkit/versions/v2022_11_28/types/group_1078.py +6 -5
  2073. githubkit/versions/v2022_11_28/types/group_1079.py +24 -12
  2074. githubkit/versions/v2022_11_28/types/group_1080.py +5 -7
  2075. githubkit/versions/v2022_11_28/types/group_1081.py +6 -7
  2076. githubkit/versions/v2022_11_28/types/group_1082.py +4 -10
  2077. githubkit/versions/v2022_11_28/types/group_1083.py +5 -6
  2078. githubkit/versions/v2022_11_28/types/group_1084.py +5 -50
  2079. githubkit/versions/v2022_11_28/types/group_1085.py +12 -49
  2080. githubkit/versions/v2022_11_28/types/group_1086.py +6 -9
  2081. githubkit/versions/v2022_11_28/types/group_1087.py +7 -8
  2082. githubkit/versions/v2022_11_28/types/group_1088.py +12 -5
  2083. githubkit/versions/v2022_11_28/types/group_1089.py +5 -4
  2084. githubkit/versions/v2022_11_28/types/group_1090.py +51 -6
  2085. githubkit/versions/v2022_11_28/types/group_1091.py +50 -7
  2086. githubkit/versions/v2022_11_28/types/group_1092.py +9 -8
  2087. githubkit/versions/v2022_11_28/types/group_1093.py +9 -14
  2088. githubkit/versions/v2022_11_28/types/group_1094.py +6 -10
  2089. githubkit/versions/v2022_11_28/types/group_1095.py +4 -13
  2090. githubkit/versions/v2022_11_28/types/group_1096.py +5 -7
  2091. githubkit/versions/v2022_11_28/types/group_1097.py +7 -9
  2092. githubkit/versions/v2022_11_28/types/group_1098.py +6 -10
  2093. githubkit/versions/v2022_11_28/types/group_1099.py +14 -7
  2094. githubkit/versions/v2022_11_28/types/group_1100.py +10 -6
  2095. githubkit/versions/v2022_11_28/types/group_1101.py +13 -4
  2096. githubkit/versions/v2022_11_28/types/group_1102.py +5 -4
  2097. githubkit/versions/v2022_11_28/types/group_1103.py +6 -8
  2098. githubkit/versions/v2022_11_28/types/group_1104.py +12 -7
  2099. githubkit/versions/v2022_11_28/types/group_1105.py +6 -5
  2100. githubkit/versions/v2022_11_28/types/group_1106.py +5 -5
  2101. githubkit/versions/v2022_11_28/types/group_1107.py +5 -6
  2102. githubkit/versions/v2022_11_28/types/group_1108.py +7 -6
  2103. githubkit/versions/v2022_11_28/types/group_1109.py +12 -13
  2104. githubkit/versions/v2022_11_28/types/group_1110.py +8 -10
  2105. githubkit/versions/v2022_11_28/types/group_1111.py +7 -18
  2106. githubkit/versions/v2022_11_28/types/group_1112.py +4 -23
  2107. githubkit/versions/v2022_11_28/types/group_1113.py +6 -24
  2108. githubkit/versions/v2022_11_28/types/group_1114.py +5 -7
  2109. githubkit/versions/v2022_11_28/types/group_1115.py +12 -9
  2110. githubkit/versions/v2022_11_28/types/group_1116.py +10 -6
  2111. githubkit/versions/v2022_11_28/types/group_1117.py +14 -5
  2112. githubkit/versions/v2022_11_28/types/group_1118.py +24 -8
  2113. githubkit/versions/v2022_11_28/types/group_1119.py +24 -6
  2114. githubkit/versions/v2022_11_28/types/group_1120.py +8 -6
  2115. githubkit/versions/v2022_11_28/types/group_1121.py +9 -9
  2116. githubkit/versions/v2022_11_28/types/group_1122.py +4 -13
  2117. githubkit/versions/v2022_11_28/types/group_1123.py +7 -5
  2118. githubkit/versions/v2022_11_28/types/group_1124.py +6 -7
  2119. githubkit/versions/v2022_11_28/types/group_1125.py +5 -10
  2120. githubkit/versions/v2022_11_28/types/group_1126.py +6 -3
  2121. githubkit/versions/v2022_11_28/types/group_1127.py +10 -6
  2122. githubkit/versions/v2022_11_28/types/group_1128.py +14 -5
  2123. githubkit/versions/v2022_11_28/types/group_1129.py +5 -13
  2124. githubkit/versions/v2022_11_28/types/group_1130.py +9 -6
  2125. githubkit/versions/v2022_11_28/types/group_1131.py +13 -32
  2126. githubkit/versions/v2022_11_28/types/group_1132.py +3 -11
  2127. githubkit/versions/v2022_11_28/types/group_1133.py +6 -11
  2128. githubkit/versions/v2022_11_28/types/group_1134.py +6 -6
  2129. githubkit/versions/v2022_11_28/types/group_1135.py +31 -0
  2130. githubkit/versions/v2022_11_28/types/group_1136.py +24 -0
  2131. githubkit/versions/v2022_11_28/types/group_1137.py +47 -0
  2132. githubkit/versions/v2022_11_28/types/group_1138.py +28 -0
  2133. githubkit/versions/v2022_11_28/types/group_1139.py +28 -0
  2134. githubkit/versions/v2022_11_28/types/group_1140.py +23 -0
  2135. githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert.py +3 -0
  2136. {githubkit-0.11.0a3.dist-info → githubkit-0.11.1.dist-info}/METADATA +105 -7
  2137. githubkit-0.11.1.dist-info/RECORD +2435 -0
  2138. githubkit-0.11.0a3.dist-info/RECORD +0 -2421
  2139. {githubkit-0.11.0a3.dist-info → githubkit-0.11.1.dist-info}/LICENSE +0 -0
  2140. {githubkit-0.11.0a3.dist-info → githubkit-0.11.1.dist-info}/WHEEL +0 -0
@@ -92,6 +92,7 @@ if TYPE_CHECKING:
92
92
  CombinedCommitStatus,
93
93
  RepositoryInvitation,
94
94
  ContentDirectoryItems,
95
+ PagesDeploymentStatus,
95
96
  DeploymentBranchPolicy,
96
97
  BranchRestrictionPolicy,
97
98
  DeploymentProtectionRule,
@@ -121,7 +122,9 @@ if TYPE_CHECKING:
121
122
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200,
122
123
  )
123
124
  from ..types import (
125
+ WebhookConfigType,
124
126
  UserReposPostBodyType,
127
+ CustomPropertyValueType,
125
128
  OrgsOrgReposPostBodyType,
126
129
  RepositoryRuleUpdateType,
127
130
  RepositoryRuleCreationType,
@@ -132,6 +135,7 @@ if TYPE_CHECKING:
132
135
  RepositoryRulePullRequestType,
133
136
  OrgRulesetConditionsOneof0Type,
134
137
  OrgRulesetConditionsOneof1Type,
138
+ OrgRulesetConditionsOneof2Type,
135
139
  ReposOwnerRepoKeysPostBodyType,
136
140
  RepositoryRulesetConditionsType,
137
141
  ReposOwnerRepoForksPostBodyType,
@@ -171,10 +175,11 @@ if TYPE_CHECKING:
171
175
  ReposOwnerRepoContentsPathDeleteBodyType,
172
176
  ReposOwnerRepoTagsProtectionPostBodyType,
173
177
  ReposOwnerRepoHooksPostBodyPropConfigType,
174
- ReposOwnerRepoPagesDeploymentPostBodyType,
175
178
  ReposOwnerRepoPagesPostBodyPropSourceType,
176
179
  RepositoryRuleCommitAuthorEmailPatternType,
180
+ ReposOwnerRepoPagesDeploymentsPostBodyType,
177
181
  ReposOwnerRepoRulesetsRulesetIdPutBodyType,
182
+ ReposOwnerRepoPropertiesValuesPatchBodyType,
178
183
  OrgsOrgReposPostBodyPropCustomPropertiesType,
179
184
  ReposOwnerRepoCommentsCommentIdPatchBodyType,
180
185
  ReposOwnerRepoHooksHookIdConfigPatchBodyType,
@@ -185,7 +190,6 @@ if TYPE_CHECKING:
185
190
  ReposOwnerRepoPagesPutBodyPropSourceAnyof1Type,
186
191
  ReposOwnerRepoContentsPathPutBodyPropAuthorType,
187
192
  ReposOwnerRepoReleasesGenerateNotesPostBodyType,
188
- ReposOwnerRepoHooksHookIdPatchBodyPropConfigType,
189
193
  ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType,
190
194
  ReposOwnerRepoBranchesBranchProtectionPutBodyType,
191
195
  ReposOwnerRepoCommitsCommitShaCommentsPostBodyType,
@@ -252,6 +256,8 @@ class ReposClient:
252
256
  *,
253
257
  headers: Optional[Dict[str, str]] = None,
254
258
  ) -> Response[List[MinimalRepository]]:
259
+ """See also: https://docs.github.com/rest/repos/repos#list-organization-repositories"""
260
+
255
261
  from typing import List
256
262
 
257
263
  from ..models import MinimalRepository
@@ -289,6 +295,8 @@ class ReposClient:
289
295
  *,
290
296
  headers: Optional[Dict[str, str]] = None,
291
297
  ) -> Response[List[MinimalRepository]]:
298
+ """See also: https://docs.github.com/rest/repos/repos#list-organization-repositories"""
299
+
292
300
  from typing import List
293
301
 
294
302
  from ..models import MinimalRepository
@@ -372,6 +380,8 @@ class ReposClient:
372
380
  data: Missing[OrgsOrgReposPostBodyType] = UNSET,
373
381
  **kwargs,
374
382
  ) -> Response[FullRepository]:
383
+ """See also: https://docs.github.com/rest/repos/repos#create-an-organization-repository"""
384
+
375
385
  from ..models import (
376
386
  BasicError,
377
387
  FullRepository,
@@ -461,6 +471,8 @@ class ReposClient:
461
471
  data: Missing[OrgsOrgReposPostBodyType] = UNSET,
462
472
  **kwargs,
463
473
  ) -> Response[FullRepository]:
474
+ """See also: https://docs.github.com/rest/repos/repos#create-an-organization-repository"""
475
+
464
476
  from ..models import (
465
477
  BasicError,
466
478
  FullRepository,
@@ -499,6 +511,8 @@ class ReposClient:
499
511
  *,
500
512
  headers: Optional[Dict[str, str]] = None,
501
513
  ) -> Response[List[RepositoryRuleset]]:
514
+ """See also: https://docs.github.com/rest/orgs/rules#get-all-organization-repository-rulesets"""
515
+
502
516
  from typing import List
503
517
 
504
518
  from ..models import BasicError, RepositoryRuleset
@@ -532,6 +546,8 @@ class ReposClient:
532
546
  *,
533
547
  headers: Optional[Dict[str, str]] = None,
534
548
  ) -> Response[List[RepositoryRuleset]]:
549
+ """See also: https://docs.github.com/rest/orgs/rules#get-all-organization-repository-rulesets"""
550
+
535
551
  from typing import List
536
552
 
537
553
  from ..models import BasicError, RepositoryRuleset
@@ -579,7 +595,11 @@ class ReposClient:
579
595
  enforcement: Literal["disabled", "active", "evaluate"],
580
596
  bypass_actors: Missing[List[RepositoryRulesetBypassActorType]] = UNSET,
581
597
  conditions: Missing[
582
- Union[OrgRulesetConditionsOneof0Type, OrgRulesetConditionsOneof1Type]
598
+ Union[
599
+ OrgRulesetConditionsOneof0Type,
600
+ OrgRulesetConditionsOneof1Type,
601
+ OrgRulesetConditionsOneof2Type,
602
+ ]
583
603
  ] = UNSET,
584
604
  rules: Missing[
585
605
  List[
@@ -613,6 +633,8 @@ class ReposClient:
613
633
  data: Missing[OrgsOrgRulesetsPostBodyType] = UNSET,
614
634
  **kwargs,
615
635
  ) -> Response[RepositoryRuleset]:
636
+ """See also: https://docs.github.com/rest/orgs/rules#create-an-organization-repository-ruleset"""
637
+
616
638
  from ..models import BasicError, RepositoryRuleset, OrgsOrgRulesetsPostBody
617
639
 
618
640
  url = f"/orgs/{org}/rulesets"
@@ -660,7 +682,11 @@ class ReposClient:
660
682
  enforcement: Literal["disabled", "active", "evaluate"],
661
683
  bypass_actors: Missing[List[RepositoryRulesetBypassActorType]] = UNSET,
662
684
  conditions: Missing[
663
- Union[OrgRulesetConditionsOneof0Type, OrgRulesetConditionsOneof1Type]
685
+ Union[
686
+ OrgRulesetConditionsOneof0Type,
687
+ OrgRulesetConditionsOneof1Type,
688
+ OrgRulesetConditionsOneof2Type,
689
+ ]
664
690
  ] = UNSET,
665
691
  rules: Missing[
666
692
  List[
@@ -694,6 +720,8 @@ class ReposClient:
694
720
  data: Missing[OrgsOrgRulesetsPostBodyType] = UNSET,
695
721
  **kwargs,
696
722
  ) -> Response[RepositoryRuleset]:
723
+ """See also: https://docs.github.com/rest/orgs/rules#create-an-organization-repository-ruleset"""
724
+
697
725
  from ..models import BasicError, RepositoryRuleset, OrgsOrgRulesetsPostBody
698
726
 
699
727
  url = f"/orgs/{org}/rulesets"
@@ -731,6 +759,8 @@ class ReposClient:
731
759
  *,
732
760
  headers: Optional[Dict[str, str]] = None,
733
761
  ) -> Response[List[RuleSuitesItems]]:
762
+ """See also: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites"""
763
+
734
764
  from typing import List
735
765
 
736
766
  from ..models import BasicError, RuleSuitesItems
@@ -772,6 +802,8 @@ class ReposClient:
772
802
  *,
773
803
  headers: Optional[Dict[str, str]] = None,
774
804
  ) -> Response[List[RuleSuitesItems]]:
805
+ """See also: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites"""
806
+
775
807
  from typing import List
776
808
 
777
809
  from ..models import BasicError, RuleSuitesItems
@@ -808,6 +840,8 @@ class ReposClient:
808
840
  *,
809
841
  headers: Optional[Dict[str, str]] = None,
810
842
  ) -> Response[RuleSuite]:
843
+ """See also: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite"""
844
+
811
845
  from ..models import RuleSuite, BasicError
812
846
 
813
847
  url = f"/orgs/{org}/rulesets/rule-suites/{rule_suite_id}"
@@ -832,6 +866,8 @@ class ReposClient:
832
866
  *,
833
867
  headers: Optional[Dict[str, str]] = None,
834
868
  ) -> Response[RuleSuite]:
869
+ """See also: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite"""
870
+
835
871
  from ..models import RuleSuite, BasicError
836
872
 
837
873
  url = f"/orgs/{org}/rulesets/rule-suites/{rule_suite_id}"
@@ -856,6 +892,8 @@ class ReposClient:
856
892
  *,
857
893
  headers: Optional[Dict[str, str]] = None,
858
894
  ) -> Response[RepositoryRuleset]:
895
+ """See also: https://docs.github.com/rest/orgs/rules#get-an-organization-repository-ruleset"""
896
+
859
897
  from ..models import BasicError, RepositoryRuleset
860
898
 
861
899
  url = f"/orgs/{org}/rulesets/{ruleset_id}"
@@ -880,6 +918,8 @@ class ReposClient:
880
918
  *,
881
919
  headers: Optional[Dict[str, str]] = None,
882
920
  ) -> Response[RepositoryRuleset]:
921
+ """See also: https://docs.github.com/rest/orgs/rules#get-an-organization-repository-ruleset"""
922
+
883
923
  from ..models import BasicError, RepositoryRuleset
884
924
 
885
925
  url = f"/orgs/{org}/rulesets/{ruleset_id}"
@@ -921,7 +961,11 @@ class ReposClient:
921
961
  enforcement: Missing[Literal["disabled", "active", "evaluate"]] = UNSET,
922
962
  bypass_actors: Missing[List[RepositoryRulesetBypassActorType]] = UNSET,
923
963
  conditions: Missing[
924
- Union[OrgRulesetConditionsOneof0Type, OrgRulesetConditionsOneof1Type]
964
+ Union[
965
+ OrgRulesetConditionsOneof0Type,
966
+ OrgRulesetConditionsOneof1Type,
967
+ OrgRulesetConditionsOneof2Type,
968
+ ]
925
969
  ] = UNSET,
926
970
  rules: Missing[
927
971
  List[
@@ -956,6 +1000,8 @@ class ReposClient:
956
1000
  data: Missing[OrgsOrgRulesetsRulesetIdPutBodyType] = UNSET,
957
1001
  **kwargs,
958
1002
  ) -> Response[RepositoryRuleset]:
1003
+ """See also: https://docs.github.com/rest/orgs/rules#update-an-organization-repository-ruleset"""
1004
+
959
1005
  from ..models import (
960
1006
  BasicError,
961
1007
  RepositoryRuleset,
@@ -1009,7 +1055,11 @@ class ReposClient:
1009
1055
  enforcement: Missing[Literal["disabled", "active", "evaluate"]] = UNSET,
1010
1056
  bypass_actors: Missing[List[RepositoryRulesetBypassActorType]] = UNSET,
1011
1057
  conditions: Missing[
1012
- Union[OrgRulesetConditionsOneof0Type, OrgRulesetConditionsOneof1Type]
1058
+ Union[
1059
+ OrgRulesetConditionsOneof0Type,
1060
+ OrgRulesetConditionsOneof1Type,
1061
+ OrgRulesetConditionsOneof2Type,
1062
+ ]
1013
1063
  ] = UNSET,
1014
1064
  rules: Missing[
1015
1065
  List[
@@ -1044,6 +1094,8 @@ class ReposClient:
1044
1094
  data: Missing[OrgsOrgRulesetsRulesetIdPutBodyType] = UNSET,
1045
1095
  **kwargs,
1046
1096
  ) -> Response[RepositoryRuleset]:
1097
+ """See also: https://docs.github.com/rest/orgs/rules#update-an-organization-repository-ruleset"""
1098
+
1047
1099
  from ..models import (
1048
1100
  BasicError,
1049
1101
  RepositoryRuleset,
@@ -1080,6 +1132,8 @@ class ReposClient:
1080
1132
  *,
1081
1133
  headers: Optional[Dict[str, str]] = None,
1082
1134
  ) -> Response:
1135
+ """See also: https://docs.github.com/rest/orgs/rules#delete-an-organization-repository-ruleset"""
1136
+
1083
1137
  from ..models import BasicError
1084
1138
 
1085
1139
  url = f"/orgs/{org}/rulesets/{ruleset_id}"
@@ -1103,6 +1157,8 @@ class ReposClient:
1103
1157
  *,
1104
1158
  headers: Optional[Dict[str, str]] = None,
1105
1159
  ) -> Response:
1160
+ """See also: https://docs.github.com/rest/orgs/rules#delete-an-organization-repository-ruleset"""
1161
+
1106
1162
  from ..models import BasicError
1107
1163
 
1108
1164
  url = f"/orgs/{org}/rulesets/{ruleset_id}"
@@ -1126,6 +1182,8 @@ class ReposClient:
1126
1182
  *,
1127
1183
  headers: Optional[Dict[str, str]] = None,
1128
1184
  ) -> Response[FullRepository]:
1185
+ """See also: https://docs.github.com/rest/repos/repos#get-a-repository"""
1186
+
1129
1187
  from ..models import BasicError, FullRepository
1130
1188
 
1131
1189
  url = f"/repos/{owner}/{repo}"
@@ -1150,6 +1208,8 @@ class ReposClient:
1150
1208
  *,
1151
1209
  headers: Optional[Dict[str, str]] = None,
1152
1210
  ) -> Response[FullRepository]:
1211
+ """See also: https://docs.github.com/rest/repos/repos#get-a-repository"""
1212
+
1153
1213
  from ..models import BasicError, FullRepository
1154
1214
 
1155
1215
  url = f"/repos/{owner}/{repo}"
@@ -1174,6 +1234,8 @@ class ReposClient:
1174
1234
  *,
1175
1235
  headers: Optional[Dict[str, str]] = None,
1176
1236
  ) -> Response:
1237
+ """See also: https://docs.github.com/rest/repos/repos#delete-a-repository"""
1238
+
1177
1239
  from ..models import BasicError, ReposOwnerRepoDeleteResponse403
1178
1240
 
1179
1241
  url = f"/repos/{owner}/{repo}"
@@ -1197,6 +1259,8 @@ class ReposClient:
1197
1259
  *,
1198
1260
  headers: Optional[Dict[str, str]] = None,
1199
1261
  ) -> Response:
1262
+ """See also: https://docs.github.com/rest/repos/repos#delete-a-repository"""
1263
+
1200
1264
  from ..models import BasicError, ReposOwnerRepoDeleteResponse403
1201
1265
 
1202
1266
  url = f"/repos/{owner}/{repo}"
@@ -1275,6 +1339,8 @@ class ReposClient:
1275
1339
  data: Missing[ReposOwnerRepoPatchBodyType] = UNSET,
1276
1340
  **kwargs,
1277
1341
  ) -> Response[FullRepository]:
1342
+ """See also: https://docs.github.com/rest/repos/repos#update-a-repository"""
1343
+
1278
1344
  from ..models import (
1279
1345
  BasicError,
1280
1346
  FullRepository,
@@ -1368,6 +1434,8 @@ class ReposClient:
1368
1434
  data: Missing[ReposOwnerRepoPatchBodyType] = UNSET,
1369
1435
  **kwargs,
1370
1436
  ) -> Response[FullRepository]:
1437
+ """See also: https://docs.github.com/rest/repos/repos#update-a-repository"""
1438
+
1371
1439
  from ..models import (
1372
1440
  BasicError,
1373
1441
  FullRepository,
@@ -1425,6 +1493,8 @@ class ReposClient:
1425
1493
  *,
1426
1494
  headers: Optional[Dict[str, str]] = None,
1427
1495
  ) -> Response[List[Activity]]:
1496
+ """See also: https://docs.github.com/rest/repos/repos#list-repository-activities"""
1497
+
1428
1498
  from typing import List
1429
1499
 
1430
1500
  from ..models import Activity, ValidationErrorSimple
@@ -1481,6 +1551,8 @@ class ReposClient:
1481
1551
  *,
1482
1552
  headers: Optional[Dict[str, str]] = None,
1483
1553
  ) -> Response[List[Activity]]:
1554
+ """See also: https://docs.github.com/rest/repos/repos#list-repository-activities"""
1555
+
1484
1556
  from typing import List
1485
1557
 
1486
1558
  from ..models import Activity, ValidationErrorSimple
@@ -1519,6 +1591,8 @@ class ReposClient:
1519
1591
  *,
1520
1592
  headers: Optional[Dict[str, str]] = None,
1521
1593
  ) -> Response[List[Autolink]]:
1594
+ """See also: https://docs.github.com/rest/repos/autolinks#list-all-autolinks-of-a-repository"""
1595
+
1522
1596
  from typing import List
1523
1597
 
1524
1598
  from ..models import Autolink
@@ -1547,6 +1621,8 @@ class ReposClient:
1547
1621
  *,
1548
1622
  headers: Optional[Dict[str, str]] = None,
1549
1623
  ) -> Response[List[Autolink]]:
1624
+ """See also: https://docs.github.com/rest/repos/autolinks#list-all-autolinks-of-a-repository"""
1625
+
1550
1626
  from typing import List
1551
1627
 
1552
1628
  from ..models import Autolink
@@ -1601,6 +1677,8 @@ class ReposClient:
1601
1677
  data: Missing[ReposOwnerRepoAutolinksPostBodyType] = UNSET,
1602
1678
  **kwargs,
1603
1679
  ) -> Response[Autolink]:
1680
+ """See also: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository"""
1681
+
1604
1682
  from ..models import Autolink, ValidationError, ReposOwnerRepoAutolinksPostBody
1605
1683
 
1606
1684
  url = f"/repos/{owner}/{repo}/autolinks"
@@ -1659,6 +1737,8 @@ class ReposClient:
1659
1737
  data: Missing[ReposOwnerRepoAutolinksPostBodyType] = UNSET,
1660
1738
  **kwargs,
1661
1739
  ) -> Response[Autolink]:
1740
+ """See also: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository"""
1741
+
1662
1742
  from ..models import Autolink, ValidationError, ReposOwnerRepoAutolinksPostBody
1663
1743
 
1664
1744
  url = f"/repos/{owner}/{repo}/autolinks"
@@ -1691,6 +1771,8 @@ class ReposClient:
1691
1771
  *,
1692
1772
  headers: Optional[Dict[str, str]] = None,
1693
1773
  ) -> Response[Autolink]:
1774
+ """See also: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository"""
1775
+
1694
1776
  from ..models import Autolink, BasicError
1695
1777
 
1696
1778
  url = f"/repos/{owner}/{repo}/autolinks/{autolink_id}"
@@ -1715,6 +1797,8 @@ class ReposClient:
1715
1797
  *,
1716
1798
  headers: Optional[Dict[str, str]] = None,
1717
1799
  ) -> Response[Autolink]:
1800
+ """See also: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository"""
1801
+
1718
1802
  from ..models import Autolink, BasicError
1719
1803
 
1720
1804
  url = f"/repos/{owner}/{repo}/autolinks/{autolink_id}"
@@ -1739,6 +1823,8 @@ class ReposClient:
1739
1823
  *,
1740
1824
  headers: Optional[Dict[str, str]] = None,
1741
1825
  ) -> Response:
1826
+ """See also: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository"""
1827
+
1742
1828
  from ..models import BasicError
1743
1829
 
1744
1830
  url = f"/repos/{owner}/{repo}/autolinks/{autolink_id}"
@@ -1762,6 +1848,8 @@ class ReposClient:
1762
1848
  *,
1763
1849
  headers: Optional[Dict[str, str]] = None,
1764
1850
  ) -> Response:
1851
+ """See also: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository"""
1852
+
1765
1853
  from ..models import BasicError
1766
1854
 
1767
1855
  url = f"/repos/{owner}/{repo}/autolinks/{autolink_id}"
@@ -1784,6 +1872,8 @@ class ReposClient:
1784
1872
  *,
1785
1873
  headers: Optional[Dict[str, str]] = None,
1786
1874
  ) -> Response[CheckAutomatedSecurityFixes]:
1875
+ """See also: https://docs.github.com/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository"""
1876
+
1787
1877
  from ..models import CheckAutomatedSecurityFixes
1788
1878
 
1789
1879
  url = f"/repos/{owner}/{repo}/automated-security-fixes"
@@ -1805,6 +1895,8 @@ class ReposClient:
1805
1895
  *,
1806
1896
  headers: Optional[Dict[str, str]] = None,
1807
1897
  ) -> Response[CheckAutomatedSecurityFixes]:
1898
+ """See also: https://docs.github.com/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository"""
1899
+
1808
1900
  from ..models import CheckAutomatedSecurityFixes
1809
1901
 
1810
1902
  url = f"/repos/{owner}/{repo}/automated-security-fixes"
@@ -1826,6 +1918,8 @@ class ReposClient:
1826
1918
  *,
1827
1919
  headers: Optional[Dict[str, str]] = None,
1828
1920
  ) -> Response:
1921
+ """See also: https://docs.github.com/rest/repos/repos#enable-automated-security-fixes"""
1922
+
1829
1923
  url = f"/repos/{owner}/{repo}/automated-security-fixes"
1830
1924
 
1831
1925
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -1843,6 +1937,8 @@ class ReposClient:
1843
1937
  *,
1844
1938
  headers: Optional[Dict[str, str]] = None,
1845
1939
  ) -> Response:
1940
+ """See also: https://docs.github.com/rest/repos/repos#enable-automated-security-fixes"""
1941
+
1846
1942
  url = f"/repos/{owner}/{repo}/automated-security-fixes"
1847
1943
 
1848
1944
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -1860,6 +1956,8 @@ class ReposClient:
1860
1956
  *,
1861
1957
  headers: Optional[Dict[str, str]] = None,
1862
1958
  ) -> Response:
1959
+ """See also: https://docs.github.com/rest/repos/repos#disable-automated-security-fixes"""
1960
+
1863
1961
  url = f"/repos/{owner}/{repo}/automated-security-fixes"
1864
1962
 
1865
1963
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -1877,6 +1975,8 @@ class ReposClient:
1877
1975
  *,
1878
1976
  headers: Optional[Dict[str, str]] = None,
1879
1977
  ) -> Response:
1978
+ """See also: https://docs.github.com/rest/repos/repos#disable-automated-security-fixes"""
1979
+
1880
1980
  url = f"/repos/{owner}/{repo}/automated-security-fixes"
1881
1981
 
1882
1982
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -1897,6 +1997,8 @@ class ReposClient:
1897
1997
  *,
1898
1998
  headers: Optional[Dict[str, str]] = None,
1899
1999
  ) -> Response[List[ShortBranch]]:
2000
+ """See also: https://docs.github.com/rest/branches/branches#list-branches"""
2001
+
1900
2002
  from typing import List
1901
2003
 
1902
2004
  from ..models import BasicError, ShortBranch
@@ -1932,6 +2034,8 @@ class ReposClient:
1932
2034
  *,
1933
2035
  headers: Optional[Dict[str, str]] = None,
1934
2036
  ) -> Response[List[ShortBranch]]:
2037
+ """See also: https://docs.github.com/rest/branches/branches#list-branches"""
2038
+
1935
2039
  from typing import List
1936
2040
 
1937
2041
  from ..models import BasicError, ShortBranch
@@ -1965,6 +2069,8 @@ class ReposClient:
1965
2069
  *,
1966
2070
  headers: Optional[Dict[str, str]] = None,
1967
2071
  ) -> Response[BranchWithProtection]:
2072
+ """See also: https://docs.github.com/rest/branches/branches#get-a-branch"""
2073
+
1968
2074
  from ..models import BasicError, BranchWithProtection
1969
2075
 
1970
2076
  url = f"/repos/{owner}/{repo}/branches/{branch}"
@@ -1989,6 +2095,8 @@ class ReposClient:
1989
2095
  *,
1990
2096
  headers: Optional[Dict[str, str]] = None,
1991
2097
  ) -> Response[BranchWithProtection]:
2098
+ """See also: https://docs.github.com/rest/branches/branches#get-a-branch"""
2099
+
1992
2100
  from ..models import BasicError, BranchWithProtection
1993
2101
 
1994
2102
  url = f"/repos/{owner}/{repo}/branches/{branch}"
@@ -2013,6 +2121,8 @@ class ReposClient:
2013
2121
  *,
2014
2122
  headers: Optional[Dict[str, str]] = None,
2015
2123
  ) -> Response[BranchProtection]:
2124
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-branch-protection"""
2125
+
2016
2126
  from ..models import BasicError, BranchProtection
2017
2127
 
2018
2128
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection"
@@ -2037,6 +2147,8 @@ class ReposClient:
2037
2147
  *,
2038
2148
  headers: Optional[Dict[str, str]] = None,
2039
2149
  ) -> Response[BranchProtection]:
2150
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-branch-protection"""
2151
+
2040
2152
  from ..models import BasicError, BranchProtection
2041
2153
 
2042
2154
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection"
@@ -2106,6 +2218,8 @@ class ReposClient:
2106
2218
  data: Missing[ReposOwnerRepoBranchesBranchProtectionPutBodyType] = UNSET,
2107
2219
  **kwargs,
2108
2220
  ) -> Response[ProtectedBranch]:
2221
+ """See also: https://docs.github.com/rest/branches/branch-protection#update-branch-protection"""
2222
+
2109
2223
  from ..models import (
2110
2224
  BasicError,
2111
2225
  ProtectedBranch,
@@ -2190,6 +2304,8 @@ class ReposClient:
2190
2304
  data: Missing[ReposOwnerRepoBranchesBranchProtectionPutBodyType] = UNSET,
2191
2305
  **kwargs,
2192
2306
  ) -> Response[ProtectedBranch]:
2307
+ """See also: https://docs.github.com/rest/branches/branch-protection#update-branch-protection"""
2308
+
2193
2309
  from ..models import (
2194
2310
  BasicError,
2195
2311
  ProtectedBranch,
@@ -2229,6 +2345,8 @@ class ReposClient:
2229
2345
  *,
2230
2346
  headers: Optional[Dict[str, str]] = None,
2231
2347
  ) -> Response:
2348
+ """See also: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection"""
2349
+
2232
2350
  from ..models import BasicError
2233
2351
 
2234
2352
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection"
@@ -2252,6 +2370,8 @@ class ReposClient:
2252
2370
  *,
2253
2371
  headers: Optional[Dict[str, str]] = None,
2254
2372
  ) -> Response:
2373
+ """See also: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection"""
2374
+
2255
2375
  from ..models import BasicError
2256
2376
 
2257
2377
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection"
@@ -2275,6 +2395,8 @@ class ReposClient:
2275
2395
  *,
2276
2396
  headers: Optional[Dict[str, str]] = None,
2277
2397
  ) -> Response[ProtectedBranchAdminEnforced]:
2398
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection"""
2399
+
2278
2400
  from ..models import ProtectedBranchAdminEnforced
2279
2401
 
2280
2402
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
@@ -2296,6 +2418,8 @@ class ReposClient:
2296
2418
  *,
2297
2419
  headers: Optional[Dict[str, str]] = None,
2298
2420
  ) -> Response[ProtectedBranchAdminEnforced]:
2421
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection"""
2422
+
2299
2423
  from ..models import ProtectedBranchAdminEnforced
2300
2424
 
2301
2425
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
@@ -2317,6 +2441,8 @@ class ReposClient:
2317
2441
  *,
2318
2442
  headers: Optional[Dict[str, str]] = None,
2319
2443
  ) -> Response[ProtectedBranchAdminEnforced]:
2444
+ """See also: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection"""
2445
+
2320
2446
  from ..models import ProtectedBranchAdminEnforced
2321
2447
 
2322
2448
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
@@ -2338,6 +2464,8 @@ class ReposClient:
2338
2464
  *,
2339
2465
  headers: Optional[Dict[str, str]] = None,
2340
2466
  ) -> Response[ProtectedBranchAdminEnforced]:
2467
+ """See also: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection"""
2468
+
2341
2469
  from ..models import ProtectedBranchAdminEnforced
2342
2470
 
2343
2471
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
@@ -2359,6 +2487,8 @@ class ReposClient:
2359
2487
  *,
2360
2488
  headers: Optional[Dict[str, str]] = None,
2361
2489
  ) -> Response:
2490
+ """See also: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection"""
2491
+
2362
2492
  from ..models import BasicError
2363
2493
 
2364
2494
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
@@ -2382,6 +2512,8 @@ class ReposClient:
2382
2512
  *,
2383
2513
  headers: Optional[Dict[str, str]] = None,
2384
2514
  ) -> Response:
2515
+ """See also: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection"""
2516
+
2385
2517
  from ..models import BasicError
2386
2518
 
2387
2519
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"
@@ -2405,6 +2537,8 @@ class ReposClient:
2405
2537
  *,
2406
2538
  headers: Optional[Dict[str, str]] = None,
2407
2539
  ) -> Response[ProtectedBranchPullRequestReview]:
2540
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection"""
2541
+
2408
2542
  from ..models import ProtectedBranchPullRequestReview
2409
2543
 
2410
2544
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
@@ -2426,6 +2560,8 @@ class ReposClient:
2426
2560
  *,
2427
2561
  headers: Optional[Dict[str, str]] = None,
2428
2562
  ) -> Response[ProtectedBranchPullRequestReview]:
2563
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection"""
2564
+
2429
2565
  from ..models import ProtectedBranchPullRequestReview
2430
2566
 
2431
2567
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
@@ -2447,6 +2583,8 @@ class ReposClient:
2447
2583
  *,
2448
2584
  headers: Optional[Dict[str, str]] = None,
2449
2585
  ) -> Response:
2586
+ """See also: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection"""
2587
+
2450
2588
  from ..models import BasicError
2451
2589
 
2452
2590
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
@@ -2470,6 +2608,8 @@ class ReposClient:
2470
2608
  *,
2471
2609
  headers: Optional[Dict[str, str]] = None,
2472
2610
  ) -> Response:
2611
+ """See also: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection"""
2612
+
2473
2613
  from ..models import BasicError
2474
2614
 
2475
2615
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"
@@ -2533,6 +2673,8 @@ class ReposClient:
2533
2673
  ] = UNSET,
2534
2674
  **kwargs,
2535
2675
  ) -> Response[ProtectedBranchPullRequestReview]:
2676
+ """See also: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection"""
2677
+
2536
2678
  from ..models import (
2537
2679
  ValidationError,
2538
2680
  ProtectedBranchPullRequestReview,
@@ -2612,6 +2754,8 @@ class ReposClient:
2612
2754
  ] = UNSET,
2613
2755
  **kwargs,
2614
2756
  ) -> Response[ProtectedBranchPullRequestReview]:
2757
+ """See also: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection"""
2758
+
2615
2759
  from ..models import (
2616
2760
  ValidationError,
2617
2761
  ProtectedBranchPullRequestReview,
@@ -2651,6 +2795,8 @@ class ReposClient:
2651
2795
  *,
2652
2796
  headers: Optional[Dict[str, str]] = None,
2653
2797
  ) -> Response[ProtectedBranchAdminEnforced]:
2798
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection"""
2799
+
2654
2800
  from ..models import BasicError, ProtectedBranchAdminEnforced
2655
2801
 
2656
2802
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
@@ -2675,6 +2821,8 @@ class ReposClient:
2675
2821
  *,
2676
2822
  headers: Optional[Dict[str, str]] = None,
2677
2823
  ) -> Response[ProtectedBranchAdminEnforced]:
2824
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection"""
2825
+
2678
2826
  from ..models import BasicError, ProtectedBranchAdminEnforced
2679
2827
 
2680
2828
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
@@ -2699,6 +2847,8 @@ class ReposClient:
2699
2847
  *,
2700
2848
  headers: Optional[Dict[str, str]] = None,
2701
2849
  ) -> Response[ProtectedBranchAdminEnforced]:
2850
+ """See also: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection"""
2851
+
2702
2852
  from ..models import BasicError, ProtectedBranchAdminEnforced
2703
2853
 
2704
2854
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
@@ -2723,6 +2873,8 @@ class ReposClient:
2723
2873
  *,
2724
2874
  headers: Optional[Dict[str, str]] = None,
2725
2875
  ) -> Response[ProtectedBranchAdminEnforced]:
2876
+ """See also: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection"""
2877
+
2726
2878
  from ..models import BasicError, ProtectedBranchAdminEnforced
2727
2879
 
2728
2880
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
@@ -2747,6 +2899,8 @@ class ReposClient:
2747
2899
  *,
2748
2900
  headers: Optional[Dict[str, str]] = None,
2749
2901
  ) -> Response:
2902
+ """See also: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection"""
2903
+
2750
2904
  from ..models import BasicError
2751
2905
 
2752
2906
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
@@ -2770,6 +2924,8 @@ class ReposClient:
2770
2924
  *,
2771
2925
  headers: Optional[Dict[str, str]] = None,
2772
2926
  ) -> Response:
2927
+ """See also: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection"""
2928
+
2773
2929
  from ..models import BasicError
2774
2930
 
2775
2931
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"
@@ -2793,6 +2949,8 @@ class ReposClient:
2793
2949
  *,
2794
2950
  headers: Optional[Dict[str, str]] = None,
2795
2951
  ) -> Response[StatusCheckPolicy]:
2952
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection"""
2953
+
2796
2954
  from ..models import BasicError, StatusCheckPolicy
2797
2955
 
2798
2956
  url = (
@@ -2819,6 +2977,8 @@ class ReposClient:
2819
2977
  *,
2820
2978
  headers: Optional[Dict[str, str]] = None,
2821
2979
  ) -> Response[StatusCheckPolicy]:
2980
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection"""
2981
+
2822
2982
  from ..models import BasicError, StatusCheckPolicy
2823
2983
 
2824
2984
  url = (
@@ -2845,6 +3005,8 @@ class ReposClient:
2845
3005
  *,
2846
3006
  headers: Optional[Dict[str, str]] = None,
2847
3007
  ) -> Response:
3008
+ """See also: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection"""
3009
+
2848
3010
  url = (
2849
3011
  f"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
2850
3012
  )
@@ -2865,6 +3027,8 @@ class ReposClient:
2865
3027
  *,
2866
3028
  headers: Optional[Dict[str, str]] = None,
2867
3029
  ) -> Response:
3030
+ """See also: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection"""
3031
+
2868
3032
  url = (
2869
3033
  f"/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"
2870
3034
  )
@@ -2922,6 +3086,8 @@ class ReposClient:
2922
3086
  ] = UNSET,
2923
3087
  **kwargs,
2924
3088
  ) -> Response[StatusCheckPolicy]:
3089
+ """See also: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection"""
3090
+
2925
3091
  from ..models import (
2926
3092
  BasicError,
2927
3093
  ValidationError,
@@ -3001,6 +3167,8 @@ class ReposClient:
3001
3167
  ] = UNSET,
3002
3168
  **kwargs,
3003
3169
  ) -> Response[StatusCheckPolicy]:
3170
+ """See also: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection"""
3171
+
3004
3172
  from ..models import (
3005
3173
  BasicError,
3006
3174
  ValidationError,
@@ -3043,6 +3211,8 @@ class ReposClient:
3043
3211
  *,
3044
3212
  headers: Optional[Dict[str, str]] = None,
3045
3213
  ) -> Response[List[str]]:
3214
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts"""
3215
+
3046
3216
  from typing import List
3047
3217
 
3048
3218
  from ..models import BasicError
@@ -3069,6 +3239,8 @@ class ReposClient:
3069
3239
  *,
3070
3240
  headers: Optional[Dict[str, str]] = None,
3071
3241
  ) -> Response[List[str]]:
3242
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts"""
3243
+
3072
3244
  from typing import List
3073
3245
 
3074
3246
  from ..models import BasicError
@@ -3132,6 +3304,8 @@ class ReposClient:
3132
3304
  ] = UNSET,
3133
3305
  **kwargs,
3134
3306
  ) -> Response[List[str]]:
3307
+ """See also: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts"""
3308
+
3135
3309
  from typing import List, Union
3136
3310
 
3137
3311
  from ..models import (
@@ -3214,6 +3388,8 @@ class ReposClient:
3214
3388
  ] = UNSET,
3215
3389
  **kwargs,
3216
3390
  ) -> Response[List[str]]:
3391
+ """See also: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts"""
3392
+
3217
3393
  from typing import List, Union
3218
3394
 
3219
3395
  from ..models import (
@@ -3296,6 +3472,8 @@ class ReposClient:
3296
3472
  ] = UNSET,
3297
3473
  **kwargs,
3298
3474
  ) -> Response[List[str]]:
3475
+ """See also: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts"""
3476
+
3299
3477
  from typing import List, Union
3300
3478
 
3301
3479
  from ..models import (
@@ -3379,6 +3557,8 @@ class ReposClient:
3379
3557
  ] = UNSET,
3380
3558
  **kwargs,
3381
3559
  ) -> Response[List[str]]:
3560
+ """See also: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts"""
3561
+
3382
3562
  from typing import List, Union
3383
3563
 
3384
3564
  from ..models import (
@@ -3462,6 +3642,8 @@ class ReposClient:
3462
3642
  ] = UNSET,
3463
3643
  **kwargs,
3464
3644
  ) -> Response[List[str]]:
3645
+ """See also: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts"""
3646
+
3465
3647
  from typing import List, Union
3466
3648
 
3467
3649
  from ..models import (
@@ -3544,6 +3726,8 @@ class ReposClient:
3544
3726
  ] = UNSET,
3545
3727
  **kwargs,
3546
3728
  ) -> Response[List[str]]:
3729
+ """See also: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts"""
3730
+
3547
3731
  from typing import List, Union
3548
3732
 
3549
3733
  from ..models import (
@@ -3589,6 +3773,8 @@ class ReposClient:
3589
3773
  *,
3590
3774
  headers: Optional[Dict[str, str]] = None,
3591
3775
  ) -> Response[BranchRestrictionPolicy]:
3776
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions"""
3777
+
3592
3778
  from ..models import BasicError, BranchRestrictionPolicy
3593
3779
 
3594
3780
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
@@ -3613,6 +3799,8 @@ class ReposClient:
3613
3799
  *,
3614
3800
  headers: Optional[Dict[str, str]] = None,
3615
3801
  ) -> Response[BranchRestrictionPolicy]:
3802
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions"""
3803
+
3616
3804
  from ..models import BasicError, BranchRestrictionPolicy
3617
3805
 
3618
3806
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
@@ -3637,6 +3825,8 @@ class ReposClient:
3637
3825
  *,
3638
3826
  headers: Optional[Dict[str, str]] = None,
3639
3827
  ) -> Response:
3828
+ """See also: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions"""
3829
+
3640
3830
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
3641
3831
 
3642
3832
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -3655,6 +3845,8 @@ class ReposClient:
3655
3845
  *,
3656
3846
  headers: Optional[Dict[str, str]] = None,
3657
3847
  ) -> Response:
3848
+ """See also: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions"""
3849
+
3658
3850
  url = f"/repos/{owner}/{repo}/branches/{branch}/protection/restrictions"
3659
3851
 
3660
3852
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -3673,6 +3865,8 @@ class ReposClient:
3673
3865
  *,
3674
3866
  headers: Optional[Dict[str, str]] = None,
3675
3867
  ) -> Response[List[Integration]]:
3868
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch"""
3869
+
3676
3870
  from typing import List
3677
3871
 
3678
3872
  from ..models import BasicError, Integration
@@ -3699,6 +3893,8 @@ class ReposClient:
3699
3893
  *,
3700
3894
  headers: Optional[Dict[str, str]] = None,
3701
3895
  ) -> Response[List[Integration]]:
3896
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch"""
3897
+
3702
3898
  from typing import List
3703
3899
 
3704
3900
  from ..models import BasicError, Integration
@@ -3762,6 +3958,8 @@ class ReposClient:
3762
3958
  ] = UNSET,
3763
3959
  **kwargs,
3764
3960
  ) -> Response[List[Integration]]:
3961
+ """See also: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions"""
3962
+
3765
3963
  from typing import List, Union
3766
3964
 
3767
3965
  from ..models import (
@@ -3843,6 +4041,8 @@ class ReposClient:
3843
4041
  ] = UNSET,
3844
4042
  **kwargs,
3845
4043
  ) -> Response[List[Integration]]:
4044
+ """See also: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions"""
4045
+
3846
4046
  from typing import List, Union
3847
4047
 
3848
4048
  from ..models import (
@@ -3924,6 +4124,8 @@ class ReposClient:
3924
4124
  ] = UNSET,
3925
4125
  **kwargs,
3926
4126
  ) -> Response[List[Integration]]:
4127
+ """See also: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions"""
4128
+
3927
4129
  from typing import List, Union
3928
4130
 
3929
4131
  from ..models import (
@@ -4005,6 +4207,8 @@ class ReposClient:
4005
4207
  ] = UNSET,
4006
4208
  **kwargs,
4007
4209
  ) -> Response[List[Integration]]:
4210
+ """See also: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions"""
4211
+
4008
4212
  from typing import List, Union
4009
4213
 
4010
4214
  from ..models import (
@@ -4086,6 +4290,8 @@ class ReposClient:
4086
4290
  ] = UNSET,
4087
4291
  **kwargs,
4088
4292
  ) -> Response[List[Integration]]:
4293
+ """See also: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions"""
4294
+
4089
4295
  from typing import List, Union
4090
4296
 
4091
4297
  from ..models import (
@@ -4167,6 +4373,8 @@ class ReposClient:
4167
4373
  ] = UNSET,
4168
4374
  **kwargs,
4169
4375
  ) -> Response[List[Integration]]:
4376
+ """See also: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions"""
4377
+
4170
4378
  from typing import List, Union
4171
4379
 
4172
4380
  from ..models import (
@@ -4211,6 +4419,8 @@ class ReposClient:
4211
4419
  *,
4212
4420
  headers: Optional[Dict[str, str]] = None,
4213
4421
  ) -> Response[List[Team]]:
4422
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch"""
4423
+
4214
4424
  from typing import List
4215
4425
 
4216
4426
  from ..models import Team, BasicError
@@ -4237,6 +4447,8 @@ class ReposClient:
4237
4447
  *,
4238
4448
  headers: Optional[Dict[str, str]] = None,
4239
4449
  ) -> Response[List[Team]]:
4450
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch"""
4451
+
4240
4452
  from typing import List
4241
4453
 
4242
4454
  from ..models import Team, BasicError
@@ -4300,6 +4512,8 @@ class ReposClient:
4300
4512
  ] = UNSET,
4301
4513
  **kwargs,
4302
4514
  ) -> Response[List[Team]]:
4515
+ """See also: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions"""
4516
+
4303
4517
  from typing import List, Union
4304
4518
 
4305
4519
  from ..models import (
@@ -4381,6 +4595,8 @@ class ReposClient:
4381
4595
  ] = UNSET,
4382
4596
  **kwargs,
4383
4597
  ) -> Response[List[Team]]:
4598
+ """See also: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions"""
4599
+
4384
4600
  from typing import List, Union
4385
4601
 
4386
4602
  from ..models import (
@@ -4462,6 +4678,8 @@ class ReposClient:
4462
4678
  ] = UNSET,
4463
4679
  **kwargs,
4464
4680
  ) -> Response[List[Team]]:
4681
+ """See also: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions"""
4682
+
4465
4683
  from typing import List, Union
4466
4684
 
4467
4685
  from ..models import (
@@ -4543,6 +4761,8 @@ class ReposClient:
4543
4761
  ] = UNSET,
4544
4762
  **kwargs,
4545
4763
  ) -> Response[List[Team]]:
4764
+ """See also: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions"""
4765
+
4546
4766
  from typing import List, Union
4547
4767
 
4548
4768
  from ..models import (
@@ -4624,6 +4844,8 @@ class ReposClient:
4624
4844
  ] = UNSET,
4625
4845
  **kwargs,
4626
4846
  ) -> Response[List[Team]]:
4847
+ """See also: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions"""
4848
+
4627
4849
  from typing import List, Union
4628
4850
 
4629
4851
  from ..models import (
@@ -4705,6 +4927,8 @@ class ReposClient:
4705
4927
  ] = UNSET,
4706
4928
  **kwargs,
4707
4929
  ) -> Response[List[Team]]:
4930
+ """See also: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions"""
4931
+
4708
4932
  from typing import List, Union
4709
4933
 
4710
4934
  from ..models import (
@@ -4749,6 +4973,8 @@ class ReposClient:
4749
4973
  *,
4750
4974
  headers: Optional[Dict[str, str]] = None,
4751
4975
  ) -> Response[List[SimpleUser]]:
4976
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch"""
4977
+
4752
4978
  from typing import List
4753
4979
 
4754
4980
  from ..models import BasicError, SimpleUser
@@ -4775,6 +5001,8 @@ class ReposClient:
4775
5001
  *,
4776
5002
  headers: Optional[Dict[str, str]] = None,
4777
5003
  ) -> Response[List[SimpleUser]]:
5004
+ """See also: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch"""
5005
+
4778
5006
  from typing import List
4779
5007
 
4780
5008
  from ..models import BasicError, SimpleUser
@@ -4838,6 +5066,8 @@ class ReposClient:
4838
5066
  ] = UNSET,
4839
5067
  **kwargs,
4840
5068
  ) -> Response[List[SimpleUser]]:
5069
+ """See also: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions"""
5070
+
4841
5071
  from typing import List, Union
4842
5072
 
4843
5073
  from ..models import (
@@ -4919,6 +5149,8 @@ class ReposClient:
4919
5149
  ] = UNSET,
4920
5150
  **kwargs,
4921
5151
  ) -> Response[List[SimpleUser]]:
5152
+ """See also: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions"""
5153
+
4922
5154
  from typing import List, Union
4923
5155
 
4924
5156
  from ..models import (
@@ -5000,6 +5232,8 @@ class ReposClient:
5000
5232
  ] = UNSET,
5001
5233
  **kwargs,
5002
5234
  ) -> Response[List[SimpleUser]]:
5235
+ """See also: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions"""
5236
+
5003
5237
  from typing import List, Union
5004
5238
 
5005
5239
  from ..models import (
@@ -5081,6 +5315,8 @@ class ReposClient:
5081
5315
  ] = UNSET,
5082
5316
  **kwargs,
5083
5317
  ) -> Response[List[SimpleUser]]:
5318
+ """See also: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions"""
5319
+
5084
5320
  from typing import List, Union
5085
5321
 
5086
5322
  from ..models import (
@@ -5162,6 +5398,8 @@ class ReposClient:
5162
5398
  ] = UNSET,
5163
5399
  **kwargs,
5164
5400
  ) -> Response[List[SimpleUser]]:
5401
+ """See also: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions"""
5402
+
5165
5403
  from typing import List, Union
5166
5404
 
5167
5405
  from ..models import (
@@ -5243,6 +5481,8 @@ class ReposClient:
5243
5481
  ] = UNSET,
5244
5482
  **kwargs,
5245
5483
  ) -> Response[List[SimpleUser]]:
5484
+ """See also: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions"""
5485
+
5246
5486
  from typing import List, Union
5247
5487
 
5248
5488
  from ..models import (
@@ -5314,6 +5554,8 @@ class ReposClient:
5314
5554
  data: Missing[ReposOwnerRepoBranchesBranchRenamePostBodyType] = UNSET,
5315
5555
  **kwargs,
5316
5556
  ) -> Response[BranchWithProtection]:
5557
+ """See also: https://docs.github.com/rest/branches/branches#rename-a-branch"""
5558
+
5317
5559
  from ..models import (
5318
5560
  BasicError,
5319
5561
  ValidationError,
@@ -5380,6 +5622,8 @@ class ReposClient:
5380
5622
  data: Missing[ReposOwnerRepoBranchesBranchRenamePostBodyType] = UNSET,
5381
5623
  **kwargs,
5382
5624
  ) -> Response[BranchWithProtection]:
5625
+ """See also: https://docs.github.com/rest/branches/branches#rename-a-branch"""
5626
+
5383
5627
  from ..models import (
5384
5628
  BasicError,
5385
5629
  ValidationError,
@@ -5419,6 +5663,8 @@ class ReposClient:
5419
5663
  *,
5420
5664
  headers: Optional[Dict[str, str]] = None,
5421
5665
  ) -> Response[CodeownersErrors]:
5666
+ """See also: https://docs.github.com/rest/repos/repos#list-codeowners-errors"""
5667
+
5422
5668
  from ..models import CodeownersErrors
5423
5669
 
5424
5670
  url = f"/repos/{owner}/{repo}/codeowners/errors"
@@ -5446,6 +5692,8 @@ class ReposClient:
5446
5692
  *,
5447
5693
  headers: Optional[Dict[str, str]] = None,
5448
5694
  ) -> Response[CodeownersErrors]:
5695
+ """See also: https://docs.github.com/rest/repos/repos#list-codeowners-errors"""
5696
+
5449
5697
  from ..models import CodeownersErrors
5450
5698
 
5451
5699
  url = f"/repos/{owner}/{repo}/codeowners/errors"
@@ -5478,6 +5726,8 @@ class ReposClient:
5478
5726
  *,
5479
5727
  headers: Optional[Dict[str, str]] = None,
5480
5728
  ) -> Response[List[Collaborator]]:
5729
+ """See also: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators"""
5730
+
5481
5731
  from typing import List
5482
5732
 
5483
5733
  from ..models import BasicError, Collaborator
@@ -5517,6 +5767,8 @@ class ReposClient:
5517
5767
  *,
5518
5768
  headers: Optional[Dict[str, str]] = None,
5519
5769
  ) -> Response[List[Collaborator]]:
5770
+ """See also: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators"""
5771
+
5520
5772
  from typing import List
5521
5773
 
5522
5774
  from ..models import BasicError, Collaborator
@@ -5551,6 +5803,8 @@ class ReposClient:
5551
5803
  *,
5552
5804
  headers: Optional[Dict[str, str]] = None,
5553
5805
  ) -> Response:
5806
+ """See also: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator"""
5807
+
5554
5808
  url = f"/repos/{owner}/{repo}/collaborators/{username}"
5555
5809
 
5556
5810
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -5570,6 +5824,8 @@ class ReposClient:
5570
5824
  *,
5571
5825
  headers: Optional[Dict[str, str]] = None,
5572
5826
  ) -> Response:
5827
+ """See also: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator"""
5828
+
5573
5829
  url = f"/repos/{owner}/{repo}/collaborators/{username}"
5574
5830
 
5575
5831
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -5616,6 +5872,8 @@ class ReposClient:
5616
5872
  data: Missing[ReposOwnerRepoCollaboratorsUsernamePutBodyType] = UNSET,
5617
5873
  **kwargs,
5618
5874
  ) -> Response[RepositoryInvitation]:
5875
+ """See also: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator"""
5876
+
5619
5877
  from ..models import (
5620
5878
  BasicError,
5621
5879
  ValidationError,
@@ -5681,6 +5939,8 @@ class ReposClient:
5681
5939
  data: Missing[ReposOwnerRepoCollaboratorsUsernamePutBodyType] = UNSET,
5682
5940
  **kwargs,
5683
5941
  ) -> Response[RepositoryInvitation]:
5942
+ """See also: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator"""
5943
+
5684
5944
  from ..models import (
5685
5945
  BasicError,
5686
5946
  ValidationError,
@@ -5719,6 +5979,8 @@ class ReposClient:
5719
5979
  *,
5720
5980
  headers: Optional[Dict[str, str]] = None,
5721
5981
  ) -> Response:
5982
+ """See also: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator"""
5983
+
5722
5984
  from ..models import BasicError, ValidationError
5723
5985
 
5724
5986
  url = f"/repos/{owner}/{repo}/collaborators/{username}"
@@ -5743,6 +6005,8 @@ class ReposClient:
5743
6005
  *,
5744
6006
  headers: Optional[Dict[str, str]] = None,
5745
6007
  ) -> Response:
6008
+ """See also: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator"""
6009
+
5746
6010
  from ..models import BasicError, ValidationError
5747
6011
 
5748
6012
  url = f"/repos/{owner}/{repo}/collaborators/{username}"
@@ -5767,6 +6031,8 @@ class ReposClient:
5767
6031
  *,
5768
6032
  headers: Optional[Dict[str, str]] = None,
5769
6033
  ) -> Response[RepositoryCollaboratorPermission]:
6034
+ """See also: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user"""
6035
+
5770
6036
  from ..models import BasicError, RepositoryCollaboratorPermission
5771
6037
 
5772
6038
  url = f"/repos/{owner}/{repo}/collaborators/{username}/permission"
@@ -5791,6 +6057,8 @@ class ReposClient:
5791
6057
  *,
5792
6058
  headers: Optional[Dict[str, str]] = None,
5793
6059
  ) -> Response[RepositoryCollaboratorPermission]:
6060
+ """See also: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user"""
6061
+
5794
6062
  from ..models import BasicError, RepositoryCollaboratorPermission
5795
6063
 
5796
6064
  url = f"/repos/{owner}/{repo}/collaborators/{username}/permission"
@@ -5816,6 +6084,8 @@ class ReposClient:
5816
6084
  *,
5817
6085
  headers: Optional[Dict[str, str]] = None,
5818
6086
  ) -> Response[List[CommitComment]]:
6087
+ """See also: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository"""
6088
+
5819
6089
  from typing import List
5820
6090
 
5821
6091
  from ..models import CommitComment
@@ -5846,6 +6116,8 @@ class ReposClient:
5846
6116
  *,
5847
6117
  headers: Optional[Dict[str, str]] = None,
5848
6118
  ) -> Response[List[CommitComment]]:
6119
+ """See also: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository"""
6120
+
5849
6121
  from typing import List
5850
6122
 
5851
6123
  from ..models import CommitComment
@@ -5875,6 +6147,8 @@ class ReposClient:
5875
6147
  *,
5876
6148
  headers: Optional[Dict[str, str]] = None,
5877
6149
  ) -> Response[CommitComment]:
6150
+ """See also: https://docs.github.com/rest/commits/comments#get-a-commit-comment"""
6151
+
5878
6152
  from ..models import BasicError, CommitComment
5879
6153
 
5880
6154
  url = f"/repos/{owner}/{repo}/comments/{comment_id}"
@@ -5899,6 +6173,8 @@ class ReposClient:
5899
6173
  *,
5900
6174
  headers: Optional[Dict[str, str]] = None,
5901
6175
  ) -> Response[CommitComment]:
6176
+ """See also: https://docs.github.com/rest/commits/comments#get-a-commit-comment"""
6177
+
5902
6178
  from ..models import BasicError, CommitComment
5903
6179
 
5904
6180
  url = f"/repos/{owner}/{repo}/comments/{comment_id}"
@@ -5923,6 +6199,8 @@ class ReposClient:
5923
6199
  *,
5924
6200
  headers: Optional[Dict[str, str]] = None,
5925
6201
  ) -> Response:
6202
+ """See also: https://docs.github.com/rest/commits/comments#delete-a-commit-comment"""
6203
+
5926
6204
  from ..models import BasicError
5927
6205
 
5928
6206
  url = f"/repos/{owner}/{repo}/comments/{comment_id}"
@@ -5946,6 +6224,8 @@ class ReposClient:
5946
6224
  *,
5947
6225
  headers: Optional[Dict[str, str]] = None,
5948
6226
  ) -> Response:
6227
+ """See also: https://docs.github.com/rest/commits/comments#delete-a-commit-comment"""
6228
+
5949
6229
  from ..models import BasicError
5950
6230
 
5951
6231
  url = f"/repos/{owner}/{repo}/comments/{comment_id}"
@@ -5996,6 +6276,8 @@ class ReposClient:
5996
6276
  data: Missing[ReposOwnerRepoCommentsCommentIdPatchBodyType] = UNSET,
5997
6277
  **kwargs,
5998
6278
  ) -> Response[CommitComment]:
6279
+ """See also: https://docs.github.com/rest/commits/comments#update-a-commit-comment"""
6280
+
5999
6281
  from ..models import (
6000
6282
  BasicError,
6001
6283
  CommitComment,
@@ -6059,6 +6341,8 @@ class ReposClient:
6059
6341
  data: Missing[ReposOwnerRepoCommentsCommentIdPatchBodyType] = UNSET,
6060
6342
  **kwargs,
6061
6343
  ) -> Response[CommitComment]:
6344
+ """See also: https://docs.github.com/rest/commits/comments#update-a-commit-comment"""
6345
+
6062
6346
  from ..models import (
6063
6347
  BasicError,
6064
6348
  CommitComment,
@@ -6102,6 +6386,8 @@ class ReposClient:
6102
6386
  *,
6103
6387
  headers: Optional[Dict[str, str]] = None,
6104
6388
  ) -> Response[List[Commit]]:
6389
+ """See also: https://docs.github.com/rest/commits/commits#list-commits"""
6390
+
6105
6391
  from typing import List
6106
6392
 
6107
6393
  from ..models import Commit, BasicError
@@ -6150,6 +6436,8 @@ class ReposClient:
6150
6436
  *,
6151
6437
  headers: Optional[Dict[str, str]] = None,
6152
6438
  ) -> Response[List[Commit]]:
6439
+ """See also: https://docs.github.com/rest/commits/commits#list-commits"""
6440
+
6153
6441
  from typing import List
6154
6442
 
6155
6443
  from ..models import Commit, BasicError
@@ -6191,6 +6479,8 @@ class ReposClient:
6191
6479
  *,
6192
6480
  headers: Optional[Dict[str, str]] = None,
6193
6481
  ) -> Response[List[BranchShort]]:
6482
+ """See also: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit"""
6483
+
6194
6484
  from typing import List
6195
6485
 
6196
6486
  from ..models import BranchShort, ValidationError
@@ -6217,6 +6507,8 @@ class ReposClient:
6217
6507
  *,
6218
6508
  headers: Optional[Dict[str, str]] = None,
6219
6509
  ) -> Response[List[BranchShort]]:
6510
+ """See also: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit"""
6511
+
6220
6512
  from typing import List
6221
6513
 
6222
6514
  from ..models import BranchShort, ValidationError
@@ -6245,6 +6537,8 @@ class ReposClient:
6245
6537
  *,
6246
6538
  headers: Optional[Dict[str, str]] = None,
6247
6539
  ) -> Response[List[CommitComment]]:
6540
+ """See also: https://docs.github.com/rest/commits/comments#list-commit-comments"""
6541
+
6248
6542
  from typing import List
6249
6543
 
6250
6544
  from ..models import CommitComment
@@ -6276,6 +6570,8 @@ class ReposClient:
6276
6570
  *,
6277
6571
  headers: Optional[Dict[str, str]] = None,
6278
6572
  ) -> Response[List[CommitComment]]:
6573
+ """See also: https://docs.github.com/rest/commits/comments#list-commit-comments"""
6574
+
6279
6575
  from typing import List
6280
6576
 
6281
6577
  from ..models import CommitComment
@@ -6335,6 +6631,8 @@ class ReposClient:
6335
6631
  data: Missing[ReposOwnerRepoCommitsCommitShaCommentsPostBodyType] = UNSET,
6336
6632
  **kwargs,
6337
6633
  ) -> Response[CommitComment]:
6634
+ """See also: https://docs.github.com/rest/commits/comments#create-a-commit-comment"""
6635
+
6338
6636
  from ..models import (
6339
6637
  BasicError,
6340
6638
  CommitComment,
@@ -6405,6 +6703,8 @@ class ReposClient:
6405
6703
  data: Missing[ReposOwnerRepoCommitsCommitShaCommentsPostBodyType] = UNSET,
6406
6704
  **kwargs,
6407
6705
  ) -> Response[CommitComment]:
6706
+ """See also: https://docs.github.com/rest/commits/comments#create-a-commit-comment"""
6707
+
6408
6708
  from ..models import (
6409
6709
  BasicError,
6410
6710
  CommitComment,
@@ -6447,6 +6747,8 @@ class ReposClient:
6447
6747
  *,
6448
6748
  headers: Optional[Dict[str, str]] = None,
6449
6749
  ) -> Response[List[PullRequestSimple]]:
6750
+ """See also: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit"""
6751
+
6450
6752
  from typing import List
6451
6753
 
6452
6754
  from ..models import PullRequestSimple
@@ -6478,6 +6780,8 @@ class ReposClient:
6478
6780
  *,
6479
6781
  headers: Optional[Dict[str, str]] = None,
6480
6782
  ) -> Response[List[PullRequestSimple]]:
6783
+ """See also: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit"""
6784
+
6481
6785
  from typing import List
6482
6786
 
6483
6787
  from ..models import PullRequestSimple
@@ -6509,6 +6813,8 @@ class ReposClient:
6509
6813
  *,
6510
6814
  headers: Optional[Dict[str, str]] = None,
6511
6815
  ) -> Response[Commit]:
6816
+ """See also: https://docs.github.com/rest/commits/commits#get-a-commit"""
6817
+
6512
6818
  from ..models import (
6513
6819
  Commit,
6514
6820
  BasicError,
@@ -6549,6 +6855,8 @@ class ReposClient:
6549
6855
  *,
6550
6856
  headers: Optional[Dict[str, str]] = None,
6551
6857
  ) -> Response[Commit]:
6858
+ """See also: https://docs.github.com/rest/commits/commits#get-a-commit"""
6859
+
6552
6860
  from ..models import (
6553
6861
  Commit,
6554
6862
  BasicError,
@@ -6589,6 +6897,8 @@ class ReposClient:
6589
6897
  *,
6590
6898
  headers: Optional[Dict[str, str]] = None,
6591
6899
  ) -> Response[CombinedCommitStatus]:
6900
+ """See also: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference"""
6901
+
6592
6902
  from ..models import BasicError, CombinedCommitStatus
6593
6903
 
6594
6904
  url = f"/repos/{owner}/{repo}/commits/{ref}/status"
@@ -6621,6 +6931,8 @@ class ReposClient:
6621
6931
  *,
6622
6932
  headers: Optional[Dict[str, str]] = None,
6623
6933
  ) -> Response[CombinedCommitStatus]:
6934
+ """See also: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference"""
6935
+
6624
6936
  from ..models import BasicError, CombinedCommitStatus
6625
6937
 
6626
6938
  url = f"/repos/{owner}/{repo}/commits/{ref}/status"
@@ -6653,6 +6965,8 @@ class ReposClient:
6653
6965
  *,
6654
6966
  headers: Optional[Dict[str, str]] = None,
6655
6967
  ) -> Response[List[Status]]:
6968
+ """See also: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference"""
6969
+
6656
6970
  from typing import List
6657
6971
 
6658
6972
  from ..models import Status
@@ -6684,6 +6998,8 @@ class ReposClient:
6684
6998
  *,
6685
6999
  headers: Optional[Dict[str, str]] = None,
6686
7000
  ) -> Response[List[Status]]:
7001
+ """See also: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference"""
7002
+
6687
7003
  from typing import List
6688
7004
 
6689
7005
  from ..models import Status
@@ -6712,6 +7028,8 @@ class ReposClient:
6712
7028
  *,
6713
7029
  headers: Optional[Dict[str, str]] = None,
6714
7030
  ) -> Response[CommunityProfile]:
7031
+ """See also: https://docs.github.com/rest/metrics/community#get-community-profile-metrics"""
7032
+
6715
7033
  from ..models import CommunityProfile
6716
7034
 
6717
7035
  url = f"/repos/{owner}/{repo}/community/profile"
@@ -6732,6 +7050,8 @@ class ReposClient:
6732
7050
  *,
6733
7051
  headers: Optional[Dict[str, str]] = None,
6734
7052
  ) -> Response[CommunityProfile]:
7053
+ """See also: https://docs.github.com/rest/metrics/community#get-community-profile-metrics"""
7054
+
6735
7055
  from ..models import CommunityProfile
6736
7056
 
6737
7057
  url = f"/repos/{owner}/{repo}/community/profile"
@@ -6755,6 +7075,8 @@ class ReposClient:
6755
7075
  *,
6756
7076
  headers: Optional[Dict[str, str]] = None,
6757
7077
  ) -> Response[CommitComparison]:
7078
+ """See also: https://docs.github.com/rest/commits/commits#compare-two-commits"""
7079
+
6758
7080
  from ..models import (
6759
7081
  BasicError,
6760
7082
  CommitComparison,
@@ -6793,6 +7115,8 @@ class ReposClient:
6793
7115
  *,
6794
7116
  headers: Optional[Dict[str, str]] = None,
6795
7117
  ) -> Response[CommitComparison]:
7118
+ """See also: https://docs.github.com/rest/commits/commits#compare-two-commits"""
7119
+
6796
7120
  from ..models import (
6797
7121
  BasicError,
6798
7122
  CommitComparison,
@@ -6834,6 +7158,8 @@ class ReposClient:
6834
7158
  List[ContentDirectoryItems], ContentFile, ContentSymlink, ContentSubmodule
6835
7159
  ]
6836
7160
  ]:
7161
+ """See also: https://docs.github.com/rest/repos/contents#get-repository-content"""
7162
+
6837
7163
  from typing import List, Union
6838
7164
 
6839
7165
  from ..models import (
@@ -6882,6 +7208,8 @@ class ReposClient:
6882
7208
  List[ContentDirectoryItems], ContentFile, ContentSymlink, ContentSubmodule
6883
7209
  ]
6884
7210
  ]:
7211
+ """See also: https://docs.github.com/rest/repos/contents#get-repository-content"""
7212
+
6885
7213
  from typing import List, Union
6886
7214
 
6887
7215
  from ..models import (
@@ -6957,6 +7285,8 @@ class ReposClient:
6957
7285
  data: Missing[ReposOwnerRepoContentsPathPutBodyType] = UNSET,
6958
7286
  **kwargs,
6959
7287
  ) -> Response[FileCommit]:
7288
+ """See also: https://docs.github.com/rest/repos/contents#create-or-update-file-contents"""
7289
+
6960
7290
  from ..models import (
6961
7291
  BasicError,
6962
7292
  FileCommit,
@@ -7028,6 +7358,8 @@ class ReposClient:
7028
7358
  data: Missing[ReposOwnerRepoContentsPathPutBodyType] = UNSET,
7029
7359
  **kwargs,
7030
7360
  ) -> Response[FileCommit]:
7361
+ """See also: https://docs.github.com/rest/repos/contents#create-or-update-file-contents"""
7362
+
7031
7363
  from ..models import (
7032
7364
  BasicError,
7033
7365
  FileCommit,
@@ -7100,6 +7432,8 @@ class ReposClient:
7100
7432
  data: Missing[ReposOwnerRepoContentsPathDeleteBodyType] = UNSET,
7101
7433
  **kwargs,
7102
7434
  ) -> Response[FileCommit]:
7435
+ """See also: https://docs.github.com/rest/repos/contents#delete-a-file"""
7436
+
7103
7437
  from ..models import (
7104
7438
  BasicError,
7105
7439
  FileCommit,
@@ -7174,6 +7508,8 @@ class ReposClient:
7174
7508
  data: Missing[ReposOwnerRepoContentsPathDeleteBodyType] = UNSET,
7175
7509
  **kwargs,
7176
7510
  ) -> Response[FileCommit]:
7511
+ """See also: https://docs.github.com/rest/repos/contents#delete-a-file"""
7512
+
7177
7513
  from ..models import (
7178
7514
  BasicError,
7179
7515
  FileCommit,
@@ -7217,6 +7553,8 @@ class ReposClient:
7217
7553
  *,
7218
7554
  headers: Optional[Dict[str, str]] = None,
7219
7555
  ) -> Response[List[Contributor]]:
7556
+ """See also: https://docs.github.com/rest/repos/repos#list-repository-contributors"""
7557
+
7220
7558
  from typing import List
7221
7559
 
7222
7560
  from ..models import BasicError, Contributor
@@ -7253,6 +7591,8 @@ class ReposClient:
7253
7591
  *,
7254
7592
  headers: Optional[Dict[str, str]] = None,
7255
7593
  ) -> Response[List[Contributor]]:
7594
+ """See also: https://docs.github.com/rest/repos/repos#list-repository-contributors"""
7595
+
7256
7596
  from typing import List
7257
7597
 
7258
7598
  from ..models import BasicError, Contributor
@@ -7292,6 +7632,8 @@ class ReposClient:
7292
7632
  *,
7293
7633
  headers: Optional[Dict[str, str]] = None,
7294
7634
  ) -> Response[List[Deployment]]:
7635
+ """See also: https://docs.github.com/rest/deployments/deployments#list-deployments"""
7636
+
7295
7637
  from typing import List
7296
7638
 
7297
7639
  from ..models import Deployment
@@ -7330,6 +7672,8 @@ class ReposClient:
7330
7672
  *,
7331
7673
  headers: Optional[Dict[str, str]] = None,
7332
7674
  ) -> Response[List[Deployment]]:
7675
+ """See also: https://docs.github.com/rest/deployments/deployments#list-deployments"""
7676
+
7333
7677
  from typing import List
7334
7678
 
7335
7679
  from ..models import Deployment
@@ -7397,6 +7741,8 @@ class ReposClient:
7397
7741
  data: Missing[ReposOwnerRepoDeploymentsPostBodyType] = UNSET,
7398
7742
  **kwargs,
7399
7743
  ) -> Response[Deployment]:
7744
+ """See also: https://docs.github.com/rest/deployments/deployments#create-a-deployment"""
7745
+
7400
7746
  from ..models import (
7401
7747
  Deployment,
7402
7748
  ValidationError,
@@ -7467,6 +7813,8 @@ class ReposClient:
7467
7813
  data: Missing[ReposOwnerRepoDeploymentsPostBodyType] = UNSET,
7468
7814
  **kwargs,
7469
7815
  ) -> Response[Deployment]:
7816
+ """See also: https://docs.github.com/rest/deployments/deployments#create-a-deployment"""
7817
+
7470
7818
  from ..models import (
7471
7819
  Deployment,
7472
7820
  ValidationError,
@@ -7503,6 +7851,8 @@ class ReposClient:
7503
7851
  *,
7504
7852
  headers: Optional[Dict[str, str]] = None,
7505
7853
  ) -> Response[Deployment]:
7854
+ """See also: https://docs.github.com/rest/deployments/deployments#get-a-deployment"""
7855
+
7506
7856
  from ..models import BasicError, Deployment
7507
7857
 
7508
7858
  url = f"/repos/{owner}/{repo}/deployments/{deployment_id}"
@@ -7527,6 +7877,8 @@ class ReposClient:
7527
7877
  *,
7528
7878
  headers: Optional[Dict[str, str]] = None,
7529
7879
  ) -> Response[Deployment]:
7880
+ """See also: https://docs.github.com/rest/deployments/deployments#get-a-deployment"""
7881
+
7530
7882
  from ..models import BasicError, Deployment
7531
7883
 
7532
7884
  url = f"/repos/{owner}/{repo}/deployments/{deployment_id}"
@@ -7551,6 +7903,8 @@ class ReposClient:
7551
7903
  *,
7552
7904
  headers: Optional[Dict[str, str]] = None,
7553
7905
  ) -> Response:
7906
+ """See also: https://docs.github.com/rest/deployments/deployments#delete-a-deployment"""
7907
+
7554
7908
  from ..models import BasicError, ValidationErrorSimple
7555
7909
 
7556
7910
  url = f"/repos/{owner}/{repo}/deployments/{deployment_id}"
@@ -7575,6 +7929,8 @@ class ReposClient:
7575
7929
  *,
7576
7930
  headers: Optional[Dict[str, str]] = None,
7577
7931
  ) -> Response:
7932
+ """See also: https://docs.github.com/rest/deployments/deployments#delete-a-deployment"""
7933
+
7578
7934
  from ..models import BasicError, ValidationErrorSimple
7579
7935
 
7580
7936
  url = f"/repos/{owner}/{repo}/deployments/{deployment_id}"
@@ -7601,6 +7957,8 @@ class ReposClient:
7601
7957
  *,
7602
7958
  headers: Optional[Dict[str, str]] = None,
7603
7959
  ) -> Response[List[DeploymentStatus]]:
7960
+ """See also: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses"""
7961
+
7604
7962
  from typing import List
7605
7963
 
7606
7964
  from ..models import BasicError, DeploymentStatus
@@ -7635,6 +7993,8 @@ class ReposClient:
7635
7993
  *,
7636
7994
  headers: Optional[Dict[str, str]] = None,
7637
7995
  ) -> Response[List[DeploymentStatus]]:
7996
+ """See also: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses"""
7997
+
7638
7998
  from typing import List
7639
7999
 
7640
8000
  from ..models import BasicError, DeploymentStatus
@@ -7710,6 +8070,8 @@ class ReposClient:
7710
8070
  ] = UNSET,
7711
8071
  **kwargs,
7712
8072
  ) -> Response[DeploymentStatus]:
8073
+ """See also: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status"""
8074
+
7713
8075
  from ..models import (
7714
8076
  ValidationError,
7715
8077
  DeploymentStatus,
@@ -7791,6 +8153,8 @@ class ReposClient:
7791
8153
  ] = UNSET,
7792
8154
  **kwargs,
7793
8155
  ) -> Response[DeploymentStatus]:
8156
+ """See also: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status"""
8157
+
7794
8158
  from ..models import (
7795
8159
  ValidationError,
7796
8160
  DeploymentStatus,
@@ -7830,6 +8194,8 @@ class ReposClient:
7830
8194
  *,
7831
8195
  headers: Optional[Dict[str, str]] = None,
7832
8196
  ) -> Response[DeploymentStatus]:
8197
+ """See also: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status"""
8198
+
7833
8199
  from ..models import BasicError, DeploymentStatus
7834
8200
 
7835
8201
  url = f"/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"
@@ -7855,6 +8221,8 @@ class ReposClient:
7855
8221
  *,
7856
8222
  headers: Optional[Dict[str, str]] = None,
7857
8223
  ) -> Response[DeploymentStatus]:
8224
+ """See also: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status"""
8225
+
7858
8226
  from ..models import BasicError, DeploymentStatus
7859
8227
 
7860
8228
  url = f"/repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"
@@ -7906,6 +8274,8 @@ class ReposClient:
7906
8274
  data: Missing[ReposOwnerRepoDispatchesPostBodyType] = UNSET,
7907
8275
  **kwargs,
7908
8276
  ) -> Response:
8277
+ """See also: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event"""
8278
+
7909
8279
  from ..models import ValidationError, ReposOwnerRepoDispatchesPostBody
7910
8280
 
7911
8281
  url = f"/repos/{owner}/{repo}/dispatches"
@@ -7964,6 +8334,8 @@ class ReposClient:
7964
8334
  data: Missing[ReposOwnerRepoDispatchesPostBodyType] = UNSET,
7965
8335
  **kwargs,
7966
8336
  ) -> Response:
8337
+ """See also: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event"""
8338
+
7967
8339
  from ..models import ValidationError, ReposOwnerRepoDispatchesPostBody
7968
8340
 
7969
8341
  url = f"/repos/{owner}/{repo}/dispatches"
@@ -7996,6 +8368,8 @@ class ReposClient:
7996
8368
  *,
7997
8369
  headers: Optional[Dict[str, str]] = None,
7998
8370
  ) -> Response[ReposOwnerRepoEnvironmentsGetResponse200]:
8371
+ """See also: https://docs.github.com/rest/deployments/environments#list-environments"""
8372
+
7999
8373
  from ..models import ReposOwnerRepoEnvironmentsGetResponse200
8000
8374
 
8001
8375
  url = f"/repos/{owner}/{repo}/environments"
@@ -8024,6 +8398,8 @@ class ReposClient:
8024
8398
  *,
8025
8399
  headers: Optional[Dict[str, str]] = None,
8026
8400
  ) -> Response[ReposOwnerRepoEnvironmentsGetResponse200]:
8401
+ """See also: https://docs.github.com/rest/deployments/environments#list-environments"""
8402
+
8027
8403
  from ..models import ReposOwnerRepoEnvironmentsGetResponse200
8028
8404
 
8029
8405
  url = f"/repos/{owner}/{repo}/environments"
@@ -8051,6 +8427,8 @@ class ReposClient:
8051
8427
  *,
8052
8428
  headers: Optional[Dict[str, str]] = None,
8053
8429
  ) -> Response[Environment]:
8430
+ """See also: https://docs.github.com/rest/deployments/environments#get-an-environment"""
8431
+
8054
8432
  from ..models import Environment
8055
8433
 
8056
8434
  url = f"/repos/{owner}/{repo}/environments/{environment_name}"
@@ -8072,6 +8450,8 @@ class ReposClient:
8072
8450
  *,
8073
8451
  headers: Optional[Dict[str, str]] = None,
8074
8452
  ) -> Response[Environment]:
8453
+ """See also: https://docs.github.com/rest/deployments/environments#get-an-environment"""
8454
+
8075
8455
  from ..models import Environment
8076
8456
 
8077
8457
  url = f"/repos/{owner}/{repo}/environments/{environment_name}"
@@ -8136,6 +8516,8 @@ class ReposClient:
8136
8516
  ] = UNSET,
8137
8517
  **kwargs,
8138
8518
  ) -> Response[Environment]:
8519
+ """See also: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment"""
8520
+
8139
8521
  from typing import Union
8140
8522
 
8141
8523
  from ..models import (
@@ -8219,6 +8601,8 @@ class ReposClient:
8219
8601
  ] = UNSET,
8220
8602
  **kwargs,
8221
8603
  ) -> Response[Environment]:
8604
+ """See also: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment"""
8605
+
8222
8606
  from typing import Union
8223
8607
 
8224
8608
  from ..models import (
@@ -8259,6 +8643,8 @@ class ReposClient:
8259
8643
  *,
8260
8644
  headers: Optional[Dict[str, str]] = None,
8261
8645
  ) -> Response:
8646
+ """See also: https://docs.github.com/rest/deployments/environments#delete-an-environment"""
8647
+
8262
8648
  url = f"/repos/{owner}/{repo}/environments/{environment_name}"
8263
8649
 
8264
8650
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -8277,6 +8663,8 @@ class ReposClient:
8277
8663
  *,
8278
8664
  headers: Optional[Dict[str, str]] = None,
8279
8665
  ) -> Response:
8666
+ """See also: https://docs.github.com/rest/deployments/environments#delete-an-environment"""
8667
+
8280
8668
  url = f"/repos/{owner}/{repo}/environments/{environment_name}"
8281
8669
 
8282
8670
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -8299,6 +8687,8 @@ class ReposClient:
8299
8687
  ) -> Response[
8300
8688
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200
8301
8689
  ]:
8690
+ """See also: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies"""
8691
+
8302
8692
  from ..models import (
8303
8693
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200,
8304
8694
  )
@@ -8332,6 +8722,8 @@ class ReposClient:
8332
8722
  ) -> Response[
8333
8723
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200
8334
8724
  ]:
8725
+ """See also: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies"""
8726
+
8335
8727
  from ..models import (
8336
8728
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200,
8337
8729
  )
@@ -8389,6 +8781,8 @@ class ReposClient:
8389
8781
  data: Missing[DeploymentBranchPolicyNamePatternWithTypeType] = UNSET,
8390
8782
  **kwargs,
8391
8783
  ) -> Response[DeploymentBranchPolicy]:
8784
+ """See also: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy"""
8785
+
8392
8786
  from ..models import (
8393
8787
  DeploymentBranchPolicy,
8394
8788
  DeploymentBranchPolicyNamePatternWithType,
@@ -8450,6 +8844,8 @@ class ReposClient:
8450
8844
  data: Missing[DeploymentBranchPolicyNamePatternWithTypeType] = UNSET,
8451
8845
  **kwargs,
8452
8846
  ) -> Response[DeploymentBranchPolicy]:
8847
+ """See also: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy"""
8848
+
8453
8849
  from ..models import (
8454
8850
  DeploymentBranchPolicy,
8455
8851
  DeploymentBranchPolicyNamePatternWithType,
@@ -8484,6 +8880,8 @@ class ReposClient:
8484
8880
  *,
8485
8881
  headers: Optional[Dict[str, str]] = None,
8486
8882
  ) -> Response[DeploymentBranchPolicy]:
8883
+ """See also: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy"""
8884
+
8487
8885
  from ..models import DeploymentBranchPolicy
8488
8886
 
8489
8887
  url = f"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"
@@ -8506,6 +8904,8 @@ class ReposClient:
8506
8904
  *,
8507
8905
  headers: Optional[Dict[str, str]] = None,
8508
8906
  ) -> Response[DeploymentBranchPolicy]:
8907
+ """See also: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy"""
8908
+
8509
8909
  from ..models import DeploymentBranchPolicy
8510
8910
 
8511
8911
  url = f"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"
@@ -8557,6 +8957,8 @@ class ReposClient:
8557
8957
  data: Missing[DeploymentBranchPolicyNamePatternType] = UNSET,
8558
8958
  **kwargs,
8559
8959
  ) -> Response[DeploymentBranchPolicy]:
8960
+ """See also: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy"""
8961
+
8560
8962
  from ..models import DeploymentBranchPolicy, DeploymentBranchPolicyNamePattern
8561
8963
 
8562
8964
  url = f"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"
@@ -8616,6 +9018,8 @@ class ReposClient:
8616
9018
  data: Missing[DeploymentBranchPolicyNamePatternType] = UNSET,
8617
9019
  **kwargs,
8618
9020
  ) -> Response[DeploymentBranchPolicy]:
9021
+ """See also: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy"""
9022
+
8619
9023
  from ..models import DeploymentBranchPolicy, DeploymentBranchPolicyNamePattern
8620
9024
 
8621
9025
  url = f"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"
@@ -8646,6 +9050,8 @@ class ReposClient:
8646
9050
  *,
8647
9051
  headers: Optional[Dict[str, str]] = None,
8648
9052
  ) -> Response:
9053
+ """See also: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy"""
9054
+
8649
9055
  url = f"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"
8650
9056
 
8651
9057
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -8665,6 +9071,8 @@ class ReposClient:
8665
9071
  *,
8666
9072
  headers: Optional[Dict[str, str]] = None,
8667
9073
  ) -> Response:
9074
+ """See also: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy"""
9075
+
8668
9076
  url = f"/repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"
8669
9077
 
8670
9078
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -8685,6 +9093,8 @@ class ReposClient:
8685
9093
  ) -> Response[
8686
9094
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesGetResponse200
8687
9095
  ]:
9096
+ """See also: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment"""
9097
+
8688
9098
  from ..models import (
8689
9099
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesGetResponse200,
8690
9100
  )
@@ -8710,6 +9120,8 @@ class ReposClient:
8710
9120
  ) -> Response[
8711
9121
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesGetResponse200
8712
9122
  ]:
9123
+ """See also: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment"""
9124
+
8713
9125
  from ..models import (
8714
9126
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesGetResponse200,
8715
9127
  )
@@ -8762,6 +9174,8 @@ class ReposClient:
8762
9174
  ] = UNSET,
8763
9175
  **kwargs,
8764
9176
  ) -> Response[DeploymentProtectionRule]:
9177
+ """See also: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment"""
9178
+
8765
9179
  from ..models import (
8766
9180
  DeploymentProtectionRule,
8767
9181
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody,
@@ -8826,6 +9240,8 @@ class ReposClient:
8826
9240
  ] = UNSET,
8827
9241
  **kwargs,
8828
9242
  ) -> Response[DeploymentProtectionRule]:
9243
+ """See also: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment"""
9244
+
8829
9245
  from ..models import (
8830
9246
  DeploymentProtectionRule,
8831
9247
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody,
@@ -8865,6 +9281,8 @@ class ReposClient:
8865
9281
  ) -> Response[
8866
9282
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200
8867
9283
  ]:
9284
+ """See also: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment"""
9285
+
8868
9286
  from ..models import (
8869
9287
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200,
8870
9288
  )
@@ -8898,6 +9316,8 @@ class ReposClient:
8898
9316
  ) -> Response[
8899
9317
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200
8900
9318
  ]:
9319
+ """See also: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment"""
9320
+
8901
9321
  from ..models import (
8902
9322
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200,
8903
9323
  )
@@ -8928,6 +9348,8 @@ class ReposClient:
8928
9348
  *,
8929
9349
  headers: Optional[Dict[str, str]] = None,
8930
9350
  ) -> Response[DeploymentProtectionRule]:
9351
+ """See also: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule"""
9352
+
8931
9353
  from ..models import DeploymentProtectionRule
8932
9354
 
8933
9355
  url = f"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"
@@ -8950,6 +9372,8 @@ class ReposClient:
8950
9372
  *,
8951
9373
  headers: Optional[Dict[str, str]] = None,
8952
9374
  ) -> Response[DeploymentProtectionRule]:
9375
+ """See also: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule"""
9376
+
8953
9377
  from ..models import DeploymentProtectionRule
8954
9378
 
8955
9379
  url = f"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"
@@ -8972,6 +9396,8 @@ class ReposClient:
8972
9396
  *,
8973
9397
  headers: Optional[Dict[str, str]] = None,
8974
9398
  ) -> Response:
9399
+ """See also: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment"""
9400
+
8975
9401
  url = f"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"
8976
9402
 
8977
9403
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -8991,6 +9417,8 @@ class ReposClient:
8991
9417
  *,
8992
9418
  headers: Optional[Dict[str, str]] = None,
8993
9419
  ) -> Response:
9420
+ """See also: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment"""
9421
+
8994
9422
  url = f"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"
8995
9423
 
8996
9424
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -9011,6 +9439,8 @@ class ReposClient:
9011
9439
  *,
9012
9440
  headers: Optional[Dict[str, str]] = None,
9013
9441
  ) -> Response[List[MinimalRepository]]:
9442
+ """See also: https://docs.github.com/rest/repos/forks#list-forks"""
9443
+
9014
9444
  from typing import List
9015
9445
 
9016
9446
  from ..models import BasicError, MinimalRepository
@@ -9046,6 +9476,8 @@ class ReposClient:
9046
9476
  *,
9047
9477
  headers: Optional[Dict[str, str]] = None,
9048
9478
  ) -> Response[List[MinimalRepository]]:
9479
+ """See also: https://docs.github.com/rest/repos/forks#list-forks"""
9480
+
9049
9481
  from typing import List
9050
9482
 
9051
9483
  from ..models import BasicError, MinimalRepository
@@ -9105,6 +9537,8 @@ class ReposClient:
9105
9537
  data: Missing[Union[ReposOwnerRepoForksPostBodyType, None]] = UNSET,
9106
9538
  **kwargs,
9107
9539
  ) -> Response[FullRepository]:
9540
+ """See also: https://docs.github.com/rest/repos/forks#create-a-fork"""
9541
+
9108
9542
  from typing import Union
9109
9543
 
9110
9544
  from ..models import (
@@ -9173,6 +9607,8 @@ class ReposClient:
9173
9607
  data: Missing[Union[ReposOwnerRepoForksPostBodyType, None]] = UNSET,
9174
9608
  **kwargs,
9175
9609
  ) -> Response[FullRepository]:
9610
+ """See also: https://docs.github.com/rest/repos/forks#create-a-fork"""
9611
+
9176
9612
  from typing import Union
9177
9613
 
9178
9614
  from ..models import (
@@ -9216,6 +9652,8 @@ class ReposClient:
9216
9652
  *,
9217
9653
  headers: Optional[Dict[str, str]] = None,
9218
9654
  ) -> Response[List[Hook]]:
9655
+ """See also: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks"""
9656
+
9219
9657
  from typing import List
9220
9658
 
9221
9659
  from ..models import Hook, BasicError
@@ -9249,6 +9687,8 @@ class ReposClient:
9249
9687
  *,
9250
9688
  headers: Optional[Dict[str, str]] = None,
9251
9689
  ) -> Response[List[Hook]]:
9690
+ """See also: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks"""
9691
+
9252
9692
  from typing import List
9253
9693
 
9254
9694
  from ..models import Hook, BasicError
@@ -9308,6 +9748,8 @@ class ReposClient:
9308
9748
  data: Missing[Union[ReposOwnerRepoHooksPostBodyType, None]] = UNSET,
9309
9749
  **kwargs,
9310
9750
  ) -> Response[Hook]:
9751
+ """See also: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook"""
9752
+
9311
9753
  from typing import Union
9312
9754
 
9313
9755
  from ..models import (
@@ -9376,6 +9818,8 @@ class ReposClient:
9376
9818
  data: Missing[Union[ReposOwnerRepoHooksPostBodyType, None]] = UNSET,
9377
9819
  **kwargs,
9378
9820
  ) -> Response[Hook]:
9821
+ """See also: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook"""
9822
+
9379
9823
  from typing import Union
9380
9824
 
9381
9825
  from ..models import (
@@ -9417,6 +9861,8 @@ class ReposClient:
9417
9861
  *,
9418
9862
  headers: Optional[Dict[str, str]] = None,
9419
9863
  ) -> Response[Hook]:
9864
+ """See also: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook"""
9865
+
9420
9866
  from ..models import Hook, BasicError
9421
9867
 
9422
9868
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}"
@@ -9441,6 +9887,8 @@ class ReposClient:
9441
9887
  *,
9442
9888
  headers: Optional[Dict[str, str]] = None,
9443
9889
  ) -> Response[Hook]:
9890
+ """See also: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook"""
9891
+
9444
9892
  from ..models import Hook, BasicError
9445
9893
 
9446
9894
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}"
@@ -9465,6 +9913,8 @@ class ReposClient:
9465
9913
  *,
9466
9914
  headers: Optional[Dict[str, str]] = None,
9467
9915
  ) -> Response:
9916
+ """See also: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook"""
9917
+
9468
9918
  from ..models import BasicError
9469
9919
 
9470
9920
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}"
@@ -9488,6 +9938,8 @@ class ReposClient:
9488
9938
  *,
9489
9939
  headers: Optional[Dict[str, str]] = None,
9490
9940
  ) -> Response:
9941
+ """See also: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook"""
9942
+
9491
9943
  from ..models import BasicError
9492
9944
 
9493
9945
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}"
@@ -9524,7 +9976,7 @@ class ReposClient:
9524
9976
  *,
9525
9977
  data: Literal[UNSET] = UNSET,
9526
9978
  headers: Optional[Dict[str, str]] = None,
9527
- config: Missing[ReposOwnerRepoHooksHookIdPatchBodyPropConfigType] = UNSET,
9979
+ config: Missing[WebhookConfigType] = UNSET,
9528
9980
  events: Missing[List[str]] = UNSET,
9529
9981
  add_events: Missing[List[str]] = UNSET,
9530
9982
  remove_events: Missing[List[str]] = UNSET,
@@ -9542,6 +9994,8 @@ class ReposClient:
9542
9994
  data: Missing[ReposOwnerRepoHooksHookIdPatchBodyType] = UNSET,
9543
9995
  **kwargs,
9544
9996
  ) -> Response[Hook]:
9997
+ """See also: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook"""
9998
+
9545
9999
  from ..models import (
9546
10000
  Hook,
9547
10001
  BasicError,
@@ -9593,7 +10047,7 @@ class ReposClient:
9593
10047
  *,
9594
10048
  data: Literal[UNSET] = UNSET,
9595
10049
  headers: Optional[Dict[str, str]] = None,
9596
- config: Missing[ReposOwnerRepoHooksHookIdPatchBodyPropConfigType] = UNSET,
10050
+ config: Missing[WebhookConfigType] = UNSET,
9597
10051
  events: Missing[List[str]] = UNSET,
9598
10052
  add_events: Missing[List[str]] = UNSET,
9599
10053
  remove_events: Missing[List[str]] = UNSET,
@@ -9611,6 +10065,8 @@ class ReposClient:
9611
10065
  data: Missing[ReposOwnerRepoHooksHookIdPatchBodyType] = UNSET,
9612
10066
  **kwargs,
9613
10067
  ) -> Response[Hook]:
10068
+ """See also: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook"""
10069
+
9614
10070
  from ..models import (
9615
10071
  Hook,
9616
10072
  BasicError,
@@ -9649,6 +10105,8 @@ class ReposClient:
9649
10105
  *,
9650
10106
  headers: Optional[Dict[str, str]] = None,
9651
10107
  ) -> Response[WebhookConfig]:
10108
+ """See also: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository"""
10109
+
9652
10110
  from ..models import WebhookConfig
9653
10111
 
9654
10112
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}/config"
@@ -9670,6 +10128,8 @@ class ReposClient:
9670
10128
  *,
9671
10129
  headers: Optional[Dict[str, str]] = None,
9672
10130
  ) -> Response[WebhookConfig]:
10131
+ """See also: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository"""
10132
+
9673
10133
  from ..models import WebhookConfig
9674
10134
 
9675
10135
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}/config"
@@ -9721,6 +10181,8 @@ class ReposClient:
9721
10181
  data: Missing[ReposOwnerRepoHooksHookIdConfigPatchBodyType] = UNSET,
9722
10182
  **kwargs,
9723
10183
  ) -> Response[WebhookConfig]:
10184
+ """See also: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository"""
10185
+
9724
10186
  from ..models import WebhookConfig, ReposOwnerRepoHooksHookIdConfigPatchBody
9725
10187
 
9726
10188
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}/config"
@@ -9780,6 +10242,8 @@ class ReposClient:
9780
10242
  data: Missing[ReposOwnerRepoHooksHookIdConfigPatchBodyType] = UNSET,
9781
10243
  **kwargs,
9782
10244
  ) -> Response[WebhookConfig]:
10245
+ """See also: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository"""
10246
+
9783
10247
  from ..models import WebhookConfig, ReposOwnerRepoHooksHookIdConfigPatchBody
9784
10248
 
9785
10249
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}/config"
@@ -9812,6 +10276,8 @@ class ReposClient:
9812
10276
  *,
9813
10277
  headers: Optional[Dict[str, str]] = None,
9814
10278
  ) -> Response[List[HookDeliveryItem]]:
10279
+ """See also: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook"""
10280
+
9815
10281
  from typing import List
9816
10282
 
9817
10283
  from ..models import BasicError, ValidationError, HookDeliveryItem
@@ -9849,6 +10315,8 @@ class ReposClient:
9849
10315
  *,
9850
10316
  headers: Optional[Dict[str, str]] = None,
9851
10317
  ) -> Response[List[HookDeliveryItem]]:
10318
+ """See also: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook"""
10319
+
9852
10320
  from typing import List
9853
10321
 
9854
10322
  from ..models import BasicError, ValidationError, HookDeliveryItem
@@ -9884,6 +10352,8 @@ class ReposClient:
9884
10352
  *,
9885
10353
  headers: Optional[Dict[str, str]] = None,
9886
10354
  ) -> Response[HookDelivery]:
10355
+ """See also: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook"""
10356
+
9887
10357
  from ..models import BasicError, HookDelivery, ValidationError
9888
10358
 
9889
10359
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}"
@@ -9910,6 +10380,8 @@ class ReposClient:
9910
10380
  *,
9911
10381
  headers: Optional[Dict[str, str]] = None,
9912
10382
  ) -> Response[HookDelivery]:
10383
+ """See also: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook"""
10384
+
9913
10385
  from ..models import BasicError, HookDelivery, ValidationError
9914
10386
 
9915
10387
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}"
@@ -9936,6 +10408,8 @@ class ReposClient:
9936
10408
  *,
9937
10409
  headers: Optional[Dict[str, str]] = None,
9938
10410
  ) -> Response[AppHookDeliveriesDeliveryIdAttemptsPostResponse202]:
10411
+ """See also: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook"""
10412
+
9939
10413
  from ..models import (
9940
10414
  BasicError,
9941
10415
  ValidationError,
@@ -9966,6 +10440,8 @@ class ReposClient:
9966
10440
  *,
9967
10441
  headers: Optional[Dict[str, str]] = None,
9968
10442
  ) -> Response[AppHookDeliveriesDeliveryIdAttemptsPostResponse202]:
10443
+ """See also: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook"""
10444
+
9969
10445
  from ..models import (
9970
10446
  BasicError,
9971
10447
  ValidationError,
@@ -9995,6 +10471,8 @@ class ReposClient:
9995
10471
  *,
9996
10472
  headers: Optional[Dict[str, str]] = None,
9997
10473
  ) -> Response:
10474
+ """See also: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook"""
10475
+
9998
10476
  from ..models import BasicError
9999
10477
 
10000
10478
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}/pings"
@@ -10018,6 +10496,8 @@ class ReposClient:
10018
10496
  *,
10019
10497
  headers: Optional[Dict[str, str]] = None,
10020
10498
  ) -> Response:
10499
+ """See also: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook"""
10500
+
10021
10501
  from ..models import BasicError
10022
10502
 
10023
10503
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}/pings"
@@ -10041,6 +10521,8 @@ class ReposClient:
10041
10521
  *,
10042
10522
  headers: Optional[Dict[str, str]] = None,
10043
10523
  ) -> Response:
10524
+ """See also: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook"""
10525
+
10044
10526
  from ..models import BasicError
10045
10527
 
10046
10528
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}/tests"
@@ -10064,6 +10546,8 @@ class ReposClient:
10064
10546
  *,
10065
10547
  headers: Optional[Dict[str, str]] = None,
10066
10548
  ) -> Response:
10549
+ """See also: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook"""
10550
+
10067
10551
  from ..models import BasicError
10068
10552
 
10069
10553
  url = f"/repos/{owner}/{repo}/hooks/{hook_id}/tests"
@@ -10088,6 +10572,8 @@ class ReposClient:
10088
10572
  *,
10089
10573
  headers: Optional[Dict[str, str]] = None,
10090
10574
  ) -> Response[List[RepositoryInvitation]]:
10575
+ """See also: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations"""
10576
+
10091
10577
  from typing import List
10092
10578
 
10093
10579
  from ..models import RepositoryInvitation
@@ -10118,6 +10604,8 @@ class ReposClient:
10118
10604
  *,
10119
10605
  headers: Optional[Dict[str, str]] = None,
10120
10606
  ) -> Response[List[RepositoryInvitation]]:
10607
+ """See also: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations"""
10608
+
10121
10609
  from typing import List
10122
10610
 
10123
10611
  from ..models import RepositoryInvitation
@@ -10147,6 +10635,8 @@ class ReposClient:
10147
10635
  *,
10148
10636
  headers: Optional[Dict[str, str]] = None,
10149
10637
  ) -> Response:
10638
+ """See also: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation"""
10639
+
10150
10640
  url = f"/repos/{owner}/{repo}/invitations/{invitation_id}"
10151
10641
 
10152
10642
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -10165,6 +10655,8 @@ class ReposClient:
10165
10655
  *,
10166
10656
  headers: Optional[Dict[str, str]] = None,
10167
10657
  ) -> Response:
10658
+ """See also: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation"""
10659
+
10168
10660
  url = f"/repos/{owner}/{repo}/invitations/{invitation_id}"
10169
10661
 
10170
10662
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -10212,6 +10704,8 @@ class ReposClient:
10212
10704
  data: Missing[ReposOwnerRepoInvitationsInvitationIdPatchBodyType] = UNSET,
10213
10705
  **kwargs,
10214
10706
  ) -> Response[RepositoryInvitation]:
10707
+ """See also: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation"""
10708
+
10215
10709
  from ..models import (
10216
10710
  RepositoryInvitation,
10217
10711
  ReposOwnerRepoInvitationsInvitationIdPatchBody,
@@ -10275,6 +10769,8 @@ class ReposClient:
10275
10769
  data: Missing[ReposOwnerRepoInvitationsInvitationIdPatchBodyType] = UNSET,
10276
10770
  **kwargs,
10277
10771
  ) -> Response[RepositoryInvitation]:
10772
+ """See also: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation"""
10773
+
10278
10774
  from ..models import (
10279
10775
  RepositoryInvitation,
10280
10776
  ReposOwnerRepoInvitationsInvitationIdPatchBody,
@@ -10310,6 +10806,8 @@ class ReposClient:
10310
10806
  *,
10311
10807
  headers: Optional[Dict[str, str]] = None,
10312
10808
  ) -> Response[List[DeployKey]]:
10809
+ """See also: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys"""
10810
+
10313
10811
  from typing import List
10314
10812
 
10315
10813
  from ..models import DeployKey
@@ -10340,6 +10838,8 @@ class ReposClient:
10340
10838
  *,
10341
10839
  headers: Optional[Dict[str, str]] = None,
10342
10840
  ) -> Response[List[DeployKey]]:
10841
+ """See also: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys"""
10842
+
10343
10843
  from typing import List
10344
10844
 
10345
10845
  from ..models import DeployKey
@@ -10395,6 +10895,8 @@ class ReposClient:
10395
10895
  data: Missing[ReposOwnerRepoKeysPostBodyType] = UNSET,
10396
10896
  **kwargs,
10397
10897
  ) -> Response[DeployKey]:
10898
+ """See also: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key"""
10899
+
10398
10900
  from ..models import DeployKey, ValidationError, ReposOwnerRepoKeysPostBody
10399
10901
 
10400
10902
  url = f"/repos/{owner}/{repo}/keys"
@@ -10453,6 +10955,8 @@ class ReposClient:
10453
10955
  data: Missing[ReposOwnerRepoKeysPostBodyType] = UNSET,
10454
10956
  **kwargs,
10455
10957
  ) -> Response[DeployKey]:
10958
+ """See also: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key"""
10959
+
10456
10960
  from ..models import DeployKey, ValidationError, ReposOwnerRepoKeysPostBody
10457
10961
 
10458
10962
  url = f"/repos/{owner}/{repo}/keys"
@@ -10485,6 +10989,8 @@ class ReposClient:
10485
10989
  *,
10486
10990
  headers: Optional[Dict[str, str]] = None,
10487
10991
  ) -> Response[DeployKey]:
10992
+ """See also: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key"""
10993
+
10488
10994
  from ..models import DeployKey, BasicError
10489
10995
 
10490
10996
  url = f"/repos/{owner}/{repo}/keys/{key_id}"
@@ -10509,6 +11015,8 @@ class ReposClient:
10509
11015
  *,
10510
11016
  headers: Optional[Dict[str, str]] = None,
10511
11017
  ) -> Response[DeployKey]:
11018
+ """See also: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key"""
11019
+
10512
11020
  from ..models import DeployKey, BasicError
10513
11021
 
10514
11022
  url = f"/repos/{owner}/{repo}/keys/{key_id}"
@@ -10533,6 +11041,8 @@ class ReposClient:
10533
11041
  *,
10534
11042
  headers: Optional[Dict[str, str]] = None,
10535
11043
  ) -> Response:
11044
+ """See also: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key"""
11045
+
10536
11046
  url = f"/repos/{owner}/{repo}/keys/{key_id}"
10537
11047
 
10538
11048
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -10551,6 +11061,8 @@ class ReposClient:
10551
11061
  *,
10552
11062
  headers: Optional[Dict[str, str]] = None,
10553
11063
  ) -> Response:
11064
+ """See also: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key"""
11065
+
10554
11066
  url = f"/repos/{owner}/{repo}/keys/{key_id}"
10555
11067
 
10556
11068
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -10568,6 +11080,8 @@ class ReposClient:
10568
11080
  *,
10569
11081
  headers: Optional[Dict[str, str]] = None,
10570
11082
  ) -> Response[Language]:
11083
+ """See also: https://docs.github.com/rest/repos/repos#list-repository-languages"""
11084
+
10571
11085
  from ..models import Language
10572
11086
 
10573
11087
  url = f"/repos/{owner}/{repo}/languages"
@@ -10588,6 +11102,8 @@ class ReposClient:
10588
11102
  *,
10589
11103
  headers: Optional[Dict[str, str]] = None,
10590
11104
  ) -> Response[Language]:
11105
+ """See also: https://docs.github.com/rest/repos/repos#list-repository-languages"""
11106
+
10591
11107
  from ..models import Language
10592
11108
 
10593
11109
  url = f"/repos/{owner}/{repo}/languages"
@@ -10633,6 +11149,8 @@ class ReposClient:
10633
11149
  data: Missing[ReposOwnerRepoMergeUpstreamPostBodyType] = UNSET,
10634
11150
  **kwargs,
10635
11151
  ) -> Response[MergedUpstream]:
11152
+ """See also: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository"""
11153
+
10636
11154
  from ..models import MergedUpstream, ReposOwnerRepoMergeUpstreamPostBody
10637
11155
 
10638
11156
  url = f"/repos/{owner}/{repo}/merge-upstream"
@@ -10687,6 +11205,8 @@ class ReposClient:
10687
11205
  data: Missing[ReposOwnerRepoMergeUpstreamPostBodyType] = UNSET,
10688
11206
  **kwargs,
10689
11207
  ) -> Response[MergedUpstream]:
11208
+ """See also: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository"""
11209
+
10690
11210
  from ..models import MergedUpstream, ReposOwnerRepoMergeUpstreamPostBody
10691
11211
 
10692
11212
  url = f"/repos/{owner}/{repo}/merge-upstream"
@@ -10743,6 +11263,8 @@ class ReposClient:
10743
11263
  data: Missing[ReposOwnerRepoMergesPostBodyType] = UNSET,
10744
11264
  **kwargs,
10745
11265
  ) -> Response[Commit]:
11266
+ """See also: https://docs.github.com/rest/branches/branches#merge-a-branch"""
11267
+
10746
11268
  from ..models import (
10747
11269
  Commit,
10748
11270
  BasicError,
@@ -10807,6 +11329,8 @@ class ReposClient:
10807
11329
  data: Missing[ReposOwnerRepoMergesPostBodyType] = UNSET,
10808
11330
  **kwargs,
10809
11331
  ) -> Response[Commit]:
11332
+ """See also: https://docs.github.com/rest/branches/branches#merge-a-branch"""
11333
+
10810
11334
  from ..models import (
10811
11335
  Commit,
10812
11336
  BasicError,
@@ -10844,6 +11368,8 @@ class ReposClient:
10844
11368
  *,
10845
11369
  headers: Optional[Dict[str, str]] = None,
10846
11370
  ) -> Response[Page]:
11371
+ """See also: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site"""
11372
+
10847
11373
  from ..models import Page, BasicError
10848
11374
 
10849
11375
  url = f"/repos/{owner}/{repo}/pages"
@@ -10867,6 +11393,8 @@ class ReposClient:
10867
11393
  *,
10868
11394
  headers: Optional[Dict[str, str]] = None,
10869
11395
  ) -> Response[Page]:
11396
+ """See also: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site"""
11397
+
10870
11398
  from ..models import Page, BasicError
10871
11399
 
10872
11400
  url = f"/repos/{owner}/{repo}/pages"
@@ -11015,6 +11543,8 @@ class ReposClient:
11015
11543
  ] = UNSET,
11016
11544
  **kwargs,
11017
11545
  ) -> Response:
11546
+ """See also: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site"""
11547
+
11018
11548
  from typing import Union
11019
11549
 
11020
11550
  from ..models import (
@@ -11191,6 +11721,8 @@ class ReposClient:
11191
11721
  ] = UNSET,
11192
11722
  **kwargs,
11193
11723
  ) -> Response:
11724
+ """See also: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site"""
11725
+
11194
11726
  from typing import Union
11195
11727
 
11196
11728
  from ..models import (
@@ -11293,6 +11825,8 @@ class ReposClient:
11293
11825
  ] = UNSET,
11294
11826
  **kwargs,
11295
11827
  ) -> Response[Page]:
11828
+ """See also: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site"""
11829
+
11296
11830
  from typing import Union
11297
11831
 
11298
11832
  from ..models import (
@@ -11392,6 +11926,8 @@ class ReposClient:
11392
11926
  ] = UNSET,
11393
11927
  **kwargs,
11394
11928
  ) -> Response[Page]:
11929
+ """See also: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site"""
11930
+
11395
11931
  from typing import Union
11396
11932
 
11397
11933
  from ..models import (
@@ -11440,6 +11976,8 @@ class ReposClient:
11440
11976
  *,
11441
11977
  headers: Optional[Dict[str, str]] = None,
11442
11978
  ) -> Response:
11979
+ """See also: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site"""
11980
+
11443
11981
  from ..models import BasicError, ValidationError
11444
11982
 
11445
11983
  url = f"/repos/{owner}/{repo}/pages"
@@ -11464,6 +12002,8 @@ class ReposClient:
11464
12002
  *,
11465
12003
  headers: Optional[Dict[str, str]] = None,
11466
12004
  ) -> Response:
12005
+ """See also: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site"""
12006
+
11467
12007
  from ..models import BasicError, ValidationError
11468
12008
 
11469
12009
  url = f"/repos/{owner}/{repo}/pages"
@@ -11490,6 +12030,8 @@ class ReposClient:
11490
12030
  *,
11491
12031
  headers: Optional[Dict[str, str]] = None,
11492
12032
  ) -> Response[List[PageBuild]]:
12033
+ """See also: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds"""
12034
+
11493
12035
  from typing import List
11494
12036
 
11495
12037
  from ..models import PageBuild
@@ -11520,6 +12062,8 @@ class ReposClient:
11520
12062
  *,
11521
12063
  headers: Optional[Dict[str, str]] = None,
11522
12064
  ) -> Response[List[PageBuild]]:
12065
+ """See also: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds"""
12066
+
11523
12067
  from typing import List
11524
12068
 
11525
12069
  from ..models import PageBuild
@@ -11548,6 +12092,8 @@ class ReposClient:
11548
12092
  *,
11549
12093
  headers: Optional[Dict[str, str]] = None,
11550
12094
  ) -> Response[PageBuildStatus]:
12095
+ """See also: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build"""
12096
+
11551
12097
  from ..models import PageBuildStatus
11552
12098
 
11553
12099
  url = f"/repos/{owner}/{repo}/pages/builds"
@@ -11568,6 +12114,8 @@ class ReposClient:
11568
12114
  *,
11569
12115
  headers: Optional[Dict[str, str]] = None,
11570
12116
  ) -> Response[PageBuildStatus]:
12117
+ """See also: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build"""
12118
+
11571
12119
  from ..models import PageBuildStatus
11572
12120
 
11573
12121
  url = f"/repos/{owner}/{repo}/pages/builds"
@@ -11588,6 +12136,8 @@ class ReposClient:
11588
12136
  *,
11589
12137
  headers: Optional[Dict[str, str]] = None,
11590
12138
  ) -> Response[PageBuild]:
12139
+ """See also: https://docs.github.com/rest/pages/pages#get-latest-pages-build"""
12140
+
11591
12141
  from ..models import PageBuild
11592
12142
 
11593
12143
  url = f"/repos/{owner}/{repo}/pages/builds/latest"
@@ -11608,6 +12158,8 @@ class ReposClient:
11608
12158
  *,
11609
12159
  headers: Optional[Dict[str, str]] = None,
11610
12160
  ) -> Response[PageBuild]:
12161
+ """See also: https://docs.github.com/rest/pages/pages#get-latest-pages-build"""
12162
+
11611
12163
  from ..models import PageBuild
11612
12164
 
11613
12165
  url = f"/repos/{owner}/{repo}/pages/builds/latest"
@@ -11629,6 +12181,8 @@ class ReposClient:
11629
12181
  *,
11630
12182
  headers: Optional[Dict[str, str]] = None,
11631
12183
  ) -> Response[PageBuild]:
12184
+ """See also: https://docs.github.com/rest/pages/pages#get-apiname-pages-build"""
12185
+
11632
12186
  from ..models import PageBuild
11633
12187
 
11634
12188
  url = f"/repos/{owner}/{repo}/pages/builds/{build_id}"
@@ -11650,6 +12204,8 @@ class ReposClient:
11650
12204
  *,
11651
12205
  headers: Optional[Dict[str, str]] = None,
11652
12206
  ) -> Response[PageBuild]:
12207
+ """See also: https://docs.github.com/rest/pages/pages#get-apiname-pages-build"""
12208
+
11653
12209
  from ..models import PageBuild
11654
12210
 
11655
12211
  url = f"/repos/{owner}/{repo}/pages/builds/{build_id}"
@@ -11670,7 +12226,7 @@ class ReposClient:
11670
12226
  repo: str,
11671
12227
  *,
11672
12228
  headers: Optional[Dict[str, str]] = None,
11673
- data: ReposOwnerRepoPagesDeploymentPostBodyType,
12229
+ data: ReposOwnerRepoPagesDeploymentsPostBodyType,
11674
12230
  ) -> Response[PageDeployment]:
11675
12231
  ...
11676
12232
 
@@ -11682,7 +12238,8 @@ class ReposClient:
11682
12238
  *,
11683
12239
  data: Literal[UNSET] = UNSET,
11684
12240
  headers: Optional[Dict[str, str]] = None,
11685
- artifact_url: str,
12241
+ artifact_id: Missing[float] = UNSET,
12242
+ artifact_url: Missing[str] = UNSET,
11686
12243
  environment: Missing[str] = UNSET,
11687
12244
  pages_build_version: str = "GITHUB_SHA",
11688
12245
  oidc_token: str,
@@ -11695,17 +12252,19 @@ class ReposClient:
11695
12252
  repo: str,
11696
12253
  *,
11697
12254
  headers: Optional[Dict[str, str]] = None,
11698
- data: Missing[ReposOwnerRepoPagesDeploymentPostBodyType] = UNSET,
12255
+ data: Missing[ReposOwnerRepoPagesDeploymentsPostBodyType] = UNSET,
11699
12256
  **kwargs,
11700
12257
  ) -> Response[PageDeployment]:
12258
+ """See also: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment"""
12259
+
11701
12260
  from ..models import (
11702
12261
  BasicError,
11703
12262
  PageDeployment,
11704
12263
  ValidationError,
11705
- ReposOwnerRepoPagesDeploymentPostBody,
12264
+ ReposOwnerRepoPagesDeploymentsPostBody,
11706
12265
  )
11707
12266
 
11708
- url = f"/repos/{owner}/{repo}/pages/deployment"
12267
+ url = f"/repos/{owner}/{repo}/pages/deployments"
11709
12268
 
11710
12269
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
11711
12270
 
@@ -11713,7 +12272,7 @@ class ReposClient:
11713
12272
  kwargs = UNSET
11714
12273
 
11715
12274
  json = kwargs if data is UNSET else data
11716
- json = type_validate_python(ReposOwnerRepoPagesDeploymentPostBody, json)
12275
+ json = type_validate_python(ReposOwnerRepoPagesDeploymentsPostBody, json)
11717
12276
  json = model_dump(json) if isinstance(json, BaseModel) else json
11718
12277
 
11719
12278
  return self._github.request(
@@ -11736,7 +12295,7 @@ class ReposClient:
11736
12295
  repo: str,
11737
12296
  *,
11738
12297
  headers: Optional[Dict[str, str]] = None,
11739
- data: ReposOwnerRepoPagesDeploymentPostBodyType,
12298
+ data: ReposOwnerRepoPagesDeploymentsPostBodyType,
11740
12299
  ) -> Response[PageDeployment]:
11741
12300
  ...
11742
12301
 
@@ -11748,7 +12307,8 @@ class ReposClient:
11748
12307
  *,
11749
12308
  data: Literal[UNSET] = UNSET,
11750
12309
  headers: Optional[Dict[str, str]] = None,
11751
- artifact_url: str,
12310
+ artifact_id: Missing[float] = UNSET,
12311
+ artifact_url: Missing[str] = UNSET,
11752
12312
  environment: Missing[str] = UNSET,
11753
12313
  pages_build_version: str = "GITHUB_SHA",
11754
12314
  oidc_token: str,
@@ -11761,17 +12321,19 @@ class ReposClient:
11761
12321
  repo: str,
11762
12322
  *,
11763
12323
  headers: Optional[Dict[str, str]] = None,
11764
- data: Missing[ReposOwnerRepoPagesDeploymentPostBodyType] = UNSET,
12324
+ data: Missing[ReposOwnerRepoPagesDeploymentsPostBodyType] = UNSET,
11765
12325
  **kwargs,
11766
12326
  ) -> Response[PageDeployment]:
12327
+ """See also: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment"""
12328
+
11767
12329
  from ..models import (
11768
12330
  BasicError,
11769
12331
  PageDeployment,
11770
12332
  ValidationError,
11771
- ReposOwnerRepoPagesDeploymentPostBody,
12333
+ ReposOwnerRepoPagesDeploymentsPostBody,
11772
12334
  )
11773
12335
 
11774
- url = f"/repos/{owner}/{repo}/pages/deployment"
12336
+ url = f"/repos/{owner}/{repo}/pages/deployments"
11775
12337
 
11776
12338
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
11777
12339
 
@@ -11779,7 +12341,7 @@ class ReposClient:
11779
12341
  kwargs = UNSET
11780
12342
 
11781
12343
  json = kwargs if data is UNSET else data
11782
- json = type_validate_python(ReposOwnerRepoPagesDeploymentPostBody, json)
12344
+ json = type_validate_python(ReposOwnerRepoPagesDeploymentsPostBody, json)
11783
12345
  json = model_dump(json) if isinstance(json, BaseModel) else json
11784
12346
 
11785
12347
  return await self._github.arequest(
@@ -11795,6 +12357,108 @@ class ReposClient:
11795
12357
  },
11796
12358
  )
11797
12359
 
12360
+ def get_pages_deployment(
12361
+ self,
12362
+ owner: str,
12363
+ repo: str,
12364
+ pages_deployment_id: Union[int, str],
12365
+ *,
12366
+ headers: Optional[Dict[str, str]] = None,
12367
+ ) -> Response[PagesDeploymentStatus]:
12368
+ """See also: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment"""
12369
+
12370
+ from ..models import BasicError, PagesDeploymentStatus
12371
+
12372
+ url = f"/repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}"
12373
+
12374
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
12375
+
12376
+ return self._github.request(
12377
+ "GET",
12378
+ url,
12379
+ headers=exclude_unset(headers),
12380
+ response_model=PagesDeploymentStatus,
12381
+ error_models={
12382
+ "404": BasicError,
12383
+ },
12384
+ )
12385
+
12386
+ async def async_get_pages_deployment(
12387
+ self,
12388
+ owner: str,
12389
+ repo: str,
12390
+ pages_deployment_id: Union[int, str],
12391
+ *,
12392
+ headers: Optional[Dict[str, str]] = None,
12393
+ ) -> Response[PagesDeploymentStatus]:
12394
+ """See also: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment"""
12395
+
12396
+ from ..models import BasicError, PagesDeploymentStatus
12397
+
12398
+ url = f"/repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}"
12399
+
12400
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
12401
+
12402
+ return await self._github.arequest(
12403
+ "GET",
12404
+ url,
12405
+ headers=exclude_unset(headers),
12406
+ response_model=PagesDeploymentStatus,
12407
+ error_models={
12408
+ "404": BasicError,
12409
+ },
12410
+ )
12411
+
12412
+ def cancel_pages_deployment(
12413
+ self,
12414
+ owner: str,
12415
+ repo: str,
12416
+ pages_deployment_id: Union[int, str],
12417
+ *,
12418
+ headers: Optional[Dict[str, str]] = None,
12419
+ ) -> Response:
12420
+ """See also: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment"""
12421
+
12422
+ from ..models import BasicError
12423
+
12424
+ url = f"/repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}/cancel"
12425
+
12426
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
12427
+
12428
+ return self._github.request(
12429
+ "POST",
12430
+ url,
12431
+ headers=exclude_unset(headers),
12432
+ error_models={
12433
+ "404": BasicError,
12434
+ },
12435
+ )
12436
+
12437
+ async def async_cancel_pages_deployment(
12438
+ self,
12439
+ owner: str,
12440
+ repo: str,
12441
+ pages_deployment_id: Union[int, str],
12442
+ *,
12443
+ headers: Optional[Dict[str, str]] = None,
12444
+ ) -> Response:
12445
+ """See also: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment"""
12446
+
12447
+ from ..models import BasicError
12448
+
12449
+ url = f"/repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}/cancel"
12450
+
12451
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
12452
+
12453
+ return await self._github.arequest(
12454
+ "POST",
12455
+ url,
12456
+ headers=exclude_unset(headers),
12457
+ error_models={
12458
+ "404": BasicError,
12459
+ },
12460
+ )
12461
+
11798
12462
  def get_pages_health_check(
11799
12463
  self,
11800
12464
  owner: str,
@@ -11802,6 +12466,8 @@ class ReposClient:
11802
12466
  *,
11803
12467
  headers: Optional[Dict[str, str]] = None,
11804
12468
  ) -> Response[PagesHealthCheck]:
12469
+ """See also: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages"""
12470
+
11805
12471
  from ..models import BasicError, PagesHealthCheck
11806
12472
 
11807
12473
  url = f"/repos/{owner}/{repo}/pages/health"
@@ -11825,6 +12491,8 @@ class ReposClient:
11825
12491
  *,
11826
12492
  headers: Optional[Dict[str, str]] = None,
11827
12493
  ) -> Response[PagesHealthCheck]:
12494
+ """See also: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages"""
12495
+
11828
12496
  from ..models import BasicError, PagesHealthCheck
11829
12497
 
11830
12498
  url = f"/repos/{owner}/{repo}/pages/health"
@@ -11848,6 +12516,8 @@ class ReposClient:
11848
12516
  *,
11849
12517
  headers: Optional[Dict[str, str]] = None,
11850
12518
  ) -> Response:
12519
+ """See also: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository"""
12520
+
11851
12521
  from ..models import BasicError
11852
12522
 
11853
12523
  url = f"/repos/{owner}/{repo}/private-vulnerability-reporting"
@@ -11870,6 +12540,8 @@ class ReposClient:
11870
12540
  *,
11871
12541
  headers: Optional[Dict[str, str]] = None,
11872
12542
  ) -> Response:
12543
+ """See also: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository"""
12544
+
11873
12545
  from ..models import BasicError
11874
12546
 
11875
12547
  url = f"/repos/{owner}/{repo}/private-vulnerability-reporting"
@@ -11892,6 +12564,8 @@ class ReposClient:
11892
12564
  *,
11893
12565
  headers: Optional[Dict[str, str]] = None,
11894
12566
  ) -> Response:
12567
+ """See also: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository"""
12568
+
11895
12569
  from ..models import BasicError
11896
12570
 
11897
12571
  url = f"/repos/{owner}/{repo}/private-vulnerability-reporting"
@@ -11914,6 +12588,8 @@ class ReposClient:
11914
12588
  *,
11915
12589
  headers: Optional[Dict[str, str]] = None,
11916
12590
  ) -> Response:
12591
+ """See also: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository"""
12592
+
11917
12593
  from ..models import BasicError
11918
12594
 
11919
12595
  url = f"/repos/{owner}/{repo}/private-vulnerability-reporting"
@@ -11936,6 +12612,8 @@ class ReposClient:
11936
12612
  *,
11937
12613
  headers: Optional[Dict[str, str]] = None,
11938
12614
  ) -> Response[List[CustomPropertyValue]]:
12615
+ """See also: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository"""
12616
+
11939
12617
  from typing import List
11940
12618
 
11941
12619
  from ..models import BasicError, CustomPropertyValue
@@ -11962,6 +12640,8 @@ class ReposClient:
11962
12640
  *,
11963
12641
  headers: Optional[Dict[str, str]] = None,
11964
12642
  ) -> Response[List[CustomPropertyValue]]:
12643
+ """See also: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository"""
12644
+
11965
12645
  from typing import List
11966
12646
 
11967
12647
  from ..models import BasicError, CustomPropertyValue
@@ -11981,6 +12661,122 @@ class ReposClient:
11981
12661
  },
11982
12662
  )
11983
12663
 
12664
+ @overload
12665
+ def create_or_update_custom_properties_values(
12666
+ self,
12667
+ owner: str,
12668
+ repo: str,
12669
+ *,
12670
+ headers: Optional[Dict[str, str]] = None,
12671
+ data: ReposOwnerRepoPropertiesValuesPatchBodyType,
12672
+ ) -> Response:
12673
+ ...
12674
+
12675
+ @overload
12676
+ def create_or_update_custom_properties_values(
12677
+ self,
12678
+ owner: str,
12679
+ repo: str,
12680
+ *,
12681
+ data: Literal[UNSET] = UNSET,
12682
+ headers: Optional[Dict[str, str]] = None,
12683
+ properties: List[CustomPropertyValueType],
12684
+ ) -> Response:
12685
+ ...
12686
+
12687
+ def create_or_update_custom_properties_values(
12688
+ self,
12689
+ owner: str,
12690
+ repo: str,
12691
+ *,
12692
+ headers: Optional[Dict[str, str]] = None,
12693
+ data: Missing[ReposOwnerRepoPropertiesValuesPatchBodyType] = UNSET,
12694
+ **kwargs,
12695
+ ) -> Response:
12696
+ """See also: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository"""
12697
+
12698
+ from ..models import BasicError, ReposOwnerRepoPropertiesValuesPatchBody
12699
+
12700
+ url = f"/repos/{owner}/{repo}/properties/values"
12701
+
12702
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
12703
+
12704
+ if not kwargs:
12705
+ kwargs = UNSET
12706
+
12707
+ json = kwargs if data is UNSET else data
12708
+ json = type_validate_python(ReposOwnerRepoPropertiesValuesPatchBody, json)
12709
+ json = model_dump(json) if isinstance(json, BaseModel) else json
12710
+
12711
+ return self._github.request(
12712
+ "PATCH",
12713
+ url,
12714
+ json=exclude_unset(json),
12715
+ headers=exclude_unset(headers),
12716
+ error_models={
12717
+ "403": BasicError,
12718
+ "404": BasicError,
12719
+ },
12720
+ )
12721
+
12722
+ @overload
12723
+ async def async_create_or_update_custom_properties_values(
12724
+ self,
12725
+ owner: str,
12726
+ repo: str,
12727
+ *,
12728
+ headers: Optional[Dict[str, str]] = None,
12729
+ data: ReposOwnerRepoPropertiesValuesPatchBodyType,
12730
+ ) -> Response:
12731
+ ...
12732
+
12733
+ @overload
12734
+ async def async_create_or_update_custom_properties_values(
12735
+ self,
12736
+ owner: str,
12737
+ repo: str,
12738
+ *,
12739
+ data: Literal[UNSET] = UNSET,
12740
+ headers: Optional[Dict[str, str]] = None,
12741
+ properties: List[CustomPropertyValueType],
12742
+ ) -> Response:
12743
+ ...
12744
+
12745
+ async def async_create_or_update_custom_properties_values(
12746
+ self,
12747
+ owner: str,
12748
+ repo: str,
12749
+ *,
12750
+ headers: Optional[Dict[str, str]] = None,
12751
+ data: Missing[ReposOwnerRepoPropertiesValuesPatchBodyType] = UNSET,
12752
+ **kwargs,
12753
+ ) -> Response:
12754
+ """See also: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository"""
12755
+
12756
+ from ..models import BasicError, ReposOwnerRepoPropertiesValuesPatchBody
12757
+
12758
+ url = f"/repos/{owner}/{repo}/properties/values"
12759
+
12760
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
12761
+
12762
+ if not kwargs:
12763
+ kwargs = UNSET
12764
+
12765
+ json = kwargs if data is UNSET else data
12766
+ json = type_validate_python(ReposOwnerRepoPropertiesValuesPatchBody, json)
12767
+ json = model_dump(json) if isinstance(json, BaseModel) else json
12768
+
12769
+ return await self._github.arequest(
12770
+ "PATCH",
12771
+ url,
12772
+ json=exclude_unset(json),
12773
+ headers=exclude_unset(headers),
12774
+ error_models={
12775
+ "403": BasicError,
12776
+ "404": BasicError,
12777
+ },
12778
+ )
12779
+
11984
12780
  def get_readme(
11985
12781
  self,
11986
12782
  owner: str,
@@ -11989,6 +12785,8 @@ class ReposClient:
11989
12785
  *,
11990
12786
  headers: Optional[Dict[str, str]] = None,
11991
12787
  ) -> Response[ContentFile]:
12788
+ """See also: https://docs.github.com/rest/repos/contents#get-a-repository-readme"""
12789
+
11992
12790
  from ..models import BasicError, ContentFile, ValidationError
11993
12791
 
11994
12792
  url = f"/repos/{owner}/{repo}/readme"
@@ -12019,6 +12817,8 @@ class ReposClient:
12019
12817
  *,
12020
12818
  headers: Optional[Dict[str, str]] = None,
12021
12819
  ) -> Response[ContentFile]:
12820
+ """See also: https://docs.github.com/rest/repos/contents#get-a-repository-readme"""
12821
+
12022
12822
  from ..models import BasicError, ContentFile, ValidationError
12023
12823
 
12024
12824
  url = f"/repos/{owner}/{repo}/readme"
@@ -12050,6 +12850,8 @@ class ReposClient:
12050
12850
  *,
12051
12851
  headers: Optional[Dict[str, str]] = None,
12052
12852
  ) -> Response[ContentFile]:
12853
+ """See also: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory"""
12854
+
12053
12855
  from ..models import BasicError, ContentFile, ValidationError
12054
12856
 
12055
12857
  url = f"/repos/{owner}/{repo}/readme/{dir}"
@@ -12081,6 +12883,8 @@ class ReposClient:
12081
12883
  *,
12082
12884
  headers: Optional[Dict[str, str]] = None,
12083
12885
  ) -> Response[ContentFile]:
12886
+ """See also: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory"""
12887
+
12084
12888
  from ..models import BasicError, ContentFile, ValidationError
12085
12889
 
12086
12890
  url = f"/repos/{owner}/{repo}/readme/{dir}"
@@ -12112,6 +12916,8 @@ class ReposClient:
12112
12916
  *,
12113
12917
  headers: Optional[Dict[str, str]] = None,
12114
12918
  ) -> Response[List[Release]]:
12919
+ """See also: https://docs.github.com/rest/releases/releases#list-releases"""
12920
+
12115
12921
  from typing import List
12116
12922
 
12117
12923
  from ..models import Release, BasicError
@@ -12145,6 +12951,8 @@ class ReposClient:
12145
12951
  *,
12146
12952
  headers: Optional[Dict[str, str]] = None,
12147
12953
  ) -> Response[List[Release]]:
12954
+ """See also: https://docs.github.com/rest/releases/releases#list-releases"""
12955
+
12148
12956
  from typing import List
12149
12957
 
12150
12958
  from ..models import Release, BasicError
@@ -12209,6 +13017,8 @@ class ReposClient:
12209
13017
  data: Missing[ReposOwnerRepoReleasesPostBodyType] = UNSET,
12210
13018
  **kwargs,
12211
13019
  ) -> Response[Release]:
13020
+ """See also: https://docs.github.com/rest/releases/releases#create-a-release"""
13021
+
12212
13022
  from ..models import (
12213
13023
  Release,
12214
13024
  BasicError,
@@ -12279,6 +13089,8 @@ class ReposClient:
12279
13089
  data: Missing[ReposOwnerRepoReleasesPostBodyType] = UNSET,
12280
13090
  **kwargs,
12281
13091
  ) -> Response[Release]:
13092
+ """See also: https://docs.github.com/rest/releases/releases#create-a-release"""
13093
+
12282
13094
  from ..models import (
12283
13095
  Release,
12284
13096
  BasicError,
@@ -12317,6 +13129,8 @@ class ReposClient:
12317
13129
  *,
12318
13130
  headers: Optional[Dict[str, str]] = None,
12319
13131
  ) -> Response[ReleaseAsset]:
13132
+ """See also: https://docs.github.com/rest/releases/assets#get-a-release-asset"""
13133
+
12320
13134
  from ..models import BasicError, ReleaseAsset
12321
13135
 
12322
13136
  url = f"/repos/{owner}/{repo}/releases/assets/{asset_id}"
@@ -12341,6 +13155,8 @@ class ReposClient:
12341
13155
  *,
12342
13156
  headers: Optional[Dict[str, str]] = None,
12343
13157
  ) -> Response[ReleaseAsset]:
13158
+ """See also: https://docs.github.com/rest/releases/assets#get-a-release-asset"""
13159
+
12344
13160
  from ..models import BasicError, ReleaseAsset
12345
13161
 
12346
13162
  url = f"/repos/{owner}/{repo}/releases/assets/{asset_id}"
@@ -12365,6 +13181,8 @@ class ReposClient:
12365
13181
  *,
12366
13182
  headers: Optional[Dict[str, str]] = None,
12367
13183
  ) -> Response:
13184
+ """See also: https://docs.github.com/rest/releases/assets#delete-a-release-asset"""
13185
+
12368
13186
  url = f"/repos/{owner}/{repo}/releases/assets/{asset_id}"
12369
13187
 
12370
13188
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -12383,6 +13201,8 @@ class ReposClient:
12383
13201
  *,
12384
13202
  headers: Optional[Dict[str, str]] = None,
12385
13203
  ) -> Response:
13204
+ """See also: https://docs.github.com/rest/releases/assets#delete-a-release-asset"""
13205
+
12386
13206
  url = f"/repos/{owner}/{repo}/releases/assets/{asset_id}"
12387
13207
 
12388
13208
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -12430,6 +13250,8 @@ class ReposClient:
12430
13250
  data: Missing[ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType] = UNSET,
12431
13251
  **kwargs,
12432
13252
  ) -> Response[ReleaseAsset]:
13253
+ """See also: https://docs.github.com/rest/releases/assets#update-a-release-asset"""
13254
+
12433
13255
  from ..models import ReleaseAsset, ReposOwnerRepoReleasesAssetsAssetIdPatchBody
12434
13256
 
12435
13257
  url = f"/repos/{owner}/{repo}/releases/assets/{asset_id}"
@@ -12488,6 +13310,8 @@ class ReposClient:
12488
13310
  data: Missing[ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType] = UNSET,
12489
13311
  **kwargs,
12490
13312
  ) -> Response[ReleaseAsset]:
13313
+ """See also: https://docs.github.com/rest/releases/assets#update-a-release-asset"""
13314
+
12491
13315
  from ..models import ReleaseAsset, ReposOwnerRepoReleasesAssetsAssetIdPatchBody
12492
13316
 
12493
13317
  url = f"/repos/{owner}/{repo}/releases/assets/{asset_id}"
@@ -12544,6 +13368,8 @@ class ReposClient:
12544
13368
  data: Missing[ReposOwnerRepoReleasesGenerateNotesPostBodyType] = UNSET,
12545
13369
  **kwargs,
12546
13370
  ) -> Response[ReleaseNotesContent]:
13371
+ """See also: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release"""
13372
+
12547
13373
  from ..models import (
12548
13374
  BasicError,
12549
13375
  ReleaseNotesContent,
@@ -12607,6 +13433,8 @@ class ReposClient:
12607
13433
  data: Missing[ReposOwnerRepoReleasesGenerateNotesPostBodyType] = UNSET,
12608
13434
  **kwargs,
12609
13435
  ) -> Response[ReleaseNotesContent]:
13436
+ """See also: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release"""
13437
+
12610
13438
  from ..models import (
12611
13439
  BasicError,
12612
13440
  ReleaseNotesContent,
@@ -12642,6 +13470,8 @@ class ReposClient:
12642
13470
  *,
12643
13471
  headers: Optional[Dict[str, str]] = None,
12644
13472
  ) -> Response[Release]:
13473
+ """See also: https://docs.github.com/rest/releases/releases#get-the-latest-release"""
13474
+
12645
13475
  from ..models import Release
12646
13476
 
12647
13477
  url = f"/repos/{owner}/{repo}/releases/latest"
@@ -12662,6 +13492,8 @@ class ReposClient:
12662
13492
  *,
12663
13493
  headers: Optional[Dict[str, str]] = None,
12664
13494
  ) -> Response[Release]:
13495
+ """See also: https://docs.github.com/rest/releases/releases#get-the-latest-release"""
13496
+
12665
13497
  from ..models import Release
12666
13498
 
12667
13499
  url = f"/repos/{owner}/{repo}/releases/latest"
@@ -12683,6 +13515,8 @@ class ReposClient:
12683
13515
  *,
12684
13516
  headers: Optional[Dict[str, str]] = None,
12685
13517
  ) -> Response[Release]:
13518
+ """See also: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name"""
13519
+
12686
13520
  from ..models import Release, BasicError
12687
13521
 
12688
13522
  url = f"/repos/{owner}/{repo}/releases/tags/{tag}"
@@ -12707,6 +13541,8 @@ class ReposClient:
12707
13541
  *,
12708
13542
  headers: Optional[Dict[str, str]] = None,
12709
13543
  ) -> Response[Release]:
13544
+ """See also: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name"""
13545
+
12710
13546
  from ..models import Release, BasicError
12711
13547
 
12712
13548
  url = f"/repos/{owner}/{repo}/releases/tags/{tag}"
@@ -12731,6 +13567,8 @@ class ReposClient:
12731
13567
  *,
12732
13568
  headers: Optional[Dict[str, str]] = None,
12733
13569
  ) -> Response[Release]:
13570
+ """See also: https://docs.github.com/rest/releases/releases#get-a-release"""
13571
+
12734
13572
  from ..models import Release
12735
13573
 
12736
13574
  url = f"/repos/{owner}/{repo}/releases/{release_id}"
@@ -12753,6 +13591,8 @@ class ReposClient:
12753
13591
  *,
12754
13592
  headers: Optional[Dict[str, str]] = None,
12755
13593
  ) -> Response[Release]:
13594
+ """See also: https://docs.github.com/rest/releases/releases#get-a-release"""
13595
+
12756
13596
  from ..models import Release
12757
13597
 
12758
13598
  url = f"/repos/{owner}/{repo}/releases/{release_id}"
@@ -12775,6 +13615,8 @@ class ReposClient:
12775
13615
  *,
12776
13616
  headers: Optional[Dict[str, str]] = None,
12777
13617
  ) -> Response:
13618
+ """See also: https://docs.github.com/rest/releases/releases#delete-a-release"""
13619
+
12778
13620
  url = f"/repos/{owner}/{repo}/releases/{release_id}"
12779
13621
 
12780
13622
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -12793,6 +13635,8 @@ class ReposClient:
12793
13635
  *,
12794
13636
  headers: Optional[Dict[str, str]] = None,
12795
13637
  ) -> Response:
13638
+ """See also: https://docs.github.com/rest/releases/releases#delete-a-release"""
13639
+
12796
13640
  url = f"/repos/{owner}/{repo}/releases/{release_id}"
12797
13641
 
12798
13642
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -12845,6 +13689,8 @@ class ReposClient:
12845
13689
  data: Missing[ReposOwnerRepoReleasesReleaseIdPatchBodyType] = UNSET,
12846
13690
  **kwargs,
12847
13691
  ) -> Response[Release]:
13692
+ """See also: https://docs.github.com/rest/releases/releases#update-a-release"""
13693
+
12848
13694
  from ..models import (
12849
13695
  Release,
12850
13696
  BasicError,
@@ -12915,6 +13761,8 @@ class ReposClient:
12915
13761
  data: Missing[ReposOwnerRepoReleasesReleaseIdPatchBodyType] = UNSET,
12916
13762
  **kwargs,
12917
13763
  ) -> Response[Release]:
13764
+ """See also: https://docs.github.com/rest/releases/releases#update-a-release"""
13765
+
12918
13766
  from ..models import (
12919
13767
  Release,
12920
13768
  BasicError,
@@ -12953,6 +13801,8 @@ class ReposClient:
12953
13801
  *,
12954
13802
  headers: Optional[Dict[str, str]] = None,
12955
13803
  ) -> Response[List[ReleaseAsset]]:
13804
+ """See also: https://docs.github.com/rest/releases/assets#list-release-assets"""
13805
+
12956
13806
  from typing import List
12957
13807
 
12958
13808
  from ..models import ReleaseAsset
@@ -12984,6 +13834,8 @@ class ReposClient:
12984
13834
  *,
12985
13835
  headers: Optional[Dict[str, str]] = None,
12986
13836
  ) -> Response[List[ReleaseAsset]]:
13837
+ """See also: https://docs.github.com/rest/releases/assets#list-release-assets"""
13838
+
12987
13839
  from typing import List
12988
13840
 
12989
13841
  from ..models import ReleaseAsset
@@ -13017,6 +13869,8 @@ class ReposClient:
13017
13869
  data: FileTypes,
13018
13870
  **kwargs,
13019
13871
  ) -> Response[ReleaseAsset]:
13872
+ """See also: https://docs.github.com/rest/releases/assets#upload-a-release-asset"""
13873
+
13020
13874
  from githubkit.typing import FileTypes
13021
13875
 
13022
13876
  from ..models import ReleaseAsset
@@ -13059,6 +13913,8 @@ class ReposClient:
13059
13913
  data: FileTypes,
13060
13914
  **kwargs,
13061
13915
  ) -> Response[ReleaseAsset]:
13916
+ """See also: https://docs.github.com/rest/releases/assets#upload-a-release-asset"""
13917
+
13062
13918
  from githubkit.typing import FileTypes
13063
13919
 
13064
13920
  from ..models import ReleaseAsset
@@ -13119,6 +13975,8 @@ class ReposClient:
13119
13975
  ]
13120
13976
  ]
13121
13977
  ]:
13978
+ """See also: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch"""
13979
+
13122
13980
  from typing import List, Union
13123
13981
 
13124
13982
  from ..models import (
@@ -13204,6 +14062,8 @@ class ReposClient:
13204
14062
  ]
13205
14063
  ]
13206
14064
  ]:
14065
+ """See also: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch"""
14066
+
13207
14067
  from typing import List, Union
13208
14068
 
13209
14069
  from ..models import (
@@ -13269,6 +14129,8 @@ class ReposClient:
13269
14129
  *,
13270
14130
  headers: Optional[Dict[str, str]] = None,
13271
14131
  ) -> Response[List[RepositoryRuleset]]:
14132
+ """See also: https://docs.github.com/rest/repos/rules#get-all-repository-rulesets"""
14133
+
13272
14134
  from typing import List
13273
14135
 
13274
14136
  from ..models import BasicError, RepositoryRuleset
@@ -13305,6 +14167,8 @@ class ReposClient:
13305
14167
  *,
13306
14168
  headers: Optional[Dict[str, str]] = None,
13307
14169
  ) -> Response[List[RepositoryRuleset]]:
14170
+ """See also: https://docs.github.com/rest/repos/rules#get-all-repository-rulesets"""
14171
+
13308
14172
  from typing import List
13309
14173
 
13310
14174
  from ..models import BasicError, RepositoryRuleset
@@ -13388,6 +14252,8 @@ class ReposClient:
13388
14252
  data: Missing[ReposOwnerRepoRulesetsPostBodyType] = UNSET,
13389
14253
  **kwargs,
13390
14254
  ) -> Response[RepositoryRuleset]:
14255
+ """See also: https://docs.github.com/rest/repos/rules#create-a-repository-ruleset"""
14256
+
13391
14257
  from ..models import (
13392
14258
  BasicError,
13393
14259
  RepositoryRuleset,
@@ -13474,6 +14340,8 @@ class ReposClient:
13474
14340
  data: Missing[ReposOwnerRepoRulesetsPostBodyType] = UNSET,
13475
14341
  **kwargs,
13476
14342
  ) -> Response[RepositoryRuleset]:
14343
+ """See also: https://docs.github.com/rest/repos/rules#create-a-repository-ruleset"""
14344
+
13477
14345
  from ..models import (
13478
14346
  BasicError,
13479
14347
  RepositoryRuleset,
@@ -13516,6 +14384,8 @@ class ReposClient:
13516
14384
  *,
13517
14385
  headers: Optional[Dict[str, str]] = None,
13518
14386
  ) -> Response[List[RuleSuitesItems]]:
14387
+ """See also: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites"""
14388
+
13519
14389
  from typing import List
13520
14390
 
13521
14391
  from ..models import BasicError, RuleSuitesItems
@@ -13558,6 +14428,8 @@ class ReposClient:
13558
14428
  *,
13559
14429
  headers: Optional[Dict[str, str]] = None,
13560
14430
  ) -> Response[List[RuleSuitesItems]]:
14431
+ """See also: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites"""
14432
+
13561
14433
  from typing import List
13562
14434
 
13563
14435
  from ..models import BasicError, RuleSuitesItems
@@ -13595,6 +14467,8 @@ class ReposClient:
13595
14467
  *,
13596
14468
  headers: Optional[Dict[str, str]] = None,
13597
14469
  ) -> Response[RuleSuite]:
14470
+ """See also: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite"""
14471
+
13598
14472
  from ..models import RuleSuite, BasicError
13599
14473
 
13600
14474
  url = f"/repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}"
@@ -13620,6 +14494,8 @@ class ReposClient:
13620
14494
  *,
13621
14495
  headers: Optional[Dict[str, str]] = None,
13622
14496
  ) -> Response[RuleSuite]:
14497
+ """See also: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite"""
14498
+
13623
14499
  from ..models import RuleSuite, BasicError
13624
14500
 
13625
14501
  url = f"/repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}"
@@ -13646,6 +14522,8 @@ class ReposClient:
13646
14522
  *,
13647
14523
  headers: Optional[Dict[str, str]] = None,
13648
14524
  ) -> Response[RepositoryRuleset]:
14525
+ """See also: https://docs.github.com/rest/repos/rules#get-a-repository-ruleset"""
14526
+
13649
14527
  from ..models import BasicError, RepositoryRuleset
13650
14528
 
13651
14529
  url = f"/repos/{owner}/{repo}/rulesets/{ruleset_id}"
@@ -13677,6 +14555,8 @@ class ReposClient:
13677
14555
  *,
13678
14556
  headers: Optional[Dict[str, str]] = None,
13679
14557
  ) -> Response[RepositoryRuleset]:
14558
+ """See also: https://docs.github.com/rest/repos/rules#get-a-repository-ruleset"""
14559
+
13680
14560
  from ..models import BasicError, RepositoryRuleset
13681
14561
 
13682
14562
  url = f"/repos/{owner}/{repo}/rulesets/{ruleset_id}"
@@ -13759,6 +14639,8 @@ class ReposClient:
13759
14639
  data: Missing[ReposOwnerRepoRulesetsRulesetIdPutBodyType] = UNSET,
13760
14640
  **kwargs,
13761
14641
  ) -> Response[RepositoryRuleset]:
14642
+ """See also: https://docs.github.com/rest/repos/rules#update-a-repository-ruleset"""
14643
+
13762
14644
  from ..models import (
13763
14645
  BasicError,
13764
14646
  RepositoryRuleset,
@@ -13848,6 +14730,8 @@ class ReposClient:
13848
14730
  data: Missing[ReposOwnerRepoRulesetsRulesetIdPutBodyType] = UNSET,
13849
14731
  **kwargs,
13850
14732
  ) -> Response[RepositoryRuleset]:
14733
+ """See also: https://docs.github.com/rest/repos/rules#update-a-repository-ruleset"""
14734
+
13851
14735
  from ..models import (
13852
14736
  BasicError,
13853
14737
  RepositoryRuleset,
@@ -13885,6 +14769,8 @@ class ReposClient:
13885
14769
  *,
13886
14770
  headers: Optional[Dict[str, str]] = None,
13887
14771
  ) -> Response:
14772
+ """See also: https://docs.github.com/rest/repos/rules#delete-a-repository-ruleset"""
14773
+
13888
14774
  from ..models import BasicError
13889
14775
 
13890
14776
  url = f"/repos/{owner}/{repo}/rulesets/{ruleset_id}"
@@ -13909,6 +14795,8 @@ class ReposClient:
13909
14795
  *,
13910
14796
  headers: Optional[Dict[str, str]] = None,
13911
14797
  ) -> Response:
14798
+ """See also: https://docs.github.com/rest/repos/rules#delete-a-repository-ruleset"""
14799
+
13912
14800
  from ..models import BasicError
13913
14801
 
13914
14802
  url = f"/repos/{owner}/{repo}/rulesets/{ruleset_id}"
@@ -13932,6 +14820,8 @@ class ReposClient:
13932
14820
  *,
13933
14821
  headers: Optional[Dict[str, str]] = None,
13934
14822
  ) -> Response[List[List[int]]]:
14823
+ """See also: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity"""
14824
+
13935
14825
  from typing import List
13936
14826
 
13937
14827
  url = f"/repos/{owner}/{repo}/stats/code_frequency"
@@ -13943,6 +14833,7 @@ class ReposClient:
13943
14833
  url,
13944
14834
  headers=exclude_unset(headers),
13945
14835
  response_model=List[List[int]],
14836
+ error_models={},
13946
14837
  )
13947
14838
 
13948
14839
  async def async_get_code_frequency_stats(
@@ -13952,6 +14843,8 @@ class ReposClient:
13952
14843
  *,
13953
14844
  headers: Optional[Dict[str, str]] = None,
13954
14845
  ) -> Response[List[List[int]]]:
14846
+ """See also: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity"""
14847
+
13955
14848
  from typing import List
13956
14849
 
13957
14850
  url = f"/repos/{owner}/{repo}/stats/code_frequency"
@@ -13963,6 +14856,7 @@ class ReposClient:
13963
14856
  url,
13964
14857
  headers=exclude_unset(headers),
13965
14858
  response_model=List[List[int]],
14859
+ error_models={},
13966
14860
  )
13967
14861
 
13968
14862
  def get_commit_activity_stats(
@@ -13972,6 +14866,8 @@ class ReposClient:
13972
14866
  *,
13973
14867
  headers: Optional[Dict[str, str]] = None,
13974
14868
  ) -> Response[List[CommitActivity]]:
14869
+ """See also: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity"""
14870
+
13975
14871
  from typing import List
13976
14872
 
13977
14873
  from ..models import CommitActivity
@@ -13994,6 +14890,8 @@ class ReposClient:
13994
14890
  *,
13995
14891
  headers: Optional[Dict[str, str]] = None,
13996
14892
  ) -> Response[List[CommitActivity]]:
14893
+ """See also: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity"""
14894
+
13997
14895
  from typing import List
13998
14896
 
13999
14897
  from ..models import CommitActivity
@@ -14016,6 +14914,8 @@ class ReposClient:
14016
14914
  *,
14017
14915
  headers: Optional[Dict[str, str]] = None,
14018
14916
  ) -> Response[List[ContributorActivity]]:
14917
+ """See also: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity"""
14918
+
14019
14919
  from typing import List
14020
14920
 
14021
14921
  from ..models import ContributorActivity
@@ -14038,6 +14938,8 @@ class ReposClient:
14038
14938
  *,
14039
14939
  headers: Optional[Dict[str, str]] = None,
14040
14940
  ) -> Response[List[ContributorActivity]]:
14941
+ """See also: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity"""
14942
+
14041
14943
  from typing import List
14042
14944
 
14043
14945
  from ..models import ContributorActivity
@@ -14060,6 +14962,8 @@ class ReposClient:
14060
14962
  *,
14061
14963
  headers: Optional[Dict[str, str]] = None,
14062
14964
  ) -> Response[ParticipationStats]:
14965
+ """See also: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count"""
14966
+
14063
14967
  from ..models import BasicError, ParticipationStats
14064
14968
 
14065
14969
  url = f"/repos/{owner}/{repo}/stats/participation"
@@ -14083,6 +14987,8 @@ class ReposClient:
14083
14987
  *,
14084
14988
  headers: Optional[Dict[str, str]] = None,
14085
14989
  ) -> Response[ParticipationStats]:
14990
+ """See also: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count"""
14991
+
14086
14992
  from ..models import BasicError, ParticipationStats
14087
14993
 
14088
14994
  url = f"/repos/{owner}/{repo}/stats/participation"
@@ -14106,6 +15012,8 @@ class ReposClient:
14106
15012
  *,
14107
15013
  headers: Optional[Dict[str, str]] = None,
14108
15014
  ) -> Response[List[List[int]]]:
15015
+ """See also: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day"""
15016
+
14109
15017
  from typing import List
14110
15018
 
14111
15019
  url = f"/repos/{owner}/{repo}/stats/punch_card"
@@ -14126,6 +15034,8 @@ class ReposClient:
14126
15034
  *,
14127
15035
  headers: Optional[Dict[str, str]] = None,
14128
15036
  ) -> Response[List[List[int]]]:
15037
+ """See also: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day"""
15038
+
14129
15039
  from typing import List
14130
15040
 
14131
15041
  url = f"/repos/{owner}/{repo}/stats/punch_card"
@@ -14177,6 +15087,8 @@ class ReposClient:
14177
15087
  data: Missing[ReposOwnerRepoStatusesShaPostBodyType] = UNSET,
14178
15088
  **kwargs,
14179
15089
  ) -> Response[Status]:
15090
+ """See also: https://docs.github.com/rest/commits/statuses#create-a-commit-status"""
15091
+
14180
15092
  from ..models import Status, ReposOwnerRepoStatusesShaPostBody
14181
15093
 
14182
15094
  url = f"/repos/{owner}/{repo}/statuses/{sha}"
@@ -14236,6 +15148,8 @@ class ReposClient:
14236
15148
  data: Missing[ReposOwnerRepoStatusesShaPostBodyType] = UNSET,
14237
15149
  **kwargs,
14238
15150
  ) -> Response[Status]:
15151
+ """See also: https://docs.github.com/rest/commits/statuses#create-a-commit-status"""
15152
+
14239
15153
  from ..models import Status, ReposOwnerRepoStatusesShaPostBody
14240
15154
 
14241
15155
  url = f"/repos/{owner}/{repo}/statuses/{sha}"
@@ -14266,6 +15180,8 @@ class ReposClient:
14266
15180
  *,
14267
15181
  headers: Optional[Dict[str, str]] = None,
14268
15182
  ) -> Response[List[Tag]]:
15183
+ """See also: https://docs.github.com/rest/repos/repos#list-repository-tags"""
15184
+
14269
15185
  from typing import List
14270
15186
 
14271
15187
  from ..models import Tag
@@ -14296,6 +15212,8 @@ class ReposClient:
14296
15212
  *,
14297
15213
  headers: Optional[Dict[str, str]] = None,
14298
15214
  ) -> Response[List[Tag]]:
15215
+ """See also: https://docs.github.com/rest/repos/repos#list-repository-tags"""
15216
+
14299
15217
  from typing import List
14300
15218
 
14301
15219
  from ..models import Tag
@@ -14324,6 +15242,8 @@ class ReposClient:
14324
15242
  *,
14325
15243
  headers: Optional[Dict[str, str]] = None,
14326
15244
  ) -> Response[List[TagProtection]]:
15245
+ """See also: https://docs.github.com/rest/repos/tags#list-tag-protection-states-for-a-repository"""
15246
+
14327
15247
  from typing import List
14328
15248
 
14329
15249
  from ..models import BasicError, TagProtection
@@ -14350,6 +15270,8 @@ class ReposClient:
14350
15270
  *,
14351
15271
  headers: Optional[Dict[str, str]] = None,
14352
15272
  ) -> Response[List[TagProtection]]:
15273
+ """See also: https://docs.github.com/rest/repos/tags#list-tag-protection-states-for-a-repository"""
15274
+
14353
15275
  from typing import List
14354
15276
 
14355
15277
  from ..models import BasicError, TagProtection
@@ -14401,6 +15323,8 @@ class ReposClient:
14401
15323
  data: Missing[ReposOwnerRepoTagsProtectionPostBodyType] = UNSET,
14402
15324
  **kwargs,
14403
15325
  ) -> Response[TagProtection]:
15326
+ """See also: https://docs.github.com/rest/repos/tags#create-a-tag-protection-state-for-a-repository"""
15327
+
14404
15328
  from ..models import (
14405
15329
  BasicError,
14406
15330
  TagProtection,
@@ -14462,6 +15386,8 @@ class ReposClient:
14462
15386
  data: Missing[ReposOwnerRepoTagsProtectionPostBodyType] = UNSET,
14463
15387
  **kwargs,
14464
15388
  ) -> Response[TagProtection]:
15389
+ """See also: https://docs.github.com/rest/repos/tags#create-a-tag-protection-state-for-a-repository"""
15390
+
14465
15391
  from ..models import (
14466
15392
  BasicError,
14467
15393
  TagProtection,
@@ -14499,6 +15425,8 @@ class ReposClient:
14499
15425
  *,
14500
15426
  headers: Optional[Dict[str, str]] = None,
14501
15427
  ) -> Response:
15428
+ """See also: https://docs.github.com/rest/repos/tags#delete-a-tag-protection-state-for-a-repository"""
15429
+
14502
15430
  from ..models import BasicError
14503
15431
 
14504
15432
  url = f"/repos/{owner}/{repo}/tags/protection/{tag_protection_id}"
@@ -14523,6 +15451,8 @@ class ReposClient:
14523
15451
  *,
14524
15452
  headers: Optional[Dict[str, str]] = None,
14525
15453
  ) -> Response:
15454
+ """See also: https://docs.github.com/rest/repos/tags#delete-a-tag-protection-state-for-a-repository"""
15455
+
14526
15456
  from ..models import BasicError
14527
15457
 
14528
15458
  url = f"/repos/{owner}/{repo}/tags/protection/{tag_protection_id}"
@@ -14547,6 +15477,8 @@ class ReposClient:
14547
15477
  *,
14548
15478
  headers: Optional[Dict[str, str]] = None,
14549
15479
  ) -> Response:
15480
+ """See also: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar"""
15481
+
14550
15482
  url = f"/repos/{owner}/{repo}/tarball/{ref}"
14551
15483
 
14552
15484
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -14565,6 +15497,8 @@ class ReposClient:
14565
15497
  *,
14566
15498
  headers: Optional[Dict[str, str]] = None,
14567
15499
  ) -> Response:
15500
+ """See also: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar"""
15501
+
14568
15502
  url = f"/repos/{owner}/{repo}/tarball/{ref}"
14569
15503
 
14570
15504
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -14584,6 +15518,8 @@ class ReposClient:
14584
15518
  *,
14585
15519
  headers: Optional[Dict[str, str]] = None,
14586
15520
  ) -> Response[List[Team]]:
15521
+ """See also: https://docs.github.com/rest/repos/repos#list-repository-teams"""
15522
+
14587
15523
  from typing import List
14588
15524
 
14589
15525
  from ..models import Team, BasicError
@@ -14617,6 +15553,8 @@ class ReposClient:
14617
15553
  *,
14618
15554
  headers: Optional[Dict[str, str]] = None,
14619
15555
  ) -> Response[List[Team]]:
15556
+ """See also: https://docs.github.com/rest/repos/repos#list-repository-teams"""
15557
+
14620
15558
  from typing import List
14621
15559
 
14622
15560
  from ..models import Team, BasicError
@@ -14650,6 +15588,8 @@ class ReposClient:
14650
15588
  *,
14651
15589
  headers: Optional[Dict[str, str]] = None,
14652
15590
  ) -> Response[Topic]:
15591
+ """See also: https://docs.github.com/rest/repos/repos#get-all-repository-topics"""
15592
+
14653
15593
  from ..models import Topic, BasicError
14654
15594
 
14655
15595
  url = f"/repos/{owner}/{repo}/topics"
@@ -14681,6 +15621,8 @@ class ReposClient:
14681
15621
  *,
14682
15622
  headers: Optional[Dict[str, str]] = None,
14683
15623
  ) -> Response[Topic]:
15624
+ """See also: https://docs.github.com/rest/repos/repos#get-all-repository-topics"""
15625
+
14684
15626
  from ..models import Topic, BasicError
14685
15627
 
14686
15628
  url = f"/repos/{owner}/{repo}/topics"
@@ -14735,6 +15677,8 @@ class ReposClient:
14735
15677
  data: Missing[ReposOwnerRepoTopicsPutBodyType] = UNSET,
14736
15678
  **kwargs,
14737
15679
  ) -> Response[Topic]:
15680
+ """See also: https://docs.github.com/rest/repos/repos#replace-all-repository-topics"""
15681
+
14738
15682
  from ..models import (
14739
15683
  Topic,
14740
15684
  BasicError,
@@ -14797,6 +15741,8 @@ class ReposClient:
14797
15741
  data: Missing[ReposOwnerRepoTopicsPutBodyType] = UNSET,
14798
15742
  **kwargs,
14799
15743
  ) -> Response[Topic]:
15744
+ """See also: https://docs.github.com/rest/repos/repos#replace-all-repository-topics"""
15745
+
14800
15746
  from ..models import (
14801
15747
  Topic,
14802
15748
  BasicError,
@@ -14835,6 +15781,8 @@ class ReposClient:
14835
15781
  *,
14836
15782
  headers: Optional[Dict[str, str]] = None,
14837
15783
  ) -> Response[CloneTraffic]:
15784
+ """See also: https://docs.github.com/rest/metrics/traffic#get-repository-clones"""
15785
+
14838
15786
  from ..models import BasicError, CloneTraffic
14839
15787
 
14840
15788
  url = f"/repos/{owner}/{repo}/traffic/clones"
@@ -14864,6 +15812,8 @@ class ReposClient:
14864
15812
  *,
14865
15813
  headers: Optional[Dict[str, str]] = None,
14866
15814
  ) -> Response[CloneTraffic]:
15815
+ """See also: https://docs.github.com/rest/metrics/traffic#get-repository-clones"""
15816
+
14867
15817
  from ..models import BasicError, CloneTraffic
14868
15818
 
14869
15819
  url = f"/repos/{owner}/{repo}/traffic/clones"
@@ -14892,6 +15842,8 @@ class ReposClient:
14892
15842
  *,
14893
15843
  headers: Optional[Dict[str, str]] = None,
14894
15844
  ) -> Response[List[ContentTraffic]]:
15845
+ """See also: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths"""
15846
+
14895
15847
  from typing import List
14896
15848
 
14897
15849
  from ..models import BasicError, ContentTraffic
@@ -14917,6 +15869,8 @@ class ReposClient:
14917
15869
  *,
14918
15870
  headers: Optional[Dict[str, str]] = None,
14919
15871
  ) -> Response[List[ContentTraffic]]:
15872
+ """See also: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths"""
15873
+
14920
15874
  from typing import List
14921
15875
 
14922
15876
  from ..models import BasicError, ContentTraffic
@@ -14942,6 +15896,8 @@ class ReposClient:
14942
15896
  *,
14943
15897
  headers: Optional[Dict[str, str]] = None,
14944
15898
  ) -> Response[List[ReferrerTraffic]]:
15899
+ """See also: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources"""
15900
+
14945
15901
  from typing import List
14946
15902
 
14947
15903
  from ..models import BasicError, ReferrerTraffic
@@ -14967,6 +15923,8 @@ class ReposClient:
14967
15923
  *,
14968
15924
  headers: Optional[Dict[str, str]] = None,
14969
15925
  ) -> Response[List[ReferrerTraffic]]:
15926
+ """See also: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources"""
15927
+
14970
15928
  from typing import List
14971
15929
 
14972
15930
  from ..models import BasicError, ReferrerTraffic
@@ -14993,6 +15951,8 @@ class ReposClient:
14993
15951
  *,
14994
15952
  headers: Optional[Dict[str, str]] = None,
14995
15953
  ) -> Response[ViewTraffic]:
15954
+ """See also: https://docs.github.com/rest/metrics/traffic#get-page-views"""
15955
+
14996
15956
  from ..models import BasicError, ViewTraffic
14997
15957
 
14998
15958
  url = f"/repos/{owner}/{repo}/traffic/views"
@@ -15022,6 +15982,8 @@ class ReposClient:
15022
15982
  *,
15023
15983
  headers: Optional[Dict[str, str]] = None,
15024
15984
  ) -> Response[ViewTraffic]:
15985
+ """See also: https://docs.github.com/rest/metrics/traffic#get-page-views"""
15986
+
15025
15987
  from ..models import BasicError, ViewTraffic
15026
15988
 
15027
15989
  url = f"/repos/{owner}/{repo}/traffic/views"
@@ -15077,6 +16039,8 @@ class ReposClient:
15077
16039
  data: Missing[ReposOwnerRepoTransferPostBodyType] = UNSET,
15078
16040
  **kwargs,
15079
16041
  ) -> Response[MinimalRepository]:
16042
+ """See also: https://docs.github.com/rest/repos/repos#transfer-a-repository"""
16043
+
15080
16044
  from ..models import MinimalRepository, ReposOwnerRepoTransferPostBody
15081
16045
 
15082
16046
  url = f"/repos/{owner}/{repo}/transfer"
@@ -15132,6 +16096,8 @@ class ReposClient:
15132
16096
  data: Missing[ReposOwnerRepoTransferPostBodyType] = UNSET,
15133
16097
  **kwargs,
15134
16098
  ) -> Response[MinimalRepository]:
16099
+ """See also: https://docs.github.com/rest/repos/repos#transfer-a-repository"""
16100
+
15135
16101
  from ..models import MinimalRepository, ReposOwnerRepoTransferPostBody
15136
16102
 
15137
16103
  url = f"/repos/{owner}/{repo}/transfer"
@@ -15160,6 +16126,8 @@ class ReposClient:
15160
16126
  *,
15161
16127
  headers: Optional[Dict[str, str]] = None,
15162
16128
  ) -> Response:
16129
+ """See also: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository"""
16130
+
15163
16131
  url = f"/repos/{owner}/{repo}/vulnerability-alerts"
15164
16132
 
15165
16133
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -15178,6 +16146,8 @@ class ReposClient:
15178
16146
  *,
15179
16147
  headers: Optional[Dict[str, str]] = None,
15180
16148
  ) -> Response:
16149
+ """See also: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository"""
16150
+
15181
16151
  url = f"/repos/{owner}/{repo}/vulnerability-alerts"
15182
16152
 
15183
16153
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -15196,6 +16166,8 @@ class ReposClient:
15196
16166
  *,
15197
16167
  headers: Optional[Dict[str, str]] = None,
15198
16168
  ) -> Response:
16169
+ """See also: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts"""
16170
+
15199
16171
  url = f"/repos/{owner}/{repo}/vulnerability-alerts"
15200
16172
 
15201
16173
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -15213,6 +16185,8 @@ class ReposClient:
15213
16185
  *,
15214
16186
  headers: Optional[Dict[str, str]] = None,
15215
16187
  ) -> Response:
16188
+ """See also: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts"""
16189
+
15216
16190
  url = f"/repos/{owner}/{repo}/vulnerability-alerts"
15217
16191
 
15218
16192
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -15230,6 +16204,8 @@ class ReposClient:
15230
16204
  *,
15231
16205
  headers: Optional[Dict[str, str]] = None,
15232
16206
  ) -> Response:
16207
+ """See also: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts"""
16208
+
15233
16209
  url = f"/repos/{owner}/{repo}/vulnerability-alerts"
15234
16210
 
15235
16211
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -15247,6 +16223,8 @@ class ReposClient:
15247
16223
  *,
15248
16224
  headers: Optional[Dict[str, str]] = None,
15249
16225
  ) -> Response:
16226
+ """See also: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts"""
16227
+
15250
16228
  url = f"/repos/{owner}/{repo}/vulnerability-alerts"
15251
16229
 
15252
16230
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -15265,6 +16243,8 @@ class ReposClient:
15265
16243
  *,
15266
16244
  headers: Optional[Dict[str, str]] = None,
15267
16245
  ) -> Response:
16246
+ """See also: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip"""
16247
+
15268
16248
  url = f"/repos/{owner}/{repo}/zipball/{ref}"
15269
16249
 
15270
16250
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -15283,6 +16263,8 @@ class ReposClient:
15283
16263
  *,
15284
16264
  headers: Optional[Dict[str, str]] = None,
15285
16265
  ) -> Response:
16266
+ """See also: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip"""
16267
+
15286
16268
  url = f"/repos/{owner}/{repo}/zipball/{ref}"
15287
16269
 
15288
16270
  headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
@@ -15329,6 +16311,8 @@ class ReposClient:
15329
16311
  data: Missing[ReposTemplateOwnerTemplateRepoGeneratePostBodyType] = UNSET,
15330
16312
  **kwargs,
15331
16313
  ) -> Response[FullRepository]:
16314
+ """See also: https://docs.github.com/rest/repos/repos#create-a-repository-using-a-template"""
16315
+
15332
16316
  from ..models import (
15333
16317
  FullRepository,
15334
16318
  ReposTemplateOwnerTemplateRepoGeneratePostBody,
@@ -15391,6 +16375,8 @@ class ReposClient:
15391
16375
  data: Missing[ReposTemplateOwnerTemplateRepoGeneratePostBodyType] = UNSET,
15392
16376
  **kwargs,
15393
16377
  ) -> Response[FullRepository]:
16378
+ """See also: https://docs.github.com/rest/repos/repos#create-a-repository-using-a-template"""
16379
+
15394
16380
  from ..models import (
15395
16381
  FullRepository,
15396
16382
  ReposTemplateOwnerTemplateRepoGeneratePostBody,
@@ -15423,6 +16409,8 @@ class ReposClient:
15423
16409
  *,
15424
16410
  headers: Optional[Dict[str, str]] = None,
15425
16411
  ) -> Response[List[MinimalRepository]]:
16412
+ """See also: https://docs.github.com/rest/repos/repos#list-public-repositories"""
16413
+
15426
16414
  from typing import List
15427
16415
 
15428
16416
  from ..models import ValidationError, MinimalRepository
@@ -15452,6 +16440,8 @@ class ReposClient:
15452
16440
  *,
15453
16441
  headers: Optional[Dict[str, str]] = None,
15454
16442
  ) -> Response[List[MinimalRepository]]:
16443
+ """See also: https://docs.github.com/rest/repos/repos#list-public-repositories"""
16444
+
15455
16445
  from typing import List
15456
16446
 
15457
16447
  from ..models import ValidationError, MinimalRepository
@@ -15489,6 +16479,8 @@ class ReposClient:
15489
16479
  *,
15490
16480
  headers: Optional[Dict[str, str]] = None,
15491
16481
  ) -> Response[List[Repository]]:
16482
+ """See also: https://docs.github.com/rest/repos/repos#list-repositories-for-the-authenticated-user"""
16483
+
15492
16484
  from typing import List
15493
16485
 
15494
16486
  from ..models import BasicError, Repository, ValidationError
@@ -15536,6 +16528,8 @@ class ReposClient:
15536
16528
  *,
15537
16529
  headers: Optional[Dict[str, str]] = None,
15538
16530
  ) -> Response[List[Repository]]:
16531
+ """See also: https://docs.github.com/rest/repos/repos#list-repositories-for-the-authenticated-user"""
16532
+
15539
16533
  from typing import List
15540
16534
 
15541
16535
  from ..models import BasicError, Repository, ValidationError
@@ -15618,6 +16612,8 @@ class ReposClient:
15618
16612
  data: Missing[UserReposPostBodyType] = UNSET,
15619
16613
  **kwargs,
15620
16614
  ) -> Response[FullRepository]:
16615
+ """See also: https://docs.github.com/rest/repos/repos#create-a-repository-for-the-authenticated-user"""
16616
+
15621
16617
  from ..models import (
15622
16618
  BasicError,
15623
16619
  FullRepository,
@@ -15700,6 +16696,8 @@ class ReposClient:
15700
16696
  data: Missing[UserReposPostBodyType] = UNSET,
15701
16697
  **kwargs,
15702
16698
  ) -> Response[FullRepository]:
16699
+ """See also: https://docs.github.com/rest/repos/repos#create-a-repository-for-the-authenticated-user"""
16700
+
15703
16701
  from ..models import (
15704
16702
  BasicError,
15705
16703
  FullRepository,
@@ -15740,6 +16738,8 @@ class ReposClient:
15740
16738
  *,
15741
16739
  headers: Optional[Dict[str, str]] = None,
15742
16740
  ) -> Response[List[RepositoryInvitation]]:
16741
+ """See also: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user"""
16742
+
15743
16743
  from typing import List
15744
16744
 
15745
16745
  from ..models import BasicError, RepositoryInvitation
@@ -15773,6 +16773,8 @@ class ReposClient:
15773
16773
  *,
15774
16774
  headers: Optional[Dict[str, str]] = None,
15775
16775
  ) -> Response[List[RepositoryInvitation]]:
16776
+ """See also: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user"""
16777
+
15776
16778
  from typing import List
15777
16779
 
15778
16780
  from ..models import BasicError, RepositoryInvitation
@@ -15805,6 +16807,8 @@ class ReposClient:
15805
16807
  *,
15806
16808
  headers: Optional[Dict[str, str]] = None,
15807
16809
  ) -> Response:
16810
+ """See also: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation"""
16811
+
15808
16812
  from ..models import BasicError
15809
16813
 
15810
16814
  url = f"/user/repository_invitations/{invitation_id}"
@@ -15828,6 +16832,8 @@ class ReposClient:
15828
16832
  *,
15829
16833
  headers: Optional[Dict[str, str]] = None,
15830
16834
  ) -> Response:
16835
+ """See also: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation"""
16836
+
15831
16837
  from ..models import BasicError
15832
16838
 
15833
16839
  url = f"/user/repository_invitations/{invitation_id}"
@@ -15851,6 +16857,8 @@ class ReposClient:
15851
16857
  *,
15852
16858
  headers: Optional[Dict[str, str]] = None,
15853
16859
  ) -> Response:
16860
+ """See also: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation"""
16861
+
15854
16862
  from ..models import BasicError
15855
16863
 
15856
16864
  url = f"/user/repository_invitations/{invitation_id}"
@@ -15874,6 +16882,8 @@ class ReposClient:
15874
16882
  *,
15875
16883
  headers: Optional[Dict[str, str]] = None,
15876
16884
  ) -> Response:
16885
+ """See also: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation"""
16886
+
15877
16887
  from ..models import BasicError
15878
16888
 
15879
16889
  url = f"/user/repository_invitations/{invitation_id}"
@@ -15902,6 +16912,8 @@ class ReposClient:
15902
16912
  *,
15903
16913
  headers: Optional[Dict[str, str]] = None,
15904
16914
  ) -> Response[List[MinimalRepository]]:
16915
+ """See also: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user"""
16916
+
15905
16917
  from typing import List
15906
16918
 
15907
16919
  from ..models import MinimalRepository
@@ -15937,6 +16949,8 @@ class ReposClient:
15937
16949
  *,
15938
16950
  headers: Optional[Dict[str, str]] = None,
15939
16951
  ) -> Response[List[MinimalRepository]]:
16952
+ """See also: https://docs.github.com/rest/repos/repos#list-repositories-for-a-user"""
16953
+
15940
16954
  from typing import List
15941
16955
 
15942
16956
  from ..models import MinimalRepository