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
|
@@ -82,6 +82,7 @@ class ProjectsClient:
|
|
|
82
82
|
per_page: Missing[int] = UNSET,
|
|
83
83
|
page: Missing[int] = UNSET,
|
|
84
84
|
headers: Optional[Mapping[str, str]] = None,
|
|
85
|
+
stream: bool = False,
|
|
85
86
|
) -> Response[list[Project], list[ProjectType]]:
|
|
86
87
|
"""DEPRECATED projects/list-for-org
|
|
87
88
|
|
|
@@ -111,6 +112,7 @@ class ProjectsClient:
|
|
|
111
112
|
url,
|
|
112
113
|
params=exclude_unset(params),
|
|
113
114
|
headers=exclude_unset(headers),
|
|
115
|
+
stream=stream,
|
|
114
116
|
response_model=list[Project],
|
|
115
117
|
error_models={
|
|
116
118
|
"422": ValidationErrorSimple,
|
|
@@ -125,6 +127,7 @@ class ProjectsClient:
|
|
|
125
127
|
per_page: Missing[int] = UNSET,
|
|
126
128
|
page: Missing[int] = UNSET,
|
|
127
129
|
headers: Optional[Mapping[str, str]] = None,
|
|
130
|
+
stream: bool = False,
|
|
128
131
|
) -> Response[list[Project], list[ProjectType]]:
|
|
129
132
|
"""DEPRECATED projects/list-for-org
|
|
130
133
|
|
|
@@ -154,6 +157,7 @@ class ProjectsClient:
|
|
|
154
157
|
url,
|
|
155
158
|
params=exclude_unset(params),
|
|
156
159
|
headers=exclude_unset(headers),
|
|
160
|
+
stream=stream,
|
|
157
161
|
response_model=list[Project],
|
|
158
162
|
error_models={
|
|
159
163
|
"422": ValidationErrorSimple,
|
|
@@ -166,6 +170,7 @@ class ProjectsClient:
|
|
|
166
170
|
org: str,
|
|
167
171
|
*,
|
|
168
172
|
headers: Optional[Mapping[str, str]] = None,
|
|
173
|
+
stream: bool = False,
|
|
169
174
|
data: OrgsOrgProjectsPostBodyType,
|
|
170
175
|
) -> Response[Project, ProjectType]: ...
|
|
171
176
|
|
|
@@ -176,6 +181,7 @@ class ProjectsClient:
|
|
|
176
181
|
*,
|
|
177
182
|
data: UnsetType = UNSET,
|
|
178
183
|
headers: Optional[Mapping[str, str]] = None,
|
|
184
|
+
stream: bool = False,
|
|
179
185
|
name: str,
|
|
180
186
|
body: Missing[str] = UNSET,
|
|
181
187
|
) -> Response[Project, ProjectType]: ...
|
|
@@ -185,6 +191,7 @@ class ProjectsClient:
|
|
|
185
191
|
org: str,
|
|
186
192
|
*,
|
|
187
193
|
headers: Optional[Mapping[str, str]] = None,
|
|
194
|
+
stream: bool = False,
|
|
188
195
|
data: Missing[OrgsOrgProjectsPostBodyType] = UNSET,
|
|
189
196
|
**kwargs,
|
|
190
197
|
) -> Response[Project, ProjectType]:
|
|
@@ -224,6 +231,7 @@ class ProjectsClient:
|
|
|
224
231
|
url,
|
|
225
232
|
json=exclude_unset(json),
|
|
226
233
|
headers=exclude_unset(headers),
|
|
234
|
+
stream=stream,
|
|
227
235
|
response_model=Project,
|
|
228
236
|
error_models={
|
|
229
237
|
"401": BasicError,
|
|
@@ -240,6 +248,7 @@ class ProjectsClient:
|
|
|
240
248
|
org: str,
|
|
241
249
|
*,
|
|
242
250
|
headers: Optional[Mapping[str, str]] = None,
|
|
251
|
+
stream: bool = False,
|
|
243
252
|
data: OrgsOrgProjectsPostBodyType,
|
|
244
253
|
) -> Response[Project, ProjectType]: ...
|
|
245
254
|
|
|
@@ -250,6 +259,7 @@ class ProjectsClient:
|
|
|
250
259
|
*,
|
|
251
260
|
data: UnsetType = UNSET,
|
|
252
261
|
headers: Optional[Mapping[str, str]] = None,
|
|
262
|
+
stream: bool = False,
|
|
253
263
|
name: str,
|
|
254
264
|
body: Missing[str] = UNSET,
|
|
255
265
|
) -> Response[Project, ProjectType]: ...
|
|
@@ -259,6 +269,7 @@ class ProjectsClient:
|
|
|
259
269
|
org: str,
|
|
260
270
|
*,
|
|
261
271
|
headers: Optional[Mapping[str, str]] = None,
|
|
272
|
+
stream: bool = False,
|
|
262
273
|
data: Missing[OrgsOrgProjectsPostBodyType] = UNSET,
|
|
263
274
|
**kwargs,
|
|
264
275
|
) -> Response[Project, ProjectType]:
|
|
@@ -298,6 +309,7 @@ class ProjectsClient:
|
|
|
298
309
|
url,
|
|
299
310
|
json=exclude_unset(json),
|
|
300
311
|
headers=exclude_unset(headers),
|
|
312
|
+
stream=stream,
|
|
301
313
|
response_model=Project,
|
|
302
314
|
error_models={
|
|
303
315
|
"401": BasicError,
|
|
@@ -313,6 +325,7 @@ class ProjectsClient:
|
|
|
313
325
|
card_id: int,
|
|
314
326
|
*,
|
|
315
327
|
headers: Optional[Mapping[str, str]] = None,
|
|
328
|
+
stream: bool = False,
|
|
316
329
|
) -> Response[ProjectCard, ProjectCardType]:
|
|
317
330
|
"""DEPRECATED projects/get-card
|
|
318
331
|
|
|
@@ -335,6 +348,7 @@ class ProjectsClient:
|
|
|
335
348
|
"GET",
|
|
336
349
|
url,
|
|
337
350
|
headers=exclude_unset(headers),
|
|
351
|
+
stream=stream,
|
|
338
352
|
response_model=ProjectCard,
|
|
339
353
|
error_models={
|
|
340
354
|
"403": BasicError,
|
|
@@ -348,6 +362,7 @@ class ProjectsClient:
|
|
|
348
362
|
card_id: int,
|
|
349
363
|
*,
|
|
350
364
|
headers: Optional[Mapping[str, str]] = None,
|
|
365
|
+
stream: bool = False,
|
|
351
366
|
) -> Response[ProjectCard, ProjectCardType]:
|
|
352
367
|
"""DEPRECATED projects/get-card
|
|
353
368
|
|
|
@@ -370,6 +385,7 @@ class ProjectsClient:
|
|
|
370
385
|
"GET",
|
|
371
386
|
url,
|
|
372
387
|
headers=exclude_unset(headers),
|
|
388
|
+
stream=stream,
|
|
373
389
|
response_model=ProjectCard,
|
|
374
390
|
error_models={
|
|
375
391
|
"403": BasicError,
|
|
@@ -383,6 +399,7 @@ class ProjectsClient:
|
|
|
383
399
|
card_id: int,
|
|
384
400
|
*,
|
|
385
401
|
headers: Optional[Mapping[str, str]] = None,
|
|
402
|
+
stream: bool = False,
|
|
386
403
|
) -> Response:
|
|
387
404
|
"""DEPRECATED projects/delete-card
|
|
388
405
|
|
|
@@ -405,6 +422,7 @@ class ProjectsClient:
|
|
|
405
422
|
"DELETE",
|
|
406
423
|
url,
|
|
407
424
|
headers=exclude_unset(headers),
|
|
425
|
+
stream=stream,
|
|
408
426
|
error_models={
|
|
409
427
|
"403": ProjectsColumnsCardsCardIdDeleteResponse403,
|
|
410
428
|
"401": BasicError,
|
|
@@ -417,6 +435,7 @@ class ProjectsClient:
|
|
|
417
435
|
card_id: int,
|
|
418
436
|
*,
|
|
419
437
|
headers: Optional[Mapping[str, str]] = None,
|
|
438
|
+
stream: bool = False,
|
|
420
439
|
) -> Response:
|
|
421
440
|
"""DEPRECATED projects/delete-card
|
|
422
441
|
|
|
@@ -439,6 +458,7 @@ class ProjectsClient:
|
|
|
439
458
|
"DELETE",
|
|
440
459
|
url,
|
|
441
460
|
headers=exclude_unset(headers),
|
|
461
|
+
stream=stream,
|
|
442
462
|
error_models={
|
|
443
463
|
"403": ProjectsColumnsCardsCardIdDeleteResponse403,
|
|
444
464
|
"401": BasicError,
|
|
@@ -452,6 +472,7 @@ class ProjectsClient:
|
|
|
452
472
|
card_id: int,
|
|
453
473
|
*,
|
|
454
474
|
headers: Optional[Mapping[str, str]] = None,
|
|
475
|
+
stream: bool = False,
|
|
455
476
|
data: Missing[ProjectsColumnsCardsCardIdPatchBodyType] = UNSET,
|
|
456
477
|
) -> Response[ProjectCard, ProjectCardType]: ...
|
|
457
478
|
|
|
@@ -462,6 +483,7 @@ class ProjectsClient:
|
|
|
462
483
|
*,
|
|
463
484
|
data: UnsetType = UNSET,
|
|
464
485
|
headers: Optional[Mapping[str, str]] = None,
|
|
486
|
+
stream: bool = False,
|
|
465
487
|
note: Missing[Union[str, None]] = UNSET,
|
|
466
488
|
archived: Missing[bool] = UNSET,
|
|
467
489
|
) -> Response[ProjectCard, ProjectCardType]: ...
|
|
@@ -471,6 +493,7 @@ class ProjectsClient:
|
|
|
471
493
|
card_id: int,
|
|
472
494
|
*,
|
|
473
495
|
headers: Optional[Mapping[str, str]] = None,
|
|
496
|
+
stream: bool = False,
|
|
474
497
|
data: Missing[ProjectsColumnsCardsCardIdPatchBodyType] = UNSET,
|
|
475
498
|
**kwargs,
|
|
476
499
|
) -> Response[ProjectCard, ProjectCardType]:
|
|
@@ -510,6 +533,7 @@ class ProjectsClient:
|
|
|
510
533
|
url,
|
|
511
534
|
json=exclude_unset(json),
|
|
512
535
|
headers=exclude_unset(headers),
|
|
536
|
+
stream=stream,
|
|
513
537
|
response_model=ProjectCard,
|
|
514
538
|
error_models={
|
|
515
539
|
"403": BasicError,
|
|
@@ -525,6 +549,7 @@ class ProjectsClient:
|
|
|
525
549
|
card_id: int,
|
|
526
550
|
*,
|
|
527
551
|
headers: Optional[Mapping[str, str]] = None,
|
|
552
|
+
stream: bool = False,
|
|
528
553
|
data: Missing[ProjectsColumnsCardsCardIdPatchBodyType] = UNSET,
|
|
529
554
|
) -> Response[ProjectCard, ProjectCardType]: ...
|
|
530
555
|
|
|
@@ -535,6 +560,7 @@ class ProjectsClient:
|
|
|
535
560
|
*,
|
|
536
561
|
data: UnsetType = UNSET,
|
|
537
562
|
headers: Optional[Mapping[str, str]] = None,
|
|
563
|
+
stream: bool = False,
|
|
538
564
|
note: Missing[Union[str, None]] = UNSET,
|
|
539
565
|
archived: Missing[bool] = UNSET,
|
|
540
566
|
) -> Response[ProjectCard, ProjectCardType]: ...
|
|
@@ -544,6 +570,7 @@ class ProjectsClient:
|
|
|
544
570
|
card_id: int,
|
|
545
571
|
*,
|
|
546
572
|
headers: Optional[Mapping[str, str]] = None,
|
|
573
|
+
stream: bool = False,
|
|
547
574
|
data: Missing[ProjectsColumnsCardsCardIdPatchBodyType] = UNSET,
|
|
548
575
|
**kwargs,
|
|
549
576
|
) -> Response[ProjectCard, ProjectCardType]:
|
|
@@ -583,6 +610,7 @@ class ProjectsClient:
|
|
|
583
610
|
url,
|
|
584
611
|
json=exclude_unset(json),
|
|
585
612
|
headers=exclude_unset(headers),
|
|
613
|
+
stream=stream,
|
|
586
614
|
response_model=ProjectCard,
|
|
587
615
|
error_models={
|
|
588
616
|
"403": BasicError,
|
|
@@ -598,6 +626,7 @@ class ProjectsClient:
|
|
|
598
626
|
card_id: int,
|
|
599
627
|
*,
|
|
600
628
|
headers: Optional[Mapping[str, str]] = None,
|
|
629
|
+
stream: bool = False,
|
|
601
630
|
data: ProjectsColumnsCardsCardIdMovesPostBodyType,
|
|
602
631
|
) -> Response[
|
|
603
632
|
ProjectsColumnsCardsCardIdMovesPostResponse201,
|
|
@@ -611,6 +640,7 @@ class ProjectsClient:
|
|
|
611
640
|
*,
|
|
612
641
|
data: UnsetType = UNSET,
|
|
613
642
|
headers: Optional[Mapping[str, str]] = None,
|
|
643
|
+
stream: bool = False,
|
|
614
644
|
position: str,
|
|
615
645
|
column_id: Missing[int] = UNSET,
|
|
616
646
|
) -> Response[
|
|
@@ -623,6 +653,7 @@ class ProjectsClient:
|
|
|
623
653
|
card_id: int,
|
|
624
654
|
*,
|
|
625
655
|
headers: Optional[Mapping[str, str]] = None,
|
|
656
|
+
stream: bool = False,
|
|
626
657
|
data: Missing[ProjectsColumnsCardsCardIdMovesPostBodyType] = UNSET,
|
|
627
658
|
**kwargs,
|
|
628
659
|
) -> Response[
|
|
@@ -667,6 +698,7 @@ class ProjectsClient:
|
|
|
667
698
|
url,
|
|
668
699
|
json=exclude_unset(json),
|
|
669
700
|
headers=exclude_unset(headers),
|
|
701
|
+
stream=stream,
|
|
670
702
|
response_model=ProjectsColumnsCardsCardIdMovesPostResponse201,
|
|
671
703
|
error_models={
|
|
672
704
|
"403": ProjectsColumnsCardsCardIdMovesPostResponse403,
|
|
@@ -682,6 +714,7 @@ class ProjectsClient:
|
|
|
682
714
|
card_id: int,
|
|
683
715
|
*,
|
|
684
716
|
headers: Optional[Mapping[str, str]] = None,
|
|
717
|
+
stream: bool = False,
|
|
685
718
|
data: ProjectsColumnsCardsCardIdMovesPostBodyType,
|
|
686
719
|
) -> Response[
|
|
687
720
|
ProjectsColumnsCardsCardIdMovesPostResponse201,
|
|
@@ -695,6 +728,7 @@ class ProjectsClient:
|
|
|
695
728
|
*,
|
|
696
729
|
data: UnsetType = UNSET,
|
|
697
730
|
headers: Optional[Mapping[str, str]] = None,
|
|
731
|
+
stream: bool = False,
|
|
698
732
|
position: str,
|
|
699
733
|
column_id: Missing[int] = UNSET,
|
|
700
734
|
) -> Response[
|
|
@@ -707,6 +741,7 @@ class ProjectsClient:
|
|
|
707
741
|
card_id: int,
|
|
708
742
|
*,
|
|
709
743
|
headers: Optional[Mapping[str, str]] = None,
|
|
744
|
+
stream: bool = False,
|
|
710
745
|
data: Missing[ProjectsColumnsCardsCardIdMovesPostBodyType] = UNSET,
|
|
711
746
|
**kwargs,
|
|
712
747
|
) -> Response[
|
|
@@ -751,6 +786,7 @@ class ProjectsClient:
|
|
|
751
786
|
url,
|
|
752
787
|
json=exclude_unset(json),
|
|
753
788
|
headers=exclude_unset(headers),
|
|
789
|
+
stream=stream,
|
|
754
790
|
response_model=ProjectsColumnsCardsCardIdMovesPostResponse201,
|
|
755
791
|
error_models={
|
|
756
792
|
"403": ProjectsColumnsCardsCardIdMovesPostResponse403,
|
|
@@ -765,6 +801,7 @@ class ProjectsClient:
|
|
|
765
801
|
column_id: int,
|
|
766
802
|
*,
|
|
767
803
|
headers: Optional[Mapping[str, str]] = None,
|
|
804
|
+
stream: bool = False,
|
|
768
805
|
) -> Response[ProjectColumn, ProjectColumnType]:
|
|
769
806
|
"""DEPRECATED projects/get-column
|
|
770
807
|
|
|
@@ -787,6 +824,7 @@ class ProjectsClient:
|
|
|
787
824
|
"GET",
|
|
788
825
|
url,
|
|
789
826
|
headers=exclude_unset(headers),
|
|
827
|
+
stream=stream,
|
|
790
828
|
response_model=ProjectColumn,
|
|
791
829
|
error_models={
|
|
792
830
|
"403": BasicError,
|
|
@@ -800,6 +838,7 @@ class ProjectsClient:
|
|
|
800
838
|
column_id: int,
|
|
801
839
|
*,
|
|
802
840
|
headers: Optional[Mapping[str, str]] = None,
|
|
841
|
+
stream: bool = False,
|
|
803
842
|
) -> Response[ProjectColumn, ProjectColumnType]:
|
|
804
843
|
"""DEPRECATED projects/get-column
|
|
805
844
|
|
|
@@ -822,6 +861,7 @@ class ProjectsClient:
|
|
|
822
861
|
"GET",
|
|
823
862
|
url,
|
|
824
863
|
headers=exclude_unset(headers),
|
|
864
|
+
stream=stream,
|
|
825
865
|
response_model=ProjectColumn,
|
|
826
866
|
error_models={
|
|
827
867
|
"403": BasicError,
|
|
@@ -835,6 +875,7 @@ class ProjectsClient:
|
|
|
835
875
|
column_id: int,
|
|
836
876
|
*,
|
|
837
877
|
headers: Optional[Mapping[str, str]] = None,
|
|
878
|
+
stream: bool = False,
|
|
838
879
|
) -> Response:
|
|
839
880
|
"""DEPRECATED projects/delete-column
|
|
840
881
|
|
|
@@ -857,6 +898,7 @@ class ProjectsClient:
|
|
|
857
898
|
"DELETE",
|
|
858
899
|
url,
|
|
859
900
|
headers=exclude_unset(headers),
|
|
901
|
+
stream=stream,
|
|
860
902
|
error_models={
|
|
861
903
|
"403": BasicError,
|
|
862
904
|
"401": BasicError,
|
|
@@ -868,6 +910,7 @@ class ProjectsClient:
|
|
|
868
910
|
column_id: int,
|
|
869
911
|
*,
|
|
870
912
|
headers: Optional[Mapping[str, str]] = None,
|
|
913
|
+
stream: bool = False,
|
|
871
914
|
) -> Response:
|
|
872
915
|
"""DEPRECATED projects/delete-column
|
|
873
916
|
|
|
@@ -890,6 +933,7 @@ class ProjectsClient:
|
|
|
890
933
|
"DELETE",
|
|
891
934
|
url,
|
|
892
935
|
headers=exclude_unset(headers),
|
|
936
|
+
stream=stream,
|
|
893
937
|
error_models={
|
|
894
938
|
"403": BasicError,
|
|
895
939
|
"401": BasicError,
|
|
@@ -902,6 +946,7 @@ class ProjectsClient:
|
|
|
902
946
|
column_id: int,
|
|
903
947
|
*,
|
|
904
948
|
headers: Optional[Mapping[str, str]] = None,
|
|
949
|
+
stream: bool = False,
|
|
905
950
|
data: ProjectsColumnsColumnIdPatchBodyType,
|
|
906
951
|
) -> Response[ProjectColumn, ProjectColumnType]: ...
|
|
907
952
|
|
|
@@ -912,6 +957,7 @@ class ProjectsClient:
|
|
|
912
957
|
*,
|
|
913
958
|
data: UnsetType = UNSET,
|
|
914
959
|
headers: Optional[Mapping[str, str]] = None,
|
|
960
|
+
stream: bool = False,
|
|
915
961
|
name: str,
|
|
916
962
|
) -> Response[ProjectColumn, ProjectColumnType]: ...
|
|
917
963
|
|
|
@@ -920,6 +966,7 @@ class ProjectsClient:
|
|
|
920
966
|
column_id: int,
|
|
921
967
|
*,
|
|
922
968
|
headers: Optional[Mapping[str, str]] = None,
|
|
969
|
+
stream: bool = False,
|
|
923
970
|
data: Missing[ProjectsColumnsColumnIdPatchBodyType] = UNSET,
|
|
924
971
|
**kwargs,
|
|
925
972
|
) -> Response[ProjectColumn, ProjectColumnType]:
|
|
@@ -954,6 +1001,7 @@ class ProjectsClient:
|
|
|
954
1001
|
url,
|
|
955
1002
|
json=exclude_unset(json),
|
|
956
1003
|
headers=exclude_unset(headers),
|
|
1004
|
+
stream=stream,
|
|
957
1005
|
response_model=ProjectColumn,
|
|
958
1006
|
error_models={
|
|
959
1007
|
"403": BasicError,
|
|
@@ -967,6 +1015,7 @@ class ProjectsClient:
|
|
|
967
1015
|
column_id: int,
|
|
968
1016
|
*,
|
|
969
1017
|
headers: Optional[Mapping[str, str]] = None,
|
|
1018
|
+
stream: bool = False,
|
|
970
1019
|
data: ProjectsColumnsColumnIdPatchBodyType,
|
|
971
1020
|
) -> Response[ProjectColumn, ProjectColumnType]: ...
|
|
972
1021
|
|
|
@@ -977,6 +1026,7 @@ class ProjectsClient:
|
|
|
977
1026
|
*,
|
|
978
1027
|
data: UnsetType = UNSET,
|
|
979
1028
|
headers: Optional[Mapping[str, str]] = None,
|
|
1029
|
+
stream: bool = False,
|
|
980
1030
|
name: str,
|
|
981
1031
|
) -> Response[ProjectColumn, ProjectColumnType]: ...
|
|
982
1032
|
|
|
@@ -985,6 +1035,7 @@ class ProjectsClient:
|
|
|
985
1035
|
column_id: int,
|
|
986
1036
|
*,
|
|
987
1037
|
headers: Optional[Mapping[str, str]] = None,
|
|
1038
|
+
stream: bool = False,
|
|
988
1039
|
data: Missing[ProjectsColumnsColumnIdPatchBodyType] = UNSET,
|
|
989
1040
|
**kwargs,
|
|
990
1041
|
) -> Response[ProjectColumn, ProjectColumnType]:
|
|
@@ -1019,6 +1070,7 @@ class ProjectsClient:
|
|
|
1019
1070
|
url,
|
|
1020
1071
|
json=exclude_unset(json),
|
|
1021
1072
|
headers=exclude_unset(headers),
|
|
1073
|
+
stream=stream,
|
|
1022
1074
|
response_model=ProjectColumn,
|
|
1023
1075
|
error_models={
|
|
1024
1076
|
"403": BasicError,
|
|
@@ -1034,6 +1086,7 @@ class ProjectsClient:
|
|
|
1034
1086
|
per_page: Missing[int] = UNSET,
|
|
1035
1087
|
page: Missing[int] = UNSET,
|
|
1036
1088
|
headers: Optional[Mapping[str, str]] = None,
|
|
1089
|
+
stream: bool = False,
|
|
1037
1090
|
) -> Response[list[ProjectCard], list[ProjectCardType]]:
|
|
1038
1091
|
"""DEPRECATED projects/list-cards
|
|
1039
1092
|
|
|
@@ -1063,6 +1116,7 @@ class ProjectsClient:
|
|
|
1063
1116
|
url,
|
|
1064
1117
|
params=exclude_unset(params),
|
|
1065
1118
|
headers=exclude_unset(headers),
|
|
1119
|
+
stream=stream,
|
|
1066
1120
|
response_model=list[ProjectCard],
|
|
1067
1121
|
error_models={
|
|
1068
1122
|
"403": BasicError,
|
|
@@ -1078,6 +1132,7 @@ class ProjectsClient:
|
|
|
1078
1132
|
per_page: Missing[int] = UNSET,
|
|
1079
1133
|
page: Missing[int] = UNSET,
|
|
1080
1134
|
headers: Optional[Mapping[str, str]] = None,
|
|
1135
|
+
stream: bool = False,
|
|
1081
1136
|
) -> Response[list[ProjectCard], list[ProjectCardType]]:
|
|
1082
1137
|
"""DEPRECATED projects/list-cards
|
|
1083
1138
|
|
|
@@ -1107,6 +1162,7 @@ class ProjectsClient:
|
|
|
1107
1162
|
url,
|
|
1108
1163
|
params=exclude_unset(params),
|
|
1109
1164
|
headers=exclude_unset(headers),
|
|
1165
|
+
stream=stream,
|
|
1110
1166
|
response_model=list[ProjectCard],
|
|
1111
1167
|
error_models={
|
|
1112
1168
|
"403": BasicError,
|
|
@@ -1120,6 +1176,7 @@ class ProjectsClient:
|
|
|
1120
1176
|
column_id: int,
|
|
1121
1177
|
*,
|
|
1122
1178
|
headers: Optional[Mapping[str, str]] = None,
|
|
1179
|
+
stream: bool = False,
|
|
1123
1180
|
data: Union[
|
|
1124
1181
|
ProjectsColumnsColumnIdCardsPostBodyOneof0Type,
|
|
1125
1182
|
ProjectsColumnsColumnIdCardsPostBodyOneof1Type,
|
|
@@ -1133,6 +1190,7 @@ class ProjectsClient:
|
|
|
1133
1190
|
*,
|
|
1134
1191
|
data: UnsetType = UNSET,
|
|
1135
1192
|
headers: Optional[Mapping[str, str]] = None,
|
|
1193
|
+
stream: bool = False,
|
|
1136
1194
|
note: Union[str, None],
|
|
1137
1195
|
) -> Response[ProjectCard, ProjectCardType]: ...
|
|
1138
1196
|
|
|
@@ -1143,6 +1201,7 @@ class ProjectsClient:
|
|
|
1143
1201
|
*,
|
|
1144
1202
|
data: UnsetType = UNSET,
|
|
1145
1203
|
headers: Optional[Mapping[str, str]] = None,
|
|
1204
|
+
stream: bool = False,
|
|
1146
1205
|
content_id: int,
|
|
1147
1206
|
content_type: str,
|
|
1148
1207
|
) -> Response[ProjectCard, ProjectCardType]: ...
|
|
@@ -1152,6 +1211,7 @@ class ProjectsClient:
|
|
|
1152
1211
|
column_id: int,
|
|
1153
1212
|
*,
|
|
1154
1213
|
headers: Optional[Mapping[str, str]] = None,
|
|
1214
|
+
stream: bool = False,
|
|
1155
1215
|
data: Missing[
|
|
1156
1216
|
Union[
|
|
1157
1217
|
ProjectsColumnsColumnIdCardsPostBodyOneof0Type,
|
|
@@ -1207,6 +1267,7 @@ class ProjectsClient:
|
|
|
1207
1267
|
url,
|
|
1208
1268
|
json=exclude_unset(json),
|
|
1209
1269
|
headers=exclude_unset(headers),
|
|
1270
|
+
stream=stream,
|
|
1210
1271
|
response_model=ProjectCard,
|
|
1211
1272
|
error_models={
|
|
1212
1273
|
"403": BasicError,
|
|
@@ -1222,6 +1283,7 @@ class ProjectsClient:
|
|
|
1222
1283
|
column_id: int,
|
|
1223
1284
|
*,
|
|
1224
1285
|
headers: Optional[Mapping[str, str]] = None,
|
|
1286
|
+
stream: bool = False,
|
|
1225
1287
|
data: Union[
|
|
1226
1288
|
ProjectsColumnsColumnIdCardsPostBodyOneof0Type,
|
|
1227
1289
|
ProjectsColumnsColumnIdCardsPostBodyOneof1Type,
|
|
@@ -1235,6 +1297,7 @@ class ProjectsClient:
|
|
|
1235
1297
|
*,
|
|
1236
1298
|
data: UnsetType = UNSET,
|
|
1237
1299
|
headers: Optional[Mapping[str, str]] = None,
|
|
1300
|
+
stream: bool = False,
|
|
1238
1301
|
note: Union[str, None],
|
|
1239
1302
|
) -> Response[ProjectCard, ProjectCardType]: ...
|
|
1240
1303
|
|
|
@@ -1245,6 +1308,7 @@ class ProjectsClient:
|
|
|
1245
1308
|
*,
|
|
1246
1309
|
data: UnsetType = UNSET,
|
|
1247
1310
|
headers: Optional[Mapping[str, str]] = None,
|
|
1311
|
+
stream: bool = False,
|
|
1248
1312
|
content_id: int,
|
|
1249
1313
|
content_type: str,
|
|
1250
1314
|
) -> Response[ProjectCard, ProjectCardType]: ...
|
|
@@ -1254,6 +1318,7 @@ class ProjectsClient:
|
|
|
1254
1318
|
column_id: int,
|
|
1255
1319
|
*,
|
|
1256
1320
|
headers: Optional[Mapping[str, str]] = None,
|
|
1321
|
+
stream: bool = False,
|
|
1257
1322
|
data: Missing[
|
|
1258
1323
|
Union[
|
|
1259
1324
|
ProjectsColumnsColumnIdCardsPostBodyOneof0Type,
|
|
@@ -1309,6 +1374,7 @@ class ProjectsClient:
|
|
|
1309
1374
|
url,
|
|
1310
1375
|
json=exclude_unset(json),
|
|
1311
1376
|
headers=exclude_unset(headers),
|
|
1377
|
+
stream=stream,
|
|
1312
1378
|
response_model=ProjectCard,
|
|
1313
1379
|
error_models={
|
|
1314
1380
|
"403": BasicError,
|
|
@@ -1324,6 +1390,7 @@ class ProjectsClient:
|
|
|
1324
1390
|
column_id: int,
|
|
1325
1391
|
*,
|
|
1326
1392
|
headers: Optional[Mapping[str, str]] = None,
|
|
1393
|
+
stream: bool = False,
|
|
1327
1394
|
data: ProjectsColumnsColumnIdMovesPostBodyType,
|
|
1328
1395
|
) -> Response[
|
|
1329
1396
|
ProjectsColumnsColumnIdMovesPostResponse201,
|
|
@@ -1337,6 +1404,7 @@ class ProjectsClient:
|
|
|
1337
1404
|
*,
|
|
1338
1405
|
data: UnsetType = UNSET,
|
|
1339
1406
|
headers: Optional[Mapping[str, str]] = None,
|
|
1407
|
+
stream: bool = False,
|
|
1340
1408
|
position: str,
|
|
1341
1409
|
) -> Response[
|
|
1342
1410
|
ProjectsColumnsColumnIdMovesPostResponse201,
|
|
@@ -1348,6 +1416,7 @@ class ProjectsClient:
|
|
|
1348
1416
|
column_id: int,
|
|
1349
1417
|
*,
|
|
1350
1418
|
headers: Optional[Mapping[str, str]] = None,
|
|
1419
|
+
stream: bool = False,
|
|
1351
1420
|
data: Missing[ProjectsColumnsColumnIdMovesPostBodyType] = UNSET,
|
|
1352
1421
|
**kwargs,
|
|
1353
1422
|
) -> Response[
|
|
@@ -1390,6 +1459,7 @@ class ProjectsClient:
|
|
|
1390
1459
|
url,
|
|
1391
1460
|
json=exclude_unset(json),
|
|
1392
1461
|
headers=exclude_unset(headers),
|
|
1462
|
+
stream=stream,
|
|
1393
1463
|
response_model=ProjectsColumnsColumnIdMovesPostResponse201,
|
|
1394
1464
|
error_models={
|
|
1395
1465
|
"403": BasicError,
|
|
@@ -1404,6 +1474,7 @@ class ProjectsClient:
|
|
|
1404
1474
|
column_id: int,
|
|
1405
1475
|
*,
|
|
1406
1476
|
headers: Optional[Mapping[str, str]] = None,
|
|
1477
|
+
stream: bool = False,
|
|
1407
1478
|
data: ProjectsColumnsColumnIdMovesPostBodyType,
|
|
1408
1479
|
) -> Response[
|
|
1409
1480
|
ProjectsColumnsColumnIdMovesPostResponse201,
|
|
@@ -1417,6 +1488,7 @@ class ProjectsClient:
|
|
|
1417
1488
|
*,
|
|
1418
1489
|
data: UnsetType = UNSET,
|
|
1419
1490
|
headers: Optional[Mapping[str, str]] = None,
|
|
1491
|
+
stream: bool = False,
|
|
1420
1492
|
position: str,
|
|
1421
1493
|
) -> Response[
|
|
1422
1494
|
ProjectsColumnsColumnIdMovesPostResponse201,
|
|
@@ -1428,6 +1500,7 @@ class ProjectsClient:
|
|
|
1428
1500
|
column_id: int,
|
|
1429
1501
|
*,
|
|
1430
1502
|
headers: Optional[Mapping[str, str]] = None,
|
|
1503
|
+
stream: bool = False,
|
|
1431
1504
|
data: Missing[ProjectsColumnsColumnIdMovesPostBodyType] = UNSET,
|
|
1432
1505
|
**kwargs,
|
|
1433
1506
|
) -> Response[
|
|
@@ -1470,6 +1543,7 @@ class ProjectsClient:
|
|
|
1470
1543
|
url,
|
|
1471
1544
|
json=exclude_unset(json),
|
|
1472
1545
|
headers=exclude_unset(headers),
|
|
1546
|
+
stream=stream,
|
|
1473
1547
|
response_model=ProjectsColumnsColumnIdMovesPostResponse201,
|
|
1474
1548
|
error_models={
|
|
1475
1549
|
"403": BasicError,
|
|
@@ -1483,6 +1557,7 @@ class ProjectsClient:
|
|
|
1483
1557
|
project_id: int,
|
|
1484
1558
|
*,
|
|
1485
1559
|
headers: Optional[Mapping[str, str]] = None,
|
|
1560
|
+
stream: bool = False,
|
|
1486
1561
|
) -> Response[Project, ProjectType]:
|
|
1487
1562
|
"""DEPRECATED projects/get
|
|
1488
1563
|
|
|
@@ -1505,6 +1580,7 @@ class ProjectsClient:
|
|
|
1505
1580
|
"GET",
|
|
1506
1581
|
url,
|
|
1507
1582
|
headers=exclude_unset(headers),
|
|
1583
|
+
stream=stream,
|
|
1508
1584
|
response_model=Project,
|
|
1509
1585
|
error_models={
|
|
1510
1586
|
"403": BasicError,
|
|
@@ -1517,6 +1593,7 @@ class ProjectsClient:
|
|
|
1517
1593
|
project_id: int,
|
|
1518
1594
|
*,
|
|
1519
1595
|
headers: Optional[Mapping[str, str]] = None,
|
|
1596
|
+
stream: bool = False,
|
|
1520
1597
|
) -> Response[Project, ProjectType]:
|
|
1521
1598
|
"""DEPRECATED projects/get
|
|
1522
1599
|
|
|
@@ -1539,6 +1616,7 @@ class ProjectsClient:
|
|
|
1539
1616
|
"GET",
|
|
1540
1617
|
url,
|
|
1541
1618
|
headers=exclude_unset(headers),
|
|
1619
|
+
stream=stream,
|
|
1542
1620
|
response_model=Project,
|
|
1543
1621
|
error_models={
|
|
1544
1622
|
"403": BasicError,
|
|
@@ -1551,6 +1629,7 @@ class ProjectsClient:
|
|
|
1551
1629
|
project_id: int,
|
|
1552
1630
|
*,
|
|
1553
1631
|
headers: Optional[Mapping[str, str]] = None,
|
|
1632
|
+
stream: bool = False,
|
|
1554
1633
|
) -> Response:
|
|
1555
1634
|
"""DEPRECATED projects/delete
|
|
1556
1635
|
|
|
@@ -1573,6 +1652,7 @@ class ProjectsClient:
|
|
|
1573
1652
|
"DELETE",
|
|
1574
1653
|
url,
|
|
1575
1654
|
headers=exclude_unset(headers),
|
|
1655
|
+
stream=stream,
|
|
1576
1656
|
error_models={
|
|
1577
1657
|
"403": ProjectsProjectIdDeleteResponse403,
|
|
1578
1658
|
"401": BasicError,
|
|
@@ -1586,6 +1666,7 @@ class ProjectsClient:
|
|
|
1586
1666
|
project_id: int,
|
|
1587
1667
|
*,
|
|
1588
1668
|
headers: Optional[Mapping[str, str]] = None,
|
|
1669
|
+
stream: bool = False,
|
|
1589
1670
|
) -> Response:
|
|
1590
1671
|
"""DEPRECATED projects/delete
|
|
1591
1672
|
|
|
@@ -1608,6 +1689,7 @@ class ProjectsClient:
|
|
|
1608
1689
|
"DELETE",
|
|
1609
1690
|
url,
|
|
1610
1691
|
headers=exclude_unset(headers),
|
|
1692
|
+
stream=stream,
|
|
1611
1693
|
error_models={
|
|
1612
1694
|
"403": ProjectsProjectIdDeleteResponse403,
|
|
1613
1695
|
"401": BasicError,
|
|
@@ -1622,6 +1704,7 @@ class ProjectsClient:
|
|
|
1622
1704
|
project_id: int,
|
|
1623
1705
|
*,
|
|
1624
1706
|
headers: Optional[Mapping[str, str]] = None,
|
|
1707
|
+
stream: bool = False,
|
|
1625
1708
|
data: Missing[ProjectsProjectIdPatchBodyType] = UNSET,
|
|
1626
1709
|
) -> Response[Project, ProjectType]: ...
|
|
1627
1710
|
|
|
@@ -1632,6 +1715,7 @@ class ProjectsClient:
|
|
|
1632
1715
|
*,
|
|
1633
1716
|
data: UnsetType = UNSET,
|
|
1634
1717
|
headers: Optional[Mapping[str, str]] = None,
|
|
1718
|
+
stream: bool = False,
|
|
1635
1719
|
name: Missing[str] = UNSET,
|
|
1636
1720
|
body: Missing[Union[str, None]] = UNSET,
|
|
1637
1721
|
state: Missing[str] = UNSET,
|
|
@@ -1646,6 +1730,7 @@ class ProjectsClient:
|
|
|
1646
1730
|
project_id: int,
|
|
1647
1731
|
*,
|
|
1648
1732
|
headers: Optional[Mapping[str, str]] = None,
|
|
1733
|
+
stream: bool = False,
|
|
1649
1734
|
data: Missing[ProjectsProjectIdPatchBodyType] = UNSET,
|
|
1650
1735
|
**kwargs,
|
|
1651
1736
|
) -> Response[Project, ProjectType]:
|
|
@@ -1686,6 +1771,7 @@ class ProjectsClient:
|
|
|
1686
1771
|
url,
|
|
1687
1772
|
json=exclude_unset(json),
|
|
1688
1773
|
headers=exclude_unset(headers),
|
|
1774
|
+
stream=stream,
|
|
1689
1775
|
response_model=Project,
|
|
1690
1776
|
error_models={
|
|
1691
1777
|
"403": ProjectsProjectIdPatchResponse403,
|
|
@@ -1701,6 +1787,7 @@ class ProjectsClient:
|
|
|
1701
1787
|
project_id: int,
|
|
1702
1788
|
*,
|
|
1703
1789
|
headers: Optional[Mapping[str, str]] = None,
|
|
1790
|
+
stream: bool = False,
|
|
1704
1791
|
data: Missing[ProjectsProjectIdPatchBodyType] = UNSET,
|
|
1705
1792
|
) -> Response[Project, ProjectType]: ...
|
|
1706
1793
|
|
|
@@ -1711,6 +1798,7 @@ class ProjectsClient:
|
|
|
1711
1798
|
*,
|
|
1712
1799
|
data: UnsetType = UNSET,
|
|
1713
1800
|
headers: Optional[Mapping[str, str]] = None,
|
|
1801
|
+
stream: bool = False,
|
|
1714
1802
|
name: Missing[str] = UNSET,
|
|
1715
1803
|
body: Missing[Union[str, None]] = UNSET,
|
|
1716
1804
|
state: Missing[str] = UNSET,
|
|
@@ -1725,6 +1813,7 @@ class ProjectsClient:
|
|
|
1725
1813
|
project_id: int,
|
|
1726
1814
|
*,
|
|
1727
1815
|
headers: Optional[Mapping[str, str]] = None,
|
|
1816
|
+
stream: bool = False,
|
|
1728
1817
|
data: Missing[ProjectsProjectIdPatchBodyType] = UNSET,
|
|
1729
1818
|
**kwargs,
|
|
1730
1819
|
) -> Response[Project, ProjectType]:
|
|
@@ -1765,6 +1854,7 @@ class ProjectsClient:
|
|
|
1765
1854
|
url,
|
|
1766
1855
|
json=exclude_unset(json),
|
|
1767
1856
|
headers=exclude_unset(headers),
|
|
1857
|
+
stream=stream,
|
|
1768
1858
|
response_model=Project,
|
|
1769
1859
|
error_models={
|
|
1770
1860
|
"403": ProjectsProjectIdPatchResponse403,
|
|
@@ -1782,6 +1872,7 @@ class ProjectsClient:
|
|
|
1782
1872
|
per_page: Missing[int] = UNSET,
|
|
1783
1873
|
page: Missing[int] = UNSET,
|
|
1784
1874
|
headers: Optional[Mapping[str, str]] = None,
|
|
1875
|
+
stream: bool = False,
|
|
1785
1876
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1786
1877
|
"""DEPRECATED projects/list-collaborators
|
|
1787
1878
|
|
|
@@ -1811,6 +1902,7 @@ class ProjectsClient:
|
|
|
1811
1902
|
url,
|
|
1812
1903
|
params=exclude_unset(params),
|
|
1813
1904
|
headers=exclude_unset(headers),
|
|
1905
|
+
stream=stream,
|
|
1814
1906
|
response_model=list[SimpleUser],
|
|
1815
1907
|
error_models={
|
|
1816
1908
|
"404": BasicError,
|
|
@@ -1828,6 +1920,7 @@ class ProjectsClient:
|
|
|
1828
1920
|
per_page: Missing[int] = UNSET,
|
|
1829
1921
|
page: Missing[int] = UNSET,
|
|
1830
1922
|
headers: Optional[Mapping[str, str]] = None,
|
|
1923
|
+
stream: bool = False,
|
|
1831
1924
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1832
1925
|
"""DEPRECATED projects/list-collaborators
|
|
1833
1926
|
|
|
@@ -1857,6 +1950,7 @@ class ProjectsClient:
|
|
|
1857
1950
|
url,
|
|
1858
1951
|
params=exclude_unset(params),
|
|
1859
1952
|
headers=exclude_unset(headers),
|
|
1953
|
+
stream=stream,
|
|
1860
1954
|
response_model=list[SimpleUser],
|
|
1861
1955
|
error_models={
|
|
1862
1956
|
"404": BasicError,
|
|
@@ -1873,6 +1967,7 @@ class ProjectsClient:
|
|
|
1873
1967
|
username: str,
|
|
1874
1968
|
*,
|
|
1875
1969
|
headers: Optional[Mapping[str, str]] = None,
|
|
1970
|
+
stream: bool = False,
|
|
1876
1971
|
data: Missing[
|
|
1877
1972
|
Union[ProjectsProjectIdCollaboratorsUsernamePutBodyType, None]
|
|
1878
1973
|
] = UNSET,
|
|
@@ -1886,6 +1981,7 @@ class ProjectsClient:
|
|
|
1886
1981
|
*,
|
|
1887
1982
|
data: UnsetType = UNSET,
|
|
1888
1983
|
headers: Optional[Mapping[str, str]] = None,
|
|
1984
|
+
stream: bool = False,
|
|
1889
1985
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
1890
1986
|
) -> Response: ...
|
|
1891
1987
|
|
|
@@ -1895,6 +1991,7 @@ class ProjectsClient:
|
|
|
1895
1991
|
username: str,
|
|
1896
1992
|
*,
|
|
1897
1993
|
headers: Optional[Mapping[str, str]] = None,
|
|
1994
|
+
stream: bool = False,
|
|
1898
1995
|
data: Missing[
|
|
1899
1996
|
Union[ProjectsProjectIdCollaboratorsUsernamePutBodyType, None]
|
|
1900
1997
|
] = UNSET,
|
|
@@ -1939,6 +2036,7 @@ class ProjectsClient:
|
|
|
1939
2036
|
url,
|
|
1940
2037
|
json=exclude_unset(json),
|
|
1941
2038
|
headers=exclude_unset(headers),
|
|
2039
|
+
stream=stream,
|
|
1942
2040
|
error_models={
|
|
1943
2041
|
"404": BasicError,
|
|
1944
2042
|
"422": ValidationError,
|
|
@@ -1954,6 +2052,7 @@ class ProjectsClient:
|
|
|
1954
2052
|
username: str,
|
|
1955
2053
|
*,
|
|
1956
2054
|
headers: Optional[Mapping[str, str]] = None,
|
|
2055
|
+
stream: bool = False,
|
|
1957
2056
|
data: Missing[
|
|
1958
2057
|
Union[ProjectsProjectIdCollaboratorsUsernamePutBodyType, None]
|
|
1959
2058
|
] = UNSET,
|
|
@@ -1967,6 +2066,7 @@ class ProjectsClient:
|
|
|
1967
2066
|
*,
|
|
1968
2067
|
data: UnsetType = UNSET,
|
|
1969
2068
|
headers: Optional[Mapping[str, str]] = None,
|
|
2069
|
+
stream: bool = False,
|
|
1970
2070
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
1971
2071
|
) -> Response: ...
|
|
1972
2072
|
|
|
@@ -1976,6 +2076,7 @@ class ProjectsClient:
|
|
|
1976
2076
|
username: str,
|
|
1977
2077
|
*,
|
|
1978
2078
|
headers: Optional[Mapping[str, str]] = None,
|
|
2079
|
+
stream: bool = False,
|
|
1979
2080
|
data: Missing[
|
|
1980
2081
|
Union[ProjectsProjectIdCollaboratorsUsernamePutBodyType, None]
|
|
1981
2082
|
] = UNSET,
|
|
@@ -2020,6 +2121,7 @@ class ProjectsClient:
|
|
|
2020
2121
|
url,
|
|
2021
2122
|
json=exclude_unset(json),
|
|
2022
2123
|
headers=exclude_unset(headers),
|
|
2124
|
+
stream=stream,
|
|
2023
2125
|
error_models={
|
|
2024
2126
|
"404": BasicError,
|
|
2025
2127
|
"422": ValidationError,
|
|
@@ -2034,6 +2136,7 @@ class ProjectsClient:
|
|
|
2034
2136
|
username: str,
|
|
2035
2137
|
*,
|
|
2036
2138
|
headers: Optional[Mapping[str, str]] = None,
|
|
2139
|
+
stream: bool = False,
|
|
2037
2140
|
) -> Response:
|
|
2038
2141
|
"""DEPRECATED projects/remove-collaborator
|
|
2039
2142
|
|
|
@@ -2056,6 +2159,7 @@ class ProjectsClient:
|
|
|
2056
2159
|
"DELETE",
|
|
2057
2160
|
url,
|
|
2058
2161
|
headers=exclude_unset(headers),
|
|
2162
|
+
stream=stream,
|
|
2059
2163
|
error_models={
|
|
2060
2164
|
"404": BasicError,
|
|
2061
2165
|
"403": BasicError,
|
|
@@ -2070,6 +2174,7 @@ class ProjectsClient:
|
|
|
2070
2174
|
username: str,
|
|
2071
2175
|
*,
|
|
2072
2176
|
headers: Optional[Mapping[str, str]] = None,
|
|
2177
|
+
stream: bool = False,
|
|
2073
2178
|
) -> Response:
|
|
2074
2179
|
"""DEPRECATED projects/remove-collaborator
|
|
2075
2180
|
|
|
@@ -2092,6 +2197,7 @@ class ProjectsClient:
|
|
|
2092
2197
|
"DELETE",
|
|
2093
2198
|
url,
|
|
2094
2199
|
headers=exclude_unset(headers),
|
|
2200
|
+
stream=stream,
|
|
2095
2201
|
error_models={
|
|
2096
2202
|
"404": BasicError,
|
|
2097
2203
|
"403": BasicError,
|
|
@@ -2106,6 +2212,7 @@ class ProjectsClient:
|
|
|
2106
2212
|
username: str,
|
|
2107
2213
|
*,
|
|
2108
2214
|
headers: Optional[Mapping[str, str]] = None,
|
|
2215
|
+
stream: bool = False,
|
|
2109
2216
|
) -> Response[ProjectCollaboratorPermission, ProjectCollaboratorPermissionType]:
|
|
2110
2217
|
"""DEPRECATED projects/get-permission-for-user
|
|
2111
2218
|
|
|
@@ -2128,6 +2235,7 @@ class ProjectsClient:
|
|
|
2128
2235
|
"GET",
|
|
2129
2236
|
url,
|
|
2130
2237
|
headers=exclude_unset(headers),
|
|
2238
|
+
stream=stream,
|
|
2131
2239
|
response_model=ProjectCollaboratorPermission,
|
|
2132
2240
|
error_models={
|
|
2133
2241
|
"404": BasicError,
|
|
@@ -2143,6 +2251,7 @@ class ProjectsClient:
|
|
|
2143
2251
|
username: str,
|
|
2144
2252
|
*,
|
|
2145
2253
|
headers: Optional[Mapping[str, str]] = None,
|
|
2254
|
+
stream: bool = False,
|
|
2146
2255
|
) -> Response[ProjectCollaboratorPermission, ProjectCollaboratorPermissionType]:
|
|
2147
2256
|
"""DEPRECATED projects/get-permission-for-user
|
|
2148
2257
|
|
|
@@ -2165,6 +2274,7 @@ class ProjectsClient:
|
|
|
2165
2274
|
"GET",
|
|
2166
2275
|
url,
|
|
2167
2276
|
headers=exclude_unset(headers),
|
|
2277
|
+
stream=stream,
|
|
2168
2278
|
response_model=ProjectCollaboratorPermission,
|
|
2169
2279
|
error_models={
|
|
2170
2280
|
"404": BasicError,
|
|
@@ -2181,6 +2291,7 @@ class ProjectsClient:
|
|
|
2181
2291
|
per_page: Missing[int] = UNSET,
|
|
2182
2292
|
page: Missing[int] = UNSET,
|
|
2183
2293
|
headers: Optional[Mapping[str, str]] = None,
|
|
2294
|
+
stream: bool = False,
|
|
2184
2295
|
) -> Response[list[ProjectColumn], list[ProjectColumnType]]:
|
|
2185
2296
|
"""DEPRECATED projects/list-columns
|
|
2186
2297
|
|
|
@@ -2209,6 +2320,7 @@ class ProjectsClient:
|
|
|
2209
2320
|
url,
|
|
2210
2321
|
params=exclude_unset(params),
|
|
2211
2322
|
headers=exclude_unset(headers),
|
|
2323
|
+
stream=stream,
|
|
2212
2324
|
response_model=list[ProjectColumn],
|
|
2213
2325
|
error_models={
|
|
2214
2326
|
"403": BasicError,
|
|
@@ -2223,6 +2335,7 @@ class ProjectsClient:
|
|
|
2223
2335
|
per_page: Missing[int] = UNSET,
|
|
2224
2336
|
page: Missing[int] = UNSET,
|
|
2225
2337
|
headers: Optional[Mapping[str, str]] = None,
|
|
2338
|
+
stream: bool = False,
|
|
2226
2339
|
) -> Response[list[ProjectColumn], list[ProjectColumnType]]:
|
|
2227
2340
|
"""DEPRECATED projects/list-columns
|
|
2228
2341
|
|
|
@@ -2251,6 +2364,7 @@ class ProjectsClient:
|
|
|
2251
2364
|
url,
|
|
2252
2365
|
params=exclude_unset(params),
|
|
2253
2366
|
headers=exclude_unset(headers),
|
|
2367
|
+
stream=stream,
|
|
2254
2368
|
response_model=list[ProjectColumn],
|
|
2255
2369
|
error_models={
|
|
2256
2370
|
"403": BasicError,
|
|
@@ -2264,6 +2378,7 @@ class ProjectsClient:
|
|
|
2264
2378
|
project_id: int,
|
|
2265
2379
|
*,
|
|
2266
2380
|
headers: Optional[Mapping[str, str]] = None,
|
|
2381
|
+
stream: bool = False,
|
|
2267
2382
|
data: ProjectsProjectIdColumnsPostBodyType,
|
|
2268
2383
|
) -> Response[ProjectColumn, ProjectColumnType]: ...
|
|
2269
2384
|
|
|
@@ -2274,6 +2389,7 @@ class ProjectsClient:
|
|
|
2274
2389
|
*,
|
|
2275
2390
|
data: UnsetType = UNSET,
|
|
2276
2391
|
headers: Optional[Mapping[str, str]] = None,
|
|
2392
|
+
stream: bool = False,
|
|
2277
2393
|
name: str,
|
|
2278
2394
|
) -> Response[ProjectColumn, ProjectColumnType]: ...
|
|
2279
2395
|
|
|
@@ -2282,6 +2398,7 @@ class ProjectsClient:
|
|
|
2282
2398
|
project_id: int,
|
|
2283
2399
|
*,
|
|
2284
2400
|
headers: Optional[Mapping[str, str]] = None,
|
|
2401
|
+
stream: bool = False,
|
|
2285
2402
|
data: Missing[ProjectsProjectIdColumnsPostBodyType] = UNSET,
|
|
2286
2403
|
**kwargs,
|
|
2287
2404
|
) -> Response[ProjectColumn, ProjectColumnType]:
|
|
@@ -2321,6 +2438,7 @@ class ProjectsClient:
|
|
|
2321
2438
|
url,
|
|
2322
2439
|
json=exclude_unset(json),
|
|
2323
2440
|
headers=exclude_unset(headers),
|
|
2441
|
+
stream=stream,
|
|
2324
2442
|
response_model=ProjectColumn,
|
|
2325
2443
|
error_models={
|
|
2326
2444
|
"403": BasicError,
|
|
@@ -2335,6 +2453,7 @@ class ProjectsClient:
|
|
|
2335
2453
|
project_id: int,
|
|
2336
2454
|
*,
|
|
2337
2455
|
headers: Optional[Mapping[str, str]] = None,
|
|
2456
|
+
stream: bool = False,
|
|
2338
2457
|
data: ProjectsProjectIdColumnsPostBodyType,
|
|
2339
2458
|
) -> Response[ProjectColumn, ProjectColumnType]: ...
|
|
2340
2459
|
|
|
@@ -2345,6 +2464,7 @@ class ProjectsClient:
|
|
|
2345
2464
|
*,
|
|
2346
2465
|
data: UnsetType = UNSET,
|
|
2347
2466
|
headers: Optional[Mapping[str, str]] = None,
|
|
2467
|
+
stream: bool = False,
|
|
2348
2468
|
name: str,
|
|
2349
2469
|
) -> Response[ProjectColumn, ProjectColumnType]: ...
|
|
2350
2470
|
|
|
@@ -2353,6 +2473,7 @@ class ProjectsClient:
|
|
|
2353
2473
|
project_id: int,
|
|
2354
2474
|
*,
|
|
2355
2475
|
headers: Optional[Mapping[str, str]] = None,
|
|
2476
|
+
stream: bool = False,
|
|
2356
2477
|
data: Missing[ProjectsProjectIdColumnsPostBodyType] = UNSET,
|
|
2357
2478
|
**kwargs,
|
|
2358
2479
|
) -> Response[ProjectColumn, ProjectColumnType]:
|
|
@@ -2392,6 +2513,7 @@ class ProjectsClient:
|
|
|
2392
2513
|
url,
|
|
2393
2514
|
json=exclude_unset(json),
|
|
2394
2515
|
headers=exclude_unset(headers),
|
|
2516
|
+
stream=stream,
|
|
2395
2517
|
response_model=ProjectColumn,
|
|
2396
2518
|
error_models={
|
|
2397
2519
|
"403": BasicError,
|
|
@@ -2409,6 +2531,7 @@ class ProjectsClient:
|
|
|
2409
2531
|
per_page: Missing[int] = UNSET,
|
|
2410
2532
|
page: Missing[int] = UNSET,
|
|
2411
2533
|
headers: Optional[Mapping[str, str]] = None,
|
|
2534
|
+
stream: bool = False,
|
|
2412
2535
|
) -> Response[list[Project], list[ProjectType]]:
|
|
2413
2536
|
"""DEPRECATED projects/list-for-repo
|
|
2414
2537
|
|
|
@@ -2438,6 +2561,7 @@ class ProjectsClient:
|
|
|
2438
2561
|
url,
|
|
2439
2562
|
params=exclude_unset(params),
|
|
2440
2563
|
headers=exclude_unset(headers),
|
|
2564
|
+
stream=stream,
|
|
2441
2565
|
response_model=list[Project],
|
|
2442
2566
|
error_models={
|
|
2443
2567
|
"401": BasicError,
|
|
@@ -2457,6 +2581,7 @@ class ProjectsClient:
|
|
|
2457
2581
|
per_page: Missing[int] = UNSET,
|
|
2458
2582
|
page: Missing[int] = UNSET,
|
|
2459
2583
|
headers: Optional[Mapping[str, str]] = None,
|
|
2584
|
+
stream: bool = False,
|
|
2460
2585
|
) -> Response[list[Project], list[ProjectType]]:
|
|
2461
2586
|
"""DEPRECATED projects/list-for-repo
|
|
2462
2587
|
|
|
@@ -2486,6 +2611,7 @@ class ProjectsClient:
|
|
|
2486
2611
|
url,
|
|
2487
2612
|
params=exclude_unset(params),
|
|
2488
2613
|
headers=exclude_unset(headers),
|
|
2614
|
+
stream=stream,
|
|
2489
2615
|
response_model=list[Project],
|
|
2490
2616
|
error_models={
|
|
2491
2617
|
"401": BasicError,
|
|
@@ -2503,6 +2629,7 @@ class ProjectsClient:
|
|
|
2503
2629
|
repo: str,
|
|
2504
2630
|
*,
|
|
2505
2631
|
headers: Optional[Mapping[str, str]] = None,
|
|
2632
|
+
stream: bool = False,
|
|
2506
2633
|
data: ReposOwnerRepoProjectsPostBodyType,
|
|
2507
2634
|
) -> Response[Project, ProjectType]: ...
|
|
2508
2635
|
|
|
@@ -2514,6 +2641,7 @@ class ProjectsClient:
|
|
|
2514
2641
|
*,
|
|
2515
2642
|
data: UnsetType = UNSET,
|
|
2516
2643
|
headers: Optional[Mapping[str, str]] = None,
|
|
2644
|
+
stream: bool = False,
|
|
2517
2645
|
name: str,
|
|
2518
2646
|
body: Missing[str] = UNSET,
|
|
2519
2647
|
) -> Response[Project, ProjectType]: ...
|
|
@@ -2524,6 +2652,7 @@ class ProjectsClient:
|
|
|
2524
2652
|
repo: str,
|
|
2525
2653
|
*,
|
|
2526
2654
|
headers: Optional[Mapping[str, str]] = None,
|
|
2655
|
+
stream: bool = False,
|
|
2527
2656
|
data: Missing[ReposOwnerRepoProjectsPostBodyType] = UNSET,
|
|
2528
2657
|
**kwargs,
|
|
2529
2658
|
) -> Response[Project, ProjectType]:
|
|
@@ -2563,6 +2692,7 @@ class ProjectsClient:
|
|
|
2563
2692
|
url,
|
|
2564
2693
|
json=exclude_unset(json),
|
|
2565
2694
|
headers=exclude_unset(headers),
|
|
2695
|
+
stream=stream,
|
|
2566
2696
|
response_model=Project,
|
|
2567
2697
|
error_models={
|
|
2568
2698
|
"401": BasicError,
|
|
@@ -2580,6 +2710,7 @@ class ProjectsClient:
|
|
|
2580
2710
|
repo: str,
|
|
2581
2711
|
*,
|
|
2582
2712
|
headers: Optional[Mapping[str, str]] = None,
|
|
2713
|
+
stream: bool = False,
|
|
2583
2714
|
data: ReposOwnerRepoProjectsPostBodyType,
|
|
2584
2715
|
) -> Response[Project, ProjectType]: ...
|
|
2585
2716
|
|
|
@@ -2591,6 +2722,7 @@ class ProjectsClient:
|
|
|
2591
2722
|
*,
|
|
2592
2723
|
data: UnsetType = UNSET,
|
|
2593
2724
|
headers: Optional[Mapping[str, str]] = None,
|
|
2725
|
+
stream: bool = False,
|
|
2594
2726
|
name: str,
|
|
2595
2727
|
body: Missing[str] = UNSET,
|
|
2596
2728
|
) -> Response[Project, ProjectType]: ...
|
|
@@ -2601,6 +2733,7 @@ class ProjectsClient:
|
|
|
2601
2733
|
repo: str,
|
|
2602
2734
|
*,
|
|
2603
2735
|
headers: Optional[Mapping[str, str]] = None,
|
|
2736
|
+
stream: bool = False,
|
|
2604
2737
|
data: Missing[ReposOwnerRepoProjectsPostBodyType] = UNSET,
|
|
2605
2738
|
**kwargs,
|
|
2606
2739
|
) -> Response[Project, ProjectType]:
|
|
@@ -2640,6 +2773,7 @@ class ProjectsClient:
|
|
|
2640
2773
|
url,
|
|
2641
2774
|
json=exclude_unset(json),
|
|
2642
2775
|
headers=exclude_unset(headers),
|
|
2776
|
+
stream=stream,
|
|
2643
2777
|
response_model=Project,
|
|
2644
2778
|
error_models={
|
|
2645
2779
|
"401": BasicError,
|
|
@@ -2655,6 +2789,7 @@ class ProjectsClient:
|
|
|
2655
2789
|
self,
|
|
2656
2790
|
*,
|
|
2657
2791
|
headers: Optional[Mapping[str, str]] = None,
|
|
2792
|
+
stream: bool = False,
|
|
2658
2793
|
data: UserProjectsPostBodyType,
|
|
2659
2794
|
) -> Response[Project, ProjectType]: ...
|
|
2660
2795
|
|
|
@@ -2664,6 +2799,7 @@ class ProjectsClient:
|
|
|
2664
2799
|
*,
|
|
2665
2800
|
data: UnsetType = UNSET,
|
|
2666
2801
|
headers: Optional[Mapping[str, str]] = None,
|
|
2802
|
+
stream: bool = False,
|
|
2667
2803
|
name: str,
|
|
2668
2804
|
body: Missing[Union[str, None]] = UNSET,
|
|
2669
2805
|
) -> Response[Project, ProjectType]: ...
|
|
@@ -2672,6 +2808,7 @@ class ProjectsClient:
|
|
|
2672
2808
|
self,
|
|
2673
2809
|
*,
|
|
2674
2810
|
headers: Optional[Mapping[str, str]] = None,
|
|
2811
|
+
stream: bool = False,
|
|
2675
2812
|
data: Missing[UserProjectsPostBodyType] = UNSET,
|
|
2676
2813
|
**kwargs,
|
|
2677
2814
|
) -> Response[Project, ProjectType]:
|
|
@@ -2711,6 +2848,7 @@ class ProjectsClient:
|
|
|
2711
2848
|
url,
|
|
2712
2849
|
json=exclude_unset(json),
|
|
2713
2850
|
headers=exclude_unset(headers),
|
|
2851
|
+
stream=stream,
|
|
2714
2852
|
response_model=Project,
|
|
2715
2853
|
error_models={
|
|
2716
2854
|
"403": BasicError,
|
|
@@ -2724,6 +2862,7 @@ class ProjectsClient:
|
|
|
2724
2862
|
self,
|
|
2725
2863
|
*,
|
|
2726
2864
|
headers: Optional[Mapping[str, str]] = None,
|
|
2865
|
+
stream: bool = False,
|
|
2727
2866
|
data: UserProjectsPostBodyType,
|
|
2728
2867
|
) -> Response[Project, ProjectType]: ...
|
|
2729
2868
|
|
|
@@ -2733,6 +2872,7 @@ class ProjectsClient:
|
|
|
2733
2872
|
*,
|
|
2734
2873
|
data: UnsetType = UNSET,
|
|
2735
2874
|
headers: Optional[Mapping[str, str]] = None,
|
|
2875
|
+
stream: bool = False,
|
|
2736
2876
|
name: str,
|
|
2737
2877
|
body: Missing[Union[str, None]] = UNSET,
|
|
2738
2878
|
) -> Response[Project, ProjectType]: ...
|
|
@@ -2741,6 +2881,7 @@ class ProjectsClient:
|
|
|
2741
2881
|
self,
|
|
2742
2882
|
*,
|
|
2743
2883
|
headers: Optional[Mapping[str, str]] = None,
|
|
2884
|
+
stream: bool = False,
|
|
2744
2885
|
data: Missing[UserProjectsPostBodyType] = UNSET,
|
|
2745
2886
|
**kwargs,
|
|
2746
2887
|
) -> Response[Project, ProjectType]:
|
|
@@ -2780,6 +2921,7 @@ class ProjectsClient:
|
|
|
2780
2921
|
url,
|
|
2781
2922
|
json=exclude_unset(json),
|
|
2782
2923
|
headers=exclude_unset(headers),
|
|
2924
|
+
stream=stream,
|
|
2783
2925
|
response_model=Project,
|
|
2784
2926
|
error_models={
|
|
2785
2927
|
"403": BasicError,
|
|
@@ -2796,6 +2938,7 @@ class ProjectsClient:
|
|
|
2796
2938
|
per_page: Missing[int] = UNSET,
|
|
2797
2939
|
page: Missing[int] = UNSET,
|
|
2798
2940
|
headers: Optional[Mapping[str, str]] = None,
|
|
2941
|
+
stream: bool = False,
|
|
2799
2942
|
) -> Response[list[Project], list[ProjectType]]:
|
|
2800
2943
|
"""DEPRECATED projects/list-for-user
|
|
2801
2944
|
|
|
@@ -2825,6 +2968,7 @@ class ProjectsClient:
|
|
|
2825
2968
|
url,
|
|
2826
2969
|
params=exclude_unset(params),
|
|
2827
2970
|
headers=exclude_unset(headers),
|
|
2971
|
+
stream=stream,
|
|
2828
2972
|
response_model=list[Project],
|
|
2829
2973
|
error_models={
|
|
2830
2974
|
"422": ValidationError,
|
|
@@ -2839,6 +2983,7 @@ class ProjectsClient:
|
|
|
2839
2983
|
per_page: Missing[int] = UNSET,
|
|
2840
2984
|
page: Missing[int] = UNSET,
|
|
2841
2985
|
headers: Optional[Mapping[str, str]] = None,
|
|
2986
|
+
stream: bool = False,
|
|
2842
2987
|
) -> Response[list[Project], list[ProjectType]]:
|
|
2843
2988
|
"""DEPRECATED projects/list-for-user
|
|
2844
2989
|
|
|
@@ -2868,6 +3013,7 @@ class ProjectsClient:
|
|
|
2868
3013
|
url,
|
|
2869
3014
|
params=exclude_unset(params),
|
|
2870
3015
|
headers=exclude_unset(headers),
|
|
3016
|
+
stream=stream,
|
|
2871
3017
|
response_model=list[Project],
|
|
2872
3018
|
error_models={
|
|
2873
3019
|
"422": ValidationError,
|