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
|
@@ -93,6 +93,7 @@ class DependabotClient:
|
|
|
93
93
|
last: Missing[int] = UNSET,
|
|
94
94
|
per_page: Missing[int] = UNSET,
|
|
95
95
|
headers: Optional[Mapping[str, str]] = None,
|
|
96
|
+
stream: bool = False,
|
|
96
97
|
) -> Response[
|
|
97
98
|
list[DependabotAlertWithRepository], list[DependabotAlertWithRepositoryType]
|
|
98
99
|
]:
|
|
@@ -143,6 +144,7 @@ class DependabotClient:
|
|
|
143
144
|
url,
|
|
144
145
|
params=exclude_unset(params),
|
|
145
146
|
headers=exclude_unset(headers),
|
|
147
|
+
stream=stream,
|
|
146
148
|
response_model=list[DependabotAlertWithRepository],
|
|
147
149
|
error_models={
|
|
148
150
|
"403": BasicError,
|
|
@@ -170,6 +172,7 @@ class DependabotClient:
|
|
|
170
172
|
last: Missing[int] = UNSET,
|
|
171
173
|
per_page: Missing[int] = UNSET,
|
|
172
174
|
headers: Optional[Mapping[str, str]] = None,
|
|
175
|
+
stream: bool = False,
|
|
173
176
|
) -> Response[
|
|
174
177
|
list[DependabotAlertWithRepository], list[DependabotAlertWithRepositoryType]
|
|
175
178
|
]:
|
|
@@ -220,6 +223,7 @@ class DependabotClient:
|
|
|
220
223
|
url,
|
|
221
224
|
params=exclude_unset(params),
|
|
222
225
|
headers=exclude_unset(headers),
|
|
226
|
+
stream=stream,
|
|
223
227
|
response_model=list[DependabotAlertWithRepository],
|
|
224
228
|
error_models={
|
|
225
229
|
"403": BasicError,
|
|
@@ -235,6 +239,7 @@ class DependabotClient:
|
|
|
235
239
|
page: Missing[int] = UNSET,
|
|
236
240
|
per_page: Missing[int] = UNSET,
|
|
237
241
|
headers: Optional[Mapping[str, str]] = None,
|
|
242
|
+
stream: bool = False,
|
|
238
243
|
) -> Response[
|
|
239
244
|
DependabotRepositoryAccessDetails, DependabotRepositoryAccessDetailsType
|
|
240
245
|
]:
|
|
@@ -265,6 +270,7 @@ class DependabotClient:
|
|
|
265
270
|
url,
|
|
266
271
|
params=exclude_unset(params),
|
|
267
272
|
headers=exclude_unset(headers),
|
|
273
|
+
stream=stream,
|
|
268
274
|
response_model=DependabotRepositoryAccessDetails,
|
|
269
275
|
error_models={
|
|
270
276
|
"403": BasicError,
|
|
@@ -279,6 +285,7 @@ class DependabotClient:
|
|
|
279
285
|
page: Missing[int] = UNSET,
|
|
280
286
|
per_page: Missing[int] = UNSET,
|
|
281
287
|
headers: Optional[Mapping[str, str]] = None,
|
|
288
|
+
stream: bool = False,
|
|
282
289
|
) -> Response[
|
|
283
290
|
DependabotRepositoryAccessDetails, DependabotRepositoryAccessDetailsType
|
|
284
291
|
]:
|
|
@@ -309,6 +316,7 @@ class DependabotClient:
|
|
|
309
316
|
url,
|
|
310
317
|
params=exclude_unset(params),
|
|
311
318
|
headers=exclude_unset(headers),
|
|
319
|
+
stream=stream,
|
|
312
320
|
response_model=DependabotRepositoryAccessDetails,
|
|
313
321
|
error_models={
|
|
314
322
|
"403": BasicError,
|
|
@@ -322,6 +330,7 @@ class DependabotClient:
|
|
|
322
330
|
org: str,
|
|
323
331
|
*,
|
|
324
332
|
headers: Optional[Mapping[str, str]] = None,
|
|
333
|
+
stream: bool = False,
|
|
325
334
|
data: OrganizationsOrgDependabotRepositoryAccessPatchBodyType,
|
|
326
335
|
) -> Response: ...
|
|
327
336
|
|
|
@@ -332,6 +341,7 @@ class DependabotClient:
|
|
|
332
341
|
*,
|
|
333
342
|
data: UnsetType = UNSET,
|
|
334
343
|
headers: Optional[Mapping[str, str]] = None,
|
|
344
|
+
stream: bool = False,
|
|
335
345
|
repository_ids_to_add: Missing[list[int]] = UNSET,
|
|
336
346
|
repository_ids_to_remove: Missing[list[int]] = UNSET,
|
|
337
347
|
) -> Response: ...
|
|
@@ -341,6 +351,7 @@ class DependabotClient:
|
|
|
341
351
|
org: str,
|
|
342
352
|
*,
|
|
343
353
|
headers: Optional[Mapping[str, str]] = None,
|
|
354
|
+
stream: bool = False,
|
|
344
355
|
data: Missing[OrganizationsOrgDependabotRepositoryAccessPatchBodyType] = UNSET,
|
|
345
356
|
**kwargs,
|
|
346
357
|
) -> Response:
|
|
@@ -388,6 +399,7 @@ class DependabotClient:
|
|
|
388
399
|
url,
|
|
389
400
|
json=exclude_unset(json),
|
|
390
401
|
headers=exclude_unset(headers),
|
|
402
|
+
stream=stream,
|
|
391
403
|
error_models={
|
|
392
404
|
"403": BasicError,
|
|
393
405
|
"404": BasicError,
|
|
@@ -400,6 +412,7 @@ class DependabotClient:
|
|
|
400
412
|
org: str,
|
|
401
413
|
*,
|
|
402
414
|
headers: Optional[Mapping[str, str]] = None,
|
|
415
|
+
stream: bool = False,
|
|
403
416
|
data: OrganizationsOrgDependabotRepositoryAccessPatchBodyType,
|
|
404
417
|
) -> Response: ...
|
|
405
418
|
|
|
@@ -410,6 +423,7 @@ class DependabotClient:
|
|
|
410
423
|
*,
|
|
411
424
|
data: UnsetType = UNSET,
|
|
412
425
|
headers: Optional[Mapping[str, str]] = None,
|
|
426
|
+
stream: bool = False,
|
|
413
427
|
repository_ids_to_add: Missing[list[int]] = UNSET,
|
|
414
428
|
repository_ids_to_remove: Missing[list[int]] = UNSET,
|
|
415
429
|
) -> Response: ...
|
|
@@ -419,6 +433,7 @@ class DependabotClient:
|
|
|
419
433
|
org: str,
|
|
420
434
|
*,
|
|
421
435
|
headers: Optional[Mapping[str, str]] = None,
|
|
436
|
+
stream: bool = False,
|
|
422
437
|
data: Missing[OrganizationsOrgDependabotRepositoryAccessPatchBodyType] = UNSET,
|
|
423
438
|
**kwargs,
|
|
424
439
|
) -> Response:
|
|
@@ -466,6 +481,7 @@ class DependabotClient:
|
|
|
466
481
|
url,
|
|
467
482
|
json=exclude_unset(json),
|
|
468
483
|
headers=exclude_unset(headers),
|
|
484
|
+
stream=stream,
|
|
469
485
|
error_models={
|
|
470
486
|
"403": BasicError,
|
|
471
487
|
"404": BasicError,
|
|
@@ -478,6 +494,7 @@ class DependabotClient:
|
|
|
478
494
|
org: str,
|
|
479
495
|
*,
|
|
480
496
|
headers: Optional[Mapping[str, str]] = None,
|
|
497
|
+
stream: bool = False,
|
|
481
498
|
data: OrganizationsOrgDependabotRepositoryAccessDefaultLevelPutBodyType,
|
|
482
499
|
) -> Response: ...
|
|
483
500
|
|
|
@@ -488,6 +505,7 @@ class DependabotClient:
|
|
|
488
505
|
*,
|
|
489
506
|
data: UnsetType = UNSET,
|
|
490
507
|
headers: Optional[Mapping[str, str]] = None,
|
|
508
|
+
stream: bool = False,
|
|
491
509
|
default_level: Literal["public", "internal"],
|
|
492
510
|
) -> Response: ...
|
|
493
511
|
|
|
@@ -496,6 +514,7 @@ class DependabotClient:
|
|
|
496
514
|
org: str,
|
|
497
515
|
*,
|
|
498
516
|
headers: Optional[Mapping[str, str]] = None,
|
|
517
|
+
stream: bool = False,
|
|
499
518
|
data: Missing[
|
|
500
519
|
OrganizationsOrgDependabotRepositoryAccessDefaultLevelPutBodyType
|
|
501
520
|
] = UNSET,
|
|
@@ -541,6 +560,7 @@ class DependabotClient:
|
|
|
541
560
|
url,
|
|
542
561
|
json=exclude_unset(json),
|
|
543
562
|
headers=exclude_unset(headers),
|
|
563
|
+
stream=stream,
|
|
544
564
|
error_models={
|
|
545
565
|
"403": BasicError,
|
|
546
566
|
"404": BasicError,
|
|
@@ -553,6 +573,7 @@ class DependabotClient:
|
|
|
553
573
|
org: str,
|
|
554
574
|
*,
|
|
555
575
|
headers: Optional[Mapping[str, str]] = None,
|
|
576
|
+
stream: bool = False,
|
|
556
577
|
data: OrganizationsOrgDependabotRepositoryAccessDefaultLevelPutBodyType,
|
|
557
578
|
) -> Response: ...
|
|
558
579
|
|
|
@@ -563,6 +584,7 @@ class DependabotClient:
|
|
|
563
584
|
*,
|
|
564
585
|
data: UnsetType = UNSET,
|
|
565
586
|
headers: Optional[Mapping[str, str]] = None,
|
|
587
|
+
stream: bool = False,
|
|
566
588
|
default_level: Literal["public", "internal"],
|
|
567
589
|
) -> Response: ...
|
|
568
590
|
|
|
@@ -571,6 +593,7 @@ class DependabotClient:
|
|
|
571
593
|
org: str,
|
|
572
594
|
*,
|
|
573
595
|
headers: Optional[Mapping[str, str]] = None,
|
|
596
|
+
stream: bool = False,
|
|
574
597
|
data: Missing[
|
|
575
598
|
OrganizationsOrgDependabotRepositoryAccessDefaultLevelPutBodyType
|
|
576
599
|
] = UNSET,
|
|
@@ -616,6 +639,7 @@ class DependabotClient:
|
|
|
616
639
|
url,
|
|
617
640
|
json=exclude_unset(json),
|
|
618
641
|
headers=exclude_unset(headers),
|
|
642
|
+
stream=stream,
|
|
619
643
|
error_models={
|
|
620
644
|
"403": BasicError,
|
|
621
645
|
"404": BasicError,
|
|
@@ -641,6 +665,7 @@ class DependabotClient:
|
|
|
641
665
|
last: Missing[int] = UNSET,
|
|
642
666
|
per_page: Missing[int] = UNSET,
|
|
643
667
|
headers: Optional[Mapping[str, str]] = None,
|
|
668
|
+
stream: bool = False,
|
|
644
669
|
) -> Response[
|
|
645
670
|
list[DependabotAlertWithRepository], list[DependabotAlertWithRepositoryType]
|
|
646
671
|
]:
|
|
@@ -689,6 +714,7 @@ class DependabotClient:
|
|
|
689
714
|
url,
|
|
690
715
|
params=exclude_unset(params),
|
|
691
716
|
headers=exclude_unset(headers),
|
|
717
|
+
stream=stream,
|
|
692
718
|
response_model=list[DependabotAlertWithRepository],
|
|
693
719
|
error_models={
|
|
694
720
|
"400": BasicError,
|
|
@@ -717,6 +743,7 @@ class DependabotClient:
|
|
|
717
743
|
last: Missing[int] = UNSET,
|
|
718
744
|
per_page: Missing[int] = UNSET,
|
|
719
745
|
headers: Optional[Mapping[str, str]] = None,
|
|
746
|
+
stream: bool = False,
|
|
720
747
|
) -> Response[
|
|
721
748
|
list[DependabotAlertWithRepository], list[DependabotAlertWithRepositoryType]
|
|
722
749
|
]:
|
|
@@ -765,6 +792,7 @@ class DependabotClient:
|
|
|
765
792
|
url,
|
|
766
793
|
params=exclude_unset(params),
|
|
767
794
|
headers=exclude_unset(headers),
|
|
795
|
+
stream=stream,
|
|
768
796
|
response_model=list[DependabotAlertWithRepository],
|
|
769
797
|
error_models={
|
|
770
798
|
"400": BasicError,
|
|
@@ -781,6 +809,7 @@ class DependabotClient:
|
|
|
781
809
|
per_page: Missing[int] = UNSET,
|
|
782
810
|
page: Missing[int] = UNSET,
|
|
783
811
|
headers: Optional[Mapping[str, str]] = None,
|
|
812
|
+
stream: bool = False,
|
|
784
813
|
) -> Response[
|
|
785
814
|
OrgsOrgDependabotSecretsGetResponse200,
|
|
786
815
|
OrgsOrgDependabotSecretsGetResponse200Type,
|
|
@@ -813,6 +842,7 @@ class DependabotClient:
|
|
|
813
842
|
url,
|
|
814
843
|
params=exclude_unset(params),
|
|
815
844
|
headers=exclude_unset(headers),
|
|
845
|
+
stream=stream,
|
|
816
846
|
response_model=OrgsOrgDependabotSecretsGetResponse200,
|
|
817
847
|
)
|
|
818
848
|
|
|
@@ -823,6 +853,7 @@ class DependabotClient:
|
|
|
823
853
|
per_page: Missing[int] = UNSET,
|
|
824
854
|
page: Missing[int] = UNSET,
|
|
825
855
|
headers: Optional[Mapping[str, str]] = None,
|
|
856
|
+
stream: bool = False,
|
|
826
857
|
) -> Response[
|
|
827
858
|
OrgsOrgDependabotSecretsGetResponse200,
|
|
828
859
|
OrgsOrgDependabotSecretsGetResponse200Type,
|
|
@@ -855,6 +886,7 @@ class DependabotClient:
|
|
|
855
886
|
url,
|
|
856
887
|
params=exclude_unset(params),
|
|
857
888
|
headers=exclude_unset(headers),
|
|
889
|
+
stream=stream,
|
|
858
890
|
response_model=OrgsOrgDependabotSecretsGetResponse200,
|
|
859
891
|
)
|
|
860
892
|
|
|
@@ -863,6 +895,7 @@ class DependabotClient:
|
|
|
863
895
|
org: str,
|
|
864
896
|
*,
|
|
865
897
|
headers: Optional[Mapping[str, str]] = None,
|
|
898
|
+
stream: bool = False,
|
|
866
899
|
) -> Response[DependabotPublicKey, DependabotPublicKeyType]:
|
|
867
900
|
"""dependabot/get-org-public-key
|
|
868
901
|
|
|
@@ -886,6 +919,7 @@ class DependabotClient:
|
|
|
886
919
|
"GET",
|
|
887
920
|
url,
|
|
888
921
|
headers=exclude_unset(headers),
|
|
922
|
+
stream=stream,
|
|
889
923
|
response_model=DependabotPublicKey,
|
|
890
924
|
)
|
|
891
925
|
|
|
@@ -894,6 +928,7 @@ class DependabotClient:
|
|
|
894
928
|
org: str,
|
|
895
929
|
*,
|
|
896
930
|
headers: Optional[Mapping[str, str]] = None,
|
|
931
|
+
stream: bool = False,
|
|
897
932
|
) -> Response[DependabotPublicKey, DependabotPublicKeyType]:
|
|
898
933
|
"""dependabot/get-org-public-key
|
|
899
934
|
|
|
@@ -917,6 +952,7 @@ class DependabotClient:
|
|
|
917
952
|
"GET",
|
|
918
953
|
url,
|
|
919
954
|
headers=exclude_unset(headers),
|
|
955
|
+
stream=stream,
|
|
920
956
|
response_model=DependabotPublicKey,
|
|
921
957
|
)
|
|
922
958
|
|
|
@@ -926,6 +962,7 @@ class DependabotClient:
|
|
|
926
962
|
secret_name: str,
|
|
927
963
|
*,
|
|
928
964
|
headers: Optional[Mapping[str, str]] = None,
|
|
965
|
+
stream: bool = False,
|
|
929
966
|
) -> Response[OrganizationDependabotSecret, OrganizationDependabotSecretType]:
|
|
930
967
|
"""dependabot/get-org-secret
|
|
931
968
|
|
|
@@ -948,6 +985,7 @@ class DependabotClient:
|
|
|
948
985
|
"GET",
|
|
949
986
|
url,
|
|
950
987
|
headers=exclude_unset(headers),
|
|
988
|
+
stream=stream,
|
|
951
989
|
response_model=OrganizationDependabotSecret,
|
|
952
990
|
)
|
|
953
991
|
|
|
@@ -957,6 +995,7 @@ class DependabotClient:
|
|
|
957
995
|
secret_name: str,
|
|
958
996
|
*,
|
|
959
997
|
headers: Optional[Mapping[str, str]] = None,
|
|
998
|
+
stream: bool = False,
|
|
960
999
|
) -> Response[OrganizationDependabotSecret, OrganizationDependabotSecretType]:
|
|
961
1000
|
"""dependabot/get-org-secret
|
|
962
1001
|
|
|
@@ -979,6 +1018,7 @@ class DependabotClient:
|
|
|
979
1018
|
"GET",
|
|
980
1019
|
url,
|
|
981
1020
|
headers=exclude_unset(headers),
|
|
1021
|
+
stream=stream,
|
|
982
1022
|
response_model=OrganizationDependabotSecret,
|
|
983
1023
|
)
|
|
984
1024
|
|
|
@@ -989,6 +1029,7 @@ class DependabotClient:
|
|
|
989
1029
|
secret_name: str,
|
|
990
1030
|
*,
|
|
991
1031
|
headers: Optional[Mapping[str, str]] = None,
|
|
1032
|
+
stream: bool = False,
|
|
992
1033
|
data: OrgsOrgDependabotSecretsSecretNamePutBodyType,
|
|
993
1034
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
994
1035
|
|
|
@@ -1000,6 +1041,7 @@ class DependabotClient:
|
|
|
1000
1041
|
*,
|
|
1001
1042
|
data: UnsetType = UNSET,
|
|
1002
1043
|
headers: Optional[Mapping[str, str]] = None,
|
|
1044
|
+
stream: bool = False,
|
|
1003
1045
|
encrypted_value: Missing[str] = UNSET,
|
|
1004
1046
|
key_id: Missing[str] = UNSET,
|
|
1005
1047
|
visibility: Literal["all", "private", "selected"],
|
|
@@ -1012,6 +1054,7 @@ class DependabotClient:
|
|
|
1012
1054
|
secret_name: str,
|
|
1013
1055
|
*,
|
|
1014
1056
|
headers: Optional[Mapping[str, str]] = None,
|
|
1057
|
+
stream: bool = False,
|
|
1015
1058
|
data: Missing[OrgsOrgDependabotSecretsSecretNamePutBodyType] = UNSET,
|
|
1016
1059
|
**kwargs,
|
|
1017
1060
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -1047,6 +1090,7 @@ class DependabotClient:
|
|
|
1047
1090
|
url,
|
|
1048
1091
|
json=exclude_unset(json),
|
|
1049
1092
|
headers=exclude_unset(headers),
|
|
1093
|
+
stream=stream,
|
|
1050
1094
|
response_model=EmptyObject,
|
|
1051
1095
|
)
|
|
1052
1096
|
|
|
@@ -1057,6 +1101,7 @@ class DependabotClient:
|
|
|
1057
1101
|
secret_name: str,
|
|
1058
1102
|
*,
|
|
1059
1103
|
headers: Optional[Mapping[str, str]] = None,
|
|
1104
|
+
stream: bool = False,
|
|
1060
1105
|
data: OrgsOrgDependabotSecretsSecretNamePutBodyType,
|
|
1061
1106
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
1062
1107
|
|
|
@@ -1068,6 +1113,7 @@ class DependabotClient:
|
|
|
1068
1113
|
*,
|
|
1069
1114
|
data: UnsetType = UNSET,
|
|
1070
1115
|
headers: Optional[Mapping[str, str]] = None,
|
|
1116
|
+
stream: bool = False,
|
|
1071
1117
|
encrypted_value: Missing[str] = UNSET,
|
|
1072
1118
|
key_id: Missing[str] = UNSET,
|
|
1073
1119
|
visibility: Literal["all", "private", "selected"],
|
|
@@ -1080,6 +1126,7 @@ class DependabotClient:
|
|
|
1080
1126
|
secret_name: str,
|
|
1081
1127
|
*,
|
|
1082
1128
|
headers: Optional[Mapping[str, str]] = None,
|
|
1129
|
+
stream: bool = False,
|
|
1083
1130
|
data: Missing[OrgsOrgDependabotSecretsSecretNamePutBodyType] = UNSET,
|
|
1084
1131
|
**kwargs,
|
|
1085
1132
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -1115,6 +1162,7 @@ class DependabotClient:
|
|
|
1115
1162
|
url,
|
|
1116
1163
|
json=exclude_unset(json),
|
|
1117
1164
|
headers=exclude_unset(headers),
|
|
1165
|
+
stream=stream,
|
|
1118
1166
|
response_model=EmptyObject,
|
|
1119
1167
|
)
|
|
1120
1168
|
|
|
@@ -1124,6 +1172,7 @@ class DependabotClient:
|
|
|
1124
1172
|
secret_name: str,
|
|
1125
1173
|
*,
|
|
1126
1174
|
headers: Optional[Mapping[str, str]] = None,
|
|
1175
|
+
stream: bool = False,
|
|
1127
1176
|
) -> Response:
|
|
1128
1177
|
"""dependabot/delete-org-secret
|
|
1129
1178
|
|
|
@@ -1144,6 +1193,7 @@ class DependabotClient:
|
|
|
1144
1193
|
"DELETE",
|
|
1145
1194
|
url,
|
|
1146
1195
|
headers=exclude_unset(headers),
|
|
1196
|
+
stream=stream,
|
|
1147
1197
|
)
|
|
1148
1198
|
|
|
1149
1199
|
async def async_delete_org_secret(
|
|
@@ -1152,6 +1202,7 @@ class DependabotClient:
|
|
|
1152
1202
|
secret_name: str,
|
|
1153
1203
|
*,
|
|
1154
1204
|
headers: Optional[Mapping[str, str]] = None,
|
|
1205
|
+
stream: bool = False,
|
|
1155
1206
|
) -> Response:
|
|
1156
1207
|
"""dependabot/delete-org-secret
|
|
1157
1208
|
|
|
@@ -1172,6 +1223,7 @@ class DependabotClient:
|
|
|
1172
1223
|
"DELETE",
|
|
1173
1224
|
url,
|
|
1174
1225
|
headers=exclude_unset(headers),
|
|
1226
|
+
stream=stream,
|
|
1175
1227
|
)
|
|
1176
1228
|
|
|
1177
1229
|
def list_selected_repos_for_org_secret(
|
|
@@ -1182,6 +1234,7 @@ class DependabotClient:
|
|
|
1182
1234
|
page: Missing[int] = UNSET,
|
|
1183
1235
|
per_page: Missing[int] = UNSET,
|
|
1184
1236
|
headers: Optional[Mapping[str, str]] = None,
|
|
1237
|
+
stream: bool = False,
|
|
1185
1238
|
) -> Response[
|
|
1186
1239
|
OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200,
|
|
1187
1240
|
OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200Type,
|
|
@@ -1216,6 +1269,7 @@ class DependabotClient:
|
|
|
1216
1269
|
url,
|
|
1217
1270
|
params=exclude_unset(params),
|
|
1218
1271
|
headers=exclude_unset(headers),
|
|
1272
|
+
stream=stream,
|
|
1219
1273
|
response_model=OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200,
|
|
1220
1274
|
)
|
|
1221
1275
|
|
|
@@ -1227,6 +1281,7 @@ class DependabotClient:
|
|
|
1227
1281
|
page: Missing[int] = UNSET,
|
|
1228
1282
|
per_page: Missing[int] = UNSET,
|
|
1229
1283
|
headers: Optional[Mapping[str, str]] = None,
|
|
1284
|
+
stream: bool = False,
|
|
1230
1285
|
) -> Response[
|
|
1231
1286
|
OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200,
|
|
1232
1287
|
OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200Type,
|
|
@@ -1261,6 +1316,7 @@ class DependabotClient:
|
|
|
1261
1316
|
url,
|
|
1262
1317
|
params=exclude_unset(params),
|
|
1263
1318
|
headers=exclude_unset(headers),
|
|
1319
|
+
stream=stream,
|
|
1264
1320
|
response_model=OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200,
|
|
1265
1321
|
)
|
|
1266
1322
|
|
|
@@ -1271,6 +1327,7 @@ class DependabotClient:
|
|
|
1271
1327
|
secret_name: str,
|
|
1272
1328
|
*,
|
|
1273
1329
|
headers: Optional[Mapping[str, str]] = None,
|
|
1330
|
+
stream: bool = False,
|
|
1274
1331
|
data: OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType,
|
|
1275
1332
|
) -> Response: ...
|
|
1276
1333
|
|
|
@@ -1282,6 +1339,7 @@ class DependabotClient:
|
|
|
1282
1339
|
*,
|
|
1283
1340
|
data: UnsetType = UNSET,
|
|
1284
1341
|
headers: Optional[Mapping[str, str]] = None,
|
|
1342
|
+
stream: bool = False,
|
|
1285
1343
|
selected_repository_ids: list[int],
|
|
1286
1344
|
) -> Response: ...
|
|
1287
1345
|
|
|
@@ -1291,6 +1349,7 @@ class DependabotClient:
|
|
|
1291
1349
|
secret_name: str,
|
|
1292
1350
|
*,
|
|
1293
1351
|
headers: Optional[Mapping[str, str]] = None,
|
|
1352
|
+
stream: bool = False,
|
|
1294
1353
|
data: Missing[
|
|
1295
1354
|
OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType
|
|
1296
1355
|
] = UNSET,
|
|
@@ -1331,6 +1390,7 @@ class DependabotClient:
|
|
|
1331
1390
|
url,
|
|
1332
1391
|
json=exclude_unset(json),
|
|
1333
1392
|
headers=exclude_unset(headers),
|
|
1393
|
+
stream=stream,
|
|
1334
1394
|
)
|
|
1335
1395
|
|
|
1336
1396
|
@overload
|
|
@@ -1340,6 +1400,7 @@ class DependabotClient:
|
|
|
1340
1400
|
secret_name: str,
|
|
1341
1401
|
*,
|
|
1342
1402
|
headers: Optional[Mapping[str, str]] = None,
|
|
1403
|
+
stream: bool = False,
|
|
1343
1404
|
data: OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType,
|
|
1344
1405
|
) -> Response: ...
|
|
1345
1406
|
|
|
@@ -1351,6 +1412,7 @@ class DependabotClient:
|
|
|
1351
1412
|
*,
|
|
1352
1413
|
data: UnsetType = UNSET,
|
|
1353
1414
|
headers: Optional[Mapping[str, str]] = None,
|
|
1415
|
+
stream: bool = False,
|
|
1354
1416
|
selected_repository_ids: list[int],
|
|
1355
1417
|
) -> Response: ...
|
|
1356
1418
|
|
|
@@ -1360,6 +1422,7 @@ class DependabotClient:
|
|
|
1360
1422
|
secret_name: str,
|
|
1361
1423
|
*,
|
|
1362
1424
|
headers: Optional[Mapping[str, str]] = None,
|
|
1425
|
+
stream: bool = False,
|
|
1363
1426
|
data: Missing[
|
|
1364
1427
|
OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType
|
|
1365
1428
|
] = UNSET,
|
|
@@ -1400,6 +1463,7 @@ class DependabotClient:
|
|
|
1400
1463
|
url,
|
|
1401
1464
|
json=exclude_unset(json),
|
|
1402
1465
|
headers=exclude_unset(headers),
|
|
1466
|
+
stream=stream,
|
|
1403
1467
|
)
|
|
1404
1468
|
|
|
1405
1469
|
def add_selected_repo_to_org_secret(
|
|
@@ -1409,6 +1473,7 @@ class DependabotClient:
|
|
|
1409
1473
|
repository_id: int,
|
|
1410
1474
|
*,
|
|
1411
1475
|
headers: Optional[Mapping[str, str]] = None,
|
|
1476
|
+
stream: bool = False,
|
|
1412
1477
|
) -> Response:
|
|
1413
1478
|
"""dependabot/add-selected-repo-to-org-secret
|
|
1414
1479
|
|
|
@@ -1433,6 +1498,7 @@ class DependabotClient:
|
|
|
1433
1498
|
"PUT",
|
|
1434
1499
|
url,
|
|
1435
1500
|
headers=exclude_unset(headers),
|
|
1501
|
+
stream=stream,
|
|
1436
1502
|
error_models={},
|
|
1437
1503
|
)
|
|
1438
1504
|
|
|
@@ -1443,6 +1509,7 @@ class DependabotClient:
|
|
|
1443
1509
|
repository_id: int,
|
|
1444
1510
|
*,
|
|
1445
1511
|
headers: Optional[Mapping[str, str]] = None,
|
|
1512
|
+
stream: bool = False,
|
|
1446
1513
|
) -> Response:
|
|
1447
1514
|
"""dependabot/add-selected-repo-to-org-secret
|
|
1448
1515
|
|
|
@@ -1467,6 +1534,7 @@ class DependabotClient:
|
|
|
1467
1534
|
"PUT",
|
|
1468
1535
|
url,
|
|
1469
1536
|
headers=exclude_unset(headers),
|
|
1537
|
+
stream=stream,
|
|
1470
1538
|
error_models={},
|
|
1471
1539
|
)
|
|
1472
1540
|
|
|
@@ -1477,6 +1545,7 @@ class DependabotClient:
|
|
|
1477
1545
|
repository_id: int,
|
|
1478
1546
|
*,
|
|
1479
1547
|
headers: Optional[Mapping[str, str]] = None,
|
|
1548
|
+
stream: bool = False,
|
|
1480
1549
|
) -> Response:
|
|
1481
1550
|
"""dependabot/remove-selected-repo-from-org-secret
|
|
1482
1551
|
|
|
@@ -1501,6 +1570,7 @@ class DependabotClient:
|
|
|
1501
1570
|
"DELETE",
|
|
1502
1571
|
url,
|
|
1503
1572
|
headers=exclude_unset(headers),
|
|
1573
|
+
stream=stream,
|
|
1504
1574
|
error_models={},
|
|
1505
1575
|
)
|
|
1506
1576
|
|
|
@@ -1511,6 +1581,7 @@ class DependabotClient:
|
|
|
1511
1581
|
repository_id: int,
|
|
1512
1582
|
*,
|
|
1513
1583
|
headers: Optional[Mapping[str, str]] = None,
|
|
1584
|
+
stream: bool = False,
|
|
1514
1585
|
) -> Response:
|
|
1515
1586
|
"""dependabot/remove-selected-repo-from-org-secret
|
|
1516
1587
|
|
|
@@ -1535,6 +1606,7 @@ class DependabotClient:
|
|
|
1535
1606
|
"DELETE",
|
|
1536
1607
|
url,
|
|
1537
1608
|
headers=exclude_unset(headers),
|
|
1609
|
+
stream=stream,
|
|
1538
1610
|
error_models={},
|
|
1539
1611
|
)
|
|
1540
1612
|
|
|
@@ -1560,6 +1632,7 @@ class DependabotClient:
|
|
|
1560
1632
|
first: Missing[int] = UNSET,
|
|
1561
1633
|
last: Missing[int] = UNSET,
|
|
1562
1634
|
headers: Optional[Mapping[str, str]] = None,
|
|
1635
|
+
stream: bool = False,
|
|
1563
1636
|
) -> Response[list[DependabotAlert], list[DependabotAlertType]]:
|
|
1564
1637
|
"""dependabot/list-alerts-for-repo
|
|
1565
1638
|
|
|
@@ -1600,6 +1673,7 @@ class DependabotClient:
|
|
|
1600
1673
|
url,
|
|
1601
1674
|
params=exclude_unset(params),
|
|
1602
1675
|
headers=exclude_unset(headers),
|
|
1676
|
+
stream=stream,
|
|
1603
1677
|
response_model=list[DependabotAlert],
|
|
1604
1678
|
error_models={
|
|
1605
1679
|
"400": BasicError,
|
|
@@ -1631,6 +1705,7 @@ class DependabotClient:
|
|
|
1631
1705
|
first: Missing[int] = UNSET,
|
|
1632
1706
|
last: Missing[int] = UNSET,
|
|
1633
1707
|
headers: Optional[Mapping[str, str]] = None,
|
|
1708
|
+
stream: bool = False,
|
|
1634
1709
|
) -> Response[list[DependabotAlert], list[DependabotAlertType]]:
|
|
1635
1710
|
"""dependabot/list-alerts-for-repo
|
|
1636
1711
|
|
|
@@ -1671,6 +1746,7 @@ class DependabotClient:
|
|
|
1671
1746
|
url,
|
|
1672
1747
|
params=exclude_unset(params),
|
|
1673
1748
|
headers=exclude_unset(headers),
|
|
1749
|
+
stream=stream,
|
|
1674
1750
|
response_model=list[DependabotAlert],
|
|
1675
1751
|
error_models={
|
|
1676
1752
|
"400": BasicError,
|
|
@@ -1687,6 +1763,7 @@ class DependabotClient:
|
|
|
1687
1763
|
alert_number: int,
|
|
1688
1764
|
*,
|
|
1689
1765
|
headers: Optional[Mapping[str, str]] = None,
|
|
1766
|
+
stream: bool = False,
|
|
1690
1767
|
) -> Response[DependabotAlert, DependabotAlertType]:
|
|
1691
1768
|
"""dependabot/get-alert
|
|
1692
1769
|
|
|
@@ -1707,6 +1784,7 @@ class DependabotClient:
|
|
|
1707
1784
|
"GET",
|
|
1708
1785
|
url,
|
|
1709
1786
|
headers=exclude_unset(headers),
|
|
1787
|
+
stream=stream,
|
|
1710
1788
|
response_model=DependabotAlert,
|
|
1711
1789
|
error_models={
|
|
1712
1790
|
"403": BasicError,
|
|
@@ -1721,6 +1799,7 @@ class DependabotClient:
|
|
|
1721
1799
|
alert_number: int,
|
|
1722
1800
|
*,
|
|
1723
1801
|
headers: Optional[Mapping[str, str]] = None,
|
|
1802
|
+
stream: bool = False,
|
|
1724
1803
|
) -> Response[DependabotAlert, DependabotAlertType]:
|
|
1725
1804
|
"""dependabot/get-alert
|
|
1726
1805
|
|
|
@@ -1741,6 +1820,7 @@ class DependabotClient:
|
|
|
1741
1820
|
"GET",
|
|
1742
1821
|
url,
|
|
1743
1822
|
headers=exclude_unset(headers),
|
|
1823
|
+
stream=stream,
|
|
1744
1824
|
response_model=DependabotAlert,
|
|
1745
1825
|
error_models={
|
|
1746
1826
|
"403": BasicError,
|
|
@@ -1756,6 +1836,7 @@ class DependabotClient:
|
|
|
1756
1836
|
alert_number: int,
|
|
1757
1837
|
*,
|
|
1758
1838
|
headers: Optional[Mapping[str, str]] = None,
|
|
1839
|
+
stream: bool = False,
|
|
1759
1840
|
data: ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType,
|
|
1760
1841
|
) -> Response[DependabotAlert, DependabotAlertType]: ...
|
|
1761
1842
|
|
|
@@ -1768,6 +1849,7 @@ class DependabotClient:
|
|
|
1768
1849
|
*,
|
|
1769
1850
|
data: UnsetType = UNSET,
|
|
1770
1851
|
headers: Optional[Mapping[str, str]] = None,
|
|
1852
|
+
stream: bool = False,
|
|
1771
1853
|
state: Literal["dismissed", "open"],
|
|
1772
1854
|
dismissed_reason: Missing[
|
|
1773
1855
|
Literal[
|
|
@@ -1788,6 +1870,7 @@ class DependabotClient:
|
|
|
1788
1870
|
alert_number: int,
|
|
1789
1871
|
*,
|
|
1790
1872
|
headers: Optional[Mapping[str, str]] = None,
|
|
1873
|
+
stream: bool = False,
|
|
1791
1874
|
data: Missing[ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType] = UNSET,
|
|
1792
1875
|
**kwargs,
|
|
1793
1876
|
) -> Response[DependabotAlert, DependabotAlertType]:
|
|
@@ -1829,6 +1912,7 @@ class DependabotClient:
|
|
|
1829
1912
|
url,
|
|
1830
1913
|
json=exclude_unset(json),
|
|
1831
1914
|
headers=exclude_unset(headers),
|
|
1915
|
+
stream=stream,
|
|
1832
1916
|
response_model=DependabotAlert,
|
|
1833
1917
|
error_models={
|
|
1834
1918
|
"400": BasicError,
|
|
@@ -1847,6 +1931,7 @@ class DependabotClient:
|
|
|
1847
1931
|
alert_number: int,
|
|
1848
1932
|
*,
|
|
1849
1933
|
headers: Optional[Mapping[str, str]] = None,
|
|
1934
|
+
stream: bool = False,
|
|
1850
1935
|
data: ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType,
|
|
1851
1936
|
) -> Response[DependabotAlert, DependabotAlertType]: ...
|
|
1852
1937
|
|
|
@@ -1859,6 +1944,7 @@ class DependabotClient:
|
|
|
1859
1944
|
*,
|
|
1860
1945
|
data: UnsetType = UNSET,
|
|
1861
1946
|
headers: Optional[Mapping[str, str]] = None,
|
|
1947
|
+
stream: bool = False,
|
|
1862
1948
|
state: Literal["dismissed", "open"],
|
|
1863
1949
|
dismissed_reason: Missing[
|
|
1864
1950
|
Literal[
|
|
@@ -1879,6 +1965,7 @@ class DependabotClient:
|
|
|
1879
1965
|
alert_number: int,
|
|
1880
1966
|
*,
|
|
1881
1967
|
headers: Optional[Mapping[str, str]] = None,
|
|
1968
|
+
stream: bool = False,
|
|
1882
1969
|
data: Missing[ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType] = UNSET,
|
|
1883
1970
|
**kwargs,
|
|
1884
1971
|
) -> Response[DependabotAlert, DependabotAlertType]:
|
|
@@ -1920,6 +2007,7 @@ class DependabotClient:
|
|
|
1920
2007
|
url,
|
|
1921
2008
|
json=exclude_unset(json),
|
|
1922
2009
|
headers=exclude_unset(headers),
|
|
2010
|
+
stream=stream,
|
|
1923
2011
|
response_model=DependabotAlert,
|
|
1924
2012
|
error_models={
|
|
1925
2013
|
"400": BasicError,
|
|
@@ -1938,6 +2026,7 @@ class DependabotClient:
|
|
|
1938
2026
|
per_page: Missing[int] = UNSET,
|
|
1939
2027
|
page: Missing[int] = UNSET,
|
|
1940
2028
|
headers: Optional[Mapping[str, str]] = None,
|
|
2029
|
+
stream: bool = False,
|
|
1941
2030
|
) -> Response[
|
|
1942
2031
|
ReposOwnerRepoDependabotSecretsGetResponse200,
|
|
1943
2032
|
ReposOwnerRepoDependabotSecretsGetResponse200Type,
|
|
@@ -1970,6 +2059,7 @@ class DependabotClient:
|
|
|
1970
2059
|
url,
|
|
1971
2060
|
params=exclude_unset(params),
|
|
1972
2061
|
headers=exclude_unset(headers),
|
|
2062
|
+
stream=stream,
|
|
1973
2063
|
response_model=ReposOwnerRepoDependabotSecretsGetResponse200,
|
|
1974
2064
|
)
|
|
1975
2065
|
|
|
@@ -1981,6 +2071,7 @@ class DependabotClient:
|
|
|
1981
2071
|
per_page: Missing[int] = UNSET,
|
|
1982
2072
|
page: Missing[int] = UNSET,
|
|
1983
2073
|
headers: Optional[Mapping[str, str]] = None,
|
|
2074
|
+
stream: bool = False,
|
|
1984
2075
|
) -> Response[
|
|
1985
2076
|
ReposOwnerRepoDependabotSecretsGetResponse200,
|
|
1986
2077
|
ReposOwnerRepoDependabotSecretsGetResponse200Type,
|
|
@@ -2013,6 +2104,7 @@ class DependabotClient:
|
|
|
2013
2104
|
url,
|
|
2014
2105
|
params=exclude_unset(params),
|
|
2015
2106
|
headers=exclude_unset(headers),
|
|
2107
|
+
stream=stream,
|
|
2016
2108
|
response_model=ReposOwnerRepoDependabotSecretsGetResponse200,
|
|
2017
2109
|
)
|
|
2018
2110
|
|
|
@@ -2022,6 +2114,7 @@ class DependabotClient:
|
|
|
2022
2114
|
repo: str,
|
|
2023
2115
|
*,
|
|
2024
2116
|
headers: Optional[Mapping[str, str]] = None,
|
|
2117
|
+
stream: bool = False,
|
|
2025
2118
|
) -> Response[DependabotPublicKey, DependabotPublicKeyType]:
|
|
2026
2119
|
"""dependabot/get-repo-public-key
|
|
2027
2120
|
|
|
@@ -2046,6 +2139,7 @@ class DependabotClient:
|
|
|
2046
2139
|
"GET",
|
|
2047
2140
|
url,
|
|
2048
2141
|
headers=exclude_unset(headers),
|
|
2142
|
+
stream=stream,
|
|
2049
2143
|
response_model=DependabotPublicKey,
|
|
2050
2144
|
)
|
|
2051
2145
|
|
|
@@ -2055,6 +2149,7 @@ class DependabotClient:
|
|
|
2055
2149
|
repo: str,
|
|
2056
2150
|
*,
|
|
2057
2151
|
headers: Optional[Mapping[str, str]] = None,
|
|
2152
|
+
stream: bool = False,
|
|
2058
2153
|
) -> Response[DependabotPublicKey, DependabotPublicKeyType]:
|
|
2059
2154
|
"""dependabot/get-repo-public-key
|
|
2060
2155
|
|
|
@@ -2079,6 +2174,7 @@ class DependabotClient:
|
|
|
2079
2174
|
"GET",
|
|
2080
2175
|
url,
|
|
2081
2176
|
headers=exclude_unset(headers),
|
|
2177
|
+
stream=stream,
|
|
2082
2178
|
response_model=DependabotPublicKey,
|
|
2083
2179
|
)
|
|
2084
2180
|
|
|
@@ -2089,6 +2185,7 @@ class DependabotClient:
|
|
|
2089
2185
|
secret_name: str,
|
|
2090
2186
|
*,
|
|
2091
2187
|
headers: Optional[Mapping[str, str]] = None,
|
|
2188
|
+
stream: bool = False,
|
|
2092
2189
|
) -> Response[DependabotSecret, DependabotSecretType]:
|
|
2093
2190
|
"""dependabot/get-repo-secret
|
|
2094
2191
|
|
|
@@ -2111,6 +2208,7 @@ class DependabotClient:
|
|
|
2111
2208
|
"GET",
|
|
2112
2209
|
url,
|
|
2113
2210
|
headers=exclude_unset(headers),
|
|
2211
|
+
stream=stream,
|
|
2114
2212
|
response_model=DependabotSecret,
|
|
2115
2213
|
)
|
|
2116
2214
|
|
|
@@ -2121,6 +2219,7 @@ class DependabotClient:
|
|
|
2121
2219
|
secret_name: str,
|
|
2122
2220
|
*,
|
|
2123
2221
|
headers: Optional[Mapping[str, str]] = None,
|
|
2222
|
+
stream: bool = False,
|
|
2124
2223
|
) -> Response[DependabotSecret, DependabotSecretType]:
|
|
2125
2224
|
"""dependabot/get-repo-secret
|
|
2126
2225
|
|
|
@@ -2143,6 +2242,7 @@ class DependabotClient:
|
|
|
2143
2242
|
"GET",
|
|
2144
2243
|
url,
|
|
2145
2244
|
headers=exclude_unset(headers),
|
|
2245
|
+
stream=stream,
|
|
2146
2246
|
response_model=DependabotSecret,
|
|
2147
2247
|
)
|
|
2148
2248
|
|
|
@@ -2154,6 +2254,7 @@ class DependabotClient:
|
|
|
2154
2254
|
secret_name: str,
|
|
2155
2255
|
*,
|
|
2156
2256
|
headers: Optional[Mapping[str, str]] = None,
|
|
2257
|
+
stream: bool = False,
|
|
2157
2258
|
data: ReposOwnerRepoDependabotSecretsSecretNamePutBodyType,
|
|
2158
2259
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
2159
2260
|
|
|
@@ -2166,6 +2267,7 @@ class DependabotClient:
|
|
|
2166
2267
|
*,
|
|
2167
2268
|
data: UnsetType = UNSET,
|
|
2168
2269
|
headers: Optional[Mapping[str, str]] = None,
|
|
2270
|
+
stream: bool = False,
|
|
2169
2271
|
encrypted_value: Missing[str] = UNSET,
|
|
2170
2272
|
key_id: Missing[str] = UNSET,
|
|
2171
2273
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -2177,6 +2279,7 @@ class DependabotClient:
|
|
|
2177
2279
|
secret_name: str,
|
|
2178
2280
|
*,
|
|
2179
2281
|
headers: Optional[Mapping[str, str]] = None,
|
|
2282
|
+
stream: bool = False,
|
|
2180
2283
|
data: Missing[ReposOwnerRepoDependabotSecretsSecretNamePutBodyType] = UNSET,
|
|
2181
2284
|
**kwargs,
|
|
2182
2285
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -2217,6 +2320,7 @@ class DependabotClient:
|
|
|
2217
2320
|
url,
|
|
2218
2321
|
json=exclude_unset(json),
|
|
2219
2322
|
headers=exclude_unset(headers),
|
|
2323
|
+
stream=stream,
|
|
2220
2324
|
response_model=EmptyObject,
|
|
2221
2325
|
)
|
|
2222
2326
|
|
|
@@ -2228,6 +2332,7 @@ class DependabotClient:
|
|
|
2228
2332
|
secret_name: str,
|
|
2229
2333
|
*,
|
|
2230
2334
|
headers: Optional[Mapping[str, str]] = None,
|
|
2335
|
+
stream: bool = False,
|
|
2231
2336
|
data: ReposOwnerRepoDependabotSecretsSecretNamePutBodyType,
|
|
2232
2337
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
2233
2338
|
|
|
@@ -2240,6 +2345,7 @@ class DependabotClient:
|
|
|
2240
2345
|
*,
|
|
2241
2346
|
data: UnsetType = UNSET,
|
|
2242
2347
|
headers: Optional[Mapping[str, str]] = None,
|
|
2348
|
+
stream: bool = False,
|
|
2243
2349
|
encrypted_value: Missing[str] = UNSET,
|
|
2244
2350
|
key_id: Missing[str] = UNSET,
|
|
2245
2351
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -2251,6 +2357,7 @@ class DependabotClient:
|
|
|
2251
2357
|
secret_name: str,
|
|
2252
2358
|
*,
|
|
2253
2359
|
headers: Optional[Mapping[str, str]] = None,
|
|
2360
|
+
stream: bool = False,
|
|
2254
2361
|
data: Missing[ReposOwnerRepoDependabotSecretsSecretNamePutBodyType] = UNSET,
|
|
2255
2362
|
**kwargs,
|
|
2256
2363
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -2291,6 +2398,7 @@ class DependabotClient:
|
|
|
2291
2398
|
url,
|
|
2292
2399
|
json=exclude_unset(json),
|
|
2293
2400
|
headers=exclude_unset(headers),
|
|
2401
|
+
stream=stream,
|
|
2294
2402
|
response_model=EmptyObject,
|
|
2295
2403
|
)
|
|
2296
2404
|
|
|
@@ -2301,6 +2409,7 @@ class DependabotClient:
|
|
|
2301
2409
|
secret_name: str,
|
|
2302
2410
|
*,
|
|
2303
2411
|
headers: Optional[Mapping[str, str]] = None,
|
|
2412
|
+
stream: bool = False,
|
|
2304
2413
|
) -> Response:
|
|
2305
2414
|
"""dependabot/delete-repo-secret
|
|
2306
2415
|
|
|
@@ -2321,6 +2430,7 @@ class DependabotClient:
|
|
|
2321
2430
|
"DELETE",
|
|
2322
2431
|
url,
|
|
2323
2432
|
headers=exclude_unset(headers),
|
|
2433
|
+
stream=stream,
|
|
2324
2434
|
)
|
|
2325
2435
|
|
|
2326
2436
|
async def async_delete_repo_secret(
|
|
@@ -2330,6 +2440,7 @@ class DependabotClient:
|
|
|
2330
2440
|
secret_name: str,
|
|
2331
2441
|
*,
|
|
2332
2442
|
headers: Optional[Mapping[str, str]] = None,
|
|
2443
|
+
stream: bool = False,
|
|
2333
2444
|
) -> Response:
|
|
2334
2445
|
"""dependabot/delete-repo-secret
|
|
2335
2446
|
|
|
@@ -2350,4 +2461,5 @@ class DependabotClient:
|
|
|
2350
2461
|
"DELETE",
|
|
2351
2462
|
url,
|
|
2352
2463
|
headers=exclude_unset(headers),
|
|
2464
|
+
stream=stream,
|
|
2353
2465
|
)
|