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
|
@@ -100,6 +100,7 @@ class CodeScanningClient:
|
|
|
100
100
|
state: Missing[Literal["open", "closed", "dismissed", "fixed"]] = UNSET,
|
|
101
101
|
sort: Missing[Literal["created", "updated"]] = UNSET,
|
|
102
102
|
headers: Optional[Mapping[str, str]] = None,
|
|
103
|
+
stream: bool = False,
|
|
103
104
|
) -> Response[
|
|
104
105
|
list[CodeScanningOrganizationAlertItems],
|
|
105
106
|
list[CodeScanningOrganizationAlertItemsType],
|
|
@@ -144,6 +145,7 @@ class CodeScanningClient:
|
|
|
144
145
|
url,
|
|
145
146
|
params=exclude_unset(params),
|
|
146
147
|
headers=exclude_unset(headers),
|
|
148
|
+
stream=stream,
|
|
147
149
|
response_model=list[CodeScanningOrganizationAlertItems],
|
|
148
150
|
error_models={
|
|
149
151
|
"404": BasicError,
|
|
@@ -165,6 +167,7 @@ class CodeScanningClient:
|
|
|
165
167
|
state: Missing[Literal["open", "closed", "dismissed", "fixed"]] = UNSET,
|
|
166
168
|
sort: Missing[Literal["created", "updated"]] = UNSET,
|
|
167
169
|
headers: Optional[Mapping[str, str]] = None,
|
|
170
|
+
stream: bool = False,
|
|
168
171
|
) -> Response[
|
|
169
172
|
list[CodeScanningOrganizationAlertItems],
|
|
170
173
|
list[CodeScanningOrganizationAlertItemsType],
|
|
@@ -209,6 +212,7 @@ class CodeScanningClient:
|
|
|
209
212
|
url,
|
|
210
213
|
params=exclude_unset(params),
|
|
211
214
|
headers=exclude_unset(headers),
|
|
215
|
+
stream=stream,
|
|
212
216
|
response_model=list[CodeScanningOrganizationAlertItems],
|
|
213
217
|
error_models={
|
|
214
218
|
"404": BasicError,
|
|
@@ -233,6 +237,7 @@ class CodeScanningClient:
|
|
|
233
237
|
Literal["critical", "high", "medium", "low", "warning", "note", "error"]
|
|
234
238
|
] = UNSET,
|
|
235
239
|
headers: Optional[Mapping[str, str]] = None,
|
|
240
|
+
stream: bool = False,
|
|
236
241
|
) -> Response[
|
|
237
242
|
list[CodeScanningOrganizationAlertItems],
|
|
238
243
|
list[CodeScanningOrganizationAlertItemsType],
|
|
@@ -278,6 +283,7 @@ class CodeScanningClient:
|
|
|
278
283
|
url,
|
|
279
284
|
params=exclude_unset(params),
|
|
280
285
|
headers=exclude_unset(headers),
|
|
286
|
+
stream=stream,
|
|
281
287
|
response_model=list[CodeScanningOrganizationAlertItems],
|
|
282
288
|
error_models={
|
|
283
289
|
"404": BasicError,
|
|
@@ -302,6 +308,7 @@ class CodeScanningClient:
|
|
|
302
308
|
Literal["critical", "high", "medium", "low", "warning", "note", "error"]
|
|
303
309
|
] = UNSET,
|
|
304
310
|
headers: Optional[Mapping[str, str]] = None,
|
|
311
|
+
stream: bool = False,
|
|
305
312
|
) -> Response[
|
|
306
313
|
list[CodeScanningOrganizationAlertItems],
|
|
307
314
|
list[CodeScanningOrganizationAlertItemsType],
|
|
@@ -347,6 +354,7 @@ class CodeScanningClient:
|
|
|
347
354
|
url,
|
|
348
355
|
params=exclude_unset(params),
|
|
349
356
|
headers=exclude_unset(headers),
|
|
357
|
+
stream=stream,
|
|
350
358
|
response_model=list[CodeScanningOrganizationAlertItems],
|
|
351
359
|
error_models={
|
|
352
360
|
"404": BasicError,
|
|
@@ -374,6 +382,7 @@ class CodeScanningClient:
|
|
|
374
382
|
Literal["critical", "high", "medium", "low", "warning", "note", "error"]
|
|
375
383
|
] = UNSET,
|
|
376
384
|
headers: Optional[Mapping[str, str]] = None,
|
|
385
|
+
stream: bool = False,
|
|
377
386
|
) -> Response[list[CodeScanningAlertItems], list[CodeScanningAlertItemsType]]:
|
|
378
387
|
"""code-scanning/list-alerts-for-repo
|
|
379
388
|
|
|
@@ -420,6 +429,7 @@ class CodeScanningClient:
|
|
|
420
429
|
url,
|
|
421
430
|
params=exclude_unset(params),
|
|
422
431
|
headers=exclude_unset(headers),
|
|
432
|
+
stream=stream,
|
|
423
433
|
response_model=list[CodeScanningAlertItems],
|
|
424
434
|
error_models={
|
|
425
435
|
"403": BasicError,
|
|
@@ -448,6 +458,7 @@ class CodeScanningClient:
|
|
|
448
458
|
Literal["critical", "high", "medium", "low", "warning", "note", "error"]
|
|
449
459
|
] = UNSET,
|
|
450
460
|
headers: Optional[Mapping[str, str]] = None,
|
|
461
|
+
stream: bool = False,
|
|
451
462
|
) -> Response[list[CodeScanningAlertItems], list[CodeScanningAlertItemsType]]:
|
|
452
463
|
"""code-scanning/list-alerts-for-repo
|
|
453
464
|
|
|
@@ -494,6 +505,7 @@ class CodeScanningClient:
|
|
|
494
505
|
url,
|
|
495
506
|
params=exclude_unset(params),
|
|
496
507
|
headers=exclude_unset(headers),
|
|
508
|
+
stream=stream,
|
|
497
509
|
response_model=list[CodeScanningAlertItems],
|
|
498
510
|
error_models={
|
|
499
511
|
"403": BasicError,
|
|
@@ -509,6 +521,7 @@ class CodeScanningClient:
|
|
|
509
521
|
alert_number: int,
|
|
510
522
|
*,
|
|
511
523
|
headers: Optional[Mapping[str, str]] = None,
|
|
524
|
+
stream: bool = False,
|
|
512
525
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]:
|
|
513
526
|
"""code-scanning/get-alert
|
|
514
527
|
|
|
@@ -535,6 +548,7 @@ class CodeScanningClient:
|
|
|
535
548
|
"GET",
|
|
536
549
|
url,
|
|
537
550
|
headers=exclude_unset(headers),
|
|
551
|
+
stream=stream,
|
|
538
552
|
response_model=CodeScanningAlert,
|
|
539
553
|
error_models={
|
|
540
554
|
"403": BasicError,
|
|
@@ -550,6 +564,7 @@ class CodeScanningClient:
|
|
|
550
564
|
alert_number: int,
|
|
551
565
|
*,
|
|
552
566
|
headers: Optional[Mapping[str, str]] = None,
|
|
567
|
+
stream: bool = False,
|
|
553
568
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]:
|
|
554
569
|
"""code-scanning/get-alert
|
|
555
570
|
|
|
@@ -576,6 +591,7 @@ class CodeScanningClient:
|
|
|
576
591
|
"GET",
|
|
577
592
|
url,
|
|
578
593
|
headers=exclude_unset(headers),
|
|
594
|
+
stream=stream,
|
|
579
595
|
response_model=CodeScanningAlert,
|
|
580
596
|
error_models={
|
|
581
597
|
"403": BasicError,
|
|
@@ -592,6 +608,7 @@ class CodeScanningClient:
|
|
|
592
608
|
alert_number: int,
|
|
593
609
|
*,
|
|
594
610
|
headers: Optional[Mapping[str, str]] = None,
|
|
611
|
+
stream: bool = False,
|
|
595
612
|
data: ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType,
|
|
596
613
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]: ...
|
|
597
614
|
|
|
@@ -604,6 +621,7 @@ class CodeScanningClient:
|
|
|
604
621
|
*,
|
|
605
622
|
data: UnsetType = UNSET,
|
|
606
623
|
headers: Optional[Mapping[str, str]] = None,
|
|
624
|
+
stream: bool = False,
|
|
607
625
|
state: Literal["open", "dismissed"],
|
|
608
626
|
dismissed_reason: Missing[
|
|
609
627
|
Union[None, Literal["false positive", "won't fix", "used in tests"]]
|
|
@@ -619,6 +637,7 @@ class CodeScanningClient:
|
|
|
619
637
|
alert_number: int,
|
|
620
638
|
*,
|
|
621
639
|
headers: Optional[Mapping[str, str]] = None,
|
|
640
|
+
stream: bool = False,
|
|
622
641
|
data: Missing[ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType] = UNSET,
|
|
623
642
|
**kwargs,
|
|
624
643
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]:
|
|
@@ -659,6 +678,7 @@ class CodeScanningClient:
|
|
|
659
678
|
url,
|
|
660
679
|
json=exclude_unset(json),
|
|
661
680
|
headers=exclude_unset(headers),
|
|
681
|
+
stream=stream,
|
|
662
682
|
response_model=CodeScanningAlert,
|
|
663
683
|
error_models={
|
|
664
684
|
"400": BasicError,
|
|
@@ -676,6 +696,7 @@ class CodeScanningClient:
|
|
|
676
696
|
alert_number: int,
|
|
677
697
|
*,
|
|
678
698
|
headers: Optional[Mapping[str, str]] = None,
|
|
699
|
+
stream: bool = False,
|
|
679
700
|
data: ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType,
|
|
680
701
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]: ...
|
|
681
702
|
|
|
@@ -688,6 +709,7 @@ class CodeScanningClient:
|
|
|
688
709
|
*,
|
|
689
710
|
data: UnsetType = UNSET,
|
|
690
711
|
headers: Optional[Mapping[str, str]] = None,
|
|
712
|
+
stream: bool = False,
|
|
691
713
|
state: Literal["open", "dismissed"],
|
|
692
714
|
dismissed_reason: Missing[
|
|
693
715
|
Union[None, Literal["false positive", "won't fix", "used in tests"]]
|
|
@@ -703,6 +725,7 @@ class CodeScanningClient:
|
|
|
703
725
|
alert_number: int,
|
|
704
726
|
*,
|
|
705
727
|
headers: Optional[Mapping[str, str]] = None,
|
|
728
|
+
stream: bool = False,
|
|
706
729
|
data: Missing[ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType] = UNSET,
|
|
707
730
|
**kwargs,
|
|
708
731
|
) -> Response[CodeScanningAlert, CodeScanningAlertType]:
|
|
@@ -743,6 +766,7 @@ class CodeScanningClient:
|
|
|
743
766
|
url,
|
|
744
767
|
json=exclude_unset(json),
|
|
745
768
|
headers=exclude_unset(headers),
|
|
769
|
+
stream=stream,
|
|
746
770
|
response_model=CodeScanningAlert,
|
|
747
771
|
error_models={
|
|
748
772
|
"400": BasicError,
|
|
@@ -759,6 +783,7 @@ class CodeScanningClient:
|
|
|
759
783
|
alert_number: int,
|
|
760
784
|
*,
|
|
761
785
|
headers: Optional[Mapping[str, str]] = None,
|
|
786
|
+
stream: bool = False,
|
|
762
787
|
) -> Response[CodeScanningAutofix, CodeScanningAutofixType]:
|
|
763
788
|
"""code-scanning/get-autofix
|
|
764
789
|
|
|
@@ -785,6 +810,7 @@ class CodeScanningClient:
|
|
|
785
810
|
"GET",
|
|
786
811
|
url,
|
|
787
812
|
headers=exclude_unset(headers),
|
|
813
|
+
stream=stream,
|
|
788
814
|
response_model=CodeScanningAutofix,
|
|
789
815
|
error_models={
|
|
790
816
|
"400": BasicError,
|
|
@@ -801,6 +827,7 @@ class CodeScanningClient:
|
|
|
801
827
|
alert_number: int,
|
|
802
828
|
*,
|
|
803
829
|
headers: Optional[Mapping[str, str]] = None,
|
|
830
|
+
stream: bool = False,
|
|
804
831
|
) -> Response[CodeScanningAutofix, CodeScanningAutofixType]:
|
|
805
832
|
"""code-scanning/get-autofix
|
|
806
833
|
|
|
@@ -827,6 +854,7 @@ class CodeScanningClient:
|
|
|
827
854
|
"GET",
|
|
828
855
|
url,
|
|
829
856
|
headers=exclude_unset(headers),
|
|
857
|
+
stream=stream,
|
|
830
858
|
response_model=CodeScanningAutofix,
|
|
831
859
|
error_models={
|
|
832
860
|
"400": BasicError,
|
|
@@ -843,6 +871,7 @@ class CodeScanningClient:
|
|
|
843
871
|
alert_number: int,
|
|
844
872
|
*,
|
|
845
873
|
headers: Optional[Mapping[str, str]] = None,
|
|
874
|
+
stream: bool = False,
|
|
846
875
|
) -> Response[CodeScanningAutofix, CodeScanningAutofixType]:
|
|
847
876
|
"""code-scanning/create-autofix
|
|
848
877
|
|
|
@@ -873,6 +902,7 @@ class CodeScanningClient:
|
|
|
873
902
|
"POST",
|
|
874
903
|
url,
|
|
875
904
|
headers=exclude_unset(headers),
|
|
905
|
+
stream=stream,
|
|
876
906
|
response_model=CodeScanningAutofix,
|
|
877
907
|
error_models={
|
|
878
908
|
"400": BasicError,
|
|
@@ -889,6 +919,7 @@ class CodeScanningClient:
|
|
|
889
919
|
alert_number: int,
|
|
890
920
|
*,
|
|
891
921
|
headers: Optional[Mapping[str, str]] = None,
|
|
922
|
+
stream: bool = False,
|
|
892
923
|
) -> Response[CodeScanningAutofix, CodeScanningAutofixType]:
|
|
893
924
|
"""code-scanning/create-autofix
|
|
894
925
|
|
|
@@ -919,6 +950,7 @@ class CodeScanningClient:
|
|
|
919
950
|
"POST",
|
|
920
951
|
url,
|
|
921
952
|
headers=exclude_unset(headers),
|
|
953
|
+
stream=stream,
|
|
922
954
|
response_model=CodeScanningAutofix,
|
|
923
955
|
error_models={
|
|
924
956
|
"400": BasicError,
|
|
@@ -936,6 +968,7 @@ class CodeScanningClient:
|
|
|
936
968
|
alert_number: int,
|
|
937
969
|
*,
|
|
938
970
|
headers: Optional[Mapping[str, str]] = None,
|
|
971
|
+
stream: bool = False,
|
|
939
972
|
data: Missing[Union[CodeScanningAutofixCommitsType, None]] = UNSET,
|
|
940
973
|
) -> Response[
|
|
941
974
|
CodeScanningAutofixCommitsResponse, CodeScanningAutofixCommitsResponseType
|
|
@@ -950,6 +983,7 @@ class CodeScanningClient:
|
|
|
950
983
|
*,
|
|
951
984
|
data: UnsetType = UNSET,
|
|
952
985
|
headers: Optional[Mapping[str, str]] = None,
|
|
986
|
+
stream: bool = False,
|
|
953
987
|
target_ref: Missing[str] = UNSET,
|
|
954
988
|
message: Missing[str] = UNSET,
|
|
955
989
|
) -> Response[
|
|
@@ -963,6 +997,7 @@ class CodeScanningClient:
|
|
|
963
997
|
alert_number: int,
|
|
964
998
|
*,
|
|
965
999
|
headers: Optional[Mapping[str, str]] = None,
|
|
1000
|
+
stream: bool = False,
|
|
966
1001
|
data: Missing[Union[CodeScanningAutofixCommitsType, None]] = UNSET,
|
|
967
1002
|
**kwargs,
|
|
968
1003
|
) -> Response[
|
|
@@ -1010,6 +1045,7 @@ class CodeScanningClient:
|
|
|
1010
1045
|
url,
|
|
1011
1046
|
json=exclude_unset(json),
|
|
1012
1047
|
headers=exclude_unset(headers),
|
|
1048
|
+
stream=stream,
|
|
1013
1049
|
response_model=CodeScanningAutofixCommitsResponse,
|
|
1014
1050
|
error_models={
|
|
1015
1051
|
"400": BasicError,
|
|
@@ -1027,6 +1063,7 @@ class CodeScanningClient:
|
|
|
1027
1063
|
alert_number: int,
|
|
1028
1064
|
*,
|
|
1029
1065
|
headers: Optional[Mapping[str, str]] = None,
|
|
1066
|
+
stream: bool = False,
|
|
1030
1067
|
data: Missing[Union[CodeScanningAutofixCommitsType, None]] = UNSET,
|
|
1031
1068
|
) -> Response[
|
|
1032
1069
|
CodeScanningAutofixCommitsResponse, CodeScanningAutofixCommitsResponseType
|
|
@@ -1041,6 +1078,7 @@ class CodeScanningClient:
|
|
|
1041
1078
|
*,
|
|
1042
1079
|
data: UnsetType = UNSET,
|
|
1043
1080
|
headers: Optional[Mapping[str, str]] = None,
|
|
1081
|
+
stream: bool = False,
|
|
1044
1082
|
target_ref: Missing[str] = UNSET,
|
|
1045
1083
|
message: Missing[str] = UNSET,
|
|
1046
1084
|
) -> Response[
|
|
@@ -1054,6 +1092,7 @@ class CodeScanningClient:
|
|
|
1054
1092
|
alert_number: int,
|
|
1055
1093
|
*,
|
|
1056
1094
|
headers: Optional[Mapping[str, str]] = None,
|
|
1095
|
+
stream: bool = False,
|
|
1057
1096
|
data: Missing[Union[CodeScanningAutofixCommitsType, None]] = UNSET,
|
|
1058
1097
|
**kwargs,
|
|
1059
1098
|
) -> Response[
|
|
@@ -1101,6 +1140,7 @@ class CodeScanningClient:
|
|
|
1101
1140
|
url,
|
|
1102
1141
|
json=exclude_unset(json),
|
|
1103
1142
|
headers=exclude_unset(headers),
|
|
1143
|
+
stream=stream,
|
|
1104
1144
|
response_model=CodeScanningAutofixCommitsResponse,
|
|
1105
1145
|
error_models={
|
|
1106
1146
|
"400": BasicError,
|
|
@@ -1121,6 +1161,7 @@ class CodeScanningClient:
|
|
|
1121
1161
|
ref: Missing[str] = UNSET,
|
|
1122
1162
|
pr: Missing[int] = UNSET,
|
|
1123
1163
|
headers: Optional[Mapping[str, str]] = None,
|
|
1164
|
+
stream: bool = False,
|
|
1124
1165
|
) -> Response[list[CodeScanningAlertInstance], list[CodeScanningAlertInstanceType]]:
|
|
1125
1166
|
"""code-scanning/list-alert-instances
|
|
1126
1167
|
|
|
@@ -1155,6 +1196,7 @@ class CodeScanningClient:
|
|
|
1155
1196
|
url,
|
|
1156
1197
|
params=exclude_unset(params),
|
|
1157
1198
|
headers=exclude_unset(headers),
|
|
1199
|
+
stream=stream,
|
|
1158
1200
|
response_model=list[CodeScanningAlertInstance],
|
|
1159
1201
|
error_models={
|
|
1160
1202
|
"403": BasicError,
|
|
@@ -1174,6 +1216,7 @@ class CodeScanningClient:
|
|
|
1174
1216
|
ref: Missing[str] = UNSET,
|
|
1175
1217
|
pr: Missing[int] = UNSET,
|
|
1176
1218
|
headers: Optional[Mapping[str, str]] = None,
|
|
1219
|
+
stream: bool = False,
|
|
1177
1220
|
) -> Response[list[CodeScanningAlertInstance], list[CodeScanningAlertInstanceType]]:
|
|
1178
1221
|
"""code-scanning/list-alert-instances
|
|
1179
1222
|
|
|
@@ -1208,6 +1251,7 @@ class CodeScanningClient:
|
|
|
1208
1251
|
url,
|
|
1209
1252
|
params=exclude_unset(params),
|
|
1210
1253
|
headers=exclude_unset(headers),
|
|
1254
|
+
stream=stream,
|
|
1211
1255
|
response_model=list[CodeScanningAlertInstance],
|
|
1212
1256
|
error_models={
|
|
1213
1257
|
"403": BasicError,
|
|
@@ -1231,6 +1275,7 @@ class CodeScanningClient:
|
|
|
1231
1275
|
direction: Missing[Literal["asc", "desc"]] = UNSET,
|
|
1232
1276
|
sort: Missing[Literal["created"]] = UNSET,
|
|
1233
1277
|
headers: Optional[Mapping[str, str]] = None,
|
|
1278
|
+
stream: bool = False,
|
|
1234
1279
|
) -> Response[list[CodeScanningAnalysis], list[CodeScanningAnalysisType]]:
|
|
1235
1280
|
"""code-scanning/list-recent-analyses
|
|
1236
1281
|
|
|
@@ -1282,6 +1327,7 @@ class CodeScanningClient:
|
|
|
1282
1327
|
url,
|
|
1283
1328
|
params=exclude_unset(params),
|
|
1284
1329
|
headers=exclude_unset(headers),
|
|
1330
|
+
stream=stream,
|
|
1285
1331
|
response_model=list[CodeScanningAnalysis],
|
|
1286
1332
|
error_models={
|
|
1287
1333
|
"403": BasicError,
|
|
@@ -1305,6 +1351,7 @@ class CodeScanningClient:
|
|
|
1305
1351
|
direction: Missing[Literal["asc", "desc"]] = UNSET,
|
|
1306
1352
|
sort: Missing[Literal["created"]] = UNSET,
|
|
1307
1353
|
headers: Optional[Mapping[str, str]] = None,
|
|
1354
|
+
stream: bool = False,
|
|
1308
1355
|
) -> Response[list[CodeScanningAnalysis], list[CodeScanningAnalysisType]]:
|
|
1309
1356
|
"""code-scanning/list-recent-analyses
|
|
1310
1357
|
|
|
@@ -1356,6 +1403,7 @@ class CodeScanningClient:
|
|
|
1356
1403
|
url,
|
|
1357
1404
|
params=exclude_unset(params),
|
|
1358
1405
|
headers=exclude_unset(headers),
|
|
1406
|
+
stream=stream,
|
|
1359
1407
|
response_model=list[CodeScanningAnalysis],
|
|
1360
1408
|
error_models={
|
|
1361
1409
|
"403": BasicError,
|
|
@@ -1371,6 +1419,7 @@ class CodeScanningClient:
|
|
|
1371
1419
|
analysis_id: int,
|
|
1372
1420
|
*,
|
|
1373
1421
|
headers: Optional[Mapping[str, str]] = None,
|
|
1422
|
+
stream: bool = False,
|
|
1374
1423
|
) -> Response[CodeScanningAnalysis, CodeScanningAnalysisType]:
|
|
1375
1424
|
"""code-scanning/get-analysis
|
|
1376
1425
|
|
|
@@ -1411,6 +1460,7 @@ class CodeScanningClient:
|
|
|
1411
1460
|
"GET",
|
|
1412
1461
|
url,
|
|
1413
1462
|
headers=exclude_unset(headers),
|
|
1463
|
+
stream=stream,
|
|
1414
1464
|
response_model=CodeScanningAnalysis,
|
|
1415
1465
|
error_models={
|
|
1416
1466
|
"403": BasicError,
|
|
@@ -1427,6 +1477,7 @@ class CodeScanningClient:
|
|
|
1427
1477
|
analysis_id: int,
|
|
1428
1478
|
*,
|
|
1429
1479
|
headers: Optional[Mapping[str, str]] = None,
|
|
1480
|
+
stream: bool = False,
|
|
1430
1481
|
) -> Response[CodeScanningAnalysis, CodeScanningAnalysisType]:
|
|
1431
1482
|
"""code-scanning/get-analysis
|
|
1432
1483
|
|
|
@@ -1467,6 +1518,7 @@ class CodeScanningClient:
|
|
|
1467
1518
|
"GET",
|
|
1468
1519
|
url,
|
|
1469
1520
|
headers=exclude_unset(headers),
|
|
1521
|
+
stream=stream,
|
|
1470
1522
|
response_model=CodeScanningAnalysis,
|
|
1471
1523
|
error_models={
|
|
1472
1524
|
"403": BasicError,
|
|
@@ -1484,6 +1536,7 @@ class CodeScanningClient:
|
|
|
1484
1536
|
*,
|
|
1485
1537
|
confirm_delete: Missing[Union[str, None]] = UNSET,
|
|
1486
1538
|
headers: Optional[Mapping[str, str]] = None,
|
|
1539
|
+
stream: bool = False,
|
|
1487
1540
|
) -> Response[CodeScanningAnalysisDeletion, CodeScanningAnalysisDeletionType]:
|
|
1488
1541
|
"""code-scanning/delete-analysis
|
|
1489
1542
|
|
|
@@ -1576,6 +1629,7 @@ class CodeScanningClient:
|
|
|
1576
1629
|
url,
|
|
1577
1630
|
params=exclude_unset(params),
|
|
1578
1631
|
headers=exclude_unset(headers),
|
|
1632
|
+
stream=stream,
|
|
1579
1633
|
response_model=CodeScanningAnalysisDeletion,
|
|
1580
1634
|
error_models={
|
|
1581
1635
|
"400": BasicError,
|
|
@@ -1593,6 +1647,7 @@ class CodeScanningClient:
|
|
|
1593
1647
|
*,
|
|
1594
1648
|
confirm_delete: Missing[Union[str, None]] = UNSET,
|
|
1595
1649
|
headers: Optional[Mapping[str, str]] = None,
|
|
1650
|
+
stream: bool = False,
|
|
1596
1651
|
) -> Response[CodeScanningAnalysisDeletion, CodeScanningAnalysisDeletionType]:
|
|
1597
1652
|
"""code-scanning/delete-analysis
|
|
1598
1653
|
|
|
@@ -1685,6 +1740,7 @@ class CodeScanningClient:
|
|
|
1685
1740
|
url,
|
|
1686
1741
|
params=exclude_unset(params),
|
|
1687
1742
|
headers=exclude_unset(headers),
|
|
1743
|
+
stream=stream,
|
|
1688
1744
|
response_model=CodeScanningAnalysisDeletion,
|
|
1689
1745
|
error_models={
|
|
1690
1746
|
"400": BasicError,
|
|
@@ -1700,6 +1756,7 @@ class CodeScanningClient:
|
|
|
1700
1756
|
repo: str,
|
|
1701
1757
|
*,
|
|
1702
1758
|
headers: Optional[Mapping[str, str]] = None,
|
|
1759
|
+
stream: bool = False,
|
|
1703
1760
|
) -> Response[
|
|
1704
1761
|
list[CodeScanningCodeqlDatabase], list[CodeScanningCodeqlDatabaseType]
|
|
1705
1762
|
]:
|
|
@@ -1728,6 +1785,7 @@ class CodeScanningClient:
|
|
|
1728
1785
|
"GET",
|
|
1729
1786
|
url,
|
|
1730
1787
|
headers=exclude_unset(headers),
|
|
1788
|
+
stream=stream,
|
|
1731
1789
|
response_model=list[CodeScanningCodeqlDatabase],
|
|
1732
1790
|
error_models={
|
|
1733
1791
|
"403": BasicError,
|
|
@@ -1742,6 +1800,7 @@ class CodeScanningClient:
|
|
|
1742
1800
|
repo: str,
|
|
1743
1801
|
*,
|
|
1744
1802
|
headers: Optional[Mapping[str, str]] = None,
|
|
1803
|
+
stream: bool = False,
|
|
1745
1804
|
) -> Response[
|
|
1746
1805
|
list[CodeScanningCodeqlDatabase], list[CodeScanningCodeqlDatabaseType]
|
|
1747
1806
|
]:
|
|
@@ -1770,6 +1829,7 @@ class CodeScanningClient:
|
|
|
1770
1829
|
"GET",
|
|
1771
1830
|
url,
|
|
1772
1831
|
headers=exclude_unset(headers),
|
|
1832
|
+
stream=stream,
|
|
1773
1833
|
response_model=list[CodeScanningCodeqlDatabase],
|
|
1774
1834
|
error_models={
|
|
1775
1835
|
"403": BasicError,
|
|
@@ -1785,6 +1845,7 @@ class CodeScanningClient:
|
|
|
1785
1845
|
language: str,
|
|
1786
1846
|
*,
|
|
1787
1847
|
headers: Optional[Mapping[str, str]] = None,
|
|
1848
|
+
stream: bool = False,
|
|
1788
1849
|
) -> Response[CodeScanningCodeqlDatabase, CodeScanningCodeqlDatabaseType]:
|
|
1789
1850
|
"""code-scanning/get-codeql-database
|
|
1790
1851
|
|
|
@@ -1817,6 +1878,7 @@ class CodeScanningClient:
|
|
|
1817
1878
|
"GET",
|
|
1818
1879
|
url,
|
|
1819
1880
|
headers=exclude_unset(headers),
|
|
1881
|
+
stream=stream,
|
|
1820
1882
|
response_model=CodeScanningCodeqlDatabase,
|
|
1821
1883
|
error_models={
|
|
1822
1884
|
"403": BasicError,
|
|
@@ -1832,6 +1894,7 @@ class CodeScanningClient:
|
|
|
1832
1894
|
language: str,
|
|
1833
1895
|
*,
|
|
1834
1896
|
headers: Optional[Mapping[str, str]] = None,
|
|
1897
|
+
stream: bool = False,
|
|
1835
1898
|
) -> Response[CodeScanningCodeqlDatabase, CodeScanningCodeqlDatabaseType]:
|
|
1836
1899
|
"""code-scanning/get-codeql-database
|
|
1837
1900
|
|
|
@@ -1864,6 +1927,7 @@ class CodeScanningClient:
|
|
|
1864
1927
|
"GET",
|
|
1865
1928
|
url,
|
|
1866
1929
|
headers=exclude_unset(headers),
|
|
1930
|
+
stream=stream,
|
|
1867
1931
|
response_model=CodeScanningCodeqlDatabase,
|
|
1868
1932
|
error_models={
|
|
1869
1933
|
"403": BasicError,
|
|
@@ -1879,6 +1943,7 @@ class CodeScanningClient:
|
|
|
1879
1943
|
language: str,
|
|
1880
1944
|
*,
|
|
1881
1945
|
headers: Optional[Mapping[str, str]] = None,
|
|
1946
|
+
stream: bool = False,
|
|
1882
1947
|
) -> Response:
|
|
1883
1948
|
"""code-scanning/delete-codeql-database
|
|
1884
1949
|
|
|
@@ -1904,6 +1969,7 @@ class CodeScanningClient:
|
|
|
1904
1969
|
"DELETE",
|
|
1905
1970
|
url,
|
|
1906
1971
|
headers=exclude_unset(headers),
|
|
1972
|
+
stream=stream,
|
|
1907
1973
|
error_models={
|
|
1908
1974
|
"403": BasicError,
|
|
1909
1975
|
"404": BasicError,
|
|
@@ -1918,6 +1984,7 @@ class CodeScanningClient:
|
|
|
1918
1984
|
language: str,
|
|
1919
1985
|
*,
|
|
1920
1986
|
headers: Optional[Mapping[str, str]] = None,
|
|
1987
|
+
stream: bool = False,
|
|
1921
1988
|
) -> Response:
|
|
1922
1989
|
"""code-scanning/delete-codeql-database
|
|
1923
1990
|
|
|
@@ -1943,6 +2010,7 @@ class CodeScanningClient:
|
|
|
1943
2010
|
"DELETE",
|
|
1944
2011
|
url,
|
|
1945
2012
|
headers=exclude_unset(headers),
|
|
2013
|
+
stream=stream,
|
|
1946
2014
|
error_models={
|
|
1947
2015
|
"403": BasicError,
|
|
1948
2016
|
"404": BasicError,
|
|
@@ -1957,6 +2025,7 @@ class CodeScanningClient:
|
|
|
1957
2025
|
repo: str,
|
|
1958
2026
|
*,
|
|
1959
2027
|
headers: Optional[Mapping[str, str]] = None,
|
|
2028
|
+
stream: bool = False,
|
|
1960
2029
|
data: Union[
|
|
1961
2030
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
1962
2031
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type,
|
|
@@ -1972,6 +2041,7 @@ class CodeScanningClient:
|
|
|
1972
2041
|
*,
|
|
1973
2042
|
data: UnsetType = UNSET,
|
|
1974
2043
|
headers: Optional[Mapping[str, str]] = None,
|
|
2044
|
+
stream: bool = False,
|
|
1975
2045
|
language: Literal[
|
|
1976
2046
|
"cpp",
|
|
1977
2047
|
"csharp",
|
|
@@ -1997,6 +2067,7 @@ class CodeScanningClient:
|
|
|
1997
2067
|
*,
|
|
1998
2068
|
data: UnsetType = UNSET,
|
|
1999
2069
|
headers: Optional[Mapping[str, str]] = None,
|
|
2070
|
+
stream: bool = False,
|
|
2000
2071
|
language: Literal[
|
|
2001
2072
|
"cpp",
|
|
2002
2073
|
"csharp",
|
|
@@ -2022,6 +2093,7 @@ class CodeScanningClient:
|
|
|
2022
2093
|
*,
|
|
2023
2094
|
data: UnsetType = UNSET,
|
|
2024
2095
|
headers: Optional[Mapping[str, str]] = None,
|
|
2096
|
+
stream: bool = False,
|
|
2025
2097
|
language: Literal[
|
|
2026
2098
|
"cpp",
|
|
2027
2099
|
"csharp",
|
|
@@ -2045,6 +2117,7 @@ class CodeScanningClient:
|
|
|
2045
2117
|
repo: str,
|
|
2046
2118
|
*,
|
|
2047
2119
|
headers: Optional[Mapping[str, str]] = None,
|
|
2120
|
+
stream: bool = False,
|
|
2048
2121
|
data: Missing[
|
|
2049
2122
|
Union[
|
|
2050
2123
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
@@ -2106,6 +2179,7 @@ class CodeScanningClient:
|
|
|
2106
2179
|
url,
|
|
2107
2180
|
json=exclude_unset(json),
|
|
2108
2181
|
headers=exclude_unset(headers),
|
|
2182
|
+
stream=stream,
|
|
2109
2183
|
response_model=CodeScanningVariantAnalysis,
|
|
2110
2184
|
error_models={
|
|
2111
2185
|
"404": BasicError,
|
|
@@ -2121,6 +2195,7 @@ class CodeScanningClient:
|
|
|
2121
2195
|
repo: str,
|
|
2122
2196
|
*,
|
|
2123
2197
|
headers: Optional[Mapping[str, str]] = None,
|
|
2198
|
+
stream: bool = False,
|
|
2124
2199
|
data: Union[
|
|
2125
2200
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
2126
2201
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type,
|
|
@@ -2136,6 +2211,7 @@ class CodeScanningClient:
|
|
|
2136
2211
|
*,
|
|
2137
2212
|
data: UnsetType = UNSET,
|
|
2138
2213
|
headers: Optional[Mapping[str, str]] = None,
|
|
2214
|
+
stream: bool = False,
|
|
2139
2215
|
language: Literal[
|
|
2140
2216
|
"cpp",
|
|
2141
2217
|
"csharp",
|
|
@@ -2161,6 +2237,7 @@ class CodeScanningClient:
|
|
|
2161
2237
|
*,
|
|
2162
2238
|
data: UnsetType = UNSET,
|
|
2163
2239
|
headers: Optional[Mapping[str, str]] = None,
|
|
2240
|
+
stream: bool = False,
|
|
2164
2241
|
language: Literal[
|
|
2165
2242
|
"cpp",
|
|
2166
2243
|
"csharp",
|
|
@@ -2186,6 +2263,7 @@ class CodeScanningClient:
|
|
|
2186
2263
|
*,
|
|
2187
2264
|
data: UnsetType = UNSET,
|
|
2188
2265
|
headers: Optional[Mapping[str, str]] = None,
|
|
2266
|
+
stream: bool = False,
|
|
2189
2267
|
language: Literal[
|
|
2190
2268
|
"cpp",
|
|
2191
2269
|
"csharp",
|
|
@@ -2209,6 +2287,7 @@ class CodeScanningClient:
|
|
|
2209
2287
|
repo: str,
|
|
2210
2288
|
*,
|
|
2211
2289
|
headers: Optional[Mapping[str, str]] = None,
|
|
2290
|
+
stream: bool = False,
|
|
2212
2291
|
data: Missing[
|
|
2213
2292
|
Union[
|
|
2214
2293
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
@@ -2270,6 +2349,7 @@ class CodeScanningClient:
|
|
|
2270
2349
|
url,
|
|
2271
2350
|
json=exclude_unset(json),
|
|
2272
2351
|
headers=exclude_unset(headers),
|
|
2352
|
+
stream=stream,
|
|
2273
2353
|
response_model=CodeScanningVariantAnalysis,
|
|
2274
2354
|
error_models={
|
|
2275
2355
|
"404": BasicError,
|
|
@@ -2285,6 +2365,7 @@ class CodeScanningClient:
|
|
|
2285
2365
|
codeql_variant_analysis_id: int,
|
|
2286
2366
|
*,
|
|
2287
2367
|
headers: Optional[Mapping[str, str]] = None,
|
|
2368
|
+
stream: bool = False,
|
|
2288
2369
|
) -> Response[CodeScanningVariantAnalysis, CodeScanningVariantAnalysisType]:
|
|
2289
2370
|
"""code-scanning/get-variant-analysis
|
|
2290
2371
|
|
|
@@ -2311,6 +2392,7 @@ class CodeScanningClient:
|
|
|
2311
2392
|
"GET",
|
|
2312
2393
|
url,
|
|
2313
2394
|
headers=exclude_unset(headers),
|
|
2395
|
+
stream=stream,
|
|
2314
2396
|
response_model=CodeScanningVariantAnalysis,
|
|
2315
2397
|
error_models={
|
|
2316
2398
|
"404": BasicError,
|
|
@@ -2325,6 +2407,7 @@ class CodeScanningClient:
|
|
|
2325
2407
|
codeql_variant_analysis_id: int,
|
|
2326
2408
|
*,
|
|
2327
2409
|
headers: Optional[Mapping[str, str]] = None,
|
|
2410
|
+
stream: bool = False,
|
|
2328
2411
|
) -> Response[CodeScanningVariantAnalysis, CodeScanningVariantAnalysisType]:
|
|
2329
2412
|
"""code-scanning/get-variant-analysis
|
|
2330
2413
|
|
|
@@ -2351,6 +2434,7 @@ class CodeScanningClient:
|
|
|
2351
2434
|
"GET",
|
|
2352
2435
|
url,
|
|
2353
2436
|
headers=exclude_unset(headers),
|
|
2437
|
+
stream=stream,
|
|
2354
2438
|
response_model=CodeScanningVariantAnalysis,
|
|
2355
2439
|
error_models={
|
|
2356
2440
|
"404": BasicError,
|
|
@@ -2367,6 +2451,7 @@ class CodeScanningClient:
|
|
|
2367
2451
|
repo_name: str,
|
|
2368
2452
|
*,
|
|
2369
2453
|
headers: Optional[Mapping[str, str]] = None,
|
|
2454
|
+
stream: bool = False,
|
|
2370
2455
|
) -> Response[
|
|
2371
2456
|
CodeScanningVariantAnalysisRepoTask, CodeScanningVariantAnalysisRepoTaskType
|
|
2372
2457
|
]:
|
|
@@ -2395,6 +2480,7 @@ class CodeScanningClient:
|
|
|
2395
2480
|
"GET",
|
|
2396
2481
|
url,
|
|
2397
2482
|
headers=exclude_unset(headers),
|
|
2483
|
+
stream=stream,
|
|
2398
2484
|
response_model=CodeScanningVariantAnalysisRepoTask,
|
|
2399
2485
|
error_models={
|
|
2400
2486
|
"404": BasicError,
|
|
@@ -2411,6 +2497,7 @@ class CodeScanningClient:
|
|
|
2411
2497
|
repo_name: str,
|
|
2412
2498
|
*,
|
|
2413
2499
|
headers: Optional[Mapping[str, str]] = None,
|
|
2500
|
+
stream: bool = False,
|
|
2414
2501
|
) -> Response[
|
|
2415
2502
|
CodeScanningVariantAnalysisRepoTask, CodeScanningVariantAnalysisRepoTaskType
|
|
2416
2503
|
]:
|
|
@@ -2439,6 +2526,7 @@ class CodeScanningClient:
|
|
|
2439
2526
|
"GET",
|
|
2440
2527
|
url,
|
|
2441
2528
|
headers=exclude_unset(headers),
|
|
2529
|
+
stream=stream,
|
|
2442
2530
|
response_model=CodeScanningVariantAnalysisRepoTask,
|
|
2443
2531
|
error_models={
|
|
2444
2532
|
"404": BasicError,
|
|
@@ -2452,6 +2540,7 @@ class CodeScanningClient:
|
|
|
2452
2540
|
repo: str,
|
|
2453
2541
|
*,
|
|
2454
2542
|
headers: Optional[Mapping[str, str]] = None,
|
|
2543
|
+
stream: bool = False,
|
|
2455
2544
|
) -> Response[CodeScanningDefaultSetup, CodeScanningDefaultSetupType]:
|
|
2456
2545
|
"""code-scanning/get-default-setup
|
|
2457
2546
|
|
|
@@ -2478,6 +2567,7 @@ class CodeScanningClient:
|
|
|
2478
2567
|
"GET",
|
|
2479
2568
|
url,
|
|
2480
2569
|
headers=exclude_unset(headers),
|
|
2570
|
+
stream=stream,
|
|
2481
2571
|
response_model=CodeScanningDefaultSetup,
|
|
2482
2572
|
error_models={
|
|
2483
2573
|
"403": BasicError,
|
|
@@ -2492,6 +2582,7 @@ class CodeScanningClient:
|
|
|
2492
2582
|
repo: str,
|
|
2493
2583
|
*,
|
|
2494
2584
|
headers: Optional[Mapping[str, str]] = None,
|
|
2585
|
+
stream: bool = False,
|
|
2495
2586
|
) -> Response[CodeScanningDefaultSetup, CodeScanningDefaultSetupType]:
|
|
2496
2587
|
"""code-scanning/get-default-setup
|
|
2497
2588
|
|
|
@@ -2518,6 +2609,7 @@ class CodeScanningClient:
|
|
|
2518
2609
|
"GET",
|
|
2519
2610
|
url,
|
|
2520
2611
|
headers=exclude_unset(headers),
|
|
2612
|
+
stream=stream,
|
|
2521
2613
|
response_model=CodeScanningDefaultSetup,
|
|
2522
2614
|
error_models={
|
|
2523
2615
|
"403": BasicError,
|
|
@@ -2533,6 +2625,7 @@ class CodeScanningClient:
|
|
|
2533
2625
|
repo: str,
|
|
2534
2626
|
*,
|
|
2535
2627
|
headers: Optional[Mapping[str, str]] = None,
|
|
2628
|
+
stream: bool = False,
|
|
2536
2629
|
data: CodeScanningDefaultSetupUpdateType,
|
|
2537
2630
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
2538
2631
|
|
|
@@ -2544,6 +2637,7 @@ class CodeScanningClient:
|
|
|
2544
2637
|
*,
|
|
2545
2638
|
data: UnsetType = UNSET,
|
|
2546
2639
|
headers: Optional[Mapping[str, str]] = None,
|
|
2640
|
+
stream: bool = False,
|
|
2547
2641
|
state: Missing[Literal["configured", "not-configured"]] = UNSET,
|
|
2548
2642
|
runner_type: Missing[Literal["standard", "labeled"]] = UNSET,
|
|
2549
2643
|
runner_label: Missing[Union[str, None]] = UNSET,
|
|
@@ -2572,6 +2666,7 @@ class CodeScanningClient:
|
|
|
2572
2666
|
repo: str,
|
|
2573
2667
|
*,
|
|
2574
2668
|
headers: Optional[Mapping[str, str]] = None,
|
|
2669
|
+
stream: bool = False,
|
|
2575
2670
|
data: Missing[CodeScanningDefaultSetupUpdateType] = UNSET,
|
|
2576
2671
|
**kwargs,
|
|
2577
2672
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -2611,6 +2706,7 @@ class CodeScanningClient:
|
|
|
2611
2706
|
url,
|
|
2612
2707
|
json=exclude_unset(json),
|
|
2613
2708
|
headers=exclude_unset(headers),
|
|
2709
|
+
stream=stream,
|
|
2614
2710
|
response_model=EmptyObject,
|
|
2615
2711
|
error_models={
|
|
2616
2712
|
"403": BasicError,
|
|
@@ -2627,6 +2723,7 @@ class CodeScanningClient:
|
|
|
2627
2723
|
repo: str,
|
|
2628
2724
|
*,
|
|
2629
2725
|
headers: Optional[Mapping[str, str]] = None,
|
|
2726
|
+
stream: bool = False,
|
|
2630
2727
|
data: CodeScanningDefaultSetupUpdateType,
|
|
2631
2728
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
2632
2729
|
|
|
@@ -2638,6 +2735,7 @@ class CodeScanningClient:
|
|
|
2638
2735
|
*,
|
|
2639
2736
|
data: UnsetType = UNSET,
|
|
2640
2737
|
headers: Optional[Mapping[str, str]] = None,
|
|
2738
|
+
stream: bool = False,
|
|
2641
2739
|
state: Missing[Literal["configured", "not-configured"]] = UNSET,
|
|
2642
2740
|
runner_type: Missing[Literal["standard", "labeled"]] = UNSET,
|
|
2643
2741
|
runner_label: Missing[Union[str, None]] = UNSET,
|
|
@@ -2666,6 +2764,7 @@ class CodeScanningClient:
|
|
|
2666
2764
|
repo: str,
|
|
2667
2765
|
*,
|
|
2668
2766
|
headers: Optional[Mapping[str, str]] = None,
|
|
2767
|
+
stream: bool = False,
|
|
2669
2768
|
data: Missing[CodeScanningDefaultSetupUpdateType] = UNSET,
|
|
2670
2769
|
**kwargs,
|
|
2671
2770
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -2705,6 +2804,7 @@ class CodeScanningClient:
|
|
|
2705
2804
|
url,
|
|
2706
2805
|
json=exclude_unset(json),
|
|
2707
2806
|
headers=exclude_unset(headers),
|
|
2807
|
+
stream=stream,
|
|
2708
2808
|
response_model=EmptyObject,
|
|
2709
2809
|
error_models={
|
|
2710
2810
|
"403": BasicError,
|
|
@@ -2721,6 +2821,7 @@ class CodeScanningClient:
|
|
|
2721
2821
|
repo: str,
|
|
2722
2822
|
*,
|
|
2723
2823
|
headers: Optional[Mapping[str, str]] = None,
|
|
2824
|
+
stream: bool = False,
|
|
2724
2825
|
data: ReposOwnerRepoCodeScanningSarifsPostBodyType,
|
|
2725
2826
|
) -> Response[CodeScanningSarifsReceipt, CodeScanningSarifsReceiptType]: ...
|
|
2726
2827
|
|
|
@@ -2732,6 +2833,7 @@ class CodeScanningClient:
|
|
|
2732
2833
|
*,
|
|
2733
2834
|
data: UnsetType = UNSET,
|
|
2734
2835
|
headers: Optional[Mapping[str, str]] = None,
|
|
2836
|
+
stream: bool = False,
|
|
2735
2837
|
commit_sha: str,
|
|
2736
2838
|
ref: str,
|
|
2737
2839
|
sarif: str,
|
|
@@ -2747,6 +2849,7 @@ class CodeScanningClient:
|
|
|
2747
2849
|
repo: str,
|
|
2748
2850
|
*,
|
|
2749
2851
|
headers: Optional[Mapping[str, str]] = None,
|
|
2852
|
+
stream: bool = False,
|
|
2750
2853
|
data: Missing[ReposOwnerRepoCodeScanningSarifsPostBodyType] = UNSET,
|
|
2751
2854
|
**kwargs,
|
|
2752
2855
|
) -> Response[CodeScanningSarifsReceipt, CodeScanningSarifsReceiptType]:
|
|
@@ -2817,6 +2920,7 @@ class CodeScanningClient:
|
|
|
2817
2920
|
url,
|
|
2818
2921
|
json=exclude_unset(json),
|
|
2819
2922
|
headers=exclude_unset(headers),
|
|
2923
|
+
stream=stream,
|
|
2820
2924
|
response_model=CodeScanningSarifsReceipt,
|
|
2821
2925
|
error_models={
|
|
2822
2926
|
"403": BasicError,
|
|
@@ -2832,6 +2936,7 @@ class CodeScanningClient:
|
|
|
2832
2936
|
repo: str,
|
|
2833
2937
|
*,
|
|
2834
2938
|
headers: Optional[Mapping[str, str]] = None,
|
|
2939
|
+
stream: bool = False,
|
|
2835
2940
|
data: ReposOwnerRepoCodeScanningSarifsPostBodyType,
|
|
2836
2941
|
) -> Response[CodeScanningSarifsReceipt, CodeScanningSarifsReceiptType]: ...
|
|
2837
2942
|
|
|
@@ -2843,6 +2948,7 @@ class CodeScanningClient:
|
|
|
2843
2948
|
*,
|
|
2844
2949
|
data: UnsetType = UNSET,
|
|
2845
2950
|
headers: Optional[Mapping[str, str]] = None,
|
|
2951
|
+
stream: bool = False,
|
|
2846
2952
|
commit_sha: str,
|
|
2847
2953
|
ref: str,
|
|
2848
2954
|
sarif: str,
|
|
@@ -2858,6 +2964,7 @@ class CodeScanningClient:
|
|
|
2858
2964
|
repo: str,
|
|
2859
2965
|
*,
|
|
2860
2966
|
headers: Optional[Mapping[str, str]] = None,
|
|
2967
|
+
stream: bool = False,
|
|
2861
2968
|
data: Missing[ReposOwnerRepoCodeScanningSarifsPostBodyType] = UNSET,
|
|
2862
2969
|
**kwargs,
|
|
2863
2970
|
) -> Response[CodeScanningSarifsReceipt, CodeScanningSarifsReceiptType]:
|
|
@@ -2928,6 +3035,7 @@ class CodeScanningClient:
|
|
|
2928
3035
|
url,
|
|
2929
3036
|
json=exclude_unset(json),
|
|
2930
3037
|
headers=exclude_unset(headers),
|
|
3038
|
+
stream=stream,
|
|
2931
3039
|
response_model=CodeScanningSarifsReceipt,
|
|
2932
3040
|
error_models={
|
|
2933
3041
|
"403": BasicError,
|
|
@@ -2943,6 +3051,7 @@ class CodeScanningClient:
|
|
|
2943
3051
|
sarif_id: str,
|
|
2944
3052
|
*,
|
|
2945
3053
|
headers: Optional[Mapping[str, str]] = None,
|
|
3054
|
+
stream: bool = False,
|
|
2946
3055
|
) -> Response[CodeScanningSarifsStatus, CodeScanningSarifsStatusType]:
|
|
2947
3056
|
"""code-scanning/get-sarif
|
|
2948
3057
|
|
|
@@ -2968,6 +3077,7 @@ class CodeScanningClient:
|
|
|
2968
3077
|
"GET",
|
|
2969
3078
|
url,
|
|
2970
3079
|
headers=exclude_unset(headers),
|
|
3080
|
+
stream=stream,
|
|
2971
3081
|
response_model=CodeScanningSarifsStatus,
|
|
2972
3082
|
error_models={
|
|
2973
3083
|
"403": BasicError,
|
|
@@ -2982,6 +3092,7 @@ class CodeScanningClient:
|
|
|
2982
3092
|
sarif_id: str,
|
|
2983
3093
|
*,
|
|
2984
3094
|
headers: Optional[Mapping[str, str]] = None,
|
|
3095
|
+
stream: bool = False,
|
|
2985
3096
|
) -> Response[CodeScanningSarifsStatus, CodeScanningSarifsStatusType]:
|
|
2986
3097
|
"""code-scanning/get-sarif
|
|
2987
3098
|
|
|
@@ -3007,6 +3118,7 @@ class CodeScanningClient:
|
|
|
3007
3118
|
"GET",
|
|
3008
3119
|
url,
|
|
3009
3120
|
headers=exclude_unset(headers),
|
|
3121
|
+
stream=stream,
|
|
3010
3122
|
response_model=CodeScanningSarifsStatus,
|
|
3011
3123
|
error_models={
|
|
3012
3124
|
"403": BasicError,
|