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
|
@@ -83,6 +83,7 @@ class ActivityClient:
|
|
|
83
83
|
per_page: Missing[int] = UNSET,
|
|
84
84
|
page: Missing[int] = UNSET,
|
|
85
85
|
headers: Optional[Mapping[str, str]] = None,
|
|
86
|
+
stream: bool = False,
|
|
86
87
|
) -> Response[list[Event], list[EventType]]:
|
|
87
88
|
"""activity/list-public-events
|
|
88
89
|
|
|
@@ -114,6 +115,7 @@ class ActivityClient:
|
|
|
114
115
|
url,
|
|
115
116
|
params=exclude_unset(params),
|
|
116
117
|
headers=exclude_unset(headers),
|
|
118
|
+
stream=stream,
|
|
117
119
|
response_model=list[Event],
|
|
118
120
|
error_models={
|
|
119
121
|
"403": BasicError,
|
|
@@ -127,6 +129,7 @@ class ActivityClient:
|
|
|
127
129
|
per_page: Missing[int] = UNSET,
|
|
128
130
|
page: Missing[int] = UNSET,
|
|
129
131
|
headers: Optional[Mapping[str, str]] = None,
|
|
132
|
+
stream: bool = False,
|
|
130
133
|
) -> Response[list[Event], list[EventType]]:
|
|
131
134
|
"""activity/list-public-events
|
|
132
135
|
|
|
@@ -158,6 +161,7 @@ class ActivityClient:
|
|
|
158
161
|
url,
|
|
159
162
|
params=exclude_unset(params),
|
|
160
163
|
headers=exclude_unset(headers),
|
|
164
|
+
stream=stream,
|
|
161
165
|
response_model=list[Event],
|
|
162
166
|
error_models={
|
|
163
167
|
"403": BasicError,
|
|
@@ -169,6 +173,7 @@ class ActivityClient:
|
|
|
169
173
|
self,
|
|
170
174
|
*,
|
|
171
175
|
headers: Optional[Mapping[str, str]] = None,
|
|
176
|
+
stream: bool = False,
|
|
172
177
|
) -> Response[Feed, FeedType]:
|
|
173
178
|
"""activity/get-feeds
|
|
174
179
|
|
|
@@ -202,6 +207,7 @@ class ActivityClient:
|
|
|
202
207
|
"GET",
|
|
203
208
|
url,
|
|
204
209
|
headers=exclude_unset(headers),
|
|
210
|
+
stream=stream,
|
|
205
211
|
response_model=Feed,
|
|
206
212
|
)
|
|
207
213
|
|
|
@@ -209,6 +215,7 @@ class ActivityClient:
|
|
|
209
215
|
self,
|
|
210
216
|
*,
|
|
211
217
|
headers: Optional[Mapping[str, str]] = None,
|
|
218
|
+
stream: bool = False,
|
|
212
219
|
) -> Response[Feed, FeedType]:
|
|
213
220
|
"""activity/get-feeds
|
|
214
221
|
|
|
@@ -242,6 +249,7 @@ class ActivityClient:
|
|
|
242
249
|
"GET",
|
|
243
250
|
url,
|
|
244
251
|
headers=exclude_unset(headers),
|
|
252
|
+
stream=stream,
|
|
245
253
|
response_model=Feed,
|
|
246
254
|
)
|
|
247
255
|
|
|
@@ -253,6 +261,7 @@ class ActivityClient:
|
|
|
253
261
|
per_page: Missing[int] = UNSET,
|
|
254
262
|
page: Missing[int] = UNSET,
|
|
255
263
|
headers: Optional[Mapping[str, str]] = None,
|
|
264
|
+
stream: bool = False,
|
|
256
265
|
) -> Response[list[Event], list[EventType]]:
|
|
257
266
|
"""activity/list-public-events-for-repo-network
|
|
258
267
|
|
|
@@ -280,6 +289,7 @@ class ActivityClient:
|
|
|
280
289
|
url,
|
|
281
290
|
params=exclude_unset(params),
|
|
282
291
|
headers=exclude_unset(headers),
|
|
292
|
+
stream=stream,
|
|
283
293
|
response_model=list[Event],
|
|
284
294
|
error_models={
|
|
285
295
|
"404": BasicError,
|
|
@@ -295,6 +305,7 @@ class ActivityClient:
|
|
|
295
305
|
per_page: Missing[int] = UNSET,
|
|
296
306
|
page: Missing[int] = UNSET,
|
|
297
307
|
headers: Optional[Mapping[str, str]] = None,
|
|
308
|
+
stream: bool = False,
|
|
298
309
|
) -> Response[list[Event], list[EventType]]:
|
|
299
310
|
"""activity/list-public-events-for-repo-network
|
|
300
311
|
|
|
@@ -322,6 +333,7 @@ class ActivityClient:
|
|
|
322
333
|
url,
|
|
323
334
|
params=exclude_unset(params),
|
|
324
335
|
headers=exclude_unset(headers),
|
|
336
|
+
stream=stream,
|
|
325
337
|
response_model=list[Event],
|
|
326
338
|
error_models={
|
|
327
339
|
"404": BasicError,
|
|
@@ -339,6 +351,7 @@ class ActivityClient:
|
|
|
339
351
|
page: Missing[int] = UNSET,
|
|
340
352
|
per_page: Missing[int] = UNSET,
|
|
341
353
|
headers: Optional[Mapping[str, str]] = None,
|
|
354
|
+
stream: bool = False,
|
|
342
355
|
) -> Response[list[Thread], list[ThreadType]]:
|
|
343
356
|
"""activity/list-notifications-for-authenticated-user
|
|
344
357
|
|
|
@@ -369,6 +382,7 @@ class ActivityClient:
|
|
|
369
382
|
url,
|
|
370
383
|
params=exclude_unset(params),
|
|
371
384
|
headers=exclude_unset(headers),
|
|
385
|
+
stream=stream,
|
|
372
386
|
response_model=list[Thread],
|
|
373
387
|
error_models={
|
|
374
388
|
"403": BasicError,
|
|
@@ -387,6 +401,7 @@ class ActivityClient:
|
|
|
387
401
|
page: Missing[int] = UNSET,
|
|
388
402
|
per_page: Missing[int] = UNSET,
|
|
389
403
|
headers: Optional[Mapping[str, str]] = None,
|
|
404
|
+
stream: bool = False,
|
|
390
405
|
) -> Response[list[Thread], list[ThreadType]]:
|
|
391
406
|
"""activity/list-notifications-for-authenticated-user
|
|
392
407
|
|
|
@@ -417,6 +432,7 @@ class ActivityClient:
|
|
|
417
432
|
url,
|
|
418
433
|
params=exclude_unset(params),
|
|
419
434
|
headers=exclude_unset(headers),
|
|
435
|
+
stream=stream,
|
|
420
436
|
response_model=list[Thread],
|
|
421
437
|
error_models={
|
|
422
438
|
"403": BasicError,
|
|
@@ -430,6 +446,7 @@ class ActivityClient:
|
|
|
430
446
|
self,
|
|
431
447
|
*,
|
|
432
448
|
headers: Optional[Mapping[str, str]] = None,
|
|
449
|
+
stream: bool = False,
|
|
433
450
|
data: Missing[NotificationsPutBodyType] = UNSET,
|
|
434
451
|
) -> Response[NotificationsPutResponse202, NotificationsPutResponse202Type]: ...
|
|
435
452
|
|
|
@@ -439,6 +456,7 @@ class ActivityClient:
|
|
|
439
456
|
*,
|
|
440
457
|
data: UnsetType = UNSET,
|
|
441
458
|
headers: Optional[Mapping[str, str]] = None,
|
|
459
|
+
stream: bool = False,
|
|
442
460
|
last_read_at: Missing[datetime] = UNSET,
|
|
443
461
|
read: Missing[bool] = UNSET,
|
|
444
462
|
) -> Response[NotificationsPutResponse202, NotificationsPutResponse202Type]: ...
|
|
@@ -447,6 +465,7 @@ class ActivityClient:
|
|
|
447
465
|
self,
|
|
448
466
|
*,
|
|
449
467
|
headers: Optional[Mapping[str, str]] = None,
|
|
468
|
+
stream: bool = False,
|
|
450
469
|
data: Missing[NotificationsPutBodyType] = UNSET,
|
|
451
470
|
**kwargs,
|
|
452
471
|
) -> Response[NotificationsPutResponse202, NotificationsPutResponse202Type]:
|
|
@@ -483,6 +502,7 @@ class ActivityClient:
|
|
|
483
502
|
url,
|
|
484
503
|
json=exclude_unset(json),
|
|
485
504
|
headers=exclude_unset(headers),
|
|
505
|
+
stream=stream,
|
|
486
506
|
response_model=NotificationsPutResponse202,
|
|
487
507
|
error_models={
|
|
488
508
|
"403": BasicError,
|
|
@@ -495,6 +515,7 @@ class ActivityClient:
|
|
|
495
515
|
self,
|
|
496
516
|
*,
|
|
497
517
|
headers: Optional[Mapping[str, str]] = None,
|
|
518
|
+
stream: bool = False,
|
|
498
519
|
data: Missing[NotificationsPutBodyType] = UNSET,
|
|
499
520
|
) -> Response[NotificationsPutResponse202, NotificationsPutResponse202Type]: ...
|
|
500
521
|
|
|
@@ -504,6 +525,7 @@ class ActivityClient:
|
|
|
504
525
|
*,
|
|
505
526
|
data: UnsetType = UNSET,
|
|
506
527
|
headers: Optional[Mapping[str, str]] = None,
|
|
528
|
+
stream: bool = False,
|
|
507
529
|
last_read_at: Missing[datetime] = UNSET,
|
|
508
530
|
read: Missing[bool] = UNSET,
|
|
509
531
|
) -> Response[NotificationsPutResponse202, NotificationsPutResponse202Type]: ...
|
|
@@ -512,6 +534,7 @@ class ActivityClient:
|
|
|
512
534
|
self,
|
|
513
535
|
*,
|
|
514
536
|
headers: Optional[Mapping[str, str]] = None,
|
|
537
|
+
stream: bool = False,
|
|
515
538
|
data: Missing[NotificationsPutBodyType] = UNSET,
|
|
516
539
|
**kwargs,
|
|
517
540
|
) -> Response[NotificationsPutResponse202, NotificationsPutResponse202Type]:
|
|
@@ -548,6 +571,7 @@ class ActivityClient:
|
|
|
548
571
|
url,
|
|
549
572
|
json=exclude_unset(json),
|
|
550
573
|
headers=exclude_unset(headers),
|
|
574
|
+
stream=stream,
|
|
551
575
|
response_model=NotificationsPutResponse202,
|
|
552
576
|
error_models={
|
|
553
577
|
"403": BasicError,
|
|
@@ -560,6 +584,7 @@ class ActivityClient:
|
|
|
560
584
|
thread_id: int,
|
|
561
585
|
*,
|
|
562
586
|
headers: Optional[Mapping[str, str]] = None,
|
|
587
|
+
stream: bool = False,
|
|
563
588
|
) -> Response[Thread, ThreadType]:
|
|
564
589
|
"""activity/get-thread
|
|
565
590
|
|
|
@@ -580,6 +605,7 @@ class ActivityClient:
|
|
|
580
605
|
"GET",
|
|
581
606
|
url,
|
|
582
607
|
headers=exclude_unset(headers),
|
|
608
|
+
stream=stream,
|
|
583
609
|
response_model=Thread,
|
|
584
610
|
error_models={
|
|
585
611
|
"403": BasicError,
|
|
@@ -592,6 +618,7 @@ class ActivityClient:
|
|
|
592
618
|
thread_id: int,
|
|
593
619
|
*,
|
|
594
620
|
headers: Optional[Mapping[str, str]] = None,
|
|
621
|
+
stream: bool = False,
|
|
595
622
|
) -> Response[Thread, ThreadType]:
|
|
596
623
|
"""activity/get-thread
|
|
597
624
|
|
|
@@ -612,6 +639,7 @@ class ActivityClient:
|
|
|
612
639
|
"GET",
|
|
613
640
|
url,
|
|
614
641
|
headers=exclude_unset(headers),
|
|
642
|
+
stream=stream,
|
|
615
643
|
response_model=Thread,
|
|
616
644
|
error_models={
|
|
617
645
|
"403": BasicError,
|
|
@@ -624,6 +652,7 @@ class ActivityClient:
|
|
|
624
652
|
thread_id: int,
|
|
625
653
|
*,
|
|
626
654
|
headers: Optional[Mapping[str, str]] = None,
|
|
655
|
+
stream: bool = False,
|
|
627
656
|
) -> Response:
|
|
628
657
|
"""activity/mark-thread-as-done
|
|
629
658
|
|
|
@@ -642,6 +671,7 @@ class ActivityClient:
|
|
|
642
671
|
"DELETE",
|
|
643
672
|
url,
|
|
644
673
|
headers=exclude_unset(headers),
|
|
674
|
+
stream=stream,
|
|
645
675
|
)
|
|
646
676
|
|
|
647
677
|
async def async_mark_thread_as_done(
|
|
@@ -649,6 +679,7 @@ class ActivityClient:
|
|
|
649
679
|
thread_id: int,
|
|
650
680
|
*,
|
|
651
681
|
headers: Optional[Mapping[str, str]] = None,
|
|
682
|
+
stream: bool = False,
|
|
652
683
|
) -> Response:
|
|
653
684
|
"""activity/mark-thread-as-done
|
|
654
685
|
|
|
@@ -667,6 +698,7 @@ class ActivityClient:
|
|
|
667
698
|
"DELETE",
|
|
668
699
|
url,
|
|
669
700
|
headers=exclude_unset(headers),
|
|
701
|
+
stream=stream,
|
|
670
702
|
)
|
|
671
703
|
|
|
672
704
|
def mark_thread_as_read(
|
|
@@ -674,6 +706,7 @@ class ActivityClient:
|
|
|
674
706
|
thread_id: int,
|
|
675
707
|
*,
|
|
676
708
|
headers: Optional[Mapping[str, str]] = None,
|
|
709
|
+
stream: bool = False,
|
|
677
710
|
) -> Response:
|
|
678
711
|
"""activity/mark-thread-as-read
|
|
679
712
|
|
|
@@ -694,6 +727,7 @@ class ActivityClient:
|
|
|
694
727
|
"PATCH",
|
|
695
728
|
url,
|
|
696
729
|
headers=exclude_unset(headers),
|
|
730
|
+
stream=stream,
|
|
697
731
|
error_models={
|
|
698
732
|
"403": BasicError,
|
|
699
733
|
},
|
|
@@ -704,6 +738,7 @@ class ActivityClient:
|
|
|
704
738
|
thread_id: int,
|
|
705
739
|
*,
|
|
706
740
|
headers: Optional[Mapping[str, str]] = None,
|
|
741
|
+
stream: bool = False,
|
|
707
742
|
) -> Response:
|
|
708
743
|
"""activity/mark-thread-as-read
|
|
709
744
|
|
|
@@ -724,6 +759,7 @@ class ActivityClient:
|
|
|
724
759
|
"PATCH",
|
|
725
760
|
url,
|
|
726
761
|
headers=exclude_unset(headers),
|
|
762
|
+
stream=stream,
|
|
727
763
|
error_models={
|
|
728
764
|
"403": BasicError,
|
|
729
765
|
},
|
|
@@ -734,6 +770,7 @@ class ActivityClient:
|
|
|
734
770
|
thread_id: int,
|
|
735
771
|
*,
|
|
736
772
|
headers: Optional[Mapping[str, str]] = None,
|
|
773
|
+
stream: bool = False,
|
|
737
774
|
) -> Response[ThreadSubscription, ThreadSubscriptionType]:
|
|
738
775
|
"""activity/get-thread-subscription-for-authenticated-user
|
|
739
776
|
|
|
@@ -756,6 +793,7 @@ class ActivityClient:
|
|
|
756
793
|
"GET",
|
|
757
794
|
url,
|
|
758
795
|
headers=exclude_unset(headers),
|
|
796
|
+
stream=stream,
|
|
759
797
|
response_model=ThreadSubscription,
|
|
760
798
|
error_models={
|
|
761
799
|
"403": BasicError,
|
|
@@ -768,6 +806,7 @@ class ActivityClient:
|
|
|
768
806
|
thread_id: int,
|
|
769
807
|
*,
|
|
770
808
|
headers: Optional[Mapping[str, str]] = None,
|
|
809
|
+
stream: bool = False,
|
|
771
810
|
) -> Response[ThreadSubscription, ThreadSubscriptionType]:
|
|
772
811
|
"""activity/get-thread-subscription-for-authenticated-user
|
|
773
812
|
|
|
@@ -790,6 +829,7 @@ class ActivityClient:
|
|
|
790
829
|
"GET",
|
|
791
830
|
url,
|
|
792
831
|
headers=exclude_unset(headers),
|
|
832
|
+
stream=stream,
|
|
793
833
|
response_model=ThreadSubscription,
|
|
794
834
|
error_models={
|
|
795
835
|
"403": BasicError,
|
|
@@ -803,6 +843,7 @@ class ActivityClient:
|
|
|
803
843
|
thread_id: int,
|
|
804
844
|
*,
|
|
805
845
|
headers: Optional[Mapping[str, str]] = None,
|
|
846
|
+
stream: bool = False,
|
|
806
847
|
data: Missing[NotificationsThreadsThreadIdSubscriptionPutBodyType] = UNSET,
|
|
807
848
|
) -> Response[ThreadSubscription, ThreadSubscriptionType]: ...
|
|
808
849
|
|
|
@@ -813,6 +854,7 @@ class ActivityClient:
|
|
|
813
854
|
*,
|
|
814
855
|
data: UnsetType = UNSET,
|
|
815
856
|
headers: Optional[Mapping[str, str]] = None,
|
|
857
|
+
stream: bool = False,
|
|
816
858
|
ignored: Missing[bool] = UNSET,
|
|
817
859
|
) -> Response[ThreadSubscription, ThreadSubscriptionType]: ...
|
|
818
860
|
|
|
@@ -821,6 +863,7 @@ class ActivityClient:
|
|
|
821
863
|
thread_id: int,
|
|
822
864
|
*,
|
|
823
865
|
headers: Optional[Mapping[str, str]] = None,
|
|
866
|
+
stream: bool = False,
|
|
824
867
|
data: Missing[NotificationsThreadsThreadIdSubscriptionPutBodyType] = UNSET,
|
|
825
868
|
**kwargs,
|
|
826
869
|
) -> Response[ThreadSubscription, ThreadSubscriptionType]:
|
|
@@ -863,6 +906,7 @@ class ActivityClient:
|
|
|
863
906
|
url,
|
|
864
907
|
json=exclude_unset(json),
|
|
865
908
|
headers=exclude_unset(headers),
|
|
909
|
+
stream=stream,
|
|
866
910
|
response_model=ThreadSubscription,
|
|
867
911
|
error_models={
|
|
868
912
|
"403": BasicError,
|
|
@@ -876,6 +920,7 @@ class ActivityClient:
|
|
|
876
920
|
thread_id: int,
|
|
877
921
|
*,
|
|
878
922
|
headers: Optional[Mapping[str, str]] = None,
|
|
923
|
+
stream: bool = False,
|
|
879
924
|
data: Missing[NotificationsThreadsThreadIdSubscriptionPutBodyType] = UNSET,
|
|
880
925
|
) -> Response[ThreadSubscription, ThreadSubscriptionType]: ...
|
|
881
926
|
|
|
@@ -886,6 +931,7 @@ class ActivityClient:
|
|
|
886
931
|
*,
|
|
887
932
|
data: UnsetType = UNSET,
|
|
888
933
|
headers: Optional[Mapping[str, str]] = None,
|
|
934
|
+
stream: bool = False,
|
|
889
935
|
ignored: Missing[bool] = UNSET,
|
|
890
936
|
) -> Response[ThreadSubscription, ThreadSubscriptionType]: ...
|
|
891
937
|
|
|
@@ -894,6 +940,7 @@ class ActivityClient:
|
|
|
894
940
|
thread_id: int,
|
|
895
941
|
*,
|
|
896
942
|
headers: Optional[Mapping[str, str]] = None,
|
|
943
|
+
stream: bool = False,
|
|
897
944
|
data: Missing[NotificationsThreadsThreadIdSubscriptionPutBodyType] = UNSET,
|
|
898
945
|
**kwargs,
|
|
899
946
|
) -> Response[ThreadSubscription, ThreadSubscriptionType]:
|
|
@@ -936,6 +983,7 @@ class ActivityClient:
|
|
|
936
983
|
url,
|
|
937
984
|
json=exclude_unset(json),
|
|
938
985
|
headers=exclude_unset(headers),
|
|
986
|
+
stream=stream,
|
|
939
987
|
response_model=ThreadSubscription,
|
|
940
988
|
error_models={
|
|
941
989
|
"403": BasicError,
|
|
@@ -948,6 +996,7 @@ class ActivityClient:
|
|
|
948
996
|
thread_id: int,
|
|
949
997
|
*,
|
|
950
998
|
headers: Optional[Mapping[str, str]] = None,
|
|
999
|
+
stream: bool = False,
|
|
951
1000
|
) -> Response:
|
|
952
1001
|
"""activity/delete-thread-subscription
|
|
953
1002
|
|
|
@@ -968,6 +1017,7 @@ class ActivityClient:
|
|
|
968
1017
|
"DELETE",
|
|
969
1018
|
url,
|
|
970
1019
|
headers=exclude_unset(headers),
|
|
1020
|
+
stream=stream,
|
|
971
1021
|
error_models={
|
|
972
1022
|
"403": BasicError,
|
|
973
1023
|
"401": BasicError,
|
|
@@ -979,6 +1029,7 @@ class ActivityClient:
|
|
|
979
1029
|
thread_id: int,
|
|
980
1030
|
*,
|
|
981
1031
|
headers: Optional[Mapping[str, str]] = None,
|
|
1032
|
+
stream: bool = False,
|
|
982
1033
|
) -> Response:
|
|
983
1034
|
"""activity/delete-thread-subscription
|
|
984
1035
|
|
|
@@ -999,6 +1050,7 @@ class ActivityClient:
|
|
|
999
1050
|
"DELETE",
|
|
1000
1051
|
url,
|
|
1001
1052
|
headers=exclude_unset(headers),
|
|
1053
|
+
stream=stream,
|
|
1002
1054
|
error_models={
|
|
1003
1055
|
"403": BasicError,
|
|
1004
1056
|
"401": BasicError,
|
|
@@ -1012,6 +1064,7 @@ class ActivityClient:
|
|
|
1012
1064
|
per_page: Missing[int] = UNSET,
|
|
1013
1065
|
page: Missing[int] = UNSET,
|
|
1014
1066
|
headers: Optional[Mapping[str, str]] = None,
|
|
1067
|
+
stream: bool = False,
|
|
1015
1068
|
) -> Response[list[Event], list[EventType]]:
|
|
1016
1069
|
"""activity/list-public-org-events
|
|
1017
1070
|
|
|
@@ -1039,6 +1092,7 @@ class ActivityClient:
|
|
|
1039
1092
|
url,
|
|
1040
1093
|
params=exclude_unset(params),
|
|
1041
1094
|
headers=exclude_unset(headers),
|
|
1095
|
+
stream=stream,
|
|
1042
1096
|
response_model=list[Event],
|
|
1043
1097
|
)
|
|
1044
1098
|
|
|
@@ -1049,6 +1103,7 @@ class ActivityClient:
|
|
|
1049
1103
|
per_page: Missing[int] = UNSET,
|
|
1050
1104
|
page: Missing[int] = UNSET,
|
|
1051
1105
|
headers: Optional[Mapping[str, str]] = None,
|
|
1106
|
+
stream: bool = False,
|
|
1052
1107
|
) -> Response[list[Event], list[EventType]]:
|
|
1053
1108
|
"""activity/list-public-org-events
|
|
1054
1109
|
|
|
@@ -1076,6 +1131,7 @@ class ActivityClient:
|
|
|
1076
1131
|
url,
|
|
1077
1132
|
params=exclude_unset(params),
|
|
1078
1133
|
headers=exclude_unset(headers),
|
|
1134
|
+
stream=stream,
|
|
1079
1135
|
response_model=list[Event],
|
|
1080
1136
|
)
|
|
1081
1137
|
|
|
@@ -1087,6 +1143,7 @@ class ActivityClient:
|
|
|
1087
1143
|
per_page: Missing[int] = UNSET,
|
|
1088
1144
|
page: Missing[int] = UNSET,
|
|
1089
1145
|
headers: Optional[Mapping[str, str]] = None,
|
|
1146
|
+
stream: bool = False,
|
|
1090
1147
|
) -> Response[list[Event], list[EventType]]:
|
|
1091
1148
|
"""activity/list-repo-events
|
|
1092
1149
|
|
|
@@ -1114,6 +1171,7 @@ class ActivityClient:
|
|
|
1114
1171
|
url,
|
|
1115
1172
|
params=exclude_unset(params),
|
|
1116
1173
|
headers=exclude_unset(headers),
|
|
1174
|
+
stream=stream,
|
|
1117
1175
|
response_model=list[Event],
|
|
1118
1176
|
)
|
|
1119
1177
|
|
|
@@ -1125,6 +1183,7 @@ class ActivityClient:
|
|
|
1125
1183
|
per_page: Missing[int] = UNSET,
|
|
1126
1184
|
page: Missing[int] = UNSET,
|
|
1127
1185
|
headers: Optional[Mapping[str, str]] = None,
|
|
1186
|
+
stream: bool = False,
|
|
1128
1187
|
) -> Response[list[Event], list[EventType]]:
|
|
1129
1188
|
"""activity/list-repo-events
|
|
1130
1189
|
|
|
@@ -1152,6 +1211,7 @@ class ActivityClient:
|
|
|
1152
1211
|
url,
|
|
1153
1212
|
params=exclude_unset(params),
|
|
1154
1213
|
headers=exclude_unset(headers),
|
|
1214
|
+
stream=stream,
|
|
1155
1215
|
response_model=list[Event],
|
|
1156
1216
|
)
|
|
1157
1217
|
|
|
@@ -1167,6 +1227,7 @@ class ActivityClient:
|
|
|
1167
1227
|
per_page: Missing[int] = UNSET,
|
|
1168
1228
|
page: Missing[int] = UNSET,
|
|
1169
1229
|
headers: Optional[Mapping[str, str]] = None,
|
|
1230
|
+
stream: bool = False,
|
|
1170
1231
|
) -> Response[list[Thread], list[ThreadType]]:
|
|
1171
1232
|
"""activity/list-repo-notifications-for-authenticated-user
|
|
1172
1233
|
|
|
@@ -1197,6 +1258,7 @@ class ActivityClient:
|
|
|
1197
1258
|
url,
|
|
1198
1259
|
params=exclude_unset(params),
|
|
1199
1260
|
headers=exclude_unset(headers),
|
|
1261
|
+
stream=stream,
|
|
1200
1262
|
response_model=list[Thread],
|
|
1201
1263
|
)
|
|
1202
1264
|
|
|
@@ -1212,6 +1274,7 @@ class ActivityClient:
|
|
|
1212
1274
|
per_page: Missing[int] = UNSET,
|
|
1213
1275
|
page: Missing[int] = UNSET,
|
|
1214
1276
|
headers: Optional[Mapping[str, str]] = None,
|
|
1277
|
+
stream: bool = False,
|
|
1215
1278
|
) -> Response[list[Thread], list[ThreadType]]:
|
|
1216
1279
|
"""activity/list-repo-notifications-for-authenticated-user
|
|
1217
1280
|
|
|
@@ -1242,6 +1305,7 @@ class ActivityClient:
|
|
|
1242
1305
|
url,
|
|
1243
1306
|
params=exclude_unset(params),
|
|
1244
1307
|
headers=exclude_unset(headers),
|
|
1308
|
+
stream=stream,
|
|
1245
1309
|
response_model=list[Thread],
|
|
1246
1310
|
)
|
|
1247
1311
|
|
|
@@ -1252,6 +1316,7 @@ class ActivityClient:
|
|
|
1252
1316
|
repo: str,
|
|
1253
1317
|
*,
|
|
1254
1318
|
headers: Optional[Mapping[str, str]] = None,
|
|
1319
|
+
stream: bool = False,
|
|
1255
1320
|
data: Missing[ReposOwnerRepoNotificationsPutBodyType] = UNSET,
|
|
1256
1321
|
) -> Response[
|
|
1257
1322
|
ReposOwnerRepoNotificationsPutResponse202,
|
|
@@ -1266,6 +1331,7 @@ class ActivityClient:
|
|
|
1266
1331
|
*,
|
|
1267
1332
|
data: UnsetType = UNSET,
|
|
1268
1333
|
headers: Optional[Mapping[str, str]] = None,
|
|
1334
|
+
stream: bool = False,
|
|
1269
1335
|
last_read_at: Missing[datetime] = UNSET,
|
|
1270
1336
|
) -> Response[
|
|
1271
1337
|
ReposOwnerRepoNotificationsPutResponse202,
|
|
@@ -1278,6 +1344,7 @@ class ActivityClient:
|
|
|
1278
1344
|
repo: str,
|
|
1279
1345
|
*,
|
|
1280
1346
|
headers: Optional[Mapping[str, str]] = None,
|
|
1347
|
+
stream: bool = False,
|
|
1281
1348
|
data: Missing[ReposOwnerRepoNotificationsPutBodyType] = UNSET,
|
|
1282
1349
|
**kwargs,
|
|
1283
1350
|
) -> Response[
|
|
@@ -1316,6 +1383,7 @@ class ActivityClient:
|
|
|
1316
1383
|
url,
|
|
1317
1384
|
json=exclude_unset(json),
|
|
1318
1385
|
headers=exclude_unset(headers),
|
|
1386
|
+
stream=stream,
|
|
1319
1387
|
response_model=ReposOwnerRepoNotificationsPutResponse202,
|
|
1320
1388
|
)
|
|
1321
1389
|
|
|
@@ -1326,6 +1394,7 @@ class ActivityClient:
|
|
|
1326
1394
|
repo: str,
|
|
1327
1395
|
*,
|
|
1328
1396
|
headers: Optional[Mapping[str, str]] = None,
|
|
1397
|
+
stream: bool = False,
|
|
1329
1398
|
data: Missing[ReposOwnerRepoNotificationsPutBodyType] = UNSET,
|
|
1330
1399
|
) -> Response[
|
|
1331
1400
|
ReposOwnerRepoNotificationsPutResponse202,
|
|
@@ -1340,6 +1409,7 @@ class ActivityClient:
|
|
|
1340
1409
|
*,
|
|
1341
1410
|
data: UnsetType = UNSET,
|
|
1342
1411
|
headers: Optional[Mapping[str, str]] = None,
|
|
1412
|
+
stream: bool = False,
|
|
1343
1413
|
last_read_at: Missing[datetime] = UNSET,
|
|
1344
1414
|
) -> Response[
|
|
1345
1415
|
ReposOwnerRepoNotificationsPutResponse202,
|
|
@@ -1352,6 +1422,7 @@ class ActivityClient:
|
|
|
1352
1422
|
repo: str,
|
|
1353
1423
|
*,
|
|
1354
1424
|
headers: Optional[Mapping[str, str]] = None,
|
|
1425
|
+
stream: bool = False,
|
|
1355
1426
|
data: Missing[ReposOwnerRepoNotificationsPutBodyType] = UNSET,
|
|
1356
1427
|
**kwargs,
|
|
1357
1428
|
) -> Response[
|
|
@@ -1390,6 +1461,7 @@ class ActivityClient:
|
|
|
1390
1461
|
url,
|
|
1391
1462
|
json=exclude_unset(json),
|
|
1392
1463
|
headers=exclude_unset(headers),
|
|
1464
|
+
stream=stream,
|
|
1393
1465
|
response_model=ReposOwnerRepoNotificationsPutResponse202,
|
|
1394
1466
|
)
|
|
1395
1467
|
|
|
@@ -1401,6 +1473,7 @@ class ActivityClient:
|
|
|
1401
1473
|
per_page: Missing[int] = UNSET,
|
|
1402
1474
|
page: Missing[int] = UNSET,
|
|
1403
1475
|
headers: Optional[Mapping[str, str]] = None,
|
|
1476
|
+
stream: bool = False,
|
|
1404
1477
|
) -> Response[
|
|
1405
1478
|
Union[list[SimpleUser], list[Stargazer]],
|
|
1406
1479
|
Union[list[SimpleUserType], list[StargazerType]],
|
|
@@ -1436,6 +1509,7 @@ class ActivityClient:
|
|
|
1436
1509
|
url,
|
|
1437
1510
|
params=exclude_unset(params),
|
|
1438
1511
|
headers=exclude_unset(headers),
|
|
1512
|
+
stream=stream,
|
|
1439
1513
|
response_model=Union[list[SimpleUser], list[Stargazer]],
|
|
1440
1514
|
error_models={
|
|
1441
1515
|
"422": ValidationError,
|
|
@@ -1450,6 +1524,7 @@ class ActivityClient:
|
|
|
1450
1524
|
per_page: Missing[int] = UNSET,
|
|
1451
1525
|
page: Missing[int] = UNSET,
|
|
1452
1526
|
headers: Optional[Mapping[str, str]] = None,
|
|
1527
|
+
stream: bool = False,
|
|
1453
1528
|
) -> Response[
|
|
1454
1529
|
Union[list[SimpleUser], list[Stargazer]],
|
|
1455
1530
|
Union[list[SimpleUserType], list[StargazerType]],
|
|
@@ -1485,6 +1560,7 @@ class ActivityClient:
|
|
|
1485
1560
|
url,
|
|
1486
1561
|
params=exclude_unset(params),
|
|
1487
1562
|
headers=exclude_unset(headers),
|
|
1563
|
+
stream=stream,
|
|
1488
1564
|
response_model=Union[list[SimpleUser], list[Stargazer]],
|
|
1489
1565
|
error_models={
|
|
1490
1566
|
"422": ValidationError,
|
|
@@ -1499,6 +1575,7 @@ class ActivityClient:
|
|
|
1499
1575
|
per_page: Missing[int] = UNSET,
|
|
1500
1576
|
page: Missing[int] = UNSET,
|
|
1501
1577
|
headers: Optional[Mapping[str, str]] = None,
|
|
1578
|
+
stream: bool = False,
|
|
1502
1579
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1503
1580
|
"""activity/list-watchers-for-repo
|
|
1504
1581
|
|
|
@@ -1525,6 +1602,7 @@ class ActivityClient:
|
|
|
1525
1602
|
url,
|
|
1526
1603
|
params=exclude_unset(params),
|
|
1527
1604
|
headers=exclude_unset(headers),
|
|
1605
|
+
stream=stream,
|
|
1528
1606
|
response_model=list[SimpleUser],
|
|
1529
1607
|
)
|
|
1530
1608
|
|
|
@@ -1536,6 +1614,7 @@ class ActivityClient:
|
|
|
1536
1614
|
per_page: Missing[int] = UNSET,
|
|
1537
1615
|
page: Missing[int] = UNSET,
|
|
1538
1616
|
headers: Optional[Mapping[str, str]] = None,
|
|
1617
|
+
stream: bool = False,
|
|
1539
1618
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1540
1619
|
"""activity/list-watchers-for-repo
|
|
1541
1620
|
|
|
@@ -1562,6 +1641,7 @@ class ActivityClient:
|
|
|
1562
1641
|
url,
|
|
1563
1642
|
params=exclude_unset(params),
|
|
1564
1643
|
headers=exclude_unset(headers),
|
|
1644
|
+
stream=stream,
|
|
1565
1645
|
response_model=list[SimpleUser],
|
|
1566
1646
|
)
|
|
1567
1647
|
|
|
@@ -1571,6 +1651,7 @@ class ActivityClient:
|
|
|
1571
1651
|
repo: str,
|
|
1572
1652
|
*,
|
|
1573
1653
|
headers: Optional[Mapping[str, str]] = None,
|
|
1654
|
+
stream: bool = False,
|
|
1574
1655
|
) -> Response[RepositorySubscription, RepositorySubscriptionType]:
|
|
1575
1656
|
"""activity/get-repo-subscription
|
|
1576
1657
|
|
|
@@ -1591,6 +1672,7 @@ class ActivityClient:
|
|
|
1591
1672
|
"GET",
|
|
1592
1673
|
url,
|
|
1593
1674
|
headers=exclude_unset(headers),
|
|
1675
|
+
stream=stream,
|
|
1594
1676
|
response_model=RepositorySubscription,
|
|
1595
1677
|
error_models={
|
|
1596
1678
|
"403": BasicError,
|
|
@@ -1603,6 +1685,7 @@ class ActivityClient:
|
|
|
1603
1685
|
repo: str,
|
|
1604
1686
|
*,
|
|
1605
1687
|
headers: Optional[Mapping[str, str]] = None,
|
|
1688
|
+
stream: bool = False,
|
|
1606
1689
|
) -> Response[RepositorySubscription, RepositorySubscriptionType]:
|
|
1607
1690
|
"""activity/get-repo-subscription
|
|
1608
1691
|
|
|
@@ -1623,6 +1706,7 @@ class ActivityClient:
|
|
|
1623
1706
|
"GET",
|
|
1624
1707
|
url,
|
|
1625
1708
|
headers=exclude_unset(headers),
|
|
1709
|
+
stream=stream,
|
|
1626
1710
|
response_model=RepositorySubscription,
|
|
1627
1711
|
error_models={
|
|
1628
1712
|
"403": BasicError,
|
|
@@ -1636,6 +1720,7 @@ class ActivityClient:
|
|
|
1636
1720
|
repo: str,
|
|
1637
1721
|
*,
|
|
1638
1722
|
headers: Optional[Mapping[str, str]] = None,
|
|
1723
|
+
stream: bool = False,
|
|
1639
1724
|
data: Missing[ReposOwnerRepoSubscriptionPutBodyType] = UNSET,
|
|
1640
1725
|
) -> Response[RepositorySubscription, RepositorySubscriptionType]: ...
|
|
1641
1726
|
|
|
@@ -1647,6 +1732,7 @@ class ActivityClient:
|
|
|
1647
1732
|
*,
|
|
1648
1733
|
data: UnsetType = UNSET,
|
|
1649
1734
|
headers: Optional[Mapping[str, str]] = None,
|
|
1735
|
+
stream: bool = False,
|
|
1650
1736
|
subscribed: Missing[bool] = UNSET,
|
|
1651
1737
|
ignored: Missing[bool] = UNSET,
|
|
1652
1738
|
) -> Response[RepositorySubscription, RepositorySubscriptionType]: ...
|
|
@@ -1657,6 +1743,7 @@ class ActivityClient:
|
|
|
1657
1743
|
repo: str,
|
|
1658
1744
|
*,
|
|
1659
1745
|
headers: Optional[Mapping[str, str]] = None,
|
|
1746
|
+
stream: bool = False,
|
|
1660
1747
|
data: Missing[ReposOwnerRepoSubscriptionPutBodyType] = UNSET,
|
|
1661
1748
|
**kwargs,
|
|
1662
1749
|
) -> Response[RepositorySubscription, RepositorySubscriptionType]:
|
|
@@ -1689,6 +1776,7 @@ class ActivityClient:
|
|
|
1689
1776
|
url,
|
|
1690
1777
|
json=exclude_unset(json),
|
|
1691
1778
|
headers=exclude_unset(headers),
|
|
1779
|
+
stream=stream,
|
|
1692
1780
|
response_model=RepositorySubscription,
|
|
1693
1781
|
)
|
|
1694
1782
|
|
|
@@ -1699,6 +1787,7 @@ class ActivityClient:
|
|
|
1699
1787
|
repo: str,
|
|
1700
1788
|
*,
|
|
1701
1789
|
headers: Optional[Mapping[str, str]] = None,
|
|
1790
|
+
stream: bool = False,
|
|
1702
1791
|
data: Missing[ReposOwnerRepoSubscriptionPutBodyType] = UNSET,
|
|
1703
1792
|
) -> Response[RepositorySubscription, RepositorySubscriptionType]: ...
|
|
1704
1793
|
|
|
@@ -1710,6 +1799,7 @@ class ActivityClient:
|
|
|
1710
1799
|
*,
|
|
1711
1800
|
data: UnsetType = UNSET,
|
|
1712
1801
|
headers: Optional[Mapping[str, str]] = None,
|
|
1802
|
+
stream: bool = False,
|
|
1713
1803
|
subscribed: Missing[bool] = UNSET,
|
|
1714
1804
|
ignored: Missing[bool] = UNSET,
|
|
1715
1805
|
) -> Response[RepositorySubscription, RepositorySubscriptionType]: ...
|
|
@@ -1720,6 +1810,7 @@ class ActivityClient:
|
|
|
1720
1810
|
repo: str,
|
|
1721
1811
|
*,
|
|
1722
1812
|
headers: Optional[Mapping[str, str]] = None,
|
|
1813
|
+
stream: bool = False,
|
|
1723
1814
|
data: Missing[ReposOwnerRepoSubscriptionPutBodyType] = UNSET,
|
|
1724
1815
|
**kwargs,
|
|
1725
1816
|
) -> Response[RepositorySubscription, RepositorySubscriptionType]:
|
|
@@ -1752,6 +1843,7 @@ class ActivityClient:
|
|
|
1752
1843
|
url,
|
|
1753
1844
|
json=exclude_unset(json),
|
|
1754
1845
|
headers=exclude_unset(headers),
|
|
1846
|
+
stream=stream,
|
|
1755
1847
|
response_model=RepositorySubscription,
|
|
1756
1848
|
)
|
|
1757
1849
|
|
|
@@ -1761,6 +1853,7 @@ class ActivityClient:
|
|
|
1761
1853
|
repo: str,
|
|
1762
1854
|
*,
|
|
1763
1855
|
headers: Optional[Mapping[str, str]] = None,
|
|
1856
|
+
stream: bool = False,
|
|
1764
1857
|
) -> Response:
|
|
1765
1858
|
"""activity/delete-repo-subscription
|
|
1766
1859
|
|
|
@@ -1779,6 +1872,7 @@ class ActivityClient:
|
|
|
1779
1872
|
"DELETE",
|
|
1780
1873
|
url,
|
|
1781
1874
|
headers=exclude_unset(headers),
|
|
1875
|
+
stream=stream,
|
|
1782
1876
|
)
|
|
1783
1877
|
|
|
1784
1878
|
async def async_delete_repo_subscription(
|
|
@@ -1787,6 +1881,7 @@ class ActivityClient:
|
|
|
1787
1881
|
repo: str,
|
|
1788
1882
|
*,
|
|
1789
1883
|
headers: Optional[Mapping[str, str]] = None,
|
|
1884
|
+
stream: bool = False,
|
|
1790
1885
|
) -> Response:
|
|
1791
1886
|
"""activity/delete-repo-subscription
|
|
1792
1887
|
|
|
@@ -1805,6 +1900,7 @@ class ActivityClient:
|
|
|
1805
1900
|
"DELETE",
|
|
1806
1901
|
url,
|
|
1807
1902
|
headers=exclude_unset(headers),
|
|
1903
|
+
stream=stream,
|
|
1808
1904
|
)
|
|
1809
1905
|
|
|
1810
1906
|
def list_repos_starred_by_authenticated_user(
|
|
@@ -1815,6 +1911,7 @@ class ActivityClient:
|
|
|
1815
1911
|
per_page: Missing[int] = UNSET,
|
|
1816
1912
|
page: Missing[int] = UNSET,
|
|
1817
1913
|
headers: Optional[Mapping[str, str]] = None,
|
|
1914
|
+
stream: bool = False,
|
|
1818
1915
|
) -> Response[list[Repository], list[RepositoryType]]:
|
|
1819
1916
|
"""activity/list-repos-starred-by-authenticated-user
|
|
1820
1917
|
|
|
@@ -1847,6 +1944,7 @@ class ActivityClient:
|
|
|
1847
1944
|
url,
|
|
1848
1945
|
params=exclude_unset(params),
|
|
1849
1946
|
headers=exclude_unset(headers),
|
|
1947
|
+
stream=stream,
|
|
1850
1948
|
response_model=list[Repository],
|
|
1851
1949
|
error_models={
|
|
1852
1950
|
"403": BasicError,
|
|
@@ -1862,6 +1960,7 @@ class ActivityClient:
|
|
|
1862
1960
|
per_page: Missing[int] = UNSET,
|
|
1863
1961
|
page: Missing[int] = UNSET,
|
|
1864
1962
|
headers: Optional[Mapping[str, str]] = None,
|
|
1963
|
+
stream: bool = False,
|
|
1865
1964
|
) -> Response[list[Repository], list[RepositoryType]]:
|
|
1866
1965
|
"""activity/list-repos-starred-by-authenticated-user
|
|
1867
1966
|
|
|
@@ -1894,6 +1993,7 @@ class ActivityClient:
|
|
|
1894
1993
|
url,
|
|
1895
1994
|
params=exclude_unset(params),
|
|
1896
1995
|
headers=exclude_unset(headers),
|
|
1996
|
+
stream=stream,
|
|
1897
1997
|
response_model=list[Repository],
|
|
1898
1998
|
error_models={
|
|
1899
1999
|
"403": BasicError,
|
|
@@ -1907,6 +2007,7 @@ class ActivityClient:
|
|
|
1907
2007
|
repo: str,
|
|
1908
2008
|
*,
|
|
1909
2009
|
headers: Optional[Mapping[str, str]] = None,
|
|
2010
|
+
stream: bool = False,
|
|
1910
2011
|
) -> Response:
|
|
1911
2012
|
"""activity/check-repo-is-starred-by-authenticated-user
|
|
1912
2013
|
|
|
@@ -1927,6 +2028,7 @@ class ActivityClient:
|
|
|
1927
2028
|
"GET",
|
|
1928
2029
|
url,
|
|
1929
2030
|
headers=exclude_unset(headers),
|
|
2031
|
+
stream=stream,
|
|
1930
2032
|
error_models={
|
|
1931
2033
|
"404": BasicError,
|
|
1932
2034
|
"401": BasicError,
|
|
@@ -1940,6 +2042,7 @@ class ActivityClient:
|
|
|
1940
2042
|
repo: str,
|
|
1941
2043
|
*,
|
|
1942
2044
|
headers: Optional[Mapping[str, str]] = None,
|
|
2045
|
+
stream: bool = False,
|
|
1943
2046
|
) -> Response:
|
|
1944
2047
|
"""activity/check-repo-is-starred-by-authenticated-user
|
|
1945
2048
|
|
|
@@ -1960,6 +2063,7 @@ class ActivityClient:
|
|
|
1960
2063
|
"GET",
|
|
1961
2064
|
url,
|
|
1962
2065
|
headers=exclude_unset(headers),
|
|
2066
|
+
stream=stream,
|
|
1963
2067
|
error_models={
|
|
1964
2068
|
"404": BasicError,
|
|
1965
2069
|
"401": BasicError,
|
|
@@ -1973,6 +2077,7 @@ class ActivityClient:
|
|
|
1973
2077
|
repo: str,
|
|
1974
2078
|
*,
|
|
1975
2079
|
headers: Optional[Mapping[str, str]] = None,
|
|
2080
|
+
stream: bool = False,
|
|
1976
2081
|
) -> Response:
|
|
1977
2082
|
"""activity/star-repo-for-authenticated-user
|
|
1978
2083
|
|
|
@@ -1993,6 +2098,7 @@ class ActivityClient:
|
|
|
1993
2098
|
"PUT",
|
|
1994
2099
|
url,
|
|
1995
2100
|
headers=exclude_unset(headers),
|
|
2101
|
+
stream=stream,
|
|
1996
2102
|
error_models={
|
|
1997
2103
|
"403": BasicError,
|
|
1998
2104
|
"404": BasicError,
|
|
@@ -2006,6 +2112,7 @@ class ActivityClient:
|
|
|
2006
2112
|
repo: str,
|
|
2007
2113
|
*,
|
|
2008
2114
|
headers: Optional[Mapping[str, str]] = None,
|
|
2115
|
+
stream: bool = False,
|
|
2009
2116
|
) -> Response:
|
|
2010
2117
|
"""activity/star-repo-for-authenticated-user
|
|
2011
2118
|
|
|
@@ -2026,6 +2133,7 @@ class ActivityClient:
|
|
|
2026
2133
|
"PUT",
|
|
2027
2134
|
url,
|
|
2028
2135
|
headers=exclude_unset(headers),
|
|
2136
|
+
stream=stream,
|
|
2029
2137
|
error_models={
|
|
2030
2138
|
"403": BasicError,
|
|
2031
2139
|
"404": BasicError,
|
|
@@ -2039,6 +2147,7 @@ class ActivityClient:
|
|
|
2039
2147
|
repo: str,
|
|
2040
2148
|
*,
|
|
2041
2149
|
headers: Optional[Mapping[str, str]] = None,
|
|
2150
|
+
stream: bool = False,
|
|
2042
2151
|
) -> Response:
|
|
2043
2152
|
"""activity/unstar-repo-for-authenticated-user
|
|
2044
2153
|
|
|
@@ -2059,6 +2168,7 @@ class ActivityClient:
|
|
|
2059
2168
|
"DELETE",
|
|
2060
2169
|
url,
|
|
2061
2170
|
headers=exclude_unset(headers),
|
|
2171
|
+
stream=stream,
|
|
2062
2172
|
error_models={
|
|
2063
2173
|
"404": BasicError,
|
|
2064
2174
|
"401": BasicError,
|
|
@@ -2072,6 +2182,7 @@ class ActivityClient:
|
|
|
2072
2182
|
repo: str,
|
|
2073
2183
|
*,
|
|
2074
2184
|
headers: Optional[Mapping[str, str]] = None,
|
|
2185
|
+
stream: bool = False,
|
|
2075
2186
|
) -> Response:
|
|
2076
2187
|
"""activity/unstar-repo-for-authenticated-user
|
|
2077
2188
|
|
|
@@ -2092,6 +2203,7 @@ class ActivityClient:
|
|
|
2092
2203
|
"DELETE",
|
|
2093
2204
|
url,
|
|
2094
2205
|
headers=exclude_unset(headers),
|
|
2206
|
+
stream=stream,
|
|
2095
2207
|
error_models={
|
|
2096
2208
|
"404": BasicError,
|
|
2097
2209
|
"401": BasicError,
|
|
@@ -2105,6 +2217,7 @@ class ActivityClient:
|
|
|
2105
2217
|
per_page: Missing[int] = UNSET,
|
|
2106
2218
|
page: Missing[int] = UNSET,
|
|
2107
2219
|
headers: Optional[Mapping[str, str]] = None,
|
|
2220
|
+
stream: bool = False,
|
|
2108
2221
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
2109
2222
|
"""activity/list-watched-repos-for-authenticated-user
|
|
2110
2223
|
|
|
@@ -2131,6 +2244,7 @@ class ActivityClient:
|
|
|
2131
2244
|
url,
|
|
2132
2245
|
params=exclude_unset(params),
|
|
2133
2246
|
headers=exclude_unset(headers),
|
|
2247
|
+
stream=stream,
|
|
2134
2248
|
response_model=list[MinimalRepository],
|
|
2135
2249
|
error_models={
|
|
2136
2250
|
"403": BasicError,
|
|
@@ -2144,6 +2258,7 @@ class ActivityClient:
|
|
|
2144
2258
|
per_page: Missing[int] = UNSET,
|
|
2145
2259
|
page: Missing[int] = UNSET,
|
|
2146
2260
|
headers: Optional[Mapping[str, str]] = None,
|
|
2261
|
+
stream: bool = False,
|
|
2147
2262
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
2148
2263
|
"""activity/list-watched-repos-for-authenticated-user
|
|
2149
2264
|
|
|
@@ -2170,6 +2285,7 @@ class ActivityClient:
|
|
|
2170
2285
|
url,
|
|
2171
2286
|
params=exclude_unset(params),
|
|
2172
2287
|
headers=exclude_unset(headers),
|
|
2288
|
+
stream=stream,
|
|
2173
2289
|
response_model=list[MinimalRepository],
|
|
2174
2290
|
error_models={
|
|
2175
2291
|
"403": BasicError,
|
|
@@ -2184,6 +2300,7 @@ class ActivityClient:
|
|
|
2184
2300
|
per_page: Missing[int] = UNSET,
|
|
2185
2301
|
page: Missing[int] = UNSET,
|
|
2186
2302
|
headers: Optional[Mapping[str, str]] = None,
|
|
2303
|
+
stream: bool = False,
|
|
2187
2304
|
) -> Response[list[Event], list[EventType]]:
|
|
2188
2305
|
"""activity/list-events-for-authenticated-user
|
|
2189
2306
|
|
|
@@ -2213,6 +2330,7 @@ class ActivityClient:
|
|
|
2213
2330
|
url,
|
|
2214
2331
|
params=exclude_unset(params),
|
|
2215
2332
|
headers=exclude_unset(headers),
|
|
2333
|
+
stream=stream,
|
|
2216
2334
|
response_model=list[Event],
|
|
2217
2335
|
)
|
|
2218
2336
|
|
|
@@ -2223,6 +2341,7 @@ class ActivityClient:
|
|
|
2223
2341
|
per_page: Missing[int] = UNSET,
|
|
2224
2342
|
page: Missing[int] = UNSET,
|
|
2225
2343
|
headers: Optional[Mapping[str, str]] = None,
|
|
2344
|
+
stream: bool = False,
|
|
2226
2345
|
) -> Response[list[Event], list[EventType]]:
|
|
2227
2346
|
"""activity/list-events-for-authenticated-user
|
|
2228
2347
|
|
|
@@ -2252,6 +2371,7 @@ class ActivityClient:
|
|
|
2252
2371
|
url,
|
|
2253
2372
|
params=exclude_unset(params),
|
|
2254
2373
|
headers=exclude_unset(headers),
|
|
2374
|
+
stream=stream,
|
|
2255
2375
|
response_model=list[Event],
|
|
2256
2376
|
)
|
|
2257
2377
|
|
|
@@ -2263,6 +2383,7 @@ class ActivityClient:
|
|
|
2263
2383
|
per_page: Missing[int] = UNSET,
|
|
2264
2384
|
page: Missing[int] = UNSET,
|
|
2265
2385
|
headers: Optional[Mapping[str, str]] = None,
|
|
2386
|
+
stream: bool = False,
|
|
2266
2387
|
) -> Response[list[Event], list[EventType]]:
|
|
2267
2388
|
"""activity/list-org-events-for-authenticated-user
|
|
2268
2389
|
|
|
@@ -2292,6 +2413,7 @@ class ActivityClient:
|
|
|
2292
2413
|
url,
|
|
2293
2414
|
params=exclude_unset(params),
|
|
2294
2415
|
headers=exclude_unset(headers),
|
|
2416
|
+
stream=stream,
|
|
2295
2417
|
response_model=list[Event],
|
|
2296
2418
|
)
|
|
2297
2419
|
|
|
@@ -2303,6 +2425,7 @@ class ActivityClient:
|
|
|
2303
2425
|
per_page: Missing[int] = UNSET,
|
|
2304
2426
|
page: Missing[int] = UNSET,
|
|
2305
2427
|
headers: Optional[Mapping[str, str]] = None,
|
|
2428
|
+
stream: bool = False,
|
|
2306
2429
|
) -> Response[list[Event], list[EventType]]:
|
|
2307
2430
|
"""activity/list-org-events-for-authenticated-user
|
|
2308
2431
|
|
|
@@ -2332,6 +2455,7 @@ class ActivityClient:
|
|
|
2332
2455
|
url,
|
|
2333
2456
|
params=exclude_unset(params),
|
|
2334
2457
|
headers=exclude_unset(headers),
|
|
2458
|
+
stream=stream,
|
|
2335
2459
|
response_model=list[Event],
|
|
2336
2460
|
)
|
|
2337
2461
|
|
|
@@ -2342,6 +2466,7 @@ class ActivityClient:
|
|
|
2342
2466
|
per_page: Missing[int] = UNSET,
|
|
2343
2467
|
page: Missing[int] = UNSET,
|
|
2344
2468
|
headers: Optional[Mapping[str, str]] = None,
|
|
2469
|
+
stream: bool = False,
|
|
2345
2470
|
) -> Response[list[Event], list[EventType]]:
|
|
2346
2471
|
"""activity/list-public-events-for-user
|
|
2347
2472
|
|
|
@@ -2369,6 +2494,7 @@ class ActivityClient:
|
|
|
2369
2494
|
url,
|
|
2370
2495
|
params=exclude_unset(params),
|
|
2371
2496
|
headers=exclude_unset(headers),
|
|
2497
|
+
stream=stream,
|
|
2372
2498
|
response_model=list[Event],
|
|
2373
2499
|
)
|
|
2374
2500
|
|
|
@@ -2379,6 +2505,7 @@ class ActivityClient:
|
|
|
2379
2505
|
per_page: Missing[int] = UNSET,
|
|
2380
2506
|
page: Missing[int] = UNSET,
|
|
2381
2507
|
headers: Optional[Mapping[str, str]] = None,
|
|
2508
|
+
stream: bool = False,
|
|
2382
2509
|
) -> Response[list[Event], list[EventType]]:
|
|
2383
2510
|
"""activity/list-public-events-for-user
|
|
2384
2511
|
|
|
@@ -2406,6 +2533,7 @@ class ActivityClient:
|
|
|
2406
2533
|
url,
|
|
2407
2534
|
params=exclude_unset(params),
|
|
2408
2535
|
headers=exclude_unset(headers),
|
|
2536
|
+
stream=stream,
|
|
2409
2537
|
response_model=list[Event],
|
|
2410
2538
|
)
|
|
2411
2539
|
|
|
@@ -2416,6 +2544,7 @@ class ActivityClient:
|
|
|
2416
2544
|
per_page: Missing[int] = UNSET,
|
|
2417
2545
|
page: Missing[int] = UNSET,
|
|
2418
2546
|
headers: Optional[Mapping[str, str]] = None,
|
|
2547
|
+
stream: bool = False,
|
|
2419
2548
|
) -> Response[list[Event], list[EventType]]:
|
|
2420
2549
|
"""activity/list-received-events-for-user
|
|
2421
2550
|
|
|
@@ -2446,6 +2575,7 @@ class ActivityClient:
|
|
|
2446
2575
|
url,
|
|
2447
2576
|
params=exclude_unset(params),
|
|
2448
2577
|
headers=exclude_unset(headers),
|
|
2578
|
+
stream=stream,
|
|
2449
2579
|
response_model=list[Event],
|
|
2450
2580
|
)
|
|
2451
2581
|
|
|
@@ -2456,6 +2586,7 @@ class ActivityClient:
|
|
|
2456
2586
|
per_page: Missing[int] = UNSET,
|
|
2457
2587
|
page: Missing[int] = UNSET,
|
|
2458
2588
|
headers: Optional[Mapping[str, str]] = None,
|
|
2589
|
+
stream: bool = False,
|
|
2459
2590
|
) -> Response[list[Event], list[EventType]]:
|
|
2460
2591
|
"""activity/list-received-events-for-user
|
|
2461
2592
|
|
|
@@ -2486,6 +2617,7 @@ class ActivityClient:
|
|
|
2486
2617
|
url,
|
|
2487
2618
|
params=exclude_unset(params),
|
|
2488
2619
|
headers=exclude_unset(headers),
|
|
2620
|
+
stream=stream,
|
|
2489
2621
|
response_model=list[Event],
|
|
2490
2622
|
)
|
|
2491
2623
|
|
|
@@ -2496,6 +2628,7 @@ class ActivityClient:
|
|
|
2496
2628
|
per_page: Missing[int] = UNSET,
|
|
2497
2629
|
page: Missing[int] = UNSET,
|
|
2498
2630
|
headers: Optional[Mapping[str, str]] = None,
|
|
2631
|
+
stream: bool = False,
|
|
2499
2632
|
) -> Response[list[Event], list[EventType]]:
|
|
2500
2633
|
"""activity/list-received-public-events-for-user
|
|
2501
2634
|
|
|
@@ -2523,6 +2656,7 @@ class ActivityClient:
|
|
|
2523
2656
|
url,
|
|
2524
2657
|
params=exclude_unset(params),
|
|
2525
2658
|
headers=exclude_unset(headers),
|
|
2659
|
+
stream=stream,
|
|
2526
2660
|
response_model=list[Event],
|
|
2527
2661
|
)
|
|
2528
2662
|
|
|
@@ -2533,6 +2667,7 @@ class ActivityClient:
|
|
|
2533
2667
|
per_page: Missing[int] = UNSET,
|
|
2534
2668
|
page: Missing[int] = UNSET,
|
|
2535
2669
|
headers: Optional[Mapping[str, str]] = None,
|
|
2670
|
+
stream: bool = False,
|
|
2536
2671
|
) -> Response[list[Event], list[EventType]]:
|
|
2537
2672
|
"""activity/list-received-public-events-for-user
|
|
2538
2673
|
|
|
@@ -2560,6 +2695,7 @@ class ActivityClient:
|
|
|
2560
2695
|
url,
|
|
2561
2696
|
params=exclude_unset(params),
|
|
2562
2697
|
headers=exclude_unset(headers),
|
|
2698
|
+
stream=stream,
|
|
2563
2699
|
response_model=list[Event],
|
|
2564
2700
|
)
|
|
2565
2701
|
|
|
@@ -2572,6 +2708,7 @@ class ActivityClient:
|
|
|
2572
2708
|
per_page: Missing[int] = UNSET,
|
|
2573
2709
|
page: Missing[int] = UNSET,
|
|
2574
2710
|
headers: Optional[Mapping[str, str]] = None,
|
|
2711
|
+
stream: bool = False,
|
|
2575
2712
|
) -> Response[
|
|
2576
2713
|
Union[list[StarredRepository], list[Repository]],
|
|
2577
2714
|
Union[list[StarredRepositoryType], list[RepositoryType]],
|
|
@@ -2609,6 +2746,7 @@ class ActivityClient:
|
|
|
2609
2746
|
url,
|
|
2610
2747
|
params=exclude_unset(params),
|
|
2611
2748
|
headers=exclude_unset(headers),
|
|
2749
|
+
stream=stream,
|
|
2612
2750
|
response_model=Union[list[StarredRepository], list[Repository]],
|
|
2613
2751
|
)
|
|
2614
2752
|
|
|
@@ -2621,6 +2759,7 @@ class ActivityClient:
|
|
|
2621
2759
|
per_page: Missing[int] = UNSET,
|
|
2622
2760
|
page: Missing[int] = UNSET,
|
|
2623
2761
|
headers: Optional[Mapping[str, str]] = None,
|
|
2762
|
+
stream: bool = False,
|
|
2624
2763
|
) -> Response[
|
|
2625
2764
|
Union[list[StarredRepository], list[Repository]],
|
|
2626
2765
|
Union[list[StarredRepositoryType], list[RepositoryType]],
|
|
@@ -2658,6 +2797,7 @@ class ActivityClient:
|
|
|
2658
2797
|
url,
|
|
2659
2798
|
params=exclude_unset(params),
|
|
2660
2799
|
headers=exclude_unset(headers),
|
|
2800
|
+
stream=stream,
|
|
2661
2801
|
response_model=Union[list[StarredRepository], list[Repository]],
|
|
2662
2802
|
)
|
|
2663
2803
|
|
|
@@ -2668,6 +2808,7 @@ class ActivityClient:
|
|
|
2668
2808
|
per_page: Missing[int] = UNSET,
|
|
2669
2809
|
page: Missing[int] = UNSET,
|
|
2670
2810
|
headers: Optional[Mapping[str, str]] = None,
|
|
2811
|
+
stream: bool = False,
|
|
2671
2812
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
2672
2813
|
"""activity/list-repos-watched-by-user
|
|
2673
2814
|
|
|
@@ -2694,6 +2835,7 @@ class ActivityClient:
|
|
|
2694
2835
|
url,
|
|
2695
2836
|
params=exclude_unset(params),
|
|
2696
2837
|
headers=exclude_unset(headers),
|
|
2838
|
+
stream=stream,
|
|
2697
2839
|
response_model=list[MinimalRepository],
|
|
2698
2840
|
)
|
|
2699
2841
|
|
|
@@ -2704,6 +2846,7 @@ class ActivityClient:
|
|
|
2704
2846
|
per_page: Missing[int] = UNSET,
|
|
2705
2847
|
page: Missing[int] = UNSET,
|
|
2706
2848
|
headers: Optional[Mapping[str, str]] = None,
|
|
2849
|
+
stream: bool = False,
|
|
2707
2850
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
2708
2851
|
"""activity/list-repos-watched-by-user
|
|
2709
2852
|
|
|
@@ -2730,5 +2873,6 @@ class ActivityClient:
|
|
|
2730
2873
|
url,
|
|
2731
2874
|
params=exclude_unset(params),
|
|
2732
2875
|
headers=exclude_unset(headers),
|
|
2876
|
+
stream=stream,
|
|
2733
2877
|
response_model=list[MinimalRepository],
|
|
2734
2878
|
)
|