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
|
@@ -103,6 +103,7 @@ class CodeScanningClient:
|
|
|
103
103
|
Literal["critical", "high", "medium", "low", "warning", "note", "error"]
|
|
104
104
|
] = UNSET,
|
|
105
105
|
headers: Optional[Mapping[str, str]] = None,
|
|
106
|
+
stream: bool = False,
|
|
106
107
|
) -> Response[
|
|
107
108
|
list[CodeScanningOrganizationAlertItems],
|
|
108
109
|
list[CodeScanningOrganizationAlertItemsType],
|
|
@@ -148,6 +149,7 @@ class CodeScanningClient:
|
|
|
148
149
|
url,
|
|
149
150
|
params=exclude_unset(params),
|
|
150
151
|
headers=exclude_unset(headers),
|
|
152
|
+
stream=stream,
|
|
151
153
|
response_model=list[CodeScanningOrganizationAlertItems],
|
|
152
154
|
error_models={
|
|
153
155
|
"404": BasicError,
|
|
@@ -172,6 +174,7 @@ class CodeScanningClient:
|
|
|
172
174
|
Literal["critical", "high", "medium", "low", "warning", "note", "error"]
|
|
173
175
|
] = UNSET,
|
|
174
176
|
headers: Optional[Mapping[str, str]] = None,
|
|
177
|
+
stream: bool = False,
|
|
175
178
|
) -> Response[
|
|
176
179
|
list[CodeScanningOrganizationAlertItems],
|
|
177
180
|
list[CodeScanningOrganizationAlertItemsType],
|
|
@@ -217,6 +220,7 @@ class CodeScanningClient:
|
|
|
217
220
|
url,
|
|
218
221
|
params=exclude_unset(params),
|
|
219
222
|
headers=exclude_unset(headers),
|
|
223
|
+
stream=stream,
|
|
220
224
|
response_model=list[CodeScanningOrganizationAlertItems],
|
|
221
225
|
error_models={
|
|
222
226
|
"404": BasicError,
|
|
@@ -244,6 +248,7 @@ class CodeScanningClient:
|
|
|
244
248
|
Literal["critical", "high", "medium", "low", "warning", "note", "error"]
|
|
245
249
|
] = UNSET,
|
|
246
250
|
headers: Optional[Mapping[str, str]] = None,
|
|
251
|
+
stream: bool = False,
|
|
247
252
|
) -> Response[list[CodeScanningAlertItems], list[CodeScanningAlertItemsType]]:
|
|
248
253
|
"""code-scanning/list-alerts-for-repo
|
|
249
254
|
|
|
@@ -290,6 +295,7 @@ class CodeScanningClient:
|
|
|
290
295
|
url,
|
|
291
296
|
params=exclude_unset(params),
|
|
292
297
|
headers=exclude_unset(headers),
|
|
298
|
+
stream=stream,
|
|
293
299
|
response_model=list[CodeScanningAlertItems],
|
|
294
300
|
error_models={
|
|
295
301
|
"403": BasicError,
|
|
@@ -318,6 +324,7 @@ class CodeScanningClient:
|
|
|
318
324
|
Literal["critical", "high", "medium", "low", "warning", "note", "error"]
|
|
319
325
|
] = UNSET,
|
|
320
326
|
headers: Optional[Mapping[str, str]] = None,
|
|
327
|
+
stream: bool = False,
|
|
321
328
|
) -> Response[list[CodeScanningAlertItems], list[CodeScanningAlertItemsType]]:
|
|
322
329
|
"""code-scanning/list-alerts-for-repo
|
|
323
330
|
|
|
@@ -364,6 +371,7 @@ class CodeScanningClient:
|
|
|
364
371
|
url,
|
|
365
372
|
params=exclude_unset(params),
|
|
366
373
|
headers=exclude_unset(headers),
|
|
374
|
+
stream=stream,
|
|
367
375
|
response_model=list[CodeScanningAlertItems],
|
|
368
376
|
error_models={
|
|
369
377
|
"403": BasicError,
|
|
@@ -379,6 +387,7 @@ class CodeScanningClient:
|
|
|
379
387
|
alert_number: int,
|
|
380
388
|
*,
|
|
381
389
|
headers: Optional[Mapping[str, str]] = None,
|
|
390
|
+
stream: bool = False,
|
|
382
391
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]:
|
|
383
392
|
"""code-scanning/get-alert
|
|
384
393
|
|
|
@@ -405,6 +414,7 @@ class CodeScanningClient:
|
|
|
405
414
|
"GET",
|
|
406
415
|
url,
|
|
407
416
|
headers=exclude_unset(headers),
|
|
417
|
+
stream=stream,
|
|
408
418
|
response_model=CodeScanningAlert,
|
|
409
419
|
error_models={
|
|
410
420
|
"403": BasicError,
|
|
@@ -420,6 +430,7 @@ class CodeScanningClient:
|
|
|
420
430
|
alert_number: int,
|
|
421
431
|
*,
|
|
422
432
|
headers: Optional[Mapping[str, str]] = None,
|
|
433
|
+
stream: bool = False,
|
|
423
434
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]:
|
|
424
435
|
"""code-scanning/get-alert
|
|
425
436
|
|
|
@@ -446,6 +457,7 @@ class CodeScanningClient:
|
|
|
446
457
|
"GET",
|
|
447
458
|
url,
|
|
448
459
|
headers=exclude_unset(headers),
|
|
460
|
+
stream=stream,
|
|
449
461
|
response_model=CodeScanningAlert,
|
|
450
462
|
error_models={
|
|
451
463
|
"403": BasicError,
|
|
@@ -462,6 +474,7 @@ class CodeScanningClient:
|
|
|
462
474
|
alert_number: int,
|
|
463
475
|
*,
|
|
464
476
|
headers: Optional[Mapping[str, str]] = None,
|
|
477
|
+
stream: bool = False,
|
|
465
478
|
data: ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType,
|
|
466
479
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]: ...
|
|
467
480
|
|
|
@@ -474,6 +487,7 @@ class CodeScanningClient:
|
|
|
474
487
|
*,
|
|
475
488
|
data: UnsetType = UNSET,
|
|
476
489
|
headers: Optional[Mapping[str, str]] = None,
|
|
490
|
+
stream: bool = False,
|
|
477
491
|
state: Literal["open", "dismissed"],
|
|
478
492
|
dismissed_reason: Missing[
|
|
479
493
|
Union[None, Literal["false positive", "won't fix", "used in tests"]]
|
|
@@ -489,6 +503,7 @@ class CodeScanningClient:
|
|
|
489
503
|
alert_number: int,
|
|
490
504
|
*,
|
|
491
505
|
headers: Optional[Mapping[str, str]] = None,
|
|
506
|
+
stream: bool = False,
|
|
492
507
|
data: Missing[ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType] = UNSET,
|
|
493
508
|
**kwargs,
|
|
494
509
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]:
|
|
@@ -529,6 +544,7 @@ class CodeScanningClient:
|
|
|
529
544
|
url,
|
|
530
545
|
json=exclude_unset(json),
|
|
531
546
|
headers=exclude_unset(headers),
|
|
547
|
+
stream=stream,
|
|
532
548
|
response_model=CodeScanningAlert,
|
|
533
549
|
error_models={
|
|
534
550
|
"400": BasicError,
|
|
@@ -546,6 +562,7 @@ class CodeScanningClient:
|
|
|
546
562
|
alert_number: int,
|
|
547
563
|
*,
|
|
548
564
|
headers: Optional[Mapping[str, str]] = None,
|
|
565
|
+
stream: bool = False,
|
|
549
566
|
data: ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType,
|
|
550
567
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]: ...
|
|
551
568
|
|
|
@@ -558,6 +575,7 @@ class CodeScanningClient:
|
|
|
558
575
|
*,
|
|
559
576
|
data: UnsetType = UNSET,
|
|
560
577
|
headers: Optional[Mapping[str, str]] = None,
|
|
578
|
+
stream: bool = False,
|
|
561
579
|
state: Literal["open", "dismissed"],
|
|
562
580
|
dismissed_reason: Missing[
|
|
563
581
|
Union[None, Literal["false positive", "won't fix", "used in tests"]]
|
|
@@ -573,6 +591,7 @@ class CodeScanningClient:
|
|
|
573
591
|
alert_number: int,
|
|
574
592
|
*,
|
|
575
593
|
headers: Optional[Mapping[str, str]] = None,
|
|
594
|
+
stream: bool = False,
|
|
576
595
|
data: Missing[ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType] = UNSET,
|
|
577
596
|
**kwargs,
|
|
578
597
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]:
|
|
@@ -613,6 +632,7 @@ class CodeScanningClient:
|
|
|
613
632
|
url,
|
|
614
633
|
json=exclude_unset(json),
|
|
615
634
|
headers=exclude_unset(headers),
|
|
635
|
+
stream=stream,
|
|
616
636
|
response_model=CodeScanningAlert,
|
|
617
637
|
error_models={
|
|
618
638
|
"400": BasicError,
|
|
@@ -629,6 +649,7 @@ class CodeScanningClient:
|
|
|
629
649
|
alert_number: int,
|
|
630
650
|
*,
|
|
631
651
|
headers: Optional[Mapping[str, str]] = None,
|
|
652
|
+
stream: bool = False,
|
|
632
653
|
) -> Response[CodeScanningAutofix, CodeScanningAutofixType]:
|
|
633
654
|
"""code-scanning/get-autofix
|
|
634
655
|
|
|
@@ -655,6 +676,7 @@ class CodeScanningClient:
|
|
|
655
676
|
"GET",
|
|
656
677
|
url,
|
|
657
678
|
headers=exclude_unset(headers),
|
|
679
|
+
stream=stream,
|
|
658
680
|
response_model=CodeScanningAutofix,
|
|
659
681
|
error_models={
|
|
660
682
|
"400": BasicError,
|
|
@@ -671,6 +693,7 @@ class CodeScanningClient:
|
|
|
671
693
|
alert_number: int,
|
|
672
694
|
*,
|
|
673
695
|
headers: Optional[Mapping[str, str]] = None,
|
|
696
|
+
stream: bool = False,
|
|
674
697
|
) -> Response[CodeScanningAutofix, CodeScanningAutofixType]:
|
|
675
698
|
"""code-scanning/get-autofix
|
|
676
699
|
|
|
@@ -697,6 +720,7 @@ class CodeScanningClient:
|
|
|
697
720
|
"GET",
|
|
698
721
|
url,
|
|
699
722
|
headers=exclude_unset(headers),
|
|
723
|
+
stream=stream,
|
|
700
724
|
response_model=CodeScanningAutofix,
|
|
701
725
|
error_models={
|
|
702
726
|
"400": BasicError,
|
|
@@ -713,6 +737,7 @@ class CodeScanningClient:
|
|
|
713
737
|
alert_number: int,
|
|
714
738
|
*,
|
|
715
739
|
headers: Optional[Mapping[str, str]] = None,
|
|
740
|
+
stream: bool = False,
|
|
716
741
|
) -> Response[CodeScanningAutofix, CodeScanningAutofixType]:
|
|
717
742
|
"""code-scanning/create-autofix
|
|
718
743
|
|
|
@@ -743,6 +768,7 @@ class CodeScanningClient:
|
|
|
743
768
|
"POST",
|
|
744
769
|
url,
|
|
745
770
|
headers=exclude_unset(headers),
|
|
771
|
+
stream=stream,
|
|
746
772
|
response_model=CodeScanningAutofix,
|
|
747
773
|
error_models={
|
|
748
774
|
"400": BasicError,
|
|
@@ -759,6 +785,7 @@ class CodeScanningClient:
|
|
|
759
785
|
alert_number: int,
|
|
760
786
|
*,
|
|
761
787
|
headers: Optional[Mapping[str, str]] = None,
|
|
788
|
+
stream: bool = False,
|
|
762
789
|
) -> Response[CodeScanningAutofix, CodeScanningAutofixType]:
|
|
763
790
|
"""code-scanning/create-autofix
|
|
764
791
|
|
|
@@ -789,6 +816,7 @@ class CodeScanningClient:
|
|
|
789
816
|
"POST",
|
|
790
817
|
url,
|
|
791
818
|
headers=exclude_unset(headers),
|
|
819
|
+
stream=stream,
|
|
792
820
|
response_model=CodeScanningAutofix,
|
|
793
821
|
error_models={
|
|
794
822
|
"400": BasicError,
|
|
@@ -806,6 +834,7 @@ class CodeScanningClient:
|
|
|
806
834
|
alert_number: int,
|
|
807
835
|
*,
|
|
808
836
|
headers: Optional[Mapping[str, str]] = None,
|
|
837
|
+
stream: bool = False,
|
|
809
838
|
data: Missing[Union[CodeScanningAutofixCommitsType, None]] = UNSET,
|
|
810
839
|
) -> Response[
|
|
811
840
|
CodeScanningAutofixCommitsResponse, CodeScanningAutofixCommitsResponseType
|
|
@@ -820,6 +849,7 @@ class CodeScanningClient:
|
|
|
820
849
|
*,
|
|
821
850
|
data: UnsetType = UNSET,
|
|
822
851
|
headers: Optional[Mapping[str, str]] = None,
|
|
852
|
+
stream: bool = False,
|
|
823
853
|
target_ref: Missing[str] = UNSET,
|
|
824
854
|
message: Missing[str] = UNSET,
|
|
825
855
|
) -> Response[
|
|
@@ -833,6 +863,7 @@ class CodeScanningClient:
|
|
|
833
863
|
alert_number: int,
|
|
834
864
|
*,
|
|
835
865
|
headers: Optional[Mapping[str, str]] = None,
|
|
866
|
+
stream: bool = False,
|
|
836
867
|
data: Missing[Union[CodeScanningAutofixCommitsType, None]] = UNSET,
|
|
837
868
|
**kwargs,
|
|
838
869
|
) -> Response[
|
|
@@ -880,6 +911,7 @@ class CodeScanningClient:
|
|
|
880
911
|
url,
|
|
881
912
|
json=exclude_unset(json),
|
|
882
913
|
headers=exclude_unset(headers),
|
|
914
|
+
stream=stream,
|
|
883
915
|
response_model=CodeScanningAutofixCommitsResponse,
|
|
884
916
|
error_models={
|
|
885
917
|
"400": BasicError,
|
|
@@ -897,6 +929,7 @@ class CodeScanningClient:
|
|
|
897
929
|
alert_number: int,
|
|
898
930
|
*,
|
|
899
931
|
headers: Optional[Mapping[str, str]] = None,
|
|
932
|
+
stream: bool = False,
|
|
900
933
|
data: Missing[Union[CodeScanningAutofixCommitsType, None]] = UNSET,
|
|
901
934
|
) -> Response[
|
|
902
935
|
CodeScanningAutofixCommitsResponse, CodeScanningAutofixCommitsResponseType
|
|
@@ -911,6 +944,7 @@ class CodeScanningClient:
|
|
|
911
944
|
*,
|
|
912
945
|
data: UnsetType = UNSET,
|
|
913
946
|
headers: Optional[Mapping[str, str]] = None,
|
|
947
|
+
stream: bool = False,
|
|
914
948
|
target_ref: Missing[str] = UNSET,
|
|
915
949
|
message: Missing[str] = UNSET,
|
|
916
950
|
) -> Response[
|
|
@@ -924,6 +958,7 @@ class CodeScanningClient:
|
|
|
924
958
|
alert_number: int,
|
|
925
959
|
*,
|
|
926
960
|
headers: Optional[Mapping[str, str]] = None,
|
|
961
|
+
stream: bool = False,
|
|
927
962
|
data: Missing[Union[CodeScanningAutofixCommitsType, None]] = UNSET,
|
|
928
963
|
**kwargs,
|
|
929
964
|
) -> Response[
|
|
@@ -971,6 +1006,7 @@ class CodeScanningClient:
|
|
|
971
1006
|
url,
|
|
972
1007
|
json=exclude_unset(json),
|
|
973
1008
|
headers=exclude_unset(headers),
|
|
1009
|
+
stream=stream,
|
|
974
1010
|
response_model=CodeScanningAutofixCommitsResponse,
|
|
975
1011
|
error_models={
|
|
976
1012
|
"400": BasicError,
|
|
@@ -991,6 +1027,7 @@ class CodeScanningClient:
|
|
|
991
1027
|
ref: Missing[str] = UNSET,
|
|
992
1028
|
pr: Missing[int] = UNSET,
|
|
993
1029
|
headers: Optional[Mapping[str, str]] = None,
|
|
1030
|
+
stream: bool = False,
|
|
994
1031
|
) -> Response[list[CodeScanningAlertInstance], list[CodeScanningAlertInstanceType]]:
|
|
995
1032
|
"""code-scanning/list-alert-instances
|
|
996
1033
|
|
|
@@ -1025,6 +1062,7 @@ class CodeScanningClient:
|
|
|
1025
1062
|
url,
|
|
1026
1063
|
params=exclude_unset(params),
|
|
1027
1064
|
headers=exclude_unset(headers),
|
|
1065
|
+
stream=stream,
|
|
1028
1066
|
response_model=list[CodeScanningAlertInstance],
|
|
1029
1067
|
error_models={
|
|
1030
1068
|
"403": BasicError,
|
|
@@ -1044,6 +1082,7 @@ class CodeScanningClient:
|
|
|
1044
1082
|
ref: Missing[str] = UNSET,
|
|
1045
1083
|
pr: Missing[int] = UNSET,
|
|
1046
1084
|
headers: Optional[Mapping[str, str]] = None,
|
|
1085
|
+
stream: bool = False,
|
|
1047
1086
|
) -> Response[list[CodeScanningAlertInstance], list[CodeScanningAlertInstanceType]]:
|
|
1048
1087
|
"""code-scanning/list-alert-instances
|
|
1049
1088
|
|
|
@@ -1078,6 +1117,7 @@ class CodeScanningClient:
|
|
|
1078
1117
|
url,
|
|
1079
1118
|
params=exclude_unset(params),
|
|
1080
1119
|
headers=exclude_unset(headers),
|
|
1120
|
+
stream=stream,
|
|
1081
1121
|
response_model=list[CodeScanningAlertInstance],
|
|
1082
1122
|
error_models={
|
|
1083
1123
|
"403": BasicError,
|
|
@@ -1101,6 +1141,7 @@ class CodeScanningClient:
|
|
|
1101
1141
|
direction: Missing[Literal["asc", "desc"]] = UNSET,
|
|
1102
1142
|
sort: Missing[Literal["created"]] = UNSET,
|
|
1103
1143
|
headers: Optional[Mapping[str, str]] = None,
|
|
1144
|
+
stream: bool = False,
|
|
1104
1145
|
) -> Response[list[CodeScanningAnalysis], list[CodeScanningAnalysisType]]:
|
|
1105
1146
|
"""code-scanning/list-recent-analyses
|
|
1106
1147
|
|
|
@@ -1152,6 +1193,7 @@ class CodeScanningClient:
|
|
|
1152
1193
|
url,
|
|
1153
1194
|
params=exclude_unset(params),
|
|
1154
1195
|
headers=exclude_unset(headers),
|
|
1196
|
+
stream=stream,
|
|
1155
1197
|
response_model=list[CodeScanningAnalysis],
|
|
1156
1198
|
error_models={
|
|
1157
1199
|
"403": BasicError,
|
|
@@ -1175,6 +1217,7 @@ class CodeScanningClient:
|
|
|
1175
1217
|
direction: Missing[Literal["asc", "desc"]] = UNSET,
|
|
1176
1218
|
sort: Missing[Literal["created"]] = UNSET,
|
|
1177
1219
|
headers: Optional[Mapping[str, str]] = None,
|
|
1220
|
+
stream: bool = False,
|
|
1178
1221
|
) -> Response[list[CodeScanningAnalysis], list[CodeScanningAnalysisType]]:
|
|
1179
1222
|
"""code-scanning/list-recent-analyses
|
|
1180
1223
|
|
|
@@ -1226,6 +1269,7 @@ class CodeScanningClient:
|
|
|
1226
1269
|
url,
|
|
1227
1270
|
params=exclude_unset(params),
|
|
1228
1271
|
headers=exclude_unset(headers),
|
|
1272
|
+
stream=stream,
|
|
1229
1273
|
response_model=list[CodeScanningAnalysis],
|
|
1230
1274
|
error_models={
|
|
1231
1275
|
"403": BasicError,
|
|
@@ -1241,6 +1285,7 @@ class CodeScanningClient:
|
|
|
1241
1285
|
analysis_id: int,
|
|
1242
1286
|
*,
|
|
1243
1287
|
headers: Optional[Mapping[str, str]] = None,
|
|
1288
|
+
stream: bool = False,
|
|
1244
1289
|
) -> Response[CodeScanningAnalysis, CodeScanningAnalysisType]:
|
|
1245
1290
|
"""code-scanning/get-analysis
|
|
1246
1291
|
|
|
@@ -1281,6 +1326,7 @@ class CodeScanningClient:
|
|
|
1281
1326
|
"GET",
|
|
1282
1327
|
url,
|
|
1283
1328
|
headers=exclude_unset(headers),
|
|
1329
|
+
stream=stream,
|
|
1284
1330
|
response_model=CodeScanningAnalysis,
|
|
1285
1331
|
error_models={
|
|
1286
1332
|
"403": BasicError,
|
|
@@ -1297,6 +1343,7 @@ class CodeScanningClient:
|
|
|
1297
1343
|
analysis_id: int,
|
|
1298
1344
|
*,
|
|
1299
1345
|
headers: Optional[Mapping[str, str]] = None,
|
|
1346
|
+
stream: bool = False,
|
|
1300
1347
|
) -> Response[CodeScanningAnalysis, CodeScanningAnalysisType]:
|
|
1301
1348
|
"""code-scanning/get-analysis
|
|
1302
1349
|
|
|
@@ -1337,6 +1384,7 @@ class CodeScanningClient:
|
|
|
1337
1384
|
"GET",
|
|
1338
1385
|
url,
|
|
1339
1386
|
headers=exclude_unset(headers),
|
|
1387
|
+
stream=stream,
|
|
1340
1388
|
response_model=CodeScanningAnalysis,
|
|
1341
1389
|
error_models={
|
|
1342
1390
|
"403": BasicError,
|
|
@@ -1354,6 +1402,7 @@ class CodeScanningClient:
|
|
|
1354
1402
|
*,
|
|
1355
1403
|
confirm_delete: Missing[Union[str, None]] = UNSET,
|
|
1356
1404
|
headers: Optional[Mapping[str, str]] = None,
|
|
1405
|
+
stream: bool = False,
|
|
1357
1406
|
) -> Response[CodeScanningAnalysisDeletion, CodeScanningAnalysisDeletionType]:
|
|
1358
1407
|
"""code-scanning/delete-analysis
|
|
1359
1408
|
|
|
@@ -1446,6 +1495,7 @@ class CodeScanningClient:
|
|
|
1446
1495
|
url,
|
|
1447
1496
|
params=exclude_unset(params),
|
|
1448
1497
|
headers=exclude_unset(headers),
|
|
1498
|
+
stream=stream,
|
|
1449
1499
|
response_model=CodeScanningAnalysisDeletion,
|
|
1450
1500
|
error_models={
|
|
1451
1501
|
"400": BasicError,
|
|
@@ -1463,6 +1513,7 @@ class CodeScanningClient:
|
|
|
1463
1513
|
*,
|
|
1464
1514
|
confirm_delete: Missing[Union[str, None]] = UNSET,
|
|
1465
1515
|
headers: Optional[Mapping[str, str]] = None,
|
|
1516
|
+
stream: bool = False,
|
|
1466
1517
|
) -> Response[CodeScanningAnalysisDeletion, CodeScanningAnalysisDeletionType]:
|
|
1467
1518
|
"""code-scanning/delete-analysis
|
|
1468
1519
|
|
|
@@ -1555,6 +1606,7 @@ class CodeScanningClient:
|
|
|
1555
1606
|
url,
|
|
1556
1607
|
params=exclude_unset(params),
|
|
1557
1608
|
headers=exclude_unset(headers),
|
|
1609
|
+
stream=stream,
|
|
1558
1610
|
response_model=CodeScanningAnalysisDeletion,
|
|
1559
1611
|
error_models={
|
|
1560
1612
|
"400": BasicError,
|
|
@@ -1570,6 +1622,7 @@ class CodeScanningClient:
|
|
|
1570
1622
|
repo: str,
|
|
1571
1623
|
*,
|
|
1572
1624
|
headers: Optional[Mapping[str, str]] = None,
|
|
1625
|
+
stream: bool = False,
|
|
1573
1626
|
) -> Response[
|
|
1574
1627
|
list[CodeScanningCodeqlDatabase], list[CodeScanningCodeqlDatabaseType]
|
|
1575
1628
|
]:
|
|
@@ -1598,6 +1651,7 @@ class CodeScanningClient:
|
|
|
1598
1651
|
"GET",
|
|
1599
1652
|
url,
|
|
1600
1653
|
headers=exclude_unset(headers),
|
|
1654
|
+
stream=stream,
|
|
1601
1655
|
response_model=list[CodeScanningCodeqlDatabase],
|
|
1602
1656
|
error_models={
|
|
1603
1657
|
"403": BasicError,
|
|
@@ -1612,6 +1666,7 @@ class CodeScanningClient:
|
|
|
1612
1666
|
repo: str,
|
|
1613
1667
|
*,
|
|
1614
1668
|
headers: Optional[Mapping[str, str]] = None,
|
|
1669
|
+
stream: bool = False,
|
|
1615
1670
|
) -> Response[
|
|
1616
1671
|
list[CodeScanningCodeqlDatabase], list[CodeScanningCodeqlDatabaseType]
|
|
1617
1672
|
]:
|
|
@@ -1640,6 +1695,7 @@ class CodeScanningClient:
|
|
|
1640
1695
|
"GET",
|
|
1641
1696
|
url,
|
|
1642
1697
|
headers=exclude_unset(headers),
|
|
1698
|
+
stream=stream,
|
|
1643
1699
|
response_model=list[CodeScanningCodeqlDatabase],
|
|
1644
1700
|
error_models={
|
|
1645
1701
|
"403": BasicError,
|
|
@@ -1655,6 +1711,7 @@ class CodeScanningClient:
|
|
|
1655
1711
|
language: str,
|
|
1656
1712
|
*,
|
|
1657
1713
|
headers: Optional[Mapping[str, str]] = None,
|
|
1714
|
+
stream: bool = False,
|
|
1658
1715
|
) -> Response[CodeScanningCodeqlDatabase, CodeScanningCodeqlDatabaseType]:
|
|
1659
1716
|
"""code-scanning/get-codeql-database
|
|
1660
1717
|
|
|
@@ -1687,6 +1744,7 @@ class CodeScanningClient:
|
|
|
1687
1744
|
"GET",
|
|
1688
1745
|
url,
|
|
1689
1746
|
headers=exclude_unset(headers),
|
|
1747
|
+
stream=stream,
|
|
1690
1748
|
response_model=CodeScanningCodeqlDatabase,
|
|
1691
1749
|
error_models={
|
|
1692
1750
|
"403": BasicError,
|
|
@@ -1702,6 +1760,7 @@ class CodeScanningClient:
|
|
|
1702
1760
|
language: str,
|
|
1703
1761
|
*,
|
|
1704
1762
|
headers: Optional[Mapping[str, str]] = None,
|
|
1763
|
+
stream: bool = False,
|
|
1705
1764
|
) -> Response[CodeScanningCodeqlDatabase, CodeScanningCodeqlDatabaseType]:
|
|
1706
1765
|
"""code-scanning/get-codeql-database
|
|
1707
1766
|
|
|
@@ -1734,6 +1793,7 @@ class CodeScanningClient:
|
|
|
1734
1793
|
"GET",
|
|
1735
1794
|
url,
|
|
1736
1795
|
headers=exclude_unset(headers),
|
|
1796
|
+
stream=stream,
|
|
1737
1797
|
response_model=CodeScanningCodeqlDatabase,
|
|
1738
1798
|
error_models={
|
|
1739
1799
|
"403": BasicError,
|
|
@@ -1749,6 +1809,7 @@ class CodeScanningClient:
|
|
|
1749
1809
|
language: str,
|
|
1750
1810
|
*,
|
|
1751
1811
|
headers: Optional[Mapping[str, str]] = None,
|
|
1812
|
+
stream: bool = False,
|
|
1752
1813
|
) -> Response:
|
|
1753
1814
|
"""code-scanning/delete-codeql-database
|
|
1754
1815
|
|
|
@@ -1774,6 +1835,7 @@ class CodeScanningClient:
|
|
|
1774
1835
|
"DELETE",
|
|
1775
1836
|
url,
|
|
1776
1837
|
headers=exclude_unset(headers),
|
|
1838
|
+
stream=stream,
|
|
1777
1839
|
error_models={
|
|
1778
1840
|
"403": BasicError,
|
|
1779
1841
|
"404": BasicError,
|
|
@@ -1788,6 +1850,7 @@ class CodeScanningClient:
|
|
|
1788
1850
|
language: str,
|
|
1789
1851
|
*,
|
|
1790
1852
|
headers: Optional[Mapping[str, str]] = None,
|
|
1853
|
+
stream: bool = False,
|
|
1791
1854
|
) -> Response:
|
|
1792
1855
|
"""code-scanning/delete-codeql-database
|
|
1793
1856
|
|
|
@@ -1813,6 +1876,7 @@ class CodeScanningClient:
|
|
|
1813
1876
|
"DELETE",
|
|
1814
1877
|
url,
|
|
1815
1878
|
headers=exclude_unset(headers),
|
|
1879
|
+
stream=stream,
|
|
1816
1880
|
error_models={
|
|
1817
1881
|
"403": BasicError,
|
|
1818
1882
|
"404": BasicError,
|
|
@@ -1827,6 +1891,7 @@ class CodeScanningClient:
|
|
|
1827
1891
|
repo: str,
|
|
1828
1892
|
*,
|
|
1829
1893
|
headers: Optional[Mapping[str, str]] = None,
|
|
1894
|
+
stream: bool = False,
|
|
1830
1895
|
data: Union[
|
|
1831
1896
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
1832
1897
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type,
|
|
@@ -1842,6 +1907,7 @@ class CodeScanningClient:
|
|
|
1842
1907
|
*,
|
|
1843
1908
|
data: UnsetType = UNSET,
|
|
1844
1909
|
headers: Optional[Mapping[str, str]] = None,
|
|
1910
|
+
stream: bool = False,
|
|
1845
1911
|
language: Literal[
|
|
1846
1912
|
"cpp",
|
|
1847
1913
|
"csharp",
|
|
@@ -1867,6 +1933,7 @@ class CodeScanningClient:
|
|
|
1867
1933
|
*,
|
|
1868
1934
|
data: UnsetType = UNSET,
|
|
1869
1935
|
headers: Optional[Mapping[str, str]] = None,
|
|
1936
|
+
stream: bool = False,
|
|
1870
1937
|
language: Literal[
|
|
1871
1938
|
"cpp",
|
|
1872
1939
|
"csharp",
|
|
@@ -1892,6 +1959,7 @@ class CodeScanningClient:
|
|
|
1892
1959
|
*,
|
|
1893
1960
|
data: UnsetType = UNSET,
|
|
1894
1961
|
headers: Optional[Mapping[str, str]] = None,
|
|
1962
|
+
stream: bool = False,
|
|
1895
1963
|
language: Literal[
|
|
1896
1964
|
"cpp",
|
|
1897
1965
|
"csharp",
|
|
@@ -1915,6 +1983,7 @@ class CodeScanningClient:
|
|
|
1915
1983
|
repo: str,
|
|
1916
1984
|
*,
|
|
1917
1985
|
headers: Optional[Mapping[str, str]] = None,
|
|
1986
|
+
stream: bool = False,
|
|
1918
1987
|
data: Missing[
|
|
1919
1988
|
Union[
|
|
1920
1989
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
@@ -1976,6 +2045,7 @@ class CodeScanningClient:
|
|
|
1976
2045
|
url,
|
|
1977
2046
|
json=exclude_unset(json),
|
|
1978
2047
|
headers=exclude_unset(headers),
|
|
2048
|
+
stream=stream,
|
|
1979
2049
|
response_model=CodeScanningVariantAnalysis,
|
|
1980
2050
|
error_models={
|
|
1981
2051
|
"404": BasicError,
|
|
@@ -1991,6 +2061,7 @@ class CodeScanningClient:
|
|
|
1991
2061
|
repo: str,
|
|
1992
2062
|
*,
|
|
1993
2063
|
headers: Optional[Mapping[str, str]] = None,
|
|
2064
|
+
stream: bool = False,
|
|
1994
2065
|
data: Union[
|
|
1995
2066
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
1996
2067
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type,
|
|
@@ -2006,6 +2077,7 @@ class CodeScanningClient:
|
|
|
2006
2077
|
*,
|
|
2007
2078
|
data: UnsetType = UNSET,
|
|
2008
2079
|
headers: Optional[Mapping[str, str]] = None,
|
|
2080
|
+
stream: bool = False,
|
|
2009
2081
|
language: Literal[
|
|
2010
2082
|
"cpp",
|
|
2011
2083
|
"csharp",
|
|
@@ -2031,6 +2103,7 @@ class CodeScanningClient:
|
|
|
2031
2103
|
*,
|
|
2032
2104
|
data: UnsetType = UNSET,
|
|
2033
2105
|
headers: Optional[Mapping[str, str]] = None,
|
|
2106
|
+
stream: bool = False,
|
|
2034
2107
|
language: Literal[
|
|
2035
2108
|
"cpp",
|
|
2036
2109
|
"csharp",
|
|
@@ -2056,6 +2129,7 @@ class CodeScanningClient:
|
|
|
2056
2129
|
*,
|
|
2057
2130
|
data: UnsetType = UNSET,
|
|
2058
2131
|
headers: Optional[Mapping[str, str]] = None,
|
|
2132
|
+
stream: bool = False,
|
|
2059
2133
|
language: Literal[
|
|
2060
2134
|
"cpp",
|
|
2061
2135
|
"csharp",
|
|
@@ -2079,6 +2153,7 @@ class CodeScanningClient:
|
|
|
2079
2153
|
repo: str,
|
|
2080
2154
|
*,
|
|
2081
2155
|
headers: Optional[Mapping[str, str]] = None,
|
|
2156
|
+
stream: bool = False,
|
|
2082
2157
|
data: Missing[
|
|
2083
2158
|
Union[
|
|
2084
2159
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
@@ -2140,6 +2215,7 @@ class CodeScanningClient:
|
|
|
2140
2215
|
url,
|
|
2141
2216
|
json=exclude_unset(json),
|
|
2142
2217
|
headers=exclude_unset(headers),
|
|
2218
|
+
stream=stream,
|
|
2143
2219
|
response_model=CodeScanningVariantAnalysis,
|
|
2144
2220
|
error_models={
|
|
2145
2221
|
"404": BasicError,
|
|
@@ -2155,6 +2231,7 @@ class CodeScanningClient:
|
|
|
2155
2231
|
codeql_variant_analysis_id: int,
|
|
2156
2232
|
*,
|
|
2157
2233
|
headers: Optional[Mapping[str, str]] = None,
|
|
2234
|
+
stream: bool = False,
|
|
2158
2235
|
) -> Response[CodeScanningVariantAnalysis, CodeScanningVariantAnalysisType]:
|
|
2159
2236
|
"""code-scanning/get-variant-analysis
|
|
2160
2237
|
|
|
@@ -2181,6 +2258,7 @@ class CodeScanningClient:
|
|
|
2181
2258
|
"GET",
|
|
2182
2259
|
url,
|
|
2183
2260
|
headers=exclude_unset(headers),
|
|
2261
|
+
stream=stream,
|
|
2184
2262
|
response_model=CodeScanningVariantAnalysis,
|
|
2185
2263
|
error_models={
|
|
2186
2264
|
"404": BasicError,
|
|
@@ -2195,6 +2273,7 @@ class CodeScanningClient:
|
|
|
2195
2273
|
codeql_variant_analysis_id: int,
|
|
2196
2274
|
*,
|
|
2197
2275
|
headers: Optional[Mapping[str, str]] = None,
|
|
2276
|
+
stream: bool = False,
|
|
2198
2277
|
) -> Response[CodeScanningVariantAnalysis, CodeScanningVariantAnalysisType]:
|
|
2199
2278
|
"""code-scanning/get-variant-analysis
|
|
2200
2279
|
|
|
@@ -2221,6 +2300,7 @@ class CodeScanningClient:
|
|
|
2221
2300
|
"GET",
|
|
2222
2301
|
url,
|
|
2223
2302
|
headers=exclude_unset(headers),
|
|
2303
|
+
stream=stream,
|
|
2224
2304
|
response_model=CodeScanningVariantAnalysis,
|
|
2225
2305
|
error_models={
|
|
2226
2306
|
"404": BasicError,
|
|
@@ -2237,6 +2317,7 @@ class CodeScanningClient:
|
|
|
2237
2317
|
repo_name: str,
|
|
2238
2318
|
*,
|
|
2239
2319
|
headers: Optional[Mapping[str, str]] = None,
|
|
2320
|
+
stream: bool = False,
|
|
2240
2321
|
) -> Response[
|
|
2241
2322
|
CodeScanningVariantAnalysisRepoTask, CodeScanningVariantAnalysisRepoTaskType
|
|
2242
2323
|
]:
|
|
@@ -2265,6 +2346,7 @@ class CodeScanningClient:
|
|
|
2265
2346
|
"GET",
|
|
2266
2347
|
url,
|
|
2267
2348
|
headers=exclude_unset(headers),
|
|
2349
|
+
stream=stream,
|
|
2268
2350
|
response_model=CodeScanningVariantAnalysisRepoTask,
|
|
2269
2351
|
error_models={
|
|
2270
2352
|
"404": BasicError,
|
|
@@ -2281,6 +2363,7 @@ class CodeScanningClient:
|
|
|
2281
2363
|
repo_name: str,
|
|
2282
2364
|
*,
|
|
2283
2365
|
headers: Optional[Mapping[str, str]] = None,
|
|
2366
|
+
stream: bool = False,
|
|
2284
2367
|
) -> Response[
|
|
2285
2368
|
CodeScanningVariantAnalysisRepoTask, CodeScanningVariantAnalysisRepoTaskType
|
|
2286
2369
|
]:
|
|
@@ -2309,6 +2392,7 @@ class CodeScanningClient:
|
|
|
2309
2392
|
"GET",
|
|
2310
2393
|
url,
|
|
2311
2394
|
headers=exclude_unset(headers),
|
|
2395
|
+
stream=stream,
|
|
2312
2396
|
response_model=CodeScanningVariantAnalysisRepoTask,
|
|
2313
2397
|
error_models={
|
|
2314
2398
|
"404": BasicError,
|
|
@@ -2322,6 +2406,7 @@ class CodeScanningClient:
|
|
|
2322
2406
|
repo: str,
|
|
2323
2407
|
*,
|
|
2324
2408
|
headers: Optional[Mapping[str, str]] = None,
|
|
2409
|
+
stream: bool = False,
|
|
2325
2410
|
) -> Response[CodeScanningDefaultSetup, CodeScanningDefaultSetupType]:
|
|
2326
2411
|
"""code-scanning/get-default-setup
|
|
2327
2412
|
|
|
@@ -2348,6 +2433,7 @@ class CodeScanningClient:
|
|
|
2348
2433
|
"GET",
|
|
2349
2434
|
url,
|
|
2350
2435
|
headers=exclude_unset(headers),
|
|
2436
|
+
stream=stream,
|
|
2351
2437
|
response_model=CodeScanningDefaultSetup,
|
|
2352
2438
|
error_models={
|
|
2353
2439
|
"403": BasicError,
|
|
@@ -2362,6 +2448,7 @@ class CodeScanningClient:
|
|
|
2362
2448
|
repo: str,
|
|
2363
2449
|
*,
|
|
2364
2450
|
headers: Optional[Mapping[str, str]] = None,
|
|
2451
|
+
stream: bool = False,
|
|
2365
2452
|
) -> Response[CodeScanningDefaultSetup, CodeScanningDefaultSetupType]:
|
|
2366
2453
|
"""code-scanning/get-default-setup
|
|
2367
2454
|
|
|
@@ -2388,6 +2475,7 @@ class CodeScanningClient:
|
|
|
2388
2475
|
"GET",
|
|
2389
2476
|
url,
|
|
2390
2477
|
headers=exclude_unset(headers),
|
|
2478
|
+
stream=stream,
|
|
2391
2479
|
response_model=CodeScanningDefaultSetup,
|
|
2392
2480
|
error_models={
|
|
2393
2481
|
"403": BasicError,
|
|
@@ -2403,6 +2491,7 @@ class CodeScanningClient:
|
|
|
2403
2491
|
repo: str,
|
|
2404
2492
|
*,
|
|
2405
2493
|
headers: Optional[Mapping[str, str]] = None,
|
|
2494
|
+
stream: bool = False,
|
|
2406
2495
|
data: CodeScanningDefaultSetupUpdateType,
|
|
2407
2496
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
2408
2497
|
|
|
@@ -2414,6 +2503,7 @@ class CodeScanningClient:
|
|
|
2414
2503
|
*,
|
|
2415
2504
|
data: UnsetType = UNSET,
|
|
2416
2505
|
headers: Optional[Mapping[str, str]] = None,
|
|
2506
|
+
stream: bool = False,
|
|
2417
2507
|
state: Missing[Literal["configured", "not-configured"]] = UNSET,
|
|
2418
2508
|
runner_type: Missing[Literal["standard", "labeled"]] = UNSET,
|
|
2419
2509
|
runner_label: Missing[Union[str, None]] = UNSET,
|
|
@@ -2442,6 +2532,7 @@ class CodeScanningClient:
|
|
|
2442
2532
|
repo: str,
|
|
2443
2533
|
*,
|
|
2444
2534
|
headers: Optional[Mapping[str, str]] = None,
|
|
2535
|
+
stream: bool = False,
|
|
2445
2536
|
data: Missing[CodeScanningDefaultSetupUpdateType] = UNSET,
|
|
2446
2537
|
**kwargs,
|
|
2447
2538
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -2481,6 +2572,7 @@ class CodeScanningClient:
|
|
|
2481
2572
|
url,
|
|
2482
2573
|
json=exclude_unset(json),
|
|
2483
2574
|
headers=exclude_unset(headers),
|
|
2575
|
+
stream=stream,
|
|
2484
2576
|
response_model=EmptyObject,
|
|
2485
2577
|
error_models={
|
|
2486
2578
|
"403": BasicError,
|
|
@@ -2497,6 +2589,7 @@ class CodeScanningClient:
|
|
|
2497
2589
|
repo: str,
|
|
2498
2590
|
*,
|
|
2499
2591
|
headers: Optional[Mapping[str, str]] = None,
|
|
2592
|
+
stream: bool = False,
|
|
2500
2593
|
data: CodeScanningDefaultSetupUpdateType,
|
|
2501
2594
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
2502
2595
|
|
|
@@ -2508,6 +2601,7 @@ class CodeScanningClient:
|
|
|
2508
2601
|
*,
|
|
2509
2602
|
data: UnsetType = UNSET,
|
|
2510
2603
|
headers: Optional[Mapping[str, str]] = None,
|
|
2604
|
+
stream: bool = False,
|
|
2511
2605
|
state: Missing[Literal["configured", "not-configured"]] = UNSET,
|
|
2512
2606
|
runner_type: Missing[Literal["standard", "labeled"]] = UNSET,
|
|
2513
2607
|
runner_label: Missing[Union[str, None]] = UNSET,
|
|
@@ -2536,6 +2630,7 @@ class CodeScanningClient:
|
|
|
2536
2630
|
repo: str,
|
|
2537
2631
|
*,
|
|
2538
2632
|
headers: Optional[Mapping[str, str]] = None,
|
|
2633
|
+
stream: bool = False,
|
|
2539
2634
|
data: Missing[CodeScanningDefaultSetupUpdateType] = UNSET,
|
|
2540
2635
|
**kwargs,
|
|
2541
2636
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -2575,6 +2670,7 @@ class CodeScanningClient:
|
|
|
2575
2670
|
url,
|
|
2576
2671
|
json=exclude_unset(json),
|
|
2577
2672
|
headers=exclude_unset(headers),
|
|
2673
|
+
stream=stream,
|
|
2578
2674
|
response_model=EmptyObject,
|
|
2579
2675
|
error_models={
|
|
2580
2676
|
"403": BasicError,
|
|
@@ -2591,6 +2687,7 @@ class CodeScanningClient:
|
|
|
2591
2687
|
repo: str,
|
|
2592
2688
|
*,
|
|
2593
2689
|
headers: Optional[Mapping[str, str]] = None,
|
|
2690
|
+
stream: bool = False,
|
|
2594
2691
|
data: ReposOwnerRepoCodeScanningSarifsPostBodyType,
|
|
2595
2692
|
) -> Response[CodeScanningSarifsReceipt, CodeScanningSarifsReceiptType]: ...
|
|
2596
2693
|
|
|
@@ -2602,6 +2699,7 @@ class CodeScanningClient:
|
|
|
2602
2699
|
*,
|
|
2603
2700
|
data: UnsetType = UNSET,
|
|
2604
2701
|
headers: Optional[Mapping[str, str]] = None,
|
|
2702
|
+
stream: bool = False,
|
|
2605
2703
|
commit_sha: str,
|
|
2606
2704
|
ref: str,
|
|
2607
2705
|
sarif: str,
|
|
@@ -2617,6 +2715,7 @@ class CodeScanningClient:
|
|
|
2617
2715
|
repo: str,
|
|
2618
2716
|
*,
|
|
2619
2717
|
headers: Optional[Mapping[str, str]] = None,
|
|
2718
|
+
stream: bool = False,
|
|
2620
2719
|
data: Missing[ReposOwnerRepoCodeScanningSarifsPostBodyType] = UNSET,
|
|
2621
2720
|
**kwargs,
|
|
2622
2721
|
) -> Response[CodeScanningSarifsReceipt, CodeScanningSarifsReceiptType]:
|
|
@@ -2687,6 +2786,7 @@ class CodeScanningClient:
|
|
|
2687
2786
|
url,
|
|
2688
2787
|
json=exclude_unset(json),
|
|
2689
2788
|
headers=exclude_unset(headers),
|
|
2789
|
+
stream=stream,
|
|
2690
2790
|
response_model=CodeScanningSarifsReceipt,
|
|
2691
2791
|
error_models={
|
|
2692
2792
|
"403": BasicError,
|
|
@@ -2702,6 +2802,7 @@ class CodeScanningClient:
|
|
|
2702
2802
|
repo: str,
|
|
2703
2803
|
*,
|
|
2704
2804
|
headers: Optional[Mapping[str, str]] = None,
|
|
2805
|
+
stream: bool = False,
|
|
2705
2806
|
data: ReposOwnerRepoCodeScanningSarifsPostBodyType,
|
|
2706
2807
|
) -> Response[CodeScanningSarifsReceipt, CodeScanningSarifsReceiptType]: ...
|
|
2707
2808
|
|
|
@@ -2713,6 +2814,7 @@ class CodeScanningClient:
|
|
|
2713
2814
|
*,
|
|
2714
2815
|
data: UnsetType = UNSET,
|
|
2715
2816
|
headers: Optional[Mapping[str, str]] = None,
|
|
2817
|
+
stream: bool = False,
|
|
2716
2818
|
commit_sha: str,
|
|
2717
2819
|
ref: str,
|
|
2718
2820
|
sarif: str,
|
|
@@ -2728,6 +2830,7 @@ class CodeScanningClient:
|
|
|
2728
2830
|
repo: str,
|
|
2729
2831
|
*,
|
|
2730
2832
|
headers: Optional[Mapping[str, str]] = None,
|
|
2833
|
+
stream: bool = False,
|
|
2731
2834
|
data: Missing[ReposOwnerRepoCodeScanningSarifsPostBodyType] = UNSET,
|
|
2732
2835
|
**kwargs,
|
|
2733
2836
|
) -> Response[CodeScanningSarifsReceipt, CodeScanningSarifsReceiptType]:
|
|
@@ -2798,6 +2901,7 @@ class CodeScanningClient:
|
|
|
2798
2901
|
url,
|
|
2799
2902
|
json=exclude_unset(json),
|
|
2800
2903
|
headers=exclude_unset(headers),
|
|
2904
|
+
stream=stream,
|
|
2801
2905
|
response_model=CodeScanningSarifsReceipt,
|
|
2802
2906
|
error_models={
|
|
2803
2907
|
"403": BasicError,
|
|
@@ -2813,6 +2917,7 @@ class CodeScanningClient:
|
|
|
2813
2917
|
sarif_id: str,
|
|
2814
2918
|
*,
|
|
2815
2919
|
headers: Optional[Mapping[str, str]] = None,
|
|
2920
|
+
stream: bool = False,
|
|
2816
2921
|
) -> Response[CodeScanningSarifsStatus, CodeScanningSarifsStatusType]:
|
|
2817
2922
|
"""code-scanning/get-sarif
|
|
2818
2923
|
|
|
@@ -2838,6 +2943,7 @@ class CodeScanningClient:
|
|
|
2838
2943
|
"GET",
|
|
2839
2944
|
url,
|
|
2840
2945
|
headers=exclude_unset(headers),
|
|
2946
|
+
stream=stream,
|
|
2841
2947
|
response_model=CodeScanningSarifsStatus,
|
|
2842
2948
|
error_models={
|
|
2843
2949
|
"403": BasicError,
|
|
@@ -2852,6 +2958,7 @@ class CodeScanningClient:
|
|
|
2852
2958
|
sarif_id: str,
|
|
2853
2959
|
*,
|
|
2854
2960
|
headers: Optional[Mapping[str, str]] = None,
|
|
2961
|
+
stream: bool = False,
|
|
2855
2962
|
) -> Response[CodeScanningSarifsStatus, CodeScanningSarifsStatusType]:
|
|
2856
2963
|
"""code-scanning/get-sarif
|
|
2857
2964
|
|
|
@@ -2877,6 +2984,7 @@ class CodeScanningClient:
|
|
|
2877
2984
|
"GET",
|
|
2878
2985
|
url,
|
|
2879
2986
|
headers=exclude_unset(headers),
|
|
2987
|
+
stream=stream,
|
|
2880
2988
|
response_model=CodeScanningSarifsStatus,
|
|
2881
2989
|
error_models={
|
|
2882
2990
|
"403": BasicError,
|