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
@@ -110,6 +110,8 @@ if TYPE_CHECKING:
110
110
  OrgRepoCustomPropertyValuesType,
111
111
  OrgsOrgAttestationsBulkListPostBodyType,
112
112
  OrgsOrgAttestationsBulkListPostResponse200Type,
113
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
114
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
113
115
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
114
116
  OrgsOrgCustomRepositoryRolesGetResponse200Type,
115
117
  OrgsOrgHooksHookIdConfigPatchBodyType,
@@ -166,6 +168,7 @@ class OrgsClient:
166
168
  since: Missing[int] = UNSET,
167
169
  per_page: Missing[int] = UNSET,
168
170
  headers: Optional[Mapping[str, str]] = None,
171
+ stream: bool = False,
169
172
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
170
173
  """orgs/list
171
174
 
@@ -195,6 +198,7 @@ class OrgsClient:
195
198
  url,
196
199
  params=exclude_unset(params),
197
200
  headers=exclude_unset(headers),
201
+ stream=stream,
198
202
  response_model=list[OrganizationSimple],
199
203
  )
200
204
 
@@ -204,6 +208,7 @@ class OrgsClient:
204
208
  since: Missing[int] = UNSET,
205
209
  per_page: Missing[int] = UNSET,
206
210
  headers: Optional[Mapping[str, str]] = None,
211
+ stream: bool = False,
207
212
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
208
213
  """orgs/list
209
214
 
@@ -233,6 +238,7 @@ class OrgsClient:
233
238
  url,
234
239
  params=exclude_unset(params),
235
240
  headers=exclude_unset(headers),
241
+ stream=stream,
236
242
  response_model=list[OrganizationSimple],
237
243
  )
238
244
 
@@ -241,6 +247,7 @@ class OrgsClient:
241
247
  organization_id: str,
242
248
  *,
243
249
  headers: Optional[Mapping[str, str]] = None,
250
+ stream: bool = False,
244
251
  ) -> Response[
245
252
  OrganizationsOrganizationIdCustomRolesGetResponse200,
246
253
  OrganizationsOrganizationIdCustomRolesGetResponse200Type,
@@ -271,6 +278,7 @@ class OrgsClient:
271
278
  "GET",
272
279
  url,
273
280
  headers=exclude_unset(headers),
281
+ stream=stream,
274
282
  response_model=OrganizationsOrganizationIdCustomRolesGetResponse200,
275
283
  )
276
284
 
@@ -279,6 +287,7 @@ class OrgsClient:
279
287
  organization_id: str,
280
288
  *,
281
289
  headers: Optional[Mapping[str, str]] = None,
290
+ stream: bool = False,
282
291
  ) -> Response[
283
292
  OrganizationsOrganizationIdCustomRolesGetResponse200,
284
293
  OrganizationsOrganizationIdCustomRolesGetResponse200Type,
@@ -309,6 +318,7 @@ class OrgsClient:
309
318
  "GET",
310
319
  url,
311
320
  headers=exclude_unset(headers),
321
+ stream=stream,
312
322
  response_model=OrganizationsOrganizationIdCustomRolesGetResponse200,
313
323
  )
314
324
 
@@ -317,6 +327,7 @@ class OrgsClient:
317
327
  org: str,
318
328
  *,
319
329
  headers: Optional[Mapping[str, str]] = None,
330
+ stream: bool = False,
320
331
  ) -> Response[OrganizationFull, OrganizationFullType]:
321
332
  """orgs/get
322
333
 
@@ -345,6 +356,7 @@ class OrgsClient:
345
356
  "GET",
346
357
  url,
347
358
  headers=exclude_unset(headers),
359
+ stream=stream,
348
360
  response_model=OrganizationFull,
349
361
  error_models={
350
362
  "404": BasicError,
@@ -356,6 +368,7 @@ class OrgsClient:
356
368
  org: str,
357
369
  *,
358
370
  headers: Optional[Mapping[str, str]] = None,
371
+ stream: bool = False,
359
372
  ) -> Response[OrganizationFull, OrganizationFullType]:
360
373
  """orgs/get
361
374
 
@@ -384,6 +397,7 @@ class OrgsClient:
384
397
  "GET",
385
398
  url,
386
399
  headers=exclude_unset(headers),
400
+ stream=stream,
387
401
  response_model=OrganizationFull,
388
402
  error_models={
389
403
  "404": BasicError,
@@ -395,6 +409,7 @@ class OrgsClient:
395
409
  org: str,
396
410
  *,
397
411
  headers: Optional[Mapping[str, str]] = None,
412
+ stream: bool = False,
398
413
  ) -> Response[
399
414
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
400
415
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -427,6 +442,7 @@ class OrgsClient:
427
442
  "DELETE",
428
443
  url,
429
444
  headers=exclude_unset(headers),
445
+ stream=stream,
430
446
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
431
447
  error_models={
432
448
  "404": BasicError,
@@ -439,6 +455,7 @@ class OrgsClient:
439
455
  org: str,
440
456
  *,
441
457
  headers: Optional[Mapping[str, str]] = None,
458
+ stream: bool = False,
442
459
  ) -> Response[
443
460
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
444
461
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -471,6 +488,7 @@ class OrgsClient:
471
488
  "DELETE",
472
489
  url,
473
490
  headers=exclude_unset(headers),
491
+ stream=stream,
474
492
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
475
493
  error_models={
476
494
  "404": BasicError,
@@ -484,6 +502,7 @@ class OrgsClient:
484
502
  org: str,
485
503
  *,
486
504
  headers: Optional[Mapping[str, str]] = None,
505
+ stream: bool = False,
487
506
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
488
507
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
489
508
 
@@ -494,6 +513,7 @@ class OrgsClient:
494
513
  *,
495
514
  data: UnsetType = UNSET,
496
515
  headers: Optional[Mapping[str, str]] = None,
516
+ stream: bool = False,
497
517
  billing_email: Missing[str] = UNSET,
498
518
  company: Missing[str] = UNSET,
499
519
  email: Missing[str] = UNSET,
@@ -538,6 +558,7 @@ class OrgsClient:
538
558
  org: str,
539
559
  *,
540
560
  headers: Optional[Mapping[str, str]] = None,
561
+ stream: bool = False,
541
562
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
542
563
  **kwargs,
543
564
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -588,6 +609,7 @@ class OrgsClient:
588
609
  url,
589
610
  json=exclude_unset(json),
590
611
  headers=exclude_unset(headers),
612
+ stream=stream,
591
613
  response_model=OrganizationFull,
592
614
  error_models={
593
615
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -601,6 +623,7 @@ class OrgsClient:
601
623
  org: str,
602
624
  *,
603
625
  headers: Optional[Mapping[str, str]] = None,
626
+ stream: bool = False,
604
627
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
605
628
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
606
629
 
@@ -611,6 +634,7 @@ class OrgsClient:
611
634
  *,
612
635
  data: UnsetType = UNSET,
613
636
  headers: Optional[Mapping[str, str]] = None,
637
+ stream: bool = False,
614
638
  billing_email: Missing[str] = UNSET,
615
639
  company: Missing[str] = UNSET,
616
640
  email: Missing[str] = UNSET,
@@ -655,6 +679,7 @@ class OrgsClient:
655
679
  org: str,
656
680
  *,
657
681
  headers: Optional[Mapping[str, str]] = None,
682
+ stream: bool = False,
658
683
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
659
684
  **kwargs,
660
685
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -705,6 +730,7 @@ class OrgsClient:
705
730
  url,
706
731
  json=exclude_unset(json),
707
732
  headers=exclude_unset(headers),
733
+ stream=stream,
708
734
  response_model=OrganizationFull,
709
735
  error_models={
710
736
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -717,6 +743,7 @@ class OrgsClient:
717
743
  org: str,
718
744
  *,
719
745
  headers: Optional[Mapping[str, str]] = None,
746
+ stream: bool = False,
720
747
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
721
748
  """announcement-banners/get-announcement-banner-for-org
722
749
 
@@ -739,6 +766,7 @@ class OrgsClient:
739
766
  "GET",
740
767
  url,
741
768
  headers=exclude_unset(headers),
769
+ stream=stream,
742
770
  response_model=AnnouncementBanner,
743
771
  )
744
772
 
@@ -747,6 +775,7 @@ class OrgsClient:
747
775
  org: str,
748
776
  *,
749
777
  headers: Optional[Mapping[str, str]] = None,
778
+ stream: bool = False,
750
779
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
751
780
  """announcement-banners/get-announcement-banner-for-org
752
781
 
@@ -769,6 +798,7 @@ class OrgsClient:
769
798
  "GET",
770
799
  url,
771
800
  headers=exclude_unset(headers),
801
+ stream=stream,
772
802
  response_model=AnnouncementBanner,
773
803
  )
774
804
 
@@ -777,6 +807,7 @@ class OrgsClient:
777
807
  org: str,
778
808
  *,
779
809
  headers: Optional[Mapping[str, str]] = None,
810
+ stream: bool = False,
780
811
  ) -> Response:
781
812
  """announcement-banners/remove-announcement-banner-for-org
782
813
 
@@ -795,6 +826,7 @@ class OrgsClient:
795
826
  "DELETE",
796
827
  url,
797
828
  headers=exclude_unset(headers),
829
+ stream=stream,
798
830
  )
799
831
 
800
832
  async def async_remove_announcement_banner_for_org(
@@ -802,6 +834,7 @@ class OrgsClient:
802
834
  org: str,
803
835
  *,
804
836
  headers: Optional[Mapping[str, str]] = None,
837
+ stream: bool = False,
805
838
  ) -> Response:
806
839
  """announcement-banners/remove-announcement-banner-for-org
807
840
 
@@ -820,6 +853,7 @@ class OrgsClient:
820
853
  "DELETE",
821
854
  url,
822
855
  headers=exclude_unset(headers),
856
+ stream=stream,
823
857
  )
824
858
 
825
859
  @overload
@@ -828,6 +862,7 @@ class OrgsClient:
828
862
  org: str,
829
863
  *,
830
864
  headers: Optional[Mapping[str, str]] = None,
865
+ stream: bool = False,
831
866
  data: AnnouncementType,
832
867
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
833
868
 
@@ -838,6 +873,7 @@ class OrgsClient:
838
873
  *,
839
874
  data: UnsetType = UNSET,
840
875
  headers: Optional[Mapping[str, str]] = None,
876
+ stream: bool = False,
841
877
  announcement: Union[str, None],
842
878
  expires_at: Missing[Union[datetime, None]] = UNSET,
843
879
  user_dismissible: Missing[Union[bool, None]] = UNSET,
@@ -848,6 +884,7 @@ class OrgsClient:
848
884
  org: str,
849
885
  *,
850
886
  headers: Optional[Mapping[str, str]] = None,
887
+ stream: bool = False,
851
888
  data: Missing[AnnouncementType] = UNSET,
852
889
  **kwargs,
853
890
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
@@ -880,6 +917,7 @@ class OrgsClient:
880
917
  url,
881
918
  json=exclude_unset(json),
882
919
  headers=exclude_unset(headers),
920
+ stream=stream,
883
921
  response_model=AnnouncementBanner,
884
922
  )
885
923
 
@@ -889,6 +927,7 @@ class OrgsClient:
889
927
  org: str,
890
928
  *,
891
929
  headers: Optional[Mapping[str, str]] = None,
930
+ stream: bool = False,
892
931
  data: AnnouncementType,
893
932
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
894
933
 
@@ -899,6 +938,7 @@ class OrgsClient:
899
938
  *,
900
939
  data: UnsetType = UNSET,
901
940
  headers: Optional[Mapping[str, str]] = None,
941
+ stream: bool = False,
902
942
  announcement: Union[str, None],
903
943
  expires_at: Missing[Union[datetime, None]] = UNSET,
904
944
  user_dismissible: Missing[Union[bool, None]] = UNSET,
@@ -909,6 +949,7 @@ class OrgsClient:
909
949
  org: str,
910
950
  *,
911
951
  headers: Optional[Mapping[str, str]] = None,
952
+ stream: bool = False,
912
953
  data: Missing[AnnouncementType] = UNSET,
913
954
  **kwargs,
914
955
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
@@ -941,6 +982,7 @@ class OrgsClient:
941
982
  url,
942
983
  json=exclude_unset(json),
943
984
  headers=exclude_unset(headers),
985
+ stream=stream,
944
986
  response_model=AnnouncementBanner,
945
987
  )
946
988
 
@@ -953,6 +995,7 @@ class OrgsClient:
953
995
  before: Missing[str] = UNSET,
954
996
  after: Missing[str] = UNSET,
955
997
  headers: Optional[Mapping[str, str]] = None,
998
+ stream: bool = False,
956
999
  data: OrgsOrgAttestationsBulkListPostBodyType,
957
1000
  ) -> Response[
958
1001
  OrgsOrgAttestationsBulkListPostResponse200,
@@ -969,6 +1012,7 @@ class OrgsClient:
969
1012
  after: Missing[str] = UNSET,
970
1013
  data: UnsetType = UNSET,
971
1014
  headers: Optional[Mapping[str, str]] = None,
1015
+ stream: bool = False,
972
1016
  subject_digests: list[str],
973
1017
  predicate_type: Missing[str] = UNSET,
974
1018
  ) -> Response[
@@ -984,6 +1028,7 @@ class OrgsClient:
984
1028
  before: Missing[str] = UNSET,
985
1029
  after: Missing[str] = UNSET,
986
1030
  headers: Optional[Mapping[str, str]] = None,
1031
+ stream: bool = False,
987
1032
  data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
988
1033
  **kwargs,
989
1034
  ) -> Response[
@@ -1033,6 +1078,7 @@ class OrgsClient:
1033
1078
  params=exclude_unset(params),
1034
1079
  json=exclude_unset(json),
1035
1080
  headers=exclude_unset(headers),
1081
+ stream=stream,
1036
1082
  response_model=OrgsOrgAttestationsBulkListPostResponse200,
1037
1083
  )
1038
1084
 
@@ -1045,6 +1091,7 @@ class OrgsClient:
1045
1091
  before: Missing[str] = UNSET,
1046
1092
  after: Missing[str] = UNSET,
1047
1093
  headers: Optional[Mapping[str, str]] = None,
1094
+ stream: bool = False,
1048
1095
  data: OrgsOrgAttestationsBulkListPostBodyType,
1049
1096
  ) -> Response[
1050
1097
  OrgsOrgAttestationsBulkListPostResponse200,
@@ -1061,6 +1108,7 @@ class OrgsClient:
1061
1108
  after: Missing[str] = UNSET,
1062
1109
  data: UnsetType = UNSET,
1063
1110
  headers: Optional[Mapping[str, str]] = None,
1111
+ stream: bool = False,
1064
1112
  subject_digests: list[str],
1065
1113
  predicate_type: Missing[str] = UNSET,
1066
1114
  ) -> Response[
@@ -1076,6 +1124,7 @@ class OrgsClient:
1076
1124
  before: Missing[str] = UNSET,
1077
1125
  after: Missing[str] = UNSET,
1078
1126
  headers: Optional[Mapping[str, str]] = None,
1127
+ stream: bool = False,
1079
1128
  data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
1080
1129
  **kwargs,
1081
1130
  ) -> Response[
@@ -1125,9 +1174,336 @@ class OrgsClient:
1125
1174
  params=exclude_unset(params),
1126
1175
  json=exclude_unset(json),
1127
1176
  headers=exclude_unset(headers),
1177
+ stream=stream,
1128
1178
  response_model=OrgsOrgAttestationsBulkListPostResponse200,
1129
1179
  )
1130
1180
 
1181
+ @overload
1182
+ def delete_attestations_bulk(
1183
+ self,
1184
+ org: str,
1185
+ *,
1186
+ headers: Optional[Mapping[str, str]] = None,
1187
+ stream: bool = False,
1188
+ data: Union[
1189
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1190
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1191
+ ],
1192
+ ) -> Response: ...
1193
+
1194
+ @overload
1195
+ def delete_attestations_bulk(
1196
+ self,
1197
+ org: str,
1198
+ *,
1199
+ data: UnsetType = UNSET,
1200
+ headers: Optional[Mapping[str, str]] = None,
1201
+ stream: bool = False,
1202
+ subject_digests: list[str],
1203
+ ) -> Response: ...
1204
+
1205
+ @overload
1206
+ def delete_attestations_bulk(
1207
+ self,
1208
+ org: str,
1209
+ *,
1210
+ data: UnsetType = UNSET,
1211
+ headers: Optional[Mapping[str, str]] = None,
1212
+ stream: bool = False,
1213
+ attestation_ids: list[int],
1214
+ ) -> Response: ...
1215
+
1216
+ def delete_attestations_bulk(
1217
+ self,
1218
+ org: str,
1219
+ *,
1220
+ headers: Optional[Mapping[str, str]] = None,
1221
+ stream: bool = False,
1222
+ data: Missing[
1223
+ Union[
1224
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1225
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1226
+ ]
1227
+ ] = UNSET,
1228
+ **kwargs,
1229
+ ) -> Response:
1230
+ """orgs/delete-attestations-bulk
1231
+
1232
+ POST /orgs/{org}/attestations/delete-request
1233
+
1234
+ Delete artifact attestations in bulk by either subject digests or unique ID.
1235
+
1236
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk
1237
+ """
1238
+
1239
+ from typing import Union
1240
+
1241
+ from ..models import (
1242
+ BasicError,
1243
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1244
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1245
+ )
1246
+
1247
+ url = f"/orgs/{org}/attestations/delete-request"
1248
+
1249
+ headers = {
1250
+ "Content-Type": "application/json",
1251
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
1252
+ **(headers or {}),
1253
+ }
1254
+
1255
+ json = kwargs if data is UNSET else data
1256
+ if self._github.config.rest_api_validate_body:
1257
+ json = type_validate_python(
1258
+ Union[
1259
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1260
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1261
+ ],
1262
+ json,
1263
+ )
1264
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1265
+
1266
+ return self._github.request(
1267
+ "POST",
1268
+ url,
1269
+ json=exclude_unset(json),
1270
+ headers=exclude_unset(headers),
1271
+ stream=stream,
1272
+ error_models={
1273
+ "404": BasicError,
1274
+ },
1275
+ )
1276
+
1277
+ @overload
1278
+ async def async_delete_attestations_bulk(
1279
+ self,
1280
+ org: str,
1281
+ *,
1282
+ headers: Optional[Mapping[str, str]] = None,
1283
+ stream: bool = False,
1284
+ data: Union[
1285
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1286
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1287
+ ],
1288
+ ) -> Response: ...
1289
+
1290
+ @overload
1291
+ async def async_delete_attestations_bulk(
1292
+ self,
1293
+ org: str,
1294
+ *,
1295
+ data: UnsetType = UNSET,
1296
+ headers: Optional[Mapping[str, str]] = None,
1297
+ stream: bool = False,
1298
+ subject_digests: list[str],
1299
+ ) -> Response: ...
1300
+
1301
+ @overload
1302
+ async def async_delete_attestations_bulk(
1303
+ self,
1304
+ org: str,
1305
+ *,
1306
+ data: UnsetType = UNSET,
1307
+ headers: Optional[Mapping[str, str]] = None,
1308
+ stream: bool = False,
1309
+ attestation_ids: list[int],
1310
+ ) -> Response: ...
1311
+
1312
+ async def async_delete_attestations_bulk(
1313
+ self,
1314
+ org: str,
1315
+ *,
1316
+ headers: Optional[Mapping[str, str]] = None,
1317
+ stream: bool = False,
1318
+ data: Missing[
1319
+ Union[
1320
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1321
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1322
+ ]
1323
+ ] = UNSET,
1324
+ **kwargs,
1325
+ ) -> Response:
1326
+ """orgs/delete-attestations-bulk
1327
+
1328
+ POST /orgs/{org}/attestations/delete-request
1329
+
1330
+ Delete artifact attestations in bulk by either subject digests or unique ID.
1331
+
1332
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk
1333
+ """
1334
+
1335
+ from typing import Union
1336
+
1337
+ from ..models import (
1338
+ BasicError,
1339
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1340
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1341
+ )
1342
+
1343
+ url = f"/orgs/{org}/attestations/delete-request"
1344
+
1345
+ headers = {
1346
+ "Content-Type": "application/json",
1347
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
1348
+ **(headers or {}),
1349
+ }
1350
+
1351
+ json = kwargs if data is UNSET else data
1352
+ if self._github.config.rest_api_validate_body:
1353
+ json = type_validate_python(
1354
+ Union[
1355
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1356
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1357
+ ],
1358
+ json,
1359
+ )
1360
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1361
+
1362
+ return await self._github.arequest(
1363
+ "POST",
1364
+ url,
1365
+ json=exclude_unset(json),
1366
+ headers=exclude_unset(headers),
1367
+ stream=stream,
1368
+ error_models={
1369
+ "404": BasicError,
1370
+ },
1371
+ )
1372
+
1373
+ def delete_attestations_by_subject_digest(
1374
+ self,
1375
+ org: str,
1376
+ subject_digest: str,
1377
+ *,
1378
+ headers: Optional[Mapping[str, str]] = None,
1379
+ stream: bool = False,
1380
+ ) -> Response:
1381
+ """orgs/delete-attestations-by-subject-digest
1382
+
1383
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1384
+
1385
+ Delete an artifact attestation by subject digest.
1386
+
1387
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest
1388
+ """
1389
+
1390
+ from ..models import BasicError
1391
+
1392
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1393
+
1394
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1395
+
1396
+ return self._github.request(
1397
+ "DELETE",
1398
+ url,
1399
+ headers=exclude_unset(headers),
1400
+ stream=stream,
1401
+ error_models={
1402
+ "404": BasicError,
1403
+ },
1404
+ )
1405
+
1406
+ async def async_delete_attestations_by_subject_digest(
1407
+ self,
1408
+ org: str,
1409
+ subject_digest: str,
1410
+ *,
1411
+ headers: Optional[Mapping[str, str]] = None,
1412
+ stream: bool = False,
1413
+ ) -> Response:
1414
+ """orgs/delete-attestations-by-subject-digest
1415
+
1416
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1417
+
1418
+ Delete an artifact attestation by subject digest.
1419
+
1420
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest
1421
+ """
1422
+
1423
+ from ..models import BasicError
1424
+
1425
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1426
+
1427
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1428
+
1429
+ return await self._github.arequest(
1430
+ "DELETE",
1431
+ url,
1432
+ headers=exclude_unset(headers),
1433
+ stream=stream,
1434
+ error_models={
1435
+ "404": BasicError,
1436
+ },
1437
+ )
1438
+
1439
+ def delete_attestations_by_id(
1440
+ self,
1441
+ org: str,
1442
+ attestation_id: int,
1443
+ *,
1444
+ headers: Optional[Mapping[str, str]] = None,
1445
+ stream: bool = False,
1446
+ ) -> Response:
1447
+ """orgs/delete-attestations-by-id
1448
+
1449
+ DELETE /orgs/{org}/attestations/{attestation_id}
1450
+
1451
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1452
+
1453
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id
1454
+ """
1455
+
1456
+ from ..models import BasicError
1457
+
1458
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1459
+
1460
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1461
+
1462
+ return self._github.request(
1463
+ "DELETE",
1464
+ url,
1465
+ headers=exclude_unset(headers),
1466
+ stream=stream,
1467
+ error_models={
1468
+ "403": BasicError,
1469
+ "404": BasicError,
1470
+ },
1471
+ )
1472
+
1473
+ async def async_delete_attestations_by_id(
1474
+ self,
1475
+ org: str,
1476
+ attestation_id: int,
1477
+ *,
1478
+ headers: Optional[Mapping[str, str]] = None,
1479
+ stream: bool = False,
1480
+ ) -> Response:
1481
+ """orgs/delete-attestations-by-id
1482
+
1483
+ DELETE /orgs/{org}/attestations/{attestation_id}
1484
+
1485
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1486
+
1487
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id
1488
+ """
1489
+
1490
+ from ..models import BasicError
1491
+
1492
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1493
+
1494
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1495
+
1496
+ return await self._github.arequest(
1497
+ "DELETE",
1498
+ url,
1499
+ headers=exclude_unset(headers),
1500
+ stream=stream,
1501
+ error_models={
1502
+ "403": BasicError,
1503
+ "404": BasicError,
1504
+ },
1505
+ )
1506
+
1131
1507
  def list_attestations(
1132
1508
  self,
1133
1509
  org: str,
@@ -1138,6 +1514,7 @@ class OrgsClient:
1138
1514
  after: Missing[str] = UNSET,
1139
1515
  predicate_type: Missing[str] = UNSET,
1140
1516
  headers: Optional[Mapping[str, str]] = None,
1517
+ stream: bool = False,
1141
1518
  ) -> Response[
1142
1519
  OrgsOrgAttestationsSubjectDigestGetResponse200,
1143
1520
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -1173,6 +1550,7 @@ class OrgsClient:
1173
1550
  url,
1174
1551
  params=exclude_unset(params),
1175
1552
  headers=exclude_unset(headers),
1553
+ stream=stream,
1176
1554
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
1177
1555
  )
1178
1556
 
@@ -1186,6 +1564,7 @@ class OrgsClient:
1186
1564
  after: Missing[str] = UNSET,
1187
1565
  predicate_type: Missing[str] = UNSET,
1188
1566
  headers: Optional[Mapping[str, str]] = None,
1567
+ stream: bool = False,
1189
1568
  ) -> Response[
1190
1569
  OrgsOrgAttestationsSubjectDigestGetResponse200,
1191
1570
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -1221,6 +1600,7 @@ class OrgsClient:
1221
1600
  url,
1222
1601
  params=exclude_unset(params),
1223
1602
  headers=exclude_unset(headers),
1603
+ stream=stream,
1224
1604
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
1225
1605
  )
1226
1606
 
@@ -1235,6 +1615,7 @@ class OrgsClient:
1235
1615
  order: Missing[Literal["desc", "asc"]] = UNSET,
1236
1616
  per_page: Missing[int] = UNSET,
1237
1617
  headers: Optional[Mapping[str, str]] = None,
1618
+ stream: bool = False,
1238
1619
  ) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
1239
1620
  """orgs/get-audit-log
1240
1621
 
@@ -1275,6 +1656,7 @@ class OrgsClient:
1275
1656
  url,
1276
1657
  params=exclude_unset(params),
1277
1658
  headers=exclude_unset(headers),
1659
+ stream=stream,
1278
1660
  response_model=list[AuditLogEvent],
1279
1661
  )
1280
1662
 
@@ -1289,6 +1671,7 @@ class OrgsClient:
1289
1671
  order: Missing[Literal["desc", "asc"]] = UNSET,
1290
1672
  per_page: Missing[int] = UNSET,
1291
1673
  headers: Optional[Mapping[str, str]] = None,
1674
+ stream: bool = False,
1292
1675
  ) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
1293
1676
  """orgs/get-audit-log
1294
1677
 
@@ -1329,6 +1712,7 @@ class OrgsClient:
1329
1712
  url,
1330
1713
  params=exclude_unset(params),
1331
1714
  headers=exclude_unset(headers),
1715
+ stream=stream,
1332
1716
  response_model=list[AuditLogEvent],
1333
1717
  )
1334
1718
 
@@ -1339,6 +1723,7 @@ class OrgsClient:
1339
1723
  per_page: Missing[int] = UNSET,
1340
1724
  page: Missing[int] = UNSET,
1341
1725
  headers: Optional[Mapping[str, str]] = None,
1726
+ stream: bool = False,
1342
1727
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
1343
1728
  """orgs/list-blocked-users
1344
1729
 
@@ -1365,6 +1750,7 @@ class OrgsClient:
1365
1750
  url,
1366
1751
  params=exclude_unset(params),
1367
1752
  headers=exclude_unset(headers),
1753
+ stream=stream,
1368
1754
  response_model=list[SimpleUser],
1369
1755
  )
1370
1756
 
@@ -1375,6 +1761,7 @@ class OrgsClient:
1375
1761
  per_page: Missing[int] = UNSET,
1376
1762
  page: Missing[int] = UNSET,
1377
1763
  headers: Optional[Mapping[str, str]] = None,
1764
+ stream: bool = False,
1378
1765
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
1379
1766
  """orgs/list-blocked-users
1380
1767
 
@@ -1401,6 +1788,7 @@ class OrgsClient:
1401
1788
  url,
1402
1789
  params=exclude_unset(params),
1403
1790
  headers=exclude_unset(headers),
1791
+ stream=stream,
1404
1792
  response_model=list[SimpleUser],
1405
1793
  )
1406
1794
 
@@ -1410,6 +1798,7 @@ class OrgsClient:
1410
1798
  username: str,
1411
1799
  *,
1412
1800
  headers: Optional[Mapping[str, str]] = None,
1801
+ stream: bool = False,
1413
1802
  ) -> Response:
1414
1803
  """orgs/check-blocked-user
1415
1804
 
@@ -1430,6 +1819,7 @@ class OrgsClient:
1430
1819
  "GET",
1431
1820
  url,
1432
1821
  headers=exclude_unset(headers),
1822
+ stream=stream,
1433
1823
  error_models={
1434
1824
  "404": BasicError,
1435
1825
  },
@@ -1441,6 +1831,7 @@ class OrgsClient:
1441
1831
  username: str,
1442
1832
  *,
1443
1833
  headers: Optional[Mapping[str, str]] = None,
1834
+ stream: bool = False,
1444
1835
  ) -> Response:
1445
1836
  """orgs/check-blocked-user
1446
1837
 
@@ -1461,6 +1852,7 @@ class OrgsClient:
1461
1852
  "GET",
1462
1853
  url,
1463
1854
  headers=exclude_unset(headers),
1855
+ stream=stream,
1464
1856
  error_models={
1465
1857
  "404": BasicError,
1466
1858
  },
@@ -1472,6 +1864,7 @@ class OrgsClient:
1472
1864
  username: str,
1473
1865
  *,
1474
1866
  headers: Optional[Mapping[str, str]] = None,
1867
+ stream: bool = False,
1475
1868
  ) -> Response:
1476
1869
  """orgs/block-user
1477
1870
 
@@ -1492,6 +1885,7 @@ class OrgsClient:
1492
1885
  "PUT",
1493
1886
  url,
1494
1887
  headers=exclude_unset(headers),
1888
+ stream=stream,
1495
1889
  error_models={
1496
1890
  "422": ValidationError,
1497
1891
  },
@@ -1503,6 +1897,7 @@ class OrgsClient:
1503
1897
  username: str,
1504
1898
  *,
1505
1899
  headers: Optional[Mapping[str, str]] = None,
1900
+ stream: bool = False,
1506
1901
  ) -> Response:
1507
1902
  """orgs/block-user
1508
1903
 
@@ -1523,6 +1918,7 @@ class OrgsClient:
1523
1918
  "PUT",
1524
1919
  url,
1525
1920
  headers=exclude_unset(headers),
1921
+ stream=stream,
1526
1922
  error_models={
1527
1923
  "422": ValidationError,
1528
1924
  },
@@ -1534,6 +1930,7 @@ class OrgsClient:
1534
1930
  username: str,
1535
1931
  *,
1536
1932
  headers: Optional[Mapping[str, str]] = None,
1933
+ stream: bool = False,
1537
1934
  ) -> Response:
1538
1935
  """orgs/unblock-user
1539
1936
 
@@ -1552,6 +1949,7 @@ class OrgsClient:
1552
1949
  "DELETE",
1553
1950
  url,
1554
1951
  headers=exclude_unset(headers),
1952
+ stream=stream,
1555
1953
  )
1556
1954
 
1557
1955
  async def async_unblock_user(
@@ -1560,6 +1958,7 @@ class OrgsClient:
1560
1958
  username: str,
1561
1959
  *,
1562
1960
  headers: Optional[Mapping[str, str]] = None,
1961
+ stream: bool = False,
1563
1962
  ) -> Response:
1564
1963
  """orgs/unblock-user
1565
1964
 
@@ -1578,6 +1977,7 @@ class OrgsClient:
1578
1977
  "DELETE",
1579
1978
  url,
1580
1979
  headers=exclude_unset(headers),
1980
+ stream=stream,
1581
1981
  )
1582
1982
 
1583
1983
  def list_push_bypass_requests(
@@ -1603,6 +2003,7 @@ class OrgsClient:
1603
2003
  per_page: Missing[int] = UNSET,
1604
2004
  page: Missing[int] = UNSET,
1605
2005
  headers: Optional[Mapping[str, str]] = None,
2006
+ stream: bool = False,
1606
2007
  ) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
1607
2008
  """orgs/list-push-bypass-requests
1608
2009
 
@@ -1634,6 +2035,7 @@ class OrgsClient:
1634
2035
  url,
1635
2036
  params=exclude_unset(params),
1636
2037
  headers=exclude_unset(headers),
2038
+ stream=stream,
1637
2039
  response_model=list[PushRuleBypassRequest],
1638
2040
  error_models={
1639
2041
  "404": BasicError,
@@ -1664,6 +2066,7 @@ class OrgsClient:
1664
2066
  per_page: Missing[int] = UNSET,
1665
2067
  page: Missing[int] = UNSET,
1666
2068
  headers: Optional[Mapping[str, str]] = None,
2069
+ stream: bool = False,
1667
2070
  ) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
1668
2071
  """orgs/list-push-bypass-requests
1669
2072
 
@@ -1695,6 +2098,7 @@ class OrgsClient:
1695
2098
  url,
1696
2099
  params=exclude_unset(params),
1697
2100
  headers=exclude_unset(headers),
2101
+ stream=stream,
1698
2102
  response_model=list[PushRuleBypassRequest],
1699
2103
  error_models={
1700
2104
  "404": BasicError,
@@ -1710,6 +2114,7 @@ class OrgsClient:
1710
2114
  page: Missing[int] = UNSET,
1711
2115
  login: Missing[str] = UNSET,
1712
2116
  headers: Optional[Mapping[str, str]] = None,
2117
+ stream: bool = False,
1713
2118
  ) -> Response[list[CredentialAuthorization], list[CredentialAuthorizationType]]:
1714
2119
  """orgs/list-saml-sso-authorizations
1715
2120
 
@@ -1741,6 +2146,7 @@ class OrgsClient:
1741
2146
  url,
1742
2147
  params=exclude_unset(params),
1743
2148
  headers=exclude_unset(headers),
2149
+ stream=stream,
1744
2150
  response_model=list[CredentialAuthorization],
1745
2151
  )
1746
2152
 
@@ -1752,6 +2158,7 @@ class OrgsClient:
1752
2158
  page: Missing[int] = UNSET,
1753
2159
  login: Missing[str] = UNSET,
1754
2160
  headers: Optional[Mapping[str, str]] = None,
2161
+ stream: bool = False,
1755
2162
  ) -> Response[list[CredentialAuthorization], list[CredentialAuthorizationType]]:
1756
2163
  """orgs/list-saml-sso-authorizations
1757
2164
 
@@ -1783,6 +2190,7 @@ class OrgsClient:
1783
2190
  url,
1784
2191
  params=exclude_unset(params),
1785
2192
  headers=exclude_unset(headers),
2193
+ stream=stream,
1786
2194
  response_model=list[CredentialAuthorization],
1787
2195
  )
1788
2196
 
@@ -1792,6 +2200,7 @@ class OrgsClient:
1792
2200
  credential_id: int,
1793
2201
  *,
1794
2202
  headers: Optional[Mapping[str, str]] = None,
2203
+ stream: bool = False,
1795
2204
  ) -> Response:
1796
2205
  """orgs/remove-saml-sso-authorization
1797
2206
 
@@ -1816,6 +2225,7 @@ class OrgsClient:
1816
2225
  "DELETE",
1817
2226
  url,
1818
2227
  headers=exclude_unset(headers),
2228
+ stream=stream,
1819
2229
  error_models={
1820
2230
  "404": BasicError,
1821
2231
  },
@@ -1827,6 +2237,7 @@ class OrgsClient:
1827
2237
  credential_id: int,
1828
2238
  *,
1829
2239
  headers: Optional[Mapping[str, str]] = None,
2240
+ stream: bool = False,
1830
2241
  ) -> Response:
1831
2242
  """orgs/remove-saml-sso-authorization
1832
2243
 
@@ -1851,6 +2262,7 @@ class OrgsClient:
1851
2262
  "DELETE",
1852
2263
  url,
1853
2264
  headers=exclude_unset(headers),
2265
+ stream=stream,
1854
2266
  error_models={
1855
2267
  "404": BasicError,
1856
2268
  },
@@ -1861,6 +2273,7 @@ class OrgsClient:
1861
2273
  org: str,
1862
2274
  *,
1863
2275
  headers: Optional[Mapping[str, str]] = None,
2276
+ stream: bool = False,
1864
2277
  ) -> Response[
1865
2278
  OrgsOrgCustomRepositoryRolesGetResponse200,
1866
2279
  OrgsOrgCustomRepositoryRolesGetResponse200Type,
@@ -1888,6 +2301,7 @@ class OrgsClient:
1888
2301
  "GET",
1889
2302
  url,
1890
2303
  headers=exclude_unset(headers),
2304
+ stream=stream,
1891
2305
  response_model=OrgsOrgCustomRepositoryRolesGetResponse200,
1892
2306
  )
1893
2307
 
@@ -1896,6 +2310,7 @@ class OrgsClient:
1896
2310
  org: str,
1897
2311
  *,
1898
2312
  headers: Optional[Mapping[str, str]] = None,
2313
+ stream: bool = False,
1899
2314
  ) -> Response[
1900
2315
  OrgsOrgCustomRepositoryRolesGetResponse200,
1901
2316
  OrgsOrgCustomRepositoryRolesGetResponse200Type,
@@ -1923,6 +2338,7 @@ class OrgsClient:
1923
2338
  "GET",
1924
2339
  url,
1925
2340
  headers=exclude_unset(headers),
2341
+ stream=stream,
1926
2342
  response_model=OrgsOrgCustomRepositoryRolesGetResponse200,
1927
2343
  )
1928
2344
 
@@ -1932,6 +2348,7 @@ class OrgsClient:
1932
2348
  org: str,
1933
2349
  *,
1934
2350
  headers: Optional[Mapping[str, str]] = None,
2351
+ stream: bool = False,
1935
2352
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
1936
2353
  ) -> Response[
1937
2354
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -1944,6 +2361,7 @@ class OrgsClient:
1944
2361
  *,
1945
2362
  data: UnsetType = UNSET,
1946
2363
  headers: Optional[Mapping[str, str]] = None,
2364
+ stream: bool = False,
1947
2365
  name: str,
1948
2366
  description: Missing[Union[str, None]] = UNSET,
1949
2367
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -1957,6 +2375,7 @@ class OrgsClient:
1957
2375
  org: str,
1958
2376
  *,
1959
2377
  headers: Optional[Mapping[str, str]] = None,
2378
+ stream: bool = False,
1960
2379
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
1961
2380
  **kwargs,
1962
2381
  ) -> Response[
@@ -2002,6 +2421,7 @@ class OrgsClient:
2002
2421
  url,
2003
2422
  json=exclude_unset(json),
2004
2423
  headers=exclude_unset(headers),
2424
+ stream=stream,
2005
2425
  response_model=OrganizationCustomRepositoryRole,
2006
2426
  error_models={
2007
2427
  "422": ValidationError,
@@ -2015,6 +2435,7 @@ class OrgsClient:
2015
2435
  org: str,
2016
2436
  *,
2017
2437
  headers: Optional[Mapping[str, str]] = None,
2438
+ stream: bool = False,
2018
2439
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
2019
2440
  ) -> Response[
2020
2441
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2027,6 +2448,7 @@ class OrgsClient:
2027
2448
  *,
2028
2449
  data: UnsetType = UNSET,
2029
2450
  headers: Optional[Mapping[str, str]] = None,
2451
+ stream: bool = False,
2030
2452
  name: str,
2031
2453
  description: Missing[Union[str, None]] = UNSET,
2032
2454
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -2040,6 +2462,7 @@ class OrgsClient:
2040
2462
  org: str,
2041
2463
  *,
2042
2464
  headers: Optional[Mapping[str, str]] = None,
2465
+ stream: bool = False,
2043
2466
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
2044
2467
  **kwargs,
2045
2468
  ) -> Response[
@@ -2085,6 +2508,7 @@ class OrgsClient:
2085
2508
  url,
2086
2509
  json=exclude_unset(json),
2087
2510
  headers=exclude_unset(headers),
2511
+ stream=stream,
2088
2512
  response_model=OrganizationCustomRepositoryRole,
2089
2513
  error_models={
2090
2514
  "422": ValidationError,
@@ -2098,6 +2522,7 @@ class OrgsClient:
2098
2522
  role_id: int,
2099
2523
  *,
2100
2524
  headers: Optional[Mapping[str, str]] = None,
2525
+ stream: bool = False,
2101
2526
  ) -> Response[
2102
2527
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
2103
2528
  ]:
@@ -2124,6 +2549,7 @@ class OrgsClient:
2124
2549
  "GET",
2125
2550
  url,
2126
2551
  headers=exclude_unset(headers),
2552
+ stream=stream,
2127
2553
  response_model=OrganizationCustomRepositoryRole,
2128
2554
  error_models={
2129
2555
  "404": BasicError,
@@ -2136,6 +2562,7 @@ class OrgsClient:
2136
2562
  role_id: int,
2137
2563
  *,
2138
2564
  headers: Optional[Mapping[str, str]] = None,
2565
+ stream: bool = False,
2139
2566
  ) -> Response[
2140
2567
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
2141
2568
  ]:
@@ -2162,6 +2589,7 @@ class OrgsClient:
2162
2589
  "GET",
2163
2590
  url,
2164
2591
  headers=exclude_unset(headers),
2592
+ stream=stream,
2165
2593
  response_model=OrganizationCustomRepositoryRole,
2166
2594
  error_models={
2167
2595
  "404": BasicError,
@@ -2174,6 +2602,7 @@ class OrgsClient:
2174
2602
  role_id: int,
2175
2603
  *,
2176
2604
  headers: Optional[Mapping[str, str]] = None,
2605
+ stream: bool = False,
2177
2606
  ) -> Response:
2178
2607
  """orgs/delete-custom-repo-role
2179
2608
 
@@ -2197,6 +2626,7 @@ class OrgsClient:
2197
2626
  "DELETE",
2198
2627
  url,
2199
2628
  headers=exclude_unset(headers),
2629
+ stream=stream,
2200
2630
  )
2201
2631
 
2202
2632
  async def async_delete_custom_repo_role(
@@ -2205,6 +2635,7 @@ class OrgsClient:
2205
2635
  role_id: int,
2206
2636
  *,
2207
2637
  headers: Optional[Mapping[str, str]] = None,
2638
+ stream: bool = False,
2208
2639
  ) -> Response:
2209
2640
  """orgs/delete-custom-repo-role
2210
2641
 
@@ -2228,6 +2659,7 @@ class OrgsClient:
2228
2659
  "DELETE",
2229
2660
  url,
2230
2661
  headers=exclude_unset(headers),
2662
+ stream=stream,
2231
2663
  )
2232
2664
 
2233
2665
  @overload
@@ -2237,6 +2669,7 @@ class OrgsClient:
2237
2669
  role_id: int,
2238
2670
  *,
2239
2671
  headers: Optional[Mapping[str, str]] = None,
2672
+ stream: bool = False,
2240
2673
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2241
2674
  ) -> Response[
2242
2675
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2250,6 +2683,7 @@ class OrgsClient:
2250
2683
  *,
2251
2684
  data: UnsetType = UNSET,
2252
2685
  headers: Optional[Mapping[str, str]] = None,
2686
+ stream: bool = False,
2253
2687
  name: Missing[str] = UNSET,
2254
2688
  description: Missing[Union[str, None]] = UNSET,
2255
2689
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2264,6 +2698,7 @@ class OrgsClient:
2264
2698
  role_id: int,
2265
2699
  *,
2266
2700
  headers: Optional[Mapping[str, str]] = None,
2701
+ stream: bool = False,
2267
2702
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2268
2703
  **kwargs,
2269
2704
  ) -> Response[
@@ -2309,6 +2744,7 @@ class OrgsClient:
2309
2744
  url,
2310
2745
  json=exclude_unset(json),
2311
2746
  headers=exclude_unset(headers),
2747
+ stream=stream,
2312
2748
  response_model=OrganizationCustomRepositoryRole,
2313
2749
  error_models={
2314
2750
  "422": ValidationError,
@@ -2323,6 +2759,7 @@ class OrgsClient:
2323
2759
  role_id: int,
2324
2760
  *,
2325
2761
  headers: Optional[Mapping[str, str]] = None,
2762
+ stream: bool = False,
2326
2763
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2327
2764
  ) -> Response[
2328
2765
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2336,6 +2773,7 @@ class OrgsClient:
2336
2773
  *,
2337
2774
  data: UnsetType = UNSET,
2338
2775
  headers: Optional[Mapping[str, str]] = None,
2776
+ stream: bool = False,
2339
2777
  name: Missing[str] = UNSET,
2340
2778
  description: Missing[Union[str, None]] = UNSET,
2341
2779
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2350,6 +2788,7 @@ class OrgsClient:
2350
2788
  role_id: int,
2351
2789
  *,
2352
2790
  headers: Optional[Mapping[str, str]] = None,
2791
+ stream: bool = False,
2353
2792
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2354
2793
  **kwargs,
2355
2794
  ) -> Response[
@@ -2395,6 +2834,7 @@ class OrgsClient:
2395
2834
  url,
2396
2835
  json=exclude_unset(json),
2397
2836
  headers=exclude_unset(headers),
2837
+ stream=stream,
2398
2838
  response_model=OrganizationCustomRepositoryRole,
2399
2839
  error_models={
2400
2840
  "422": ValidationError,
@@ -2408,6 +2848,7 @@ class OrgsClient:
2408
2848
  org: str,
2409
2849
  *,
2410
2850
  headers: Optional[Mapping[str, str]] = None,
2851
+ stream: bool = False,
2411
2852
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
2412
2853
  ) -> Response[
2413
2854
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2420,6 +2861,7 @@ class OrgsClient:
2420
2861
  *,
2421
2862
  data: UnsetType = UNSET,
2422
2863
  headers: Optional[Mapping[str, str]] = None,
2864
+ stream: bool = False,
2423
2865
  name: str,
2424
2866
  description: Missing[Union[str, None]] = UNSET,
2425
2867
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -2433,6 +2875,7 @@ class OrgsClient:
2433
2875
  org: str,
2434
2876
  *,
2435
2877
  headers: Optional[Mapping[str, str]] = None,
2878
+ stream: bool = False,
2436
2879
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
2437
2880
  **kwargs,
2438
2881
  ) -> Response[
@@ -2481,6 +2924,7 @@ class OrgsClient:
2481
2924
  url,
2482
2925
  json=exclude_unset(json),
2483
2926
  headers=exclude_unset(headers),
2927
+ stream=stream,
2484
2928
  response_model=OrganizationCustomRepositoryRole,
2485
2929
  error_models={
2486
2930
  "422": ValidationError,
@@ -2494,6 +2938,7 @@ class OrgsClient:
2494
2938
  org: str,
2495
2939
  *,
2496
2940
  headers: Optional[Mapping[str, str]] = None,
2941
+ stream: bool = False,
2497
2942
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
2498
2943
  ) -> Response[
2499
2944
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2506,6 +2951,7 @@ class OrgsClient:
2506
2951
  *,
2507
2952
  data: UnsetType = UNSET,
2508
2953
  headers: Optional[Mapping[str, str]] = None,
2954
+ stream: bool = False,
2509
2955
  name: str,
2510
2956
  description: Missing[Union[str, None]] = UNSET,
2511
2957
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -2519,6 +2965,7 @@ class OrgsClient:
2519
2965
  org: str,
2520
2966
  *,
2521
2967
  headers: Optional[Mapping[str, str]] = None,
2968
+ stream: bool = False,
2522
2969
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
2523
2970
  **kwargs,
2524
2971
  ) -> Response[
@@ -2567,6 +3014,7 @@ class OrgsClient:
2567
3014
  url,
2568
3015
  json=exclude_unset(json),
2569
3016
  headers=exclude_unset(headers),
3017
+ stream=stream,
2570
3018
  response_model=OrganizationCustomRepositoryRole,
2571
3019
  error_models={
2572
3020
  "422": ValidationError,
@@ -2580,6 +3028,7 @@ class OrgsClient:
2580
3028
  role_id: int,
2581
3029
  *,
2582
3030
  headers: Optional[Mapping[str, str]] = None,
3031
+ stream: bool = False,
2583
3032
  ) -> Response[
2584
3033
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
2585
3034
  ]:
@@ -2609,6 +3058,7 @@ class OrgsClient:
2609
3058
  "GET",
2610
3059
  url,
2611
3060
  headers=exclude_unset(headers),
3061
+ stream=stream,
2612
3062
  response_model=OrganizationCustomRepositoryRole,
2613
3063
  error_models={
2614
3064
  "404": BasicError,
@@ -2621,6 +3071,7 @@ class OrgsClient:
2621
3071
  role_id: int,
2622
3072
  *,
2623
3073
  headers: Optional[Mapping[str, str]] = None,
3074
+ stream: bool = False,
2624
3075
  ) -> Response[
2625
3076
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
2626
3077
  ]:
@@ -2650,6 +3101,7 @@ class OrgsClient:
2650
3101
  "GET",
2651
3102
  url,
2652
3103
  headers=exclude_unset(headers),
3104
+ stream=stream,
2653
3105
  response_model=OrganizationCustomRepositoryRole,
2654
3106
  error_models={
2655
3107
  "404": BasicError,
@@ -2662,6 +3114,7 @@ class OrgsClient:
2662
3114
  role_id: int,
2663
3115
  *,
2664
3116
  headers: Optional[Mapping[str, str]] = None,
3117
+ stream: bool = False,
2665
3118
  ) -> Response:
2666
3119
  """DEPRECATED orgs/delete-custom-role
2667
3120
 
@@ -2688,6 +3141,7 @@ class OrgsClient:
2688
3141
  "DELETE",
2689
3142
  url,
2690
3143
  headers=exclude_unset(headers),
3144
+ stream=stream,
2691
3145
  )
2692
3146
 
2693
3147
  async def async_delete_custom_role(
@@ -2696,6 +3150,7 @@ class OrgsClient:
2696
3150
  role_id: int,
2697
3151
  *,
2698
3152
  headers: Optional[Mapping[str, str]] = None,
3153
+ stream: bool = False,
2699
3154
  ) -> Response:
2700
3155
  """DEPRECATED orgs/delete-custom-role
2701
3156
 
@@ -2722,6 +3177,7 @@ class OrgsClient:
2722
3177
  "DELETE",
2723
3178
  url,
2724
3179
  headers=exclude_unset(headers),
3180
+ stream=stream,
2725
3181
  )
2726
3182
 
2727
3183
  @overload
@@ -2731,6 +3187,7 @@ class OrgsClient:
2731
3187
  role_id: int,
2732
3188
  *,
2733
3189
  headers: Optional[Mapping[str, str]] = None,
3190
+ stream: bool = False,
2734
3191
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2735
3192
  ) -> Response[
2736
3193
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2744,6 +3201,7 @@ class OrgsClient:
2744
3201
  *,
2745
3202
  data: UnsetType = UNSET,
2746
3203
  headers: Optional[Mapping[str, str]] = None,
3204
+ stream: bool = False,
2747
3205
  name: Missing[str] = UNSET,
2748
3206
  description: Missing[Union[str, None]] = UNSET,
2749
3207
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2758,6 +3216,7 @@ class OrgsClient:
2758
3216
  role_id: int,
2759
3217
  *,
2760
3218
  headers: Optional[Mapping[str, str]] = None,
3219
+ stream: bool = False,
2761
3220
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2762
3221
  **kwargs,
2763
3222
  ) -> Response[
@@ -2806,6 +3265,7 @@ class OrgsClient:
2806
3265
  url,
2807
3266
  json=exclude_unset(json),
2808
3267
  headers=exclude_unset(headers),
3268
+ stream=stream,
2809
3269
  response_model=OrganizationCustomRepositoryRole,
2810
3270
  error_models={
2811
3271
  "422": ValidationError,
@@ -2820,6 +3280,7 @@ class OrgsClient:
2820
3280
  role_id: int,
2821
3281
  *,
2822
3282
  headers: Optional[Mapping[str, str]] = None,
3283
+ stream: bool = False,
2823
3284
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2824
3285
  ) -> Response[
2825
3286
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2833,6 +3294,7 @@ class OrgsClient:
2833
3294
  *,
2834
3295
  data: UnsetType = UNSET,
2835
3296
  headers: Optional[Mapping[str, str]] = None,
3297
+ stream: bool = False,
2836
3298
  name: Missing[str] = UNSET,
2837
3299
  description: Missing[Union[str, None]] = UNSET,
2838
3300
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2847,6 +3309,7 @@ class OrgsClient:
2847
3309
  role_id: int,
2848
3310
  *,
2849
3311
  headers: Optional[Mapping[str, str]] = None,
3312
+ stream: bool = False,
2850
3313
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2851
3314
  **kwargs,
2852
3315
  ) -> Response[
@@ -2895,6 +3358,7 @@ class OrgsClient:
2895
3358
  url,
2896
3359
  json=exclude_unset(json),
2897
3360
  headers=exclude_unset(headers),
3361
+ stream=stream,
2898
3362
  response_model=OrganizationCustomRepositoryRole,
2899
3363
  error_models={
2900
3364
  "422": ValidationError,
@@ -2909,6 +3373,7 @@ class OrgsClient:
2909
3373
  per_page: Missing[int] = UNSET,
2910
3374
  page: Missing[int] = UNSET,
2911
3375
  headers: Optional[Mapping[str, str]] = None,
3376
+ stream: bool = False,
2912
3377
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
2913
3378
  """orgs/list-failed-invitations
2914
3379
 
@@ -2938,6 +3403,7 @@ class OrgsClient:
2938
3403
  url,
2939
3404
  params=exclude_unset(params),
2940
3405
  headers=exclude_unset(headers),
3406
+ stream=stream,
2941
3407
  response_model=list[OrganizationInvitation],
2942
3408
  error_models={
2943
3409
  "404": BasicError,
@@ -2951,6 +3417,7 @@ class OrgsClient:
2951
3417
  per_page: Missing[int] = UNSET,
2952
3418
  page: Missing[int] = UNSET,
2953
3419
  headers: Optional[Mapping[str, str]] = None,
3420
+ stream: bool = False,
2954
3421
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
2955
3422
  """orgs/list-failed-invitations
2956
3423
 
@@ -2980,6 +3447,7 @@ class OrgsClient:
2980
3447
  url,
2981
3448
  params=exclude_unset(params),
2982
3449
  headers=exclude_unset(headers),
3450
+ stream=stream,
2983
3451
  response_model=list[OrganizationInvitation],
2984
3452
  error_models={
2985
3453
  "404": BasicError,
@@ -2991,6 +3459,7 @@ class OrgsClient:
2991
3459
  org: str,
2992
3460
  *,
2993
3461
  headers: Optional[Mapping[str, str]] = None,
3462
+ stream: bool = False,
2994
3463
  ) -> Response[
2995
3464
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
2996
3465
  ]:
@@ -3020,6 +3489,7 @@ class OrgsClient:
3020
3489
  "GET",
3021
3490
  url,
3022
3491
  headers=exclude_unset(headers),
3492
+ stream=stream,
3023
3493
  response_model=list[RepositoryFineGrainedPermission],
3024
3494
  )
3025
3495
 
@@ -3028,6 +3498,7 @@ class OrgsClient:
3028
3498
  org: str,
3029
3499
  *,
3030
3500
  headers: Optional[Mapping[str, str]] = None,
3501
+ stream: bool = False,
3031
3502
  ) -> Response[
3032
3503
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
3033
3504
  ]:
@@ -3057,6 +3528,7 @@ class OrgsClient:
3057
3528
  "GET",
3058
3529
  url,
3059
3530
  headers=exclude_unset(headers),
3531
+ stream=stream,
3060
3532
  response_model=list[RepositoryFineGrainedPermission],
3061
3533
  )
3062
3534
 
@@ -3067,6 +3539,7 @@ class OrgsClient:
3067
3539
  per_page: Missing[int] = UNSET,
3068
3540
  page: Missing[int] = UNSET,
3069
3541
  headers: Optional[Mapping[str, str]] = None,
3542
+ stream: bool = False,
3070
3543
  ) -> Response[list[OrgHook], list[OrgHookType]]:
3071
3544
  """orgs/list-webhooks
3072
3545
 
@@ -3096,6 +3569,7 @@ class OrgsClient:
3096
3569
  url,
3097
3570
  params=exclude_unset(params),
3098
3571
  headers=exclude_unset(headers),
3572
+ stream=stream,
3099
3573
  response_model=list[OrgHook],
3100
3574
  error_models={
3101
3575
  "404": BasicError,
@@ -3109,6 +3583,7 @@ class OrgsClient:
3109
3583
  per_page: Missing[int] = UNSET,
3110
3584
  page: Missing[int] = UNSET,
3111
3585
  headers: Optional[Mapping[str, str]] = None,
3586
+ stream: bool = False,
3112
3587
  ) -> Response[list[OrgHook], list[OrgHookType]]:
3113
3588
  """orgs/list-webhooks
3114
3589
 
@@ -3138,6 +3613,7 @@ class OrgsClient:
3138
3613
  url,
3139
3614
  params=exclude_unset(params),
3140
3615
  headers=exclude_unset(headers),
3616
+ stream=stream,
3141
3617
  response_model=list[OrgHook],
3142
3618
  error_models={
3143
3619
  "404": BasicError,
@@ -3150,6 +3626,7 @@ class OrgsClient:
3150
3626
  org: str,
3151
3627
  *,
3152
3628
  headers: Optional[Mapping[str, str]] = None,
3629
+ stream: bool = False,
3153
3630
  data: OrgsOrgHooksPostBodyType,
3154
3631
  ) -> Response[OrgHook, OrgHookType]: ...
3155
3632
 
@@ -3160,6 +3637,7 @@ class OrgsClient:
3160
3637
  *,
3161
3638
  data: UnsetType = UNSET,
3162
3639
  headers: Optional[Mapping[str, str]] = None,
3640
+ stream: bool = False,
3163
3641
  name: str,
3164
3642
  config: OrgsOrgHooksPostBodyPropConfigType,
3165
3643
  events: Missing[list[str]] = UNSET,
@@ -3171,6 +3649,7 @@ class OrgsClient:
3171
3649
  org: str,
3172
3650
  *,
3173
3651
  headers: Optional[Mapping[str, str]] = None,
3652
+ stream: bool = False,
3174
3653
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
3175
3654
  **kwargs,
3176
3655
  ) -> Response[OrgHook, OrgHookType]:
@@ -3206,6 +3685,7 @@ class OrgsClient:
3206
3685
  url,
3207
3686
  json=exclude_unset(json),
3208
3687
  headers=exclude_unset(headers),
3688
+ stream=stream,
3209
3689
  response_model=OrgHook,
3210
3690
  error_models={
3211
3691
  "422": ValidationError,
@@ -3219,6 +3699,7 @@ class OrgsClient:
3219
3699
  org: str,
3220
3700
  *,
3221
3701
  headers: Optional[Mapping[str, str]] = None,
3702
+ stream: bool = False,
3222
3703
  data: OrgsOrgHooksPostBodyType,
3223
3704
  ) -> Response[OrgHook, OrgHookType]: ...
3224
3705
 
@@ -3229,6 +3710,7 @@ class OrgsClient:
3229
3710
  *,
3230
3711
  data: UnsetType = UNSET,
3231
3712
  headers: Optional[Mapping[str, str]] = None,
3713
+ stream: bool = False,
3232
3714
  name: str,
3233
3715
  config: OrgsOrgHooksPostBodyPropConfigType,
3234
3716
  events: Missing[list[str]] = UNSET,
@@ -3240,6 +3722,7 @@ class OrgsClient:
3240
3722
  org: str,
3241
3723
  *,
3242
3724
  headers: Optional[Mapping[str, str]] = None,
3725
+ stream: bool = False,
3243
3726
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
3244
3727
  **kwargs,
3245
3728
  ) -> Response[OrgHook, OrgHookType]:
@@ -3275,6 +3758,7 @@ class OrgsClient:
3275
3758
  url,
3276
3759
  json=exclude_unset(json),
3277
3760
  headers=exclude_unset(headers),
3761
+ stream=stream,
3278
3762
  response_model=OrgHook,
3279
3763
  error_models={
3280
3764
  "422": ValidationError,
@@ -3288,6 +3772,7 @@ class OrgsClient:
3288
3772
  hook_id: int,
3289
3773
  *,
3290
3774
  headers: Optional[Mapping[str, str]] = None,
3775
+ stream: bool = False,
3291
3776
  ) -> Response[OrgHook, OrgHookType]:
3292
3777
  """orgs/get-webhook
3293
3778
 
@@ -3311,6 +3796,7 @@ class OrgsClient:
3311
3796
  "GET",
3312
3797
  url,
3313
3798
  headers=exclude_unset(headers),
3799
+ stream=stream,
3314
3800
  response_model=OrgHook,
3315
3801
  error_models={
3316
3802
  "404": BasicError,
@@ -3323,6 +3809,7 @@ class OrgsClient:
3323
3809
  hook_id: int,
3324
3810
  *,
3325
3811
  headers: Optional[Mapping[str, str]] = None,
3812
+ stream: bool = False,
3326
3813
  ) -> Response[OrgHook, OrgHookType]:
3327
3814
  """orgs/get-webhook
3328
3815
 
@@ -3346,6 +3833,7 @@ class OrgsClient:
3346
3833
  "GET",
3347
3834
  url,
3348
3835
  headers=exclude_unset(headers),
3836
+ stream=stream,
3349
3837
  response_model=OrgHook,
3350
3838
  error_models={
3351
3839
  "404": BasicError,
@@ -3358,6 +3846,7 @@ class OrgsClient:
3358
3846
  hook_id: int,
3359
3847
  *,
3360
3848
  headers: Optional[Mapping[str, str]] = None,
3849
+ stream: bool = False,
3361
3850
  ) -> Response:
3362
3851
  """orgs/delete-webhook
3363
3852
 
@@ -3381,6 +3870,7 @@ class OrgsClient:
3381
3870
  "DELETE",
3382
3871
  url,
3383
3872
  headers=exclude_unset(headers),
3873
+ stream=stream,
3384
3874
  error_models={
3385
3875
  "404": BasicError,
3386
3876
  },
@@ -3392,6 +3882,7 @@ class OrgsClient:
3392
3882
  hook_id: int,
3393
3883
  *,
3394
3884
  headers: Optional[Mapping[str, str]] = None,
3885
+ stream: bool = False,
3395
3886
  ) -> Response:
3396
3887
  """orgs/delete-webhook
3397
3888
 
@@ -3415,6 +3906,7 @@ class OrgsClient:
3415
3906
  "DELETE",
3416
3907
  url,
3417
3908
  headers=exclude_unset(headers),
3909
+ stream=stream,
3418
3910
  error_models={
3419
3911
  "404": BasicError,
3420
3912
  },
@@ -3427,6 +3919,7 @@ class OrgsClient:
3427
3919
  hook_id: int,
3428
3920
  *,
3429
3921
  headers: Optional[Mapping[str, str]] = None,
3922
+ stream: bool = False,
3430
3923
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3431
3924
  ) -> Response[OrgHook, OrgHookType]: ...
3432
3925
 
@@ -3438,6 +3931,7 @@ class OrgsClient:
3438
3931
  *,
3439
3932
  data: UnsetType = UNSET,
3440
3933
  headers: Optional[Mapping[str, str]] = None,
3934
+ stream: bool = False,
3441
3935
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
3442
3936
  events: Missing[list[str]] = UNSET,
3443
3937
  active: Missing[bool] = UNSET,
@@ -3450,6 +3944,7 @@ class OrgsClient:
3450
3944
  hook_id: int,
3451
3945
  *,
3452
3946
  headers: Optional[Mapping[str, str]] = None,
3947
+ stream: bool = False,
3453
3948
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3454
3949
  **kwargs,
3455
3950
  ) -> Response[OrgHook, OrgHookType]:
@@ -3490,6 +3985,7 @@ class OrgsClient:
3490
3985
  url,
3491
3986
  json=exclude_unset(json),
3492
3987
  headers=exclude_unset(headers),
3988
+ stream=stream,
3493
3989
  response_model=OrgHook,
3494
3990
  error_models={
3495
3991
  "422": ValidationError,
@@ -3504,6 +4000,7 @@ class OrgsClient:
3504
4000
  hook_id: int,
3505
4001
  *,
3506
4002
  headers: Optional[Mapping[str, str]] = None,
4003
+ stream: bool = False,
3507
4004
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3508
4005
  ) -> Response[OrgHook, OrgHookType]: ...
3509
4006
 
@@ -3515,6 +4012,7 @@ class OrgsClient:
3515
4012
  *,
3516
4013
  data: UnsetType = UNSET,
3517
4014
  headers: Optional[Mapping[str, str]] = None,
4015
+ stream: bool = False,
3518
4016
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
3519
4017
  events: Missing[list[str]] = UNSET,
3520
4018
  active: Missing[bool] = UNSET,
@@ -3527,6 +4025,7 @@ class OrgsClient:
3527
4025
  hook_id: int,
3528
4026
  *,
3529
4027
  headers: Optional[Mapping[str, str]] = None,
4028
+ stream: bool = False,
3530
4029
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3531
4030
  **kwargs,
3532
4031
  ) -> Response[OrgHook, OrgHookType]:
@@ -3567,6 +4066,7 @@ class OrgsClient:
3567
4066
  url,
3568
4067
  json=exclude_unset(json),
3569
4068
  headers=exclude_unset(headers),
4069
+ stream=stream,
3570
4070
  response_model=OrgHook,
3571
4071
  error_models={
3572
4072
  "422": ValidationError,
@@ -3580,6 +4080,7 @@ class OrgsClient:
3580
4080
  hook_id: int,
3581
4081
  *,
3582
4082
  headers: Optional[Mapping[str, str]] = None,
4083
+ stream: bool = False,
3583
4084
  ) -> Response[WebhookConfig, WebhookConfigType]:
3584
4085
  """orgs/get-webhook-config-for-org
3585
4086
 
@@ -3603,6 +4104,7 @@ class OrgsClient:
3603
4104
  "GET",
3604
4105
  url,
3605
4106
  headers=exclude_unset(headers),
4107
+ stream=stream,
3606
4108
  response_model=WebhookConfig,
3607
4109
  )
3608
4110
 
@@ -3612,6 +4114,7 @@ class OrgsClient:
3612
4114
  hook_id: int,
3613
4115
  *,
3614
4116
  headers: Optional[Mapping[str, str]] = None,
4117
+ stream: bool = False,
3615
4118
  ) -> Response[WebhookConfig, WebhookConfigType]:
3616
4119
  """orgs/get-webhook-config-for-org
3617
4120
 
@@ -3635,6 +4138,7 @@ class OrgsClient:
3635
4138
  "GET",
3636
4139
  url,
3637
4140
  headers=exclude_unset(headers),
4141
+ stream=stream,
3638
4142
  response_model=WebhookConfig,
3639
4143
  )
3640
4144
 
@@ -3645,6 +4149,7 @@ class OrgsClient:
3645
4149
  hook_id: int,
3646
4150
  *,
3647
4151
  headers: Optional[Mapping[str, str]] = None,
4152
+ stream: bool = False,
3648
4153
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3649
4154
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
3650
4155
 
@@ -3656,6 +4161,7 @@ class OrgsClient:
3656
4161
  *,
3657
4162
  data: UnsetType = UNSET,
3658
4163
  headers: Optional[Mapping[str, str]] = None,
4164
+ stream: bool = False,
3659
4165
  url: Missing[str] = UNSET,
3660
4166
  content_type: Missing[str] = UNSET,
3661
4167
  secret: Missing[str] = UNSET,
@@ -3668,6 +4174,7 @@ class OrgsClient:
3668
4174
  hook_id: int,
3669
4175
  *,
3670
4176
  headers: Optional[Mapping[str, str]] = None,
4177
+ stream: bool = False,
3671
4178
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3672
4179
  **kwargs,
3673
4180
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -3703,6 +4210,7 @@ class OrgsClient:
3703
4210
  url,
3704
4211
  json=exclude_unset(json),
3705
4212
  headers=exclude_unset(headers),
4213
+ stream=stream,
3706
4214
  response_model=WebhookConfig,
3707
4215
  )
3708
4216
 
@@ -3713,6 +4221,7 @@ class OrgsClient:
3713
4221
  hook_id: int,
3714
4222
  *,
3715
4223
  headers: Optional[Mapping[str, str]] = None,
4224
+ stream: bool = False,
3716
4225
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3717
4226
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
3718
4227
 
@@ -3724,6 +4233,7 @@ class OrgsClient:
3724
4233
  *,
3725
4234
  data: UnsetType = UNSET,
3726
4235
  headers: Optional[Mapping[str, str]] = None,
4236
+ stream: bool = False,
3727
4237
  url: Missing[str] = UNSET,
3728
4238
  content_type: Missing[str] = UNSET,
3729
4239
  secret: Missing[str] = UNSET,
@@ -3736,6 +4246,7 @@ class OrgsClient:
3736
4246
  hook_id: int,
3737
4247
  *,
3738
4248
  headers: Optional[Mapping[str, str]] = None,
4249
+ stream: bool = False,
3739
4250
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3740
4251
  **kwargs,
3741
4252
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -3771,6 +4282,7 @@ class OrgsClient:
3771
4282
  url,
3772
4283
  json=exclude_unset(json),
3773
4284
  headers=exclude_unset(headers),
4285
+ stream=stream,
3774
4286
  response_model=WebhookConfig,
3775
4287
  )
3776
4288
 
@@ -3782,6 +4294,7 @@ class OrgsClient:
3782
4294
  per_page: Missing[int] = UNSET,
3783
4295
  cursor: Missing[str] = UNSET,
3784
4296
  headers: Optional[Mapping[str, str]] = None,
4297
+ stream: bool = False,
3785
4298
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
3786
4299
  """orgs/list-webhook-deliveries
3787
4300
 
@@ -3811,6 +4324,7 @@ class OrgsClient:
3811
4324
  url,
3812
4325
  params=exclude_unset(params),
3813
4326
  headers=exclude_unset(headers),
4327
+ stream=stream,
3814
4328
  response_model=list[HookDeliveryItem],
3815
4329
  error_models={
3816
4330
  "400": BasicError,
@@ -3826,6 +4340,7 @@ class OrgsClient:
3826
4340
  per_page: Missing[int] = UNSET,
3827
4341
  cursor: Missing[str] = UNSET,
3828
4342
  headers: Optional[Mapping[str, str]] = None,
4343
+ stream: bool = False,
3829
4344
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
3830
4345
  """orgs/list-webhook-deliveries
3831
4346
 
@@ -3855,6 +4370,7 @@ class OrgsClient:
3855
4370
  url,
3856
4371
  params=exclude_unset(params),
3857
4372
  headers=exclude_unset(headers),
4373
+ stream=stream,
3858
4374
  response_model=list[HookDeliveryItem],
3859
4375
  error_models={
3860
4376
  "400": BasicError,
@@ -3869,6 +4385,7 @@ class OrgsClient:
3869
4385
  delivery_id: int,
3870
4386
  *,
3871
4387
  headers: Optional[Mapping[str, str]] = None,
4388
+ stream: bool = False,
3872
4389
  ) -> Response[HookDelivery, HookDeliveryType]:
3873
4390
  """orgs/get-webhook-delivery
3874
4391
 
@@ -3892,6 +4409,7 @@ class OrgsClient:
3892
4409
  "GET",
3893
4410
  url,
3894
4411
  headers=exclude_unset(headers),
4412
+ stream=stream,
3895
4413
  response_model=HookDelivery,
3896
4414
  error_models={
3897
4415
  "400": BasicError,
@@ -3906,6 +4424,7 @@ class OrgsClient:
3906
4424
  delivery_id: int,
3907
4425
  *,
3908
4426
  headers: Optional[Mapping[str, str]] = None,
4427
+ stream: bool = False,
3909
4428
  ) -> Response[HookDelivery, HookDeliveryType]:
3910
4429
  """orgs/get-webhook-delivery
3911
4430
 
@@ -3929,6 +4448,7 @@ class OrgsClient:
3929
4448
  "GET",
3930
4449
  url,
3931
4450
  headers=exclude_unset(headers),
4451
+ stream=stream,
3932
4452
  response_model=HookDelivery,
3933
4453
  error_models={
3934
4454
  "400": BasicError,
@@ -3943,6 +4463,7 @@ class OrgsClient:
3943
4463
  delivery_id: int,
3944
4464
  *,
3945
4465
  headers: Optional[Mapping[str, str]] = None,
4466
+ stream: bool = False,
3946
4467
  ) -> Response[
3947
4468
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3948
4469
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -3973,6 +4494,7 @@ class OrgsClient:
3973
4494
  "POST",
3974
4495
  url,
3975
4496
  headers=exclude_unset(headers),
4497
+ stream=stream,
3976
4498
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3977
4499
  error_models={
3978
4500
  "400": BasicError,
@@ -3987,6 +4509,7 @@ class OrgsClient:
3987
4509
  delivery_id: int,
3988
4510
  *,
3989
4511
  headers: Optional[Mapping[str, str]] = None,
4512
+ stream: bool = False,
3990
4513
  ) -> Response[
3991
4514
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3992
4515
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -4017,6 +4540,7 @@ class OrgsClient:
4017
4540
  "POST",
4018
4541
  url,
4019
4542
  headers=exclude_unset(headers),
4543
+ stream=stream,
4020
4544
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
4021
4545
  error_models={
4022
4546
  "400": BasicError,
@@ -4030,6 +4554,7 @@ class OrgsClient:
4030
4554
  hook_id: int,
4031
4555
  *,
4032
4556
  headers: Optional[Mapping[str, str]] = None,
4557
+ stream: bool = False,
4033
4558
  ) -> Response:
4034
4559
  """orgs/ping-webhook
4035
4560
 
@@ -4053,6 +4578,7 @@ class OrgsClient:
4053
4578
  "POST",
4054
4579
  url,
4055
4580
  headers=exclude_unset(headers),
4581
+ stream=stream,
4056
4582
  error_models={
4057
4583
  "404": BasicError,
4058
4584
  },
@@ -4064,6 +4590,7 @@ class OrgsClient:
4064
4590
  hook_id: int,
4065
4591
  *,
4066
4592
  headers: Optional[Mapping[str, str]] = None,
4593
+ stream: bool = False,
4067
4594
  ) -> Response:
4068
4595
  """orgs/ping-webhook
4069
4596
 
@@ -4087,6 +4614,7 @@ class OrgsClient:
4087
4614
  "POST",
4088
4615
  url,
4089
4616
  headers=exclude_unset(headers),
4617
+ stream=stream,
4090
4618
  error_models={
4091
4619
  "404": BasicError,
4092
4620
  },
@@ -4123,6 +4651,7 @@ class OrgsClient:
4123
4651
  ] = UNSET,
4124
4652
  api_route_substring: Missing[str] = UNSET,
4125
4653
  headers: Optional[Mapping[str, str]] = None,
4654
+ stream: bool = False,
4126
4655
  ) -> Response[
4127
4656
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
4128
4657
  ]:
@@ -4156,6 +4685,7 @@ class OrgsClient:
4156
4685
  url,
4157
4686
  params=exclude_unset(params),
4158
4687
  headers=exclude_unset(headers),
4688
+ stream=stream,
4159
4689
  response_model=list[ApiInsightsRouteStatsItems],
4160
4690
  )
4161
4691
 
@@ -4190,6 +4720,7 @@ class OrgsClient:
4190
4720
  ] = UNSET,
4191
4721
  api_route_substring: Missing[str] = UNSET,
4192
4722
  headers: Optional[Mapping[str, str]] = None,
4723
+ stream: bool = False,
4193
4724
  ) -> Response[
4194
4725
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
4195
4726
  ]:
@@ -4223,6 +4754,7 @@ class OrgsClient:
4223
4754
  url,
4224
4755
  params=exclude_unset(params),
4225
4756
  headers=exclude_unset(headers),
4757
+ stream=stream,
4226
4758
  response_model=list[ApiInsightsRouteStatsItems],
4227
4759
  )
4228
4760
 
@@ -4248,6 +4780,7 @@ class OrgsClient:
4248
4780
  ] = UNSET,
4249
4781
  subject_name_substring: Missing[str] = UNSET,
4250
4782
  headers: Optional[Mapping[str, str]] = None,
4783
+ stream: bool = False,
4251
4784
  ) -> Response[
4252
4785
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
4253
4786
  ]:
@@ -4281,6 +4814,7 @@ class OrgsClient:
4281
4814
  url,
4282
4815
  params=exclude_unset(params),
4283
4816
  headers=exclude_unset(headers),
4817
+ stream=stream,
4284
4818
  response_model=list[ApiInsightsSubjectStatsItems],
4285
4819
  )
4286
4820
 
@@ -4306,6 +4840,7 @@ class OrgsClient:
4306
4840
  ] = UNSET,
4307
4841
  subject_name_substring: Missing[str] = UNSET,
4308
4842
  headers: Optional[Mapping[str, str]] = None,
4843
+ stream: bool = False,
4309
4844
  ) -> Response[
4310
4845
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
4311
4846
  ]:
@@ -4339,6 +4874,7 @@ class OrgsClient:
4339
4874
  url,
4340
4875
  params=exclude_unset(params),
4341
4876
  headers=exclude_unset(headers),
4877
+ stream=stream,
4342
4878
  response_model=list[ApiInsightsSubjectStatsItems],
4343
4879
  )
4344
4880
 
@@ -4349,6 +4885,7 @@ class OrgsClient:
4349
4885
  min_timestamp: str,
4350
4886
  max_timestamp: Missing[str] = UNSET,
4351
4887
  headers: Optional[Mapping[str, str]] = None,
4888
+ stream: bool = False,
4352
4889
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4353
4890
  """api-insights/get-summary-stats
4354
4891
 
@@ -4375,6 +4912,7 @@ class OrgsClient:
4375
4912
  url,
4376
4913
  params=exclude_unset(params),
4377
4914
  headers=exclude_unset(headers),
4915
+ stream=stream,
4378
4916
  response_model=ApiInsightsSummaryStats,
4379
4917
  )
4380
4918
 
@@ -4385,6 +4923,7 @@ class OrgsClient:
4385
4923
  min_timestamp: str,
4386
4924
  max_timestamp: Missing[str] = UNSET,
4387
4925
  headers: Optional[Mapping[str, str]] = None,
4926
+ stream: bool = False,
4388
4927
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4389
4928
  """api-insights/get-summary-stats
4390
4929
 
@@ -4411,6 +4950,7 @@ class OrgsClient:
4411
4950
  url,
4412
4951
  params=exclude_unset(params),
4413
4952
  headers=exclude_unset(headers),
4953
+ stream=stream,
4414
4954
  response_model=ApiInsightsSummaryStats,
4415
4955
  )
4416
4956
 
@@ -4422,6 +4962,7 @@ class OrgsClient:
4422
4962
  min_timestamp: str,
4423
4963
  max_timestamp: Missing[str] = UNSET,
4424
4964
  headers: Optional[Mapping[str, str]] = None,
4965
+ stream: bool = False,
4425
4966
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4426
4967
  """api-insights/get-summary-stats-by-user
4427
4968
 
@@ -4448,6 +4989,7 @@ class OrgsClient:
4448
4989
  url,
4449
4990
  params=exclude_unset(params),
4450
4991
  headers=exclude_unset(headers),
4992
+ stream=stream,
4451
4993
  response_model=ApiInsightsSummaryStats,
4452
4994
  )
4453
4995
 
@@ -4459,6 +5001,7 @@ class OrgsClient:
4459
5001
  min_timestamp: str,
4460
5002
  max_timestamp: Missing[str] = UNSET,
4461
5003
  headers: Optional[Mapping[str, str]] = None,
5004
+ stream: bool = False,
4462
5005
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4463
5006
  """api-insights/get-summary-stats-by-user
4464
5007
 
@@ -4485,6 +5028,7 @@ class OrgsClient:
4485
5028
  url,
4486
5029
  params=exclude_unset(params),
4487
5030
  headers=exclude_unset(headers),
5031
+ stream=stream,
4488
5032
  response_model=ApiInsightsSummaryStats,
4489
5033
  )
4490
5034
 
@@ -4503,6 +5047,7 @@ class OrgsClient:
4503
5047
  min_timestamp: str,
4504
5048
  max_timestamp: Missing[str] = UNSET,
4505
5049
  headers: Optional[Mapping[str, str]] = None,
5050
+ stream: bool = False,
4506
5051
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4507
5052
  """api-insights/get-summary-stats-by-actor
4508
5053
 
@@ -4529,6 +5074,7 @@ class OrgsClient:
4529
5074
  url,
4530
5075
  params=exclude_unset(params),
4531
5076
  headers=exclude_unset(headers),
5077
+ stream=stream,
4532
5078
  response_model=ApiInsightsSummaryStats,
4533
5079
  )
4534
5080
 
@@ -4547,6 +5093,7 @@ class OrgsClient:
4547
5093
  min_timestamp: str,
4548
5094
  max_timestamp: Missing[str] = UNSET,
4549
5095
  headers: Optional[Mapping[str, str]] = None,
5096
+ stream: bool = False,
4550
5097
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4551
5098
  """api-insights/get-summary-stats-by-actor
4552
5099
 
@@ -4573,6 +5120,7 @@ class OrgsClient:
4573
5120
  url,
4574
5121
  params=exclude_unset(params),
4575
5122
  headers=exclude_unset(headers),
5123
+ stream=stream,
4576
5124
  response_model=ApiInsightsSummaryStats,
4577
5125
  )
4578
5126
 
@@ -4584,6 +5132,7 @@ class OrgsClient:
4584
5132
  max_timestamp: Missing[str] = UNSET,
4585
5133
  timestamp_increment: str,
4586
5134
  headers: Optional[Mapping[str, str]] = None,
5135
+ stream: bool = False,
4587
5136
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4588
5137
  """api-insights/get-time-stats
4589
5138
 
@@ -4611,6 +5160,7 @@ class OrgsClient:
4611
5160
  url,
4612
5161
  params=exclude_unset(params),
4613
5162
  headers=exclude_unset(headers),
5163
+ stream=stream,
4614
5164
  response_model=list[ApiInsightsTimeStatsItems],
4615
5165
  )
4616
5166
 
@@ -4622,6 +5172,7 @@ class OrgsClient:
4622
5172
  max_timestamp: Missing[str] = UNSET,
4623
5173
  timestamp_increment: str,
4624
5174
  headers: Optional[Mapping[str, str]] = None,
5175
+ stream: bool = False,
4625
5176
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4626
5177
  """api-insights/get-time-stats
4627
5178
 
@@ -4649,6 +5200,7 @@ class OrgsClient:
4649
5200
  url,
4650
5201
  params=exclude_unset(params),
4651
5202
  headers=exclude_unset(headers),
5203
+ stream=stream,
4652
5204
  response_model=list[ApiInsightsTimeStatsItems],
4653
5205
  )
4654
5206
 
@@ -4661,6 +5213,7 @@ class OrgsClient:
4661
5213
  max_timestamp: Missing[str] = UNSET,
4662
5214
  timestamp_increment: str,
4663
5215
  headers: Optional[Mapping[str, str]] = None,
5216
+ stream: bool = False,
4664
5217
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4665
5218
  """api-insights/get-time-stats-by-user
4666
5219
 
@@ -4688,6 +5241,7 @@ class OrgsClient:
4688
5241
  url,
4689
5242
  params=exclude_unset(params),
4690
5243
  headers=exclude_unset(headers),
5244
+ stream=stream,
4691
5245
  response_model=list[ApiInsightsTimeStatsItems],
4692
5246
  )
4693
5247
 
@@ -4700,6 +5254,7 @@ class OrgsClient:
4700
5254
  max_timestamp: Missing[str] = UNSET,
4701
5255
  timestamp_increment: str,
4702
5256
  headers: Optional[Mapping[str, str]] = None,
5257
+ stream: bool = False,
4703
5258
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4704
5259
  """api-insights/get-time-stats-by-user
4705
5260
 
@@ -4727,6 +5282,7 @@ class OrgsClient:
4727
5282
  url,
4728
5283
  params=exclude_unset(params),
4729
5284
  headers=exclude_unset(headers),
5285
+ stream=stream,
4730
5286
  response_model=list[ApiInsightsTimeStatsItems],
4731
5287
  )
4732
5288
 
@@ -4746,6 +5302,7 @@ class OrgsClient:
4746
5302
  max_timestamp: Missing[str] = UNSET,
4747
5303
  timestamp_increment: str,
4748
5304
  headers: Optional[Mapping[str, str]] = None,
5305
+ stream: bool = False,
4749
5306
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4750
5307
  """api-insights/get-time-stats-by-actor
4751
5308
 
@@ -4773,6 +5330,7 @@ class OrgsClient:
4773
5330
  url,
4774
5331
  params=exclude_unset(params),
4775
5332
  headers=exclude_unset(headers),
5333
+ stream=stream,
4776
5334
  response_model=list[ApiInsightsTimeStatsItems],
4777
5335
  )
4778
5336
 
@@ -4792,6 +5350,7 @@ class OrgsClient:
4792
5350
  max_timestamp: Missing[str] = UNSET,
4793
5351
  timestamp_increment: str,
4794
5352
  headers: Optional[Mapping[str, str]] = None,
5353
+ stream: bool = False,
4795
5354
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4796
5355
  """api-insights/get-time-stats-by-actor
4797
5356
 
@@ -4819,6 +5378,7 @@ class OrgsClient:
4819
5378
  url,
4820
5379
  params=exclude_unset(params),
4821
5380
  headers=exclude_unset(headers),
5381
+ stream=stream,
4822
5382
  response_model=list[ApiInsightsTimeStatsItems],
4823
5383
  )
4824
5384
 
@@ -4845,6 +5405,7 @@ class OrgsClient:
4845
5405
  ] = UNSET,
4846
5406
  actor_name_substring: Missing[str] = UNSET,
4847
5407
  headers: Optional[Mapping[str, str]] = None,
5408
+ stream: bool = False,
4848
5409
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
4849
5410
  """api-insights/get-user-stats
4850
5411
 
@@ -4876,6 +5437,7 @@ class OrgsClient:
4876
5437
  url,
4877
5438
  params=exclude_unset(params),
4878
5439
  headers=exclude_unset(headers),
5440
+ stream=stream,
4879
5441
  response_model=list[ApiInsightsUserStatsItems],
4880
5442
  )
4881
5443
 
@@ -4902,6 +5464,7 @@ class OrgsClient:
4902
5464
  ] = UNSET,
4903
5465
  actor_name_substring: Missing[str] = UNSET,
4904
5466
  headers: Optional[Mapping[str, str]] = None,
5467
+ stream: bool = False,
4905
5468
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
4906
5469
  """api-insights/get-user-stats
4907
5470
 
@@ -4933,6 +5496,7 @@ class OrgsClient:
4933
5496
  url,
4934
5497
  params=exclude_unset(params),
4935
5498
  headers=exclude_unset(headers),
5499
+ stream=stream,
4936
5500
  response_model=list[ApiInsightsUserStatsItems],
4937
5501
  )
4938
5502
 
@@ -4943,6 +5507,7 @@ class OrgsClient:
4943
5507
  per_page: Missing[int] = UNSET,
4944
5508
  page: Missing[int] = UNSET,
4945
5509
  headers: Optional[Mapping[str, str]] = None,
5510
+ stream: bool = False,
4946
5511
  ) -> Response[
4947
5512
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
4948
5513
  ]:
@@ -4976,6 +5541,7 @@ class OrgsClient:
4976
5541
  url,
4977
5542
  params=exclude_unset(params),
4978
5543
  headers=exclude_unset(headers),
5544
+ stream=stream,
4979
5545
  response_model=OrgsOrgInstallationsGetResponse200,
4980
5546
  )
4981
5547
 
@@ -4986,6 +5552,7 @@ class OrgsClient:
4986
5552
  per_page: Missing[int] = UNSET,
4987
5553
  page: Missing[int] = UNSET,
4988
5554
  headers: Optional[Mapping[str, str]] = None,
5555
+ stream: bool = False,
4989
5556
  ) -> Response[
4990
5557
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
4991
5558
  ]:
@@ -5019,6 +5586,7 @@ class OrgsClient:
5019
5586
  url,
5020
5587
  params=exclude_unset(params),
5021
5588
  headers=exclude_unset(headers),
5589
+ stream=stream,
5022
5590
  response_model=OrgsOrgInstallationsGetResponse200,
5023
5591
  )
5024
5592
 
@@ -5035,6 +5603,7 @@ class OrgsClient:
5035
5603
  ] = UNSET,
5036
5604
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
5037
5605
  headers: Optional[Mapping[str, str]] = None,
5606
+ stream: bool = False,
5038
5607
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
5039
5608
  """orgs/list-pending-invitations
5040
5609
 
@@ -5068,6 +5637,7 @@ class OrgsClient:
5068
5637
  url,
5069
5638
  params=exclude_unset(params),
5070
5639
  headers=exclude_unset(headers),
5640
+ stream=stream,
5071
5641
  response_model=list[OrganizationInvitation],
5072
5642
  error_models={
5073
5643
  "404": BasicError,
@@ -5087,6 +5657,7 @@ class OrgsClient:
5087
5657
  ] = UNSET,
5088
5658
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
5089
5659
  headers: Optional[Mapping[str, str]] = None,
5660
+ stream: bool = False,
5090
5661
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
5091
5662
  """orgs/list-pending-invitations
5092
5663
 
@@ -5120,6 +5691,7 @@ class OrgsClient:
5120
5691
  url,
5121
5692
  params=exclude_unset(params),
5122
5693
  headers=exclude_unset(headers),
5694
+ stream=stream,
5123
5695
  response_model=list[OrganizationInvitation],
5124
5696
  error_models={
5125
5697
  "404": BasicError,
@@ -5132,6 +5704,7 @@ class OrgsClient:
5132
5704
  org: str,
5133
5705
  *,
5134
5706
  headers: Optional[Mapping[str, str]] = None,
5707
+ stream: bool = False,
5135
5708
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
5136
5709
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
5137
5710
 
@@ -5142,6 +5715,7 @@ class OrgsClient:
5142
5715
  *,
5143
5716
  data: UnsetType = UNSET,
5144
5717
  headers: Optional[Mapping[str, str]] = None,
5718
+ stream: bool = False,
5145
5719
  invitee_id: Missing[int] = UNSET,
5146
5720
  email: Missing[str] = UNSET,
5147
5721
  role: Missing[
@@ -5155,6 +5729,7 @@ class OrgsClient:
5155
5729
  org: str,
5156
5730
  *,
5157
5731
  headers: Optional[Mapping[str, str]] = None,
5732
+ stream: bool = False,
5158
5733
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
5159
5734
  **kwargs,
5160
5735
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -5196,6 +5771,7 @@ class OrgsClient:
5196
5771
  url,
5197
5772
  json=exclude_unset(json),
5198
5773
  headers=exclude_unset(headers),
5774
+ stream=stream,
5199
5775
  response_model=OrganizationInvitation,
5200
5776
  error_models={
5201
5777
  "422": ValidationError,
@@ -5209,6 +5785,7 @@ class OrgsClient:
5209
5785
  org: str,
5210
5786
  *,
5211
5787
  headers: Optional[Mapping[str, str]] = None,
5788
+ stream: bool = False,
5212
5789
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
5213
5790
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
5214
5791
 
@@ -5219,6 +5796,7 @@ class OrgsClient:
5219
5796
  *,
5220
5797
  data: UnsetType = UNSET,
5221
5798
  headers: Optional[Mapping[str, str]] = None,
5799
+ stream: bool = False,
5222
5800
  invitee_id: Missing[int] = UNSET,
5223
5801
  email: Missing[str] = UNSET,
5224
5802
  role: Missing[
@@ -5232,6 +5810,7 @@ class OrgsClient:
5232
5810
  org: str,
5233
5811
  *,
5234
5812
  headers: Optional[Mapping[str, str]] = None,
5813
+ stream: bool = False,
5235
5814
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
5236
5815
  **kwargs,
5237
5816
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -5273,6 +5852,7 @@ class OrgsClient:
5273
5852
  url,
5274
5853
  json=exclude_unset(json),
5275
5854
  headers=exclude_unset(headers),
5855
+ stream=stream,
5276
5856
  response_model=OrganizationInvitation,
5277
5857
  error_models={
5278
5858
  "422": ValidationError,
@@ -5286,6 +5866,7 @@ class OrgsClient:
5286
5866
  invitation_id: int,
5287
5867
  *,
5288
5868
  headers: Optional[Mapping[str, str]] = None,
5869
+ stream: bool = False,
5289
5870
  ) -> Response:
5290
5871
  """orgs/cancel-invitation
5291
5872
 
@@ -5310,6 +5891,7 @@ class OrgsClient:
5310
5891
  "DELETE",
5311
5892
  url,
5312
5893
  headers=exclude_unset(headers),
5894
+ stream=stream,
5313
5895
  error_models={
5314
5896
  "422": ValidationError,
5315
5897
  "404": BasicError,
@@ -5322,6 +5904,7 @@ class OrgsClient:
5322
5904
  invitation_id: int,
5323
5905
  *,
5324
5906
  headers: Optional[Mapping[str, str]] = None,
5907
+ stream: bool = False,
5325
5908
  ) -> Response:
5326
5909
  """orgs/cancel-invitation
5327
5910
 
@@ -5346,6 +5929,7 @@ class OrgsClient:
5346
5929
  "DELETE",
5347
5930
  url,
5348
5931
  headers=exclude_unset(headers),
5932
+ stream=stream,
5349
5933
  error_models={
5350
5934
  "422": ValidationError,
5351
5935
  "404": BasicError,
@@ -5360,6 +5944,7 @@ class OrgsClient:
5360
5944
  per_page: Missing[int] = UNSET,
5361
5945
  page: Missing[int] = UNSET,
5362
5946
  headers: Optional[Mapping[str, str]] = None,
5947
+ stream: bool = False,
5363
5948
  ) -> Response[list[Team], list[TeamType]]:
5364
5949
  """orgs/list-invitation-teams
5365
5950
 
@@ -5389,6 +5974,7 @@ class OrgsClient:
5389
5974
  url,
5390
5975
  params=exclude_unset(params),
5391
5976
  headers=exclude_unset(headers),
5977
+ stream=stream,
5392
5978
  response_model=list[Team],
5393
5979
  error_models={
5394
5980
  "404": BasicError,
@@ -5403,6 +5989,7 @@ class OrgsClient:
5403
5989
  per_page: Missing[int] = UNSET,
5404
5990
  page: Missing[int] = UNSET,
5405
5991
  headers: Optional[Mapping[str, str]] = None,
5992
+ stream: bool = False,
5406
5993
  ) -> Response[list[Team], list[TeamType]]:
5407
5994
  """orgs/list-invitation-teams
5408
5995
 
@@ -5432,6 +6019,7 @@ class OrgsClient:
5432
6019
  url,
5433
6020
  params=exclude_unset(params),
5434
6021
  headers=exclude_unset(headers),
6022
+ stream=stream,
5435
6023
  response_model=list[Team],
5436
6024
  error_models={
5437
6025
  "404": BasicError,
@@ -5443,6 +6031,7 @@ class OrgsClient:
5443
6031
  org: str,
5444
6032
  *,
5445
6033
  headers: Optional[Mapping[str, str]] = None,
6034
+ stream: bool = False,
5446
6035
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
5447
6036
  """orgs/list-issue-types
5448
6037
 
@@ -5465,6 +6054,7 @@ class OrgsClient:
5465
6054
  "GET",
5466
6055
  url,
5467
6056
  headers=exclude_unset(headers),
6057
+ stream=stream,
5468
6058
  response_model=list[Union[IssueType, None]],
5469
6059
  error_models={
5470
6060
  "404": BasicError,
@@ -5476,6 +6066,7 @@ class OrgsClient:
5476
6066
  org: str,
5477
6067
  *,
5478
6068
  headers: Optional[Mapping[str, str]] = None,
6069
+ stream: bool = False,
5479
6070
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
5480
6071
  """orgs/list-issue-types
5481
6072
 
@@ -5498,6 +6089,7 @@ class OrgsClient:
5498
6089
  "GET",
5499
6090
  url,
5500
6091
  headers=exclude_unset(headers),
6092
+ stream=stream,
5501
6093
  response_model=list[Union[IssueType, None]],
5502
6094
  error_models={
5503
6095
  "404": BasicError,
@@ -5510,6 +6102,7 @@ class OrgsClient:
5510
6102
  org: str,
5511
6103
  *,
5512
6104
  headers: Optional[Mapping[str, str]] = None,
6105
+ stream: bool = False,
5513
6106
  data: OrganizationCreateIssueTypeType,
5514
6107
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5515
6108
 
@@ -5520,6 +6113,7 @@ class OrgsClient:
5520
6113
  *,
5521
6114
  data: UnsetType = UNSET,
5522
6115
  headers: Optional[Mapping[str, str]] = None,
6116
+ stream: bool = False,
5523
6117
  name: str,
5524
6118
  is_enabled: bool,
5525
6119
  description: Missing[Union[str, None]] = UNSET,
@@ -5538,6 +6132,7 @@ class OrgsClient:
5538
6132
  org: str,
5539
6133
  *,
5540
6134
  headers: Optional[Mapping[str, str]] = None,
6135
+ stream: bool = False,
5541
6136
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
5542
6137
  **kwargs,
5543
6138
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5582,6 +6177,7 @@ class OrgsClient:
5582
6177
  url,
5583
6178
  json=exclude_unset(json),
5584
6179
  headers=exclude_unset(headers),
6180
+ stream=stream,
5585
6181
  response_model=Union[IssueType, None],
5586
6182
  error_models={
5587
6183
  "404": BasicError,
@@ -5595,6 +6191,7 @@ class OrgsClient:
5595
6191
  org: str,
5596
6192
  *,
5597
6193
  headers: Optional[Mapping[str, str]] = None,
6194
+ stream: bool = False,
5598
6195
  data: OrganizationCreateIssueTypeType,
5599
6196
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5600
6197
 
@@ -5605,6 +6202,7 @@ class OrgsClient:
5605
6202
  *,
5606
6203
  data: UnsetType = UNSET,
5607
6204
  headers: Optional[Mapping[str, str]] = None,
6205
+ stream: bool = False,
5608
6206
  name: str,
5609
6207
  is_enabled: bool,
5610
6208
  description: Missing[Union[str, None]] = UNSET,
@@ -5623,6 +6221,7 @@ class OrgsClient:
5623
6221
  org: str,
5624
6222
  *,
5625
6223
  headers: Optional[Mapping[str, str]] = None,
6224
+ stream: bool = False,
5626
6225
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
5627
6226
  **kwargs,
5628
6227
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5667,6 +6266,7 @@ class OrgsClient:
5667
6266
  url,
5668
6267
  json=exclude_unset(json),
5669
6268
  headers=exclude_unset(headers),
6269
+ stream=stream,
5670
6270
  response_model=Union[IssueType, None],
5671
6271
  error_models={
5672
6272
  "404": BasicError,
@@ -5681,6 +6281,7 @@ class OrgsClient:
5681
6281
  issue_type_id: int,
5682
6282
  *,
5683
6283
  headers: Optional[Mapping[str, str]] = None,
6284
+ stream: bool = False,
5684
6285
  data: OrganizationUpdateIssueTypeType,
5685
6286
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5686
6287
 
@@ -5692,6 +6293,7 @@ class OrgsClient:
5692
6293
  *,
5693
6294
  data: UnsetType = UNSET,
5694
6295
  headers: Optional[Mapping[str, str]] = None,
6296
+ stream: bool = False,
5695
6297
  name: str,
5696
6298
  is_enabled: bool,
5697
6299
  description: Missing[Union[str, None]] = UNSET,
@@ -5711,6 +6313,7 @@ class OrgsClient:
5711
6313
  issue_type_id: int,
5712
6314
  *,
5713
6315
  headers: Optional[Mapping[str, str]] = None,
6316
+ stream: bool = False,
5714
6317
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
5715
6318
  **kwargs,
5716
6319
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5755,6 +6358,7 @@ class OrgsClient:
5755
6358
  url,
5756
6359
  json=exclude_unset(json),
5757
6360
  headers=exclude_unset(headers),
6361
+ stream=stream,
5758
6362
  response_model=Union[IssueType, None],
5759
6363
  error_models={
5760
6364
  "404": BasicError,
@@ -5769,6 +6373,7 @@ class OrgsClient:
5769
6373
  issue_type_id: int,
5770
6374
  *,
5771
6375
  headers: Optional[Mapping[str, str]] = None,
6376
+ stream: bool = False,
5772
6377
  data: OrganizationUpdateIssueTypeType,
5773
6378
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5774
6379
 
@@ -5780,6 +6385,7 @@ class OrgsClient:
5780
6385
  *,
5781
6386
  data: UnsetType = UNSET,
5782
6387
  headers: Optional[Mapping[str, str]] = None,
6388
+ stream: bool = False,
5783
6389
  name: str,
5784
6390
  is_enabled: bool,
5785
6391
  description: Missing[Union[str, None]] = UNSET,
@@ -5799,6 +6405,7 @@ class OrgsClient:
5799
6405
  issue_type_id: int,
5800
6406
  *,
5801
6407
  headers: Optional[Mapping[str, str]] = None,
6408
+ stream: bool = False,
5802
6409
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
5803
6410
  **kwargs,
5804
6411
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5843,6 +6450,7 @@ class OrgsClient:
5843
6450
  url,
5844
6451
  json=exclude_unset(json),
5845
6452
  headers=exclude_unset(headers),
6453
+ stream=stream,
5846
6454
  response_model=Union[IssueType, None],
5847
6455
  error_models={
5848
6456
  "404": BasicError,
@@ -5856,6 +6464,7 @@ class OrgsClient:
5856
6464
  issue_type_id: int,
5857
6465
  *,
5858
6466
  headers: Optional[Mapping[str, str]] = None,
6467
+ stream: bool = False,
5859
6468
  ) -> Response:
5860
6469
  """orgs/delete-issue-type
5861
6470
 
@@ -5881,6 +6490,7 @@ class OrgsClient:
5881
6490
  "DELETE",
5882
6491
  url,
5883
6492
  headers=exclude_unset(headers),
6493
+ stream=stream,
5884
6494
  error_models={
5885
6495
  "422": ValidationErrorSimple,
5886
6496
  "404": BasicError,
@@ -5893,6 +6503,7 @@ class OrgsClient:
5893
6503
  issue_type_id: int,
5894
6504
  *,
5895
6505
  headers: Optional[Mapping[str, str]] = None,
6506
+ stream: bool = False,
5896
6507
  ) -> Response:
5897
6508
  """orgs/delete-issue-type
5898
6509
 
@@ -5918,6 +6529,7 @@ class OrgsClient:
5918
6529
  "DELETE",
5919
6530
  url,
5920
6531
  headers=exclude_unset(headers),
6532
+ stream=stream,
5921
6533
  error_models={
5922
6534
  "422": ValidationErrorSimple,
5923
6535
  "404": BasicError,
@@ -5933,6 +6545,7 @@ class OrgsClient:
5933
6545
  per_page: Missing[int] = UNSET,
5934
6546
  page: Missing[int] = UNSET,
5935
6547
  headers: Optional[Mapping[str, str]] = None,
6548
+ stream: bool = False,
5936
6549
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5937
6550
  """orgs/list-members
5938
6551
 
@@ -5961,6 +6574,7 @@ class OrgsClient:
5961
6574
  url,
5962
6575
  params=exclude_unset(params),
5963
6576
  headers=exclude_unset(headers),
6577
+ stream=stream,
5964
6578
  response_model=list[SimpleUser],
5965
6579
  error_models={
5966
6580
  "422": ValidationError,
@@ -5976,6 +6590,7 @@ class OrgsClient:
5976
6590
  per_page: Missing[int] = UNSET,
5977
6591
  page: Missing[int] = UNSET,
5978
6592
  headers: Optional[Mapping[str, str]] = None,
6593
+ stream: bool = False,
5979
6594
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5980
6595
  """orgs/list-members
5981
6596
 
@@ -6004,6 +6619,7 @@ class OrgsClient:
6004
6619
  url,
6005
6620
  params=exclude_unset(params),
6006
6621
  headers=exclude_unset(headers),
6622
+ stream=stream,
6007
6623
  response_model=list[SimpleUser],
6008
6624
  error_models={
6009
6625
  "422": ValidationError,
@@ -6016,6 +6632,7 @@ class OrgsClient:
6016
6632
  username: str,
6017
6633
  *,
6018
6634
  headers: Optional[Mapping[str, str]] = None,
6635
+ stream: bool = False,
6019
6636
  ) -> Response:
6020
6637
  """orgs/check-membership-for-user
6021
6638
 
@@ -6034,6 +6651,7 @@ class OrgsClient:
6034
6651
  "GET",
6035
6652
  url,
6036
6653
  headers=exclude_unset(headers),
6654
+ stream=stream,
6037
6655
  error_models={},
6038
6656
  )
6039
6657
 
@@ -6043,6 +6661,7 @@ class OrgsClient:
6043
6661
  username: str,
6044
6662
  *,
6045
6663
  headers: Optional[Mapping[str, str]] = None,
6664
+ stream: bool = False,
6046
6665
  ) -> Response:
6047
6666
  """orgs/check-membership-for-user
6048
6667
 
@@ -6061,6 +6680,7 @@ class OrgsClient:
6061
6680
  "GET",
6062
6681
  url,
6063
6682
  headers=exclude_unset(headers),
6683
+ stream=stream,
6064
6684
  error_models={},
6065
6685
  )
6066
6686
 
@@ -6070,6 +6690,7 @@ class OrgsClient:
6070
6690
  username: str,
6071
6691
  *,
6072
6692
  headers: Optional[Mapping[str, str]] = None,
6693
+ stream: bool = False,
6073
6694
  ) -> Response:
6074
6695
  """orgs/remove-member
6075
6696
 
@@ -6077,6 +6698,9 @@ class OrgsClient:
6077
6698
 
6078
6699
  Removing a user from this list will remove them from all teams and they will no longer have any access to the organization's repositories.
6079
6700
 
6701
+ > [!NOTE]
6702
+ > If a user has both direct membership in the organization as well as indirect membership via an enterprise team, only their direct membership will be removed. Their indirect membership via an enterprise team remains until the user is removed from the enterprise team.
6703
+
6080
6704
  See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member
6081
6705
  """
6082
6706
 
@@ -6090,6 +6714,7 @@ class OrgsClient:
6090
6714
  "DELETE",
6091
6715
  url,
6092
6716
  headers=exclude_unset(headers),
6717
+ stream=stream,
6093
6718
  error_models={
6094
6719
  "403": BasicError,
6095
6720
  },
@@ -6101,6 +6726,7 @@ class OrgsClient:
6101
6726
  username: str,
6102
6727
  *,
6103
6728
  headers: Optional[Mapping[str, str]] = None,
6729
+ stream: bool = False,
6104
6730
  ) -> Response:
6105
6731
  """orgs/remove-member
6106
6732
 
@@ -6108,6 +6734,9 @@ class OrgsClient:
6108
6734
 
6109
6735
  Removing a user from this list will remove them from all teams and they will no longer have any access to the organization's repositories.
6110
6736
 
6737
+ > [!NOTE]
6738
+ > If a user has both direct membership in the organization as well as indirect membership via an enterprise team, only their direct membership will be removed. Their indirect membership via an enterprise team remains until the user is removed from the enterprise team.
6739
+
6111
6740
  See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-an-organization-member
6112
6741
  """
6113
6742
 
@@ -6121,6 +6750,7 @@ class OrgsClient:
6121
6750
  "DELETE",
6122
6751
  url,
6123
6752
  headers=exclude_unset(headers),
6753
+ stream=stream,
6124
6754
  error_models={
6125
6755
  "403": BasicError,
6126
6756
  },
@@ -6132,6 +6762,7 @@ class OrgsClient:
6132
6762
  username: str,
6133
6763
  *,
6134
6764
  headers: Optional[Mapping[str, str]] = None,
6765
+ stream: bool = False,
6135
6766
  ) -> Response[OrgMembership, OrgMembershipType]:
6136
6767
  """orgs/get-membership-for-user
6137
6768
 
@@ -6152,6 +6783,7 @@ class OrgsClient:
6152
6783
  "GET",
6153
6784
  url,
6154
6785
  headers=exclude_unset(headers),
6786
+ stream=stream,
6155
6787
  response_model=OrgMembership,
6156
6788
  error_models={
6157
6789
  "404": BasicError,
@@ -6165,6 +6797,7 @@ class OrgsClient:
6165
6797
  username: str,
6166
6798
  *,
6167
6799
  headers: Optional[Mapping[str, str]] = None,
6800
+ stream: bool = False,
6168
6801
  ) -> Response[OrgMembership, OrgMembershipType]:
6169
6802
  """orgs/get-membership-for-user
6170
6803
 
@@ -6185,6 +6818,7 @@ class OrgsClient:
6185
6818
  "GET",
6186
6819
  url,
6187
6820
  headers=exclude_unset(headers),
6821
+ stream=stream,
6188
6822
  response_model=OrgMembership,
6189
6823
  error_models={
6190
6824
  "404": BasicError,
@@ -6199,6 +6833,7 @@ class OrgsClient:
6199
6833
  username: str,
6200
6834
  *,
6201
6835
  headers: Optional[Mapping[str, str]] = None,
6836
+ stream: bool = False,
6202
6837
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6203
6838
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6204
6839
 
@@ -6210,6 +6845,7 @@ class OrgsClient:
6210
6845
  *,
6211
6846
  data: UnsetType = UNSET,
6212
6847
  headers: Optional[Mapping[str, str]] = None,
6848
+ stream: bool = False,
6213
6849
  role: Missing[Literal["admin", "member"]] = UNSET,
6214
6850
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6215
6851
 
@@ -6219,6 +6855,7 @@ class OrgsClient:
6219
6855
  username: str,
6220
6856
  *,
6221
6857
  headers: Optional[Mapping[str, str]] = None,
6858
+ stream: bool = False,
6222
6859
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6223
6860
  **kwargs,
6224
6861
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -6264,6 +6901,7 @@ class OrgsClient:
6264
6901
  url,
6265
6902
  json=exclude_unset(json),
6266
6903
  headers=exclude_unset(headers),
6904
+ stream=stream,
6267
6905
  response_model=OrgMembership,
6268
6906
  error_models={
6269
6907
  "422": ValidationError,
@@ -6278,6 +6916,7 @@ class OrgsClient:
6278
6916
  username: str,
6279
6917
  *,
6280
6918
  headers: Optional[Mapping[str, str]] = None,
6919
+ stream: bool = False,
6281
6920
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6282
6921
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6283
6922
 
@@ -6289,6 +6928,7 @@ class OrgsClient:
6289
6928
  *,
6290
6929
  data: UnsetType = UNSET,
6291
6930
  headers: Optional[Mapping[str, str]] = None,
6931
+ stream: bool = False,
6292
6932
  role: Missing[Literal["admin", "member"]] = UNSET,
6293
6933
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6294
6934
 
@@ -6298,6 +6938,7 @@ class OrgsClient:
6298
6938
  username: str,
6299
6939
  *,
6300
6940
  headers: Optional[Mapping[str, str]] = None,
6941
+ stream: bool = False,
6301
6942
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6302
6943
  **kwargs,
6303
6944
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -6343,6 +6984,7 @@ class OrgsClient:
6343
6984
  url,
6344
6985
  json=exclude_unset(json),
6345
6986
  headers=exclude_unset(headers),
6987
+ stream=stream,
6346
6988
  response_model=OrgMembership,
6347
6989
  error_models={
6348
6990
  "422": ValidationError,
@@ -6356,6 +6998,7 @@ class OrgsClient:
6356
6998
  username: str,
6357
6999
  *,
6358
7000
  headers: Optional[Mapping[str, str]] = None,
7001
+ stream: bool = False,
6359
7002
  ) -> Response:
6360
7003
  """orgs/remove-membership-for-user
6361
7004
 
@@ -6365,6 +7008,9 @@ class OrgsClient:
6365
7008
 
6366
7009
  If the specified user is an active member of the organization, this will remove them from the organization. If the specified user has been invited to the organization, this will cancel their invitation. The specified user will receive an email notification in both cases.
6367
7010
 
7011
+ > [!NOTE]
7012
+ > If a user has both direct membership in the organization as well as indirect membership via an enterprise team, only their direct membership will be removed. Their indirect membership via an enterprise team remains until the user is removed from the enterprise team.
7013
+
6368
7014
  See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user
6369
7015
  """
6370
7016
 
@@ -6378,6 +7024,7 @@ class OrgsClient:
6378
7024
  "DELETE",
6379
7025
  url,
6380
7026
  headers=exclude_unset(headers),
7027
+ stream=stream,
6381
7028
  error_models={
6382
7029
  "403": BasicError,
6383
7030
  "404": BasicError,
@@ -6390,6 +7037,7 @@ class OrgsClient:
6390
7037
  username: str,
6391
7038
  *,
6392
7039
  headers: Optional[Mapping[str, str]] = None,
7040
+ stream: bool = False,
6393
7041
  ) -> Response:
6394
7042
  """orgs/remove-membership-for-user
6395
7043
 
@@ -6399,6 +7047,9 @@ class OrgsClient:
6399
7047
 
6400
7048
  If the specified user is an active member of the organization, this will remove them from the organization. If the specified user has been invited to the organization, this will cancel their invitation. The specified user will receive an email notification in both cases.
6401
7049
 
7050
+ > [!NOTE]
7051
+ > If a user has both direct membership in the organization as well as indirect membership via an enterprise team, only their direct membership will be removed. Their indirect membership via an enterprise team remains until the user is removed from the enterprise team.
7052
+
6402
7053
  See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#remove-organization-membership-for-a-user
6403
7054
  """
6404
7055
 
@@ -6412,6 +7063,7 @@ class OrgsClient:
6412
7063
  "DELETE",
6413
7064
  url,
6414
7065
  headers=exclude_unset(headers),
7066
+ stream=stream,
6415
7067
  error_models={
6416
7068
  "403": BasicError,
6417
7069
  "404": BasicError,
@@ -6423,6 +7075,7 @@ class OrgsClient:
6423
7075
  org: str,
6424
7076
  *,
6425
7077
  headers: Optional[Mapping[str, str]] = None,
7078
+ stream: bool = False,
6426
7079
  ) -> Response[
6427
7080
  list[OrganizationFineGrainedPermission],
6428
7081
  list[OrganizationFineGrainedPermissionType],
@@ -6459,6 +7112,7 @@ class OrgsClient:
6459
7112
  "GET",
6460
7113
  url,
6461
7114
  headers=exclude_unset(headers),
7115
+ stream=stream,
6462
7116
  response_model=list[OrganizationFineGrainedPermission],
6463
7117
  error_models={
6464
7118
  "404": BasicError,
@@ -6471,6 +7125,7 @@ class OrgsClient:
6471
7125
  org: str,
6472
7126
  *,
6473
7127
  headers: Optional[Mapping[str, str]] = None,
7128
+ stream: bool = False,
6474
7129
  ) -> Response[
6475
7130
  list[OrganizationFineGrainedPermission],
6476
7131
  list[OrganizationFineGrainedPermissionType],
@@ -6507,6 +7162,7 @@ class OrgsClient:
6507
7162
  "GET",
6508
7163
  url,
6509
7164
  headers=exclude_unset(headers),
7165
+ stream=stream,
6510
7166
  response_model=list[OrganizationFineGrainedPermission],
6511
7167
  error_models={
6512
7168
  "404": BasicError,
@@ -6519,6 +7175,7 @@ class OrgsClient:
6519
7175
  org: str,
6520
7176
  *,
6521
7177
  headers: Optional[Mapping[str, str]] = None,
7178
+ stream: bool = False,
6522
7179
  ) -> Response[
6523
7180
  OrgsOrgOrganizationRolesGetResponse200,
6524
7181
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -6553,6 +7210,7 @@ class OrgsClient:
6553
7210
  "GET",
6554
7211
  url,
6555
7212
  headers=exclude_unset(headers),
7213
+ stream=stream,
6556
7214
  response_model=OrgsOrgOrganizationRolesGetResponse200,
6557
7215
  error_models={
6558
7216
  "404": BasicError,
@@ -6565,6 +7223,7 @@ class OrgsClient:
6565
7223
  org: str,
6566
7224
  *,
6567
7225
  headers: Optional[Mapping[str, str]] = None,
7226
+ stream: bool = False,
6568
7227
  ) -> Response[
6569
7228
  OrgsOrgOrganizationRolesGetResponse200,
6570
7229
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -6599,6 +7258,7 @@ class OrgsClient:
6599
7258
  "GET",
6600
7259
  url,
6601
7260
  headers=exclude_unset(headers),
7261
+ stream=stream,
6602
7262
  response_model=OrgsOrgOrganizationRolesGetResponse200,
6603
7263
  error_models={
6604
7264
  "404": BasicError,
@@ -6612,6 +7272,7 @@ class OrgsClient:
6612
7272
  org: str,
6613
7273
  *,
6614
7274
  headers: Optional[Mapping[str, str]] = None,
7275
+ stream: bool = False,
6615
7276
  data: OrganizationCustomOrganizationRoleCreateSchemaType,
6616
7277
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
6617
7278
 
@@ -6622,6 +7283,7 @@ class OrgsClient:
6622
7283
  *,
6623
7284
  data: UnsetType = UNSET,
6624
7285
  headers: Optional[Mapping[str, str]] = None,
7286
+ stream: bool = False,
6625
7287
  name: str,
6626
7288
  description: Missing[str] = UNSET,
6627
7289
  permissions: list[str],
@@ -6635,6 +7297,7 @@ class OrgsClient:
6635
7297
  org: str,
6636
7298
  *,
6637
7299
  headers: Optional[Mapping[str, str]] = None,
7300
+ stream: bool = False,
6638
7301
  data: Missing[OrganizationCustomOrganizationRoleCreateSchemaType] = UNSET,
6639
7302
  **kwargs,
6640
7303
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -6692,6 +7355,7 @@ class OrgsClient:
6692
7355
  url,
6693
7356
  json=exclude_unset(json),
6694
7357
  headers=exclude_unset(headers),
7358
+ stream=stream,
6695
7359
  response_model=OrganizationRole,
6696
7360
  error_models={
6697
7361
  "422": ValidationError,
@@ -6706,6 +7370,7 @@ class OrgsClient:
6706
7370
  org: str,
6707
7371
  *,
6708
7372
  headers: Optional[Mapping[str, str]] = None,
7373
+ stream: bool = False,
6709
7374
  data: OrganizationCustomOrganizationRoleCreateSchemaType,
6710
7375
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
6711
7376
 
@@ -6716,6 +7381,7 @@ class OrgsClient:
6716
7381
  *,
6717
7382
  data: UnsetType = UNSET,
6718
7383
  headers: Optional[Mapping[str, str]] = None,
7384
+ stream: bool = False,
6719
7385
  name: str,
6720
7386
  description: Missing[str] = UNSET,
6721
7387
  permissions: list[str],
@@ -6729,6 +7395,7 @@ class OrgsClient:
6729
7395
  org: str,
6730
7396
  *,
6731
7397
  headers: Optional[Mapping[str, str]] = None,
7398
+ stream: bool = False,
6732
7399
  data: Missing[OrganizationCustomOrganizationRoleCreateSchemaType] = UNSET,
6733
7400
  **kwargs,
6734
7401
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -6786,6 +7453,7 @@ class OrgsClient:
6786
7453
  url,
6787
7454
  json=exclude_unset(json),
6788
7455
  headers=exclude_unset(headers),
7456
+ stream=stream,
6789
7457
  response_model=OrganizationRole,
6790
7458
  error_models={
6791
7459
  "422": ValidationError,
@@ -6800,6 +7468,7 @@ class OrgsClient:
6800
7468
  team_slug: str,
6801
7469
  *,
6802
7470
  headers: Optional[Mapping[str, str]] = None,
7471
+ stream: bool = False,
6803
7472
  ) -> Response:
6804
7473
  """orgs/revoke-all-org-roles-team
6805
7474
 
@@ -6822,6 +7491,7 @@ class OrgsClient:
6822
7491
  "DELETE",
6823
7492
  url,
6824
7493
  headers=exclude_unset(headers),
7494
+ stream=stream,
6825
7495
  )
6826
7496
 
6827
7497
  async def async_revoke_all_org_roles_team(
@@ -6830,6 +7500,7 @@ class OrgsClient:
6830
7500
  team_slug: str,
6831
7501
  *,
6832
7502
  headers: Optional[Mapping[str, str]] = None,
7503
+ stream: bool = False,
6833
7504
  ) -> Response:
6834
7505
  """orgs/revoke-all-org-roles-team
6835
7506
 
@@ -6852,6 +7523,7 @@ class OrgsClient:
6852
7523
  "DELETE",
6853
7524
  url,
6854
7525
  headers=exclude_unset(headers),
7526
+ stream=stream,
6855
7527
  )
6856
7528
 
6857
7529
  def assign_team_to_org_role(
@@ -6861,6 +7533,7 @@ class OrgsClient:
6861
7533
  role_id: int,
6862
7534
  *,
6863
7535
  headers: Optional[Mapping[str, str]] = None,
7536
+ stream: bool = False,
6864
7537
  ) -> Response:
6865
7538
  """orgs/assign-team-to-org-role
6866
7539
 
@@ -6883,6 +7556,7 @@ class OrgsClient:
6883
7556
  "PUT",
6884
7557
  url,
6885
7558
  headers=exclude_unset(headers),
7559
+ stream=stream,
6886
7560
  error_models={},
6887
7561
  )
6888
7562
 
@@ -6893,6 +7567,7 @@ class OrgsClient:
6893
7567
  role_id: int,
6894
7568
  *,
6895
7569
  headers: Optional[Mapping[str, str]] = None,
7570
+ stream: bool = False,
6896
7571
  ) -> Response:
6897
7572
  """orgs/assign-team-to-org-role
6898
7573
 
@@ -6915,6 +7590,7 @@ class OrgsClient:
6915
7590
  "PUT",
6916
7591
  url,
6917
7592
  headers=exclude_unset(headers),
7593
+ stream=stream,
6918
7594
  error_models={},
6919
7595
  )
6920
7596
 
@@ -6925,6 +7601,7 @@ class OrgsClient:
6925
7601
  role_id: int,
6926
7602
  *,
6927
7603
  headers: Optional[Mapping[str, str]] = None,
7604
+ stream: bool = False,
6928
7605
  ) -> Response:
6929
7606
  """orgs/revoke-org-role-team
6930
7607
 
@@ -6947,6 +7624,7 @@ class OrgsClient:
6947
7624
  "DELETE",
6948
7625
  url,
6949
7626
  headers=exclude_unset(headers),
7627
+ stream=stream,
6950
7628
  )
6951
7629
 
6952
7630
  async def async_revoke_org_role_team(
@@ -6956,6 +7634,7 @@ class OrgsClient:
6956
7634
  role_id: int,
6957
7635
  *,
6958
7636
  headers: Optional[Mapping[str, str]] = None,
7637
+ stream: bool = False,
6959
7638
  ) -> Response:
6960
7639
  """orgs/revoke-org-role-team
6961
7640
 
@@ -6978,6 +7657,7 @@ class OrgsClient:
6978
7657
  "DELETE",
6979
7658
  url,
6980
7659
  headers=exclude_unset(headers),
7660
+ stream=stream,
6981
7661
  )
6982
7662
 
6983
7663
  def revoke_all_org_roles_user(
@@ -6986,6 +7666,7 @@ class OrgsClient:
6986
7666
  username: str,
6987
7667
  *,
6988
7668
  headers: Optional[Mapping[str, str]] = None,
7669
+ stream: bool = False,
6989
7670
  ) -> Response:
6990
7671
  """orgs/revoke-all-org-roles-user
6991
7672
 
@@ -7008,6 +7689,7 @@ class OrgsClient:
7008
7689
  "DELETE",
7009
7690
  url,
7010
7691
  headers=exclude_unset(headers),
7692
+ stream=stream,
7011
7693
  )
7012
7694
 
7013
7695
  async def async_revoke_all_org_roles_user(
@@ -7016,6 +7698,7 @@ class OrgsClient:
7016
7698
  username: str,
7017
7699
  *,
7018
7700
  headers: Optional[Mapping[str, str]] = None,
7701
+ stream: bool = False,
7019
7702
  ) -> Response:
7020
7703
  """orgs/revoke-all-org-roles-user
7021
7704
 
@@ -7038,6 +7721,7 @@ class OrgsClient:
7038
7721
  "DELETE",
7039
7722
  url,
7040
7723
  headers=exclude_unset(headers),
7724
+ stream=stream,
7041
7725
  )
7042
7726
 
7043
7727
  def assign_user_to_org_role(
@@ -7047,6 +7731,7 @@ class OrgsClient:
7047
7731
  role_id: int,
7048
7732
  *,
7049
7733
  headers: Optional[Mapping[str, str]] = None,
7734
+ stream: bool = False,
7050
7735
  ) -> Response:
7051
7736
  """orgs/assign-user-to-org-role
7052
7737
 
@@ -7069,6 +7754,7 @@ class OrgsClient:
7069
7754
  "PUT",
7070
7755
  url,
7071
7756
  headers=exclude_unset(headers),
7757
+ stream=stream,
7072
7758
  error_models={},
7073
7759
  )
7074
7760
 
@@ -7079,6 +7765,7 @@ class OrgsClient:
7079
7765
  role_id: int,
7080
7766
  *,
7081
7767
  headers: Optional[Mapping[str, str]] = None,
7768
+ stream: bool = False,
7082
7769
  ) -> Response:
7083
7770
  """orgs/assign-user-to-org-role
7084
7771
 
@@ -7101,6 +7788,7 @@ class OrgsClient:
7101
7788
  "PUT",
7102
7789
  url,
7103
7790
  headers=exclude_unset(headers),
7791
+ stream=stream,
7104
7792
  error_models={},
7105
7793
  )
7106
7794
 
@@ -7111,6 +7799,7 @@ class OrgsClient:
7111
7799
  role_id: int,
7112
7800
  *,
7113
7801
  headers: Optional[Mapping[str, str]] = None,
7802
+ stream: bool = False,
7114
7803
  ) -> Response:
7115
7804
  """orgs/revoke-org-role-user
7116
7805
 
@@ -7133,6 +7822,7 @@ class OrgsClient:
7133
7822
  "DELETE",
7134
7823
  url,
7135
7824
  headers=exclude_unset(headers),
7825
+ stream=stream,
7136
7826
  )
7137
7827
 
7138
7828
  async def async_revoke_org_role_user(
@@ -7142,6 +7832,7 @@ class OrgsClient:
7142
7832
  role_id: int,
7143
7833
  *,
7144
7834
  headers: Optional[Mapping[str, str]] = None,
7835
+ stream: bool = False,
7145
7836
  ) -> Response:
7146
7837
  """orgs/revoke-org-role-user
7147
7838
 
@@ -7164,6 +7855,7 @@ class OrgsClient:
7164
7855
  "DELETE",
7165
7856
  url,
7166
7857
  headers=exclude_unset(headers),
7858
+ stream=stream,
7167
7859
  )
7168
7860
 
7169
7861
  def get_org_role(
@@ -7172,6 +7864,7 @@ class OrgsClient:
7172
7864
  role_id: int,
7173
7865
  *,
7174
7866
  headers: Optional[Mapping[str, str]] = None,
7867
+ stream: bool = False,
7175
7868
  ) -> Response[OrganizationRole, OrganizationRoleType]:
7176
7869
  """orgs/get-org-role
7177
7870
 
@@ -7199,6 +7892,7 @@ class OrgsClient:
7199
7892
  "GET",
7200
7893
  url,
7201
7894
  headers=exclude_unset(headers),
7895
+ stream=stream,
7202
7896
  response_model=OrganizationRole,
7203
7897
  error_models={
7204
7898
  "404": BasicError,
@@ -7212,6 +7906,7 @@ class OrgsClient:
7212
7906
  role_id: int,
7213
7907
  *,
7214
7908
  headers: Optional[Mapping[str, str]] = None,
7909
+ stream: bool = False,
7215
7910
  ) -> Response[OrganizationRole, OrganizationRoleType]:
7216
7911
  """orgs/get-org-role
7217
7912
 
@@ -7239,6 +7934,7 @@ class OrgsClient:
7239
7934
  "GET",
7240
7935
  url,
7241
7936
  headers=exclude_unset(headers),
7937
+ stream=stream,
7242
7938
  response_model=OrganizationRole,
7243
7939
  error_models={
7244
7940
  "404": BasicError,
@@ -7252,6 +7948,7 @@ class OrgsClient:
7252
7948
  role_id: int,
7253
7949
  *,
7254
7950
  headers: Optional[Mapping[str, str]] = None,
7951
+ stream: bool = False,
7255
7952
  ) -> Response:
7256
7953
  """orgs/delete-custom-organization-role
7257
7954
 
@@ -7277,6 +7974,7 @@ class OrgsClient:
7277
7974
  "DELETE",
7278
7975
  url,
7279
7976
  headers=exclude_unset(headers),
7977
+ stream=stream,
7280
7978
  )
7281
7979
 
7282
7980
  async def async_delete_custom_organization_role(
@@ -7285,6 +7983,7 @@ class OrgsClient:
7285
7983
  role_id: int,
7286
7984
  *,
7287
7985
  headers: Optional[Mapping[str, str]] = None,
7986
+ stream: bool = False,
7288
7987
  ) -> Response:
7289
7988
  """orgs/delete-custom-organization-role
7290
7989
 
@@ -7310,6 +8009,7 @@ class OrgsClient:
7310
8009
  "DELETE",
7311
8010
  url,
7312
8011
  headers=exclude_unset(headers),
8012
+ stream=stream,
7313
8013
  )
7314
8014
 
7315
8015
  @overload
@@ -7319,6 +8019,7 @@ class OrgsClient:
7319
8019
  role_id: int,
7320
8020
  *,
7321
8021
  headers: Optional[Mapping[str, str]] = None,
8022
+ stream: bool = False,
7322
8023
  data: OrganizationCustomOrganizationRoleUpdateSchemaType,
7323
8024
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
7324
8025
 
@@ -7330,6 +8031,7 @@ class OrgsClient:
7330
8031
  *,
7331
8032
  data: UnsetType = UNSET,
7332
8033
  headers: Optional[Mapping[str, str]] = None,
8034
+ stream: bool = False,
7333
8035
  name: Missing[str] = UNSET,
7334
8036
  description: Missing[str] = UNSET,
7335
8037
  permissions: Missing[list[str]] = UNSET,
@@ -7344,6 +8046,7 @@ class OrgsClient:
7344
8046
  role_id: int,
7345
8047
  *,
7346
8048
  headers: Optional[Mapping[str, str]] = None,
8049
+ stream: bool = False,
7347
8050
  data: Missing[OrganizationCustomOrganizationRoleUpdateSchemaType] = UNSET,
7348
8051
  **kwargs,
7349
8052
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -7395,6 +8098,7 @@ class OrgsClient:
7395
8098
  url,
7396
8099
  json=exclude_unset(json),
7397
8100
  headers=exclude_unset(headers),
8101
+ stream=stream,
7398
8102
  response_model=OrganizationRole,
7399
8103
  error_models={
7400
8104
  "422": ValidationError,
@@ -7410,6 +8114,7 @@ class OrgsClient:
7410
8114
  role_id: int,
7411
8115
  *,
7412
8116
  headers: Optional[Mapping[str, str]] = None,
8117
+ stream: bool = False,
7413
8118
  data: OrganizationCustomOrganizationRoleUpdateSchemaType,
7414
8119
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
7415
8120
 
@@ -7421,6 +8126,7 @@ class OrgsClient:
7421
8126
  *,
7422
8127
  data: UnsetType = UNSET,
7423
8128
  headers: Optional[Mapping[str, str]] = None,
8129
+ stream: bool = False,
7424
8130
  name: Missing[str] = UNSET,
7425
8131
  description: Missing[str] = UNSET,
7426
8132
  permissions: Missing[list[str]] = UNSET,
@@ -7435,6 +8141,7 @@ class OrgsClient:
7435
8141
  role_id: int,
7436
8142
  *,
7437
8143
  headers: Optional[Mapping[str, str]] = None,
8144
+ stream: bool = False,
7438
8145
  data: Missing[OrganizationCustomOrganizationRoleUpdateSchemaType] = UNSET,
7439
8146
  **kwargs,
7440
8147
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -7486,6 +8193,7 @@ class OrgsClient:
7486
8193
  url,
7487
8194
  json=exclude_unset(json),
7488
8195
  headers=exclude_unset(headers),
8196
+ stream=stream,
7489
8197
  response_model=OrganizationRole,
7490
8198
  error_models={
7491
8199
  "422": ValidationError,
@@ -7502,6 +8210,7 @@ class OrgsClient:
7502
8210
  per_page: Missing[int] = UNSET,
7503
8211
  page: Missing[int] = UNSET,
7504
8212
  headers: Optional[Mapping[str, str]] = None,
8213
+ stream: bool = False,
7505
8214
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
7506
8215
  """orgs/list-org-role-teams
7507
8216
 
@@ -7532,6 +8241,7 @@ class OrgsClient:
7532
8241
  url,
7533
8242
  params=exclude_unset(params),
7534
8243
  headers=exclude_unset(headers),
8244
+ stream=stream,
7535
8245
  response_model=list[TeamRoleAssignment],
7536
8246
  error_models={},
7537
8247
  )
@@ -7544,6 +8254,7 @@ class OrgsClient:
7544
8254
  per_page: Missing[int] = UNSET,
7545
8255
  page: Missing[int] = UNSET,
7546
8256
  headers: Optional[Mapping[str, str]] = None,
8257
+ stream: bool = False,
7547
8258
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
7548
8259
  """orgs/list-org-role-teams
7549
8260
 
@@ -7574,6 +8285,7 @@ class OrgsClient:
7574
8285
  url,
7575
8286
  params=exclude_unset(params),
7576
8287
  headers=exclude_unset(headers),
8288
+ stream=stream,
7577
8289
  response_model=list[TeamRoleAssignment],
7578
8290
  error_models={},
7579
8291
  )
@@ -7586,6 +8298,7 @@ class OrgsClient:
7586
8298
  per_page: Missing[int] = UNSET,
7587
8299
  page: Missing[int] = UNSET,
7588
8300
  headers: Optional[Mapping[str, str]] = None,
8301
+ stream: bool = False,
7589
8302
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
7590
8303
  """orgs/list-org-role-users
7591
8304
 
@@ -7616,6 +8329,7 @@ class OrgsClient:
7616
8329
  url,
7617
8330
  params=exclude_unset(params),
7618
8331
  headers=exclude_unset(headers),
8332
+ stream=stream,
7619
8333
  response_model=list[UserRoleAssignment],
7620
8334
  error_models={},
7621
8335
  )
@@ -7628,6 +8342,7 @@ class OrgsClient:
7628
8342
  per_page: Missing[int] = UNSET,
7629
8343
  page: Missing[int] = UNSET,
7630
8344
  headers: Optional[Mapping[str, str]] = None,
8345
+ stream: bool = False,
7631
8346
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
7632
8347
  """orgs/list-org-role-users
7633
8348
 
@@ -7658,6 +8373,7 @@ class OrgsClient:
7658
8373
  url,
7659
8374
  params=exclude_unset(params),
7660
8375
  headers=exclude_unset(headers),
8376
+ stream=stream,
7661
8377
  response_model=list[UserRoleAssignment],
7662
8378
  error_models={},
7663
8379
  )
@@ -7670,6 +8386,7 @@ class OrgsClient:
7670
8386
  per_page: Missing[int] = UNSET,
7671
8387
  page: Missing[int] = UNSET,
7672
8388
  headers: Optional[Mapping[str, str]] = None,
8389
+ stream: bool = False,
7673
8390
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7674
8391
  """orgs/list-outside-collaborators
7675
8392
 
@@ -7697,6 +8414,7 @@ class OrgsClient:
7697
8414
  url,
7698
8415
  params=exclude_unset(params),
7699
8416
  headers=exclude_unset(headers),
8417
+ stream=stream,
7700
8418
  response_model=list[SimpleUser],
7701
8419
  )
7702
8420
 
@@ -7708,6 +8426,7 @@ class OrgsClient:
7708
8426
  per_page: Missing[int] = UNSET,
7709
8427
  page: Missing[int] = UNSET,
7710
8428
  headers: Optional[Mapping[str, str]] = None,
8429
+ stream: bool = False,
7711
8430
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7712
8431
  """orgs/list-outside-collaborators
7713
8432
 
@@ -7735,6 +8454,7 @@ class OrgsClient:
7735
8454
  url,
7736
8455
  params=exclude_unset(params),
7737
8456
  headers=exclude_unset(headers),
8457
+ stream=stream,
7738
8458
  response_model=list[SimpleUser],
7739
8459
  )
7740
8460
 
@@ -7745,6 +8465,7 @@ class OrgsClient:
7745
8465
  username: str,
7746
8466
  *,
7747
8467
  headers: Optional[Mapping[str, str]] = None,
8468
+ stream: bool = False,
7748
8469
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7749
8470
  ) -> Response[
7750
8471
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7759,6 +8480,7 @@ class OrgsClient:
7759
8480
  *,
7760
8481
  data: UnsetType = UNSET,
7761
8482
  headers: Optional[Mapping[str, str]] = None,
8483
+ stream: bool = False,
7762
8484
  async_: Missing[bool] = UNSET,
7763
8485
  ) -> Response[
7764
8486
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7771,6 +8493,7 @@ class OrgsClient:
7771
8493
  username: str,
7772
8494
  *,
7773
8495
  headers: Optional[Mapping[str, str]] = None,
8496
+ stream: bool = False,
7774
8497
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7775
8498
  **kwargs,
7776
8499
  ) -> Response[
@@ -7812,6 +8535,7 @@ class OrgsClient:
7812
8535
  url,
7813
8536
  json=exclude_unset(json),
7814
8537
  headers=exclude_unset(headers),
8538
+ stream=stream,
7815
8539
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
7816
8540
  error_models={
7817
8541
  "404": BasicError,
@@ -7825,6 +8549,7 @@ class OrgsClient:
7825
8549
  username: str,
7826
8550
  *,
7827
8551
  headers: Optional[Mapping[str, str]] = None,
8552
+ stream: bool = False,
7828
8553
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7829
8554
  ) -> Response[
7830
8555
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7839,6 +8564,7 @@ class OrgsClient:
7839
8564
  *,
7840
8565
  data: UnsetType = UNSET,
7841
8566
  headers: Optional[Mapping[str, str]] = None,
8567
+ stream: bool = False,
7842
8568
  async_: Missing[bool] = UNSET,
7843
8569
  ) -> Response[
7844
8570
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7851,6 +8577,7 @@ class OrgsClient:
7851
8577
  username: str,
7852
8578
  *,
7853
8579
  headers: Optional[Mapping[str, str]] = None,
8580
+ stream: bool = False,
7854
8581
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7855
8582
  **kwargs,
7856
8583
  ) -> Response[
@@ -7892,6 +8619,7 @@ class OrgsClient:
7892
8619
  url,
7893
8620
  json=exclude_unset(json),
7894
8621
  headers=exclude_unset(headers),
8622
+ stream=stream,
7895
8623
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
7896
8624
  error_models={
7897
8625
  "404": BasicError,
@@ -7904,6 +8632,7 @@ class OrgsClient:
7904
8632
  username: str,
7905
8633
  *,
7906
8634
  headers: Optional[Mapping[str, str]] = None,
8635
+ stream: bool = False,
7907
8636
  ) -> Response:
7908
8637
  """orgs/remove-outside-collaborator
7909
8638
 
@@ -7924,6 +8653,7 @@ class OrgsClient:
7924
8653
  "DELETE",
7925
8654
  url,
7926
8655
  headers=exclude_unset(headers),
8656
+ stream=stream,
7927
8657
  error_models={
7928
8658
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
7929
8659
  },
@@ -7935,6 +8665,7 @@ class OrgsClient:
7935
8665
  username: str,
7936
8666
  *,
7937
8667
  headers: Optional[Mapping[str, str]] = None,
8668
+ stream: bool = False,
7938
8669
  ) -> Response:
7939
8670
  """orgs/remove-outside-collaborator
7940
8671
 
@@ -7955,6 +8686,7 @@ class OrgsClient:
7955
8686
  "DELETE",
7956
8687
  url,
7957
8688
  headers=exclude_unset(headers),
8689
+ stream=stream,
7958
8690
  error_models={
7959
8691
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
7960
8692
  },
@@ -7975,6 +8707,7 @@ class OrgsClient:
7975
8707
  last_used_after: Missing[datetime] = UNSET,
7976
8708
  token_id: Missing[list[str]] = UNSET,
7977
8709
  headers: Optional[Mapping[str, str]] = None,
8710
+ stream: bool = False,
7978
8711
  ) -> Response[
7979
8712
  list[OrganizationProgrammaticAccessGrantRequest],
7980
8713
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -8018,6 +8751,7 @@ class OrgsClient:
8018
8751
  url,
8019
8752
  params=exclude_unset(params),
8020
8753
  headers=exclude_unset(headers),
8754
+ stream=stream,
8021
8755
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
8022
8756
  error_models={
8023
8757
  "500": BasicError,
@@ -8042,6 +8776,7 @@ class OrgsClient:
8042
8776
  last_used_after: Missing[datetime] = UNSET,
8043
8777
  token_id: Missing[list[str]] = UNSET,
8044
8778
  headers: Optional[Mapping[str, str]] = None,
8779
+ stream: bool = False,
8045
8780
  ) -> Response[
8046
8781
  list[OrganizationProgrammaticAccessGrantRequest],
8047
8782
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -8085,6 +8820,7 @@ class OrgsClient:
8085
8820
  url,
8086
8821
  params=exclude_unset(params),
8087
8822
  headers=exclude_unset(headers),
8823
+ stream=stream,
8088
8824
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
8089
8825
  error_models={
8090
8826
  "500": BasicError,
@@ -8100,6 +8836,7 @@ class OrgsClient:
8100
8836
  org: str,
8101
8837
  *,
8102
8838
  headers: Optional[Mapping[str, str]] = None,
8839
+ stream: bool = False,
8103
8840
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
8104
8841
  ) -> Response[
8105
8842
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -8113,6 +8850,7 @@ class OrgsClient:
8113
8850
  *,
8114
8851
  data: UnsetType = UNSET,
8115
8852
  headers: Optional[Mapping[str, str]] = None,
8853
+ stream: bool = False,
8116
8854
  pat_request_ids: Missing[list[int]] = UNSET,
8117
8855
  action: Literal["approve", "deny"],
8118
8856
  reason: Missing[Union[str, None]] = UNSET,
@@ -8126,6 +8864,7 @@ class OrgsClient:
8126
8864
  org: str,
8127
8865
  *,
8128
8866
  headers: Optional[Mapping[str, str]] = None,
8867
+ stream: bool = False,
8129
8868
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
8130
8869
  **kwargs,
8131
8870
  ) -> Response[
@@ -8170,6 +8909,7 @@ class OrgsClient:
8170
8909
  url,
8171
8910
  json=exclude_unset(json),
8172
8911
  headers=exclude_unset(headers),
8912
+ stream=stream,
8173
8913
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
8174
8914
  error_models={
8175
8915
  "500": BasicError,
@@ -8185,6 +8925,7 @@ class OrgsClient:
8185
8925
  org: str,
8186
8926
  *,
8187
8927
  headers: Optional[Mapping[str, str]] = None,
8928
+ stream: bool = False,
8188
8929
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
8189
8930
  ) -> Response[
8190
8931
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -8198,6 +8939,7 @@ class OrgsClient:
8198
8939
  *,
8199
8940
  data: UnsetType = UNSET,
8200
8941
  headers: Optional[Mapping[str, str]] = None,
8942
+ stream: bool = False,
8201
8943
  pat_request_ids: Missing[list[int]] = UNSET,
8202
8944
  action: Literal["approve", "deny"],
8203
8945
  reason: Missing[Union[str, None]] = UNSET,
@@ -8211,6 +8953,7 @@ class OrgsClient:
8211
8953
  org: str,
8212
8954
  *,
8213
8955
  headers: Optional[Mapping[str, str]] = None,
8956
+ stream: bool = False,
8214
8957
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
8215
8958
  **kwargs,
8216
8959
  ) -> Response[
@@ -8255,6 +8998,7 @@ class OrgsClient:
8255
8998
  url,
8256
8999
  json=exclude_unset(json),
8257
9000
  headers=exclude_unset(headers),
9001
+ stream=stream,
8258
9002
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
8259
9003
  error_models={
8260
9004
  "500": BasicError,
@@ -8271,6 +9015,7 @@ class OrgsClient:
8271
9015
  pat_request_id: int,
8272
9016
  *,
8273
9017
  headers: Optional[Mapping[str, str]] = None,
9018
+ stream: bool = False,
8274
9019
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
8275
9020
  ) -> Response: ...
8276
9021
 
@@ -8282,6 +9027,7 @@ class OrgsClient:
8282
9027
  *,
8283
9028
  data: UnsetType = UNSET,
8284
9029
  headers: Optional[Mapping[str, str]] = None,
9030
+ stream: bool = False,
8285
9031
  action: Literal["approve", "deny"],
8286
9032
  reason: Missing[Union[str, None]] = UNSET,
8287
9033
  ) -> Response: ...
@@ -8292,6 +9038,7 @@ class OrgsClient:
8292
9038
  pat_request_id: int,
8293
9039
  *,
8294
9040
  headers: Optional[Mapping[str, str]] = None,
9041
+ stream: bool = False,
8295
9042
  data: Missing[
8296
9043
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
8297
9044
  ] = UNSET,
@@ -8334,6 +9081,7 @@ class OrgsClient:
8334
9081
  url,
8335
9082
  json=exclude_unset(json),
8336
9083
  headers=exclude_unset(headers),
9084
+ stream=stream,
8337
9085
  error_models={
8338
9086
  "500": BasicError,
8339
9087
  "422": ValidationError,
@@ -8349,6 +9097,7 @@ class OrgsClient:
8349
9097
  pat_request_id: int,
8350
9098
  *,
8351
9099
  headers: Optional[Mapping[str, str]] = None,
9100
+ stream: bool = False,
8352
9101
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
8353
9102
  ) -> Response: ...
8354
9103
 
@@ -8360,6 +9109,7 @@ class OrgsClient:
8360
9109
  *,
8361
9110
  data: UnsetType = UNSET,
8362
9111
  headers: Optional[Mapping[str, str]] = None,
9112
+ stream: bool = False,
8363
9113
  action: Literal["approve", "deny"],
8364
9114
  reason: Missing[Union[str, None]] = UNSET,
8365
9115
  ) -> Response: ...
@@ -8370,6 +9120,7 @@ class OrgsClient:
8370
9120
  pat_request_id: int,
8371
9121
  *,
8372
9122
  headers: Optional[Mapping[str, str]] = None,
9123
+ stream: bool = False,
8373
9124
  data: Missing[
8374
9125
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
8375
9126
  ] = UNSET,
@@ -8412,6 +9163,7 @@ class OrgsClient:
8412
9163
  url,
8413
9164
  json=exclude_unset(json),
8414
9165
  headers=exclude_unset(headers),
9166
+ stream=stream,
8415
9167
  error_models={
8416
9168
  "500": BasicError,
8417
9169
  "422": ValidationError,
@@ -8428,6 +9180,7 @@ class OrgsClient:
8428
9180
  per_page: Missing[int] = UNSET,
8429
9181
  page: Missing[int] = UNSET,
8430
9182
  headers: Optional[Mapping[str, str]] = None,
9183
+ stream: bool = False,
8431
9184
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
8432
9185
  """orgs/list-pat-grant-request-repositories
8433
9186
 
@@ -8458,6 +9211,7 @@ class OrgsClient:
8458
9211
  url,
8459
9212
  params=exclude_unset(params),
8460
9213
  headers=exclude_unset(headers),
9214
+ stream=stream,
8461
9215
  response_model=list[MinimalRepository],
8462
9216
  error_models={
8463
9217
  "500": BasicError,
@@ -8474,6 +9228,7 @@ class OrgsClient:
8474
9228
  per_page: Missing[int] = UNSET,
8475
9229
  page: Missing[int] = UNSET,
8476
9230
  headers: Optional[Mapping[str, str]] = None,
9231
+ stream: bool = False,
8477
9232
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
8478
9233
  """orgs/list-pat-grant-request-repositories
8479
9234
 
@@ -8504,6 +9259,7 @@ class OrgsClient:
8504
9259
  url,
8505
9260
  params=exclude_unset(params),
8506
9261
  headers=exclude_unset(headers),
9262
+ stream=stream,
8507
9263
  response_model=list[MinimalRepository],
8508
9264
  error_models={
8509
9265
  "500": BasicError,
@@ -8527,6 +9283,7 @@ class OrgsClient:
8527
9283
  last_used_after: Missing[datetime] = UNSET,
8528
9284
  token_id: Missing[list[str]] = UNSET,
8529
9285
  headers: Optional[Mapping[str, str]] = None,
9286
+ stream: bool = False,
8530
9287
  ) -> Response[
8531
9288
  list[OrganizationProgrammaticAccessGrant],
8532
9289
  list[OrganizationProgrammaticAccessGrantType],
@@ -8570,6 +9327,7 @@ class OrgsClient:
8570
9327
  url,
8571
9328
  params=exclude_unset(params),
8572
9329
  headers=exclude_unset(headers),
9330
+ stream=stream,
8573
9331
  response_model=list[OrganizationProgrammaticAccessGrant],
8574
9332
  error_models={
8575
9333
  "500": BasicError,
@@ -8594,6 +9352,7 @@ class OrgsClient:
8594
9352
  last_used_after: Missing[datetime] = UNSET,
8595
9353
  token_id: Missing[list[str]] = UNSET,
8596
9354
  headers: Optional[Mapping[str, str]] = None,
9355
+ stream: bool = False,
8597
9356
  ) -> Response[
8598
9357
  list[OrganizationProgrammaticAccessGrant],
8599
9358
  list[OrganizationProgrammaticAccessGrantType],
@@ -8637,6 +9396,7 @@ class OrgsClient:
8637
9396
  url,
8638
9397
  params=exclude_unset(params),
8639
9398
  headers=exclude_unset(headers),
9399
+ stream=stream,
8640
9400
  response_model=list[OrganizationProgrammaticAccessGrant],
8641
9401
  error_models={
8642
9402
  "500": BasicError,
@@ -8652,6 +9412,7 @@ class OrgsClient:
8652
9412
  org: str,
8653
9413
  *,
8654
9414
  headers: Optional[Mapping[str, str]] = None,
9415
+ stream: bool = False,
8655
9416
  data: OrgsOrgPersonalAccessTokensPostBodyType,
8656
9417
  ) -> Response[
8657
9418
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -8665,6 +9426,7 @@ class OrgsClient:
8665
9426
  *,
8666
9427
  data: UnsetType = UNSET,
8667
9428
  headers: Optional[Mapping[str, str]] = None,
9429
+ stream: bool = False,
8668
9430
  action: Literal["revoke"],
8669
9431
  pat_ids: list[int],
8670
9432
  ) -> Response[
@@ -8677,6 +9439,7 @@ class OrgsClient:
8677
9439
  org: str,
8678
9440
  *,
8679
9441
  headers: Optional[Mapping[str, str]] = None,
9442
+ stream: bool = False,
8680
9443
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
8681
9444
  **kwargs,
8682
9445
  ) -> Response[
@@ -8719,6 +9482,7 @@ class OrgsClient:
8719
9482
  url,
8720
9483
  json=exclude_unset(json),
8721
9484
  headers=exclude_unset(headers),
9485
+ stream=stream,
8722
9486
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
8723
9487
  error_models={
8724
9488
  "500": BasicError,
@@ -8734,6 +9498,7 @@ class OrgsClient:
8734
9498
  org: str,
8735
9499
  *,
8736
9500
  headers: Optional[Mapping[str, str]] = None,
9501
+ stream: bool = False,
8737
9502
  data: OrgsOrgPersonalAccessTokensPostBodyType,
8738
9503
  ) -> Response[
8739
9504
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -8747,6 +9512,7 @@ class OrgsClient:
8747
9512
  *,
8748
9513
  data: UnsetType = UNSET,
8749
9514
  headers: Optional[Mapping[str, str]] = None,
9515
+ stream: bool = False,
8750
9516
  action: Literal["revoke"],
8751
9517
  pat_ids: list[int],
8752
9518
  ) -> Response[
@@ -8759,6 +9525,7 @@ class OrgsClient:
8759
9525
  org: str,
8760
9526
  *,
8761
9527
  headers: Optional[Mapping[str, str]] = None,
9528
+ stream: bool = False,
8762
9529
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
8763
9530
  **kwargs,
8764
9531
  ) -> Response[
@@ -8801,6 +9568,7 @@ class OrgsClient:
8801
9568
  url,
8802
9569
  json=exclude_unset(json),
8803
9570
  headers=exclude_unset(headers),
9571
+ stream=stream,
8804
9572
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
8805
9573
  error_models={
8806
9574
  "500": BasicError,
@@ -8817,6 +9585,7 @@ class OrgsClient:
8817
9585
  pat_id: int,
8818
9586
  *,
8819
9587
  headers: Optional[Mapping[str, str]] = None,
9588
+ stream: bool = False,
8820
9589
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
8821
9590
  ) -> Response: ...
8822
9591
 
@@ -8828,6 +9597,7 @@ class OrgsClient:
8828
9597
  *,
8829
9598
  data: UnsetType = UNSET,
8830
9599
  headers: Optional[Mapping[str, str]] = None,
9600
+ stream: bool = False,
8831
9601
  action: Literal["revoke"],
8832
9602
  ) -> Response: ...
8833
9603
 
@@ -8837,6 +9607,7 @@ class OrgsClient:
8837
9607
  pat_id: int,
8838
9608
  *,
8839
9609
  headers: Optional[Mapping[str, str]] = None,
9610
+ stream: bool = False,
8840
9611
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
8841
9612
  **kwargs,
8842
9613
  ) -> Response:
@@ -8875,6 +9646,7 @@ class OrgsClient:
8875
9646
  url,
8876
9647
  json=exclude_unset(json),
8877
9648
  headers=exclude_unset(headers),
9649
+ stream=stream,
8878
9650
  error_models={
8879
9651
  "500": BasicError,
8880
9652
  "404": BasicError,
@@ -8890,6 +9662,7 @@ class OrgsClient:
8890
9662
  pat_id: int,
8891
9663
  *,
8892
9664
  headers: Optional[Mapping[str, str]] = None,
9665
+ stream: bool = False,
8893
9666
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
8894
9667
  ) -> Response: ...
8895
9668
 
@@ -8901,6 +9674,7 @@ class OrgsClient:
8901
9674
  *,
8902
9675
  data: UnsetType = UNSET,
8903
9676
  headers: Optional[Mapping[str, str]] = None,
9677
+ stream: bool = False,
8904
9678
  action: Literal["revoke"],
8905
9679
  ) -> Response: ...
8906
9680
 
@@ -8910,6 +9684,7 @@ class OrgsClient:
8910
9684
  pat_id: int,
8911
9685
  *,
8912
9686
  headers: Optional[Mapping[str, str]] = None,
9687
+ stream: bool = False,
8913
9688
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
8914
9689
  **kwargs,
8915
9690
  ) -> Response:
@@ -8948,6 +9723,7 @@ class OrgsClient:
8948
9723
  url,
8949
9724
  json=exclude_unset(json),
8950
9725
  headers=exclude_unset(headers),
9726
+ stream=stream,
8951
9727
  error_models={
8952
9728
  "500": BasicError,
8953
9729
  "404": BasicError,
@@ -8964,6 +9740,7 @@ class OrgsClient:
8964
9740
  per_page: Missing[int] = UNSET,
8965
9741
  page: Missing[int] = UNSET,
8966
9742
  headers: Optional[Mapping[str, str]] = None,
9743
+ stream: bool = False,
8967
9744
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
8968
9745
  """orgs/list-pat-grant-repositories
8969
9746
 
@@ -8992,6 +9769,7 @@ class OrgsClient:
8992
9769
  url,
8993
9770
  params=exclude_unset(params),
8994
9771
  headers=exclude_unset(headers),
9772
+ stream=stream,
8995
9773
  response_model=list[MinimalRepository],
8996
9774
  error_models={
8997
9775
  "500": BasicError,
@@ -9008,6 +9786,7 @@ class OrgsClient:
9008
9786
  per_page: Missing[int] = UNSET,
9009
9787
  page: Missing[int] = UNSET,
9010
9788
  headers: Optional[Mapping[str, str]] = None,
9789
+ stream: bool = False,
9011
9790
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
9012
9791
  """orgs/list-pat-grant-repositories
9013
9792
 
@@ -9036,6 +9815,7 @@ class OrgsClient:
9036
9815
  url,
9037
9816
  params=exclude_unset(params),
9038
9817
  headers=exclude_unset(headers),
9818
+ stream=stream,
9039
9819
  response_model=list[MinimalRepository],
9040
9820
  error_models={
9041
9821
  "500": BasicError,
@@ -9049,6 +9829,7 @@ class OrgsClient:
9049
9829
  org: str,
9050
9830
  *,
9051
9831
  headers: Optional[Mapping[str, str]] = None,
9832
+ stream: bool = False,
9052
9833
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
9053
9834
  """orgs/get-all-custom-properties
9054
9835
 
@@ -9070,6 +9851,7 @@ class OrgsClient:
9070
9851
  "GET",
9071
9852
  url,
9072
9853
  headers=exclude_unset(headers),
9854
+ stream=stream,
9073
9855
  response_model=list[CustomProperty],
9074
9856
  error_models={
9075
9857
  "403": BasicError,
@@ -9082,6 +9864,7 @@ class OrgsClient:
9082
9864
  org: str,
9083
9865
  *,
9084
9866
  headers: Optional[Mapping[str, str]] = None,
9867
+ stream: bool = False,
9085
9868
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
9086
9869
  """orgs/get-all-custom-properties
9087
9870
 
@@ -9103,6 +9886,7 @@ class OrgsClient:
9103
9886
  "GET",
9104
9887
  url,
9105
9888
  headers=exclude_unset(headers),
9889
+ stream=stream,
9106
9890
  response_model=list[CustomProperty],
9107
9891
  error_models={
9108
9892
  "403": BasicError,
@@ -9116,6 +9900,7 @@ class OrgsClient:
9116
9900
  org: str,
9117
9901
  *,
9118
9902
  headers: Optional[Mapping[str, str]] = None,
9903
+ stream: bool = False,
9119
9904
  data: OrgsOrgPropertiesSchemaPatchBodyType,
9120
9905
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
9121
9906
 
@@ -9126,6 +9911,7 @@ class OrgsClient:
9126
9911
  *,
9127
9912
  data: UnsetType = UNSET,
9128
9913
  headers: Optional[Mapping[str, str]] = None,
9914
+ stream: bool = False,
9129
9915
  properties: list[CustomPropertyType],
9130
9916
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
9131
9917
 
@@ -9134,6 +9920,7 @@ class OrgsClient:
9134
9920
  org: str,
9135
9921
  *,
9136
9922
  headers: Optional[Mapping[str, str]] = None,
9923
+ stream: bool = False,
9137
9924
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
9138
9925
  **kwargs,
9139
9926
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -9178,6 +9965,7 @@ class OrgsClient:
9178
9965
  url,
9179
9966
  json=exclude_unset(json),
9180
9967
  headers=exclude_unset(headers),
9968
+ stream=stream,
9181
9969
  response_model=list[CustomProperty],
9182
9970
  error_models={
9183
9971
  "403": BasicError,
@@ -9191,6 +9979,7 @@ class OrgsClient:
9191
9979
  org: str,
9192
9980
  *,
9193
9981
  headers: Optional[Mapping[str, str]] = None,
9982
+ stream: bool = False,
9194
9983
  data: OrgsOrgPropertiesSchemaPatchBodyType,
9195
9984
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
9196
9985
 
@@ -9201,6 +9990,7 @@ class OrgsClient:
9201
9990
  *,
9202
9991
  data: UnsetType = UNSET,
9203
9992
  headers: Optional[Mapping[str, str]] = None,
9993
+ stream: bool = False,
9204
9994
  properties: list[CustomPropertyType],
9205
9995
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
9206
9996
 
@@ -9209,6 +9999,7 @@ class OrgsClient:
9209
9999
  org: str,
9210
10000
  *,
9211
10001
  headers: Optional[Mapping[str, str]] = None,
10002
+ stream: bool = False,
9212
10003
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
9213
10004
  **kwargs,
9214
10005
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -9253,6 +10044,7 @@ class OrgsClient:
9253
10044
  url,
9254
10045
  json=exclude_unset(json),
9255
10046
  headers=exclude_unset(headers),
10047
+ stream=stream,
9256
10048
  response_model=list[CustomProperty],
9257
10049
  error_models={
9258
10050
  "403": BasicError,
@@ -9266,6 +10058,7 @@ class OrgsClient:
9266
10058
  custom_property_name: str,
9267
10059
  *,
9268
10060
  headers: Optional[Mapping[str, str]] = None,
10061
+ stream: bool = False,
9269
10062
  ) -> Response[CustomProperty, CustomPropertyType]:
9270
10063
  """orgs/get-custom-property
9271
10064
 
@@ -9287,6 +10080,7 @@ class OrgsClient:
9287
10080
  "GET",
9288
10081
  url,
9289
10082
  headers=exclude_unset(headers),
10083
+ stream=stream,
9290
10084
  response_model=CustomProperty,
9291
10085
  error_models={
9292
10086
  "403": BasicError,
@@ -9300,6 +10094,7 @@ class OrgsClient:
9300
10094
  custom_property_name: str,
9301
10095
  *,
9302
10096
  headers: Optional[Mapping[str, str]] = None,
10097
+ stream: bool = False,
9303
10098
  ) -> Response[CustomProperty, CustomPropertyType]:
9304
10099
  """orgs/get-custom-property
9305
10100
 
@@ -9321,6 +10116,7 @@ class OrgsClient:
9321
10116
  "GET",
9322
10117
  url,
9323
10118
  headers=exclude_unset(headers),
10119
+ stream=stream,
9324
10120
  response_model=CustomProperty,
9325
10121
  error_models={
9326
10122
  "403": BasicError,
@@ -9335,6 +10131,7 @@ class OrgsClient:
9335
10131
  custom_property_name: str,
9336
10132
  *,
9337
10133
  headers: Optional[Mapping[str, str]] = None,
10134
+ stream: bool = False,
9338
10135
  data: CustomPropertySetPayloadType,
9339
10136
  ) -> Response[CustomProperty, CustomPropertyType]: ...
9340
10137
 
@@ -9346,6 +10143,7 @@ class OrgsClient:
9346
10143
  *,
9347
10144
  data: UnsetType = UNSET,
9348
10145
  headers: Optional[Mapping[str, str]] = None,
10146
+ stream: bool = False,
9349
10147
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
9350
10148
  required: Missing[bool] = UNSET,
9351
10149
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -9362,6 +10160,7 @@ class OrgsClient:
9362
10160
  custom_property_name: str,
9363
10161
  *,
9364
10162
  headers: Optional[Mapping[str, str]] = None,
10163
+ stream: bool = False,
9365
10164
  data: Missing[CustomPropertySetPayloadType] = UNSET,
9366
10165
  **kwargs,
9367
10166
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -9398,6 +10197,7 @@ class OrgsClient:
9398
10197
  url,
9399
10198
  json=exclude_unset(json),
9400
10199
  headers=exclude_unset(headers),
10200
+ stream=stream,
9401
10201
  response_model=CustomProperty,
9402
10202
  error_models={
9403
10203
  "403": BasicError,
@@ -9412,6 +10212,7 @@ class OrgsClient:
9412
10212
  custom_property_name: str,
9413
10213
  *,
9414
10214
  headers: Optional[Mapping[str, str]] = None,
10215
+ stream: bool = False,
9415
10216
  data: CustomPropertySetPayloadType,
9416
10217
  ) -> Response[CustomProperty, CustomPropertyType]: ...
9417
10218
 
@@ -9423,6 +10224,7 @@ class OrgsClient:
9423
10224
  *,
9424
10225
  data: UnsetType = UNSET,
9425
10226
  headers: Optional[Mapping[str, str]] = None,
10227
+ stream: bool = False,
9426
10228
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
9427
10229
  required: Missing[bool] = UNSET,
9428
10230
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -9439,6 +10241,7 @@ class OrgsClient:
9439
10241
  custom_property_name: str,
9440
10242
  *,
9441
10243
  headers: Optional[Mapping[str, str]] = None,
10244
+ stream: bool = False,
9442
10245
  data: Missing[CustomPropertySetPayloadType] = UNSET,
9443
10246
  **kwargs,
9444
10247
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -9475,6 +10278,7 @@ class OrgsClient:
9475
10278
  url,
9476
10279
  json=exclude_unset(json),
9477
10280
  headers=exclude_unset(headers),
10281
+ stream=stream,
9478
10282
  response_model=CustomProperty,
9479
10283
  error_models={
9480
10284
  "403": BasicError,
@@ -9488,6 +10292,7 @@ class OrgsClient:
9488
10292
  custom_property_name: str,
9489
10293
  *,
9490
10294
  headers: Optional[Mapping[str, str]] = None,
10295
+ stream: bool = False,
9491
10296
  ) -> Response:
9492
10297
  """orgs/remove-custom-property
9493
10298
 
@@ -9512,6 +10317,7 @@ class OrgsClient:
9512
10317
  "DELETE",
9513
10318
  url,
9514
10319
  headers=exclude_unset(headers),
10320
+ stream=stream,
9515
10321
  error_models={
9516
10322
  "403": BasicError,
9517
10323
  "404": BasicError,
@@ -9524,6 +10330,7 @@ class OrgsClient:
9524
10330
  custom_property_name: str,
9525
10331
  *,
9526
10332
  headers: Optional[Mapping[str, str]] = None,
10333
+ stream: bool = False,
9527
10334
  ) -> Response:
9528
10335
  """orgs/remove-custom-property
9529
10336
 
@@ -9548,6 +10355,7 @@ class OrgsClient:
9548
10355
  "DELETE",
9549
10356
  url,
9550
10357
  headers=exclude_unset(headers),
10358
+ stream=stream,
9551
10359
  error_models={
9552
10360
  "403": BasicError,
9553
10361
  "404": BasicError,
@@ -9562,6 +10370,7 @@ class OrgsClient:
9562
10370
  page: Missing[int] = UNSET,
9563
10371
  repository_query: Missing[str] = UNSET,
9564
10372
  headers: Optional[Mapping[str, str]] = None,
10373
+ stream: bool = False,
9565
10374
  ) -> Response[
9566
10375
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
9567
10376
  ]:
@@ -9592,6 +10401,7 @@ class OrgsClient:
9592
10401
  url,
9593
10402
  params=exclude_unset(params),
9594
10403
  headers=exclude_unset(headers),
10404
+ stream=stream,
9595
10405
  response_model=list[OrgRepoCustomPropertyValues],
9596
10406
  error_models={
9597
10407
  "403": BasicError,
@@ -9607,6 +10417,7 @@ class OrgsClient:
9607
10417
  page: Missing[int] = UNSET,
9608
10418
  repository_query: Missing[str] = UNSET,
9609
10419
  headers: Optional[Mapping[str, str]] = None,
10420
+ stream: bool = False,
9610
10421
  ) -> Response[
9611
10422
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
9612
10423
  ]:
@@ -9637,6 +10448,7 @@ class OrgsClient:
9637
10448
  url,
9638
10449
  params=exclude_unset(params),
9639
10450
  headers=exclude_unset(headers),
10451
+ stream=stream,
9640
10452
  response_model=list[OrgRepoCustomPropertyValues],
9641
10453
  error_models={
9642
10454
  "403": BasicError,
@@ -9650,6 +10462,7 @@ class OrgsClient:
9650
10462
  org: str,
9651
10463
  *,
9652
10464
  headers: Optional[Mapping[str, str]] = None,
10465
+ stream: bool = False,
9653
10466
  data: OrgsOrgPropertiesValuesPatchBodyType,
9654
10467
  ) -> Response: ...
9655
10468
 
@@ -9660,6 +10473,7 @@ class OrgsClient:
9660
10473
  *,
9661
10474
  data: UnsetType = UNSET,
9662
10475
  headers: Optional[Mapping[str, str]] = None,
10476
+ stream: bool = False,
9663
10477
  repository_names: list[str],
9664
10478
  properties: list[CustomPropertyValueType],
9665
10479
  ) -> Response: ...
@@ -9669,6 +10483,7 @@ class OrgsClient:
9669
10483
  org: str,
9670
10484
  *,
9671
10485
  headers: Optional[Mapping[str, str]] = None,
10486
+ stream: bool = False,
9672
10487
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
9673
10488
  **kwargs,
9674
10489
  ) -> Response:
@@ -9714,6 +10529,7 @@ class OrgsClient:
9714
10529
  url,
9715
10530
  json=exclude_unset(json),
9716
10531
  headers=exclude_unset(headers),
10532
+ stream=stream,
9717
10533
  error_models={
9718
10534
  "403": BasicError,
9719
10535
  "404": BasicError,
@@ -9727,6 +10543,7 @@ class OrgsClient:
9727
10543
  org: str,
9728
10544
  *,
9729
10545
  headers: Optional[Mapping[str, str]] = None,
10546
+ stream: bool = False,
9730
10547
  data: OrgsOrgPropertiesValuesPatchBodyType,
9731
10548
  ) -> Response: ...
9732
10549
 
@@ -9737,6 +10554,7 @@ class OrgsClient:
9737
10554
  *,
9738
10555
  data: UnsetType = UNSET,
9739
10556
  headers: Optional[Mapping[str, str]] = None,
10557
+ stream: bool = False,
9740
10558
  repository_names: list[str],
9741
10559
  properties: list[CustomPropertyValueType],
9742
10560
  ) -> Response: ...
@@ -9746,6 +10564,7 @@ class OrgsClient:
9746
10564
  org: str,
9747
10565
  *,
9748
10566
  headers: Optional[Mapping[str, str]] = None,
10567
+ stream: bool = False,
9749
10568
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
9750
10569
  **kwargs,
9751
10570
  ) -> Response:
@@ -9791,6 +10610,7 @@ class OrgsClient:
9791
10610
  url,
9792
10611
  json=exclude_unset(json),
9793
10612
  headers=exclude_unset(headers),
10613
+ stream=stream,
9794
10614
  error_models={
9795
10615
  "403": BasicError,
9796
10616
  "404": BasicError,
@@ -9805,6 +10625,7 @@ class OrgsClient:
9805
10625
  per_page: Missing[int] = UNSET,
9806
10626
  page: Missing[int] = UNSET,
9807
10627
  headers: Optional[Mapping[str, str]] = None,
10628
+ stream: bool = False,
9808
10629
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
9809
10630
  """orgs/list-public-members
9810
10631
 
@@ -9831,6 +10652,7 @@ class OrgsClient:
9831
10652
  url,
9832
10653
  params=exclude_unset(params),
9833
10654
  headers=exclude_unset(headers),
10655
+ stream=stream,
9834
10656
  response_model=list[SimpleUser],
9835
10657
  )
9836
10658
 
@@ -9841,6 +10663,7 @@ class OrgsClient:
9841
10663
  per_page: Missing[int] = UNSET,
9842
10664
  page: Missing[int] = UNSET,
9843
10665
  headers: Optional[Mapping[str, str]] = None,
10666
+ stream: bool = False,
9844
10667
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
9845
10668
  """orgs/list-public-members
9846
10669
 
@@ -9867,6 +10690,7 @@ class OrgsClient:
9867
10690
  url,
9868
10691
  params=exclude_unset(params),
9869
10692
  headers=exclude_unset(headers),
10693
+ stream=stream,
9870
10694
  response_model=list[SimpleUser],
9871
10695
  )
9872
10696
 
@@ -9876,6 +10700,7 @@ class OrgsClient:
9876
10700
  username: str,
9877
10701
  *,
9878
10702
  headers: Optional[Mapping[str, str]] = None,
10703
+ stream: bool = False,
9879
10704
  ) -> Response:
9880
10705
  """orgs/check-public-membership-for-user
9881
10706
 
@@ -9894,6 +10719,7 @@ class OrgsClient:
9894
10719
  "GET",
9895
10720
  url,
9896
10721
  headers=exclude_unset(headers),
10722
+ stream=stream,
9897
10723
  error_models={},
9898
10724
  )
9899
10725
 
@@ -9903,6 +10729,7 @@ class OrgsClient:
9903
10729
  username: str,
9904
10730
  *,
9905
10731
  headers: Optional[Mapping[str, str]] = None,
10732
+ stream: bool = False,
9906
10733
  ) -> Response:
9907
10734
  """orgs/check-public-membership-for-user
9908
10735
 
@@ -9921,6 +10748,7 @@ class OrgsClient:
9921
10748
  "GET",
9922
10749
  url,
9923
10750
  headers=exclude_unset(headers),
10751
+ stream=stream,
9924
10752
  error_models={},
9925
10753
  )
9926
10754
 
@@ -9930,6 +10758,7 @@ class OrgsClient:
9930
10758
  username: str,
9931
10759
  *,
9932
10760
  headers: Optional[Mapping[str, str]] = None,
10761
+ stream: bool = False,
9933
10762
  ) -> Response:
9934
10763
  """orgs/set-public-membership-for-authenticated-user
9935
10764
 
@@ -9952,6 +10781,7 @@ class OrgsClient:
9952
10781
  "PUT",
9953
10782
  url,
9954
10783
  headers=exclude_unset(headers),
10784
+ stream=stream,
9955
10785
  error_models={
9956
10786
  "403": BasicError,
9957
10787
  },
@@ -9963,6 +10793,7 @@ class OrgsClient:
9963
10793
  username: str,
9964
10794
  *,
9965
10795
  headers: Optional[Mapping[str, str]] = None,
10796
+ stream: bool = False,
9966
10797
  ) -> Response:
9967
10798
  """orgs/set-public-membership-for-authenticated-user
9968
10799
 
@@ -9985,6 +10816,7 @@ class OrgsClient:
9985
10816
  "PUT",
9986
10817
  url,
9987
10818
  headers=exclude_unset(headers),
10819
+ stream=stream,
9988
10820
  error_models={
9989
10821
  "403": BasicError,
9990
10822
  },
@@ -9996,6 +10828,7 @@ class OrgsClient:
9996
10828
  username: str,
9997
10829
  *,
9998
10830
  headers: Optional[Mapping[str, str]] = None,
10831
+ stream: bool = False,
9999
10832
  ) -> Response:
10000
10833
  """orgs/remove-public-membership-for-authenticated-user
10001
10834
 
@@ -10014,6 +10847,7 @@ class OrgsClient:
10014
10847
  "DELETE",
10015
10848
  url,
10016
10849
  headers=exclude_unset(headers),
10850
+ stream=stream,
10017
10851
  )
10018
10852
 
10019
10853
  async def async_remove_public_membership_for_authenticated_user(
@@ -10022,6 +10856,7 @@ class OrgsClient:
10022
10856
  username: str,
10023
10857
  *,
10024
10858
  headers: Optional[Mapping[str, str]] = None,
10859
+ stream: bool = False,
10025
10860
  ) -> Response:
10026
10861
  """orgs/remove-public-membership-for-authenticated-user
10027
10862
 
@@ -10040,6 +10875,7 @@ class OrgsClient:
10040
10875
  "DELETE",
10041
10876
  url,
10042
10877
  headers=exclude_unset(headers),
10878
+ stream=stream,
10043
10879
  )
10044
10880
 
10045
10881
  def list_repo_fine_grained_permissions(
@@ -10047,6 +10883,7 @@ class OrgsClient:
10047
10883
  org: str,
10048
10884
  *,
10049
10885
  headers: Optional[Mapping[str, str]] = None,
10886
+ stream: bool = False,
10050
10887
  ) -> Response[
10051
10888
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
10052
10889
  ]:
@@ -10073,6 +10910,7 @@ class OrgsClient:
10073
10910
  "GET",
10074
10911
  url,
10075
10912
  headers=exclude_unset(headers),
10913
+ stream=stream,
10076
10914
  response_model=list[RepositoryFineGrainedPermission],
10077
10915
  )
10078
10916
 
@@ -10081,6 +10919,7 @@ class OrgsClient:
10081
10919
  org: str,
10082
10920
  *,
10083
10921
  headers: Optional[Mapping[str, str]] = None,
10922
+ stream: bool = False,
10084
10923
  ) -> Response[
10085
10924
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
10086
10925
  ]:
@@ -10107,6 +10946,7 @@ class OrgsClient:
10107
10946
  "GET",
10108
10947
  url,
10109
10948
  headers=exclude_unset(headers),
10949
+ stream=stream,
10110
10950
  response_model=list[RepositoryFineGrainedPermission],
10111
10951
  )
10112
10952
 
@@ -10118,6 +10958,7 @@ class OrgsClient:
10118
10958
  per_page: Missing[int] = UNSET,
10119
10959
  page: Missing[int] = UNSET,
10120
10960
  headers: Optional[Mapping[str, str]] = None,
10961
+ stream: bool = False,
10121
10962
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
10122
10963
  """orgs/get-org-ruleset-history
10123
10964
 
@@ -10144,6 +10985,7 @@ class OrgsClient:
10144
10985
  url,
10145
10986
  params=exclude_unset(params),
10146
10987
  headers=exclude_unset(headers),
10988
+ stream=stream,
10147
10989
  response_model=list[RulesetVersion],
10148
10990
  error_models={
10149
10991
  "404": BasicError,
@@ -10159,6 +11001,7 @@ class OrgsClient:
10159
11001
  per_page: Missing[int] = UNSET,
10160
11002
  page: Missing[int] = UNSET,
10161
11003
  headers: Optional[Mapping[str, str]] = None,
11004
+ stream: bool = False,
10162
11005
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
10163
11006
  """orgs/get-org-ruleset-history
10164
11007
 
@@ -10185,6 +11028,7 @@ class OrgsClient:
10185
11028
  url,
10186
11029
  params=exclude_unset(params),
10187
11030
  headers=exclude_unset(headers),
11031
+ stream=stream,
10188
11032
  response_model=list[RulesetVersion],
10189
11033
  error_models={
10190
11034
  "404": BasicError,
@@ -10199,6 +11043,7 @@ class OrgsClient:
10199
11043
  version_id: int,
10200
11044
  *,
10201
11045
  headers: Optional[Mapping[str, str]] = None,
11046
+ stream: bool = False,
10202
11047
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
10203
11048
  """orgs/get-org-ruleset-version
10204
11049
 
@@ -10219,6 +11064,7 @@ class OrgsClient:
10219
11064
  "GET",
10220
11065
  url,
10221
11066
  headers=exclude_unset(headers),
11067
+ stream=stream,
10222
11068
  response_model=RulesetVersionWithState,
10223
11069
  error_models={
10224
11070
  "404": BasicError,
@@ -10233,6 +11079,7 @@ class OrgsClient:
10233
11079
  version_id: int,
10234
11080
  *,
10235
11081
  headers: Optional[Mapping[str, str]] = None,
11082
+ stream: bool = False,
10236
11083
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
10237
11084
  """orgs/get-org-ruleset-version
10238
11085
 
@@ -10253,6 +11100,7 @@ class OrgsClient:
10253
11100
  "GET",
10254
11101
  url,
10255
11102
  headers=exclude_unset(headers),
11103
+ stream=stream,
10256
11104
  response_model=RulesetVersionWithState,
10257
11105
  error_models={
10258
11106
  "404": BasicError,
@@ -10265,6 +11113,7 @@ class OrgsClient:
10265
11113
  org: str,
10266
11114
  *,
10267
11115
  headers: Optional[Mapping[str, str]] = None,
11116
+ stream: bool = False,
10268
11117
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
10269
11118
  """DEPRECATED orgs/list-security-manager-teams
10270
11119
 
@@ -10286,6 +11135,7 @@ class OrgsClient:
10286
11135
  "GET",
10287
11136
  url,
10288
11137
  headers=exclude_unset(headers),
11138
+ stream=stream,
10289
11139
  response_model=list[TeamSimple],
10290
11140
  )
10291
11141
 
@@ -10294,6 +11144,7 @@ class OrgsClient:
10294
11144
  org: str,
10295
11145
  *,
10296
11146
  headers: Optional[Mapping[str, str]] = None,
11147
+ stream: bool = False,
10297
11148
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
10298
11149
  """DEPRECATED orgs/list-security-manager-teams
10299
11150
 
@@ -10315,6 +11166,7 @@ class OrgsClient:
10315
11166
  "GET",
10316
11167
  url,
10317
11168
  headers=exclude_unset(headers),
11169
+ stream=stream,
10318
11170
  response_model=list[TeamSimple],
10319
11171
  )
10320
11172
 
@@ -10324,6 +11176,7 @@ class OrgsClient:
10324
11176
  team_slug: str,
10325
11177
  *,
10326
11178
  headers: Optional[Mapping[str, str]] = None,
11179
+ stream: bool = False,
10327
11180
  ) -> Response:
10328
11181
  """DEPRECATED orgs/add-security-manager-team
10329
11182
 
@@ -10343,6 +11196,7 @@ class OrgsClient:
10343
11196
  "PUT",
10344
11197
  url,
10345
11198
  headers=exclude_unset(headers),
11199
+ stream=stream,
10346
11200
  )
10347
11201
 
10348
11202
  async def async_add_security_manager_team(
@@ -10351,6 +11205,7 @@ class OrgsClient:
10351
11205
  team_slug: str,
10352
11206
  *,
10353
11207
  headers: Optional[Mapping[str, str]] = None,
11208
+ stream: bool = False,
10354
11209
  ) -> Response:
10355
11210
  """DEPRECATED orgs/add-security-manager-team
10356
11211
 
@@ -10370,6 +11225,7 @@ class OrgsClient:
10370
11225
  "PUT",
10371
11226
  url,
10372
11227
  headers=exclude_unset(headers),
11228
+ stream=stream,
10373
11229
  )
10374
11230
 
10375
11231
  def remove_security_manager_team(
@@ -10378,6 +11234,7 @@ class OrgsClient:
10378
11234
  team_slug: str,
10379
11235
  *,
10380
11236
  headers: Optional[Mapping[str, str]] = None,
11237
+ stream: bool = False,
10381
11238
  ) -> Response:
10382
11239
  """DEPRECATED orgs/remove-security-manager-team
10383
11240
 
@@ -10397,6 +11254,7 @@ class OrgsClient:
10397
11254
  "DELETE",
10398
11255
  url,
10399
11256
  headers=exclude_unset(headers),
11257
+ stream=stream,
10400
11258
  )
10401
11259
 
10402
11260
  async def async_remove_security_manager_team(
@@ -10405,6 +11263,7 @@ class OrgsClient:
10405
11263
  team_slug: str,
10406
11264
  *,
10407
11265
  headers: Optional[Mapping[str, str]] = None,
11266
+ stream: bool = False,
10408
11267
  ) -> Response:
10409
11268
  """DEPRECATED orgs/remove-security-manager-team
10410
11269
 
@@ -10424,6 +11283,7 @@ class OrgsClient:
10424
11283
  "DELETE",
10425
11284
  url,
10426
11285
  headers=exclude_unset(headers),
11286
+ stream=stream,
10427
11287
  )
10428
11288
 
10429
11289
  @overload
@@ -10442,6 +11302,7 @@ class OrgsClient:
10442
11302
  enablement: Literal["enable_all", "disable_all"],
10443
11303
  *,
10444
11304
  headers: Optional[Mapping[str, str]] = None,
11305
+ stream: bool = False,
10445
11306
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10446
11307
  ) -> Response: ...
10447
11308
 
@@ -10462,6 +11323,7 @@ class OrgsClient:
10462
11323
  *,
10463
11324
  data: UnsetType = UNSET,
10464
11325
  headers: Optional[Mapping[str, str]] = None,
11326
+ stream: bool = False,
10465
11327
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
10466
11328
  ) -> Response: ...
10467
11329
 
@@ -10480,6 +11342,7 @@ class OrgsClient:
10480
11342
  enablement: Literal["enable_all", "disable_all"],
10481
11343
  *,
10482
11344
  headers: Optional[Mapping[str, str]] = None,
11345
+ stream: bool = False,
10483
11346
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10484
11347
  **kwargs,
10485
11348
  ) -> Response:
@@ -10519,6 +11382,7 @@ class OrgsClient:
10519
11382
  url,
10520
11383
  json=exclude_unset(json),
10521
11384
  headers=exclude_unset(headers),
11385
+ stream=stream,
10522
11386
  error_models={},
10523
11387
  )
10524
11388
 
@@ -10538,6 +11402,7 @@ class OrgsClient:
10538
11402
  enablement: Literal["enable_all", "disable_all"],
10539
11403
  *,
10540
11404
  headers: Optional[Mapping[str, str]] = None,
11405
+ stream: bool = False,
10541
11406
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10542
11407
  ) -> Response: ...
10543
11408
 
@@ -10558,6 +11423,7 @@ class OrgsClient:
10558
11423
  *,
10559
11424
  data: UnsetType = UNSET,
10560
11425
  headers: Optional[Mapping[str, str]] = None,
11426
+ stream: bool = False,
10561
11427
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
10562
11428
  ) -> Response: ...
10563
11429
 
@@ -10576,6 +11442,7 @@ class OrgsClient:
10576
11442
  enablement: Literal["enable_all", "disable_all"],
10577
11443
  *,
10578
11444
  headers: Optional[Mapping[str, str]] = None,
11445
+ stream: bool = False,
10579
11446
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10580
11447
  **kwargs,
10581
11448
  ) -> Response:
@@ -10615,6 +11482,7 @@ class OrgsClient:
10615
11482
  url,
10616
11483
  json=exclude_unset(json),
10617
11484
  headers=exclude_unset(headers),
11485
+ stream=stream,
10618
11486
  error_models={},
10619
11487
  )
10620
11488
 
@@ -10625,6 +11493,7 @@ class OrgsClient:
10625
11493
  per_page: Missing[int] = UNSET,
10626
11494
  page: Missing[int] = UNSET,
10627
11495
  headers: Optional[Mapping[str, str]] = None,
11496
+ stream: bool = False,
10628
11497
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
10629
11498
  """orgs/list-memberships-for-authenticated-user
10630
11499
 
@@ -10652,6 +11521,7 @@ class OrgsClient:
10652
11521
  url,
10653
11522
  params=exclude_unset(params),
10654
11523
  headers=exclude_unset(headers),
11524
+ stream=stream,
10655
11525
  response_model=list[OrgMembership],
10656
11526
  error_models={
10657
11527
  "403": BasicError,
@@ -10667,6 +11537,7 @@ class OrgsClient:
10667
11537
  per_page: Missing[int] = UNSET,
10668
11538
  page: Missing[int] = UNSET,
10669
11539
  headers: Optional[Mapping[str, str]] = None,
11540
+ stream: bool = False,
10670
11541
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
10671
11542
  """orgs/list-memberships-for-authenticated-user
10672
11543
 
@@ -10694,6 +11565,7 @@ class OrgsClient:
10694
11565
  url,
10695
11566
  params=exclude_unset(params),
10696
11567
  headers=exclude_unset(headers),
11568
+ stream=stream,
10697
11569
  response_model=list[OrgMembership],
10698
11570
  error_models={
10699
11571
  "403": BasicError,
@@ -10707,6 +11579,7 @@ class OrgsClient:
10707
11579
  org: str,
10708
11580
  *,
10709
11581
  headers: Optional[Mapping[str, str]] = None,
11582
+ stream: bool = False,
10710
11583
  ) -> Response[OrgMembership, OrgMembershipType]:
10711
11584
  """orgs/get-membership-for-authenticated-user
10712
11585
 
@@ -10727,6 +11600,7 @@ class OrgsClient:
10727
11600
  "GET",
10728
11601
  url,
10729
11602
  headers=exclude_unset(headers),
11603
+ stream=stream,
10730
11604
  response_model=OrgMembership,
10731
11605
  error_models={
10732
11606
  "403": BasicError,
@@ -10739,6 +11613,7 @@ class OrgsClient:
10739
11613
  org: str,
10740
11614
  *,
10741
11615
  headers: Optional[Mapping[str, str]] = None,
11616
+ stream: bool = False,
10742
11617
  ) -> Response[OrgMembership, OrgMembershipType]:
10743
11618
  """orgs/get-membership-for-authenticated-user
10744
11619
 
@@ -10759,6 +11634,7 @@ class OrgsClient:
10759
11634
  "GET",
10760
11635
  url,
10761
11636
  headers=exclude_unset(headers),
11637
+ stream=stream,
10762
11638
  response_model=OrgMembership,
10763
11639
  error_models={
10764
11640
  "403": BasicError,
@@ -10772,6 +11648,7 @@ class OrgsClient:
10772
11648
  org: str,
10773
11649
  *,
10774
11650
  headers: Optional[Mapping[str, str]] = None,
11651
+ stream: bool = False,
10775
11652
  data: UserMembershipsOrgsOrgPatchBodyType,
10776
11653
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10777
11654
 
@@ -10782,6 +11659,7 @@ class OrgsClient:
10782
11659
  *,
10783
11660
  data: UnsetType = UNSET,
10784
11661
  headers: Optional[Mapping[str, str]] = None,
11662
+ stream: bool = False,
10785
11663
  state: Literal["active"],
10786
11664
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10787
11665
 
@@ -10790,6 +11668,7 @@ class OrgsClient:
10790
11668
  org: str,
10791
11669
  *,
10792
11670
  headers: Optional[Mapping[str, str]] = None,
11671
+ stream: bool = False,
10793
11672
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
10794
11673
  **kwargs,
10795
11674
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -10827,6 +11706,7 @@ class OrgsClient:
10827
11706
  url,
10828
11707
  json=exclude_unset(json),
10829
11708
  headers=exclude_unset(headers),
11709
+ stream=stream,
10830
11710
  response_model=OrgMembership,
10831
11711
  error_models={
10832
11712
  "403": BasicError,
@@ -10841,6 +11721,7 @@ class OrgsClient:
10841
11721
  org: str,
10842
11722
  *,
10843
11723
  headers: Optional[Mapping[str, str]] = None,
11724
+ stream: bool = False,
10844
11725
  data: UserMembershipsOrgsOrgPatchBodyType,
10845
11726
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10846
11727
 
@@ -10851,6 +11732,7 @@ class OrgsClient:
10851
11732
  *,
10852
11733
  data: UnsetType = UNSET,
10853
11734
  headers: Optional[Mapping[str, str]] = None,
11735
+ stream: bool = False,
10854
11736
  state: Literal["active"],
10855
11737
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10856
11738
 
@@ -10859,6 +11741,7 @@ class OrgsClient:
10859
11741
  org: str,
10860
11742
  *,
10861
11743
  headers: Optional[Mapping[str, str]] = None,
11744
+ stream: bool = False,
10862
11745
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
10863
11746
  **kwargs,
10864
11747
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -10896,6 +11779,7 @@ class OrgsClient:
10896
11779
  url,
10897
11780
  json=exclude_unset(json),
10898
11781
  headers=exclude_unset(headers),
11782
+ stream=stream,
10899
11783
  response_model=OrgMembership,
10900
11784
  error_models={
10901
11785
  "403": BasicError,
@@ -10910,6 +11794,7 @@ class OrgsClient:
10910
11794
  per_page: Missing[int] = UNSET,
10911
11795
  page: Missing[int] = UNSET,
10912
11796
  headers: Optional[Mapping[str, str]] = None,
11797
+ stream: bool = False,
10913
11798
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
10914
11799
  """orgs/list-for-authenticated-user
10915
11800
 
@@ -10941,6 +11826,7 @@ class OrgsClient:
10941
11826
  url,
10942
11827
  params=exclude_unset(params),
10943
11828
  headers=exclude_unset(headers),
11829
+ stream=stream,
10944
11830
  response_model=list[OrganizationSimple],
10945
11831
  error_models={
10946
11832
  "403": BasicError,
@@ -10954,6 +11840,7 @@ class OrgsClient:
10954
11840
  per_page: Missing[int] = UNSET,
10955
11841
  page: Missing[int] = UNSET,
10956
11842
  headers: Optional[Mapping[str, str]] = None,
11843
+ stream: bool = False,
10957
11844
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
10958
11845
  """orgs/list-for-authenticated-user
10959
11846
 
@@ -10985,6 +11872,7 @@ class OrgsClient:
10985
11872
  url,
10986
11873
  params=exclude_unset(params),
10987
11874
  headers=exclude_unset(headers),
11875
+ stream=stream,
10988
11876
  response_model=list[OrganizationSimple],
10989
11877
  error_models={
10990
11878
  "403": BasicError,
@@ -10999,6 +11887,7 @@ class OrgsClient:
10999
11887
  per_page: Missing[int] = UNSET,
11000
11888
  page: Missing[int] = UNSET,
11001
11889
  headers: Optional[Mapping[str, str]] = None,
11890
+ stream: bool = False,
11002
11891
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
11003
11892
  """orgs/list-for-user
11004
11893
 
@@ -11027,6 +11916,7 @@ class OrgsClient:
11027
11916
  url,
11028
11917
  params=exclude_unset(params),
11029
11918
  headers=exclude_unset(headers),
11919
+ stream=stream,
11030
11920
  response_model=list[OrganizationSimple],
11031
11921
  )
11032
11922
 
@@ -11037,6 +11927,7 @@ class OrgsClient:
11037
11927
  per_page: Missing[int] = UNSET,
11038
11928
  page: Missing[int] = UNSET,
11039
11929
  headers: Optional[Mapping[str, str]] = None,
11930
+ stream: bool = False,
11040
11931
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
11041
11932
  """orgs/list-for-user
11042
11933
 
@@ -11065,5 +11956,6 @@ class OrgsClient:
11065
11956
  url,
11066
11957
  params=exclude_unset(params),
11067
11958
  headers=exclude_unset(headers),
11959
+ stream=stream,
11068
11960
  response_model=list[OrganizationSimple],
11069
11961
  )