GitHubKit 0.12.14__py3-none-any.whl → 0.12.16__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 (3332) hide show
  1. githubkit/cache/base.py +11 -3
  2. githubkit/cache/redis.py +9 -6
  3. githubkit/config.py +7 -1
  4. githubkit/core.py +48 -18
  5. githubkit/github.py +7 -1
  6. githubkit/response.py +64 -1
  7. githubkit/rest/__init__.py +28 -0
  8. githubkit/typing.py +22 -0
  9. githubkit/versions/ghec_v2022_11_28/models/__init__.py +4894 -4768
  10. githubkit/versions/ghec_v2022_11_28/models/group_0018.py +2 -1
  11. githubkit/versions/ghec_v2022_11_28/models/group_0021.py +1 -1
  12. githubkit/versions/ghec_v2022_11_28/models/group_0046.py +10 -121
  13. githubkit/versions/ghec_v2022_11_28/models/group_0047.py +8 -7
  14. githubkit/versions/ghec_v2022_11_28/models/group_0048.py +24 -12
  15. githubkit/versions/ghec_v2022_11_28/models/group_0049.py +107 -73
  16. githubkit/versions/ghec_v2022_11_28/models/group_0050.py +7 -37
  17. githubkit/versions/ghec_v2022_11_28/models/group_0051.py +16 -12
  18. githubkit/versions/ghec_v2022_11_28/models/group_0052.py +86 -16
  19. githubkit/versions/ghec_v2022_11_28/models/group_0053.py +24 -31
  20. githubkit/versions/ghec_v2022_11_28/models/group_0054.py +9 -147
  21. githubkit/versions/ghec_v2022_11_28/models/group_0055.py +20 -41
  22. githubkit/versions/ghec_v2022_11_28/models/group_0056.py +37 -11
  23. githubkit/versions/ghec_v2022_11_28/models/group_0057.py +126 -44
  24. githubkit/versions/ghec_v2022_11_28/models/group_0058.py +31 -124
  25. githubkit/versions/ghec_v2022_11_28/models/group_0059.py +12 -49
  26. githubkit/versions/ghec_v2022_11_28/models/group_0060.py +41 -175
  27. githubkit/versions/ghec_v2022_11_28/models/group_0061.py +128 -14
  28. githubkit/versions/ghec_v2022_11_28/models/group_0062.py +48 -10
  29. githubkit/versions/ghec_v2022_11_28/models/group_0063.py +203 -20
  30. githubkit/versions/ghec_v2022_11_28/models/group_0064.py +12 -33
  31. githubkit/versions/ghec_v2022_11_28/models/group_0065.py +15 -39
  32. githubkit/versions/ghec_v2022_11_28/models/group_0066.py +24 -26
  33. githubkit/versions/ghec_v2022_11_28/models/group_0067.py +40 -41
  34. githubkit/versions/ghec_v2022_11_28/models/group_0068.py +35 -63
  35. githubkit/versions/ghec_v2022_11_28/models/group_0069.py +23 -328
  36. githubkit/versions/ghec_v2022_11_28/models/group_0070.py +42 -12
  37. githubkit/versions/ghec_v2022_11_28/models/group_0071.py +55 -24
  38. githubkit/versions/ghec_v2022_11_28/models/group_0072.py +295 -68
  39. githubkit/versions/ghec_v2022_11_28/models/group_0073.py +8 -59
  40. githubkit/versions/ghec_v2022_11_28/models/group_0074.py +30 -19
  41. githubkit/versions/ghec_v2022_11_28/models/group_0075.py +97 -22
  42. githubkit/versions/ghec_v2022_11_28/models/group_0076.py +52 -15
  43. githubkit/versions/ghec_v2022_11_28/models/group_0077.py +20 -14
  44. githubkit/versions/ghec_v2022_11_28/models/group_0078.py +31 -41
  45. githubkit/versions/ghec_v2022_11_28/models/group_0079.py +18 -31
  46. githubkit/versions/ghec_v2022_11_28/models/group_0080.py +16 -20
  47. githubkit/versions/ghec_v2022_11_28/models/group_0081.py +45 -11
  48. githubkit/versions/ghec_v2022_11_28/models/group_0082.py +34 -12
  49. githubkit/versions/ghec_v2022_11_28/models/group_0083.py +28 -13
  50. githubkit/versions/ghec_v2022_11_28/models/group_0084.py +12 -18
  51. githubkit/versions/ghec_v2022_11_28/models/group_0085.py +14 -10
  52. githubkit/versions/ghec_v2022_11_28/models/group_0086.py +12 -14
  53. githubkit/versions/ghec_v2022_11_28/models/group_0087.py +18 -12
  54. githubkit/versions/ghec_v2022_11_28/models/group_0088.py +7 -33
  55. githubkit/versions/ghec_v2022_11_28/models/group_0089.py +14 -12
  56. githubkit/versions/ghec_v2022_11_28/models/group_0090.py +12 -10
  57. githubkit/versions/ghec_v2022_11_28/models/group_0091.py +33 -15
  58. githubkit/versions/ghec_v2022_11_28/models/group_0092.py +8 -16
  59. githubkit/versions/ghec_v2022_11_28/models/group_0093.py +8 -18
  60. githubkit/versions/ghec_v2022_11_28/models/group_0094.py +12 -12
  61. githubkit/versions/ghec_v2022_11_28/models/group_0095.py +17 -42
  62. githubkit/versions/ghec_v2022_11_28/models/group_0096.py +15 -10
  63. githubkit/versions/ghec_v2022_11_28/models/group_0097.py +20 -7
  64. githubkit/versions/ghec_v2022_11_28/models/group_0098.py +41 -6
  65. githubkit/versions/ghec_v2022_11_28/models/group_0099.py +8 -8
  66. githubkit/versions/ghec_v2022_11_28/models/group_0100.py +6 -32
  67. githubkit/versions/ghec_v2022_11_28/models/group_0101.py +6 -14
  68. githubkit/versions/ghec_v2022_11_28/models/group_0102.py +15 -7
  69. githubkit/versions/ghec_v2022_11_28/models/group_0103.py +27 -29
  70. githubkit/versions/ghec_v2022_11_28/models/group_0104.py +11 -9
  71. githubkit/versions/ghec_v2022_11_28/models/group_0105.py +6 -31
  72. githubkit/versions/ghec_v2022_11_28/models/group_0106.py +29 -12
  73. githubkit/versions/ghec_v2022_11_28/models/group_0107.py +11 -30
  74. githubkit/versions/ghec_v2022_11_28/models/group_0108.py +27 -12
  75. githubkit/versions/ghec_v2022_11_28/models/group_0109.py +13 -13
  76. githubkit/versions/ghec_v2022_11_28/models/group_0110.py +29 -11
  77. githubkit/versions/ghec_v2022_11_28/models/group_0111.py +12 -13
  78. githubkit/versions/ghec_v2022_11_28/models/group_0112.py +13 -12
  79. githubkit/versions/ghec_v2022_11_28/models/group_0113.py +12 -13
  80. githubkit/versions/ghec_v2022_11_28/models/group_0114.py +13 -12
  81. githubkit/versions/ghec_v2022_11_28/models/group_0115.py +12 -13
  82. githubkit/versions/ghec_v2022_11_28/models/group_0116.py +13 -12
  83. githubkit/versions/ghec_v2022_11_28/models/group_0117.py +12 -13
  84. githubkit/versions/ghec_v2022_11_28/models/group_0118.py +13 -14
  85. githubkit/versions/ghec_v2022_11_28/models/group_0119.py +16 -6
  86. githubkit/versions/ghec_v2022_11_28/models/group_0120.py +13 -13
  87. githubkit/versions/ghec_v2022_11_28/models/group_0121.py +18 -8
  88. githubkit/versions/ghec_v2022_11_28/models/group_0122.py +6 -17
  89. githubkit/versions/ghec_v2022_11_28/models/group_0123.py +17 -6
  90. githubkit/versions/ghec_v2022_11_28/models/group_0124.py +9 -16
  91. githubkit/versions/ghec_v2022_11_28/models/group_0125.py +17 -8
  92. githubkit/versions/ghec_v2022_11_28/models/group_0126.py +7 -11
  93. githubkit/versions/ghec_v2022_11_28/models/group_0127.py +9 -9
  94. githubkit/versions/ghec_v2022_11_28/models/group_0128.py +8 -34
  95. githubkit/versions/ghec_v2022_11_28/models/group_0129.py +7 -13
  96. githubkit/versions/ghec_v2022_11_28/models/group_0130.py +11 -25
  97. githubkit/versions/ghec_v2022_11_28/models/group_0131.py +31 -8
  98. githubkit/versions/ghec_v2022_11_28/models/group_0132.py +15 -8
  99. githubkit/versions/ghec_v2022_11_28/models/group_0133.py +27 -13
  100. githubkit/versions/ghec_v2022_11_28/models/group_0134.py +6 -10
  101. githubkit/versions/ghec_v2022_11_28/models/group_0135.py +8 -14
  102. githubkit/versions/ghec_v2022_11_28/models/group_0136.py +10 -128
  103. githubkit/versions/ghec_v2022_11_28/models/group_0137.py +12 -12
  104. githubkit/versions/ghec_v2022_11_28/models/group_0138.py +12 -7
  105. githubkit/versions/ghec_v2022_11_28/models/group_0139.py +129 -12
  106. githubkit/versions/ghec_v2022_11_28/models/group_0140.py +14 -7
  107. githubkit/versions/ghec_v2022_11_28/models/group_0141.py +12 -5
  108. githubkit/versions/ghec_v2022_11_28/models/group_0142.py +14 -126
  109. githubkit/versions/ghec_v2022_11_28/models/group_0143.py +7 -54
  110. githubkit/versions/ghec_v2022_11_28/models/group_0144.py +5 -28
  111. githubkit/versions/ghec_v2022_11_28/models/group_0145.py +114 -125
  112. githubkit/versions/ghec_v2022_11_28/models/group_0146.py +47 -78
  113. githubkit/versions/ghec_v2022_11_28/models/group_0147.py +20 -34
  114. githubkit/versions/ghec_v2022_11_28/models/group_0148.py +137 -27
  115. githubkit/versions/ghec_v2022_11_28/models/group_0149.py +84 -10
  116. githubkit/versions/ghec_v2022_11_28/models/group_0150.py +39 -11
  117. githubkit/versions/ghec_v2022_11_28/models/group_0151.py +26 -34
  118. githubkit/versions/ghec_v2022_11_28/models/group_0152.py +16 -28
  119. githubkit/versions/ghec_v2022_11_28/models/group_0153.py +12 -32
  120. githubkit/versions/ghec_v2022_11_28/models/group_0154.py +13 -14
  121. githubkit/versions/ghec_v2022_11_28/models/group_0155.py +10 -119
  122. githubkit/versions/ghec_v2022_11_28/models/group_0156.py +36 -39
  123. githubkit/versions/ghec_v2022_11_28/models/group_0157.py +23 -76
  124. githubkit/versions/ghec_v2022_11_28/models/group_0158.py +27 -66
  125. githubkit/versions/ghec_v2022_11_28/models/group_0159.py +14 -45
  126. githubkit/versions/ghec_v2022_11_28/models/group_0160.py +107 -53
  127. githubkit/versions/ghec_v2022_11_28/models/group_0161.py +35 -113
  128. githubkit/versions/ghec_v2022_11_28/models/group_0162.py +76 -25
  129. githubkit/versions/ghec_v2022_11_28/models/group_0163.py +67 -24
  130. githubkit/versions/ghec_v2022_11_28/models/group_0164.py +44 -8
  131. githubkit/versions/ghec_v2022_11_28/models/group_0165.py +64 -18
  132. githubkit/versions/ghec_v2022_11_28/models/group_0166.py +120 -18
  133. githubkit/versions/ghec_v2022_11_28/models/group_0167.py +30 -24
  134. githubkit/versions/ghec_v2022_11_28/models/group_0168.py +21 -30
  135. githubkit/versions/ghec_v2022_11_28/models/group_0169.py +7 -75
  136. githubkit/versions/ghec_v2022_11_28/models/group_0170.py +19 -102
  137. githubkit/versions/ghec_v2022_11_28/models/group_0171.py +18 -163
  138. githubkit/versions/ghec_v2022_11_28/models/group_0172.py +19 -28
  139. githubkit/versions/ghec_v2022_11_28/models/group_0173.py +35 -14
  140. githubkit/versions/ghec_v2022_11_28/models/group_0174.py +70 -22
  141. githubkit/versions/ghec_v2022_11_28/models/group_0175.py +97 -13
  142. githubkit/versions/ghec_v2022_11_28/models/group_0176.py +141 -114
  143. githubkit/versions/ghec_v2022_11_28/models/group_0177.py +32 -7
  144. githubkit/versions/ghec_v2022_11_28/models/group_0178.py +16 -20
  145. githubkit/versions/ghec_v2022_11_28/models/group_0179.py +28 -14
  146. githubkit/versions/ghec_v2022_11_28/models/group_0180.py +11 -130
  147. githubkit/versions/ghec_v2022_11_28/models/group_0181.py +118 -37
  148. githubkit/versions/ghec_v2022_11_28/models/group_0182.py +7 -21
  149. githubkit/versions/ghec_v2022_11_28/models/group_0183.py +13 -144
  150. githubkit/versions/ghec_v2022_11_28/models/group_0184.py +5 -5
  151. githubkit/versions/ghec_v2022_11_28/models/group_0185.py +109 -42
  152. githubkit/versions/ghec_v2022_11_28/models/group_0186.py +43 -35
  153. githubkit/versions/ghec_v2022_11_28/models/group_0187.py +19 -14
  154. githubkit/versions/ghec_v2022_11_28/models/group_0188.py +143 -12
  155. githubkit/versions/ghec_v2022_11_28/models/group_0189.py +11 -5
  156. githubkit/versions/ghec_v2022_11_28/models/group_0190.py +41 -111
  157. githubkit/versions/ghec_v2022_11_28/models/group_0191.py +45 -22
  158. githubkit/versions/ghec_v2022_11_28/models/group_0192.py +14 -37
  159. githubkit/versions/ghec_v2022_11_28/models/group_0193.py +19 -21
  160. githubkit/versions/ghec_v2022_11_28/models/group_0194.py +7 -23
  161. githubkit/versions/ghec_v2022_11_28/models/group_0195.py +176 -7
  162. githubkit/versions/ghec_v2022_11_28/models/group_0196.py +132 -24
  163. githubkit/versions/ghec_v2022_11_28/models/group_0197.py +25 -19
  164. githubkit/versions/ghec_v2022_11_28/models/group_0198.py +40 -13
  165. githubkit/versions/ghec_v2022_11_28/models/group_0199.py +19 -11
  166. githubkit/versions/ghec_v2022_11_28/models/group_0200.py +23 -7
  167. githubkit/versions/ghec_v2022_11_28/models/group_0201.py +9 -17
  168. githubkit/versions/ghec_v2022_11_28/models/group_0202.py +31 -11
  169. githubkit/versions/ghec_v2022_11_28/models/group_0203.py +16 -14
  170. githubkit/versions/ghec_v2022_11_28/models/group_0204.py +12 -20
  171. githubkit/versions/ghec_v2022_11_28/models/group_0205.py +13 -19
  172. githubkit/versions/ghec_v2022_11_28/models/group_0206.py +7 -35
  173. githubkit/versions/ghec_v2022_11_28/models/group_0207.py +18 -39
  174. githubkit/versions/ghec_v2022_11_28/models/group_0208.py +13 -7
  175. githubkit/versions/ghec_v2022_11_28/models/group_0209.py +11 -48
  176. githubkit/versions/ghec_v2022_11_28/models/group_0210.py +18 -15
  177. githubkit/versions/ghec_v2022_11_28/models/group_0211.py +18 -20
  178. githubkit/versions/ghec_v2022_11_28/models/group_0212.py +24 -32
  179. githubkit/versions/ghec_v2022_11_28/models/group_0213.py +33 -37
  180. githubkit/versions/ghec_v2022_11_28/models/group_0214.py +7 -57
  181. githubkit/versions/ghec_v2022_11_28/models/group_0215.py +40 -74
  182. githubkit/versions/ghec_v2022_11_28/models/group_0216.py +15 -83
  183. githubkit/versions/ghec_v2022_11_28/models/group_0217.py +15 -19
  184. githubkit/versions/ghec_v2022_11_28/models/group_0218.py +36 -26
  185. githubkit/versions/ghec_v2022_11_28/models/group_0219.py +41 -12
  186. githubkit/versions/ghec_v2022_11_28/models/group_0220.py +56 -12
  187. githubkit/versions/ghec_v2022_11_28/models/group_0221.py +89 -11
  188. githubkit/versions/ghec_v2022_11_28/models/group_0222.py +60 -156
  189. githubkit/versions/ghec_v2022_11_28/models/group_0223.py +18 -33
  190. githubkit/versions/ghec_v2022_11_28/models/group_0224.py +24 -77
  191. githubkit/versions/ghec_v2022_11_28/models/group_0225.py +9 -23
  192. githubkit/versions/ghec_v2022_11_28/models/group_0226.py +11 -184
  193. githubkit/versions/ghec_v2022_11_28/models/group_0227.py +9 -28
  194. githubkit/versions/ghec_v2022_11_28/models/group_0228.py +159 -94
  195. githubkit/versions/ghec_v2022_11_28/models/group_0229.py +37 -33
  196. githubkit/versions/ghec_v2022_11_28/models/group_0230.py +80 -24
  197. githubkit/versions/ghec_v2022_11_28/models/group_0231.py +25 -18
  198. githubkit/versions/ghec_v2022_11_28/models/group_0232.py +183 -11
  199. githubkit/versions/ghec_v2022_11_28/models/group_0233.py +20 -35
  200. githubkit/versions/ghec_v2022_11_28/models/group_0234.py +98 -130
  201. githubkit/versions/ghec_v2022_11_28/models/group_0235.py +29 -18
  202. githubkit/versions/ghec_v2022_11_28/models/group_0236.py +26 -11
  203. githubkit/versions/ghec_v2022_11_28/models/group_0237.py +14 -7
  204. githubkit/versions/ghec_v2022_11_28/models/group_0238.py +16 -8
  205. githubkit/versions/ghec_v2022_11_28/models/group_0239.py +44 -9
  206. githubkit/versions/ghec_v2022_11_28/models/group_0240.py +147 -17
  207. githubkit/versions/ghec_v2022_11_28/models/group_0241.py +20 -32
  208. githubkit/versions/ghec_v2022_11_28/models/group_0242.py +13 -27
  209. githubkit/versions/ghec_v2022_11_28/models/group_0243.py +10 -87
  210. githubkit/versions/ghec_v2022_11_28/models/group_0244.py +8 -16
  211. githubkit/versions/ghec_v2022_11_28/models/group_0245.py +10 -10
  212. githubkit/versions/ghec_v2022_11_28/models/group_0246.py +21 -13
  213. githubkit/versions/ghec_v2022_11_28/models/group_0247.py +36 -14
  214. githubkit/versions/ghec_v2022_11_28/models/group_0248.py +29 -7
  215. githubkit/versions/ghec_v2022_11_28/models/group_0249.py +86 -47
  216. githubkit/versions/ghec_v2022_11_28/models/group_0250.py +12 -42
  217. githubkit/versions/ghec_v2022_11_28/models/group_0251.py +6 -98
  218. githubkit/versions/ghec_v2022_11_28/models/group_0252.py +10 -42
  219. githubkit/versions/ghec_v2022_11_28/models/group_0253.py +17 -8
  220. githubkit/versions/ghec_v2022_11_28/models/group_0254.py +6 -14
  221. githubkit/versions/ghec_v2022_11_28/models/group_0255.py +41 -43
  222. githubkit/versions/ghec_v2022_11_28/models/group_0256.py +36 -41
  223. githubkit/versions/ghec_v2022_11_28/models/group_0257.py +89 -77
  224. githubkit/versions/ghec_v2022_11_28/models/group_0258.py +34 -40
  225. githubkit/versions/ghec_v2022_11_28/models/group_0259.py +9 -28
  226. githubkit/versions/ghec_v2022_11_28/models/group_0260.py +15 -13
  227. githubkit/versions/ghec_v2022_11_28/models/group_0261.py +49 -9
  228. githubkit/versions/ghec_v2022_11_28/models/group_0262.py +43 -23
  229. githubkit/versions/ghec_v2022_11_28/models/group_0263.py +78 -34
  230. githubkit/versions/ghec_v2022_11_28/models/group_0264.py +47 -125
  231. githubkit/versions/ghec_v2022_11_28/models/group_0265.py +24 -167
  232. githubkit/versions/ghec_v2022_11_28/models/group_0266.py +12 -26
  233. githubkit/versions/ghec_v2022_11_28/models/group_0267.py +11 -12
  234. githubkit/versions/ghec_v2022_11_28/models/group_0268.py +37 -17
  235. githubkit/versions/ghec_v2022_11_28/models/group_0269.py +43 -19
  236. githubkit/versions/ghec_v2022_11_28/models/group_0270.py +122 -49
  237. githubkit/versions/ghec_v2022_11_28/models/group_0271.py +161 -18
  238. githubkit/versions/ghec_v2022_11_28/models/group_0272.py +16 -20
  239. githubkit/versions/ghec_v2022_11_28/models/group_0273.py +9 -152
  240. githubkit/versions/ghec_v2022_11_28/models/group_0274.py +11 -23
  241. githubkit/versions/ghec_v2022_11_28/models/group_0275.py +20 -32
  242. githubkit/versions/ghec_v2022_11_28/models/group_0276.py +51 -31
  243. githubkit/versions/ghec_v2022_11_28/models/group_0277.py +23 -70
  244. githubkit/versions/ghec_v2022_11_28/models/group_0278.py +31 -17
  245. githubkit/versions/ghec_v2022_11_28/models/group_0279.py +143 -57
  246. githubkit/versions/ghec_v2022_11_28/models/group_0280.py +20 -31
  247. githubkit/versions/ghec_v2022_11_28/models/group_0281.py +37 -54
  248. githubkit/versions/ghec_v2022_11_28/models/group_0282.py +26 -82
  249. githubkit/versions/ghec_v2022_11_28/models/group_0283.py +71 -9
  250. githubkit/versions/ghec_v2022_11_28/models/group_0284.py +17 -14
  251. githubkit/versions/ghec_v2022_11_28/models/group_0285.py +68 -8
  252. githubkit/versions/ghec_v2022_11_28/models/group_0286.py +32 -41
  253. githubkit/versions/ghec_v2022_11_28/models/group_0287.py +49 -11
  254. githubkit/versions/ghec_v2022_11_28/models/group_0288.py +81 -21
  255. githubkit/versions/ghec_v2022_11_28/models/group_0289.py +11 -15
  256. githubkit/versions/ghec_v2022_11_28/models/group_0290.py +13 -9
  257. githubkit/versions/ghec_v2022_11_28/models/group_0291.py +7 -54
  258. githubkit/versions/ghec_v2022_11_28/models/group_0292.py +35 -20
  259. githubkit/versions/ghec_v2022_11_28/models/group_0293.py +11 -25
  260. githubkit/versions/ghec_v2022_11_28/models/group_0294.py +24 -33
  261. githubkit/versions/ghec_v2022_11_28/models/group_0295.py +13 -48
  262. githubkit/versions/ghec_v2022_11_28/models/group_0296.py +12 -43
  263. githubkit/versions/ghec_v2022_11_28/models/group_0297.py +52 -11
  264. githubkit/versions/ghec_v2022_11_28/models/group_0298.py +26 -7
  265. githubkit/versions/ghec_v2022_11_28/models/group_0299.py +27 -18
  266. githubkit/versions/ghec_v2022_11_28/models/group_0300.py +36 -25
  267. githubkit/versions/ghec_v2022_11_28/models/group_0301.py +44 -26
  268. githubkit/versions/ghec_v2022_11_28/models/group_0302.py +43 -10
  269. githubkit/versions/ghec_v2022_11_28/models/group_0303.py +11 -25
  270. githubkit/versions/ghec_v2022_11_28/models/group_0304.py +9 -59
  271. githubkit/versions/ghec_v2022_11_28/models/group_0305.py +15 -52
  272. githubkit/versions/ghec_v2022_11_28/models/group_0306.py +32 -22
  273. githubkit/versions/ghec_v2022_11_28/models/group_0307.py +33 -6
  274. githubkit/versions/ghec_v2022_11_28/models/group_0308.py +7 -18
  275. githubkit/versions/ghec_v2022_11_28/models/group_0309.py +18 -75
  276. githubkit/versions/ghec_v2022_11_28/models/group_0310.py +62 -29
  277. githubkit/versions/ghec_v2022_11_28/models/group_0311.py +56 -13
  278. githubkit/versions/ghec_v2022_11_28/models/group_0312.py +13 -35
  279. githubkit/versions/ghec_v2022_11_28/models/group_0313.py +6 -20
  280. githubkit/versions/ghec_v2022_11_28/models/group_0314.py +17 -42
  281. githubkit/versions/ghec_v2022_11_28/models/group_0315.py +78 -17
  282. githubkit/versions/ghec_v2022_11_28/models/group_0316.py +18 -53
  283. githubkit/versions/ghec_v2022_11_28/models/group_0317.py +13 -30
  284. githubkit/versions/ghec_v2022_11_28/models/group_0318.py +31 -25
  285. githubkit/versions/ghec_v2022_11_28/models/group_0319.py +18 -28
  286. githubkit/versions/ghec_v2022_11_28/models/group_0320.py +38 -24
  287. githubkit/versions/ghec_v2022_11_28/models/group_0321.py +22 -107
  288. githubkit/versions/ghec_v2022_11_28/models/group_0322.py +48 -40
  289. githubkit/versions/ghec_v2022_11_28/models/group_0323.py +32 -34
  290. githubkit/versions/ghec_v2022_11_28/models/group_0324.py +35 -56
  291. githubkit/versions/ghec_v2022_11_28/models/group_0325.py +31 -28
  292. githubkit/versions/ghec_v2022_11_28/models/group_0326.py +24 -23
  293. githubkit/versions/ghec_v2022_11_28/models/group_0327.py +90 -126
  294. githubkit/versions/ghec_v2022_11_28/models/group_0328.py +57 -7
  295. githubkit/versions/ghec_v2022_11_28/models/group_0329.py +35 -34
  296. githubkit/versions/ghec_v2022_11_28/models/group_0330.py +52 -34
  297. githubkit/versions/ghec_v2022_11_28/models/group_0331.py +19 -66
  298. githubkit/versions/ghec_v2022_11_28/models/group_0332.py +27 -42
  299. githubkit/versions/ghec_v2022_11_28/models/group_0333.py +144 -10
  300. githubkit/versions/ghec_v2022_11_28/models/group_0334.py +7 -83
  301. githubkit/versions/ghec_v2022_11_28/models/group_0335.py +25 -14
  302. githubkit/versions/ghec_v2022_11_28/models/group_0336.py +37 -12
  303. githubkit/versions/ghec_v2022_11_28/models/group_0337.py +72 -10
  304. githubkit/versions/ghec_v2022_11_28/models/group_0338.py +45 -6
  305. githubkit/versions/ghec_v2022_11_28/models/group_0339.py +10 -15
  306. githubkit/versions/ghec_v2022_11_28/models/group_0340.py +65 -30
  307. githubkit/versions/ghec_v2022_11_28/models/group_0341.py +20 -8
  308. githubkit/versions/ghec_v2022_11_28/models/group_0342.py +11 -14
  309. githubkit/versions/ghec_v2022_11_28/models/group_0343.py +11 -80
  310. githubkit/versions/ghec_v2022_11_28/models/group_0344.py +7 -23
  311. githubkit/versions/ghec_v2022_11_28/models/group_0345.py +17 -39
  312. githubkit/versions/ghec_v2022_11_28/models/group_0346.py +36 -20
  313. githubkit/versions/ghec_v2022_11_28/models/group_0347.py +9 -9
  314. githubkit/versions/ghec_v2022_11_28/models/group_0348.py +12 -29
  315. githubkit/versions/ghec_v2022_11_28/models/group_0349.py +73 -53
  316. githubkit/versions/ghec_v2022_11_28/models/group_0350.py +20 -11
  317. githubkit/versions/ghec_v2022_11_28/models/group_0351.py +39 -9
  318. githubkit/versions/ghec_v2022_11_28/models/group_0352.py +20 -128
  319. githubkit/versions/ghec_v2022_11_28/models/group_0353.py +8 -32
  320. githubkit/versions/ghec_v2022_11_28/models/group_0354.py +30 -28
  321. githubkit/versions/ghec_v2022_11_28/models/group_0355.py +62 -25
  322. githubkit/versions/ghec_v2022_11_28/models/group_0356.py +10 -19
  323. githubkit/versions/ghec_v2022_11_28/models/group_0357.py +9 -30
  324. githubkit/versions/ghec_v2022_11_28/models/group_0358.py +120 -14
  325. githubkit/versions/ghec_v2022_11_28/models/group_0359.py +13 -13
  326. githubkit/versions/ghec_v2022_11_28/models/group_0360.py +21 -23
  327. githubkit/versions/ghec_v2022_11_28/models/group_0361.py +12 -21
  328. githubkit/versions/ghec_v2022_11_28/models/group_0362.py +9 -23
  329. githubkit/versions/ghec_v2022_11_28/models/group_0363.py +17 -7
  330. githubkit/versions/ghec_v2022_11_28/models/group_0364.py +12 -21
  331. githubkit/versions/ghec_v2022_11_28/models/group_0365.py +13 -21
  332. githubkit/versions/ghec_v2022_11_28/models/group_0366.py +17 -23
  333. githubkit/versions/ghec_v2022_11_28/models/group_0367.py +17 -26
  334. githubkit/versions/ghec_v2022_11_28/models/group_0368.py +30 -41
  335. githubkit/versions/ghec_v2022_11_28/models/group_0369.py +17 -17
  336. githubkit/versions/ghec_v2022_11_28/models/group_0370.py +37 -10
  337. githubkit/versions/ghec_v2022_11_28/models/group_0371.py +26 -71
  338. githubkit/versions/ghec_v2022_11_28/models/group_0372.py +26 -52
  339. githubkit/versions/ghec_v2022_11_28/models/group_0373.py +29 -132
  340. githubkit/versions/ghec_v2022_11_28/models/group_0374.py +40 -14
  341. githubkit/versions/ghec_v2022_11_28/models/group_0375.py +17 -17
  342. githubkit/versions/ghec_v2022_11_28/models/group_0376.py +11 -21
  343. githubkit/versions/ghec_v2022_11_28/models/group_0377.py +79 -14
  344. githubkit/versions/ghec_v2022_11_28/models/group_0378.py +69 -6
  345. githubkit/versions/ghec_v2022_11_28/models/group_0379.py +140 -29
  346. githubkit/versions/ghec_v2022_11_28/models/group_0380.py +19 -11
  347. githubkit/versions/ghec_v2022_11_28/models/group_0381.py +18 -76
  348. githubkit/versions/ghec_v2022_11_28/models/group_0382.py +17 -23
  349. githubkit/versions/ghec_v2022_11_28/models/group_0383.py +18 -6
  350. githubkit/versions/ghec_v2022_11_28/models/group_0384.py +6 -23
  351. githubkit/versions/ghec_v2022_11_28/models/group_0385.py +35 -22
  352. githubkit/versions/ghec_v2022_11_28/models/group_0386.py +9 -86
  353. githubkit/versions/ghec_v2022_11_28/models/group_0387.py +68 -82
  354. githubkit/versions/ghec_v2022_11_28/models/group_0388.py +27 -10
  355. githubkit/versions/ghec_v2022_11_28/models/group_0389.py +8 -27
  356. githubkit/versions/ghec_v2022_11_28/models/group_0390.py +20 -13
  357. githubkit/versions/ghec_v2022_11_28/models/group_0391.py +23 -10
  358. githubkit/versions/ghec_v2022_11_28/models/group_0392.py +89 -10
  359. githubkit/versions/ghec_v2022_11_28/models/group_0393.py +69 -43
  360. githubkit/versions/ghec_v2022_11_28/models/group_0394.py +10 -71
  361. githubkit/versions/ghec_v2022_11_28/models/group_0395.py +27 -8
  362. githubkit/versions/ghec_v2022_11_28/models/group_0396.py +13 -27
  363. githubkit/versions/ghec_v2022_11_28/models/group_0397.py +8 -45
  364. githubkit/versions/ghec_v2022_11_28/models/group_0398.py +10 -9
  365. githubkit/versions/ghec_v2022_11_28/models/group_0399.py +61 -16
  366. githubkit/versions/ghec_v2022_11_28/models/group_0400.py +70 -12
  367. githubkit/versions/ghec_v2022_11_28/models/group_0401.py +8 -22
  368. githubkit/versions/ghec_v2022_11_28/models/group_0402.py +26 -18
  369. githubkit/versions/ghec_v2022_11_28/models/group_0403.py +41 -14
  370. githubkit/versions/ghec_v2022_11_28/models/group_0404.py +9 -21
  371. githubkit/versions/ghec_v2022_11_28/models/group_0405.py +7 -9
  372. githubkit/versions/ghec_v2022_11_28/models/group_0406.py +5 -5
  373. githubkit/versions/ghec_v2022_11_28/models/group_0407.py +7 -7
  374. githubkit/versions/ghec_v2022_11_28/models/group_0408.py +5 -10
  375. githubkit/versions/ghec_v2022_11_28/models/group_0409.py +5 -5
  376. githubkit/versions/ghec_v2022_11_28/models/group_0410.py +7 -9
  377. githubkit/versions/ghec_v2022_11_28/models/group_0411.py +7 -7
  378. githubkit/versions/ghec_v2022_11_28/models/group_0412.py +5 -10
  379. githubkit/versions/ghec_v2022_11_28/models/group_0413.py +7 -9
  380. githubkit/versions/ghec_v2022_11_28/models/group_0414.py +7 -7
  381. githubkit/versions/ghec_v2022_11_28/models/group_0415.py +5 -10
  382. githubkit/versions/ghec_v2022_11_28/models/group_0416.py +7 -7
  383. githubkit/versions/ghec_v2022_11_28/models/group_0417.py +7 -7
  384. githubkit/versions/ghec_v2022_11_28/models/group_0418.py +9 -7
  385. githubkit/versions/ghec_v2022_11_28/models/group_0419.py +9 -7
  386. githubkit/versions/ghec_v2022_11_28/models/group_0420.py +9 -7
  387. githubkit/versions/ghec_v2022_11_28/models/group_0421.py +14 -124
  388. githubkit/versions/ghec_v2022_11_28/models/group_0422.py +19 -59
  389. githubkit/versions/ghec_v2022_11_28/models/group_0423.py +18 -12
  390. githubkit/versions/ghec_v2022_11_28/models/group_0424.py +14 -58
  391. githubkit/versions/ghec_v2022_11_28/models/group_0425.py +18 -8
  392. githubkit/versions/ghec_v2022_11_28/models/group_0426.py +14 -107
  393. githubkit/versions/ghec_v2022_11_28/models/group_0427.py +113 -67
  394. githubkit/versions/ghec_v2022_11_28/models/group_0428.py +63 -125
  395. githubkit/versions/ghec_v2022_11_28/models/group_0429.py +17 -12
  396. githubkit/versions/ghec_v2022_11_28/models/group_0430.py +65 -8
  397. githubkit/versions/ghec_v2022_11_28/models/group_0431.py +11 -27
  398. githubkit/versions/ghec_v2022_11_28/models/group_0432.py +116 -6
  399. githubkit/versions/ghec_v2022_11_28/models/group_0433.py +85 -16
  400. githubkit/versions/ghec_v2022_11_28/models/group_0434.py +128 -24
  401. githubkit/versions/ghec_v2022_11_28/models/group_0435.py +12 -12
  402. githubkit/versions/ghec_v2022_11_28/models/group_0436.py +8 -6
  403. githubkit/versions/ghec_v2022_11_28/models/group_0437.py +28 -8
  404. githubkit/versions/ghec_v2022_11_28/models/group_0438.py +6 -12
  405. githubkit/versions/ghec_v2022_11_28/models/group_0439.py +18 -9
  406. githubkit/versions/ghec_v2022_11_28/models/group_0440.py +21 -8
  407. githubkit/versions/ghec_v2022_11_28/models/group_0441.py +12 -10
  408. githubkit/versions/ghec_v2022_11_28/models/group_0442.py +14 -49
  409. githubkit/versions/ghec_v2022_11_28/models/group_0443.py +8 -24
  410. githubkit/versions/ghec_v2022_11_28/models/group_0444.py +10 -74
  411. githubkit/versions/ghec_v2022_11_28/models/group_0445.py +10 -29
  412. githubkit/versions/ghec_v2022_11_28/models/group_0446.py +9 -29
  413. githubkit/versions/ghec_v2022_11_28/models/group_0447.py +10 -25
  414. githubkit/versions/ghec_v2022_11_28/models/group_0448.py +31 -21
  415. githubkit/versions/ghec_v2022_11_28/models/group_0449.py +21 -21
  416. githubkit/versions/ghec_v2022_11_28/models/group_0450.py +58 -17
  417. githubkit/versions/ghec_v2022_11_28/models/group_0451.py +18 -59
  418. githubkit/versions/ghec_v2022_11_28/models/group_0452.py +28 -15
  419. githubkit/versions/ghec_v2022_11_28/models/group_0453.py +25 -7
  420. githubkit/versions/ghec_v2022_11_28/models/group_0454.py +15 -43
  421. githubkit/versions/ghec_v2022_11_28/models/group_0455.py +24 -136
  422. githubkit/versions/ghec_v2022_11_28/models/group_0456.py +31 -22
  423. githubkit/versions/ghec_v2022_11_28/models/group_0457.py +60 -33
  424. githubkit/versions/ghec_v2022_11_28/models/group_0458.py +12 -50
  425. githubkit/versions/ghec_v2022_11_28/models/group_0459.py +7 -38
  426. githubkit/versions/ghec_v2022_11_28/models/group_0460.py +48 -114
  427. githubkit/versions/ghec_v2022_11_28/models/group_0461.py +126 -25
  428. githubkit/versions/ghec_v2022_11_28/models/group_0462.py +17 -127
  429. githubkit/versions/ghec_v2022_11_28/models/group_0463.py +24 -70
  430. githubkit/versions/ghec_v2022_11_28/models/group_0464.py +35 -43
  431. githubkit/versions/ghec_v2022_11_28/models/group_0465.py +30 -58
  432. githubkit/versions/ghec_v2022_11_28/models/group_0466.py +125 -7
  433. githubkit/versions/ghec_v2022_11_28/models/group_0467.py +29 -25
  434. githubkit/versions/ghec_v2022_11_28/models/group_0468.py +114 -130
  435. githubkit/versions/ghec_v2022_11_28/models/group_0469.py +86 -9
  436. githubkit/versions/ghec_v2022_11_28/models/group_0470.py +55 -60
  437. githubkit/versions/ghec_v2022_11_28/models/group_0471.py +61 -9
  438. githubkit/versions/ghec_v2022_11_28/models/group_0472.py +10 -41
  439. githubkit/versions/ghec_v2022_11_28/models/group_0473.py +33 -10
  440. githubkit/versions/ghec_v2022_11_28/models/group_0474.py +146 -7
  441. githubkit/versions/ghec_v2022_11_28/models/group_0475.py +10 -10
  442. githubkit/versions/ghec_v2022_11_28/models/group_0476.py +66 -17
  443. githubkit/versions/ghec_v2022_11_28/models/group_0477.py +13 -6
  444. githubkit/versions/ghec_v2022_11_28/models/group_0478.py +32 -32
  445. githubkit/versions/ghec_v2022_11_28/models/group_0479.py +10 -32
  446. githubkit/versions/ghec_v2022_11_28/models/group_0480.py +11 -12
  447. githubkit/versions/ghec_v2022_11_28/models/group_0481.py +10 -21
  448. githubkit/versions/ghec_v2022_11_28/models/group_0482.py +13 -354
  449. githubkit/versions/ghec_v2022_11_28/models/group_0483.py +7 -62
  450. githubkit/versions/ghec_v2022_11_28/models/group_0484.py +31 -25
  451. githubkit/versions/ghec_v2022_11_28/models/group_0485.py +23 -268
  452. githubkit/versions/ghec_v2022_11_28/models/group_0486.py +12 -53
  453. githubkit/versions/ghec_v2022_11_28/models/group_0487.py +19 -66
  454. githubkit/versions/ghec_v2022_11_28/models/group_0488.py +355 -17
  455. githubkit/versions/ghec_v2022_11_28/models/group_0489.py +63 -10
  456. githubkit/versions/ghec_v2022_11_28/models/group_0490.py +28 -62
  457. githubkit/versions/ghec_v2022_11_28/models/group_0491.py +276 -12
  458. githubkit/versions/ghec_v2022_11_28/models/group_0492.py +50 -25
  459. githubkit/versions/ghec_v2022_11_28/models/group_0493.py +63 -73
  460. githubkit/versions/ghec_v2022_11_28/models/group_0494.py +14 -163
  461. githubkit/versions/ghec_v2022_11_28/models/group_0495.py +11 -76
  462. githubkit/versions/ghec_v2022_11_28/models/group_0496.py +65 -12
  463. githubkit/versions/ghec_v2022_11_28/models/group_0497.py +12 -9
  464. githubkit/versions/ghec_v2022_11_28/models/group_0498.py +36 -15
  465. githubkit/versions/ghec_v2022_11_28/models/group_0499.py +20 -28
  466. githubkit/versions/ghec_v2022_11_28/models/group_0500.py +166 -15
  467. githubkit/versions/ghec_v2022_11_28/models/group_0501.py +19 -336
  468. githubkit/versions/ghec_v2022_11_28/models/group_0502.py +11 -57
  469. githubkit/versions/ghec_v2022_11_28/models/group_0503.py +8 -387
  470. githubkit/versions/ghec_v2022_11_28/models/group_0504.py +15 -38
  471. githubkit/versions/ghec_v2022_11_28/models/group_0505.py +91 -42
  472. githubkit/versions/ghec_v2022_11_28/models/group_0506.py +12 -37
  473. githubkit/versions/ghec_v2022_11_28/models/group_0507.py +378 -39
  474. githubkit/versions/ghec_v2022_11_28/models/group_0508.py +58 -13
  475. githubkit/versions/ghec_v2022_11_28/models/group_0509.py +336 -7
  476. githubkit/versions/ghec_v2022_11_28/models/group_0510.py +6 -22
  477. githubkit/versions/ghec_v2022_11_28/models/group_0511.py +34 -175
  478. githubkit/versions/ghec_v2022_11_28/models/group_0512.py +39 -47
  479. githubkit/versions/ghec_v2022_11_28/models/group_0513.py +49 -45
  480. githubkit/versions/ghec_v2022_11_28/models/group_0514.py +16 -18
  481. githubkit/versions/ghec_v2022_11_28/models/group_0515.py +52 -19
  482. githubkit/versions/ghec_v2022_11_28/models/group_0516.py +46 -19
  483. githubkit/versions/ghec_v2022_11_28/models/group_0517.py +175 -19
  484. githubkit/versions/ghec_v2022_11_28/models/group_0518.py +47 -24
  485. githubkit/versions/ghec_v2022_11_28/models/group_0519.py +45 -113
  486. githubkit/versions/ghec_v2022_11_28/models/group_0520.py +19 -44
  487. githubkit/versions/ghec_v2022_11_28/models/group_0521.py +17 -1051
  488. githubkit/versions/ghec_v2022_11_28/models/group_0522.py +18 -166
  489. githubkit/versions/ghec_v2022_11_28/models/group_0523.py +20 -83
  490. githubkit/versions/ghec_v2022_11_28/models/group_0524.py +19 -130
  491. githubkit/versions/ghec_v2022_11_28/models/group_0525.py +110 -128
  492. githubkit/versions/ghec_v2022_11_28/models/group_0526.py +39 -57
  493. githubkit/versions/ghec_v2022_11_28/models/group_0527.py +1025 -55
  494. githubkit/versions/ghec_v2022_11_28/models/group_0528.py +147 -74
  495. githubkit/versions/ghec_v2022_11_28/models/group_0529.py +51 -85
  496. githubkit/versions/ghec_v2022_11_28/models/group_0530.py +134 -35
  497. githubkit/versions/ghec_v2022_11_28/models/group_0531.py +125 -46
  498. githubkit/versions/ghec_v2022_11_28/models/group_0532.py +56 -30
  499. githubkit/versions/ghec_v2022_11_28/models/group_0533.py +78 -23
  500. githubkit/versions/ghec_v2022_11_28/models/group_0534.py +98 -42
  501. githubkit/versions/ghec_v2022_11_28/models/group_0535.py +121 -36
  502. githubkit/versions/ghec_v2022_11_28/models/group_0536.py +30 -193
  503. githubkit/versions/ghec_v2022_11_28/models/group_0537.py +51 -30
  504. githubkit/versions/ghec_v2022_11_28/models/group_0538.py +10 -16
  505. githubkit/versions/ghec_v2022_11_28/models/group_0539.py +10 -16
  506. githubkit/versions/ghec_v2022_11_28/models/group_0540.py +14 -20
  507. githubkit/versions/ghec_v2022_11_28/models/group_0541.py +14 -20
  508. githubkit/versions/ghec_v2022_11_28/models/group_0542.py +184 -13
  509. githubkit/versions/ghec_v2022_11_28/models/group_0543.py +39 -8
  510. githubkit/versions/ghec_v2022_11_28/models/group_0544.py +20 -13
  511. githubkit/versions/ghec_v2022_11_28/models/group_0545.py +39 -8
  512. githubkit/versions/ghec_v2022_11_28/models/group_0546.py +24 -31
  513. githubkit/versions/ghec_v2022_11_28/models/group_0547.py +44 -8
  514. githubkit/versions/ghec_v2022_11_28/models/group_0548.py +9 -9
  515. githubkit/versions/ghec_v2022_11_28/models/group_0549.py +6 -6
  516. githubkit/versions/ghec_v2022_11_28/models/group_0550.py +13 -320
  517. githubkit/versions/ghec_v2022_11_28/models/group_0551.py +7 -337
  518. githubkit/versions/ghec_v2022_11_28/models/group_0552.py +24 -312
  519. githubkit/versions/ghec_v2022_11_28/models/group_0553.py +7 -213
  520. githubkit/versions/ghec_v2022_11_28/models/group_0554.py +13 -229
  521. githubkit/versions/ghec_v2022_11_28/models/group_0555.py +7 -183
  522. githubkit/versions/ghec_v2022_11_28/models/group_0556.py +251 -123
  523. githubkit/versions/ghec_v2022_11_28/models/group_0557.py +270 -123
  524. githubkit/versions/ghec_v2022_11_28/models/group_0558.py +271 -112
  525. githubkit/versions/ghec_v2022_11_28/models/group_0559.py +154 -76
  526. githubkit/versions/ghec_v2022_11_28/models/group_0560.py +222 -21
  527. githubkit/versions/ghec_v2022_11_28/models/group_0561.py +163 -14
  528. githubkit/versions/ghec_v2022_11_28/models/group_0562.py +187 -17
  529. githubkit/versions/ghec_v2022_11_28/models/group_0563.py +171 -15
  530. githubkit/versions/ghec_v2022_11_28/models/group_0564.py +160 -15
  531. githubkit/versions/ghec_v2022_11_28/models/group_0565.py +115 -20
  532. githubkit/versions/ghec_v2022_11_28/models/group_0566.py +16 -10
  533. githubkit/versions/ghec_v2022_11_28/models/group_0567.py +20 -20
  534. githubkit/versions/ghec_v2022_11_28/models/group_0568.py +26 -20
  535. githubkit/versions/ghec_v2022_11_28/models/group_0569.py +20 -20
  536. githubkit/versions/ghec_v2022_11_28/models/group_0570.py +20 -20
  537. githubkit/versions/ghec_v2022_11_28/models/group_0571.py +27 -21
  538. githubkit/versions/ghec_v2022_11_28/models/group_0572.py +21 -15
  539. githubkit/versions/ghec_v2022_11_28/models/group_0573.py +10 -10
  540. githubkit/versions/ghec_v2022_11_28/models/group_0574.py +16 -18
  541. githubkit/versions/ghec_v2022_11_28/models/group_0575.py +16 -18
  542. githubkit/versions/ghec_v2022_11_28/models/group_0576.py +18 -581
  543. githubkit/versions/ghec_v2022_11_28/models/group_0577.py +21 -35
  544. githubkit/versions/ghec_v2022_11_28/models/group_0578.py +19 -437
  545. githubkit/versions/ghec_v2022_11_28/models/group_0579.py +19 -437
  546. githubkit/versions/ghec_v2022_11_28/models/group_0580.py +16 -470
  547. githubkit/versions/ghec_v2022_11_28/models/group_0581.py +15 -841
  548. githubkit/versions/ghec_v2022_11_28/models/group_0582.py +575 -16
  549. githubkit/versions/ghec_v2022_11_28/models/group_0583.py +33 -60
  550. githubkit/versions/ghec_v2022_11_28/models/group_0584.py +432 -16
  551. githubkit/versions/ghec_v2022_11_28/models/group_0585.py +432 -18
  552. githubkit/versions/ghec_v2022_11_28/models/group_0586.py +470 -18
  553. githubkit/versions/ghec_v2022_11_28/models/group_0587.py +832 -27
  554. githubkit/versions/ghec_v2022_11_28/models/group_0588.py +12 -10
  555. githubkit/versions/ghec_v2022_11_28/models/group_0589.py +49 -10
  556. githubkit/versions/ghec_v2022_11_28/models/group_0590.py +10 -38
  557. githubkit/versions/ghec_v2022_11_28/models/group_0591.py +12 -12
  558. githubkit/versions/ghec_v2022_11_28/models/group_0592.py +12 -10
  559. githubkit/versions/ghec_v2022_11_28/models/group_0593.py +31 -10
  560. githubkit/versions/ghec_v2022_11_28/models/group_0594.py +10 -10
  561. githubkit/versions/ghec_v2022_11_28/models/group_0595.py +10 -12
  562. githubkit/versions/ghec_v2022_11_28/models/group_0596.py +61 -8
  563. githubkit/versions/ghec_v2022_11_28/models/group_0597.py +23 -13
  564. githubkit/versions/ghec_v2022_11_28/models/group_0598.py +10 -12
  565. githubkit/versions/ghec_v2022_11_28/models/group_0599.py +10 -10
  566. githubkit/versions/ghec_v2022_11_28/models/group_0600.py +10 -10
  567. githubkit/versions/ghec_v2022_11_28/models/group_0601.py +17 -15
  568. githubkit/versions/ghec_v2022_11_28/models/group_0602.py +11 -171
  569. githubkit/versions/ghec_v2022_11_28/models/group_0603.py +22 -166
  570. githubkit/versions/ghec_v2022_11_28/models/group_0604.py +44 -14
  571. githubkit/versions/ghec_v2022_11_28/models/group_0605.py +35 -117
  572. githubkit/versions/ghec_v2022_11_28/models/group_0606.py +37 -8
  573. githubkit/versions/ghec_v2022_11_28/models/group_0607.py +15 -30
  574. githubkit/versions/ghec_v2022_11_28/models/group_0608.py +163 -28
  575. githubkit/versions/ghec_v2022_11_28/models/group_0609.py +165 -28
  576. githubkit/versions/ghec_v2022_11_28/models/group_0610.py +14 -41
  577. githubkit/versions/ghec_v2022_11_28/models/group_0611.py +113 -56
  578. githubkit/versions/ghec_v2022_11_28/models/group_0612.py +6 -56
  579. githubkit/versions/ghec_v2022_11_28/models/group_0613.py +34 -18
  580. githubkit/versions/ghec_v2022_11_28/models/group_0614.py +18 -94
  581. githubkit/versions/ghec_v2022_11_28/models/group_0615.py +9 -9
  582. githubkit/versions/ghec_v2022_11_28/models/group_0616.py +18 -24
  583. githubkit/versions/ghec_v2022_11_28/models/group_0617.py +50 -77
  584. githubkit/versions/ghec_v2022_11_28/models/group_0618.py +50 -152
  585. githubkit/versions/ghec_v2022_11_28/models/group_0619.py +29 -172
  586. githubkit/versions/ghec_v2022_11_28/models/group_0620.py +87 -35
  587. githubkit/versions/ghec_v2022_11_28/models/group_0621.py +35 -29
  588. githubkit/versions/ghec_v2022_11_28/models/group_0622.py +42 -30
  589. githubkit/versions/ghec_v2022_11_28/models/group_0623.py +62 -65
  590. githubkit/versions/ghec_v2022_11_28/models/group_0624.py +150 -29
  591. githubkit/versions/ghec_v2022_11_28/models/group_0625.py +181 -7
  592. githubkit/versions/ghec_v2022_11_28/models/group_0626.py +14 -109
  593. githubkit/versions/ghec_v2022_11_28/models/group_0627.py +35 -32
  594. githubkit/versions/ghec_v2022_11_28/models/group_0628.py +25 -28
  595. githubkit/versions/ghec_v2022_11_28/models/group_0629.py +86 -36
  596. githubkit/versions/ghec_v2022_11_28/models/group_0630.py +29 -150
  597. githubkit/versions/ghec_v2022_11_28/models/group_0631.py +7 -181
  598. githubkit/versions/ghec_v2022_11_28/models/group_0632.py +109 -14
  599. githubkit/versions/ghec_v2022_11_28/models/group_0633.py +32 -35
  600. githubkit/versions/ghec_v2022_11_28/models/group_0634.py +28 -25
  601. githubkit/versions/ghec_v2022_11_28/models/group_0635.py +38 -84
  602. githubkit/versions/ghec_v2022_11_28/models/group_0636.py +150 -29
  603. githubkit/versions/ghec_v2022_11_28/models/group_0637.py +181 -7
  604. githubkit/versions/ghec_v2022_11_28/models/group_0638.py +14 -110
  605. githubkit/versions/ghec_v2022_11_28/models/group_0639.py +35 -32
  606. githubkit/versions/ghec_v2022_11_28/models/group_0640.py +25 -28
  607. githubkit/versions/ghec_v2022_11_28/models/group_0641.py +84 -40
  608. githubkit/versions/ghec_v2022_11_28/models/group_0642.py +29 -150
  609. githubkit/versions/ghec_v2022_11_28/models/group_0643.py +7 -181
  610. githubkit/versions/ghec_v2022_11_28/models/group_0644.py +110 -14
  611. githubkit/versions/ghec_v2022_11_28/models/group_0645.py +32 -35
  612. githubkit/versions/ghec_v2022_11_28/models/group_0646.py +29 -24
  613. githubkit/versions/ghec_v2022_11_28/models/group_0647.py +39 -84
  614. githubkit/versions/ghec_v2022_11_28/models/group_0648.py +150 -28
  615. githubkit/versions/ghec_v2022_11_28/models/group_0649.py +181 -7
  616. githubkit/versions/ghec_v2022_11_28/models/group_0650.py +14 -109
  617. githubkit/versions/ghec_v2022_11_28/models/group_0651.py +35 -30
  618. githubkit/versions/ghec_v2022_11_28/models/group_0652.py +24 -28
  619. githubkit/versions/ghec_v2022_11_28/models/group_0653.py +86 -37
  620. githubkit/versions/ghec_v2022_11_28/models/group_0654.py +34 -33
  621. githubkit/versions/ghec_v2022_11_28/models/group_0655.py +7 -209
  622. githubkit/versions/ghec_v2022_11_28/models/group_0656.py +81 -143
  623. githubkit/versions/ghec_v2022_11_28/models/group_0657.py +30 -35
  624. githubkit/versions/ghec_v2022_11_28/models/group_0658.py +28 -24
  625. githubkit/versions/ghec_v2022_11_28/models/group_0659.py +37 -82
  626. githubkit/versions/ghec_v2022_11_28/models/group_0660.py +33 -34
  627. githubkit/versions/ghec_v2022_11_28/models/group_0661.py +200 -17
  628. githubkit/versions/ghec_v2022_11_28/models/group_0662.py +176 -78
  629. githubkit/versions/ghec_v2022_11_28/models/group_0663.py +32 -27
  630. githubkit/versions/ghec_v2022_11_28/models/group_0664.py +24 -28
  631. githubkit/versions/ghec_v2022_11_28/models/group_0665.py +80 -33
  632. githubkit/versions/ghec_v2022_11_28/models/group_0666.py +10 -368
  633. githubkit/versions/ghec_v2022_11_28/models/group_0667.py +28 -48
  634. githubkit/versions/ghec_v2022_11_28/models/group_0668.py +73 -361
  635. githubkit/versions/ghec_v2022_11_28/models/group_0669.py +27 -75
  636. githubkit/versions/ghec_v2022_11_28/models/group_0670.py +11 -382
  637. githubkit/versions/ghec_v2022_11_28/models/group_0671.py +11 -13
  638. githubkit/versions/ghec_v2022_11_28/models/group_0672.py +61 -70
  639. githubkit/versions/ghec_v2022_11_28/models/group_0673.py +17 -11
  640. githubkit/versions/ghec_v2022_11_28/models/group_0674.py +85 -71
  641. githubkit/versions/ghec_v2022_11_28/models/group_0675.py +46 -16
  642. githubkit/versions/ghec_v2022_11_28/models/group_0676.py +71 -66
  643. githubkit/versions/ghec_v2022_11_28/models/group_0677.py +13 -13
  644. githubkit/versions/ghec_v2022_11_28/models/group_0678.py +345 -162
  645. githubkit/versions/ghec_v2022_11_28/models/group_0679.py +29 -407
  646. githubkit/versions/ghec_v2022_11_28/models/group_0680.py +59 -63
  647. githubkit/versions/ghec_v2022_11_28/models/group_0681.py +16 -11
  648. githubkit/versions/ghec_v2022_11_28/models/group_0682.py +390 -30
  649. githubkit/versions/ghec_v2022_11_28/models/group_0683.py +32 -396
  650. githubkit/versions/ghec_v2022_11_28/models/group_0684.py +214 -32
  651. githubkit/versions/ghec_v2022_11_28/models/group_0685.py +355 -162
  652. githubkit/versions/ghec_v2022_11_28/models/group_0686.py +71 -90
  653. githubkit/versions/ghec_v2022_11_28/models/group_0687.py +12 -16
  654. githubkit/versions/ghec_v2022_11_28/models/group_0688.py +12 -16
  655. githubkit/versions/ghec_v2022_11_28/models/group_0689.py +396 -32
  656. githubkit/versions/ghec_v2022_11_28/models/group_0690.py +13 -11
  657. githubkit/versions/ghec_v2022_11_28/models/group_0691.py +162 -335
  658. githubkit/versions/ghec_v2022_11_28/models/group_0692.py +409 -30
  659. githubkit/versions/ghec_v2022_11_28/models/group_0693.py +11 -11
  660. githubkit/versions/ghec_v2022_11_28/models/group_0694.py +20 -15
  661. githubkit/versions/ghec_v2022_11_28/models/group_0695.py +16 -11
  662. githubkit/versions/ghec_v2022_11_28/models/group_0696.py +14 -65
  663. githubkit/versions/ghec_v2022_11_28/models/group_0697.py +387 -34
  664. githubkit/versions/ghec_v2022_11_28/models/group_0698.py +15 -71
  665. githubkit/versions/ghec_v2022_11_28/models/group_0699.py +18 -74
  666. githubkit/versions/ghec_v2022_11_28/models/group_0700.py +16 -77
  667. githubkit/versions/ghec_v2022_11_28/models/group_0701.py +12 -20
  668. githubkit/versions/ghec_v2022_11_28/models/group_0702.py +52 -43
  669. githubkit/versions/ghec_v2022_11_28/models/group_0703.py +21 -54
  670. githubkit/versions/ghec_v2022_11_28/models/group_0704.py +71 -12
  671. githubkit/versions/ghec_v2022_11_28/models/group_0705.py +72 -47
  672. githubkit/versions/ghec_v2022_11_28/models/group_0706.py +72 -47
  673. githubkit/versions/ghec_v2022_11_28/models/group_0707.py +23 -15
  674. githubkit/versions/ghec_v2022_11_28/models/group_0708.py +61 -20
  675. githubkit/versions/ghec_v2022_11_28/models/group_0709.py +46 -38
  676. githubkit/versions/ghec_v2022_11_28/models/group_0710.py +12 -15
  677. githubkit/versions/ghec_v2022_11_28/models/group_0711.py +55 -20
  678. githubkit/versions/ghec_v2022_11_28/models/group_0712.py +55 -20
  679. githubkit/versions/ghec_v2022_11_28/models/group_0713.py +16 -72
  680. githubkit/versions/ghec_v2022_11_28/models/group_0714.py +19 -18
  681. githubkit/versions/ghec_v2022_11_28/models/group_0715.py +50 -17
  682. githubkit/versions/ghec_v2022_11_28/models/group_0716.py +18 -15
  683. githubkit/versions/ghec_v2022_11_28/models/group_0717.py +16 -17
  684. githubkit/versions/ghec_v2022_11_28/models/group_0718.py +16 -16
  685. githubkit/versions/ghec_v2022_11_28/models/group_0719.py +64 -67
  686. githubkit/versions/ghec_v2022_11_28/models/group_0720.py +16 -16
  687. githubkit/versions/ghec_v2022_11_28/models/group_0721.py +12 -37
  688. githubkit/versions/ghec_v2022_11_28/models/group_0722.py +35 -38
  689. githubkit/versions/ghec_v2022_11_28/models/group_0723.py +15 -14
  690. githubkit/versions/ghec_v2022_11_28/models/group_0724.py +35 -67
  691. githubkit/versions/ghec_v2022_11_28/models/group_0725.py +67 -523
  692. githubkit/versions/ghec_v2022_11_28/models/group_0726.py +17 -16
  693. githubkit/versions/ghec_v2022_11_28/models/group_0727.py +61 -67
  694. githubkit/versions/ghec_v2022_11_28/models/group_0728.py +39 -164
  695. githubkit/versions/ghec_v2022_11_28/models/group_0729.py +16 -72
  696. githubkit/versions/ghec_v2022_11_28/models/group_0730.py +67 -28
  697. githubkit/versions/ghec_v2022_11_28/models/group_0731.py +555 -36
  698. githubkit/versions/ghec_v2022_11_28/models/group_0732.py +23 -18
  699. githubkit/versions/ghec_v2022_11_28/models/group_0733.py +70 -35
  700. githubkit/versions/ghec_v2022_11_28/models/group_0734.py +162 -28
  701. githubkit/versions/ghec_v2022_11_28/models/group_0735.py +81 -43
  702. githubkit/versions/ghec_v2022_11_28/models/group_0736.py +31 -8
  703. githubkit/versions/ghec_v2022_11_28/models/group_0737.py +18 -42
  704. githubkit/versions/ghec_v2022_11_28/models/group_0738.py +17 -21
  705. githubkit/versions/ghec_v2022_11_28/models/group_0739.py +20 -76
  706. githubkit/versions/ghec_v2022_11_28/models/group_0740.py +15 -41
  707. githubkit/versions/ghec_v2022_11_28/models/group_0741.py +41 -91
  708. githubkit/versions/ghec_v2022_11_28/models/group_0742.py +8 -55
  709. githubkit/versions/ghec_v2022_11_28/models/group_0743.py +55 -47
  710. githubkit/versions/ghec_v2022_11_28/models/group_0744.py +11 -11
  711. githubkit/versions/ghec_v2022_11_28/models/group_0745.py +67 -18
  712. githubkit/versions/ghec_v2022_11_28/models/group_0746.py +35 -14
  713. githubkit/versions/ghec_v2022_11_28/models/group_0747.py +80 -31
  714. githubkit/versions/ghec_v2022_11_28/models/group_0748.py +52 -33
  715. githubkit/versions/ghec_v2022_11_28/models/group_0749.py +51 -40
  716. githubkit/versions/ghec_v2022_11_28/models/group_0750.py +16 -14
  717. githubkit/versions/ghec_v2022_11_28/models/group_0751.py +11 -51
  718. githubkit/versions/ghec_v2022_11_28/models/group_0752.py +15 -17
  719. githubkit/versions/ghec_v2022_11_28/models/group_0753.py +44 -12
  720. githubkit/versions/ghec_v2022_11_28/models/group_0754.py +22 -14
  721. githubkit/versions/ghec_v2022_11_28/models/group_0755.py +22 -11
  722. githubkit/versions/ghec_v2022_11_28/models/group_0756.py +21 -70
  723. githubkit/versions/ghec_v2022_11_28/models/group_0757.py +65 -14
  724. githubkit/versions/ghec_v2022_11_28/models/group_0758.py +23 -34
  725. githubkit/versions/ghec_v2022_11_28/models/group_0759.py +10 -10
  726. githubkit/versions/ghec_v2022_11_28/models/group_0760.py +13 -10
  727. githubkit/versions/ghec_v2022_11_28/models/group_0761.py +11 -92
  728. githubkit/versions/ghec_v2022_11_28/models/group_0762.py +57 -23
  729. githubkit/versions/ghec_v2022_11_28/models/group_0763.py +9 -9
  730. githubkit/versions/ghec_v2022_11_28/models/group_0764.py +33 -11
  731. githubkit/versions/ghec_v2022_11_28/models/group_0765.py +9 -10
  732. githubkit/versions/ghec_v2022_11_28/models/group_0766.py +9 -10
  733. githubkit/versions/ghec_v2022_11_28/models/group_0767.py +71 -56
  734. githubkit/versions/ghec_v2022_11_28/models/group_0768.py +37 -18
  735. githubkit/versions/ghec_v2022_11_28/models/group_0769.py +14 -1142
  736. githubkit/versions/ghec_v2022_11_28/models/group_0770.py +12 -1195
  737. githubkit/versions/ghec_v2022_11_28/models/group_0771.py +13 -1187
  738. githubkit/versions/ghec_v2022_11_28/models/group_0772.py +12 -22
  739. githubkit/versions/ghec_v2022_11_28/models/group_0773.py +77 -22
  740. githubkit/versions/ghec_v2022_11_28/models/group_0774.py +12 -20
  741. githubkit/versions/ghec_v2022_11_28/models/group_0775.py +211 -219
  742. githubkit/versions/ghec_v2022_11_28/models/group_0776.py +1161 -56
  743. githubkit/versions/ghec_v2022_11_28/models/group_0777.py +244 -193
  744. githubkit/versions/ghec_v2022_11_28/models/group_0778.py +12 -1124
  745. githubkit/versions/ghec_v2022_11_28/models/group_0779.py +12 -1116
  746. githubkit/versions/ghec_v2022_11_28/models/group_0780.py +10 -10
  747. githubkit/versions/ghec_v2022_11_28/models/group_0781.py +1140 -13
  748. githubkit/versions/ghec_v2022_11_28/models/group_0782.py +78 -11
  749. githubkit/versions/ghec_v2022_11_28/models/group_0783.py +1126 -13
  750. githubkit/versions/ghec_v2022_11_28/models/group_0784.py +246 -464
  751. githubkit/versions/ghec_v2022_11_28/models/group_0785.py +257 -300
  752. githubkit/versions/ghec_v2022_11_28/models/group_0786.py +18 -1155
  753. githubkit/versions/ghec_v2022_11_28/models/group_0787.py +13 -1216
  754. githubkit/versions/ghec_v2022_11_28/models/group_0788.py +13 -1060
  755. githubkit/versions/ghec_v2022_11_28/models/group_0789.py +12 -1268
  756. githubkit/versions/ghec_v2022_11_28/models/group_0790.py +407 -357
  757. githubkit/versions/ghec_v2022_11_28/models/group_0791.py +225 -316
  758. githubkit/versions/ghec_v2022_11_28/models/group_0792.py +213 -335
  759. githubkit/versions/ghec_v2022_11_28/models/group_0793.py +256 -162
  760. githubkit/versions/ghec_v2022_11_28/models/group_0794.py +205 -467
  761. githubkit/versions/ghec_v2022_11_28/models/group_0795.py +352 -407
  762. githubkit/versions/ghec_v2022_11_28/models/group_0796.py +347 -201
  763. githubkit/versions/ghec_v2022_11_28/models/group_0797.py +317 -217
  764. githubkit/versions/ghec_v2022_11_28/models/group_0798.py +364 -225
  765. githubkit/versions/ghec_v2022_11_28/models/group_0799.py +261 -259
  766. githubkit/versions/ghec_v2022_11_28/models/group_0800.py +1115 -165
  767. githubkit/versions/ghec_v2022_11_28/models/group_0801.py +1326 -15
  768. githubkit/versions/ghec_v2022_11_28/models/group_0802.py +1148 -44
  769. githubkit/versions/ghec_v2022_11_28/models/group_0803.py +1049 -469
  770. githubkit/versions/ghec_v2022_11_28/models/group_0804.py +1136 -14
  771. githubkit/versions/ghec_v2022_11_28/models/group_0805.py +1124 -39
  772. githubkit/versions/ghec_v2022_11_28/models/group_0806.py +371 -157
  773. githubkit/versions/ghec_v2022_11_28/models/group_0807.py +13 -15
  774. githubkit/versions/ghec_v2022_11_28/models/group_0808.py +70 -42
  775. githubkit/versions/ghec_v2022_11_28/models/group_0809.py +596 -101
  776. githubkit/versions/ghec_v2022_11_28/models/group_0810.py +15 -162
  777. githubkit/versions/ghec_v2022_11_28/models/group_0811.py +62 -44
  778. githubkit/versions/ghec_v2022_11_28/models/group_0812.py +186 -45
  779. githubkit/versions/ghec_v2022_11_28/models/group_0813.py +12 -14
  780. githubkit/versions/ghec_v2022_11_28/models/group_0814.py +15 -16
  781. githubkit/versions/ghec_v2022_11_28/models/group_0815.py +73 -13
  782. githubkit/versions/ghec_v2022_11_28/models/group_0816.py +161 -11
  783. githubkit/versions/ghec_v2022_11_28/models/group_0817.py +17 -10
  784. githubkit/versions/ghec_v2022_11_28/models/group_0818.py +17 -10
  785. githubkit/versions/ghec_v2022_11_28/models/group_0819.py +21 -33
  786. githubkit/versions/ghec_v2022_11_28/models/group_0820.py +15 -61
  787. githubkit/versions/ghec_v2022_11_28/models/group_0821.py +16 -10
  788. githubkit/versions/ghec_v2022_11_28/models/group_0822.py +9 -9
  789. githubkit/versions/ghec_v2022_11_28/models/group_0823.py +9 -9
  790. githubkit/versions/ghec_v2022_11_28/models/group_0824.py +9 -36
  791. githubkit/versions/ghec_v2022_11_28/models/group_0825.py +33 -20
  792. githubkit/versions/ghec_v2022_11_28/models/group_0826.py +63 -17
  793. githubkit/versions/ghec_v2022_11_28/models/group_0827.py +10 -18
  794. githubkit/versions/ghec_v2022_11_28/models/group_0828.py +28 -32
  795. githubkit/versions/ghec_v2022_11_28/models/group_0829.py +38 -19
  796. githubkit/versions/ghec_v2022_11_28/models/group_0830.py +46 -85
  797. githubkit/versions/ghec_v2022_11_28/models/group_0831.py +43 -94
  798. githubkit/versions/ghec_v2022_11_28/models/group_0832.py +43 -126
  799. githubkit/versions/ghec_v2022_11_28/models/group_0833.py +19 -96
  800. githubkit/versions/ghec_v2022_11_28/models/group_0834.py +32 -28
  801. githubkit/versions/ghec_v2022_11_28/models/group_0835.py +19 -43
  802. githubkit/versions/ghec_v2022_11_28/models/group_0836.py +91 -91
  803. githubkit/versions/ghec_v2022_11_28/models/group_0837.py +94 -42
  804. githubkit/versions/ghec_v2022_11_28/models/group_0838.py +121 -96
  805. githubkit/versions/ghec_v2022_11_28/models/group_0839.py +95 -14
  806. githubkit/versions/ghec_v2022_11_28/models/group_0840.py +14 -12
  807. githubkit/versions/ghec_v2022_11_28/models/group_0841.py +39 -6
  808. githubkit/versions/ghec_v2022_11_28/models/group_0842.py +77 -15
  809. githubkit/versions/ghec_v2022_11_28/models/group_0843.py +15 -14
  810. githubkit/versions/ghec_v2022_11_28/models/group_0844.py +75 -15
  811. githubkit/versions/ghec_v2022_11_28/models/group_0845.py +10 -10
  812. githubkit/versions/ghec_v2022_11_28/models/group_0846.py +17 -49
  813. githubkit/versions/ghec_v2022_11_28/models/group_0847.py +6 -41
  814. githubkit/versions/ghec_v2022_11_28/models/group_0848.py +12 -15
  815. githubkit/versions/ghec_v2022_11_28/models/group_0849.py +12 -15
  816. githubkit/versions/ghec_v2022_11_28/models/group_0850.py +34 -118
  817. githubkit/versions/ghec_v2022_11_28/models/group_0851.py +16 -12
  818. githubkit/versions/ghec_v2022_11_28/models/group_0852.py +61 -7
  819. githubkit/versions/ghec_v2022_11_28/models/group_0853.py +37 -8
  820. githubkit/versions/ghec_v2022_11_28/models/group_0854.py +16 -12
  821. githubkit/versions/ghec_v2022_11_28/models/group_0855.py +16 -12
  822. githubkit/versions/ghec_v2022_11_28/models/group_0856.py +110 -49
  823. githubkit/versions/ghec_v2022_11_28/models/group_0857.py +15 -22
  824. githubkit/versions/ghec_v2022_11_28/models/group_0858.py +7 -40
  825. githubkit/versions/ghec_v2022_11_28/models/group_0859.py +8 -35
  826. githubkit/versions/ghec_v2022_11_28/models/group_0860.py +14 -14
  827. githubkit/versions/ghec_v2022_11_28/models/group_0861.py +13 -13
  828. githubkit/versions/ghec_v2022_11_28/models/group_0862.py +34 -203
  829. githubkit/versions/ghec_v2022_11_28/models/group_0863.py +44 -18
  830. githubkit/versions/ghec_v2022_11_28/models/group_0864.py +42 -7
  831. githubkit/versions/ghec_v2022_11_28/models/group_0865.py +42 -18
  832. githubkit/versions/ghec_v2022_11_28/models/group_0866.py +41 -12
  833. githubkit/versions/ghec_v2022_11_28/models/group_0867.py +17 -26
  834. githubkit/versions/ghec_v2022_11_28/models/group_0868.py +209 -25
  835. githubkit/versions/ghec_v2022_11_28/models/group_0869.py +12 -43
  836. githubkit/versions/ghec_v2022_11_28/models/group_0870.py +7 -45
  837. githubkit/versions/ghec_v2022_11_28/models/group_0871.py +19 -40
  838. githubkit/versions/ghec_v2022_11_28/models/group_0872.py +7 -236
  839. githubkit/versions/ghec_v2022_11_28/models/group_0873.py +31 -218
  840. githubkit/versions/ghec_v2022_11_28/models/group_0874.py +30 -219
  841. githubkit/versions/ghec_v2022_11_28/models/group_0875.py +30 -322
  842. githubkit/versions/ghec_v2022_11_28/models/group_0876.py +31 -222
  843. githubkit/versions/ghec_v2022_11_28/models/group_0877.py +13 -11
  844. githubkit/versions/ghec_v2022_11_28/models/group_0878.py +215 -22
  845. githubkit/versions/ghec_v2022_11_28/models/group_0879.py +200 -79
  846. githubkit/versions/ghec_v2022_11_28/models/group_0880.py +219 -58
  847. githubkit/versions/ghec_v2022_11_28/models/group_0881.py +329 -47
  848. githubkit/versions/ghec_v2022_11_28/models/group_0882.py +198 -67
  849. githubkit/versions/ghec_v2022_11_28/models/group_0883.py +29 -60
  850. githubkit/versions/ghec_v2022_11_28/models/group_0884.py +35 -44
  851. githubkit/versions/ghec_v2022_11_28/models/group_0885.py +56 -33
  852. githubkit/versions/ghec_v2022_11_28/models/group_0886.py +45 -62
  853. githubkit/versions/ghec_v2022_11_28/models/group_0887.py +43 -471
  854. githubkit/versions/ghec_v2022_11_28/models/group_0888.py +56 -423
  855. githubkit/versions/ghec_v2022_11_28/models/group_0889.py +44 -460
  856. githubkit/versions/ghec_v2022_11_28/models/group_0890.py +47 -32
  857. githubkit/versions/ghec_v2022_11_28/models/group_0891.py +90 -10
  858. githubkit/versions/ghec_v2022_11_28/models/group_0892.py +84 -12
  859. githubkit/versions/ghec_v2022_11_28/models/group_0893.py +488 -4
  860. githubkit/versions/ghec_v2022_11_28/models/group_0894.py +465 -12
  861. githubkit/versions/ghec_v2022_11_28/models/group_0895.py +481 -6
  862. githubkit/versions/ghec_v2022_11_28/models/group_0896.py +38 -6
  863. githubkit/versions/ghec_v2022_11_28/models/group_0897.py +11 -8
  864. githubkit/versions/ghec_v2022_11_28/models/group_0898.py +19 -6
  865. githubkit/versions/ghec_v2022_11_28/models/group_0899.py +9 -40
  866. githubkit/versions/ghec_v2022_11_28/models/group_0900.py +21 -9
  867. githubkit/versions/ghec_v2022_11_28/models/group_0901.py +11 -5
  868. githubkit/versions/ghec_v2022_11_28/models/group_0902.py +7 -8
  869. githubkit/versions/ghec_v2022_11_28/models/group_0903.py +6 -46
  870. githubkit/versions/ghec_v2022_11_28/models/group_0904.py +7 -10
  871. githubkit/versions/ghec_v2022_11_28/models/group_0905.py +38 -14
  872. githubkit/versions/ghec_v2022_11_28/models/group_0906.py +10 -9
  873. githubkit/versions/ghec_v2022_11_28/models/group_0907.py +5 -10
  874. githubkit/versions/ghec_v2022_11_28/models/group_0908.py +8 -21
  875. githubkit/versions/ghec_v2022_11_28/models/group_0909.py +40 -8
  876. githubkit/versions/ghec_v2022_11_28/models/group_0910.py +9 -7
  877. githubkit/versions/ghec_v2022_11_28/models/group_0911.py +8 -7
  878. githubkit/versions/ghec_v2022_11_28/models/group_0912.py +14 -47
  879. githubkit/versions/ghec_v2022_11_28/models/group_0913.py +12 -42
  880. githubkit/versions/ghec_v2022_11_28/models/group_0914.py +12 -20
  881. githubkit/versions/ghec_v2022_11_28/models/group_0915.py +15 -14
  882. githubkit/versions/ghec_v2022_11_28/models/group_0916.py +8 -9
  883. githubkit/versions/ghec_v2022_11_28/models/group_0917.py +7 -14
  884. githubkit/versions/ghec_v2022_11_28/models/group_0918.py +40 -6
  885. githubkit/versions/ghec_v2022_11_28/models/group_0919.py +38 -12
  886. githubkit/versions/ghec_v2022_11_28/models/group_0920.py +24 -14
  887. githubkit/versions/ghec_v2022_11_28/models/group_0921.py +13 -11
  888. githubkit/versions/ghec_v2022_11_28/models/group_0922.py +9 -8
  889. githubkit/versions/ghec_v2022_11_28/models/group_0923.py +15 -9
  890. githubkit/versions/ghec_v2022_11_28/models/group_0924.py +7 -9
  891. githubkit/versions/ghec_v2022_11_28/models/group_0925.py +9 -7
  892. githubkit/versions/ghec_v2022_11_28/models/group_0926.py +22 -41
  893. githubkit/versions/ghec_v2022_11_28/models/group_0927.py +13 -39
  894. githubkit/versions/ghec_v2022_11_28/models/group_0928.py +8 -7
  895. githubkit/versions/ghec_v2022_11_28/models/group_0929.py +9 -10
  896. githubkit/versions/ghec_v2022_11_28/models/group_0930.py +9 -124
  897. githubkit/versions/ghec_v2022_11_28/models/group_0931.py +7 -128
  898. githubkit/versions/ghec_v2022_11_28/models/group_0932.py +15 -13
  899. githubkit/versions/ghec_v2022_11_28/models/group_0933.py +13 -9
  900. githubkit/versions/ghec_v2022_11_28/models/group_0934.py +9 -20
  901. githubkit/versions/ghec_v2022_11_28/models/group_0935.py +16 -38
  902. githubkit/versions/ghec_v2022_11_28/models/group_0936.py +39 -14
  903. githubkit/versions/ghec_v2022_11_28/models/group_0937.py +39 -14
  904. githubkit/versions/ghec_v2022_11_28/models/group_0938.py +7 -8
  905. githubkit/versions/ghec_v2022_11_28/models/group_0939.py +8 -19
  906. githubkit/versions/ghec_v2022_11_28/models/group_0940.py +116 -15
  907. githubkit/versions/ghec_v2022_11_28/models/group_0941.py +128 -10
  908. githubkit/versions/ghec_v2022_11_28/models/group_0942.py +13 -85
  909. githubkit/versions/ghec_v2022_11_28/models/group_0943.py +14 -82
  910. githubkit/versions/ghec_v2022_11_28/models/group_0944.py +17 -6
  911. githubkit/versions/ghec_v2022_11_28/models/group_0945.py +40 -17
  912. githubkit/versions/ghec_v2022_11_28/models/group_0946.py +9 -12
  913. githubkit/versions/ghec_v2022_11_28/models/group_0947.py +11 -13
  914. githubkit/versions/ghec_v2022_11_28/models/group_0948.py +8 -29
  915. githubkit/versions/ghec_v2022_11_28/models/group_0949.py +18 -21
  916. githubkit/versions/ghec_v2022_11_28/models/group_0950.py +19 -30
  917. githubkit/versions/ghec_v2022_11_28/models/group_0951.py +12 -6
  918. githubkit/versions/ghec_v2022_11_28/models/group_0952.py +87 -5
  919. githubkit/versions/ghec_v2022_11_28/models/group_0953.py +91 -4
  920. githubkit/versions/ghec_v2022_11_28/models/group_0954.py +7 -11
  921. githubkit/versions/ghec_v2022_11_28/models/group_0955.py +30 -12
  922. githubkit/versions/ghec_v2022_11_28/models/group_0956.py +5 -15
  923. githubkit/versions/ghec_v2022_11_28/models/group_0957.py +24 -9
  924. githubkit/versions/ghec_v2022_11_28/models/group_0958.py +13 -7
  925. githubkit/versions/ghec_v2022_11_28/models/group_0959.py +19 -9
  926. githubkit/versions/ghec_v2022_11_28/models/group_0960.py +12 -13
  927. githubkit/versions/ghec_v2022_11_28/models/group_0961.py +28 -8
  928. githubkit/versions/ghec_v2022_11_28/models/group_0962.py +24 -125
  929. githubkit/versions/ghec_v2022_11_28/models/group_0963.py +29 -22
  930. githubkit/versions/ghec_v2022_11_28/models/group_0964.py +5 -8
  931. githubkit/versions/ghec_v2022_11_28/models/group_0965.py +5 -47
  932. githubkit/versions/ghec_v2022_11_28/models/group_0966.py +4 -11
  933. githubkit/versions/ghec_v2022_11_28/models/group_0967.py +9 -6
  934. githubkit/versions/ghec_v2022_11_28/models/group_0968.py +16 -8
  935. githubkit/versions/ghec_v2022_11_28/models/group_0969.py +15 -6
  936. githubkit/versions/ghec_v2022_11_28/models/group_0970.py +9 -23
  937. githubkit/versions/ghec_v2022_11_28/models/group_0971.py +6 -12
  938. githubkit/versions/ghec_v2022_11_28/models/group_0972.py +11 -7
  939. githubkit/versions/ghec_v2022_11_28/models/group_0973.py +15 -6
  940. githubkit/versions/ghec_v2022_11_28/models/group_0974.py +8 -45
  941. githubkit/versions/ghec_v2022_11_28/models/group_0975.py +107 -19
  942. githubkit/versions/ghec_v2022_11_28/models/group_0976.py +24 -26
  943. githubkit/versions/ghec_v2022_11_28/models/group_0977.py +5 -5
  944. githubkit/versions/ghec_v2022_11_28/models/group_0978.py +46 -7
  945. githubkit/versions/ghec_v2022_11_28/models/group_0979.py +8 -7
  946. githubkit/versions/ghec_v2022_11_28/models/group_0980.py +7 -7
  947. githubkit/versions/ghec_v2022_11_28/models/group_0981.py +8 -7
  948. githubkit/versions/ghec_v2022_11_28/models/group_0982.py +5 -7
  949. githubkit/versions/ghec_v2022_11_28/models/group_0983.py +16 -14
  950. githubkit/versions/ghec_v2022_11_28/models/group_0984.py +15 -8
  951. githubkit/versions/ghec_v2022_11_28/models/group_0985.py +9 -10
  952. githubkit/versions/ghec_v2022_11_28/models/group_0986.py +6 -29
  953. githubkit/versions/ghec_v2022_11_28/models/group_0987.py +40 -14
  954. githubkit/versions/ghec_v2022_11_28/models/group_0988.py +42 -14
  955. githubkit/versions/ghec_v2022_11_28/models/group_0989.py +28 -6
  956. githubkit/versions/ghec_v2022_11_28/models/group_0990.py +7 -34
  957. githubkit/versions/ghec_v2022_11_28/models/group_0991.py +8 -17
  958. githubkit/versions/ghec_v2022_11_28/models/group_0992.py +6 -17
  959. githubkit/versions/ghec_v2022_11_28/models/group_0993.py +7 -7
  960. githubkit/versions/ghec_v2022_11_28/models/group_0994.py +6 -6
  961. githubkit/versions/ghec_v2022_11_28/models/group_0995.py +9 -16
  962. githubkit/versions/ghec_v2022_11_28/models/group_0996.py +15 -43
  963. githubkit/versions/ghec_v2022_11_28/models/group_0997.py +8 -74
  964. githubkit/versions/ghec_v2022_11_28/models/group_0998.py +8 -53
  965. githubkit/versions/ghec_v2022_11_28/models/group_0999.py +26 -39
  966. githubkit/versions/ghec_v2022_11_28/models/group_1000.py +13 -171
  967. githubkit/versions/ghec_v2022_11_28/models/group_1001.py +8 -10
  968. githubkit/versions/ghec_v2022_11_28/models/group_1002.py +6 -180
  969. githubkit/versions/ghec_v2022_11_28/models/group_1003.py +29 -11
  970. githubkit/versions/ghec_v2022_11_28/models/group_1004.py +11 -8
  971. githubkit/versions/ghec_v2022_11_28/models/group_1005.py +11 -14
  972. githubkit/versions/ghec_v2022_11_28/models/group_1006.py +6 -6
  973. githubkit/versions/ghec_v2022_11_28/models/group_1007.py +7 -21
  974. githubkit/versions/ghec_v2022_11_28/models/group_1008.py +14 -7
  975. githubkit/versions/ghec_v2022_11_28/models/group_1009.py +47 -8
  976. githubkit/versions/ghec_v2022_11_28/models/group_1010.py +9 -37
  977. githubkit/versions/ghec_v2022_11_28/models/group_1011.py +9 -23
  978. githubkit/versions/ghec_v2022_11_28/models/group_1012.py +74 -8
  979. githubkit/versions/ghec_v2022_11_28/models/group_1013.py +54 -7
  980. githubkit/versions/ghec_v2022_11_28/models/group_1014.py +40 -10
  981. githubkit/versions/ghec_v2022_11_28/models/group_1015.py +178 -8
  982. githubkit/versions/ghec_v2022_11_28/models/group_1016.py +13 -9
  983. githubkit/versions/ghec_v2022_11_28/models/group_1017.py +181 -8
  984. githubkit/versions/ghec_v2022_11_28/models/group_1018.py +17 -9
  985. githubkit/versions/ghec_v2022_11_28/models/group_1019.py +14 -8
  986. githubkit/versions/ghec_v2022_11_28/models/group_1020.py +20 -7
  987. githubkit/versions/ghec_v2022_11_28/models/group_1021.py +9 -9
  988. githubkit/versions/ghec_v2022_11_28/models/group_1022.py +22 -9
  989. githubkit/versions/ghec_v2022_11_28/models/group_1023.py +8 -12
  990. githubkit/versions/ghec_v2022_11_28/models/group_1024.py +8 -30
  991. githubkit/versions/ghec_v2022_11_28/models/group_1025.py +27 -13
  992. githubkit/versions/ghec_v2022_11_28/models/group_1026.py +23 -8
  993. githubkit/versions/ghec_v2022_11_28/models/group_1027.py +8 -7
  994. githubkit/versions/ghec_v2022_11_28/models/group_1028.py +6 -43
  995. githubkit/versions/ghec_v2022_11_28/models/group_1029.py +8 -38
  996. githubkit/versions/ghec_v2022_11_28/models/group_1030.py +8 -20
  997. githubkit/versions/ghec_v2022_11_28/models/group_1031.py +7 -7
  998. githubkit/versions/ghec_v2022_11_28/models/group_1032.py +12 -5
  999. githubkit/versions/ghec_v2022_11_28/models/group_1033.py +15 -32
  1000. githubkit/versions/ghec_v2022_11_28/models/group_1034.py +9 -9
  1001. githubkit/versions/ghec_v2022_11_28/models/group_1035.py +8 -12
  1002. githubkit/versions/ghec_v2022_11_28/models/group_1036.py +8 -43
  1003. githubkit/versions/ghec_v2022_11_28/models/group_1037.py +8 -11
  1004. githubkit/versions/ghec_v2022_11_28/models/group_1038.py +15 -4
  1005. githubkit/versions/ghec_v2022_11_28/models/group_1039.py +28 -6
  1006. githubkit/versions/ghec_v2022_11_28/models/group_1040.py +16 -14
  1007. githubkit/versions/ghec_v2022_11_28/models/group_1041.py +8 -15
  1008. githubkit/versions/ghec_v2022_11_28/models/group_1042.py +7 -14
  1009. githubkit/versions/ghec_v2022_11_28/models/group_1043.py +42 -7
  1010. githubkit/versions/ghec_v2022_11_28/models/group_1044.py +30 -23
  1011. githubkit/versions/ghec_v2022_11_28/models/group_1045.py +12 -19
  1012. githubkit/versions/ghec_v2022_11_28/models/group_1046.py +8 -6
  1013. githubkit/versions/ghec_v2022_11_28/models/group_1047.py +8 -38
  1014. githubkit/versions/ghec_v2022_11_28/models/group_1048.py +23 -7
  1015. githubkit/versions/ghec_v2022_11_28/models/group_1049.py +8 -11
  1016. githubkit/versions/ghec_v2022_11_28/models/group_1050.py +12 -14
  1017. githubkit/versions/ghec_v2022_11_28/models/group_1051.py +23 -96
  1018. githubkit/versions/ghec_v2022_11_28/models/group_1052.py +7 -81
  1019. githubkit/versions/ghec_v2022_11_28/models/group_1053.py +4 -89
  1020. githubkit/versions/ghec_v2022_11_28/models/group_1054.py +8 -8
  1021. githubkit/versions/ghec_v2022_11_28/models/group_1055.py +15 -14
  1022. githubkit/versions/ghec_v2022_11_28/models/group_1056.py +10 -16
  1023. githubkit/versions/ghec_v2022_11_28/models/group_1057.py +11 -34
  1024. githubkit/versions/ghec_v2022_11_28/models/group_1058.py +7 -27
  1025. githubkit/versions/ghec_v2022_11_28/models/group_1059.py +32 -8
  1026. githubkit/versions/ghec_v2022_11_28/models/group_1060.py +24 -8
  1027. githubkit/versions/ghec_v2022_11_28/models/group_1061.py +6 -5
  1028. githubkit/versions/ghec_v2022_11_28/models/group_1062.py +40 -17
  1029. githubkit/versions/ghec_v2022_11_28/models/group_1063.py +9 -18
  1030. githubkit/versions/ghec_v2022_11_28/models/group_1064.py +11 -11
  1031. githubkit/versions/ghec_v2022_11_28/models/group_1065.py +15 -6
  1032. githubkit/versions/ghec_v2022_11_28/models/group_1066.py +112 -7
  1033. githubkit/versions/ghec_v2022_11_28/models/group_1067.py +80 -7
  1034. githubkit/versions/ghec_v2022_11_28/models/group_1068.py +84 -6
  1035. githubkit/versions/ghec_v2022_11_28/models/group_1069.py +8 -10
  1036. githubkit/versions/ghec_v2022_11_28/models/group_1070.py +17 -21
  1037. githubkit/versions/ghec_v2022_11_28/models/group_1071.py +16 -7
  1038. githubkit/versions/ghec_v2022_11_28/models/group_1072.py +39 -11
  1039. githubkit/versions/ghec_v2022_11_28/models/group_1073.py +24 -9
  1040. githubkit/versions/ghec_v2022_11_28/models/group_1074.py +8 -10
  1041. githubkit/versions/ghec_v2022_11_28/models/group_1075.py +15 -4
  1042. githubkit/versions/ghec_v2022_11_28/models/group_1076.py +5 -24
  1043. githubkit/versions/ghec_v2022_11_28/models/group_1077.py +9 -21
  1044. githubkit/versions/ghec_v2022_11_28/models/group_1078.py +19 -5
  1045. githubkit/versions/ghec_v2022_11_28/models/group_1079.py +10 -6
  1046. githubkit/versions/ghec_v2022_11_28/models/group_1080.py +5 -10
  1047. githubkit/versions/ghec_v2022_11_28/models/group_1081.py +9 -21
  1048. githubkit/versions/ghec_v2022_11_28/models/group_1082.py +11 -7
  1049. githubkit/versions/ghec_v2022_11_28/models/group_1083.py +11 -4
  1050. githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -7
  1051. githubkit/versions/ghec_v2022_11_28/models/group_1085.py +20 -19
  1052. githubkit/versions/ghec_v2022_11_28/models/group_1086.py +10 -7
  1053. githubkit/versions/ghec_v2022_11_28/models/group_1087.py +7 -9
  1054. githubkit/versions/ghec_v2022_11_28/models/group_1088.py +14 -5
  1055. githubkit/versions/ghec_v2022_11_28/models/group_1089.py +12 -6
  1056. githubkit/versions/ghec_v2022_11_28/models/group_1090.py +4 -304
  1057. githubkit/versions/ghec_v2022_11_28/models/group_1091.py +23 -7
  1058. githubkit/versions/ghec_v2022_11_28/models/group_1092.py +21 -7
  1059. githubkit/versions/ghec_v2022_11_28/models/group_1093.py +5 -16
  1060. githubkit/versions/ghec_v2022_11_28/models/group_1094.py +7 -8
  1061. githubkit/versions/ghec_v2022_11_28/models/group_1095.py +10 -8
  1062. githubkit/versions/ghec_v2022_11_28/models/group_1096.py +21 -13
  1063. githubkit/versions/ghec_v2022_11_28/models/group_1097.py +8 -8
  1064. githubkit/versions/ghec_v2022_11_28/models/group_1098.py +5 -23
  1065. githubkit/versions/ghec_v2022_11_28/models/group_1099.py +10 -9
  1066. githubkit/versions/ghec_v2022_11_28/models/group_1100.py +23 -9
  1067. githubkit/versions/ghec_v2022_11_28/models/group_1101.py +9 -8
  1068. githubkit/versions/ghec_v2022_11_28/models/group_1102.py +11 -8
  1069. githubkit/versions/ghec_v2022_11_28/models/group_1103.py +5 -10
  1070. githubkit/versions/ghec_v2022_11_28/models/group_1104.py +8 -8
  1071. githubkit/versions/ghec_v2022_11_28/models/group_1105.py +298 -10
  1072. githubkit/versions/ghec_v2022_11_28/models/group_1106.py +8 -9
  1073. githubkit/versions/ghec_v2022_11_28/models/group_1107.py +4 -4
  1074. githubkit/versions/ghec_v2022_11_28/models/group_1108.py +15 -7
  1075. githubkit/versions/ghec_v2022_11_28/models/group_1109.py +8 -9
  1076. githubkit/versions/ghec_v2022_11_28/models/group_1110.py +5 -5
  1077. githubkit/versions/ghec_v2022_11_28/models/group_1111.py +15 -6
  1078. githubkit/versions/ghec_v2022_11_28/models/group_1112.py +8 -8
  1079. githubkit/versions/ghec_v2022_11_28/models/group_1113.py +18 -35
  1080. githubkit/versions/ghec_v2022_11_28/models/group_1114.py +8 -30
  1081. githubkit/versions/ghec_v2022_11_28/models/group_1115.py +10 -9
  1082. githubkit/versions/ghec_v2022_11_28/models/group_1116.py +8 -45
  1083. githubkit/versions/ghec_v2022_11_28/models/group_1117.py +8 -7
  1084. githubkit/versions/ghec_v2022_11_28/models/group_1118.py +8 -77
  1085. githubkit/versions/ghec_v2022_11_28/models/group_1119.py +8 -16
  1086. githubkit/versions/ghec_v2022_11_28/models/group_1120.py +10 -212
  1087. githubkit/versions/ghec_v2022_11_28/models/group_1121.py +6 -89
  1088. githubkit/versions/ghec_v2022_11_28/models/group_1122.py +6 -38
  1089. githubkit/versions/ghec_v2022_11_28/models/group_1123.py +7 -14
  1090. githubkit/versions/ghec_v2022_11_28/models/group_1124.py +9 -15
  1091. githubkit/versions/ghec_v2022_11_28/models/group_1125.py +7 -15
  1092. githubkit/versions/ghec_v2022_11_28/models/group_1126.py +6 -11
  1093. githubkit/versions/ghec_v2022_11_28/models/group_1127.py +8 -11
  1094. githubkit/versions/ghec_v2022_11_28/models/group_1128.py +35 -10
  1095. githubkit/versions/ghec_v2022_11_28/models/group_1129.py +30 -9
  1096. githubkit/versions/ghec_v2022_11_28/models/group_1130.py +7 -10
  1097. githubkit/versions/ghec_v2022_11_28/models/group_1131.py +44 -10
  1098. githubkit/versions/ghec_v2022_11_28/models/group_1132.py +7 -9
  1099. githubkit/versions/ghec_v2022_11_28/models/group_1133.py +78 -8
  1100. githubkit/versions/ghec_v2022_11_28/models/group_1134.py +16 -9
  1101. githubkit/versions/ghec_v2022_11_28/models/group_1135.py +215 -5
  1102. githubkit/versions/ghec_v2022_11_28/models/group_1136.py +88 -10
  1103. githubkit/versions/ghec_v2022_11_28/models/group_1137.py +33 -7
  1104. githubkit/versions/ghec_v2022_11_28/models/group_1138.py +12 -102
  1105. githubkit/versions/ghec_v2022_11_28/models/group_1139.py +15 -55
  1106. githubkit/versions/ghec_v2022_11_28/models/group_1140.py +16 -60
  1107. githubkit/versions/ghec_v2022_11_28/models/group_1141.py +9 -100
  1108. githubkit/versions/ghec_v2022_11_28/models/group_1142.py +10 -56
  1109. githubkit/versions/ghec_v2022_11_28/models/group_1143.py +10 -59
  1110. githubkit/versions/ghec_v2022_11_28/models/group_1144.py +9 -5
  1111. githubkit/versions/ghec_v2022_11_28/models/group_1145.py +9 -26
  1112. githubkit/versions/ghec_v2022_11_28/models/group_1146.py +10 -7
  1113. githubkit/versions/ghec_v2022_11_28/models/group_1147.py +15 -33
  1114. githubkit/versions/ghec_v2022_11_28/models/group_1148.py +16 -34
  1115. githubkit/versions/ghec_v2022_11_28/models/group_1149.py +16 -34
  1116. githubkit/versions/ghec_v2022_11_28/models/group_1150.py +12 -34
  1117. githubkit/versions/ghec_v2022_11_28/models/group_1151.py +11 -35
  1118. githubkit/versions/ghec_v2022_11_28/models/group_1152.py +15 -8
  1119. githubkit/versions/ghec_v2022_11_28/models/group_1153.py +85 -29
  1120. githubkit/versions/ghec_v2022_11_28/models/group_1154.py +53 -22
  1121. githubkit/versions/ghec_v2022_11_28/models/group_1155.py +60 -8
  1122. githubkit/versions/ghec_v2022_11_28/models/group_1156.py +92 -17
  1123. githubkit/versions/ghec_v2022_11_28/models/group_1157.py +59 -25
  1124. githubkit/versions/ghec_v2022_11_28/models/group_1158.py +56 -10
  1125. githubkit/versions/ghec_v2022_11_28/models/group_1159.py +5 -10
  1126. githubkit/versions/ghec_v2022_11_28/models/group_1160.py +28 -5
  1127. githubkit/versions/ghec_v2022_11_28/models/group_1161.py +8 -11
  1128. githubkit/versions/ghec_v2022_11_28/models/group_1162.py +21 -11
  1129. githubkit/versions/ghec_v2022_11_28/models/group_1163.py +34 -15
  1130. githubkit/versions/ghec_v2022_11_28/models/group_1164.py +20 -54
  1131. githubkit/versions/ghec_v2022_11_28/models/group_1165.py +21 -48
  1132. githubkit/versions/ghec_v2022_11_28/models/group_1166.py +30 -16
  1133. githubkit/versions/ghec_v2022_11_28/models/group_1167.py +7 -22
  1134. githubkit/versions/ghec_v2022_11_28/models/group_1168.py +44 -9
  1135. githubkit/versions/ghec_v2022_11_28/models/group_1169.py +24 -12
  1136. githubkit/versions/ghec_v2022_11_28/models/group_1170.py +8 -49
  1137. githubkit/versions/ghec_v2022_11_28/models/group_1171.py +25 -5
  1138. githubkit/versions/ghec_v2022_11_28/models/group_1172.py +28 -42
  1139. githubkit/versions/ghec_v2022_11_28/models/group_1173.py +12 -10
  1140. githubkit/versions/ghec_v2022_11_28/models/group_1174.py +7 -8
  1141. githubkit/versions/ghec_v2022_11_28/models/group_1175.py +6 -29
  1142. githubkit/versions/ghec_v2022_11_28/models/group_1176.py +8 -46
  1143. githubkit/versions/ghec_v2022_11_28/models/group_1177.py +11 -33
  1144. githubkit/versions/ghec_v2022_11_28/models/group_1178.py +8 -16
  1145. githubkit/versions/ghec_v2022_11_28/models/group_1179.py +54 -16
  1146. githubkit/versions/ghec_v2022_11_28/models/group_1180.py +53 -7
  1147. githubkit/versions/ghec_v2022_11_28/models/group_1181.py +23 -8
  1148. githubkit/versions/ghec_v2022_11_28/models/group_1182.py +22 -7
  1149. githubkit/versions/ghec_v2022_11_28/models/group_1183.py +14 -6
  1150. githubkit/versions/ghec_v2022_11_28/models/group_1184.py +12 -8
  1151. githubkit/versions/ghec_v2022_11_28/models/group_1185.py +42 -11
  1152. githubkit/versions/ghec_v2022_11_28/models/group_1186.py +5 -9
  1153. githubkit/versions/ghec_v2022_11_28/models/group_1187.py +21 -55
  1154. githubkit/versions/ghec_v2022_11_28/models/group_1188.py +11 -7
  1155. githubkit/versions/ghec_v2022_11_28/models/group_1189.py +11 -10
  1156. githubkit/versions/ghec_v2022_11_28/models/group_1190.py +8 -38
  1157. githubkit/versions/ghec_v2022_11_28/models/group_1191.py +19 -33
  1158. githubkit/versions/ghec_v2022_11_28/models/group_1192.py +31 -30
  1159. githubkit/versions/ghec_v2022_11_28/models/group_1193.py +32 -22
  1160. githubkit/versions/ghec_v2022_11_28/models/group_1194.py +12 -16
  1161. githubkit/versions/ghec_v2022_11_28/models/group_1195.py +19 -21
  1162. githubkit/versions/ghec_v2022_11_28/models/group_1196.py +14 -30
  1163. githubkit/versions/ghec_v2022_11_28/models/group_1197.py +9 -8
  1164. githubkit/versions/ghec_v2022_11_28/models/group_1198.py +8 -9
  1165. githubkit/versions/ghec_v2022_11_28/models/group_1199.py +9 -4
  1166. githubkit/versions/ghec_v2022_11_28/models/group_1200.py +6 -12
  1167. githubkit/versions/ghec_v2022_11_28/models/group_1201.py +10 -34
  1168. githubkit/versions/ghec_v2022_11_28/models/group_1202.py +11 -5
  1169. githubkit/versions/ghec_v2022_11_28/models/group_1203.py +69 -9
  1170. githubkit/versions/ghec_v2022_11_28/models/group_1204.py +7 -54
  1171. githubkit/versions/ghec_v2022_11_28/models/group_1205.py +7 -6
  1172. githubkit/versions/ghec_v2022_11_28/models/group_1206.py +37 -6
  1173. githubkit/versions/ghec_v2022_11_28/models/group_1207.py +48 -11
  1174. githubkit/versions/ghec_v2022_11_28/models/group_1208.py +45 -8
  1175. githubkit/versions/ghec_v2022_11_28/models/group_1209.py +33 -23
  1176. githubkit/versions/ghec_v2022_11_28/models/group_1210.py +20 -5
  1177. githubkit/versions/ghec_v2022_11_28/models/group_1211.py +22 -8
  1178. githubkit/versions/ghec_v2022_11_28/models/group_1212.py +23 -18
  1179. githubkit/versions/ghec_v2022_11_28/models/group_1213.py +8 -5
  1180. githubkit/versions/ghec_v2022_11_28/models/group_1214.py +6 -11
  1181. githubkit/versions/ghec_v2022_11_28/models/group_1215.py +4 -14
  1182. githubkit/versions/ghec_v2022_11_28/models/group_1216.py +14 -5
  1183. githubkit/versions/ghec_v2022_11_28/models/group_1217.py +37 -8
  1184. githubkit/versions/ghec_v2022_11_28/models/group_1218.py +5 -15
  1185. githubkit/versions/ghec_v2022_11_28/models/group_1219.py +10 -11
  1186. githubkit/versions/ghec_v2022_11_28/models/group_1220.py +48 -10
  1187. githubkit/versions/ghec_v2022_11_28/models/group_1221.py +6 -14
  1188. githubkit/versions/ghec_v2022_11_28/models/group_1222.py +9 -6
  1189. githubkit/versions/ghec_v2022_11_28/models/group_1223.py +5 -16
  1190. githubkit/versions/ghec_v2022_11_28/models/group_1224.py +8 -18
  1191. githubkit/versions/ghec_v2022_11_28/models/group_1225.py +18 -22
  1192. githubkit/versions/ghec_v2022_11_28/models/group_1226.py +5 -12
  1193. githubkit/versions/ghec_v2022_11_28/models/group_1227.py +10 -7
  1194. githubkit/versions/ghec_v2022_11_28/models/group_1228.py +19 -15
  1195. githubkit/versions/ghec_v2022_11_28/models/group_1229.py +11 -37
  1196. githubkit/versions/ghec_v2022_11_28/models/group_1230.py +10 -26
  1197. githubkit/versions/ghec_v2022_11_28/models/group_1231.py +9 -29
  1198. githubkit/versions/ghec_v2022_11_28/models/group_1232.py +11 -37
  1199. githubkit/versions/ghec_v2022_11_28/models/group_1233.py +8 -26
  1200. githubkit/versions/ghec_v2022_11_28/models/group_1234.py +10 -13
  1201. githubkit/versions/ghec_v2022_11_28/models/group_1235.py +8 -13
  1202. githubkit/versions/ghec_v2022_11_28/models/group_1236.py +12 -12
  1203. githubkit/versions/ghec_v2022_11_28/models/group_1237.py +10 -20
  1204. githubkit/versions/ghec_v2022_11_28/models/group_1238.py +6 -6
  1205. githubkit/versions/ghec_v2022_11_28/models/group_1239.py +13 -7
  1206. githubkit/versions/ghec_v2022_11_28/models/group_1240.py +20 -8
  1207. githubkit/versions/ghec_v2022_11_28/models/group_1241.py +14 -26
  1208. githubkit/versions/ghec_v2022_11_28/models/group_1242.py +12 -5
  1209. githubkit/versions/ghec_v2022_11_28/models/group_1243.py +8 -11
  1210. githubkit/versions/ghec_v2022_11_28/models/group_1244.py +11 -22
  1211. githubkit/versions/ghec_v2022_11_28/models/group_1245.py +23 -37
  1212. githubkit/versions/ghec_v2022_11_28/models/group_1246.py +19 -31
  1213. githubkit/versions/ghec_v2022_11_28/models/group_1247.py +37 -11
  1214. githubkit/versions/ghec_v2022_11_28/models/group_1248.py +23 -13
  1215. githubkit/versions/ghec_v2022_11_28/models/group_1249.py +34 -11
  1216. githubkit/versions/ghec_v2022_11_28/models/group_1250.py +16 -6
  1217. githubkit/versions/ghec_v2022_11_28/models/group_1251.py +13 -8
  1218. githubkit/versions/ghec_v2022_11_28/models/group_1252.py +13 -8
  1219. githubkit/versions/ghec_v2022_11_28/models/group_1253.py +24 -8
  1220. githubkit/versions/ghec_v2022_11_28/models/group_1254.py +6 -46
  1221. githubkit/versions/ghec_v2022_11_28/models/group_1255.py +10 -5
  1222. githubkit/versions/ghec_v2022_11_28/models/group_1256.py +8 -11
  1223. githubkit/versions/ghec_v2022_11_28/models/group_1257.py +30 -9
  1224. githubkit/versions/ghec_v2022_11_28/models/group_1258.py +5 -10
  1225. githubkit/versions/ghec_v2022_11_28/models/group_1259.py +11 -8
  1226. githubkit/versions/ghec_v2022_11_28/models/group_1260.py +13 -24
  1227. githubkit/versions/ghec_v2022_11_28/models/group_1261.py +41 -8
  1228. githubkit/versions/ghec_v2022_11_28/models/group_1262.py +33 -12
  1229. githubkit/versions/ghec_v2022_11_28/models/group_1263.py +11 -39
  1230. githubkit/versions/ghec_v2022_11_28/models/group_1264.py +18 -6
  1231. githubkit/versions/ghec_v2022_11_28/models/group_1265.py +6 -75
  1232. githubkit/versions/ghec_v2022_11_28/models/group_1266.py +6 -76
  1233. githubkit/versions/ghec_v2022_11_28/models/group_1267.py +8 -17
  1234. githubkit/versions/ghec_v2022_11_28/models/group_1268.py +10 -10
  1235. githubkit/versions/ghec_v2022_11_28/models/group_1269.py +8 -18
  1236. githubkit/versions/ghec_v2022_11_28/models/group_1270.py +41 -8
  1237. githubkit/versions/ghec_v2022_11_28/models/group_1271.py +5 -7
  1238. githubkit/versions/ghec_v2022_11_28/models/group_1272.py +11 -6
  1239. githubkit/versions/ghec_v2022_11_28/models/group_1273.py +10 -12
  1240. githubkit/versions/ghec_v2022_11_28/models/group_1274.py +6 -18
  1241. githubkit/versions/ghec_v2022_11_28/models/group_1275.py +7 -48
  1242. githubkit/versions/ghec_v2022_11_28/models/group_1276.py +32 -44
  1243. githubkit/versions/ghec_v2022_11_28/models/group_1277.py +10 -65
  1244. githubkit/versions/ghec_v2022_11_28/models/group_1278.py +12 -20
  1245. githubkit/versions/ghec_v2022_11_28/models/group_1279.py +29 -8
  1246. githubkit/versions/ghec_v2022_11_28/models/group_1280.py +8 -11
  1247. githubkit/versions/ghec_v2022_11_28/models/group_1281.py +77 -5
  1248. githubkit/versions/ghec_v2022_11_28/models/group_1282.py +78 -5
  1249. githubkit/versions/ghec_v2022_11_28/models/group_1283.py +18 -14
  1250. githubkit/versions/ghec_v2022_11_28/models/group_1284.py +9 -8
  1251. githubkit/versions/ghec_v2022_11_28/models/group_1285.py +18 -7
  1252. githubkit/versions/ghec_v2022_11_28/models/group_1286.py +10 -8
  1253. githubkit/versions/ghec_v2022_11_28/models/group_1287.py +7 -8
  1254. githubkit/versions/ghec_v2022_11_28/models/group_1288.py +6 -11
  1255. githubkit/versions/ghec_v2022_11_28/models/group_1289.py +13 -22
  1256. githubkit/versions/ghec_v2022_11_28/models/group_1290.py +16 -24
  1257. githubkit/versions/ghec_v2022_11_28/models/group_1291.py +49 -8
  1258. githubkit/versions/ghec_v2022_11_28/models/group_1292.py +44 -45
  1259. githubkit/versions/ghec_v2022_11_28/models/group_1293.py +57 -37
  1260. githubkit/versions/ghec_v2022_11_28/models/group_1294.py +24 -29
  1261. githubkit/versions/ghec_v2022_11_28/models/group_1295.py +8 -14
  1262. githubkit/versions/ghec_v2022_11_28/models/group_1296.py +12 -8
  1263. githubkit/versions/ghec_v2022_11_28/models/group_1297.py +5 -7
  1264. githubkit/versions/ghec_v2022_11_28/models/group_1298.py +5 -16
  1265. githubkit/versions/ghec_v2022_11_28/models/group_1299.py +17 -8
  1266. githubkit/versions/ghec_v2022_11_28/models/group_1300.py +10 -11
  1267. githubkit/versions/ghec_v2022_11_28/models/group_1301.py +8 -6
  1268. githubkit/versions/ghec_v2022_11_28/models/group_1302.py +12 -12
  1269. githubkit/versions/ghec_v2022_11_28/models/group_1303.py +9 -18
  1270. githubkit/versions/ghec_v2022_11_28/models/group_1304.py +9 -7
  1271. githubkit/versions/ghec_v2022_11_28/models/group_1305.py +24 -7
  1272. githubkit/versions/ghec_v2022_11_28/models/group_1306.py +32 -13
  1273. githubkit/versions/ghec_v2022_11_28/models/group_1307.py +11 -4
  1274. githubkit/versions/ghec_v2022_11_28/models/group_1308.py +46 -9
  1275. githubkit/versions/ghec_v2022_11_28/models/group_1309.py +44 -6
  1276. githubkit/versions/ghec_v2022_11_28/models/group_1310.py +28 -33
  1277. githubkit/versions/ghec_v2022_11_28/models/group_1311.py +13 -7
  1278. githubkit/versions/ghec_v2022_11_28/models/group_1312.py +8 -90
  1279. githubkit/versions/ghec_v2022_11_28/models/group_1313.py +6 -11
  1280. githubkit/versions/ghec_v2022_11_28/models/group_1314.py +15 -11
  1281. githubkit/versions/ghec_v2022_11_28/models/group_1315.py +8 -13
  1282. githubkit/versions/ghec_v2022_11_28/models/group_1316.py +12 -9
  1283. githubkit/versions/ghec_v2022_11_28/models/group_1317.py +9 -9
  1284. githubkit/versions/ghec_v2022_11_28/models/group_1318.py +11 -76
  1285. githubkit/versions/ghec_v2022_11_28/models/group_1319.py +37 -0
  1286. githubkit/versions/ghec_v2022_11_28/models/group_1320.py +30 -0
  1287. githubkit/versions/ghec_v2022_11_28/models/group_1321.py +28 -0
  1288. githubkit/versions/ghec_v2022_11_28/models/group_1322.py +31 -0
  1289. githubkit/versions/ghec_v2022_11_28/models/group_1323.py +21 -0
  1290. githubkit/versions/ghec_v2022_11_28/models/group_1324.py +33 -0
  1291. githubkit/versions/ghec_v2022_11_28/models/group_1325.py +29 -0
  1292. githubkit/versions/ghec_v2022_11_28/models/group_1326.py +59 -0
  1293. githubkit/versions/ghec_v2022_11_28/models/group_1327.py +32 -0
  1294. githubkit/versions/ghec_v2022_11_28/models/group_1328.py +110 -0
  1295. githubkit/versions/ghec_v2022_11_28/models/group_1329.py +32 -0
  1296. githubkit/versions/ghec_v2022_11_28/models/group_1330.py +32 -0
  1297. githubkit/versions/ghec_v2022_11_28/models/group_1331.py +33 -0
  1298. githubkit/versions/ghec_v2022_11_28/models/group_1332.py +35 -0
  1299. githubkit/versions/ghec_v2022_11_28/models/group_1333.py +69 -0
  1300. githubkit/versions/ghec_v2022_11_28/models/group_1334.py +29 -0
  1301. githubkit/versions/ghec_v2022_11_28/models/group_1335.py +29 -0
  1302. githubkit/versions/ghec_v2022_11_28/models/group_1336.py +97 -0
  1303. githubkit/versions/ghec_v2022_11_28/rest/actions.py +826 -0
  1304. githubkit/versions/ghec_v2022_11_28/rest/activity.py +144 -0
  1305. githubkit/versions/ghec_v2022_11_28/rest/apps.py +1248 -6
  1306. githubkit/versions/ghec_v2022_11_28/rest/billing.py +610 -12
  1307. githubkit/versions/ghec_v2022_11_28/rest/campaigns.py +28 -0
  1308. githubkit/versions/ghec_v2022_11_28/rest/checks.py +68 -0
  1309. githubkit/versions/ghec_v2022_11_28/rest/classroom.py +24 -0
  1310. githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +625 -0
  1311. githubkit/versions/ghec_v2022_11_28/rest/code_security.py +116 -0
  1312. githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +8 -0
  1313. githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +246 -0
  1314. githubkit/versions/ghec_v2022_11_28/rest/copilot.py +68 -0
  1315. githubkit/versions/ghec_v2022_11_28/rest/credentials.py +8 -0
  1316. githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +126 -8
  1317. githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +16 -0
  1318. githubkit/versions/ghec_v2022_11_28/rest/emojis.py +4 -0
  1319. githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +388 -0
  1320. githubkit/versions/ghec_v2022_11_28/rest/gists.py +104 -2
  1321. githubkit/versions/ghec_v2022_11_28/rest/git.py +76 -0
  1322. githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +8 -0
  1323. githubkit/versions/ghec_v2022_11_28/rest/hosted_compute.py +32 -0
  1324. githubkit/versions/ghec_v2022_11_28/rest/interactions.py +56 -2
  1325. githubkit/versions/ghec_v2022_11_28/rest/issues.py +244 -0
  1326. githubkit/versions/ghec_v2022_11_28/rest/licenses.py +12 -0
  1327. githubkit/versions/ghec_v2022_11_28/rest/markdown.py +24 -2
  1328. githubkit/versions/ghec_v2022_11_28/rest/meta.py +20 -0
  1329. githubkit/versions/ghec_v2022_11_28/rest/migrations.py +112 -0
  1330. githubkit/versions/ghec_v2022_11_28/rest/oidc.py +12 -0
  1331. githubkit/versions/ghec_v2022_11_28/rest/orgs.py +892 -0
  1332. githubkit/versions/ghec_v2022_11_28/rest/packages.py +108 -0
  1333. githubkit/versions/ghec_v2022_11_28/rest/private_registries.py +36 -0
  1334. githubkit/versions/ghec_v2022_11_28/rest/projects.py +146 -0
  1335. githubkit/versions/ghec_v2022_11_28/rest/pulls.py +162 -0
  1336. githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +6 -0
  1337. githubkit/versions/ghec_v2022_11_28/rest/reactions.py +136 -0
  1338. githubkit/versions/ghec_v2022_11_28/rest/repos.py +1086 -0
  1339. githubkit/versions/ghec_v2022_11_28/rest/scim.py +36 -0
  1340. githubkit/versions/ghec_v2022_11_28/rest/search.py +28 -0
  1341. githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +84 -0
  1342. githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +52 -0
  1343. githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +4 -0
  1344. githubkit/versions/ghec_v2022_11_28/rest/teams.py +360 -0
  1345. githubkit/versions/ghec_v2022_11_28/rest/users.py +429 -2
  1346. githubkit/versions/ghec_v2022_11_28/types/__init__.py +4899 -4773
  1347. githubkit/versions/ghec_v2022_11_28/types/group_0018.py +1 -0
  1348. githubkit/versions/ghec_v2022_11_28/types/group_0021.py +1 -1
  1349. githubkit/versions/ghec_v2022_11_28/types/group_0046.py +9 -82
  1350. githubkit/versions/ghec_v2022_11_28/types/group_0047.py +7 -6
  1351. githubkit/versions/ghec_v2022_11_28/types/group_0048.py +18 -11
  1352. githubkit/versions/ghec_v2022_11_28/types/group_0049.py +76 -59
  1353. githubkit/versions/ghec_v2022_11_28/types/group_0050.py +5 -25
  1354. githubkit/versions/ghec_v2022_11_28/types/group_0051.py +13 -10
  1355. githubkit/versions/ghec_v2022_11_28/types/group_0052.py +64 -14
  1356. githubkit/versions/ghec_v2022_11_28/types/group_0053.py +19 -16
  1357. githubkit/versions/ghec_v2022_11_28/types/group_0054.py +8 -82
  1358. githubkit/versions/ghec_v2022_11_28/types/group_0055.py +15 -15
  1359. githubkit/versions/ghec_v2022_11_28/types/group_0056.py +25 -7
  1360. githubkit/versions/ghec_v2022_11_28/types/group_0057.py +70 -30
  1361. githubkit/versions/ghec_v2022_11_28/types/group_0058.py +16 -56
  1362. githubkit/versions/ghec_v2022_11_28/types/group_0059.py +11 -34
  1363. githubkit/versions/ghec_v2022_11_28/types/group_0060.py +31 -100
  1364. githubkit/versions/ghec_v2022_11_28/types/group_0061.py +54 -8
  1365. githubkit/versions/ghec_v2022_11_28/types/group_0062.py +34 -12
  1366. githubkit/versions/ghec_v2022_11_28/types/group_0063.py +118 -17
  1367. githubkit/versions/ghec_v2022_11_28/types/group_0064.py +9 -14
  1368. githubkit/versions/ghec_v2022_11_28/types/group_0065.py +11 -39
  1369. githubkit/versions/ghec_v2022_11_28/types/group_0066.py +22 -20
  1370. githubkit/versions/ghec_v2022_11_28/types/group_0067.py +13 -35
  1371. githubkit/versions/ghec_v2022_11_28/types/group_0068.py +32 -42
  1372. githubkit/versions/ghec_v2022_11_28/types/group_0069.py +17 -180
  1373. githubkit/versions/ghec_v2022_11_28/types/group_0070.py +36 -8
  1374. githubkit/versions/ghec_v2022_11_28/types/group_0071.py +36 -17
  1375. githubkit/versions/ghec_v2022_11_28/types/group_0072.py +161 -50
  1376. githubkit/versions/ghec_v2022_11_28/types/group_0073.py +9 -36
  1377. githubkit/versions/ghec_v2022_11_28/types/group_0074.py +23 -11
  1378. githubkit/versions/ghec_v2022_11_28/types/group_0075.py +62 -19
  1379. githubkit/versions/ghec_v2022_11_28/types/group_0076.py +33 -11
  1380. githubkit/versions/ghec_v2022_11_28/types/group_0077.py +13 -9
  1381. githubkit/versions/ghec_v2022_11_28/types/group_0078.py +26 -15
  1382. githubkit/versions/ghec_v2022_11_28/types/group_0079.py +10 -12
  1383. githubkit/versions/ghec_v2022_11_28/types/group_0080.py +9 -15
  1384. githubkit/versions/ghec_v2022_11_28/types/group_0081.py +17 -12
  1385. githubkit/versions/ghec_v2022_11_28/types/group_0082.py +15 -7
  1386. githubkit/versions/ghec_v2022_11_28/types/group_0083.py +16 -12
  1387. githubkit/versions/ghec_v2022_11_28/types/group_0084.py +14 -7
  1388. githubkit/versions/ghec_v2022_11_28/types/group_0085.py +7 -9
  1389. githubkit/versions/ghec_v2022_11_28/types/group_0086.py +14 -6
  1390. githubkit/versions/ghec_v2022_11_28/types/group_0087.py +7 -14
  1391. githubkit/versions/ghec_v2022_11_28/types/group_0088.py +6 -19
  1392. githubkit/versions/ghec_v2022_11_28/types/group_0089.py +6 -14
  1393. githubkit/versions/ghec_v2022_11_28/types/group_0090.py +14 -5
  1394. githubkit/versions/ghec_v2022_11_28/types/group_0091.py +19 -18
  1395. githubkit/versions/ghec_v2022_11_28/types/group_0092.py +9 -17
  1396. githubkit/versions/ghec_v2022_11_28/types/group_0093.py +4 -21
  1397. githubkit/versions/ghec_v2022_11_28/types/group_0094.py +13 -13
  1398. githubkit/versions/ghec_v2022_11_28/types/group_0095.py +19 -38
  1399. githubkit/versions/ghec_v2022_11_28/types/group_0096.py +18 -8
  1400. githubkit/versions/ghec_v2022_11_28/types/group_0097.py +22 -5
  1401. githubkit/versions/ghec_v2022_11_28/types/group_0098.py +37 -5
  1402. githubkit/versions/ghec_v2022_11_28/types/group_0099.py +7 -7
  1403. githubkit/versions/ghec_v2022_11_28/types/group_0100.py +4 -11
  1404. githubkit/versions/ghec_v2022_11_28/types/group_0101.py +6 -10
  1405. githubkit/versions/ghec_v2022_11_28/types/group_0102.py +12 -5
  1406. githubkit/versions/ghec_v2022_11_28/types/group_0103.py +10 -23
  1407. githubkit/versions/ghec_v2022_11_28/types/group_0104.py +8 -8
  1408. githubkit/versions/ghec_v2022_11_28/types/group_0105.py +5 -12
  1409. githubkit/versions/ghec_v2022_11_28/types/group_0106.py +21 -9
  1410. githubkit/versions/ghec_v2022_11_28/types/group_0107.py +9 -16
  1411. githubkit/versions/ghec_v2022_11_28/types/group_0108.py +10 -10
  1412. githubkit/versions/ghec_v2022_11_28/types/group_0109.py +11 -7
  1413. githubkit/versions/ghec_v2022_11_28/types/group_0110.py +16 -8
  1414. githubkit/versions/ghec_v2022_11_28/types/group_0111.py +10 -7
  1415. githubkit/versions/ghec_v2022_11_28/types/group_0112.py +7 -10
  1416. githubkit/versions/ghec_v2022_11_28/types/group_0113.py +10 -7
  1417. githubkit/versions/ghec_v2022_11_28/types/group_0114.py +7 -10
  1418. githubkit/versions/ghec_v2022_11_28/types/group_0115.py +10 -7
  1419. githubkit/versions/ghec_v2022_11_28/types/group_0116.py +7 -10
  1420. githubkit/versions/ghec_v2022_11_28/types/group_0117.py +10 -7
  1421. githubkit/versions/ghec_v2022_11_28/types/group_0118.py +7 -12
  1422. githubkit/versions/ghec_v2022_11_28/types/group_0119.py +12 -5
  1423. githubkit/versions/ghec_v2022_11_28/types/group_0120.py +7 -11
  1424. githubkit/versions/ghec_v2022_11_28/types/group_0121.py +14 -5
  1425. githubkit/versions/ghec_v2022_11_28/types/group_0122.py +5 -13
  1426. githubkit/versions/ghec_v2022_11_28/types/group_0123.py +13 -5
  1427. githubkit/versions/ghec_v2022_11_28/types/group_0124.py +5 -13
  1428. githubkit/versions/ghec_v2022_11_28/types/group_0125.py +13 -5
  1429. githubkit/versions/ghec_v2022_11_28/types/group_0126.py +5 -9
  1430. githubkit/versions/ghec_v2022_11_28/types/group_0127.py +8 -8
  1431. githubkit/versions/ghec_v2022_11_28/types/group_0128.py +5 -21
  1432. githubkit/versions/ghec_v2022_11_28/types/group_0129.py +6 -11
  1433. githubkit/versions/ghec_v2022_11_28/types/group_0130.py +9 -18
  1434. githubkit/versions/ghec_v2022_11_28/types/group_0131.py +18 -9
  1435. githubkit/versions/ghec_v2022_11_28/types/group_0132.py +13 -4
  1436. githubkit/versions/ghec_v2022_11_28/types/group_0133.py +19 -13
  1437. githubkit/versions/ghec_v2022_11_28/types/group_0134.py +6 -8
  1438. githubkit/versions/ghec_v2022_11_28/types/group_0135.py +4 -15
  1439. githubkit/versions/ghec_v2022_11_28/types/group_0136.py +11 -107
  1440. githubkit/versions/ghec_v2022_11_28/types/group_0137.py +11 -10
  1441. githubkit/versions/ghec_v2022_11_28/types/group_0138.py +13 -6
  1442. githubkit/versions/ghec_v2022_11_28/types/group_0139.py +110 -10
  1443. githubkit/versions/ghec_v2022_11_28/types/group_0140.py +11 -5
  1444. githubkit/versions/ghec_v2022_11_28/types/group_0141.py +8 -5
  1445. githubkit/versions/ghec_v2022_11_28/types/group_0142.py +10 -91
  1446. githubkit/versions/ghec_v2022_11_28/types/group_0143.py +5 -43
  1447. githubkit/versions/ghec_v2022_11_28/types/group_0144.py +4 -20
  1448. githubkit/versions/ghec_v2022_11_28/types/group_0145.py +96 -78
  1449. githubkit/versions/ghec_v2022_11_28/types/group_0146.py +40 -26
  1450. githubkit/versions/ghec_v2022_11_28/types/group_0147.py +15 -24
  1451. githubkit/versions/ghec_v2022_11_28/types/group_0148.py +76 -25
  1452. githubkit/versions/ghec_v2022_11_28/types/group_0149.py +36 -12
  1453. githubkit/versions/ghec_v2022_11_28/types/group_0150.py +31 -7
  1454. githubkit/versions/ghec_v2022_11_28/types/group_0151.py +20 -18
  1455. githubkit/versions/ghec_v2022_11_28/types/group_0152.py +14 -24
  1456. githubkit/versions/ghec_v2022_11_28/types/group_0153.py +10 -25
  1457. githubkit/versions/ghec_v2022_11_28/types/group_0154.py +9 -16
  1458. githubkit/versions/ghec_v2022_11_28/types/group_0155.py +7 -99
  1459. githubkit/versions/ghec_v2022_11_28/types/group_0156.py +27 -39
  1460. githubkit/versions/ghec_v2022_11_28/types/group_0157.py +23 -64
  1461. githubkit/versions/ghec_v2022_11_28/types/group_0158.py +23 -46
  1462. githubkit/versions/ghec_v2022_11_28/types/group_0159.py +15 -41
  1463. githubkit/versions/ghec_v2022_11_28/types/group_0160.py +86 -50
  1464. githubkit/versions/ghec_v2022_11_28/types/group_0161.py +27 -103
  1465. githubkit/versions/ghec_v2022_11_28/types/group_0162.py +64 -24
  1466. githubkit/versions/ghec_v2022_11_28/types/group_0163.py +41 -21
  1467. githubkit/versions/ghec_v2022_11_28/types/group_0164.py +38 -7
  1468. githubkit/versions/ghec_v2022_11_28/types/group_0165.py +59 -17
  1469. githubkit/versions/ghec_v2022_11_28/types/group_0166.py +108 -17
  1470. githubkit/versions/ghec_v2022_11_28/types/group_0167.py +23 -18
  1471. githubkit/versions/ghec_v2022_11_28/types/group_0168.py +19 -20
  1472. githubkit/versions/ghec_v2022_11_28/types/group_0169.py +7 -65
  1473. githubkit/versions/ghec_v2022_11_28/types/group_0170.py +21 -84
  1474. githubkit/versions/ghec_v2022_11_28/types/group_0171.py +17 -144
  1475. githubkit/versions/ghec_v2022_11_28/types/group_0172.py +17 -25
  1476. githubkit/versions/ghec_v2022_11_28/types/group_0173.py +25 -13
  1477. githubkit/versions/ghec_v2022_11_28/types/group_0174.py +64 -16
  1478. githubkit/versions/ghec_v2022_11_28/types/group_0175.py +80 -9
  1479. githubkit/versions/ghec_v2022_11_28/types/group_0176.py +134 -84
  1480. githubkit/versions/ghec_v2022_11_28/types/group_0177.py +28 -5
  1481. githubkit/versions/ghec_v2022_11_28/types/group_0178.py +15 -8
  1482. githubkit/versions/ghec_v2022_11_28/types/group_0179.py +16 -10
  1483. githubkit/versions/ghec_v2022_11_28/types/group_0180.py +8 -72
  1484. githubkit/versions/ghec_v2022_11_28/types/group_0181.py +86 -24
  1485. githubkit/versions/ghec_v2022_11_28/types/group_0182.py +5 -12
  1486. githubkit/versions/ghec_v2022_11_28/types/group_0183.py +8 -85
  1487. githubkit/versions/ghec_v2022_11_28/types/group_0184.py +4 -4
  1488. githubkit/versions/ghec_v2022_11_28/types/group_0185.py +66 -24
  1489. githubkit/versions/ghec_v2022_11_28/types/group_0186.py +34 -19
  1490. githubkit/versions/ghec_v2022_11_28/types/group_0187.py +13 -7
  1491. githubkit/versions/ghec_v2022_11_28/types/group_0188.py +84 -7
  1492. githubkit/versions/ghec_v2022_11_28/types/group_0189.py +9 -5
  1493. githubkit/versions/ghec_v2022_11_28/types/group_0190.py +24 -65
  1494. githubkit/versions/ghec_v2022_11_28/types/group_0191.py +19 -21
  1495. githubkit/versions/ghec_v2022_11_28/types/group_0192.py +8 -31
  1496. githubkit/versions/ghec_v2022_11_28/types/group_0193.py +8 -18
  1497. githubkit/versions/ghec_v2022_11_28/types/group_0194.py +9 -22
  1498. githubkit/versions/ghec_v2022_11_28/types/group_0195.py +94 -7
  1499. githubkit/versions/ghec_v2022_11_28/types/group_0196.py +67 -22
  1500. githubkit/versions/ghec_v2022_11_28/types/group_0197.py +22 -10
  1501. githubkit/versions/ghec_v2022_11_28/types/group_0198.py +31 -11
  1502. githubkit/versions/ghec_v2022_11_28/types/group_0199.py +16 -6
  1503. githubkit/versions/ghec_v2022_11_28/types/group_0200.py +21 -6
  1504. githubkit/versions/ghec_v2022_11_28/types/group_0201.py +9 -14
  1505. githubkit/versions/ghec_v2022_11_28/types/group_0202.py +28 -9
  1506. githubkit/versions/ghec_v2022_11_28/types/group_0203.py +10 -11
  1507. githubkit/versions/ghec_v2022_11_28/types/group_0204.py +11 -15
  1508. githubkit/versions/ghec_v2022_11_28/types/group_0205.py +8 -15
  1509. githubkit/versions/ghec_v2022_11_28/types/group_0206.py +6 -26
  1510. githubkit/versions/ghec_v2022_11_28/types/group_0207.py +16 -32
  1511. githubkit/versions/ghec_v2022_11_28/types/group_0208.py +9 -6
  1512. githubkit/versions/ghec_v2022_11_28/types/group_0209.py +8 -30
  1513. githubkit/versions/ghec_v2022_11_28/types/group_0210.py +16 -9
  1514. githubkit/versions/ghec_v2022_11_28/types/group_0211.py +14 -9
  1515. githubkit/versions/ghec_v2022_11_28/types/group_0212.py +16 -27
  1516. githubkit/versions/ghec_v2022_11_28/types/group_0213.py +26 -30
  1517. githubkit/versions/ghec_v2022_11_28/types/group_0214.py +6 -42
  1518. githubkit/versions/ghec_v2022_11_28/types/group_0215.py +22 -55
  1519. githubkit/versions/ghec_v2022_11_28/types/group_0216.py +9 -64
  1520. githubkit/versions/ghec_v2022_11_28/types/group_0217.py +9 -14
  1521. githubkit/versions/ghec_v2022_11_28/types/group_0218.py +30 -18
  1522. githubkit/versions/ghec_v2022_11_28/types/group_0219.py +34 -10
  1523. githubkit/versions/ghec_v2022_11_28/types/group_0220.py +43 -11
  1524. githubkit/versions/ghec_v2022_11_28/types/group_0221.py +65 -10
  1525. githubkit/versions/ghec_v2022_11_28/types/group_0222.py +52 -131
  1526. githubkit/versions/ghec_v2022_11_28/types/group_0223.py +16 -17
  1527. githubkit/versions/ghec_v2022_11_28/types/group_0224.py +23 -40
  1528. githubkit/versions/ghec_v2022_11_28/types/group_0225.py +9 -23
  1529. githubkit/versions/ghec_v2022_11_28/types/group_0226.py +10 -131
  1530. githubkit/versions/ghec_v2022_11_28/types/group_0227.py +9 -19
  1531. githubkit/versions/ghec_v2022_11_28/types/group_0228.py +128 -88
  1532. githubkit/versions/ghec_v2022_11_28/types/group_0229.py +19 -33
  1533. githubkit/versions/ghec_v2022_11_28/types/group_0230.py +41 -23
  1534. githubkit/versions/ghec_v2022_11_28/types/group_0231.py +18 -13
  1535. githubkit/versions/ghec_v2022_11_28/types/group_0232.py +131 -8
  1536. githubkit/versions/ghec_v2022_11_28/types/group_0233.py +13 -28
  1537. githubkit/versions/ghec_v2022_11_28/types/group_0234.py +85 -96
  1538. githubkit/versions/ghec_v2022_11_28/types/group_0235.py +22 -15
  1539. githubkit/versions/ghec_v2022_11_28/types/group_0236.py +20 -11
  1540. githubkit/versions/ghec_v2022_11_28/types/group_0237.py +13 -6
  1541. githubkit/versions/ghec_v2022_11_28/types/group_0238.py +10 -7
  1542. githubkit/versions/ghec_v2022_11_28/types/group_0239.py +36 -11
  1543. githubkit/versions/ghec_v2022_11_28/types/group_0240.py +112 -15
  1544. githubkit/versions/ghec_v2022_11_28/types/group_0241.py +19 -29
  1545. githubkit/versions/ghec_v2022_11_28/types/group_0242.py +13 -22
  1546. githubkit/versions/ghec_v2022_11_28/types/group_0243.py +10 -57
  1547. githubkit/versions/ghec_v2022_11_28/types/group_0244.py +8 -9
  1548. githubkit/versions/ghec_v2022_11_28/types/group_0245.py +9 -8
  1549. githubkit/versions/ghec_v2022_11_28/types/group_0246.py +18 -9
  1550. githubkit/versions/ghec_v2022_11_28/types/group_0247.py +33 -7
  1551. githubkit/versions/ghec_v2022_11_28/types/group_0248.py +25 -6
  1552. githubkit/versions/ghec_v2022_11_28/types/group_0249.py +52 -40
  1553. githubkit/versions/ghec_v2022_11_28/types/group_0250.py +7 -37
  1554. githubkit/versions/ghec_v2022_11_28/types/group_0251.py +6 -59
  1555. githubkit/versions/ghec_v2022_11_28/types/group_0252.py +8 -29
  1556. githubkit/versions/ghec_v2022_11_28/types/group_0253.py +8 -6
  1557. githubkit/versions/ghec_v2022_11_28/types/group_0254.py +5 -7
  1558. githubkit/versions/ghec_v2022_11_28/types/group_0255.py +37 -28
  1559. githubkit/versions/ghec_v2022_11_28/types/group_0256.py +33 -32
  1560. githubkit/versions/ghec_v2022_11_28/types/group_0257.py +58 -71
  1561. githubkit/versions/ghec_v2022_11_28/types/group_0258.py +22 -32
  1562. githubkit/versions/ghec_v2022_11_28/types/group_0259.py +5 -25
  1563. githubkit/versions/ghec_v2022_11_28/types/group_0260.py +8 -11
  1564. githubkit/versions/ghec_v2022_11_28/types/group_0261.py +36 -7
  1565. githubkit/versions/ghec_v2022_11_28/types/group_0262.py +35 -20
  1566. githubkit/versions/ghec_v2022_11_28/types/group_0263.py +69 -21
  1567. githubkit/versions/ghec_v2022_11_28/types/group_0264.py +35 -115
  1568. githubkit/versions/ghec_v2022_11_28/types/group_0265.py +22 -126
  1569. githubkit/versions/ghec_v2022_11_28/types/group_0266.py +9 -22
  1570. githubkit/versions/ghec_v2022_11_28/types/group_0267.py +7 -9
  1571. githubkit/versions/ghec_v2022_11_28/types/group_0268.py +23 -10
  1572. githubkit/versions/ghec_v2022_11_28/types/group_0269.py +28 -20
  1573. githubkit/versions/ghec_v2022_11_28/types/group_0270.py +109 -40
  1574. githubkit/versions/ghec_v2022_11_28/types/group_0271.py +120 -15
  1575. githubkit/versions/ghec_v2022_11_28/types/group_0272.py +13 -17
  1576. githubkit/versions/ghec_v2022_11_28/types/group_0273.py +8 -122
  1577. githubkit/versions/ghec_v2022_11_28/types/group_0274.py +9 -19
  1578. githubkit/versions/ghec_v2022_11_28/types/group_0275.py +19 -28
  1579. githubkit/versions/ghec_v2022_11_28/types/group_0276.py +46 -21
  1580. githubkit/versions/ghec_v2022_11_28/types/group_0277.py +17 -55
  1581. githubkit/versions/ghec_v2022_11_28/types/group_0278.py +26 -16
  1582. githubkit/versions/ghec_v2022_11_28/types/group_0279.py +114 -50
  1583. githubkit/versions/ghec_v2022_11_28/types/group_0280.py +17 -27
  1584. githubkit/versions/ghec_v2022_11_28/types/group_0281.py +28 -27
  1585. githubkit/versions/ghec_v2022_11_28/types/group_0282.py +24 -45
  1586. githubkit/versions/ghec_v2022_11_28/types/group_0283.py +61 -7
  1587. githubkit/versions/ghec_v2022_11_28/types/group_0284.py +16 -7
  1588. githubkit/versions/ghec_v2022_11_28/types/group_0285.py +60 -5
  1589. githubkit/versions/ghec_v2022_11_28/types/group_0286.py +28 -20
  1590. githubkit/versions/ghec_v2022_11_28/types/group_0287.py +34 -15
  1591. githubkit/versions/ghec_v2022_11_28/types/group_0288.py +43 -17
  1592. githubkit/versions/ghec_v2022_11_28/types/group_0289.py +7 -13
  1593. githubkit/versions/ghec_v2022_11_28/types/group_0290.py +8 -7
  1594. githubkit/versions/ghec_v2022_11_28/types/group_0291.py +9 -38
  1595. githubkit/versions/ghec_v2022_11_28/types/group_0292.py +20 -12
  1596. githubkit/versions/ghec_v2022_11_28/types/group_0293.py +7 -25
  1597. githubkit/versions/ghec_v2022_11_28/types/group_0294.py +19 -15
  1598. githubkit/versions/ghec_v2022_11_28/types/group_0295.py +14 -32
  1599. githubkit/versions/ghec_v2022_11_28/types/group_0296.py +13 -33
  1600. githubkit/versions/ghec_v2022_11_28/types/group_0297.py +34 -10
  1601. githubkit/versions/ghec_v2022_11_28/types/group_0298.py +13 -5
  1602. githubkit/versions/ghec_v2022_11_28/types/group_0299.py +28 -8
  1603. githubkit/versions/ghec_v2022_11_28/types/group_0300.py +16 -22
  1604. githubkit/versions/ghec_v2022_11_28/types/group_0301.py +32 -23
  1605. githubkit/versions/ghec_v2022_11_28/types/group_0302.py +28 -8
  1606. githubkit/versions/ghec_v2022_11_28/types/group_0303.py +8 -19
  1607. githubkit/versions/ghec_v2022_11_28/types/group_0304.py +5 -55
  1608. githubkit/versions/ghec_v2022_11_28/types/group_0305.py +6 -48
  1609. githubkit/versions/ghec_v2022_11_28/types/group_0306.py +23 -20
  1610. githubkit/versions/ghec_v2022_11_28/types/group_0307.py +22 -6
  1611. githubkit/versions/ghec_v2022_11_28/types/group_0308.py +5 -11
  1612. githubkit/versions/ghec_v2022_11_28/types/group_0309.py +12 -66
  1613. githubkit/versions/ghec_v2022_11_28/types/group_0310.py +49 -19
  1614. githubkit/versions/ghec_v2022_11_28/types/group_0311.py +49 -13
  1615. githubkit/versions/ghec_v2022_11_28/types/group_0312.py +12 -29
  1616. githubkit/versions/ghec_v2022_11_28/types/group_0313.py +5 -18
  1617. githubkit/versions/ghec_v2022_11_28/types/group_0314.py +11 -38
  1618. githubkit/versions/ghec_v2022_11_28/types/group_0315.py +68 -16
  1619. githubkit/versions/ghec_v2022_11_28/types/group_0316.py +17 -48
  1620. githubkit/versions/ghec_v2022_11_28/types/group_0317.py +13 -26
  1621. githubkit/versions/ghec_v2022_11_28/types/group_0318.py +27 -23
  1622. githubkit/versions/ghec_v2022_11_28/types/group_0319.py +19 -28
  1623. githubkit/versions/ghec_v2022_11_28/types/group_0320.py +34 -23
  1624. githubkit/versions/ghec_v2022_11_28/types/group_0321.py +23 -98
  1625. githubkit/versions/ghec_v2022_11_28/types/group_0322.py +43 -31
  1626. githubkit/versions/ghec_v2022_11_28/types/group_0323.py +29 -32
  1627. githubkit/versions/ghec_v2022_11_28/types/group_0324.py +30 -31
  1628. githubkit/versions/ghec_v2022_11_28/types/group_0325.py +27 -11
  1629. githubkit/versions/ghec_v2022_11_28/types/group_0326.py +22 -19
  1630. githubkit/versions/ghec_v2022_11_28/types/group_0327.py +78 -52
  1631. githubkit/versions/ghec_v2022_11_28/types/group_0328.py +46 -8
  1632. githubkit/versions/ghec_v2022_11_28/types/group_0329.py +32 -14
  1633. githubkit/versions/ghec_v2022_11_28/types/group_0330.py +39 -33
  1634. githubkit/versions/ghec_v2022_11_28/types/group_0331.py +11 -48
  1635. githubkit/versions/ghec_v2022_11_28/types/group_0332.py +31 -33
  1636. githubkit/versions/ghec_v2022_11_28/types/group_0333.py +71 -8
  1637. githubkit/versions/ghec_v2022_11_28/types/group_0334.py +8 -61
  1638. githubkit/versions/ghec_v2022_11_28/types/group_0335.py +10 -11
  1639. githubkit/versions/ghec_v2022_11_28/types/group_0336.py +27 -9
  1640. githubkit/versions/ghec_v2022_11_28/types/group_0337.py +50 -6
  1641. githubkit/versions/ghec_v2022_11_28/types/group_0338.py +34 -10
  1642. githubkit/versions/ghec_v2022_11_28/types/group_0339.py +7 -8
  1643. githubkit/versions/ghec_v2022_11_28/types/group_0340.py +47 -16
  1644. githubkit/versions/ghec_v2022_11_28/types/group_0341.py +12 -8
  1645. githubkit/versions/ghec_v2022_11_28/types/group_0342.py +8 -13
  1646. githubkit/versions/ghec_v2022_11_28/types/group_0343.py +6 -72
  1647. githubkit/versions/ghec_v2022_11_28/types/group_0344.py +4 -21
  1648. githubkit/versions/ghec_v2022_11_28/types/group_0345.py +8 -34
  1649. githubkit/versions/ghec_v2022_11_28/types/group_0346.py +21 -17
  1650. githubkit/versions/ghec_v2022_11_28/types/group_0347.py +8 -7
  1651. githubkit/versions/ghec_v2022_11_28/types/group_0348.py +11 -20
  1652. githubkit/versions/ghec_v2022_11_28/types/group_0349.py +64 -50
  1653. githubkit/versions/ghec_v2022_11_28/types/group_0350.py +18 -10
  1654. githubkit/versions/ghec_v2022_11_28/types/group_0351.py +35 -9
  1655. githubkit/versions/ghec_v2022_11_28/types/group_0352.py +17 -98
  1656. githubkit/versions/ghec_v2022_11_28/types/group_0353.py +7 -30
  1657. githubkit/versions/ghec_v2022_11_28/types/group_0354.py +19 -26
  1658. githubkit/versions/ghec_v2022_11_28/types/group_0355.py +56 -19
  1659. githubkit/versions/ghec_v2022_11_28/types/group_0356.py +9 -17
  1660. githubkit/versions/ghec_v2022_11_28/types/group_0357.py +8 -27
  1661. githubkit/versions/ghec_v2022_11_28/types/group_0358.py +89 -13
  1662. githubkit/versions/ghec_v2022_11_28/types/group_0359.py +11 -11
  1663. githubkit/versions/ghec_v2022_11_28/types/group_0360.py +17 -10
  1664. githubkit/versions/ghec_v2022_11_28/types/group_0361.py +10 -12
  1665. githubkit/versions/ghec_v2022_11_28/types/group_0362.py +9 -20
  1666. githubkit/versions/ghec_v2022_11_28/types/group_0363.py +15 -6
  1667. githubkit/versions/ghec_v2022_11_28/types/group_0364.py +11 -16
  1668. githubkit/versions/ghec_v2022_11_28/types/group_0365.py +12 -16
  1669. githubkit/versions/ghec_v2022_11_28/types/group_0366.py +9 -20
  1670. githubkit/versions/ghec_v2022_11_28/types/group_0367.py +10 -21
  1671. githubkit/versions/ghec_v2022_11_28/types/group_0368.py +25 -30
  1672. githubkit/versions/ghec_v2022_11_28/types/group_0369.py +17 -13
  1673. githubkit/versions/ghec_v2022_11_28/types/group_0370.py +33 -6
  1674. githubkit/versions/ghec_v2022_11_28/types/group_0371.py +23 -62
  1675. githubkit/versions/ghec_v2022_11_28/types/group_0372.py +22 -45
  1676. githubkit/versions/ghec_v2022_11_28/types/group_0373.py +22 -82
  1677. githubkit/versions/ghec_v2022_11_28/types/group_0374.py +31 -14
  1678. githubkit/versions/ghec_v2022_11_28/types/group_0375.py +13 -17
  1679. githubkit/versions/ghec_v2022_11_28/types/group_0376.py +6 -19
  1680. githubkit/versions/ghec_v2022_11_28/types/group_0377.py +69 -13
  1681. githubkit/versions/ghec_v2022_11_28/types/group_0378.py +59 -7
  1682. githubkit/versions/ghec_v2022_11_28/types/group_0379.py +86 -25
  1683. githubkit/versions/ghec_v2022_11_28/types/group_0380.py +19 -9
  1684. githubkit/versions/ghec_v2022_11_28/types/group_0381.py +17 -52
  1685. githubkit/versions/ghec_v2022_11_28/types/group_0382.py +15 -22
  1686. githubkit/versions/ghec_v2022_11_28/types/group_0383.py +15 -6
  1687. githubkit/versions/ghec_v2022_11_28/types/group_0384.py +7 -13
  1688. githubkit/versions/ghec_v2022_11_28/types/group_0385.py +39 -25
  1689. githubkit/versions/ghec_v2022_11_28/types/group_0386.py +8 -77
  1690. githubkit/versions/ghec_v2022_11_28/types/group_0387.py +52 -73
  1691. githubkit/versions/ghec_v2022_11_28/types/group_0388.py +25 -9
  1692. githubkit/versions/ghec_v2022_11_28/types/group_0389.py +7 -24
  1693. githubkit/versions/ghec_v2022_11_28/types/group_0390.py +11 -13
  1694. githubkit/versions/ghec_v2022_11_28/types/group_0391.py +25 -15
  1695. githubkit/versions/ghec_v2022_11_28/types/group_0392.py +78 -10
  1696. githubkit/versions/ghec_v2022_11_28/types/group_0393.py +59 -39
  1697. githubkit/versions/ghec_v2022_11_28/types/group_0394.py +10 -48
  1698. githubkit/versions/ghec_v2022_11_28/types/group_0395.py +24 -7
  1699. githubkit/versions/ghec_v2022_11_28/types/group_0396.py +12 -23
  1700. githubkit/versions/ghec_v2022_11_28/types/group_0397.py +10 -36
  1701. githubkit/versions/ghec_v2022_11_28/types/group_0398.py +9 -6
  1702. githubkit/versions/ghec_v2022_11_28/types/group_0399.py +54 -9
  1703. githubkit/versions/ghec_v2022_11_28/types/group_0400.py +50 -8
  1704. githubkit/versions/ghec_v2022_11_28/types/group_0401.py +8 -11
  1705. githubkit/versions/ghec_v2022_11_28/types/group_0402.py +25 -9
  1706. githubkit/versions/ghec_v2022_11_28/types/group_0403.py +39 -12
  1707. githubkit/versions/ghec_v2022_11_28/types/group_0404.py +8 -11
  1708. githubkit/versions/ghec_v2022_11_28/types/group_0405.py +6 -6
  1709. githubkit/versions/ghec_v2022_11_28/types/group_0406.py +4 -4
  1710. githubkit/versions/ghec_v2022_11_28/types/group_0407.py +6 -6
  1711. githubkit/versions/ghec_v2022_11_28/types/group_0408.py +4 -7
  1712. githubkit/versions/ghec_v2022_11_28/types/group_0409.py +4 -4
  1713. githubkit/versions/ghec_v2022_11_28/types/group_0410.py +6 -6
  1714. githubkit/versions/ghec_v2022_11_28/types/group_0411.py +6 -6
  1715. githubkit/versions/ghec_v2022_11_28/types/group_0412.py +4 -7
  1716. githubkit/versions/ghec_v2022_11_28/types/group_0413.py +6 -6
  1717. githubkit/versions/ghec_v2022_11_28/types/group_0414.py +6 -6
  1718. githubkit/versions/ghec_v2022_11_28/types/group_0415.py +4 -7
  1719. githubkit/versions/ghec_v2022_11_28/types/group_0416.py +6 -6
  1720. githubkit/versions/ghec_v2022_11_28/types/group_0417.py +6 -6
  1721. githubkit/versions/ghec_v2022_11_28/types/group_0418.py +6 -6
  1722. githubkit/versions/ghec_v2022_11_28/types/group_0419.py +6 -6
  1723. githubkit/versions/ghec_v2022_11_28/types/group_0420.py +6 -6
  1724. githubkit/versions/ghec_v2022_11_28/types/group_0421.py +10 -71
  1725. githubkit/versions/ghec_v2022_11_28/types/group_0422.py +10 -57
  1726. githubkit/versions/ghec_v2022_11_28/types/group_0423.py +11 -8
  1727. githubkit/versions/ghec_v2022_11_28/types/group_0424.py +10 -37
  1728. githubkit/versions/ghec_v2022_11_28/types/group_0425.py +11 -5
  1729. githubkit/versions/ghec_v2022_11_28/types/group_0426.py +10 -70
  1730. githubkit/versions/ghec_v2022_11_28/types/group_0427.py +69 -49
  1731. githubkit/versions/ghec_v2022_11_28/types/group_0428.py +55 -72
  1732. githubkit/versions/ghec_v2022_11_28/types/group_0429.py +8 -12
  1733. githubkit/versions/ghec_v2022_11_28/types/group_0430.py +37 -8
  1734. githubkit/versions/ghec_v2022_11_28/types/group_0431.py +5 -24
  1735. githubkit/versions/ghec_v2022_11_28/types/group_0432.py +72 -6
  1736. githubkit/versions/ghec_v2022_11_28/types/group_0433.py +51 -13
  1737. githubkit/versions/ghec_v2022_11_28/types/group_0434.py +70 -16
  1738. githubkit/versions/ghec_v2022_11_28/types/group_0435.py +11 -10
  1739. githubkit/versions/ghec_v2022_11_28/types/group_0436.py +7 -5
  1740. githubkit/versions/ghec_v2022_11_28/types/group_0437.py +25 -8
  1741. githubkit/versions/ghec_v2022_11_28/types/group_0438.py +5 -11
  1742. githubkit/versions/ghec_v2022_11_28/types/group_0439.py +12 -8
  1743. githubkit/versions/ghec_v2022_11_28/types/group_0440.py +19 -7
  1744. githubkit/versions/ghec_v2022_11_28/types/group_0441.py +10 -10
  1745. githubkit/versions/ghec_v2022_11_28/types/group_0442.py +7 -24
  1746. githubkit/versions/ghec_v2022_11_28/types/group_0443.py +8 -12
  1747. githubkit/versions/ghec_v2022_11_28/types/group_0444.py +10 -38
  1748. githubkit/versions/ghec_v2022_11_28/types/group_0445.py +10 -19
  1749. githubkit/versions/ghec_v2022_11_28/types/group_0446.py +8 -17
  1750. githubkit/versions/ghec_v2022_11_28/types/group_0447.py +10 -16
  1751. githubkit/versions/ghec_v2022_11_28/types/group_0448.py +18 -12
  1752. githubkit/versions/ghec_v2022_11_28/types/group_0449.py +13 -21
  1753. githubkit/versions/ghec_v2022_11_28/types/group_0450.py +35 -11
  1754. githubkit/versions/ghec_v2022_11_28/types/group_0451.py +13 -27
  1755. githubkit/versions/ghec_v2022_11_28/types/group_0452.py +18 -9
  1756. githubkit/versions/ghec_v2022_11_28/types/group_0453.py +16 -5
  1757. githubkit/versions/ghec_v2022_11_28/types/group_0454.py +10 -27
  1758. githubkit/versions/ghec_v2022_11_28/types/group_0455.py +16 -100
  1759. githubkit/versions/ghec_v2022_11_28/types/group_0456.py +14 -18
  1760. githubkit/versions/ghec_v2022_11_28/types/group_0457.py +27 -29
  1761. githubkit/versions/ghec_v2022_11_28/types/group_0458.py +8 -44
  1762. githubkit/versions/ghec_v2022_11_28/types/group_0459.py +6 -34
  1763. githubkit/versions/ghec_v2022_11_28/types/group_0460.py +35 -106
  1764. githubkit/versions/ghec_v2022_11_28/types/group_0461.py +95 -21
  1765. githubkit/versions/ghec_v2022_11_28/types/group_0462.py +13 -117
  1766. githubkit/versions/ghec_v2022_11_28/types/group_0463.py +20 -60
  1767. githubkit/versions/ghec_v2022_11_28/types/group_0464.py +30 -41
  1768. githubkit/versions/ghec_v2022_11_28/types/group_0465.py +27 -56
  1769. githubkit/versions/ghec_v2022_11_28/types/group_0466.py +105 -7
  1770. githubkit/versions/ghec_v2022_11_28/types/group_0467.py +26 -13
  1771. githubkit/versions/ghec_v2022_11_28/types/group_0468.py +112 -75
  1772. githubkit/versions/ghec_v2022_11_28/types/group_0469.py +73 -9
  1773. githubkit/versions/ghec_v2022_11_28/types/group_0470.py +46 -51
  1774. githubkit/versions/ghec_v2022_11_28/types/group_0471.py +58 -9
  1775. githubkit/versions/ghec_v2022_11_28/types/group_0472.py +7 -32
  1776. githubkit/versions/ghec_v2022_11_28/types/group_0473.py +15 -7
  1777. githubkit/versions/ghec_v2022_11_28/types/group_0474.py +82 -7
  1778. githubkit/versions/ghec_v2022_11_28/types/group_0475.py +9 -9
  1779. githubkit/versions/ghec_v2022_11_28/types/group_0476.py +55 -11
  1780. githubkit/versions/ghec_v2022_11_28/types/group_0477.py +11 -5
  1781. githubkit/versions/ghec_v2022_11_28/types/group_0478.py +28 -17
  1782. githubkit/versions/ghec_v2022_11_28/types/group_0479.py +7 -22
  1783. githubkit/versions/ghec_v2022_11_28/types/group_0480.py +8 -10
  1784. githubkit/versions/ghec_v2022_11_28/types/group_0481.py +11 -22
  1785. githubkit/versions/ghec_v2022_11_28/types/group_0482.py +11 -266
  1786. githubkit/versions/ghec_v2022_11_28/types/group_0483.py +8 -41
  1787. githubkit/versions/ghec_v2022_11_28/types/group_0484.py +21 -13
  1788. githubkit/versions/ghec_v2022_11_28/types/group_0485.py +20 -167
  1789. githubkit/versions/ghec_v2022_11_28/types/group_0486.py +14 -44
  1790. githubkit/versions/ghec_v2022_11_28/types/group_0487.py +18 -54
  1791. githubkit/versions/ghec_v2022_11_28/types/group_0488.py +269 -15
  1792. githubkit/versions/ghec_v2022_11_28/types/group_0489.py +42 -13
  1793. githubkit/versions/ghec_v2022_11_28/types/group_0490.py +12 -58
  1794. githubkit/versions/ghec_v2022_11_28/types/group_0491.py +171 -12
  1795. githubkit/versions/ghec_v2022_11_28/types/group_0492.py +42 -25
  1796. githubkit/versions/ghec_v2022_11_28/types/group_0493.py +48 -63
  1797. githubkit/versions/ghec_v2022_11_28/types/group_0494.py +13 -142
  1798. githubkit/versions/ghec_v2022_11_28/types/group_0495.py +11 -69
  1799. githubkit/versions/ghec_v2022_11_28/types/group_0496.py +60 -11
  1800. githubkit/versions/ghec_v2022_11_28/types/group_0497.py +10 -7
  1801. githubkit/versions/ghec_v2022_11_28/types/group_0498.py +31 -13
  1802. githubkit/versions/ghec_v2022_11_28/types/group_0499.py +14 -19
  1803. githubkit/versions/ghec_v2022_11_28/types/group_0500.py +140 -9
  1804. githubkit/versions/ghec_v2022_11_28/types/group_0501.py +16 -284
  1805. githubkit/versions/ghec_v2022_11_28/types/group_0502.py +8 -51
  1806. githubkit/versions/ghec_v2022_11_28/types/group_0503.py +6 -338
  1807. githubkit/versions/ghec_v2022_11_28/types/group_0504.py +13 -31
  1808. githubkit/versions/ghec_v2022_11_28/types/group_0505.py +76 -37
  1809. githubkit/versions/ghec_v2022_11_28/types/group_0506.py +10 -33
  1810. githubkit/versions/ghec_v2022_11_28/types/group_0507.py +321 -24
  1811. githubkit/versions/ghec_v2022_11_28/types/group_0508.py +53 -12
  1812. githubkit/versions/ghec_v2022_11_28/types/group_0509.py +291 -5
  1813. githubkit/versions/ghec_v2022_11_28/types/group_0510.py +3 -20
  1814. githubkit/versions/ghec_v2022_11_28/types/group_0511.py +31 -146
  1815. githubkit/versions/ghec_v2022_11_28/types/group_0512.py +33 -42
  1816. githubkit/versions/ghec_v2022_11_28/types/group_0513.py +34 -39
  1817. githubkit/versions/ghec_v2022_11_28/types/group_0514.py +14 -15
  1818. githubkit/versions/ghec_v2022_11_28/types/group_0515.py +49 -19
  1819. githubkit/versions/ghec_v2022_11_28/types/group_0516.py +42 -15
  1820. githubkit/versions/ghec_v2022_11_28/types/group_0517.py +151 -16
  1821. githubkit/versions/ghec_v2022_11_28/types/group_0518.py +45 -19
  1822. githubkit/versions/ghec_v2022_11_28/types/group_0519.py +41 -73
  1823. githubkit/versions/ghec_v2022_11_28/types/group_0520.py +14 -14
  1824. githubkit/versions/ghec_v2022_11_28/types/group_0521.py +17 -854
  1825. githubkit/versions/ghec_v2022_11_28/types/group_0522.py +10 -116
  1826. githubkit/versions/ghec_v2022_11_28/types/group_0523.py +14 -75
  1827. githubkit/versions/ghec_v2022_11_28/types/group_0524.py +16 -119
  1828. githubkit/versions/ghec_v2022_11_28/types/group_0525.py +75 -120
  1829. githubkit/versions/ghec_v2022_11_28/types/group_0526.py +14 -54
  1830. githubkit/versions/ghec_v2022_11_28/types/group_0527.py +857 -37
  1831. githubkit/versions/ghec_v2022_11_28/types/group_0528.py +100 -64
  1832. githubkit/versions/ghec_v2022_11_28/types/group_0529.py +43 -77
  1833. githubkit/versions/ghec_v2022_11_28/types/group_0530.py +118 -26
  1834. githubkit/versions/ghec_v2022_11_28/types/group_0531.py +110 -28
  1835. githubkit/versions/ghec_v2022_11_28/types/group_0532.py +53 -15
  1836. githubkit/versions/ghec_v2022_11_28/types/group_0533.py +42 -17
  1837. githubkit/versions/ghec_v2022_11_28/types/group_0534.py +85 -17
  1838. githubkit/versions/ghec_v2022_11_28/types/group_0535.py +113 -17
  1839. githubkit/versions/ghec_v2022_11_28/types/group_0536.py +23 -154
  1840. githubkit/versions/ghec_v2022_11_28/types/group_0537.py +46 -21
  1841. githubkit/versions/ghec_v2022_11_28/types/group_0538.py +9 -11
  1842. githubkit/versions/ghec_v2022_11_28/types/group_0539.py +9 -11
  1843. githubkit/versions/ghec_v2022_11_28/types/group_0540.py +11 -13
  1844. githubkit/versions/ghec_v2022_11_28/types/group_0541.py +11 -13
  1845. githubkit/versions/ghec_v2022_11_28/types/group_0542.py +158 -10
  1846. githubkit/versions/ghec_v2022_11_28/types/group_0543.py +18 -7
  1847. githubkit/versions/ghec_v2022_11_28/types/group_0544.py +12 -10
  1848. githubkit/versions/ghec_v2022_11_28/types/group_0545.py +18 -7
  1849. githubkit/versions/ghec_v2022_11_28/types/group_0546.py +14 -23
  1850. githubkit/versions/ghec_v2022_11_28/types/group_0547.py +20 -7
  1851. githubkit/versions/ghec_v2022_11_28/types/group_0548.py +8 -8
  1852. githubkit/versions/ghec_v2022_11_28/types/group_0549.py +4 -4
  1853. githubkit/versions/ghec_v2022_11_28/types/group_0550.py +10 -253
  1854. githubkit/versions/ghec_v2022_11_28/types/group_0551.py +6 -255
  1855. githubkit/versions/ghec_v2022_11_28/types/group_0552.py +16 -242
  1856. githubkit/versions/ghec_v2022_11_28/types/group_0553.py +6 -144
  1857. githubkit/versions/ghec_v2022_11_28/types/group_0554.py +10 -177
  1858. githubkit/versions/ghec_v2022_11_28/types/group_0555.py +6 -112
  1859. githubkit/versions/ghec_v2022_11_28/types/group_0556.py +193 -75
  1860. githubkit/versions/ghec_v2022_11_28/types/group_0557.py +214 -75
  1861. githubkit/versions/ghec_v2022_11_28/types/group_0558.py +215 -71
  1862. githubkit/versions/ghec_v2022_11_28/types/group_0559.py +101 -53
  1863. githubkit/versions/ghec_v2022_11_28/types/group_0560.py +174 -11
  1864. githubkit/versions/ghec_v2022_11_28/types/group_0561.py +107 -10
  1865. githubkit/versions/ghec_v2022_11_28/types/group_0562.py +131 -14
  1866. githubkit/versions/ghec_v2022_11_28/types/group_0563.py +112 -11
  1867. githubkit/versions/ghec_v2022_11_28/types/group_0564.py +106 -11
  1868. githubkit/versions/ghec_v2022_11_28/types/group_0565.py +92 -14
  1869. githubkit/versions/ghec_v2022_11_28/types/group_0566.py +10 -8
  1870. githubkit/versions/ghec_v2022_11_28/types/group_0567.py +11 -13
  1871. githubkit/versions/ghec_v2022_11_28/types/group_0568.py +19 -13
  1872. githubkit/versions/ghec_v2022_11_28/types/group_0569.py +11 -13
  1873. githubkit/versions/ghec_v2022_11_28/types/group_0570.py +11 -13
  1874. githubkit/versions/ghec_v2022_11_28/types/group_0571.py +14 -13
  1875. githubkit/versions/ghec_v2022_11_28/types/group_0572.py +11 -11
  1876. githubkit/versions/ghec_v2022_11_28/types/group_0573.py +9 -9
  1877. githubkit/versions/ghec_v2022_11_28/types/group_0574.py +11 -11
  1878. githubkit/versions/ghec_v2022_11_28/types/group_0575.py +11 -11
  1879. githubkit/versions/ghec_v2022_11_28/types/group_0576.py +13 -536
  1880. githubkit/versions/ghec_v2022_11_28/types/group_0577.py +17 -20
  1881. githubkit/versions/ghec_v2022_11_28/types/group_0578.py +13 -405
  1882. githubkit/versions/ghec_v2022_11_28/types/group_0579.py +13 -403
  1883. githubkit/versions/ghec_v2022_11_28/types/group_0580.py +12 -438
  1884. githubkit/versions/ghec_v2022_11_28/types/group_0581.py +12 -750
  1885. githubkit/versions/ghec_v2022_11_28/types/group_0582.py +535 -14
  1886. githubkit/versions/ghec_v2022_11_28/types/group_0583.py +20 -51
  1887. githubkit/versions/ghec_v2022_11_28/types/group_0584.py +404 -12
  1888. githubkit/versions/ghec_v2022_11_28/types/group_0585.py +402 -14
  1889. githubkit/versions/ghec_v2022_11_28/types/group_0586.py +438 -14
  1890. githubkit/versions/ghec_v2022_11_28/types/group_0587.py +742 -23
  1891. githubkit/versions/ghec_v2022_11_28/types/group_0588.py +11 -9
  1892. githubkit/versions/ghec_v2022_11_28/types/group_0589.py +43 -9
  1893. githubkit/versions/ghec_v2022_11_28/types/group_0590.py +9 -34
  1894. githubkit/versions/ghec_v2022_11_28/types/group_0591.py +11 -11
  1895. githubkit/versions/ghec_v2022_11_28/types/group_0592.py +11 -9
  1896. githubkit/versions/ghec_v2022_11_28/types/group_0593.py +28 -9
  1897. githubkit/versions/ghec_v2022_11_28/types/group_0594.py +9 -9
  1898. githubkit/versions/ghec_v2022_11_28/types/group_0595.py +9 -11
  1899. githubkit/versions/ghec_v2022_11_28/types/group_0596.py +43 -8
  1900. githubkit/versions/ghec_v2022_11_28/types/group_0597.py +14 -10
  1901. githubkit/versions/ghec_v2022_11_28/types/group_0598.py +9 -11
  1902. githubkit/versions/ghec_v2022_11_28/types/group_0599.py +9 -9
  1903. githubkit/versions/ghec_v2022_11_28/types/group_0600.py +9 -9
  1904. githubkit/versions/ghec_v2022_11_28/types/group_0601.py +13 -12
  1905. githubkit/versions/ghec_v2022_11_28/types/group_0602.py +8 -142
  1906. githubkit/versions/ghec_v2022_11_28/types/group_0603.py +15 -140
  1907. githubkit/versions/ghec_v2022_11_28/types/group_0604.py +20 -8
  1908. githubkit/versions/ghec_v2022_11_28/types/group_0605.py +17 -112
  1909. githubkit/versions/ghec_v2022_11_28/types/group_0606.py +18 -8
  1910. githubkit/versions/ghec_v2022_11_28/types/group_0607.py +12 -23
  1911. githubkit/versions/ghec_v2022_11_28/types/group_0608.py +140 -18
  1912. githubkit/versions/ghec_v2022_11_28/types/group_0609.py +140 -18
  1913. githubkit/versions/ghec_v2022_11_28/types/group_0610.py +8 -19
  1914. githubkit/versions/ghec_v2022_11_28/types/group_0611.py +106 -30
  1915. githubkit/versions/ghec_v2022_11_28/types/group_0612.py +7 -36
  1916. githubkit/versions/ghec_v2022_11_28/types/group_0613.py +25 -14
  1917. githubkit/versions/ghec_v2022_11_28/types/group_0614.py +14 -80
  1918. githubkit/versions/ghec_v2022_11_28/types/group_0615.py +8 -8
  1919. githubkit/versions/ghec_v2022_11_28/types/group_0616.py +13 -14
  1920. githubkit/versions/ghec_v2022_11_28/types/group_0617.py +30 -71
  1921. githubkit/versions/ghec_v2022_11_28/types/group_0618.py +31 -142
  1922. githubkit/versions/ghec_v2022_11_28/types/group_0619.py +18 -153
  1923. githubkit/versions/ghec_v2022_11_28/types/group_0620.py +62 -29
  1924. githubkit/versions/ghec_v2022_11_28/types/group_0621.py +22 -29
  1925. githubkit/versions/ghec_v2022_11_28/types/group_0622.py +26 -36
  1926. githubkit/versions/ghec_v2022_11_28/types/group_0623.py +52 -51
  1927. githubkit/versions/ghec_v2022_11_28/types/group_0624.py +139 -24
  1928. githubkit/versions/ghec_v2022_11_28/types/group_0625.py +155 -7
  1929. githubkit/versions/ghec_v2022_11_28/types/group_0626.py +11 -97
  1930. githubkit/versions/ghec_v2022_11_28/types/group_0627.py +27 -28
  1931. githubkit/versions/ghec_v2022_11_28/types/group_0628.py +25 -22
  1932. githubkit/versions/ghec_v2022_11_28/types/group_0629.py +76 -19
  1933. githubkit/versions/ghec_v2022_11_28/types/group_0630.py +24 -139
  1934. githubkit/versions/ghec_v2022_11_28/types/group_0631.py +7 -155
  1935. githubkit/versions/ghec_v2022_11_28/types/group_0632.py +97 -11
  1936. githubkit/versions/ghec_v2022_11_28/types/group_0633.py +28 -27
  1937. githubkit/versions/ghec_v2022_11_28/types/group_0634.py +22 -25
  1938. githubkit/versions/ghec_v2022_11_28/types/group_0635.py +19 -76
  1939. githubkit/versions/ghec_v2022_11_28/types/group_0636.py +139 -24
  1940. githubkit/versions/ghec_v2022_11_28/types/group_0637.py +155 -7
  1941. githubkit/versions/ghec_v2022_11_28/types/group_0638.py +11 -98
  1942. githubkit/versions/ghec_v2022_11_28/types/group_0639.py +27 -28
  1943. githubkit/versions/ghec_v2022_11_28/types/group_0640.py +25 -22
  1944. githubkit/versions/ghec_v2022_11_28/types/group_0641.py +76 -21
  1945. githubkit/versions/ghec_v2022_11_28/types/group_0642.py +24 -137
  1946. githubkit/versions/ghec_v2022_11_28/types/group_0643.py +7 -153
  1947. githubkit/versions/ghec_v2022_11_28/types/group_0644.py +98 -11
  1948. githubkit/versions/ghec_v2022_11_28/types/group_0645.py +28 -27
  1949. githubkit/versions/ghec_v2022_11_28/types/group_0646.py +22 -25
  1950. githubkit/versions/ghec_v2022_11_28/types/group_0647.py +21 -75
  1951. githubkit/versions/ghec_v2022_11_28/types/group_0648.py +137 -24
  1952. githubkit/versions/ghec_v2022_11_28/types/group_0649.py +153 -7
  1953. githubkit/versions/ghec_v2022_11_28/types/group_0650.py +11 -97
  1954. githubkit/versions/ghec_v2022_11_28/types/group_0651.py +27 -28
  1955. githubkit/versions/ghec_v2022_11_28/types/group_0652.py +25 -22
  1956. githubkit/versions/ghec_v2022_11_28/types/group_0653.py +74 -18
  1957. githubkit/versions/ghec_v2022_11_28/types/group_0654.py +37 -22
  1958. githubkit/versions/ghec_v2022_11_28/types/group_0655.py +7 -180
  1959. githubkit/versions/ghec_v2022_11_28/types/group_0656.py +71 -115
  1960. githubkit/versions/ghec_v2022_11_28/types/group_0657.py +28 -27
  1961. githubkit/versions/ghec_v2022_11_28/types/group_0658.py +25 -24
  1962. githubkit/versions/ghec_v2022_11_28/types/group_0659.py +18 -74
  1963. githubkit/versions/ghec_v2022_11_28/types/group_0660.py +22 -36
  1964. githubkit/versions/ghec_v2022_11_28/types/group_0661.py +171 -13
  1965. githubkit/versions/ghec_v2022_11_28/types/group_0662.py +141 -67
  1966. githubkit/versions/ghec_v2022_11_28/types/group_0663.py +27 -24
  1967. githubkit/versions/ghec_v2022_11_28/types/group_0664.py +22 -22
  1968. githubkit/versions/ghec_v2022_11_28/types/group_0665.py +75 -17
  1969. githubkit/versions/ghec_v2022_11_28/types/group_0666.py +9 -325
  1970. githubkit/versions/ghec_v2022_11_28/types/group_0667.py +20 -19
  1971. githubkit/versions/ghec_v2022_11_28/types/group_0668.py +63 -308
  1972. githubkit/versions/ghec_v2022_11_28/types/group_0669.py +29 -54
  1973. githubkit/versions/ghec_v2022_11_28/types/group_0670.py +10 -331
  1974. githubkit/versions/ghec_v2022_11_28/types/group_0671.py +10 -12
  1975. githubkit/versions/ghec_v2022_11_28/types/group_0672.py +48 -47
  1976. githubkit/versions/ghec_v2022_11_28/types/group_0673.py +12 -10
  1977. githubkit/versions/ghec_v2022_11_28/types/group_0674.py +54 -50
  1978. githubkit/versions/ghec_v2022_11_28/types/group_0675.py +40 -12
  1979. githubkit/versions/ghec_v2022_11_28/types/group_0676.py +46 -47
  1980. githubkit/versions/ghec_v2022_11_28/types/group_0677.py +12 -12
  1981. githubkit/versions/ghec_v2022_11_28/types/group_0678.py +294 -127
  1982. githubkit/versions/ghec_v2022_11_28/types/group_0679.py +17 -376
  1983. githubkit/versions/ghec_v2022_11_28/types/group_0680.py +47 -45
  1984. githubkit/versions/ghec_v2022_11_28/types/group_0681.py +12 -10
  1985. githubkit/versions/ghec_v2022_11_28/types/group_0682.py +347 -17
  1986. githubkit/versions/ghec_v2022_11_28/types/group_0683.py +19 -347
  1987. githubkit/versions/ghec_v2022_11_28/types/group_0684.py +180 -20
  1988. githubkit/versions/ghec_v2022_11_28/types/group_0685.py +321 -128
  1989. githubkit/versions/ghec_v2022_11_28/types/group_0686.py +43 -71
  1990. githubkit/versions/ghec_v2022_11_28/types/group_0687.py +11 -13
  1991. githubkit/versions/ghec_v2022_11_28/types/group_0688.py +11 -13
  1992. githubkit/versions/ghec_v2022_11_28/types/group_0689.py +347 -19
  1993. githubkit/versions/ghec_v2022_11_28/types/group_0690.py +12 -10
  1994. githubkit/versions/ghec_v2022_11_28/types/group_0691.py +129 -295
  1995. githubkit/versions/ghec_v2022_11_28/types/group_0692.py +375 -17
  1996. githubkit/versions/ghec_v2022_11_28/types/group_0693.py +10 -10
  1997. githubkit/versions/ghec_v2022_11_28/types/group_0694.py +14 -12
  1998. githubkit/versions/ghec_v2022_11_28/types/group_0695.py +12 -10
  1999. githubkit/versions/ghec_v2022_11_28/types/group_0696.py +10 -46
  2000. githubkit/versions/ghec_v2022_11_28/types/group_0697.py +349 -20
  2001. githubkit/versions/ghec_v2022_11_28/types/group_0698.py +12 -63
  2002. githubkit/versions/ghec_v2022_11_28/types/group_0699.py +13 -64
  2003. githubkit/versions/ghec_v2022_11_28/types/group_0700.py +13 -66
  2004. githubkit/versions/ghec_v2022_11_28/types/group_0701.py +11 -14
  2005. githubkit/versions/ghec_v2022_11_28/types/group_0702.py +34 -35
  2006. githubkit/versions/ghec_v2022_11_28/types/group_0703.py +15 -41
  2007. githubkit/versions/ghec_v2022_11_28/types/group_0704.py +62 -11
  2008. githubkit/versions/ghec_v2022_11_28/types/group_0705.py +62 -41
  2009. githubkit/versions/ghec_v2022_11_28/types/group_0706.py +62 -41
  2010. githubkit/versions/ghec_v2022_11_28/types/group_0707.py +15 -10
  2011. githubkit/versions/ghec_v2022_11_28/types/group_0708.py +51 -13
  2012. githubkit/versions/ghec_v2022_11_28/types/group_0709.py +31 -32
  2013. githubkit/versions/ghec_v2022_11_28/types/group_0710.py +11 -11
  2014. githubkit/versions/ghec_v2022_11_28/types/group_0711.py +47 -15
  2015. githubkit/versions/ghec_v2022_11_28/types/group_0712.py +47 -15
  2016. githubkit/versions/ghec_v2022_11_28/types/group_0713.py +11 -49
  2017. githubkit/versions/ghec_v2022_11_28/types/group_0714.py +12 -13
  2018. githubkit/versions/ghec_v2022_11_28/types/group_0715.py +43 -13
  2019. githubkit/versions/ghec_v2022_11_28/types/group_0716.py +13 -13
  2020. githubkit/versions/ghec_v2022_11_28/types/group_0717.py +12 -12
  2021. githubkit/versions/ghec_v2022_11_28/types/group_0718.py +12 -12
  2022. githubkit/versions/ghec_v2022_11_28/types/group_0719.py +42 -59
  2023. githubkit/versions/ghec_v2022_11_28/types/group_0720.py +12 -12
  2024. githubkit/versions/ghec_v2022_11_28/types/group_0721.py +11 -28
  2025. githubkit/versions/ghec_v2022_11_28/types/group_0722.py +18 -35
  2026. githubkit/versions/ghec_v2022_11_28/types/group_0723.py +11 -11
  2027. githubkit/versions/ghec_v2022_11_28/types/group_0724.py +17 -63
  2028. githubkit/versions/ghec_v2022_11_28/types/group_0725.py +40 -455
  2029. githubkit/versions/ghec_v2022_11_28/types/group_0726.py +12 -12
  2030. githubkit/versions/ghec_v2022_11_28/types/group_0727.py +35 -62
  2031. githubkit/versions/ghec_v2022_11_28/types/group_0728.py +26 -150
  2032. githubkit/versions/ghec_v2022_11_28/types/group_0729.py +12 -66
  2033. githubkit/versions/ghec_v2022_11_28/types/group_0730.py +63 -15
  2034. githubkit/versions/ghec_v2022_11_28/types/group_0731.py +486 -16
  2035. githubkit/versions/ghec_v2022_11_28/types/group_0732.py +13 -11
  2036. githubkit/versions/ghec_v2022_11_28/types/group_0733.py +61 -15
  2037. githubkit/versions/ghec_v2022_11_28/types/group_0734.py +159 -14
  2038. githubkit/versions/ghec_v2022_11_28/types/group_0735.py +62 -26
  2039. githubkit/versions/ghec_v2022_11_28/types/group_0736.py +16 -7
  2040. githubkit/versions/ghec_v2022_11_28/types/group_0737.py +11 -30
  2041. githubkit/versions/ghec_v2022_11_28/types/group_0738.py +10 -12
  2042. githubkit/versions/ghec_v2022_11_28/types/group_0739.py +12 -63
  2043. githubkit/versions/ghec_v2022_11_28/types/group_0740.py +10 -31
  2044. githubkit/versions/ghec_v2022_11_28/types/group_0741.py +23 -69
  2045. githubkit/versions/ghec_v2022_11_28/types/group_0742.py +7 -48
  2046. githubkit/versions/ghec_v2022_11_28/types/group_0743.py +34 -43
  2047. githubkit/versions/ghec_v2022_11_28/types/group_0744.py +10 -10
  2048. githubkit/versions/ghec_v2022_11_28/types/group_0745.py +62 -13
  2049. githubkit/versions/ghec_v2022_11_28/types/group_0746.py +29 -12
  2050. githubkit/versions/ghec_v2022_11_28/types/group_0747.py +74 -27
  2051. githubkit/versions/ghec_v2022_11_28/types/group_0748.py +47 -17
  2052. githubkit/versions/ghec_v2022_11_28/types/group_0749.py +47 -21
  2053. githubkit/versions/ghec_v2022_11_28/types/group_0750.py +12 -12
  2054. githubkit/versions/ghec_v2022_11_28/types/group_0751.py +10 -38
  2055. githubkit/versions/ghec_v2022_11_28/types/group_0752.py +13 -13
  2056. githubkit/versions/ghec_v2022_11_28/types/group_0753.py +31 -10
  2057. githubkit/versions/ghec_v2022_11_28/types/group_0754.py +13 -12
  2058. githubkit/versions/ghec_v2022_11_28/types/group_0755.py +13 -9
  2059. githubkit/versions/ghec_v2022_11_28/types/group_0756.py +14 -59
  2060. githubkit/versions/ghec_v2022_11_28/types/group_0757.py +42 -12
  2061. githubkit/versions/ghec_v2022_11_28/types/group_0758.py +14 -30
  2062. githubkit/versions/ghec_v2022_11_28/types/group_0759.py +8 -8
  2063. githubkit/versions/ghec_v2022_11_28/types/group_0760.py +11 -8
  2064. githubkit/versions/ghec_v2022_11_28/types/group_0761.py +9 -93
  2065. githubkit/versions/ghec_v2022_11_28/types/group_0762.py +46 -19
  2066. githubkit/versions/ghec_v2022_11_28/types/group_0763.py +8 -8
  2067. githubkit/versions/ghec_v2022_11_28/types/group_0764.py +29 -9
  2068. githubkit/versions/ghec_v2022_11_28/types/group_0765.py +7 -7
  2069. githubkit/versions/ghec_v2022_11_28/types/group_0766.py +7 -7
  2070. githubkit/versions/ghec_v2022_11_28/types/group_0767.py +72 -42
  2071. githubkit/versions/ghec_v2022_11_28/types/group_0768.py +32 -10
  2072. githubkit/versions/ghec_v2022_11_28/types/group_0769.py +12 -937
  2073. githubkit/versions/ghec_v2022_11_28/types/group_0770.py +10 -984
  2074. githubkit/versions/ghec_v2022_11_28/types/group_0771.py +10 -974
  2075. githubkit/versions/ghec_v2022_11_28/types/group_0772.py +9 -14
  2076. githubkit/versions/ghec_v2022_11_28/types/group_0773.py +64 -15
  2077. githubkit/versions/ghec_v2022_11_28/types/group_0774.py +9 -14
  2078. githubkit/versions/ghec_v2022_11_28/types/group_0775.py +165 -176
  2079. githubkit/versions/ghec_v2022_11_28/types/group_0776.py +959 -41
  2080. githubkit/versions/ghec_v2022_11_28/types/group_0777.py +174 -134
  2081. githubkit/versions/ghec_v2022_11_28/types/group_0778.py +11 -928
  2082. githubkit/versions/ghec_v2022_11_28/types/group_0779.py +11 -920
  2083. githubkit/versions/ghec_v2022_11_28/types/group_0780.py +9 -9
  2084. githubkit/versions/ghec_v2022_11_28/types/group_0781.py +944 -11
  2085. githubkit/versions/ghec_v2022_11_28/types/group_0782.py +61 -10
  2086. githubkit/versions/ghec_v2022_11_28/types/group_0783.py +930 -11
  2087. githubkit/versions/ghec_v2022_11_28/types/group_0784.py +175 -325
  2088. githubkit/versions/ghec_v2022_11_28/types/group_0785.py +183 -217
  2089. githubkit/versions/ghec_v2022_11_28/types/group_0786.py +14 -960
  2090. githubkit/versions/ghec_v2022_11_28/types/group_0787.py +12 -1008
  2091. githubkit/versions/ghec_v2022_11_28/types/group_0788.py +12 -902
  2092. githubkit/versions/ghec_v2022_11_28/types/group_0789.py +11 -1051
  2093. githubkit/versions/ghec_v2022_11_28/types/group_0790.py +294 -283
  2094. githubkit/versions/ghec_v2022_11_28/types/group_0791.py +177 -254
  2095. githubkit/versions/ghec_v2022_11_28/types/group_0792.py +170 -257
  2096. githubkit/versions/ghec_v2022_11_28/types/group_0793.py +206 -124
  2097. githubkit/versions/ghec_v2022_11_28/types/group_0794.py +145 -329
  2098. githubkit/versions/ghec_v2022_11_28/types/group_0795.py +260 -304
  2099. githubkit/versions/ghec_v2022_11_28/types/group_0796.py +263 -142
  2100. githubkit/versions/ghec_v2022_11_28/types/group_0797.py +250 -159
  2101. githubkit/versions/ghec_v2022_11_28/types/group_0798.py +273 -165
  2102. githubkit/versions/ghec_v2022_11_28/types/group_0799.py +179 -184
  2103. githubkit/versions/ghec_v2022_11_28/types/group_0800.py +916 -111
  2104. githubkit/versions/ghec_v2022_11_28/types/group_0801.py +1098 -13
  2105. githubkit/versions/ghec_v2022_11_28/types/group_0802.py +932 -40
  2106. githubkit/versions/ghec_v2022_11_28/types/group_0803.py +819 -381
  2107. githubkit/versions/ghec_v2022_11_28/types/group_0804.py +938 -12
  2108. githubkit/versions/ghec_v2022_11_28/types/group_0805.py +919 -37
  2109. githubkit/versions/ghec_v2022_11_28/types/group_0806.py +263 -138
  2110. githubkit/versions/ghec_v2022_11_28/types/group_0807.py +11 -11
  2111. githubkit/versions/ghec_v2022_11_28/types/group_0808.py +61 -17
  2112. githubkit/versions/ghec_v2022_11_28/types/group_0809.py +493 -42
  2113. githubkit/versions/ghec_v2022_11_28/types/group_0810.py +13 -141
  2114. githubkit/versions/ghec_v2022_11_28/types/group_0811.py +55 -17
  2115. githubkit/versions/ghec_v2022_11_28/types/group_0812.py +163 -18
  2116. githubkit/versions/ghec_v2022_11_28/types/group_0813.py +11 -11
  2117. githubkit/versions/ghec_v2022_11_28/types/group_0814.py +11 -11
  2118. githubkit/versions/ghec_v2022_11_28/types/group_0815.py +51 -10
  2119. githubkit/versions/ghec_v2022_11_28/types/group_0816.py +140 -10
  2120. githubkit/versions/ghec_v2022_11_28/types/group_0817.py +11 -9
  2121. githubkit/versions/ghec_v2022_11_28/types/group_0818.py +11 -9
  2122. githubkit/versions/ghec_v2022_11_28/types/group_0819.py +14 -25
  2123. githubkit/versions/ghec_v2022_11_28/types/group_0820.py +12 -51
  2124. githubkit/versions/ghec_v2022_11_28/types/group_0821.py +11 -9
  2125. githubkit/versions/ghec_v2022_11_28/types/group_0822.py +8 -8
  2126. githubkit/versions/ghec_v2022_11_28/types/group_0823.py +8 -8
  2127. githubkit/versions/ghec_v2022_11_28/types/group_0824.py +8 -32
  2128. githubkit/versions/ghec_v2022_11_28/types/group_0825.py +25 -14
  2129. githubkit/versions/ghec_v2022_11_28/types/group_0826.py +51 -12
  2130. githubkit/versions/ghec_v2022_11_28/types/group_0827.py +9 -13
  2131. githubkit/versions/ghec_v2022_11_28/types/group_0828.py +15 -27
  2132. githubkit/versions/ghec_v2022_11_28/types/group_0829.py +15 -14
  2133. githubkit/versions/ghec_v2022_11_28/types/group_0830.py +28 -67
  2134. githubkit/versions/ghec_v2022_11_28/types/group_0831.py +17 -87
  2135. githubkit/versions/ghec_v2022_11_28/types/group_0832.py +17 -107
  2136. githubkit/versions/ghec_v2022_11_28/types/group_0833.py +14 -90
  2137. githubkit/versions/ghec_v2022_11_28/types/group_0834.py +27 -15
  2138. githubkit/versions/ghec_v2022_11_28/types/group_0835.py +14 -17
  2139. githubkit/versions/ghec_v2022_11_28/types/group_0836.py +71 -69
  2140. githubkit/versions/ghec_v2022_11_28/types/group_0837.py +87 -17
  2141. githubkit/versions/ghec_v2022_11_28/types/group_0838.py +100 -69
  2142. githubkit/versions/ghec_v2022_11_28/types/group_0839.py +90 -12
  2143. githubkit/versions/ghec_v2022_11_28/types/group_0840.py +9 -11
  2144. githubkit/versions/ghec_v2022_11_28/types/group_0841.py +19 -5
  2145. githubkit/versions/ghec_v2022_11_28/types/group_0842.py +71 -12
  2146. githubkit/versions/ghec_v2022_11_28/types/group_0843.py +11 -11
  2147. githubkit/versions/ghec_v2022_11_28/types/group_0844.py +71 -12
  2148. githubkit/versions/ghec_v2022_11_28/types/group_0845.py +9 -9
  2149. githubkit/versions/ghec_v2022_11_28/types/group_0846.py +17 -25
  2150. githubkit/versions/ghec_v2022_11_28/types/group_0847.py +5 -19
  2151. githubkit/versions/ghec_v2022_11_28/types/group_0848.py +11 -11
  2152. githubkit/versions/ghec_v2022_11_28/types/group_0849.py +11 -11
  2153. githubkit/versions/ghec_v2022_11_28/types/group_0850.py +17 -103
  2154. githubkit/versions/ghec_v2022_11_28/types/group_0851.py +12 -10
  2155. githubkit/versions/ghec_v2022_11_28/types/group_0852.py +30 -10
  2156. githubkit/versions/ghec_v2022_11_28/types/group_0853.py +17 -6
  2157. githubkit/versions/ghec_v2022_11_28/types/group_0854.py +11 -11
  2158. githubkit/versions/ghec_v2022_11_28/types/group_0855.py +11 -11
  2159. githubkit/versions/ghec_v2022_11_28/types/group_0856.py +95 -26
  2160. githubkit/versions/ghec_v2022_11_28/types/group_0857.py +11 -14
  2161. githubkit/versions/ghec_v2022_11_28/types/group_0858.py +5 -20
  2162. githubkit/versions/ghec_v2022_11_28/types/group_0859.py +6 -19
  2163. githubkit/versions/ghec_v2022_11_28/types/group_0860.py +12 -11
  2164. githubkit/versions/ghec_v2022_11_28/types/group_0861.py +11 -10
  2165. githubkit/versions/ghec_v2022_11_28/types/group_0862.py +26 -184
  2166. githubkit/versions/ghec_v2022_11_28/types/group_0863.py +18 -11
  2167. githubkit/versions/ghec_v2022_11_28/types/group_0864.py +21 -6
  2168. githubkit/versions/ghec_v2022_11_28/types/group_0865.py +19 -11
  2169. githubkit/versions/ghec_v2022_11_28/types/group_0866.py +17 -6
  2170. githubkit/versions/ghec_v2022_11_28/types/group_0867.py +15 -19
  2171. githubkit/versions/ghec_v2022_11_28/types/group_0868.py +192 -20
  2172. githubkit/versions/ghec_v2022_11_28/types/group_0869.py +11 -20
  2173. githubkit/versions/ghec_v2022_11_28/types/group_0870.py +6 -21
  2174. githubkit/versions/ghec_v2022_11_28/types/group_0871.py +11 -15
  2175. githubkit/versions/ghec_v2022_11_28/types/group_0872.py +6 -185
  2176. githubkit/versions/ghec_v2022_11_28/types/group_0873.py +22 -182
  2177. githubkit/versions/ghec_v2022_11_28/types/group_0874.py +21 -181
  2178. githubkit/versions/ghec_v2022_11_28/types/group_0875.py +22 -250
  2179. githubkit/versions/ghec_v2022_11_28/types/group_0876.py +22 -186
  2180. githubkit/versions/ghec_v2022_11_28/types/group_0877.py +9 -9
  2181. githubkit/versions/ghec_v2022_11_28/types/group_0878.py +176 -17
  2182. githubkit/versions/ghec_v2022_11_28/types/group_0879.py +165 -54
  2183. githubkit/versions/ghec_v2022_11_28/types/group_0880.py +168 -43
  2184. githubkit/versions/ghec_v2022_11_28/types/group_0881.py +244 -43
  2185. githubkit/versions/ghec_v2022_11_28/types/group_0882.py +170 -47
  2186. githubkit/versions/ghec_v2022_11_28/types/group_0883.py +22 -51
  2187. githubkit/versions/ghec_v2022_11_28/types/group_0884.py +28 -43
  2188. githubkit/versions/ghec_v2022_11_28/types/group_0885.py +35 -28
  2189. githubkit/versions/ghec_v2022_11_28/types/group_0886.py +25 -32
  2190. githubkit/versions/ghec_v2022_11_28/types/group_0887.py +37 -406
  2191. githubkit/versions/ghec_v2022_11_28/types/group_0888.py +37 -390
  2192. githubkit/versions/ghec_v2022_11_28/types/group_0889.py +31 -403
  2193. githubkit/versions/ghec_v2022_11_28/types/group_0890.py +42 -27
  2194. githubkit/versions/ghec_v2022_11_28/types/group_0891.py +64 -9
  2195. githubkit/versions/ghec_v2022_11_28/types/group_0892.py +63 -8
  2196. githubkit/versions/ghec_v2022_11_28/types/group_0893.py +419 -4
  2197. githubkit/versions/ghec_v2022_11_28/types/group_0894.py +414 -7
  2198. githubkit/versions/ghec_v2022_11_28/types/group_0895.py +418 -5
  2199. githubkit/versions/ghec_v2022_11_28/types/group_0896.py +32 -10
  2200. githubkit/versions/ghec_v2022_11_28/types/group_0897.py +8 -4
  2201. githubkit/versions/ghec_v2022_11_28/types/group_0898.py +9 -5
  2202. githubkit/versions/ghec_v2022_11_28/types/group_0899.py +4 -13
  2203. githubkit/versions/ghec_v2022_11_28/types/group_0900.py +9 -5
  2204. githubkit/versions/ghec_v2022_11_28/types/group_0901.py +7 -6
  2205. githubkit/versions/ghec_v2022_11_28/types/group_0902.py +4 -7
  2206. githubkit/versions/ghec_v2022_11_28/types/group_0903.py +5 -25
  2207. githubkit/versions/ghec_v2022_11_28/types/group_0904.py +4 -11
  2208. githubkit/versions/ghec_v2022_11_28/types/group_0905.py +11 -9
  2209. githubkit/versions/ghec_v2022_11_28/types/group_0906.py +4 -9
  2210. githubkit/versions/ghec_v2022_11_28/types/group_0907.py +6 -8
  2211. githubkit/versions/ghec_v2022_11_28/types/group_0908.py +8 -8
  2212. githubkit/versions/ghec_v2022_11_28/types/group_0909.py +23 -5
  2213. githubkit/versions/ghec_v2022_11_28/types/group_0910.py +10 -6
  2214. githubkit/versions/ghec_v2022_11_28/types/group_0911.py +9 -4
  2215. githubkit/versions/ghec_v2022_11_28/types/group_0912.py +9 -25
  2216. githubkit/versions/ghec_v2022_11_28/types/group_0913.py +6 -13
  2217. githubkit/versions/ghec_v2022_11_28/types/group_0914.py +6 -9
  2218. githubkit/versions/ghec_v2022_11_28/types/group_0915.py +7 -12
  2219. githubkit/versions/ghec_v2022_11_28/types/group_0916.py +7 -8
  2220. githubkit/versions/ghec_v2022_11_28/types/group_0917.py +4 -11
  2221. githubkit/versions/ghec_v2022_11_28/types/group_0918.py +26 -7
  2222. githubkit/versions/ghec_v2022_11_28/types/group_0919.py +12 -7
  2223. githubkit/versions/ghec_v2022_11_28/types/group_0920.py +10 -7
  2224. githubkit/versions/ghec_v2022_11_28/types/group_0921.py +8 -6
  2225. githubkit/versions/ghec_v2022_11_28/types/group_0922.py +8 -7
  2226. githubkit/versions/ghec_v2022_11_28/types/group_0923.py +11 -4
  2227. githubkit/versions/ghec_v2022_11_28/types/group_0924.py +6 -4
  2228. githubkit/versions/ghec_v2022_11_28/types/group_0925.py +7 -7
  2229. githubkit/versions/ghec_v2022_11_28/types/group_0926.py +13 -40
  2230. githubkit/versions/ghec_v2022_11_28/types/group_0927.py +13 -38
  2231. githubkit/versions/ghec_v2022_11_28/types/group_0928.py +8 -5
  2232. githubkit/versions/ghec_v2022_11_28/types/group_0929.py +5 -7
  2233. githubkit/versions/ghec_v2022_11_28/types/group_0930.py +5 -63
  2234. githubkit/versions/ghec_v2022_11_28/types/group_0931.py +7 -64
  2235. githubkit/versions/ghec_v2022_11_28/types/group_0932.py +7 -9
  2236. githubkit/versions/ghec_v2022_11_28/types/group_0933.py +7 -6
  2237. githubkit/versions/ghec_v2022_11_28/types/group_0934.py +6 -12
  2238. githubkit/versions/ghec_v2022_11_28/types/group_0935.py +11 -14
  2239. githubkit/versions/ghec_v2022_11_28/types/group_0936.py +40 -13
  2240. githubkit/versions/ghec_v2022_11_28/types/group_0937.py +40 -13
  2241. githubkit/versions/ghec_v2022_11_28/types/group_0938.py +5 -8
  2242. githubkit/versions/ghec_v2022_11_28/types/group_0939.py +6 -7
  2243. githubkit/versions/ghec_v2022_11_28/types/group_0940.py +58 -7
  2244. githubkit/versions/ghec_v2022_11_28/types/group_0941.py +64 -6
  2245. githubkit/versions/ghec_v2022_11_28/types/group_0942.py +10 -73
  2246. githubkit/versions/ghec_v2022_11_28/types/group_0943.py +10 -71
  2247. githubkit/versions/ghec_v2022_11_28/types/group_0944.py +12 -4
  2248. githubkit/versions/ghec_v2022_11_28/types/group_0945.py +13 -10
  2249. githubkit/versions/ghec_v2022_11_28/types/group_0946.py +7 -8
  2250. githubkit/versions/ghec_v2022_11_28/types/group_0947.py +7 -10
  2251. githubkit/versions/ghec_v2022_11_28/types/group_0948.py +7 -20
  2252. githubkit/versions/ghec_v2022_11_28/types/group_0949.py +7 -18
  2253. githubkit/versions/ghec_v2022_11_28/types/group_0950.py +10 -25
  2254. githubkit/versions/ghec_v2022_11_28/types/group_0951.py +6 -4
  2255. githubkit/versions/ghec_v2022_11_28/types/group_0952.py +73 -5
  2256. githubkit/versions/ghec_v2022_11_28/types/group_0953.py +74 -4
  2257. githubkit/versions/ghec_v2022_11_28/types/group_0954.py +5 -9
  2258. githubkit/versions/ghec_v2022_11_28/types/group_0955.py +22 -7
  2259. githubkit/versions/ghec_v2022_11_28/types/group_0956.py +7 -7
  2260. githubkit/versions/ghec_v2022_11_28/types/group_0957.py +10 -4
  2261. githubkit/versions/ghec_v2022_11_28/types/group_0958.py +10 -4
  2262. githubkit/versions/ghec_v2022_11_28/types/group_0959.py +10 -7
  2263. githubkit/versions/ghec_v2022_11_28/types/group_0960.py +9 -8
  2264. githubkit/versions/ghec_v2022_11_28/types/group_0961.py +21 -6
  2265. githubkit/versions/ghec_v2022_11_28/types/group_0962.py +21 -42
  2266. githubkit/versions/ghec_v2022_11_28/types/group_0963.py +21 -14
  2267. githubkit/versions/ghec_v2022_11_28/types/group_0964.py +4 -7
  2268. githubkit/versions/ghec_v2022_11_28/types/group_0965.py +5 -25
  2269. githubkit/versions/ghec_v2022_11_28/types/group_0966.py +3 -8
  2270. githubkit/versions/ghec_v2022_11_28/types/group_0967.py +7 -6
  2271. githubkit/versions/ghec_v2022_11_28/types/group_0968.py +8 -8
  2272. githubkit/versions/ghec_v2022_11_28/types/group_0969.py +7 -6
  2273. githubkit/versions/ghec_v2022_11_28/types/group_0970.py +4 -7
  2274. githubkit/versions/ghec_v2022_11_28/types/group_0971.py +4 -6
  2275. githubkit/versions/ghec_v2022_11_28/types/group_0972.py +7 -7
  2276. githubkit/versions/ghec_v2022_11_28/types/group_0973.py +10 -5
  2277. githubkit/versions/ghec_v2022_11_28/types/group_0974.py +6 -28
  2278. githubkit/versions/ghec_v2022_11_28/types/group_0975.py +41 -14
  2279. githubkit/versions/ghec_v2022_11_28/types/group_0976.py +20 -11
  2280. githubkit/versions/ghec_v2022_11_28/types/group_0977.py +4 -4
  2281. githubkit/versions/ghec_v2022_11_28/types/group_0978.py +24 -7
  2282. githubkit/versions/ghec_v2022_11_28/types/group_0979.py +7 -4
  2283. githubkit/versions/ghec_v2022_11_28/types/group_0980.py +6 -6
  2284. githubkit/versions/ghec_v2022_11_28/types/group_0981.py +7 -4
  2285. githubkit/versions/ghec_v2022_11_28/types/group_0982.py +4 -6
  2286. githubkit/versions/ghec_v2022_11_28/types/group_0983.py +7 -7
  2287. githubkit/versions/ghec_v2022_11_28/types/group_0984.py +7 -5
  2288. githubkit/versions/ghec_v2022_11_28/types/group_0985.py +7 -4
  2289. githubkit/versions/ghec_v2022_11_28/types/group_0986.py +5 -24
  2290. githubkit/versions/ghec_v2022_11_28/types/group_0987.py +27 -8
  2291. githubkit/versions/ghec_v2022_11_28/types/group_0988.py +13 -8
  2292. githubkit/versions/ghec_v2022_11_28/types/group_0989.py +11 -5
  2293. githubkit/versions/ghec_v2022_11_28/types/group_0990.py +7 -24
  2294. githubkit/versions/ghec_v2022_11_28/types/group_0991.py +8 -9
  2295. githubkit/versions/ghec_v2022_11_28/types/group_0992.py +5 -9
  2296. githubkit/versions/ghec_v2022_11_28/types/group_0993.py +6 -6
  2297. githubkit/versions/ghec_v2022_11_28/types/group_0994.py +4 -4
  2298. githubkit/versions/ghec_v2022_11_28/types/group_0995.py +8 -6
  2299. githubkit/versions/ghec_v2022_11_28/types/group_0996.py +8 -34
  2300. githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -62
  2301. githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -24
  2302. githubkit/versions/ghec_v2022_11_28/types/group_0999.py +22 -11
  2303. githubkit/versions/ghec_v2022_11_28/types/group_1000.py +8 -97
  2304. githubkit/versions/ghec_v2022_11_28/types/group_1001.py +8 -5
  2305. githubkit/versions/ghec_v2022_11_28/types/group_1002.py +5 -98
  2306. githubkit/versions/ghec_v2022_11_28/types/group_1003.py +23 -7
  2307. githubkit/versions/ghec_v2022_11_28/types/group_1004.py +7 -6
  2308. githubkit/versions/ghec_v2022_11_28/types/group_1005.py +7 -13
  2309. githubkit/versions/ghec_v2022_11_28/types/group_1006.py +5 -5
  2310. githubkit/versions/ghec_v2022_11_28/types/group_1007.py +5 -12
  2311. githubkit/versions/ghec_v2022_11_28/types/group_1008.py +6 -5
  2312. githubkit/versions/ghec_v2022_11_28/types/group_1009.py +34 -5
  2313. githubkit/versions/ghec_v2022_11_28/types/group_1010.py +5 -24
  2314. githubkit/versions/ghec_v2022_11_28/types/group_1011.py +5 -9
  2315. githubkit/versions/ghec_v2022_11_28/types/group_1012.py +61 -7
  2316. githubkit/versions/ghec_v2022_11_28/types/group_1013.py +24 -5
  2317. githubkit/versions/ghec_v2022_11_28/types/group_1014.py +12 -7
  2318. githubkit/versions/ghec_v2022_11_28/types/group_1015.py +98 -5
  2319. githubkit/versions/ghec_v2022_11_28/types/group_1016.py +5 -8
  2320. githubkit/versions/ghec_v2022_11_28/types/group_1017.py +98 -5
  2321. githubkit/versions/ghec_v2022_11_28/types/group_1018.py +9 -9
  2322. githubkit/versions/ghec_v2022_11_28/types/group_1019.py +8 -5
  2323. githubkit/versions/ghec_v2022_11_28/types/group_1020.py +14 -7
  2324. githubkit/versions/ghec_v2022_11_28/types/group_1021.py +7 -4
  2325. githubkit/versions/ghec_v2022_11_28/types/group_1022.py +12 -8
  2326. githubkit/versions/ghec_v2022_11_28/types/group_1023.py +5 -8
  2327. githubkit/versions/ghec_v2022_11_28/types/group_1024.py +5 -24
  2328. githubkit/versions/ghec_v2022_11_28/types/group_1025.py +21 -6
  2329. githubkit/versions/ghec_v2022_11_28/types/group_1026.py +9 -8
  2330. githubkit/versions/ghec_v2022_11_28/types/group_1027.py +7 -4
  2331. githubkit/versions/ghec_v2022_11_28/types/group_1028.py +5 -26
  2332. githubkit/versions/ghec_v2022_11_28/types/group_1029.py +6 -22
  2333. githubkit/versions/ghec_v2022_11_28/types/group_1030.py +5 -9
  2334. githubkit/versions/ghec_v2022_11_28/types/group_1031.py +6 -6
  2335. githubkit/versions/ghec_v2022_11_28/types/group_1032.py +5 -3
  2336. githubkit/versions/ghec_v2022_11_28/types/group_1033.py +9 -9
  2337. githubkit/versions/ghec_v2022_11_28/types/group_1034.py +4 -7
  2338. githubkit/versions/ghec_v2022_11_28/types/group_1035.py +8 -6
  2339. githubkit/versions/ghec_v2022_11_28/types/group_1036.py +5 -14
  2340. githubkit/versions/ghec_v2022_11_28/types/group_1037.py +8 -5
  2341. githubkit/versions/ghec_v2022_11_28/types/group_1038.py +9 -4
  2342. githubkit/versions/ghec_v2022_11_28/types/group_1039.py +23 -5
  2343. githubkit/versions/ghec_v2022_11_28/types/group_1040.py +8 -7
  2344. githubkit/versions/ghec_v2022_11_28/types/group_1041.py +8 -7
  2345. githubkit/versions/ghec_v2022_11_28/types/group_1042.py +4 -6
  2346. githubkit/versions/ghec_v2022_11_28/types/group_1043.py +26 -6
  2347. githubkit/versions/ghec_v2022_11_28/types/group_1044.py +16 -17
  2348. githubkit/versions/ghec_v2022_11_28/types/group_1045.py +8 -10
  2349. githubkit/versions/ghec_v2022_11_28/types/group_1046.py +7 -5
  2350. githubkit/versions/ghec_v2022_11_28/types/group_1047.py +4 -14
  2351. githubkit/versions/ghec_v2022_11_28/types/group_1048.py +8 -5
  2352. githubkit/versions/ghec_v2022_11_28/types/group_1049.py +6 -5
  2353. githubkit/versions/ghec_v2022_11_28/types/group_1050.py +6 -8
  2354. githubkit/versions/ghec_v2022_11_28/types/group_1051.py +17 -46
  2355. githubkit/versions/ghec_v2022_11_28/types/group_1052.py +4 -70
  2356. githubkit/versions/ghec_v2022_11_28/types/group_1053.py +4 -72
  2357. githubkit/versions/ghec_v2022_11_28/types/group_1054.py +6 -8
  2358. githubkit/versions/ghec_v2022_11_28/types/group_1055.py +7 -7
  2359. githubkit/versions/ghec_v2022_11_28/types/group_1056.py +6 -9
  2360. githubkit/versions/ghec_v2022_11_28/types/group_1057.py +6 -14
  2361. githubkit/versions/ghec_v2022_11_28/types/group_1058.py +6 -13
  2362. githubkit/versions/ghec_v2022_11_28/types/group_1059.py +24 -6
  2363. githubkit/versions/ghec_v2022_11_28/types/group_1060.py +11 -5
  2364. githubkit/versions/ghec_v2022_11_28/types/group_1061.py +5 -4
  2365. githubkit/versions/ghec_v2022_11_28/types/group_1062.py +14 -9
  2366. githubkit/versions/ghec_v2022_11_28/types/group_1063.py +6 -14
  2367. githubkit/versions/ghec_v2022_11_28/types/group_1064.py +6 -7
  2368. githubkit/versions/ghec_v2022_11_28/types/group_1065.py +7 -4
  2369. githubkit/versions/ghec_v2022_11_28/types/group_1066.py +46 -9
  2370. githubkit/versions/ghec_v2022_11_28/types/group_1067.py +70 -5
  2371. githubkit/versions/ghec_v2022_11_28/types/group_1068.py +70 -5
  2372. githubkit/versions/ghec_v2022_11_28/types/group_1069.py +8 -5
  2373. githubkit/versions/ghec_v2022_11_28/types/group_1070.py +7 -17
  2374. githubkit/versions/ghec_v2022_11_28/types/group_1071.py +8 -4
  2375. githubkit/versions/ghec_v2022_11_28/types/group_1072.py +14 -6
  2376. githubkit/versions/ghec_v2022_11_28/types/group_1073.py +12 -6
  2377. githubkit/versions/ghec_v2022_11_28/types/group_1074.py +6 -5
  2378. githubkit/versions/ghec_v2022_11_28/types/group_1075.py +7 -4
  2379. githubkit/versions/ghec_v2022_11_28/types/group_1076.py +5 -21
  2380. githubkit/versions/ghec_v2022_11_28/types/group_1077.py +7 -18
  2381. githubkit/versions/ghec_v2022_11_28/types/group_1078.py +13 -4
  2382. githubkit/versions/ghec_v2022_11_28/types/group_1079.py +7 -5
  2383. githubkit/versions/ghec_v2022_11_28/types/group_1080.py +4 -5
  2384. githubkit/versions/ghec_v2022_11_28/types/group_1081.py +5 -19
  2385. githubkit/versions/ghec_v2022_11_28/types/group_1082.py +6 -5
  2386. githubkit/versions/ghec_v2022_11_28/types/group_1083.py +7 -4
  2387. githubkit/versions/ghec_v2022_11_28/types/group_1084.py +4 -6
  2388. githubkit/versions/ghec_v2022_11_28/types/group_1085.py +17 -9
  2389. githubkit/versions/ghec_v2022_11_28/types/group_1086.py +5 -6
  2390. githubkit/versions/ghec_v2022_11_28/types/group_1087.py +6 -5
  2391. githubkit/versions/ghec_v2022_11_28/types/group_1088.py +7 -5
  2392. githubkit/versions/ghec_v2022_11_28/types/group_1089.py +5 -5
  2393. githubkit/versions/ghec_v2022_11_28/types/group_1090.py +4 -178
  2394. githubkit/versions/ghec_v2022_11_28/types/group_1091.py +20 -7
  2395. githubkit/versions/ghec_v2022_11_28/types/group_1092.py +19 -4
  2396. githubkit/versions/ghec_v2022_11_28/types/group_1093.py +5 -9
  2397. githubkit/versions/ghec_v2022_11_28/types/group_1094.py +5 -7
  2398. githubkit/versions/ghec_v2022_11_28/types/group_1095.py +5 -7
  2399. githubkit/versions/ghec_v2022_11_28/types/group_1096.py +19 -6
  2400. githubkit/versions/ghec_v2022_11_28/types/group_1097.py +4 -7
  2401. githubkit/versions/ghec_v2022_11_28/types/group_1098.py +4 -9
  2402. githubkit/versions/ghec_v2022_11_28/types/group_1099.py +7 -5
  2403. githubkit/versions/ghec_v2022_11_28/types/group_1100.py +10 -5
  2404. githubkit/versions/ghec_v2022_11_28/types/group_1101.py +7 -8
  2405. githubkit/versions/ghec_v2022_11_28/types/group_1102.py +6 -8
  2406. githubkit/versions/ghec_v2022_11_28/types/group_1103.py +4 -9
  2407. githubkit/versions/ghec_v2022_11_28/types/group_1104.py +6 -8
  2408. githubkit/versions/ghec_v2022_11_28/types/group_1105.py +177 -8
  2409. githubkit/versions/ghec_v2022_11_28/types/group_1106.py +8 -5
  2410. githubkit/versions/ghec_v2022_11_28/types/group_1107.py +3 -3
  2411. githubkit/versions/ghec_v2022_11_28/types/group_1108.py +8 -7
  2412. githubkit/versions/ghec_v2022_11_28/types/group_1109.py +7 -5
  2413. githubkit/versions/ghec_v2022_11_28/types/group_1110.py +4 -4
  2414. githubkit/versions/ghec_v2022_11_28/types/group_1111.py +7 -6
  2415. githubkit/versions/ghec_v2022_11_28/types/group_1112.py +8 -6
  2416. githubkit/versions/ghec_v2022_11_28/types/group_1113.py +7 -31
  2417. githubkit/versions/ghec_v2022_11_28/types/group_1114.py +5 -23
  2418. githubkit/versions/ghec_v2022_11_28/types/group_1115.py +4 -7
  2419. githubkit/versions/ghec_v2022_11_28/types/group_1116.py +7 -42
  2420. githubkit/versions/ghec_v2022_11_28/types/group_1117.py +8 -5
  2421. githubkit/versions/ghec_v2022_11_28/types/group_1118.py +7 -62
  2422. githubkit/versions/ghec_v2022_11_28/types/group_1119.py +8 -7
  2423. githubkit/versions/ghec_v2022_11_28/types/group_1120.py +8 -124
  2424. githubkit/versions/ghec_v2022_11_28/types/group_1121.py +4 -50
  2425. githubkit/versions/ghec_v2022_11_28/types/group_1122.py +7 -29
  2426. githubkit/versions/ghec_v2022_11_28/types/group_1123.py +6 -11
  2427. githubkit/versions/ghec_v2022_11_28/types/group_1124.py +5 -12
  2428. githubkit/versions/ghec_v2022_11_28/types/group_1125.py +6 -12
  2429. githubkit/versions/ghec_v2022_11_28/types/group_1126.py +5 -8
  2430. githubkit/versions/ghec_v2022_11_28/types/group_1127.py +6 -9
  2431. githubkit/versions/ghec_v2022_11_28/types/group_1128.py +31 -8
  2432. githubkit/versions/ghec_v2022_11_28/types/group_1129.py +22 -10
  2433. githubkit/versions/ghec_v2022_11_28/types/group_1130.py +6 -9
  2434. githubkit/versions/ghec_v2022_11_28/types/group_1131.py +39 -9
  2435. githubkit/versions/ghec_v2022_11_28/types/group_1132.py +5 -9
  2436. githubkit/versions/ghec_v2022_11_28/types/group_1133.py +63 -7
  2437. githubkit/versions/ghec_v2022_11_28/types/group_1134.py +7 -9
  2438. githubkit/versions/ghec_v2022_11_28/types/group_1135.py +124 -5
  2439. githubkit/versions/ghec_v2022_11_28/types/group_1136.py +47 -7
  2440. githubkit/versions/ghec_v2022_11_28/types/group_1137.py +22 -4
  2441. githubkit/versions/ghec_v2022_11_28/types/group_1138.py +9 -50
  2442. githubkit/versions/ghec_v2022_11_28/types/group_1139.py +15 -32
  2443. githubkit/versions/ghec_v2022_11_28/types/group_1140.py +16 -36
  2444. githubkit/versions/ghec_v2022_11_28/types/group_1141.py +7 -58
  2445. githubkit/versions/ghec_v2022_11_28/types/group_1142.py +14 -36
  2446. githubkit/versions/ghec_v2022_11_28/types/group_1143.py +14 -38
  2447. githubkit/versions/ghec_v2022_11_28/types/group_1144.py +10 -4
  2448. githubkit/versions/ghec_v2022_11_28/types/group_1145.py +9 -19
  2449. githubkit/versions/ghec_v2022_11_28/types/group_1146.py +11 -6
  2450. githubkit/versions/ghec_v2022_11_28/types/group_1147.py +9 -11
  2451. githubkit/versions/ghec_v2022_11_28/types/group_1148.py +9 -12
  2452. githubkit/versions/ghec_v2022_11_28/types/group_1149.py +9 -12
  2453. githubkit/versions/ghec_v2022_11_28/types/group_1150.py +5 -12
  2454. githubkit/versions/ghec_v2022_11_28/types/group_1151.py +11 -12
  2455. githubkit/versions/ghec_v2022_11_28/types/group_1152.py +9 -8
  2456. githubkit/versions/ghec_v2022_11_28/types/group_1153.py +55 -17
  2457. githubkit/versions/ghec_v2022_11_28/types/group_1154.py +28 -19
  2458. githubkit/versions/ghec_v2022_11_28/types/group_1155.py +39 -13
  2459. githubkit/versions/ghec_v2022_11_28/types/group_1156.py +53 -12
  2460. githubkit/versions/ghec_v2022_11_28/types/group_1157.py +32 -22
  2461. githubkit/versions/ghec_v2022_11_28/types/group_1158.py +36 -9
  2462. githubkit/versions/ghec_v2022_11_28/types/group_1159.py +5 -5
  2463. githubkit/versions/ghec_v2022_11_28/types/group_1160.py +21 -5
  2464. githubkit/versions/ghec_v2022_11_28/types/group_1161.py +7 -7
  2465. githubkit/versions/ghec_v2022_11_28/types/group_1162.py +10 -7
  2466. githubkit/versions/ghec_v2022_11_28/types/group_1163.py +12 -8
  2467. githubkit/versions/ghec_v2022_11_28/types/group_1164.py +11 -36
  2468. githubkit/versions/ghec_v2022_11_28/types/group_1165.py +11 -32
  2469. githubkit/versions/ghec_v2022_11_28/types/group_1166.py +11 -11
  2470. githubkit/versions/ghec_v2022_11_28/types/group_1167.py +6 -19
  2471. githubkit/versions/ghec_v2022_11_28/types/group_1168.py +15 -5
  2472. githubkit/versions/ghec_v2022_11_28/types/group_1169.py +21 -8
  2473. githubkit/versions/ghec_v2022_11_28/types/group_1170.py +7 -23
  2474. githubkit/versions/ghec_v2022_11_28/types/group_1171.py +18 -4
  2475. githubkit/versions/ghec_v2022_11_28/types/group_1172.py +21 -14
  2476. githubkit/versions/ghec_v2022_11_28/types/group_1173.py +6 -7
  2477. githubkit/versions/ghec_v2022_11_28/types/group_1174.py +4 -8
  2478. githubkit/versions/ghec_v2022_11_28/types/group_1175.py +5 -19
  2479. githubkit/versions/ghec_v2022_11_28/types/group_1176.py +7 -29
  2480. githubkit/versions/ghec_v2022_11_28/types/group_1177.py +7 -23
  2481. githubkit/versions/ghec_v2022_11_28/types/group_1178.py +8 -9
  2482. githubkit/versions/ghec_v2022_11_28/types/group_1179.py +32 -11
  2483. githubkit/versions/ghec_v2022_11_28/types/group_1180.py +32 -7
  2484. githubkit/versions/ghec_v2022_11_28/types/group_1181.py +12 -6
  2485. githubkit/versions/ghec_v2022_11_28/types/group_1182.py +19 -6
  2486. githubkit/versions/ghec_v2022_11_28/types/group_1183.py +6 -6
  2487. githubkit/versions/ghec_v2022_11_28/types/group_1184.py +8 -6
  2488. githubkit/versions/ghec_v2022_11_28/types/group_1185.py +24 -7
  2489. githubkit/versions/ghec_v2022_11_28/types/group_1186.py +4 -5
  2490. githubkit/versions/ghec_v2022_11_28/types/group_1187.py +13 -40
  2491. githubkit/versions/ghec_v2022_11_28/types/group_1188.py +6 -5
  2492. githubkit/versions/ghec_v2022_11_28/types/group_1189.py +7 -6
  2493. githubkit/versions/ghec_v2022_11_28/types/group_1190.py +6 -22
  2494. githubkit/versions/ghec_v2022_11_28/types/group_1191.py +14 -15
  2495. githubkit/versions/ghec_v2022_11_28/types/group_1192.py +23 -17
  2496. githubkit/versions/ghec_v2022_11_28/types/group_1193.py +22 -9
  2497. githubkit/versions/ghec_v2022_11_28/types/group_1194.py +8 -8
  2498. githubkit/versions/ghec_v2022_11_28/types/group_1195.py +15 -9
  2499. githubkit/versions/ghec_v2022_11_28/types/group_1196.py +8 -9
  2500. githubkit/versions/ghec_v2022_11_28/types/group_1197.py +6 -6
  2501. githubkit/versions/ghec_v2022_11_28/types/group_1198.py +7 -5
  2502. githubkit/versions/ghec_v2022_11_28/types/group_1199.py +6 -3
  2503. githubkit/versions/ghec_v2022_11_28/types/group_1200.py +5 -5
  2504. githubkit/versions/ghec_v2022_11_28/types/group_1201.py +5 -24
  2505. githubkit/versions/ghec_v2022_11_28/types/group_1202.py +6 -5
  2506. githubkit/versions/ghec_v2022_11_28/types/group_1203.py +41 -8
  2507. githubkit/versions/ghec_v2022_11_28/types/group_1204.py +11 -39
  2508. githubkit/versions/ghec_v2022_11_28/types/group_1205.py +5 -4
  2509. githubkit/versions/ghec_v2022_11_28/types/group_1206.py +24 -4
  2510. githubkit/versions/ghec_v2022_11_28/types/group_1207.py +20 -5
  2511. githubkit/versions/ghec_v2022_11_28/types/group_1208.py +23 -4
  2512. githubkit/versions/ghec_v2022_11_28/types/group_1209.py +9 -14
  2513. githubkit/versions/ghec_v2022_11_28/types/group_1210.py +9 -5
  2514. githubkit/versions/ghec_v2022_11_28/types/group_1211.py +9 -4
  2515. githubkit/versions/ghec_v2022_11_28/types/group_1212.py +8 -15
  2516. githubkit/versions/ghec_v2022_11_28/types/group_1213.py +6 -5
  2517. githubkit/versions/ghec_v2022_11_28/types/group_1214.py +5 -5
  2518. githubkit/versions/ghec_v2022_11_28/types/group_1215.py +3 -8
  2519. githubkit/versions/ghec_v2022_11_28/types/group_1216.py +6 -5
  2520. githubkit/versions/ghec_v2022_11_28/types/group_1217.py +25 -5
  2521. githubkit/versions/ghec_v2022_11_28/types/group_1218.py +5 -7
  2522. githubkit/versions/ghec_v2022_11_28/types/group_1219.py +8 -7
  2523. githubkit/versions/ghec_v2022_11_28/types/group_1220.py +36 -9
  2524. githubkit/versions/ghec_v2022_11_28/types/group_1221.py +4 -6
  2525. githubkit/versions/ghec_v2022_11_28/types/group_1222.py +5 -5
  2526. githubkit/versions/ghec_v2022_11_28/types/group_1223.py +5 -7
  2527. githubkit/versions/ghec_v2022_11_28/types/group_1224.py +4 -9
  2528. githubkit/versions/ghec_v2022_11_28/types/group_1225.py +15 -9
  2529. githubkit/versions/ghec_v2022_11_28/types/group_1226.py +5 -6
  2530. githubkit/versions/ghec_v2022_11_28/types/group_1227.py +4 -5
  2531. githubkit/versions/ghec_v2022_11_28/types/group_1228.py +15 -9
  2532. githubkit/versions/ghec_v2022_11_28/types/group_1229.py +5 -17
  2533. githubkit/versions/ghec_v2022_11_28/types/group_1230.py +5 -14
  2534. githubkit/versions/ghec_v2022_11_28/types/group_1231.py +7 -16
  2535. githubkit/versions/ghec_v2022_11_28/types/group_1232.py +5 -17
  2536. githubkit/versions/ghec_v2022_11_28/types/group_1233.py +5 -16
  2537. githubkit/versions/ghec_v2022_11_28/types/group_1234.py +6 -9
  2538. githubkit/versions/ghec_v2022_11_28/types/group_1235.py +6 -8
  2539. githubkit/versions/ghec_v2022_11_28/types/group_1236.py +6 -8
  2540. githubkit/versions/ghec_v2022_11_28/types/group_1237.py +6 -11
  2541. githubkit/versions/ghec_v2022_11_28/types/group_1238.py +4 -4
  2542. githubkit/versions/ghec_v2022_11_28/types/group_1239.py +6 -5
  2543. githubkit/versions/ghec_v2022_11_28/types/group_1240.py +10 -7
  2544. githubkit/versions/ghec_v2022_11_28/types/group_1241.py +8 -10
  2545. githubkit/versions/ghec_v2022_11_28/types/group_1242.py +6 -5
  2546. githubkit/versions/ghec_v2022_11_28/types/group_1243.py +6 -8
  2547. githubkit/versions/ghec_v2022_11_28/types/group_1244.py +9 -9
  2548. githubkit/versions/ghec_v2022_11_28/types/group_1245.py +16 -14
  2549. githubkit/versions/ghec_v2022_11_28/types/group_1246.py +14 -14
  2550. githubkit/versions/ghec_v2022_11_28/types/group_1247.py +17 -5
  2551. githubkit/versions/ghec_v2022_11_28/types/group_1248.py +16 -8
  2552. githubkit/versions/ghec_v2022_11_28/types/group_1249.py +16 -5
  2553. githubkit/versions/ghec_v2022_11_28/types/group_1250.py +9 -5
  2554. githubkit/versions/ghec_v2022_11_28/types/group_1251.py +8 -5
  2555. githubkit/versions/ghec_v2022_11_28/types/group_1252.py +8 -5
  2556. githubkit/versions/ghec_v2022_11_28/types/group_1253.py +11 -5
  2557. githubkit/versions/ghec_v2022_11_28/types/group_1254.py +5 -26
  2558. githubkit/versions/ghec_v2022_11_28/types/group_1255.py +6 -5
  2559. githubkit/versions/ghec_v2022_11_28/types/group_1256.py +7 -7
  2560. githubkit/versions/ghec_v2022_11_28/types/group_1257.py +10 -5
  2561. githubkit/versions/ghec_v2022_11_28/types/group_1258.py +5 -5
  2562. githubkit/versions/ghec_v2022_11_28/types/group_1259.py +8 -6
  2563. githubkit/versions/ghec_v2022_11_28/types/group_1260.py +7 -11
  2564. githubkit/versions/ghec_v2022_11_28/types/group_1261.py +14 -6
  2565. githubkit/versions/ghec_v2022_11_28/types/group_1262.py +14 -7
  2566. githubkit/versions/ghec_v2022_11_28/types/group_1263.py +5 -13
  2567. githubkit/versions/ghec_v2022_11_28/types/group_1264.py +8 -5
  2568. githubkit/versions/ghec_v2022_11_28/types/group_1265.py +5 -62
  2569. githubkit/versions/ghec_v2022_11_28/types/group_1266.py +5 -62
  2570. githubkit/versions/ghec_v2022_11_28/types/group_1267.py +5 -9
  2571. githubkit/versions/ghec_v2022_11_28/types/group_1268.py +6 -7
  2572. githubkit/versions/ghec_v2022_11_28/types/group_1269.py +5 -8
  2573. githubkit/versions/ghec_v2022_11_28/types/group_1270.py +25 -5
  2574. githubkit/versions/ghec_v2022_11_28/types/group_1271.py +4 -4
  2575. githubkit/versions/ghec_v2022_11_28/types/group_1272.py +7 -5
  2576. githubkit/versions/ghec_v2022_11_28/types/group_1273.py +6 -6
  2577. githubkit/versions/ghec_v2022_11_28/types/group_1274.py +4 -8
  2578. githubkit/versions/ghec_v2022_11_28/types/group_1275.py +5 -35
  2579. githubkit/versions/ghec_v2022_11_28/types/group_1276.py +13 -35
  2580. githubkit/versions/ghec_v2022_11_28/types/group_1277.py +6 -52
  2581. githubkit/versions/ghec_v2022_11_28/types/group_1278.py +7 -12
  2582. githubkit/versions/ghec_v2022_11_28/types/group_1279.py +12 -6
  2583. githubkit/versions/ghec_v2022_11_28/types/group_1280.py +6 -6
  2584. githubkit/versions/ghec_v2022_11_28/types/group_1281.py +63 -5
  2585. githubkit/versions/ghec_v2022_11_28/types/group_1282.py +63 -7
  2586. githubkit/versions/ghec_v2022_11_28/types/group_1283.py +9 -11
  2587. githubkit/versions/ghec_v2022_11_28/types/group_1284.py +5 -6
  2588. githubkit/versions/ghec_v2022_11_28/types/group_1285.py +8 -5
  2589. githubkit/versions/ghec_v2022_11_28/types/group_1286.py +5 -5
  2590. githubkit/versions/ghec_v2022_11_28/types/group_1287.py +5 -6
  2591. githubkit/versions/ghec_v2022_11_28/types/group_1288.py +5 -6
  2592. githubkit/versions/ghec_v2022_11_28/types/group_1289.py +6 -19
  2593. githubkit/versions/ghec_v2022_11_28/types/group_1290.py +8 -12
  2594. githubkit/versions/ghec_v2022_11_28/types/group_1291.py +35 -7
  2595. githubkit/versions/ghec_v2022_11_28/types/group_1292.py +34 -15
  2596. githubkit/versions/ghec_v2022_11_28/types/group_1293.py +45 -17
  2597. githubkit/versions/ghec_v2022_11_28/types/group_1294.py +12 -23
  2598. githubkit/versions/ghec_v2022_11_28/types/group_1295.py +6 -7
  2599. githubkit/versions/ghec_v2022_11_28/types/group_1296.py +6 -8
  2600. githubkit/versions/ghec_v2022_11_28/types/group_1297.py +4 -4
  2601. githubkit/versions/ghec_v2022_11_28/types/group_1298.py +7 -7
  2602. githubkit/versions/ghec_v2022_11_28/types/group_1299.py +11 -7
  2603. githubkit/versions/ghec_v2022_11_28/types/group_1300.py +8 -6
  2604. githubkit/versions/ghec_v2022_11_28/types/group_1301.py +5 -5
  2605. githubkit/versions/ghec_v2022_11_28/types/group_1302.py +6 -9
  2606. githubkit/versions/ghec_v2022_11_28/types/group_1303.py +6 -14
  2607. githubkit/versions/ghec_v2022_11_28/types/group_1304.py +5 -5
  2608. githubkit/versions/ghec_v2022_11_28/types/group_1305.py +19 -7
  2609. githubkit/versions/ghec_v2022_11_28/types/group_1306.py +12 -8
  2610. githubkit/versions/ghec_v2022_11_28/types/group_1307.py +8 -3
  2611. githubkit/versions/ghec_v2022_11_28/types/group_1308.py +16 -5
  2612. githubkit/versions/ghec_v2022_11_28/types/group_1309.py +24 -5
  2613. githubkit/versions/ghec_v2022_11_28/types/group_1310.py +23 -13
  2614. githubkit/versions/ghec_v2022_11_28/types/group_1311.py +6 -5
  2615. githubkit/versions/ghec_v2022_11_28/types/group_1312.py +13 -35
  2616. githubkit/versions/ghec_v2022_11_28/types/group_1313.py +4 -9
  2617. githubkit/versions/ghec_v2022_11_28/types/group_1314.py +7 -10
  2618. githubkit/versions/ghec_v2022_11_28/types/group_1315.py +8 -6
  2619. githubkit/versions/ghec_v2022_11_28/types/group_1316.py +6 -5
  2620. githubkit/versions/ghec_v2022_11_28/types/group_1317.py +5 -4
  2621. githubkit/versions/ghec_v2022_11_28/types/group_1318.py +7 -63
  2622. githubkit/versions/ghec_v2022_11_28/types/group_1319.py +30 -0
  2623. githubkit/versions/ghec_v2022_11_28/types/group_1320.py +22 -0
  2624. githubkit/versions/ghec_v2022_11_28/types/group_1321.py +24 -0
  2625. githubkit/versions/ghec_v2022_11_28/types/group_1322.py +25 -0
  2626. githubkit/versions/ghec_v2022_11_28/types/group_1323.py +19 -0
  2627. githubkit/versions/ghec_v2022_11_28/types/group_1324.py +22 -0
  2628. githubkit/versions/ghec_v2022_11_28/types/group_1325.py +22 -0
  2629. githubkit/versions/ghec_v2022_11_28/types/group_1326.py +30 -0
  2630. githubkit/versions/ghec_v2022_11_28/types/group_1327.py +23 -0
  2631. githubkit/versions/ghec_v2022_11_28/types/group_1328.py +46 -0
  2632. githubkit/versions/ghec_v2022_11_28/types/group_1329.py +26 -0
  2633. githubkit/versions/ghec_v2022_11_28/types/group_1330.py +26 -0
  2634. githubkit/versions/ghec_v2022_11_28/types/group_1331.py +22 -0
  2635. githubkit/versions/ghec_v2022_11_28/types/group_1332.py +22 -0
  2636. githubkit/versions/ghec_v2022_11_28/types/group_1333.py +52 -0
  2637. githubkit/versions/ghec_v2022_11_28/types/group_1334.py +21 -0
  2638. githubkit/versions/ghec_v2022_11_28/types/group_1335.py +21 -0
  2639. githubkit/versions/ghec_v2022_11_28/types/group_1336.py +81 -0
  2640. githubkit/versions/latest/models.py +28 -0
  2641. githubkit/versions/latest/types.py +28 -0
  2642. githubkit/versions/v2022_11_28/models/__init__.py +730 -700
  2643. githubkit/versions/v2022_11_28/models/group_0018.py +1 -0
  2644. githubkit/versions/v2022_11_28/models/group_0028.py +12 -0
  2645. githubkit/versions/v2022_11_28/models/group_0163.py +1 -1
  2646. githubkit/versions/v2022_11_28/models/group_0199.py +1 -0
  2647. githubkit/versions/v2022_11_28/models/group_0227.py +3 -1
  2648. githubkit/versions/v2022_11_28/models/group_0353.py +4 -0
  2649. githubkit/versions/v2022_11_28/models/group_0422.py +5 -0
  2650. githubkit/versions/v2022_11_28/models/group_0430.py +4 -1
  2651. githubkit/versions/v2022_11_28/models/group_0647.py +3 -3
  2652. githubkit/versions/v2022_11_28/models/group_0897.py +9 -74
  2653. githubkit/versions/v2022_11_28/models/group_0898.py +8 -53
  2654. githubkit/versions/v2022_11_28/models/group_0899.py +71 -40
  2655. githubkit/versions/v2022_11_28/models/group_0900.py +31 -155
  2656. githubkit/versions/v2022_11_28/models/group_0901.py +40 -7
  2657. githubkit/versions/v2022_11_28/models/group_0902.py +27 -30
  2658. githubkit/versions/v2022_11_28/models/group_0903.py +8 -13
  2659. githubkit/versions/v2022_11_28/models/group_0904.py +175 -8
  2660. githubkit/versions/v2022_11_28/models/group_0905.py +10 -14
  2661. githubkit/versions/v2022_11_28/models/group_0906.py +14 -8
  2662. githubkit/versions/v2022_11_28/models/group_0907.py +15 -15
  2663. githubkit/versions/v2022_11_28/models/group_0908.py +9 -9
  2664. githubkit/versions/v2022_11_28/models/group_0909.py +19 -6
  2665. githubkit/versions/v2022_11_28/models/group_0910.py +8 -37
  2666. githubkit/versions/v2022_11_28/models/group_0911.py +8 -23
  2667. githubkit/versions/v2022_11_28/models/group_0912.py +39 -10
  2668. githubkit/versions/v2022_11_28/models/group_0913.py +22 -6
  2669. githubkit/versions/v2022_11_28/models/group_0914.py +9 -9
  2670. githubkit/versions/v2022_11_28/models/group_0915.py +7 -8
  2671. githubkit/versions/v2022_11_28/models/group_0916.py +5 -5
  2672. githubkit/versions/v2022_11_28/models/group_0917.py +6 -7
  2673. githubkit/versions/v2022_11_28/models/group_0918.py +6 -6
  2674. githubkit/versions/v2022_11_28/models/group_0919.py +7 -6
  2675. githubkit/versions/v2022_11_28/models/group_0920.py +5 -5
  2676. githubkit/versions/v2022_11_28/models/group_0921.py +6 -6
  2677. githubkit/versions/v2022_11_28/models/group_0922.py +8 -30
  2678. githubkit/versions/v2022_11_28/models/group_0923.py +8 -23
  2679. githubkit/versions/v2022_11_28/models/group_0924.py +29 -7
  2680. githubkit/versions/v2022_11_28/models/group_0925.py +22 -6
  2681. githubkit/versions/v2022_11_28/models/group_0926.py +7 -43
  2682. githubkit/versions/v2022_11_28/models/group_0927.py +6 -42
  2683. githubkit/versions/v2022_11_28/models/group_0928.py +30 -6
  2684. githubkit/versions/v2022_11_28/models/group_0929.py +49 -14
  2685. githubkit/versions/v2022_11_28/models/group_0930.py +23 -4
  2686. githubkit/versions/v2022_11_28/models/group_0931.py +14 -32
  2687. githubkit/versions/v2022_11_28/models/group_0932.py +4 -11
  2688. githubkit/versions/v2022_11_28/models/group_0933.py +20 -6
  2689. githubkit/versions/v2022_11_28/models/group_0934.py +14 -49
  2690. githubkit/versions/v2022_11_28/models/group_0935.py +8 -7
  2691. githubkit/versions/v2022_11_28/models/group_0936.py +50 -8
  2692. githubkit/versions/v2022_11_28/models/group_0937.py +9 -6
  2693. githubkit/versions/v2022_11_28/models/group_0938.py +5 -25
  2694. githubkit/versions/v2022_11_28/models/group_0939.py +6 -13
  2695. githubkit/versions/v2022_11_28/models/group_0940.py +17 -10
  2696. githubkit/versions/v2022_11_28/models/group_0941.py +13 -7
  2697. githubkit/versions/v2022_11_28/models/group_0942.py +12 -34
  2698. githubkit/versions/v2022_11_28/models/group_0943.py +7 -25
  2699. githubkit/versions/v2022_11_28/models/group_0944.py +36 -6
  2700. githubkit/versions/v2022_11_28/models/group_0945.py +13 -16
  2701. githubkit/versions/v2022_11_28/models/group_0946.py +6 -10
  2702. githubkit/versions/v2022_11_28/models/group_0947.py +34 -11
  2703. githubkit/versions/v2022_11_28/models/group_0948.py +10 -14
  2704. githubkit/versions/v2022_11_28/models/group_0949.py +11 -116
  2705. githubkit/versions/v2022_11_28/models/group_0950.py +12 -83
  2706. githubkit/versions/v2022_11_28/models/group_0951.py +117 -87
  2707. githubkit/versions/v2022_11_28/models/group_0952.py +82 -33
  2708. githubkit/versions/v2022_11_28/models/group_0953.py +80 -14
  2709. githubkit/versions/v2022_11_28/models/group_0954.py +29 -14
  2710. githubkit/versions/v2022_11_28/models/group_0955.py +13 -30
  2711. githubkit/versions/v2022_11_28/models/group_0956.py +13 -21
  2712. githubkit/versions/v2022_11_28/models/group_0957.py +33 -8
  2713. githubkit/versions/v2022_11_28/models/group_0958.py +25 -8
  2714. githubkit/versions/v2022_11_28/models/group_0959.py +12 -5
  2715. githubkit/versions/v2022_11_28/models/group_0960.py +12 -11
  2716. githubkit/versions/v2022_11_28/models/group_0961.py +5 -19
  2717. githubkit/versions/v2022_11_28/models/group_0962.py +11 -11
  2718. githubkit/versions/v2022_11_28/models/group_0963.py +16 -8
  2719. githubkit/versions/v2022_11_28/models/group_0964.py +8 -9
  2720. githubkit/versions/v2022_11_28/models/group_0965.py +9 -6
  2721. githubkit/versions/v2022_11_28/models/group_0966.py +8 -6
  2722. githubkit/versions/v2022_11_28/models/group_0967.py +6 -10
  2723. githubkit/versions/v2022_11_28/models/group_0968.py +8 -7
  2724. githubkit/versions/v2022_11_28/models/group_0969.py +8 -10
  2725. githubkit/versions/v2022_11_28/models/group_0970.py +7 -12
  2726. githubkit/versions/v2022_11_28/models/group_0971.py +17 -4
  2727. githubkit/versions/v2022_11_28/models/group_0972.py +12 -22
  2728. githubkit/versions/v2022_11_28/models/group_0973.py +4 -26
  2729. githubkit/versions/v2022_11_28/models/group_0974.py +24 -5
  2730. githubkit/versions/v2022_11_28/models/group_0975.py +23 -7
  2731. githubkit/versions/v2022_11_28/models/group_0976.py +5 -10
  2732. githubkit/versions/v2022_11_28/models/group_0977.py +7 -23
  2733. githubkit/versions/v2022_11_28/models/group_0978.py +9 -7
  2734. githubkit/versions/v2022_11_28/models/group_0979.py +26 -4
  2735. githubkit/versions/v2022_11_28/models/group_0980.py +8 -9
  2736. githubkit/versions/v2022_11_28/models/group_0981.py +4 -26
  2737. githubkit/versions/v2022_11_28/models/group_0982.py +4 -4
  2738. githubkit/versions/v2022_11_28/models/group_0983.py +19 -7
  2739. githubkit/versions/v2022_11_28/models/group_0984.py +9 -5
  2740. githubkit/versions/v2022_11_28/models/group_0985.py +9 -6
  2741. githubkit/versions/v2022_11_28/models/group_0986.py +5 -276
  2742. githubkit/versions/v2022_11_28/models/group_0987.py +8 -8
  2743. githubkit/versions/v2022_11_28/models/group_0988.py +273 -6
  2744. githubkit/versions/v2022_11_28/models/group_0989.py +7 -15
  2745. githubkit/versions/v2022_11_28/models/group_0990.py +9 -8
  2746. githubkit/versions/v2022_11_28/models/group_0991.py +15 -7
  2747. githubkit/versions/v2022_11_28/models/group_0992.py +8 -15
  2748. githubkit/versions/v2022_11_28/models/group_0993.py +6 -6
  2749. githubkit/versions/v2022_11_28/models/group_0994.py +11 -15
  2750. githubkit/versions/v2022_11_28/models/group_0995.py +9 -9
  2751. githubkit/versions/v2022_11_28/models/group_0996.py +15 -5
  2752. githubkit/versions/v2022_11_28/models/group_0997.py +9 -9
  2753. githubkit/versions/v2022_11_28/models/group_0998.py +10 -9
  2754. githubkit/versions/v2022_11_28/models/group_0999.py +6 -8
  2755. githubkit/versions/v2022_11_28/models/group_1000.py +6 -6
  2756. githubkit/versions/v2022_11_28/models/group_1001.py +10 -13
  2757. githubkit/versions/v2022_11_28/models/group_1002.py +8 -9
  2758. githubkit/versions/v2022_11_28/models/group_1003.py +12 -8
  2759. githubkit/versions/v2022_11_28/models/group_1004.py +9 -8
  2760. githubkit/versions/v2022_11_28/models/group_1005.py +8 -8
  2761. githubkit/versions/v2022_11_28/models/group_1006.py +6 -6
  2762. githubkit/versions/v2022_11_28/models/group_1007.py +9 -6
  2763. githubkit/versions/v2022_11_28/models/group_1008.py +8 -8
  2764. githubkit/versions/v2022_11_28/models/group_1009.py +6 -36
  2765. githubkit/versions/v2022_11_28/models/group_1010.py +7 -29
  2766. githubkit/versions/v2022_11_28/models/group_1011.py +35 -7
  2767. githubkit/versions/v2022_11_28/models/group_1012.py +20 -35
  2768. githubkit/versions/v2022_11_28/models/group_1013.py +8 -7
  2769. githubkit/versions/v2022_11_28/models/group_1014.py +20 -54
  2770. githubkit/versions/v2022_11_28/models/group_1015.py +5 -14
  2771. githubkit/versions/v2022_11_28/models/group_1016.py +45 -181
  2772. githubkit/versions/v2022_11_28/models/group_1017.py +10 -86
  2773. githubkit/versions/v2022_11_28/models/group_1018.py +188 -14
  2774. githubkit/versions/v2022_11_28/models/group_1019.py +84 -7
  2775. githubkit/versions/v2022_11_28/models/group_1020.py +36 -10
  2776. githubkit/versions/v2022_11_28/models/group_1021.py +4 -5
  2777. githubkit/versions/v2022_11_28/models/group_1022.py +12 -8
  2778. githubkit/versions/v2022_11_28/models/group_1023.py +13 -8
  2779. githubkit/versions/v2022_11_28/models/group_1024.py +4 -4
  2780. githubkit/versions/v2022_11_28/models/group_1025.py +8 -6
  2781. githubkit/versions/v2022_11_28/models/group_1026.py +8 -8
  2782. githubkit/versions/v2022_11_28/models/group_1027.py +5 -7
  2783. githubkit/versions/v2022_11_28/models/group_1028.py +8 -6
  2784. githubkit/versions/v2022_11_28/models/group_1029.py +8 -6
  2785. githubkit/versions/v2022_11_28/models/group_1030.py +4 -4
  2786. githubkit/versions/v2022_11_28/models/group_1031.py +9 -5
  2787. githubkit/versions/v2022_11_28/models/group_1032.py +8 -104
  2788. githubkit/versions/v2022_11_28/models/group_1033.py +6 -56
  2789. githubkit/versions/v2022_11_28/models/group_1034.py +89 -44
  2790. githubkit/versions/v2022_11_28/models/group_1035.py +39 -86
  2791. githubkit/versions/v2022_11_28/models/group_1036.py +31 -28
  2792. githubkit/versions/v2022_11_28/models/group_1037.py +84 -42
  2793. githubkit/versions/v2022_11_28/models/group_1038.py +58 -6
  2794. githubkit/versions/v2022_11_28/models/group_1039.py +55 -23
  2795. githubkit/versions/v2022_11_28/models/group_1040.py +5 -8
  2796. githubkit/versions/v2022_11_28/models/group_1041.py +22 -21
  2797. githubkit/versions/v2022_11_28/models/group_1042.py +15 -34
  2798. githubkit/versions/v2022_11_28/models/group_1043.py +19 -19
  2799. githubkit/versions/v2022_11_28/models/group_1044.py +8 -8
  2800. githubkit/versions/v2022_11_28/models/group_1045.py +19 -30
  2801. githubkit/versions/v2022_11_28/models/group_1046.py +34 -15
  2802. githubkit/versions/v2022_11_28/models/group_1047.py +24 -35
  2803. githubkit/versions/v2022_11_28/models/group_1048.py +7 -23
  2804. githubkit/versions/v2022_11_28/models/group_1049.py +49 -8
  2805. githubkit/versions/v2022_11_28/models/group_1050.py +17 -20
  2806. githubkit/versions/v2022_11_28/models/group_1051.py +7 -22
  2807. githubkit/versions/v2022_11_28/models/group_1052.py +23 -10
  2808. githubkit/versions/v2022_11_28/models/group_1053.py +23 -10
  2809. githubkit/versions/v2022_11_28/models/group_1054.py +14 -5
  2810. githubkit/versions/v2022_11_28/models/group_1055.py +9 -10
  2811. githubkit/versions/v2022_11_28/models/group_1056.py +5 -17
  2812. githubkit/versions/v2022_11_28/models/group_1057.py +11 -8
  2813. githubkit/versions/v2022_11_28/models/group_1058.py +11 -55
  2814. githubkit/versions/v2022_11_28/models/group_1059.py +7 -53
  2815. githubkit/versions/v2022_11_28/models/group_1060.py +54 -17
  2816. githubkit/versions/v2022_11_28/models/group_1061.py +47 -16
  2817. githubkit/versions/v2022_11_28/models/group_1062.py +19 -9
  2818. githubkit/versions/v2022_11_28/models/group_1063.py +23 -12
  2819. githubkit/versions/v2022_11_28/models/group_1064.py +10 -45
  2820. githubkit/versions/v2022_11_28/models/group_1065.py +12 -7
  2821. githubkit/versions/v2022_11_28/models/group_1066.py +33 -21
  2822. githubkit/versions/v2022_11_28/models/group_1067.py +6 -27
  2823. githubkit/versions/v2022_11_28/models/group_1068.py +24 -36
  2824. githubkit/versions/v2022_11_28/models/group_1069.py +20 -31
  2825. githubkit/versions/v2022_11_28/models/group_1070.py +43 -10
  2826. githubkit/versions/v2022_11_28/models/group_1071.py +28 -12
  2827. githubkit/versions/v2022_11_28/models/group_1072.py +16 -8
  2828. githubkit/versions/v2022_11_28/models/group_1073.py +22 -8
  2829. githubkit/versions/v2022_11_28/models/group_1074.py +6 -6
  2830. githubkit/versions/v2022_11_28/models/group_1075.py +9 -6
  2831. githubkit/versions/v2022_11_28/models/group_1076.py +8 -8
  2832. githubkit/versions/v2022_11_28/models/group_1077.py +6 -18
  2833. githubkit/versions/v2022_11_28/models/group_1078.py +6 -9
  2834. githubkit/versions/v2022_11_28/models/group_1079.py +9 -62
  2835. githubkit/versions/v2022_11_28/models/group_1080.py +10 -7
  2836. githubkit/versions/v2022_11_28/models/group_1081.py +67 -7
  2837. githubkit/versions/v2022_11_28/models/group_1082.py +7 -40
  2838. githubkit/versions/v2022_11_28/models/group_1083.py +7 -38
  2839. githubkit/versions/v2022_11_28/models/group_1084.py +24 -31
  2840. githubkit/versions/v2022_11_28/models/group_1085.py +31 -18
  2841. githubkit/versions/v2022_11_28/models/group_1086.py +32 -4
  2842. githubkit/versions/v2022_11_28/models/group_1087.py +19 -15
  2843. githubkit/versions/v2022_11_28/models/group_1088.py +12 -16
  2844. githubkit/versions/v2022_11_28/models/group_1089.py +23 -6
  2845. githubkit/versions/v2022_11_28/models/group_1090.py +21 -6
  2846. githubkit/versions/v2022_11_28/models/group_1091.py +11 -4
  2847. githubkit/versions/v2022_11_28/models/group_1092.py +6 -11
  2848. githubkit/versions/v2022_11_28/models/group_1093.py +8 -49
  2849. githubkit/versions/v2022_11_28/models/group_1094.py +14 -5
  2850. githubkit/versions/v2022_11_28/models/group_1095.py +39 -8
  2851. githubkit/versions/v2022_11_28/models/group_1096.py +5 -55
  2852. githubkit/versions/v2022_11_28/models/group_1097.py +10 -9
  2853. githubkit/versions/v2022_11_28/models/group_1098.py +50 -5
  2854. githubkit/versions/v2022_11_28/models/group_1099.py +10 -5
  2855. githubkit/versions/v2022_11_28/models/group_1100.py +7 -8
  2856. githubkit/versions/v2022_11_28/models/group_1101.py +6 -20
  2857. githubkit/versions/v2022_11_28/models/group_1102.py +12 -6
  2858. githubkit/versions/v2022_11_28/models/group_1103.py +17 -9
  2859. githubkit/versions/v2022_11_28/models/group_1104.py +5 -19
  2860. githubkit/versions/v2022_11_28/models/group_1105.py +12 -6
  2861. githubkit/versions/v2022_11_28/models/group_1106.py +18 -13
  2862. githubkit/versions/v2022_11_28/models/group_1107.py +5 -11
  2863. githubkit/versions/v2022_11_28/models/group_1108.py +14 -5
  2864. githubkit/versions/v2022_11_28/models/group_1109.py +10 -12
  2865. githubkit/versions/v2022_11_28/models/group_1110.py +5 -15
  2866. githubkit/versions/v2022_11_28/models/group_1111.py +9 -8
  2867. githubkit/versions/v2022_11_28/models/group_1112.py +9 -11
  2868. githubkit/versions/v2022_11_28/models/group_1113.py +8 -14
  2869. githubkit/versions/v2022_11_28/models/group_1114.py +16 -6
  2870. githubkit/versions/v2022_11_28/models/group_1115.py +12 -10
  2871. githubkit/versions/v2022_11_28/models/group_1116.py +6 -20
  2872. githubkit/versions/v2022_11_28/models/group_1117.py +10 -17
  2873. githubkit/versions/v2022_11_28/models/group_1118.py +15 -6
  2874. githubkit/versions/v2022_11_28/models/group_1119.py +21 -6
  2875. githubkit/versions/v2022_11_28/models/group_1120.py +10 -13
  2876. githubkit/versions/v2022_11_28/models/group_1121.py +6 -25
  2877. githubkit/versions/v2022_11_28/models/group_1122.py +11 -22
  2878. githubkit/versions/v2022_11_28/models/group_1123.py +10 -10
  2879. githubkit/versions/v2022_11_28/models/group_1124.py +9 -11
  2880. githubkit/versions/v2022_11_28/models/group_1125.py +10 -10
  2881. githubkit/versions/v2022_11_28/models/group_1126.py +21 -11
  2882. githubkit/versions/v2022_11_28/models/group_1127.py +20 -10
  2883. githubkit/versions/v2022_11_28/models/group_1128.py +10 -9
  2884. githubkit/versions/v2022_11_28/models/group_1129.py +11 -22
  2885. githubkit/versions/v2022_11_28/models/group_1130.py +16 -6
  2886. githubkit/versions/v2022_11_28/models/group_1131.py +25 -7
  2887. githubkit/versions/v2022_11_28/models/group_1132.py +6 -8
  2888. githubkit/versions/v2022_11_28/models/group_1133.py +6 -31
  2889. githubkit/versions/v2022_11_28/models/group_1134.py +9 -5
  2890. githubkit/versions/v2022_11_28/models/group_1135.py +34 -10
  2891. githubkit/versions/v2022_11_28/models/group_1136.py +11 -32
  2892. githubkit/versions/v2022_11_28/models/group_1137.py +8 -42
  2893. githubkit/versions/v2022_11_28/models/group_1138.py +14 -30
  2894. githubkit/versions/v2022_11_28/models/group_1139.py +45 -5
  2895. githubkit/versions/v2022_11_28/models/group_1140.py +33 -12
  2896. githubkit/versions/v2022_11_28/models/group_1141.py +5 -8
  2897. githubkit/versions/v2022_11_28/models/group_1142.py +19 -6
  2898. githubkit/versions/v2022_11_28/models/group_1143.py +6 -10
  2899. githubkit/versions/v2022_11_28/models/group_1144.py +6 -10
  2900. githubkit/versions/v2022_11_28/models/group_1145.py +6 -6
  2901. githubkit/versions/v2022_11_28/models/group_1146.py +8 -43
  2902. githubkit/versions/v2022_11_28/models/group_1147.py +12 -5
  2903. githubkit/versions/v2022_11_28/models/group_1148.py +42 -7
  2904. githubkit/versions/v2022_11_28/models/group_1149.py +5 -14
  2905. githubkit/versions/v2022_11_28/models/group_1150.py +9 -7
  2906. githubkit/versions/v2022_11_28/models/group_1151.py +12 -6
  2907. githubkit/versions/v2022_11_28/models/group_1152.py +6 -33
  2908. githubkit/versions/v2022_11_28/models/group_1153.py +6 -10
  2909. githubkit/versions/v2022_11_28/models/group_1154.py +28 -12
  2910. githubkit/versions/v2022_11_28/models/group_1155.py +8 -29
  2911. githubkit/versions/v2022_11_28/models/group_1156.py +20 -8
  2912. githubkit/versions/v2022_11_28/models/group_1157.py +24 -68
  2913. githubkit/versions/v2022_11_28/models/group_1158.py +7 -76
  2914. githubkit/versions/v2022_11_28/models/group_1159.py +68 -12
  2915. githubkit/versions/v2022_11_28/models/group_1160.py +75 -9
  2916. githubkit/versions/v2022_11_28/models/group_1161.py +12 -13
  2917. githubkit/versions/v2022_11_28/models/group_1162.py +10 -12
  2918. githubkit/versions/v2022_11_28/models/group_1163.py +21 -6
  2919. githubkit/versions/v2022_11_28/models/group_1164.py +13 -6
  2920. githubkit/versions/v2022_11_28/models/group_1165.py +6 -15
  2921. githubkit/versions/v2022_11_28/models/group_1166.py +6 -21
  2922. githubkit/versions/v2022_11_28/models/group_1167.py +10 -23
  2923. githubkit/versions/v2022_11_28/models/group_1168.py +17 -7
  2924. githubkit/versions/v2022_11_28/models/group_1169.py +25 -8
  2925. githubkit/versions/v2022_11_28/models/group_1170.py +12 -5
  2926. githubkit/versions/v2022_11_28/models/group_1171.py +12 -5
  2927. githubkit/versions/v2022_11_28/models/group_1172.py +5 -17
  2928. githubkit/versions/v2022_11_28/models/group_1173.py +5 -11
  2929. githubkit/versions/v2022_11_28/models/group_1174.py +14 -8
  2930. githubkit/versions/v2022_11_28/models/group_1175.py +8 -9
  2931. githubkit/versions/v2022_11_28/models/group_1176.py +9 -6
  2932. githubkit/versions/v2022_11_28/models/group_1177.py +6 -6
  2933. githubkit/versions/v2022_11_28/models/group_1178.py +10 -32
  2934. githubkit/versions/v2022_11_28/models/group_1179.py +12 -8
  2935. githubkit/versions/v2022_11_28/models/group_1180.py +20 -40
  2936. githubkit/versions/v2022_11_28/models/group_1181.py +7 -46
  2937. githubkit/versions/v2022_11_28/models/group_1182.py +44 -28
  2938. githubkit/versions/v2022_11_28/models/group_1183.py +40 -11
  2939. githubkit/versions/v2022_11_28/models/group_1184.py +33 -7
  2940. githubkit/versions/v2022_11_28/models/group_1185.py +17 -6
  2941. githubkit/versions/v2022_11_28/models/group_1186.py +8 -16
  2942. githubkit/versions/v2022_11_28/models/group_1187.py +7 -8
  2943. githubkit/versions/v2022_11_28/models/group_1188.py +12 -8
  2944. githubkit/versions/v2022_11_28/models/group_1189.py +8 -9
  2945. githubkit/versions/v2022_11_28/models/group_1190.py +12 -12
  2946. githubkit/versions/v2022_11_28/models/group_1191.py +9 -17
  2947. githubkit/versions/v2022_11_28/models/group_1192.py +12 -10
  2948. githubkit/versions/v2022_11_28/models/group_1193.py +17 -8
  2949. githubkit/versions/v2022_11_28/models/group_1194.py +8 -9
  2950. githubkit/versions/v2022_11_28/models/group_1195.py +11 -4
  2951. githubkit/versions/v2022_11_28/models/group_1196.py +9 -11
  2952. githubkit/versions/v2022_11_28/models/group_1197.py +4 -12
  2953. githubkit/versions/v2022_11_28/models/group_1198.py +9 -35
  2954. githubkit/versions/v2022_11_28/models/group_1199.py +7 -10
  2955. githubkit/versions/v2022_11_28/models/group_1200.py +21 -72
  2956. githubkit/versions/v2022_11_28/models/group_1201.py +11 -11
  2957. githubkit/versions/v2022_11_28/models/group_1202.py +89 -11
  2958. githubkit/versions/v2022_11_28/models/group_1203.py +11 -12
  2959. githubkit/versions/v2022_11_28/models/group_1204.py +12 -9
  2960. githubkit/versions/v2022_11_28/models/group_1205.py +13 -9
  2961. githubkit/versions/v2022_11_28/models/group_1206.py +12 -74
  2962. githubkit/versions/v2022_11_28/models/group_1207.py +69 -0
  2963. githubkit/versions/v2022_11_28/models/group_1208.py +29 -0
  2964. githubkit/versions/v2022_11_28/models/group_1209.py +29 -0
  2965. githubkit/versions/v2022_11_28/models/group_1210.py +97 -0
  2966. githubkit/versions/v2022_11_28/rest/actions.py +746 -0
  2967. githubkit/versions/v2022_11_28/rest/activity.py +144 -0
  2968. githubkit/versions/v2022_11_28/rest/apps.py +180 -4
  2969. githubkit/versions/v2022_11_28/rest/billing.py +32 -0
  2970. githubkit/versions/v2022_11_28/rest/campaigns.py +28 -0
  2971. githubkit/versions/v2022_11_28/rest/checks.py +68 -0
  2972. githubkit/versions/v2022_11_28/rest/classroom.py +24 -0
  2973. githubkit/versions/v2022_11_28/rest/code_scanning.py +110 -0
  2974. githubkit/versions/v2022_11_28/rest/code_security.py +116 -0
  2975. githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +8 -0
  2976. githubkit/versions/v2022_11_28/rest/codespaces.py +246 -0
  2977. githubkit/versions/v2022_11_28/rest/copilot.py +52 -0
  2978. githubkit/versions/v2022_11_28/rest/credentials.py +8 -0
  2979. githubkit/versions/v2022_11_28/rest/dependabot.py +126 -8
  2980. githubkit/versions/v2022_11_28/rest/dependency_graph.py +16 -0
  2981. githubkit/versions/v2022_11_28/rest/emojis.py +4 -0
  2982. githubkit/versions/v2022_11_28/rest/gists.py +104 -2
  2983. githubkit/versions/v2022_11_28/rest/git.py +76 -0
  2984. githubkit/versions/v2022_11_28/rest/gitignore.py +8 -0
  2985. githubkit/versions/v2022_11_28/rest/hosted_compute.py +32 -0
  2986. githubkit/versions/v2022_11_28/rest/interactions.py +56 -2
  2987. githubkit/versions/v2022_11_28/rest/issues.py +244 -0
  2988. githubkit/versions/v2022_11_28/rest/licenses.py +12 -0
  2989. githubkit/versions/v2022_11_28/rest/markdown.py +24 -2
  2990. githubkit/versions/v2022_11_28/rest/meta.py +20 -0
  2991. githubkit/versions/v2022_11_28/rest/migrations.py +112 -0
  2992. githubkit/versions/v2022_11_28/rest/oidc.py +12 -0
  2993. githubkit/versions/v2022_11_28/rest/orgs.py +772 -0
  2994. githubkit/versions/v2022_11_28/rest/packages.py +108 -0
  2995. githubkit/versions/v2022_11_28/rest/private_registries.py +36 -0
  2996. githubkit/versions/v2022_11_28/rest/projects.py +146 -0
  2997. githubkit/versions/v2022_11_28/rest/pulls.py +162 -0
  2998. githubkit/versions/v2022_11_28/rest/rate_limit.py +6 -0
  2999. githubkit/versions/v2022_11_28/rest/reactions.py +136 -0
  3000. githubkit/versions/v2022_11_28/rest/repos.py +1046 -0
  3001. githubkit/versions/v2022_11_28/rest/search.py +28 -0
  3002. githubkit/versions/v2022_11_28/rest/secret_scanning.py +40 -0
  3003. githubkit/versions/v2022_11_28/rest/security_advisories.py +52 -0
  3004. githubkit/versions/v2022_11_28/rest/teams.py +308 -0
  3005. githubkit/versions/v2022_11_28/rest/users.py +429 -2
  3006. githubkit/versions/v2022_11_28/types/__init__.py +730 -700
  3007. githubkit/versions/v2022_11_28/types/group_0018.py +1 -0
  3008. githubkit/versions/v2022_11_28/types/group_0028.py +11 -0
  3009. githubkit/versions/v2022_11_28/types/group_0199.py +1 -0
  3010. githubkit/versions/v2022_11_28/types/group_0227.py +2 -2
  3011. githubkit/versions/v2022_11_28/types/group_0353.py +1 -0
  3012. githubkit/versions/v2022_11_28/types/group_0422.py +3 -1
  3013. githubkit/versions/v2022_11_28/types/group_0430.py +1 -1
  3014. githubkit/versions/v2022_11_28/types/group_0647.py +1 -1
  3015. githubkit/versions/v2022_11_28/types/group_0897.py +5 -62
  3016. githubkit/versions/v2022_11_28/types/group_0898.py +5 -24
  3017. githubkit/versions/v2022_11_28/types/group_0899.py +62 -13
  3018. githubkit/versions/v2022_11_28/types/group_0900.py +16 -90
  3019. githubkit/versions/v2022_11_28/types/group_0901.py +12 -4
  3020. githubkit/versions/v2022_11_28/types/group_0902.py +20 -20
  3021. githubkit/versions/v2022_11_28/types/group_0903.py +3 -7
  3022. githubkit/versions/v2022_11_28/types/group_0904.py +96 -6
  3023. githubkit/versions/v2022_11_28/types/group_0905.py +6 -12
  3024. githubkit/versions/v2022_11_28/types/group_0906.py +8 -8
  3025. githubkit/versions/v2022_11_28/types/group_0907.py +12 -9
  3026. githubkit/versions/v2022_11_28/types/group_0908.py +7 -4
  3027. githubkit/versions/v2022_11_28/types/group_0909.py +12 -5
  3028. githubkit/versions/v2022_11_28/types/group_0910.py +5 -24
  3029. githubkit/versions/v2022_11_28/types/group_0911.py +5 -9
  3030. githubkit/versions/v2022_11_28/types/group_0912.py +23 -7
  3031. githubkit/versions/v2022_11_28/types/group_0913.py +9 -5
  3032. githubkit/versions/v2022_11_28/types/group_0914.py +7 -4
  3033. githubkit/versions/v2022_11_28/types/group_0915.py +4 -7
  3034. githubkit/versions/v2022_11_28/types/group_0916.py +3 -3
  3035. githubkit/versions/v2022_11_28/types/group_0917.py +5 -6
  3036. githubkit/versions/v2022_11_28/types/group_0918.py +4 -4
  3037. githubkit/versions/v2022_11_28/types/group_0919.py +6 -5
  3038. githubkit/versions/v2022_11_28/types/group_0920.py +3 -3
  3039. githubkit/versions/v2022_11_28/types/group_0921.py +5 -5
  3040. githubkit/versions/v2022_11_28/types/group_0922.py +5 -24
  3041. githubkit/versions/v2022_11_28/types/group_0923.py +8 -9
  3042. githubkit/versions/v2022_11_28/types/group_0924.py +23 -7
  3043. githubkit/versions/v2022_11_28/types/group_0925.py +9 -5
  3044. githubkit/versions/v2022_11_28/types/group_0926.py +7 -25
  3045. githubkit/versions/v2022_11_28/types/group_0927.py +5 -24
  3046. githubkit/versions/v2022_11_28/types/group_0928.py +21 -4
  3047. githubkit/versions/v2022_11_28/types/group_0929.py +23 -7
  3048. githubkit/versions/v2022_11_28/types/group_0930.py +10 -4
  3049. githubkit/versions/v2022_11_28/types/group_0931.py +8 -9
  3050. githubkit/versions/v2022_11_28/types/group_0932.py +3 -8
  3051. githubkit/versions/v2022_11_28/types/group_0933.py +7 -4
  3052. githubkit/versions/v2022_11_28/types/group_0934.py +8 -14
  3053. githubkit/versions/v2022_11_28/types/group_0935.py +5 -4
  3054. githubkit/versions/v2022_11_28/types/group_0936.py +15 -4
  3055. githubkit/versions/v2022_11_28/types/group_0937.py +4 -5
  3056. githubkit/versions/v2022_11_28/types/group_0938.py +4 -9
  3057. githubkit/versions/v2022_11_28/types/group_0939.py +5 -6
  3058. githubkit/versions/v2022_11_28/types/group_0940.py +8 -7
  3059. githubkit/versions/v2022_11_28/types/group_0941.py +7 -6
  3060. githubkit/versions/v2022_11_28/types/group_0942.py +7 -25
  3061. githubkit/versions/v2022_11_28/types/group_0943.py +6 -11
  3062. githubkit/versions/v2022_11_28/types/group_0944.py +25 -6
  3063. githubkit/versions/v2022_11_28/types/group_0945.py +8 -9
  3064. githubkit/versions/v2022_11_28/types/group_0946.py +6 -6
  3065. githubkit/versions/v2022_11_28/types/group_0947.py +14 -7
  3066. githubkit/versions/v2022_11_28/types/group_0948.py +6 -8
  3067. githubkit/versions/v2022_11_28/types/group_0949.py +10 -46
  3068. githubkit/versions/v2022_11_28/types/group_0950.py +7 -70
  3069. githubkit/versions/v2022_11_28/types/group_0951.py +43 -71
  3070. githubkit/versions/v2022_11_28/types/group_0952.py +67 -20
  3071. githubkit/versions/v2022_11_28/types/group_0953.py +70 -7
  3072. githubkit/versions/v2022_11_28/types/group_0954.py +22 -8
  3073. githubkit/versions/v2022_11_28/types/group_0955.py +7 -14
  3074. githubkit/versions/v2022_11_28/types/group_0956.py +8 -11
  3075. githubkit/versions/v2022_11_28/types/group_0957.py +14 -6
  3076. githubkit/versions/v2022_11_28/types/group_0958.py +12 -5
  3077. githubkit/versions/v2022_11_28/types/group_0959.py +6 -4
  3078. githubkit/versions/v2022_11_28/types/group_0960.py +6 -9
  3079. githubkit/versions/v2022_11_28/types/group_0961.py +4 -13
  3080. githubkit/versions/v2022_11_28/types/group_0962.py +8 -7
  3081. githubkit/versions/v2022_11_28/types/group_0963.py +13 -5
  3082. githubkit/versions/v2022_11_28/types/group_0964.py +7 -5
  3083. githubkit/versions/v2022_11_28/types/group_0965.py +5 -5
  3084. githubkit/versions/v2022_11_28/types/group_0966.py +5 -4
  3085. githubkit/versions/v2022_11_28/types/group_0967.py +5 -5
  3086. githubkit/versions/v2022_11_28/types/group_0968.py +4 -6
  3087. githubkit/versions/v2022_11_28/types/group_0969.py +5 -6
  3088. githubkit/versions/v2022_11_28/types/group_0970.py +6 -5
  3089. githubkit/versions/v2022_11_28/types/group_0971.py +8 -4
  3090. githubkit/versions/v2022_11_28/types/group_0972.py +5 -20
  3091. githubkit/versions/v2022_11_28/types/group_0973.py +4 -21
  3092. githubkit/versions/v2022_11_28/types/group_0974.py +21 -5
  3093. githubkit/versions/v2022_11_28/types/group_0975.py +20 -6
  3094. githubkit/versions/v2022_11_28/types/group_0976.py +4 -5
  3095. githubkit/versions/v2022_11_28/types/group_0977.py +6 -20
  3096. githubkit/versions/v2022_11_28/types/group_0978.py +5 -4
  3097. githubkit/versions/v2022_11_28/types/group_0979.py +21 -4
  3098. githubkit/versions/v2022_11_28/types/group_0980.py +5 -7
  3099. githubkit/versions/v2022_11_28/types/group_0981.py +4 -11
  3100. githubkit/versions/v2022_11_28/types/group_0982.py +3 -3
  3101. githubkit/versions/v2022_11_28/types/group_0983.py +9 -5
  3102. githubkit/versions/v2022_11_28/types/group_0984.py +7 -5
  3103. githubkit/versions/v2022_11_28/types/group_0985.py +5 -5
  3104. githubkit/versions/v2022_11_28/types/group_0986.py +5 -160
  3105. githubkit/versions/v2022_11_28/types/group_0987.py +6 -8
  3106. githubkit/versions/v2022_11_28/types/group_0988.py +159 -4
  3107. githubkit/versions/v2022_11_28/types/group_0989.py +7 -8
  3108. githubkit/versions/v2022_11_28/types/group_0990.py +5 -8
  3109. githubkit/versions/v2022_11_28/types/group_0991.py +8 -7
  3110. githubkit/versions/v2022_11_28/types/group_0992.py +8 -7
  3111. githubkit/versions/v2022_11_28/types/group_0993.py +5 -5
  3112. githubkit/versions/v2022_11_28/types/group_0994.py +6 -7
  3113. githubkit/versions/v2022_11_28/types/group_0995.py +7 -4
  3114. githubkit/versions/v2022_11_28/types/group_0996.py +7 -4
  3115. githubkit/versions/v2022_11_28/types/group_0997.py +4 -7
  3116. githubkit/versions/v2022_11_28/types/group_0998.py +4 -7
  3117. githubkit/versions/v2022_11_28/types/group_0999.py +5 -7
  3118. githubkit/versions/v2022_11_28/types/group_1000.py +5 -5
  3119. githubkit/versions/v2022_11_28/types/group_1001.py +9 -7
  3120. githubkit/versions/v2022_11_28/types/group_1002.py +8 -5
  3121. githubkit/versions/v2022_11_28/types/group_1003.py +8 -5
  3122. githubkit/versions/v2022_11_28/types/group_1004.py +5 -8
  3123. githubkit/versions/v2022_11_28/types/group_1005.py +5 -6
  3124. githubkit/versions/v2022_11_28/types/group_1006.py +5 -5
  3125. githubkit/versions/v2022_11_28/types/group_1007.py +5 -5
  3126. githubkit/versions/v2022_11_28/types/group_1008.py +8 -6
  3127. githubkit/versions/v2022_11_28/types/group_1009.py +6 -32
  3128. githubkit/versions/v2022_11_28/types/group_1010.py +6 -23
  3129. githubkit/versions/v2022_11_28/types/group_1011.py +33 -9
  3130. githubkit/versions/v2022_11_28/types/group_1012.py +12 -32
  3131. githubkit/versions/v2022_11_28/types/group_1013.py +8 -5
  3132. githubkit/versions/v2022_11_28/types/group_1014.py +17 -39
  3133. githubkit/versions/v2022_11_28/types/group_1015.py +4 -6
  3134. githubkit/versions/v2022_11_28/types/group_1016.py +42 -101
  3135. githubkit/versions/v2022_11_28/types/group_1017.py +6 -50
  3136. githubkit/versions/v2022_11_28/types/group_1018.py +107 -10
  3137. githubkit/versions/v2022_11_28/types/group_1019.py +45 -7
  3138. githubkit/versions/v2022_11_28/types/group_1020.py +21 -7
  3139. githubkit/versions/v2022_11_28/types/group_1021.py +3 -4
  3140. githubkit/versions/v2022_11_28/types/group_1022.py +9 -5
  3141. githubkit/versions/v2022_11_28/types/group_1023.py +10 -5
  3142. githubkit/versions/v2022_11_28/types/group_1024.py +3 -3
  3143. githubkit/versions/v2022_11_28/types/group_1025.py +5 -7
  3144. githubkit/versions/v2022_11_28/types/group_1026.py +5 -7
  3145. githubkit/versions/v2022_11_28/types/group_1027.py +4 -6
  3146. githubkit/versions/v2022_11_28/types/group_1028.py +7 -5
  3147. githubkit/versions/v2022_11_28/types/group_1029.py +9 -5
  3148. githubkit/versions/v2022_11_28/types/group_1030.py +3 -3
  3149. githubkit/versions/v2022_11_28/types/group_1031.py +8 -4
  3150. githubkit/versions/v2022_11_28/types/group_1032.py +7 -52
  3151. githubkit/versions/v2022_11_28/types/group_1033.py +10 -35
  3152. githubkit/versions/v2022_11_28/types/group_1034.py +49 -29
  3153. githubkit/versions/v2022_11_28/types/group_1035.py +27 -57
  3154. githubkit/versions/v2022_11_28/types/group_1036.py +24 -21
  3155. githubkit/versions/v2022_11_28/types/group_1037.py +55 -28
  3156. githubkit/versions/v2022_11_28/types/group_1038.py +36 -10
  3157. githubkit/versions/v2022_11_28/types/group_1039.py +30 -18
  3158. githubkit/versions/v2022_11_28/types/group_1040.py +4 -7
  3159. githubkit/versions/v2022_11_28/types/group_1041.py +19 -9
  3160. githubkit/versions/v2022_11_28/types/group_1042.py +8 -12
  3161. githubkit/versions/v2022_11_28/types/group_1043.py +9 -10
  3162. githubkit/versions/v2022_11_28/types/group_1044.py +5 -5
  3163. githubkit/versions/v2022_11_28/types/group_1045.py +11 -11
  3164. githubkit/versions/v2022_11_28/types/group_1046.py +12 -8
  3165. githubkit/versions/v2022_11_28/types/group_1047.py +11 -15
  3166. githubkit/versions/v2022_11_28/types/group_1048.py +7 -20
  3167. githubkit/versions/v2022_11_28/types/group_1049.py +16 -8
  3168. githubkit/versions/v2022_11_28/types/group_1050.py +15 -13
  3169. githubkit/versions/v2022_11_28/types/group_1051.py +6 -19
  3170. githubkit/versions/v2022_11_28/types/group_1052.py +18 -5
  3171. githubkit/versions/v2022_11_28/types/group_1053.py +21 -5
  3172. githubkit/versions/v2022_11_28/types/group_1054.py +6 -5
  3173. githubkit/versions/v2022_11_28/types/group_1055.py +5 -8
  3174. githubkit/versions/v2022_11_28/types/group_1056.py +4 -7
  3175. githubkit/versions/v2022_11_28/types/group_1057.py +7 -7
  3176. githubkit/versions/v2022_11_28/types/group_1058.py +7 -36
  3177. githubkit/versions/v2022_11_28/types/group_1059.py +7 -32
  3178. githubkit/versions/v2022_11_28/types/group_1060.py +36 -11
  3179. githubkit/versions/v2022_11_28/types/group_1061.py +26 -14
  3180. githubkit/versions/v2022_11_28/types/group_1062.py +11 -5
  3181. githubkit/versions/v2022_11_28/types/group_1063.py +20 -7
  3182. githubkit/versions/v2022_11_28/types/group_1064.py +6 -24
  3183. githubkit/versions/v2022_11_28/types/group_1065.py +8 -5
  3184. githubkit/versions/v2022_11_28/types/group_1066.py +22 -12
  3185. githubkit/versions/v2022_11_28/types/group_1067.py +5 -19
  3186. githubkit/versions/v2022_11_28/types/group_1068.py +12 -28
  3187. githubkit/versions/v2022_11_28/types/group_1069.py +14 -19
  3188. githubkit/versions/v2022_11_28/types/group_1070.py +27 -6
  3189. githubkit/versions/v2022_11_28/types/group_1071.py +18 -10
  3190. githubkit/versions/v2022_11_28/types/group_1072.py +9 -8
  3191. githubkit/versions/v2022_11_28/types/group_1073.py +16 -6
  3192. githubkit/versions/v2022_11_28/types/group_1074.py +5 -5
  3193. githubkit/versions/v2022_11_28/types/group_1075.py +5 -5
  3194. githubkit/versions/v2022_11_28/types/group_1076.py +8 -6
  3195. githubkit/versions/v2022_11_28/types/group_1077.py +6 -7
  3196. githubkit/versions/v2022_11_28/types/group_1078.py +5 -5
  3197. githubkit/versions/v2022_11_28/types/group_1079.py +5 -39
  3198. githubkit/versions/v2022_11_28/types/group_1080.py +6 -6
  3199. githubkit/versions/v2022_11_28/types/group_1081.py +40 -5
  3200. githubkit/versions/v2022_11_28/types/group_1082.py +6 -25
  3201. githubkit/versions/v2022_11_28/types/group_1083.py +5 -19
  3202. githubkit/versions/v2022_11_28/types/group_1084.py +17 -16
  3203. githubkit/versions/v2022_11_28/types/group_1085.py +18 -9
  3204. githubkit/versions/v2022_11_28/types/group_1086.py +18 -3
  3205. githubkit/versions/v2022_11_28/types/group_1087.py +10 -9
  3206. githubkit/versions/v2022_11_28/types/group_1088.py +8 -8
  3207. githubkit/versions/v2022_11_28/types/group_1089.py +9 -5
  3208. githubkit/versions/v2022_11_28/types/group_1090.py +8 -5
  3209. githubkit/versions/v2022_11_28/types/group_1091.py +7 -4
  3210. githubkit/versions/v2022_11_28/types/group_1092.py +5 -5
  3211. githubkit/versions/v2022_11_28/types/group_1093.py +4 -27
  3212. githubkit/versions/v2022_11_28/types/group_1094.py +6 -5
  3213. githubkit/versions/v2022_11_28/types/group_1095.py +25 -7
  3214. githubkit/versions/v2022_11_28/types/group_1096.py +10 -39
  3215. githubkit/versions/v2022_11_28/types/group_1097.py +8 -5
  3216. githubkit/versions/v2022_11_28/types/group_1098.py +33 -4
  3217. githubkit/versions/v2022_11_28/types/group_1099.py +5 -5
  3218. githubkit/versions/v2022_11_28/types/group_1100.py +4 -4
  3219. githubkit/versions/v2022_11_28/types/group_1101.py +5 -16
  3220. githubkit/versions/v2022_11_28/types/group_1102.py +5 -5
  3221. githubkit/versions/v2022_11_28/types/group_1103.py +15 -4
  3222. githubkit/versions/v2022_11_28/types/group_1104.py +4 -15
  3223. githubkit/versions/v2022_11_28/types/group_1105.py +5 -5
  3224. githubkit/versions/v2022_11_28/types/group_1106.py +15 -5
  3225. githubkit/versions/v2022_11_28/types/group_1107.py +4 -7
  3226. githubkit/versions/v2022_11_28/types/group_1108.py +6 -5
  3227. githubkit/versions/v2022_11_28/types/group_1109.py +8 -6
  3228. githubkit/versions/v2022_11_28/types/group_1110.py +4 -6
  3229. githubkit/versions/v2022_11_28/types/group_1111.py +5 -6
  3230. githubkit/versions/v2022_11_28/types/group_1112.py +6 -6
  3231. githubkit/versions/v2022_11_28/types/group_1113.py +6 -6
  3232. githubkit/versions/v2022_11_28/types/group_1114.py +7 -5
  3233. githubkit/versions/v2022_11_28/types/group_1115.py +6 -6
  3234. githubkit/versions/v2022_11_28/types/group_1116.py +5 -10
  3235. githubkit/versions/v2022_11_28/types/group_1117.py +6 -9
  3236. githubkit/versions/v2022_11_28/types/group_1118.py +8 -4
  3237. githubkit/versions/v2022_11_28/types/group_1119.py +9 -5
  3238. githubkit/versions/v2022_11_28/types/group_1120.py +6 -10
  3239. githubkit/versions/v2022_11_28/types/group_1121.py +5 -15
  3240. githubkit/versions/v2022_11_28/types/group_1122.py +9 -13
  3241. githubkit/versions/v2022_11_28/types/group_1123.py +6 -6
  3242. githubkit/versions/v2022_11_28/types/group_1124.py +7 -9
  3243. githubkit/versions/v2022_11_28/types/group_1125.py +6 -6
  3244. githubkit/versions/v2022_11_28/types/group_1126.py +14 -8
  3245. githubkit/versions/v2022_11_28/types/group_1127.py +13 -6
  3246. githubkit/versions/v2022_11_28/types/group_1128.py +7 -6
  3247. githubkit/versions/v2022_11_28/types/group_1129.py +7 -10
  3248. githubkit/versions/v2022_11_28/types/group_1130.py +9 -5
  3249. githubkit/versions/v2022_11_28/types/group_1131.py +11 -5
  3250. githubkit/versions/v2022_11_28/types/group_1132.py +4 -6
  3251. githubkit/versions/v2022_11_28/types/group_1133.py +4 -10
  3252. githubkit/versions/v2022_11_28/types/group_1134.py +6 -4
  3253. githubkit/versions/v2022_11_28/types/group_1135.py +12 -8
  3254. githubkit/versions/v2022_11_28/types/group_1136.py +5 -10
  3255. githubkit/versions/v2022_11_28/types/group_1137.py +7 -14
  3256. githubkit/versions/v2022_11_28/types/group_1138.py +11 -16
  3257. githubkit/versions/v2022_11_28/types/group_1139.py +15 -5
  3258. githubkit/versions/v2022_11_28/types/group_1140.py +16 -10
  3259. githubkit/versions/v2022_11_28/types/group_1141.py +5 -6
  3260. githubkit/versions/v2022_11_28/types/group_1142.py +8 -5
  3261. githubkit/versions/v2022_11_28/types/group_1143.py +5 -5
  3262. githubkit/versions/v2022_11_28/types/group_1144.py +5 -5
  3263. githubkit/versions/v2022_11_28/types/group_1145.py +3 -3
  3264. githubkit/versions/v2022_11_28/types/group_1146.py +5 -25
  3265. githubkit/versions/v2022_11_28/types/group_1147.py +6 -5
  3266. githubkit/versions/v2022_11_28/types/group_1148.py +24 -5
  3267. githubkit/versions/v2022_11_28/types/group_1149.py +5 -7
  3268. githubkit/versions/v2022_11_28/types/group_1150.py +6 -4
  3269. githubkit/versions/v2022_11_28/types/group_1151.py +6 -5
  3270. githubkit/versions/v2022_11_28/types/group_1152.py +4 -13
  3271. githubkit/versions/v2022_11_28/types/group_1153.py +5 -6
  3272. githubkit/versions/v2022_11_28/types/group_1154.py +11 -5
  3273. githubkit/versions/v2022_11_28/types/group_1155.py +5 -11
  3274. githubkit/versions/v2022_11_28/types/group_1156.py +8 -6
  3275. githubkit/versions/v2022_11_28/types/group_1157.py +12 -62
  3276. githubkit/versions/v2022_11_28/types/group_1158.py +6 -63
  3277. githubkit/versions/v2022_11_28/types/group_1159.py +60 -7
  3278. githubkit/versions/v2022_11_28/types/group_1160.py +63 -7
  3279. githubkit/versions/v2022_11_28/types/group_1161.py +8 -7
  3280. githubkit/versions/v2022_11_28/types/group_1162.py +7 -6
  3281. githubkit/versions/v2022_11_28/types/group_1163.py +9 -5
  3282. githubkit/versions/v2022_11_28/types/group_1164.py +6 -5
  3283. githubkit/versions/v2022_11_28/types/group_1165.py +5 -7
  3284. githubkit/versions/v2022_11_28/types/group_1166.py +5 -9
  3285. githubkit/versions/v2022_11_28/types/group_1167.py +6 -12
  3286. githubkit/versions/v2022_11_28/types/group_1168.py +7 -5
  3287. githubkit/versions/v2022_11_28/types/group_1169.py +12 -5
  3288. githubkit/versions/v2022_11_28/types/group_1170.py +6 -4
  3289. githubkit/versions/v2022_11_28/types/group_1171.py +6 -7
  3290. githubkit/versions/v2022_11_28/types/group_1172.py +4 -11
  3291. githubkit/versions/v2022_11_28/types/group_1173.py +6 -7
  3292. githubkit/versions/v2022_11_28/types/group_1174.py +11 -5
  3293. githubkit/versions/v2022_11_28/types/group_1175.py +7 -5
  3294. githubkit/versions/v2022_11_28/types/group_1176.py +5 -5
  3295. githubkit/versions/v2022_11_28/types/group_1177.py +4 -4
  3296. githubkit/versions/v2022_11_28/types/group_1178.py +5 -12
  3297. githubkit/versions/v2022_11_28/types/group_1179.py +6 -8
  3298. githubkit/versions/v2022_11_28/types/group_1180.py +13 -17
  3299. githubkit/versions/v2022_11_28/types/group_1181.py +7 -24
  3300. githubkit/versions/v2022_11_28/types/group_1182.py +16 -23
  3301. githubkit/versions/v2022_11_28/types/group_1183.py +24 -7
  3302. githubkit/versions/v2022_11_28/types/group_1184.py +22 -6
  3303. githubkit/versions/v2022_11_28/types/group_1185.py +8 -5
  3304. githubkit/versions/v2022_11_28/types/group_1186.py +8 -7
  3305. githubkit/versions/v2022_11_28/types/group_1187.py +4 -7
  3306. githubkit/versions/v2022_11_28/types/group_1188.py +6 -5
  3307. githubkit/versions/v2022_11_28/types/group_1189.py +7 -5
  3308. githubkit/versions/v2022_11_28/types/group_1190.py +6 -9
  3309. githubkit/versions/v2022_11_28/types/group_1191.py +5 -13
  3310. githubkit/versions/v2022_11_28/types/group_1192.py +9 -6
  3311. githubkit/versions/v2022_11_28/types/group_1193.py +12 -6
  3312. githubkit/versions/v2022_11_28/types/group_1194.py +5 -8
  3313. githubkit/versions/v2022_11_28/types/group_1195.py +8 -3
  3314. githubkit/versions/v2022_11_28/types/group_1196.py +8 -5
  3315. githubkit/versions/v2022_11_28/types/group_1197.py +3 -6
  3316. githubkit/versions/v2022_11_28/types/group_1198.py +5 -13
  3317. githubkit/versions/v2022_11_28/types/group_1199.py +6 -7
  3318. githubkit/versions/v2022_11_28/types/group_1200.py +15 -31
  3319. githubkit/versions/v2022_11_28/types/group_1201.py +7 -10
  3320. githubkit/versions/v2022_11_28/types/group_1202.py +35 -15
  3321. githubkit/versions/v2022_11_28/types/group_1203.py +10 -6
  3322. githubkit/versions/v2022_11_28/types/group_1204.py +9 -4
  3323. githubkit/versions/v2022_11_28/types/group_1205.py +6 -5
  3324. githubkit/versions/v2022_11_28/types/group_1206.py +6 -65
  3325. githubkit/versions/v2022_11_28/types/group_1207.py +52 -0
  3326. githubkit/versions/v2022_11_28/types/group_1208.py +21 -0
  3327. githubkit/versions/v2022_11_28/types/group_1209.py +21 -0
  3328. githubkit/versions/v2022_11_28/types/group_1210.py +81 -0
  3329. {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/METADATA +1 -1
  3330. {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/RECORD +3332 -3288
  3331. {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/LICENSE +0 -0
  3332. {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/WHEEL +0 -0
@@ -29,11 +29,14 @@ if TYPE_CHECKING:
29
29
  from githubkit.utils import UNSET
30
30
 
31
31
  from ..models import (
32
+ AccessibleRepository,
32
33
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
33
34
  AppManifestsCodeConversionsPostResponse201,
34
35
  Authorization,
36
+ EnterpriseOrganizationInstallation,
35
37
  HookDelivery,
36
38
  HookDeliveryItem,
39
+ InstallableOrganization,
37
40
  Installation,
38
41
  InstallationRepositoriesGetResponse200,
39
42
  InstallationToken,
@@ -47,6 +50,7 @@ if TYPE_CHECKING:
47
50
  WebhookConfig,
48
51
  )
49
52
  from ..types import (
53
+ AccessibleRepositoryType,
50
54
  AppHookConfigPatchBodyType,
51
55
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
52
56
  AppInstallationsInstallationIdAccessTokensPostBodyType,
@@ -58,8 +62,14 @@ if TYPE_CHECKING:
58
62
  AppManifestsCodeConversionsPostResponse201Type,
59
63
  AppPermissionsType,
60
64
  AuthorizationType,
65
+ EnterpriseOrganizationInstallationType,
66
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBodyType,
67
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBodyType,
68
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBodyType,
69
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBodyType,
61
70
  HookDeliveryItemType,
62
71
  HookDeliveryType,
72
+ InstallableOrganizationType,
63
73
  InstallationRepositoriesGetResponse200Type,
64
74
  InstallationTokenType,
65
75
  InstallationType,
@@ -93,6 +103,7 @@ class AppsClient:
93
103
  self,
94
104
  *,
95
105
  headers: Optional[Mapping[str, str]] = None,
106
+ stream: bool = False,
96
107
  ) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
97
108
  """apps/get-authenticated
98
109
 
@@ -117,6 +128,7 @@ class AppsClient:
117
128
  "GET",
118
129
  url,
119
130
  headers=exclude_unset(headers),
131
+ stream=stream,
120
132
  response_model=Union[Integration, None],
121
133
  )
122
134
 
@@ -124,6 +136,7 @@ class AppsClient:
124
136
  self,
125
137
  *,
126
138
  headers: Optional[Mapping[str, str]] = None,
139
+ stream: bool = False,
127
140
  ) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
128
141
  """apps/get-authenticated
129
142
 
@@ -148,6 +161,7 @@ class AppsClient:
148
161
  "GET",
149
162
  url,
150
163
  headers=exclude_unset(headers),
164
+ stream=stream,
151
165
  response_model=Union[Integration, None],
152
166
  )
153
167
 
@@ -156,6 +170,7 @@ class AppsClient:
156
170
  code: str,
157
171
  *,
158
172
  headers: Optional[Mapping[str, str]] = None,
173
+ stream: bool = False,
159
174
  ) -> Response[
160
175
  AppManifestsCodeConversionsPostResponse201,
161
176
  AppManifestsCodeConversionsPostResponse201Type,
@@ -183,6 +198,7 @@ class AppsClient:
183
198
  "POST",
184
199
  url,
185
200
  headers=exclude_unset(headers),
201
+ stream=stream,
186
202
  response_model=AppManifestsCodeConversionsPostResponse201,
187
203
  error_models={
188
204
  "404": BasicError,
@@ -195,6 +211,7 @@ class AppsClient:
195
211
  code: str,
196
212
  *,
197
213
  headers: Optional[Mapping[str, str]] = None,
214
+ stream: bool = False,
198
215
  ) -> Response[
199
216
  AppManifestsCodeConversionsPostResponse201,
200
217
  AppManifestsCodeConversionsPostResponse201Type,
@@ -222,6 +239,7 @@ class AppsClient:
222
239
  "POST",
223
240
  url,
224
241
  headers=exclude_unset(headers),
242
+ stream=stream,
225
243
  response_model=AppManifestsCodeConversionsPostResponse201,
226
244
  error_models={
227
245
  "404": BasicError,
@@ -233,6 +251,7 @@ class AppsClient:
233
251
  self,
234
252
  *,
235
253
  headers: Optional[Mapping[str, str]] = None,
254
+ stream: bool = False,
236
255
  ) -> Response[WebhookConfig, WebhookConfigType]:
237
256
  """apps/get-webhook-config-for-app
238
257
 
@@ -255,6 +274,7 @@ class AppsClient:
255
274
  "GET",
256
275
  url,
257
276
  headers=exclude_unset(headers),
277
+ stream=stream,
258
278
  response_model=WebhookConfig,
259
279
  )
260
280
 
@@ -262,6 +282,7 @@ class AppsClient:
262
282
  self,
263
283
  *,
264
284
  headers: Optional[Mapping[str, str]] = None,
285
+ stream: bool = False,
265
286
  ) -> Response[WebhookConfig, WebhookConfigType]:
266
287
  """apps/get-webhook-config-for-app
267
288
 
@@ -284,6 +305,7 @@ class AppsClient:
284
305
  "GET",
285
306
  url,
286
307
  headers=exclude_unset(headers),
308
+ stream=stream,
287
309
  response_model=WebhookConfig,
288
310
  )
289
311
 
@@ -292,6 +314,7 @@ class AppsClient:
292
314
  self,
293
315
  *,
294
316
  headers: Optional[Mapping[str, str]] = None,
317
+ stream: bool = False,
295
318
  data: AppHookConfigPatchBodyType,
296
319
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
297
320
 
@@ -301,6 +324,7 @@ class AppsClient:
301
324
  *,
302
325
  data: UnsetType = UNSET,
303
326
  headers: Optional[Mapping[str, str]] = None,
327
+ stream: bool = False,
304
328
  url: Missing[str] = UNSET,
305
329
  content_type: Missing[str] = UNSET,
306
330
  secret: Missing[str] = UNSET,
@@ -311,6 +335,7 @@ class AppsClient:
311
335
  self,
312
336
  *,
313
337
  headers: Optional[Mapping[str, str]] = None,
338
+ stream: bool = False,
314
339
  data: Missing[AppHookConfigPatchBodyType] = UNSET,
315
340
  **kwargs,
316
341
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -345,6 +370,7 @@ class AppsClient:
345
370
  url,
346
371
  json=exclude_unset(json),
347
372
  headers=exclude_unset(headers),
373
+ stream=stream,
348
374
  response_model=WebhookConfig,
349
375
  )
350
376
 
@@ -353,6 +379,7 @@ class AppsClient:
353
379
  self,
354
380
  *,
355
381
  headers: Optional[Mapping[str, str]] = None,
382
+ stream: bool = False,
356
383
  data: AppHookConfigPatchBodyType,
357
384
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
358
385
 
@@ -362,6 +389,7 @@ class AppsClient:
362
389
  *,
363
390
  data: UnsetType = UNSET,
364
391
  headers: Optional[Mapping[str, str]] = None,
392
+ stream: bool = False,
365
393
  url: Missing[str] = UNSET,
366
394
  content_type: Missing[str] = UNSET,
367
395
  secret: Missing[str] = UNSET,
@@ -372,6 +400,7 @@ class AppsClient:
372
400
  self,
373
401
  *,
374
402
  headers: Optional[Mapping[str, str]] = None,
403
+ stream: bool = False,
375
404
  data: Missing[AppHookConfigPatchBodyType] = UNSET,
376
405
  **kwargs,
377
406
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -406,6 +435,7 @@ class AppsClient:
406
435
  url,
407
436
  json=exclude_unset(json),
408
437
  headers=exclude_unset(headers),
438
+ stream=stream,
409
439
  response_model=WebhookConfig,
410
440
  )
411
441
 
@@ -415,6 +445,7 @@ class AppsClient:
415
445
  per_page: Missing[int] = UNSET,
416
446
  cursor: Missing[str] = UNSET,
417
447
  headers: Optional[Mapping[str, str]] = None,
448
+ stream: bool = False,
418
449
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
419
450
  """apps/list-webhook-deliveries
420
451
 
@@ -443,6 +474,7 @@ class AppsClient:
443
474
  url,
444
475
  params=exclude_unset(params),
445
476
  headers=exclude_unset(headers),
477
+ stream=stream,
446
478
  response_model=list[HookDeliveryItem],
447
479
  error_models={
448
480
  "400": BasicError,
@@ -456,6 +488,7 @@ class AppsClient:
456
488
  per_page: Missing[int] = UNSET,
457
489
  cursor: Missing[str] = UNSET,
458
490
  headers: Optional[Mapping[str, str]] = None,
491
+ stream: bool = False,
459
492
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
460
493
  """apps/list-webhook-deliveries
461
494
 
@@ -484,6 +517,7 @@ class AppsClient:
484
517
  url,
485
518
  params=exclude_unset(params),
486
519
  headers=exclude_unset(headers),
520
+ stream=stream,
487
521
  response_model=list[HookDeliveryItem],
488
522
  error_models={
489
523
  "400": BasicError,
@@ -496,6 +530,7 @@ class AppsClient:
496
530
  delivery_id: int,
497
531
  *,
498
532
  headers: Optional[Mapping[str, str]] = None,
533
+ stream: bool = False,
499
534
  ) -> Response[HookDelivery, HookDeliveryType]:
500
535
  """apps/get-webhook-delivery
501
536
 
@@ -518,6 +553,7 @@ class AppsClient:
518
553
  "GET",
519
554
  url,
520
555
  headers=exclude_unset(headers),
556
+ stream=stream,
521
557
  response_model=HookDelivery,
522
558
  error_models={
523
559
  "400": BasicError,
@@ -530,6 +566,7 @@ class AppsClient:
530
566
  delivery_id: int,
531
567
  *,
532
568
  headers: Optional[Mapping[str, str]] = None,
569
+ stream: bool = False,
533
570
  ) -> Response[HookDelivery, HookDeliveryType]:
534
571
  """apps/get-webhook-delivery
535
572
 
@@ -552,6 +589,7 @@ class AppsClient:
552
589
  "GET",
553
590
  url,
554
591
  headers=exclude_unset(headers),
592
+ stream=stream,
555
593
  response_model=HookDelivery,
556
594
  error_models={
557
595
  "400": BasicError,
@@ -564,6 +602,7 @@ class AppsClient:
564
602
  delivery_id: int,
565
603
  *,
566
604
  headers: Optional[Mapping[str, str]] = None,
605
+ stream: bool = False,
567
606
  ) -> Response[
568
607
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
569
608
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -593,6 +632,7 @@ class AppsClient:
593
632
  "POST",
594
633
  url,
595
634
  headers=exclude_unset(headers),
635
+ stream=stream,
596
636
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
597
637
  error_models={
598
638
  "400": BasicError,
@@ -605,6 +645,7 @@ class AppsClient:
605
645
  delivery_id: int,
606
646
  *,
607
647
  headers: Optional[Mapping[str, str]] = None,
648
+ stream: bool = False,
608
649
  ) -> Response[
609
650
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
610
651
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -634,6 +675,7 @@ class AppsClient:
634
675
  "POST",
635
676
  url,
636
677
  headers=exclude_unset(headers),
678
+ stream=stream,
637
679
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
638
680
  error_models={
639
681
  "400": BasicError,
@@ -647,6 +689,7 @@ class AppsClient:
647
689
  per_page: Missing[int] = UNSET,
648
690
  page: Missing[int] = UNSET,
649
691
  headers: Optional[Mapping[str, str]] = None,
692
+ stream: bool = False,
650
693
  ) -> Response[
651
694
  list[IntegrationInstallationRequest], list[IntegrationInstallationRequestType]
652
695
  ]:
@@ -675,6 +718,7 @@ class AppsClient:
675
718
  url,
676
719
  params=exclude_unset(params),
677
720
  headers=exclude_unset(headers),
721
+ stream=stream,
678
722
  response_model=list[IntegrationInstallationRequest],
679
723
  error_models={
680
724
  "401": BasicError,
@@ -687,6 +731,7 @@ class AppsClient:
687
731
  per_page: Missing[int] = UNSET,
688
732
  page: Missing[int] = UNSET,
689
733
  headers: Optional[Mapping[str, str]] = None,
734
+ stream: bool = False,
690
735
  ) -> Response[
691
736
  list[IntegrationInstallationRequest], list[IntegrationInstallationRequestType]
692
737
  ]:
@@ -715,6 +760,7 @@ class AppsClient:
715
760
  url,
716
761
  params=exclude_unset(params),
717
762
  headers=exclude_unset(headers),
763
+ stream=stream,
718
764
  response_model=list[IntegrationInstallationRequest],
719
765
  error_models={
720
766
  "401": BasicError,
@@ -729,6 +775,7 @@ class AppsClient:
729
775
  since: Missing[datetime] = UNSET,
730
776
  outdated: Missing[str] = UNSET,
731
777
  headers: Optional[Mapping[str, str]] = None,
778
+ stream: bool = False,
732
779
  ) -> Response[list[Installation], list[InstallationType]]:
733
780
  """apps/list-installations
734
781
 
@@ -759,6 +806,7 @@ class AppsClient:
759
806
  url,
760
807
  params=exclude_unset(params),
761
808
  headers=exclude_unset(headers),
809
+ stream=stream,
762
810
  response_model=list[Installation],
763
811
  )
764
812
 
@@ -770,6 +818,7 @@ class AppsClient:
770
818
  since: Missing[datetime] = UNSET,
771
819
  outdated: Missing[str] = UNSET,
772
820
  headers: Optional[Mapping[str, str]] = None,
821
+ stream: bool = False,
773
822
  ) -> Response[list[Installation], list[InstallationType]]:
774
823
  """apps/list-installations
775
824
 
@@ -800,6 +849,7 @@ class AppsClient:
800
849
  url,
801
850
  params=exclude_unset(params),
802
851
  headers=exclude_unset(headers),
852
+ stream=stream,
803
853
  response_model=list[Installation],
804
854
  )
805
855
 
@@ -808,6 +858,7 @@ class AppsClient:
808
858
  installation_id: int,
809
859
  *,
810
860
  headers: Optional[Mapping[str, str]] = None,
861
+ stream: bool = False,
811
862
  ) -> Response[Installation, InstallationType]:
812
863
  """apps/get-installation
813
864
 
@@ -830,6 +881,7 @@ class AppsClient:
830
881
  "GET",
831
882
  url,
832
883
  headers=exclude_unset(headers),
884
+ stream=stream,
833
885
  response_model=Installation,
834
886
  error_models={
835
887
  "404": BasicError,
@@ -841,6 +893,7 @@ class AppsClient:
841
893
  installation_id: int,
842
894
  *,
843
895
  headers: Optional[Mapping[str, str]] = None,
896
+ stream: bool = False,
844
897
  ) -> Response[Installation, InstallationType]:
845
898
  """apps/get-installation
846
899
 
@@ -863,6 +916,7 @@ class AppsClient:
863
916
  "GET",
864
917
  url,
865
918
  headers=exclude_unset(headers),
919
+ stream=stream,
866
920
  response_model=Installation,
867
921
  error_models={
868
922
  "404": BasicError,
@@ -874,12 +928,13 @@ class AppsClient:
874
928
  installation_id: int,
875
929
  *,
876
930
  headers: Optional[Mapping[str, str]] = None,
931
+ stream: bool = False,
877
932
  ) -> Response:
878
933
  """apps/delete-installation
879
934
 
880
935
  DELETE /app/installations/{installation_id}
881
936
 
882
- Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#suspend-an-app-installation)" endpoint.
937
+ Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#suspend-an-app-installation)" endpoint.
883
938
 
884
939
  You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
885
940
 
@@ -896,6 +951,7 @@ class AppsClient:
896
951
  "DELETE",
897
952
  url,
898
953
  headers=exclude_unset(headers),
954
+ stream=stream,
899
955
  error_models={
900
956
  "404": BasicError,
901
957
  },
@@ -906,12 +962,13 @@ class AppsClient:
906
962
  installation_id: int,
907
963
  *,
908
964
  headers: Optional[Mapping[str, str]] = None,
965
+ stream: bool = False,
909
966
  ) -> Response:
910
967
  """apps/delete-installation
911
968
 
912
969
  DELETE /app/installations/{installation_id}
913
970
 
914
- Uninstalls a GitHub App on a user, organization, or business account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#suspend-an-app-installation)" endpoint.
971
+ Uninstalls a GitHub App on a user, organization, or enterprise account. If you prefer to temporarily suspend an app's access to your account's resources, then we recommend the "[Suspend an app installation](https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#suspend-an-app-installation)" endpoint.
915
972
 
916
973
  You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
917
974
 
@@ -928,6 +985,7 @@ class AppsClient:
928
985
  "DELETE",
929
986
  url,
930
987
  headers=exclude_unset(headers),
988
+ stream=stream,
931
989
  error_models={
932
990
  "404": BasicError,
933
991
  },
@@ -939,6 +997,7 @@ class AppsClient:
939
997
  installation_id: int,
940
998
  *,
941
999
  headers: Optional[Mapping[str, str]] = None,
1000
+ stream: bool = False,
942
1001
  data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
943
1002
  ) -> Response[InstallationToken, InstallationTokenType]: ...
944
1003
 
@@ -949,6 +1008,7 @@ class AppsClient:
949
1008
  *,
950
1009
  data: UnsetType = UNSET,
951
1010
  headers: Optional[Mapping[str, str]] = None,
1011
+ stream: bool = False,
952
1012
  repositories: Missing[list[str]] = UNSET,
953
1013
  repository_ids: Missing[list[int]] = UNSET,
954
1014
  permissions: Missing[AppPermissionsType] = UNSET,
@@ -959,6 +1019,7 @@ class AppsClient:
959
1019
  installation_id: int,
960
1020
  *,
961
1021
  headers: Optional[Mapping[str, str]] = None,
1022
+ stream: bool = False,
962
1023
  data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
963
1024
  **kwargs,
964
1025
  ) -> Response[InstallationToken, InstallationTokenType]:
@@ -966,12 +1027,14 @@ class AppsClient:
966
1027
 
967
1028
  POST /app/installations/{installation_id}/access_tokens
968
1029
 
969
- Creates an installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an organization or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token. By default the installation token has access to all repositories that the installation can access.
1030
+ Creates an installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an enterprise, organization, or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token. By default the installation token has access to all repositories that the installation can access.
970
1031
 
971
1032
  Optionally, you can use the `repositories` or `repository_ids` body parameters to specify individual repositories that the installation access token can access. If you don't use `repositories` or `repository_ids` to grant access to specific repositories, the installation access token will have access to all repositories that the installation was granted access to. The installation access token cannot be granted access to repositories that the installation was not granted access to. Up to 500 repositories can be listed in this manner.
972
1033
 
973
1034
  Optionally, use the `permissions` body parameter to specify the permissions that the installation access token should have. If `permissions` is not specified, the installation access token will have all of the permissions that were granted to the app. The installation access token cannot be granted permissions that the app was not granted.
974
1035
 
1036
+ Enterprise account installations do not have access to repositories and cannot be scoped down using the `permissions` parameter.
1037
+
975
1038
  You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
976
1039
 
977
1040
  See also: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#create-an-installation-access-token-for-an-app
@@ -1004,6 +1067,7 @@ class AppsClient:
1004
1067
  url,
1005
1068
  json=exclude_unset(json),
1006
1069
  headers=exclude_unset(headers),
1070
+ stream=stream,
1007
1071
  response_model=InstallationToken,
1008
1072
  error_models={
1009
1073
  "403": BasicError,
@@ -1019,6 +1083,7 @@ class AppsClient:
1019
1083
  installation_id: int,
1020
1084
  *,
1021
1085
  headers: Optional[Mapping[str, str]] = None,
1086
+ stream: bool = False,
1022
1087
  data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
1023
1088
  ) -> Response[InstallationToken, InstallationTokenType]: ...
1024
1089
 
@@ -1029,6 +1094,7 @@ class AppsClient:
1029
1094
  *,
1030
1095
  data: UnsetType = UNSET,
1031
1096
  headers: Optional[Mapping[str, str]] = None,
1097
+ stream: bool = False,
1032
1098
  repositories: Missing[list[str]] = UNSET,
1033
1099
  repository_ids: Missing[list[int]] = UNSET,
1034
1100
  permissions: Missing[AppPermissionsType] = UNSET,
@@ -1039,6 +1105,7 @@ class AppsClient:
1039
1105
  installation_id: int,
1040
1106
  *,
1041
1107
  headers: Optional[Mapping[str, str]] = None,
1108
+ stream: bool = False,
1042
1109
  data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
1043
1110
  **kwargs,
1044
1111
  ) -> Response[InstallationToken, InstallationTokenType]:
@@ -1046,12 +1113,14 @@ class AppsClient:
1046
1113
 
1047
1114
  POST /app/installations/{installation_id}/access_tokens
1048
1115
 
1049
- Creates an installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an organization or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token. By default the installation token has access to all repositories that the installation can access.
1116
+ Creates an installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an enterprise, organization, or individual account. Installation tokens expire one hour from the time you create them. Using an expired token produces a status code of `401 - Unauthorized`, and requires creating a new installation token. By default the installation token has access to all repositories that the installation can access.
1050
1117
 
1051
1118
  Optionally, you can use the `repositories` or `repository_ids` body parameters to specify individual repositories that the installation access token can access. If you don't use `repositories` or `repository_ids` to grant access to specific repositories, the installation access token will have access to all repositories that the installation was granted access to. The installation access token cannot be granted access to repositories that the installation was not granted access to. Up to 500 repositories can be listed in this manner.
1052
1119
 
1053
1120
  Optionally, use the `permissions` body parameter to specify the permissions that the installation access token should have. If `permissions` is not specified, the installation access token will have all of the permissions that were granted to the app. The installation access token cannot be granted permissions that the app was not granted.
1054
1121
 
1122
+ Enterprise account installations do not have access to repositories and cannot be scoped down using the `permissions` parameter.
1123
+
1055
1124
  You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
1056
1125
 
1057
1126
  See also: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#create-an-installation-access-token-for-an-app
@@ -1084,6 +1153,7 @@ class AppsClient:
1084
1153
  url,
1085
1154
  json=exclude_unset(json),
1086
1155
  headers=exclude_unset(headers),
1156
+ stream=stream,
1087
1157
  response_model=InstallationToken,
1088
1158
  error_models={
1089
1159
  "403": BasicError,
@@ -1098,12 +1168,13 @@ class AppsClient:
1098
1168
  installation_id: int,
1099
1169
  *,
1100
1170
  headers: Optional[Mapping[str, str]] = None,
1171
+ stream: bool = False,
1101
1172
  ) -> Response:
1102
1173
  """apps/suspend-installation
1103
1174
 
1104
1175
  PUT /app/installations/{installation_id}/suspended
1105
1176
 
1106
- Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub Enterprise Cloud API or webhook events is blocked for that account.
1177
+ Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub Enterprise Cloud API or webhook events is blocked for that account.
1107
1178
 
1108
1179
  You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
1109
1180
 
@@ -1120,6 +1191,7 @@ class AppsClient:
1120
1191
  "PUT",
1121
1192
  url,
1122
1193
  headers=exclude_unset(headers),
1194
+ stream=stream,
1123
1195
  error_models={
1124
1196
  "404": BasicError,
1125
1197
  },
@@ -1130,12 +1202,13 @@ class AppsClient:
1130
1202
  installation_id: int,
1131
1203
  *,
1132
1204
  headers: Optional[Mapping[str, str]] = None,
1205
+ stream: bool = False,
1133
1206
  ) -> Response:
1134
1207
  """apps/suspend-installation
1135
1208
 
1136
1209
  PUT /app/installations/{installation_id}/suspended
1137
1210
 
1138
- Suspends a GitHub App on a user, organization, or business account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub Enterprise Cloud API or webhook events is blocked for that account.
1211
+ Suspends a GitHub App on a user, organization, or enterprise account, which blocks the app from accessing the account's resources. When a GitHub App is suspended, the app's access to the GitHub Enterprise Cloud API or webhook events is blocked for that account.
1139
1212
 
1140
1213
  You must use a [JWT](https://docs.github.com/enterprise-cloud@latest//apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app) to access this endpoint.
1141
1214
 
@@ -1152,6 +1225,7 @@ class AppsClient:
1152
1225
  "PUT",
1153
1226
  url,
1154
1227
  headers=exclude_unset(headers),
1228
+ stream=stream,
1155
1229
  error_models={
1156
1230
  "404": BasicError,
1157
1231
  },
@@ -1162,6 +1236,7 @@ class AppsClient:
1162
1236
  installation_id: int,
1163
1237
  *,
1164
1238
  headers: Optional[Mapping[str, str]] = None,
1239
+ stream: bool = False,
1165
1240
  ) -> Response:
1166
1241
  """apps/unsuspend-installation
1167
1242
 
@@ -1184,6 +1259,7 @@ class AppsClient:
1184
1259
  "DELETE",
1185
1260
  url,
1186
1261
  headers=exclude_unset(headers),
1262
+ stream=stream,
1187
1263
  error_models={
1188
1264
  "404": BasicError,
1189
1265
  },
@@ -1194,6 +1270,7 @@ class AppsClient:
1194
1270
  installation_id: int,
1195
1271
  *,
1196
1272
  headers: Optional[Mapping[str, str]] = None,
1273
+ stream: bool = False,
1197
1274
  ) -> Response:
1198
1275
  """apps/unsuspend-installation
1199
1276
 
@@ -1216,6 +1293,7 @@ class AppsClient:
1216
1293
  "DELETE",
1217
1294
  url,
1218
1295
  headers=exclude_unset(headers),
1296
+ stream=stream,
1219
1297
  error_models={
1220
1298
  "404": BasicError,
1221
1299
  },
@@ -1227,6 +1305,7 @@ class AppsClient:
1227
1305
  client_id: str,
1228
1306
  *,
1229
1307
  headers: Optional[Mapping[str, str]] = None,
1308
+ stream: bool = False,
1230
1309
  data: ApplicationsClientIdGrantDeleteBodyType,
1231
1310
  ) -> Response: ...
1232
1311
 
@@ -1237,6 +1316,7 @@ class AppsClient:
1237
1316
  *,
1238
1317
  data: UnsetType = UNSET,
1239
1318
  headers: Optional[Mapping[str, str]] = None,
1319
+ stream: bool = False,
1240
1320
  access_token: str,
1241
1321
  ) -> Response: ...
1242
1322
 
@@ -1245,6 +1325,7 @@ class AppsClient:
1245
1325
  client_id: str,
1246
1326
  *,
1247
1327
  headers: Optional[Mapping[str, str]] = None,
1328
+ stream: bool = False,
1248
1329
  data: Missing[ApplicationsClientIdGrantDeleteBodyType] = UNSET,
1249
1330
  **kwargs,
1250
1331
  ) -> Response:
@@ -1278,6 +1359,7 @@ class AppsClient:
1278
1359
  url,
1279
1360
  json=exclude_unset(json),
1280
1361
  headers=exclude_unset(headers),
1362
+ stream=stream,
1281
1363
  error_models={
1282
1364
  "422": ValidationError,
1283
1365
  },
@@ -1289,6 +1371,7 @@ class AppsClient:
1289
1371
  client_id: str,
1290
1372
  *,
1291
1373
  headers: Optional[Mapping[str, str]] = None,
1374
+ stream: bool = False,
1292
1375
  data: ApplicationsClientIdGrantDeleteBodyType,
1293
1376
  ) -> Response: ...
1294
1377
 
@@ -1299,6 +1382,7 @@ class AppsClient:
1299
1382
  *,
1300
1383
  data: UnsetType = UNSET,
1301
1384
  headers: Optional[Mapping[str, str]] = None,
1385
+ stream: bool = False,
1302
1386
  access_token: str,
1303
1387
  ) -> Response: ...
1304
1388
 
@@ -1307,6 +1391,7 @@ class AppsClient:
1307
1391
  client_id: str,
1308
1392
  *,
1309
1393
  headers: Optional[Mapping[str, str]] = None,
1394
+ stream: bool = False,
1310
1395
  data: Missing[ApplicationsClientIdGrantDeleteBodyType] = UNSET,
1311
1396
  **kwargs,
1312
1397
  ) -> Response:
@@ -1340,6 +1425,7 @@ class AppsClient:
1340
1425
  url,
1341
1426
  json=exclude_unset(json),
1342
1427
  headers=exclude_unset(headers),
1428
+ stream=stream,
1343
1429
  error_models={
1344
1430
  "422": ValidationError,
1345
1431
  },
@@ -1351,6 +1437,7 @@ class AppsClient:
1351
1437
  client_id: str,
1352
1438
  *,
1353
1439
  headers: Optional[Mapping[str, str]] = None,
1440
+ stream: bool = False,
1354
1441
  data: ApplicationsClientIdTokenPostBodyType,
1355
1442
  ) -> Response[Authorization, AuthorizationType]: ...
1356
1443
 
@@ -1361,6 +1448,7 @@ class AppsClient:
1361
1448
  *,
1362
1449
  data: UnsetType = UNSET,
1363
1450
  headers: Optional[Mapping[str, str]] = None,
1451
+ stream: bool = False,
1364
1452
  access_token: str,
1365
1453
  ) -> Response[Authorization, AuthorizationType]: ...
1366
1454
 
@@ -1369,6 +1457,7 @@ class AppsClient:
1369
1457
  client_id: str,
1370
1458
  *,
1371
1459
  headers: Optional[Mapping[str, str]] = None,
1460
+ stream: bool = False,
1372
1461
  data: Missing[ApplicationsClientIdTokenPostBodyType] = UNSET,
1373
1462
  **kwargs,
1374
1463
  ) -> Response[Authorization, AuthorizationType]:
@@ -1406,6 +1495,7 @@ class AppsClient:
1406
1495
  url,
1407
1496
  json=exclude_unset(json),
1408
1497
  headers=exclude_unset(headers),
1498
+ stream=stream,
1409
1499
  response_model=Authorization,
1410
1500
  error_models={
1411
1501
  "422": ValidationError,
@@ -1419,6 +1509,7 @@ class AppsClient:
1419
1509
  client_id: str,
1420
1510
  *,
1421
1511
  headers: Optional[Mapping[str, str]] = None,
1512
+ stream: bool = False,
1422
1513
  data: ApplicationsClientIdTokenPostBodyType,
1423
1514
  ) -> Response[Authorization, AuthorizationType]: ...
1424
1515
 
@@ -1429,6 +1520,7 @@ class AppsClient:
1429
1520
  *,
1430
1521
  data: UnsetType = UNSET,
1431
1522
  headers: Optional[Mapping[str, str]] = None,
1523
+ stream: bool = False,
1432
1524
  access_token: str,
1433
1525
  ) -> Response[Authorization, AuthorizationType]: ...
1434
1526
 
@@ -1437,6 +1529,7 @@ class AppsClient:
1437
1529
  client_id: str,
1438
1530
  *,
1439
1531
  headers: Optional[Mapping[str, str]] = None,
1532
+ stream: bool = False,
1440
1533
  data: Missing[ApplicationsClientIdTokenPostBodyType] = UNSET,
1441
1534
  **kwargs,
1442
1535
  ) -> Response[Authorization, AuthorizationType]:
@@ -1474,6 +1567,7 @@ class AppsClient:
1474
1567
  url,
1475
1568
  json=exclude_unset(json),
1476
1569
  headers=exclude_unset(headers),
1570
+ stream=stream,
1477
1571
  response_model=Authorization,
1478
1572
  error_models={
1479
1573
  "422": ValidationError,
@@ -1487,6 +1581,7 @@ class AppsClient:
1487
1581
  client_id: str,
1488
1582
  *,
1489
1583
  headers: Optional[Mapping[str, str]] = None,
1584
+ stream: bool = False,
1490
1585
  data: ApplicationsClientIdTokenDeleteBodyType,
1491
1586
  ) -> Response: ...
1492
1587
 
@@ -1497,6 +1592,7 @@ class AppsClient:
1497
1592
  *,
1498
1593
  data: UnsetType = UNSET,
1499
1594
  headers: Optional[Mapping[str, str]] = None,
1595
+ stream: bool = False,
1500
1596
  access_token: str,
1501
1597
  ) -> Response: ...
1502
1598
 
@@ -1505,6 +1601,7 @@ class AppsClient:
1505
1601
  client_id: str,
1506
1602
  *,
1507
1603
  headers: Optional[Mapping[str, str]] = None,
1604
+ stream: bool = False,
1508
1605
  data: Missing[ApplicationsClientIdTokenDeleteBodyType] = UNSET,
1509
1606
  **kwargs,
1510
1607
  ) -> Response:
@@ -1537,6 +1634,7 @@ class AppsClient:
1537
1634
  url,
1538
1635
  json=exclude_unset(json),
1539
1636
  headers=exclude_unset(headers),
1637
+ stream=stream,
1540
1638
  error_models={
1541
1639
  "422": ValidationError,
1542
1640
  },
@@ -1548,6 +1646,7 @@ class AppsClient:
1548
1646
  client_id: str,
1549
1647
  *,
1550
1648
  headers: Optional[Mapping[str, str]] = None,
1649
+ stream: bool = False,
1551
1650
  data: ApplicationsClientIdTokenDeleteBodyType,
1552
1651
  ) -> Response: ...
1553
1652
 
@@ -1558,6 +1657,7 @@ class AppsClient:
1558
1657
  *,
1559
1658
  data: UnsetType = UNSET,
1560
1659
  headers: Optional[Mapping[str, str]] = None,
1660
+ stream: bool = False,
1561
1661
  access_token: str,
1562
1662
  ) -> Response: ...
1563
1663
 
@@ -1566,6 +1666,7 @@ class AppsClient:
1566
1666
  client_id: str,
1567
1667
  *,
1568
1668
  headers: Optional[Mapping[str, str]] = None,
1669
+ stream: bool = False,
1569
1670
  data: Missing[ApplicationsClientIdTokenDeleteBodyType] = UNSET,
1570
1671
  **kwargs,
1571
1672
  ) -> Response:
@@ -1598,6 +1699,7 @@ class AppsClient:
1598
1699
  url,
1599
1700
  json=exclude_unset(json),
1600
1701
  headers=exclude_unset(headers),
1702
+ stream=stream,
1601
1703
  error_models={
1602
1704
  "422": ValidationError,
1603
1705
  },
@@ -1609,6 +1711,7 @@ class AppsClient:
1609
1711
  client_id: str,
1610
1712
  *,
1611
1713
  headers: Optional[Mapping[str, str]] = None,
1714
+ stream: bool = False,
1612
1715
  data: ApplicationsClientIdTokenPatchBodyType,
1613
1716
  ) -> Response[Authorization, AuthorizationType]: ...
1614
1717
 
@@ -1619,6 +1722,7 @@ class AppsClient:
1619
1722
  *,
1620
1723
  data: UnsetType = UNSET,
1621
1724
  headers: Optional[Mapping[str, str]] = None,
1725
+ stream: bool = False,
1622
1726
  access_token: str,
1623
1727
  ) -> Response[Authorization, AuthorizationType]: ...
1624
1728
 
@@ -1627,6 +1731,7 @@ class AppsClient:
1627
1731
  client_id: str,
1628
1732
  *,
1629
1733
  headers: Optional[Mapping[str, str]] = None,
1734
+ stream: bool = False,
1630
1735
  data: Missing[ApplicationsClientIdTokenPatchBodyType] = UNSET,
1631
1736
  **kwargs,
1632
1737
  ) -> Response[Authorization, AuthorizationType]:
@@ -1663,6 +1768,7 @@ class AppsClient:
1663
1768
  url,
1664
1769
  json=exclude_unset(json),
1665
1770
  headers=exclude_unset(headers),
1771
+ stream=stream,
1666
1772
  response_model=Authorization,
1667
1773
  error_models={
1668
1774
  "422": ValidationError,
@@ -1675,6 +1781,7 @@ class AppsClient:
1675
1781
  client_id: str,
1676
1782
  *,
1677
1783
  headers: Optional[Mapping[str, str]] = None,
1784
+ stream: bool = False,
1678
1785
  data: ApplicationsClientIdTokenPatchBodyType,
1679
1786
  ) -> Response[Authorization, AuthorizationType]: ...
1680
1787
 
@@ -1685,6 +1792,7 @@ class AppsClient:
1685
1792
  *,
1686
1793
  data: UnsetType = UNSET,
1687
1794
  headers: Optional[Mapping[str, str]] = None,
1795
+ stream: bool = False,
1688
1796
  access_token: str,
1689
1797
  ) -> Response[Authorization, AuthorizationType]: ...
1690
1798
 
@@ -1693,6 +1801,7 @@ class AppsClient:
1693
1801
  client_id: str,
1694
1802
  *,
1695
1803
  headers: Optional[Mapping[str, str]] = None,
1804
+ stream: bool = False,
1696
1805
  data: Missing[ApplicationsClientIdTokenPatchBodyType] = UNSET,
1697
1806
  **kwargs,
1698
1807
  ) -> Response[Authorization, AuthorizationType]:
@@ -1729,6 +1838,7 @@ class AppsClient:
1729
1838
  url,
1730
1839
  json=exclude_unset(json),
1731
1840
  headers=exclude_unset(headers),
1841
+ stream=stream,
1732
1842
  response_model=Authorization,
1733
1843
  error_models={
1734
1844
  "422": ValidationError,
@@ -1741,6 +1851,7 @@ class AppsClient:
1741
1851
  client_id: str,
1742
1852
  *,
1743
1853
  headers: Optional[Mapping[str, str]] = None,
1854
+ stream: bool = False,
1744
1855
  data: ApplicationsClientIdTokenScopedPostBodyType,
1745
1856
  ) -> Response[Authorization, AuthorizationType]: ...
1746
1857
 
@@ -1751,6 +1862,7 @@ class AppsClient:
1751
1862
  *,
1752
1863
  data: UnsetType = UNSET,
1753
1864
  headers: Optional[Mapping[str, str]] = None,
1865
+ stream: bool = False,
1754
1866
  access_token: str,
1755
1867
  target: Missing[str] = UNSET,
1756
1868
  target_id: Missing[int] = UNSET,
@@ -1764,6 +1876,7 @@ class AppsClient:
1764
1876
  client_id: str,
1765
1877
  *,
1766
1878
  headers: Optional[Mapping[str, str]] = None,
1879
+ stream: bool = False,
1767
1880
  data: Missing[ApplicationsClientIdTokenScopedPostBodyType] = UNSET,
1768
1881
  **kwargs,
1769
1882
  ) -> Response[Authorization, AuthorizationType]:
@@ -1805,6 +1918,7 @@ class AppsClient:
1805
1918
  url,
1806
1919
  json=exclude_unset(json),
1807
1920
  headers=exclude_unset(headers),
1921
+ stream=stream,
1808
1922
  response_model=Authorization,
1809
1923
  error_models={
1810
1924
  "401": BasicError,
@@ -1820,6 +1934,7 @@ class AppsClient:
1820
1934
  client_id: str,
1821
1935
  *,
1822
1936
  headers: Optional[Mapping[str, str]] = None,
1937
+ stream: bool = False,
1823
1938
  data: ApplicationsClientIdTokenScopedPostBodyType,
1824
1939
  ) -> Response[Authorization, AuthorizationType]: ...
1825
1940
 
@@ -1830,6 +1945,7 @@ class AppsClient:
1830
1945
  *,
1831
1946
  data: UnsetType = UNSET,
1832
1947
  headers: Optional[Mapping[str, str]] = None,
1948
+ stream: bool = False,
1833
1949
  access_token: str,
1834
1950
  target: Missing[str] = UNSET,
1835
1951
  target_id: Missing[int] = UNSET,
@@ -1843,6 +1959,7 @@ class AppsClient:
1843
1959
  client_id: str,
1844
1960
  *,
1845
1961
  headers: Optional[Mapping[str, str]] = None,
1962
+ stream: bool = False,
1846
1963
  data: Missing[ApplicationsClientIdTokenScopedPostBodyType] = UNSET,
1847
1964
  **kwargs,
1848
1965
  ) -> Response[Authorization, AuthorizationType]:
@@ -1884,6 +2001,7 @@ class AppsClient:
1884
2001
  url,
1885
2002
  json=exclude_unset(json),
1886
2003
  headers=exclude_unset(headers),
2004
+ stream=stream,
1887
2005
  response_model=Authorization,
1888
2006
  error_models={
1889
2007
  "401": BasicError,
@@ -1898,6 +2016,7 @@ class AppsClient:
1898
2016
  app_slug: str,
1899
2017
  *,
1900
2018
  headers: Optional[Mapping[str, str]] = None,
2019
+ stream: bool = False,
1901
2020
  ) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
1902
2021
  """apps/get-by-slug
1903
2022
 
@@ -1921,6 +2040,7 @@ class AppsClient:
1921
2040
  "GET",
1922
2041
  url,
1923
2042
  headers=exclude_unset(headers),
2043
+ stream=stream,
1924
2044
  response_model=Union[Integration, None],
1925
2045
  error_models={
1926
2046
  "403": BasicError,
@@ -1933,6 +2053,7 @@ class AppsClient:
1933
2053
  app_slug: str,
1934
2054
  *,
1935
2055
  headers: Optional[Mapping[str, str]] = None,
2056
+ stream: bool = False,
1936
2057
  ) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
1937
2058
  """apps/get-by-slug
1938
2059
 
@@ -1956,6 +2077,7 @@ class AppsClient:
1956
2077
  "GET",
1957
2078
  url,
1958
2079
  headers=exclude_unset(headers),
2080
+ stream=stream,
1959
2081
  response_model=Union[Integration, None],
1960
2082
  error_models={
1961
2083
  "403": BasicError,
@@ -1963,12 +2085,1065 @@ class AppsClient:
1963
2085
  },
1964
2086
  )
1965
2087
 
2088
+ def installable_organizations(
2089
+ self,
2090
+ enterprise: str,
2091
+ *,
2092
+ per_page: Missing[int] = UNSET,
2093
+ page: Missing[int] = UNSET,
2094
+ headers: Optional[Mapping[str, str]] = None,
2095
+ stream: bool = False,
2096
+ ) -> Response[list[InstallableOrganization], list[InstallableOrganizationType]]:
2097
+ """enterprise-apps/installable-organizations
2098
+
2099
+ GET /enterprises/{enterprise}/apps/installable_organizations
2100
+
2101
+ List the organizations owned by the enterprise, intended for use by GitHub Apps that are managing applications across the enterprise.
2102
+
2103
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2104
+
2105
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-enterprise-owned-organizations-that-can-have-github-apps-installed
2106
+ """
2107
+
2108
+ from ..models import InstallableOrganization
2109
+
2110
+ url = f"/enterprises/{enterprise}/apps/installable_organizations"
2111
+
2112
+ params = {
2113
+ "per_page": per_page,
2114
+ "page": page,
2115
+ }
2116
+
2117
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2118
+
2119
+ return self._github.request(
2120
+ "GET",
2121
+ url,
2122
+ params=exclude_unset(params),
2123
+ headers=exclude_unset(headers),
2124
+ stream=stream,
2125
+ response_model=list[InstallableOrganization],
2126
+ )
2127
+
2128
+ async def async_installable_organizations(
2129
+ self,
2130
+ enterprise: str,
2131
+ *,
2132
+ per_page: Missing[int] = UNSET,
2133
+ page: Missing[int] = UNSET,
2134
+ headers: Optional[Mapping[str, str]] = None,
2135
+ stream: bool = False,
2136
+ ) -> Response[list[InstallableOrganization], list[InstallableOrganizationType]]:
2137
+ """enterprise-apps/installable-organizations
2138
+
2139
+ GET /enterprises/{enterprise}/apps/installable_organizations
2140
+
2141
+ List the organizations owned by the enterprise, intended for use by GitHub Apps that are managing applications across the enterprise.
2142
+
2143
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2144
+
2145
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-enterprise-owned-organizations-that-can-have-github-apps-installed
2146
+ """
2147
+
2148
+ from ..models import InstallableOrganization
2149
+
2150
+ url = f"/enterprises/{enterprise}/apps/installable_organizations"
2151
+
2152
+ params = {
2153
+ "per_page": per_page,
2154
+ "page": page,
2155
+ }
2156
+
2157
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2158
+
2159
+ return await self._github.arequest(
2160
+ "GET",
2161
+ url,
2162
+ params=exclude_unset(params),
2163
+ headers=exclude_unset(headers),
2164
+ stream=stream,
2165
+ response_model=list[InstallableOrganization],
2166
+ )
2167
+
2168
+ def installable_organization_accessible_repositories(
2169
+ self,
2170
+ enterprise: str,
2171
+ org: str,
2172
+ *,
2173
+ per_page: Missing[int] = UNSET,
2174
+ page: Missing[int] = UNSET,
2175
+ headers: Optional[Mapping[str, str]] = None,
2176
+ stream: bool = False,
2177
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
2178
+ """enterprise-apps/installable-organization-accessible-repositories
2179
+
2180
+ GET /enterprises/{enterprise}/apps/installable_organizations/{org}/accessible_repositories
2181
+
2182
+ List the repositories belonging to an enterprise-owned organization that can be made accessible to a GitHub App installed on that organization. This API provides a shallow list of repositories in the organization, allowing the caller to then add or remove those repositories to an installation in that organization.
2183
+
2184
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2185
+
2186
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization
2187
+ """
2188
+
2189
+ from ..models import AccessibleRepository
2190
+
2191
+ url = f"/enterprises/{enterprise}/apps/installable_organizations/{org}/accessible_repositories"
2192
+
2193
+ params = {
2194
+ "per_page": per_page,
2195
+ "page": page,
2196
+ }
2197
+
2198
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2199
+
2200
+ return self._github.request(
2201
+ "GET",
2202
+ url,
2203
+ params=exclude_unset(params),
2204
+ headers=exclude_unset(headers),
2205
+ stream=stream,
2206
+ response_model=list[AccessibleRepository],
2207
+ )
2208
+
2209
+ async def async_installable_organization_accessible_repositories(
2210
+ self,
2211
+ enterprise: str,
2212
+ org: str,
2213
+ *,
2214
+ per_page: Missing[int] = UNSET,
2215
+ page: Missing[int] = UNSET,
2216
+ headers: Optional[Mapping[str, str]] = None,
2217
+ stream: bool = False,
2218
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
2219
+ """enterprise-apps/installable-organization-accessible-repositories
2220
+
2221
+ GET /enterprises/{enterprise}/apps/installable_organizations/{org}/accessible_repositories
2222
+
2223
+ List the repositories belonging to an enterprise-owned organization that can be made accessible to a GitHub App installed on that organization. This API provides a shallow list of repositories in the organization, allowing the caller to then add or remove those repositories to an installation in that organization.
2224
+
2225
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2226
+
2227
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-repositories-belonging-to-an-enterprise-owned-organization
2228
+ """
2229
+
2230
+ from ..models import AccessibleRepository
2231
+
2232
+ url = f"/enterprises/{enterprise}/apps/installable_organizations/{org}/accessible_repositories"
2233
+
2234
+ params = {
2235
+ "per_page": per_page,
2236
+ "page": page,
2237
+ }
2238
+
2239
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2240
+
2241
+ return await self._github.arequest(
2242
+ "GET",
2243
+ url,
2244
+ params=exclude_unset(params),
2245
+ headers=exclude_unset(headers),
2246
+ stream=stream,
2247
+ response_model=list[AccessibleRepository],
2248
+ )
2249
+
2250
+ def organization_installations(
2251
+ self,
2252
+ enterprise: str,
2253
+ org: str,
2254
+ *,
2255
+ per_page: Missing[int] = UNSET,
2256
+ page: Missing[int] = UNSET,
2257
+ headers: Optional[Mapping[str, str]] = None,
2258
+ stream: bool = False,
2259
+ ) -> Response[
2260
+ list[EnterpriseOrganizationInstallation],
2261
+ list[EnterpriseOrganizationInstallationType],
2262
+ ]:
2263
+ """enterprise-apps/organization-installations
2264
+
2265
+ GET /enterprises/{enterprise}/apps/organizations/{org}/installations
2266
+
2267
+ Lists the GitHub App installations associated with the given enterprise-owned organization. This lists all GitHub Apps that have been installed on the organization, regardless of who owns the application.
2268
+
2269
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2270
+
2271
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#list-github-apps-installed-on-an-enterprise-owned-organization
2272
+ """
2273
+
2274
+ from ..models import EnterpriseOrganizationInstallation
2275
+
2276
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations"
2277
+
2278
+ params = {
2279
+ "per_page": per_page,
2280
+ "page": page,
2281
+ }
2282
+
2283
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2284
+
2285
+ return self._github.request(
2286
+ "GET",
2287
+ url,
2288
+ params=exclude_unset(params),
2289
+ headers=exclude_unset(headers),
2290
+ stream=stream,
2291
+ response_model=list[EnterpriseOrganizationInstallation],
2292
+ )
2293
+
2294
+ async def async_organization_installations(
2295
+ self,
2296
+ enterprise: str,
2297
+ org: str,
2298
+ *,
2299
+ per_page: Missing[int] = UNSET,
2300
+ page: Missing[int] = UNSET,
2301
+ headers: Optional[Mapping[str, str]] = None,
2302
+ stream: bool = False,
2303
+ ) -> Response[
2304
+ list[EnterpriseOrganizationInstallation],
2305
+ list[EnterpriseOrganizationInstallationType],
2306
+ ]:
2307
+ """enterprise-apps/organization-installations
2308
+
2309
+ GET /enterprises/{enterprise}/apps/organizations/{org}/installations
2310
+
2311
+ Lists the GitHub App installations associated with the given enterprise-owned organization. This lists all GitHub Apps that have been installed on the organization, regardless of who owns the application.
2312
+
2313
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2314
+
2315
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#list-github-apps-installed-on-an-enterprise-owned-organization
2316
+ """
2317
+
2318
+ from ..models import EnterpriseOrganizationInstallation
2319
+
2320
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations"
2321
+
2322
+ params = {
2323
+ "per_page": per_page,
2324
+ "page": page,
2325
+ }
2326
+
2327
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2328
+
2329
+ return await self._github.arequest(
2330
+ "GET",
2331
+ url,
2332
+ params=exclude_unset(params),
2333
+ headers=exclude_unset(headers),
2334
+ stream=stream,
2335
+ response_model=list[EnterpriseOrganizationInstallation],
2336
+ )
2337
+
2338
+ @overload
2339
+ def create_installation(
2340
+ self,
2341
+ enterprise: str,
2342
+ org: str,
2343
+ *,
2344
+ headers: Optional[Mapping[str, str]] = None,
2345
+ stream: bool = False,
2346
+ data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBodyType,
2347
+ ) -> Response[Installation, InstallationType]: ...
2348
+
2349
+ @overload
2350
+ def create_installation(
2351
+ self,
2352
+ enterprise: str,
2353
+ org: str,
2354
+ *,
2355
+ data: UnsetType = UNSET,
2356
+ headers: Optional[Mapping[str, str]] = None,
2357
+ stream: bool = False,
2358
+ client_id: str,
2359
+ repository_selection: Literal["all", "selected", "none"],
2360
+ repositories: Missing[list[str]] = UNSET,
2361
+ ) -> Response[Installation, InstallationType]: ...
2362
+
2363
+ def create_installation(
2364
+ self,
2365
+ enterprise: str,
2366
+ org: str,
2367
+ *,
2368
+ headers: Optional[Mapping[str, str]] = None,
2369
+ stream: bool = False,
2370
+ data: Missing[
2371
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBodyType
2372
+ ] = UNSET,
2373
+ **kwargs,
2374
+ ) -> Response[Installation, InstallationType]:
2375
+ """enterprise-apps/create-installation
2376
+
2377
+ POST /enterprises/{enterprise}/apps/organizations/{org}/installations
2378
+
2379
+ Installs any valid GitHub App on the specified organization owned by the enterprise. If the app is already installed on the organization, and is suspended, it will be unsuspended.
2380
+ If the app has a pending installation request, they will all be approved.
2381
+
2382
+ If the app is already installed and has a pending update request, it will be updated to the latest version. If the app is now requesting repository permissions, it will be given access to the repositories listed in the request or fail if no `repository_selection` is provided.
2383
+
2384
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2385
+
2386
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#install-a-github-app-on-an-enterprise-owned-organization
2387
+ """
2388
+
2389
+ from ..models import (
2390
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBody,
2391
+ Installation,
2392
+ )
2393
+
2394
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations"
2395
+
2396
+ headers = {
2397
+ "Content-Type": "application/json",
2398
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
2399
+ **(headers or {}),
2400
+ }
2401
+
2402
+ json = kwargs if data is UNSET else data
2403
+ if self._github.config.rest_api_validate_body:
2404
+ json = type_validate_python(
2405
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBody, json
2406
+ )
2407
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2408
+
2409
+ return self._github.request(
2410
+ "POST",
2411
+ url,
2412
+ json=exclude_unset(json),
2413
+ headers=exclude_unset(headers),
2414
+ stream=stream,
2415
+ response_model=Installation,
2416
+ )
2417
+
2418
+ @overload
2419
+ async def async_create_installation(
2420
+ self,
2421
+ enterprise: str,
2422
+ org: str,
2423
+ *,
2424
+ headers: Optional[Mapping[str, str]] = None,
2425
+ stream: bool = False,
2426
+ data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBodyType,
2427
+ ) -> Response[Installation, InstallationType]: ...
2428
+
2429
+ @overload
2430
+ async def async_create_installation(
2431
+ self,
2432
+ enterprise: str,
2433
+ org: str,
2434
+ *,
2435
+ data: UnsetType = UNSET,
2436
+ headers: Optional[Mapping[str, str]] = None,
2437
+ stream: bool = False,
2438
+ client_id: str,
2439
+ repository_selection: Literal["all", "selected", "none"],
2440
+ repositories: Missing[list[str]] = UNSET,
2441
+ ) -> Response[Installation, InstallationType]: ...
2442
+
2443
+ async def async_create_installation(
2444
+ self,
2445
+ enterprise: str,
2446
+ org: str,
2447
+ *,
2448
+ headers: Optional[Mapping[str, str]] = None,
2449
+ stream: bool = False,
2450
+ data: Missing[
2451
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBodyType
2452
+ ] = UNSET,
2453
+ **kwargs,
2454
+ ) -> Response[Installation, InstallationType]:
2455
+ """enterprise-apps/create-installation
2456
+
2457
+ POST /enterprises/{enterprise}/apps/organizations/{org}/installations
2458
+
2459
+ Installs any valid GitHub App on the specified organization owned by the enterprise. If the app is already installed on the organization, and is suspended, it will be unsuspended.
2460
+ If the app has a pending installation request, they will all be approved.
2461
+
2462
+ If the app is already installed and has a pending update request, it will be updated to the latest version. If the app is now requesting repository permissions, it will be given access to the repositories listed in the request or fail if no `repository_selection` is provided.
2463
+
2464
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2465
+
2466
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#install-a-github-app-on-an-enterprise-owned-organization
2467
+ """
2468
+
2469
+ from ..models import (
2470
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBody,
2471
+ Installation,
2472
+ )
2473
+
2474
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations"
2475
+
2476
+ headers = {
2477
+ "Content-Type": "application/json",
2478
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
2479
+ **(headers or {}),
2480
+ }
2481
+
2482
+ json = kwargs if data is UNSET else data
2483
+ if self._github.config.rest_api_validate_body:
2484
+ json = type_validate_python(
2485
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsPostBody, json
2486
+ )
2487
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2488
+
2489
+ return await self._github.arequest(
2490
+ "POST",
2491
+ url,
2492
+ json=exclude_unset(json),
2493
+ headers=exclude_unset(headers),
2494
+ stream=stream,
2495
+ response_model=Installation,
2496
+ )
2497
+
2498
+ def enterprise_delete_installation(
2499
+ self,
2500
+ enterprise: str,
2501
+ org: str,
2502
+ installation_id: int,
2503
+ *,
2504
+ headers: Optional[Mapping[str, str]] = None,
2505
+ stream: bool = False,
2506
+ ) -> Response:
2507
+ """enterprise-apps/enterprise-delete-installation
2508
+
2509
+ DELETE /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}
2510
+
2511
+ Uninstall a GitHub App from an organization. Any app installed on the organization can be removed.
2512
+
2513
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2514
+
2515
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#uninstall-a-github-app-from-an-enterprise-owned-organization
2516
+ """
2517
+
2518
+ from ..models import BasicError
2519
+
2520
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}"
2521
+
2522
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2523
+
2524
+ return self._github.request(
2525
+ "DELETE",
2526
+ url,
2527
+ headers=exclude_unset(headers),
2528
+ stream=stream,
2529
+ error_models={
2530
+ "404": BasicError,
2531
+ "403": BasicError,
2532
+ },
2533
+ )
2534
+
2535
+ async def async_enterprise_delete_installation(
2536
+ self,
2537
+ enterprise: str,
2538
+ org: str,
2539
+ installation_id: int,
2540
+ *,
2541
+ headers: Optional[Mapping[str, str]] = None,
2542
+ stream: bool = False,
2543
+ ) -> Response:
2544
+ """enterprise-apps/enterprise-delete-installation
2545
+
2546
+ DELETE /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}
2547
+
2548
+ Uninstall a GitHub App from an organization. Any app installed on the organization can be removed.
2549
+
2550
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2551
+
2552
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#uninstall-a-github-app-from-an-enterprise-owned-organization
2553
+ """
2554
+
2555
+ from ..models import BasicError
2556
+
2557
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}"
2558
+
2559
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2560
+
2561
+ return await self._github.arequest(
2562
+ "DELETE",
2563
+ url,
2564
+ headers=exclude_unset(headers),
2565
+ stream=stream,
2566
+ error_models={
2567
+ "404": BasicError,
2568
+ "403": BasicError,
2569
+ },
2570
+ )
2571
+
2572
+ def organization_installation_repositories(
2573
+ self,
2574
+ enterprise: str,
2575
+ org: str,
2576
+ installation_id: int,
2577
+ *,
2578
+ per_page: Missing[int] = UNSET,
2579
+ page: Missing[int] = UNSET,
2580
+ headers: Optional[Mapping[str, str]] = None,
2581
+ stream: bool = False,
2582
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
2583
+ """enterprise-apps/organization-installation-repositories
2584
+
2585
+ GET /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories
2586
+
2587
+ Lists the repositories accessible to a given GitHub App installation on an enterprise-owned organization.
2588
+
2589
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2590
+
2591
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-the-repositories-accessible-to-a-given-github-app-installation
2592
+ """
2593
+
2594
+ from ..models import AccessibleRepository
2595
+
2596
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories"
2597
+
2598
+ params = {
2599
+ "per_page": per_page,
2600
+ "page": page,
2601
+ }
2602
+
2603
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2604
+
2605
+ return self._github.request(
2606
+ "GET",
2607
+ url,
2608
+ params=exclude_unset(params),
2609
+ headers=exclude_unset(headers),
2610
+ stream=stream,
2611
+ response_model=list[AccessibleRepository],
2612
+ )
2613
+
2614
+ async def async_organization_installation_repositories(
2615
+ self,
2616
+ enterprise: str,
2617
+ org: str,
2618
+ installation_id: int,
2619
+ *,
2620
+ per_page: Missing[int] = UNSET,
2621
+ page: Missing[int] = UNSET,
2622
+ headers: Optional[Mapping[str, str]] = None,
2623
+ stream: bool = False,
2624
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
2625
+ """enterprise-apps/organization-installation-repositories
2626
+
2627
+ GET /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories
2628
+
2629
+ Lists the repositories accessible to a given GitHub App installation on an enterprise-owned organization.
2630
+
2631
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2632
+
2633
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#get-the-repositories-accessible-to-a-given-github-app-installation
2634
+ """
2635
+
2636
+ from ..models import AccessibleRepository
2637
+
2638
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories"
2639
+
2640
+ params = {
2641
+ "per_page": per_page,
2642
+ "page": page,
2643
+ }
2644
+
2645
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
2646
+
2647
+ return await self._github.arequest(
2648
+ "GET",
2649
+ url,
2650
+ params=exclude_unset(params),
2651
+ headers=exclude_unset(headers),
2652
+ stream=stream,
2653
+ response_model=list[AccessibleRepository],
2654
+ )
2655
+
2656
+ @overload
2657
+ def change_installation_repository_access_selection(
2658
+ self,
2659
+ enterprise: str,
2660
+ org: str,
2661
+ installation_id: int,
2662
+ *,
2663
+ headers: Optional[Mapping[str, str]] = None,
2664
+ stream: bool = False,
2665
+ data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBodyType,
2666
+ ) -> Response[Installation, InstallationType]: ...
2667
+
2668
+ @overload
2669
+ def change_installation_repository_access_selection(
2670
+ self,
2671
+ enterprise: str,
2672
+ org: str,
2673
+ installation_id: int,
2674
+ *,
2675
+ data: UnsetType = UNSET,
2676
+ headers: Optional[Mapping[str, str]] = None,
2677
+ stream: bool = False,
2678
+ repository_selection: Literal["all", "selected"],
2679
+ repositories: Missing[list[str]] = UNSET,
2680
+ ) -> Response[Installation, InstallationType]: ...
2681
+
2682
+ def change_installation_repository_access_selection(
2683
+ self,
2684
+ enterprise: str,
2685
+ org: str,
2686
+ installation_id: int,
2687
+ *,
2688
+ headers: Optional[Mapping[str, str]] = None,
2689
+ stream: bool = False,
2690
+ data: Missing[
2691
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBodyType
2692
+ ] = UNSET,
2693
+ **kwargs,
2694
+ ) -> Response[Installation, InstallationType]:
2695
+ """enterprise-apps/change-installation-repository-access-selection
2696
+
2697
+ PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories
2698
+
2699
+ Toggle repository access for a GitHub App installation between all repositories and selected repositories. You must provide at least one repository when changing the access to 'selected'. If you change the access to 'all', the repositories list must not be provided.
2700
+
2701
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2702
+
2703
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#toggle-installation-repository-access-between-selected-and-all-repositories
2704
+ """
2705
+
2706
+ from ..models import (
2707
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBody,
2708
+ Installation,
2709
+ )
2710
+
2711
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories"
2712
+
2713
+ headers = {
2714
+ "Content-Type": "application/json",
2715
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
2716
+ **(headers or {}),
2717
+ }
2718
+
2719
+ json = kwargs if data is UNSET else data
2720
+ if self._github.config.rest_api_validate_body:
2721
+ json = type_validate_python(
2722
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBody,
2723
+ json,
2724
+ )
2725
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2726
+
2727
+ return self._github.request(
2728
+ "PATCH",
2729
+ url,
2730
+ json=exclude_unset(json),
2731
+ headers=exclude_unset(headers),
2732
+ stream=stream,
2733
+ response_model=Installation,
2734
+ )
2735
+
2736
+ @overload
2737
+ async def async_change_installation_repository_access_selection(
2738
+ self,
2739
+ enterprise: str,
2740
+ org: str,
2741
+ installation_id: int,
2742
+ *,
2743
+ headers: Optional[Mapping[str, str]] = None,
2744
+ stream: bool = False,
2745
+ data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBodyType,
2746
+ ) -> Response[Installation, InstallationType]: ...
2747
+
2748
+ @overload
2749
+ async def async_change_installation_repository_access_selection(
2750
+ self,
2751
+ enterprise: str,
2752
+ org: str,
2753
+ installation_id: int,
2754
+ *,
2755
+ data: UnsetType = UNSET,
2756
+ headers: Optional[Mapping[str, str]] = None,
2757
+ stream: bool = False,
2758
+ repository_selection: Literal["all", "selected"],
2759
+ repositories: Missing[list[str]] = UNSET,
2760
+ ) -> Response[Installation, InstallationType]: ...
2761
+
2762
+ async def async_change_installation_repository_access_selection(
2763
+ self,
2764
+ enterprise: str,
2765
+ org: str,
2766
+ installation_id: int,
2767
+ *,
2768
+ headers: Optional[Mapping[str, str]] = None,
2769
+ stream: bool = False,
2770
+ data: Missing[
2771
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBodyType
2772
+ ] = UNSET,
2773
+ **kwargs,
2774
+ ) -> Response[Installation, InstallationType]:
2775
+ """enterprise-apps/change-installation-repository-access-selection
2776
+
2777
+ PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories
2778
+
2779
+ Toggle repository access for a GitHub App installation between all repositories and selected repositories. You must provide at least one repository when changing the access to 'selected'. If you change the access to 'all', the repositories list must not be provided.
2780
+
2781
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2782
+
2783
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#toggle-installation-repository-access-between-selected-and-all-repositories
2784
+ """
2785
+
2786
+ from ..models import (
2787
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBody,
2788
+ Installation,
2789
+ )
2790
+
2791
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories"
2792
+
2793
+ headers = {
2794
+ "Content-Type": "application/json",
2795
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
2796
+ **(headers or {}),
2797
+ }
2798
+
2799
+ json = kwargs if data is UNSET else data
2800
+ if self._github.config.rest_api_validate_body:
2801
+ json = type_validate_python(
2802
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesPatchBody,
2803
+ json,
2804
+ )
2805
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2806
+
2807
+ return await self._github.arequest(
2808
+ "PATCH",
2809
+ url,
2810
+ json=exclude_unset(json),
2811
+ headers=exclude_unset(headers),
2812
+ stream=stream,
2813
+ response_model=Installation,
2814
+ )
2815
+
2816
+ @overload
2817
+ def grant_repository_access_to_installation(
2818
+ self,
2819
+ enterprise: str,
2820
+ org: str,
2821
+ installation_id: int,
2822
+ *,
2823
+ headers: Optional[Mapping[str, str]] = None,
2824
+ stream: bool = False,
2825
+ data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBodyType,
2826
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
2827
+
2828
+ @overload
2829
+ def grant_repository_access_to_installation(
2830
+ self,
2831
+ enterprise: str,
2832
+ org: str,
2833
+ installation_id: int,
2834
+ *,
2835
+ data: UnsetType = UNSET,
2836
+ headers: Optional[Mapping[str, str]] = None,
2837
+ stream: bool = False,
2838
+ repositories: list[str],
2839
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
2840
+
2841
+ def grant_repository_access_to_installation(
2842
+ self,
2843
+ enterprise: str,
2844
+ org: str,
2845
+ installation_id: int,
2846
+ *,
2847
+ headers: Optional[Mapping[str, str]] = None,
2848
+ stream: bool = False,
2849
+ data: Missing[
2850
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBodyType
2851
+ ] = UNSET,
2852
+ **kwargs,
2853
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
2854
+ """enterprise-apps/grant-repository-access-to-installation
2855
+
2856
+ PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/add
2857
+
2858
+ Grant repository access to an organization installation. You can add up to 50 repositories at a time. If the installation already has access to the repository, it will not be added again.
2859
+
2860
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2861
+
2862
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation
2863
+ """
2864
+
2865
+ from ..models import (
2866
+ AccessibleRepository,
2867
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBody,
2868
+ )
2869
+
2870
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/add"
2871
+
2872
+ headers = {
2873
+ "Content-Type": "application/json",
2874
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
2875
+ **(headers or {}),
2876
+ }
2877
+
2878
+ json = kwargs if data is UNSET else data
2879
+ if self._github.config.rest_api_validate_body:
2880
+ json = type_validate_python(
2881
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBody,
2882
+ json,
2883
+ )
2884
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2885
+
2886
+ return self._github.request(
2887
+ "PATCH",
2888
+ url,
2889
+ json=exclude_unset(json),
2890
+ headers=exclude_unset(headers),
2891
+ stream=stream,
2892
+ response_model=list[AccessibleRepository],
2893
+ )
2894
+
2895
+ @overload
2896
+ async def async_grant_repository_access_to_installation(
2897
+ self,
2898
+ enterprise: str,
2899
+ org: str,
2900
+ installation_id: int,
2901
+ *,
2902
+ headers: Optional[Mapping[str, str]] = None,
2903
+ stream: bool = False,
2904
+ data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBodyType,
2905
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
2906
+
2907
+ @overload
2908
+ async def async_grant_repository_access_to_installation(
2909
+ self,
2910
+ enterprise: str,
2911
+ org: str,
2912
+ installation_id: int,
2913
+ *,
2914
+ data: UnsetType = UNSET,
2915
+ headers: Optional[Mapping[str, str]] = None,
2916
+ stream: bool = False,
2917
+ repositories: list[str],
2918
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
2919
+
2920
+ async def async_grant_repository_access_to_installation(
2921
+ self,
2922
+ enterprise: str,
2923
+ org: str,
2924
+ installation_id: int,
2925
+ *,
2926
+ headers: Optional[Mapping[str, str]] = None,
2927
+ stream: bool = False,
2928
+ data: Missing[
2929
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBodyType
2930
+ ] = UNSET,
2931
+ **kwargs,
2932
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
2933
+ """enterprise-apps/grant-repository-access-to-installation
2934
+
2935
+ PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/add
2936
+
2937
+ Grant repository access to an organization installation. You can add up to 50 repositories at a time. If the installation already has access to the repository, it will not be added again.
2938
+
2939
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
2940
+
2941
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#grant-repository-access-to-an-organization-installation
2942
+ """
2943
+
2944
+ from ..models import (
2945
+ AccessibleRepository,
2946
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBody,
2947
+ )
2948
+
2949
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/add"
2950
+
2951
+ headers = {
2952
+ "Content-Type": "application/json",
2953
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
2954
+ **(headers or {}),
2955
+ }
2956
+
2957
+ json = kwargs if data is UNSET else data
2958
+ if self._github.config.rest_api_validate_body:
2959
+ json = type_validate_python(
2960
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesAddPatchBody,
2961
+ json,
2962
+ )
2963
+ json = model_dump(json) if isinstance(json, BaseModel) else json
2964
+
2965
+ return await self._github.arequest(
2966
+ "PATCH",
2967
+ url,
2968
+ json=exclude_unset(json),
2969
+ headers=exclude_unset(headers),
2970
+ stream=stream,
2971
+ response_model=list[AccessibleRepository],
2972
+ )
2973
+
2974
+ @overload
2975
+ def remove_repository_access_to_installation(
2976
+ self,
2977
+ enterprise: str,
2978
+ org: str,
2979
+ installation_id: int,
2980
+ *,
2981
+ headers: Optional[Mapping[str, str]] = None,
2982
+ stream: bool = False,
2983
+ data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBodyType,
2984
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
2985
+
2986
+ @overload
2987
+ def remove_repository_access_to_installation(
2988
+ self,
2989
+ enterprise: str,
2990
+ org: str,
2991
+ installation_id: int,
2992
+ *,
2993
+ data: UnsetType = UNSET,
2994
+ headers: Optional[Mapping[str, str]] = None,
2995
+ stream: bool = False,
2996
+ repositories: list[str],
2997
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
2998
+
2999
+ def remove_repository_access_to_installation(
3000
+ self,
3001
+ enterprise: str,
3002
+ org: str,
3003
+ installation_id: int,
3004
+ *,
3005
+ headers: Optional[Mapping[str, str]] = None,
3006
+ stream: bool = False,
3007
+ data: Missing[
3008
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBodyType
3009
+ ] = UNSET,
3010
+ **kwargs,
3011
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
3012
+ """enterprise-apps/remove-repository-access-to-installation
3013
+
3014
+ PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/remove
3015
+
3016
+ Remove repository access from a GitHub App installed on an organization. You can remove up to 50 repositories at a time. You cannot remove repositories from an app installed on `all` repositories, nor can you remove the last repository for an app. If you attempt to do so, the API will return a 422 Unprocessable Entity error.
3017
+
3018
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
3019
+
3020
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation
3021
+ """
3022
+
3023
+ from ..models import (
3024
+ AccessibleRepository,
3025
+ BasicError,
3026
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBody,
3027
+ )
3028
+
3029
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/remove"
3030
+
3031
+ headers = {
3032
+ "Content-Type": "application/json",
3033
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
3034
+ **(headers or {}),
3035
+ }
3036
+
3037
+ json = kwargs if data is UNSET else data
3038
+ if self._github.config.rest_api_validate_body:
3039
+ json = type_validate_python(
3040
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBody,
3041
+ json,
3042
+ )
3043
+ json = model_dump(json) if isinstance(json, BaseModel) else json
3044
+
3045
+ return self._github.request(
3046
+ "PATCH",
3047
+ url,
3048
+ json=exclude_unset(json),
3049
+ headers=exclude_unset(headers),
3050
+ stream=stream,
3051
+ response_model=list[AccessibleRepository],
3052
+ error_models={
3053
+ "422": BasicError,
3054
+ },
3055
+ )
3056
+
3057
+ @overload
3058
+ async def async_remove_repository_access_to_installation(
3059
+ self,
3060
+ enterprise: str,
3061
+ org: str,
3062
+ installation_id: int,
3063
+ *,
3064
+ headers: Optional[Mapping[str, str]] = None,
3065
+ stream: bool = False,
3066
+ data: EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBodyType,
3067
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
3068
+
3069
+ @overload
3070
+ async def async_remove_repository_access_to_installation(
3071
+ self,
3072
+ enterprise: str,
3073
+ org: str,
3074
+ installation_id: int,
3075
+ *,
3076
+ data: UnsetType = UNSET,
3077
+ headers: Optional[Mapping[str, str]] = None,
3078
+ stream: bool = False,
3079
+ repositories: list[str],
3080
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]: ...
3081
+
3082
+ async def async_remove_repository_access_to_installation(
3083
+ self,
3084
+ enterprise: str,
3085
+ org: str,
3086
+ installation_id: int,
3087
+ *,
3088
+ headers: Optional[Mapping[str, str]] = None,
3089
+ stream: bool = False,
3090
+ data: Missing[
3091
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBodyType
3092
+ ] = UNSET,
3093
+ **kwargs,
3094
+ ) -> Response[list[AccessibleRepository], list[AccessibleRepositoryType]]:
3095
+ """enterprise-apps/remove-repository-access-to-installation
3096
+
3097
+ PATCH /enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/remove
3098
+
3099
+ Remove repository access from a GitHub App installed on an organization. You can remove up to 50 repositories at a time. You cannot remove repositories from an app installed on `all` repositories, nor can you remove the last repository for an app. If you attempt to do so, the API will return a 422 Unprocessable Entity error.
3100
+
3101
+ This API can only be called by a GitHub App installed on the enterprise that owns the organization.
3102
+
3103
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/organization-installations#remove-repository-access-from-an-organization-installation
3104
+ """
3105
+
3106
+ from ..models import (
3107
+ AccessibleRepository,
3108
+ BasicError,
3109
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBody,
3110
+ )
3111
+
3112
+ url = f"/enterprises/{enterprise}/apps/organizations/{org}/installations/{installation_id}/repositories/remove"
3113
+
3114
+ headers = {
3115
+ "Content-Type": "application/json",
3116
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
3117
+ **(headers or {}),
3118
+ }
3119
+
3120
+ json = kwargs if data is UNSET else data
3121
+ if self._github.config.rest_api_validate_body:
3122
+ json = type_validate_python(
3123
+ EnterprisesEnterpriseAppsOrganizationsOrgInstallationsInstallationIdRepositoriesRemovePatchBody,
3124
+ json,
3125
+ )
3126
+ json = model_dump(json) if isinstance(json, BaseModel) else json
3127
+
3128
+ return await self._github.arequest(
3129
+ "PATCH",
3130
+ url,
3131
+ json=exclude_unset(json),
3132
+ headers=exclude_unset(headers),
3133
+ stream=stream,
3134
+ response_model=list[AccessibleRepository],
3135
+ error_models={
3136
+ "422": BasicError,
3137
+ },
3138
+ )
3139
+
1966
3140
  def list_repos_accessible_to_installation(
1967
3141
  self,
1968
3142
  *,
1969
3143
  per_page: Missing[int] = UNSET,
1970
3144
  page: Missing[int] = UNSET,
1971
3145
  headers: Optional[Mapping[str, str]] = None,
3146
+ stream: bool = False,
1972
3147
  ) -> Response[
1973
3148
  InstallationRepositoriesGetResponse200,
1974
3149
  InstallationRepositoriesGetResponse200Type,
@@ -1998,6 +3173,7 @@ class AppsClient:
1998
3173
  url,
1999
3174
  params=exclude_unset(params),
2000
3175
  headers=exclude_unset(headers),
3176
+ stream=stream,
2001
3177
  response_model=InstallationRepositoriesGetResponse200,
2002
3178
  error_models={
2003
3179
  "403": BasicError,
@@ -2011,6 +3187,7 @@ class AppsClient:
2011
3187
  per_page: Missing[int] = UNSET,
2012
3188
  page: Missing[int] = UNSET,
2013
3189
  headers: Optional[Mapping[str, str]] = None,
3190
+ stream: bool = False,
2014
3191
  ) -> Response[
2015
3192
  InstallationRepositoriesGetResponse200,
2016
3193
  InstallationRepositoriesGetResponse200Type,
@@ -2040,6 +3217,7 @@ class AppsClient:
2040
3217
  url,
2041
3218
  params=exclude_unset(params),
2042
3219
  headers=exclude_unset(headers),
3220
+ stream=stream,
2043
3221
  response_model=InstallationRepositoriesGetResponse200,
2044
3222
  error_models={
2045
3223
  "403": BasicError,
@@ -2051,6 +3229,7 @@ class AppsClient:
2051
3229
  self,
2052
3230
  *,
2053
3231
  headers: Optional[Mapping[str, str]] = None,
3232
+ stream: bool = False,
2054
3233
  ) -> Response:
2055
3234
  """apps/revoke-installation-access-token
2056
3235
 
@@ -2071,12 +3250,14 @@ class AppsClient:
2071
3250
  "DELETE",
2072
3251
  url,
2073
3252
  headers=exclude_unset(headers),
3253
+ stream=stream,
2074
3254
  )
2075
3255
 
2076
3256
  async def async_revoke_installation_access_token(
2077
3257
  self,
2078
3258
  *,
2079
3259
  headers: Optional[Mapping[str, str]] = None,
3260
+ stream: bool = False,
2080
3261
  ) -> Response:
2081
3262
  """apps/revoke-installation-access-token
2082
3263
 
@@ -2097,6 +3278,7 @@ class AppsClient:
2097
3278
  "DELETE",
2098
3279
  url,
2099
3280
  headers=exclude_unset(headers),
3281
+ stream=stream,
2100
3282
  )
2101
3283
 
2102
3284
  def get_subscription_plan_for_account(
@@ -2104,6 +3286,7 @@ class AppsClient:
2104
3286
  account_id: int,
2105
3287
  *,
2106
3288
  headers: Optional[Mapping[str, str]] = None,
3289
+ stream: bool = False,
2107
3290
  ) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
2108
3291
  """apps/get-subscription-plan-for-account
2109
3292
 
@@ -2126,6 +3309,7 @@ class AppsClient:
2126
3309
  "GET",
2127
3310
  url,
2128
3311
  headers=exclude_unset(headers),
3312
+ stream=stream,
2129
3313
  response_model=MarketplacePurchase,
2130
3314
  error_models={
2131
3315
  "404": BasicError,
@@ -2138,6 +3322,7 @@ class AppsClient:
2138
3322
  account_id: int,
2139
3323
  *,
2140
3324
  headers: Optional[Mapping[str, str]] = None,
3325
+ stream: bool = False,
2141
3326
  ) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
2142
3327
  """apps/get-subscription-plan-for-account
2143
3328
 
@@ -2160,6 +3345,7 @@ class AppsClient:
2160
3345
  "GET",
2161
3346
  url,
2162
3347
  headers=exclude_unset(headers),
3348
+ stream=stream,
2163
3349
  response_model=MarketplacePurchase,
2164
3350
  error_models={
2165
3351
  "404": BasicError,
@@ -2173,6 +3359,7 @@ class AppsClient:
2173
3359
  per_page: Missing[int] = UNSET,
2174
3360
  page: Missing[int] = UNSET,
2175
3361
  headers: Optional[Mapping[str, str]] = None,
3362
+ stream: bool = False,
2176
3363
  ) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
2177
3364
  """apps/list-plans
2178
3365
 
@@ -2201,6 +3388,7 @@ class AppsClient:
2201
3388
  url,
2202
3389
  params=exclude_unset(params),
2203
3390
  headers=exclude_unset(headers),
3391
+ stream=stream,
2204
3392
  response_model=list[MarketplaceListingPlan],
2205
3393
  error_models={
2206
3394
  "404": BasicError,
@@ -2214,6 +3402,7 @@ class AppsClient:
2214
3402
  per_page: Missing[int] = UNSET,
2215
3403
  page: Missing[int] = UNSET,
2216
3404
  headers: Optional[Mapping[str, str]] = None,
3405
+ stream: bool = False,
2217
3406
  ) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
2218
3407
  """apps/list-plans
2219
3408
 
@@ -2242,6 +3431,7 @@ class AppsClient:
2242
3431
  url,
2243
3432
  params=exclude_unset(params),
2244
3433
  headers=exclude_unset(headers),
3434
+ stream=stream,
2245
3435
  response_model=list[MarketplaceListingPlan],
2246
3436
  error_models={
2247
3437
  "404": BasicError,
@@ -2258,6 +3448,7 @@ class AppsClient:
2258
3448
  per_page: Missing[int] = UNSET,
2259
3449
  page: Missing[int] = UNSET,
2260
3450
  headers: Optional[Mapping[str, str]] = None,
3451
+ stream: bool = False,
2261
3452
  ) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
2262
3453
  """apps/list-accounts-for-plan
2263
3454
 
@@ -2288,6 +3479,7 @@ class AppsClient:
2288
3479
  url,
2289
3480
  params=exclude_unset(params),
2290
3481
  headers=exclude_unset(headers),
3482
+ stream=stream,
2291
3483
  response_model=list[MarketplacePurchase],
2292
3484
  error_models={
2293
3485
  "404": BasicError,
@@ -2305,6 +3497,7 @@ class AppsClient:
2305
3497
  per_page: Missing[int] = UNSET,
2306
3498
  page: Missing[int] = UNSET,
2307
3499
  headers: Optional[Mapping[str, str]] = None,
3500
+ stream: bool = False,
2308
3501
  ) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
2309
3502
  """apps/list-accounts-for-plan
2310
3503
 
@@ -2335,6 +3528,7 @@ class AppsClient:
2335
3528
  url,
2336
3529
  params=exclude_unset(params),
2337
3530
  headers=exclude_unset(headers),
3531
+ stream=stream,
2338
3532
  response_model=list[MarketplacePurchase],
2339
3533
  error_models={
2340
3534
  "404": BasicError,
@@ -2348,6 +3542,7 @@ class AppsClient:
2348
3542
  account_id: int,
2349
3543
  *,
2350
3544
  headers: Optional[Mapping[str, str]] = None,
3545
+ stream: bool = False,
2351
3546
  ) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
2352
3547
  """apps/get-subscription-plan-for-account-stubbed
2353
3548
 
@@ -2370,6 +3565,7 @@ class AppsClient:
2370
3565
  "GET",
2371
3566
  url,
2372
3567
  headers=exclude_unset(headers),
3568
+ stream=stream,
2373
3569
  response_model=MarketplacePurchase,
2374
3570
  error_models={
2375
3571
  "401": BasicError,
@@ -2381,6 +3577,7 @@ class AppsClient:
2381
3577
  account_id: int,
2382
3578
  *,
2383
3579
  headers: Optional[Mapping[str, str]] = None,
3580
+ stream: bool = False,
2384
3581
  ) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
2385
3582
  """apps/get-subscription-plan-for-account-stubbed
2386
3583
 
@@ -2403,6 +3600,7 @@ class AppsClient:
2403
3600
  "GET",
2404
3601
  url,
2405
3602
  headers=exclude_unset(headers),
3603
+ stream=stream,
2406
3604
  response_model=MarketplacePurchase,
2407
3605
  error_models={
2408
3606
  "401": BasicError,
@@ -2415,6 +3613,7 @@ class AppsClient:
2415
3613
  per_page: Missing[int] = UNSET,
2416
3614
  page: Missing[int] = UNSET,
2417
3615
  headers: Optional[Mapping[str, str]] = None,
3616
+ stream: bool = False,
2418
3617
  ) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
2419
3618
  """apps/list-plans-stubbed
2420
3619
 
@@ -2443,6 +3642,7 @@ class AppsClient:
2443
3642
  url,
2444
3643
  params=exclude_unset(params),
2445
3644
  headers=exclude_unset(headers),
3645
+ stream=stream,
2446
3646
  response_model=list[MarketplaceListingPlan],
2447
3647
  error_models={
2448
3648
  "401": BasicError,
@@ -2455,6 +3655,7 @@ class AppsClient:
2455
3655
  per_page: Missing[int] = UNSET,
2456
3656
  page: Missing[int] = UNSET,
2457
3657
  headers: Optional[Mapping[str, str]] = None,
3658
+ stream: bool = False,
2458
3659
  ) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
2459
3660
  """apps/list-plans-stubbed
2460
3661
 
@@ -2483,6 +3684,7 @@ class AppsClient:
2483
3684
  url,
2484
3685
  params=exclude_unset(params),
2485
3686
  headers=exclude_unset(headers),
3687
+ stream=stream,
2486
3688
  response_model=list[MarketplaceListingPlan],
2487
3689
  error_models={
2488
3690
  "401": BasicError,
@@ -2498,6 +3700,7 @@ class AppsClient:
2498
3700
  per_page: Missing[int] = UNSET,
2499
3701
  page: Missing[int] = UNSET,
2500
3702
  headers: Optional[Mapping[str, str]] = None,
3703
+ stream: bool = False,
2501
3704
  ) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
2502
3705
  """apps/list-accounts-for-plan-stubbed
2503
3706
 
@@ -2528,6 +3731,7 @@ class AppsClient:
2528
3731
  url,
2529
3732
  params=exclude_unset(params),
2530
3733
  headers=exclude_unset(headers),
3734
+ stream=stream,
2531
3735
  response_model=list[MarketplacePurchase],
2532
3736
  error_models={
2533
3737
  "401": BasicError,
@@ -2543,6 +3747,7 @@ class AppsClient:
2543
3747
  per_page: Missing[int] = UNSET,
2544
3748
  page: Missing[int] = UNSET,
2545
3749
  headers: Optional[Mapping[str, str]] = None,
3750
+ stream: bool = False,
2546
3751
  ) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
2547
3752
  """apps/list-accounts-for-plan-stubbed
2548
3753
 
@@ -2573,6 +3778,7 @@ class AppsClient:
2573
3778
  url,
2574
3779
  params=exclude_unset(params),
2575
3780
  headers=exclude_unset(headers),
3781
+ stream=stream,
2576
3782
  response_model=list[MarketplacePurchase],
2577
3783
  error_models={
2578
3784
  "401": BasicError,
@@ -2584,6 +3790,7 @@ class AppsClient:
2584
3790
  org: str,
2585
3791
  *,
2586
3792
  headers: Optional[Mapping[str, str]] = None,
3793
+ stream: bool = False,
2587
3794
  ) -> Response[Installation, InstallationType]:
2588
3795
  """apps/get-org-installation
2589
3796
 
@@ -2606,6 +3813,7 @@ class AppsClient:
2606
3813
  "GET",
2607
3814
  url,
2608
3815
  headers=exclude_unset(headers),
3816
+ stream=stream,
2609
3817
  response_model=Installation,
2610
3818
  )
2611
3819
 
@@ -2614,6 +3822,7 @@ class AppsClient:
2614
3822
  org: str,
2615
3823
  *,
2616
3824
  headers: Optional[Mapping[str, str]] = None,
3825
+ stream: bool = False,
2617
3826
  ) -> Response[Installation, InstallationType]:
2618
3827
  """apps/get-org-installation
2619
3828
 
@@ -2636,6 +3845,7 @@ class AppsClient:
2636
3845
  "GET",
2637
3846
  url,
2638
3847
  headers=exclude_unset(headers),
3848
+ stream=stream,
2639
3849
  response_model=Installation,
2640
3850
  )
2641
3851
 
@@ -2645,6 +3855,7 @@ class AppsClient:
2645
3855
  repo: str,
2646
3856
  *,
2647
3857
  headers: Optional[Mapping[str, str]] = None,
3858
+ stream: bool = False,
2648
3859
  ) -> Response[Installation, InstallationType]:
2649
3860
  """apps/get-repo-installation
2650
3861
 
@@ -2667,6 +3878,7 @@ class AppsClient:
2667
3878
  "GET",
2668
3879
  url,
2669
3880
  headers=exclude_unset(headers),
3881
+ stream=stream,
2670
3882
  response_model=Installation,
2671
3883
  error_models={
2672
3884
  "404": BasicError,
@@ -2679,6 +3891,7 @@ class AppsClient:
2679
3891
  repo: str,
2680
3892
  *,
2681
3893
  headers: Optional[Mapping[str, str]] = None,
3894
+ stream: bool = False,
2682
3895
  ) -> Response[Installation, InstallationType]:
2683
3896
  """apps/get-repo-installation
2684
3897
 
@@ -2701,6 +3914,7 @@ class AppsClient:
2701
3914
  "GET",
2702
3915
  url,
2703
3916
  headers=exclude_unset(headers),
3917
+ stream=stream,
2704
3918
  response_model=Installation,
2705
3919
  error_models={
2706
3920
  "404": BasicError,
@@ -2713,6 +3927,7 @@ class AppsClient:
2713
3927
  per_page: Missing[int] = UNSET,
2714
3928
  page: Missing[int] = UNSET,
2715
3929
  headers: Optional[Mapping[str, str]] = None,
3930
+ stream: bool = False,
2716
3931
  ) -> Response[UserInstallationsGetResponse200, UserInstallationsGetResponse200Type]:
2717
3932
  """apps/list-installations-for-authenticated-user
2718
3933
 
@@ -2743,6 +3958,7 @@ class AppsClient:
2743
3958
  url,
2744
3959
  params=exclude_unset(params),
2745
3960
  headers=exclude_unset(headers),
3961
+ stream=stream,
2746
3962
  response_model=UserInstallationsGetResponse200,
2747
3963
  error_models={
2748
3964
  "403": BasicError,
@@ -2756,6 +3972,7 @@ class AppsClient:
2756
3972
  per_page: Missing[int] = UNSET,
2757
3973
  page: Missing[int] = UNSET,
2758
3974
  headers: Optional[Mapping[str, str]] = None,
3975
+ stream: bool = False,
2759
3976
  ) -> Response[UserInstallationsGetResponse200, UserInstallationsGetResponse200Type]:
2760
3977
  """apps/list-installations-for-authenticated-user
2761
3978
 
@@ -2786,6 +4003,7 @@ class AppsClient:
2786
4003
  url,
2787
4004
  params=exclude_unset(params),
2788
4005
  headers=exclude_unset(headers),
4006
+ stream=stream,
2789
4007
  response_model=UserInstallationsGetResponse200,
2790
4008
  error_models={
2791
4009
  "403": BasicError,
@@ -2800,6 +4018,7 @@ class AppsClient:
2800
4018
  per_page: Missing[int] = UNSET,
2801
4019
  page: Missing[int] = UNSET,
2802
4020
  headers: Optional[Mapping[str, str]] = None,
4021
+ stream: bool = False,
2803
4022
  ) -> Response[
2804
4023
  UserInstallationsInstallationIdRepositoriesGetResponse200,
2805
4024
  UserInstallationsInstallationIdRepositoriesGetResponse200Type,
@@ -2836,6 +4055,7 @@ class AppsClient:
2836
4055
  url,
2837
4056
  params=exclude_unset(params),
2838
4057
  headers=exclude_unset(headers),
4058
+ stream=stream,
2839
4059
  response_model=UserInstallationsInstallationIdRepositoriesGetResponse200,
2840
4060
  error_models={
2841
4061
  "404": BasicError,
@@ -2850,6 +4070,7 @@ class AppsClient:
2850
4070
  per_page: Missing[int] = UNSET,
2851
4071
  page: Missing[int] = UNSET,
2852
4072
  headers: Optional[Mapping[str, str]] = None,
4073
+ stream: bool = False,
2853
4074
  ) -> Response[
2854
4075
  UserInstallationsInstallationIdRepositoriesGetResponse200,
2855
4076
  UserInstallationsInstallationIdRepositoriesGetResponse200Type,
@@ -2886,6 +4107,7 @@ class AppsClient:
2886
4107
  url,
2887
4108
  params=exclude_unset(params),
2888
4109
  headers=exclude_unset(headers),
4110
+ stream=stream,
2889
4111
  response_model=UserInstallationsInstallationIdRepositoriesGetResponse200,
2890
4112
  error_models={
2891
4113
  "404": BasicError,
@@ -2899,6 +4121,7 @@ class AppsClient:
2899
4121
  repository_id: int,
2900
4122
  *,
2901
4123
  headers: Optional[Mapping[str, str]] = None,
4124
+ stream: bool = False,
2902
4125
  ) -> Response:
2903
4126
  """apps/add-repo-to-installation-for-authenticated-user
2904
4127
 
@@ -2921,6 +4144,7 @@ class AppsClient:
2921
4144
  "PUT",
2922
4145
  url,
2923
4146
  headers=exclude_unset(headers),
4147
+ stream=stream,
2924
4148
  error_models={
2925
4149
  "403": BasicError,
2926
4150
  "404": BasicError,
@@ -2933,6 +4157,7 @@ class AppsClient:
2933
4157
  repository_id: int,
2934
4158
  *,
2935
4159
  headers: Optional[Mapping[str, str]] = None,
4160
+ stream: bool = False,
2936
4161
  ) -> Response:
2937
4162
  """apps/add-repo-to-installation-for-authenticated-user
2938
4163
 
@@ -2955,6 +4180,7 @@ class AppsClient:
2955
4180
  "PUT",
2956
4181
  url,
2957
4182
  headers=exclude_unset(headers),
4183
+ stream=stream,
2958
4184
  error_models={
2959
4185
  "403": BasicError,
2960
4186
  "404": BasicError,
@@ -2967,6 +4193,7 @@ class AppsClient:
2967
4193
  repository_id: int,
2968
4194
  *,
2969
4195
  headers: Optional[Mapping[str, str]] = None,
4196
+ stream: bool = False,
2970
4197
  ) -> Response:
2971
4198
  """apps/remove-repo-from-installation-for-authenticated-user
2972
4199
 
@@ -2989,6 +4216,7 @@ class AppsClient:
2989
4216
  "DELETE",
2990
4217
  url,
2991
4218
  headers=exclude_unset(headers),
4219
+ stream=stream,
2992
4220
  error_models={
2993
4221
  "403": BasicError,
2994
4222
  "404": BasicError,
@@ -3001,6 +4229,7 @@ class AppsClient:
3001
4229
  repository_id: int,
3002
4230
  *,
3003
4231
  headers: Optional[Mapping[str, str]] = None,
4232
+ stream: bool = False,
3004
4233
  ) -> Response:
3005
4234
  """apps/remove-repo-from-installation-for-authenticated-user
3006
4235
 
@@ -3023,6 +4252,7 @@ class AppsClient:
3023
4252
  "DELETE",
3024
4253
  url,
3025
4254
  headers=exclude_unset(headers),
4255
+ stream=stream,
3026
4256
  error_models={
3027
4257
  "403": BasicError,
3028
4258
  "404": BasicError,
@@ -3035,6 +4265,7 @@ class AppsClient:
3035
4265
  per_page: Missing[int] = UNSET,
3036
4266
  page: Missing[int] = UNSET,
3037
4267
  headers: Optional[Mapping[str, str]] = None,
4268
+ stream: bool = False,
3038
4269
  ) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
3039
4270
  """apps/list-subscriptions-for-authenticated-user
3040
4271
 
@@ -3061,6 +4292,7 @@ class AppsClient:
3061
4292
  url,
3062
4293
  params=exclude_unset(params),
3063
4294
  headers=exclude_unset(headers),
4295
+ stream=stream,
3064
4296
  response_model=list[UserMarketplacePurchase],
3065
4297
  error_models={
3066
4298
  "401": BasicError,
@@ -3074,6 +4306,7 @@ class AppsClient:
3074
4306
  per_page: Missing[int] = UNSET,
3075
4307
  page: Missing[int] = UNSET,
3076
4308
  headers: Optional[Mapping[str, str]] = None,
4309
+ stream: bool = False,
3077
4310
  ) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
3078
4311
  """apps/list-subscriptions-for-authenticated-user
3079
4312
 
@@ -3100,6 +4333,7 @@ class AppsClient:
3100
4333
  url,
3101
4334
  params=exclude_unset(params),
3102
4335
  headers=exclude_unset(headers),
4336
+ stream=stream,
3103
4337
  response_model=list[UserMarketplacePurchase],
3104
4338
  error_models={
3105
4339
  "401": BasicError,
@@ -3113,6 +4347,7 @@ class AppsClient:
3113
4347
  per_page: Missing[int] = UNSET,
3114
4348
  page: Missing[int] = UNSET,
3115
4349
  headers: Optional[Mapping[str, str]] = None,
4350
+ stream: bool = False,
3116
4351
  ) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
3117
4352
  """apps/list-subscriptions-for-authenticated-user-stubbed
3118
4353
 
@@ -3139,6 +4374,7 @@ class AppsClient:
3139
4374
  url,
3140
4375
  params=exclude_unset(params),
3141
4376
  headers=exclude_unset(headers),
4377
+ stream=stream,
3142
4378
  response_model=list[UserMarketplacePurchase],
3143
4379
  error_models={
3144
4380
  "401": BasicError,
@@ -3151,6 +4387,7 @@ class AppsClient:
3151
4387
  per_page: Missing[int] = UNSET,
3152
4388
  page: Missing[int] = UNSET,
3153
4389
  headers: Optional[Mapping[str, str]] = None,
4390
+ stream: bool = False,
3154
4391
  ) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
3155
4392
  """apps/list-subscriptions-for-authenticated-user-stubbed
3156
4393
 
@@ -3177,6 +4414,7 @@ class AppsClient:
3177
4414
  url,
3178
4415
  params=exclude_unset(params),
3179
4416
  headers=exclude_unset(headers),
4417
+ stream=stream,
3180
4418
  response_model=list[UserMarketplacePurchase],
3181
4419
  error_models={
3182
4420
  "401": BasicError,
@@ -3188,6 +4426,7 @@ class AppsClient:
3188
4426
  username: str,
3189
4427
  *,
3190
4428
  headers: Optional[Mapping[str, str]] = None,
4429
+ stream: bool = False,
3191
4430
  ) -> Response[Installation, InstallationType]:
3192
4431
  """apps/get-user-installation
3193
4432
 
@@ -3210,6 +4449,7 @@ class AppsClient:
3210
4449
  "GET",
3211
4450
  url,
3212
4451
  headers=exclude_unset(headers),
4452
+ stream=stream,
3213
4453
  response_model=Installation,
3214
4454
  )
3215
4455
 
@@ -3218,6 +4458,7 @@ class AppsClient:
3218
4458
  username: str,
3219
4459
  *,
3220
4460
  headers: Optional[Mapping[str, str]] = None,
4461
+ stream: bool = False,
3221
4462
  ) -> Response[Installation, InstallationType]:
3222
4463
  """apps/get-user-installation
3223
4464
 
@@ -3240,5 +4481,6 @@ class AppsClient:
3240
4481
  "GET",
3241
4482
  url,
3242
4483
  headers=exclude_unset(headers),
4484
+ stream=stream,
3243
4485
  response_model=Installation,
3244
4486
  )