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.
- githubkit/cache/base.py +11 -3
- githubkit/cache/redis.py +9 -6
- githubkit/config.py +7 -1
- githubkit/core.py +48 -18
- githubkit/github.py +7 -1
- githubkit/response.py +64 -1
- githubkit/rest/__init__.py +28 -0
- githubkit/typing.py +22 -0
- githubkit/versions/ghec_v2022_11_28/models/__init__.py +763 -733
- githubkit/versions/ghec_v2022_11_28/models/group_0060.py +12 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0121.py +1 -1
- githubkit/versions/ghec_v2022_11_28/models/group_0148.py +5 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0240.py +1 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0394.py +4 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0477.py +5 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0487.py +4 -1
- githubkit/versions/ghec_v2022_11_28/models/group_0709.py +3 -3
- githubkit/versions/ghec_v2022_11_28/models/group_0997.py +9 -74
- githubkit/versions/ghec_v2022_11_28/models/group_0998.py +8 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0999.py +71 -40
- githubkit/versions/ghec_v2022_11_28/models/group_1000.py +31 -155
- githubkit/versions/ghec_v2022_11_28/models/group_1001.py +40 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1002.py +27 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1003.py +5 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1004.py +175 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1005.py +10 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1006.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1007.py +15 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1008.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1009.py +19 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1010.py +8 -37
- githubkit/versions/ghec_v2022_11_28/models/group_1011.py +8 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1012.py +39 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1013.py +22 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1014.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1015.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1016.py +12 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1017.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1018.py +6 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1019.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1020.py +7 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1021.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1022.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1023.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1024.py +6 -28
- githubkit/versions/ghec_v2022_11_28/models/group_1025.py +9 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1026.py +29 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1027.py +22 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1028.py +7 -43
- githubkit/versions/ghec_v2022_11_28/models/group_1029.py +6 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1030.py +30 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1031.py +49 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1032.py +23 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1033.py +14 -32
- githubkit/versions/ghec_v2022_11_28/models/group_1034.py +4 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1035.py +20 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1036.py +14 -49
- githubkit/versions/ghec_v2022_11_28/models/group_1037.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1038.py +50 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1039.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1040.py +5 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1041.py +6 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1042.py +17 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1043.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1044.py +12 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1045.py +7 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1046.py +36 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1047.py +13 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1048.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1049.py +34 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1050.py +10 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1051.py +11 -116
- githubkit/versions/ghec_v2022_11_28/models/group_1052.py +12 -83
- githubkit/versions/ghec_v2022_11_28/models/group_1053.py +117 -87
- githubkit/versions/ghec_v2022_11_28/models/group_1054.py +84 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1055.py +80 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1056.py +9 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1057.py +13 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1058.py +13 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1059.py +33 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1060.py +25 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1061.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1062.py +12 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1063.py +5 -19
- githubkit/versions/ghec_v2022_11_28/models/group_1064.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1065.py +19 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1066.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1067.py +5 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1068.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1069.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1070.py +6 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1071.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1072.py +22 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1073.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1074.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1075.py +17 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1076.py +12 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1077.py +4 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1078.py +24 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1079.py +23 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1080.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1081.py +7 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1082.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1083.py +26 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1085.py +4 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1086.py +4 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1087.py +19 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1088.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1089.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1090.py +5 -301
- githubkit/versions/ghec_v2022_11_28/models/group_1091.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1092.py +298 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1093.py +7 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1094.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1095.py +15 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1096.py +8 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1097.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1098.py +11 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1099.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1100.py +15 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1101.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1102.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1103.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1104.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1105.py +10 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1106.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1107.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1108.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1109.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1110.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1111.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1112.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1113.py +6 -36
- githubkit/versions/ghec_v2022_11_28/models/group_1114.py +7 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1115.py +35 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1116.py +20 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1117.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1118.py +20 -54
- githubkit/versions/ghec_v2022_11_28/models/group_1119.py +5 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1120.py +45 -181
- githubkit/versions/ghec_v2022_11_28/models/group_1121.py +10 -86
- githubkit/versions/ghec_v2022_11_28/models/group_1122.py +188 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1123.py +84 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1124.py +36 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1125.py +4 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1126.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1127.py +13 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1128.py +4 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1129.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1130.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1131.py +5 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1132.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1133.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1134.py +4 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1135.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1136.py +9 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1137.py +5 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1138.py +10 -101
- githubkit/versions/ghec_v2022_11_28/models/group_1139.py +13 -53
- githubkit/versions/ghec_v2022_11_28/models/group_1140.py +89 -44
- githubkit/versions/ghec_v2022_11_28/models/group_1141.py +39 -86
- githubkit/versions/ghec_v2022_11_28/models/group_1142.py +31 -28
- githubkit/versions/ghec_v2022_11_28/models/group_1143.py +84 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1144.py +58 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1145.py +55 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1146.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1147.py +22 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1148.py +15 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1149.py +19 -19
- githubkit/versions/ghec_v2022_11_28/models/group_1150.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1151.py +19 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1152.py +34 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1153.py +24 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1154.py +7 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1155.py +49 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1156.py +17 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1157.py +7 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1158.py +23 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1159.py +23 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1160.py +14 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1161.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1162.py +5 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1163.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1164.py +11 -55
- githubkit/versions/ghec_v2022_11_28/models/group_1165.py +7 -53
- githubkit/versions/ghec_v2022_11_28/models/group_1166.py +54 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1167.py +47 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1168.py +19 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1169.py +23 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1170.py +10 -45
- githubkit/versions/ghec_v2022_11_28/models/group_1171.py +12 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1172.py +33 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1173.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1174.py +34 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1175.py +11 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1176.py +8 -46
- githubkit/versions/ghec_v2022_11_28/models/group_1177.py +20 -31
- githubkit/versions/ghec_v2022_11_28/models/group_1178.py +43 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1179.py +28 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1180.py +16 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1181.py +22 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1182.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1183.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1184.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1185.py +6 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1186.py +6 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1187.py +9 -62
- githubkit/versions/ghec_v2022_11_28/models/group_1188.py +10 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1189.py +67 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1190.py +7 -40
- githubkit/versions/ghec_v2022_11_28/models/group_1191.py +7 -38
- githubkit/versions/ghec_v2022_11_28/models/group_1192.py +24 -31
- githubkit/versions/ghec_v2022_11_28/models/group_1193.py +31 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1194.py +32 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1195.py +19 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1196.py +12 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1197.py +23 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1198.py +21 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1199.py +11 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1200.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1201.py +8 -49
- githubkit/versions/ghec_v2022_11_28/models/group_1202.py +14 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1203.py +39 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1204.py +5 -55
- githubkit/versions/ghec_v2022_11_28/models/group_1205.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1206.py +50 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1207.py +10 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1208.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1209.py +6 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1210.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1211.py +17 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1212.py +5 -19
- githubkit/versions/ghec_v2022_11_28/models/group_1213.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1214.py +18 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1215.py +5 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1216.py +14 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1217.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1218.py +5 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1219.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1220.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1221.py +8 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1222.py +16 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1223.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1224.py +6 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1225.py +10 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1226.py +15 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1227.py +21 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1228.py +10 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1229.py +11 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1230.py +11 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1231.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1232.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1233.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1234.py +24 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1235.py +23 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1236.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1237.py +11 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1238.py +16 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1239.py +25 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1240.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1241.py +6 -31
- githubkit/versions/ghec_v2022_11_28/models/group_1242.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1243.py +34 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1244.py +11 -32
- githubkit/versions/ghec_v2022_11_28/models/group_1245.py +8 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1246.py +14 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1247.py +45 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1248.py +33 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1249.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1250.py +19 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1251.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1252.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1253.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1254.py +8 -43
- githubkit/versions/ghec_v2022_11_28/models/group_1255.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1256.py +42 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1257.py +5 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1258.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1259.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1260.py +6 -33
- githubkit/versions/ghec_v2022_11_28/models/group_1261.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1262.py +28 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1263.py +8 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1264.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1265.py +24 -68
- githubkit/versions/ghec_v2022_11_28/models/group_1266.py +7 -76
- githubkit/versions/ghec_v2022_11_28/models/group_1267.py +68 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1268.py +75 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1269.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1270.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1271.py +21 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1272.py +13 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1273.py +6 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1274.py +6 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1275.py +12 -45
- githubkit/versions/ghec_v2022_11_28/models/group_1276.py +17 -44
- githubkit/versions/ghec_v2022_11_28/models/group_1277.py +36 -54
- githubkit/versions/ghec_v2022_11_28/models/group_1278.py +44 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1279.py +65 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1280.py +25 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1281.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1282.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1283.py +5 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1284.py +5 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1285.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1286.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1287.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1288.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1289.py +6 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1290.py +8 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1291.py +24 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1292.py +20 -40
- githubkit/versions/ghec_v2022_11_28/models/group_1293.py +7 -46
- githubkit/versions/ghec_v2022_11_28/models/group_1294.py +44 -28
- githubkit/versions/ghec_v2022_11_28/models/group_1295.py +40 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1296.py +33 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1297.py +17 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1298.py +8 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1299.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1300.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1301.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1302.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1303.py +9 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1304.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1305.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1306.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1307.py +11 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1308.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1309.py +4 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1310.py +9 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1311.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1312.py +21 -72
- githubkit/versions/ghec_v2022_11_28/models/group_1313.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1314.py +89 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1315.py +11 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1316.py +12 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1317.py +13 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1318.py +12 -74
- githubkit/versions/ghec_v2022_11_28/models/group_1319.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1320.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1321.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1322.py +97 -0
- githubkit/versions/ghec_v2022_11_28/rest/actions.py +826 -0
- githubkit/versions/ghec_v2022_11_28/rest/activity.py +144 -0
- githubkit/versions/ghec_v2022_11_28/rest/apps.py +176 -0
- githubkit/versions/ghec_v2022_11_28/rest/billing.py +76 -0
- githubkit/versions/ghec_v2022_11_28/rest/campaigns.py +28 -0
- githubkit/versions/ghec_v2022_11_28/rest/checks.py +68 -0
- githubkit/versions/ghec_v2022_11_28/rest/classroom.py +24 -0
- githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +112 -0
- githubkit/versions/ghec_v2022_11_28/rest/code_security.py +116 -0
- githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +8 -0
- githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +246 -0
- githubkit/versions/ghec_v2022_11_28/rest/copilot.py +68 -0
- githubkit/versions/ghec_v2022_11_28/rest/credentials.py +8 -0
- githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +112 -0
- githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +16 -0
- githubkit/versions/ghec_v2022_11_28/rest/emojis.py +4 -0
- githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +388 -0
- githubkit/versions/ghec_v2022_11_28/rest/gists.py +104 -2
- githubkit/versions/ghec_v2022_11_28/rest/git.py +76 -0
- githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +8 -0
- githubkit/versions/ghec_v2022_11_28/rest/hosted_compute.py +32 -0
- githubkit/versions/ghec_v2022_11_28/rest/interactions.py +56 -2
- githubkit/versions/ghec_v2022_11_28/rest/issues.py +244 -0
- githubkit/versions/ghec_v2022_11_28/rest/licenses.py +12 -0
- githubkit/versions/ghec_v2022_11_28/rest/markdown.py +24 -2
- githubkit/versions/ghec_v2022_11_28/rest/meta.py +20 -0
- githubkit/versions/ghec_v2022_11_28/rest/migrations.py +112 -0
- githubkit/versions/ghec_v2022_11_28/rest/oidc.py +12 -0
- githubkit/versions/ghec_v2022_11_28/rest/orgs.py +880 -0
- githubkit/versions/ghec_v2022_11_28/rest/packages.py +108 -0
- githubkit/versions/ghec_v2022_11_28/rest/private_registries.py +36 -0
- githubkit/versions/ghec_v2022_11_28/rest/projects.py +146 -0
- githubkit/versions/ghec_v2022_11_28/rest/pulls.py +162 -0
- githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +6 -0
- githubkit/versions/ghec_v2022_11_28/rest/reactions.py +136 -0
- githubkit/versions/ghec_v2022_11_28/rest/repos.py +1086 -0
- githubkit/versions/ghec_v2022_11_28/rest/scim.py +36 -0
- githubkit/versions/ghec_v2022_11_28/rest/search.py +28 -0
- githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +84 -0
- githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +52 -0
- githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +4 -0
- githubkit/versions/ghec_v2022_11_28/rest/teams.py +360 -0
- githubkit/versions/ghec_v2022_11_28/rest/users.py +429 -2
- githubkit/versions/ghec_v2022_11_28/types/__init__.py +763 -733
- githubkit/versions/ghec_v2022_11_28/types/group_0060.py +11 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0148.py +2 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0240.py +1 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0394.py +1 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0477.py +3 -1
- githubkit/versions/ghec_v2022_11_28/types/group_0487.py +1 -1
- githubkit/versions/ghec_v2022_11_28/types/group_0709.py +1 -1
- githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0999.py +62 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1000.py +16 -90
- githubkit/versions/ghec_v2022_11_28/types/group_1001.py +12 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1002.py +20 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1003.py +3 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1004.py +96 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1005.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1006.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1007.py +12 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1008.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1009.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1010.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1011.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1012.py +23 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1013.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1014.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1015.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1016.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1017.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1018.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1019.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1020.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1021.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1022.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1023.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1024.py +6 -22
- githubkit/versions/ghec_v2022_11_28/types/group_1025.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1026.py +23 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1027.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1028.py +7 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1029.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1030.py +21 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1031.py +23 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1032.py +10 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1033.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1034.py +3 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1035.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1036.py +8 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1037.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1038.py +15 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1039.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1040.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1041.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1042.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1043.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1044.py +7 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1045.py +6 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1046.py +25 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1047.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1048.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1049.py +14 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1050.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1051.py +10 -46
- githubkit/versions/ghec_v2022_11_28/types/group_1052.py +7 -70
- githubkit/versions/ghec_v2022_11_28/types/group_1053.py +43 -71
- githubkit/versions/ghec_v2022_11_28/types/group_1054.py +70 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1055.py +70 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1056.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1057.py +7 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1058.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1059.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1060.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1061.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1062.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1063.py +4 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1064.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1065.py +13 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1066.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1067.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1068.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1069.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1070.py +5 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1071.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1072.py +17 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1073.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1074.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1075.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1076.py +5 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1077.py +4 -21
- githubkit/versions/ghec_v2022_11_28/types/group_1078.py +21 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1079.py +20 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1080.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1081.py +6 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1082.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1083.py +21 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1084.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1085.py +4 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1086.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1087.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1088.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1089.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1090.py +5 -177
- githubkit/versions/ghec_v2022_11_28/types/group_1091.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1092.py +176 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1093.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1094.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1095.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1096.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1097.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1098.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1099.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1100.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1101.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1102.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1103.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1104.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1105.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1106.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1107.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1108.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1109.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1110.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1111.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1112.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1113.py +6 -32
- githubkit/versions/ghec_v2022_11_28/types/group_1114.py +6 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1115.py +33 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1116.py +12 -32
- githubkit/versions/ghec_v2022_11_28/types/group_1117.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1118.py +17 -39
- githubkit/versions/ghec_v2022_11_28/types/group_1119.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1120.py +42 -101
- githubkit/versions/ghec_v2022_11_28/types/group_1121.py +6 -50
- githubkit/versions/ghec_v2022_11_28/types/group_1122.py +107 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1123.py +45 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1124.py +21 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1125.py +3 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1126.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1127.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1128.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1129.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1130.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1131.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1132.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1133.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1134.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1135.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1136.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1137.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1138.py +7 -50
- githubkit/versions/ghec_v2022_11_28/types/group_1139.py +10 -31
- githubkit/versions/ghec_v2022_11_28/types/group_1140.py +49 -29
- githubkit/versions/ghec_v2022_11_28/types/group_1141.py +27 -57
- githubkit/versions/ghec_v2022_11_28/types/group_1142.py +24 -21
- githubkit/versions/ghec_v2022_11_28/types/group_1143.py +55 -28
- githubkit/versions/ghec_v2022_11_28/types/group_1144.py +36 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1145.py +30 -18
- githubkit/versions/ghec_v2022_11_28/types/group_1146.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1147.py +19 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1148.py +8 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1149.py +9 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1150.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1151.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1152.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1153.py +11 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1154.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1155.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1156.py +15 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1157.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1158.py +18 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1159.py +21 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1160.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1161.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1162.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1163.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1164.py +7 -36
- githubkit/versions/ghec_v2022_11_28/types/group_1165.py +7 -32
- githubkit/versions/ghec_v2022_11_28/types/group_1166.py +36 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1167.py +26 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1168.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1169.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1170.py +6 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1171.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1172.py +22 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1173.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1174.py +13 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1175.py +7 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1176.py +6 -27
- githubkit/versions/ghec_v2022_11_28/types/group_1177.py +14 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1178.py +27 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1179.py +18 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1180.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1181.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1182.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1183.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1184.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1185.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1186.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1187.py +5 -39
- githubkit/versions/ghec_v2022_11_28/types/group_1188.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1189.py +40 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1190.py +6 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1191.py +5 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1192.py +17 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1193.py +18 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1194.py +18 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1195.py +10 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1196.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1197.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1198.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1199.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1200.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1201.py +4 -27
- githubkit/versions/ghec_v2022_11_28/types/group_1202.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1203.py +25 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1204.py +10 -39
- githubkit/versions/ghec_v2022_11_28/types/group_1205.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1206.py +33 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1207.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1208.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1209.py +5 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1210.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1211.py +15 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1212.py +4 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1213.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1214.py +15 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1215.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1216.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1217.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1218.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1219.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1220.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1221.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1222.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1223.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1224.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1225.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1226.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1227.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1228.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1229.py +5 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1230.py +9 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1231.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1232.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1233.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1234.py +15 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1235.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1236.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1237.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1238.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1239.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1240.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1241.py +4 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1242.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1243.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1244.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1245.py +7 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1246.py +11 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1247.py +15 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1248.py +16 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1249.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1250.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1251.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1252.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1253.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1254.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1255.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1256.py +24 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1257.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1258.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1259.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1260.py +4 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1261.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1262.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1263.py +5 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1264.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1265.py +12 -62
- githubkit/versions/ghec_v2022_11_28/types/group_1266.py +6 -63
- githubkit/versions/ghec_v2022_11_28/types/group_1267.py +60 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1268.py +63 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1269.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1270.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1271.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1272.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1273.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1274.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1275.py +6 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1276.py +8 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1277.py +29 -46
- githubkit/versions/ghec_v2022_11_28/types/group_1278.py +35 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1279.py +52 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1280.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1281.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1282.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1283.py +4 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1284.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1285.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1286.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1287.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1288.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1289.py +5 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1290.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1291.py +19 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1292.py +13 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1293.py +7 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1294.py +16 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1295.py +24 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1296.py +22 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1297.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1298.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1299.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1300.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1301.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1302.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1303.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1304.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1305.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1306.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1307.py +8 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1308.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1309.py +3 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1310.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1311.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1312.py +15 -31
- githubkit/versions/ghec_v2022_11_28/types/group_1313.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1314.py +35 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1315.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1316.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1317.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1318.py +6 -65
- githubkit/versions/ghec_v2022_11_28/types/group_1319.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1320.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1321.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1322.py +81 -0
- githubkit/versions/latest/models.py +28 -0
- githubkit/versions/latest/types.py +28 -0
- githubkit/versions/v2022_11_28/models/__init__.py +730 -700
- githubkit/versions/v2022_11_28/models/group_0028.py +12 -0
- githubkit/versions/v2022_11_28/models/group_0163.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0199.py +1 -0
- githubkit/versions/v2022_11_28/models/group_0353.py +4 -0
- githubkit/versions/v2022_11_28/models/group_0422.py +5 -0
- githubkit/versions/v2022_11_28/models/group_0430.py +4 -1
- githubkit/versions/v2022_11_28/models/group_0647.py +3 -3
- githubkit/versions/v2022_11_28/models/group_0897.py +9 -74
- githubkit/versions/v2022_11_28/models/group_0898.py +8 -53
- githubkit/versions/v2022_11_28/models/group_0899.py +71 -40
- githubkit/versions/v2022_11_28/models/group_0900.py +31 -155
- githubkit/versions/v2022_11_28/models/group_0901.py +40 -7
- githubkit/versions/v2022_11_28/models/group_0902.py +27 -30
- githubkit/versions/v2022_11_28/models/group_0903.py +5 -12
- githubkit/versions/v2022_11_28/models/group_0904.py +175 -8
- githubkit/versions/v2022_11_28/models/group_0905.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0906.py +14 -8
- githubkit/versions/v2022_11_28/models/group_0907.py +15 -15
- githubkit/versions/v2022_11_28/models/group_0908.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0909.py +19 -6
- githubkit/versions/v2022_11_28/models/group_0910.py +8 -37
- githubkit/versions/v2022_11_28/models/group_0911.py +8 -23
- githubkit/versions/v2022_11_28/models/group_0912.py +39 -10
- githubkit/versions/v2022_11_28/models/group_0913.py +22 -6
- githubkit/versions/v2022_11_28/models/group_0914.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0915.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0916.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0917.py +6 -7
- githubkit/versions/v2022_11_28/models/group_0918.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0919.py +7 -6
- githubkit/versions/v2022_11_28/models/group_0920.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0921.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0922.py +8 -30
- githubkit/versions/v2022_11_28/models/group_0923.py +8 -23
- githubkit/versions/v2022_11_28/models/group_0924.py +29 -7
- githubkit/versions/v2022_11_28/models/group_0925.py +22 -6
- githubkit/versions/v2022_11_28/models/group_0926.py +7 -43
- githubkit/versions/v2022_11_28/models/group_0927.py +6 -42
- githubkit/versions/v2022_11_28/models/group_0928.py +30 -6
- githubkit/versions/v2022_11_28/models/group_0929.py +49 -14
- githubkit/versions/v2022_11_28/models/group_0930.py +23 -4
- githubkit/versions/v2022_11_28/models/group_0931.py +14 -32
- githubkit/versions/v2022_11_28/models/group_0932.py +4 -11
- githubkit/versions/v2022_11_28/models/group_0933.py +20 -6
- githubkit/versions/v2022_11_28/models/group_0934.py +14 -49
- githubkit/versions/v2022_11_28/models/group_0935.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0936.py +50 -8
- githubkit/versions/v2022_11_28/models/group_0937.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0938.py +5 -25
- githubkit/versions/v2022_11_28/models/group_0939.py +6 -13
- githubkit/versions/v2022_11_28/models/group_0940.py +17 -10
- githubkit/versions/v2022_11_28/models/group_0941.py +13 -7
- githubkit/versions/v2022_11_28/models/group_0942.py +12 -34
- githubkit/versions/v2022_11_28/models/group_0943.py +7 -25
- githubkit/versions/v2022_11_28/models/group_0944.py +36 -6
- githubkit/versions/v2022_11_28/models/group_0945.py +13 -16
- githubkit/versions/v2022_11_28/models/group_0946.py +6 -10
- githubkit/versions/v2022_11_28/models/group_0947.py +34 -11
- githubkit/versions/v2022_11_28/models/group_0948.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0949.py +11 -116
- githubkit/versions/v2022_11_28/models/group_0950.py +12 -83
- githubkit/versions/v2022_11_28/models/group_0951.py +117 -87
- githubkit/versions/v2022_11_28/models/group_0952.py +82 -33
- githubkit/versions/v2022_11_28/models/group_0953.py +80 -14
- githubkit/versions/v2022_11_28/models/group_0954.py +29 -14
- githubkit/versions/v2022_11_28/models/group_0955.py +13 -30
- githubkit/versions/v2022_11_28/models/group_0956.py +13 -21
- githubkit/versions/v2022_11_28/models/group_0957.py +33 -8
- githubkit/versions/v2022_11_28/models/group_0958.py +25 -8
- githubkit/versions/v2022_11_28/models/group_0959.py +12 -5
- githubkit/versions/v2022_11_28/models/group_0960.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0961.py +5 -19
- githubkit/versions/v2022_11_28/models/group_0962.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0963.py +16 -8
- githubkit/versions/v2022_11_28/models/group_0964.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0965.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0966.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0967.py +6 -10
- githubkit/versions/v2022_11_28/models/group_0968.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0969.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0970.py +7 -12
- githubkit/versions/v2022_11_28/models/group_0971.py +17 -4
- githubkit/versions/v2022_11_28/models/group_0972.py +12 -22
- githubkit/versions/v2022_11_28/models/group_0973.py +4 -26
- githubkit/versions/v2022_11_28/models/group_0974.py +24 -5
- githubkit/versions/v2022_11_28/models/group_0975.py +23 -7
- githubkit/versions/v2022_11_28/models/group_0976.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0977.py +7 -23
- githubkit/versions/v2022_11_28/models/group_0978.py +9 -7
- githubkit/versions/v2022_11_28/models/group_0979.py +26 -4
- githubkit/versions/v2022_11_28/models/group_0980.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0981.py +4 -26
- githubkit/versions/v2022_11_28/models/group_0982.py +4 -4
- githubkit/versions/v2022_11_28/models/group_0983.py +19 -7
- githubkit/versions/v2022_11_28/models/group_0984.py +9 -5
- githubkit/versions/v2022_11_28/models/group_0985.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0986.py +5 -276
- githubkit/versions/v2022_11_28/models/group_0987.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0988.py +273 -6
- githubkit/versions/v2022_11_28/models/group_0989.py +7 -15
- githubkit/versions/v2022_11_28/models/group_0990.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0991.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0992.py +8 -15
- githubkit/versions/v2022_11_28/models/group_0993.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0994.py +11 -15
- githubkit/versions/v2022_11_28/models/group_0995.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0996.py +15 -5
- githubkit/versions/v2022_11_28/models/group_0997.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0998.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0999.py +6 -8
- githubkit/versions/v2022_11_28/models/group_1000.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1001.py +10 -13
- githubkit/versions/v2022_11_28/models/group_1002.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1003.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1004.py +9 -8
- githubkit/versions/v2022_11_28/models/group_1005.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1006.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1007.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1008.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1009.py +6 -36
- githubkit/versions/v2022_11_28/models/group_1010.py +7 -29
- githubkit/versions/v2022_11_28/models/group_1011.py +35 -7
- githubkit/versions/v2022_11_28/models/group_1012.py +20 -35
- githubkit/versions/v2022_11_28/models/group_1013.py +8 -7
- githubkit/versions/v2022_11_28/models/group_1014.py +20 -54
- githubkit/versions/v2022_11_28/models/group_1015.py +5 -14
- githubkit/versions/v2022_11_28/models/group_1016.py +45 -181
- githubkit/versions/v2022_11_28/models/group_1017.py +10 -86
- githubkit/versions/v2022_11_28/models/group_1018.py +188 -14
- githubkit/versions/v2022_11_28/models/group_1019.py +84 -7
- githubkit/versions/v2022_11_28/models/group_1020.py +36 -10
- githubkit/versions/v2022_11_28/models/group_1021.py +4 -5
- githubkit/versions/v2022_11_28/models/group_1022.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1023.py +13 -8
- githubkit/versions/v2022_11_28/models/group_1024.py +4 -4
- githubkit/versions/v2022_11_28/models/group_1025.py +8 -6
- githubkit/versions/v2022_11_28/models/group_1026.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1027.py +5 -7
- githubkit/versions/v2022_11_28/models/group_1028.py +8 -6
- githubkit/versions/v2022_11_28/models/group_1029.py +8 -6
- githubkit/versions/v2022_11_28/models/group_1030.py +4 -4
- githubkit/versions/v2022_11_28/models/group_1031.py +9 -5
- githubkit/versions/v2022_11_28/models/group_1032.py +8 -104
- githubkit/versions/v2022_11_28/models/group_1033.py +6 -56
- githubkit/versions/v2022_11_28/models/group_1034.py +89 -44
- githubkit/versions/v2022_11_28/models/group_1035.py +39 -86
- githubkit/versions/v2022_11_28/models/group_1036.py +31 -28
- githubkit/versions/v2022_11_28/models/group_1037.py +84 -42
- githubkit/versions/v2022_11_28/models/group_1038.py +58 -6
- githubkit/versions/v2022_11_28/models/group_1039.py +55 -23
- githubkit/versions/v2022_11_28/models/group_1040.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1041.py +22 -21
- githubkit/versions/v2022_11_28/models/group_1042.py +15 -34
- githubkit/versions/v2022_11_28/models/group_1043.py +19 -19
- githubkit/versions/v2022_11_28/models/group_1044.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1045.py +19 -30
- githubkit/versions/v2022_11_28/models/group_1046.py +34 -15
- githubkit/versions/v2022_11_28/models/group_1047.py +24 -35
- githubkit/versions/v2022_11_28/models/group_1048.py +7 -23
- githubkit/versions/v2022_11_28/models/group_1049.py +49 -8
- githubkit/versions/v2022_11_28/models/group_1050.py +17 -20
- githubkit/versions/v2022_11_28/models/group_1051.py +7 -22
- githubkit/versions/v2022_11_28/models/group_1052.py +23 -10
- githubkit/versions/v2022_11_28/models/group_1053.py +23 -10
- githubkit/versions/v2022_11_28/models/group_1054.py +14 -5
- githubkit/versions/v2022_11_28/models/group_1055.py +9 -10
- githubkit/versions/v2022_11_28/models/group_1056.py +5 -17
- githubkit/versions/v2022_11_28/models/group_1057.py +11 -8
- githubkit/versions/v2022_11_28/models/group_1058.py +11 -55
- githubkit/versions/v2022_11_28/models/group_1059.py +7 -53
- githubkit/versions/v2022_11_28/models/group_1060.py +54 -17
- githubkit/versions/v2022_11_28/models/group_1061.py +47 -16
- githubkit/versions/v2022_11_28/models/group_1062.py +19 -9
- githubkit/versions/v2022_11_28/models/group_1063.py +23 -12
- githubkit/versions/v2022_11_28/models/group_1064.py +10 -45
- githubkit/versions/v2022_11_28/models/group_1065.py +12 -7
- githubkit/versions/v2022_11_28/models/group_1066.py +33 -21
- githubkit/versions/v2022_11_28/models/group_1067.py +6 -27
- githubkit/versions/v2022_11_28/models/group_1068.py +24 -36
- githubkit/versions/v2022_11_28/models/group_1069.py +20 -31
- githubkit/versions/v2022_11_28/models/group_1070.py +43 -10
- githubkit/versions/v2022_11_28/models/group_1071.py +28 -12
- githubkit/versions/v2022_11_28/models/group_1072.py +16 -8
- githubkit/versions/v2022_11_28/models/group_1073.py +22 -8
- githubkit/versions/v2022_11_28/models/group_1074.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1075.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1076.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1077.py +6 -18
- githubkit/versions/v2022_11_28/models/group_1078.py +6 -9
- githubkit/versions/v2022_11_28/models/group_1079.py +9 -62
- githubkit/versions/v2022_11_28/models/group_1080.py +10 -7
- githubkit/versions/v2022_11_28/models/group_1081.py +67 -7
- githubkit/versions/v2022_11_28/models/group_1082.py +7 -40
- githubkit/versions/v2022_11_28/models/group_1083.py +7 -38
- githubkit/versions/v2022_11_28/models/group_1084.py +24 -31
- githubkit/versions/v2022_11_28/models/group_1085.py +31 -18
- githubkit/versions/v2022_11_28/models/group_1086.py +32 -4
- githubkit/versions/v2022_11_28/models/group_1087.py +19 -15
- githubkit/versions/v2022_11_28/models/group_1088.py +12 -16
- githubkit/versions/v2022_11_28/models/group_1089.py +23 -6
- githubkit/versions/v2022_11_28/models/group_1090.py +21 -6
- githubkit/versions/v2022_11_28/models/group_1091.py +11 -4
- githubkit/versions/v2022_11_28/models/group_1092.py +6 -11
- githubkit/versions/v2022_11_28/models/group_1093.py +8 -49
- githubkit/versions/v2022_11_28/models/group_1094.py +14 -5
- githubkit/versions/v2022_11_28/models/group_1095.py +39 -8
- githubkit/versions/v2022_11_28/models/group_1096.py +5 -55
- githubkit/versions/v2022_11_28/models/group_1097.py +10 -9
- githubkit/versions/v2022_11_28/models/group_1098.py +50 -5
- githubkit/versions/v2022_11_28/models/group_1099.py +10 -5
- githubkit/versions/v2022_11_28/models/group_1100.py +7 -8
- githubkit/versions/v2022_11_28/models/group_1101.py +6 -20
- githubkit/versions/v2022_11_28/models/group_1102.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1103.py +17 -9
- githubkit/versions/v2022_11_28/models/group_1104.py +5 -19
- githubkit/versions/v2022_11_28/models/group_1105.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1106.py +18 -13
- githubkit/versions/v2022_11_28/models/group_1107.py +5 -11
- githubkit/versions/v2022_11_28/models/group_1108.py +14 -5
- githubkit/versions/v2022_11_28/models/group_1109.py +10 -12
- githubkit/versions/v2022_11_28/models/group_1110.py +5 -15
- githubkit/versions/v2022_11_28/models/group_1111.py +9 -8
- githubkit/versions/v2022_11_28/models/group_1112.py +9 -11
- githubkit/versions/v2022_11_28/models/group_1113.py +8 -14
- githubkit/versions/v2022_11_28/models/group_1114.py +16 -6
- githubkit/versions/v2022_11_28/models/group_1115.py +12 -10
- githubkit/versions/v2022_11_28/models/group_1116.py +6 -20
- githubkit/versions/v2022_11_28/models/group_1117.py +10 -17
- githubkit/versions/v2022_11_28/models/group_1118.py +15 -6
- githubkit/versions/v2022_11_28/models/group_1119.py +21 -6
- githubkit/versions/v2022_11_28/models/group_1120.py +10 -13
- githubkit/versions/v2022_11_28/models/group_1121.py +6 -25
- githubkit/versions/v2022_11_28/models/group_1122.py +11 -22
- githubkit/versions/v2022_11_28/models/group_1123.py +10 -10
- githubkit/versions/v2022_11_28/models/group_1124.py +9 -11
- githubkit/versions/v2022_11_28/models/group_1125.py +10 -10
- githubkit/versions/v2022_11_28/models/group_1126.py +21 -11
- githubkit/versions/v2022_11_28/models/group_1127.py +20 -10
- githubkit/versions/v2022_11_28/models/group_1128.py +10 -9
- githubkit/versions/v2022_11_28/models/group_1129.py +11 -22
- githubkit/versions/v2022_11_28/models/group_1130.py +16 -6
- githubkit/versions/v2022_11_28/models/group_1131.py +25 -7
- githubkit/versions/v2022_11_28/models/group_1132.py +6 -8
- githubkit/versions/v2022_11_28/models/group_1133.py +6 -31
- githubkit/versions/v2022_11_28/models/group_1134.py +9 -5
- githubkit/versions/v2022_11_28/models/group_1135.py +34 -10
- githubkit/versions/v2022_11_28/models/group_1136.py +11 -32
- githubkit/versions/v2022_11_28/models/group_1137.py +8 -42
- githubkit/versions/v2022_11_28/models/group_1138.py +14 -30
- githubkit/versions/v2022_11_28/models/group_1139.py +45 -5
- githubkit/versions/v2022_11_28/models/group_1140.py +33 -12
- githubkit/versions/v2022_11_28/models/group_1141.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1142.py +19 -6
- githubkit/versions/v2022_11_28/models/group_1143.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1144.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1145.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1146.py +8 -43
- githubkit/versions/v2022_11_28/models/group_1147.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1148.py +42 -7
- githubkit/versions/v2022_11_28/models/group_1149.py +5 -14
- githubkit/versions/v2022_11_28/models/group_1150.py +9 -7
- githubkit/versions/v2022_11_28/models/group_1151.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1152.py +6 -33
- githubkit/versions/v2022_11_28/models/group_1153.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1154.py +28 -12
- githubkit/versions/v2022_11_28/models/group_1155.py +8 -29
- githubkit/versions/v2022_11_28/models/group_1156.py +20 -8
- githubkit/versions/v2022_11_28/models/group_1157.py +24 -68
- githubkit/versions/v2022_11_28/models/group_1158.py +7 -76
- githubkit/versions/v2022_11_28/models/group_1159.py +68 -12
- githubkit/versions/v2022_11_28/models/group_1160.py +75 -9
- githubkit/versions/v2022_11_28/models/group_1161.py +12 -13
- githubkit/versions/v2022_11_28/models/group_1162.py +10 -12
- githubkit/versions/v2022_11_28/models/group_1163.py +21 -6
- githubkit/versions/v2022_11_28/models/group_1164.py +13 -6
- githubkit/versions/v2022_11_28/models/group_1165.py +6 -15
- githubkit/versions/v2022_11_28/models/group_1166.py +6 -21
- githubkit/versions/v2022_11_28/models/group_1167.py +10 -23
- githubkit/versions/v2022_11_28/models/group_1168.py +17 -7
- githubkit/versions/v2022_11_28/models/group_1169.py +25 -8
- githubkit/versions/v2022_11_28/models/group_1170.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1171.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1172.py +5 -17
- githubkit/versions/v2022_11_28/models/group_1173.py +5 -11
- githubkit/versions/v2022_11_28/models/group_1174.py +14 -8
- githubkit/versions/v2022_11_28/models/group_1175.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1176.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1177.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1178.py +10 -32
- githubkit/versions/v2022_11_28/models/group_1179.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1180.py +20 -40
- githubkit/versions/v2022_11_28/models/group_1181.py +7 -46
- githubkit/versions/v2022_11_28/models/group_1182.py +44 -28
- githubkit/versions/v2022_11_28/models/group_1183.py +40 -11
- githubkit/versions/v2022_11_28/models/group_1184.py +33 -7
- githubkit/versions/v2022_11_28/models/group_1185.py +17 -6
- githubkit/versions/v2022_11_28/models/group_1186.py +8 -16
- githubkit/versions/v2022_11_28/models/group_1187.py +7 -8
- githubkit/versions/v2022_11_28/models/group_1188.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1189.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1190.py +12 -12
- githubkit/versions/v2022_11_28/models/group_1191.py +9 -17
- githubkit/versions/v2022_11_28/models/group_1192.py +12 -10
- githubkit/versions/v2022_11_28/models/group_1193.py +17 -8
- githubkit/versions/v2022_11_28/models/group_1194.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1195.py +11 -4
- githubkit/versions/v2022_11_28/models/group_1196.py +9 -11
- githubkit/versions/v2022_11_28/models/group_1197.py +4 -12
- githubkit/versions/v2022_11_28/models/group_1198.py +9 -35
- githubkit/versions/v2022_11_28/models/group_1199.py +7 -10
- githubkit/versions/v2022_11_28/models/group_1200.py +21 -72
- githubkit/versions/v2022_11_28/models/group_1201.py +11 -11
- githubkit/versions/v2022_11_28/models/group_1202.py +89 -11
- githubkit/versions/v2022_11_28/models/group_1203.py +11 -12
- githubkit/versions/v2022_11_28/models/group_1204.py +12 -9
- githubkit/versions/v2022_11_28/models/group_1205.py +13 -9
- githubkit/versions/v2022_11_28/models/group_1206.py +12 -74
- githubkit/versions/v2022_11_28/models/group_1207.py +69 -0
- githubkit/versions/v2022_11_28/models/group_1208.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1209.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1210.py +97 -0
- githubkit/versions/v2022_11_28/rest/actions.py +746 -0
- githubkit/versions/v2022_11_28/rest/activity.py +144 -0
- githubkit/versions/v2022_11_28/rest/apps.py +176 -0
- githubkit/versions/v2022_11_28/rest/billing.py +32 -0
- githubkit/versions/v2022_11_28/rest/campaigns.py +28 -0
- githubkit/versions/v2022_11_28/rest/checks.py +68 -0
- githubkit/versions/v2022_11_28/rest/classroom.py +24 -0
- githubkit/versions/v2022_11_28/rest/code_scanning.py +108 -0
- githubkit/versions/v2022_11_28/rest/code_security.py +116 -0
- githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +8 -0
- githubkit/versions/v2022_11_28/rest/codespaces.py +246 -0
- githubkit/versions/v2022_11_28/rest/copilot.py +52 -0
- githubkit/versions/v2022_11_28/rest/credentials.py +8 -0
- githubkit/versions/v2022_11_28/rest/dependabot.py +112 -0
- githubkit/versions/v2022_11_28/rest/dependency_graph.py +16 -0
- githubkit/versions/v2022_11_28/rest/emojis.py +4 -0
- githubkit/versions/v2022_11_28/rest/gists.py +104 -2
- githubkit/versions/v2022_11_28/rest/git.py +76 -0
- githubkit/versions/v2022_11_28/rest/gitignore.py +8 -0
- githubkit/versions/v2022_11_28/rest/hosted_compute.py +32 -0
- githubkit/versions/v2022_11_28/rest/interactions.py +56 -2
- githubkit/versions/v2022_11_28/rest/issues.py +244 -0
- githubkit/versions/v2022_11_28/rest/licenses.py +12 -0
- githubkit/versions/v2022_11_28/rest/markdown.py +24 -2
- githubkit/versions/v2022_11_28/rest/meta.py +20 -0
- githubkit/versions/v2022_11_28/rest/migrations.py +112 -0
- githubkit/versions/v2022_11_28/rest/oidc.py +12 -0
- githubkit/versions/v2022_11_28/rest/orgs.py +760 -0
- githubkit/versions/v2022_11_28/rest/packages.py +108 -0
- githubkit/versions/v2022_11_28/rest/private_registries.py +36 -0
- githubkit/versions/v2022_11_28/rest/projects.py +146 -0
- githubkit/versions/v2022_11_28/rest/pulls.py +162 -0
- githubkit/versions/v2022_11_28/rest/rate_limit.py +6 -0
- githubkit/versions/v2022_11_28/rest/reactions.py +136 -0
- githubkit/versions/v2022_11_28/rest/repos.py +1046 -0
- githubkit/versions/v2022_11_28/rest/search.py +28 -0
- githubkit/versions/v2022_11_28/rest/secret_scanning.py +40 -0
- githubkit/versions/v2022_11_28/rest/security_advisories.py +52 -0
- githubkit/versions/v2022_11_28/rest/teams.py +308 -0
- githubkit/versions/v2022_11_28/rest/users.py +429 -2
- githubkit/versions/v2022_11_28/types/__init__.py +730 -700
- githubkit/versions/v2022_11_28/types/group_0028.py +11 -0
- githubkit/versions/v2022_11_28/types/group_0199.py +1 -0
- githubkit/versions/v2022_11_28/types/group_0353.py +1 -0
- githubkit/versions/v2022_11_28/types/group_0422.py +3 -1
- githubkit/versions/v2022_11_28/types/group_0430.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0647.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0897.py +5 -62
- githubkit/versions/v2022_11_28/types/group_0898.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0899.py +62 -13
- githubkit/versions/v2022_11_28/types/group_0900.py +16 -90
- githubkit/versions/v2022_11_28/types/group_0901.py +12 -4
- githubkit/versions/v2022_11_28/types/group_0902.py +20 -20
- githubkit/versions/v2022_11_28/types/group_0903.py +3 -7
- githubkit/versions/v2022_11_28/types/group_0904.py +96 -6
- githubkit/versions/v2022_11_28/types/group_0905.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0906.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0907.py +12 -9
- githubkit/versions/v2022_11_28/types/group_0908.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0909.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0910.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0911.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0912.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0913.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0914.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0915.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0916.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0917.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0918.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0919.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0920.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0921.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0922.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0923.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0924.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0925.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0926.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0927.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0928.py +21 -4
- githubkit/versions/v2022_11_28/types/group_0929.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0930.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0931.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0932.py +3 -8
- githubkit/versions/v2022_11_28/types/group_0933.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0934.py +8 -14
- githubkit/versions/v2022_11_28/types/group_0935.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0936.py +15 -4
- githubkit/versions/v2022_11_28/types/group_0937.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0938.py +4 -9
- githubkit/versions/v2022_11_28/types/group_0939.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0940.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0941.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0942.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0943.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0944.py +25 -6
- githubkit/versions/v2022_11_28/types/group_0945.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0946.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0947.py +14 -7
- githubkit/versions/v2022_11_28/types/group_0948.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0949.py +10 -46
- githubkit/versions/v2022_11_28/types/group_0950.py +7 -70
- githubkit/versions/v2022_11_28/types/group_0951.py +43 -71
- githubkit/versions/v2022_11_28/types/group_0952.py +67 -20
- githubkit/versions/v2022_11_28/types/group_0953.py +70 -7
- githubkit/versions/v2022_11_28/types/group_0954.py +22 -8
- githubkit/versions/v2022_11_28/types/group_0955.py +7 -14
- githubkit/versions/v2022_11_28/types/group_0956.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0957.py +14 -6
- githubkit/versions/v2022_11_28/types/group_0958.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0959.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0960.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0961.py +4 -13
- githubkit/versions/v2022_11_28/types/group_0962.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0963.py +13 -5
- githubkit/versions/v2022_11_28/types/group_0964.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0965.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0966.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0967.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0968.py +4 -6
- githubkit/versions/v2022_11_28/types/group_0969.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0970.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0971.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0972.py +5 -20
- githubkit/versions/v2022_11_28/types/group_0973.py +4 -21
- githubkit/versions/v2022_11_28/types/group_0974.py +21 -5
- githubkit/versions/v2022_11_28/types/group_0975.py +20 -6
- githubkit/versions/v2022_11_28/types/group_0976.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0977.py +6 -20
- githubkit/versions/v2022_11_28/types/group_0978.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0979.py +21 -4
- githubkit/versions/v2022_11_28/types/group_0980.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0981.py +4 -11
- githubkit/versions/v2022_11_28/types/group_0982.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0983.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0984.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0985.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0986.py +5 -160
- githubkit/versions/v2022_11_28/types/group_0987.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0988.py +159 -4
- githubkit/versions/v2022_11_28/types/group_0989.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0990.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0991.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0992.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0993.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0994.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0995.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0996.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0997.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0998.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0999.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1000.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1001.py +9 -7
- githubkit/versions/v2022_11_28/types/group_1002.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1003.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1004.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1005.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1006.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1007.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1008.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1009.py +6 -32
- githubkit/versions/v2022_11_28/types/group_1010.py +6 -23
- githubkit/versions/v2022_11_28/types/group_1011.py +33 -9
- githubkit/versions/v2022_11_28/types/group_1012.py +12 -32
- githubkit/versions/v2022_11_28/types/group_1013.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1014.py +17 -39
- githubkit/versions/v2022_11_28/types/group_1015.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1016.py +42 -101
- githubkit/versions/v2022_11_28/types/group_1017.py +6 -50
- githubkit/versions/v2022_11_28/types/group_1018.py +107 -10
- githubkit/versions/v2022_11_28/types/group_1019.py +45 -7
- githubkit/versions/v2022_11_28/types/group_1020.py +21 -7
- githubkit/versions/v2022_11_28/types/group_1021.py +3 -4
- githubkit/versions/v2022_11_28/types/group_1022.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1023.py +10 -5
- githubkit/versions/v2022_11_28/types/group_1024.py +3 -3
- githubkit/versions/v2022_11_28/types/group_1025.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1026.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1027.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1028.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1029.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1030.py +3 -3
- githubkit/versions/v2022_11_28/types/group_1031.py +8 -4
- githubkit/versions/v2022_11_28/types/group_1032.py +7 -52
- githubkit/versions/v2022_11_28/types/group_1033.py +10 -35
- githubkit/versions/v2022_11_28/types/group_1034.py +49 -29
- githubkit/versions/v2022_11_28/types/group_1035.py +27 -57
- githubkit/versions/v2022_11_28/types/group_1036.py +24 -21
- githubkit/versions/v2022_11_28/types/group_1037.py +55 -28
- githubkit/versions/v2022_11_28/types/group_1038.py +36 -10
- githubkit/versions/v2022_11_28/types/group_1039.py +30 -18
- githubkit/versions/v2022_11_28/types/group_1040.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1041.py +19 -9
- githubkit/versions/v2022_11_28/types/group_1042.py +8 -12
- githubkit/versions/v2022_11_28/types/group_1043.py +9 -10
- githubkit/versions/v2022_11_28/types/group_1044.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1045.py +11 -11
- githubkit/versions/v2022_11_28/types/group_1046.py +12 -8
- githubkit/versions/v2022_11_28/types/group_1047.py +11 -15
- githubkit/versions/v2022_11_28/types/group_1048.py +7 -20
- githubkit/versions/v2022_11_28/types/group_1049.py +16 -8
- githubkit/versions/v2022_11_28/types/group_1050.py +15 -13
- githubkit/versions/v2022_11_28/types/group_1051.py +6 -19
- githubkit/versions/v2022_11_28/types/group_1052.py +18 -5
- githubkit/versions/v2022_11_28/types/group_1053.py +21 -5
- githubkit/versions/v2022_11_28/types/group_1054.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1055.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1056.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1057.py +7 -7
- githubkit/versions/v2022_11_28/types/group_1058.py +7 -36
- githubkit/versions/v2022_11_28/types/group_1059.py +7 -32
- githubkit/versions/v2022_11_28/types/group_1060.py +36 -11
- githubkit/versions/v2022_11_28/types/group_1061.py +26 -14
- githubkit/versions/v2022_11_28/types/group_1062.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1063.py +20 -7
- githubkit/versions/v2022_11_28/types/group_1064.py +6 -24
- githubkit/versions/v2022_11_28/types/group_1065.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1066.py +22 -12
- githubkit/versions/v2022_11_28/types/group_1067.py +5 -19
- githubkit/versions/v2022_11_28/types/group_1068.py +12 -28
- githubkit/versions/v2022_11_28/types/group_1069.py +14 -19
- githubkit/versions/v2022_11_28/types/group_1070.py +27 -6
- githubkit/versions/v2022_11_28/types/group_1071.py +18 -10
- githubkit/versions/v2022_11_28/types/group_1072.py +9 -8
- githubkit/versions/v2022_11_28/types/group_1073.py +16 -6
- githubkit/versions/v2022_11_28/types/group_1074.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1075.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1076.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1077.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1078.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1079.py +5 -39
- githubkit/versions/v2022_11_28/types/group_1080.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1081.py +40 -5
- githubkit/versions/v2022_11_28/types/group_1082.py +6 -25
- githubkit/versions/v2022_11_28/types/group_1083.py +5 -19
- githubkit/versions/v2022_11_28/types/group_1084.py +17 -16
- githubkit/versions/v2022_11_28/types/group_1085.py +18 -9
- githubkit/versions/v2022_11_28/types/group_1086.py +18 -3
- githubkit/versions/v2022_11_28/types/group_1087.py +10 -9
- githubkit/versions/v2022_11_28/types/group_1088.py +8 -8
- githubkit/versions/v2022_11_28/types/group_1089.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1090.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1091.py +7 -4
- githubkit/versions/v2022_11_28/types/group_1092.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1093.py +4 -27
- githubkit/versions/v2022_11_28/types/group_1094.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1095.py +25 -7
- githubkit/versions/v2022_11_28/types/group_1096.py +10 -39
- githubkit/versions/v2022_11_28/types/group_1097.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1098.py +33 -4
- githubkit/versions/v2022_11_28/types/group_1099.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1100.py +4 -4
- githubkit/versions/v2022_11_28/types/group_1101.py +5 -16
- githubkit/versions/v2022_11_28/types/group_1102.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1103.py +15 -4
- githubkit/versions/v2022_11_28/types/group_1104.py +4 -15
- githubkit/versions/v2022_11_28/types/group_1105.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1106.py +15 -5
- githubkit/versions/v2022_11_28/types/group_1107.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1108.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1109.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1110.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1111.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1112.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1113.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1114.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1115.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1116.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1117.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1118.py +8 -4
- githubkit/versions/v2022_11_28/types/group_1119.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1120.py +6 -10
- githubkit/versions/v2022_11_28/types/group_1121.py +5 -15
- githubkit/versions/v2022_11_28/types/group_1122.py +9 -13
- githubkit/versions/v2022_11_28/types/group_1123.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1124.py +7 -9
- githubkit/versions/v2022_11_28/types/group_1125.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1126.py +14 -8
- githubkit/versions/v2022_11_28/types/group_1127.py +13 -6
- githubkit/versions/v2022_11_28/types/group_1128.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1129.py +7 -10
- githubkit/versions/v2022_11_28/types/group_1130.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1131.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1132.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1133.py +4 -10
- githubkit/versions/v2022_11_28/types/group_1134.py +6 -4
- githubkit/versions/v2022_11_28/types/group_1135.py +12 -8
- githubkit/versions/v2022_11_28/types/group_1136.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1137.py +7 -14
- githubkit/versions/v2022_11_28/types/group_1138.py +11 -16
- githubkit/versions/v2022_11_28/types/group_1139.py +15 -5
- githubkit/versions/v2022_11_28/types/group_1140.py +16 -10
- githubkit/versions/v2022_11_28/types/group_1141.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1142.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1143.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1144.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1145.py +3 -3
- githubkit/versions/v2022_11_28/types/group_1146.py +5 -25
- githubkit/versions/v2022_11_28/types/group_1147.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1148.py +24 -5
- githubkit/versions/v2022_11_28/types/group_1149.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1150.py +6 -4
- githubkit/versions/v2022_11_28/types/group_1151.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1152.py +4 -13
- githubkit/versions/v2022_11_28/types/group_1153.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1154.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1155.py +5 -11
- githubkit/versions/v2022_11_28/types/group_1156.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1157.py +12 -62
- githubkit/versions/v2022_11_28/types/group_1158.py +6 -63
- githubkit/versions/v2022_11_28/types/group_1159.py +60 -7
- githubkit/versions/v2022_11_28/types/group_1160.py +63 -7
- githubkit/versions/v2022_11_28/types/group_1161.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1162.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1163.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1164.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1165.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1166.py +5 -9
- githubkit/versions/v2022_11_28/types/group_1167.py +6 -12
- githubkit/versions/v2022_11_28/types/group_1168.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1169.py +12 -5
- githubkit/versions/v2022_11_28/types/group_1170.py +6 -4
- githubkit/versions/v2022_11_28/types/group_1171.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1172.py +4 -11
- githubkit/versions/v2022_11_28/types/group_1173.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1174.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1175.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1176.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1177.py +4 -4
- githubkit/versions/v2022_11_28/types/group_1178.py +5 -12
- githubkit/versions/v2022_11_28/types/group_1179.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1180.py +13 -17
- githubkit/versions/v2022_11_28/types/group_1181.py +7 -24
- githubkit/versions/v2022_11_28/types/group_1182.py +16 -23
- githubkit/versions/v2022_11_28/types/group_1183.py +24 -7
- githubkit/versions/v2022_11_28/types/group_1184.py +22 -6
- githubkit/versions/v2022_11_28/types/group_1185.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1186.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1187.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1188.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1189.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1190.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1191.py +5 -13
- githubkit/versions/v2022_11_28/types/group_1192.py +9 -6
- githubkit/versions/v2022_11_28/types/group_1193.py +12 -6
- githubkit/versions/v2022_11_28/types/group_1194.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1195.py +8 -3
- githubkit/versions/v2022_11_28/types/group_1196.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1197.py +3 -6
- githubkit/versions/v2022_11_28/types/group_1198.py +5 -13
- githubkit/versions/v2022_11_28/types/group_1199.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1200.py +15 -31
- githubkit/versions/v2022_11_28/types/group_1201.py +7 -10
- githubkit/versions/v2022_11_28/types/group_1202.py +35 -15
- githubkit/versions/v2022_11_28/types/group_1203.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1204.py +9 -4
- githubkit/versions/v2022_11_28/types/group_1205.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1206.py +6 -65
- githubkit/versions/v2022_11_28/types/group_1207.py +52 -0
- githubkit/versions/v2022_11_28/types/group_1208.py +21 -0
- githubkit/versions/v2022_11_28/types/group_1209.py +21 -0
- githubkit/versions/v2022_11_28/types/group_1210.py +81 -0
- {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/METADATA +1 -1
- {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/RECORD +1409 -1393
- {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/LICENSE +0 -0
- {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/WHEEL +0 -0
|
@@ -151,6 +151,7 @@ class IssuesClient:
|
|
|
151
151
|
per_page: Missing[int] = UNSET,
|
|
152
152
|
page: Missing[int] = UNSET,
|
|
153
153
|
headers: Optional[Mapping[str, str]] = None,
|
|
154
|
+
stream: bool = False,
|
|
154
155
|
) -> Response[list[Issue], list[IssueType]]:
|
|
155
156
|
"""issues/list
|
|
156
157
|
|
|
@@ -199,6 +200,7 @@ class IssuesClient:
|
|
|
199
200
|
url,
|
|
200
201
|
params=exclude_unset(params),
|
|
201
202
|
headers=exclude_unset(headers),
|
|
203
|
+
stream=stream,
|
|
202
204
|
response_model=list[Issue],
|
|
203
205
|
error_models={
|
|
204
206
|
"422": ValidationError,
|
|
@@ -224,6 +226,7 @@ class IssuesClient:
|
|
|
224
226
|
per_page: Missing[int] = UNSET,
|
|
225
227
|
page: Missing[int] = UNSET,
|
|
226
228
|
headers: Optional[Mapping[str, str]] = None,
|
|
229
|
+
stream: bool = False,
|
|
227
230
|
) -> Response[list[Issue], list[IssueType]]:
|
|
228
231
|
"""issues/list
|
|
229
232
|
|
|
@@ -272,6 +275,7 @@ class IssuesClient:
|
|
|
272
275
|
url,
|
|
273
276
|
params=exclude_unset(params),
|
|
274
277
|
headers=exclude_unset(headers),
|
|
278
|
+
stream=stream,
|
|
275
279
|
response_model=list[Issue],
|
|
276
280
|
error_models={
|
|
277
281
|
"422": ValidationError,
|
|
@@ -295,6 +299,7 @@ class IssuesClient:
|
|
|
295
299
|
per_page: Missing[int] = UNSET,
|
|
296
300
|
page: Missing[int] = UNSET,
|
|
297
301
|
headers: Optional[Mapping[str, str]] = None,
|
|
302
|
+
stream: bool = False,
|
|
298
303
|
) -> Response[list[Issue], list[IssueType]]:
|
|
299
304
|
"""issues/list-for-org
|
|
300
305
|
|
|
@@ -338,6 +343,7 @@ class IssuesClient:
|
|
|
338
343
|
url,
|
|
339
344
|
params=exclude_unset(params),
|
|
340
345
|
headers=exclude_unset(headers),
|
|
346
|
+
stream=stream,
|
|
341
347
|
response_model=list[Issue],
|
|
342
348
|
error_models={
|
|
343
349
|
"404": BasicError,
|
|
@@ -360,6 +366,7 @@ class IssuesClient:
|
|
|
360
366
|
per_page: Missing[int] = UNSET,
|
|
361
367
|
page: Missing[int] = UNSET,
|
|
362
368
|
headers: Optional[Mapping[str, str]] = None,
|
|
369
|
+
stream: bool = False,
|
|
363
370
|
) -> Response[list[Issue], list[IssueType]]:
|
|
364
371
|
"""issues/list-for-org
|
|
365
372
|
|
|
@@ -403,6 +410,7 @@ class IssuesClient:
|
|
|
403
410
|
url,
|
|
404
411
|
params=exclude_unset(params),
|
|
405
412
|
headers=exclude_unset(headers),
|
|
413
|
+
stream=stream,
|
|
406
414
|
response_model=list[Issue],
|
|
407
415
|
error_models={
|
|
408
416
|
"404": BasicError,
|
|
@@ -417,6 +425,7 @@ class IssuesClient:
|
|
|
417
425
|
per_page: Missing[int] = UNSET,
|
|
418
426
|
page: Missing[int] = UNSET,
|
|
419
427
|
headers: Optional[Mapping[str, str]] = None,
|
|
428
|
+
stream: bool = False,
|
|
420
429
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
421
430
|
"""issues/list-assignees
|
|
422
431
|
|
|
@@ -443,6 +452,7 @@ class IssuesClient:
|
|
|
443
452
|
url,
|
|
444
453
|
params=exclude_unset(params),
|
|
445
454
|
headers=exclude_unset(headers),
|
|
455
|
+
stream=stream,
|
|
446
456
|
response_model=list[SimpleUser],
|
|
447
457
|
error_models={
|
|
448
458
|
"404": BasicError,
|
|
@@ -457,6 +467,7 @@ class IssuesClient:
|
|
|
457
467
|
per_page: Missing[int] = UNSET,
|
|
458
468
|
page: Missing[int] = UNSET,
|
|
459
469
|
headers: Optional[Mapping[str, str]] = None,
|
|
470
|
+
stream: bool = False,
|
|
460
471
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
461
472
|
"""issues/list-assignees
|
|
462
473
|
|
|
@@ -483,6 +494,7 @@ class IssuesClient:
|
|
|
483
494
|
url,
|
|
484
495
|
params=exclude_unset(params),
|
|
485
496
|
headers=exclude_unset(headers),
|
|
497
|
+
stream=stream,
|
|
486
498
|
response_model=list[SimpleUser],
|
|
487
499
|
error_models={
|
|
488
500
|
"404": BasicError,
|
|
@@ -496,6 +508,7 @@ class IssuesClient:
|
|
|
496
508
|
assignee: str,
|
|
497
509
|
*,
|
|
498
510
|
headers: Optional[Mapping[str, str]] = None,
|
|
511
|
+
stream: bool = False,
|
|
499
512
|
) -> Response:
|
|
500
513
|
"""issues/check-user-can-be-assigned
|
|
501
514
|
|
|
@@ -520,6 +533,7 @@ class IssuesClient:
|
|
|
520
533
|
"GET",
|
|
521
534
|
url,
|
|
522
535
|
headers=exclude_unset(headers),
|
|
536
|
+
stream=stream,
|
|
523
537
|
error_models={
|
|
524
538
|
"404": BasicError,
|
|
525
539
|
},
|
|
@@ -532,6 +546,7 @@ class IssuesClient:
|
|
|
532
546
|
assignee: str,
|
|
533
547
|
*,
|
|
534
548
|
headers: Optional[Mapping[str, str]] = None,
|
|
549
|
+
stream: bool = False,
|
|
535
550
|
) -> Response:
|
|
536
551
|
"""issues/check-user-can-be-assigned
|
|
537
552
|
|
|
@@ -556,6 +571,7 @@ class IssuesClient:
|
|
|
556
571
|
"GET",
|
|
557
572
|
url,
|
|
558
573
|
headers=exclude_unset(headers),
|
|
574
|
+
stream=stream,
|
|
559
575
|
error_models={
|
|
560
576
|
"404": BasicError,
|
|
561
577
|
},
|
|
@@ -579,6 +595,7 @@ class IssuesClient:
|
|
|
579
595
|
per_page: Missing[int] = UNSET,
|
|
580
596
|
page: Missing[int] = UNSET,
|
|
581
597
|
headers: Optional[Mapping[str, str]] = None,
|
|
598
|
+
stream: bool = False,
|
|
582
599
|
) -> Response[list[Issue], list[IssueType]]:
|
|
583
600
|
"""issues/list-for-repo
|
|
584
601
|
|
|
@@ -625,6 +642,7 @@ class IssuesClient:
|
|
|
625
642
|
url,
|
|
626
643
|
params=exclude_unset(params),
|
|
627
644
|
headers=exclude_unset(headers),
|
|
645
|
+
stream=stream,
|
|
628
646
|
response_model=list[Issue],
|
|
629
647
|
error_models={
|
|
630
648
|
"422": ValidationError,
|
|
@@ -650,6 +668,7 @@ class IssuesClient:
|
|
|
650
668
|
per_page: Missing[int] = UNSET,
|
|
651
669
|
page: Missing[int] = UNSET,
|
|
652
670
|
headers: Optional[Mapping[str, str]] = None,
|
|
671
|
+
stream: bool = False,
|
|
653
672
|
) -> Response[list[Issue], list[IssueType]]:
|
|
654
673
|
"""issues/list-for-repo
|
|
655
674
|
|
|
@@ -696,6 +715,7 @@ class IssuesClient:
|
|
|
696
715
|
url,
|
|
697
716
|
params=exclude_unset(params),
|
|
698
717
|
headers=exclude_unset(headers),
|
|
718
|
+
stream=stream,
|
|
699
719
|
response_model=list[Issue],
|
|
700
720
|
error_models={
|
|
701
721
|
"422": ValidationError,
|
|
@@ -710,6 +730,7 @@ class IssuesClient:
|
|
|
710
730
|
repo: str,
|
|
711
731
|
*,
|
|
712
732
|
headers: Optional[Mapping[str, str]] = None,
|
|
733
|
+
stream: bool = False,
|
|
713
734
|
data: ReposOwnerRepoIssuesPostBodyType,
|
|
714
735
|
) -> Response[Issue, IssueType]: ...
|
|
715
736
|
|
|
@@ -721,6 +742,7 @@ class IssuesClient:
|
|
|
721
742
|
*,
|
|
722
743
|
data: UnsetType = UNSET,
|
|
723
744
|
headers: Optional[Mapping[str, str]] = None,
|
|
745
|
+
stream: bool = False,
|
|
724
746
|
title: Union[str, int],
|
|
725
747
|
body: Missing[str] = UNSET,
|
|
726
748
|
assignee: Missing[Union[str, None]] = UNSET,
|
|
@@ -738,6 +760,7 @@ class IssuesClient:
|
|
|
738
760
|
repo: str,
|
|
739
761
|
*,
|
|
740
762
|
headers: Optional[Mapping[str, str]] = None,
|
|
763
|
+
stream: bool = False,
|
|
741
764
|
data: Missing[ReposOwnerRepoIssuesPostBodyType] = UNSET,
|
|
742
765
|
**kwargs,
|
|
743
766
|
) -> Response[Issue, IssueType]:
|
|
@@ -786,6 +809,7 @@ class IssuesClient:
|
|
|
786
809
|
url,
|
|
787
810
|
json=exclude_unset(json),
|
|
788
811
|
headers=exclude_unset(headers),
|
|
812
|
+
stream=stream,
|
|
789
813
|
response_model=Issue,
|
|
790
814
|
error_models={
|
|
791
815
|
"400": BasicError,
|
|
@@ -804,6 +828,7 @@ class IssuesClient:
|
|
|
804
828
|
repo: str,
|
|
805
829
|
*,
|
|
806
830
|
headers: Optional[Mapping[str, str]] = None,
|
|
831
|
+
stream: bool = False,
|
|
807
832
|
data: ReposOwnerRepoIssuesPostBodyType,
|
|
808
833
|
) -> Response[Issue, IssueType]: ...
|
|
809
834
|
|
|
@@ -815,6 +840,7 @@ class IssuesClient:
|
|
|
815
840
|
*,
|
|
816
841
|
data: UnsetType = UNSET,
|
|
817
842
|
headers: Optional[Mapping[str, str]] = None,
|
|
843
|
+
stream: bool = False,
|
|
818
844
|
title: Union[str, int],
|
|
819
845
|
body: Missing[str] = UNSET,
|
|
820
846
|
assignee: Missing[Union[str, None]] = UNSET,
|
|
@@ -832,6 +858,7 @@ class IssuesClient:
|
|
|
832
858
|
repo: str,
|
|
833
859
|
*,
|
|
834
860
|
headers: Optional[Mapping[str, str]] = None,
|
|
861
|
+
stream: bool = False,
|
|
835
862
|
data: Missing[ReposOwnerRepoIssuesPostBodyType] = UNSET,
|
|
836
863
|
**kwargs,
|
|
837
864
|
) -> Response[Issue, IssueType]:
|
|
@@ -880,6 +907,7 @@ class IssuesClient:
|
|
|
880
907
|
url,
|
|
881
908
|
json=exclude_unset(json),
|
|
882
909
|
headers=exclude_unset(headers),
|
|
910
|
+
stream=stream,
|
|
883
911
|
response_model=Issue,
|
|
884
912
|
error_models={
|
|
885
913
|
"400": BasicError,
|
|
@@ -902,6 +930,7 @@ class IssuesClient:
|
|
|
902
930
|
per_page: Missing[int] = UNSET,
|
|
903
931
|
page: Missing[int] = UNSET,
|
|
904
932
|
headers: Optional[Mapping[str, str]] = None,
|
|
933
|
+
stream: bool = False,
|
|
905
934
|
) -> Response[list[IssueComment], list[IssueCommentType]]:
|
|
906
935
|
"""issues/list-comments-for-repo
|
|
907
936
|
|
|
@@ -940,6 +969,7 @@ class IssuesClient:
|
|
|
940
969
|
url,
|
|
941
970
|
params=exclude_unset(params),
|
|
942
971
|
headers=exclude_unset(headers),
|
|
972
|
+
stream=stream,
|
|
943
973
|
response_model=list[IssueComment],
|
|
944
974
|
error_models={
|
|
945
975
|
"422": ValidationError,
|
|
@@ -958,6 +988,7 @@ class IssuesClient:
|
|
|
958
988
|
per_page: Missing[int] = UNSET,
|
|
959
989
|
page: Missing[int] = UNSET,
|
|
960
990
|
headers: Optional[Mapping[str, str]] = None,
|
|
991
|
+
stream: bool = False,
|
|
961
992
|
) -> Response[list[IssueComment], list[IssueCommentType]]:
|
|
962
993
|
"""issues/list-comments-for-repo
|
|
963
994
|
|
|
@@ -996,6 +1027,7 @@ class IssuesClient:
|
|
|
996
1027
|
url,
|
|
997
1028
|
params=exclude_unset(params),
|
|
998
1029
|
headers=exclude_unset(headers),
|
|
1030
|
+
stream=stream,
|
|
999
1031
|
response_model=list[IssueComment],
|
|
1000
1032
|
error_models={
|
|
1001
1033
|
"422": ValidationError,
|
|
@@ -1010,6 +1042,7 @@ class IssuesClient:
|
|
|
1010
1042
|
comment_id: int,
|
|
1011
1043
|
*,
|
|
1012
1044
|
headers: Optional[Mapping[str, str]] = None,
|
|
1045
|
+
stream: bool = False,
|
|
1013
1046
|
) -> Response[IssueComment, IssueCommentType]:
|
|
1014
1047
|
"""issues/get-comment
|
|
1015
1048
|
|
|
@@ -1037,6 +1070,7 @@ class IssuesClient:
|
|
|
1037
1070
|
"GET",
|
|
1038
1071
|
url,
|
|
1039
1072
|
headers=exclude_unset(headers),
|
|
1073
|
+
stream=stream,
|
|
1040
1074
|
response_model=IssueComment,
|
|
1041
1075
|
error_models={
|
|
1042
1076
|
"404": BasicError,
|
|
@@ -1050,6 +1084,7 @@ class IssuesClient:
|
|
|
1050
1084
|
comment_id: int,
|
|
1051
1085
|
*,
|
|
1052
1086
|
headers: Optional[Mapping[str, str]] = None,
|
|
1087
|
+
stream: bool = False,
|
|
1053
1088
|
) -> Response[IssueComment, IssueCommentType]:
|
|
1054
1089
|
"""issues/get-comment
|
|
1055
1090
|
|
|
@@ -1077,6 +1112,7 @@ class IssuesClient:
|
|
|
1077
1112
|
"GET",
|
|
1078
1113
|
url,
|
|
1079
1114
|
headers=exclude_unset(headers),
|
|
1115
|
+
stream=stream,
|
|
1080
1116
|
response_model=IssueComment,
|
|
1081
1117
|
error_models={
|
|
1082
1118
|
"404": BasicError,
|
|
@@ -1090,6 +1126,7 @@ class IssuesClient:
|
|
|
1090
1126
|
comment_id: int,
|
|
1091
1127
|
*,
|
|
1092
1128
|
headers: Optional[Mapping[str, str]] = None,
|
|
1129
|
+
stream: bool = False,
|
|
1093
1130
|
) -> Response:
|
|
1094
1131
|
"""issues/delete-comment
|
|
1095
1132
|
|
|
@@ -1108,6 +1145,7 @@ class IssuesClient:
|
|
|
1108
1145
|
"DELETE",
|
|
1109
1146
|
url,
|
|
1110
1147
|
headers=exclude_unset(headers),
|
|
1148
|
+
stream=stream,
|
|
1111
1149
|
)
|
|
1112
1150
|
|
|
1113
1151
|
async def async_delete_comment(
|
|
@@ -1117,6 +1155,7 @@ class IssuesClient:
|
|
|
1117
1155
|
comment_id: int,
|
|
1118
1156
|
*,
|
|
1119
1157
|
headers: Optional[Mapping[str, str]] = None,
|
|
1158
|
+
stream: bool = False,
|
|
1120
1159
|
) -> Response:
|
|
1121
1160
|
"""issues/delete-comment
|
|
1122
1161
|
|
|
@@ -1135,6 +1174,7 @@ class IssuesClient:
|
|
|
1135
1174
|
"DELETE",
|
|
1136
1175
|
url,
|
|
1137
1176
|
headers=exclude_unset(headers),
|
|
1177
|
+
stream=stream,
|
|
1138
1178
|
)
|
|
1139
1179
|
|
|
1140
1180
|
@overload
|
|
@@ -1145,6 +1185,7 @@ class IssuesClient:
|
|
|
1145
1185
|
comment_id: int,
|
|
1146
1186
|
*,
|
|
1147
1187
|
headers: Optional[Mapping[str, str]] = None,
|
|
1188
|
+
stream: bool = False,
|
|
1148
1189
|
data: ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType,
|
|
1149
1190
|
) -> Response[IssueComment, IssueCommentType]: ...
|
|
1150
1191
|
|
|
@@ -1157,6 +1198,7 @@ class IssuesClient:
|
|
|
1157
1198
|
*,
|
|
1158
1199
|
data: UnsetType = UNSET,
|
|
1159
1200
|
headers: Optional[Mapping[str, str]] = None,
|
|
1201
|
+
stream: bool = False,
|
|
1160
1202
|
body: str,
|
|
1161
1203
|
) -> Response[IssueComment, IssueCommentType]: ...
|
|
1162
1204
|
|
|
@@ -1167,6 +1209,7 @@ class IssuesClient:
|
|
|
1167
1209
|
comment_id: int,
|
|
1168
1210
|
*,
|
|
1169
1211
|
headers: Optional[Mapping[str, str]] = None,
|
|
1212
|
+
stream: bool = False,
|
|
1170
1213
|
data: Missing[ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType] = UNSET,
|
|
1171
1214
|
**kwargs,
|
|
1172
1215
|
) -> Response[IssueComment, IssueCommentType]:
|
|
@@ -1212,6 +1255,7 @@ class IssuesClient:
|
|
|
1212
1255
|
url,
|
|
1213
1256
|
json=exclude_unset(json),
|
|
1214
1257
|
headers=exclude_unset(headers),
|
|
1258
|
+
stream=stream,
|
|
1215
1259
|
response_model=IssueComment,
|
|
1216
1260
|
error_models={
|
|
1217
1261
|
"422": ValidationError,
|
|
@@ -1226,6 +1270,7 @@ class IssuesClient:
|
|
|
1226
1270
|
comment_id: int,
|
|
1227
1271
|
*,
|
|
1228
1272
|
headers: Optional[Mapping[str, str]] = None,
|
|
1273
|
+
stream: bool = False,
|
|
1229
1274
|
data: ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType,
|
|
1230
1275
|
) -> Response[IssueComment, IssueCommentType]: ...
|
|
1231
1276
|
|
|
@@ -1238,6 +1283,7 @@ class IssuesClient:
|
|
|
1238
1283
|
*,
|
|
1239
1284
|
data: UnsetType = UNSET,
|
|
1240
1285
|
headers: Optional[Mapping[str, str]] = None,
|
|
1286
|
+
stream: bool = False,
|
|
1241
1287
|
body: str,
|
|
1242
1288
|
) -> Response[IssueComment, IssueCommentType]: ...
|
|
1243
1289
|
|
|
@@ -1248,6 +1294,7 @@ class IssuesClient:
|
|
|
1248
1294
|
comment_id: int,
|
|
1249
1295
|
*,
|
|
1250
1296
|
headers: Optional[Mapping[str, str]] = None,
|
|
1297
|
+
stream: bool = False,
|
|
1251
1298
|
data: Missing[ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType] = UNSET,
|
|
1252
1299
|
**kwargs,
|
|
1253
1300
|
) -> Response[IssueComment, IssueCommentType]:
|
|
@@ -1293,6 +1340,7 @@ class IssuesClient:
|
|
|
1293
1340
|
url,
|
|
1294
1341
|
json=exclude_unset(json),
|
|
1295
1342
|
headers=exclude_unset(headers),
|
|
1343
|
+
stream=stream,
|
|
1296
1344
|
response_model=IssueComment,
|
|
1297
1345
|
error_models={
|
|
1298
1346
|
"422": ValidationError,
|
|
@@ -1307,6 +1355,7 @@ class IssuesClient:
|
|
|
1307
1355
|
per_page: Missing[int] = UNSET,
|
|
1308
1356
|
page: Missing[int] = UNSET,
|
|
1309
1357
|
headers: Optional[Mapping[str, str]] = None,
|
|
1358
|
+
stream: bool = False,
|
|
1310
1359
|
) -> Response[list[IssueEvent], list[IssueEventType]]:
|
|
1311
1360
|
"""issues/list-events-for-repo
|
|
1312
1361
|
|
|
@@ -1333,6 +1382,7 @@ class IssuesClient:
|
|
|
1333
1382
|
url,
|
|
1334
1383
|
params=exclude_unset(params),
|
|
1335
1384
|
headers=exclude_unset(headers),
|
|
1385
|
+
stream=stream,
|
|
1336
1386
|
response_model=list[IssueEvent],
|
|
1337
1387
|
error_models={
|
|
1338
1388
|
"422": ValidationError,
|
|
@@ -1347,6 +1397,7 @@ class IssuesClient:
|
|
|
1347
1397
|
per_page: Missing[int] = UNSET,
|
|
1348
1398
|
page: Missing[int] = UNSET,
|
|
1349
1399
|
headers: Optional[Mapping[str, str]] = None,
|
|
1400
|
+
stream: bool = False,
|
|
1350
1401
|
) -> Response[list[IssueEvent], list[IssueEventType]]:
|
|
1351
1402
|
"""issues/list-events-for-repo
|
|
1352
1403
|
|
|
@@ -1373,6 +1424,7 @@ class IssuesClient:
|
|
|
1373
1424
|
url,
|
|
1374
1425
|
params=exclude_unset(params),
|
|
1375
1426
|
headers=exclude_unset(headers),
|
|
1427
|
+
stream=stream,
|
|
1376
1428
|
response_model=list[IssueEvent],
|
|
1377
1429
|
error_models={
|
|
1378
1430
|
"422": ValidationError,
|
|
@@ -1386,6 +1438,7 @@ class IssuesClient:
|
|
|
1386
1438
|
event_id: int,
|
|
1387
1439
|
*,
|
|
1388
1440
|
headers: Optional[Mapping[str, str]] = None,
|
|
1441
|
+
stream: bool = False,
|
|
1389
1442
|
) -> Response[IssueEvent, IssueEventType]:
|
|
1390
1443
|
"""issues/get-event
|
|
1391
1444
|
|
|
@@ -1406,6 +1459,7 @@ class IssuesClient:
|
|
|
1406
1459
|
"GET",
|
|
1407
1460
|
url,
|
|
1408
1461
|
headers=exclude_unset(headers),
|
|
1462
|
+
stream=stream,
|
|
1409
1463
|
response_model=IssueEvent,
|
|
1410
1464
|
error_models={
|
|
1411
1465
|
"404": BasicError,
|
|
@@ -1421,6 +1475,7 @@ class IssuesClient:
|
|
|
1421
1475
|
event_id: int,
|
|
1422
1476
|
*,
|
|
1423
1477
|
headers: Optional[Mapping[str, str]] = None,
|
|
1478
|
+
stream: bool = False,
|
|
1424
1479
|
) -> Response[IssueEvent, IssueEventType]:
|
|
1425
1480
|
"""issues/get-event
|
|
1426
1481
|
|
|
@@ -1441,6 +1496,7 @@ class IssuesClient:
|
|
|
1441
1496
|
"GET",
|
|
1442
1497
|
url,
|
|
1443
1498
|
headers=exclude_unset(headers),
|
|
1499
|
+
stream=stream,
|
|
1444
1500
|
response_model=IssueEvent,
|
|
1445
1501
|
error_models={
|
|
1446
1502
|
"404": BasicError,
|
|
@@ -1456,6 +1512,7 @@ class IssuesClient:
|
|
|
1456
1512
|
issue_number: int,
|
|
1457
1513
|
*,
|
|
1458
1514
|
headers: Optional[Mapping[str, str]] = None,
|
|
1515
|
+
stream: bool = False,
|
|
1459
1516
|
) -> Response[Issue, IssueType]:
|
|
1460
1517
|
"""issues/get
|
|
1461
1518
|
|
|
@@ -1491,6 +1548,7 @@ class IssuesClient:
|
|
|
1491
1548
|
"GET",
|
|
1492
1549
|
url,
|
|
1493
1550
|
headers=exclude_unset(headers),
|
|
1551
|
+
stream=stream,
|
|
1494
1552
|
response_model=Issue,
|
|
1495
1553
|
error_models={
|
|
1496
1554
|
"404": BasicError,
|
|
@@ -1505,6 +1563,7 @@ class IssuesClient:
|
|
|
1505
1563
|
issue_number: int,
|
|
1506
1564
|
*,
|
|
1507
1565
|
headers: Optional[Mapping[str, str]] = None,
|
|
1566
|
+
stream: bool = False,
|
|
1508
1567
|
) -> Response[Issue, IssueType]:
|
|
1509
1568
|
"""issues/get
|
|
1510
1569
|
|
|
@@ -1540,6 +1599,7 @@ class IssuesClient:
|
|
|
1540
1599
|
"GET",
|
|
1541
1600
|
url,
|
|
1542
1601
|
headers=exclude_unset(headers),
|
|
1602
|
+
stream=stream,
|
|
1543
1603
|
response_model=Issue,
|
|
1544
1604
|
error_models={
|
|
1545
1605
|
"404": BasicError,
|
|
@@ -1555,6 +1615,7 @@ class IssuesClient:
|
|
|
1555
1615
|
issue_number: int,
|
|
1556
1616
|
*,
|
|
1557
1617
|
headers: Optional[Mapping[str, str]] = None,
|
|
1618
|
+
stream: bool = False,
|
|
1558
1619
|
data: Missing[ReposOwnerRepoIssuesIssueNumberPatchBodyType] = UNSET,
|
|
1559
1620
|
) -> Response[Issue, IssueType]: ...
|
|
1560
1621
|
|
|
@@ -1567,6 +1628,7 @@ class IssuesClient:
|
|
|
1567
1628
|
*,
|
|
1568
1629
|
data: UnsetType = UNSET,
|
|
1569
1630
|
headers: Optional[Mapping[str, str]] = None,
|
|
1631
|
+
stream: bool = False,
|
|
1570
1632
|
title: Missing[Union[str, int, None]] = UNSET,
|
|
1571
1633
|
body: Missing[Union[str, None]] = UNSET,
|
|
1572
1634
|
assignee: Missing[Union[str, None]] = UNSET,
|
|
@@ -1594,6 +1656,7 @@ class IssuesClient:
|
|
|
1594
1656
|
issue_number: int,
|
|
1595
1657
|
*,
|
|
1596
1658
|
headers: Optional[Mapping[str, str]] = None,
|
|
1659
|
+
stream: bool = False,
|
|
1597
1660
|
data: Missing[ReposOwnerRepoIssuesIssueNumberPatchBodyType] = UNSET,
|
|
1598
1661
|
**kwargs,
|
|
1599
1662
|
) -> Response[Issue, IssueType]:
|
|
@@ -1639,6 +1702,7 @@ class IssuesClient:
|
|
|
1639
1702
|
url,
|
|
1640
1703
|
json=exclude_unset(json),
|
|
1641
1704
|
headers=exclude_unset(headers),
|
|
1705
|
+
stream=stream,
|
|
1642
1706
|
response_model=Issue,
|
|
1643
1707
|
error_models={
|
|
1644
1708
|
"422": ValidationError,
|
|
@@ -1657,6 +1721,7 @@ class IssuesClient:
|
|
|
1657
1721
|
issue_number: int,
|
|
1658
1722
|
*,
|
|
1659
1723
|
headers: Optional[Mapping[str, str]] = None,
|
|
1724
|
+
stream: bool = False,
|
|
1660
1725
|
data: Missing[ReposOwnerRepoIssuesIssueNumberPatchBodyType] = UNSET,
|
|
1661
1726
|
) -> Response[Issue, IssueType]: ...
|
|
1662
1727
|
|
|
@@ -1669,6 +1734,7 @@ class IssuesClient:
|
|
|
1669
1734
|
*,
|
|
1670
1735
|
data: UnsetType = UNSET,
|
|
1671
1736
|
headers: Optional[Mapping[str, str]] = None,
|
|
1737
|
+
stream: bool = False,
|
|
1672
1738
|
title: Missing[Union[str, int, None]] = UNSET,
|
|
1673
1739
|
body: Missing[Union[str, None]] = UNSET,
|
|
1674
1740
|
assignee: Missing[Union[str, None]] = UNSET,
|
|
@@ -1696,6 +1762,7 @@ class IssuesClient:
|
|
|
1696
1762
|
issue_number: int,
|
|
1697
1763
|
*,
|
|
1698
1764
|
headers: Optional[Mapping[str, str]] = None,
|
|
1765
|
+
stream: bool = False,
|
|
1699
1766
|
data: Missing[ReposOwnerRepoIssuesIssueNumberPatchBodyType] = UNSET,
|
|
1700
1767
|
**kwargs,
|
|
1701
1768
|
) -> Response[Issue, IssueType]:
|
|
@@ -1741,6 +1808,7 @@ class IssuesClient:
|
|
|
1741
1808
|
url,
|
|
1742
1809
|
json=exclude_unset(json),
|
|
1743
1810
|
headers=exclude_unset(headers),
|
|
1811
|
+
stream=stream,
|
|
1744
1812
|
response_model=Issue,
|
|
1745
1813
|
error_models={
|
|
1746
1814
|
"422": ValidationError,
|
|
@@ -1759,6 +1827,7 @@ class IssuesClient:
|
|
|
1759
1827
|
issue_number: int,
|
|
1760
1828
|
*,
|
|
1761
1829
|
headers: Optional[Mapping[str, str]] = None,
|
|
1830
|
+
stream: bool = False,
|
|
1762
1831
|
data: Missing[ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType] = UNSET,
|
|
1763
1832
|
) -> Response[Issue, IssueType]: ...
|
|
1764
1833
|
|
|
@@ -1771,6 +1840,7 @@ class IssuesClient:
|
|
|
1771
1840
|
*,
|
|
1772
1841
|
data: UnsetType = UNSET,
|
|
1773
1842
|
headers: Optional[Mapping[str, str]] = None,
|
|
1843
|
+
stream: bool = False,
|
|
1774
1844
|
assignees: Missing[list[str]] = UNSET,
|
|
1775
1845
|
) -> Response[Issue, IssueType]: ...
|
|
1776
1846
|
|
|
@@ -1781,6 +1851,7 @@ class IssuesClient:
|
|
|
1781
1851
|
issue_number: int,
|
|
1782
1852
|
*,
|
|
1783
1853
|
headers: Optional[Mapping[str, str]] = None,
|
|
1854
|
+
stream: bool = False,
|
|
1784
1855
|
data: Missing[ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType] = UNSET,
|
|
1785
1856
|
**kwargs,
|
|
1786
1857
|
) -> Response[Issue, IssueType]:
|
|
@@ -1815,6 +1886,7 @@ class IssuesClient:
|
|
|
1815
1886
|
url,
|
|
1816
1887
|
json=exclude_unset(json),
|
|
1817
1888
|
headers=exclude_unset(headers),
|
|
1889
|
+
stream=stream,
|
|
1818
1890
|
response_model=Issue,
|
|
1819
1891
|
)
|
|
1820
1892
|
|
|
@@ -1826,6 +1898,7 @@ class IssuesClient:
|
|
|
1826
1898
|
issue_number: int,
|
|
1827
1899
|
*,
|
|
1828
1900
|
headers: Optional[Mapping[str, str]] = None,
|
|
1901
|
+
stream: bool = False,
|
|
1829
1902
|
data: Missing[ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType] = UNSET,
|
|
1830
1903
|
) -> Response[Issue, IssueType]: ...
|
|
1831
1904
|
|
|
@@ -1838,6 +1911,7 @@ class IssuesClient:
|
|
|
1838
1911
|
*,
|
|
1839
1912
|
data: UnsetType = UNSET,
|
|
1840
1913
|
headers: Optional[Mapping[str, str]] = None,
|
|
1914
|
+
stream: bool = False,
|
|
1841
1915
|
assignees: Missing[list[str]] = UNSET,
|
|
1842
1916
|
) -> Response[Issue, IssueType]: ...
|
|
1843
1917
|
|
|
@@ -1848,6 +1922,7 @@ class IssuesClient:
|
|
|
1848
1922
|
issue_number: int,
|
|
1849
1923
|
*,
|
|
1850
1924
|
headers: Optional[Mapping[str, str]] = None,
|
|
1925
|
+
stream: bool = False,
|
|
1851
1926
|
data: Missing[ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType] = UNSET,
|
|
1852
1927
|
**kwargs,
|
|
1853
1928
|
) -> Response[Issue, IssueType]:
|
|
@@ -1882,6 +1957,7 @@ class IssuesClient:
|
|
|
1882
1957
|
url,
|
|
1883
1958
|
json=exclude_unset(json),
|
|
1884
1959
|
headers=exclude_unset(headers),
|
|
1960
|
+
stream=stream,
|
|
1885
1961
|
response_model=Issue,
|
|
1886
1962
|
)
|
|
1887
1963
|
|
|
@@ -1893,6 +1969,7 @@ class IssuesClient:
|
|
|
1893
1969
|
issue_number: int,
|
|
1894
1970
|
*,
|
|
1895
1971
|
headers: Optional[Mapping[str, str]] = None,
|
|
1972
|
+
stream: bool = False,
|
|
1896
1973
|
data: Missing[ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType] = UNSET,
|
|
1897
1974
|
) -> Response[Issue, IssueType]: ...
|
|
1898
1975
|
|
|
@@ -1905,6 +1982,7 @@ class IssuesClient:
|
|
|
1905
1982
|
*,
|
|
1906
1983
|
data: UnsetType = UNSET,
|
|
1907
1984
|
headers: Optional[Mapping[str, str]] = None,
|
|
1985
|
+
stream: bool = False,
|
|
1908
1986
|
assignees: Missing[list[str]] = UNSET,
|
|
1909
1987
|
) -> Response[Issue, IssueType]: ...
|
|
1910
1988
|
|
|
@@ -1915,6 +1993,7 @@ class IssuesClient:
|
|
|
1915
1993
|
issue_number: int,
|
|
1916
1994
|
*,
|
|
1917
1995
|
headers: Optional[Mapping[str, str]] = None,
|
|
1996
|
+
stream: bool = False,
|
|
1918
1997
|
data: Missing[ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType] = UNSET,
|
|
1919
1998
|
**kwargs,
|
|
1920
1999
|
) -> Response[Issue, IssueType]:
|
|
@@ -1949,6 +2028,7 @@ class IssuesClient:
|
|
|
1949
2028
|
url,
|
|
1950
2029
|
json=exclude_unset(json),
|
|
1951
2030
|
headers=exclude_unset(headers),
|
|
2031
|
+
stream=stream,
|
|
1952
2032
|
response_model=Issue,
|
|
1953
2033
|
)
|
|
1954
2034
|
|
|
@@ -1960,6 +2040,7 @@ class IssuesClient:
|
|
|
1960
2040
|
issue_number: int,
|
|
1961
2041
|
*,
|
|
1962
2042
|
headers: Optional[Mapping[str, str]] = None,
|
|
2043
|
+
stream: bool = False,
|
|
1963
2044
|
data: Missing[ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType] = UNSET,
|
|
1964
2045
|
) -> Response[Issue, IssueType]: ...
|
|
1965
2046
|
|
|
@@ -1972,6 +2053,7 @@ class IssuesClient:
|
|
|
1972
2053
|
*,
|
|
1973
2054
|
data: UnsetType = UNSET,
|
|
1974
2055
|
headers: Optional[Mapping[str, str]] = None,
|
|
2056
|
+
stream: bool = False,
|
|
1975
2057
|
assignees: Missing[list[str]] = UNSET,
|
|
1976
2058
|
) -> Response[Issue, IssueType]: ...
|
|
1977
2059
|
|
|
@@ -1982,6 +2064,7 @@ class IssuesClient:
|
|
|
1982
2064
|
issue_number: int,
|
|
1983
2065
|
*,
|
|
1984
2066
|
headers: Optional[Mapping[str, str]] = None,
|
|
2067
|
+
stream: bool = False,
|
|
1985
2068
|
data: Missing[ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType] = UNSET,
|
|
1986
2069
|
**kwargs,
|
|
1987
2070
|
) -> Response[Issue, IssueType]:
|
|
@@ -2016,6 +2099,7 @@ class IssuesClient:
|
|
|
2016
2099
|
url,
|
|
2017
2100
|
json=exclude_unset(json),
|
|
2018
2101
|
headers=exclude_unset(headers),
|
|
2102
|
+
stream=stream,
|
|
2019
2103
|
response_model=Issue,
|
|
2020
2104
|
)
|
|
2021
2105
|
|
|
@@ -2027,6 +2111,7 @@ class IssuesClient:
|
|
|
2027
2111
|
assignee: str,
|
|
2028
2112
|
*,
|
|
2029
2113
|
headers: Optional[Mapping[str, str]] = None,
|
|
2114
|
+
stream: bool = False,
|
|
2030
2115
|
) -> Response:
|
|
2031
2116
|
"""issues/check-user-can-be-assigned-to-issue
|
|
2032
2117
|
|
|
@@ -2051,6 +2136,7 @@ class IssuesClient:
|
|
|
2051
2136
|
"GET",
|
|
2052
2137
|
url,
|
|
2053
2138
|
headers=exclude_unset(headers),
|
|
2139
|
+
stream=stream,
|
|
2054
2140
|
error_models={
|
|
2055
2141
|
"404": BasicError,
|
|
2056
2142
|
},
|
|
@@ -2064,6 +2150,7 @@ class IssuesClient:
|
|
|
2064
2150
|
assignee: str,
|
|
2065
2151
|
*,
|
|
2066
2152
|
headers: Optional[Mapping[str, str]] = None,
|
|
2153
|
+
stream: bool = False,
|
|
2067
2154
|
) -> Response:
|
|
2068
2155
|
"""issues/check-user-can-be-assigned-to-issue
|
|
2069
2156
|
|
|
@@ -2088,6 +2175,7 @@ class IssuesClient:
|
|
|
2088
2175
|
"GET",
|
|
2089
2176
|
url,
|
|
2090
2177
|
headers=exclude_unset(headers),
|
|
2178
|
+
stream=stream,
|
|
2091
2179
|
error_models={
|
|
2092
2180
|
"404": BasicError,
|
|
2093
2181
|
},
|
|
@@ -2103,6 +2191,7 @@ class IssuesClient:
|
|
|
2103
2191
|
per_page: Missing[int] = UNSET,
|
|
2104
2192
|
page: Missing[int] = UNSET,
|
|
2105
2193
|
headers: Optional[Mapping[str, str]] = None,
|
|
2194
|
+
stream: bool = False,
|
|
2106
2195
|
) -> Response[list[IssueComment], list[IssueCommentType]]:
|
|
2107
2196
|
"""issues/list-comments
|
|
2108
2197
|
|
|
@@ -2139,6 +2228,7 @@ class IssuesClient:
|
|
|
2139
2228
|
url,
|
|
2140
2229
|
params=exclude_unset(params),
|
|
2141
2230
|
headers=exclude_unset(headers),
|
|
2231
|
+
stream=stream,
|
|
2142
2232
|
response_model=list[IssueComment],
|
|
2143
2233
|
error_models={
|
|
2144
2234
|
"404": BasicError,
|
|
@@ -2156,6 +2246,7 @@ class IssuesClient:
|
|
|
2156
2246
|
per_page: Missing[int] = UNSET,
|
|
2157
2247
|
page: Missing[int] = UNSET,
|
|
2158
2248
|
headers: Optional[Mapping[str, str]] = None,
|
|
2249
|
+
stream: bool = False,
|
|
2159
2250
|
) -> Response[list[IssueComment], list[IssueCommentType]]:
|
|
2160
2251
|
"""issues/list-comments
|
|
2161
2252
|
|
|
@@ -2192,6 +2283,7 @@ class IssuesClient:
|
|
|
2192
2283
|
url,
|
|
2193
2284
|
params=exclude_unset(params),
|
|
2194
2285
|
headers=exclude_unset(headers),
|
|
2286
|
+
stream=stream,
|
|
2195
2287
|
response_model=list[IssueComment],
|
|
2196
2288
|
error_models={
|
|
2197
2289
|
"404": BasicError,
|
|
@@ -2207,6 +2299,7 @@ class IssuesClient:
|
|
|
2207
2299
|
issue_number: int,
|
|
2208
2300
|
*,
|
|
2209
2301
|
headers: Optional[Mapping[str, str]] = None,
|
|
2302
|
+
stream: bool = False,
|
|
2210
2303
|
data: ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType,
|
|
2211
2304
|
) -> Response[IssueComment, IssueCommentType]: ...
|
|
2212
2305
|
|
|
@@ -2219,6 +2312,7 @@ class IssuesClient:
|
|
|
2219
2312
|
*,
|
|
2220
2313
|
data: UnsetType = UNSET,
|
|
2221
2314
|
headers: Optional[Mapping[str, str]] = None,
|
|
2315
|
+
stream: bool = False,
|
|
2222
2316
|
body: str,
|
|
2223
2317
|
) -> Response[IssueComment, IssueCommentType]: ...
|
|
2224
2318
|
|
|
@@ -2229,6 +2323,7 @@ class IssuesClient:
|
|
|
2229
2323
|
issue_number: int,
|
|
2230
2324
|
*,
|
|
2231
2325
|
headers: Optional[Mapping[str, str]] = None,
|
|
2326
|
+
stream: bool = False,
|
|
2232
2327
|
data: Missing[ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType] = UNSET,
|
|
2233
2328
|
**kwargs,
|
|
2234
2329
|
) -> Response[IssueComment, IssueCommentType]:
|
|
@@ -2280,6 +2375,7 @@ class IssuesClient:
|
|
|
2280
2375
|
url,
|
|
2281
2376
|
json=exclude_unset(json),
|
|
2282
2377
|
headers=exclude_unset(headers),
|
|
2378
|
+
stream=stream,
|
|
2283
2379
|
response_model=IssueComment,
|
|
2284
2380
|
error_models={
|
|
2285
2381
|
"403": BasicError,
|
|
@@ -2297,6 +2393,7 @@ class IssuesClient:
|
|
|
2297
2393
|
issue_number: int,
|
|
2298
2394
|
*,
|
|
2299
2395
|
headers: Optional[Mapping[str, str]] = None,
|
|
2396
|
+
stream: bool = False,
|
|
2300
2397
|
data: ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType,
|
|
2301
2398
|
) -> Response[IssueComment, IssueCommentType]: ...
|
|
2302
2399
|
|
|
@@ -2309,6 +2406,7 @@ class IssuesClient:
|
|
|
2309
2406
|
*,
|
|
2310
2407
|
data: UnsetType = UNSET,
|
|
2311
2408
|
headers: Optional[Mapping[str, str]] = None,
|
|
2409
|
+
stream: bool = False,
|
|
2312
2410
|
body: str,
|
|
2313
2411
|
) -> Response[IssueComment, IssueCommentType]: ...
|
|
2314
2412
|
|
|
@@ -2319,6 +2417,7 @@ class IssuesClient:
|
|
|
2319
2417
|
issue_number: int,
|
|
2320
2418
|
*,
|
|
2321
2419
|
headers: Optional[Mapping[str, str]] = None,
|
|
2420
|
+
stream: bool = False,
|
|
2322
2421
|
data: Missing[ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType] = UNSET,
|
|
2323
2422
|
**kwargs,
|
|
2324
2423
|
) -> Response[IssueComment, IssueCommentType]:
|
|
@@ -2370,6 +2469,7 @@ class IssuesClient:
|
|
|
2370
2469
|
url,
|
|
2371
2470
|
json=exclude_unset(json),
|
|
2372
2471
|
headers=exclude_unset(headers),
|
|
2472
|
+
stream=stream,
|
|
2373
2473
|
response_model=IssueComment,
|
|
2374
2474
|
error_models={
|
|
2375
2475
|
"403": BasicError,
|
|
@@ -2388,6 +2488,7 @@ class IssuesClient:
|
|
|
2388
2488
|
per_page: Missing[int] = UNSET,
|
|
2389
2489
|
page: Missing[int] = UNSET,
|
|
2390
2490
|
headers: Optional[Mapping[str, str]] = None,
|
|
2491
|
+
stream: bool = False,
|
|
2391
2492
|
) -> Response[
|
|
2392
2493
|
list[
|
|
2393
2494
|
Union[
|
|
@@ -2472,6 +2573,7 @@ class IssuesClient:
|
|
|
2472
2573
|
url,
|
|
2473
2574
|
params=exclude_unset(params),
|
|
2474
2575
|
headers=exclude_unset(headers),
|
|
2576
|
+
stream=stream,
|
|
2475
2577
|
response_model=list[
|
|
2476
2578
|
Union[
|
|
2477
2579
|
LabeledIssueEvent,
|
|
@@ -2505,6 +2607,7 @@ class IssuesClient:
|
|
|
2505
2607
|
per_page: Missing[int] = UNSET,
|
|
2506
2608
|
page: Missing[int] = UNSET,
|
|
2507
2609
|
headers: Optional[Mapping[str, str]] = None,
|
|
2610
|
+
stream: bool = False,
|
|
2508
2611
|
) -> Response[
|
|
2509
2612
|
list[
|
|
2510
2613
|
Union[
|
|
@@ -2589,6 +2692,7 @@ class IssuesClient:
|
|
|
2589
2692
|
url,
|
|
2590
2693
|
params=exclude_unset(params),
|
|
2591
2694
|
headers=exclude_unset(headers),
|
|
2695
|
+
stream=stream,
|
|
2592
2696
|
response_model=list[
|
|
2593
2697
|
Union[
|
|
2594
2698
|
LabeledIssueEvent,
|
|
@@ -2622,6 +2726,7 @@ class IssuesClient:
|
|
|
2622
2726
|
per_page: Missing[int] = UNSET,
|
|
2623
2727
|
page: Missing[int] = UNSET,
|
|
2624
2728
|
headers: Optional[Mapping[str, str]] = None,
|
|
2729
|
+
stream: bool = False,
|
|
2625
2730
|
) -> Response[list[Label], list[LabelType]]:
|
|
2626
2731
|
"""issues/list-labels-on-issue
|
|
2627
2732
|
|
|
@@ -2648,6 +2753,7 @@ class IssuesClient:
|
|
|
2648
2753
|
url,
|
|
2649
2754
|
params=exclude_unset(params),
|
|
2650
2755
|
headers=exclude_unset(headers),
|
|
2756
|
+
stream=stream,
|
|
2651
2757
|
response_model=list[Label],
|
|
2652
2758
|
error_models={
|
|
2653
2759
|
"404": BasicError,
|
|
@@ -2664,6 +2770,7 @@ class IssuesClient:
|
|
|
2664
2770
|
per_page: Missing[int] = UNSET,
|
|
2665
2771
|
page: Missing[int] = UNSET,
|
|
2666
2772
|
headers: Optional[Mapping[str, str]] = None,
|
|
2773
|
+
stream: bool = False,
|
|
2667
2774
|
) -> Response[list[Label], list[LabelType]]:
|
|
2668
2775
|
"""issues/list-labels-on-issue
|
|
2669
2776
|
|
|
@@ -2690,6 +2797,7 @@ class IssuesClient:
|
|
|
2690
2797
|
url,
|
|
2691
2798
|
params=exclude_unset(params),
|
|
2692
2799
|
headers=exclude_unset(headers),
|
|
2800
|
+
stream=stream,
|
|
2693
2801
|
response_model=list[Label],
|
|
2694
2802
|
error_models={
|
|
2695
2803
|
"404": BasicError,
|
|
@@ -2705,6 +2813,7 @@ class IssuesClient:
|
|
|
2705
2813
|
issue_number: int,
|
|
2706
2814
|
*,
|
|
2707
2815
|
headers: Optional[Mapping[str, str]] = None,
|
|
2816
|
+
stream: bool = False,
|
|
2708
2817
|
data: Missing[
|
|
2709
2818
|
Union[
|
|
2710
2819
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type,
|
|
@@ -2725,6 +2834,7 @@ class IssuesClient:
|
|
|
2725
2834
|
*,
|
|
2726
2835
|
data: UnsetType = UNSET,
|
|
2727
2836
|
headers: Optional[Mapping[str, str]] = None,
|
|
2837
|
+
stream: bool = False,
|
|
2728
2838
|
labels: Missing[list[str]] = UNSET,
|
|
2729
2839
|
) -> Response[list[Label], list[LabelType]]: ...
|
|
2730
2840
|
|
|
@@ -2737,6 +2847,7 @@ class IssuesClient:
|
|
|
2737
2847
|
*,
|
|
2738
2848
|
data: UnsetType = UNSET,
|
|
2739
2849
|
headers: Optional[Mapping[str, str]] = None,
|
|
2850
|
+
stream: bool = False,
|
|
2740
2851
|
labels: Missing[
|
|
2741
2852
|
list[ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType]
|
|
2742
2853
|
] = UNSET,
|
|
@@ -2749,6 +2860,7 @@ class IssuesClient:
|
|
|
2749
2860
|
issue_number: int,
|
|
2750
2861
|
*,
|
|
2751
2862
|
headers: Optional[Mapping[str, str]] = None,
|
|
2863
|
+
stream: bool = False,
|
|
2752
2864
|
data: Missing[
|
|
2753
2865
|
Union[
|
|
2754
2866
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type,
|
|
@@ -2812,6 +2924,7 @@ class IssuesClient:
|
|
|
2812
2924
|
url,
|
|
2813
2925
|
json=exclude_unset(json),
|
|
2814
2926
|
headers=exclude_unset(headers),
|
|
2927
|
+
stream=stream,
|
|
2815
2928
|
response_model=list[Label],
|
|
2816
2929
|
error_models={
|
|
2817
2930
|
"404": BasicError,
|
|
@@ -2828,6 +2941,7 @@ class IssuesClient:
|
|
|
2828
2941
|
issue_number: int,
|
|
2829
2942
|
*,
|
|
2830
2943
|
headers: Optional[Mapping[str, str]] = None,
|
|
2944
|
+
stream: bool = False,
|
|
2831
2945
|
data: Missing[
|
|
2832
2946
|
Union[
|
|
2833
2947
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type,
|
|
@@ -2848,6 +2962,7 @@ class IssuesClient:
|
|
|
2848
2962
|
*,
|
|
2849
2963
|
data: UnsetType = UNSET,
|
|
2850
2964
|
headers: Optional[Mapping[str, str]] = None,
|
|
2965
|
+
stream: bool = False,
|
|
2851
2966
|
labels: Missing[list[str]] = UNSET,
|
|
2852
2967
|
) -> Response[list[Label], list[LabelType]]: ...
|
|
2853
2968
|
|
|
@@ -2860,6 +2975,7 @@ class IssuesClient:
|
|
|
2860
2975
|
*,
|
|
2861
2976
|
data: UnsetType = UNSET,
|
|
2862
2977
|
headers: Optional[Mapping[str, str]] = None,
|
|
2978
|
+
stream: bool = False,
|
|
2863
2979
|
labels: Missing[
|
|
2864
2980
|
list[ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType]
|
|
2865
2981
|
] = UNSET,
|
|
@@ -2872,6 +2988,7 @@ class IssuesClient:
|
|
|
2872
2988
|
issue_number: int,
|
|
2873
2989
|
*,
|
|
2874
2990
|
headers: Optional[Mapping[str, str]] = None,
|
|
2991
|
+
stream: bool = False,
|
|
2875
2992
|
data: Missing[
|
|
2876
2993
|
Union[
|
|
2877
2994
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type,
|
|
@@ -2935,6 +3052,7 @@ class IssuesClient:
|
|
|
2935
3052
|
url,
|
|
2936
3053
|
json=exclude_unset(json),
|
|
2937
3054
|
headers=exclude_unset(headers),
|
|
3055
|
+
stream=stream,
|
|
2938
3056
|
response_model=list[Label],
|
|
2939
3057
|
error_models={
|
|
2940
3058
|
"404": BasicError,
|
|
@@ -2951,6 +3069,7 @@ class IssuesClient:
|
|
|
2951
3069
|
issue_number: int,
|
|
2952
3070
|
*,
|
|
2953
3071
|
headers: Optional[Mapping[str, str]] = None,
|
|
3072
|
+
stream: bool = False,
|
|
2954
3073
|
data: Missing[
|
|
2955
3074
|
Union[
|
|
2956
3075
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type,
|
|
@@ -2971,6 +3090,7 @@ class IssuesClient:
|
|
|
2971
3090
|
*,
|
|
2972
3091
|
data: UnsetType = UNSET,
|
|
2973
3092
|
headers: Optional[Mapping[str, str]] = None,
|
|
3093
|
+
stream: bool = False,
|
|
2974
3094
|
labels: Missing[list[str]] = UNSET,
|
|
2975
3095
|
) -> Response[list[Label], list[LabelType]]: ...
|
|
2976
3096
|
|
|
@@ -2983,6 +3103,7 @@ class IssuesClient:
|
|
|
2983
3103
|
*,
|
|
2984
3104
|
data: UnsetType = UNSET,
|
|
2985
3105
|
headers: Optional[Mapping[str, str]] = None,
|
|
3106
|
+
stream: bool = False,
|
|
2986
3107
|
labels: Missing[
|
|
2987
3108
|
list[ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItemsType]
|
|
2988
3109
|
] = UNSET,
|
|
@@ -2995,6 +3116,7 @@ class IssuesClient:
|
|
|
2995
3116
|
issue_number: int,
|
|
2996
3117
|
*,
|
|
2997
3118
|
headers: Optional[Mapping[str, str]] = None,
|
|
3119
|
+
stream: bool = False,
|
|
2998
3120
|
data: Missing[
|
|
2999
3121
|
Union[
|
|
3000
3122
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type,
|
|
@@ -3058,6 +3180,7 @@ class IssuesClient:
|
|
|
3058
3180
|
url,
|
|
3059
3181
|
json=exclude_unset(json),
|
|
3060
3182
|
headers=exclude_unset(headers),
|
|
3183
|
+
stream=stream,
|
|
3061
3184
|
response_model=list[Label],
|
|
3062
3185
|
error_models={
|
|
3063
3186
|
"404": BasicError,
|
|
@@ -3074,6 +3197,7 @@ class IssuesClient:
|
|
|
3074
3197
|
issue_number: int,
|
|
3075
3198
|
*,
|
|
3076
3199
|
headers: Optional[Mapping[str, str]] = None,
|
|
3200
|
+
stream: bool = False,
|
|
3077
3201
|
data: Missing[
|
|
3078
3202
|
Union[
|
|
3079
3203
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type,
|
|
@@ -3094,6 +3218,7 @@ class IssuesClient:
|
|
|
3094
3218
|
*,
|
|
3095
3219
|
data: UnsetType = UNSET,
|
|
3096
3220
|
headers: Optional[Mapping[str, str]] = None,
|
|
3221
|
+
stream: bool = False,
|
|
3097
3222
|
labels: Missing[list[str]] = UNSET,
|
|
3098
3223
|
) -> Response[list[Label], list[LabelType]]: ...
|
|
3099
3224
|
|
|
@@ -3106,6 +3231,7 @@ class IssuesClient:
|
|
|
3106
3231
|
*,
|
|
3107
3232
|
data: UnsetType = UNSET,
|
|
3108
3233
|
headers: Optional[Mapping[str, str]] = None,
|
|
3234
|
+
stream: bool = False,
|
|
3109
3235
|
labels: Missing[
|
|
3110
3236
|
list[ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItemsType]
|
|
3111
3237
|
] = UNSET,
|
|
@@ -3118,6 +3244,7 @@ class IssuesClient:
|
|
|
3118
3244
|
issue_number: int,
|
|
3119
3245
|
*,
|
|
3120
3246
|
headers: Optional[Mapping[str, str]] = None,
|
|
3247
|
+
stream: bool = False,
|
|
3121
3248
|
data: Missing[
|
|
3122
3249
|
Union[
|
|
3123
3250
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type,
|
|
@@ -3181,6 +3308,7 @@ class IssuesClient:
|
|
|
3181
3308
|
url,
|
|
3182
3309
|
json=exclude_unset(json),
|
|
3183
3310
|
headers=exclude_unset(headers),
|
|
3311
|
+
stream=stream,
|
|
3184
3312
|
response_model=list[Label],
|
|
3185
3313
|
error_models={
|
|
3186
3314
|
"404": BasicError,
|
|
@@ -3196,6 +3324,7 @@ class IssuesClient:
|
|
|
3196
3324
|
issue_number: int,
|
|
3197
3325
|
*,
|
|
3198
3326
|
headers: Optional[Mapping[str, str]] = None,
|
|
3327
|
+
stream: bool = False,
|
|
3199
3328
|
) -> Response:
|
|
3200
3329
|
"""issues/remove-all-labels
|
|
3201
3330
|
|
|
@@ -3216,6 +3345,7 @@ class IssuesClient:
|
|
|
3216
3345
|
"DELETE",
|
|
3217
3346
|
url,
|
|
3218
3347
|
headers=exclude_unset(headers),
|
|
3348
|
+
stream=stream,
|
|
3219
3349
|
error_models={
|
|
3220
3350
|
"404": BasicError,
|
|
3221
3351
|
"410": BasicError,
|
|
@@ -3229,6 +3359,7 @@ class IssuesClient:
|
|
|
3229
3359
|
issue_number: int,
|
|
3230
3360
|
*,
|
|
3231
3361
|
headers: Optional[Mapping[str, str]] = None,
|
|
3362
|
+
stream: bool = False,
|
|
3232
3363
|
) -> Response:
|
|
3233
3364
|
"""issues/remove-all-labels
|
|
3234
3365
|
|
|
@@ -3249,6 +3380,7 @@ class IssuesClient:
|
|
|
3249
3380
|
"DELETE",
|
|
3250
3381
|
url,
|
|
3251
3382
|
headers=exclude_unset(headers),
|
|
3383
|
+
stream=stream,
|
|
3252
3384
|
error_models={
|
|
3253
3385
|
"404": BasicError,
|
|
3254
3386
|
"410": BasicError,
|
|
@@ -3263,6 +3395,7 @@ class IssuesClient:
|
|
|
3263
3395
|
name: str,
|
|
3264
3396
|
*,
|
|
3265
3397
|
headers: Optional[Mapping[str, str]] = None,
|
|
3398
|
+
stream: bool = False,
|
|
3266
3399
|
) -> Response[list[Label], list[LabelType]]:
|
|
3267
3400
|
"""issues/remove-label
|
|
3268
3401
|
|
|
@@ -3283,6 +3416,7 @@ class IssuesClient:
|
|
|
3283
3416
|
"DELETE",
|
|
3284
3417
|
url,
|
|
3285
3418
|
headers=exclude_unset(headers),
|
|
3419
|
+
stream=stream,
|
|
3286
3420
|
response_model=list[Label],
|
|
3287
3421
|
error_models={
|
|
3288
3422
|
"404": BasicError,
|
|
@@ -3298,6 +3432,7 @@ class IssuesClient:
|
|
|
3298
3432
|
name: str,
|
|
3299
3433
|
*,
|
|
3300
3434
|
headers: Optional[Mapping[str, str]] = None,
|
|
3435
|
+
stream: bool = False,
|
|
3301
3436
|
) -> Response[list[Label], list[LabelType]]:
|
|
3302
3437
|
"""issues/remove-label
|
|
3303
3438
|
|
|
@@ -3318,6 +3453,7 @@ class IssuesClient:
|
|
|
3318
3453
|
"DELETE",
|
|
3319
3454
|
url,
|
|
3320
3455
|
headers=exclude_unset(headers),
|
|
3456
|
+
stream=stream,
|
|
3321
3457
|
response_model=list[Label],
|
|
3322
3458
|
error_models={
|
|
3323
3459
|
"404": BasicError,
|
|
@@ -3333,6 +3469,7 @@ class IssuesClient:
|
|
|
3333
3469
|
issue_number: int,
|
|
3334
3470
|
*,
|
|
3335
3471
|
headers: Optional[Mapping[str, str]] = None,
|
|
3472
|
+
stream: bool = False,
|
|
3336
3473
|
data: Missing[
|
|
3337
3474
|
Union[ReposOwnerRepoIssuesIssueNumberLockPutBodyType, None]
|
|
3338
3475
|
] = UNSET,
|
|
@@ -3347,6 +3484,7 @@ class IssuesClient:
|
|
|
3347
3484
|
*,
|
|
3348
3485
|
data: UnsetType = UNSET,
|
|
3349
3486
|
headers: Optional[Mapping[str, str]] = None,
|
|
3487
|
+
stream: bool = False,
|
|
3350
3488
|
lock_reason: Missing[
|
|
3351
3489
|
Literal["off-topic", "too heated", "resolved", "spam"]
|
|
3352
3490
|
] = UNSET,
|
|
@@ -3359,6 +3497,7 @@ class IssuesClient:
|
|
|
3359
3497
|
issue_number: int,
|
|
3360
3498
|
*,
|
|
3361
3499
|
headers: Optional[Mapping[str, str]] = None,
|
|
3500
|
+
stream: bool = False,
|
|
3362
3501
|
data: Missing[
|
|
3363
3502
|
Union[ReposOwnerRepoIssuesIssueNumberLockPutBodyType, None]
|
|
3364
3503
|
] = UNSET,
|
|
@@ -3403,6 +3542,7 @@ class IssuesClient:
|
|
|
3403
3542
|
url,
|
|
3404
3543
|
json=exclude_unset(json),
|
|
3405
3544
|
headers=exclude_unset(headers),
|
|
3545
|
+
stream=stream,
|
|
3406
3546
|
error_models={
|
|
3407
3547
|
"403": BasicError,
|
|
3408
3548
|
"410": BasicError,
|
|
@@ -3419,6 +3559,7 @@ class IssuesClient:
|
|
|
3419
3559
|
issue_number: int,
|
|
3420
3560
|
*,
|
|
3421
3561
|
headers: Optional[Mapping[str, str]] = None,
|
|
3562
|
+
stream: bool = False,
|
|
3422
3563
|
data: Missing[
|
|
3423
3564
|
Union[ReposOwnerRepoIssuesIssueNumberLockPutBodyType, None]
|
|
3424
3565
|
] = UNSET,
|
|
@@ -3433,6 +3574,7 @@ class IssuesClient:
|
|
|
3433
3574
|
*,
|
|
3434
3575
|
data: UnsetType = UNSET,
|
|
3435
3576
|
headers: Optional[Mapping[str, str]] = None,
|
|
3577
|
+
stream: bool = False,
|
|
3436
3578
|
lock_reason: Missing[
|
|
3437
3579
|
Literal["off-topic", "too heated", "resolved", "spam"]
|
|
3438
3580
|
] = UNSET,
|
|
@@ -3445,6 +3587,7 @@ class IssuesClient:
|
|
|
3445
3587
|
issue_number: int,
|
|
3446
3588
|
*,
|
|
3447
3589
|
headers: Optional[Mapping[str, str]] = None,
|
|
3590
|
+
stream: bool = False,
|
|
3448
3591
|
data: Missing[
|
|
3449
3592
|
Union[ReposOwnerRepoIssuesIssueNumberLockPutBodyType, None]
|
|
3450
3593
|
] = UNSET,
|
|
@@ -3489,6 +3632,7 @@ class IssuesClient:
|
|
|
3489
3632
|
url,
|
|
3490
3633
|
json=exclude_unset(json),
|
|
3491
3634
|
headers=exclude_unset(headers),
|
|
3635
|
+
stream=stream,
|
|
3492
3636
|
error_models={
|
|
3493
3637
|
"403": BasicError,
|
|
3494
3638
|
"410": BasicError,
|
|
@@ -3504,6 +3648,7 @@ class IssuesClient:
|
|
|
3504
3648
|
issue_number: int,
|
|
3505
3649
|
*,
|
|
3506
3650
|
headers: Optional[Mapping[str, str]] = None,
|
|
3651
|
+
stream: bool = False,
|
|
3507
3652
|
) -> Response:
|
|
3508
3653
|
"""issues/unlock
|
|
3509
3654
|
|
|
@@ -3524,6 +3669,7 @@ class IssuesClient:
|
|
|
3524
3669
|
"DELETE",
|
|
3525
3670
|
url,
|
|
3526
3671
|
headers=exclude_unset(headers),
|
|
3672
|
+
stream=stream,
|
|
3527
3673
|
error_models={
|
|
3528
3674
|
"403": BasicError,
|
|
3529
3675
|
"404": BasicError,
|
|
@@ -3537,6 +3683,7 @@ class IssuesClient:
|
|
|
3537
3683
|
issue_number: int,
|
|
3538
3684
|
*,
|
|
3539
3685
|
headers: Optional[Mapping[str, str]] = None,
|
|
3686
|
+
stream: bool = False,
|
|
3540
3687
|
) -> Response:
|
|
3541
3688
|
"""issues/unlock
|
|
3542
3689
|
|
|
@@ -3557,6 +3704,7 @@ class IssuesClient:
|
|
|
3557
3704
|
"DELETE",
|
|
3558
3705
|
url,
|
|
3559
3706
|
headers=exclude_unset(headers),
|
|
3707
|
+
stream=stream,
|
|
3560
3708
|
error_models={
|
|
3561
3709
|
"403": BasicError,
|
|
3562
3710
|
"404": BasicError,
|
|
@@ -3571,6 +3719,7 @@ class IssuesClient:
|
|
|
3571
3719
|
issue_number: int,
|
|
3572
3720
|
*,
|
|
3573
3721
|
headers: Optional[Mapping[str, str]] = None,
|
|
3722
|
+
stream: bool = False,
|
|
3574
3723
|
data: ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType,
|
|
3575
3724
|
) -> Response[Issue, IssueType]: ...
|
|
3576
3725
|
|
|
@@ -3583,6 +3732,7 @@ class IssuesClient:
|
|
|
3583
3732
|
*,
|
|
3584
3733
|
data: UnsetType = UNSET,
|
|
3585
3734
|
headers: Optional[Mapping[str, str]] = None,
|
|
3735
|
+
stream: bool = False,
|
|
3586
3736
|
sub_issue_id: int,
|
|
3587
3737
|
) -> Response[Issue, IssueType]: ...
|
|
3588
3738
|
|
|
@@ -3593,6 +3743,7 @@ class IssuesClient:
|
|
|
3593
3743
|
issue_number: int,
|
|
3594
3744
|
*,
|
|
3595
3745
|
headers: Optional[Mapping[str, str]] = None,
|
|
3746
|
+
stream: bool = False,
|
|
3596
3747
|
data: Missing[ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType] = UNSET,
|
|
3597
3748
|
**kwargs,
|
|
3598
3749
|
) -> Response[Issue, IssueType]:
|
|
@@ -3639,6 +3790,7 @@ class IssuesClient:
|
|
|
3639
3790
|
url,
|
|
3640
3791
|
json=exclude_unset(json),
|
|
3641
3792
|
headers=exclude_unset(headers),
|
|
3793
|
+
stream=stream,
|
|
3642
3794
|
response_model=Issue,
|
|
3643
3795
|
error_models={
|
|
3644
3796
|
"400": BasicError,
|
|
@@ -3654,6 +3806,7 @@ class IssuesClient:
|
|
|
3654
3806
|
issue_number: int,
|
|
3655
3807
|
*,
|
|
3656
3808
|
headers: Optional[Mapping[str, str]] = None,
|
|
3809
|
+
stream: bool = False,
|
|
3657
3810
|
data: ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType,
|
|
3658
3811
|
) -> Response[Issue, IssueType]: ...
|
|
3659
3812
|
|
|
@@ -3666,6 +3819,7 @@ class IssuesClient:
|
|
|
3666
3819
|
*,
|
|
3667
3820
|
data: UnsetType = UNSET,
|
|
3668
3821
|
headers: Optional[Mapping[str, str]] = None,
|
|
3822
|
+
stream: bool = False,
|
|
3669
3823
|
sub_issue_id: int,
|
|
3670
3824
|
) -> Response[Issue, IssueType]: ...
|
|
3671
3825
|
|
|
@@ -3676,6 +3830,7 @@ class IssuesClient:
|
|
|
3676
3830
|
issue_number: int,
|
|
3677
3831
|
*,
|
|
3678
3832
|
headers: Optional[Mapping[str, str]] = None,
|
|
3833
|
+
stream: bool = False,
|
|
3679
3834
|
data: Missing[ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType] = UNSET,
|
|
3680
3835
|
**kwargs,
|
|
3681
3836
|
) -> Response[Issue, IssueType]:
|
|
@@ -3722,6 +3877,7 @@ class IssuesClient:
|
|
|
3722
3877
|
url,
|
|
3723
3878
|
json=exclude_unset(json),
|
|
3724
3879
|
headers=exclude_unset(headers),
|
|
3880
|
+
stream=stream,
|
|
3725
3881
|
response_model=Issue,
|
|
3726
3882
|
error_models={
|
|
3727
3883
|
"400": BasicError,
|
|
@@ -3738,6 +3894,7 @@ class IssuesClient:
|
|
|
3738
3894
|
per_page: Missing[int] = UNSET,
|
|
3739
3895
|
page: Missing[int] = UNSET,
|
|
3740
3896
|
headers: Optional[Mapping[str, str]] = None,
|
|
3897
|
+
stream: bool = False,
|
|
3741
3898
|
) -> Response[list[Issue], list[IssueType]]:
|
|
3742
3899
|
"""issues/list-sub-issues
|
|
3743
3900
|
|
|
@@ -3771,6 +3928,7 @@ class IssuesClient:
|
|
|
3771
3928
|
url,
|
|
3772
3929
|
params=exclude_unset(params),
|
|
3773
3930
|
headers=exclude_unset(headers),
|
|
3931
|
+
stream=stream,
|
|
3774
3932
|
response_model=list[Issue],
|
|
3775
3933
|
error_models={
|
|
3776
3934
|
"404": BasicError,
|
|
@@ -3787,6 +3945,7 @@ class IssuesClient:
|
|
|
3787
3945
|
per_page: Missing[int] = UNSET,
|
|
3788
3946
|
page: Missing[int] = UNSET,
|
|
3789
3947
|
headers: Optional[Mapping[str, str]] = None,
|
|
3948
|
+
stream: bool = False,
|
|
3790
3949
|
) -> Response[list[Issue], list[IssueType]]:
|
|
3791
3950
|
"""issues/list-sub-issues
|
|
3792
3951
|
|
|
@@ -3820,6 +3979,7 @@ class IssuesClient:
|
|
|
3820
3979
|
url,
|
|
3821
3980
|
params=exclude_unset(params),
|
|
3822
3981
|
headers=exclude_unset(headers),
|
|
3982
|
+
stream=stream,
|
|
3823
3983
|
response_model=list[Issue],
|
|
3824
3984
|
error_models={
|
|
3825
3985
|
"404": BasicError,
|
|
@@ -3835,6 +3995,7 @@ class IssuesClient:
|
|
|
3835
3995
|
issue_number: int,
|
|
3836
3996
|
*,
|
|
3837
3997
|
headers: Optional[Mapping[str, str]] = None,
|
|
3998
|
+
stream: bool = False,
|
|
3838
3999
|
data: ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType,
|
|
3839
4000
|
) -> Response[Issue, IssueType]: ...
|
|
3840
4001
|
|
|
@@ -3847,6 +4008,7 @@ class IssuesClient:
|
|
|
3847
4008
|
*,
|
|
3848
4009
|
data: UnsetType = UNSET,
|
|
3849
4010
|
headers: Optional[Mapping[str, str]] = None,
|
|
4011
|
+
stream: bool = False,
|
|
3850
4012
|
sub_issue_id: int,
|
|
3851
4013
|
replace_parent: Missing[bool] = UNSET,
|
|
3852
4014
|
) -> Response[Issue, IssueType]: ...
|
|
@@ -3858,6 +4020,7 @@ class IssuesClient:
|
|
|
3858
4020
|
issue_number: int,
|
|
3859
4021
|
*,
|
|
3860
4022
|
headers: Optional[Mapping[str, str]] = None,
|
|
4023
|
+
stream: bool = False,
|
|
3861
4024
|
data: Missing[ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType] = UNSET,
|
|
3862
4025
|
**kwargs,
|
|
3863
4026
|
) -> Response[Issue, IssueType]:
|
|
@@ -3908,6 +4071,7 @@ class IssuesClient:
|
|
|
3908
4071
|
url,
|
|
3909
4072
|
json=exclude_unset(json),
|
|
3910
4073
|
headers=exclude_unset(headers),
|
|
4074
|
+
stream=stream,
|
|
3911
4075
|
response_model=Issue,
|
|
3912
4076
|
error_models={
|
|
3913
4077
|
"403": BasicError,
|
|
@@ -3925,6 +4089,7 @@ class IssuesClient:
|
|
|
3925
4089
|
issue_number: int,
|
|
3926
4090
|
*,
|
|
3927
4091
|
headers: Optional[Mapping[str, str]] = None,
|
|
4092
|
+
stream: bool = False,
|
|
3928
4093
|
data: ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType,
|
|
3929
4094
|
) -> Response[Issue, IssueType]: ...
|
|
3930
4095
|
|
|
@@ -3937,6 +4102,7 @@ class IssuesClient:
|
|
|
3937
4102
|
*,
|
|
3938
4103
|
data: UnsetType = UNSET,
|
|
3939
4104
|
headers: Optional[Mapping[str, str]] = None,
|
|
4105
|
+
stream: bool = False,
|
|
3940
4106
|
sub_issue_id: int,
|
|
3941
4107
|
replace_parent: Missing[bool] = UNSET,
|
|
3942
4108
|
) -> Response[Issue, IssueType]: ...
|
|
@@ -3948,6 +4114,7 @@ class IssuesClient:
|
|
|
3948
4114
|
issue_number: int,
|
|
3949
4115
|
*,
|
|
3950
4116
|
headers: Optional[Mapping[str, str]] = None,
|
|
4117
|
+
stream: bool = False,
|
|
3951
4118
|
data: Missing[ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType] = UNSET,
|
|
3952
4119
|
**kwargs,
|
|
3953
4120
|
) -> Response[Issue, IssueType]:
|
|
@@ -3998,6 +4165,7 @@ class IssuesClient:
|
|
|
3998
4165
|
url,
|
|
3999
4166
|
json=exclude_unset(json),
|
|
4000
4167
|
headers=exclude_unset(headers),
|
|
4168
|
+
stream=stream,
|
|
4001
4169
|
response_model=Issue,
|
|
4002
4170
|
error_models={
|
|
4003
4171
|
"403": BasicError,
|
|
@@ -4015,6 +4183,7 @@ class IssuesClient:
|
|
|
4015
4183
|
issue_number: int,
|
|
4016
4184
|
*,
|
|
4017
4185
|
headers: Optional[Mapping[str, str]] = None,
|
|
4186
|
+
stream: bool = False,
|
|
4018
4187
|
data: ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType,
|
|
4019
4188
|
) -> Response[Issue, IssueType]: ...
|
|
4020
4189
|
|
|
@@ -4027,6 +4196,7 @@ class IssuesClient:
|
|
|
4027
4196
|
*,
|
|
4028
4197
|
data: UnsetType = UNSET,
|
|
4029
4198
|
headers: Optional[Mapping[str, str]] = None,
|
|
4199
|
+
stream: bool = False,
|
|
4030
4200
|
sub_issue_id: int,
|
|
4031
4201
|
after_id: Missing[int] = UNSET,
|
|
4032
4202
|
before_id: Missing[int] = UNSET,
|
|
@@ -4039,6 +4209,7 @@ class IssuesClient:
|
|
|
4039
4209
|
issue_number: int,
|
|
4040
4210
|
*,
|
|
4041
4211
|
headers: Optional[Mapping[str, str]] = None,
|
|
4212
|
+
stream: bool = False,
|
|
4042
4213
|
data: Missing[
|
|
4043
4214
|
ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType
|
|
4044
4215
|
] = UNSET,
|
|
@@ -4081,6 +4252,7 @@ class IssuesClient:
|
|
|
4081
4252
|
url,
|
|
4082
4253
|
json=exclude_unset(json),
|
|
4083
4254
|
headers=exclude_unset(headers),
|
|
4255
|
+
stream=stream,
|
|
4084
4256
|
response_model=Issue,
|
|
4085
4257
|
error_models={
|
|
4086
4258
|
"403": BasicError,
|
|
@@ -4098,6 +4270,7 @@ class IssuesClient:
|
|
|
4098
4270
|
issue_number: int,
|
|
4099
4271
|
*,
|
|
4100
4272
|
headers: Optional[Mapping[str, str]] = None,
|
|
4273
|
+
stream: bool = False,
|
|
4101
4274
|
data: ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType,
|
|
4102
4275
|
) -> Response[Issue, IssueType]: ...
|
|
4103
4276
|
|
|
@@ -4110,6 +4283,7 @@ class IssuesClient:
|
|
|
4110
4283
|
*,
|
|
4111
4284
|
data: UnsetType = UNSET,
|
|
4112
4285
|
headers: Optional[Mapping[str, str]] = None,
|
|
4286
|
+
stream: bool = False,
|
|
4113
4287
|
sub_issue_id: int,
|
|
4114
4288
|
after_id: Missing[int] = UNSET,
|
|
4115
4289
|
before_id: Missing[int] = UNSET,
|
|
@@ -4122,6 +4296,7 @@ class IssuesClient:
|
|
|
4122
4296
|
issue_number: int,
|
|
4123
4297
|
*,
|
|
4124
4298
|
headers: Optional[Mapping[str, str]] = None,
|
|
4299
|
+
stream: bool = False,
|
|
4125
4300
|
data: Missing[
|
|
4126
4301
|
ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType
|
|
4127
4302
|
] = UNSET,
|
|
@@ -4164,6 +4339,7 @@ class IssuesClient:
|
|
|
4164
4339
|
url,
|
|
4165
4340
|
json=exclude_unset(json),
|
|
4166
4341
|
headers=exclude_unset(headers),
|
|
4342
|
+
stream=stream,
|
|
4167
4343
|
response_model=Issue,
|
|
4168
4344
|
error_models={
|
|
4169
4345
|
"403": BasicError,
|
|
@@ -4182,6 +4358,7 @@ class IssuesClient:
|
|
|
4182
4358
|
per_page: Missing[int] = UNSET,
|
|
4183
4359
|
page: Missing[int] = UNSET,
|
|
4184
4360
|
headers: Optional[Mapping[str, str]] = None,
|
|
4361
|
+
stream: bool = False,
|
|
4185
4362
|
) -> Response[
|
|
4186
4363
|
list[
|
|
4187
4364
|
Union[
|
|
@@ -4287,6 +4464,7 @@ class IssuesClient:
|
|
|
4287
4464
|
url,
|
|
4288
4465
|
params=exclude_unset(params),
|
|
4289
4466
|
headers=exclude_unset(headers),
|
|
4467
|
+
stream=stream,
|
|
4290
4468
|
response_model=list[
|
|
4291
4469
|
Union[
|
|
4292
4470
|
LabeledIssueEvent,
|
|
@@ -4328,6 +4506,7 @@ class IssuesClient:
|
|
|
4328
4506
|
per_page: Missing[int] = UNSET,
|
|
4329
4507
|
page: Missing[int] = UNSET,
|
|
4330
4508
|
headers: Optional[Mapping[str, str]] = None,
|
|
4509
|
+
stream: bool = False,
|
|
4331
4510
|
) -> Response[
|
|
4332
4511
|
list[
|
|
4333
4512
|
Union[
|
|
@@ -4433,6 +4612,7 @@ class IssuesClient:
|
|
|
4433
4612
|
url,
|
|
4434
4613
|
params=exclude_unset(params),
|
|
4435
4614
|
headers=exclude_unset(headers),
|
|
4615
|
+
stream=stream,
|
|
4436
4616
|
response_model=list[
|
|
4437
4617
|
Union[
|
|
4438
4618
|
LabeledIssueEvent,
|
|
@@ -4473,6 +4653,7 @@ class IssuesClient:
|
|
|
4473
4653
|
per_page: Missing[int] = UNSET,
|
|
4474
4654
|
page: Missing[int] = UNSET,
|
|
4475
4655
|
headers: Optional[Mapping[str, str]] = None,
|
|
4656
|
+
stream: bool = False,
|
|
4476
4657
|
) -> Response[list[Label], list[LabelType]]:
|
|
4477
4658
|
"""issues/list-labels-for-repo
|
|
4478
4659
|
|
|
@@ -4499,6 +4680,7 @@ class IssuesClient:
|
|
|
4499
4680
|
url,
|
|
4500
4681
|
params=exclude_unset(params),
|
|
4501
4682
|
headers=exclude_unset(headers),
|
|
4683
|
+
stream=stream,
|
|
4502
4684
|
response_model=list[Label],
|
|
4503
4685
|
error_models={
|
|
4504
4686
|
"404": BasicError,
|
|
@@ -4513,6 +4695,7 @@ class IssuesClient:
|
|
|
4513
4695
|
per_page: Missing[int] = UNSET,
|
|
4514
4696
|
page: Missing[int] = UNSET,
|
|
4515
4697
|
headers: Optional[Mapping[str, str]] = None,
|
|
4698
|
+
stream: bool = False,
|
|
4516
4699
|
) -> Response[list[Label], list[LabelType]]:
|
|
4517
4700
|
"""issues/list-labels-for-repo
|
|
4518
4701
|
|
|
@@ -4539,6 +4722,7 @@ class IssuesClient:
|
|
|
4539
4722
|
url,
|
|
4540
4723
|
params=exclude_unset(params),
|
|
4541
4724
|
headers=exclude_unset(headers),
|
|
4725
|
+
stream=stream,
|
|
4542
4726
|
response_model=list[Label],
|
|
4543
4727
|
error_models={
|
|
4544
4728
|
"404": BasicError,
|
|
@@ -4552,6 +4736,7 @@ class IssuesClient:
|
|
|
4552
4736
|
repo: str,
|
|
4553
4737
|
*,
|
|
4554
4738
|
headers: Optional[Mapping[str, str]] = None,
|
|
4739
|
+
stream: bool = False,
|
|
4555
4740
|
data: ReposOwnerRepoLabelsPostBodyType,
|
|
4556
4741
|
) -> Response[Label, LabelType]: ...
|
|
4557
4742
|
|
|
@@ -4563,6 +4748,7 @@ class IssuesClient:
|
|
|
4563
4748
|
*,
|
|
4564
4749
|
data: UnsetType = UNSET,
|
|
4565
4750
|
headers: Optional[Mapping[str, str]] = None,
|
|
4751
|
+
stream: bool = False,
|
|
4566
4752
|
name: str,
|
|
4567
4753
|
color: Missing[str] = UNSET,
|
|
4568
4754
|
description: Missing[str] = UNSET,
|
|
@@ -4574,6 +4760,7 @@ class IssuesClient:
|
|
|
4574
4760
|
repo: str,
|
|
4575
4761
|
*,
|
|
4576
4762
|
headers: Optional[Mapping[str, str]] = None,
|
|
4763
|
+
stream: bool = False,
|
|
4577
4764
|
data: Missing[ReposOwnerRepoLabelsPostBodyType] = UNSET,
|
|
4578
4765
|
**kwargs,
|
|
4579
4766
|
) -> Response[Label, LabelType]:
|
|
@@ -4611,6 +4798,7 @@ class IssuesClient:
|
|
|
4611
4798
|
url,
|
|
4612
4799
|
json=exclude_unset(json),
|
|
4613
4800
|
headers=exclude_unset(headers),
|
|
4801
|
+
stream=stream,
|
|
4614
4802
|
response_model=Label,
|
|
4615
4803
|
error_models={
|
|
4616
4804
|
"422": ValidationError,
|
|
@@ -4625,6 +4813,7 @@ class IssuesClient:
|
|
|
4625
4813
|
repo: str,
|
|
4626
4814
|
*,
|
|
4627
4815
|
headers: Optional[Mapping[str, str]] = None,
|
|
4816
|
+
stream: bool = False,
|
|
4628
4817
|
data: ReposOwnerRepoLabelsPostBodyType,
|
|
4629
4818
|
) -> Response[Label, LabelType]: ...
|
|
4630
4819
|
|
|
@@ -4636,6 +4825,7 @@ class IssuesClient:
|
|
|
4636
4825
|
*,
|
|
4637
4826
|
data: UnsetType = UNSET,
|
|
4638
4827
|
headers: Optional[Mapping[str, str]] = None,
|
|
4828
|
+
stream: bool = False,
|
|
4639
4829
|
name: str,
|
|
4640
4830
|
color: Missing[str] = UNSET,
|
|
4641
4831
|
description: Missing[str] = UNSET,
|
|
@@ -4647,6 +4837,7 @@ class IssuesClient:
|
|
|
4647
4837
|
repo: str,
|
|
4648
4838
|
*,
|
|
4649
4839
|
headers: Optional[Mapping[str, str]] = None,
|
|
4840
|
+
stream: bool = False,
|
|
4650
4841
|
data: Missing[ReposOwnerRepoLabelsPostBodyType] = UNSET,
|
|
4651
4842
|
**kwargs,
|
|
4652
4843
|
) -> Response[Label, LabelType]:
|
|
@@ -4684,6 +4875,7 @@ class IssuesClient:
|
|
|
4684
4875
|
url,
|
|
4685
4876
|
json=exclude_unset(json),
|
|
4686
4877
|
headers=exclude_unset(headers),
|
|
4878
|
+
stream=stream,
|
|
4687
4879
|
response_model=Label,
|
|
4688
4880
|
error_models={
|
|
4689
4881
|
"422": ValidationError,
|
|
@@ -4698,6 +4890,7 @@ class IssuesClient:
|
|
|
4698
4890
|
name: str,
|
|
4699
4891
|
*,
|
|
4700
4892
|
headers: Optional[Mapping[str, str]] = None,
|
|
4893
|
+
stream: bool = False,
|
|
4701
4894
|
) -> Response[Label, LabelType]:
|
|
4702
4895
|
"""issues/get-label
|
|
4703
4896
|
|
|
@@ -4718,6 +4911,7 @@ class IssuesClient:
|
|
|
4718
4911
|
"GET",
|
|
4719
4912
|
url,
|
|
4720
4913
|
headers=exclude_unset(headers),
|
|
4914
|
+
stream=stream,
|
|
4721
4915
|
response_model=Label,
|
|
4722
4916
|
error_models={
|
|
4723
4917
|
"404": BasicError,
|
|
@@ -4731,6 +4925,7 @@ class IssuesClient:
|
|
|
4731
4925
|
name: str,
|
|
4732
4926
|
*,
|
|
4733
4927
|
headers: Optional[Mapping[str, str]] = None,
|
|
4928
|
+
stream: bool = False,
|
|
4734
4929
|
) -> Response[Label, LabelType]:
|
|
4735
4930
|
"""issues/get-label
|
|
4736
4931
|
|
|
@@ -4751,6 +4946,7 @@ class IssuesClient:
|
|
|
4751
4946
|
"GET",
|
|
4752
4947
|
url,
|
|
4753
4948
|
headers=exclude_unset(headers),
|
|
4949
|
+
stream=stream,
|
|
4754
4950
|
response_model=Label,
|
|
4755
4951
|
error_models={
|
|
4756
4952
|
"404": BasicError,
|
|
@@ -4764,6 +4960,7 @@ class IssuesClient:
|
|
|
4764
4960
|
name: str,
|
|
4765
4961
|
*,
|
|
4766
4962
|
headers: Optional[Mapping[str, str]] = None,
|
|
4963
|
+
stream: bool = False,
|
|
4767
4964
|
) -> Response:
|
|
4768
4965
|
"""issues/delete-label
|
|
4769
4966
|
|
|
@@ -4782,6 +4979,7 @@ class IssuesClient:
|
|
|
4782
4979
|
"DELETE",
|
|
4783
4980
|
url,
|
|
4784
4981
|
headers=exclude_unset(headers),
|
|
4982
|
+
stream=stream,
|
|
4785
4983
|
)
|
|
4786
4984
|
|
|
4787
4985
|
async def async_delete_label(
|
|
@@ -4791,6 +4989,7 @@ class IssuesClient:
|
|
|
4791
4989
|
name: str,
|
|
4792
4990
|
*,
|
|
4793
4991
|
headers: Optional[Mapping[str, str]] = None,
|
|
4992
|
+
stream: bool = False,
|
|
4794
4993
|
) -> Response:
|
|
4795
4994
|
"""issues/delete-label
|
|
4796
4995
|
|
|
@@ -4809,6 +5008,7 @@ class IssuesClient:
|
|
|
4809
5008
|
"DELETE",
|
|
4810
5009
|
url,
|
|
4811
5010
|
headers=exclude_unset(headers),
|
|
5011
|
+
stream=stream,
|
|
4812
5012
|
)
|
|
4813
5013
|
|
|
4814
5014
|
@overload
|
|
@@ -4819,6 +5019,7 @@ class IssuesClient:
|
|
|
4819
5019
|
name: str,
|
|
4820
5020
|
*,
|
|
4821
5021
|
headers: Optional[Mapping[str, str]] = None,
|
|
5022
|
+
stream: bool = False,
|
|
4822
5023
|
data: Missing[ReposOwnerRepoLabelsNamePatchBodyType] = UNSET,
|
|
4823
5024
|
) -> Response[Label, LabelType]: ...
|
|
4824
5025
|
|
|
@@ -4831,6 +5032,7 @@ class IssuesClient:
|
|
|
4831
5032
|
*,
|
|
4832
5033
|
data: UnsetType = UNSET,
|
|
4833
5034
|
headers: Optional[Mapping[str, str]] = None,
|
|
5035
|
+
stream: bool = False,
|
|
4834
5036
|
new_name: Missing[str] = UNSET,
|
|
4835
5037
|
color: Missing[str] = UNSET,
|
|
4836
5038
|
description: Missing[str] = UNSET,
|
|
@@ -4843,6 +5045,7 @@ class IssuesClient:
|
|
|
4843
5045
|
name: str,
|
|
4844
5046
|
*,
|
|
4845
5047
|
headers: Optional[Mapping[str, str]] = None,
|
|
5048
|
+
stream: bool = False,
|
|
4846
5049
|
data: Missing[ReposOwnerRepoLabelsNamePatchBodyType] = UNSET,
|
|
4847
5050
|
**kwargs,
|
|
4848
5051
|
) -> Response[Label, LabelType]:
|
|
@@ -4875,6 +5078,7 @@ class IssuesClient:
|
|
|
4875
5078
|
url,
|
|
4876
5079
|
json=exclude_unset(json),
|
|
4877
5080
|
headers=exclude_unset(headers),
|
|
5081
|
+
stream=stream,
|
|
4878
5082
|
response_model=Label,
|
|
4879
5083
|
)
|
|
4880
5084
|
|
|
@@ -4886,6 +5090,7 @@ class IssuesClient:
|
|
|
4886
5090
|
name: str,
|
|
4887
5091
|
*,
|
|
4888
5092
|
headers: Optional[Mapping[str, str]] = None,
|
|
5093
|
+
stream: bool = False,
|
|
4889
5094
|
data: Missing[ReposOwnerRepoLabelsNamePatchBodyType] = UNSET,
|
|
4890
5095
|
) -> Response[Label, LabelType]: ...
|
|
4891
5096
|
|
|
@@ -4898,6 +5103,7 @@ class IssuesClient:
|
|
|
4898
5103
|
*,
|
|
4899
5104
|
data: UnsetType = UNSET,
|
|
4900
5105
|
headers: Optional[Mapping[str, str]] = None,
|
|
5106
|
+
stream: bool = False,
|
|
4901
5107
|
new_name: Missing[str] = UNSET,
|
|
4902
5108
|
color: Missing[str] = UNSET,
|
|
4903
5109
|
description: Missing[str] = UNSET,
|
|
@@ -4910,6 +5116,7 @@ class IssuesClient:
|
|
|
4910
5116
|
name: str,
|
|
4911
5117
|
*,
|
|
4912
5118
|
headers: Optional[Mapping[str, str]] = None,
|
|
5119
|
+
stream: bool = False,
|
|
4913
5120
|
data: Missing[ReposOwnerRepoLabelsNamePatchBodyType] = UNSET,
|
|
4914
5121
|
**kwargs,
|
|
4915
5122
|
) -> Response[Label, LabelType]:
|
|
@@ -4942,6 +5149,7 @@ class IssuesClient:
|
|
|
4942
5149
|
url,
|
|
4943
5150
|
json=exclude_unset(json),
|
|
4944
5151
|
headers=exclude_unset(headers),
|
|
5152
|
+
stream=stream,
|
|
4945
5153
|
response_model=Label,
|
|
4946
5154
|
)
|
|
4947
5155
|
|
|
@@ -4956,6 +5164,7 @@ class IssuesClient:
|
|
|
4956
5164
|
per_page: Missing[int] = UNSET,
|
|
4957
5165
|
page: Missing[int] = UNSET,
|
|
4958
5166
|
headers: Optional[Mapping[str, str]] = None,
|
|
5167
|
+
stream: bool = False,
|
|
4959
5168
|
) -> Response[list[Milestone], list[MilestoneType]]:
|
|
4960
5169
|
"""issues/list-milestones
|
|
4961
5170
|
|
|
@@ -4985,6 +5194,7 @@ class IssuesClient:
|
|
|
4985
5194
|
url,
|
|
4986
5195
|
params=exclude_unset(params),
|
|
4987
5196
|
headers=exclude_unset(headers),
|
|
5197
|
+
stream=stream,
|
|
4988
5198
|
response_model=list[Milestone],
|
|
4989
5199
|
error_models={
|
|
4990
5200
|
"404": BasicError,
|
|
@@ -5002,6 +5212,7 @@ class IssuesClient:
|
|
|
5002
5212
|
per_page: Missing[int] = UNSET,
|
|
5003
5213
|
page: Missing[int] = UNSET,
|
|
5004
5214
|
headers: Optional[Mapping[str, str]] = None,
|
|
5215
|
+
stream: bool = False,
|
|
5005
5216
|
) -> Response[list[Milestone], list[MilestoneType]]:
|
|
5006
5217
|
"""issues/list-milestones
|
|
5007
5218
|
|
|
@@ -5031,6 +5242,7 @@ class IssuesClient:
|
|
|
5031
5242
|
url,
|
|
5032
5243
|
params=exclude_unset(params),
|
|
5033
5244
|
headers=exclude_unset(headers),
|
|
5245
|
+
stream=stream,
|
|
5034
5246
|
response_model=list[Milestone],
|
|
5035
5247
|
error_models={
|
|
5036
5248
|
"404": BasicError,
|
|
@@ -5044,6 +5256,7 @@ class IssuesClient:
|
|
|
5044
5256
|
repo: str,
|
|
5045
5257
|
*,
|
|
5046
5258
|
headers: Optional[Mapping[str, str]] = None,
|
|
5259
|
+
stream: bool = False,
|
|
5047
5260
|
data: ReposOwnerRepoMilestonesPostBodyType,
|
|
5048
5261
|
) -> Response[Milestone, MilestoneType]: ...
|
|
5049
5262
|
|
|
@@ -5055,6 +5268,7 @@ class IssuesClient:
|
|
|
5055
5268
|
*,
|
|
5056
5269
|
data: UnsetType = UNSET,
|
|
5057
5270
|
headers: Optional[Mapping[str, str]] = None,
|
|
5271
|
+
stream: bool = False,
|
|
5058
5272
|
title: str,
|
|
5059
5273
|
state: Missing[Literal["open", "closed"]] = UNSET,
|
|
5060
5274
|
description: Missing[str] = UNSET,
|
|
@@ -5067,6 +5281,7 @@ class IssuesClient:
|
|
|
5067
5281
|
repo: str,
|
|
5068
5282
|
*,
|
|
5069
5283
|
headers: Optional[Mapping[str, str]] = None,
|
|
5284
|
+
stream: bool = False,
|
|
5070
5285
|
data: Missing[ReposOwnerRepoMilestonesPostBodyType] = UNSET,
|
|
5071
5286
|
**kwargs,
|
|
5072
5287
|
) -> Response[Milestone, MilestoneType]:
|
|
@@ -5104,6 +5319,7 @@ class IssuesClient:
|
|
|
5104
5319
|
url,
|
|
5105
5320
|
json=exclude_unset(json),
|
|
5106
5321
|
headers=exclude_unset(headers),
|
|
5322
|
+
stream=stream,
|
|
5107
5323
|
response_model=Milestone,
|
|
5108
5324
|
error_models={
|
|
5109
5325
|
"404": BasicError,
|
|
@@ -5118,6 +5334,7 @@ class IssuesClient:
|
|
|
5118
5334
|
repo: str,
|
|
5119
5335
|
*,
|
|
5120
5336
|
headers: Optional[Mapping[str, str]] = None,
|
|
5337
|
+
stream: bool = False,
|
|
5121
5338
|
data: ReposOwnerRepoMilestonesPostBodyType,
|
|
5122
5339
|
) -> Response[Milestone, MilestoneType]: ...
|
|
5123
5340
|
|
|
@@ -5129,6 +5346,7 @@ class IssuesClient:
|
|
|
5129
5346
|
*,
|
|
5130
5347
|
data: UnsetType = UNSET,
|
|
5131
5348
|
headers: Optional[Mapping[str, str]] = None,
|
|
5349
|
+
stream: bool = False,
|
|
5132
5350
|
title: str,
|
|
5133
5351
|
state: Missing[Literal["open", "closed"]] = UNSET,
|
|
5134
5352
|
description: Missing[str] = UNSET,
|
|
@@ -5141,6 +5359,7 @@ class IssuesClient:
|
|
|
5141
5359
|
repo: str,
|
|
5142
5360
|
*,
|
|
5143
5361
|
headers: Optional[Mapping[str, str]] = None,
|
|
5362
|
+
stream: bool = False,
|
|
5144
5363
|
data: Missing[ReposOwnerRepoMilestonesPostBodyType] = UNSET,
|
|
5145
5364
|
**kwargs,
|
|
5146
5365
|
) -> Response[Milestone, MilestoneType]:
|
|
@@ -5178,6 +5397,7 @@ class IssuesClient:
|
|
|
5178
5397
|
url,
|
|
5179
5398
|
json=exclude_unset(json),
|
|
5180
5399
|
headers=exclude_unset(headers),
|
|
5400
|
+
stream=stream,
|
|
5181
5401
|
response_model=Milestone,
|
|
5182
5402
|
error_models={
|
|
5183
5403
|
"404": BasicError,
|
|
@@ -5192,6 +5412,7 @@ class IssuesClient:
|
|
|
5192
5412
|
milestone_number: int,
|
|
5193
5413
|
*,
|
|
5194
5414
|
headers: Optional[Mapping[str, str]] = None,
|
|
5415
|
+
stream: bool = False,
|
|
5195
5416
|
) -> Response[Milestone, MilestoneType]:
|
|
5196
5417
|
"""issues/get-milestone
|
|
5197
5418
|
|
|
@@ -5212,6 +5433,7 @@ class IssuesClient:
|
|
|
5212
5433
|
"GET",
|
|
5213
5434
|
url,
|
|
5214
5435
|
headers=exclude_unset(headers),
|
|
5436
|
+
stream=stream,
|
|
5215
5437
|
response_model=Milestone,
|
|
5216
5438
|
error_models={
|
|
5217
5439
|
"404": BasicError,
|
|
@@ -5225,6 +5447,7 @@ class IssuesClient:
|
|
|
5225
5447
|
milestone_number: int,
|
|
5226
5448
|
*,
|
|
5227
5449
|
headers: Optional[Mapping[str, str]] = None,
|
|
5450
|
+
stream: bool = False,
|
|
5228
5451
|
) -> Response[Milestone, MilestoneType]:
|
|
5229
5452
|
"""issues/get-milestone
|
|
5230
5453
|
|
|
@@ -5245,6 +5468,7 @@ class IssuesClient:
|
|
|
5245
5468
|
"GET",
|
|
5246
5469
|
url,
|
|
5247
5470
|
headers=exclude_unset(headers),
|
|
5471
|
+
stream=stream,
|
|
5248
5472
|
response_model=Milestone,
|
|
5249
5473
|
error_models={
|
|
5250
5474
|
"404": BasicError,
|
|
@@ -5258,6 +5482,7 @@ class IssuesClient:
|
|
|
5258
5482
|
milestone_number: int,
|
|
5259
5483
|
*,
|
|
5260
5484
|
headers: Optional[Mapping[str, str]] = None,
|
|
5485
|
+
stream: bool = False,
|
|
5261
5486
|
) -> Response:
|
|
5262
5487
|
"""issues/delete-milestone
|
|
5263
5488
|
|
|
@@ -5278,6 +5503,7 @@ class IssuesClient:
|
|
|
5278
5503
|
"DELETE",
|
|
5279
5504
|
url,
|
|
5280
5505
|
headers=exclude_unset(headers),
|
|
5506
|
+
stream=stream,
|
|
5281
5507
|
error_models={
|
|
5282
5508
|
"404": BasicError,
|
|
5283
5509
|
},
|
|
@@ -5290,6 +5516,7 @@ class IssuesClient:
|
|
|
5290
5516
|
milestone_number: int,
|
|
5291
5517
|
*,
|
|
5292
5518
|
headers: Optional[Mapping[str, str]] = None,
|
|
5519
|
+
stream: bool = False,
|
|
5293
5520
|
) -> Response:
|
|
5294
5521
|
"""issues/delete-milestone
|
|
5295
5522
|
|
|
@@ -5310,6 +5537,7 @@ class IssuesClient:
|
|
|
5310
5537
|
"DELETE",
|
|
5311
5538
|
url,
|
|
5312
5539
|
headers=exclude_unset(headers),
|
|
5540
|
+
stream=stream,
|
|
5313
5541
|
error_models={
|
|
5314
5542
|
"404": BasicError,
|
|
5315
5543
|
},
|
|
@@ -5323,6 +5551,7 @@ class IssuesClient:
|
|
|
5323
5551
|
milestone_number: int,
|
|
5324
5552
|
*,
|
|
5325
5553
|
headers: Optional[Mapping[str, str]] = None,
|
|
5554
|
+
stream: bool = False,
|
|
5326
5555
|
data: Missing[ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType] = UNSET,
|
|
5327
5556
|
) -> Response[Milestone, MilestoneType]: ...
|
|
5328
5557
|
|
|
@@ -5335,6 +5564,7 @@ class IssuesClient:
|
|
|
5335
5564
|
*,
|
|
5336
5565
|
data: UnsetType = UNSET,
|
|
5337
5566
|
headers: Optional[Mapping[str, str]] = None,
|
|
5567
|
+
stream: bool = False,
|
|
5338
5568
|
title: Missing[str] = UNSET,
|
|
5339
5569
|
state: Missing[Literal["open", "closed"]] = UNSET,
|
|
5340
5570
|
description: Missing[str] = UNSET,
|
|
@@ -5348,6 +5578,7 @@ class IssuesClient:
|
|
|
5348
5578
|
milestone_number: int,
|
|
5349
5579
|
*,
|
|
5350
5580
|
headers: Optional[Mapping[str, str]] = None,
|
|
5581
|
+
stream: bool = False,
|
|
5351
5582
|
data: Missing[ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType] = UNSET,
|
|
5352
5583
|
**kwargs,
|
|
5353
5584
|
) -> Response[Milestone, MilestoneType]:
|
|
@@ -5380,6 +5611,7 @@ class IssuesClient:
|
|
|
5380
5611
|
url,
|
|
5381
5612
|
json=exclude_unset(json),
|
|
5382
5613
|
headers=exclude_unset(headers),
|
|
5614
|
+
stream=stream,
|
|
5383
5615
|
response_model=Milestone,
|
|
5384
5616
|
)
|
|
5385
5617
|
|
|
@@ -5391,6 +5623,7 @@ class IssuesClient:
|
|
|
5391
5623
|
milestone_number: int,
|
|
5392
5624
|
*,
|
|
5393
5625
|
headers: Optional[Mapping[str, str]] = None,
|
|
5626
|
+
stream: bool = False,
|
|
5394
5627
|
data: Missing[ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType] = UNSET,
|
|
5395
5628
|
) -> Response[Milestone, MilestoneType]: ...
|
|
5396
5629
|
|
|
@@ -5403,6 +5636,7 @@ class IssuesClient:
|
|
|
5403
5636
|
*,
|
|
5404
5637
|
data: UnsetType = UNSET,
|
|
5405
5638
|
headers: Optional[Mapping[str, str]] = None,
|
|
5639
|
+
stream: bool = False,
|
|
5406
5640
|
title: Missing[str] = UNSET,
|
|
5407
5641
|
state: Missing[Literal["open", "closed"]] = UNSET,
|
|
5408
5642
|
description: Missing[str] = UNSET,
|
|
@@ -5416,6 +5650,7 @@ class IssuesClient:
|
|
|
5416
5650
|
milestone_number: int,
|
|
5417
5651
|
*,
|
|
5418
5652
|
headers: Optional[Mapping[str, str]] = None,
|
|
5653
|
+
stream: bool = False,
|
|
5419
5654
|
data: Missing[ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType] = UNSET,
|
|
5420
5655
|
**kwargs,
|
|
5421
5656
|
) -> Response[Milestone, MilestoneType]:
|
|
@@ -5448,6 +5683,7 @@ class IssuesClient:
|
|
|
5448
5683
|
url,
|
|
5449
5684
|
json=exclude_unset(json),
|
|
5450
5685
|
headers=exclude_unset(headers),
|
|
5686
|
+
stream=stream,
|
|
5451
5687
|
response_model=Milestone,
|
|
5452
5688
|
)
|
|
5453
5689
|
|
|
@@ -5460,6 +5696,7 @@ class IssuesClient:
|
|
|
5460
5696
|
per_page: Missing[int] = UNSET,
|
|
5461
5697
|
page: Missing[int] = UNSET,
|
|
5462
5698
|
headers: Optional[Mapping[str, str]] = None,
|
|
5699
|
+
stream: bool = False,
|
|
5463
5700
|
) -> Response[list[Label], list[LabelType]]:
|
|
5464
5701
|
"""issues/list-labels-for-milestone
|
|
5465
5702
|
|
|
@@ -5486,6 +5723,7 @@ class IssuesClient:
|
|
|
5486
5723
|
url,
|
|
5487
5724
|
params=exclude_unset(params),
|
|
5488
5725
|
headers=exclude_unset(headers),
|
|
5726
|
+
stream=stream,
|
|
5489
5727
|
response_model=list[Label],
|
|
5490
5728
|
)
|
|
5491
5729
|
|
|
@@ -5498,6 +5736,7 @@ class IssuesClient:
|
|
|
5498
5736
|
per_page: Missing[int] = UNSET,
|
|
5499
5737
|
page: Missing[int] = UNSET,
|
|
5500
5738
|
headers: Optional[Mapping[str, str]] = None,
|
|
5739
|
+
stream: bool = False,
|
|
5501
5740
|
) -> Response[list[Label], list[LabelType]]:
|
|
5502
5741
|
"""issues/list-labels-for-milestone
|
|
5503
5742
|
|
|
@@ -5524,6 +5763,7 @@ class IssuesClient:
|
|
|
5524
5763
|
url,
|
|
5525
5764
|
params=exclude_unset(params),
|
|
5526
5765
|
headers=exclude_unset(headers),
|
|
5766
|
+
stream=stream,
|
|
5527
5767
|
response_model=list[Label],
|
|
5528
5768
|
)
|
|
5529
5769
|
|
|
@@ -5541,6 +5781,7 @@ class IssuesClient:
|
|
|
5541
5781
|
per_page: Missing[int] = UNSET,
|
|
5542
5782
|
page: Missing[int] = UNSET,
|
|
5543
5783
|
headers: Optional[Mapping[str, str]] = None,
|
|
5784
|
+
stream: bool = False,
|
|
5544
5785
|
) -> Response[list[Issue], list[IssueType]]:
|
|
5545
5786
|
"""issues/list-for-authenticated-user
|
|
5546
5787
|
|
|
@@ -5583,6 +5824,7 @@ class IssuesClient:
|
|
|
5583
5824
|
url,
|
|
5584
5825
|
params=exclude_unset(params),
|
|
5585
5826
|
headers=exclude_unset(headers),
|
|
5827
|
+
stream=stream,
|
|
5586
5828
|
response_model=list[Issue],
|
|
5587
5829
|
error_models={
|
|
5588
5830
|
"404": BasicError,
|
|
@@ -5603,6 +5845,7 @@ class IssuesClient:
|
|
|
5603
5845
|
per_page: Missing[int] = UNSET,
|
|
5604
5846
|
page: Missing[int] = UNSET,
|
|
5605
5847
|
headers: Optional[Mapping[str, str]] = None,
|
|
5848
|
+
stream: bool = False,
|
|
5606
5849
|
) -> Response[list[Issue], list[IssueType]]:
|
|
5607
5850
|
"""issues/list-for-authenticated-user
|
|
5608
5851
|
|
|
@@ -5645,6 +5888,7 @@ class IssuesClient:
|
|
|
5645
5888
|
url,
|
|
5646
5889
|
params=exclude_unset(params),
|
|
5647
5890
|
headers=exclude_unset(headers),
|
|
5891
|
+
stream=stream,
|
|
5648
5892
|
response_model=list[Issue],
|
|
5649
5893
|
error_models={
|
|
5650
5894
|
"404": BasicError,
|