GitHubKit 0.12.14__py3-none-any.whl → 0.12.15__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 (1409) 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 +763 -733
  10. githubkit/versions/ghec_v2022_11_28/models/group_0060.py +12 -0
  11. githubkit/versions/ghec_v2022_11_28/models/group_0121.py +1 -1
  12. githubkit/versions/ghec_v2022_11_28/models/group_0148.py +5 -0
  13. githubkit/versions/ghec_v2022_11_28/models/group_0240.py +1 -0
  14. githubkit/versions/ghec_v2022_11_28/models/group_0394.py +4 -0
  15. githubkit/versions/ghec_v2022_11_28/models/group_0477.py +5 -0
  16. githubkit/versions/ghec_v2022_11_28/models/group_0487.py +4 -1
  17. githubkit/versions/ghec_v2022_11_28/models/group_0709.py +3 -3
  18. githubkit/versions/ghec_v2022_11_28/models/group_0997.py +9 -74
  19. githubkit/versions/ghec_v2022_11_28/models/group_0998.py +8 -53
  20. githubkit/versions/ghec_v2022_11_28/models/group_0999.py +71 -40
  21. githubkit/versions/ghec_v2022_11_28/models/group_1000.py +31 -155
  22. githubkit/versions/ghec_v2022_11_28/models/group_1001.py +40 -7
  23. githubkit/versions/ghec_v2022_11_28/models/group_1002.py +27 -30
  24. githubkit/versions/ghec_v2022_11_28/models/group_1003.py +5 -12
  25. githubkit/versions/ghec_v2022_11_28/models/group_1004.py +175 -8
  26. githubkit/versions/ghec_v2022_11_28/models/group_1005.py +10 -14
  27. githubkit/versions/ghec_v2022_11_28/models/group_1006.py +14 -8
  28. githubkit/versions/ghec_v2022_11_28/models/group_1007.py +15 -15
  29. githubkit/versions/ghec_v2022_11_28/models/group_1008.py +9 -9
  30. githubkit/versions/ghec_v2022_11_28/models/group_1009.py +19 -6
  31. githubkit/versions/ghec_v2022_11_28/models/group_1010.py +8 -37
  32. githubkit/versions/ghec_v2022_11_28/models/group_1011.py +8 -23
  33. githubkit/versions/ghec_v2022_11_28/models/group_1012.py +39 -10
  34. githubkit/versions/ghec_v2022_11_28/models/group_1013.py +22 -6
  35. githubkit/versions/ghec_v2022_11_28/models/group_1014.py +7 -12
  36. githubkit/versions/ghec_v2022_11_28/models/group_1015.py +7 -8
  37. githubkit/versions/ghec_v2022_11_28/models/group_1016.py +12 -7
  38. githubkit/versions/ghec_v2022_11_28/models/group_1017.py +5 -5
  39. githubkit/versions/ghec_v2022_11_28/models/group_1018.py +6 -7
  40. githubkit/versions/ghec_v2022_11_28/models/group_1019.py +6 -6
  41. githubkit/versions/ghec_v2022_11_28/models/group_1020.py +7 -6
  42. githubkit/versions/ghec_v2022_11_28/models/group_1021.py +5 -5
  43. githubkit/versions/ghec_v2022_11_28/models/group_1022.py +6 -6
  44. githubkit/versions/ghec_v2022_11_28/models/group_1023.py +8 -12
  45. githubkit/versions/ghec_v2022_11_28/models/group_1024.py +6 -28
  46. githubkit/versions/ghec_v2022_11_28/models/group_1025.py +9 -20
  47. githubkit/versions/ghec_v2022_11_28/models/group_1026.py +29 -7
  48. githubkit/versions/ghec_v2022_11_28/models/group_1027.py +22 -6
  49. githubkit/versions/ghec_v2022_11_28/models/group_1028.py +7 -43
  50. githubkit/versions/ghec_v2022_11_28/models/group_1029.py +6 -42
  51. githubkit/versions/ghec_v2022_11_28/models/group_1030.py +30 -6
  52. githubkit/versions/ghec_v2022_11_28/models/group_1031.py +49 -14
  53. githubkit/versions/ghec_v2022_11_28/models/group_1032.py +23 -4
  54. githubkit/versions/ghec_v2022_11_28/models/group_1033.py +14 -32
  55. githubkit/versions/ghec_v2022_11_28/models/group_1034.py +4 -11
  56. githubkit/versions/ghec_v2022_11_28/models/group_1035.py +20 -6
  57. githubkit/versions/ghec_v2022_11_28/models/group_1036.py +14 -49
  58. githubkit/versions/ghec_v2022_11_28/models/group_1037.py +8 -7
  59. githubkit/versions/ghec_v2022_11_28/models/group_1038.py +50 -8
  60. githubkit/versions/ghec_v2022_11_28/models/group_1039.py +9 -6
  61. githubkit/versions/ghec_v2022_11_28/models/group_1040.py +5 -25
  62. githubkit/versions/ghec_v2022_11_28/models/group_1041.py +6 -13
  63. githubkit/versions/ghec_v2022_11_28/models/group_1042.py +17 -10
  64. githubkit/versions/ghec_v2022_11_28/models/group_1043.py +13 -7
  65. githubkit/versions/ghec_v2022_11_28/models/group_1044.py +12 -34
  66. githubkit/versions/ghec_v2022_11_28/models/group_1045.py +7 -25
  67. githubkit/versions/ghec_v2022_11_28/models/group_1046.py +36 -6
  68. githubkit/versions/ghec_v2022_11_28/models/group_1047.py +13 -16
  69. githubkit/versions/ghec_v2022_11_28/models/group_1048.py +6 -10
  70. githubkit/versions/ghec_v2022_11_28/models/group_1049.py +34 -11
  71. githubkit/versions/ghec_v2022_11_28/models/group_1050.py +10 -14
  72. githubkit/versions/ghec_v2022_11_28/models/group_1051.py +11 -116
  73. githubkit/versions/ghec_v2022_11_28/models/group_1052.py +12 -83
  74. githubkit/versions/ghec_v2022_11_28/models/group_1053.py +117 -87
  75. githubkit/versions/ghec_v2022_11_28/models/group_1054.py +84 -7
  76. githubkit/versions/ghec_v2022_11_28/models/group_1055.py +80 -14
  77. githubkit/versions/ghec_v2022_11_28/models/group_1056.py +9 -22
  78. githubkit/versions/ghec_v2022_11_28/models/group_1057.py +13 -30
  79. githubkit/versions/ghec_v2022_11_28/models/group_1058.py +13 -21
  80. githubkit/versions/ghec_v2022_11_28/models/group_1059.py +33 -8
  81. githubkit/versions/ghec_v2022_11_28/models/group_1060.py +25 -8
  82. githubkit/versions/ghec_v2022_11_28/models/group_1061.py +12 -5
  83. githubkit/versions/ghec_v2022_11_28/models/group_1062.py +12 -11
  84. githubkit/versions/ghec_v2022_11_28/models/group_1063.py +5 -19
  85. githubkit/versions/ghec_v2022_11_28/models/group_1064.py +11 -11
  86. githubkit/versions/ghec_v2022_11_28/models/group_1065.py +19 -5
  87. githubkit/versions/ghec_v2022_11_28/models/group_1066.py +8 -8
  88. githubkit/versions/ghec_v2022_11_28/models/group_1067.py +5 -12
  89. githubkit/versions/ghec_v2022_11_28/models/group_1068.py +9 -6
  90. githubkit/versions/ghec_v2022_11_28/models/group_1069.py +8 -6
  91. githubkit/versions/ghec_v2022_11_28/models/group_1070.py +6 -22
  92. githubkit/versions/ghec_v2022_11_28/models/group_1071.py +6 -8
  93. githubkit/versions/ghec_v2022_11_28/models/group_1072.py +22 -7
  94. githubkit/versions/ghec_v2022_11_28/models/group_1073.py +8 -10
  95. githubkit/versions/ghec_v2022_11_28/models/group_1074.py +7 -12
  96. githubkit/versions/ghec_v2022_11_28/models/group_1075.py +17 -4
  97. githubkit/versions/ghec_v2022_11_28/models/group_1076.py +12 -22
  98. githubkit/versions/ghec_v2022_11_28/models/group_1077.py +4 -26
  99. githubkit/versions/ghec_v2022_11_28/models/group_1078.py +24 -5
  100. githubkit/versions/ghec_v2022_11_28/models/group_1079.py +23 -7
  101. githubkit/versions/ghec_v2022_11_28/models/group_1080.py +5 -10
  102. githubkit/versions/ghec_v2022_11_28/models/group_1081.py +7 -23
  103. githubkit/versions/ghec_v2022_11_28/models/group_1082.py +9 -7
  104. githubkit/versions/ghec_v2022_11_28/models/group_1083.py +26 -4
  105. githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -9
  106. githubkit/versions/ghec_v2022_11_28/models/group_1085.py +4 -26
  107. githubkit/versions/ghec_v2022_11_28/models/group_1086.py +4 -4
  108. githubkit/versions/ghec_v2022_11_28/models/group_1087.py +19 -7
  109. githubkit/versions/ghec_v2022_11_28/models/group_1088.py +9 -5
  110. githubkit/versions/ghec_v2022_11_28/models/group_1089.py +9 -6
  111. githubkit/versions/ghec_v2022_11_28/models/group_1090.py +5 -301
  112. githubkit/versions/ghec_v2022_11_28/models/group_1091.py +8 -8
  113. githubkit/versions/ghec_v2022_11_28/models/group_1092.py +298 -6
  114. githubkit/versions/ghec_v2022_11_28/models/group_1093.py +7 -15
  115. githubkit/versions/ghec_v2022_11_28/models/group_1094.py +9 -8
  116. githubkit/versions/ghec_v2022_11_28/models/group_1095.py +15 -7
  117. githubkit/versions/ghec_v2022_11_28/models/group_1096.py +8 -15
  118. githubkit/versions/ghec_v2022_11_28/models/group_1097.py +6 -6
  119. githubkit/versions/ghec_v2022_11_28/models/group_1098.py +11 -15
  120. githubkit/versions/ghec_v2022_11_28/models/group_1099.py +9 -9
  121. githubkit/versions/ghec_v2022_11_28/models/group_1100.py +15 -5
  122. githubkit/versions/ghec_v2022_11_28/models/group_1101.py +9 -9
  123. githubkit/versions/ghec_v2022_11_28/models/group_1102.py +10 -9
  124. githubkit/versions/ghec_v2022_11_28/models/group_1103.py +6 -8
  125. githubkit/versions/ghec_v2022_11_28/models/group_1104.py +6 -6
  126. githubkit/versions/ghec_v2022_11_28/models/group_1105.py +10 -13
  127. githubkit/versions/ghec_v2022_11_28/models/group_1106.py +8 -9
  128. githubkit/versions/ghec_v2022_11_28/models/group_1107.py +12 -8
  129. githubkit/versions/ghec_v2022_11_28/models/group_1108.py +9 -8
  130. githubkit/versions/ghec_v2022_11_28/models/group_1109.py +8 -8
  131. githubkit/versions/ghec_v2022_11_28/models/group_1110.py +6 -6
  132. githubkit/versions/ghec_v2022_11_28/models/group_1111.py +9 -6
  133. githubkit/versions/ghec_v2022_11_28/models/group_1112.py +8 -8
  134. githubkit/versions/ghec_v2022_11_28/models/group_1113.py +6 -36
  135. githubkit/versions/ghec_v2022_11_28/models/group_1114.py +7 -29
  136. githubkit/versions/ghec_v2022_11_28/models/group_1115.py +35 -7
  137. githubkit/versions/ghec_v2022_11_28/models/group_1116.py +20 -35
  138. githubkit/versions/ghec_v2022_11_28/models/group_1117.py +8 -7
  139. githubkit/versions/ghec_v2022_11_28/models/group_1118.py +20 -54
  140. githubkit/versions/ghec_v2022_11_28/models/group_1119.py +5 -14
  141. githubkit/versions/ghec_v2022_11_28/models/group_1120.py +45 -181
  142. githubkit/versions/ghec_v2022_11_28/models/group_1121.py +10 -86
  143. githubkit/versions/ghec_v2022_11_28/models/group_1122.py +188 -14
  144. githubkit/versions/ghec_v2022_11_28/models/group_1123.py +84 -7
  145. githubkit/versions/ghec_v2022_11_28/models/group_1124.py +36 -10
  146. githubkit/versions/ghec_v2022_11_28/models/group_1125.py +4 -5
  147. githubkit/versions/ghec_v2022_11_28/models/group_1126.py +12 -8
  148. githubkit/versions/ghec_v2022_11_28/models/group_1127.py +13 -8
  149. githubkit/versions/ghec_v2022_11_28/models/group_1128.py +4 -4
  150. githubkit/versions/ghec_v2022_11_28/models/group_1129.py +8 -6
  151. githubkit/versions/ghec_v2022_11_28/models/group_1130.py +8 -8
  152. githubkit/versions/ghec_v2022_11_28/models/group_1131.py +5 -7
  153. githubkit/versions/ghec_v2022_11_28/models/group_1132.py +8 -6
  154. githubkit/versions/ghec_v2022_11_28/models/group_1133.py +8 -6
  155. githubkit/versions/ghec_v2022_11_28/models/group_1134.py +4 -4
  156. githubkit/versions/ghec_v2022_11_28/models/group_1135.py +9 -5
  157. githubkit/versions/ghec_v2022_11_28/models/group_1136.py +9 -14
  158. githubkit/versions/ghec_v2022_11_28/models/group_1137.py +5 -15
  159. githubkit/versions/ghec_v2022_11_28/models/group_1138.py +10 -101
  160. githubkit/versions/ghec_v2022_11_28/models/group_1139.py +13 -53
  161. githubkit/versions/ghec_v2022_11_28/models/group_1140.py +89 -44
  162. githubkit/versions/ghec_v2022_11_28/models/group_1141.py +39 -86
  163. githubkit/versions/ghec_v2022_11_28/models/group_1142.py +31 -28
  164. githubkit/versions/ghec_v2022_11_28/models/group_1143.py +84 -42
  165. githubkit/versions/ghec_v2022_11_28/models/group_1144.py +58 -6
  166. githubkit/versions/ghec_v2022_11_28/models/group_1145.py +55 -23
  167. githubkit/versions/ghec_v2022_11_28/models/group_1146.py +5 -8
  168. githubkit/versions/ghec_v2022_11_28/models/group_1147.py +22 -21
  169. githubkit/versions/ghec_v2022_11_28/models/group_1148.py +15 -34
  170. githubkit/versions/ghec_v2022_11_28/models/group_1149.py +19 -19
  171. githubkit/versions/ghec_v2022_11_28/models/group_1150.py +8 -8
  172. githubkit/versions/ghec_v2022_11_28/models/group_1151.py +19 -30
  173. githubkit/versions/ghec_v2022_11_28/models/group_1152.py +34 -15
  174. githubkit/versions/ghec_v2022_11_28/models/group_1153.py +24 -35
  175. githubkit/versions/ghec_v2022_11_28/models/group_1154.py +7 -23
  176. githubkit/versions/ghec_v2022_11_28/models/group_1155.py +49 -8
  177. githubkit/versions/ghec_v2022_11_28/models/group_1156.py +17 -20
  178. githubkit/versions/ghec_v2022_11_28/models/group_1157.py +7 -22
  179. githubkit/versions/ghec_v2022_11_28/models/group_1158.py +23 -10
  180. githubkit/versions/ghec_v2022_11_28/models/group_1159.py +23 -10
  181. githubkit/versions/ghec_v2022_11_28/models/group_1160.py +14 -5
  182. githubkit/versions/ghec_v2022_11_28/models/group_1161.py +9 -10
  183. githubkit/versions/ghec_v2022_11_28/models/group_1162.py +5 -17
  184. githubkit/versions/ghec_v2022_11_28/models/group_1163.py +11 -8
  185. githubkit/versions/ghec_v2022_11_28/models/group_1164.py +11 -55
  186. githubkit/versions/ghec_v2022_11_28/models/group_1165.py +7 -53
  187. githubkit/versions/ghec_v2022_11_28/models/group_1166.py +54 -17
  188. githubkit/versions/ghec_v2022_11_28/models/group_1167.py +47 -16
  189. githubkit/versions/ghec_v2022_11_28/models/group_1168.py +19 -9
  190. githubkit/versions/ghec_v2022_11_28/models/group_1169.py +23 -12
  191. githubkit/versions/ghec_v2022_11_28/models/group_1170.py +10 -45
  192. githubkit/versions/ghec_v2022_11_28/models/group_1171.py +12 -7
  193. githubkit/versions/ghec_v2022_11_28/models/group_1172.py +33 -21
  194. githubkit/versions/ghec_v2022_11_28/models/group_1173.py +7 -12
  195. githubkit/versions/ghec_v2022_11_28/models/group_1174.py +34 -8
  196. githubkit/versions/ghec_v2022_11_28/models/group_1175.py +11 -27
  197. githubkit/versions/ghec_v2022_11_28/models/group_1176.py +8 -46
  198. githubkit/versions/ghec_v2022_11_28/models/group_1177.py +20 -31
  199. githubkit/versions/ghec_v2022_11_28/models/group_1178.py +43 -10
  200. githubkit/versions/ghec_v2022_11_28/models/group_1179.py +28 -12
  201. githubkit/versions/ghec_v2022_11_28/models/group_1180.py +16 -8
  202. githubkit/versions/ghec_v2022_11_28/models/group_1181.py +22 -8
  203. githubkit/versions/ghec_v2022_11_28/models/group_1182.py +6 -6
  204. githubkit/versions/ghec_v2022_11_28/models/group_1183.py +9 -6
  205. githubkit/versions/ghec_v2022_11_28/models/group_1184.py +8 -8
  206. githubkit/versions/ghec_v2022_11_28/models/group_1185.py +6 -18
  207. githubkit/versions/ghec_v2022_11_28/models/group_1186.py +6 -9
  208. githubkit/versions/ghec_v2022_11_28/models/group_1187.py +9 -62
  209. githubkit/versions/ghec_v2022_11_28/models/group_1188.py +10 -7
  210. githubkit/versions/ghec_v2022_11_28/models/group_1189.py +67 -7
  211. githubkit/versions/ghec_v2022_11_28/models/group_1190.py +7 -40
  212. githubkit/versions/ghec_v2022_11_28/models/group_1191.py +7 -38
  213. githubkit/versions/ghec_v2022_11_28/models/group_1192.py +24 -31
  214. githubkit/versions/ghec_v2022_11_28/models/group_1193.py +31 -18
  215. githubkit/versions/ghec_v2022_11_28/models/group_1194.py +32 -4
  216. githubkit/versions/ghec_v2022_11_28/models/group_1195.py +19 -15
  217. githubkit/versions/ghec_v2022_11_28/models/group_1196.py +12 -16
  218. githubkit/versions/ghec_v2022_11_28/models/group_1197.py +23 -6
  219. githubkit/versions/ghec_v2022_11_28/models/group_1198.py +21 -6
  220. githubkit/versions/ghec_v2022_11_28/models/group_1199.py +11 -4
  221. githubkit/versions/ghec_v2022_11_28/models/group_1200.py +6 -11
  222. githubkit/versions/ghec_v2022_11_28/models/group_1201.py +8 -49
  223. githubkit/versions/ghec_v2022_11_28/models/group_1202.py +14 -5
  224. githubkit/versions/ghec_v2022_11_28/models/group_1203.py +39 -8
  225. githubkit/versions/ghec_v2022_11_28/models/group_1204.py +5 -55
  226. githubkit/versions/ghec_v2022_11_28/models/group_1205.py +10 -9
  227. githubkit/versions/ghec_v2022_11_28/models/group_1206.py +50 -5
  228. githubkit/versions/ghec_v2022_11_28/models/group_1207.py +10 -5
  229. githubkit/versions/ghec_v2022_11_28/models/group_1208.py +7 -8
  230. githubkit/versions/ghec_v2022_11_28/models/group_1209.py +6 -20
  231. githubkit/versions/ghec_v2022_11_28/models/group_1210.py +12 -6
  232. githubkit/versions/ghec_v2022_11_28/models/group_1211.py +17 -9
  233. githubkit/versions/ghec_v2022_11_28/models/group_1212.py +5 -19
  234. githubkit/versions/ghec_v2022_11_28/models/group_1213.py +12 -6
  235. githubkit/versions/ghec_v2022_11_28/models/group_1214.py +18 -13
  236. githubkit/versions/ghec_v2022_11_28/models/group_1215.py +5 -11
  237. githubkit/versions/ghec_v2022_11_28/models/group_1216.py +14 -5
  238. githubkit/versions/ghec_v2022_11_28/models/group_1217.py +10 -12
  239. githubkit/versions/ghec_v2022_11_28/models/group_1218.py +5 -15
  240. githubkit/versions/ghec_v2022_11_28/models/group_1219.py +9 -8
  241. githubkit/versions/ghec_v2022_11_28/models/group_1220.py +9 -11
  242. githubkit/versions/ghec_v2022_11_28/models/group_1221.py +8 -14
  243. githubkit/versions/ghec_v2022_11_28/models/group_1222.py +16 -6
  244. githubkit/versions/ghec_v2022_11_28/models/group_1223.py +12 -10
  245. githubkit/versions/ghec_v2022_11_28/models/group_1224.py +6 -20
  246. githubkit/versions/ghec_v2022_11_28/models/group_1225.py +10 -17
  247. githubkit/versions/ghec_v2022_11_28/models/group_1226.py +15 -6
  248. githubkit/versions/ghec_v2022_11_28/models/group_1227.py +21 -6
  249. githubkit/versions/ghec_v2022_11_28/models/group_1228.py +10 -13
  250. githubkit/versions/ghec_v2022_11_28/models/group_1229.py +11 -34
  251. githubkit/versions/ghec_v2022_11_28/models/group_1230.py +11 -26
  252. githubkit/versions/ghec_v2022_11_28/models/group_1231.py +10 -10
  253. githubkit/versions/ghec_v2022_11_28/models/group_1232.py +12 -13
  254. githubkit/versions/ghec_v2022_11_28/models/group_1233.py +10 -10
  255. githubkit/versions/ghec_v2022_11_28/models/group_1234.py +24 -11
  256. githubkit/versions/ghec_v2022_11_28/models/group_1235.py +23 -9
  257. githubkit/versions/ghec_v2022_11_28/models/group_1236.py +10 -9
  258. githubkit/versions/ghec_v2022_11_28/models/group_1237.py +11 -22
  259. githubkit/versions/ghec_v2022_11_28/models/group_1238.py +16 -6
  260. githubkit/versions/ghec_v2022_11_28/models/group_1239.py +25 -7
  261. githubkit/versions/ghec_v2022_11_28/models/group_1240.py +6 -8
  262. githubkit/versions/ghec_v2022_11_28/models/group_1241.py +6 -31
  263. githubkit/versions/ghec_v2022_11_28/models/group_1242.py +9 -5
  264. githubkit/versions/ghec_v2022_11_28/models/group_1243.py +34 -10
  265. githubkit/versions/ghec_v2022_11_28/models/group_1244.py +11 -32
  266. githubkit/versions/ghec_v2022_11_28/models/group_1245.py +8 -42
  267. githubkit/versions/ghec_v2022_11_28/models/group_1246.py +14 -30
  268. githubkit/versions/ghec_v2022_11_28/models/group_1247.py +45 -5
  269. githubkit/versions/ghec_v2022_11_28/models/group_1248.py +33 -12
  270. githubkit/versions/ghec_v2022_11_28/models/group_1249.py +5 -8
  271. githubkit/versions/ghec_v2022_11_28/models/group_1250.py +19 -6
  272. githubkit/versions/ghec_v2022_11_28/models/group_1251.py +6 -10
  273. githubkit/versions/ghec_v2022_11_28/models/group_1252.py +6 -10
  274. githubkit/versions/ghec_v2022_11_28/models/group_1253.py +6 -6
  275. githubkit/versions/ghec_v2022_11_28/models/group_1254.py +8 -43
  276. githubkit/versions/ghec_v2022_11_28/models/group_1255.py +12 -5
  277. githubkit/versions/ghec_v2022_11_28/models/group_1256.py +42 -7
  278. githubkit/versions/ghec_v2022_11_28/models/group_1257.py +5 -14
  279. githubkit/versions/ghec_v2022_11_28/models/group_1258.py +9 -7
  280. githubkit/versions/ghec_v2022_11_28/models/group_1259.py +12 -6
  281. githubkit/versions/ghec_v2022_11_28/models/group_1260.py +6 -33
  282. githubkit/versions/ghec_v2022_11_28/models/group_1261.py +6 -10
  283. githubkit/versions/ghec_v2022_11_28/models/group_1262.py +28 -12
  284. githubkit/versions/ghec_v2022_11_28/models/group_1263.py +8 -29
  285. githubkit/versions/ghec_v2022_11_28/models/group_1264.py +20 -8
  286. githubkit/versions/ghec_v2022_11_28/models/group_1265.py +24 -68
  287. githubkit/versions/ghec_v2022_11_28/models/group_1266.py +7 -76
  288. githubkit/versions/ghec_v2022_11_28/models/group_1267.py +68 -12
  289. githubkit/versions/ghec_v2022_11_28/models/group_1268.py +75 -9
  290. githubkit/versions/ghec_v2022_11_28/models/group_1269.py +12 -13
  291. githubkit/versions/ghec_v2022_11_28/models/group_1270.py +10 -12
  292. githubkit/versions/ghec_v2022_11_28/models/group_1271.py +21 -6
  293. githubkit/versions/ghec_v2022_11_28/models/group_1272.py +13 -6
  294. githubkit/versions/ghec_v2022_11_28/models/group_1273.py +6 -15
  295. githubkit/versions/ghec_v2022_11_28/models/group_1274.py +6 -21
  296. githubkit/versions/ghec_v2022_11_28/models/group_1275.py +12 -45
  297. githubkit/versions/ghec_v2022_11_28/models/group_1276.py +17 -44
  298. githubkit/versions/ghec_v2022_11_28/models/group_1277.py +36 -54
  299. githubkit/versions/ghec_v2022_11_28/models/group_1278.py +44 -24
  300. githubkit/versions/ghec_v2022_11_28/models/group_1279.py +65 -10
  301. githubkit/versions/ghec_v2022_11_28/models/group_1280.py +25 -8
  302. githubkit/versions/ghec_v2022_11_28/models/group_1281.py +12 -5
  303. githubkit/versions/ghec_v2022_11_28/models/group_1282.py +12 -5
  304. githubkit/versions/ghec_v2022_11_28/models/group_1283.py +5 -17
  305. githubkit/versions/ghec_v2022_11_28/models/group_1284.py +5 -11
  306. githubkit/versions/ghec_v2022_11_28/models/group_1285.py +14 -8
  307. githubkit/versions/ghec_v2022_11_28/models/group_1286.py +8 -9
  308. githubkit/versions/ghec_v2022_11_28/models/group_1287.py +9 -6
  309. githubkit/versions/ghec_v2022_11_28/models/group_1288.py +6 -6
  310. githubkit/versions/ghec_v2022_11_28/models/group_1289.py +6 -23
  311. githubkit/versions/ghec_v2022_11_28/models/group_1290.py +8 -26
  312. githubkit/versions/ghec_v2022_11_28/models/group_1291.py +24 -7
  313. githubkit/versions/ghec_v2022_11_28/models/group_1292.py +20 -40
  314. githubkit/versions/ghec_v2022_11_28/models/group_1293.py +7 -46
  315. githubkit/versions/ghec_v2022_11_28/models/group_1294.py +44 -28
  316. githubkit/versions/ghec_v2022_11_28/models/group_1295.py +40 -11
  317. githubkit/versions/ghec_v2022_11_28/models/group_1296.py +33 -7
  318. githubkit/versions/ghec_v2022_11_28/models/group_1297.py +17 -6
  319. githubkit/versions/ghec_v2022_11_28/models/group_1298.py +8 -16
  320. githubkit/versions/ghec_v2022_11_28/models/group_1299.py +7 -8
  321. githubkit/versions/ghec_v2022_11_28/models/group_1300.py +12 -8
  322. githubkit/versions/ghec_v2022_11_28/models/group_1301.py +8 -9
  323. githubkit/versions/ghec_v2022_11_28/models/group_1302.py +12 -12
  324. githubkit/versions/ghec_v2022_11_28/models/group_1303.py +9 -17
  325. githubkit/versions/ghec_v2022_11_28/models/group_1304.py +12 -10
  326. githubkit/versions/ghec_v2022_11_28/models/group_1305.py +17 -8
  327. githubkit/versions/ghec_v2022_11_28/models/group_1306.py +8 -9
  328. githubkit/versions/ghec_v2022_11_28/models/group_1307.py +11 -4
  329. githubkit/versions/ghec_v2022_11_28/models/group_1308.py +9 -11
  330. githubkit/versions/ghec_v2022_11_28/models/group_1309.py +4 -12
  331. githubkit/versions/ghec_v2022_11_28/models/group_1310.py +9 -35
  332. githubkit/versions/ghec_v2022_11_28/models/group_1311.py +7 -10
  333. githubkit/versions/ghec_v2022_11_28/models/group_1312.py +21 -72
  334. githubkit/versions/ghec_v2022_11_28/models/group_1313.py +11 -11
  335. githubkit/versions/ghec_v2022_11_28/models/group_1314.py +89 -11
  336. githubkit/versions/ghec_v2022_11_28/models/group_1315.py +11 -12
  337. githubkit/versions/ghec_v2022_11_28/models/group_1316.py +12 -9
  338. githubkit/versions/ghec_v2022_11_28/models/group_1317.py +13 -9
  339. githubkit/versions/ghec_v2022_11_28/models/group_1318.py +12 -74
  340. githubkit/versions/ghec_v2022_11_28/models/group_1319.py +69 -0
  341. githubkit/versions/ghec_v2022_11_28/models/group_1320.py +29 -0
  342. githubkit/versions/ghec_v2022_11_28/models/group_1321.py +29 -0
  343. githubkit/versions/ghec_v2022_11_28/models/group_1322.py +97 -0
  344. githubkit/versions/ghec_v2022_11_28/rest/actions.py +826 -0
  345. githubkit/versions/ghec_v2022_11_28/rest/activity.py +144 -0
  346. githubkit/versions/ghec_v2022_11_28/rest/apps.py +176 -0
  347. githubkit/versions/ghec_v2022_11_28/rest/billing.py +76 -0
  348. githubkit/versions/ghec_v2022_11_28/rest/campaigns.py +28 -0
  349. githubkit/versions/ghec_v2022_11_28/rest/checks.py +68 -0
  350. githubkit/versions/ghec_v2022_11_28/rest/classroom.py +24 -0
  351. githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +112 -0
  352. githubkit/versions/ghec_v2022_11_28/rest/code_security.py +116 -0
  353. githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +8 -0
  354. githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +246 -0
  355. githubkit/versions/ghec_v2022_11_28/rest/copilot.py +68 -0
  356. githubkit/versions/ghec_v2022_11_28/rest/credentials.py +8 -0
  357. githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +112 -0
  358. githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +16 -0
  359. githubkit/versions/ghec_v2022_11_28/rest/emojis.py +4 -0
  360. githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +388 -0
  361. githubkit/versions/ghec_v2022_11_28/rest/gists.py +104 -2
  362. githubkit/versions/ghec_v2022_11_28/rest/git.py +76 -0
  363. githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +8 -0
  364. githubkit/versions/ghec_v2022_11_28/rest/hosted_compute.py +32 -0
  365. githubkit/versions/ghec_v2022_11_28/rest/interactions.py +56 -2
  366. githubkit/versions/ghec_v2022_11_28/rest/issues.py +244 -0
  367. githubkit/versions/ghec_v2022_11_28/rest/licenses.py +12 -0
  368. githubkit/versions/ghec_v2022_11_28/rest/markdown.py +24 -2
  369. githubkit/versions/ghec_v2022_11_28/rest/meta.py +20 -0
  370. githubkit/versions/ghec_v2022_11_28/rest/migrations.py +112 -0
  371. githubkit/versions/ghec_v2022_11_28/rest/oidc.py +12 -0
  372. githubkit/versions/ghec_v2022_11_28/rest/orgs.py +880 -0
  373. githubkit/versions/ghec_v2022_11_28/rest/packages.py +108 -0
  374. githubkit/versions/ghec_v2022_11_28/rest/private_registries.py +36 -0
  375. githubkit/versions/ghec_v2022_11_28/rest/projects.py +146 -0
  376. githubkit/versions/ghec_v2022_11_28/rest/pulls.py +162 -0
  377. githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +6 -0
  378. githubkit/versions/ghec_v2022_11_28/rest/reactions.py +136 -0
  379. githubkit/versions/ghec_v2022_11_28/rest/repos.py +1086 -0
  380. githubkit/versions/ghec_v2022_11_28/rest/scim.py +36 -0
  381. githubkit/versions/ghec_v2022_11_28/rest/search.py +28 -0
  382. githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +84 -0
  383. githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +52 -0
  384. githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +4 -0
  385. githubkit/versions/ghec_v2022_11_28/rest/teams.py +360 -0
  386. githubkit/versions/ghec_v2022_11_28/rest/users.py +429 -2
  387. githubkit/versions/ghec_v2022_11_28/types/__init__.py +763 -733
  388. githubkit/versions/ghec_v2022_11_28/types/group_0060.py +11 -0
  389. githubkit/versions/ghec_v2022_11_28/types/group_0148.py +2 -0
  390. githubkit/versions/ghec_v2022_11_28/types/group_0240.py +1 -0
  391. githubkit/versions/ghec_v2022_11_28/types/group_0394.py +1 -0
  392. githubkit/versions/ghec_v2022_11_28/types/group_0477.py +3 -1
  393. githubkit/versions/ghec_v2022_11_28/types/group_0487.py +1 -1
  394. githubkit/versions/ghec_v2022_11_28/types/group_0709.py +1 -1
  395. githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -62
  396. githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -24
  397. githubkit/versions/ghec_v2022_11_28/types/group_0999.py +62 -13
  398. githubkit/versions/ghec_v2022_11_28/types/group_1000.py +16 -90
  399. githubkit/versions/ghec_v2022_11_28/types/group_1001.py +12 -4
  400. githubkit/versions/ghec_v2022_11_28/types/group_1002.py +20 -20
  401. githubkit/versions/ghec_v2022_11_28/types/group_1003.py +3 -7
  402. githubkit/versions/ghec_v2022_11_28/types/group_1004.py +96 -6
  403. githubkit/versions/ghec_v2022_11_28/types/group_1005.py +6 -12
  404. githubkit/versions/ghec_v2022_11_28/types/group_1006.py +8 -8
  405. githubkit/versions/ghec_v2022_11_28/types/group_1007.py +12 -9
  406. githubkit/versions/ghec_v2022_11_28/types/group_1008.py +7 -4
  407. githubkit/versions/ghec_v2022_11_28/types/group_1009.py +12 -5
  408. githubkit/versions/ghec_v2022_11_28/types/group_1010.py +5 -24
  409. githubkit/versions/ghec_v2022_11_28/types/group_1011.py +5 -9
  410. githubkit/versions/ghec_v2022_11_28/types/group_1012.py +23 -7
  411. githubkit/versions/ghec_v2022_11_28/types/group_1013.py +9 -5
  412. githubkit/versions/ghec_v2022_11_28/types/group_1014.py +7 -7
  413. githubkit/versions/ghec_v2022_11_28/types/group_1015.py +4 -4
  414. githubkit/versions/ghec_v2022_11_28/types/group_1016.py +7 -7
  415. githubkit/versions/ghec_v2022_11_28/types/group_1017.py +3 -3
  416. githubkit/versions/ghec_v2022_11_28/types/group_1018.py +5 -6
  417. githubkit/versions/ghec_v2022_11_28/types/group_1019.py +4 -4
  418. githubkit/versions/ghec_v2022_11_28/types/group_1020.py +6 -5
  419. githubkit/versions/ghec_v2022_11_28/types/group_1021.py +3 -3
  420. githubkit/versions/ghec_v2022_11_28/types/group_1022.py +5 -5
  421. githubkit/versions/ghec_v2022_11_28/types/group_1023.py +5 -8
  422. githubkit/versions/ghec_v2022_11_28/types/group_1024.py +6 -22
  423. githubkit/versions/ghec_v2022_11_28/types/group_1025.py +7 -8
  424. githubkit/versions/ghec_v2022_11_28/types/group_1026.py +23 -7
  425. githubkit/versions/ghec_v2022_11_28/types/group_1027.py +9 -5
  426. githubkit/versions/ghec_v2022_11_28/types/group_1028.py +7 -25
  427. githubkit/versions/ghec_v2022_11_28/types/group_1029.py +5 -24
  428. githubkit/versions/ghec_v2022_11_28/types/group_1030.py +21 -4
  429. githubkit/versions/ghec_v2022_11_28/types/group_1031.py +23 -7
  430. githubkit/versions/ghec_v2022_11_28/types/group_1032.py +10 -4
  431. githubkit/versions/ghec_v2022_11_28/types/group_1033.py +8 -9
  432. githubkit/versions/ghec_v2022_11_28/types/group_1034.py +3 -8
  433. githubkit/versions/ghec_v2022_11_28/types/group_1035.py +7 -4
  434. githubkit/versions/ghec_v2022_11_28/types/group_1036.py +8 -14
  435. githubkit/versions/ghec_v2022_11_28/types/group_1037.py +5 -4
  436. githubkit/versions/ghec_v2022_11_28/types/group_1038.py +15 -4
  437. githubkit/versions/ghec_v2022_11_28/types/group_1039.py +4 -5
  438. githubkit/versions/ghec_v2022_11_28/types/group_1040.py +4 -9
  439. githubkit/versions/ghec_v2022_11_28/types/group_1041.py +5 -6
  440. githubkit/versions/ghec_v2022_11_28/types/group_1042.py +8 -7
  441. githubkit/versions/ghec_v2022_11_28/types/group_1043.py +7 -6
  442. githubkit/versions/ghec_v2022_11_28/types/group_1044.py +7 -25
  443. githubkit/versions/ghec_v2022_11_28/types/group_1045.py +6 -11
  444. githubkit/versions/ghec_v2022_11_28/types/group_1046.py +25 -6
  445. githubkit/versions/ghec_v2022_11_28/types/group_1047.py +8 -9
  446. githubkit/versions/ghec_v2022_11_28/types/group_1048.py +6 -6
  447. githubkit/versions/ghec_v2022_11_28/types/group_1049.py +14 -7
  448. githubkit/versions/ghec_v2022_11_28/types/group_1050.py +6 -8
  449. githubkit/versions/ghec_v2022_11_28/types/group_1051.py +10 -46
  450. githubkit/versions/ghec_v2022_11_28/types/group_1052.py +7 -70
  451. githubkit/versions/ghec_v2022_11_28/types/group_1053.py +43 -71
  452. githubkit/versions/ghec_v2022_11_28/types/group_1054.py +70 -7
  453. githubkit/versions/ghec_v2022_11_28/types/group_1055.py +70 -7
  454. githubkit/versions/ghec_v2022_11_28/types/group_1056.py +8 -10
  455. githubkit/versions/ghec_v2022_11_28/types/group_1057.py +7 -14
  456. githubkit/versions/ghec_v2022_11_28/types/group_1058.py +8 -11
  457. githubkit/versions/ghec_v2022_11_28/types/group_1059.py +14 -6
  458. githubkit/versions/ghec_v2022_11_28/types/group_1060.py +12 -5
  459. githubkit/versions/ghec_v2022_11_28/types/group_1061.py +6 -4
  460. githubkit/versions/ghec_v2022_11_28/types/group_1062.py +6 -9
  461. githubkit/versions/ghec_v2022_11_28/types/group_1063.py +4 -13
  462. githubkit/versions/ghec_v2022_11_28/types/group_1064.py +8 -7
  463. githubkit/versions/ghec_v2022_11_28/types/group_1065.py +13 -4
  464. githubkit/versions/ghec_v2022_11_28/types/group_1066.py +7 -5
  465. githubkit/versions/ghec_v2022_11_28/types/group_1067.py +5 -6
  466. githubkit/versions/ghec_v2022_11_28/types/group_1068.py +5 -5
  467. githubkit/versions/ghec_v2022_11_28/types/group_1069.py +5 -4
  468. githubkit/versions/ghec_v2022_11_28/types/group_1070.py +5 -17
  469. githubkit/versions/ghec_v2022_11_28/types/group_1071.py +4 -5
  470. githubkit/versions/ghec_v2022_11_28/types/group_1072.py +17 -6
  471. githubkit/versions/ghec_v2022_11_28/types/group_1073.py +5 -6
  472. githubkit/versions/ghec_v2022_11_28/types/group_1074.py +6 -5
  473. githubkit/versions/ghec_v2022_11_28/types/group_1075.py +8 -4
  474. githubkit/versions/ghec_v2022_11_28/types/group_1076.py +5 -20
  475. githubkit/versions/ghec_v2022_11_28/types/group_1077.py +4 -21
  476. githubkit/versions/ghec_v2022_11_28/types/group_1078.py +21 -5
  477. githubkit/versions/ghec_v2022_11_28/types/group_1079.py +20 -6
  478. githubkit/versions/ghec_v2022_11_28/types/group_1080.py +4 -5
  479. githubkit/versions/ghec_v2022_11_28/types/group_1081.py +6 -20
  480. githubkit/versions/ghec_v2022_11_28/types/group_1082.py +5 -4
  481. githubkit/versions/ghec_v2022_11_28/types/group_1083.py +21 -4
  482. githubkit/versions/ghec_v2022_11_28/types/group_1084.py +5 -7
  483. githubkit/versions/ghec_v2022_11_28/types/group_1085.py +4 -11
  484. githubkit/versions/ghec_v2022_11_28/types/group_1086.py +3 -3
  485. githubkit/versions/ghec_v2022_11_28/types/group_1087.py +9 -5
  486. githubkit/versions/ghec_v2022_11_28/types/group_1088.py +7 -5
  487. githubkit/versions/ghec_v2022_11_28/types/group_1089.py +5 -5
  488. githubkit/versions/ghec_v2022_11_28/types/group_1090.py +5 -177
  489. githubkit/versions/ghec_v2022_11_28/types/group_1091.py +6 -8
  490. githubkit/versions/ghec_v2022_11_28/types/group_1092.py +176 -4
  491. githubkit/versions/ghec_v2022_11_28/types/group_1093.py +7 -8
  492. githubkit/versions/ghec_v2022_11_28/types/group_1094.py +5 -8
  493. githubkit/versions/ghec_v2022_11_28/types/group_1095.py +8 -7
  494. githubkit/versions/ghec_v2022_11_28/types/group_1096.py +8 -7
  495. githubkit/versions/ghec_v2022_11_28/types/group_1097.py +5 -5
  496. githubkit/versions/ghec_v2022_11_28/types/group_1098.py +6 -7
  497. githubkit/versions/ghec_v2022_11_28/types/group_1099.py +7 -4
  498. githubkit/versions/ghec_v2022_11_28/types/group_1100.py +7 -4
  499. githubkit/versions/ghec_v2022_11_28/types/group_1101.py +4 -7
  500. githubkit/versions/ghec_v2022_11_28/types/group_1102.py +4 -7
  501. githubkit/versions/ghec_v2022_11_28/types/group_1103.py +5 -7
  502. githubkit/versions/ghec_v2022_11_28/types/group_1104.py +5 -5
  503. githubkit/versions/ghec_v2022_11_28/types/group_1105.py +9 -7
  504. githubkit/versions/ghec_v2022_11_28/types/group_1106.py +8 -5
  505. githubkit/versions/ghec_v2022_11_28/types/group_1107.py +8 -5
  506. githubkit/versions/ghec_v2022_11_28/types/group_1108.py +5 -8
  507. githubkit/versions/ghec_v2022_11_28/types/group_1109.py +5 -6
  508. githubkit/versions/ghec_v2022_11_28/types/group_1110.py +5 -5
  509. githubkit/versions/ghec_v2022_11_28/types/group_1111.py +5 -5
  510. githubkit/versions/ghec_v2022_11_28/types/group_1112.py +8 -6
  511. githubkit/versions/ghec_v2022_11_28/types/group_1113.py +6 -32
  512. githubkit/versions/ghec_v2022_11_28/types/group_1114.py +6 -23
  513. githubkit/versions/ghec_v2022_11_28/types/group_1115.py +33 -9
  514. githubkit/versions/ghec_v2022_11_28/types/group_1116.py +12 -32
  515. githubkit/versions/ghec_v2022_11_28/types/group_1117.py +8 -5
  516. githubkit/versions/ghec_v2022_11_28/types/group_1118.py +17 -39
  517. githubkit/versions/ghec_v2022_11_28/types/group_1119.py +4 -6
  518. githubkit/versions/ghec_v2022_11_28/types/group_1120.py +42 -101
  519. githubkit/versions/ghec_v2022_11_28/types/group_1121.py +6 -50
  520. githubkit/versions/ghec_v2022_11_28/types/group_1122.py +107 -10
  521. githubkit/versions/ghec_v2022_11_28/types/group_1123.py +45 -7
  522. githubkit/versions/ghec_v2022_11_28/types/group_1124.py +21 -7
  523. githubkit/versions/ghec_v2022_11_28/types/group_1125.py +3 -4
  524. githubkit/versions/ghec_v2022_11_28/types/group_1126.py +9 -5
  525. githubkit/versions/ghec_v2022_11_28/types/group_1127.py +10 -5
  526. githubkit/versions/ghec_v2022_11_28/types/group_1128.py +3 -3
  527. githubkit/versions/ghec_v2022_11_28/types/group_1129.py +5 -7
  528. githubkit/versions/ghec_v2022_11_28/types/group_1130.py +5 -7
  529. githubkit/versions/ghec_v2022_11_28/types/group_1131.py +4 -6
  530. githubkit/versions/ghec_v2022_11_28/types/group_1132.py +7 -5
  531. githubkit/versions/ghec_v2022_11_28/types/group_1133.py +9 -5
  532. githubkit/versions/ghec_v2022_11_28/types/group_1134.py +3 -3
  533. githubkit/versions/ghec_v2022_11_28/types/group_1135.py +8 -4
  534. githubkit/versions/ghec_v2022_11_28/types/group_1136.py +8 -10
  535. githubkit/versions/ghec_v2022_11_28/types/group_1137.py +5 -9
  536. githubkit/versions/ghec_v2022_11_28/types/group_1138.py +7 -50
  537. githubkit/versions/ghec_v2022_11_28/types/group_1139.py +10 -31
  538. githubkit/versions/ghec_v2022_11_28/types/group_1140.py +49 -29
  539. githubkit/versions/ghec_v2022_11_28/types/group_1141.py +27 -57
  540. githubkit/versions/ghec_v2022_11_28/types/group_1142.py +24 -21
  541. githubkit/versions/ghec_v2022_11_28/types/group_1143.py +55 -28
  542. githubkit/versions/ghec_v2022_11_28/types/group_1144.py +36 -10
  543. githubkit/versions/ghec_v2022_11_28/types/group_1145.py +30 -18
  544. githubkit/versions/ghec_v2022_11_28/types/group_1146.py +4 -7
  545. githubkit/versions/ghec_v2022_11_28/types/group_1147.py +19 -9
  546. githubkit/versions/ghec_v2022_11_28/types/group_1148.py +8 -12
  547. githubkit/versions/ghec_v2022_11_28/types/group_1149.py +9 -10
  548. githubkit/versions/ghec_v2022_11_28/types/group_1150.py +5 -5
  549. githubkit/versions/ghec_v2022_11_28/types/group_1151.py +11 -11
  550. githubkit/versions/ghec_v2022_11_28/types/group_1152.py +12 -8
  551. githubkit/versions/ghec_v2022_11_28/types/group_1153.py +11 -15
  552. githubkit/versions/ghec_v2022_11_28/types/group_1154.py +7 -20
  553. githubkit/versions/ghec_v2022_11_28/types/group_1155.py +16 -8
  554. githubkit/versions/ghec_v2022_11_28/types/group_1156.py +15 -13
  555. githubkit/versions/ghec_v2022_11_28/types/group_1157.py +6 -19
  556. githubkit/versions/ghec_v2022_11_28/types/group_1158.py +18 -5
  557. githubkit/versions/ghec_v2022_11_28/types/group_1159.py +21 -5
  558. githubkit/versions/ghec_v2022_11_28/types/group_1160.py +6 -5
  559. githubkit/versions/ghec_v2022_11_28/types/group_1161.py +5 -8
  560. githubkit/versions/ghec_v2022_11_28/types/group_1162.py +4 -7
  561. githubkit/versions/ghec_v2022_11_28/types/group_1163.py +7 -7
  562. githubkit/versions/ghec_v2022_11_28/types/group_1164.py +7 -36
  563. githubkit/versions/ghec_v2022_11_28/types/group_1165.py +7 -32
  564. githubkit/versions/ghec_v2022_11_28/types/group_1166.py +36 -11
  565. githubkit/versions/ghec_v2022_11_28/types/group_1167.py +26 -14
  566. githubkit/versions/ghec_v2022_11_28/types/group_1168.py +11 -5
  567. githubkit/versions/ghec_v2022_11_28/types/group_1169.py +20 -7
  568. githubkit/versions/ghec_v2022_11_28/types/group_1170.py +6 -24
  569. githubkit/versions/ghec_v2022_11_28/types/group_1171.py +8 -5
  570. githubkit/versions/ghec_v2022_11_28/types/group_1172.py +22 -12
  571. githubkit/versions/ghec_v2022_11_28/types/group_1173.py +5 -7
  572. githubkit/versions/ghec_v2022_11_28/types/group_1174.py +13 -8
  573. githubkit/versions/ghec_v2022_11_28/types/group_1175.py +7 -19
  574. githubkit/versions/ghec_v2022_11_28/types/group_1176.py +6 -27
  575. githubkit/versions/ghec_v2022_11_28/types/group_1177.py +14 -19
  576. githubkit/versions/ghec_v2022_11_28/types/group_1178.py +27 -6
  577. githubkit/versions/ghec_v2022_11_28/types/group_1179.py +18 -10
  578. githubkit/versions/ghec_v2022_11_28/types/group_1180.py +9 -8
  579. githubkit/versions/ghec_v2022_11_28/types/group_1181.py +16 -6
  580. githubkit/versions/ghec_v2022_11_28/types/group_1182.py +5 -5
  581. githubkit/versions/ghec_v2022_11_28/types/group_1183.py +5 -5
  582. githubkit/versions/ghec_v2022_11_28/types/group_1184.py +8 -6
  583. githubkit/versions/ghec_v2022_11_28/types/group_1185.py +6 -7
  584. githubkit/versions/ghec_v2022_11_28/types/group_1186.py +5 -5
  585. githubkit/versions/ghec_v2022_11_28/types/group_1187.py +5 -39
  586. githubkit/versions/ghec_v2022_11_28/types/group_1188.py +6 -6
  587. githubkit/versions/ghec_v2022_11_28/types/group_1189.py +40 -5
  588. githubkit/versions/ghec_v2022_11_28/types/group_1190.py +6 -25
  589. githubkit/versions/ghec_v2022_11_28/types/group_1191.py +5 -19
  590. githubkit/versions/ghec_v2022_11_28/types/group_1192.py +17 -16
  591. githubkit/versions/ghec_v2022_11_28/types/group_1193.py +18 -9
  592. githubkit/versions/ghec_v2022_11_28/types/group_1194.py +18 -3
  593. githubkit/versions/ghec_v2022_11_28/types/group_1195.py +10 -9
  594. githubkit/versions/ghec_v2022_11_28/types/group_1196.py +8 -8
  595. githubkit/versions/ghec_v2022_11_28/types/group_1197.py +9 -5
  596. githubkit/versions/ghec_v2022_11_28/types/group_1198.py +8 -5
  597. githubkit/versions/ghec_v2022_11_28/types/group_1199.py +7 -4
  598. githubkit/versions/ghec_v2022_11_28/types/group_1200.py +5 -5
  599. githubkit/versions/ghec_v2022_11_28/types/group_1201.py +4 -27
  600. githubkit/versions/ghec_v2022_11_28/types/group_1202.py +6 -5
  601. githubkit/versions/ghec_v2022_11_28/types/group_1203.py +25 -7
  602. githubkit/versions/ghec_v2022_11_28/types/group_1204.py +10 -39
  603. githubkit/versions/ghec_v2022_11_28/types/group_1205.py +8 -5
  604. githubkit/versions/ghec_v2022_11_28/types/group_1206.py +33 -4
  605. githubkit/versions/ghec_v2022_11_28/types/group_1207.py +5 -5
  606. githubkit/versions/ghec_v2022_11_28/types/group_1208.py +4 -4
  607. githubkit/versions/ghec_v2022_11_28/types/group_1209.py +5 -16
  608. githubkit/versions/ghec_v2022_11_28/types/group_1210.py +5 -5
  609. githubkit/versions/ghec_v2022_11_28/types/group_1211.py +15 -4
  610. githubkit/versions/ghec_v2022_11_28/types/group_1212.py +4 -15
  611. githubkit/versions/ghec_v2022_11_28/types/group_1213.py +5 -5
  612. githubkit/versions/ghec_v2022_11_28/types/group_1214.py +15 -5
  613. githubkit/versions/ghec_v2022_11_28/types/group_1215.py +4 -7
  614. githubkit/versions/ghec_v2022_11_28/types/group_1216.py +6 -5
  615. githubkit/versions/ghec_v2022_11_28/types/group_1217.py +8 -6
  616. githubkit/versions/ghec_v2022_11_28/types/group_1218.py +4 -6
  617. githubkit/versions/ghec_v2022_11_28/types/group_1219.py +5 -6
  618. githubkit/versions/ghec_v2022_11_28/types/group_1220.py +6 -6
  619. githubkit/versions/ghec_v2022_11_28/types/group_1221.py +6 -6
  620. githubkit/versions/ghec_v2022_11_28/types/group_1222.py +7 -5
  621. githubkit/versions/ghec_v2022_11_28/types/group_1223.py +6 -6
  622. githubkit/versions/ghec_v2022_11_28/types/group_1224.py +5 -10
  623. githubkit/versions/ghec_v2022_11_28/types/group_1225.py +6 -9
  624. githubkit/versions/ghec_v2022_11_28/types/group_1226.py +8 -4
  625. githubkit/versions/ghec_v2022_11_28/types/group_1227.py +9 -5
  626. githubkit/versions/ghec_v2022_11_28/types/group_1228.py +6 -10
  627. githubkit/versions/ghec_v2022_11_28/types/group_1229.py +5 -16
  628. githubkit/versions/ghec_v2022_11_28/types/group_1230.py +9 -14
  629. githubkit/versions/ghec_v2022_11_28/types/group_1231.py +6 -6
  630. githubkit/versions/ghec_v2022_11_28/types/group_1232.py +8 -10
  631. githubkit/versions/ghec_v2022_11_28/types/group_1233.py +6 -6
  632. githubkit/versions/ghec_v2022_11_28/types/group_1234.py +15 -8
  633. githubkit/versions/ghec_v2022_11_28/types/group_1235.py +14 -6
  634. githubkit/versions/ghec_v2022_11_28/types/group_1236.py +7 -6
  635. githubkit/versions/ghec_v2022_11_28/types/group_1237.py +7 -10
  636. githubkit/versions/ghec_v2022_11_28/types/group_1238.py +9 -5
  637. githubkit/versions/ghec_v2022_11_28/types/group_1239.py +11 -5
  638. githubkit/versions/ghec_v2022_11_28/types/group_1240.py +4 -6
  639. githubkit/versions/ghec_v2022_11_28/types/group_1241.py +4 -10
  640. githubkit/versions/ghec_v2022_11_28/types/group_1242.py +6 -4
  641. githubkit/versions/ghec_v2022_11_28/types/group_1243.py +12 -8
  642. githubkit/versions/ghec_v2022_11_28/types/group_1244.py +5 -10
  643. githubkit/versions/ghec_v2022_11_28/types/group_1245.py +7 -14
  644. githubkit/versions/ghec_v2022_11_28/types/group_1246.py +11 -16
  645. githubkit/versions/ghec_v2022_11_28/types/group_1247.py +15 -5
  646. githubkit/versions/ghec_v2022_11_28/types/group_1248.py +16 -10
  647. githubkit/versions/ghec_v2022_11_28/types/group_1249.py +5 -6
  648. githubkit/versions/ghec_v2022_11_28/types/group_1250.py +8 -5
  649. githubkit/versions/ghec_v2022_11_28/types/group_1251.py +5 -5
  650. githubkit/versions/ghec_v2022_11_28/types/group_1252.py +5 -5
  651. githubkit/versions/ghec_v2022_11_28/types/group_1253.py +3 -3
  652. githubkit/versions/ghec_v2022_11_28/types/group_1254.py +5 -25
  653. githubkit/versions/ghec_v2022_11_28/types/group_1255.py +6 -5
  654. githubkit/versions/ghec_v2022_11_28/types/group_1256.py +24 -5
  655. githubkit/versions/ghec_v2022_11_28/types/group_1257.py +5 -7
  656. githubkit/versions/ghec_v2022_11_28/types/group_1258.py +6 -4
  657. githubkit/versions/ghec_v2022_11_28/types/group_1259.py +6 -5
  658. githubkit/versions/ghec_v2022_11_28/types/group_1260.py +4 -13
  659. githubkit/versions/ghec_v2022_11_28/types/group_1261.py +5 -6
  660. githubkit/versions/ghec_v2022_11_28/types/group_1262.py +11 -5
  661. githubkit/versions/ghec_v2022_11_28/types/group_1263.py +5 -11
  662. githubkit/versions/ghec_v2022_11_28/types/group_1264.py +8 -6
  663. githubkit/versions/ghec_v2022_11_28/types/group_1265.py +12 -62
  664. githubkit/versions/ghec_v2022_11_28/types/group_1266.py +6 -63
  665. githubkit/versions/ghec_v2022_11_28/types/group_1267.py +60 -7
  666. githubkit/versions/ghec_v2022_11_28/types/group_1268.py +63 -7
  667. githubkit/versions/ghec_v2022_11_28/types/group_1269.py +8 -7
  668. githubkit/versions/ghec_v2022_11_28/types/group_1270.py +7 -6
  669. githubkit/versions/ghec_v2022_11_28/types/group_1271.py +9 -5
  670. githubkit/versions/ghec_v2022_11_28/types/group_1272.py +6 -5
  671. githubkit/versions/ghec_v2022_11_28/types/group_1273.py +5 -7
  672. githubkit/versions/ghec_v2022_11_28/types/group_1274.py +5 -9
  673. githubkit/versions/ghec_v2022_11_28/types/group_1275.py +6 -35
  674. githubkit/versions/ghec_v2022_11_28/types/group_1276.py +8 -35
  675. githubkit/versions/ghec_v2022_11_28/types/group_1277.py +29 -46
  676. githubkit/versions/ghec_v2022_11_28/types/group_1278.py +35 -12
  677. githubkit/versions/ghec_v2022_11_28/types/group_1279.py +52 -6
  678. githubkit/versions/ghec_v2022_11_28/types/group_1280.py +12 -5
  679. githubkit/versions/ghec_v2022_11_28/types/group_1281.py +6 -4
  680. githubkit/versions/ghec_v2022_11_28/types/group_1282.py +6 -7
  681. githubkit/versions/ghec_v2022_11_28/types/group_1283.py +4 -11
  682. githubkit/versions/ghec_v2022_11_28/types/group_1284.py +6 -7
  683. githubkit/versions/ghec_v2022_11_28/types/group_1285.py +11 -5
  684. githubkit/versions/ghec_v2022_11_28/types/group_1286.py +7 -5
  685. githubkit/versions/ghec_v2022_11_28/types/group_1287.py +5 -5
  686. githubkit/versions/ghec_v2022_11_28/types/group_1288.py +4 -4
  687. githubkit/versions/ghec_v2022_11_28/types/group_1289.py +5 -19
  688. githubkit/versions/ghec_v2022_11_28/types/group_1290.py +5 -12
  689. githubkit/versions/ghec_v2022_11_28/types/group_1291.py +19 -7
  690. githubkit/versions/ghec_v2022_11_28/types/group_1292.py +13 -17
  691. githubkit/versions/ghec_v2022_11_28/types/group_1293.py +7 -24
  692. githubkit/versions/ghec_v2022_11_28/types/group_1294.py +16 -23
  693. githubkit/versions/ghec_v2022_11_28/types/group_1295.py +24 -7
  694. githubkit/versions/ghec_v2022_11_28/types/group_1296.py +22 -6
  695. githubkit/versions/ghec_v2022_11_28/types/group_1297.py +8 -5
  696. githubkit/versions/ghec_v2022_11_28/types/group_1298.py +8 -7
  697. githubkit/versions/ghec_v2022_11_28/types/group_1299.py +4 -7
  698. githubkit/versions/ghec_v2022_11_28/types/group_1300.py +6 -5
  699. githubkit/versions/ghec_v2022_11_28/types/group_1301.py +7 -5
  700. githubkit/versions/ghec_v2022_11_28/types/group_1302.py +6 -9
  701. githubkit/versions/ghec_v2022_11_28/types/group_1303.py +5 -13
  702. githubkit/versions/ghec_v2022_11_28/types/group_1304.py +9 -6
  703. githubkit/versions/ghec_v2022_11_28/types/group_1305.py +12 -6
  704. githubkit/versions/ghec_v2022_11_28/types/group_1306.py +5 -8
  705. githubkit/versions/ghec_v2022_11_28/types/group_1307.py +8 -3
  706. githubkit/versions/ghec_v2022_11_28/types/group_1308.py +8 -5
  707. githubkit/versions/ghec_v2022_11_28/types/group_1309.py +3 -6
  708. githubkit/versions/ghec_v2022_11_28/types/group_1310.py +5 -13
  709. githubkit/versions/ghec_v2022_11_28/types/group_1311.py +6 -7
  710. githubkit/versions/ghec_v2022_11_28/types/group_1312.py +15 -31
  711. githubkit/versions/ghec_v2022_11_28/types/group_1313.py +7 -10
  712. githubkit/versions/ghec_v2022_11_28/types/group_1314.py +35 -15
  713. githubkit/versions/ghec_v2022_11_28/types/group_1315.py +10 -6
  714. githubkit/versions/ghec_v2022_11_28/types/group_1316.py +9 -4
  715. githubkit/versions/ghec_v2022_11_28/types/group_1317.py +6 -5
  716. githubkit/versions/ghec_v2022_11_28/types/group_1318.py +6 -65
  717. githubkit/versions/ghec_v2022_11_28/types/group_1319.py +52 -0
  718. githubkit/versions/ghec_v2022_11_28/types/group_1320.py +21 -0
  719. githubkit/versions/ghec_v2022_11_28/types/group_1321.py +21 -0
  720. githubkit/versions/ghec_v2022_11_28/types/group_1322.py +81 -0
  721. githubkit/versions/latest/models.py +28 -0
  722. githubkit/versions/latest/types.py +28 -0
  723. githubkit/versions/v2022_11_28/models/__init__.py +730 -700
  724. githubkit/versions/v2022_11_28/models/group_0028.py +12 -0
  725. githubkit/versions/v2022_11_28/models/group_0163.py +1 -1
  726. githubkit/versions/v2022_11_28/models/group_0199.py +1 -0
  727. githubkit/versions/v2022_11_28/models/group_0353.py +4 -0
  728. githubkit/versions/v2022_11_28/models/group_0422.py +5 -0
  729. githubkit/versions/v2022_11_28/models/group_0430.py +4 -1
  730. githubkit/versions/v2022_11_28/models/group_0647.py +3 -3
  731. githubkit/versions/v2022_11_28/models/group_0897.py +9 -74
  732. githubkit/versions/v2022_11_28/models/group_0898.py +8 -53
  733. githubkit/versions/v2022_11_28/models/group_0899.py +71 -40
  734. githubkit/versions/v2022_11_28/models/group_0900.py +31 -155
  735. githubkit/versions/v2022_11_28/models/group_0901.py +40 -7
  736. githubkit/versions/v2022_11_28/models/group_0902.py +27 -30
  737. githubkit/versions/v2022_11_28/models/group_0903.py +5 -12
  738. githubkit/versions/v2022_11_28/models/group_0904.py +175 -8
  739. githubkit/versions/v2022_11_28/models/group_0905.py +10 -14
  740. githubkit/versions/v2022_11_28/models/group_0906.py +14 -8
  741. githubkit/versions/v2022_11_28/models/group_0907.py +15 -15
  742. githubkit/versions/v2022_11_28/models/group_0908.py +9 -9
  743. githubkit/versions/v2022_11_28/models/group_0909.py +19 -6
  744. githubkit/versions/v2022_11_28/models/group_0910.py +8 -37
  745. githubkit/versions/v2022_11_28/models/group_0911.py +8 -23
  746. githubkit/versions/v2022_11_28/models/group_0912.py +39 -10
  747. githubkit/versions/v2022_11_28/models/group_0913.py +22 -6
  748. githubkit/versions/v2022_11_28/models/group_0914.py +9 -9
  749. githubkit/versions/v2022_11_28/models/group_0915.py +7 -8
  750. githubkit/versions/v2022_11_28/models/group_0916.py +5 -5
  751. githubkit/versions/v2022_11_28/models/group_0917.py +6 -7
  752. githubkit/versions/v2022_11_28/models/group_0918.py +6 -6
  753. githubkit/versions/v2022_11_28/models/group_0919.py +7 -6
  754. githubkit/versions/v2022_11_28/models/group_0920.py +5 -5
  755. githubkit/versions/v2022_11_28/models/group_0921.py +6 -6
  756. githubkit/versions/v2022_11_28/models/group_0922.py +8 -30
  757. githubkit/versions/v2022_11_28/models/group_0923.py +8 -23
  758. githubkit/versions/v2022_11_28/models/group_0924.py +29 -7
  759. githubkit/versions/v2022_11_28/models/group_0925.py +22 -6
  760. githubkit/versions/v2022_11_28/models/group_0926.py +7 -43
  761. githubkit/versions/v2022_11_28/models/group_0927.py +6 -42
  762. githubkit/versions/v2022_11_28/models/group_0928.py +30 -6
  763. githubkit/versions/v2022_11_28/models/group_0929.py +49 -14
  764. githubkit/versions/v2022_11_28/models/group_0930.py +23 -4
  765. githubkit/versions/v2022_11_28/models/group_0931.py +14 -32
  766. githubkit/versions/v2022_11_28/models/group_0932.py +4 -11
  767. githubkit/versions/v2022_11_28/models/group_0933.py +20 -6
  768. githubkit/versions/v2022_11_28/models/group_0934.py +14 -49
  769. githubkit/versions/v2022_11_28/models/group_0935.py +8 -7
  770. githubkit/versions/v2022_11_28/models/group_0936.py +50 -8
  771. githubkit/versions/v2022_11_28/models/group_0937.py +9 -6
  772. githubkit/versions/v2022_11_28/models/group_0938.py +5 -25
  773. githubkit/versions/v2022_11_28/models/group_0939.py +6 -13
  774. githubkit/versions/v2022_11_28/models/group_0940.py +17 -10
  775. githubkit/versions/v2022_11_28/models/group_0941.py +13 -7
  776. githubkit/versions/v2022_11_28/models/group_0942.py +12 -34
  777. githubkit/versions/v2022_11_28/models/group_0943.py +7 -25
  778. githubkit/versions/v2022_11_28/models/group_0944.py +36 -6
  779. githubkit/versions/v2022_11_28/models/group_0945.py +13 -16
  780. githubkit/versions/v2022_11_28/models/group_0946.py +6 -10
  781. githubkit/versions/v2022_11_28/models/group_0947.py +34 -11
  782. githubkit/versions/v2022_11_28/models/group_0948.py +10 -14
  783. githubkit/versions/v2022_11_28/models/group_0949.py +11 -116
  784. githubkit/versions/v2022_11_28/models/group_0950.py +12 -83
  785. githubkit/versions/v2022_11_28/models/group_0951.py +117 -87
  786. githubkit/versions/v2022_11_28/models/group_0952.py +82 -33
  787. githubkit/versions/v2022_11_28/models/group_0953.py +80 -14
  788. githubkit/versions/v2022_11_28/models/group_0954.py +29 -14
  789. githubkit/versions/v2022_11_28/models/group_0955.py +13 -30
  790. githubkit/versions/v2022_11_28/models/group_0956.py +13 -21
  791. githubkit/versions/v2022_11_28/models/group_0957.py +33 -8
  792. githubkit/versions/v2022_11_28/models/group_0958.py +25 -8
  793. githubkit/versions/v2022_11_28/models/group_0959.py +12 -5
  794. githubkit/versions/v2022_11_28/models/group_0960.py +12 -11
  795. githubkit/versions/v2022_11_28/models/group_0961.py +5 -19
  796. githubkit/versions/v2022_11_28/models/group_0962.py +11 -11
  797. githubkit/versions/v2022_11_28/models/group_0963.py +16 -8
  798. githubkit/versions/v2022_11_28/models/group_0964.py +8 -9
  799. githubkit/versions/v2022_11_28/models/group_0965.py +9 -6
  800. githubkit/versions/v2022_11_28/models/group_0966.py +8 -6
  801. githubkit/versions/v2022_11_28/models/group_0967.py +6 -10
  802. githubkit/versions/v2022_11_28/models/group_0968.py +8 -7
  803. githubkit/versions/v2022_11_28/models/group_0969.py +8 -10
  804. githubkit/versions/v2022_11_28/models/group_0970.py +7 -12
  805. githubkit/versions/v2022_11_28/models/group_0971.py +17 -4
  806. githubkit/versions/v2022_11_28/models/group_0972.py +12 -22
  807. githubkit/versions/v2022_11_28/models/group_0973.py +4 -26
  808. githubkit/versions/v2022_11_28/models/group_0974.py +24 -5
  809. githubkit/versions/v2022_11_28/models/group_0975.py +23 -7
  810. githubkit/versions/v2022_11_28/models/group_0976.py +5 -10
  811. githubkit/versions/v2022_11_28/models/group_0977.py +7 -23
  812. githubkit/versions/v2022_11_28/models/group_0978.py +9 -7
  813. githubkit/versions/v2022_11_28/models/group_0979.py +26 -4
  814. githubkit/versions/v2022_11_28/models/group_0980.py +8 -9
  815. githubkit/versions/v2022_11_28/models/group_0981.py +4 -26
  816. githubkit/versions/v2022_11_28/models/group_0982.py +4 -4
  817. githubkit/versions/v2022_11_28/models/group_0983.py +19 -7
  818. githubkit/versions/v2022_11_28/models/group_0984.py +9 -5
  819. githubkit/versions/v2022_11_28/models/group_0985.py +9 -6
  820. githubkit/versions/v2022_11_28/models/group_0986.py +5 -276
  821. githubkit/versions/v2022_11_28/models/group_0987.py +8 -8
  822. githubkit/versions/v2022_11_28/models/group_0988.py +273 -6
  823. githubkit/versions/v2022_11_28/models/group_0989.py +7 -15
  824. githubkit/versions/v2022_11_28/models/group_0990.py +9 -8
  825. githubkit/versions/v2022_11_28/models/group_0991.py +15 -7
  826. githubkit/versions/v2022_11_28/models/group_0992.py +8 -15
  827. githubkit/versions/v2022_11_28/models/group_0993.py +6 -6
  828. githubkit/versions/v2022_11_28/models/group_0994.py +11 -15
  829. githubkit/versions/v2022_11_28/models/group_0995.py +9 -9
  830. githubkit/versions/v2022_11_28/models/group_0996.py +15 -5
  831. githubkit/versions/v2022_11_28/models/group_0997.py +9 -9
  832. githubkit/versions/v2022_11_28/models/group_0998.py +10 -9
  833. githubkit/versions/v2022_11_28/models/group_0999.py +6 -8
  834. githubkit/versions/v2022_11_28/models/group_1000.py +6 -6
  835. githubkit/versions/v2022_11_28/models/group_1001.py +10 -13
  836. githubkit/versions/v2022_11_28/models/group_1002.py +8 -9
  837. githubkit/versions/v2022_11_28/models/group_1003.py +12 -8
  838. githubkit/versions/v2022_11_28/models/group_1004.py +9 -8
  839. githubkit/versions/v2022_11_28/models/group_1005.py +8 -8
  840. githubkit/versions/v2022_11_28/models/group_1006.py +6 -6
  841. githubkit/versions/v2022_11_28/models/group_1007.py +9 -6
  842. githubkit/versions/v2022_11_28/models/group_1008.py +8 -8
  843. githubkit/versions/v2022_11_28/models/group_1009.py +6 -36
  844. githubkit/versions/v2022_11_28/models/group_1010.py +7 -29
  845. githubkit/versions/v2022_11_28/models/group_1011.py +35 -7
  846. githubkit/versions/v2022_11_28/models/group_1012.py +20 -35
  847. githubkit/versions/v2022_11_28/models/group_1013.py +8 -7
  848. githubkit/versions/v2022_11_28/models/group_1014.py +20 -54
  849. githubkit/versions/v2022_11_28/models/group_1015.py +5 -14
  850. githubkit/versions/v2022_11_28/models/group_1016.py +45 -181
  851. githubkit/versions/v2022_11_28/models/group_1017.py +10 -86
  852. githubkit/versions/v2022_11_28/models/group_1018.py +188 -14
  853. githubkit/versions/v2022_11_28/models/group_1019.py +84 -7
  854. githubkit/versions/v2022_11_28/models/group_1020.py +36 -10
  855. githubkit/versions/v2022_11_28/models/group_1021.py +4 -5
  856. githubkit/versions/v2022_11_28/models/group_1022.py +12 -8
  857. githubkit/versions/v2022_11_28/models/group_1023.py +13 -8
  858. githubkit/versions/v2022_11_28/models/group_1024.py +4 -4
  859. githubkit/versions/v2022_11_28/models/group_1025.py +8 -6
  860. githubkit/versions/v2022_11_28/models/group_1026.py +8 -8
  861. githubkit/versions/v2022_11_28/models/group_1027.py +5 -7
  862. githubkit/versions/v2022_11_28/models/group_1028.py +8 -6
  863. githubkit/versions/v2022_11_28/models/group_1029.py +8 -6
  864. githubkit/versions/v2022_11_28/models/group_1030.py +4 -4
  865. githubkit/versions/v2022_11_28/models/group_1031.py +9 -5
  866. githubkit/versions/v2022_11_28/models/group_1032.py +8 -104
  867. githubkit/versions/v2022_11_28/models/group_1033.py +6 -56
  868. githubkit/versions/v2022_11_28/models/group_1034.py +89 -44
  869. githubkit/versions/v2022_11_28/models/group_1035.py +39 -86
  870. githubkit/versions/v2022_11_28/models/group_1036.py +31 -28
  871. githubkit/versions/v2022_11_28/models/group_1037.py +84 -42
  872. githubkit/versions/v2022_11_28/models/group_1038.py +58 -6
  873. githubkit/versions/v2022_11_28/models/group_1039.py +55 -23
  874. githubkit/versions/v2022_11_28/models/group_1040.py +5 -8
  875. githubkit/versions/v2022_11_28/models/group_1041.py +22 -21
  876. githubkit/versions/v2022_11_28/models/group_1042.py +15 -34
  877. githubkit/versions/v2022_11_28/models/group_1043.py +19 -19
  878. githubkit/versions/v2022_11_28/models/group_1044.py +8 -8
  879. githubkit/versions/v2022_11_28/models/group_1045.py +19 -30
  880. githubkit/versions/v2022_11_28/models/group_1046.py +34 -15
  881. githubkit/versions/v2022_11_28/models/group_1047.py +24 -35
  882. githubkit/versions/v2022_11_28/models/group_1048.py +7 -23
  883. githubkit/versions/v2022_11_28/models/group_1049.py +49 -8
  884. githubkit/versions/v2022_11_28/models/group_1050.py +17 -20
  885. githubkit/versions/v2022_11_28/models/group_1051.py +7 -22
  886. githubkit/versions/v2022_11_28/models/group_1052.py +23 -10
  887. githubkit/versions/v2022_11_28/models/group_1053.py +23 -10
  888. githubkit/versions/v2022_11_28/models/group_1054.py +14 -5
  889. githubkit/versions/v2022_11_28/models/group_1055.py +9 -10
  890. githubkit/versions/v2022_11_28/models/group_1056.py +5 -17
  891. githubkit/versions/v2022_11_28/models/group_1057.py +11 -8
  892. githubkit/versions/v2022_11_28/models/group_1058.py +11 -55
  893. githubkit/versions/v2022_11_28/models/group_1059.py +7 -53
  894. githubkit/versions/v2022_11_28/models/group_1060.py +54 -17
  895. githubkit/versions/v2022_11_28/models/group_1061.py +47 -16
  896. githubkit/versions/v2022_11_28/models/group_1062.py +19 -9
  897. githubkit/versions/v2022_11_28/models/group_1063.py +23 -12
  898. githubkit/versions/v2022_11_28/models/group_1064.py +10 -45
  899. githubkit/versions/v2022_11_28/models/group_1065.py +12 -7
  900. githubkit/versions/v2022_11_28/models/group_1066.py +33 -21
  901. githubkit/versions/v2022_11_28/models/group_1067.py +6 -27
  902. githubkit/versions/v2022_11_28/models/group_1068.py +24 -36
  903. githubkit/versions/v2022_11_28/models/group_1069.py +20 -31
  904. githubkit/versions/v2022_11_28/models/group_1070.py +43 -10
  905. githubkit/versions/v2022_11_28/models/group_1071.py +28 -12
  906. githubkit/versions/v2022_11_28/models/group_1072.py +16 -8
  907. githubkit/versions/v2022_11_28/models/group_1073.py +22 -8
  908. githubkit/versions/v2022_11_28/models/group_1074.py +6 -6
  909. githubkit/versions/v2022_11_28/models/group_1075.py +9 -6
  910. githubkit/versions/v2022_11_28/models/group_1076.py +8 -8
  911. githubkit/versions/v2022_11_28/models/group_1077.py +6 -18
  912. githubkit/versions/v2022_11_28/models/group_1078.py +6 -9
  913. githubkit/versions/v2022_11_28/models/group_1079.py +9 -62
  914. githubkit/versions/v2022_11_28/models/group_1080.py +10 -7
  915. githubkit/versions/v2022_11_28/models/group_1081.py +67 -7
  916. githubkit/versions/v2022_11_28/models/group_1082.py +7 -40
  917. githubkit/versions/v2022_11_28/models/group_1083.py +7 -38
  918. githubkit/versions/v2022_11_28/models/group_1084.py +24 -31
  919. githubkit/versions/v2022_11_28/models/group_1085.py +31 -18
  920. githubkit/versions/v2022_11_28/models/group_1086.py +32 -4
  921. githubkit/versions/v2022_11_28/models/group_1087.py +19 -15
  922. githubkit/versions/v2022_11_28/models/group_1088.py +12 -16
  923. githubkit/versions/v2022_11_28/models/group_1089.py +23 -6
  924. githubkit/versions/v2022_11_28/models/group_1090.py +21 -6
  925. githubkit/versions/v2022_11_28/models/group_1091.py +11 -4
  926. githubkit/versions/v2022_11_28/models/group_1092.py +6 -11
  927. githubkit/versions/v2022_11_28/models/group_1093.py +8 -49
  928. githubkit/versions/v2022_11_28/models/group_1094.py +14 -5
  929. githubkit/versions/v2022_11_28/models/group_1095.py +39 -8
  930. githubkit/versions/v2022_11_28/models/group_1096.py +5 -55
  931. githubkit/versions/v2022_11_28/models/group_1097.py +10 -9
  932. githubkit/versions/v2022_11_28/models/group_1098.py +50 -5
  933. githubkit/versions/v2022_11_28/models/group_1099.py +10 -5
  934. githubkit/versions/v2022_11_28/models/group_1100.py +7 -8
  935. githubkit/versions/v2022_11_28/models/group_1101.py +6 -20
  936. githubkit/versions/v2022_11_28/models/group_1102.py +12 -6
  937. githubkit/versions/v2022_11_28/models/group_1103.py +17 -9
  938. githubkit/versions/v2022_11_28/models/group_1104.py +5 -19
  939. githubkit/versions/v2022_11_28/models/group_1105.py +12 -6
  940. githubkit/versions/v2022_11_28/models/group_1106.py +18 -13
  941. githubkit/versions/v2022_11_28/models/group_1107.py +5 -11
  942. githubkit/versions/v2022_11_28/models/group_1108.py +14 -5
  943. githubkit/versions/v2022_11_28/models/group_1109.py +10 -12
  944. githubkit/versions/v2022_11_28/models/group_1110.py +5 -15
  945. githubkit/versions/v2022_11_28/models/group_1111.py +9 -8
  946. githubkit/versions/v2022_11_28/models/group_1112.py +9 -11
  947. githubkit/versions/v2022_11_28/models/group_1113.py +8 -14
  948. githubkit/versions/v2022_11_28/models/group_1114.py +16 -6
  949. githubkit/versions/v2022_11_28/models/group_1115.py +12 -10
  950. githubkit/versions/v2022_11_28/models/group_1116.py +6 -20
  951. githubkit/versions/v2022_11_28/models/group_1117.py +10 -17
  952. githubkit/versions/v2022_11_28/models/group_1118.py +15 -6
  953. githubkit/versions/v2022_11_28/models/group_1119.py +21 -6
  954. githubkit/versions/v2022_11_28/models/group_1120.py +10 -13
  955. githubkit/versions/v2022_11_28/models/group_1121.py +6 -25
  956. githubkit/versions/v2022_11_28/models/group_1122.py +11 -22
  957. githubkit/versions/v2022_11_28/models/group_1123.py +10 -10
  958. githubkit/versions/v2022_11_28/models/group_1124.py +9 -11
  959. githubkit/versions/v2022_11_28/models/group_1125.py +10 -10
  960. githubkit/versions/v2022_11_28/models/group_1126.py +21 -11
  961. githubkit/versions/v2022_11_28/models/group_1127.py +20 -10
  962. githubkit/versions/v2022_11_28/models/group_1128.py +10 -9
  963. githubkit/versions/v2022_11_28/models/group_1129.py +11 -22
  964. githubkit/versions/v2022_11_28/models/group_1130.py +16 -6
  965. githubkit/versions/v2022_11_28/models/group_1131.py +25 -7
  966. githubkit/versions/v2022_11_28/models/group_1132.py +6 -8
  967. githubkit/versions/v2022_11_28/models/group_1133.py +6 -31
  968. githubkit/versions/v2022_11_28/models/group_1134.py +9 -5
  969. githubkit/versions/v2022_11_28/models/group_1135.py +34 -10
  970. githubkit/versions/v2022_11_28/models/group_1136.py +11 -32
  971. githubkit/versions/v2022_11_28/models/group_1137.py +8 -42
  972. githubkit/versions/v2022_11_28/models/group_1138.py +14 -30
  973. githubkit/versions/v2022_11_28/models/group_1139.py +45 -5
  974. githubkit/versions/v2022_11_28/models/group_1140.py +33 -12
  975. githubkit/versions/v2022_11_28/models/group_1141.py +5 -8
  976. githubkit/versions/v2022_11_28/models/group_1142.py +19 -6
  977. githubkit/versions/v2022_11_28/models/group_1143.py +6 -10
  978. githubkit/versions/v2022_11_28/models/group_1144.py +6 -10
  979. githubkit/versions/v2022_11_28/models/group_1145.py +6 -6
  980. githubkit/versions/v2022_11_28/models/group_1146.py +8 -43
  981. githubkit/versions/v2022_11_28/models/group_1147.py +12 -5
  982. githubkit/versions/v2022_11_28/models/group_1148.py +42 -7
  983. githubkit/versions/v2022_11_28/models/group_1149.py +5 -14
  984. githubkit/versions/v2022_11_28/models/group_1150.py +9 -7
  985. githubkit/versions/v2022_11_28/models/group_1151.py +12 -6
  986. githubkit/versions/v2022_11_28/models/group_1152.py +6 -33
  987. githubkit/versions/v2022_11_28/models/group_1153.py +6 -10
  988. githubkit/versions/v2022_11_28/models/group_1154.py +28 -12
  989. githubkit/versions/v2022_11_28/models/group_1155.py +8 -29
  990. githubkit/versions/v2022_11_28/models/group_1156.py +20 -8
  991. githubkit/versions/v2022_11_28/models/group_1157.py +24 -68
  992. githubkit/versions/v2022_11_28/models/group_1158.py +7 -76
  993. githubkit/versions/v2022_11_28/models/group_1159.py +68 -12
  994. githubkit/versions/v2022_11_28/models/group_1160.py +75 -9
  995. githubkit/versions/v2022_11_28/models/group_1161.py +12 -13
  996. githubkit/versions/v2022_11_28/models/group_1162.py +10 -12
  997. githubkit/versions/v2022_11_28/models/group_1163.py +21 -6
  998. githubkit/versions/v2022_11_28/models/group_1164.py +13 -6
  999. githubkit/versions/v2022_11_28/models/group_1165.py +6 -15
  1000. githubkit/versions/v2022_11_28/models/group_1166.py +6 -21
  1001. githubkit/versions/v2022_11_28/models/group_1167.py +10 -23
  1002. githubkit/versions/v2022_11_28/models/group_1168.py +17 -7
  1003. githubkit/versions/v2022_11_28/models/group_1169.py +25 -8
  1004. githubkit/versions/v2022_11_28/models/group_1170.py +12 -5
  1005. githubkit/versions/v2022_11_28/models/group_1171.py +12 -5
  1006. githubkit/versions/v2022_11_28/models/group_1172.py +5 -17
  1007. githubkit/versions/v2022_11_28/models/group_1173.py +5 -11
  1008. githubkit/versions/v2022_11_28/models/group_1174.py +14 -8
  1009. githubkit/versions/v2022_11_28/models/group_1175.py +8 -9
  1010. githubkit/versions/v2022_11_28/models/group_1176.py +9 -6
  1011. githubkit/versions/v2022_11_28/models/group_1177.py +6 -6
  1012. githubkit/versions/v2022_11_28/models/group_1178.py +10 -32
  1013. githubkit/versions/v2022_11_28/models/group_1179.py +12 -8
  1014. githubkit/versions/v2022_11_28/models/group_1180.py +20 -40
  1015. githubkit/versions/v2022_11_28/models/group_1181.py +7 -46
  1016. githubkit/versions/v2022_11_28/models/group_1182.py +44 -28
  1017. githubkit/versions/v2022_11_28/models/group_1183.py +40 -11
  1018. githubkit/versions/v2022_11_28/models/group_1184.py +33 -7
  1019. githubkit/versions/v2022_11_28/models/group_1185.py +17 -6
  1020. githubkit/versions/v2022_11_28/models/group_1186.py +8 -16
  1021. githubkit/versions/v2022_11_28/models/group_1187.py +7 -8
  1022. githubkit/versions/v2022_11_28/models/group_1188.py +12 -8
  1023. githubkit/versions/v2022_11_28/models/group_1189.py +8 -9
  1024. githubkit/versions/v2022_11_28/models/group_1190.py +12 -12
  1025. githubkit/versions/v2022_11_28/models/group_1191.py +9 -17
  1026. githubkit/versions/v2022_11_28/models/group_1192.py +12 -10
  1027. githubkit/versions/v2022_11_28/models/group_1193.py +17 -8
  1028. githubkit/versions/v2022_11_28/models/group_1194.py +8 -9
  1029. githubkit/versions/v2022_11_28/models/group_1195.py +11 -4
  1030. githubkit/versions/v2022_11_28/models/group_1196.py +9 -11
  1031. githubkit/versions/v2022_11_28/models/group_1197.py +4 -12
  1032. githubkit/versions/v2022_11_28/models/group_1198.py +9 -35
  1033. githubkit/versions/v2022_11_28/models/group_1199.py +7 -10
  1034. githubkit/versions/v2022_11_28/models/group_1200.py +21 -72
  1035. githubkit/versions/v2022_11_28/models/group_1201.py +11 -11
  1036. githubkit/versions/v2022_11_28/models/group_1202.py +89 -11
  1037. githubkit/versions/v2022_11_28/models/group_1203.py +11 -12
  1038. githubkit/versions/v2022_11_28/models/group_1204.py +12 -9
  1039. githubkit/versions/v2022_11_28/models/group_1205.py +13 -9
  1040. githubkit/versions/v2022_11_28/models/group_1206.py +12 -74
  1041. githubkit/versions/v2022_11_28/models/group_1207.py +69 -0
  1042. githubkit/versions/v2022_11_28/models/group_1208.py +29 -0
  1043. githubkit/versions/v2022_11_28/models/group_1209.py +29 -0
  1044. githubkit/versions/v2022_11_28/models/group_1210.py +97 -0
  1045. githubkit/versions/v2022_11_28/rest/actions.py +746 -0
  1046. githubkit/versions/v2022_11_28/rest/activity.py +144 -0
  1047. githubkit/versions/v2022_11_28/rest/apps.py +176 -0
  1048. githubkit/versions/v2022_11_28/rest/billing.py +32 -0
  1049. githubkit/versions/v2022_11_28/rest/campaigns.py +28 -0
  1050. githubkit/versions/v2022_11_28/rest/checks.py +68 -0
  1051. githubkit/versions/v2022_11_28/rest/classroom.py +24 -0
  1052. githubkit/versions/v2022_11_28/rest/code_scanning.py +108 -0
  1053. githubkit/versions/v2022_11_28/rest/code_security.py +116 -0
  1054. githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +8 -0
  1055. githubkit/versions/v2022_11_28/rest/codespaces.py +246 -0
  1056. githubkit/versions/v2022_11_28/rest/copilot.py +52 -0
  1057. githubkit/versions/v2022_11_28/rest/credentials.py +8 -0
  1058. githubkit/versions/v2022_11_28/rest/dependabot.py +112 -0
  1059. githubkit/versions/v2022_11_28/rest/dependency_graph.py +16 -0
  1060. githubkit/versions/v2022_11_28/rest/emojis.py +4 -0
  1061. githubkit/versions/v2022_11_28/rest/gists.py +104 -2
  1062. githubkit/versions/v2022_11_28/rest/git.py +76 -0
  1063. githubkit/versions/v2022_11_28/rest/gitignore.py +8 -0
  1064. githubkit/versions/v2022_11_28/rest/hosted_compute.py +32 -0
  1065. githubkit/versions/v2022_11_28/rest/interactions.py +56 -2
  1066. githubkit/versions/v2022_11_28/rest/issues.py +244 -0
  1067. githubkit/versions/v2022_11_28/rest/licenses.py +12 -0
  1068. githubkit/versions/v2022_11_28/rest/markdown.py +24 -2
  1069. githubkit/versions/v2022_11_28/rest/meta.py +20 -0
  1070. githubkit/versions/v2022_11_28/rest/migrations.py +112 -0
  1071. githubkit/versions/v2022_11_28/rest/oidc.py +12 -0
  1072. githubkit/versions/v2022_11_28/rest/orgs.py +760 -0
  1073. githubkit/versions/v2022_11_28/rest/packages.py +108 -0
  1074. githubkit/versions/v2022_11_28/rest/private_registries.py +36 -0
  1075. githubkit/versions/v2022_11_28/rest/projects.py +146 -0
  1076. githubkit/versions/v2022_11_28/rest/pulls.py +162 -0
  1077. githubkit/versions/v2022_11_28/rest/rate_limit.py +6 -0
  1078. githubkit/versions/v2022_11_28/rest/reactions.py +136 -0
  1079. githubkit/versions/v2022_11_28/rest/repos.py +1046 -0
  1080. githubkit/versions/v2022_11_28/rest/search.py +28 -0
  1081. githubkit/versions/v2022_11_28/rest/secret_scanning.py +40 -0
  1082. githubkit/versions/v2022_11_28/rest/security_advisories.py +52 -0
  1083. githubkit/versions/v2022_11_28/rest/teams.py +308 -0
  1084. githubkit/versions/v2022_11_28/rest/users.py +429 -2
  1085. githubkit/versions/v2022_11_28/types/__init__.py +730 -700
  1086. githubkit/versions/v2022_11_28/types/group_0028.py +11 -0
  1087. githubkit/versions/v2022_11_28/types/group_0199.py +1 -0
  1088. githubkit/versions/v2022_11_28/types/group_0353.py +1 -0
  1089. githubkit/versions/v2022_11_28/types/group_0422.py +3 -1
  1090. githubkit/versions/v2022_11_28/types/group_0430.py +1 -1
  1091. githubkit/versions/v2022_11_28/types/group_0647.py +1 -1
  1092. githubkit/versions/v2022_11_28/types/group_0897.py +5 -62
  1093. githubkit/versions/v2022_11_28/types/group_0898.py +5 -24
  1094. githubkit/versions/v2022_11_28/types/group_0899.py +62 -13
  1095. githubkit/versions/v2022_11_28/types/group_0900.py +16 -90
  1096. githubkit/versions/v2022_11_28/types/group_0901.py +12 -4
  1097. githubkit/versions/v2022_11_28/types/group_0902.py +20 -20
  1098. githubkit/versions/v2022_11_28/types/group_0903.py +3 -7
  1099. githubkit/versions/v2022_11_28/types/group_0904.py +96 -6
  1100. githubkit/versions/v2022_11_28/types/group_0905.py +6 -12
  1101. githubkit/versions/v2022_11_28/types/group_0906.py +8 -8
  1102. githubkit/versions/v2022_11_28/types/group_0907.py +12 -9
  1103. githubkit/versions/v2022_11_28/types/group_0908.py +7 -4
  1104. githubkit/versions/v2022_11_28/types/group_0909.py +12 -5
  1105. githubkit/versions/v2022_11_28/types/group_0910.py +5 -24
  1106. githubkit/versions/v2022_11_28/types/group_0911.py +5 -9
  1107. githubkit/versions/v2022_11_28/types/group_0912.py +23 -7
  1108. githubkit/versions/v2022_11_28/types/group_0913.py +9 -5
  1109. githubkit/versions/v2022_11_28/types/group_0914.py +7 -4
  1110. githubkit/versions/v2022_11_28/types/group_0915.py +4 -7
  1111. githubkit/versions/v2022_11_28/types/group_0916.py +3 -3
  1112. githubkit/versions/v2022_11_28/types/group_0917.py +5 -6
  1113. githubkit/versions/v2022_11_28/types/group_0918.py +4 -4
  1114. githubkit/versions/v2022_11_28/types/group_0919.py +6 -5
  1115. githubkit/versions/v2022_11_28/types/group_0920.py +3 -3
  1116. githubkit/versions/v2022_11_28/types/group_0921.py +5 -5
  1117. githubkit/versions/v2022_11_28/types/group_0922.py +5 -24
  1118. githubkit/versions/v2022_11_28/types/group_0923.py +8 -9
  1119. githubkit/versions/v2022_11_28/types/group_0924.py +23 -7
  1120. githubkit/versions/v2022_11_28/types/group_0925.py +9 -5
  1121. githubkit/versions/v2022_11_28/types/group_0926.py +7 -25
  1122. githubkit/versions/v2022_11_28/types/group_0927.py +5 -24
  1123. githubkit/versions/v2022_11_28/types/group_0928.py +21 -4
  1124. githubkit/versions/v2022_11_28/types/group_0929.py +23 -7
  1125. githubkit/versions/v2022_11_28/types/group_0930.py +10 -4
  1126. githubkit/versions/v2022_11_28/types/group_0931.py +8 -9
  1127. githubkit/versions/v2022_11_28/types/group_0932.py +3 -8
  1128. githubkit/versions/v2022_11_28/types/group_0933.py +7 -4
  1129. githubkit/versions/v2022_11_28/types/group_0934.py +8 -14
  1130. githubkit/versions/v2022_11_28/types/group_0935.py +5 -4
  1131. githubkit/versions/v2022_11_28/types/group_0936.py +15 -4
  1132. githubkit/versions/v2022_11_28/types/group_0937.py +4 -5
  1133. githubkit/versions/v2022_11_28/types/group_0938.py +4 -9
  1134. githubkit/versions/v2022_11_28/types/group_0939.py +5 -6
  1135. githubkit/versions/v2022_11_28/types/group_0940.py +8 -7
  1136. githubkit/versions/v2022_11_28/types/group_0941.py +7 -6
  1137. githubkit/versions/v2022_11_28/types/group_0942.py +7 -25
  1138. githubkit/versions/v2022_11_28/types/group_0943.py +6 -11
  1139. githubkit/versions/v2022_11_28/types/group_0944.py +25 -6
  1140. githubkit/versions/v2022_11_28/types/group_0945.py +8 -9
  1141. githubkit/versions/v2022_11_28/types/group_0946.py +6 -6
  1142. githubkit/versions/v2022_11_28/types/group_0947.py +14 -7
  1143. githubkit/versions/v2022_11_28/types/group_0948.py +6 -8
  1144. githubkit/versions/v2022_11_28/types/group_0949.py +10 -46
  1145. githubkit/versions/v2022_11_28/types/group_0950.py +7 -70
  1146. githubkit/versions/v2022_11_28/types/group_0951.py +43 -71
  1147. githubkit/versions/v2022_11_28/types/group_0952.py +67 -20
  1148. githubkit/versions/v2022_11_28/types/group_0953.py +70 -7
  1149. githubkit/versions/v2022_11_28/types/group_0954.py +22 -8
  1150. githubkit/versions/v2022_11_28/types/group_0955.py +7 -14
  1151. githubkit/versions/v2022_11_28/types/group_0956.py +8 -11
  1152. githubkit/versions/v2022_11_28/types/group_0957.py +14 -6
  1153. githubkit/versions/v2022_11_28/types/group_0958.py +12 -5
  1154. githubkit/versions/v2022_11_28/types/group_0959.py +6 -4
  1155. githubkit/versions/v2022_11_28/types/group_0960.py +6 -9
  1156. githubkit/versions/v2022_11_28/types/group_0961.py +4 -13
  1157. githubkit/versions/v2022_11_28/types/group_0962.py +8 -7
  1158. githubkit/versions/v2022_11_28/types/group_0963.py +13 -5
  1159. githubkit/versions/v2022_11_28/types/group_0964.py +7 -5
  1160. githubkit/versions/v2022_11_28/types/group_0965.py +5 -5
  1161. githubkit/versions/v2022_11_28/types/group_0966.py +5 -4
  1162. githubkit/versions/v2022_11_28/types/group_0967.py +5 -5
  1163. githubkit/versions/v2022_11_28/types/group_0968.py +4 -6
  1164. githubkit/versions/v2022_11_28/types/group_0969.py +5 -6
  1165. githubkit/versions/v2022_11_28/types/group_0970.py +6 -5
  1166. githubkit/versions/v2022_11_28/types/group_0971.py +8 -4
  1167. githubkit/versions/v2022_11_28/types/group_0972.py +5 -20
  1168. githubkit/versions/v2022_11_28/types/group_0973.py +4 -21
  1169. githubkit/versions/v2022_11_28/types/group_0974.py +21 -5
  1170. githubkit/versions/v2022_11_28/types/group_0975.py +20 -6
  1171. githubkit/versions/v2022_11_28/types/group_0976.py +4 -5
  1172. githubkit/versions/v2022_11_28/types/group_0977.py +6 -20
  1173. githubkit/versions/v2022_11_28/types/group_0978.py +5 -4
  1174. githubkit/versions/v2022_11_28/types/group_0979.py +21 -4
  1175. githubkit/versions/v2022_11_28/types/group_0980.py +5 -7
  1176. githubkit/versions/v2022_11_28/types/group_0981.py +4 -11
  1177. githubkit/versions/v2022_11_28/types/group_0982.py +3 -3
  1178. githubkit/versions/v2022_11_28/types/group_0983.py +9 -5
  1179. githubkit/versions/v2022_11_28/types/group_0984.py +7 -5
  1180. githubkit/versions/v2022_11_28/types/group_0985.py +5 -5
  1181. githubkit/versions/v2022_11_28/types/group_0986.py +5 -160
  1182. githubkit/versions/v2022_11_28/types/group_0987.py +6 -8
  1183. githubkit/versions/v2022_11_28/types/group_0988.py +159 -4
  1184. githubkit/versions/v2022_11_28/types/group_0989.py +7 -8
  1185. githubkit/versions/v2022_11_28/types/group_0990.py +5 -8
  1186. githubkit/versions/v2022_11_28/types/group_0991.py +8 -7
  1187. githubkit/versions/v2022_11_28/types/group_0992.py +8 -7
  1188. githubkit/versions/v2022_11_28/types/group_0993.py +5 -5
  1189. githubkit/versions/v2022_11_28/types/group_0994.py +6 -7
  1190. githubkit/versions/v2022_11_28/types/group_0995.py +7 -4
  1191. githubkit/versions/v2022_11_28/types/group_0996.py +7 -4
  1192. githubkit/versions/v2022_11_28/types/group_0997.py +4 -7
  1193. githubkit/versions/v2022_11_28/types/group_0998.py +4 -7
  1194. githubkit/versions/v2022_11_28/types/group_0999.py +5 -7
  1195. githubkit/versions/v2022_11_28/types/group_1000.py +5 -5
  1196. githubkit/versions/v2022_11_28/types/group_1001.py +9 -7
  1197. githubkit/versions/v2022_11_28/types/group_1002.py +8 -5
  1198. githubkit/versions/v2022_11_28/types/group_1003.py +8 -5
  1199. githubkit/versions/v2022_11_28/types/group_1004.py +5 -8
  1200. githubkit/versions/v2022_11_28/types/group_1005.py +5 -6
  1201. githubkit/versions/v2022_11_28/types/group_1006.py +5 -5
  1202. githubkit/versions/v2022_11_28/types/group_1007.py +5 -5
  1203. githubkit/versions/v2022_11_28/types/group_1008.py +8 -6
  1204. githubkit/versions/v2022_11_28/types/group_1009.py +6 -32
  1205. githubkit/versions/v2022_11_28/types/group_1010.py +6 -23
  1206. githubkit/versions/v2022_11_28/types/group_1011.py +33 -9
  1207. githubkit/versions/v2022_11_28/types/group_1012.py +12 -32
  1208. githubkit/versions/v2022_11_28/types/group_1013.py +8 -5
  1209. githubkit/versions/v2022_11_28/types/group_1014.py +17 -39
  1210. githubkit/versions/v2022_11_28/types/group_1015.py +4 -6
  1211. githubkit/versions/v2022_11_28/types/group_1016.py +42 -101
  1212. githubkit/versions/v2022_11_28/types/group_1017.py +6 -50
  1213. githubkit/versions/v2022_11_28/types/group_1018.py +107 -10
  1214. githubkit/versions/v2022_11_28/types/group_1019.py +45 -7
  1215. githubkit/versions/v2022_11_28/types/group_1020.py +21 -7
  1216. githubkit/versions/v2022_11_28/types/group_1021.py +3 -4
  1217. githubkit/versions/v2022_11_28/types/group_1022.py +9 -5
  1218. githubkit/versions/v2022_11_28/types/group_1023.py +10 -5
  1219. githubkit/versions/v2022_11_28/types/group_1024.py +3 -3
  1220. githubkit/versions/v2022_11_28/types/group_1025.py +5 -7
  1221. githubkit/versions/v2022_11_28/types/group_1026.py +5 -7
  1222. githubkit/versions/v2022_11_28/types/group_1027.py +4 -6
  1223. githubkit/versions/v2022_11_28/types/group_1028.py +7 -5
  1224. githubkit/versions/v2022_11_28/types/group_1029.py +9 -5
  1225. githubkit/versions/v2022_11_28/types/group_1030.py +3 -3
  1226. githubkit/versions/v2022_11_28/types/group_1031.py +8 -4
  1227. githubkit/versions/v2022_11_28/types/group_1032.py +7 -52
  1228. githubkit/versions/v2022_11_28/types/group_1033.py +10 -35
  1229. githubkit/versions/v2022_11_28/types/group_1034.py +49 -29
  1230. githubkit/versions/v2022_11_28/types/group_1035.py +27 -57
  1231. githubkit/versions/v2022_11_28/types/group_1036.py +24 -21
  1232. githubkit/versions/v2022_11_28/types/group_1037.py +55 -28
  1233. githubkit/versions/v2022_11_28/types/group_1038.py +36 -10
  1234. githubkit/versions/v2022_11_28/types/group_1039.py +30 -18
  1235. githubkit/versions/v2022_11_28/types/group_1040.py +4 -7
  1236. githubkit/versions/v2022_11_28/types/group_1041.py +19 -9
  1237. githubkit/versions/v2022_11_28/types/group_1042.py +8 -12
  1238. githubkit/versions/v2022_11_28/types/group_1043.py +9 -10
  1239. githubkit/versions/v2022_11_28/types/group_1044.py +5 -5
  1240. githubkit/versions/v2022_11_28/types/group_1045.py +11 -11
  1241. githubkit/versions/v2022_11_28/types/group_1046.py +12 -8
  1242. githubkit/versions/v2022_11_28/types/group_1047.py +11 -15
  1243. githubkit/versions/v2022_11_28/types/group_1048.py +7 -20
  1244. githubkit/versions/v2022_11_28/types/group_1049.py +16 -8
  1245. githubkit/versions/v2022_11_28/types/group_1050.py +15 -13
  1246. githubkit/versions/v2022_11_28/types/group_1051.py +6 -19
  1247. githubkit/versions/v2022_11_28/types/group_1052.py +18 -5
  1248. githubkit/versions/v2022_11_28/types/group_1053.py +21 -5
  1249. githubkit/versions/v2022_11_28/types/group_1054.py +6 -5
  1250. githubkit/versions/v2022_11_28/types/group_1055.py +5 -8
  1251. githubkit/versions/v2022_11_28/types/group_1056.py +4 -7
  1252. githubkit/versions/v2022_11_28/types/group_1057.py +7 -7
  1253. githubkit/versions/v2022_11_28/types/group_1058.py +7 -36
  1254. githubkit/versions/v2022_11_28/types/group_1059.py +7 -32
  1255. githubkit/versions/v2022_11_28/types/group_1060.py +36 -11
  1256. githubkit/versions/v2022_11_28/types/group_1061.py +26 -14
  1257. githubkit/versions/v2022_11_28/types/group_1062.py +11 -5
  1258. githubkit/versions/v2022_11_28/types/group_1063.py +20 -7
  1259. githubkit/versions/v2022_11_28/types/group_1064.py +6 -24
  1260. githubkit/versions/v2022_11_28/types/group_1065.py +8 -5
  1261. githubkit/versions/v2022_11_28/types/group_1066.py +22 -12
  1262. githubkit/versions/v2022_11_28/types/group_1067.py +5 -19
  1263. githubkit/versions/v2022_11_28/types/group_1068.py +12 -28
  1264. githubkit/versions/v2022_11_28/types/group_1069.py +14 -19
  1265. githubkit/versions/v2022_11_28/types/group_1070.py +27 -6
  1266. githubkit/versions/v2022_11_28/types/group_1071.py +18 -10
  1267. githubkit/versions/v2022_11_28/types/group_1072.py +9 -8
  1268. githubkit/versions/v2022_11_28/types/group_1073.py +16 -6
  1269. githubkit/versions/v2022_11_28/types/group_1074.py +5 -5
  1270. githubkit/versions/v2022_11_28/types/group_1075.py +5 -5
  1271. githubkit/versions/v2022_11_28/types/group_1076.py +8 -6
  1272. githubkit/versions/v2022_11_28/types/group_1077.py +6 -7
  1273. githubkit/versions/v2022_11_28/types/group_1078.py +5 -5
  1274. githubkit/versions/v2022_11_28/types/group_1079.py +5 -39
  1275. githubkit/versions/v2022_11_28/types/group_1080.py +6 -6
  1276. githubkit/versions/v2022_11_28/types/group_1081.py +40 -5
  1277. githubkit/versions/v2022_11_28/types/group_1082.py +6 -25
  1278. githubkit/versions/v2022_11_28/types/group_1083.py +5 -19
  1279. githubkit/versions/v2022_11_28/types/group_1084.py +17 -16
  1280. githubkit/versions/v2022_11_28/types/group_1085.py +18 -9
  1281. githubkit/versions/v2022_11_28/types/group_1086.py +18 -3
  1282. githubkit/versions/v2022_11_28/types/group_1087.py +10 -9
  1283. githubkit/versions/v2022_11_28/types/group_1088.py +8 -8
  1284. githubkit/versions/v2022_11_28/types/group_1089.py +9 -5
  1285. githubkit/versions/v2022_11_28/types/group_1090.py +8 -5
  1286. githubkit/versions/v2022_11_28/types/group_1091.py +7 -4
  1287. githubkit/versions/v2022_11_28/types/group_1092.py +5 -5
  1288. githubkit/versions/v2022_11_28/types/group_1093.py +4 -27
  1289. githubkit/versions/v2022_11_28/types/group_1094.py +6 -5
  1290. githubkit/versions/v2022_11_28/types/group_1095.py +25 -7
  1291. githubkit/versions/v2022_11_28/types/group_1096.py +10 -39
  1292. githubkit/versions/v2022_11_28/types/group_1097.py +8 -5
  1293. githubkit/versions/v2022_11_28/types/group_1098.py +33 -4
  1294. githubkit/versions/v2022_11_28/types/group_1099.py +5 -5
  1295. githubkit/versions/v2022_11_28/types/group_1100.py +4 -4
  1296. githubkit/versions/v2022_11_28/types/group_1101.py +5 -16
  1297. githubkit/versions/v2022_11_28/types/group_1102.py +5 -5
  1298. githubkit/versions/v2022_11_28/types/group_1103.py +15 -4
  1299. githubkit/versions/v2022_11_28/types/group_1104.py +4 -15
  1300. githubkit/versions/v2022_11_28/types/group_1105.py +5 -5
  1301. githubkit/versions/v2022_11_28/types/group_1106.py +15 -5
  1302. githubkit/versions/v2022_11_28/types/group_1107.py +4 -7
  1303. githubkit/versions/v2022_11_28/types/group_1108.py +6 -5
  1304. githubkit/versions/v2022_11_28/types/group_1109.py +8 -6
  1305. githubkit/versions/v2022_11_28/types/group_1110.py +4 -6
  1306. githubkit/versions/v2022_11_28/types/group_1111.py +5 -6
  1307. githubkit/versions/v2022_11_28/types/group_1112.py +6 -6
  1308. githubkit/versions/v2022_11_28/types/group_1113.py +6 -6
  1309. githubkit/versions/v2022_11_28/types/group_1114.py +7 -5
  1310. githubkit/versions/v2022_11_28/types/group_1115.py +6 -6
  1311. githubkit/versions/v2022_11_28/types/group_1116.py +5 -10
  1312. githubkit/versions/v2022_11_28/types/group_1117.py +6 -9
  1313. githubkit/versions/v2022_11_28/types/group_1118.py +8 -4
  1314. githubkit/versions/v2022_11_28/types/group_1119.py +9 -5
  1315. githubkit/versions/v2022_11_28/types/group_1120.py +6 -10
  1316. githubkit/versions/v2022_11_28/types/group_1121.py +5 -15
  1317. githubkit/versions/v2022_11_28/types/group_1122.py +9 -13
  1318. githubkit/versions/v2022_11_28/types/group_1123.py +6 -6
  1319. githubkit/versions/v2022_11_28/types/group_1124.py +7 -9
  1320. githubkit/versions/v2022_11_28/types/group_1125.py +6 -6
  1321. githubkit/versions/v2022_11_28/types/group_1126.py +14 -8
  1322. githubkit/versions/v2022_11_28/types/group_1127.py +13 -6
  1323. githubkit/versions/v2022_11_28/types/group_1128.py +7 -6
  1324. githubkit/versions/v2022_11_28/types/group_1129.py +7 -10
  1325. githubkit/versions/v2022_11_28/types/group_1130.py +9 -5
  1326. githubkit/versions/v2022_11_28/types/group_1131.py +11 -5
  1327. githubkit/versions/v2022_11_28/types/group_1132.py +4 -6
  1328. githubkit/versions/v2022_11_28/types/group_1133.py +4 -10
  1329. githubkit/versions/v2022_11_28/types/group_1134.py +6 -4
  1330. githubkit/versions/v2022_11_28/types/group_1135.py +12 -8
  1331. githubkit/versions/v2022_11_28/types/group_1136.py +5 -10
  1332. githubkit/versions/v2022_11_28/types/group_1137.py +7 -14
  1333. githubkit/versions/v2022_11_28/types/group_1138.py +11 -16
  1334. githubkit/versions/v2022_11_28/types/group_1139.py +15 -5
  1335. githubkit/versions/v2022_11_28/types/group_1140.py +16 -10
  1336. githubkit/versions/v2022_11_28/types/group_1141.py +5 -6
  1337. githubkit/versions/v2022_11_28/types/group_1142.py +8 -5
  1338. githubkit/versions/v2022_11_28/types/group_1143.py +5 -5
  1339. githubkit/versions/v2022_11_28/types/group_1144.py +5 -5
  1340. githubkit/versions/v2022_11_28/types/group_1145.py +3 -3
  1341. githubkit/versions/v2022_11_28/types/group_1146.py +5 -25
  1342. githubkit/versions/v2022_11_28/types/group_1147.py +6 -5
  1343. githubkit/versions/v2022_11_28/types/group_1148.py +24 -5
  1344. githubkit/versions/v2022_11_28/types/group_1149.py +5 -7
  1345. githubkit/versions/v2022_11_28/types/group_1150.py +6 -4
  1346. githubkit/versions/v2022_11_28/types/group_1151.py +6 -5
  1347. githubkit/versions/v2022_11_28/types/group_1152.py +4 -13
  1348. githubkit/versions/v2022_11_28/types/group_1153.py +5 -6
  1349. githubkit/versions/v2022_11_28/types/group_1154.py +11 -5
  1350. githubkit/versions/v2022_11_28/types/group_1155.py +5 -11
  1351. githubkit/versions/v2022_11_28/types/group_1156.py +8 -6
  1352. githubkit/versions/v2022_11_28/types/group_1157.py +12 -62
  1353. githubkit/versions/v2022_11_28/types/group_1158.py +6 -63
  1354. githubkit/versions/v2022_11_28/types/group_1159.py +60 -7
  1355. githubkit/versions/v2022_11_28/types/group_1160.py +63 -7
  1356. githubkit/versions/v2022_11_28/types/group_1161.py +8 -7
  1357. githubkit/versions/v2022_11_28/types/group_1162.py +7 -6
  1358. githubkit/versions/v2022_11_28/types/group_1163.py +9 -5
  1359. githubkit/versions/v2022_11_28/types/group_1164.py +6 -5
  1360. githubkit/versions/v2022_11_28/types/group_1165.py +5 -7
  1361. githubkit/versions/v2022_11_28/types/group_1166.py +5 -9
  1362. githubkit/versions/v2022_11_28/types/group_1167.py +6 -12
  1363. githubkit/versions/v2022_11_28/types/group_1168.py +7 -5
  1364. githubkit/versions/v2022_11_28/types/group_1169.py +12 -5
  1365. githubkit/versions/v2022_11_28/types/group_1170.py +6 -4
  1366. githubkit/versions/v2022_11_28/types/group_1171.py +6 -7
  1367. githubkit/versions/v2022_11_28/types/group_1172.py +4 -11
  1368. githubkit/versions/v2022_11_28/types/group_1173.py +6 -7
  1369. githubkit/versions/v2022_11_28/types/group_1174.py +11 -5
  1370. githubkit/versions/v2022_11_28/types/group_1175.py +7 -5
  1371. githubkit/versions/v2022_11_28/types/group_1176.py +5 -5
  1372. githubkit/versions/v2022_11_28/types/group_1177.py +4 -4
  1373. githubkit/versions/v2022_11_28/types/group_1178.py +5 -12
  1374. githubkit/versions/v2022_11_28/types/group_1179.py +6 -8
  1375. githubkit/versions/v2022_11_28/types/group_1180.py +13 -17
  1376. githubkit/versions/v2022_11_28/types/group_1181.py +7 -24
  1377. githubkit/versions/v2022_11_28/types/group_1182.py +16 -23
  1378. githubkit/versions/v2022_11_28/types/group_1183.py +24 -7
  1379. githubkit/versions/v2022_11_28/types/group_1184.py +22 -6
  1380. githubkit/versions/v2022_11_28/types/group_1185.py +8 -5
  1381. githubkit/versions/v2022_11_28/types/group_1186.py +8 -7
  1382. githubkit/versions/v2022_11_28/types/group_1187.py +4 -7
  1383. githubkit/versions/v2022_11_28/types/group_1188.py +6 -5
  1384. githubkit/versions/v2022_11_28/types/group_1189.py +7 -5
  1385. githubkit/versions/v2022_11_28/types/group_1190.py +6 -9
  1386. githubkit/versions/v2022_11_28/types/group_1191.py +5 -13
  1387. githubkit/versions/v2022_11_28/types/group_1192.py +9 -6
  1388. githubkit/versions/v2022_11_28/types/group_1193.py +12 -6
  1389. githubkit/versions/v2022_11_28/types/group_1194.py +5 -8
  1390. githubkit/versions/v2022_11_28/types/group_1195.py +8 -3
  1391. githubkit/versions/v2022_11_28/types/group_1196.py +8 -5
  1392. githubkit/versions/v2022_11_28/types/group_1197.py +3 -6
  1393. githubkit/versions/v2022_11_28/types/group_1198.py +5 -13
  1394. githubkit/versions/v2022_11_28/types/group_1199.py +6 -7
  1395. githubkit/versions/v2022_11_28/types/group_1200.py +15 -31
  1396. githubkit/versions/v2022_11_28/types/group_1201.py +7 -10
  1397. githubkit/versions/v2022_11_28/types/group_1202.py +35 -15
  1398. githubkit/versions/v2022_11_28/types/group_1203.py +10 -6
  1399. githubkit/versions/v2022_11_28/types/group_1204.py +9 -4
  1400. githubkit/versions/v2022_11_28/types/group_1205.py +6 -5
  1401. githubkit/versions/v2022_11_28/types/group_1206.py +6 -65
  1402. githubkit/versions/v2022_11_28/types/group_1207.py +52 -0
  1403. githubkit/versions/v2022_11_28/types/group_1208.py +21 -0
  1404. githubkit/versions/v2022_11_28/types/group_1209.py +21 -0
  1405. githubkit/versions/v2022_11_28/types/group_1210.py +81 -0
  1406. {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/METADATA +1 -1
  1407. {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/RECORD +1409 -1393
  1408. {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/LICENSE +0 -0
  1409. {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/WHEEL +0 -0
@@ -92,6 +92,7 @@ class TeamsClient:
92
92
  per_page: Missing[int] = UNSET,
93
93
  page: Missing[int] = UNSET,
94
94
  headers: Optional[Mapping[str, str]] = None,
95
+ stream: bool = False,
95
96
  ) -> Response[list[Team], list[TeamType]]:
96
97
  """teams/list
97
98
 
@@ -118,6 +119,7 @@ class TeamsClient:
118
119
  url,
119
120
  params=exclude_unset(params),
120
121
  headers=exclude_unset(headers),
122
+ stream=stream,
121
123
  response_model=list[Team],
122
124
  error_models={
123
125
  "403": BasicError,
@@ -131,6 +133,7 @@ class TeamsClient:
131
133
  per_page: Missing[int] = UNSET,
132
134
  page: Missing[int] = UNSET,
133
135
  headers: Optional[Mapping[str, str]] = None,
136
+ stream: bool = False,
134
137
  ) -> Response[list[Team], list[TeamType]]:
135
138
  """teams/list
136
139
 
@@ -157,6 +160,7 @@ class TeamsClient:
157
160
  url,
158
161
  params=exclude_unset(params),
159
162
  headers=exclude_unset(headers),
163
+ stream=stream,
160
164
  response_model=list[Team],
161
165
  error_models={
162
166
  "403": BasicError,
@@ -169,6 +173,7 @@ class TeamsClient:
169
173
  org: str,
170
174
  *,
171
175
  headers: Optional[Mapping[str, str]] = None,
176
+ stream: bool = False,
172
177
  data: OrgsOrgTeamsPostBodyType,
173
178
  ) -> Response[TeamFull, TeamFullType]: ...
174
179
 
@@ -179,6 +184,7 @@ class TeamsClient:
179
184
  *,
180
185
  data: UnsetType = UNSET,
181
186
  headers: Optional[Mapping[str, str]] = None,
187
+ stream: bool = False,
182
188
  name: str,
183
189
  description: Missing[str] = UNSET,
184
190
  maintainers: Missing[list[str]] = UNSET,
@@ -196,6 +202,7 @@ class TeamsClient:
196
202
  org: str,
197
203
  *,
198
204
  headers: Optional[Mapping[str, str]] = None,
205
+ stream: bool = False,
199
206
  data: Missing[OrgsOrgTeamsPostBodyType] = UNSET,
200
207
  **kwargs,
201
208
  ) -> Response[TeamFull, TeamFullType]:
@@ -230,6 +237,7 @@ class TeamsClient:
230
237
  url,
231
238
  json=exclude_unset(json),
232
239
  headers=exclude_unset(headers),
240
+ stream=stream,
233
241
  response_model=TeamFull,
234
242
  error_models={
235
243
  "422": ValidationError,
@@ -243,6 +251,7 @@ class TeamsClient:
243
251
  org: str,
244
252
  *,
245
253
  headers: Optional[Mapping[str, str]] = None,
254
+ stream: bool = False,
246
255
  data: OrgsOrgTeamsPostBodyType,
247
256
  ) -> Response[TeamFull, TeamFullType]: ...
248
257
 
@@ -253,6 +262,7 @@ class TeamsClient:
253
262
  *,
254
263
  data: UnsetType = UNSET,
255
264
  headers: Optional[Mapping[str, str]] = None,
265
+ stream: bool = False,
256
266
  name: str,
257
267
  description: Missing[str] = UNSET,
258
268
  maintainers: Missing[list[str]] = UNSET,
@@ -270,6 +280,7 @@ class TeamsClient:
270
280
  org: str,
271
281
  *,
272
282
  headers: Optional[Mapping[str, str]] = None,
283
+ stream: bool = False,
273
284
  data: Missing[OrgsOrgTeamsPostBodyType] = UNSET,
274
285
  **kwargs,
275
286
  ) -> Response[TeamFull, TeamFullType]:
@@ -304,6 +315,7 @@ class TeamsClient:
304
315
  url,
305
316
  json=exclude_unset(json),
306
317
  headers=exclude_unset(headers),
318
+ stream=stream,
307
319
  response_model=TeamFull,
308
320
  error_models={
309
321
  "422": ValidationError,
@@ -317,6 +329,7 @@ class TeamsClient:
317
329
  team_slug: str,
318
330
  *,
319
331
  headers: Optional[Mapping[str, str]] = None,
332
+ stream: bool = False,
320
333
  ) -> Response[TeamFull, TeamFullType]:
321
334
  """teams/get-by-name
322
335
 
@@ -340,6 +353,7 @@ class TeamsClient:
340
353
  "GET",
341
354
  url,
342
355
  headers=exclude_unset(headers),
356
+ stream=stream,
343
357
  response_model=TeamFull,
344
358
  error_models={
345
359
  "404": BasicError,
@@ -352,6 +366,7 @@ class TeamsClient:
352
366
  team_slug: str,
353
367
  *,
354
368
  headers: Optional[Mapping[str, str]] = None,
369
+ stream: bool = False,
355
370
  ) -> Response[TeamFull, TeamFullType]:
356
371
  """teams/get-by-name
357
372
 
@@ -375,6 +390,7 @@ class TeamsClient:
375
390
  "GET",
376
391
  url,
377
392
  headers=exclude_unset(headers),
393
+ stream=stream,
378
394
  response_model=TeamFull,
379
395
  error_models={
380
396
  "404": BasicError,
@@ -387,6 +403,7 @@ class TeamsClient:
387
403
  team_slug: str,
388
404
  *,
389
405
  headers: Optional[Mapping[str, str]] = None,
406
+ stream: bool = False,
390
407
  ) -> Response:
391
408
  """teams/delete-in-org
392
409
 
@@ -410,6 +427,7 @@ class TeamsClient:
410
427
  "DELETE",
411
428
  url,
412
429
  headers=exclude_unset(headers),
430
+ stream=stream,
413
431
  )
414
432
 
415
433
  async def async_delete_in_org(
@@ -418,6 +436,7 @@ class TeamsClient:
418
436
  team_slug: str,
419
437
  *,
420
438
  headers: Optional[Mapping[str, str]] = None,
439
+ stream: bool = False,
421
440
  ) -> Response:
422
441
  """teams/delete-in-org
423
442
 
@@ -441,6 +460,7 @@ class TeamsClient:
441
460
  "DELETE",
442
461
  url,
443
462
  headers=exclude_unset(headers),
463
+ stream=stream,
444
464
  )
445
465
 
446
466
  @overload
@@ -450,6 +470,7 @@ class TeamsClient:
450
470
  team_slug: str,
451
471
  *,
452
472
  headers: Optional[Mapping[str, str]] = None,
473
+ stream: bool = False,
453
474
  data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
454
475
  ) -> Response[TeamFull, TeamFullType]: ...
455
476
 
@@ -461,6 +482,7 @@ class TeamsClient:
461
482
  *,
462
483
  data: UnsetType = UNSET,
463
484
  headers: Optional[Mapping[str, str]] = None,
485
+ stream: bool = False,
464
486
  name: Missing[str] = UNSET,
465
487
  description: Missing[str] = UNSET,
466
488
  privacy: Missing[Literal["secret", "closed"]] = UNSET,
@@ -477,6 +499,7 @@ class TeamsClient:
477
499
  team_slug: str,
478
500
  *,
479
501
  headers: Optional[Mapping[str, str]] = None,
502
+ stream: bool = False,
480
503
  data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
481
504
  **kwargs,
482
505
  ) -> Response[TeamFull, TeamFullType]:
@@ -517,6 +540,7 @@ class TeamsClient:
517
540
  url,
518
541
  json=exclude_unset(json),
519
542
  headers=exclude_unset(headers),
543
+ stream=stream,
520
544
  response_model=TeamFull,
521
545
  error_models={
522
546
  "404": BasicError,
@@ -532,6 +556,7 @@ class TeamsClient:
532
556
  team_slug: str,
533
557
  *,
534
558
  headers: Optional[Mapping[str, str]] = None,
559
+ stream: bool = False,
535
560
  data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
536
561
  ) -> Response[TeamFull, TeamFullType]: ...
537
562
 
@@ -543,6 +568,7 @@ class TeamsClient:
543
568
  *,
544
569
  data: UnsetType = UNSET,
545
570
  headers: Optional[Mapping[str, str]] = None,
571
+ stream: bool = False,
546
572
  name: Missing[str] = UNSET,
547
573
  description: Missing[str] = UNSET,
548
574
  privacy: Missing[Literal["secret", "closed"]] = UNSET,
@@ -559,6 +585,7 @@ class TeamsClient:
559
585
  team_slug: str,
560
586
  *,
561
587
  headers: Optional[Mapping[str, str]] = None,
588
+ stream: bool = False,
562
589
  data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
563
590
  **kwargs,
564
591
  ) -> Response[TeamFull, TeamFullType]:
@@ -599,6 +626,7 @@ class TeamsClient:
599
626
  url,
600
627
  json=exclude_unset(json),
601
628
  headers=exclude_unset(headers),
629
+ stream=stream,
602
630
  response_model=TeamFull,
603
631
  error_models={
604
632
  "404": BasicError,
@@ -617,6 +645,7 @@ class TeamsClient:
617
645
  page: Missing[int] = UNSET,
618
646
  pinned: Missing[str] = UNSET,
619
647
  headers: Optional[Mapping[str, str]] = None,
648
+ stream: bool = False,
620
649
  ) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
621
650
  """teams/list-discussions-in-org
622
651
 
@@ -650,6 +679,7 @@ class TeamsClient:
650
679
  url,
651
680
  params=exclude_unset(params),
652
681
  headers=exclude_unset(headers),
682
+ stream=stream,
653
683
  response_model=list[TeamDiscussion],
654
684
  )
655
685
 
@@ -663,6 +693,7 @@ class TeamsClient:
663
693
  page: Missing[int] = UNSET,
664
694
  pinned: Missing[str] = UNSET,
665
695
  headers: Optional[Mapping[str, str]] = None,
696
+ stream: bool = False,
666
697
  ) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
667
698
  """teams/list-discussions-in-org
668
699
 
@@ -696,6 +727,7 @@ class TeamsClient:
696
727
  url,
697
728
  params=exclude_unset(params),
698
729
  headers=exclude_unset(headers),
730
+ stream=stream,
699
731
  response_model=list[TeamDiscussion],
700
732
  )
701
733
 
@@ -706,6 +738,7 @@ class TeamsClient:
706
738
  team_slug: str,
707
739
  *,
708
740
  headers: Optional[Mapping[str, str]] = None,
741
+ stream: bool = False,
709
742
  data: OrgsOrgTeamsTeamSlugDiscussionsPostBodyType,
710
743
  ) -> Response[TeamDiscussion, TeamDiscussionType]: ...
711
744
 
@@ -717,6 +750,7 @@ class TeamsClient:
717
750
  *,
718
751
  data: UnsetType = UNSET,
719
752
  headers: Optional[Mapping[str, str]] = None,
753
+ stream: bool = False,
720
754
  title: str,
721
755
  body: str,
722
756
  private: Missing[bool] = UNSET,
@@ -728,6 +762,7 @@ class TeamsClient:
728
762
  team_slug: str,
729
763
  *,
730
764
  headers: Optional[Mapping[str, str]] = None,
765
+ stream: bool = False,
731
766
  data: Missing[OrgsOrgTeamsTeamSlugDiscussionsPostBodyType] = UNSET,
732
767
  **kwargs,
733
768
  ) -> Response[TeamDiscussion, TeamDiscussionType]:
@@ -767,6 +802,7 @@ class TeamsClient:
767
802
  url,
768
803
  json=exclude_unset(json),
769
804
  headers=exclude_unset(headers),
805
+ stream=stream,
770
806
  response_model=TeamDiscussion,
771
807
  )
772
808
 
@@ -777,6 +813,7 @@ class TeamsClient:
777
813
  team_slug: str,
778
814
  *,
779
815
  headers: Optional[Mapping[str, str]] = None,
816
+ stream: bool = False,
780
817
  data: OrgsOrgTeamsTeamSlugDiscussionsPostBodyType,
781
818
  ) -> Response[TeamDiscussion, TeamDiscussionType]: ...
782
819
 
@@ -788,6 +825,7 @@ class TeamsClient:
788
825
  *,
789
826
  data: UnsetType = UNSET,
790
827
  headers: Optional[Mapping[str, str]] = None,
828
+ stream: bool = False,
791
829
  title: str,
792
830
  body: str,
793
831
  private: Missing[bool] = UNSET,
@@ -799,6 +837,7 @@ class TeamsClient:
799
837
  team_slug: str,
800
838
  *,
801
839
  headers: Optional[Mapping[str, str]] = None,
840
+ stream: bool = False,
802
841
  data: Missing[OrgsOrgTeamsTeamSlugDiscussionsPostBodyType] = UNSET,
803
842
  **kwargs,
804
843
  ) -> Response[TeamDiscussion, TeamDiscussionType]:
@@ -838,6 +877,7 @@ class TeamsClient:
838
877
  url,
839
878
  json=exclude_unset(json),
840
879
  headers=exclude_unset(headers),
880
+ stream=stream,
841
881
  response_model=TeamDiscussion,
842
882
  )
843
883
 
@@ -848,6 +888,7 @@ class TeamsClient:
848
888
  discussion_number: int,
849
889
  *,
850
890
  headers: Optional[Mapping[str, str]] = None,
891
+ stream: bool = False,
851
892
  ) -> Response[TeamDiscussion, TeamDiscussionType]:
852
893
  """teams/get-discussion-in-org
853
894
 
@@ -873,6 +914,7 @@ class TeamsClient:
873
914
  "GET",
874
915
  url,
875
916
  headers=exclude_unset(headers),
917
+ stream=stream,
876
918
  response_model=TeamDiscussion,
877
919
  )
878
920
 
@@ -883,6 +925,7 @@ class TeamsClient:
883
925
  discussion_number: int,
884
926
  *,
885
927
  headers: Optional[Mapping[str, str]] = None,
928
+ stream: bool = False,
886
929
  ) -> Response[TeamDiscussion, TeamDiscussionType]:
887
930
  """teams/get-discussion-in-org
888
931
 
@@ -908,6 +951,7 @@ class TeamsClient:
908
951
  "GET",
909
952
  url,
910
953
  headers=exclude_unset(headers),
954
+ stream=stream,
911
955
  response_model=TeamDiscussion,
912
956
  )
913
957
 
@@ -918,6 +962,7 @@ class TeamsClient:
918
962
  discussion_number: int,
919
963
  *,
920
964
  headers: Optional[Mapping[str, str]] = None,
965
+ stream: bool = False,
921
966
  ) -> Response:
922
967
  """teams/delete-discussion-in-org
923
968
 
@@ -941,6 +986,7 @@ class TeamsClient:
941
986
  "DELETE",
942
987
  url,
943
988
  headers=exclude_unset(headers),
989
+ stream=stream,
944
990
  )
945
991
 
946
992
  async def async_delete_discussion_in_org(
@@ -950,6 +996,7 @@ class TeamsClient:
950
996
  discussion_number: int,
951
997
  *,
952
998
  headers: Optional[Mapping[str, str]] = None,
999
+ stream: bool = False,
953
1000
  ) -> Response:
954
1001
  """teams/delete-discussion-in-org
955
1002
 
@@ -973,6 +1020,7 @@ class TeamsClient:
973
1020
  "DELETE",
974
1021
  url,
975
1022
  headers=exclude_unset(headers),
1023
+ stream=stream,
976
1024
  )
977
1025
 
978
1026
  @overload
@@ -983,6 +1031,7 @@ class TeamsClient:
983
1031
  discussion_number: int,
984
1032
  *,
985
1033
  headers: Optional[Mapping[str, str]] = None,
1034
+ stream: bool = False,
986
1035
  data: Missing[
987
1036
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
988
1037
  ] = UNSET,
@@ -997,6 +1046,7 @@ class TeamsClient:
997
1046
  *,
998
1047
  data: UnsetType = UNSET,
999
1048
  headers: Optional[Mapping[str, str]] = None,
1049
+ stream: bool = False,
1000
1050
  title: Missing[str] = UNSET,
1001
1051
  body: Missing[str] = UNSET,
1002
1052
  ) -> Response[TeamDiscussion, TeamDiscussionType]: ...
@@ -1008,6 +1058,7 @@ class TeamsClient:
1008
1058
  discussion_number: int,
1009
1059
  *,
1010
1060
  headers: Optional[Mapping[str, str]] = None,
1061
+ stream: bool = False,
1011
1062
  data: Missing[
1012
1063
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
1013
1064
  ] = UNSET,
@@ -1052,6 +1103,7 @@ class TeamsClient:
1052
1103
  url,
1053
1104
  json=exclude_unset(json),
1054
1105
  headers=exclude_unset(headers),
1106
+ stream=stream,
1055
1107
  response_model=TeamDiscussion,
1056
1108
  )
1057
1109
 
@@ -1063,6 +1115,7 @@ class TeamsClient:
1063
1115
  discussion_number: int,
1064
1116
  *,
1065
1117
  headers: Optional[Mapping[str, str]] = None,
1118
+ stream: bool = False,
1066
1119
  data: Missing[
1067
1120
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
1068
1121
  ] = UNSET,
@@ -1077,6 +1130,7 @@ class TeamsClient:
1077
1130
  *,
1078
1131
  data: UnsetType = UNSET,
1079
1132
  headers: Optional[Mapping[str, str]] = None,
1133
+ stream: bool = False,
1080
1134
  title: Missing[str] = UNSET,
1081
1135
  body: Missing[str] = UNSET,
1082
1136
  ) -> Response[TeamDiscussion, TeamDiscussionType]: ...
@@ -1088,6 +1142,7 @@ class TeamsClient:
1088
1142
  discussion_number: int,
1089
1143
  *,
1090
1144
  headers: Optional[Mapping[str, str]] = None,
1145
+ stream: bool = False,
1091
1146
  data: Missing[
1092
1147
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
1093
1148
  ] = UNSET,
@@ -1132,6 +1187,7 @@ class TeamsClient:
1132
1187
  url,
1133
1188
  json=exclude_unset(json),
1134
1189
  headers=exclude_unset(headers),
1190
+ stream=stream,
1135
1191
  response_model=TeamDiscussion,
1136
1192
  )
1137
1193
 
@@ -1145,6 +1201,7 @@ class TeamsClient:
1145
1201
  per_page: Missing[int] = UNSET,
1146
1202
  page: Missing[int] = UNSET,
1147
1203
  headers: Optional[Mapping[str, str]] = None,
1204
+ stream: bool = False,
1148
1205
  ) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
1149
1206
  """teams/list-discussion-comments-in-org
1150
1207
 
@@ -1177,6 +1234,7 @@ class TeamsClient:
1177
1234
  url,
1178
1235
  params=exclude_unset(params),
1179
1236
  headers=exclude_unset(headers),
1237
+ stream=stream,
1180
1238
  response_model=list[TeamDiscussionComment],
1181
1239
  )
1182
1240
 
@@ -1190,6 +1248,7 @@ class TeamsClient:
1190
1248
  per_page: Missing[int] = UNSET,
1191
1249
  page: Missing[int] = UNSET,
1192
1250
  headers: Optional[Mapping[str, str]] = None,
1251
+ stream: bool = False,
1193
1252
  ) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
1194
1253
  """teams/list-discussion-comments-in-org
1195
1254
 
@@ -1222,6 +1281,7 @@ class TeamsClient:
1222
1281
  url,
1223
1282
  params=exclude_unset(params),
1224
1283
  headers=exclude_unset(headers),
1284
+ stream=stream,
1225
1285
  response_model=list[TeamDiscussionComment],
1226
1286
  )
1227
1287
 
@@ -1233,6 +1293,7 @@ class TeamsClient:
1233
1293
  discussion_number: int,
1234
1294
  *,
1235
1295
  headers: Optional[Mapping[str, str]] = None,
1296
+ stream: bool = False,
1236
1297
  data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
1237
1298
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
1238
1299
 
@@ -1245,6 +1306,7 @@ class TeamsClient:
1245
1306
  *,
1246
1307
  data: UnsetType = UNSET,
1247
1308
  headers: Optional[Mapping[str, str]] = None,
1309
+ stream: bool = False,
1248
1310
  body: str,
1249
1311
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
1250
1312
 
@@ -1255,6 +1317,7 @@ class TeamsClient:
1255
1317
  discussion_number: int,
1256
1318
  *,
1257
1319
  headers: Optional[Mapping[str, str]] = None,
1320
+ stream: bool = False,
1258
1321
  data: Missing[
1259
1322
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType
1260
1323
  ] = UNSET,
@@ -1301,6 +1364,7 @@ class TeamsClient:
1301
1364
  url,
1302
1365
  json=exclude_unset(json),
1303
1366
  headers=exclude_unset(headers),
1367
+ stream=stream,
1304
1368
  response_model=TeamDiscussionComment,
1305
1369
  )
1306
1370
 
@@ -1312,6 +1376,7 @@ class TeamsClient:
1312
1376
  discussion_number: int,
1313
1377
  *,
1314
1378
  headers: Optional[Mapping[str, str]] = None,
1379
+ stream: bool = False,
1315
1380
  data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
1316
1381
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
1317
1382
 
@@ -1324,6 +1389,7 @@ class TeamsClient:
1324
1389
  *,
1325
1390
  data: UnsetType = UNSET,
1326
1391
  headers: Optional[Mapping[str, str]] = None,
1392
+ stream: bool = False,
1327
1393
  body: str,
1328
1394
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
1329
1395
 
@@ -1334,6 +1400,7 @@ class TeamsClient:
1334
1400
  discussion_number: int,
1335
1401
  *,
1336
1402
  headers: Optional[Mapping[str, str]] = None,
1403
+ stream: bool = False,
1337
1404
  data: Missing[
1338
1405
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType
1339
1406
  ] = UNSET,
@@ -1380,6 +1447,7 @@ class TeamsClient:
1380
1447
  url,
1381
1448
  json=exclude_unset(json),
1382
1449
  headers=exclude_unset(headers),
1450
+ stream=stream,
1383
1451
  response_model=TeamDiscussionComment,
1384
1452
  )
1385
1453
 
@@ -1391,6 +1459,7 @@ class TeamsClient:
1391
1459
  comment_number: int,
1392
1460
  *,
1393
1461
  headers: Optional[Mapping[str, str]] = None,
1462
+ stream: bool = False,
1394
1463
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
1395
1464
  """teams/get-discussion-comment-in-org
1396
1465
 
@@ -1416,6 +1485,7 @@ class TeamsClient:
1416
1485
  "GET",
1417
1486
  url,
1418
1487
  headers=exclude_unset(headers),
1488
+ stream=stream,
1419
1489
  response_model=TeamDiscussionComment,
1420
1490
  )
1421
1491
 
@@ -1427,6 +1497,7 @@ class TeamsClient:
1427
1497
  comment_number: int,
1428
1498
  *,
1429
1499
  headers: Optional[Mapping[str, str]] = None,
1500
+ stream: bool = False,
1430
1501
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
1431
1502
  """teams/get-discussion-comment-in-org
1432
1503
 
@@ -1452,6 +1523,7 @@ class TeamsClient:
1452
1523
  "GET",
1453
1524
  url,
1454
1525
  headers=exclude_unset(headers),
1526
+ stream=stream,
1455
1527
  response_model=TeamDiscussionComment,
1456
1528
  )
1457
1529
 
@@ -1463,6 +1535,7 @@ class TeamsClient:
1463
1535
  comment_number: int,
1464
1536
  *,
1465
1537
  headers: Optional[Mapping[str, str]] = None,
1538
+ stream: bool = False,
1466
1539
  ) -> Response:
1467
1540
  """teams/delete-discussion-comment-in-org
1468
1541
 
@@ -1486,6 +1559,7 @@ class TeamsClient:
1486
1559
  "DELETE",
1487
1560
  url,
1488
1561
  headers=exclude_unset(headers),
1562
+ stream=stream,
1489
1563
  )
1490
1564
 
1491
1565
  async def async_delete_discussion_comment_in_org(
@@ -1496,6 +1570,7 @@ class TeamsClient:
1496
1570
  comment_number: int,
1497
1571
  *,
1498
1572
  headers: Optional[Mapping[str, str]] = None,
1573
+ stream: bool = False,
1499
1574
  ) -> Response:
1500
1575
  """teams/delete-discussion-comment-in-org
1501
1576
 
@@ -1519,6 +1594,7 @@ class TeamsClient:
1519
1594
  "DELETE",
1520
1595
  url,
1521
1596
  headers=exclude_unset(headers),
1597
+ stream=stream,
1522
1598
  )
1523
1599
 
1524
1600
  @overload
@@ -1530,6 +1606,7 @@ class TeamsClient:
1530
1606
  comment_number: int,
1531
1607
  *,
1532
1608
  headers: Optional[Mapping[str, str]] = None,
1609
+ stream: bool = False,
1533
1610
  data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
1534
1611
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
1535
1612
 
@@ -1543,6 +1620,7 @@ class TeamsClient:
1543
1620
  *,
1544
1621
  data: UnsetType = UNSET,
1545
1622
  headers: Optional[Mapping[str, str]] = None,
1623
+ stream: bool = False,
1546
1624
  body: str,
1547
1625
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
1548
1626
 
@@ -1554,6 +1632,7 @@ class TeamsClient:
1554
1632
  comment_number: int,
1555
1633
  *,
1556
1634
  headers: Optional[Mapping[str, str]] = None,
1635
+ stream: bool = False,
1557
1636
  data: Missing[
1558
1637
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
1559
1638
  ] = UNSET,
@@ -1599,6 +1678,7 @@ class TeamsClient:
1599
1678
  url,
1600
1679
  json=exclude_unset(json),
1601
1680
  headers=exclude_unset(headers),
1681
+ stream=stream,
1602
1682
  response_model=TeamDiscussionComment,
1603
1683
  )
1604
1684
 
@@ -1611,6 +1691,7 @@ class TeamsClient:
1611
1691
  comment_number: int,
1612
1692
  *,
1613
1693
  headers: Optional[Mapping[str, str]] = None,
1694
+ stream: bool = False,
1614
1695
  data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
1615
1696
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
1616
1697
 
@@ -1624,6 +1705,7 @@ class TeamsClient:
1624
1705
  *,
1625
1706
  data: UnsetType = UNSET,
1626
1707
  headers: Optional[Mapping[str, str]] = None,
1708
+ stream: bool = False,
1627
1709
  body: str,
1628
1710
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
1629
1711
 
@@ -1635,6 +1717,7 @@ class TeamsClient:
1635
1717
  comment_number: int,
1636
1718
  *,
1637
1719
  headers: Optional[Mapping[str, str]] = None,
1720
+ stream: bool = False,
1638
1721
  data: Missing[
1639
1722
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
1640
1723
  ] = UNSET,
@@ -1680,6 +1763,7 @@ class TeamsClient:
1680
1763
  url,
1681
1764
  json=exclude_unset(json),
1682
1765
  headers=exclude_unset(headers),
1766
+ stream=stream,
1683
1767
  response_model=TeamDiscussionComment,
1684
1768
  )
1685
1769
 
@@ -1691,6 +1775,7 @@ class TeamsClient:
1691
1775
  per_page: Missing[int] = UNSET,
1692
1776
  page: Missing[int] = UNSET,
1693
1777
  headers: Optional[Mapping[str, str]] = None,
1778
+ stream: bool = False,
1694
1779
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
1695
1780
  """teams/list-pending-invitations-in-org
1696
1781
 
@@ -1720,6 +1805,7 @@ class TeamsClient:
1720
1805
  url,
1721
1806
  params=exclude_unset(params),
1722
1807
  headers=exclude_unset(headers),
1808
+ stream=stream,
1723
1809
  response_model=list[OrganizationInvitation],
1724
1810
  )
1725
1811
 
@@ -1731,6 +1817,7 @@ class TeamsClient:
1731
1817
  per_page: Missing[int] = UNSET,
1732
1818
  page: Missing[int] = UNSET,
1733
1819
  headers: Optional[Mapping[str, str]] = None,
1820
+ stream: bool = False,
1734
1821
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
1735
1822
  """teams/list-pending-invitations-in-org
1736
1823
 
@@ -1760,6 +1847,7 @@ class TeamsClient:
1760
1847
  url,
1761
1848
  params=exclude_unset(params),
1762
1849
  headers=exclude_unset(headers),
1850
+ stream=stream,
1763
1851
  response_model=list[OrganizationInvitation],
1764
1852
  )
1765
1853
 
@@ -1772,6 +1860,7 @@ class TeamsClient:
1772
1860
  per_page: Missing[int] = UNSET,
1773
1861
  page: Missing[int] = UNSET,
1774
1862
  headers: Optional[Mapping[str, str]] = None,
1863
+ stream: bool = False,
1775
1864
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
1776
1865
  """teams/list-members-in-org
1777
1866
 
@@ -1801,6 +1890,7 @@ class TeamsClient:
1801
1890
  url,
1802
1891
  params=exclude_unset(params),
1803
1892
  headers=exclude_unset(headers),
1893
+ stream=stream,
1804
1894
  response_model=list[SimpleUser],
1805
1895
  )
1806
1896
 
@@ -1813,6 +1903,7 @@ class TeamsClient:
1813
1903
  per_page: Missing[int] = UNSET,
1814
1904
  page: Missing[int] = UNSET,
1815
1905
  headers: Optional[Mapping[str, str]] = None,
1906
+ stream: bool = False,
1816
1907
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
1817
1908
  """teams/list-members-in-org
1818
1909
 
@@ -1842,6 +1933,7 @@ class TeamsClient:
1842
1933
  url,
1843
1934
  params=exclude_unset(params),
1844
1935
  headers=exclude_unset(headers),
1936
+ stream=stream,
1845
1937
  response_model=list[SimpleUser],
1846
1938
  )
1847
1939
 
@@ -1852,6 +1944,7 @@ class TeamsClient:
1852
1944
  username: str,
1853
1945
  *,
1854
1946
  headers: Optional[Mapping[str, str]] = None,
1947
+ stream: bool = False,
1855
1948
  ) -> Response[TeamMembership, TeamMembershipType]:
1856
1949
  """teams/get-membership-for-user-in-org
1857
1950
 
@@ -1882,6 +1975,7 @@ class TeamsClient:
1882
1975
  "GET",
1883
1976
  url,
1884
1977
  headers=exclude_unset(headers),
1978
+ stream=stream,
1885
1979
  response_model=TeamMembership,
1886
1980
  error_models={},
1887
1981
  )
@@ -1893,6 +1987,7 @@ class TeamsClient:
1893
1987
  username: str,
1894
1988
  *,
1895
1989
  headers: Optional[Mapping[str, str]] = None,
1990
+ stream: bool = False,
1896
1991
  ) -> Response[TeamMembership, TeamMembershipType]:
1897
1992
  """teams/get-membership-for-user-in-org
1898
1993
 
@@ -1923,6 +2018,7 @@ class TeamsClient:
1923
2018
  "GET",
1924
2019
  url,
1925
2020
  headers=exclude_unset(headers),
2021
+ stream=stream,
1926
2022
  response_model=TeamMembership,
1927
2023
  error_models={},
1928
2024
  )
@@ -1935,6 +2031,7 @@ class TeamsClient:
1935
2031
  username: str,
1936
2032
  *,
1937
2033
  headers: Optional[Mapping[str, str]] = None,
2034
+ stream: bool = False,
1938
2035
  data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
1939
2036
  ) -> Response[TeamMembership, TeamMembershipType]: ...
1940
2037
 
@@ -1947,6 +2044,7 @@ class TeamsClient:
1947
2044
  *,
1948
2045
  data: UnsetType = UNSET,
1949
2046
  headers: Optional[Mapping[str, str]] = None,
2047
+ stream: bool = False,
1950
2048
  role: Missing[Literal["member", "maintainer"]] = UNSET,
1951
2049
  ) -> Response[TeamMembership, TeamMembershipType]: ...
1952
2050
 
@@ -1957,6 +2055,7 @@ class TeamsClient:
1957
2055
  username: str,
1958
2056
  *,
1959
2057
  headers: Optional[Mapping[str, str]] = None,
2058
+ stream: bool = False,
1960
2059
  data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
1961
2060
  **kwargs,
1962
2061
  ) -> Response[TeamMembership, TeamMembershipType]:
@@ -2006,6 +2105,7 @@ class TeamsClient:
2006
2105
  url,
2007
2106
  json=exclude_unset(json),
2008
2107
  headers=exclude_unset(headers),
2108
+ stream=stream,
2009
2109
  response_model=TeamMembership,
2010
2110
  error_models={},
2011
2111
  )
@@ -2018,6 +2118,7 @@ class TeamsClient:
2018
2118
  username: str,
2019
2119
  *,
2020
2120
  headers: Optional[Mapping[str, str]] = None,
2121
+ stream: bool = False,
2021
2122
  data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
2022
2123
  ) -> Response[TeamMembership, TeamMembershipType]: ...
2023
2124
 
@@ -2030,6 +2131,7 @@ class TeamsClient:
2030
2131
  *,
2031
2132
  data: UnsetType = UNSET,
2032
2133
  headers: Optional[Mapping[str, str]] = None,
2134
+ stream: bool = False,
2033
2135
  role: Missing[Literal["member", "maintainer"]] = UNSET,
2034
2136
  ) -> Response[TeamMembership, TeamMembershipType]: ...
2035
2137
 
@@ -2040,6 +2142,7 @@ class TeamsClient:
2040
2142
  username: str,
2041
2143
  *,
2042
2144
  headers: Optional[Mapping[str, str]] = None,
2145
+ stream: bool = False,
2043
2146
  data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
2044
2147
  **kwargs,
2045
2148
  ) -> Response[TeamMembership, TeamMembershipType]:
@@ -2089,6 +2192,7 @@ class TeamsClient:
2089
2192
  url,
2090
2193
  json=exclude_unset(json),
2091
2194
  headers=exclude_unset(headers),
2195
+ stream=stream,
2092
2196
  response_model=TeamMembership,
2093
2197
  error_models={},
2094
2198
  )
@@ -2100,6 +2204,7 @@ class TeamsClient:
2100
2204
  username: str,
2101
2205
  *,
2102
2206
  headers: Optional[Mapping[str, str]] = None,
2207
+ stream: bool = False,
2103
2208
  ) -> Response:
2104
2209
  """teams/remove-membership-for-user-in-org
2105
2210
 
@@ -2126,6 +2231,7 @@ class TeamsClient:
2126
2231
  "DELETE",
2127
2232
  url,
2128
2233
  headers=exclude_unset(headers),
2234
+ stream=stream,
2129
2235
  error_models={},
2130
2236
  )
2131
2237
 
@@ -2136,6 +2242,7 @@ class TeamsClient:
2136
2242
  username: str,
2137
2243
  *,
2138
2244
  headers: Optional[Mapping[str, str]] = None,
2245
+ stream: bool = False,
2139
2246
  ) -> Response:
2140
2247
  """teams/remove-membership-for-user-in-org
2141
2248
 
@@ -2162,6 +2269,7 @@ class TeamsClient:
2162
2269
  "DELETE",
2163
2270
  url,
2164
2271
  headers=exclude_unset(headers),
2272
+ stream=stream,
2165
2273
  error_models={},
2166
2274
  )
2167
2275
 
@@ -2173,6 +2281,7 @@ class TeamsClient:
2173
2281
  per_page: Missing[int] = UNSET,
2174
2282
  page: Missing[int] = UNSET,
2175
2283
  headers: Optional[Mapping[str, str]] = None,
2284
+ stream: bool = False,
2176
2285
  ) -> Response[list[TeamProject], list[TeamProjectType]]:
2177
2286
  """DEPRECATED teams/list-projects-in-org
2178
2287
 
@@ -2201,6 +2310,7 @@ class TeamsClient:
2201
2310
  url,
2202
2311
  params=exclude_unset(params),
2203
2312
  headers=exclude_unset(headers),
2313
+ stream=stream,
2204
2314
  response_model=list[TeamProject],
2205
2315
  )
2206
2316
 
@@ -2212,6 +2322,7 @@ class TeamsClient:
2212
2322
  per_page: Missing[int] = UNSET,
2213
2323
  page: Missing[int] = UNSET,
2214
2324
  headers: Optional[Mapping[str, str]] = None,
2325
+ stream: bool = False,
2215
2326
  ) -> Response[list[TeamProject], list[TeamProjectType]]:
2216
2327
  """DEPRECATED teams/list-projects-in-org
2217
2328
 
@@ -2240,6 +2351,7 @@ class TeamsClient:
2240
2351
  url,
2241
2352
  params=exclude_unset(params),
2242
2353
  headers=exclude_unset(headers),
2354
+ stream=stream,
2243
2355
  response_model=list[TeamProject],
2244
2356
  )
2245
2357
 
@@ -2250,6 +2362,7 @@ class TeamsClient:
2250
2362
  project_id: int,
2251
2363
  *,
2252
2364
  headers: Optional[Mapping[str, str]] = None,
2365
+ stream: bool = False,
2253
2366
  ) -> Response[TeamProject, TeamProjectType]:
2254
2367
  """DEPRECATED teams/check-permissions-for-project-in-org
2255
2368
 
@@ -2272,6 +2385,7 @@ class TeamsClient:
2272
2385
  "GET",
2273
2386
  url,
2274
2387
  headers=exclude_unset(headers),
2388
+ stream=stream,
2275
2389
  response_model=TeamProject,
2276
2390
  error_models={},
2277
2391
  )
@@ -2283,6 +2397,7 @@ class TeamsClient:
2283
2397
  project_id: int,
2284
2398
  *,
2285
2399
  headers: Optional[Mapping[str, str]] = None,
2400
+ stream: bool = False,
2286
2401
  ) -> Response[TeamProject, TeamProjectType]:
2287
2402
  """DEPRECATED teams/check-permissions-for-project-in-org
2288
2403
 
@@ -2305,6 +2420,7 @@ class TeamsClient:
2305
2420
  "GET",
2306
2421
  url,
2307
2422
  headers=exclude_unset(headers),
2423
+ stream=stream,
2308
2424
  response_model=TeamProject,
2309
2425
  error_models={},
2310
2426
  )
@@ -2317,6 +2433,7 @@ class TeamsClient:
2317
2433
  project_id: int,
2318
2434
  *,
2319
2435
  headers: Optional[Mapping[str, str]] = None,
2436
+ stream: bool = False,
2320
2437
  data: Missing[
2321
2438
  Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
2322
2439
  ] = UNSET,
@@ -2331,6 +2448,7 @@ class TeamsClient:
2331
2448
  *,
2332
2449
  data: UnsetType = UNSET,
2333
2450
  headers: Optional[Mapping[str, str]] = None,
2451
+ stream: bool = False,
2334
2452
  permission: Missing[Literal["read", "write", "admin"]] = UNSET,
2335
2453
  ) -> Response: ...
2336
2454
 
@@ -2341,6 +2459,7 @@ class TeamsClient:
2341
2459
  project_id: int,
2342
2460
  *,
2343
2461
  headers: Optional[Mapping[str, str]] = None,
2462
+ stream: bool = False,
2344
2463
  data: Missing[
2345
2464
  Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
2346
2465
  ] = UNSET,
@@ -2384,6 +2503,7 @@ class TeamsClient:
2384
2503
  url,
2385
2504
  json=exclude_unset(json),
2386
2505
  headers=exclude_unset(headers),
2506
+ stream=stream,
2387
2507
  error_models={
2388
2508
  "403": OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403,
2389
2509
  },
@@ -2397,6 +2517,7 @@ class TeamsClient:
2397
2517
  project_id: int,
2398
2518
  *,
2399
2519
  headers: Optional[Mapping[str, str]] = None,
2520
+ stream: bool = False,
2400
2521
  data: Missing[
2401
2522
  Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
2402
2523
  ] = UNSET,
@@ -2411,6 +2532,7 @@ class TeamsClient:
2411
2532
  *,
2412
2533
  data: UnsetType = UNSET,
2413
2534
  headers: Optional[Mapping[str, str]] = None,
2535
+ stream: bool = False,
2414
2536
  permission: Missing[Literal["read", "write", "admin"]] = UNSET,
2415
2537
  ) -> Response: ...
2416
2538
 
@@ -2421,6 +2543,7 @@ class TeamsClient:
2421
2543
  project_id: int,
2422
2544
  *,
2423
2545
  headers: Optional[Mapping[str, str]] = None,
2546
+ stream: bool = False,
2424
2547
  data: Missing[
2425
2548
  Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
2426
2549
  ] = UNSET,
@@ -2464,6 +2587,7 @@ class TeamsClient:
2464
2587
  url,
2465
2588
  json=exclude_unset(json),
2466
2589
  headers=exclude_unset(headers),
2590
+ stream=stream,
2467
2591
  error_models={
2468
2592
  "403": OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403,
2469
2593
  },
@@ -2476,6 +2600,7 @@ class TeamsClient:
2476
2600
  project_id: int,
2477
2601
  *,
2478
2602
  headers: Optional[Mapping[str, str]] = None,
2603
+ stream: bool = False,
2479
2604
  ) -> Response:
2480
2605
  """DEPRECATED teams/remove-project-in-org
2481
2606
 
@@ -2496,6 +2621,7 @@ class TeamsClient:
2496
2621
  "DELETE",
2497
2622
  url,
2498
2623
  headers=exclude_unset(headers),
2624
+ stream=stream,
2499
2625
  )
2500
2626
 
2501
2627
  async def async_remove_project_in_org(
@@ -2505,6 +2631,7 @@ class TeamsClient:
2505
2631
  project_id: int,
2506
2632
  *,
2507
2633
  headers: Optional[Mapping[str, str]] = None,
2634
+ stream: bool = False,
2508
2635
  ) -> Response:
2509
2636
  """DEPRECATED teams/remove-project-in-org
2510
2637
 
@@ -2525,6 +2652,7 @@ class TeamsClient:
2525
2652
  "DELETE",
2526
2653
  url,
2527
2654
  headers=exclude_unset(headers),
2655
+ stream=stream,
2528
2656
  )
2529
2657
 
2530
2658
  def list_repos_in_org(
@@ -2535,6 +2663,7 @@ class TeamsClient:
2535
2663
  per_page: Missing[int] = UNSET,
2536
2664
  page: Missing[int] = UNSET,
2537
2665
  headers: Optional[Mapping[str, str]] = None,
2666
+ stream: bool = False,
2538
2667
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
2539
2668
  """teams/list-repos-in-org
2540
2669
 
@@ -2564,6 +2693,7 @@ class TeamsClient:
2564
2693
  url,
2565
2694
  params=exclude_unset(params),
2566
2695
  headers=exclude_unset(headers),
2696
+ stream=stream,
2567
2697
  response_model=list[MinimalRepository],
2568
2698
  )
2569
2699
 
@@ -2575,6 +2705,7 @@ class TeamsClient:
2575
2705
  per_page: Missing[int] = UNSET,
2576
2706
  page: Missing[int] = UNSET,
2577
2707
  headers: Optional[Mapping[str, str]] = None,
2708
+ stream: bool = False,
2578
2709
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
2579
2710
  """teams/list-repos-in-org
2580
2711
 
@@ -2604,6 +2735,7 @@ class TeamsClient:
2604
2735
  url,
2605
2736
  params=exclude_unset(params),
2606
2737
  headers=exclude_unset(headers),
2738
+ stream=stream,
2607
2739
  response_model=list[MinimalRepository],
2608
2740
  )
2609
2741
 
@@ -2615,6 +2747,7 @@ class TeamsClient:
2615
2747
  repo: str,
2616
2748
  *,
2617
2749
  headers: Optional[Mapping[str, str]] = None,
2750
+ stream: bool = False,
2618
2751
  ) -> Response[TeamRepository, TeamRepositoryType]:
2619
2752
  """teams/check-permissions-for-repo-in-org
2620
2753
 
@@ -2644,6 +2777,7 @@ class TeamsClient:
2644
2777
  "GET",
2645
2778
  url,
2646
2779
  headers=exclude_unset(headers),
2780
+ stream=stream,
2647
2781
  response_model=TeamRepository,
2648
2782
  error_models={},
2649
2783
  )
@@ -2656,6 +2790,7 @@ class TeamsClient:
2656
2790
  repo: str,
2657
2791
  *,
2658
2792
  headers: Optional[Mapping[str, str]] = None,
2793
+ stream: bool = False,
2659
2794
  ) -> Response[TeamRepository, TeamRepositoryType]:
2660
2795
  """teams/check-permissions-for-repo-in-org
2661
2796
 
@@ -2685,6 +2820,7 @@ class TeamsClient:
2685
2820
  "GET",
2686
2821
  url,
2687
2822
  headers=exclude_unset(headers),
2823
+ stream=stream,
2688
2824
  response_model=TeamRepository,
2689
2825
  error_models={},
2690
2826
  )
@@ -2698,6 +2834,7 @@ class TeamsClient:
2698
2834
  repo: str,
2699
2835
  *,
2700
2836
  headers: Optional[Mapping[str, str]] = None,
2837
+ stream: bool = False,
2701
2838
  data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
2702
2839
  ) -> Response: ...
2703
2840
 
@@ -2711,6 +2848,7 @@ class TeamsClient:
2711
2848
  *,
2712
2849
  data: UnsetType = UNSET,
2713
2850
  headers: Optional[Mapping[str, str]] = None,
2851
+ stream: bool = False,
2714
2852
  permission: Missing[str] = UNSET,
2715
2853
  ) -> Response: ...
2716
2854
 
@@ -2722,6 +2860,7 @@ class TeamsClient:
2722
2860
  repo: str,
2723
2861
  *,
2724
2862
  headers: Optional[Mapping[str, str]] = None,
2863
+ stream: bool = False,
2725
2864
  data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
2726
2865
  **kwargs,
2727
2866
  ) -> Response:
@@ -2759,6 +2898,7 @@ class TeamsClient:
2759
2898
  url,
2760
2899
  json=exclude_unset(json),
2761
2900
  headers=exclude_unset(headers),
2901
+ stream=stream,
2762
2902
  )
2763
2903
 
2764
2904
  @overload
@@ -2770,6 +2910,7 @@ class TeamsClient:
2770
2910
  repo: str,
2771
2911
  *,
2772
2912
  headers: Optional[Mapping[str, str]] = None,
2913
+ stream: bool = False,
2773
2914
  data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
2774
2915
  ) -> Response: ...
2775
2916
 
@@ -2783,6 +2924,7 @@ class TeamsClient:
2783
2924
  *,
2784
2925
  data: UnsetType = UNSET,
2785
2926
  headers: Optional[Mapping[str, str]] = None,
2927
+ stream: bool = False,
2786
2928
  permission: Missing[str] = UNSET,
2787
2929
  ) -> Response: ...
2788
2930
 
@@ -2794,6 +2936,7 @@ class TeamsClient:
2794
2936
  repo: str,
2795
2937
  *,
2796
2938
  headers: Optional[Mapping[str, str]] = None,
2939
+ stream: bool = False,
2797
2940
  data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
2798
2941
  **kwargs,
2799
2942
  ) -> Response:
@@ -2831,6 +2974,7 @@ class TeamsClient:
2831
2974
  url,
2832
2975
  json=exclude_unset(json),
2833
2976
  headers=exclude_unset(headers),
2977
+ stream=stream,
2834
2978
  )
2835
2979
 
2836
2980
  def remove_repo_in_org(
@@ -2841,6 +2985,7 @@ class TeamsClient:
2841
2985
  repo: str,
2842
2986
  *,
2843
2987
  headers: Optional[Mapping[str, str]] = None,
2988
+ stream: bool = False,
2844
2989
  ) -> Response:
2845
2990
  """teams/remove-repo-in-org
2846
2991
 
@@ -2862,6 +3007,7 @@ class TeamsClient:
2862
3007
  "DELETE",
2863
3008
  url,
2864
3009
  headers=exclude_unset(headers),
3010
+ stream=stream,
2865
3011
  )
2866
3012
 
2867
3013
  async def async_remove_repo_in_org(
@@ -2872,6 +3018,7 @@ class TeamsClient:
2872
3018
  repo: str,
2873
3019
  *,
2874
3020
  headers: Optional[Mapping[str, str]] = None,
3021
+ stream: bool = False,
2875
3022
  ) -> Response:
2876
3023
  """teams/remove-repo-in-org
2877
3024
 
@@ -2893,6 +3040,7 @@ class TeamsClient:
2893
3040
  "DELETE",
2894
3041
  url,
2895
3042
  headers=exclude_unset(headers),
3043
+ stream=stream,
2896
3044
  )
2897
3045
 
2898
3046
  def list_child_in_org(
@@ -2903,6 +3051,7 @@ class TeamsClient:
2903
3051
  per_page: Missing[int] = UNSET,
2904
3052
  page: Missing[int] = UNSET,
2905
3053
  headers: Optional[Mapping[str, str]] = None,
3054
+ stream: bool = False,
2906
3055
  ) -> Response[list[Team], list[TeamType]]:
2907
3056
  """teams/list-child-in-org
2908
3057
 
@@ -2932,6 +3081,7 @@ class TeamsClient:
2932
3081
  url,
2933
3082
  params=exclude_unset(params),
2934
3083
  headers=exclude_unset(headers),
3084
+ stream=stream,
2935
3085
  response_model=list[Team],
2936
3086
  )
2937
3087
 
@@ -2943,6 +3093,7 @@ class TeamsClient:
2943
3093
  per_page: Missing[int] = UNSET,
2944
3094
  page: Missing[int] = UNSET,
2945
3095
  headers: Optional[Mapping[str, str]] = None,
3096
+ stream: bool = False,
2946
3097
  ) -> Response[list[Team], list[TeamType]]:
2947
3098
  """teams/list-child-in-org
2948
3099
 
@@ -2972,6 +3123,7 @@ class TeamsClient:
2972
3123
  url,
2973
3124
  params=exclude_unset(params),
2974
3125
  headers=exclude_unset(headers),
3126
+ stream=stream,
2975
3127
  response_model=list[Team],
2976
3128
  )
2977
3129
 
@@ -2980,6 +3132,7 @@ class TeamsClient:
2980
3132
  team_id: int,
2981
3133
  *,
2982
3134
  headers: Optional[Mapping[str, str]] = None,
3135
+ stream: bool = False,
2983
3136
  ) -> Response[TeamFull, TeamFullType]:
2984
3137
  """DEPRECATED teams/get-legacy
2985
3138
 
@@ -3001,6 +3154,7 @@ class TeamsClient:
3001
3154
  "GET",
3002
3155
  url,
3003
3156
  headers=exclude_unset(headers),
3157
+ stream=stream,
3004
3158
  response_model=TeamFull,
3005
3159
  error_models={
3006
3160
  "404": BasicError,
@@ -3012,6 +3166,7 @@ class TeamsClient:
3012
3166
  team_id: int,
3013
3167
  *,
3014
3168
  headers: Optional[Mapping[str, str]] = None,
3169
+ stream: bool = False,
3015
3170
  ) -> Response[TeamFull, TeamFullType]:
3016
3171
  """DEPRECATED teams/get-legacy
3017
3172
 
@@ -3033,6 +3188,7 @@ class TeamsClient:
3033
3188
  "GET",
3034
3189
  url,
3035
3190
  headers=exclude_unset(headers),
3191
+ stream=stream,
3036
3192
  response_model=TeamFull,
3037
3193
  error_models={
3038
3194
  "404": BasicError,
@@ -3044,6 +3200,7 @@ class TeamsClient:
3044
3200
  team_id: int,
3045
3201
  *,
3046
3202
  headers: Optional[Mapping[str, str]] = None,
3203
+ stream: bool = False,
3047
3204
  ) -> Response:
3048
3205
  """DEPRECATED teams/delete-legacy
3049
3206
 
@@ -3069,6 +3226,7 @@ class TeamsClient:
3069
3226
  "DELETE",
3070
3227
  url,
3071
3228
  headers=exclude_unset(headers),
3229
+ stream=stream,
3072
3230
  error_models={
3073
3231
  "404": BasicError,
3074
3232
  "422": ValidationError,
@@ -3080,6 +3238,7 @@ class TeamsClient:
3080
3238
  team_id: int,
3081
3239
  *,
3082
3240
  headers: Optional[Mapping[str, str]] = None,
3241
+ stream: bool = False,
3083
3242
  ) -> Response:
3084
3243
  """DEPRECATED teams/delete-legacy
3085
3244
 
@@ -3105,6 +3264,7 @@ class TeamsClient:
3105
3264
  "DELETE",
3106
3265
  url,
3107
3266
  headers=exclude_unset(headers),
3267
+ stream=stream,
3108
3268
  error_models={
3109
3269
  "404": BasicError,
3110
3270
  "422": ValidationError,
@@ -3117,6 +3277,7 @@ class TeamsClient:
3117
3277
  team_id: int,
3118
3278
  *,
3119
3279
  headers: Optional[Mapping[str, str]] = None,
3280
+ stream: bool = False,
3120
3281
  data: TeamsTeamIdPatchBodyType,
3121
3282
  ) -> Response[TeamFull, TeamFullType]: ...
3122
3283
 
@@ -3127,6 +3288,7 @@ class TeamsClient:
3127
3288
  *,
3128
3289
  data: UnsetType = UNSET,
3129
3290
  headers: Optional[Mapping[str, str]] = None,
3291
+ stream: bool = False,
3130
3292
  name: str,
3131
3293
  description: Missing[str] = UNSET,
3132
3294
  privacy: Missing[Literal["secret", "closed"]] = UNSET,
@@ -3142,6 +3304,7 @@ class TeamsClient:
3142
3304
  team_id: int,
3143
3305
  *,
3144
3306
  headers: Optional[Mapping[str, str]] = None,
3307
+ stream: bool = False,
3145
3308
  data: Missing[TeamsTeamIdPatchBodyType] = UNSET,
3146
3309
  **kwargs,
3147
3310
  ) -> Response[TeamFull, TeamFullType]:
@@ -3180,6 +3343,7 @@ class TeamsClient:
3180
3343
  url,
3181
3344
  json=exclude_unset(json),
3182
3345
  headers=exclude_unset(headers),
3346
+ stream=stream,
3183
3347
  response_model=TeamFull,
3184
3348
  error_models={
3185
3349
  "404": BasicError,
@@ -3194,6 +3358,7 @@ class TeamsClient:
3194
3358
  team_id: int,
3195
3359
  *,
3196
3360
  headers: Optional[Mapping[str, str]] = None,
3361
+ stream: bool = False,
3197
3362
  data: TeamsTeamIdPatchBodyType,
3198
3363
  ) -> Response[TeamFull, TeamFullType]: ...
3199
3364
 
@@ -3204,6 +3369,7 @@ class TeamsClient:
3204
3369
  *,
3205
3370
  data: UnsetType = UNSET,
3206
3371
  headers: Optional[Mapping[str, str]] = None,
3372
+ stream: bool = False,
3207
3373
  name: str,
3208
3374
  description: Missing[str] = UNSET,
3209
3375
  privacy: Missing[Literal["secret", "closed"]] = UNSET,
@@ -3219,6 +3385,7 @@ class TeamsClient:
3219
3385
  team_id: int,
3220
3386
  *,
3221
3387
  headers: Optional[Mapping[str, str]] = None,
3388
+ stream: bool = False,
3222
3389
  data: Missing[TeamsTeamIdPatchBodyType] = UNSET,
3223
3390
  **kwargs,
3224
3391
  ) -> Response[TeamFull, TeamFullType]:
@@ -3257,6 +3424,7 @@ class TeamsClient:
3257
3424
  url,
3258
3425
  json=exclude_unset(json),
3259
3426
  headers=exclude_unset(headers),
3427
+ stream=stream,
3260
3428
  response_model=TeamFull,
3261
3429
  error_models={
3262
3430
  "404": BasicError,
@@ -3273,6 +3441,7 @@ class TeamsClient:
3273
3441
  per_page: Missing[int] = UNSET,
3274
3442
  page: Missing[int] = UNSET,
3275
3443
  headers: Optional[Mapping[str, str]] = None,
3444
+ stream: bool = False,
3276
3445
  ) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
3277
3446
  """DEPRECATED teams/list-discussions-legacy
3278
3447
 
@@ -3305,6 +3474,7 @@ class TeamsClient:
3305
3474
  url,
3306
3475
  params=exclude_unset(params),
3307
3476
  headers=exclude_unset(headers),
3477
+ stream=stream,
3308
3478
  response_model=list[TeamDiscussion],
3309
3479
  )
3310
3480
 
@@ -3316,6 +3486,7 @@ class TeamsClient:
3316
3486
  per_page: Missing[int] = UNSET,
3317
3487
  page: Missing[int] = UNSET,
3318
3488
  headers: Optional[Mapping[str, str]] = None,
3489
+ stream: bool = False,
3319
3490
  ) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
3320
3491
  """DEPRECATED teams/list-discussions-legacy
3321
3492
 
@@ -3348,6 +3519,7 @@ class TeamsClient:
3348
3519
  url,
3349
3520
  params=exclude_unset(params),
3350
3521
  headers=exclude_unset(headers),
3522
+ stream=stream,
3351
3523
  response_model=list[TeamDiscussion],
3352
3524
  )
3353
3525
 
@@ -3357,6 +3529,7 @@ class TeamsClient:
3357
3529
  team_id: int,
3358
3530
  *,
3359
3531
  headers: Optional[Mapping[str, str]] = None,
3532
+ stream: bool = False,
3360
3533
  data: TeamsTeamIdDiscussionsPostBodyType,
3361
3534
  ) -> Response[TeamDiscussion, TeamDiscussionType]: ...
3362
3535
 
@@ -3367,6 +3540,7 @@ class TeamsClient:
3367
3540
  *,
3368
3541
  data: UnsetType = UNSET,
3369
3542
  headers: Optional[Mapping[str, str]] = None,
3543
+ stream: bool = False,
3370
3544
  title: str,
3371
3545
  body: str,
3372
3546
  private: Missing[bool] = UNSET,
@@ -3377,6 +3551,7 @@ class TeamsClient:
3377
3551
  team_id: int,
3378
3552
  *,
3379
3553
  headers: Optional[Mapping[str, str]] = None,
3554
+ stream: bool = False,
3380
3555
  data: Missing[TeamsTeamIdDiscussionsPostBodyType] = UNSET,
3381
3556
  **kwargs,
3382
3557
  ) -> Response[TeamDiscussion, TeamDiscussionType]:
@@ -3416,6 +3591,7 @@ class TeamsClient:
3416
3591
  url,
3417
3592
  json=exclude_unset(json),
3418
3593
  headers=exclude_unset(headers),
3594
+ stream=stream,
3419
3595
  response_model=TeamDiscussion,
3420
3596
  )
3421
3597
 
@@ -3425,6 +3601,7 @@ class TeamsClient:
3425
3601
  team_id: int,
3426
3602
  *,
3427
3603
  headers: Optional[Mapping[str, str]] = None,
3604
+ stream: bool = False,
3428
3605
  data: TeamsTeamIdDiscussionsPostBodyType,
3429
3606
  ) -> Response[TeamDiscussion, TeamDiscussionType]: ...
3430
3607
 
@@ -3435,6 +3612,7 @@ class TeamsClient:
3435
3612
  *,
3436
3613
  data: UnsetType = UNSET,
3437
3614
  headers: Optional[Mapping[str, str]] = None,
3615
+ stream: bool = False,
3438
3616
  title: str,
3439
3617
  body: str,
3440
3618
  private: Missing[bool] = UNSET,
@@ -3445,6 +3623,7 @@ class TeamsClient:
3445
3623
  team_id: int,
3446
3624
  *,
3447
3625
  headers: Optional[Mapping[str, str]] = None,
3626
+ stream: bool = False,
3448
3627
  data: Missing[TeamsTeamIdDiscussionsPostBodyType] = UNSET,
3449
3628
  **kwargs,
3450
3629
  ) -> Response[TeamDiscussion, TeamDiscussionType]:
@@ -3484,6 +3663,7 @@ class TeamsClient:
3484
3663
  url,
3485
3664
  json=exclude_unset(json),
3486
3665
  headers=exclude_unset(headers),
3666
+ stream=stream,
3487
3667
  response_model=TeamDiscussion,
3488
3668
  )
3489
3669
 
@@ -3493,6 +3673,7 @@ class TeamsClient:
3493
3673
  discussion_number: int,
3494
3674
  *,
3495
3675
  headers: Optional[Mapping[str, str]] = None,
3676
+ stream: bool = False,
3496
3677
  ) -> Response[TeamDiscussion, TeamDiscussionType]:
3497
3678
  """DEPRECATED teams/get-discussion-legacy
3498
3679
 
@@ -3518,6 +3699,7 @@ class TeamsClient:
3518
3699
  "GET",
3519
3700
  url,
3520
3701
  headers=exclude_unset(headers),
3702
+ stream=stream,
3521
3703
  response_model=TeamDiscussion,
3522
3704
  )
3523
3705
 
@@ -3527,6 +3709,7 @@ class TeamsClient:
3527
3709
  discussion_number: int,
3528
3710
  *,
3529
3711
  headers: Optional[Mapping[str, str]] = None,
3712
+ stream: bool = False,
3530
3713
  ) -> Response[TeamDiscussion, TeamDiscussionType]:
3531
3714
  """DEPRECATED teams/get-discussion-legacy
3532
3715
 
@@ -3552,6 +3735,7 @@ class TeamsClient:
3552
3735
  "GET",
3553
3736
  url,
3554
3737
  headers=exclude_unset(headers),
3738
+ stream=stream,
3555
3739
  response_model=TeamDiscussion,
3556
3740
  )
3557
3741
 
@@ -3561,6 +3745,7 @@ class TeamsClient:
3561
3745
  discussion_number: int,
3562
3746
  *,
3563
3747
  headers: Optional[Mapping[str, str]] = None,
3748
+ stream: bool = False,
3564
3749
  ) -> Response:
3565
3750
  """DEPRECATED teams/delete-discussion-legacy
3566
3751
 
@@ -3584,6 +3769,7 @@ class TeamsClient:
3584
3769
  "DELETE",
3585
3770
  url,
3586
3771
  headers=exclude_unset(headers),
3772
+ stream=stream,
3587
3773
  )
3588
3774
 
3589
3775
  async def async_delete_discussion_legacy(
@@ -3592,6 +3778,7 @@ class TeamsClient:
3592
3778
  discussion_number: int,
3593
3779
  *,
3594
3780
  headers: Optional[Mapping[str, str]] = None,
3781
+ stream: bool = False,
3595
3782
  ) -> Response:
3596
3783
  """DEPRECATED teams/delete-discussion-legacy
3597
3784
 
@@ -3615,6 +3802,7 @@ class TeamsClient:
3615
3802
  "DELETE",
3616
3803
  url,
3617
3804
  headers=exclude_unset(headers),
3805
+ stream=stream,
3618
3806
  )
3619
3807
 
3620
3808
  @overload
@@ -3624,6 +3812,7 @@ class TeamsClient:
3624
3812
  discussion_number: int,
3625
3813
  *,
3626
3814
  headers: Optional[Mapping[str, str]] = None,
3815
+ stream: bool = False,
3627
3816
  data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
3628
3817
  ) -> Response[TeamDiscussion, TeamDiscussionType]: ...
3629
3818
 
@@ -3635,6 +3824,7 @@ class TeamsClient:
3635
3824
  *,
3636
3825
  data: UnsetType = UNSET,
3637
3826
  headers: Optional[Mapping[str, str]] = None,
3827
+ stream: bool = False,
3638
3828
  title: Missing[str] = UNSET,
3639
3829
  body: Missing[str] = UNSET,
3640
3830
  ) -> Response[TeamDiscussion, TeamDiscussionType]: ...
@@ -3645,6 +3835,7 @@ class TeamsClient:
3645
3835
  discussion_number: int,
3646
3836
  *,
3647
3837
  headers: Optional[Mapping[str, str]] = None,
3838
+ stream: bool = False,
3648
3839
  data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
3649
3840
  **kwargs,
3650
3841
  ) -> Response[TeamDiscussion, TeamDiscussionType]:
@@ -3687,6 +3878,7 @@ class TeamsClient:
3687
3878
  url,
3688
3879
  json=exclude_unset(json),
3689
3880
  headers=exclude_unset(headers),
3881
+ stream=stream,
3690
3882
  response_model=TeamDiscussion,
3691
3883
  )
3692
3884
 
@@ -3697,6 +3889,7 @@ class TeamsClient:
3697
3889
  discussion_number: int,
3698
3890
  *,
3699
3891
  headers: Optional[Mapping[str, str]] = None,
3892
+ stream: bool = False,
3700
3893
  data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
3701
3894
  ) -> Response[TeamDiscussion, TeamDiscussionType]: ...
3702
3895
 
@@ -3708,6 +3901,7 @@ class TeamsClient:
3708
3901
  *,
3709
3902
  data: UnsetType = UNSET,
3710
3903
  headers: Optional[Mapping[str, str]] = None,
3904
+ stream: bool = False,
3711
3905
  title: Missing[str] = UNSET,
3712
3906
  body: Missing[str] = UNSET,
3713
3907
  ) -> Response[TeamDiscussion, TeamDiscussionType]: ...
@@ -3718,6 +3912,7 @@ class TeamsClient:
3718
3912
  discussion_number: int,
3719
3913
  *,
3720
3914
  headers: Optional[Mapping[str, str]] = None,
3915
+ stream: bool = False,
3721
3916
  data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
3722
3917
  **kwargs,
3723
3918
  ) -> Response[TeamDiscussion, TeamDiscussionType]:
@@ -3760,6 +3955,7 @@ class TeamsClient:
3760
3955
  url,
3761
3956
  json=exclude_unset(json),
3762
3957
  headers=exclude_unset(headers),
3958
+ stream=stream,
3763
3959
  response_model=TeamDiscussion,
3764
3960
  )
3765
3961
 
@@ -3772,6 +3968,7 @@ class TeamsClient:
3772
3968
  per_page: Missing[int] = UNSET,
3773
3969
  page: Missing[int] = UNSET,
3774
3970
  headers: Optional[Mapping[str, str]] = None,
3971
+ stream: bool = False,
3775
3972
  ) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
3776
3973
  """DEPRECATED teams/list-discussion-comments-legacy
3777
3974
 
@@ -3804,6 +4001,7 @@ class TeamsClient:
3804
4001
  url,
3805
4002
  params=exclude_unset(params),
3806
4003
  headers=exclude_unset(headers),
4004
+ stream=stream,
3807
4005
  response_model=list[TeamDiscussionComment],
3808
4006
  )
3809
4007
 
@@ -3816,6 +4014,7 @@ class TeamsClient:
3816
4014
  per_page: Missing[int] = UNSET,
3817
4015
  page: Missing[int] = UNSET,
3818
4016
  headers: Optional[Mapping[str, str]] = None,
4017
+ stream: bool = False,
3819
4018
  ) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
3820
4019
  """DEPRECATED teams/list-discussion-comments-legacy
3821
4020
 
@@ -3848,6 +4047,7 @@ class TeamsClient:
3848
4047
  url,
3849
4048
  params=exclude_unset(params),
3850
4049
  headers=exclude_unset(headers),
4050
+ stream=stream,
3851
4051
  response_model=list[TeamDiscussionComment],
3852
4052
  )
3853
4053
 
@@ -3858,6 +4058,7 @@ class TeamsClient:
3858
4058
  discussion_number: int,
3859
4059
  *,
3860
4060
  headers: Optional[Mapping[str, str]] = None,
4061
+ stream: bool = False,
3861
4062
  data: TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType,
3862
4063
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
3863
4064
 
@@ -3869,6 +4070,7 @@ class TeamsClient:
3869
4070
  *,
3870
4071
  data: UnsetType = UNSET,
3871
4072
  headers: Optional[Mapping[str, str]] = None,
4073
+ stream: bool = False,
3872
4074
  body: str,
3873
4075
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
3874
4076
 
@@ -3878,6 +4080,7 @@ class TeamsClient:
3878
4080
  discussion_number: int,
3879
4081
  *,
3880
4082
  headers: Optional[Mapping[str, str]] = None,
4083
+ stream: bool = False,
3881
4084
  data: Missing[
3882
4085
  TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType
3883
4086
  ] = UNSET,
@@ -3924,6 +4127,7 @@ class TeamsClient:
3924
4127
  url,
3925
4128
  json=exclude_unset(json),
3926
4129
  headers=exclude_unset(headers),
4130
+ stream=stream,
3927
4131
  response_model=TeamDiscussionComment,
3928
4132
  )
3929
4133
 
@@ -3934,6 +4138,7 @@ class TeamsClient:
3934
4138
  discussion_number: int,
3935
4139
  *,
3936
4140
  headers: Optional[Mapping[str, str]] = None,
4141
+ stream: bool = False,
3937
4142
  data: TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType,
3938
4143
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
3939
4144
 
@@ -3945,6 +4150,7 @@ class TeamsClient:
3945
4150
  *,
3946
4151
  data: UnsetType = UNSET,
3947
4152
  headers: Optional[Mapping[str, str]] = None,
4153
+ stream: bool = False,
3948
4154
  body: str,
3949
4155
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
3950
4156
 
@@ -3954,6 +4160,7 @@ class TeamsClient:
3954
4160
  discussion_number: int,
3955
4161
  *,
3956
4162
  headers: Optional[Mapping[str, str]] = None,
4163
+ stream: bool = False,
3957
4164
  data: Missing[
3958
4165
  TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType
3959
4166
  ] = UNSET,
@@ -4000,6 +4207,7 @@ class TeamsClient:
4000
4207
  url,
4001
4208
  json=exclude_unset(json),
4002
4209
  headers=exclude_unset(headers),
4210
+ stream=stream,
4003
4211
  response_model=TeamDiscussionComment,
4004
4212
  )
4005
4213
 
@@ -4010,6 +4218,7 @@ class TeamsClient:
4010
4218
  comment_number: int,
4011
4219
  *,
4012
4220
  headers: Optional[Mapping[str, str]] = None,
4221
+ stream: bool = False,
4013
4222
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
4014
4223
  """DEPRECATED teams/get-discussion-comment-legacy
4015
4224
 
@@ -4035,6 +4244,7 @@ class TeamsClient:
4035
4244
  "GET",
4036
4245
  url,
4037
4246
  headers=exclude_unset(headers),
4247
+ stream=stream,
4038
4248
  response_model=TeamDiscussionComment,
4039
4249
  )
4040
4250
 
@@ -4045,6 +4255,7 @@ class TeamsClient:
4045
4255
  comment_number: int,
4046
4256
  *,
4047
4257
  headers: Optional[Mapping[str, str]] = None,
4258
+ stream: bool = False,
4048
4259
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
4049
4260
  """DEPRECATED teams/get-discussion-comment-legacy
4050
4261
 
@@ -4070,6 +4281,7 @@ class TeamsClient:
4070
4281
  "GET",
4071
4282
  url,
4072
4283
  headers=exclude_unset(headers),
4284
+ stream=stream,
4073
4285
  response_model=TeamDiscussionComment,
4074
4286
  )
4075
4287
 
@@ -4080,6 +4292,7 @@ class TeamsClient:
4080
4292
  comment_number: int,
4081
4293
  *,
4082
4294
  headers: Optional[Mapping[str, str]] = None,
4295
+ stream: bool = False,
4083
4296
  ) -> Response:
4084
4297
  """DEPRECATED teams/delete-discussion-comment-legacy
4085
4298
 
@@ -4103,6 +4316,7 @@ class TeamsClient:
4103
4316
  "DELETE",
4104
4317
  url,
4105
4318
  headers=exclude_unset(headers),
4319
+ stream=stream,
4106
4320
  )
4107
4321
 
4108
4322
  async def async_delete_discussion_comment_legacy(
@@ -4112,6 +4326,7 @@ class TeamsClient:
4112
4326
  comment_number: int,
4113
4327
  *,
4114
4328
  headers: Optional[Mapping[str, str]] = None,
4329
+ stream: bool = False,
4115
4330
  ) -> Response:
4116
4331
  """DEPRECATED teams/delete-discussion-comment-legacy
4117
4332
 
@@ -4135,6 +4350,7 @@ class TeamsClient:
4135
4350
  "DELETE",
4136
4351
  url,
4137
4352
  headers=exclude_unset(headers),
4353
+ stream=stream,
4138
4354
  )
4139
4355
 
4140
4356
  @overload
@@ -4145,6 +4361,7 @@ class TeamsClient:
4145
4361
  comment_number: int,
4146
4362
  *,
4147
4363
  headers: Optional[Mapping[str, str]] = None,
4364
+ stream: bool = False,
4148
4365
  data: TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
4149
4366
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
4150
4367
 
@@ -4157,6 +4374,7 @@ class TeamsClient:
4157
4374
  *,
4158
4375
  data: UnsetType = UNSET,
4159
4376
  headers: Optional[Mapping[str, str]] = None,
4377
+ stream: bool = False,
4160
4378
  body: str,
4161
4379
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
4162
4380
 
@@ -4167,6 +4385,7 @@ class TeamsClient:
4167
4385
  comment_number: int,
4168
4386
  *,
4169
4387
  headers: Optional[Mapping[str, str]] = None,
4388
+ stream: bool = False,
4170
4389
  data: Missing[
4171
4390
  TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
4172
4391
  ] = UNSET,
@@ -4212,6 +4431,7 @@ class TeamsClient:
4212
4431
  url,
4213
4432
  json=exclude_unset(json),
4214
4433
  headers=exclude_unset(headers),
4434
+ stream=stream,
4215
4435
  response_model=TeamDiscussionComment,
4216
4436
  )
4217
4437
 
@@ -4223,6 +4443,7 @@ class TeamsClient:
4223
4443
  comment_number: int,
4224
4444
  *,
4225
4445
  headers: Optional[Mapping[str, str]] = None,
4446
+ stream: bool = False,
4226
4447
  data: TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
4227
4448
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
4228
4449
 
@@ -4235,6 +4456,7 @@ class TeamsClient:
4235
4456
  *,
4236
4457
  data: UnsetType = UNSET,
4237
4458
  headers: Optional[Mapping[str, str]] = None,
4459
+ stream: bool = False,
4238
4460
  body: str,
4239
4461
  ) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
4240
4462
 
@@ -4245,6 +4467,7 @@ class TeamsClient:
4245
4467
  comment_number: int,
4246
4468
  *,
4247
4469
  headers: Optional[Mapping[str, str]] = None,
4470
+ stream: bool = False,
4248
4471
  data: Missing[
4249
4472
  TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
4250
4473
  ] = UNSET,
@@ -4290,6 +4513,7 @@ class TeamsClient:
4290
4513
  url,
4291
4514
  json=exclude_unset(json),
4292
4515
  headers=exclude_unset(headers),
4516
+ stream=stream,
4293
4517
  response_model=TeamDiscussionComment,
4294
4518
  )
4295
4519
 
@@ -4300,6 +4524,7 @@ class TeamsClient:
4300
4524
  per_page: Missing[int] = UNSET,
4301
4525
  page: Missing[int] = UNSET,
4302
4526
  headers: Optional[Mapping[str, str]] = None,
4527
+ stream: bool = False,
4303
4528
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
4304
4529
  """DEPRECATED teams/list-pending-invitations-legacy
4305
4530
 
@@ -4329,6 +4554,7 @@ class TeamsClient:
4329
4554
  url,
4330
4555
  params=exclude_unset(params),
4331
4556
  headers=exclude_unset(headers),
4557
+ stream=stream,
4332
4558
  response_model=list[OrganizationInvitation],
4333
4559
  )
4334
4560
 
@@ -4339,6 +4565,7 @@ class TeamsClient:
4339
4565
  per_page: Missing[int] = UNSET,
4340
4566
  page: Missing[int] = UNSET,
4341
4567
  headers: Optional[Mapping[str, str]] = None,
4568
+ stream: bool = False,
4342
4569
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
4343
4570
  """DEPRECATED teams/list-pending-invitations-legacy
4344
4571
 
@@ -4368,6 +4595,7 @@ class TeamsClient:
4368
4595
  url,
4369
4596
  params=exclude_unset(params),
4370
4597
  headers=exclude_unset(headers),
4598
+ stream=stream,
4371
4599
  response_model=list[OrganizationInvitation],
4372
4600
  )
4373
4601
 
@@ -4379,6 +4607,7 @@ class TeamsClient:
4379
4607
  per_page: Missing[int] = UNSET,
4380
4608
  page: Missing[int] = UNSET,
4381
4609
  headers: Optional[Mapping[str, str]] = None,
4610
+ stream: bool = False,
4382
4611
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
4383
4612
  """DEPRECATED teams/list-members-legacy
4384
4613
 
@@ -4409,6 +4638,7 @@ class TeamsClient:
4409
4638
  url,
4410
4639
  params=exclude_unset(params),
4411
4640
  headers=exclude_unset(headers),
4641
+ stream=stream,
4412
4642
  response_model=list[SimpleUser],
4413
4643
  error_models={
4414
4644
  "404": BasicError,
@@ -4423,6 +4653,7 @@ class TeamsClient:
4423
4653
  per_page: Missing[int] = UNSET,
4424
4654
  page: Missing[int] = UNSET,
4425
4655
  headers: Optional[Mapping[str, str]] = None,
4656
+ stream: bool = False,
4426
4657
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
4427
4658
  """DEPRECATED teams/list-members-legacy
4428
4659
 
@@ -4453,6 +4684,7 @@ class TeamsClient:
4453
4684
  url,
4454
4685
  params=exclude_unset(params),
4455
4686
  headers=exclude_unset(headers),
4687
+ stream=stream,
4456
4688
  response_model=list[SimpleUser],
4457
4689
  error_models={
4458
4690
  "404": BasicError,
@@ -4465,6 +4697,7 @@ class TeamsClient:
4465
4697
  username: str,
4466
4698
  *,
4467
4699
  headers: Optional[Mapping[str, str]] = None,
4700
+ stream: bool = False,
4468
4701
  ) -> Response:
4469
4702
  """DEPRECATED teams/get-member-legacy
4470
4703
 
@@ -4487,6 +4720,7 @@ class TeamsClient:
4487
4720
  "GET",
4488
4721
  url,
4489
4722
  headers=exclude_unset(headers),
4723
+ stream=stream,
4490
4724
  error_models={},
4491
4725
  )
4492
4726
 
@@ -4496,6 +4730,7 @@ class TeamsClient:
4496
4730
  username: str,
4497
4731
  *,
4498
4732
  headers: Optional[Mapping[str, str]] = None,
4733
+ stream: bool = False,
4499
4734
  ) -> Response:
4500
4735
  """DEPRECATED teams/get-member-legacy
4501
4736
 
@@ -4518,6 +4753,7 @@ class TeamsClient:
4518
4753
  "GET",
4519
4754
  url,
4520
4755
  headers=exclude_unset(headers),
4756
+ stream=stream,
4521
4757
  error_models={},
4522
4758
  )
4523
4759
 
@@ -4527,6 +4763,7 @@ class TeamsClient:
4527
4763
  username: str,
4528
4764
  *,
4529
4765
  headers: Optional[Mapping[str, str]] = None,
4766
+ stream: bool = False,
4530
4767
  ) -> Response:
4531
4768
  """DEPRECATED teams/add-member-legacy
4532
4769
 
@@ -4558,6 +4795,7 @@ class TeamsClient:
4558
4795
  "PUT",
4559
4796
  url,
4560
4797
  headers=exclude_unset(headers),
4798
+ stream=stream,
4561
4799
  error_models={
4562
4800
  "403": BasicError,
4563
4801
  },
@@ -4569,6 +4807,7 @@ class TeamsClient:
4569
4807
  username: str,
4570
4808
  *,
4571
4809
  headers: Optional[Mapping[str, str]] = None,
4810
+ stream: bool = False,
4572
4811
  ) -> Response:
4573
4812
  """DEPRECATED teams/add-member-legacy
4574
4813
 
@@ -4600,6 +4839,7 @@ class TeamsClient:
4600
4839
  "PUT",
4601
4840
  url,
4602
4841
  headers=exclude_unset(headers),
4842
+ stream=stream,
4603
4843
  error_models={
4604
4844
  "403": BasicError,
4605
4845
  },
@@ -4611,6 +4851,7 @@ class TeamsClient:
4611
4851
  username: str,
4612
4852
  *,
4613
4853
  headers: Optional[Mapping[str, str]] = None,
4854
+ stream: bool = False,
4614
4855
  ) -> Response:
4615
4856
  """DEPRECATED teams/remove-member-legacy
4616
4857
 
@@ -4638,6 +4879,7 @@ class TeamsClient:
4638
4879
  "DELETE",
4639
4880
  url,
4640
4881
  headers=exclude_unset(headers),
4882
+ stream=stream,
4641
4883
  error_models={},
4642
4884
  )
4643
4885
 
@@ -4647,6 +4889,7 @@ class TeamsClient:
4647
4889
  username: str,
4648
4890
  *,
4649
4891
  headers: Optional[Mapping[str, str]] = None,
4892
+ stream: bool = False,
4650
4893
  ) -> Response:
4651
4894
  """DEPRECATED teams/remove-member-legacy
4652
4895
 
@@ -4674,6 +4917,7 @@ class TeamsClient:
4674
4917
  "DELETE",
4675
4918
  url,
4676
4919
  headers=exclude_unset(headers),
4920
+ stream=stream,
4677
4921
  error_models={},
4678
4922
  )
4679
4923
 
@@ -4683,6 +4927,7 @@ class TeamsClient:
4683
4927
  username: str,
4684
4928
  *,
4685
4929
  headers: Optional[Mapping[str, str]] = None,
4930
+ stream: bool = False,
4686
4931
  ) -> Response[TeamMembership, TeamMembershipType]:
4687
4932
  """DEPRECATED teams/get-membership-for-user-legacy
4688
4933
 
@@ -4713,6 +4958,7 @@ class TeamsClient:
4713
4958
  "GET",
4714
4959
  url,
4715
4960
  headers=exclude_unset(headers),
4961
+ stream=stream,
4716
4962
  response_model=TeamMembership,
4717
4963
  error_models={
4718
4964
  "404": BasicError,
@@ -4725,6 +4971,7 @@ class TeamsClient:
4725
4971
  username: str,
4726
4972
  *,
4727
4973
  headers: Optional[Mapping[str, str]] = None,
4974
+ stream: bool = False,
4728
4975
  ) -> Response[TeamMembership, TeamMembershipType]:
4729
4976
  """DEPRECATED teams/get-membership-for-user-legacy
4730
4977
 
@@ -4755,6 +5002,7 @@ class TeamsClient:
4755
5002
  "GET",
4756
5003
  url,
4757
5004
  headers=exclude_unset(headers),
5005
+ stream=stream,
4758
5006
  response_model=TeamMembership,
4759
5007
  error_models={
4760
5008
  "404": BasicError,
@@ -4768,6 +5016,7 @@ class TeamsClient:
4768
5016
  username: str,
4769
5017
  *,
4770
5018
  headers: Optional[Mapping[str, str]] = None,
5019
+ stream: bool = False,
4771
5020
  data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
4772
5021
  ) -> Response[TeamMembership, TeamMembershipType]: ...
4773
5022
 
@@ -4779,6 +5028,7 @@ class TeamsClient:
4779
5028
  *,
4780
5029
  data: UnsetType = UNSET,
4781
5030
  headers: Optional[Mapping[str, str]] = None,
5031
+ stream: bool = False,
4782
5032
  role: Missing[Literal["member", "maintainer"]] = UNSET,
4783
5033
  ) -> Response[TeamMembership, TeamMembershipType]: ...
4784
5034
 
@@ -4788,6 +5038,7 @@ class TeamsClient:
4788
5038
  username: str,
4789
5039
  *,
4790
5040
  headers: Optional[Mapping[str, str]] = None,
5041
+ stream: bool = False,
4791
5042
  data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
4792
5043
  **kwargs,
4793
5044
  ) -> Response[TeamMembership, TeamMembershipType]:
@@ -4836,6 +5087,7 @@ class TeamsClient:
4836
5087
  url,
4837
5088
  json=exclude_unset(json),
4838
5089
  headers=exclude_unset(headers),
5090
+ stream=stream,
4839
5091
  response_model=TeamMembership,
4840
5092
  error_models={
4841
5093
  "404": BasicError,
@@ -4849,6 +5101,7 @@ class TeamsClient:
4849
5101
  username: str,
4850
5102
  *,
4851
5103
  headers: Optional[Mapping[str, str]] = None,
5104
+ stream: bool = False,
4852
5105
  data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
4853
5106
  ) -> Response[TeamMembership, TeamMembershipType]: ...
4854
5107
 
@@ -4860,6 +5113,7 @@ class TeamsClient:
4860
5113
  *,
4861
5114
  data: UnsetType = UNSET,
4862
5115
  headers: Optional[Mapping[str, str]] = None,
5116
+ stream: bool = False,
4863
5117
  role: Missing[Literal["member", "maintainer"]] = UNSET,
4864
5118
  ) -> Response[TeamMembership, TeamMembershipType]: ...
4865
5119
 
@@ -4869,6 +5123,7 @@ class TeamsClient:
4869
5123
  username: str,
4870
5124
  *,
4871
5125
  headers: Optional[Mapping[str, str]] = None,
5126
+ stream: bool = False,
4872
5127
  data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
4873
5128
  **kwargs,
4874
5129
  ) -> Response[TeamMembership, TeamMembershipType]:
@@ -4917,6 +5172,7 @@ class TeamsClient:
4917
5172
  url,
4918
5173
  json=exclude_unset(json),
4919
5174
  headers=exclude_unset(headers),
5175
+ stream=stream,
4920
5176
  response_model=TeamMembership,
4921
5177
  error_models={
4922
5178
  "404": BasicError,
@@ -4929,6 +5185,7 @@ class TeamsClient:
4929
5185
  username: str,
4930
5186
  *,
4931
5187
  headers: Optional[Mapping[str, str]] = None,
5188
+ stream: bool = False,
4932
5189
  ) -> Response:
4933
5190
  """DEPRECATED teams/remove-membership-for-user-legacy
4934
5191
 
@@ -4955,6 +5212,7 @@ class TeamsClient:
4955
5212
  "DELETE",
4956
5213
  url,
4957
5214
  headers=exclude_unset(headers),
5215
+ stream=stream,
4958
5216
  error_models={},
4959
5217
  )
4960
5218
 
@@ -4964,6 +5222,7 @@ class TeamsClient:
4964
5222
  username: str,
4965
5223
  *,
4966
5224
  headers: Optional[Mapping[str, str]] = None,
5225
+ stream: bool = False,
4967
5226
  ) -> Response:
4968
5227
  """DEPRECATED teams/remove-membership-for-user-legacy
4969
5228
 
@@ -4990,6 +5249,7 @@ class TeamsClient:
4990
5249
  "DELETE",
4991
5250
  url,
4992
5251
  headers=exclude_unset(headers),
5252
+ stream=stream,
4993
5253
  error_models={},
4994
5254
  )
4995
5255
 
@@ -5000,6 +5260,7 @@ class TeamsClient:
5000
5260
  per_page: Missing[int] = UNSET,
5001
5261
  page: Missing[int] = UNSET,
5002
5262
  headers: Optional[Mapping[str, str]] = None,
5263
+ stream: bool = False,
5003
5264
  ) -> Response[list[TeamProject], list[TeamProjectType]]:
5004
5265
  """DEPRECATED teams/list-projects-legacy
5005
5266
 
@@ -5028,6 +5289,7 @@ class TeamsClient:
5028
5289
  url,
5029
5290
  params=exclude_unset(params),
5030
5291
  headers=exclude_unset(headers),
5292
+ stream=stream,
5031
5293
  response_model=list[TeamProject],
5032
5294
  error_models={
5033
5295
  "404": BasicError,
@@ -5041,6 +5303,7 @@ class TeamsClient:
5041
5303
  per_page: Missing[int] = UNSET,
5042
5304
  page: Missing[int] = UNSET,
5043
5305
  headers: Optional[Mapping[str, str]] = None,
5306
+ stream: bool = False,
5044
5307
  ) -> Response[list[TeamProject], list[TeamProjectType]]:
5045
5308
  """DEPRECATED teams/list-projects-legacy
5046
5309
 
@@ -5069,6 +5332,7 @@ class TeamsClient:
5069
5332
  url,
5070
5333
  params=exclude_unset(params),
5071
5334
  headers=exclude_unset(headers),
5335
+ stream=stream,
5072
5336
  response_model=list[TeamProject],
5073
5337
  error_models={
5074
5338
  "404": BasicError,
@@ -5081,6 +5345,7 @@ class TeamsClient:
5081
5345
  project_id: int,
5082
5346
  *,
5083
5347
  headers: Optional[Mapping[str, str]] = None,
5348
+ stream: bool = False,
5084
5349
  ) -> Response[TeamProject, TeamProjectType]:
5085
5350
  """DEPRECATED teams/check-permissions-for-project-legacy
5086
5351
 
@@ -5103,6 +5368,7 @@ class TeamsClient:
5103
5368
  "GET",
5104
5369
  url,
5105
5370
  headers=exclude_unset(headers),
5371
+ stream=stream,
5106
5372
  response_model=TeamProject,
5107
5373
  error_models={},
5108
5374
  )
@@ -5113,6 +5379,7 @@ class TeamsClient:
5113
5379
  project_id: int,
5114
5380
  *,
5115
5381
  headers: Optional[Mapping[str, str]] = None,
5382
+ stream: bool = False,
5116
5383
  ) -> Response[TeamProject, TeamProjectType]:
5117
5384
  """DEPRECATED teams/check-permissions-for-project-legacy
5118
5385
 
@@ -5135,6 +5402,7 @@ class TeamsClient:
5135
5402
  "GET",
5136
5403
  url,
5137
5404
  headers=exclude_unset(headers),
5405
+ stream=stream,
5138
5406
  response_model=TeamProject,
5139
5407
  error_models={},
5140
5408
  )
@@ -5146,6 +5414,7 @@ class TeamsClient:
5146
5414
  project_id: int,
5147
5415
  *,
5148
5416
  headers: Optional[Mapping[str, str]] = None,
5417
+ stream: bool = False,
5149
5418
  data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
5150
5419
  ) -> Response: ...
5151
5420
 
@@ -5157,6 +5426,7 @@ class TeamsClient:
5157
5426
  *,
5158
5427
  data: UnsetType = UNSET,
5159
5428
  headers: Optional[Mapping[str, str]] = None,
5429
+ stream: bool = False,
5160
5430
  permission: Missing[Literal["read", "write", "admin"]] = UNSET,
5161
5431
  ) -> Response: ...
5162
5432
 
@@ -5166,6 +5436,7 @@ class TeamsClient:
5166
5436
  project_id: int,
5167
5437
  *,
5168
5438
  headers: Optional[Mapping[str, str]] = None,
5439
+ stream: bool = False,
5169
5440
  data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
5170
5441
  **kwargs,
5171
5442
  ) -> Response:
@@ -5205,6 +5476,7 @@ class TeamsClient:
5205
5476
  url,
5206
5477
  json=exclude_unset(json),
5207
5478
  headers=exclude_unset(headers),
5479
+ stream=stream,
5208
5480
  error_models={
5209
5481
  "403": TeamsTeamIdProjectsProjectIdPutResponse403,
5210
5482
  "404": BasicError,
@@ -5219,6 +5491,7 @@ class TeamsClient:
5219
5491
  project_id: int,
5220
5492
  *,
5221
5493
  headers: Optional[Mapping[str, str]] = None,
5494
+ stream: bool = False,
5222
5495
  data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
5223
5496
  ) -> Response: ...
5224
5497
 
@@ -5230,6 +5503,7 @@ class TeamsClient:
5230
5503
  *,
5231
5504
  data: UnsetType = UNSET,
5232
5505
  headers: Optional[Mapping[str, str]] = None,
5506
+ stream: bool = False,
5233
5507
  permission: Missing[Literal["read", "write", "admin"]] = UNSET,
5234
5508
  ) -> Response: ...
5235
5509
 
@@ -5239,6 +5513,7 @@ class TeamsClient:
5239
5513
  project_id: int,
5240
5514
  *,
5241
5515
  headers: Optional[Mapping[str, str]] = None,
5516
+ stream: bool = False,
5242
5517
  data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
5243
5518
  **kwargs,
5244
5519
  ) -> Response:
@@ -5278,6 +5553,7 @@ class TeamsClient:
5278
5553
  url,
5279
5554
  json=exclude_unset(json),
5280
5555
  headers=exclude_unset(headers),
5556
+ stream=stream,
5281
5557
  error_models={
5282
5558
  "403": TeamsTeamIdProjectsProjectIdPutResponse403,
5283
5559
  "404": BasicError,
@@ -5291,6 +5567,7 @@ class TeamsClient:
5291
5567
  project_id: int,
5292
5568
  *,
5293
5569
  headers: Optional[Mapping[str, str]] = None,
5570
+ stream: bool = False,
5294
5571
  ) -> Response:
5295
5572
  """DEPRECATED teams/remove-project-legacy
5296
5573
 
@@ -5313,6 +5590,7 @@ class TeamsClient:
5313
5590
  "DELETE",
5314
5591
  url,
5315
5592
  headers=exclude_unset(headers),
5593
+ stream=stream,
5316
5594
  error_models={
5317
5595
  "404": BasicError,
5318
5596
  "422": ValidationError,
@@ -5325,6 +5603,7 @@ class TeamsClient:
5325
5603
  project_id: int,
5326
5604
  *,
5327
5605
  headers: Optional[Mapping[str, str]] = None,
5606
+ stream: bool = False,
5328
5607
  ) -> Response:
5329
5608
  """DEPRECATED teams/remove-project-legacy
5330
5609
 
@@ -5347,6 +5626,7 @@ class TeamsClient:
5347
5626
  "DELETE",
5348
5627
  url,
5349
5628
  headers=exclude_unset(headers),
5629
+ stream=stream,
5350
5630
  error_models={
5351
5631
  "404": BasicError,
5352
5632
  "422": ValidationError,
@@ -5360,6 +5640,7 @@ class TeamsClient:
5360
5640
  per_page: Missing[int] = UNSET,
5361
5641
  page: Missing[int] = UNSET,
5362
5642
  headers: Optional[Mapping[str, str]] = None,
5643
+ stream: bool = False,
5363
5644
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
5364
5645
  """DEPRECATED teams/list-repos-legacy
5365
5646
 
@@ -5387,6 +5668,7 @@ class TeamsClient:
5387
5668
  url,
5388
5669
  params=exclude_unset(params),
5389
5670
  headers=exclude_unset(headers),
5671
+ stream=stream,
5390
5672
  response_model=list[MinimalRepository],
5391
5673
  error_models={
5392
5674
  "404": BasicError,
@@ -5400,6 +5682,7 @@ class TeamsClient:
5400
5682
  per_page: Missing[int] = UNSET,
5401
5683
  page: Missing[int] = UNSET,
5402
5684
  headers: Optional[Mapping[str, str]] = None,
5685
+ stream: bool = False,
5403
5686
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
5404
5687
  """DEPRECATED teams/list-repos-legacy
5405
5688
 
@@ -5427,6 +5710,7 @@ class TeamsClient:
5427
5710
  url,
5428
5711
  params=exclude_unset(params),
5429
5712
  headers=exclude_unset(headers),
5713
+ stream=stream,
5430
5714
  response_model=list[MinimalRepository],
5431
5715
  error_models={
5432
5716
  "404": BasicError,
@@ -5440,6 +5724,7 @@ class TeamsClient:
5440
5724
  repo: str,
5441
5725
  *,
5442
5726
  headers: Optional[Mapping[str, str]] = None,
5727
+ stream: bool = False,
5443
5728
  ) -> Response[TeamRepository, TeamRepositoryType]:
5444
5729
  """DEPRECATED teams/check-permissions-for-repo-legacy
5445
5730
 
@@ -5466,6 +5751,7 @@ class TeamsClient:
5466
5751
  "GET",
5467
5752
  url,
5468
5753
  headers=exclude_unset(headers),
5754
+ stream=stream,
5469
5755
  response_model=TeamRepository,
5470
5756
  error_models={},
5471
5757
  )
@@ -5477,6 +5763,7 @@ class TeamsClient:
5477
5763
  repo: str,
5478
5764
  *,
5479
5765
  headers: Optional[Mapping[str, str]] = None,
5766
+ stream: bool = False,
5480
5767
  ) -> Response[TeamRepository, TeamRepositoryType]:
5481
5768
  """DEPRECATED teams/check-permissions-for-repo-legacy
5482
5769
 
@@ -5503,6 +5790,7 @@ class TeamsClient:
5503
5790
  "GET",
5504
5791
  url,
5505
5792
  headers=exclude_unset(headers),
5793
+ stream=stream,
5506
5794
  response_model=TeamRepository,
5507
5795
  error_models={},
5508
5796
  )
@@ -5515,6 +5803,7 @@ class TeamsClient:
5515
5803
  repo: str,
5516
5804
  *,
5517
5805
  headers: Optional[Mapping[str, str]] = None,
5806
+ stream: bool = False,
5518
5807
  data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
5519
5808
  ) -> Response: ...
5520
5809
 
@@ -5527,6 +5816,7 @@ class TeamsClient:
5527
5816
  *,
5528
5817
  data: UnsetType = UNSET,
5529
5818
  headers: Optional[Mapping[str, str]] = None,
5819
+ stream: bool = False,
5530
5820
  permission: Missing[Literal["pull", "push", "admin"]] = UNSET,
5531
5821
  ) -> Response: ...
5532
5822
 
@@ -5537,6 +5827,7 @@ class TeamsClient:
5537
5827
  repo: str,
5538
5828
  *,
5539
5829
  headers: Optional[Mapping[str, str]] = None,
5830
+ stream: bool = False,
5540
5831
  data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
5541
5832
  **kwargs,
5542
5833
  ) -> Response:
@@ -5578,6 +5869,7 @@ class TeamsClient:
5578
5869
  url,
5579
5870
  json=exclude_unset(json),
5580
5871
  headers=exclude_unset(headers),
5872
+ stream=stream,
5581
5873
  error_models={
5582
5874
  "403": BasicError,
5583
5875
  "422": ValidationError,
@@ -5592,6 +5884,7 @@ class TeamsClient:
5592
5884
  repo: str,
5593
5885
  *,
5594
5886
  headers: Optional[Mapping[str, str]] = None,
5887
+ stream: bool = False,
5595
5888
  data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
5596
5889
  ) -> Response: ...
5597
5890
 
@@ -5604,6 +5897,7 @@ class TeamsClient:
5604
5897
  *,
5605
5898
  data: UnsetType = UNSET,
5606
5899
  headers: Optional[Mapping[str, str]] = None,
5900
+ stream: bool = False,
5607
5901
  permission: Missing[Literal["pull", "push", "admin"]] = UNSET,
5608
5902
  ) -> Response: ...
5609
5903
 
@@ -5614,6 +5908,7 @@ class TeamsClient:
5614
5908
  repo: str,
5615
5909
  *,
5616
5910
  headers: Optional[Mapping[str, str]] = None,
5911
+ stream: bool = False,
5617
5912
  data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
5618
5913
  **kwargs,
5619
5914
  ) -> Response:
@@ -5655,6 +5950,7 @@ class TeamsClient:
5655
5950
  url,
5656
5951
  json=exclude_unset(json),
5657
5952
  headers=exclude_unset(headers),
5953
+ stream=stream,
5658
5954
  error_models={
5659
5955
  "403": BasicError,
5660
5956
  "422": ValidationError,
@@ -5668,6 +5964,7 @@ class TeamsClient:
5668
5964
  repo: str,
5669
5965
  *,
5670
5966
  headers: Optional[Mapping[str, str]] = None,
5967
+ stream: bool = False,
5671
5968
  ) -> Response:
5672
5969
  """DEPRECATED teams/remove-repo-legacy
5673
5970
 
@@ -5689,6 +5986,7 @@ class TeamsClient:
5689
5986
  "DELETE",
5690
5987
  url,
5691
5988
  headers=exclude_unset(headers),
5989
+ stream=stream,
5692
5990
  )
5693
5991
 
5694
5992
  async def async_remove_repo_legacy(
@@ -5698,6 +5996,7 @@ class TeamsClient:
5698
5996
  repo: str,
5699
5997
  *,
5700
5998
  headers: Optional[Mapping[str, str]] = None,
5999
+ stream: bool = False,
5701
6000
  ) -> Response:
5702
6001
  """DEPRECATED teams/remove-repo-legacy
5703
6002
 
@@ -5719,6 +6018,7 @@ class TeamsClient:
5719
6018
  "DELETE",
5720
6019
  url,
5721
6020
  headers=exclude_unset(headers),
6021
+ stream=stream,
5722
6022
  )
5723
6023
 
5724
6024
  def list_child_legacy(
@@ -5728,6 +6028,7 @@ class TeamsClient:
5728
6028
  per_page: Missing[int] = UNSET,
5729
6029
  page: Missing[int] = UNSET,
5730
6030
  headers: Optional[Mapping[str, str]] = None,
6031
+ stream: bool = False,
5731
6032
  ) -> Response[list[Team], list[TeamType]]:
5732
6033
  """DEPRECATED teams/list-child-legacy
5733
6034
 
@@ -5755,6 +6056,7 @@ class TeamsClient:
5755
6056
  url,
5756
6057
  params=exclude_unset(params),
5757
6058
  headers=exclude_unset(headers),
6059
+ stream=stream,
5758
6060
  response_model=list[Team],
5759
6061
  error_models={
5760
6062
  "404": BasicError,
@@ -5770,6 +6072,7 @@ class TeamsClient:
5770
6072
  per_page: Missing[int] = UNSET,
5771
6073
  page: Missing[int] = UNSET,
5772
6074
  headers: Optional[Mapping[str, str]] = None,
6075
+ stream: bool = False,
5773
6076
  ) -> Response[list[Team], list[TeamType]]:
5774
6077
  """DEPRECATED teams/list-child-legacy
5775
6078
 
@@ -5797,6 +6100,7 @@ class TeamsClient:
5797
6100
  url,
5798
6101
  params=exclude_unset(params),
5799
6102
  headers=exclude_unset(headers),
6103
+ stream=stream,
5800
6104
  response_model=list[Team],
5801
6105
  error_models={
5802
6106
  "404": BasicError,
@@ -5811,6 +6115,7 @@ class TeamsClient:
5811
6115
  per_page: Missing[int] = UNSET,
5812
6116
  page: Missing[int] = UNSET,
5813
6117
  headers: Optional[Mapping[str, str]] = None,
6118
+ stream: bool = False,
5814
6119
  ) -> Response[list[TeamFull], list[TeamFullType]]:
5815
6120
  """teams/list-for-authenticated-user
5816
6121
 
@@ -5842,6 +6147,7 @@ class TeamsClient:
5842
6147
  url,
5843
6148
  params=exclude_unset(params),
5844
6149
  headers=exclude_unset(headers),
6150
+ stream=stream,
5845
6151
  response_model=list[TeamFull],
5846
6152
  error_models={
5847
6153
  "404": BasicError,
@@ -5855,6 +6161,7 @@ class TeamsClient:
5855
6161
  per_page: Missing[int] = UNSET,
5856
6162
  page: Missing[int] = UNSET,
5857
6163
  headers: Optional[Mapping[str, str]] = None,
6164
+ stream: bool = False,
5858
6165
  ) -> Response[list[TeamFull], list[TeamFullType]]:
5859
6166
  """teams/list-for-authenticated-user
5860
6167
 
@@ -5886,6 +6193,7 @@ class TeamsClient:
5886
6193
  url,
5887
6194
  params=exclude_unset(params),
5888
6195
  headers=exclude_unset(headers),
6196
+ stream=stream,
5889
6197
  response_model=list[TeamFull],
5890
6198
  error_models={
5891
6199
  "404": BasicError,