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
@@ -110,6 +110,8 @@ if TYPE_CHECKING:
110
110
  OrgRepoCustomPropertyValuesType,
111
111
  OrgsOrgAttestationsBulkListPostBodyType,
112
112
  OrgsOrgAttestationsBulkListPostResponse200Type,
113
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
114
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
113
115
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
114
116
  OrgsOrgCustomRepositoryRolesGetResponse200Type,
115
117
  OrgsOrgHooksHookIdConfigPatchBodyType,
@@ -166,6 +168,7 @@ class OrgsClient:
166
168
  since: Missing[int] = UNSET,
167
169
  per_page: Missing[int] = UNSET,
168
170
  headers: Optional[Mapping[str, str]] = None,
171
+ stream: bool = False,
169
172
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
170
173
  """orgs/list
171
174
 
@@ -195,6 +198,7 @@ class OrgsClient:
195
198
  url,
196
199
  params=exclude_unset(params),
197
200
  headers=exclude_unset(headers),
201
+ stream=stream,
198
202
  response_model=list[OrganizationSimple],
199
203
  )
200
204
 
@@ -204,6 +208,7 @@ class OrgsClient:
204
208
  since: Missing[int] = UNSET,
205
209
  per_page: Missing[int] = UNSET,
206
210
  headers: Optional[Mapping[str, str]] = None,
211
+ stream: bool = False,
207
212
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
208
213
  """orgs/list
209
214
 
@@ -233,6 +238,7 @@ class OrgsClient:
233
238
  url,
234
239
  params=exclude_unset(params),
235
240
  headers=exclude_unset(headers),
241
+ stream=stream,
236
242
  response_model=list[OrganizationSimple],
237
243
  )
238
244
 
@@ -241,6 +247,7 @@ class OrgsClient:
241
247
  organization_id: str,
242
248
  *,
243
249
  headers: Optional[Mapping[str, str]] = None,
250
+ stream: bool = False,
244
251
  ) -> Response[
245
252
  OrganizationsOrganizationIdCustomRolesGetResponse200,
246
253
  OrganizationsOrganizationIdCustomRolesGetResponse200Type,
@@ -271,6 +278,7 @@ class OrgsClient:
271
278
  "GET",
272
279
  url,
273
280
  headers=exclude_unset(headers),
281
+ stream=stream,
274
282
  response_model=OrganizationsOrganizationIdCustomRolesGetResponse200,
275
283
  )
276
284
 
@@ -279,6 +287,7 @@ class OrgsClient:
279
287
  organization_id: str,
280
288
  *,
281
289
  headers: Optional[Mapping[str, str]] = None,
290
+ stream: bool = False,
282
291
  ) -> Response[
283
292
  OrganizationsOrganizationIdCustomRolesGetResponse200,
284
293
  OrganizationsOrganizationIdCustomRolesGetResponse200Type,
@@ -309,6 +318,7 @@ class OrgsClient:
309
318
  "GET",
310
319
  url,
311
320
  headers=exclude_unset(headers),
321
+ stream=stream,
312
322
  response_model=OrganizationsOrganizationIdCustomRolesGetResponse200,
313
323
  )
314
324
 
@@ -317,6 +327,7 @@ class OrgsClient:
317
327
  org: str,
318
328
  *,
319
329
  headers: Optional[Mapping[str, str]] = None,
330
+ stream: bool = False,
320
331
  ) -> Response[OrganizationFull, OrganizationFullType]:
321
332
  """orgs/get
322
333
 
@@ -345,6 +356,7 @@ class OrgsClient:
345
356
  "GET",
346
357
  url,
347
358
  headers=exclude_unset(headers),
359
+ stream=stream,
348
360
  response_model=OrganizationFull,
349
361
  error_models={
350
362
  "404": BasicError,
@@ -356,6 +368,7 @@ class OrgsClient:
356
368
  org: str,
357
369
  *,
358
370
  headers: Optional[Mapping[str, str]] = None,
371
+ stream: bool = False,
359
372
  ) -> Response[OrganizationFull, OrganizationFullType]:
360
373
  """orgs/get
361
374
 
@@ -384,6 +397,7 @@ class OrgsClient:
384
397
  "GET",
385
398
  url,
386
399
  headers=exclude_unset(headers),
400
+ stream=stream,
387
401
  response_model=OrganizationFull,
388
402
  error_models={
389
403
  "404": BasicError,
@@ -395,6 +409,7 @@ class OrgsClient:
395
409
  org: str,
396
410
  *,
397
411
  headers: Optional[Mapping[str, str]] = None,
412
+ stream: bool = False,
398
413
  ) -> Response[
399
414
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
400
415
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -427,6 +442,7 @@ class OrgsClient:
427
442
  "DELETE",
428
443
  url,
429
444
  headers=exclude_unset(headers),
445
+ stream=stream,
430
446
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
431
447
  error_models={
432
448
  "404": BasicError,
@@ -439,6 +455,7 @@ class OrgsClient:
439
455
  org: str,
440
456
  *,
441
457
  headers: Optional[Mapping[str, str]] = None,
458
+ stream: bool = False,
442
459
  ) -> Response[
443
460
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
444
461
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -471,6 +488,7 @@ class OrgsClient:
471
488
  "DELETE",
472
489
  url,
473
490
  headers=exclude_unset(headers),
491
+ stream=stream,
474
492
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
475
493
  error_models={
476
494
  "404": BasicError,
@@ -484,6 +502,7 @@ class OrgsClient:
484
502
  org: str,
485
503
  *,
486
504
  headers: Optional[Mapping[str, str]] = None,
505
+ stream: bool = False,
487
506
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
488
507
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
489
508
 
@@ -494,6 +513,7 @@ class OrgsClient:
494
513
  *,
495
514
  data: UnsetType = UNSET,
496
515
  headers: Optional[Mapping[str, str]] = None,
516
+ stream: bool = False,
497
517
  billing_email: Missing[str] = UNSET,
498
518
  company: Missing[str] = UNSET,
499
519
  email: Missing[str] = UNSET,
@@ -538,6 +558,7 @@ class OrgsClient:
538
558
  org: str,
539
559
  *,
540
560
  headers: Optional[Mapping[str, str]] = None,
561
+ stream: bool = False,
541
562
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
542
563
  **kwargs,
543
564
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -588,6 +609,7 @@ class OrgsClient:
588
609
  url,
589
610
  json=exclude_unset(json),
590
611
  headers=exclude_unset(headers),
612
+ stream=stream,
591
613
  response_model=OrganizationFull,
592
614
  error_models={
593
615
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -601,6 +623,7 @@ class OrgsClient:
601
623
  org: str,
602
624
  *,
603
625
  headers: Optional[Mapping[str, str]] = None,
626
+ stream: bool = False,
604
627
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
605
628
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
606
629
 
@@ -611,6 +634,7 @@ class OrgsClient:
611
634
  *,
612
635
  data: UnsetType = UNSET,
613
636
  headers: Optional[Mapping[str, str]] = None,
637
+ stream: bool = False,
614
638
  billing_email: Missing[str] = UNSET,
615
639
  company: Missing[str] = UNSET,
616
640
  email: Missing[str] = UNSET,
@@ -655,6 +679,7 @@ class OrgsClient:
655
679
  org: str,
656
680
  *,
657
681
  headers: Optional[Mapping[str, str]] = None,
682
+ stream: bool = False,
658
683
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
659
684
  **kwargs,
660
685
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -705,6 +730,7 @@ class OrgsClient:
705
730
  url,
706
731
  json=exclude_unset(json),
707
732
  headers=exclude_unset(headers),
733
+ stream=stream,
708
734
  response_model=OrganizationFull,
709
735
  error_models={
710
736
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -717,6 +743,7 @@ class OrgsClient:
717
743
  org: str,
718
744
  *,
719
745
  headers: Optional[Mapping[str, str]] = None,
746
+ stream: bool = False,
720
747
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
721
748
  """announcement-banners/get-announcement-banner-for-org
722
749
 
@@ -739,6 +766,7 @@ class OrgsClient:
739
766
  "GET",
740
767
  url,
741
768
  headers=exclude_unset(headers),
769
+ stream=stream,
742
770
  response_model=AnnouncementBanner,
743
771
  )
744
772
 
@@ -747,6 +775,7 @@ class OrgsClient:
747
775
  org: str,
748
776
  *,
749
777
  headers: Optional[Mapping[str, str]] = None,
778
+ stream: bool = False,
750
779
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
751
780
  """announcement-banners/get-announcement-banner-for-org
752
781
 
@@ -769,6 +798,7 @@ class OrgsClient:
769
798
  "GET",
770
799
  url,
771
800
  headers=exclude_unset(headers),
801
+ stream=stream,
772
802
  response_model=AnnouncementBanner,
773
803
  )
774
804
 
@@ -777,6 +807,7 @@ class OrgsClient:
777
807
  org: str,
778
808
  *,
779
809
  headers: Optional[Mapping[str, str]] = None,
810
+ stream: bool = False,
780
811
  ) -> Response:
781
812
  """announcement-banners/remove-announcement-banner-for-org
782
813
 
@@ -795,6 +826,7 @@ class OrgsClient:
795
826
  "DELETE",
796
827
  url,
797
828
  headers=exclude_unset(headers),
829
+ stream=stream,
798
830
  )
799
831
 
800
832
  async def async_remove_announcement_banner_for_org(
@@ -802,6 +834,7 @@ class OrgsClient:
802
834
  org: str,
803
835
  *,
804
836
  headers: Optional[Mapping[str, str]] = None,
837
+ stream: bool = False,
805
838
  ) -> Response:
806
839
  """announcement-banners/remove-announcement-banner-for-org
807
840
 
@@ -820,6 +853,7 @@ class OrgsClient:
820
853
  "DELETE",
821
854
  url,
822
855
  headers=exclude_unset(headers),
856
+ stream=stream,
823
857
  )
824
858
 
825
859
  @overload
@@ -828,6 +862,7 @@ class OrgsClient:
828
862
  org: str,
829
863
  *,
830
864
  headers: Optional[Mapping[str, str]] = None,
865
+ stream: bool = False,
831
866
  data: AnnouncementType,
832
867
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
833
868
 
@@ -838,6 +873,7 @@ class OrgsClient:
838
873
  *,
839
874
  data: UnsetType = UNSET,
840
875
  headers: Optional[Mapping[str, str]] = None,
876
+ stream: bool = False,
841
877
  announcement: Union[str, None],
842
878
  expires_at: Missing[Union[datetime, None]] = UNSET,
843
879
  user_dismissible: Missing[Union[bool, None]] = UNSET,
@@ -848,6 +884,7 @@ class OrgsClient:
848
884
  org: str,
849
885
  *,
850
886
  headers: Optional[Mapping[str, str]] = None,
887
+ stream: bool = False,
851
888
  data: Missing[AnnouncementType] = UNSET,
852
889
  **kwargs,
853
890
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
@@ -880,6 +917,7 @@ class OrgsClient:
880
917
  url,
881
918
  json=exclude_unset(json),
882
919
  headers=exclude_unset(headers),
920
+ stream=stream,
883
921
  response_model=AnnouncementBanner,
884
922
  )
885
923
 
@@ -889,6 +927,7 @@ class OrgsClient:
889
927
  org: str,
890
928
  *,
891
929
  headers: Optional[Mapping[str, str]] = None,
930
+ stream: bool = False,
892
931
  data: AnnouncementType,
893
932
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]: ...
894
933
 
@@ -899,6 +938,7 @@ class OrgsClient:
899
938
  *,
900
939
  data: UnsetType = UNSET,
901
940
  headers: Optional[Mapping[str, str]] = None,
941
+ stream: bool = False,
902
942
  announcement: Union[str, None],
903
943
  expires_at: Missing[Union[datetime, None]] = UNSET,
904
944
  user_dismissible: Missing[Union[bool, None]] = UNSET,
@@ -909,6 +949,7 @@ class OrgsClient:
909
949
  org: str,
910
950
  *,
911
951
  headers: Optional[Mapping[str, str]] = None,
952
+ stream: bool = False,
912
953
  data: Missing[AnnouncementType] = UNSET,
913
954
  **kwargs,
914
955
  ) -> Response[AnnouncementBanner, AnnouncementBannerType]:
@@ -941,6 +982,7 @@ class OrgsClient:
941
982
  url,
942
983
  json=exclude_unset(json),
943
984
  headers=exclude_unset(headers),
985
+ stream=stream,
944
986
  response_model=AnnouncementBanner,
945
987
  )
946
988
 
@@ -953,6 +995,7 @@ class OrgsClient:
953
995
  before: Missing[str] = UNSET,
954
996
  after: Missing[str] = UNSET,
955
997
  headers: Optional[Mapping[str, str]] = None,
998
+ stream: bool = False,
956
999
  data: OrgsOrgAttestationsBulkListPostBodyType,
957
1000
  ) -> Response[
958
1001
  OrgsOrgAttestationsBulkListPostResponse200,
@@ -969,6 +1012,7 @@ class OrgsClient:
969
1012
  after: Missing[str] = UNSET,
970
1013
  data: UnsetType = UNSET,
971
1014
  headers: Optional[Mapping[str, str]] = None,
1015
+ stream: bool = False,
972
1016
  subject_digests: list[str],
973
1017
  predicate_type: Missing[str] = UNSET,
974
1018
  ) -> Response[
@@ -984,6 +1028,7 @@ class OrgsClient:
984
1028
  before: Missing[str] = UNSET,
985
1029
  after: Missing[str] = UNSET,
986
1030
  headers: Optional[Mapping[str, str]] = None,
1031
+ stream: bool = False,
987
1032
  data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
988
1033
  **kwargs,
989
1034
  ) -> Response[
@@ -1033,6 +1078,7 @@ class OrgsClient:
1033
1078
  params=exclude_unset(params),
1034
1079
  json=exclude_unset(json),
1035
1080
  headers=exclude_unset(headers),
1081
+ stream=stream,
1036
1082
  response_model=OrgsOrgAttestationsBulkListPostResponse200,
1037
1083
  )
1038
1084
 
@@ -1045,6 +1091,7 @@ class OrgsClient:
1045
1091
  before: Missing[str] = UNSET,
1046
1092
  after: Missing[str] = UNSET,
1047
1093
  headers: Optional[Mapping[str, str]] = None,
1094
+ stream: bool = False,
1048
1095
  data: OrgsOrgAttestationsBulkListPostBodyType,
1049
1096
  ) -> Response[
1050
1097
  OrgsOrgAttestationsBulkListPostResponse200,
@@ -1061,6 +1108,7 @@ class OrgsClient:
1061
1108
  after: Missing[str] = UNSET,
1062
1109
  data: UnsetType = UNSET,
1063
1110
  headers: Optional[Mapping[str, str]] = None,
1111
+ stream: bool = False,
1064
1112
  subject_digests: list[str],
1065
1113
  predicate_type: Missing[str] = UNSET,
1066
1114
  ) -> Response[
@@ -1076,6 +1124,7 @@ class OrgsClient:
1076
1124
  before: Missing[str] = UNSET,
1077
1125
  after: Missing[str] = UNSET,
1078
1126
  headers: Optional[Mapping[str, str]] = None,
1127
+ stream: bool = False,
1079
1128
  data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
1080
1129
  **kwargs,
1081
1130
  ) -> Response[
@@ -1125,9 +1174,336 @@ class OrgsClient:
1125
1174
  params=exclude_unset(params),
1126
1175
  json=exclude_unset(json),
1127
1176
  headers=exclude_unset(headers),
1177
+ stream=stream,
1128
1178
  response_model=OrgsOrgAttestationsBulkListPostResponse200,
1129
1179
  )
1130
1180
 
1181
+ @overload
1182
+ def delete_attestations_bulk(
1183
+ self,
1184
+ org: str,
1185
+ *,
1186
+ headers: Optional[Mapping[str, str]] = None,
1187
+ stream: bool = False,
1188
+ data: Union[
1189
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1190
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1191
+ ],
1192
+ ) -> Response: ...
1193
+
1194
+ @overload
1195
+ def delete_attestations_bulk(
1196
+ self,
1197
+ org: str,
1198
+ *,
1199
+ data: UnsetType = UNSET,
1200
+ headers: Optional[Mapping[str, str]] = None,
1201
+ stream: bool = False,
1202
+ subject_digests: list[str],
1203
+ ) -> Response: ...
1204
+
1205
+ @overload
1206
+ def delete_attestations_bulk(
1207
+ self,
1208
+ org: str,
1209
+ *,
1210
+ data: UnsetType = UNSET,
1211
+ headers: Optional[Mapping[str, str]] = None,
1212
+ stream: bool = False,
1213
+ attestation_ids: list[int],
1214
+ ) -> Response: ...
1215
+
1216
+ def delete_attestations_bulk(
1217
+ self,
1218
+ org: str,
1219
+ *,
1220
+ headers: Optional[Mapping[str, str]] = None,
1221
+ stream: bool = False,
1222
+ data: Missing[
1223
+ Union[
1224
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1225
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1226
+ ]
1227
+ ] = UNSET,
1228
+ **kwargs,
1229
+ ) -> Response:
1230
+ """orgs/delete-attestations-bulk
1231
+
1232
+ POST /orgs/{org}/attestations/delete-request
1233
+
1234
+ Delete artifact attestations in bulk by either subject digests or unique ID.
1235
+
1236
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk
1237
+ """
1238
+
1239
+ from typing import Union
1240
+
1241
+ from ..models import (
1242
+ BasicError,
1243
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1244
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1245
+ )
1246
+
1247
+ url = f"/orgs/{org}/attestations/delete-request"
1248
+
1249
+ headers = {
1250
+ "Content-Type": "application/json",
1251
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
1252
+ **(headers or {}),
1253
+ }
1254
+
1255
+ json = kwargs if data is UNSET else data
1256
+ if self._github.config.rest_api_validate_body:
1257
+ json = type_validate_python(
1258
+ Union[
1259
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1260
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1261
+ ],
1262
+ json,
1263
+ )
1264
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1265
+
1266
+ return self._github.request(
1267
+ "POST",
1268
+ url,
1269
+ json=exclude_unset(json),
1270
+ headers=exclude_unset(headers),
1271
+ stream=stream,
1272
+ error_models={
1273
+ "404": BasicError,
1274
+ },
1275
+ )
1276
+
1277
+ @overload
1278
+ async def async_delete_attestations_bulk(
1279
+ self,
1280
+ org: str,
1281
+ *,
1282
+ headers: Optional[Mapping[str, str]] = None,
1283
+ stream: bool = False,
1284
+ data: Union[
1285
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1286
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1287
+ ],
1288
+ ) -> Response: ...
1289
+
1290
+ @overload
1291
+ async def async_delete_attestations_bulk(
1292
+ self,
1293
+ org: str,
1294
+ *,
1295
+ data: UnsetType = UNSET,
1296
+ headers: Optional[Mapping[str, str]] = None,
1297
+ stream: bool = False,
1298
+ subject_digests: list[str],
1299
+ ) -> Response: ...
1300
+
1301
+ @overload
1302
+ async def async_delete_attestations_bulk(
1303
+ self,
1304
+ org: str,
1305
+ *,
1306
+ data: UnsetType = UNSET,
1307
+ headers: Optional[Mapping[str, str]] = None,
1308
+ stream: bool = False,
1309
+ attestation_ids: list[int],
1310
+ ) -> Response: ...
1311
+
1312
+ async def async_delete_attestations_bulk(
1313
+ self,
1314
+ org: str,
1315
+ *,
1316
+ headers: Optional[Mapping[str, str]] = None,
1317
+ stream: bool = False,
1318
+ data: Missing[
1319
+ Union[
1320
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
1321
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
1322
+ ]
1323
+ ] = UNSET,
1324
+ **kwargs,
1325
+ ) -> Response:
1326
+ """orgs/delete-attestations-bulk
1327
+
1328
+ POST /orgs/{org}/attestations/delete-request
1329
+
1330
+ Delete artifact attestations in bulk by either subject digests or unique ID.
1331
+
1332
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-in-bulk
1333
+ """
1334
+
1335
+ from typing import Union
1336
+
1337
+ from ..models import (
1338
+ BasicError,
1339
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1340
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1341
+ )
1342
+
1343
+ url = f"/orgs/{org}/attestations/delete-request"
1344
+
1345
+ headers = {
1346
+ "Content-Type": "application/json",
1347
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
1348
+ **(headers or {}),
1349
+ }
1350
+
1351
+ json = kwargs if data is UNSET else data
1352
+ if self._github.config.rest_api_validate_body:
1353
+ json = type_validate_python(
1354
+ Union[
1355
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1356
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1357
+ ],
1358
+ json,
1359
+ )
1360
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1361
+
1362
+ return await self._github.arequest(
1363
+ "POST",
1364
+ url,
1365
+ json=exclude_unset(json),
1366
+ headers=exclude_unset(headers),
1367
+ stream=stream,
1368
+ error_models={
1369
+ "404": BasicError,
1370
+ },
1371
+ )
1372
+
1373
+ def delete_attestations_by_subject_digest(
1374
+ self,
1375
+ org: str,
1376
+ subject_digest: str,
1377
+ *,
1378
+ headers: Optional[Mapping[str, str]] = None,
1379
+ stream: bool = False,
1380
+ ) -> Response:
1381
+ """orgs/delete-attestations-by-subject-digest
1382
+
1383
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1384
+
1385
+ Delete an artifact attestation by subject digest.
1386
+
1387
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest
1388
+ """
1389
+
1390
+ from ..models import BasicError
1391
+
1392
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1393
+
1394
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1395
+
1396
+ return self._github.request(
1397
+ "DELETE",
1398
+ url,
1399
+ headers=exclude_unset(headers),
1400
+ stream=stream,
1401
+ error_models={
1402
+ "404": BasicError,
1403
+ },
1404
+ )
1405
+
1406
+ async def async_delete_attestations_by_subject_digest(
1407
+ self,
1408
+ org: str,
1409
+ subject_digest: str,
1410
+ *,
1411
+ headers: Optional[Mapping[str, str]] = None,
1412
+ stream: bool = False,
1413
+ ) -> Response:
1414
+ """orgs/delete-attestations-by-subject-digest
1415
+
1416
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1417
+
1418
+ Delete an artifact attestation by subject digest.
1419
+
1420
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-subject-digest
1421
+ """
1422
+
1423
+ from ..models import BasicError
1424
+
1425
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1426
+
1427
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1428
+
1429
+ return await self._github.arequest(
1430
+ "DELETE",
1431
+ url,
1432
+ headers=exclude_unset(headers),
1433
+ stream=stream,
1434
+ error_models={
1435
+ "404": BasicError,
1436
+ },
1437
+ )
1438
+
1439
+ def delete_attestations_by_id(
1440
+ self,
1441
+ org: str,
1442
+ attestation_id: int,
1443
+ *,
1444
+ headers: Optional[Mapping[str, str]] = None,
1445
+ stream: bool = False,
1446
+ ) -> Response:
1447
+ """orgs/delete-attestations-by-id
1448
+
1449
+ DELETE /orgs/{org}/attestations/{attestation_id}
1450
+
1451
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1452
+
1453
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id
1454
+ """
1455
+
1456
+ from ..models import BasicError
1457
+
1458
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1459
+
1460
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1461
+
1462
+ return self._github.request(
1463
+ "DELETE",
1464
+ url,
1465
+ headers=exclude_unset(headers),
1466
+ stream=stream,
1467
+ error_models={
1468
+ "403": BasicError,
1469
+ "404": BasicError,
1470
+ },
1471
+ )
1472
+
1473
+ async def async_delete_attestations_by_id(
1474
+ self,
1475
+ org: str,
1476
+ attestation_id: int,
1477
+ *,
1478
+ headers: Optional[Mapping[str, str]] = None,
1479
+ stream: bool = False,
1480
+ ) -> Response:
1481
+ """orgs/delete-attestations-by-id
1482
+
1483
+ DELETE /orgs/{org}/attestations/{attestation_id}
1484
+
1485
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1486
+
1487
+ See also: https://docs.github.com/enterprise-cloud@latest//rest/orgs/attestations#delete-attestations-by-id
1488
+ """
1489
+
1490
+ from ..models import BasicError
1491
+
1492
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1493
+
1494
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1495
+
1496
+ return await self._github.arequest(
1497
+ "DELETE",
1498
+ url,
1499
+ headers=exclude_unset(headers),
1500
+ stream=stream,
1501
+ error_models={
1502
+ "403": BasicError,
1503
+ "404": BasicError,
1504
+ },
1505
+ )
1506
+
1131
1507
  def list_attestations(
1132
1508
  self,
1133
1509
  org: str,
@@ -1138,6 +1514,7 @@ class OrgsClient:
1138
1514
  after: Missing[str] = UNSET,
1139
1515
  predicate_type: Missing[str] = UNSET,
1140
1516
  headers: Optional[Mapping[str, str]] = None,
1517
+ stream: bool = False,
1141
1518
  ) -> Response[
1142
1519
  OrgsOrgAttestationsSubjectDigestGetResponse200,
1143
1520
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -1173,6 +1550,7 @@ class OrgsClient:
1173
1550
  url,
1174
1551
  params=exclude_unset(params),
1175
1552
  headers=exclude_unset(headers),
1553
+ stream=stream,
1176
1554
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
1177
1555
  )
1178
1556
 
@@ -1186,6 +1564,7 @@ class OrgsClient:
1186
1564
  after: Missing[str] = UNSET,
1187
1565
  predicate_type: Missing[str] = UNSET,
1188
1566
  headers: Optional[Mapping[str, str]] = None,
1567
+ stream: bool = False,
1189
1568
  ) -> Response[
1190
1569
  OrgsOrgAttestationsSubjectDigestGetResponse200,
1191
1570
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -1221,6 +1600,7 @@ class OrgsClient:
1221
1600
  url,
1222
1601
  params=exclude_unset(params),
1223
1602
  headers=exclude_unset(headers),
1603
+ stream=stream,
1224
1604
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
1225
1605
  )
1226
1606
 
@@ -1235,6 +1615,7 @@ class OrgsClient:
1235
1615
  order: Missing[Literal["desc", "asc"]] = UNSET,
1236
1616
  per_page: Missing[int] = UNSET,
1237
1617
  headers: Optional[Mapping[str, str]] = None,
1618
+ stream: bool = False,
1238
1619
  ) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
1239
1620
  """orgs/get-audit-log
1240
1621
 
@@ -1275,6 +1656,7 @@ class OrgsClient:
1275
1656
  url,
1276
1657
  params=exclude_unset(params),
1277
1658
  headers=exclude_unset(headers),
1659
+ stream=stream,
1278
1660
  response_model=list[AuditLogEvent],
1279
1661
  )
1280
1662
 
@@ -1289,6 +1671,7 @@ class OrgsClient:
1289
1671
  order: Missing[Literal["desc", "asc"]] = UNSET,
1290
1672
  per_page: Missing[int] = UNSET,
1291
1673
  headers: Optional[Mapping[str, str]] = None,
1674
+ stream: bool = False,
1292
1675
  ) -> Response[list[AuditLogEvent], list[AuditLogEventType]]:
1293
1676
  """orgs/get-audit-log
1294
1677
 
@@ -1329,6 +1712,7 @@ class OrgsClient:
1329
1712
  url,
1330
1713
  params=exclude_unset(params),
1331
1714
  headers=exclude_unset(headers),
1715
+ stream=stream,
1332
1716
  response_model=list[AuditLogEvent],
1333
1717
  )
1334
1718
 
@@ -1339,6 +1723,7 @@ class OrgsClient:
1339
1723
  per_page: Missing[int] = UNSET,
1340
1724
  page: Missing[int] = UNSET,
1341
1725
  headers: Optional[Mapping[str, str]] = None,
1726
+ stream: bool = False,
1342
1727
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
1343
1728
  """orgs/list-blocked-users
1344
1729
 
@@ -1365,6 +1750,7 @@ class OrgsClient:
1365
1750
  url,
1366
1751
  params=exclude_unset(params),
1367
1752
  headers=exclude_unset(headers),
1753
+ stream=stream,
1368
1754
  response_model=list[SimpleUser],
1369
1755
  )
1370
1756
 
@@ -1375,6 +1761,7 @@ class OrgsClient:
1375
1761
  per_page: Missing[int] = UNSET,
1376
1762
  page: Missing[int] = UNSET,
1377
1763
  headers: Optional[Mapping[str, str]] = None,
1764
+ stream: bool = False,
1378
1765
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
1379
1766
  """orgs/list-blocked-users
1380
1767
 
@@ -1401,6 +1788,7 @@ class OrgsClient:
1401
1788
  url,
1402
1789
  params=exclude_unset(params),
1403
1790
  headers=exclude_unset(headers),
1791
+ stream=stream,
1404
1792
  response_model=list[SimpleUser],
1405
1793
  )
1406
1794
 
@@ -1410,6 +1798,7 @@ class OrgsClient:
1410
1798
  username: str,
1411
1799
  *,
1412
1800
  headers: Optional[Mapping[str, str]] = None,
1801
+ stream: bool = False,
1413
1802
  ) -> Response:
1414
1803
  """orgs/check-blocked-user
1415
1804
 
@@ -1430,6 +1819,7 @@ class OrgsClient:
1430
1819
  "GET",
1431
1820
  url,
1432
1821
  headers=exclude_unset(headers),
1822
+ stream=stream,
1433
1823
  error_models={
1434
1824
  "404": BasicError,
1435
1825
  },
@@ -1441,6 +1831,7 @@ class OrgsClient:
1441
1831
  username: str,
1442
1832
  *,
1443
1833
  headers: Optional[Mapping[str, str]] = None,
1834
+ stream: bool = False,
1444
1835
  ) -> Response:
1445
1836
  """orgs/check-blocked-user
1446
1837
 
@@ -1461,6 +1852,7 @@ class OrgsClient:
1461
1852
  "GET",
1462
1853
  url,
1463
1854
  headers=exclude_unset(headers),
1855
+ stream=stream,
1464
1856
  error_models={
1465
1857
  "404": BasicError,
1466
1858
  },
@@ -1472,6 +1864,7 @@ class OrgsClient:
1472
1864
  username: str,
1473
1865
  *,
1474
1866
  headers: Optional[Mapping[str, str]] = None,
1867
+ stream: bool = False,
1475
1868
  ) -> Response:
1476
1869
  """orgs/block-user
1477
1870
 
@@ -1492,6 +1885,7 @@ class OrgsClient:
1492
1885
  "PUT",
1493
1886
  url,
1494
1887
  headers=exclude_unset(headers),
1888
+ stream=stream,
1495
1889
  error_models={
1496
1890
  "422": ValidationError,
1497
1891
  },
@@ -1503,6 +1897,7 @@ class OrgsClient:
1503
1897
  username: str,
1504
1898
  *,
1505
1899
  headers: Optional[Mapping[str, str]] = None,
1900
+ stream: bool = False,
1506
1901
  ) -> Response:
1507
1902
  """orgs/block-user
1508
1903
 
@@ -1523,6 +1918,7 @@ class OrgsClient:
1523
1918
  "PUT",
1524
1919
  url,
1525
1920
  headers=exclude_unset(headers),
1921
+ stream=stream,
1526
1922
  error_models={
1527
1923
  "422": ValidationError,
1528
1924
  },
@@ -1534,6 +1930,7 @@ class OrgsClient:
1534
1930
  username: str,
1535
1931
  *,
1536
1932
  headers: Optional[Mapping[str, str]] = None,
1933
+ stream: bool = False,
1537
1934
  ) -> Response:
1538
1935
  """orgs/unblock-user
1539
1936
 
@@ -1552,6 +1949,7 @@ class OrgsClient:
1552
1949
  "DELETE",
1553
1950
  url,
1554
1951
  headers=exclude_unset(headers),
1952
+ stream=stream,
1555
1953
  )
1556
1954
 
1557
1955
  async def async_unblock_user(
@@ -1560,6 +1958,7 @@ class OrgsClient:
1560
1958
  username: str,
1561
1959
  *,
1562
1960
  headers: Optional[Mapping[str, str]] = None,
1961
+ stream: bool = False,
1563
1962
  ) -> Response:
1564
1963
  """orgs/unblock-user
1565
1964
 
@@ -1578,6 +1977,7 @@ class OrgsClient:
1578
1977
  "DELETE",
1579
1978
  url,
1580
1979
  headers=exclude_unset(headers),
1980
+ stream=stream,
1581
1981
  )
1582
1982
 
1583
1983
  def list_push_bypass_requests(
@@ -1603,6 +2003,7 @@ class OrgsClient:
1603
2003
  per_page: Missing[int] = UNSET,
1604
2004
  page: Missing[int] = UNSET,
1605
2005
  headers: Optional[Mapping[str, str]] = None,
2006
+ stream: bool = False,
1606
2007
  ) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
1607
2008
  """orgs/list-push-bypass-requests
1608
2009
 
@@ -1634,6 +2035,7 @@ class OrgsClient:
1634
2035
  url,
1635
2036
  params=exclude_unset(params),
1636
2037
  headers=exclude_unset(headers),
2038
+ stream=stream,
1637
2039
  response_model=list[PushRuleBypassRequest],
1638
2040
  error_models={
1639
2041
  "404": BasicError,
@@ -1664,6 +2066,7 @@ class OrgsClient:
1664
2066
  per_page: Missing[int] = UNSET,
1665
2067
  page: Missing[int] = UNSET,
1666
2068
  headers: Optional[Mapping[str, str]] = None,
2069
+ stream: bool = False,
1667
2070
  ) -> Response[list[PushRuleBypassRequest], list[PushRuleBypassRequestType]]:
1668
2071
  """orgs/list-push-bypass-requests
1669
2072
 
@@ -1695,6 +2098,7 @@ class OrgsClient:
1695
2098
  url,
1696
2099
  params=exclude_unset(params),
1697
2100
  headers=exclude_unset(headers),
2101
+ stream=stream,
1698
2102
  response_model=list[PushRuleBypassRequest],
1699
2103
  error_models={
1700
2104
  "404": BasicError,
@@ -1710,6 +2114,7 @@ class OrgsClient:
1710
2114
  page: Missing[int] = UNSET,
1711
2115
  login: Missing[str] = UNSET,
1712
2116
  headers: Optional[Mapping[str, str]] = None,
2117
+ stream: bool = False,
1713
2118
  ) -> Response[list[CredentialAuthorization], list[CredentialAuthorizationType]]:
1714
2119
  """orgs/list-saml-sso-authorizations
1715
2120
 
@@ -1741,6 +2146,7 @@ class OrgsClient:
1741
2146
  url,
1742
2147
  params=exclude_unset(params),
1743
2148
  headers=exclude_unset(headers),
2149
+ stream=stream,
1744
2150
  response_model=list[CredentialAuthorization],
1745
2151
  )
1746
2152
 
@@ -1752,6 +2158,7 @@ class OrgsClient:
1752
2158
  page: Missing[int] = UNSET,
1753
2159
  login: Missing[str] = UNSET,
1754
2160
  headers: Optional[Mapping[str, str]] = None,
2161
+ stream: bool = False,
1755
2162
  ) -> Response[list[CredentialAuthorization], list[CredentialAuthorizationType]]:
1756
2163
  """orgs/list-saml-sso-authorizations
1757
2164
 
@@ -1783,6 +2190,7 @@ class OrgsClient:
1783
2190
  url,
1784
2191
  params=exclude_unset(params),
1785
2192
  headers=exclude_unset(headers),
2193
+ stream=stream,
1786
2194
  response_model=list[CredentialAuthorization],
1787
2195
  )
1788
2196
 
@@ -1792,6 +2200,7 @@ class OrgsClient:
1792
2200
  credential_id: int,
1793
2201
  *,
1794
2202
  headers: Optional[Mapping[str, str]] = None,
2203
+ stream: bool = False,
1795
2204
  ) -> Response:
1796
2205
  """orgs/remove-saml-sso-authorization
1797
2206
 
@@ -1816,6 +2225,7 @@ class OrgsClient:
1816
2225
  "DELETE",
1817
2226
  url,
1818
2227
  headers=exclude_unset(headers),
2228
+ stream=stream,
1819
2229
  error_models={
1820
2230
  "404": BasicError,
1821
2231
  },
@@ -1827,6 +2237,7 @@ class OrgsClient:
1827
2237
  credential_id: int,
1828
2238
  *,
1829
2239
  headers: Optional[Mapping[str, str]] = None,
2240
+ stream: bool = False,
1830
2241
  ) -> Response:
1831
2242
  """orgs/remove-saml-sso-authorization
1832
2243
 
@@ -1851,6 +2262,7 @@ class OrgsClient:
1851
2262
  "DELETE",
1852
2263
  url,
1853
2264
  headers=exclude_unset(headers),
2265
+ stream=stream,
1854
2266
  error_models={
1855
2267
  "404": BasicError,
1856
2268
  },
@@ -1861,6 +2273,7 @@ class OrgsClient:
1861
2273
  org: str,
1862
2274
  *,
1863
2275
  headers: Optional[Mapping[str, str]] = None,
2276
+ stream: bool = False,
1864
2277
  ) -> Response[
1865
2278
  OrgsOrgCustomRepositoryRolesGetResponse200,
1866
2279
  OrgsOrgCustomRepositoryRolesGetResponse200Type,
@@ -1888,6 +2301,7 @@ class OrgsClient:
1888
2301
  "GET",
1889
2302
  url,
1890
2303
  headers=exclude_unset(headers),
2304
+ stream=stream,
1891
2305
  response_model=OrgsOrgCustomRepositoryRolesGetResponse200,
1892
2306
  )
1893
2307
 
@@ -1896,6 +2310,7 @@ class OrgsClient:
1896
2310
  org: str,
1897
2311
  *,
1898
2312
  headers: Optional[Mapping[str, str]] = None,
2313
+ stream: bool = False,
1899
2314
  ) -> Response[
1900
2315
  OrgsOrgCustomRepositoryRolesGetResponse200,
1901
2316
  OrgsOrgCustomRepositoryRolesGetResponse200Type,
@@ -1923,6 +2338,7 @@ class OrgsClient:
1923
2338
  "GET",
1924
2339
  url,
1925
2340
  headers=exclude_unset(headers),
2341
+ stream=stream,
1926
2342
  response_model=OrgsOrgCustomRepositoryRolesGetResponse200,
1927
2343
  )
1928
2344
 
@@ -1932,6 +2348,7 @@ class OrgsClient:
1932
2348
  org: str,
1933
2349
  *,
1934
2350
  headers: Optional[Mapping[str, str]] = None,
2351
+ stream: bool = False,
1935
2352
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
1936
2353
  ) -> Response[
1937
2354
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -1944,6 +2361,7 @@ class OrgsClient:
1944
2361
  *,
1945
2362
  data: UnsetType = UNSET,
1946
2363
  headers: Optional[Mapping[str, str]] = None,
2364
+ stream: bool = False,
1947
2365
  name: str,
1948
2366
  description: Missing[Union[str, None]] = UNSET,
1949
2367
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -1957,6 +2375,7 @@ class OrgsClient:
1957
2375
  org: str,
1958
2376
  *,
1959
2377
  headers: Optional[Mapping[str, str]] = None,
2378
+ stream: bool = False,
1960
2379
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
1961
2380
  **kwargs,
1962
2381
  ) -> Response[
@@ -2002,6 +2421,7 @@ class OrgsClient:
2002
2421
  url,
2003
2422
  json=exclude_unset(json),
2004
2423
  headers=exclude_unset(headers),
2424
+ stream=stream,
2005
2425
  response_model=OrganizationCustomRepositoryRole,
2006
2426
  error_models={
2007
2427
  "422": ValidationError,
@@ -2015,6 +2435,7 @@ class OrgsClient:
2015
2435
  org: str,
2016
2436
  *,
2017
2437
  headers: Optional[Mapping[str, str]] = None,
2438
+ stream: bool = False,
2018
2439
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
2019
2440
  ) -> Response[
2020
2441
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2027,6 +2448,7 @@ class OrgsClient:
2027
2448
  *,
2028
2449
  data: UnsetType = UNSET,
2029
2450
  headers: Optional[Mapping[str, str]] = None,
2451
+ stream: bool = False,
2030
2452
  name: str,
2031
2453
  description: Missing[Union[str, None]] = UNSET,
2032
2454
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -2040,6 +2462,7 @@ class OrgsClient:
2040
2462
  org: str,
2041
2463
  *,
2042
2464
  headers: Optional[Mapping[str, str]] = None,
2465
+ stream: bool = False,
2043
2466
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
2044
2467
  **kwargs,
2045
2468
  ) -> Response[
@@ -2085,6 +2508,7 @@ class OrgsClient:
2085
2508
  url,
2086
2509
  json=exclude_unset(json),
2087
2510
  headers=exclude_unset(headers),
2511
+ stream=stream,
2088
2512
  response_model=OrganizationCustomRepositoryRole,
2089
2513
  error_models={
2090
2514
  "422": ValidationError,
@@ -2098,6 +2522,7 @@ class OrgsClient:
2098
2522
  role_id: int,
2099
2523
  *,
2100
2524
  headers: Optional[Mapping[str, str]] = None,
2525
+ stream: bool = False,
2101
2526
  ) -> Response[
2102
2527
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
2103
2528
  ]:
@@ -2124,6 +2549,7 @@ class OrgsClient:
2124
2549
  "GET",
2125
2550
  url,
2126
2551
  headers=exclude_unset(headers),
2552
+ stream=stream,
2127
2553
  response_model=OrganizationCustomRepositoryRole,
2128
2554
  error_models={
2129
2555
  "404": BasicError,
@@ -2136,6 +2562,7 @@ class OrgsClient:
2136
2562
  role_id: int,
2137
2563
  *,
2138
2564
  headers: Optional[Mapping[str, str]] = None,
2565
+ stream: bool = False,
2139
2566
  ) -> Response[
2140
2567
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
2141
2568
  ]:
@@ -2162,6 +2589,7 @@ class OrgsClient:
2162
2589
  "GET",
2163
2590
  url,
2164
2591
  headers=exclude_unset(headers),
2592
+ stream=stream,
2165
2593
  response_model=OrganizationCustomRepositoryRole,
2166
2594
  error_models={
2167
2595
  "404": BasicError,
@@ -2174,6 +2602,7 @@ class OrgsClient:
2174
2602
  role_id: int,
2175
2603
  *,
2176
2604
  headers: Optional[Mapping[str, str]] = None,
2605
+ stream: bool = False,
2177
2606
  ) -> Response:
2178
2607
  """orgs/delete-custom-repo-role
2179
2608
 
@@ -2197,6 +2626,7 @@ class OrgsClient:
2197
2626
  "DELETE",
2198
2627
  url,
2199
2628
  headers=exclude_unset(headers),
2629
+ stream=stream,
2200
2630
  )
2201
2631
 
2202
2632
  async def async_delete_custom_repo_role(
@@ -2205,6 +2635,7 @@ class OrgsClient:
2205
2635
  role_id: int,
2206
2636
  *,
2207
2637
  headers: Optional[Mapping[str, str]] = None,
2638
+ stream: bool = False,
2208
2639
  ) -> Response:
2209
2640
  """orgs/delete-custom-repo-role
2210
2641
 
@@ -2228,6 +2659,7 @@ class OrgsClient:
2228
2659
  "DELETE",
2229
2660
  url,
2230
2661
  headers=exclude_unset(headers),
2662
+ stream=stream,
2231
2663
  )
2232
2664
 
2233
2665
  @overload
@@ -2237,6 +2669,7 @@ class OrgsClient:
2237
2669
  role_id: int,
2238
2670
  *,
2239
2671
  headers: Optional[Mapping[str, str]] = None,
2672
+ stream: bool = False,
2240
2673
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2241
2674
  ) -> Response[
2242
2675
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2250,6 +2683,7 @@ class OrgsClient:
2250
2683
  *,
2251
2684
  data: UnsetType = UNSET,
2252
2685
  headers: Optional[Mapping[str, str]] = None,
2686
+ stream: bool = False,
2253
2687
  name: Missing[str] = UNSET,
2254
2688
  description: Missing[Union[str, None]] = UNSET,
2255
2689
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2264,6 +2698,7 @@ class OrgsClient:
2264
2698
  role_id: int,
2265
2699
  *,
2266
2700
  headers: Optional[Mapping[str, str]] = None,
2701
+ stream: bool = False,
2267
2702
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2268
2703
  **kwargs,
2269
2704
  ) -> Response[
@@ -2309,6 +2744,7 @@ class OrgsClient:
2309
2744
  url,
2310
2745
  json=exclude_unset(json),
2311
2746
  headers=exclude_unset(headers),
2747
+ stream=stream,
2312
2748
  response_model=OrganizationCustomRepositoryRole,
2313
2749
  error_models={
2314
2750
  "422": ValidationError,
@@ -2323,6 +2759,7 @@ class OrgsClient:
2323
2759
  role_id: int,
2324
2760
  *,
2325
2761
  headers: Optional[Mapping[str, str]] = None,
2762
+ stream: bool = False,
2326
2763
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2327
2764
  ) -> Response[
2328
2765
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2336,6 +2773,7 @@ class OrgsClient:
2336
2773
  *,
2337
2774
  data: UnsetType = UNSET,
2338
2775
  headers: Optional[Mapping[str, str]] = None,
2776
+ stream: bool = False,
2339
2777
  name: Missing[str] = UNSET,
2340
2778
  description: Missing[Union[str, None]] = UNSET,
2341
2779
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2350,6 +2788,7 @@ class OrgsClient:
2350
2788
  role_id: int,
2351
2789
  *,
2352
2790
  headers: Optional[Mapping[str, str]] = None,
2791
+ stream: bool = False,
2353
2792
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2354
2793
  **kwargs,
2355
2794
  ) -> Response[
@@ -2395,6 +2834,7 @@ class OrgsClient:
2395
2834
  url,
2396
2835
  json=exclude_unset(json),
2397
2836
  headers=exclude_unset(headers),
2837
+ stream=stream,
2398
2838
  response_model=OrganizationCustomRepositoryRole,
2399
2839
  error_models={
2400
2840
  "422": ValidationError,
@@ -2408,6 +2848,7 @@ class OrgsClient:
2408
2848
  org: str,
2409
2849
  *,
2410
2850
  headers: Optional[Mapping[str, str]] = None,
2851
+ stream: bool = False,
2411
2852
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
2412
2853
  ) -> Response[
2413
2854
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2420,6 +2861,7 @@ class OrgsClient:
2420
2861
  *,
2421
2862
  data: UnsetType = UNSET,
2422
2863
  headers: Optional[Mapping[str, str]] = None,
2864
+ stream: bool = False,
2423
2865
  name: str,
2424
2866
  description: Missing[Union[str, None]] = UNSET,
2425
2867
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -2433,6 +2875,7 @@ class OrgsClient:
2433
2875
  org: str,
2434
2876
  *,
2435
2877
  headers: Optional[Mapping[str, str]] = None,
2878
+ stream: bool = False,
2436
2879
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
2437
2880
  **kwargs,
2438
2881
  ) -> Response[
@@ -2481,6 +2924,7 @@ class OrgsClient:
2481
2924
  url,
2482
2925
  json=exclude_unset(json),
2483
2926
  headers=exclude_unset(headers),
2927
+ stream=stream,
2484
2928
  response_model=OrganizationCustomRepositoryRole,
2485
2929
  error_models={
2486
2930
  "422": ValidationError,
@@ -2494,6 +2938,7 @@ class OrgsClient:
2494
2938
  org: str,
2495
2939
  *,
2496
2940
  headers: Optional[Mapping[str, str]] = None,
2941
+ stream: bool = False,
2497
2942
  data: OrganizationCustomRepositoryRoleCreateSchemaType,
2498
2943
  ) -> Response[
2499
2944
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2506,6 +2951,7 @@ class OrgsClient:
2506
2951
  *,
2507
2952
  data: UnsetType = UNSET,
2508
2953
  headers: Optional[Mapping[str, str]] = None,
2954
+ stream: bool = False,
2509
2955
  name: str,
2510
2956
  description: Missing[Union[str, None]] = UNSET,
2511
2957
  base_role: Literal["read", "triage", "write", "maintain"],
@@ -2519,6 +2965,7 @@ class OrgsClient:
2519
2965
  org: str,
2520
2966
  *,
2521
2967
  headers: Optional[Mapping[str, str]] = None,
2968
+ stream: bool = False,
2522
2969
  data: Missing[OrganizationCustomRepositoryRoleCreateSchemaType] = UNSET,
2523
2970
  **kwargs,
2524
2971
  ) -> Response[
@@ -2567,6 +3014,7 @@ class OrgsClient:
2567
3014
  url,
2568
3015
  json=exclude_unset(json),
2569
3016
  headers=exclude_unset(headers),
3017
+ stream=stream,
2570
3018
  response_model=OrganizationCustomRepositoryRole,
2571
3019
  error_models={
2572
3020
  "422": ValidationError,
@@ -2580,6 +3028,7 @@ class OrgsClient:
2580
3028
  role_id: int,
2581
3029
  *,
2582
3030
  headers: Optional[Mapping[str, str]] = None,
3031
+ stream: bool = False,
2583
3032
  ) -> Response[
2584
3033
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
2585
3034
  ]:
@@ -2609,6 +3058,7 @@ class OrgsClient:
2609
3058
  "GET",
2610
3059
  url,
2611
3060
  headers=exclude_unset(headers),
3061
+ stream=stream,
2612
3062
  response_model=OrganizationCustomRepositoryRole,
2613
3063
  error_models={
2614
3064
  "404": BasicError,
@@ -2621,6 +3071,7 @@ class OrgsClient:
2621
3071
  role_id: int,
2622
3072
  *,
2623
3073
  headers: Optional[Mapping[str, str]] = None,
3074
+ stream: bool = False,
2624
3075
  ) -> Response[
2625
3076
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
2626
3077
  ]:
@@ -2650,6 +3101,7 @@ class OrgsClient:
2650
3101
  "GET",
2651
3102
  url,
2652
3103
  headers=exclude_unset(headers),
3104
+ stream=stream,
2653
3105
  response_model=OrganizationCustomRepositoryRole,
2654
3106
  error_models={
2655
3107
  "404": BasicError,
@@ -2662,6 +3114,7 @@ class OrgsClient:
2662
3114
  role_id: int,
2663
3115
  *,
2664
3116
  headers: Optional[Mapping[str, str]] = None,
3117
+ stream: bool = False,
2665
3118
  ) -> Response:
2666
3119
  """DEPRECATED orgs/delete-custom-role
2667
3120
 
@@ -2688,6 +3141,7 @@ class OrgsClient:
2688
3141
  "DELETE",
2689
3142
  url,
2690
3143
  headers=exclude_unset(headers),
3144
+ stream=stream,
2691
3145
  )
2692
3146
 
2693
3147
  async def async_delete_custom_role(
@@ -2696,6 +3150,7 @@ class OrgsClient:
2696
3150
  role_id: int,
2697
3151
  *,
2698
3152
  headers: Optional[Mapping[str, str]] = None,
3153
+ stream: bool = False,
2699
3154
  ) -> Response:
2700
3155
  """DEPRECATED orgs/delete-custom-role
2701
3156
 
@@ -2722,6 +3177,7 @@ class OrgsClient:
2722
3177
  "DELETE",
2723
3178
  url,
2724
3179
  headers=exclude_unset(headers),
3180
+ stream=stream,
2725
3181
  )
2726
3182
 
2727
3183
  @overload
@@ -2731,6 +3187,7 @@ class OrgsClient:
2731
3187
  role_id: int,
2732
3188
  *,
2733
3189
  headers: Optional[Mapping[str, str]] = None,
3190
+ stream: bool = False,
2734
3191
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2735
3192
  ) -> Response[
2736
3193
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2744,6 +3201,7 @@ class OrgsClient:
2744
3201
  *,
2745
3202
  data: UnsetType = UNSET,
2746
3203
  headers: Optional[Mapping[str, str]] = None,
3204
+ stream: bool = False,
2747
3205
  name: Missing[str] = UNSET,
2748
3206
  description: Missing[Union[str, None]] = UNSET,
2749
3207
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2758,6 +3216,7 @@ class OrgsClient:
2758
3216
  role_id: int,
2759
3217
  *,
2760
3218
  headers: Optional[Mapping[str, str]] = None,
3219
+ stream: bool = False,
2761
3220
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2762
3221
  **kwargs,
2763
3222
  ) -> Response[
@@ -2806,6 +3265,7 @@ class OrgsClient:
2806
3265
  url,
2807
3266
  json=exclude_unset(json),
2808
3267
  headers=exclude_unset(headers),
3268
+ stream=stream,
2809
3269
  response_model=OrganizationCustomRepositoryRole,
2810
3270
  error_models={
2811
3271
  "422": ValidationError,
@@ -2820,6 +3280,7 @@ class OrgsClient:
2820
3280
  role_id: int,
2821
3281
  *,
2822
3282
  headers: Optional[Mapping[str, str]] = None,
3283
+ stream: bool = False,
2823
3284
  data: OrganizationCustomRepositoryRoleUpdateSchemaType,
2824
3285
  ) -> Response[
2825
3286
  OrganizationCustomRepositoryRole, OrganizationCustomRepositoryRoleType
@@ -2833,6 +3294,7 @@ class OrgsClient:
2833
3294
  *,
2834
3295
  data: UnsetType = UNSET,
2835
3296
  headers: Optional[Mapping[str, str]] = None,
3297
+ stream: bool = False,
2836
3298
  name: Missing[str] = UNSET,
2837
3299
  description: Missing[Union[str, None]] = UNSET,
2838
3300
  base_role: Missing[Literal["read", "triage", "write", "maintain"]] = UNSET,
@@ -2847,6 +3309,7 @@ class OrgsClient:
2847
3309
  role_id: int,
2848
3310
  *,
2849
3311
  headers: Optional[Mapping[str, str]] = None,
3312
+ stream: bool = False,
2850
3313
  data: Missing[OrganizationCustomRepositoryRoleUpdateSchemaType] = UNSET,
2851
3314
  **kwargs,
2852
3315
  ) -> Response[
@@ -2895,6 +3358,7 @@ class OrgsClient:
2895
3358
  url,
2896
3359
  json=exclude_unset(json),
2897
3360
  headers=exclude_unset(headers),
3361
+ stream=stream,
2898
3362
  response_model=OrganizationCustomRepositoryRole,
2899
3363
  error_models={
2900
3364
  "422": ValidationError,
@@ -2909,6 +3373,7 @@ class OrgsClient:
2909
3373
  per_page: Missing[int] = UNSET,
2910
3374
  page: Missing[int] = UNSET,
2911
3375
  headers: Optional[Mapping[str, str]] = None,
3376
+ stream: bool = False,
2912
3377
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
2913
3378
  """orgs/list-failed-invitations
2914
3379
 
@@ -2938,6 +3403,7 @@ class OrgsClient:
2938
3403
  url,
2939
3404
  params=exclude_unset(params),
2940
3405
  headers=exclude_unset(headers),
3406
+ stream=stream,
2941
3407
  response_model=list[OrganizationInvitation],
2942
3408
  error_models={
2943
3409
  "404": BasicError,
@@ -2951,6 +3417,7 @@ class OrgsClient:
2951
3417
  per_page: Missing[int] = UNSET,
2952
3418
  page: Missing[int] = UNSET,
2953
3419
  headers: Optional[Mapping[str, str]] = None,
3420
+ stream: bool = False,
2954
3421
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
2955
3422
  """orgs/list-failed-invitations
2956
3423
 
@@ -2980,6 +3447,7 @@ class OrgsClient:
2980
3447
  url,
2981
3448
  params=exclude_unset(params),
2982
3449
  headers=exclude_unset(headers),
3450
+ stream=stream,
2983
3451
  response_model=list[OrganizationInvitation],
2984
3452
  error_models={
2985
3453
  "404": BasicError,
@@ -2991,6 +3459,7 @@ class OrgsClient:
2991
3459
  org: str,
2992
3460
  *,
2993
3461
  headers: Optional[Mapping[str, str]] = None,
3462
+ stream: bool = False,
2994
3463
  ) -> Response[
2995
3464
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
2996
3465
  ]:
@@ -3020,6 +3489,7 @@ class OrgsClient:
3020
3489
  "GET",
3021
3490
  url,
3022
3491
  headers=exclude_unset(headers),
3492
+ stream=stream,
3023
3493
  response_model=list[RepositoryFineGrainedPermission],
3024
3494
  )
3025
3495
 
@@ -3028,6 +3498,7 @@ class OrgsClient:
3028
3498
  org: str,
3029
3499
  *,
3030
3500
  headers: Optional[Mapping[str, str]] = None,
3501
+ stream: bool = False,
3031
3502
  ) -> Response[
3032
3503
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
3033
3504
  ]:
@@ -3057,6 +3528,7 @@ class OrgsClient:
3057
3528
  "GET",
3058
3529
  url,
3059
3530
  headers=exclude_unset(headers),
3531
+ stream=stream,
3060
3532
  response_model=list[RepositoryFineGrainedPermission],
3061
3533
  )
3062
3534
 
@@ -3067,6 +3539,7 @@ class OrgsClient:
3067
3539
  per_page: Missing[int] = UNSET,
3068
3540
  page: Missing[int] = UNSET,
3069
3541
  headers: Optional[Mapping[str, str]] = None,
3542
+ stream: bool = False,
3070
3543
  ) -> Response[list[OrgHook], list[OrgHookType]]:
3071
3544
  """orgs/list-webhooks
3072
3545
 
@@ -3096,6 +3569,7 @@ class OrgsClient:
3096
3569
  url,
3097
3570
  params=exclude_unset(params),
3098
3571
  headers=exclude_unset(headers),
3572
+ stream=stream,
3099
3573
  response_model=list[OrgHook],
3100
3574
  error_models={
3101
3575
  "404": BasicError,
@@ -3109,6 +3583,7 @@ class OrgsClient:
3109
3583
  per_page: Missing[int] = UNSET,
3110
3584
  page: Missing[int] = UNSET,
3111
3585
  headers: Optional[Mapping[str, str]] = None,
3586
+ stream: bool = False,
3112
3587
  ) -> Response[list[OrgHook], list[OrgHookType]]:
3113
3588
  """orgs/list-webhooks
3114
3589
 
@@ -3138,6 +3613,7 @@ class OrgsClient:
3138
3613
  url,
3139
3614
  params=exclude_unset(params),
3140
3615
  headers=exclude_unset(headers),
3616
+ stream=stream,
3141
3617
  response_model=list[OrgHook],
3142
3618
  error_models={
3143
3619
  "404": BasicError,
@@ -3150,6 +3626,7 @@ class OrgsClient:
3150
3626
  org: str,
3151
3627
  *,
3152
3628
  headers: Optional[Mapping[str, str]] = None,
3629
+ stream: bool = False,
3153
3630
  data: OrgsOrgHooksPostBodyType,
3154
3631
  ) -> Response[OrgHook, OrgHookType]: ...
3155
3632
 
@@ -3160,6 +3637,7 @@ class OrgsClient:
3160
3637
  *,
3161
3638
  data: UnsetType = UNSET,
3162
3639
  headers: Optional[Mapping[str, str]] = None,
3640
+ stream: bool = False,
3163
3641
  name: str,
3164
3642
  config: OrgsOrgHooksPostBodyPropConfigType,
3165
3643
  events: Missing[list[str]] = UNSET,
@@ -3171,6 +3649,7 @@ class OrgsClient:
3171
3649
  org: str,
3172
3650
  *,
3173
3651
  headers: Optional[Mapping[str, str]] = None,
3652
+ stream: bool = False,
3174
3653
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
3175
3654
  **kwargs,
3176
3655
  ) -> Response[OrgHook, OrgHookType]:
@@ -3206,6 +3685,7 @@ class OrgsClient:
3206
3685
  url,
3207
3686
  json=exclude_unset(json),
3208
3687
  headers=exclude_unset(headers),
3688
+ stream=stream,
3209
3689
  response_model=OrgHook,
3210
3690
  error_models={
3211
3691
  "422": ValidationError,
@@ -3219,6 +3699,7 @@ class OrgsClient:
3219
3699
  org: str,
3220
3700
  *,
3221
3701
  headers: Optional[Mapping[str, str]] = None,
3702
+ stream: bool = False,
3222
3703
  data: OrgsOrgHooksPostBodyType,
3223
3704
  ) -> Response[OrgHook, OrgHookType]: ...
3224
3705
 
@@ -3229,6 +3710,7 @@ class OrgsClient:
3229
3710
  *,
3230
3711
  data: UnsetType = UNSET,
3231
3712
  headers: Optional[Mapping[str, str]] = None,
3713
+ stream: bool = False,
3232
3714
  name: str,
3233
3715
  config: OrgsOrgHooksPostBodyPropConfigType,
3234
3716
  events: Missing[list[str]] = UNSET,
@@ -3240,6 +3722,7 @@ class OrgsClient:
3240
3722
  org: str,
3241
3723
  *,
3242
3724
  headers: Optional[Mapping[str, str]] = None,
3725
+ stream: bool = False,
3243
3726
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
3244
3727
  **kwargs,
3245
3728
  ) -> Response[OrgHook, OrgHookType]:
@@ -3275,6 +3758,7 @@ class OrgsClient:
3275
3758
  url,
3276
3759
  json=exclude_unset(json),
3277
3760
  headers=exclude_unset(headers),
3761
+ stream=stream,
3278
3762
  response_model=OrgHook,
3279
3763
  error_models={
3280
3764
  "422": ValidationError,
@@ -3288,6 +3772,7 @@ class OrgsClient:
3288
3772
  hook_id: int,
3289
3773
  *,
3290
3774
  headers: Optional[Mapping[str, str]] = None,
3775
+ stream: bool = False,
3291
3776
  ) -> Response[OrgHook, OrgHookType]:
3292
3777
  """orgs/get-webhook
3293
3778
 
@@ -3311,6 +3796,7 @@ class OrgsClient:
3311
3796
  "GET",
3312
3797
  url,
3313
3798
  headers=exclude_unset(headers),
3799
+ stream=stream,
3314
3800
  response_model=OrgHook,
3315
3801
  error_models={
3316
3802
  "404": BasicError,
@@ -3323,6 +3809,7 @@ class OrgsClient:
3323
3809
  hook_id: int,
3324
3810
  *,
3325
3811
  headers: Optional[Mapping[str, str]] = None,
3812
+ stream: bool = False,
3326
3813
  ) -> Response[OrgHook, OrgHookType]:
3327
3814
  """orgs/get-webhook
3328
3815
 
@@ -3346,6 +3833,7 @@ class OrgsClient:
3346
3833
  "GET",
3347
3834
  url,
3348
3835
  headers=exclude_unset(headers),
3836
+ stream=stream,
3349
3837
  response_model=OrgHook,
3350
3838
  error_models={
3351
3839
  "404": BasicError,
@@ -3358,6 +3846,7 @@ class OrgsClient:
3358
3846
  hook_id: int,
3359
3847
  *,
3360
3848
  headers: Optional[Mapping[str, str]] = None,
3849
+ stream: bool = False,
3361
3850
  ) -> Response:
3362
3851
  """orgs/delete-webhook
3363
3852
 
@@ -3381,6 +3870,7 @@ class OrgsClient:
3381
3870
  "DELETE",
3382
3871
  url,
3383
3872
  headers=exclude_unset(headers),
3873
+ stream=stream,
3384
3874
  error_models={
3385
3875
  "404": BasicError,
3386
3876
  },
@@ -3392,6 +3882,7 @@ class OrgsClient:
3392
3882
  hook_id: int,
3393
3883
  *,
3394
3884
  headers: Optional[Mapping[str, str]] = None,
3885
+ stream: bool = False,
3395
3886
  ) -> Response:
3396
3887
  """orgs/delete-webhook
3397
3888
 
@@ -3415,6 +3906,7 @@ class OrgsClient:
3415
3906
  "DELETE",
3416
3907
  url,
3417
3908
  headers=exclude_unset(headers),
3909
+ stream=stream,
3418
3910
  error_models={
3419
3911
  "404": BasicError,
3420
3912
  },
@@ -3427,6 +3919,7 @@ class OrgsClient:
3427
3919
  hook_id: int,
3428
3920
  *,
3429
3921
  headers: Optional[Mapping[str, str]] = None,
3922
+ stream: bool = False,
3430
3923
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3431
3924
  ) -> Response[OrgHook, OrgHookType]: ...
3432
3925
 
@@ -3438,6 +3931,7 @@ class OrgsClient:
3438
3931
  *,
3439
3932
  data: UnsetType = UNSET,
3440
3933
  headers: Optional[Mapping[str, str]] = None,
3934
+ stream: bool = False,
3441
3935
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
3442
3936
  events: Missing[list[str]] = UNSET,
3443
3937
  active: Missing[bool] = UNSET,
@@ -3450,6 +3944,7 @@ class OrgsClient:
3450
3944
  hook_id: int,
3451
3945
  *,
3452
3946
  headers: Optional[Mapping[str, str]] = None,
3947
+ stream: bool = False,
3453
3948
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3454
3949
  **kwargs,
3455
3950
  ) -> Response[OrgHook, OrgHookType]:
@@ -3490,6 +3985,7 @@ class OrgsClient:
3490
3985
  url,
3491
3986
  json=exclude_unset(json),
3492
3987
  headers=exclude_unset(headers),
3988
+ stream=stream,
3493
3989
  response_model=OrgHook,
3494
3990
  error_models={
3495
3991
  "422": ValidationError,
@@ -3504,6 +4000,7 @@ class OrgsClient:
3504
4000
  hook_id: int,
3505
4001
  *,
3506
4002
  headers: Optional[Mapping[str, str]] = None,
4003
+ stream: bool = False,
3507
4004
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3508
4005
  ) -> Response[OrgHook, OrgHookType]: ...
3509
4006
 
@@ -3515,6 +4012,7 @@ class OrgsClient:
3515
4012
  *,
3516
4013
  data: UnsetType = UNSET,
3517
4014
  headers: Optional[Mapping[str, str]] = None,
4015
+ stream: bool = False,
3518
4016
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
3519
4017
  events: Missing[list[str]] = UNSET,
3520
4018
  active: Missing[bool] = UNSET,
@@ -3527,6 +4025,7 @@ class OrgsClient:
3527
4025
  hook_id: int,
3528
4026
  *,
3529
4027
  headers: Optional[Mapping[str, str]] = None,
4028
+ stream: bool = False,
3530
4029
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
3531
4030
  **kwargs,
3532
4031
  ) -> Response[OrgHook, OrgHookType]:
@@ -3567,6 +4066,7 @@ class OrgsClient:
3567
4066
  url,
3568
4067
  json=exclude_unset(json),
3569
4068
  headers=exclude_unset(headers),
4069
+ stream=stream,
3570
4070
  response_model=OrgHook,
3571
4071
  error_models={
3572
4072
  "422": ValidationError,
@@ -3580,6 +4080,7 @@ class OrgsClient:
3580
4080
  hook_id: int,
3581
4081
  *,
3582
4082
  headers: Optional[Mapping[str, str]] = None,
4083
+ stream: bool = False,
3583
4084
  ) -> Response[WebhookConfig, WebhookConfigType]:
3584
4085
  """orgs/get-webhook-config-for-org
3585
4086
 
@@ -3603,6 +4104,7 @@ class OrgsClient:
3603
4104
  "GET",
3604
4105
  url,
3605
4106
  headers=exclude_unset(headers),
4107
+ stream=stream,
3606
4108
  response_model=WebhookConfig,
3607
4109
  )
3608
4110
 
@@ -3612,6 +4114,7 @@ class OrgsClient:
3612
4114
  hook_id: int,
3613
4115
  *,
3614
4116
  headers: Optional[Mapping[str, str]] = None,
4117
+ stream: bool = False,
3615
4118
  ) -> Response[WebhookConfig, WebhookConfigType]:
3616
4119
  """orgs/get-webhook-config-for-org
3617
4120
 
@@ -3635,6 +4138,7 @@ class OrgsClient:
3635
4138
  "GET",
3636
4139
  url,
3637
4140
  headers=exclude_unset(headers),
4141
+ stream=stream,
3638
4142
  response_model=WebhookConfig,
3639
4143
  )
3640
4144
 
@@ -3645,6 +4149,7 @@ class OrgsClient:
3645
4149
  hook_id: int,
3646
4150
  *,
3647
4151
  headers: Optional[Mapping[str, str]] = None,
4152
+ stream: bool = False,
3648
4153
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3649
4154
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
3650
4155
 
@@ -3656,6 +4161,7 @@ class OrgsClient:
3656
4161
  *,
3657
4162
  data: UnsetType = UNSET,
3658
4163
  headers: Optional[Mapping[str, str]] = None,
4164
+ stream: bool = False,
3659
4165
  url: Missing[str] = UNSET,
3660
4166
  content_type: Missing[str] = UNSET,
3661
4167
  secret: Missing[str] = UNSET,
@@ -3668,6 +4174,7 @@ class OrgsClient:
3668
4174
  hook_id: int,
3669
4175
  *,
3670
4176
  headers: Optional[Mapping[str, str]] = None,
4177
+ stream: bool = False,
3671
4178
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3672
4179
  **kwargs,
3673
4180
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -3703,6 +4210,7 @@ class OrgsClient:
3703
4210
  url,
3704
4211
  json=exclude_unset(json),
3705
4212
  headers=exclude_unset(headers),
4213
+ stream=stream,
3706
4214
  response_model=WebhookConfig,
3707
4215
  )
3708
4216
 
@@ -3713,6 +4221,7 @@ class OrgsClient:
3713
4221
  hook_id: int,
3714
4222
  *,
3715
4223
  headers: Optional[Mapping[str, str]] = None,
4224
+ stream: bool = False,
3716
4225
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3717
4226
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
3718
4227
 
@@ -3724,6 +4233,7 @@ class OrgsClient:
3724
4233
  *,
3725
4234
  data: UnsetType = UNSET,
3726
4235
  headers: Optional[Mapping[str, str]] = None,
4236
+ stream: bool = False,
3727
4237
  url: Missing[str] = UNSET,
3728
4238
  content_type: Missing[str] = UNSET,
3729
4239
  secret: Missing[str] = UNSET,
@@ -3736,6 +4246,7 @@ class OrgsClient:
3736
4246
  hook_id: int,
3737
4247
  *,
3738
4248
  headers: Optional[Mapping[str, str]] = None,
4249
+ stream: bool = False,
3739
4250
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
3740
4251
  **kwargs,
3741
4252
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -3771,6 +4282,7 @@ class OrgsClient:
3771
4282
  url,
3772
4283
  json=exclude_unset(json),
3773
4284
  headers=exclude_unset(headers),
4285
+ stream=stream,
3774
4286
  response_model=WebhookConfig,
3775
4287
  )
3776
4288
 
@@ -3782,6 +4294,7 @@ class OrgsClient:
3782
4294
  per_page: Missing[int] = UNSET,
3783
4295
  cursor: Missing[str] = UNSET,
3784
4296
  headers: Optional[Mapping[str, str]] = None,
4297
+ stream: bool = False,
3785
4298
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
3786
4299
  """orgs/list-webhook-deliveries
3787
4300
 
@@ -3811,6 +4324,7 @@ class OrgsClient:
3811
4324
  url,
3812
4325
  params=exclude_unset(params),
3813
4326
  headers=exclude_unset(headers),
4327
+ stream=stream,
3814
4328
  response_model=list[HookDeliveryItem],
3815
4329
  error_models={
3816
4330
  "400": BasicError,
@@ -3826,6 +4340,7 @@ class OrgsClient:
3826
4340
  per_page: Missing[int] = UNSET,
3827
4341
  cursor: Missing[str] = UNSET,
3828
4342
  headers: Optional[Mapping[str, str]] = None,
4343
+ stream: bool = False,
3829
4344
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
3830
4345
  """orgs/list-webhook-deliveries
3831
4346
 
@@ -3855,6 +4370,7 @@ class OrgsClient:
3855
4370
  url,
3856
4371
  params=exclude_unset(params),
3857
4372
  headers=exclude_unset(headers),
4373
+ stream=stream,
3858
4374
  response_model=list[HookDeliveryItem],
3859
4375
  error_models={
3860
4376
  "400": BasicError,
@@ -3869,6 +4385,7 @@ class OrgsClient:
3869
4385
  delivery_id: int,
3870
4386
  *,
3871
4387
  headers: Optional[Mapping[str, str]] = None,
4388
+ stream: bool = False,
3872
4389
  ) -> Response[HookDelivery, HookDeliveryType]:
3873
4390
  """orgs/get-webhook-delivery
3874
4391
 
@@ -3892,6 +4409,7 @@ class OrgsClient:
3892
4409
  "GET",
3893
4410
  url,
3894
4411
  headers=exclude_unset(headers),
4412
+ stream=stream,
3895
4413
  response_model=HookDelivery,
3896
4414
  error_models={
3897
4415
  "400": BasicError,
@@ -3906,6 +4424,7 @@ class OrgsClient:
3906
4424
  delivery_id: int,
3907
4425
  *,
3908
4426
  headers: Optional[Mapping[str, str]] = None,
4427
+ stream: bool = False,
3909
4428
  ) -> Response[HookDelivery, HookDeliveryType]:
3910
4429
  """orgs/get-webhook-delivery
3911
4430
 
@@ -3929,6 +4448,7 @@ class OrgsClient:
3929
4448
  "GET",
3930
4449
  url,
3931
4450
  headers=exclude_unset(headers),
4451
+ stream=stream,
3932
4452
  response_model=HookDelivery,
3933
4453
  error_models={
3934
4454
  "400": BasicError,
@@ -3943,6 +4463,7 @@ class OrgsClient:
3943
4463
  delivery_id: int,
3944
4464
  *,
3945
4465
  headers: Optional[Mapping[str, str]] = None,
4466
+ stream: bool = False,
3946
4467
  ) -> Response[
3947
4468
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3948
4469
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -3973,6 +4494,7 @@ class OrgsClient:
3973
4494
  "POST",
3974
4495
  url,
3975
4496
  headers=exclude_unset(headers),
4497
+ stream=stream,
3976
4498
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3977
4499
  error_models={
3978
4500
  "400": BasicError,
@@ -3987,6 +4509,7 @@ class OrgsClient:
3987
4509
  delivery_id: int,
3988
4510
  *,
3989
4511
  headers: Optional[Mapping[str, str]] = None,
4512
+ stream: bool = False,
3990
4513
  ) -> Response[
3991
4514
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
3992
4515
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -4017,6 +4540,7 @@ class OrgsClient:
4017
4540
  "POST",
4018
4541
  url,
4019
4542
  headers=exclude_unset(headers),
4543
+ stream=stream,
4020
4544
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
4021
4545
  error_models={
4022
4546
  "400": BasicError,
@@ -4030,6 +4554,7 @@ class OrgsClient:
4030
4554
  hook_id: int,
4031
4555
  *,
4032
4556
  headers: Optional[Mapping[str, str]] = None,
4557
+ stream: bool = False,
4033
4558
  ) -> Response:
4034
4559
  """orgs/ping-webhook
4035
4560
 
@@ -4053,6 +4578,7 @@ class OrgsClient:
4053
4578
  "POST",
4054
4579
  url,
4055
4580
  headers=exclude_unset(headers),
4581
+ stream=stream,
4056
4582
  error_models={
4057
4583
  "404": BasicError,
4058
4584
  },
@@ -4064,6 +4590,7 @@ class OrgsClient:
4064
4590
  hook_id: int,
4065
4591
  *,
4066
4592
  headers: Optional[Mapping[str, str]] = None,
4593
+ stream: bool = False,
4067
4594
  ) -> Response:
4068
4595
  """orgs/ping-webhook
4069
4596
 
@@ -4087,6 +4614,7 @@ class OrgsClient:
4087
4614
  "POST",
4088
4615
  url,
4089
4616
  headers=exclude_unset(headers),
4617
+ stream=stream,
4090
4618
  error_models={
4091
4619
  "404": BasicError,
4092
4620
  },
@@ -4123,6 +4651,7 @@ class OrgsClient:
4123
4651
  ] = UNSET,
4124
4652
  api_route_substring: Missing[str] = UNSET,
4125
4653
  headers: Optional[Mapping[str, str]] = None,
4654
+ stream: bool = False,
4126
4655
  ) -> Response[
4127
4656
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
4128
4657
  ]:
@@ -4156,6 +4685,7 @@ class OrgsClient:
4156
4685
  url,
4157
4686
  params=exclude_unset(params),
4158
4687
  headers=exclude_unset(headers),
4688
+ stream=stream,
4159
4689
  response_model=list[ApiInsightsRouteStatsItems],
4160
4690
  )
4161
4691
 
@@ -4190,6 +4720,7 @@ class OrgsClient:
4190
4720
  ] = UNSET,
4191
4721
  api_route_substring: Missing[str] = UNSET,
4192
4722
  headers: Optional[Mapping[str, str]] = None,
4723
+ stream: bool = False,
4193
4724
  ) -> Response[
4194
4725
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
4195
4726
  ]:
@@ -4223,6 +4754,7 @@ class OrgsClient:
4223
4754
  url,
4224
4755
  params=exclude_unset(params),
4225
4756
  headers=exclude_unset(headers),
4757
+ stream=stream,
4226
4758
  response_model=list[ApiInsightsRouteStatsItems],
4227
4759
  )
4228
4760
 
@@ -4248,6 +4780,7 @@ class OrgsClient:
4248
4780
  ] = UNSET,
4249
4781
  subject_name_substring: Missing[str] = UNSET,
4250
4782
  headers: Optional[Mapping[str, str]] = None,
4783
+ stream: bool = False,
4251
4784
  ) -> Response[
4252
4785
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
4253
4786
  ]:
@@ -4281,6 +4814,7 @@ class OrgsClient:
4281
4814
  url,
4282
4815
  params=exclude_unset(params),
4283
4816
  headers=exclude_unset(headers),
4817
+ stream=stream,
4284
4818
  response_model=list[ApiInsightsSubjectStatsItems],
4285
4819
  )
4286
4820
 
@@ -4306,6 +4840,7 @@ class OrgsClient:
4306
4840
  ] = UNSET,
4307
4841
  subject_name_substring: Missing[str] = UNSET,
4308
4842
  headers: Optional[Mapping[str, str]] = None,
4843
+ stream: bool = False,
4309
4844
  ) -> Response[
4310
4845
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
4311
4846
  ]:
@@ -4339,6 +4874,7 @@ class OrgsClient:
4339
4874
  url,
4340
4875
  params=exclude_unset(params),
4341
4876
  headers=exclude_unset(headers),
4877
+ stream=stream,
4342
4878
  response_model=list[ApiInsightsSubjectStatsItems],
4343
4879
  )
4344
4880
 
@@ -4349,6 +4885,7 @@ class OrgsClient:
4349
4885
  min_timestamp: str,
4350
4886
  max_timestamp: Missing[str] = UNSET,
4351
4887
  headers: Optional[Mapping[str, str]] = None,
4888
+ stream: bool = False,
4352
4889
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4353
4890
  """api-insights/get-summary-stats
4354
4891
 
@@ -4375,6 +4912,7 @@ class OrgsClient:
4375
4912
  url,
4376
4913
  params=exclude_unset(params),
4377
4914
  headers=exclude_unset(headers),
4915
+ stream=stream,
4378
4916
  response_model=ApiInsightsSummaryStats,
4379
4917
  )
4380
4918
 
@@ -4385,6 +4923,7 @@ class OrgsClient:
4385
4923
  min_timestamp: str,
4386
4924
  max_timestamp: Missing[str] = UNSET,
4387
4925
  headers: Optional[Mapping[str, str]] = None,
4926
+ stream: bool = False,
4388
4927
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4389
4928
  """api-insights/get-summary-stats
4390
4929
 
@@ -4411,6 +4950,7 @@ class OrgsClient:
4411
4950
  url,
4412
4951
  params=exclude_unset(params),
4413
4952
  headers=exclude_unset(headers),
4953
+ stream=stream,
4414
4954
  response_model=ApiInsightsSummaryStats,
4415
4955
  )
4416
4956
 
@@ -4422,6 +4962,7 @@ class OrgsClient:
4422
4962
  min_timestamp: str,
4423
4963
  max_timestamp: Missing[str] = UNSET,
4424
4964
  headers: Optional[Mapping[str, str]] = None,
4965
+ stream: bool = False,
4425
4966
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4426
4967
  """api-insights/get-summary-stats-by-user
4427
4968
 
@@ -4448,6 +4989,7 @@ class OrgsClient:
4448
4989
  url,
4449
4990
  params=exclude_unset(params),
4450
4991
  headers=exclude_unset(headers),
4992
+ stream=stream,
4451
4993
  response_model=ApiInsightsSummaryStats,
4452
4994
  )
4453
4995
 
@@ -4459,6 +5001,7 @@ class OrgsClient:
4459
5001
  min_timestamp: str,
4460
5002
  max_timestamp: Missing[str] = UNSET,
4461
5003
  headers: Optional[Mapping[str, str]] = None,
5004
+ stream: bool = False,
4462
5005
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4463
5006
  """api-insights/get-summary-stats-by-user
4464
5007
 
@@ -4485,6 +5028,7 @@ class OrgsClient:
4485
5028
  url,
4486
5029
  params=exclude_unset(params),
4487
5030
  headers=exclude_unset(headers),
5031
+ stream=stream,
4488
5032
  response_model=ApiInsightsSummaryStats,
4489
5033
  )
4490
5034
 
@@ -4503,6 +5047,7 @@ class OrgsClient:
4503
5047
  min_timestamp: str,
4504
5048
  max_timestamp: Missing[str] = UNSET,
4505
5049
  headers: Optional[Mapping[str, str]] = None,
5050
+ stream: bool = False,
4506
5051
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4507
5052
  """api-insights/get-summary-stats-by-actor
4508
5053
 
@@ -4529,6 +5074,7 @@ class OrgsClient:
4529
5074
  url,
4530
5075
  params=exclude_unset(params),
4531
5076
  headers=exclude_unset(headers),
5077
+ stream=stream,
4532
5078
  response_model=ApiInsightsSummaryStats,
4533
5079
  )
4534
5080
 
@@ -4547,6 +5093,7 @@ class OrgsClient:
4547
5093
  min_timestamp: str,
4548
5094
  max_timestamp: Missing[str] = UNSET,
4549
5095
  headers: Optional[Mapping[str, str]] = None,
5096
+ stream: bool = False,
4550
5097
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
4551
5098
  """api-insights/get-summary-stats-by-actor
4552
5099
 
@@ -4573,6 +5120,7 @@ class OrgsClient:
4573
5120
  url,
4574
5121
  params=exclude_unset(params),
4575
5122
  headers=exclude_unset(headers),
5123
+ stream=stream,
4576
5124
  response_model=ApiInsightsSummaryStats,
4577
5125
  )
4578
5126
 
@@ -4584,6 +5132,7 @@ class OrgsClient:
4584
5132
  max_timestamp: Missing[str] = UNSET,
4585
5133
  timestamp_increment: str,
4586
5134
  headers: Optional[Mapping[str, str]] = None,
5135
+ stream: bool = False,
4587
5136
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4588
5137
  """api-insights/get-time-stats
4589
5138
 
@@ -4611,6 +5160,7 @@ class OrgsClient:
4611
5160
  url,
4612
5161
  params=exclude_unset(params),
4613
5162
  headers=exclude_unset(headers),
5163
+ stream=stream,
4614
5164
  response_model=list[ApiInsightsTimeStatsItems],
4615
5165
  )
4616
5166
 
@@ -4622,6 +5172,7 @@ class OrgsClient:
4622
5172
  max_timestamp: Missing[str] = UNSET,
4623
5173
  timestamp_increment: str,
4624
5174
  headers: Optional[Mapping[str, str]] = None,
5175
+ stream: bool = False,
4625
5176
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4626
5177
  """api-insights/get-time-stats
4627
5178
 
@@ -4649,6 +5200,7 @@ class OrgsClient:
4649
5200
  url,
4650
5201
  params=exclude_unset(params),
4651
5202
  headers=exclude_unset(headers),
5203
+ stream=stream,
4652
5204
  response_model=list[ApiInsightsTimeStatsItems],
4653
5205
  )
4654
5206
 
@@ -4661,6 +5213,7 @@ class OrgsClient:
4661
5213
  max_timestamp: Missing[str] = UNSET,
4662
5214
  timestamp_increment: str,
4663
5215
  headers: Optional[Mapping[str, str]] = None,
5216
+ stream: bool = False,
4664
5217
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4665
5218
  """api-insights/get-time-stats-by-user
4666
5219
 
@@ -4688,6 +5241,7 @@ class OrgsClient:
4688
5241
  url,
4689
5242
  params=exclude_unset(params),
4690
5243
  headers=exclude_unset(headers),
5244
+ stream=stream,
4691
5245
  response_model=list[ApiInsightsTimeStatsItems],
4692
5246
  )
4693
5247
 
@@ -4700,6 +5254,7 @@ class OrgsClient:
4700
5254
  max_timestamp: Missing[str] = UNSET,
4701
5255
  timestamp_increment: str,
4702
5256
  headers: Optional[Mapping[str, str]] = None,
5257
+ stream: bool = False,
4703
5258
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4704
5259
  """api-insights/get-time-stats-by-user
4705
5260
 
@@ -4727,6 +5282,7 @@ class OrgsClient:
4727
5282
  url,
4728
5283
  params=exclude_unset(params),
4729
5284
  headers=exclude_unset(headers),
5285
+ stream=stream,
4730
5286
  response_model=list[ApiInsightsTimeStatsItems],
4731
5287
  )
4732
5288
 
@@ -4746,6 +5302,7 @@ class OrgsClient:
4746
5302
  max_timestamp: Missing[str] = UNSET,
4747
5303
  timestamp_increment: str,
4748
5304
  headers: Optional[Mapping[str, str]] = None,
5305
+ stream: bool = False,
4749
5306
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4750
5307
  """api-insights/get-time-stats-by-actor
4751
5308
 
@@ -4773,6 +5330,7 @@ class OrgsClient:
4773
5330
  url,
4774
5331
  params=exclude_unset(params),
4775
5332
  headers=exclude_unset(headers),
5333
+ stream=stream,
4776
5334
  response_model=list[ApiInsightsTimeStatsItems],
4777
5335
  )
4778
5336
 
@@ -4792,6 +5350,7 @@ class OrgsClient:
4792
5350
  max_timestamp: Missing[str] = UNSET,
4793
5351
  timestamp_increment: str,
4794
5352
  headers: Optional[Mapping[str, str]] = None,
5353
+ stream: bool = False,
4795
5354
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
4796
5355
  """api-insights/get-time-stats-by-actor
4797
5356
 
@@ -4819,6 +5378,7 @@ class OrgsClient:
4819
5378
  url,
4820
5379
  params=exclude_unset(params),
4821
5380
  headers=exclude_unset(headers),
5381
+ stream=stream,
4822
5382
  response_model=list[ApiInsightsTimeStatsItems],
4823
5383
  )
4824
5384
 
@@ -4845,6 +5405,7 @@ class OrgsClient:
4845
5405
  ] = UNSET,
4846
5406
  actor_name_substring: Missing[str] = UNSET,
4847
5407
  headers: Optional[Mapping[str, str]] = None,
5408
+ stream: bool = False,
4848
5409
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
4849
5410
  """api-insights/get-user-stats
4850
5411
 
@@ -4876,6 +5437,7 @@ class OrgsClient:
4876
5437
  url,
4877
5438
  params=exclude_unset(params),
4878
5439
  headers=exclude_unset(headers),
5440
+ stream=stream,
4879
5441
  response_model=list[ApiInsightsUserStatsItems],
4880
5442
  )
4881
5443
 
@@ -4902,6 +5464,7 @@ class OrgsClient:
4902
5464
  ] = UNSET,
4903
5465
  actor_name_substring: Missing[str] = UNSET,
4904
5466
  headers: Optional[Mapping[str, str]] = None,
5467
+ stream: bool = False,
4905
5468
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
4906
5469
  """api-insights/get-user-stats
4907
5470
 
@@ -4933,6 +5496,7 @@ class OrgsClient:
4933
5496
  url,
4934
5497
  params=exclude_unset(params),
4935
5498
  headers=exclude_unset(headers),
5499
+ stream=stream,
4936
5500
  response_model=list[ApiInsightsUserStatsItems],
4937
5501
  )
4938
5502
 
@@ -4943,6 +5507,7 @@ class OrgsClient:
4943
5507
  per_page: Missing[int] = UNSET,
4944
5508
  page: Missing[int] = UNSET,
4945
5509
  headers: Optional[Mapping[str, str]] = None,
5510
+ stream: bool = False,
4946
5511
  ) -> Response[
4947
5512
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
4948
5513
  ]:
@@ -4976,6 +5541,7 @@ class OrgsClient:
4976
5541
  url,
4977
5542
  params=exclude_unset(params),
4978
5543
  headers=exclude_unset(headers),
5544
+ stream=stream,
4979
5545
  response_model=OrgsOrgInstallationsGetResponse200,
4980
5546
  )
4981
5547
 
@@ -4986,6 +5552,7 @@ class OrgsClient:
4986
5552
  per_page: Missing[int] = UNSET,
4987
5553
  page: Missing[int] = UNSET,
4988
5554
  headers: Optional[Mapping[str, str]] = None,
5555
+ stream: bool = False,
4989
5556
  ) -> Response[
4990
5557
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
4991
5558
  ]:
@@ -5019,6 +5586,7 @@ class OrgsClient:
5019
5586
  url,
5020
5587
  params=exclude_unset(params),
5021
5588
  headers=exclude_unset(headers),
5589
+ stream=stream,
5022
5590
  response_model=OrgsOrgInstallationsGetResponse200,
5023
5591
  )
5024
5592
 
@@ -5035,6 +5603,7 @@ class OrgsClient:
5035
5603
  ] = UNSET,
5036
5604
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
5037
5605
  headers: Optional[Mapping[str, str]] = None,
5606
+ stream: bool = False,
5038
5607
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
5039
5608
  """orgs/list-pending-invitations
5040
5609
 
@@ -5068,6 +5637,7 @@ class OrgsClient:
5068
5637
  url,
5069
5638
  params=exclude_unset(params),
5070
5639
  headers=exclude_unset(headers),
5640
+ stream=stream,
5071
5641
  response_model=list[OrganizationInvitation],
5072
5642
  error_models={
5073
5643
  "404": BasicError,
@@ -5087,6 +5657,7 @@ class OrgsClient:
5087
5657
  ] = UNSET,
5088
5658
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
5089
5659
  headers: Optional[Mapping[str, str]] = None,
5660
+ stream: bool = False,
5090
5661
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
5091
5662
  """orgs/list-pending-invitations
5092
5663
 
@@ -5120,6 +5691,7 @@ class OrgsClient:
5120
5691
  url,
5121
5692
  params=exclude_unset(params),
5122
5693
  headers=exclude_unset(headers),
5694
+ stream=stream,
5123
5695
  response_model=list[OrganizationInvitation],
5124
5696
  error_models={
5125
5697
  "404": BasicError,
@@ -5132,6 +5704,7 @@ class OrgsClient:
5132
5704
  org: str,
5133
5705
  *,
5134
5706
  headers: Optional[Mapping[str, str]] = None,
5707
+ stream: bool = False,
5135
5708
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
5136
5709
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
5137
5710
 
@@ -5142,6 +5715,7 @@ class OrgsClient:
5142
5715
  *,
5143
5716
  data: UnsetType = UNSET,
5144
5717
  headers: Optional[Mapping[str, str]] = None,
5718
+ stream: bool = False,
5145
5719
  invitee_id: Missing[int] = UNSET,
5146
5720
  email: Missing[str] = UNSET,
5147
5721
  role: Missing[
@@ -5155,6 +5729,7 @@ class OrgsClient:
5155
5729
  org: str,
5156
5730
  *,
5157
5731
  headers: Optional[Mapping[str, str]] = None,
5732
+ stream: bool = False,
5158
5733
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
5159
5734
  **kwargs,
5160
5735
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -5196,6 +5771,7 @@ class OrgsClient:
5196
5771
  url,
5197
5772
  json=exclude_unset(json),
5198
5773
  headers=exclude_unset(headers),
5774
+ stream=stream,
5199
5775
  response_model=OrganizationInvitation,
5200
5776
  error_models={
5201
5777
  "422": ValidationError,
@@ -5209,6 +5785,7 @@ class OrgsClient:
5209
5785
  org: str,
5210
5786
  *,
5211
5787
  headers: Optional[Mapping[str, str]] = None,
5788
+ stream: bool = False,
5212
5789
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
5213
5790
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
5214
5791
 
@@ -5219,6 +5796,7 @@ class OrgsClient:
5219
5796
  *,
5220
5797
  data: UnsetType = UNSET,
5221
5798
  headers: Optional[Mapping[str, str]] = None,
5799
+ stream: bool = False,
5222
5800
  invitee_id: Missing[int] = UNSET,
5223
5801
  email: Missing[str] = UNSET,
5224
5802
  role: Missing[
@@ -5232,6 +5810,7 @@ class OrgsClient:
5232
5810
  org: str,
5233
5811
  *,
5234
5812
  headers: Optional[Mapping[str, str]] = None,
5813
+ stream: bool = False,
5235
5814
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
5236
5815
  **kwargs,
5237
5816
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -5273,6 +5852,7 @@ class OrgsClient:
5273
5852
  url,
5274
5853
  json=exclude_unset(json),
5275
5854
  headers=exclude_unset(headers),
5855
+ stream=stream,
5276
5856
  response_model=OrganizationInvitation,
5277
5857
  error_models={
5278
5858
  "422": ValidationError,
@@ -5286,6 +5866,7 @@ class OrgsClient:
5286
5866
  invitation_id: int,
5287
5867
  *,
5288
5868
  headers: Optional[Mapping[str, str]] = None,
5869
+ stream: bool = False,
5289
5870
  ) -> Response:
5290
5871
  """orgs/cancel-invitation
5291
5872
 
@@ -5310,6 +5891,7 @@ class OrgsClient:
5310
5891
  "DELETE",
5311
5892
  url,
5312
5893
  headers=exclude_unset(headers),
5894
+ stream=stream,
5313
5895
  error_models={
5314
5896
  "422": ValidationError,
5315
5897
  "404": BasicError,
@@ -5322,6 +5904,7 @@ class OrgsClient:
5322
5904
  invitation_id: int,
5323
5905
  *,
5324
5906
  headers: Optional[Mapping[str, str]] = None,
5907
+ stream: bool = False,
5325
5908
  ) -> Response:
5326
5909
  """orgs/cancel-invitation
5327
5910
 
@@ -5346,6 +5929,7 @@ class OrgsClient:
5346
5929
  "DELETE",
5347
5930
  url,
5348
5931
  headers=exclude_unset(headers),
5932
+ stream=stream,
5349
5933
  error_models={
5350
5934
  "422": ValidationError,
5351
5935
  "404": BasicError,
@@ -5360,6 +5944,7 @@ class OrgsClient:
5360
5944
  per_page: Missing[int] = UNSET,
5361
5945
  page: Missing[int] = UNSET,
5362
5946
  headers: Optional[Mapping[str, str]] = None,
5947
+ stream: bool = False,
5363
5948
  ) -> Response[list[Team], list[TeamType]]:
5364
5949
  """orgs/list-invitation-teams
5365
5950
 
@@ -5389,6 +5974,7 @@ class OrgsClient:
5389
5974
  url,
5390
5975
  params=exclude_unset(params),
5391
5976
  headers=exclude_unset(headers),
5977
+ stream=stream,
5392
5978
  response_model=list[Team],
5393
5979
  error_models={
5394
5980
  "404": BasicError,
@@ -5403,6 +5989,7 @@ class OrgsClient:
5403
5989
  per_page: Missing[int] = UNSET,
5404
5990
  page: Missing[int] = UNSET,
5405
5991
  headers: Optional[Mapping[str, str]] = None,
5992
+ stream: bool = False,
5406
5993
  ) -> Response[list[Team], list[TeamType]]:
5407
5994
  """orgs/list-invitation-teams
5408
5995
 
@@ -5432,6 +6019,7 @@ class OrgsClient:
5432
6019
  url,
5433
6020
  params=exclude_unset(params),
5434
6021
  headers=exclude_unset(headers),
6022
+ stream=stream,
5435
6023
  response_model=list[Team],
5436
6024
  error_models={
5437
6025
  "404": BasicError,
@@ -5443,6 +6031,7 @@ class OrgsClient:
5443
6031
  org: str,
5444
6032
  *,
5445
6033
  headers: Optional[Mapping[str, str]] = None,
6034
+ stream: bool = False,
5446
6035
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
5447
6036
  """orgs/list-issue-types
5448
6037
 
@@ -5465,6 +6054,7 @@ class OrgsClient:
5465
6054
  "GET",
5466
6055
  url,
5467
6056
  headers=exclude_unset(headers),
6057
+ stream=stream,
5468
6058
  response_model=list[Union[IssueType, None]],
5469
6059
  error_models={
5470
6060
  "404": BasicError,
@@ -5476,6 +6066,7 @@ class OrgsClient:
5476
6066
  org: str,
5477
6067
  *,
5478
6068
  headers: Optional[Mapping[str, str]] = None,
6069
+ stream: bool = False,
5479
6070
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
5480
6071
  """orgs/list-issue-types
5481
6072
 
@@ -5498,6 +6089,7 @@ class OrgsClient:
5498
6089
  "GET",
5499
6090
  url,
5500
6091
  headers=exclude_unset(headers),
6092
+ stream=stream,
5501
6093
  response_model=list[Union[IssueType, None]],
5502
6094
  error_models={
5503
6095
  "404": BasicError,
@@ -5510,6 +6102,7 @@ class OrgsClient:
5510
6102
  org: str,
5511
6103
  *,
5512
6104
  headers: Optional[Mapping[str, str]] = None,
6105
+ stream: bool = False,
5513
6106
  data: OrganizationCreateIssueTypeType,
5514
6107
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5515
6108
 
@@ -5520,6 +6113,7 @@ class OrgsClient:
5520
6113
  *,
5521
6114
  data: UnsetType = UNSET,
5522
6115
  headers: Optional[Mapping[str, str]] = None,
6116
+ stream: bool = False,
5523
6117
  name: str,
5524
6118
  is_enabled: bool,
5525
6119
  description: Missing[Union[str, None]] = UNSET,
@@ -5538,6 +6132,7 @@ class OrgsClient:
5538
6132
  org: str,
5539
6133
  *,
5540
6134
  headers: Optional[Mapping[str, str]] = None,
6135
+ stream: bool = False,
5541
6136
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
5542
6137
  **kwargs,
5543
6138
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5582,6 +6177,7 @@ class OrgsClient:
5582
6177
  url,
5583
6178
  json=exclude_unset(json),
5584
6179
  headers=exclude_unset(headers),
6180
+ stream=stream,
5585
6181
  response_model=Union[IssueType, None],
5586
6182
  error_models={
5587
6183
  "404": BasicError,
@@ -5595,6 +6191,7 @@ class OrgsClient:
5595
6191
  org: str,
5596
6192
  *,
5597
6193
  headers: Optional[Mapping[str, str]] = None,
6194
+ stream: bool = False,
5598
6195
  data: OrganizationCreateIssueTypeType,
5599
6196
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5600
6197
 
@@ -5605,6 +6202,7 @@ class OrgsClient:
5605
6202
  *,
5606
6203
  data: UnsetType = UNSET,
5607
6204
  headers: Optional[Mapping[str, str]] = None,
6205
+ stream: bool = False,
5608
6206
  name: str,
5609
6207
  is_enabled: bool,
5610
6208
  description: Missing[Union[str, None]] = UNSET,
@@ -5623,6 +6221,7 @@ class OrgsClient:
5623
6221
  org: str,
5624
6222
  *,
5625
6223
  headers: Optional[Mapping[str, str]] = None,
6224
+ stream: bool = False,
5626
6225
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
5627
6226
  **kwargs,
5628
6227
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5667,6 +6266,7 @@ class OrgsClient:
5667
6266
  url,
5668
6267
  json=exclude_unset(json),
5669
6268
  headers=exclude_unset(headers),
6269
+ stream=stream,
5670
6270
  response_model=Union[IssueType, None],
5671
6271
  error_models={
5672
6272
  "404": BasicError,
@@ -5681,6 +6281,7 @@ class OrgsClient:
5681
6281
  issue_type_id: int,
5682
6282
  *,
5683
6283
  headers: Optional[Mapping[str, str]] = None,
6284
+ stream: bool = False,
5684
6285
  data: OrganizationUpdateIssueTypeType,
5685
6286
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5686
6287
 
@@ -5692,6 +6293,7 @@ class OrgsClient:
5692
6293
  *,
5693
6294
  data: UnsetType = UNSET,
5694
6295
  headers: Optional[Mapping[str, str]] = None,
6296
+ stream: bool = False,
5695
6297
  name: str,
5696
6298
  is_enabled: bool,
5697
6299
  description: Missing[Union[str, None]] = UNSET,
@@ -5711,6 +6313,7 @@ class OrgsClient:
5711
6313
  issue_type_id: int,
5712
6314
  *,
5713
6315
  headers: Optional[Mapping[str, str]] = None,
6316
+ stream: bool = False,
5714
6317
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
5715
6318
  **kwargs,
5716
6319
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5755,6 +6358,7 @@ class OrgsClient:
5755
6358
  url,
5756
6359
  json=exclude_unset(json),
5757
6360
  headers=exclude_unset(headers),
6361
+ stream=stream,
5758
6362
  response_model=Union[IssueType, None],
5759
6363
  error_models={
5760
6364
  "404": BasicError,
@@ -5769,6 +6373,7 @@ class OrgsClient:
5769
6373
  issue_type_id: int,
5770
6374
  *,
5771
6375
  headers: Optional[Mapping[str, str]] = None,
6376
+ stream: bool = False,
5772
6377
  data: OrganizationUpdateIssueTypeType,
5773
6378
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
5774
6379
 
@@ -5780,6 +6385,7 @@ class OrgsClient:
5780
6385
  *,
5781
6386
  data: UnsetType = UNSET,
5782
6387
  headers: Optional[Mapping[str, str]] = None,
6388
+ stream: bool = False,
5783
6389
  name: str,
5784
6390
  is_enabled: bool,
5785
6391
  description: Missing[Union[str, None]] = UNSET,
@@ -5799,6 +6405,7 @@ class OrgsClient:
5799
6405
  issue_type_id: int,
5800
6406
  *,
5801
6407
  headers: Optional[Mapping[str, str]] = None,
6408
+ stream: bool = False,
5802
6409
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
5803
6410
  **kwargs,
5804
6411
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -5843,6 +6450,7 @@ class OrgsClient:
5843
6450
  url,
5844
6451
  json=exclude_unset(json),
5845
6452
  headers=exclude_unset(headers),
6453
+ stream=stream,
5846
6454
  response_model=Union[IssueType, None],
5847
6455
  error_models={
5848
6456
  "404": BasicError,
@@ -5856,6 +6464,7 @@ class OrgsClient:
5856
6464
  issue_type_id: int,
5857
6465
  *,
5858
6466
  headers: Optional[Mapping[str, str]] = None,
6467
+ stream: bool = False,
5859
6468
  ) -> Response:
5860
6469
  """orgs/delete-issue-type
5861
6470
 
@@ -5881,6 +6490,7 @@ class OrgsClient:
5881
6490
  "DELETE",
5882
6491
  url,
5883
6492
  headers=exclude_unset(headers),
6493
+ stream=stream,
5884
6494
  error_models={
5885
6495
  "422": ValidationErrorSimple,
5886
6496
  "404": BasicError,
@@ -5893,6 +6503,7 @@ class OrgsClient:
5893
6503
  issue_type_id: int,
5894
6504
  *,
5895
6505
  headers: Optional[Mapping[str, str]] = None,
6506
+ stream: bool = False,
5896
6507
  ) -> Response:
5897
6508
  """orgs/delete-issue-type
5898
6509
 
@@ -5918,6 +6529,7 @@ class OrgsClient:
5918
6529
  "DELETE",
5919
6530
  url,
5920
6531
  headers=exclude_unset(headers),
6532
+ stream=stream,
5921
6533
  error_models={
5922
6534
  "422": ValidationErrorSimple,
5923
6535
  "404": BasicError,
@@ -5933,6 +6545,7 @@ class OrgsClient:
5933
6545
  per_page: Missing[int] = UNSET,
5934
6546
  page: Missing[int] = UNSET,
5935
6547
  headers: Optional[Mapping[str, str]] = None,
6548
+ stream: bool = False,
5936
6549
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5937
6550
  """orgs/list-members
5938
6551
 
@@ -5961,6 +6574,7 @@ class OrgsClient:
5961
6574
  url,
5962
6575
  params=exclude_unset(params),
5963
6576
  headers=exclude_unset(headers),
6577
+ stream=stream,
5964
6578
  response_model=list[SimpleUser],
5965
6579
  error_models={
5966
6580
  "422": ValidationError,
@@ -5976,6 +6590,7 @@ class OrgsClient:
5976
6590
  per_page: Missing[int] = UNSET,
5977
6591
  page: Missing[int] = UNSET,
5978
6592
  headers: Optional[Mapping[str, str]] = None,
6593
+ stream: bool = False,
5979
6594
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5980
6595
  """orgs/list-members
5981
6596
 
@@ -6004,6 +6619,7 @@ class OrgsClient:
6004
6619
  url,
6005
6620
  params=exclude_unset(params),
6006
6621
  headers=exclude_unset(headers),
6622
+ stream=stream,
6007
6623
  response_model=list[SimpleUser],
6008
6624
  error_models={
6009
6625
  "422": ValidationError,
@@ -6016,6 +6632,7 @@ class OrgsClient:
6016
6632
  username: str,
6017
6633
  *,
6018
6634
  headers: Optional[Mapping[str, str]] = None,
6635
+ stream: bool = False,
6019
6636
  ) -> Response:
6020
6637
  """orgs/check-membership-for-user
6021
6638
 
@@ -6034,6 +6651,7 @@ class OrgsClient:
6034
6651
  "GET",
6035
6652
  url,
6036
6653
  headers=exclude_unset(headers),
6654
+ stream=stream,
6037
6655
  error_models={},
6038
6656
  )
6039
6657
 
@@ -6043,6 +6661,7 @@ class OrgsClient:
6043
6661
  username: str,
6044
6662
  *,
6045
6663
  headers: Optional[Mapping[str, str]] = None,
6664
+ stream: bool = False,
6046
6665
  ) -> Response:
6047
6666
  """orgs/check-membership-for-user
6048
6667
 
@@ -6061,6 +6680,7 @@ class OrgsClient:
6061
6680
  "GET",
6062
6681
  url,
6063
6682
  headers=exclude_unset(headers),
6683
+ stream=stream,
6064
6684
  error_models={},
6065
6685
  )
6066
6686
 
@@ -6070,6 +6690,7 @@ class OrgsClient:
6070
6690
  username: str,
6071
6691
  *,
6072
6692
  headers: Optional[Mapping[str, str]] = None,
6693
+ stream: bool = False,
6073
6694
  ) -> Response:
6074
6695
  """orgs/remove-member
6075
6696
 
@@ -6090,6 +6711,7 @@ class OrgsClient:
6090
6711
  "DELETE",
6091
6712
  url,
6092
6713
  headers=exclude_unset(headers),
6714
+ stream=stream,
6093
6715
  error_models={
6094
6716
  "403": BasicError,
6095
6717
  },
@@ -6101,6 +6723,7 @@ class OrgsClient:
6101
6723
  username: str,
6102
6724
  *,
6103
6725
  headers: Optional[Mapping[str, str]] = None,
6726
+ stream: bool = False,
6104
6727
  ) -> Response:
6105
6728
  """orgs/remove-member
6106
6729
 
@@ -6121,6 +6744,7 @@ class OrgsClient:
6121
6744
  "DELETE",
6122
6745
  url,
6123
6746
  headers=exclude_unset(headers),
6747
+ stream=stream,
6124
6748
  error_models={
6125
6749
  "403": BasicError,
6126
6750
  },
@@ -6132,6 +6756,7 @@ class OrgsClient:
6132
6756
  username: str,
6133
6757
  *,
6134
6758
  headers: Optional[Mapping[str, str]] = None,
6759
+ stream: bool = False,
6135
6760
  ) -> Response[OrgMembership, OrgMembershipType]:
6136
6761
  """orgs/get-membership-for-user
6137
6762
 
@@ -6152,6 +6777,7 @@ class OrgsClient:
6152
6777
  "GET",
6153
6778
  url,
6154
6779
  headers=exclude_unset(headers),
6780
+ stream=stream,
6155
6781
  response_model=OrgMembership,
6156
6782
  error_models={
6157
6783
  "404": BasicError,
@@ -6165,6 +6791,7 @@ class OrgsClient:
6165
6791
  username: str,
6166
6792
  *,
6167
6793
  headers: Optional[Mapping[str, str]] = None,
6794
+ stream: bool = False,
6168
6795
  ) -> Response[OrgMembership, OrgMembershipType]:
6169
6796
  """orgs/get-membership-for-user
6170
6797
 
@@ -6185,6 +6812,7 @@ class OrgsClient:
6185
6812
  "GET",
6186
6813
  url,
6187
6814
  headers=exclude_unset(headers),
6815
+ stream=stream,
6188
6816
  response_model=OrgMembership,
6189
6817
  error_models={
6190
6818
  "404": BasicError,
@@ -6199,6 +6827,7 @@ class OrgsClient:
6199
6827
  username: str,
6200
6828
  *,
6201
6829
  headers: Optional[Mapping[str, str]] = None,
6830
+ stream: bool = False,
6202
6831
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6203
6832
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6204
6833
 
@@ -6210,6 +6839,7 @@ class OrgsClient:
6210
6839
  *,
6211
6840
  data: UnsetType = UNSET,
6212
6841
  headers: Optional[Mapping[str, str]] = None,
6842
+ stream: bool = False,
6213
6843
  role: Missing[Literal["admin", "member"]] = UNSET,
6214
6844
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6215
6845
 
@@ -6219,6 +6849,7 @@ class OrgsClient:
6219
6849
  username: str,
6220
6850
  *,
6221
6851
  headers: Optional[Mapping[str, str]] = None,
6852
+ stream: bool = False,
6222
6853
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6223
6854
  **kwargs,
6224
6855
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -6264,6 +6895,7 @@ class OrgsClient:
6264
6895
  url,
6265
6896
  json=exclude_unset(json),
6266
6897
  headers=exclude_unset(headers),
6898
+ stream=stream,
6267
6899
  response_model=OrgMembership,
6268
6900
  error_models={
6269
6901
  "422": ValidationError,
@@ -6278,6 +6910,7 @@ class OrgsClient:
6278
6910
  username: str,
6279
6911
  *,
6280
6912
  headers: Optional[Mapping[str, str]] = None,
6913
+ stream: bool = False,
6281
6914
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6282
6915
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6283
6916
 
@@ -6289,6 +6922,7 @@ class OrgsClient:
6289
6922
  *,
6290
6923
  data: UnsetType = UNSET,
6291
6924
  headers: Optional[Mapping[str, str]] = None,
6925
+ stream: bool = False,
6292
6926
  role: Missing[Literal["admin", "member"]] = UNSET,
6293
6927
  ) -> Response[OrgMembership, OrgMembershipType]: ...
6294
6928
 
@@ -6298,6 +6932,7 @@ class OrgsClient:
6298
6932
  username: str,
6299
6933
  *,
6300
6934
  headers: Optional[Mapping[str, str]] = None,
6935
+ stream: bool = False,
6301
6936
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
6302
6937
  **kwargs,
6303
6938
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -6343,6 +6978,7 @@ class OrgsClient:
6343
6978
  url,
6344
6979
  json=exclude_unset(json),
6345
6980
  headers=exclude_unset(headers),
6981
+ stream=stream,
6346
6982
  response_model=OrgMembership,
6347
6983
  error_models={
6348
6984
  "422": ValidationError,
@@ -6356,6 +6992,7 @@ class OrgsClient:
6356
6992
  username: str,
6357
6993
  *,
6358
6994
  headers: Optional[Mapping[str, str]] = None,
6995
+ stream: bool = False,
6359
6996
  ) -> Response:
6360
6997
  """orgs/remove-membership-for-user
6361
6998
 
@@ -6378,6 +7015,7 @@ class OrgsClient:
6378
7015
  "DELETE",
6379
7016
  url,
6380
7017
  headers=exclude_unset(headers),
7018
+ stream=stream,
6381
7019
  error_models={
6382
7020
  "403": BasicError,
6383
7021
  "404": BasicError,
@@ -6390,6 +7028,7 @@ class OrgsClient:
6390
7028
  username: str,
6391
7029
  *,
6392
7030
  headers: Optional[Mapping[str, str]] = None,
7031
+ stream: bool = False,
6393
7032
  ) -> Response:
6394
7033
  """orgs/remove-membership-for-user
6395
7034
 
@@ -6412,6 +7051,7 @@ class OrgsClient:
6412
7051
  "DELETE",
6413
7052
  url,
6414
7053
  headers=exclude_unset(headers),
7054
+ stream=stream,
6415
7055
  error_models={
6416
7056
  "403": BasicError,
6417
7057
  "404": BasicError,
@@ -6423,6 +7063,7 @@ class OrgsClient:
6423
7063
  org: str,
6424
7064
  *,
6425
7065
  headers: Optional[Mapping[str, str]] = None,
7066
+ stream: bool = False,
6426
7067
  ) -> Response[
6427
7068
  list[OrganizationFineGrainedPermission],
6428
7069
  list[OrganizationFineGrainedPermissionType],
@@ -6459,6 +7100,7 @@ class OrgsClient:
6459
7100
  "GET",
6460
7101
  url,
6461
7102
  headers=exclude_unset(headers),
7103
+ stream=stream,
6462
7104
  response_model=list[OrganizationFineGrainedPermission],
6463
7105
  error_models={
6464
7106
  "404": BasicError,
@@ -6471,6 +7113,7 @@ class OrgsClient:
6471
7113
  org: str,
6472
7114
  *,
6473
7115
  headers: Optional[Mapping[str, str]] = None,
7116
+ stream: bool = False,
6474
7117
  ) -> Response[
6475
7118
  list[OrganizationFineGrainedPermission],
6476
7119
  list[OrganizationFineGrainedPermissionType],
@@ -6507,6 +7150,7 @@ class OrgsClient:
6507
7150
  "GET",
6508
7151
  url,
6509
7152
  headers=exclude_unset(headers),
7153
+ stream=stream,
6510
7154
  response_model=list[OrganizationFineGrainedPermission],
6511
7155
  error_models={
6512
7156
  "404": BasicError,
@@ -6519,6 +7163,7 @@ class OrgsClient:
6519
7163
  org: str,
6520
7164
  *,
6521
7165
  headers: Optional[Mapping[str, str]] = None,
7166
+ stream: bool = False,
6522
7167
  ) -> Response[
6523
7168
  OrgsOrgOrganizationRolesGetResponse200,
6524
7169
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -6553,6 +7198,7 @@ class OrgsClient:
6553
7198
  "GET",
6554
7199
  url,
6555
7200
  headers=exclude_unset(headers),
7201
+ stream=stream,
6556
7202
  response_model=OrgsOrgOrganizationRolesGetResponse200,
6557
7203
  error_models={
6558
7204
  "404": BasicError,
@@ -6565,6 +7211,7 @@ class OrgsClient:
6565
7211
  org: str,
6566
7212
  *,
6567
7213
  headers: Optional[Mapping[str, str]] = None,
7214
+ stream: bool = False,
6568
7215
  ) -> Response[
6569
7216
  OrgsOrgOrganizationRolesGetResponse200,
6570
7217
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -6599,6 +7246,7 @@ class OrgsClient:
6599
7246
  "GET",
6600
7247
  url,
6601
7248
  headers=exclude_unset(headers),
7249
+ stream=stream,
6602
7250
  response_model=OrgsOrgOrganizationRolesGetResponse200,
6603
7251
  error_models={
6604
7252
  "404": BasicError,
@@ -6612,6 +7260,7 @@ class OrgsClient:
6612
7260
  org: str,
6613
7261
  *,
6614
7262
  headers: Optional[Mapping[str, str]] = None,
7263
+ stream: bool = False,
6615
7264
  data: OrganizationCustomOrganizationRoleCreateSchemaType,
6616
7265
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
6617
7266
 
@@ -6622,6 +7271,7 @@ class OrgsClient:
6622
7271
  *,
6623
7272
  data: UnsetType = UNSET,
6624
7273
  headers: Optional[Mapping[str, str]] = None,
7274
+ stream: bool = False,
6625
7275
  name: str,
6626
7276
  description: Missing[str] = UNSET,
6627
7277
  permissions: list[str],
@@ -6635,6 +7285,7 @@ class OrgsClient:
6635
7285
  org: str,
6636
7286
  *,
6637
7287
  headers: Optional[Mapping[str, str]] = None,
7288
+ stream: bool = False,
6638
7289
  data: Missing[OrganizationCustomOrganizationRoleCreateSchemaType] = UNSET,
6639
7290
  **kwargs,
6640
7291
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -6692,6 +7343,7 @@ class OrgsClient:
6692
7343
  url,
6693
7344
  json=exclude_unset(json),
6694
7345
  headers=exclude_unset(headers),
7346
+ stream=stream,
6695
7347
  response_model=OrganizationRole,
6696
7348
  error_models={
6697
7349
  "422": ValidationError,
@@ -6706,6 +7358,7 @@ class OrgsClient:
6706
7358
  org: str,
6707
7359
  *,
6708
7360
  headers: Optional[Mapping[str, str]] = None,
7361
+ stream: bool = False,
6709
7362
  data: OrganizationCustomOrganizationRoleCreateSchemaType,
6710
7363
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
6711
7364
 
@@ -6716,6 +7369,7 @@ class OrgsClient:
6716
7369
  *,
6717
7370
  data: UnsetType = UNSET,
6718
7371
  headers: Optional[Mapping[str, str]] = None,
7372
+ stream: bool = False,
6719
7373
  name: str,
6720
7374
  description: Missing[str] = UNSET,
6721
7375
  permissions: list[str],
@@ -6729,6 +7383,7 @@ class OrgsClient:
6729
7383
  org: str,
6730
7384
  *,
6731
7385
  headers: Optional[Mapping[str, str]] = None,
7386
+ stream: bool = False,
6732
7387
  data: Missing[OrganizationCustomOrganizationRoleCreateSchemaType] = UNSET,
6733
7388
  **kwargs,
6734
7389
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -6786,6 +7441,7 @@ class OrgsClient:
6786
7441
  url,
6787
7442
  json=exclude_unset(json),
6788
7443
  headers=exclude_unset(headers),
7444
+ stream=stream,
6789
7445
  response_model=OrganizationRole,
6790
7446
  error_models={
6791
7447
  "422": ValidationError,
@@ -6800,6 +7456,7 @@ class OrgsClient:
6800
7456
  team_slug: str,
6801
7457
  *,
6802
7458
  headers: Optional[Mapping[str, str]] = None,
7459
+ stream: bool = False,
6803
7460
  ) -> Response:
6804
7461
  """orgs/revoke-all-org-roles-team
6805
7462
 
@@ -6822,6 +7479,7 @@ class OrgsClient:
6822
7479
  "DELETE",
6823
7480
  url,
6824
7481
  headers=exclude_unset(headers),
7482
+ stream=stream,
6825
7483
  )
6826
7484
 
6827
7485
  async def async_revoke_all_org_roles_team(
@@ -6830,6 +7488,7 @@ class OrgsClient:
6830
7488
  team_slug: str,
6831
7489
  *,
6832
7490
  headers: Optional[Mapping[str, str]] = None,
7491
+ stream: bool = False,
6833
7492
  ) -> Response:
6834
7493
  """orgs/revoke-all-org-roles-team
6835
7494
 
@@ -6852,6 +7511,7 @@ class OrgsClient:
6852
7511
  "DELETE",
6853
7512
  url,
6854
7513
  headers=exclude_unset(headers),
7514
+ stream=stream,
6855
7515
  )
6856
7516
 
6857
7517
  def assign_team_to_org_role(
@@ -6861,6 +7521,7 @@ class OrgsClient:
6861
7521
  role_id: int,
6862
7522
  *,
6863
7523
  headers: Optional[Mapping[str, str]] = None,
7524
+ stream: bool = False,
6864
7525
  ) -> Response:
6865
7526
  """orgs/assign-team-to-org-role
6866
7527
 
@@ -6883,6 +7544,7 @@ class OrgsClient:
6883
7544
  "PUT",
6884
7545
  url,
6885
7546
  headers=exclude_unset(headers),
7547
+ stream=stream,
6886
7548
  error_models={},
6887
7549
  )
6888
7550
 
@@ -6893,6 +7555,7 @@ class OrgsClient:
6893
7555
  role_id: int,
6894
7556
  *,
6895
7557
  headers: Optional[Mapping[str, str]] = None,
7558
+ stream: bool = False,
6896
7559
  ) -> Response:
6897
7560
  """orgs/assign-team-to-org-role
6898
7561
 
@@ -6915,6 +7578,7 @@ class OrgsClient:
6915
7578
  "PUT",
6916
7579
  url,
6917
7580
  headers=exclude_unset(headers),
7581
+ stream=stream,
6918
7582
  error_models={},
6919
7583
  )
6920
7584
 
@@ -6925,6 +7589,7 @@ class OrgsClient:
6925
7589
  role_id: int,
6926
7590
  *,
6927
7591
  headers: Optional[Mapping[str, str]] = None,
7592
+ stream: bool = False,
6928
7593
  ) -> Response:
6929
7594
  """orgs/revoke-org-role-team
6930
7595
 
@@ -6947,6 +7612,7 @@ class OrgsClient:
6947
7612
  "DELETE",
6948
7613
  url,
6949
7614
  headers=exclude_unset(headers),
7615
+ stream=stream,
6950
7616
  )
6951
7617
 
6952
7618
  async def async_revoke_org_role_team(
@@ -6956,6 +7622,7 @@ class OrgsClient:
6956
7622
  role_id: int,
6957
7623
  *,
6958
7624
  headers: Optional[Mapping[str, str]] = None,
7625
+ stream: bool = False,
6959
7626
  ) -> Response:
6960
7627
  """orgs/revoke-org-role-team
6961
7628
 
@@ -6978,6 +7645,7 @@ class OrgsClient:
6978
7645
  "DELETE",
6979
7646
  url,
6980
7647
  headers=exclude_unset(headers),
7648
+ stream=stream,
6981
7649
  )
6982
7650
 
6983
7651
  def revoke_all_org_roles_user(
@@ -6986,6 +7654,7 @@ class OrgsClient:
6986
7654
  username: str,
6987
7655
  *,
6988
7656
  headers: Optional[Mapping[str, str]] = None,
7657
+ stream: bool = False,
6989
7658
  ) -> Response:
6990
7659
  """orgs/revoke-all-org-roles-user
6991
7660
 
@@ -7008,6 +7677,7 @@ class OrgsClient:
7008
7677
  "DELETE",
7009
7678
  url,
7010
7679
  headers=exclude_unset(headers),
7680
+ stream=stream,
7011
7681
  )
7012
7682
 
7013
7683
  async def async_revoke_all_org_roles_user(
@@ -7016,6 +7686,7 @@ class OrgsClient:
7016
7686
  username: str,
7017
7687
  *,
7018
7688
  headers: Optional[Mapping[str, str]] = None,
7689
+ stream: bool = False,
7019
7690
  ) -> Response:
7020
7691
  """orgs/revoke-all-org-roles-user
7021
7692
 
@@ -7038,6 +7709,7 @@ class OrgsClient:
7038
7709
  "DELETE",
7039
7710
  url,
7040
7711
  headers=exclude_unset(headers),
7712
+ stream=stream,
7041
7713
  )
7042
7714
 
7043
7715
  def assign_user_to_org_role(
@@ -7047,6 +7719,7 @@ class OrgsClient:
7047
7719
  role_id: int,
7048
7720
  *,
7049
7721
  headers: Optional[Mapping[str, str]] = None,
7722
+ stream: bool = False,
7050
7723
  ) -> Response:
7051
7724
  """orgs/assign-user-to-org-role
7052
7725
 
@@ -7069,6 +7742,7 @@ class OrgsClient:
7069
7742
  "PUT",
7070
7743
  url,
7071
7744
  headers=exclude_unset(headers),
7745
+ stream=stream,
7072
7746
  error_models={},
7073
7747
  )
7074
7748
 
@@ -7079,6 +7753,7 @@ class OrgsClient:
7079
7753
  role_id: int,
7080
7754
  *,
7081
7755
  headers: Optional[Mapping[str, str]] = None,
7756
+ stream: bool = False,
7082
7757
  ) -> Response:
7083
7758
  """orgs/assign-user-to-org-role
7084
7759
 
@@ -7101,6 +7776,7 @@ class OrgsClient:
7101
7776
  "PUT",
7102
7777
  url,
7103
7778
  headers=exclude_unset(headers),
7779
+ stream=stream,
7104
7780
  error_models={},
7105
7781
  )
7106
7782
 
@@ -7111,6 +7787,7 @@ class OrgsClient:
7111
7787
  role_id: int,
7112
7788
  *,
7113
7789
  headers: Optional[Mapping[str, str]] = None,
7790
+ stream: bool = False,
7114
7791
  ) -> Response:
7115
7792
  """orgs/revoke-org-role-user
7116
7793
 
@@ -7133,6 +7810,7 @@ class OrgsClient:
7133
7810
  "DELETE",
7134
7811
  url,
7135
7812
  headers=exclude_unset(headers),
7813
+ stream=stream,
7136
7814
  )
7137
7815
 
7138
7816
  async def async_revoke_org_role_user(
@@ -7142,6 +7820,7 @@ class OrgsClient:
7142
7820
  role_id: int,
7143
7821
  *,
7144
7822
  headers: Optional[Mapping[str, str]] = None,
7823
+ stream: bool = False,
7145
7824
  ) -> Response:
7146
7825
  """orgs/revoke-org-role-user
7147
7826
 
@@ -7164,6 +7843,7 @@ class OrgsClient:
7164
7843
  "DELETE",
7165
7844
  url,
7166
7845
  headers=exclude_unset(headers),
7846
+ stream=stream,
7167
7847
  )
7168
7848
 
7169
7849
  def get_org_role(
@@ -7172,6 +7852,7 @@ class OrgsClient:
7172
7852
  role_id: int,
7173
7853
  *,
7174
7854
  headers: Optional[Mapping[str, str]] = None,
7855
+ stream: bool = False,
7175
7856
  ) -> Response[OrganizationRole, OrganizationRoleType]:
7176
7857
  """orgs/get-org-role
7177
7858
 
@@ -7199,6 +7880,7 @@ class OrgsClient:
7199
7880
  "GET",
7200
7881
  url,
7201
7882
  headers=exclude_unset(headers),
7883
+ stream=stream,
7202
7884
  response_model=OrganizationRole,
7203
7885
  error_models={
7204
7886
  "404": BasicError,
@@ -7212,6 +7894,7 @@ class OrgsClient:
7212
7894
  role_id: int,
7213
7895
  *,
7214
7896
  headers: Optional[Mapping[str, str]] = None,
7897
+ stream: bool = False,
7215
7898
  ) -> Response[OrganizationRole, OrganizationRoleType]:
7216
7899
  """orgs/get-org-role
7217
7900
 
@@ -7239,6 +7922,7 @@ class OrgsClient:
7239
7922
  "GET",
7240
7923
  url,
7241
7924
  headers=exclude_unset(headers),
7925
+ stream=stream,
7242
7926
  response_model=OrganizationRole,
7243
7927
  error_models={
7244
7928
  "404": BasicError,
@@ -7252,6 +7936,7 @@ class OrgsClient:
7252
7936
  role_id: int,
7253
7937
  *,
7254
7938
  headers: Optional[Mapping[str, str]] = None,
7939
+ stream: bool = False,
7255
7940
  ) -> Response:
7256
7941
  """orgs/delete-custom-organization-role
7257
7942
 
@@ -7277,6 +7962,7 @@ class OrgsClient:
7277
7962
  "DELETE",
7278
7963
  url,
7279
7964
  headers=exclude_unset(headers),
7965
+ stream=stream,
7280
7966
  )
7281
7967
 
7282
7968
  async def async_delete_custom_organization_role(
@@ -7285,6 +7971,7 @@ class OrgsClient:
7285
7971
  role_id: int,
7286
7972
  *,
7287
7973
  headers: Optional[Mapping[str, str]] = None,
7974
+ stream: bool = False,
7288
7975
  ) -> Response:
7289
7976
  """orgs/delete-custom-organization-role
7290
7977
 
@@ -7310,6 +7997,7 @@ class OrgsClient:
7310
7997
  "DELETE",
7311
7998
  url,
7312
7999
  headers=exclude_unset(headers),
8000
+ stream=stream,
7313
8001
  )
7314
8002
 
7315
8003
  @overload
@@ -7319,6 +8007,7 @@ class OrgsClient:
7319
8007
  role_id: int,
7320
8008
  *,
7321
8009
  headers: Optional[Mapping[str, str]] = None,
8010
+ stream: bool = False,
7322
8011
  data: OrganizationCustomOrganizationRoleUpdateSchemaType,
7323
8012
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
7324
8013
 
@@ -7330,6 +8019,7 @@ class OrgsClient:
7330
8019
  *,
7331
8020
  data: UnsetType = UNSET,
7332
8021
  headers: Optional[Mapping[str, str]] = None,
8022
+ stream: bool = False,
7333
8023
  name: Missing[str] = UNSET,
7334
8024
  description: Missing[str] = UNSET,
7335
8025
  permissions: Missing[list[str]] = UNSET,
@@ -7344,6 +8034,7 @@ class OrgsClient:
7344
8034
  role_id: int,
7345
8035
  *,
7346
8036
  headers: Optional[Mapping[str, str]] = None,
8037
+ stream: bool = False,
7347
8038
  data: Missing[OrganizationCustomOrganizationRoleUpdateSchemaType] = UNSET,
7348
8039
  **kwargs,
7349
8040
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -7395,6 +8086,7 @@ class OrgsClient:
7395
8086
  url,
7396
8087
  json=exclude_unset(json),
7397
8088
  headers=exclude_unset(headers),
8089
+ stream=stream,
7398
8090
  response_model=OrganizationRole,
7399
8091
  error_models={
7400
8092
  "422": ValidationError,
@@ -7410,6 +8102,7 @@ class OrgsClient:
7410
8102
  role_id: int,
7411
8103
  *,
7412
8104
  headers: Optional[Mapping[str, str]] = None,
8105
+ stream: bool = False,
7413
8106
  data: OrganizationCustomOrganizationRoleUpdateSchemaType,
7414
8107
  ) -> Response[OrganizationRole, OrganizationRoleType]: ...
7415
8108
 
@@ -7421,6 +8114,7 @@ class OrgsClient:
7421
8114
  *,
7422
8115
  data: UnsetType = UNSET,
7423
8116
  headers: Optional[Mapping[str, str]] = None,
8117
+ stream: bool = False,
7424
8118
  name: Missing[str] = UNSET,
7425
8119
  description: Missing[str] = UNSET,
7426
8120
  permissions: Missing[list[str]] = UNSET,
@@ -7435,6 +8129,7 @@ class OrgsClient:
7435
8129
  role_id: int,
7436
8130
  *,
7437
8131
  headers: Optional[Mapping[str, str]] = None,
8132
+ stream: bool = False,
7438
8133
  data: Missing[OrganizationCustomOrganizationRoleUpdateSchemaType] = UNSET,
7439
8134
  **kwargs,
7440
8135
  ) -> Response[OrganizationRole, OrganizationRoleType]:
@@ -7486,6 +8181,7 @@ class OrgsClient:
7486
8181
  url,
7487
8182
  json=exclude_unset(json),
7488
8183
  headers=exclude_unset(headers),
8184
+ stream=stream,
7489
8185
  response_model=OrganizationRole,
7490
8186
  error_models={
7491
8187
  "422": ValidationError,
@@ -7502,6 +8198,7 @@ class OrgsClient:
7502
8198
  per_page: Missing[int] = UNSET,
7503
8199
  page: Missing[int] = UNSET,
7504
8200
  headers: Optional[Mapping[str, str]] = None,
8201
+ stream: bool = False,
7505
8202
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
7506
8203
  """orgs/list-org-role-teams
7507
8204
 
@@ -7532,6 +8229,7 @@ class OrgsClient:
7532
8229
  url,
7533
8230
  params=exclude_unset(params),
7534
8231
  headers=exclude_unset(headers),
8232
+ stream=stream,
7535
8233
  response_model=list[TeamRoleAssignment],
7536
8234
  error_models={},
7537
8235
  )
@@ -7544,6 +8242,7 @@ class OrgsClient:
7544
8242
  per_page: Missing[int] = UNSET,
7545
8243
  page: Missing[int] = UNSET,
7546
8244
  headers: Optional[Mapping[str, str]] = None,
8245
+ stream: bool = False,
7547
8246
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
7548
8247
  """orgs/list-org-role-teams
7549
8248
 
@@ -7574,6 +8273,7 @@ class OrgsClient:
7574
8273
  url,
7575
8274
  params=exclude_unset(params),
7576
8275
  headers=exclude_unset(headers),
8276
+ stream=stream,
7577
8277
  response_model=list[TeamRoleAssignment],
7578
8278
  error_models={},
7579
8279
  )
@@ -7586,6 +8286,7 @@ class OrgsClient:
7586
8286
  per_page: Missing[int] = UNSET,
7587
8287
  page: Missing[int] = UNSET,
7588
8288
  headers: Optional[Mapping[str, str]] = None,
8289
+ stream: bool = False,
7589
8290
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
7590
8291
  """orgs/list-org-role-users
7591
8292
 
@@ -7616,6 +8317,7 @@ class OrgsClient:
7616
8317
  url,
7617
8318
  params=exclude_unset(params),
7618
8319
  headers=exclude_unset(headers),
8320
+ stream=stream,
7619
8321
  response_model=list[UserRoleAssignment],
7620
8322
  error_models={},
7621
8323
  )
@@ -7628,6 +8330,7 @@ class OrgsClient:
7628
8330
  per_page: Missing[int] = UNSET,
7629
8331
  page: Missing[int] = UNSET,
7630
8332
  headers: Optional[Mapping[str, str]] = None,
8333
+ stream: bool = False,
7631
8334
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
7632
8335
  """orgs/list-org-role-users
7633
8336
 
@@ -7658,6 +8361,7 @@ class OrgsClient:
7658
8361
  url,
7659
8362
  params=exclude_unset(params),
7660
8363
  headers=exclude_unset(headers),
8364
+ stream=stream,
7661
8365
  response_model=list[UserRoleAssignment],
7662
8366
  error_models={},
7663
8367
  )
@@ -7670,6 +8374,7 @@ class OrgsClient:
7670
8374
  per_page: Missing[int] = UNSET,
7671
8375
  page: Missing[int] = UNSET,
7672
8376
  headers: Optional[Mapping[str, str]] = None,
8377
+ stream: bool = False,
7673
8378
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7674
8379
  """orgs/list-outside-collaborators
7675
8380
 
@@ -7697,6 +8402,7 @@ class OrgsClient:
7697
8402
  url,
7698
8403
  params=exclude_unset(params),
7699
8404
  headers=exclude_unset(headers),
8405
+ stream=stream,
7700
8406
  response_model=list[SimpleUser],
7701
8407
  )
7702
8408
 
@@ -7708,6 +8414,7 @@ class OrgsClient:
7708
8414
  per_page: Missing[int] = UNSET,
7709
8415
  page: Missing[int] = UNSET,
7710
8416
  headers: Optional[Mapping[str, str]] = None,
8417
+ stream: bool = False,
7711
8418
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7712
8419
  """orgs/list-outside-collaborators
7713
8420
 
@@ -7735,6 +8442,7 @@ class OrgsClient:
7735
8442
  url,
7736
8443
  params=exclude_unset(params),
7737
8444
  headers=exclude_unset(headers),
8445
+ stream=stream,
7738
8446
  response_model=list[SimpleUser],
7739
8447
  )
7740
8448
 
@@ -7745,6 +8453,7 @@ class OrgsClient:
7745
8453
  username: str,
7746
8454
  *,
7747
8455
  headers: Optional[Mapping[str, str]] = None,
8456
+ stream: bool = False,
7748
8457
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7749
8458
  ) -> Response[
7750
8459
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7759,6 +8468,7 @@ class OrgsClient:
7759
8468
  *,
7760
8469
  data: UnsetType = UNSET,
7761
8470
  headers: Optional[Mapping[str, str]] = None,
8471
+ stream: bool = False,
7762
8472
  async_: Missing[bool] = UNSET,
7763
8473
  ) -> Response[
7764
8474
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7771,6 +8481,7 @@ class OrgsClient:
7771
8481
  username: str,
7772
8482
  *,
7773
8483
  headers: Optional[Mapping[str, str]] = None,
8484
+ stream: bool = False,
7774
8485
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7775
8486
  **kwargs,
7776
8487
  ) -> Response[
@@ -7812,6 +8523,7 @@ class OrgsClient:
7812
8523
  url,
7813
8524
  json=exclude_unset(json),
7814
8525
  headers=exclude_unset(headers),
8526
+ stream=stream,
7815
8527
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
7816
8528
  error_models={
7817
8529
  "404": BasicError,
@@ -7825,6 +8537,7 @@ class OrgsClient:
7825
8537
  username: str,
7826
8538
  *,
7827
8539
  headers: Optional[Mapping[str, str]] = None,
8540
+ stream: bool = False,
7828
8541
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7829
8542
  ) -> Response[
7830
8543
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7839,6 +8552,7 @@ class OrgsClient:
7839
8552
  *,
7840
8553
  data: UnsetType = UNSET,
7841
8554
  headers: Optional[Mapping[str, str]] = None,
8555
+ stream: bool = False,
7842
8556
  async_: Missing[bool] = UNSET,
7843
8557
  ) -> Response[
7844
8558
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -7851,6 +8565,7 @@ class OrgsClient:
7851
8565
  username: str,
7852
8566
  *,
7853
8567
  headers: Optional[Mapping[str, str]] = None,
8568
+ stream: bool = False,
7854
8569
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
7855
8570
  **kwargs,
7856
8571
  ) -> Response[
@@ -7892,6 +8607,7 @@ class OrgsClient:
7892
8607
  url,
7893
8608
  json=exclude_unset(json),
7894
8609
  headers=exclude_unset(headers),
8610
+ stream=stream,
7895
8611
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
7896
8612
  error_models={
7897
8613
  "404": BasicError,
@@ -7904,6 +8620,7 @@ class OrgsClient:
7904
8620
  username: str,
7905
8621
  *,
7906
8622
  headers: Optional[Mapping[str, str]] = None,
8623
+ stream: bool = False,
7907
8624
  ) -> Response:
7908
8625
  """orgs/remove-outside-collaborator
7909
8626
 
@@ -7924,6 +8641,7 @@ class OrgsClient:
7924
8641
  "DELETE",
7925
8642
  url,
7926
8643
  headers=exclude_unset(headers),
8644
+ stream=stream,
7927
8645
  error_models={
7928
8646
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
7929
8647
  },
@@ -7935,6 +8653,7 @@ class OrgsClient:
7935
8653
  username: str,
7936
8654
  *,
7937
8655
  headers: Optional[Mapping[str, str]] = None,
8656
+ stream: bool = False,
7938
8657
  ) -> Response:
7939
8658
  """orgs/remove-outside-collaborator
7940
8659
 
@@ -7955,6 +8674,7 @@ class OrgsClient:
7955
8674
  "DELETE",
7956
8675
  url,
7957
8676
  headers=exclude_unset(headers),
8677
+ stream=stream,
7958
8678
  error_models={
7959
8679
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
7960
8680
  },
@@ -7975,6 +8695,7 @@ class OrgsClient:
7975
8695
  last_used_after: Missing[datetime] = UNSET,
7976
8696
  token_id: Missing[list[str]] = UNSET,
7977
8697
  headers: Optional[Mapping[str, str]] = None,
8698
+ stream: bool = False,
7978
8699
  ) -> Response[
7979
8700
  list[OrganizationProgrammaticAccessGrantRequest],
7980
8701
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -8018,6 +8739,7 @@ class OrgsClient:
8018
8739
  url,
8019
8740
  params=exclude_unset(params),
8020
8741
  headers=exclude_unset(headers),
8742
+ stream=stream,
8021
8743
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
8022
8744
  error_models={
8023
8745
  "500": BasicError,
@@ -8042,6 +8764,7 @@ class OrgsClient:
8042
8764
  last_used_after: Missing[datetime] = UNSET,
8043
8765
  token_id: Missing[list[str]] = UNSET,
8044
8766
  headers: Optional[Mapping[str, str]] = None,
8767
+ stream: bool = False,
8045
8768
  ) -> Response[
8046
8769
  list[OrganizationProgrammaticAccessGrantRequest],
8047
8770
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -8085,6 +8808,7 @@ class OrgsClient:
8085
8808
  url,
8086
8809
  params=exclude_unset(params),
8087
8810
  headers=exclude_unset(headers),
8811
+ stream=stream,
8088
8812
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
8089
8813
  error_models={
8090
8814
  "500": BasicError,
@@ -8100,6 +8824,7 @@ class OrgsClient:
8100
8824
  org: str,
8101
8825
  *,
8102
8826
  headers: Optional[Mapping[str, str]] = None,
8827
+ stream: bool = False,
8103
8828
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
8104
8829
  ) -> Response[
8105
8830
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -8113,6 +8838,7 @@ class OrgsClient:
8113
8838
  *,
8114
8839
  data: UnsetType = UNSET,
8115
8840
  headers: Optional[Mapping[str, str]] = None,
8841
+ stream: bool = False,
8116
8842
  pat_request_ids: Missing[list[int]] = UNSET,
8117
8843
  action: Literal["approve", "deny"],
8118
8844
  reason: Missing[Union[str, None]] = UNSET,
@@ -8126,6 +8852,7 @@ class OrgsClient:
8126
8852
  org: str,
8127
8853
  *,
8128
8854
  headers: Optional[Mapping[str, str]] = None,
8855
+ stream: bool = False,
8129
8856
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
8130
8857
  **kwargs,
8131
8858
  ) -> Response[
@@ -8170,6 +8897,7 @@ class OrgsClient:
8170
8897
  url,
8171
8898
  json=exclude_unset(json),
8172
8899
  headers=exclude_unset(headers),
8900
+ stream=stream,
8173
8901
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
8174
8902
  error_models={
8175
8903
  "500": BasicError,
@@ -8185,6 +8913,7 @@ class OrgsClient:
8185
8913
  org: str,
8186
8914
  *,
8187
8915
  headers: Optional[Mapping[str, str]] = None,
8916
+ stream: bool = False,
8188
8917
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
8189
8918
  ) -> Response[
8190
8919
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -8198,6 +8927,7 @@ class OrgsClient:
8198
8927
  *,
8199
8928
  data: UnsetType = UNSET,
8200
8929
  headers: Optional[Mapping[str, str]] = None,
8930
+ stream: bool = False,
8201
8931
  pat_request_ids: Missing[list[int]] = UNSET,
8202
8932
  action: Literal["approve", "deny"],
8203
8933
  reason: Missing[Union[str, None]] = UNSET,
@@ -8211,6 +8941,7 @@ class OrgsClient:
8211
8941
  org: str,
8212
8942
  *,
8213
8943
  headers: Optional[Mapping[str, str]] = None,
8944
+ stream: bool = False,
8214
8945
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
8215
8946
  **kwargs,
8216
8947
  ) -> Response[
@@ -8255,6 +8986,7 @@ class OrgsClient:
8255
8986
  url,
8256
8987
  json=exclude_unset(json),
8257
8988
  headers=exclude_unset(headers),
8989
+ stream=stream,
8258
8990
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
8259
8991
  error_models={
8260
8992
  "500": BasicError,
@@ -8271,6 +9003,7 @@ class OrgsClient:
8271
9003
  pat_request_id: int,
8272
9004
  *,
8273
9005
  headers: Optional[Mapping[str, str]] = None,
9006
+ stream: bool = False,
8274
9007
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
8275
9008
  ) -> Response: ...
8276
9009
 
@@ -8282,6 +9015,7 @@ class OrgsClient:
8282
9015
  *,
8283
9016
  data: UnsetType = UNSET,
8284
9017
  headers: Optional[Mapping[str, str]] = None,
9018
+ stream: bool = False,
8285
9019
  action: Literal["approve", "deny"],
8286
9020
  reason: Missing[Union[str, None]] = UNSET,
8287
9021
  ) -> Response: ...
@@ -8292,6 +9026,7 @@ class OrgsClient:
8292
9026
  pat_request_id: int,
8293
9027
  *,
8294
9028
  headers: Optional[Mapping[str, str]] = None,
9029
+ stream: bool = False,
8295
9030
  data: Missing[
8296
9031
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
8297
9032
  ] = UNSET,
@@ -8334,6 +9069,7 @@ class OrgsClient:
8334
9069
  url,
8335
9070
  json=exclude_unset(json),
8336
9071
  headers=exclude_unset(headers),
9072
+ stream=stream,
8337
9073
  error_models={
8338
9074
  "500": BasicError,
8339
9075
  "422": ValidationError,
@@ -8349,6 +9085,7 @@ class OrgsClient:
8349
9085
  pat_request_id: int,
8350
9086
  *,
8351
9087
  headers: Optional[Mapping[str, str]] = None,
9088
+ stream: bool = False,
8352
9089
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
8353
9090
  ) -> Response: ...
8354
9091
 
@@ -8360,6 +9097,7 @@ class OrgsClient:
8360
9097
  *,
8361
9098
  data: UnsetType = UNSET,
8362
9099
  headers: Optional[Mapping[str, str]] = None,
9100
+ stream: bool = False,
8363
9101
  action: Literal["approve", "deny"],
8364
9102
  reason: Missing[Union[str, None]] = UNSET,
8365
9103
  ) -> Response: ...
@@ -8370,6 +9108,7 @@ class OrgsClient:
8370
9108
  pat_request_id: int,
8371
9109
  *,
8372
9110
  headers: Optional[Mapping[str, str]] = None,
9111
+ stream: bool = False,
8373
9112
  data: Missing[
8374
9113
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
8375
9114
  ] = UNSET,
@@ -8412,6 +9151,7 @@ class OrgsClient:
8412
9151
  url,
8413
9152
  json=exclude_unset(json),
8414
9153
  headers=exclude_unset(headers),
9154
+ stream=stream,
8415
9155
  error_models={
8416
9156
  "500": BasicError,
8417
9157
  "422": ValidationError,
@@ -8428,6 +9168,7 @@ class OrgsClient:
8428
9168
  per_page: Missing[int] = UNSET,
8429
9169
  page: Missing[int] = UNSET,
8430
9170
  headers: Optional[Mapping[str, str]] = None,
9171
+ stream: bool = False,
8431
9172
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
8432
9173
  """orgs/list-pat-grant-request-repositories
8433
9174
 
@@ -8458,6 +9199,7 @@ class OrgsClient:
8458
9199
  url,
8459
9200
  params=exclude_unset(params),
8460
9201
  headers=exclude_unset(headers),
9202
+ stream=stream,
8461
9203
  response_model=list[MinimalRepository],
8462
9204
  error_models={
8463
9205
  "500": BasicError,
@@ -8474,6 +9216,7 @@ class OrgsClient:
8474
9216
  per_page: Missing[int] = UNSET,
8475
9217
  page: Missing[int] = UNSET,
8476
9218
  headers: Optional[Mapping[str, str]] = None,
9219
+ stream: bool = False,
8477
9220
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
8478
9221
  """orgs/list-pat-grant-request-repositories
8479
9222
 
@@ -8504,6 +9247,7 @@ class OrgsClient:
8504
9247
  url,
8505
9248
  params=exclude_unset(params),
8506
9249
  headers=exclude_unset(headers),
9250
+ stream=stream,
8507
9251
  response_model=list[MinimalRepository],
8508
9252
  error_models={
8509
9253
  "500": BasicError,
@@ -8527,6 +9271,7 @@ class OrgsClient:
8527
9271
  last_used_after: Missing[datetime] = UNSET,
8528
9272
  token_id: Missing[list[str]] = UNSET,
8529
9273
  headers: Optional[Mapping[str, str]] = None,
9274
+ stream: bool = False,
8530
9275
  ) -> Response[
8531
9276
  list[OrganizationProgrammaticAccessGrant],
8532
9277
  list[OrganizationProgrammaticAccessGrantType],
@@ -8570,6 +9315,7 @@ class OrgsClient:
8570
9315
  url,
8571
9316
  params=exclude_unset(params),
8572
9317
  headers=exclude_unset(headers),
9318
+ stream=stream,
8573
9319
  response_model=list[OrganizationProgrammaticAccessGrant],
8574
9320
  error_models={
8575
9321
  "500": BasicError,
@@ -8594,6 +9340,7 @@ class OrgsClient:
8594
9340
  last_used_after: Missing[datetime] = UNSET,
8595
9341
  token_id: Missing[list[str]] = UNSET,
8596
9342
  headers: Optional[Mapping[str, str]] = None,
9343
+ stream: bool = False,
8597
9344
  ) -> Response[
8598
9345
  list[OrganizationProgrammaticAccessGrant],
8599
9346
  list[OrganizationProgrammaticAccessGrantType],
@@ -8637,6 +9384,7 @@ class OrgsClient:
8637
9384
  url,
8638
9385
  params=exclude_unset(params),
8639
9386
  headers=exclude_unset(headers),
9387
+ stream=stream,
8640
9388
  response_model=list[OrganizationProgrammaticAccessGrant],
8641
9389
  error_models={
8642
9390
  "500": BasicError,
@@ -8652,6 +9400,7 @@ class OrgsClient:
8652
9400
  org: str,
8653
9401
  *,
8654
9402
  headers: Optional[Mapping[str, str]] = None,
9403
+ stream: bool = False,
8655
9404
  data: OrgsOrgPersonalAccessTokensPostBodyType,
8656
9405
  ) -> Response[
8657
9406
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -8665,6 +9414,7 @@ class OrgsClient:
8665
9414
  *,
8666
9415
  data: UnsetType = UNSET,
8667
9416
  headers: Optional[Mapping[str, str]] = None,
9417
+ stream: bool = False,
8668
9418
  action: Literal["revoke"],
8669
9419
  pat_ids: list[int],
8670
9420
  ) -> Response[
@@ -8677,6 +9427,7 @@ class OrgsClient:
8677
9427
  org: str,
8678
9428
  *,
8679
9429
  headers: Optional[Mapping[str, str]] = None,
9430
+ stream: bool = False,
8680
9431
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
8681
9432
  **kwargs,
8682
9433
  ) -> Response[
@@ -8719,6 +9470,7 @@ class OrgsClient:
8719
9470
  url,
8720
9471
  json=exclude_unset(json),
8721
9472
  headers=exclude_unset(headers),
9473
+ stream=stream,
8722
9474
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
8723
9475
  error_models={
8724
9476
  "500": BasicError,
@@ -8734,6 +9486,7 @@ class OrgsClient:
8734
9486
  org: str,
8735
9487
  *,
8736
9488
  headers: Optional[Mapping[str, str]] = None,
9489
+ stream: bool = False,
8737
9490
  data: OrgsOrgPersonalAccessTokensPostBodyType,
8738
9491
  ) -> Response[
8739
9492
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -8747,6 +9500,7 @@ class OrgsClient:
8747
9500
  *,
8748
9501
  data: UnsetType = UNSET,
8749
9502
  headers: Optional[Mapping[str, str]] = None,
9503
+ stream: bool = False,
8750
9504
  action: Literal["revoke"],
8751
9505
  pat_ids: list[int],
8752
9506
  ) -> Response[
@@ -8759,6 +9513,7 @@ class OrgsClient:
8759
9513
  org: str,
8760
9514
  *,
8761
9515
  headers: Optional[Mapping[str, str]] = None,
9516
+ stream: bool = False,
8762
9517
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
8763
9518
  **kwargs,
8764
9519
  ) -> Response[
@@ -8801,6 +9556,7 @@ class OrgsClient:
8801
9556
  url,
8802
9557
  json=exclude_unset(json),
8803
9558
  headers=exclude_unset(headers),
9559
+ stream=stream,
8804
9560
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
8805
9561
  error_models={
8806
9562
  "500": BasicError,
@@ -8817,6 +9573,7 @@ class OrgsClient:
8817
9573
  pat_id: int,
8818
9574
  *,
8819
9575
  headers: Optional[Mapping[str, str]] = None,
9576
+ stream: bool = False,
8820
9577
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
8821
9578
  ) -> Response: ...
8822
9579
 
@@ -8828,6 +9585,7 @@ class OrgsClient:
8828
9585
  *,
8829
9586
  data: UnsetType = UNSET,
8830
9587
  headers: Optional[Mapping[str, str]] = None,
9588
+ stream: bool = False,
8831
9589
  action: Literal["revoke"],
8832
9590
  ) -> Response: ...
8833
9591
 
@@ -8837,6 +9595,7 @@ class OrgsClient:
8837
9595
  pat_id: int,
8838
9596
  *,
8839
9597
  headers: Optional[Mapping[str, str]] = None,
9598
+ stream: bool = False,
8840
9599
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
8841
9600
  **kwargs,
8842
9601
  ) -> Response:
@@ -8875,6 +9634,7 @@ class OrgsClient:
8875
9634
  url,
8876
9635
  json=exclude_unset(json),
8877
9636
  headers=exclude_unset(headers),
9637
+ stream=stream,
8878
9638
  error_models={
8879
9639
  "500": BasicError,
8880
9640
  "404": BasicError,
@@ -8890,6 +9650,7 @@ class OrgsClient:
8890
9650
  pat_id: int,
8891
9651
  *,
8892
9652
  headers: Optional[Mapping[str, str]] = None,
9653
+ stream: bool = False,
8893
9654
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
8894
9655
  ) -> Response: ...
8895
9656
 
@@ -8901,6 +9662,7 @@ class OrgsClient:
8901
9662
  *,
8902
9663
  data: UnsetType = UNSET,
8903
9664
  headers: Optional[Mapping[str, str]] = None,
9665
+ stream: bool = False,
8904
9666
  action: Literal["revoke"],
8905
9667
  ) -> Response: ...
8906
9668
 
@@ -8910,6 +9672,7 @@ class OrgsClient:
8910
9672
  pat_id: int,
8911
9673
  *,
8912
9674
  headers: Optional[Mapping[str, str]] = None,
9675
+ stream: bool = False,
8913
9676
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
8914
9677
  **kwargs,
8915
9678
  ) -> Response:
@@ -8948,6 +9711,7 @@ class OrgsClient:
8948
9711
  url,
8949
9712
  json=exclude_unset(json),
8950
9713
  headers=exclude_unset(headers),
9714
+ stream=stream,
8951
9715
  error_models={
8952
9716
  "500": BasicError,
8953
9717
  "404": BasicError,
@@ -8964,6 +9728,7 @@ class OrgsClient:
8964
9728
  per_page: Missing[int] = UNSET,
8965
9729
  page: Missing[int] = UNSET,
8966
9730
  headers: Optional[Mapping[str, str]] = None,
9731
+ stream: bool = False,
8967
9732
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
8968
9733
  """orgs/list-pat-grant-repositories
8969
9734
 
@@ -8992,6 +9757,7 @@ class OrgsClient:
8992
9757
  url,
8993
9758
  params=exclude_unset(params),
8994
9759
  headers=exclude_unset(headers),
9760
+ stream=stream,
8995
9761
  response_model=list[MinimalRepository],
8996
9762
  error_models={
8997
9763
  "500": BasicError,
@@ -9008,6 +9774,7 @@ class OrgsClient:
9008
9774
  per_page: Missing[int] = UNSET,
9009
9775
  page: Missing[int] = UNSET,
9010
9776
  headers: Optional[Mapping[str, str]] = None,
9777
+ stream: bool = False,
9011
9778
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
9012
9779
  """orgs/list-pat-grant-repositories
9013
9780
 
@@ -9036,6 +9803,7 @@ class OrgsClient:
9036
9803
  url,
9037
9804
  params=exclude_unset(params),
9038
9805
  headers=exclude_unset(headers),
9806
+ stream=stream,
9039
9807
  response_model=list[MinimalRepository],
9040
9808
  error_models={
9041
9809
  "500": BasicError,
@@ -9049,6 +9817,7 @@ class OrgsClient:
9049
9817
  org: str,
9050
9818
  *,
9051
9819
  headers: Optional[Mapping[str, str]] = None,
9820
+ stream: bool = False,
9052
9821
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
9053
9822
  """orgs/get-all-custom-properties
9054
9823
 
@@ -9070,6 +9839,7 @@ class OrgsClient:
9070
9839
  "GET",
9071
9840
  url,
9072
9841
  headers=exclude_unset(headers),
9842
+ stream=stream,
9073
9843
  response_model=list[CustomProperty],
9074
9844
  error_models={
9075
9845
  "403": BasicError,
@@ -9082,6 +9852,7 @@ class OrgsClient:
9082
9852
  org: str,
9083
9853
  *,
9084
9854
  headers: Optional[Mapping[str, str]] = None,
9855
+ stream: bool = False,
9085
9856
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
9086
9857
  """orgs/get-all-custom-properties
9087
9858
 
@@ -9103,6 +9874,7 @@ class OrgsClient:
9103
9874
  "GET",
9104
9875
  url,
9105
9876
  headers=exclude_unset(headers),
9877
+ stream=stream,
9106
9878
  response_model=list[CustomProperty],
9107
9879
  error_models={
9108
9880
  "403": BasicError,
@@ -9116,6 +9888,7 @@ class OrgsClient:
9116
9888
  org: str,
9117
9889
  *,
9118
9890
  headers: Optional[Mapping[str, str]] = None,
9891
+ stream: bool = False,
9119
9892
  data: OrgsOrgPropertiesSchemaPatchBodyType,
9120
9893
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
9121
9894
 
@@ -9126,6 +9899,7 @@ class OrgsClient:
9126
9899
  *,
9127
9900
  data: UnsetType = UNSET,
9128
9901
  headers: Optional[Mapping[str, str]] = None,
9902
+ stream: bool = False,
9129
9903
  properties: list[CustomPropertyType],
9130
9904
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
9131
9905
 
@@ -9134,6 +9908,7 @@ class OrgsClient:
9134
9908
  org: str,
9135
9909
  *,
9136
9910
  headers: Optional[Mapping[str, str]] = None,
9911
+ stream: bool = False,
9137
9912
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
9138
9913
  **kwargs,
9139
9914
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -9178,6 +9953,7 @@ class OrgsClient:
9178
9953
  url,
9179
9954
  json=exclude_unset(json),
9180
9955
  headers=exclude_unset(headers),
9956
+ stream=stream,
9181
9957
  response_model=list[CustomProperty],
9182
9958
  error_models={
9183
9959
  "403": BasicError,
@@ -9191,6 +9967,7 @@ class OrgsClient:
9191
9967
  org: str,
9192
9968
  *,
9193
9969
  headers: Optional[Mapping[str, str]] = None,
9970
+ stream: bool = False,
9194
9971
  data: OrgsOrgPropertiesSchemaPatchBodyType,
9195
9972
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
9196
9973
 
@@ -9201,6 +9978,7 @@ class OrgsClient:
9201
9978
  *,
9202
9979
  data: UnsetType = UNSET,
9203
9980
  headers: Optional[Mapping[str, str]] = None,
9981
+ stream: bool = False,
9204
9982
  properties: list[CustomPropertyType],
9205
9983
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
9206
9984
 
@@ -9209,6 +9987,7 @@ class OrgsClient:
9209
9987
  org: str,
9210
9988
  *,
9211
9989
  headers: Optional[Mapping[str, str]] = None,
9990
+ stream: bool = False,
9212
9991
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
9213
9992
  **kwargs,
9214
9993
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -9253,6 +10032,7 @@ class OrgsClient:
9253
10032
  url,
9254
10033
  json=exclude_unset(json),
9255
10034
  headers=exclude_unset(headers),
10035
+ stream=stream,
9256
10036
  response_model=list[CustomProperty],
9257
10037
  error_models={
9258
10038
  "403": BasicError,
@@ -9266,6 +10046,7 @@ class OrgsClient:
9266
10046
  custom_property_name: str,
9267
10047
  *,
9268
10048
  headers: Optional[Mapping[str, str]] = None,
10049
+ stream: bool = False,
9269
10050
  ) -> Response[CustomProperty, CustomPropertyType]:
9270
10051
  """orgs/get-custom-property
9271
10052
 
@@ -9287,6 +10068,7 @@ class OrgsClient:
9287
10068
  "GET",
9288
10069
  url,
9289
10070
  headers=exclude_unset(headers),
10071
+ stream=stream,
9290
10072
  response_model=CustomProperty,
9291
10073
  error_models={
9292
10074
  "403": BasicError,
@@ -9300,6 +10082,7 @@ class OrgsClient:
9300
10082
  custom_property_name: str,
9301
10083
  *,
9302
10084
  headers: Optional[Mapping[str, str]] = None,
10085
+ stream: bool = False,
9303
10086
  ) -> Response[CustomProperty, CustomPropertyType]:
9304
10087
  """orgs/get-custom-property
9305
10088
 
@@ -9321,6 +10104,7 @@ class OrgsClient:
9321
10104
  "GET",
9322
10105
  url,
9323
10106
  headers=exclude_unset(headers),
10107
+ stream=stream,
9324
10108
  response_model=CustomProperty,
9325
10109
  error_models={
9326
10110
  "403": BasicError,
@@ -9335,6 +10119,7 @@ class OrgsClient:
9335
10119
  custom_property_name: str,
9336
10120
  *,
9337
10121
  headers: Optional[Mapping[str, str]] = None,
10122
+ stream: bool = False,
9338
10123
  data: CustomPropertySetPayloadType,
9339
10124
  ) -> Response[CustomProperty, CustomPropertyType]: ...
9340
10125
 
@@ -9346,6 +10131,7 @@ class OrgsClient:
9346
10131
  *,
9347
10132
  data: UnsetType = UNSET,
9348
10133
  headers: Optional[Mapping[str, str]] = None,
10134
+ stream: bool = False,
9349
10135
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
9350
10136
  required: Missing[bool] = UNSET,
9351
10137
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -9362,6 +10148,7 @@ class OrgsClient:
9362
10148
  custom_property_name: str,
9363
10149
  *,
9364
10150
  headers: Optional[Mapping[str, str]] = None,
10151
+ stream: bool = False,
9365
10152
  data: Missing[CustomPropertySetPayloadType] = UNSET,
9366
10153
  **kwargs,
9367
10154
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -9398,6 +10185,7 @@ class OrgsClient:
9398
10185
  url,
9399
10186
  json=exclude_unset(json),
9400
10187
  headers=exclude_unset(headers),
10188
+ stream=stream,
9401
10189
  response_model=CustomProperty,
9402
10190
  error_models={
9403
10191
  "403": BasicError,
@@ -9412,6 +10200,7 @@ class OrgsClient:
9412
10200
  custom_property_name: str,
9413
10201
  *,
9414
10202
  headers: Optional[Mapping[str, str]] = None,
10203
+ stream: bool = False,
9415
10204
  data: CustomPropertySetPayloadType,
9416
10205
  ) -> Response[CustomProperty, CustomPropertyType]: ...
9417
10206
 
@@ -9423,6 +10212,7 @@ class OrgsClient:
9423
10212
  *,
9424
10213
  data: UnsetType = UNSET,
9425
10214
  headers: Optional[Mapping[str, str]] = None,
10215
+ stream: bool = False,
9426
10216
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
9427
10217
  required: Missing[bool] = UNSET,
9428
10218
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -9439,6 +10229,7 @@ class OrgsClient:
9439
10229
  custom_property_name: str,
9440
10230
  *,
9441
10231
  headers: Optional[Mapping[str, str]] = None,
10232
+ stream: bool = False,
9442
10233
  data: Missing[CustomPropertySetPayloadType] = UNSET,
9443
10234
  **kwargs,
9444
10235
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -9475,6 +10266,7 @@ class OrgsClient:
9475
10266
  url,
9476
10267
  json=exclude_unset(json),
9477
10268
  headers=exclude_unset(headers),
10269
+ stream=stream,
9478
10270
  response_model=CustomProperty,
9479
10271
  error_models={
9480
10272
  "403": BasicError,
@@ -9488,6 +10280,7 @@ class OrgsClient:
9488
10280
  custom_property_name: str,
9489
10281
  *,
9490
10282
  headers: Optional[Mapping[str, str]] = None,
10283
+ stream: bool = False,
9491
10284
  ) -> Response:
9492
10285
  """orgs/remove-custom-property
9493
10286
 
@@ -9512,6 +10305,7 @@ class OrgsClient:
9512
10305
  "DELETE",
9513
10306
  url,
9514
10307
  headers=exclude_unset(headers),
10308
+ stream=stream,
9515
10309
  error_models={
9516
10310
  "403": BasicError,
9517
10311
  "404": BasicError,
@@ -9524,6 +10318,7 @@ class OrgsClient:
9524
10318
  custom_property_name: str,
9525
10319
  *,
9526
10320
  headers: Optional[Mapping[str, str]] = None,
10321
+ stream: bool = False,
9527
10322
  ) -> Response:
9528
10323
  """orgs/remove-custom-property
9529
10324
 
@@ -9548,6 +10343,7 @@ class OrgsClient:
9548
10343
  "DELETE",
9549
10344
  url,
9550
10345
  headers=exclude_unset(headers),
10346
+ stream=stream,
9551
10347
  error_models={
9552
10348
  "403": BasicError,
9553
10349
  "404": BasicError,
@@ -9562,6 +10358,7 @@ class OrgsClient:
9562
10358
  page: Missing[int] = UNSET,
9563
10359
  repository_query: Missing[str] = UNSET,
9564
10360
  headers: Optional[Mapping[str, str]] = None,
10361
+ stream: bool = False,
9565
10362
  ) -> Response[
9566
10363
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
9567
10364
  ]:
@@ -9592,6 +10389,7 @@ class OrgsClient:
9592
10389
  url,
9593
10390
  params=exclude_unset(params),
9594
10391
  headers=exclude_unset(headers),
10392
+ stream=stream,
9595
10393
  response_model=list[OrgRepoCustomPropertyValues],
9596
10394
  error_models={
9597
10395
  "403": BasicError,
@@ -9607,6 +10405,7 @@ class OrgsClient:
9607
10405
  page: Missing[int] = UNSET,
9608
10406
  repository_query: Missing[str] = UNSET,
9609
10407
  headers: Optional[Mapping[str, str]] = None,
10408
+ stream: bool = False,
9610
10409
  ) -> Response[
9611
10410
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
9612
10411
  ]:
@@ -9637,6 +10436,7 @@ class OrgsClient:
9637
10436
  url,
9638
10437
  params=exclude_unset(params),
9639
10438
  headers=exclude_unset(headers),
10439
+ stream=stream,
9640
10440
  response_model=list[OrgRepoCustomPropertyValues],
9641
10441
  error_models={
9642
10442
  "403": BasicError,
@@ -9650,6 +10450,7 @@ class OrgsClient:
9650
10450
  org: str,
9651
10451
  *,
9652
10452
  headers: Optional[Mapping[str, str]] = None,
10453
+ stream: bool = False,
9653
10454
  data: OrgsOrgPropertiesValuesPatchBodyType,
9654
10455
  ) -> Response: ...
9655
10456
 
@@ -9660,6 +10461,7 @@ class OrgsClient:
9660
10461
  *,
9661
10462
  data: UnsetType = UNSET,
9662
10463
  headers: Optional[Mapping[str, str]] = None,
10464
+ stream: bool = False,
9663
10465
  repository_names: list[str],
9664
10466
  properties: list[CustomPropertyValueType],
9665
10467
  ) -> Response: ...
@@ -9669,6 +10471,7 @@ class OrgsClient:
9669
10471
  org: str,
9670
10472
  *,
9671
10473
  headers: Optional[Mapping[str, str]] = None,
10474
+ stream: bool = False,
9672
10475
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
9673
10476
  **kwargs,
9674
10477
  ) -> Response:
@@ -9714,6 +10517,7 @@ class OrgsClient:
9714
10517
  url,
9715
10518
  json=exclude_unset(json),
9716
10519
  headers=exclude_unset(headers),
10520
+ stream=stream,
9717
10521
  error_models={
9718
10522
  "403": BasicError,
9719
10523
  "404": BasicError,
@@ -9727,6 +10531,7 @@ class OrgsClient:
9727
10531
  org: str,
9728
10532
  *,
9729
10533
  headers: Optional[Mapping[str, str]] = None,
10534
+ stream: bool = False,
9730
10535
  data: OrgsOrgPropertiesValuesPatchBodyType,
9731
10536
  ) -> Response: ...
9732
10537
 
@@ -9737,6 +10542,7 @@ class OrgsClient:
9737
10542
  *,
9738
10543
  data: UnsetType = UNSET,
9739
10544
  headers: Optional[Mapping[str, str]] = None,
10545
+ stream: bool = False,
9740
10546
  repository_names: list[str],
9741
10547
  properties: list[CustomPropertyValueType],
9742
10548
  ) -> Response: ...
@@ -9746,6 +10552,7 @@ class OrgsClient:
9746
10552
  org: str,
9747
10553
  *,
9748
10554
  headers: Optional[Mapping[str, str]] = None,
10555
+ stream: bool = False,
9749
10556
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
9750
10557
  **kwargs,
9751
10558
  ) -> Response:
@@ -9791,6 +10598,7 @@ class OrgsClient:
9791
10598
  url,
9792
10599
  json=exclude_unset(json),
9793
10600
  headers=exclude_unset(headers),
10601
+ stream=stream,
9794
10602
  error_models={
9795
10603
  "403": BasicError,
9796
10604
  "404": BasicError,
@@ -9805,6 +10613,7 @@ class OrgsClient:
9805
10613
  per_page: Missing[int] = UNSET,
9806
10614
  page: Missing[int] = UNSET,
9807
10615
  headers: Optional[Mapping[str, str]] = None,
10616
+ stream: bool = False,
9808
10617
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
9809
10618
  """orgs/list-public-members
9810
10619
 
@@ -9831,6 +10640,7 @@ class OrgsClient:
9831
10640
  url,
9832
10641
  params=exclude_unset(params),
9833
10642
  headers=exclude_unset(headers),
10643
+ stream=stream,
9834
10644
  response_model=list[SimpleUser],
9835
10645
  )
9836
10646
 
@@ -9841,6 +10651,7 @@ class OrgsClient:
9841
10651
  per_page: Missing[int] = UNSET,
9842
10652
  page: Missing[int] = UNSET,
9843
10653
  headers: Optional[Mapping[str, str]] = None,
10654
+ stream: bool = False,
9844
10655
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
9845
10656
  """orgs/list-public-members
9846
10657
 
@@ -9867,6 +10678,7 @@ class OrgsClient:
9867
10678
  url,
9868
10679
  params=exclude_unset(params),
9869
10680
  headers=exclude_unset(headers),
10681
+ stream=stream,
9870
10682
  response_model=list[SimpleUser],
9871
10683
  )
9872
10684
 
@@ -9876,6 +10688,7 @@ class OrgsClient:
9876
10688
  username: str,
9877
10689
  *,
9878
10690
  headers: Optional[Mapping[str, str]] = None,
10691
+ stream: bool = False,
9879
10692
  ) -> Response:
9880
10693
  """orgs/check-public-membership-for-user
9881
10694
 
@@ -9894,6 +10707,7 @@ class OrgsClient:
9894
10707
  "GET",
9895
10708
  url,
9896
10709
  headers=exclude_unset(headers),
10710
+ stream=stream,
9897
10711
  error_models={},
9898
10712
  )
9899
10713
 
@@ -9903,6 +10717,7 @@ class OrgsClient:
9903
10717
  username: str,
9904
10718
  *,
9905
10719
  headers: Optional[Mapping[str, str]] = None,
10720
+ stream: bool = False,
9906
10721
  ) -> Response:
9907
10722
  """orgs/check-public-membership-for-user
9908
10723
 
@@ -9921,6 +10736,7 @@ class OrgsClient:
9921
10736
  "GET",
9922
10737
  url,
9923
10738
  headers=exclude_unset(headers),
10739
+ stream=stream,
9924
10740
  error_models={},
9925
10741
  )
9926
10742
 
@@ -9930,6 +10746,7 @@ class OrgsClient:
9930
10746
  username: str,
9931
10747
  *,
9932
10748
  headers: Optional[Mapping[str, str]] = None,
10749
+ stream: bool = False,
9933
10750
  ) -> Response:
9934
10751
  """orgs/set-public-membership-for-authenticated-user
9935
10752
 
@@ -9952,6 +10769,7 @@ class OrgsClient:
9952
10769
  "PUT",
9953
10770
  url,
9954
10771
  headers=exclude_unset(headers),
10772
+ stream=stream,
9955
10773
  error_models={
9956
10774
  "403": BasicError,
9957
10775
  },
@@ -9963,6 +10781,7 @@ class OrgsClient:
9963
10781
  username: str,
9964
10782
  *,
9965
10783
  headers: Optional[Mapping[str, str]] = None,
10784
+ stream: bool = False,
9966
10785
  ) -> Response:
9967
10786
  """orgs/set-public-membership-for-authenticated-user
9968
10787
 
@@ -9985,6 +10804,7 @@ class OrgsClient:
9985
10804
  "PUT",
9986
10805
  url,
9987
10806
  headers=exclude_unset(headers),
10807
+ stream=stream,
9988
10808
  error_models={
9989
10809
  "403": BasicError,
9990
10810
  },
@@ -9996,6 +10816,7 @@ class OrgsClient:
9996
10816
  username: str,
9997
10817
  *,
9998
10818
  headers: Optional[Mapping[str, str]] = None,
10819
+ stream: bool = False,
9999
10820
  ) -> Response:
10000
10821
  """orgs/remove-public-membership-for-authenticated-user
10001
10822
 
@@ -10014,6 +10835,7 @@ class OrgsClient:
10014
10835
  "DELETE",
10015
10836
  url,
10016
10837
  headers=exclude_unset(headers),
10838
+ stream=stream,
10017
10839
  )
10018
10840
 
10019
10841
  async def async_remove_public_membership_for_authenticated_user(
@@ -10022,6 +10844,7 @@ class OrgsClient:
10022
10844
  username: str,
10023
10845
  *,
10024
10846
  headers: Optional[Mapping[str, str]] = None,
10847
+ stream: bool = False,
10025
10848
  ) -> Response:
10026
10849
  """orgs/remove-public-membership-for-authenticated-user
10027
10850
 
@@ -10040,6 +10863,7 @@ class OrgsClient:
10040
10863
  "DELETE",
10041
10864
  url,
10042
10865
  headers=exclude_unset(headers),
10866
+ stream=stream,
10043
10867
  )
10044
10868
 
10045
10869
  def list_repo_fine_grained_permissions(
@@ -10047,6 +10871,7 @@ class OrgsClient:
10047
10871
  org: str,
10048
10872
  *,
10049
10873
  headers: Optional[Mapping[str, str]] = None,
10874
+ stream: bool = False,
10050
10875
  ) -> Response[
10051
10876
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
10052
10877
  ]:
@@ -10073,6 +10898,7 @@ class OrgsClient:
10073
10898
  "GET",
10074
10899
  url,
10075
10900
  headers=exclude_unset(headers),
10901
+ stream=stream,
10076
10902
  response_model=list[RepositoryFineGrainedPermission],
10077
10903
  )
10078
10904
 
@@ -10081,6 +10907,7 @@ class OrgsClient:
10081
10907
  org: str,
10082
10908
  *,
10083
10909
  headers: Optional[Mapping[str, str]] = None,
10910
+ stream: bool = False,
10084
10911
  ) -> Response[
10085
10912
  list[RepositoryFineGrainedPermission], list[RepositoryFineGrainedPermissionType]
10086
10913
  ]:
@@ -10107,6 +10934,7 @@ class OrgsClient:
10107
10934
  "GET",
10108
10935
  url,
10109
10936
  headers=exclude_unset(headers),
10937
+ stream=stream,
10110
10938
  response_model=list[RepositoryFineGrainedPermission],
10111
10939
  )
10112
10940
 
@@ -10118,6 +10946,7 @@ class OrgsClient:
10118
10946
  per_page: Missing[int] = UNSET,
10119
10947
  page: Missing[int] = UNSET,
10120
10948
  headers: Optional[Mapping[str, str]] = None,
10949
+ stream: bool = False,
10121
10950
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
10122
10951
  """orgs/get-org-ruleset-history
10123
10952
 
@@ -10144,6 +10973,7 @@ class OrgsClient:
10144
10973
  url,
10145
10974
  params=exclude_unset(params),
10146
10975
  headers=exclude_unset(headers),
10976
+ stream=stream,
10147
10977
  response_model=list[RulesetVersion],
10148
10978
  error_models={
10149
10979
  "404": BasicError,
@@ -10159,6 +10989,7 @@ class OrgsClient:
10159
10989
  per_page: Missing[int] = UNSET,
10160
10990
  page: Missing[int] = UNSET,
10161
10991
  headers: Optional[Mapping[str, str]] = None,
10992
+ stream: bool = False,
10162
10993
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
10163
10994
  """orgs/get-org-ruleset-history
10164
10995
 
@@ -10185,6 +11016,7 @@ class OrgsClient:
10185
11016
  url,
10186
11017
  params=exclude_unset(params),
10187
11018
  headers=exclude_unset(headers),
11019
+ stream=stream,
10188
11020
  response_model=list[RulesetVersion],
10189
11021
  error_models={
10190
11022
  "404": BasicError,
@@ -10199,6 +11031,7 @@ class OrgsClient:
10199
11031
  version_id: int,
10200
11032
  *,
10201
11033
  headers: Optional[Mapping[str, str]] = None,
11034
+ stream: bool = False,
10202
11035
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
10203
11036
  """orgs/get-org-ruleset-version
10204
11037
 
@@ -10219,6 +11052,7 @@ class OrgsClient:
10219
11052
  "GET",
10220
11053
  url,
10221
11054
  headers=exclude_unset(headers),
11055
+ stream=stream,
10222
11056
  response_model=RulesetVersionWithState,
10223
11057
  error_models={
10224
11058
  "404": BasicError,
@@ -10233,6 +11067,7 @@ class OrgsClient:
10233
11067
  version_id: int,
10234
11068
  *,
10235
11069
  headers: Optional[Mapping[str, str]] = None,
11070
+ stream: bool = False,
10236
11071
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
10237
11072
  """orgs/get-org-ruleset-version
10238
11073
 
@@ -10253,6 +11088,7 @@ class OrgsClient:
10253
11088
  "GET",
10254
11089
  url,
10255
11090
  headers=exclude_unset(headers),
11091
+ stream=stream,
10256
11092
  response_model=RulesetVersionWithState,
10257
11093
  error_models={
10258
11094
  "404": BasicError,
@@ -10265,6 +11101,7 @@ class OrgsClient:
10265
11101
  org: str,
10266
11102
  *,
10267
11103
  headers: Optional[Mapping[str, str]] = None,
11104
+ stream: bool = False,
10268
11105
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
10269
11106
  """DEPRECATED orgs/list-security-manager-teams
10270
11107
 
@@ -10286,6 +11123,7 @@ class OrgsClient:
10286
11123
  "GET",
10287
11124
  url,
10288
11125
  headers=exclude_unset(headers),
11126
+ stream=stream,
10289
11127
  response_model=list[TeamSimple],
10290
11128
  )
10291
11129
 
@@ -10294,6 +11132,7 @@ class OrgsClient:
10294
11132
  org: str,
10295
11133
  *,
10296
11134
  headers: Optional[Mapping[str, str]] = None,
11135
+ stream: bool = False,
10297
11136
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
10298
11137
  """DEPRECATED orgs/list-security-manager-teams
10299
11138
 
@@ -10315,6 +11154,7 @@ class OrgsClient:
10315
11154
  "GET",
10316
11155
  url,
10317
11156
  headers=exclude_unset(headers),
11157
+ stream=stream,
10318
11158
  response_model=list[TeamSimple],
10319
11159
  )
10320
11160
 
@@ -10324,6 +11164,7 @@ class OrgsClient:
10324
11164
  team_slug: str,
10325
11165
  *,
10326
11166
  headers: Optional[Mapping[str, str]] = None,
11167
+ stream: bool = False,
10327
11168
  ) -> Response:
10328
11169
  """DEPRECATED orgs/add-security-manager-team
10329
11170
 
@@ -10343,6 +11184,7 @@ class OrgsClient:
10343
11184
  "PUT",
10344
11185
  url,
10345
11186
  headers=exclude_unset(headers),
11187
+ stream=stream,
10346
11188
  )
10347
11189
 
10348
11190
  async def async_add_security_manager_team(
@@ -10351,6 +11193,7 @@ class OrgsClient:
10351
11193
  team_slug: str,
10352
11194
  *,
10353
11195
  headers: Optional[Mapping[str, str]] = None,
11196
+ stream: bool = False,
10354
11197
  ) -> Response:
10355
11198
  """DEPRECATED orgs/add-security-manager-team
10356
11199
 
@@ -10370,6 +11213,7 @@ class OrgsClient:
10370
11213
  "PUT",
10371
11214
  url,
10372
11215
  headers=exclude_unset(headers),
11216
+ stream=stream,
10373
11217
  )
10374
11218
 
10375
11219
  def remove_security_manager_team(
@@ -10378,6 +11222,7 @@ class OrgsClient:
10378
11222
  team_slug: str,
10379
11223
  *,
10380
11224
  headers: Optional[Mapping[str, str]] = None,
11225
+ stream: bool = False,
10381
11226
  ) -> Response:
10382
11227
  """DEPRECATED orgs/remove-security-manager-team
10383
11228
 
@@ -10397,6 +11242,7 @@ class OrgsClient:
10397
11242
  "DELETE",
10398
11243
  url,
10399
11244
  headers=exclude_unset(headers),
11245
+ stream=stream,
10400
11246
  )
10401
11247
 
10402
11248
  async def async_remove_security_manager_team(
@@ -10405,6 +11251,7 @@ class OrgsClient:
10405
11251
  team_slug: str,
10406
11252
  *,
10407
11253
  headers: Optional[Mapping[str, str]] = None,
11254
+ stream: bool = False,
10408
11255
  ) -> Response:
10409
11256
  """DEPRECATED orgs/remove-security-manager-team
10410
11257
 
@@ -10424,6 +11271,7 @@ class OrgsClient:
10424
11271
  "DELETE",
10425
11272
  url,
10426
11273
  headers=exclude_unset(headers),
11274
+ stream=stream,
10427
11275
  )
10428
11276
 
10429
11277
  @overload
@@ -10442,6 +11290,7 @@ class OrgsClient:
10442
11290
  enablement: Literal["enable_all", "disable_all"],
10443
11291
  *,
10444
11292
  headers: Optional[Mapping[str, str]] = None,
11293
+ stream: bool = False,
10445
11294
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10446
11295
  ) -> Response: ...
10447
11296
 
@@ -10462,6 +11311,7 @@ class OrgsClient:
10462
11311
  *,
10463
11312
  data: UnsetType = UNSET,
10464
11313
  headers: Optional[Mapping[str, str]] = None,
11314
+ stream: bool = False,
10465
11315
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
10466
11316
  ) -> Response: ...
10467
11317
 
@@ -10480,6 +11330,7 @@ class OrgsClient:
10480
11330
  enablement: Literal["enable_all", "disable_all"],
10481
11331
  *,
10482
11332
  headers: Optional[Mapping[str, str]] = None,
11333
+ stream: bool = False,
10483
11334
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10484
11335
  **kwargs,
10485
11336
  ) -> Response:
@@ -10519,6 +11370,7 @@ class OrgsClient:
10519
11370
  url,
10520
11371
  json=exclude_unset(json),
10521
11372
  headers=exclude_unset(headers),
11373
+ stream=stream,
10522
11374
  error_models={},
10523
11375
  )
10524
11376
 
@@ -10538,6 +11390,7 @@ class OrgsClient:
10538
11390
  enablement: Literal["enable_all", "disable_all"],
10539
11391
  *,
10540
11392
  headers: Optional[Mapping[str, str]] = None,
11393
+ stream: bool = False,
10541
11394
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10542
11395
  ) -> Response: ...
10543
11396
 
@@ -10558,6 +11411,7 @@ class OrgsClient:
10558
11411
  *,
10559
11412
  data: UnsetType = UNSET,
10560
11413
  headers: Optional[Mapping[str, str]] = None,
11414
+ stream: bool = False,
10561
11415
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
10562
11416
  ) -> Response: ...
10563
11417
 
@@ -10576,6 +11430,7 @@ class OrgsClient:
10576
11430
  enablement: Literal["enable_all", "disable_all"],
10577
11431
  *,
10578
11432
  headers: Optional[Mapping[str, str]] = None,
11433
+ stream: bool = False,
10579
11434
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
10580
11435
  **kwargs,
10581
11436
  ) -> Response:
@@ -10615,6 +11470,7 @@ class OrgsClient:
10615
11470
  url,
10616
11471
  json=exclude_unset(json),
10617
11472
  headers=exclude_unset(headers),
11473
+ stream=stream,
10618
11474
  error_models={},
10619
11475
  )
10620
11476
 
@@ -10625,6 +11481,7 @@ class OrgsClient:
10625
11481
  per_page: Missing[int] = UNSET,
10626
11482
  page: Missing[int] = UNSET,
10627
11483
  headers: Optional[Mapping[str, str]] = None,
11484
+ stream: bool = False,
10628
11485
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
10629
11486
  """orgs/list-memberships-for-authenticated-user
10630
11487
 
@@ -10652,6 +11509,7 @@ class OrgsClient:
10652
11509
  url,
10653
11510
  params=exclude_unset(params),
10654
11511
  headers=exclude_unset(headers),
11512
+ stream=stream,
10655
11513
  response_model=list[OrgMembership],
10656
11514
  error_models={
10657
11515
  "403": BasicError,
@@ -10667,6 +11525,7 @@ class OrgsClient:
10667
11525
  per_page: Missing[int] = UNSET,
10668
11526
  page: Missing[int] = UNSET,
10669
11527
  headers: Optional[Mapping[str, str]] = None,
11528
+ stream: bool = False,
10670
11529
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
10671
11530
  """orgs/list-memberships-for-authenticated-user
10672
11531
 
@@ -10694,6 +11553,7 @@ class OrgsClient:
10694
11553
  url,
10695
11554
  params=exclude_unset(params),
10696
11555
  headers=exclude_unset(headers),
11556
+ stream=stream,
10697
11557
  response_model=list[OrgMembership],
10698
11558
  error_models={
10699
11559
  "403": BasicError,
@@ -10707,6 +11567,7 @@ class OrgsClient:
10707
11567
  org: str,
10708
11568
  *,
10709
11569
  headers: Optional[Mapping[str, str]] = None,
11570
+ stream: bool = False,
10710
11571
  ) -> Response[OrgMembership, OrgMembershipType]:
10711
11572
  """orgs/get-membership-for-authenticated-user
10712
11573
 
@@ -10727,6 +11588,7 @@ class OrgsClient:
10727
11588
  "GET",
10728
11589
  url,
10729
11590
  headers=exclude_unset(headers),
11591
+ stream=stream,
10730
11592
  response_model=OrgMembership,
10731
11593
  error_models={
10732
11594
  "403": BasicError,
@@ -10739,6 +11601,7 @@ class OrgsClient:
10739
11601
  org: str,
10740
11602
  *,
10741
11603
  headers: Optional[Mapping[str, str]] = None,
11604
+ stream: bool = False,
10742
11605
  ) -> Response[OrgMembership, OrgMembershipType]:
10743
11606
  """orgs/get-membership-for-authenticated-user
10744
11607
 
@@ -10759,6 +11622,7 @@ class OrgsClient:
10759
11622
  "GET",
10760
11623
  url,
10761
11624
  headers=exclude_unset(headers),
11625
+ stream=stream,
10762
11626
  response_model=OrgMembership,
10763
11627
  error_models={
10764
11628
  "403": BasicError,
@@ -10772,6 +11636,7 @@ class OrgsClient:
10772
11636
  org: str,
10773
11637
  *,
10774
11638
  headers: Optional[Mapping[str, str]] = None,
11639
+ stream: bool = False,
10775
11640
  data: UserMembershipsOrgsOrgPatchBodyType,
10776
11641
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10777
11642
 
@@ -10782,6 +11647,7 @@ class OrgsClient:
10782
11647
  *,
10783
11648
  data: UnsetType = UNSET,
10784
11649
  headers: Optional[Mapping[str, str]] = None,
11650
+ stream: bool = False,
10785
11651
  state: Literal["active"],
10786
11652
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10787
11653
 
@@ -10790,6 +11656,7 @@ class OrgsClient:
10790
11656
  org: str,
10791
11657
  *,
10792
11658
  headers: Optional[Mapping[str, str]] = None,
11659
+ stream: bool = False,
10793
11660
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
10794
11661
  **kwargs,
10795
11662
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -10827,6 +11694,7 @@ class OrgsClient:
10827
11694
  url,
10828
11695
  json=exclude_unset(json),
10829
11696
  headers=exclude_unset(headers),
11697
+ stream=stream,
10830
11698
  response_model=OrgMembership,
10831
11699
  error_models={
10832
11700
  "403": BasicError,
@@ -10841,6 +11709,7 @@ class OrgsClient:
10841
11709
  org: str,
10842
11710
  *,
10843
11711
  headers: Optional[Mapping[str, str]] = None,
11712
+ stream: bool = False,
10844
11713
  data: UserMembershipsOrgsOrgPatchBodyType,
10845
11714
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10846
11715
 
@@ -10851,6 +11720,7 @@ class OrgsClient:
10851
11720
  *,
10852
11721
  data: UnsetType = UNSET,
10853
11722
  headers: Optional[Mapping[str, str]] = None,
11723
+ stream: bool = False,
10854
11724
  state: Literal["active"],
10855
11725
  ) -> Response[OrgMembership, OrgMembershipType]: ...
10856
11726
 
@@ -10859,6 +11729,7 @@ class OrgsClient:
10859
11729
  org: str,
10860
11730
  *,
10861
11731
  headers: Optional[Mapping[str, str]] = None,
11732
+ stream: bool = False,
10862
11733
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
10863
11734
  **kwargs,
10864
11735
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -10896,6 +11767,7 @@ class OrgsClient:
10896
11767
  url,
10897
11768
  json=exclude_unset(json),
10898
11769
  headers=exclude_unset(headers),
11770
+ stream=stream,
10899
11771
  response_model=OrgMembership,
10900
11772
  error_models={
10901
11773
  "403": BasicError,
@@ -10910,6 +11782,7 @@ class OrgsClient:
10910
11782
  per_page: Missing[int] = UNSET,
10911
11783
  page: Missing[int] = UNSET,
10912
11784
  headers: Optional[Mapping[str, str]] = None,
11785
+ stream: bool = False,
10913
11786
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
10914
11787
  """orgs/list-for-authenticated-user
10915
11788
 
@@ -10941,6 +11814,7 @@ class OrgsClient:
10941
11814
  url,
10942
11815
  params=exclude_unset(params),
10943
11816
  headers=exclude_unset(headers),
11817
+ stream=stream,
10944
11818
  response_model=list[OrganizationSimple],
10945
11819
  error_models={
10946
11820
  "403": BasicError,
@@ -10954,6 +11828,7 @@ class OrgsClient:
10954
11828
  per_page: Missing[int] = UNSET,
10955
11829
  page: Missing[int] = UNSET,
10956
11830
  headers: Optional[Mapping[str, str]] = None,
11831
+ stream: bool = False,
10957
11832
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
10958
11833
  """orgs/list-for-authenticated-user
10959
11834
 
@@ -10985,6 +11860,7 @@ class OrgsClient:
10985
11860
  url,
10986
11861
  params=exclude_unset(params),
10987
11862
  headers=exclude_unset(headers),
11863
+ stream=stream,
10988
11864
  response_model=list[OrganizationSimple],
10989
11865
  error_models={
10990
11866
  "403": BasicError,
@@ -10999,6 +11875,7 @@ class OrgsClient:
10999
11875
  per_page: Missing[int] = UNSET,
11000
11876
  page: Missing[int] = UNSET,
11001
11877
  headers: Optional[Mapping[str, str]] = None,
11878
+ stream: bool = False,
11002
11879
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
11003
11880
  """orgs/list-for-user
11004
11881
 
@@ -11027,6 +11904,7 @@ class OrgsClient:
11027
11904
  url,
11028
11905
  params=exclude_unset(params),
11029
11906
  headers=exclude_unset(headers),
11907
+ stream=stream,
11030
11908
  response_model=list[OrganizationSimple],
11031
11909
  )
11032
11910
 
@@ -11037,6 +11915,7 @@ class OrgsClient:
11037
11915
  per_page: Missing[int] = UNSET,
11038
11916
  page: Missing[int] = UNSET,
11039
11917
  headers: Optional[Mapping[str, str]] = None,
11918
+ stream: bool = False,
11040
11919
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
11041
11920
  """orgs/list-for-user
11042
11921
 
@@ -11065,5 +11944,6 @@ class OrgsClient:
11065
11944
  url,
11066
11945
  params=exclude_unset(params),
11067
11946
  headers=exclude_unset(headers),
11947
+ stream=stream,
11068
11948
  response_model=list[OrganizationSimple],
11069
11949
  )