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
|
@@ -72,6 +72,7 @@ class ReactionsClient:
|
|
|
72
72
|
per_page: Missing[int] = UNSET,
|
|
73
73
|
page: Missing[int] = UNSET,
|
|
74
74
|
headers: Optional[Mapping[str, str]] = None,
|
|
75
|
+
stream: bool = False,
|
|
75
76
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
76
77
|
"""reactions/list-for-team-discussion-comment-in-org
|
|
77
78
|
|
|
@@ -104,6 +105,7 @@ class ReactionsClient:
|
|
|
104
105
|
url,
|
|
105
106
|
params=exclude_unset(params),
|
|
106
107
|
headers=exclude_unset(headers),
|
|
108
|
+
stream=stream,
|
|
107
109
|
response_model=list[Reaction],
|
|
108
110
|
)
|
|
109
111
|
|
|
@@ -122,6 +124,7 @@ class ReactionsClient:
|
|
|
122
124
|
per_page: Missing[int] = UNSET,
|
|
123
125
|
page: Missing[int] = UNSET,
|
|
124
126
|
headers: Optional[Mapping[str, str]] = None,
|
|
127
|
+
stream: bool = False,
|
|
125
128
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
126
129
|
"""reactions/list-for-team-discussion-comment-in-org
|
|
127
130
|
|
|
@@ -154,6 +157,7 @@ class ReactionsClient:
|
|
|
154
157
|
url,
|
|
155
158
|
params=exclude_unset(params),
|
|
156
159
|
headers=exclude_unset(headers),
|
|
160
|
+
stream=stream,
|
|
157
161
|
response_model=list[Reaction],
|
|
158
162
|
)
|
|
159
163
|
|
|
@@ -166,6 +170,7 @@ class ReactionsClient:
|
|
|
166
170
|
comment_number: int,
|
|
167
171
|
*,
|
|
168
172
|
headers: Optional[Mapping[str, str]] = None,
|
|
173
|
+
stream: bool = False,
|
|
169
174
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
|
|
170
175
|
) -> Response[Reaction, ReactionType]: ...
|
|
171
176
|
|
|
@@ -179,6 +184,7 @@ class ReactionsClient:
|
|
|
179
184
|
*,
|
|
180
185
|
data: UnsetType = UNSET,
|
|
181
186
|
headers: Optional[Mapping[str, str]] = None,
|
|
187
|
+
stream: bool = False,
|
|
182
188
|
content: Literal[
|
|
183
189
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
184
190
|
],
|
|
@@ -192,6 +198,7 @@ class ReactionsClient:
|
|
|
192
198
|
comment_number: int,
|
|
193
199
|
*,
|
|
194
200
|
headers: Optional[Mapping[str, str]] = None,
|
|
201
|
+
stream: bool = False,
|
|
195
202
|
data: Missing[
|
|
196
203
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType
|
|
197
204
|
] = UNSET,
|
|
@@ -239,6 +246,7 @@ class ReactionsClient:
|
|
|
239
246
|
url,
|
|
240
247
|
json=exclude_unset(json),
|
|
241
248
|
headers=exclude_unset(headers),
|
|
249
|
+
stream=stream,
|
|
242
250
|
response_model=Reaction,
|
|
243
251
|
)
|
|
244
252
|
|
|
@@ -251,6 +259,7 @@ class ReactionsClient:
|
|
|
251
259
|
comment_number: int,
|
|
252
260
|
*,
|
|
253
261
|
headers: Optional[Mapping[str, str]] = None,
|
|
262
|
+
stream: bool = False,
|
|
254
263
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
|
|
255
264
|
) -> Response[Reaction, ReactionType]: ...
|
|
256
265
|
|
|
@@ -264,6 +273,7 @@ class ReactionsClient:
|
|
|
264
273
|
*,
|
|
265
274
|
data: UnsetType = UNSET,
|
|
266
275
|
headers: Optional[Mapping[str, str]] = None,
|
|
276
|
+
stream: bool = False,
|
|
267
277
|
content: Literal[
|
|
268
278
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
269
279
|
],
|
|
@@ -277,6 +287,7 @@ class ReactionsClient:
|
|
|
277
287
|
comment_number: int,
|
|
278
288
|
*,
|
|
279
289
|
headers: Optional[Mapping[str, str]] = None,
|
|
290
|
+
stream: bool = False,
|
|
280
291
|
data: Missing[
|
|
281
292
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType
|
|
282
293
|
] = UNSET,
|
|
@@ -324,6 +335,7 @@ class ReactionsClient:
|
|
|
324
335
|
url,
|
|
325
336
|
json=exclude_unset(json),
|
|
326
337
|
headers=exclude_unset(headers),
|
|
338
|
+
stream=stream,
|
|
327
339
|
response_model=Reaction,
|
|
328
340
|
)
|
|
329
341
|
|
|
@@ -336,6 +348,7 @@ class ReactionsClient:
|
|
|
336
348
|
reaction_id: int,
|
|
337
349
|
*,
|
|
338
350
|
headers: Optional[Mapping[str, str]] = None,
|
|
351
|
+
stream: bool = False,
|
|
339
352
|
) -> Response:
|
|
340
353
|
"""reactions/delete-for-team-discussion-comment
|
|
341
354
|
|
|
@@ -359,6 +372,7 @@ class ReactionsClient:
|
|
|
359
372
|
"DELETE",
|
|
360
373
|
url,
|
|
361
374
|
headers=exclude_unset(headers),
|
|
375
|
+
stream=stream,
|
|
362
376
|
)
|
|
363
377
|
|
|
364
378
|
async def async_delete_for_team_discussion_comment(
|
|
@@ -370,6 +384,7 @@ class ReactionsClient:
|
|
|
370
384
|
reaction_id: int,
|
|
371
385
|
*,
|
|
372
386
|
headers: Optional[Mapping[str, str]] = None,
|
|
387
|
+
stream: bool = False,
|
|
373
388
|
) -> Response:
|
|
374
389
|
"""reactions/delete-for-team-discussion-comment
|
|
375
390
|
|
|
@@ -393,6 +408,7 @@ class ReactionsClient:
|
|
|
393
408
|
"DELETE",
|
|
394
409
|
url,
|
|
395
410
|
headers=exclude_unset(headers),
|
|
411
|
+
stream=stream,
|
|
396
412
|
)
|
|
397
413
|
|
|
398
414
|
def list_for_team_discussion_in_org(
|
|
@@ -409,6 +425,7 @@ class ReactionsClient:
|
|
|
409
425
|
per_page: Missing[int] = UNSET,
|
|
410
426
|
page: Missing[int] = UNSET,
|
|
411
427
|
headers: Optional[Mapping[str, str]] = None,
|
|
428
|
+
stream: bool = False,
|
|
412
429
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
413
430
|
"""reactions/list-for-team-discussion-in-org
|
|
414
431
|
|
|
@@ -441,6 +458,7 @@ class ReactionsClient:
|
|
|
441
458
|
url,
|
|
442
459
|
params=exclude_unset(params),
|
|
443
460
|
headers=exclude_unset(headers),
|
|
461
|
+
stream=stream,
|
|
444
462
|
response_model=list[Reaction],
|
|
445
463
|
)
|
|
446
464
|
|
|
@@ -458,6 +476,7 @@ class ReactionsClient:
|
|
|
458
476
|
per_page: Missing[int] = UNSET,
|
|
459
477
|
page: Missing[int] = UNSET,
|
|
460
478
|
headers: Optional[Mapping[str, str]] = None,
|
|
479
|
+
stream: bool = False,
|
|
461
480
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
462
481
|
"""reactions/list-for-team-discussion-in-org
|
|
463
482
|
|
|
@@ -490,6 +509,7 @@ class ReactionsClient:
|
|
|
490
509
|
url,
|
|
491
510
|
params=exclude_unset(params),
|
|
492
511
|
headers=exclude_unset(headers),
|
|
512
|
+
stream=stream,
|
|
493
513
|
response_model=list[Reaction],
|
|
494
514
|
)
|
|
495
515
|
|
|
@@ -501,6 +521,7 @@ class ReactionsClient:
|
|
|
501
521
|
discussion_number: int,
|
|
502
522
|
*,
|
|
503
523
|
headers: Optional[Mapping[str, str]] = None,
|
|
524
|
+
stream: bool = False,
|
|
504
525
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType,
|
|
505
526
|
) -> Response[Reaction, ReactionType]: ...
|
|
506
527
|
|
|
@@ -513,6 +534,7 @@ class ReactionsClient:
|
|
|
513
534
|
*,
|
|
514
535
|
data: UnsetType = UNSET,
|
|
515
536
|
headers: Optional[Mapping[str, str]] = None,
|
|
537
|
+
stream: bool = False,
|
|
516
538
|
content: Literal[
|
|
517
539
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
518
540
|
],
|
|
@@ -525,6 +547,7 @@ class ReactionsClient:
|
|
|
525
547
|
discussion_number: int,
|
|
526
548
|
*,
|
|
527
549
|
headers: Optional[Mapping[str, str]] = None,
|
|
550
|
+
stream: bool = False,
|
|
528
551
|
data: Missing[
|
|
529
552
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType
|
|
530
553
|
] = UNSET,
|
|
@@ -571,6 +594,7 @@ class ReactionsClient:
|
|
|
571
594
|
url,
|
|
572
595
|
json=exclude_unset(json),
|
|
573
596
|
headers=exclude_unset(headers),
|
|
597
|
+
stream=stream,
|
|
574
598
|
response_model=Reaction,
|
|
575
599
|
)
|
|
576
600
|
|
|
@@ -582,6 +606,7 @@ class ReactionsClient:
|
|
|
582
606
|
discussion_number: int,
|
|
583
607
|
*,
|
|
584
608
|
headers: Optional[Mapping[str, str]] = None,
|
|
609
|
+
stream: bool = False,
|
|
585
610
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType,
|
|
586
611
|
) -> Response[Reaction, ReactionType]: ...
|
|
587
612
|
|
|
@@ -594,6 +619,7 @@ class ReactionsClient:
|
|
|
594
619
|
*,
|
|
595
620
|
data: UnsetType = UNSET,
|
|
596
621
|
headers: Optional[Mapping[str, str]] = None,
|
|
622
|
+
stream: bool = False,
|
|
597
623
|
content: Literal[
|
|
598
624
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
599
625
|
],
|
|
@@ -606,6 +632,7 @@ class ReactionsClient:
|
|
|
606
632
|
discussion_number: int,
|
|
607
633
|
*,
|
|
608
634
|
headers: Optional[Mapping[str, str]] = None,
|
|
635
|
+
stream: bool = False,
|
|
609
636
|
data: Missing[
|
|
610
637
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType
|
|
611
638
|
] = UNSET,
|
|
@@ -652,6 +679,7 @@ class ReactionsClient:
|
|
|
652
679
|
url,
|
|
653
680
|
json=exclude_unset(json),
|
|
654
681
|
headers=exclude_unset(headers),
|
|
682
|
+
stream=stream,
|
|
655
683
|
response_model=Reaction,
|
|
656
684
|
)
|
|
657
685
|
|
|
@@ -663,6 +691,7 @@ class ReactionsClient:
|
|
|
663
691
|
reaction_id: int,
|
|
664
692
|
*,
|
|
665
693
|
headers: Optional[Mapping[str, str]] = None,
|
|
694
|
+
stream: bool = False,
|
|
666
695
|
) -> Response:
|
|
667
696
|
"""reactions/delete-for-team-discussion
|
|
668
697
|
|
|
@@ -686,6 +715,7 @@ class ReactionsClient:
|
|
|
686
715
|
"DELETE",
|
|
687
716
|
url,
|
|
688
717
|
headers=exclude_unset(headers),
|
|
718
|
+
stream=stream,
|
|
689
719
|
)
|
|
690
720
|
|
|
691
721
|
async def async_delete_for_team_discussion(
|
|
@@ -696,6 +726,7 @@ class ReactionsClient:
|
|
|
696
726
|
reaction_id: int,
|
|
697
727
|
*,
|
|
698
728
|
headers: Optional[Mapping[str, str]] = None,
|
|
729
|
+
stream: bool = False,
|
|
699
730
|
) -> Response:
|
|
700
731
|
"""reactions/delete-for-team-discussion
|
|
701
732
|
|
|
@@ -719,6 +750,7 @@ class ReactionsClient:
|
|
|
719
750
|
"DELETE",
|
|
720
751
|
url,
|
|
721
752
|
headers=exclude_unset(headers),
|
|
753
|
+
stream=stream,
|
|
722
754
|
)
|
|
723
755
|
|
|
724
756
|
def list_for_commit_comment(
|
|
@@ -735,6 +767,7 @@ class ReactionsClient:
|
|
|
735
767
|
per_page: Missing[int] = UNSET,
|
|
736
768
|
page: Missing[int] = UNSET,
|
|
737
769
|
headers: Optional[Mapping[str, str]] = None,
|
|
770
|
+
stream: bool = False,
|
|
738
771
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
739
772
|
"""reactions/list-for-commit-comment
|
|
740
773
|
|
|
@@ -762,6 +795,7 @@ class ReactionsClient:
|
|
|
762
795
|
url,
|
|
763
796
|
params=exclude_unset(params),
|
|
764
797
|
headers=exclude_unset(headers),
|
|
798
|
+
stream=stream,
|
|
765
799
|
response_model=list[Reaction],
|
|
766
800
|
error_models={
|
|
767
801
|
"404": BasicError,
|
|
@@ -782,6 +816,7 @@ class ReactionsClient:
|
|
|
782
816
|
per_page: Missing[int] = UNSET,
|
|
783
817
|
page: Missing[int] = UNSET,
|
|
784
818
|
headers: Optional[Mapping[str, str]] = None,
|
|
819
|
+
stream: bool = False,
|
|
785
820
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
786
821
|
"""reactions/list-for-commit-comment
|
|
787
822
|
|
|
@@ -809,6 +844,7 @@ class ReactionsClient:
|
|
|
809
844
|
url,
|
|
810
845
|
params=exclude_unset(params),
|
|
811
846
|
headers=exclude_unset(headers),
|
|
847
|
+
stream=stream,
|
|
812
848
|
response_model=list[Reaction],
|
|
813
849
|
error_models={
|
|
814
850
|
"404": BasicError,
|
|
@@ -823,6 +859,7 @@ class ReactionsClient:
|
|
|
823
859
|
comment_id: int,
|
|
824
860
|
*,
|
|
825
861
|
headers: Optional[Mapping[str, str]] = None,
|
|
862
|
+
stream: bool = False,
|
|
826
863
|
data: ReposOwnerRepoCommentsCommentIdReactionsPostBodyType,
|
|
827
864
|
) -> Response[Reaction, ReactionType]: ...
|
|
828
865
|
|
|
@@ -835,6 +872,7 @@ class ReactionsClient:
|
|
|
835
872
|
*,
|
|
836
873
|
data: UnsetType = UNSET,
|
|
837
874
|
headers: Optional[Mapping[str, str]] = None,
|
|
875
|
+
stream: bool = False,
|
|
838
876
|
content: Literal[
|
|
839
877
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
840
878
|
],
|
|
@@ -847,6 +885,7 @@ class ReactionsClient:
|
|
|
847
885
|
comment_id: int,
|
|
848
886
|
*,
|
|
849
887
|
headers: Optional[Mapping[str, str]] = None,
|
|
888
|
+
stream: bool = False,
|
|
850
889
|
data: Missing[ReposOwnerRepoCommentsCommentIdReactionsPostBodyType] = UNSET,
|
|
851
890
|
**kwargs,
|
|
852
891
|
) -> Response[Reaction, ReactionType]:
|
|
@@ -885,6 +924,7 @@ class ReactionsClient:
|
|
|
885
924
|
url,
|
|
886
925
|
json=exclude_unset(json),
|
|
887
926
|
headers=exclude_unset(headers),
|
|
927
|
+
stream=stream,
|
|
888
928
|
response_model=Reaction,
|
|
889
929
|
error_models={
|
|
890
930
|
"422": ValidationError,
|
|
@@ -899,6 +939,7 @@ class ReactionsClient:
|
|
|
899
939
|
comment_id: int,
|
|
900
940
|
*,
|
|
901
941
|
headers: Optional[Mapping[str, str]] = None,
|
|
942
|
+
stream: bool = False,
|
|
902
943
|
data: ReposOwnerRepoCommentsCommentIdReactionsPostBodyType,
|
|
903
944
|
) -> Response[Reaction, ReactionType]: ...
|
|
904
945
|
|
|
@@ -911,6 +952,7 @@ class ReactionsClient:
|
|
|
911
952
|
*,
|
|
912
953
|
data: UnsetType = UNSET,
|
|
913
954
|
headers: Optional[Mapping[str, str]] = None,
|
|
955
|
+
stream: bool = False,
|
|
914
956
|
content: Literal[
|
|
915
957
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
916
958
|
],
|
|
@@ -923,6 +965,7 @@ class ReactionsClient:
|
|
|
923
965
|
comment_id: int,
|
|
924
966
|
*,
|
|
925
967
|
headers: Optional[Mapping[str, str]] = None,
|
|
968
|
+
stream: bool = False,
|
|
926
969
|
data: Missing[ReposOwnerRepoCommentsCommentIdReactionsPostBodyType] = UNSET,
|
|
927
970
|
**kwargs,
|
|
928
971
|
) -> Response[Reaction, ReactionType]:
|
|
@@ -961,6 +1004,7 @@ class ReactionsClient:
|
|
|
961
1004
|
url,
|
|
962
1005
|
json=exclude_unset(json),
|
|
963
1006
|
headers=exclude_unset(headers),
|
|
1007
|
+
stream=stream,
|
|
964
1008
|
response_model=Reaction,
|
|
965
1009
|
error_models={
|
|
966
1010
|
"422": ValidationError,
|
|
@@ -975,6 +1019,7 @@ class ReactionsClient:
|
|
|
975
1019
|
reaction_id: int,
|
|
976
1020
|
*,
|
|
977
1021
|
headers: Optional[Mapping[str, str]] = None,
|
|
1022
|
+
stream: bool = False,
|
|
978
1023
|
) -> Response:
|
|
979
1024
|
"""reactions/delete-for-commit-comment
|
|
980
1025
|
|
|
@@ -996,6 +1041,7 @@ class ReactionsClient:
|
|
|
996
1041
|
"DELETE",
|
|
997
1042
|
url,
|
|
998
1043
|
headers=exclude_unset(headers),
|
|
1044
|
+
stream=stream,
|
|
999
1045
|
)
|
|
1000
1046
|
|
|
1001
1047
|
async def async_delete_for_commit_comment(
|
|
@@ -1006,6 +1052,7 @@ class ReactionsClient:
|
|
|
1006
1052
|
reaction_id: int,
|
|
1007
1053
|
*,
|
|
1008
1054
|
headers: Optional[Mapping[str, str]] = None,
|
|
1055
|
+
stream: bool = False,
|
|
1009
1056
|
) -> Response:
|
|
1010
1057
|
"""reactions/delete-for-commit-comment
|
|
1011
1058
|
|
|
@@ -1027,6 +1074,7 @@ class ReactionsClient:
|
|
|
1027
1074
|
"DELETE",
|
|
1028
1075
|
url,
|
|
1029
1076
|
headers=exclude_unset(headers),
|
|
1077
|
+
stream=stream,
|
|
1030
1078
|
)
|
|
1031
1079
|
|
|
1032
1080
|
def list_for_issue_comment(
|
|
@@ -1043,6 +1091,7 @@ class ReactionsClient:
|
|
|
1043
1091
|
per_page: Missing[int] = UNSET,
|
|
1044
1092
|
page: Missing[int] = UNSET,
|
|
1045
1093
|
headers: Optional[Mapping[str, str]] = None,
|
|
1094
|
+
stream: bool = False,
|
|
1046
1095
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
1047
1096
|
"""reactions/list-for-issue-comment
|
|
1048
1097
|
|
|
@@ -1070,6 +1119,7 @@ class ReactionsClient:
|
|
|
1070
1119
|
url,
|
|
1071
1120
|
params=exclude_unset(params),
|
|
1072
1121
|
headers=exclude_unset(headers),
|
|
1122
|
+
stream=stream,
|
|
1073
1123
|
response_model=list[Reaction],
|
|
1074
1124
|
error_models={
|
|
1075
1125
|
"404": BasicError,
|
|
@@ -1090,6 +1140,7 @@ class ReactionsClient:
|
|
|
1090
1140
|
per_page: Missing[int] = UNSET,
|
|
1091
1141
|
page: Missing[int] = UNSET,
|
|
1092
1142
|
headers: Optional[Mapping[str, str]] = None,
|
|
1143
|
+
stream: bool = False,
|
|
1093
1144
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
1094
1145
|
"""reactions/list-for-issue-comment
|
|
1095
1146
|
|
|
@@ -1117,6 +1168,7 @@ class ReactionsClient:
|
|
|
1117
1168
|
url,
|
|
1118
1169
|
params=exclude_unset(params),
|
|
1119
1170
|
headers=exclude_unset(headers),
|
|
1171
|
+
stream=stream,
|
|
1120
1172
|
response_model=list[Reaction],
|
|
1121
1173
|
error_models={
|
|
1122
1174
|
"404": BasicError,
|
|
@@ -1131,6 +1183,7 @@ class ReactionsClient:
|
|
|
1131
1183
|
comment_id: int,
|
|
1132
1184
|
*,
|
|
1133
1185
|
headers: Optional[Mapping[str, str]] = None,
|
|
1186
|
+
stream: bool = False,
|
|
1134
1187
|
data: ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType,
|
|
1135
1188
|
) -> Response[Reaction, ReactionType]: ...
|
|
1136
1189
|
|
|
@@ -1143,6 +1196,7 @@ class ReactionsClient:
|
|
|
1143
1196
|
*,
|
|
1144
1197
|
data: UnsetType = UNSET,
|
|
1145
1198
|
headers: Optional[Mapping[str, str]] = None,
|
|
1199
|
+
stream: bool = False,
|
|
1146
1200
|
content: Literal[
|
|
1147
1201
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
1148
1202
|
],
|
|
@@ -1155,6 +1209,7 @@ class ReactionsClient:
|
|
|
1155
1209
|
comment_id: int,
|
|
1156
1210
|
*,
|
|
1157
1211
|
headers: Optional[Mapping[str, str]] = None,
|
|
1212
|
+
stream: bool = False,
|
|
1158
1213
|
data: Missing[
|
|
1159
1214
|
ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType
|
|
1160
1215
|
] = UNSET,
|
|
@@ -1195,6 +1250,7 @@ class ReactionsClient:
|
|
|
1195
1250
|
url,
|
|
1196
1251
|
json=exclude_unset(json),
|
|
1197
1252
|
headers=exclude_unset(headers),
|
|
1253
|
+
stream=stream,
|
|
1198
1254
|
response_model=Reaction,
|
|
1199
1255
|
error_models={
|
|
1200
1256
|
"422": ValidationError,
|
|
@@ -1209,6 +1265,7 @@ class ReactionsClient:
|
|
|
1209
1265
|
comment_id: int,
|
|
1210
1266
|
*,
|
|
1211
1267
|
headers: Optional[Mapping[str, str]] = None,
|
|
1268
|
+
stream: bool = False,
|
|
1212
1269
|
data: ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType,
|
|
1213
1270
|
) -> Response[Reaction, ReactionType]: ...
|
|
1214
1271
|
|
|
@@ -1221,6 +1278,7 @@ class ReactionsClient:
|
|
|
1221
1278
|
*,
|
|
1222
1279
|
data: UnsetType = UNSET,
|
|
1223
1280
|
headers: Optional[Mapping[str, str]] = None,
|
|
1281
|
+
stream: bool = False,
|
|
1224
1282
|
content: Literal[
|
|
1225
1283
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
1226
1284
|
],
|
|
@@ -1233,6 +1291,7 @@ class ReactionsClient:
|
|
|
1233
1291
|
comment_id: int,
|
|
1234
1292
|
*,
|
|
1235
1293
|
headers: Optional[Mapping[str, str]] = None,
|
|
1294
|
+
stream: bool = False,
|
|
1236
1295
|
data: Missing[
|
|
1237
1296
|
ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType
|
|
1238
1297
|
] = UNSET,
|
|
@@ -1273,6 +1332,7 @@ class ReactionsClient:
|
|
|
1273
1332
|
url,
|
|
1274
1333
|
json=exclude_unset(json),
|
|
1275
1334
|
headers=exclude_unset(headers),
|
|
1335
|
+
stream=stream,
|
|
1276
1336
|
response_model=Reaction,
|
|
1277
1337
|
error_models={
|
|
1278
1338
|
"422": ValidationError,
|
|
@@ -1287,6 +1347,7 @@ class ReactionsClient:
|
|
|
1287
1347
|
reaction_id: int,
|
|
1288
1348
|
*,
|
|
1289
1349
|
headers: Optional[Mapping[str, str]] = None,
|
|
1350
|
+
stream: bool = False,
|
|
1290
1351
|
) -> Response:
|
|
1291
1352
|
"""reactions/delete-for-issue-comment
|
|
1292
1353
|
|
|
@@ -1308,6 +1369,7 @@ class ReactionsClient:
|
|
|
1308
1369
|
"DELETE",
|
|
1309
1370
|
url,
|
|
1310
1371
|
headers=exclude_unset(headers),
|
|
1372
|
+
stream=stream,
|
|
1311
1373
|
)
|
|
1312
1374
|
|
|
1313
1375
|
async def async_delete_for_issue_comment(
|
|
@@ -1318,6 +1380,7 @@ class ReactionsClient:
|
|
|
1318
1380
|
reaction_id: int,
|
|
1319
1381
|
*,
|
|
1320
1382
|
headers: Optional[Mapping[str, str]] = None,
|
|
1383
|
+
stream: bool = False,
|
|
1321
1384
|
) -> Response:
|
|
1322
1385
|
"""reactions/delete-for-issue-comment
|
|
1323
1386
|
|
|
@@ -1339,6 +1402,7 @@ class ReactionsClient:
|
|
|
1339
1402
|
"DELETE",
|
|
1340
1403
|
url,
|
|
1341
1404
|
headers=exclude_unset(headers),
|
|
1405
|
+
stream=stream,
|
|
1342
1406
|
)
|
|
1343
1407
|
|
|
1344
1408
|
def list_for_issue(
|
|
@@ -1355,6 +1419,7 @@ class ReactionsClient:
|
|
|
1355
1419
|
per_page: Missing[int] = UNSET,
|
|
1356
1420
|
page: Missing[int] = UNSET,
|
|
1357
1421
|
headers: Optional[Mapping[str, str]] = None,
|
|
1422
|
+
stream: bool = False,
|
|
1358
1423
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
1359
1424
|
"""reactions/list-for-issue
|
|
1360
1425
|
|
|
@@ -1382,6 +1447,7 @@ class ReactionsClient:
|
|
|
1382
1447
|
url,
|
|
1383
1448
|
params=exclude_unset(params),
|
|
1384
1449
|
headers=exclude_unset(headers),
|
|
1450
|
+
stream=stream,
|
|
1385
1451
|
response_model=list[Reaction],
|
|
1386
1452
|
error_models={
|
|
1387
1453
|
"404": BasicError,
|
|
@@ -1403,6 +1469,7 @@ class ReactionsClient:
|
|
|
1403
1469
|
per_page: Missing[int] = UNSET,
|
|
1404
1470
|
page: Missing[int] = UNSET,
|
|
1405
1471
|
headers: Optional[Mapping[str, str]] = None,
|
|
1472
|
+
stream: bool = False,
|
|
1406
1473
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
1407
1474
|
"""reactions/list-for-issue
|
|
1408
1475
|
|
|
@@ -1430,6 +1497,7 @@ class ReactionsClient:
|
|
|
1430
1497
|
url,
|
|
1431
1498
|
params=exclude_unset(params),
|
|
1432
1499
|
headers=exclude_unset(headers),
|
|
1500
|
+
stream=stream,
|
|
1433
1501
|
response_model=list[Reaction],
|
|
1434
1502
|
error_models={
|
|
1435
1503
|
"404": BasicError,
|
|
@@ -1445,6 +1513,7 @@ class ReactionsClient:
|
|
|
1445
1513
|
issue_number: int,
|
|
1446
1514
|
*,
|
|
1447
1515
|
headers: Optional[Mapping[str, str]] = None,
|
|
1516
|
+
stream: bool = False,
|
|
1448
1517
|
data: ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType,
|
|
1449
1518
|
) -> Response[Reaction, ReactionType]: ...
|
|
1450
1519
|
|
|
@@ -1457,6 +1526,7 @@ class ReactionsClient:
|
|
|
1457
1526
|
*,
|
|
1458
1527
|
data: UnsetType = UNSET,
|
|
1459
1528
|
headers: Optional[Mapping[str, str]] = None,
|
|
1529
|
+
stream: bool = False,
|
|
1460
1530
|
content: Literal[
|
|
1461
1531
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
1462
1532
|
],
|
|
@@ -1469,6 +1539,7 @@ class ReactionsClient:
|
|
|
1469
1539
|
issue_number: int,
|
|
1470
1540
|
*,
|
|
1471
1541
|
headers: Optional[Mapping[str, str]] = None,
|
|
1542
|
+
stream: bool = False,
|
|
1472
1543
|
data: Missing[ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType] = UNSET,
|
|
1473
1544
|
**kwargs,
|
|
1474
1545
|
) -> Response[Reaction, ReactionType]:
|
|
@@ -1507,6 +1578,7 @@ class ReactionsClient:
|
|
|
1507
1578
|
url,
|
|
1508
1579
|
json=exclude_unset(json),
|
|
1509
1580
|
headers=exclude_unset(headers),
|
|
1581
|
+
stream=stream,
|
|
1510
1582
|
response_model=Reaction,
|
|
1511
1583
|
error_models={
|
|
1512
1584
|
"422": ValidationError,
|
|
@@ -1521,6 +1593,7 @@ class ReactionsClient:
|
|
|
1521
1593
|
issue_number: int,
|
|
1522
1594
|
*,
|
|
1523
1595
|
headers: Optional[Mapping[str, str]] = None,
|
|
1596
|
+
stream: bool = False,
|
|
1524
1597
|
data: ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType,
|
|
1525
1598
|
) -> Response[Reaction, ReactionType]: ...
|
|
1526
1599
|
|
|
@@ -1533,6 +1606,7 @@ class ReactionsClient:
|
|
|
1533
1606
|
*,
|
|
1534
1607
|
data: UnsetType = UNSET,
|
|
1535
1608
|
headers: Optional[Mapping[str, str]] = None,
|
|
1609
|
+
stream: bool = False,
|
|
1536
1610
|
content: Literal[
|
|
1537
1611
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
1538
1612
|
],
|
|
@@ -1545,6 +1619,7 @@ class ReactionsClient:
|
|
|
1545
1619
|
issue_number: int,
|
|
1546
1620
|
*,
|
|
1547
1621
|
headers: Optional[Mapping[str, str]] = None,
|
|
1622
|
+
stream: bool = False,
|
|
1548
1623
|
data: Missing[ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType] = UNSET,
|
|
1549
1624
|
**kwargs,
|
|
1550
1625
|
) -> Response[Reaction, ReactionType]:
|
|
@@ -1583,6 +1658,7 @@ class ReactionsClient:
|
|
|
1583
1658
|
url,
|
|
1584
1659
|
json=exclude_unset(json),
|
|
1585
1660
|
headers=exclude_unset(headers),
|
|
1661
|
+
stream=stream,
|
|
1586
1662
|
response_model=Reaction,
|
|
1587
1663
|
error_models={
|
|
1588
1664
|
"422": ValidationError,
|
|
@@ -1597,6 +1673,7 @@ class ReactionsClient:
|
|
|
1597
1673
|
reaction_id: int,
|
|
1598
1674
|
*,
|
|
1599
1675
|
headers: Optional[Mapping[str, str]] = None,
|
|
1676
|
+
stream: bool = False,
|
|
1600
1677
|
) -> Response:
|
|
1601
1678
|
"""reactions/delete-for-issue
|
|
1602
1679
|
|
|
@@ -1618,6 +1695,7 @@ class ReactionsClient:
|
|
|
1618
1695
|
"DELETE",
|
|
1619
1696
|
url,
|
|
1620
1697
|
headers=exclude_unset(headers),
|
|
1698
|
+
stream=stream,
|
|
1621
1699
|
)
|
|
1622
1700
|
|
|
1623
1701
|
async def async_delete_for_issue(
|
|
@@ -1628,6 +1706,7 @@ class ReactionsClient:
|
|
|
1628
1706
|
reaction_id: int,
|
|
1629
1707
|
*,
|
|
1630
1708
|
headers: Optional[Mapping[str, str]] = None,
|
|
1709
|
+
stream: bool = False,
|
|
1631
1710
|
) -> Response:
|
|
1632
1711
|
"""reactions/delete-for-issue
|
|
1633
1712
|
|
|
@@ -1649,6 +1728,7 @@ class ReactionsClient:
|
|
|
1649
1728
|
"DELETE",
|
|
1650
1729
|
url,
|
|
1651
1730
|
headers=exclude_unset(headers),
|
|
1731
|
+
stream=stream,
|
|
1652
1732
|
)
|
|
1653
1733
|
|
|
1654
1734
|
def list_for_pull_request_review_comment(
|
|
@@ -1665,6 +1745,7 @@ class ReactionsClient:
|
|
|
1665
1745
|
per_page: Missing[int] = UNSET,
|
|
1666
1746
|
page: Missing[int] = UNSET,
|
|
1667
1747
|
headers: Optional[Mapping[str, str]] = None,
|
|
1748
|
+
stream: bool = False,
|
|
1668
1749
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
1669
1750
|
"""reactions/list-for-pull-request-review-comment
|
|
1670
1751
|
|
|
@@ -1692,6 +1773,7 @@ class ReactionsClient:
|
|
|
1692
1773
|
url,
|
|
1693
1774
|
params=exclude_unset(params),
|
|
1694
1775
|
headers=exclude_unset(headers),
|
|
1776
|
+
stream=stream,
|
|
1695
1777
|
response_model=list[Reaction],
|
|
1696
1778
|
error_models={
|
|
1697
1779
|
"404": BasicError,
|
|
@@ -1712,6 +1794,7 @@ class ReactionsClient:
|
|
|
1712
1794
|
per_page: Missing[int] = UNSET,
|
|
1713
1795
|
page: Missing[int] = UNSET,
|
|
1714
1796
|
headers: Optional[Mapping[str, str]] = None,
|
|
1797
|
+
stream: bool = False,
|
|
1715
1798
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
1716
1799
|
"""reactions/list-for-pull-request-review-comment
|
|
1717
1800
|
|
|
@@ -1739,6 +1822,7 @@ class ReactionsClient:
|
|
|
1739
1822
|
url,
|
|
1740
1823
|
params=exclude_unset(params),
|
|
1741
1824
|
headers=exclude_unset(headers),
|
|
1825
|
+
stream=stream,
|
|
1742
1826
|
response_model=list[Reaction],
|
|
1743
1827
|
error_models={
|
|
1744
1828
|
"404": BasicError,
|
|
@@ -1753,6 +1837,7 @@ class ReactionsClient:
|
|
|
1753
1837
|
comment_id: int,
|
|
1754
1838
|
*,
|
|
1755
1839
|
headers: Optional[Mapping[str, str]] = None,
|
|
1840
|
+
stream: bool = False,
|
|
1756
1841
|
data: ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType,
|
|
1757
1842
|
) -> Response[Reaction, ReactionType]: ...
|
|
1758
1843
|
|
|
@@ -1765,6 +1850,7 @@ class ReactionsClient:
|
|
|
1765
1850
|
*,
|
|
1766
1851
|
data: UnsetType = UNSET,
|
|
1767
1852
|
headers: Optional[Mapping[str, str]] = None,
|
|
1853
|
+
stream: bool = False,
|
|
1768
1854
|
content: Literal[
|
|
1769
1855
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
1770
1856
|
],
|
|
@@ -1777,6 +1863,7 @@ class ReactionsClient:
|
|
|
1777
1863
|
comment_id: int,
|
|
1778
1864
|
*,
|
|
1779
1865
|
headers: Optional[Mapping[str, str]] = None,
|
|
1866
|
+
stream: bool = False,
|
|
1780
1867
|
data: Missing[
|
|
1781
1868
|
ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType
|
|
1782
1869
|
] = UNSET,
|
|
@@ -1817,6 +1904,7 @@ class ReactionsClient:
|
|
|
1817
1904
|
url,
|
|
1818
1905
|
json=exclude_unset(json),
|
|
1819
1906
|
headers=exclude_unset(headers),
|
|
1907
|
+
stream=stream,
|
|
1820
1908
|
response_model=Reaction,
|
|
1821
1909
|
error_models={
|
|
1822
1910
|
"422": ValidationError,
|
|
@@ -1831,6 +1919,7 @@ class ReactionsClient:
|
|
|
1831
1919
|
comment_id: int,
|
|
1832
1920
|
*,
|
|
1833
1921
|
headers: Optional[Mapping[str, str]] = None,
|
|
1922
|
+
stream: bool = False,
|
|
1834
1923
|
data: ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType,
|
|
1835
1924
|
) -> Response[Reaction, ReactionType]: ...
|
|
1836
1925
|
|
|
@@ -1843,6 +1932,7 @@ class ReactionsClient:
|
|
|
1843
1932
|
*,
|
|
1844
1933
|
data: UnsetType = UNSET,
|
|
1845
1934
|
headers: Optional[Mapping[str, str]] = None,
|
|
1935
|
+
stream: bool = False,
|
|
1846
1936
|
content: Literal[
|
|
1847
1937
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
1848
1938
|
],
|
|
@@ -1855,6 +1945,7 @@ class ReactionsClient:
|
|
|
1855
1945
|
comment_id: int,
|
|
1856
1946
|
*,
|
|
1857
1947
|
headers: Optional[Mapping[str, str]] = None,
|
|
1948
|
+
stream: bool = False,
|
|
1858
1949
|
data: Missing[
|
|
1859
1950
|
ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType
|
|
1860
1951
|
] = UNSET,
|
|
@@ -1895,6 +1986,7 @@ class ReactionsClient:
|
|
|
1895
1986
|
url,
|
|
1896
1987
|
json=exclude_unset(json),
|
|
1897
1988
|
headers=exclude_unset(headers),
|
|
1989
|
+
stream=stream,
|
|
1898
1990
|
response_model=Reaction,
|
|
1899
1991
|
error_models={
|
|
1900
1992
|
"422": ValidationError,
|
|
@@ -1909,6 +2001,7 @@ class ReactionsClient:
|
|
|
1909
2001
|
reaction_id: int,
|
|
1910
2002
|
*,
|
|
1911
2003
|
headers: Optional[Mapping[str, str]] = None,
|
|
2004
|
+
stream: bool = False,
|
|
1912
2005
|
) -> Response:
|
|
1913
2006
|
"""reactions/delete-for-pull-request-comment
|
|
1914
2007
|
|
|
@@ -1932,6 +2025,7 @@ class ReactionsClient:
|
|
|
1932
2025
|
"DELETE",
|
|
1933
2026
|
url,
|
|
1934
2027
|
headers=exclude_unset(headers),
|
|
2028
|
+
stream=stream,
|
|
1935
2029
|
)
|
|
1936
2030
|
|
|
1937
2031
|
async def async_delete_for_pull_request_comment(
|
|
@@ -1942,6 +2036,7 @@ class ReactionsClient:
|
|
|
1942
2036
|
reaction_id: int,
|
|
1943
2037
|
*,
|
|
1944
2038
|
headers: Optional[Mapping[str, str]] = None,
|
|
2039
|
+
stream: bool = False,
|
|
1945
2040
|
) -> Response:
|
|
1946
2041
|
"""reactions/delete-for-pull-request-comment
|
|
1947
2042
|
|
|
@@ -1965,6 +2060,7 @@ class ReactionsClient:
|
|
|
1965
2060
|
"DELETE",
|
|
1966
2061
|
url,
|
|
1967
2062
|
headers=exclude_unset(headers),
|
|
2063
|
+
stream=stream,
|
|
1968
2064
|
)
|
|
1969
2065
|
|
|
1970
2066
|
def list_for_release(
|
|
@@ -1979,6 +2075,7 @@ class ReactionsClient:
|
|
|
1979
2075
|
per_page: Missing[int] = UNSET,
|
|
1980
2076
|
page: Missing[int] = UNSET,
|
|
1981
2077
|
headers: Optional[Mapping[str, str]] = None,
|
|
2078
|
+
stream: bool = False,
|
|
1982
2079
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
1983
2080
|
"""reactions/list-for-release
|
|
1984
2081
|
|
|
@@ -2006,6 +2103,7 @@ class ReactionsClient:
|
|
|
2006
2103
|
url,
|
|
2007
2104
|
params=exclude_unset(params),
|
|
2008
2105
|
headers=exclude_unset(headers),
|
|
2106
|
+
stream=stream,
|
|
2009
2107
|
response_model=list[Reaction],
|
|
2010
2108
|
error_models={
|
|
2011
2109
|
"404": BasicError,
|
|
@@ -2024,6 +2122,7 @@ class ReactionsClient:
|
|
|
2024
2122
|
per_page: Missing[int] = UNSET,
|
|
2025
2123
|
page: Missing[int] = UNSET,
|
|
2026
2124
|
headers: Optional[Mapping[str, str]] = None,
|
|
2125
|
+
stream: bool = False,
|
|
2027
2126
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
2028
2127
|
"""reactions/list-for-release
|
|
2029
2128
|
|
|
@@ -2051,6 +2150,7 @@ class ReactionsClient:
|
|
|
2051
2150
|
url,
|
|
2052
2151
|
params=exclude_unset(params),
|
|
2053
2152
|
headers=exclude_unset(headers),
|
|
2153
|
+
stream=stream,
|
|
2054
2154
|
response_model=list[Reaction],
|
|
2055
2155
|
error_models={
|
|
2056
2156
|
"404": BasicError,
|
|
@@ -2065,6 +2165,7 @@ class ReactionsClient:
|
|
|
2065
2165
|
release_id: int,
|
|
2066
2166
|
*,
|
|
2067
2167
|
headers: Optional[Mapping[str, str]] = None,
|
|
2168
|
+
stream: bool = False,
|
|
2068
2169
|
data: ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType,
|
|
2069
2170
|
) -> Response[Reaction, ReactionType]: ...
|
|
2070
2171
|
|
|
@@ -2077,6 +2178,7 @@ class ReactionsClient:
|
|
|
2077
2178
|
*,
|
|
2078
2179
|
data: UnsetType = UNSET,
|
|
2079
2180
|
headers: Optional[Mapping[str, str]] = None,
|
|
2181
|
+
stream: bool = False,
|
|
2080
2182
|
content: Literal["+1", "laugh", "heart", "hooray", "rocket", "eyes"],
|
|
2081
2183
|
) -> Response[Reaction, ReactionType]: ...
|
|
2082
2184
|
|
|
@@ -2087,6 +2189,7 @@ class ReactionsClient:
|
|
|
2087
2189
|
release_id: int,
|
|
2088
2190
|
*,
|
|
2089
2191
|
headers: Optional[Mapping[str, str]] = None,
|
|
2192
|
+
stream: bool = False,
|
|
2090
2193
|
data: Missing[ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType] = UNSET,
|
|
2091
2194
|
**kwargs,
|
|
2092
2195
|
) -> Response[Reaction, ReactionType]:
|
|
@@ -2125,6 +2228,7 @@ class ReactionsClient:
|
|
|
2125
2228
|
url,
|
|
2126
2229
|
json=exclude_unset(json),
|
|
2127
2230
|
headers=exclude_unset(headers),
|
|
2231
|
+
stream=stream,
|
|
2128
2232
|
response_model=Reaction,
|
|
2129
2233
|
error_models={
|
|
2130
2234
|
"422": ValidationError,
|
|
@@ -2139,6 +2243,7 @@ class ReactionsClient:
|
|
|
2139
2243
|
release_id: int,
|
|
2140
2244
|
*,
|
|
2141
2245
|
headers: Optional[Mapping[str, str]] = None,
|
|
2246
|
+
stream: bool = False,
|
|
2142
2247
|
data: ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType,
|
|
2143
2248
|
) -> Response[Reaction, ReactionType]: ...
|
|
2144
2249
|
|
|
@@ -2151,6 +2256,7 @@ class ReactionsClient:
|
|
|
2151
2256
|
*,
|
|
2152
2257
|
data: UnsetType = UNSET,
|
|
2153
2258
|
headers: Optional[Mapping[str, str]] = None,
|
|
2259
|
+
stream: bool = False,
|
|
2154
2260
|
content: Literal["+1", "laugh", "heart", "hooray", "rocket", "eyes"],
|
|
2155
2261
|
) -> Response[Reaction, ReactionType]: ...
|
|
2156
2262
|
|
|
@@ -2161,6 +2267,7 @@ class ReactionsClient:
|
|
|
2161
2267
|
release_id: int,
|
|
2162
2268
|
*,
|
|
2163
2269
|
headers: Optional[Mapping[str, str]] = None,
|
|
2270
|
+
stream: bool = False,
|
|
2164
2271
|
data: Missing[ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType] = UNSET,
|
|
2165
2272
|
**kwargs,
|
|
2166
2273
|
) -> Response[Reaction, ReactionType]:
|
|
@@ -2199,6 +2306,7 @@ class ReactionsClient:
|
|
|
2199
2306
|
url,
|
|
2200
2307
|
json=exclude_unset(json),
|
|
2201
2308
|
headers=exclude_unset(headers),
|
|
2309
|
+
stream=stream,
|
|
2202
2310
|
response_model=Reaction,
|
|
2203
2311
|
error_models={
|
|
2204
2312
|
"422": ValidationError,
|
|
@@ -2213,6 +2321,7 @@ class ReactionsClient:
|
|
|
2213
2321
|
reaction_id: int,
|
|
2214
2322
|
*,
|
|
2215
2323
|
headers: Optional[Mapping[str, str]] = None,
|
|
2324
|
+
stream: bool = False,
|
|
2216
2325
|
) -> Response:
|
|
2217
2326
|
"""reactions/delete-for-release
|
|
2218
2327
|
|
|
@@ -2234,6 +2343,7 @@ class ReactionsClient:
|
|
|
2234
2343
|
"DELETE",
|
|
2235
2344
|
url,
|
|
2236
2345
|
headers=exclude_unset(headers),
|
|
2346
|
+
stream=stream,
|
|
2237
2347
|
)
|
|
2238
2348
|
|
|
2239
2349
|
async def async_delete_for_release(
|
|
@@ -2244,6 +2354,7 @@ class ReactionsClient:
|
|
|
2244
2354
|
reaction_id: int,
|
|
2245
2355
|
*,
|
|
2246
2356
|
headers: Optional[Mapping[str, str]] = None,
|
|
2357
|
+
stream: bool = False,
|
|
2247
2358
|
) -> Response:
|
|
2248
2359
|
"""reactions/delete-for-release
|
|
2249
2360
|
|
|
@@ -2265,6 +2376,7 @@ class ReactionsClient:
|
|
|
2265
2376
|
"DELETE",
|
|
2266
2377
|
url,
|
|
2267
2378
|
headers=exclude_unset(headers),
|
|
2379
|
+
stream=stream,
|
|
2268
2380
|
)
|
|
2269
2381
|
|
|
2270
2382
|
def list_for_team_discussion_comment_legacy(
|
|
@@ -2281,6 +2393,7 @@ class ReactionsClient:
|
|
|
2281
2393
|
per_page: Missing[int] = UNSET,
|
|
2282
2394
|
page: Missing[int] = UNSET,
|
|
2283
2395
|
headers: Optional[Mapping[str, str]] = None,
|
|
2396
|
+
stream: bool = False,
|
|
2284
2397
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
2285
2398
|
"""DEPRECATED reactions/list-for-team-discussion-comment-legacy
|
|
2286
2399
|
|
|
@@ -2313,6 +2426,7 @@ class ReactionsClient:
|
|
|
2313
2426
|
url,
|
|
2314
2427
|
params=exclude_unset(params),
|
|
2315
2428
|
headers=exclude_unset(headers),
|
|
2429
|
+
stream=stream,
|
|
2316
2430
|
response_model=list[Reaction],
|
|
2317
2431
|
)
|
|
2318
2432
|
|
|
@@ -2330,6 +2444,7 @@ class ReactionsClient:
|
|
|
2330
2444
|
per_page: Missing[int] = UNSET,
|
|
2331
2445
|
page: Missing[int] = UNSET,
|
|
2332
2446
|
headers: Optional[Mapping[str, str]] = None,
|
|
2447
|
+
stream: bool = False,
|
|
2333
2448
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
2334
2449
|
"""DEPRECATED reactions/list-for-team-discussion-comment-legacy
|
|
2335
2450
|
|
|
@@ -2362,6 +2477,7 @@ class ReactionsClient:
|
|
|
2362
2477
|
url,
|
|
2363
2478
|
params=exclude_unset(params),
|
|
2364
2479
|
headers=exclude_unset(headers),
|
|
2480
|
+
stream=stream,
|
|
2365
2481
|
response_model=list[Reaction],
|
|
2366
2482
|
)
|
|
2367
2483
|
|
|
@@ -2373,6 +2489,7 @@ class ReactionsClient:
|
|
|
2373
2489
|
comment_number: int,
|
|
2374
2490
|
*,
|
|
2375
2491
|
headers: Optional[Mapping[str, str]] = None,
|
|
2492
|
+
stream: bool = False,
|
|
2376
2493
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
|
|
2377
2494
|
) -> Response[Reaction, ReactionType]: ...
|
|
2378
2495
|
|
|
@@ -2385,6 +2502,7 @@ class ReactionsClient:
|
|
|
2385
2502
|
*,
|
|
2386
2503
|
data: UnsetType = UNSET,
|
|
2387
2504
|
headers: Optional[Mapping[str, str]] = None,
|
|
2505
|
+
stream: bool = False,
|
|
2388
2506
|
content: Literal[
|
|
2389
2507
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
2390
2508
|
],
|
|
@@ -2397,6 +2515,7 @@ class ReactionsClient:
|
|
|
2397
2515
|
comment_number: int,
|
|
2398
2516
|
*,
|
|
2399
2517
|
headers: Optional[Mapping[str, str]] = None,
|
|
2518
|
+
stream: bool = False,
|
|
2400
2519
|
data: Missing[
|
|
2401
2520
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType
|
|
2402
2521
|
] = UNSET,
|
|
@@ -2444,6 +2563,7 @@ class ReactionsClient:
|
|
|
2444
2563
|
url,
|
|
2445
2564
|
json=exclude_unset(json),
|
|
2446
2565
|
headers=exclude_unset(headers),
|
|
2566
|
+
stream=stream,
|
|
2447
2567
|
response_model=Reaction,
|
|
2448
2568
|
)
|
|
2449
2569
|
|
|
@@ -2455,6 +2575,7 @@ class ReactionsClient:
|
|
|
2455
2575
|
comment_number: int,
|
|
2456
2576
|
*,
|
|
2457
2577
|
headers: Optional[Mapping[str, str]] = None,
|
|
2578
|
+
stream: bool = False,
|
|
2458
2579
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
|
|
2459
2580
|
) -> Response[Reaction, ReactionType]: ...
|
|
2460
2581
|
|
|
@@ -2467,6 +2588,7 @@ class ReactionsClient:
|
|
|
2467
2588
|
*,
|
|
2468
2589
|
data: UnsetType = UNSET,
|
|
2469
2590
|
headers: Optional[Mapping[str, str]] = None,
|
|
2591
|
+
stream: bool = False,
|
|
2470
2592
|
content: Literal[
|
|
2471
2593
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
2472
2594
|
],
|
|
@@ -2479,6 +2601,7 @@ class ReactionsClient:
|
|
|
2479
2601
|
comment_number: int,
|
|
2480
2602
|
*,
|
|
2481
2603
|
headers: Optional[Mapping[str, str]] = None,
|
|
2604
|
+
stream: bool = False,
|
|
2482
2605
|
data: Missing[
|
|
2483
2606
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType
|
|
2484
2607
|
] = UNSET,
|
|
@@ -2526,6 +2649,7 @@ class ReactionsClient:
|
|
|
2526
2649
|
url,
|
|
2527
2650
|
json=exclude_unset(json),
|
|
2528
2651
|
headers=exclude_unset(headers),
|
|
2652
|
+
stream=stream,
|
|
2529
2653
|
response_model=Reaction,
|
|
2530
2654
|
)
|
|
2531
2655
|
|
|
@@ -2542,6 +2666,7 @@ class ReactionsClient:
|
|
|
2542
2666
|
per_page: Missing[int] = UNSET,
|
|
2543
2667
|
page: Missing[int] = UNSET,
|
|
2544
2668
|
headers: Optional[Mapping[str, str]] = None,
|
|
2669
|
+
stream: bool = False,
|
|
2545
2670
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
2546
2671
|
"""DEPRECATED reactions/list-for-team-discussion-legacy
|
|
2547
2672
|
|
|
@@ -2574,6 +2699,7 @@ class ReactionsClient:
|
|
|
2574
2699
|
url,
|
|
2575
2700
|
params=exclude_unset(params),
|
|
2576
2701
|
headers=exclude_unset(headers),
|
|
2702
|
+
stream=stream,
|
|
2577
2703
|
response_model=list[Reaction],
|
|
2578
2704
|
)
|
|
2579
2705
|
|
|
@@ -2590,6 +2716,7 @@ class ReactionsClient:
|
|
|
2590
2716
|
per_page: Missing[int] = UNSET,
|
|
2591
2717
|
page: Missing[int] = UNSET,
|
|
2592
2718
|
headers: Optional[Mapping[str, str]] = None,
|
|
2719
|
+
stream: bool = False,
|
|
2593
2720
|
) -> Response[list[Reaction], list[ReactionType]]:
|
|
2594
2721
|
"""DEPRECATED reactions/list-for-team-discussion-legacy
|
|
2595
2722
|
|
|
@@ -2622,6 +2749,7 @@ class ReactionsClient:
|
|
|
2622
2749
|
url,
|
|
2623
2750
|
params=exclude_unset(params),
|
|
2624
2751
|
headers=exclude_unset(headers),
|
|
2752
|
+
stream=stream,
|
|
2625
2753
|
response_model=list[Reaction],
|
|
2626
2754
|
)
|
|
2627
2755
|
|
|
@@ -2632,6 +2760,7 @@ class ReactionsClient:
|
|
|
2632
2760
|
discussion_number: int,
|
|
2633
2761
|
*,
|
|
2634
2762
|
headers: Optional[Mapping[str, str]] = None,
|
|
2763
|
+
stream: bool = False,
|
|
2635
2764
|
data: TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType,
|
|
2636
2765
|
) -> Response[Reaction, ReactionType]: ...
|
|
2637
2766
|
|
|
@@ -2643,6 +2772,7 @@ class ReactionsClient:
|
|
|
2643
2772
|
*,
|
|
2644
2773
|
data: UnsetType = UNSET,
|
|
2645
2774
|
headers: Optional[Mapping[str, str]] = None,
|
|
2775
|
+
stream: bool = False,
|
|
2646
2776
|
content: Literal[
|
|
2647
2777
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
2648
2778
|
],
|
|
@@ -2654,6 +2784,7 @@ class ReactionsClient:
|
|
|
2654
2784
|
discussion_number: int,
|
|
2655
2785
|
*,
|
|
2656
2786
|
headers: Optional[Mapping[str, str]] = None,
|
|
2787
|
+
stream: bool = False,
|
|
2657
2788
|
data: Missing[
|
|
2658
2789
|
TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType
|
|
2659
2790
|
] = UNSET,
|
|
@@ -2700,6 +2831,7 @@ class ReactionsClient:
|
|
|
2700
2831
|
url,
|
|
2701
2832
|
json=exclude_unset(json),
|
|
2702
2833
|
headers=exclude_unset(headers),
|
|
2834
|
+
stream=stream,
|
|
2703
2835
|
response_model=Reaction,
|
|
2704
2836
|
)
|
|
2705
2837
|
|
|
@@ -2710,6 +2842,7 @@ class ReactionsClient:
|
|
|
2710
2842
|
discussion_number: int,
|
|
2711
2843
|
*,
|
|
2712
2844
|
headers: Optional[Mapping[str, str]] = None,
|
|
2845
|
+
stream: bool = False,
|
|
2713
2846
|
data: TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType,
|
|
2714
2847
|
) -> Response[Reaction, ReactionType]: ...
|
|
2715
2848
|
|
|
@@ -2721,6 +2854,7 @@ class ReactionsClient:
|
|
|
2721
2854
|
*,
|
|
2722
2855
|
data: UnsetType = UNSET,
|
|
2723
2856
|
headers: Optional[Mapping[str, str]] = None,
|
|
2857
|
+
stream: bool = False,
|
|
2724
2858
|
content: Literal[
|
|
2725
2859
|
"+1", "-1", "laugh", "confused", "heart", "hooray", "rocket", "eyes"
|
|
2726
2860
|
],
|
|
@@ -2732,6 +2866,7 @@ class ReactionsClient:
|
|
|
2732
2866
|
discussion_number: int,
|
|
2733
2867
|
*,
|
|
2734
2868
|
headers: Optional[Mapping[str, str]] = None,
|
|
2869
|
+
stream: bool = False,
|
|
2735
2870
|
data: Missing[
|
|
2736
2871
|
TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType
|
|
2737
2872
|
] = UNSET,
|
|
@@ -2778,5 +2913,6 @@ class ReactionsClient:
|
|
|
2778
2913
|
url,
|
|
2779
2914
|
json=exclude_unset(json),
|
|
2780
2915
|
headers=exclude_unset(headers),
|
|
2916
|
+
stream=stream,
|
|
2781
2917
|
response_model=Reaction,
|
|
2782
2918
|
)
|