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
@@ -90,6 +90,8 @@ if TYPE_CHECKING:
90
90
  OrgRepoCustomPropertyValuesType,
91
91
  OrgsOrgAttestationsBulkListPostBodyType,
92
92
  OrgsOrgAttestationsBulkListPostResponse200Type,
93
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
94
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
93
95
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
94
96
  OrgsOrgHooksHookIdConfigPatchBodyType,
95
97
  OrgsOrgHooksHookIdPatchBodyPropConfigType,
@@ -143,6 +145,7 @@ class OrgsClient:
143
145
  since: Missing[int] = UNSET,
144
146
  per_page: Missing[int] = UNSET,
145
147
  headers: Optional[Mapping[str, str]] = None,
148
+ stream: bool = False,
146
149
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
147
150
  """orgs/list
148
151
 
@@ -172,6 +175,7 @@ class OrgsClient:
172
175
  url,
173
176
  params=exclude_unset(params),
174
177
  headers=exclude_unset(headers),
178
+ stream=stream,
175
179
  response_model=list[OrganizationSimple],
176
180
  )
177
181
 
@@ -181,6 +185,7 @@ class OrgsClient:
181
185
  since: Missing[int] = UNSET,
182
186
  per_page: Missing[int] = UNSET,
183
187
  headers: Optional[Mapping[str, str]] = None,
188
+ stream: bool = False,
184
189
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
185
190
  """orgs/list
186
191
 
@@ -210,6 +215,7 @@ class OrgsClient:
210
215
  url,
211
216
  params=exclude_unset(params),
212
217
  headers=exclude_unset(headers),
218
+ stream=stream,
213
219
  response_model=list[OrganizationSimple],
214
220
  )
215
221
 
@@ -218,6 +224,7 @@ class OrgsClient:
218
224
  org: str,
219
225
  *,
220
226
  headers: Optional[Mapping[str, str]] = None,
227
+ stream: bool = False,
221
228
  ) -> Response[OrganizationFull, OrganizationFullType]:
222
229
  """orgs/get
223
230
 
@@ -246,6 +253,7 @@ class OrgsClient:
246
253
  "GET",
247
254
  url,
248
255
  headers=exclude_unset(headers),
256
+ stream=stream,
249
257
  response_model=OrganizationFull,
250
258
  error_models={
251
259
  "404": BasicError,
@@ -257,6 +265,7 @@ class OrgsClient:
257
265
  org: str,
258
266
  *,
259
267
  headers: Optional[Mapping[str, str]] = None,
268
+ stream: bool = False,
260
269
  ) -> Response[OrganizationFull, OrganizationFullType]:
261
270
  """orgs/get
262
271
 
@@ -285,6 +294,7 @@ class OrgsClient:
285
294
  "GET",
286
295
  url,
287
296
  headers=exclude_unset(headers),
297
+ stream=stream,
288
298
  response_model=OrganizationFull,
289
299
  error_models={
290
300
  "404": BasicError,
@@ -296,6 +306,7 @@ class OrgsClient:
296
306
  org: str,
297
307
  *,
298
308
  headers: Optional[Mapping[str, str]] = None,
309
+ stream: bool = False,
299
310
  ) -> Response[
300
311
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
301
312
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -328,6 +339,7 @@ class OrgsClient:
328
339
  "DELETE",
329
340
  url,
330
341
  headers=exclude_unset(headers),
342
+ stream=stream,
331
343
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
332
344
  error_models={
333
345
  "404": BasicError,
@@ -340,6 +352,7 @@ class OrgsClient:
340
352
  org: str,
341
353
  *,
342
354
  headers: Optional[Mapping[str, str]] = None,
355
+ stream: bool = False,
343
356
  ) -> Response[
344
357
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
345
358
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -372,6 +385,7 @@ class OrgsClient:
372
385
  "DELETE",
373
386
  url,
374
387
  headers=exclude_unset(headers),
388
+ stream=stream,
375
389
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
376
390
  error_models={
377
391
  "404": BasicError,
@@ -385,6 +399,7 @@ class OrgsClient:
385
399
  org: str,
386
400
  *,
387
401
  headers: Optional[Mapping[str, str]] = None,
402
+ stream: bool = False,
388
403
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
389
404
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
390
405
 
@@ -395,6 +410,7 @@ class OrgsClient:
395
410
  *,
396
411
  data: UnsetType = UNSET,
397
412
  headers: Optional[Mapping[str, str]] = None,
413
+ stream: bool = False,
398
414
  billing_email: Missing[str] = UNSET,
399
415
  company: Missing[str] = UNSET,
400
416
  email: Missing[str] = UNSET,
@@ -438,6 +454,7 @@ class OrgsClient:
438
454
  org: str,
439
455
  *,
440
456
  headers: Optional[Mapping[str, str]] = None,
457
+ stream: bool = False,
441
458
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
442
459
  **kwargs,
443
460
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -488,6 +505,7 @@ class OrgsClient:
488
505
  url,
489
506
  json=exclude_unset(json),
490
507
  headers=exclude_unset(headers),
508
+ stream=stream,
491
509
  response_model=OrganizationFull,
492
510
  error_models={
493
511
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -501,6 +519,7 @@ class OrgsClient:
501
519
  org: str,
502
520
  *,
503
521
  headers: Optional[Mapping[str, str]] = None,
522
+ stream: bool = False,
504
523
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
505
524
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
506
525
 
@@ -511,6 +530,7 @@ class OrgsClient:
511
530
  *,
512
531
  data: UnsetType = UNSET,
513
532
  headers: Optional[Mapping[str, str]] = None,
533
+ stream: bool = False,
514
534
  billing_email: Missing[str] = UNSET,
515
535
  company: Missing[str] = UNSET,
516
536
  email: Missing[str] = UNSET,
@@ -554,6 +574,7 @@ class OrgsClient:
554
574
  org: str,
555
575
  *,
556
576
  headers: Optional[Mapping[str, str]] = None,
577
+ stream: bool = False,
557
578
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
558
579
  **kwargs,
559
580
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -604,6 +625,7 @@ class OrgsClient:
604
625
  url,
605
626
  json=exclude_unset(json),
606
627
  headers=exclude_unset(headers),
628
+ stream=stream,
607
629
  response_model=OrganizationFull,
608
630
  error_models={
609
631
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -620,6 +642,7 @@ class OrgsClient:
620
642
  before: Missing[str] = UNSET,
621
643
  after: Missing[str] = UNSET,
622
644
  headers: Optional[Mapping[str, str]] = None,
645
+ stream: bool = False,
623
646
  data: OrgsOrgAttestationsBulkListPostBodyType,
624
647
  ) -> Response[
625
648
  OrgsOrgAttestationsBulkListPostResponse200,
@@ -636,6 +659,7 @@ class OrgsClient:
636
659
  after: Missing[str] = UNSET,
637
660
  data: UnsetType = UNSET,
638
661
  headers: Optional[Mapping[str, str]] = None,
662
+ stream: bool = False,
639
663
  subject_digests: list[str],
640
664
  predicate_type: Missing[str] = UNSET,
641
665
  ) -> Response[
@@ -651,6 +675,7 @@ class OrgsClient:
651
675
  before: Missing[str] = UNSET,
652
676
  after: Missing[str] = UNSET,
653
677
  headers: Optional[Mapping[str, str]] = None,
678
+ stream: bool = False,
654
679
  data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
655
680
  **kwargs,
656
681
  ) -> Response[
@@ -700,6 +725,7 @@ class OrgsClient:
700
725
  params=exclude_unset(params),
701
726
  json=exclude_unset(json),
702
727
  headers=exclude_unset(headers),
728
+ stream=stream,
703
729
  response_model=OrgsOrgAttestationsBulkListPostResponse200,
704
730
  )
705
731
 
@@ -712,6 +738,7 @@ class OrgsClient:
712
738
  before: Missing[str] = UNSET,
713
739
  after: Missing[str] = UNSET,
714
740
  headers: Optional[Mapping[str, str]] = None,
741
+ stream: bool = False,
715
742
  data: OrgsOrgAttestationsBulkListPostBodyType,
716
743
  ) -> Response[
717
744
  OrgsOrgAttestationsBulkListPostResponse200,
@@ -728,6 +755,7 @@ class OrgsClient:
728
755
  after: Missing[str] = UNSET,
729
756
  data: UnsetType = UNSET,
730
757
  headers: Optional[Mapping[str, str]] = None,
758
+ stream: bool = False,
731
759
  subject_digests: list[str],
732
760
  predicate_type: Missing[str] = UNSET,
733
761
  ) -> Response[
@@ -743,6 +771,7 @@ class OrgsClient:
743
771
  before: Missing[str] = UNSET,
744
772
  after: Missing[str] = UNSET,
745
773
  headers: Optional[Mapping[str, str]] = None,
774
+ stream: bool = False,
746
775
  data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
747
776
  **kwargs,
748
777
  ) -> Response[
@@ -792,9 +821,336 @@ class OrgsClient:
792
821
  params=exclude_unset(params),
793
822
  json=exclude_unset(json),
794
823
  headers=exclude_unset(headers),
824
+ stream=stream,
795
825
  response_model=OrgsOrgAttestationsBulkListPostResponse200,
796
826
  )
797
827
 
828
+ @overload
829
+ def delete_attestations_bulk(
830
+ self,
831
+ org: str,
832
+ *,
833
+ headers: Optional[Mapping[str, str]] = None,
834
+ stream: bool = False,
835
+ data: Union[
836
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
837
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
838
+ ],
839
+ ) -> Response: ...
840
+
841
+ @overload
842
+ def delete_attestations_bulk(
843
+ self,
844
+ org: str,
845
+ *,
846
+ data: UnsetType = UNSET,
847
+ headers: Optional[Mapping[str, str]] = None,
848
+ stream: bool = False,
849
+ subject_digests: list[str],
850
+ ) -> Response: ...
851
+
852
+ @overload
853
+ def delete_attestations_bulk(
854
+ self,
855
+ org: str,
856
+ *,
857
+ data: UnsetType = UNSET,
858
+ headers: Optional[Mapping[str, str]] = None,
859
+ stream: bool = False,
860
+ attestation_ids: list[int],
861
+ ) -> Response: ...
862
+
863
+ def delete_attestations_bulk(
864
+ self,
865
+ org: str,
866
+ *,
867
+ headers: Optional[Mapping[str, str]] = None,
868
+ stream: bool = False,
869
+ data: Missing[
870
+ Union[
871
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
872
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
873
+ ]
874
+ ] = UNSET,
875
+ **kwargs,
876
+ ) -> Response:
877
+ """orgs/delete-attestations-bulk
878
+
879
+ POST /orgs/{org}/attestations/delete-request
880
+
881
+ Delete artifact attestations in bulk by either subject digests or unique ID.
882
+
883
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk
884
+ """
885
+
886
+ from typing import Union
887
+
888
+ from ..models import (
889
+ BasicError,
890
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
891
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
892
+ )
893
+
894
+ url = f"/orgs/{org}/attestations/delete-request"
895
+
896
+ headers = {
897
+ "Content-Type": "application/json",
898
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
899
+ **(headers or {}),
900
+ }
901
+
902
+ json = kwargs if data is UNSET else data
903
+ if self._github.config.rest_api_validate_body:
904
+ json = type_validate_python(
905
+ Union[
906
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
907
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
908
+ ],
909
+ json,
910
+ )
911
+ json = model_dump(json) if isinstance(json, BaseModel) else json
912
+
913
+ return self._github.request(
914
+ "POST",
915
+ url,
916
+ json=exclude_unset(json),
917
+ headers=exclude_unset(headers),
918
+ stream=stream,
919
+ error_models={
920
+ "404": BasicError,
921
+ },
922
+ )
923
+
924
+ @overload
925
+ async def async_delete_attestations_bulk(
926
+ self,
927
+ org: str,
928
+ *,
929
+ headers: Optional[Mapping[str, str]] = None,
930
+ stream: bool = False,
931
+ data: Union[
932
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
933
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
934
+ ],
935
+ ) -> Response: ...
936
+
937
+ @overload
938
+ async def async_delete_attestations_bulk(
939
+ self,
940
+ org: str,
941
+ *,
942
+ data: UnsetType = UNSET,
943
+ headers: Optional[Mapping[str, str]] = None,
944
+ stream: bool = False,
945
+ subject_digests: list[str],
946
+ ) -> Response: ...
947
+
948
+ @overload
949
+ async def async_delete_attestations_bulk(
950
+ self,
951
+ org: str,
952
+ *,
953
+ data: UnsetType = UNSET,
954
+ headers: Optional[Mapping[str, str]] = None,
955
+ stream: bool = False,
956
+ attestation_ids: list[int],
957
+ ) -> Response: ...
958
+
959
+ async def async_delete_attestations_bulk(
960
+ self,
961
+ org: str,
962
+ *,
963
+ headers: Optional[Mapping[str, str]] = None,
964
+ stream: bool = False,
965
+ data: Missing[
966
+ Union[
967
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
968
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
969
+ ]
970
+ ] = UNSET,
971
+ **kwargs,
972
+ ) -> Response:
973
+ """orgs/delete-attestations-bulk
974
+
975
+ POST /orgs/{org}/attestations/delete-request
976
+
977
+ Delete artifact attestations in bulk by either subject digests or unique ID.
978
+
979
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk
980
+ """
981
+
982
+ from typing import Union
983
+
984
+ from ..models import (
985
+ BasicError,
986
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
987
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
988
+ )
989
+
990
+ url = f"/orgs/{org}/attestations/delete-request"
991
+
992
+ headers = {
993
+ "Content-Type": "application/json",
994
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
995
+ **(headers or {}),
996
+ }
997
+
998
+ json = kwargs if data is UNSET else data
999
+ if self._github.config.rest_api_validate_body:
1000
+ json = type_validate_python(
1001
+ Union[
1002
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1003
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1004
+ ],
1005
+ json,
1006
+ )
1007
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1008
+
1009
+ return await self._github.arequest(
1010
+ "POST",
1011
+ url,
1012
+ json=exclude_unset(json),
1013
+ headers=exclude_unset(headers),
1014
+ stream=stream,
1015
+ error_models={
1016
+ "404": BasicError,
1017
+ },
1018
+ )
1019
+
1020
+ def delete_attestations_by_subject_digest(
1021
+ self,
1022
+ org: str,
1023
+ subject_digest: str,
1024
+ *,
1025
+ headers: Optional[Mapping[str, str]] = None,
1026
+ stream: bool = False,
1027
+ ) -> Response:
1028
+ """orgs/delete-attestations-by-subject-digest
1029
+
1030
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1031
+
1032
+ Delete an artifact attestation by subject digest.
1033
+
1034
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest
1035
+ """
1036
+
1037
+ from ..models import BasicError
1038
+
1039
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1040
+
1041
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1042
+
1043
+ return self._github.request(
1044
+ "DELETE",
1045
+ url,
1046
+ headers=exclude_unset(headers),
1047
+ stream=stream,
1048
+ error_models={
1049
+ "404": BasicError,
1050
+ },
1051
+ )
1052
+
1053
+ async def async_delete_attestations_by_subject_digest(
1054
+ self,
1055
+ org: str,
1056
+ subject_digest: str,
1057
+ *,
1058
+ headers: Optional[Mapping[str, str]] = None,
1059
+ stream: bool = False,
1060
+ ) -> Response:
1061
+ """orgs/delete-attestations-by-subject-digest
1062
+
1063
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1064
+
1065
+ Delete an artifact attestation by subject digest.
1066
+
1067
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest
1068
+ """
1069
+
1070
+ from ..models import BasicError
1071
+
1072
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1073
+
1074
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1075
+
1076
+ return await self._github.arequest(
1077
+ "DELETE",
1078
+ url,
1079
+ headers=exclude_unset(headers),
1080
+ stream=stream,
1081
+ error_models={
1082
+ "404": BasicError,
1083
+ },
1084
+ )
1085
+
1086
+ def delete_attestations_by_id(
1087
+ self,
1088
+ org: str,
1089
+ attestation_id: int,
1090
+ *,
1091
+ headers: Optional[Mapping[str, str]] = None,
1092
+ stream: bool = False,
1093
+ ) -> Response:
1094
+ """orgs/delete-attestations-by-id
1095
+
1096
+ DELETE /orgs/{org}/attestations/{attestation_id}
1097
+
1098
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1099
+
1100
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id
1101
+ """
1102
+
1103
+ from ..models import BasicError
1104
+
1105
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1106
+
1107
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1108
+
1109
+ return self._github.request(
1110
+ "DELETE",
1111
+ url,
1112
+ headers=exclude_unset(headers),
1113
+ stream=stream,
1114
+ error_models={
1115
+ "403": BasicError,
1116
+ "404": BasicError,
1117
+ },
1118
+ )
1119
+
1120
+ async def async_delete_attestations_by_id(
1121
+ self,
1122
+ org: str,
1123
+ attestation_id: int,
1124
+ *,
1125
+ headers: Optional[Mapping[str, str]] = None,
1126
+ stream: bool = False,
1127
+ ) -> Response:
1128
+ """orgs/delete-attestations-by-id
1129
+
1130
+ DELETE /orgs/{org}/attestations/{attestation_id}
1131
+
1132
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1133
+
1134
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id
1135
+ """
1136
+
1137
+ from ..models import BasicError
1138
+
1139
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1140
+
1141
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1142
+
1143
+ return await self._github.arequest(
1144
+ "DELETE",
1145
+ url,
1146
+ headers=exclude_unset(headers),
1147
+ stream=stream,
1148
+ error_models={
1149
+ "403": BasicError,
1150
+ "404": BasicError,
1151
+ },
1152
+ )
1153
+
798
1154
  def list_attestations(
799
1155
  self,
800
1156
  org: str,
@@ -805,6 +1161,7 @@ class OrgsClient:
805
1161
  after: Missing[str] = UNSET,
806
1162
  predicate_type: Missing[str] = UNSET,
807
1163
  headers: Optional[Mapping[str, str]] = None,
1164
+ stream: bool = False,
808
1165
  ) -> Response[
809
1166
  OrgsOrgAttestationsSubjectDigestGetResponse200,
810
1167
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -840,6 +1197,7 @@ class OrgsClient:
840
1197
  url,
841
1198
  params=exclude_unset(params),
842
1199
  headers=exclude_unset(headers),
1200
+ stream=stream,
843
1201
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
844
1202
  )
845
1203
 
@@ -853,6 +1211,7 @@ class OrgsClient:
853
1211
  after: Missing[str] = UNSET,
854
1212
  predicate_type: Missing[str] = UNSET,
855
1213
  headers: Optional[Mapping[str, str]] = None,
1214
+ stream: bool = False,
856
1215
  ) -> Response[
857
1216
  OrgsOrgAttestationsSubjectDigestGetResponse200,
858
1217
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -888,6 +1247,7 @@ class OrgsClient:
888
1247
  url,
889
1248
  params=exclude_unset(params),
890
1249
  headers=exclude_unset(headers),
1250
+ stream=stream,
891
1251
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
892
1252
  )
893
1253
 
@@ -898,6 +1258,7 @@ class OrgsClient:
898
1258
  per_page: Missing[int] = UNSET,
899
1259
  page: Missing[int] = UNSET,
900
1260
  headers: Optional[Mapping[str, str]] = None,
1261
+ stream: bool = False,
901
1262
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
902
1263
  """orgs/list-blocked-users
903
1264
 
@@ -924,6 +1285,7 @@ class OrgsClient:
924
1285
  url,
925
1286
  params=exclude_unset(params),
926
1287
  headers=exclude_unset(headers),
1288
+ stream=stream,
927
1289
  response_model=list[SimpleUser],
928
1290
  )
929
1291
 
@@ -934,6 +1296,7 @@ class OrgsClient:
934
1296
  per_page: Missing[int] = UNSET,
935
1297
  page: Missing[int] = UNSET,
936
1298
  headers: Optional[Mapping[str, str]] = None,
1299
+ stream: bool = False,
937
1300
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
938
1301
  """orgs/list-blocked-users
939
1302
 
@@ -960,6 +1323,7 @@ class OrgsClient:
960
1323
  url,
961
1324
  params=exclude_unset(params),
962
1325
  headers=exclude_unset(headers),
1326
+ stream=stream,
963
1327
  response_model=list[SimpleUser],
964
1328
  )
965
1329
 
@@ -969,6 +1333,7 @@ class OrgsClient:
969
1333
  username: str,
970
1334
  *,
971
1335
  headers: Optional[Mapping[str, str]] = None,
1336
+ stream: bool = False,
972
1337
  ) -> Response:
973
1338
  """orgs/check-blocked-user
974
1339
 
@@ -989,6 +1354,7 @@ class OrgsClient:
989
1354
  "GET",
990
1355
  url,
991
1356
  headers=exclude_unset(headers),
1357
+ stream=stream,
992
1358
  error_models={
993
1359
  "404": BasicError,
994
1360
  },
@@ -1000,6 +1366,7 @@ class OrgsClient:
1000
1366
  username: str,
1001
1367
  *,
1002
1368
  headers: Optional[Mapping[str, str]] = None,
1369
+ stream: bool = False,
1003
1370
  ) -> Response:
1004
1371
  """orgs/check-blocked-user
1005
1372
 
@@ -1020,6 +1387,7 @@ class OrgsClient:
1020
1387
  "GET",
1021
1388
  url,
1022
1389
  headers=exclude_unset(headers),
1390
+ stream=stream,
1023
1391
  error_models={
1024
1392
  "404": BasicError,
1025
1393
  },
@@ -1031,6 +1399,7 @@ class OrgsClient:
1031
1399
  username: str,
1032
1400
  *,
1033
1401
  headers: Optional[Mapping[str, str]] = None,
1402
+ stream: bool = False,
1034
1403
  ) -> Response:
1035
1404
  """orgs/block-user
1036
1405
 
@@ -1051,6 +1420,7 @@ class OrgsClient:
1051
1420
  "PUT",
1052
1421
  url,
1053
1422
  headers=exclude_unset(headers),
1423
+ stream=stream,
1054
1424
  error_models={
1055
1425
  "422": ValidationError,
1056
1426
  },
@@ -1062,6 +1432,7 @@ class OrgsClient:
1062
1432
  username: str,
1063
1433
  *,
1064
1434
  headers: Optional[Mapping[str, str]] = None,
1435
+ stream: bool = False,
1065
1436
  ) -> Response:
1066
1437
  """orgs/block-user
1067
1438
 
@@ -1082,6 +1453,7 @@ class OrgsClient:
1082
1453
  "PUT",
1083
1454
  url,
1084
1455
  headers=exclude_unset(headers),
1456
+ stream=stream,
1085
1457
  error_models={
1086
1458
  "422": ValidationError,
1087
1459
  },
@@ -1093,6 +1465,7 @@ class OrgsClient:
1093
1465
  username: str,
1094
1466
  *,
1095
1467
  headers: Optional[Mapping[str, str]] = None,
1468
+ stream: bool = False,
1096
1469
  ) -> Response:
1097
1470
  """orgs/unblock-user
1098
1471
 
@@ -1111,6 +1484,7 @@ class OrgsClient:
1111
1484
  "DELETE",
1112
1485
  url,
1113
1486
  headers=exclude_unset(headers),
1487
+ stream=stream,
1114
1488
  )
1115
1489
 
1116
1490
  async def async_unblock_user(
@@ -1119,6 +1493,7 @@ class OrgsClient:
1119
1493
  username: str,
1120
1494
  *,
1121
1495
  headers: Optional[Mapping[str, str]] = None,
1496
+ stream: bool = False,
1122
1497
  ) -> Response:
1123
1498
  """orgs/unblock-user
1124
1499
 
@@ -1137,6 +1512,7 @@ class OrgsClient:
1137
1512
  "DELETE",
1138
1513
  url,
1139
1514
  headers=exclude_unset(headers),
1515
+ stream=stream,
1140
1516
  )
1141
1517
 
1142
1518
  def list_failed_invitations(
@@ -1146,6 +1522,7 @@ class OrgsClient:
1146
1522
  per_page: Missing[int] = UNSET,
1147
1523
  page: Missing[int] = UNSET,
1148
1524
  headers: Optional[Mapping[str, str]] = None,
1525
+ stream: bool = False,
1149
1526
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
1150
1527
  """orgs/list-failed-invitations
1151
1528
 
@@ -1172,6 +1549,7 @@ class OrgsClient:
1172
1549
  url,
1173
1550
  params=exclude_unset(params),
1174
1551
  headers=exclude_unset(headers),
1552
+ stream=stream,
1175
1553
  response_model=list[OrganizationInvitation],
1176
1554
  error_models={
1177
1555
  "404": BasicError,
@@ -1185,6 +1563,7 @@ class OrgsClient:
1185
1563
  per_page: Missing[int] = UNSET,
1186
1564
  page: Missing[int] = UNSET,
1187
1565
  headers: Optional[Mapping[str, str]] = None,
1566
+ stream: bool = False,
1188
1567
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
1189
1568
  """orgs/list-failed-invitations
1190
1569
 
@@ -1211,6 +1590,7 @@ class OrgsClient:
1211
1590
  url,
1212
1591
  params=exclude_unset(params),
1213
1592
  headers=exclude_unset(headers),
1593
+ stream=stream,
1214
1594
  response_model=list[OrganizationInvitation],
1215
1595
  error_models={
1216
1596
  "404": BasicError,
@@ -1224,6 +1604,7 @@ class OrgsClient:
1224
1604
  per_page: Missing[int] = UNSET,
1225
1605
  page: Missing[int] = UNSET,
1226
1606
  headers: Optional[Mapping[str, str]] = None,
1607
+ stream: bool = False,
1227
1608
  ) -> Response[list[OrgHook], list[OrgHookType]]:
1228
1609
  """orgs/list-webhooks
1229
1610
 
@@ -1255,6 +1636,7 @@ class OrgsClient:
1255
1636
  url,
1256
1637
  params=exclude_unset(params),
1257
1638
  headers=exclude_unset(headers),
1639
+ stream=stream,
1258
1640
  response_model=list[OrgHook],
1259
1641
  error_models={
1260
1642
  "404": BasicError,
@@ -1268,6 +1650,7 @@ class OrgsClient:
1268
1650
  per_page: Missing[int] = UNSET,
1269
1651
  page: Missing[int] = UNSET,
1270
1652
  headers: Optional[Mapping[str, str]] = None,
1653
+ stream: bool = False,
1271
1654
  ) -> Response[list[OrgHook], list[OrgHookType]]:
1272
1655
  """orgs/list-webhooks
1273
1656
 
@@ -1299,6 +1682,7 @@ class OrgsClient:
1299
1682
  url,
1300
1683
  params=exclude_unset(params),
1301
1684
  headers=exclude_unset(headers),
1685
+ stream=stream,
1302
1686
  response_model=list[OrgHook],
1303
1687
  error_models={
1304
1688
  "404": BasicError,
@@ -1311,6 +1695,7 @@ class OrgsClient:
1311
1695
  org: str,
1312
1696
  *,
1313
1697
  headers: Optional[Mapping[str, str]] = None,
1698
+ stream: bool = False,
1314
1699
  data: OrgsOrgHooksPostBodyType,
1315
1700
  ) -> Response[OrgHook, OrgHookType]: ...
1316
1701
 
@@ -1321,6 +1706,7 @@ class OrgsClient:
1321
1706
  *,
1322
1707
  data: UnsetType = UNSET,
1323
1708
  headers: Optional[Mapping[str, str]] = None,
1709
+ stream: bool = False,
1324
1710
  name: str,
1325
1711
  config: OrgsOrgHooksPostBodyPropConfigType,
1326
1712
  events: Missing[list[str]] = UNSET,
@@ -1332,6 +1718,7 @@ class OrgsClient:
1332
1718
  org: str,
1333
1719
  *,
1334
1720
  headers: Optional[Mapping[str, str]] = None,
1721
+ stream: bool = False,
1335
1722
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
1336
1723
  **kwargs,
1337
1724
  ) -> Response[OrgHook, OrgHookType]:
@@ -1369,6 +1756,7 @@ class OrgsClient:
1369
1756
  url,
1370
1757
  json=exclude_unset(json),
1371
1758
  headers=exclude_unset(headers),
1759
+ stream=stream,
1372
1760
  response_model=OrgHook,
1373
1761
  error_models={
1374
1762
  "422": ValidationError,
@@ -1382,6 +1770,7 @@ class OrgsClient:
1382
1770
  org: str,
1383
1771
  *,
1384
1772
  headers: Optional[Mapping[str, str]] = None,
1773
+ stream: bool = False,
1385
1774
  data: OrgsOrgHooksPostBodyType,
1386
1775
  ) -> Response[OrgHook, OrgHookType]: ...
1387
1776
 
@@ -1392,6 +1781,7 @@ class OrgsClient:
1392
1781
  *,
1393
1782
  data: UnsetType = UNSET,
1394
1783
  headers: Optional[Mapping[str, str]] = None,
1784
+ stream: bool = False,
1395
1785
  name: str,
1396
1786
  config: OrgsOrgHooksPostBodyPropConfigType,
1397
1787
  events: Missing[list[str]] = UNSET,
@@ -1403,6 +1793,7 @@ class OrgsClient:
1403
1793
  org: str,
1404
1794
  *,
1405
1795
  headers: Optional[Mapping[str, str]] = None,
1796
+ stream: bool = False,
1406
1797
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
1407
1798
  **kwargs,
1408
1799
  ) -> Response[OrgHook, OrgHookType]:
@@ -1440,6 +1831,7 @@ class OrgsClient:
1440
1831
  url,
1441
1832
  json=exclude_unset(json),
1442
1833
  headers=exclude_unset(headers),
1834
+ stream=stream,
1443
1835
  response_model=OrgHook,
1444
1836
  error_models={
1445
1837
  "422": ValidationError,
@@ -1453,6 +1845,7 @@ class OrgsClient:
1453
1845
  hook_id: int,
1454
1846
  *,
1455
1847
  headers: Optional[Mapping[str, str]] = None,
1848
+ stream: bool = False,
1456
1849
  ) -> Response[OrgHook, OrgHookType]:
1457
1850
  """orgs/get-webhook
1458
1851
 
@@ -1479,6 +1872,7 @@ class OrgsClient:
1479
1872
  "GET",
1480
1873
  url,
1481
1874
  headers=exclude_unset(headers),
1875
+ stream=stream,
1482
1876
  response_model=OrgHook,
1483
1877
  error_models={
1484
1878
  "404": BasicError,
@@ -1491,6 +1885,7 @@ class OrgsClient:
1491
1885
  hook_id: int,
1492
1886
  *,
1493
1887
  headers: Optional[Mapping[str, str]] = None,
1888
+ stream: bool = False,
1494
1889
  ) -> Response[OrgHook, OrgHookType]:
1495
1890
  """orgs/get-webhook
1496
1891
 
@@ -1517,6 +1912,7 @@ class OrgsClient:
1517
1912
  "GET",
1518
1913
  url,
1519
1914
  headers=exclude_unset(headers),
1915
+ stream=stream,
1520
1916
  response_model=OrgHook,
1521
1917
  error_models={
1522
1918
  "404": BasicError,
@@ -1529,6 +1925,7 @@ class OrgsClient:
1529
1925
  hook_id: int,
1530
1926
  *,
1531
1927
  headers: Optional[Mapping[str, str]] = None,
1928
+ stream: bool = False,
1532
1929
  ) -> Response:
1533
1930
  """orgs/delete-webhook
1534
1931
 
@@ -1554,6 +1951,7 @@ class OrgsClient:
1554
1951
  "DELETE",
1555
1952
  url,
1556
1953
  headers=exclude_unset(headers),
1954
+ stream=stream,
1557
1955
  error_models={
1558
1956
  "404": BasicError,
1559
1957
  },
@@ -1565,6 +1963,7 @@ class OrgsClient:
1565
1963
  hook_id: int,
1566
1964
  *,
1567
1965
  headers: Optional[Mapping[str, str]] = None,
1966
+ stream: bool = False,
1568
1967
  ) -> Response:
1569
1968
  """orgs/delete-webhook
1570
1969
 
@@ -1590,6 +1989,7 @@ class OrgsClient:
1590
1989
  "DELETE",
1591
1990
  url,
1592
1991
  headers=exclude_unset(headers),
1992
+ stream=stream,
1593
1993
  error_models={
1594
1994
  "404": BasicError,
1595
1995
  },
@@ -1602,6 +2002,7 @@ class OrgsClient:
1602
2002
  hook_id: int,
1603
2003
  *,
1604
2004
  headers: Optional[Mapping[str, str]] = None,
2005
+ stream: bool = False,
1605
2006
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1606
2007
  ) -> Response[OrgHook, OrgHookType]: ...
1607
2008
 
@@ -1613,6 +2014,7 @@ class OrgsClient:
1613
2014
  *,
1614
2015
  data: UnsetType = UNSET,
1615
2016
  headers: Optional[Mapping[str, str]] = None,
2017
+ stream: bool = False,
1616
2018
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
1617
2019
  events: Missing[list[str]] = UNSET,
1618
2020
  active: Missing[bool] = UNSET,
@@ -1625,6 +2027,7 @@ class OrgsClient:
1625
2027
  hook_id: int,
1626
2028
  *,
1627
2029
  headers: Optional[Mapping[str, str]] = None,
2030
+ stream: bool = False,
1628
2031
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1629
2032
  **kwargs,
1630
2033
  ) -> Response[OrgHook, OrgHookType]:
@@ -1671,6 +2074,7 @@ class OrgsClient:
1671
2074
  url,
1672
2075
  json=exclude_unset(json),
1673
2076
  headers=exclude_unset(headers),
2077
+ stream=stream,
1674
2078
  response_model=OrgHook,
1675
2079
  error_models={
1676
2080
  "422": ValidationError,
@@ -1685,6 +2089,7 @@ class OrgsClient:
1685
2089
  hook_id: int,
1686
2090
  *,
1687
2091
  headers: Optional[Mapping[str, str]] = None,
2092
+ stream: bool = False,
1688
2093
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1689
2094
  ) -> Response[OrgHook, OrgHookType]: ...
1690
2095
 
@@ -1696,6 +2101,7 @@ class OrgsClient:
1696
2101
  *,
1697
2102
  data: UnsetType = UNSET,
1698
2103
  headers: Optional[Mapping[str, str]] = None,
2104
+ stream: bool = False,
1699
2105
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
1700
2106
  events: Missing[list[str]] = UNSET,
1701
2107
  active: Missing[bool] = UNSET,
@@ -1708,6 +2114,7 @@ class OrgsClient:
1708
2114
  hook_id: int,
1709
2115
  *,
1710
2116
  headers: Optional[Mapping[str, str]] = None,
2117
+ stream: bool = False,
1711
2118
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1712
2119
  **kwargs,
1713
2120
  ) -> Response[OrgHook, OrgHookType]:
@@ -1754,6 +2161,7 @@ class OrgsClient:
1754
2161
  url,
1755
2162
  json=exclude_unset(json),
1756
2163
  headers=exclude_unset(headers),
2164
+ stream=stream,
1757
2165
  response_model=OrgHook,
1758
2166
  error_models={
1759
2167
  "422": ValidationError,
@@ -1767,6 +2175,7 @@ class OrgsClient:
1767
2175
  hook_id: int,
1768
2176
  *,
1769
2177
  headers: Optional[Mapping[str, str]] = None,
2178
+ stream: bool = False,
1770
2179
  ) -> Response[WebhookConfig, WebhookConfigType]:
1771
2180
  """orgs/get-webhook-config-for-org
1772
2181
 
@@ -1792,6 +2201,7 @@ class OrgsClient:
1792
2201
  "GET",
1793
2202
  url,
1794
2203
  headers=exclude_unset(headers),
2204
+ stream=stream,
1795
2205
  response_model=WebhookConfig,
1796
2206
  )
1797
2207
 
@@ -1801,6 +2211,7 @@ class OrgsClient:
1801
2211
  hook_id: int,
1802
2212
  *,
1803
2213
  headers: Optional[Mapping[str, str]] = None,
2214
+ stream: bool = False,
1804
2215
  ) -> Response[WebhookConfig, WebhookConfigType]:
1805
2216
  """orgs/get-webhook-config-for-org
1806
2217
 
@@ -1826,6 +2237,7 @@ class OrgsClient:
1826
2237
  "GET",
1827
2238
  url,
1828
2239
  headers=exclude_unset(headers),
2240
+ stream=stream,
1829
2241
  response_model=WebhookConfig,
1830
2242
  )
1831
2243
 
@@ -1836,6 +2248,7 @@ class OrgsClient:
1836
2248
  hook_id: int,
1837
2249
  *,
1838
2250
  headers: Optional[Mapping[str, str]] = None,
2251
+ stream: bool = False,
1839
2252
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1840
2253
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
1841
2254
 
@@ -1847,6 +2260,7 @@ class OrgsClient:
1847
2260
  *,
1848
2261
  data: UnsetType = UNSET,
1849
2262
  headers: Optional[Mapping[str, str]] = None,
2263
+ stream: bool = False,
1850
2264
  url: Missing[str] = UNSET,
1851
2265
  content_type: Missing[str] = UNSET,
1852
2266
  secret: Missing[str] = UNSET,
@@ -1859,6 +2273,7 @@ class OrgsClient:
1859
2273
  hook_id: int,
1860
2274
  *,
1861
2275
  headers: Optional[Mapping[str, str]] = None,
2276
+ stream: bool = False,
1862
2277
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1863
2278
  **kwargs,
1864
2279
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -1896,6 +2311,7 @@ class OrgsClient:
1896
2311
  url,
1897
2312
  json=exclude_unset(json),
1898
2313
  headers=exclude_unset(headers),
2314
+ stream=stream,
1899
2315
  response_model=WebhookConfig,
1900
2316
  )
1901
2317
 
@@ -1906,6 +2322,7 @@ class OrgsClient:
1906
2322
  hook_id: int,
1907
2323
  *,
1908
2324
  headers: Optional[Mapping[str, str]] = None,
2325
+ stream: bool = False,
1909
2326
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1910
2327
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
1911
2328
 
@@ -1917,6 +2334,7 @@ class OrgsClient:
1917
2334
  *,
1918
2335
  data: UnsetType = UNSET,
1919
2336
  headers: Optional[Mapping[str, str]] = None,
2337
+ stream: bool = False,
1920
2338
  url: Missing[str] = UNSET,
1921
2339
  content_type: Missing[str] = UNSET,
1922
2340
  secret: Missing[str] = UNSET,
@@ -1929,6 +2347,7 @@ class OrgsClient:
1929
2347
  hook_id: int,
1930
2348
  *,
1931
2349
  headers: Optional[Mapping[str, str]] = None,
2350
+ stream: bool = False,
1932
2351
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1933
2352
  **kwargs,
1934
2353
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -1966,6 +2385,7 @@ class OrgsClient:
1966
2385
  url,
1967
2386
  json=exclude_unset(json),
1968
2387
  headers=exclude_unset(headers),
2388
+ stream=stream,
1969
2389
  response_model=WebhookConfig,
1970
2390
  )
1971
2391
 
@@ -1977,6 +2397,7 @@ class OrgsClient:
1977
2397
  per_page: Missing[int] = UNSET,
1978
2398
  cursor: Missing[str] = UNSET,
1979
2399
  headers: Optional[Mapping[str, str]] = None,
2400
+ stream: bool = False,
1980
2401
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
1981
2402
  """orgs/list-webhook-deliveries
1982
2403
 
@@ -2008,6 +2429,7 @@ class OrgsClient:
2008
2429
  url,
2009
2430
  params=exclude_unset(params),
2010
2431
  headers=exclude_unset(headers),
2432
+ stream=stream,
2011
2433
  response_model=list[HookDeliveryItem],
2012
2434
  error_models={
2013
2435
  "400": BasicError,
@@ -2023,6 +2445,7 @@ class OrgsClient:
2023
2445
  per_page: Missing[int] = UNSET,
2024
2446
  cursor: Missing[str] = UNSET,
2025
2447
  headers: Optional[Mapping[str, str]] = None,
2448
+ stream: bool = False,
2026
2449
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
2027
2450
  """orgs/list-webhook-deliveries
2028
2451
 
@@ -2054,6 +2477,7 @@ class OrgsClient:
2054
2477
  url,
2055
2478
  params=exclude_unset(params),
2056
2479
  headers=exclude_unset(headers),
2480
+ stream=stream,
2057
2481
  response_model=list[HookDeliveryItem],
2058
2482
  error_models={
2059
2483
  "400": BasicError,
@@ -2068,6 +2492,7 @@ class OrgsClient:
2068
2492
  delivery_id: int,
2069
2493
  *,
2070
2494
  headers: Optional[Mapping[str, str]] = None,
2495
+ stream: bool = False,
2071
2496
  ) -> Response[HookDelivery, HookDeliveryType]:
2072
2497
  """orgs/get-webhook-delivery
2073
2498
 
@@ -2093,6 +2518,7 @@ class OrgsClient:
2093
2518
  "GET",
2094
2519
  url,
2095
2520
  headers=exclude_unset(headers),
2521
+ stream=stream,
2096
2522
  response_model=HookDelivery,
2097
2523
  error_models={
2098
2524
  "400": BasicError,
@@ -2107,6 +2533,7 @@ class OrgsClient:
2107
2533
  delivery_id: int,
2108
2534
  *,
2109
2535
  headers: Optional[Mapping[str, str]] = None,
2536
+ stream: bool = False,
2110
2537
  ) -> Response[HookDelivery, HookDeliveryType]:
2111
2538
  """orgs/get-webhook-delivery
2112
2539
 
@@ -2132,6 +2559,7 @@ class OrgsClient:
2132
2559
  "GET",
2133
2560
  url,
2134
2561
  headers=exclude_unset(headers),
2562
+ stream=stream,
2135
2563
  response_model=HookDelivery,
2136
2564
  error_models={
2137
2565
  "400": BasicError,
@@ -2146,6 +2574,7 @@ class OrgsClient:
2146
2574
  delivery_id: int,
2147
2575
  *,
2148
2576
  headers: Optional[Mapping[str, str]] = None,
2577
+ stream: bool = False,
2149
2578
  ) -> Response[
2150
2579
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
2151
2580
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -2178,6 +2607,7 @@ class OrgsClient:
2178
2607
  "POST",
2179
2608
  url,
2180
2609
  headers=exclude_unset(headers),
2610
+ stream=stream,
2181
2611
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
2182
2612
  error_models={
2183
2613
  "400": BasicError,
@@ -2192,6 +2622,7 @@ class OrgsClient:
2192
2622
  delivery_id: int,
2193
2623
  *,
2194
2624
  headers: Optional[Mapping[str, str]] = None,
2625
+ stream: bool = False,
2195
2626
  ) -> Response[
2196
2627
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
2197
2628
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -2224,6 +2655,7 @@ class OrgsClient:
2224
2655
  "POST",
2225
2656
  url,
2226
2657
  headers=exclude_unset(headers),
2658
+ stream=stream,
2227
2659
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
2228
2660
  error_models={
2229
2661
  "400": BasicError,
@@ -2237,6 +2669,7 @@ class OrgsClient:
2237
2669
  hook_id: int,
2238
2670
  *,
2239
2671
  headers: Optional[Mapping[str, str]] = None,
2672
+ stream: bool = False,
2240
2673
  ) -> Response:
2241
2674
  """orgs/ping-webhook
2242
2675
 
@@ -2263,6 +2696,7 @@ class OrgsClient:
2263
2696
  "POST",
2264
2697
  url,
2265
2698
  headers=exclude_unset(headers),
2699
+ stream=stream,
2266
2700
  error_models={
2267
2701
  "404": BasicError,
2268
2702
  },
@@ -2274,6 +2708,7 @@ class OrgsClient:
2274
2708
  hook_id: int,
2275
2709
  *,
2276
2710
  headers: Optional[Mapping[str, str]] = None,
2711
+ stream: bool = False,
2277
2712
  ) -> Response:
2278
2713
  """orgs/ping-webhook
2279
2714
 
@@ -2300,6 +2735,7 @@ class OrgsClient:
2300
2735
  "POST",
2301
2736
  url,
2302
2737
  headers=exclude_unset(headers),
2738
+ stream=stream,
2303
2739
  error_models={
2304
2740
  "404": BasicError,
2305
2741
  },
@@ -2336,6 +2772,7 @@ class OrgsClient:
2336
2772
  ] = UNSET,
2337
2773
  api_route_substring: Missing[str] = UNSET,
2338
2774
  headers: Optional[Mapping[str, str]] = None,
2775
+ stream: bool = False,
2339
2776
  ) -> Response[
2340
2777
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
2341
2778
  ]:
@@ -2369,6 +2806,7 @@ class OrgsClient:
2369
2806
  url,
2370
2807
  params=exclude_unset(params),
2371
2808
  headers=exclude_unset(headers),
2809
+ stream=stream,
2372
2810
  response_model=list[ApiInsightsRouteStatsItems],
2373
2811
  )
2374
2812
 
@@ -2403,6 +2841,7 @@ class OrgsClient:
2403
2841
  ] = UNSET,
2404
2842
  api_route_substring: Missing[str] = UNSET,
2405
2843
  headers: Optional[Mapping[str, str]] = None,
2844
+ stream: bool = False,
2406
2845
  ) -> Response[
2407
2846
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
2408
2847
  ]:
@@ -2436,6 +2875,7 @@ class OrgsClient:
2436
2875
  url,
2437
2876
  params=exclude_unset(params),
2438
2877
  headers=exclude_unset(headers),
2878
+ stream=stream,
2439
2879
  response_model=list[ApiInsightsRouteStatsItems],
2440
2880
  )
2441
2881
 
@@ -2461,6 +2901,7 @@ class OrgsClient:
2461
2901
  ] = UNSET,
2462
2902
  subject_name_substring: Missing[str] = UNSET,
2463
2903
  headers: Optional[Mapping[str, str]] = None,
2904
+ stream: bool = False,
2464
2905
  ) -> Response[
2465
2906
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
2466
2907
  ]:
@@ -2494,6 +2935,7 @@ class OrgsClient:
2494
2935
  url,
2495
2936
  params=exclude_unset(params),
2496
2937
  headers=exclude_unset(headers),
2938
+ stream=stream,
2497
2939
  response_model=list[ApiInsightsSubjectStatsItems],
2498
2940
  )
2499
2941
 
@@ -2519,6 +2961,7 @@ class OrgsClient:
2519
2961
  ] = UNSET,
2520
2962
  subject_name_substring: Missing[str] = UNSET,
2521
2963
  headers: Optional[Mapping[str, str]] = None,
2964
+ stream: bool = False,
2522
2965
  ) -> Response[
2523
2966
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
2524
2967
  ]:
@@ -2552,6 +2995,7 @@ class OrgsClient:
2552
2995
  url,
2553
2996
  params=exclude_unset(params),
2554
2997
  headers=exclude_unset(headers),
2998
+ stream=stream,
2555
2999
  response_model=list[ApiInsightsSubjectStatsItems],
2556
3000
  )
2557
3001
 
@@ -2562,6 +3006,7 @@ class OrgsClient:
2562
3006
  min_timestamp: str,
2563
3007
  max_timestamp: Missing[str] = UNSET,
2564
3008
  headers: Optional[Mapping[str, str]] = None,
3009
+ stream: bool = False,
2565
3010
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2566
3011
  """api-insights/get-summary-stats
2567
3012
 
@@ -2588,6 +3033,7 @@ class OrgsClient:
2588
3033
  url,
2589
3034
  params=exclude_unset(params),
2590
3035
  headers=exclude_unset(headers),
3036
+ stream=stream,
2591
3037
  response_model=ApiInsightsSummaryStats,
2592
3038
  )
2593
3039
 
@@ -2598,6 +3044,7 @@ class OrgsClient:
2598
3044
  min_timestamp: str,
2599
3045
  max_timestamp: Missing[str] = UNSET,
2600
3046
  headers: Optional[Mapping[str, str]] = None,
3047
+ stream: bool = False,
2601
3048
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2602
3049
  """api-insights/get-summary-stats
2603
3050
 
@@ -2624,6 +3071,7 @@ class OrgsClient:
2624
3071
  url,
2625
3072
  params=exclude_unset(params),
2626
3073
  headers=exclude_unset(headers),
3074
+ stream=stream,
2627
3075
  response_model=ApiInsightsSummaryStats,
2628
3076
  )
2629
3077
 
@@ -2635,6 +3083,7 @@ class OrgsClient:
2635
3083
  min_timestamp: str,
2636
3084
  max_timestamp: Missing[str] = UNSET,
2637
3085
  headers: Optional[Mapping[str, str]] = None,
3086
+ stream: bool = False,
2638
3087
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2639
3088
  """api-insights/get-summary-stats-by-user
2640
3089
 
@@ -2661,6 +3110,7 @@ class OrgsClient:
2661
3110
  url,
2662
3111
  params=exclude_unset(params),
2663
3112
  headers=exclude_unset(headers),
3113
+ stream=stream,
2664
3114
  response_model=ApiInsightsSummaryStats,
2665
3115
  )
2666
3116
 
@@ -2672,6 +3122,7 @@ class OrgsClient:
2672
3122
  min_timestamp: str,
2673
3123
  max_timestamp: Missing[str] = UNSET,
2674
3124
  headers: Optional[Mapping[str, str]] = None,
3125
+ stream: bool = False,
2675
3126
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2676
3127
  """api-insights/get-summary-stats-by-user
2677
3128
 
@@ -2698,6 +3149,7 @@ class OrgsClient:
2698
3149
  url,
2699
3150
  params=exclude_unset(params),
2700
3151
  headers=exclude_unset(headers),
3152
+ stream=stream,
2701
3153
  response_model=ApiInsightsSummaryStats,
2702
3154
  )
2703
3155
 
@@ -2716,6 +3168,7 @@ class OrgsClient:
2716
3168
  min_timestamp: str,
2717
3169
  max_timestamp: Missing[str] = UNSET,
2718
3170
  headers: Optional[Mapping[str, str]] = None,
3171
+ stream: bool = False,
2719
3172
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2720
3173
  """api-insights/get-summary-stats-by-actor
2721
3174
 
@@ -2742,6 +3195,7 @@ class OrgsClient:
2742
3195
  url,
2743
3196
  params=exclude_unset(params),
2744
3197
  headers=exclude_unset(headers),
3198
+ stream=stream,
2745
3199
  response_model=ApiInsightsSummaryStats,
2746
3200
  )
2747
3201
 
@@ -2760,6 +3214,7 @@ class OrgsClient:
2760
3214
  min_timestamp: str,
2761
3215
  max_timestamp: Missing[str] = UNSET,
2762
3216
  headers: Optional[Mapping[str, str]] = None,
3217
+ stream: bool = False,
2763
3218
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2764
3219
  """api-insights/get-summary-stats-by-actor
2765
3220
 
@@ -2786,6 +3241,7 @@ class OrgsClient:
2786
3241
  url,
2787
3242
  params=exclude_unset(params),
2788
3243
  headers=exclude_unset(headers),
3244
+ stream=stream,
2789
3245
  response_model=ApiInsightsSummaryStats,
2790
3246
  )
2791
3247
 
@@ -2797,6 +3253,7 @@ class OrgsClient:
2797
3253
  max_timestamp: Missing[str] = UNSET,
2798
3254
  timestamp_increment: str,
2799
3255
  headers: Optional[Mapping[str, str]] = None,
3256
+ stream: bool = False,
2800
3257
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2801
3258
  """api-insights/get-time-stats
2802
3259
 
@@ -2824,6 +3281,7 @@ class OrgsClient:
2824
3281
  url,
2825
3282
  params=exclude_unset(params),
2826
3283
  headers=exclude_unset(headers),
3284
+ stream=stream,
2827
3285
  response_model=list[ApiInsightsTimeStatsItems],
2828
3286
  )
2829
3287
 
@@ -2835,6 +3293,7 @@ class OrgsClient:
2835
3293
  max_timestamp: Missing[str] = UNSET,
2836
3294
  timestamp_increment: str,
2837
3295
  headers: Optional[Mapping[str, str]] = None,
3296
+ stream: bool = False,
2838
3297
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2839
3298
  """api-insights/get-time-stats
2840
3299
 
@@ -2862,6 +3321,7 @@ class OrgsClient:
2862
3321
  url,
2863
3322
  params=exclude_unset(params),
2864
3323
  headers=exclude_unset(headers),
3324
+ stream=stream,
2865
3325
  response_model=list[ApiInsightsTimeStatsItems],
2866
3326
  )
2867
3327
 
@@ -2874,6 +3334,7 @@ class OrgsClient:
2874
3334
  max_timestamp: Missing[str] = UNSET,
2875
3335
  timestamp_increment: str,
2876
3336
  headers: Optional[Mapping[str, str]] = None,
3337
+ stream: bool = False,
2877
3338
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2878
3339
  """api-insights/get-time-stats-by-user
2879
3340
 
@@ -2901,6 +3362,7 @@ class OrgsClient:
2901
3362
  url,
2902
3363
  params=exclude_unset(params),
2903
3364
  headers=exclude_unset(headers),
3365
+ stream=stream,
2904
3366
  response_model=list[ApiInsightsTimeStatsItems],
2905
3367
  )
2906
3368
 
@@ -2913,6 +3375,7 @@ class OrgsClient:
2913
3375
  max_timestamp: Missing[str] = UNSET,
2914
3376
  timestamp_increment: str,
2915
3377
  headers: Optional[Mapping[str, str]] = None,
3378
+ stream: bool = False,
2916
3379
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2917
3380
  """api-insights/get-time-stats-by-user
2918
3381
 
@@ -2940,6 +3403,7 @@ class OrgsClient:
2940
3403
  url,
2941
3404
  params=exclude_unset(params),
2942
3405
  headers=exclude_unset(headers),
3406
+ stream=stream,
2943
3407
  response_model=list[ApiInsightsTimeStatsItems],
2944
3408
  )
2945
3409
 
@@ -2959,6 +3423,7 @@ class OrgsClient:
2959
3423
  max_timestamp: Missing[str] = UNSET,
2960
3424
  timestamp_increment: str,
2961
3425
  headers: Optional[Mapping[str, str]] = None,
3426
+ stream: bool = False,
2962
3427
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2963
3428
  """api-insights/get-time-stats-by-actor
2964
3429
 
@@ -2986,6 +3451,7 @@ class OrgsClient:
2986
3451
  url,
2987
3452
  params=exclude_unset(params),
2988
3453
  headers=exclude_unset(headers),
3454
+ stream=stream,
2989
3455
  response_model=list[ApiInsightsTimeStatsItems],
2990
3456
  )
2991
3457
 
@@ -3005,6 +3471,7 @@ class OrgsClient:
3005
3471
  max_timestamp: Missing[str] = UNSET,
3006
3472
  timestamp_increment: str,
3007
3473
  headers: Optional[Mapping[str, str]] = None,
3474
+ stream: bool = False,
3008
3475
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
3009
3476
  """api-insights/get-time-stats-by-actor
3010
3477
 
@@ -3032,6 +3499,7 @@ class OrgsClient:
3032
3499
  url,
3033
3500
  params=exclude_unset(params),
3034
3501
  headers=exclude_unset(headers),
3502
+ stream=stream,
3035
3503
  response_model=list[ApiInsightsTimeStatsItems],
3036
3504
  )
3037
3505
 
@@ -3058,6 +3526,7 @@ class OrgsClient:
3058
3526
  ] = UNSET,
3059
3527
  actor_name_substring: Missing[str] = UNSET,
3060
3528
  headers: Optional[Mapping[str, str]] = None,
3529
+ stream: bool = False,
3061
3530
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
3062
3531
  """api-insights/get-user-stats
3063
3532
 
@@ -3089,6 +3558,7 @@ class OrgsClient:
3089
3558
  url,
3090
3559
  params=exclude_unset(params),
3091
3560
  headers=exclude_unset(headers),
3561
+ stream=stream,
3092
3562
  response_model=list[ApiInsightsUserStatsItems],
3093
3563
  )
3094
3564
 
@@ -3115,6 +3585,7 @@ class OrgsClient:
3115
3585
  ] = UNSET,
3116
3586
  actor_name_substring: Missing[str] = UNSET,
3117
3587
  headers: Optional[Mapping[str, str]] = None,
3588
+ stream: bool = False,
3118
3589
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
3119
3590
  """api-insights/get-user-stats
3120
3591
 
@@ -3146,6 +3617,7 @@ class OrgsClient:
3146
3617
  url,
3147
3618
  params=exclude_unset(params),
3148
3619
  headers=exclude_unset(headers),
3620
+ stream=stream,
3149
3621
  response_model=list[ApiInsightsUserStatsItems],
3150
3622
  )
3151
3623
 
@@ -3156,6 +3628,7 @@ class OrgsClient:
3156
3628
  per_page: Missing[int] = UNSET,
3157
3629
  page: Missing[int] = UNSET,
3158
3630
  headers: Optional[Mapping[str, str]] = None,
3631
+ stream: bool = False,
3159
3632
  ) -> Response[
3160
3633
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
3161
3634
  ]:
@@ -3189,6 +3662,7 @@ class OrgsClient:
3189
3662
  url,
3190
3663
  params=exclude_unset(params),
3191
3664
  headers=exclude_unset(headers),
3665
+ stream=stream,
3192
3666
  response_model=OrgsOrgInstallationsGetResponse200,
3193
3667
  )
3194
3668
 
@@ -3199,6 +3673,7 @@ class OrgsClient:
3199
3673
  per_page: Missing[int] = UNSET,
3200
3674
  page: Missing[int] = UNSET,
3201
3675
  headers: Optional[Mapping[str, str]] = None,
3676
+ stream: bool = False,
3202
3677
  ) -> Response[
3203
3678
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
3204
3679
  ]:
@@ -3232,6 +3707,7 @@ class OrgsClient:
3232
3707
  url,
3233
3708
  params=exclude_unset(params),
3234
3709
  headers=exclude_unset(headers),
3710
+ stream=stream,
3235
3711
  response_model=OrgsOrgInstallationsGetResponse200,
3236
3712
  )
3237
3713
 
@@ -3248,6 +3724,7 @@ class OrgsClient:
3248
3724
  ] = UNSET,
3249
3725
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
3250
3726
  headers: Optional[Mapping[str, str]] = None,
3727
+ stream: bool = False,
3251
3728
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
3252
3729
  """orgs/list-pending-invitations
3253
3730
 
@@ -3279,6 +3756,7 @@ class OrgsClient:
3279
3756
  url,
3280
3757
  params=exclude_unset(params),
3281
3758
  headers=exclude_unset(headers),
3759
+ stream=stream,
3282
3760
  response_model=list[OrganizationInvitation],
3283
3761
  error_models={
3284
3762
  "404": BasicError,
@@ -3298,6 +3776,7 @@ class OrgsClient:
3298
3776
  ] = UNSET,
3299
3777
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
3300
3778
  headers: Optional[Mapping[str, str]] = None,
3779
+ stream: bool = False,
3301
3780
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
3302
3781
  """orgs/list-pending-invitations
3303
3782
 
@@ -3329,6 +3808,7 @@ class OrgsClient:
3329
3808
  url,
3330
3809
  params=exclude_unset(params),
3331
3810
  headers=exclude_unset(headers),
3811
+ stream=stream,
3332
3812
  response_model=list[OrganizationInvitation],
3333
3813
  error_models={
3334
3814
  "404": BasicError,
@@ -3341,6 +3821,7 @@ class OrgsClient:
3341
3821
  org: str,
3342
3822
  *,
3343
3823
  headers: Optional[Mapping[str, str]] = None,
3824
+ stream: bool = False,
3344
3825
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3345
3826
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
3346
3827
 
@@ -3351,6 +3832,7 @@ class OrgsClient:
3351
3832
  *,
3352
3833
  data: UnsetType = UNSET,
3353
3834
  headers: Optional[Mapping[str, str]] = None,
3835
+ stream: bool = False,
3354
3836
  invitee_id: Missing[int] = UNSET,
3355
3837
  email: Missing[str] = UNSET,
3356
3838
  role: Missing[
@@ -3364,6 +3846,7 @@ class OrgsClient:
3364
3846
  org: str,
3365
3847
  *,
3366
3848
  headers: Optional[Mapping[str, str]] = None,
3849
+ stream: bool = False,
3367
3850
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3368
3851
  **kwargs,
3369
3852
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -3404,6 +3887,7 @@ class OrgsClient:
3404
3887
  url,
3405
3888
  json=exclude_unset(json),
3406
3889
  headers=exclude_unset(headers),
3890
+ stream=stream,
3407
3891
  response_model=OrganizationInvitation,
3408
3892
  error_models={
3409
3893
  "422": ValidationError,
@@ -3417,6 +3901,7 @@ class OrgsClient:
3417
3901
  org: str,
3418
3902
  *,
3419
3903
  headers: Optional[Mapping[str, str]] = None,
3904
+ stream: bool = False,
3420
3905
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3421
3906
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
3422
3907
 
@@ -3427,6 +3912,7 @@ class OrgsClient:
3427
3912
  *,
3428
3913
  data: UnsetType = UNSET,
3429
3914
  headers: Optional[Mapping[str, str]] = None,
3915
+ stream: bool = False,
3430
3916
  invitee_id: Missing[int] = UNSET,
3431
3917
  email: Missing[str] = UNSET,
3432
3918
  role: Missing[
@@ -3440,6 +3926,7 @@ class OrgsClient:
3440
3926
  org: str,
3441
3927
  *,
3442
3928
  headers: Optional[Mapping[str, str]] = None,
3929
+ stream: bool = False,
3443
3930
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3444
3931
  **kwargs,
3445
3932
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -3480,6 +3967,7 @@ class OrgsClient:
3480
3967
  url,
3481
3968
  json=exclude_unset(json),
3482
3969
  headers=exclude_unset(headers),
3970
+ stream=stream,
3483
3971
  response_model=OrganizationInvitation,
3484
3972
  error_models={
3485
3973
  "422": ValidationError,
@@ -3493,6 +3981,7 @@ class OrgsClient:
3493
3981
  invitation_id: int,
3494
3982
  *,
3495
3983
  headers: Optional[Mapping[str, str]] = None,
3984
+ stream: bool = False,
3496
3985
  ) -> Response:
3497
3986
  """orgs/cancel-invitation
3498
3987
 
@@ -3515,6 +4004,7 @@ class OrgsClient:
3515
4004
  "DELETE",
3516
4005
  url,
3517
4006
  headers=exclude_unset(headers),
4007
+ stream=stream,
3518
4008
  error_models={
3519
4009
  "422": ValidationError,
3520
4010
  "404": BasicError,
@@ -3527,6 +4017,7 @@ class OrgsClient:
3527
4017
  invitation_id: int,
3528
4018
  *,
3529
4019
  headers: Optional[Mapping[str, str]] = None,
4020
+ stream: bool = False,
3530
4021
  ) -> Response:
3531
4022
  """orgs/cancel-invitation
3532
4023
 
@@ -3549,6 +4040,7 @@ class OrgsClient:
3549
4040
  "DELETE",
3550
4041
  url,
3551
4042
  headers=exclude_unset(headers),
4043
+ stream=stream,
3552
4044
  error_models={
3553
4045
  "422": ValidationError,
3554
4046
  "404": BasicError,
@@ -3563,6 +4055,7 @@ class OrgsClient:
3563
4055
  per_page: Missing[int] = UNSET,
3564
4056
  page: Missing[int] = UNSET,
3565
4057
  headers: Optional[Mapping[str, str]] = None,
4058
+ stream: bool = False,
3566
4059
  ) -> Response[list[Team], list[TeamType]]:
3567
4060
  """orgs/list-invitation-teams
3568
4061
 
@@ -3589,6 +4082,7 @@ class OrgsClient:
3589
4082
  url,
3590
4083
  params=exclude_unset(params),
3591
4084
  headers=exclude_unset(headers),
4085
+ stream=stream,
3592
4086
  response_model=list[Team],
3593
4087
  error_models={
3594
4088
  "404": BasicError,
@@ -3603,6 +4097,7 @@ class OrgsClient:
3603
4097
  per_page: Missing[int] = UNSET,
3604
4098
  page: Missing[int] = UNSET,
3605
4099
  headers: Optional[Mapping[str, str]] = None,
4100
+ stream: bool = False,
3606
4101
  ) -> Response[list[Team], list[TeamType]]:
3607
4102
  """orgs/list-invitation-teams
3608
4103
 
@@ -3629,6 +4124,7 @@ class OrgsClient:
3629
4124
  url,
3630
4125
  params=exclude_unset(params),
3631
4126
  headers=exclude_unset(headers),
4127
+ stream=stream,
3632
4128
  response_model=list[Team],
3633
4129
  error_models={
3634
4130
  "404": BasicError,
@@ -3640,6 +4136,7 @@ class OrgsClient:
3640
4136
  org: str,
3641
4137
  *,
3642
4138
  headers: Optional[Mapping[str, str]] = None,
4139
+ stream: bool = False,
3643
4140
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
3644
4141
  """orgs/list-issue-types
3645
4142
 
@@ -3662,6 +4159,7 @@ class OrgsClient:
3662
4159
  "GET",
3663
4160
  url,
3664
4161
  headers=exclude_unset(headers),
4162
+ stream=stream,
3665
4163
  response_model=list[Union[IssueType, None]],
3666
4164
  error_models={
3667
4165
  "404": BasicError,
@@ -3673,6 +4171,7 @@ class OrgsClient:
3673
4171
  org: str,
3674
4172
  *,
3675
4173
  headers: Optional[Mapping[str, str]] = None,
4174
+ stream: bool = False,
3676
4175
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
3677
4176
  """orgs/list-issue-types
3678
4177
 
@@ -3695,6 +4194,7 @@ class OrgsClient:
3695
4194
  "GET",
3696
4195
  url,
3697
4196
  headers=exclude_unset(headers),
4197
+ stream=stream,
3698
4198
  response_model=list[Union[IssueType, None]],
3699
4199
  error_models={
3700
4200
  "404": BasicError,
@@ -3707,6 +4207,7 @@ class OrgsClient:
3707
4207
  org: str,
3708
4208
  *,
3709
4209
  headers: Optional[Mapping[str, str]] = None,
4210
+ stream: bool = False,
3710
4211
  data: OrganizationCreateIssueTypeType,
3711
4212
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3712
4213
 
@@ -3717,6 +4218,7 @@ class OrgsClient:
3717
4218
  *,
3718
4219
  data: UnsetType = UNSET,
3719
4220
  headers: Optional[Mapping[str, str]] = None,
4221
+ stream: bool = False,
3720
4222
  name: str,
3721
4223
  is_enabled: bool,
3722
4224
  description: Missing[Union[str, None]] = UNSET,
@@ -3735,6 +4237,7 @@ class OrgsClient:
3735
4237
  org: str,
3736
4238
  *,
3737
4239
  headers: Optional[Mapping[str, str]] = None,
4240
+ stream: bool = False,
3738
4241
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
3739
4242
  **kwargs,
3740
4243
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -3779,6 +4282,7 @@ class OrgsClient:
3779
4282
  url,
3780
4283
  json=exclude_unset(json),
3781
4284
  headers=exclude_unset(headers),
4285
+ stream=stream,
3782
4286
  response_model=Union[IssueType, None],
3783
4287
  error_models={
3784
4288
  "404": BasicError,
@@ -3792,6 +4296,7 @@ class OrgsClient:
3792
4296
  org: str,
3793
4297
  *,
3794
4298
  headers: Optional[Mapping[str, str]] = None,
4299
+ stream: bool = False,
3795
4300
  data: OrganizationCreateIssueTypeType,
3796
4301
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3797
4302
 
@@ -3802,6 +4307,7 @@ class OrgsClient:
3802
4307
  *,
3803
4308
  data: UnsetType = UNSET,
3804
4309
  headers: Optional[Mapping[str, str]] = None,
4310
+ stream: bool = False,
3805
4311
  name: str,
3806
4312
  is_enabled: bool,
3807
4313
  description: Missing[Union[str, None]] = UNSET,
@@ -3820,6 +4326,7 @@ class OrgsClient:
3820
4326
  org: str,
3821
4327
  *,
3822
4328
  headers: Optional[Mapping[str, str]] = None,
4329
+ stream: bool = False,
3823
4330
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
3824
4331
  **kwargs,
3825
4332
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -3864,6 +4371,7 @@ class OrgsClient:
3864
4371
  url,
3865
4372
  json=exclude_unset(json),
3866
4373
  headers=exclude_unset(headers),
4374
+ stream=stream,
3867
4375
  response_model=Union[IssueType, None],
3868
4376
  error_models={
3869
4377
  "404": BasicError,
@@ -3878,6 +4386,7 @@ class OrgsClient:
3878
4386
  issue_type_id: int,
3879
4387
  *,
3880
4388
  headers: Optional[Mapping[str, str]] = None,
4389
+ stream: bool = False,
3881
4390
  data: OrganizationUpdateIssueTypeType,
3882
4391
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3883
4392
 
@@ -3889,6 +4398,7 @@ class OrgsClient:
3889
4398
  *,
3890
4399
  data: UnsetType = UNSET,
3891
4400
  headers: Optional[Mapping[str, str]] = None,
4401
+ stream: bool = False,
3892
4402
  name: str,
3893
4403
  is_enabled: bool,
3894
4404
  description: Missing[Union[str, None]] = UNSET,
@@ -3908,6 +4418,7 @@ class OrgsClient:
3908
4418
  issue_type_id: int,
3909
4419
  *,
3910
4420
  headers: Optional[Mapping[str, str]] = None,
4421
+ stream: bool = False,
3911
4422
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
3912
4423
  **kwargs,
3913
4424
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -3952,6 +4463,7 @@ class OrgsClient:
3952
4463
  url,
3953
4464
  json=exclude_unset(json),
3954
4465
  headers=exclude_unset(headers),
4466
+ stream=stream,
3955
4467
  response_model=Union[IssueType, None],
3956
4468
  error_models={
3957
4469
  "404": BasicError,
@@ -3966,6 +4478,7 @@ class OrgsClient:
3966
4478
  issue_type_id: int,
3967
4479
  *,
3968
4480
  headers: Optional[Mapping[str, str]] = None,
4481
+ stream: bool = False,
3969
4482
  data: OrganizationUpdateIssueTypeType,
3970
4483
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3971
4484
 
@@ -3977,6 +4490,7 @@ class OrgsClient:
3977
4490
  *,
3978
4491
  data: UnsetType = UNSET,
3979
4492
  headers: Optional[Mapping[str, str]] = None,
4493
+ stream: bool = False,
3980
4494
  name: str,
3981
4495
  is_enabled: bool,
3982
4496
  description: Missing[Union[str, None]] = UNSET,
@@ -3996,6 +4510,7 @@ class OrgsClient:
3996
4510
  issue_type_id: int,
3997
4511
  *,
3998
4512
  headers: Optional[Mapping[str, str]] = None,
4513
+ stream: bool = False,
3999
4514
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
4000
4515
  **kwargs,
4001
4516
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -4040,6 +4555,7 @@ class OrgsClient:
4040
4555
  url,
4041
4556
  json=exclude_unset(json),
4042
4557
  headers=exclude_unset(headers),
4558
+ stream=stream,
4043
4559
  response_model=Union[IssueType, None],
4044
4560
  error_models={
4045
4561
  "404": BasicError,
@@ -4053,6 +4569,7 @@ class OrgsClient:
4053
4569
  issue_type_id: int,
4054
4570
  *,
4055
4571
  headers: Optional[Mapping[str, str]] = None,
4572
+ stream: bool = False,
4056
4573
  ) -> Response:
4057
4574
  """orgs/delete-issue-type
4058
4575
 
@@ -4078,6 +4595,7 @@ class OrgsClient:
4078
4595
  "DELETE",
4079
4596
  url,
4080
4597
  headers=exclude_unset(headers),
4598
+ stream=stream,
4081
4599
  error_models={
4082
4600
  "422": ValidationErrorSimple,
4083
4601
  "404": BasicError,
@@ -4090,6 +4608,7 @@ class OrgsClient:
4090
4608
  issue_type_id: int,
4091
4609
  *,
4092
4610
  headers: Optional[Mapping[str, str]] = None,
4611
+ stream: bool = False,
4093
4612
  ) -> Response:
4094
4613
  """orgs/delete-issue-type
4095
4614
 
@@ -4115,6 +4634,7 @@ class OrgsClient:
4115
4634
  "DELETE",
4116
4635
  url,
4117
4636
  headers=exclude_unset(headers),
4637
+ stream=stream,
4118
4638
  error_models={
4119
4639
  "422": ValidationErrorSimple,
4120
4640
  "404": BasicError,
@@ -4130,6 +4650,7 @@ class OrgsClient:
4130
4650
  per_page: Missing[int] = UNSET,
4131
4651
  page: Missing[int] = UNSET,
4132
4652
  headers: Optional[Mapping[str, str]] = None,
4653
+ stream: bool = False,
4133
4654
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
4134
4655
  """orgs/list-members
4135
4656
 
@@ -4158,6 +4679,7 @@ class OrgsClient:
4158
4679
  url,
4159
4680
  params=exclude_unset(params),
4160
4681
  headers=exclude_unset(headers),
4682
+ stream=stream,
4161
4683
  response_model=list[SimpleUser],
4162
4684
  error_models={
4163
4685
  "422": ValidationError,
@@ -4173,6 +4695,7 @@ class OrgsClient:
4173
4695
  per_page: Missing[int] = UNSET,
4174
4696
  page: Missing[int] = UNSET,
4175
4697
  headers: Optional[Mapping[str, str]] = None,
4698
+ stream: bool = False,
4176
4699
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
4177
4700
  """orgs/list-members
4178
4701
 
@@ -4201,6 +4724,7 @@ class OrgsClient:
4201
4724
  url,
4202
4725
  params=exclude_unset(params),
4203
4726
  headers=exclude_unset(headers),
4727
+ stream=stream,
4204
4728
  response_model=list[SimpleUser],
4205
4729
  error_models={
4206
4730
  "422": ValidationError,
@@ -4213,6 +4737,7 @@ class OrgsClient:
4213
4737
  username: str,
4214
4738
  *,
4215
4739
  headers: Optional[Mapping[str, str]] = None,
4740
+ stream: bool = False,
4216
4741
  ) -> Response:
4217
4742
  """orgs/check-membership-for-user
4218
4743
 
@@ -4231,6 +4756,7 @@ class OrgsClient:
4231
4756
  "GET",
4232
4757
  url,
4233
4758
  headers=exclude_unset(headers),
4759
+ stream=stream,
4234
4760
  error_models={},
4235
4761
  )
4236
4762
 
@@ -4240,6 +4766,7 @@ class OrgsClient:
4240
4766
  username: str,
4241
4767
  *,
4242
4768
  headers: Optional[Mapping[str, str]] = None,
4769
+ stream: bool = False,
4243
4770
  ) -> Response:
4244
4771
  """orgs/check-membership-for-user
4245
4772
 
@@ -4258,6 +4785,7 @@ class OrgsClient:
4258
4785
  "GET",
4259
4786
  url,
4260
4787
  headers=exclude_unset(headers),
4788
+ stream=stream,
4261
4789
  error_models={},
4262
4790
  )
4263
4791
 
@@ -4267,6 +4795,7 @@ class OrgsClient:
4267
4795
  username: str,
4268
4796
  *,
4269
4797
  headers: Optional[Mapping[str, str]] = None,
4798
+ stream: bool = False,
4270
4799
  ) -> Response:
4271
4800
  """orgs/remove-member
4272
4801
 
@@ -4274,6 +4803,9 @@ class OrgsClient:
4274
4803
 
4275
4804
  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.
4276
4805
 
4806
+ > [!NOTE]
4807
+ > 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.
4808
+
4277
4809
  See also: https://docs.github.com/rest/orgs/members#remove-an-organization-member
4278
4810
  """
4279
4811
 
@@ -4287,6 +4819,7 @@ class OrgsClient:
4287
4819
  "DELETE",
4288
4820
  url,
4289
4821
  headers=exclude_unset(headers),
4822
+ stream=stream,
4290
4823
  error_models={
4291
4824
  "403": BasicError,
4292
4825
  },
@@ -4298,6 +4831,7 @@ class OrgsClient:
4298
4831
  username: str,
4299
4832
  *,
4300
4833
  headers: Optional[Mapping[str, str]] = None,
4834
+ stream: bool = False,
4301
4835
  ) -> Response:
4302
4836
  """orgs/remove-member
4303
4837
 
@@ -4305,6 +4839,9 @@ class OrgsClient:
4305
4839
 
4306
4840
  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.
4307
4841
 
4842
+ > [!NOTE]
4843
+ > 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.
4844
+
4308
4845
  See also: https://docs.github.com/rest/orgs/members#remove-an-organization-member
4309
4846
  """
4310
4847
 
@@ -4318,6 +4855,7 @@ class OrgsClient:
4318
4855
  "DELETE",
4319
4856
  url,
4320
4857
  headers=exclude_unset(headers),
4858
+ stream=stream,
4321
4859
  error_models={
4322
4860
  "403": BasicError,
4323
4861
  },
@@ -4329,6 +4867,7 @@ class OrgsClient:
4329
4867
  username: str,
4330
4868
  *,
4331
4869
  headers: Optional[Mapping[str, str]] = None,
4870
+ stream: bool = False,
4332
4871
  ) -> Response[OrgMembership, OrgMembershipType]:
4333
4872
  """orgs/get-membership-for-user
4334
4873
 
@@ -4349,6 +4888,7 @@ class OrgsClient:
4349
4888
  "GET",
4350
4889
  url,
4351
4890
  headers=exclude_unset(headers),
4891
+ stream=stream,
4352
4892
  response_model=OrgMembership,
4353
4893
  error_models={
4354
4894
  "404": BasicError,
@@ -4362,6 +4902,7 @@ class OrgsClient:
4362
4902
  username: str,
4363
4903
  *,
4364
4904
  headers: Optional[Mapping[str, str]] = None,
4905
+ stream: bool = False,
4365
4906
  ) -> Response[OrgMembership, OrgMembershipType]:
4366
4907
  """orgs/get-membership-for-user
4367
4908
 
@@ -4382,6 +4923,7 @@ class OrgsClient:
4382
4923
  "GET",
4383
4924
  url,
4384
4925
  headers=exclude_unset(headers),
4926
+ stream=stream,
4385
4927
  response_model=OrgMembership,
4386
4928
  error_models={
4387
4929
  "404": BasicError,
@@ -4396,6 +4938,7 @@ class OrgsClient:
4396
4938
  username: str,
4397
4939
  *,
4398
4940
  headers: Optional[Mapping[str, str]] = None,
4941
+ stream: bool = False,
4399
4942
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4400
4943
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4401
4944
 
@@ -4407,6 +4950,7 @@ class OrgsClient:
4407
4950
  *,
4408
4951
  data: UnsetType = UNSET,
4409
4952
  headers: Optional[Mapping[str, str]] = None,
4953
+ stream: bool = False,
4410
4954
  role: Missing[Literal["admin", "member"]] = UNSET,
4411
4955
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4412
4956
 
@@ -4416,6 +4960,7 @@ class OrgsClient:
4416
4960
  username: str,
4417
4961
  *,
4418
4962
  headers: Optional[Mapping[str, str]] = None,
4963
+ stream: bool = False,
4419
4964
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4420
4965
  **kwargs,
4421
4966
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -4461,6 +5006,7 @@ class OrgsClient:
4461
5006
  url,
4462
5007
  json=exclude_unset(json),
4463
5008
  headers=exclude_unset(headers),
5009
+ stream=stream,
4464
5010
  response_model=OrgMembership,
4465
5011
  error_models={
4466
5012
  "422": ValidationError,
@@ -4475,6 +5021,7 @@ class OrgsClient:
4475
5021
  username: str,
4476
5022
  *,
4477
5023
  headers: Optional[Mapping[str, str]] = None,
5024
+ stream: bool = False,
4478
5025
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4479
5026
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4480
5027
 
@@ -4486,6 +5033,7 @@ class OrgsClient:
4486
5033
  *,
4487
5034
  data: UnsetType = UNSET,
4488
5035
  headers: Optional[Mapping[str, str]] = None,
5036
+ stream: bool = False,
4489
5037
  role: Missing[Literal["admin", "member"]] = UNSET,
4490
5038
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4491
5039
 
@@ -4495,6 +5043,7 @@ class OrgsClient:
4495
5043
  username: str,
4496
5044
  *,
4497
5045
  headers: Optional[Mapping[str, str]] = None,
5046
+ stream: bool = False,
4498
5047
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4499
5048
  **kwargs,
4500
5049
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -4540,6 +5089,7 @@ class OrgsClient:
4540
5089
  url,
4541
5090
  json=exclude_unset(json),
4542
5091
  headers=exclude_unset(headers),
5092
+ stream=stream,
4543
5093
  response_model=OrgMembership,
4544
5094
  error_models={
4545
5095
  "422": ValidationError,
@@ -4553,6 +5103,7 @@ class OrgsClient:
4553
5103
  username: str,
4554
5104
  *,
4555
5105
  headers: Optional[Mapping[str, str]] = None,
5106
+ stream: bool = False,
4556
5107
  ) -> Response:
4557
5108
  """orgs/remove-membership-for-user
4558
5109
 
@@ -4562,6 +5113,9 @@ class OrgsClient:
4562
5113
 
4563
5114
  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.
4564
5115
 
5116
+ > [!NOTE]
5117
+ > 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.
5118
+
4565
5119
  See also: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user
4566
5120
  """
4567
5121
 
@@ -4575,6 +5129,7 @@ class OrgsClient:
4575
5129
  "DELETE",
4576
5130
  url,
4577
5131
  headers=exclude_unset(headers),
5132
+ stream=stream,
4578
5133
  error_models={
4579
5134
  "403": BasicError,
4580
5135
  "404": BasicError,
@@ -4587,6 +5142,7 @@ class OrgsClient:
4587
5142
  username: str,
4588
5143
  *,
4589
5144
  headers: Optional[Mapping[str, str]] = None,
5145
+ stream: bool = False,
4590
5146
  ) -> Response:
4591
5147
  """orgs/remove-membership-for-user
4592
5148
 
@@ -4596,6 +5152,9 @@ class OrgsClient:
4596
5152
 
4597
5153
  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.
4598
5154
 
5155
+ > [!NOTE]
5156
+ > 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.
5157
+
4599
5158
  See also: https://docs.github.com/rest/orgs/members#remove-organization-membership-for-a-user
4600
5159
  """
4601
5160
 
@@ -4609,6 +5168,7 @@ class OrgsClient:
4609
5168
  "DELETE",
4610
5169
  url,
4611
5170
  headers=exclude_unset(headers),
5171
+ stream=stream,
4612
5172
  error_models={
4613
5173
  "403": BasicError,
4614
5174
  "404": BasicError,
@@ -4620,6 +5180,7 @@ class OrgsClient:
4620
5180
  org: str,
4621
5181
  *,
4622
5182
  headers: Optional[Mapping[str, str]] = None,
5183
+ stream: bool = False,
4623
5184
  ) -> Response[
4624
5185
  OrgsOrgOrganizationRolesGetResponse200,
4625
5186
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -4654,6 +5215,7 @@ class OrgsClient:
4654
5215
  "GET",
4655
5216
  url,
4656
5217
  headers=exclude_unset(headers),
5218
+ stream=stream,
4657
5219
  response_model=OrgsOrgOrganizationRolesGetResponse200,
4658
5220
  error_models={
4659
5221
  "404": BasicError,
@@ -4666,6 +5228,7 @@ class OrgsClient:
4666
5228
  org: str,
4667
5229
  *,
4668
5230
  headers: Optional[Mapping[str, str]] = None,
5231
+ stream: bool = False,
4669
5232
  ) -> Response[
4670
5233
  OrgsOrgOrganizationRolesGetResponse200,
4671
5234
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -4700,6 +5263,7 @@ class OrgsClient:
4700
5263
  "GET",
4701
5264
  url,
4702
5265
  headers=exclude_unset(headers),
5266
+ stream=stream,
4703
5267
  response_model=OrgsOrgOrganizationRolesGetResponse200,
4704
5268
  error_models={
4705
5269
  "404": BasicError,
@@ -4713,6 +5277,7 @@ class OrgsClient:
4713
5277
  team_slug: str,
4714
5278
  *,
4715
5279
  headers: Optional[Mapping[str, str]] = None,
5280
+ stream: bool = False,
4716
5281
  ) -> Response:
4717
5282
  """orgs/revoke-all-org-roles-team
4718
5283
 
@@ -4735,6 +5300,7 @@ class OrgsClient:
4735
5300
  "DELETE",
4736
5301
  url,
4737
5302
  headers=exclude_unset(headers),
5303
+ stream=stream,
4738
5304
  )
4739
5305
 
4740
5306
  async def async_revoke_all_org_roles_team(
@@ -4743,6 +5309,7 @@ class OrgsClient:
4743
5309
  team_slug: str,
4744
5310
  *,
4745
5311
  headers: Optional[Mapping[str, str]] = None,
5312
+ stream: bool = False,
4746
5313
  ) -> Response:
4747
5314
  """orgs/revoke-all-org-roles-team
4748
5315
 
@@ -4765,6 +5332,7 @@ class OrgsClient:
4765
5332
  "DELETE",
4766
5333
  url,
4767
5334
  headers=exclude_unset(headers),
5335
+ stream=stream,
4768
5336
  )
4769
5337
 
4770
5338
  def assign_team_to_org_role(
@@ -4774,6 +5342,7 @@ class OrgsClient:
4774
5342
  role_id: int,
4775
5343
  *,
4776
5344
  headers: Optional[Mapping[str, str]] = None,
5345
+ stream: bool = False,
4777
5346
  ) -> Response:
4778
5347
  """orgs/assign-team-to-org-role
4779
5348
 
@@ -4796,6 +5365,7 @@ class OrgsClient:
4796
5365
  "PUT",
4797
5366
  url,
4798
5367
  headers=exclude_unset(headers),
5368
+ stream=stream,
4799
5369
  error_models={},
4800
5370
  )
4801
5371
 
@@ -4806,6 +5376,7 @@ class OrgsClient:
4806
5376
  role_id: int,
4807
5377
  *,
4808
5378
  headers: Optional[Mapping[str, str]] = None,
5379
+ stream: bool = False,
4809
5380
  ) -> Response:
4810
5381
  """orgs/assign-team-to-org-role
4811
5382
 
@@ -4828,6 +5399,7 @@ class OrgsClient:
4828
5399
  "PUT",
4829
5400
  url,
4830
5401
  headers=exclude_unset(headers),
5402
+ stream=stream,
4831
5403
  error_models={},
4832
5404
  )
4833
5405
 
@@ -4838,6 +5410,7 @@ class OrgsClient:
4838
5410
  role_id: int,
4839
5411
  *,
4840
5412
  headers: Optional[Mapping[str, str]] = None,
5413
+ stream: bool = False,
4841
5414
  ) -> Response:
4842
5415
  """orgs/revoke-org-role-team
4843
5416
 
@@ -4860,6 +5433,7 @@ class OrgsClient:
4860
5433
  "DELETE",
4861
5434
  url,
4862
5435
  headers=exclude_unset(headers),
5436
+ stream=stream,
4863
5437
  )
4864
5438
 
4865
5439
  async def async_revoke_org_role_team(
@@ -4869,6 +5443,7 @@ class OrgsClient:
4869
5443
  role_id: int,
4870
5444
  *,
4871
5445
  headers: Optional[Mapping[str, str]] = None,
5446
+ stream: bool = False,
4872
5447
  ) -> Response:
4873
5448
  """orgs/revoke-org-role-team
4874
5449
 
@@ -4891,6 +5466,7 @@ class OrgsClient:
4891
5466
  "DELETE",
4892
5467
  url,
4893
5468
  headers=exclude_unset(headers),
5469
+ stream=stream,
4894
5470
  )
4895
5471
 
4896
5472
  def revoke_all_org_roles_user(
@@ -4899,6 +5475,7 @@ class OrgsClient:
4899
5475
  username: str,
4900
5476
  *,
4901
5477
  headers: Optional[Mapping[str, str]] = None,
5478
+ stream: bool = False,
4902
5479
  ) -> Response:
4903
5480
  """orgs/revoke-all-org-roles-user
4904
5481
 
@@ -4921,6 +5498,7 @@ class OrgsClient:
4921
5498
  "DELETE",
4922
5499
  url,
4923
5500
  headers=exclude_unset(headers),
5501
+ stream=stream,
4924
5502
  )
4925
5503
 
4926
5504
  async def async_revoke_all_org_roles_user(
@@ -4929,6 +5507,7 @@ class OrgsClient:
4929
5507
  username: str,
4930
5508
  *,
4931
5509
  headers: Optional[Mapping[str, str]] = None,
5510
+ stream: bool = False,
4932
5511
  ) -> Response:
4933
5512
  """orgs/revoke-all-org-roles-user
4934
5513
 
@@ -4951,6 +5530,7 @@ class OrgsClient:
4951
5530
  "DELETE",
4952
5531
  url,
4953
5532
  headers=exclude_unset(headers),
5533
+ stream=stream,
4954
5534
  )
4955
5535
 
4956
5536
  def assign_user_to_org_role(
@@ -4960,6 +5540,7 @@ class OrgsClient:
4960
5540
  role_id: int,
4961
5541
  *,
4962
5542
  headers: Optional[Mapping[str, str]] = None,
5543
+ stream: bool = False,
4963
5544
  ) -> Response:
4964
5545
  """orgs/assign-user-to-org-role
4965
5546
 
@@ -4982,6 +5563,7 @@ class OrgsClient:
4982
5563
  "PUT",
4983
5564
  url,
4984
5565
  headers=exclude_unset(headers),
5566
+ stream=stream,
4985
5567
  error_models={},
4986
5568
  )
4987
5569
 
@@ -4992,6 +5574,7 @@ class OrgsClient:
4992
5574
  role_id: int,
4993
5575
  *,
4994
5576
  headers: Optional[Mapping[str, str]] = None,
5577
+ stream: bool = False,
4995
5578
  ) -> Response:
4996
5579
  """orgs/assign-user-to-org-role
4997
5580
 
@@ -5014,6 +5597,7 @@ class OrgsClient:
5014
5597
  "PUT",
5015
5598
  url,
5016
5599
  headers=exclude_unset(headers),
5600
+ stream=stream,
5017
5601
  error_models={},
5018
5602
  )
5019
5603
 
@@ -5024,6 +5608,7 @@ class OrgsClient:
5024
5608
  role_id: int,
5025
5609
  *,
5026
5610
  headers: Optional[Mapping[str, str]] = None,
5611
+ stream: bool = False,
5027
5612
  ) -> Response:
5028
5613
  """orgs/revoke-org-role-user
5029
5614
 
@@ -5046,6 +5631,7 @@ class OrgsClient:
5046
5631
  "DELETE",
5047
5632
  url,
5048
5633
  headers=exclude_unset(headers),
5634
+ stream=stream,
5049
5635
  )
5050
5636
 
5051
5637
  async def async_revoke_org_role_user(
@@ -5055,6 +5641,7 @@ class OrgsClient:
5055
5641
  role_id: int,
5056
5642
  *,
5057
5643
  headers: Optional[Mapping[str, str]] = None,
5644
+ stream: bool = False,
5058
5645
  ) -> Response:
5059
5646
  """orgs/revoke-org-role-user
5060
5647
 
@@ -5077,6 +5664,7 @@ class OrgsClient:
5077
5664
  "DELETE",
5078
5665
  url,
5079
5666
  headers=exclude_unset(headers),
5667
+ stream=stream,
5080
5668
  )
5081
5669
 
5082
5670
  def get_org_role(
@@ -5085,6 +5673,7 @@ class OrgsClient:
5085
5673
  role_id: int,
5086
5674
  *,
5087
5675
  headers: Optional[Mapping[str, str]] = None,
5676
+ stream: bool = False,
5088
5677
  ) -> Response[OrganizationRole, OrganizationRoleType]:
5089
5678
  """orgs/get-org-role
5090
5679
 
@@ -5112,6 +5701,7 @@ class OrgsClient:
5112
5701
  "GET",
5113
5702
  url,
5114
5703
  headers=exclude_unset(headers),
5704
+ stream=stream,
5115
5705
  response_model=OrganizationRole,
5116
5706
  error_models={
5117
5707
  "404": BasicError,
@@ -5125,6 +5715,7 @@ class OrgsClient:
5125
5715
  role_id: int,
5126
5716
  *,
5127
5717
  headers: Optional[Mapping[str, str]] = None,
5718
+ stream: bool = False,
5128
5719
  ) -> Response[OrganizationRole, OrganizationRoleType]:
5129
5720
  """orgs/get-org-role
5130
5721
 
@@ -5152,6 +5743,7 @@ class OrgsClient:
5152
5743
  "GET",
5153
5744
  url,
5154
5745
  headers=exclude_unset(headers),
5746
+ stream=stream,
5155
5747
  response_model=OrganizationRole,
5156
5748
  error_models={
5157
5749
  "404": BasicError,
@@ -5167,6 +5759,7 @@ class OrgsClient:
5167
5759
  per_page: Missing[int] = UNSET,
5168
5760
  page: Missing[int] = UNSET,
5169
5761
  headers: Optional[Mapping[str, str]] = None,
5762
+ stream: bool = False,
5170
5763
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
5171
5764
  """orgs/list-org-role-teams
5172
5765
 
@@ -5197,6 +5790,7 @@ class OrgsClient:
5197
5790
  url,
5198
5791
  params=exclude_unset(params),
5199
5792
  headers=exclude_unset(headers),
5793
+ stream=stream,
5200
5794
  response_model=list[TeamRoleAssignment],
5201
5795
  error_models={},
5202
5796
  )
@@ -5209,6 +5803,7 @@ class OrgsClient:
5209
5803
  per_page: Missing[int] = UNSET,
5210
5804
  page: Missing[int] = UNSET,
5211
5805
  headers: Optional[Mapping[str, str]] = None,
5806
+ stream: bool = False,
5212
5807
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
5213
5808
  """orgs/list-org-role-teams
5214
5809
 
@@ -5239,6 +5834,7 @@ class OrgsClient:
5239
5834
  url,
5240
5835
  params=exclude_unset(params),
5241
5836
  headers=exclude_unset(headers),
5837
+ stream=stream,
5242
5838
  response_model=list[TeamRoleAssignment],
5243
5839
  error_models={},
5244
5840
  )
@@ -5251,6 +5847,7 @@ class OrgsClient:
5251
5847
  per_page: Missing[int] = UNSET,
5252
5848
  page: Missing[int] = UNSET,
5253
5849
  headers: Optional[Mapping[str, str]] = None,
5850
+ stream: bool = False,
5254
5851
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
5255
5852
  """orgs/list-org-role-users
5256
5853
 
@@ -5281,6 +5878,7 @@ class OrgsClient:
5281
5878
  url,
5282
5879
  params=exclude_unset(params),
5283
5880
  headers=exclude_unset(headers),
5881
+ stream=stream,
5284
5882
  response_model=list[UserRoleAssignment],
5285
5883
  error_models={},
5286
5884
  )
@@ -5293,6 +5891,7 @@ class OrgsClient:
5293
5891
  per_page: Missing[int] = UNSET,
5294
5892
  page: Missing[int] = UNSET,
5295
5893
  headers: Optional[Mapping[str, str]] = None,
5894
+ stream: bool = False,
5296
5895
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
5297
5896
  """orgs/list-org-role-users
5298
5897
 
@@ -5323,6 +5922,7 @@ class OrgsClient:
5323
5922
  url,
5324
5923
  params=exclude_unset(params),
5325
5924
  headers=exclude_unset(headers),
5925
+ stream=stream,
5326
5926
  response_model=list[UserRoleAssignment],
5327
5927
  error_models={},
5328
5928
  )
@@ -5335,6 +5935,7 @@ class OrgsClient:
5335
5935
  per_page: Missing[int] = UNSET,
5336
5936
  page: Missing[int] = UNSET,
5337
5937
  headers: Optional[Mapping[str, str]] = None,
5938
+ stream: bool = False,
5338
5939
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5339
5940
  """orgs/list-outside-collaborators
5340
5941
 
@@ -5362,6 +5963,7 @@ class OrgsClient:
5362
5963
  url,
5363
5964
  params=exclude_unset(params),
5364
5965
  headers=exclude_unset(headers),
5966
+ stream=stream,
5365
5967
  response_model=list[SimpleUser],
5366
5968
  )
5367
5969
 
@@ -5373,6 +5975,7 @@ class OrgsClient:
5373
5975
  per_page: Missing[int] = UNSET,
5374
5976
  page: Missing[int] = UNSET,
5375
5977
  headers: Optional[Mapping[str, str]] = None,
5978
+ stream: bool = False,
5376
5979
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5377
5980
  """orgs/list-outside-collaborators
5378
5981
 
@@ -5400,6 +6003,7 @@ class OrgsClient:
5400
6003
  url,
5401
6004
  params=exclude_unset(params),
5402
6005
  headers=exclude_unset(headers),
6006
+ stream=stream,
5403
6007
  response_model=list[SimpleUser],
5404
6008
  )
5405
6009
 
@@ -5410,6 +6014,7 @@ class OrgsClient:
5410
6014
  username: str,
5411
6015
  *,
5412
6016
  headers: Optional[Mapping[str, str]] = None,
6017
+ stream: bool = False,
5413
6018
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5414
6019
  ) -> Response[
5415
6020
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5424,6 +6029,7 @@ class OrgsClient:
5424
6029
  *,
5425
6030
  data: UnsetType = UNSET,
5426
6031
  headers: Optional[Mapping[str, str]] = None,
6032
+ stream: bool = False,
5427
6033
  async_: Missing[bool] = UNSET,
5428
6034
  ) -> Response[
5429
6035
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5436,6 +6042,7 @@ class OrgsClient:
5436
6042
  username: str,
5437
6043
  *,
5438
6044
  headers: Optional[Mapping[str, str]] = None,
6045
+ stream: bool = False,
5439
6046
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5440
6047
  **kwargs,
5441
6048
  ) -> Response[
@@ -5477,6 +6084,7 @@ class OrgsClient:
5477
6084
  url,
5478
6085
  json=exclude_unset(json),
5479
6086
  headers=exclude_unset(headers),
6087
+ stream=stream,
5480
6088
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
5481
6089
  error_models={
5482
6090
  "404": BasicError,
@@ -5490,6 +6098,7 @@ class OrgsClient:
5490
6098
  username: str,
5491
6099
  *,
5492
6100
  headers: Optional[Mapping[str, str]] = None,
6101
+ stream: bool = False,
5493
6102
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5494
6103
  ) -> Response[
5495
6104
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5504,6 +6113,7 @@ class OrgsClient:
5504
6113
  *,
5505
6114
  data: UnsetType = UNSET,
5506
6115
  headers: Optional[Mapping[str, str]] = None,
6116
+ stream: bool = False,
5507
6117
  async_: Missing[bool] = UNSET,
5508
6118
  ) -> Response[
5509
6119
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5516,6 +6126,7 @@ class OrgsClient:
5516
6126
  username: str,
5517
6127
  *,
5518
6128
  headers: Optional[Mapping[str, str]] = None,
6129
+ stream: bool = False,
5519
6130
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5520
6131
  **kwargs,
5521
6132
  ) -> Response[
@@ -5557,6 +6168,7 @@ class OrgsClient:
5557
6168
  url,
5558
6169
  json=exclude_unset(json),
5559
6170
  headers=exclude_unset(headers),
6171
+ stream=stream,
5560
6172
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
5561
6173
  error_models={
5562
6174
  "404": BasicError,
@@ -5569,6 +6181,7 @@ class OrgsClient:
5569
6181
  username: str,
5570
6182
  *,
5571
6183
  headers: Optional[Mapping[str, str]] = None,
6184
+ stream: bool = False,
5572
6185
  ) -> Response:
5573
6186
  """orgs/remove-outside-collaborator
5574
6187
 
@@ -5589,6 +6202,7 @@ class OrgsClient:
5589
6202
  "DELETE",
5590
6203
  url,
5591
6204
  headers=exclude_unset(headers),
6205
+ stream=stream,
5592
6206
  error_models={
5593
6207
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
5594
6208
  },
@@ -5600,6 +6214,7 @@ class OrgsClient:
5600
6214
  username: str,
5601
6215
  *,
5602
6216
  headers: Optional[Mapping[str, str]] = None,
6217
+ stream: bool = False,
5603
6218
  ) -> Response:
5604
6219
  """orgs/remove-outside-collaborator
5605
6220
 
@@ -5620,6 +6235,7 @@ class OrgsClient:
5620
6235
  "DELETE",
5621
6236
  url,
5622
6237
  headers=exclude_unset(headers),
6238
+ stream=stream,
5623
6239
  error_models={
5624
6240
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
5625
6241
  },
@@ -5640,6 +6256,7 @@ class OrgsClient:
5640
6256
  last_used_after: Missing[datetime] = UNSET,
5641
6257
  token_id: Missing[list[str]] = UNSET,
5642
6258
  headers: Optional[Mapping[str, str]] = None,
6259
+ stream: bool = False,
5643
6260
  ) -> Response[
5644
6261
  list[OrganizationProgrammaticAccessGrantRequest],
5645
6262
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -5683,6 +6300,7 @@ class OrgsClient:
5683
6300
  url,
5684
6301
  params=exclude_unset(params),
5685
6302
  headers=exclude_unset(headers),
6303
+ stream=stream,
5686
6304
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
5687
6305
  error_models={
5688
6306
  "500": BasicError,
@@ -5707,6 +6325,7 @@ class OrgsClient:
5707
6325
  last_used_after: Missing[datetime] = UNSET,
5708
6326
  token_id: Missing[list[str]] = UNSET,
5709
6327
  headers: Optional[Mapping[str, str]] = None,
6328
+ stream: bool = False,
5710
6329
  ) -> Response[
5711
6330
  list[OrganizationProgrammaticAccessGrantRequest],
5712
6331
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -5750,6 +6369,7 @@ class OrgsClient:
5750
6369
  url,
5751
6370
  params=exclude_unset(params),
5752
6371
  headers=exclude_unset(headers),
6372
+ stream=stream,
5753
6373
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
5754
6374
  error_models={
5755
6375
  "500": BasicError,
@@ -5765,6 +6385,7 @@ class OrgsClient:
5765
6385
  org: str,
5766
6386
  *,
5767
6387
  headers: Optional[Mapping[str, str]] = None,
6388
+ stream: bool = False,
5768
6389
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
5769
6390
  ) -> Response[
5770
6391
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -5778,6 +6399,7 @@ class OrgsClient:
5778
6399
  *,
5779
6400
  data: UnsetType = UNSET,
5780
6401
  headers: Optional[Mapping[str, str]] = None,
6402
+ stream: bool = False,
5781
6403
  pat_request_ids: Missing[list[int]] = UNSET,
5782
6404
  action: Literal["approve", "deny"],
5783
6405
  reason: Missing[Union[str, None]] = UNSET,
@@ -5791,6 +6413,7 @@ class OrgsClient:
5791
6413
  org: str,
5792
6414
  *,
5793
6415
  headers: Optional[Mapping[str, str]] = None,
6416
+ stream: bool = False,
5794
6417
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
5795
6418
  **kwargs,
5796
6419
  ) -> Response[
@@ -5835,6 +6458,7 @@ class OrgsClient:
5835
6458
  url,
5836
6459
  json=exclude_unset(json),
5837
6460
  headers=exclude_unset(headers),
6461
+ stream=stream,
5838
6462
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
5839
6463
  error_models={
5840
6464
  "500": BasicError,
@@ -5850,6 +6474,7 @@ class OrgsClient:
5850
6474
  org: str,
5851
6475
  *,
5852
6476
  headers: Optional[Mapping[str, str]] = None,
6477
+ stream: bool = False,
5853
6478
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
5854
6479
  ) -> Response[
5855
6480
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -5863,6 +6488,7 @@ class OrgsClient:
5863
6488
  *,
5864
6489
  data: UnsetType = UNSET,
5865
6490
  headers: Optional[Mapping[str, str]] = None,
6491
+ stream: bool = False,
5866
6492
  pat_request_ids: Missing[list[int]] = UNSET,
5867
6493
  action: Literal["approve", "deny"],
5868
6494
  reason: Missing[Union[str, None]] = UNSET,
@@ -5876,6 +6502,7 @@ class OrgsClient:
5876
6502
  org: str,
5877
6503
  *,
5878
6504
  headers: Optional[Mapping[str, str]] = None,
6505
+ stream: bool = False,
5879
6506
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
5880
6507
  **kwargs,
5881
6508
  ) -> Response[
@@ -5920,6 +6547,7 @@ class OrgsClient:
5920
6547
  url,
5921
6548
  json=exclude_unset(json),
5922
6549
  headers=exclude_unset(headers),
6550
+ stream=stream,
5923
6551
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
5924
6552
  error_models={
5925
6553
  "500": BasicError,
@@ -5936,6 +6564,7 @@ class OrgsClient:
5936
6564
  pat_request_id: int,
5937
6565
  *,
5938
6566
  headers: Optional[Mapping[str, str]] = None,
6567
+ stream: bool = False,
5939
6568
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
5940
6569
  ) -> Response: ...
5941
6570
 
@@ -5947,6 +6576,7 @@ class OrgsClient:
5947
6576
  *,
5948
6577
  data: UnsetType = UNSET,
5949
6578
  headers: Optional[Mapping[str, str]] = None,
6579
+ stream: bool = False,
5950
6580
  action: Literal["approve", "deny"],
5951
6581
  reason: Missing[Union[str, None]] = UNSET,
5952
6582
  ) -> Response: ...
@@ -5957,6 +6587,7 @@ class OrgsClient:
5957
6587
  pat_request_id: int,
5958
6588
  *,
5959
6589
  headers: Optional[Mapping[str, str]] = None,
6590
+ stream: bool = False,
5960
6591
  data: Missing[
5961
6592
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
5962
6593
  ] = UNSET,
@@ -5999,6 +6630,7 @@ class OrgsClient:
5999
6630
  url,
6000
6631
  json=exclude_unset(json),
6001
6632
  headers=exclude_unset(headers),
6633
+ stream=stream,
6002
6634
  error_models={
6003
6635
  "500": BasicError,
6004
6636
  "422": ValidationError,
@@ -6014,6 +6646,7 @@ class OrgsClient:
6014
6646
  pat_request_id: int,
6015
6647
  *,
6016
6648
  headers: Optional[Mapping[str, str]] = None,
6649
+ stream: bool = False,
6017
6650
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
6018
6651
  ) -> Response: ...
6019
6652
 
@@ -6025,6 +6658,7 @@ class OrgsClient:
6025
6658
  *,
6026
6659
  data: UnsetType = UNSET,
6027
6660
  headers: Optional[Mapping[str, str]] = None,
6661
+ stream: bool = False,
6028
6662
  action: Literal["approve", "deny"],
6029
6663
  reason: Missing[Union[str, None]] = UNSET,
6030
6664
  ) -> Response: ...
@@ -6035,6 +6669,7 @@ class OrgsClient:
6035
6669
  pat_request_id: int,
6036
6670
  *,
6037
6671
  headers: Optional[Mapping[str, str]] = None,
6672
+ stream: bool = False,
6038
6673
  data: Missing[
6039
6674
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
6040
6675
  ] = UNSET,
@@ -6077,6 +6712,7 @@ class OrgsClient:
6077
6712
  url,
6078
6713
  json=exclude_unset(json),
6079
6714
  headers=exclude_unset(headers),
6715
+ stream=stream,
6080
6716
  error_models={
6081
6717
  "500": BasicError,
6082
6718
  "422": ValidationError,
@@ -6093,6 +6729,7 @@ class OrgsClient:
6093
6729
  per_page: Missing[int] = UNSET,
6094
6730
  page: Missing[int] = UNSET,
6095
6731
  headers: Optional[Mapping[str, str]] = None,
6732
+ stream: bool = False,
6096
6733
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
6097
6734
  """orgs/list-pat-grant-request-repositories
6098
6735
 
@@ -6123,6 +6760,7 @@ class OrgsClient:
6123
6760
  url,
6124
6761
  params=exclude_unset(params),
6125
6762
  headers=exclude_unset(headers),
6763
+ stream=stream,
6126
6764
  response_model=list[MinimalRepository],
6127
6765
  error_models={
6128
6766
  "500": BasicError,
@@ -6139,6 +6777,7 @@ class OrgsClient:
6139
6777
  per_page: Missing[int] = UNSET,
6140
6778
  page: Missing[int] = UNSET,
6141
6779
  headers: Optional[Mapping[str, str]] = None,
6780
+ stream: bool = False,
6142
6781
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
6143
6782
  """orgs/list-pat-grant-request-repositories
6144
6783
 
@@ -6169,6 +6808,7 @@ class OrgsClient:
6169
6808
  url,
6170
6809
  params=exclude_unset(params),
6171
6810
  headers=exclude_unset(headers),
6811
+ stream=stream,
6172
6812
  response_model=list[MinimalRepository],
6173
6813
  error_models={
6174
6814
  "500": BasicError,
@@ -6192,6 +6832,7 @@ class OrgsClient:
6192
6832
  last_used_after: Missing[datetime] = UNSET,
6193
6833
  token_id: Missing[list[str]] = UNSET,
6194
6834
  headers: Optional[Mapping[str, str]] = None,
6835
+ stream: bool = False,
6195
6836
  ) -> Response[
6196
6837
  list[OrganizationProgrammaticAccessGrant],
6197
6838
  list[OrganizationProgrammaticAccessGrantType],
@@ -6235,6 +6876,7 @@ class OrgsClient:
6235
6876
  url,
6236
6877
  params=exclude_unset(params),
6237
6878
  headers=exclude_unset(headers),
6879
+ stream=stream,
6238
6880
  response_model=list[OrganizationProgrammaticAccessGrant],
6239
6881
  error_models={
6240
6882
  "500": BasicError,
@@ -6259,6 +6901,7 @@ class OrgsClient:
6259
6901
  last_used_after: Missing[datetime] = UNSET,
6260
6902
  token_id: Missing[list[str]] = UNSET,
6261
6903
  headers: Optional[Mapping[str, str]] = None,
6904
+ stream: bool = False,
6262
6905
  ) -> Response[
6263
6906
  list[OrganizationProgrammaticAccessGrant],
6264
6907
  list[OrganizationProgrammaticAccessGrantType],
@@ -6302,6 +6945,7 @@ class OrgsClient:
6302
6945
  url,
6303
6946
  params=exclude_unset(params),
6304
6947
  headers=exclude_unset(headers),
6948
+ stream=stream,
6305
6949
  response_model=list[OrganizationProgrammaticAccessGrant],
6306
6950
  error_models={
6307
6951
  "500": BasicError,
@@ -6317,6 +6961,7 @@ class OrgsClient:
6317
6961
  org: str,
6318
6962
  *,
6319
6963
  headers: Optional[Mapping[str, str]] = None,
6964
+ stream: bool = False,
6320
6965
  data: OrgsOrgPersonalAccessTokensPostBodyType,
6321
6966
  ) -> Response[
6322
6967
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -6330,6 +6975,7 @@ class OrgsClient:
6330
6975
  *,
6331
6976
  data: UnsetType = UNSET,
6332
6977
  headers: Optional[Mapping[str, str]] = None,
6978
+ stream: bool = False,
6333
6979
  action: Literal["revoke"],
6334
6980
  pat_ids: list[int],
6335
6981
  ) -> Response[
@@ -6342,6 +6988,7 @@ class OrgsClient:
6342
6988
  org: str,
6343
6989
  *,
6344
6990
  headers: Optional[Mapping[str, str]] = None,
6991
+ stream: bool = False,
6345
6992
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
6346
6993
  **kwargs,
6347
6994
  ) -> Response[
@@ -6384,6 +7031,7 @@ class OrgsClient:
6384
7031
  url,
6385
7032
  json=exclude_unset(json),
6386
7033
  headers=exclude_unset(headers),
7034
+ stream=stream,
6387
7035
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
6388
7036
  error_models={
6389
7037
  "500": BasicError,
@@ -6399,6 +7047,7 @@ class OrgsClient:
6399
7047
  org: str,
6400
7048
  *,
6401
7049
  headers: Optional[Mapping[str, str]] = None,
7050
+ stream: bool = False,
6402
7051
  data: OrgsOrgPersonalAccessTokensPostBodyType,
6403
7052
  ) -> Response[
6404
7053
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -6412,6 +7061,7 @@ class OrgsClient:
6412
7061
  *,
6413
7062
  data: UnsetType = UNSET,
6414
7063
  headers: Optional[Mapping[str, str]] = None,
7064
+ stream: bool = False,
6415
7065
  action: Literal["revoke"],
6416
7066
  pat_ids: list[int],
6417
7067
  ) -> Response[
@@ -6424,6 +7074,7 @@ class OrgsClient:
6424
7074
  org: str,
6425
7075
  *,
6426
7076
  headers: Optional[Mapping[str, str]] = None,
7077
+ stream: bool = False,
6427
7078
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
6428
7079
  **kwargs,
6429
7080
  ) -> Response[
@@ -6466,6 +7117,7 @@ class OrgsClient:
6466
7117
  url,
6467
7118
  json=exclude_unset(json),
6468
7119
  headers=exclude_unset(headers),
7120
+ stream=stream,
6469
7121
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
6470
7122
  error_models={
6471
7123
  "500": BasicError,
@@ -6482,6 +7134,7 @@ class OrgsClient:
6482
7134
  pat_id: int,
6483
7135
  *,
6484
7136
  headers: Optional[Mapping[str, str]] = None,
7137
+ stream: bool = False,
6485
7138
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
6486
7139
  ) -> Response: ...
6487
7140
 
@@ -6493,6 +7146,7 @@ class OrgsClient:
6493
7146
  *,
6494
7147
  data: UnsetType = UNSET,
6495
7148
  headers: Optional[Mapping[str, str]] = None,
7149
+ stream: bool = False,
6496
7150
  action: Literal["revoke"],
6497
7151
  ) -> Response: ...
6498
7152
 
@@ -6502,6 +7156,7 @@ class OrgsClient:
6502
7156
  pat_id: int,
6503
7157
  *,
6504
7158
  headers: Optional[Mapping[str, str]] = None,
7159
+ stream: bool = False,
6505
7160
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
6506
7161
  **kwargs,
6507
7162
  ) -> Response:
@@ -6540,6 +7195,7 @@ class OrgsClient:
6540
7195
  url,
6541
7196
  json=exclude_unset(json),
6542
7197
  headers=exclude_unset(headers),
7198
+ stream=stream,
6543
7199
  error_models={
6544
7200
  "500": BasicError,
6545
7201
  "404": BasicError,
@@ -6555,6 +7211,7 @@ class OrgsClient:
6555
7211
  pat_id: int,
6556
7212
  *,
6557
7213
  headers: Optional[Mapping[str, str]] = None,
7214
+ stream: bool = False,
6558
7215
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
6559
7216
  ) -> Response: ...
6560
7217
 
@@ -6566,6 +7223,7 @@ class OrgsClient:
6566
7223
  *,
6567
7224
  data: UnsetType = UNSET,
6568
7225
  headers: Optional[Mapping[str, str]] = None,
7226
+ stream: bool = False,
6569
7227
  action: Literal["revoke"],
6570
7228
  ) -> Response: ...
6571
7229
 
@@ -6575,6 +7233,7 @@ class OrgsClient:
6575
7233
  pat_id: int,
6576
7234
  *,
6577
7235
  headers: Optional[Mapping[str, str]] = None,
7236
+ stream: bool = False,
6578
7237
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
6579
7238
  **kwargs,
6580
7239
  ) -> Response:
@@ -6613,6 +7272,7 @@ class OrgsClient:
6613
7272
  url,
6614
7273
  json=exclude_unset(json),
6615
7274
  headers=exclude_unset(headers),
7275
+ stream=stream,
6616
7276
  error_models={
6617
7277
  "500": BasicError,
6618
7278
  "404": BasicError,
@@ -6629,6 +7289,7 @@ class OrgsClient:
6629
7289
  per_page: Missing[int] = UNSET,
6630
7290
  page: Missing[int] = UNSET,
6631
7291
  headers: Optional[Mapping[str, str]] = None,
7292
+ stream: bool = False,
6632
7293
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
6633
7294
  """orgs/list-pat-grant-repositories
6634
7295
 
@@ -6657,6 +7318,7 @@ class OrgsClient:
6657
7318
  url,
6658
7319
  params=exclude_unset(params),
6659
7320
  headers=exclude_unset(headers),
7321
+ stream=stream,
6660
7322
  response_model=list[MinimalRepository],
6661
7323
  error_models={
6662
7324
  "500": BasicError,
@@ -6673,6 +7335,7 @@ class OrgsClient:
6673
7335
  per_page: Missing[int] = UNSET,
6674
7336
  page: Missing[int] = UNSET,
6675
7337
  headers: Optional[Mapping[str, str]] = None,
7338
+ stream: bool = False,
6676
7339
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
6677
7340
  """orgs/list-pat-grant-repositories
6678
7341
 
@@ -6701,6 +7364,7 @@ class OrgsClient:
6701
7364
  url,
6702
7365
  params=exclude_unset(params),
6703
7366
  headers=exclude_unset(headers),
7367
+ stream=stream,
6704
7368
  response_model=list[MinimalRepository],
6705
7369
  error_models={
6706
7370
  "500": BasicError,
@@ -6714,6 +7378,7 @@ class OrgsClient:
6714
7378
  org: str,
6715
7379
  *,
6716
7380
  headers: Optional[Mapping[str, str]] = None,
7381
+ stream: bool = False,
6717
7382
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
6718
7383
  """orgs/get-all-custom-properties
6719
7384
 
@@ -6735,6 +7400,7 @@ class OrgsClient:
6735
7400
  "GET",
6736
7401
  url,
6737
7402
  headers=exclude_unset(headers),
7403
+ stream=stream,
6738
7404
  response_model=list[CustomProperty],
6739
7405
  error_models={
6740
7406
  "403": BasicError,
@@ -6747,6 +7413,7 @@ class OrgsClient:
6747
7413
  org: str,
6748
7414
  *,
6749
7415
  headers: Optional[Mapping[str, str]] = None,
7416
+ stream: bool = False,
6750
7417
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
6751
7418
  """orgs/get-all-custom-properties
6752
7419
 
@@ -6768,6 +7435,7 @@ class OrgsClient:
6768
7435
  "GET",
6769
7436
  url,
6770
7437
  headers=exclude_unset(headers),
7438
+ stream=stream,
6771
7439
  response_model=list[CustomProperty],
6772
7440
  error_models={
6773
7441
  "403": BasicError,
@@ -6781,6 +7449,7 @@ class OrgsClient:
6781
7449
  org: str,
6782
7450
  *,
6783
7451
  headers: Optional[Mapping[str, str]] = None,
7452
+ stream: bool = False,
6784
7453
  data: OrgsOrgPropertiesSchemaPatchBodyType,
6785
7454
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6786
7455
 
@@ -6791,6 +7460,7 @@ class OrgsClient:
6791
7460
  *,
6792
7461
  data: UnsetType = UNSET,
6793
7462
  headers: Optional[Mapping[str, str]] = None,
7463
+ stream: bool = False,
6794
7464
  properties: list[CustomPropertyType],
6795
7465
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6796
7466
 
@@ -6799,6 +7469,7 @@ class OrgsClient:
6799
7469
  org: str,
6800
7470
  *,
6801
7471
  headers: Optional[Mapping[str, str]] = None,
7472
+ stream: bool = False,
6802
7473
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
6803
7474
  **kwargs,
6804
7475
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -6843,6 +7514,7 @@ class OrgsClient:
6843
7514
  url,
6844
7515
  json=exclude_unset(json),
6845
7516
  headers=exclude_unset(headers),
7517
+ stream=stream,
6846
7518
  response_model=list[CustomProperty],
6847
7519
  error_models={
6848
7520
  "403": BasicError,
@@ -6856,6 +7528,7 @@ class OrgsClient:
6856
7528
  org: str,
6857
7529
  *,
6858
7530
  headers: Optional[Mapping[str, str]] = None,
7531
+ stream: bool = False,
6859
7532
  data: OrgsOrgPropertiesSchemaPatchBodyType,
6860
7533
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6861
7534
 
@@ -6866,6 +7539,7 @@ class OrgsClient:
6866
7539
  *,
6867
7540
  data: UnsetType = UNSET,
6868
7541
  headers: Optional[Mapping[str, str]] = None,
7542
+ stream: bool = False,
6869
7543
  properties: list[CustomPropertyType],
6870
7544
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6871
7545
 
@@ -6874,6 +7548,7 @@ class OrgsClient:
6874
7548
  org: str,
6875
7549
  *,
6876
7550
  headers: Optional[Mapping[str, str]] = None,
7551
+ stream: bool = False,
6877
7552
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
6878
7553
  **kwargs,
6879
7554
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -6918,6 +7593,7 @@ class OrgsClient:
6918
7593
  url,
6919
7594
  json=exclude_unset(json),
6920
7595
  headers=exclude_unset(headers),
7596
+ stream=stream,
6921
7597
  response_model=list[CustomProperty],
6922
7598
  error_models={
6923
7599
  "403": BasicError,
@@ -6931,6 +7607,7 @@ class OrgsClient:
6931
7607
  custom_property_name: str,
6932
7608
  *,
6933
7609
  headers: Optional[Mapping[str, str]] = None,
7610
+ stream: bool = False,
6934
7611
  ) -> Response[CustomProperty, CustomPropertyType]:
6935
7612
  """orgs/get-custom-property
6936
7613
 
@@ -6952,6 +7629,7 @@ class OrgsClient:
6952
7629
  "GET",
6953
7630
  url,
6954
7631
  headers=exclude_unset(headers),
7632
+ stream=stream,
6955
7633
  response_model=CustomProperty,
6956
7634
  error_models={
6957
7635
  "403": BasicError,
@@ -6965,6 +7643,7 @@ class OrgsClient:
6965
7643
  custom_property_name: str,
6966
7644
  *,
6967
7645
  headers: Optional[Mapping[str, str]] = None,
7646
+ stream: bool = False,
6968
7647
  ) -> Response[CustomProperty, CustomPropertyType]:
6969
7648
  """orgs/get-custom-property
6970
7649
 
@@ -6986,6 +7665,7 @@ class OrgsClient:
6986
7665
  "GET",
6987
7666
  url,
6988
7667
  headers=exclude_unset(headers),
7668
+ stream=stream,
6989
7669
  response_model=CustomProperty,
6990
7670
  error_models={
6991
7671
  "403": BasicError,
@@ -7000,6 +7680,7 @@ class OrgsClient:
7000
7680
  custom_property_name: str,
7001
7681
  *,
7002
7682
  headers: Optional[Mapping[str, str]] = None,
7683
+ stream: bool = False,
7003
7684
  data: CustomPropertySetPayloadType,
7004
7685
  ) -> Response[CustomProperty, CustomPropertyType]: ...
7005
7686
 
@@ -7011,6 +7692,7 @@ class OrgsClient:
7011
7692
  *,
7012
7693
  data: UnsetType = UNSET,
7013
7694
  headers: Optional[Mapping[str, str]] = None,
7695
+ stream: bool = False,
7014
7696
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
7015
7697
  required: Missing[bool] = UNSET,
7016
7698
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -7027,6 +7709,7 @@ class OrgsClient:
7027
7709
  custom_property_name: str,
7028
7710
  *,
7029
7711
  headers: Optional[Mapping[str, str]] = None,
7712
+ stream: bool = False,
7030
7713
  data: Missing[CustomPropertySetPayloadType] = UNSET,
7031
7714
  **kwargs,
7032
7715
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -7063,6 +7746,7 @@ class OrgsClient:
7063
7746
  url,
7064
7747
  json=exclude_unset(json),
7065
7748
  headers=exclude_unset(headers),
7749
+ stream=stream,
7066
7750
  response_model=CustomProperty,
7067
7751
  error_models={
7068
7752
  "403": BasicError,
@@ -7077,6 +7761,7 @@ class OrgsClient:
7077
7761
  custom_property_name: str,
7078
7762
  *,
7079
7763
  headers: Optional[Mapping[str, str]] = None,
7764
+ stream: bool = False,
7080
7765
  data: CustomPropertySetPayloadType,
7081
7766
  ) -> Response[CustomProperty, CustomPropertyType]: ...
7082
7767
 
@@ -7088,6 +7773,7 @@ class OrgsClient:
7088
7773
  *,
7089
7774
  data: UnsetType = UNSET,
7090
7775
  headers: Optional[Mapping[str, str]] = None,
7776
+ stream: bool = False,
7091
7777
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
7092
7778
  required: Missing[bool] = UNSET,
7093
7779
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -7104,6 +7790,7 @@ class OrgsClient:
7104
7790
  custom_property_name: str,
7105
7791
  *,
7106
7792
  headers: Optional[Mapping[str, str]] = None,
7793
+ stream: bool = False,
7107
7794
  data: Missing[CustomPropertySetPayloadType] = UNSET,
7108
7795
  **kwargs,
7109
7796
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -7140,6 +7827,7 @@ class OrgsClient:
7140
7827
  url,
7141
7828
  json=exclude_unset(json),
7142
7829
  headers=exclude_unset(headers),
7830
+ stream=stream,
7143
7831
  response_model=CustomProperty,
7144
7832
  error_models={
7145
7833
  "403": BasicError,
@@ -7153,6 +7841,7 @@ class OrgsClient:
7153
7841
  custom_property_name: str,
7154
7842
  *,
7155
7843
  headers: Optional[Mapping[str, str]] = None,
7844
+ stream: bool = False,
7156
7845
  ) -> Response:
7157
7846
  """orgs/remove-custom-property
7158
7847
 
@@ -7177,6 +7866,7 @@ class OrgsClient:
7177
7866
  "DELETE",
7178
7867
  url,
7179
7868
  headers=exclude_unset(headers),
7869
+ stream=stream,
7180
7870
  error_models={
7181
7871
  "403": BasicError,
7182
7872
  "404": BasicError,
@@ -7189,6 +7879,7 @@ class OrgsClient:
7189
7879
  custom_property_name: str,
7190
7880
  *,
7191
7881
  headers: Optional[Mapping[str, str]] = None,
7882
+ stream: bool = False,
7192
7883
  ) -> Response:
7193
7884
  """orgs/remove-custom-property
7194
7885
 
@@ -7213,6 +7904,7 @@ class OrgsClient:
7213
7904
  "DELETE",
7214
7905
  url,
7215
7906
  headers=exclude_unset(headers),
7907
+ stream=stream,
7216
7908
  error_models={
7217
7909
  "403": BasicError,
7218
7910
  "404": BasicError,
@@ -7227,6 +7919,7 @@ class OrgsClient:
7227
7919
  page: Missing[int] = UNSET,
7228
7920
  repository_query: Missing[str] = UNSET,
7229
7921
  headers: Optional[Mapping[str, str]] = None,
7922
+ stream: bool = False,
7230
7923
  ) -> Response[
7231
7924
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
7232
7925
  ]:
@@ -7257,6 +7950,7 @@ class OrgsClient:
7257
7950
  url,
7258
7951
  params=exclude_unset(params),
7259
7952
  headers=exclude_unset(headers),
7953
+ stream=stream,
7260
7954
  response_model=list[OrgRepoCustomPropertyValues],
7261
7955
  error_models={
7262
7956
  "403": BasicError,
@@ -7272,6 +7966,7 @@ class OrgsClient:
7272
7966
  page: Missing[int] = UNSET,
7273
7967
  repository_query: Missing[str] = UNSET,
7274
7968
  headers: Optional[Mapping[str, str]] = None,
7969
+ stream: bool = False,
7275
7970
  ) -> Response[
7276
7971
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
7277
7972
  ]:
@@ -7302,6 +7997,7 @@ class OrgsClient:
7302
7997
  url,
7303
7998
  params=exclude_unset(params),
7304
7999
  headers=exclude_unset(headers),
8000
+ stream=stream,
7305
8001
  response_model=list[OrgRepoCustomPropertyValues],
7306
8002
  error_models={
7307
8003
  "403": BasicError,
@@ -7315,6 +8011,7 @@ class OrgsClient:
7315
8011
  org: str,
7316
8012
  *,
7317
8013
  headers: Optional[Mapping[str, str]] = None,
8014
+ stream: bool = False,
7318
8015
  data: OrgsOrgPropertiesValuesPatchBodyType,
7319
8016
  ) -> Response: ...
7320
8017
 
@@ -7325,6 +8022,7 @@ class OrgsClient:
7325
8022
  *,
7326
8023
  data: UnsetType = UNSET,
7327
8024
  headers: Optional[Mapping[str, str]] = None,
8025
+ stream: bool = False,
7328
8026
  repository_names: list[str],
7329
8027
  properties: list[CustomPropertyValueType],
7330
8028
  ) -> Response: ...
@@ -7334,6 +8032,7 @@ class OrgsClient:
7334
8032
  org: str,
7335
8033
  *,
7336
8034
  headers: Optional[Mapping[str, str]] = None,
8035
+ stream: bool = False,
7337
8036
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
7338
8037
  **kwargs,
7339
8038
  ) -> Response:
@@ -7379,6 +8078,7 @@ class OrgsClient:
7379
8078
  url,
7380
8079
  json=exclude_unset(json),
7381
8080
  headers=exclude_unset(headers),
8081
+ stream=stream,
7382
8082
  error_models={
7383
8083
  "403": BasicError,
7384
8084
  "404": BasicError,
@@ -7392,6 +8092,7 @@ class OrgsClient:
7392
8092
  org: str,
7393
8093
  *,
7394
8094
  headers: Optional[Mapping[str, str]] = None,
8095
+ stream: bool = False,
7395
8096
  data: OrgsOrgPropertiesValuesPatchBodyType,
7396
8097
  ) -> Response: ...
7397
8098
 
@@ -7402,6 +8103,7 @@ class OrgsClient:
7402
8103
  *,
7403
8104
  data: UnsetType = UNSET,
7404
8105
  headers: Optional[Mapping[str, str]] = None,
8106
+ stream: bool = False,
7405
8107
  repository_names: list[str],
7406
8108
  properties: list[CustomPropertyValueType],
7407
8109
  ) -> Response: ...
@@ -7411,6 +8113,7 @@ class OrgsClient:
7411
8113
  org: str,
7412
8114
  *,
7413
8115
  headers: Optional[Mapping[str, str]] = None,
8116
+ stream: bool = False,
7414
8117
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
7415
8118
  **kwargs,
7416
8119
  ) -> Response:
@@ -7456,6 +8159,7 @@ class OrgsClient:
7456
8159
  url,
7457
8160
  json=exclude_unset(json),
7458
8161
  headers=exclude_unset(headers),
8162
+ stream=stream,
7459
8163
  error_models={
7460
8164
  "403": BasicError,
7461
8165
  "404": BasicError,
@@ -7470,6 +8174,7 @@ class OrgsClient:
7470
8174
  per_page: Missing[int] = UNSET,
7471
8175
  page: Missing[int] = UNSET,
7472
8176
  headers: Optional[Mapping[str, str]] = None,
8177
+ stream: bool = False,
7473
8178
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7474
8179
  """orgs/list-public-members
7475
8180
 
@@ -7496,6 +8201,7 @@ class OrgsClient:
7496
8201
  url,
7497
8202
  params=exclude_unset(params),
7498
8203
  headers=exclude_unset(headers),
8204
+ stream=stream,
7499
8205
  response_model=list[SimpleUser],
7500
8206
  )
7501
8207
 
@@ -7506,6 +8212,7 @@ class OrgsClient:
7506
8212
  per_page: Missing[int] = UNSET,
7507
8213
  page: Missing[int] = UNSET,
7508
8214
  headers: Optional[Mapping[str, str]] = None,
8215
+ stream: bool = False,
7509
8216
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7510
8217
  """orgs/list-public-members
7511
8218
 
@@ -7532,6 +8239,7 @@ class OrgsClient:
7532
8239
  url,
7533
8240
  params=exclude_unset(params),
7534
8241
  headers=exclude_unset(headers),
8242
+ stream=stream,
7535
8243
  response_model=list[SimpleUser],
7536
8244
  )
7537
8245
 
@@ -7541,6 +8249,7 @@ class OrgsClient:
7541
8249
  username: str,
7542
8250
  *,
7543
8251
  headers: Optional[Mapping[str, str]] = None,
8252
+ stream: bool = False,
7544
8253
  ) -> Response:
7545
8254
  """orgs/check-public-membership-for-user
7546
8255
 
@@ -7559,6 +8268,7 @@ class OrgsClient:
7559
8268
  "GET",
7560
8269
  url,
7561
8270
  headers=exclude_unset(headers),
8271
+ stream=stream,
7562
8272
  error_models={},
7563
8273
  )
7564
8274
 
@@ -7568,6 +8278,7 @@ class OrgsClient:
7568
8278
  username: str,
7569
8279
  *,
7570
8280
  headers: Optional[Mapping[str, str]] = None,
8281
+ stream: bool = False,
7571
8282
  ) -> Response:
7572
8283
  """orgs/check-public-membership-for-user
7573
8284
 
@@ -7586,6 +8297,7 @@ class OrgsClient:
7586
8297
  "GET",
7587
8298
  url,
7588
8299
  headers=exclude_unset(headers),
8300
+ stream=stream,
7589
8301
  error_models={},
7590
8302
  )
7591
8303
 
@@ -7595,6 +8307,7 @@ class OrgsClient:
7595
8307
  username: str,
7596
8308
  *,
7597
8309
  headers: Optional[Mapping[str, str]] = None,
8310
+ stream: bool = False,
7598
8311
  ) -> Response:
7599
8312
  """orgs/set-public-membership-for-authenticated-user
7600
8313
 
@@ -7617,6 +8330,7 @@ class OrgsClient:
7617
8330
  "PUT",
7618
8331
  url,
7619
8332
  headers=exclude_unset(headers),
8333
+ stream=stream,
7620
8334
  error_models={
7621
8335
  "403": BasicError,
7622
8336
  },
@@ -7628,6 +8342,7 @@ class OrgsClient:
7628
8342
  username: str,
7629
8343
  *,
7630
8344
  headers: Optional[Mapping[str, str]] = None,
8345
+ stream: bool = False,
7631
8346
  ) -> Response:
7632
8347
  """orgs/set-public-membership-for-authenticated-user
7633
8348
 
@@ -7650,6 +8365,7 @@ class OrgsClient:
7650
8365
  "PUT",
7651
8366
  url,
7652
8367
  headers=exclude_unset(headers),
8368
+ stream=stream,
7653
8369
  error_models={
7654
8370
  "403": BasicError,
7655
8371
  },
@@ -7661,6 +8377,7 @@ class OrgsClient:
7661
8377
  username: str,
7662
8378
  *,
7663
8379
  headers: Optional[Mapping[str, str]] = None,
8380
+ stream: bool = False,
7664
8381
  ) -> Response:
7665
8382
  """orgs/remove-public-membership-for-authenticated-user
7666
8383
 
@@ -7679,6 +8396,7 @@ class OrgsClient:
7679
8396
  "DELETE",
7680
8397
  url,
7681
8398
  headers=exclude_unset(headers),
8399
+ stream=stream,
7682
8400
  )
7683
8401
 
7684
8402
  async def async_remove_public_membership_for_authenticated_user(
@@ -7687,6 +8405,7 @@ class OrgsClient:
7687
8405
  username: str,
7688
8406
  *,
7689
8407
  headers: Optional[Mapping[str, str]] = None,
8408
+ stream: bool = False,
7690
8409
  ) -> Response:
7691
8410
  """orgs/remove-public-membership-for-authenticated-user
7692
8411
 
@@ -7705,6 +8424,7 @@ class OrgsClient:
7705
8424
  "DELETE",
7706
8425
  url,
7707
8426
  headers=exclude_unset(headers),
8427
+ stream=stream,
7708
8428
  )
7709
8429
 
7710
8430
  def get_org_ruleset_history(
@@ -7715,6 +8435,7 @@ class OrgsClient:
7715
8435
  per_page: Missing[int] = UNSET,
7716
8436
  page: Missing[int] = UNSET,
7717
8437
  headers: Optional[Mapping[str, str]] = None,
8438
+ stream: bool = False,
7718
8439
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
7719
8440
  """orgs/get-org-ruleset-history
7720
8441
 
@@ -7741,6 +8462,7 @@ class OrgsClient:
7741
8462
  url,
7742
8463
  params=exclude_unset(params),
7743
8464
  headers=exclude_unset(headers),
8465
+ stream=stream,
7744
8466
  response_model=list[RulesetVersion],
7745
8467
  error_models={
7746
8468
  "404": BasicError,
@@ -7756,6 +8478,7 @@ class OrgsClient:
7756
8478
  per_page: Missing[int] = UNSET,
7757
8479
  page: Missing[int] = UNSET,
7758
8480
  headers: Optional[Mapping[str, str]] = None,
8481
+ stream: bool = False,
7759
8482
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
7760
8483
  """orgs/get-org-ruleset-history
7761
8484
 
@@ -7782,6 +8505,7 @@ class OrgsClient:
7782
8505
  url,
7783
8506
  params=exclude_unset(params),
7784
8507
  headers=exclude_unset(headers),
8508
+ stream=stream,
7785
8509
  response_model=list[RulesetVersion],
7786
8510
  error_models={
7787
8511
  "404": BasicError,
@@ -7796,6 +8520,7 @@ class OrgsClient:
7796
8520
  version_id: int,
7797
8521
  *,
7798
8522
  headers: Optional[Mapping[str, str]] = None,
8523
+ stream: bool = False,
7799
8524
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
7800
8525
  """orgs/get-org-ruleset-version
7801
8526
 
@@ -7816,6 +8541,7 @@ class OrgsClient:
7816
8541
  "GET",
7817
8542
  url,
7818
8543
  headers=exclude_unset(headers),
8544
+ stream=stream,
7819
8545
  response_model=RulesetVersionWithState,
7820
8546
  error_models={
7821
8547
  "404": BasicError,
@@ -7830,6 +8556,7 @@ class OrgsClient:
7830
8556
  version_id: int,
7831
8557
  *,
7832
8558
  headers: Optional[Mapping[str, str]] = None,
8559
+ stream: bool = False,
7833
8560
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
7834
8561
  """orgs/get-org-ruleset-version
7835
8562
 
@@ -7850,6 +8577,7 @@ class OrgsClient:
7850
8577
  "GET",
7851
8578
  url,
7852
8579
  headers=exclude_unset(headers),
8580
+ stream=stream,
7853
8581
  response_model=RulesetVersionWithState,
7854
8582
  error_models={
7855
8583
  "404": BasicError,
@@ -7862,6 +8590,7 @@ class OrgsClient:
7862
8590
  org: str,
7863
8591
  *,
7864
8592
  headers: Optional[Mapping[str, str]] = None,
8593
+ stream: bool = False,
7865
8594
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
7866
8595
  """DEPRECATED orgs/list-security-manager-teams
7867
8596
 
@@ -7883,6 +8612,7 @@ class OrgsClient:
7883
8612
  "GET",
7884
8613
  url,
7885
8614
  headers=exclude_unset(headers),
8615
+ stream=stream,
7886
8616
  response_model=list[TeamSimple],
7887
8617
  )
7888
8618
 
@@ -7891,6 +8621,7 @@ class OrgsClient:
7891
8621
  org: str,
7892
8622
  *,
7893
8623
  headers: Optional[Mapping[str, str]] = None,
8624
+ stream: bool = False,
7894
8625
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
7895
8626
  """DEPRECATED orgs/list-security-manager-teams
7896
8627
 
@@ -7912,6 +8643,7 @@ class OrgsClient:
7912
8643
  "GET",
7913
8644
  url,
7914
8645
  headers=exclude_unset(headers),
8646
+ stream=stream,
7915
8647
  response_model=list[TeamSimple],
7916
8648
  )
7917
8649
 
@@ -7921,6 +8653,7 @@ class OrgsClient:
7921
8653
  team_slug: str,
7922
8654
  *,
7923
8655
  headers: Optional[Mapping[str, str]] = None,
8656
+ stream: bool = False,
7924
8657
  ) -> Response:
7925
8658
  """DEPRECATED orgs/add-security-manager-team
7926
8659
 
@@ -7940,6 +8673,7 @@ class OrgsClient:
7940
8673
  "PUT",
7941
8674
  url,
7942
8675
  headers=exclude_unset(headers),
8676
+ stream=stream,
7943
8677
  )
7944
8678
 
7945
8679
  async def async_add_security_manager_team(
@@ -7948,6 +8682,7 @@ class OrgsClient:
7948
8682
  team_slug: str,
7949
8683
  *,
7950
8684
  headers: Optional[Mapping[str, str]] = None,
8685
+ stream: bool = False,
7951
8686
  ) -> Response:
7952
8687
  """DEPRECATED orgs/add-security-manager-team
7953
8688
 
@@ -7967,6 +8702,7 @@ class OrgsClient:
7967
8702
  "PUT",
7968
8703
  url,
7969
8704
  headers=exclude_unset(headers),
8705
+ stream=stream,
7970
8706
  )
7971
8707
 
7972
8708
  def remove_security_manager_team(
@@ -7975,6 +8711,7 @@ class OrgsClient:
7975
8711
  team_slug: str,
7976
8712
  *,
7977
8713
  headers: Optional[Mapping[str, str]] = None,
8714
+ stream: bool = False,
7978
8715
  ) -> Response:
7979
8716
  """DEPRECATED orgs/remove-security-manager-team
7980
8717
 
@@ -7994,6 +8731,7 @@ class OrgsClient:
7994
8731
  "DELETE",
7995
8732
  url,
7996
8733
  headers=exclude_unset(headers),
8734
+ stream=stream,
7997
8735
  )
7998
8736
 
7999
8737
  async def async_remove_security_manager_team(
@@ -8002,6 +8740,7 @@ class OrgsClient:
8002
8740
  team_slug: str,
8003
8741
  *,
8004
8742
  headers: Optional[Mapping[str, str]] = None,
8743
+ stream: bool = False,
8005
8744
  ) -> Response:
8006
8745
  """DEPRECATED orgs/remove-security-manager-team
8007
8746
 
@@ -8021,6 +8760,7 @@ class OrgsClient:
8021
8760
  "DELETE",
8022
8761
  url,
8023
8762
  headers=exclude_unset(headers),
8763
+ stream=stream,
8024
8764
  )
8025
8765
 
8026
8766
  @overload
@@ -8039,6 +8779,7 @@ class OrgsClient:
8039
8779
  enablement: Literal["enable_all", "disable_all"],
8040
8780
  *,
8041
8781
  headers: Optional[Mapping[str, str]] = None,
8782
+ stream: bool = False,
8042
8783
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
8043
8784
  ) -> Response: ...
8044
8785
 
@@ -8059,6 +8800,7 @@ class OrgsClient:
8059
8800
  *,
8060
8801
  data: UnsetType = UNSET,
8061
8802
  headers: Optional[Mapping[str, str]] = None,
8803
+ stream: bool = False,
8062
8804
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
8063
8805
  ) -> Response: ...
8064
8806
 
@@ -8077,6 +8819,7 @@ class OrgsClient:
8077
8819
  enablement: Literal["enable_all", "disable_all"],
8078
8820
  *,
8079
8821
  headers: Optional[Mapping[str, str]] = None,
8822
+ stream: bool = False,
8080
8823
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
8081
8824
  **kwargs,
8082
8825
  ) -> Response:
@@ -8116,6 +8859,7 @@ class OrgsClient:
8116
8859
  url,
8117
8860
  json=exclude_unset(json),
8118
8861
  headers=exclude_unset(headers),
8862
+ stream=stream,
8119
8863
  error_models={},
8120
8864
  )
8121
8865
 
@@ -8135,6 +8879,7 @@ class OrgsClient:
8135
8879
  enablement: Literal["enable_all", "disable_all"],
8136
8880
  *,
8137
8881
  headers: Optional[Mapping[str, str]] = None,
8882
+ stream: bool = False,
8138
8883
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
8139
8884
  ) -> Response: ...
8140
8885
 
@@ -8155,6 +8900,7 @@ class OrgsClient:
8155
8900
  *,
8156
8901
  data: UnsetType = UNSET,
8157
8902
  headers: Optional[Mapping[str, str]] = None,
8903
+ stream: bool = False,
8158
8904
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
8159
8905
  ) -> Response: ...
8160
8906
 
@@ -8173,6 +8919,7 @@ class OrgsClient:
8173
8919
  enablement: Literal["enable_all", "disable_all"],
8174
8920
  *,
8175
8921
  headers: Optional[Mapping[str, str]] = None,
8922
+ stream: bool = False,
8176
8923
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
8177
8924
  **kwargs,
8178
8925
  ) -> Response:
@@ -8212,6 +8959,7 @@ class OrgsClient:
8212
8959
  url,
8213
8960
  json=exclude_unset(json),
8214
8961
  headers=exclude_unset(headers),
8962
+ stream=stream,
8215
8963
  error_models={},
8216
8964
  )
8217
8965
 
@@ -8222,6 +8970,7 @@ class OrgsClient:
8222
8970
  per_page: Missing[int] = UNSET,
8223
8971
  page: Missing[int] = UNSET,
8224
8972
  headers: Optional[Mapping[str, str]] = None,
8973
+ stream: bool = False,
8225
8974
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
8226
8975
  """orgs/list-memberships-for-authenticated-user
8227
8976
 
@@ -8249,6 +8998,7 @@ class OrgsClient:
8249
8998
  url,
8250
8999
  params=exclude_unset(params),
8251
9000
  headers=exclude_unset(headers),
9001
+ stream=stream,
8252
9002
  response_model=list[OrgMembership],
8253
9003
  error_models={
8254
9004
  "403": BasicError,
@@ -8264,6 +9014,7 @@ class OrgsClient:
8264
9014
  per_page: Missing[int] = UNSET,
8265
9015
  page: Missing[int] = UNSET,
8266
9016
  headers: Optional[Mapping[str, str]] = None,
9017
+ stream: bool = False,
8267
9018
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
8268
9019
  """orgs/list-memberships-for-authenticated-user
8269
9020
 
@@ -8291,6 +9042,7 @@ class OrgsClient:
8291
9042
  url,
8292
9043
  params=exclude_unset(params),
8293
9044
  headers=exclude_unset(headers),
9045
+ stream=stream,
8294
9046
  response_model=list[OrgMembership],
8295
9047
  error_models={
8296
9048
  "403": BasicError,
@@ -8304,6 +9056,7 @@ class OrgsClient:
8304
9056
  org: str,
8305
9057
  *,
8306
9058
  headers: Optional[Mapping[str, str]] = None,
9059
+ stream: bool = False,
8307
9060
  ) -> Response[OrgMembership, OrgMembershipType]:
8308
9061
  """orgs/get-membership-for-authenticated-user
8309
9062
 
@@ -8324,6 +9077,7 @@ class OrgsClient:
8324
9077
  "GET",
8325
9078
  url,
8326
9079
  headers=exclude_unset(headers),
9080
+ stream=stream,
8327
9081
  response_model=OrgMembership,
8328
9082
  error_models={
8329
9083
  "403": BasicError,
@@ -8336,6 +9090,7 @@ class OrgsClient:
8336
9090
  org: str,
8337
9091
  *,
8338
9092
  headers: Optional[Mapping[str, str]] = None,
9093
+ stream: bool = False,
8339
9094
  ) -> Response[OrgMembership, OrgMembershipType]:
8340
9095
  """orgs/get-membership-for-authenticated-user
8341
9096
 
@@ -8356,6 +9111,7 @@ class OrgsClient:
8356
9111
  "GET",
8357
9112
  url,
8358
9113
  headers=exclude_unset(headers),
9114
+ stream=stream,
8359
9115
  response_model=OrgMembership,
8360
9116
  error_models={
8361
9117
  "403": BasicError,
@@ -8369,6 +9125,7 @@ class OrgsClient:
8369
9125
  org: str,
8370
9126
  *,
8371
9127
  headers: Optional[Mapping[str, str]] = None,
9128
+ stream: bool = False,
8372
9129
  data: UserMembershipsOrgsOrgPatchBodyType,
8373
9130
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8374
9131
 
@@ -8379,6 +9136,7 @@ class OrgsClient:
8379
9136
  *,
8380
9137
  data: UnsetType = UNSET,
8381
9138
  headers: Optional[Mapping[str, str]] = None,
9139
+ stream: bool = False,
8382
9140
  state: Literal["active"],
8383
9141
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8384
9142
 
@@ -8387,6 +9145,7 @@ class OrgsClient:
8387
9145
  org: str,
8388
9146
  *,
8389
9147
  headers: Optional[Mapping[str, str]] = None,
9148
+ stream: bool = False,
8390
9149
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
8391
9150
  **kwargs,
8392
9151
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -8424,6 +9183,7 @@ class OrgsClient:
8424
9183
  url,
8425
9184
  json=exclude_unset(json),
8426
9185
  headers=exclude_unset(headers),
9186
+ stream=stream,
8427
9187
  response_model=OrgMembership,
8428
9188
  error_models={
8429
9189
  "403": BasicError,
@@ -8438,6 +9198,7 @@ class OrgsClient:
8438
9198
  org: str,
8439
9199
  *,
8440
9200
  headers: Optional[Mapping[str, str]] = None,
9201
+ stream: bool = False,
8441
9202
  data: UserMembershipsOrgsOrgPatchBodyType,
8442
9203
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8443
9204
 
@@ -8448,6 +9209,7 @@ class OrgsClient:
8448
9209
  *,
8449
9210
  data: UnsetType = UNSET,
8450
9211
  headers: Optional[Mapping[str, str]] = None,
9212
+ stream: bool = False,
8451
9213
  state: Literal["active"],
8452
9214
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8453
9215
 
@@ -8456,6 +9218,7 @@ class OrgsClient:
8456
9218
  org: str,
8457
9219
  *,
8458
9220
  headers: Optional[Mapping[str, str]] = None,
9221
+ stream: bool = False,
8459
9222
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
8460
9223
  **kwargs,
8461
9224
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -8493,6 +9256,7 @@ class OrgsClient:
8493
9256
  url,
8494
9257
  json=exclude_unset(json),
8495
9258
  headers=exclude_unset(headers),
9259
+ stream=stream,
8496
9260
  response_model=OrgMembership,
8497
9261
  error_models={
8498
9262
  "403": BasicError,
@@ -8507,6 +9271,7 @@ class OrgsClient:
8507
9271
  per_page: Missing[int] = UNSET,
8508
9272
  page: Missing[int] = UNSET,
8509
9273
  headers: Optional[Mapping[str, str]] = None,
9274
+ stream: bool = False,
8510
9275
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8511
9276
  """orgs/list-for-authenticated-user
8512
9277
 
@@ -8538,6 +9303,7 @@ class OrgsClient:
8538
9303
  url,
8539
9304
  params=exclude_unset(params),
8540
9305
  headers=exclude_unset(headers),
9306
+ stream=stream,
8541
9307
  response_model=list[OrganizationSimple],
8542
9308
  error_models={
8543
9309
  "403": BasicError,
@@ -8551,6 +9317,7 @@ class OrgsClient:
8551
9317
  per_page: Missing[int] = UNSET,
8552
9318
  page: Missing[int] = UNSET,
8553
9319
  headers: Optional[Mapping[str, str]] = None,
9320
+ stream: bool = False,
8554
9321
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8555
9322
  """orgs/list-for-authenticated-user
8556
9323
 
@@ -8582,6 +9349,7 @@ class OrgsClient:
8582
9349
  url,
8583
9350
  params=exclude_unset(params),
8584
9351
  headers=exclude_unset(headers),
9352
+ stream=stream,
8585
9353
  response_model=list[OrganizationSimple],
8586
9354
  error_models={
8587
9355
  "403": BasicError,
@@ -8596,6 +9364,7 @@ class OrgsClient:
8596
9364
  per_page: Missing[int] = UNSET,
8597
9365
  page: Missing[int] = UNSET,
8598
9366
  headers: Optional[Mapping[str, str]] = None,
9367
+ stream: bool = False,
8599
9368
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8600
9369
  """orgs/list-for-user
8601
9370
 
@@ -8624,6 +9393,7 @@ class OrgsClient:
8624
9393
  url,
8625
9394
  params=exclude_unset(params),
8626
9395
  headers=exclude_unset(headers),
9396
+ stream=stream,
8627
9397
  response_model=list[OrganizationSimple],
8628
9398
  )
8629
9399
 
@@ -8634,6 +9404,7 @@ class OrgsClient:
8634
9404
  per_page: Missing[int] = UNSET,
8635
9405
  page: Missing[int] = UNSET,
8636
9406
  headers: Optional[Mapping[str, str]] = None,
9407
+ stream: bool = False,
8637
9408
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8638
9409
  """orgs/list-for-user
8639
9410
 
@@ -8662,5 +9433,6 @@ class OrgsClient:
8662
9433
  url,
8663
9434
  params=exclude_unset(params),
8664
9435
  headers=exclude_unset(headers),
9436
+ stream=stream,
8665
9437
  response_model=list[OrganizationSimple],
8666
9438
  )