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
@@ -90,6 +90,8 @@ if TYPE_CHECKING:
90
90
  OrgRepoCustomPropertyValuesType,
91
91
  OrgsOrgAttestationsBulkListPostBodyType,
92
92
  OrgsOrgAttestationsBulkListPostResponse200Type,
93
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
94
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
93
95
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
94
96
  OrgsOrgHooksHookIdConfigPatchBodyType,
95
97
  OrgsOrgHooksHookIdPatchBodyPropConfigType,
@@ -143,6 +145,7 @@ class OrgsClient:
143
145
  since: Missing[int] = UNSET,
144
146
  per_page: Missing[int] = UNSET,
145
147
  headers: Optional[Mapping[str, str]] = None,
148
+ stream: bool = False,
146
149
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
147
150
  """orgs/list
148
151
 
@@ -172,6 +175,7 @@ class OrgsClient:
172
175
  url,
173
176
  params=exclude_unset(params),
174
177
  headers=exclude_unset(headers),
178
+ stream=stream,
175
179
  response_model=list[OrganizationSimple],
176
180
  )
177
181
 
@@ -181,6 +185,7 @@ class OrgsClient:
181
185
  since: Missing[int] = UNSET,
182
186
  per_page: Missing[int] = UNSET,
183
187
  headers: Optional[Mapping[str, str]] = None,
188
+ stream: bool = False,
184
189
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
185
190
  """orgs/list
186
191
 
@@ -210,6 +215,7 @@ class OrgsClient:
210
215
  url,
211
216
  params=exclude_unset(params),
212
217
  headers=exclude_unset(headers),
218
+ stream=stream,
213
219
  response_model=list[OrganizationSimple],
214
220
  )
215
221
 
@@ -218,6 +224,7 @@ class OrgsClient:
218
224
  org: str,
219
225
  *,
220
226
  headers: Optional[Mapping[str, str]] = None,
227
+ stream: bool = False,
221
228
  ) -> Response[OrganizationFull, OrganizationFullType]:
222
229
  """orgs/get
223
230
 
@@ -246,6 +253,7 @@ class OrgsClient:
246
253
  "GET",
247
254
  url,
248
255
  headers=exclude_unset(headers),
256
+ stream=stream,
249
257
  response_model=OrganizationFull,
250
258
  error_models={
251
259
  "404": BasicError,
@@ -257,6 +265,7 @@ class OrgsClient:
257
265
  org: str,
258
266
  *,
259
267
  headers: Optional[Mapping[str, str]] = None,
268
+ stream: bool = False,
260
269
  ) -> Response[OrganizationFull, OrganizationFullType]:
261
270
  """orgs/get
262
271
 
@@ -285,6 +294,7 @@ class OrgsClient:
285
294
  "GET",
286
295
  url,
287
296
  headers=exclude_unset(headers),
297
+ stream=stream,
288
298
  response_model=OrganizationFull,
289
299
  error_models={
290
300
  "404": BasicError,
@@ -296,6 +306,7 @@ class OrgsClient:
296
306
  org: str,
297
307
  *,
298
308
  headers: Optional[Mapping[str, str]] = None,
309
+ stream: bool = False,
299
310
  ) -> Response[
300
311
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
301
312
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -328,6 +339,7 @@ class OrgsClient:
328
339
  "DELETE",
329
340
  url,
330
341
  headers=exclude_unset(headers),
342
+ stream=stream,
331
343
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
332
344
  error_models={
333
345
  "404": BasicError,
@@ -340,6 +352,7 @@ class OrgsClient:
340
352
  org: str,
341
353
  *,
342
354
  headers: Optional[Mapping[str, str]] = None,
355
+ stream: bool = False,
343
356
  ) -> Response[
344
357
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
345
358
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -372,6 +385,7 @@ class OrgsClient:
372
385
  "DELETE",
373
386
  url,
374
387
  headers=exclude_unset(headers),
388
+ stream=stream,
375
389
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
376
390
  error_models={
377
391
  "404": BasicError,
@@ -385,6 +399,7 @@ class OrgsClient:
385
399
  org: str,
386
400
  *,
387
401
  headers: Optional[Mapping[str, str]] = None,
402
+ stream: bool = False,
388
403
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
389
404
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
390
405
 
@@ -395,6 +410,7 @@ class OrgsClient:
395
410
  *,
396
411
  data: UnsetType = UNSET,
397
412
  headers: Optional[Mapping[str, str]] = None,
413
+ stream: bool = False,
398
414
  billing_email: Missing[str] = UNSET,
399
415
  company: Missing[str] = UNSET,
400
416
  email: Missing[str] = UNSET,
@@ -438,6 +454,7 @@ class OrgsClient:
438
454
  org: str,
439
455
  *,
440
456
  headers: Optional[Mapping[str, str]] = None,
457
+ stream: bool = False,
441
458
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
442
459
  **kwargs,
443
460
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -488,6 +505,7 @@ class OrgsClient:
488
505
  url,
489
506
  json=exclude_unset(json),
490
507
  headers=exclude_unset(headers),
508
+ stream=stream,
491
509
  response_model=OrganizationFull,
492
510
  error_models={
493
511
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -501,6 +519,7 @@ class OrgsClient:
501
519
  org: str,
502
520
  *,
503
521
  headers: Optional[Mapping[str, str]] = None,
522
+ stream: bool = False,
504
523
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
505
524
  ) -> Response[OrganizationFull, OrganizationFullType]: ...
506
525
 
@@ -511,6 +530,7 @@ class OrgsClient:
511
530
  *,
512
531
  data: UnsetType = UNSET,
513
532
  headers: Optional[Mapping[str, str]] = None,
533
+ stream: bool = False,
514
534
  billing_email: Missing[str] = UNSET,
515
535
  company: Missing[str] = UNSET,
516
536
  email: Missing[str] = UNSET,
@@ -554,6 +574,7 @@ class OrgsClient:
554
574
  org: str,
555
575
  *,
556
576
  headers: Optional[Mapping[str, str]] = None,
577
+ stream: bool = False,
557
578
  data: Missing[OrgsOrgPatchBodyType] = UNSET,
558
579
  **kwargs,
559
580
  ) -> Response[OrganizationFull, OrganizationFullType]:
@@ -604,6 +625,7 @@ class OrgsClient:
604
625
  url,
605
626
  json=exclude_unset(json),
606
627
  headers=exclude_unset(headers),
628
+ stream=stream,
607
629
  response_model=OrganizationFull,
608
630
  error_models={
609
631
  "422": Union[ValidationError, ValidationErrorSimple],
@@ -620,6 +642,7 @@ class OrgsClient:
620
642
  before: Missing[str] = UNSET,
621
643
  after: Missing[str] = UNSET,
622
644
  headers: Optional[Mapping[str, str]] = None,
645
+ stream: bool = False,
623
646
  data: OrgsOrgAttestationsBulkListPostBodyType,
624
647
  ) -> Response[
625
648
  OrgsOrgAttestationsBulkListPostResponse200,
@@ -636,6 +659,7 @@ class OrgsClient:
636
659
  after: Missing[str] = UNSET,
637
660
  data: UnsetType = UNSET,
638
661
  headers: Optional[Mapping[str, str]] = None,
662
+ stream: bool = False,
639
663
  subject_digests: list[str],
640
664
  predicate_type: Missing[str] = UNSET,
641
665
  ) -> Response[
@@ -651,6 +675,7 @@ class OrgsClient:
651
675
  before: Missing[str] = UNSET,
652
676
  after: Missing[str] = UNSET,
653
677
  headers: Optional[Mapping[str, str]] = None,
678
+ stream: bool = False,
654
679
  data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
655
680
  **kwargs,
656
681
  ) -> Response[
@@ -700,6 +725,7 @@ class OrgsClient:
700
725
  params=exclude_unset(params),
701
726
  json=exclude_unset(json),
702
727
  headers=exclude_unset(headers),
728
+ stream=stream,
703
729
  response_model=OrgsOrgAttestationsBulkListPostResponse200,
704
730
  )
705
731
 
@@ -712,6 +738,7 @@ class OrgsClient:
712
738
  before: Missing[str] = UNSET,
713
739
  after: Missing[str] = UNSET,
714
740
  headers: Optional[Mapping[str, str]] = None,
741
+ stream: bool = False,
715
742
  data: OrgsOrgAttestationsBulkListPostBodyType,
716
743
  ) -> Response[
717
744
  OrgsOrgAttestationsBulkListPostResponse200,
@@ -728,6 +755,7 @@ class OrgsClient:
728
755
  after: Missing[str] = UNSET,
729
756
  data: UnsetType = UNSET,
730
757
  headers: Optional[Mapping[str, str]] = None,
758
+ stream: bool = False,
731
759
  subject_digests: list[str],
732
760
  predicate_type: Missing[str] = UNSET,
733
761
  ) -> Response[
@@ -743,6 +771,7 @@ class OrgsClient:
743
771
  before: Missing[str] = UNSET,
744
772
  after: Missing[str] = UNSET,
745
773
  headers: Optional[Mapping[str, str]] = None,
774
+ stream: bool = False,
746
775
  data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
747
776
  **kwargs,
748
777
  ) -> Response[
@@ -792,9 +821,336 @@ class OrgsClient:
792
821
  params=exclude_unset(params),
793
822
  json=exclude_unset(json),
794
823
  headers=exclude_unset(headers),
824
+ stream=stream,
795
825
  response_model=OrgsOrgAttestationsBulkListPostResponse200,
796
826
  )
797
827
 
828
+ @overload
829
+ def delete_attestations_bulk(
830
+ self,
831
+ org: str,
832
+ *,
833
+ headers: Optional[Mapping[str, str]] = None,
834
+ stream: bool = False,
835
+ data: Union[
836
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
837
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
838
+ ],
839
+ ) -> Response: ...
840
+
841
+ @overload
842
+ def delete_attestations_bulk(
843
+ self,
844
+ org: str,
845
+ *,
846
+ data: UnsetType = UNSET,
847
+ headers: Optional[Mapping[str, str]] = None,
848
+ stream: bool = False,
849
+ subject_digests: list[str],
850
+ ) -> Response: ...
851
+
852
+ @overload
853
+ def delete_attestations_bulk(
854
+ self,
855
+ org: str,
856
+ *,
857
+ data: UnsetType = UNSET,
858
+ headers: Optional[Mapping[str, str]] = None,
859
+ stream: bool = False,
860
+ attestation_ids: list[int],
861
+ ) -> Response: ...
862
+
863
+ def delete_attestations_bulk(
864
+ self,
865
+ org: str,
866
+ *,
867
+ headers: Optional[Mapping[str, str]] = None,
868
+ stream: bool = False,
869
+ data: Missing[
870
+ Union[
871
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
872
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
873
+ ]
874
+ ] = UNSET,
875
+ **kwargs,
876
+ ) -> Response:
877
+ """orgs/delete-attestations-bulk
878
+
879
+ POST /orgs/{org}/attestations/delete-request
880
+
881
+ Delete artifact attestations in bulk by either subject digests or unique ID.
882
+
883
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk
884
+ """
885
+
886
+ from typing import Union
887
+
888
+ from ..models import (
889
+ BasicError,
890
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
891
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
892
+ )
893
+
894
+ url = f"/orgs/{org}/attestations/delete-request"
895
+
896
+ headers = {
897
+ "Content-Type": "application/json",
898
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
899
+ **(headers or {}),
900
+ }
901
+
902
+ json = kwargs if data is UNSET else data
903
+ if self._github.config.rest_api_validate_body:
904
+ json = type_validate_python(
905
+ Union[
906
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
907
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
908
+ ],
909
+ json,
910
+ )
911
+ json = model_dump(json) if isinstance(json, BaseModel) else json
912
+
913
+ return self._github.request(
914
+ "POST",
915
+ url,
916
+ json=exclude_unset(json),
917
+ headers=exclude_unset(headers),
918
+ stream=stream,
919
+ error_models={
920
+ "404": BasicError,
921
+ },
922
+ )
923
+
924
+ @overload
925
+ async def async_delete_attestations_bulk(
926
+ self,
927
+ org: str,
928
+ *,
929
+ headers: Optional[Mapping[str, str]] = None,
930
+ stream: bool = False,
931
+ data: Union[
932
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
933
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
934
+ ],
935
+ ) -> Response: ...
936
+
937
+ @overload
938
+ async def async_delete_attestations_bulk(
939
+ self,
940
+ org: str,
941
+ *,
942
+ data: UnsetType = UNSET,
943
+ headers: Optional[Mapping[str, str]] = None,
944
+ stream: bool = False,
945
+ subject_digests: list[str],
946
+ ) -> Response: ...
947
+
948
+ @overload
949
+ async def async_delete_attestations_bulk(
950
+ self,
951
+ org: str,
952
+ *,
953
+ data: UnsetType = UNSET,
954
+ headers: Optional[Mapping[str, str]] = None,
955
+ stream: bool = False,
956
+ attestation_ids: list[int],
957
+ ) -> Response: ...
958
+
959
+ async def async_delete_attestations_bulk(
960
+ self,
961
+ org: str,
962
+ *,
963
+ headers: Optional[Mapping[str, str]] = None,
964
+ stream: bool = False,
965
+ data: Missing[
966
+ Union[
967
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
968
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
969
+ ]
970
+ ] = UNSET,
971
+ **kwargs,
972
+ ) -> Response:
973
+ """orgs/delete-attestations-bulk
974
+
975
+ POST /orgs/{org}/attestations/delete-request
976
+
977
+ Delete artifact attestations in bulk by either subject digests or unique ID.
978
+
979
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk
980
+ """
981
+
982
+ from typing import Union
983
+
984
+ from ..models import (
985
+ BasicError,
986
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
987
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
988
+ )
989
+
990
+ url = f"/orgs/{org}/attestations/delete-request"
991
+
992
+ headers = {
993
+ "Content-Type": "application/json",
994
+ "X-GitHub-Api-Version": self._REST_API_VERSION,
995
+ **(headers or {}),
996
+ }
997
+
998
+ json = kwargs if data is UNSET else data
999
+ if self._github.config.rest_api_validate_body:
1000
+ json = type_validate_python(
1001
+ Union[
1002
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
1003
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
1004
+ ],
1005
+ json,
1006
+ )
1007
+ json = model_dump(json) if isinstance(json, BaseModel) else json
1008
+
1009
+ return await self._github.arequest(
1010
+ "POST",
1011
+ url,
1012
+ json=exclude_unset(json),
1013
+ headers=exclude_unset(headers),
1014
+ stream=stream,
1015
+ error_models={
1016
+ "404": BasicError,
1017
+ },
1018
+ )
1019
+
1020
+ def delete_attestations_by_subject_digest(
1021
+ self,
1022
+ org: str,
1023
+ subject_digest: str,
1024
+ *,
1025
+ headers: Optional[Mapping[str, str]] = None,
1026
+ stream: bool = False,
1027
+ ) -> Response:
1028
+ """orgs/delete-attestations-by-subject-digest
1029
+
1030
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1031
+
1032
+ Delete an artifact attestation by subject digest.
1033
+
1034
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest
1035
+ """
1036
+
1037
+ from ..models import BasicError
1038
+
1039
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1040
+
1041
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1042
+
1043
+ return self._github.request(
1044
+ "DELETE",
1045
+ url,
1046
+ headers=exclude_unset(headers),
1047
+ stream=stream,
1048
+ error_models={
1049
+ "404": BasicError,
1050
+ },
1051
+ )
1052
+
1053
+ async def async_delete_attestations_by_subject_digest(
1054
+ self,
1055
+ org: str,
1056
+ subject_digest: str,
1057
+ *,
1058
+ headers: Optional[Mapping[str, str]] = None,
1059
+ stream: bool = False,
1060
+ ) -> Response:
1061
+ """orgs/delete-attestations-by-subject-digest
1062
+
1063
+ DELETE /orgs/{org}/attestations/digest/{subject_digest}
1064
+
1065
+ Delete an artifact attestation by subject digest.
1066
+
1067
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest
1068
+ """
1069
+
1070
+ from ..models import BasicError
1071
+
1072
+ url = f"/orgs/{org}/attestations/digest/{subject_digest}"
1073
+
1074
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1075
+
1076
+ return await self._github.arequest(
1077
+ "DELETE",
1078
+ url,
1079
+ headers=exclude_unset(headers),
1080
+ stream=stream,
1081
+ error_models={
1082
+ "404": BasicError,
1083
+ },
1084
+ )
1085
+
1086
+ def delete_attestations_by_id(
1087
+ self,
1088
+ org: str,
1089
+ attestation_id: int,
1090
+ *,
1091
+ headers: Optional[Mapping[str, str]] = None,
1092
+ stream: bool = False,
1093
+ ) -> Response:
1094
+ """orgs/delete-attestations-by-id
1095
+
1096
+ DELETE /orgs/{org}/attestations/{attestation_id}
1097
+
1098
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1099
+
1100
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id
1101
+ """
1102
+
1103
+ from ..models import BasicError
1104
+
1105
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1106
+
1107
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1108
+
1109
+ return self._github.request(
1110
+ "DELETE",
1111
+ url,
1112
+ headers=exclude_unset(headers),
1113
+ stream=stream,
1114
+ error_models={
1115
+ "403": BasicError,
1116
+ "404": BasicError,
1117
+ },
1118
+ )
1119
+
1120
+ async def async_delete_attestations_by_id(
1121
+ self,
1122
+ org: str,
1123
+ attestation_id: int,
1124
+ *,
1125
+ headers: Optional[Mapping[str, str]] = None,
1126
+ stream: bool = False,
1127
+ ) -> Response:
1128
+ """orgs/delete-attestations-by-id
1129
+
1130
+ DELETE /orgs/{org}/attestations/{attestation_id}
1131
+
1132
+ Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
1133
+
1134
+ See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id
1135
+ """
1136
+
1137
+ from ..models import BasicError
1138
+
1139
+ url = f"/orgs/{org}/attestations/{attestation_id}"
1140
+
1141
+ headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
1142
+
1143
+ return await self._github.arequest(
1144
+ "DELETE",
1145
+ url,
1146
+ headers=exclude_unset(headers),
1147
+ stream=stream,
1148
+ error_models={
1149
+ "403": BasicError,
1150
+ "404": BasicError,
1151
+ },
1152
+ )
1153
+
798
1154
  def list_attestations(
799
1155
  self,
800
1156
  org: str,
@@ -805,6 +1161,7 @@ class OrgsClient:
805
1161
  after: Missing[str] = UNSET,
806
1162
  predicate_type: Missing[str] = UNSET,
807
1163
  headers: Optional[Mapping[str, str]] = None,
1164
+ stream: bool = False,
808
1165
  ) -> Response[
809
1166
  OrgsOrgAttestationsSubjectDigestGetResponse200,
810
1167
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -840,6 +1197,7 @@ class OrgsClient:
840
1197
  url,
841
1198
  params=exclude_unset(params),
842
1199
  headers=exclude_unset(headers),
1200
+ stream=stream,
843
1201
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
844
1202
  )
845
1203
 
@@ -853,6 +1211,7 @@ class OrgsClient:
853
1211
  after: Missing[str] = UNSET,
854
1212
  predicate_type: Missing[str] = UNSET,
855
1213
  headers: Optional[Mapping[str, str]] = None,
1214
+ stream: bool = False,
856
1215
  ) -> Response[
857
1216
  OrgsOrgAttestationsSubjectDigestGetResponse200,
858
1217
  OrgsOrgAttestationsSubjectDigestGetResponse200Type,
@@ -888,6 +1247,7 @@ class OrgsClient:
888
1247
  url,
889
1248
  params=exclude_unset(params),
890
1249
  headers=exclude_unset(headers),
1250
+ stream=stream,
891
1251
  response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
892
1252
  )
893
1253
 
@@ -898,6 +1258,7 @@ class OrgsClient:
898
1258
  per_page: Missing[int] = UNSET,
899
1259
  page: Missing[int] = UNSET,
900
1260
  headers: Optional[Mapping[str, str]] = None,
1261
+ stream: bool = False,
901
1262
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
902
1263
  """orgs/list-blocked-users
903
1264
 
@@ -924,6 +1285,7 @@ class OrgsClient:
924
1285
  url,
925
1286
  params=exclude_unset(params),
926
1287
  headers=exclude_unset(headers),
1288
+ stream=stream,
927
1289
  response_model=list[SimpleUser],
928
1290
  )
929
1291
 
@@ -934,6 +1296,7 @@ class OrgsClient:
934
1296
  per_page: Missing[int] = UNSET,
935
1297
  page: Missing[int] = UNSET,
936
1298
  headers: Optional[Mapping[str, str]] = None,
1299
+ stream: bool = False,
937
1300
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
938
1301
  """orgs/list-blocked-users
939
1302
 
@@ -960,6 +1323,7 @@ class OrgsClient:
960
1323
  url,
961
1324
  params=exclude_unset(params),
962
1325
  headers=exclude_unset(headers),
1326
+ stream=stream,
963
1327
  response_model=list[SimpleUser],
964
1328
  )
965
1329
 
@@ -969,6 +1333,7 @@ class OrgsClient:
969
1333
  username: str,
970
1334
  *,
971
1335
  headers: Optional[Mapping[str, str]] = None,
1336
+ stream: bool = False,
972
1337
  ) -> Response:
973
1338
  """orgs/check-blocked-user
974
1339
 
@@ -989,6 +1354,7 @@ class OrgsClient:
989
1354
  "GET",
990
1355
  url,
991
1356
  headers=exclude_unset(headers),
1357
+ stream=stream,
992
1358
  error_models={
993
1359
  "404": BasicError,
994
1360
  },
@@ -1000,6 +1366,7 @@ class OrgsClient:
1000
1366
  username: str,
1001
1367
  *,
1002
1368
  headers: Optional[Mapping[str, str]] = None,
1369
+ stream: bool = False,
1003
1370
  ) -> Response:
1004
1371
  """orgs/check-blocked-user
1005
1372
 
@@ -1020,6 +1387,7 @@ class OrgsClient:
1020
1387
  "GET",
1021
1388
  url,
1022
1389
  headers=exclude_unset(headers),
1390
+ stream=stream,
1023
1391
  error_models={
1024
1392
  "404": BasicError,
1025
1393
  },
@@ -1031,6 +1399,7 @@ class OrgsClient:
1031
1399
  username: str,
1032
1400
  *,
1033
1401
  headers: Optional[Mapping[str, str]] = None,
1402
+ stream: bool = False,
1034
1403
  ) -> Response:
1035
1404
  """orgs/block-user
1036
1405
 
@@ -1051,6 +1420,7 @@ class OrgsClient:
1051
1420
  "PUT",
1052
1421
  url,
1053
1422
  headers=exclude_unset(headers),
1423
+ stream=stream,
1054
1424
  error_models={
1055
1425
  "422": ValidationError,
1056
1426
  },
@@ -1062,6 +1432,7 @@ class OrgsClient:
1062
1432
  username: str,
1063
1433
  *,
1064
1434
  headers: Optional[Mapping[str, str]] = None,
1435
+ stream: bool = False,
1065
1436
  ) -> Response:
1066
1437
  """orgs/block-user
1067
1438
 
@@ -1082,6 +1453,7 @@ class OrgsClient:
1082
1453
  "PUT",
1083
1454
  url,
1084
1455
  headers=exclude_unset(headers),
1456
+ stream=stream,
1085
1457
  error_models={
1086
1458
  "422": ValidationError,
1087
1459
  },
@@ -1093,6 +1465,7 @@ class OrgsClient:
1093
1465
  username: str,
1094
1466
  *,
1095
1467
  headers: Optional[Mapping[str, str]] = None,
1468
+ stream: bool = False,
1096
1469
  ) -> Response:
1097
1470
  """orgs/unblock-user
1098
1471
 
@@ -1111,6 +1484,7 @@ class OrgsClient:
1111
1484
  "DELETE",
1112
1485
  url,
1113
1486
  headers=exclude_unset(headers),
1487
+ stream=stream,
1114
1488
  )
1115
1489
 
1116
1490
  async def async_unblock_user(
@@ -1119,6 +1493,7 @@ class OrgsClient:
1119
1493
  username: str,
1120
1494
  *,
1121
1495
  headers: Optional[Mapping[str, str]] = None,
1496
+ stream: bool = False,
1122
1497
  ) -> Response:
1123
1498
  """orgs/unblock-user
1124
1499
 
@@ -1137,6 +1512,7 @@ class OrgsClient:
1137
1512
  "DELETE",
1138
1513
  url,
1139
1514
  headers=exclude_unset(headers),
1515
+ stream=stream,
1140
1516
  )
1141
1517
 
1142
1518
  def list_failed_invitations(
@@ -1146,6 +1522,7 @@ class OrgsClient:
1146
1522
  per_page: Missing[int] = UNSET,
1147
1523
  page: Missing[int] = UNSET,
1148
1524
  headers: Optional[Mapping[str, str]] = None,
1525
+ stream: bool = False,
1149
1526
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
1150
1527
  """orgs/list-failed-invitations
1151
1528
 
@@ -1172,6 +1549,7 @@ class OrgsClient:
1172
1549
  url,
1173
1550
  params=exclude_unset(params),
1174
1551
  headers=exclude_unset(headers),
1552
+ stream=stream,
1175
1553
  response_model=list[OrganizationInvitation],
1176
1554
  error_models={
1177
1555
  "404": BasicError,
@@ -1185,6 +1563,7 @@ class OrgsClient:
1185
1563
  per_page: Missing[int] = UNSET,
1186
1564
  page: Missing[int] = UNSET,
1187
1565
  headers: Optional[Mapping[str, str]] = None,
1566
+ stream: bool = False,
1188
1567
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
1189
1568
  """orgs/list-failed-invitations
1190
1569
 
@@ -1211,6 +1590,7 @@ class OrgsClient:
1211
1590
  url,
1212
1591
  params=exclude_unset(params),
1213
1592
  headers=exclude_unset(headers),
1593
+ stream=stream,
1214
1594
  response_model=list[OrganizationInvitation],
1215
1595
  error_models={
1216
1596
  "404": BasicError,
@@ -1224,6 +1604,7 @@ class OrgsClient:
1224
1604
  per_page: Missing[int] = UNSET,
1225
1605
  page: Missing[int] = UNSET,
1226
1606
  headers: Optional[Mapping[str, str]] = None,
1607
+ stream: bool = False,
1227
1608
  ) -> Response[list[OrgHook], list[OrgHookType]]:
1228
1609
  """orgs/list-webhooks
1229
1610
 
@@ -1255,6 +1636,7 @@ class OrgsClient:
1255
1636
  url,
1256
1637
  params=exclude_unset(params),
1257
1638
  headers=exclude_unset(headers),
1639
+ stream=stream,
1258
1640
  response_model=list[OrgHook],
1259
1641
  error_models={
1260
1642
  "404": BasicError,
@@ -1268,6 +1650,7 @@ class OrgsClient:
1268
1650
  per_page: Missing[int] = UNSET,
1269
1651
  page: Missing[int] = UNSET,
1270
1652
  headers: Optional[Mapping[str, str]] = None,
1653
+ stream: bool = False,
1271
1654
  ) -> Response[list[OrgHook], list[OrgHookType]]:
1272
1655
  """orgs/list-webhooks
1273
1656
 
@@ -1299,6 +1682,7 @@ class OrgsClient:
1299
1682
  url,
1300
1683
  params=exclude_unset(params),
1301
1684
  headers=exclude_unset(headers),
1685
+ stream=stream,
1302
1686
  response_model=list[OrgHook],
1303
1687
  error_models={
1304
1688
  "404": BasicError,
@@ -1311,6 +1695,7 @@ class OrgsClient:
1311
1695
  org: str,
1312
1696
  *,
1313
1697
  headers: Optional[Mapping[str, str]] = None,
1698
+ stream: bool = False,
1314
1699
  data: OrgsOrgHooksPostBodyType,
1315
1700
  ) -> Response[OrgHook, OrgHookType]: ...
1316
1701
 
@@ -1321,6 +1706,7 @@ class OrgsClient:
1321
1706
  *,
1322
1707
  data: UnsetType = UNSET,
1323
1708
  headers: Optional[Mapping[str, str]] = None,
1709
+ stream: bool = False,
1324
1710
  name: str,
1325
1711
  config: OrgsOrgHooksPostBodyPropConfigType,
1326
1712
  events: Missing[list[str]] = UNSET,
@@ -1332,6 +1718,7 @@ class OrgsClient:
1332
1718
  org: str,
1333
1719
  *,
1334
1720
  headers: Optional[Mapping[str, str]] = None,
1721
+ stream: bool = False,
1335
1722
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
1336
1723
  **kwargs,
1337
1724
  ) -> Response[OrgHook, OrgHookType]:
@@ -1369,6 +1756,7 @@ class OrgsClient:
1369
1756
  url,
1370
1757
  json=exclude_unset(json),
1371
1758
  headers=exclude_unset(headers),
1759
+ stream=stream,
1372
1760
  response_model=OrgHook,
1373
1761
  error_models={
1374
1762
  "422": ValidationError,
@@ -1382,6 +1770,7 @@ class OrgsClient:
1382
1770
  org: str,
1383
1771
  *,
1384
1772
  headers: Optional[Mapping[str, str]] = None,
1773
+ stream: bool = False,
1385
1774
  data: OrgsOrgHooksPostBodyType,
1386
1775
  ) -> Response[OrgHook, OrgHookType]: ...
1387
1776
 
@@ -1392,6 +1781,7 @@ class OrgsClient:
1392
1781
  *,
1393
1782
  data: UnsetType = UNSET,
1394
1783
  headers: Optional[Mapping[str, str]] = None,
1784
+ stream: bool = False,
1395
1785
  name: str,
1396
1786
  config: OrgsOrgHooksPostBodyPropConfigType,
1397
1787
  events: Missing[list[str]] = UNSET,
@@ -1403,6 +1793,7 @@ class OrgsClient:
1403
1793
  org: str,
1404
1794
  *,
1405
1795
  headers: Optional[Mapping[str, str]] = None,
1796
+ stream: bool = False,
1406
1797
  data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
1407
1798
  **kwargs,
1408
1799
  ) -> Response[OrgHook, OrgHookType]:
@@ -1440,6 +1831,7 @@ class OrgsClient:
1440
1831
  url,
1441
1832
  json=exclude_unset(json),
1442
1833
  headers=exclude_unset(headers),
1834
+ stream=stream,
1443
1835
  response_model=OrgHook,
1444
1836
  error_models={
1445
1837
  "422": ValidationError,
@@ -1453,6 +1845,7 @@ class OrgsClient:
1453
1845
  hook_id: int,
1454
1846
  *,
1455
1847
  headers: Optional[Mapping[str, str]] = None,
1848
+ stream: bool = False,
1456
1849
  ) -> Response[OrgHook, OrgHookType]:
1457
1850
  """orgs/get-webhook
1458
1851
 
@@ -1479,6 +1872,7 @@ class OrgsClient:
1479
1872
  "GET",
1480
1873
  url,
1481
1874
  headers=exclude_unset(headers),
1875
+ stream=stream,
1482
1876
  response_model=OrgHook,
1483
1877
  error_models={
1484
1878
  "404": BasicError,
@@ -1491,6 +1885,7 @@ class OrgsClient:
1491
1885
  hook_id: int,
1492
1886
  *,
1493
1887
  headers: Optional[Mapping[str, str]] = None,
1888
+ stream: bool = False,
1494
1889
  ) -> Response[OrgHook, OrgHookType]:
1495
1890
  """orgs/get-webhook
1496
1891
 
@@ -1517,6 +1912,7 @@ class OrgsClient:
1517
1912
  "GET",
1518
1913
  url,
1519
1914
  headers=exclude_unset(headers),
1915
+ stream=stream,
1520
1916
  response_model=OrgHook,
1521
1917
  error_models={
1522
1918
  "404": BasicError,
@@ -1529,6 +1925,7 @@ class OrgsClient:
1529
1925
  hook_id: int,
1530
1926
  *,
1531
1927
  headers: Optional[Mapping[str, str]] = None,
1928
+ stream: bool = False,
1532
1929
  ) -> Response:
1533
1930
  """orgs/delete-webhook
1534
1931
 
@@ -1554,6 +1951,7 @@ class OrgsClient:
1554
1951
  "DELETE",
1555
1952
  url,
1556
1953
  headers=exclude_unset(headers),
1954
+ stream=stream,
1557
1955
  error_models={
1558
1956
  "404": BasicError,
1559
1957
  },
@@ -1565,6 +1963,7 @@ class OrgsClient:
1565
1963
  hook_id: int,
1566
1964
  *,
1567
1965
  headers: Optional[Mapping[str, str]] = None,
1966
+ stream: bool = False,
1568
1967
  ) -> Response:
1569
1968
  """orgs/delete-webhook
1570
1969
 
@@ -1590,6 +1989,7 @@ class OrgsClient:
1590
1989
  "DELETE",
1591
1990
  url,
1592
1991
  headers=exclude_unset(headers),
1992
+ stream=stream,
1593
1993
  error_models={
1594
1994
  "404": BasicError,
1595
1995
  },
@@ -1602,6 +2002,7 @@ class OrgsClient:
1602
2002
  hook_id: int,
1603
2003
  *,
1604
2004
  headers: Optional[Mapping[str, str]] = None,
2005
+ stream: bool = False,
1605
2006
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1606
2007
  ) -> Response[OrgHook, OrgHookType]: ...
1607
2008
 
@@ -1613,6 +2014,7 @@ class OrgsClient:
1613
2014
  *,
1614
2015
  data: UnsetType = UNSET,
1615
2016
  headers: Optional[Mapping[str, str]] = None,
2017
+ stream: bool = False,
1616
2018
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
1617
2019
  events: Missing[list[str]] = UNSET,
1618
2020
  active: Missing[bool] = UNSET,
@@ -1625,6 +2027,7 @@ class OrgsClient:
1625
2027
  hook_id: int,
1626
2028
  *,
1627
2029
  headers: Optional[Mapping[str, str]] = None,
2030
+ stream: bool = False,
1628
2031
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1629
2032
  **kwargs,
1630
2033
  ) -> Response[OrgHook, OrgHookType]:
@@ -1671,6 +2074,7 @@ class OrgsClient:
1671
2074
  url,
1672
2075
  json=exclude_unset(json),
1673
2076
  headers=exclude_unset(headers),
2077
+ stream=stream,
1674
2078
  response_model=OrgHook,
1675
2079
  error_models={
1676
2080
  "422": ValidationError,
@@ -1685,6 +2089,7 @@ class OrgsClient:
1685
2089
  hook_id: int,
1686
2090
  *,
1687
2091
  headers: Optional[Mapping[str, str]] = None,
2092
+ stream: bool = False,
1688
2093
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1689
2094
  ) -> Response[OrgHook, OrgHookType]: ...
1690
2095
 
@@ -1696,6 +2101,7 @@ class OrgsClient:
1696
2101
  *,
1697
2102
  data: UnsetType = UNSET,
1698
2103
  headers: Optional[Mapping[str, str]] = None,
2104
+ stream: bool = False,
1699
2105
  config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
1700
2106
  events: Missing[list[str]] = UNSET,
1701
2107
  active: Missing[bool] = UNSET,
@@ -1708,6 +2114,7 @@ class OrgsClient:
1708
2114
  hook_id: int,
1709
2115
  *,
1710
2116
  headers: Optional[Mapping[str, str]] = None,
2117
+ stream: bool = False,
1711
2118
  data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
1712
2119
  **kwargs,
1713
2120
  ) -> Response[OrgHook, OrgHookType]:
@@ -1754,6 +2161,7 @@ class OrgsClient:
1754
2161
  url,
1755
2162
  json=exclude_unset(json),
1756
2163
  headers=exclude_unset(headers),
2164
+ stream=stream,
1757
2165
  response_model=OrgHook,
1758
2166
  error_models={
1759
2167
  "422": ValidationError,
@@ -1767,6 +2175,7 @@ class OrgsClient:
1767
2175
  hook_id: int,
1768
2176
  *,
1769
2177
  headers: Optional[Mapping[str, str]] = None,
2178
+ stream: bool = False,
1770
2179
  ) -> Response[WebhookConfig, WebhookConfigType]:
1771
2180
  """orgs/get-webhook-config-for-org
1772
2181
 
@@ -1792,6 +2201,7 @@ class OrgsClient:
1792
2201
  "GET",
1793
2202
  url,
1794
2203
  headers=exclude_unset(headers),
2204
+ stream=stream,
1795
2205
  response_model=WebhookConfig,
1796
2206
  )
1797
2207
 
@@ -1801,6 +2211,7 @@ class OrgsClient:
1801
2211
  hook_id: int,
1802
2212
  *,
1803
2213
  headers: Optional[Mapping[str, str]] = None,
2214
+ stream: bool = False,
1804
2215
  ) -> Response[WebhookConfig, WebhookConfigType]:
1805
2216
  """orgs/get-webhook-config-for-org
1806
2217
 
@@ -1826,6 +2237,7 @@ class OrgsClient:
1826
2237
  "GET",
1827
2238
  url,
1828
2239
  headers=exclude_unset(headers),
2240
+ stream=stream,
1829
2241
  response_model=WebhookConfig,
1830
2242
  )
1831
2243
 
@@ -1836,6 +2248,7 @@ class OrgsClient:
1836
2248
  hook_id: int,
1837
2249
  *,
1838
2250
  headers: Optional[Mapping[str, str]] = None,
2251
+ stream: bool = False,
1839
2252
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1840
2253
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
1841
2254
 
@@ -1847,6 +2260,7 @@ class OrgsClient:
1847
2260
  *,
1848
2261
  data: UnsetType = UNSET,
1849
2262
  headers: Optional[Mapping[str, str]] = None,
2263
+ stream: bool = False,
1850
2264
  url: Missing[str] = UNSET,
1851
2265
  content_type: Missing[str] = UNSET,
1852
2266
  secret: Missing[str] = UNSET,
@@ -1859,6 +2273,7 @@ class OrgsClient:
1859
2273
  hook_id: int,
1860
2274
  *,
1861
2275
  headers: Optional[Mapping[str, str]] = None,
2276
+ stream: bool = False,
1862
2277
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1863
2278
  **kwargs,
1864
2279
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -1896,6 +2311,7 @@ class OrgsClient:
1896
2311
  url,
1897
2312
  json=exclude_unset(json),
1898
2313
  headers=exclude_unset(headers),
2314
+ stream=stream,
1899
2315
  response_model=WebhookConfig,
1900
2316
  )
1901
2317
 
@@ -1906,6 +2322,7 @@ class OrgsClient:
1906
2322
  hook_id: int,
1907
2323
  *,
1908
2324
  headers: Optional[Mapping[str, str]] = None,
2325
+ stream: bool = False,
1909
2326
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1910
2327
  ) -> Response[WebhookConfig, WebhookConfigType]: ...
1911
2328
 
@@ -1917,6 +2334,7 @@ class OrgsClient:
1917
2334
  *,
1918
2335
  data: UnsetType = UNSET,
1919
2336
  headers: Optional[Mapping[str, str]] = None,
2337
+ stream: bool = False,
1920
2338
  url: Missing[str] = UNSET,
1921
2339
  content_type: Missing[str] = UNSET,
1922
2340
  secret: Missing[str] = UNSET,
@@ -1929,6 +2347,7 @@ class OrgsClient:
1929
2347
  hook_id: int,
1930
2348
  *,
1931
2349
  headers: Optional[Mapping[str, str]] = None,
2350
+ stream: bool = False,
1932
2351
  data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
1933
2352
  **kwargs,
1934
2353
  ) -> Response[WebhookConfig, WebhookConfigType]:
@@ -1966,6 +2385,7 @@ class OrgsClient:
1966
2385
  url,
1967
2386
  json=exclude_unset(json),
1968
2387
  headers=exclude_unset(headers),
2388
+ stream=stream,
1969
2389
  response_model=WebhookConfig,
1970
2390
  )
1971
2391
 
@@ -1977,6 +2397,7 @@ class OrgsClient:
1977
2397
  per_page: Missing[int] = UNSET,
1978
2398
  cursor: Missing[str] = UNSET,
1979
2399
  headers: Optional[Mapping[str, str]] = None,
2400
+ stream: bool = False,
1980
2401
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
1981
2402
  """orgs/list-webhook-deliveries
1982
2403
 
@@ -2008,6 +2429,7 @@ class OrgsClient:
2008
2429
  url,
2009
2430
  params=exclude_unset(params),
2010
2431
  headers=exclude_unset(headers),
2432
+ stream=stream,
2011
2433
  response_model=list[HookDeliveryItem],
2012
2434
  error_models={
2013
2435
  "400": BasicError,
@@ -2023,6 +2445,7 @@ class OrgsClient:
2023
2445
  per_page: Missing[int] = UNSET,
2024
2446
  cursor: Missing[str] = UNSET,
2025
2447
  headers: Optional[Mapping[str, str]] = None,
2448
+ stream: bool = False,
2026
2449
  ) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
2027
2450
  """orgs/list-webhook-deliveries
2028
2451
 
@@ -2054,6 +2477,7 @@ class OrgsClient:
2054
2477
  url,
2055
2478
  params=exclude_unset(params),
2056
2479
  headers=exclude_unset(headers),
2480
+ stream=stream,
2057
2481
  response_model=list[HookDeliveryItem],
2058
2482
  error_models={
2059
2483
  "400": BasicError,
@@ -2068,6 +2492,7 @@ class OrgsClient:
2068
2492
  delivery_id: int,
2069
2493
  *,
2070
2494
  headers: Optional[Mapping[str, str]] = None,
2495
+ stream: bool = False,
2071
2496
  ) -> Response[HookDelivery, HookDeliveryType]:
2072
2497
  """orgs/get-webhook-delivery
2073
2498
 
@@ -2093,6 +2518,7 @@ class OrgsClient:
2093
2518
  "GET",
2094
2519
  url,
2095
2520
  headers=exclude_unset(headers),
2521
+ stream=stream,
2096
2522
  response_model=HookDelivery,
2097
2523
  error_models={
2098
2524
  "400": BasicError,
@@ -2107,6 +2533,7 @@ class OrgsClient:
2107
2533
  delivery_id: int,
2108
2534
  *,
2109
2535
  headers: Optional[Mapping[str, str]] = None,
2536
+ stream: bool = False,
2110
2537
  ) -> Response[HookDelivery, HookDeliveryType]:
2111
2538
  """orgs/get-webhook-delivery
2112
2539
 
@@ -2132,6 +2559,7 @@ class OrgsClient:
2132
2559
  "GET",
2133
2560
  url,
2134
2561
  headers=exclude_unset(headers),
2562
+ stream=stream,
2135
2563
  response_model=HookDelivery,
2136
2564
  error_models={
2137
2565
  "400": BasicError,
@@ -2146,6 +2574,7 @@ class OrgsClient:
2146
2574
  delivery_id: int,
2147
2575
  *,
2148
2576
  headers: Optional[Mapping[str, str]] = None,
2577
+ stream: bool = False,
2149
2578
  ) -> Response[
2150
2579
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
2151
2580
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -2178,6 +2607,7 @@ class OrgsClient:
2178
2607
  "POST",
2179
2608
  url,
2180
2609
  headers=exclude_unset(headers),
2610
+ stream=stream,
2181
2611
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
2182
2612
  error_models={
2183
2613
  "400": BasicError,
@@ -2192,6 +2622,7 @@ class OrgsClient:
2192
2622
  delivery_id: int,
2193
2623
  *,
2194
2624
  headers: Optional[Mapping[str, str]] = None,
2625
+ stream: bool = False,
2195
2626
  ) -> Response[
2196
2627
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
2197
2628
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
@@ -2224,6 +2655,7 @@ class OrgsClient:
2224
2655
  "POST",
2225
2656
  url,
2226
2657
  headers=exclude_unset(headers),
2658
+ stream=stream,
2227
2659
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
2228
2660
  error_models={
2229
2661
  "400": BasicError,
@@ -2237,6 +2669,7 @@ class OrgsClient:
2237
2669
  hook_id: int,
2238
2670
  *,
2239
2671
  headers: Optional[Mapping[str, str]] = None,
2672
+ stream: bool = False,
2240
2673
  ) -> Response:
2241
2674
  """orgs/ping-webhook
2242
2675
 
@@ -2263,6 +2696,7 @@ class OrgsClient:
2263
2696
  "POST",
2264
2697
  url,
2265
2698
  headers=exclude_unset(headers),
2699
+ stream=stream,
2266
2700
  error_models={
2267
2701
  "404": BasicError,
2268
2702
  },
@@ -2274,6 +2708,7 @@ class OrgsClient:
2274
2708
  hook_id: int,
2275
2709
  *,
2276
2710
  headers: Optional[Mapping[str, str]] = None,
2711
+ stream: bool = False,
2277
2712
  ) -> Response:
2278
2713
  """orgs/ping-webhook
2279
2714
 
@@ -2300,6 +2735,7 @@ class OrgsClient:
2300
2735
  "POST",
2301
2736
  url,
2302
2737
  headers=exclude_unset(headers),
2738
+ stream=stream,
2303
2739
  error_models={
2304
2740
  "404": BasicError,
2305
2741
  },
@@ -2336,6 +2772,7 @@ class OrgsClient:
2336
2772
  ] = UNSET,
2337
2773
  api_route_substring: Missing[str] = UNSET,
2338
2774
  headers: Optional[Mapping[str, str]] = None,
2775
+ stream: bool = False,
2339
2776
  ) -> Response[
2340
2777
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
2341
2778
  ]:
@@ -2369,6 +2806,7 @@ class OrgsClient:
2369
2806
  url,
2370
2807
  params=exclude_unset(params),
2371
2808
  headers=exclude_unset(headers),
2809
+ stream=stream,
2372
2810
  response_model=list[ApiInsightsRouteStatsItems],
2373
2811
  )
2374
2812
 
@@ -2403,6 +2841,7 @@ class OrgsClient:
2403
2841
  ] = UNSET,
2404
2842
  api_route_substring: Missing[str] = UNSET,
2405
2843
  headers: Optional[Mapping[str, str]] = None,
2844
+ stream: bool = False,
2406
2845
  ) -> Response[
2407
2846
  list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
2408
2847
  ]:
@@ -2436,6 +2875,7 @@ class OrgsClient:
2436
2875
  url,
2437
2876
  params=exclude_unset(params),
2438
2877
  headers=exclude_unset(headers),
2878
+ stream=stream,
2439
2879
  response_model=list[ApiInsightsRouteStatsItems],
2440
2880
  )
2441
2881
 
@@ -2461,6 +2901,7 @@ class OrgsClient:
2461
2901
  ] = UNSET,
2462
2902
  subject_name_substring: Missing[str] = UNSET,
2463
2903
  headers: Optional[Mapping[str, str]] = None,
2904
+ stream: bool = False,
2464
2905
  ) -> Response[
2465
2906
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
2466
2907
  ]:
@@ -2494,6 +2935,7 @@ class OrgsClient:
2494
2935
  url,
2495
2936
  params=exclude_unset(params),
2496
2937
  headers=exclude_unset(headers),
2938
+ stream=stream,
2497
2939
  response_model=list[ApiInsightsSubjectStatsItems],
2498
2940
  )
2499
2941
 
@@ -2519,6 +2961,7 @@ class OrgsClient:
2519
2961
  ] = UNSET,
2520
2962
  subject_name_substring: Missing[str] = UNSET,
2521
2963
  headers: Optional[Mapping[str, str]] = None,
2964
+ stream: bool = False,
2522
2965
  ) -> Response[
2523
2966
  list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
2524
2967
  ]:
@@ -2552,6 +2995,7 @@ class OrgsClient:
2552
2995
  url,
2553
2996
  params=exclude_unset(params),
2554
2997
  headers=exclude_unset(headers),
2998
+ stream=stream,
2555
2999
  response_model=list[ApiInsightsSubjectStatsItems],
2556
3000
  )
2557
3001
 
@@ -2562,6 +3006,7 @@ class OrgsClient:
2562
3006
  min_timestamp: str,
2563
3007
  max_timestamp: Missing[str] = UNSET,
2564
3008
  headers: Optional[Mapping[str, str]] = None,
3009
+ stream: bool = False,
2565
3010
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2566
3011
  """api-insights/get-summary-stats
2567
3012
 
@@ -2588,6 +3033,7 @@ class OrgsClient:
2588
3033
  url,
2589
3034
  params=exclude_unset(params),
2590
3035
  headers=exclude_unset(headers),
3036
+ stream=stream,
2591
3037
  response_model=ApiInsightsSummaryStats,
2592
3038
  )
2593
3039
 
@@ -2598,6 +3044,7 @@ class OrgsClient:
2598
3044
  min_timestamp: str,
2599
3045
  max_timestamp: Missing[str] = UNSET,
2600
3046
  headers: Optional[Mapping[str, str]] = None,
3047
+ stream: bool = False,
2601
3048
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2602
3049
  """api-insights/get-summary-stats
2603
3050
 
@@ -2624,6 +3071,7 @@ class OrgsClient:
2624
3071
  url,
2625
3072
  params=exclude_unset(params),
2626
3073
  headers=exclude_unset(headers),
3074
+ stream=stream,
2627
3075
  response_model=ApiInsightsSummaryStats,
2628
3076
  )
2629
3077
 
@@ -2635,6 +3083,7 @@ class OrgsClient:
2635
3083
  min_timestamp: str,
2636
3084
  max_timestamp: Missing[str] = UNSET,
2637
3085
  headers: Optional[Mapping[str, str]] = None,
3086
+ stream: bool = False,
2638
3087
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2639
3088
  """api-insights/get-summary-stats-by-user
2640
3089
 
@@ -2661,6 +3110,7 @@ class OrgsClient:
2661
3110
  url,
2662
3111
  params=exclude_unset(params),
2663
3112
  headers=exclude_unset(headers),
3113
+ stream=stream,
2664
3114
  response_model=ApiInsightsSummaryStats,
2665
3115
  )
2666
3116
 
@@ -2672,6 +3122,7 @@ class OrgsClient:
2672
3122
  min_timestamp: str,
2673
3123
  max_timestamp: Missing[str] = UNSET,
2674
3124
  headers: Optional[Mapping[str, str]] = None,
3125
+ stream: bool = False,
2675
3126
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2676
3127
  """api-insights/get-summary-stats-by-user
2677
3128
 
@@ -2698,6 +3149,7 @@ class OrgsClient:
2698
3149
  url,
2699
3150
  params=exclude_unset(params),
2700
3151
  headers=exclude_unset(headers),
3152
+ stream=stream,
2701
3153
  response_model=ApiInsightsSummaryStats,
2702
3154
  )
2703
3155
 
@@ -2716,6 +3168,7 @@ class OrgsClient:
2716
3168
  min_timestamp: str,
2717
3169
  max_timestamp: Missing[str] = UNSET,
2718
3170
  headers: Optional[Mapping[str, str]] = None,
3171
+ stream: bool = False,
2719
3172
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2720
3173
  """api-insights/get-summary-stats-by-actor
2721
3174
 
@@ -2742,6 +3195,7 @@ class OrgsClient:
2742
3195
  url,
2743
3196
  params=exclude_unset(params),
2744
3197
  headers=exclude_unset(headers),
3198
+ stream=stream,
2745
3199
  response_model=ApiInsightsSummaryStats,
2746
3200
  )
2747
3201
 
@@ -2760,6 +3214,7 @@ class OrgsClient:
2760
3214
  min_timestamp: str,
2761
3215
  max_timestamp: Missing[str] = UNSET,
2762
3216
  headers: Optional[Mapping[str, str]] = None,
3217
+ stream: bool = False,
2763
3218
  ) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
2764
3219
  """api-insights/get-summary-stats-by-actor
2765
3220
 
@@ -2786,6 +3241,7 @@ class OrgsClient:
2786
3241
  url,
2787
3242
  params=exclude_unset(params),
2788
3243
  headers=exclude_unset(headers),
3244
+ stream=stream,
2789
3245
  response_model=ApiInsightsSummaryStats,
2790
3246
  )
2791
3247
 
@@ -2797,6 +3253,7 @@ class OrgsClient:
2797
3253
  max_timestamp: Missing[str] = UNSET,
2798
3254
  timestamp_increment: str,
2799
3255
  headers: Optional[Mapping[str, str]] = None,
3256
+ stream: bool = False,
2800
3257
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2801
3258
  """api-insights/get-time-stats
2802
3259
 
@@ -2824,6 +3281,7 @@ class OrgsClient:
2824
3281
  url,
2825
3282
  params=exclude_unset(params),
2826
3283
  headers=exclude_unset(headers),
3284
+ stream=stream,
2827
3285
  response_model=list[ApiInsightsTimeStatsItems],
2828
3286
  )
2829
3287
 
@@ -2835,6 +3293,7 @@ class OrgsClient:
2835
3293
  max_timestamp: Missing[str] = UNSET,
2836
3294
  timestamp_increment: str,
2837
3295
  headers: Optional[Mapping[str, str]] = None,
3296
+ stream: bool = False,
2838
3297
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2839
3298
  """api-insights/get-time-stats
2840
3299
 
@@ -2862,6 +3321,7 @@ class OrgsClient:
2862
3321
  url,
2863
3322
  params=exclude_unset(params),
2864
3323
  headers=exclude_unset(headers),
3324
+ stream=stream,
2865
3325
  response_model=list[ApiInsightsTimeStatsItems],
2866
3326
  )
2867
3327
 
@@ -2874,6 +3334,7 @@ class OrgsClient:
2874
3334
  max_timestamp: Missing[str] = UNSET,
2875
3335
  timestamp_increment: str,
2876
3336
  headers: Optional[Mapping[str, str]] = None,
3337
+ stream: bool = False,
2877
3338
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2878
3339
  """api-insights/get-time-stats-by-user
2879
3340
 
@@ -2901,6 +3362,7 @@ class OrgsClient:
2901
3362
  url,
2902
3363
  params=exclude_unset(params),
2903
3364
  headers=exclude_unset(headers),
3365
+ stream=stream,
2904
3366
  response_model=list[ApiInsightsTimeStatsItems],
2905
3367
  )
2906
3368
 
@@ -2913,6 +3375,7 @@ class OrgsClient:
2913
3375
  max_timestamp: Missing[str] = UNSET,
2914
3376
  timestamp_increment: str,
2915
3377
  headers: Optional[Mapping[str, str]] = None,
3378
+ stream: bool = False,
2916
3379
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2917
3380
  """api-insights/get-time-stats-by-user
2918
3381
 
@@ -2940,6 +3403,7 @@ class OrgsClient:
2940
3403
  url,
2941
3404
  params=exclude_unset(params),
2942
3405
  headers=exclude_unset(headers),
3406
+ stream=stream,
2943
3407
  response_model=list[ApiInsightsTimeStatsItems],
2944
3408
  )
2945
3409
 
@@ -2959,6 +3423,7 @@ class OrgsClient:
2959
3423
  max_timestamp: Missing[str] = UNSET,
2960
3424
  timestamp_increment: str,
2961
3425
  headers: Optional[Mapping[str, str]] = None,
3426
+ stream: bool = False,
2962
3427
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
2963
3428
  """api-insights/get-time-stats-by-actor
2964
3429
 
@@ -2986,6 +3451,7 @@ class OrgsClient:
2986
3451
  url,
2987
3452
  params=exclude_unset(params),
2988
3453
  headers=exclude_unset(headers),
3454
+ stream=stream,
2989
3455
  response_model=list[ApiInsightsTimeStatsItems],
2990
3456
  )
2991
3457
 
@@ -3005,6 +3471,7 @@ class OrgsClient:
3005
3471
  max_timestamp: Missing[str] = UNSET,
3006
3472
  timestamp_increment: str,
3007
3473
  headers: Optional[Mapping[str, str]] = None,
3474
+ stream: bool = False,
3008
3475
  ) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
3009
3476
  """api-insights/get-time-stats-by-actor
3010
3477
 
@@ -3032,6 +3499,7 @@ class OrgsClient:
3032
3499
  url,
3033
3500
  params=exclude_unset(params),
3034
3501
  headers=exclude_unset(headers),
3502
+ stream=stream,
3035
3503
  response_model=list[ApiInsightsTimeStatsItems],
3036
3504
  )
3037
3505
 
@@ -3058,6 +3526,7 @@ class OrgsClient:
3058
3526
  ] = UNSET,
3059
3527
  actor_name_substring: Missing[str] = UNSET,
3060
3528
  headers: Optional[Mapping[str, str]] = None,
3529
+ stream: bool = False,
3061
3530
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
3062
3531
  """api-insights/get-user-stats
3063
3532
 
@@ -3089,6 +3558,7 @@ class OrgsClient:
3089
3558
  url,
3090
3559
  params=exclude_unset(params),
3091
3560
  headers=exclude_unset(headers),
3561
+ stream=stream,
3092
3562
  response_model=list[ApiInsightsUserStatsItems],
3093
3563
  )
3094
3564
 
@@ -3115,6 +3585,7 @@ class OrgsClient:
3115
3585
  ] = UNSET,
3116
3586
  actor_name_substring: Missing[str] = UNSET,
3117
3587
  headers: Optional[Mapping[str, str]] = None,
3588
+ stream: bool = False,
3118
3589
  ) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
3119
3590
  """api-insights/get-user-stats
3120
3591
 
@@ -3146,6 +3617,7 @@ class OrgsClient:
3146
3617
  url,
3147
3618
  params=exclude_unset(params),
3148
3619
  headers=exclude_unset(headers),
3620
+ stream=stream,
3149
3621
  response_model=list[ApiInsightsUserStatsItems],
3150
3622
  )
3151
3623
 
@@ -3156,6 +3628,7 @@ class OrgsClient:
3156
3628
  per_page: Missing[int] = UNSET,
3157
3629
  page: Missing[int] = UNSET,
3158
3630
  headers: Optional[Mapping[str, str]] = None,
3631
+ stream: bool = False,
3159
3632
  ) -> Response[
3160
3633
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
3161
3634
  ]:
@@ -3189,6 +3662,7 @@ class OrgsClient:
3189
3662
  url,
3190
3663
  params=exclude_unset(params),
3191
3664
  headers=exclude_unset(headers),
3665
+ stream=stream,
3192
3666
  response_model=OrgsOrgInstallationsGetResponse200,
3193
3667
  )
3194
3668
 
@@ -3199,6 +3673,7 @@ class OrgsClient:
3199
3673
  per_page: Missing[int] = UNSET,
3200
3674
  page: Missing[int] = UNSET,
3201
3675
  headers: Optional[Mapping[str, str]] = None,
3676
+ stream: bool = False,
3202
3677
  ) -> Response[
3203
3678
  OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
3204
3679
  ]:
@@ -3232,6 +3707,7 @@ class OrgsClient:
3232
3707
  url,
3233
3708
  params=exclude_unset(params),
3234
3709
  headers=exclude_unset(headers),
3710
+ stream=stream,
3235
3711
  response_model=OrgsOrgInstallationsGetResponse200,
3236
3712
  )
3237
3713
 
@@ -3248,6 +3724,7 @@ class OrgsClient:
3248
3724
  ] = UNSET,
3249
3725
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
3250
3726
  headers: Optional[Mapping[str, str]] = None,
3727
+ stream: bool = False,
3251
3728
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
3252
3729
  """orgs/list-pending-invitations
3253
3730
 
@@ -3279,6 +3756,7 @@ class OrgsClient:
3279
3756
  url,
3280
3757
  params=exclude_unset(params),
3281
3758
  headers=exclude_unset(headers),
3759
+ stream=stream,
3282
3760
  response_model=list[OrganizationInvitation],
3283
3761
  error_models={
3284
3762
  "404": BasicError,
@@ -3298,6 +3776,7 @@ class OrgsClient:
3298
3776
  ] = UNSET,
3299
3777
  invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
3300
3778
  headers: Optional[Mapping[str, str]] = None,
3779
+ stream: bool = False,
3301
3780
  ) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
3302
3781
  """orgs/list-pending-invitations
3303
3782
 
@@ -3329,6 +3808,7 @@ class OrgsClient:
3329
3808
  url,
3330
3809
  params=exclude_unset(params),
3331
3810
  headers=exclude_unset(headers),
3811
+ stream=stream,
3332
3812
  response_model=list[OrganizationInvitation],
3333
3813
  error_models={
3334
3814
  "404": BasicError,
@@ -3341,6 +3821,7 @@ class OrgsClient:
3341
3821
  org: str,
3342
3822
  *,
3343
3823
  headers: Optional[Mapping[str, str]] = None,
3824
+ stream: bool = False,
3344
3825
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3345
3826
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
3346
3827
 
@@ -3351,6 +3832,7 @@ class OrgsClient:
3351
3832
  *,
3352
3833
  data: UnsetType = UNSET,
3353
3834
  headers: Optional[Mapping[str, str]] = None,
3835
+ stream: bool = False,
3354
3836
  invitee_id: Missing[int] = UNSET,
3355
3837
  email: Missing[str] = UNSET,
3356
3838
  role: Missing[
@@ -3364,6 +3846,7 @@ class OrgsClient:
3364
3846
  org: str,
3365
3847
  *,
3366
3848
  headers: Optional[Mapping[str, str]] = None,
3849
+ stream: bool = False,
3367
3850
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3368
3851
  **kwargs,
3369
3852
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -3404,6 +3887,7 @@ class OrgsClient:
3404
3887
  url,
3405
3888
  json=exclude_unset(json),
3406
3889
  headers=exclude_unset(headers),
3890
+ stream=stream,
3407
3891
  response_model=OrganizationInvitation,
3408
3892
  error_models={
3409
3893
  "422": ValidationError,
@@ -3417,6 +3901,7 @@ class OrgsClient:
3417
3901
  org: str,
3418
3902
  *,
3419
3903
  headers: Optional[Mapping[str, str]] = None,
3904
+ stream: bool = False,
3420
3905
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3421
3906
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
3422
3907
 
@@ -3427,6 +3912,7 @@ class OrgsClient:
3427
3912
  *,
3428
3913
  data: UnsetType = UNSET,
3429
3914
  headers: Optional[Mapping[str, str]] = None,
3915
+ stream: bool = False,
3430
3916
  invitee_id: Missing[int] = UNSET,
3431
3917
  email: Missing[str] = UNSET,
3432
3918
  role: Missing[
@@ -3440,6 +3926,7 @@ class OrgsClient:
3440
3926
  org: str,
3441
3927
  *,
3442
3928
  headers: Optional[Mapping[str, str]] = None,
3929
+ stream: bool = False,
3443
3930
  data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
3444
3931
  **kwargs,
3445
3932
  ) -> Response[OrganizationInvitation, OrganizationInvitationType]:
@@ -3480,6 +3967,7 @@ class OrgsClient:
3480
3967
  url,
3481
3968
  json=exclude_unset(json),
3482
3969
  headers=exclude_unset(headers),
3970
+ stream=stream,
3483
3971
  response_model=OrganizationInvitation,
3484
3972
  error_models={
3485
3973
  "422": ValidationError,
@@ -3493,6 +3981,7 @@ class OrgsClient:
3493
3981
  invitation_id: int,
3494
3982
  *,
3495
3983
  headers: Optional[Mapping[str, str]] = None,
3984
+ stream: bool = False,
3496
3985
  ) -> Response:
3497
3986
  """orgs/cancel-invitation
3498
3987
 
@@ -3515,6 +4004,7 @@ class OrgsClient:
3515
4004
  "DELETE",
3516
4005
  url,
3517
4006
  headers=exclude_unset(headers),
4007
+ stream=stream,
3518
4008
  error_models={
3519
4009
  "422": ValidationError,
3520
4010
  "404": BasicError,
@@ -3527,6 +4017,7 @@ class OrgsClient:
3527
4017
  invitation_id: int,
3528
4018
  *,
3529
4019
  headers: Optional[Mapping[str, str]] = None,
4020
+ stream: bool = False,
3530
4021
  ) -> Response:
3531
4022
  """orgs/cancel-invitation
3532
4023
 
@@ -3549,6 +4040,7 @@ class OrgsClient:
3549
4040
  "DELETE",
3550
4041
  url,
3551
4042
  headers=exclude_unset(headers),
4043
+ stream=stream,
3552
4044
  error_models={
3553
4045
  "422": ValidationError,
3554
4046
  "404": BasicError,
@@ -3563,6 +4055,7 @@ class OrgsClient:
3563
4055
  per_page: Missing[int] = UNSET,
3564
4056
  page: Missing[int] = UNSET,
3565
4057
  headers: Optional[Mapping[str, str]] = None,
4058
+ stream: bool = False,
3566
4059
  ) -> Response[list[Team], list[TeamType]]:
3567
4060
  """orgs/list-invitation-teams
3568
4061
 
@@ -3589,6 +4082,7 @@ class OrgsClient:
3589
4082
  url,
3590
4083
  params=exclude_unset(params),
3591
4084
  headers=exclude_unset(headers),
4085
+ stream=stream,
3592
4086
  response_model=list[Team],
3593
4087
  error_models={
3594
4088
  "404": BasicError,
@@ -3603,6 +4097,7 @@ class OrgsClient:
3603
4097
  per_page: Missing[int] = UNSET,
3604
4098
  page: Missing[int] = UNSET,
3605
4099
  headers: Optional[Mapping[str, str]] = None,
4100
+ stream: bool = False,
3606
4101
  ) -> Response[list[Team], list[TeamType]]:
3607
4102
  """orgs/list-invitation-teams
3608
4103
 
@@ -3629,6 +4124,7 @@ class OrgsClient:
3629
4124
  url,
3630
4125
  params=exclude_unset(params),
3631
4126
  headers=exclude_unset(headers),
4127
+ stream=stream,
3632
4128
  response_model=list[Team],
3633
4129
  error_models={
3634
4130
  "404": BasicError,
@@ -3640,6 +4136,7 @@ class OrgsClient:
3640
4136
  org: str,
3641
4137
  *,
3642
4138
  headers: Optional[Mapping[str, str]] = None,
4139
+ stream: bool = False,
3643
4140
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
3644
4141
  """orgs/list-issue-types
3645
4142
 
@@ -3662,6 +4159,7 @@ class OrgsClient:
3662
4159
  "GET",
3663
4160
  url,
3664
4161
  headers=exclude_unset(headers),
4162
+ stream=stream,
3665
4163
  response_model=list[Union[IssueType, None]],
3666
4164
  error_models={
3667
4165
  "404": BasicError,
@@ -3673,6 +4171,7 @@ class OrgsClient:
3673
4171
  org: str,
3674
4172
  *,
3675
4173
  headers: Optional[Mapping[str, str]] = None,
4174
+ stream: bool = False,
3676
4175
  ) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
3677
4176
  """orgs/list-issue-types
3678
4177
 
@@ -3695,6 +4194,7 @@ class OrgsClient:
3695
4194
  "GET",
3696
4195
  url,
3697
4196
  headers=exclude_unset(headers),
4197
+ stream=stream,
3698
4198
  response_model=list[Union[IssueType, None]],
3699
4199
  error_models={
3700
4200
  "404": BasicError,
@@ -3707,6 +4207,7 @@ class OrgsClient:
3707
4207
  org: str,
3708
4208
  *,
3709
4209
  headers: Optional[Mapping[str, str]] = None,
4210
+ stream: bool = False,
3710
4211
  data: OrganizationCreateIssueTypeType,
3711
4212
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3712
4213
 
@@ -3717,6 +4218,7 @@ class OrgsClient:
3717
4218
  *,
3718
4219
  data: UnsetType = UNSET,
3719
4220
  headers: Optional[Mapping[str, str]] = None,
4221
+ stream: bool = False,
3720
4222
  name: str,
3721
4223
  is_enabled: bool,
3722
4224
  description: Missing[Union[str, None]] = UNSET,
@@ -3735,6 +4237,7 @@ class OrgsClient:
3735
4237
  org: str,
3736
4238
  *,
3737
4239
  headers: Optional[Mapping[str, str]] = None,
4240
+ stream: bool = False,
3738
4241
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
3739
4242
  **kwargs,
3740
4243
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -3779,6 +4282,7 @@ class OrgsClient:
3779
4282
  url,
3780
4283
  json=exclude_unset(json),
3781
4284
  headers=exclude_unset(headers),
4285
+ stream=stream,
3782
4286
  response_model=Union[IssueType, None],
3783
4287
  error_models={
3784
4288
  "404": BasicError,
@@ -3792,6 +4296,7 @@ class OrgsClient:
3792
4296
  org: str,
3793
4297
  *,
3794
4298
  headers: Optional[Mapping[str, str]] = None,
4299
+ stream: bool = False,
3795
4300
  data: OrganizationCreateIssueTypeType,
3796
4301
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3797
4302
 
@@ -3802,6 +4307,7 @@ class OrgsClient:
3802
4307
  *,
3803
4308
  data: UnsetType = UNSET,
3804
4309
  headers: Optional[Mapping[str, str]] = None,
4310
+ stream: bool = False,
3805
4311
  name: str,
3806
4312
  is_enabled: bool,
3807
4313
  description: Missing[Union[str, None]] = UNSET,
@@ -3820,6 +4326,7 @@ class OrgsClient:
3820
4326
  org: str,
3821
4327
  *,
3822
4328
  headers: Optional[Mapping[str, str]] = None,
4329
+ stream: bool = False,
3823
4330
  data: Missing[OrganizationCreateIssueTypeType] = UNSET,
3824
4331
  **kwargs,
3825
4332
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -3864,6 +4371,7 @@ class OrgsClient:
3864
4371
  url,
3865
4372
  json=exclude_unset(json),
3866
4373
  headers=exclude_unset(headers),
4374
+ stream=stream,
3867
4375
  response_model=Union[IssueType, None],
3868
4376
  error_models={
3869
4377
  "404": BasicError,
@@ -3878,6 +4386,7 @@ class OrgsClient:
3878
4386
  issue_type_id: int,
3879
4387
  *,
3880
4388
  headers: Optional[Mapping[str, str]] = None,
4389
+ stream: bool = False,
3881
4390
  data: OrganizationUpdateIssueTypeType,
3882
4391
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3883
4392
 
@@ -3889,6 +4398,7 @@ class OrgsClient:
3889
4398
  *,
3890
4399
  data: UnsetType = UNSET,
3891
4400
  headers: Optional[Mapping[str, str]] = None,
4401
+ stream: bool = False,
3892
4402
  name: str,
3893
4403
  is_enabled: bool,
3894
4404
  description: Missing[Union[str, None]] = UNSET,
@@ -3908,6 +4418,7 @@ class OrgsClient:
3908
4418
  issue_type_id: int,
3909
4419
  *,
3910
4420
  headers: Optional[Mapping[str, str]] = None,
4421
+ stream: bool = False,
3911
4422
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
3912
4423
  **kwargs,
3913
4424
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -3952,6 +4463,7 @@ class OrgsClient:
3952
4463
  url,
3953
4464
  json=exclude_unset(json),
3954
4465
  headers=exclude_unset(headers),
4466
+ stream=stream,
3955
4467
  response_model=Union[IssueType, None],
3956
4468
  error_models={
3957
4469
  "404": BasicError,
@@ -3966,6 +4478,7 @@ class OrgsClient:
3966
4478
  issue_type_id: int,
3967
4479
  *,
3968
4480
  headers: Optional[Mapping[str, str]] = None,
4481
+ stream: bool = False,
3969
4482
  data: OrganizationUpdateIssueTypeType,
3970
4483
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
3971
4484
 
@@ -3977,6 +4490,7 @@ class OrgsClient:
3977
4490
  *,
3978
4491
  data: UnsetType = UNSET,
3979
4492
  headers: Optional[Mapping[str, str]] = None,
4493
+ stream: bool = False,
3980
4494
  name: str,
3981
4495
  is_enabled: bool,
3982
4496
  description: Missing[Union[str, None]] = UNSET,
@@ -3996,6 +4510,7 @@ class OrgsClient:
3996
4510
  issue_type_id: int,
3997
4511
  *,
3998
4512
  headers: Optional[Mapping[str, str]] = None,
4513
+ stream: bool = False,
3999
4514
  data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
4000
4515
  **kwargs,
4001
4516
  ) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
@@ -4040,6 +4555,7 @@ class OrgsClient:
4040
4555
  url,
4041
4556
  json=exclude_unset(json),
4042
4557
  headers=exclude_unset(headers),
4558
+ stream=stream,
4043
4559
  response_model=Union[IssueType, None],
4044
4560
  error_models={
4045
4561
  "404": BasicError,
@@ -4053,6 +4569,7 @@ class OrgsClient:
4053
4569
  issue_type_id: int,
4054
4570
  *,
4055
4571
  headers: Optional[Mapping[str, str]] = None,
4572
+ stream: bool = False,
4056
4573
  ) -> Response:
4057
4574
  """orgs/delete-issue-type
4058
4575
 
@@ -4078,6 +4595,7 @@ class OrgsClient:
4078
4595
  "DELETE",
4079
4596
  url,
4080
4597
  headers=exclude_unset(headers),
4598
+ stream=stream,
4081
4599
  error_models={
4082
4600
  "422": ValidationErrorSimple,
4083
4601
  "404": BasicError,
@@ -4090,6 +4608,7 @@ class OrgsClient:
4090
4608
  issue_type_id: int,
4091
4609
  *,
4092
4610
  headers: Optional[Mapping[str, str]] = None,
4611
+ stream: bool = False,
4093
4612
  ) -> Response:
4094
4613
  """orgs/delete-issue-type
4095
4614
 
@@ -4115,6 +4634,7 @@ class OrgsClient:
4115
4634
  "DELETE",
4116
4635
  url,
4117
4636
  headers=exclude_unset(headers),
4637
+ stream=stream,
4118
4638
  error_models={
4119
4639
  "422": ValidationErrorSimple,
4120
4640
  "404": BasicError,
@@ -4130,6 +4650,7 @@ class OrgsClient:
4130
4650
  per_page: Missing[int] = UNSET,
4131
4651
  page: Missing[int] = UNSET,
4132
4652
  headers: Optional[Mapping[str, str]] = None,
4653
+ stream: bool = False,
4133
4654
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
4134
4655
  """orgs/list-members
4135
4656
 
@@ -4158,6 +4679,7 @@ class OrgsClient:
4158
4679
  url,
4159
4680
  params=exclude_unset(params),
4160
4681
  headers=exclude_unset(headers),
4682
+ stream=stream,
4161
4683
  response_model=list[SimpleUser],
4162
4684
  error_models={
4163
4685
  "422": ValidationError,
@@ -4173,6 +4695,7 @@ class OrgsClient:
4173
4695
  per_page: Missing[int] = UNSET,
4174
4696
  page: Missing[int] = UNSET,
4175
4697
  headers: Optional[Mapping[str, str]] = None,
4698
+ stream: bool = False,
4176
4699
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
4177
4700
  """orgs/list-members
4178
4701
 
@@ -4201,6 +4724,7 @@ class OrgsClient:
4201
4724
  url,
4202
4725
  params=exclude_unset(params),
4203
4726
  headers=exclude_unset(headers),
4727
+ stream=stream,
4204
4728
  response_model=list[SimpleUser],
4205
4729
  error_models={
4206
4730
  "422": ValidationError,
@@ -4213,6 +4737,7 @@ class OrgsClient:
4213
4737
  username: str,
4214
4738
  *,
4215
4739
  headers: Optional[Mapping[str, str]] = None,
4740
+ stream: bool = False,
4216
4741
  ) -> Response:
4217
4742
  """orgs/check-membership-for-user
4218
4743
 
@@ -4231,6 +4756,7 @@ class OrgsClient:
4231
4756
  "GET",
4232
4757
  url,
4233
4758
  headers=exclude_unset(headers),
4759
+ stream=stream,
4234
4760
  error_models={},
4235
4761
  )
4236
4762
 
@@ -4240,6 +4766,7 @@ class OrgsClient:
4240
4766
  username: str,
4241
4767
  *,
4242
4768
  headers: Optional[Mapping[str, str]] = None,
4769
+ stream: bool = False,
4243
4770
  ) -> Response:
4244
4771
  """orgs/check-membership-for-user
4245
4772
 
@@ -4258,6 +4785,7 @@ class OrgsClient:
4258
4785
  "GET",
4259
4786
  url,
4260
4787
  headers=exclude_unset(headers),
4788
+ stream=stream,
4261
4789
  error_models={},
4262
4790
  )
4263
4791
 
@@ -4267,6 +4795,7 @@ class OrgsClient:
4267
4795
  username: str,
4268
4796
  *,
4269
4797
  headers: Optional[Mapping[str, str]] = None,
4798
+ stream: bool = False,
4270
4799
  ) -> Response:
4271
4800
  """orgs/remove-member
4272
4801
 
@@ -4287,6 +4816,7 @@ class OrgsClient:
4287
4816
  "DELETE",
4288
4817
  url,
4289
4818
  headers=exclude_unset(headers),
4819
+ stream=stream,
4290
4820
  error_models={
4291
4821
  "403": BasicError,
4292
4822
  },
@@ -4298,6 +4828,7 @@ class OrgsClient:
4298
4828
  username: str,
4299
4829
  *,
4300
4830
  headers: Optional[Mapping[str, str]] = None,
4831
+ stream: bool = False,
4301
4832
  ) -> Response:
4302
4833
  """orgs/remove-member
4303
4834
 
@@ -4318,6 +4849,7 @@ class OrgsClient:
4318
4849
  "DELETE",
4319
4850
  url,
4320
4851
  headers=exclude_unset(headers),
4852
+ stream=stream,
4321
4853
  error_models={
4322
4854
  "403": BasicError,
4323
4855
  },
@@ -4329,6 +4861,7 @@ class OrgsClient:
4329
4861
  username: str,
4330
4862
  *,
4331
4863
  headers: Optional[Mapping[str, str]] = None,
4864
+ stream: bool = False,
4332
4865
  ) -> Response[OrgMembership, OrgMembershipType]:
4333
4866
  """orgs/get-membership-for-user
4334
4867
 
@@ -4349,6 +4882,7 @@ class OrgsClient:
4349
4882
  "GET",
4350
4883
  url,
4351
4884
  headers=exclude_unset(headers),
4885
+ stream=stream,
4352
4886
  response_model=OrgMembership,
4353
4887
  error_models={
4354
4888
  "404": BasicError,
@@ -4362,6 +4896,7 @@ class OrgsClient:
4362
4896
  username: str,
4363
4897
  *,
4364
4898
  headers: Optional[Mapping[str, str]] = None,
4899
+ stream: bool = False,
4365
4900
  ) -> Response[OrgMembership, OrgMembershipType]:
4366
4901
  """orgs/get-membership-for-user
4367
4902
 
@@ -4382,6 +4917,7 @@ class OrgsClient:
4382
4917
  "GET",
4383
4918
  url,
4384
4919
  headers=exclude_unset(headers),
4920
+ stream=stream,
4385
4921
  response_model=OrgMembership,
4386
4922
  error_models={
4387
4923
  "404": BasicError,
@@ -4396,6 +4932,7 @@ class OrgsClient:
4396
4932
  username: str,
4397
4933
  *,
4398
4934
  headers: Optional[Mapping[str, str]] = None,
4935
+ stream: bool = False,
4399
4936
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4400
4937
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4401
4938
 
@@ -4407,6 +4944,7 @@ class OrgsClient:
4407
4944
  *,
4408
4945
  data: UnsetType = UNSET,
4409
4946
  headers: Optional[Mapping[str, str]] = None,
4947
+ stream: bool = False,
4410
4948
  role: Missing[Literal["admin", "member"]] = UNSET,
4411
4949
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4412
4950
 
@@ -4416,6 +4954,7 @@ class OrgsClient:
4416
4954
  username: str,
4417
4955
  *,
4418
4956
  headers: Optional[Mapping[str, str]] = None,
4957
+ stream: bool = False,
4419
4958
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4420
4959
  **kwargs,
4421
4960
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -4461,6 +5000,7 @@ class OrgsClient:
4461
5000
  url,
4462
5001
  json=exclude_unset(json),
4463
5002
  headers=exclude_unset(headers),
5003
+ stream=stream,
4464
5004
  response_model=OrgMembership,
4465
5005
  error_models={
4466
5006
  "422": ValidationError,
@@ -4475,6 +5015,7 @@ class OrgsClient:
4475
5015
  username: str,
4476
5016
  *,
4477
5017
  headers: Optional[Mapping[str, str]] = None,
5018
+ stream: bool = False,
4478
5019
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4479
5020
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4480
5021
 
@@ -4486,6 +5027,7 @@ class OrgsClient:
4486
5027
  *,
4487
5028
  data: UnsetType = UNSET,
4488
5029
  headers: Optional[Mapping[str, str]] = None,
5030
+ stream: bool = False,
4489
5031
  role: Missing[Literal["admin", "member"]] = UNSET,
4490
5032
  ) -> Response[OrgMembership, OrgMembershipType]: ...
4491
5033
 
@@ -4495,6 +5037,7 @@ class OrgsClient:
4495
5037
  username: str,
4496
5038
  *,
4497
5039
  headers: Optional[Mapping[str, str]] = None,
5040
+ stream: bool = False,
4498
5041
  data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
4499
5042
  **kwargs,
4500
5043
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -4540,6 +5083,7 @@ class OrgsClient:
4540
5083
  url,
4541
5084
  json=exclude_unset(json),
4542
5085
  headers=exclude_unset(headers),
5086
+ stream=stream,
4543
5087
  response_model=OrgMembership,
4544
5088
  error_models={
4545
5089
  "422": ValidationError,
@@ -4553,6 +5097,7 @@ class OrgsClient:
4553
5097
  username: str,
4554
5098
  *,
4555
5099
  headers: Optional[Mapping[str, str]] = None,
5100
+ stream: bool = False,
4556
5101
  ) -> Response:
4557
5102
  """orgs/remove-membership-for-user
4558
5103
 
@@ -4575,6 +5120,7 @@ class OrgsClient:
4575
5120
  "DELETE",
4576
5121
  url,
4577
5122
  headers=exclude_unset(headers),
5123
+ stream=stream,
4578
5124
  error_models={
4579
5125
  "403": BasicError,
4580
5126
  "404": BasicError,
@@ -4587,6 +5133,7 @@ class OrgsClient:
4587
5133
  username: str,
4588
5134
  *,
4589
5135
  headers: Optional[Mapping[str, str]] = None,
5136
+ stream: bool = False,
4590
5137
  ) -> Response:
4591
5138
  """orgs/remove-membership-for-user
4592
5139
 
@@ -4609,6 +5156,7 @@ class OrgsClient:
4609
5156
  "DELETE",
4610
5157
  url,
4611
5158
  headers=exclude_unset(headers),
5159
+ stream=stream,
4612
5160
  error_models={
4613
5161
  "403": BasicError,
4614
5162
  "404": BasicError,
@@ -4620,6 +5168,7 @@ class OrgsClient:
4620
5168
  org: str,
4621
5169
  *,
4622
5170
  headers: Optional[Mapping[str, str]] = None,
5171
+ stream: bool = False,
4623
5172
  ) -> Response[
4624
5173
  OrgsOrgOrganizationRolesGetResponse200,
4625
5174
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -4654,6 +5203,7 @@ class OrgsClient:
4654
5203
  "GET",
4655
5204
  url,
4656
5205
  headers=exclude_unset(headers),
5206
+ stream=stream,
4657
5207
  response_model=OrgsOrgOrganizationRolesGetResponse200,
4658
5208
  error_models={
4659
5209
  "404": BasicError,
@@ -4666,6 +5216,7 @@ class OrgsClient:
4666
5216
  org: str,
4667
5217
  *,
4668
5218
  headers: Optional[Mapping[str, str]] = None,
5219
+ stream: bool = False,
4669
5220
  ) -> Response[
4670
5221
  OrgsOrgOrganizationRolesGetResponse200,
4671
5222
  OrgsOrgOrganizationRolesGetResponse200Type,
@@ -4700,6 +5251,7 @@ class OrgsClient:
4700
5251
  "GET",
4701
5252
  url,
4702
5253
  headers=exclude_unset(headers),
5254
+ stream=stream,
4703
5255
  response_model=OrgsOrgOrganizationRolesGetResponse200,
4704
5256
  error_models={
4705
5257
  "404": BasicError,
@@ -4713,6 +5265,7 @@ class OrgsClient:
4713
5265
  team_slug: str,
4714
5266
  *,
4715
5267
  headers: Optional[Mapping[str, str]] = None,
5268
+ stream: bool = False,
4716
5269
  ) -> Response:
4717
5270
  """orgs/revoke-all-org-roles-team
4718
5271
 
@@ -4735,6 +5288,7 @@ class OrgsClient:
4735
5288
  "DELETE",
4736
5289
  url,
4737
5290
  headers=exclude_unset(headers),
5291
+ stream=stream,
4738
5292
  )
4739
5293
 
4740
5294
  async def async_revoke_all_org_roles_team(
@@ -4743,6 +5297,7 @@ class OrgsClient:
4743
5297
  team_slug: str,
4744
5298
  *,
4745
5299
  headers: Optional[Mapping[str, str]] = None,
5300
+ stream: bool = False,
4746
5301
  ) -> Response:
4747
5302
  """orgs/revoke-all-org-roles-team
4748
5303
 
@@ -4765,6 +5320,7 @@ class OrgsClient:
4765
5320
  "DELETE",
4766
5321
  url,
4767
5322
  headers=exclude_unset(headers),
5323
+ stream=stream,
4768
5324
  )
4769
5325
 
4770
5326
  def assign_team_to_org_role(
@@ -4774,6 +5330,7 @@ class OrgsClient:
4774
5330
  role_id: int,
4775
5331
  *,
4776
5332
  headers: Optional[Mapping[str, str]] = None,
5333
+ stream: bool = False,
4777
5334
  ) -> Response:
4778
5335
  """orgs/assign-team-to-org-role
4779
5336
 
@@ -4796,6 +5353,7 @@ class OrgsClient:
4796
5353
  "PUT",
4797
5354
  url,
4798
5355
  headers=exclude_unset(headers),
5356
+ stream=stream,
4799
5357
  error_models={},
4800
5358
  )
4801
5359
 
@@ -4806,6 +5364,7 @@ class OrgsClient:
4806
5364
  role_id: int,
4807
5365
  *,
4808
5366
  headers: Optional[Mapping[str, str]] = None,
5367
+ stream: bool = False,
4809
5368
  ) -> Response:
4810
5369
  """orgs/assign-team-to-org-role
4811
5370
 
@@ -4828,6 +5387,7 @@ class OrgsClient:
4828
5387
  "PUT",
4829
5388
  url,
4830
5389
  headers=exclude_unset(headers),
5390
+ stream=stream,
4831
5391
  error_models={},
4832
5392
  )
4833
5393
 
@@ -4838,6 +5398,7 @@ class OrgsClient:
4838
5398
  role_id: int,
4839
5399
  *,
4840
5400
  headers: Optional[Mapping[str, str]] = None,
5401
+ stream: bool = False,
4841
5402
  ) -> Response:
4842
5403
  """orgs/revoke-org-role-team
4843
5404
 
@@ -4860,6 +5421,7 @@ class OrgsClient:
4860
5421
  "DELETE",
4861
5422
  url,
4862
5423
  headers=exclude_unset(headers),
5424
+ stream=stream,
4863
5425
  )
4864
5426
 
4865
5427
  async def async_revoke_org_role_team(
@@ -4869,6 +5431,7 @@ class OrgsClient:
4869
5431
  role_id: int,
4870
5432
  *,
4871
5433
  headers: Optional[Mapping[str, str]] = None,
5434
+ stream: bool = False,
4872
5435
  ) -> Response:
4873
5436
  """orgs/revoke-org-role-team
4874
5437
 
@@ -4891,6 +5454,7 @@ class OrgsClient:
4891
5454
  "DELETE",
4892
5455
  url,
4893
5456
  headers=exclude_unset(headers),
5457
+ stream=stream,
4894
5458
  )
4895
5459
 
4896
5460
  def revoke_all_org_roles_user(
@@ -4899,6 +5463,7 @@ class OrgsClient:
4899
5463
  username: str,
4900
5464
  *,
4901
5465
  headers: Optional[Mapping[str, str]] = None,
5466
+ stream: bool = False,
4902
5467
  ) -> Response:
4903
5468
  """orgs/revoke-all-org-roles-user
4904
5469
 
@@ -4921,6 +5486,7 @@ class OrgsClient:
4921
5486
  "DELETE",
4922
5487
  url,
4923
5488
  headers=exclude_unset(headers),
5489
+ stream=stream,
4924
5490
  )
4925
5491
 
4926
5492
  async def async_revoke_all_org_roles_user(
@@ -4929,6 +5495,7 @@ class OrgsClient:
4929
5495
  username: str,
4930
5496
  *,
4931
5497
  headers: Optional[Mapping[str, str]] = None,
5498
+ stream: bool = False,
4932
5499
  ) -> Response:
4933
5500
  """orgs/revoke-all-org-roles-user
4934
5501
 
@@ -4951,6 +5518,7 @@ class OrgsClient:
4951
5518
  "DELETE",
4952
5519
  url,
4953
5520
  headers=exclude_unset(headers),
5521
+ stream=stream,
4954
5522
  )
4955
5523
 
4956
5524
  def assign_user_to_org_role(
@@ -4960,6 +5528,7 @@ class OrgsClient:
4960
5528
  role_id: int,
4961
5529
  *,
4962
5530
  headers: Optional[Mapping[str, str]] = None,
5531
+ stream: bool = False,
4963
5532
  ) -> Response:
4964
5533
  """orgs/assign-user-to-org-role
4965
5534
 
@@ -4982,6 +5551,7 @@ class OrgsClient:
4982
5551
  "PUT",
4983
5552
  url,
4984
5553
  headers=exclude_unset(headers),
5554
+ stream=stream,
4985
5555
  error_models={},
4986
5556
  )
4987
5557
 
@@ -4992,6 +5562,7 @@ class OrgsClient:
4992
5562
  role_id: int,
4993
5563
  *,
4994
5564
  headers: Optional[Mapping[str, str]] = None,
5565
+ stream: bool = False,
4995
5566
  ) -> Response:
4996
5567
  """orgs/assign-user-to-org-role
4997
5568
 
@@ -5014,6 +5585,7 @@ class OrgsClient:
5014
5585
  "PUT",
5015
5586
  url,
5016
5587
  headers=exclude_unset(headers),
5588
+ stream=stream,
5017
5589
  error_models={},
5018
5590
  )
5019
5591
 
@@ -5024,6 +5596,7 @@ class OrgsClient:
5024
5596
  role_id: int,
5025
5597
  *,
5026
5598
  headers: Optional[Mapping[str, str]] = None,
5599
+ stream: bool = False,
5027
5600
  ) -> Response:
5028
5601
  """orgs/revoke-org-role-user
5029
5602
 
@@ -5046,6 +5619,7 @@ class OrgsClient:
5046
5619
  "DELETE",
5047
5620
  url,
5048
5621
  headers=exclude_unset(headers),
5622
+ stream=stream,
5049
5623
  )
5050
5624
 
5051
5625
  async def async_revoke_org_role_user(
@@ -5055,6 +5629,7 @@ class OrgsClient:
5055
5629
  role_id: int,
5056
5630
  *,
5057
5631
  headers: Optional[Mapping[str, str]] = None,
5632
+ stream: bool = False,
5058
5633
  ) -> Response:
5059
5634
  """orgs/revoke-org-role-user
5060
5635
 
@@ -5077,6 +5652,7 @@ class OrgsClient:
5077
5652
  "DELETE",
5078
5653
  url,
5079
5654
  headers=exclude_unset(headers),
5655
+ stream=stream,
5080
5656
  )
5081
5657
 
5082
5658
  def get_org_role(
@@ -5085,6 +5661,7 @@ class OrgsClient:
5085
5661
  role_id: int,
5086
5662
  *,
5087
5663
  headers: Optional[Mapping[str, str]] = None,
5664
+ stream: bool = False,
5088
5665
  ) -> Response[OrganizationRole, OrganizationRoleType]:
5089
5666
  """orgs/get-org-role
5090
5667
 
@@ -5112,6 +5689,7 @@ class OrgsClient:
5112
5689
  "GET",
5113
5690
  url,
5114
5691
  headers=exclude_unset(headers),
5692
+ stream=stream,
5115
5693
  response_model=OrganizationRole,
5116
5694
  error_models={
5117
5695
  "404": BasicError,
@@ -5125,6 +5703,7 @@ class OrgsClient:
5125
5703
  role_id: int,
5126
5704
  *,
5127
5705
  headers: Optional[Mapping[str, str]] = None,
5706
+ stream: bool = False,
5128
5707
  ) -> Response[OrganizationRole, OrganizationRoleType]:
5129
5708
  """orgs/get-org-role
5130
5709
 
@@ -5152,6 +5731,7 @@ class OrgsClient:
5152
5731
  "GET",
5153
5732
  url,
5154
5733
  headers=exclude_unset(headers),
5734
+ stream=stream,
5155
5735
  response_model=OrganizationRole,
5156
5736
  error_models={
5157
5737
  "404": BasicError,
@@ -5167,6 +5747,7 @@ class OrgsClient:
5167
5747
  per_page: Missing[int] = UNSET,
5168
5748
  page: Missing[int] = UNSET,
5169
5749
  headers: Optional[Mapping[str, str]] = None,
5750
+ stream: bool = False,
5170
5751
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
5171
5752
  """orgs/list-org-role-teams
5172
5753
 
@@ -5197,6 +5778,7 @@ class OrgsClient:
5197
5778
  url,
5198
5779
  params=exclude_unset(params),
5199
5780
  headers=exclude_unset(headers),
5781
+ stream=stream,
5200
5782
  response_model=list[TeamRoleAssignment],
5201
5783
  error_models={},
5202
5784
  )
@@ -5209,6 +5791,7 @@ class OrgsClient:
5209
5791
  per_page: Missing[int] = UNSET,
5210
5792
  page: Missing[int] = UNSET,
5211
5793
  headers: Optional[Mapping[str, str]] = None,
5794
+ stream: bool = False,
5212
5795
  ) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
5213
5796
  """orgs/list-org-role-teams
5214
5797
 
@@ -5239,6 +5822,7 @@ class OrgsClient:
5239
5822
  url,
5240
5823
  params=exclude_unset(params),
5241
5824
  headers=exclude_unset(headers),
5825
+ stream=stream,
5242
5826
  response_model=list[TeamRoleAssignment],
5243
5827
  error_models={},
5244
5828
  )
@@ -5251,6 +5835,7 @@ class OrgsClient:
5251
5835
  per_page: Missing[int] = UNSET,
5252
5836
  page: Missing[int] = UNSET,
5253
5837
  headers: Optional[Mapping[str, str]] = None,
5838
+ stream: bool = False,
5254
5839
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
5255
5840
  """orgs/list-org-role-users
5256
5841
 
@@ -5281,6 +5866,7 @@ class OrgsClient:
5281
5866
  url,
5282
5867
  params=exclude_unset(params),
5283
5868
  headers=exclude_unset(headers),
5869
+ stream=stream,
5284
5870
  response_model=list[UserRoleAssignment],
5285
5871
  error_models={},
5286
5872
  )
@@ -5293,6 +5879,7 @@ class OrgsClient:
5293
5879
  per_page: Missing[int] = UNSET,
5294
5880
  page: Missing[int] = UNSET,
5295
5881
  headers: Optional[Mapping[str, str]] = None,
5882
+ stream: bool = False,
5296
5883
  ) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
5297
5884
  """orgs/list-org-role-users
5298
5885
 
@@ -5323,6 +5910,7 @@ class OrgsClient:
5323
5910
  url,
5324
5911
  params=exclude_unset(params),
5325
5912
  headers=exclude_unset(headers),
5913
+ stream=stream,
5326
5914
  response_model=list[UserRoleAssignment],
5327
5915
  error_models={},
5328
5916
  )
@@ -5335,6 +5923,7 @@ class OrgsClient:
5335
5923
  per_page: Missing[int] = UNSET,
5336
5924
  page: Missing[int] = UNSET,
5337
5925
  headers: Optional[Mapping[str, str]] = None,
5926
+ stream: bool = False,
5338
5927
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5339
5928
  """orgs/list-outside-collaborators
5340
5929
 
@@ -5362,6 +5951,7 @@ class OrgsClient:
5362
5951
  url,
5363
5952
  params=exclude_unset(params),
5364
5953
  headers=exclude_unset(headers),
5954
+ stream=stream,
5365
5955
  response_model=list[SimpleUser],
5366
5956
  )
5367
5957
 
@@ -5373,6 +5963,7 @@ class OrgsClient:
5373
5963
  per_page: Missing[int] = UNSET,
5374
5964
  page: Missing[int] = UNSET,
5375
5965
  headers: Optional[Mapping[str, str]] = None,
5966
+ stream: bool = False,
5376
5967
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
5377
5968
  """orgs/list-outside-collaborators
5378
5969
 
@@ -5400,6 +5991,7 @@ class OrgsClient:
5400
5991
  url,
5401
5992
  params=exclude_unset(params),
5402
5993
  headers=exclude_unset(headers),
5994
+ stream=stream,
5403
5995
  response_model=list[SimpleUser],
5404
5996
  )
5405
5997
 
@@ -5410,6 +6002,7 @@ class OrgsClient:
5410
6002
  username: str,
5411
6003
  *,
5412
6004
  headers: Optional[Mapping[str, str]] = None,
6005
+ stream: bool = False,
5413
6006
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5414
6007
  ) -> Response[
5415
6008
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5424,6 +6017,7 @@ class OrgsClient:
5424
6017
  *,
5425
6018
  data: UnsetType = UNSET,
5426
6019
  headers: Optional[Mapping[str, str]] = None,
6020
+ stream: bool = False,
5427
6021
  async_: Missing[bool] = UNSET,
5428
6022
  ) -> Response[
5429
6023
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5436,6 +6030,7 @@ class OrgsClient:
5436
6030
  username: str,
5437
6031
  *,
5438
6032
  headers: Optional[Mapping[str, str]] = None,
6033
+ stream: bool = False,
5439
6034
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5440
6035
  **kwargs,
5441
6036
  ) -> Response[
@@ -5477,6 +6072,7 @@ class OrgsClient:
5477
6072
  url,
5478
6073
  json=exclude_unset(json),
5479
6074
  headers=exclude_unset(headers),
6075
+ stream=stream,
5480
6076
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
5481
6077
  error_models={
5482
6078
  "404": BasicError,
@@ -5490,6 +6086,7 @@ class OrgsClient:
5490
6086
  username: str,
5491
6087
  *,
5492
6088
  headers: Optional[Mapping[str, str]] = None,
6089
+ stream: bool = False,
5493
6090
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5494
6091
  ) -> Response[
5495
6092
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5504,6 +6101,7 @@ class OrgsClient:
5504
6101
  *,
5505
6102
  data: UnsetType = UNSET,
5506
6103
  headers: Optional[Mapping[str, str]] = None,
6104
+ stream: bool = False,
5507
6105
  async_: Missing[bool] = UNSET,
5508
6106
  ) -> Response[
5509
6107
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
@@ -5516,6 +6114,7 @@ class OrgsClient:
5516
6114
  username: str,
5517
6115
  *,
5518
6116
  headers: Optional[Mapping[str, str]] = None,
6117
+ stream: bool = False,
5519
6118
  data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
5520
6119
  **kwargs,
5521
6120
  ) -> Response[
@@ -5557,6 +6156,7 @@ class OrgsClient:
5557
6156
  url,
5558
6157
  json=exclude_unset(json),
5559
6158
  headers=exclude_unset(headers),
6159
+ stream=stream,
5560
6160
  response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
5561
6161
  error_models={
5562
6162
  "404": BasicError,
@@ -5569,6 +6169,7 @@ class OrgsClient:
5569
6169
  username: str,
5570
6170
  *,
5571
6171
  headers: Optional[Mapping[str, str]] = None,
6172
+ stream: bool = False,
5572
6173
  ) -> Response:
5573
6174
  """orgs/remove-outside-collaborator
5574
6175
 
@@ -5589,6 +6190,7 @@ class OrgsClient:
5589
6190
  "DELETE",
5590
6191
  url,
5591
6192
  headers=exclude_unset(headers),
6193
+ stream=stream,
5592
6194
  error_models={
5593
6195
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
5594
6196
  },
@@ -5600,6 +6202,7 @@ class OrgsClient:
5600
6202
  username: str,
5601
6203
  *,
5602
6204
  headers: Optional[Mapping[str, str]] = None,
6205
+ stream: bool = False,
5603
6206
  ) -> Response:
5604
6207
  """orgs/remove-outside-collaborator
5605
6208
 
@@ -5620,6 +6223,7 @@ class OrgsClient:
5620
6223
  "DELETE",
5621
6224
  url,
5622
6225
  headers=exclude_unset(headers),
6226
+ stream=stream,
5623
6227
  error_models={
5624
6228
  "422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
5625
6229
  },
@@ -5640,6 +6244,7 @@ class OrgsClient:
5640
6244
  last_used_after: Missing[datetime] = UNSET,
5641
6245
  token_id: Missing[list[str]] = UNSET,
5642
6246
  headers: Optional[Mapping[str, str]] = None,
6247
+ stream: bool = False,
5643
6248
  ) -> Response[
5644
6249
  list[OrganizationProgrammaticAccessGrantRequest],
5645
6250
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -5683,6 +6288,7 @@ class OrgsClient:
5683
6288
  url,
5684
6289
  params=exclude_unset(params),
5685
6290
  headers=exclude_unset(headers),
6291
+ stream=stream,
5686
6292
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
5687
6293
  error_models={
5688
6294
  "500": BasicError,
@@ -5707,6 +6313,7 @@ class OrgsClient:
5707
6313
  last_used_after: Missing[datetime] = UNSET,
5708
6314
  token_id: Missing[list[str]] = UNSET,
5709
6315
  headers: Optional[Mapping[str, str]] = None,
6316
+ stream: bool = False,
5710
6317
  ) -> Response[
5711
6318
  list[OrganizationProgrammaticAccessGrantRequest],
5712
6319
  list[OrganizationProgrammaticAccessGrantRequestType],
@@ -5750,6 +6357,7 @@ class OrgsClient:
5750
6357
  url,
5751
6358
  params=exclude_unset(params),
5752
6359
  headers=exclude_unset(headers),
6360
+ stream=stream,
5753
6361
  response_model=list[OrganizationProgrammaticAccessGrantRequest],
5754
6362
  error_models={
5755
6363
  "500": BasicError,
@@ -5765,6 +6373,7 @@ class OrgsClient:
5765
6373
  org: str,
5766
6374
  *,
5767
6375
  headers: Optional[Mapping[str, str]] = None,
6376
+ stream: bool = False,
5768
6377
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
5769
6378
  ) -> Response[
5770
6379
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -5778,6 +6387,7 @@ class OrgsClient:
5778
6387
  *,
5779
6388
  data: UnsetType = UNSET,
5780
6389
  headers: Optional[Mapping[str, str]] = None,
6390
+ stream: bool = False,
5781
6391
  pat_request_ids: Missing[list[int]] = UNSET,
5782
6392
  action: Literal["approve", "deny"],
5783
6393
  reason: Missing[Union[str, None]] = UNSET,
@@ -5791,6 +6401,7 @@ class OrgsClient:
5791
6401
  org: str,
5792
6402
  *,
5793
6403
  headers: Optional[Mapping[str, str]] = None,
6404
+ stream: bool = False,
5794
6405
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
5795
6406
  **kwargs,
5796
6407
  ) -> Response[
@@ -5835,6 +6446,7 @@ class OrgsClient:
5835
6446
  url,
5836
6447
  json=exclude_unset(json),
5837
6448
  headers=exclude_unset(headers),
6449
+ stream=stream,
5838
6450
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
5839
6451
  error_models={
5840
6452
  "500": BasicError,
@@ -5850,6 +6462,7 @@ class OrgsClient:
5850
6462
  org: str,
5851
6463
  *,
5852
6464
  headers: Optional[Mapping[str, str]] = None,
6465
+ stream: bool = False,
5853
6466
  data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
5854
6467
  ) -> Response[
5855
6468
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -5863,6 +6476,7 @@ class OrgsClient:
5863
6476
  *,
5864
6477
  data: UnsetType = UNSET,
5865
6478
  headers: Optional[Mapping[str, str]] = None,
6479
+ stream: bool = False,
5866
6480
  pat_request_ids: Missing[list[int]] = UNSET,
5867
6481
  action: Literal["approve", "deny"],
5868
6482
  reason: Missing[Union[str, None]] = UNSET,
@@ -5876,6 +6490,7 @@ class OrgsClient:
5876
6490
  org: str,
5877
6491
  *,
5878
6492
  headers: Optional[Mapping[str, str]] = None,
6493
+ stream: bool = False,
5879
6494
  data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
5880
6495
  **kwargs,
5881
6496
  ) -> Response[
@@ -5920,6 +6535,7 @@ class OrgsClient:
5920
6535
  url,
5921
6536
  json=exclude_unset(json),
5922
6537
  headers=exclude_unset(headers),
6538
+ stream=stream,
5923
6539
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
5924
6540
  error_models={
5925
6541
  "500": BasicError,
@@ -5936,6 +6552,7 @@ class OrgsClient:
5936
6552
  pat_request_id: int,
5937
6553
  *,
5938
6554
  headers: Optional[Mapping[str, str]] = None,
6555
+ stream: bool = False,
5939
6556
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
5940
6557
  ) -> Response: ...
5941
6558
 
@@ -5947,6 +6564,7 @@ class OrgsClient:
5947
6564
  *,
5948
6565
  data: UnsetType = UNSET,
5949
6566
  headers: Optional[Mapping[str, str]] = None,
6567
+ stream: bool = False,
5950
6568
  action: Literal["approve", "deny"],
5951
6569
  reason: Missing[Union[str, None]] = UNSET,
5952
6570
  ) -> Response: ...
@@ -5957,6 +6575,7 @@ class OrgsClient:
5957
6575
  pat_request_id: int,
5958
6576
  *,
5959
6577
  headers: Optional[Mapping[str, str]] = None,
6578
+ stream: bool = False,
5960
6579
  data: Missing[
5961
6580
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
5962
6581
  ] = UNSET,
@@ -5999,6 +6618,7 @@ class OrgsClient:
5999
6618
  url,
6000
6619
  json=exclude_unset(json),
6001
6620
  headers=exclude_unset(headers),
6621
+ stream=stream,
6002
6622
  error_models={
6003
6623
  "500": BasicError,
6004
6624
  "422": ValidationError,
@@ -6014,6 +6634,7 @@ class OrgsClient:
6014
6634
  pat_request_id: int,
6015
6635
  *,
6016
6636
  headers: Optional[Mapping[str, str]] = None,
6637
+ stream: bool = False,
6017
6638
  data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
6018
6639
  ) -> Response: ...
6019
6640
 
@@ -6025,6 +6646,7 @@ class OrgsClient:
6025
6646
  *,
6026
6647
  data: UnsetType = UNSET,
6027
6648
  headers: Optional[Mapping[str, str]] = None,
6649
+ stream: bool = False,
6028
6650
  action: Literal["approve", "deny"],
6029
6651
  reason: Missing[Union[str, None]] = UNSET,
6030
6652
  ) -> Response: ...
@@ -6035,6 +6657,7 @@ class OrgsClient:
6035
6657
  pat_request_id: int,
6036
6658
  *,
6037
6659
  headers: Optional[Mapping[str, str]] = None,
6660
+ stream: bool = False,
6038
6661
  data: Missing[
6039
6662
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
6040
6663
  ] = UNSET,
@@ -6077,6 +6700,7 @@ class OrgsClient:
6077
6700
  url,
6078
6701
  json=exclude_unset(json),
6079
6702
  headers=exclude_unset(headers),
6703
+ stream=stream,
6080
6704
  error_models={
6081
6705
  "500": BasicError,
6082
6706
  "422": ValidationError,
@@ -6093,6 +6717,7 @@ class OrgsClient:
6093
6717
  per_page: Missing[int] = UNSET,
6094
6718
  page: Missing[int] = UNSET,
6095
6719
  headers: Optional[Mapping[str, str]] = None,
6720
+ stream: bool = False,
6096
6721
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
6097
6722
  """orgs/list-pat-grant-request-repositories
6098
6723
 
@@ -6123,6 +6748,7 @@ class OrgsClient:
6123
6748
  url,
6124
6749
  params=exclude_unset(params),
6125
6750
  headers=exclude_unset(headers),
6751
+ stream=stream,
6126
6752
  response_model=list[MinimalRepository],
6127
6753
  error_models={
6128
6754
  "500": BasicError,
@@ -6139,6 +6765,7 @@ class OrgsClient:
6139
6765
  per_page: Missing[int] = UNSET,
6140
6766
  page: Missing[int] = UNSET,
6141
6767
  headers: Optional[Mapping[str, str]] = None,
6768
+ stream: bool = False,
6142
6769
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
6143
6770
  """orgs/list-pat-grant-request-repositories
6144
6771
 
@@ -6169,6 +6796,7 @@ class OrgsClient:
6169
6796
  url,
6170
6797
  params=exclude_unset(params),
6171
6798
  headers=exclude_unset(headers),
6799
+ stream=stream,
6172
6800
  response_model=list[MinimalRepository],
6173
6801
  error_models={
6174
6802
  "500": BasicError,
@@ -6192,6 +6820,7 @@ class OrgsClient:
6192
6820
  last_used_after: Missing[datetime] = UNSET,
6193
6821
  token_id: Missing[list[str]] = UNSET,
6194
6822
  headers: Optional[Mapping[str, str]] = None,
6823
+ stream: bool = False,
6195
6824
  ) -> Response[
6196
6825
  list[OrganizationProgrammaticAccessGrant],
6197
6826
  list[OrganizationProgrammaticAccessGrantType],
@@ -6235,6 +6864,7 @@ class OrgsClient:
6235
6864
  url,
6236
6865
  params=exclude_unset(params),
6237
6866
  headers=exclude_unset(headers),
6867
+ stream=stream,
6238
6868
  response_model=list[OrganizationProgrammaticAccessGrant],
6239
6869
  error_models={
6240
6870
  "500": BasicError,
@@ -6259,6 +6889,7 @@ class OrgsClient:
6259
6889
  last_used_after: Missing[datetime] = UNSET,
6260
6890
  token_id: Missing[list[str]] = UNSET,
6261
6891
  headers: Optional[Mapping[str, str]] = None,
6892
+ stream: bool = False,
6262
6893
  ) -> Response[
6263
6894
  list[OrganizationProgrammaticAccessGrant],
6264
6895
  list[OrganizationProgrammaticAccessGrantType],
@@ -6302,6 +6933,7 @@ class OrgsClient:
6302
6933
  url,
6303
6934
  params=exclude_unset(params),
6304
6935
  headers=exclude_unset(headers),
6936
+ stream=stream,
6305
6937
  response_model=list[OrganizationProgrammaticAccessGrant],
6306
6938
  error_models={
6307
6939
  "500": BasicError,
@@ -6317,6 +6949,7 @@ class OrgsClient:
6317
6949
  org: str,
6318
6950
  *,
6319
6951
  headers: Optional[Mapping[str, str]] = None,
6952
+ stream: bool = False,
6320
6953
  data: OrgsOrgPersonalAccessTokensPostBodyType,
6321
6954
  ) -> Response[
6322
6955
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -6330,6 +6963,7 @@ class OrgsClient:
6330
6963
  *,
6331
6964
  data: UnsetType = UNSET,
6332
6965
  headers: Optional[Mapping[str, str]] = None,
6966
+ stream: bool = False,
6333
6967
  action: Literal["revoke"],
6334
6968
  pat_ids: list[int],
6335
6969
  ) -> Response[
@@ -6342,6 +6976,7 @@ class OrgsClient:
6342
6976
  org: str,
6343
6977
  *,
6344
6978
  headers: Optional[Mapping[str, str]] = None,
6979
+ stream: bool = False,
6345
6980
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
6346
6981
  **kwargs,
6347
6982
  ) -> Response[
@@ -6384,6 +7019,7 @@ class OrgsClient:
6384
7019
  url,
6385
7020
  json=exclude_unset(json),
6386
7021
  headers=exclude_unset(headers),
7022
+ stream=stream,
6387
7023
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
6388
7024
  error_models={
6389
7025
  "500": BasicError,
@@ -6399,6 +7035,7 @@ class OrgsClient:
6399
7035
  org: str,
6400
7036
  *,
6401
7037
  headers: Optional[Mapping[str, str]] = None,
7038
+ stream: bool = False,
6402
7039
  data: OrgsOrgPersonalAccessTokensPostBodyType,
6403
7040
  ) -> Response[
6404
7041
  AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
@@ -6412,6 +7049,7 @@ class OrgsClient:
6412
7049
  *,
6413
7050
  data: UnsetType = UNSET,
6414
7051
  headers: Optional[Mapping[str, str]] = None,
7052
+ stream: bool = False,
6415
7053
  action: Literal["revoke"],
6416
7054
  pat_ids: list[int],
6417
7055
  ) -> Response[
@@ -6424,6 +7062,7 @@ class OrgsClient:
6424
7062
  org: str,
6425
7063
  *,
6426
7064
  headers: Optional[Mapping[str, str]] = None,
7065
+ stream: bool = False,
6427
7066
  data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
6428
7067
  **kwargs,
6429
7068
  ) -> Response[
@@ -6466,6 +7105,7 @@ class OrgsClient:
6466
7105
  url,
6467
7106
  json=exclude_unset(json),
6468
7107
  headers=exclude_unset(headers),
7108
+ stream=stream,
6469
7109
  response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
6470
7110
  error_models={
6471
7111
  "500": BasicError,
@@ -6482,6 +7122,7 @@ class OrgsClient:
6482
7122
  pat_id: int,
6483
7123
  *,
6484
7124
  headers: Optional[Mapping[str, str]] = None,
7125
+ stream: bool = False,
6485
7126
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
6486
7127
  ) -> Response: ...
6487
7128
 
@@ -6493,6 +7134,7 @@ class OrgsClient:
6493
7134
  *,
6494
7135
  data: UnsetType = UNSET,
6495
7136
  headers: Optional[Mapping[str, str]] = None,
7137
+ stream: bool = False,
6496
7138
  action: Literal["revoke"],
6497
7139
  ) -> Response: ...
6498
7140
 
@@ -6502,6 +7144,7 @@ class OrgsClient:
6502
7144
  pat_id: int,
6503
7145
  *,
6504
7146
  headers: Optional[Mapping[str, str]] = None,
7147
+ stream: bool = False,
6505
7148
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
6506
7149
  **kwargs,
6507
7150
  ) -> Response:
@@ -6540,6 +7183,7 @@ class OrgsClient:
6540
7183
  url,
6541
7184
  json=exclude_unset(json),
6542
7185
  headers=exclude_unset(headers),
7186
+ stream=stream,
6543
7187
  error_models={
6544
7188
  "500": BasicError,
6545
7189
  "404": BasicError,
@@ -6555,6 +7199,7 @@ class OrgsClient:
6555
7199
  pat_id: int,
6556
7200
  *,
6557
7201
  headers: Optional[Mapping[str, str]] = None,
7202
+ stream: bool = False,
6558
7203
  data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
6559
7204
  ) -> Response: ...
6560
7205
 
@@ -6566,6 +7211,7 @@ class OrgsClient:
6566
7211
  *,
6567
7212
  data: UnsetType = UNSET,
6568
7213
  headers: Optional[Mapping[str, str]] = None,
7214
+ stream: bool = False,
6569
7215
  action: Literal["revoke"],
6570
7216
  ) -> Response: ...
6571
7217
 
@@ -6575,6 +7221,7 @@ class OrgsClient:
6575
7221
  pat_id: int,
6576
7222
  *,
6577
7223
  headers: Optional[Mapping[str, str]] = None,
7224
+ stream: bool = False,
6578
7225
  data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
6579
7226
  **kwargs,
6580
7227
  ) -> Response:
@@ -6613,6 +7260,7 @@ class OrgsClient:
6613
7260
  url,
6614
7261
  json=exclude_unset(json),
6615
7262
  headers=exclude_unset(headers),
7263
+ stream=stream,
6616
7264
  error_models={
6617
7265
  "500": BasicError,
6618
7266
  "404": BasicError,
@@ -6629,6 +7277,7 @@ class OrgsClient:
6629
7277
  per_page: Missing[int] = UNSET,
6630
7278
  page: Missing[int] = UNSET,
6631
7279
  headers: Optional[Mapping[str, str]] = None,
7280
+ stream: bool = False,
6632
7281
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
6633
7282
  """orgs/list-pat-grant-repositories
6634
7283
 
@@ -6657,6 +7306,7 @@ class OrgsClient:
6657
7306
  url,
6658
7307
  params=exclude_unset(params),
6659
7308
  headers=exclude_unset(headers),
7309
+ stream=stream,
6660
7310
  response_model=list[MinimalRepository],
6661
7311
  error_models={
6662
7312
  "500": BasicError,
@@ -6673,6 +7323,7 @@ class OrgsClient:
6673
7323
  per_page: Missing[int] = UNSET,
6674
7324
  page: Missing[int] = UNSET,
6675
7325
  headers: Optional[Mapping[str, str]] = None,
7326
+ stream: bool = False,
6676
7327
  ) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
6677
7328
  """orgs/list-pat-grant-repositories
6678
7329
 
@@ -6701,6 +7352,7 @@ class OrgsClient:
6701
7352
  url,
6702
7353
  params=exclude_unset(params),
6703
7354
  headers=exclude_unset(headers),
7355
+ stream=stream,
6704
7356
  response_model=list[MinimalRepository],
6705
7357
  error_models={
6706
7358
  "500": BasicError,
@@ -6714,6 +7366,7 @@ class OrgsClient:
6714
7366
  org: str,
6715
7367
  *,
6716
7368
  headers: Optional[Mapping[str, str]] = None,
7369
+ stream: bool = False,
6717
7370
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
6718
7371
  """orgs/get-all-custom-properties
6719
7372
 
@@ -6735,6 +7388,7 @@ class OrgsClient:
6735
7388
  "GET",
6736
7389
  url,
6737
7390
  headers=exclude_unset(headers),
7391
+ stream=stream,
6738
7392
  response_model=list[CustomProperty],
6739
7393
  error_models={
6740
7394
  "403": BasicError,
@@ -6747,6 +7401,7 @@ class OrgsClient:
6747
7401
  org: str,
6748
7402
  *,
6749
7403
  headers: Optional[Mapping[str, str]] = None,
7404
+ stream: bool = False,
6750
7405
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
6751
7406
  """orgs/get-all-custom-properties
6752
7407
 
@@ -6768,6 +7423,7 @@ class OrgsClient:
6768
7423
  "GET",
6769
7424
  url,
6770
7425
  headers=exclude_unset(headers),
7426
+ stream=stream,
6771
7427
  response_model=list[CustomProperty],
6772
7428
  error_models={
6773
7429
  "403": BasicError,
@@ -6781,6 +7437,7 @@ class OrgsClient:
6781
7437
  org: str,
6782
7438
  *,
6783
7439
  headers: Optional[Mapping[str, str]] = None,
7440
+ stream: bool = False,
6784
7441
  data: OrgsOrgPropertiesSchemaPatchBodyType,
6785
7442
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6786
7443
 
@@ -6791,6 +7448,7 @@ class OrgsClient:
6791
7448
  *,
6792
7449
  data: UnsetType = UNSET,
6793
7450
  headers: Optional[Mapping[str, str]] = None,
7451
+ stream: bool = False,
6794
7452
  properties: list[CustomPropertyType],
6795
7453
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6796
7454
 
@@ -6799,6 +7457,7 @@ class OrgsClient:
6799
7457
  org: str,
6800
7458
  *,
6801
7459
  headers: Optional[Mapping[str, str]] = None,
7460
+ stream: bool = False,
6802
7461
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
6803
7462
  **kwargs,
6804
7463
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -6843,6 +7502,7 @@ class OrgsClient:
6843
7502
  url,
6844
7503
  json=exclude_unset(json),
6845
7504
  headers=exclude_unset(headers),
7505
+ stream=stream,
6846
7506
  response_model=list[CustomProperty],
6847
7507
  error_models={
6848
7508
  "403": BasicError,
@@ -6856,6 +7516,7 @@ class OrgsClient:
6856
7516
  org: str,
6857
7517
  *,
6858
7518
  headers: Optional[Mapping[str, str]] = None,
7519
+ stream: bool = False,
6859
7520
  data: OrgsOrgPropertiesSchemaPatchBodyType,
6860
7521
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6861
7522
 
@@ -6866,6 +7527,7 @@ class OrgsClient:
6866
7527
  *,
6867
7528
  data: UnsetType = UNSET,
6868
7529
  headers: Optional[Mapping[str, str]] = None,
7530
+ stream: bool = False,
6869
7531
  properties: list[CustomPropertyType],
6870
7532
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
6871
7533
 
@@ -6874,6 +7536,7 @@ class OrgsClient:
6874
7536
  org: str,
6875
7537
  *,
6876
7538
  headers: Optional[Mapping[str, str]] = None,
7539
+ stream: bool = False,
6877
7540
  data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
6878
7541
  **kwargs,
6879
7542
  ) -> Response[list[CustomProperty], list[CustomPropertyType]]:
@@ -6918,6 +7581,7 @@ class OrgsClient:
6918
7581
  url,
6919
7582
  json=exclude_unset(json),
6920
7583
  headers=exclude_unset(headers),
7584
+ stream=stream,
6921
7585
  response_model=list[CustomProperty],
6922
7586
  error_models={
6923
7587
  "403": BasicError,
@@ -6931,6 +7595,7 @@ class OrgsClient:
6931
7595
  custom_property_name: str,
6932
7596
  *,
6933
7597
  headers: Optional[Mapping[str, str]] = None,
7598
+ stream: bool = False,
6934
7599
  ) -> Response[CustomProperty, CustomPropertyType]:
6935
7600
  """orgs/get-custom-property
6936
7601
 
@@ -6952,6 +7617,7 @@ class OrgsClient:
6952
7617
  "GET",
6953
7618
  url,
6954
7619
  headers=exclude_unset(headers),
7620
+ stream=stream,
6955
7621
  response_model=CustomProperty,
6956
7622
  error_models={
6957
7623
  "403": BasicError,
@@ -6965,6 +7631,7 @@ class OrgsClient:
6965
7631
  custom_property_name: str,
6966
7632
  *,
6967
7633
  headers: Optional[Mapping[str, str]] = None,
7634
+ stream: bool = False,
6968
7635
  ) -> Response[CustomProperty, CustomPropertyType]:
6969
7636
  """orgs/get-custom-property
6970
7637
 
@@ -6986,6 +7653,7 @@ class OrgsClient:
6986
7653
  "GET",
6987
7654
  url,
6988
7655
  headers=exclude_unset(headers),
7656
+ stream=stream,
6989
7657
  response_model=CustomProperty,
6990
7658
  error_models={
6991
7659
  "403": BasicError,
@@ -7000,6 +7668,7 @@ class OrgsClient:
7000
7668
  custom_property_name: str,
7001
7669
  *,
7002
7670
  headers: Optional[Mapping[str, str]] = None,
7671
+ stream: bool = False,
7003
7672
  data: CustomPropertySetPayloadType,
7004
7673
  ) -> Response[CustomProperty, CustomPropertyType]: ...
7005
7674
 
@@ -7011,6 +7680,7 @@ class OrgsClient:
7011
7680
  *,
7012
7681
  data: UnsetType = UNSET,
7013
7682
  headers: Optional[Mapping[str, str]] = None,
7683
+ stream: bool = False,
7014
7684
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
7015
7685
  required: Missing[bool] = UNSET,
7016
7686
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -7027,6 +7697,7 @@ class OrgsClient:
7027
7697
  custom_property_name: str,
7028
7698
  *,
7029
7699
  headers: Optional[Mapping[str, str]] = None,
7700
+ stream: bool = False,
7030
7701
  data: Missing[CustomPropertySetPayloadType] = UNSET,
7031
7702
  **kwargs,
7032
7703
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -7063,6 +7734,7 @@ class OrgsClient:
7063
7734
  url,
7064
7735
  json=exclude_unset(json),
7065
7736
  headers=exclude_unset(headers),
7737
+ stream=stream,
7066
7738
  response_model=CustomProperty,
7067
7739
  error_models={
7068
7740
  "403": BasicError,
@@ -7077,6 +7749,7 @@ class OrgsClient:
7077
7749
  custom_property_name: str,
7078
7750
  *,
7079
7751
  headers: Optional[Mapping[str, str]] = None,
7752
+ stream: bool = False,
7080
7753
  data: CustomPropertySetPayloadType,
7081
7754
  ) -> Response[CustomProperty, CustomPropertyType]: ...
7082
7755
 
@@ -7088,6 +7761,7 @@ class OrgsClient:
7088
7761
  *,
7089
7762
  data: UnsetType = UNSET,
7090
7763
  headers: Optional[Mapping[str, str]] = None,
7764
+ stream: bool = False,
7091
7765
  value_type: Literal["string", "single_select", "multi_select", "true_false"],
7092
7766
  required: Missing[bool] = UNSET,
7093
7767
  default_value: Missing[Union[str, list[str], None]] = UNSET,
@@ -7104,6 +7778,7 @@ class OrgsClient:
7104
7778
  custom_property_name: str,
7105
7779
  *,
7106
7780
  headers: Optional[Mapping[str, str]] = None,
7781
+ stream: bool = False,
7107
7782
  data: Missing[CustomPropertySetPayloadType] = UNSET,
7108
7783
  **kwargs,
7109
7784
  ) -> Response[CustomProperty, CustomPropertyType]:
@@ -7140,6 +7815,7 @@ class OrgsClient:
7140
7815
  url,
7141
7816
  json=exclude_unset(json),
7142
7817
  headers=exclude_unset(headers),
7818
+ stream=stream,
7143
7819
  response_model=CustomProperty,
7144
7820
  error_models={
7145
7821
  "403": BasicError,
@@ -7153,6 +7829,7 @@ class OrgsClient:
7153
7829
  custom_property_name: str,
7154
7830
  *,
7155
7831
  headers: Optional[Mapping[str, str]] = None,
7832
+ stream: bool = False,
7156
7833
  ) -> Response:
7157
7834
  """orgs/remove-custom-property
7158
7835
 
@@ -7177,6 +7854,7 @@ class OrgsClient:
7177
7854
  "DELETE",
7178
7855
  url,
7179
7856
  headers=exclude_unset(headers),
7857
+ stream=stream,
7180
7858
  error_models={
7181
7859
  "403": BasicError,
7182
7860
  "404": BasicError,
@@ -7189,6 +7867,7 @@ class OrgsClient:
7189
7867
  custom_property_name: str,
7190
7868
  *,
7191
7869
  headers: Optional[Mapping[str, str]] = None,
7870
+ stream: bool = False,
7192
7871
  ) -> Response:
7193
7872
  """orgs/remove-custom-property
7194
7873
 
@@ -7213,6 +7892,7 @@ class OrgsClient:
7213
7892
  "DELETE",
7214
7893
  url,
7215
7894
  headers=exclude_unset(headers),
7895
+ stream=stream,
7216
7896
  error_models={
7217
7897
  "403": BasicError,
7218
7898
  "404": BasicError,
@@ -7227,6 +7907,7 @@ class OrgsClient:
7227
7907
  page: Missing[int] = UNSET,
7228
7908
  repository_query: Missing[str] = UNSET,
7229
7909
  headers: Optional[Mapping[str, str]] = None,
7910
+ stream: bool = False,
7230
7911
  ) -> Response[
7231
7912
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
7232
7913
  ]:
@@ -7257,6 +7938,7 @@ class OrgsClient:
7257
7938
  url,
7258
7939
  params=exclude_unset(params),
7259
7940
  headers=exclude_unset(headers),
7941
+ stream=stream,
7260
7942
  response_model=list[OrgRepoCustomPropertyValues],
7261
7943
  error_models={
7262
7944
  "403": BasicError,
@@ -7272,6 +7954,7 @@ class OrgsClient:
7272
7954
  page: Missing[int] = UNSET,
7273
7955
  repository_query: Missing[str] = UNSET,
7274
7956
  headers: Optional[Mapping[str, str]] = None,
7957
+ stream: bool = False,
7275
7958
  ) -> Response[
7276
7959
  list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
7277
7960
  ]:
@@ -7302,6 +7985,7 @@ class OrgsClient:
7302
7985
  url,
7303
7986
  params=exclude_unset(params),
7304
7987
  headers=exclude_unset(headers),
7988
+ stream=stream,
7305
7989
  response_model=list[OrgRepoCustomPropertyValues],
7306
7990
  error_models={
7307
7991
  "403": BasicError,
@@ -7315,6 +7999,7 @@ class OrgsClient:
7315
7999
  org: str,
7316
8000
  *,
7317
8001
  headers: Optional[Mapping[str, str]] = None,
8002
+ stream: bool = False,
7318
8003
  data: OrgsOrgPropertiesValuesPatchBodyType,
7319
8004
  ) -> Response: ...
7320
8005
 
@@ -7325,6 +8010,7 @@ class OrgsClient:
7325
8010
  *,
7326
8011
  data: UnsetType = UNSET,
7327
8012
  headers: Optional[Mapping[str, str]] = None,
8013
+ stream: bool = False,
7328
8014
  repository_names: list[str],
7329
8015
  properties: list[CustomPropertyValueType],
7330
8016
  ) -> Response: ...
@@ -7334,6 +8020,7 @@ class OrgsClient:
7334
8020
  org: str,
7335
8021
  *,
7336
8022
  headers: Optional[Mapping[str, str]] = None,
8023
+ stream: bool = False,
7337
8024
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
7338
8025
  **kwargs,
7339
8026
  ) -> Response:
@@ -7379,6 +8066,7 @@ class OrgsClient:
7379
8066
  url,
7380
8067
  json=exclude_unset(json),
7381
8068
  headers=exclude_unset(headers),
8069
+ stream=stream,
7382
8070
  error_models={
7383
8071
  "403": BasicError,
7384
8072
  "404": BasicError,
@@ -7392,6 +8080,7 @@ class OrgsClient:
7392
8080
  org: str,
7393
8081
  *,
7394
8082
  headers: Optional[Mapping[str, str]] = None,
8083
+ stream: bool = False,
7395
8084
  data: OrgsOrgPropertiesValuesPatchBodyType,
7396
8085
  ) -> Response: ...
7397
8086
 
@@ -7402,6 +8091,7 @@ class OrgsClient:
7402
8091
  *,
7403
8092
  data: UnsetType = UNSET,
7404
8093
  headers: Optional[Mapping[str, str]] = None,
8094
+ stream: bool = False,
7405
8095
  repository_names: list[str],
7406
8096
  properties: list[CustomPropertyValueType],
7407
8097
  ) -> Response: ...
@@ -7411,6 +8101,7 @@ class OrgsClient:
7411
8101
  org: str,
7412
8102
  *,
7413
8103
  headers: Optional[Mapping[str, str]] = None,
8104
+ stream: bool = False,
7414
8105
  data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
7415
8106
  **kwargs,
7416
8107
  ) -> Response:
@@ -7456,6 +8147,7 @@ class OrgsClient:
7456
8147
  url,
7457
8148
  json=exclude_unset(json),
7458
8149
  headers=exclude_unset(headers),
8150
+ stream=stream,
7459
8151
  error_models={
7460
8152
  "403": BasicError,
7461
8153
  "404": BasicError,
@@ -7470,6 +8162,7 @@ class OrgsClient:
7470
8162
  per_page: Missing[int] = UNSET,
7471
8163
  page: Missing[int] = UNSET,
7472
8164
  headers: Optional[Mapping[str, str]] = None,
8165
+ stream: bool = False,
7473
8166
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7474
8167
  """orgs/list-public-members
7475
8168
 
@@ -7496,6 +8189,7 @@ class OrgsClient:
7496
8189
  url,
7497
8190
  params=exclude_unset(params),
7498
8191
  headers=exclude_unset(headers),
8192
+ stream=stream,
7499
8193
  response_model=list[SimpleUser],
7500
8194
  )
7501
8195
 
@@ -7506,6 +8200,7 @@ class OrgsClient:
7506
8200
  per_page: Missing[int] = UNSET,
7507
8201
  page: Missing[int] = UNSET,
7508
8202
  headers: Optional[Mapping[str, str]] = None,
8203
+ stream: bool = False,
7509
8204
  ) -> Response[list[SimpleUser], list[SimpleUserType]]:
7510
8205
  """orgs/list-public-members
7511
8206
 
@@ -7532,6 +8227,7 @@ class OrgsClient:
7532
8227
  url,
7533
8228
  params=exclude_unset(params),
7534
8229
  headers=exclude_unset(headers),
8230
+ stream=stream,
7535
8231
  response_model=list[SimpleUser],
7536
8232
  )
7537
8233
 
@@ -7541,6 +8237,7 @@ class OrgsClient:
7541
8237
  username: str,
7542
8238
  *,
7543
8239
  headers: Optional[Mapping[str, str]] = None,
8240
+ stream: bool = False,
7544
8241
  ) -> Response:
7545
8242
  """orgs/check-public-membership-for-user
7546
8243
 
@@ -7559,6 +8256,7 @@ class OrgsClient:
7559
8256
  "GET",
7560
8257
  url,
7561
8258
  headers=exclude_unset(headers),
8259
+ stream=stream,
7562
8260
  error_models={},
7563
8261
  )
7564
8262
 
@@ -7568,6 +8266,7 @@ class OrgsClient:
7568
8266
  username: str,
7569
8267
  *,
7570
8268
  headers: Optional[Mapping[str, str]] = None,
8269
+ stream: bool = False,
7571
8270
  ) -> Response:
7572
8271
  """orgs/check-public-membership-for-user
7573
8272
 
@@ -7586,6 +8285,7 @@ class OrgsClient:
7586
8285
  "GET",
7587
8286
  url,
7588
8287
  headers=exclude_unset(headers),
8288
+ stream=stream,
7589
8289
  error_models={},
7590
8290
  )
7591
8291
 
@@ -7595,6 +8295,7 @@ class OrgsClient:
7595
8295
  username: str,
7596
8296
  *,
7597
8297
  headers: Optional[Mapping[str, str]] = None,
8298
+ stream: bool = False,
7598
8299
  ) -> Response:
7599
8300
  """orgs/set-public-membership-for-authenticated-user
7600
8301
 
@@ -7617,6 +8318,7 @@ class OrgsClient:
7617
8318
  "PUT",
7618
8319
  url,
7619
8320
  headers=exclude_unset(headers),
8321
+ stream=stream,
7620
8322
  error_models={
7621
8323
  "403": BasicError,
7622
8324
  },
@@ -7628,6 +8330,7 @@ class OrgsClient:
7628
8330
  username: str,
7629
8331
  *,
7630
8332
  headers: Optional[Mapping[str, str]] = None,
8333
+ stream: bool = False,
7631
8334
  ) -> Response:
7632
8335
  """orgs/set-public-membership-for-authenticated-user
7633
8336
 
@@ -7650,6 +8353,7 @@ class OrgsClient:
7650
8353
  "PUT",
7651
8354
  url,
7652
8355
  headers=exclude_unset(headers),
8356
+ stream=stream,
7653
8357
  error_models={
7654
8358
  "403": BasicError,
7655
8359
  },
@@ -7661,6 +8365,7 @@ class OrgsClient:
7661
8365
  username: str,
7662
8366
  *,
7663
8367
  headers: Optional[Mapping[str, str]] = None,
8368
+ stream: bool = False,
7664
8369
  ) -> Response:
7665
8370
  """orgs/remove-public-membership-for-authenticated-user
7666
8371
 
@@ -7679,6 +8384,7 @@ class OrgsClient:
7679
8384
  "DELETE",
7680
8385
  url,
7681
8386
  headers=exclude_unset(headers),
8387
+ stream=stream,
7682
8388
  )
7683
8389
 
7684
8390
  async def async_remove_public_membership_for_authenticated_user(
@@ -7687,6 +8393,7 @@ class OrgsClient:
7687
8393
  username: str,
7688
8394
  *,
7689
8395
  headers: Optional[Mapping[str, str]] = None,
8396
+ stream: bool = False,
7690
8397
  ) -> Response:
7691
8398
  """orgs/remove-public-membership-for-authenticated-user
7692
8399
 
@@ -7705,6 +8412,7 @@ class OrgsClient:
7705
8412
  "DELETE",
7706
8413
  url,
7707
8414
  headers=exclude_unset(headers),
8415
+ stream=stream,
7708
8416
  )
7709
8417
 
7710
8418
  def get_org_ruleset_history(
@@ -7715,6 +8423,7 @@ class OrgsClient:
7715
8423
  per_page: Missing[int] = UNSET,
7716
8424
  page: Missing[int] = UNSET,
7717
8425
  headers: Optional[Mapping[str, str]] = None,
8426
+ stream: bool = False,
7718
8427
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
7719
8428
  """orgs/get-org-ruleset-history
7720
8429
 
@@ -7741,6 +8450,7 @@ class OrgsClient:
7741
8450
  url,
7742
8451
  params=exclude_unset(params),
7743
8452
  headers=exclude_unset(headers),
8453
+ stream=stream,
7744
8454
  response_model=list[RulesetVersion],
7745
8455
  error_models={
7746
8456
  "404": BasicError,
@@ -7756,6 +8466,7 @@ class OrgsClient:
7756
8466
  per_page: Missing[int] = UNSET,
7757
8467
  page: Missing[int] = UNSET,
7758
8468
  headers: Optional[Mapping[str, str]] = None,
8469
+ stream: bool = False,
7759
8470
  ) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
7760
8471
  """orgs/get-org-ruleset-history
7761
8472
 
@@ -7782,6 +8493,7 @@ class OrgsClient:
7782
8493
  url,
7783
8494
  params=exclude_unset(params),
7784
8495
  headers=exclude_unset(headers),
8496
+ stream=stream,
7785
8497
  response_model=list[RulesetVersion],
7786
8498
  error_models={
7787
8499
  "404": BasicError,
@@ -7796,6 +8508,7 @@ class OrgsClient:
7796
8508
  version_id: int,
7797
8509
  *,
7798
8510
  headers: Optional[Mapping[str, str]] = None,
8511
+ stream: bool = False,
7799
8512
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
7800
8513
  """orgs/get-org-ruleset-version
7801
8514
 
@@ -7816,6 +8529,7 @@ class OrgsClient:
7816
8529
  "GET",
7817
8530
  url,
7818
8531
  headers=exclude_unset(headers),
8532
+ stream=stream,
7819
8533
  response_model=RulesetVersionWithState,
7820
8534
  error_models={
7821
8535
  "404": BasicError,
@@ -7830,6 +8544,7 @@ class OrgsClient:
7830
8544
  version_id: int,
7831
8545
  *,
7832
8546
  headers: Optional[Mapping[str, str]] = None,
8547
+ stream: bool = False,
7833
8548
  ) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
7834
8549
  """orgs/get-org-ruleset-version
7835
8550
 
@@ -7850,6 +8565,7 @@ class OrgsClient:
7850
8565
  "GET",
7851
8566
  url,
7852
8567
  headers=exclude_unset(headers),
8568
+ stream=stream,
7853
8569
  response_model=RulesetVersionWithState,
7854
8570
  error_models={
7855
8571
  "404": BasicError,
@@ -7862,6 +8578,7 @@ class OrgsClient:
7862
8578
  org: str,
7863
8579
  *,
7864
8580
  headers: Optional[Mapping[str, str]] = None,
8581
+ stream: bool = False,
7865
8582
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
7866
8583
  """DEPRECATED orgs/list-security-manager-teams
7867
8584
 
@@ -7883,6 +8600,7 @@ class OrgsClient:
7883
8600
  "GET",
7884
8601
  url,
7885
8602
  headers=exclude_unset(headers),
8603
+ stream=stream,
7886
8604
  response_model=list[TeamSimple],
7887
8605
  )
7888
8606
 
@@ -7891,6 +8609,7 @@ class OrgsClient:
7891
8609
  org: str,
7892
8610
  *,
7893
8611
  headers: Optional[Mapping[str, str]] = None,
8612
+ stream: bool = False,
7894
8613
  ) -> Response[list[TeamSimple], list[TeamSimpleType]]:
7895
8614
  """DEPRECATED orgs/list-security-manager-teams
7896
8615
 
@@ -7912,6 +8631,7 @@ class OrgsClient:
7912
8631
  "GET",
7913
8632
  url,
7914
8633
  headers=exclude_unset(headers),
8634
+ stream=stream,
7915
8635
  response_model=list[TeamSimple],
7916
8636
  )
7917
8637
 
@@ -7921,6 +8641,7 @@ class OrgsClient:
7921
8641
  team_slug: str,
7922
8642
  *,
7923
8643
  headers: Optional[Mapping[str, str]] = None,
8644
+ stream: bool = False,
7924
8645
  ) -> Response:
7925
8646
  """DEPRECATED orgs/add-security-manager-team
7926
8647
 
@@ -7940,6 +8661,7 @@ class OrgsClient:
7940
8661
  "PUT",
7941
8662
  url,
7942
8663
  headers=exclude_unset(headers),
8664
+ stream=stream,
7943
8665
  )
7944
8666
 
7945
8667
  async def async_add_security_manager_team(
@@ -7948,6 +8670,7 @@ class OrgsClient:
7948
8670
  team_slug: str,
7949
8671
  *,
7950
8672
  headers: Optional[Mapping[str, str]] = None,
8673
+ stream: bool = False,
7951
8674
  ) -> Response:
7952
8675
  """DEPRECATED orgs/add-security-manager-team
7953
8676
 
@@ -7967,6 +8690,7 @@ class OrgsClient:
7967
8690
  "PUT",
7968
8691
  url,
7969
8692
  headers=exclude_unset(headers),
8693
+ stream=stream,
7970
8694
  )
7971
8695
 
7972
8696
  def remove_security_manager_team(
@@ -7975,6 +8699,7 @@ class OrgsClient:
7975
8699
  team_slug: str,
7976
8700
  *,
7977
8701
  headers: Optional[Mapping[str, str]] = None,
8702
+ stream: bool = False,
7978
8703
  ) -> Response:
7979
8704
  """DEPRECATED orgs/remove-security-manager-team
7980
8705
 
@@ -7994,6 +8719,7 @@ class OrgsClient:
7994
8719
  "DELETE",
7995
8720
  url,
7996
8721
  headers=exclude_unset(headers),
8722
+ stream=stream,
7997
8723
  )
7998
8724
 
7999
8725
  async def async_remove_security_manager_team(
@@ -8002,6 +8728,7 @@ class OrgsClient:
8002
8728
  team_slug: str,
8003
8729
  *,
8004
8730
  headers: Optional[Mapping[str, str]] = None,
8731
+ stream: bool = False,
8005
8732
  ) -> Response:
8006
8733
  """DEPRECATED orgs/remove-security-manager-team
8007
8734
 
@@ -8021,6 +8748,7 @@ class OrgsClient:
8021
8748
  "DELETE",
8022
8749
  url,
8023
8750
  headers=exclude_unset(headers),
8751
+ stream=stream,
8024
8752
  )
8025
8753
 
8026
8754
  @overload
@@ -8039,6 +8767,7 @@ class OrgsClient:
8039
8767
  enablement: Literal["enable_all", "disable_all"],
8040
8768
  *,
8041
8769
  headers: Optional[Mapping[str, str]] = None,
8770
+ stream: bool = False,
8042
8771
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
8043
8772
  ) -> Response: ...
8044
8773
 
@@ -8059,6 +8788,7 @@ class OrgsClient:
8059
8788
  *,
8060
8789
  data: UnsetType = UNSET,
8061
8790
  headers: Optional[Mapping[str, str]] = None,
8791
+ stream: bool = False,
8062
8792
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
8063
8793
  ) -> Response: ...
8064
8794
 
@@ -8077,6 +8807,7 @@ class OrgsClient:
8077
8807
  enablement: Literal["enable_all", "disable_all"],
8078
8808
  *,
8079
8809
  headers: Optional[Mapping[str, str]] = None,
8810
+ stream: bool = False,
8080
8811
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
8081
8812
  **kwargs,
8082
8813
  ) -> Response:
@@ -8116,6 +8847,7 @@ class OrgsClient:
8116
8847
  url,
8117
8848
  json=exclude_unset(json),
8118
8849
  headers=exclude_unset(headers),
8850
+ stream=stream,
8119
8851
  error_models={},
8120
8852
  )
8121
8853
 
@@ -8135,6 +8867,7 @@ class OrgsClient:
8135
8867
  enablement: Literal["enable_all", "disable_all"],
8136
8868
  *,
8137
8869
  headers: Optional[Mapping[str, str]] = None,
8870
+ stream: bool = False,
8138
8871
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
8139
8872
  ) -> Response: ...
8140
8873
 
@@ -8155,6 +8888,7 @@ class OrgsClient:
8155
8888
  *,
8156
8889
  data: UnsetType = UNSET,
8157
8890
  headers: Optional[Mapping[str, str]] = None,
8891
+ stream: bool = False,
8158
8892
  query_suite: Missing[Literal["default", "extended"]] = UNSET,
8159
8893
  ) -> Response: ...
8160
8894
 
@@ -8173,6 +8907,7 @@ class OrgsClient:
8173
8907
  enablement: Literal["enable_all", "disable_all"],
8174
8908
  *,
8175
8909
  headers: Optional[Mapping[str, str]] = None,
8910
+ stream: bool = False,
8176
8911
  data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
8177
8912
  **kwargs,
8178
8913
  ) -> Response:
@@ -8212,6 +8947,7 @@ class OrgsClient:
8212
8947
  url,
8213
8948
  json=exclude_unset(json),
8214
8949
  headers=exclude_unset(headers),
8950
+ stream=stream,
8215
8951
  error_models={},
8216
8952
  )
8217
8953
 
@@ -8222,6 +8958,7 @@ class OrgsClient:
8222
8958
  per_page: Missing[int] = UNSET,
8223
8959
  page: Missing[int] = UNSET,
8224
8960
  headers: Optional[Mapping[str, str]] = None,
8961
+ stream: bool = False,
8225
8962
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
8226
8963
  """orgs/list-memberships-for-authenticated-user
8227
8964
 
@@ -8249,6 +8986,7 @@ class OrgsClient:
8249
8986
  url,
8250
8987
  params=exclude_unset(params),
8251
8988
  headers=exclude_unset(headers),
8989
+ stream=stream,
8252
8990
  response_model=list[OrgMembership],
8253
8991
  error_models={
8254
8992
  "403": BasicError,
@@ -8264,6 +9002,7 @@ class OrgsClient:
8264
9002
  per_page: Missing[int] = UNSET,
8265
9003
  page: Missing[int] = UNSET,
8266
9004
  headers: Optional[Mapping[str, str]] = None,
9005
+ stream: bool = False,
8267
9006
  ) -> Response[list[OrgMembership], list[OrgMembershipType]]:
8268
9007
  """orgs/list-memberships-for-authenticated-user
8269
9008
 
@@ -8291,6 +9030,7 @@ class OrgsClient:
8291
9030
  url,
8292
9031
  params=exclude_unset(params),
8293
9032
  headers=exclude_unset(headers),
9033
+ stream=stream,
8294
9034
  response_model=list[OrgMembership],
8295
9035
  error_models={
8296
9036
  "403": BasicError,
@@ -8304,6 +9044,7 @@ class OrgsClient:
8304
9044
  org: str,
8305
9045
  *,
8306
9046
  headers: Optional[Mapping[str, str]] = None,
9047
+ stream: bool = False,
8307
9048
  ) -> Response[OrgMembership, OrgMembershipType]:
8308
9049
  """orgs/get-membership-for-authenticated-user
8309
9050
 
@@ -8324,6 +9065,7 @@ class OrgsClient:
8324
9065
  "GET",
8325
9066
  url,
8326
9067
  headers=exclude_unset(headers),
9068
+ stream=stream,
8327
9069
  response_model=OrgMembership,
8328
9070
  error_models={
8329
9071
  "403": BasicError,
@@ -8336,6 +9078,7 @@ class OrgsClient:
8336
9078
  org: str,
8337
9079
  *,
8338
9080
  headers: Optional[Mapping[str, str]] = None,
9081
+ stream: bool = False,
8339
9082
  ) -> Response[OrgMembership, OrgMembershipType]:
8340
9083
  """orgs/get-membership-for-authenticated-user
8341
9084
 
@@ -8356,6 +9099,7 @@ class OrgsClient:
8356
9099
  "GET",
8357
9100
  url,
8358
9101
  headers=exclude_unset(headers),
9102
+ stream=stream,
8359
9103
  response_model=OrgMembership,
8360
9104
  error_models={
8361
9105
  "403": BasicError,
@@ -8369,6 +9113,7 @@ class OrgsClient:
8369
9113
  org: str,
8370
9114
  *,
8371
9115
  headers: Optional[Mapping[str, str]] = None,
9116
+ stream: bool = False,
8372
9117
  data: UserMembershipsOrgsOrgPatchBodyType,
8373
9118
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8374
9119
 
@@ -8379,6 +9124,7 @@ class OrgsClient:
8379
9124
  *,
8380
9125
  data: UnsetType = UNSET,
8381
9126
  headers: Optional[Mapping[str, str]] = None,
9127
+ stream: bool = False,
8382
9128
  state: Literal["active"],
8383
9129
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8384
9130
 
@@ -8387,6 +9133,7 @@ class OrgsClient:
8387
9133
  org: str,
8388
9134
  *,
8389
9135
  headers: Optional[Mapping[str, str]] = None,
9136
+ stream: bool = False,
8390
9137
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
8391
9138
  **kwargs,
8392
9139
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -8424,6 +9171,7 @@ class OrgsClient:
8424
9171
  url,
8425
9172
  json=exclude_unset(json),
8426
9173
  headers=exclude_unset(headers),
9174
+ stream=stream,
8427
9175
  response_model=OrgMembership,
8428
9176
  error_models={
8429
9177
  "403": BasicError,
@@ -8438,6 +9186,7 @@ class OrgsClient:
8438
9186
  org: str,
8439
9187
  *,
8440
9188
  headers: Optional[Mapping[str, str]] = None,
9189
+ stream: bool = False,
8441
9190
  data: UserMembershipsOrgsOrgPatchBodyType,
8442
9191
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8443
9192
 
@@ -8448,6 +9197,7 @@ class OrgsClient:
8448
9197
  *,
8449
9198
  data: UnsetType = UNSET,
8450
9199
  headers: Optional[Mapping[str, str]] = None,
9200
+ stream: bool = False,
8451
9201
  state: Literal["active"],
8452
9202
  ) -> Response[OrgMembership, OrgMembershipType]: ...
8453
9203
 
@@ -8456,6 +9206,7 @@ class OrgsClient:
8456
9206
  org: str,
8457
9207
  *,
8458
9208
  headers: Optional[Mapping[str, str]] = None,
9209
+ stream: bool = False,
8459
9210
  data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
8460
9211
  **kwargs,
8461
9212
  ) -> Response[OrgMembership, OrgMembershipType]:
@@ -8493,6 +9244,7 @@ class OrgsClient:
8493
9244
  url,
8494
9245
  json=exclude_unset(json),
8495
9246
  headers=exclude_unset(headers),
9247
+ stream=stream,
8496
9248
  response_model=OrgMembership,
8497
9249
  error_models={
8498
9250
  "403": BasicError,
@@ -8507,6 +9259,7 @@ class OrgsClient:
8507
9259
  per_page: Missing[int] = UNSET,
8508
9260
  page: Missing[int] = UNSET,
8509
9261
  headers: Optional[Mapping[str, str]] = None,
9262
+ stream: bool = False,
8510
9263
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8511
9264
  """orgs/list-for-authenticated-user
8512
9265
 
@@ -8538,6 +9291,7 @@ class OrgsClient:
8538
9291
  url,
8539
9292
  params=exclude_unset(params),
8540
9293
  headers=exclude_unset(headers),
9294
+ stream=stream,
8541
9295
  response_model=list[OrganizationSimple],
8542
9296
  error_models={
8543
9297
  "403": BasicError,
@@ -8551,6 +9305,7 @@ class OrgsClient:
8551
9305
  per_page: Missing[int] = UNSET,
8552
9306
  page: Missing[int] = UNSET,
8553
9307
  headers: Optional[Mapping[str, str]] = None,
9308
+ stream: bool = False,
8554
9309
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8555
9310
  """orgs/list-for-authenticated-user
8556
9311
 
@@ -8582,6 +9337,7 @@ class OrgsClient:
8582
9337
  url,
8583
9338
  params=exclude_unset(params),
8584
9339
  headers=exclude_unset(headers),
9340
+ stream=stream,
8585
9341
  response_model=list[OrganizationSimple],
8586
9342
  error_models={
8587
9343
  "403": BasicError,
@@ -8596,6 +9352,7 @@ class OrgsClient:
8596
9352
  per_page: Missing[int] = UNSET,
8597
9353
  page: Missing[int] = UNSET,
8598
9354
  headers: Optional[Mapping[str, str]] = None,
9355
+ stream: bool = False,
8599
9356
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8600
9357
  """orgs/list-for-user
8601
9358
 
@@ -8624,6 +9381,7 @@ class OrgsClient:
8624
9381
  url,
8625
9382
  params=exclude_unset(params),
8626
9383
  headers=exclude_unset(headers),
9384
+ stream=stream,
8627
9385
  response_model=list[OrganizationSimple],
8628
9386
  )
8629
9387
 
@@ -8634,6 +9392,7 @@ class OrgsClient:
8634
9392
  per_page: Missing[int] = UNSET,
8635
9393
  page: Missing[int] = UNSET,
8636
9394
  headers: Optional[Mapping[str, str]] = None,
9395
+ stream: bool = False,
8637
9396
  ) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
8638
9397
  """orgs/list-for-user
8639
9398
 
@@ -8662,5 +9421,6 @@ class OrgsClient:
8662
9421
  url,
8663
9422
  params=exclude_unset(params),
8664
9423
  headers=exclude_unset(headers),
9424
+ stream=stream,
8665
9425
  response_model=list[OrganizationSimple],
8666
9426
  )