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
|
@@ -99,6 +99,7 @@ class PullsClient:
|
|
|
99
99
|
per_page: Missing[int] = UNSET,
|
|
100
100
|
page: Missing[int] = UNSET,
|
|
101
101
|
headers: Optional[Mapping[str, str]] = None,
|
|
102
|
+
stream: bool = False,
|
|
102
103
|
) -> Response[list[PullRequestSimple], list[PullRequestSimpleType]]:
|
|
103
104
|
"""pulls/list
|
|
104
105
|
|
|
@@ -143,6 +144,7 @@ class PullsClient:
|
|
|
143
144
|
url,
|
|
144
145
|
params=exclude_unset(params),
|
|
145
146
|
headers=exclude_unset(headers),
|
|
147
|
+
stream=stream,
|
|
146
148
|
response_model=list[PullRequestSimple],
|
|
147
149
|
error_models={
|
|
148
150
|
"422": ValidationError,
|
|
@@ -164,6 +166,7 @@ class PullsClient:
|
|
|
164
166
|
per_page: Missing[int] = UNSET,
|
|
165
167
|
page: Missing[int] = UNSET,
|
|
166
168
|
headers: Optional[Mapping[str, str]] = None,
|
|
169
|
+
stream: bool = False,
|
|
167
170
|
) -> Response[list[PullRequestSimple], list[PullRequestSimpleType]]:
|
|
168
171
|
"""pulls/list
|
|
169
172
|
|
|
@@ -208,6 +211,7 @@ class PullsClient:
|
|
|
208
211
|
url,
|
|
209
212
|
params=exclude_unset(params),
|
|
210
213
|
headers=exclude_unset(headers),
|
|
214
|
+
stream=stream,
|
|
211
215
|
response_model=list[PullRequestSimple],
|
|
212
216
|
error_models={
|
|
213
217
|
"422": ValidationError,
|
|
@@ -221,6 +225,7 @@ class PullsClient:
|
|
|
221
225
|
repo: str,
|
|
222
226
|
*,
|
|
223
227
|
headers: Optional[Mapping[str, str]] = None,
|
|
228
|
+
stream: bool = False,
|
|
224
229
|
data: ReposOwnerRepoPullsPostBodyType,
|
|
225
230
|
) -> Response[PullRequest, PullRequestType]: ...
|
|
226
231
|
|
|
@@ -232,6 +237,7 @@ class PullsClient:
|
|
|
232
237
|
*,
|
|
233
238
|
data: UnsetType = UNSET,
|
|
234
239
|
headers: Optional[Mapping[str, str]] = None,
|
|
240
|
+
stream: bool = False,
|
|
235
241
|
title: Missing[str] = UNSET,
|
|
236
242
|
head: str,
|
|
237
243
|
head_repo: Missing[str] = UNSET,
|
|
@@ -248,6 +254,7 @@ class PullsClient:
|
|
|
248
254
|
repo: str,
|
|
249
255
|
*,
|
|
250
256
|
headers: Optional[Mapping[str, str]] = None,
|
|
257
|
+
stream: bool = False,
|
|
251
258
|
data: Missing[ReposOwnerRepoPullsPostBodyType] = UNSET,
|
|
252
259
|
**kwargs,
|
|
253
260
|
) -> Response[PullRequest, PullRequestType]:
|
|
@@ -296,6 +303,7 @@ class PullsClient:
|
|
|
296
303
|
url,
|
|
297
304
|
json=exclude_unset(json),
|
|
298
305
|
headers=exclude_unset(headers),
|
|
306
|
+
stream=stream,
|
|
299
307
|
response_model=PullRequest,
|
|
300
308
|
error_models={
|
|
301
309
|
"403": BasicError,
|
|
@@ -310,6 +318,7 @@ class PullsClient:
|
|
|
310
318
|
repo: str,
|
|
311
319
|
*,
|
|
312
320
|
headers: Optional[Mapping[str, str]] = None,
|
|
321
|
+
stream: bool = False,
|
|
313
322
|
data: ReposOwnerRepoPullsPostBodyType,
|
|
314
323
|
) -> Response[PullRequest, PullRequestType]: ...
|
|
315
324
|
|
|
@@ -321,6 +330,7 @@ class PullsClient:
|
|
|
321
330
|
*,
|
|
322
331
|
data: UnsetType = UNSET,
|
|
323
332
|
headers: Optional[Mapping[str, str]] = None,
|
|
333
|
+
stream: bool = False,
|
|
324
334
|
title: Missing[str] = UNSET,
|
|
325
335
|
head: str,
|
|
326
336
|
head_repo: Missing[str] = UNSET,
|
|
@@ -337,6 +347,7 @@ class PullsClient:
|
|
|
337
347
|
repo: str,
|
|
338
348
|
*,
|
|
339
349
|
headers: Optional[Mapping[str, str]] = None,
|
|
350
|
+
stream: bool = False,
|
|
340
351
|
data: Missing[ReposOwnerRepoPullsPostBodyType] = UNSET,
|
|
341
352
|
**kwargs,
|
|
342
353
|
) -> Response[PullRequest, PullRequestType]:
|
|
@@ -385,6 +396,7 @@ class PullsClient:
|
|
|
385
396
|
url,
|
|
386
397
|
json=exclude_unset(json),
|
|
387
398
|
headers=exclude_unset(headers),
|
|
399
|
+
stream=stream,
|
|
388
400
|
response_model=PullRequest,
|
|
389
401
|
error_models={
|
|
390
402
|
"403": BasicError,
|
|
@@ -403,6 +415,7 @@ class PullsClient:
|
|
|
403
415
|
per_page: Missing[int] = UNSET,
|
|
404
416
|
page: Missing[int] = UNSET,
|
|
405
417
|
headers: Optional[Mapping[str, str]] = None,
|
|
418
|
+
stream: bool = False,
|
|
406
419
|
) -> Response[list[PullRequestReviewComment], list[PullRequestReviewCommentType]]:
|
|
407
420
|
"""pulls/list-review-comments-for-repo
|
|
408
421
|
|
|
@@ -440,6 +453,7 @@ class PullsClient:
|
|
|
440
453
|
url,
|
|
441
454
|
params=exclude_unset(params),
|
|
442
455
|
headers=exclude_unset(headers),
|
|
456
|
+
stream=stream,
|
|
443
457
|
response_model=list[PullRequestReviewComment],
|
|
444
458
|
)
|
|
445
459
|
|
|
@@ -454,6 +468,7 @@ class PullsClient:
|
|
|
454
468
|
per_page: Missing[int] = UNSET,
|
|
455
469
|
page: Missing[int] = UNSET,
|
|
456
470
|
headers: Optional[Mapping[str, str]] = None,
|
|
471
|
+
stream: bool = False,
|
|
457
472
|
) -> Response[list[PullRequestReviewComment], list[PullRequestReviewCommentType]]:
|
|
458
473
|
"""pulls/list-review-comments-for-repo
|
|
459
474
|
|
|
@@ -491,6 +506,7 @@ class PullsClient:
|
|
|
491
506
|
url,
|
|
492
507
|
params=exclude_unset(params),
|
|
493
508
|
headers=exclude_unset(headers),
|
|
509
|
+
stream=stream,
|
|
494
510
|
response_model=list[PullRequestReviewComment],
|
|
495
511
|
)
|
|
496
512
|
|
|
@@ -501,6 +517,7 @@ class PullsClient:
|
|
|
501
517
|
comment_id: int,
|
|
502
518
|
*,
|
|
503
519
|
headers: Optional[Mapping[str, str]] = None,
|
|
520
|
+
stream: bool = False,
|
|
504
521
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
|
|
505
522
|
"""pulls/get-review-comment
|
|
506
523
|
|
|
@@ -528,6 +545,7 @@ class PullsClient:
|
|
|
528
545
|
"GET",
|
|
529
546
|
url,
|
|
530
547
|
headers=exclude_unset(headers),
|
|
548
|
+
stream=stream,
|
|
531
549
|
response_model=PullRequestReviewComment,
|
|
532
550
|
error_models={
|
|
533
551
|
"404": BasicError,
|
|
@@ -541,6 +559,7 @@ class PullsClient:
|
|
|
541
559
|
comment_id: int,
|
|
542
560
|
*,
|
|
543
561
|
headers: Optional[Mapping[str, str]] = None,
|
|
562
|
+
stream: bool = False,
|
|
544
563
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
|
|
545
564
|
"""pulls/get-review-comment
|
|
546
565
|
|
|
@@ -568,6 +587,7 @@ class PullsClient:
|
|
|
568
587
|
"GET",
|
|
569
588
|
url,
|
|
570
589
|
headers=exclude_unset(headers),
|
|
590
|
+
stream=stream,
|
|
571
591
|
response_model=PullRequestReviewComment,
|
|
572
592
|
error_models={
|
|
573
593
|
"404": BasicError,
|
|
@@ -581,6 +601,7 @@ class PullsClient:
|
|
|
581
601
|
comment_id: int,
|
|
582
602
|
*,
|
|
583
603
|
headers: Optional[Mapping[str, str]] = None,
|
|
604
|
+
stream: bool = False,
|
|
584
605
|
) -> Response:
|
|
585
606
|
"""pulls/delete-review-comment
|
|
586
607
|
|
|
@@ -601,6 +622,7 @@ class PullsClient:
|
|
|
601
622
|
"DELETE",
|
|
602
623
|
url,
|
|
603
624
|
headers=exclude_unset(headers),
|
|
625
|
+
stream=stream,
|
|
604
626
|
error_models={
|
|
605
627
|
"404": BasicError,
|
|
606
628
|
},
|
|
@@ -613,6 +635,7 @@ class PullsClient:
|
|
|
613
635
|
comment_id: int,
|
|
614
636
|
*,
|
|
615
637
|
headers: Optional[Mapping[str, str]] = None,
|
|
638
|
+
stream: bool = False,
|
|
616
639
|
) -> Response:
|
|
617
640
|
"""pulls/delete-review-comment
|
|
618
641
|
|
|
@@ -633,6 +656,7 @@ class PullsClient:
|
|
|
633
656
|
"DELETE",
|
|
634
657
|
url,
|
|
635
658
|
headers=exclude_unset(headers),
|
|
659
|
+
stream=stream,
|
|
636
660
|
error_models={
|
|
637
661
|
"404": BasicError,
|
|
638
662
|
},
|
|
@@ -646,6 +670,7 @@ class PullsClient:
|
|
|
646
670
|
comment_id: int,
|
|
647
671
|
*,
|
|
648
672
|
headers: Optional[Mapping[str, str]] = None,
|
|
673
|
+
stream: bool = False,
|
|
649
674
|
data: ReposOwnerRepoPullsCommentsCommentIdPatchBodyType,
|
|
650
675
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]: ...
|
|
651
676
|
|
|
@@ -658,6 +683,7 @@ class PullsClient:
|
|
|
658
683
|
*,
|
|
659
684
|
data: UnsetType = UNSET,
|
|
660
685
|
headers: Optional[Mapping[str, str]] = None,
|
|
686
|
+
stream: bool = False,
|
|
661
687
|
body: str,
|
|
662
688
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]: ...
|
|
663
689
|
|
|
@@ -668,6 +694,7 @@ class PullsClient:
|
|
|
668
694
|
comment_id: int,
|
|
669
695
|
*,
|
|
670
696
|
headers: Optional[Mapping[str, str]] = None,
|
|
697
|
+
stream: bool = False,
|
|
671
698
|
data: Missing[ReposOwnerRepoPullsCommentsCommentIdPatchBodyType] = UNSET,
|
|
672
699
|
**kwargs,
|
|
673
700
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
|
|
@@ -712,6 +739,7 @@ class PullsClient:
|
|
|
712
739
|
url,
|
|
713
740
|
json=exclude_unset(json),
|
|
714
741
|
headers=exclude_unset(headers),
|
|
742
|
+
stream=stream,
|
|
715
743
|
response_model=PullRequestReviewComment,
|
|
716
744
|
)
|
|
717
745
|
|
|
@@ -723,6 +751,7 @@ class PullsClient:
|
|
|
723
751
|
comment_id: int,
|
|
724
752
|
*,
|
|
725
753
|
headers: Optional[Mapping[str, str]] = None,
|
|
754
|
+
stream: bool = False,
|
|
726
755
|
data: ReposOwnerRepoPullsCommentsCommentIdPatchBodyType,
|
|
727
756
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]: ...
|
|
728
757
|
|
|
@@ -735,6 +764,7 @@ class PullsClient:
|
|
|
735
764
|
*,
|
|
736
765
|
data: UnsetType = UNSET,
|
|
737
766
|
headers: Optional[Mapping[str, str]] = None,
|
|
767
|
+
stream: bool = False,
|
|
738
768
|
body: str,
|
|
739
769
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]: ...
|
|
740
770
|
|
|
@@ -745,6 +775,7 @@ class PullsClient:
|
|
|
745
775
|
comment_id: int,
|
|
746
776
|
*,
|
|
747
777
|
headers: Optional[Mapping[str, str]] = None,
|
|
778
|
+
stream: bool = False,
|
|
748
779
|
data: Missing[ReposOwnerRepoPullsCommentsCommentIdPatchBodyType] = UNSET,
|
|
749
780
|
**kwargs,
|
|
750
781
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
|
|
@@ -789,6 +820,7 @@ class PullsClient:
|
|
|
789
820
|
url,
|
|
790
821
|
json=exclude_unset(json),
|
|
791
822
|
headers=exclude_unset(headers),
|
|
823
|
+
stream=stream,
|
|
792
824
|
response_model=PullRequestReviewComment,
|
|
793
825
|
)
|
|
794
826
|
|
|
@@ -799,6 +831,7 @@ class PullsClient:
|
|
|
799
831
|
pull_number: int,
|
|
800
832
|
*,
|
|
801
833
|
headers: Optional[Mapping[str, str]] = None,
|
|
834
|
+
stream: bool = False,
|
|
802
835
|
) -> Response[PullRequest, PullRequestType]:
|
|
803
836
|
"""pulls/get
|
|
804
837
|
|
|
@@ -845,6 +878,7 @@ class PullsClient:
|
|
|
845
878
|
"GET",
|
|
846
879
|
url,
|
|
847
880
|
headers=exclude_unset(headers),
|
|
881
|
+
stream=stream,
|
|
848
882
|
response_model=PullRequest,
|
|
849
883
|
error_models={
|
|
850
884
|
"404": BasicError,
|
|
@@ -861,6 +895,7 @@ class PullsClient:
|
|
|
861
895
|
pull_number: int,
|
|
862
896
|
*,
|
|
863
897
|
headers: Optional[Mapping[str, str]] = None,
|
|
898
|
+
stream: bool = False,
|
|
864
899
|
) -> Response[PullRequest, PullRequestType]:
|
|
865
900
|
"""pulls/get
|
|
866
901
|
|
|
@@ -907,6 +942,7 @@ class PullsClient:
|
|
|
907
942
|
"GET",
|
|
908
943
|
url,
|
|
909
944
|
headers=exclude_unset(headers),
|
|
945
|
+
stream=stream,
|
|
910
946
|
response_model=PullRequest,
|
|
911
947
|
error_models={
|
|
912
948
|
"404": BasicError,
|
|
@@ -924,6 +960,7 @@ class PullsClient:
|
|
|
924
960
|
pull_number: int,
|
|
925
961
|
*,
|
|
926
962
|
headers: Optional[Mapping[str, str]] = None,
|
|
963
|
+
stream: bool = False,
|
|
927
964
|
data: Missing[ReposOwnerRepoPullsPullNumberPatchBodyType] = UNSET,
|
|
928
965
|
) -> Response[PullRequest, PullRequestType]: ...
|
|
929
966
|
|
|
@@ -936,6 +973,7 @@ class PullsClient:
|
|
|
936
973
|
*,
|
|
937
974
|
data: UnsetType = UNSET,
|
|
938
975
|
headers: Optional[Mapping[str, str]] = None,
|
|
976
|
+
stream: bool = False,
|
|
939
977
|
title: Missing[str] = UNSET,
|
|
940
978
|
body: Missing[str] = UNSET,
|
|
941
979
|
state: Missing[Literal["open", "closed"]] = UNSET,
|
|
@@ -950,6 +988,7 @@ class PullsClient:
|
|
|
950
988
|
pull_number: int,
|
|
951
989
|
*,
|
|
952
990
|
headers: Optional[Mapping[str, str]] = None,
|
|
991
|
+
stream: bool = False,
|
|
953
992
|
data: Missing[ReposOwnerRepoPullsPullNumberPatchBodyType] = UNSET,
|
|
954
993
|
**kwargs,
|
|
955
994
|
) -> Response[PullRequest, PullRequestType]:
|
|
@@ -996,6 +1035,7 @@ class PullsClient:
|
|
|
996
1035
|
url,
|
|
997
1036
|
json=exclude_unset(json),
|
|
998
1037
|
headers=exclude_unset(headers),
|
|
1038
|
+
stream=stream,
|
|
999
1039
|
response_model=PullRequest,
|
|
1000
1040
|
error_models={
|
|
1001
1041
|
"422": ValidationError,
|
|
@@ -1011,6 +1051,7 @@ class PullsClient:
|
|
|
1011
1051
|
pull_number: int,
|
|
1012
1052
|
*,
|
|
1013
1053
|
headers: Optional[Mapping[str, str]] = None,
|
|
1054
|
+
stream: bool = False,
|
|
1014
1055
|
data: Missing[ReposOwnerRepoPullsPullNumberPatchBodyType] = UNSET,
|
|
1015
1056
|
) -> Response[PullRequest, PullRequestType]: ...
|
|
1016
1057
|
|
|
@@ -1023,6 +1064,7 @@ class PullsClient:
|
|
|
1023
1064
|
*,
|
|
1024
1065
|
data: UnsetType = UNSET,
|
|
1025
1066
|
headers: Optional[Mapping[str, str]] = None,
|
|
1067
|
+
stream: bool = False,
|
|
1026
1068
|
title: Missing[str] = UNSET,
|
|
1027
1069
|
body: Missing[str] = UNSET,
|
|
1028
1070
|
state: Missing[Literal["open", "closed"]] = UNSET,
|
|
@@ -1037,6 +1079,7 @@ class PullsClient:
|
|
|
1037
1079
|
pull_number: int,
|
|
1038
1080
|
*,
|
|
1039
1081
|
headers: Optional[Mapping[str, str]] = None,
|
|
1082
|
+
stream: bool = False,
|
|
1040
1083
|
data: Missing[ReposOwnerRepoPullsPullNumberPatchBodyType] = UNSET,
|
|
1041
1084
|
**kwargs,
|
|
1042
1085
|
) -> Response[PullRequest, PullRequestType]:
|
|
@@ -1083,6 +1126,7 @@ class PullsClient:
|
|
|
1083
1126
|
url,
|
|
1084
1127
|
json=exclude_unset(json),
|
|
1085
1128
|
headers=exclude_unset(headers),
|
|
1129
|
+
stream=stream,
|
|
1086
1130
|
response_model=PullRequest,
|
|
1087
1131
|
error_models={
|
|
1088
1132
|
"422": ValidationError,
|
|
@@ -1102,6 +1146,7 @@ class PullsClient:
|
|
|
1102
1146
|
per_page: Missing[int] = UNSET,
|
|
1103
1147
|
page: Missing[int] = UNSET,
|
|
1104
1148
|
headers: Optional[Mapping[str, str]] = None,
|
|
1149
|
+
stream: bool = False,
|
|
1105
1150
|
) -> Response[list[PullRequestReviewComment], list[PullRequestReviewCommentType]]:
|
|
1106
1151
|
"""pulls/list-review-comments
|
|
1107
1152
|
|
|
@@ -1139,6 +1184,7 @@ class PullsClient:
|
|
|
1139
1184
|
url,
|
|
1140
1185
|
params=exclude_unset(params),
|
|
1141
1186
|
headers=exclude_unset(headers),
|
|
1187
|
+
stream=stream,
|
|
1142
1188
|
response_model=list[PullRequestReviewComment],
|
|
1143
1189
|
)
|
|
1144
1190
|
|
|
@@ -1154,6 +1200,7 @@ class PullsClient:
|
|
|
1154
1200
|
per_page: Missing[int] = UNSET,
|
|
1155
1201
|
page: Missing[int] = UNSET,
|
|
1156
1202
|
headers: Optional[Mapping[str, str]] = None,
|
|
1203
|
+
stream: bool = False,
|
|
1157
1204
|
) -> Response[list[PullRequestReviewComment], list[PullRequestReviewCommentType]]:
|
|
1158
1205
|
"""pulls/list-review-comments
|
|
1159
1206
|
|
|
@@ -1191,6 +1238,7 @@ class PullsClient:
|
|
|
1191
1238
|
url,
|
|
1192
1239
|
params=exclude_unset(params),
|
|
1193
1240
|
headers=exclude_unset(headers),
|
|
1241
|
+
stream=stream,
|
|
1194
1242
|
response_model=list[PullRequestReviewComment],
|
|
1195
1243
|
)
|
|
1196
1244
|
|
|
@@ -1202,6 +1250,7 @@ class PullsClient:
|
|
|
1202
1250
|
pull_number: int,
|
|
1203
1251
|
*,
|
|
1204
1252
|
headers: Optional[Mapping[str, str]] = None,
|
|
1253
|
+
stream: bool = False,
|
|
1205
1254
|
data: ReposOwnerRepoPullsPullNumberCommentsPostBodyType,
|
|
1206
1255
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]: ...
|
|
1207
1256
|
|
|
@@ -1214,6 +1263,7 @@ class PullsClient:
|
|
|
1214
1263
|
*,
|
|
1215
1264
|
data: UnsetType = UNSET,
|
|
1216
1265
|
headers: Optional[Mapping[str, str]] = None,
|
|
1266
|
+
stream: bool = False,
|
|
1217
1267
|
body: str,
|
|
1218
1268
|
commit_id: str,
|
|
1219
1269
|
path: str,
|
|
@@ -1233,6 +1283,7 @@ class PullsClient:
|
|
|
1233
1283
|
pull_number: int,
|
|
1234
1284
|
*,
|
|
1235
1285
|
headers: Optional[Mapping[str, str]] = None,
|
|
1286
|
+
stream: bool = False,
|
|
1236
1287
|
data: Missing[ReposOwnerRepoPullsPullNumberCommentsPostBodyType] = UNSET,
|
|
1237
1288
|
**kwargs,
|
|
1238
1289
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
|
|
@@ -1286,6 +1337,7 @@ class PullsClient:
|
|
|
1286
1337
|
url,
|
|
1287
1338
|
json=exclude_unset(json),
|
|
1288
1339
|
headers=exclude_unset(headers),
|
|
1340
|
+
stream=stream,
|
|
1289
1341
|
response_model=PullRequestReviewComment,
|
|
1290
1342
|
error_models={
|
|
1291
1343
|
"422": ValidationError,
|
|
@@ -1301,6 +1353,7 @@ class PullsClient:
|
|
|
1301
1353
|
pull_number: int,
|
|
1302
1354
|
*,
|
|
1303
1355
|
headers: Optional[Mapping[str, str]] = None,
|
|
1356
|
+
stream: bool = False,
|
|
1304
1357
|
data: ReposOwnerRepoPullsPullNumberCommentsPostBodyType,
|
|
1305
1358
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]: ...
|
|
1306
1359
|
|
|
@@ -1313,6 +1366,7 @@ class PullsClient:
|
|
|
1313
1366
|
*,
|
|
1314
1367
|
data: UnsetType = UNSET,
|
|
1315
1368
|
headers: Optional[Mapping[str, str]] = None,
|
|
1369
|
+
stream: bool = False,
|
|
1316
1370
|
body: str,
|
|
1317
1371
|
commit_id: str,
|
|
1318
1372
|
path: str,
|
|
@@ -1332,6 +1386,7 @@ class PullsClient:
|
|
|
1332
1386
|
pull_number: int,
|
|
1333
1387
|
*,
|
|
1334
1388
|
headers: Optional[Mapping[str, str]] = None,
|
|
1389
|
+
stream: bool = False,
|
|
1335
1390
|
data: Missing[ReposOwnerRepoPullsPullNumberCommentsPostBodyType] = UNSET,
|
|
1336
1391
|
**kwargs,
|
|
1337
1392
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]:
|
|
@@ -1385,6 +1440,7 @@ class PullsClient:
|
|
|
1385
1440
|
url,
|
|
1386
1441
|
json=exclude_unset(json),
|
|
1387
1442
|
headers=exclude_unset(headers),
|
|
1443
|
+
stream=stream,
|
|
1388
1444
|
response_model=PullRequestReviewComment,
|
|
1389
1445
|
error_models={
|
|
1390
1446
|
"422": ValidationError,
|
|
@@ -1401,6 +1457,7 @@ class PullsClient:
|
|
|
1401
1457
|
comment_id: int,
|
|
1402
1458
|
*,
|
|
1403
1459
|
headers: Optional[Mapping[str, str]] = None,
|
|
1460
|
+
stream: bool = False,
|
|
1404
1461
|
data: ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType,
|
|
1405
1462
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]: ...
|
|
1406
1463
|
|
|
@@ -1414,6 +1471,7 @@ class PullsClient:
|
|
|
1414
1471
|
*,
|
|
1415
1472
|
data: UnsetType = UNSET,
|
|
1416
1473
|
headers: Optional[Mapping[str, str]] = None,
|
|
1474
|
+
stream: bool = False,
|
|
1417
1475
|
body: str,
|
|
1418
1476
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]: ...
|
|
1419
1477
|
|
|
@@ -1425,6 +1483,7 @@ class PullsClient:
|
|
|
1425
1483
|
comment_id: int,
|
|
1426
1484
|
*,
|
|
1427
1485
|
headers: Optional[Mapping[str, str]] = None,
|
|
1486
|
+
stream: bool = False,
|
|
1428
1487
|
data: Missing[
|
|
1429
1488
|
ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType
|
|
1430
1489
|
] = UNSET,
|
|
@@ -1475,6 +1534,7 @@ class PullsClient:
|
|
|
1475
1534
|
url,
|
|
1476
1535
|
json=exclude_unset(json),
|
|
1477
1536
|
headers=exclude_unset(headers),
|
|
1537
|
+
stream=stream,
|
|
1478
1538
|
response_model=PullRequestReviewComment,
|
|
1479
1539
|
error_models={
|
|
1480
1540
|
"404": BasicError,
|
|
@@ -1490,6 +1550,7 @@ class PullsClient:
|
|
|
1490
1550
|
comment_id: int,
|
|
1491
1551
|
*,
|
|
1492
1552
|
headers: Optional[Mapping[str, str]] = None,
|
|
1553
|
+
stream: bool = False,
|
|
1493
1554
|
data: ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType,
|
|
1494
1555
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]: ...
|
|
1495
1556
|
|
|
@@ -1503,6 +1564,7 @@ class PullsClient:
|
|
|
1503
1564
|
*,
|
|
1504
1565
|
data: UnsetType = UNSET,
|
|
1505
1566
|
headers: Optional[Mapping[str, str]] = None,
|
|
1567
|
+
stream: bool = False,
|
|
1506
1568
|
body: str,
|
|
1507
1569
|
) -> Response[PullRequestReviewComment, PullRequestReviewCommentType]: ...
|
|
1508
1570
|
|
|
@@ -1514,6 +1576,7 @@ class PullsClient:
|
|
|
1514
1576
|
comment_id: int,
|
|
1515
1577
|
*,
|
|
1516
1578
|
headers: Optional[Mapping[str, str]] = None,
|
|
1579
|
+
stream: bool = False,
|
|
1517
1580
|
data: Missing[
|
|
1518
1581
|
ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType
|
|
1519
1582
|
] = UNSET,
|
|
@@ -1564,6 +1627,7 @@ class PullsClient:
|
|
|
1564
1627
|
url,
|
|
1565
1628
|
json=exclude_unset(json),
|
|
1566
1629
|
headers=exclude_unset(headers),
|
|
1630
|
+
stream=stream,
|
|
1567
1631
|
response_model=PullRequestReviewComment,
|
|
1568
1632
|
error_models={
|
|
1569
1633
|
"404": BasicError,
|
|
@@ -1579,6 +1643,7 @@ class PullsClient:
|
|
|
1579
1643
|
per_page: Missing[int] = UNSET,
|
|
1580
1644
|
page: Missing[int] = UNSET,
|
|
1581
1645
|
headers: Optional[Mapping[str, str]] = None,
|
|
1646
|
+
stream: bool = False,
|
|
1582
1647
|
) -> Response[list[Commit], list[CommitType]]:
|
|
1583
1648
|
"""pulls/list-commits
|
|
1584
1649
|
|
|
@@ -1614,6 +1679,7 @@ class PullsClient:
|
|
|
1614
1679
|
url,
|
|
1615
1680
|
params=exclude_unset(params),
|
|
1616
1681
|
headers=exclude_unset(headers),
|
|
1682
|
+
stream=stream,
|
|
1617
1683
|
response_model=list[Commit],
|
|
1618
1684
|
)
|
|
1619
1685
|
|
|
@@ -1626,6 +1692,7 @@ class PullsClient:
|
|
|
1626
1692
|
per_page: Missing[int] = UNSET,
|
|
1627
1693
|
page: Missing[int] = UNSET,
|
|
1628
1694
|
headers: Optional[Mapping[str, str]] = None,
|
|
1695
|
+
stream: bool = False,
|
|
1629
1696
|
) -> Response[list[Commit], list[CommitType]]:
|
|
1630
1697
|
"""pulls/list-commits
|
|
1631
1698
|
|
|
@@ -1661,6 +1728,7 @@ class PullsClient:
|
|
|
1661
1728
|
url,
|
|
1662
1729
|
params=exclude_unset(params),
|
|
1663
1730
|
headers=exclude_unset(headers),
|
|
1731
|
+
stream=stream,
|
|
1664
1732
|
response_model=list[Commit],
|
|
1665
1733
|
)
|
|
1666
1734
|
|
|
@@ -1673,6 +1741,7 @@ class PullsClient:
|
|
|
1673
1741
|
per_page: Missing[int] = UNSET,
|
|
1674
1742
|
page: Missing[int] = UNSET,
|
|
1675
1743
|
headers: Optional[Mapping[str, str]] = None,
|
|
1744
|
+
stream: bool = False,
|
|
1676
1745
|
) -> Response[list[DiffEntry], list[DiffEntryType]]:
|
|
1677
1746
|
"""pulls/list-files
|
|
1678
1747
|
|
|
@@ -1714,6 +1783,7 @@ class PullsClient:
|
|
|
1714
1783
|
url,
|
|
1715
1784
|
params=exclude_unset(params),
|
|
1716
1785
|
headers=exclude_unset(headers),
|
|
1786
|
+
stream=stream,
|
|
1717
1787
|
response_model=list[DiffEntry],
|
|
1718
1788
|
error_models={
|
|
1719
1789
|
"422": ValidationError,
|
|
@@ -1731,6 +1801,7 @@ class PullsClient:
|
|
|
1731
1801
|
per_page: Missing[int] = UNSET,
|
|
1732
1802
|
page: Missing[int] = UNSET,
|
|
1733
1803
|
headers: Optional[Mapping[str, str]] = None,
|
|
1804
|
+
stream: bool = False,
|
|
1734
1805
|
) -> Response[list[DiffEntry], list[DiffEntryType]]:
|
|
1735
1806
|
"""pulls/list-files
|
|
1736
1807
|
|
|
@@ -1772,6 +1843,7 @@ class PullsClient:
|
|
|
1772
1843
|
url,
|
|
1773
1844
|
params=exclude_unset(params),
|
|
1774
1845
|
headers=exclude_unset(headers),
|
|
1846
|
+
stream=stream,
|
|
1775
1847
|
response_model=list[DiffEntry],
|
|
1776
1848
|
error_models={
|
|
1777
1849
|
"422": ValidationError,
|
|
@@ -1787,6 +1859,7 @@ class PullsClient:
|
|
|
1787
1859
|
pull_number: int,
|
|
1788
1860
|
*,
|
|
1789
1861
|
headers: Optional[Mapping[str, str]] = None,
|
|
1862
|
+
stream: bool = False,
|
|
1790
1863
|
) -> Response:
|
|
1791
1864
|
"""pulls/check-if-merged
|
|
1792
1865
|
|
|
@@ -1805,6 +1878,7 @@ class PullsClient:
|
|
|
1805
1878
|
"GET",
|
|
1806
1879
|
url,
|
|
1807
1880
|
headers=exclude_unset(headers),
|
|
1881
|
+
stream=stream,
|
|
1808
1882
|
error_models={},
|
|
1809
1883
|
)
|
|
1810
1884
|
|
|
@@ -1815,6 +1889,7 @@ class PullsClient:
|
|
|
1815
1889
|
pull_number: int,
|
|
1816
1890
|
*,
|
|
1817
1891
|
headers: Optional[Mapping[str, str]] = None,
|
|
1892
|
+
stream: bool = False,
|
|
1818
1893
|
) -> Response:
|
|
1819
1894
|
"""pulls/check-if-merged
|
|
1820
1895
|
|
|
@@ -1833,6 +1908,7 @@ class PullsClient:
|
|
|
1833
1908
|
"GET",
|
|
1834
1909
|
url,
|
|
1835
1910
|
headers=exclude_unset(headers),
|
|
1911
|
+
stream=stream,
|
|
1836
1912
|
error_models={},
|
|
1837
1913
|
)
|
|
1838
1914
|
|
|
@@ -1844,6 +1920,7 @@ class PullsClient:
|
|
|
1844
1920
|
pull_number: int,
|
|
1845
1921
|
*,
|
|
1846
1922
|
headers: Optional[Mapping[str, str]] = None,
|
|
1923
|
+
stream: bool = False,
|
|
1847
1924
|
data: Missing[
|
|
1848
1925
|
Union[ReposOwnerRepoPullsPullNumberMergePutBodyType, None]
|
|
1849
1926
|
] = UNSET,
|
|
@@ -1858,6 +1935,7 @@ class PullsClient:
|
|
|
1858
1935
|
*,
|
|
1859
1936
|
data: UnsetType = UNSET,
|
|
1860
1937
|
headers: Optional[Mapping[str, str]] = None,
|
|
1938
|
+
stream: bool = False,
|
|
1861
1939
|
commit_title: Missing[str] = UNSET,
|
|
1862
1940
|
commit_message: Missing[str] = UNSET,
|
|
1863
1941
|
sha: Missing[str] = UNSET,
|
|
@@ -1871,6 +1949,7 @@ class PullsClient:
|
|
|
1871
1949
|
pull_number: int,
|
|
1872
1950
|
*,
|
|
1873
1951
|
headers: Optional[Mapping[str, str]] = None,
|
|
1952
|
+
stream: bool = False,
|
|
1874
1953
|
data: Missing[
|
|
1875
1954
|
Union[ReposOwnerRepoPullsPullNumberMergePutBodyType, None]
|
|
1876
1955
|
] = UNSET,
|
|
@@ -1917,6 +1996,7 @@ class PullsClient:
|
|
|
1917
1996
|
url,
|
|
1918
1997
|
json=exclude_unset(json),
|
|
1919
1998
|
headers=exclude_unset(headers),
|
|
1999
|
+
stream=stream,
|
|
1920
2000
|
response_model=PullRequestMergeResult,
|
|
1921
2001
|
error_models={
|
|
1922
2002
|
"405": ReposOwnerRepoPullsPullNumberMergePutResponse405,
|
|
@@ -1935,6 +2015,7 @@ class PullsClient:
|
|
|
1935
2015
|
pull_number: int,
|
|
1936
2016
|
*,
|
|
1937
2017
|
headers: Optional[Mapping[str, str]] = None,
|
|
2018
|
+
stream: bool = False,
|
|
1938
2019
|
data: Missing[
|
|
1939
2020
|
Union[ReposOwnerRepoPullsPullNumberMergePutBodyType, None]
|
|
1940
2021
|
] = UNSET,
|
|
@@ -1949,6 +2030,7 @@ class PullsClient:
|
|
|
1949
2030
|
*,
|
|
1950
2031
|
data: UnsetType = UNSET,
|
|
1951
2032
|
headers: Optional[Mapping[str, str]] = None,
|
|
2033
|
+
stream: bool = False,
|
|
1952
2034
|
commit_title: Missing[str] = UNSET,
|
|
1953
2035
|
commit_message: Missing[str] = UNSET,
|
|
1954
2036
|
sha: Missing[str] = UNSET,
|
|
@@ -1962,6 +2044,7 @@ class PullsClient:
|
|
|
1962
2044
|
pull_number: int,
|
|
1963
2045
|
*,
|
|
1964
2046
|
headers: Optional[Mapping[str, str]] = None,
|
|
2047
|
+
stream: bool = False,
|
|
1965
2048
|
data: Missing[
|
|
1966
2049
|
Union[ReposOwnerRepoPullsPullNumberMergePutBodyType, None]
|
|
1967
2050
|
] = UNSET,
|
|
@@ -2008,6 +2091,7 @@ class PullsClient:
|
|
|
2008
2091
|
url,
|
|
2009
2092
|
json=exclude_unset(json),
|
|
2010
2093
|
headers=exclude_unset(headers),
|
|
2094
|
+
stream=stream,
|
|
2011
2095
|
response_model=PullRequestMergeResult,
|
|
2012
2096
|
error_models={
|
|
2013
2097
|
"405": ReposOwnerRepoPullsPullNumberMergePutResponse405,
|
|
@@ -2025,6 +2109,7 @@ class PullsClient:
|
|
|
2025
2109
|
pull_number: int,
|
|
2026
2110
|
*,
|
|
2027
2111
|
headers: Optional[Mapping[str, str]] = None,
|
|
2112
|
+
stream: bool = False,
|
|
2028
2113
|
) -> Response[PullRequestReviewRequest, PullRequestReviewRequestType]:
|
|
2029
2114
|
"""pulls/list-requested-reviewers
|
|
2030
2115
|
|
|
@@ -2045,6 +2130,7 @@ class PullsClient:
|
|
|
2045
2130
|
"GET",
|
|
2046
2131
|
url,
|
|
2047
2132
|
headers=exclude_unset(headers),
|
|
2133
|
+
stream=stream,
|
|
2048
2134
|
response_model=PullRequestReviewRequest,
|
|
2049
2135
|
)
|
|
2050
2136
|
|
|
@@ -2055,6 +2141,7 @@ class PullsClient:
|
|
|
2055
2141
|
pull_number: int,
|
|
2056
2142
|
*,
|
|
2057
2143
|
headers: Optional[Mapping[str, str]] = None,
|
|
2144
|
+
stream: bool = False,
|
|
2058
2145
|
) -> Response[PullRequestReviewRequest, PullRequestReviewRequestType]:
|
|
2059
2146
|
"""pulls/list-requested-reviewers
|
|
2060
2147
|
|
|
@@ -2075,6 +2162,7 @@ class PullsClient:
|
|
|
2075
2162
|
"GET",
|
|
2076
2163
|
url,
|
|
2077
2164
|
headers=exclude_unset(headers),
|
|
2165
|
+
stream=stream,
|
|
2078
2166
|
response_model=PullRequestReviewRequest,
|
|
2079
2167
|
)
|
|
2080
2168
|
|
|
@@ -2086,6 +2174,7 @@ class PullsClient:
|
|
|
2086
2174
|
pull_number: int,
|
|
2087
2175
|
*,
|
|
2088
2176
|
headers: Optional[Mapping[str, str]] = None,
|
|
2177
|
+
stream: bool = False,
|
|
2089
2178
|
data: Missing[
|
|
2090
2179
|
Union[
|
|
2091
2180
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type,
|
|
@@ -2103,6 +2192,7 @@ class PullsClient:
|
|
|
2103
2192
|
*,
|
|
2104
2193
|
data: UnsetType = UNSET,
|
|
2105
2194
|
headers: Optional[Mapping[str, str]] = None,
|
|
2195
|
+
stream: bool = False,
|
|
2106
2196
|
reviewers: list[str],
|
|
2107
2197
|
team_reviewers: Missing[list[str]] = UNSET,
|
|
2108
2198
|
) -> Response[PullRequestSimple, PullRequestSimpleType]: ...
|
|
@@ -2116,6 +2206,7 @@ class PullsClient:
|
|
|
2116
2206
|
*,
|
|
2117
2207
|
data: UnsetType = UNSET,
|
|
2118
2208
|
headers: Optional[Mapping[str, str]] = None,
|
|
2209
|
+
stream: bool = False,
|
|
2119
2210
|
reviewers: Missing[list[str]] = UNSET,
|
|
2120
2211
|
team_reviewers: list[str],
|
|
2121
2212
|
) -> Response[PullRequestSimple, PullRequestSimpleType]: ...
|
|
@@ -2127,6 +2218,7 @@ class PullsClient:
|
|
|
2127
2218
|
pull_number: int,
|
|
2128
2219
|
*,
|
|
2129
2220
|
headers: Optional[Mapping[str, str]] = None,
|
|
2221
|
+
stream: bool = False,
|
|
2130
2222
|
data: Missing[
|
|
2131
2223
|
Union[
|
|
2132
2224
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type,
|
|
@@ -2178,6 +2270,7 @@ class PullsClient:
|
|
|
2178
2270
|
url,
|
|
2179
2271
|
json=exclude_unset(json),
|
|
2180
2272
|
headers=exclude_unset(headers),
|
|
2273
|
+
stream=stream,
|
|
2181
2274
|
response_model=PullRequestSimple,
|
|
2182
2275
|
error_models={
|
|
2183
2276
|
"403": BasicError,
|
|
@@ -2192,6 +2285,7 @@ class PullsClient:
|
|
|
2192
2285
|
pull_number: int,
|
|
2193
2286
|
*,
|
|
2194
2287
|
headers: Optional[Mapping[str, str]] = None,
|
|
2288
|
+
stream: bool = False,
|
|
2195
2289
|
data: Missing[
|
|
2196
2290
|
Union[
|
|
2197
2291
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type,
|
|
@@ -2209,6 +2303,7 @@ class PullsClient:
|
|
|
2209
2303
|
*,
|
|
2210
2304
|
data: UnsetType = UNSET,
|
|
2211
2305
|
headers: Optional[Mapping[str, str]] = None,
|
|
2306
|
+
stream: bool = False,
|
|
2212
2307
|
reviewers: list[str],
|
|
2213
2308
|
team_reviewers: Missing[list[str]] = UNSET,
|
|
2214
2309
|
) -> Response[PullRequestSimple, PullRequestSimpleType]: ...
|
|
@@ -2222,6 +2317,7 @@ class PullsClient:
|
|
|
2222
2317
|
*,
|
|
2223
2318
|
data: UnsetType = UNSET,
|
|
2224
2319
|
headers: Optional[Mapping[str, str]] = None,
|
|
2320
|
+
stream: bool = False,
|
|
2225
2321
|
reviewers: Missing[list[str]] = UNSET,
|
|
2226
2322
|
team_reviewers: list[str],
|
|
2227
2323
|
) -> Response[PullRequestSimple, PullRequestSimpleType]: ...
|
|
@@ -2233,6 +2329,7 @@ class PullsClient:
|
|
|
2233
2329
|
pull_number: int,
|
|
2234
2330
|
*,
|
|
2235
2331
|
headers: Optional[Mapping[str, str]] = None,
|
|
2332
|
+
stream: bool = False,
|
|
2236
2333
|
data: Missing[
|
|
2237
2334
|
Union[
|
|
2238
2335
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type,
|
|
@@ -2284,6 +2381,7 @@ class PullsClient:
|
|
|
2284
2381
|
url,
|
|
2285
2382
|
json=exclude_unset(json),
|
|
2286
2383
|
headers=exclude_unset(headers),
|
|
2384
|
+
stream=stream,
|
|
2287
2385
|
response_model=PullRequestSimple,
|
|
2288
2386
|
error_models={
|
|
2289
2387
|
"403": BasicError,
|
|
@@ -2298,6 +2396,7 @@ class PullsClient:
|
|
|
2298
2396
|
pull_number: int,
|
|
2299
2397
|
*,
|
|
2300
2398
|
headers: Optional[Mapping[str, str]] = None,
|
|
2399
|
+
stream: bool = False,
|
|
2301
2400
|
data: ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType,
|
|
2302
2401
|
) -> Response[PullRequestSimple, PullRequestSimpleType]: ...
|
|
2303
2402
|
|
|
@@ -2310,6 +2409,7 @@ class PullsClient:
|
|
|
2310
2409
|
*,
|
|
2311
2410
|
data: UnsetType = UNSET,
|
|
2312
2411
|
headers: Optional[Mapping[str, str]] = None,
|
|
2412
|
+
stream: bool = False,
|
|
2313
2413
|
reviewers: list[str],
|
|
2314
2414
|
team_reviewers: Missing[list[str]] = UNSET,
|
|
2315
2415
|
) -> Response[PullRequestSimple, PullRequestSimpleType]: ...
|
|
@@ -2321,6 +2421,7 @@ class PullsClient:
|
|
|
2321
2421
|
pull_number: int,
|
|
2322
2422
|
*,
|
|
2323
2423
|
headers: Optional[Mapping[str, str]] = None,
|
|
2424
|
+
stream: bool = False,
|
|
2324
2425
|
data: Missing[
|
|
2325
2426
|
ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType
|
|
2326
2427
|
] = UNSET,
|
|
@@ -2361,6 +2462,7 @@ class PullsClient:
|
|
|
2361
2462
|
url,
|
|
2362
2463
|
json=exclude_unset(json),
|
|
2363
2464
|
headers=exclude_unset(headers),
|
|
2465
|
+
stream=stream,
|
|
2364
2466
|
response_model=PullRequestSimple,
|
|
2365
2467
|
error_models={
|
|
2366
2468
|
"422": ValidationError,
|
|
@@ -2375,6 +2477,7 @@ class PullsClient:
|
|
|
2375
2477
|
pull_number: int,
|
|
2376
2478
|
*,
|
|
2377
2479
|
headers: Optional[Mapping[str, str]] = None,
|
|
2480
|
+
stream: bool = False,
|
|
2378
2481
|
data: ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType,
|
|
2379
2482
|
) -> Response[PullRequestSimple, PullRequestSimpleType]: ...
|
|
2380
2483
|
|
|
@@ -2387,6 +2490,7 @@ class PullsClient:
|
|
|
2387
2490
|
*,
|
|
2388
2491
|
data: UnsetType = UNSET,
|
|
2389
2492
|
headers: Optional[Mapping[str, str]] = None,
|
|
2493
|
+
stream: bool = False,
|
|
2390
2494
|
reviewers: list[str],
|
|
2391
2495
|
team_reviewers: Missing[list[str]] = UNSET,
|
|
2392
2496
|
) -> Response[PullRequestSimple, PullRequestSimpleType]: ...
|
|
@@ -2398,6 +2502,7 @@ class PullsClient:
|
|
|
2398
2502
|
pull_number: int,
|
|
2399
2503
|
*,
|
|
2400
2504
|
headers: Optional[Mapping[str, str]] = None,
|
|
2505
|
+
stream: bool = False,
|
|
2401
2506
|
data: Missing[
|
|
2402
2507
|
ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType
|
|
2403
2508
|
] = UNSET,
|
|
@@ -2438,6 +2543,7 @@ class PullsClient:
|
|
|
2438
2543
|
url,
|
|
2439
2544
|
json=exclude_unset(json),
|
|
2440
2545
|
headers=exclude_unset(headers),
|
|
2546
|
+
stream=stream,
|
|
2441
2547
|
response_model=PullRequestSimple,
|
|
2442
2548
|
error_models={
|
|
2443
2549
|
"422": ValidationError,
|
|
@@ -2453,6 +2559,7 @@ class PullsClient:
|
|
|
2453
2559
|
per_page: Missing[int] = UNSET,
|
|
2454
2560
|
page: Missing[int] = UNSET,
|
|
2455
2561
|
headers: Optional[Mapping[str, str]] = None,
|
|
2562
|
+
stream: bool = False,
|
|
2456
2563
|
) -> Response[list[PullRequestReview], list[PullRequestReviewType]]:
|
|
2457
2564
|
"""pulls/list-reviews
|
|
2458
2565
|
|
|
@@ -2486,6 +2593,7 @@ class PullsClient:
|
|
|
2486
2593
|
url,
|
|
2487
2594
|
params=exclude_unset(params),
|
|
2488
2595
|
headers=exclude_unset(headers),
|
|
2596
|
+
stream=stream,
|
|
2489
2597
|
response_model=list[PullRequestReview],
|
|
2490
2598
|
)
|
|
2491
2599
|
|
|
@@ -2498,6 +2606,7 @@ class PullsClient:
|
|
|
2498
2606
|
per_page: Missing[int] = UNSET,
|
|
2499
2607
|
page: Missing[int] = UNSET,
|
|
2500
2608
|
headers: Optional[Mapping[str, str]] = None,
|
|
2609
|
+
stream: bool = False,
|
|
2501
2610
|
) -> Response[list[PullRequestReview], list[PullRequestReviewType]]:
|
|
2502
2611
|
"""pulls/list-reviews
|
|
2503
2612
|
|
|
@@ -2531,6 +2640,7 @@ class PullsClient:
|
|
|
2531
2640
|
url,
|
|
2532
2641
|
params=exclude_unset(params),
|
|
2533
2642
|
headers=exclude_unset(headers),
|
|
2643
|
+
stream=stream,
|
|
2534
2644
|
response_model=list[PullRequestReview],
|
|
2535
2645
|
)
|
|
2536
2646
|
|
|
@@ -2542,6 +2652,7 @@ class PullsClient:
|
|
|
2542
2652
|
pull_number: int,
|
|
2543
2653
|
*,
|
|
2544
2654
|
headers: Optional[Mapping[str, str]] = None,
|
|
2655
|
+
stream: bool = False,
|
|
2545
2656
|
data: Missing[ReposOwnerRepoPullsPullNumberReviewsPostBodyType] = UNSET,
|
|
2546
2657
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
2547
2658
|
|
|
@@ -2554,6 +2665,7 @@ class PullsClient:
|
|
|
2554
2665
|
*,
|
|
2555
2666
|
data: UnsetType = UNSET,
|
|
2556
2667
|
headers: Optional[Mapping[str, str]] = None,
|
|
2668
|
+
stream: bool = False,
|
|
2557
2669
|
commit_id: Missing[str] = UNSET,
|
|
2558
2670
|
body: Missing[str] = UNSET,
|
|
2559
2671
|
event: Missing[Literal["APPROVE", "REQUEST_CHANGES", "COMMENT"]] = UNSET,
|
|
@@ -2569,6 +2681,7 @@ class PullsClient:
|
|
|
2569
2681
|
pull_number: int,
|
|
2570
2682
|
*,
|
|
2571
2683
|
headers: Optional[Mapping[str, str]] = None,
|
|
2684
|
+
stream: bool = False,
|
|
2572
2685
|
data: Missing[ReposOwnerRepoPullsPullNumberReviewsPostBodyType] = UNSET,
|
|
2573
2686
|
**kwargs,
|
|
2574
2687
|
) -> Response[PullRequestReview, PullRequestReviewType]:
|
|
@@ -2624,6 +2737,7 @@ class PullsClient:
|
|
|
2624
2737
|
url,
|
|
2625
2738
|
json=exclude_unset(json),
|
|
2626
2739
|
headers=exclude_unset(headers),
|
|
2740
|
+
stream=stream,
|
|
2627
2741
|
response_model=PullRequestReview,
|
|
2628
2742
|
error_models={
|
|
2629
2743
|
"422": ValidationErrorSimple,
|
|
@@ -2639,6 +2753,7 @@ class PullsClient:
|
|
|
2639
2753
|
pull_number: int,
|
|
2640
2754
|
*,
|
|
2641
2755
|
headers: Optional[Mapping[str, str]] = None,
|
|
2756
|
+
stream: bool = False,
|
|
2642
2757
|
data: Missing[ReposOwnerRepoPullsPullNumberReviewsPostBodyType] = UNSET,
|
|
2643
2758
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
2644
2759
|
|
|
@@ -2651,6 +2766,7 @@ class PullsClient:
|
|
|
2651
2766
|
*,
|
|
2652
2767
|
data: UnsetType = UNSET,
|
|
2653
2768
|
headers: Optional[Mapping[str, str]] = None,
|
|
2769
|
+
stream: bool = False,
|
|
2654
2770
|
commit_id: Missing[str] = UNSET,
|
|
2655
2771
|
body: Missing[str] = UNSET,
|
|
2656
2772
|
event: Missing[Literal["APPROVE", "REQUEST_CHANGES", "COMMENT"]] = UNSET,
|
|
@@ -2666,6 +2782,7 @@ class PullsClient:
|
|
|
2666
2782
|
pull_number: int,
|
|
2667
2783
|
*,
|
|
2668
2784
|
headers: Optional[Mapping[str, str]] = None,
|
|
2785
|
+
stream: bool = False,
|
|
2669
2786
|
data: Missing[ReposOwnerRepoPullsPullNumberReviewsPostBodyType] = UNSET,
|
|
2670
2787
|
**kwargs,
|
|
2671
2788
|
) -> Response[PullRequestReview, PullRequestReviewType]:
|
|
@@ -2721,6 +2838,7 @@ class PullsClient:
|
|
|
2721
2838
|
url,
|
|
2722
2839
|
json=exclude_unset(json),
|
|
2723
2840
|
headers=exclude_unset(headers),
|
|
2841
|
+
stream=stream,
|
|
2724
2842
|
response_model=PullRequestReview,
|
|
2725
2843
|
error_models={
|
|
2726
2844
|
"422": ValidationErrorSimple,
|
|
@@ -2736,6 +2854,7 @@ class PullsClient:
|
|
|
2736
2854
|
review_id: int,
|
|
2737
2855
|
*,
|
|
2738
2856
|
headers: Optional[Mapping[str, str]] = None,
|
|
2857
|
+
stream: bool = False,
|
|
2739
2858
|
) -> Response[PullRequestReview, PullRequestReviewType]:
|
|
2740
2859
|
"""pulls/get-review
|
|
2741
2860
|
|
|
@@ -2763,6 +2882,7 @@ class PullsClient:
|
|
|
2763
2882
|
"GET",
|
|
2764
2883
|
url,
|
|
2765
2884
|
headers=exclude_unset(headers),
|
|
2885
|
+
stream=stream,
|
|
2766
2886
|
response_model=PullRequestReview,
|
|
2767
2887
|
error_models={
|
|
2768
2888
|
"404": BasicError,
|
|
@@ -2777,6 +2897,7 @@ class PullsClient:
|
|
|
2777
2897
|
review_id: int,
|
|
2778
2898
|
*,
|
|
2779
2899
|
headers: Optional[Mapping[str, str]] = None,
|
|
2900
|
+
stream: bool = False,
|
|
2780
2901
|
) -> Response[PullRequestReview, PullRequestReviewType]:
|
|
2781
2902
|
"""pulls/get-review
|
|
2782
2903
|
|
|
@@ -2804,6 +2925,7 @@ class PullsClient:
|
|
|
2804
2925
|
"GET",
|
|
2805
2926
|
url,
|
|
2806
2927
|
headers=exclude_unset(headers),
|
|
2928
|
+
stream=stream,
|
|
2807
2929
|
response_model=PullRequestReview,
|
|
2808
2930
|
error_models={
|
|
2809
2931
|
"404": BasicError,
|
|
@@ -2819,6 +2941,7 @@ class PullsClient:
|
|
|
2819
2941
|
review_id: int,
|
|
2820
2942
|
*,
|
|
2821
2943
|
headers: Optional[Mapping[str, str]] = None,
|
|
2944
|
+
stream: bool = False,
|
|
2822
2945
|
data: ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType,
|
|
2823
2946
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
2824
2947
|
|
|
@@ -2832,6 +2955,7 @@ class PullsClient:
|
|
|
2832
2955
|
*,
|
|
2833
2956
|
data: UnsetType = UNSET,
|
|
2834
2957
|
headers: Optional[Mapping[str, str]] = None,
|
|
2958
|
+
stream: bool = False,
|
|
2835
2959
|
body: str,
|
|
2836
2960
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
2837
2961
|
|
|
@@ -2843,6 +2967,7 @@ class PullsClient:
|
|
|
2843
2967
|
review_id: int,
|
|
2844
2968
|
*,
|
|
2845
2969
|
headers: Optional[Mapping[str, str]] = None,
|
|
2970
|
+
stream: bool = False,
|
|
2846
2971
|
data: Missing[ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType] = UNSET,
|
|
2847
2972
|
**kwargs,
|
|
2848
2973
|
) -> Response[PullRequestReview, PullRequestReviewType]:
|
|
@@ -2888,6 +3013,7 @@ class PullsClient:
|
|
|
2888
3013
|
url,
|
|
2889
3014
|
json=exclude_unset(json),
|
|
2890
3015
|
headers=exclude_unset(headers),
|
|
3016
|
+
stream=stream,
|
|
2891
3017
|
response_model=PullRequestReview,
|
|
2892
3018
|
error_models={
|
|
2893
3019
|
"422": ValidationErrorSimple,
|
|
@@ -2903,6 +3029,7 @@ class PullsClient:
|
|
|
2903
3029
|
review_id: int,
|
|
2904
3030
|
*,
|
|
2905
3031
|
headers: Optional[Mapping[str, str]] = None,
|
|
3032
|
+
stream: bool = False,
|
|
2906
3033
|
data: ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType,
|
|
2907
3034
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
2908
3035
|
|
|
@@ -2916,6 +3043,7 @@ class PullsClient:
|
|
|
2916
3043
|
*,
|
|
2917
3044
|
data: UnsetType = UNSET,
|
|
2918
3045
|
headers: Optional[Mapping[str, str]] = None,
|
|
3046
|
+
stream: bool = False,
|
|
2919
3047
|
body: str,
|
|
2920
3048
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
2921
3049
|
|
|
@@ -2927,6 +3055,7 @@ class PullsClient:
|
|
|
2927
3055
|
review_id: int,
|
|
2928
3056
|
*,
|
|
2929
3057
|
headers: Optional[Mapping[str, str]] = None,
|
|
3058
|
+
stream: bool = False,
|
|
2930
3059
|
data: Missing[ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType] = UNSET,
|
|
2931
3060
|
**kwargs,
|
|
2932
3061
|
) -> Response[PullRequestReview, PullRequestReviewType]:
|
|
@@ -2972,6 +3101,7 @@ class PullsClient:
|
|
|
2972
3101
|
url,
|
|
2973
3102
|
json=exclude_unset(json),
|
|
2974
3103
|
headers=exclude_unset(headers),
|
|
3104
|
+
stream=stream,
|
|
2975
3105
|
response_model=PullRequestReview,
|
|
2976
3106
|
error_models={
|
|
2977
3107
|
"422": ValidationErrorSimple,
|
|
@@ -2986,6 +3116,7 @@ class PullsClient:
|
|
|
2986
3116
|
review_id: int,
|
|
2987
3117
|
*,
|
|
2988
3118
|
headers: Optional[Mapping[str, str]] = None,
|
|
3119
|
+
stream: bool = False,
|
|
2989
3120
|
) -> Response[PullRequestReview, PullRequestReviewType]:
|
|
2990
3121
|
"""pulls/delete-pending-review
|
|
2991
3122
|
|
|
@@ -3013,6 +3144,7 @@ class PullsClient:
|
|
|
3013
3144
|
"DELETE",
|
|
3014
3145
|
url,
|
|
3015
3146
|
headers=exclude_unset(headers),
|
|
3147
|
+
stream=stream,
|
|
3016
3148
|
response_model=PullRequestReview,
|
|
3017
3149
|
error_models={
|
|
3018
3150
|
"422": ValidationErrorSimple,
|
|
@@ -3028,6 +3160,7 @@ class PullsClient:
|
|
|
3028
3160
|
review_id: int,
|
|
3029
3161
|
*,
|
|
3030
3162
|
headers: Optional[Mapping[str, str]] = None,
|
|
3163
|
+
stream: bool = False,
|
|
3031
3164
|
) -> Response[PullRequestReview, PullRequestReviewType]:
|
|
3032
3165
|
"""pulls/delete-pending-review
|
|
3033
3166
|
|
|
@@ -3055,6 +3188,7 @@ class PullsClient:
|
|
|
3055
3188
|
"DELETE",
|
|
3056
3189
|
url,
|
|
3057
3190
|
headers=exclude_unset(headers),
|
|
3191
|
+
stream=stream,
|
|
3058
3192
|
response_model=PullRequestReview,
|
|
3059
3193
|
error_models={
|
|
3060
3194
|
"422": ValidationErrorSimple,
|
|
@@ -3072,6 +3206,7 @@ class PullsClient:
|
|
|
3072
3206
|
per_page: Missing[int] = UNSET,
|
|
3073
3207
|
page: Missing[int] = UNSET,
|
|
3074
3208
|
headers: Optional[Mapping[str, str]] = None,
|
|
3209
|
+
stream: bool = False,
|
|
3075
3210
|
) -> Response[list[ReviewComment], list[ReviewCommentType]]:
|
|
3076
3211
|
"""pulls/list-comments-for-review
|
|
3077
3212
|
|
|
@@ -3105,6 +3240,7 @@ class PullsClient:
|
|
|
3105
3240
|
url,
|
|
3106
3241
|
params=exclude_unset(params),
|
|
3107
3242
|
headers=exclude_unset(headers),
|
|
3243
|
+
stream=stream,
|
|
3108
3244
|
response_model=list[ReviewComment],
|
|
3109
3245
|
error_models={
|
|
3110
3246
|
"404": BasicError,
|
|
@@ -3121,6 +3257,7 @@ class PullsClient:
|
|
|
3121
3257
|
per_page: Missing[int] = UNSET,
|
|
3122
3258
|
page: Missing[int] = UNSET,
|
|
3123
3259
|
headers: Optional[Mapping[str, str]] = None,
|
|
3260
|
+
stream: bool = False,
|
|
3124
3261
|
) -> Response[list[ReviewComment], list[ReviewCommentType]]:
|
|
3125
3262
|
"""pulls/list-comments-for-review
|
|
3126
3263
|
|
|
@@ -3154,6 +3291,7 @@ class PullsClient:
|
|
|
3154
3291
|
url,
|
|
3155
3292
|
params=exclude_unset(params),
|
|
3156
3293
|
headers=exclude_unset(headers),
|
|
3294
|
+
stream=stream,
|
|
3157
3295
|
response_model=list[ReviewComment],
|
|
3158
3296
|
error_models={
|
|
3159
3297
|
"404": BasicError,
|
|
@@ -3169,6 +3307,7 @@ class PullsClient:
|
|
|
3169
3307
|
review_id: int,
|
|
3170
3308
|
*,
|
|
3171
3309
|
headers: Optional[Mapping[str, str]] = None,
|
|
3310
|
+
stream: bool = False,
|
|
3172
3311
|
data: ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType,
|
|
3173
3312
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
3174
3313
|
|
|
@@ -3182,6 +3321,7 @@ class PullsClient:
|
|
|
3182
3321
|
*,
|
|
3183
3322
|
data: UnsetType = UNSET,
|
|
3184
3323
|
headers: Optional[Mapping[str, str]] = None,
|
|
3324
|
+
stream: bool = False,
|
|
3185
3325
|
message: str,
|
|
3186
3326
|
event: Missing[Literal["DISMISS"]] = UNSET,
|
|
3187
3327
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
@@ -3194,6 +3334,7 @@ class PullsClient:
|
|
|
3194
3334
|
review_id: int,
|
|
3195
3335
|
*,
|
|
3196
3336
|
headers: Optional[Mapping[str, str]] = None,
|
|
3337
|
+
stream: bool = False,
|
|
3197
3338
|
data: Missing[
|
|
3198
3339
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType
|
|
3199
3340
|
] = UNSET,
|
|
@@ -3247,6 +3388,7 @@ class PullsClient:
|
|
|
3247
3388
|
url,
|
|
3248
3389
|
json=exclude_unset(json),
|
|
3249
3390
|
headers=exclude_unset(headers),
|
|
3391
|
+
stream=stream,
|
|
3250
3392
|
response_model=PullRequestReview,
|
|
3251
3393
|
error_models={
|
|
3252
3394
|
"404": BasicError,
|
|
@@ -3263,6 +3405,7 @@ class PullsClient:
|
|
|
3263
3405
|
review_id: int,
|
|
3264
3406
|
*,
|
|
3265
3407
|
headers: Optional[Mapping[str, str]] = None,
|
|
3408
|
+
stream: bool = False,
|
|
3266
3409
|
data: ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType,
|
|
3267
3410
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
3268
3411
|
|
|
@@ -3276,6 +3419,7 @@ class PullsClient:
|
|
|
3276
3419
|
*,
|
|
3277
3420
|
data: UnsetType = UNSET,
|
|
3278
3421
|
headers: Optional[Mapping[str, str]] = None,
|
|
3422
|
+
stream: bool = False,
|
|
3279
3423
|
message: str,
|
|
3280
3424
|
event: Missing[Literal["DISMISS"]] = UNSET,
|
|
3281
3425
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
@@ -3288,6 +3432,7 @@ class PullsClient:
|
|
|
3288
3432
|
review_id: int,
|
|
3289
3433
|
*,
|
|
3290
3434
|
headers: Optional[Mapping[str, str]] = None,
|
|
3435
|
+
stream: bool = False,
|
|
3291
3436
|
data: Missing[
|
|
3292
3437
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType
|
|
3293
3438
|
] = UNSET,
|
|
@@ -3341,6 +3486,7 @@ class PullsClient:
|
|
|
3341
3486
|
url,
|
|
3342
3487
|
json=exclude_unset(json),
|
|
3343
3488
|
headers=exclude_unset(headers),
|
|
3489
|
+
stream=stream,
|
|
3344
3490
|
response_model=PullRequestReview,
|
|
3345
3491
|
error_models={
|
|
3346
3492
|
"404": BasicError,
|
|
@@ -3357,6 +3503,7 @@ class PullsClient:
|
|
|
3357
3503
|
review_id: int,
|
|
3358
3504
|
*,
|
|
3359
3505
|
headers: Optional[Mapping[str, str]] = None,
|
|
3506
|
+
stream: bool = False,
|
|
3360
3507
|
data: ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType,
|
|
3361
3508
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
3362
3509
|
|
|
@@ -3370,6 +3517,7 @@ class PullsClient:
|
|
|
3370
3517
|
*,
|
|
3371
3518
|
data: UnsetType = UNSET,
|
|
3372
3519
|
headers: Optional[Mapping[str, str]] = None,
|
|
3520
|
+
stream: bool = False,
|
|
3373
3521
|
body: Missing[str] = UNSET,
|
|
3374
3522
|
event: Literal["APPROVE", "REQUEST_CHANGES", "COMMENT"],
|
|
3375
3523
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
@@ -3382,6 +3530,7 @@ class PullsClient:
|
|
|
3382
3530
|
review_id: int,
|
|
3383
3531
|
*,
|
|
3384
3532
|
headers: Optional[Mapping[str, str]] = None,
|
|
3533
|
+
stream: bool = False,
|
|
3385
3534
|
data: Missing[
|
|
3386
3535
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType
|
|
3387
3536
|
] = UNSET,
|
|
@@ -3430,6 +3579,7 @@ class PullsClient:
|
|
|
3430
3579
|
url,
|
|
3431
3580
|
json=exclude_unset(json),
|
|
3432
3581
|
headers=exclude_unset(headers),
|
|
3582
|
+
stream=stream,
|
|
3433
3583
|
response_model=PullRequestReview,
|
|
3434
3584
|
error_models={
|
|
3435
3585
|
"404": BasicError,
|
|
@@ -3447,6 +3597,7 @@ class PullsClient:
|
|
|
3447
3597
|
review_id: int,
|
|
3448
3598
|
*,
|
|
3449
3599
|
headers: Optional[Mapping[str, str]] = None,
|
|
3600
|
+
stream: bool = False,
|
|
3450
3601
|
data: ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType,
|
|
3451
3602
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
3452
3603
|
|
|
@@ -3460,6 +3611,7 @@ class PullsClient:
|
|
|
3460
3611
|
*,
|
|
3461
3612
|
data: UnsetType = UNSET,
|
|
3462
3613
|
headers: Optional[Mapping[str, str]] = None,
|
|
3614
|
+
stream: bool = False,
|
|
3463
3615
|
body: Missing[str] = UNSET,
|
|
3464
3616
|
event: Literal["APPROVE", "REQUEST_CHANGES", "COMMENT"],
|
|
3465
3617
|
) -> Response[PullRequestReview, PullRequestReviewType]: ...
|
|
@@ -3472,6 +3624,7 @@ class PullsClient:
|
|
|
3472
3624
|
review_id: int,
|
|
3473
3625
|
*,
|
|
3474
3626
|
headers: Optional[Mapping[str, str]] = None,
|
|
3627
|
+
stream: bool = False,
|
|
3475
3628
|
data: Missing[
|
|
3476
3629
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType
|
|
3477
3630
|
] = UNSET,
|
|
@@ -3520,6 +3673,7 @@ class PullsClient:
|
|
|
3520
3673
|
url,
|
|
3521
3674
|
json=exclude_unset(json),
|
|
3522
3675
|
headers=exclude_unset(headers),
|
|
3676
|
+
stream=stream,
|
|
3523
3677
|
response_model=PullRequestReview,
|
|
3524
3678
|
error_models={
|
|
3525
3679
|
"404": BasicError,
|
|
@@ -3536,6 +3690,7 @@ class PullsClient:
|
|
|
3536
3690
|
pull_number: int,
|
|
3537
3691
|
*,
|
|
3538
3692
|
headers: Optional[Mapping[str, str]] = None,
|
|
3693
|
+
stream: bool = False,
|
|
3539
3694
|
data: Missing[
|
|
3540
3695
|
Union[ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType, None]
|
|
3541
3696
|
] = UNSET,
|
|
@@ -3553,6 +3708,7 @@ class PullsClient:
|
|
|
3553
3708
|
*,
|
|
3554
3709
|
data: UnsetType = UNSET,
|
|
3555
3710
|
headers: Optional[Mapping[str, str]] = None,
|
|
3711
|
+
stream: bool = False,
|
|
3556
3712
|
expected_head_sha: Missing[str] = UNSET,
|
|
3557
3713
|
) -> Response[
|
|
3558
3714
|
ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202,
|
|
@@ -3566,6 +3722,7 @@ class PullsClient:
|
|
|
3566
3722
|
pull_number: int,
|
|
3567
3723
|
*,
|
|
3568
3724
|
headers: Optional[Mapping[str, str]] = None,
|
|
3725
|
+
stream: bool = False,
|
|
3569
3726
|
data: Missing[
|
|
3570
3727
|
Union[ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType, None]
|
|
3571
3728
|
] = UNSET,
|
|
@@ -3613,6 +3770,7 @@ class PullsClient:
|
|
|
3613
3770
|
url,
|
|
3614
3771
|
json=exclude_unset(json),
|
|
3615
3772
|
headers=exclude_unset(headers),
|
|
3773
|
+
stream=stream,
|
|
3616
3774
|
response_model=ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202,
|
|
3617
3775
|
error_models={
|
|
3618
3776
|
"422": ValidationError,
|
|
@@ -3628,6 +3786,7 @@ class PullsClient:
|
|
|
3628
3786
|
pull_number: int,
|
|
3629
3787
|
*,
|
|
3630
3788
|
headers: Optional[Mapping[str, str]] = None,
|
|
3789
|
+
stream: bool = False,
|
|
3631
3790
|
data: Missing[
|
|
3632
3791
|
Union[ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType, None]
|
|
3633
3792
|
] = UNSET,
|
|
@@ -3645,6 +3804,7 @@ class PullsClient:
|
|
|
3645
3804
|
*,
|
|
3646
3805
|
data: UnsetType = UNSET,
|
|
3647
3806
|
headers: Optional[Mapping[str, str]] = None,
|
|
3807
|
+
stream: bool = False,
|
|
3648
3808
|
expected_head_sha: Missing[str] = UNSET,
|
|
3649
3809
|
) -> Response[
|
|
3650
3810
|
ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202,
|
|
@@ -3658,6 +3818,7 @@ class PullsClient:
|
|
|
3658
3818
|
pull_number: int,
|
|
3659
3819
|
*,
|
|
3660
3820
|
headers: Optional[Mapping[str, str]] = None,
|
|
3821
|
+
stream: bool = False,
|
|
3661
3822
|
data: Missing[
|
|
3662
3823
|
Union[ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType, None]
|
|
3663
3824
|
] = UNSET,
|
|
@@ -3705,6 +3866,7 @@ class PullsClient:
|
|
|
3705
3866
|
url,
|
|
3706
3867
|
json=exclude_unset(json),
|
|
3707
3868
|
headers=exclude_unset(headers),
|
|
3869
|
+
stream=stream,
|
|
3708
3870
|
response_model=ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202,
|
|
3709
3871
|
error_models={
|
|
3710
3872
|
"422": ValidationError,
|