GitHubKit 0.11.1__py3-none-any.whl → 0.11.3__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 (4952) hide show
  1. githubkit/auth/app.py +12 -6
  2. githubkit/compat.py +2 -4
  3. githubkit/config.py +2 -2
  4. githubkit/core.py +103 -21
  5. githubkit/exception.py +1 -2
  6. githubkit/github.py +8 -50
  7. githubkit/lazy_module.py +5 -2
  8. githubkit/paginator.py +2 -4
  9. githubkit/rest/__init__.py +39 -31
  10. githubkit/versions/__init__.py +3 -2
  11. githubkit/versions/ghec_v2022_11_28/__init__.py +8 -0
  12. githubkit/versions/ghec_v2022_11_28/models/__init__.py +14667 -0
  13. githubkit/versions/ghec_v2022_11_28/models/group_0000.py +59 -0
  14. githubkit/versions/ghec_v2022_11_28/models/group_0001.py +52 -0
  15. githubkit/versions/ghec_v2022_11_28/models/group_0002.py +180 -0
  16. githubkit/versions/ghec_v2022_11_28/models/group_0003.py +33 -0
  17. githubkit/versions/ghec_v2022_11_28/models/group_0004.py +34 -0
  18. githubkit/versions/ghec_v2022_11_28/models/group_0005.py +62 -0
  19. githubkit/versions/ghec_v2022_11_28/models/group_0006.py +37 -0
  20. githubkit/versions/ghec_v2022_11_28/models/group_0007.py +43 -0
  21. githubkit/versions/ghec_v2022_11_28/models/group_0008.py +55 -0
  22. githubkit/versions/ghec_v2022_11_28/models/group_0009.py +37 -0
  23. githubkit/versions/ghec_v2022_11_28/models/group_0010.py +49 -0
  24. githubkit/versions/ghec_v2022_11_28/models/group_0011.py +111 -0
  25. githubkit/versions/ghec_v2022_11_28/models/group_0012.py +46 -0
  26. githubkit/versions/ghec_v2022_11_28/models/group_0013.py +40 -0
  27. githubkit/versions/ghec_v2022_11_28/models/group_0014.py +229 -0
  28. githubkit/versions/ghec_v2022_11_28/models/group_0015.py +63 -0
  29. githubkit/versions/ghec_v2022_11_28/models/group_0016.py +37 -0
  30. githubkit/versions/ghec_v2022_11_28/models/group_0017.py +206 -0
  31. githubkit/versions/ghec_v2022_11_28/models/group_0018.py +46 -0
  32. githubkit/versions/ghec_v2022_11_28/models/group_0019.py +43 -0
  33. githubkit/versions/ghec_v2022_11_28/models/group_0020.py +64 -0
  34. githubkit/versions/ghec_v2022_11_28/models/group_0021.py +35 -0
  35. githubkit/versions/ghec_v2022_11_28/models/group_0022.py +117 -0
  36. githubkit/versions/ghec_v2022_11_28/models/group_0023.py +135 -0
  37. githubkit/versions/ghec_v2022_11_28/models/group_0024.py +53 -0
  38. githubkit/versions/ghec_v2022_11_28/models/group_0025.py +286 -0
  39. githubkit/versions/ghec_v2022_11_28/models/group_0026.py +30 -0
  40. githubkit/versions/ghec_v2022_11_28/models/group_0027.py +30 -0
  41. githubkit/versions/ghec_v2022_11_28/models/group_0028.py +43 -0
  42. githubkit/versions/ghec_v2022_11_28/models/group_0029.py +41 -0
  43. githubkit/versions/ghec_v2022_11_28/models/group_0030.py +40 -0
  44. githubkit/versions/ghec_v2022_11_28/models/group_0031.py +32 -0
  45. githubkit/versions/ghec_v2022_11_28/models/group_0032.py +36 -0
  46. githubkit/versions/ghec_v2022_11_28/models/group_0033.py +39 -0
  47. githubkit/versions/ghec_v2022_11_28/models/group_0034.py +42 -0
  48. githubkit/versions/ghec_v2022_11_28/models/group_0035.py +38 -0
  49. githubkit/versions/ghec_v2022_11_28/models/group_0036.py +57 -0
  50. githubkit/versions/ghec_v2022_11_28/models/group_0037.py +40 -0
  51. githubkit/versions/ghec_v2022_11_28/models/group_0038.py +39 -0
  52. githubkit/versions/ghec_v2022_11_28/models/group_0039.py +145 -0
  53. githubkit/versions/ghec_v2022_11_28/models/group_0040.py +48 -0
  54. githubkit/versions/ghec_v2022_11_28/models/group_0041.py +40 -0
  55. githubkit/versions/ghec_v2022_11_28/models/group_0042.py +84 -0
  56. githubkit/versions/ghec_v2022_11_28/models/group_0043.py +153 -0
  57. githubkit/versions/ghec_v2022_11_28/models/group_0044.py +77 -0
  58. githubkit/versions/ghec_v2022_11_28/models/group_0045.py +54 -0
  59. githubkit/versions/ghec_v2022_11_28/models/group_0046.py +63 -0
  60. githubkit/versions/ghec_v2022_11_28/models/group_0047.py +31 -0
  61. githubkit/versions/ghec_v2022_11_28/models/group_0048.py +60 -0
  62. githubkit/versions/ghec_v2022_11_28/models/group_0049.py +122 -0
  63. githubkit/versions/ghec_v2022_11_28/models/group_0050.py +83 -0
  64. githubkit/versions/ghec_v2022_11_28/models/group_0051.py +43 -0
  65. githubkit/versions/ghec_v2022_11_28/models/group_0052.py +58 -0
  66. githubkit/versions/ghec_v2022_11_28/models/group_0053.py +94 -0
  67. githubkit/versions/ghec_v2022_11_28/models/group_0054.py +107 -0
  68. githubkit/versions/ghec_v2022_11_28/models/group_0055.py +63 -0
  69. githubkit/versions/ghec_v2022_11_28/models/group_0056.py +33 -0
  70. githubkit/versions/ghec_v2022_11_28/models/group_0057.py +33 -0
  71. githubkit/versions/ghec_v2022_11_28/models/group_0058.py +50 -0
  72. githubkit/versions/ghec_v2022_11_28/models/group_0059.py +34 -0
  73. githubkit/versions/ghec_v2022_11_28/models/group_0060.py +123 -0
  74. githubkit/versions/ghec_v2022_11_28/models/group_0061.py +64 -0
  75. githubkit/versions/ghec_v2022_11_28/models/group_0062.py +103 -0
  76. githubkit/versions/ghec_v2022_11_28/models/group_0063.py +96 -0
  77. githubkit/versions/ghec_v2022_11_28/models/group_0064.py +64 -0
  78. githubkit/versions/ghec_v2022_11_28/models/group_0065.py +87 -0
  79. githubkit/versions/ghec_v2022_11_28/models/group_0066.py +142 -0
  80. githubkit/versions/ghec_v2022_11_28/models/group_0067.py +52 -0
  81. githubkit/versions/ghec_v2022_11_28/models/group_0068.py +51 -0
  82. githubkit/versions/ghec_v2022_11_28/models/group_0069.py +29 -0
  83. githubkit/versions/ghec_v2022_11_28/models/group_0070.py +42 -0
  84. githubkit/versions/ghec_v2022_11_28/models/group_0071.py +42 -0
  85. githubkit/versions/ghec_v2022_11_28/models/group_0072.py +46 -0
  86. githubkit/versions/ghec_v2022_11_28/models/group_0073.py +60 -0
  87. githubkit/versions/ghec_v2022_11_28/models/group_0074.py +72 -0
  88. githubkit/versions/ghec_v2022_11_28/models/group_0075.py +94 -0
  89. githubkit/versions/ghec_v2022_11_28/models/group_0076.py +172 -0
  90. githubkit/versions/ghec_v2022_11_28/models/group_0077.py +55 -0
  91. githubkit/versions/ghec_v2022_11_28/models/group_0078.py +39 -0
  92. githubkit/versions/ghec_v2022_11_28/models/group_0079.py +49 -0
  93. githubkit/versions/ghec_v2022_11_28/models/group_0080.py +133 -0
  94. githubkit/versions/ghec_v2022_11_28/models/group_0081.py +32 -0
  95. githubkit/versions/ghec_v2022_11_28/models/group_0082.py +24 -0
  96. githubkit/versions/ghec_v2022_11_28/models/group_0083.py +43 -0
  97. githubkit/versions/ghec_v2022_11_28/models/group_0084.py +35 -0
  98. githubkit/versions/ghec_v2022_11_28/models/group_0085.py +44 -0
  99. githubkit/versions/ghec_v2022_11_28/models/group_0086.py +174 -0
  100. githubkit/versions/ghec_v2022_11_28/models/group_0087.py +35 -0
  101. githubkit/versions/ghec_v2022_11_28/models/group_0088.py +91 -0
  102. githubkit/versions/ghec_v2022_11_28/models/group_0089.py +53 -0
  103. githubkit/versions/ghec_v2022_11_28/models/group_0090.py +61 -0
  104. githubkit/versions/ghec_v2022_11_28/models/group_0091.py +141 -0
  105. githubkit/versions/ghec_v2022_11_28/models/group_0092.py +67 -0
  106. githubkit/versions/ghec_v2022_11_28/models/group_0093.py +39 -0
  107. githubkit/versions/ghec_v2022_11_28/models/group_0094.py +43 -0
  108. githubkit/versions/ghec_v2022_11_28/models/group_0095.py +29 -0
  109. githubkit/versions/ghec_v2022_11_28/models/group_0096.py +48 -0
  110. githubkit/versions/ghec_v2022_11_28/models/group_0097.py +64 -0
  111. githubkit/versions/ghec_v2022_11_28/models/group_0098.py +47 -0
  112. githubkit/versions/ghec_v2022_11_28/models/group_0099.py +45 -0
  113. githubkit/versions/ghec_v2022_11_28/models/group_0100.py +29 -0
  114. githubkit/versions/ghec_v2022_11_28/models/group_0101.py +56 -0
  115. githubkit/versions/ghec_v2022_11_28/models/group_0102.py +35 -0
  116. githubkit/versions/ghec_v2022_11_28/models/group_0103.py +40 -0
  117. githubkit/versions/ghec_v2022_11_28/models/group_0104.py +57 -0
  118. githubkit/versions/ghec_v2022_11_28/models/group_0105.py +58 -0
  119. githubkit/versions/ghec_v2022_11_28/models/group_0106.py +29 -0
  120. githubkit/versions/ghec_v2022_11_28/models/group_0107.py +65 -0
  121. githubkit/versions/ghec_v2022_11_28/models/group_0108.py +79 -0
  122. githubkit/versions/ghec_v2022_11_28/models/group_0109.py +105 -0
  123. githubkit/versions/ghec_v2022_11_28/models/group_0110.py +102 -0
  124. githubkit/versions/ghec_v2022_11_28/models/group_0111.py +55 -0
  125. githubkit/versions/ghec_v2022_11_28/models/group_0112.py +59 -0
  126. githubkit/versions/ghec_v2022_11_28/models/group_0113.py +33 -0
  127. githubkit/versions/ghec_v2022_11_28/models/group_0114.py +37 -0
  128. githubkit/versions/ghec_v2022_11_28/models/group_0115.py +33 -0
  129. githubkit/versions/ghec_v2022_11_28/models/group_0116.py +204 -0
  130. githubkit/versions/ghec_v2022_11_28/models/group_0117.py +38 -0
  131. githubkit/versions/ghec_v2022_11_28/models/group_0118.py +32 -0
  132. githubkit/versions/ghec_v2022_11_28/models/group_0119.py +36 -0
  133. githubkit/versions/ghec_v2022_11_28/models/group_0120.py +32 -0
  134. githubkit/versions/ghec_v2022_11_28/models/group_0121.py +40 -0
  135. githubkit/versions/ghec_v2022_11_28/models/group_0122.py +32 -0
  136. githubkit/versions/ghec_v2022_11_28/models/group_0123.py +32 -0
  137. githubkit/versions/ghec_v2022_11_28/models/group_0124.py +32 -0
  138. githubkit/versions/ghec_v2022_11_28/models/group_0125.py +54 -0
  139. githubkit/versions/ghec_v2022_11_28/models/group_0126.py +36 -0
  140. githubkit/versions/ghec_v2022_11_28/models/group_0127.py +36 -0
  141. githubkit/versions/ghec_v2022_11_28/models/group_0128.py +36 -0
  142. githubkit/versions/ghec_v2022_11_28/models/group_0129.py +65 -0
  143. githubkit/versions/ghec_v2022_11_28/models/group_0130.py +35 -0
  144. githubkit/versions/ghec_v2022_11_28/models/group_0131.py +27 -0
  145. githubkit/versions/ghec_v2022_11_28/models/group_0132.py +30 -0
  146. githubkit/versions/ghec_v2022_11_28/models/group_0133.py +38 -0
  147. githubkit/versions/ghec_v2022_11_28/models/group_0134.py +29 -0
  148. githubkit/versions/ghec_v2022_11_28/models/group_0135.py +36 -0
  149. githubkit/versions/ghec_v2022_11_28/models/group_0136.py +40 -0
  150. githubkit/versions/ghec_v2022_11_28/models/group_0137.py +38 -0
  151. githubkit/versions/ghec_v2022_11_28/models/group_0138.py +53 -0
  152. githubkit/versions/ghec_v2022_11_28/models/group_0139.py +37 -0
  153. githubkit/versions/ghec_v2022_11_28/models/group_0140.py +38 -0
  154. githubkit/versions/ghec_v2022_11_28/models/group_0141.py +37 -0
  155. githubkit/versions/ghec_v2022_11_28/models/group_0142.py +38 -0
  156. githubkit/versions/ghec_v2022_11_28/models/group_0143.py +37 -0
  157. githubkit/versions/ghec_v2022_11_28/models/group_0144.py +38 -0
  158. githubkit/versions/ghec_v2022_11_28/models/group_0145.py +37 -0
  159. githubkit/versions/ghec_v2022_11_28/models/group_0146.py +38 -0
  160. githubkit/versions/ghec_v2022_11_28/models/group_0147.py +37 -0
  161. githubkit/versions/ghec_v2022_11_28/models/group_0148.py +38 -0
  162. githubkit/versions/ghec_v2022_11_28/models/group_0149.py +31 -0
  163. githubkit/versions/ghec_v2022_11_28/models/group_0150.py +36 -0
  164. githubkit/versions/ghec_v2022_11_28/models/group_0151.py +53 -0
  165. githubkit/versions/ghec_v2022_11_28/models/group_0152.py +36 -0
  166. githubkit/versions/ghec_v2022_11_28/models/group_0153.py +140 -0
  167. githubkit/versions/ghec_v2022_11_28/models/group_0154.py +64 -0
  168. githubkit/versions/ghec_v2022_11_28/models/group_0155.py +107 -0
  169. githubkit/versions/ghec_v2022_11_28/models/group_0156.py +47 -0
  170. githubkit/versions/ghec_v2022_11_28/models/group_0157.py +207 -0
  171. githubkit/versions/ghec_v2022_11_28/models/group_0158.py +52 -0
  172. githubkit/versions/ghec_v2022_11_28/models/group_0159.py +139 -0
  173. githubkit/versions/ghec_v2022_11_28/models/group_0160.py +60 -0
  174. githubkit/versions/ghec_v2022_11_28/models/group_0161.py +52 -0
  175. githubkit/versions/ghec_v2022_11_28/models/group_0162.py +40 -0
  176. githubkit/versions/ghec_v2022_11_28/models/group_0163.py +36 -0
  177. githubkit/versions/ghec_v2022_11_28/models/group_0164.py +67 -0
  178. githubkit/versions/ghec_v2022_11_28/models/group_0165.py +171 -0
  179. githubkit/versions/ghec_v2022_11_28/models/group_0166.py +49 -0
  180. githubkit/versions/ghec_v2022_11_28/models/group_0167.py +37 -0
  181. githubkit/versions/ghec_v2022_11_28/models/group_0168.py +33 -0
  182. githubkit/versions/ghec_v2022_11_28/models/group_0169.py +28 -0
  183. githubkit/versions/ghec_v2022_11_28/models/group_0170.py +32 -0
  184. githubkit/versions/ghec_v2022_11_28/models/group_0171.py +40 -0
  185. githubkit/versions/ghec_v2022_11_28/models/group_0172.py +57 -0
  186. githubkit/versions/ghec_v2022_11_28/models/group_0173.py +52 -0
  187. githubkit/versions/ghec_v2022_11_28/models/group_0174.py +110 -0
  188. githubkit/versions/ghec_v2022_11_28/models/group_0175.py +38 -0
  189. githubkit/versions/ghec_v2022_11_28/models/group_0176.py +32 -0
  190. githubkit/versions/ghec_v2022_11_28/models/group_0177.py +34 -0
  191. githubkit/versions/ghec_v2022_11_28/models/group_0178.py +39 -0
  192. githubkit/versions/ghec_v2022_11_28/models/group_0179.py +29 -0
  193. githubkit/versions/ghec_v2022_11_28/models/group_0180.py +71 -0
  194. githubkit/versions/ghec_v2022_11_28/models/group_0181.py +66 -0
  195. githubkit/versions/ghec_v2022_11_28/models/group_0182.py +124 -0
  196. githubkit/versions/ghec_v2022_11_28/models/group_0183.py +66 -0
  197. githubkit/versions/ghec_v2022_11_28/models/group_0184.py +30 -0
  198. githubkit/versions/ghec_v2022_11_28/models/group_0185.py +37 -0
  199. githubkit/versions/ghec_v2022_11_28/models/group_0186.py +73 -0
  200. githubkit/versions/ghec_v2022_11_28/models/group_0187.py +69 -0
  201. githubkit/versions/ghec_v2022_11_28/models/group_0188.py +114 -0
  202. githubkit/versions/ghec_v2022_11_28/models/group_0189.py +72 -0
  203. githubkit/versions/ghec_v2022_11_28/models/group_0190.py +49 -0
  204. githubkit/versions/ghec_v2022_11_28/models/group_0191.py +35 -0
  205. githubkit/versions/ghec_v2022_11_28/models/group_0192.py +33 -0
  206. githubkit/versions/ghec_v2022_11_28/models/group_0193.py +51 -0
  207. githubkit/versions/ghec_v2022_11_28/models/group_0194.py +68 -0
  208. githubkit/versions/ghec_v2022_11_28/models/group_0195.py +147 -0
  209. githubkit/versions/ghec_v2022_11_28/models/group_0196.py +192 -0
  210. githubkit/versions/ghec_v2022_11_28/models/group_0197.py +49 -0
  211. githubkit/versions/ghec_v2022_11_28/models/group_0198.py +32 -0
  212. githubkit/versions/ghec_v2022_11_28/models/group_0199.py +30 -0
  213. githubkit/versions/ghec_v2022_11_28/models/group_0200.py +44 -0
  214. githubkit/versions/ghec_v2022_11_28/models/group_0201.py +68 -0
  215. githubkit/versions/ghec_v2022_11_28/models/group_0202.py +49 -0
  216. githubkit/versions/ghec_v2022_11_28/models/group_0203.py +53 -0
  217. githubkit/versions/ghec_v2022_11_28/models/group_0204.py +177 -0
  218. githubkit/versions/ghec_v2022_11_28/models/group_0205.py +45 -0
  219. githubkit/versions/ghec_v2022_11_28/models/group_0206.py +56 -0
  220. githubkit/versions/ghec_v2022_11_28/models/group_0207.py +55 -0
  221. githubkit/versions/ghec_v2022_11_28/models/group_0208.py +96 -0
  222. githubkit/versions/ghec_v2022_11_28/models/group_0209.py +39 -0
  223. githubkit/versions/ghec_v2022_11_28/models/group_0210.py +91 -0
  224. githubkit/versions/ghec_v2022_11_28/models/group_0211.py +58 -0
  225. githubkit/versions/ghec_v2022_11_28/models/group_0212.py +73 -0
  226. githubkit/versions/ghec_v2022_11_28/models/group_0213.py +113 -0
  227. githubkit/versions/ghec_v2022_11_28/models/group_0214.py +65 -0
  228. githubkit/versions/ghec_v2022_11_28/models/group_0215.py +35 -0
  229. githubkit/versions/ghec_v2022_11_28/models/group_0216.py +53 -0
  230. githubkit/versions/ghec_v2022_11_28/models/group_0217.py +61 -0
  231. githubkit/versions/ghec_v2022_11_28/models/group_0218.py +51 -0
  232. githubkit/versions/ghec_v2022_11_28/models/group_0219.py +37 -0
  233. githubkit/versions/ghec_v2022_11_28/models/group_0220.py +31 -0
  234. githubkit/versions/ghec_v2022_11_28/models/group_0221.py +40 -0
  235. githubkit/versions/ghec_v2022_11_28/models/group_0222.py +55 -0
  236. githubkit/versions/ghec_v2022_11_28/models/group_0223.py +30 -0
  237. githubkit/versions/ghec_v2022_11_28/models/group_0224.py +51 -0
  238. githubkit/versions/ghec_v2022_11_28/models/group_0225.py +80 -0
  239. githubkit/versions/ghec_v2022_11_28/models/group_0226.py +77 -0
  240. githubkit/versions/ghec_v2022_11_28/models/group_0227.py +41 -0
  241. githubkit/versions/ghec_v2022_11_28/models/group_0228.py +28 -0
  242. githubkit/versions/ghec_v2022_11_28/models/group_0229.py +41 -0
  243. githubkit/versions/ghec_v2022_11_28/models/group_0230.py +108 -0
  244. githubkit/versions/ghec_v2022_11_28/models/group_0231.py +48 -0
  245. githubkit/versions/ghec_v2022_11_28/models/group_0232.py +34 -0
  246. githubkit/versions/ghec_v2022_11_28/models/group_0233.py +63 -0
  247. githubkit/versions/ghec_v2022_11_28/models/group_0234.py +42 -0
  248. githubkit/versions/ghec_v2022_11_28/models/group_0235.py +66 -0
  249. githubkit/versions/ghec_v2022_11_28/models/group_0236.py +47 -0
  250. githubkit/versions/ghec_v2022_11_28/models/group_0237.py +82 -0
  251. githubkit/versions/ghec_v2022_11_28/models/group_0238.py +51 -0
  252. githubkit/versions/ghec_v2022_11_28/models/group_0239.py +57 -0
  253. githubkit/versions/ghec_v2022_11_28/models/group_0240.py +52 -0
  254. githubkit/versions/ghec_v2022_11_28/models/group_0241.py +52 -0
  255. githubkit/versions/ghec_v2022_11_28/models/group_0242.py +131 -0
  256. githubkit/versions/ghec_v2022_11_28/models/group_0243.py +52 -0
  257. githubkit/versions/ghec_v2022_11_28/models/group_0244.py +79 -0
  258. githubkit/versions/ghec_v2022_11_28/models/group_0245.py +43 -0
  259. githubkit/versions/ghec_v2022_11_28/models/group_0246.py +51 -0
  260. githubkit/versions/ghec_v2022_11_28/models/group_0247.py +141 -0
  261. githubkit/versions/ghec_v2022_11_28/models/group_0248.py +25 -0
  262. githubkit/versions/ghec_v2022_11_28/models/group_0249.py +52 -0
  263. githubkit/versions/ghec_v2022_11_28/models/group_0250.py +60 -0
  264. githubkit/versions/ghec_v2022_11_28/models/group_0251.py +96 -0
  265. githubkit/versions/ghec_v2022_11_28/models/group_0252.py +63 -0
  266. githubkit/versions/ghec_v2022_11_28/models/group_0253.py +34 -0
  267. githubkit/versions/ghec_v2022_11_28/models/group_0254.py +101 -0
  268. githubkit/versions/ghec_v2022_11_28/models/group_0255.py +43 -0
  269. githubkit/versions/ghec_v2022_11_28/models/group_0256.py +35 -0
  270. githubkit/versions/ghec_v2022_11_28/models/group_0257.py +34 -0
  271. githubkit/versions/ghec_v2022_11_28/models/group_0258.py +27 -0
  272. githubkit/versions/ghec_v2022_11_28/models/group_0259.py +39 -0
  273. githubkit/versions/ghec_v2022_11_28/models/group_0260.py +68 -0
  274. githubkit/versions/ghec_v2022_11_28/models/group_0261.py +29 -0
  275. githubkit/versions/ghec_v2022_11_28/models/group_0262.py +38 -0
  276. githubkit/versions/ghec_v2022_11_28/models/group_0263.py +102 -0
  277. githubkit/versions/ghec_v2022_11_28/models/group_0264.py +43 -0
  278. githubkit/versions/ghec_v2022_11_28/models/group_0265.py +61 -0
  279. githubkit/versions/ghec_v2022_11_28/models/group_0266.py +52 -0
  280. githubkit/versions/ghec_v2022_11_28/models/group_0267.py +29 -0
  281. githubkit/versions/ghec_v2022_11_28/models/group_0268.py +56 -0
  282. githubkit/versions/ghec_v2022_11_28/models/group_0269.py +83 -0
  283. githubkit/versions/ghec_v2022_11_28/models/group_0270.py +34 -0
  284. githubkit/versions/ghec_v2022_11_28/models/group_0271.py +31 -0
  285. githubkit/versions/ghec_v2022_11_28/models/group_0272.py +156 -0
  286. githubkit/versions/ghec_v2022_11_28/models/group_0273.py +53 -0
  287. githubkit/versions/ghec_v2022_11_28/models/group_0274.py +53 -0
  288. githubkit/versions/ghec_v2022_11_28/models/group_0275.py +46 -0
  289. githubkit/versions/ghec_v2022_11_28/models/group_0276.py +43 -0
  290. githubkit/versions/ghec_v2022_11_28/models/group_0277.py +52 -0
  291. githubkit/versions/ghec_v2022_11_28/models/group_0278.py +52 -0
  292. githubkit/versions/ghec_v2022_11_28/models/group_0279.py +53 -0
  293. githubkit/versions/ghec_v2022_11_28/models/group_0280.py +55 -0
  294. githubkit/versions/ghec_v2022_11_28/models/group_0281.py +55 -0
  295. githubkit/versions/ghec_v2022_11_28/models/group_0282.py +57 -0
  296. githubkit/versions/ghec_v2022_11_28/models/group_0283.py +42 -0
  297. githubkit/versions/ghec_v2022_11_28/models/group_0284.py +61 -0
  298. githubkit/versions/ghec_v2022_11_28/models/group_0285.py +61 -0
  299. githubkit/versions/ghec_v2022_11_28/models/group_0286.py +61 -0
  300. githubkit/versions/ghec_v2022_11_28/models/group_0287.py +64 -0
  301. githubkit/versions/ghec_v2022_11_28/models/group_0288.py +39 -0
  302. githubkit/versions/ghec_v2022_11_28/models/group_0289.py +66 -0
  303. githubkit/versions/ghec_v2022_11_28/models/group_0290.py +42 -0
  304. githubkit/versions/ghec_v2022_11_28/models/group_0291.py +34 -0
  305. githubkit/versions/ghec_v2022_11_28/models/group_0292.py +105 -0
  306. githubkit/versions/ghec_v2022_11_28/models/group_0293.py +87 -0
  307. githubkit/versions/ghec_v2022_11_28/models/group_0294.py +167 -0
  308. githubkit/versions/ghec_v2022_11_28/models/group_0295.py +42 -0
  309. githubkit/versions/ghec_v2022_11_28/models/group_0296.py +42 -0
  310. githubkit/versions/ghec_v2022_11_28/models/group_0297.py +44 -0
  311. githubkit/versions/ghec_v2022_11_28/models/group_0298.py +40 -0
  312. githubkit/versions/ghec_v2022_11_28/models/group_0299.py +24 -0
  313. githubkit/versions/ghec_v2022_11_28/models/group_0300.py +56 -0
  314. githubkit/versions/ghec_v2022_11_28/models/group_0301.py +34 -0
  315. githubkit/versions/ghec_v2022_11_28/models/group_0302.py +100 -0
  316. githubkit/versions/ghec_v2022_11_28/models/group_0303.py +50 -0
  317. githubkit/versions/ghec_v2022_11_28/models/group_0304.py +29 -0
  318. githubkit/versions/ghec_v2022_11_28/models/group_0305.py +41 -0
  319. githubkit/versions/ghec_v2022_11_28/models/group_0306.py +43 -0
  320. githubkit/versions/ghec_v2022_11_28/models/group_0307.py +111 -0
  321. githubkit/versions/ghec_v2022_11_28/models/group_0308.py +114 -0
  322. githubkit/versions/ghec_v2022_11_28/models/group_0309.py +223 -0
  323. githubkit/versions/ghec_v2022_11_28/models/group_0310.py +60 -0
  324. githubkit/versions/ghec_v2022_11_28/models/group_0311.py +160 -0
  325. githubkit/versions/ghec_v2022_11_28/models/group_0312.py +34 -0
  326. githubkit/versions/ghec_v2022_11_28/models/group_0313.py +30 -0
  327. githubkit/versions/ghec_v2022_11_28/models/group_0314.py +34 -0
  328. githubkit/versions/ghec_v2022_11_28/models/group_0315.py +88 -0
  329. githubkit/versions/ghec_v2022_11_28/models/group_0316.py +94 -0
  330. githubkit/versions/ghec_v2022_11_28/models/group_0317.py +29 -0
  331. githubkit/versions/ghec_v2022_11_28/models/group_0318.py +47 -0
  332. githubkit/versions/ghec_v2022_11_28/models/group_0319.py +67 -0
  333. githubkit/versions/ghec_v2022_11_28/models/group_0320.py +31 -0
  334. githubkit/versions/ghec_v2022_11_28/models/group_0321.py +43 -0
  335. githubkit/versions/ghec_v2022_11_28/models/group_0322.py +40 -0
  336. githubkit/versions/ghec_v2022_11_28/models/group_0323.py +43 -0
  337. githubkit/versions/ghec_v2022_11_28/models/group_0324.py +40 -0
  338. githubkit/versions/ghec_v2022_11_28/models/group_0325.py +40 -0
  339. githubkit/versions/ghec_v2022_11_28/models/group_0326.py +45 -0
  340. githubkit/versions/ghec_v2022_11_28/models/group_0327.py +40 -0
  341. githubkit/versions/ghec_v2022_11_28/models/group_0328.py +43 -0
  342. githubkit/versions/ghec_v2022_11_28/models/group_0329.py +45 -0
  343. githubkit/versions/ghec_v2022_11_28/models/group_0330.py +40 -0
  344. githubkit/versions/ghec_v2022_11_28/models/group_0331.py +45 -0
  345. githubkit/versions/ghec_v2022_11_28/models/group_0332.py +45 -0
  346. githubkit/versions/ghec_v2022_11_28/models/group_0333.py +45 -0
  347. githubkit/versions/ghec_v2022_11_28/models/group_0334.py +45 -0
  348. githubkit/versions/ghec_v2022_11_28/models/group_0335.py +45 -0
  349. githubkit/versions/ghec_v2022_11_28/models/group_0336.py +43 -0
  350. githubkit/versions/ghec_v2022_11_28/models/group_0337.py +89 -0
  351. githubkit/versions/ghec_v2022_11_28/models/group_0338.py +136 -0
  352. githubkit/versions/ghec_v2022_11_28/models/group_0339.py +109 -0
  353. githubkit/versions/ghec_v2022_11_28/models/group_0340.py +147 -0
  354. githubkit/versions/ghec_v2022_11_28/models/group_0341.py +34 -0
  355. githubkit/versions/ghec_v2022_11_28/models/group_0342.py +32 -0
  356. githubkit/versions/ghec_v2022_11_28/models/group_0343.py +49 -0
  357. githubkit/versions/ghec_v2022_11_28/models/group_0344.py +28 -0
  358. githubkit/versions/ghec_v2022_11_28/models/group_0345.py +40 -0
  359. githubkit/versions/ghec_v2022_11_28/models/group_0346.py +43 -0
  360. githubkit/versions/ghec_v2022_11_28/models/group_0347.py +34 -0
  361. githubkit/versions/ghec_v2022_11_28/models/group_0348.py +30 -0
  362. githubkit/versions/ghec_v2022_11_28/models/group_0349.py +29 -0
  363. githubkit/versions/ghec_v2022_11_28/models/group_0350.py +34 -0
  364. githubkit/versions/ghec_v2022_11_28/models/group_0351.py +31 -0
  365. githubkit/versions/ghec_v2022_11_28/models/group_0352.py +30 -0
  366. githubkit/versions/ghec_v2022_11_28/models/group_0353.py +34 -0
  367. githubkit/versions/ghec_v2022_11_28/models/group_0354.py +63 -0
  368. githubkit/versions/ghec_v2022_11_28/models/group_0355.py +45 -0
  369. githubkit/versions/ghec_v2022_11_28/models/group_0356.py +96 -0
  370. githubkit/versions/ghec_v2022_11_28/models/group_0357.py +52 -0
  371. githubkit/versions/ghec_v2022_11_28/models/group_0358.py +50 -0
  372. githubkit/versions/ghec_v2022_11_28/models/group_0359.py +47 -0
  373. githubkit/versions/ghec_v2022_11_28/models/group_0360.py +53 -0
  374. githubkit/versions/ghec_v2022_11_28/models/group_0361.py +45 -0
  375. githubkit/versions/ghec_v2022_11_28/models/group_0362.py +55 -0
  376. githubkit/versions/ghec_v2022_11_28/models/group_0363.py +91 -0
  377. githubkit/versions/ghec_v2022_11_28/models/group_0364.py +39 -0
  378. githubkit/versions/ghec_v2022_11_28/models/group_0365.py +29 -0
  379. githubkit/versions/ghec_v2022_11_28/models/group_0366.py +81 -0
  380. githubkit/versions/ghec_v2022_11_28/models/group_0367.py +151 -0
  381. githubkit/versions/ghec_v2022_11_28/models/group_0368.py +46 -0
  382. githubkit/versions/ghec_v2022_11_28/models/group_0369.py +64 -0
  383. githubkit/versions/ghec_v2022_11_28/models/group_0370.py +75 -0
  384. githubkit/versions/ghec_v2022_11_28/models/group_0371.py +60 -0
  385. githubkit/versions/ghec_v2022_11_28/models/group_0372.py +128 -0
  386. githubkit/versions/ghec_v2022_11_28/models/group_0373.py +56 -0
  387. githubkit/versions/ghec_v2022_11_28/models/group_0374.py +156 -0
  388. githubkit/versions/ghec_v2022_11_28/models/group_0375.py +110 -0
  389. githubkit/versions/ghec_v2022_11_28/models/group_0376.py +82 -0
  390. githubkit/versions/ghec_v2022_11_28/models/group_0377.py +87 -0
  391. githubkit/versions/ghec_v2022_11_28/models/group_0378.py +29 -0
  392. githubkit/versions/ghec_v2022_11_28/models/group_0379.py +52 -0
  393. githubkit/versions/ghec_v2022_11_28/models/group_0380.py +172 -0
  394. githubkit/versions/ghec_v2022_11_28/models/group_0381.py +33 -0
  395. githubkit/versions/ghec_v2022_11_28/models/group_0382.py +88 -0
  396. githubkit/versions/ghec_v2022_11_28/models/group_0383.py +36 -0
  397. githubkit/versions/ghec_v2022_11_28/models/group_0384.py +60 -0
  398. githubkit/versions/ghec_v2022_11_28/models/group_0385.py +29 -0
  399. githubkit/versions/ghec_v2022_11_28/models/group_0386.py +33 -0
  400. githubkit/versions/ghec_v2022_11_28/models/group_0387.py +33 -0
  401. githubkit/versions/ghec_v2022_11_28/models/group_0388.py +41 -0
  402. githubkit/versions/ghec_v2022_11_28/models/group_0389.py +29 -0
  403. githubkit/versions/ghec_v2022_11_28/models/group_0390.py +51 -0
  404. githubkit/versions/ghec_v2022_11_28/models/group_0391.py +34 -0
  405. githubkit/versions/ghec_v2022_11_28/models/group_0392.py +44 -0
  406. githubkit/versions/ghec_v2022_11_28/models/group_0393.py +380 -0
  407. githubkit/versions/ghec_v2022_11_28/models/group_0394.py +53 -0
  408. githubkit/versions/ghec_v2022_11_28/models/group_0395.py +75 -0
  409. githubkit/versions/ghec_v2022_11_28/models/group_0396.py +91 -0
  410. githubkit/versions/ghec_v2022_11_28/models/group_0397.py +164 -0
  411. githubkit/versions/ghec_v2022_11_28/models/group_0398.py +36 -0
  412. githubkit/versions/ghec_v2022_11_28/models/group_0399.py +198 -0
  413. githubkit/versions/ghec_v2022_11_28/models/group_0400.py +46 -0
  414. githubkit/versions/ghec_v2022_11_28/models/group_0401.py +48 -0
  415. githubkit/versions/ghec_v2022_11_28/models/group_0402.py +85 -0
  416. githubkit/versions/ghec_v2022_11_28/models/group_0403.py +58 -0
  417. githubkit/versions/ghec_v2022_11_28/models/group_0404.py +58 -0
  418. githubkit/versions/ghec_v2022_11_28/models/group_0405.py +125 -0
  419. githubkit/versions/ghec_v2022_11_28/models/group_0406.py +125 -0
  420. githubkit/versions/ghec_v2022_11_28/models/group_0407.py +232 -0
  421. githubkit/versions/ghec_v2022_11_28/models/group_0408.py +57 -0
  422. githubkit/versions/ghec_v2022_11_28/models/group_0409.py +30 -0
  423. githubkit/versions/ghec_v2022_11_28/models/group_0410.py +57 -0
  424. githubkit/versions/ghec_v2022_11_28/models/group_0411.py +30 -0
  425. githubkit/versions/ghec_v2022_11_28/models/group_0412.py +76 -0
  426. githubkit/versions/ghec_v2022_11_28/models/group_0413.py +30 -0
  427. githubkit/versions/ghec_v2022_11_28/models/group_0414.py +57 -0
  428. githubkit/versions/ghec_v2022_11_28/models/group_0415.py +30 -0
  429. githubkit/versions/ghec_v2022_11_28/models/group_0416.py +415 -0
  430. githubkit/versions/ghec_v2022_11_28/models/group_0417.py +415 -0
  431. githubkit/versions/ghec_v2022_11_28/models/group_0418.py +411 -0
  432. githubkit/versions/ghec_v2022_11_28/models/group_0419.py +228 -0
  433. githubkit/versions/ghec_v2022_11_28/models/group_0420.py +228 -0
  434. githubkit/versions/ghec_v2022_11_28/models/group_0421.py +206 -0
  435. githubkit/versions/ghec_v2022_11_28/models/group_0422.py +223 -0
  436. githubkit/versions/ghec_v2022_11_28/models/group_0423.py +206 -0
  437. githubkit/versions/ghec_v2022_11_28/models/group_0424.py +195 -0
  438. githubkit/versions/ghec_v2022_11_28/models/group_0425.py +159 -0
  439. githubkit/versions/ghec_v2022_11_28/models/group_0426.py +72 -0
  440. githubkit/versions/ghec_v2022_11_28/models/group_0427.py +58 -0
  441. githubkit/versions/ghec_v2022_11_28/models/group_0428.py +64 -0
  442. githubkit/versions/ghec_v2022_11_28/models/group_0429.py +58 -0
  443. githubkit/versions/ghec_v2022_11_28/models/group_0430.py +65 -0
  444. githubkit/versions/ghec_v2022_11_28/models/group_0431.py +66 -0
  445. githubkit/versions/ghec_v2022_11_28/models/group_0432.py +60 -0
  446. githubkit/versions/ghec_v2022_11_28/models/group_0433.py +60 -0
  447. githubkit/versions/ghec_v2022_11_28/models/group_0434.py +60 -0
  448. githubkit/versions/ghec_v2022_11_28/models/group_0435.py +60 -0
  449. githubkit/versions/ghec_v2022_11_28/models/group_0436.py +60 -0
  450. githubkit/versions/ghec_v2022_11_28/models/group_0437.py +60 -0
  451. githubkit/versions/ghec_v2022_11_28/models/group_0438.py +60 -0
  452. githubkit/versions/ghec_v2022_11_28/models/group_0439.py +83 -0
  453. githubkit/versions/ghec_v2022_11_28/models/group_0440.py +83 -0
  454. githubkit/versions/ghec_v2022_11_28/models/group_0441.py +690 -0
  455. githubkit/versions/ghec_v2022_11_28/models/group_0442.py +73 -0
  456. githubkit/versions/ghec_v2022_11_28/models/group_0443.py +557 -0
  457. githubkit/versions/ghec_v2022_11_28/models/group_0444.py +557 -0
  458. githubkit/versions/ghec_v2022_11_28/models/group_0445.py +540 -0
  459. githubkit/versions/ghec_v2022_11_28/models/group_0446.py +1004 -0
  460. githubkit/versions/ghec_v2022_11_28/models/group_0447.py +145 -0
  461. githubkit/versions/ghec_v2022_11_28/models/group_0448.py +101 -0
  462. githubkit/versions/ghec_v2022_11_28/models/group_0449.py +62 -0
  463. githubkit/versions/ghec_v2022_11_28/models/group_0450.py +146 -0
  464. githubkit/versions/ghec_v2022_11_28/models/group_0451.py +146 -0
  465. githubkit/versions/ghec_v2022_11_28/models/group_0452.py +163 -0
  466. githubkit/versions/ghec_v2022_11_28/models/group_0453.py +166 -0
  467. githubkit/versions/ghec_v2022_11_28/models/group_0454.py +160 -0
  468. githubkit/versions/ghec_v2022_11_28/models/group_0455.py +116 -0
  469. githubkit/versions/ghec_v2022_11_28/models/group_0456.py +62 -0
  470. githubkit/versions/ghec_v2022_11_28/models/group_0457.py +90 -0
  471. githubkit/versions/ghec_v2022_11_28/models/group_0458.py +81 -0
  472. githubkit/versions/ghec_v2022_11_28/models/group_0459.py +62 -0
  473. githubkit/versions/ghec_v2022_11_28/models/group_0460.py +62 -0
  474. githubkit/versions/ghec_v2022_11_28/models/group_0461.py +62 -0
  475. githubkit/versions/ghec_v2022_11_28/models/group_0462.py +64 -0
  476. githubkit/versions/ghec_v2022_11_28/models/group_0463.py +34 -0
  477. githubkit/versions/ghec_v2022_11_28/models/group_0464.py +136 -0
  478. githubkit/versions/ghec_v2022_11_28/models/group_0465.py +81 -0
  479. githubkit/versions/ghec_v2022_11_28/models/group_0466.py +62 -0
  480. githubkit/versions/ghec_v2022_11_28/models/group_0467.py +62 -0
  481. githubkit/versions/ghec_v2022_11_28/models/group_0468.py +62 -0
  482. githubkit/versions/ghec_v2022_11_28/models/group_0469.py +200 -0
  483. githubkit/versions/ghec_v2022_11_28/models/group_0470.py +201 -0
  484. githubkit/versions/ghec_v2022_11_28/models/group_0471.py +44 -0
  485. githubkit/versions/ghec_v2022_11_28/models/group_0472.py +141 -0
  486. githubkit/versions/ghec_v2022_11_28/models/group_0473.py +33 -0
  487. githubkit/versions/ghec_v2022_11_28/models/group_0474.py +77 -0
  488. githubkit/versions/ghec_v2022_11_28/models/group_0475.py +106 -0
  489. githubkit/versions/ghec_v2022_11_28/models/group_0476.py +76 -0
  490. githubkit/versions/ghec_v2022_11_28/models/group_0477.py +76 -0
  491. githubkit/versions/ghec_v2022_11_28/models/group_0478.py +129 -0
  492. githubkit/versions/ghec_v2022_11_28/models/group_0479.py +125 -0
  493. githubkit/versions/ghec_v2022_11_28/models/group_0480.py +76 -0
  494. githubkit/versions/ghec_v2022_11_28/models/group_0481.py +136 -0
  495. githubkit/versions/ghec_v2022_11_28/models/group_0482.py +76 -0
  496. githubkit/versions/ghec_v2022_11_28/models/group_0483.py +67 -0
  497. githubkit/versions/ghec_v2022_11_28/models/group_0484.py +110 -0
  498. githubkit/versions/ghec_v2022_11_28/models/group_0485.py +172 -0
  499. githubkit/versions/ghec_v2022_11_28/models/group_0486.py +191 -0
  500. githubkit/versions/ghec_v2022_11_28/models/group_0487.py +82 -0
  501. githubkit/versions/ghec_v2022_11_28/models/group_0488.py +51 -0
  502. githubkit/versions/ghec_v2022_11_28/models/group_0489.py +52 -0
  503. githubkit/versions/ghec_v2022_11_28/models/group_0490.py +113 -0
  504. githubkit/versions/ghec_v2022_11_28/models/group_0491.py +111 -0
  505. githubkit/versions/ghec_v2022_11_28/models/group_0492.py +177 -0
  506. githubkit/versions/ghec_v2022_11_28/models/group_0493.py +49 -0
  507. githubkit/versions/ghec_v2022_11_28/models/group_0494.py +105 -0
  508. githubkit/versions/ghec_v2022_11_28/models/group_0495.py +67 -0
  509. githubkit/versions/ghec_v2022_11_28/models/group_0496.py +112 -0
  510. githubkit/versions/ghec_v2022_11_28/models/group_0497.py +172 -0
  511. githubkit/versions/ghec_v2022_11_28/models/group_0498.py +191 -0
  512. githubkit/versions/ghec_v2022_11_28/models/group_0499.py +82 -0
  513. githubkit/versions/ghec_v2022_11_28/models/group_0500.py +51 -0
  514. githubkit/versions/ghec_v2022_11_28/models/group_0501.py +52 -0
  515. githubkit/versions/ghec_v2022_11_28/models/group_0502.py +109 -0
  516. githubkit/versions/ghec_v2022_11_28/models/group_0503.py +109 -0
  517. githubkit/versions/ghec_v2022_11_28/models/group_0504.py +177 -0
  518. githubkit/versions/ghec_v2022_11_28/models/group_0505.py +49 -0
  519. githubkit/versions/ghec_v2022_11_28/models/group_0506.py +103 -0
  520. githubkit/versions/ghec_v2022_11_28/models/group_0507.py +91 -0
  521. githubkit/versions/ghec_v2022_11_28/models/group_0508.py +112 -0
  522. githubkit/versions/ghec_v2022_11_28/models/group_0509.py +172 -0
  523. githubkit/versions/ghec_v2022_11_28/models/group_0510.py +191 -0
  524. githubkit/versions/ghec_v2022_11_28/models/group_0511.py +82 -0
  525. githubkit/versions/ghec_v2022_11_28/models/group_0512.py +51 -0
  526. githubkit/versions/ghec_v2022_11_28/models/group_0513.py +50 -0
  527. githubkit/versions/ghec_v2022_11_28/models/group_0514.py +110 -0
  528. githubkit/versions/ghec_v2022_11_28/models/group_0515.py +110 -0
  529. githubkit/versions/ghec_v2022_11_28/models/group_0516.py +177 -0
  530. githubkit/versions/ghec_v2022_11_28/models/group_0517.py +47 -0
  531. githubkit/versions/ghec_v2022_11_28/models/group_0518.py +104 -0
  532. githubkit/versions/ghec_v2022_11_28/models/group_0519.py +527 -0
  533. githubkit/versions/ghec_v2022_11_28/models/group_0520.py +62 -0
  534. githubkit/versions/ghec_v2022_11_28/models/group_0521.py +216 -0
  535. githubkit/versions/ghec_v2022_11_28/models/group_0522.py +227 -0
  536. githubkit/versions/ghec_v2022_11_28/models/group_0523.py +51 -0
  537. githubkit/versions/ghec_v2022_11_28/models/group_0524.py +50 -0
  538. githubkit/versions/ghec_v2022_11_28/models/group_0525.py +106 -0
  539. githubkit/versions/ghec_v2022_11_28/models/group_0526.py +111 -0
  540. githubkit/versions/ghec_v2022_11_28/models/group_0527.py +34 -0
  541. githubkit/versions/ghec_v2022_11_28/models/group_0528.py +141 -0
  542. githubkit/versions/ghec_v2022_11_28/models/group_0529.py +47 -0
  543. githubkit/versions/ghec_v2022_11_28/models/group_0530.py +105 -0
  544. githubkit/versions/ghec_v2022_11_28/models/group_0531.py +485 -0
  545. githubkit/versions/ghec_v2022_11_28/models/group_0532.py +126 -0
  546. githubkit/versions/ghec_v2022_11_28/models/group_0533.py +219 -0
  547. githubkit/versions/ghec_v2022_11_28/models/group_0534.py +235 -0
  548. githubkit/versions/ghec_v2022_11_28/models/group_0535.py +94 -0
  549. githubkit/versions/ghec_v2022_11_28/models/group_0536.py +110 -0
  550. githubkit/versions/ghec_v2022_11_28/models/group_0537.py +108 -0
  551. githubkit/versions/ghec_v2022_11_28/models/group_0538.py +199 -0
  552. githubkit/versions/ghec_v2022_11_28/models/group_0539.py +102 -0
  553. githubkit/versions/ghec_v2022_11_28/models/group_0540.py +543 -0
  554. githubkit/versions/ghec_v2022_11_28/models/group_0541.py +513 -0
  555. githubkit/versions/ghec_v2022_11_28/models/group_0542.py +60 -0
  556. githubkit/versions/ghec_v2022_11_28/models/group_0543.py +206 -0
  557. githubkit/versions/ghec_v2022_11_28/models/group_0544.py +221 -0
  558. githubkit/versions/ghec_v2022_11_28/models/group_0545.py +49 -0
  559. githubkit/versions/ghec_v2022_11_28/models/group_0546.py +50 -0
  560. githubkit/versions/ghec_v2022_11_28/models/group_0547.py +104 -0
  561. githubkit/versions/ghec_v2022_11_28/models/group_0548.py +110 -0
  562. githubkit/versions/ghec_v2022_11_28/models/group_0549.py +34 -0
  563. githubkit/versions/ghec_v2022_11_28/models/group_0550.py +143 -0
  564. githubkit/versions/ghec_v2022_11_28/models/group_0551.py +47 -0
  565. githubkit/versions/ghec_v2022_11_28/models/group_0552.py +104 -0
  566. githubkit/versions/ghec_v2022_11_28/models/group_0553.py +125 -0
  567. githubkit/versions/ghec_v2022_11_28/models/group_0554.py +209 -0
  568. githubkit/versions/ghec_v2022_11_28/models/group_0555.py +280 -0
  569. githubkit/versions/ghec_v2022_11_28/models/group_0556.py +108 -0
  570. githubkit/versions/ghec_v2022_11_28/models/group_0557.py +109 -0
  571. githubkit/versions/ghec_v2022_11_28/models/group_0558.py +34 -0
  572. githubkit/versions/ghec_v2022_11_28/models/group_0559.py +138 -0
  573. githubkit/versions/ghec_v2022_11_28/models/group_0560.py +82 -0
  574. githubkit/versions/ghec_v2022_11_28/models/group_0561.py +103 -0
  575. githubkit/versions/ghec_v2022_11_28/models/group_0562.py +1140 -0
  576. githubkit/versions/ghec_v2022_11_28/models/group_0563.py +482 -0
  577. githubkit/versions/ghec_v2022_11_28/models/group_0564.py +60 -0
  578. githubkit/versions/ghec_v2022_11_28/models/group_0565.py +210 -0
  579. githubkit/versions/ghec_v2022_11_28/models/group_0566.py +227 -0
  580. githubkit/versions/ghec_v2022_11_28/models/group_0567.py +51 -0
  581. githubkit/versions/ghec_v2022_11_28/models/group_0568.py +50 -0
  582. githubkit/versions/ghec_v2022_11_28/models/group_0569.py +110 -0
  583. githubkit/versions/ghec_v2022_11_28/models/group_0570.py +110 -0
  584. githubkit/versions/ghec_v2022_11_28/models/group_0571.py +34 -0
  585. githubkit/versions/ghec_v2022_11_28/models/group_0572.py +141 -0
  586. githubkit/versions/ghec_v2022_11_28/models/group_0573.py +47 -0
  587. githubkit/versions/ghec_v2022_11_28/models/group_0574.py +104 -0
  588. githubkit/versions/ghec_v2022_11_28/models/group_0575.py +1143 -0
  589. githubkit/versions/ghec_v2022_11_28/models/group_0576.py +529 -0
  590. githubkit/versions/ghec_v2022_11_28/models/group_0577.py +515 -0
  591. githubkit/versions/ghec_v2022_11_28/models/group_0578.py +60 -0
  592. githubkit/versions/ghec_v2022_11_28/models/group_0579.py +201 -0
  593. githubkit/versions/ghec_v2022_11_28/models/group_0580.py +386 -0
  594. githubkit/versions/ghec_v2022_11_28/models/group_0581.py +49 -0
  595. githubkit/versions/ghec_v2022_11_28/models/group_0582.py +50 -0
  596. githubkit/versions/ghec_v2022_11_28/models/group_0583.py +34 -0
  597. githubkit/versions/ghec_v2022_11_28/models/group_0584.py +133 -0
  598. githubkit/versions/ghec_v2022_11_28/models/group_0585.py +47 -0
  599. githubkit/versions/ghec_v2022_11_28/models/group_0586.py +484 -0
  600. githubkit/versions/ghec_v2022_11_28/models/group_0587.py +78 -0
  601. githubkit/versions/ghec_v2022_11_28/models/group_0588.py +77 -0
  602. githubkit/versions/ghec_v2022_11_28/models/group_0589.py +129 -0
  603. githubkit/versions/ghec_v2022_11_28/models/group_0590.py +166 -0
  604. githubkit/versions/ghec_v2022_11_28/models/group_0591.py +73 -0
  605. githubkit/versions/ghec_v2022_11_28/models/group_0592.py +77 -0
  606. githubkit/versions/ghec_v2022_11_28/models/group_0593.py +164 -0
  607. githubkit/versions/ghec_v2022_11_28/models/group_0594.py +71 -0
  608. githubkit/versions/ghec_v2022_11_28/models/group_0595.py +75 -0
  609. githubkit/versions/ghec_v2022_11_28/models/group_0596.py +170 -0
  610. githubkit/versions/ghec_v2022_11_28/models/group_0597.py +73 -0
  611. githubkit/versions/ghec_v2022_11_28/models/group_0598.py +79 -0
  612. githubkit/versions/ghec_v2022_11_28/models/group_0599.py +127 -0
  613. githubkit/versions/ghec_v2022_11_28/models/group_0600.py +38 -0
  614. githubkit/versions/ghec_v2022_11_28/models/group_0601.py +46 -0
  615. githubkit/versions/ghec_v2022_11_28/models/group_0602.py +61 -0
  616. githubkit/versions/ghec_v2022_11_28/models/group_0603.py +31 -0
  617. githubkit/versions/ghec_v2022_11_28/models/group_0604.py +166 -0
  618. githubkit/versions/ghec_v2022_11_28/models/group_0605.py +73 -0
  619. githubkit/versions/ghec_v2022_11_28/models/group_0606.py +77 -0
  620. githubkit/versions/ghec_v2022_11_28/models/group_0607.py +132 -0
  621. githubkit/versions/ghec_v2022_11_28/models/group_0608.py +128 -0
  622. githubkit/versions/ghec_v2022_11_28/models/group_0609.py +89 -0
  623. githubkit/versions/ghec_v2022_11_28/models/group_0610.py +178 -0
  624. githubkit/versions/ghec_v2022_11_28/models/group_0611.py +178 -0
  625. githubkit/versions/ghec_v2022_11_28/models/group_0612.py +59 -0
  626. githubkit/versions/ghec_v2022_11_28/models/group_0613.py +63 -0
  627. githubkit/versions/ghec_v2022_11_28/models/group_0614.py +147 -0
  628. githubkit/versions/ghec_v2022_11_28/models/group_0615.py +123 -0
  629. githubkit/versions/ghec_v2022_11_28/models/group_0616.py +121 -0
  630. githubkit/versions/ghec_v2022_11_28/models/group_0617.py +123 -0
  631. githubkit/versions/ghec_v2022_11_28/models/group_0618.py +174 -0
  632. githubkit/versions/ghec_v2022_11_28/models/group_0619.py +121 -0
  633. githubkit/versions/ghec_v2022_11_28/models/group_0620.py +91 -0
  634. githubkit/versions/ghec_v2022_11_28/models/group_0621.py +91 -0
  635. githubkit/versions/ghec_v2022_11_28/models/group_0622.py +111 -0
  636. githubkit/versions/ghec_v2022_11_28/models/group_0623.py +110 -0
  637. githubkit/versions/ghec_v2022_11_28/models/group_0624.py +147 -0
  638. githubkit/versions/ghec_v2022_11_28/models/group_0625.py +110 -0
  639. githubkit/versions/ghec_v2022_11_28/models/group_0626.py +130 -0
  640. githubkit/versions/ghec_v2022_11_28/models/group_0627.py +62 -0
  641. githubkit/versions/ghec_v2022_11_28/models/group_0628.py +63 -0
  642. githubkit/versions/ghec_v2022_11_28/models/group_0629.py +91 -0
  643. githubkit/versions/ghec_v2022_11_28/models/group_0630.py +570 -0
  644. githubkit/versions/ghec_v2022_11_28/models/group_0631.py +62 -0
  645. githubkit/versions/ghec_v2022_11_28/models/group_0632.py +87 -0
  646. githubkit/versions/ghec_v2022_11_28/models/group_0633.py +183 -0
  647. githubkit/versions/ghec_v2022_11_28/models/group_0634.py +118 -0
  648. githubkit/versions/ghec_v2022_11_28/models/group_0635.py +48 -0
  649. githubkit/versions/ghec_v2022_11_28/models/group_0636.py +48 -0
  650. githubkit/versions/ghec_v2022_11_28/models/group_0637.py +48 -0
  651. githubkit/versions/ghec_v2022_11_28/models/group_0638.py +48 -0
  652. githubkit/versions/ghec_v2022_11_28/models/group_0639.py +53 -0
  653. githubkit/versions/ghec_v2022_11_28/models/group_0640.py +78 -0
  654. githubkit/versions/ghec_v2022_11_28/models/group_0641.py +30 -0
  655. githubkit/versions/ghec_v2022_11_28/models/group_0642.py +132 -0
  656. githubkit/versions/ghec_v2022_11_28/models/group_0643.py +113 -0
  657. githubkit/versions/ghec_v2022_11_28/models/group_0644.py +111 -0
  658. githubkit/versions/ghec_v2022_11_28/models/group_0645.py +130 -0
  659. githubkit/versions/ghec_v2022_11_28/models/group_0646.py +130 -0
  660. githubkit/versions/ghec_v2022_11_28/models/group_0647.py +76 -0
  661. githubkit/versions/ghec_v2022_11_28/models/group_0648.py +69 -0
  662. githubkit/versions/ghec_v2022_11_28/models/group_0649.py +115 -0
  663. githubkit/versions/ghec_v2022_11_28/models/group_0650.py +82 -0
  664. githubkit/versions/ghec_v2022_11_28/models/group_0651.py +78 -0
  665. githubkit/versions/ghec_v2022_11_28/models/group_0652.py +99 -0
  666. githubkit/versions/ghec_v2022_11_28/models/group_0653.py +81 -0
  667. githubkit/versions/ghec_v2022_11_28/models/group_0654.py +115 -0
  668. githubkit/versions/ghec_v2022_11_28/models/group_0655.py +112 -0
  669. githubkit/versions/ghec_v2022_11_28/models/group_0656.py +154 -0
  670. githubkit/versions/ghec_v2022_11_28/models/group_0657.py +115 -0
  671. githubkit/versions/ghec_v2022_11_28/models/group_0658.py +50 -0
  672. githubkit/versions/ghec_v2022_11_28/models/group_0659.py +53 -0
  673. githubkit/versions/ghec_v2022_11_28/models/group_0660.py +50 -0
  674. githubkit/versions/ghec_v2022_11_28/models/group_0661.py +108 -0
  675. githubkit/versions/ghec_v2022_11_28/models/group_0662.py +73 -0
  676. githubkit/versions/ghec_v2022_11_28/models/group_0663.py +72 -0
  677. githubkit/versions/ghec_v2022_11_28/models/group_0664.py +50 -0
  678. githubkit/versions/ghec_v2022_11_28/models/group_0665.py +50 -0
  679. githubkit/versions/ghec_v2022_11_28/models/group_0666.py +92 -0
  680. githubkit/versions/ghec_v2022_11_28/models/group_0667.py +74 -0
  681. githubkit/versions/ghec_v2022_11_28/models/group_0668.py +73 -0
  682. githubkit/versions/ghec_v2022_11_28/models/group_0669.py +50 -0
  683. githubkit/versions/ghec_v2022_11_28/models/group_0670.py +55 -0
  684. githubkit/versions/ghec_v2022_11_28/models/group_0671.py +1196 -0
  685. githubkit/versions/ghec_v2022_11_28/models/group_0672.py +1223 -0
  686. githubkit/versions/ghec_v2022_11_28/models/group_0673.py +1215 -0
  687. githubkit/versions/ghec_v2022_11_28/models/group_0674.py +61 -0
  688. githubkit/versions/ghec_v2022_11_28/models/group_0675.py +143 -0
  689. githubkit/versions/ghec_v2022_11_28/models/group_0676.py +63 -0
  690. githubkit/versions/ghec_v2022_11_28/models/group_0677.py +61 -0
  691. githubkit/versions/ghec_v2022_11_28/models/group_0678.py +143 -0
  692. githubkit/versions/ghec_v2022_11_28/models/group_0679.py +63 -0
  693. githubkit/versions/ghec_v2022_11_28/models/group_0680.py +1193 -0
  694. githubkit/versions/ghec_v2022_11_28/models/group_0681.py +1165 -0
  695. githubkit/versions/ghec_v2022_11_28/models/group_0682.py +127 -0
  696. githubkit/versions/ghec_v2022_11_28/models/group_0683.py +143 -0
  697. githubkit/versions/ghec_v2022_11_28/models/group_0684.py +63 -0
  698. githubkit/versions/ghec_v2022_11_28/models/group_0685.py +1164 -0
  699. githubkit/versions/ghec_v2022_11_28/models/group_0686.py +1180 -0
  700. githubkit/versions/ghec_v2022_11_28/models/group_0687.py +1155 -0
  701. githubkit/versions/ghec_v2022_11_28/models/group_0688.py +1185 -0
  702. githubkit/versions/ghec_v2022_11_28/models/group_0689.py +61 -0
  703. githubkit/versions/ghec_v2022_11_28/models/group_0690.py +143 -0
  704. githubkit/versions/ghec_v2022_11_28/models/group_0691.py +63 -0
  705. githubkit/versions/ghec_v2022_11_28/models/group_0692.py +61 -0
  706. githubkit/versions/ghec_v2022_11_28/models/group_0693.py +143 -0
  707. githubkit/versions/ghec_v2022_11_28/models/group_0694.py +63 -0
  708. githubkit/versions/ghec_v2022_11_28/models/group_0695.py +61 -0
  709. githubkit/versions/ghec_v2022_11_28/models/group_0696.py +143 -0
  710. githubkit/versions/ghec_v2022_11_28/models/group_0697.py +63 -0
  711. githubkit/versions/ghec_v2022_11_28/models/group_0698.py +1381 -0
  712. githubkit/versions/ghec_v2022_11_28/models/group_0699.py +1376 -0
  713. githubkit/versions/ghec_v2022_11_28/models/group_0700.py +1389 -0
  714. githubkit/versions/ghec_v2022_11_28/models/group_0701.py +1254 -0
  715. githubkit/versions/ghec_v2022_11_28/models/group_0702.py +1192 -0
  716. githubkit/versions/ghec_v2022_11_28/models/group_0703.py +1305 -0
  717. githubkit/versions/ghec_v2022_11_28/models/group_0704.py +1330 -0
  718. githubkit/versions/ghec_v2022_11_28/models/group_0705.py +1287 -0
  719. githubkit/versions/ghec_v2022_11_28/models/group_0706.py +1311 -0
  720. githubkit/versions/ghec_v2022_11_28/models/group_0707.py +1254 -0
  721. githubkit/versions/ghec_v2022_11_28/models/group_0708.py +1359 -0
  722. githubkit/versions/ghec_v2022_11_28/models/group_0709.py +1361 -0
  723. githubkit/versions/ghec_v2022_11_28/models/group_0710.py +1185 -0
  724. githubkit/versions/ghec_v2022_11_28/models/group_0711.py +1217 -0
  725. githubkit/versions/ghec_v2022_11_28/models/group_0712.py +1190 -0
  726. githubkit/versions/ghec_v2022_11_28/models/group_0713.py +1158 -0
  727. githubkit/versions/ghec_v2022_11_28/models/group_0714.py +418 -0
  728. githubkit/versions/ghec_v2022_11_28/models/group_0715.py +61 -0
  729. githubkit/versions/ghec_v2022_11_28/models/group_0716.py +87 -0
  730. githubkit/versions/ghec_v2022_11_28/models/group_0717.py +614 -0
  731. githubkit/versions/ghec_v2022_11_28/models/group_0718.py +61 -0
  732. githubkit/versions/ghec_v2022_11_28/models/group_0719.py +77 -0
  733. githubkit/versions/ghec_v2022_11_28/models/group_0720.py +201 -0
  734. githubkit/versions/ghec_v2022_11_28/models/group_0721.py +202 -0
  735. githubkit/versions/ghec_v2022_11_28/models/group_0722.py +202 -0
  736. githubkit/versions/ghec_v2022_11_28/models/group_0723.py +246 -0
  737. githubkit/versions/ghec_v2022_11_28/models/group_0724.py +61 -0
  738. githubkit/versions/ghec_v2022_11_28/models/group_0725.py +88 -0
  739. githubkit/versions/ghec_v2022_11_28/models/group_0726.py +94 -0
  740. githubkit/versions/ghec_v2022_11_28/models/group_0727.py +53 -0
  741. githubkit/versions/ghec_v2022_11_28/models/group_0728.py +51 -0
  742. githubkit/versions/ghec_v2022_11_28/models/group_0729.py +34 -0
  743. githubkit/versions/ghec_v2022_11_28/models/group_0730.py +85 -0
  744. githubkit/versions/ghec_v2022_11_28/models/group_0731.py +50 -0
  745. githubkit/versions/ghec_v2022_11_28/models/group_0732.py +61 -0
  746. githubkit/versions/ghec_v2022_11_28/models/group_0733.py +88 -0
  747. githubkit/versions/ghec_v2022_11_28/models/group_0734.py +94 -0
  748. githubkit/versions/ghec_v2022_11_28/models/group_0735.py +51 -0
  749. githubkit/versions/ghec_v2022_11_28/models/group_0736.py +49 -0
  750. githubkit/versions/ghec_v2022_11_28/models/group_0737.py +34 -0
  751. githubkit/versions/ghec_v2022_11_28/models/group_0738.py +84 -0
  752. githubkit/versions/ghec_v2022_11_28/models/group_0739.py +48 -0
  753. githubkit/versions/ghec_v2022_11_28/models/group_0740.py +203 -0
  754. githubkit/versions/ghec_v2022_11_28/models/group_0741.py +61 -0
  755. githubkit/versions/ghec_v2022_11_28/models/group_0742.py +88 -0
  756. githubkit/versions/ghec_v2022_11_28/models/group_0743.py +94 -0
  757. githubkit/versions/ghec_v2022_11_28/models/group_0744.py +53 -0
  758. githubkit/versions/ghec_v2022_11_28/models/group_0745.py +51 -0
  759. githubkit/versions/ghec_v2022_11_28/models/group_0746.py +34 -0
  760. githubkit/versions/ghec_v2022_11_28/models/group_0747.py +83 -0
  761. githubkit/versions/ghec_v2022_11_28/models/group_0748.py +50 -0
  762. githubkit/versions/ghec_v2022_11_28/models/group_0749.py +63 -0
  763. githubkit/versions/ghec_v2022_11_28/models/group_0750.py +63 -0
  764. githubkit/versions/ghec_v2022_11_28/models/group_0751.py +58 -0
  765. githubkit/versions/ghec_v2022_11_28/models/group_0752.py +58 -0
  766. githubkit/versions/ghec_v2022_11_28/models/group_0753.py +58 -0
  767. githubkit/versions/ghec_v2022_11_28/models/group_0754.py +77 -0
  768. githubkit/versions/ghec_v2022_11_28/models/group_0755.py +110 -0
  769. githubkit/versions/ghec_v2022_11_28/models/group_0756.py +58 -0
  770. githubkit/versions/ghec_v2022_11_28/models/group_0757.py +58 -0
  771. githubkit/versions/ghec_v2022_11_28/models/group_0758.py +58 -0
  772. githubkit/versions/ghec_v2022_11_28/models/group_0759.py +85 -0
  773. githubkit/versions/ghec_v2022_11_28/models/group_0760.py +64 -0
  774. githubkit/versions/ghec_v2022_11_28/models/group_0761.py +64 -0
  775. githubkit/versions/ghec_v2022_11_28/models/group_0762.py +66 -0
  776. githubkit/versions/ghec_v2022_11_28/models/group_0763.py +59 -0
  777. githubkit/versions/ghec_v2022_11_28/models/group_0764.py +38 -0
  778. githubkit/versions/ghec_v2022_11_28/models/group_0765.py +123 -0
  779. githubkit/versions/ghec_v2022_11_28/models/group_0766.py +94 -0
  780. githubkit/versions/ghec_v2022_11_28/models/group_0767.py +132 -0
  781. githubkit/versions/ghec_v2022_11_28/models/group_0768.py +142 -0
  782. githubkit/versions/ghec_v2022_11_28/models/group_0769.py +58 -0
  783. githubkit/versions/ghec_v2022_11_28/models/group_0770.py +60 -0
  784. githubkit/versions/ghec_v2022_11_28/models/group_0771.py +54 -0
  785. githubkit/versions/ghec_v2022_11_28/models/group_0772.py +57 -0
  786. githubkit/versions/ghec_v2022_11_28/models/group_0773.py +51 -0
  787. githubkit/versions/ghec_v2022_11_28/models/group_0774.py +40 -0
  788. githubkit/versions/ghec_v2022_11_28/models/group_0775.py +60 -0
  789. githubkit/versions/ghec_v2022_11_28/models/group_0776.py +56 -0
  790. githubkit/versions/ghec_v2022_11_28/models/group_0777.py +58 -0
  791. githubkit/versions/ghec_v2022_11_28/models/group_0778.py +51 -0
  792. githubkit/versions/ghec_v2022_11_28/models/group_0779.py +78 -0
  793. githubkit/versions/ghec_v2022_11_28/models/group_0780.py +60 -0
  794. githubkit/versions/ghec_v2022_11_28/models/group_0781.py +54 -0
  795. githubkit/versions/ghec_v2022_11_28/models/group_0782.py +57 -0
  796. githubkit/versions/ghec_v2022_11_28/models/group_0783.py +51 -0
  797. githubkit/versions/ghec_v2022_11_28/models/group_0784.py +40 -0
  798. githubkit/versions/ghec_v2022_11_28/models/group_0785.py +60 -0
  799. githubkit/versions/ghec_v2022_11_28/models/group_0786.py +54 -0
  800. githubkit/versions/ghec_v2022_11_28/models/group_0787.py +57 -0
  801. githubkit/versions/ghec_v2022_11_28/models/group_0788.py +51 -0
  802. githubkit/versions/ghec_v2022_11_28/models/group_0789.py +43 -0
  803. githubkit/versions/ghec_v2022_11_28/models/group_0790.py +61 -0
  804. githubkit/versions/ghec_v2022_11_28/models/group_0791.py +316 -0
  805. githubkit/versions/ghec_v2022_11_28/models/group_0792.py +27 -0
  806. githubkit/versions/ghec_v2022_11_28/models/group_0793.py +61 -0
  807. githubkit/versions/ghec_v2022_11_28/models/group_0794.py +61 -0
  808. githubkit/versions/ghec_v2022_11_28/models/group_0795.py +61 -0
  809. githubkit/versions/ghec_v2022_11_28/models/group_0796.py +61 -0
  810. githubkit/versions/ghec_v2022_11_28/models/group_0797.py +182 -0
  811. githubkit/versions/ghec_v2022_11_28/models/group_0798.py +182 -0
  812. githubkit/versions/ghec_v2022_11_28/models/group_0799.py +182 -0
  813. githubkit/versions/ghec_v2022_11_28/models/group_0800.py +57 -0
  814. githubkit/versions/ghec_v2022_11_28/models/group_0801.py +31 -0
  815. githubkit/versions/ghec_v2022_11_28/models/group_0802.py +33 -0
  816. githubkit/versions/ghec_v2022_11_28/models/group_0803.py +187 -0
  817. githubkit/versions/ghec_v2022_11_28/models/group_0804.py +187 -0
  818. githubkit/versions/ghec_v2022_11_28/models/group_0805.py +209 -0
  819. githubkit/versions/ghec_v2022_11_28/models/group_0806.py +191 -0
  820. githubkit/versions/ghec_v2022_11_28/models/group_0807.py +233 -0
  821. githubkit/versions/ghec_v2022_11_28/models/group_0808.py +229 -0
  822. githubkit/versions/ghec_v2022_11_28/models/group_0809.py +61 -0
  823. githubkit/versions/ghec_v2022_11_28/models/group_0810.py +61 -0
  824. githubkit/versions/ghec_v2022_11_28/models/group_0811.py +253 -0
  825. githubkit/versions/ghec_v2022_11_28/models/group_0812.py +36 -0
  826. githubkit/versions/ghec_v2022_11_28/models/group_0813.py +29 -0
  827. githubkit/versions/ghec_v2022_11_28/models/group_0814.py +36 -0
  828. githubkit/versions/ghec_v2022_11_28/models/group_0815.py +29 -0
  829. githubkit/versions/ghec_v2022_11_28/models/group_0816.py +124 -0
  830. githubkit/versions/ghec_v2022_11_28/models/group_0817.py +319 -0
  831. githubkit/versions/ghec_v2022_11_28/models/group_0818.py +316 -0
  832. githubkit/versions/ghec_v2022_11_28/models/group_0819.py +317 -0
  833. githubkit/versions/ghec_v2022_11_28/models/group_0820.py +421 -0
  834. githubkit/versions/ghec_v2022_11_28/models/group_0821.py +320 -0
  835. githubkit/versions/ghec_v2022_11_28/models/group_0822.py +58 -0
  836. githubkit/versions/ghec_v2022_11_28/models/group_0823.py +68 -0
  837. githubkit/versions/ghec_v2022_11_28/models/group_0824.py +136 -0
  838. githubkit/versions/ghec_v2022_11_28/models/group_0825.py +95 -0
  839. githubkit/versions/ghec_v2022_11_28/models/group_0826.py +77 -0
  840. githubkit/versions/ghec_v2022_11_28/models/group_0827.py +130 -0
  841. githubkit/versions/ghec_v2022_11_28/models/group_0828.py +86 -0
  842. githubkit/versions/ghec_v2022_11_28/models/group_0829.py +74 -0
  843. githubkit/versions/ghec_v2022_11_28/models/group_0830.py +113 -0
  844. githubkit/versions/ghec_v2022_11_28/models/group_0831.py +115 -0
  845. githubkit/versions/ghec_v2022_11_28/models/group_0832.py +83 -0
  846. githubkit/versions/ghec_v2022_11_28/models/group_0833.py +358 -0
  847. githubkit/versions/ghec_v2022_11_28/models/group_0834.py +389 -0
  848. githubkit/versions/ghec_v2022_11_28/models/group_0835.py +36 -0
  849. githubkit/versions/ghec_v2022_11_28/models/group_0836.py +79 -0
  850. githubkit/versions/ghec_v2022_11_28/models/group_0837.py +35 -0
  851. githubkit/versions/ghec_v2022_11_28/models/group_0838.py +376 -0
  852. githubkit/versions/ghec_v2022_11_28/models/group_0839.py +34 -0
  853. githubkit/versions/ghec_v2022_11_28/models/group_0840.py +83 -0
  854. githubkit/versions/ghec_v2022_11_28/models/group_0841.py +363 -0
  855. githubkit/versions/ghec_v2022_11_28/models/group_0842.py +387 -0
  856. githubkit/versions/ghec_v2022_11_28/models/group_0843.py +36 -0
  857. githubkit/versions/ghec_v2022_11_28/models/group_0844.py +79 -0
  858. githubkit/versions/ghec_v2022_11_28/models/group_0845.py +35 -0
  859. githubkit/versions/ghec_v2022_11_28/models/group_0846.py +379 -0
  860. githubkit/versions/ghec_v2022_11_28/models/group_0847.py +34 -0
  861. githubkit/versions/ghec_v2022_11_28/models/group_0848.py +519 -0
  862. githubkit/versions/ghec_v2022_11_28/models/group_0849.py +56 -0
  863. githubkit/versions/ghec_v2022_11_28/models/group_0850.py +30 -0
  864. githubkit/versions/ghec_v2022_11_28/models/group_0851.py +40 -0
  865. githubkit/versions/ghec_v2022_11_28/models/group_0852.py +21 -0
  866. githubkit/versions/ghec_v2022_11_28/models/group_0853.py +43 -0
  867. githubkit/versions/ghec_v2022_11_28/models/group_0854.py +27 -0
  868. githubkit/versions/ghec_v2022_11_28/models/group_0855.py +27 -0
  869. githubkit/versions/ghec_v2022_11_28/models/group_0856.py +27 -0
  870. githubkit/versions/ghec_v2022_11_28/models/group_0857.py +27 -0
  871. githubkit/versions/ghec_v2022_11_28/models/group_0858.py +54 -0
  872. githubkit/versions/ghec_v2022_11_28/models/group_0859.py +21 -0
  873. githubkit/versions/ghec_v2022_11_28/models/group_0860.py +35 -0
  874. githubkit/versions/ghec_v2022_11_28/models/group_0861.py +30 -0
  875. githubkit/versions/ghec_v2022_11_28/models/group_0862.py +29 -0
  876. githubkit/versions/ghec_v2022_11_28/models/group_0863.py +58 -0
  877. githubkit/versions/ghec_v2022_11_28/models/group_0864.py +52 -0
  878. githubkit/versions/ghec_v2022_11_28/models/group_0865.py +45 -0
  879. githubkit/versions/ghec_v2022_11_28/models/group_0866.py +36 -0
  880. githubkit/versions/ghec_v2022_11_28/models/group_0867.py +31 -0
  881. githubkit/versions/ghec_v2022_11_28/models/group_0868.py +36 -0
  882. githubkit/versions/ghec_v2022_11_28/models/group_0869.py +29 -0
  883. githubkit/versions/ghec_v2022_11_28/models/group_0870.py +32 -0
  884. githubkit/versions/ghec_v2022_11_28/models/group_0871.py +41 -0
  885. githubkit/versions/ghec_v2022_11_28/models/group_0872.py +32 -0
  886. githubkit/versions/ghec_v2022_11_28/models/group_0873.py +30 -0
  887. githubkit/versions/ghec_v2022_11_28/models/group_0874.py +30 -0
  888. githubkit/versions/ghec_v2022_11_28/models/group_0875.py +31 -0
  889. githubkit/versions/ghec_v2022_11_28/models/group_0876.py +30 -0
  890. githubkit/versions/ghec_v2022_11_28/models/group_0877.py +29 -0
  891. githubkit/versions/ghec_v2022_11_28/models/group_0878.py +56 -0
  892. githubkit/versions/ghec_v2022_11_28/models/group_0879.py +49 -0
  893. githubkit/versions/ghec_v2022_11_28/models/group_0880.py +43 -0
  894. githubkit/versions/ghec_v2022_11_28/models/group_0881.py +54 -0
  895. githubkit/versions/ghec_v2022_11_28/models/group_0882.py +25 -0
  896. githubkit/versions/ghec_v2022_11_28/models/group_0883.py +25 -0
  897. githubkit/versions/ghec_v2022_11_28/models/group_0884.py +21 -0
  898. githubkit/versions/ghec_v2022_11_28/models/group_0885.py +33 -0
  899. githubkit/versions/ghec_v2022_11_28/models/group_0886.py +36 -0
  900. githubkit/versions/ghec_v2022_11_28/models/group_0887.py +35 -0
  901. githubkit/versions/ghec_v2022_11_28/models/group_0888.py +27 -0
  902. githubkit/versions/ghec_v2022_11_28/models/group_0889.py +29 -0
  903. githubkit/versions/ghec_v2022_11_28/models/group_0890.py +34 -0
  904. githubkit/versions/ghec_v2022_11_28/models/group_0891.py +139 -0
  905. githubkit/versions/ghec_v2022_11_28/models/group_0892.py +49 -0
  906. githubkit/versions/ghec_v2022_11_28/models/group_0893.py +35 -0
  907. githubkit/versions/ghec_v2022_11_28/models/group_0894.py +30 -0
  908. githubkit/versions/ghec_v2022_11_28/models/group_0895.py +29 -0
  909. githubkit/versions/ghec_v2022_11_28/models/group_0896.py +63 -0
  910. githubkit/versions/ghec_v2022_11_28/models/group_0897.py +52 -0
  911. githubkit/versions/ghec_v2022_11_28/models/group_0898.py +45 -0
  912. githubkit/versions/ghec_v2022_11_28/models/group_0899.py +30 -0
  913. githubkit/versions/ghec_v2022_11_28/models/group_0900.py +29 -0
  914. githubkit/versions/ghec_v2022_11_28/models/group_0901.py +30 -0
  915. githubkit/versions/ghec_v2022_11_28/models/group_0902.py +29 -0
  916. githubkit/versions/ghec_v2022_11_28/models/group_0903.py +30 -0
  917. githubkit/versions/ghec_v2022_11_28/models/group_0904.py +41 -0
  918. githubkit/versions/ghec_v2022_11_28/models/group_0905.py +30 -0
  919. githubkit/versions/ghec_v2022_11_28/models/group_0906.py +31 -0
  920. githubkit/versions/ghec_v2022_11_28/models/group_0907.py +50 -0
  921. githubkit/versions/ghec_v2022_11_28/models/group_0908.py +43 -0
  922. githubkit/versions/ghec_v2022_11_28/models/group_0909.py +30 -0
  923. githubkit/versions/ghec_v2022_11_28/models/group_0910.py +29 -0
  924. githubkit/versions/ghec_v2022_11_28/models/group_0911.py +55 -0
  925. githubkit/versions/ghec_v2022_11_28/models/group_0912.py +37 -0
  926. githubkit/versions/ghec_v2022_11_28/models/group_0913.py +38 -0
  927. githubkit/versions/ghec_v2022_11_28/models/group_0914.py +30 -0
  928. githubkit/versions/ghec_v2022_11_28/models/group_0915.py +29 -0
  929. githubkit/versions/ghec_v2022_11_28/models/group_0916.py +30 -0
  930. githubkit/versions/ghec_v2022_11_28/models/group_0917.py +41 -0
  931. githubkit/versions/ghec_v2022_11_28/models/group_0918.py +30 -0
  932. githubkit/versions/ghec_v2022_11_28/models/group_0919.py +30 -0
  933. githubkit/versions/ghec_v2022_11_28/models/group_0920.py +57 -0
  934. githubkit/versions/ghec_v2022_11_28/models/group_0921.py +43 -0
  935. githubkit/versions/ghec_v2022_11_28/models/group_0922.py +30 -0
  936. githubkit/versions/ghec_v2022_11_28/models/group_0923.py +29 -0
  937. githubkit/versions/ghec_v2022_11_28/models/group_0924.py +30 -0
  938. githubkit/versions/ghec_v2022_11_28/models/group_0925.py +28 -0
  939. githubkit/versions/ghec_v2022_11_28/models/group_0926.py +30 -0
  940. githubkit/versions/ghec_v2022_11_28/models/group_0927.py +28 -0
  941. githubkit/versions/ghec_v2022_11_28/models/group_0928.py +30 -0
  942. githubkit/versions/ghec_v2022_11_28/models/group_0929.py +28 -0
  943. githubkit/versions/ghec_v2022_11_28/models/group_0930.py +30 -0
  944. githubkit/versions/ghec_v2022_11_28/models/group_0931.py +28 -0
  945. githubkit/versions/ghec_v2022_11_28/models/group_0932.py +34 -0
  946. githubkit/versions/ghec_v2022_11_28/models/group_0933.py +50 -0
  947. githubkit/versions/ghec_v2022_11_28/models/group_0934.py +43 -0
  948. githubkit/versions/ghec_v2022_11_28/models/group_0935.py +30 -0
  949. githubkit/versions/ghec_v2022_11_28/models/group_0936.py +29 -0
  950. githubkit/versions/ghec_v2022_11_28/models/group_0937.py +64 -0
  951. githubkit/versions/ghec_v2022_11_28/models/group_0938.py +63 -0
  952. githubkit/versions/ghec_v2022_11_28/models/group_0939.py +40 -0
  953. githubkit/versions/ghec_v2022_11_28/models/group_0940.py +30 -0
  954. githubkit/versions/ghec_v2022_11_28/models/group_0941.py +21 -0
  955. githubkit/versions/ghec_v2022_11_28/models/group_0942.py +46 -0
  956. githubkit/versions/ghec_v2022_11_28/models/group_0943.py +30 -0
  957. githubkit/versions/ghec_v2022_11_28/models/group_0944.py +32 -0
  958. githubkit/versions/ghec_v2022_11_28/models/group_0945.py +63 -0
  959. githubkit/versions/ghec_v2022_11_28/models/group_0946.py +36 -0
  960. githubkit/versions/ghec_v2022_11_28/models/group_0947.py +39 -0
  961. githubkit/versions/ghec_v2022_11_28/models/group_0948.py +31 -0
  962. githubkit/versions/ghec_v2022_11_28/models/group_0949.py +21 -0
  963. githubkit/versions/ghec_v2022_11_28/models/group_0950.py +28 -0
  964. githubkit/versions/ghec_v2022_11_28/models/group_0951.py +42 -0
  965. githubkit/versions/ghec_v2022_11_28/models/group_0952.py +36 -0
  966. githubkit/versions/ghec_v2022_11_28/models/group_0953.py +34 -0
  967. githubkit/versions/ghec_v2022_11_28/models/group_0954.py +29 -0
  968. githubkit/versions/ghec_v2022_11_28/models/group_0955.py +30 -0
  969. githubkit/versions/ghec_v2022_11_28/models/group_0956.py +33 -0
  970. githubkit/versions/ghec_v2022_11_28/models/group_0957.py +52 -0
  971. githubkit/versions/ghec_v2022_11_28/models/group_0958.py +36 -0
  972. githubkit/versions/ghec_v2022_11_28/models/group_0959.py +136 -0
  973. githubkit/versions/ghec_v2022_11_28/models/group_0960.py +93 -0
  974. githubkit/versions/ghec_v2022_11_28/models/group_0961.py +94 -0
  975. githubkit/versions/ghec_v2022_11_28/models/group_0962.py +57 -0
  976. githubkit/versions/ghec_v2022_11_28/models/group_0963.py +49 -0
  977. githubkit/versions/ghec_v2022_11_28/models/group_0964.py +32 -0
  978. githubkit/versions/ghec_v2022_11_28/models/group_0965.py +32 -0
  979. githubkit/versions/ghec_v2022_11_28/models/group_0966.py +25 -0
  980. githubkit/versions/ghec_v2022_11_28/models/group_0967.py +31 -0
  981. githubkit/versions/ghec_v2022_11_28/models/group_0968.py +39 -0
  982. githubkit/versions/ghec_v2022_11_28/models/group_0969.py +31 -0
  983. githubkit/versions/ghec_v2022_11_28/models/group_0970.py +25 -0
  984. githubkit/versions/ghec_v2022_11_28/models/group_0971.py +31 -0
  985. githubkit/versions/ghec_v2022_11_28/models/group_0972.py +32 -0
  986. githubkit/versions/ghec_v2022_11_28/models/group_0973.py +28 -0
  987. githubkit/versions/ghec_v2022_11_28/models/group_0974.py +30 -0
  988. githubkit/versions/ghec_v2022_11_28/models/group_0975.py +46 -0
  989. githubkit/versions/ghec_v2022_11_28/models/group_0976.py +32 -0
  990. githubkit/versions/ghec_v2022_11_28/models/group_0977.py +31 -0
  991. githubkit/versions/ghec_v2022_11_28/models/group_0978.py +34 -0
  992. githubkit/versions/ghec_v2022_11_28/models/group_0979.py +34 -0
  993. githubkit/versions/ghec_v2022_11_28/models/group_0980.py +21 -0
  994. githubkit/versions/ghec_v2022_11_28/models/group_0981.py +46 -0
  995. githubkit/versions/ghec_v2022_11_28/models/group_0982.py +45 -0
  996. githubkit/versions/ghec_v2022_11_28/models/group_0983.py +25 -0
  997. githubkit/versions/ghec_v2022_11_28/models/group_0984.py +27 -0
  998. githubkit/versions/ghec_v2022_11_28/models/group_0985.py +30 -0
  999. githubkit/versions/ghec_v2022_11_28/models/group_0986.py +45 -0
  1000. githubkit/versions/ghec_v2022_11_28/models/group_0987.py +28 -0
  1001. githubkit/versions/ghec_v2022_11_28/models/group_0988.py +21 -0
  1002. githubkit/versions/ghec_v2022_11_28/models/group_0989.py +31 -0
  1003. githubkit/versions/ghec_v2022_11_28/models/group_0990.py +43 -0
  1004. githubkit/versions/ghec_v2022_11_28/models/group_0991.py +31 -0
  1005. githubkit/versions/ghec_v2022_11_28/models/group_0992.py +31 -0
  1006. githubkit/versions/ghec_v2022_11_28/models/group_0993.py +25 -0
  1007. githubkit/versions/ghec_v2022_11_28/models/group_0994.py +28 -0
  1008. githubkit/versions/ghec_v2022_11_28/models/group_0995.py +247 -0
  1009. githubkit/versions/ghec_v2022_11_28/models/group_0996.py +30 -0
  1010. githubkit/versions/ghec_v2022_11_28/models/group_0997.py +29 -0
  1011. githubkit/versions/ghec_v2022_11_28/models/group_0998.py +38 -0
  1012. githubkit/versions/ghec_v2022_11_28/models/group_0999.py +30 -0
  1013. githubkit/versions/ghec_v2022_11_28/models/group_1000.py +30 -0
  1014. githubkit/versions/ghec_v2022_11_28/models/group_1001.py +35 -0
  1015. githubkit/versions/ghec_v2022_11_28/models/group_1002.py +30 -0
  1016. githubkit/versions/ghec_v2022_11_28/models/group_1003.py +41 -0
  1017. githubkit/versions/ghec_v2022_11_28/models/group_1004.py +30 -0
  1018. githubkit/versions/ghec_v2022_11_28/models/group_1005.py +31 -0
  1019. githubkit/versions/ghec_v2022_11_28/models/group_1006.py +30 -0
  1020. githubkit/versions/ghec_v2022_11_28/models/group_1007.py +30 -0
  1021. githubkit/versions/ghec_v2022_11_28/models/group_1008.py +32 -0
  1022. githubkit/versions/ghec_v2022_11_28/models/group_1009.py +30 -0
  1023. githubkit/versions/ghec_v2022_11_28/models/group_1010.py +33 -0
  1024. githubkit/versions/ghec_v2022_11_28/models/group_1011.py +29 -0
  1025. githubkit/versions/ghec_v2022_11_28/models/group_1012.py +29 -0
  1026. githubkit/versions/ghec_v2022_11_28/models/group_1013.py +30 -0
  1027. githubkit/versions/ghec_v2022_11_28/models/group_1014.py +34 -0
  1028. githubkit/versions/ghec_v2022_11_28/models/group_1015.py +30 -0
  1029. githubkit/versions/ghec_v2022_11_28/models/group_1016.py +26 -0
  1030. githubkit/versions/ghec_v2022_11_28/models/group_1017.py +28 -0
  1031. githubkit/versions/ghec_v2022_11_28/models/group_1018.py +56 -0
  1032. githubkit/versions/ghec_v2022_11_28/models/group_1019.py +50 -0
  1033. githubkit/versions/ghec_v2022_11_28/models/group_1020.py +30 -0
  1034. githubkit/versions/ghec_v2022_11_28/models/group_1021.py +36 -0
  1035. githubkit/versions/ghec_v2022_11_28/models/group_1022.py +235 -0
  1036. githubkit/versions/ghec_v2022_11_28/models/group_1023.py +114 -0
  1037. githubkit/versions/ghec_v2022_11_28/models/group_1024.py +63 -0
  1038. githubkit/versions/ghec_v2022_11_28/models/group_1025.py +37 -0
  1039. githubkit/versions/ghec_v2022_11_28/models/group_1026.py +37 -0
  1040. githubkit/versions/ghec_v2022_11_28/models/group_1027.py +38 -0
  1041. githubkit/versions/ghec_v2022_11_28/models/group_1028.py +33 -0
  1042. githubkit/versions/ghec_v2022_11_28/models/group_1029.py +33 -0
  1043. githubkit/versions/ghec_v2022_11_28/models/group_1030.py +35 -0
  1044. githubkit/versions/ghec_v2022_11_28/models/group_1031.py +31 -0
  1045. githubkit/versions/ghec_v2022_11_28/models/group_1032.py +33 -0
  1046. githubkit/versions/ghec_v2022_11_28/models/group_1033.py +33 -0
  1047. githubkit/versions/ghec_v2022_11_28/models/group_1034.py +31 -0
  1048. githubkit/versions/ghec_v2022_11_28/models/group_1035.py +33 -0
  1049. githubkit/versions/ghec_v2022_11_28/models/group_1036.py +33 -0
  1050. githubkit/versions/ghec_v2022_11_28/models/group_1037.py +25 -0
  1051. githubkit/versions/ghec_v2022_11_28/models/group_1038.py +125 -0
  1052. githubkit/versions/ghec_v2022_11_28/models/group_1039.py +75 -0
  1053. githubkit/versions/ghec_v2022_11_28/models/group_1040.py +78 -0
  1054. githubkit/versions/ghec_v2022_11_28/models/group_1041.py +122 -0
  1055. githubkit/versions/ghec_v2022_11_28/models/group_1042.py +77 -0
  1056. githubkit/versions/ghec_v2022_11_28/models/group_1043.py +80 -0
  1057. githubkit/versions/ghec_v2022_11_28/models/group_1044.py +25 -0
  1058. githubkit/versions/ghec_v2022_11_28/models/group_1045.py +50 -0
  1059. githubkit/versions/ghec_v2022_11_28/models/group_1046.py +30 -0
  1060. githubkit/versions/ghec_v2022_11_28/models/group_1047.py +44 -0
  1061. githubkit/versions/ghec_v2022_11_28/models/group_1048.py +58 -0
  1062. githubkit/versions/ghec_v2022_11_28/models/group_1049.py +30 -0
  1063. githubkit/versions/ghec_v2022_11_28/models/group_1050.py +69 -0
  1064. githubkit/versions/ghec_v2022_11_28/models/group_1051.py +46 -0
  1065. githubkit/versions/ghec_v2022_11_28/models/group_1052.py +30 -0
  1066. githubkit/versions/ghec_v2022_11_28/models/group_1053.py +47 -0
  1067. githubkit/versions/ghec_v2022_11_28/models/group_1054.py +44 -0
  1068. githubkit/versions/ghec_v2022_11_28/models/group_1055.py +34 -0
  1069. githubkit/versions/ghec_v2022_11_28/models/group_1056.py +30 -0
  1070. githubkit/versions/ghec_v2022_11_28/models/group_1057.py +25 -0
  1071. githubkit/versions/ghec_v2022_11_28/models/group_1058.py +31 -0
  1072. githubkit/versions/ghec_v2022_11_28/models/group_1059.py +37 -0
  1073. githubkit/versions/ghec_v2022_11_28/models/group_1060.py +30 -0
  1074. githubkit/versions/ghec_v2022_11_28/models/group_1061.py +81 -0
  1075. githubkit/versions/ghec_v2022_11_28/models/group_1062.py +74 -0
  1076. githubkit/versions/ghec_v2022_11_28/models/group_1063.py +44 -0
  1077. githubkit/versions/ghec_v2022_11_28/models/group_1064.py +44 -0
  1078. githubkit/versions/ghec_v2022_11_28/models/group_1065.py +34 -0
  1079. githubkit/versions/ghec_v2022_11_28/models/group_1066.py +32 -0
  1080. githubkit/versions/ghec_v2022_11_28/models/group_1067.py +69 -0
  1081. githubkit/versions/ghec_v2022_11_28/models/group_1068.py +27 -0
  1082. githubkit/versions/ghec_v2022_11_28/models/group_1069.py +57 -0
  1083. githubkit/versions/ghec_v2022_11_28/models/group_1070.py +47 -0
  1084. githubkit/versions/ghec_v2022_11_28/models/group_1071.py +69 -0
  1085. githubkit/versions/ghec_v2022_11_28/models/group_1072.py +59 -0
  1086. githubkit/versions/ghec_v2022_11_28/models/group_1073.py +36 -0
  1087. githubkit/versions/ghec_v2022_11_28/models/group_1074.py +45 -0
  1088. githubkit/versions/ghec_v2022_11_28/models/group_1075.py +30 -0
  1089. githubkit/versions/ghec_v2022_11_28/models/group_1076.py +29 -0
  1090. githubkit/versions/ghec_v2022_11_28/models/group_1077.py +30 -0
  1091. githubkit/versions/ghec_v2022_11_28/models/group_1078.py +26 -0
  1092. githubkit/versions/ghec_v2022_11_28/models/group_1079.py +28 -0
  1093. githubkit/versions/ghec_v2022_11_28/models/group_1080.py +38 -0
  1094. githubkit/versions/ghec_v2022_11_28/models/group_1081.py +31 -0
  1095. githubkit/versions/ghec_v2022_11_28/models/group_1082.py +92 -0
  1096. githubkit/versions/ghec_v2022_11_28/models/group_1083.py +28 -0
  1097. githubkit/versions/ghec_v2022_11_28/models/group_1084.py +31 -0
  1098. githubkit/versions/ghec_v2022_11_28/models/group_1085.py +61 -0
  1099. githubkit/versions/ghec_v2022_11_28/models/group_1086.py +62 -0
  1100. githubkit/versions/ghec_v2022_11_28/models/group_1087.py +68 -0
  1101. githubkit/versions/ghec_v2022_11_28/models/group_1088.py +51 -0
  1102. githubkit/versions/ghec_v2022_11_28/models/group_1089.py +40 -0
  1103. githubkit/versions/ghec_v2022_11_28/models/group_1090.py +45 -0
  1104. githubkit/versions/ghec_v2022_11_28/models/group_1091.py +44 -0
  1105. githubkit/versions/ghec_v2022_11_28/models/group_1092.py +28 -0
  1106. githubkit/versions/ghec_v2022_11_28/models/group_1093.py +29 -0
  1107. githubkit/versions/ghec_v2022_11_28/models/group_1094.py +21 -0
  1108. githubkit/versions/ghec_v2022_11_28/models/group_1095.py +34 -0
  1109. githubkit/versions/ghec_v2022_11_28/models/group_1096.py +58 -0
  1110. githubkit/versions/ghec_v2022_11_28/models/group_1097.py +25 -0
  1111. githubkit/versions/ghec_v2022_11_28/models/group_1098.py +31 -0
  1112. githubkit/versions/ghec_v2022_11_28/models/group_1099.py +71 -0
  1113. githubkit/versions/ghec_v2022_11_28/models/group_1100.py +32 -0
  1114. githubkit/versions/ghec_v2022_11_28/models/group_1101.py +32 -0
  1115. githubkit/versions/ghec_v2022_11_28/models/group_1102.py +25 -0
  1116. githubkit/versions/ghec_v2022_11_28/models/group_1103.py +33 -0
  1117. githubkit/versions/ghec_v2022_11_28/models/group_1104.py +41 -0
  1118. githubkit/versions/ghec_v2022_11_28/models/group_1105.py +25 -0
  1119. githubkit/versions/ghec_v2022_11_28/models/group_1106.py +33 -0
  1120. githubkit/versions/ghec_v2022_11_28/models/group_1107.py +41 -0
  1121. githubkit/versions/ghec_v2022_11_28/models/group_1108.py +25 -0
  1122. githubkit/versions/ghec_v2022_11_28/models/group_1109.py +34 -0
  1123. githubkit/versions/ghec_v2022_11_28/models/group_1110.py +31 -0
  1124. githubkit/versions/ghec_v2022_11_28/models/group_1111.py +32 -0
  1125. githubkit/versions/ghec_v2022_11_28/models/group_1112.py +37 -0
  1126. githubkit/versions/ghec_v2022_11_28/models/group_1113.py +38 -0
  1127. githubkit/versions/ghec_v2022_11_28/models/group_1114.py +27 -0
  1128. githubkit/versions/ghec_v2022_11_28/models/group_1115.py +36 -0
  1129. githubkit/versions/ghec_v2022_11_28/models/group_1116.py +41 -0
  1130. githubkit/versions/ghec_v2022_11_28/models/group_1117.py +43 -0
  1131. githubkit/versions/ghec_v2022_11_28/models/group_1118.py +32 -0
  1132. githubkit/versions/ghec_v2022_11_28/models/group_1119.py +28 -0
  1133. githubkit/versions/ghec_v2022_11_28/models/group_1120.py +35 -0
  1134. githubkit/versions/ghec_v2022_11_28/models/group_1121.py +51 -0
  1135. githubkit/versions/ghec_v2022_11_28/models/group_1122.py +50 -0
  1136. githubkit/versions/ghec_v2022_11_28/models/group_1123.py +51 -0
  1137. githubkit/versions/ghec_v2022_11_28/models/group_1124.py +51 -0
  1138. githubkit/versions/ghec_v2022_11_28/models/group_1125.py +51 -0
  1139. githubkit/versions/ghec_v2022_11_28/models/group_1126.py +38 -0
  1140. githubkit/versions/ghec_v2022_11_28/models/group_1127.py +37 -0
  1141. githubkit/versions/ghec_v2022_11_28/models/group_1128.py +37 -0
  1142. githubkit/versions/ghec_v2022_11_28/models/group_1129.py +48 -0
  1143. githubkit/versions/ghec_v2022_11_28/models/group_1130.py +27 -0
  1144. githubkit/versions/ghec_v2022_11_28/models/group_1131.py +30 -0
  1145. githubkit/versions/ghec_v2022_11_28/models/group_1132.py +31 -0
  1146. githubkit/versions/ghec_v2022_11_28/models/group_1133.py +55 -0
  1147. githubkit/versions/ghec_v2022_11_28/models/group_1134.py +25 -0
  1148. githubkit/versions/ghec_v2022_11_28/models/group_1135.py +31 -0
  1149. githubkit/versions/ghec_v2022_11_28/models/group_1136.py +46 -0
  1150. githubkit/versions/ghec_v2022_11_28/models/group_1137.py +65 -0
  1151. githubkit/versions/ghec_v2022_11_28/models/group_1138.py +62 -0
  1152. githubkit/versions/ghec_v2022_11_28/models/group_1139.py +25 -0
  1153. githubkit/versions/ghec_v2022_11_28/models/group_1140.py +41 -0
  1154. githubkit/versions/ghec_v2022_11_28/models/group_1141.py +28 -0
  1155. githubkit/versions/ghec_v2022_11_28/models/group_1142.py +28 -0
  1156. githubkit/versions/ghec_v2022_11_28/models/group_1143.py +34 -0
  1157. githubkit/versions/ghec_v2022_11_28/models/group_1144.py +34 -0
  1158. githubkit/versions/ghec_v2022_11_28/models/group_1145.py +34 -0
  1159. githubkit/versions/ghec_v2022_11_28/models/group_1146.py +67 -0
  1160. githubkit/versions/ghec_v2022_11_28/models/group_1147.py +25 -0
  1161. githubkit/versions/ghec_v2022_11_28/models/group_1148.py +32 -0
  1162. githubkit/versions/ghec_v2022_11_28/models/group_1149.py +34 -0
  1163. githubkit/versions/ghec_v2022_11_28/models/group_1150.py +30 -0
  1164. githubkit/versions/ghec_v2022_11_28/models/group_1151.py +28 -0
  1165. githubkit/versions/ghec_v2022_11_28/models/group_1152.py +57 -0
  1166. githubkit/versions/ghec_v2022_11_28/models/group_1153.py +32 -0
  1167. githubkit/versions/ghec_v2022_11_28/models/group_1154.py +41 -0
  1168. githubkit/versions/ghec_v2022_11_28/models/group_1155.py +53 -0
  1169. githubkit/versions/ghec_v2022_11_28/models/group_1156.py +29 -0
  1170. githubkit/versions/ghec_v2022_11_28/models/group_1157.py +85 -0
  1171. githubkit/versions/ghec_v2022_11_28/models/group_1158.py +86 -0
  1172. githubkit/versions/ghec_v2022_11_28/models/group_1159.py +41 -0
  1173. githubkit/versions/ghec_v2022_11_28/models/group_1160.py +42 -0
  1174. githubkit/versions/ghec_v2022_11_28/models/group_1161.py +34 -0
  1175. githubkit/versions/ghec_v2022_11_28/models/group_1162.py +27 -0
  1176. githubkit/versions/ghec_v2022_11_28/models/group_1163.py +29 -0
  1177. githubkit/versions/ghec_v2022_11_28/models/group_1164.py +38 -0
  1178. githubkit/versions/ghec_v2022_11_28/models/group_1165.py +42 -0
  1179. githubkit/versions/ghec_v2022_11_28/models/group_1166.py +71 -0
  1180. githubkit/versions/ghec_v2022_11_28/models/group_1167.py +71 -0
  1181. githubkit/versions/ghec_v2022_11_28/models/group_1168.py +87 -0
  1182. githubkit/versions/ghec_v2022_11_28/models/group_1169.py +49 -0
  1183. githubkit/versions/ghec_v2022_11_28/models/group_1170.py +32 -0
  1184. githubkit/versions/ghec_v2022_11_28/models/group_1171.py +32 -0
  1185. githubkit/versions/ghec_v2022_11_28/models/group_1172.py +25 -0
  1186. githubkit/versions/ghec_v2022_11_28/models/group_1173.py +25 -0
  1187. githubkit/versions/ghec_v2022_11_28/models/group_1174.py +37 -0
  1188. githubkit/versions/ghec_v2022_11_28/models/group_1175.py +31 -0
  1189. githubkit/versions/ghec_v2022_11_28/models/group_1176.py +31 -0
  1190. githubkit/versions/ghec_v2022_11_28/models/group_1177.py +32 -0
  1191. githubkit/versions/ghec_v2022_11_28/models/group_1178.py +28 -0
  1192. githubkit/versions/ghec_v2022_11_28/models/group_1179.py +32 -0
  1193. githubkit/versions/ghec_v2022_11_28/models/group_1180.py +47 -0
  1194. githubkit/versions/ghec_v2022_11_28/models/group_1181.py +50 -0
  1195. githubkit/versions/ghec_v2022_11_28/models/group_1182.py +30 -0
  1196. githubkit/versions/ghec_v2022_11_28/models/group_1183.py +70 -0
  1197. githubkit/versions/ghec_v2022_11_28/models/group_1184.py +67 -0
  1198. githubkit/versions/ghec_v2022_11_28/models/group_1185.py +54 -0
  1199. githubkit/versions/ghec_v2022_11_28/models/group_1186.py +38 -0
  1200. githubkit/versions/ghec_v2022_11_28/models/group_1187.py +30 -0
  1201. githubkit/versions/ghec_v2022_11_28/models/group_1188.py +29 -0
  1202. githubkit/versions/ghec_v2022_11_28/models/group_1189.py +38 -0
  1203. githubkit/versions/ghec_v2022_11_28/models/group_1190.py +30 -0
  1204. githubkit/versions/ghec_v2022_11_28/models/group_1191.py +32 -0
  1205. githubkit/versions/ghec_v2022_11_28/models/group_1192.py +29 -0
  1206. githubkit/versions/ghec_v2022_11_28/models/group_1193.py +33 -0
  1207. githubkit/versions/ghec_v2022_11_28/models/group_1194.py +38 -0
  1208. githubkit/versions/ghec_v2022_11_28/models/group_1195.py +30 -0
  1209. githubkit/versions/ghec_v2022_11_28/models/group_1196.py +30 -0
  1210. githubkit/versions/ghec_v2022_11_28/models/group_1197.py +33 -0
  1211. githubkit/versions/ghec_v2022_11_28/models/group_1198.py +21 -0
  1212. githubkit/versions/ghec_v2022_11_28/models/group_1199.py +33 -0
  1213. githubkit/versions/ghec_v2022_11_28/models/group_1200.py +29 -0
  1214. githubkit/versions/ghec_v2022_11_28/models/group_1201.py +59 -0
  1215. githubkit/versions/ghec_v2022_11_28/models/group_1202.py +32 -0
  1216. githubkit/versions/ghec_v2022_11_28/models/group_1203.py +110 -0
  1217. githubkit/versions/ghec_v2022_11_28/models/group_1204.py +34 -0
  1218. githubkit/versions/ghec_v2022_11_28/models/group_1205.py +34 -0
  1219. githubkit/versions/ghec_v2022_11_28/models/group_1206.py +33 -0
  1220. githubkit/versions/ghec_v2022_11_28/rest/__init__.py +296 -0
  1221. githubkit/versions/ghec_v2022_11_28/rest/actions.py +10048 -0
  1222. githubkit/versions/ghec_v2022_11_28/rest/activity.py +2193 -0
  1223. githubkit/versions/ghec_v2022_11_28/rest/apps.py +2553 -0
  1224. githubkit/versions/ghec_v2022_11_28/rest/billing.py +539 -0
  1225. githubkit/versions/ghec_v2022_11_28/rest/checks.py +1296 -0
  1226. githubkit/versions/ghec_v2022_11_28/rest/classroom.py +381 -0
  1227. githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +1491 -0
  1228. githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +131 -0
  1229. githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +3837 -0
  1230. githubkit/versions/ghec_v2022_11_28/rest/copilot.py +719 -0
  1231. githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +1517 -0
  1232. githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +305 -0
  1233. githubkit/versions/ghec_v2022_11_28/rest/emojis.py +77 -0
  1234. githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +4010 -0
  1235. githubkit/versions/ghec_v2022_11_28/rest/gists.py +1454 -0
  1236. githubkit/versions/ghec_v2022_11_28/rest/git.py +1239 -0
  1237. githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +121 -0
  1238. githubkit/versions/ghec_v2022_11_28/rest/interactions.py +675 -0
  1239. githubkit/versions/ghec_v2022_11_28/rest/issues.py +4087 -0
  1240. githubkit/versions/ghec_v2022_11_28/rest/licenses.py +218 -0
  1241. githubkit/versions/ghec_v2022_11_28/rest/markdown.py +185 -0
  1242. githubkit/versions/ghec_v2022_11_28/rest/meta.py +259 -0
  1243. githubkit/versions/ghec_v2022_11_28/rest/migrations.py +1753 -0
  1244. githubkit/versions/ghec_v2022_11_28/rest/oidc.py +194 -0
  1245. githubkit/versions/ghec_v2022_11_28/rest/orgs.py +6941 -0
  1246. githubkit/versions/ghec_v2022_11_28/rest/packages.py +1700 -0
  1247. githubkit/versions/ghec_v2022_11_28/rest/projects.py +2361 -0
  1248. githubkit/versions/ghec_v2022_11_28/rest/pulls.py +2870 -0
  1249. githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +83 -0
  1250. githubkit/versions/ghec_v2022_11_28/rest/reactions.py +2284 -0
  1251. githubkit/versions/ghec_v2022_11_28/rest/repos.py +16905 -0
  1252. githubkit/versions/ghec_v2022_11_28/rest/scim.py +633 -0
  1253. githubkit/versions/ghec_v2022_11_28/rest/search.py +636 -0
  1254. githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +656 -0
  1255. githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +1082 -0
  1256. githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +104 -0
  1257. githubkit/versions/ghec_v2022_11_28/rest/teams.py +5159 -0
  1258. githubkit/versions/ghec_v2022_11_28/rest/users.py +2971 -0
  1259. githubkit/versions/ghec_v2022_11_28/types/__init__.py +15161 -0
  1260. githubkit/versions/ghec_v2022_11_28/types/group_0000.py +53 -0
  1261. githubkit/versions/ghec_v2022_11_28/types/group_0001.py +45 -0
  1262. githubkit/versions/ghec_v2022_11_28/types/group_0002.py +128 -0
  1263. githubkit/versions/ghec_v2022_11_28/types/group_0003.py +27 -0
  1264. githubkit/versions/ghec_v2022_11_28/types/group_0004.py +27 -0
  1265. githubkit/versions/ghec_v2022_11_28/types/group_0005.py +48 -0
  1266. githubkit/versions/ghec_v2022_11_28/types/group_0006.py +31 -0
  1267. githubkit/versions/ghec_v2022_11_28/types/group_0007.py +28 -0
  1268. githubkit/versions/ghec_v2022_11_28/types/group_0008.py +36 -0
  1269. githubkit/versions/ghec_v2022_11_28/types/group_0009.py +30 -0
  1270. githubkit/versions/ghec_v2022_11_28/types/group_0010.py +41 -0
  1271. githubkit/versions/ghec_v2022_11_28/types/group_0011.py +81 -0
  1272. githubkit/versions/ghec_v2022_11_28/types/group_0012.py +35 -0
  1273. githubkit/versions/ghec_v2022_11_28/types/group_0013.py +33 -0
  1274. githubkit/versions/ghec_v2022_11_28/types/group_0014.py +76 -0
  1275. githubkit/versions/ghec_v2022_11_28/types/group_0015.py +49 -0
  1276. githubkit/versions/ghec_v2022_11_28/types/group_0016.py +30 -0
  1277. githubkit/versions/ghec_v2022_11_28/types/group_0017.py +138 -0
  1278. githubkit/versions/ghec_v2022_11_28/types/group_0018.py +35 -0
  1279. githubkit/versions/ghec_v2022_11_28/types/group_0019.py +31 -0
  1280. githubkit/versions/ghec_v2022_11_28/types/group_0020.py +54 -0
  1281. githubkit/versions/ghec_v2022_11_28/types/group_0021.py +29 -0
  1282. githubkit/versions/ghec_v2022_11_28/types/group_0022.py +77 -0
  1283. githubkit/versions/ghec_v2022_11_28/types/group_0023.py +90 -0
  1284. githubkit/versions/ghec_v2022_11_28/types/group_0024.py +34 -0
  1285. githubkit/versions/ghec_v2022_11_28/types/group_0025.py +203 -0
  1286. githubkit/versions/ghec_v2022_11_28/types/group_0026.py +22 -0
  1287. githubkit/versions/ghec_v2022_11_28/types/group_0027.py +21 -0
  1288. githubkit/versions/ghec_v2022_11_28/types/group_0028.py +25 -0
  1289. githubkit/versions/ghec_v2022_11_28/types/group_0029.py +36 -0
  1290. githubkit/versions/ghec_v2022_11_28/types/group_0030.py +24 -0
  1291. githubkit/versions/ghec_v2022_11_28/types/group_0031.py +23 -0
  1292. githubkit/versions/ghec_v2022_11_28/types/group_0032.py +23 -0
  1293. githubkit/versions/ghec_v2022_11_28/types/group_0033.py +27 -0
  1294. githubkit/versions/ghec_v2022_11_28/types/group_0034.py +33 -0
  1295. githubkit/versions/ghec_v2022_11_28/types/group_0035.py +29 -0
  1296. githubkit/versions/ghec_v2022_11_28/types/group_0036.py +44 -0
  1297. githubkit/versions/ghec_v2022_11_28/types/group_0037.py +28 -0
  1298. githubkit/versions/ghec_v2022_11_28/types/group_0038.py +27 -0
  1299. githubkit/versions/ghec_v2022_11_28/types/group_0039.py +98 -0
  1300. githubkit/versions/ghec_v2022_11_28/types/group_0040.py +29 -0
  1301. githubkit/versions/ghec_v2022_11_28/types/group_0041.py +24 -0
  1302. githubkit/versions/ghec_v2022_11_28/types/group_0042.py +56 -0
  1303. githubkit/versions/ghec_v2022_11_28/types/group_0043.py +72 -0
  1304. githubkit/versions/ghec_v2022_11_28/types/group_0044.py +46 -0
  1305. githubkit/versions/ghec_v2022_11_28/types/group_0045.py +28 -0
  1306. githubkit/versions/ghec_v2022_11_28/types/group_0046.py +53 -0
  1307. githubkit/versions/ghec_v2022_11_28/types/group_0047.py +25 -0
  1308. githubkit/versions/ghec_v2022_11_28/types/group_0048.py +44 -0
  1309. githubkit/versions/ghec_v2022_11_28/types/group_0049.py +85 -0
  1310. githubkit/versions/ghec_v2022_11_28/types/group_0050.py +52 -0
  1311. githubkit/versions/ghec_v2022_11_28/types/group_0051.py +29 -0
  1312. githubkit/versions/ghec_v2022_11_28/types/group_0052.py +47 -0
  1313. githubkit/versions/ghec_v2022_11_28/types/group_0053.py +46 -0
  1314. githubkit/versions/ghec_v2022_11_28/types/group_0054.py +47 -0
  1315. githubkit/versions/ghec_v2022_11_28/types/group_0055.py +48 -0
  1316. githubkit/versions/ghec_v2022_11_28/types/group_0056.py +23 -0
  1317. githubkit/versions/ghec_v2022_11_28/types/group_0057.py +23 -0
  1318. githubkit/versions/ghec_v2022_11_28/types/group_0058.py +43 -0
  1319. githubkit/versions/ghec_v2022_11_28/types/group_0059.py +30 -0
  1320. githubkit/versions/ghec_v2022_11_28/types/group_0060.py +103 -0
  1321. githubkit/versions/ghec_v2022_11_28/types/group_0061.py +52 -0
  1322. githubkit/versions/ghec_v2022_11_28/types/group_0062.py +84 -0
  1323. githubkit/versions/ghec_v2022_11_28/types/group_0063.py +64 -0
  1324. githubkit/versions/ghec_v2022_11_28/types/group_0064.py +54 -0
  1325. githubkit/versions/ghec_v2022_11_28/types/group_0065.py +77 -0
  1326. githubkit/versions/ghec_v2022_11_28/types/group_0066.py +125 -0
  1327. githubkit/versions/ghec_v2022_11_28/types/group_0067.py +44 -0
  1328. githubkit/versions/ghec_v2022_11_28/types/group_0068.py +43 -0
  1329. githubkit/versions/ghec_v2022_11_28/types/group_0069.py +25 -0
  1330. githubkit/versions/ghec_v2022_11_28/types/group_0070.py +37 -0
  1331. githubkit/versions/ghec_v2022_11_28/types/group_0071.py +37 -0
  1332. githubkit/versions/ghec_v2022_11_28/types/group_0072.py +39 -0
  1333. githubkit/versions/ghec_v2022_11_28/types/group_0073.py +44 -0
  1334. githubkit/versions/ghec_v2022_11_28/types/group_0074.py +61 -0
  1335. githubkit/versions/ghec_v2022_11_28/types/group_0075.py +72 -0
  1336. githubkit/versions/ghec_v2022_11_28/types/group_0076.py +153 -0
  1337. githubkit/versions/ghec_v2022_11_28/types/group_0077.py +47 -0
  1338. githubkit/versions/ghec_v2022_11_28/types/group_0078.py +32 -0
  1339. githubkit/versions/ghec_v2022_11_28/types/group_0079.py +35 -0
  1340. githubkit/versions/ghec_v2022_11_28/types/group_0080.py +96 -0
  1341. githubkit/versions/ghec_v2022_11_28/types/group_0081.py +25 -0
  1342. githubkit/versions/ghec_v2022_11_28/types/group_0082.py +22 -0
  1343. githubkit/versions/ghec_v2022_11_28/types/group_0083.py +25 -0
  1344. githubkit/versions/ghec_v2022_11_28/types/group_0084.py +29 -0
  1345. githubkit/versions/ghec_v2022_11_28/types/group_0085.py +31 -0
  1346. githubkit/versions/ghec_v2022_11_28/types/group_0086.py +102 -0
  1347. githubkit/versions/ghec_v2022_11_28/types/group_0087.py +29 -0
  1348. githubkit/versions/ghec_v2022_11_28/types/group_0088.py +50 -0
  1349. githubkit/versions/ghec_v2022_11_28/types/group_0089.py +37 -0
  1350. githubkit/versions/ghec_v2022_11_28/types/group_0090.py +53 -0
  1351. githubkit/versions/ghec_v2022_11_28/types/group_0091.py +95 -0
  1352. githubkit/versions/ghec_v2022_11_28/types/group_0092.py +37 -0
  1353. githubkit/versions/ghec_v2022_11_28/types/group_0093.py +25 -0
  1354. githubkit/versions/ghec_v2022_11_28/types/group_0094.py +25 -0
  1355. githubkit/versions/ghec_v2022_11_28/types/group_0095.py +25 -0
  1356. githubkit/versions/ghec_v2022_11_28/types/group_0096.py +39 -0
  1357. githubkit/versions/ghec_v2022_11_28/types/group_0097.py +49 -0
  1358. githubkit/versions/ghec_v2022_11_28/types/group_0098.py +36 -0
  1359. githubkit/versions/ghec_v2022_11_28/types/group_0099.py +38 -0
  1360. githubkit/versions/ghec_v2022_11_28/types/group_0100.py +25 -0
  1361. githubkit/versions/ghec_v2022_11_28/types/group_0101.py +48 -0
  1362. githubkit/versions/ghec_v2022_11_28/types/group_0102.py +28 -0
  1363. githubkit/versions/ghec_v2022_11_28/types/group_0103.py +28 -0
  1364. githubkit/versions/ghec_v2022_11_28/types/group_0104.py +43 -0
  1365. githubkit/versions/ghec_v2022_11_28/types/group_0105.py +46 -0
  1366. githubkit/versions/ghec_v2022_11_28/types/group_0106.py +25 -0
  1367. githubkit/versions/ghec_v2022_11_28/types/group_0107.py +44 -0
  1368. githubkit/versions/ghec_v2022_11_28/types/group_0108.py +61 -0
  1369. githubkit/versions/ghec_v2022_11_28/types/group_0109.py +76 -0
  1370. githubkit/versions/ghec_v2022_11_28/types/group_0110.py +69 -0
  1371. githubkit/versions/ghec_v2022_11_28/types/group_0111.py +42 -0
  1372. githubkit/versions/ghec_v2022_11_28/types/group_0112.py +33 -0
  1373. githubkit/versions/ghec_v2022_11_28/types/group_0113.py +26 -0
  1374. githubkit/versions/ghec_v2022_11_28/types/group_0114.py +30 -0
  1375. githubkit/versions/ghec_v2022_11_28/types/group_0115.py +28 -0
  1376. githubkit/versions/ghec_v2022_11_28/types/group_0116.py +159 -0
  1377. githubkit/versions/ghec_v2022_11_28/types/group_0117.py +27 -0
  1378. githubkit/versions/ghec_v2022_11_28/types/group_0118.py +26 -0
  1379. githubkit/versions/ghec_v2022_11_28/types/group_0119.py +23 -0
  1380. githubkit/versions/ghec_v2022_11_28/types/group_0120.py +30 -0
  1381. githubkit/versions/ghec_v2022_11_28/types/group_0121.py +24 -0
  1382. githubkit/versions/ghec_v2022_11_28/types/group_0122.py +28 -0
  1383. githubkit/versions/ghec_v2022_11_28/types/group_0123.py +22 -0
  1384. githubkit/versions/ghec_v2022_11_28/types/group_0124.py +30 -0
  1385. githubkit/versions/ghec_v2022_11_28/types/group_0125.py +38 -0
  1386. githubkit/versions/ghec_v2022_11_28/types/group_0126.py +32 -0
  1387. githubkit/versions/ghec_v2022_11_28/types/group_0127.py +30 -0
  1388. githubkit/versions/ghec_v2022_11_28/types/group_0128.py +32 -0
  1389. githubkit/versions/ghec_v2022_11_28/types/group_0129.py +57 -0
  1390. githubkit/versions/ghec_v2022_11_28/types/group_0130.py +28 -0
  1391. githubkit/versions/ghec_v2022_11_28/types/group_0131.py +21 -0
  1392. githubkit/versions/ghec_v2022_11_28/types/group_0132.py +25 -0
  1393. githubkit/versions/ghec_v2022_11_28/types/group_0133.py +29 -0
  1394. githubkit/versions/ghec_v2022_11_28/types/group_0134.py +22 -0
  1395. githubkit/versions/ghec_v2022_11_28/types/group_0135.py +29 -0
  1396. githubkit/versions/ghec_v2022_11_28/types/group_0136.py +25 -0
  1397. githubkit/versions/ghec_v2022_11_28/types/group_0137.py +29 -0
  1398. githubkit/versions/ghec_v2022_11_28/types/group_0138.py +36 -0
  1399. githubkit/versions/ghec_v2022_11_28/types/group_0139.py +28 -0
  1400. githubkit/versions/ghec_v2022_11_28/types/group_0140.py +25 -0
  1401. githubkit/versions/ghec_v2022_11_28/types/group_0141.py +28 -0
  1402. githubkit/versions/ghec_v2022_11_28/types/group_0142.py +25 -0
  1403. githubkit/versions/ghec_v2022_11_28/types/group_0143.py +28 -0
  1404. githubkit/versions/ghec_v2022_11_28/types/group_0144.py +25 -0
  1405. githubkit/versions/ghec_v2022_11_28/types/group_0145.py +28 -0
  1406. githubkit/versions/ghec_v2022_11_28/types/group_0146.py +25 -0
  1407. githubkit/versions/ghec_v2022_11_28/types/group_0147.py +28 -0
  1408. githubkit/versions/ghec_v2022_11_28/types/group_0148.py +25 -0
  1409. githubkit/versions/ghec_v2022_11_28/types/group_0149.py +25 -0
  1410. githubkit/versions/ghec_v2022_11_28/types/group_0150.py +29 -0
  1411. githubkit/versions/ghec_v2022_11_28/types/group_0151.py +37 -0
  1412. githubkit/versions/ghec_v2022_11_28/types/group_0152.py +29 -0
  1413. githubkit/versions/ghec_v2022_11_28/types/group_0153.py +116 -0
  1414. githubkit/versions/ghec_v2022_11_28/types/group_0154.py +33 -0
  1415. githubkit/versions/ghec_v2022_11_28/types/group_0155.py +59 -0
  1416. githubkit/versions/ghec_v2022_11_28/types/group_0156.py +40 -0
  1417. githubkit/versions/ghec_v2022_11_28/types/group_0157.py +148 -0
  1418. githubkit/versions/ghec_v2022_11_28/types/group_0158.py +38 -0
  1419. githubkit/versions/ghec_v2022_11_28/types/group_0159.py +119 -0
  1420. githubkit/versions/ghec_v2022_11_28/types/group_0160.py +47 -0
  1421. githubkit/versions/ghec_v2022_11_28/types/group_0161.py +41 -0
  1422. githubkit/versions/ghec_v2022_11_28/types/group_0162.py +35 -0
  1423. githubkit/versions/ghec_v2022_11_28/types/group_0163.py +27 -0
  1424. githubkit/versions/ghec_v2022_11_28/types/group_0164.py +53 -0
  1425. githubkit/versions/ghec_v2022_11_28/types/group_0165.py +130 -0
  1426. githubkit/versions/ghec_v2022_11_28/types/group_0166.py +40 -0
  1427. githubkit/versions/ghec_v2022_11_28/types/group_0167.py +32 -0
  1428. githubkit/versions/ghec_v2022_11_28/types/group_0168.py +28 -0
  1429. githubkit/versions/ghec_v2022_11_28/types/group_0169.py +24 -0
  1430. githubkit/versions/ghec_v2022_11_28/types/group_0170.py +28 -0
  1431. githubkit/versions/ghec_v2022_11_28/types/group_0171.py +32 -0
  1432. githubkit/versions/ghec_v2022_11_28/types/group_0172.py +49 -0
  1433. githubkit/versions/ghec_v2022_11_28/types/group_0173.py +42 -0
  1434. githubkit/versions/ghec_v2022_11_28/types/group_0174.py +75 -0
  1435. githubkit/versions/ghec_v2022_11_28/types/group_0175.py +26 -0
  1436. githubkit/versions/ghec_v2022_11_28/types/group_0176.py +27 -0
  1437. githubkit/versions/ghec_v2022_11_28/types/group_0177.py +25 -0
  1438. githubkit/versions/ghec_v2022_11_28/types/group_0178.py +24 -0
  1439. githubkit/versions/ghec_v2022_11_28/types/group_0179.py +22 -0
  1440. githubkit/versions/ghec_v2022_11_28/types/group_0180.py +63 -0
  1441. githubkit/versions/ghec_v2022_11_28/types/group_0181.py +55 -0
  1442. githubkit/versions/ghec_v2022_11_28/types/group_0182.py +80 -0
  1443. githubkit/versions/ghec_v2022_11_28/types/group_0183.py +46 -0
  1444. githubkit/versions/ghec_v2022_11_28/types/group_0184.py +22 -0
  1445. githubkit/versions/ghec_v2022_11_28/types/group_0185.py +24 -0
  1446. githubkit/versions/ghec_v2022_11_28/types/group_0186.py +54 -0
  1447. githubkit/versions/ghec_v2022_11_28/types/group_0187.py +53 -0
  1448. githubkit/versions/ghec_v2022_11_28/types/group_0188.py +94 -0
  1449. githubkit/versions/ghec_v2022_11_28/types/group_0189.py +56 -0
  1450. githubkit/versions/ghec_v2022_11_28/types/group_0190.py +42 -0
  1451. githubkit/versions/ghec_v2022_11_28/types/group_0191.py +27 -0
  1452. githubkit/versions/ghec_v2022_11_28/types/group_0192.py +25 -0
  1453. githubkit/versions/ghec_v2022_11_28/types/group_0193.py +39 -0
  1454. githubkit/versions/ghec_v2022_11_28/types/group_0194.py +45 -0
  1455. githubkit/versions/ghec_v2022_11_28/types/group_0195.py +133 -0
  1456. githubkit/versions/ghec_v2022_11_28/types/group_0196.py +146 -0
  1457. githubkit/versions/ghec_v2022_11_28/types/group_0197.py +40 -0
  1458. githubkit/versions/ghec_v2022_11_28/types/group_0198.py +26 -0
  1459. githubkit/versions/ghec_v2022_11_28/types/group_0199.py +25 -0
  1460. githubkit/versions/ghec_v2022_11_28/types/group_0200.py +37 -0
  1461. githubkit/versions/ghec_v2022_11_28/types/group_0201.py +59 -0
  1462. githubkit/versions/ghec_v2022_11_28/types/group_0202.py +41 -0
  1463. githubkit/versions/ghec_v2022_11_28/types/group_0203.py +44 -0
  1464. githubkit/versions/ghec_v2022_11_28/types/group_0204.py +141 -0
  1465. githubkit/versions/ghec_v2022_11_28/types/group_0205.py +36 -0
  1466. githubkit/versions/ghec_v2022_11_28/types/group_0206.py +46 -0
  1467. githubkit/versions/ghec_v2022_11_28/types/group_0207.py +42 -0
  1468. githubkit/versions/ghec_v2022_11_28/types/group_0208.py +79 -0
  1469. githubkit/versions/ghec_v2022_11_28/types/group_0209.py +34 -0
  1470. githubkit/versions/ghec_v2022_11_28/types/group_0210.py +77 -0
  1471. githubkit/versions/ghec_v2022_11_28/types/group_0211.py +47 -0
  1472. githubkit/versions/ghec_v2022_11_28/types/group_0212.py +44 -0
  1473. githubkit/versions/ghec_v2022_11_28/types/group_0213.py +62 -0
  1474. githubkit/versions/ghec_v2022_11_28/types/group_0214.py +38 -0
  1475. githubkit/versions/ghec_v2022_11_28/types/group_0215.py +26 -0
  1476. githubkit/versions/ghec_v2022_11_28/types/group_0216.py +37 -0
  1477. githubkit/versions/ghec_v2022_11_28/types/group_0217.py +45 -0
  1478. githubkit/versions/ghec_v2022_11_28/types/group_0218.py +40 -0
  1479. githubkit/versions/ghec_v2022_11_28/types/group_0219.py +27 -0
  1480. githubkit/versions/ghec_v2022_11_28/types/group_0220.py +22 -0
  1481. githubkit/versions/ghec_v2022_11_28/types/group_0221.py +24 -0
  1482. githubkit/versions/ghec_v2022_11_28/types/group_0222.py +40 -0
  1483. githubkit/versions/ghec_v2022_11_28/types/group_0223.py +24 -0
  1484. githubkit/versions/ghec_v2022_11_28/types/group_0224.py +38 -0
  1485. githubkit/versions/ghec_v2022_11_28/types/group_0225.py +71 -0
  1486. githubkit/versions/ghec_v2022_11_28/types/group_0226.py +66 -0
  1487. githubkit/versions/ghec_v2022_11_28/types/group_0227.py +36 -0
  1488. githubkit/versions/ghec_v2022_11_28/types/group_0228.py +24 -0
  1489. githubkit/versions/ghec_v2022_11_28/types/group_0229.py +30 -0
  1490. githubkit/versions/ghec_v2022_11_28/types/group_0230.py +92 -0
  1491. githubkit/versions/ghec_v2022_11_28/types/group_0231.py +42 -0
  1492. githubkit/versions/ghec_v2022_11_28/types/group_0232.py +30 -0
  1493. githubkit/versions/ghec_v2022_11_28/types/group_0233.py +53 -0
  1494. githubkit/versions/ghec_v2022_11_28/types/group_0234.py +37 -0
  1495. githubkit/versions/ghec_v2022_11_28/types/group_0235.py +57 -0
  1496. githubkit/versions/ghec_v2022_11_28/types/group_0236.py +40 -0
  1497. githubkit/versions/ghec_v2022_11_28/types/group_0237.py +72 -0
  1498. githubkit/versions/ghec_v2022_11_28/types/group_0238.py +43 -0
  1499. githubkit/versions/ghec_v2022_11_28/types/group_0239.py +49 -0
  1500. githubkit/versions/ghec_v2022_11_28/types/group_0240.py +46 -0
  1501. githubkit/versions/ghec_v2022_11_28/types/group_0241.py +46 -0
  1502. githubkit/versions/ghec_v2022_11_28/types/group_0242.py +114 -0
  1503. githubkit/versions/ghec_v2022_11_28/types/group_0243.py +45 -0
  1504. githubkit/versions/ghec_v2022_11_28/types/group_0244.py +50 -0
  1505. githubkit/versions/ghec_v2022_11_28/types/group_0245.py +29 -0
  1506. githubkit/versions/ghec_v2022_11_28/types/group_0246.py +43 -0
  1507. githubkit/versions/ghec_v2022_11_28/types/group_0247.py +77 -0
  1508. githubkit/versions/ghec_v2022_11_28/types/group_0248.py +23 -0
  1509. githubkit/versions/ghec_v2022_11_28/types/group_0249.py +28 -0
  1510. githubkit/versions/ghec_v2022_11_28/types/group_0250.py +43 -0
  1511. githubkit/versions/ghec_v2022_11_28/types/group_0251.py +66 -0
  1512. githubkit/versions/ghec_v2022_11_28/types/group_0252.py +45 -0
  1513. githubkit/versions/ghec_v2022_11_28/types/group_0253.py +26 -0
  1514. githubkit/versions/ghec_v2022_11_28/types/group_0254.py +76 -0
  1515. githubkit/versions/ghec_v2022_11_28/types/group_0255.py +30 -0
  1516. githubkit/versions/ghec_v2022_11_28/types/group_0256.py +26 -0
  1517. githubkit/versions/ghec_v2022_11_28/types/group_0257.py +23 -0
  1518. githubkit/versions/ghec_v2022_11_28/types/group_0258.py +21 -0
  1519. githubkit/versions/ghec_v2022_11_28/types/group_0259.py +27 -0
  1520. githubkit/versions/ghec_v2022_11_28/types/group_0260.py +46 -0
  1521. githubkit/versions/ghec_v2022_11_28/types/group_0261.py +25 -0
  1522. githubkit/versions/ghec_v2022_11_28/types/group_0262.py +31 -0
  1523. githubkit/versions/ghec_v2022_11_28/types/group_0263.py +88 -0
  1524. githubkit/versions/ghec_v2022_11_28/types/group_0264.py +38 -0
  1525. githubkit/versions/ghec_v2022_11_28/types/group_0265.py +53 -0
  1526. githubkit/versions/ghec_v2022_11_28/types/group_0266.py +42 -0
  1527. githubkit/versions/ghec_v2022_11_28/types/group_0267.py +24 -0
  1528. githubkit/versions/ghec_v2022_11_28/types/group_0268.py +41 -0
  1529. githubkit/versions/ghec_v2022_11_28/types/group_0269.py +75 -0
  1530. githubkit/versions/ghec_v2022_11_28/types/group_0270.py +30 -0
  1531. githubkit/versions/ghec_v2022_11_28/types/group_0271.py +27 -0
  1532. githubkit/versions/ghec_v2022_11_28/types/group_0272.py +122 -0
  1533. githubkit/versions/ghec_v2022_11_28/types/group_0273.py +47 -0
  1534. githubkit/versions/ghec_v2022_11_28/types/group_0274.py +47 -0
  1535. githubkit/versions/ghec_v2022_11_28/types/group_0275.py +38 -0
  1536. githubkit/versions/ghec_v2022_11_28/types/group_0276.py +38 -0
  1537. githubkit/versions/ghec_v2022_11_28/types/group_0277.py +46 -0
  1538. githubkit/versions/ghec_v2022_11_28/types/group_0278.py +46 -0
  1539. githubkit/versions/ghec_v2022_11_28/types/group_0279.py +47 -0
  1540. githubkit/versions/ghec_v2022_11_28/types/group_0280.py +40 -0
  1541. githubkit/versions/ghec_v2022_11_28/types/group_0281.py +40 -0
  1542. githubkit/versions/ghec_v2022_11_28/types/group_0282.py +49 -0
  1543. githubkit/versions/ghec_v2022_11_28/types/group_0283.py +37 -0
  1544. githubkit/versions/ghec_v2022_11_28/types/group_0284.py +51 -0
  1545. githubkit/versions/ghec_v2022_11_28/types/group_0285.py +51 -0
  1546. githubkit/versions/ghec_v2022_11_28/types/group_0286.py +51 -0
  1547. githubkit/versions/ghec_v2022_11_28/types/group_0287.py +51 -0
  1548. githubkit/versions/ghec_v2022_11_28/types/group_0288.py +32 -0
  1549. githubkit/versions/ghec_v2022_11_28/types/group_0289.py +54 -0
  1550. githubkit/versions/ghec_v2022_11_28/types/group_0290.py +33 -0
  1551. githubkit/versions/ghec_v2022_11_28/types/group_0291.py +24 -0
  1552. githubkit/versions/ghec_v2022_11_28/types/group_0292.py +89 -0
  1553. githubkit/versions/ghec_v2022_11_28/types/group_0293.py +74 -0
  1554. githubkit/versions/ghec_v2022_11_28/types/group_0294.py +111 -0
  1555. githubkit/versions/ghec_v2022_11_28/types/group_0295.py +37 -0
  1556. githubkit/versions/ghec_v2022_11_28/types/group_0296.py +37 -0
  1557. githubkit/versions/ghec_v2022_11_28/types/group_0297.py +37 -0
  1558. githubkit/versions/ghec_v2022_11_28/types/group_0298.py +33 -0
  1559. githubkit/versions/ghec_v2022_11_28/types/group_0299.py +22 -0
  1560. githubkit/versions/ghec_v2022_11_28/types/group_0300.py +50 -0
  1561. githubkit/versions/ghec_v2022_11_28/types/group_0301.py +27 -0
  1562. githubkit/versions/ghec_v2022_11_28/types/group_0302.py +72 -0
  1563. githubkit/versions/ghec_v2022_11_28/types/group_0303.py +44 -0
  1564. githubkit/versions/ghec_v2022_11_28/types/group_0304.py +25 -0
  1565. githubkit/versions/ghec_v2022_11_28/types/group_0305.py +28 -0
  1566. githubkit/versions/ghec_v2022_11_28/types/group_0306.py +36 -0
  1567. githubkit/versions/ghec_v2022_11_28/types/group_0307.py +96 -0
  1568. githubkit/versions/ghec_v2022_11_28/types/group_0308.py +93 -0
  1569. githubkit/versions/ghec_v2022_11_28/types/group_0309.py +203 -0
  1570. githubkit/versions/ghec_v2022_11_28/types/group_0310.py +54 -0
  1571. githubkit/versions/ghec_v2022_11_28/types/group_0311.py +146 -0
  1572. githubkit/versions/ghec_v2022_11_28/types/group_0312.py +30 -0
  1573. githubkit/versions/ghec_v2022_11_28/types/group_0313.py +26 -0
  1574. githubkit/versions/ghec_v2022_11_28/types/group_0314.py +29 -0
  1575. githubkit/versions/ghec_v2022_11_28/types/group_0315.py +73 -0
  1576. githubkit/versions/ghec_v2022_11_28/types/group_0316.py +66 -0
  1577. githubkit/versions/ghec_v2022_11_28/types/group_0317.py +25 -0
  1578. githubkit/versions/ghec_v2022_11_28/types/group_0318.py +40 -0
  1579. githubkit/versions/ghec_v2022_11_28/types/group_0319.py +52 -0
  1580. githubkit/versions/ghec_v2022_11_28/types/group_0320.py +25 -0
  1581. githubkit/versions/ghec_v2022_11_28/types/group_0321.py +28 -0
  1582. githubkit/versions/ghec_v2022_11_28/types/group_0322.py +25 -0
  1583. githubkit/versions/ghec_v2022_11_28/types/group_0323.py +28 -0
  1584. githubkit/versions/ghec_v2022_11_28/types/group_0324.py +25 -0
  1585. githubkit/versions/ghec_v2022_11_28/types/group_0325.py +25 -0
  1586. githubkit/versions/ghec_v2022_11_28/types/group_0326.py +28 -0
  1587. githubkit/versions/ghec_v2022_11_28/types/group_0327.py +25 -0
  1588. githubkit/versions/ghec_v2022_11_28/types/group_0328.py +28 -0
  1589. githubkit/versions/ghec_v2022_11_28/types/group_0329.py +28 -0
  1590. githubkit/versions/ghec_v2022_11_28/types/group_0330.py +25 -0
  1591. githubkit/versions/ghec_v2022_11_28/types/group_0331.py +28 -0
  1592. githubkit/versions/ghec_v2022_11_28/types/group_0332.py +28 -0
  1593. githubkit/versions/ghec_v2022_11_28/types/group_0333.py +28 -0
  1594. githubkit/versions/ghec_v2022_11_28/types/group_0334.py +28 -0
  1595. githubkit/versions/ghec_v2022_11_28/types/group_0335.py +28 -0
  1596. githubkit/versions/ghec_v2022_11_28/types/group_0336.py +28 -0
  1597. githubkit/versions/ghec_v2022_11_28/types/group_0337.py +44 -0
  1598. githubkit/versions/ghec_v2022_11_28/types/group_0338.py +88 -0
  1599. githubkit/versions/ghec_v2022_11_28/types/group_0339.py +69 -0
  1600. githubkit/versions/ghec_v2022_11_28/types/group_0340.py +92 -0
  1601. githubkit/versions/ghec_v2022_11_28/types/group_0341.py +29 -0
  1602. githubkit/versions/ghec_v2022_11_28/types/group_0342.py +27 -0
  1603. githubkit/versions/ghec_v2022_11_28/types/group_0343.py +41 -0
  1604. githubkit/versions/ghec_v2022_11_28/types/group_0344.py +23 -0
  1605. githubkit/versions/ghec_v2022_11_28/types/group_0345.py +31 -0
  1606. githubkit/versions/ghec_v2022_11_28/types/group_0346.py +38 -0
  1607. githubkit/versions/ghec_v2022_11_28/types/group_0347.py +28 -0
  1608. githubkit/versions/ghec_v2022_11_28/types/group_0348.py +25 -0
  1609. githubkit/versions/ghec_v2022_11_28/types/group_0349.py +24 -0
  1610. githubkit/versions/ghec_v2022_11_28/types/group_0350.py +29 -0
  1611. githubkit/versions/ghec_v2022_11_28/types/group_0351.py +27 -0
  1612. githubkit/versions/ghec_v2022_11_28/types/group_0352.py +26 -0
  1613. githubkit/versions/ghec_v2022_11_28/types/group_0353.py +29 -0
  1614. githubkit/versions/ghec_v2022_11_28/types/group_0354.py +41 -0
  1615. githubkit/versions/ghec_v2022_11_28/types/group_0355.py +28 -0
  1616. githubkit/versions/ghec_v2022_11_28/types/group_0356.py +56 -0
  1617. githubkit/versions/ghec_v2022_11_28/types/group_0357.py +37 -0
  1618. githubkit/versions/ghec_v2022_11_28/types/group_0358.py +35 -0
  1619. githubkit/versions/ghec_v2022_11_28/types/group_0359.py +34 -0
  1620. githubkit/versions/ghec_v2022_11_28/types/group_0360.py +35 -0
  1621. githubkit/versions/ghec_v2022_11_28/types/group_0361.py +36 -0
  1622. githubkit/versions/ghec_v2022_11_28/types/group_0362.py +32 -0
  1623. githubkit/versions/ghec_v2022_11_28/types/group_0363.py +50 -0
  1624. githubkit/versions/ghec_v2022_11_28/types/group_0364.py +27 -0
  1625. githubkit/versions/ghec_v2022_11_28/types/group_0365.py +23 -0
  1626. githubkit/versions/ghec_v2022_11_28/types/group_0366.py +52 -0
  1627. githubkit/versions/ghec_v2022_11_28/types/group_0367.py +120 -0
  1628. githubkit/versions/ghec_v2022_11_28/types/group_0368.py +36 -0
  1629. githubkit/versions/ghec_v2022_11_28/types/group_0369.py +52 -0
  1630. githubkit/versions/ghec_v2022_11_28/types/group_0370.py +62 -0
  1631. githubkit/versions/ghec_v2022_11_28/types/group_0371.py +51 -0
  1632. githubkit/versions/ghec_v2022_11_28/types/group_0372.py +111 -0
  1633. githubkit/versions/ghec_v2022_11_28/types/group_0373.py +46 -0
  1634. githubkit/versions/ghec_v2022_11_28/types/group_0374.py +140 -0
  1635. githubkit/versions/ghec_v2022_11_28/types/group_0375.py +92 -0
  1636. githubkit/versions/ghec_v2022_11_28/types/group_0376.py +72 -0
  1637. githubkit/versions/ghec_v2022_11_28/types/group_0377.py +79 -0
  1638. githubkit/versions/ghec_v2022_11_28/types/group_0378.py +25 -0
  1639. githubkit/versions/ghec_v2022_11_28/types/group_0379.py +33 -0
  1640. githubkit/versions/ghec_v2022_11_28/types/group_0380.py +103 -0
  1641. githubkit/versions/ghec_v2022_11_28/types/group_0381.py +28 -0
  1642. githubkit/versions/ghec_v2022_11_28/types/group_0382.py +78 -0
  1643. githubkit/versions/ghec_v2022_11_28/types/group_0383.py +31 -0
  1644. githubkit/versions/ghec_v2022_11_28/types/group_0384.py +50 -0
  1645. githubkit/versions/ghec_v2022_11_28/types/group_0385.py +25 -0
  1646. githubkit/versions/ghec_v2022_11_28/types/group_0386.py +28 -0
  1647. githubkit/versions/ghec_v2022_11_28/types/group_0387.py +28 -0
  1648. githubkit/versions/ghec_v2022_11_28/types/group_0388.py +35 -0
  1649. githubkit/versions/ghec_v2022_11_28/types/group_0389.py +25 -0
  1650. githubkit/versions/ghec_v2022_11_28/types/group_0390.py +40 -0
  1651. githubkit/versions/ghec_v2022_11_28/types/group_0391.py +30 -0
  1652. githubkit/versions/ghec_v2022_11_28/types/group_0392.py +39 -0
  1653. githubkit/versions/ghec_v2022_11_28/types/group_0393.py +289 -0
  1654. githubkit/versions/ghec_v2022_11_28/types/group_0394.py +46 -0
  1655. githubkit/versions/ghec_v2022_11_28/types/group_0395.py +60 -0
  1656. githubkit/versions/ghec_v2022_11_28/types/group_0396.py +75 -0
  1657. githubkit/versions/ghec_v2022_11_28/types/group_0397.py +144 -0
  1658. githubkit/versions/ghec_v2022_11_28/types/group_0398.py +30 -0
  1659. githubkit/versions/ghec_v2022_11_28/types/group_0399.py +146 -0
  1660. githubkit/versions/ghec_v2022_11_28/types/group_0400.py +41 -0
  1661. githubkit/versions/ghec_v2022_11_28/types/group_0401.py +36 -0
  1662. githubkit/versions/ghec_v2022_11_28/types/group_0402.py +51 -0
  1663. githubkit/versions/ghec_v2022_11_28/types/group_0403.py +33 -0
  1664. githubkit/versions/ghec_v2022_11_28/types/group_0404.py +33 -0
  1665. githubkit/versions/ghec_v2022_11_28/types/group_0405.py +79 -0
  1666. githubkit/versions/ghec_v2022_11_28/types/group_0406.py +79 -0
  1667. githubkit/versions/ghec_v2022_11_28/types/group_0407.py +175 -0
  1668. githubkit/versions/ghec_v2022_11_28/types/group_0408.py +33 -0
  1669. githubkit/versions/ghec_v2022_11_28/types/group_0409.py +24 -0
  1670. githubkit/versions/ghec_v2022_11_28/types/group_0410.py +33 -0
  1671. githubkit/versions/ghec_v2022_11_28/types/group_0411.py +24 -0
  1672. githubkit/versions/ghec_v2022_11_28/types/group_0412.py +46 -0
  1673. githubkit/versions/ghec_v2022_11_28/types/group_0413.py +24 -0
  1674. githubkit/versions/ghec_v2022_11_28/types/group_0414.py +33 -0
  1675. githubkit/versions/ghec_v2022_11_28/types/group_0415.py +24 -0
  1676. githubkit/versions/ghec_v2022_11_28/types/group_0416.py +331 -0
  1677. githubkit/versions/ghec_v2022_11_28/types/group_0417.py +329 -0
  1678. githubkit/versions/ghec_v2022_11_28/types/group_0418.py +323 -0
  1679. githubkit/versions/ghec_v2022_11_28/types/group_0419.py +159 -0
  1680. githubkit/versions/ghec_v2022_11_28/types/group_0420.py +161 -0
  1681. githubkit/versions/ghec_v2022_11_28/types/group_0421.py +129 -0
  1682. githubkit/versions/ghec_v2022_11_28/types/group_0422.py +155 -0
  1683. githubkit/versions/ghec_v2022_11_28/types/group_0423.py +132 -0
  1684. githubkit/versions/ghec_v2022_11_28/types/group_0424.py +126 -0
  1685. githubkit/versions/ghec_v2022_11_28/types/group_0425.py +112 -0
  1686. githubkit/versions/ghec_v2022_11_28/types/group_0426.py +37 -0
  1687. githubkit/versions/ghec_v2022_11_28/types/group_0427.py +33 -0
  1688. githubkit/versions/ghec_v2022_11_28/types/group_0428.py +41 -0
  1689. githubkit/versions/ghec_v2022_11_28/types/group_0429.py +33 -0
  1690. githubkit/versions/ghec_v2022_11_28/types/group_0430.py +36 -0
  1691. githubkit/versions/ghec_v2022_11_28/types/group_0431.py +35 -0
  1692. githubkit/versions/ghec_v2022_11_28/types/group_0432.py +35 -0
  1693. githubkit/versions/ghec_v2022_11_28/types/group_0433.py +35 -0
  1694. githubkit/versions/ghec_v2022_11_28/types/group_0434.py +35 -0
  1695. githubkit/versions/ghec_v2022_11_28/types/group_0435.py +35 -0
  1696. githubkit/versions/ghec_v2022_11_28/types/group_0436.py +35 -0
  1697. githubkit/versions/ghec_v2022_11_28/types/group_0437.py +35 -0
  1698. githubkit/versions/ghec_v2022_11_28/types/group_0438.py +35 -0
  1699. githubkit/versions/ghec_v2022_11_28/types/group_0439.py +55 -0
  1700. githubkit/versions/ghec_v2022_11_28/types/group_0440.py +55 -0
  1701. githubkit/versions/ghec_v2022_11_28/types/group_0441.py +623 -0
  1702. githubkit/versions/ghec_v2022_11_28/types/group_0442.py +38 -0
  1703. githubkit/versions/ghec_v2022_11_28/types/group_0443.py +496 -0
  1704. githubkit/versions/ghec_v2022_11_28/types/group_0444.py +494 -0
  1705. githubkit/versions/ghec_v2022_11_28/types/group_0445.py +482 -0
  1706. githubkit/versions/ghec_v2022_11_28/types/group_0446.py +889 -0
  1707. githubkit/versions/ghec_v2022_11_28/types/group_0447.py +110 -0
  1708. githubkit/versions/ghec_v2022_11_28/types/group_0448.py +69 -0
  1709. githubkit/versions/ghec_v2022_11_28/types/group_0449.py +35 -0
  1710. githubkit/versions/ghec_v2022_11_28/types/group_0450.py +109 -0
  1711. githubkit/versions/ghec_v2022_11_28/types/group_0451.py +109 -0
  1712. githubkit/versions/ghec_v2022_11_28/types/group_0452.py +124 -0
  1713. githubkit/versions/ghec_v2022_11_28/types/group_0453.py +132 -0
  1714. githubkit/versions/ghec_v2022_11_28/types/group_0454.py +144 -0
  1715. githubkit/versions/ghec_v2022_11_28/types/group_0455.py +102 -0
  1716. githubkit/versions/ghec_v2022_11_28/types/group_0456.py +35 -0
  1717. githubkit/versions/ghec_v2022_11_28/types/group_0457.py +60 -0
  1718. githubkit/versions/ghec_v2022_11_28/types/group_0458.py +51 -0
  1719. githubkit/versions/ghec_v2022_11_28/types/group_0459.py +35 -0
  1720. githubkit/versions/ghec_v2022_11_28/types/group_0460.py +35 -0
  1721. githubkit/versions/ghec_v2022_11_28/types/group_0461.py +35 -0
  1722. githubkit/versions/ghec_v2022_11_28/types/group_0462.py +37 -0
  1723. githubkit/versions/ghec_v2022_11_28/types/group_0463.py +25 -0
  1724. githubkit/versions/ghec_v2022_11_28/types/group_0464.py +106 -0
  1725. githubkit/versions/ghec_v2022_11_28/types/group_0465.py +51 -0
  1726. githubkit/versions/ghec_v2022_11_28/types/group_0466.py +35 -0
  1727. githubkit/versions/ghec_v2022_11_28/types/group_0467.py +35 -0
  1728. githubkit/versions/ghec_v2022_11_28/types/group_0468.py +36 -0
  1729. githubkit/versions/ghec_v2022_11_28/types/group_0469.py +162 -0
  1730. githubkit/versions/ghec_v2022_11_28/types/group_0470.py +161 -0
  1731. githubkit/versions/ghec_v2022_11_28/types/group_0471.py +37 -0
  1732. githubkit/versions/ghec_v2022_11_28/types/group_0472.py +130 -0
  1733. githubkit/versions/ghec_v2022_11_28/types/group_0473.py +25 -0
  1734. githubkit/versions/ghec_v2022_11_28/types/group_0474.py +47 -0
  1735. githubkit/versions/ghec_v2022_11_28/types/group_0475.py +75 -0
  1736. githubkit/versions/ghec_v2022_11_28/types/group_0476.py +48 -0
  1737. githubkit/versions/ghec_v2022_11_28/types/group_0477.py +50 -0
  1738. githubkit/versions/ghec_v2022_11_28/types/group_0478.py +92 -0
  1739. githubkit/versions/ghec_v2022_11_28/types/group_0479.py +92 -0
  1740. githubkit/versions/ghec_v2022_11_28/types/group_0480.py +48 -0
  1741. githubkit/versions/ghec_v2022_11_28/types/group_0481.py +102 -0
  1742. githubkit/versions/ghec_v2022_11_28/types/group_0482.py +50 -0
  1743. githubkit/versions/ghec_v2022_11_28/types/group_0483.py +37 -0
  1744. githubkit/versions/ghec_v2022_11_28/types/group_0484.py +94 -0
  1745. githubkit/versions/ghec_v2022_11_28/types/group_0485.py +155 -0
  1746. githubkit/versions/ghec_v2022_11_28/types/group_0486.py +161 -0
  1747. githubkit/versions/ghec_v2022_11_28/types/group_0487.py +69 -0
  1748. githubkit/versions/ghec_v2022_11_28/types/group_0488.py +42 -0
  1749. githubkit/versions/ghec_v2022_11_28/types/group_0489.py +47 -0
  1750. githubkit/versions/ghec_v2022_11_28/types/group_0490.py +93 -0
  1751. githubkit/versions/ghec_v2022_11_28/types/group_0491.py +102 -0
  1752. githubkit/versions/ghec_v2022_11_28/types/group_0492.py +155 -0
  1753. githubkit/versions/ghec_v2022_11_28/types/group_0493.py +44 -0
  1754. githubkit/versions/ghec_v2022_11_28/types/group_0494.py +96 -0
  1755. githubkit/versions/ghec_v2022_11_28/types/group_0495.py +37 -0
  1756. githubkit/versions/ghec_v2022_11_28/types/group_0496.py +94 -0
  1757. githubkit/versions/ghec_v2022_11_28/types/group_0497.py +155 -0
  1758. githubkit/versions/ghec_v2022_11_28/types/group_0498.py +161 -0
  1759. githubkit/versions/ghec_v2022_11_28/types/group_0499.py +69 -0
  1760. githubkit/versions/ghec_v2022_11_28/types/group_0500.py +42 -0
  1761. githubkit/versions/ghec_v2022_11_28/types/group_0501.py +47 -0
  1762. githubkit/versions/ghec_v2022_11_28/types/group_0502.py +93 -0
  1763. githubkit/versions/ghec_v2022_11_28/types/group_0503.py +100 -0
  1764. githubkit/versions/ghec_v2022_11_28/types/group_0504.py +155 -0
  1765. githubkit/versions/ghec_v2022_11_28/types/group_0505.py +44 -0
  1766. githubkit/versions/ghec_v2022_11_28/types/group_0506.py +94 -0
  1767. githubkit/versions/ghec_v2022_11_28/types/group_0507.py +57 -0
  1768. githubkit/versions/ghec_v2022_11_28/types/group_0508.py +94 -0
  1769. githubkit/versions/ghec_v2022_11_28/types/group_0509.py +155 -0
  1770. githubkit/versions/ghec_v2022_11_28/types/group_0510.py +161 -0
  1771. githubkit/versions/ghec_v2022_11_28/types/group_0511.py +69 -0
  1772. githubkit/versions/ghec_v2022_11_28/types/group_0512.py +42 -0
  1773. githubkit/versions/ghec_v2022_11_28/types/group_0513.py +47 -0
  1774. githubkit/versions/ghec_v2022_11_28/types/group_0514.py +92 -0
  1775. githubkit/versions/ghec_v2022_11_28/types/group_0515.py +102 -0
  1776. githubkit/versions/ghec_v2022_11_28/types/group_0516.py +155 -0
  1777. githubkit/versions/ghec_v2022_11_28/types/group_0517.py +44 -0
  1778. githubkit/versions/ghec_v2022_11_28/types/group_0518.py +96 -0
  1779. githubkit/versions/ghec_v2022_11_28/types/group_0519.py +444 -0
  1780. githubkit/versions/ghec_v2022_11_28/types/group_0520.py +35 -0
  1781. githubkit/versions/ghec_v2022_11_28/types/group_0521.py +185 -0
  1782. githubkit/versions/ghec_v2022_11_28/types/group_0522.py +189 -0
  1783. githubkit/versions/ghec_v2022_11_28/types/group_0523.py +42 -0
  1784. githubkit/versions/ghec_v2022_11_28/types/group_0524.py +43 -0
  1785. githubkit/versions/ghec_v2022_11_28/types/group_0525.py +92 -0
  1786. githubkit/versions/ghec_v2022_11_28/types/group_0526.py +102 -0
  1787. githubkit/versions/ghec_v2022_11_28/types/group_0527.py +27 -0
  1788. githubkit/versions/ghec_v2022_11_28/types/group_0528.py +125 -0
  1789. githubkit/versions/ghec_v2022_11_28/types/group_0529.py +40 -0
  1790. githubkit/versions/ghec_v2022_11_28/types/group_0530.py +96 -0
  1791. githubkit/versions/ghec_v2022_11_28/types/group_0531.py +415 -0
  1792. githubkit/versions/ghec_v2022_11_28/types/group_0532.py +91 -0
  1793. githubkit/versions/ghec_v2022_11_28/types/group_0533.py +191 -0
  1794. githubkit/versions/ghec_v2022_11_28/types/group_0534.py +199 -0
  1795. githubkit/versions/ghec_v2022_11_28/types/group_0535.py +83 -0
  1796. githubkit/versions/ghec_v2022_11_28/types/group_0536.py +92 -0
  1797. githubkit/versions/ghec_v2022_11_28/types/group_0537.py +100 -0
  1798. githubkit/versions/ghec_v2022_11_28/types/group_0538.py +177 -0
  1799. githubkit/versions/ghec_v2022_11_28/types/group_0539.py +94 -0
  1800. githubkit/versions/ghec_v2022_11_28/types/group_0540.py +457 -0
  1801. githubkit/versions/ghec_v2022_11_28/types/group_0541.py +430 -0
  1802. githubkit/versions/ghec_v2022_11_28/types/group_0542.py +35 -0
  1803. githubkit/versions/ghec_v2022_11_28/types/group_0543.py +181 -0
  1804. githubkit/versions/ghec_v2022_11_28/types/group_0544.py +189 -0
  1805. githubkit/versions/ghec_v2022_11_28/types/group_0545.py +42 -0
  1806. githubkit/versions/ghec_v2022_11_28/types/group_0546.py +43 -0
  1807. githubkit/versions/ghec_v2022_11_28/types/group_0547.py +92 -0
  1808. githubkit/versions/ghec_v2022_11_28/types/group_0548.py +101 -0
  1809. githubkit/versions/ghec_v2022_11_28/types/group_0549.py +27 -0
  1810. githubkit/versions/ghec_v2022_11_28/types/group_0550.py +127 -0
  1811. githubkit/versions/ghec_v2022_11_28/types/group_0551.py +40 -0
  1812. githubkit/versions/ghec_v2022_11_28/types/group_0552.py +95 -0
  1813. githubkit/versions/ghec_v2022_11_28/types/group_0553.py +91 -0
  1814. githubkit/versions/ghec_v2022_11_28/types/group_0554.py +183 -0
  1815. githubkit/versions/ghec_v2022_11_28/types/group_0555.py +244 -0
  1816. githubkit/versions/ghec_v2022_11_28/types/group_0556.py +92 -0
  1817. githubkit/versions/ghec_v2022_11_28/types/group_0557.py +101 -0
  1818. githubkit/versions/ghec_v2022_11_28/types/group_0558.py +27 -0
  1819. githubkit/versions/ghec_v2022_11_28/types/group_0559.py +120 -0
  1820. githubkit/versions/ghec_v2022_11_28/types/group_0560.py +72 -0
  1821. githubkit/versions/ghec_v2022_11_28/types/group_0561.py +95 -0
  1822. githubkit/versions/ghec_v2022_11_28/types/group_0562.py +990 -0
  1823. githubkit/versions/ghec_v2022_11_28/types/group_0563.py +414 -0
  1824. githubkit/versions/ghec_v2022_11_28/types/group_0564.py +35 -0
  1825. githubkit/versions/ghec_v2022_11_28/types/group_0565.py +181 -0
  1826. githubkit/versions/ghec_v2022_11_28/types/group_0566.py +191 -0
  1827. githubkit/versions/ghec_v2022_11_28/types/group_0567.py +42 -0
  1828. githubkit/versions/ghec_v2022_11_28/types/group_0568.py +45 -0
  1829. githubkit/versions/ghec_v2022_11_28/types/group_0569.py +92 -0
  1830. githubkit/versions/ghec_v2022_11_28/types/group_0570.py +101 -0
  1831. githubkit/versions/ghec_v2022_11_28/types/group_0571.py +27 -0
  1832. githubkit/versions/ghec_v2022_11_28/types/group_0572.py +125 -0
  1833. githubkit/versions/ghec_v2022_11_28/types/group_0573.py +42 -0
  1834. githubkit/versions/ghec_v2022_11_28/types/group_0574.py +95 -0
  1835. githubkit/versions/ghec_v2022_11_28/types/group_0575.py +1004 -0
  1836. githubkit/versions/ghec_v2022_11_28/types/group_0576.py +444 -0
  1837. githubkit/versions/ghec_v2022_11_28/types/group_0577.py +430 -0
  1838. githubkit/versions/ghec_v2022_11_28/types/group_0578.py +35 -0
  1839. githubkit/versions/ghec_v2022_11_28/types/group_0579.py +176 -0
  1840. githubkit/versions/ghec_v2022_11_28/types/group_0580.py +341 -0
  1841. githubkit/versions/ghec_v2022_11_28/types/group_0581.py +42 -0
  1842. githubkit/versions/ghec_v2022_11_28/types/group_0582.py +45 -0
  1843. githubkit/versions/ghec_v2022_11_28/types/group_0583.py +27 -0
  1844. githubkit/versions/ghec_v2022_11_28/types/group_0584.py +118 -0
  1845. githubkit/versions/ghec_v2022_11_28/types/group_0585.py +42 -0
  1846. githubkit/versions/ghec_v2022_11_28/types/group_0586.py +414 -0
  1847. githubkit/versions/ghec_v2022_11_28/types/group_0587.py +49 -0
  1848. githubkit/versions/ghec_v2022_11_28/types/group_0588.py +49 -0
  1849. githubkit/versions/ghec_v2022_11_28/types/group_0589.py +83 -0
  1850. githubkit/versions/ghec_v2022_11_28/types/group_0590.py +126 -0
  1851. githubkit/versions/ghec_v2022_11_28/types/group_0591.py +62 -0
  1852. githubkit/versions/ghec_v2022_11_28/types/group_0592.py +64 -0
  1853. githubkit/versions/ghec_v2022_11_28/types/group_0593.py +126 -0
  1854. githubkit/versions/ghec_v2022_11_28/types/group_0594.py +62 -0
  1855. githubkit/versions/ghec_v2022_11_28/types/group_0595.py +64 -0
  1856. githubkit/versions/ghec_v2022_11_28/types/group_0596.py +134 -0
  1857. githubkit/versions/ghec_v2022_11_28/types/group_0597.py +64 -0
  1858. githubkit/versions/ghec_v2022_11_28/types/group_0598.py +66 -0
  1859. githubkit/versions/ghec_v2022_11_28/types/group_0599.py +94 -0
  1860. githubkit/versions/ghec_v2022_11_28/types/group_0600.py +36 -0
  1861. githubkit/versions/ghec_v2022_11_28/types/group_0601.py +37 -0
  1862. githubkit/versions/ghec_v2022_11_28/types/group_0602.py +51 -0
  1863. githubkit/versions/ghec_v2022_11_28/types/group_0603.py +25 -0
  1864. githubkit/versions/ghec_v2022_11_28/types/group_0604.py +126 -0
  1865. githubkit/versions/ghec_v2022_11_28/types/group_0605.py +62 -0
  1866. githubkit/versions/ghec_v2022_11_28/types/group_0606.py +64 -0
  1867. githubkit/versions/ghec_v2022_11_28/types/group_0607.py +98 -0
  1868. githubkit/versions/ghec_v2022_11_28/types/group_0608.py +90 -0
  1869. githubkit/versions/ghec_v2022_11_28/types/group_0609.py +63 -0
  1870. githubkit/versions/ghec_v2022_11_28/types/group_0610.py +134 -0
  1871. githubkit/versions/ghec_v2022_11_28/types/group_0611.py +134 -0
  1872. githubkit/versions/ghec_v2022_11_28/types/group_0612.py +33 -0
  1873. githubkit/versions/ghec_v2022_11_28/types/group_0613.py +34 -0
  1874. githubkit/versions/ghec_v2022_11_28/types/group_0614.py +120 -0
  1875. githubkit/versions/ghec_v2022_11_28/types/group_0615.py +89 -0
  1876. githubkit/versions/ghec_v2022_11_28/types/group_0616.py +89 -0
  1877. githubkit/versions/ghec_v2022_11_28/types/group_0617.py +89 -0
  1878. githubkit/versions/ghec_v2022_11_28/types/group_0618.py +123 -0
  1879. githubkit/versions/ghec_v2022_11_28/types/group_0619.py +89 -0
  1880. githubkit/versions/ghec_v2022_11_28/types/group_0620.py +63 -0
  1881. githubkit/versions/ghec_v2022_11_28/types/group_0621.py +63 -0
  1882. githubkit/versions/ghec_v2022_11_28/types/group_0622.py +78 -0
  1883. githubkit/versions/ghec_v2022_11_28/types/group_0623.py +78 -0
  1884. githubkit/versions/ghec_v2022_11_28/types/group_0624.py +113 -0
  1885. githubkit/versions/ghec_v2022_11_28/types/group_0625.py +78 -0
  1886. githubkit/versions/ghec_v2022_11_28/types/group_0626.py +93 -0
  1887. githubkit/versions/ghec_v2022_11_28/types/group_0627.py +50 -0
  1888. githubkit/versions/ghec_v2022_11_28/types/group_0628.py +35 -0
  1889. githubkit/versions/ghec_v2022_11_28/types/group_0629.py +80 -0
  1890. githubkit/versions/ghec_v2022_11_28/types/group_0630.py +500 -0
  1891. githubkit/versions/ghec_v2022_11_28/types/group_0631.py +35 -0
  1892. githubkit/versions/ghec_v2022_11_28/types/group_0632.py +78 -0
  1893. githubkit/versions/ghec_v2022_11_28/types/group_0633.py +173 -0
  1894. githubkit/versions/ghec_v2022_11_28/types/group_0634.py +88 -0
  1895. githubkit/versions/ghec_v2022_11_28/types/group_0635.py +31 -0
  1896. githubkit/versions/ghec_v2022_11_28/types/group_0636.py +31 -0
  1897. githubkit/versions/ghec_v2022_11_28/types/group_0637.py +31 -0
  1898. githubkit/versions/ghec_v2022_11_28/types/group_0638.py +31 -0
  1899. githubkit/versions/ghec_v2022_11_28/types/group_0639.py +31 -0
  1900. githubkit/versions/ghec_v2022_11_28/types/group_0640.py +53 -0
  1901. githubkit/versions/ghec_v2022_11_28/types/group_0641.py +24 -0
  1902. githubkit/versions/ghec_v2022_11_28/types/group_0642.py +98 -0
  1903. githubkit/versions/ghec_v2022_11_28/types/group_0643.py +83 -0
  1904. githubkit/versions/ghec_v2022_11_28/types/group_0644.py +83 -0
  1905. githubkit/versions/ghec_v2022_11_28/types/group_0645.py +98 -0
  1906. githubkit/versions/ghec_v2022_11_28/types/group_0646.py +98 -0
  1907. githubkit/versions/ghec_v2022_11_28/types/group_0647.py +64 -0
  1908. githubkit/versions/ghec_v2022_11_28/types/group_0648.py +61 -0
  1909. githubkit/versions/ghec_v2022_11_28/types/group_0649.py +83 -0
  1910. githubkit/versions/ghec_v2022_11_28/types/group_0650.py +52 -0
  1911. githubkit/versions/ghec_v2022_11_28/types/group_0651.py +52 -0
  1912. githubkit/versions/ghec_v2022_11_28/types/group_0652.py +67 -0
  1913. githubkit/versions/ghec_v2022_11_28/types/group_0653.py +52 -0
  1914. githubkit/versions/ghec_v2022_11_28/types/group_0654.py +83 -0
  1915. githubkit/versions/ghec_v2022_11_28/types/group_0655.py +83 -0
  1916. githubkit/versions/ghec_v2022_11_28/types/group_0656.py +109 -0
  1917. githubkit/versions/ghec_v2022_11_28/types/group_0657.py +83 -0
  1918. githubkit/versions/ghec_v2022_11_28/types/group_0658.py +31 -0
  1919. githubkit/versions/ghec_v2022_11_28/types/group_0659.py +34 -0
  1920. githubkit/versions/ghec_v2022_11_28/types/group_0660.py +31 -0
  1921. githubkit/versions/ghec_v2022_11_28/types/group_0661.py +80 -0
  1922. githubkit/versions/ghec_v2022_11_28/types/group_0662.py +50 -0
  1923. githubkit/versions/ghec_v2022_11_28/types/group_0663.py +51 -0
  1924. githubkit/versions/ghec_v2022_11_28/types/group_0664.py +31 -0
  1925. githubkit/versions/ghec_v2022_11_28/types/group_0665.py +31 -0
  1926. githubkit/versions/ghec_v2022_11_28/types/group_0666.py +69 -0
  1927. githubkit/versions/ghec_v2022_11_28/types/group_0667.py +53 -0
  1928. githubkit/versions/ghec_v2022_11_28/types/group_0668.py +50 -0
  1929. githubkit/versions/ghec_v2022_11_28/types/group_0669.py +31 -0
  1930. githubkit/versions/ghec_v2022_11_28/types/group_0670.py +31 -0
  1931. githubkit/versions/ghec_v2022_11_28/types/group_0671.py +973 -0
  1932. githubkit/versions/ghec_v2022_11_28/types/group_0672.py +995 -0
  1933. githubkit/versions/ghec_v2022_11_28/types/group_0673.py +985 -0
  1934. githubkit/versions/ghec_v2022_11_28/types/group_0674.py +36 -0
  1935. githubkit/versions/ghec_v2022_11_28/types/group_0675.py +97 -0
  1936. githubkit/versions/ghec_v2022_11_28/types/group_0676.py +31 -0
  1937. githubkit/versions/ghec_v2022_11_28/types/group_0677.py +36 -0
  1938. githubkit/versions/ghec_v2022_11_28/types/group_0678.py +97 -0
  1939. githubkit/versions/ghec_v2022_11_28/types/group_0679.py +31 -0
  1940. githubkit/versions/ghec_v2022_11_28/types/group_0680.py +960 -0
  1941. githubkit/versions/ghec_v2022_11_28/types/group_0681.py +946 -0
  1942. githubkit/versions/ghec_v2022_11_28/types/group_0682.py +87 -0
  1943. githubkit/versions/ghec_v2022_11_28/types/group_0683.py +97 -0
  1944. githubkit/versions/ghec_v2022_11_28/types/group_0684.py +31 -0
  1945. githubkit/versions/ghec_v2022_11_28/types/group_0685.py +945 -0
  1946. githubkit/versions/ghec_v2022_11_28/types/group_0686.py +955 -0
  1947. githubkit/versions/ghec_v2022_11_28/types/group_0687.py +935 -0
  1948. githubkit/versions/ghec_v2022_11_28/types/group_0688.py +953 -0
  1949. githubkit/versions/ghec_v2022_11_28/types/group_0689.py +36 -0
  1950. githubkit/versions/ghec_v2022_11_28/types/group_0690.py +97 -0
  1951. githubkit/versions/ghec_v2022_11_28/types/group_0691.py +31 -0
  1952. githubkit/versions/ghec_v2022_11_28/types/group_0692.py +36 -0
  1953. githubkit/versions/ghec_v2022_11_28/types/group_0693.py +97 -0
  1954. githubkit/versions/ghec_v2022_11_28/types/group_0694.py +31 -0
  1955. githubkit/versions/ghec_v2022_11_28/types/group_0695.py +36 -0
  1956. githubkit/versions/ghec_v2022_11_28/types/group_0696.py +97 -0
  1957. githubkit/versions/ghec_v2022_11_28/types/group_0697.py +31 -0
  1958. githubkit/versions/ghec_v2022_11_28/types/group_0698.py +1093 -0
  1959. githubkit/versions/ghec_v2022_11_28/types/group_0699.py +1093 -0
  1960. githubkit/versions/ghec_v2022_11_28/types/group_0700.py +1111 -0
  1961. githubkit/versions/ghec_v2022_11_28/types/group_0701.py +1022 -0
  1962. githubkit/versions/ghec_v2022_11_28/types/group_0702.py +994 -0
  1963. githubkit/versions/ghec_v2022_11_28/types/group_0703.py +1064 -0
  1964. githubkit/versions/ghec_v2022_11_28/types/group_0704.py +1081 -0
  1965. githubkit/versions/ghec_v2022_11_28/types/group_0705.py +1044 -0
  1966. githubkit/versions/ghec_v2022_11_28/types/group_0706.py +1058 -0
  1967. githubkit/versions/ghec_v2022_11_28/types/group_0707.py +1022 -0
  1968. githubkit/versions/ghec_v2022_11_28/types/group_0708.py +1100 -0
  1969. githubkit/versions/ghec_v2022_11_28/types/group_0709.py +1110 -0
  1970. githubkit/versions/ghec_v2022_11_28/types/group_0710.py +961 -0
  1971. githubkit/versions/ghec_v2022_11_28/types/group_0711.py +981 -0
  1972. githubkit/versions/ghec_v2022_11_28/types/group_0712.py +963 -0
  1973. githubkit/versions/ghec_v2022_11_28/types/group_0713.py +945 -0
  1974. githubkit/versions/ghec_v2022_11_28/types/group_0714.py +304 -0
  1975. githubkit/versions/ghec_v2022_11_28/types/group_0715.py +35 -0
  1976. githubkit/versions/ghec_v2022_11_28/types/group_0716.py +78 -0
  1977. githubkit/versions/ghec_v2022_11_28/types/group_0717.py +525 -0
  1978. githubkit/versions/ghec_v2022_11_28/types/group_0718.py +35 -0
  1979. githubkit/versions/ghec_v2022_11_28/types/group_0719.py +72 -0
  1980. githubkit/versions/ghec_v2022_11_28/types/group_0720.py +178 -0
  1981. githubkit/versions/ghec_v2022_11_28/types/group_0721.py +161 -0
  1982. githubkit/versions/ghec_v2022_11_28/types/group_0722.py +161 -0
  1983. githubkit/versions/ghec_v2022_11_28/types/group_0723.py +192 -0
  1984. githubkit/versions/ghec_v2022_11_28/types/group_0724.py +35 -0
  1985. githubkit/versions/ghec_v2022_11_28/types/group_0725.py +74 -0
  1986. githubkit/versions/ghec_v2022_11_28/types/group_0726.py +78 -0
  1987. githubkit/versions/ghec_v2022_11_28/types/group_0727.py +47 -0
  1988. githubkit/versions/ghec_v2022_11_28/types/group_0728.py +44 -0
  1989. githubkit/versions/ghec_v2022_11_28/types/group_0729.py +30 -0
  1990. githubkit/versions/ghec_v2022_11_28/types/group_0730.py +72 -0
  1991. githubkit/versions/ghec_v2022_11_28/types/group_0731.py +44 -0
  1992. githubkit/versions/ghec_v2022_11_28/types/group_0732.py +35 -0
  1993. githubkit/versions/ghec_v2022_11_28/types/group_0733.py +74 -0
  1994. githubkit/versions/ghec_v2022_11_28/types/group_0734.py +78 -0
  1995. githubkit/versions/ghec_v2022_11_28/types/group_0735.py +47 -0
  1996. githubkit/versions/ghec_v2022_11_28/types/group_0736.py +44 -0
  1997. githubkit/versions/ghec_v2022_11_28/types/group_0737.py +30 -0
  1998. githubkit/versions/ghec_v2022_11_28/types/group_0738.py +73 -0
  1999. githubkit/versions/ghec_v2022_11_28/types/group_0739.py +44 -0
  2000. githubkit/versions/ghec_v2022_11_28/types/group_0740.py +161 -0
  2001. githubkit/versions/ghec_v2022_11_28/types/group_0741.py +35 -0
  2002. githubkit/versions/ghec_v2022_11_28/types/group_0742.py +74 -0
  2003. githubkit/versions/ghec_v2022_11_28/types/group_0743.py +78 -0
  2004. githubkit/versions/ghec_v2022_11_28/types/group_0744.py +47 -0
  2005. githubkit/versions/ghec_v2022_11_28/types/group_0745.py +44 -0
  2006. githubkit/versions/ghec_v2022_11_28/types/group_0746.py +30 -0
  2007. githubkit/versions/ghec_v2022_11_28/types/group_0747.py +72 -0
  2008. githubkit/versions/ghec_v2022_11_28/types/group_0748.py +44 -0
  2009. githubkit/versions/ghec_v2022_11_28/types/group_0749.py +35 -0
  2010. githubkit/versions/ghec_v2022_11_28/types/group_0750.py +35 -0
  2011. githubkit/versions/ghec_v2022_11_28/types/group_0751.py +33 -0
  2012. githubkit/versions/ghec_v2022_11_28/types/group_0752.py +33 -0
  2013. githubkit/versions/ghec_v2022_11_28/types/group_0753.py +33 -0
  2014. githubkit/versions/ghec_v2022_11_28/types/group_0754.py +46 -0
  2015. githubkit/versions/ghec_v2022_11_28/types/group_0755.py +74 -0
  2016. githubkit/versions/ghec_v2022_11_28/types/group_0756.py +33 -0
  2017. githubkit/versions/ghec_v2022_11_28/types/group_0757.py +33 -0
  2018. githubkit/versions/ghec_v2022_11_28/types/group_0758.py +33 -0
  2019. githubkit/versions/ghec_v2022_11_28/types/group_0759.py +57 -0
  2020. githubkit/versions/ghec_v2022_11_28/types/group_0760.py +35 -0
  2021. githubkit/versions/ghec_v2022_11_28/types/group_0761.py +35 -0
  2022. githubkit/versions/ghec_v2022_11_28/types/group_0762.py +37 -0
  2023. githubkit/versions/ghec_v2022_11_28/types/group_0763.py +45 -0
  2024. githubkit/versions/ghec_v2022_11_28/types/group_0764.py +33 -0
  2025. githubkit/versions/ghec_v2022_11_28/types/group_0765.py +97 -0
  2026. githubkit/versions/ghec_v2022_11_28/types/group_0766.py +87 -0
  2027. githubkit/versions/ghec_v2022_11_28/types/group_0767.py +113 -0
  2028. githubkit/versions/ghec_v2022_11_28/types/group_0768.py +112 -0
  2029. githubkit/versions/ghec_v2022_11_28/types/group_0769.py +33 -0
  2030. githubkit/versions/ghec_v2022_11_28/types/group_0770.py +35 -0
  2031. githubkit/versions/ghec_v2022_11_28/types/group_0771.py +48 -0
  2032. githubkit/versions/ghec_v2022_11_28/types/group_0772.py +51 -0
  2033. githubkit/versions/ghec_v2022_11_28/types/group_0773.py +44 -0
  2034. githubkit/versions/ghec_v2022_11_28/types/group_0774.py +33 -0
  2035. githubkit/versions/ghec_v2022_11_28/types/group_0775.py +35 -0
  2036. githubkit/versions/ghec_v2022_11_28/types/group_0776.py +50 -0
  2037. githubkit/versions/ghec_v2022_11_28/types/group_0777.py +52 -0
  2038. githubkit/versions/ghec_v2022_11_28/types/group_0778.py +46 -0
  2039. githubkit/versions/ghec_v2022_11_28/types/group_0779.py +70 -0
  2040. githubkit/versions/ghec_v2022_11_28/types/group_0780.py +35 -0
  2041. githubkit/versions/ghec_v2022_11_28/types/group_0781.py +48 -0
  2042. githubkit/versions/ghec_v2022_11_28/types/group_0782.py +51 -0
  2043. githubkit/versions/ghec_v2022_11_28/types/group_0783.py +44 -0
  2044. githubkit/versions/ghec_v2022_11_28/types/group_0784.py +33 -0
  2045. githubkit/versions/ghec_v2022_11_28/types/group_0785.py +35 -0
  2046. githubkit/versions/ghec_v2022_11_28/types/group_0786.py +48 -0
  2047. githubkit/versions/ghec_v2022_11_28/types/group_0787.py +51 -0
  2048. githubkit/versions/ghec_v2022_11_28/types/group_0788.py +46 -0
  2049. githubkit/versions/ghec_v2022_11_28/types/group_0789.py +36 -0
  2050. githubkit/versions/ghec_v2022_11_28/types/group_0790.py +35 -0
  2051. githubkit/versions/ghec_v2022_11_28/types/group_0791.py +236 -0
  2052. githubkit/versions/ghec_v2022_11_28/types/group_0792.py +21 -0
  2053. githubkit/versions/ghec_v2022_11_28/types/group_0793.py +35 -0
  2054. githubkit/versions/ghec_v2022_11_28/types/group_0794.py +35 -0
  2055. githubkit/versions/ghec_v2022_11_28/types/group_0795.py +35 -0
  2056. githubkit/versions/ghec_v2022_11_28/types/group_0796.py +35 -0
  2057. githubkit/versions/ghec_v2022_11_28/types/group_0797.py +137 -0
  2058. githubkit/versions/ghec_v2022_11_28/types/group_0798.py +137 -0
  2059. githubkit/versions/ghec_v2022_11_28/types/group_0799.py +137 -0
  2060. githubkit/versions/ghec_v2022_11_28/types/group_0800.py +33 -0
  2061. githubkit/versions/ghec_v2022_11_28/types/group_0801.py +23 -0
  2062. githubkit/versions/ghec_v2022_11_28/types/group_0802.py +24 -0
  2063. githubkit/versions/ghec_v2022_11_28/types/group_0803.py +151 -0
  2064. githubkit/versions/ghec_v2022_11_28/types/group_0804.py +149 -0
  2065. githubkit/versions/ghec_v2022_11_28/types/group_0805.py +162 -0
  2066. githubkit/versions/ghec_v2022_11_28/types/group_0806.py +156 -0
  2067. githubkit/versions/ghec_v2022_11_28/types/group_0807.py +189 -0
  2068. githubkit/versions/ghec_v2022_11_28/types/group_0808.py +186 -0
  2069. githubkit/versions/ghec_v2022_11_28/types/group_0809.py +34 -0
  2070. githubkit/versions/ghec_v2022_11_28/types/group_0810.py +34 -0
  2071. githubkit/versions/ghec_v2022_11_28/types/group_0811.py +209 -0
  2072. githubkit/versions/ghec_v2022_11_28/types/group_0812.py +29 -0
  2073. githubkit/versions/ghec_v2022_11_28/types/group_0813.py +23 -0
  2074. githubkit/versions/ghec_v2022_11_28/types/group_0814.py +29 -0
  2075. githubkit/versions/ghec_v2022_11_28/types/group_0815.py +23 -0
  2076. githubkit/versions/ghec_v2022_11_28/types/group_0816.py +78 -0
  2077. githubkit/versions/ghec_v2022_11_28/types/group_0817.py +241 -0
  2078. githubkit/versions/ghec_v2022_11_28/types/group_0818.py +239 -0
  2079. githubkit/versions/ghec_v2022_11_28/types/group_0819.py +239 -0
  2080. githubkit/versions/ghec_v2022_11_28/types/group_0820.py +307 -0
  2081. githubkit/versions/ghec_v2022_11_28/types/group_0821.py +243 -0
  2082. githubkit/versions/ghec_v2022_11_28/types/group_0822.py +33 -0
  2083. githubkit/versions/ghec_v2022_11_28/types/group_0823.py +42 -0
  2084. githubkit/versions/ghec_v2022_11_28/types/group_0824.py +87 -0
  2085. githubkit/versions/ghec_v2022_11_28/types/group_0825.py +73 -0
  2086. githubkit/versions/ghec_v2022_11_28/types/group_0826.py +65 -0
  2087. githubkit/versions/ghec_v2022_11_28/types/group_0827.py +79 -0
  2088. githubkit/versions/ghec_v2022_11_28/types/group_0828.py +62 -0
  2089. githubkit/versions/ghec_v2022_11_28/types/group_0829.py +58 -0
  2090. githubkit/versions/ghec_v2022_11_28/types/group_0830.py +80 -0
  2091. githubkit/versions/ghec_v2022_11_28/types/group_0831.py +80 -0
  2092. githubkit/versions/ghec_v2022_11_28/types/group_0832.py +55 -0
  2093. githubkit/versions/ghec_v2022_11_28/types/group_0833.py +342 -0
  2094. githubkit/versions/ghec_v2022_11_28/types/group_0834.py +360 -0
  2095. githubkit/versions/ghec_v2022_11_28/types/group_0835.py +32 -0
  2096. githubkit/versions/ghec_v2022_11_28/types/group_0836.py +60 -0
  2097. githubkit/versions/ghec_v2022_11_28/types/group_0837.py +27 -0
  2098. githubkit/versions/ghec_v2022_11_28/types/group_0838.py +355 -0
  2099. githubkit/versions/ghec_v2022_11_28/types/group_0839.py +30 -0
  2100. githubkit/versions/ghec_v2022_11_28/types/group_0840.py +55 -0
  2101. githubkit/versions/ghec_v2022_11_28/types/group_0841.py +345 -0
  2102. githubkit/versions/ghec_v2022_11_28/types/group_0842.py +362 -0
  2103. githubkit/versions/ghec_v2022_11_28/types/group_0843.py +34 -0
  2104. githubkit/versions/ghec_v2022_11_28/types/group_0844.py +60 -0
  2105. githubkit/versions/ghec_v2022_11_28/types/group_0845.py +27 -0
  2106. githubkit/versions/ghec_v2022_11_28/types/group_0846.py +357 -0
  2107. githubkit/versions/ghec_v2022_11_28/types/group_0847.py +30 -0
  2108. githubkit/versions/ghec_v2022_11_28/types/group_0848.py +445 -0
  2109. githubkit/versions/ghec_v2022_11_28/types/group_0849.py +42 -0
  2110. githubkit/versions/ghec_v2022_11_28/types/group_0850.py +25 -0
  2111. githubkit/versions/ghec_v2022_11_28/types/group_0851.py +25 -0
  2112. githubkit/versions/ghec_v2022_11_28/types/group_0852.py +19 -0
  2113. githubkit/versions/ghec_v2022_11_28/types/group_0853.py +26 -0
  2114. githubkit/versions/ghec_v2022_11_28/types/group_0854.py +21 -0
  2115. githubkit/versions/ghec_v2022_11_28/types/group_0855.py +21 -0
  2116. githubkit/versions/ghec_v2022_11_28/types/group_0856.py +21 -0
  2117. githubkit/versions/ghec_v2022_11_28/types/group_0857.py +21 -0
  2118. githubkit/versions/ghec_v2022_11_28/types/group_0858.py +29 -0
  2119. githubkit/versions/ghec_v2022_11_28/types/group_0859.py +19 -0
  2120. githubkit/versions/ghec_v2022_11_28/types/group_0860.py +23 -0
  2121. githubkit/versions/ghec_v2022_11_28/types/group_0861.py +25 -0
  2122. githubkit/versions/ghec_v2022_11_28/types/group_0862.py +22 -0
  2123. githubkit/versions/ghec_v2022_11_28/types/group_0863.py +41 -0
  2124. githubkit/versions/ghec_v2022_11_28/types/group_0864.py +28 -0
  2125. githubkit/versions/ghec_v2022_11_28/types/group_0865.py +26 -0
  2126. githubkit/versions/ghec_v2022_11_28/types/group_0866.py +29 -0
  2127. githubkit/versions/ghec_v2022_11_28/types/group_0867.py +26 -0
  2128. githubkit/versions/ghec_v2022_11_28/types/group_0868.py +29 -0
  2129. githubkit/versions/ghec_v2022_11_28/types/group_0869.py +24 -0
  2130. githubkit/versions/ghec_v2022_11_28/types/group_0870.py +25 -0
  2131. githubkit/versions/ghec_v2022_11_28/types/group_0871.py +25 -0
  2132. githubkit/versions/ghec_v2022_11_28/types/group_0872.py +26 -0
  2133. githubkit/versions/ghec_v2022_11_28/types/group_0873.py +25 -0
  2134. githubkit/versions/ghec_v2022_11_28/types/group_0874.py +22 -0
  2135. githubkit/versions/ghec_v2022_11_28/types/group_0875.py +22 -0
  2136. githubkit/versions/ghec_v2022_11_28/types/group_0876.py +25 -0
  2137. githubkit/versions/ghec_v2022_11_28/types/group_0877.py +23 -0
  2138. githubkit/versions/ghec_v2022_11_28/types/group_0878.py +28 -0
  2139. githubkit/versions/ghec_v2022_11_28/types/group_0879.py +37 -0
  2140. githubkit/versions/ghec_v2022_11_28/types/group_0880.py +35 -0
  2141. githubkit/versions/ghec_v2022_11_28/types/group_0881.py +42 -0
  2142. githubkit/versions/ghec_v2022_11_28/types/group_0882.py +21 -0
  2143. githubkit/versions/ghec_v2022_11_28/types/group_0883.py +21 -0
  2144. githubkit/versions/ghec_v2022_11_28/types/group_0884.py +19 -0
  2145. githubkit/versions/ghec_v2022_11_28/types/group_0885.py +26 -0
  2146. githubkit/versions/ghec_v2022_11_28/types/group_0886.py +24 -0
  2147. githubkit/versions/ghec_v2022_11_28/types/group_0887.py +23 -0
  2148. githubkit/versions/ghec_v2022_11_28/types/group_0888.py +21 -0
  2149. githubkit/versions/ghec_v2022_11_28/types/group_0889.py +21 -0
  2150. githubkit/versions/ghec_v2022_11_28/types/group_0890.py +25 -0
  2151. githubkit/versions/ghec_v2022_11_28/types/group_0891.py +55 -0
  2152. githubkit/versions/ghec_v2022_11_28/types/group_0892.py +37 -0
  2153. githubkit/versions/ghec_v2022_11_28/types/group_0893.py +23 -0
  2154. githubkit/versions/ghec_v2022_11_28/types/group_0894.py +25 -0
  2155. githubkit/versions/ghec_v2022_11_28/types/group_0895.py +22 -0
  2156. githubkit/versions/ghec_v2022_11_28/types/group_0896.py +43 -0
  2157. githubkit/versions/ghec_v2022_11_28/types/group_0897.py +28 -0
  2158. githubkit/versions/ghec_v2022_11_28/types/group_0898.py +26 -0
  2159. githubkit/versions/ghec_v2022_11_28/types/group_0899.py +25 -0
  2160. githubkit/versions/ghec_v2022_11_28/types/group_0900.py +22 -0
  2161. githubkit/versions/ghec_v2022_11_28/types/group_0901.py +25 -0
  2162. githubkit/versions/ghec_v2022_11_28/types/group_0902.py +22 -0
  2163. githubkit/versions/ghec_v2022_11_28/types/group_0903.py +25 -0
  2164. githubkit/versions/ghec_v2022_11_28/types/group_0904.py +25 -0
  2165. githubkit/versions/ghec_v2022_11_28/types/group_0905.py +22 -0
  2166. githubkit/versions/ghec_v2022_11_28/types/group_0906.py +22 -0
  2167. githubkit/versions/ghec_v2022_11_28/types/group_0907.py +40 -0
  2168. githubkit/versions/ghec_v2022_11_28/types/group_0908.py +25 -0
  2169. githubkit/versions/ghec_v2022_11_28/types/group_0909.py +25 -0
  2170. githubkit/versions/ghec_v2022_11_28/types/group_0910.py +22 -0
  2171. githubkit/versions/ghec_v2022_11_28/types/group_0911.py +41 -0
  2172. githubkit/versions/ghec_v2022_11_28/types/group_0912.py +25 -0
  2173. githubkit/versions/ghec_v2022_11_28/types/group_0913.py +25 -0
  2174. githubkit/versions/ghec_v2022_11_28/types/group_0914.py +25 -0
  2175. githubkit/versions/ghec_v2022_11_28/types/group_0915.py +22 -0
  2176. githubkit/versions/ghec_v2022_11_28/types/group_0916.py +25 -0
  2177. githubkit/versions/ghec_v2022_11_28/types/group_0917.py +28 -0
  2178. githubkit/versions/ghec_v2022_11_28/types/group_0918.py +22 -0
  2179. githubkit/versions/ghec_v2022_11_28/types/group_0919.py +22 -0
  2180. githubkit/versions/ghec_v2022_11_28/types/group_0920.py +40 -0
  2181. githubkit/versions/ghec_v2022_11_28/types/group_0921.py +25 -0
  2182. githubkit/versions/ghec_v2022_11_28/types/group_0922.py +25 -0
  2183. githubkit/versions/ghec_v2022_11_28/types/group_0923.py +22 -0
  2184. githubkit/versions/ghec_v2022_11_28/types/group_0924.py +22 -0
  2185. githubkit/versions/ghec_v2022_11_28/types/group_0925.py +24 -0
  2186. githubkit/versions/ghec_v2022_11_28/types/group_0926.py +22 -0
  2187. githubkit/versions/ghec_v2022_11_28/types/group_0927.py +24 -0
  2188. githubkit/versions/ghec_v2022_11_28/types/group_0928.py +22 -0
  2189. githubkit/versions/ghec_v2022_11_28/types/group_0929.py +24 -0
  2190. githubkit/versions/ghec_v2022_11_28/types/group_0930.py +22 -0
  2191. githubkit/versions/ghec_v2022_11_28/types/group_0931.py +24 -0
  2192. githubkit/versions/ghec_v2022_11_28/types/group_0932.py +25 -0
  2193. githubkit/versions/ghec_v2022_11_28/types/group_0933.py +40 -0
  2194. githubkit/versions/ghec_v2022_11_28/types/group_0934.py +25 -0
  2195. githubkit/versions/ghec_v2022_11_28/types/group_0935.py +25 -0
  2196. githubkit/versions/ghec_v2022_11_28/types/group_0936.py +22 -0
  2197. githubkit/versions/ghec_v2022_11_28/types/group_0937.py +42 -0
  2198. githubkit/versions/ghec_v2022_11_28/types/group_0938.py +40 -0
  2199. githubkit/versions/ghec_v2022_11_28/types/group_0939.py +25 -0
  2200. githubkit/versions/ghec_v2022_11_28/types/group_0940.py +25 -0
  2201. githubkit/versions/ghec_v2022_11_28/types/group_0941.py +19 -0
  2202. githubkit/versions/ghec_v2022_11_28/types/group_0942.py +25 -0
  2203. githubkit/versions/ghec_v2022_11_28/types/group_0943.py +25 -0
  2204. githubkit/versions/ghec_v2022_11_28/types/group_0944.py +22 -0
  2205. githubkit/versions/ghec_v2022_11_28/types/group_0945.py +30 -0
  2206. githubkit/versions/ghec_v2022_11_28/types/group_0946.py +24 -0
  2207. githubkit/versions/ghec_v2022_11_28/types/group_0947.py +24 -0
  2208. githubkit/versions/ghec_v2022_11_28/types/group_0948.py +21 -0
  2209. githubkit/versions/ghec_v2022_11_28/types/group_0949.py +19 -0
  2210. githubkit/versions/ghec_v2022_11_28/types/group_0950.py +22 -0
  2211. githubkit/versions/ghec_v2022_11_28/types/group_0951.py +24 -0
  2212. githubkit/versions/ghec_v2022_11_28/types/group_0952.py +23 -0
  2213. githubkit/versions/ghec_v2022_11_28/types/group_0953.py +23 -0
  2214. githubkit/versions/ghec_v2022_11_28/types/group_0954.py +22 -0
  2215. githubkit/versions/ghec_v2022_11_28/types/group_0955.py +22 -0
  2216. githubkit/versions/ghec_v2022_11_28/types/group_0956.py +24 -0
  2217. githubkit/versions/ghec_v2022_11_28/types/group_0957.py +26 -0
  2218. githubkit/versions/ghec_v2022_11_28/types/group_0958.py +25 -0
  2219. githubkit/versions/ghec_v2022_11_28/types/group_0959.py +59 -0
  2220. githubkit/versions/ghec_v2022_11_28/types/group_0960.py +75 -0
  2221. githubkit/versions/ghec_v2022_11_28/types/group_0961.py +75 -0
  2222. githubkit/versions/ghec_v2022_11_28/types/group_0962.py +31 -0
  2223. githubkit/versions/ghec_v2022_11_28/types/group_0963.py +29 -0
  2224. githubkit/versions/ghec_v2022_11_28/types/group_0964.py +23 -0
  2225. githubkit/versions/ghec_v2022_11_28/types/group_0965.py +22 -0
  2226. githubkit/versions/ghec_v2022_11_28/types/group_0966.py +21 -0
  2227. githubkit/versions/ghec_v2022_11_28/types/group_0967.py +25 -0
  2228. githubkit/versions/ghec_v2022_11_28/types/group_0968.py +30 -0
  2229. githubkit/versions/ghec_v2022_11_28/types/group_0969.py +24 -0
  2230. githubkit/versions/ghec_v2022_11_28/types/group_0970.py +21 -0
  2231. githubkit/versions/ghec_v2022_11_28/types/group_0971.py +22 -0
  2232. githubkit/versions/ghec_v2022_11_28/types/group_0972.py +22 -0
  2233. githubkit/versions/ghec_v2022_11_28/types/group_0973.py +22 -0
  2234. githubkit/versions/ghec_v2022_11_28/types/group_0974.py +21 -0
  2235. githubkit/versions/ghec_v2022_11_28/types/group_0975.py +35 -0
  2236. githubkit/versions/ghec_v2022_11_28/types/group_0976.py +22 -0
  2237. githubkit/versions/ghec_v2022_11_28/types/group_0977.py +24 -0
  2238. githubkit/versions/ghec_v2022_11_28/types/group_0978.py +23 -0
  2239. githubkit/versions/ghec_v2022_11_28/types/group_0979.py +22 -0
  2240. githubkit/versions/ghec_v2022_11_28/types/group_0980.py +19 -0
  2241. githubkit/versions/ghec_v2022_11_28/types/group_0981.py +38 -0
  2242. githubkit/versions/ghec_v2022_11_28/types/group_0982.py +37 -0
  2243. githubkit/versions/ghec_v2022_11_28/types/group_0983.py +21 -0
  2244. githubkit/versions/ghec_v2022_11_28/types/group_0984.py +22 -0
  2245. githubkit/versions/ghec_v2022_11_28/types/group_0985.py +22 -0
  2246. githubkit/versions/ghec_v2022_11_28/types/group_0986.py +37 -0
  2247. githubkit/versions/ghec_v2022_11_28/types/group_0987.py +21 -0
  2248. githubkit/versions/ghec_v2022_11_28/types/group_0988.py +19 -0
  2249. githubkit/versions/ghec_v2022_11_28/types/group_0989.py +24 -0
  2250. githubkit/versions/ghec_v2022_11_28/types/group_0990.py +26 -0
  2251. githubkit/versions/ghec_v2022_11_28/types/group_0991.py +24 -0
  2252. githubkit/versions/ghec_v2022_11_28/types/group_0992.py +22 -0
  2253. githubkit/versions/ghec_v2022_11_28/types/group_0993.py +21 -0
  2254. githubkit/versions/ghec_v2022_11_28/types/group_0994.py +22 -0
  2255. githubkit/versions/ghec_v2022_11_28/types/group_0995.py +141 -0
  2256. githubkit/versions/ghec_v2022_11_28/types/group_0996.py +25 -0
  2257. githubkit/versions/ghec_v2022_11_28/types/group_0997.py +21 -0
  2258. githubkit/versions/ghec_v2022_11_28/types/group_0998.py +26 -0
  2259. githubkit/versions/ghec_v2022_11_28/types/group_0999.py +25 -0
  2260. githubkit/versions/ghec_v2022_11_28/types/group_1000.py +25 -0
  2261. githubkit/versions/ghec_v2022_11_28/types/group_1001.py +23 -0
  2262. githubkit/versions/ghec_v2022_11_28/types/group_1002.py +25 -0
  2263. githubkit/versions/ghec_v2022_11_28/types/group_1003.py +25 -0
  2264. githubkit/versions/ghec_v2022_11_28/types/group_1004.py +22 -0
  2265. githubkit/versions/ghec_v2022_11_28/types/group_1005.py +22 -0
  2266. githubkit/versions/ghec_v2022_11_28/types/group_1006.py +25 -0
  2267. githubkit/versions/ghec_v2022_11_28/types/group_1007.py +25 -0
  2268. githubkit/versions/ghec_v2022_11_28/types/group_1008.py +27 -0
  2269. githubkit/versions/ghec_v2022_11_28/types/group_1009.py +25 -0
  2270. githubkit/versions/ghec_v2022_11_28/types/group_1010.py +24 -0
  2271. githubkit/versions/ghec_v2022_11_28/types/group_1011.py +21 -0
  2272. githubkit/versions/ghec_v2022_11_28/types/group_1012.py +21 -0
  2273. githubkit/versions/ghec_v2022_11_28/types/group_1013.py +25 -0
  2274. githubkit/versions/ghec_v2022_11_28/types/group_1014.py +22 -0
  2275. githubkit/versions/ghec_v2022_11_28/types/group_1015.py +25 -0
  2276. githubkit/versions/ghec_v2022_11_28/types/group_1016.py +22 -0
  2277. githubkit/versions/ghec_v2022_11_28/types/group_1017.py +22 -0
  2278. githubkit/versions/ghec_v2022_11_28/types/group_1018.py +48 -0
  2279. githubkit/versions/ghec_v2022_11_28/types/group_1019.py +38 -0
  2280. githubkit/versions/ghec_v2022_11_28/types/group_1020.py +25 -0
  2281. githubkit/versions/ghec_v2022_11_28/types/group_1021.py +23 -0
  2282. githubkit/versions/ghec_v2022_11_28/types/group_1022.py +140 -0
  2283. githubkit/versions/ghec_v2022_11_28/types/group_1023.py +68 -0
  2284. githubkit/versions/ghec_v2022_11_28/types/group_1024.py +44 -0
  2285. githubkit/versions/ghec_v2022_11_28/types/group_1025.py +30 -0
  2286. githubkit/versions/ghec_v2022_11_28/types/group_1026.py +30 -0
  2287. githubkit/versions/ghec_v2022_11_28/types/group_1027.py +31 -0
  2288. githubkit/versions/ghec_v2022_11_28/types/group_1028.py +28 -0
  2289. githubkit/versions/ghec_v2022_11_28/types/group_1029.py +28 -0
  2290. githubkit/versions/ghec_v2022_11_28/types/group_1030.py +30 -0
  2291. githubkit/versions/ghec_v2022_11_28/types/group_1031.py +28 -0
  2292. githubkit/versions/ghec_v2022_11_28/types/group_1032.py +28 -0
  2293. githubkit/versions/ghec_v2022_11_28/types/group_1033.py +30 -0
  2294. githubkit/versions/ghec_v2022_11_28/types/group_1034.py +28 -0
  2295. githubkit/versions/ghec_v2022_11_28/types/group_1035.py +28 -0
  2296. githubkit/versions/ghec_v2022_11_28/types/group_1036.py +30 -0
  2297. githubkit/versions/ghec_v2022_11_28/types/group_1037.py +21 -0
  2298. githubkit/versions/ghec_v2022_11_28/types/group_1038.py +70 -0
  2299. githubkit/versions/ghec_v2022_11_28/types/group_1039.py +46 -0
  2300. githubkit/versions/ghec_v2022_11_28/types/group_1040.py +48 -0
  2301. githubkit/versions/ghec_v2022_11_28/types/group_1041.py +76 -0
  2302. githubkit/versions/ghec_v2022_11_28/types/group_1042.py +47 -0
  2303. githubkit/versions/ghec_v2022_11_28/types/group_1043.py +49 -0
  2304. githubkit/versions/ghec_v2022_11_28/types/group_1044.py +21 -0
  2305. githubkit/versions/ghec_v2022_11_28/types/group_1045.py +38 -0
  2306. githubkit/versions/ghec_v2022_11_28/types/group_1046.py +25 -0
  2307. githubkit/versions/ghec_v2022_11_28/types/group_1047.py +26 -0
  2308. githubkit/versions/ghec_v2022_11_28/types/group_1048.py +28 -0
  2309. githubkit/versions/ghec_v2022_11_28/types/group_1049.py +25 -0
  2310. githubkit/versions/ghec_v2022_11_28/types/group_1050.py +32 -0
  2311. githubkit/versions/ghec_v2022_11_28/types/group_1051.py +38 -0
  2312. githubkit/versions/ghec_v2022_11_28/types/group_1052.py +25 -0
  2313. githubkit/versions/ghec_v2022_11_28/types/group_1053.py +35 -0
  2314. githubkit/versions/ghec_v2022_11_28/types/group_1054.py +38 -0
  2315. githubkit/versions/ghec_v2022_11_28/types/group_1055.py +22 -0
  2316. githubkit/versions/ghec_v2022_11_28/types/group_1056.py +21 -0
  2317. githubkit/versions/ghec_v2022_11_28/types/group_1057.py +21 -0
  2318. githubkit/versions/ghec_v2022_11_28/types/group_1058.py +24 -0
  2319. githubkit/versions/ghec_v2022_11_28/types/group_1059.py +24 -0
  2320. githubkit/versions/ghec_v2022_11_28/types/group_1060.py +25 -0
  2321. githubkit/versions/ghec_v2022_11_28/types/group_1061.py +53 -0
  2322. githubkit/versions/ghec_v2022_11_28/types/group_1062.py +49 -0
  2323. githubkit/versions/ghec_v2022_11_28/types/group_1063.py +28 -0
  2324. githubkit/versions/ghec_v2022_11_28/types/group_1064.py +38 -0
  2325. githubkit/versions/ghec_v2022_11_28/types/group_1065.py +22 -0
  2326. githubkit/versions/ghec_v2022_11_28/types/group_1066.py +24 -0
  2327. githubkit/versions/ghec_v2022_11_28/types/group_1067.py +39 -0
  2328. githubkit/versions/ghec_v2022_11_28/types/group_1068.py +21 -0
  2329. githubkit/versions/ghec_v2022_11_28/types/group_1069.py +30 -0
  2330. githubkit/versions/ghec_v2022_11_28/types/group_1070.py +33 -0
  2331. githubkit/versions/ghec_v2022_11_28/types/group_1071.py +46 -0
  2332. githubkit/versions/ghec_v2022_11_28/types/group_1072.py +40 -0
  2333. githubkit/versions/ghec_v2022_11_28/types/group_1073.py +25 -0
  2334. githubkit/versions/ghec_v2022_11_28/types/group_1074.py +33 -0
  2335. githubkit/versions/ghec_v2022_11_28/types/group_1075.py +25 -0
  2336. githubkit/versions/ghec_v2022_11_28/types/group_1076.py +22 -0
  2337. githubkit/versions/ghec_v2022_11_28/types/group_1077.py +25 -0
  2338. githubkit/versions/ghec_v2022_11_28/types/group_1078.py +22 -0
  2339. githubkit/versions/ghec_v2022_11_28/types/group_1079.py +22 -0
  2340. githubkit/versions/ghec_v2022_11_28/types/group_1080.py +23 -0
  2341. githubkit/versions/ghec_v2022_11_28/types/group_1081.py +22 -0
  2342. githubkit/versions/ghec_v2022_11_28/types/group_1082.py +58 -0
  2343. githubkit/versions/ghec_v2022_11_28/types/group_1083.py +22 -0
  2344. githubkit/versions/ghec_v2022_11_28/types/group_1084.py +22 -0
  2345. githubkit/versions/ghec_v2022_11_28/types/group_1085.py +41 -0
  2346. githubkit/versions/ghec_v2022_11_28/types/group_1086.py +36 -0
  2347. githubkit/versions/ghec_v2022_11_28/types/group_1087.py +40 -0
  2348. githubkit/versions/ghec_v2022_11_28/types/group_1088.py +28 -0
  2349. githubkit/versions/ghec_v2022_11_28/types/group_1089.py +25 -0
  2350. githubkit/versions/ghec_v2022_11_28/types/group_1090.py +26 -0
  2351. githubkit/versions/ghec_v2022_11_28/types/group_1091.py +25 -0
  2352. githubkit/versions/ghec_v2022_11_28/types/group_1092.py +22 -0
  2353. githubkit/versions/ghec_v2022_11_28/types/group_1093.py +22 -0
  2354. githubkit/versions/ghec_v2022_11_28/types/group_1094.py +19 -0
  2355. githubkit/versions/ghec_v2022_11_28/types/group_1095.py +22 -0
  2356. githubkit/versions/ghec_v2022_11_28/types/group_1096.py +41 -0
  2357. githubkit/versions/ghec_v2022_11_28/types/group_1097.py +21 -0
  2358. githubkit/versions/ghec_v2022_11_28/types/group_1098.py +24 -0
  2359. githubkit/versions/ghec_v2022_11_28/types/group_1099.py +49 -0
  2360. githubkit/versions/ghec_v2022_11_28/types/group_1100.py +22 -0
  2361. githubkit/versions/ghec_v2022_11_28/types/group_1101.py +22 -0
  2362. githubkit/versions/ghec_v2022_11_28/types/group_1102.py +21 -0
  2363. githubkit/versions/ghec_v2022_11_28/types/group_1103.py +22 -0
  2364. githubkit/versions/ghec_v2022_11_28/types/group_1104.py +33 -0
  2365. githubkit/versions/ghec_v2022_11_28/types/group_1105.py +21 -0
  2366. githubkit/versions/ghec_v2022_11_28/types/group_1106.py +22 -0
  2367. githubkit/versions/ghec_v2022_11_28/types/group_1107.py +33 -0
  2368. githubkit/versions/ghec_v2022_11_28/types/group_1108.py +21 -0
  2369. githubkit/versions/ghec_v2022_11_28/types/group_1109.py +22 -0
  2370. githubkit/versions/ghec_v2022_11_28/types/group_1110.py +24 -0
  2371. githubkit/versions/ghec_v2022_11_28/types/group_1111.py +23 -0
  2372. githubkit/versions/ghec_v2022_11_28/types/group_1112.py +23 -0
  2373. githubkit/versions/ghec_v2022_11_28/types/group_1113.py +23 -0
  2374. githubkit/versions/ghec_v2022_11_28/types/group_1114.py +21 -0
  2375. githubkit/versions/ghec_v2022_11_28/types/group_1115.py +23 -0
  2376. githubkit/versions/ghec_v2022_11_28/types/group_1116.py +26 -0
  2377. githubkit/versions/ghec_v2022_11_28/types/group_1117.py +26 -0
  2378. githubkit/versions/ghec_v2022_11_28/types/group_1118.py +22 -0
  2379. githubkit/versions/ghec_v2022_11_28/types/group_1119.py +22 -0
  2380. githubkit/versions/ghec_v2022_11_28/types/group_1120.py +26 -0
  2381. githubkit/versions/ghec_v2022_11_28/types/group_1121.py +33 -0
  2382. githubkit/versions/ghec_v2022_11_28/types/group_1122.py +31 -0
  2383. githubkit/versions/ghec_v2022_11_28/types/group_1123.py +33 -0
  2384. githubkit/versions/ghec_v2022_11_28/types/group_1124.py +33 -0
  2385. githubkit/versions/ghec_v2022_11_28/types/group_1125.py +33 -0
  2386. githubkit/versions/ghec_v2022_11_28/types/group_1126.py +26 -0
  2387. githubkit/versions/ghec_v2022_11_28/types/group_1127.py +25 -0
  2388. githubkit/versions/ghec_v2022_11_28/types/group_1128.py +25 -0
  2389. githubkit/versions/ghec_v2022_11_28/types/group_1129.py +28 -0
  2390. githubkit/versions/ghec_v2022_11_28/types/group_1130.py +21 -0
  2391. githubkit/versions/ghec_v2022_11_28/types/group_1131.py +22 -0
  2392. githubkit/versions/ghec_v2022_11_28/types/group_1132.py +24 -0
  2393. githubkit/versions/ghec_v2022_11_28/types/group_1133.py +28 -0
  2394. githubkit/versions/ghec_v2022_11_28/types/group_1134.py +21 -0
  2395. githubkit/versions/ghec_v2022_11_28/types/group_1135.py +24 -0
  2396. githubkit/versions/ghec_v2022_11_28/types/group_1136.py +26 -0
  2397. githubkit/versions/ghec_v2022_11_28/types/group_1137.py +31 -0
  2398. githubkit/versions/ghec_v2022_11_28/types/group_1138.py +31 -0
  2399. githubkit/versions/ghec_v2022_11_28/types/group_1139.py +21 -0
  2400. githubkit/versions/ghec_v2022_11_28/types/group_1140.py +25 -0
  2401. githubkit/versions/ghec_v2022_11_28/types/group_1141.py +22 -0
  2402. githubkit/versions/ghec_v2022_11_28/types/group_1142.py +22 -0
  2403. githubkit/versions/ghec_v2022_11_28/types/group_1143.py +23 -0
  2404. githubkit/versions/ghec_v2022_11_28/types/group_1144.py +23 -0
  2405. githubkit/versions/ghec_v2022_11_28/types/group_1145.py +23 -0
  2406. githubkit/versions/ghec_v2022_11_28/types/group_1146.py +42 -0
  2407. githubkit/versions/ghec_v2022_11_28/types/group_1147.py +21 -0
  2408. githubkit/versions/ghec_v2022_11_28/types/group_1148.py +23 -0
  2409. githubkit/versions/ghec_v2022_11_28/types/group_1149.py +23 -0
  2410. githubkit/versions/ghec_v2022_11_28/types/group_1150.py +21 -0
  2411. githubkit/versions/ghec_v2022_11_28/types/group_1151.py +22 -0
  2412. githubkit/versions/ghec_v2022_11_28/types/group_1152.py +30 -0
  2413. githubkit/versions/ghec_v2022_11_28/types/group_1153.py +23 -0
  2414. githubkit/versions/ghec_v2022_11_28/types/group_1154.py +24 -0
  2415. githubkit/versions/ghec_v2022_11_28/types/group_1155.py +29 -0
  2416. githubkit/versions/ghec_v2022_11_28/types/group_1156.py +22 -0
  2417. githubkit/versions/ghec_v2022_11_28/types/group_1157.py +67 -0
  2418. githubkit/versions/ghec_v2022_11_28/types/group_1158.py +67 -0
  2419. githubkit/versions/ghec_v2022_11_28/types/group_1159.py +26 -0
  2420. githubkit/versions/ghec_v2022_11_28/types/group_1160.py +25 -0
  2421. githubkit/versions/ghec_v2022_11_28/types/group_1161.py +22 -0
  2422. githubkit/versions/ghec_v2022_11_28/types/group_1162.py +21 -0
  2423. githubkit/versions/ghec_v2022_11_28/types/group_1163.py +22 -0
  2424. githubkit/versions/ghec_v2022_11_28/types/group_1164.py +24 -0
  2425. githubkit/versions/ghec_v2022_11_28/types/group_1165.py +25 -0
  2426. githubkit/versions/ghec_v2022_11_28/types/group_1166.py +53 -0
  2427. githubkit/versions/ghec_v2022_11_28/types/group_1167.py +53 -0
  2428. githubkit/versions/ghec_v2022_11_28/types/group_1168.py +69 -0
  2429. githubkit/versions/ghec_v2022_11_28/types/group_1169.py +29 -0
  2430. githubkit/versions/ghec_v2022_11_28/types/group_1170.py +23 -0
  2431. githubkit/versions/ghec_v2022_11_28/types/group_1171.py +22 -0
  2432. githubkit/versions/ghec_v2022_11_28/types/group_1172.py +21 -0
  2433. githubkit/versions/ghec_v2022_11_28/types/group_1173.py +23 -0
  2434. githubkit/versions/ghec_v2022_11_28/types/group_1174.py +28 -0
  2435. githubkit/versions/ghec_v2022_11_28/types/group_1175.py +24 -0
  2436. githubkit/versions/ghec_v2022_11_28/types/group_1176.py +22 -0
  2437. githubkit/versions/ghec_v2022_11_28/types/group_1177.py +22 -0
  2438. githubkit/versions/ghec_v2022_11_28/types/group_1178.py +22 -0
  2439. githubkit/versions/ghec_v2022_11_28/types/group_1179.py +22 -0
  2440. githubkit/versions/ghec_v2022_11_28/types/group_1180.py +37 -0
  2441. githubkit/versions/ghec_v2022_11_28/types/group_1181.py +29 -0
  2442. githubkit/versions/ghec_v2022_11_28/types/group_1182.py +25 -0
  2443. githubkit/versions/ghec_v2022_11_28/types/group_1183.py +33 -0
  2444. githubkit/versions/ghec_v2022_11_28/types/group_1184.py +41 -0
  2445. githubkit/versions/ghec_v2022_11_28/types/group_1185.py +40 -0
  2446. githubkit/versions/ghec_v2022_11_28/types/group_1186.py +24 -0
  2447. githubkit/versions/ghec_v2022_11_28/types/group_1187.py +25 -0
  2448. githubkit/versions/ghec_v2022_11_28/types/group_1188.py +22 -0
  2449. githubkit/versions/ghec_v2022_11_28/types/group_1189.py +24 -0
  2450. githubkit/versions/ghec_v2022_11_28/types/group_1190.py +25 -0
  2451. githubkit/versions/ghec_v2022_11_28/types/group_1191.py +22 -0
  2452. githubkit/versions/ghec_v2022_11_28/types/group_1192.py +22 -0
  2453. githubkit/versions/ghec_v2022_11_28/types/group_1193.py +26 -0
  2454. githubkit/versions/ghec_v2022_11_28/types/group_1194.py +31 -0
  2455. githubkit/versions/ghec_v2022_11_28/types/group_1195.py +22 -0
  2456. githubkit/versions/ghec_v2022_11_28/types/group_1196.py +25 -0
  2457. githubkit/versions/ghec_v2022_11_28/types/group_1197.py +26 -0
  2458. githubkit/versions/ghec_v2022_11_28/types/group_1198.py +19 -0
  2459. githubkit/versions/ghec_v2022_11_28/types/group_1199.py +22 -0
  2460. githubkit/versions/ghec_v2022_11_28/types/group_1200.py +22 -0
  2461. githubkit/versions/ghec_v2022_11_28/types/group_1201.py +30 -0
  2462. githubkit/versions/ghec_v2022_11_28/types/group_1202.py +23 -0
  2463. githubkit/versions/ghec_v2022_11_28/types/group_1203.py +46 -0
  2464. githubkit/versions/ghec_v2022_11_28/types/group_1204.py +27 -0
  2465. githubkit/versions/ghec_v2022_11_28/types/group_1205.py +27 -0
  2466. githubkit/versions/ghec_v2022_11_28/types/group_1206.py +22 -0
  2467. githubkit/versions/ghec_v2022_11_28/webhooks/__init__.py +406 -0
  2468. githubkit/versions/ghec_v2022_11_28/webhooks/_namespace.py +1202 -0
  2469. githubkit/versions/ghec_v2022_11_28/webhooks/_types.py +395 -0
  2470. githubkit/versions/ghec_v2022_11_28/webhooks/branch_protection_configuration.py +44 -0
  2471. githubkit/versions/ghec_v2022_11_28/webhooks/branch_protection_rule.py +47 -0
  2472. githubkit/versions/ghec_v2022_11_28/webhooks/check_run.py +45 -0
  2473. githubkit/versions/ghec_v2022_11_28/webhooks/check_suite.py +42 -0
  2474. githubkit/versions/ghec_v2022_11_28/webhooks/code_scanning_alert.py +56 -0
  2475. githubkit/versions/ghec_v2022_11_28/webhooks/commit_comment.py +22 -0
  2476. githubkit/versions/ghec_v2022_11_28/webhooks/create.py +22 -0
  2477. githubkit/versions/ghec_v2022_11_28/webhooks/custom_property.py +47 -0
  2478. githubkit/versions/ghec_v2022_11_28/webhooks/custom_property_values.py +27 -0
  2479. githubkit/versions/ghec_v2022_11_28/webhooks/delete.py +22 -0
  2480. githubkit/versions/ghec_v2022_11_28/webhooks/dependabot_alert.py +59 -0
  2481. githubkit/versions/ghec_v2022_11_28/webhooks/deploy_key.py +36 -0
  2482. githubkit/versions/ghec_v2022_11_28/webhooks/deployment.py +22 -0
  2483. githubkit/versions/ghec_v2022_11_28/webhooks/deployment_protection_rule.py +27 -0
  2484. githubkit/versions/ghec_v2022_11_28/webhooks/deployment_review.py +47 -0
  2485. githubkit/versions/ghec_v2022_11_28/webhooks/deployment_status.py +27 -0
  2486. githubkit/versions/ghec_v2022_11_28/webhooks/discussion.py +78 -0
  2487. githubkit/versions/ghec_v2022_11_28/webhooks/discussion_comment.py +47 -0
  2488. githubkit/versions/ghec_v2022_11_28/webhooks/fork.py +22 -0
  2489. githubkit/versions/ghec_v2022_11_28/webhooks/github_app_authorization.py +27 -0
  2490. githubkit/versions/ghec_v2022_11_28/webhooks/gollum.py +22 -0
  2491. githubkit/versions/ghec_v2022_11_28/webhooks/installation.py +48 -0
  2492. githubkit/versions/ghec_v2022_11_28/webhooks/installation_repositories.py +44 -0
  2493. githubkit/versions/ghec_v2022_11_28/webhooks/installation_target.py +27 -0
  2494. githubkit/versions/ghec_v2022_11_28/webhooks/issue_comment.py +42 -0
  2495. githubkit/versions/ghec_v2022_11_28/webhooks/issues.py +81 -0
  2496. githubkit/versions/ghec_v2022_11_28/webhooks/label.py +38 -0
  2497. githubkit/versions/ghec_v2022_11_28/webhooks/marketplace_purchase.py +53 -0
  2498. githubkit/versions/ghec_v2022_11_28/webhooks/member.py +38 -0
  2499. githubkit/versions/ghec_v2022_11_28/webhooks/membership.py +36 -0
  2500. githubkit/versions/ghec_v2022_11_28/webhooks/merge_group.py +36 -0
  2501. githubkit/versions/ghec_v2022_11_28/webhooks/meta.py +22 -0
  2502. githubkit/versions/ghec_v2022_11_28/webhooks/milestone.py +48 -0
  2503. githubkit/versions/ghec_v2022_11_28/webhooks/org_block.py +36 -0
  2504. githubkit/versions/ghec_v2022_11_28/webhooks/organization.py +48 -0
  2505. githubkit/versions/ghec_v2022_11_28/webhooks/package.py +36 -0
  2506. githubkit/versions/ghec_v2022_11_28/webhooks/page_build.py +22 -0
  2507. githubkit/versions/ghec_v2022_11_28/webhooks/personal_access_token_request.py +50 -0
  2508. githubkit/versions/ghec_v2022_11_28/webhooks/ping.py +22 -0
  2509. githubkit/versions/ghec_v2022_11_28/webhooks/project.py +48 -0
  2510. githubkit/versions/ghec_v2022_11_28/webhooks/project_card.py +48 -0
  2511. githubkit/versions/ghec_v2022_11_28/webhooks/project_column.py +45 -0
  2512. githubkit/versions/ghec_v2022_11_28/webhooks/projects_v2.py +48 -0
  2513. githubkit/versions/ghec_v2022_11_28/webhooks/projects_v2_item.py +59 -0
  2514. githubkit/versions/ghec_v2022_11_28/webhooks/public.py +22 -0
  2515. githubkit/versions/ghec_v2022_11_28/webhooks/pull_request.py +130 -0
  2516. githubkit/versions/ghec_v2022_11_28/webhooks/pull_request_review.py +47 -0
  2517. githubkit/versions/ghec_v2022_11_28/webhooks/pull_request_review_comment.py +47 -0
  2518. githubkit/versions/ghec_v2022_11_28/webhooks/pull_request_review_thread.py +44 -0
  2519. githubkit/versions/ghec_v2022_11_28/webhooks/push.py +22 -0
  2520. githubkit/versions/ghec_v2022_11_28/webhooks/registry_package.py +41 -0
  2521. githubkit/versions/ghec_v2022_11_28/webhooks/release.py +54 -0
  2522. githubkit/versions/ghec_v2022_11_28/webhooks/repository.py +60 -0
  2523. githubkit/versions/ghec_v2022_11_28/webhooks/repository_advisory.py +44 -0
  2524. githubkit/versions/ghec_v2022_11_28/webhooks/repository_dispatch.py +27 -0
  2525. githubkit/versions/ghec_v2022_11_28/webhooks/repository_import.py +27 -0
  2526. githubkit/versions/ghec_v2022_11_28/webhooks/repository_ruleset.py +47 -0
  2527. githubkit/versions/ghec_v2022_11_28/webhooks/repository_vulnerability_alert.py +50 -0
  2528. githubkit/versions/ghec_v2022_11_28/webhooks/secret_scanning_alert.py +53 -0
  2529. githubkit/versions/ghec_v2022_11_28/webhooks/secret_scanning_alert_location.py +27 -0
  2530. githubkit/versions/ghec_v2022_11_28/webhooks/security_advisory.py +47 -0
  2531. githubkit/versions/ghec_v2022_11_28/webhooks/security_and_analysis.py +27 -0
  2532. githubkit/versions/ghec_v2022_11_28/webhooks/sponsorship.py +51 -0
  2533. githubkit/versions/ghec_v2022_11_28/webhooks/star.py +36 -0
  2534. githubkit/versions/ghec_v2022_11_28/webhooks/status.py +22 -0
  2535. githubkit/versions/ghec_v2022_11_28/webhooks/team.py +48 -0
  2536. githubkit/versions/ghec_v2022_11_28/webhooks/team_add.py +22 -0
  2537. githubkit/versions/ghec_v2022_11_28/webhooks/watch.py +22 -0
  2538. githubkit/versions/ghec_v2022_11_28/webhooks/workflow_dispatch.py +27 -0
  2539. githubkit/versions/ghec_v2022_11_28/webhooks/workflow_job.py +45 -0
  2540. githubkit/versions/ghec_v2022_11_28/webhooks/workflow_run.py +42 -0
  2541. githubkit/versions/latest/__init__.py +1 -1
  2542. githubkit/versions/latest/models.py +39 -31
  2543. githubkit/versions/latest/types.py +39 -31
  2544. githubkit/versions/latest/webhooks.py +1 -1
  2545. githubkit/versions/rest.py +10 -7
  2546. githubkit/versions/v2022_11_28/__init__.py +1 -1
  2547. githubkit/versions/v2022_11_28/models/__init__.py +4456 -4450
  2548. githubkit/versions/v2022_11_28/models/group_0000.py +2 -3
  2549. githubkit/versions/v2022_11_28/models/group_0001.py +1 -2
  2550. githubkit/versions/v2022_11_28/models/group_0002.py +1 -4
  2551. githubkit/versions/v2022_11_28/models/group_0003.py +1 -2
  2552. githubkit/versions/v2022_11_28/models/group_0004.py +1 -2
  2553. githubkit/versions/v2022_11_28/models/group_0005.py +2 -3
  2554. githubkit/versions/v2022_11_28/models/group_0006.py +1 -2
  2555. githubkit/versions/v2022_11_28/models/group_0007.py +1 -2
  2556. githubkit/versions/v2022_11_28/models/group_0008.py +1 -2
  2557. githubkit/versions/v2022_11_28/models/group_0009.py +1 -2
  2558. githubkit/versions/v2022_11_28/models/group_0010.py +1 -2
  2559. githubkit/versions/v2022_11_28/models/group_0011.py +1 -2
  2560. githubkit/versions/v2022_11_28/models/group_0012.py +1 -2
  2561. githubkit/versions/v2022_11_28/models/group_0013.py +1 -2
  2562. githubkit/versions/v2022_11_28/models/group_0014.py +6 -7
  2563. githubkit/versions/v2022_11_28/models/group_0015.py +1 -2
  2564. githubkit/versions/v2022_11_28/models/group_0016.py +1 -2
  2565. githubkit/versions/v2022_11_28/models/group_0017.py +6 -162
  2566. githubkit/versions/v2022_11_28/models/group_0018.py +2 -4
  2567. githubkit/versions/v2022_11_28/models/group_0019.py +1 -2
  2568. githubkit/versions/v2022_11_28/models/group_0020.py +2 -3
  2569. githubkit/versions/v2022_11_28/models/group_0021.py +1 -2
  2570. githubkit/versions/v2022_11_28/models/group_0022.py +1 -2
  2571. githubkit/versions/v2022_11_28/models/group_0023.py +1 -2
  2572. githubkit/versions/v2022_11_28/models/group_0024.py +1 -2
  2573. githubkit/versions/v2022_11_28/models/group_0025.py +1 -2
  2574. githubkit/versions/v2022_11_28/models/group_0026.py +1 -2
  2575. githubkit/versions/v2022_11_28/models/group_0027.py +1 -3
  2576. githubkit/versions/v2022_11_28/models/group_0028.py +1 -4
  2577. githubkit/versions/v2022_11_28/models/group_0029.py +2 -3
  2578. githubkit/versions/v2022_11_28/models/group_0030.py +1 -2
  2579. githubkit/versions/v2022_11_28/models/group_0031.py +1 -2
  2580. githubkit/versions/v2022_11_28/models/group_0032.py +1 -4
  2581. githubkit/versions/v2022_11_28/models/group_0033.py +1 -2
  2582. githubkit/versions/v2022_11_28/models/group_0034.py +2 -3
  2583. githubkit/versions/v2022_11_28/models/group_0035.py +3 -4
  2584. githubkit/versions/v2022_11_28/models/group_0036.py +3 -4
  2585. githubkit/versions/v2022_11_28/models/group_0037.py +1 -2
  2586. githubkit/versions/v2022_11_28/models/group_0038.py +1 -2
  2587. githubkit/versions/v2022_11_28/models/group_0039.py +1 -2
  2588. githubkit/versions/v2022_11_28/models/group_0040.py +2 -3
  2589. githubkit/versions/v2022_11_28/models/group_0041.py +1 -5
  2590. githubkit/versions/v2022_11_28/models/group_0042.py +1 -2
  2591. githubkit/versions/v2022_11_28/models/group_0043.py +1 -2
  2592. githubkit/versions/v2022_11_28/models/group_0044.py +1 -2
  2593. githubkit/versions/v2022_11_28/models/group_0045.py +1 -2
  2594. githubkit/versions/v2022_11_28/models/group_0046.py +2 -3
  2595. githubkit/versions/v2022_11_28/models/group_0047.py +2 -3
  2596. githubkit/versions/v2022_11_28/models/group_0048.py +1 -2
  2597. githubkit/versions/v2022_11_28/models/group_0049.py +1 -2
  2598. githubkit/versions/v2022_11_28/models/group_0050.py +2 -3
  2599. githubkit/versions/v2022_11_28/models/group_0051.py +2 -6
  2600. githubkit/versions/v2022_11_28/models/group_0052.py +1 -2
  2601. githubkit/versions/v2022_11_28/models/group_0053.py +1 -2
  2602. githubkit/versions/v2022_11_28/models/group_0054.py +1 -2
  2603. githubkit/versions/v2022_11_28/models/group_0055.py +1 -2
  2604. githubkit/versions/v2022_11_28/models/group_0056.py +1 -2
  2605. githubkit/versions/v2022_11_28/models/group_0057.py +1 -2
  2606. githubkit/versions/v2022_11_28/models/group_0058.py +1 -2
  2607. githubkit/versions/v2022_11_28/models/group_0059.py +1 -2
  2608. githubkit/versions/v2022_11_28/models/group_0060.py +1 -2
  2609. githubkit/versions/v2022_11_28/models/group_0061.py +1 -2
  2610. githubkit/versions/v2022_11_28/models/group_0062.py +2 -3
  2611. githubkit/versions/v2022_11_28/models/group_0063.py +1 -2
  2612. githubkit/versions/v2022_11_28/models/group_0064.py +1 -2
  2613. githubkit/versions/v2022_11_28/models/group_0065.py +1 -2
  2614. githubkit/versions/v2022_11_28/models/group_0066.py +1 -2
  2615. githubkit/versions/v2022_11_28/models/group_0067.py +1 -2
  2616. githubkit/versions/v2022_11_28/models/group_0068.py +1 -2
  2617. githubkit/versions/v2022_11_28/models/group_0069.py +7 -8
  2618. githubkit/versions/v2022_11_28/models/group_0070.py +1 -2
  2619. githubkit/versions/v2022_11_28/models/group_0071.py +1 -2
  2620. githubkit/versions/v2022_11_28/models/group_0072.py +1 -2
  2621. githubkit/versions/v2022_11_28/models/group_0073.py +14 -7
  2622. githubkit/versions/v2022_11_28/models/group_0074.py +1 -2
  2623. githubkit/versions/v2022_11_28/models/group_0075.py +1 -2
  2624. githubkit/versions/v2022_11_28/models/group_0076.py +2 -3
  2625. githubkit/versions/v2022_11_28/models/group_0077.py +1 -2
  2626. githubkit/versions/v2022_11_28/models/group_0078.py +2 -3
  2627. githubkit/versions/v2022_11_28/models/group_0079.py +1 -2
  2628. githubkit/versions/v2022_11_28/models/group_0080.py +1 -2
  2629. githubkit/versions/v2022_11_28/models/group_0081.py +1 -2
  2630. githubkit/versions/v2022_11_28/models/group_0082.py +1 -2
  2631. githubkit/versions/v2022_11_28/models/group_0083.py +1 -2
  2632. githubkit/versions/v2022_11_28/models/group_0084.py +2 -3
  2633. githubkit/versions/v2022_11_28/models/group_0085.py +1 -2
  2634. githubkit/versions/v2022_11_28/models/group_0086.py +1 -2
  2635. githubkit/versions/v2022_11_28/models/group_0087.py +1 -2
  2636. githubkit/versions/v2022_11_28/models/group_0088.py +1 -2
  2637. githubkit/versions/v2022_11_28/models/group_0089.py +1 -2
  2638. githubkit/versions/v2022_11_28/models/group_0090.py +1 -2
  2639. githubkit/versions/v2022_11_28/models/group_0091.py +1 -2
  2640. githubkit/versions/v2022_11_28/models/group_0092.py +1 -2
  2641. githubkit/versions/v2022_11_28/models/group_0093.py +2 -3
  2642. githubkit/versions/v2022_11_28/models/group_0094.py +1 -2
  2643. githubkit/versions/v2022_11_28/models/group_0095.py +6 -7
  2644. githubkit/versions/v2022_11_28/models/group_0096.py +1 -2
  2645. githubkit/versions/v2022_11_28/models/group_0097.py +1 -4
  2646. githubkit/versions/v2022_11_28/models/group_0098.py +1 -2
  2647. githubkit/versions/v2022_11_28/models/group_0099.py +2 -9
  2648. githubkit/versions/v2022_11_28/models/group_0100.py +1 -2
  2649. githubkit/versions/v2022_11_28/models/group_0101.py +1 -6
  2650. githubkit/versions/v2022_11_28/models/group_0102.py +1 -2
  2651. githubkit/versions/v2022_11_28/models/group_0103.py +2 -9
  2652. githubkit/versions/v2022_11_28/models/group_0104.py +1 -2
  2653. githubkit/versions/v2022_11_28/models/group_0105.py +2 -7
  2654. githubkit/versions/v2022_11_28/models/group_0106.py +1 -4
  2655. githubkit/versions/v2022_11_28/models/group_0107.py +2 -7
  2656. githubkit/versions/v2022_11_28/models/group_0108.py +1 -2
  2657. githubkit/versions/v2022_11_28/models/group_0109.py +1 -2
  2658. githubkit/versions/v2022_11_28/models/group_0110.py +1 -2
  2659. githubkit/versions/v2022_11_28/models/group_0111.py +1 -2
  2660. githubkit/versions/v2022_11_28/models/group_0112.py +2 -3
  2661. githubkit/versions/v2022_11_28/models/group_0113.py +1 -2
  2662. githubkit/versions/v2022_11_28/models/group_0114.py +1 -3
  2663. githubkit/versions/v2022_11_28/models/group_0115.py +1 -4
  2664. githubkit/versions/v2022_11_28/models/group_0116.py +2 -3
  2665. githubkit/versions/v2022_11_28/models/group_0117.py +1 -2
  2666. githubkit/versions/v2022_11_28/models/group_0118.py +1 -2
  2667. githubkit/versions/v2022_11_28/models/group_0119.py +1 -2
  2668. githubkit/versions/v2022_11_28/models/group_0120.py +1 -2
  2669. githubkit/versions/v2022_11_28/models/group_0121.py +1 -2
  2670. githubkit/versions/v2022_11_28/models/group_0122.py +1 -2
  2671. githubkit/versions/v2022_11_28/models/group_0123.py +1 -2
  2672. githubkit/versions/v2022_11_28/models/group_0124.py +1 -2
  2673. githubkit/versions/v2022_11_28/models/group_0125.py +1 -2
  2674. githubkit/versions/v2022_11_28/models/group_0126.py +1 -2
  2675. githubkit/versions/v2022_11_28/models/group_0127.py +1 -2
  2676. githubkit/versions/v2022_11_28/models/group_0128.py +8 -14
  2677. githubkit/versions/v2022_11_28/models/group_0129.py +13 -31
  2678. githubkit/versions/v2022_11_28/models/group_0130.py +23 -112
  2679. githubkit/versions/v2022_11_28/models/group_0131.py +14 -43
  2680. githubkit/versions/v2022_11_28/models/group_0132.py +108 -76
  2681. githubkit/versions/v2022_11_28/models/group_0133.py +41 -27
  2682. githubkit/versions/v2022_11_28/models/group_0134.py +57 -158
  2683. githubkit/versions/v2022_11_28/models/group_0135.py +25 -86
  2684. githubkit/versions/v2022_11_28/models/group_0136.py +185 -12
  2685. githubkit/versions/v2022_11_28/models/group_0137.py +85 -12
  2686. githubkit/versions/v2022_11_28/models/group_0138.py +11 -118
  2687. githubkit/versions/v2022_11_28/models/group_0139.py +11 -39
  2688. githubkit/versions/v2022_11_28/models/group_0140.py +108 -22
  2689. githubkit/versions/v2022_11_28/models/group_0141.py +35 -18
  2690. githubkit/versions/v2022_11_28/models/group_0142.py +28 -13
  2691. githubkit/versions/v2022_11_28/models/group_0143.py +14 -42
  2692. githubkit/versions/v2022_11_28/models/group_0144.py +11 -147
  2693. githubkit/versions/v2022_11_28/models/group_0145.py +37 -20
  2694. githubkit/versions/v2022_11_28/models/group_0146.py +147 -14
  2695. githubkit/versions/v2022_11_28/models/group_0147.py +25 -12
  2696. githubkit/versions/v2022_11_28/models/group_0148.py +18 -10
  2697. githubkit/versions/v2022_11_28/models/group_0149.py +11 -13
  2698. githubkit/versions/v2022_11_28/models/group_0150.py +9 -22
  2699. githubkit/versions/v2022_11_28/models/group_0151.py +11 -37
  2700. githubkit/versions/v2022_11_28/models/group_0152.py +17 -30
  2701. githubkit/versions/v2022_11_28/models/group_0153.py +30 -84
  2702. githubkit/versions/v2022_11_28/models/group_0154.py +26 -13
  2703. githubkit/versions/v2022_11_28/models/group_0155.py +87 -10
  2704. githubkit/versions/v2022_11_28/models/group_0156.py +16 -13
  2705. githubkit/versions/v2022_11_28/models/group_0157.py +12 -20
  2706. githubkit/versions/v2022_11_28/models/group_0158.py +13 -9
  2707. githubkit/versions/v2022_11_28/models/group_0159.py +20 -53
  2708. githubkit/versions/v2022_11_28/models/group_0160.py +8 -46
  2709. githubkit/versions/v2022_11_28/models/group_0161.py +51 -105
  2710. githubkit/versions/v2022_11_28/models/group_0162.py +36 -37
  2711. githubkit/versions/v2022_11_28/models/group_0163.py +103 -10
  2712. githubkit/versions/v2022_11_28/models/group_0164.py +41 -13
  2713. githubkit/versions/v2022_11_28/models/group_0165.py +9 -53
  2714. githubkit/versions/v2022_11_28/models/group_0166.py +13 -46
  2715. githubkit/versions/v2022_11_28/models/group_0167.py +39 -81
  2716. githubkit/versions/v2022_11_28/models/group_0168.py +40 -44
  2717. githubkit/versions/v2022_11_28/models/group_0169.py +89 -27
  2718. githubkit/versions/v2022_11_28/models/group_0170.py +49 -13
  2719. githubkit/versions/v2022_11_28/models/group_0171.py +27 -12
  2720. githubkit/versions/v2022_11_28/models/group_0172.py +13 -34
  2721. githubkit/versions/v2022_11_28/models/group_0173.py +11 -48
  2722. githubkit/versions/v2022_11_28/models/group_0174.py +26 -123
  2723. githubkit/versions/v2022_11_28/models/group_0175.py +35 -162
  2724. githubkit/versions/v2022_11_28/models/group_0176.py +122 -29
  2725. githubkit/versions/v2022_11_28/models/group_0177.py +168 -9
  2726. githubkit/versions/v2022_11_28/models/group_0178.py +30 -12
  2727. githubkit/versions/v2022_11_28/models/group_0179.py +9 -22
  2728. githubkit/versions/v2022_11_28/models/group_0180.py +10 -49
  2729. githubkit/versions/v2022_11_28/models/group_0181.py +23 -29
  2730. githubkit/versions/v2022_11_28/models/group_0182.py +39 -29
  2731. githubkit/versions/v2022_11_28/models/group_0183.py +20 -150
  2732. githubkit/versions/v2022_11_28/models/group_0184.py +31 -27
  2733. githubkit/versions/v2022_11_28/models/group_0185.py +148 -29
  2734. githubkit/versions/v2022_11_28/models/group_0186.py +21 -32
  2735. githubkit/versions/v2022_11_28/models/group_0187.py +32 -71
  2736. githubkit/versions/v2022_11_28/models/group_0188.py +35 -20
  2737. githubkit/versions/v2022_11_28/models/group_0189.py +48 -37
  2738. githubkit/versions/v2022_11_28/models/group_0190.py +17 -38
  2739. githubkit/versions/v2022_11_28/models/group_0191.py +62 -45
  2740. githubkit/versions/v2022_11_28/models/group_0192.py +29 -85
  2741. githubkit/versions/v2022_11_28/models/group_0193.py +37 -32
  2742. githubkit/versions/v2022_11_28/models/group_0194.py +90 -13
  2743. githubkit/versions/v2022_11_28/models/group_0195.py +36 -25
  2744. githubkit/versions/v2022_11_28/models/group_0196.py +11 -38
  2745. githubkit/versions/v2022_11_28/models/group_0197.py +30 -29
  2746. githubkit/versions/v2022_11_28/models/group_0198.py +36 -13
  2747. githubkit/versions/v2022_11_28/models/group_0199.py +32 -13
  2748. githubkit/versions/v2022_11_28/models/group_0200.py +14 -18
  2749. githubkit/versions/v2022_11_28/models/group_0201.py +8 -33
  2750. githubkit/versions/v2022_11_28/models/group_0202.py +20 -11
  2751. githubkit/versions/v2022_11_28/models/group_0203.py +28 -25
  2752. githubkit/versions/v2022_11_28/models/group_0204.py +9 -60
  2753. githubkit/versions/v2022_11_28/models/group_0205.py +22 -49
  2754. githubkit/versions/v2022_11_28/models/group_0206.py +55 -17
  2755. githubkit/versions/v2022_11_28/models/group_0207.py +56 -8
  2756. githubkit/versions/v2022_11_28/models/group_0208.py +20 -23
  2757. githubkit/versions/v2022_11_28/models/group_0209.py +7 -88
  2758. githubkit/versions/v2022_11_28/models/group_0210.py +18 -29
  2759. githubkit/versions/v2022_11_28/models/group_0211.py +88 -15
  2760. githubkit/versions/v2022_11_28/models/group_0212.py +21 -37
  2761. githubkit/versions/v2022_11_28/models/group_0213.py +14 -25
  2762. githubkit/versions/v2022_11_28/models/group_0214.py +31 -35
  2763. githubkit/versions/v2022_11_28/models/group_0215.py +21 -27
  2764. githubkit/versions/v2022_11_28/models/group_0216.py +34 -51
  2765. githubkit/versions/v2022_11_28/models/group_0217.py +26 -31
  2766. githubkit/versions/v2022_11_28/models/group_0218.py +42 -18
  2767. githubkit/versions/v2022_11_28/models/group_0219.py +14 -16
  2768. githubkit/versions/v2022_11_28/models/group_0220.py +18 -14
  2769. githubkit/versions/v2022_11_28/models/group_0221.py +25 -105
  2770. githubkit/versions/v2022_11_28/models/group_0222.py +33 -34
  2771. githubkit/versions/v2022_11_28/models/group_0223.py +106 -55
  2772. githubkit/versions/v2022_11_28/models/group_0224.py +31 -23
  2773. githubkit/versions/v2022_11_28/models/group_0225.py +57 -30
  2774. githubkit/versions/v2022_11_28/models/group_0226.py +15 -114
  2775. githubkit/versions/v2022_11_28/models/group_0227.py +35 -10
  2776. githubkit/versions/v2022_11_28/models/group_0228.py +109 -22
  2777. githubkit/versions/v2022_11_28/models/group_0229.py +8 -44
  2778. githubkit/versions/v2022_11_28/models/group_0230.py +21 -67
  2779. githubkit/versions/v2022_11_28/models/group_0231.py +34 -39
  2780. githubkit/versions/v2022_11_28/models/group_0232.py +74 -13
  2781. githubkit/versions/v2022_11_28/models/group_0233.py +30 -69
  2782. githubkit/versions/v2022_11_28/models/group_0234.py +12 -22
  2783. githubkit/versions/v2022_11_28/models/group_0235.py +77 -12
  2784. githubkit/versions/v2022_11_28/models/group_0236.py +19 -11
  2785. githubkit/versions/v2022_11_28/models/group_0237.py +15 -8
  2786. githubkit/versions/v2022_11_28/models/group_0238.py +13 -19
  2787. githubkit/versions/v2022_11_28/models/group_0239.py +7 -49
  2788. githubkit/versions/v2022_11_28/models/group_0240.py +18 -9
  2789. githubkit/versions/v2022_11_28/models/group_0241.py +44 -15
  2790. githubkit/versions/v2022_11_28/models/group_0242.py +7 -81
  2791. githubkit/versions/v2022_11_28/models/group_0243.py +15 -23
  2792. githubkit/versions/v2022_11_28/models/group_0244.py +70 -32
  2793. githubkit/versions/v2022_11_28/models/group_0245.py +16 -26
  2794. githubkit/versions/v2022_11_28/models/group_0246.py +42 -11
  2795. githubkit/versions/v2022_11_28/models/group_0247.py +27 -32
  2796. githubkit/versions/v2022_11_28/models/group_0248.py +9 -64
  2797. githubkit/versions/v2022_11_28/models/group_0249.py +34 -13
  2798. githubkit/versions/v2022_11_28/models/group_0250.py +62 -11
  2799. githubkit/versions/v2022_11_28/models/group_0251.py +12 -135
  2800. githubkit/versions/v2022_11_28/models/group_0252.py +11 -37
  2801. githubkit/versions/v2022_11_28/models/group_0253.py +119 -20
  2802. githubkit/versions/v2022_11_28/models/group_0254.py +22 -19
  2803. githubkit/versions/v2022_11_28/models/group_0255.py +21 -15
  2804. githubkit/versions/v2022_11_28/models/group_0256.py +15 -25
  2805. githubkit/versions/v2022_11_28/models/group_0257.py +11 -24
  2806. githubkit/versions/v2022_11_28/models/group_0258.py +15 -20
  2807. githubkit/versions/v2022_11_28/models/group_0259.py +23 -28
  2808. githubkit/versions/v2022_11_28/models/group_0260.py +24 -28
  2809. githubkit/versions/v2022_11_28/models/group_0261.py +24 -28
  2810. githubkit/versions/v2022_11_28/models/group_0262.py +24 -15
  2811. githubkit/versions/v2022_11_28/models/group_0263.py +18 -24
  2812. githubkit/versions/v2022_11_28/models/group_0264.py +10 -31
  2813. githubkit/versions/v2022_11_28/models/group_0265.py +14 -16
  2814. githubkit/versions/v2022_11_28/models/group_0266.py +15 -20
  2815. githubkit/versions/v2022_11_28/models/group_0267.py +36 -15
  2816. githubkit/versions/v2022_11_28/models/group_0268.py +35 -38
  2817. githubkit/versions/v2022_11_28/models/group_0269.py +17 -21
  2818. githubkit/versions/v2022_11_28/models/group_0270.py +42 -14
  2819. githubkit/versions/v2022_11_28/models/group_0271.py +16 -80
  2820. githubkit/versions/v2022_11_28/models/group_0272.py +11 -65
  2821. githubkit/versions/v2022_11_28/models/group_0273.py +59 -122
  2822. githubkit/versions/v2022_11_28/models/group_0274.py +63 -22
  2823. githubkit/versions/v2022_11_28/models/group_0275.py +142 -21
  2824. githubkit/versions/v2022_11_28/models/group_0276.py +10 -14
  2825. githubkit/versions/v2022_11_28/models/group_0277.py +17 -16
  2826. githubkit/versions/v2022_11_28/models/group_0278.py +27 -8
  2827. githubkit/versions/v2022_11_28/models/group_0279.py +14 -33
  2828. githubkit/versions/v2022_11_28/models/group_0280.py +7 -18
  2829. githubkit/versions/v2022_11_28/models/group_0281.py +31 -76
  2830. githubkit/versions/v2022_11_28/models/group_0282.py +10 -29
  2831. githubkit/versions/v2022_11_28/models/group_0283.py +79 -9
  2832. githubkit/versions/v2022_11_28/models/group_0284.py +29 -16
  2833. githubkit/versions/v2022_11_28/models/group_0285.py +10 -25
  2834. githubkit/versions/v2022_11_28/models/group_0286.py +13 -84
  2835. githubkit/versions/v2022_11_28/models/group_0287.py +21 -93
  2836. githubkit/versions/v2022_11_28/models/group_0288.py +86 -199
  2837. githubkit/versions/v2022_11_28/models/group_0289.py +90 -40
  2838. githubkit/versions/v2022_11_28/models/group_0290.py +81 -19
  2839. githubkit/versions/v2022_11_28/models/group_0291.py +46 -21
  2840. githubkit/versions/v2022_11_28/models/group_0292.py +140 -11
  2841. githubkit/versions/v2022_11_28/models/group_0293.py +14 -17
  2842. githubkit/versions/v2022_11_28/models/group_0294.py +9 -68
  2843. githubkit/versions/v2022_11_28/models/group_0295.py +10 -71
  2844. githubkit/versions/v2022_11_28/models/group_0296.py +68 -10
  2845. githubkit/versions/v2022_11_28/models/group_0297.py +61 -17
  2846. githubkit/versions/v2022_11_28/models/group_0298.py +9 -48
  2847. githubkit/versions/v2022_11_28/models/group_0299.py +25 -10
  2848. githubkit/versions/v2022_11_28/models/group_0300.py +40 -17
  2849. githubkit/versions/v2022_11_28/models/group_0301.py +11 -21
  2850. githubkit/versions/v2022_11_28/models/group_0302.py +8 -9
  2851. githubkit/versions/v2022_11_28/models/group_0303.py +6 -7
  2852. githubkit/versions/v2022_11_28/models/group_0304.py +9 -7
  2853. githubkit/versions/v2022_11_28/models/group_0305.py +7 -13
  2854. githubkit/versions/v2022_11_28/models/group_0306.py +6 -7
  2855. githubkit/versions/v2022_11_28/models/group_0307.py +10 -10
  2856. githubkit/versions/v2022_11_28/models/group_0308.py +7 -13
  2857. githubkit/versions/v2022_11_28/models/group_0309.py +9 -7
  2858. githubkit/versions/v2022_11_28/models/group_0310.py +8 -9
  2859. githubkit/versions/v2022_11_28/models/group_0311.py +6 -12
  2860. githubkit/versions/v2022_11_28/models/group_0312.py +8 -9
  2861. githubkit/versions/v2022_11_28/models/group_0313.py +8 -9
  2862. githubkit/versions/v2022_11_28/models/group_0314.py +8 -9
  2863. githubkit/versions/v2022_11_28/models/group_0315.py +11 -10
  2864. githubkit/versions/v2022_11_28/models/group_0316.py +16 -61
  2865. githubkit/versions/v2022_11_28/models/group_0317.py +15 -110
  2866. githubkit/versions/v2022_11_28/models/group_0318.py +49 -71
  2867. githubkit/versions/v2022_11_28/models/group_0319.py +36 -49
  2868. githubkit/versions/v2022_11_28/models/group_0320.py +89 -17
  2869. githubkit/versions/v2022_11_28/models/group_0321.py +125 -11
  2870. githubkit/versions/v2022_11_28/models/group_0322.py +10 -26
  2871. githubkit/versions/v2022_11_28/models/group_0323.py +11 -8
  2872. githubkit/versions/v2022_11_28/models/group_0324.py +27 -19
  2873. githubkit/versions/v2022_11_28/models/group_0325.py +9 -25
  2874. githubkit/versions/v2022_11_28/models/group_0326.py +19 -14
  2875. githubkit/versions/v2022_11_28/models/group_0327.py +22 -10
  2876. githubkit/versions/v2022_11_28/models/group_0328.py +15 -11
  2877. githubkit/versions/v2022_11_28/models/group_0329.py +7 -13
  2878. githubkit/versions/v2022_11_28/models/group_0330.py +9 -12
  2879. githubkit/versions/v2022_11_28/models/group_0331.py +11 -8
  2880. githubkit/versions/v2022_11_28/models/group_0332.py +8 -13
  2881. githubkit/versions/v2022_11_28/models/group_0333.py +10 -27
  2882. githubkit/versions/v2022_11_28/models/group_0334.py +11 -42
  2883. githubkit/versions/v2022_11_28/models/group_0335.py +19 -50
  2884. githubkit/versions/v2022_11_28/models/group_0336.py +33 -30
  2885. githubkit/versions/v2022_11_28/models/group_0337.py +33 -87
  2886. githubkit/versions/v2022_11_28/models/group_0338.py +30 -27
  2887. githubkit/versions/v2022_11_28/models/group_0339.py +84 -113
  2888. githubkit/versions/v2022_11_28/models/group_0340.py +17 -72
  2889. githubkit/versions/v2022_11_28/models/group_0341.py +114 -41
  2890. githubkit/versions/v2022_11_28/models/group_0342.py +81 -59
  2891. githubkit/versions/v2022_11_28/models/group_0343.py +61 -9
  2892. githubkit/versions/v2022_11_28/models/group_0344.py +64 -30
  2893. githubkit/versions/v2022_11_28/models/group_0345.py +9 -153
  2894. githubkit/versions/v2022_11_28/models/group_0346.py +32 -14
  2895. githubkit/versions/v2022_11_28/models/group_0347.py +144 -61
  2896. githubkit/versions/v2022_11_28/models/group_0348.py +10 -14
  2897. githubkit/versions/v2022_11_28/models/group_0349.py +62 -35
  2898. githubkit/versions/v2022_11_28/models/group_0350.py +14 -8
  2899. githubkit/versions/v2022_11_28/models/group_0351.py +36 -10
  2900. githubkit/versions/v2022_11_28/models/group_0352.py +8 -16
  2901. githubkit/versions/v2022_11_28/models/group_0353.py +11 -20
  2902. githubkit/versions/v2022_11_28/models/group_0354.py +12 -9
  2903. githubkit/versions/v2022_11_28/models/group_0355.py +22 -33
  2904. githubkit/versions/v2022_11_28/models/group_0356.py +8 -13
  2905. githubkit/versions/v2022_11_28/models/group_0357.py +26 -20
  2906. githubkit/versions/v2022_11_28/models/group_0358.py +13 -361
  2907. githubkit/versions/v2022_11_28/models/group_0359.py +15 -25
  2908. githubkit/versions/v2022_11_28/models/group_0360.py +346 -42
  2909. githubkit/versions/v2022_11_28/models/group_0361.py +31 -70
  2910. githubkit/versions/v2022_11_28/models/group_0362.py +46 -136
  2911. githubkit/versions/v2022_11_28/models/group_0363.py +66 -15
  2912. githubkit/versions/v2022_11_28/models/group_0364.py +136 -171
  2913. githubkit/versions/v2022_11_28/models/group_0365.py +17 -30
  2914. githubkit/versions/v2022_11_28/models/group_0366.py +171 -22
  2915. githubkit/versions/v2022_11_28/models/group_0367.py +23 -63
  2916. githubkit/versions/v2022_11_28/models/group_0368.py +23 -35
  2917. githubkit/versions/v2022_11_28/models/group_0369.py +54 -29
  2918. githubkit/versions/v2022_11_28/models/group_0370.py +13 -81
  2919. githubkit/versions/v2022_11_28/models/group_0371.py +13 -81
  2920. githubkit/versions/v2022_11_28/models/group_0372.py +32 -140
  2921. githubkit/versions/v2022_11_28/models/group_0373.py +83 -17
  2922. githubkit/versions/v2022_11_28/models/group_0374.py +210 -9
  2923. githubkit/versions/v2022_11_28/models/group_0375.py +13 -15
  2924. githubkit/versions/v2022_11_28/models/group_0376.py +7 -8
  2925. githubkit/versions/v2022_11_28/models/group_0377.py +13 -34
  2926. githubkit/versions/v2022_11_28/models/group_0378.py +7 -8
  2927. githubkit/versions/v2022_11_28/models/group_0379.py +32 -15
  2928. githubkit/versions/v2022_11_28/models/group_0380.py +7 -8
  2929. githubkit/versions/v2022_11_28/models/group_0381.py +16 -374
  2930. githubkit/versions/v2022_11_28/models/group_0382.py +9 -394
  2931. githubkit/versions/v2022_11_28/models/group_0383.py +75 -72
  2932. githubkit/versions/v2022_11_28/models/group_0384.py +302 -117
  2933. githubkit/versions/v2022_11_28/models/group_0385.py +300 -119
  2934. githubkit/versions/v2022_11_28/models/group_0386.py +89 -68
  2935. githubkit/versions/v2022_11_28/models/group_0387.py +53 -49
  2936. githubkit/versions/v2022_11_28/models/group_0388.py +58 -59
  2937. githubkit/versions/v2022_11_28/models/group_0389.py +86 -59
  2938. githubkit/versions/v2022_11_28/models/group_0390.py +144 -99
  2939. githubkit/versions/v2022_11_28/models/group_0391.py +145 -24
  2940. githubkit/versions/v2022_11_28/models/group_0392.py +119 -21
  2941. githubkit/versions/v2022_11_28/models/group_0393.py +32 -26
  2942. githubkit/versions/v2022_11_28/models/group_0394.py +11 -14
  2943. githubkit/versions/v2022_11_28/models/group_0395.py +23 -26
  2944. githubkit/versions/v2022_11_28/models/group_0396.py +20 -30
  2945. githubkit/versions/v2022_11_28/models/group_0397.py +31 -29
  2946. githubkit/versions/v2022_11_28/models/group_0398.py +25 -22
  2947. githubkit/versions/v2022_11_28/models/group_0399.py +14 -17
  2948. githubkit/versions/v2022_11_28/models/group_0400.py +14 -17
  2949. githubkit/versions/v2022_11_28/models/group_0401.py +14 -17
  2950. githubkit/versions/v2022_11_28/models/group_0402.py +14 -17
  2951. githubkit/versions/v2022_11_28/models/group_0403.py +14 -17
  2952. githubkit/versions/v2022_11_28/models/group_0404.py +20 -45
  2953. githubkit/versions/v2022_11_28/models/group_0405.py +20 -45
  2954. githubkit/versions/v2022_11_28/models/group_0406.py +27 -635
  2955. githubkit/versions/v2022_11_28/models/group_0407.py +47 -39
  2956. githubkit/versions/v2022_11_28/models/group_0408.py +300 -172
  2957. githubkit/versions/v2022_11_28/models/group_0409.py +39 -528
  2958. githubkit/versions/v2022_11_28/models/group_0410.py +128 -116
  2959. githubkit/versions/v2022_11_28/models/group_0411.py +140 -588
  2960. githubkit/versions/v2022_11_28/models/group_0412.py +457 -63
  2961. githubkit/versions/v2022_11_28/models/group_0413.py +940 -38
  2962. githubkit/versions/v2022_11_28/models/group_0414.py +96 -15
  2963. githubkit/versions/v2022_11_28/models/group_0415.py +43 -90
  2964. githubkit/versions/v2022_11_28/models/group_0416.py +14 -100
  2965. githubkit/versions/v2022_11_28/models/group_0417.py +27 -46
  2966. githubkit/versions/v2022_11_28/models/group_0418.py +40 -61
  2967. githubkit/versions/v2022_11_28/models/group_0419.py +80 -78
  2968. githubkit/versions/v2022_11_28/models/group_0420.py +115 -66
  2969. githubkit/versions/v2022_11_28/models/group_0421.py +135 -39
  2970. githubkit/versions/v2022_11_28/models/group_0422.py +90 -66
  2971. githubkit/versions/v2022_11_28/models/group_0423.py +14 -35
  2972. githubkit/versions/v2022_11_28/models/group_0424.py +42 -16
  2973. githubkit/versions/v2022_11_28/models/group_0425.py +33 -16
  2974. githubkit/versions/v2022_11_28/models/group_0426.py +14 -16
  2975. githubkit/versions/v2022_11_28/models/group_0427.py +14 -18
  2976. githubkit/versions/v2022_11_28/models/group_0428.py +35 -13
  2977. githubkit/versions/v2022_11_28/models/group_0429.py +27 -100
  2978. githubkit/versions/v2022_11_28/models/group_0430.py +10 -59
  2979. githubkit/versions/v2022_11_28/models/group_0431.py +98 -26
  2980. githubkit/versions/v2022_11_28/models/group_0432.py +33 -16
  2981. githubkit/versions/v2022_11_28/models/group_0433.py +17 -21
  2982. githubkit/versions/v2022_11_28/models/group_0434.py +32 -171
  2983. githubkit/versions/v2022_11_28/models/group_0435.py +31 -171
  2984. githubkit/versions/v2022_11_28/models/group_0436.py +178 -23
  2985. githubkit/versions/v2022_11_28/models/group_0437.py +154 -95
  2986. githubkit/versions/v2022_11_28/models/group_0438.py +23 -15
  2987. githubkit/versions/v2022_11_28/models/group_0439.py +121 -59
  2988. githubkit/versions/v2022_11_28/models/group_0440.py +9 -84
  2989. githubkit/versions/v2022_11_28/models/group_0441.py +31 -32
  2990. githubkit/versions/v2022_11_28/models/group_0442.py +51 -23
  2991. githubkit/versions/v2022_11_28/models/group_0443.py +22 -77
  2992. githubkit/versions/v2022_11_28/models/group_0444.py +21 -72
  2993. githubkit/versions/v2022_11_28/models/group_0445.py +73 -22
  2994. githubkit/versions/v2022_11_28/models/group_0446.py +65 -78
  2995. githubkit/versions/v2022_11_28/models/group_0447.py +21 -23
  2996. githubkit/versions/v2022_11_28/models/group_0448.py +95 -28
  2997. githubkit/versions/v2022_11_28/models/group_0449.py +53 -88
  2998. githubkit/versions/v2022_11_28/models/group_0450.py +40 -146
  2999. githubkit/versions/v2022_11_28/models/group_0451.py +23 -104
  3000. githubkit/versions/v2022_11_28/models/group_0452.py +116 -27
  3001. githubkit/versions/v2022_11_28/models/group_0453.py +144 -6
  3002. githubkit/versions/v2022_11_28/models/group_0454.py +55 -28
  3003. githubkit/versions/v2022_11_28/models/group_0455.py +6 -69
  3004. githubkit/versions/v2022_11_28/models/group_0456.py +23 -83
  3005. githubkit/versions/v2022_11_28/models/group_0457.py +67 -132
  3006. githubkit/versions/v2022_11_28/models/group_0458.py +83 -24
  3007. githubkit/versions/v2022_11_28/models/group_0459.py +151 -80
  3008. githubkit/versions/v2022_11_28/models/group_0460.py +28 -48
  3009. githubkit/versions/v2022_11_28/models/group_0461.py +79 -87
  3010. githubkit/versions/v2022_11_28/models/group_0462.py +40 -146
  3011. githubkit/versions/v2022_11_28/models/group_0463.py +22 -101
  3012. githubkit/versions/v2022_11_28/models/group_0464.py +116 -27
  3013. githubkit/versions/v2022_11_28/models/group_0465.py +144 -6
  3014. githubkit/versions/v2022_11_28/models/group_0466.py +55 -28
  3015. githubkit/versions/v2022_11_28/models/group_0467.py +6 -65
  3016. githubkit/versions/v2022_11_28/models/group_0468.py +23 -81
  3017. githubkit/versions/v2022_11_28/models/group_0469.py +63 -132
  3018. githubkit/versions/v2022_11_28/models/group_0470.py +81 -24
  3019. githubkit/versions/v2022_11_28/models/group_0471.py +151 -78
  3020. githubkit/versions/v2022_11_28/models/group_0472.py +32 -76
  3021. githubkit/versions/v2022_11_28/models/group_0473.py +77 -87
  3022. githubkit/versions/v2022_11_28/models/group_0474.py +62 -144
  3023. githubkit/versions/v2022_11_28/models/group_0475.py +22 -101
  3024. githubkit/versions/v2022_11_28/models/group_0476.py +116 -27
  3025. githubkit/versions/v2022_11_28/models/group_0477.py +144 -6
  3026. githubkit/versions/v2022_11_28/models/group_0478.py +55 -26
  3027. githubkit/versions/v2022_11_28/models/group_0479.py +6 -66
  3028. githubkit/versions/v2022_11_28/models/group_0480.py +23 -84
  3029. githubkit/versions/v2022_11_28/models/group_0481.py +64 -132
  3030. githubkit/versions/v2022_11_28/models/group_0482.py +83 -23
  3031. githubkit/versions/v2022_11_28/models/group_0483.py +151 -79
  3032. githubkit/versions/v2022_11_28/models/group_0484.py +9 -489
  3033. githubkit/versions/v2022_11_28/models/group_0485.py +79 -39
  3034. githubkit/versions/v2022_11_28/models/group_0486.py +353 -43
  3035. githubkit/versions/v2022_11_28/models/group_0487.py +32 -197
  3036. githubkit/versions/v2022_11_28/models/group_0488.py +170 -7
  3037. githubkit/versions/v2022_11_28/models/group_0489.py +192 -19
  3038. githubkit/versions/v2022_11_28/models/group_0490.py +6 -62
  3039. githubkit/versions/v2022_11_28/models/group_0491.py +23 -85
  3040. githubkit/versions/v2022_11_28/models/group_0492.py +82 -11
  3041. githubkit/versions/v2022_11_28/models/group_0493.py +87 -118
  3042. githubkit/versions/v2022_11_28/models/group_0494.py +11 -27
  3043. githubkit/versions/v2022_11_28/models/group_0495.py +117 -82
  3044. githubkit/versions/v2022_11_28/models/group_0496.py +10 -448
  3045. githubkit/versions/v2022_11_28/models/group_0497.py +77 -99
  3046. githubkit/versions/v2022_11_28/models/group_0498.py +321 -57
  3047. githubkit/versions/v2022_11_28/models/group_0499.py +56 -165
  3048. githubkit/versions/v2022_11_28/models/group_0500.py +155 -31
  3049. githubkit/versions/v2022_11_28/models/group_0501.py +183 -60
  3050. githubkit/versions/v2022_11_28/models/group_0502.py +65 -80
  3051. githubkit/versions/v2022_11_28/models/group_0503.py +63 -153
  3052. githubkit/versions/v2022_11_28/models/group_0504.py +12 -7
  3053. githubkit/versions/v2022_11_28/models/group_0505.py +90 -434
  3054. githubkit/versions/v2022_11_28/models/group_0506.py +12 -423
  3055. githubkit/versions/v2022_11_28/models/group_0507.py +495 -15
  3056. githubkit/versions/v2022_11_28/models/group_0508.py +350 -45
  3057. githubkit/versions/v2022_11_28/models/group_0509.py +31 -192
  3058. githubkit/versions/v2022_11_28/models/group_0510.py +163 -7
  3059. githubkit/versions/v2022_11_28/models/group_0511.py +186 -19
  3060. githubkit/versions/v2022_11_28/models/group_0512.py +4 -60
  3061. githubkit/versions/v2022_11_28/models/group_0513.py +23 -84
  3062. githubkit/versions/v2022_11_28/models/group_0514.py +80 -11
  3063. githubkit/versions/v2022_11_28/models/group_0515.py +86 -120
  3064. githubkit/versions/v2022_11_28/models/group_0516.py +11 -27
  3065. githubkit/versions/v2022_11_28/models/group_0517.py +119 -81
  3066. githubkit/versions/v2022_11_28/models/group_0518.py +10 -89
  3067. githubkit/versions/v2022_11_28/models/group_0519.py +76 -182
  3068. githubkit/versions/v2022_11_28/models/group_0520.py +42 -197
  3069. githubkit/versions/v2022_11_28/models/group_0521.py +163 -63
  3070. githubkit/versions/v2022_11_28/models/group_0522.py +248 -79
  3071. githubkit/versions/v2022_11_28/models/group_0523.py +84 -11
  3072. githubkit/versions/v2022_11_28/models/group_0524.py +84 -115
  3073. githubkit/versions/v2022_11_28/models/group_0525.py +9 -58
  3074. githubkit/versions/v2022_11_28/models/group_0526.py +115 -81
  3075. githubkit/versions/v2022_11_28/models/group_0527.py +11 -1068
  3076. githubkit/versions/v2022_11_28/models/group_0528.py +13 -392
  3077. githubkit/versions/v2022_11_28/models/group_0529.py +1090 -14
  3078. githubkit/versions/v2022_11_28/models/group_0530.py +320 -50
  3079. githubkit/versions/v2022_11_28/models/group_0531.py +31 -198
  3080. githubkit/versions/v2022_11_28/models/group_0532.py +165 -7
  3081. githubkit/versions/v2022_11_28/models/group_0533.py +192 -19
  3082. githubkit/versions/v2022_11_28/models/group_0534.py +6 -66
  3083. githubkit/versions/v2022_11_28/models/group_0535.py +23 -84
  3084. githubkit/versions/v2022_11_28/models/group_0536.py +86 -11
  3085. githubkit/versions/v2022_11_28/models/group_0537.py +86 -118
  3086. githubkit/versions/v2022_11_28/models/group_0538.py +11 -27
  3087. githubkit/versions/v2022_11_28/models/group_0539.py +117 -81
  3088. githubkit/versions/v2022_11_28/models/group_0540.py +9 -1104
  3089. githubkit/versions/v2022_11_28/models/group_0541.py +13 -438
  3090. githubkit/versions/v2022_11_28/models/group_0542.py +715 -89
  3091. githubkit/versions/v2022_11_28/models/group_0543.py +481 -15
  3092. githubkit/versions/v2022_11_28/models/group_0544.py +356 -44
  3093. githubkit/versions/v2022_11_28/models/group_0545.py +31 -357
  3094. githubkit/versions/v2022_11_28/models/group_0546.py +158 -7
  3095. githubkit/versions/v2022_11_28/models/group_0547.py +351 -19
  3096. githubkit/versions/v2022_11_28/models/group_0548.py +25 -11
  3097. githubkit/versions/v2022_11_28/models/group_0549.py +28 -112
  3098. githubkit/versions/v2022_11_28/models/group_0550.py +11 -27
  3099. githubkit/versions/v2022_11_28/models/group_0551.py +73 -424
  3100. githubkit/versions/v2022_11_28/models/group_0552.py +23 -56
  3101. githubkit/versions/v2022_11_28/models/group_0553.py +421 -17
  3102. githubkit/versions/v2022_11_28/models/group_0554.py +19 -72
  3103. githubkit/versions/v2022_11_28/models/group_0555.py +25 -118
  3104. githubkit/versions/v2022_11_28/models/group_0556.py +95 -42
  3105. githubkit/versions/v2022_11_28/models/group_0557.py +131 -43
  3106. githubkit/versions/v2022_11_28/models/group_0558.py +16 -111
  3107. githubkit/versions/v2022_11_28/models/group_0559.py +43 -40
  3108. githubkit/versions/v2022_11_28/models/group_0560.py +131 -43
  3109. githubkit/versions/v2022_11_28/models/group_0561.py +15 -124
  3110. githubkit/versions/v2022_11_28/models/group_0562.py +43 -46
  3111. githubkit/versions/v2022_11_28/models/group_0563.py +132 -42
  3112. githubkit/versions/v2022_11_28/models/group_0564.py +16 -78
  3113. githubkit/versions/v2022_11_28/models/group_0565.py +54 -20
  3114. githubkit/versions/v2022_11_28/models/group_0566.py +89 -13
  3115. githubkit/versions/v2022_11_28/models/group_0567.py +17 -41
  3116. githubkit/versions/v2022_11_28/models/group_0568.py +21 -7
  3117. githubkit/versions/v2022_11_28/models/group_0569.py +14 -123
  3118. githubkit/versions/v2022_11_28/models/group_0570.py +6 -51
  3119. githubkit/versions/v2022_11_28/models/group_0571.py +131 -43
  3120. githubkit/versions/v2022_11_28/models/group_0572.py +40 -77
  3121. githubkit/versions/v2022_11_28/models/group_0573.py +44 -97
  3122. githubkit/versions/v2022_11_28/models/group_0574.py +60 -19
  3123. githubkit/versions/v2022_11_28/models/group_0575.py +53 -105
  3124. githubkit/versions/v2022_11_28/models/group_0576.py +22 -113
  3125. githubkit/versions/v2022_11_28/models/group_0577.py +141 -24
  3126. githubkit/versions/v2022_11_28/models/group_0578.py +139 -26
  3127. githubkit/versions/v2022_11_28/models/group_0579.py +22 -112
  3128. githubkit/versions/v2022_11_28/models/group_0580.py +22 -83
  3129. githubkit/versions/v2022_11_28/models/group_0581.py +97 -72
  3130. githubkit/versions/v2022_11_28/models/group_0582.py +21 -22
  3131. githubkit/versions/v2022_11_28/models/group_0583.py +22 -76
  3132. githubkit/versions/v2022_11_28/models/group_0584.py +24 -23
  3133. githubkit/versions/v2022_11_28/models/group_0585.py +104 -23
  3134. githubkit/versions/v2022_11_28/models/group_0586.py +51 -23
  3135. githubkit/versions/v2022_11_28/models/group_0587.py +19 -41
  3136. githubkit/versions/v2022_11_28/models/group_0588.py +19 -40
  3137. githubkit/versions/v2022_11_28/models/group_0589.py +32 -69
  3138. githubkit/versions/v2022_11_28/models/group_0590.py +21 -23
  3139. githubkit/versions/v2022_11_28/models/group_0591.py +63 -48
  3140. githubkit/versions/v2022_11_28/models/group_0592.py +80 -33
  3141. githubkit/versions/v2022_11_28/models/group_0593.py +85 -20
  3142. githubkit/versions/v2022_11_28/models/group_0594.py +33 -63
  3143. githubkit/versions/v2022_11_28/models/group_0595.py +48 -556
  3144. githubkit/versions/v2022_11_28/models/group_0596.py +68 -41
  3145. githubkit/versions/v2022_11_28/models/group_0597.py +511 -29
  3146. githubkit/versions/v2022_11_28/models/group_0598.py +47 -169
  3147. githubkit/versions/v2022_11_28/models/group_0599.py +38 -71
  3148. githubkit/versions/v2022_11_28/models/group_0600.py +158 -26
  3149. githubkit/versions/v2022_11_28/models/group_0601.py +88 -21
  3150. githubkit/versions/v2022_11_28/models/group_0602.py +12 -15
  3151. githubkit/versions/v2022_11_28/models/group_0603.py +12 -15
  3152. githubkit/versions/v2022_11_28/models/group_0604.py +21 -30
  3153. githubkit/versions/v2022_11_28/models/group_0605.py +23 -54
  3154. githubkit/versions/v2022_11_28/models/group_0606.py +32 -10
  3155. githubkit/versions/v2022_11_28/models/group_0607.py +43 -98
  3156. githubkit/versions/v2022_11_28/models/group_0608.py +10 -94
  3157. githubkit/versions/v2022_11_28/models/group_0609.py +47 -27
  3158. githubkit/versions/v2022_11_28/models/group_0610.py +21 -39
  3159. githubkit/versions/v2022_11_28/models/group_0611.py +29 -49
  3160. githubkit/versions/v2022_11_28/models/group_0612.py +67 -14
  3161. githubkit/versions/v2022_11_28/models/group_0613.py +92 -32
  3162. githubkit/versions/v2022_11_28/models/group_0614.py +23 -63
  3163. githubkit/versions/v2022_11_28/models/group_0615.py +51 -65
  3164. githubkit/versions/v2022_11_28/models/group_0616.py +64 -28
  3165. githubkit/versions/v2022_11_28/models/group_0617.py +17 -35
  3166. githubkit/versions/v2022_11_28/models/group_0618.py +19 -23
  3167. githubkit/versions/v2022_11_28/models/group_0619.py +44 -61
  3168. githubkit/versions/v2022_11_28/models/group_0620.py +30 -62
  3169. githubkit/versions/v2022_11_28/models/group_0621.py +22 -62
  3170. githubkit/versions/v2022_11_28/models/group_0622.py +23 -27
  3171. githubkit/versions/v2022_11_28/models/group_0623.py +117 -15
  3172. githubkit/versions/v2022_11_28/models/group_0624.py +77 -17
  3173. githubkit/versions/v2022_11_28/models/group_0625.py +11 -13
  3174. githubkit/versions/v2022_11_28/models/group_0626.py +14 -71
  3175. githubkit/versions/v2022_11_28/models/group_0627.py +13 -37
  3176. githubkit/versions/v2022_11_28/models/group_0628.py +59 -25
  3177. githubkit/versions/v2022_11_28/models/group_0629.py +32 -11
  3178. githubkit/versions/v2022_11_28/models/group_0630.py +32 -12
  3179. githubkit/versions/v2022_11_28/models/group_0631.py +11 -55
  3180. githubkit/versions/v2022_11_28/models/group_0632.py +11 -37
  3181. githubkit/versions/v2022_11_28/models/group_0633.py +44 -26
  3182. githubkit/versions/v2022_11_28/models/group_0634.py +36 -14
  3183. githubkit/versions/v2022_11_28/models/group_0635.py +37 -23
  3184. githubkit/versions/v2022_11_28/models/group_0636.py +15 -1162
  3185. githubkit/versions/v2022_11_28/models/group_0637.py +11 -1180
  3186. githubkit/versions/v2022_11_28/models/group_0638.py +256 -276
  3187. githubkit/versions/v2022_11_28/models/group_0639.py +1176 -16
  3188. githubkit/versions/v2022_11_28/models/group_0640.py +1148 -77
  3189. githubkit/versions/v2022_11_28/models/group_0641.py +30 -33
  3190. githubkit/versions/v2022_11_28/models/group_0642.py +111 -31
  3191. githubkit/versions/v2022_11_28/models/group_0643.py +11 -92
  3192. githubkit/versions/v2022_11_28/models/group_0644.py +30 -33
  3193. githubkit/versions/v2022_11_28/models/group_0645.py +77 -1128
  3194. githubkit/versions/v2022_11_28/models/group_0646.py +19 -1122
  3195. githubkit/versions/v2022_11_28/models/group_0647.py +1123 -59
  3196. githubkit/versions/v2022_11_28/models/group_0648.py +1097 -76
  3197. githubkit/versions/v2022_11_28/models/group_0649.py +92 -29
  3198. githubkit/versions/v2022_11_28/models/group_0650.py +77 -1099
  3199. githubkit/versions/v2022_11_28/models/group_0651.py +18 -1136
  3200. githubkit/versions/v2022_11_28/models/group_0652.py +241 -233
  3201. githubkit/versions/v2022_11_28/models/group_0653.py +252 -258
  3202. githubkit/versions/v2022_11_28/models/group_0654.py +1107 -15
  3203. githubkit/versions/v2022_11_28/models/group_0655.py +1117 -76
  3204. githubkit/versions/v2022_11_28/models/group_0656.py +30 -33
  3205. githubkit/versions/v2022_11_28/models/group_0657.py +111 -31
  3206. githubkit/versions/v2022_11_28/models/group_0658.py +12 -93
  3207. githubkit/versions/v2022_11_28/models/group_0659.py +30 -33
  3208. githubkit/versions/v2022_11_28/models/group_0660.py +111 -31
  3209. githubkit/versions/v2022_11_28/models/group_0661.py +11 -92
  3210. githubkit/versions/v2022_11_28/models/group_0662.py +30 -33
  3211. githubkit/versions/v2022_11_28/models/group_0663.py +77 -1315
  3212. githubkit/versions/v2022_11_28/models/group_0664.py +19 -1332
  3213. githubkit/versions/v2022_11_28/models/group_0665.py +242 -251
  3214. githubkit/versions/v2022_11_28/models/group_0666.py +359 -239
  3215. githubkit/versions/v2022_11_28/models/group_0667.py +432 -237
  3216. githubkit/versions/v2022_11_28/models/group_0668.py +314 -365
  3217. githubkit/versions/v2022_11_28/models/group_0669.py +338 -477
  3218. githubkit/versions/v2022_11_28/models/group_0670.py +233 -216
  3219. githubkit/versions/v2022_11_28/models/group_0671.py +261 -243
  3220. githubkit/versions/v2022_11_28/models/group_0672.py +324 -292
  3221. githubkit/versions/v2022_11_28/models/group_0673.py +384 -432
  3222. githubkit/versions/v2022_11_28/models/group_0674.py +371 -478
  3223. githubkit/versions/v2022_11_28/models/group_0675.py +485 -313
  3224. githubkit/versions/v2022_11_28/models/group_0676.py +510 -368
  3225. githubkit/versions/v2022_11_28/models/group_0677.py +222 -228
  3226. githubkit/versions/v2022_11_28/models/group_0678.py +268 -210
  3227. githubkit/versions/v2022_11_28/models/group_0679.py +969 -195
  3228. githubkit/versions/v2022_11_28/models/group_0680.py +1112 -17
  3229. githubkit/versions/v2022_11_28/models/group_0681.py +383 -53
  3230. githubkit/versions/v2022_11_28/models/group_0682.py +46 -600
  3231. githubkit/versions/v2022_11_28/models/group_0683.py +72 -48
  3232. githubkit/versions/v2022_11_28/models/group_0684.py +561 -29
  3233. githubkit/versions/v2022_11_28/models/group_0685.py +37 -182
  3234. githubkit/versions/v2022_11_28/models/group_0686.py +51 -177
  3235. githubkit/versions/v2022_11_28/models/group_0687.py +162 -164
  3236. githubkit/versions/v2022_11_28/models/group_0688.py +35 -80
  3237. githubkit/versions/v2022_11_28/models/group_0689.py +156 -17
  3238. githubkit/versions/v2022_11_28/models/group_0690.py +178 -21
  3239. githubkit/versions/v2022_11_28/models/group_0691.py +34 -68
  3240. githubkit/versions/v2022_11_28/models/group_0692.py +60 -26
  3241. githubkit/versions/v2022_11_28/models/group_0693.py +50 -8
  3242. githubkit/versions/v2022_11_28/models/group_0694.py +35 -17
  3243. githubkit/versions/v2022_11_28/models/group_0695.py +14 -49
  3244. githubkit/versions/v2022_11_28/models/group_0696.py +16 -33
  3245. githubkit/versions/v2022_11_28/models/group_0697.py +61 -39
  3246. githubkit/versions/v2022_11_28/models/group_0698.py +22 -61
  3247. githubkit/versions/v2022_11_28/models/group_0699.py +34 -68
  3248. githubkit/versions/v2022_11_28/models/group_0700.py +60 -24
  3249. githubkit/versions/v2022_11_28/models/group_0701.py +50 -6
  3250. githubkit/versions/v2022_11_28/models/group_0702.py +33 -17
  3251. githubkit/versions/v2022_11_28/models/group_0703.py +12 -48
  3252. githubkit/versions/v2022_11_28/models/group_0704.py +16 -31
  3253. githubkit/versions/v2022_11_28/models/group_0705.py +36 -156
  3254. githubkit/versions/v2022_11_28/models/group_0706.py +32 -47
  3255. githubkit/versions/v2022_11_28/models/group_0707.py +134 -20
  3256. githubkit/versions/v2022_11_28/models/group_0708.py +34 -68
  3257. githubkit/versions/v2022_11_28/models/group_0709.py +60 -26
  3258. githubkit/versions/v2022_11_28/models/group_0710.py +50 -8
  3259. githubkit/versions/v2022_11_28/models/group_0711.py +35 -17
  3260. githubkit/versions/v2022_11_28/models/group_0712.py +14 -47
  3261. githubkit/versions/v2022_11_28/models/group_0713.py +16 -33
  3262. githubkit/versions/v2022_11_28/models/group_0714.py +61 -44
  3263. githubkit/versions/v2022_11_28/models/group_0715.py +34 -50
  3264. githubkit/versions/v2022_11_28/models/group_0716.py +19 -16
  3265. githubkit/versions/v2022_11_28/models/group_0717.py +19 -16
  3266. githubkit/versions/v2022_11_28/models/group_0718.py +13 -15
  3267. githubkit/versions/v2022_11_28/models/group_0719.py +15 -28
  3268. githubkit/versions/v2022_11_28/models/group_0720.py +13 -67
  3269. githubkit/versions/v2022_11_28/models/group_0721.py +33 -16
  3270. githubkit/versions/v2022_11_28/models/group_0722.py +64 -14
  3271. githubkit/versions/v2022_11_28/models/group_0723.py +13 -15
  3272. githubkit/versions/v2022_11_28/models/group_0724.py +13 -42
  3273. githubkit/versions/v2022_11_28/models/group_0725.py +14 -23
  3274. githubkit/versions/v2022_11_28/models/group_0726.py +41 -23
  3275. githubkit/versions/v2022_11_28/models/group_0727.py +14 -19
  3276. githubkit/versions/v2022_11_28/models/group_0728.py +39 -38
  3277. githubkit/versions/v2022_11_28/models/group_0729.py +43 -16
  3278. githubkit/versions/v2022_11_28/models/group_0730.py +27 -92
  3279. githubkit/versions/v2022_11_28/models/group_0731.py +11 -69
  3280. githubkit/versions/v2022_11_28/models/group_0732.py +61 -72
  3281. githubkit/versions/v2022_11_28/models/group_0733.py +77 -127
  3282. githubkit/versions/v2022_11_28/models/group_0734.py +117 -45
  3283. githubkit/versions/v2022_11_28/models/group_0735.py +97 -17
  3284. githubkit/versions/v2022_11_28/models/group_0736.py +41 -38
  3285. githubkit/versions/v2022_11_28/models/group_0737.py +43 -41
  3286. githubkit/versions/v2022_11_28/models/group_0738.py +35 -33
  3287. githubkit/versions/v2022_11_28/models/group_0739.py +35 -19
  3288. githubkit/versions/v2022_11_28/models/group_0740.py +36 -47
  3289. githubkit/versions/v2022_11_28/models/group_0741.py +18 -35
  3290. githubkit/versions/v2022_11_28/models/group_0742.py +43 -42
  3291. githubkit/versions/v2022_11_28/models/group_0743.py +37 -33
  3292. githubkit/versions/v2022_11_28/models/group_0744.py +32 -53
  3293. githubkit/versions/v2022_11_28/models/group_0745.py +36 -47
  3294. githubkit/versions/v2022_11_28/models/group_0746.py +53 -30
  3295. githubkit/versions/v2022_11_28/models/group_0747.py +43 -41
  3296. githubkit/versions/v2022_11_28/models/group_0748.py +35 -33
  3297. githubkit/versions/v2022_11_28/models/group_0749.py +35 -19
  3298. githubkit/versions/v2022_11_28/models/group_0750.py +36 -47
  3299. githubkit/versions/v2022_11_28/models/group_0751.py +18 -33
  3300. githubkit/versions/v2022_11_28/models/group_0752.py +43 -41
  3301. githubkit/versions/v2022_11_28/models/group_0753.py +35 -33
  3302. githubkit/versions/v2022_11_28/models/group_0754.py +32 -19
  3303. githubkit/versions/v2022_11_28/models/group_0755.py +36 -48
  3304. githubkit/versions/v2022_11_28/models/group_0756.py +21 -259
  3305. githubkit/versions/v2022_11_28/models/group_0757.py +41 -8
  3306. githubkit/versions/v2022_11_28/models/group_0758.py +276 -23
  3307. githubkit/versions/v2022_11_28/models/group_0759.py +8 -44
  3308. githubkit/versions/v2022_11_28/models/group_0760.py +14 -16
  3309. githubkit/versions/v2022_11_28/models/group_0761.py +14 -16
  3310. githubkit/versions/v2022_11_28/models/group_0762.py +16 -141
  3311. githubkit/versions/v2022_11_28/models/group_0763.py +16 -141
  3312. githubkit/versions/v2022_11_28/models/group_0764.py +55 -59
  3313. githubkit/versions/v2022_11_28/models/group_0765.py +138 -17
  3314. githubkit/versions/v2022_11_28/models/group_0766.py +158 -10
  3315. githubkit/versions/v2022_11_28/models/group_0767.py +34 -11
  3316. githubkit/versions/v2022_11_28/models/group_0768.py +9 -167
  3317. githubkit/versions/v2022_11_28/models/group_0769.py +9 -165
  3318. githubkit/versions/v2022_11_28/models/group_0770.py +36 -60
  3319. githubkit/versions/v2022_11_28/models/group_0771.py +39 -45
  3320. githubkit/versions/v2022_11_28/models/group_0772.py +63 -89
  3321. githubkit/versions/v2022_11_28/models/group_0773.py +39 -79
  3322. githubkit/versions/v2022_11_28/models/group_0774.py +188 -18
  3323. githubkit/versions/v2022_11_28/models/group_0775.py +184 -18
  3324. githubkit/versions/v2022_11_28/models/group_0776.py +15 -208
  3325. githubkit/versions/v2022_11_28/models/group_0777.py +44 -20
  3326. githubkit/versions/v2022_11_28/models/group_0778.py +231 -8
  3327. githubkit/versions/v2022_11_28/models/group_0779.py +4 -5
  3328. githubkit/versions/v2022_11_28/models/group_0780.py +5 -6
  3329. githubkit/versions/v2022_11_28/models/group_0781.py +12 -102
  3330. githubkit/versions/v2022_11_28/models/group_0782.py +8 -299
  3331. githubkit/versions/v2022_11_28/models/group_0783.py +30 -223
  3332. githubkit/versions/v2022_11_28/models/group_0784.py +50 -49
  3333. githubkit/versions/v2022_11_28/models/group_0785.py +49 -155
  3334. githubkit/versions/v2022_11_28/models/group_0786.py +56 -60
  3335. githubkit/versions/v2022_11_28/models/group_0787.py +378 -17
  3336. githubkit/versions/v2022_11_28/models/group_0788.py +273 -23
  3337. githubkit/versions/v2022_11_28/models/group_0789.py +13 -93
  3338. githubkit/versions/v2022_11_28/models/group_0790.py +43 -71
  3339. githubkit/versions/v2022_11_28/models/group_0791.py +97 -39
  3340. githubkit/versions/v2022_11_28/models/group_0792.py +40 -77
  3341. githubkit/versions/v2022_11_28/models/group_0793.py +48 -58
  3342. githubkit/versions/v2022_11_28/models/group_0794.py +104 -49
  3343. githubkit/versions/v2022_11_28/models/group_0795.py +41 -69
  3344. githubkit/versions/v2022_11_28/models/group_0796.py +38 -80
  3345. githubkit/versions/v2022_11_28/models/group_0797.py +55 -26
  3346. githubkit/versions/v2022_11_28/models/group_0798.py +74 -320
  3347. githubkit/versions/v2022_11_28/models/group_0799.py +45 -352
  3348. githubkit/versions/v2022_11_28/models/group_0800.py +332 -15
  3349. githubkit/versions/v2022_11_28/models/group_0801.py +345 -36
  3350. githubkit/versions/v2022_11_28/models/group_0802.py +15 -15
  3351. githubkit/versions/v2022_11_28/models/group_0803.py +34 -332
  3352. githubkit/versions/v2022_11_28/models/group_0804.py +16 -20
  3353. githubkit/versions/v2022_11_28/models/group_0805.py +347 -55
  3354. githubkit/versions/v2022_11_28/models/group_0806.py +12 -346
  3355. githubkit/versions/v2022_11_28/models/group_0807.py +45 -350
  3356. githubkit/versions/v2022_11_28/models/group_0808.py +335 -13
  3357. githubkit/versions/v2022_11_28/models/group_0809.py +343 -36
  3358. githubkit/versions/v2022_11_28/models/group_0810.py +15 -15
  3359. githubkit/versions/v2022_11_28/models/group_0811.py +34 -335
  3360. githubkit/versions/v2022_11_28/models/group_0812.py +16 -20
  3361. githubkit/versions/v2022_11_28/models/group_0813.py +241 -382
  3362. githubkit/versions/v2022_11_28/models/group_0814.py +22 -45
  3363. githubkit/versions/v2022_11_28/models/group_0815.py +500 -12
  3364. githubkit/versions/v2022_11_28/models/group_0816.py +30 -15
  3365. githubkit/versions/v2022_11_28/models/group_0817.py +15 -7
  3366. githubkit/versions/v2022_11_28/models/group_0818.py +13 -17
  3367. githubkit/versions/v2022_11_28/models/group_0819.py +5 -12
  3368. githubkit/versions/v2022_11_28/models/group_0820.py +23 -8
  3369. githubkit/versions/v2022_11_28/models/group_0821.py +5 -6
  3370. githubkit/versions/v2022_11_28/models/group_0822.py +5 -6
  3371. githubkit/versions/v2022_11_28/models/group_0823.py +6 -34
  3372. githubkit/versions/v2022_11_28/models/group_0824.py +12 -7
  3373. githubkit/versions/v2022_11_28/models/group_0825.py +38 -14
  3374. githubkit/versions/v2022_11_28/models/group_0826.py +6 -35
  3375. githubkit/versions/v2022_11_28/models/group_0827.py +6 -21
  3376. githubkit/versions/v2022_11_28/models/group_0828.py +17 -23
  3377. githubkit/versions/v2022_11_28/models/group_0829.py +23 -8
  3378. githubkit/versions/v2022_11_28/models/group_0830.py +36 -10
  3379. githubkit/versions/v2022_11_28/models/group_0831.py +9 -6
  3380. githubkit/versions/v2022_11_28/models/group_0832.py +6 -16
  3381. githubkit/versions/v2022_11_28/models/group_0833.py +5 -21
  3382. githubkit/versions/v2022_11_28/models/group_0834.py +11 -14
  3383. githubkit/versions/v2022_11_28/models/group_0835.py +15 -7
  3384. githubkit/versions/v2022_11_28/models/group_0836.py +13 -8
  3385. githubkit/versions/v2022_11_28/models/group_0837.py +6 -115
  3386. githubkit/versions/v2022_11_28/models/group_0838.py +9 -30
  3387. githubkit/versions/v2022_11_28/models/group_0839.py +109 -10
  3388. githubkit/versions/v2022_11_28/models/group_0840.py +28 -13
  3389. githubkit/versions/v2022_11_28/models/group_0841.py +14 -9
  3390. githubkit/versions/v2022_11_28/models/group_0842.py +9 -12
  3391. githubkit/versions/v2022_11_28/models/group_0843.py +7 -21
  3392. githubkit/versions/v2022_11_28/models/group_0844.py +8 -15
  3393. githubkit/versions/v2022_11_28/models/group_0845.py +19 -11
  3394. githubkit/versions/v2022_11_28/models/group_0846.py +12 -12
  3395. githubkit/versions/v2022_11_28/models/group_0847.py +9 -12
  3396. githubkit/versions/v2022_11_28/models/group_0848.py +10 -13
  3397. githubkit/versions/v2022_11_28/models/group_0849.py +10 -30
  3398. githubkit/versions/v2022_11_28/models/group_0850.py +10 -25
  3399. githubkit/versions/v2022_11_28/models/group_0851.py +26 -10
  3400. githubkit/versions/v2022_11_28/models/group_0852.py +22 -9
  3401. githubkit/versions/v2022_11_28/models/group_0853.py +9 -35
  3402. githubkit/versions/v2022_11_28/models/group_0854.py +8 -17
  3403. githubkit/versions/v2022_11_28/models/group_0855.py +30 -14
  3404. githubkit/versions/v2022_11_28/models/group_0856.py +15 -12
  3405. githubkit/versions/v2022_11_28/models/group_0857.py +17 -9
  3406. githubkit/versions/v2022_11_28/models/group_0858.py +8 -12
  3407. githubkit/versions/v2022_11_28/models/group_0859.py +8 -22
  3408. githubkit/versions/v2022_11_28/models/group_0860.py +9 -11
  3409. githubkit/versions/v2022_11_28/models/group_0861.py +19 -10
  3410. githubkit/versions/v2022_11_28/models/group_0862.py +9 -37
  3411. githubkit/versions/v2022_11_28/models/group_0863.py +9 -24
  3412. githubkit/versions/v2022_11_28/models/group_0864.py +36 -13
  3413. githubkit/versions/v2022_11_28/models/group_0865.py +22 -9
  3414. githubkit/versions/v2022_11_28/models/group_0866.py +9 -11
  3415. githubkit/versions/v2022_11_28/models/group_0867.py +10 -10
  3416. githubkit/versions/v2022_11_28/models/group_0868.py +6 -8
  3417. githubkit/versions/v2022_11_28/models/group_0869.py +7 -8
  3418. githubkit/versions/v2022_11_28/models/group_0870.py +7 -9
  3419. githubkit/versions/v2022_11_28/models/group_0871.py +7 -8
  3420. githubkit/versions/v2022_11_28/models/group_0872.py +6 -8
  3421. githubkit/versions/v2022_11_28/models/group_0873.py +7 -8
  3422. githubkit/versions/v2022_11_28/models/group_0874.py +9 -30
  3423. githubkit/versions/v2022_11_28/models/group_0875.py +9 -26
  3424. githubkit/versions/v2022_11_28/models/group_0876.py +26 -10
  3425. githubkit/versions/v2022_11_28/models/group_0877.py +22 -9
  3426. githubkit/versions/v2022_11_28/models/group_0878.py +9 -44
  3427. githubkit/versions/v2022_11_28/models/group_0879.py +8 -43
  3428. githubkit/versions/v2022_11_28/models/group_0880.py +32 -9
  3429. githubkit/versions/v2022_11_28/models/group_0881.py +45 -16
  3430. githubkit/versions/v2022_11_28/models/group_0882.py +24 -6
  3431. githubkit/versions/v2022_11_28/models/group_0883.py +14 -31
  3432. githubkit/versions/v2022_11_28/models/group_0884.py +5 -18
  3433. githubkit/versions/v2022_11_28/models/group_0885.py +22 -9
  3434. githubkit/versions/v2022_11_28/models/group_0886.py +10 -44
  3435. githubkit/versions/v2022_11_28/models/group_0887.py +8 -13
  3436. githubkit/versions/v2022_11_28/models/group_0888.py +36 -13
  3437. githubkit/versions/v2022_11_28/models/group_0889.py +13 -9
  3438. githubkit/versions/v2022_11_28/models/group_0890.py +23 -6
  3439. githubkit/versions/v2022_11_28/models/group_0891.py +10 -8
  3440. githubkit/versions/v2022_11_28/models/group_0892.py +5 -27
  3441. githubkit/versions/v2022_11_28/models/group_0893.py +7 -16
  3442. githubkit/versions/v2022_11_28/models/group_0894.py +18 -12
  3443. githubkit/versions/v2022_11_28/models/group_0895.py +15 -9
  3444. githubkit/versions/v2022_11_28/models/group_0896.py +14 -11
  3445. githubkit/versions/v2022_11_28/models/group_0897.py +8 -16
  3446. githubkit/versions/v2022_11_28/models/group_0898.py +8 -31
  3447. githubkit/versions/v2022_11_28/models/group_0899.py +10 -15
  3448. githubkit/versions/v2022_11_28/models/group_0900.py +24 -109
  3449. githubkit/versions/v2022_11_28/models/group_0901.py +13 -72
  3450. githubkit/versions/v2022_11_28/models/group_0902.py +111 -71
  3451. githubkit/versions/v2022_11_28/models/group_0903.py +64 -29
  3452. githubkit/versions/v2022_11_28/models/group_0904.py +65 -21
  3453. githubkit/versions/v2022_11_28/models/group_0905.py +34 -10
  3454. githubkit/versions/v2022_11_28/models/group_0906.py +26 -10
  3455. githubkit/versions/v2022_11_28/models/group_0907.py +13 -7
  3456. githubkit/versions/v2022_11_28/models/group_0908.py +13 -13
  3457. githubkit/versions/v2022_11_28/models/group_0909.py +6 -21
  3458. githubkit/versions/v2022_11_28/models/group_0910.py +12 -13
  3459. githubkit/versions/v2022_11_28/models/group_0911.py +17 -10
  3460. githubkit/versions/v2022_11_28/models/group_0912.py +9 -11
  3461. githubkit/versions/v2022_11_28/models/group_0913.py +10 -8
  3462. githubkit/versions/v2022_11_28/models/group_0914.py +9 -8
  3463. githubkit/versions/v2022_11_28/models/group_0915.py +7 -12
  3464. githubkit/versions/v2022_11_28/models/group_0916.py +9 -11
  3465. githubkit/versions/v2022_11_28/models/group_0917.py +9 -12
  3466. githubkit/versions/v2022_11_28/models/group_0918.py +9 -15
  3467. githubkit/versions/v2022_11_28/models/group_0919.py +18 -6
  3468. githubkit/versions/v2022_11_28/models/group_0920.py +13 -26
  3469. githubkit/versions/v2022_11_28/models/group_0921.py +5 -30
  3470. githubkit/versions/v2022_11_28/models/group_0922.py +27 -7
  3471. githubkit/versions/v2022_11_28/models/group_0923.py +25 -8
  3472. githubkit/versions/v2022_11_28/models/group_0924.py +6 -12
  3473. githubkit/versions/v2022_11_28/models/group_0925.py +7 -26
  3474. githubkit/versions/v2022_11_28/models/group_0926.py +10 -11
  3475. githubkit/versions/v2022_11_28/models/group_0927.py +29 -6
  3476. githubkit/versions/v2022_11_28/models/group_0928.py +9 -13
  3477. githubkit/versions/v2022_11_28/models/group_0929.py +5 -28
  3478. githubkit/versions/v2022_11_28/models/group_0930.py +5 -6
  3479. githubkit/versions/v2022_11_28/models/group_0931.py +20 -9
  3480. githubkit/versions/v2022_11_28/models/group_0932.py +12 -7
  3481. githubkit/versions/v2022_11_28/models/group_0933.py +10 -8
  3482. githubkit/versions/v2022_11_28/models/group_0934.py +6 -204
  3483. githubkit/versions/v2022_11_28/models/group_0935.py +7 -13
  3484. githubkit/versions/v2022_11_28/models/group_0936.py +200 -8
  3485. githubkit/versions/v2022_11_28/models/group_0937.py +8 -17
  3486. githubkit/versions/v2022_11_28/models/group_0938.py +10 -13
  3487. githubkit/versions/v2022_11_28/models/group_0939.py +16 -10
  3488. githubkit/versions/v2022_11_28/models/group_0940.py +10 -16
  3489. githubkit/versions/v2022_11_28/models/group_0941.py +8 -11
  3490. githubkit/versions/v2022_11_28/models/group_0942.py +10 -18
  3491. githubkit/versions/v2022_11_28/models/group_0943.py +9 -11
  3492. githubkit/versions/v2022_11_28/models/group_0944.py +16 -8
  3493. githubkit/versions/v2022_11_28/models/group_0945.py +10 -14
  3494. githubkit/versions/v2022_11_28/models/group_0946.py +11 -14
  3495. githubkit/versions/v2022_11_28/models/group_0947.py +8 -14
  3496. githubkit/versions/v2022_11_28/models/group_0948.py +8 -12
  3497. githubkit/versions/v2022_11_28/models/group_0949.py +12 -14
  3498. githubkit/versions/v2022_11_28/models/group_0950.py +11 -11
  3499. githubkit/versions/v2022_11_28/models/group_0951.py +13 -10
  3500. githubkit/versions/v2022_11_28/models/group_0952.py +10 -13
  3501. githubkit/versions/v2022_11_28/models/group_0953.py +7 -15
  3502. githubkit/versions/v2022_11_28/models/group_0954.py +7 -9
  3503. githubkit/versions/v2022_11_28/models/group_0955.py +15 -8
  3504. githubkit/versions/v2022_11_28/models/group_0956.py +11 -10
  3505. githubkit/versions/v2022_11_28/models/group_0957.py +7 -38
  3506. githubkit/versions/v2022_11_28/models/group_0958.py +8 -31
  3507. githubkit/versions/v2022_11_28/models/group_0959.py +32 -10
  3508. githubkit/versions/v2022_11_28/models/group_0960.py +27 -14
  3509. githubkit/versions/v2022_11_28/models/group_0961.py +9 -215
  3510. githubkit/versions/v2022_11_28/models/group_0962.py +11 -90
  3511. githubkit/versions/v2022_11_28/models/group_0963.py +188 -17
  3512. githubkit/versions/v2022_11_28/models/group_0964.py +85 -9
  3513. githubkit/versions/v2022_11_28/models/group_0965.py +35 -10
  3514. githubkit/versions/v2022_11_28/models/group_0966.py +5 -7
  3515. githubkit/versions/v2022_11_28/models/group_0967.py +13 -10
  3516. githubkit/versions/v2022_11_28/models/group_0968.py +14 -10
  3517. githubkit/versions/v2022_11_28/models/group_0969.py +5 -8
  3518. githubkit/versions/v2022_11_28/models/group_0970.py +9 -8
  3519. githubkit/versions/v2022_11_28/models/group_0971.py +9 -8
  3520. githubkit/versions/v2022_11_28/models/group_0972.py +6 -9
  3521. githubkit/versions/v2022_11_28/models/group_0973.py +9 -8
  3522. githubkit/versions/v2022_11_28/models/group_0974.py +7 -8
  3523. githubkit/versions/v2022_11_28/models/group_0975.py +5 -8
  3524. githubkit/versions/v2022_11_28/models/group_0976.py +14 -7
  3525. githubkit/versions/v2022_11_28/models/group_0977.py +11 -105
  3526. githubkit/versions/v2022_11_28/models/group_0978.py +7 -59
  3527. githubkit/versions/v2022_11_28/models/group_0979.py +90 -45
  3528. githubkit/versions/v2022_11_28/models/group_0980.py +40 -89
  3529. githubkit/versions/v2022_11_28/models/group_0981.py +31 -32
  3530. githubkit/versions/v2022_11_28/models/group_0982.py +85 -45
  3531. githubkit/versions/v2022_11_28/models/group_0983.py +59 -8
  3532. githubkit/versions/v2022_11_28/models/group_0984.py +55 -26
  3533. githubkit/versions/v2022_11_28/models/group_0985.py +7 -16
  3534. githubkit/versions/v2022_11_28/models/group_0986.py +24 -19
  3535. githubkit/versions/v2022_11_28/models/group_0987.py +14 -44
  3536. githubkit/versions/v2022_11_28/models/group_0988.py +22 -12
  3537. githubkit/versions/v2022_11_28/models/group_0989.py +25 -37
  3538. githubkit/versions/v2022_11_28/models/group_0990.py +8 -25
  3539. githubkit/versions/v2022_11_28/models/group_0991.py +49 -11
  3540. githubkit/versions/v2022_11_28/models/group_0992.py +19 -21
  3541. githubkit/versions/v2022_11_28/models/group_0993.py +8 -23
  3542. githubkit/versions/v2022_11_28/models/group_0994.py +23 -13
  3543. githubkit/versions/v2022_11_28/models/group_0995.py +25 -12
  3544. githubkit/versions/v2022_11_28/models/group_0996.py +15 -7
  3545. githubkit/versions/v2022_11_28/models/group_0997.py +10 -12
  3546. githubkit/versions/v2022_11_28/models/group_0998.py +6 -19
  3547. githubkit/versions/v2022_11_28/models/group_0999.py +12 -15
  3548. githubkit/versions/v2022_11_28/models/group_1000.py +12 -57
  3549. githubkit/versions/v2022_11_28/models/group_1001.py +10 -55
  3550. githubkit/versions/v2022_11_28/models/group_1002.py +55 -20
  3551. githubkit/versions/v2022_11_28/models/group_1003.py +48 -19
  3552. githubkit/versions/v2022_11_28/models/group_1004.py +19 -12
  3553. githubkit/versions/v2022_11_28/models/group_1005.py +25 -14
  3554. githubkit/versions/v2022_11_28/models/group_1006.py +11 -47
  3555. githubkit/versions/v2022_11_28/models/group_1007.py +13 -9
  3556. githubkit/versions/v2022_11_28/models/group_1008.py +34 -23
  3557. githubkit/versions/v2022_11_28/models/group_1009.py +7 -30
  3558. githubkit/versions/v2022_11_28/models/group_1010.py +24 -37
  3559. githubkit/versions/v2022_11_28/models/group_1011.py +20 -33
  3560. githubkit/versions/v2022_11_28/models/group_1012.py +44 -12
  3561. githubkit/versions/v2022_11_28/models/group_1013.py +28 -15
  3562. githubkit/versions/v2022_11_28/models/group_1014.py +13 -16
  3563. githubkit/versions/v2022_11_28/models/group_1015.py +22 -9
  3564. githubkit/versions/v2022_11_28/models/group_1016.py +8 -71
  3565. githubkit/versions/v2022_11_28/models/group_1017.py +9 -9
  3566. githubkit/versions/v2022_11_28/models/group_1018.py +11 -13
  3567. githubkit/versions/v2022_11_28/models/group_1019.py +7 -43
  3568. githubkit/versions/v2022_11_28/models/group_1020.py +11 -46
  3569. githubkit/versions/v2022_11_28/models/group_1021.py +11 -42
  3570. githubkit/versions/v2022_11_28/models/group_1022.py +8 -29
  3571. githubkit/versions/v2022_11_28/models/group_1023.py +65 -14
  3572. githubkit/versions/v2022_11_28/models/group_1024.py +8 -26
  3573. githubkit/versions/v2022_11_28/models/group_1025.py +8 -22
  3574. githubkit/versions/v2022_11_28/models/group_1026.py +40 -8
  3575. githubkit/versions/v2022_11_28/models/group_1027.py +41 -9
  3576. githubkit/versions/v2022_11_28/models/group_1028.py +52 -6
  3577. githubkit/versions/v2022_11_28/models/group_1029.py +27 -11
  3578. githubkit/versions/v2022_11_28/models/group_1030.py +13 -32
  3579. githubkit/versions/v2022_11_28/models/group_1031.py +26 -7
  3580. githubkit/versions/v2022_11_28/models/group_1032.py +22 -10
  3581. githubkit/versions/v2022_11_28/models/group_1033.py +7 -51
  3582. githubkit/versions/v2022_11_28/models/group_1034.py +8 -12
  3583. githubkit/versions/v2022_11_28/models/group_1035.py +5 -17
  3584. githubkit/versions/v2022_11_28/models/group_1036.py +15 -7
  3585. githubkit/versions/v2022_11_28/models/group_1037.py +34 -11
  3586. githubkit/versions/v2022_11_28/models/group_1038.py +6 -24
  3587. githubkit/versions/v2022_11_28/models/group_1039.py +12 -7
  3588. githubkit/versions/v2022_11_28/models/group_1040.py +47 -11
  3589. githubkit/versions/v2022_11_28/models/group_1041.py +9 -20
  3590. githubkit/versions/v2022_11_28/models/group_1042.py +13 -7
  3591. githubkit/versions/v2022_11_28/models/group_1043.py +6 -16
  3592. githubkit/versions/v2022_11_28/models/group_1044.py +12 -11
  3593. githubkit/versions/v2022_11_28/models/group_1045.py +20 -12
  3594. githubkit/versions/v2022_11_28/models/group_1046.py +6 -19
  3595. githubkit/versions/v2022_11_28/models/group_1047.py +10 -16
  3596. githubkit/versions/v2022_11_28/models/group_1048.py +22 -9
  3597. githubkit/versions/v2022_11_28/models/group_1049.py +6 -18
  3598. githubkit/versions/v2022_11_28/models/group_1050.py +10 -18
  3599. githubkit/versions/v2022_11_28/models/group_1051.py +9 -22
  3600. githubkit/versions/v2022_11_28/models/group_1052.py +9 -10
  3601. githubkit/versions/v2022_11_28/models/group_1053.py +16 -8
  3602. githubkit/versions/v2022_11_28/models/group_1054.py +17 -15
  3603. githubkit/versions/v2022_11_28/models/group_1055.py +7 -28
  3604. githubkit/versions/v2022_11_28/models/group_1056.py +11 -22
  3605. githubkit/versions/v2022_11_28/models/group_1057.py +15 -22
  3606. githubkit/versions/v2022_11_28/models/group_1058.py +16 -22
  3607. githubkit/versions/v2022_11_28/models/group_1059.py +8 -24
  3608. githubkit/versions/v2022_11_28/models/group_1060.py +7 -18
  3609. githubkit/versions/v2022_11_28/models/group_1061.py +11 -14
  3610. githubkit/versions/v2022_11_28/models/group_1062.py +21 -12
  3611. githubkit/versions/v2022_11_28/models/group_1063.py +18 -21
  3612. githubkit/versions/v2022_11_28/models/group_1064.py +25 -9
  3613. githubkit/versions/v2022_11_28/models/group_1065.py +26 -10
  3614. githubkit/versions/v2022_11_28/models/group_1066.py +21 -30
  3615. githubkit/versions/v2022_11_28/models/group_1067.py +19 -7
  3616. githubkit/versions/v2022_11_28/models/group_1068.py +15 -10
  3617. githubkit/versions/v2022_11_28/models/group_1069.py +11 -21
  3618. githubkit/versions/v2022_11_28/models/group_1070.py +19 -37
  3619. githubkit/versions/v2022_11_28/models/group_1071.py +7 -43
  3620. githubkit/versions/v2022_11_28/models/group_1072.py +11 -7
  3621. githubkit/versions/v2022_11_28/models/group_1073.py +10 -21
  3622. githubkit/versions/v2022_11_28/models/group_1074.py +38 -12
  3623. githubkit/versions/v2022_11_28/models/group_1075.py +6 -10
  3624. githubkit/versions/v2022_11_28/models/group_1076.py +10 -14
  3625. githubkit/versions/v2022_11_28/models/group_1077.py +22 -11
  3626. githubkit/versions/v2022_11_28/models/group_1078.py +41 -11
  3627. githubkit/versions/v2022_11_28/models/group_1079.py +29 -35
  3628. githubkit/versions/v2022_11_28/models/group_1080.py +6 -7
  3629. githubkit/versions/v2022_11_28/models/group_1081.py +17 -9
  3630. githubkit/versions/v2022_11_28/models/group_1082.py +7 -14
  3631. githubkit/versions/v2022_11_28/models/group_1083.py +7 -10
  3632. githubkit/versions/v2022_11_28/models/group_1084.py +13 -8
  3633. githubkit/versions/v2022_11_28/models/group_1085.py +10 -34
  3634. githubkit/versions/v2022_11_28/models/group_1086.py +12 -11
  3635. githubkit/versions/v2022_11_28/models/group_1087.py +39 -14
  3636. githubkit/versions/v2022_11_28/models/group_1088.py +10 -39
  3637. githubkit/versions/v2022_11_28/models/group_1089.py +10 -8
  3638. githubkit/versions/v2022_11_28/models/group_1090.py +10 -63
  3639. githubkit/versions/v2022_11_28/models/group_1091.py +7 -65
  3640. githubkit/versions/v2022_11_28/models/group_1092.py +7 -21
  3641. githubkit/versions/v2022_11_28/models/group_1093.py +29 -15
  3642. githubkit/versions/v2022_11_28/models/group_1094.py +9 -12
  3643. githubkit/versions/v2022_11_28/models/group_1095.py +21 -8
  3644. githubkit/versions/v2022_11_28/models/group_1096.py +32 -9
  3645. githubkit/versions/v2022_11_28/models/group_1097.py +8 -18
  3646. githubkit/versions/v2022_11_28/models/group_1098.py +58 -16
  3647. githubkit/versions/v2022_11_28/models/group_1099.py +65 -13
  3648. githubkit/versions/v2022_11_28/models/group_1100.py +20 -17
  3649. githubkit/versions/v2022_11_28/models/group_1101.py +22 -18
  3650. githubkit/versions/v2022_11_28/models/group_1102.py +15 -8
  3651. githubkit/versions/v2022_11_28/models/group_1103.py +8 -12
  3652. githubkit/versions/v2022_11_28/models/group_1104.py +8 -29
  3653. githubkit/versions/v2022_11_28/models/group_1105.py +15 -10
  3654. githubkit/versions/v2022_11_28/models/group_1106.py +19 -10
  3655. githubkit/versions/v2022_11_28/models/group_1107.py +34 -11
  3656. githubkit/versions/v2022_11_28/models/group_1108.py +13 -7
  3657. githubkit/versions/v2022_11_28/models/group_1109.py +12 -18
  3658. githubkit/versions/v2022_11_28/models/group_1110.py +6 -13
  3659. githubkit/versions/v2022_11_28/models/group_1111.py +6 -13
  3660. githubkit/versions/v2022_11_28/models/group_1112.py +15 -11
  3661. githubkit/versions/v2022_11_28/models/group_1113.py +12 -10
  3662. githubkit/versions/v2022_11_28/models/group_1114.py +7 -9
  3663. githubkit/versions/v2022_11_28/models/group_1115.py +9 -28
  3664. githubkit/versions/v2022_11_28/models/group_1116.py +7 -13
  3665. githubkit/versions/v2022_11_28/models/group_1117.py +7 -46
  3666. githubkit/versions/v2022_11_28/models/group_1118.py +21 -39
  3667. githubkit/versions/v2022_11_28/models/group_1119.py +9 -34
  3668. githubkit/versions/v2022_11_28/models/group_1120.py +44 -14
  3669. githubkit/versions/v2022_11_28/models/group_1121.py +44 -11
  3670. githubkit/versions/v2022_11_28/models/group_1122.py +33 -9
  3671. githubkit/versions/v2022_11_28/models/group_1123.py +13 -14
  3672. githubkit/versions/v2022_11_28/models/group_1124.py +8 -9
  3673. githubkit/versions/v2022_11_28/models/group_1125.py +9 -13
  3674. githubkit/versions/v2022_11_28/models/group_1126.py +17 -9
  3675. githubkit/versions/v2022_11_28/models/group_1127.py +8 -12
  3676. githubkit/versions/v2022_11_28/models/group_1128.py +12 -19
  3677. githubkit/versions/v2022_11_28/models/group_1129.py +9 -11
  3678. githubkit/versions/v2022_11_28/models/group_1130.py +12 -13
  3679. githubkit/versions/v2022_11_28/models/group_1131.py +17 -14
  3680. githubkit/versions/v2022_11_28/models/group_1132.py +14 -6
  3681. githubkit/versions/v2022_11_28/models/group_1133.py +10 -16
  3682. githubkit/versions/v2022_11_28/models/group_1134.py +13 -10
  3683. githubkit/versions/v2022_11_28/models/group_1135.py +7 -46
  3684. githubkit/versions/v2022_11_28/models/group_1136.py +11 -11
  3685. githubkit/versions/v2022_11_28/models/group_1137.py +7 -89
  3686. githubkit/versions/v2022_11_28/models/group_1138.py +38 -14
  3687. githubkit/versions/v2022_11_28/models/group_1139.py +11 -14
  3688. githubkit/versions/v2022_11_28/models/group_1140.py +86 -12
  3689. githubkit/versions/v2022_11_28/models/group_1141.py +34 -0
  3690. githubkit/versions/v2022_11_28/models/group_1142.py +34 -0
  3691. githubkit/versions/v2022_11_28/models/group_1143.py +33 -0
  3692. githubkit/versions/v2022_11_28/rest/__init__.py +1 -1
  3693. githubkit/versions/v2022_11_28/rest/actions.py +261 -369
  3694. githubkit/versions/v2022_11_28/rest/activity.py +18 -36
  3695. githubkit/versions/v2022_11_28/rest/apps.py +30 -60
  3696. githubkit/versions/v2022_11_28/rest/billing.py +3 -9
  3697. githubkit/versions/v2022_11_28/rest/checks.py +22 -44
  3698. githubkit/versions/v2022_11_28/rest/classroom.py +2 -7
  3699. githubkit/versions/v2022_11_28/rest/code_scanning.py +14 -28
  3700. githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +3 -9
  3701. githubkit/versions/v2022_11_28/rest/codespaces.py +56 -112
  3702. githubkit/versions/v2022_11_28/rest/copilot.py +44 -62
  3703. githubkit/versions/v2022_11_28/rest/dependabot.py +18 -36
  3704. githubkit/versions/v2022_11_28/rest/dependency_graph.py +6 -12
  3705. githubkit/versions/v2022_11_28/rest/emojis.py +3 -9
  3706. githubkit/versions/v2022_11_28/rest/gists.py +18 -36
  3707. githubkit/versions/v2022_11_28/rest/git.py +94 -62
  3708. githubkit/versions/v2022_11_28/rest/gitignore.py +3 -9
  3709. githubkit/versions/v2022_11_28/rest/interactions.py +14 -28
  3710. githubkit/versions/v2022_11_28/rest/issues.py +57 -114
  3711. githubkit/versions/v2022_11_28/rest/licenses.py +14 -7
  3712. githubkit/versions/v2022_11_28/rest/markdown.py +6 -12
  3713. githubkit/versions/v2022_11_28/rest/meta.py +2 -7
  3714. githubkit/versions/v2022_11_28/rest/migrations.py +26 -52
  3715. githubkit/versions/v2022_11_28/rest/oidc.py +6 -12
  3716. githubkit/versions/v2022_11_28/rest/orgs.py +86 -150
  3717. githubkit/versions/v2022_11_28/rest/packages.py +2 -7
  3718. githubkit/versions/v2022_11_28/rest/projects.py +48 -96
  3719. githubkit/versions/v2022_11_28/rest/pulls.py +56 -112
  3720. githubkit/versions/v2022_11_28/rest/rate_limit.py +3 -9
  3721. githubkit/versions/v2022_11_28/rest/reactions.py +38 -76
  3722. githubkit/versions/v2022_11_28/rest/repos.py +337 -502
  3723. githubkit/versions/v2022_11_28/rest/search.py +2 -7
  3724. githubkit/versions/v2022_11_28/rest/secret_scanning.py +6 -12
  3725. githubkit/versions/v2022_11_28/rest/security_advisories.py +14 -28
  3726. githubkit/versions/v2022_11_28/rest/teams.py +70 -140
  3727. githubkit/versions/v2022_11_28/rest/users.py +38 -76
  3728. githubkit/versions/v2022_11_28/types/__init__.py +4460 -4450
  3729. githubkit/versions/v2022_11_28/types/group_0000.py +2 -3
  3730. githubkit/versions/v2022_11_28/types/group_0001.py +1 -2
  3731. githubkit/versions/v2022_11_28/types/group_0002.py +2 -3
  3732. githubkit/versions/v2022_11_28/types/group_0003.py +1 -2
  3733. githubkit/versions/v2022_11_28/types/group_0004.py +1 -2
  3734. githubkit/versions/v2022_11_28/types/group_0005.py +1 -2
  3735. githubkit/versions/v2022_11_28/types/group_0006.py +1 -2
  3736. githubkit/versions/v2022_11_28/types/group_0007.py +1 -2
  3737. githubkit/versions/v2022_11_28/types/group_0008.py +1 -2
  3738. githubkit/versions/v2022_11_28/types/group_0009.py +1 -2
  3739. githubkit/versions/v2022_11_28/types/group_0010.py +1 -2
  3740. githubkit/versions/v2022_11_28/types/group_0011.py +1 -2
  3741. githubkit/versions/v2022_11_28/types/group_0012.py +1 -2
  3742. githubkit/versions/v2022_11_28/types/group_0013.py +1 -2
  3743. githubkit/versions/v2022_11_28/types/group_0014.py +1 -2
  3744. githubkit/versions/v2022_11_28/types/group_0015.py +1 -2
  3745. githubkit/versions/v2022_11_28/types/group_0016.py +1 -2
  3746. githubkit/versions/v2022_11_28/types/group_0017.py +1 -136
  3747. githubkit/versions/v2022_11_28/types/group_0018.py +2 -4
  3748. githubkit/versions/v2022_11_28/types/group_0019.py +1 -2
  3749. githubkit/versions/v2022_11_28/types/group_0020.py +2 -3
  3750. githubkit/versions/v2022_11_28/types/group_0021.py +1 -2
  3751. githubkit/versions/v2022_11_28/types/group_0022.py +1 -2
  3752. githubkit/versions/v2022_11_28/types/group_0023.py +1 -2
  3753. githubkit/versions/v2022_11_28/types/group_0024.py +1 -2
  3754. githubkit/versions/v2022_11_28/types/group_0025.py +1 -2
  3755. githubkit/versions/v2022_11_28/types/group_0026.py +1 -2
  3756. githubkit/versions/v2022_11_28/types/group_0027.py +1 -2
  3757. githubkit/versions/v2022_11_28/types/group_0028.py +2 -3
  3758. githubkit/versions/v2022_11_28/types/group_0029.py +2 -3
  3759. githubkit/versions/v2022_11_28/types/group_0030.py +1 -2
  3760. githubkit/versions/v2022_11_28/types/group_0031.py +1 -2
  3761. githubkit/versions/v2022_11_28/types/group_0032.py +2 -3
  3762. githubkit/versions/v2022_11_28/types/group_0033.py +1 -2
  3763. githubkit/versions/v2022_11_28/types/group_0034.py +1 -2
  3764. githubkit/versions/v2022_11_28/types/group_0035.py +2 -3
  3765. githubkit/versions/v2022_11_28/types/group_0036.py +2 -3
  3766. githubkit/versions/v2022_11_28/types/group_0037.py +1 -2
  3767. githubkit/versions/v2022_11_28/types/group_0038.py +1 -2
  3768. githubkit/versions/v2022_11_28/types/group_0039.py +1 -2
  3769. githubkit/versions/v2022_11_28/types/group_0040.py +2 -3
  3770. githubkit/versions/v2022_11_28/types/group_0041.py +2 -3
  3771. githubkit/versions/v2022_11_28/types/group_0042.py +1 -2
  3772. githubkit/versions/v2022_11_28/types/group_0043.py +1 -2
  3773. githubkit/versions/v2022_11_28/types/group_0044.py +1 -2
  3774. githubkit/versions/v2022_11_28/types/group_0045.py +1 -2
  3775. githubkit/versions/v2022_11_28/types/group_0046.py +2 -3
  3776. githubkit/versions/v2022_11_28/types/group_0047.py +2 -3
  3777. githubkit/versions/v2022_11_28/types/group_0048.py +1 -2
  3778. githubkit/versions/v2022_11_28/types/group_0049.py +1 -2
  3779. githubkit/versions/v2022_11_28/types/group_0050.py +2 -3
  3780. githubkit/versions/v2022_11_28/types/group_0051.py +3 -5
  3781. githubkit/versions/v2022_11_28/types/group_0052.py +1 -2
  3782. githubkit/versions/v2022_11_28/types/group_0053.py +1 -2
  3783. githubkit/versions/v2022_11_28/types/group_0054.py +1 -2
  3784. githubkit/versions/v2022_11_28/types/group_0055.py +1 -2
  3785. githubkit/versions/v2022_11_28/types/group_0056.py +1 -2
  3786. githubkit/versions/v2022_11_28/types/group_0057.py +1 -2
  3787. githubkit/versions/v2022_11_28/types/group_0058.py +1 -2
  3788. githubkit/versions/v2022_11_28/types/group_0059.py +1 -2
  3789. githubkit/versions/v2022_11_28/types/group_0060.py +1 -2
  3790. githubkit/versions/v2022_11_28/types/group_0061.py +1 -2
  3791. githubkit/versions/v2022_11_28/types/group_0062.py +2 -3
  3792. githubkit/versions/v2022_11_28/types/group_0063.py +1 -2
  3793. githubkit/versions/v2022_11_28/types/group_0064.py +1 -2
  3794. githubkit/versions/v2022_11_28/types/group_0065.py +1 -2
  3795. githubkit/versions/v2022_11_28/types/group_0066.py +1 -2
  3796. githubkit/versions/v2022_11_28/types/group_0067.py +1 -2
  3797. githubkit/versions/v2022_11_28/types/group_0068.py +1 -2
  3798. githubkit/versions/v2022_11_28/types/group_0069.py +2 -3
  3799. githubkit/versions/v2022_11_28/types/group_0070.py +1 -2
  3800. githubkit/versions/v2022_11_28/types/group_0071.py +1 -2
  3801. githubkit/versions/v2022_11_28/types/group_0072.py +1 -2
  3802. githubkit/versions/v2022_11_28/types/group_0073.py +4 -3
  3803. githubkit/versions/v2022_11_28/types/group_0074.py +1 -2
  3804. githubkit/versions/v2022_11_28/types/group_0075.py +1 -2
  3805. githubkit/versions/v2022_11_28/types/group_0076.py +1 -2
  3806. githubkit/versions/v2022_11_28/types/group_0077.py +1 -2
  3807. githubkit/versions/v2022_11_28/types/group_0078.py +2 -3
  3808. githubkit/versions/v2022_11_28/types/group_0079.py +1 -2
  3809. githubkit/versions/v2022_11_28/types/group_0080.py +1 -2
  3810. githubkit/versions/v2022_11_28/types/group_0081.py +1 -2
  3811. githubkit/versions/v2022_11_28/types/group_0082.py +1 -2
  3812. githubkit/versions/v2022_11_28/types/group_0083.py +1 -2
  3813. githubkit/versions/v2022_11_28/types/group_0084.py +2 -3
  3814. githubkit/versions/v2022_11_28/types/group_0085.py +1 -2
  3815. githubkit/versions/v2022_11_28/types/group_0086.py +1 -2
  3816. githubkit/versions/v2022_11_28/types/group_0087.py +1 -2
  3817. githubkit/versions/v2022_11_28/types/group_0088.py +1 -2
  3818. githubkit/versions/v2022_11_28/types/group_0089.py +1 -2
  3819. githubkit/versions/v2022_11_28/types/group_0090.py +1 -2
  3820. githubkit/versions/v2022_11_28/types/group_0091.py +1 -2
  3821. githubkit/versions/v2022_11_28/types/group_0092.py +1 -2
  3822. githubkit/versions/v2022_11_28/types/group_0093.py +2 -3
  3823. githubkit/versions/v2022_11_28/types/group_0094.py +1 -2
  3824. githubkit/versions/v2022_11_28/types/group_0095.py +1 -2
  3825. githubkit/versions/v2022_11_28/types/group_0096.py +1 -2
  3826. githubkit/versions/v2022_11_28/types/group_0097.py +1 -3
  3827. githubkit/versions/v2022_11_28/types/group_0098.py +1 -2
  3828. githubkit/versions/v2022_11_28/types/group_0099.py +5 -5
  3829. githubkit/versions/v2022_11_28/types/group_0100.py +1 -2
  3830. githubkit/versions/v2022_11_28/types/group_0101.py +2 -4
  3831. githubkit/versions/v2022_11_28/types/group_0102.py +1 -2
  3832. githubkit/versions/v2022_11_28/types/group_0103.py +5 -5
  3833. githubkit/versions/v2022_11_28/types/group_0104.py +1 -2
  3834. githubkit/versions/v2022_11_28/types/group_0105.py +4 -4
  3835. githubkit/versions/v2022_11_28/types/group_0106.py +1 -3
  3836. githubkit/versions/v2022_11_28/types/group_0107.py +4 -4
  3837. githubkit/versions/v2022_11_28/types/group_0108.py +1 -2
  3838. githubkit/versions/v2022_11_28/types/group_0109.py +1 -2
  3839. githubkit/versions/v2022_11_28/types/group_0110.py +1 -2
  3840. githubkit/versions/v2022_11_28/types/group_0111.py +1 -2
  3841. githubkit/versions/v2022_11_28/types/group_0112.py +2 -3
  3842. githubkit/versions/v2022_11_28/types/group_0113.py +1 -2
  3843. githubkit/versions/v2022_11_28/types/group_0114.py +1 -2
  3844. githubkit/versions/v2022_11_28/types/group_0115.py +1 -2
  3845. githubkit/versions/v2022_11_28/types/group_0116.py +2 -3
  3846. githubkit/versions/v2022_11_28/types/group_0117.py +1 -2
  3847. githubkit/versions/v2022_11_28/types/group_0118.py +1 -2
  3848. githubkit/versions/v2022_11_28/types/group_0119.py +1 -2
  3849. githubkit/versions/v2022_11_28/types/group_0120.py +1 -2
  3850. githubkit/versions/v2022_11_28/types/group_0121.py +1 -2
  3851. githubkit/versions/v2022_11_28/types/group_0122.py +1 -2
  3852. githubkit/versions/v2022_11_28/types/group_0123.py +1 -2
  3853. githubkit/versions/v2022_11_28/types/group_0124.py +1 -2
  3854. githubkit/versions/v2022_11_28/types/group_0125.py +1 -2
  3855. githubkit/versions/v2022_11_28/types/group_0126.py +1 -2
  3856. githubkit/versions/v2022_11_28/types/group_0127.py +1 -2
  3857. githubkit/versions/v2022_11_28/types/group_0128.py +7 -12
  3858. githubkit/versions/v2022_11_28/types/group_0129.py +10 -19
  3859. githubkit/versions/v2022_11_28/types/group_0130.py +15 -95
  3860. githubkit/versions/v2022_11_28/types/group_0131.py +13 -18
  3861. githubkit/versions/v2022_11_28/types/group_0132.py +94 -38
  3862. githubkit/versions/v2022_11_28/types/group_0133.py +17 -25
  3863. githubkit/versions/v2022_11_28/types/group_0134.py +32 -122
  3864. githubkit/versions/v2022_11_28/types/group_0135.py +23 -31
  3865. githubkit/versions/v2022_11_28/types/group_0136.py +133 -9
  3866. githubkit/versions/v2022_11_28/types/group_0137.py +32 -9
  3867. githubkit/versions/v2022_11_28/types/group_0138.py +8 -105
  3868. githubkit/versions/v2022_11_28/types/group_0139.py +13 -38
  3869. githubkit/versions/v2022_11_28/types/group_0140.py +96 -19
  3870. githubkit/versions/v2022_11_28/types/group_0141.py +25 -14
  3871. githubkit/versions/v2022_11_28/types/group_0142.py +23 -10
  3872. githubkit/versions/v2022_11_28/types/group_0143.py +16 -35
  3873. githubkit/versions/v2022_11_28/types/group_0144.py +9 -113
  3874. githubkit/versions/v2022_11_28/types/group_0145.py +31 -19
  3875. githubkit/versions/v2022_11_28/types/group_0146.py +109 -12
  3876. githubkit/versions/v2022_11_28/types/group_0147.py +21 -10
  3877. githubkit/versions/v2022_11_28/types/group_0148.py +16 -9
  3878. githubkit/versions/v2022_11_28/types/group_0149.py +10 -11
  3879. githubkit/versions/v2022_11_28/types/group_0150.py +9 -18
  3880. githubkit/versions/v2022_11_28/types/group_0151.py +13 -35
  3881. githubkit/versions/v2022_11_28/types/group_0152.py +15 -26
  3882. githubkit/versions/v2022_11_28/types/group_0153.py +22 -47
  3883. githubkit/versions/v2022_11_28/types/group_0154.py +23 -8
  3884. githubkit/versions/v2022_11_28/types/group_0155.py +56 -9
  3885. githubkit/versions/v2022_11_28/types/group_0156.py +11 -11
  3886. githubkit/versions/v2022_11_28/types/group_0157.py +12 -10
  3887. githubkit/versions/v2022_11_28/types/group_0158.py +9 -7
  3888. githubkit/versions/v2022_11_28/types/group_0159.py +9 -49
  3889. githubkit/versions/v2022_11_28/types/group_0160.py +6 -40
  3890. githubkit/versions/v2022_11_28/types/group_0161.py +41 -59
  3891. githubkit/versions/v2022_11_28/types/group_0162.py +31 -23
  3892. githubkit/versions/v2022_11_28/types/group_0163.py +65 -8
  3893. githubkit/versions/v2022_11_28/types/group_0164.py +30 -9
  3894. githubkit/versions/v2022_11_28/types/group_0165.py +7 -40
  3895. githubkit/versions/v2022_11_28/types/group_0166.py +8 -38
  3896. githubkit/versions/v2022_11_28/types/group_0167.py +28 -69
  3897. githubkit/versions/v2022_11_28/types/group_0168.py +33 -37
  3898. githubkit/versions/v2022_11_28/types/group_0169.py +75 -24
  3899. githubkit/versions/v2022_11_28/types/group_0170.py +39 -11
  3900. githubkit/versions/v2022_11_28/types/group_0171.py +26 -10
  3901. githubkit/versions/v2022_11_28/types/group_0172.py +10 -25
  3902. githubkit/versions/v2022_11_28/types/group_0173.py +8 -30
  3903. githubkit/versions/v2022_11_28/types/group_0174.py +22 -117
  3904. githubkit/versions/v2022_11_28/types/group_0175.py +20 -123
  3905. githubkit/versions/v2022_11_28/types/group_0176.py +111 -21
  3906. githubkit/versions/v2022_11_28/types/group_0177.py +127 -8
  3907. githubkit/versions/v2022_11_28/types/group_0178.py +25 -11
  3908. githubkit/versions/v2022_11_28/types/group_0179.py +10 -22
  3909. githubkit/versions/v2022_11_28/types/group_0180.py +10 -45
  3910. githubkit/versions/v2022_11_28/types/group_0181.py +21 -26
  3911. githubkit/versions/v2022_11_28/types/group_0182.py +35 -23
  3912. githubkit/versions/v2022_11_28/types/group_0183.py +17 -119
  3913. githubkit/versions/v2022_11_28/types/group_0184.py +26 -21
  3914. githubkit/versions/v2022_11_28/types/group_0185.py +117 -24
  3915. githubkit/versions/v2022_11_28/types/group_0186.py +20 -27
  3916. githubkit/versions/v2022_11_28/types/group_0187.py +22 -54
  3917. githubkit/versions/v2022_11_28/types/group_0188.py +26 -19
  3918. githubkit/versions/v2022_11_28/types/group_0189.py +37 -31
  3919. githubkit/versions/v2022_11_28/types/group_0190.py +17 -32
  3920. githubkit/versions/v2022_11_28/types/group_0191.py +60 -28
  3921. githubkit/versions/v2022_11_28/types/group_0192.py +27 -43
  3922. githubkit/versions/v2022_11_28/types/group_0193.py +22 -18
  3923. githubkit/versions/v2022_11_28/types/group_0194.py +52 -17
  3924. githubkit/versions/v2022_11_28/types/group_0195.py +18 -18
  3925. githubkit/versions/v2022_11_28/types/group_0196.py +11 -31
  3926. githubkit/versions/v2022_11_28/types/group_0197.py +21 -25
  3927. githubkit/versions/v2022_11_28/types/group_0198.py +29 -12
  3928. githubkit/versions/v2022_11_28/types/group_0199.py +24 -7
  3929. githubkit/versions/v2022_11_28/types/group_0200.py +11 -9
  3930. githubkit/versions/v2022_11_28/types/group_0201.py +6 -25
  3931. githubkit/versions/v2022_11_28/types/group_0202.py +9 -10
  3932. githubkit/versions/v2022_11_28/types/group_0203.py +22 -21
  3933. githubkit/versions/v2022_11_28/types/group_0204.py +7 -55
  3934. githubkit/versions/v2022_11_28/types/group_0205.py +15 -44
  3935. githubkit/versions/v2022_11_28/types/group_0206.py +48 -14
  3936. githubkit/versions/v2022_11_28/types/group_0207.py +49 -8
  3937. githubkit/versions/v2022_11_28/types/group_0208.py +19 -14
  3938. githubkit/versions/v2022_11_28/types/group_0209.py +7 -76
  3939. githubkit/versions/v2022_11_28/types/group_0210.py +12 -26
  3940. githubkit/versions/v2022_11_28/types/group_0211.py +76 -15
  3941. githubkit/versions/v2022_11_28/types/group_0212.py +20 -32
  3942. githubkit/versions/v2022_11_28/types/group_0213.py +14 -22
  3943. githubkit/versions/v2022_11_28/types/group_0214.py +27 -32
  3944. githubkit/versions/v2022_11_28/types/group_0215.py +20 -24
  3945. githubkit/versions/v2022_11_28/types/group_0216.py +31 -47
  3946. githubkit/versions/v2022_11_28/types/group_0217.py +24 -28
  3947. githubkit/versions/v2022_11_28/types/group_0218.py +38 -16
  3948. githubkit/versions/v2022_11_28/types/group_0219.py +11 -15
  3949. githubkit/versions/v2022_11_28/types/group_0220.py +15 -13
  3950. githubkit/versions/v2022_11_28/types/group_0221.py +24 -93
  3951. githubkit/versions/v2022_11_28/types/group_0222.py +31 -31
  3952. githubkit/versions/v2022_11_28/types/group_0223.py +98 -35
  3953. githubkit/versions/v2022_11_28/types/group_0224.py +29 -14
  3954. githubkit/versions/v2022_11_28/types/group_0225.py +40 -34
  3955. githubkit/versions/v2022_11_28/types/group_0226.py +11 -60
  3956. githubkit/versions/v2022_11_28/types/group_0227.py +27 -8
  3957. githubkit/versions/v2022_11_28/types/group_0228.py +60 -12
  3958. githubkit/versions/v2022_11_28/types/group_0229.py +7 -28
  3959. githubkit/versions/v2022_11_28/types/group_0230.py +10 -49
  3960. githubkit/versions/v2022_11_28/types/group_0231.py +26 -29
  3961. githubkit/versions/v2022_11_28/types/group_0232.py +49 -10
  3962. githubkit/versions/v2022_11_28/types/group_0233.py +21 -53
  3963. githubkit/versions/v2022_11_28/types/group_0234.py +10 -15
  3964. githubkit/versions/v2022_11_28/types/group_0235.py +59 -10
  3965. githubkit/versions/v2022_11_28/types/group_0236.py +14 -8
  3966. githubkit/versions/v2022_11_28/types/group_0237.py +11 -7
  3967. githubkit/versions/v2022_11_28/types/group_0238.py +8 -13
  3968. githubkit/versions/v2022_11_28/types/group_0239.py +6 -32
  3969. githubkit/versions/v2022_11_28/types/group_0240.py +9 -8
  3970. githubkit/versions/v2022_11_28/types/group_0241.py +27 -13
  3971. githubkit/versions/v2022_11_28/types/group_0242.py +5 -69
  3972. githubkit/versions/v2022_11_28/types/group_0243.py +12 -20
  3973. githubkit/versions/v2022_11_28/types/group_0244.py +56 -23
  3974. githubkit/versions/v2022_11_28/types/group_0245.py +15 -20
  3975. githubkit/versions/v2022_11_28/types/group_0246.py +38 -10
  3976. githubkit/versions/v2022_11_28/types/group_0247.py +23 -23
  3977. githubkit/versions/v2022_11_28/types/group_0248.py +9 -61
  3978. githubkit/versions/v2022_11_28/types/group_0249.py +21 -11
  3979. githubkit/versions/v2022_11_28/types/group_0250.py +58 -11
  3980. githubkit/versions/v2022_11_28/types/group_0251.py +11 -104
  3981. githubkit/versions/v2022_11_28/types/group_0252.py +10 -32
  3982. githubkit/versions/v2022_11_28/types/group_0253.py +90 -17
  3983. githubkit/versions/v2022_11_28/types/group_0254.py +20 -13
  3984. githubkit/versions/v2022_11_28/types/group_0255.py +19 -12
  3985. githubkit/versions/v2022_11_28/types/group_0256.py +11 -21
  3986. githubkit/versions/v2022_11_28/types/group_0257.py +10 -20
  3987. githubkit/versions/v2022_11_28/types/group_0258.py +13 -16
  3988. githubkit/versions/v2022_11_28/types/group_0259.py +18 -14
  3989. githubkit/versions/v2022_11_28/types/group_0260.py +19 -14
  3990. githubkit/versions/v2022_11_28/types/group_0261.py +11 -22
  3991. githubkit/versions/v2022_11_28/types/group_0262.py +11 -10
  3992. githubkit/versions/v2022_11_28/types/group_0263.py +15 -19
  3993. githubkit/versions/v2022_11_28/types/group_0264.py +9 -25
  3994. githubkit/versions/v2022_11_28/types/group_0265.py +11 -13
  3995. githubkit/versions/v2022_11_28/types/group_0266.py +12 -14
  3996. githubkit/versions/v2022_11_28/types/group_0267.py +31 -13
  3997. githubkit/versions/v2022_11_28/types/group_0268.py +29 -33
  3998. githubkit/versions/v2022_11_28/types/group_0269.py +15 -17
  3999. githubkit/versions/v2022_11_28/types/group_0270.py +41 -14
  4000. githubkit/versions/v2022_11_28/types/group_0271.py +13 -70
  4001. githubkit/versions/v2022_11_28/types/group_0272.py +7 -58
  4002. githubkit/versions/v2022_11_28/types/group_0273.py +49 -72
  4003. githubkit/versions/v2022_11_28/types/group_0274.py +51 -16
  4004. githubkit/versions/v2022_11_28/types/group_0275.py +87 -15
  4005. githubkit/versions/v2022_11_28/types/group_0276.py +9 -11
  4006. githubkit/versions/v2022_11_28/types/group_0277.py +17 -14
  4007. githubkit/versions/v2022_11_28/types/group_0278.py +21 -7
  4008. githubkit/versions/v2022_11_28/types/group_0279.py +13 -31
  4009. githubkit/versions/v2022_11_28/types/group_0280.py +6 -12
  4010. githubkit/versions/v2022_11_28/types/group_0281.py +27 -50
  4011. githubkit/versions/v2022_11_28/types/group_0282.py +9 -27
  4012. githubkit/versions/v2022_11_28/types/group_0283.py +54 -8
  4013. githubkit/versions/v2022_11_28/types/group_0284.py +27 -10
  4014. githubkit/versions/v2022_11_28/types/group_0285.py +10 -22
  4015. githubkit/versions/v2022_11_28/types/group_0286.py +9 -78
  4016. githubkit/versions/v2022_11_28/types/group_0287.py +20 -78
  4017. githubkit/versions/v2022_11_28/types/group_0288.py +79 -187
  4018. githubkit/versions/v2022_11_28/types/group_0289.py +72 -35
  4019. githubkit/versions/v2022_11_28/types/group_0290.py +72 -16
  4020. githubkit/versions/v2022_11_28/types/group_0291.py +42 -19
  4021. githubkit/versions/v2022_11_28/types/group_0292.py +130 -11
  4022. githubkit/versions/v2022_11_28/types/group_0293.py +14 -14
  4023. githubkit/versions/v2022_11_28/types/group_0294.py +9 -57
  4024. githubkit/versions/v2022_11_28/types/group_0295.py +10 -48
  4025. githubkit/versions/v2022_11_28/types/group_0296.py +57 -10
  4026. githubkit/versions/v2022_11_28/types/group_0297.py +39 -14
  4027. githubkit/versions/v2022_11_28/types/group_0298.py +15 -43
  4028. githubkit/versions/v2022_11_28/types/group_0299.py +21 -7
  4029. githubkit/versions/v2022_11_28/types/group_0300.py +36 -13
  4030. githubkit/versions/v2022_11_28/types/group_0301.py +10 -11
  4031. githubkit/versions/v2022_11_28/types/group_0302.py +7 -8
  4032. githubkit/versions/v2022_11_28/types/group_0303.py +5 -6
  4033. githubkit/versions/v2022_11_28/types/group_0304.py +8 -6
  4034. githubkit/versions/v2022_11_28/types/group_0305.py +6 -10
  4035. githubkit/versions/v2022_11_28/types/group_0306.py +5 -6
  4036. githubkit/versions/v2022_11_28/types/group_0307.py +7 -8
  4037. githubkit/versions/v2022_11_28/types/group_0308.py +6 -10
  4038. githubkit/versions/v2022_11_28/types/group_0309.py +8 -6
  4039. githubkit/versions/v2022_11_28/types/group_0310.py +7 -8
  4040. githubkit/versions/v2022_11_28/types/group_0311.py +5 -9
  4041. githubkit/versions/v2022_11_28/types/group_0312.py +7 -8
  4042. githubkit/versions/v2022_11_28/types/group_0313.py +7 -8
  4043. githubkit/versions/v2022_11_28/types/group_0314.py +7 -8
  4044. githubkit/versions/v2022_11_28/types/group_0315.py +8 -9
  4045. githubkit/versions/v2022_11_28/types/group_0316.py +16 -33
  4046. githubkit/versions/v2022_11_28/types/group_0317.py +11 -72
  4047. githubkit/versions/v2022_11_28/types/group_0318.py +28 -54
  4048. githubkit/versions/v2022_11_28/types/group_0319.py +19 -24
  4049. githubkit/versions/v2022_11_28/types/group_0320.py +50 -11
  4050. githubkit/versions/v2022_11_28/types/group_0321.py +75 -11
  4051. githubkit/versions/v2022_11_28/types/group_0322.py +10 -23
  4052. githubkit/versions/v2022_11_28/types/group_0323.py +10 -7
  4053. githubkit/versions/v2022_11_28/types/group_0324.py +24 -15
  4054. githubkit/versions/v2022_11_28/types/group_0325.py +7 -23
  4055. githubkit/versions/v2022_11_28/types/group_0326.py +14 -12
  4056. githubkit/versions/v2022_11_28/types/group_0327.py +20 -8
  4057. githubkit/versions/v2022_11_28/types/group_0328.py +13 -10
  4058. githubkit/versions/v2022_11_28/types/group_0329.py +6 -12
  4059. githubkit/versions/v2022_11_28/types/group_0330.py +7 -11
  4060. githubkit/versions/v2022_11_28/types/group_0331.py +9 -7
  4061. githubkit/versions/v2022_11_28/types/group_0332.py +7 -11
  4062. githubkit/versions/v2022_11_28/types/group_0333.py +10 -21
  4063. githubkit/versions/v2022_11_28/types/group_0334.py +13 -37
  4064. githubkit/versions/v2022_11_28/types/group_0335.py +15 -43
  4065. githubkit/versions/v2022_11_28/types/group_0336.py +27 -27
  4066. githubkit/versions/v2022_11_28/types/group_0337.py +28 -78
  4067. githubkit/versions/v2022_11_28/types/group_0338.py +27 -23
  4068. githubkit/versions/v2022_11_28/types/group_0339.py +80 -110
  4069. githubkit/versions/v2022_11_28/types/group_0340.py +15 -62
  4070. githubkit/versions/v2022_11_28/types/group_0341.py +106 -39
  4071. githubkit/versions/v2022_11_28/types/group_0342.py +69 -57
  4072. githubkit/versions/v2022_11_28/types/group_0343.py +55 -9
  4073. githubkit/versions/v2022_11_28/types/group_0344.py +59 -14
  4074. githubkit/versions/v2022_11_28/types/group_0345.py +8 -87
  4075. githubkit/versions/v2022_11_28/types/group_0346.py +15 -11
  4076. githubkit/versions/v2022_11_28/types/group_0347.py +76 -52
  4077. githubkit/versions/v2022_11_28/types/group_0348.py +9 -13
  4078. githubkit/versions/v2022_11_28/types/group_0349.py +56 -29
  4079. githubkit/versions/v2022_11_28/types/group_0350.py +12 -7
  4080. githubkit/versions/v2022_11_28/types/group_0351.py +31 -10
  4081. githubkit/versions/v2022_11_28/types/group_0352.py +8 -13
  4082. githubkit/versions/v2022_11_28/types/group_0353.py +10 -18
  4083. githubkit/versions/v2022_11_28/types/group_0354.py +10 -8
  4084. githubkit/versions/v2022_11_28/types/group_0355.py +18 -24
  4085. githubkit/versions/v2022_11_28/types/group_0356.py +6 -11
  4086. githubkit/versions/v2022_11_28/types/group_0357.py +19 -19
  4087. githubkit/versions/v2022_11_28/types/group_0358.py +10 -271
  4088. githubkit/versions/v2022_11_28/types/group_0359.py +15 -23
  4089. githubkit/versions/v2022_11_28/types/group_0360.py +263 -35
  4090. githubkit/versions/v2022_11_28/types/group_0361.py +27 -57
  4091. githubkit/versions/v2022_11_28/types/group_0362.py +38 -123
  4092. githubkit/versions/v2022_11_28/types/group_0363.py +55 -13
  4093. githubkit/versions/v2022_11_28/types/group_0364.py +121 -124
  4094. githubkit/versions/v2022_11_28/types/group_0365.py +14 -26
  4095. githubkit/versions/v2022_11_28/types/group_0366.py +126 -17
  4096. githubkit/versions/v2022_11_28/types/group_0367.py +26 -37
  4097. githubkit/versions/v2022_11_28/types/group_0368.py +18 -17
  4098. githubkit/versions/v2022_11_28/types/group_0369.py +38 -22
  4099. githubkit/versions/v2022_11_28/types/group_0370.py +11 -58
  4100. githubkit/versions/v2022_11_28/types/group_0371.py +11 -58
  4101. githubkit/versions/v2022_11_28/types/group_0372.py +14 -111
  4102. githubkit/versions/v2022_11_28/types/group_0373.py +57 -13
  4103. githubkit/versions/v2022_11_28/types/group_0374.py +158 -8
  4104. githubkit/versions/v2022_11_28/types/group_0375.py +11 -13
  4105. githubkit/versions/v2022_11_28/types/group_0376.py +5 -6
  4106. githubkit/versions/v2022_11_28/types/group_0377.py +11 -26
  4107. githubkit/versions/v2022_11_28/types/group_0378.py +5 -6
  4108. githubkit/versions/v2022_11_28/types/group_0379.py +24 -13
  4109. githubkit/versions/v2022_11_28/types/group_0380.py +5 -6
  4110. githubkit/versions/v2022_11_28/types/group_0381.py +12 -310
  4111. githubkit/versions/v2022_11_28/types/group_0382.py +7 -312
  4112. githubkit/versions/v2022_11_28/types/group_0383.py +60 -53
  4113. githubkit/versions/v2022_11_28/types/group_0384.py +246 -78
  4114. githubkit/versions/v2022_11_28/types/group_0385.py +240 -80
  4115. githubkit/versions/v2022_11_28/types/group_0386.py +78 -49
  4116. githubkit/versions/v2022_11_28/types/group_0387.py +45 -40
  4117. githubkit/versions/v2022_11_28/types/group_0388.py +44 -48
  4118. githubkit/versions/v2022_11_28/types/group_0389.py +73 -45
  4119. githubkit/versions/v2022_11_28/types/group_0390.py +92 -74
  4120. githubkit/versions/v2022_11_28/types/group_0391.py +101 -14
  4121. githubkit/versions/v2022_11_28/types/group_0392.py +92 -15
  4122. githubkit/versions/v2022_11_28/types/group_0393.py +17 -23
  4123. githubkit/versions/v2022_11_28/types/group_0394.py +10 -12
  4124. githubkit/versions/v2022_11_28/types/group_0395.py +20 -17
  4125. githubkit/versions/v2022_11_28/types/group_0396.py +14 -18
  4126. githubkit/versions/v2022_11_28/types/group_0397.py +17 -18
  4127. githubkit/versions/v2022_11_28/types/group_0398.py +14 -16
  4128. githubkit/versions/v2022_11_28/types/group_0399.py +12 -14
  4129. githubkit/versions/v2022_11_28/types/group_0400.py +12 -14
  4130. githubkit/versions/v2022_11_28/types/group_0401.py +12 -14
  4131. githubkit/versions/v2022_11_28/types/group_0402.py +12 -14
  4132. githubkit/versions/v2022_11_28/types/group_0403.py +12 -14
  4133. githubkit/versions/v2022_11_28/types/group_0404.py +14 -36
  4134. githubkit/versions/v2022_11_28/types/group_0405.py +14 -36
  4135. githubkit/versions/v2022_11_28/types/group_0406.py +22 -587
  4136. githubkit/versions/v2022_11_28/types/group_0407.py +37 -22
  4137. githubkit/versions/v2022_11_28/types/group_0408.py +257 -127
  4138. githubkit/versions/v2022_11_28/types/group_0409.py +20 -473
  4139. githubkit/versions/v2022_11_28/types/group_0410.py +104 -87
  4140. githubkit/versions/v2022_11_28/types/group_0411.py +115 -511
  4141. githubkit/versions/v2022_11_28/types/group_0412.py +420 -49
  4142. githubkit/versions/v2022_11_28/types/group_0413.py +850 -31
  4143. githubkit/versions/v2022_11_28/types/group_0414.py +86 -13
  4144. githubkit/versions/v2022_11_28/types/group_0415.py +39 -81
  4145. githubkit/versions/v2022_11_28/types/group_0416.py +12 -88
  4146. githubkit/versions/v2022_11_28/types/group_0417.py +22 -39
  4147. githubkit/versions/v2022_11_28/types/group_0418.py +30 -54
  4148. githubkit/versions/v2022_11_28/types/group_0419.py +51 -72
  4149. githubkit/versions/v2022_11_28/types/group_0420.py +90 -61
  4150. githubkit/versions/v2022_11_28/types/group_0421.py +126 -19
  4151. githubkit/versions/v2022_11_28/types/group_0422.py +85 -45
  4152. githubkit/versions/v2022_11_28/types/group_0423.py +12 -30
  4153. githubkit/versions/v2022_11_28/types/group_0424.py +37 -14
  4154. githubkit/versions/v2022_11_28/types/group_0425.py +28 -14
  4155. githubkit/versions/v2022_11_28/types/group_0426.py +12 -14
  4156. githubkit/versions/v2022_11_28/types/group_0427.py +12 -16
  4157. githubkit/versions/v2022_11_28/types/group_0428.py +18 -11
  4158. githubkit/versions/v2022_11_28/types/group_0429.py +17 -87
  4159. githubkit/versions/v2022_11_28/types/group_0430.py +9 -37
  4160. githubkit/versions/v2022_11_28/types/group_0431.py +85 -16
  4161. githubkit/versions/v2022_11_28/types/group_0432.py +28 -14
  4162. githubkit/versions/v2022_11_28/types/group_0433.py +13 -17
  4163. githubkit/versions/v2022_11_28/types/group_0434.py +18 -146
  4164. githubkit/versions/v2022_11_28/types/group_0435.py +17 -143
  4165. githubkit/versions/v2022_11_28/types/group_0436.py +140 -16
  4166. githubkit/versions/v2022_11_28/types/group_0437.py +122 -92
  4167. githubkit/versions/v2022_11_28/types/group_0438.py +20 -9
  4168. githubkit/versions/v2022_11_28/types/group_0439.py +107 -26
  4169. githubkit/versions/v2022_11_28/types/group_0440.py +8 -60
  4170. githubkit/versions/v2022_11_28/types/group_0441.py +21 -24
  4171. githubkit/versions/v2022_11_28/types/group_0442.py +41 -18
  4172. githubkit/versions/v2022_11_28/types/group_0443.py +15 -61
  4173. githubkit/versions/v2022_11_28/types/group_0444.py +16 -60
  4174. githubkit/versions/v2022_11_28/types/group_0445.py +58 -16
  4175. githubkit/versions/v2022_11_28/types/group_0446.py +52 -64
  4176. githubkit/versions/v2022_11_28/types/group_0447.py +14 -18
  4177. githubkit/versions/v2022_11_28/types/group_0448.py +83 -20
  4178. githubkit/versions/v2022_11_28/types/group_0449.py +26 -71
  4179. githubkit/versions/v2022_11_28/types/group_0450.py +20 -139
  4180. githubkit/versions/v2022_11_28/types/group_0451.py +18 -85
  4181. githubkit/versions/v2022_11_28/types/group_0452.py +106 -21
  4182. githubkit/versions/v2022_11_28/types/group_0453.py +122 -5
  4183. githubkit/versions/v2022_11_28/types/group_0454.py +45 -24
  4184. githubkit/versions/v2022_11_28/types/group_0455.py +4 -56
  4185. githubkit/versions/v2022_11_28/types/group_0456.py +23 -79
  4186. githubkit/versions/v2022_11_28/types/group_0457.py +52 -115
  4187. githubkit/versions/v2022_11_28/types/group_0458.py +80 -23
  4188. githubkit/versions/v2022_11_28/types/group_0459.py +133 -75
  4189. githubkit/versions/v2022_11_28/types/group_0460.py +33 -28
  4190. githubkit/versions/v2022_11_28/types/group_0461.py +75 -74
  4191. githubkit/versions/v2022_11_28/types/group_0462.py +20 -139
  4192. githubkit/versions/v2022_11_28/types/group_0463.py +17 -84
  4193. githubkit/versions/v2022_11_28/types/group_0464.py +106 -21
  4194. githubkit/versions/v2022_11_28/types/group_0465.py +122 -5
  4195. githubkit/versions/v2022_11_28/types/group_0466.py +45 -24
  4196. githubkit/versions/v2022_11_28/types/group_0467.py +4 -56
  4197. githubkit/versions/v2022_11_28/types/group_0468.py +23 -77
  4198. githubkit/versions/v2022_11_28/types/group_0469.py +52 -115
  4199. githubkit/versions/v2022_11_28/types/group_0470.py +78 -23
  4200. githubkit/versions/v2022_11_28/types/group_0471.py +133 -73
  4201. githubkit/versions/v2022_11_28/types/group_0472.py +30 -45
  4202. githubkit/versions/v2022_11_28/types/group_0473.py +73 -74
  4203. githubkit/versions/v2022_11_28/types/group_0474.py +36 -135
  4204. githubkit/versions/v2022_11_28/types/group_0475.py +17 -84
  4205. githubkit/versions/v2022_11_28/types/group_0476.py +106 -21
  4206. githubkit/versions/v2022_11_28/types/group_0477.py +122 -5
  4207. githubkit/versions/v2022_11_28/types/group_0478.py +45 -24
  4208. githubkit/versions/v2022_11_28/types/group_0479.py +4 -55
  4209. githubkit/versions/v2022_11_28/types/group_0480.py +23 -79
  4210. githubkit/versions/v2022_11_28/types/group_0481.py +51 -115
  4211. githubkit/versions/v2022_11_28/types/group_0482.py +80 -23
  4212. githubkit/versions/v2022_11_28/types/group_0483.py +133 -75
  4213. githubkit/versions/v2022_11_28/types/group_0484.py +12 -412
  4214. githubkit/versions/v2022_11_28/types/group_0485.py +77 -18
  4215. githubkit/versions/v2022_11_28/types/group_0486.py +292 -34
  4216. githubkit/versions/v2022_11_28/types/group_0487.py +18 -172
  4217. githubkit/versions/v2022_11_28/types/group_0488.py +147 -6
  4218. githubkit/versions/v2022_11_28/types/group_0489.py +158 -14
  4219. githubkit/versions/v2022_11_28/types/group_0490.py +4 -55
  4220. githubkit/versions/v2022_11_28/types/group_0491.py +21 -81
  4221. githubkit/versions/v2022_11_28/types/group_0492.py +74 -10
  4222. githubkit/versions/v2022_11_28/types/group_0493.py +82 -106
  4223. githubkit/versions/v2022_11_28/types/group_0494.py +10 -24
  4224. githubkit/versions/v2022_11_28/types/group_0495.py +105 -77
  4225. githubkit/versions/v2022_11_28/types/group_0496.py +8 -383
  4226. githubkit/versions/v2022_11_28/types/group_0497.py +74 -70
  4227. githubkit/versions/v2022_11_28/types/group_0498.py +268 -46
  4228. githubkit/versions/v2022_11_28/types/group_0499.py +34 -142
  4229. githubkit/versions/v2022_11_28/types/group_0500.py +132 -25
  4230. githubkit/versions/v2022_11_28/types/group_0501.py +155 -50
  4231. githubkit/versions/v2022_11_28/types/group_0502.py +61 -79
  4232. githubkit/versions/v2022_11_28/types/group_0503.py +49 -135
  4233. githubkit/versions/v2022_11_28/types/group_0504.py +11 -6
  4234. githubkit/versions/v2022_11_28/types/group_0505.py +73 -353
  4235. githubkit/versions/v2022_11_28/types/group_0506.py +11 -347
  4236. githubkit/versions/v2022_11_28/types/group_0507.py +432 -13
  4237. githubkit/versions/v2022_11_28/types/group_0508.py +284 -37
  4238. githubkit/versions/v2022_11_28/types/group_0509.py +18 -172
  4239. githubkit/versions/v2022_11_28/types/group_0510.py +144 -6
  4240. githubkit/versions/v2022_11_28/types/group_0511.py +158 -14
  4241. githubkit/versions/v2022_11_28/types/group_0512.py +3 -54
  4242. githubkit/versions/v2022_11_28/types/group_0513.py +21 -80
  4243. githubkit/versions/v2022_11_28/types/group_0514.py +74 -10
  4244. githubkit/versions/v2022_11_28/types/group_0515.py +81 -108
  4245. githubkit/versions/v2022_11_28/types/group_0516.py +10 -24
  4246. githubkit/versions/v2022_11_28/types/group_0517.py +107 -76
  4247. githubkit/versions/v2022_11_28/types/group_0518.py +8 -60
  4248. githubkit/versions/v2022_11_28/types/group_0519.py +72 -161
  4249. githubkit/versions/v2022_11_28/types/group_0520.py +24 -177
  4250. githubkit/versions/v2022_11_28/types/group_0521.py +142 -52
  4251. githubkit/versions/v2022_11_28/types/group_0522.py +216 -75
  4252. githubkit/versions/v2022_11_28/types/group_0523.py +74 -10
  4253. githubkit/versions/v2022_11_28/types/group_0524.py +80 -101
  4254. githubkit/versions/v2022_11_28/types/group_0525.py +8 -54
  4255. githubkit/versions/v2022_11_28/types/group_0526.py +101 -77
  4256. githubkit/versions/v2022_11_28/types/group_0527.py +8 -925
  4257. githubkit/versions/v2022_11_28/types/group_0528.py +12 -331
  4258. githubkit/versions/v2022_11_28/types/group_0529.py +964 -13
  4259. githubkit/versions/v2022_11_28/types/group_0530.py +267 -36
  4260. githubkit/versions/v2022_11_28/types/group_0531.py +18 -174
  4261. githubkit/versions/v2022_11_28/types/group_0532.py +144 -6
  4262. githubkit/versions/v2022_11_28/types/group_0533.py +160 -16
  4263. githubkit/versions/v2022_11_28/types/group_0534.py +4 -55
  4264. githubkit/versions/v2022_11_28/types/group_0535.py +23 -80
  4265. githubkit/versions/v2022_11_28/types/group_0536.py +74 -10
  4266. githubkit/versions/v2022_11_28/types/group_0537.py +81 -106
  4267. githubkit/versions/v2022_11_28/types/group_0538.py +14 -30
  4268. githubkit/versions/v2022_11_28/types/group_0539.py +105 -76
  4269. githubkit/versions/v2022_11_28/types/group_0540.py +8 -969
  4270. githubkit/versions/v2022_11_28/types/group_0541.py +11 -360
  4271. githubkit/versions/v2022_11_28/types/group_0542.py +631 -59
  4272. githubkit/versions/v2022_11_28/types/group_0543.py +419 -13
  4273. githubkit/versions/v2022_11_28/types/group_0544.py +288 -36
  4274. githubkit/versions/v2022_11_28/types/group_0545.py +18 -324
  4275. githubkit/versions/v2022_11_28/types/group_0546.py +139 -6
  4276. githubkit/versions/v2022_11_28/types/group_0547.py +310 -16
  4277. githubkit/versions/v2022_11_28/types/group_0548.py +24 -10
  4278. githubkit/versions/v2022_11_28/types/group_0549.py +30 -104
  4279. githubkit/versions/v2022_11_28/types/group_0550.py +14 -30
  4280. githubkit/versions/v2022_11_28/types/group_0551.py +63 -359
  4281. githubkit/versions/v2022_11_28/types/group_0552.py +21 -30
  4282. githubkit/versions/v2022_11_28/types/group_0553.py +376 -14
  4283. githubkit/versions/v2022_11_28/types/group_0554.py +15 -51
  4284. githubkit/versions/v2022_11_28/types/group_0555.py +20 -99
  4285. githubkit/versions/v2022_11_28/types/group_0556.py +57 -35
  4286. githubkit/versions/v2022_11_28/types/group_0557.py +96 -35
  4287. githubkit/versions/v2022_11_28/types/group_0558.py +14 -78
  4288. githubkit/versions/v2022_11_28/types/group_0559.py +35 -32
  4289. githubkit/versions/v2022_11_28/types/group_0560.py +96 -35
  4290. githubkit/versions/v2022_11_28/types/group_0561.py +13 -83
  4291. githubkit/versions/v2022_11_28/types/group_0562.py +35 -34
  4292. githubkit/versions/v2022_11_28/types/group_0563.py +103 -36
  4293. githubkit/versions/v2022_11_28/types/group_0564.py +14 -44
  4294. githubkit/versions/v2022_11_28/types/group_0565.py +45 -17
  4295. githubkit/versions/v2022_11_28/types/group_0566.py +64 -8
  4296. githubkit/versions/v2022_11_28/types/group_0567.py +15 -31
  4297. githubkit/versions/v2022_11_28/types/group_0568.py +18 -7
  4298. githubkit/versions/v2022_11_28/types/group_0569.py +12 -89
  4299. githubkit/versions/v2022_11_28/types/group_0570.py +6 -42
  4300. githubkit/versions/v2022_11_28/types/group_0571.py +96 -35
  4301. githubkit/versions/v2022_11_28/types/group_0572.py +39 -57
  4302. githubkit/versions/v2022_11_28/types/group_0573.py +39 -67
  4303. githubkit/versions/v2022_11_28/types/group_0574.py +49 -16
  4304. githubkit/versions/v2022_11_28/types/group_0575.py +34 -80
  4305. githubkit/versions/v2022_11_28/types/group_0576.py +16 -89
  4306. githubkit/versions/v2022_11_28/types/group_0577.py +115 -16
  4307. githubkit/versions/v2022_11_28/types/group_0578.py +115 -17
  4308. githubkit/versions/v2022_11_28/types/group_0579.py +13 -102
  4309. githubkit/versions/v2022_11_28/types/group_0580.py +15 -71
  4310. githubkit/versions/v2022_11_28/types/group_0581.py +88 -58
  4311. githubkit/versions/v2022_11_28/types/group_0582.py +17 -18
  4312. githubkit/versions/v2022_11_28/types/group_0583.py +18 -53
  4313. githubkit/versions/v2022_11_28/types/group_0584.py +18 -19
  4314. githubkit/versions/v2022_11_28/types/group_0585.py +76 -18
  4315. githubkit/versions/v2022_11_28/types/group_0586.py +41 -17
  4316. githubkit/versions/v2022_11_28/types/group_0587.py +14 -31
  4317. githubkit/versions/v2022_11_28/types/group_0588.py +14 -31
  4318. githubkit/versions/v2022_11_28/types/group_0589.py +23 -59
  4319. githubkit/versions/v2022_11_28/types/group_0590.py +17 -19
  4320. githubkit/versions/v2022_11_28/types/group_0591.py +54 -36
  4321. githubkit/versions/v2022_11_28/types/group_0592.py +61 -34
  4322. githubkit/versions/v2022_11_28/types/group_0593.py +72 -16
  4323. githubkit/versions/v2022_11_28/types/group_0594.py +30 -61
  4324. githubkit/versions/v2022_11_28/types/group_0595.py +18 -484
  4325. githubkit/versions/v2022_11_28/types/group_0596.py +63 -20
  4326. githubkit/versions/v2022_11_28/types/group_0597.py +447 -26
  4327. githubkit/versions/v2022_11_28/types/group_0598.py +18 -157
  4328. githubkit/versions/v2022_11_28/types/group_0599.py +30 -42
  4329. githubkit/versions/v2022_11_28/types/group_0600.py +155 -14
  4330. githubkit/versions/v2022_11_28/types/group_0601.py +70 -14
  4331. githubkit/versions/v2022_11_28/types/group_0602.py +11 -12
  4332. githubkit/versions/v2022_11_28/types/group_0603.py +11 -12
  4333. githubkit/versions/v2022_11_28/types/group_0604.py +15 -18
  4334. githubkit/versions/v2022_11_28/types/group_0605.py +15 -38
  4335. githubkit/versions/v2022_11_28/types/group_0606.py +15 -9
  4336. githubkit/versions/v2022_11_28/types/group_0607.py +24 -70
  4337. githubkit/versions/v2022_11_28/types/group_0608.py +8 -68
  4338. githubkit/versions/v2022_11_28/types/group_0609.py +35 -21
  4339. githubkit/versions/v2022_11_28/types/group_0610.py +17 -33
  4340. githubkit/versions/v2022_11_28/types/group_0611.py +23 -39
  4341. githubkit/versions/v2022_11_28/types/group_0612.py +41 -8
  4342. githubkit/versions/v2022_11_28/types/group_0613.py +62 -26
  4343. githubkit/versions/v2022_11_28/types/group_0614.py +16 -36
  4344. githubkit/versions/v2022_11_28/types/group_0615.py +44 -36
  4345. githubkit/versions/v2022_11_28/types/group_0616.py +51 -21
  4346. githubkit/versions/v2022_11_28/types/group_0617.py +14 -30
  4347. githubkit/versions/v2022_11_28/types/group_0618.py +16 -17
  4348. githubkit/versions/v2022_11_28/types/group_0619.py +31 -48
  4349. githubkit/versions/v2022_11_28/types/group_0620.py +20 -52
  4350. githubkit/versions/v2022_11_28/types/group_0621.py +18 -45
  4351. githubkit/versions/v2022_11_28/types/group_0622.py +19 -20
  4352. githubkit/versions/v2022_11_28/types/group_0623.py +89 -13
  4353. githubkit/versions/v2022_11_28/types/group_0624.py +62 -15
  4354. githubkit/versions/v2022_11_28/types/group_0625.py +10 -12
  4355. githubkit/versions/v2022_11_28/types/group_0626.py +13 -61
  4356. githubkit/versions/v2022_11_28/types/group_0627.py +11 -31
  4357. githubkit/versions/v2022_11_28/types/group_0628.py +48 -21
  4358. githubkit/versions/v2022_11_28/types/group_0629.py +27 -10
  4359. githubkit/versions/v2022_11_28/types/group_0630.py +29 -11
  4360. githubkit/versions/v2022_11_28/types/group_0631.py +10 -50
  4361. githubkit/versions/v2022_11_28/types/group_0632.py +10 -34
  4362. githubkit/versions/v2022_11_28/types/group_0633.py +39 -21
  4363. githubkit/versions/v2022_11_28/types/group_0634.py +32 -12
  4364. githubkit/versions/v2022_11_28/types/group_0635.py +30 -14
  4365. githubkit/versions/v2022_11_28/types/group_0636.py +12 -951
  4366. githubkit/versions/v2022_11_28/types/group_0637.py +9 -968
  4367. githubkit/versions/v2022_11_28/types/group_0638.py +186 -195
  4368. githubkit/versions/v2022_11_28/types/group_0639.py +970 -13
  4369. githubkit/versions/v2022_11_28/types/group_0640.py +944 -57
  4370. githubkit/versions/v2022_11_28/types/group_0641.py +19 -15
  4371. githubkit/versions/v2022_11_28/types/group_0642.py +77 -18
  4372. githubkit/versions/v2022_11_28/types/group_0643.py +5 -72
  4373. githubkit/versions/v2022_11_28/types/group_0644.py +19 -15
  4374. githubkit/versions/v2022_11_28/types/group_0645.py +55 -915
  4375. githubkit/versions/v2022_11_28/types/group_0646.py +5 -917
  4376. githubkit/versions/v2022_11_28/types/group_0647.py +914 -43
  4377. githubkit/versions/v2022_11_28/types/group_0648.py +905 -57
  4378. githubkit/versions/v2022_11_28/types/group_0649.py +70 -15
  4379. githubkit/versions/v2022_11_28/types/group_0650.py +56 -901
  4380. githubkit/versions/v2022_11_28/types/group_0651.py +5 -926
  4381. githubkit/versions/v2022_11_28/types/group_0652.py +179 -166
  4382. githubkit/versions/v2022_11_28/types/group_0653.py +182 -177
  4383. githubkit/versions/v2022_11_28/types/group_0654.py +910 -13
  4384. githubkit/versions/v2022_11_28/types/group_0655.py +911 -56
  4385. githubkit/versions/v2022_11_28/types/group_0656.py +19 -15
  4386. githubkit/versions/v2022_11_28/types/group_0657.py +77 -18
  4387. githubkit/versions/v2022_11_28/types/group_0658.py +5 -72
  4388. githubkit/versions/v2022_11_28/types/group_0659.py +19 -15
  4389. githubkit/versions/v2022_11_28/types/group_0660.py +77 -18
  4390. githubkit/versions/v2022_11_28/types/group_0661.py +5 -72
  4391. githubkit/versions/v2022_11_28/types/group_0662.py +19 -15
  4392. githubkit/versions/v2022_11_28/types/group_0663.py +54 -1042
  4393. githubkit/versions/v2022_11_28/types/group_0664.py +5 -1059
  4394. githubkit/versions/v2022_11_28/types/group_0665.py +171 -182
  4395. githubkit/versions/v2022_11_28/types/group_0666.py +237 -162
  4396. githubkit/versions/v2022_11_28/types/group_0667.py +286 -167
  4397. githubkit/versions/v2022_11_28/types/group_0668.py +232 -267
  4398. githubkit/versions/v2022_11_28/types/group_0669.py +253 -333
  4399. githubkit/versions/v2022_11_28/types/group_0670.py +175 -150
  4400. githubkit/versions/v2022_11_28/types/group_0671.py +199 -171
  4401. githubkit/versions/v2022_11_28/types/group_0672.py +243 -216
  4402. githubkit/versions/v2022_11_28/types/group_0673.py +287 -321
  4403. githubkit/versions/v2022_11_28/types/group_0674.py +269 -349
  4404. githubkit/versions/v2022_11_28/types/group_0675.py +358 -217
  4405. githubkit/versions/v2022_11_28/types/group_0676.py +385 -254
  4406. githubkit/versions/v2022_11_28/types/group_0677.py +168 -167
  4407. githubkit/versions/v2022_11_28/types/group_0678.py +185 -146
  4408. githubkit/versions/v2022_11_28/types/group_0679.py +772 -114
  4409. githubkit/versions/v2022_11_28/types/group_0680.py +922 -14
  4410. githubkit/versions/v2022_11_28/types/group_0681.py +274 -49
  4411. githubkit/versions/v2022_11_28/types/group_0682.py +18 -509
  4412. githubkit/versions/v2022_11_28/types/group_0683.py +61 -20
  4413. githubkit/versions/v2022_11_28/types/group_0684.py +478 -24
  4414. githubkit/versions/v2022_11_28/types/group_0685.py +18 -160
  4415. githubkit/versions/v2022_11_28/types/group_0686.py +43 -133
  4416. githubkit/versions/v2022_11_28/types/group_0687.py +140 -124
  4417. githubkit/versions/v2022_11_28/types/group_0688.py +26 -58
  4418. githubkit/versions/v2022_11_28/types/group_0689.py +138 -14
  4419. githubkit/versions/v2022_11_28/types/group_0690.py +136 -19
  4420. githubkit/versions/v2022_11_28/types/group_0691.py +18 -62
  4421. githubkit/versions/v2022_11_28/types/group_0692.py +52 -26
  4422. githubkit/versions/v2022_11_28/types/group_0693.py +40 -7
  4423. githubkit/versions/v2022_11_28/types/group_0694.py +34 -18
  4424. githubkit/versions/v2022_11_28/types/group_0695.py +13 -42
  4425. githubkit/versions/v2022_11_28/types/group_0696.py +17 -32
  4426. githubkit/versions/v2022_11_28/types/group_0697.py +54 -19
  4427. githubkit/versions/v2022_11_28/types/group_0698.py +22 -53
  4428. githubkit/versions/v2022_11_28/types/group_0699.py +18 -62
  4429. githubkit/versions/v2022_11_28/types/group_0700.py +52 -26
  4430. githubkit/versions/v2022_11_28/types/group_0701.py +40 -7
  4431. githubkit/versions/v2022_11_28/types/group_0702.py +34 -18
  4432. githubkit/versions/v2022_11_28/types/group_0703.py +13 -43
  4433. githubkit/versions/v2022_11_28/types/group_0704.py +17 -32
  4434. githubkit/versions/v2022_11_28/types/group_0705.py +31 -120
  4435. githubkit/versions/v2022_11_28/types/group_0706.py +31 -24
  4436. githubkit/versions/v2022_11_28/types/group_0707.py +104 -18
  4437. githubkit/versions/v2022_11_28/types/group_0708.py +18 -62
  4438. githubkit/versions/v2022_11_28/types/group_0709.py +52 -26
  4439. githubkit/versions/v2022_11_28/types/group_0710.py +40 -7
  4440. githubkit/versions/v2022_11_28/types/group_0711.py +34 -18
  4441. githubkit/versions/v2022_11_28/types/group_0712.py +13 -42
  4442. githubkit/versions/v2022_11_28/types/group_0713.py +17 -32
  4443. githubkit/versions/v2022_11_28/types/group_0714.py +55 -20
  4444. githubkit/versions/v2022_11_28/types/group_0715.py +31 -24
  4445. githubkit/versions/v2022_11_28/types/group_0716.py +14 -14
  4446. githubkit/versions/v2022_11_28/types/group_0717.py +14 -14
  4447. githubkit/versions/v2022_11_28/types/group_0718.py +11 -13
  4448. githubkit/versions/v2022_11_28/types/group_0719.py +12 -23
  4449. githubkit/versions/v2022_11_28/types/group_0720.py +11 -54
  4450. githubkit/versions/v2022_11_28/types/group_0721.py +25 -14
  4451. githubkit/versions/v2022_11_28/types/group_0722.py +51 -12
  4452. githubkit/versions/v2022_11_28/types/group_0723.py +11 -13
  4453. githubkit/versions/v2022_11_28/types/group_0724.py +11 -37
  4454. githubkit/versions/v2022_11_28/types/group_0725.py +12 -16
  4455. githubkit/versions/v2022_11_28/types/group_0726.py +36 -16
  4456. githubkit/versions/v2022_11_28/types/group_0727.py +12 -16
  4457. githubkit/versions/v2022_11_28/types/group_0728.py +18 -30
  4458. githubkit/versions/v2022_11_28/types/group_0729.py +20 -17
  4459. githubkit/versions/v2022_11_28/types/group_0730.py +17 -70
  4460. githubkit/versions/v2022_11_28/types/group_0731.py +11 -66
  4461. githubkit/versions/v2022_11_28/types/group_0732.py +49 -66
  4462. githubkit/versions/v2022_11_28/types/group_0733.py +68 -95
  4463. githubkit/versions/v2022_11_28/types/group_0734.py +96 -18
  4464. githubkit/versions/v2022_11_28/types/group_0735.py +90 -15
  4465. githubkit/versions/v2022_11_28/types/group_0736.py +21 -37
  4466. githubkit/versions/v2022_11_28/types/group_0737.py +23 -40
  4467. githubkit/versions/v2022_11_28/types/group_0738.py +34 -31
  4468. githubkit/versions/v2022_11_28/types/group_0739.py +35 -18
  4469. githubkit/versions/v2022_11_28/types/group_0740.py +31 -24
  4470. githubkit/versions/v2022_11_28/types/group_0741.py +17 -35
  4471. githubkit/versions/v2022_11_28/types/group_0742.py +23 -41
  4472. githubkit/versions/v2022_11_28/types/group_0743.py +35 -32
  4473. githubkit/versions/v2022_11_28/types/group_0744.py +31 -50
  4474. githubkit/versions/v2022_11_28/types/group_0745.py +33 -24
  4475. githubkit/versions/v2022_11_28/types/group_0746.py +50 -29
  4476. githubkit/versions/v2022_11_28/types/group_0747.py +23 -40
  4477. githubkit/versions/v2022_11_28/types/group_0748.py +34 -31
  4478. githubkit/versions/v2022_11_28/types/group_0749.py +35 -18
  4479. githubkit/versions/v2022_11_28/types/group_0750.py +31 -24
  4480. githubkit/versions/v2022_11_28/types/group_0751.py +17 -33
  4481. githubkit/versions/v2022_11_28/types/group_0752.py +23 -40
  4482. githubkit/versions/v2022_11_28/types/group_0753.py +33 -32
  4483. githubkit/versions/v2022_11_28/types/group_0754.py +32 -18
  4484. githubkit/versions/v2022_11_28/types/group_0755.py +33 -24
  4485. githubkit/versions/v2022_11_28/types/group_0756.py +19 -196
  4486. githubkit/versions/v2022_11_28/types/group_0757.py +20 -7
  4487. githubkit/versions/v2022_11_28/types/group_0758.py +215 -16
  4488. githubkit/versions/v2022_11_28/types/group_0759.py +6 -22
  4489. githubkit/versions/v2022_11_28/types/group_0760.py +12 -14
  4490. githubkit/versions/v2022_11_28/types/group_0761.py +12 -14
  4491. githubkit/versions/v2022_11_28/types/group_0762.py +14 -118
  4492. githubkit/versions/v2022_11_28/types/group_0763.py +14 -118
  4493. githubkit/versions/v2022_11_28/types/group_0764.py +43 -45
  4494. githubkit/versions/v2022_11_28/types/group_0765.py +115 -14
  4495. githubkit/versions/v2022_11_28/types/group_0766.py +120 -8
  4496. githubkit/versions/v2022_11_28/types/group_0767.py +16 -8
  4497. githubkit/versions/v2022_11_28/types/group_0768.py +6 -136
  4498. githubkit/versions/v2022_11_28/types/group_0769.py +7 -134
  4499. githubkit/versions/v2022_11_28/types/group_0770.py +32 -45
  4500. githubkit/versions/v2022_11_28/types/group_0771.py +28 -37
  4501. githubkit/versions/v2022_11_28/types/group_0772.py +43 -72
  4502. githubkit/versions/v2022_11_28/types/group_0773.py +33 -65
  4503. githubkit/versions/v2022_11_28/types/group_0774.py +168 -15
  4504. githubkit/versions/v2022_11_28/types/group_0775.py +165 -15
  4505. githubkit/versions/v2022_11_28/types/group_0776.py +12 -188
  4506. githubkit/versions/v2022_11_28/types/group_0777.py +17 -13
  4507. githubkit/versions/v2022_11_28/types/group_0778.py +192 -7
  4508. githubkit/versions/v2022_11_28/types/group_0779.py +3 -4
  4509. githubkit/versions/v2022_11_28/types/group_0780.py +4 -5
  4510. githubkit/versions/v2022_11_28/types/group_0781.py +9 -60
  4511. githubkit/versions/v2022_11_28/types/group_0782.py +6 -225
  4512. githubkit/versions/v2022_11_28/types/group_0783.py +19 -181
  4513. githubkit/versions/v2022_11_28/types/group_0784.py +35 -34
  4514. githubkit/versions/v2022_11_28/types/group_0785.py +33 -102
  4515. githubkit/versions/v2022_11_28/types/group_0786.py +34 -39
  4516. githubkit/versions/v2022_11_28/types/group_0787.py +285 -13
  4517. githubkit/versions/v2022_11_28/types/group_0788.py +217 -18
  4518. githubkit/versions/v2022_11_28/types/group_0789.py +11 -67
  4519. githubkit/versions/v2022_11_28/types/group_0790.py +22 -54
  4520. githubkit/versions/v2022_11_28/types/group_0791.py +57 -36
  4521. githubkit/versions/v2022_11_28/types/group_0792.py +36 -44
  4522. githubkit/versions/v2022_11_28/types/group_0793.py +50 -48
  4523. githubkit/versions/v2022_11_28/types/group_0794.py +59 -39
  4524. githubkit/versions/v2022_11_28/types/group_0795.py +15 -34
  4525. githubkit/versions/v2022_11_28/types/group_0796.py +34 -57
  4526. githubkit/versions/v2022_11_28/types/group_0797.py +46 -22
  4527. githubkit/versions/v2022_11_28/types/group_0798.py +47 -308
  4528. githubkit/versions/v2022_11_28/types/group_0799.py +27 -329
  4529. githubkit/versions/v2022_11_28/types/group_0800.py +322 -13
  4530. githubkit/versions/v2022_11_28/types/group_0801.py +322 -23
  4531. githubkit/versions/v2022_11_28/types/group_0802.py +15 -11
  4532. githubkit/versions/v2022_11_28/types/group_0803.py +25 -321
  4533. githubkit/versions/v2022_11_28/types/group_0804.py +12 -16
  4534. githubkit/versions/v2022_11_28/types/group_0805.py +331 -32
  4535. githubkit/versions/v2022_11_28/types/group_0806.py +12 -324
  4536. githubkit/versions/v2022_11_28/types/group_0807.py +27 -329
  4537. githubkit/versions/v2022_11_28/types/group_0808.py +323 -13
  4538. githubkit/versions/v2022_11_28/types/group_0809.py +324 -23
  4539. githubkit/versions/v2022_11_28/types/group_0810.py +15 -9
  4540. githubkit/versions/v2022_11_28/types/group_0811.py +25 -323
  4541. githubkit/versions/v2022_11_28/types/group_0812.py +12 -16
  4542. githubkit/versions/v2022_11_28/types/group_0813.py +223 -312
  4543. githubkit/versions/v2022_11_28/types/group_0814.py +20 -33
  4544. githubkit/versions/v2022_11_28/types/group_0815.py +430 -11
  4545. githubkit/versions/v2022_11_28/types/group_0816.py +30 -14
  4546. githubkit/versions/v2022_11_28/types/group_0817.py +10 -5
  4547. githubkit/versions/v2022_11_28/types/group_0818.py +9 -11
  4548. githubkit/versions/v2022_11_28/types/group_0819.py +4 -7
  4549. githubkit/versions/v2022_11_28/types/group_0820.py +11 -7
  4550. githubkit/versions/v2022_11_28/types/group_0821.py +4 -5
  4551. githubkit/versions/v2022_11_28/types/group_0822.py +4 -5
  4552. githubkit/versions/v2022_11_28/types/group_0823.py +5 -14
  4553. githubkit/versions/v2022_11_28/types/group_0824.py +6 -5
  4554. githubkit/versions/v2022_11_28/types/group_0825.py +13 -8
  4555. githubkit/versions/v2022_11_28/types/group_0826.py +5 -24
  4556. githubkit/versions/v2022_11_28/types/group_0827.py +5 -18
  4557. githubkit/versions/v2022_11_28/types/group_0828.py +12 -18
  4558. githubkit/versions/v2022_11_28/types/group_0829.py +20 -7
  4559. githubkit/versions/v2022_11_28/types/group_0830.py +27 -7
  4560. githubkit/versions/v2022_11_28/types/group_0831.py +6 -5
  4561. githubkit/versions/v2022_11_28/types/group_0832.py +6 -13
  4562. githubkit/versions/v2022_11_28/types/group_0833.py +5 -11
  4563. githubkit/versions/v2022_11_28/types/group_0834.py +10 -8
  4564. githubkit/versions/v2022_11_28/types/group_0835.py +8 -6
  4565. githubkit/versions/v2022_11_28/types/group_0836.py +7 -6
  4566. githubkit/versions/v2022_11_28/types/group_0837.py +8 -42
  4567. githubkit/versions/v2022_11_28/types/group_0838.py +6 -23
  4568. githubkit/versions/v2022_11_28/types/group_0839.py +40 -10
  4569. githubkit/versions/v2022_11_28/types/group_0840.py +21 -11
  4570. githubkit/versions/v2022_11_28/types/group_0841.py +8 -8
  4571. githubkit/versions/v2022_11_28/types/group_0842.py +9 -10
  4572. githubkit/versions/v2022_11_28/types/group_0843.py +6 -10
  4573. githubkit/versions/v2022_11_28/types/group_0844.py +8 -9
  4574. githubkit/versions/v2022_11_28/types/group_0845.py +9 -10
  4575. githubkit/versions/v2022_11_28/types/group_0846.py +8 -7
  4576. githubkit/versions/v2022_11_28/types/group_0847.py +8 -6
  4577. githubkit/versions/v2022_11_28/types/group_0848.py +7 -11
  4578. githubkit/versions/v2022_11_28/types/group_0849.py +7 -26
  4579. githubkit/versions/v2022_11_28/types/group_0850.py +10 -11
  4580. githubkit/versions/v2022_11_28/types/group_0851.py +22 -9
  4581. githubkit/versions/v2022_11_28/types/group_0852.py +10 -8
  4582. githubkit/versions/v2022_11_28/types/group_0853.py +9 -26
  4583. githubkit/versions/v2022_11_28/types/group_0854.py +7 -11
  4584. githubkit/versions/v2022_11_28/types/group_0855.py +24 -9
  4585. githubkit/versions/v2022_11_28/types/group_0856.py +9 -11
  4586. githubkit/versions/v2022_11_28/types/group_0857.py +10 -8
  4587. githubkit/versions/v2022_11_28/types/group_0858.py +8 -10
  4588. githubkit/versions/v2022_11_28/types/group_0859.py +7 -14
  4589. githubkit/versions/v2022_11_28/types/group_0860.py +8 -6
  4590. githubkit/versions/v2022_11_28/types/group_0861.py +13 -8
  4591. githubkit/versions/v2022_11_28/types/group_0862.py +7 -26
  4592. githubkit/versions/v2022_11_28/types/group_0863.py +7 -11
  4593. githubkit/versions/v2022_11_28/types/group_0864.py +22 -9
  4594. githubkit/versions/v2022_11_28/types/group_0865.py +10 -8
  4595. githubkit/versions/v2022_11_28/types/group_0866.py +8 -6
  4596. githubkit/versions/v2022_11_28/types/group_0867.py +6 -9
  4597. githubkit/versions/v2022_11_28/types/group_0868.py +4 -5
  4598. githubkit/versions/v2022_11_28/types/group_0869.py +6 -7
  4599. githubkit/versions/v2022_11_28/types/group_0870.py +5 -6
  4600. githubkit/versions/v2022_11_28/types/group_0871.py +6 -7
  4601. githubkit/versions/v2022_11_28/types/group_0872.py +4 -5
  4602. githubkit/versions/v2022_11_28/types/group_0873.py +6 -7
  4603. githubkit/versions/v2022_11_28/types/group_0874.py +7 -26
  4604. githubkit/versions/v2022_11_28/types/group_0875.py +9 -11
  4605. githubkit/versions/v2022_11_28/types/group_0876.py +22 -9
  4606. githubkit/versions/v2022_11_28/types/group_0877.py +10 -8
  4607. githubkit/versions/v2022_11_28/types/group_0878.py +9 -27
  4608. githubkit/versions/v2022_11_28/types/group_0879.py +7 -26
  4609. githubkit/versions/v2022_11_28/types/group_0880.py +23 -7
  4610. githubkit/versions/v2022_11_28/types/group_0881.py +23 -10
  4611. githubkit/versions/v2022_11_28/types/group_0882.py +11 -6
  4612. githubkit/versions/v2022_11_28/types/group_0883.py +10 -11
  4613. githubkit/versions/v2022_11_28/types/group_0884.py +5 -13
  4614. githubkit/versions/v2022_11_28/types/group_0885.py +9 -7
  4615. githubkit/versions/v2022_11_28/types/group_0886.py +10 -16
  4616. githubkit/versions/v2022_11_28/types/group_0887.py +6 -9
  4617. githubkit/versions/v2022_11_28/types/group_0888.py +14 -9
  4618. githubkit/versions/v2022_11_28/types/group_0889.py +8 -6
  4619. githubkit/versions/v2022_11_28/types/group_0890.py +10 -6
  4620. githubkit/versions/v2022_11_28/types/group_0891.py +5 -7
  4621. githubkit/versions/v2022_11_28/types/group_0892.py +5 -11
  4622. githubkit/versions/v2022_11_28/types/group_0893.py +6 -8
  4623. githubkit/versions/v2022_11_28/types/group_0894.py +9 -9
  4624. githubkit/versions/v2022_11_28/types/group_0895.py +8 -8
  4625. githubkit/versions/v2022_11_28/types/group_0896.py +8 -8
  4626. githubkit/versions/v2022_11_28/types/group_0897.py +7 -10
  4627. githubkit/versions/v2022_11_28/types/group_0898.py +6 -11
  4628. githubkit/versions/v2022_11_28/types/group_0899.py +7 -9
  4629. githubkit/versions/v2022_11_28/types/group_0900.py +13 -47
  4630. githubkit/versions/v2022_11_28/types/group_0901.py +9 -60
  4631. githubkit/versions/v2022_11_28/types/group_0902.py +42 -59
  4632. githubkit/versions/v2022_11_28/types/group_0903.py +57 -14
  4633. githubkit/versions/v2022_11_28/types/group_0904.py +57 -12
  4634. githubkit/versions/v2022_11_28/types/group_0905.py +15 -8
  4635. githubkit/versions/v2022_11_28/types/group_0906.py +13 -7
  4636. githubkit/versions/v2022_11_28/types/group_0907.py +7 -6
  4637. githubkit/versions/v2022_11_28/types/group_0908.py +7 -11
  4638. githubkit/versions/v2022_11_28/types/group_0909.py +5 -15
  4639. githubkit/versions/v2022_11_28/types/group_0910.py +9 -9
  4640. githubkit/versions/v2022_11_28/types/group_0911.py +14 -7
  4641. githubkit/versions/v2022_11_28/types/group_0912.py +8 -7
  4642. githubkit/versions/v2022_11_28/types/group_0913.py +6 -7
  4643. githubkit/versions/v2022_11_28/types/group_0914.py +6 -6
  4644. githubkit/versions/v2022_11_28/types/group_0915.py +6 -7
  4645. githubkit/versions/v2022_11_28/types/group_0916.py +5 -9
  4646. githubkit/versions/v2022_11_28/types/group_0917.py +6 -8
  4647. githubkit/versions/v2022_11_28/types/group_0918.py +8 -7
  4648. githubkit/versions/v2022_11_28/types/group_0919.py +9 -6
  4649. githubkit/versions/v2022_11_28/types/group_0920.py +6 -23
  4650. githubkit/versions/v2022_11_28/types/group_0921.py +5 -24
  4651. githubkit/versions/v2022_11_28/types/group_0922.py +23 -7
  4652. githubkit/versions/v2022_11_28/types/group_0923.py +22 -8
  4653. githubkit/versions/v2022_11_28/types/group_0924.py +5 -7
  4654. githubkit/versions/v2022_11_28/types/group_0925.py +7 -23
  4655. githubkit/versions/v2022_11_28/types/group_0926.py +6 -6
  4656. githubkit/versions/v2022_11_28/types/group_0927.py +23 -6
  4657. githubkit/versions/v2022_11_28/types/group_0928.py +6 -10
  4658. githubkit/versions/v2022_11_28/types/group_0929.py +5 -13
  4659. githubkit/versions/v2022_11_28/types/group_0930.py +4 -5
  4660. githubkit/versions/v2022_11_28/types/group_0931.py +10 -7
  4661. githubkit/versions/v2022_11_28/types/group_0932.py +9 -7
  4662. githubkit/versions/v2022_11_28/types/group_0933.py +6 -7
  4663. githubkit/versions/v2022_11_28/types/group_0934.py +6 -110
  4664. githubkit/versions/v2022_11_28/types/group_0935.py +6 -11
  4665. githubkit/versions/v2022_11_28/types/group_0936.py +108 -6
  4666. githubkit/versions/v2022_11_28/types/group_0937.py +8 -10
  4667. githubkit/versions/v2022_11_28/types/group_0938.py +6 -12
  4668. githubkit/versions/v2022_11_28/types/group_0939.py +9 -10
  4669. githubkit/versions/v2022_11_28/types/group_0940.py +10 -9
  4670. githubkit/versions/v2022_11_28/types/group_0941.py +8 -9
  4671. githubkit/versions/v2022_11_28/types/group_0942.py +7 -10
  4672. githubkit/versions/v2022_11_28/types/group_0943.py +8 -6
  4673. githubkit/versions/v2022_11_28/types/group_0944.py +8 -6
  4674. githubkit/versions/v2022_11_28/types/group_0945.py +7 -12
  4675. githubkit/versions/v2022_11_28/types/group_0946.py +7 -12
  4676. githubkit/versions/v2022_11_28/types/group_0947.py +8 -12
  4677. githubkit/versions/v2022_11_28/types/group_0948.py +8 -10
  4678. githubkit/versions/v2022_11_28/types/group_0949.py +11 -9
  4679. githubkit/versions/v2022_11_28/types/group_0950.py +10 -7
  4680. githubkit/versions/v2022_11_28/types/group_0951.py +9 -7
  4681. githubkit/versions/v2022_11_28/types/group_0952.py +6 -12
  4682. githubkit/versions/v2022_11_28/types/group_0953.py +5 -7
  4683. githubkit/versions/v2022_11_28/types/group_0954.py +6 -8
  4684. githubkit/versions/v2022_11_28/types/group_0955.py +7 -8
  4685. githubkit/versions/v2022_11_28/types/group_0956.py +10 -8
  4686. githubkit/versions/v2022_11_28/types/group_0957.py +7 -34
  4687. githubkit/versions/v2022_11_28/types/group_0958.py +6 -23
  4688. githubkit/versions/v2022_11_28/types/group_0959.py +32 -11
  4689. githubkit/versions/v2022_11_28/types/group_0960.py +22 -8
  4690. githubkit/versions/v2022_11_28/types/group_0961.py +9 -125
  4691. githubkit/versions/v2022_11_28/types/group_0962.py +7 -53
  4692. githubkit/versions/v2022_11_28/types/group_0963.py +108 -13
  4693. githubkit/versions/v2022_11_28/types/group_0964.py +46 -9
  4694. githubkit/versions/v2022_11_28/types/group_0965.py +22 -9
  4695. githubkit/versions/v2022_11_28/types/group_0966.py +4 -6
  4696. githubkit/versions/v2022_11_28/types/group_0967.py +8 -7
  4697. githubkit/versions/v2022_11_28/types/group_0968.py +9 -7
  4698. githubkit/versions/v2022_11_28/types/group_0969.py +4 -7
  4699. githubkit/versions/v2022_11_28/types/group_0970.py +6 -7
  4700. githubkit/versions/v2022_11_28/types/group_0971.py +8 -7
  4701. githubkit/versions/v2022_11_28/types/group_0972.py +5 -8
  4702. githubkit/versions/v2022_11_28/types/group_0973.py +6 -7
  4703. githubkit/versions/v2022_11_28/types/group_0974.py +8 -7
  4704. githubkit/versions/v2022_11_28/types/group_0975.py +4 -7
  4705. githubkit/versions/v2022_11_28/types/group_0976.py +12 -6
  4706. githubkit/versions/v2022_11_28/types/group_0977.py +11 -52
  4707. githubkit/versions/v2022_11_28/types/group_0978.py +11 -37
  4708. githubkit/versions/v2022_11_28/types/group_0979.py +52 -31
  4709. githubkit/versions/v2022_11_28/types/group_0980.py +28 -59
  4710. githubkit/versions/v2022_11_28/types/group_0981.py +23 -23
  4711. githubkit/versions/v2022_11_28/types/group_0982.py +56 -30
  4712. githubkit/versions/v2022_11_28/types/group_0983.py +37 -12
  4713. githubkit/versions/v2022_11_28/types/group_0984.py +31 -21
  4714. githubkit/versions/v2022_11_28/types/group_0985.py +6 -12
  4715. githubkit/versions/v2022_11_28/types/group_0986.py +21 -10
  4716. githubkit/versions/v2022_11_28/types/group_0987.py +10 -14
  4717. githubkit/versions/v2022_11_28/types/group_0988.py +10 -11
  4718. githubkit/versions/v2022_11_28/types/group_0989.py +12 -17
  4719. githubkit/versions/v2022_11_28/types/group_0990.py +8 -22
  4720. githubkit/versions/v2022_11_28/types/group_0991.py +17 -11
  4721. githubkit/versions/v2022_11_28/types/group_0992.py +17 -15
  4722. githubkit/versions/v2022_11_28/types/group_0993.py +7 -21
  4723. githubkit/versions/v2022_11_28/types/group_0994.py +19 -7
  4724. githubkit/versions/v2022_11_28/types/group_0995.py +23 -7
  4725. githubkit/versions/v2022_11_28/types/group_0996.py +7 -7
  4726. githubkit/versions/v2022_11_28/types/group_0997.py +6 -10
  4727. githubkit/versions/v2022_11_28/types/group_0998.py +5 -9
  4728. githubkit/versions/v2022_11_28/types/group_0999.py +9 -12
  4729. githubkit/versions/v2022_11_28/types/group_1000.py +8 -38
  4730. githubkit/versions/v2022_11_28/types/group_1001.py +9 -34
  4731. githubkit/versions/v2022_11_28/types/group_1002.py +37 -13
  4732. githubkit/versions/v2022_11_28/types/group_1003.py +27 -17
  4733. githubkit/versions/v2022_11_28/types/group_1004.py +12 -7
  4734. githubkit/versions/v2022_11_28/types/group_1005.py +22 -9
  4735. githubkit/versions/v2022_11_28/types/group_1006.py +6 -24
  4736. githubkit/versions/v2022_11_28/types/group_1007.py +9 -7
  4737. githubkit/versions/v2022_11_28/types/group_1008.py +21 -13
  4738. githubkit/versions/v2022_11_28/types/group_1009.py +5 -18
  4739. githubkit/versions/v2022_11_28/types/group_1010.py +13 -30
  4740. githubkit/versions/v2022_11_28/types/group_1011.py +11 -19
  4741. githubkit/versions/v2022_11_28/types/group_1012.py +28 -8
  4742. githubkit/versions/v2022_11_28/types/group_1013.py +19 -13
  4743. githubkit/versions/v2022_11_28/types/group_1014.py +9 -8
  4744. githubkit/versions/v2022_11_28/types/group_1015.py +17 -7
  4745. githubkit/versions/v2022_11_28/types/group_1016.py +8 -42
  4746. githubkit/versions/v2022_11_28/types/group_1017.py +6 -7
  4747. githubkit/versions/v2022_11_28/types/group_1018.py +10 -8
  4748. githubkit/versions/v2022_11_28/types/group_1019.py +6 -26
  4749. githubkit/versions/v2022_11_28/types/group_1020.py +6 -21
  4750. githubkit/versions/v2022_11_28/types/group_1021.py +6 -24
  4751. githubkit/versions/v2022_11_28/types/group_1022.py +6 -13
  4752. githubkit/versions/v2022_11_28/types/group_1023.py +42 -10
  4753. githubkit/versions/v2022_11_28/types/group_1024.py +7 -12
  4754. githubkit/versions/v2022_11_28/types/group_1025.py +6 -10
  4755. githubkit/versions/v2022_11_28/types/group_1026.py +25 -7
  4756. githubkit/versions/v2022_11_28/types/group_1027.py +21 -8
  4757. githubkit/versions/v2022_11_28/types/group_1028.py +26 -6
  4758. githubkit/versions/v2022_11_28/types/group_1029.py +12 -7
  4759. githubkit/versions/v2022_11_28/types/group_1030.py +9 -26
  4760. githubkit/versions/v2022_11_28/types/group_1031.py +11 -7
  4761. githubkit/versions/v2022_11_28/types/group_1032.py +9 -9
  4762. githubkit/versions/v2022_11_28/types/group_1033.py +5 -33
  4763. githubkit/versions/v2022_11_28/types/group_1034.py +7 -8
  4764. githubkit/versions/v2022_11_28/types/group_1035.py +5 -9
  4765. githubkit/versions/v2022_11_28/types/group_1036.py +7 -7
  4766. githubkit/versions/v2022_11_28/types/group_1037.py +25 -7
  4767. githubkit/versions/v2022_11_28/types/group_1038.py +6 -19
  4768. githubkit/versions/v2022_11_28/types/group_1039.py +8 -6
  4769. githubkit/versions/v2022_11_28/types/group_1040.py +36 -10
  4770. githubkit/versions/v2022_11_28/types/group_1041.py +5 -17
  4771. githubkit/versions/v2022_11_28/types/group_1042.py +7 -7
  4772. githubkit/versions/v2022_11_28/types/group_1043.py +6 -8
  4773. githubkit/versions/v2022_11_28/types/group_1044.py +7 -10
  4774. githubkit/versions/v2022_11_28/types/group_1045.py +17 -8
  4775. githubkit/versions/v2022_11_28/types/group_1046.py +5 -8
  4776. githubkit/versions/v2022_11_28/types/group_1047.py +6 -8
  4777. githubkit/versions/v2022_11_28/types/group_1048.py +18 -7
  4778. githubkit/versions/v2022_11_28/types/group_1049.py +6 -9
  4779. githubkit/versions/v2022_11_28/types/group_1050.py +5 -10
  4780. githubkit/versions/v2022_11_28/types/group_1051.py +8 -11
  4781. githubkit/versions/v2022_11_28/types/group_1052.py +7 -7
  4782. githubkit/versions/v2022_11_28/types/group_1053.py +7 -7
  4783. githubkit/versions/v2022_11_28/types/group_1054.py +8 -12
  4784. githubkit/versions/v2022_11_28/types/group_1055.py +6 -18
  4785. githubkit/versions/v2022_11_28/types/group_1056.py +7 -15
  4786. githubkit/versions/v2022_11_28/types/group_1057.py +10 -17
  4787. githubkit/versions/v2022_11_28/types/group_1058.py +10 -17
  4788. githubkit/versions/v2022_11_28/types/group_1059.py +6 -17
  4789. githubkit/versions/v2022_11_28/types/group_1060.py +6 -11
  4790. githubkit/versions/v2022_11_28/types/group_1061.py +9 -9
  4791. githubkit/versions/v2022_11_28/types/group_1062.py +14 -8
  4792. githubkit/versions/v2022_11_28/types/group_1063.py +13 -12
  4793. githubkit/versions/v2022_11_28/types/group_1064.py +16 -7
  4794. githubkit/versions/v2022_11_28/types/group_1065.py +16 -9
  4795. githubkit/versions/v2022_11_28/types/group_1066.py +16 -13
  4796. githubkit/versions/v2022_11_28/types/group_1067.py +11 -7
  4797. githubkit/versions/v2022_11_28/types/group_1068.py +9 -9
  4798. githubkit/versions/v2022_11_28/types/group_1069.py +8 -10
  4799. githubkit/versions/v2022_11_28/types/group_1070.py +12 -16
  4800. githubkit/versions/v2022_11_28/types/group_1071.py +6 -17
  4801. githubkit/versions/v2022_11_28/types/group_1072.py +7 -7
  4802. githubkit/versions/v2022_11_28/types/group_1073.py +9 -11
  4803. githubkit/versions/v2022_11_28/types/group_1074.py +12 -7
  4804. githubkit/versions/v2022_11_28/types/group_1075.py +6 -8
  4805. githubkit/versions/v2022_11_28/types/group_1076.py +9 -9
  4806. githubkit/versions/v2022_11_28/types/group_1077.py +10 -8
  4807. githubkit/versions/v2022_11_28/types/group_1078.py +15 -8
  4808. githubkit/versions/v2022_11_28/types/group_1079.py +11 -23
  4809. githubkit/versions/v2022_11_28/types/group_1080.py +4 -5
  4810. githubkit/versions/v2022_11_28/types/group_1081.py +8 -7
  4811. githubkit/versions/v2022_11_28/types/group_1082.py +6 -8
  4812. githubkit/versions/v2022_11_28/types/group_1083.py +6 -6
  4813. githubkit/versions/v2022_11_28/types/group_1084.py +7 -7
  4814. githubkit/versions/v2022_11_28/types/group_1085.py +7 -15
  4815. githubkit/versions/v2022_11_28/types/group_1086.py +7 -8
  4816. githubkit/versions/v2022_11_28/types/group_1087.py +26 -9
  4817. githubkit/versions/v2022_11_28/types/group_1088.py +6 -15
  4818. githubkit/versions/v2022_11_28/types/group_1089.py +7 -7
  4819. githubkit/versions/v2022_11_28/types/group_1090.py +7 -52
  4820. githubkit/versions/v2022_11_28/types/group_1091.py +5 -52
  4821. githubkit/versions/v2022_11_28/types/group_1092.py +6 -11
  4822. githubkit/versions/v2022_11_28/types/group_1093.py +14 -10
  4823. githubkit/versions/v2022_11_28/types/group_1094.py +7 -7
  4824. githubkit/versions/v2022_11_28/types/group_1095.py +9 -7
  4825. githubkit/versions/v2022_11_28/types/group_1096.py +14 -8
  4826. githubkit/versions/v2022_11_28/types/group_1097.py +7 -10
  4827. githubkit/versions/v2022_11_28/types/group_1098.py +50 -9
  4828. githubkit/versions/v2022_11_28/types/group_1099.py +51 -15
  4829. githubkit/versions/v2022_11_28/types/group_1100.py +11 -12
  4830. githubkit/versions/v2022_11_28/types/group_1101.py +10 -16
  4831. githubkit/versions/v2022_11_28/types/group_1102.py +7 -10
  4832. githubkit/versions/v2022_11_28/types/group_1103.py +6 -12
  4833. githubkit/versions/v2022_11_28/types/group_1104.py +7 -15
  4834. githubkit/versions/v2022_11_28/types/group_1105.py +8 -8
  4835. githubkit/versions/v2022_11_28/types/group_1106.py +9 -7
  4836. githubkit/versions/v2022_11_28/types/group_1107.py +14 -7
  4837. githubkit/versions/v2022_11_28/types/group_1108.py +7 -8
  4838. githubkit/versions/v2022_11_28/types/group_1109.py +7 -14
  4839. githubkit/versions/v2022_11_28/types/group_1110.py +5 -9
  4840. githubkit/versions/v2022_11_28/types/group_1111.py +8 -8
  4841. githubkit/versions/v2022_11_28/types/group_1112.py +12 -7
  4842. githubkit/versions/v2022_11_28/types/group_1113.py +9 -8
  4843. githubkit/versions/v2022_11_28/types/group_1114.py +5 -6
  4844. githubkit/versions/v2022_11_28/types/group_1115.py +6 -14
  4845. githubkit/versions/v2022_11_28/types/group_1116.py +6 -11
  4846. githubkit/versions/v2022_11_28/types/group_1117.py +5 -17
  4847. githubkit/versions/v2022_11_28/types/group_1118.py +12 -25
  4848. githubkit/versions/v2022_11_28/types/group_1119.py +8 -24
  4849. githubkit/versions/v2022_11_28/types/group_1120.py +17 -9
  4850. githubkit/versions/v2022_11_28/types/group_1121.py +24 -10
  4851. githubkit/versions/v2022_11_28/types/group_1122.py +24 -7
  4852. githubkit/versions/v2022_11_28/types/group_1123.py +8 -9
  4853. githubkit/versions/v2022_11_28/types/group_1124.py +7 -8
  4854. githubkit/versions/v2022_11_28/types/group_1125.py +7 -8
  4855. githubkit/versions/v2022_11_28/types/group_1126.py +9 -8
  4856. githubkit/versions/v2022_11_28/types/group_1127.py +7 -9
  4857. githubkit/versions/v2022_11_28/types/group_1128.py +7 -17
  4858. githubkit/versions/v2022_11_28/types/group_1129.py +7 -8
  4859. githubkit/versions/v2022_11_28/types/group_1130.py +10 -11
  4860. githubkit/versions/v2022_11_28/types/group_1131.py +15 -12
  4861. githubkit/versions/v2022_11_28/types/group_1132.py +8 -6
  4862. githubkit/versions/v2022_11_28/types/group_1133.py +10 -8
  4863. githubkit/versions/v2022_11_28/types/group_1134.py +11 -8
  4864. githubkit/versions/v2022_11_28/types/group_1135.py +5 -17
  4865. githubkit/versions/v2022_11_28/types/group_1136.py +6 -8
  4866. githubkit/versions/v2022_11_28/types/group_1137.py +11 -36
  4867. githubkit/versions/v2022_11_28/types/group_1138.py +15 -13
  4868. githubkit/versions/v2022_11_28/types/group_1139.py +8 -13
  4869. githubkit/versions/v2022_11_28/types/group_1140.py +33 -10
  4870. githubkit/versions/v2022_11_28/types/group_1141.py +27 -0
  4871. githubkit/versions/v2022_11_28/types/group_1142.py +27 -0
  4872. githubkit/versions/v2022_11_28/types/group_1143.py +22 -0
  4873. githubkit/versions/v2022_11_28/webhooks/__init__.py +1 -1
  4874. githubkit/versions/v2022_11_28/webhooks/_namespace.py +175 -289
  4875. githubkit/versions/v2022_11_28/webhooks/_types.py +1 -1
  4876. githubkit/versions/v2022_11_28/webhooks/branch_protection_configuration.py +1 -2
  4877. githubkit/versions/v2022_11_28/webhooks/branch_protection_rule.py +1 -2
  4878. githubkit/versions/v2022_11_28/webhooks/check_run.py +1 -2
  4879. githubkit/versions/v2022_11_28/webhooks/check_suite.py +1 -2
  4880. githubkit/versions/v2022_11_28/webhooks/code_scanning_alert.py +1 -2
  4881. githubkit/versions/v2022_11_28/webhooks/commit_comment.py +2 -8
  4882. githubkit/versions/v2022_11_28/webhooks/create.py +2 -8
  4883. githubkit/versions/v2022_11_28/webhooks/custom_property.py +1 -2
  4884. githubkit/versions/v2022_11_28/webhooks/custom_property_values.py +2 -8
  4885. githubkit/versions/v2022_11_28/webhooks/delete.py +2 -8
  4886. githubkit/versions/v2022_11_28/webhooks/dependabot_alert.py +1 -2
  4887. githubkit/versions/v2022_11_28/webhooks/deploy_key.py +1 -2
  4888. githubkit/versions/v2022_11_28/webhooks/deployment.py +2 -8
  4889. githubkit/versions/v2022_11_28/webhooks/deployment_protection_rule.py +2 -8
  4890. githubkit/versions/v2022_11_28/webhooks/deployment_review.py +1 -2
  4891. githubkit/versions/v2022_11_28/webhooks/deployment_status.py +2 -8
  4892. githubkit/versions/v2022_11_28/webhooks/discussion.py +1 -2
  4893. githubkit/versions/v2022_11_28/webhooks/discussion_comment.py +1 -2
  4894. githubkit/versions/v2022_11_28/webhooks/fork.py +2 -8
  4895. githubkit/versions/v2022_11_28/webhooks/github_app_authorization.py +2 -8
  4896. githubkit/versions/v2022_11_28/webhooks/gollum.py +2 -8
  4897. githubkit/versions/v2022_11_28/webhooks/installation.py +1 -2
  4898. githubkit/versions/v2022_11_28/webhooks/installation_repositories.py +1 -2
  4899. githubkit/versions/v2022_11_28/webhooks/installation_target.py +2 -8
  4900. githubkit/versions/v2022_11_28/webhooks/issue_comment.py +1 -2
  4901. githubkit/versions/v2022_11_28/webhooks/issues.py +1 -2
  4902. githubkit/versions/v2022_11_28/webhooks/label.py +1 -2
  4903. githubkit/versions/v2022_11_28/webhooks/marketplace_purchase.py +1 -2
  4904. githubkit/versions/v2022_11_28/webhooks/member.py +1 -2
  4905. githubkit/versions/v2022_11_28/webhooks/membership.py +1 -2
  4906. githubkit/versions/v2022_11_28/webhooks/merge_group.py +1 -2
  4907. githubkit/versions/v2022_11_28/webhooks/meta.py +2 -8
  4908. githubkit/versions/v2022_11_28/webhooks/milestone.py +1 -2
  4909. githubkit/versions/v2022_11_28/webhooks/org_block.py +1 -2
  4910. githubkit/versions/v2022_11_28/webhooks/organization.py +1 -2
  4911. githubkit/versions/v2022_11_28/webhooks/package.py +1 -2
  4912. githubkit/versions/v2022_11_28/webhooks/page_build.py +2 -8
  4913. githubkit/versions/v2022_11_28/webhooks/personal_access_token_request.py +1 -2
  4914. githubkit/versions/v2022_11_28/webhooks/ping.py +2 -8
  4915. githubkit/versions/v2022_11_28/webhooks/project.py +1 -2
  4916. githubkit/versions/v2022_11_28/webhooks/project_card.py +1 -2
  4917. githubkit/versions/v2022_11_28/webhooks/project_column.py +1 -2
  4918. githubkit/versions/v2022_11_28/webhooks/projects_v2.py +1 -2
  4919. githubkit/versions/v2022_11_28/webhooks/projects_v2_item.py +1 -2
  4920. githubkit/versions/v2022_11_28/webhooks/public.py +2 -8
  4921. githubkit/versions/v2022_11_28/webhooks/pull_request.py +1 -1
  4922. githubkit/versions/v2022_11_28/webhooks/pull_request_review.py +1 -2
  4923. githubkit/versions/v2022_11_28/webhooks/pull_request_review_comment.py +1 -2
  4924. githubkit/versions/v2022_11_28/webhooks/pull_request_review_thread.py +1 -2
  4925. githubkit/versions/v2022_11_28/webhooks/push.py +2 -8
  4926. githubkit/versions/v2022_11_28/webhooks/registry_package.py +1 -2
  4927. githubkit/versions/v2022_11_28/webhooks/release.py +1 -2
  4928. githubkit/versions/v2022_11_28/webhooks/repository.py +1 -2
  4929. githubkit/versions/v2022_11_28/webhooks/repository_advisory.py +1 -2
  4930. githubkit/versions/v2022_11_28/webhooks/repository_dispatch.py +2 -8
  4931. githubkit/versions/v2022_11_28/webhooks/repository_import.py +2 -8
  4932. githubkit/versions/v2022_11_28/webhooks/repository_ruleset.py +1 -2
  4933. githubkit/versions/v2022_11_28/webhooks/repository_vulnerability_alert.py +1 -2
  4934. githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert.py +1 -2
  4935. githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert_location.py +2 -8
  4936. githubkit/versions/v2022_11_28/webhooks/security_advisory.py +1 -2
  4937. githubkit/versions/v2022_11_28/webhooks/security_and_analysis.py +2 -8
  4938. githubkit/versions/v2022_11_28/webhooks/sponsorship.py +1 -2
  4939. githubkit/versions/v2022_11_28/webhooks/star.py +1 -2
  4940. githubkit/versions/v2022_11_28/webhooks/status.py +2 -8
  4941. githubkit/versions/v2022_11_28/webhooks/team.py +1 -2
  4942. githubkit/versions/v2022_11_28/webhooks/team_add.py +2 -8
  4943. githubkit/versions/v2022_11_28/webhooks/watch.py +2 -8
  4944. githubkit/versions/v2022_11_28/webhooks/workflow_dispatch.py +2 -8
  4945. githubkit/versions/v2022_11_28/webhooks/workflow_job.py +1 -2
  4946. githubkit/versions/v2022_11_28/webhooks/workflow_run.py +1 -2
  4947. githubkit/versions/webhooks.py +16 -9
  4948. {githubkit-0.11.1.dist-info → githubkit-0.11.3.dist-info}/METADATA +7 -2
  4949. githubkit-0.11.3.dist-info/RECORD +4971 -0
  4950. {githubkit-0.11.1.dist-info → githubkit-0.11.3.dist-info}/WHEEL +1 -1
  4951. githubkit-0.11.1.dist-info/RECORD +0 -2435
  4952. {githubkit-0.11.1.dist-info → githubkit-0.11.3.dist-info}/LICENSE +0 -0
@@ -0,0 +1,3837 @@
1
+ """DO NOT EDIT THIS FILE!
2
+
3
+ This file is automatically @generated by githubkit using the follow command:
4
+
5
+ bash ./scripts/run-codegen.sh
6
+
7
+ See https://github.com/github/rest-api-description for more information.
8
+ """
9
+
10
+ from __future__ import annotations
11
+
12
+ from weakref import ref
13
+ from typing import TYPE_CHECKING, Dict, Literal, Optional, overload
14
+
15
+ from pydantic import BaseModel
16
+
17
+ from githubkit.typing import Missing
18
+ from githubkit.utils import UNSET, exclude_unset
19
+ from githubkit.compat import model_dump, type_validate_python
20
+
21
+ if TYPE_CHECKING:
22
+ from typing import List, Union, Literal
23
+
24
+ from githubkit import GitHubCore
25
+ from githubkit.utils import UNSET
26
+ from githubkit.typing import Missing
27
+ from githubkit.response import Response
28
+
29
+ from ..types import (
30
+ UserCodespacesPostBodyOneof0Type,
31
+ UserCodespacesPostBodyOneof1Type,
32
+ OrgsOrgCodespacesAccessPutBodyType,
33
+ ReposOwnerRepoCodespacesPostBodyType,
34
+ UserCodespacesCodespaceNamePatchBodyType,
35
+ UserCodespacesSecretsSecretNamePutBodyType,
36
+ OrgsOrgCodespacesSecretsSecretNamePutBodyType,
37
+ UserCodespacesCodespaceNamePublishPostBodyType,
38
+ UserCodespacesPostBodyOneof1PropPullRequestType,
39
+ OrgsOrgCodespacesAccessSelectedUsersPostBodyType,
40
+ OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType,
41
+ ReposOwnerRepoPullsPullNumberCodespacesPostBodyType,
42
+ ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType,
43
+ UserCodespacesSecretsSecretNameRepositoriesPutBodyType,
44
+ OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType,
45
+ )
46
+ from ..models import (
47
+ Codespace,
48
+ EmptyObject,
49
+ CodespacesSecret,
50
+ CodespacesOrgSecret,
51
+ CodespacesPublicKey,
52
+ RepoCodespacesSecret,
53
+ CodespaceExportDetails,
54
+ CodespacesUserPublicKey,
55
+ CodespaceWithFullRepository,
56
+ UserCodespacesGetResponse200,
57
+ OrgsOrgCodespacesGetResponse200,
58
+ UserCodespacesSecretsGetResponse200,
59
+ OrgsOrgCodespacesSecretsGetResponse200,
60
+ ReposOwnerRepoCodespacesGetResponse200,
61
+ CodespacesPermissionsCheckForDevcontainer,
62
+ ReposOwnerRepoCodespacesNewGetResponse200,
63
+ ReposOwnerRepoCodespacesSecretsGetResponse200,
64
+ OrgsOrgMembersUsernameCodespacesGetResponse200,
65
+ ReposOwnerRepoCodespacesMachinesGetResponse200,
66
+ UserCodespacesCodespaceNameMachinesGetResponse200,
67
+ AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
68
+ ReposOwnerRepoCodespacesDevcontainersGetResponse200,
69
+ UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
70
+ OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
71
+ )
72
+
73
+
74
+ class CodespacesClient:
75
+ _REST_API_VERSION = "2022-11-28"
76
+
77
+ def __init__(self, github: GitHubCore):
78
+ self._github_ref = ref(github)
79
+
80
+ @property
81
+ def _github(self) -> GitHubCore:
82
+ if g := self._github_ref():
83
+ return g
84
+ raise RuntimeError(
85
+ "GitHub client has already been collected. "
86
+ "Do not use this client after the client has been collected."
87
+ )
88
+
89
+ def list_in_organization(
90
+ self,
91
+ org: str,
92
+ per_page: Missing[int] = UNSET,
93
+ page: Missing[int] = UNSET,
94
+ *,
95
+ headers: Optional[Dict[str, str]] = None,
96
+ ) -> Response[OrgsOrgCodespacesGetResponse200]:
97
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-the-organization"""
98
+
99
+ from ..models import BasicError, OrgsOrgCodespacesGetResponse200
100
+
101
+ url = f"/orgs/{org}/codespaces"
102
+
103
+ params = {
104
+ "per_page": per_page,
105
+ "page": page,
106
+ }
107
+
108
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
109
+
110
+ return self._github.request(
111
+ "GET",
112
+ url,
113
+ params=exclude_unset(params),
114
+ headers=exclude_unset(headers),
115
+ response_model=OrgsOrgCodespacesGetResponse200,
116
+ error_models={
117
+ "500": BasicError,
118
+ "401": BasicError,
119
+ "403": BasicError,
120
+ "404": BasicError,
121
+ },
122
+ )
123
+
124
+ async def async_list_in_organization(
125
+ self,
126
+ org: str,
127
+ per_page: Missing[int] = UNSET,
128
+ page: Missing[int] = UNSET,
129
+ *,
130
+ headers: Optional[Dict[str, str]] = None,
131
+ ) -> Response[OrgsOrgCodespacesGetResponse200]:
132
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-the-organization"""
133
+
134
+ from ..models import BasicError, OrgsOrgCodespacesGetResponse200
135
+
136
+ url = f"/orgs/{org}/codespaces"
137
+
138
+ params = {
139
+ "per_page": per_page,
140
+ "page": page,
141
+ }
142
+
143
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
144
+
145
+ return await self._github.arequest(
146
+ "GET",
147
+ url,
148
+ params=exclude_unset(params),
149
+ headers=exclude_unset(headers),
150
+ response_model=OrgsOrgCodespacesGetResponse200,
151
+ error_models={
152
+ "500": BasicError,
153
+ "401": BasicError,
154
+ "403": BasicError,
155
+ "404": BasicError,
156
+ },
157
+ )
158
+
159
+ @overload
160
+ def set_codespaces_access(
161
+ self,
162
+ org: str,
163
+ *,
164
+ headers: Optional[Dict[str, str]] = None,
165
+ data: OrgsOrgCodespacesAccessPutBodyType,
166
+ ) -> Response: ...
167
+
168
+ @overload
169
+ def set_codespaces_access(
170
+ self,
171
+ org: str,
172
+ *,
173
+ data: Literal[UNSET] = UNSET,
174
+ headers: Optional[Dict[str, str]] = None,
175
+ visibility: Literal[
176
+ "disabled",
177
+ "selected_members",
178
+ "all_members",
179
+ "all_members_and_outside_collaborators",
180
+ ],
181
+ selected_usernames: Missing[List[str]] = UNSET,
182
+ ) -> Response: ...
183
+
184
+ def set_codespaces_access(
185
+ self,
186
+ org: str,
187
+ *,
188
+ headers: Optional[Dict[str, str]] = None,
189
+ data: Missing[OrgsOrgCodespacesAccessPutBodyType] = UNSET,
190
+ **kwargs,
191
+ ) -> Response:
192
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces"""
193
+
194
+ from ..models import BasicError, ValidationError, OrgsOrgCodespacesAccessPutBody
195
+
196
+ url = f"/orgs/{org}/codespaces/access"
197
+
198
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
199
+
200
+ if not kwargs:
201
+ kwargs = UNSET
202
+
203
+ json = kwargs if data is UNSET else data
204
+ json = type_validate_python(OrgsOrgCodespacesAccessPutBody, json)
205
+ json = model_dump(json) if isinstance(json, BaseModel) else json
206
+
207
+ return self._github.request(
208
+ "PUT",
209
+ url,
210
+ json=exclude_unset(json),
211
+ headers=exclude_unset(headers),
212
+ error_models={
213
+ "404": BasicError,
214
+ "422": ValidationError,
215
+ "500": BasicError,
216
+ },
217
+ )
218
+
219
+ @overload
220
+ async def async_set_codespaces_access(
221
+ self,
222
+ org: str,
223
+ *,
224
+ headers: Optional[Dict[str, str]] = None,
225
+ data: OrgsOrgCodespacesAccessPutBodyType,
226
+ ) -> Response: ...
227
+
228
+ @overload
229
+ async def async_set_codespaces_access(
230
+ self,
231
+ org: str,
232
+ *,
233
+ data: Literal[UNSET] = UNSET,
234
+ headers: Optional[Dict[str, str]] = None,
235
+ visibility: Literal[
236
+ "disabled",
237
+ "selected_members",
238
+ "all_members",
239
+ "all_members_and_outside_collaborators",
240
+ ],
241
+ selected_usernames: Missing[List[str]] = UNSET,
242
+ ) -> Response: ...
243
+
244
+ async def async_set_codespaces_access(
245
+ self,
246
+ org: str,
247
+ *,
248
+ headers: Optional[Dict[str, str]] = None,
249
+ data: Missing[OrgsOrgCodespacesAccessPutBodyType] = UNSET,
250
+ **kwargs,
251
+ ) -> Response:
252
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#manage-access-control-for-organization-codespaces"""
253
+
254
+ from ..models import BasicError, ValidationError, OrgsOrgCodespacesAccessPutBody
255
+
256
+ url = f"/orgs/{org}/codespaces/access"
257
+
258
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
259
+
260
+ if not kwargs:
261
+ kwargs = UNSET
262
+
263
+ json = kwargs if data is UNSET else data
264
+ json = type_validate_python(OrgsOrgCodespacesAccessPutBody, json)
265
+ json = model_dump(json) if isinstance(json, BaseModel) else json
266
+
267
+ return await self._github.arequest(
268
+ "PUT",
269
+ url,
270
+ json=exclude_unset(json),
271
+ headers=exclude_unset(headers),
272
+ error_models={
273
+ "404": BasicError,
274
+ "422": ValidationError,
275
+ "500": BasicError,
276
+ },
277
+ )
278
+
279
+ @overload
280
+ def set_codespaces_access_users(
281
+ self,
282
+ org: str,
283
+ *,
284
+ headers: Optional[Dict[str, str]] = None,
285
+ data: OrgsOrgCodespacesAccessSelectedUsersPostBodyType,
286
+ ) -> Response: ...
287
+
288
+ @overload
289
+ def set_codespaces_access_users(
290
+ self,
291
+ org: str,
292
+ *,
293
+ data: Literal[UNSET] = UNSET,
294
+ headers: Optional[Dict[str, str]] = None,
295
+ selected_usernames: List[str],
296
+ ) -> Response: ...
297
+
298
+ def set_codespaces_access_users(
299
+ self,
300
+ org: str,
301
+ *,
302
+ headers: Optional[Dict[str, str]] = None,
303
+ data: Missing[OrgsOrgCodespacesAccessSelectedUsersPostBodyType] = UNSET,
304
+ **kwargs,
305
+ ) -> Response:
306
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization"""
307
+
308
+ from ..models import (
309
+ BasicError,
310
+ ValidationError,
311
+ OrgsOrgCodespacesAccessSelectedUsersPostBody,
312
+ )
313
+
314
+ url = f"/orgs/{org}/codespaces/access/selected_users"
315
+
316
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
317
+
318
+ if not kwargs:
319
+ kwargs = UNSET
320
+
321
+ json = kwargs if data is UNSET else data
322
+ json = type_validate_python(OrgsOrgCodespacesAccessSelectedUsersPostBody, json)
323
+ json = model_dump(json) if isinstance(json, BaseModel) else json
324
+
325
+ return self._github.request(
326
+ "POST",
327
+ url,
328
+ json=exclude_unset(json),
329
+ headers=exclude_unset(headers),
330
+ error_models={
331
+ "404": BasicError,
332
+ "422": ValidationError,
333
+ "500": BasicError,
334
+ },
335
+ )
336
+
337
+ @overload
338
+ async def async_set_codespaces_access_users(
339
+ self,
340
+ org: str,
341
+ *,
342
+ headers: Optional[Dict[str, str]] = None,
343
+ data: OrgsOrgCodespacesAccessSelectedUsersPostBodyType,
344
+ ) -> Response: ...
345
+
346
+ @overload
347
+ async def async_set_codespaces_access_users(
348
+ self,
349
+ org: str,
350
+ *,
351
+ data: Literal[UNSET] = UNSET,
352
+ headers: Optional[Dict[str, str]] = None,
353
+ selected_usernames: List[str],
354
+ ) -> Response: ...
355
+
356
+ async def async_set_codespaces_access_users(
357
+ self,
358
+ org: str,
359
+ *,
360
+ headers: Optional[Dict[str, str]] = None,
361
+ data: Missing[OrgsOrgCodespacesAccessSelectedUsersPostBodyType] = UNSET,
362
+ **kwargs,
363
+ ) -> Response:
364
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#add-users-to-codespaces-access-for-an-organization"""
365
+
366
+ from ..models import (
367
+ BasicError,
368
+ ValidationError,
369
+ OrgsOrgCodespacesAccessSelectedUsersPostBody,
370
+ )
371
+
372
+ url = f"/orgs/{org}/codespaces/access/selected_users"
373
+
374
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
375
+
376
+ if not kwargs:
377
+ kwargs = UNSET
378
+
379
+ json = kwargs if data is UNSET else data
380
+ json = type_validate_python(OrgsOrgCodespacesAccessSelectedUsersPostBody, json)
381
+ json = model_dump(json) if isinstance(json, BaseModel) else json
382
+
383
+ return await self._github.arequest(
384
+ "POST",
385
+ url,
386
+ json=exclude_unset(json),
387
+ headers=exclude_unset(headers),
388
+ error_models={
389
+ "404": BasicError,
390
+ "422": ValidationError,
391
+ "500": BasicError,
392
+ },
393
+ )
394
+
395
+ @overload
396
+ def delete_codespaces_access_users(
397
+ self,
398
+ org: str,
399
+ *,
400
+ headers: Optional[Dict[str, str]] = None,
401
+ data: OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType,
402
+ ) -> Response: ...
403
+
404
+ @overload
405
+ def delete_codespaces_access_users(
406
+ self,
407
+ org: str,
408
+ *,
409
+ data: Literal[UNSET] = UNSET,
410
+ headers: Optional[Dict[str, str]] = None,
411
+ selected_usernames: List[str],
412
+ ) -> Response: ...
413
+
414
+ def delete_codespaces_access_users(
415
+ self,
416
+ org: str,
417
+ *,
418
+ headers: Optional[Dict[str, str]] = None,
419
+ data: Missing[OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType] = UNSET,
420
+ **kwargs,
421
+ ) -> Response:
422
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization"""
423
+
424
+ from ..models import (
425
+ BasicError,
426
+ ValidationError,
427
+ OrgsOrgCodespacesAccessSelectedUsersDeleteBody,
428
+ )
429
+
430
+ url = f"/orgs/{org}/codespaces/access/selected_users"
431
+
432
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
433
+
434
+ if not kwargs:
435
+ kwargs = UNSET
436
+
437
+ json = kwargs if data is UNSET else data
438
+ json = type_validate_python(
439
+ OrgsOrgCodespacesAccessSelectedUsersDeleteBody, json
440
+ )
441
+ json = model_dump(json) if isinstance(json, BaseModel) else json
442
+
443
+ return self._github.request(
444
+ "DELETE",
445
+ url,
446
+ json=exclude_unset(json),
447
+ headers=exclude_unset(headers),
448
+ error_models={
449
+ "404": BasicError,
450
+ "422": ValidationError,
451
+ "500": BasicError,
452
+ },
453
+ )
454
+
455
+ @overload
456
+ async def async_delete_codespaces_access_users(
457
+ self,
458
+ org: str,
459
+ *,
460
+ headers: Optional[Dict[str, str]] = None,
461
+ data: OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType,
462
+ ) -> Response: ...
463
+
464
+ @overload
465
+ async def async_delete_codespaces_access_users(
466
+ self,
467
+ org: str,
468
+ *,
469
+ data: Literal[UNSET] = UNSET,
470
+ headers: Optional[Dict[str, str]] = None,
471
+ selected_usernames: List[str],
472
+ ) -> Response: ...
473
+
474
+ async def async_delete_codespaces_access_users(
475
+ self,
476
+ org: str,
477
+ *,
478
+ headers: Optional[Dict[str, str]] = None,
479
+ data: Missing[OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType] = UNSET,
480
+ **kwargs,
481
+ ) -> Response:
482
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#remove-users-from-codespaces-access-for-an-organization"""
483
+
484
+ from ..models import (
485
+ BasicError,
486
+ ValidationError,
487
+ OrgsOrgCodespacesAccessSelectedUsersDeleteBody,
488
+ )
489
+
490
+ url = f"/orgs/{org}/codespaces/access/selected_users"
491
+
492
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
493
+
494
+ if not kwargs:
495
+ kwargs = UNSET
496
+
497
+ json = kwargs if data is UNSET else data
498
+ json = type_validate_python(
499
+ OrgsOrgCodespacesAccessSelectedUsersDeleteBody, json
500
+ )
501
+ json = model_dump(json) if isinstance(json, BaseModel) else json
502
+
503
+ return await self._github.arequest(
504
+ "DELETE",
505
+ url,
506
+ json=exclude_unset(json),
507
+ headers=exclude_unset(headers),
508
+ error_models={
509
+ "404": BasicError,
510
+ "422": ValidationError,
511
+ "500": BasicError,
512
+ },
513
+ )
514
+
515
+ def list_org_secrets(
516
+ self,
517
+ org: str,
518
+ per_page: Missing[int] = UNSET,
519
+ page: Missing[int] = UNSET,
520
+ *,
521
+ headers: Optional[Dict[str, str]] = None,
522
+ ) -> Response[OrgsOrgCodespacesSecretsGetResponse200]:
523
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets"""
524
+
525
+ from ..models import OrgsOrgCodespacesSecretsGetResponse200
526
+
527
+ url = f"/orgs/{org}/codespaces/secrets"
528
+
529
+ params = {
530
+ "per_page": per_page,
531
+ "page": page,
532
+ }
533
+
534
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
535
+
536
+ return self._github.request(
537
+ "GET",
538
+ url,
539
+ params=exclude_unset(params),
540
+ headers=exclude_unset(headers),
541
+ response_model=OrgsOrgCodespacesSecretsGetResponse200,
542
+ )
543
+
544
+ async def async_list_org_secrets(
545
+ self,
546
+ org: str,
547
+ per_page: Missing[int] = UNSET,
548
+ page: Missing[int] = UNSET,
549
+ *,
550
+ headers: Optional[Dict[str, str]] = None,
551
+ ) -> Response[OrgsOrgCodespacesSecretsGetResponse200]:
552
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-organization-secrets"""
553
+
554
+ from ..models import OrgsOrgCodespacesSecretsGetResponse200
555
+
556
+ url = f"/orgs/{org}/codespaces/secrets"
557
+
558
+ params = {
559
+ "per_page": per_page,
560
+ "page": page,
561
+ }
562
+
563
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
564
+
565
+ return await self._github.arequest(
566
+ "GET",
567
+ url,
568
+ params=exclude_unset(params),
569
+ headers=exclude_unset(headers),
570
+ response_model=OrgsOrgCodespacesSecretsGetResponse200,
571
+ )
572
+
573
+ def get_org_public_key(
574
+ self,
575
+ org: str,
576
+ *,
577
+ headers: Optional[Dict[str, str]] = None,
578
+ ) -> Response[CodespacesPublicKey]:
579
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key"""
580
+
581
+ from ..models import CodespacesPublicKey
582
+
583
+ url = f"/orgs/{org}/codespaces/secrets/public-key"
584
+
585
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
586
+
587
+ return self._github.request(
588
+ "GET",
589
+ url,
590
+ headers=exclude_unset(headers),
591
+ response_model=CodespacesPublicKey,
592
+ )
593
+
594
+ async def async_get_org_public_key(
595
+ self,
596
+ org: str,
597
+ *,
598
+ headers: Optional[Dict[str, str]] = None,
599
+ ) -> Response[CodespacesPublicKey]:
600
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-public-key"""
601
+
602
+ from ..models import CodespacesPublicKey
603
+
604
+ url = f"/orgs/{org}/codespaces/secrets/public-key"
605
+
606
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
607
+
608
+ return await self._github.arequest(
609
+ "GET",
610
+ url,
611
+ headers=exclude_unset(headers),
612
+ response_model=CodespacesPublicKey,
613
+ )
614
+
615
+ def get_org_secret(
616
+ self,
617
+ org: str,
618
+ secret_name: str,
619
+ *,
620
+ headers: Optional[Dict[str, str]] = None,
621
+ ) -> Response[CodespacesOrgSecret]:
622
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret"""
623
+
624
+ from ..models import CodespacesOrgSecret
625
+
626
+ url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
627
+
628
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
629
+
630
+ return self._github.request(
631
+ "GET",
632
+ url,
633
+ headers=exclude_unset(headers),
634
+ response_model=CodespacesOrgSecret,
635
+ )
636
+
637
+ async def async_get_org_secret(
638
+ self,
639
+ org: str,
640
+ secret_name: str,
641
+ *,
642
+ headers: Optional[Dict[str, str]] = None,
643
+ ) -> Response[CodespacesOrgSecret]:
644
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#get-an-organization-secret"""
645
+
646
+ from ..models import CodespacesOrgSecret
647
+
648
+ url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
649
+
650
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
651
+
652
+ return await self._github.arequest(
653
+ "GET",
654
+ url,
655
+ headers=exclude_unset(headers),
656
+ response_model=CodespacesOrgSecret,
657
+ )
658
+
659
+ @overload
660
+ def create_or_update_org_secret(
661
+ self,
662
+ org: str,
663
+ secret_name: str,
664
+ *,
665
+ headers: Optional[Dict[str, str]] = None,
666
+ data: OrgsOrgCodespacesSecretsSecretNamePutBodyType,
667
+ ) -> Response[EmptyObject]: ...
668
+
669
+ @overload
670
+ def create_or_update_org_secret(
671
+ self,
672
+ org: str,
673
+ secret_name: str,
674
+ *,
675
+ data: Literal[UNSET] = UNSET,
676
+ headers: Optional[Dict[str, str]] = None,
677
+ encrypted_value: Missing[str] = UNSET,
678
+ key_id: Missing[str] = UNSET,
679
+ visibility: Literal["all", "private", "selected"],
680
+ selected_repository_ids: Missing[List[int]] = UNSET,
681
+ ) -> Response[EmptyObject]: ...
682
+
683
+ def create_or_update_org_secret(
684
+ self,
685
+ org: str,
686
+ secret_name: str,
687
+ *,
688
+ headers: Optional[Dict[str, str]] = None,
689
+ data: Missing[OrgsOrgCodespacesSecretsSecretNamePutBodyType] = UNSET,
690
+ **kwargs,
691
+ ) -> Response[EmptyObject]:
692
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret"""
693
+
694
+ from ..models import (
695
+ BasicError,
696
+ EmptyObject,
697
+ ValidationError,
698
+ OrgsOrgCodespacesSecretsSecretNamePutBody,
699
+ )
700
+
701
+ url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
702
+
703
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
704
+
705
+ if not kwargs:
706
+ kwargs = UNSET
707
+
708
+ json = kwargs if data is UNSET else data
709
+ json = type_validate_python(OrgsOrgCodespacesSecretsSecretNamePutBody, json)
710
+ json = model_dump(json) if isinstance(json, BaseModel) else json
711
+
712
+ return self._github.request(
713
+ "PUT",
714
+ url,
715
+ json=exclude_unset(json),
716
+ headers=exclude_unset(headers),
717
+ response_model=EmptyObject,
718
+ error_models={
719
+ "404": BasicError,
720
+ "422": ValidationError,
721
+ },
722
+ )
723
+
724
+ @overload
725
+ async def async_create_or_update_org_secret(
726
+ self,
727
+ org: str,
728
+ secret_name: str,
729
+ *,
730
+ headers: Optional[Dict[str, str]] = None,
731
+ data: OrgsOrgCodespacesSecretsSecretNamePutBodyType,
732
+ ) -> Response[EmptyObject]: ...
733
+
734
+ @overload
735
+ async def async_create_or_update_org_secret(
736
+ self,
737
+ org: str,
738
+ secret_name: str,
739
+ *,
740
+ data: Literal[UNSET] = UNSET,
741
+ headers: Optional[Dict[str, str]] = None,
742
+ encrypted_value: Missing[str] = UNSET,
743
+ key_id: Missing[str] = UNSET,
744
+ visibility: Literal["all", "private", "selected"],
745
+ selected_repository_ids: Missing[List[int]] = UNSET,
746
+ ) -> Response[EmptyObject]: ...
747
+
748
+ async def async_create_or_update_org_secret(
749
+ self,
750
+ org: str,
751
+ secret_name: str,
752
+ *,
753
+ headers: Optional[Dict[str, str]] = None,
754
+ data: Missing[OrgsOrgCodespacesSecretsSecretNamePutBodyType] = UNSET,
755
+ **kwargs,
756
+ ) -> Response[EmptyObject]:
757
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#create-or-update-an-organization-secret"""
758
+
759
+ from ..models import (
760
+ BasicError,
761
+ EmptyObject,
762
+ ValidationError,
763
+ OrgsOrgCodespacesSecretsSecretNamePutBody,
764
+ )
765
+
766
+ url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
767
+
768
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
769
+
770
+ if not kwargs:
771
+ kwargs = UNSET
772
+
773
+ json = kwargs if data is UNSET else data
774
+ json = type_validate_python(OrgsOrgCodespacesSecretsSecretNamePutBody, json)
775
+ json = model_dump(json) if isinstance(json, BaseModel) else json
776
+
777
+ return await self._github.arequest(
778
+ "PUT",
779
+ url,
780
+ json=exclude_unset(json),
781
+ headers=exclude_unset(headers),
782
+ response_model=EmptyObject,
783
+ error_models={
784
+ "404": BasicError,
785
+ "422": ValidationError,
786
+ },
787
+ )
788
+
789
+ def delete_org_secret(
790
+ self,
791
+ org: str,
792
+ secret_name: str,
793
+ *,
794
+ headers: Optional[Dict[str, str]] = None,
795
+ ) -> Response:
796
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret"""
797
+
798
+ from ..models import BasicError
799
+
800
+ url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
801
+
802
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
803
+
804
+ return self._github.request(
805
+ "DELETE",
806
+ url,
807
+ headers=exclude_unset(headers),
808
+ error_models={
809
+ "404": BasicError,
810
+ },
811
+ )
812
+
813
+ async def async_delete_org_secret(
814
+ self,
815
+ org: str,
816
+ secret_name: str,
817
+ *,
818
+ headers: Optional[Dict[str, str]] = None,
819
+ ) -> Response:
820
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#delete-an-organization-secret"""
821
+
822
+ from ..models import BasicError
823
+
824
+ url = f"/orgs/{org}/codespaces/secrets/{secret_name}"
825
+
826
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
827
+
828
+ return await self._github.arequest(
829
+ "DELETE",
830
+ url,
831
+ headers=exclude_unset(headers),
832
+ error_models={
833
+ "404": BasicError,
834
+ },
835
+ )
836
+
837
+ def list_selected_repos_for_org_secret(
838
+ self,
839
+ org: str,
840
+ secret_name: str,
841
+ page: Missing[int] = UNSET,
842
+ per_page: Missing[int] = UNSET,
843
+ *,
844
+ headers: Optional[Dict[str, str]] = None,
845
+ ) -> Response[OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200]:
846
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret"""
847
+
848
+ from ..models import (
849
+ BasicError,
850
+ OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
851
+ )
852
+
853
+ url = f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories"
854
+
855
+ params = {
856
+ "page": page,
857
+ "per_page": per_page,
858
+ }
859
+
860
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
861
+
862
+ return self._github.request(
863
+ "GET",
864
+ url,
865
+ params=exclude_unset(params),
866
+ headers=exclude_unset(headers),
867
+ response_model=OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
868
+ error_models={
869
+ "404": BasicError,
870
+ },
871
+ )
872
+
873
+ async def async_list_selected_repos_for_org_secret(
874
+ self,
875
+ org: str,
876
+ secret_name: str,
877
+ page: Missing[int] = UNSET,
878
+ per_page: Missing[int] = UNSET,
879
+ *,
880
+ headers: Optional[Dict[str, str]] = None,
881
+ ) -> Response[OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200]:
882
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#list-selected-repositories-for-an-organization-secret"""
883
+
884
+ from ..models import (
885
+ BasicError,
886
+ OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
887
+ )
888
+
889
+ url = f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories"
890
+
891
+ params = {
892
+ "page": page,
893
+ "per_page": per_page,
894
+ }
895
+
896
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
897
+
898
+ return await self._github.arequest(
899
+ "GET",
900
+ url,
901
+ params=exclude_unset(params),
902
+ headers=exclude_unset(headers),
903
+ response_model=OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
904
+ error_models={
905
+ "404": BasicError,
906
+ },
907
+ )
908
+
909
+ @overload
910
+ def set_selected_repos_for_org_secret(
911
+ self,
912
+ org: str,
913
+ secret_name: str,
914
+ *,
915
+ headers: Optional[Dict[str, str]] = None,
916
+ data: OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType,
917
+ ) -> Response: ...
918
+
919
+ @overload
920
+ def set_selected_repos_for_org_secret(
921
+ self,
922
+ org: str,
923
+ secret_name: str,
924
+ *,
925
+ data: Literal[UNSET] = UNSET,
926
+ headers: Optional[Dict[str, str]] = None,
927
+ selected_repository_ids: List[int],
928
+ ) -> Response: ...
929
+
930
+ def set_selected_repos_for_org_secret(
931
+ self,
932
+ org: str,
933
+ secret_name: str,
934
+ *,
935
+ headers: Optional[Dict[str, str]] = None,
936
+ data: Missing[
937
+ OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType
938
+ ] = UNSET,
939
+ **kwargs,
940
+ ) -> Response:
941
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret"""
942
+
943
+ from ..models import (
944
+ BasicError,
945
+ OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody,
946
+ )
947
+
948
+ url = f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories"
949
+
950
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
951
+
952
+ if not kwargs:
953
+ kwargs = UNSET
954
+
955
+ json = kwargs if data is UNSET else data
956
+ json = type_validate_python(
957
+ OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody, json
958
+ )
959
+ json = model_dump(json) if isinstance(json, BaseModel) else json
960
+
961
+ return self._github.request(
962
+ "PUT",
963
+ url,
964
+ json=exclude_unset(json),
965
+ headers=exclude_unset(headers),
966
+ error_models={
967
+ "404": BasicError,
968
+ },
969
+ )
970
+
971
+ @overload
972
+ async def async_set_selected_repos_for_org_secret(
973
+ self,
974
+ org: str,
975
+ secret_name: str,
976
+ *,
977
+ headers: Optional[Dict[str, str]] = None,
978
+ data: OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType,
979
+ ) -> Response: ...
980
+
981
+ @overload
982
+ async def async_set_selected_repos_for_org_secret(
983
+ self,
984
+ org: str,
985
+ secret_name: str,
986
+ *,
987
+ data: Literal[UNSET] = UNSET,
988
+ headers: Optional[Dict[str, str]] = None,
989
+ selected_repository_ids: List[int],
990
+ ) -> Response: ...
991
+
992
+ async def async_set_selected_repos_for_org_secret(
993
+ self,
994
+ org: str,
995
+ secret_name: str,
996
+ *,
997
+ headers: Optional[Dict[str, str]] = None,
998
+ data: Missing[
999
+ OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType
1000
+ ] = UNSET,
1001
+ **kwargs,
1002
+ ) -> Response:
1003
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#set-selected-repositories-for-an-organization-secret"""
1004
+
1005
+ from ..models import (
1006
+ BasicError,
1007
+ OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody,
1008
+ )
1009
+
1010
+ url = f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories"
1011
+
1012
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1013
+
1014
+ if not kwargs:
1015
+ kwargs = UNSET
1016
+
1017
+ json = kwargs if data is UNSET else data
1018
+ json = type_validate_python(
1019
+ OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody, json
1020
+ )
1021
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1022
+
1023
+ return await self._github.arequest(
1024
+ "PUT",
1025
+ url,
1026
+ json=exclude_unset(json),
1027
+ headers=exclude_unset(headers),
1028
+ error_models={
1029
+ "404": BasicError,
1030
+ },
1031
+ )
1032
+
1033
+ def add_selected_repo_to_org_secret(
1034
+ self,
1035
+ org: str,
1036
+ secret_name: str,
1037
+ repository_id: int,
1038
+ *,
1039
+ headers: Optional[Dict[str, str]] = None,
1040
+ ) -> Response:
1041
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret"""
1042
+
1043
+ from ..models import BasicError, ValidationError
1044
+
1045
+ url = (
1046
+ f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"
1047
+ )
1048
+
1049
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1050
+
1051
+ return self._github.request(
1052
+ "PUT",
1053
+ url,
1054
+ headers=exclude_unset(headers),
1055
+ error_models={
1056
+ "404": BasicError,
1057
+ "422": ValidationError,
1058
+ },
1059
+ )
1060
+
1061
+ async def async_add_selected_repo_to_org_secret(
1062
+ self,
1063
+ org: str,
1064
+ secret_name: str,
1065
+ repository_id: int,
1066
+ *,
1067
+ headers: Optional[Dict[str, str]] = None,
1068
+ ) -> Response:
1069
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#add-selected-repository-to-an-organization-secret"""
1070
+
1071
+ from ..models import BasicError, ValidationError
1072
+
1073
+ url = (
1074
+ f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"
1075
+ )
1076
+
1077
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1078
+
1079
+ return await self._github.arequest(
1080
+ "PUT",
1081
+ url,
1082
+ headers=exclude_unset(headers),
1083
+ error_models={
1084
+ "404": BasicError,
1085
+ "422": ValidationError,
1086
+ },
1087
+ )
1088
+
1089
+ def remove_selected_repo_from_org_secret(
1090
+ self,
1091
+ org: str,
1092
+ secret_name: str,
1093
+ repository_id: int,
1094
+ *,
1095
+ headers: Optional[Dict[str, str]] = None,
1096
+ ) -> Response:
1097
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret"""
1098
+
1099
+ from ..models import BasicError, ValidationError
1100
+
1101
+ url = (
1102
+ f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"
1103
+ )
1104
+
1105
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1106
+
1107
+ return self._github.request(
1108
+ "DELETE",
1109
+ url,
1110
+ headers=exclude_unset(headers),
1111
+ error_models={
1112
+ "404": BasicError,
1113
+ "422": ValidationError,
1114
+ },
1115
+ )
1116
+
1117
+ async def async_remove_selected_repo_from_org_secret(
1118
+ self,
1119
+ org: str,
1120
+ secret_name: str,
1121
+ repository_id: int,
1122
+ *,
1123
+ headers: Optional[Dict[str, str]] = None,
1124
+ ) -> Response:
1125
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organization-secrets#remove-selected-repository-from-an-organization-secret"""
1126
+
1127
+ from ..models import BasicError, ValidationError
1128
+
1129
+ url = (
1130
+ f"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"
1131
+ )
1132
+
1133
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1134
+
1135
+ return await self._github.arequest(
1136
+ "DELETE",
1137
+ url,
1138
+ headers=exclude_unset(headers),
1139
+ error_models={
1140
+ "404": BasicError,
1141
+ "422": ValidationError,
1142
+ },
1143
+ )
1144
+
1145
+ def get_codespaces_for_user_in_org(
1146
+ self,
1147
+ org: str,
1148
+ username: str,
1149
+ per_page: Missing[int] = UNSET,
1150
+ page: Missing[int] = UNSET,
1151
+ *,
1152
+ headers: Optional[Dict[str, str]] = None,
1153
+ ) -> Response[OrgsOrgMembersUsernameCodespacesGetResponse200]:
1154
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-a-user-in-organization"""
1155
+
1156
+ from ..models import BasicError, OrgsOrgMembersUsernameCodespacesGetResponse200
1157
+
1158
+ url = f"/orgs/{org}/members/{username}/codespaces"
1159
+
1160
+ params = {
1161
+ "per_page": per_page,
1162
+ "page": page,
1163
+ }
1164
+
1165
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1166
+
1167
+ return self._github.request(
1168
+ "GET",
1169
+ url,
1170
+ params=exclude_unset(params),
1171
+ headers=exclude_unset(headers),
1172
+ response_model=OrgsOrgMembersUsernameCodespacesGetResponse200,
1173
+ error_models={
1174
+ "500": BasicError,
1175
+ "401": BasicError,
1176
+ "403": BasicError,
1177
+ "404": BasicError,
1178
+ },
1179
+ )
1180
+
1181
+ async def async_get_codespaces_for_user_in_org(
1182
+ self,
1183
+ org: str,
1184
+ username: str,
1185
+ per_page: Missing[int] = UNSET,
1186
+ page: Missing[int] = UNSET,
1187
+ *,
1188
+ headers: Optional[Dict[str, str]] = None,
1189
+ ) -> Response[OrgsOrgMembersUsernameCodespacesGetResponse200]:
1190
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#list-codespaces-for-a-user-in-organization"""
1191
+
1192
+ from ..models import BasicError, OrgsOrgMembersUsernameCodespacesGetResponse200
1193
+
1194
+ url = f"/orgs/{org}/members/{username}/codespaces"
1195
+
1196
+ params = {
1197
+ "per_page": per_page,
1198
+ "page": page,
1199
+ }
1200
+
1201
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1202
+
1203
+ return await self._github.arequest(
1204
+ "GET",
1205
+ url,
1206
+ params=exclude_unset(params),
1207
+ headers=exclude_unset(headers),
1208
+ response_model=OrgsOrgMembersUsernameCodespacesGetResponse200,
1209
+ error_models={
1210
+ "500": BasicError,
1211
+ "401": BasicError,
1212
+ "403": BasicError,
1213
+ "404": BasicError,
1214
+ },
1215
+ )
1216
+
1217
+ def delete_from_organization(
1218
+ self,
1219
+ org: str,
1220
+ username: str,
1221
+ codespace_name: str,
1222
+ *,
1223
+ headers: Optional[Dict[str, str]] = None,
1224
+ ) -> Response[AppHookDeliveriesDeliveryIdAttemptsPostResponse202]:
1225
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization"""
1226
+
1227
+ from ..models import (
1228
+ BasicError,
1229
+ AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
1230
+ )
1231
+
1232
+ url = f"/orgs/{org}/members/{username}/codespaces/{codespace_name}"
1233
+
1234
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1235
+
1236
+ return self._github.request(
1237
+ "DELETE",
1238
+ url,
1239
+ headers=exclude_unset(headers),
1240
+ response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
1241
+ error_models={
1242
+ "500": BasicError,
1243
+ "401": BasicError,
1244
+ "403": BasicError,
1245
+ "404": BasicError,
1246
+ },
1247
+ )
1248
+
1249
+ async def async_delete_from_organization(
1250
+ self,
1251
+ org: str,
1252
+ username: str,
1253
+ codespace_name: str,
1254
+ *,
1255
+ headers: Optional[Dict[str, str]] = None,
1256
+ ) -> Response[AppHookDeliveriesDeliveryIdAttemptsPostResponse202]:
1257
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#delete-a-codespace-from-the-organization"""
1258
+
1259
+ from ..models import (
1260
+ BasicError,
1261
+ AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
1262
+ )
1263
+
1264
+ url = f"/orgs/{org}/members/{username}/codespaces/{codespace_name}"
1265
+
1266
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1267
+
1268
+ return await self._github.arequest(
1269
+ "DELETE",
1270
+ url,
1271
+ headers=exclude_unset(headers),
1272
+ response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
1273
+ error_models={
1274
+ "500": BasicError,
1275
+ "401": BasicError,
1276
+ "403": BasicError,
1277
+ "404": BasicError,
1278
+ },
1279
+ )
1280
+
1281
+ def stop_in_organization(
1282
+ self,
1283
+ org: str,
1284
+ username: str,
1285
+ codespace_name: str,
1286
+ *,
1287
+ headers: Optional[Dict[str, str]] = None,
1288
+ ) -> Response[Codespace]:
1289
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user"""
1290
+
1291
+ from ..models import Codespace, BasicError
1292
+
1293
+ url = f"/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop"
1294
+
1295
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1296
+
1297
+ return self._github.request(
1298
+ "POST",
1299
+ url,
1300
+ headers=exclude_unset(headers),
1301
+ response_model=Codespace,
1302
+ error_models={
1303
+ "500": BasicError,
1304
+ "401": BasicError,
1305
+ "403": BasicError,
1306
+ "404": BasicError,
1307
+ },
1308
+ )
1309
+
1310
+ async def async_stop_in_organization(
1311
+ self,
1312
+ org: str,
1313
+ username: str,
1314
+ codespace_name: str,
1315
+ *,
1316
+ headers: Optional[Dict[str, str]] = None,
1317
+ ) -> Response[Codespace]:
1318
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/organizations#stop-a-codespace-for-an-organization-user"""
1319
+
1320
+ from ..models import Codespace, BasicError
1321
+
1322
+ url = f"/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop"
1323
+
1324
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1325
+
1326
+ return await self._github.arequest(
1327
+ "POST",
1328
+ url,
1329
+ headers=exclude_unset(headers),
1330
+ response_model=Codespace,
1331
+ error_models={
1332
+ "500": BasicError,
1333
+ "401": BasicError,
1334
+ "403": BasicError,
1335
+ "404": BasicError,
1336
+ },
1337
+ )
1338
+
1339
+ def list_in_repository_for_authenticated_user(
1340
+ self,
1341
+ owner: str,
1342
+ repo: str,
1343
+ per_page: Missing[int] = UNSET,
1344
+ page: Missing[int] = UNSET,
1345
+ *,
1346
+ headers: Optional[Dict[str, str]] = None,
1347
+ ) -> Response[ReposOwnerRepoCodespacesGetResponse200]:
1348
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user"""
1349
+
1350
+ from ..models import BasicError, ReposOwnerRepoCodespacesGetResponse200
1351
+
1352
+ url = f"/repos/{owner}/{repo}/codespaces"
1353
+
1354
+ params = {
1355
+ "per_page": per_page,
1356
+ "page": page,
1357
+ }
1358
+
1359
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1360
+
1361
+ return self._github.request(
1362
+ "GET",
1363
+ url,
1364
+ params=exclude_unset(params),
1365
+ headers=exclude_unset(headers),
1366
+ response_model=ReposOwnerRepoCodespacesGetResponse200,
1367
+ error_models={
1368
+ "500": BasicError,
1369
+ "401": BasicError,
1370
+ "403": BasicError,
1371
+ "404": BasicError,
1372
+ },
1373
+ )
1374
+
1375
+ async def async_list_in_repository_for_authenticated_user(
1376
+ self,
1377
+ owner: str,
1378
+ repo: str,
1379
+ per_page: Missing[int] = UNSET,
1380
+ page: Missing[int] = UNSET,
1381
+ *,
1382
+ headers: Optional[Dict[str, str]] = None,
1383
+ ) -> Response[ReposOwnerRepoCodespacesGetResponse200]:
1384
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user"""
1385
+
1386
+ from ..models import BasicError, ReposOwnerRepoCodespacesGetResponse200
1387
+
1388
+ url = f"/repos/{owner}/{repo}/codespaces"
1389
+
1390
+ params = {
1391
+ "per_page": per_page,
1392
+ "page": page,
1393
+ }
1394
+
1395
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1396
+
1397
+ return await self._github.arequest(
1398
+ "GET",
1399
+ url,
1400
+ params=exclude_unset(params),
1401
+ headers=exclude_unset(headers),
1402
+ response_model=ReposOwnerRepoCodespacesGetResponse200,
1403
+ error_models={
1404
+ "500": BasicError,
1405
+ "401": BasicError,
1406
+ "403": BasicError,
1407
+ "404": BasicError,
1408
+ },
1409
+ )
1410
+
1411
+ @overload
1412
+ def create_with_repo_for_authenticated_user(
1413
+ self,
1414
+ owner: str,
1415
+ repo: str,
1416
+ *,
1417
+ headers: Optional[Dict[str, str]] = None,
1418
+ data: Union[ReposOwnerRepoCodespacesPostBodyType, None],
1419
+ ) -> Response[Codespace]: ...
1420
+
1421
+ @overload
1422
+ def create_with_repo_for_authenticated_user(
1423
+ self,
1424
+ owner: str,
1425
+ repo: str,
1426
+ *,
1427
+ data: Literal[UNSET] = UNSET,
1428
+ headers: Optional[Dict[str, str]] = None,
1429
+ ref: Missing[str] = UNSET,
1430
+ location: Missing[str] = UNSET,
1431
+ geo: Missing[
1432
+ Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
1433
+ ] = UNSET,
1434
+ client_ip: Missing[str] = UNSET,
1435
+ machine: Missing[str] = UNSET,
1436
+ devcontainer_path: Missing[str] = UNSET,
1437
+ multi_repo_permissions_opt_out: Missing[bool] = UNSET,
1438
+ working_directory: Missing[str] = UNSET,
1439
+ idle_timeout_minutes: Missing[int] = UNSET,
1440
+ display_name: Missing[str] = UNSET,
1441
+ retention_period_minutes: Missing[int] = UNSET,
1442
+ ) -> Response[Codespace]: ...
1443
+
1444
+ def create_with_repo_for_authenticated_user(
1445
+ self,
1446
+ owner: str,
1447
+ repo: str,
1448
+ *,
1449
+ headers: Optional[Dict[str, str]] = None,
1450
+ data: Missing[Union[ReposOwnerRepoCodespacesPostBodyType, None]] = UNSET,
1451
+ **kwargs,
1452
+ ) -> Response[Codespace]:
1453
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository"""
1454
+
1455
+ from typing import Union
1456
+
1457
+ from ..models import (
1458
+ Codespace,
1459
+ BasicError,
1460
+ ReposOwnerRepoCodespacesPostBody,
1461
+ EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
1462
+ )
1463
+
1464
+ url = f"/repos/{owner}/{repo}/codespaces"
1465
+
1466
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1467
+
1468
+ if not kwargs:
1469
+ kwargs = UNSET
1470
+
1471
+ json = kwargs if data is UNSET else data
1472
+ json = type_validate_python(Union[ReposOwnerRepoCodespacesPostBody, None], json)
1473
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1474
+
1475
+ return self._github.request(
1476
+ "POST",
1477
+ url,
1478
+ json=exclude_unset(json),
1479
+ headers=exclude_unset(headers),
1480
+ response_model=Codespace,
1481
+ error_models={
1482
+ "400": BasicError,
1483
+ "401": BasicError,
1484
+ "403": BasicError,
1485
+ "404": BasicError,
1486
+ "503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
1487
+ },
1488
+ )
1489
+
1490
+ @overload
1491
+ async def async_create_with_repo_for_authenticated_user(
1492
+ self,
1493
+ owner: str,
1494
+ repo: str,
1495
+ *,
1496
+ headers: Optional[Dict[str, str]] = None,
1497
+ data: Union[ReposOwnerRepoCodespacesPostBodyType, None],
1498
+ ) -> Response[Codespace]: ...
1499
+
1500
+ @overload
1501
+ async def async_create_with_repo_for_authenticated_user(
1502
+ self,
1503
+ owner: str,
1504
+ repo: str,
1505
+ *,
1506
+ data: Literal[UNSET] = UNSET,
1507
+ headers: Optional[Dict[str, str]] = None,
1508
+ ref: Missing[str] = UNSET,
1509
+ location: Missing[str] = UNSET,
1510
+ geo: Missing[
1511
+ Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
1512
+ ] = UNSET,
1513
+ client_ip: Missing[str] = UNSET,
1514
+ machine: Missing[str] = UNSET,
1515
+ devcontainer_path: Missing[str] = UNSET,
1516
+ multi_repo_permissions_opt_out: Missing[bool] = UNSET,
1517
+ working_directory: Missing[str] = UNSET,
1518
+ idle_timeout_minutes: Missing[int] = UNSET,
1519
+ display_name: Missing[str] = UNSET,
1520
+ retention_period_minutes: Missing[int] = UNSET,
1521
+ ) -> Response[Codespace]: ...
1522
+
1523
+ async def async_create_with_repo_for_authenticated_user(
1524
+ self,
1525
+ owner: str,
1526
+ repo: str,
1527
+ *,
1528
+ headers: Optional[Dict[str, str]] = None,
1529
+ data: Missing[Union[ReposOwnerRepoCodespacesPostBodyType, None]] = UNSET,
1530
+ **kwargs,
1531
+ ) -> Response[Codespace]:
1532
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository"""
1533
+
1534
+ from typing import Union
1535
+
1536
+ from ..models import (
1537
+ Codespace,
1538
+ BasicError,
1539
+ ReposOwnerRepoCodespacesPostBody,
1540
+ EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
1541
+ )
1542
+
1543
+ url = f"/repos/{owner}/{repo}/codespaces"
1544
+
1545
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1546
+
1547
+ if not kwargs:
1548
+ kwargs = UNSET
1549
+
1550
+ json = kwargs if data is UNSET else data
1551
+ json = type_validate_python(Union[ReposOwnerRepoCodespacesPostBody, None], json)
1552
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1553
+
1554
+ return await self._github.arequest(
1555
+ "POST",
1556
+ url,
1557
+ json=exclude_unset(json),
1558
+ headers=exclude_unset(headers),
1559
+ response_model=Codespace,
1560
+ error_models={
1561
+ "400": BasicError,
1562
+ "401": BasicError,
1563
+ "403": BasicError,
1564
+ "404": BasicError,
1565
+ "503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
1566
+ },
1567
+ )
1568
+
1569
+ def list_devcontainers_in_repository_for_authenticated_user(
1570
+ self,
1571
+ owner: str,
1572
+ repo: str,
1573
+ per_page: Missing[int] = UNSET,
1574
+ page: Missing[int] = UNSET,
1575
+ *,
1576
+ headers: Optional[Dict[str, str]] = None,
1577
+ ) -> Response[ReposOwnerRepoCodespacesDevcontainersGetResponse200]:
1578
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-devcontainer-configurations-in-a-repository-for-the-authenticated-user"""
1579
+
1580
+ from ..models import (
1581
+ BasicError,
1582
+ ReposOwnerRepoCodespacesDevcontainersGetResponse200,
1583
+ )
1584
+
1585
+ url = f"/repos/{owner}/{repo}/codespaces/devcontainers"
1586
+
1587
+ params = {
1588
+ "per_page": per_page,
1589
+ "page": page,
1590
+ }
1591
+
1592
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1593
+
1594
+ return self._github.request(
1595
+ "GET",
1596
+ url,
1597
+ params=exclude_unset(params),
1598
+ headers=exclude_unset(headers),
1599
+ response_model=ReposOwnerRepoCodespacesDevcontainersGetResponse200,
1600
+ error_models={
1601
+ "500": BasicError,
1602
+ "400": BasicError,
1603
+ "401": BasicError,
1604
+ "403": BasicError,
1605
+ "404": BasicError,
1606
+ },
1607
+ )
1608
+
1609
+ async def async_list_devcontainers_in_repository_for_authenticated_user(
1610
+ self,
1611
+ owner: str,
1612
+ repo: str,
1613
+ per_page: Missing[int] = UNSET,
1614
+ page: Missing[int] = UNSET,
1615
+ *,
1616
+ headers: Optional[Dict[str, str]] = None,
1617
+ ) -> Response[ReposOwnerRepoCodespacesDevcontainersGetResponse200]:
1618
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-devcontainer-configurations-in-a-repository-for-the-authenticated-user"""
1619
+
1620
+ from ..models import (
1621
+ BasicError,
1622
+ ReposOwnerRepoCodespacesDevcontainersGetResponse200,
1623
+ )
1624
+
1625
+ url = f"/repos/{owner}/{repo}/codespaces/devcontainers"
1626
+
1627
+ params = {
1628
+ "per_page": per_page,
1629
+ "page": page,
1630
+ }
1631
+
1632
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1633
+
1634
+ return await self._github.arequest(
1635
+ "GET",
1636
+ url,
1637
+ params=exclude_unset(params),
1638
+ headers=exclude_unset(headers),
1639
+ response_model=ReposOwnerRepoCodespacesDevcontainersGetResponse200,
1640
+ error_models={
1641
+ "500": BasicError,
1642
+ "400": BasicError,
1643
+ "401": BasicError,
1644
+ "403": BasicError,
1645
+ "404": BasicError,
1646
+ },
1647
+ )
1648
+
1649
+ def repo_machines_for_authenticated_user(
1650
+ self,
1651
+ owner: str,
1652
+ repo: str,
1653
+ location: Missing[str] = UNSET,
1654
+ client_ip: Missing[str] = UNSET,
1655
+ ref: Missing[str] = UNSET,
1656
+ *,
1657
+ headers: Optional[Dict[str, str]] = None,
1658
+ ) -> Response[ReposOwnerRepoCodespacesMachinesGetResponse200]:
1659
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository"""
1660
+
1661
+ from ..models import BasicError, ReposOwnerRepoCodespacesMachinesGetResponse200
1662
+
1663
+ url = f"/repos/{owner}/{repo}/codespaces/machines"
1664
+
1665
+ params = {
1666
+ "location": location,
1667
+ "client_ip": client_ip,
1668
+ "ref": ref,
1669
+ }
1670
+
1671
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1672
+
1673
+ return self._github.request(
1674
+ "GET",
1675
+ url,
1676
+ params=exclude_unset(params),
1677
+ headers=exclude_unset(headers),
1678
+ response_model=ReposOwnerRepoCodespacesMachinesGetResponse200,
1679
+ error_models={
1680
+ "500": BasicError,
1681
+ "401": BasicError,
1682
+ "403": BasicError,
1683
+ "404": BasicError,
1684
+ },
1685
+ )
1686
+
1687
+ async def async_repo_machines_for_authenticated_user(
1688
+ self,
1689
+ owner: str,
1690
+ repo: str,
1691
+ location: Missing[str] = UNSET,
1692
+ client_ip: Missing[str] = UNSET,
1693
+ ref: Missing[str] = UNSET,
1694
+ *,
1695
+ headers: Optional[Dict[str, str]] = None,
1696
+ ) -> Response[ReposOwnerRepoCodespacesMachinesGetResponse200]:
1697
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository"""
1698
+
1699
+ from ..models import BasicError, ReposOwnerRepoCodespacesMachinesGetResponse200
1700
+
1701
+ url = f"/repos/{owner}/{repo}/codespaces/machines"
1702
+
1703
+ params = {
1704
+ "location": location,
1705
+ "client_ip": client_ip,
1706
+ "ref": ref,
1707
+ }
1708
+
1709
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1710
+
1711
+ return await self._github.arequest(
1712
+ "GET",
1713
+ url,
1714
+ params=exclude_unset(params),
1715
+ headers=exclude_unset(headers),
1716
+ response_model=ReposOwnerRepoCodespacesMachinesGetResponse200,
1717
+ error_models={
1718
+ "500": BasicError,
1719
+ "401": BasicError,
1720
+ "403": BasicError,
1721
+ "404": BasicError,
1722
+ },
1723
+ )
1724
+
1725
+ def pre_flight_with_repo_for_authenticated_user(
1726
+ self,
1727
+ owner: str,
1728
+ repo: str,
1729
+ ref: Missing[str] = UNSET,
1730
+ client_ip: Missing[str] = UNSET,
1731
+ *,
1732
+ headers: Optional[Dict[str, str]] = None,
1733
+ ) -> Response[ReposOwnerRepoCodespacesNewGetResponse200]:
1734
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace"""
1735
+
1736
+ from ..models import BasicError, ReposOwnerRepoCodespacesNewGetResponse200
1737
+
1738
+ url = f"/repos/{owner}/{repo}/codespaces/new"
1739
+
1740
+ params = {
1741
+ "ref": ref,
1742
+ "client_ip": client_ip,
1743
+ }
1744
+
1745
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1746
+
1747
+ return self._github.request(
1748
+ "GET",
1749
+ url,
1750
+ params=exclude_unset(params),
1751
+ headers=exclude_unset(headers),
1752
+ response_model=ReposOwnerRepoCodespacesNewGetResponse200,
1753
+ error_models={
1754
+ "401": BasicError,
1755
+ "403": BasicError,
1756
+ "404": BasicError,
1757
+ },
1758
+ )
1759
+
1760
+ async def async_pre_flight_with_repo_for_authenticated_user(
1761
+ self,
1762
+ owner: str,
1763
+ repo: str,
1764
+ ref: Missing[str] = UNSET,
1765
+ client_ip: Missing[str] = UNSET,
1766
+ *,
1767
+ headers: Optional[Dict[str, str]] = None,
1768
+ ) -> Response[ReposOwnerRepoCodespacesNewGetResponse200]:
1769
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace"""
1770
+
1771
+ from ..models import BasicError, ReposOwnerRepoCodespacesNewGetResponse200
1772
+
1773
+ url = f"/repos/{owner}/{repo}/codespaces/new"
1774
+
1775
+ params = {
1776
+ "ref": ref,
1777
+ "client_ip": client_ip,
1778
+ }
1779
+
1780
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1781
+
1782
+ return await self._github.arequest(
1783
+ "GET",
1784
+ url,
1785
+ params=exclude_unset(params),
1786
+ headers=exclude_unset(headers),
1787
+ response_model=ReposOwnerRepoCodespacesNewGetResponse200,
1788
+ error_models={
1789
+ "401": BasicError,
1790
+ "403": BasicError,
1791
+ "404": BasicError,
1792
+ },
1793
+ )
1794
+
1795
+ def check_permissions_for_devcontainer(
1796
+ self,
1797
+ owner: str,
1798
+ repo: str,
1799
+ ref: str,
1800
+ devcontainer_path: str,
1801
+ *,
1802
+ headers: Optional[Dict[str, str]] = None,
1803
+ ) -> Response[CodespacesPermissionsCheckForDevcontainer]:
1804
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user"""
1805
+
1806
+ from ..models import (
1807
+ BasicError,
1808
+ ValidationError,
1809
+ CodespacesPermissionsCheckForDevcontainer,
1810
+ EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
1811
+ )
1812
+
1813
+ url = f"/repos/{owner}/{repo}/codespaces/permissions_check"
1814
+
1815
+ params = {
1816
+ "ref": ref,
1817
+ "devcontainer_path": devcontainer_path,
1818
+ }
1819
+
1820
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1821
+
1822
+ return self._github.request(
1823
+ "GET",
1824
+ url,
1825
+ params=exclude_unset(params),
1826
+ headers=exclude_unset(headers),
1827
+ response_model=CodespacesPermissionsCheckForDevcontainer,
1828
+ error_models={
1829
+ "401": BasicError,
1830
+ "403": BasicError,
1831
+ "404": BasicError,
1832
+ "422": ValidationError,
1833
+ "503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
1834
+ },
1835
+ )
1836
+
1837
+ async def async_check_permissions_for_devcontainer(
1838
+ self,
1839
+ owner: str,
1840
+ repo: str,
1841
+ ref: str,
1842
+ devcontainer_path: str,
1843
+ *,
1844
+ headers: Optional[Dict[str, str]] = None,
1845
+ ) -> Response[CodespacesPermissionsCheckForDevcontainer]:
1846
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user"""
1847
+
1848
+ from ..models import (
1849
+ BasicError,
1850
+ ValidationError,
1851
+ CodespacesPermissionsCheckForDevcontainer,
1852
+ EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
1853
+ )
1854
+
1855
+ url = f"/repos/{owner}/{repo}/codespaces/permissions_check"
1856
+
1857
+ params = {
1858
+ "ref": ref,
1859
+ "devcontainer_path": devcontainer_path,
1860
+ }
1861
+
1862
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1863
+
1864
+ return await self._github.arequest(
1865
+ "GET",
1866
+ url,
1867
+ params=exclude_unset(params),
1868
+ headers=exclude_unset(headers),
1869
+ response_model=CodespacesPermissionsCheckForDevcontainer,
1870
+ error_models={
1871
+ "401": BasicError,
1872
+ "403": BasicError,
1873
+ "404": BasicError,
1874
+ "422": ValidationError,
1875
+ "503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
1876
+ },
1877
+ )
1878
+
1879
+ def list_repo_secrets(
1880
+ self,
1881
+ owner: str,
1882
+ repo: str,
1883
+ per_page: Missing[int] = UNSET,
1884
+ page: Missing[int] = UNSET,
1885
+ *,
1886
+ headers: Optional[Dict[str, str]] = None,
1887
+ ) -> Response[ReposOwnerRepoCodespacesSecretsGetResponse200]:
1888
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets"""
1889
+
1890
+ from ..models import ReposOwnerRepoCodespacesSecretsGetResponse200
1891
+
1892
+ url = f"/repos/{owner}/{repo}/codespaces/secrets"
1893
+
1894
+ params = {
1895
+ "per_page": per_page,
1896
+ "page": page,
1897
+ }
1898
+
1899
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1900
+
1901
+ return self._github.request(
1902
+ "GET",
1903
+ url,
1904
+ params=exclude_unset(params),
1905
+ headers=exclude_unset(headers),
1906
+ response_model=ReposOwnerRepoCodespacesSecretsGetResponse200,
1907
+ )
1908
+
1909
+ async def async_list_repo_secrets(
1910
+ self,
1911
+ owner: str,
1912
+ repo: str,
1913
+ per_page: Missing[int] = UNSET,
1914
+ page: Missing[int] = UNSET,
1915
+ *,
1916
+ headers: Optional[Dict[str, str]] = None,
1917
+ ) -> Response[ReposOwnerRepoCodespacesSecretsGetResponse200]:
1918
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets"""
1919
+
1920
+ from ..models import ReposOwnerRepoCodespacesSecretsGetResponse200
1921
+
1922
+ url = f"/repos/{owner}/{repo}/codespaces/secrets"
1923
+
1924
+ params = {
1925
+ "per_page": per_page,
1926
+ "page": page,
1927
+ }
1928
+
1929
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1930
+
1931
+ return await self._github.arequest(
1932
+ "GET",
1933
+ url,
1934
+ params=exclude_unset(params),
1935
+ headers=exclude_unset(headers),
1936
+ response_model=ReposOwnerRepoCodespacesSecretsGetResponse200,
1937
+ )
1938
+
1939
+ def get_repo_public_key(
1940
+ self,
1941
+ owner: str,
1942
+ repo: str,
1943
+ *,
1944
+ headers: Optional[Dict[str, str]] = None,
1945
+ ) -> Response[CodespacesPublicKey]:
1946
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key"""
1947
+
1948
+ from ..models import CodespacesPublicKey
1949
+
1950
+ url = f"/repos/{owner}/{repo}/codespaces/secrets/public-key"
1951
+
1952
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1953
+
1954
+ return self._github.request(
1955
+ "GET",
1956
+ url,
1957
+ headers=exclude_unset(headers),
1958
+ response_model=CodespacesPublicKey,
1959
+ )
1960
+
1961
+ async def async_get_repo_public_key(
1962
+ self,
1963
+ owner: str,
1964
+ repo: str,
1965
+ *,
1966
+ headers: Optional[Dict[str, str]] = None,
1967
+ ) -> Response[CodespacesPublicKey]:
1968
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key"""
1969
+
1970
+ from ..models import CodespacesPublicKey
1971
+
1972
+ url = f"/repos/{owner}/{repo}/codespaces/secrets/public-key"
1973
+
1974
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1975
+
1976
+ return await self._github.arequest(
1977
+ "GET",
1978
+ url,
1979
+ headers=exclude_unset(headers),
1980
+ response_model=CodespacesPublicKey,
1981
+ )
1982
+
1983
+ def get_repo_secret(
1984
+ self,
1985
+ owner: str,
1986
+ repo: str,
1987
+ secret_name: str,
1988
+ *,
1989
+ headers: Optional[Dict[str, str]] = None,
1990
+ ) -> Response[RepoCodespacesSecret]:
1991
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret"""
1992
+
1993
+ from ..models import RepoCodespacesSecret
1994
+
1995
+ url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
1996
+
1997
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1998
+
1999
+ return self._github.request(
2000
+ "GET",
2001
+ url,
2002
+ headers=exclude_unset(headers),
2003
+ response_model=RepoCodespacesSecret,
2004
+ )
2005
+
2006
+ async def async_get_repo_secret(
2007
+ self,
2008
+ owner: str,
2009
+ repo: str,
2010
+ secret_name: str,
2011
+ *,
2012
+ headers: Optional[Dict[str, str]] = None,
2013
+ ) -> Response[RepoCodespacesSecret]:
2014
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret"""
2015
+
2016
+ from ..models import RepoCodespacesSecret
2017
+
2018
+ url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
2019
+
2020
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2021
+
2022
+ return await self._github.arequest(
2023
+ "GET",
2024
+ url,
2025
+ headers=exclude_unset(headers),
2026
+ response_model=RepoCodespacesSecret,
2027
+ )
2028
+
2029
+ @overload
2030
+ def create_or_update_repo_secret(
2031
+ self,
2032
+ owner: str,
2033
+ repo: str,
2034
+ secret_name: str,
2035
+ *,
2036
+ headers: Optional[Dict[str, str]] = None,
2037
+ data: ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType,
2038
+ ) -> Response[EmptyObject]: ...
2039
+
2040
+ @overload
2041
+ def create_or_update_repo_secret(
2042
+ self,
2043
+ owner: str,
2044
+ repo: str,
2045
+ secret_name: str,
2046
+ *,
2047
+ data: Literal[UNSET] = UNSET,
2048
+ headers: Optional[Dict[str, str]] = None,
2049
+ encrypted_value: Missing[str] = UNSET,
2050
+ key_id: Missing[str] = UNSET,
2051
+ ) -> Response[EmptyObject]: ...
2052
+
2053
+ def create_or_update_repo_secret(
2054
+ self,
2055
+ owner: str,
2056
+ repo: str,
2057
+ secret_name: str,
2058
+ *,
2059
+ headers: Optional[Dict[str, str]] = None,
2060
+ data: Missing[ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType] = UNSET,
2061
+ **kwargs,
2062
+ ) -> Response[EmptyObject]:
2063
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret"""
2064
+
2065
+ from ..models import (
2066
+ EmptyObject,
2067
+ ReposOwnerRepoCodespacesSecretsSecretNamePutBody,
2068
+ )
2069
+
2070
+ url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
2071
+
2072
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2073
+
2074
+ if not kwargs:
2075
+ kwargs = UNSET
2076
+
2077
+ json = kwargs if data is UNSET else data
2078
+ json = type_validate_python(
2079
+ ReposOwnerRepoCodespacesSecretsSecretNamePutBody, json
2080
+ )
2081
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2082
+
2083
+ return self._github.request(
2084
+ "PUT",
2085
+ url,
2086
+ json=exclude_unset(json),
2087
+ headers=exclude_unset(headers),
2088
+ response_model=EmptyObject,
2089
+ )
2090
+
2091
+ @overload
2092
+ async def async_create_or_update_repo_secret(
2093
+ self,
2094
+ owner: str,
2095
+ repo: str,
2096
+ secret_name: str,
2097
+ *,
2098
+ headers: Optional[Dict[str, str]] = None,
2099
+ data: ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType,
2100
+ ) -> Response[EmptyObject]: ...
2101
+
2102
+ @overload
2103
+ async def async_create_or_update_repo_secret(
2104
+ self,
2105
+ owner: str,
2106
+ repo: str,
2107
+ secret_name: str,
2108
+ *,
2109
+ data: Literal[UNSET] = UNSET,
2110
+ headers: Optional[Dict[str, str]] = None,
2111
+ encrypted_value: Missing[str] = UNSET,
2112
+ key_id: Missing[str] = UNSET,
2113
+ ) -> Response[EmptyObject]: ...
2114
+
2115
+ async def async_create_or_update_repo_secret(
2116
+ self,
2117
+ owner: str,
2118
+ repo: str,
2119
+ secret_name: str,
2120
+ *,
2121
+ headers: Optional[Dict[str, str]] = None,
2122
+ data: Missing[ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType] = UNSET,
2123
+ **kwargs,
2124
+ ) -> Response[EmptyObject]:
2125
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret"""
2126
+
2127
+ from ..models import (
2128
+ EmptyObject,
2129
+ ReposOwnerRepoCodespacesSecretsSecretNamePutBody,
2130
+ )
2131
+
2132
+ url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
2133
+
2134
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2135
+
2136
+ if not kwargs:
2137
+ kwargs = UNSET
2138
+
2139
+ json = kwargs if data is UNSET else data
2140
+ json = type_validate_python(
2141
+ ReposOwnerRepoCodespacesSecretsSecretNamePutBody, json
2142
+ )
2143
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2144
+
2145
+ return await self._github.arequest(
2146
+ "PUT",
2147
+ url,
2148
+ json=exclude_unset(json),
2149
+ headers=exclude_unset(headers),
2150
+ response_model=EmptyObject,
2151
+ )
2152
+
2153
+ def delete_repo_secret(
2154
+ self,
2155
+ owner: str,
2156
+ repo: str,
2157
+ secret_name: str,
2158
+ *,
2159
+ headers: Optional[Dict[str, str]] = None,
2160
+ ) -> Response:
2161
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret"""
2162
+
2163
+ url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
2164
+
2165
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2166
+
2167
+ return self._github.request(
2168
+ "DELETE",
2169
+ url,
2170
+ headers=exclude_unset(headers),
2171
+ )
2172
+
2173
+ async def async_delete_repo_secret(
2174
+ self,
2175
+ owner: str,
2176
+ repo: str,
2177
+ secret_name: str,
2178
+ *,
2179
+ headers: Optional[Dict[str, str]] = None,
2180
+ ) -> Response:
2181
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret"""
2182
+
2183
+ url = f"/repos/{owner}/{repo}/codespaces/secrets/{secret_name}"
2184
+
2185
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2186
+
2187
+ return await self._github.arequest(
2188
+ "DELETE",
2189
+ url,
2190
+ headers=exclude_unset(headers),
2191
+ )
2192
+
2193
+ @overload
2194
+ def create_with_pr_for_authenticated_user(
2195
+ self,
2196
+ owner: str,
2197
+ repo: str,
2198
+ pull_number: int,
2199
+ *,
2200
+ headers: Optional[Dict[str, str]] = None,
2201
+ data: Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None],
2202
+ ) -> Response[Codespace]: ...
2203
+
2204
+ @overload
2205
+ def create_with_pr_for_authenticated_user(
2206
+ self,
2207
+ owner: str,
2208
+ repo: str,
2209
+ pull_number: int,
2210
+ *,
2211
+ data: Literal[UNSET] = UNSET,
2212
+ headers: Optional[Dict[str, str]] = None,
2213
+ location: Missing[str] = UNSET,
2214
+ geo: Missing[
2215
+ Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
2216
+ ] = UNSET,
2217
+ client_ip: Missing[str] = UNSET,
2218
+ machine: Missing[str] = UNSET,
2219
+ devcontainer_path: Missing[str] = UNSET,
2220
+ multi_repo_permissions_opt_out: Missing[bool] = UNSET,
2221
+ working_directory: Missing[str] = UNSET,
2222
+ idle_timeout_minutes: Missing[int] = UNSET,
2223
+ display_name: Missing[str] = UNSET,
2224
+ retention_period_minutes: Missing[int] = UNSET,
2225
+ ) -> Response[Codespace]: ...
2226
+
2227
+ def create_with_pr_for_authenticated_user(
2228
+ self,
2229
+ owner: str,
2230
+ repo: str,
2231
+ pull_number: int,
2232
+ *,
2233
+ headers: Optional[Dict[str, str]] = None,
2234
+ data: Missing[
2235
+ Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None]
2236
+ ] = UNSET,
2237
+ **kwargs,
2238
+ ) -> Response[Codespace]:
2239
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request"""
2240
+
2241
+ from typing import Union
2242
+
2243
+ from ..models import (
2244
+ Codespace,
2245
+ BasicError,
2246
+ ReposOwnerRepoPullsPullNumberCodespacesPostBody,
2247
+ EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
2248
+ )
2249
+
2250
+ url = f"/repos/{owner}/{repo}/pulls/{pull_number}/codespaces"
2251
+
2252
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2253
+
2254
+ if not kwargs:
2255
+ kwargs = UNSET
2256
+
2257
+ json = kwargs if data is UNSET else data
2258
+ json = type_validate_python(
2259
+ Union[ReposOwnerRepoPullsPullNumberCodespacesPostBody, None], json
2260
+ )
2261
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2262
+
2263
+ return self._github.request(
2264
+ "POST",
2265
+ url,
2266
+ json=exclude_unset(json),
2267
+ headers=exclude_unset(headers),
2268
+ response_model=Codespace,
2269
+ error_models={
2270
+ "401": BasicError,
2271
+ "403": BasicError,
2272
+ "404": BasicError,
2273
+ "503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
2274
+ },
2275
+ )
2276
+
2277
+ @overload
2278
+ async def async_create_with_pr_for_authenticated_user(
2279
+ self,
2280
+ owner: str,
2281
+ repo: str,
2282
+ pull_number: int,
2283
+ *,
2284
+ headers: Optional[Dict[str, str]] = None,
2285
+ data: Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None],
2286
+ ) -> Response[Codespace]: ...
2287
+
2288
+ @overload
2289
+ async def async_create_with_pr_for_authenticated_user(
2290
+ self,
2291
+ owner: str,
2292
+ repo: str,
2293
+ pull_number: int,
2294
+ *,
2295
+ data: Literal[UNSET] = UNSET,
2296
+ headers: Optional[Dict[str, str]] = None,
2297
+ location: Missing[str] = UNSET,
2298
+ geo: Missing[
2299
+ Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
2300
+ ] = UNSET,
2301
+ client_ip: Missing[str] = UNSET,
2302
+ machine: Missing[str] = UNSET,
2303
+ devcontainer_path: Missing[str] = UNSET,
2304
+ multi_repo_permissions_opt_out: Missing[bool] = UNSET,
2305
+ working_directory: Missing[str] = UNSET,
2306
+ idle_timeout_minutes: Missing[int] = UNSET,
2307
+ display_name: Missing[str] = UNSET,
2308
+ retention_period_minutes: Missing[int] = UNSET,
2309
+ ) -> Response[Codespace]: ...
2310
+
2311
+ async def async_create_with_pr_for_authenticated_user(
2312
+ self,
2313
+ owner: str,
2314
+ repo: str,
2315
+ pull_number: int,
2316
+ *,
2317
+ headers: Optional[Dict[str, str]] = None,
2318
+ data: Missing[
2319
+ Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None]
2320
+ ] = UNSET,
2321
+ **kwargs,
2322
+ ) -> Response[Codespace]:
2323
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request"""
2324
+
2325
+ from typing import Union
2326
+
2327
+ from ..models import (
2328
+ Codespace,
2329
+ BasicError,
2330
+ ReposOwnerRepoPullsPullNumberCodespacesPostBody,
2331
+ EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
2332
+ )
2333
+
2334
+ url = f"/repos/{owner}/{repo}/pulls/{pull_number}/codespaces"
2335
+
2336
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2337
+
2338
+ if not kwargs:
2339
+ kwargs = UNSET
2340
+
2341
+ json = kwargs if data is UNSET else data
2342
+ json = type_validate_python(
2343
+ Union[ReposOwnerRepoPullsPullNumberCodespacesPostBody, None], json
2344
+ )
2345
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2346
+
2347
+ return await self._github.arequest(
2348
+ "POST",
2349
+ url,
2350
+ json=exclude_unset(json),
2351
+ headers=exclude_unset(headers),
2352
+ response_model=Codespace,
2353
+ error_models={
2354
+ "401": BasicError,
2355
+ "403": BasicError,
2356
+ "404": BasicError,
2357
+ "503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
2358
+ },
2359
+ )
2360
+
2361
+ def list_for_authenticated_user(
2362
+ self,
2363
+ per_page: Missing[int] = UNSET,
2364
+ page: Missing[int] = UNSET,
2365
+ repository_id: Missing[int] = UNSET,
2366
+ *,
2367
+ headers: Optional[Dict[str, str]] = None,
2368
+ ) -> Response[UserCodespacesGetResponse200]:
2369
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user"""
2370
+
2371
+ from ..models import BasicError, UserCodespacesGetResponse200
2372
+
2373
+ url = "/user/codespaces"
2374
+
2375
+ params = {
2376
+ "per_page": per_page,
2377
+ "page": page,
2378
+ "repository_id": repository_id,
2379
+ }
2380
+
2381
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2382
+
2383
+ return self._github.request(
2384
+ "GET",
2385
+ url,
2386
+ params=exclude_unset(params),
2387
+ headers=exclude_unset(headers),
2388
+ response_model=UserCodespacesGetResponse200,
2389
+ error_models={
2390
+ "500": BasicError,
2391
+ "401": BasicError,
2392
+ "403": BasicError,
2393
+ "404": BasicError,
2394
+ },
2395
+ )
2396
+
2397
+ async def async_list_for_authenticated_user(
2398
+ self,
2399
+ per_page: Missing[int] = UNSET,
2400
+ page: Missing[int] = UNSET,
2401
+ repository_id: Missing[int] = UNSET,
2402
+ *,
2403
+ headers: Optional[Dict[str, str]] = None,
2404
+ ) -> Response[UserCodespacesGetResponse200]:
2405
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user"""
2406
+
2407
+ from ..models import BasicError, UserCodespacesGetResponse200
2408
+
2409
+ url = "/user/codespaces"
2410
+
2411
+ params = {
2412
+ "per_page": per_page,
2413
+ "page": page,
2414
+ "repository_id": repository_id,
2415
+ }
2416
+
2417
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2418
+
2419
+ return await self._github.arequest(
2420
+ "GET",
2421
+ url,
2422
+ params=exclude_unset(params),
2423
+ headers=exclude_unset(headers),
2424
+ response_model=UserCodespacesGetResponse200,
2425
+ error_models={
2426
+ "500": BasicError,
2427
+ "401": BasicError,
2428
+ "403": BasicError,
2429
+ "404": BasicError,
2430
+ },
2431
+ )
2432
+
2433
+ @overload
2434
+ def create_for_authenticated_user(
2435
+ self,
2436
+ *,
2437
+ headers: Optional[Dict[str, str]] = None,
2438
+ data: Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type],
2439
+ ) -> Response[Codespace]: ...
2440
+
2441
+ @overload
2442
+ def create_for_authenticated_user(
2443
+ self,
2444
+ *,
2445
+ data: Literal[UNSET] = UNSET,
2446
+ headers: Optional[Dict[str, str]] = None,
2447
+ repository_id: int,
2448
+ ref: Missing[str] = UNSET,
2449
+ location: Missing[str] = UNSET,
2450
+ geo: Missing[
2451
+ Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
2452
+ ] = UNSET,
2453
+ client_ip: Missing[str] = UNSET,
2454
+ machine: Missing[str] = UNSET,
2455
+ devcontainer_path: Missing[str] = UNSET,
2456
+ multi_repo_permissions_opt_out: Missing[bool] = UNSET,
2457
+ working_directory: Missing[str] = UNSET,
2458
+ idle_timeout_minutes: Missing[int] = UNSET,
2459
+ display_name: Missing[str] = UNSET,
2460
+ retention_period_minutes: Missing[int] = UNSET,
2461
+ ) -> Response[Codespace]: ...
2462
+
2463
+ @overload
2464
+ def create_for_authenticated_user(
2465
+ self,
2466
+ *,
2467
+ data: Literal[UNSET] = UNSET,
2468
+ headers: Optional[Dict[str, str]] = None,
2469
+ pull_request: UserCodespacesPostBodyOneof1PropPullRequestType,
2470
+ location: Missing[str] = UNSET,
2471
+ geo: Missing[
2472
+ Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
2473
+ ] = UNSET,
2474
+ machine: Missing[str] = UNSET,
2475
+ devcontainer_path: Missing[str] = UNSET,
2476
+ working_directory: Missing[str] = UNSET,
2477
+ idle_timeout_minutes: Missing[int] = UNSET,
2478
+ ) -> Response[Codespace]: ...
2479
+
2480
+ def create_for_authenticated_user(
2481
+ self,
2482
+ *,
2483
+ headers: Optional[Dict[str, str]] = None,
2484
+ data: Missing[
2485
+ Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type]
2486
+ ] = UNSET,
2487
+ **kwargs,
2488
+ ) -> Response[Codespace]:
2489
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-for-the-authenticated-user"""
2490
+
2491
+ from typing import Union
2492
+
2493
+ from ..models import (
2494
+ Codespace,
2495
+ BasicError,
2496
+ UserCodespacesPostBodyOneof0,
2497
+ UserCodespacesPostBodyOneof1,
2498
+ EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
2499
+ )
2500
+
2501
+ url = "/user/codespaces"
2502
+
2503
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2504
+
2505
+ if not kwargs:
2506
+ kwargs = UNSET
2507
+
2508
+ json = kwargs if data is UNSET else data
2509
+ json = type_validate_python(
2510
+ Union[UserCodespacesPostBodyOneof0, UserCodespacesPostBodyOneof1], json
2511
+ )
2512
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2513
+
2514
+ return self._github.request(
2515
+ "POST",
2516
+ url,
2517
+ json=exclude_unset(json),
2518
+ headers=exclude_unset(headers),
2519
+ response_model=Codespace,
2520
+ error_models={
2521
+ "401": BasicError,
2522
+ "403": BasicError,
2523
+ "404": BasicError,
2524
+ "503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
2525
+ },
2526
+ )
2527
+
2528
+ @overload
2529
+ async def async_create_for_authenticated_user(
2530
+ self,
2531
+ *,
2532
+ headers: Optional[Dict[str, str]] = None,
2533
+ data: Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type],
2534
+ ) -> Response[Codespace]: ...
2535
+
2536
+ @overload
2537
+ async def async_create_for_authenticated_user(
2538
+ self,
2539
+ *,
2540
+ data: Literal[UNSET] = UNSET,
2541
+ headers: Optional[Dict[str, str]] = None,
2542
+ repository_id: int,
2543
+ ref: Missing[str] = UNSET,
2544
+ location: Missing[str] = UNSET,
2545
+ geo: Missing[
2546
+ Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
2547
+ ] = UNSET,
2548
+ client_ip: Missing[str] = UNSET,
2549
+ machine: Missing[str] = UNSET,
2550
+ devcontainer_path: Missing[str] = UNSET,
2551
+ multi_repo_permissions_opt_out: Missing[bool] = UNSET,
2552
+ working_directory: Missing[str] = UNSET,
2553
+ idle_timeout_minutes: Missing[int] = UNSET,
2554
+ display_name: Missing[str] = UNSET,
2555
+ retention_period_minutes: Missing[int] = UNSET,
2556
+ ) -> Response[Codespace]: ...
2557
+
2558
+ @overload
2559
+ async def async_create_for_authenticated_user(
2560
+ self,
2561
+ *,
2562
+ data: Literal[UNSET] = UNSET,
2563
+ headers: Optional[Dict[str, str]] = None,
2564
+ pull_request: UserCodespacesPostBodyOneof1PropPullRequestType,
2565
+ location: Missing[str] = UNSET,
2566
+ geo: Missing[
2567
+ Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
2568
+ ] = UNSET,
2569
+ machine: Missing[str] = UNSET,
2570
+ devcontainer_path: Missing[str] = UNSET,
2571
+ working_directory: Missing[str] = UNSET,
2572
+ idle_timeout_minutes: Missing[int] = UNSET,
2573
+ ) -> Response[Codespace]: ...
2574
+
2575
+ async def async_create_for_authenticated_user(
2576
+ self,
2577
+ *,
2578
+ headers: Optional[Dict[str, str]] = None,
2579
+ data: Missing[
2580
+ Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type]
2581
+ ] = UNSET,
2582
+ **kwargs,
2583
+ ) -> Response[Codespace]:
2584
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-for-the-authenticated-user"""
2585
+
2586
+ from typing import Union
2587
+
2588
+ from ..models import (
2589
+ Codespace,
2590
+ BasicError,
2591
+ UserCodespacesPostBodyOneof0,
2592
+ UserCodespacesPostBodyOneof1,
2593
+ EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
2594
+ )
2595
+
2596
+ url = "/user/codespaces"
2597
+
2598
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2599
+
2600
+ if not kwargs:
2601
+ kwargs = UNSET
2602
+
2603
+ json = kwargs if data is UNSET else data
2604
+ json = type_validate_python(
2605
+ Union[UserCodespacesPostBodyOneof0, UserCodespacesPostBodyOneof1], json
2606
+ )
2607
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2608
+
2609
+ return await self._github.arequest(
2610
+ "POST",
2611
+ url,
2612
+ json=exclude_unset(json),
2613
+ headers=exclude_unset(headers),
2614
+ response_model=Codespace,
2615
+ error_models={
2616
+ "401": BasicError,
2617
+ "403": BasicError,
2618
+ "404": BasicError,
2619
+ "503": EnterprisesEnterpriseCodeScanningAlertsGetResponse503,
2620
+ },
2621
+ )
2622
+
2623
+ def list_secrets_for_authenticated_user(
2624
+ self,
2625
+ per_page: Missing[int] = UNSET,
2626
+ page: Missing[int] = UNSET,
2627
+ *,
2628
+ headers: Optional[Dict[str, str]] = None,
2629
+ ) -> Response[UserCodespacesSecretsGetResponse200]:
2630
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-secrets-for-the-authenticated-user"""
2631
+
2632
+ from ..models import UserCodespacesSecretsGetResponse200
2633
+
2634
+ url = "/user/codespaces/secrets"
2635
+
2636
+ params = {
2637
+ "per_page": per_page,
2638
+ "page": page,
2639
+ }
2640
+
2641
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2642
+
2643
+ return self._github.request(
2644
+ "GET",
2645
+ url,
2646
+ params=exclude_unset(params),
2647
+ headers=exclude_unset(headers),
2648
+ response_model=UserCodespacesSecretsGetResponse200,
2649
+ )
2650
+
2651
+ async def async_list_secrets_for_authenticated_user(
2652
+ self,
2653
+ per_page: Missing[int] = UNSET,
2654
+ page: Missing[int] = UNSET,
2655
+ *,
2656
+ headers: Optional[Dict[str, str]] = None,
2657
+ ) -> Response[UserCodespacesSecretsGetResponse200]:
2658
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-secrets-for-the-authenticated-user"""
2659
+
2660
+ from ..models import UserCodespacesSecretsGetResponse200
2661
+
2662
+ url = "/user/codespaces/secrets"
2663
+
2664
+ params = {
2665
+ "per_page": per_page,
2666
+ "page": page,
2667
+ }
2668
+
2669
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2670
+
2671
+ return await self._github.arequest(
2672
+ "GET",
2673
+ url,
2674
+ params=exclude_unset(params),
2675
+ headers=exclude_unset(headers),
2676
+ response_model=UserCodespacesSecretsGetResponse200,
2677
+ )
2678
+
2679
+ def get_public_key_for_authenticated_user(
2680
+ self,
2681
+ *,
2682
+ headers: Optional[Dict[str, str]] = None,
2683
+ ) -> Response[CodespacesUserPublicKey]:
2684
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-public-key-for-the-authenticated-user"""
2685
+
2686
+ from ..models import CodespacesUserPublicKey
2687
+
2688
+ url = "/user/codespaces/secrets/public-key"
2689
+
2690
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2691
+
2692
+ return self._github.request(
2693
+ "GET",
2694
+ url,
2695
+ headers=exclude_unset(headers),
2696
+ response_model=CodespacesUserPublicKey,
2697
+ )
2698
+
2699
+ async def async_get_public_key_for_authenticated_user(
2700
+ self,
2701
+ *,
2702
+ headers: Optional[Dict[str, str]] = None,
2703
+ ) -> Response[CodespacesUserPublicKey]:
2704
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-public-key-for-the-authenticated-user"""
2705
+
2706
+ from ..models import CodespacesUserPublicKey
2707
+
2708
+ url = "/user/codespaces/secrets/public-key"
2709
+
2710
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2711
+
2712
+ return await self._github.arequest(
2713
+ "GET",
2714
+ url,
2715
+ headers=exclude_unset(headers),
2716
+ response_model=CodespacesUserPublicKey,
2717
+ )
2718
+
2719
+ def get_secret_for_authenticated_user(
2720
+ self,
2721
+ secret_name: str,
2722
+ *,
2723
+ headers: Optional[Dict[str, str]] = None,
2724
+ ) -> Response[CodespacesSecret]:
2725
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user"""
2726
+
2727
+ from ..models import CodespacesSecret
2728
+
2729
+ url = f"/user/codespaces/secrets/{secret_name}"
2730
+
2731
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2732
+
2733
+ return self._github.request(
2734
+ "GET",
2735
+ url,
2736
+ headers=exclude_unset(headers),
2737
+ response_model=CodespacesSecret,
2738
+ )
2739
+
2740
+ async def async_get_secret_for_authenticated_user(
2741
+ self,
2742
+ secret_name: str,
2743
+ *,
2744
+ headers: Optional[Dict[str, str]] = None,
2745
+ ) -> Response[CodespacesSecret]:
2746
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#get-a-secret-for-the-authenticated-user"""
2747
+
2748
+ from ..models import CodespacesSecret
2749
+
2750
+ url = f"/user/codespaces/secrets/{secret_name}"
2751
+
2752
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2753
+
2754
+ return await self._github.arequest(
2755
+ "GET",
2756
+ url,
2757
+ headers=exclude_unset(headers),
2758
+ response_model=CodespacesSecret,
2759
+ )
2760
+
2761
+ @overload
2762
+ def create_or_update_secret_for_authenticated_user(
2763
+ self,
2764
+ secret_name: str,
2765
+ *,
2766
+ headers: Optional[Dict[str, str]] = None,
2767
+ data: UserCodespacesSecretsSecretNamePutBodyType,
2768
+ ) -> Response[EmptyObject]: ...
2769
+
2770
+ @overload
2771
+ def create_or_update_secret_for_authenticated_user(
2772
+ self,
2773
+ secret_name: str,
2774
+ *,
2775
+ data: Literal[UNSET] = UNSET,
2776
+ headers: Optional[Dict[str, str]] = None,
2777
+ encrypted_value: Missing[str] = UNSET,
2778
+ key_id: str,
2779
+ selected_repository_ids: Missing[List[Union[int, str]]] = UNSET,
2780
+ ) -> Response[EmptyObject]: ...
2781
+
2782
+ def create_or_update_secret_for_authenticated_user(
2783
+ self,
2784
+ secret_name: str,
2785
+ *,
2786
+ headers: Optional[Dict[str, str]] = None,
2787
+ data: Missing[UserCodespacesSecretsSecretNamePutBodyType] = UNSET,
2788
+ **kwargs,
2789
+ ) -> Response[EmptyObject]:
2790
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user"""
2791
+
2792
+ from ..models import (
2793
+ BasicError,
2794
+ EmptyObject,
2795
+ ValidationError,
2796
+ UserCodespacesSecretsSecretNamePutBody,
2797
+ )
2798
+
2799
+ url = f"/user/codespaces/secrets/{secret_name}"
2800
+
2801
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2802
+
2803
+ if not kwargs:
2804
+ kwargs = UNSET
2805
+
2806
+ json = kwargs if data is UNSET else data
2807
+ json = type_validate_python(UserCodespacesSecretsSecretNamePutBody, json)
2808
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2809
+
2810
+ return self._github.request(
2811
+ "PUT",
2812
+ url,
2813
+ json=exclude_unset(json),
2814
+ headers=exclude_unset(headers),
2815
+ response_model=EmptyObject,
2816
+ error_models={
2817
+ "422": ValidationError,
2818
+ "404": BasicError,
2819
+ },
2820
+ )
2821
+
2822
+ @overload
2823
+ async def async_create_or_update_secret_for_authenticated_user(
2824
+ self,
2825
+ secret_name: str,
2826
+ *,
2827
+ headers: Optional[Dict[str, str]] = None,
2828
+ data: UserCodespacesSecretsSecretNamePutBodyType,
2829
+ ) -> Response[EmptyObject]: ...
2830
+
2831
+ @overload
2832
+ async def async_create_or_update_secret_for_authenticated_user(
2833
+ self,
2834
+ secret_name: str,
2835
+ *,
2836
+ data: Literal[UNSET] = UNSET,
2837
+ headers: Optional[Dict[str, str]] = None,
2838
+ encrypted_value: Missing[str] = UNSET,
2839
+ key_id: str,
2840
+ selected_repository_ids: Missing[List[Union[int, str]]] = UNSET,
2841
+ ) -> Response[EmptyObject]: ...
2842
+
2843
+ async def async_create_or_update_secret_for_authenticated_user(
2844
+ self,
2845
+ secret_name: str,
2846
+ *,
2847
+ headers: Optional[Dict[str, str]] = None,
2848
+ data: Missing[UserCodespacesSecretsSecretNamePutBodyType] = UNSET,
2849
+ **kwargs,
2850
+ ) -> Response[EmptyObject]:
2851
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user"""
2852
+
2853
+ from ..models import (
2854
+ BasicError,
2855
+ EmptyObject,
2856
+ ValidationError,
2857
+ UserCodespacesSecretsSecretNamePutBody,
2858
+ )
2859
+
2860
+ url = f"/user/codespaces/secrets/{secret_name}"
2861
+
2862
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2863
+
2864
+ if not kwargs:
2865
+ kwargs = UNSET
2866
+
2867
+ json = kwargs if data is UNSET else data
2868
+ json = type_validate_python(UserCodespacesSecretsSecretNamePutBody, json)
2869
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2870
+
2871
+ return await self._github.arequest(
2872
+ "PUT",
2873
+ url,
2874
+ json=exclude_unset(json),
2875
+ headers=exclude_unset(headers),
2876
+ response_model=EmptyObject,
2877
+ error_models={
2878
+ "422": ValidationError,
2879
+ "404": BasicError,
2880
+ },
2881
+ )
2882
+
2883
+ def delete_secret_for_authenticated_user(
2884
+ self,
2885
+ secret_name: str,
2886
+ *,
2887
+ headers: Optional[Dict[str, str]] = None,
2888
+ ) -> Response:
2889
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user"""
2890
+
2891
+ url = f"/user/codespaces/secrets/{secret_name}"
2892
+
2893
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2894
+
2895
+ return self._github.request(
2896
+ "DELETE",
2897
+ url,
2898
+ headers=exclude_unset(headers),
2899
+ )
2900
+
2901
+ async def async_delete_secret_for_authenticated_user(
2902
+ self,
2903
+ secret_name: str,
2904
+ *,
2905
+ headers: Optional[Dict[str, str]] = None,
2906
+ ) -> Response:
2907
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user"""
2908
+
2909
+ url = f"/user/codespaces/secrets/{secret_name}"
2910
+
2911
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2912
+
2913
+ return await self._github.arequest(
2914
+ "DELETE",
2915
+ url,
2916
+ headers=exclude_unset(headers),
2917
+ )
2918
+
2919
+ def list_repositories_for_secret_for_authenticated_user(
2920
+ self,
2921
+ secret_name: str,
2922
+ *,
2923
+ headers: Optional[Dict[str, str]] = None,
2924
+ ) -> Response[UserCodespacesSecretsSecretNameRepositoriesGetResponse200]:
2925
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret"""
2926
+
2927
+ from ..models import (
2928
+ BasicError,
2929
+ UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
2930
+ )
2931
+
2932
+ url = f"/user/codespaces/secrets/{secret_name}/repositories"
2933
+
2934
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2935
+
2936
+ return self._github.request(
2937
+ "GET",
2938
+ url,
2939
+ headers=exclude_unset(headers),
2940
+ response_model=UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
2941
+ error_models={
2942
+ "401": BasicError,
2943
+ "403": BasicError,
2944
+ "404": BasicError,
2945
+ "500": BasicError,
2946
+ },
2947
+ )
2948
+
2949
+ async def async_list_repositories_for_secret_for_authenticated_user(
2950
+ self,
2951
+ secret_name: str,
2952
+ *,
2953
+ headers: Optional[Dict[str, str]] = None,
2954
+ ) -> Response[UserCodespacesSecretsSecretNameRepositoriesGetResponse200]:
2955
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#list-selected-repositories-for-a-user-secret"""
2956
+
2957
+ from ..models import (
2958
+ BasicError,
2959
+ UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
2960
+ )
2961
+
2962
+ url = f"/user/codespaces/secrets/{secret_name}/repositories"
2963
+
2964
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2965
+
2966
+ return await self._github.arequest(
2967
+ "GET",
2968
+ url,
2969
+ headers=exclude_unset(headers),
2970
+ response_model=UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
2971
+ error_models={
2972
+ "401": BasicError,
2973
+ "403": BasicError,
2974
+ "404": BasicError,
2975
+ "500": BasicError,
2976
+ },
2977
+ )
2978
+
2979
+ @overload
2980
+ def set_repositories_for_secret_for_authenticated_user(
2981
+ self,
2982
+ secret_name: str,
2983
+ *,
2984
+ headers: Optional[Dict[str, str]] = None,
2985
+ data: UserCodespacesSecretsSecretNameRepositoriesPutBodyType,
2986
+ ) -> Response: ...
2987
+
2988
+ @overload
2989
+ def set_repositories_for_secret_for_authenticated_user(
2990
+ self,
2991
+ secret_name: str,
2992
+ *,
2993
+ data: Literal[UNSET] = UNSET,
2994
+ headers: Optional[Dict[str, str]] = None,
2995
+ selected_repository_ids: List[int],
2996
+ ) -> Response: ...
2997
+
2998
+ def set_repositories_for_secret_for_authenticated_user(
2999
+ self,
3000
+ secret_name: str,
3001
+ *,
3002
+ headers: Optional[Dict[str, str]] = None,
3003
+ data: Missing[UserCodespacesSecretsSecretNameRepositoriesPutBodyType] = UNSET,
3004
+ **kwargs,
3005
+ ) -> Response:
3006
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret"""
3007
+
3008
+ from ..models import (
3009
+ BasicError,
3010
+ UserCodespacesSecretsSecretNameRepositoriesPutBody,
3011
+ )
3012
+
3013
+ url = f"/user/codespaces/secrets/{secret_name}/repositories"
3014
+
3015
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3016
+
3017
+ if not kwargs:
3018
+ kwargs = UNSET
3019
+
3020
+ json = kwargs if data is UNSET else data
3021
+ json = type_validate_python(
3022
+ UserCodespacesSecretsSecretNameRepositoriesPutBody, json
3023
+ )
3024
+ json = model_dump(json) if isinstance(json, BaseModel) else json
3025
+
3026
+ return self._github.request(
3027
+ "PUT",
3028
+ url,
3029
+ json=exclude_unset(json),
3030
+ headers=exclude_unset(headers),
3031
+ error_models={
3032
+ "401": BasicError,
3033
+ "403": BasicError,
3034
+ "404": BasicError,
3035
+ "500": BasicError,
3036
+ },
3037
+ )
3038
+
3039
+ @overload
3040
+ async def async_set_repositories_for_secret_for_authenticated_user(
3041
+ self,
3042
+ secret_name: str,
3043
+ *,
3044
+ headers: Optional[Dict[str, str]] = None,
3045
+ data: UserCodespacesSecretsSecretNameRepositoriesPutBodyType,
3046
+ ) -> Response: ...
3047
+
3048
+ @overload
3049
+ async def async_set_repositories_for_secret_for_authenticated_user(
3050
+ self,
3051
+ secret_name: str,
3052
+ *,
3053
+ data: Literal[UNSET] = UNSET,
3054
+ headers: Optional[Dict[str, str]] = None,
3055
+ selected_repository_ids: List[int],
3056
+ ) -> Response: ...
3057
+
3058
+ async def async_set_repositories_for_secret_for_authenticated_user(
3059
+ self,
3060
+ secret_name: str,
3061
+ *,
3062
+ headers: Optional[Dict[str, str]] = None,
3063
+ data: Missing[UserCodespacesSecretsSecretNameRepositoriesPutBodyType] = UNSET,
3064
+ **kwargs,
3065
+ ) -> Response:
3066
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#set-selected-repositories-for-a-user-secret"""
3067
+
3068
+ from ..models import (
3069
+ BasicError,
3070
+ UserCodespacesSecretsSecretNameRepositoriesPutBody,
3071
+ )
3072
+
3073
+ url = f"/user/codespaces/secrets/{secret_name}/repositories"
3074
+
3075
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3076
+
3077
+ if not kwargs:
3078
+ kwargs = UNSET
3079
+
3080
+ json = kwargs if data is UNSET else data
3081
+ json = type_validate_python(
3082
+ UserCodespacesSecretsSecretNameRepositoriesPutBody, json
3083
+ )
3084
+ json = model_dump(json) if isinstance(json, BaseModel) else json
3085
+
3086
+ return await self._github.arequest(
3087
+ "PUT",
3088
+ url,
3089
+ json=exclude_unset(json),
3090
+ headers=exclude_unset(headers),
3091
+ error_models={
3092
+ "401": BasicError,
3093
+ "403": BasicError,
3094
+ "404": BasicError,
3095
+ "500": BasicError,
3096
+ },
3097
+ )
3098
+
3099
+ def add_repository_for_secret_for_authenticated_user(
3100
+ self,
3101
+ secret_name: str,
3102
+ repository_id: int,
3103
+ *,
3104
+ headers: Optional[Dict[str, str]] = None,
3105
+ ) -> Response:
3106
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret"""
3107
+
3108
+ from ..models import BasicError
3109
+
3110
+ url = f"/user/codespaces/secrets/{secret_name}/repositories/{repository_id}"
3111
+
3112
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3113
+
3114
+ return self._github.request(
3115
+ "PUT",
3116
+ url,
3117
+ headers=exclude_unset(headers),
3118
+ error_models={
3119
+ "401": BasicError,
3120
+ "403": BasicError,
3121
+ "404": BasicError,
3122
+ "500": BasicError,
3123
+ },
3124
+ )
3125
+
3126
+ async def async_add_repository_for_secret_for_authenticated_user(
3127
+ self,
3128
+ secret_name: str,
3129
+ repository_id: int,
3130
+ *,
3131
+ headers: Optional[Dict[str, str]] = None,
3132
+ ) -> Response:
3133
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret"""
3134
+
3135
+ from ..models import BasicError
3136
+
3137
+ url = f"/user/codespaces/secrets/{secret_name}/repositories/{repository_id}"
3138
+
3139
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3140
+
3141
+ return await self._github.arequest(
3142
+ "PUT",
3143
+ url,
3144
+ headers=exclude_unset(headers),
3145
+ error_models={
3146
+ "401": BasicError,
3147
+ "403": BasicError,
3148
+ "404": BasicError,
3149
+ "500": BasicError,
3150
+ },
3151
+ )
3152
+
3153
+ def remove_repository_for_secret_for_authenticated_user(
3154
+ self,
3155
+ secret_name: str,
3156
+ repository_id: int,
3157
+ *,
3158
+ headers: Optional[Dict[str, str]] = None,
3159
+ ) -> Response:
3160
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret"""
3161
+
3162
+ from ..models import BasicError
3163
+
3164
+ url = f"/user/codespaces/secrets/{secret_name}/repositories/{repository_id}"
3165
+
3166
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3167
+
3168
+ return self._github.request(
3169
+ "DELETE",
3170
+ url,
3171
+ headers=exclude_unset(headers),
3172
+ error_models={
3173
+ "401": BasicError,
3174
+ "403": BasicError,
3175
+ "404": BasicError,
3176
+ "500": BasicError,
3177
+ },
3178
+ )
3179
+
3180
+ async def async_remove_repository_for_secret_for_authenticated_user(
3181
+ self,
3182
+ secret_name: str,
3183
+ repository_id: int,
3184
+ *,
3185
+ headers: Optional[Dict[str, str]] = None,
3186
+ ) -> Response:
3187
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret"""
3188
+
3189
+ from ..models import BasicError
3190
+
3191
+ url = f"/user/codespaces/secrets/{secret_name}/repositories/{repository_id}"
3192
+
3193
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3194
+
3195
+ return await self._github.arequest(
3196
+ "DELETE",
3197
+ url,
3198
+ headers=exclude_unset(headers),
3199
+ error_models={
3200
+ "401": BasicError,
3201
+ "403": BasicError,
3202
+ "404": BasicError,
3203
+ "500": BasicError,
3204
+ },
3205
+ )
3206
+
3207
+ def get_for_authenticated_user(
3208
+ self,
3209
+ codespace_name: str,
3210
+ *,
3211
+ headers: Optional[Dict[str, str]] = None,
3212
+ ) -> Response[Codespace]:
3213
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user"""
3214
+
3215
+ from ..models import Codespace, BasicError
3216
+
3217
+ url = f"/user/codespaces/{codespace_name}"
3218
+
3219
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3220
+
3221
+ return self._github.request(
3222
+ "GET",
3223
+ url,
3224
+ headers=exclude_unset(headers),
3225
+ response_model=Codespace,
3226
+ error_models={
3227
+ "500": BasicError,
3228
+ "401": BasicError,
3229
+ "403": BasicError,
3230
+ "404": BasicError,
3231
+ },
3232
+ )
3233
+
3234
+ async def async_get_for_authenticated_user(
3235
+ self,
3236
+ codespace_name: str,
3237
+ *,
3238
+ headers: Optional[Dict[str, str]] = None,
3239
+ ) -> Response[Codespace]:
3240
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user"""
3241
+
3242
+ from ..models import Codespace, BasicError
3243
+
3244
+ url = f"/user/codespaces/{codespace_name}"
3245
+
3246
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3247
+
3248
+ return await self._github.arequest(
3249
+ "GET",
3250
+ url,
3251
+ headers=exclude_unset(headers),
3252
+ response_model=Codespace,
3253
+ error_models={
3254
+ "500": BasicError,
3255
+ "401": BasicError,
3256
+ "403": BasicError,
3257
+ "404": BasicError,
3258
+ },
3259
+ )
3260
+
3261
+ def delete_for_authenticated_user(
3262
+ self,
3263
+ codespace_name: str,
3264
+ *,
3265
+ headers: Optional[Dict[str, str]] = None,
3266
+ ) -> Response[AppHookDeliveriesDeliveryIdAttemptsPostResponse202]:
3267
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user"""
3268
+
3269
+ from ..models import (
3270
+ BasicError,
3271
+ AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3272
+ )
3273
+
3274
+ url = f"/user/codespaces/{codespace_name}"
3275
+
3276
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3277
+
3278
+ return self._github.request(
3279
+ "DELETE",
3280
+ url,
3281
+ headers=exclude_unset(headers),
3282
+ response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3283
+ error_models={
3284
+ "500": BasicError,
3285
+ "401": BasicError,
3286
+ "403": BasicError,
3287
+ "404": BasicError,
3288
+ },
3289
+ )
3290
+
3291
+ async def async_delete_for_authenticated_user(
3292
+ self,
3293
+ codespace_name: str,
3294
+ *,
3295
+ headers: Optional[Dict[str, str]] = None,
3296
+ ) -> Response[AppHookDeliveriesDeliveryIdAttemptsPostResponse202]:
3297
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user"""
3298
+
3299
+ from ..models import (
3300
+ BasicError,
3301
+ AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3302
+ )
3303
+
3304
+ url = f"/user/codespaces/{codespace_name}"
3305
+
3306
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3307
+
3308
+ return await self._github.arequest(
3309
+ "DELETE",
3310
+ url,
3311
+ headers=exclude_unset(headers),
3312
+ response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3313
+ error_models={
3314
+ "500": BasicError,
3315
+ "401": BasicError,
3316
+ "403": BasicError,
3317
+ "404": BasicError,
3318
+ },
3319
+ )
3320
+
3321
+ @overload
3322
+ def update_for_authenticated_user(
3323
+ self,
3324
+ codespace_name: str,
3325
+ *,
3326
+ headers: Optional[Dict[str, str]] = None,
3327
+ data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
3328
+ ) -> Response[Codespace]: ...
3329
+
3330
+ @overload
3331
+ def update_for_authenticated_user(
3332
+ self,
3333
+ codespace_name: str,
3334
+ *,
3335
+ data: Literal[UNSET] = UNSET,
3336
+ headers: Optional[Dict[str, str]] = None,
3337
+ machine: Missing[str] = UNSET,
3338
+ display_name: Missing[str] = UNSET,
3339
+ recent_folders: Missing[List[str]] = UNSET,
3340
+ ) -> Response[Codespace]: ...
3341
+
3342
+ def update_for_authenticated_user(
3343
+ self,
3344
+ codespace_name: str,
3345
+ *,
3346
+ headers: Optional[Dict[str, str]] = None,
3347
+ data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
3348
+ **kwargs,
3349
+ ) -> Response[Codespace]:
3350
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user"""
3351
+
3352
+ from ..models import Codespace, BasicError, UserCodespacesCodespaceNamePatchBody
3353
+
3354
+ url = f"/user/codespaces/{codespace_name}"
3355
+
3356
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3357
+
3358
+ if not kwargs:
3359
+ kwargs = UNSET
3360
+
3361
+ json = kwargs if data is UNSET else data
3362
+ json = type_validate_python(UserCodespacesCodespaceNamePatchBody, json)
3363
+ json = model_dump(json) if isinstance(json, BaseModel) else json
3364
+
3365
+ return self._github.request(
3366
+ "PATCH",
3367
+ url,
3368
+ json=exclude_unset(json),
3369
+ headers=exclude_unset(headers),
3370
+ response_model=Codespace,
3371
+ error_models={
3372
+ "401": BasicError,
3373
+ "403": BasicError,
3374
+ "404": BasicError,
3375
+ },
3376
+ )
3377
+
3378
+ @overload
3379
+ async def async_update_for_authenticated_user(
3380
+ self,
3381
+ codespace_name: str,
3382
+ *,
3383
+ headers: Optional[Dict[str, str]] = None,
3384
+ data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
3385
+ ) -> Response[Codespace]: ...
3386
+
3387
+ @overload
3388
+ async def async_update_for_authenticated_user(
3389
+ self,
3390
+ codespace_name: str,
3391
+ *,
3392
+ data: Literal[UNSET] = UNSET,
3393
+ headers: Optional[Dict[str, str]] = None,
3394
+ machine: Missing[str] = UNSET,
3395
+ display_name: Missing[str] = UNSET,
3396
+ recent_folders: Missing[List[str]] = UNSET,
3397
+ ) -> Response[Codespace]: ...
3398
+
3399
+ async def async_update_for_authenticated_user(
3400
+ self,
3401
+ codespace_name: str,
3402
+ *,
3403
+ headers: Optional[Dict[str, str]] = None,
3404
+ data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
3405
+ **kwargs,
3406
+ ) -> Response[Codespace]:
3407
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user"""
3408
+
3409
+ from ..models import Codespace, BasicError, UserCodespacesCodespaceNamePatchBody
3410
+
3411
+ url = f"/user/codespaces/{codespace_name}"
3412
+
3413
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3414
+
3415
+ if not kwargs:
3416
+ kwargs = UNSET
3417
+
3418
+ json = kwargs if data is UNSET else data
3419
+ json = type_validate_python(UserCodespacesCodespaceNamePatchBody, json)
3420
+ json = model_dump(json) if isinstance(json, BaseModel) else json
3421
+
3422
+ return await self._github.arequest(
3423
+ "PATCH",
3424
+ url,
3425
+ json=exclude_unset(json),
3426
+ headers=exclude_unset(headers),
3427
+ response_model=Codespace,
3428
+ error_models={
3429
+ "401": BasicError,
3430
+ "403": BasicError,
3431
+ "404": BasicError,
3432
+ },
3433
+ )
3434
+
3435
+ def export_for_authenticated_user(
3436
+ self,
3437
+ codespace_name: str,
3438
+ *,
3439
+ headers: Optional[Dict[str, str]] = None,
3440
+ ) -> Response[CodespaceExportDetails]:
3441
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user"""
3442
+
3443
+ from ..models import BasicError, ValidationError, CodespaceExportDetails
3444
+
3445
+ url = f"/user/codespaces/{codespace_name}/exports"
3446
+
3447
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3448
+
3449
+ return self._github.request(
3450
+ "POST",
3451
+ url,
3452
+ headers=exclude_unset(headers),
3453
+ response_model=CodespaceExportDetails,
3454
+ error_models={
3455
+ "500": BasicError,
3456
+ "401": BasicError,
3457
+ "403": BasicError,
3458
+ "404": BasicError,
3459
+ "422": ValidationError,
3460
+ },
3461
+ )
3462
+
3463
+ async def async_export_for_authenticated_user(
3464
+ self,
3465
+ codespace_name: str,
3466
+ *,
3467
+ headers: Optional[Dict[str, str]] = None,
3468
+ ) -> Response[CodespaceExportDetails]:
3469
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user"""
3470
+
3471
+ from ..models import BasicError, ValidationError, CodespaceExportDetails
3472
+
3473
+ url = f"/user/codespaces/{codespace_name}/exports"
3474
+
3475
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3476
+
3477
+ return await self._github.arequest(
3478
+ "POST",
3479
+ url,
3480
+ headers=exclude_unset(headers),
3481
+ response_model=CodespaceExportDetails,
3482
+ error_models={
3483
+ "500": BasicError,
3484
+ "401": BasicError,
3485
+ "403": BasicError,
3486
+ "404": BasicError,
3487
+ "422": ValidationError,
3488
+ },
3489
+ )
3490
+
3491
+ def get_export_details_for_authenticated_user(
3492
+ self,
3493
+ codespace_name: str,
3494
+ export_id: str,
3495
+ *,
3496
+ headers: Optional[Dict[str, str]] = None,
3497
+ ) -> Response[CodespaceExportDetails]:
3498
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export"""
3499
+
3500
+ from ..models import BasicError, CodespaceExportDetails
3501
+
3502
+ url = f"/user/codespaces/{codespace_name}/exports/{export_id}"
3503
+
3504
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3505
+
3506
+ return self._github.request(
3507
+ "GET",
3508
+ url,
3509
+ headers=exclude_unset(headers),
3510
+ response_model=CodespaceExportDetails,
3511
+ error_models={
3512
+ "404": BasicError,
3513
+ },
3514
+ )
3515
+
3516
+ async def async_get_export_details_for_authenticated_user(
3517
+ self,
3518
+ codespace_name: str,
3519
+ export_id: str,
3520
+ *,
3521
+ headers: Optional[Dict[str, str]] = None,
3522
+ ) -> Response[CodespaceExportDetails]:
3523
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export"""
3524
+
3525
+ from ..models import BasicError, CodespaceExportDetails
3526
+
3527
+ url = f"/user/codespaces/{codespace_name}/exports/{export_id}"
3528
+
3529
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3530
+
3531
+ return await self._github.arequest(
3532
+ "GET",
3533
+ url,
3534
+ headers=exclude_unset(headers),
3535
+ response_model=CodespaceExportDetails,
3536
+ error_models={
3537
+ "404": BasicError,
3538
+ },
3539
+ )
3540
+
3541
+ def codespace_machines_for_authenticated_user(
3542
+ self,
3543
+ codespace_name: str,
3544
+ *,
3545
+ headers: Optional[Dict[str, str]] = None,
3546
+ ) -> Response[UserCodespacesCodespaceNameMachinesGetResponse200]:
3547
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace"""
3548
+
3549
+ from ..models import (
3550
+ BasicError,
3551
+ UserCodespacesCodespaceNameMachinesGetResponse200,
3552
+ )
3553
+
3554
+ url = f"/user/codespaces/{codespace_name}/machines"
3555
+
3556
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3557
+
3558
+ return self._github.request(
3559
+ "GET",
3560
+ url,
3561
+ headers=exclude_unset(headers),
3562
+ response_model=UserCodespacesCodespaceNameMachinesGetResponse200,
3563
+ error_models={
3564
+ "500": BasicError,
3565
+ "401": BasicError,
3566
+ "403": BasicError,
3567
+ "404": BasicError,
3568
+ },
3569
+ )
3570
+
3571
+ async def async_codespace_machines_for_authenticated_user(
3572
+ self,
3573
+ codespace_name: str,
3574
+ *,
3575
+ headers: Optional[Dict[str, str]] = None,
3576
+ ) -> Response[UserCodespacesCodespaceNameMachinesGetResponse200]:
3577
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace"""
3578
+
3579
+ from ..models import (
3580
+ BasicError,
3581
+ UserCodespacesCodespaceNameMachinesGetResponse200,
3582
+ )
3583
+
3584
+ url = f"/user/codespaces/{codespace_name}/machines"
3585
+
3586
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3587
+
3588
+ return await self._github.arequest(
3589
+ "GET",
3590
+ url,
3591
+ headers=exclude_unset(headers),
3592
+ response_model=UserCodespacesCodespaceNameMachinesGetResponse200,
3593
+ error_models={
3594
+ "500": BasicError,
3595
+ "401": BasicError,
3596
+ "403": BasicError,
3597
+ "404": BasicError,
3598
+ },
3599
+ )
3600
+
3601
+ @overload
3602
+ def publish_for_authenticated_user(
3603
+ self,
3604
+ codespace_name: str,
3605
+ *,
3606
+ headers: Optional[Dict[str, str]] = None,
3607
+ data: UserCodespacesCodespaceNamePublishPostBodyType,
3608
+ ) -> Response[CodespaceWithFullRepository]: ...
3609
+
3610
+ @overload
3611
+ def publish_for_authenticated_user(
3612
+ self,
3613
+ codespace_name: str,
3614
+ *,
3615
+ data: Literal[UNSET] = UNSET,
3616
+ headers: Optional[Dict[str, str]] = None,
3617
+ name: Missing[str] = UNSET,
3618
+ private: Missing[bool] = UNSET,
3619
+ ) -> Response[CodespaceWithFullRepository]: ...
3620
+
3621
+ def publish_for_authenticated_user(
3622
+ self,
3623
+ codespace_name: str,
3624
+ *,
3625
+ headers: Optional[Dict[str, str]] = None,
3626
+ data: Missing[UserCodespacesCodespaceNamePublishPostBodyType] = UNSET,
3627
+ **kwargs,
3628
+ ) -> Response[CodespaceWithFullRepository]:
3629
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace"""
3630
+
3631
+ from ..models import (
3632
+ BasicError,
3633
+ ValidationError,
3634
+ CodespaceWithFullRepository,
3635
+ UserCodespacesCodespaceNamePublishPostBody,
3636
+ )
3637
+
3638
+ url = f"/user/codespaces/{codespace_name}/publish"
3639
+
3640
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3641
+
3642
+ if not kwargs:
3643
+ kwargs = UNSET
3644
+
3645
+ json = kwargs if data is UNSET else data
3646
+ json = type_validate_python(UserCodespacesCodespaceNamePublishPostBody, json)
3647
+ json = model_dump(json) if isinstance(json, BaseModel) else json
3648
+
3649
+ return self._github.request(
3650
+ "POST",
3651
+ url,
3652
+ json=exclude_unset(json),
3653
+ headers=exclude_unset(headers),
3654
+ response_model=CodespaceWithFullRepository,
3655
+ error_models={
3656
+ "401": BasicError,
3657
+ "403": BasicError,
3658
+ "404": BasicError,
3659
+ "422": ValidationError,
3660
+ },
3661
+ )
3662
+
3663
+ @overload
3664
+ async def async_publish_for_authenticated_user(
3665
+ self,
3666
+ codespace_name: str,
3667
+ *,
3668
+ headers: Optional[Dict[str, str]] = None,
3669
+ data: UserCodespacesCodespaceNamePublishPostBodyType,
3670
+ ) -> Response[CodespaceWithFullRepository]: ...
3671
+
3672
+ @overload
3673
+ async def async_publish_for_authenticated_user(
3674
+ self,
3675
+ codespace_name: str,
3676
+ *,
3677
+ data: Literal[UNSET] = UNSET,
3678
+ headers: Optional[Dict[str, str]] = None,
3679
+ name: Missing[str] = UNSET,
3680
+ private: Missing[bool] = UNSET,
3681
+ ) -> Response[CodespaceWithFullRepository]: ...
3682
+
3683
+ async def async_publish_for_authenticated_user(
3684
+ self,
3685
+ codespace_name: str,
3686
+ *,
3687
+ headers: Optional[Dict[str, str]] = None,
3688
+ data: Missing[UserCodespacesCodespaceNamePublishPostBodyType] = UNSET,
3689
+ **kwargs,
3690
+ ) -> Response[CodespaceWithFullRepository]:
3691
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace"""
3692
+
3693
+ from ..models import (
3694
+ BasicError,
3695
+ ValidationError,
3696
+ CodespaceWithFullRepository,
3697
+ UserCodespacesCodespaceNamePublishPostBody,
3698
+ )
3699
+
3700
+ url = f"/user/codespaces/{codespace_name}/publish"
3701
+
3702
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3703
+
3704
+ if not kwargs:
3705
+ kwargs = UNSET
3706
+
3707
+ json = kwargs if data is UNSET else data
3708
+ json = type_validate_python(UserCodespacesCodespaceNamePublishPostBody, json)
3709
+ json = model_dump(json) if isinstance(json, BaseModel) else json
3710
+
3711
+ return await self._github.arequest(
3712
+ "POST",
3713
+ url,
3714
+ json=exclude_unset(json),
3715
+ headers=exclude_unset(headers),
3716
+ response_model=CodespaceWithFullRepository,
3717
+ error_models={
3718
+ "401": BasicError,
3719
+ "403": BasicError,
3720
+ "404": BasicError,
3721
+ "422": ValidationError,
3722
+ },
3723
+ )
3724
+
3725
+ def start_for_authenticated_user(
3726
+ self,
3727
+ codespace_name: str,
3728
+ *,
3729
+ headers: Optional[Dict[str, str]] = None,
3730
+ ) -> Response[Codespace]:
3731
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user"""
3732
+
3733
+ from ..models import Codespace, BasicError
3734
+
3735
+ url = f"/user/codespaces/{codespace_name}/start"
3736
+
3737
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3738
+
3739
+ return self._github.request(
3740
+ "POST",
3741
+ url,
3742
+ headers=exclude_unset(headers),
3743
+ response_model=Codespace,
3744
+ error_models={
3745
+ "500": BasicError,
3746
+ "400": BasicError,
3747
+ "401": BasicError,
3748
+ "402": BasicError,
3749
+ "403": BasicError,
3750
+ "404": BasicError,
3751
+ "409": BasicError,
3752
+ },
3753
+ )
3754
+
3755
+ async def async_start_for_authenticated_user(
3756
+ self,
3757
+ codespace_name: str,
3758
+ *,
3759
+ headers: Optional[Dict[str, str]] = None,
3760
+ ) -> Response[Codespace]:
3761
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user"""
3762
+
3763
+ from ..models import Codespace, BasicError
3764
+
3765
+ url = f"/user/codespaces/{codespace_name}/start"
3766
+
3767
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3768
+
3769
+ return await self._github.arequest(
3770
+ "POST",
3771
+ url,
3772
+ headers=exclude_unset(headers),
3773
+ response_model=Codespace,
3774
+ error_models={
3775
+ "500": BasicError,
3776
+ "400": BasicError,
3777
+ "401": BasicError,
3778
+ "402": BasicError,
3779
+ "403": BasicError,
3780
+ "404": BasicError,
3781
+ "409": BasicError,
3782
+ },
3783
+ )
3784
+
3785
+ def stop_for_authenticated_user(
3786
+ self,
3787
+ codespace_name: str,
3788
+ *,
3789
+ headers: Optional[Dict[str, str]] = None,
3790
+ ) -> Response[Codespace]:
3791
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user"""
3792
+
3793
+ from ..models import Codespace, BasicError
3794
+
3795
+ url = f"/user/codespaces/{codespace_name}/stop"
3796
+
3797
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3798
+
3799
+ return self._github.request(
3800
+ "POST",
3801
+ url,
3802
+ headers=exclude_unset(headers),
3803
+ response_model=Codespace,
3804
+ error_models={
3805
+ "500": BasicError,
3806
+ "401": BasicError,
3807
+ "403": BasicError,
3808
+ "404": BasicError,
3809
+ },
3810
+ )
3811
+
3812
+ async def async_stop_for_authenticated_user(
3813
+ self,
3814
+ codespace_name: str,
3815
+ *,
3816
+ headers: Optional[Dict[str, str]] = None,
3817
+ ) -> Response[Codespace]:
3818
+ """See also: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user"""
3819
+
3820
+ from ..models import Codespace, BasicError
3821
+
3822
+ url = f"/user/codespaces/{codespace_name}/stop"
3823
+
3824
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
3825
+
3826
+ return await self._github.arequest(
3827
+ "POST",
3828
+ url,
3829
+ headers=exclude_unset(headers),
3830
+ response_model=Codespace,
3831
+ error_models={
3832
+ "500": BasicError,
3833
+ "401": BasicError,
3834
+ "403": BasicError,
3835
+ "404": BasicError,
3836
+ },
3837
+ )