GitHubKit 0.12.14__py3-none-any.whl → 0.12.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of GitHubKit might be problematic. Click here for more details.
- githubkit/cache/base.py +11 -3
- githubkit/cache/redis.py +9 -6
- githubkit/config.py +7 -1
- githubkit/core.py +48 -18
- githubkit/github.py +7 -1
- githubkit/response.py +64 -1
- githubkit/rest/__init__.py +28 -0
- githubkit/typing.py +22 -0
- githubkit/versions/ghec_v2022_11_28/models/__init__.py +763 -733
- githubkit/versions/ghec_v2022_11_28/models/group_0060.py +12 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0121.py +1 -1
- githubkit/versions/ghec_v2022_11_28/models/group_0148.py +5 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0240.py +1 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0394.py +4 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0477.py +5 -0
- githubkit/versions/ghec_v2022_11_28/models/group_0487.py +4 -1
- githubkit/versions/ghec_v2022_11_28/models/group_0709.py +3 -3
- githubkit/versions/ghec_v2022_11_28/models/group_0997.py +9 -74
- githubkit/versions/ghec_v2022_11_28/models/group_0998.py +8 -53
- githubkit/versions/ghec_v2022_11_28/models/group_0999.py +71 -40
- githubkit/versions/ghec_v2022_11_28/models/group_1000.py +31 -155
- githubkit/versions/ghec_v2022_11_28/models/group_1001.py +40 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1002.py +27 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1003.py +5 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1004.py +175 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1005.py +10 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1006.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1007.py +15 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1008.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1009.py +19 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1010.py +8 -37
- githubkit/versions/ghec_v2022_11_28/models/group_1011.py +8 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1012.py +39 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1013.py +22 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1014.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1015.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1016.py +12 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1017.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1018.py +6 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1019.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1020.py +7 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1021.py +5 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1022.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1023.py +8 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1024.py +6 -28
- githubkit/versions/ghec_v2022_11_28/models/group_1025.py +9 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1026.py +29 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1027.py +22 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1028.py +7 -43
- githubkit/versions/ghec_v2022_11_28/models/group_1029.py +6 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1030.py +30 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1031.py +49 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1032.py +23 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1033.py +14 -32
- githubkit/versions/ghec_v2022_11_28/models/group_1034.py +4 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1035.py +20 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1036.py +14 -49
- githubkit/versions/ghec_v2022_11_28/models/group_1037.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1038.py +50 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1039.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1040.py +5 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1041.py +6 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1042.py +17 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1043.py +13 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1044.py +12 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1045.py +7 -25
- githubkit/versions/ghec_v2022_11_28/models/group_1046.py +36 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1047.py +13 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1048.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1049.py +34 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1050.py +10 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1051.py +11 -116
- githubkit/versions/ghec_v2022_11_28/models/group_1052.py +12 -83
- githubkit/versions/ghec_v2022_11_28/models/group_1053.py +117 -87
- githubkit/versions/ghec_v2022_11_28/models/group_1054.py +84 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1055.py +80 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1056.py +9 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1057.py +13 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1058.py +13 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1059.py +33 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1060.py +25 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1061.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1062.py +12 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1063.py +5 -19
- githubkit/versions/ghec_v2022_11_28/models/group_1064.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1065.py +19 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1066.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1067.py +5 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1068.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1069.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1070.py +6 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1071.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1072.py +22 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1073.py +8 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1074.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1075.py +17 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1076.py +12 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1077.py +4 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1078.py +24 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1079.py +23 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1080.py +5 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1081.py +7 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1082.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1083.py +26 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1085.py +4 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1086.py +4 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1087.py +19 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1088.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1089.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1090.py +5 -301
- githubkit/versions/ghec_v2022_11_28/models/group_1091.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1092.py +298 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1093.py +7 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1094.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1095.py +15 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1096.py +8 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1097.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1098.py +11 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1099.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1100.py +15 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1101.py +9 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1102.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1103.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1104.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1105.py +10 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1106.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1107.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1108.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1109.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1110.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1111.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1112.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1113.py +6 -36
- githubkit/versions/ghec_v2022_11_28/models/group_1114.py +7 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1115.py +35 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1116.py +20 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1117.py +8 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1118.py +20 -54
- githubkit/versions/ghec_v2022_11_28/models/group_1119.py +5 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1120.py +45 -181
- githubkit/versions/ghec_v2022_11_28/models/group_1121.py +10 -86
- githubkit/versions/ghec_v2022_11_28/models/group_1122.py +188 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1123.py +84 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1124.py +36 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1125.py +4 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1126.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1127.py +13 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1128.py +4 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1129.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1130.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1131.py +5 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1132.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1133.py +8 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1134.py +4 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1135.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1136.py +9 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1137.py +5 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1138.py +10 -101
- githubkit/versions/ghec_v2022_11_28/models/group_1139.py +13 -53
- githubkit/versions/ghec_v2022_11_28/models/group_1140.py +89 -44
- githubkit/versions/ghec_v2022_11_28/models/group_1141.py +39 -86
- githubkit/versions/ghec_v2022_11_28/models/group_1142.py +31 -28
- githubkit/versions/ghec_v2022_11_28/models/group_1143.py +84 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1144.py +58 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1145.py +55 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1146.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1147.py +22 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1148.py +15 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1149.py +19 -19
- githubkit/versions/ghec_v2022_11_28/models/group_1150.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1151.py +19 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1152.py +34 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1153.py +24 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1154.py +7 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1155.py +49 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1156.py +17 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1157.py +7 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1158.py +23 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1159.py +23 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1160.py +14 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1161.py +9 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1162.py +5 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1163.py +11 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1164.py +11 -55
- githubkit/versions/ghec_v2022_11_28/models/group_1165.py +7 -53
- githubkit/versions/ghec_v2022_11_28/models/group_1166.py +54 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1167.py +47 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1168.py +19 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1169.py +23 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1170.py +10 -45
- githubkit/versions/ghec_v2022_11_28/models/group_1171.py +12 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1172.py +33 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1173.py +7 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1174.py +34 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1175.py +11 -27
- githubkit/versions/ghec_v2022_11_28/models/group_1176.py +8 -46
- githubkit/versions/ghec_v2022_11_28/models/group_1177.py +20 -31
- githubkit/versions/ghec_v2022_11_28/models/group_1178.py +43 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1179.py +28 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1180.py +16 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1181.py +22 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1182.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1183.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1184.py +8 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1185.py +6 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1186.py +6 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1187.py +9 -62
- githubkit/versions/ghec_v2022_11_28/models/group_1188.py +10 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1189.py +67 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1190.py +7 -40
- githubkit/versions/ghec_v2022_11_28/models/group_1191.py +7 -38
- githubkit/versions/ghec_v2022_11_28/models/group_1192.py +24 -31
- githubkit/versions/ghec_v2022_11_28/models/group_1193.py +31 -18
- githubkit/versions/ghec_v2022_11_28/models/group_1194.py +32 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1195.py +19 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1196.py +12 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1197.py +23 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1198.py +21 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1199.py +11 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1200.py +6 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1201.py +8 -49
- githubkit/versions/ghec_v2022_11_28/models/group_1202.py +14 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1203.py +39 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1204.py +5 -55
- githubkit/versions/ghec_v2022_11_28/models/group_1205.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1206.py +50 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1207.py +10 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1208.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1209.py +6 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1210.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1211.py +17 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1212.py +5 -19
- githubkit/versions/ghec_v2022_11_28/models/group_1213.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1214.py +18 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1215.py +5 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1216.py +14 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1217.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1218.py +5 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1219.py +9 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1220.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1221.py +8 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1222.py +16 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1223.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1224.py +6 -20
- githubkit/versions/ghec_v2022_11_28/models/group_1225.py +10 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1226.py +15 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1227.py +21 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1228.py +10 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1229.py +11 -34
- githubkit/versions/ghec_v2022_11_28/models/group_1230.py +11 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1231.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1232.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1233.py +10 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1234.py +24 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1235.py +23 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1236.py +10 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1237.py +11 -22
- githubkit/versions/ghec_v2022_11_28/models/group_1238.py +16 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1239.py +25 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1240.py +6 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1241.py +6 -31
- githubkit/versions/ghec_v2022_11_28/models/group_1242.py +9 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1243.py +34 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1244.py +11 -32
- githubkit/versions/ghec_v2022_11_28/models/group_1245.py +8 -42
- githubkit/versions/ghec_v2022_11_28/models/group_1246.py +14 -30
- githubkit/versions/ghec_v2022_11_28/models/group_1247.py +45 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1248.py +33 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1249.py +5 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1250.py +19 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1251.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1252.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1253.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1254.py +8 -43
- githubkit/versions/ghec_v2022_11_28/models/group_1255.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1256.py +42 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1257.py +5 -14
- githubkit/versions/ghec_v2022_11_28/models/group_1258.py +9 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1259.py +12 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1260.py +6 -33
- githubkit/versions/ghec_v2022_11_28/models/group_1261.py +6 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1262.py +28 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1263.py +8 -29
- githubkit/versions/ghec_v2022_11_28/models/group_1264.py +20 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1265.py +24 -68
- githubkit/versions/ghec_v2022_11_28/models/group_1266.py +7 -76
- githubkit/versions/ghec_v2022_11_28/models/group_1267.py +68 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1268.py +75 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1269.py +12 -13
- githubkit/versions/ghec_v2022_11_28/models/group_1270.py +10 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1271.py +21 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1272.py +13 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1273.py +6 -15
- githubkit/versions/ghec_v2022_11_28/models/group_1274.py +6 -21
- githubkit/versions/ghec_v2022_11_28/models/group_1275.py +12 -45
- githubkit/versions/ghec_v2022_11_28/models/group_1276.py +17 -44
- githubkit/versions/ghec_v2022_11_28/models/group_1277.py +36 -54
- githubkit/versions/ghec_v2022_11_28/models/group_1278.py +44 -24
- githubkit/versions/ghec_v2022_11_28/models/group_1279.py +65 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1280.py +25 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1281.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1282.py +12 -5
- githubkit/versions/ghec_v2022_11_28/models/group_1283.py +5 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1284.py +5 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1285.py +14 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1286.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1287.py +9 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1288.py +6 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1289.py +6 -23
- githubkit/versions/ghec_v2022_11_28/models/group_1290.py +8 -26
- githubkit/versions/ghec_v2022_11_28/models/group_1291.py +24 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1292.py +20 -40
- githubkit/versions/ghec_v2022_11_28/models/group_1293.py +7 -46
- githubkit/versions/ghec_v2022_11_28/models/group_1294.py +44 -28
- githubkit/versions/ghec_v2022_11_28/models/group_1295.py +40 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1296.py +33 -7
- githubkit/versions/ghec_v2022_11_28/models/group_1297.py +17 -6
- githubkit/versions/ghec_v2022_11_28/models/group_1298.py +8 -16
- githubkit/versions/ghec_v2022_11_28/models/group_1299.py +7 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1300.py +12 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1301.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1302.py +12 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1303.py +9 -17
- githubkit/versions/ghec_v2022_11_28/models/group_1304.py +12 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1305.py +17 -8
- githubkit/versions/ghec_v2022_11_28/models/group_1306.py +8 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1307.py +11 -4
- githubkit/versions/ghec_v2022_11_28/models/group_1308.py +9 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1309.py +4 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1310.py +9 -35
- githubkit/versions/ghec_v2022_11_28/models/group_1311.py +7 -10
- githubkit/versions/ghec_v2022_11_28/models/group_1312.py +21 -72
- githubkit/versions/ghec_v2022_11_28/models/group_1313.py +11 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1314.py +89 -11
- githubkit/versions/ghec_v2022_11_28/models/group_1315.py +11 -12
- githubkit/versions/ghec_v2022_11_28/models/group_1316.py +12 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1317.py +13 -9
- githubkit/versions/ghec_v2022_11_28/models/group_1318.py +12 -74
- githubkit/versions/ghec_v2022_11_28/models/group_1319.py +69 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1320.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1321.py +29 -0
- githubkit/versions/ghec_v2022_11_28/models/group_1322.py +97 -0
- githubkit/versions/ghec_v2022_11_28/rest/actions.py +826 -0
- githubkit/versions/ghec_v2022_11_28/rest/activity.py +144 -0
- githubkit/versions/ghec_v2022_11_28/rest/apps.py +176 -0
- githubkit/versions/ghec_v2022_11_28/rest/billing.py +76 -0
- githubkit/versions/ghec_v2022_11_28/rest/campaigns.py +28 -0
- githubkit/versions/ghec_v2022_11_28/rest/checks.py +68 -0
- githubkit/versions/ghec_v2022_11_28/rest/classroom.py +24 -0
- githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +112 -0
- githubkit/versions/ghec_v2022_11_28/rest/code_security.py +116 -0
- githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +8 -0
- githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +246 -0
- githubkit/versions/ghec_v2022_11_28/rest/copilot.py +68 -0
- githubkit/versions/ghec_v2022_11_28/rest/credentials.py +8 -0
- githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +112 -0
- githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +16 -0
- githubkit/versions/ghec_v2022_11_28/rest/emojis.py +4 -0
- githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +388 -0
- githubkit/versions/ghec_v2022_11_28/rest/gists.py +104 -2
- githubkit/versions/ghec_v2022_11_28/rest/git.py +76 -0
- githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +8 -0
- githubkit/versions/ghec_v2022_11_28/rest/hosted_compute.py +32 -0
- githubkit/versions/ghec_v2022_11_28/rest/interactions.py +56 -2
- githubkit/versions/ghec_v2022_11_28/rest/issues.py +244 -0
- githubkit/versions/ghec_v2022_11_28/rest/licenses.py +12 -0
- githubkit/versions/ghec_v2022_11_28/rest/markdown.py +24 -2
- githubkit/versions/ghec_v2022_11_28/rest/meta.py +20 -0
- githubkit/versions/ghec_v2022_11_28/rest/migrations.py +112 -0
- githubkit/versions/ghec_v2022_11_28/rest/oidc.py +12 -0
- githubkit/versions/ghec_v2022_11_28/rest/orgs.py +880 -0
- githubkit/versions/ghec_v2022_11_28/rest/packages.py +108 -0
- githubkit/versions/ghec_v2022_11_28/rest/private_registries.py +36 -0
- githubkit/versions/ghec_v2022_11_28/rest/projects.py +146 -0
- githubkit/versions/ghec_v2022_11_28/rest/pulls.py +162 -0
- githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +6 -0
- githubkit/versions/ghec_v2022_11_28/rest/reactions.py +136 -0
- githubkit/versions/ghec_v2022_11_28/rest/repos.py +1086 -0
- githubkit/versions/ghec_v2022_11_28/rest/scim.py +36 -0
- githubkit/versions/ghec_v2022_11_28/rest/search.py +28 -0
- githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +84 -0
- githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +52 -0
- githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +4 -0
- githubkit/versions/ghec_v2022_11_28/rest/teams.py +360 -0
- githubkit/versions/ghec_v2022_11_28/rest/users.py +429 -2
- githubkit/versions/ghec_v2022_11_28/types/__init__.py +763 -733
- githubkit/versions/ghec_v2022_11_28/types/group_0060.py +11 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0148.py +2 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0240.py +1 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0394.py +1 -0
- githubkit/versions/ghec_v2022_11_28/types/group_0477.py +3 -1
- githubkit/versions/ghec_v2022_11_28/types/group_0487.py +1 -1
- githubkit/versions/ghec_v2022_11_28/types/group_0709.py +1 -1
- githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -62
- githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_0999.py +62 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1000.py +16 -90
- githubkit/versions/ghec_v2022_11_28/types/group_1001.py +12 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1002.py +20 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1003.py +3 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1004.py +96 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1005.py +6 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1006.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1007.py +12 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1008.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1009.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1010.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1011.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1012.py +23 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1013.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1014.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1015.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1016.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1017.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1018.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1019.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1020.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1021.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1022.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1023.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1024.py +6 -22
- githubkit/versions/ghec_v2022_11_28/types/group_1025.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1026.py +23 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1027.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1028.py +7 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1029.py +5 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1030.py +21 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1031.py +23 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1032.py +10 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1033.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1034.py +3 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1035.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1036.py +8 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1037.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1038.py +15 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1039.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1040.py +4 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1041.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1042.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1043.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1044.py +7 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1045.py +6 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1046.py +25 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1047.py +8 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1048.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1049.py +14 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1050.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1051.py +10 -46
- githubkit/versions/ghec_v2022_11_28/types/group_1052.py +7 -70
- githubkit/versions/ghec_v2022_11_28/types/group_1053.py +43 -71
- githubkit/versions/ghec_v2022_11_28/types/group_1054.py +70 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1055.py +70 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1056.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1057.py +7 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1058.py +8 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1059.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1060.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1061.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1062.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1063.py +4 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1064.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1065.py +13 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1066.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1067.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1068.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1069.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1070.py +5 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1071.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1072.py +17 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1073.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1074.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1075.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1076.py +5 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1077.py +4 -21
- githubkit/versions/ghec_v2022_11_28/types/group_1078.py +21 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1079.py +20 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1080.py +4 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1081.py +6 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1082.py +5 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1083.py +21 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1084.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1085.py +4 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1086.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1087.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1088.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1089.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1090.py +5 -177
- githubkit/versions/ghec_v2022_11_28/types/group_1091.py +6 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1092.py +176 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1093.py +7 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1094.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1095.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1096.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1097.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1098.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1099.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1100.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1101.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1102.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1103.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1104.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1105.py +9 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1106.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1107.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1108.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1109.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1110.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1111.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1112.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1113.py +6 -32
- githubkit/versions/ghec_v2022_11_28/types/group_1114.py +6 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1115.py +33 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1116.py +12 -32
- githubkit/versions/ghec_v2022_11_28/types/group_1117.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1118.py +17 -39
- githubkit/versions/ghec_v2022_11_28/types/group_1119.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1120.py +42 -101
- githubkit/versions/ghec_v2022_11_28/types/group_1121.py +6 -50
- githubkit/versions/ghec_v2022_11_28/types/group_1122.py +107 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1123.py +45 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1124.py +21 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1125.py +3 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1126.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1127.py +10 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1128.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1129.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1130.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1131.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1132.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1133.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1134.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1135.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1136.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1137.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1138.py +7 -50
- githubkit/versions/ghec_v2022_11_28/types/group_1139.py +10 -31
- githubkit/versions/ghec_v2022_11_28/types/group_1140.py +49 -29
- githubkit/versions/ghec_v2022_11_28/types/group_1141.py +27 -57
- githubkit/versions/ghec_v2022_11_28/types/group_1142.py +24 -21
- githubkit/versions/ghec_v2022_11_28/types/group_1143.py +55 -28
- githubkit/versions/ghec_v2022_11_28/types/group_1144.py +36 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1145.py +30 -18
- githubkit/versions/ghec_v2022_11_28/types/group_1146.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1147.py +19 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1148.py +8 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1149.py +9 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1150.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1151.py +11 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1152.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1153.py +11 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1154.py +7 -20
- githubkit/versions/ghec_v2022_11_28/types/group_1155.py +16 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1156.py +15 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1157.py +6 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1158.py +18 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1159.py +21 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1160.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1161.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1162.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1163.py +7 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1164.py +7 -36
- githubkit/versions/ghec_v2022_11_28/types/group_1165.py +7 -32
- githubkit/versions/ghec_v2022_11_28/types/group_1166.py +36 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1167.py +26 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1168.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1169.py +20 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1170.py +6 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1171.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1172.py +22 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1173.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1174.py +13 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1175.py +7 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1176.py +6 -27
- githubkit/versions/ghec_v2022_11_28/types/group_1177.py +14 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1178.py +27 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1179.py +18 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1180.py +9 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1181.py +16 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1182.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1183.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1184.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1185.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1186.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1187.py +5 -39
- githubkit/versions/ghec_v2022_11_28/types/group_1188.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1189.py +40 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1190.py +6 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1191.py +5 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1192.py +17 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1193.py +18 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1194.py +18 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1195.py +10 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1196.py +8 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1197.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1198.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1199.py +7 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1200.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1201.py +4 -27
- githubkit/versions/ghec_v2022_11_28/types/group_1202.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1203.py +25 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1204.py +10 -39
- githubkit/versions/ghec_v2022_11_28/types/group_1205.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1206.py +33 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1207.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1208.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1209.py +5 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1210.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1211.py +15 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1212.py +4 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1213.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1214.py +15 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1215.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1216.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1217.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1218.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1219.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1220.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1221.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1222.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1223.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1224.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1225.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1226.py +8 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1227.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1228.py +6 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1229.py +5 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1230.py +9 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1231.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1232.py +8 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1233.py +6 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1234.py +15 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1235.py +14 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1236.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1237.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1238.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1239.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1240.py +4 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1241.py +4 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1242.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1243.py +12 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1244.py +5 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1245.py +7 -14
- githubkit/versions/ghec_v2022_11_28/types/group_1246.py +11 -16
- githubkit/versions/ghec_v2022_11_28/types/group_1247.py +15 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1248.py +16 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1249.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1250.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1251.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1252.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1253.py +3 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1254.py +5 -25
- githubkit/versions/ghec_v2022_11_28/types/group_1255.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1256.py +24 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1257.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1258.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1259.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1260.py +4 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1261.py +5 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1262.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1263.py +5 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1264.py +8 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1265.py +12 -62
- githubkit/versions/ghec_v2022_11_28/types/group_1266.py +6 -63
- githubkit/versions/ghec_v2022_11_28/types/group_1267.py +60 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1268.py +63 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1269.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1270.py +7 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1271.py +9 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1272.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1273.py +5 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1274.py +5 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1275.py +6 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1276.py +8 -35
- githubkit/versions/ghec_v2022_11_28/types/group_1277.py +29 -46
- githubkit/versions/ghec_v2022_11_28/types/group_1278.py +35 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1279.py +52 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1280.py +12 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1281.py +6 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1282.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1283.py +4 -11
- githubkit/versions/ghec_v2022_11_28/types/group_1284.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1285.py +11 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1286.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1287.py +5 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1288.py +4 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1289.py +5 -19
- githubkit/versions/ghec_v2022_11_28/types/group_1290.py +5 -12
- githubkit/versions/ghec_v2022_11_28/types/group_1291.py +19 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1292.py +13 -17
- githubkit/versions/ghec_v2022_11_28/types/group_1293.py +7 -24
- githubkit/versions/ghec_v2022_11_28/types/group_1294.py +16 -23
- githubkit/versions/ghec_v2022_11_28/types/group_1295.py +24 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1296.py +22 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1297.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1298.py +8 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1299.py +4 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1300.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1301.py +7 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1302.py +6 -9
- githubkit/versions/ghec_v2022_11_28/types/group_1303.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1304.py +9 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1305.py +12 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1306.py +5 -8
- githubkit/versions/ghec_v2022_11_28/types/group_1307.py +8 -3
- githubkit/versions/ghec_v2022_11_28/types/group_1308.py +8 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1309.py +3 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1310.py +5 -13
- githubkit/versions/ghec_v2022_11_28/types/group_1311.py +6 -7
- githubkit/versions/ghec_v2022_11_28/types/group_1312.py +15 -31
- githubkit/versions/ghec_v2022_11_28/types/group_1313.py +7 -10
- githubkit/versions/ghec_v2022_11_28/types/group_1314.py +35 -15
- githubkit/versions/ghec_v2022_11_28/types/group_1315.py +10 -6
- githubkit/versions/ghec_v2022_11_28/types/group_1316.py +9 -4
- githubkit/versions/ghec_v2022_11_28/types/group_1317.py +6 -5
- githubkit/versions/ghec_v2022_11_28/types/group_1318.py +6 -65
- githubkit/versions/ghec_v2022_11_28/types/group_1319.py +52 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1320.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1321.py +21 -0
- githubkit/versions/ghec_v2022_11_28/types/group_1322.py +81 -0
- githubkit/versions/latest/models.py +28 -0
- githubkit/versions/latest/types.py +28 -0
- githubkit/versions/v2022_11_28/models/__init__.py +730 -700
- githubkit/versions/v2022_11_28/models/group_0028.py +12 -0
- githubkit/versions/v2022_11_28/models/group_0163.py +1 -1
- githubkit/versions/v2022_11_28/models/group_0199.py +1 -0
- githubkit/versions/v2022_11_28/models/group_0353.py +4 -0
- githubkit/versions/v2022_11_28/models/group_0422.py +5 -0
- githubkit/versions/v2022_11_28/models/group_0430.py +4 -1
- githubkit/versions/v2022_11_28/models/group_0647.py +3 -3
- githubkit/versions/v2022_11_28/models/group_0897.py +9 -74
- githubkit/versions/v2022_11_28/models/group_0898.py +8 -53
- githubkit/versions/v2022_11_28/models/group_0899.py +71 -40
- githubkit/versions/v2022_11_28/models/group_0900.py +31 -155
- githubkit/versions/v2022_11_28/models/group_0901.py +40 -7
- githubkit/versions/v2022_11_28/models/group_0902.py +27 -30
- githubkit/versions/v2022_11_28/models/group_0903.py +5 -12
- githubkit/versions/v2022_11_28/models/group_0904.py +175 -8
- githubkit/versions/v2022_11_28/models/group_0905.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0906.py +14 -8
- githubkit/versions/v2022_11_28/models/group_0907.py +15 -15
- githubkit/versions/v2022_11_28/models/group_0908.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0909.py +19 -6
- githubkit/versions/v2022_11_28/models/group_0910.py +8 -37
- githubkit/versions/v2022_11_28/models/group_0911.py +8 -23
- githubkit/versions/v2022_11_28/models/group_0912.py +39 -10
- githubkit/versions/v2022_11_28/models/group_0913.py +22 -6
- githubkit/versions/v2022_11_28/models/group_0914.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0915.py +7 -8
- githubkit/versions/v2022_11_28/models/group_0916.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0917.py +6 -7
- githubkit/versions/v2022_11_28/models/group_0918.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0919.py +7 -6
- githubkit/versions/v2022_11_28/models/group_0920.py +5 -5
- githubkit/versions/v2022_11_28/models/group_0921.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0922.py +8 -30
- githubkit/versions/v2022_11_28/models/group_0923.py +8 -23
- githubkit/versions/v2022_11_28/models/group_0924.py +29 -7
- githubkit/versions/v2022_11_28/models/group_0925.py +22 -6
- githubkit/versions/v2022_11_28/models/group_0926.py +7 -43
- githubkit/versions/v2022_11_28/models/group_0927.py +6 -42
- githubkit/versions/v2022_11_28/models/group_0928.py +30 -6
- githubkit/versions/v2022_11_28/models/group_0929.py +49 -14
- githubkit/versions/v2022_11_28/models/group_0930.py +23 -4
- githubkit/versions/v2022_11_28/models/group_0931.py +14 -32
- githubkit/versions/v2022_11_28/models/group_0932.py +4 -11
- githubkit/versions/v2022_11_28/models/group_0933.py +20 -6
- githubkit/versions/v2022_11_28/models/group_0934.py +14 -49
- githubkit/versions/v2022_11_28/models/group_0935.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0936.py +50 -8
- githubkit/versions/v2022_11_28/models/group_0937.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0938.py +5 -25
- githubkit/versions/v2022_11_28/models/group_0939.py +6 -13
- githubkit/versions/v2022_11_28/models/group_0940.py +17 -10
- githubkit/versions/v2022_11_28/models/group_0941.py +13 -7
- githubkit/versions/v2022_11_28/models/group_0942.py +12 -34
- githubkit/versions/v2022_11_28/models/group_0943.py +7 -25
- githubkit/versions/v2022_11_28/models/group_0944.py +36 -6
- githubkit/versions/v2022_11_28/models/group_0945.py +13 -16
- githubkit/versions/v2022_11_28/models/group_0946.py +6 -10
- githubkit/versions/v2022_11_28/models/group_0947.py +34 -11
- githubkit/versions/v2022_11_28/models/group_0948.py +10 -14
- githubkit/versions/v2022_11_28/models/group_0949.py +11 -116
- githubkit/versions/v2022_11_28/models/group_0950.py +12 -83
- githubkit/versions/v2022_11_28/models/group_0951.py +117 -87
- githubkit/versions/v2022_11_28/models/group_0952.py +82 -33
- githubkit/versions/v2022_11_28/models/group_0953.py +80 -14
- githubkit/versions/v2022_11_28/models/group_0954.py +29 -14
- githubkit/versions/v2022_11_28/models/group_0955.py +13 -30
- githubkit/versions/v2022_11_28/models/group_0956.py +13 -21
- githubkit/versions/v2022_11_28/models/group_0957.py +33 -8
- githubkit/versions/v2022_11_28/models/group_0958.py +25 -8
- githubkit/versions/v2022_11_28/models/group_0959.py +12 -5
- githubkit/versions/v2022_11_28/models/group_0960.py +12 -11
- githubkit/versions/v2022_11_28/models/group_0961.py +5 -19
- githubkit/versions/v2022_11_28/models/group_0962.py +11 -11
- githubkit/versions/v2022_11_28/models/group_0963.py +16 -8
- githubkit/versions/v2022_11_28/models/group_0964.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0965.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0966.py +8 -6
- githubkit/versions/v2022_11_28/models/group_0967.py +6 -10
- githubkit/versions/v2022_11_28/models/group_0968.py +8 -7
- githubkit/versions/v2022_11_28/models/group_0969.py +8 -10
- githubkit/versions/v2022_11_28/models/group_0970.py +7 -12
- githubkit/versions/v2022_11_28/models/group_0971.py +17 -4
- githubkit/versions/v2022_11_28/models/group_0972.py +12 -22
- githubkit/versions/v2022_11_28/models/group_0973.py +4 -26
- githubkit/versions/v2022_11_28/models/group_0974.py +24 -5
- githubkit/versions/v2022_11_28/models/group_0975.py +23 -7
- githubkit/versions/v2022_11_28/models/group_0976.py +5 -10
- githubkit/versions/v2022_11_28/models/group_0977.py +7 -23
- githubkit/versions/v2022_11_28/models/group_0978.py +9 -7
- githubkit/versions/v2022_11_28/models/group_0979.py +26 -4
- githubkit/versions/v2022_11_28/models/group_0980.py +8 -9
- githubkit/versions/v2022_11_28/models/group_0981.py +4 -26
- githubkit/versions/v2022_11_28/models/group_0982.py +4 -4
- githubkit/versions/v2022_11_28/models/group_0983.py +19 -7
- githubkit/versions/v2022_11_28/models/group_0984.py +9 -5
- githubkit/versions/v2022_11_28/models/group_0985.py +9 -6
- githubkit/versions/v2022_11_28/models/group_0986.py +5 -276
- githubkit/versions/v2022_11_28/models/group_0987.py +8 -8
- githubkit/versions/v2022_11_28/models/group_0988.py +273 -6
- githubkit/versions/v2022_11_28/models/group_0989.py +7 -15
- githubkit/versions/v2022_11_28/models/group_0990.py +9 -8
- githubkit/versions/v2022_11_28/models/group_0991.py +15 -7
- githubkit/versions/v2022_11_28/models/group_0992.py +8 -15
- githubkit/versions/v2022_11_28/models/group_0993.py +6 -6
- githubkit/versions/v2022_11_28/models/group_0994.py +11 -15
- githubkit/versions/v2022_11_28/models/group_0995.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0996.py +15 -5
- githubkit/versions/v2022_11_28/models/group_0997.py +9 -9
- githubkit/versions/v2022_11_28/models/group_0998.py +10 -9
- githubkit/versions/v2022_11_28/models/group_0999.py +6 -8
- githubkit/versions/v2022_11_28/models/group_1000.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1001.py +10 -13
- githubkit/versions/v2022_11_28/models/group_1002.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1003.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1004.py +9 -8
- githubkit/versions/v2022_11_28/models/group_1005.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1006.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1007.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1008.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1009.py +6 -36
- githubkit/versions/v2022_11_28/models/group_1010.py +7 -29
- githubkit/versions/v2022_11_28/models/group_1011.py +35 -7
- githubkit/versions/v2022_11_28/models/group_1012.py +20 -35
- githubkit/versions/v2022_11_28/models/group_1013.py +8 -7
- githubkit/versions/v2022_11_28/models/group_1014.py +20 -54
- githubkit/versions/v2022_11_28/models/group_1015.py +5 -14
- githubkit/versions/v2022_11_28/models/group_1016.py +45 -181
- githubkit/versions/v2022_11_28/models/group_1017.py +10 -86
- githubkit/versions/v2022_11_28/models/group_1018.py +188 -14
- githubkit/versions/v2022_11_28/models/group_1019.py +84 -7
- githubkit/versions/v2022_11_28/models/group_1020.py +36 -10
- githubkit/versions/v2022_11_28/models/group_1021.py +4 -5
- githubkit/versions/v2022_11_28/models/group_1022.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1023.py +13 -8
- githubkit/versions/v2022_11_28/models/group_1024.py +4 -4
- githubkit/versions/v2022_11_28/models/group_1025.py +8 -6
- githubkit/versions/v2022_11_28/models/group_1026.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1027.py +5 -7
- githubkit/versions/v2022_11_28/models/group_1028.py +8 -6
- githubkit/versions/v2022_11_28/models/group_1029.py +8 -6
- githubkit/versions/v2022_11_28/models/group_1030.py +4 -4
- githubkit/versions/v2022_11_28/models/group_1031.py +9 -5
- githubkit/versions/v2022_11_28/models/group_1032.py +8 -104
- githubkit/versions/v2022_11_28/models/group_1033.py +6 -56
- githubkit/versions/v2022_11_28/models/group_1034.py +89 -44
- githubkit/versions/v2022_11_28/models/group_1035.py +39 -86
- githubkit/versions/v2022_11_28/models/group_1036.py +31 -28
- githubkit/versions/v2022_11_28/models/group_1037.py +84 -42
- githubkit/versions/v2022_11_28/models/group_1038.py +58 -6
- githubkit/versions/v2022_11_28/models/group_1039.py +55 -23
- githubkit/versions/v2022_11_28/models/group_1040.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1041.py +22 -21
- githubkit/versions/v2022_11_28/models/group_1042.py +15 -34
- githubkit/versions/v2022_11_28/models/group_1043.py +19 -19
- githubkit/versions/v2022_11_28/models/group_1044.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1045.py +19 -30
- githubkit/versions/v2022_11_28/models/group_1046.py +34 -15
- githubkit/versions/v2022_11_28/models/group_1047.py +24 -35
- githubkit/versions/v2022_11_28/models/group_1048.py +7 -23
- githubkit/versions/v2022_11_28/models/group_1049.py +49 -8
- githubkit/versions/v2022_11_28/models/group_1050.py +17 -20
- githubkit/versions/v2022_11_28/models/group_1051.py +7 -22
- githubkit/versions/v2022_11_28/models/group_1052.py +23 -10
- githubkit/versions/v2022_11_28/models/group_1053.py +23 -10
- githubkit/versions/v2022_11_28/models/group_1054.py +14 -5
- githubkit/versions/v2022_11_28/models/group_1055.py +9 -10
- githubkit/versions/v2022_11_28/models/group_1056.py +5 -17
- githubkit/versions/v2022_11_28/models/group_1057.py +11 -8
- githubkit/versions/v2022_11_28/models/group_1058.py +11 -55
- githubkit/versions/v2022_11_28/models/group_1059.py +7 -53
- githubkit/versions/v2022_11_28/models/group_1060.py +54 -17
- githubkit/versions/v2022_11_28/models/group_1061.py +47 -16
- githubkit/versions/v2022_11_28/models/group_1062.py +19 -9
- githubkit/versions/v2022_11_28/models/group_1063.py +23 -12
- githubkit/versions/v2022_11_28/models/group_1064.py +10 -45
- githubkit/versions/v2022_11_28/models/group_1065.py +12 -7
- githubkit/versions/v2022_11_28/models/group_1066.py +33 -21
- githubkit/versions/v2022_11_28/models/group_1067.py +6 -27
- githubkit/versions/v2022_11_28/models/group_1068.py +24 -36
- githubkit/versions/v2022_11_28/models/group_1069.py +20 -31
- githubkit/versions/v2022_11_28/models/group_1070.py +43 -10
- githubkit/versions/v2022_11_28/models/group_1071.py +28 -12
- githubkit/versions/v2022_11_28/models/group_1072.py +16 -8
- githubkit/versions/v2022_11_28/models/group_1073.py +22 -8
- githubkit/versions/v2022_11_28/models/group_1074.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1075.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1076.py +8 -8
- githubkit/versions/v2022_11_28/models/group_1077.py +6 -18
- githubkit/versions/v2022_11_28/models/group_1078.py +6 -9
- githubkit/versions/v2022_11_28/models/group_1079.py +9 -62
- githubkit/versions/v2022_11_28/models/group_1080.py +10 -7
- githubkit/versions/v2022_11_28/models/group_1081.py +67 -7
- githubkit/versions/v2022_11_28/models/group_1082.py +7 -40
- githubkit/versions/v2022_11_28/models/group_1083.py +7 -38
- githubkit/versions/v2022_11_28/models/group_1084.py +24 -31
- githubkit/versions/v2022_11_28/models/group_1085.py +31 -18
- githubkit/versions/v2022_11_28/models/group_1086.py +32 -4
- githubkit/versions/v2022_11_28/models/group_1087.py +19 -15
- githubkit/versions/v2022_11_28/models/group_1088.py +12 -16
- githubkit/versions/v2022_11_28/models/group_1089.py +23 -6
- githubkit/versions/v2022_11_28/models/group_1090.py +21 -6
- githubkit/versions/v2022_11_28/models/group_1091.py +11 -4
- githubkit/versions/v2022_11_28/models/group_1092.py +6 -11
- githubkit/versions/v2022_11_28/models/group_1093.py +8 -49
- githubkit/versions/v2022_11_28/models/group_1094.py +14 -5
- githubkit/versions/v2022_11_28/models/group_1095.py +39 -8
- githubkit/versions/v2022_11_28/models/group_1096.py +5 -55
- githubkit/versions/v2022_11_28/models/group_1097.py +10 -9
- githubkit/versions/v2022_11_28/models/group_1098.py +50 -5
- githubkit/versions/v2022_11_28/models/group_1099.py +10 -5
- githubkit/versions/v2022_11_28/models/group_1100.py +7 -8
- githubkit/versions/v2022_11_28/models/group_1101.py +6 -20
- githubkit/versions/v2022_11_28/models/group_1102.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1103.py +17 -9
- githubkit/versions/v2022_11_28/models/group_1104.py +5 -19
- githubkit/versions/v2022_11_28/models/group_1105.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1106.py +18 -13
- githubkit/versions/v2022_11_28/models/group_1107.py +5 -11
- githubkit/versions/v2022_11_28/models/group_1108.py +14 -5
- githubkit/versions/v2022_11_28/models/group_1109.py +10 -12
- githubkit/versions/v2022_11_28/models/group_1110.py +5 -15
- githubkit/versions/v2022_11_28/models/group_1111.py +9 -8
- githubkit/versions/v2022_11_28/models/group_1112.py +9 -11
- githubkit/versions/v2022_11_28/models/group_1113.py +8 -14
- githubkit/versions/v2022_11_28/models/group_1114.py +16 -6
- githubkit/versions/v2022_11_28/models/group_1115.py +12 -10
- githubkit/versions/v2022_11_28/models/group_1116.py +6 -20
- githubkit/versions/v2022_11_28/models/group_1117.py +10 -17
- githubkit/versions/v2022_11_28/models/group_1118.py +15 -6
- githubkit/versions/v2022_11_28/models/group_1119.py +21 -6
- githubkit/versions/v2022_11_28/models/group_1120.py +10 -13
- githubkit/versions/v2022_11_28/models/group_1121.py +6 -25
- githubkit/versions/v2022_11_28/models/group_1122.py +11 -22
- githubkit/versions/v2022_11_28/models/group_1123.py +10 -10
- githubkit/versions/v2022_11_28/models/group_1124.py +9 -11
- githubkit/versions/v2022_11_28/models/group_1125.py +10 -10
- githubkit/versions/v2022_11_28/models/group_1126.py +21 -11
- githubkit/versions/v2022_11_28/models/group_1127.py +20 -10
- githubkit/versions/v2022_11_28/models/group_1128.py +10 -9
- githubkit/versions/v2022_11_28/models/group_1129.py +11 -22
- githubkit/versions/v2022_11_28/models/group_1130.py +16 -6
- githubkit/versions/v2022_11_28/models/group_1131.py +25 -7
- githubkit/versions/v2022_11_28/models/group_1132.py +6 -8
- githubkit/versions/v2022_11_28/models/group_1133.py +6 -31
- githubkit/versions/v2022_11_28/models/group_1134.py +9 -5
- githubkit/versions/v2022_11_28/models/group_1135.py +34 -10
- githubkit/versions/v2022_11_28/models/group_1136.py +11 -32
- githubkit/versions/v2022_11_28/models/group_1137.py +8 -42
- githubkit/versions/v2022_11_28/models/group_1138.py +14 -30
- githubkit/versions/v2022_11_28/models/group_1139.py +45 -5
- githubkit/versions/v2022_11_28/models/group_1140.py +33 -12
- githubkit/versions/v2022_11_28/models/group_1141.py +5 -8
- githubkit/versions/v2022_11_28/models/group_1142.py +19 -6
- githubkit/versions/v2022_11_28/models/group_1143.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1144.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1145.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1146.py +8 -43
- githubkit/versions/v2022_11_28/models/group_1147.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1148.py +42 -7
- githubkit/versions/v2022_11_28/models/group_1149.py +5 -14
- githubkit/versions/v2022_11_28/models/group_1150.py +9 -7
- githubkit/versions/v2022_11_28/models/group_1151.py +12 -6
- githubkit/versions/v2022_11_28/models/group_1152.py +6 -33
- githubkit/versions/v2022_11_28/models/group_1153.py +6 -10
- githubkit/versions/v2022_11_28/models/group_1154.py +28 -12
- githubkit/versions/v2022_11_28/models/group_1155.py +8 -29
- githubkit/versions/v2022_11_28/models/group_1156.py +20 -8
- githubkit/versions/v2022_11_28/models/group_1157.py +24 -68
- githubkit/versions/v2022_11_28/models/group_1158.py +7 -76
- githubkit/versions/v2022_11_28/models/group_1159.py +68 -12
- githubkit/versions/v2022_11_28/models/group_1160.py +75 -9
- githubkit/versions/v2022_11_28/models/group_1161.py +12 -13
- githubkit/versions/v2022_11_28/models/group_1162.py +10 -12
- githubkit/versions/v2022_11_28/models/group_1163.py +21 -6
- githubkit/versions/v2022_11_28/models/group_1164.py +13 -6
- githubkit/versions/v2022_11_28/models/group_1165.py +6 -15
- githubkit/versions/v2022_11_28/models/group_1166.py +6 -21
- githubkit/versions/v2022_11_28/models/group_1167.py +10 -23
- githubkit/versions/v2022_11_28/models/group_1168.py +17 -7
- githubkit/versions/v2022_11_28/models/group_1169.py +25 -8
- githubkit/versions/v2022_11_28/models/group_1170.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1171.py +12 -5
- githubkit/versions/v2022_11_28/models/group_1172.py +5 -17
- githubkit/versions/v2022_11_28/models/group_1173.py +5 -11
- githubkit/versions/v2022_11_28/models/group_1174.py +14 -8
- githubkit/versions/v2022_11_28/models/group_1175.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1176.py +9 -6
- githubkit/versions/v2022_11_28/models/group_1177.py +6 -6
- githubkit/versions/v2022_11_28/models/group_1178.py +10 -32
- githubkit/versions/v2022_11_28/models/group_1179.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1180.py +20 -40
- githubkit/versions/v2022_11_28/models/group_1181.py +7 -46
- githubkit/versions/v2022_11_28/models/group_1182.py +44 -28
- githubkit/versions/v2022_11_28/models/group_1183.py +40 -11
- githubkit/versions/v2022_11_28/models/group_1184.py +33 -7
- githubkit/versions/v2022_11_28/models/group_1185.py +17 -6
- githubkit/versions/v2022_11_28/models/group_1186.py +8 -16
- githubkit/versions/v2022_11_28/models/group_1187.py +7 -8
- githubkit/versions/v2022_11_28/models/group_1188.py +12 -8
- githubkit/versions/v2022_11_28/models/group_1189.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1190.py +12 -12
- githubkit/versions/v2022_11_28/models/group_1191.py +9 -17
- githubkit/versions/v2022_11_28/models/group_1192.py +12 -10
- githubkit/versions/v2022_11_28/models/group_1193.py +17 -8
- githubkit/versions/v2022_11_28/models/group_1194.py +8 -9
- githubkit/versions/v2022_11_28/models/group_1195.py +11 -4
- githubkit/versions/v2022_11_28/models/group_1196.py +9 -11
- githubkit/versions/v2022_11_28/models/group_1197.py +4 -12
- githubkit/versions/v2022_11_28/models/group_1198.py +9 -35
- githubkit/versions/v2022_11_28/models/group_1199.py +7 -10
- githubkit/versions/v2022_11_28/models/group_1200.py +21 -72
- githubkit/versions/v2022_11_28/models/group_1201.py +11 -11
- githubkit/versions/v2022_11_28/models/group_1202.py +89 -11
- githubkit/versions/v2022_11_28/models/group_1203.py +11 -12
- githubkit/versions/v2022_11_28/models/group_1204.py +12 -9
- githubkit/versions/v2022_11_28/models/group_1205.py +13 -9
- githubkit/versions/v2022_11_28/models/group_1206.py +12 -74
- githubkit/versions/v2022_11_28/models/group_1207.py +69 -0
- githubkit/versions/v2022_11_28/models/group_1208.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1209.py +29 -0
- githubkit/versions/v2022_11_28/models/group_1210.py +97 -0
- githubkit/versions/v2022_11_28/rest/actions.py +746 -0
- githubkit/versions/v2022_11_28/rest/activity.py +144 -0
- githubkit/versions/v2022_11_28/rest/apps.py +176 -0
- githubkit/versions/v2022_11_28/rest/billing.py +32 -0
- githubkit/versions/v2022_11_28/rest/campaigns.py +28 -0
- githubkit/versions/v2022_11_28/rest/checks.py +68 -0
- githubkit/versions/v2022_11_28/rest/classroom.py +24 -0
- githubkit/versions/v2022_11_28/rest/code_scanning.py +108 -0
- githubkit/versions/v2022_11_28/rest/code_security.py +116 -0
- githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +8 -0
- githubkit/versions/v2022_11_28/rest/codespaces.py +246 -0
- githubkit/versions/v2022_11_28/rest/copilot.py +52 -0
- githubkit/versions/v2022_11_28/rest/credentials.py +8 -0
- githubkit/versions/v2022_11_28/rest/dependabot.py +112 -0
- githubkit/versions/v2022_11_28/rest/dependency_graph.py +16 -0
- githubkit/versions/v2022_11_28/rest/emojis.py +4 -0
- githubkit/versions/v2022_11_28/rest/gists.py +104 -2
- githubkit/versions/v2022_11_28/rest/git.py +76 -0
- githubkit/versions/v2022_11_28/rest/gitignore.py +8 -0
- githubkit/versions/v2022_11_28/rest/hosted_compute.py +32 -0
- githubkit/versions/v2022_11_28/rest/interactions.py +56 -2
- githubkit/versions/v2022_11_28/rest/issues.py +244 -0
- githubkit/versions/v2022_11_28/rest/licenses.py +12 -0
- githubkit/versions/v2022_11_28/rest/markdown.py +24 -2
- githubkit/versions/v2022_11_28/rest/meta.py +20 -0
- githubkit/versions/v2022_11_28/rest/migrations.py +112 -0
- githubkit/versions/v2022_11_28/rest/oidc.py +12 -0
- githubkit/versions/v2022_11_28/rest/orgs.py +760 -0
- githubkit/versions/v2022_11_28/rest/packages.py +108 -0
- githubkit/versions/v2022_11_28/rest/private_registries.py +36 -0
- githubkit/versions/v2022_11_28/rest/projects.py +146 -0
- githubkit/versions/v2022_11_28/rest/pulls.py +162 -0
- githubkit/versions/v2022_11_28/rest/rate_limit.py +6 -0
- githubkit/versions/v2022_11_28/rest/reactions.py +136 -0
- githubkit/versions/v2022_11_28/rest/repos.py +1046 -0
- githubkit/versions/v2022_11_28/rest/search.py +28 -0
- githubkit/versions/v2022_11_28/rest/secret_scanning.py +40 -0
- githubkit/versions/v2022_11_28/rest/security_advisories.py +52 -0
- githubkit/versions/v2022_11_28/rest/teams.py +308 -0
- githubkit/versions/v2022_11_28/rest/users.py +429 -2
- githubkit/versions/v2022_11_28/types/__init__.py +730 -700
- githubkit/versions/v2022_11_28/types/group_0028.py +11 -0
- githubkit/versions/v2022_11_28/types/group_0199.py +1 -0
- githubkit/versions/v2022_11_28/types/group_0353.py +1 -0
- githubkit/versions/v2022_11_28/types/group_0422.py +3 -1
- githubkit/versions/v2022_11_28/types/group_0430.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0647.py +1 -1
- githubkit/versions/v2022_11_28/types/group_0897.py +5 -62
- githubkit/versions/v2022_11_28/types/group_0898.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0899.py +62 -13
- githubkit/versions/v2022_11_28/types/group_0900.py +16 -90
- githubkit/versions/v2022_11_28/types/group_0901.py +12 -4
- githubkit/versions/v2022_11_28/types/group_0902.py +20 -20
- githubkit/versions/v2022_11_28/types/group_0903.py +3 -7
- githubkit/versions/v2022_11_28/types/group_0904.py +96 -6
- githubkit/versions/v2022_11_28/types/group_0905.py +6 -12
- githubkit/versions/v2022_11_28/types/group_0906.py +8 -8
- githubkit/versions/v2022_11_28/types/group_0907.py +12 -9
- githubkit/versions/v2022_11_28/types/group_0908.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0909.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0910.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0911.py +5 -9
- githubkit/versions/v2022_11_28/types/group_0912.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0913.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0914.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0915.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0916.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0917.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0918.py +4 -4
- githubkit/versions/v2022_11_28/types/group_0919.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0920.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0921.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0922.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0923.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0924.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0925.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0926.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0927.py +5 -24
- githubkit/versions/v2022_11_28/types/group_0928.py +21 -4
- githubkit/versions/v2022_11_28/types/group_0929.py +23 -7
- githubkit/versions/v2022_11_28/types/group_0930.py +10 -4
- githubkit/versions/v2022_11_28/types/group_0931.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0932.py +3 -8
- githubkit/versions/v2022_11_28/types/group_0933.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0934.py +8 -14
- githubkit/versions/v2022_11_28/types/group_0935.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0936.py +15 -4
- githubkit/versions/v2022_11_28/types/group_0937.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0938.py +4 -9
- githubkit/versions/v2022_11_28/types/group_0939.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0940.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0941.py +7 -6
- githubkit/versions/v2022_11_28/types/group_0942.py +7 -25
- githubkit/versions/v2022_11_28/types/group_0943.py +6 -11
- githubkit/versions/v2022_11_28/types/group_0944.py +25 -6
- githubkit/versions/v2022_11_28/types/group_0945.py +8 -9
- githubkit/versions/v2022_11_28/types/group_0946.py +6 -6
- githubkit/versions/v2022_11_28/types/group_0947.py +14 -7
- githubkit/versions/v2022_11_28/types/group_0948.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0949.py +10 -46
- githubkit/versions/v2022_11_28/types/group_0950.py +7 -70
- githubkit/versions/v2022_11_28/types/group_0951.py +43 -71
- githubkit/versions/v2022_11_28/types/group_0952.py +67 -20
- githubkit/versions/v2022_11_28/types/group_0953.py +70 -7
- githubkit/versions/v2022_11_28/types/group_0954.py +22 -8
- githubkit/versions/v2022_11_28/types/group_0955.py +7 -14
- githubkit/versions/v2022_11_28/types/group_0956.py +8 -11
- githubkit/versions/v2022_11_28/types/group_0957.py +14 -6
- githubkit/versions/v2022_11_28/types/group_0958.py +12 -5
- githubkit/versions/v2022_11_28/types/group_0959.py +6 -4
- githubkit/versions/v2022_11_28/types/group_0960.py +6 -9
- githubkit/versions/v2022_11_28/types/group_0961.py +4 -13
- githubkit/versions/v2022_11_28/types/group_0962.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0963.py +13 -5
- githubkit/versions/v2022_11_28/types/group_0964.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0965.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0966.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0967.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0968.py +4 -6
- githubkit/versions/v2022_11_28/types/group_0969.py +5 -6
- githubkit/versions/v2022_11_28/types/group_0970.py +6 -5
- githubkit/versions/v2022_11_28/types/group_0971.py +8 -4
- githubkit/versions/v2022_11_28/types/group_0972.py +5 -20
- githubkit/versions/v2022_11_28/types/group_0973.py +4 -21
- githubkit/versions/v2022_11_28/types/group_0974.py +21 -5
- githubkit/versions/v2022_11_28/types/group_0975.py +20 -6
- githubkit/versions/v2022_11_28/types/group_0976.py +4 -5
- githubkit/versions/v2022_11_28/types/group_0977.py +6 -20
- githubkit/versions/v2022_11_28/types/group_0978.py +5 -4
- githubkit/versions/v2022_11_28/types/group_0979.py +21 -4
- githubkit/versions/v2022_11_28/types/group_0980.py +5 -7
- githubkit/versions/v2022_11_28/types/group_0981.py +4 -11
- githubkit/versions/v2022_11_28/types/group_0982.py +3 -3
- githubkit/versions/v2022_11_28/types/group_0983.py +9 -5
- githubkit/versions/v2022_11_28/types/group_0984.py +7 -5
- githubkit/versions/v2022_11_28/types/group_0985.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0986.py +5 -160
- githubkit/versions/v2022_11_28/types/group_0987.py +6 -8
- githubkit/versions/v2022_11_28/types/group_0988.py +159 -4
- githubkit/versions/v2022_11_28/types/group_0989.py +7 -8
- githubkit/versions/v2022_11_28/types/group_0990.py +5 -8
- githubkit/versions/v2022_11_28/types/group_0991.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0992.py +8 -7
- githubkit/versions/v2022_11_28/types/group_0993.py +5 -5
- githubkit/versions/v2022_11_28/types/group_0994.py +6 -7
- githubkit/versions/v2022_11_28/types/group_0995.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0996.py +7 -4
- githubkit/versions/v2022_11_28/types/group_0997.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0998.py +4 -7
- githubkit/versions/v2022_11_28/types/group_0999.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1000.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1001.py +9 -7
- githubkit/versions/v2022_11_28/types/group_1002.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1003.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1004.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1005.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1006.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1007.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1008.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1009.py +6 -32
- githubkit/versions/v2022_11_28/types/group_1010.py +6 -23
- githubkit/versions/v2022_11_28/types/group_1011.py +33 -9
- githubkit/versions/v2022_11_28/types/group_1012.py +12 -32
- githubkit/versions/v2022_11_28/types/group_1013.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1014.py +17 -39
- githubkit/versions/v2022_11_28/types/group_1015.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1016.py +42 -101
- githubkit/versions/v2022_11_28/types/group_1017.py +6 -50
- githubkit/versions/v2022_11_28/types/group_1018.py +107 -10
- githubkit/versions/v2022_11_28/types/group_1019.py +45 -7
- githubkit/versions/v2022_11_28/types/group_1020.py +21 -7
- githubkit/versions/v2022_11_28/types/group_1021.py +3 -4
- githubkit/versions/v2022_11_28/types/group_1022.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1023.py +10 -5
- githubkit/versions/v2022_11_28/types/group_1024.py +3 -3
- githubkit/versions/v2022_11_28/types/group_1025.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1026.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1027.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1028.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1029.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1030.py +3 -3
- githubkit/versions/v2022_11_28/types/group_1031.py +8 -4
- githubkit/versions/v2022_11_28/types/group_1032.py +7 -52
- githubkit/versions/v2022_11_28/types/group_1033.py +10 -35
- githubkit/versions/v2022_11_28/types/group_1034.py +49 -29
- githubkit/versions/v2022_11_28/types/group_1035.py +27 -57
- githubkit/versions/v2022_11_28/types/group_1036.py +24 -21
- githubkit/versions/v2022_11_28/types/group_1037.py +55 -28
- githubkit/versions/v2022_11_28/types/group_1038.py +36 -10
- githubkit/versions/v2022_11_28/types/group_1039.py +30 -18
- githubkit/versions/v2022_11_28/types/group_1040.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1041.py +19 -9
- githubkit/versions/v2022_11_28/types/group_1042.py +8 -12
- githubkit/versions/v2022_11_28/types/group_1043.py +9 -10
- githubkit/versions/v2022_11_28/types/group_1044.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1045.py +11 -11
- githubkit/versions/v2022_11_28/types/group_1046.py +12 -8
- githubkit/versions/v2022_11_28/types/group_1047.py +11 -15
- githubkit/versions/v2022_11_28/types/group_1048.py +7 -20
- githubkit/versions/v2022_11_28/types/group_1049.py +16 -8
- githubkit/versions/v2022_11_28/types/group_1050.py +15 -13
- githubkit/versions/v2022_11_28/types/group_1051.py +6 -19
- githubkit/versions/v2022_11_28/types/group_1052.py +18 -5
- githubkit/versions/v2022_11_28/types/group_1053.py +21 -5
- githubkit/versions/v2022_11_28/types/group_1054.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1055.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1056.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1057.py +7 -7
- githubkit/versions/v2022_11_28/types/group_1058.py +7 -36
- githubkit/versions/v2022_11_28/types/group_1059.py +7 -32
- githubkit/versions/v2022_11_28/types/group_1060.py +36 -11
- githubkit/versions/v2022_11_28/types/group_1061.py +26 -14
- githubkit/versions/v2022_11_28/types/group_1062.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1063.py +20 -7
- githubkit/versions/v2022_11_28/types/group_1064.py +6 -24
- githubkit/versions/v2022_11_28/types/group_1065.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1066.py +22 -12
- githubkit/versions/v2022_11_28/types/group_1067.py +5 -19
- githubkit/versions/v2022_11_28/types/group_1068.py +12 -28
- githubkit/versions/v2022_11_28/types/group_1069.py +14 -19
- githubkit/versions/v2022_11_28/types/group_1070.py +27 -6
- githubkit/versions/v2022_11_28/types/group_1071.py +18 -10
- githubkit/versions/v2022_11_28/types/group_1072.py +9 -8
- githubkit/versions/v2022_11_28/types/group_1073.py +16 -6
- githubkit/versions/v2022_11_28/types/group_1074.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1075.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1076.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1077.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1078.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1079.py +5 -39
- githubkit/versions/v2022_11_28/types/group_1080.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1081.py +40 -5
- githubkit/versions/v2022_11_28/types/group_1082.py +6 -25
- githubkit/versions/v2022_11_28/types/group_1083.py +5 -19
- githubkit/versions/v2022_11_28/types/group_1084.py +17 -16
- githubkit/versions/v2022_11_28/types/group_1085.py +18 -9
- githubkit/versions/v2022_11_28/types/group_1086.py +18 -3
- githubkit/versions/v2022_11_28/types/group_1087.py +10 -9
- githubkit/versions/v2022_11_28/types/group_1088.py +8 -8
- githubkit/versions/v2022_11_28/types/group_1089.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1090.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1091.py +7 -4
- githubkit/versions/v2022_11_28/types/group_1092.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1093.py +4 -27
- githubkit/versions/v2022_11_28/types/group_1094.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1095.py +25 -7
- githubkit/versions/v2022_11_28/types/group_1096.py +10 -39
- githubkit/versions/v2022_11_28/types/group_1097.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1098.py +33 -4
- githubkit/versions/v2022_11_28/types/group_1099.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1100.py +4 -4
- githubkit/versions/v2022_11_28/types/group_1101.py +5 -16
- githubkit/versions/v2022_11_28/types/group_1102.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1103.py +15 -4
- githubkit/versions/v2022_11_28/types/group_1104.py +4 -15
- githubkit/versions/v2022_11_28/types/group_1105.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1106.py +15 -5
- githubkit/versions/v2022_11_28/types/group_1107.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1108.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1109.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1110.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1111.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1112.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1113.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1114.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1115.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1116.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1117.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1118.py +8 -4
- githubkit/versions/v2022_11_28/types/group_1119.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1120.py +6 -10
- githubkit/versions/v2022_11_28/types/group_1121.py +5 -15
- githubkit/versions/v2022_11_28/types/group_1122.py +9 -13
- githubkit/versions/v2022_11_28/types/group_1123.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1124.py +7 -9
- githubkit/versions/v2022_11_28/types/group_1125.py +6 -6
- githubkit/versions/v2022_11_28/types/group_1126.py +14 -8
- githubkit/versions/v2022_11_28/types/group_1127.py +13 -6
- githubkit/versions/v2022_11_28/types/group_1128.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1129.py +7 -10
- githubkit/versions/v2022_11_28/types/group_1130.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1131.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1132.py +4 -6
- githubkit/versions/v2022_11_28/types/group_1133.py +4 -10
- githubkit/versions/v2022_11_28/types/group_1134.py +6 -4
- githubkit/versions/v2022_11_28/types/group_1135.py +12 -8
- githubkit/versions/v2022_11_28/types/group_1136.py +5 -10
- githubkit/versions/v2022_11_28/types/group_1137.py +7 -14
- githubkit/versions/v2022_11_28/types/group_1138.py +11 -16
- githubkit/versions/v2022_11_28/types/group_1139.py +15 -5
- githubkit/versions/v2022_11_28/types/group_1140.py +16 -10
- githubkit/versions/v2022_11_28/types/group_1141.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1142.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1143.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1144.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1145.py +3 -3
- githubkit/versions/v2022_11_28/types/group_1146.py +5 -25
- githubkit/versions/v2022_11_28/types/group_1147.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1148.py +24 -5
- githubkit/versions/v2022_11_28/types/group_1149.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1150.py +6 -4
- githubkit/versions/v2022_11_28/types/group_1151.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1152.py +4 -13
- githubkit/versions/v2022_11_28/types/group_1153.py +5 -6
- githubkit/versions/v2022_11_28/types/group_1154.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1155.py +5 -11
- githubkit/versions/v2022_11_28/types/group_1156.py +8 -6
- githubkit/versions/v2022_11_28/types/group_1157.py +12 -62
- githubkit/versions/v2022_11_28/types/group_1158.py +6 -63
- githubkit/versions/v2022_11_28/types/group_1159.py +60 -7
- githubkit/versions/v2022_11_28/types/group_1160.py +63 -7
- githubkit/versions/v2022_11_28/types/group_1161.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1162.py +7 -6
- githubkit/versions/v2022_11_28/types/group_1163.py +9 -5
- githubkit/versions/v2022_11_28/types/group_1164.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1165.py +5 -7
- githubkit/versions/v2022_11_28/types/group_1166.py +5 -9
- githubkit/versions/v2022_11_28/types/group_1167.py +6 -12
- githubkit/versions/v2022_11_28/types/group_1168.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1169.py +12 -5
- githubkit/versions/v2022_11_28/types/group_1170.py +6 -4
- githubkit/versions/v2022_11_28/types/group_1171.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1172.py +4 -11
- githubkit/versions/v2022_11_28/types/group_1173.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1174.py +11 -5
- githubkit/versions/v2022_11_28/types/group_1175.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1176.py +5 -5
- githubkit/versions/v2022_11_28/types/group_1177.py +4 -4
- githubkit/versions/v2022_11_28/types/group_1178.py +5 -12
- githubkit/versions/v2022_11_28/types/group_1179.py +6 -8
- githubkit/versions/v2022_11_28/types/group_1180.py +13 -17
- githubkit/versions/v2022_11_28/types/group_1181.py +7 -24
- githubkit/versions/v2022_11_28/types/group_1182.py +16 -23
- githubkit/versions/v2022_11_28/types/group_1183.py +24 -7
- githubkit/versions/v2022_11_28/types/group_1184.py +22 -6
- githubkit/versions/v2022_11_28/types/group_1185.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1186.py +8 -7
- githubkit/versions/v2022_11_28/types/group_1187.py +4 -7
- githubkit/versions/v2022_11_28/types/group_1188.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1189.py +7 -5
- githubkit/versions/v2022_11_28/types/group_1190.py +6 -9
- githubkit/versions/v2022_11_28/types/group_1191.py +5 -13
- githubkit/versions/v2022_11_28/types/group_1192.py +9 -6
- githubkit/versions/v2022_11_28/types/group_1193.py +12 -6
- githubkit/versions/v2022_11_28/types/group_1194.py +5 -8
- githubkit/versions/v2022_11_28/types/group_1195.py +8 -3
- githubkit/versions/v2022_11_28/types/group_1196.py +8 -5
- githubkit/versions/v2022_11_28/types/group_1197.py +3 -6
- githubkit/versions/v2022_11_28/types/group_1198.py +5 -13
- githubkit/versions/v2022_11_28/types/group_1199.py +6 -7
- githubkit/versions/v2022_11_28/types/group_1200.py +15 -31
- githubkit/versions/v2022_11_28/types/group_1201.py +7 -10
- githubkit/versions/v2022_11_28/types/group_1202.py +35 -15
- githubkit/versions/v2022_11_28/types/group_1203.py +10 -6
- githubkit/versions/v2022_11_28/types/group_1204.py +9 -4
- githubkit/versions/v2022_11_28/types/group_1205.py +6 -5
- githubkit/versions/v2022_11_28/types/group_1206.py +6 -65
- githubkit/versions/v2022_11_28/types/group_1207.py +52 -0
- githubkit/versions/v2022_11_28/types/group_1208.py +21 -0
- githubkit/versions/v2022_11_28/types/group_1209.py +21 -0
- githubkit/versions/v2022_11_28/types/group_1210.py +81 -0
- {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/METADATA +1 -1
- {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/RECORD +1409 -1393
- {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/LICENSE +0 -0
- {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/WHEEL +0 -0
|
@@ -93,6 +93,7 @@ class AppsClient:
|
|
|
93
93
|
self,
|
|
94
94
|
*,
|
|
95
95
|
headers: Optional[Mapping[str, str]] = None,
|
|
96
|
+
stream: bool = False,
|
|
96
97
|
) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
|
|
97
98
|
"""apps/get-authenticated
|
|
98
99
|
|
|
@@ -117,6 +118,7 @@ class AppsClient:
|
|
|
117
118
|
"GET",
|
|
118
119
|
url,
|
|
119
120
|
headers=exclude_unset(headers),
|
|
121
|
+
stream=stream,
|
|
120
122
|
response_model=Union[Integration, None],
|
|
121
123
|
)
|
|
122
124
|
|
|
@@ -124,6 +126,7 @@ class AppsClient:
|
|
|
124
126
|
self,
|
|
125
127
|
*,
|
|
126
128
|
headers: Optional[Mapping[str, str]] = None,
|
|
129
|
+
stream: bool = False,
|
|
127
130
|
) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
|
|
128
131
|
"""apps/get-authenticated
|
|
129
132
|
|
|
@@ -148,6 +151,7 @@ class AppsClient:
|
|
|
148
151
|
"GET",
|
|
149
152
|
url,
|
|
150
153
|
headers=exclude_unset(headers),
|
|
154
|
+
stream=stream,
|
|
151
155
|
response_model=Union[Integration, None],
|
|
152
156
|
)
|
|
153
157
|
|
|
@@ -156,6 +160,7 @@ class AppsClient:
|
|
|
156
160
|
code: str,
|
|
157
161
|
*,
|
|
158
162
|
headers: Optional[Mapping[str, str]] = None,
|
|
163
|
+
stream: bool = False,
|
|
159
164
|
) -> Response[
|
|
160
165
|
AppManifestsCodeConversionsPostResponse201,
|
|
161
166
|
AppManifestsCodeConversionsPostResponse201Type,
|
|
@@ -183,6 +188,7 @@ class AppsClient:
|
|
|
183
188
|
"POST",
|
|
184
189
|
url,
|
|
185
190
|
headers=exclude_unset(headers),
|
|
191
|
+
stream=stream,
|
|
186
192
|
response_model=AppManifestsCodeConversionsPostResponse201,
|
|
187
193
|
error_models={
|
|
188
194
|
"404": BasicError,
|
|
@@ -195,6 +201,7 @@ class AppsClient:
|
|
|
195
201
|
code: str,
|
|
196
202
|
*,
|
|
197
203
|
headers: Optional[Mapping[str, str]] = None,
|
|
204
|
+
stream: bool = False,
|
|
198
205
|
) -> Response[
|
|
199
206
|
AppManifestsCodeConversionsPostResponse201,
|
|
200
207
|
AppManifestsCodeConversionsPostResponse201Type,
|
|
@@ -222,6 +229,7 @@ class AppsClient:
|
|
|
222
229
|
"POST",
|
|
223
230
|
url,
|
|
224
231
|
headers=exclude_unset(headers),
|
|
232
|
+
stream=stream,
|
|
225
233
|
response_model=AppManifestsCodeConversionsPostResponse201,
|
|
226
234
|
error_models={
|
|
227
235
|
"404": BasicError,
|
|
@@ -233,6 +241,7 @@ class AppsClient:
|
|
|
233
241
|
self,
|
|
234
242
|
*,
|
|
235
243
|
headers: Optional[Mapping[str, str]] = None,
|
|
244
|
+
stream: bool = False,
|
|
236
245
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
237
246
|
"""apps/get-webhook-config-for-app
|
|
238
247
|
|
|
@@ -255,6 +264,7 @@ class AppsClient:
|
|
|
255
264
|
"GET",
|
|
256
265
|
url,
|
|
257
266
|
headers=exclude_unset(headers),
|
|
267
|
+
stream=stream,
|
|
258
268
|
response_model=WebhookConfig,
|
|
259
269
|
)
|
|
260
270
|
|
|
@@ -262,6 +272,7 @@ class AppsClient:
|
|
|
262
272
|
self,
|
|
263
273
|
*,
|
|
264
274
|
headers: Optional[Mapping[str, str]] = None,
|
|
275
|
+
stream: bool = False,
|
|
265
276
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
266
277
|
"""apps/get-webhook-config-for-app
|
|
267
278
|
|
|
@@ -284,6 +295,7 @@ class AppsClient:
|
|
|
284
295
|
"GET",
|
|
285
296
|
url,
|
|
286
297
|
headers=exclude_unset(headers),
|
|
298
|
+
stream=stream,
|
|
287
299
|
response_model=WebhookConfig,
|
|
288
300
|
)
|
|
289
301
|
|
|
@@ -292,6 +304,7 @@ class AppsClient:
|
|
|
292
304
|
self,
|
|
293
305
|
*,
|
|
294
306
|
headers: Optional[Mapping[str, str]] = None,
|
|
307
|
+
stream: bool = False,
|
|
295
308
|
data: AppHookConfigPatchBodyType,
|
|
296
309
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
297
310
|
|
|
@@ -301,6 +314,7 @@ class AppsClient:
|
|
|
301
314
|
*,
|
|
302
315
|
data: UnsetType = UNSET,
|
|
303
316
|
headers: Optional[Mapping[str, str]] = None,
|
|
317
|
+
stream: bool = False,
|
|
304
318
|
url: Missing[str] = UNSET,
|
|
305
319
|
content_type: Missing[str] = UNSET,
|
|
306
320
|
secret: Missing[str] = UNSET,
|
|
@@ -311,6 +325,7 @@ class AppsClient:
|
|
|
311
325
|
self,
|
|
312
326
|
*,
|
|
313
327
|
headers: Optional[Mapping[str, str]] = None,
|
|
328
|
+
stream: bool = False,
|
|
314
329
|
data: Missing[AppHookConfigPatchBodyType] = UNSET,
|
|
315
330
|
**kwargs,
|
|
316
331
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -345,6 +360,7 @@ class AppsClient:
|
|
|
345
360
|
url,
|
|
346
361
|
json=exclude_unset(json),
|
|
347
362
|
headers=exclude_unset(headers),
|
|
363
|
+
stream=stream,
|
|
348
364
|
response_model=WebhookConfig,
|
|
349
365
|
)
|
|
350
366
|
|
|
@@ -353,6 +369,7 @@ class AppsClient:
|
|
|
353
369
|
self,
|
|
354
370
|
*,
|
|
355
371
|
headers: Optional[Mapping[str, str]] = None,
|
|
372
|
+
stream: bool = False,
|
|
356
373
|
data: AppHookConfigPatchBodyType,
|
|
357
374
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
358
375
|
|
|
@@ -362,6 +379,7 @@ class AppsClient:
|
|
|
362
379
|
*,
|
|
363
380
|
data: UnsetType = UNSET,
|
|
364
381
|
headers: Optional[Mapping[str, str]] = None,
|
|
382
|
+
stream: bool = False,
|
|
365
383
|
url: Missing[str] = UNSET,
|
|
366
384
|
content_type: Missing[str] = UNSET,
|
|
367
385
|
secret: Missing[str] = UNSET,
|
|
@@ -372,6 +390,7 @@ class AppsClient:
|
|
|
372
390
|
self,
|
|
373
391
|
*,
|
|
374
392
|
headers: Optional[Mapping[str, str]] = None,
|
|
393
|
+
stream: bool = False,
|
|
375
394
|
data: Missing[AppHookConfigPatchBodyType] = UNSET,
|
|
376
395
|
**kwargs,
|
|
377
396
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -406,6 +425,7 @@ class AppsClient:
|
|
|
406
425
|
url,
|
|
407
426
|
json=exclude_unset(json),
|
|
408
427
|
headers=exclude_unset(headers),
|
|
428
|
+
stream=stream,
|
|
409
429
|
response_model=WebhookConfig,
|
|
410
430
|
)
|
|
411
431
|
|
|
@@ -415,6 +435,7 @@ class AppsClient:
|
|
|
415
435
|
per_page: Missing[int] = UNSET,
|
|
416
436
|
cursor: Missing[str] = UNSET,
|
|
417
437
|
headers: Optional[Mapping[str, str]] = None,
|
|
438
|
+
stream: bool = False,
|
|
418
439
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
419
440
|
"""apps/list-webhook-deliveries
|
|
420
441
|
|
|
@@ -443,6 +464,7 @@ class AppsClient:
|
|
|
443
464
|
url,
|
|
444
465
|
params=exclude_unset(params),
|
|
445
466
|
headers=exclude_unset(headers),
|
|
467
|
+
stream=stream,
|
|
446
468
|
response_model=list[HookDeliveryItem],
|
|
447
469
|
error_models={
|
|
448
470
|
"400": BasicError,
|
|
@@ -456,6 +478,7 @@ class AppsClient:
|
|
|
456
478
|
per_page: Missing[int] = UNSET,
|
|
457
479
|
cursor: Missing[str] = UNSET,
|
|
458
480
|
headers: Optional[Mapping[str, str]] = None,
|
|
481
|
+
stream: bool = False,
|
|
459
482
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
460
483
|
"""apps/list-webhook-deliveries
|
|
461
484
|
|
|
@@ -484,6 +507,7 @@ class AppsClient:
|
|
|
484
507
|
url,
|
|
485
508
|
params=exclude_unset(params),
|
|
486
509
|
headers=exclude_unset(headers),
|
|
510
|
+
stream=stream,
|
|
487
511
|
response_model=list[HookDeliveryItem],
|
|
488
512
|
error_models={
|
|
489
513
|
"400": BasicError,
|
|
@@ -496,6 +520,7 @@ class AppsClient:
|
|
|
496
520
|
delivery_id: int,
|
|
497
521
|
*,
|
|
498
522
|
headers: Optional[Mapping[str, str]] = None,
|
|
523
|
+
stream: bool = False,
|
|
499
524
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
500
525
|
"""apps/get-webhook-delivery
|
|
501
526
|
|
|
@@ -518,6 +543,7 @@ class AppsClient:
|
|
|
518
543
|
"GET",
|
|
519
544
|
url,
|
|
520
545
|
headers=exclude_unset(headers),
|
|
546
|
+
stream=stream,
|
|
521
547
|
response_model=HookDelivery,
|
|
522
548
|
error_models={
|
|
523
549
|
"400": BasicError,
|
|
@@ -530,6 +556,7 @@ class AppsClient:
|
|
|
530
556
|
delivery_id: int,
|
|
531
557
|
*,
|
|
532
558
|
headers: Optional[Mapping[str, str]] = None,
|
|
559
|
+
stream: bool = False,
|
|
533
560
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
534
561
|
"""apps/get-webhook-delivery
|
|
535
562
|
|
|
@@ -552,6 +579,7 @@ class AppsClient:
|
|
|
552
579
|
"GET",
|
|
553
580
|
url,
|
|
554
581
|
headers=exclude_unset(headers),
|
|
582
|
+
stream=stream,
|
|
555
583
|
response_model=HookDelivery,
|
|
556
584
|
error_models={
|
|
557
585
|
"400": BasicError,
|
|
@@ -564,6 +592,7 @@ class AppsClient:
|
|
|
564
592
|
delivery_id: int,
|
|
565
593
|
*,
|
|
566
594
|
headers: Optional[Mapping[str, str]] = None,
|
|
595
|
+
stream: bool = False,
|
|
567
596
|
) -> Response[
|
|
568
597
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
569
598
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -593,6 +622,7 @@ class AppsClient:
|
|
|
593
622
|
"POST",
|
|
594
623
|
url,
|
|
595
624
|
headers=exclude_unset(headers),
|
|
625
|
+
stream=stream,
|
|
596
626
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
597
627
|
error_models={
|
|
598
628
|
"400": BasicError,
|
|
@@ -605,6 +635,7 @@ class AppsClient:
|
|
|
605
635
|
delivery_id: int,
|
|
606
636
|
*,
|
|
607
637
|
headers: Optional[Mapping[str, str]] = None,
|
|
638
|
+
stream: bool = False,
|
|
608
639
|
) -> Response[
|
|
609
640
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
610
641
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -634,6 +665,7 @@ class AppsClient:
|
|
|
634
665
|
"POST",
|
|
635
666
|
url,
|
|
636
667
|
headers=exclude_unset(headers),
|
|
668
|
+
stream=stream,
|
|
637
669
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
638
670
|
error_models={
|
|
639
671
|
"400": BasicError,
|
|
@@ -647,6 +679,7 @@ class AppsClient:
|
|
|
647
679
|
per_page: Missing[int] = UNSET,
|
|
648
680
|
page: Missing[int] = UNSET,
|
|
649
681
|
headers: Optional[Mapping[str, str]] = None,
|
|
682
|
+
stream: bool = False,
|
|
650
683
|
) -> Response[
|
|
651
684
|
list[IntegrationInstallationRequest], list[IntegrationInstallationRequestType]
|
|
652
685
|
]:
|
|
@@ -675,6 +708,7 @@ class AppsClient:
|
|
|
675
708
|
url,
|
|
676
709
|
params=exclude_unset(params),
|
|
677
710
|
headers=exclude_unset(headers),
|
|
711
|
+
stream=stream,
|
|
678
712
|
response_model=list[IntegrationInstallationRequest],
|
|
679
713
|
error_models={
|
|
680
714
|
"401": BasicError,
|
|
@@ -687,6 +721,7 @@ class AppsClient:
|
|
|
687
721
|
per_page: Missing[int] = UNSET,
|
|
688
722
|
page: Missing[int] = UNSET,
|
|
689
723
|
headers: Optional[Mapping[str, str]] = None,
|
|
724
|
+
stream: bool = False,
|
|
690
725
|
) -> Response[
|
|
691
726
|
list[IntegrationInstallationRequest], list[IntegrationInstallationRequestType]
|
|
692
727
|
]:
|
|
@@ -715,6 +750,7 @@ class AppsClient:
|
|
|
715
750
|
url,
|
|
716
751
|
params=exclude_unset(params),
|
|
717
752
|
headers=exclude_unset(headers),
|
|
753
|
+
stream=stream,
|
|
718
754
|
response_model=list[IntegrationInstallationRequest],
|
|
719
755
|
error_models={
|
|
720
756
|
"401": BasicError,
|
|
@@ -729,6 +765,7 @@ class AppsClient:
|
|
|
729
765
|
since: Missing[datetime] = UNSET,
|
|
730
766
|
outdated: Missing[str] = UNSET,
|
|
731
767
|
headers: Optional[Mapping[str, str]] = None,
|
|
768
|
+
stream: bool = False,
|
|
732
769
|
) -> Response[list[Installation], list[InstallationType]]:
|
|
733
770
|
"""apps/list-installations
|
|
734
771
|
|
|
@@ -759,6 +796,7 @@ class AppsClient:
|
|
|
759
796
|
url,
|
|
760
797
|
params=exclude_unset(params),
|
|
761
798
|
headers=exclude_unset(headers),
|
|
799
|
+
stream=stream,
|
|
762
800
|
response_model=list[Installation],
|
|
763
801
|
)
|
|
764
802
|
|
|
@@ -770,6 +808,7 @@ class AppsClient:
|
|
|
770
808
|
since: Missing[datetime] = UNSET,
|
|
771
809
|
outdated: Missing[str] = UNSET,
|
|
772
810
|
headers: Optional[Mapping[str, str]] = None,
|
|
811
|
+
stream: bool = False,
|
|
773
812
|
) -> Response[list[Installation], list[InstallationType]]:
|
|
774
813
|
"""apps/list-installations
|
|
775
814
|
|
|
@@ -800,6 +839,7 @@ class AppsClient:
|
|
|
800
839
|
url,
|
|
801
840
|
params=exclude_unset(params),
|
|
802
841
|
headers=exclude_unset(headers),
|
|
842
|
+
stream=stream,
|
|
803
843
|
response_model=list[Installation],
|
|
804
844
|
)
|
|
805
845
|
|
|
@@ -808,6 +848,7 @@ class AppsClient:
|
|
|
808
848
|
installation_id: int,
|
|
809
849
|
*,
|
|
810
850
|
headers: Optional[Mapping[str, str]] = None,
|
|
851
|
+
stream: bool = False,
|
|
811
852
|
) -> Response[Installation, InstallationType]:
|
|
812
853
|
"""apps/get-installation
|
|
813
854
|
|
|
@@ -830,6 +871,7 @@ class AppsClient:
|
|
|
830
871
|
"GET",
|
|
831
872
|
url,
|
|
832
873
|
headers=exclude_unset(headers),
|
|
874
|
+
stream=stream,
|
|
833
875
|
response_model=Installation,
|
|
834
876
|
error_models={
|
|
835
877
|
"404": BasicError,
|
|
@@ -841,6 +883,7 @@ class AppsClient:
|
|
|
841
883
|
installation_id: int,
|
|
842
884
|
*,
|
|
843
885
|
headers: Optional[Mapping[str, str]] = None,
|
|
886
|
+
stream: bool = False,
|
|
844
887
|
) -> Response[Installation, InstallationType]:
|
|
845
888
|
"""apps/get-installation
|
|
846
889
|
|
|
@@ -863,6 +906,7 @@ class AppsClient:
|
|
|
863
906
|
"GET",
|
|
864
907
|
url,
|
|
865
908
|
headers=exclude_unset(headers),
|
|
909
|
+
stream=stream,
|
|
866
910
|
response_model=Installation,
|
|
867
911
|
error_models={
|
|
868
912
|
"404": BasicError,
|
|
@@ -874,6 +918,7 @@ class AppsClient:
|
|
|
874
918
|
installation_id: int,
|
|
875
919
|
*,
|
|
876
920
|
headers: Optional[Mapping[str, str]] = None,
|
|
921
|
+
stream: bool = False,
|
|
877
922
|
) -> Response:
|
|
878
923
|
"""apps/delete-installation
|
|
879
924
|
|
|
@@ -896,6 +941,7 @@ class AppsClient:
|
|
|
896
941
|
"DELETE",
|
|
897
942
|
url,
|
|
898
943
|
headers=exclude_unset(headers),
|
|
944
|
+
stream=stream,
|
|
899
945
|
error_models={
|
|
900
946
|
"404": BasicError,
|
|
901
947
|
},
|
|
@@ -906,6 +952,7 @@ class AppsClient:
|
|
|
906
952
|
installation_id: int,
|
|
907
953
|
*,
|
|
908
954
|
headers: Optional[Mapping[str, str]] = None,
|
|
955
|
+
stream: bool = False,
|
|
909
956
|
) -> Response:
|
|
910
957
|
"""apps/delete-installation
|
|
911
958
|
|
|
@@ -928,6 +975,7 @@ class AppsClient:
|
|
|
928
975
|
"DELETE",
|
|
929
976
|
url,
|
|
930
977
|
headers=exclude_unset(headers),
|
|
978
|
+
stream=stream,
|
|
931
979
|
error_models={
|
|
932
980
|
"404": BasicError,
|
|
933
981
|
},
|
|
@@ -939,6 +987,7 @@ class AppsClient:
|
|
|
939
987
|
installation_id: int,
|
|
940
988
|
*,
|
|
941
989
|
headers: Optional[Mapping[str, str]] = None,
|
|
990
|
+
stream: bool = False,
|
|
942
991
|
data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
|
|
943
992
|
) -> Response[InstallationToken, InstallationTokenType]: ...
|
|
944
993
|
|
|
@@ -949,6 +998,7 @@ class AppsClient:
|
|
|
949
998
|
*,
|
|
950
999
|
data: UnsetType = UNSET,
|
|
951
1000
|
headers: Optional[Mapping[str, str]] = None,
|
|
1001
|
+
stream: bool = False,
|
|
952
1002
|
repositories: Missing[list[str]] = UNSET,
|
|
953
1003
|
repository_ids: Missing[list[int]] = UNSET,
|
|
954
1004
|
permissions: Missing[AppPermissionsType] = UNSET,
|
|
@@ -959,6 +1009,7 @@ class AppsClient:
|
|
|
959
1009
|
installation_id: int,
|
|
960
1010
|
*,
|
|
961
1011
|
headers: Optional[Mapping[str, str]] = None,
|
|
1012
|
+
stream: bool = False,
|
|
962
1013
|
data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
|
|
963
1014
|
**kwargs,
|
|
964
1015
|
) -> Response[InstallationToken, InstallationTokenType]:
|
|
@@ -1004,6 +1055,7 @@ class AppsClient:
|
|
|
1004
1055
|
url,
|
|
1005
1056
|
json=exclude_unset(json),
|
|
1006
1057
|
headers=exclude_unset(headers),
|
|
1058
|
+
stream=stream,
|
|
1007
1059
|
response_model=InstallationToken,
|
|
1008
1060
|
error_models={
|
|
1009
1061
|
"403": BasicError,
|
|
@@ -1019,6 +1071,7 @@ class AppsClient:
|
|
|
1019
1071
|
installation_id: int,
|
|
1020
1072
|
*,
|
|
1021
1073
|
headers: Optional[Mapping[str, str]] = None,
|
|
1074
|
+
stream: bool = False,
|
|
1022
1075
|
data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
|
|
1023
1076
|
) -> Response[InstallationToken, InstallationTokenType]: ...
|
|
1024
1077
|
|
|
@@ -1029,6 +1082,7 @@ class AppsClient:
|
|
|
1029
1082
|
*,
|
|
1030
1083
|
data: UnsetType = UNSET,
|
|
1031
1084
|
headers: Optional[Mapping[str, str]] = None,
|
|
1085
|
+
stream: bool = False,
|
|
1032
1086
|
repositories: Missing[list[str]] = UNSET,
|
|
1033
1087
|
repository_ids: Missing[list[int]] = UNSET,
|
|
1034
1088
|
permissions: Missing[AppPermissionsType] = UNSET,
|
|
@@ -1039,6 +1093,7 @@ class AppsClient:
|
|
|
1039
1093
|
installation_id: int,
|
|
1040
1094
|
*,
|
|
1041
1095
|
headers: Optional[Mapping[str, str]] = None,
|
|
1096
|
+
stream: bool = False,
|
|
1042
1097
|
data: Missing[AppInstallationsInstallationIdAccessTokensPostBodyType] = UNSET,
|
|
1043
1098
|
**kwargs,
|
|
1044
1099
|
) -> Response[InstallationToken, InstallationTokenType]:
|
|
@@ -1084,6 +1139,7 @@ class AppsClient:
|
|
|
1084
1139
|
url,
|
|
1085
1140
|
json=exclude_unset(json),
|
|
1086
1141
|
headers=exclude_unset(headers),
|
|
1142
|
+
stream=stream,
|
|
1087
1143
|
response_model=InstallationToken,
|
|
1088
1144
|
error_models={
|
|
1089
1145
|
"403": BasicError,
|
|
@@ -1098,6 +1154,7 @@ class AppsClient:
|
|
|
1098
1154
|
installation_id: int,
|
|
1099
1155
|
*,
|
|
1100
1156
|
headers: Optional[Mapping[str, str]] = None,
|
|
1157
|
+
stream: bool = False,
|
|
1101
1158
|
) -> Response:
|
|
1102
1159
|
"""apps/suspend-installation
|
|
1103
1160
|
|
|
@@ -1120,6 +1177,7 @@ class AppsClient:
|
|
|
1120
1177
|
"PUT",
|
|
1121
1178
|
url,
|
|
1122
1179
|
headers=exclude_unset(headers),
|
|
1180
|
+
stream=stream,
|
|
1123
1181
|
error_models={
|
|
1124
1182
|
"404": BasicError,
|
|
1125
1183
|
},
|
|
@@ -1130,6 +1188,7 @@ class AppsClient:
|
|
|
1130
1188
|
installation_id: int,
|
|
1131
1189
|
*,
|
|
1132
1190
|
headers: Optional[Mapping[str, str]] = None,
|
|
1191
|
+
stream: bool = False,
|
|
1133
1192
|
) -> Response:
|
|
1134
1193
|
"""apps/suspend-installation
|
|
1135
1194
|
|
|
@@ -1152,6 +1211,7 @@ class AppsClient:
|
|
|
1152
1211
|
"PUT",
|
|
1153
1212
|
url,
|
|
1154
1213
|
headers=exclude_unset(headers),
|
|
1214
|
+
stream=stream,
|
|
1155
1215
|
error_models={
|
|
1156
1216
|
"404": BasicError,
|
|
1157
1217
|
},
|
|
@@ -1162,6 +1222,7 @@ class AppsClient:
|
|
|
1162
1222
|
installation_id: int,
|
|
1163
1223
|
*,
|
|
1164
1224
|
headers: Optional[Mapping[str, str]] = None,
|
|
1225
|
+
stream: bool = False,
|
|
1165
1226
|
) -> Response:
|
|
1166
1227
|
"""apps/unsuspend-installation
|
|
1167
1228
|
|
|
@@ -1184,6 +1245,7 @@ class AppsClient:
|
|
|
1184
1245
|
"DELETE",
|
|
1185
1246
|
url,
|
|
1186
1247
|
headers=exclude_unset(headers),
|
|
1248
|
+
stream=stream,
|
|
1187
1249
|
error_models={
|
|
1188
1250
|
"404": BasicError,
|
|
1189
1251
|
},
|
|
@@ -1194,6 +1256,7 @@ class AppsClient:
|
|
|
1194
1256
|
installation_id: int,
|
|
1195
1257
|
*,
|
|
1196
1258
|
headers: Optional[Mapping[str, str]] = None,
|
|
1259
|
+
stream: bool = False,
|
|
1197
1260
|
) -> Response:
|
|
1198
1261
|
"""apps/unsuspend-installation
|
|
1199
1262
|
|
|
@@ -1216,6 +1279,7 @@ class AppsClient:
|
|
|
1216
1279
|
"DELETE",
|
|
1217
1280
|
url,
|
|
1218
1281
|
headers=exclude_unset(headers),
|
|
1282
|
+
stream=stream,
|
|
1219
1283
|
error_models={
|
|
1220
1284
|
"404": BasicError,
|
|
1221
1285
|
},
|
|
@@ -1227,6 +1291,7 @@ class AppsClient:
|
|
|
1227
1291
|
client_id: str,
|
|
1228
1292
|
*,
|
|
1229
1293
|
headers: Optional[Mapping[str, str]] = None,
|
|
1294
|
+
stream: bool = False,
|
|
1230
1295
|
data: ApplicationsClientIdGrantDeleteBodyType,
|
|
1231
1296
|
) -> Response: ...
|
|
1232
1297
|
|
|
@@ -1237,6 +1302,7 @@ class AppsClient:
|
|
|
1237
1302
|
*,
|
|
1238
1303
|
data: UnsetType = UNSET,
|
|
1239
1304
|
headers: Optional[Mapping[str, str]] = None,
|
|
1305
|
+
stream: bool = False,
|
|
1240
1306
|
access_token: str,
|
|
1241
1307
|
) -> Response: ...
|
|
1242
1308
|
|
|
@@ -1245,6 +1311,7 @@ class AppsClient:
|
|
|
1245
1311
|
client_id: str,
|
|
1246
1312
|
*,
|
|
1247
1313
|
headers: Optional[Mapping[str, str]] = None,
|
|
1314
|
+
stream: bool = False,
|
|
1248
1315
|
data: Missing[ApplicationsClientIdGrantDeleteBodyType] = UNSET,
|
|
1249
1316
|
**kwargs,
|
|
1250
1317
|
) -> Response:
|
|
@@ -1278,6 +1345,7 @@ class AppsClient:
|
|
|
1278
1345
|
url,
|
|
1279
1346
|
json=exclude_unset(json),
|
|
1280
1347
|
headers=exclude_unset(headers),
|
|
1348
|
+
stream=stream,
|
|
1281
1349
|
error_models={
|
|
1282
1350
|
"422": ValidationError,
|
|
1283
1351
|
},
|
|
@@ -1289,6 +1357,7 @@ class AppsClient:
|
|
|
1289
1357
|
client_id: str,
|
|
1290
1358
|
*,
|
|
1291
1359
|
headers: Optional[Mapping[str, str]] = None,
|
|
1360
|
+
stream: bool = False,
|
|
1292
1361
|
data: ApplicationsClientIdGrantDeleteBodyType,
|
|
1293
1362
|
) -> Response: ...
|
|
1294
1363
|
|
|
@@ -1299,6 +1368,7 @@ class AppsClient:
|
|
|
1299
1368
|
*,
|
|
1300
1369
|
data: UnsetType = UNSET,
|
|
1301
1370
|
headers: Optional[Mapping[str, str]] = None,
|
|
1371
|
+
stream: bool = False,
|
|
1302
1372
|
access_token: str,
|
|
1303
1373
|
) -> Response: ...
|
|
1304
1374
|
|
|
@@ -1307,6 +1377,7 @@ class AppsClient:
|
|
|
1307
1377
|
client_id: str,
|
|
1308
1378
|
*,
|
|
1309
1379
|
headers: Optional[Mapping[str, str]] = None,
|
|
1380
|
+
stream: bool = False,
|
|
1310
1381
|
data: Missing[ApplicationsClientIdGrantDeleteBodyType] = UNSET,
|
|
1311
1382
|
**kwargs,
|
|
1312
1383
|
) -> Response:
|
|
@@ -1340,6 +1411,7 @@ class AppsClient:
|
|
|
1340
1411
|
url,
|
|
1341
1412
|
json=exclude_unset(json),
|
|
1342
1413
|
headers=exclude_unset(headers),
|
|
1414
|
+
stream=stream,
|
|
1343
1415
|
error_models={
|
|
1344
1416
|
"422": ValidationError,
|
|
1345
1417
|
},
|
|
@@ -1351,6 +1423,7 @@ class AppsClient:
|
|
|
1351
1423
|
client_id: str,
|
|
1352
1424
|
*,
|
|
1353
1425
|
headers: Optional[Mapping[str, str]] = None,
|
|
1426
|
+
stream: bool = False,
|
|
1354
1427
|
data: ApplicationsClientIdTokenPostBodyType,
|
|
1355
1428
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1356
1429
|
|
|
@@ -1361,6 +1434,7 @@ class AppsClient:
|
|
|
1361
1434
|
*,
|
|
1362
1435
|
data: UnsetType = UNSET,
|
|
1363
1436
|
headers: Optional[Mapping[str, str]] = None,
|
|
1437
|
+
stream: bool = False,
|
|
1364
1438
|
access_token: str,
|
|
1365
1439
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1366
1440
|
|
|
@@ -1369,6 +1443,7 @@ class AppsClient:
|
|
|
1369
1443
|
client_id: str,
|
|
1370
1444
|
*,
|
|
1371
1445
|
headers: Optional[Mapping[str, str]] = None,
|
|
1446
|
+
stream: bool = False,
|
|
1372
1447
|
data: Missing[ApplicationsClientIdTokenPostBodyType] = UNSET,
|
|
1373
1448
|
**kwargs,
|
|
1374
1449
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1406,6 +1481,7 @@ class AppsClient:
|
|
|
1406
1481
|
url,
|
|
1407
1482
|
json=exclude_unset(json),
|
|
1408
1483
|
headers=exclude_unset(headers),
|
|
1484
|
+
stream=stream,
|
|
1409
1485
|
response_model=Authorization,
|
|
1410
1486
|
error_models={
|
|
1411
1487
|
"422": ValidationError,
|
|
@@ -1419,6 +1495,7 @@ class AppsClient:
|
|
|
1419
1495
|
client_id: str,
|
|
1420
1496
|
*,
|
|
1421
1497
|
headers: Optional[Mapping[str, str]] = None,
|
|
1498
|
+
stream: bool = False,
|
|
1422
1499
|
data: ApplicationsClientIdTokenPostBodyType,
|
|
1423
1500
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1424
1501
|
|
|
@@ -1429,6 +1506,7 @@ class AppsClient:
|
|
|
1429
1506
|
*,
|
|
1430
1507
|
data: UnsetType = UNSET,
|
|
1431
1508
|
headers: Optional[Mapping[str, str]] = None,
|
|
1509
|
+
stream: bool = False,
|
|
1432
1510
|
access_token: str,
|
|
1433
1511
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1434
1512
|
|
|
@@ -1437,6 +1515,7 @@ class AppsClient:
|
|
|
1437
1515
|
client_id: str,
|
|
1438
1516
|
*,
|
|
1439
1517
|
headers: Optional[Mapping[str, str]] = None,
|
|
1518
|
+
stream: bool = False,
|
|
1440
1519
|
data: Missing[ApplicationsClientIdTokenPostBodyType] = UNSET,
|
|
1441
1520
|
**kwargs,
|
|
1442
1521
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1474,6 +1553,7 @@ class AppsClient:
|
|
|
1474
1553
|
url,
|
|
1475
1554
|
json=exclude_unset(json),
|
|
1476
1555
|
headers=exclude_unset(headers),
|
|
1556
|
+
stream=stream,
|
|
1477
1557
|
response_model=Authorization,
|
|
1478
1558
|
error_models={
|
|
1479
1559
|
"422": ValidationError,
|
|
@@ -1487,6 +1567,7 @@ class AppsClient:
|
|
|
1487
1567
|
client_id: str,
|
|
1488
1568
|
*,
|
|
1489
1569
|
headers: Optional[Mapping[str, str]] = None,
|
|
1570
|
+
stream: bool = False,
|
|
1490
1571
|
data: ApplicationsClientIdTokenDeleteBodyType,
|
|
1491
1572
|
) -> Response: ...
|
|
1492
1573
|
|
|
@@ -1497,6 +1578,7 @@ class AppsClient:
|
|
|
1497
1578
|
*,
|
|
1498
1579
|
data: UnsetType = UNSET,
|
|
1499
1580
|
headers: Optional[Mapping[str, str]] = None,
|
|
1581
|
+
stream: bool = False,
|
|
1500
1582
|
access_token: str,
|
|
1501
1583
|
) -> Response: ...
|
|
1502
1584
|
|
|
@@ -1505,6 +1587,7 @@ class AppsClient:
|
|
|
1505
1587
|
client_id: str,
|
|
1506
1588
|
*,
|
|
1507
1589
|
headers: Optional[Mapping[str, str]] = None,
|
|
1590
|
+
stream: bool = False,
|
|
1508
1591
|
data: Missing[ApplicationsClientIdTokenDeleteBodyType] = UNSET,
|
|
1509
1592
|
**kwargs,
|
|
1510
1593
|
) -> Response:
|
|
@@ -1537,6 +1620,7 @@ class AppsClient:
|
|
|
1537
1620
|
url,
|
|
1538
1621
|
json=exclude_unset(json),
|
|
1539
1622
|
headers=exclude_unset(headers),
|
|
1623
|
+
stream=stream,
|
|
1540
1624
|
error_models={
|
|
1541
1625
|
"422": ValidationError,
|
|
1542
1626
|
},
|
|
@@ -1548,6 +1632,7 @@ class AppsClient:
|
|
|
1548
1632
|
client_id: str,
|
|
1549
1633
|
*,
|
|
1550
1634
|
headers: Optional[Mapping[str, str]] = None,
|
|
1635
|
+
stream: bool = False,
|
|
1551
1636
|
data: ApplicationsClientIdTokenDeleteBodyType,
|
|
1552
1637
|
) -> Response: ...
|
|
1553
1638
|
|
|
@@ -1558,6 +1643,7 @@ class AppsClient:
|
|
|
1558
1643
|
*,
|
|
1559
1644
|
data: UnsetType = UNSET,
|
|
1560
1645
|
headers: Optional[Mapping[str, str]] = None,
|
|
1646
|
+
stream: bool = False,
|
|
1561
1647
|
access_token: str,
|
|
1562
1648
|
) -> Response: ...
|
|
1563
1649
|
|
|
@@ -1566,6 +1652,7 @@ class AppsClient:
|
|
|
1566
1652
|
client_id: str,
|
|
1567
1653
|
*,
|
|
1568
1654
|
headers: Optional[Mapping[str, str]] = None,
|
|
1655
|
+
stream: bool = False,
|
|
1569
1656
|
data: Missing[ApplicationsClientIdTokenDeleteBodyType] = UNSET,
|
|
1570
1657
|
**kwargs,
|
|
1571
1658
|
) -> Response:
|
|
@@ -1598,6 +1685,7 @@ class AppsClient:
|
|
|
1598
1685
|
url,
|
|
1599
1686
|
json=exclude_unset(json),
|
|
1600
1687
|
headers=exclude_unset(headers),
|
|
1688
|
+
stream=stream,
|
|
1601
1689
|
error_models={
|
|
1602
1690
|
"422": ValidationError,
|
|
1603
1691
|
},
|
|
@@ -1609,6 +1697,7 @@ class AppsClient:
|
|
|
1609
1697
|
client_id: str,
|
|
1610
1698
|
*,
|
|
1611
1699
|
headers: Optional[Mapping[str, str]] = None,
|
|
1700
|
+
stream: bool = False,
|
|
1612
1701
|
data: ApplicationsClientIdTokenPatchBodyType,
|
|
1613
1702
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1614
1703
|
|
|
@@ -1619,6 +1708,7 @@ class AppsClient:
|
|
|
1619
1708
|
*,
|
|
1620
1709
|
data: UnsetType = UNSET,
|
|
1621
1710
|
headers: Optional[Mapping[str, str]] = None,
|
|
1711
|
+
stream: bool = False,
|
|
1622
1712
|
access_token: str,
|
|
1623
1713
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1624
1714
|
|
|
@@ -1627,6 +1717,7 @@ class AppsClient:
|
|
|
1627
1717
|
client_id: str,
|
|
1628
1718
|
*,
|
|
1629
1719
|
headers: Optional[Mapping[str, str]] = None,
|
|
1720
|
+
stream: bool = False,
|
|
1630
1721
|
data: Missing[ApplicationsClientIdTokenPatchBodyType] = UNSET,
|
|
1631
1722
|
**kwargs,
|
|
1632
1723
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1663,6 +1754,7 @@ class AppsClient:
|
|
|
1663
1754
|
url,
|
|
1664
1755
|
json=exclude_unset(json),
|
|
1665
1756
|
headers=exclude_unset(headers),
|
|
1757
|
+
stream=stream,
|
|
1666
1758
|
response_model=Authorization,
|
|
1667
1759
|
error_models={
|
|
1668
1760
|
"422": ValidationError,
|
|
@@ -1675,6 +1767,7 @@ class AppsClient:
|
|
|
1675
1767
|
client_id: str,
|
|
1676
1768
|
*,
|
|
1677
1769
|
headers: Optional[Mapping[str, str]] = None,
|
|
1770
|
+
stream: bool = False,
|
|
1678
1771
|
data: ApplicationsClientIdTokenPatchBodyType,
|
|
1679
1772
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1680
1773
|
|
|
@@ -1685,6 +1778,7 @@ class AppsClient:
|
|
|
1685
1778
|
*,
|
|
1686
1779
|
data: UnsetType = UNSET,
|
|
1687
1780
|
headers: Optional[Mapping[str, str]] = None,
|
|
1781
|
+
stream: bool = False,
|
|
1688
1782
|
access_token: str,
|
|
1689
1783
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1690
1784
|
|
|
@@ -1693,6 +1787,7 @@ class AppsClient:
|
|
|
1693
1787
|
client_id: str,
|
|
1694
1788
|
*,
|
|
1695
1789
|
headers: Optional[Mapping[str, str]] = None,
|
|
1790
|
+
stream: bool = False,
|
|
1696
1791
|
data: Missing[ApplicationsClientIdTokenPatchBodyType] = UNSET,
|
|
1697
1792
|
**kwargs,
|
|
1698
1793
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1729,6 +1824,7 @@ class AppsClient:
|
|
|
1729
1824
|
url,
|
|
1730
1825
|
json=exclude_unset(json),
|
|
1731
1826
|
headers=exclude_unset(headers),
|
|
1827
|
+
stream=stream,
|
|
1732
1828
|
response_model=Authorization,
|
|
1733
1829
|
error_models={
|
|
1734
1830
|
"422": ValidationError,
|
|
@@ -1741,6 +1837,7 @@ class AppsClient:
|
|
|
1741
1837
|
client_id: str,
|
|
1742
1838
|
*,
|
|
1743
1839
|
headers: Optional[Mapping[str, str]] = None,
|
|
1840
|
+
stream: bool = False,
|
|
1744
1841
|
data: ApplicationsClientIdTokenScopedPostBodyType,
|
|
1745
1842
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1746
1843
|
|
|
@@ -1751,6 +1848,7 @@ class AppsClient:
|
|
|
1751
1848
|
*,
|
|
1752
1849
|
data: UnsetType = UNSET,
|
|
1753
1850
|
headers: Optional[Mapping[str, str]] = None,
|
|
1851
|
+
stream: bool = False,
|
|
1754
1852
|
access_token: str,
|
|
1755
1853
|
target: Missing[str] = UNSET,
|
|
1756
1854
|
target_id: Missing[int] = UNSET,
|
|
@@ -1764,6 +1862,7 @@ class AppsClient:
|
|
|
1764
1862
|
client_id: str,
|
|
1765
1863
|
*,
|
|
1766
1864
|
headers: Optional[Mapping[str, str]] = None,
|
|
1865
|
+
stream: bool = False,
|
|
1767
1866
|
data: Missing[ApplicationsClientIdTokenScopedPostBodyType] = UNSET,
|
|
1768
1867
|
**kwargs,
|
|
1769
1868
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1805,6 +1904,7 @@ class AppsClient:
|
|
|
1805
1904
|
url,
|
|
1806
1905
|
json=exclude_unset(json),
|
|
1807
1906
|
headers=exclude_unset(headers),
|
|
1907
|
+
stream=stream,
|
|
1808
1908
|
response_model=Authorization,
|
|
1809
1909
|
error_models={
|
|
1810
1910
|
"401": BasicError,
|
|
@@ -1820,6 +1920,7 @@ class AppsClient:
|
|
|
1820
1920
|
client_id: str,
|
|
1821
1921
|
*,
|
|
1822
1922
|
headers: Optional[Mapping[str, str]] = None,
|
|
1923
|
+
stream: bool = False,
|
|
1823
1924
|
data: ApplicationsClientIdTokenScopedPostBodyType,
|
|
1824
1925
|
) -> Response[Authorization, AuthorizationType]: ...
|
|
1825
1926
|
|
|
@@ -1830,6 +1931,7 @@ class AppsClient:
|
|
|
1830
1931
|
*,
|
|
1831
1932
|
data: UnsetType = UNSET,
|
|
1832
1933
|
headers: Optional[Mapping[str, str]] = None,
|
|
1934
|
+
stream: bool = False,
|
|
1833
1935
|
access_token: str,
|
|
1834
1936
|
target: Missing[str] = UNSET,
|
|
1835
1937
|
target_id: Missing[int] = UNSET,
|
|
@@ -1843,6 +1945,7 @@ class AppsClient:
|
|
|
1843
1945
|
client_id: str,
|
|
1844
1946
|
*,
|
|
1845
1947
|
headers: Optional[Mapping[str, str]] = None,
|
|
1948
|
+
stream: bool = False,
|
|
1846
1949
|
data: Missing[ApplicationsClientIdTokenScopedPostBodyType] = UNSET,
|
|
1847
1950
|
**kwargs,
|
|
1848
1951
|
) -> Response[Authorization, AuthorizationType]:
|
|
@@ -1884,6 +1987,7 @@ class AppsClient:
|
|
|
1884
1987
|
url,
|
|
1885
1988
|
json=exclude_unset(json),
|
|
1886
1989
|
headers=exclude_unset(headers),
|
|
1990
|
+
stream=stream,
|
|
1887
1991
|
response_model=Authorization,
|
|
1888
1992
|
error_models={
|
|
1889
1993
|
"401": BasicError,
|
|
@@ -1898,6 +2002,7 @@ class AppsClient:
|
|
|
1898
2002
|
app_slug: str,
|
|
1899
2003
|
*,
|
|
1900
2004
|
headers: Optional[Mapping[str, str]] = None,
|
|
2005
|
+
stream: bool = False,
|
|
1901
2006
|
) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
|
|
1902
2007
|
"""apps/get-by-slug
|
|
1903
2008
|
|
|
@@ -1921,6 +2026,7 @@ class AppsClient:
|
|
|
1921
2026
|
"GET",
|
|
1922
2027
|
url,
|
|
1923
2028
|
headers=exclude_unset(headers),
|
|
2029
|
+
stream=stream,
|
|
1924
2030
|
response_model=Union[Integration, None],
|
|
1925
2031
|
error_models={
|
|
1926
2032
|
"403": BasicError,
|
|
@@ -1933,6 +2039,7 @@ class AppsClient:
|
|
|
1933
2039
|
app_slug: str,
|
|
1934
2040
|
*,
|
|
1935
2041
|
headers: Optional[Mapping[str, str]] = None,
|
|
2042
|
+
stream: bool = False,
|
|
1936
2043
|
) -> Response[Union[Integration, None], Union[IntegrationType, None]]:
|
|
1937
2044
|
"""apps/get-by-slug
|
|
1938
2045
|
|
|
@@ -1956,6 +2063,7 @@ class AppsClient:
|
|
|
1956
2063
|
"GET",
|
|
1957
2064
|
url,
|
|
1958
2065
|
headers=exclude_unset(headers),
|
|
2066
|
+
stream=stream,
|
|
1959
2067
|
response_model=Union[Integration, None],
|
|
1960
2068
|
error_models={
|
|
1961
2069
|
"403": BasicError,
|
|
@@ -1969,6 +2077,7 @@ class AppsClient:
|
|
|
1969
2077
|
per_page: Missing[int] = UNSET,
|
|
1970
2078
|
page: Missing[int] = UNSET,
|
|
1971
2079
|
headers: Optional[Mapping[str, str]] = None,
|
|
2080
|
+
stream: bool = False,
|
|
1972
2081
|
) -> Response[
|
|
1973
2082
|
InstallationRepositoriesGetResponse200,
|
|
1974
2083
|
InstallationRepositoriesGetResponse200Type,
|
|
@@ -1998,6 +2107,7 @@ class AppsClient:
|
|
|
1998
2107
|
url,
|
|
1999
2108
|
params=exclude_unset(params),
|
|
2000
2109
|
headers=exclude_unset(headers),
|
|
2110
|
+
stream=stream,
|
|
2001
2111
|
response_model=InstallationRepositoriesGetResponse200,
|
|
2002
2112
|
error_models={
|
|
2003
2113
|
"403": BasicError,
|
|
@@ -2011,6 +2121,7 @@ class AppsClient:
|
|
|
2011
2121
|
per_page: Missing[int] = UNSET,
|
|
2012
2122
|
page: Missing[int] = UNSET,
|
|
2013
2123
|
headers: Optional[Mapping[str, str]] = None,
|
|
2124
|
+
stream: bool = False,
|
|
2014
2125
|
) -> Response[
|
|
2015
2126
|
InstallationRepositoriesGetResponse200,
|
|
2016
2127
|
InstallationRepositoriesGetResponse200Type,
|
|
@@ -2040,6 +2151,7 @@ class AppsClient:
|
|
|
2040
2151
|
url,
|
|
2041
2152
|
params=exclude_unset(params),
|
|
2042
2153
|
headers=exclude_unset(headers),
|
|
2154
|
+
stream=stream,
|
|
2043
2155
|
response_model=InstallationRepositoriesGetResponse200,
|
|
2044
2156
|
error_models={
|
|
2045
2157
|
"403": BasicError,
|
|
@@ -2051,6 +2163,7 @@ class AppsClient:
|
|
|
2051
2163
|
self,
|
|
2052
2164
|
*,
|
|
2053
2165
|
headers: Optional[Mapping[str, str]] = None,
|
|
2166
|
+
stream: bool = False,
|
|
2054
2167
|
) -> Response:
|
|
2055
2168
|
"""apps/revoke-installation-access-token
|
|
2056
2169
|
|
|
@@ -2071,12 +2184,14 @@ class AppsClient:
|
|
|
2071
2184
|
"DELETE",
|
|
2072
2185
|
url,
|
|
2073
2186
|
headers=exclude_unset(headers),
|
|
2187
|
+
stream=stream,
|
|
2074
2188
|
)
|
|
2075
2189
|
|
|
2076
2190
|
async def async_revoke_installation_access_token(
|
|
2077
2191
|
self,
|
|
2078
2192
|
*,
|
|
2079
2193
|
headers: Optional[Mapping[str, str]] = None,
|
|
2194
|
+
stream: bool = False,
|
|
2080
2195
|
) -> Response:
|
|
2081
2196
|
"""apps/revoke-installation-access-token
|
|
2082
2197
|
|
|
@@ -2097,6 +2212,7 @@ class AppsClient:
|
|
|
2097
2212
|
"DELETE",
|
|
2098
2213
|
url,
|
|
2099
2214
|
headers=exclude_unset(headers),
|
|
2215
|
+
stream=stream,
|
|
2100
2216
|
)
|
|
2101
2217
|
|
|
2102
2218
|
def get_subscription_plan_for_account(
|
|
@@ -2104,6 +2220,7 @@ class AppsClient:
|
|
|
2104
2220
|
account_id: int,
|
|
2105
2221
|
*,
|
|
2106
2222
|
headers: Optional[Mapping[str, str]] = None,
|
|
2223
|
+
stream: bool = False,
|
|
2107
2224
|
) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
|
|
2108
2225
|
"""apps/get-subscription-plan-for-account
|
|
2109
2226
|
|
|
@@ -2126,6 +2243,7 @@ class AppsClient:
|
|
|
2126
2243
|
"GET",
|
|
2127
2244
|
url,
|
|
2128
2245
|
headers=exclude_unset(headers),
|
|
2246
|
+
stream=stream,
|
|
2129
2247
|
response_model=MarketplacePurchase,
|
|
2130
2248
|
error_models={
|
|
2131
2249
|
"404": BasicError,
|
|
@@ -2138,6 +2256,7 @@ class AppsClient:
|
|
|
2138
2256
|
account_id: int,
|
|
2139
2257
|
*,
|
|
2140
2258
|
headers: Optional[Mapping[str, str]] = None,
|
|
2259
|
+
stream: bool = False,
|
|
2141
2260
|
) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
|
|
2142
2261
|
"""apps/get-subscription-plan-for-account
|
|
2143
2262
|
|
|
@@ -2160,6 +2279,7 @@ class AppsClient:
|
|
|
2160
2279
|
"GET",
|
|
2161
2280
|
url,
|
|
2162
2281
|
headers=exclude_unset(headers),
|
|
2282
|
+
stream=stream,
|
|
2163
2283
|
response_model=MarketplacePurchase,
|
|
2164
2284
|
error_models={
|
|
2165
2285
|
"404": BasicError,
|
|
@@ -2173,6 +2293,7 @@ class AppsClient:
|
|
|
2173
2293
|
per_page: Missing[int] = UNSET,
|
|
2174
2294
|
page: Missing[int] = UNSET,
|
|
2175
2295
|
headers: Optional[Mapping[str, str]] = None,
|
|
2296
|
+
stream: bool = False,
|
|
2176
2297
|
) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
|
|
2177
2298
|
"""apps/list-plans
|
|
2178
2299
|
|
|
@@ -2201,6 +2322,7 @@ class AppsClient:
|
|
|
2201
2322
|
url,
|
|
2202
2323
|
params=exclude_unset(params),
|
|
2203
2324
|
headers=exclude_unset(headers),
|
|
2325
|
+
stream=stream,
|
|
2204
2326
|
response_model=list[MarketplaceListingPlan],
|
|
2205
2327
|
error_models={
|
|
2206
2328
|
"404": BasicError,
|
|
@@ -2214,6 +2336,7 @@ class AppsClient:
|
|
|
2214
2336
|
per_page: Missing[int] = UNSET,
|
|
2215
2337
|
page: Missing[int] = UNSET,
|
|
2216
2338
|
headers: Optional[Mapping[str, str]] = None,
|
|
2339
|
+
stream: bool = False,
|
|
2217
2340
|
) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
|
|
2218
2341
|
"""apps/list-plans
|
|
2219
2342
|
|
|
@@ -2242,6 +2365,7 @@ class AppsClient:
|
|
|
2242
2365
|
url,
|
|
2243
2366
|
params=exclude_unset(params),
|
|
2244
2367
|
headers=exclude_unset(headers),
|
|
2368
|
+
stream=stream,
|
|
2245
2369
|
response_model=list[MarketplaceListingPlan],
|
|
2246
2370
|
error_models={
|
|
2247
2371
|
"404": BasicError,
|
|
@@ -2258,6 +2382,7 @@ class AppsClient:
|
|
|
2258
2382
|
per_page: Missing[int] = UNSET,
|
|
2259
2383
|
page: Missing[int] = UNSET,
|
|
2260
2384
|
headers: Optional[Mapping[str, str]] = None,
|
|
2385
|
+
stream: bool = False,
|
|
2261
2386
|
) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
|
|
2262
2387
|
"""apps/list-accounts-for-plan
|
|
2263
2388
|
|
|
@@ -2288,6 +2413,7 @@ class AppsClient:
|
|
|
2288
2413
|
url,
|
|
2289
2414
|
params=exclude_unset(params),
|
|
2290
2415
|
headers=exclude_unset(headers),
|
|
2416
|
+
stream=stream,
|
|
2291
2417
|
response_model=list[MarketplacePurchase],
|
|
2292
2418
|
error_models={
|
|
2293
2419
|
"404": BasicError,
|
|
@@ -2305,6 +2431,7 @@ class AppsClient:
|
|
|
2305
2431
|
per_page: Missing[int] = UNSET,
|
|
2306
2432
|
page: Missing[int] = UNSET,
|
|
2307
2433
|
headers: Optional[Mapping[str, str]] = None,
|
|
2434
|
+
stream: bool = False,
|
|
2308
2435
|
) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
|
|
2309
2436
|
"""apps/list-accounts-for-plan
|
|
2310
2437
|
|
|
@@ -2335,6 +2462,7 @@ class AppsClient:
|
|
|
2335
2462
|
url,
|
|
2336
2463
|
params=exclude_unset(params),
|
|
2337
2464
|
headers=exclude_unset(headers),
|
|
2465
|
+
stream=stream,
|
|
2338
2466
|
response_model=list[MarketplacePurchase],
|
|
2339
2467
|
error_models={
|
|
2340
2468
|
"404": BasicError,
|
|
@@ -2348,6 +2476,7 @@ class AppsClient:
|
|
|
2348
2476
|
account_id: int,
|
|
2349
2477
|
*,
|
|
2350
2478
|
headers: Optional[Mapping[str, str]] = None,
|
|
2479
|
+
stream: bool = False,
|
|
2351
2480
|
) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
|
|
2352
2481
|
"""apps/get-subscription-plan-for-account-stubbed
|
|
2353
2482
|
|
|
@@ -2370,6 +2499,7 @@ class AppsClient:
|
|
|
2370
2499
|
"GET",
|
|
2371
2500
|
url,
|
|
2372
2501
|
headers=exclude_unset(headers),
|
|
2502
|
+
stream=stream,
|
|
2373
2503
|
response_model=MarketplacePurchase,
|
|
2374
2504
|
error_models={
|
|
2375
2505
|
"401": BasicError,
|
|
@@ -2381,6 +2511,7 @@ class AppsClient:
|
|
|
2381
2511
|
account_id: int,
|
|
2382
2512
|
*,
|
|
2383
2513
|
headers: Optional[Mapping[str, str]] = None,
|
|
2514
|
+
stream: bool = False,
|
|
2384
2515
|
) -> Response[MarketplacePurchase, MarketplacePurchaseType]:
|
|
2385
2516
|
"""apps/get-subscription-plan-for-account-stubbed
|
|
2386
2517
|
|
|
@@ -2403,6 +2534,7 @@ class AppsClient:
|
|
|
2403
2534
|
"GET",
|
|
2404
2535
|
url,
|
|
2405
2536
|
headers=exclude_unset(headers),
|
|
2537
|
+
stream=stream,
|
|
2406
2538
|
response_model=MarketplacePurchase,
|
|
2407
2539
|
error_models={
|
|
2408
2540
|
"401": BasicError,
|
|
@@ -2415,6 +2547,7 @@ class AppsClient:
|
|
|
2415
2547
|
per_page: Missing[int] = UNSET,
|
|
2416
2548
|
page: Missing[int] = UNSET,
|
|
2417
2549
|
headers: Optional[Mapping[str, str]] = None,
|
|
2550
|
+
stream: bool = False,
|
|
2418
2551
|
) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
|
|
2419
2552
|
"""apps/list-plans-stubbed
|
|
2420
2553
|
|
|
@@ -2443,6 +2576,7 @@ class AppsClient:
|
|
|
2443
2576
|
url,
|
|
2444
2577
|
params=exclude_unset(params),
|
|
2445
2578
|
headers=exclude_unset(headers),
|
|
2579
|
+
stream=stream,
|
|
2446
2580
|
response_model=list[MarketplaceListingPlan],
|
|
2447
2581
|
error_models={
|
|
2448
2582
|
"401": BasicError,
|
|
@@ -2455,6 +2589,7 @@ class AppsClient:
|
|
|
2455
2589
|
per_page: Missing[int] = UNSET,
|
|
2456
2590
|
page: Missing[int] = UNSET,
|
|
2457
2591
|
headers: Optional[Mapping[str, str]] = None,
|
|
2592
|
+
stream: bool = False,
|
|
2458
2593
|
) -> Response[list[MarketplaceListingPlan], list[MarketplaceListingPlanType]]:
|
|
2459
2594
|
"""apps/list-plans-stubbed
|
|
2460
2595
|
|
|
@@ -2483,6 +2618,7 @@ class AppsClient:
|
|
|
2483
2618
|
url,
|
|
2484
2619
|
params=exclude_unset(params),
|
|
2485
2620
|
headers=exclude_unset(headers),
|
|
2621
|
+
stream=stream,
|
|
2486
2622
|
response_model=list[MarketplaceListingPlan],
|
|
2487
2623
|
error_models={
|
|
2488
2624
|
"401": BasicError,
|
|
@@ -2498,6 +2634,7 @@ class AppsClient:
|
|
|
2498
2634
|
per_page: Missing[int] = UNSET,
|
|
2499
2635
|
page: Missing[int] = UNSET,
|
|
2500
2636
|
headers: Optional[Mapping[str, str]] = None,
|
|
2637
|
+
stream: bool = False,
|
|
2501
2638
|
) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
|
|
2502
2639
|
"""apps/list-accounts-for-plan-stubbed
|
|
2503
2640
|
|
|
@@ -2528,6 +2665,7 @@ class AppsClient:
|
|
|
2528
2665
|
url,
|
|
2529
2666
|
params=exclude_unset(params),
|
|
2530
2667
|
headers=exclude_unset(headers),
|
|
2668
|
+
stream=stream,
|
|
2531
2669
|
response_model=list[MarketplacePurchase],
|
|
2532
2670
|
error_models={
|
|
2533
2671
|
"401": BasicError,
|
|
@@ -2543,6 +2681,7 @@ class AppsClient:
|
|
|
2543
2681
|
per_page: Missing[int] = UNSET,
|
|
2544
2682
|
page: Missing[int] = UNSET,
|
|
2545
2683
|
headers: Optional[Mapping[str, str]] = None,
|
|
2684
|
+
stream: bool = False,
|
|
2546
2685
|
) -> Response[list[MarketplacePurchase], list[MarketplacePurchaseType]]:
|
|
2547
2686
|
"""apps/list-accounts-for-plan-stubbed
|
|
2548
2687
|
|
|
@@ -2573,6 +2712,7 @@ class AppsClient:
|
|
|
2573
2712
|
url,
|
|
2574
2713
|
params=exclude_unset(params),
|
|
2575
2714
|
headers=exclude_unset(headers),
|
|
2715
|
+
stream=stream,
|
|
2576
2716
|
response_model=list[MarketplacePurchase],
|
|
2577
2717
|
error_models={
|
|
2578
2718
|
"401": BasicError,
|
|
@@ -2584,6 +2724,7 @@ class AppsClient:
|
|
|
2584
2724
|
org: str,
|
|
2585
2725
|
*,
|
|
2586
2726
|
headers: Optional[Mapping[str, str]] = None,
|
|
2727
|
+
stream: bool = False,
|
|
2587
2728
|
) -> Response[Installation, InstallationType]:
|
|
2588
2729
|
"""apps/get-org-installation
|
|
2589
2730
|
|
|
@@ -2606,6 +2747,7 @@ class AppsClient:
|
|
|
2606
2747
|
"GET",
|
|
2607
2748
|
url,
|
|
2608
2749
|
headers=exclude_unset(headers),
|
|
2750
|
+
stream=stream,
|
|
2609
2751
|
response_model=Installation,
|
|
2610
2752
|
)
|
|
2611
2753
|
|
|
@@ -2614,6 +2756,7 @@ class AppsClient:
|
|
|
2614
2756
|
org: str,
|
|
2615
2757
|
*,
|
|
2616
2758
|
headers: Optional[Mapping[str, str]] = None,
|
|
2759
|
+
stream: bool = False,
|
|
2617
2760
|
) -> Response[Installation, InstallationType]:
|
|
2618
2761
|
"""apps/get-org-installation
|
|
2619
2762
|
|
|
@@ -2636,6 +2779,7 @@ class AppsClient:
|
|
|
2636
2779
|
"GET",
|
|
2637
2780
|
url,
|
|
2638
2781
|
headers=exclude_unset(headers),
|
|
2782
|
+
stream=stream,
|
|
2639
2783
|
response_model=Installation,
|
|
2640
2784
|
)
|
|
2641
2785
|
|
|
@@ -2645,6 +2789,7 @@ class AppsClient:
|
|
|
2645
2789
|
repo: str,
|
|
2646
2790
|
*,
|
|
2647
2791
|
headers: Optional[Mapping[str, str]] = None,
|
|
2792
|
+
stream: bool = False,
|
|
2648
2793
|
) -> Response[Installation, InstallationType]:
|
|
2649
2794
|
"""apps/get-repo-installation
|
|
2650
2795
|
|
|
@@ -2667,6 +2812,7 @@ class AppsClient:
|
|
|
2667
2812
|
"GET",
|
|
2668
2813
|
url,
|
|
2669
2814
|
headers=exclude_unset(headers),
|
|
2815
|
+
stream=stream,
|
|
2670
2816
|
response_model=Installation,
|
|
2671
2817
|
error_models={
|
|
2672
2818
|
"404": BasicError,
|
|
@@ -2679,6 +2825,7 @@ class AppsClient:
|
|
|
2679
2825
|
repo: str,
|
|
2680
2826
|
*,
|
|
2681
2827
|
headers: Optional[Mapping[str, str]] = None,
|
|
2828
|
+
stream: bool = False,
|
|
2682
2829
|
) -> Response[Installation, InstallationType]:
|
|
2683
2830
|
"""apps/get-repo-installation
|
|
2684
2831
|
|
|
@@ -2701,6 +2848,7 @@ class AppsClient:
|
|
|
2701
2848
|
"GET",
|
|
2702
2849
|
url,
|
|
2703
2850
|
headers=exclude_unset(headers),
|
|
2851
|
+
stream=stream,
|
|
2704
2852
|
response_model=Installation,
|
|
2705
2853
|
error_models={
|
|
2706
2854
|
"404": BasicError,
|
|
@@ -2713,6 +2861,7 @@ class AppsClient:
|
|
|
2713
2861
|
per_page: Missing[int] = UNSET,
|
|
2714
2862
|
page: Missing[int] = UNSET,
|
|
2715
2863
|
headers: Optional[Mapping[str, str]] = None,
|
|
2864
|
+
stream: bool = False,
|
|
2716
2865
|
) -> Response[UserInstallationsGetResponse200, UserInstallationsGetResponse200Type]:
|
|
2717
2866
|
"""apps/list-installations-for-authenticated-user
|
|
2718
2867
|
|
|
@@ -2743,6 +2892,7 @@ class AppsClient:
|
|
|
2743
2892
|
url,
|
|
2744
2893
|
params=exclude_unset(params),
|
|
2745
2894
|
headers=exclude_unset(headers),
|
|
2895
|
+
stream=stream,
|
|
2746
2896
|
response_model=UserInstallationsGetResponse200,
|
|
2747
2897
|
error_models={
|
|
2748
2898
|
"403": BasicError,
|
|
@@ -2756,6 +2906,7 @@ class AppsClient:
|
|
|
2756
2906
|
per_page: Missing[int] = UNSET,
|
|
2757
2907
|
page: Missing[int] = UNSET,
|
|
2758
2908
|
headers: Optional[Mapping[str, str]] = None,
|
|
2909
|
+
stream: bool = False,
|
|
2759
2910
|
) -> Response[UserInstallationsGetResponse200, UserInstallationsGetResponse200Type]:
|
|
2760
2911
|
"""apps/list-installations-for-authenticated-user
|
|
2761
2912
|
|
|
@@ -2786,6 +2937,7 @@ class AppsClient:
|
|
|
2786
2937
|
url,
|
|
2787
2938
|
params=exclude_unset(params),
|
|
2788
2939
|
headers=exclude_unset(headers),
|
|
2940
|
+
stream=stream,
|
|
2789
2941
|
response_model=UserInstallationsGetResponse200,
|
|
2790
2942
|
error_models={
|
|
2791
2943
|
"403": BasicError,
|
|
@@ -2800,6 +2952,7 @@ class AppsClient:
|
|
|
2800
2952
|
per_page: Missing[int] = UNSET,
|
|
2801
2953
|
page: Missing[int] = UNSET,
|
|
2802
2954
|
headers: Optional[Mapping[str, str]] = None,
|
|
2955
|
+
stream: bool = False,
|
|
2803
2956
|
) -> Response[
|
|
2804
2957
|
UserInstallationsInstallationIdRepositoriesGetResponse200,
|
|
2805
2958
|
UserInstallationsInstallationIdRepositoriesGetResponse200Type,
|
|
@@ -2836,6 +2989,7 @@ class AppsClient:
|
|
|
2836
2989
|
url,
|
|
2837
2990
|
params=exclude_unset(params),
|
|
2838
2991
|
headers=exclude_unset(headers),
|
|
2992
|
+
stream=stream,
|
|
2839
2993
|
response_model=UserInstallationsInstallationIdRepositoriesGetResponse200,
|
|
2840
2994
|
error_models={
|
|
2841
2995
|
"404": BasicError,
|
|
@@ -2850,6 +3004,7 @@ class AppsClient:
|
|
|
2850
3004
|
per_page: Missing[int] = UNSET,
|
|
2851
3005
|
page: Missing[int] = UNSET,
|
|
2852
3006
|
headers: Optional[Mapping[str, str]] = None,
|
|
3007
|
+
stream: bool = False,
|
|
2853
3008
|
) -> Response[
|
|
2854
3009
|
UserInstallationsInstallationIdRepositoriesGetResponse200,
|
|
2855
3010
|
UserInstallationsInstallationIdRepositoriesGetResponse200Type,
|
|
@@ -2886,6 +3041,7 @@ class AppsClient:
|
|
|
2886
3041
|
url,
|
|
2887
3042
|
params=exclude_unset(params),
|
|
2888
3043
|
headers=exclude_unset(headers),
|
|
3044
|
+
stream=stream,
|
|
2889
3045
|
response_model=UserInstallationsInstallationIdRepositoriesGetResponse200,
|
|
2890
3046
|
error_models={
|
|
2891
3047
|
"404": BasicError,
|
|
@@ -2899,6 +3055,7 @@ class AppsClient:
|
|
|
2899
3055
|
repository_id: int,
|
|
2900
3056
|
*,
|
|
2901
3057
|
headers: Optional[Mapping[str, str]] = None,
|
|
3058
|
+
stream: bool = False,
|
|
2902
3059
|
) -> Response:
|
|
2903
3060
|
"""apps/add-repo-to-installation-for-authenticated-user
|
|
2904
3061
|
|
|
@@ -2921,6 +3078,7 @@ class AppsClient:
|
|
|
2921
3078
|
"PUT",
|
|
2922
3079
|
url,
|
|
2923
3080
|
headers=exclude_unset(headers),
|
|
3081
|
+
stream=stream,
|
|
2924
3082
|
error_models={
|
|
2925
3083
|
"403": BasicError,
|
|
2926
3084
|
"404": BasicError,
|
|
@@ -2933,6 +3091,7 @@ class AppsClient:
|
|
|
2933
3091
|
repository_id: int,
|
|
2934
3092
|
*,
|
|
2935
3093
|
headers: Optional[Mapping[str, str]] = None,
|
|
3094
|
+
stream: bool = False,
|
|
2936
3095
|
) -> Response:
|
|
2937
3096
|
"""apps/add-repo-to-installation-for-authenticated-user
|
|
2938
3097
|
|
|
@@ -2955,6 +3114,7 @@ class AppsClient:
|
|
|
2955
3114
|
"PUT",
|
|
2956
3115
|
url,
|
|
2957
3116
|
headers=exclude_unset(headers),
|
|
3117
|
+
stream=stream,
|
|
2958
3118
|
error_models={
|
|
2959
3119
|
"403": BasicError,
|
|
2960
3120
|
"404": BasicError,
|
|
@@ -2967,6 +3127,7 @@ class AppsClient:
|
|
|
2967
3127
|
repository_id: int,
|
|
2968
3128
|
*,
|
|
2969
3129
|
headers: Optional[Mapping[str, str]] = None,
|
|
3130
|
+
stream: bool = False,
|
|
2970
3131
|
) -> Response:
|
|
2971
3132
|
"""apps/remove-repo-from-installation-for-authenticated-user
|
|
2972
3133
|
|
|
@@ -2989,6 +3150,7 @@ class AppsClient:
|
|
|
2989
3150
|
"DELETE",
|
|
2990
3151
|
url,
|
|
2991
3152
|
headers=exclude_unset(headers),
|
|
3153
|
+
stream=stream,
|
|
2992
3154
|
error_models={
|
|
2993
3155
|
"403": BasicError,
|
|
2994
3156
|
"404": BasicError,
|
|
@@ -3001,6 +3163,7 @@ class AppsClient:
|
|
|
3001
3163
|
repository_id: int,
|
|
3002
3164
|
*,
|
|
3003
3165
|
headers: Optional[Mapping[str, str]] = None,
|
|
3166
|
+
stream: bool = False,
|
|
3004
3167
|
) -> Response:
|
|
3005
3168
|
"""apps/remove-repo-from-installation-for-authenticated-user
|
|
3006
3169
|
|
|
@@ -3023,6 +3186,7 @@ class AppsClient:
|
|
|
3023
3186
|
"DELETE",
|
|
3024
3187
|
url,
|
|
3025
3188
|
headers=exclude_unset(headers),
|
|
3189
|
+
stream=stream,
|
|
3026
3190
|
error_models={
|
|
3027
3191
|
"403": BasicError,
|
|
3028
3192
|
"404": BasicError,
|
|
@@ -3035,6 +3199,7 @@ class AppsClient:
|
|
|
3035
3199
|
per_page: Missing[int] = UNSET,
|
|
3036
3200
|
page: Missing[int] = UNSET,
|
|
3037
3201
|
headers: Optional[Mapping[str, str]] = None,
|
|
3202
|
+
stream: bool = False,
|
|
3038
3203
|
) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
|
|
3039
3204
|
"""apps/list-subscriptions-for-authenticated-user
|
|
3040
3205
|
|
|
@@ -3061,6 +3226,7 @@ class AppsClient:
|
|
|
3061
3226
|
url,
|
|
3062
3227
|
params=exclude_unset(params),
|
|
3063
3228
|
headers=exclude_unset(headers),
|
|
3229
|
+
stream=stream,
|
|
3064
3230
|
response_model=list[UserMarketplacePurchase],
|
|
3065
3231
|
error_models={
|
|
3066
3232
|
"401": BasicError,
|
|
@@ -3074,6 +3240,7 @@ class AppsClient:
|
|
|
3074
3240
|
per_page: Missing[int] = UNSET,
|
|
3075
3241
|
page: Missing[int] = UNSET,
|
|
3076
3242
|
headers: Optional[Mapping[str, str]] = None,
|
|
3243
|
+
stream: bool = False,
|
|
3077
3244
|
) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
|
|
3078
3245
|
"""apps/list-subscriptions-for-authenticated-user
|
|
3079
3246
|
|
|
@@ -3100,6 +3267,7 @@ class AppsClient:
|
|
|
3100
3267
|
url,
|
|
3101
3268
|
params=exclude_unset(params),
|
|
3102
3269
|
headers=exclude_unset(headers),
|
|
3270
|
+
stream=stream,
|
|
3103
3271
|
response_model=list[UserMarketplacePurchase],
|
|
3104
3272
|
error_models={
|
|
3105
3273
|
"401": BasicError,
|
|
@@ -3113,6 +3281,7 @@ class AppsClient:
|
|
|
3113
3281
|
per_page: Missing[int] = UNSET,
|
|
3114
3282
|
page: Missing[int] = UNSET,
|
|
3115
3283
|
headers: Optional[Mapping[str, str]] = None,
|
|
3284
|
+
stream: bool = False,
|
|
3116
3285
|
) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
|
|
3117
3286
|
"""apps/list-subscriptions-for-authenticated-user-stubbed
|
|
3118
3287
|
|
|
@@ -3139,6 +3308,7 @@ class AppsClient:
|
|
|
3139
3308
|
url,
|
|
3140
3309
|
params=exclude_unset(params),
|
|
3141
3310
|
headers=exclude_unset(headers),
|
|
3311
|
+
stream=stream,
|
|
3142
3312
|
response_model=list[UserMarketplacePurchase],
|
|
3143
3313
|
error_models={
|
|
3144
3314
|
"401": BasicError,
|
|
@@ -3151,6 +3321,7 @@ class AppsClient:
|
|
|
3151
3321
|
per_page: Missing[int] = UNSET,
|
|
3152
3322
|
page: Missing[int] = UNSET,
|
|
3153
3323
|
headers: Optional[Mapping[str, str]] = None,
|
|
3324
|
+
stream: bool = False,
|
|
3154
3325
|
) -> Response[list[UserMarketplacePurchase], list[UserMarketplacePurchaseType]]:
|
|
3155
3326
|
"""apps/list-subscriptions-for-authenticated-user-stubbed
|
|
3156
3327
|
|
|
@@ -3177,6 +3348,7 @@ class AppsClient:
|
|
|
3177
3348
|
url,
|
|
3178
3349
|
params=exclude_unset(params),
|
|
3179
3350
|
headers=exclude_unset(headers),
|
|
3351
|
+
stream=stream,
|
|
3180
3352
|
response_model=list[UserMarketplacePurchase],
|
|
3181
3353
|
error_models={
|
|
3182
3354
|
"401": BasicError,
|
|
@@ -3188,6 +3360,7 @@ class AppsClient:
|
|
|
3188
3360
|
username: str,
|
|
3189
3361
|
*,
|
|
3190
3362
|
headers: Optional[Mapping[str, str]] = None,
|
|
3363
|
+
stream: bool = False,
|
|
3191
3364
|
) -> Response[Installation, InstallationType]:
|
|
3192
3365
|
"""apps/get-user-installation
|
|
3193
3366
|
|
|
@@ -3210,6 +3383,7 @@ class AppsClient:
|
|
|
3210
3383
|
"GET",
|
|
3211
3384
|
url,
|
|
3212
3385
|
headers=exclude_unset(headers),
|
|
3386
|
+
stream=stream,
|
|
3213
3387
|
response_model=Installation,
|
|
3214
3388
|
)
|
|
3215
3389
|
|
|
@@ -3218,6 +3392,7 @@ class AppsClient:
|
|
|
3218
3392
|
username: str,
|
|
3219
3393
|
*,
|
|
3220
3394
|
headers: Optional[Mapping[str, str]] = None,
|
|
3395
|
+
stream: bool = False,
|
|
3221
3396
|
) -> Response[Installation, InstallationType]:
|
|
3222
3397
|
"""apps/get-user-installation
|
|
3223
3398
|
|
|
@@ -3240,5 +3415,6 @@ class AppsClient:
|
|
|
3240
3415
|
"GET",
|
|
3241
3416
|
url,
|
|
3242
3417
|
headers=exclude_unset(headers),
|
|
3418
|
+
stream=stream,
|
|
3243
3419
|
response_model=Installation,
|
|
3244
3420
|
)
|