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
|
@@ -86,6 +86,7 @@ class CodeSecurityClient:
|
|
|
86
86
|
before: Missing[str] = UNSET,
|
|
87
87
|
after: Missing[str] = UNSET,
|
|
88
88
|
headers: Optional[Mapping[str, str]] = None,
|
|
89
|
+
stream: bool = False,
|
|
89
90
|
) -> Response[list[CodeSecurityConfiguration], list[CodeSecurityConfigurationType]]:
|
|
90
91
|
"""code-security/get-configurations-for-enterprise
|
|
91
92
|
|
|
@@ -117,6 +118,7 @@ class CodeSecurityClient:
|
|
|
117
118
|
url,
|
|
118
119
|
params=exclude_unset(params),
|
|
119
120
|
headers=exclude_unset(headers),
|
|
121
|
+
stream=stream,
|
|
120
122
|
response_model=list[CodeSecurityConfiguration],
|
|
121
123
|
error_models={
|
|
122
124
|
"403": BasicError,
|
|
@@ -132,6 +134,7 @@ class CodeSecurityClient:
|
|
|
132
134
|
before: Missing[str] = UNSET,
|
|
133
135
|
after: Missing[str] = UNSET,
|
|
134
136
|
headers: Optional[Mapping[str, str]] = None,
|
|
137
|
+
stream: bool = False,
|
|
135
138
|
) -> Response[list[CodeSecurityConfiguration], list[CodeSecurityConfigurationType]]:
|
|
136
139
|
"""code-security/get-configurations-for-enterprise
|
|
137
140
|
|
|
@@ -163,6 +166,7 @@ class CodeSecurityClient:
|
|
|
163
166
|
url,
|
|
164
167
|
params=exclude_unset(params),
|
|
165
168
|
headers=exclude_unset(headers),
|
|
169
|
+
stream=stream,
|
|
166
170
|
response_model=list[CodeSecurityConfiguration],
|
|
167
171
|
error_models={
|
|
168
172
|
"403": BasicError,
|
|
@@ -176,6 +180,7 @@ class CodeSecurityClient:
|
|
|
176
180
|
enterprise: str,
|
|
177
181
|
*,
|
|
178
182
|
headers: Optional[Mapping[str, str]] = None,
|
|
183
|
+
stream: bool = False,
|
|
179
184
|
data: EnterprisesEnterpriseCodeSecurityConfigurationsPostBodyType,
|
|
180
185
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]: ...
|
|
181
186
|
|
|
@@ -186,6 +191,7 @@ class CodeSecurityClient:
|
|
|
186
191
|
*,
|
|
187
192
|
data: UnsetType = UNSET,
|
|
188
193
|
headers: Optional[Mapping[str, str]] = None,
|
|
194
|
+
stream: bool = False,
|
|
189
195
|
name: str,
|
|
190
196
|
description: str,
|
|
191
197
|
advanced_security: Missing[
|
|
@@ -238,6 +244,7 @@ class CodeSecurityClient:
|
|
|
238
244
|
enterprise: str,
|
|
239
245
|
*,
|
|
240
246
|
headers: Optional[Mapping[str, str]] = None,
|
|
247
|
+
stream: bool = False,
|
|
241
248
|
data: Missing[
|
|
242
249
|
EnterprisesEnterpriseCodeSecurityConfigurationsPostBodyType
|
|
243
250
|
] = UNSET,
|
|
@@ -282,6 +289,7 @@ class CodeSecurityClient:
|
|
|
282
289
|
url,
|
|
283
290
|
json=exclude_unset(json),
|
|
284
291
|
headers=exclude_unset(headers),
|
|
292
|
+
stream=stream,
|
|
285
293
|
response_model=CodeSecurityConfiguration,
|
|
286
294
|
error_models={
|
|
287
295
|
"400": BasicError,
|
|
@@ -296,6 +304,7 @@ class CodeSecurityClient:
|
|
|
296
304
|
enterprise: str,
|
|
297
305
|
*,
|
|
298
306
|
headers: Optional[Mapping[str, str]] = None,
|
|
307
|
+
stream: bool = False,
|
|
299
308
|
data: EnterprisesEnterpriseCodeSecurityConfigurationsPostBodyType,
|
|
300
309
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]: ...
|
|
301
310
|
|
|
@@ -306,6 +315,7 @@ class CodeSecurityClient:
|
|
|
306
315
|
*,
|
|
307
316
|
data: UnsetType = UNSET,
|
|
308
317
|
headers: Optional[Mapping[str, str]] = None,
|
|
318
|
+
stream: bool = False,
|
|
309
319
|
name: str,
|
|
310
320
|
description: str,
|
|
311
321
|
advanced_security: Missing[
|
|
@@ -358,6 +368,7 @@ class CodeSecurityClient:
|
|
|
358
368
|
enterprise: str,
|
|
359
369
|
*,
|
|
360
370
|
headers: Optional[Mapping[str, str]] = None,
|
|
371
|
+
stream: bool = False,
|
|
361
372
|
data: Missing[
|
|
362
373
|
EnterprisesEnterpriseCodeSecurityConfigurationsPostBodyType
|
|
363
374
|
] = UNSET,
|
|
@@ -402,6 +413,7 @@ class CodeSecurityClient:
|
|
|
402
413
|
url,
|
|
403
414
|
json=exclude_unset(json),
|
|
404
415
|
headers=exclude_unset(headers),
|
|
416
|
+
stream=stream,
|
|
405
417
|
response_model=CodeSecurityConfiguration,
|
|
406
418
|
error_models={
|
|
407
419
|
"400": BasicError,
|
|
@@ -415,6 +427,7 @@ class CodeSecurityClient:
|
|
|
415
427
|
enterprise: str,
|
|
416
428
|
*,
|
|
417
429
|
headers: Optional[Mapping[str, str]] = None,
|
|
430
|
+
stream: bool = False,
|
|
418
431
|
) -> Response[
|
|
419
432
|
list[CodeSecurityDefaultConfigurationsItems],
|
|
420
433
|
list[CodeSecurityDefaultConfigurationsItemsType],
|
|
@@ -442,6 +455,7 @@ class CodeSecurityClient:
|
|
|
442
455
|
"GET",
|
|
443
456
|
url,
|
|
444
457
|
headers=exclude_unset(headers),
|
|
458
|
+
stream=stream,
|
|
445
459
|
response_model=list[CodeSecurityDefaultConfigurationsItems],
|
|
446
460
|
)
|
|
447
461
|
|
|
@@ -450,6 +464,7 @@ class CodeSecurityClient:
|
|
|
450
464
|
enterprise: str,
|
|
451
465
|
*,
|
|
452
466
|
headers: Optional[Mapping[str, str]] = None,
|
|
467
|
+
stream: bool = False,
|
|
453
468
|
) -> Response[
|
|
454
469
|
list[CodeSecurityDefaultConfigurationsItems],
|
|
455
470
|
list[CodeSecurityDefaultConfigurationsItemsType],
|
|
@@ -477,6 +492,7 @@ class CodeSecurityClient:
|
|
|
477
492
|
"GET",
|
|
478
493
|
url,
|
|
479
494
|
headers=exclude_unset(headers),
|
|
495
|
+
stream=stream,
|
|
480
496
|
response_model=list[CodeSecurityDefaultConfigurationsItems],
|
|
481
497
|
)
|
|
482
498
|
|
|
@@ -486,6 +502,7 @@ class CodeSecurityClient:
|
|
|
486
502
|
configuration_id: int,
|
|
487
503
|
*,
|
|
488
504
|
headers: Optional[Mapping[str, str]] = None,
|
|
505
|
+
stream: bool = False,
|
|
489
506
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]:
|
|
490
507
|
"""code-security/get-single-configuration-for-enterprise
|
|
491
508
|
|
|
@@ -512,6 +529,7 @@ class CodeSecurityClient:
|
|
|
512
529
|
"GET",
|
|
513
530
|
url,
|
|
514
531
|
headers=exclude_unset(headers),
|
|
532
|
+
stream=stream,
|
|
515
533
|
response_model=CodeSecurityConfiguration,
|
|
516
534
|
error_models={
|
|
517
535
|
"403": BasicError,
|
|
@@ -525,6 +543,7 @@ class CodeSecurityClient:
|
|
|
525
543
|
configuration_id: int,
|
|
526
544
|
*,
|
|
527
545
|
headers: Optional[Mapping[str, str]] = None,
|
|
546
|
+
stream: bool = False,
|
|
528
547
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]:
|
|
529
548
|
"""code-security/get-single-configuration-for-enterprise
|
|
530
549
|
|
|
@@ -551,6 +570,7 @@ class CodeSecurityClient:
|
|
|
551
570
|
"GET",
|
|
552
571
|
url,
|
|
553
572
|
headers=exclude_unset(headers),
|
|
573
|
+
stream=stream,
|
|
554
574
|
response_model=CodeSecurityConfiguration,
|
|
555
575
|
error_models={
|
|
556
576
|
"403": BasicError,
|
|
@@ -564,6 +584,7 @@ class CodeSecurityClient:
|
|
|
564
584
|
configuration_id: int,
|
|
565
585
|
*,
|
|
566
586
|
headers: Optional[Mapping[str, str]] = None,
|
|
587
|
+
stream: bool = False,
|
|
567
588
|
) -> Response:
|
|
568
589
|
"""code-security/delete-configuration-for-enterprise
|
|
569
590
|
|
|
@@ -592,6 +613,7 @@ class CodeSecurityClient:
|
|
|
592
613
|
"DELETE",
|
|
593
614
|
url,
|
|
594
615
|
headers=exclude_unset(headers),
|
|
616
|
+
stream=stream,
|
|
595
617
|
error_models={
|
|
596
618
|
"400": BasicError,
|
|
597
619
|
"403": BasicError,
|
|
@@ -606,6 +628,7 @@ class CodeSecurityClient:
|
|
|
606
628
|
configuration_id: int,
|
|
607
629
|
*,
|
|
608
630
|
headers: Optional[Mapping[str, str]] = None,
|
|
631
|
+
stream: bool = False,
|
|
609
632
|
) -> Response:
|
|
610
633
|
"""code-security/delete-configuration-for-enterprise
|
|
611
634
|
|
|
@@ -634,6 +657,7 @@ class CodeSecurityClient:
|
|
|
634
657
|
"DELETE",
|
|
635
658
|
url,
|
|
636
659
|
headers=exclude_unset(headers),
|
|
660
|
+
stream=stream,
|
|
637
661
|
error_models={
|
|
638
662
|
"400": BasicError,
|
|
639
663
|
"403": BasicError,
|
|
@@ -649,6 +673,7 @@ class CodeSecurityClient:
|
|
|
649
673
|
configuration_id: int,
|
|
650
674
|
*,
|
|
651
675
|
headers: Optional[Mapping[str, str]] = None,
|
|
676
|
+
stream: bool = False,
|
|
652
677
|
data: EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdPatchBodyType,
|
|
653
678
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]: ...
|
|
654
679
|
|
|
@@ -660,6 +685,7 @@ class CodeSecurityClient:
|
|
|
660
685
|
*,
|
|
661
686
|
data: UnsetType = UNSET,
|
|
662
687
|
headers: Optional[Mapping[str, str]] = None,
|
|
688
|
+
stream: bool = False,
|
|
663
689
|
name: Missing[str] = UNSET,
|
|
664
690
|
description: Missing[str] = UNSET,
|
|
665
691
|
advanced_security: Missing[
|
|
@@ -713,6 +739,7 @@ class CodeSecurityClient:
|
|
|
713
739
|
configuration_id: int,
|
|
714
740
|
*,
|
|
715
741
|
headers: Optional[Mapping[str, str]] = None,
|
|
742
|
+
stream: bool = False,
|
|
716
743
|
data: Missing[
|
|
717
744
|
EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdPatchBodyType
|
|
718
745
|
] = UNSET,
|
|
@@ -760,6 +787,7 @@ class CodeSecurityClient:
|
|
|
760
787
|
url,
|
|
761
788
|
json=exclude_unset(json),
|
|
762
789
|
headers=exclude_unset(headers),
|
|
790
|
+
stream=stream,
|
|
763
791
|
response_model=CodeSecurityConfiguration,
|
|
764
792
|
error_models={
|
|
765
793
|
"403": BasicError,
|
|
@@ -775,6 +803,7 @@ class CodeSecurityClient:
|
|
|
775
803
|
configuration_id: int,
|
|
776
804
|
*,
|
|
777
805
|
headers: Optional[Mapping[str, str]] = None,
|
|
806
|
+
stream: bool = False,
|
|
778
807
|
data: EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdPatchBodyType,
|
|
779
808
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]: ...
|
|
780
809
|
|
|
@@ -786,6 +815,7 @@ class CodeSecurityClient:
|
|
|
786
815
|
*,
|
|
787
816
|
data: UnsetType = UNSET,
|
|
788
817
|
headers: Optional[Mapping[str, str]] = None,
|
|
818
|
+
stream: bool = False,
|
|
789
819
|
name: Missing[str] = UNSET,
|
|
790
820
|
description: Missing[str] = UNSET,
|
|
791
821
|
advanced_security: Missing[
|
|
@@ -839,6 +869,7 @@ class CodeSecurityClient:
|
|
|
839
869
|
configuration_id: int,
|
|
840
870
|
*,
|
|
841
871
|
headers: Optional[Mapping[str, str]] = None,
|
|
872
|
+
stream: bool = False,
|
|
842
873
|
data: Missing[
|
|
843
874
|
EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdPatchBodyType
|
|
844
875
|
] = UNSET,
|
|
@@ -886,6 +917,7 @@ class CodeSecurityClient:
|
|
|
886
917
|
url,
|
|
887
918
|
json=exclude_unset(json),
|
|
888
919
|
headers=exclude_unset(headers),
|
|
920
|
+
stream=stream,
|
|
889
921
|
response_model=CodeSecurityConfiguration,
|
|
890
922
|
error_models={
|
|
891
923
|
"403": BasicError,
|
|
@@ -901,6 +933,7 @@ class CodeSecurityClient:
|
|
|
901
933
|
configuration_id: int,
|
|
902
934
|
*,
|
|
903
935
|
headers: Optional[Mapping[str, str]] = None,
|
|
936
|
+
stream: bool = False,
|
|
904
937
|
data: EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdAttachPostBodyType,
|
|
905
938
|
) -> Response[
|
|
906
939
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -915,6 +948,7 @@ class CodeSecurityClient:
|
|
|
915
948
|
*,
|
|
916
949
|
data: UnsetType = UNSET,
|
|
917
950
|
headers: Optional[Mapping[str, str]] = None,
|
|
951
|
+
stream: bool = False,
|
|
918
952
|
scope: Literal["all", "all_without_configurations"],
|
|
919
953
|
) -> Response[
|
|
920
954
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -927,6 +961,7 @@ class CodeSecurityClient:
|
|
|
927
961
|
configuration_id: int,
|
|
928
962
|
*,
|
|
929
963
|
headers: Optional[Mapping[str, str]] = None,
|
|
964
|
+
stream: bool = False,
|
|
930
965
|
data: Missing[
|
|
931
966
|
EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdAttachPostBodyType
|
|
932
967
|
] = UNSET,
|
|
@@ -977,6 +1012,7 @@ class CodeSecurityClient:
|
|
|
977
1012
|
url,
|
|
978
1013
|
json=exclude_unset(json),
|
|
979
1014
|
headers=exclude_unset(headers),
|
|
1015
|
+
stream=stream,
|
|
980
1016
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
981
1017
|
error_models={
|
|
982
1018
|
"403": BasicError,
|
|
@@ -992,6 +1028,7 @@ class CodeSecurityClient:
|
|
|
992
1028
|
configuration_id: int,
|
|
993
1029
|
*,
|
|
994
1030
|
headers: Optional[Mapping[str, str]] = None,
|
|
1031
|
+
stream: bool = False,
|
|
995
1032
|
data: EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdAttachPostBodyType,
|
|
996
1033
|
) -> Response[
|
|
997
1034
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -1006,6 +1043,7 @@ class CodeSecurityClient:
|
|
|
1006
1043
|
*,
|
|
1007
1044
|
data: UnsetType = UNSET,
|
|
1008
1045
|
headers: Optional[Mapping[str, str]] = None,
|
|
1046
|
+
stream: bool = False,
|
|
1009
1047
|
scope: Literal["all", "all_without_configurations"],
|
|
1010
1048
|
) -> Response[
|
|
1011
1049
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -1018,6 +1056,7 @@ class CodeSecurityClient:
|
|
|
1018
1056
|
configuration_id: int,
|
|
1019
1057
|
*,
|
|
1020
1058
|
headers: Optional[Mapping[str, str]] = None,
|
|
1059
|
+
stream: bool = False,
|
|
1021
1060
|
data: Missing[
|
|
1022
1061
|
EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdAttachPostBodyType
|
|
1023
1062
|
] = UNSET,
|
|
@@ -1068,6 +1107,7 @@ class CodeSecurityClient:
|
|
|
1068
1107
|
url,
|
|
1069
1108
|
json=exclude_unset(json),
|
|
1070
1109
|
headers=exclude_unset(headers),
|
|
1110
|
+
stream=stream,
|
|
1071
1111
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
1072
1112
|
error_models={
|
|
1073
1113
|
"403": BasicError,
|
|
@@ -1083,6 +1123,7 @@ class CodeSecurityClient:
|
|
|
1083
1123
|
configuration_id: int,
|
|
1084
1124
|
*,
|
|
1085
1125
|
headers: Optional[Mapping[str, str]] = None,
|
|
1126
|
+
stream: bool = False,
|
|
1086
1127
|
data: EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType,
|
|
1087
1128
|
) -> Response[
|
|
1088
1129
|
EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200,
|
|
@@ -1097,6 +1138,7 @@ class CodeSecurityClient:
|
|
|
1097
1138
|
*,
|
|
1098
1139
|
data: UnsetType = UNSET,
|
|
1099
1140
|
headers: Optional[Mapping[str, str]] = None,
|
|
1141
|
+
stream: bool = False,
|
|
1100
1142
|
default_for_new_repos: Missing[
|
|
1101
1143
|
Literal["all", "none", "private_and_internal", "public"]
|
|
1102
1144
|
] = UNSET,
|
|
@@ -1111,6 +1153,7 @@ class CodeSecurityClient:
|
|
|
1111
1153
|
configuration_id: int,
|
|
1112
1154
|
*,
|
|
1113
1155
|
headers: Optional[Mapping[str, str]] = None,
|
|
1156
|
+
stream: bool = False,
|
|
1114
1157
|
data: Missing[
|
|
1115
1158
|
EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType
|
|
1116
1159
|
] = UNSET,
|
|
@@ -1161,6 +1204,7 @@ class CodeSecurityClient:
|
|
|
1161
1204
|
url,
|
|
1162
1205
|
json=exclude_unset(json),
|
|
1163
1206
|
headers=exclude_unset(headers),
|
|
1207
|
+
stream=stream,
|
|
1164
1208
|
response_model=EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200,
|
|
1165
1209
|
error_models={
|
|
1166
1210
|
"403": BasicError,
|
|
@@ -1175,6 +1219,7 @@ class CodeSecurityClient:
|
|
|
1175
1219
|
configuration_id: int,
|
|
1176
1220
|
*,
|
|
1177
1221
|
headers: Optional[Mapping[str, str]] = None,
|
|
1222
|
+
stream: bool = False,
|
|
1178
1223
|
data: EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType,
|
|
1179
1224
|
) -> Response[
|
|
1180
1225
|
EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200,
|
|
@@ -1189,6 +1234,7 @@ class CodeSecurityClient:
|
|
|
1189
1234
|
*,
|
|
1190
1235
|
data: UnsetType = UNSET,
|
|
1191
1236
|
headers: Optional[Mapping[str, str]] = None,
|
|
1237
|
+
stream: bool = False,
|
|
1192
1238
|
default_for_new_repos: Missing[
|
|
1193
1239
|
Literal["all", "none", "private_and_internal", "public"]
|
|
1194
1240
|
] = UNSET,
|
|
@@ -1203,6 +1249,7 @@ class CodeSecurityClient:
|
|
|
1203
1249
|
configuration_id: int,
|
|
1204
1250
|
*,
|
|
1205
1251
|
headers: Optional[Mapping[str, str]] = None,
|
|
1252
|
+
stream: bool = False,
|
|
1206
1253
|
data: Missing[
|
|
1207
1254
|
EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType
|
|
1208
1255
|
] = UNSET,
|
|
@@ -1253,6 +1300,7 @@ class CodeSecurityClient:
|
|
|
1253
1300
|
url,
|
|
1254
1301
|
json=exclude_unset(json),
|
|
1255
1302
|
headers=exclude_unset(headers),
|
|
1303
|
+
stream=stream,
|
|
1256
1304
|
response_model=EnterprisesEnterpriseCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200,
|
|
1257
1305
|
error_models={
|
|
1258
1306
|
"403": BasicError,
|
|
@@ -1270,6 +1318,7 @@ class CodeSecurityClient:
|
|
|
1270
1318
|
after: Missing[str] = UNSET,
|
|
1271
1319
|
status: Missing[str] = UNSET,
|
|
1272
1320
|
headers: Optional[Mapping[str, str]] = None,
|
|
1321
|
+
stream: bool = False,
|
|
1273
1322
|
) -> Response[
|
|
1274
1323
|
list[CodeSecurityConfigurationRepositories],
|
|
1275
1324
|
list[CodeSecurityConfigurationRepositoriesType],
|
|
@@ -1305,6 +1354,7 @@ class CodeSecurityClient:
|
|
|
1305
1354
|
url,
|
|
1306
1355
|
params=exclude_unset(params),
|
|
1307
1356
|
headers=exclude_unset(headers),
|
|
1357
|
+
stream=stream,
|
|
1308
1358
|
response_model=list[CodeSecurityConfigurationRepositories],
|
|
1309
1359
|
error_models={
|
|
1310
1360
|
"403": BasicError,
|
|
@@ -1322,6 +1372,7 @@ class CodeSecurityClient:
|
|
|
1322
1372
|
after: Missing[str] = UNSET,
|
|
1323
1373
|
status: Missing[str] = UNSET,
|
|
1324
1374
|
headers: Optional[Mapping[str, str]] = None,
|
|
1375
|
+
stream: bool = False,
|
|
1325
1376
|
) -> Response[
|
|
1326
1377
|
list[CodeSecurityConfigurationRepositories],
|
|
1327
1378
|
list[CodeSecurityConfigurationRepositoriesType],
|
|
@@ -1357,6 +1408,7 @@ class CodeSecurityClient:
|
|
|
1357
1408
|
url,
|
|
1358
1409
|
params=exclude_unset(params),
|
|
1359
1410
|
headers=exclude_unset(headers),
|
|
1411
|
+
stream=stream,
|
|
1360
1412
|
response_model=list[CodeSecurityConfigurationRepositories],
|
|
1361
1413
|
error_models={
|
|
1362
1414
|
"403": BasicError,
|
|
@@ -1373,6 +1425,7 @@ class CodeSecurityClient:
|
|
|
1373
1425
|
before: Missing[str] = UNSET,
|
|
1374
1426
|
after: Missing[str] = UNSET,
|
|
1375
1427
|
headers: Optional[Mapping[str, str]] = None,
|
|
1428
|
+
stream: bool = False,
|
|
1376
1429
|
) -> Response[list[CodeSecurityConfiguration], list[CodeSecurityConfigurationType]]:
|
|
1377
1430
|
"""code-security/get-configurations-for-org
|
|
1378
1431
|
|
|
@@ -1405,6 +1458,7 @@ class CodeSecurityClient:
|
|
|
1405
1458
|
url,
|
|
1406
1459
|
params=exclude_unset(params),
|
|
1407
1460
|
headers=exclude_unset(headers),
|
|
1461
|
+
stream=stream,
|
|
1408
1462
|
response_model=list[CodeSecurityConfiguration],
|
|
1409
1463
|
error_models={
|
|
1410
1464
|
"403": BasicError,
|
|
@@ -1421,6 +1475,7 @@ class CodeSecurityClient:
|
|
|
1421
1475
|
before: Missing[str] = UNSET,
|
|
1422
1476
|
after: Missing[str] = UNSET,
|
|
1423
1477
|
headers: Optional[Mapping[str, str]] = None,
|
|
1478
|
+
stream: bool = False,
|
|
1424
1479
|
) -> Response[list[CodeSecurityConfiguration], list[CodeSecurityConfigurationType]]:
|
|
1425
1480
|
"""code-security/get-configurations-for-org
|
|
1426
1481
|
|
|
@@ -1453,6 +1508,7 @@ class CodeSecurityClient:
|
|
|
1453
1508
|
url,
|
|
1454
1509
|
params=exclude_unset(params),
|
|
1455
1510
|
headers=exclude_unset(headers),
|
|
1511
|
+
stream=stream,
|
|
1456
1512
|
response_model=list[CodeSecurityConfiguration],
|
|
1457
1513
|
error_models={
|
|
1458
1514
|
"403": BasicError,
|
|
@@ -1466,6 +1522,7 @@ class CodeSecurityClient:
|
|
|
1466
1522
|
org: str,
|
|
1467
1523
|
*,
|
|
1468
1524
|
headers: Optional[Mapping[str, str]] = None,
|
|
1525
|
+
stream: bool = False,
|
|
1469
1526
|
data: OrgsOrgCodeSecurityConfigurationsPostBodyType,
|
|
1470
1527
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]: ...
|
|
1471
1528
|
|
|
@@ -1476,6 +1533,7 @@ class CodeSecurityClient:
|
|
|
1476
1533
|
*,
|
|
1477
1534
|
data: UnsetType = UNSET,
|
|
1478
1535
|
headers: Optional[Mapping[str, str]] = None,
|
|
1536
|
+
stream: bool = False,
|
|
1479
1537
|
name: str,
|
|
1480
1538
|
description: str,
|
|
1481
1539
|
advanced_security: Missing[
|
|
@@ -1534,6 +1592,7 @@ class CodeSecurityClient:
|
|
|
1534
1592
|
org: str,
|
|
1535
1593
|
*,
|
|
1536
1594
|
headers: Optional[Mapping[str, str]] = None,
|
|
1595
|
+
stream: bool = False,
|
|
1537
1596
|
data: Missing[OrgsOrgCodeSecurityConfigurationsPostBodyType] = UNSET,
|
|
1538
1597
|
**kwargs,
|
|
1539
1598
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]:
|
|
@@ -1573,6 +1632,7 @@ class CodeSecurityClient:
|
|
|
1573
1632
|
url,
|
|
1574
1633
|
json=exclude_unset(json),
|
|
1575
1634
|
headers=exclude_unset(headers),
|
|
1635
|
+
stream=stream,
|
|
1576
1636
|
response_model=CodeSecurityConfiguration,
|
|
1577
1637
|
)
|
|
1578
1638
|
|
|
@@ -1582,6 +1642,7 @@ class CodeSecurityClient:
|
|
|
1582
1642
|
org: str,
|
|
1583
1643
|
*,
|
|
1584
1644
|
headers: Optional[Mapping[str, str]] = None,
|
|
1645
|
+
stream: bool = False,
|
|
1585
1646
|
data: OrgsOrgCodeSecurityConfigurationsPostBodyType,
|
|
1586
1647
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]: ...
|
|
1587
1648
|
|
|
@@ -1592,6 +1653,7 @@ class CodeSecurityClient:
|
|
|
1592
1653
|
*,
|
|
1593
1654
|
data: UnsetType = UNSET,
|
|
1594
1655
|
headers: Optional[Mapping[str, str]] = None,
|
|
1656
|
+
stream: bool = False,
|
|
1595
1657
|
name: str,
|
|
1596
1658
|
description: str,
|
|
1597
1659
|
advanced_security: Missing[
|
|
@@ -1650,6 +1712,7 @@ class CodeSecurityClient:
|
|
|
1650
1712
|
org: str,
|
|
1651
1713
|
*,
|
|
1652
1714
|
headers: Optional[Mapping[str, str]] = None,
|
|
1715
|
+
stream: bool = False,
|
|
1653
1716
|
data: Missing[OrgsOrgCodeSecurityConfigurationsPostBodyType] = UNSET,
|
|
1654
1717
|
**kwargs,
|
|
1655
1718
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]:
|
|
@@ -1689,6 +1752,7 @@ class CodeSecurityClient:
|
|
|
1689
1752
|
url,
|
|
1690
1753
|
json=exclude_unset(json),
|
|
1691
1754
|
headers=exclude_unset(headers),
|
|
1755
|
+
stream=stream,
|
|
1692
1756
|
response_model=CodeSecurityConfiguration,
|
|
1693
1757
|
)
|
|
1694
1758
|
|
|
@@ -1697,6 +1761,7 @@ class CodeSecurityClient:
|
|
|
1697
1761
|
org: str,
|
|
1698
1762
|
*,
|
|
1699
1763
|
headers: Optional[Mapping[str, str]] = None,
|
|
1764
|
+
stream: bool = False,
|
|
1700
1765
|
) -> Response[
|
|
1701
1766
|
list[CodeSecurityDefaultConfigurationsItems],
|
|
1702
1767
|
list[CodeSecurityDefaultConfigurationsItemsType],
|
|
@@ -1724,6 +1789,7 @@ class CodeSecurityClient:
|
|
|
1724
1789
|
"GET",
|
|
1725
1790
|
url,
|
|
1726
1791
|
headers=exclude_unset(headers),
|
|
1792
|
+
stream=stream,
|
|
1727
1793
|
response_model=list[CodeSecurityDefaultConfigurationsItems],
|
|
1728
1794
|
error_models={
|
|
1729
1795
|
"403": BasicError,
|
|
@@ -1736,6 +1802,7 @@ class CodeSecurityClient:
|
|
|
1736
1802
|
org: str,
|
|
1737
1803
|
*,
|
|
1738
1804
|
headers: Optional[Mapping[str, str]] = None,
|
|
1805
|
+
stream: bool = False,
|
|
1739
1806
|
) -> Response[
|
|
1740
1807
|
list[CodeSecurityDefaultConfigurationsItems],
|
|
1741
1808
|
list[CodeSecurityDefaultConfigurationsItemsType],
|
|
@@ -1763,6 +1830,7 @@ class CodeSecurityClient:
|
|
|
1763
1830
|
"GET",
|
|
1764
1831
|
url,
|
|
1765
1832
|
headers=exclude_unset(headers),
|
|
1833
|
+
stream=stream,
|
|
1766
1834
|
response_model=list[CodeSecurityDefaultConfigurationsItems],
|
|
1767
1835
|
error_models={
|
|
1768
1836
|
"403": BasicError,
|
|
@@ -1776,6 +1844,7 @@ class CodeSecurityClient:
|
|
|
1776
1844
|
org: str,
|
|
1777
1845
|
*,
|
|
1778
1846
|
headers: Optional[Mapping[str, str]] = None,
|
|
1847
|
+
stream: bool = False,
|
|
1779
1848
|
data: OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType,
|
|
1780
1849
|
) -> Response: ...
|
|
1781
1850
|
|
|
@@ -1786,6 +1855,7 @@ class CodeSecurityClient:
|
|
|
1786
1855
|
*,
|
|
1787
1856
|
data: UnsetType = UNSET,
|
|
1788
1857
|
headers: Optional[Mapping[str, str]] = None,
|
|
1858
|
+
stream: bool = False,
|
|
1789
1859
|
selected_repository_ids: Missing[list[int]] = UNSET,
|
|
1790
1860
|
) -> Response: ...
|
|
1791
1861
|
|
|
@@ -1794,6 +1864,7 @@ class CodeSecurityClient:
|
|
|
1794
1864
|
org: str,
|
|
1795
1865
|
*,
|
|
1796
1866
|
headers: Optional[Mapping[str, str]] = None,
|
|
1867
|
+
stream: bool = False,
|
|
1797
1868
|
data: Missing[OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType] = UNSET,
|
|
1798
1869
|
**kwargs,
|
|
1799
1870
|
) -> Response:
|
|
@@ -1836,6 +1907,7 @@ class CodeSecurityClient:
|
|
|
1836
1907
|
url,
|
|
1837
1908
|
json=exclude_unset(json),
|
|
1838
1909
|
headers=exclude_unset(headers),
|
|
1910
|
+
stream=stream,
|
|
1839
1911
|
error_models={
|
|
1840
1912
|
"400": BasicError,
|
|
1841
1913
|
"403": BasicError,
|
|
@@ -1850,6 +1922,7 @@ class CodeSecurityClient:
|
|
|
1850
1922
|
org: str,
|
|
1851
1923
|
*,
|
|
1852
1924
|
headers: Optional[Mapping[str, str]] = None,
|
|
1925
|
+
stream: bool = False,
|
|
1853
1926
|
data: OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType,
|
|
1854
1927
|
) -> Response: ...
|
|
1855
1928
|
|
|
@@ -1860,6 +1933,7 @@ class CodeSecurityClient:
|
|
|
1860
1933
|
*,
|
|
1861
1934
|
data: UnsetType = UNSET,
|
|
1862
1935
|
headers: Optional[Mapping[str, str]] = None,
|
|
1936
|
+
stream: bool = False,
|
|
1863
1937
|
selected_repository_ids: Missing[list[int]] = UNSET,
|
|
1864
1938
|
) -> Response: ...
|
|
1865
1939
|
|
|
@@ -1868,6 +1942,7 @@ class CodeSecurityClient:
|
|
|
1868
1942
|
org: str,
|
|
1869
1943
|
*,
|
|
1870
1944
|
headers: Optional[Mapping[str, str]] = None,
|
|
1945
|
+
stream: bool = False,
|
|
1871
1946
|
data: Missing[OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType] = UNSET,
|
|
1872
1947
|
**kwargs,
|
|
1873
1948
|
) -> Response:
|
|
@@ -1910,6 +1985,7 @@ class CodeSecurityClient:
|
|
|
1910
1985
|
url,
|
|
1911
1986
|
json=exclude_unset(json),
|
|
1912
1987
|
headers=exclude_unset(headers),
|
|
1988
|
+
stream=stream,
|
|
1913
1989
|
error_models={
|
|
1914
1990
|
"400": BasicError,
|
|
1915
1991
|
"403": BasicError,
|
|
@@ -1924,6 +2000,7 @@ class CodeSecurityClient:
|
|
|
1924
2000
|
configuration_id: int,
|
|
1925
2001
|
*,
|
|
1926
2002
|
headers: Optional[Mapping[str, str]] = None,
|
|
2003
|
+
stream: bool = False,
|
|
1927
2004
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]:
|
|
1928
2005
|
"""code-security/get-configuration
|
|
1929
2006
|
|
|
@@ -1948,6 +2025,7 @@ class CodeSecurityClient:
|
|
|
1948
2025
|
"GET",
|
|
1949
2026
|
url,
|
|
1950
2027
|
headers=exclude_unset(headers),
|
|
2028
|
+
stream=stream,
|
|
1951
2029
|
response_model=CodeSecurityConfiguration,
|
|
1952
2030
|
error_models={
|
|
1953
2031
|
"403": BasicError,
|
|
@@ -1961,6 +2039,7 @@ class CodeSecurityClient:
|
|
|
1961
2039
|
configuration_id: int,
|
|
1962
2040
|
*,
|
|
1963
2041
|
headers: Optional[Mapping[str, str]] = None,
|
|
2042
|
+
stream: bool = False,
|
|
1964
2043
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]:
|
|
1965
2044
|
"""code-security/get-configuration
|
|
1966
2045
|
|
|
@@ -1985,6 +2064,7 @@ class CodeSecurityClient:
|
|
|
1985
2064
|
"GET",
|
|
1986
2065
|
url,
|
|
1987
2066
|
headers=exclude_unset(headers),
|
|
2067
|
+
stream=stream,
|
|
1988
2068
|
response_model=CodeSecurityConfiguration,
|
|
1989
2069
|
error_models={
|
|
1990
2070
|
"403": BasicError,
|
|
@@ -1998,6 +2078,7 @@ class CodeSecurityClient:
|
|
|
1998
2078
|
configuration_id: int,
|
|
1999
2079
|
*,
|
|
2000
2080
|
headers: Optional[Mapping[str, str]] = None,
|
|
2081
|
+
stream: bool = False,
|
|
2001
2082
|
) -> Response:
|
|
2002
2083
|
"""code-security/delete-configuration
|
|
2003
2084
|
|
|
@@ -2024,6 +2105,7 @@ class CodeSecurityClient:
|
|
|
2024
2105
|
"DELETE",
|
|
2025
2106
|
url,
|
|
2026
2107
|
headers=exclude_unset(headers),
|
|
2108
|
+
stream=stream,
|
|
2027
2109
|
error_models={
|
|
2028
2110
|
"400": BasicError,
|
|
2029
2111
|
"403": BasicError,
|
|
@@ -2038,6 +2120,7 @@ class CodeSecurityClient:
|
|
|
2038
2120
|
configuration_id: int,
|
|
2039
2121
|
*,
|
|
2040
2122
|
headers: Optional[Mapping[str, str]] = None,
|
|
2123
|
+
stream: bool = False,
|
|
2041
2124
|
) -> Response:
|
|
2042
2125
|
"""code-security/delete-configuration
|
|
2043
2126
|
|
|
@@ -2064,6 +2147,7 @@ class CodeSecurityClient:
|
|
|
2064
2147
|
"DELETE",
|
|
2065
2148
|
url,
|
|
2066
2149
|
headers=exclude_unset(headers),
|
|
2150
|
+
stream=stream,
|
|
2067
2151
|
error_models={
|
|
2068
2152
|
"400": BasicError,
|
|
2069
2153
|
"403": BasicError,
|
|
@@ -2079,6 +2163,7 @@ class CodeSecurityClient:
|
|
|
2079
2163
|
configuration_id: int,
|
|
2080
2164
|
*,
|
|
2081
2165
|
headers: Optional[Mapping[str, str]] = None,
|
|
2166
|
+
stream: bool = False,
|
|
2082
2167
|
data: OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType,
|
|
2083
2168
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]: ...
|
|
2084
2169
|
|
|
@@ -2090,6 +2175,7 @@ class CodeSecurityClient:
|
|
|
2090
2175
|
*,
|
|
2091
2176
|
data: UnsetType = UNSET,
|
|
2092
2177
|
headers: Optional[Mapping[str, str]] = None,
|
|
2178
|
+
stream: bool = False,
|
|
2093
2179
|
name: Missing[str] = UNSET,
|
|
2094
2180
|
description: Missing[str] = UNSET,
|
|
2095
2181
|
advanced_security: Missing[
|
|
@@ -2149,6 +2235,7 @@ class CodeSecurityClient:
|
|
|
2149
2235
|
configuration_id: int,
|
|
2150
2236
|
*,
|
|
2151
2237
|
headers: Optional[Mapping[str, str]] = None,
|
|
2238
|
+
stream: bool = False,
|
|
2152
2239
|
data: Missing[
|
|
2153
2240
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType
|
|
2154
2241
|
] = UNSET,
|
|
@@ -2192,6 +2279,7 @@ class CodeSecurityClient:
|
|
|
2192
2279
|
url,
|
|
2193
2280
|
json=exclude_unset(json),
|
|
2194
2281
|
headers=exclude_unset(headers),
|
|
2282
|
+
stream=stream,
|
|
2195
2283
|
response_model=CodeSecurityConfiguration,
|
|
2196
2284
|
)
|
|
2197
2285
|
|
|
@@ -2202,6 +2290,7 @@ class CodeSecurityClient:
|
|
|
2202
2290
|
configuration_id: int,
|
|
2203
2291
|
*,
|
|
2204
2292
|
headers: Optional[Mapping[str, str]] = None,
|
|
2293
|
+
stream: bool = False,
|
|
2205
2294
|
data: OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType,
|
|
2206
2295
|
) -> Response[CodeSecurityConfiguration, CodeSecurityConfigurationType]: ...
|
|
2207
2296
|
|
|
@@ -2213,6 +2302,7 @@ class CodeSecurityClient:
|
|
|
2213
2302
|
*,
|
|
2214
2303
|
data: UnsetType = UNSET,
|
|
2215
2304
|
headers: Optional[Mapping[str, str]] = None,
|
|
2305
|
+
stream: bool = False,
|
|
2216
2306
|
name: Missing[str] = UNSET,
|
|
2217
2307
|
description: Missing[str] = UNSET,
|
|
2218
2308
|
advanced_security: Missing[
|
|
@@ -2272,6 +2362,7 @@ class CodeSecurityClient:
|
|
|
2272
2362
|
configuration_id: int,
|
|
2273
2363
|
*,
|
|
2274
2364
|
headers: Optional[Mapping[str, str]] = None,
|
|
2365
|
+
stream: bool = False,
|
|
2275
2366
|
data: Missing[
|
|
2276
2367
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType
|
|
2277
2368
|
] = UNSET,
|
|
@@ -2315,6 +2406,7 @@ class CodeSecurityClient:
|
|
|
2315
2406
|
url,
|
|
2316
2407
|
json=exclude_unset(json),
|
|
2317
2408
|
headers=exclude_unset(headers),
|
|
2409
|
+
stream=stream,
|
|
2318
2410
|
response_model=CodeSecurityConfiguration,
|
|
2319
2411
|
)
|
|
2320
2412
|
|
|
@@ -2325,6 +2417,7 @@ class CodeSecurityClient:
|
|
|
2325
2417
|
configuration_id: int,
|
|
2326
2418
|
*,
|
|
2327
2419
|
headers: Optional[Mapping[str, str]] = None,
|
|
2420
|
+
stream: bool = False,
|
|
2328
2421
|
data: OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType,
|
|
2329
2422
|
) -> Response[
|
|
2330
2423
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -2339,6 +2432,7 @@ class CodeSecurityClient:
|
|
|
2339
2432
|
*,
|
|
2340
2433
|
data: UnsetType = UNSET,
|
|
2341
2434
|
headers: Optional[Mapping[str, str]] = None,
|
|
2435
|
+
stream: bool = False,
|
|
2342
2436
|
scope: Literal[
|
|
2343
2437
|
"all",
|
|
2344
2438
|
"all_without_configurations",
|
|
@@ -2358,6 +2452,7 @@ class CodeSecurityClient:
|
|
|
2358
2452
|
configuration_id: int,
|
|
2359
2453
|
*,
|
|
2360
2454
|
headers: Optional[Mapping[str, str]] = None,
|
|
2455
|
+
stream: bool = False,
|
|
2361
2456
|
data: Missing[
|
|
2362
2457
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType
|
|
2363
2458
|
] = UNSET,
|
|
@@ -2406,6 +2501,7 @@ class CodeSecurityClient:
|
|
|
2406
2501
|
url,
|
|
2407
2502
|
json=exclude_unset(json),
|
|
2408
2503
|
headers=exclude_unset(headers),
|
|
2504
|
+
stream=stream,
|
|
2409
2505
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
2410
2506
|
)
|
|
2411
2507
|
|
|
@@ -2416,6 +2512,7 @@ class CodeSecurityClient:
|
|
|
2416
2512
|
configuration_id: int,
|
|
2417
2513
|
*,
|
|
2418
2514
|
headers: Optional[Mapping[str, str]] = None,
|
|
2515
|
+
stream: bool = False,
|
|
2419
2516
|
data: OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType,
|
|
2420
2517
|
) -> Response[
|
|
2421
2518
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -2430,6 +2527,7 @@ class CodeSecurityClient:
|
|
|
2430
2527
|
*,
|
|
2431
2528
|
data: UnsetType = UNSET,
|
|
2432
2529
|
headers: Optional[Mapping[str, str]] = None,
|
|
2530
|
+
stream: bool = False,
|
|
2433
2531
|
scope: Literal[
|
|
2434
2532
|
"all",
|
|
2435
2533
|
"all_without_configurations",
|
|
@@ -2449,6 +2547,7 @@ class CodeSecurityClient:
|
|
|
2449
2547
|
configuration_id: int,
|
|
2450
2548
|
*,
|
|
2451
2549
|
headers: Optional[Mapping[str, str]] = None,
|
|
2550
|
+
stream: bool = False,
|
|
2452
2551
|
data: Missing[
|
|
2453
2552
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType
|
|
2454
2553
|
] = UNSET,
|
|
@@ -2497,6 +2596,7 @@ class CodeSecurityClient:
|
|
|
2497
2596
|
url,
|
|
2498
2597
|
json=exclude_unset(json),
|
|
2499
2598
|
headers=exclude_unset(headers),
|
|
2599
|
+
stream=stream,
|
|
2500
2600
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
2501
2601
|
)
|
|
2502
2602
|
|
|
@@ -2507,6 +2607,7 @@ class CodeSecurityClient:
|
|
|
2507
2607
|
configuration_id: int,
|
|
2508
2608
|
*,
|
|
2509
2609
|
headers: Optional[Mapping[str, str]] = None,
|
|
2610
|
+
stream: bool = False,
|
|
2510
2611
|
data: OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType,
|
|
2511
2612
|
) -> Response[
|
|
2512
2613
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200,
|
|
@@ -2521,6 +2622,7 @@ class CodeSecurityClient:
|
|
|
2521
2622
|
*,
|
|
2522
2623
|
data: UnsetType = UNSET,
|
|
2523
2624
|
headers: Optional[Mapping[str, str]] = None,
|
|
2625
|
+
stream: bool = False,
|
|
2524
2626
|
default_for_new_repos: Missing[
|
|
2525
2627
|
Literal["all", "none", "private_and_internal", "public"]
|
|
2526
2628
|
] = UNSET,
|
|
@@ -2535,6 +2637,7 @@ class CodeSecurityClient:
|
|
|
2535
2637
|
configuration_id: int,
|
|
2536
2638
|
*,
|
|
2537
2639
|
headers: Optional[Mapping[str, str]] = None,
|
|
2640
|
+
stream: bool = False,
|
|
2538
2641
|
data: Missing[
|
|
2539
2642
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType
|
|
2540
2643
|
] = UNSET,
|
|
@@ -2584,6 +2687,7 @@ class CodeSecurityClient:
|
|
|
2584
2687
|
url,
|
|
2585
2688
|
json=exclude_unset(json),
|
|
2586
2689
|
headers=exclude_unset(headers),
|
|
2690
|
+
stream=stream,
|
|
2587
2691
|
response_model=OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200,
|
|
2588
2692
|
error_models={
|
|
2589
2693
|
"403": BasicError,
|
|
@@ -2598,6 +2702,7 @@ class CodeSecurityClient:
|
|
|
2598
2702
|
configuration_id: int,
|
|
2599
2703
|
*,
|
|
2600
2704
|
headers: Optional[Mapping[str, str]] = None,
|
|
2705
|
+
stream: bool = False,
|
|
2601
2706
|
data: OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType,
|
|
2602
2707
|
) -> Response[
|
|
2603
2708
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200,
|
|
@@ -2612,6 +2717,7 @@ class CodeSecurityClient:
|
|
|
2612
2717
|
*,
|
|
2613
2718
|
data: UnsetType = UNSET,
|
|
2614
2719
|
headers: Optional[Mapping[str, str]] = None,
|
|
2720
|
+
stream: bool = False,
|
|
2615
2721
|
default_for_new_repos: Missing[
|
|
2616
2722
|
Literal["all", "none", "private_and_internal", "public"]
|
|
2617
2723
|
] = UNSET,
|
|
@@ -2626,6 +2732,7 @@ class CodeSecurityClient:
|
|
|
2626
2732
|
configuration_id: int,
|
|
2627
2733
|
*,
|
|
2628
2734
|
headers: Optional[Mapping[str, str]] = None,
|
|
2735
|
+
stream: bool = False,
|
|
2629
2736
|
data: Missing[
|
|
2630
2737
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType
|
|
2631
2738
|
] = UNSET,
|
|
@@ -2675,6 +2782,7 @@ class CodeSecurityClient:
|
|
|
2675
2782
|
url,
|
|
2676
2783
|
json=exclude_unset(json),
|
|
2677
2784
|
headers=exclude_unset(headers),
|
|
2785
|
+
stream=stream,
|
|
2678
2786
|
response_model=OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200,
|
|
2679
2787
|
error_models={
|
|
2680
2788
|
"403": BasicError,
|
|
@@ -2692,6 +2800,7 @@ class CodeSecurityClient:
|
|
|
2692
2800
|
after: Missing[str] = UNSET,
|
|
2693
2801
|
status: Missing[str] = UNSET,
|
|
2694
2802
|
headers: Optional[Mapping[str, str]] = None,
|
|
2803
|
+
stream: bool = False,
|
|
2695
2804
|
) -> Response[
|
|
2696
2805
|
list[CodeSecurityConfigurationRepositories],
|
|
2697
2806
|
list[CodeSecurityConfigurationRepositoriesType],
|
|
@@ -2729,6 +2838,7 @@ class CodeSecurityClient:
|
|
|
2729
2838
|
url,
|
|
2730
2839
|
params=exclude_unset(params),
|
|
2731
2840
|
headers=exclude_unset(headers),
|
|
2841
|
+
stream=stream,
|
|
2732
2842
|
response_model=list[CodeSecurityConfigurationRepositories],
|
|
2733
2843
|
error_models={
|
|
2734
2844
|
"403": BasicError,
|
|
@@ -2746,6 +2856,7 @@ class CodeSecurityClient:
|
|
|
2746
2856
|
after: Missing[str] = UNSET,
|
|
2747
2857
|
status: Missing[str] = UNSET,
|
|
2748
2858
|
headers: Optional[Mapping[str, str]] = None,
|
|
2859
|
+
stream: bool = False,
|
|
2749
2860
|
) -> Response[
|
|
2750
2861
|
list[CodeSecurityConfigurationRepositories],
|
|
2751
2862
|
list[CodeSecurityConfigurationRepositoriesType],
|
|
@@ -2783,6 +2894,7 @@ class CodeSecurityClient:
|
|
|
2783
2894
|
url,
|
|
2784
2895
|
params=exclude_unset(params),
|
|
2785
2896
|
headers=exclude_unset(headers),
|
|
2897
|
+
stream=stream,
|
|
2786
2898
|
response_model=list[CodeSecurityConfigurationRepositories],
|
|
2787
2899
|
error_models={
|
|
2788
2900
|
"403": BasicError,
|
|
@@ -2796,6 +2908,7 @@ class CodeSecurityClient:
|
|
|
2796
2908
|
repo: str,
|
|
2797
2909
|
*,
|
|
2798
2910
|
headers: Optional[Mapping[str, str]] = None,
|
|
2911
|
+
stream: bool = False,
|
|
2799
2912
|
) -> Response[
|
|
2800
2913
|
CodeSecurityConfigurationForRepository,
|
|
2801
2914
|
CodeSecurityConfigurationForRepositoryType,
|
|
@@ -2823,6 +2936,7 @@ class CodeSecurityClient:
|
|
|
2823
2936
|
"GET",
|
|
2824
2937
|
url,
|
|
2825
2938
|
headers=exclude_unset(headers),
|
|
2939
|
+
stream=stream,
|
|
2826
2940
|
response_model=CodeSecurityConfigurationForRepository,
|
|
2827
2941
|
error_models={
|
|
2828
2942
|
"403": BasicError,
|
|
@@ -2836,6 +2950,7 @@ class CodeSecurityClient:
|
|
|
2836
2950
|
repo: str,
|
|
2837
2951
|
*,
|
|
2838
2952
|
headers: Optional[Mapping[str, str]] = None,
|
|
2953
|
+
stream: bool = False,
|
|
2839
2954
|
) -> Response[
|
|
2840
2955
|
CodeSecurityConfigurationForRepository,
|
|
2841
2956
|
CodeSecurityConfigurationForRepositoryType,
|
|
@@ -2863,6 +2978,7 @@ class CodeSecurityClient:
|
|
|
2863
2978
|
"GET",
|
|
2864
2979
|
url,
|
|
2865
2980
|
headers=exclude_unset(headers),
|
|
2981
|
+
stream=stream,
|
|
2866
2982
|
response_model=CodeSecurityConfigurationForRepository,
|
|
2867
2983
|
error_models={
|
|
2868
2984
|
"403": BasicError,
|