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
|
@@ -38,6 +38,7 @@ if TYPE_CHECKING:
|
|
|
38
38
|
SimpleUser,
|
|
39
39
|
SocialAccount,
|
|
40
40
|
SshSigningKey,
|
|
41
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
41
42
|
UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
42
43
|
)
|
|
43
44
|
from ..types import (
|
|
@@ -60,6 +61,8 @@ if TYPE_CHECKING:
|
|
|
60
61
|
UserSocialAccountsDeleteBodyType,
|
|
61
62
|
UserSocialAccountsPostBodyType,
|
|
62
63
|
UserSshSigningKeysPostBodyType,
|
|
64
|
+
UsersUsernameAttestationsBulkListPostBodyType,
|
|
65
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
63
66
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
64
67
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type,
|
|
65
68
|
UsersUsernameAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -85,6 +88,7 @@ class UsersClient:
|
|
|
85
88
|
self,
|
|
86
89
|
*,
|
|
87
90
|
headers: Optional[Mapping[str, str]] = None,
|
|
91
|
+
stream: bool = False,
|
|
88
92
|
) -> Response[
|
|
89
93
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
90
94
|
]:
|
|
@@ -109,6 +113,7 @@ class UsersClient:
|
|
|
109
113
|
"GET",
|
|
110
114
|
url,
|
|
111
115
|
headers=exclude_unset(headers),
|
|
116
|
+
stream=stream,
|
|
112
117
|
response_model=Union[PrivateUser, PublicUser],
|
|
113
118
|
error_models={
|
|
114
119
|
"403": BasicError,
|
|
@@ -120,6 +125,7 @@ class UsersClient:
|
|
|
120
125
|
self,
|
|
121
126
|
*,
|
|
122
127
|
headers: Optional[Mapping[str, str]] = None,
|
|
128
|
+
stream: bool = False,
|
|
123
129
|
) -> Response[
|
|
124
130
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
125
131
|
]:
|
|
@@ -144,6 +150,7 @@ class UsersClient:
|
|
|
144
150
|
"GET",
|
|
145
151
|
url,
|
|
146
152
|
headers=exclude_unset(headers),
|
|
153
|
+
stream=stream,
|
|
147
154
|
response_model=Union[PrivateUser, PublicUser],
|
|
148
155
|
error_models={
|
|
149
156
|
"403": BasicError,
|
|
@@ -156,6 +163,7 @@ class UsersClient:
|
|
|
156
163
|
self,
|
|
157
164
|
*,
|
|
158
165
|
headers: Optional[Mapping[str, str]] = None,
|
|
166
|
+
stream: bool = False,
|
|
159
167
|
data: Missing[UserPatchBodyType] = UNSET,
|
|
160
168
|
) -> Response[PrivateUser, PrivateUserType]: ...
|
|
161
169
|
|
|
@@ -165,6 +173,7 @@ class UsersClient:
|
|
|
165
173
|
*,
|
|
166
174
|
data: UnsetType = UNSET,
|
|
167
175
|
headers: Optional[Mapping[str, str]] = None,
|
|
176
|
+
stream: bool = False,
|
|
168
177
|
name: Missing[str] = UNSET,
|
|
169
178
|
email: Missing[str] = UNSET,
|
|
170
179
|
blog: Missing[str] = UNSET,
|
|
@@ -179,6 +188,7 @@ class UsersClient:
|
|
|
179
188
|
self,
|
|
180
189
|
*,
|
|
181
190
|
headers: Optional[Mapping[str, str]] = None,
|
|
191
|
+
stream: bool = False,
|
|
182
192
|
data: Missing[UserPatchBodyType] = UNSET,
|
|
183
193
|
**kwargs,
|
|
184
194
|
) -> Response[PrivateUser, PrivateUserType]:
|
|
@@ -211,6 +221,7 @@ class UsersClient:
|
|
|
211
221
|
url,
|
|
212
222
|
json=exclude_unset(json),
|
|
213
223
|
headers=exclude_unset(headers),
|
|
224
|
+
stream=stream,
|
|
214
225
|
response_model=PrivateUser,
|
|
215
226
|
error_models={
|
|
216
227
|
"404": BasicError,
|
|
@@ -225,6 +236,7 @@ class UsersClient:
|
|
|
225
236
|
self,
|
|
226
237
|
*,
|
|
227
238
|
headers: Optional[Mapping[str, str]] = None,
|
|
239
|
+
stream: bool = False,
|
|
228
240
|
data: Missing[UserPatchBodyType] = UNSET,
|
|
229
241
|
) -> Response[PrivateUser, PrivateUserType]: ...
|
|
230
242
|
|
|
@@ -234,6 +246,7 @@ class UsersClient:
|
|
|
234
246
|
*,
|
|
235
247
|
data: UnsetType = UNSET,
|
|
236
248
|
headers: Optional[Mapping[str, str]] = None,
|
|
249
|
+
stream: bool = False,
|
|
237
250
|
name: Missing[str] = UNSET,
|
|
238
251
|
email: Missing[str] = UNSET,
|
|
239
252
|
blog: Missing[str] = UNSET,
|
|
@@ -248,6 +261,7 @@ class UsersClient:
|
|
|
248
261
|
self,
|
|
249
262
|
*,
|
|
250
263
|
headers: Optional[Mapping[str, str]] = None,
|
|
264
|
+
stream: bool = False,
|
|
251
265
|
data: Missing[UserPatchBodyType] = UNSET,
|
|
252
266
|
**kwargs,
|
|
253
267
|
) -> Response[PrivateUser, PrivateUserType]:
|
|
@@ -280,6 +294,7 @@ class UsersClient:
|
|
|
280
294
|
url,
|
|
281
295
|
json=exclude_unset(json),
|
|
282
296
|
headers=exclude_unset(headers),
|
|
297
|
+
stream=stream,
|
|
283
298
|
response_model=PrivateUser,
|
|
284
299
|
error_models={
|
|
285
300
|
"404": BasicError,
|
|
@@ -295,6 +310,7 @@ class UsersClient:
|
|
|
295
310
|
per_page: Missing[int] = UNSET,
|
|
296
311
|
page: Missing[int] = UNSET,
|
|
297
312
|
headers: Optional[Mapping[str, str]] = None,
|
|
313
|
+
stream: bool = False,
|
|
298
314
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
299
315
|
"""users/list-blocked-by-authenticated-user
|
|
300
316
|
|
|
@@ -321,6 +337,7 @@ class UsersClient:
|
|
|
321
337
|
url,
|
|
322
338
|
params=exclude_unset(params),
|
|
323
339
|
headers=exclude_unset(headers),
|
|
340
|
+
stream=stream,
|
|
324
341
|
response_model=list[SimpleUser],
|
|
325
342
|
error_models={
|
|
326
343
|
"404": BasicError,
|
|
@@ -335,6 +352,7 @@ class UsersClient:
|
|
|
335
352
|
per_page: Missing[int] = UNSET,
|
|
336
353
|
page: Missing[int] = UNSET,
|
|
337
354
|
headers: Optional[Mapping[str, str]] = None,
|
|
355
|
+
stream: bool = False,
|
|
338
356
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
339
357
|
"""users/list-blocked-by-authenticated-user
|
|
340
358
|
|
|
@@ -361,6 +379,7 @@ class UsersClient:
|
|
|
361
379
|
url,
|
|
362
380
|
params=exclude_unset(params),
|
|
363
381
|
headers=exclude_unset(headers),
|
|
382
|
+
stream=stream,
|
|
364
383
|
response_model=list[SimpleUser],
|
|
365
384
|
error_models={
|
|
366
385
|
"404": BasicError,
|
|
@@ -374,6 +393,7 @@ class UsersClient:
|
|
|
374
393
|
username: str,
|
|
375
394
|
*,
|
|
376
395
|
headers: Optional[Mapping[str, str]] = None,
|
|
396
|
+
stream: bool = False,
|
|
377
397
|
) -> Response:
|
|
378
398
|
"""users/check-blocked
|
|
379
399
|
|
|
@@ -394,6 +414,7 @@ class UsersClient:
|
|
|
394
414
|
"GET",
|
|
395
415
|
url,
|
|
396
416
|
headers=exclude_unset(headers),
|
|
417
|
+
stream=stream,
|
|
397
418
|
error_models={
|
|
398
419
|
"404": BasicError,
|
|
399
420
|
"403": BasicError,
|
|
@@ -406,6 +427,7 @@ class UsersClient:
|
|
|
406
427
|
username: str,
|
|
407
428
|
*,
|
|
408
429
|
headers: Optional[Mapping[str, str]] = None,
|
|
430
|
+
stream: bool = False,
|
|
409
431
|
) -> Response:
|
|
410
432
|
"""users/check-blocked
|
|
411
433
|
|
|
@@ -426,6 +448,7 @@ class UsersClient:
|
|
|
426
448
|
"GET",
|
|
427
449
|
url,
|
|
428
450
|
headers=exclude_unset(headers),
|
|
451
|
+
stream=stream,
|
|
429
452
|
error_models={
|
|
430
453
|
"404": BasicError,
|
|
431
454
|
"403": BasicError,
|
|
@@ -438,6 +461,7 @@ class UsersClient:
|
|
|
438
461
|
username: str,
|
|
439
462
|
*,
|
|
440
463
|
headers: Optional[Mapping[str, str]] = None,
|
|
464
|
+
stream: bool = False,
|
|
441
465
|
) -> Response:
|
|
442
466
|
"""users/block
|
|
443
467
|
|
|
@@ -458,6 +482,7 @@ class UsersClient:
|
|
|
458
482
|
"PUT",
|
|
459
483
|
url,
|
|
460
484
|
headers=exclude_unset(headers),
|
|
485
|
+
stream=stream,
|
|
461
486
|
error_models={
|
|
462
487
|
"404": BasicError,
|
|
463
488
|
"403": BasicError,
|
|
@@ -471,6 +496,7 @@ class UsersClient:
|
|
|
471
496
|
username: str,
|
|
472
497
|
*,
|
|
473
498
|
headers: Optional[Mapping[str, str]] = None,
|
|
499
|
+
stream: bool = False,
|
|
474
500
|
) -> Response:
|
|
475
501
|
"""users/block
|
|
476
502
|
|
|
@@ -491,6 +517,7 @@ class UsersClient:
|
|
|
491
517
|
"PUT",
|
|
492
518
|
url,
|
|
493
519
|
headers=exclude_unset(headers),
|
|
520
|
+
stream=stream,
|
|
494
521
|
error_models={
|
|
495
522
|
"404": BasicError,
|
|
496
523
|
"403": BasicError,
|
|
@@ -504,6 +531,7 @@ class UsersClient:
|
|
|
504
531
|
username: str,
|
|
505
532
|
*,
|
|
506
533
|
headers: Optional[Mapping[str, str]] = None,
|
|
534
|
+
stream: bool = False,
|
|
507
535
|
) -> Response:
|
|
508
536
|
"""users/unblock
|
|
509
537
|
|
|
@@ -524,6 +552,7 @@ class UsersClient:
|
|
|
524
552
|
"DELETE",
|
|
525
553
|
url,
|
|
526
554
|
headers=exclude_unset(headers),
|
|
555
|
+
stream=stream,
|
|
527
556
|
error_models={
|
|
528
557
|
"403": BasicError,
|
|
529
558
|
"401": BasicError,
|
|
@@ -536,6 +565,7 @@ class UsersClient:
|
|
|
536
565
|
username: str,
|
|
537
566
|
*,
|
|
538
567
|
headers: Optional[Mapping[str, str]] = None,
|
|
568
|
+
stream: bool = False,
|
|
539
569
|
) -> Response:
|
|
540
570
|
"""users/unblock
|
|
541
571
|
|
|
@@ -556,6 +586,7 @@ class UsersClient:
|
|
|
556
586
|
"DELETE",
|
|
557
587
|
url,
|
|
558
588
|
headers=exclude_unset(headers),
|
|
589
|
+
stream=stream,
|
|
559
590
|
error_models={
|
|
560
591
|
"403": BasicError,
|
|
561
592
|
"401": BasicError,
|
|
@@ -568,6 +599,7 @@ class UsersClient:
|
|
|
568
599
|
self,
|
|
569
600
|
*,
|
|
570
601
|
headers: Optional[Mapping[str, str]] = None,
|
|
602
|
+
stream: bool = False,
|
|
571
603
|
data: UserEmailVisibilityPatchBodyType,
|
|
572
604
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
573
605
|
|
|
@@ -577,6 +609,7 @@ class UsersClient:
|
|
|
577
609
|
*,
|
|
578
610
|
data: UnsetType = UNSET,
|
|
579
611
|
headers: Optional[Mapping[str, str]] = None,
|
|
612
|
+
stream: bool = False,
|
|
580
613
|
visibility: Literal["public", "private"],
|
|
581
614
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
582
615
|
|
|
@@ -584,6 +617,7 @@ class UsersClient:
|
|
|
584
617
|
self,
|
|
585
618
|
*,
|
|
586
619
|
headers: Optional[Mapping[str, str]] = None,
|
|
620
|
+
stream: bool = False,
|
|
587
621
|
data: Missing[UserEmailVisibilityPatchBodyType] = UNSET,
|
|
588
622
|
**kwargs,
|
|
589
623
|
) -> Response[list[Email], list[EmailType]]:
|
|
@@ -621,6 +655,7 @@ class UsersClient:
|
|
|
621
655
|
url,
|
|
622
656
|
json=exclude_unset(json),
|
|
623
657
|
headers=exclude_unset(headers),
|
|
658
|
+
stream=stream,
|
|
624
659
|
response_model=list[Email],
|
|
625
660
|
error_models={
|
|
626
661
|
"404": BasicError,
|
|
@@ -635,6 +670,7 @@ class UsersClient:
|
|
|
635
670
|
self,
|
|
636
671
|
*,
|
|
637
672
|
headers: Optional[Mapping[str, str]] = None,
|
|
673
|
+
stream: bool = False,
|
|
638
674
|
data: UserEmailVisibilityPatchBodyType,
|
|
639
675
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
640
676
|
|
|
@@ -644,6 +680,7 @@ class UsersClient:
|
|
|
644
680
|
*,
|
|
645
681
|
data: UnsetType = UNSET,
|
|
646
682
|
headers: Optional[Mapping[str, str]] = None,
|
|
683
|
+
stream: bool = False,
|
|
647
684
|
visibility: Literal["public", "private"],
|
|
648
685
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
649
686
|
|
|
@@ -651,6 +688,7 @@ class UsersClient:
|
|
|
651
688
|
self,
|
|
652
689
|
*,
|
|
653
690
|
headers: Optional[Mapping[str, str]] = None,
|
|
691
|
+
stream: bool = False,
|
|
654
692
|
data: Missing[UserEmailVisibilityPatchBodyType] = UNSET,
|
|
655
693
|
**kwargs,
|
|
656
694
|
) -> Response[list[Email], list[EmailType]]:
|
|
@@ -688,6 +726,7 @@ class UsersClient:
|
|
|
688
726
|
url,
|
|
689
727
|
json=exclude_unset(json),
|
|
690
728
|
headers=exclude_unset(headers),
|
|
729
|
+
stream=stream,
|
|
691
730
|
response_model=list[Email],
|
|
692
731
|
error_models={
|
|
693
732
|
"404": BasicError,
|
|
@@ -703,6 +742,7 @@ class UsersClient:
|
|
|
703
742
|
per_page: Missing[int] = UNSET,
|
|
704
743
|
page: Missing[int] = UNSET,
|
|
705
744
|
headers: Optional[Mapping[str, str]] = None,
|
|
745
|
+
stream: bool = False,
|
|
706
746
|
) -> Response[list[Email], list[EmailType]]:
|
|
707
747
|
"""users/list-emails-for-authenticated-user
|
|
708
748
|
|
|
@@ -732,6 +772,7 @@ class UsersClient:
|
|
|
732
772
|
url,
|
|
733
773
|
params=exclude_unset(params),
|
|
734
774
|
headers=exclude_unset(headers),
|
|
775
|
+
stream=stream,
|
|
735
776
|
response_model=list[Email],
|
|
736
777
|
error_models={
|
|
737
778
|
"404": BasicError,
|
|
@@ -746,6 +787,7 @@ class UsersClient:
|
|
|
746
787
|
per_page: Missing[int] = UNSET,
|
|
747
788
|
page: Missing[int] = UNSET,
|
|
748
789
|
headers: Optional[Mapping[str, str]] = None,
|
|
790
|
+
stream: bool = False,
|
|
749
791
|
) -> Response[list[Email], list[EmailType]]:
|
|
750
792
|
"""users/list-emails-for-authenticated-user
|
|
751
793
|
|
|
@@ -775,6 +817,7 @@ class UsersClient:
|
|
|
775
817
|
url,
|
|
776
818
|
params=exclude_unset(params),
|
|
777
819
|
headers=exclude_unset(headers),
|
|
820
|
+
stream=stream,
|
|
778
821
|
response_model=list[Email],
|
|
779
822
|
error_models={
|
|
780
823
|
"404": BasicError,
|
|
@@ -788,6 +831,7 @@ class UsersClient:
|
|
|
788
831
|
self,
|
|
789
832
|
*,
|
|
790
833
|
headers: Optional[Mapping[str, str]] = None,
|
|
834
|
+
stream: bool = False,
|
|
791
835
|
data: Missing[Union[UserEmailsPostBodyOneof0Type, list[str], str]] = UNSET,
|
|
792
836
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
793
837
|
|
|
@@ -797,6 +841,7 @@ class UsersClient:
|
|
|
797
841
|
*,
|
|
798
842
|
data: UnsetType = UNSET,
|
|
799
843
|
headers: Optional[Mapping[str, str]] = None,
|
|
844
|
+
stream: bool = False,
|
|
800
845
|
emails: list[str],
|
|
801
846
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
802
847
|
|
|
@@ -804,6 +849,7 @@ class UsersClient:
|
|
|
804
849
|
self,
|
|
805
850
|
*,
|
|
806
851
|
headers: Optional[Mapping[str, str]] = None,
|
|
852
|
+
stream: bool = False,
|
|
807
853
|
data: Missing[Union[UserEmailsPostBodyOneof0Type, list[str], str]] = UNSET,
|
|
808
854
|
**kwargs,
|
|
809
855
|
) -> Response[list[Email], list[EmailType]]:
|
|
@@ -852,6 +898,7 @@ class UsersClient:
|
|
|
852
898
|
url,
|
|
853
899
|
json=exclude_unset(json),
|
|
854
900
|
headers=exclude_unset(headers),
|
|
901
|
+
stream=stream,
|
|
855
902
|
response_model=list[Email],
|
|
856
903
|
error_models={
|
|
857
904
|
"422": ValidationError,
|
|
@@ -866,6 +913,7 @@ class UsersClient:
|
|
|
866
913
|
self,
|
|
867
914
|
*,
|
|
868
915
|
headers: Optional[Mapping[str, str]] = None,
|
|
916
|
+
stream: bool = False,
|
|
869
917
|
data: Missing[Union[UserEmailsPostBodyOneof0Type, list[str], str]] = UNSET,
|
|
870
918
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
871
919
|
|
|
@@ -875,6 +923,7 @@ class UsersClient:
|
|
|
875
923
|
*,
|
|
876
924
|
data: UnsetType = UNSET,
|
|
877
925
|
headers: Optional[Mapping[str, str]] = None,
|
|
926
|
+
stream: bool = False,
|
|
878
927
|
emails: list[str],
|
|
879
928
|
) -> Response[list[Email], list[EmailType]]: ...
|
|
880
929
|
|
|
@@ -882,6 +931,7 @@ class UsersClient:
|
|
|
882
931
|
self,
|
|
883
932
|
*,
|
|
884
933
|
headers: Optional[Mapping[str, str]] = None,
|
|
934
|
+
stream: bool = False,
|
|
885
935
|
data: Missing[Union[UserEmailsPostBodyOneof0Type, list[str], str]] = UNSET,
|
|
886
936
|
**kwargs,
|
|
887
937
|
) -> Response[list[Email], list[EmailType]]:
|
|
@@ -930,6 +980,7 @@ class UsersClient:
|
|
|
930
980
|
url,
|
|
931
981
|
json=exclude_unset(json),
|
|
932
982
|
headers=exclude_unset(headers),
|
|
983
|
+
stream=stream,
|
|
933
984
|
response_model=list[Email],
|
|
934
985
|
error_models={
|
|
935
986
|
"422": ValidationError,
|
|
@@ -944,6 +995,7 @@ class UsersClient:
|
|
|
944
995
|
self,
|
|
945
996
|
*,
|
|
946
997
|
headers: Optional[Mapping[str, str]] = None,
|
|
998
|
+
stream: bool = False,
|
|
947
999
|
data: Missing[Union[UserEmailsDeleteBodyOneof0Type, list[str], str]] = UNSET,
|
|
948
1000
|
) -> Response: ...
|
|
949
1001
|
|
|
@@ -953,6 +1005,7 @@ class UsersClient:
|
|
|
953
1005
|
*,
|
|
954
1006
|
data: UnsetType = UNSET,
|
|
955
1007
|
headers: Optional[Mapping[str, str]] = None,
|
|
1008
|
+
stream: bool = False,
|
|
956
1009
|
emails: list[str],
|
|
957
1010
|
) -> Response: ...
|
|
958
1011
|
|
|
@@ -960,6 +1013,7 @@ class UsersClient:
|
|
|
960
1013
|
self,
|
|
961
1014
|
*,
|
|
962
1015
|
headers: Optional[Mapping[str, str]] = None,
|
|
1016
|
+
stream: bool = False,
|
|
963
1017
|
data: Missing[Union[UserEmailsDeleteBodyOneof0Type, list[str], str]] = UNSET,
|
|
964
1018
|
**kwargs,
|
|
965
1019
|
) -> Response:
|
|
@@ -1003,6 +1057,7 @@ class UsersClient:
|
|
|
1003
1057
|
url,
|
|
1004
1058
|
json=exclude_unset(json),
|
|
1005
1059
|
headers=exclude_unset(headers),
|
|
1060
|
+
stream=stream,
|
|
1006
1061
|
error_models={
|
|
1007
1062
|
"404": BasicError,
|
|
1008
1063
|
"403": BasicError,
|
|
@@ -1016,6 +1071,7 @@ class UsersClient:
|
|
|
1016
1071
|
self,
|
|
1017
1072
|
*,
|
|
1018
1073
|
headers: Optional[Mapping[str, str]] = None,
|
|
1074
|
+
stream: bool = False,
|
|
1019
1075
|
data: Missing[Union[UserEmailsDeleteBodyOneof0Type, list[str], str]] = UNSET,
|
|
1020
1076
|
) -> Response: ...
|
|
1021
1077
|
|
|
@@ -1025,6 +1081,7 @@ class UsersClient:
|
|
|
1025
1081
|
*,
|
|
1026
1082
|
data: UnsetType = UNSET,
|
|
1027
1083
|
headers: Optional[Mapping[str, str]] = None,
|
|
1084
|
+
stream: bool = False,
|
|
1028
1085
|
emails: list[str],
|
|
1029
1086
|
) -> Response: ...
|
|
1030
1087
|
|
|
@@ -1032,6 +1089,7 @@ class UsersClient:
|
|
|
1032
1089
|
self,
|
|
1033
1090
|
*,
|
|
1034
1091
|
headers: Optional[Mapping[str, str]] = None,
|
|
1092
|
+
stream: bool = False,
|
|
1035
1093
|
data: Missing[Union[UserEmailsDeleteBodyOneof0Type, list[str], str]] = UNSET,
|
|
1036
1094
|
**kwargs,
|
|
1037
1095
|
) -> Response:
|
|
@@ -1075,6 +1133,7 @@ class UsersClient:
|
|
|
1075
1133
|
url,
|
|
1076
1134
|
json=exclude_unset(json),
|
|
1077
1135
|
headers=exclude_unset(headers),
|
|
1136
|
+
stream=stream,
|
|
1078
1137
|
error_models={
|
|
1079
1138
|
"404": BasicError,
|
|
1080
1139
|
"403": BasicError,
|
|
@@ -1089,6 +1148,7 @@ class UsersClient:
|
|
|
1089
1148
|
per_page: Missing[int] = UNSET,
|
|
1090
1149
|
page: Missing[int] = UNSET,
|
|
1091
1150
|
headers: Optional[Mapping[str, str]] = None,
|
|
1151
|
+
stream: bool = False,
|
|
1092
1152
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1093
1153
|
"""users/list-followers-for-authenticated-user
|
|
1094
1154
|
|
|
@@ -1115,6 +1175,7 @@ class UsersClient:
|
|
|
1115
1175
|
url,
|
|
1116
1176
|
params=exclude_unset(params),
|
|
1117
1177
|
headers=exclude_unset(headers),
|
|
1178
|
+
stream=stream,
|
|
1118
1179
|
response_model=list[SimpleUser],
|
|
1119
1180
|
error_models={
|
|
1120
1181
|
"403": BasicError,
|
|
@@ -1128,6 +1189,7 @@ class UsersClient:
|
|
|
1128
1189
|
per_page: Missing[int] = UNSET,
|
|
1129
1190
|
page: Missing[int] = UNSET,
|
|
1130
1191
|
headers: Optional[Mapping[str, str]] = None,
|
|
1192
|
+
stream: bool = False,
|
|
1131
1193
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1132
1194
|
"""users/list-followers-for-authenticated-user
|
|
1133
1195
|
|
|
@@ -1154,6 +1216,7 @@ class UsersClient:
|
|
|
1154
1216
|
url,
|
|
1155
1217
|
params=exclude_unset(params),
|
|
1156
1218
|
headers=exclude_unset(headers),
|
|
1219
|
+
stream=stream,
|
|
1157
1220
|
response_model=list[SimpleUser],
|
|
1158
1221
|
error_models={
|
|
1159
1222
|
"403": BasicError,
|
|
@@ -1167,6 +1230,7 @@ class UsersClient:
|
|
|
1167
1230
|
per_page: Missing[int] = UNSET,
|
|
1168
1231
|
page: Missing[int] = UNSET,
|
|
1169
1232
|
headers: Optional[Mapping[str, str]] = None,
|
|
1233
|
+
stream: bool = False,
|
|
1170
1234
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1171
1235
|
"""users/list-followed-by-authenticated-user
|
|
1172
1236
|
|
|
@@ -1193,6 +1257,7 @@ class UsersClient:
|
|
|
1193
1257
|
url,
|
|
1194
1258
|
params=exclude_unset(params),
|
|
1195
1259
|
headers=exclude_unset(headers),
|
|
1260
|
+
stream=stream,
|
|
1196
1261
|
response_model=list[SimpleUser],
|
|
1197
1262
|
error_models={
|
|
1198
1263
|
"403": BasicError,
|
|
@@ -1206,6 +1271,7 @@ class UsersClient:
|
|
|
1206
1271
|
per_page: Missing[int] = UNSET,
|
|
1207
1272
|
page: Missing[int] = UNSET,
|
|
1208
1273
|
headers: Optional[Mapping[str, str]] = None,
|
|
1274
|
+
stream: bool = False,
|
|
1209
1275
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
1210
1276
|
"""users/list-followed-by-authenticated-user
|
|
1211
1277
|
|
|
@@ -1232,6 +1298,7 @@ class UsersClient:
|
|
|
1232
1298
|
url,
|
|
1233
1299
|
params=exclude_unset(params),
|
|
1234
1300
|
headers=exclude_unset(headers),
|
|
1301
|
+
stream=stream,
|
|
1235
1302
|
response_model=list[SimpleUser],
|
|
1236
1303
|
error_models={
|
|
1237
1304
|
"403": BasicError,
|
|
@@ -1244,6 +1311,7 @@ class UsersClient:
|
|
|
1244
1311
|
username: str,
|
|
1245
1312
|
*,
|
|
1246
1313
|
headers: Optional[Mapping[str, str]] = None,
|
|
1314
|
+
stream: bool = False,
|
|
1247
1315
|
) -> Response:
|
|
1248
1316
|
"""users/check-person-is-followed-by-authenticated
|
|
1249
1317
|
|
|
@@ -1262,6 +1330,7 @@ class UsersClient:
|
|
|
1262
1330
|
"GET",
|
|
1263
1331
|
url,
|
|
1264
1332
|
headers=exclude_unset(headers),
|
|
1333
|
+
stream=stream,
|
|
1265
1334
|
error_models={
|
|
1266
1335
|
"404": BasicError,
|
|
1267
1336
|
"403": BasicError,
|
|
@@ -1274,6 +1343,7 @@ class UsersClient:
|
|
|
1274
1343
|
username: str,
|
|
1275
1344
|
*,
|
|
1276
1345
|
headers: Optional[Mapping[str, str]] = None,
|
|
1346
|
+
stream: bool = False,
|
|
1277
1347
|
) -> Response:
|
|
1278
1348
|
"""users/check-person-is-followed-by-authenticated
|
|
1279
1349
|
|
|
@@ -1292,6 +1362,7 @@ class UsersClient:
|
|
|
1292
1362
|
"GET",
|
|
1293
1363
|
url,
|
|
1294
1364
|
headers=exclude_unset(headers),
|
|
1365
|
+
stream=stream,
|
|
1295
1366
|
error_models={
|
|
1296
1367
|
"404": BasicError,
|
|
1297
1368
|
"403": BasicError,
|
|
@@ -1304,6 +1375,7 @@ class UsersClient:
|
|
|
1304
1375
|
username: str,
|
|
1305
1376
|
*,
|
|
1306
1377
|
headers: Optional[Mapping[str, str]] = None,
|
|
1378
|
+
stream: bool = False,
|
|
1307
1379
|
) -> Response:
|
|
1308
1380
|
"""users/follow
|
|
1309
1381
|
|
|
@@ -1326,6 +1398,7 @@ class UsersClient:
|
|
|
1326
1398
|
"PUT",
|
|
1327
1399
|
url,
|
|
1328
1400
|
headers=exclude_unset(headers),
|
|
1401
|
+
stream=stream,
|
|
1329
1402
|
error_models={
|
|
1330
1403
|
"404": BasicError,
|
|
1331
1404
|
"403": BasicError,
|
|
@@ -1339,6 +1412,7 @@ class UsersClient:
|
|
|
1339
1412
|
username: str,
|
|
1340
1413
|
*,
|
|
1341
1414
|
headers: Optional[Mapping[str, str]] = None,
|
|
1415
|
+
stream: bool = False,
|
|
1342
1416
|
) -> Response:
|
|
1343
1417
|
"""users/follow
|
|
1344
1418
|
|
|
@@ -1361,6 +1435,7 @@ class UsersClient:
|
|
|
1361
1435
|
"PUT",
|
|
1362
1436
|
url,
|
|
1363
1437
|
headers=exclude_unset(headers),
|
|
1438
|
+
stream=stream,
|
|
1364
1439
|
error_models={
|
|
1365
1440
|
"404": BasicError,
|
|
1366
1441
|
"403": BasicError,
|
|
@@ -1374,6 +1449,7 @@ class UsersClient:
|
|
|
1374
1449
|
username: str,
|
|
1375
1450
|
*,
|
|
1376
1451
|
headers: Optional[Mapping[str, str]] = None,
|
|
1452
|
+
stream: bool = False,
|
|
1377
1453
|
) -> Response:
|
|
1378
1454
|
"""users/unfollow
|
|
1379
1455
|
|
|
@@ -1394,6 +1470,7 @@ class UsersClient:
|
|
|
1394
1470
|
"DELETE",
|
|
1395
1471
|
url,
|
|
1396
1472
|
headers=exclude_unset(headers),
|
|
1473
|
+
stream=stream,
|
|
1397
1474
|
error_models={
|
|
1398
1475
|
"404": BasicError,
|
|
1399
1476
|
"403": BasicError,
|
|
@@ -1406,6 +1483,7 @@ class UsersClient:
|
|
|
1406
1483
|
username: str,
|
|
1407
1484
|
*,
|
|
1408
1485
|
headers: Optional[Mapping[str, str]] = None,
|
|
1486
|
+
stream: bool = False,
|
|
1409
1487
|
) -> Response:
|
|
1410
1488
|
"""users/unfollow
|
|
1411
1489
|
|
|
@@ -1426,6 +1504,7 @@ class UsersClient:
|
|
|
1426
1504
|
"DELETE",
|
|
1427
1505
|
url,
|
|
1428
1506
|
headers=exclude_unset(headers),
|
|
1507
|
+
stream=stream,
|
|
1429
1508
|
error_models={
|
|
1430
1509
|
"404": BasicError,
|
|
1431
1510
|
"403": BasicError,
|
|
@@ -1439,6 +1518,7 @@ class UsersClient:
|
|
|
1439
1518
|
per_page: Missing[int] = UNSET,
|
|
1440
1519
|
page: Missing[int] = UNSET,
|
|
1441
1520
|
headers: Optional[Mapping[str, str]] = None,
|
|
1521
|
+
stream: bool = False,
|
|
1442
1522
|
) -> Response[list[GpgKey], list[GpgKeyType]]:
|
|
1443
1523
|
"""users/list-gpg-keys-for-authenticated-user
|
|
1444
1524
|
|
|
@@ -1467,6 +1547,7 @@ class UsersClient:
|
|
|
1467
1547
|
url,
|
|
1468
1548
|
params=exclude_unset(params),
|
|
1469
1549
|
headers=exclude_unset(headers),
|
|
1550
|
+
stream=stream,
|
|
1470
1551
|
response_model=list[GpgKey],
|
|
1471
1552
|
error_models={
|
|
1472
1553
|
"404": BasicError,
|
|
@@ -1481,6 +1562,7 @@ class UsersClient:
|
|
|
1481
1562
|
per_page: Missing[int] = UNSET,
|
|
1482
1563
|
page: Missing[int] = UNSET,
|
|
1483
1564
|
headers: Optional[Mapping[str, str]] = None,
|
|
1565
|
+
stream: bool = False,
|
|
1484
1566
|
) -> Response[list[GpgKey], list[GpgKeyType]]:
|
|
1485
1567
|
"""users/list-gpg-keys-for-authenticated-user
|
|
1486
1568
|
|
|
@@ -1509,6 +1591,7 @@ class UsersClient:
|
|
|
1509
1591
|
url,
|
|
1510
1592
|
params=exclude_unset(params),
|
|
1511
1593
|
headers=exclude_unset(headers),
|
|
1594
|
+
stream=stream,
|
|
1512
1595
|
response_model=list[GpgKey],
|
|
1513
1596
|
error_models={
|
|
1514
1597
|
"404": BasicError,
|
|
@@ -1522,6 +1605,7 @@ class UsersClient:
|
|
|
1522
1605
|
self,
|
|
1523
1606
|
*,
|
|
1524
1607
|
headers: Optional[Mapping[str, str]] = None,
|
|
1608
|
+
stream: bool = False,
|
|
1525
1609
|
data: UserGpgKeysPostBodyType,
|
|
1526
1610
|
) -> Response[GpgKey, GpgKeyType]: ...
|
|
1527
1611
|
|
|
@@ -1531,6 +1615,7 @@ class UsersClient:
|
|
|
1531
1615
|
*,
|
|
1532
1616
|
data: UnsetType = UNSET,
|
|
1533
1617
|
headers: Optional[Mapping[str, str]] = None,
|
|
1618
|
+
stream: bool = False,
|
|
1534
1619
|
name: Missing[str] = UNSET,
|
|
1535
1620
|
armored_public_key: str,
|
|
1536
1621
|
) -> Response[GpgKey, GpgKeyType]: ...
|
|
@@ -1539,6 +1624,7 @@ class UsersClient:
|
|
|
1539
1624
|
self,
|
|
1540
1625
|
*,
|
|
1541
1626
|
headers: Optional[Mapping[str, str]] = None,
|
|
1627
|
+
stream: bool = False,
|
|
1542
1628
|
data: Missing[UserGpgKeysPostBodyType] = UNSET,
|
|
1543
1629
|
**kwargs,
|
|
1544
1630
|
) -> Response[GpgKey, GpgKeyType]:
|
|
@@ -1573,6 +1659,7 @@ class UsersClient:
|
|
|
1573
1659
|
url,
|
|
1574
1660
|
json=exclude_unset(json),
|
|
1575
1661
|
headers=exclude_unset(headers),
|
|
1662
|
+
stream=stream,
|
|
1576
1663
|
response_model=GpgKey,
|
|
1577
1664
|
error_models={
|
|
1578
1665
|
"422": ValidationError,
|
|
@@ -1587,6 +1674,7 @@ class UsersClient:
|
|
|
1587
1674
|
self,
|
|
1588
1675
|
*,
|
|
1589
1676
|
headers: Optional[Mapping[str, str]] = None,
|
|
1677
|
+
stream: bool = False,
|
|
1590
1678
|
data: UserGpgKeysPostBodyType,
|
|
1591
1679
|
) -> Response[GpgKey, GpgKeyType]: ...
|
|
1592
1680
|
|
|
@@ -1596,6 +1684,7 @@ class UsersClient:
|
|
|
1596
1684
|
*,
|
|
1597
1685
|
data: UnsetType = UNSET,
|
|
1598
1686
|
headers: Optional[Mapping[str, str]] = None,
|
|
1687
|
+
stream: bool = False,
|
|
1599
1688
|
name: Missing[str] = UNSET,
|
|
1600
1689
|
armored_public_key: str,
|
|
1601
1690
|
) -> Response[GpgKey, GpgKeyType]: ...
|
|
@@ -1604,6 +1693,7 @@ class UsersClient:
|
|
|
1604
1693
|
self,
|
|
1605
1694
|
*,
|
|
1606
1695
|
headers: Optional[Mapping[str, str]] = None,
|
|
1696
|
+
stream: bool = False,
|
|
1607
1697
|
data: Missing[UserGpgKeysPostBodyType] = UNSET,
|
|
1608
1698
|
**kwargs,
|
|
1609
1699
|
) -> Response[GpgKey, GpgKeyType]:
|
|
@@ -1638,6 +1728,7 @@ class UsersClient:
|
|
|
1638
1728
|
url,
|
|
1639
1729
|
json=exclude_unset(json),
|
|
1640
1730
|
headers=exclude_unset(headers),
|
|
1731
|
+
stream=stream,
|
|
1641
1732
|
response_model=GpgKey,
|
|
1642
1733
|
error_models={
|
|
1643
1734
|
"422": ValidationError,
|
|
@@ -1652,6 +1743,7 @@ class UsersClient:
|
|
|
1652
1743
|
gpg_key_id: int,
|
|
1653
1744
|
*,
|
|
1654
1745
|
headers: Optional[Mapping[str, str]] = None,
|
|
1746
|
+
stream: bool = False,
|
|
1655
1747
|
) -> Response[GpgKey, GpgKeyType]:
|
|
1656
1748
|
"""users/get-gpg-key-for-authenticated-user
|
|
1657
1749
|
|
|
@@ -1674,6 +1766,7 @@ class UsersClient:
|
|
|
1674
1766
|
"GET",
|
|
1675
1767
|
url,
|
|
1676
1768
|
headers=exclude_unset(headers),
|
|
1769
|
+
stream=stream,
|
|
1677
1770
|
response_model=GpgKey,
|
|
1678
1771
|
error_models={
|
|
1679
1772
|
"404": BasicError,
|
|
@@ -1687,6 +1780,7 @@ class UsersClient:
|
|
|
1687
1780
|
gpg_key_id: int,
|
|
1688
1781
|
*,
|
|
1689
1782
|
headers: Optional[Mapping[str, str]] = None,
|
|
1783
|
+
stream: bool = False,
|
|
1690
1784
|
) -> Response[GpgKey, GpgKeyType]:
|
|
1691
1785
|
"""users/get-gpg-key-for-authenticated-user
|
|
1692
1786
|
|
|
@@ -1709,6 +1803,7 @@ class UsersClient:
|
|
|
1709
1803
|
"GET",
|
|
1710
1804
|
url,
|
|
1711
1805
|
headers=exclude_unset(headers),
|
|
1806
|
+
stream=stream,
|
|
1712
1807
|
response_model=GpgKey,
|
|
1713
1808
|
error_models={
|
|
1714
1809
|
"404": BasicError,
|
|
@@ -1722,6 +1817,7 @@ class UsersClient:
|
|
|
1722
1817
|
gpg_key_id: int,
|
|
1723
1818
|
*,
|
|
1724
1819
|
headers: Optional[Mapping[str, str]] = None,
|
|
1820
|
+
stream: bool = False,
|
|
1725
1821
|
) -> Response:
|
|
1726
1822
|
"""users/delete-gpg-key-for-authenticated-user
|
|
1727
1823
|
|
|
@@ -1744,6 +1840,7 @@ class UsersClient:
|
|
|
1744
1840
|
"DELETE",
|
|
1745
1841
|
url,
|
|
1746
1842
|
headers=exclude_unset(headers),
|
|
1843
|
+
stream=stream,
|
|
1747
1844
|
error_models={
|
|
1748
1845
|
"404": BasicError,
|
|
1749
1846
|
"422": ValidationError,
|
|
@@ -1757,6 +1854,7 @@ class UsersClient:
|
|
|
1757
1854
|
gpg_key_id: int,
|
|
1758
1855
|
*,
|
|
1759
1856
|
headers: Optional[Mapping[str, str]] = None,
|
|
1857
|
+
stream: bool = False,
|
|
1760
1858
|
) -> Response:
|
|
1761
1859
|
"""users/delete-gpg-key-for-authenticated-user
|
|
1762
1860
|
|
|
@@ -1779,6 +1877,7 @@ class UsersClient:
|
|
|
1779
1877
|
"DELETE",
|
|
1780
1878
|
url,
|
|
1781
1879
|
headers=exclude_unset(headers),
|
|
1880
|
+
stream=stream,
|
|
1782
1881
|
error_models={
|
|
1783
1882
|
"404": BasicError,
|
|
1784
1883
|
"422": ValidationError,
|
|
@@ -1793,6 +1892,7 @@ class UsersClient:
|
|
|
1793
1892
|
per_page: Missing[int] = UNSET,
|
|
1794
1893
|
page: Missing[int] = UNSET,
|
|
1795
1894
|
headers: Optional[Mapping[str, str]] = None,
|
|
1895
|
+
stream: bool = False,
|
|
1796
1896
|
) -> Response[list[Key], list[KeyType]]:
|
|
1797
1897
|
"""users/list-public-ssh-keys-for-authenticated-user
|
|
1798
1898
|
|
|
@@ -1821,6 +1921,7 @@ class UsersClient:
|
|
|
1821
1921
|
url,
|
|
1822
1922
|
params=exclude_unset(params),
|
|
1823
1923
|
headers=exclude_unset(headers),
|
|
1924
|
+
stream=stream,
|
|
1824
1925
|
response_model=list[Key],
|
|
1825
1926
|
error_models={
|
|
1826
1927
|
"404": BasicError,
|
|
@@ -1835,6 +1936,7 @@ class UsersClient:
|
|
|
1835
1936
|
per_page: Missing[int] = UNSET,
|
|
1836
1937
|
page: Missing[int] = UNSET,
|
|
1837
1938
|
headers: Optional[Mapping[str, str]] = None,
|
|
1939
|
+
stream: bool = False,
|
|
1838
1940
|
) -> Response[list[Key], list[KeyType]]:
|
|
1839
1941
|
"""users/list-public-ssh-keys-for-authenticated-user
|
|
1840
1942
|
|
|
@@ -1863,6 +1965,7 @@ class UsersClient:
|
|
|
1863
1965
|
url,
|
|
1864
1966
|
params=exclude_unset(params),
|
|
1865
1967
|
headers=exclude_unset(headers),
|
|
1968
|
+
stream=stream,
|
|
1866
1969
|
response_model=list[Key],
|
|
1867
1970
|
error_models={
|
|
1868
1971
|
"404": BasicError,
|
|
@@ -1873,7 +1976,11 @@ class UsersClient:
|
|
|
1873
1976
|
|
|
1874
1977
|
@overload
|
|
1875
1978
|
def create_public_ssh_key_for_authenticated_user(
|
|
1876
|
-
self,
|
|
1979
|
+
self,
|
|
1980
|
+
*,
|
|
1981
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1982
|
+
stream: bool = False,
|
|
1983
|
+
data: UserKeysPostBodyType,
|
|
1877
1984
|
) -> Response[Key, KeyType]: ...
|
|
1878
1985
|
|
|
1879
1986
|
@overload
|
|
@@ -1882,6 +1989,7 @@ class UsersClient:
|
|
|
1882
1989
|
*,
|
|
1883
1990
|
data: UnsetType = UNSET,
|
|
1884
1991
|
headers: Optional[Mapping[str, str]] = None,
|
|
1992
|
+
stream: bool = False,
|
|
1885
1993
|
title: Missing[str] = UNSET,
|
|
1886
1994
|
key: str,
|
|
1887
1995
|
) -> Response[Key, KeyType]: ...
|
|
@@ -1890,6 +1998,7 @@ class UsersClient:
|
|
|
1890
1998
|
self,
|
|
1891
1999
|
*,
|
|
1892
2000
|
headers: Optional[Mapping[str, str]] = None,
|
|
2001
|
+
stream: bool = False,
|
|
1893
2002
|
data: Missing[UserKeysPostBodyType] = UNSET,
|
|
1894
2003
|
**kwargs,
|
|
1895
2004
|
) -> Response[Key, KeyType]:
|
|
@@ -1924,6 +2033,7 @@ class UsersClient:
|
|
|
1924
2033
|
url,
|
|
1925
2034
|
json=exclude_unset(json),
|
|
1926
2035
|
headers=exclude_unset(headers),
|
|
2036
|
+
stream=stream,
|
|
1927
2037
|
response_model=Key,
|
|
1928
2038
|
error_models={
|
|
1929
2039
|
"422": ValidationError,
|
|
@@ -1935,7 +2045,11 @@ class UsersClient:
|
|
|
1935
2045
|
|
|
1936
2046
|
@overload
|
|
1937
2047
|
async def async_create_public_ssh_key_for_authenticated_user(
|
|
1938
|
-
self,
|
|
2048
|
+
self,
|
|
2049
|
+
*,
|
|
2050
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
2051
|
+
stream: bool = False,
|
|
2052
|
+
data: UserKeysPostBodyType,
|
|
1939
2053
|
) -> Response[Key, KeyType]: ...
|
|
1940
2054
|
|
|
1941
2055
|
@overload
|
|
@@ -1944,6 +2058,7 @@ class UsersClient:
|
|
|
1944
2058
|
*,
|
|
1945
2059
|
data: UnsetType = UNSET,
|
|
1946
2060
|
headers: Optional[Mapping[str, str]] = None,
|
|
2061
|
+
stream: bool = False,
|
|
1947
2062
|
title: Missing[str] = UNSET,
|
|
1948
2063
|
key: str,
|
|
1949
2064
|
) -> Response[Key, KeyType]: ...
|
|
@@ -1952,6 +2067,7 @@ class UsersClient:
|
|
|
1952
2067
|
self,
|
|
1953
2068
|
*,
|
|
1954
2069
|
headers: Optional[Mapping[str, str]] = None,
|
|
2070
|
+
stream: bool = False,
|
|
1955
2071
|
data: Missing[UserKeysPostBodyType] = UNSET,
|
|
1956
2072
|
**kwargs,
|
|
1957
2073
|
) -> Response[Key, KeyType]:
|
|
@@ -1986,6 +2102,7 @@ class UsersClient:
|
|
|
1986
2102
|
url,
|
|
1987
2103
|
json=exclude_unset(json),
|
|
1988
2104
|
headers=exclude_unset(headers),
|
|
2105
|
+
stream=stream,
|
|
1989
2106
|
response_model=Key,
|
|
1990
2107
|
error_models={
|
|
1991
2108
|
"422": ValidationError,
|
|
@@ -2000,6 +2117,7 @@ class UsersClient:
|
|
|
2000
2117
|
key_id: int,
|
|
2001
2118
|
*,
|
|
2002
2119
|
headers: Optional[Mapping[str, str]] = None,
|
|
2120
|
+
stream: bool = False,
|
|
2003
2121
|
) -> Response[Key, KeyType]:
|
|
2004
2122
|
"""users/get-public-ssh-key-for-authenticated-user
|
|
2005
2123
|
|
|
@@ -2022,6 +2140,7 @@ class UsersClient:
|
|
|
2022
2140
|
"GET",
|
|
2023
2141
|
url,
|
|
2024
2142
|
headers=exclude_unset(headers),
|
|
2143
|
+
stream=stream,
|
|
2025
2144
|
response_model=Key,
|
|
2026
2145
|
error_models={
|
|
2027
2146
|
"404": BasicError,
|
|
@@ -2035,6 +2154,7 @@ class UsersClient:
|
|
|
2035
2154
|
key_id: int,
|
|
2036
2155
|
*,
|
|
2037
2156
|
headers: Optional[Mapping[str, str]] = None,
|
|
2157
|
+
stream: bool = False,
|
|
2038
2158
|
) -> Response[Key, KeyType]:
|
|
2039
2159
|
"""users/get-public-ssh-key-for-authenticated-user
|
|
2040
2160
|
|
|
@@ -2057,6 +2177,7 @@ class UsersClient:
|
|
|
2057
2177
|
"GET",
|
|
2058
2178
|
url,
|
|
2059
2179
|
headers=exclude_unset(headers),
|
|
2180
|
+
stream=stream,
|
|
2060
2181
|
response_model=Key,
|
|
2061
2182
|
error_models={
|
|
2062
2183
|
"404": BasicError,
|
|
@@ -2070,6 +2191,7 @@ class UsersClient:
|
|
|
2070
2191
|
key_id: int,
|
|
2071
2192
|
*,
|
|
2072
2193
|
headers: Optional[Mapping[str, str]] = None,
|
|
2194
|
+
stream: bool = False,
|
|
2073
2195
|
) -> Response:
|
|
2074
2196
|
"""users/delete-public-ssh-key-for-authenticated-user
|
|
2075
2197
|
|
|
@@ -2092,6 +2214,7 @@ class UsersClient:
|
|
|
2092
2214
|
"DELETE",
|
|
2093
2215
|
url,
|
|
2094
2216
|
headers=exclude_unset(headers),
|
|
2217
|
+
stream=stream,
|
|
2095
2218
|
error_models={
|
|
2096
2219
|
"404": BasicError,
|
|
2097
2220
|
"403": BasicError,
|
|
@@ -2104,6 +2227,7 @@ class UsersClient:
|
|
|
2104
2227
|
key_id: int,
|
|
2105
2228
|
*,
|
|
2106
2229
|
headers: Optional[Mapping[str, str]] = None,
|
|
2230
|
+
stream: bool = False,
|
|
2107
2231
|
) -> Response:
|
|
2108
2232
|
"""users/delete-public-ssh-key-for-authenticated-user
|
|
2109
2233
|
|
|
@@ -2126,6 +2250,7 @@ class UsersClient:
|
|
|
2126
2250
|
"DELETE",
|
|
2127
2251
|
url,
|
|
2128
2252
|
headers=exclude_unset(headers),
|
|
2253
|
+
stream=stream,
|
|
2129
2254
|
error_models={
|
|
2130
2255
|
"404": BasicError,
|
|
2131
2256
|
"403": BasicError,
|
|
@@ -2139,6 +2264,7 @@ class UsersClient:
|
|
|
2139
2264
|
per_page: Missing[int] = UNSET,
|
|
2140
2265
|
page: Missing[int] = UNSET,
|
|
2141
2266
|
headers: Optional[Mapping[str, str]] = None,
|
|
2267
|
+
stream: bool = False,
|
|
2142
2268
|
) -> Response[list[Email], list[EmailType]]:
|
|
2143
2269
|
"""users/list-public-emails-for-authenticated-user
|
|
2144
2270
|
|
|
@@ -2169,6 +2295,7 @@ class UsersClient:
|
|
|
2169
2295
|
url,
|
|
2170
2296
|
params=exclude_unset(params),
|
|
2171
2297
|
headers=exclude_unset(headers),
|
|
2298
|
+
stream=stream,
|
|
2172
2299
|
response_model=list[Email],
|
|
2173
2300
|
error_models={
|
|
2174
2301
|
"404": BasicError,
|
|
@@ -2183,6 +2310,7 @@ class UsersClient:
|
|
|
2183
2310
|
per_page: Missing[int] = UNSET,
|
|
2184
2311
|
page: Missing[int] = UNSET,
|
|
2185
2312
|
headers: Optional[Mapping[str, str]] = None,
|
|
2313
|
+
stream: bool = False,
|
|
2186
2314
|
) -> Response[list[Email], list[EmailType]]:
|
|
2187
2315
|
"""users/list-public-emails-for-authenticated-user
|
|
2188
2316
|
|
|
@@ -2213,6 +2341,7 @@ class UsersClient:
|
|
|
2213
2341
|
url,
|
|
2214
2342
|
params=exclude_unset(params),
|
|
2215
2343
|
headers=exclude_unset(headers),
|
|
2344
|
+
stream=stream,
|
|
2216
2345
|
response_model=list[Email],
|
|
2217
2346
|
error_models={
|
|
2218
2347
|
"404": BasicError,
|
|
@@ -2227,6 +2356,7 @@ class UsersClient:
|
|
|
2227
2356
|
per_page: Missing[int] = UNSET,
|
|
2228
2357
|
page: Missing[int] = UNSET,
|
|
2229
2358
|
headers: Optional[Mapping[str, str]] = None,
|
|
2359
|
+
stream: bool = False,
|
|
2230
2360
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
2231
2361
|
"""users/list-social-accounts-for-authenticated-user
|
|
2232
2362
|
|
|
@@ -2253,6 +2383,7 @@ class UsersClient:
|
|
|
2253
2383
|
url,
|
|
2254
2384
|
params=exclude_unset(params),
|
|
2255
2385
|
headers=exclude_unset(headers),
|
|
2386
|
+
stream=stream,
|
|
2256
2387
|
response_model=list[SocialAccount],
|
|
2257
2388
|
error_models={
|
|
2258
2389
|
"404": BasicError,
|
|
@@ -2267,6 +2398,7 @@ class UsersClient:
|
|
|
2267
2398
|
per_page: Missing[int] = UNSET,
|
|
2268
2399
|
page: Missing[int] = UNSET,
|
|
2269
2400
|
headers: Optional[Mapping[str, str]] = None,
|
|
2401
|
+
stream: bool = False,
|
|
2270
2402
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
2271
2403
|
"""users/list-social-accounts-for-authenticated-user
|
|
2272
2404
|
|
|
@@ -2293,6 +2425,7 @@ class UsersClient:
|
|
|
2293
2425
|
url,
|
|
2294
2426
|
params=exclude_unset(params),
|
|
2295
2427
|
headers=exclude_unset(headers),
|
|
2428
|
+
stream=stream,
|
|
2296
2429
|
response_model=list[SocialAccount],
|
|
2297
2430
|
error_models={
|
|
2298
2431
|
"404": BasicError,
|
|
@@ -2306,6 +2439,7 @@ class UsersClient:
|
|
|
2306
2439
|
self,
|
|
2307
2440
|
*,
|
|
2308
2441
|
headers: Optional[Mapping[str, str]] = None,
|
|
2442
|
+
stream: bool = False,
|
|
2309
2443
|
data: UserSocialAccountsPostBodyType,
|
|
2310
2444
|
) -> Response[list[SocialAccount], list[SocialAccountType]]: ...
|
|
2311
2445
|
|
|
@@ -2315,6 +2449,7 @@ class UsersClient:
|
|
|
2315
2449
|
*,
|
|
2316
2450
|
data: UnsetType = UNSET,
|
|
2317
2451
|
headers: Optional[Mapping[str, str]] = None,
|
|
2452
|
+
stream: bool = False,
|
|
2318
2453
|
account_urls: list[str],
|
|
2319
2454
|
) -> Response[list[SocialAccount], list[SocialAccountType]]: ...
|
|
2320
2455
|
|
|
@@ -2322,6 +2457,7 @@ class UsersClient:
|
|
|
2322
2457
|
self,
|
|
2323
2458
|
*,
|
|
2324
2459
|
headers: Optional[Mapping[str, str]] = None,
|
|
2460
|
+
stream: bool = False,
|
|
2325
2461
|
data: Missing[UserSocialAccountsPostBodyType] = UNSET,
|
|
2326
2462
|
**kwargs,
|
|
2327
2463
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
@@ -2361,6 +2497,7 @@ class UsersClient:
|
|
|
2361
2497
|
url,
|
|
2362
2498
|
json=exclude_unset(json),
|
|
2363
2499
|
headers=exclude_unset(headers),
|
|
2500
|
+
stream=stream,
|
|
2364
2501
|
response_model=list[SocialAccount],
|
|
2365
2502
|
error_models={
|
|
2366
2503
|
"422": ValidationError,
|
|
@@ -2375,6 +2512,7 @@ class UsersClient:
|
|
|
2375
2512
|
self,
|
|
2376
2513
|
*,
|
|
2377
2514
|
headers: Optional[Mapping[str, str]] = None,
|
|
2515
|
+
stream: bool = False,
|
|
2378
2516
|
data: UserSocialAccountsPostBodyType,
|
|
2379
2517
|
) -> Response[list[SocialAccount], list[SocialAccountType]]: ...
|
|
2380
2518
|
|
|
@@ -2384,6 +2522,7 @@ class UsersClient:
|
|
|
2384
2522
|
*,
|
|
2385
2523
|
data: UnsetType = UNSET,
|
|
2386
2524
|
headers: Optional[Mapping[str, str]] = None,
|
|
2525
|
+
stream: bool = False,
|
|
2387
2526
|
account_urls: list[str],
|
|
2388
2527
|
) -> Response[list[SocialAccount], list[SocialAccountType]]: ...
|
|
2389
2528
|
|
|
@@ -2391,6 +2530,7 @@ class UsersClient:
|
|
|
2391
2530
|
self,
|
|
2392
2531
|
*,
|
|
2393
2532
|
headers: Optional[Mapping[str, str]] = None,
|
|
2533
|
+
stream: bool = False,
|
|
2394
2534
|
data: Missing[UserSocialAccountsPostBodyType] = UNSET,
|
|
2395
2535
|
**kwargs,
|
|
2396
2536
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
@@ -2430,6 +2570,7 @@ class UsersClient:
|
|
|
2430
2570
|
url,
|
|
2431
2571
|
json=exclude_unset(json),
|
|
2432
2572
|
headers=exclude_unset(headers),
|
|
2573
|
+
stream=stream,
|
|
2433
2574
|
response_model=list[SocialAccount],
|
|
2434
2575
|
error_models={
|
|
2435
2576
|
"422": ValidationError,
|
|
@@ -2444,6 +2585,7 @@ class UsersClient:
|
|
|
2444
2585
|
self,
|
|
2445
2586
|
*,
|
|
2446
2587
|
headers: Optional[Mapping[str, str]] = None,
|
|
2588
|
+
stream: bool = False,
|
|
2447
2589
|
data: UserSocialAccountsDeleteBodyType,
|
|
2448
2590
|
) -> Response: ...
|
|
2449
2591
|
|
|
@@ -2453,6 +2595,7 @@ class UsersClient:
|
|
|
2453
2595
|
*,
|
|
2454
2596
|
data: UnsetType = UNSET,
|
|
2455
2597
|
headers: Optional[Mapping[str, str]] = None,
|
|
2598
|
+
stream: bool = False,
|
|
2456
2599
|
account_urls: list[str],
|
|
2457
2600
|
) -> Response: ...
|
|
2458
2601
|
|
|
@@ -2460,6 +2603,7 @@ class UsersClient:
|
|
|
2460
2603
|
self,
|
|
2461
2604
|
*,
|
|
2462
2605
|
headers: Optional[Mapping[str, str]] = None,
|
|
2606
|
+
stream: bool = False,
|
|
2463
2607
|
data: Missing[UserSocialAccountsDeleteBodyType] = UNSET,
|
|
2464
2608
|
**kwargs,
|
|
2465
2609
|
) -> Response:
|
|
@@ -2494,6 +2638,7 @@ class UsersClient:
|
|
|
2494
2638
|
url,
|
|
2495
2639
|
json=exclude_unset(json),
|
|
2496
2640
|
headers=exclude_unset(headers),
|
|
2641
|
+
stream=stream,
|
|
2497
2642
|
error_models={
|
|
2498
2643
|
"422": ValidationError,
|
|
2499
2644
|
"404": BasicError,
|
|
@@ -2507,6 +2652,7 @@ class UsersClient:
|
|
|
2507
2652
|
self,
|
|
2508
2653
|
*,
|
|
2509
2654
|
headers: Optional[Mapping[str, str]] = None,
|
|
2655
|
+
stream: bool = False,
|
|
2510
2656
|
data: UserSocialAccountsDeleteBodyType,
|
|
2511
2657
|
) -> Response: ...
|
|
2512
2658
|
|
|
@@ -2516,6 +2662,7 @@ class UsersClient:
|
|
|
2516
2662
|
*,
|
|
2517
2663
|
data: UnsetType = UNSET,
|
|
2518
2664
|
headers: Optional[Mapping[str, str]] = None,
|
|
2665
|
+
stream: bool = False,
|
|
2519
2666
|
account_urls: list[str],
|
|
2520
2667
|
) -> Response: ...
|
|
2521
2668
|
|
|
@@ -2523,6 +2670,7 @@ class UsersClient:
|
|
|
2523
2670
|
self,
|
|
2524
2671
|
*,
|
|
2525
2672
|
headers: Optional[Mapping[str, str]] = None,
|
|
2673
|
+
stream: bool = False,
|
|
2526
2674
|
data: Missing[UserSocialAccountsDeleteBodyType] = UNSET,
|
|
2527
2675
|
**kwargs,
|
|
2528
2676
|
) -> Response:
|
|
@@ -2557,6 +2705,7 @@ class UsersClient:
|
|
|
2557
2705
|
url,
|
|
2558
2706
|
json=exclude_unset(json),
|
|
2559
2707
|
headers=exclude_unset(headers),
|
|
2708
|
+
stream=stream,
|
|
2560
2709
|
error_models={
|
|
2561
2710
|
"422": ValidationError,
|
|
2562
2711
|
"404": BasicError,
|
|
@@ -2571,6 +2720,7 @@ class UsersClient:
|
|
|
2571
2720
|
per_page: Missing[int] = UNSET,
|
|
2572
2721
|
page: Missing[int] = UNSET,
|
|
2573
2722
|
headers: Optional[Mapping[str, str]] = None,
|
|
2723
|
+
stream: bool = False,
|
|
2574
2724
|
) -> Response[list[SshSigningKey], list[SshSigningKeyType]]:
|
|
2575
2725
|
"""users/list-ssh-signing-keys-for-authenticated-user
|
|
2576
2726
|
|
|
@@ -2599,6 +2749,7 @@ class UsersClient:
|
|
|
2599
2749
|
url,
|
|
2600
2750
|
params=exclude_unset(params),
|
|
2601
2751
|
headers=exclude_unset(headers),
|
|
2752
|
+
stream=stream,
|
|
2602
2753
|
response_model=list[SshSigningKey],
|
|
2603
2754
|
error_models={
|
|
2604
2755
|
"404": BasicError,
|
|
@@ -2613,6 +2764,7 @@ class UsersClient:
|
|
|
2613
2764
|
per_page: Missing[int] = UNSET,
|
|
2614
2765
|
page: Missing[int] = UNSET,
|
|
2615
2766
|
headers: Optional[Mapping[str, str]] = None,
|
|
2767
|
+
stream: bool = False,
|
|
2616
2768
|
) -> Response[list[SshSigningKey], list[SshSigningKeyType]]:
|
|
2617
2769
|
"""users/list-ssh-signing-keys-for-authenticated-user
|
|
2618
2770
|
|
|
@@ -2641,6 +2793,7 @@ class UsersClient:
|
|
|
2641
2793
|
url,
|
|
2642
2794
|
params=exclude_unset(params),
|
|
2643
2795
|
headers=exclude_unset(headers),
|
|
2796
|
+
stream=stream,
|
|
2644
2797
|
response_model=list[SshSigningKey],
|
|
2645
2798
|
error_models={
|
|
2646
2799
|
"404": BasicError,
|
|
@@ -2654,6 +2807,7 @@ class UsersClient:
|
|
|
2654
2807
|
self,
|
|
2655
2808
|
*,
|
|
2656
2809
|
headers: Optional[Mapping[str, str]] = None,
|
|
2810
|
+
stream: bool = False,
|
|
2657
2811
|
data: UserSshSigningKeysPostBodyType,
|
|
2658
2812
|
) -> Response[SshSigningKey, SshSigningKeyType]: ...
|
|
2659
2813
|
|
|
@@ -2663,6 +2817,7 @@ class UsersClient:
|
|
|
2663
2817
|
*,
|
|
2664
2818
|
data: UnsetType = UNSET,
|
|
2665
2819
|
headers: Optional[Mapping[str, str]] = None,
|
|
2820
|
+
stream: bool = False,
|
|
2666
2821
|
title: Missing[str] = UNSET,
|
|
2667
2822
|
key: str,
|
|
2668
2823
|
) -> Response[SshSigningKey, SshSigningKeyType]: ...
|
|
@@ -2671,6 +2826,7 @@ class UsersClient:
|
|
|
2671
2826
|
self,
|
|
2672
2827
|
*,
|
|
2673
2828
|
headers: Optional[Mapping[str, str]] = None,
|
|
2829
|
+
stream: bool = False,
|
|
2674
2830
|
data: Missing[UserSshSigningKeysPostBodyType] = UNSET,
|
|
2675
2831
|
**kwargs,
|
|
2676
2832
|
) -> Response[SshSigningKey, SshSigningKeyType]:
|
|
@@ -2710,6 +2866,7 @@ class UsersClient:
|
|
|
2710
2866
|
url,
|
|
2711
2867
|
json=exclude_unset(json),
|
|
2712
2868
|
headers=exclude_unset(headers),
|
|
2869
|
+
stream=stream,
|
|
2713
2870
|
response_model=SshSigningKey,
|
|
2714
2871
|
error_models={
|
|
2715
2872
|
"422": ValidationError,
|
|
@@ -2724,6 +2881,7 @@ class UsersClient:
|
|
|
2724
2881
|
self,
|
|
2725
2882
|
*,
|
|
2726
2883
|
headers: Optional[Mapping[str, str]] = None,
|
|
2884
|
+
stream: bool = False,
|
|
2727
2885
|
data: UserSshSigningKeysPostBodyType,
|
|
2728
2886
|
) -> Response[SshSigningKey, SshSigningKeyType]: ...
|
|
2729
2887
|
|
|
@@ -2733,6 +2891,7 @@ class UsersClient:
|
|
|
2733
2891
|
*,
|
|
2734
2892
|
data: UnsetType = UNSET,
|
|
2735
2893
|
headers: Optional[Mapping[str, str]] = None,
|
|
2894
|
+
stream: bool = False,
|
|
2736
2895
|
title: Missing[str] = UNSET,
|
|
2737
2896
|
key: str,
|
|
2738
2897
|
) -> Response[SshSigningKey, SshSigningKeyType]: ...
|
|
@@ -2741,6 +2900,7 @@ class UsersClient:
|
|
|
2741
2900
|
self,
|
|
2742
2901
|
*,
|
|
2743
2902
|
headers: Optional[Mapping[str, str]] = None,
|
|
2903
|
+
stream: bool = False,
|
|
2744
2904
|
data: Missing[UserSshSigningKeysPostBodyType] = UNSET,
|
|
2745
2905
|
**kwargs,
|
|
2746
2906
|
) -> Response[SshSigningKey, SshSigningKeyType]:
|
|
@@ -2780,6 +2940,7 @@ class UsersClient:
|
|
|
2780
2940
|
url,
|
|
2781
2941
|
json=exclude_unset(json),
|
|
2782
2942
|
headers=exclude_unset(headers),
|
|
2943
|
+
stream=stream,
|
|
2783
2944
|
response_model=SshSigningKey,
|
|
2784
2945
|
error_models={
|
|
2785
2946
|
"422": ValidationError,
|
|
@@ -2794,6 +2955,7 @@ class UsersClient:
|
|
|
2794
2955
|
ssh_signing_key_id: int,
|
|
2795
2956
|
*,
|
|
2796
2957
|
headers: Optional[Mapping[str, str]] = None,
|
|
2958
|
+
stream: bool = False,
|
|
2797
2959
|
) -> Response[SshSigningKey, SshSigningKeyType]:
|
|
2798
2960
|
"""users/get-ssh-signing-key-for-authenticated-user
|
|
2799
2961
|
|
|
@@ -2816,6 +2978,7 @@ class UsersClient:
|
|
|
2816
2978
|
"GET",
|
|
2817
2979
|
url,
|
|
2818
2980
|
headers=exclude_unset(headers),
|
|
2981
|
+
stream=stream,
|
|
2819
2982
|
response_model=SshSigningKey,
|
|
2820
2983
|
error_models={
|
|
2821
2984
|
"404": BasicError,
|
|
@@ -2829,6 +2992,7 @@ class UsersClient:
|
|
|
2829
2992
|
ssh_signing_key_id: int,
|
|
2830
2993
|
*,
|
|
2831
2994
|
headers: Optional[Mapping[str, str]] = None,
|
|
2995
|
+
stream: bool = False,
|
|
2832
2996
|
) -> Response[SshSigningKey, SshSigningKeyType]:
|
|
2833
2997
|
"""users/get-ssh-signing-key-for-authenticated-user
|
|
2834
2998
|
|
|
@@ -2851,6 +3015,7 @@ class UsersClient:
|
|
|
2851
3015
|
"GET",
|
|
2852
3016
|
url,
|
|
2853
3017
|
headers=exclude_unset(headers),
|
|
3018
|
+
stream=stream,
|
|
2854
3019
|
response_model=SshSigningKey,
|
|
2855
3020
|
error_models={
|
|
2856
3021
|
"404": BasicError,
|
|
@@ -2864,6 +3029,7 @@ class UsersClient:
|
|
|
2864
3029
|
ssh_signing_key_id: int,
|
|
2865
3030
|
*,
|
|
2866
3031
|
headers: Optional[Mapping[str, str]] = None,
|
|
3032
|
+
stream: bool = False,
|
|
2867
3033
|
) -> Response:
|
|
2868
3034
|
"""users/delete-ssh-signing-key-for-authenticated-user
|
|
2869
3035
|
|
|
@@ -2886,6 +3052,7 @@ class UsersClient:
|
|
|
2886
3052
|
"DELETE",
|
|
2887
3053
|
url,
|
|
2888
3054
|
headers=exclude_unset(headers),
|
|
3055
|
+
stream=stream,
|
|
2889
3056
|
error_models={
|
|
2890
3057
|
"404": BasicError,
|
|
2891
3058
|
"403": BasicError,
|
|
@@ -2898,6 +3065,7 @@ class UsersClient:
|
|
|
2898
3065
|
ssh_signing_key_id: int,
|
|
2899
3066
|
*,
|
|
2900
3067
|
headers: Optional[Mapping[str, str]] = None,
|
|
3068
|
+
stream: bool = False,
|
|
2901
3069
|
) -> Response:
|
|
2902
3070
|
"""users/delete-ssh-signing-key-for-authenticated-user
|
|
2903
3071
|
|
|
@@ -2920,6 +3088,7 @@ class UsersClient:
|
|
|
2920
3088
|
"DELETE",
|
|
2921
3089
|
url,
|
|
2922
3090
|
headers=exclude_unset(headers),
|
|
3091
|
+
stream=stream,
|
|
2923
3092
|
error_models={
|
|
2924
3093
|
"404": BasicError,
|
|
2925
3094
|
"403": BasicError,
|
|
@@ -2932,6 +3101,7 @@ class UsersClient:
|
|
|
2932
3101
|
account_id: int,
|
|
2933
3102
|
*,
|
|
2934
3103
|
headers: Optional[Mapping[str, str]] = None,
|
|
3104
|
+
stream: bool = False,
|
|
2935
3105
|
) -> Response[
|
|
2936
3106
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
2937
3107
|
]:
|
|
@@ -2962,6 +3132,7 @@ class UsersClient:
|
|
|
2962
3132
|
"GET",
|
|
2963
3133
|
url,
|
|
2964
3134
|
headers=exclude_unset(headers),
|
|
3135
|
+
stream=stream,
|
|
2965
3136
|
response_model=Union[PrivateUser, PublicUser],
|
|
2966
3137
|
error_models={
|
|
2967
3138
|
"404": BasicError,
|
|
@@ -2973,6 +3144,7 @@ class UsersClient:
|
|
|
2973
3144
|
account_id: int,
|
|
2974
3145
|
*,
|
|
2975
3146
|
headers: Optional[Mapping[str, str]] = None,
|
|
3147
|
+
stream: bool = False,
|
|
2976
3148
|
) -> Response[
|
|
2977
3149
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
2978
3150
|
]:
|
|
@@ -3003,6 +3175,7 @@ class UsersClient:
|
|
|
3003
3175
|
"GET",
|
|
3004
3176
|
url,
|
|
3005
3177
|
headers=exclude_unset(headers),
|
|
3178
|
+
stream=stream,
|
|
3006
3179
|
response_model=Union[PrivateUser, PublicUser],
|
|
3007
3180
|
error_models={
|
|
3008
3181
|
"404": BasicError,
|
|
@@ -3015,6 +3188,7 @@ class UsersClient:
|
|
|
3015
3188
|
since: Missing[int] = UNSET,
|
|
3016
3189
|
per_page: Missing[int] = UNSET,
|
|
3017
3190
|
headers: Optional[Mapping[str, str]] = None,
|
|
3191
|
+
stream: bool = False,
|
|
3018
3192
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3019
3193
|
"""users/list
|
|
3020
3194
|
|
|
@@ -3043,6 +3217,7 @@ class UsersClient:
|
|
|
3043
3217
|
url,
|
|
3044
3218
|
params=exclude_unset(params),
|
|
3045
3219
|
headers=exclude_unset(headers),
|
|
3220
|
+
stream=stream,
|
|
3046
3221
|
response_model=list[SimpleUser],
|
|
3047
3222
|
)
|
|
3048
3223
|
|
|
@@ -3052,6 +3227,7 @@ class UsersClient:
|
|
|
3052
3227
|
since: Missing[int] = UNSET,
|
|
3053
3228
|
per_page: Missing[int] = UNSET,
|
|
3054
3229
|
headers: Optional[Mapping[str, str]] = None,
|
|
3230
|
+
stream: bool = False,
|
|
3055
3231
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3056
3232
|
"""users/list
|
|
3057
3233
|
|
|
@@ -3080,6 +3256,7 @@ class UsersClient:
|
|
|
3080
3256
|
url,
|
|
3081
3257
|
params=exclude_unset(params),
|
|
3082
3258
|
headers=exclude_unset(headers),
|
|
3259
|
+
stream=stream,
|
|
3083
3260
|
response_model=list[SimpleUser],
|
|
3084
3261
|
)
|
|
3085
3262
|
|
|
@@ -3088,6 +3265,7 @@ class UsersClient:
|
|
|
3088
3265
|
username: str,
|
|
3089
3266
|
*,
|
|
3090
3267
|
headers: Optional[Mapping[str, str]] = None,
|
|
3268
|
+
stream: bool = False,
|
|
3091
3269
|
) -> Response[
|
|
3092
3270
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
3093
3271
|
]:
|
|
@@ -3118,6 +3296,7 @@ class UsersClient:
|
|
|
3118
3296
|
"GET",
|
|
3119
3297
|
url,
|
|
3120
3298
|
headers=exclude_unset(headers),
|
|
3299
|
+
stream=stream,
|
|
3121
3300
|
response_model=Union[PrivateUser, PublicUser],
|
|
3122
3301
|
error_models={
|
|
3123
3302
|
"404": BasicError,
|
|
@@ -3129,6 +3308,7 @@ class UsersClient:
|
|
|
3129
3308
|
username: str,
|
|
3130
3309
|
*,
|
|
3131
3310
|
headers: Optional[Mapping[str, str]] = None,
|
|
3311
|
+
stream: bool = False,
|
|
3132
3312
|
) -> Response[
|
|
3133
3313
|
Union[PrivateUser, PublicUser], Union[PrivateUserType, PublicUserType]
|
|
3134
3314
|
]:
|
|
@@ -3159,18 +3339,212 @@ class UsersClient:
|
|
|
3159
3339
|
"GET",
|
|
3160
3340
|
url,
|
|
3161
3341
|
headers=exclude_unset(headers),
|
|
3342
|
+
stream=stream,
|
|
3162
3343
|
response_model=Union[PrivateUser, PublicUser],
|
|
3163
3344
|
error_models={
|
|
3164
3345
|
"404": BasicError,
|
|
3165
3346
|
},
|
|
3166
3347
|
)
|
|
3167
3348
|
|
|
3349
|
+
@overload
|
|
3350
|
+
def list_attestations_bulk(
|
|
3351
|
+
self,
|
|
3352
|
+
username: str,
|
|
3353
|
+
*,
|
|
3354
|
+
per_page: Missing[int] = UNSET,
|
|
3355
|
+
before: Missing[str] = UNSET,
|
|
3356
|
+
after: Missing[str] = UNSET,
|
|
3357
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3358
|
+
stream: bool = False,
|
|
3359
|
+
data: UsersUsernameAttestationsBulkListPostBodyType,
|
|
3360
|
+
) -> Response[
|
|
3361
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3362
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3363
|
+
]: ...
|
|
3364
|
+
|
|
3365
|
+
@overload
|
|
3366
|
+
def list_attestations_bulk(
|
|
3367
|
+
self,
|
|
3368
|
+
username: str,
|
|
3369
|
+
*,
|
|
3370
|
+
per_page: Missing[int] = UNSET,
|
|
3371
|
+
before: Missing[str] = UNSET,
|
|
3372
|
+
after: Missing[str] = UNSET,
|
|
3373
|
+
data: UnsetType = UNSET,
|
|
3374
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3375
|
+
stream: bool = False,
|
|
3376
|
+
subject_digests: list[str],
|
|
3377
|
+
predicate_type: Missing[str] = UNSET,
|
|
3378
|
+
) -> Response[
|
|
3379
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3380
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3381
|
+
]: ...
|
|
3382
|
+
|
|
3383
|
+
def list_attestations_bulk(
|
|
3384
|
+
self,
|
|
3385
|
+
username: str,
|
|
3386
|
+
*,
|
|
3387
|
+
per_page: Missing[int] = UNSET,
|
|
3388
|
+
before: Missing[str] = UNSET,
|
|
3389
|
+
after: Missing[str] = UNSET,
|
|
3390
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3391
|
+
stream: bool = False,
|
|
3392
|
+
data: Missing[UsersUsernameAttestationsBulkListPostBodyType] = UNSET,
|
|
3393
|
+
**kwargs,
|
|
3394
|
+
) -> Response[
|
|
3395
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3396
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3397
|
+
]:
|
|
3398
|
+
"""users/list-attestations-bulk
|
|
3399
|
+
|
|
3400
|
+
POST /users/{username}/attestations/bulk-list
|
|
3401
|
+
|
|
3402
|
+
List a collection of artifact attestations associated with any entry in a list of subject digests owned by a user.
|
|
3403
|
+
|
|
3404
|
+
The collection of attestations returned by this endpoint is filtered according to the authenticated user's permissions; if the authenticated user cannot read a repository, the attestations associated with that repository will not be included in the response. In addition, when using a fine-grained access token the `attestations:read` permission is required.
|
|
3405
|
+
|
|
3406
|
+
**Please note:** in order to offer meaningful security benefits, an attestation's signature and timestamps **must** be cryptographically verified, and the identity of the attestation signer **must** be validated. Attestations can be verified using the [GitHub CLI `attestation verify` command](https://cli.github.com/manual/gh_attestation_verify). For more information, see [our guide on how to use artifact attestations to establish a build's provenance](https://docs.github.com/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
|
|
3407
|
+
|
|
3408
|
+
See also: https://docs.github.com/rest/users/attestations#list-attestations-by-bulk-subject-digests
|
|
3409
|
+
"""
|
|
3410
|
+
|
|
3411
|
+
from ..models import (
|
|
3412
|
+
UsersUsernameAttestationsBulkListPostBody,
|
|
3413
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3414
|
+
)
|
|
3415
|
+
|
|
3416
|
+
url = f"/users/{username}/attestations/bulk-list"
|
|
3417
|
+
|
|
3418
|
+
params = {
|
|
3419
|
+
"per_page": per_page,
|
|
3420
|
+
"before": before,
|
|
3421
|
+
"after": after,
|
|
3422
|
+
}
|
|
3423
|
+
|
|
3424
|
+
headers = {
|
|
3425
|
+
"Content-Type": "application/json",
|
|
3426
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
3427
|
+
**(headers or {}),
|
|
3428
|
+
}
|
|
3429
|
+
|
|
3430
|
+
json = kwargs if data is UNSET else data
|
|
3431
|
+
if self._github.config.rest_api_validate_body:
|
|
3432
|
+
json = type_validate_python(UsersUsernameAttestationsBulkListPostBody, json)
|
|
3433
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3434
|
+
|
|
3435
|
+
return self._github.request(
|
|
3436
|
+
"POST",
|
|
3437
|
+
url,
|
|
3438
|
+
params=exclude_unset(params),
|
|
3439
|
+
json=exclude_unset(json),
|
|
3440
|
+
headers=exclude_unset(headers),
|
|
3441
|
+
stream=stream,
|
|
3442
|
+
response_model=UsersUsernameAttestationsBulkListPostResponse200,
|
|
3443
|
+
)
|
|
3444
|
+
|
|
3445
|
+
@overload
|
|
3446
|
+
async def async_list_attestations_bulk(
|
|
3447
|
+
self,
|
|
3448
|
+
username: str,
|
|
3449
|
+
*,
|
|
3450
|
+
per_page: Missing[int] = UNSET,
|
|
3451
|
+
before: Missing[str] = UNSET,
|
|
3452
|
+
after: Missing[str] = UNSET,
|
|
3453
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3454
|
+
stream: bool = False,
|
|
3455
|
+
data: UsersUsernameAttestationsBulkListPostBodyType,
|
|
3456
|
+
) -> Response[
|
|
3457
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3458
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3459
|
+
]: ...
|
|
3460
|
+
|
|
3461
|
+
@overload
|
|
3462
|
+
async def async_list_attestations_bulk(
|
|
3463
|
+
self,
|
|
3464
|
+
username: str,
|
|
3465
|
+
*,
|
|
3466
|
+
per_page: Missing[int] = UNSET,
|
|
3467
|
+
before: Missing[str] = UNSET,
|
|
3468
|
+
after: Missing[str] = UNSET,
|
|
3469
|
+
data: UnsetType = UNSET,
|
|
3470
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3471
|
+
stream: bool = False,
|
|
3472
|
+
subject_digests: list[str],
|
|
3473
|
+
predicate_type: Missing[str] = UNSET,
|
|
3474
|
+
) -> Response[
|
|
3475
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3476
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3477
|
+
]: ...
|
|
3478
|
+
|
|
3479
|
+
async def async_list_attestations_bulk(
|
|
3480
|
+
self,
|
|
3481
|
+
username: str,
|
|
3482
|
+
*,
|
|
3483
|
+
per_page: Missing[int] = UNSET,
|
|
3484
|
+
before: Missing[str] = UNSET,
|
|
3485
|
+
after: Missing[str] = UNSET,
|
|
3486
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
3487
|
+
stream: bool = False,
|
|
3488
|
+
data: Missing[UsersUsernameAttestationsBulkListPostBodyType] = UNSET,
|
|
3489
|
+
**kwargs,
|
|
3490
|
+
) -> Response[
|
|
3491
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3492
|
+
UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
3493
|
+
]:
|
|
3494
|
+
"""users/list-attestations-bulk
|
|
3495
|
+
|
|
3496
|
+
POST /users/{username}/attestations/bulk-list
|
|
3497
|
+
|
|
3498
|
+
List a collection of artifact attestations associated with any entry in a list of subject digests owned by a user.
|
|
3499
|
+
|
|
3500
|
+
The collection of attestations returned by this endpoint is filtered according to the authenticated user's permissions; if the authenticated user cannot read a repository, the attestations associated with that repository will not be included in the response. In addition, when using a fine-grained access token the `attestations:read` permission is required.
|
|
3501
|
+
|
|
3502
|
+
**Please note:** in order to offer meaningful security benefits, an attestation's signature and timestamps **must** be cryptographically verified, and the identity of the attestation signer **must** be validated. Attestations can be verified using the [GitHub CLI `attestation verify` command](https://cli.github.com/manual/gh_attestation_verify). For more information, see [our guide on how to use artifact attestations to establish a build's provenance](https://docs.github.com/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
|
|
3503
|
+
|
|
3504
|
+
See also: https://docs.github.com/rest/users/attestations#list-attestations-by-bulk-subject-digests
|
|
3505
|
+
"""
|
|
3506
|
+
|
|
3507
|
+
from ..models import (
|
|
3508
|
+
UsersUsernameAttestationsBulkListPostBody,
|
|
3509
|
+
UsersUsernameAttestationsBulkListPostResponse200,
|
|
3510
|
+
)
|
|
3511
|
+
|
|
3512
|
+
url = f"/users/{username}/attestations/bulk-list"
|
|
3513
|
+
|
|
3514
|
+
params = {
|
|
3515
|
+
"per_page": per_page,
|
|
3516
|
+
"before": before,
|
|
3517
|
+
"after": after,
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
headers = {
|
|
3521
|
+
"Content-Type": "application/json",
|
|
3522
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
3523
|
+
**(headers or {}),
|
|
3524
|
+
}
|
|
3525
|
+
|
|
3526
|
+
json = kwargs if data is UNSET else data
|
|
3527
|
+
if self._github.config.rest_api_validate_body:
|
|
3528
|
+
json = type_validate_python(UsersUsernameAttestationsBulkListPostBody, json)
|
|
3529
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
3530
|
+
|
|
3531
|
+
return await self._github.arequest(
|
|
3532
|
+
"POST",
|
|
3533
|
+
url,
|
|
3534
|
+
params=exclude_unset(params),
|
|
3535
|
+
json=exclude_unset(json),
|
|
3536
|
+
headers=exclude_unset(headers),
|
|
3537
|
+
stream=stream,
|
|
3538
|
+
response_model=UsersUsernameAttestationsBulkListPostResponse200,
|
|
3539
|
+
)
|
|
3540
|
+
|
|
3168
3541
|
@overload
|
|
3169
3542
|
def delete_attestations_bulk(
|
|
3170
3543
|
self,
|
|
3171
3544
|
username: str,
|
|
3172
3545
|
*,
|
|
3173
3546
|
headers: Optional[Mapping[str, str]] = None,
|
|
3547
|
+
stream: bool = False,
|
|
3174
3548
|
data: Union[
|
|
3175
3549
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
3176
3550
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type,
|
|
@@ -3184,6 +3558,7 @@ class UsersClient:
|
|
|
3184
3558
|
*,
|
|
3185
3559
|
data: UnsetType = UNSET,
|
|
3186
3560
|
headers: Optional[Mapping[str, str]] = None,
|
|
3561
|
+
stream: bool = False,
|
|
3187
3562
|
subject_digests: list[str],
|
|
3188
3563
|
) -> Response: ...
|
|
3189
3564
|
|
|
@@ -3194,6 +3569,7 @@ class UsersClient:
|
|
|
3194
3569
|
*,
|
|
3195
3570
|
data: UnsetType = UNSET,
|
|
3196
3571
|
headers: Optional[Mapping[str, str]] = None,
|
|
3572
|
+
stream: bool = False,
|
|
3197
3573
|
attestation_ids: list[int],
|
|
3198
3574
|
) -> Response: ...
|
|
3199
3575
|
|
|
@@ -3202,6 +3578,7 @@ class UsersClient:
|
|
|
3202
3578
|
username: str,
|
|
3203
3579
|
*,
|
|
3204
3580
|
headers: Optional[Mapping[str, str]] = None,
|
|
3581
|
+
stream: bool = False,
|
|
3205
3582
|
data: Missing[
|
|
3206
3583
|
Union[
|
|
3207
3584
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
@@ -3251,6 +3628,7 @@ class UsersClient:
|
|
|
3251
3628
|
url,
|
|
3252
3629
|
json=exclude_unset(json),
|
|
3253
3630
|
headers=exclude_unset(headers),
|
|
3631
|
+
stream=stream,
|
|
3254
3632
|
error_models={
|
|
3255
3633
|
"404": BasicError,
|
|
3256
3634
|
},
|
|
@@ -3262,6 +3640,7 @@ class UsersClient:
|
|
|
3262
3640
|
username: str,
|
|
3263
3641
|
*,
|
|
3264
3642
|
headers: Optional[Mapping[str, str]] = None,
|
|
3643
|
+
stream: bool = False,
|
|
3265
3644
|
data: Union[
|
|
3266
3645
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
3267
3646
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type,
|
|
@@ -3275,6 +3654,7 @@ class UsersClient:
|
|
|
3275
3654
|
*,
|
|
3276
3655
|
data: UnsetType = UNSET,
|
|
3277
3656
|
headers: Optional[Mapping[str, str]] = None,
|
|
3657
|
+
stream: bool = False,
|
|
3278
3658
|
subject_digests: list[str],
|
|
3279
3659
|
) -> Response: ...
|
|
3280
3660
|
|
|
@@ -3285,6 +3665,7 @@ class UsersClient:
|
|
|
3285
3665
|
*,
|
|
3286
3666
|
data: UnsetType = UNSET,
|
|
3287
3667
|
headers: Optional[Mapping[str, str]] = None,
|
|
3668
|
+
stream: bool = False,
|
|
3288
3669
|
attestation_ids: list[int],
|
|
3289
3670
|
) -> Response: ...
|
|
3290
3671
|
|
|
@@ -3293,6 +3674,7 @@ class UsersClient:
|
|
|
3293
3674
|
username: str,
|
|
3294
3675
|
*,
|
|
3295
3676
|
headers: Optional[Mapping[str, str]] = None,
|
|
3677
|
+
stream: bool = False,
|
|
3296
3678
|
data: Missing[
|
|
3297
3679
|
Union[
|
|
3298
3680
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
@@ -3342,6 +3724,7 @@ class UsersClient:
|
|
|
3342
3724
|
url,
|
|
3343
3725
|
json=exclude_unset(json),
|
|
3344
3726
|
headers=exclude_unset(headers),
|
|
3727
|
+
stream=stream,
|
|
3345
3728
|
error_models={
|
|
3346
3729
|
"404": BasicError,
|
|
3347
3730
|
},
|
|
@@ -3353,6 +3736,7 @@ class UsersClient:
|
|
|
3353
3736
|
subject_digest: str,
|
|
3354
3737
|
*,
|
|
3355
3738
|
headers: Optional[Mapping[str, str]] = None,
|
|
3739
|
+
stream: bool = False,
|
|
3356
3740
|
) -> Response:
|
|
3357
3741
|
"""users/delete-attestations-by-subject-digest
|
|
3358
3742
|
|
|
@@ -3373,6 +3757,7 @@ class UsersClient:
|
|
|
3373
3757
|
"DELETE",
|
|
3374
3758
|
url,
|
|
3375
3759
|
headers=exclude_unset(headers),
|
|
3760
|
+
stream=stream,
|
|
3376
3761
|
error_models={
|
|
3377
3762
|
"404": BasicError,
|
|
3378
3763
|
},
|
|
@@ -3384,6 +3769,7 @@ class UsersClient:
|
|
|
3384
3769
|
subject_digest: str,
|
|
3385
3770
|
*,
|
|
3386
3771
|
headers: Optional[Mapping[str, str]] = None,
|
|
3772
|
+
stream: bool = False,
|
|
3387
3773
|
) -> Response:
|
|
3388
3774
|
"""users/delete-attestations-by-subject-digest
|
|
3389
3775
|
|
|
@@ -3404,6 +3790,7 @@ class UsersClient:
|
|
|
3404
3790
|
"DELETE",
|
|
3405
3791
|
url,
|
|
3406
3792
|
headers=exclude_unset(headers),
|
|
3793
|
+
stream=stream,
|
|
3407
3794
|
error_models={
|
|
3408
3795
|
"404": BasicError,
|
|
3409
3796
|
},
|
|
@@ -3415,6 +3802,7 @@ class UsersClient:
|
|
|
3415
3802
|
attestation_id: int,
|
|
3416
3803
|
*,
|
|
3417
3804
|
headers: Optional[Mapping[str, str]] = None,
|
|
3805
|
+
stream: bool = False,
|
|
3418
3806
|
) -> Response:
|
|
3419
3807
|
"""users/delete-attestations-by-id
|
|
3420
3808
|
|
|
@@ -3435,6 +3823,7 @@ class UsersClient:
|
|
|
3435
3823
|
"DELETE",
|
|
3436
3824
|
url,
|
|
3437
3825
|
headers=exclude_unset(headers),
|
|
3826
|
+
stream=stream,
|
|
3438
3827
|
error_models={
|
|
3439
3828
|
"403": BasicError,
|
|
3440
3829
|
"404": BasicError,
|
|
@@ -3447,6 +3836,7 @@ class UsersClient:
|
|
|
3447
3836
|
attestation_id: int,
|
|
3448
3837
|
*,
|
|
3449
3838
|
headers: Optional[Mapping[str, str]] = None,
|
|
3839
|
+
stream: bool = False,
|
|
3450
3840
|
) -> Response:
|
|
3451
3841
|
"""users/delete-attestations-by-id
|
|
3452
3842
|
|
|
@@ -3467,6 +3857,7 @@ class UsersClient:
|
|
|
3467
3857
|
"DELETE",
|
|
3468
3858
|
url,
|
|
3469
3859
|
headers=exclude_unset(headers),
|
|
3860
|
+
stream=stream,
|
|
3470
3861
|
error_models={
|
|
3471
3862
|
"403": BasicError,
|
|
3472
3863
|
"404": BasicError,
|
|
@@ -3483,6 +3874,7 @@ class UsersClient:
|
|
|
3483
3874
|
after: Missing[str] = UNSET,
|
|
3484
3875
|
predicate_type: Missing[str] = UNSET,
|
|
3485
3876
|
headers: Optional[Mapping[str, str]] = None,
|
|
3877
|
+
stream: bool = False,
|
|
3486
3878
|
) -> Response[
|
|
3487
3879
|
UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
3488
3880
|
UsersUsernameAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -3521,6 +3913,7 @@ class UsersClient:
|
|
|
3521
3913
|
url,
|
|
3522
3914
|
params=exclude_unset(params),
|
|
3523
3915
|
headers=exclude_unset(headers),
|
|
3916
|
+
stream=stream,
|
|
3524
3917
|
response_model=UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
3525
3918
|
error_models={
|
|
3526
3919
|
"404": BasicError,
|
|
@@ -3537,6 +3930,7 @@ class UsersClient:
|
|
|
3537
3930
|
after: Missing[str] = UNSET,
|
|
3538
3931
|
predicate_type: Missing[str] = UNSET,
|
|
3539
3932
|
headers: Optional[Mapping[str, str]] = None,
|
|
3933
|
+
stream: bool = False,
|
|
3540
3934
|
) -> Response[
|
|
3541
3935
|
UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
3542
3936
|
UsersUsernameAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -3575,6 +3969,7 @@ class UsersClient:
|
|
|
3575
3969
|
url,
|
|
3576
3970
|
params=exclude_unset(params),
|
|
3577
3971
|
headers=exclude_unset(headers),
|
|
3972
|
+
stream=stream,
|
|
3578
3973
|
response_model=UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
3579
3974
|
error_models={
|
|
3580
3975
|
"404": BasicError,
|
|
@@ -3588,6 +3983,7 @@ class UsersClient:
|
|
|
3588
3983
|
per_page: Missing[int] = UNSET,
|
|
3589
3984
|
page: Missing[int] = UNSET,
|
|
3590
3985
|
headers: Optional[Mapping[str, str]] = None,
|
|
3986
|
+
stream: bool = False,
|
|
3591
3987
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3592
3988
|
"""users/list-followers-for-user
|
|
3593
3989
|
|
|
@@ -3614,6 +4010,7 @@ class UsersClient:
|
|
|
3614
4010
|
url,
|
|
3615
4011
|
params=exclude_unset(params),
|
|
3616
4012
|
headers=exclude_unset(headers),
|
|
4013
|
+
stream=stream,
|
|
3617
4014
|
response_model=list[SimpleUser],
|
|
3618
4015
|
)
|
|
3619
4016
|
|
|
@@ -3624,6 +4021,7 @@ class UsersClient:
|
|
|
3624
4021
|
per_page: Missing[int] = UNSET,
|
|
3625
4022
|
page: Missing[int] = UNSET,
|
|
3626
4023
|
headers: Optional[Mapping[str, str]] = None,
|
|
4024
|
+
stream: bool = False,
|
|
3627
4025
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3628
4026
|
"""users/list-followers-for-user
|
|
3629
4027
|
|
|
@@ -3650,6 +4048,7 @@ class UsersClient:
|
|
|
3650
4048
|
url,
|
|
3651
4049
|
params=exclude_unset(params),
|
|
3652
4050
|
headers=exclude_unset(headers),
|
|
4051
|
+
stream=stream,
|
|
3653
4052
|
response_model=list[SimpleUser],
|
|
3654
4053
|
)
|
|
3655
4054
|
|
|
@@ -3660,6 +4059,7 @@ class UsersClient:
|
|
|
3660
4059
|
per_page: Missing[int] = UNSET,
|
|
3661
4060
|
page: Missing[int] = UNSET,
|
|
3662
4061
|
headers: Optional[Mapping[str, str]] = None,
|
|
4062
|
+
stream: bool = False,
|
|
3663
4063
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3664
4064
|
"""users/list-following-for-user
|
|
3665
4065
|
|
|
@@ -3686,6 +4086,7 @@ class UsersClient:
|
|
|
3686
4086
|
url,
|
|
3687
4087
|
params=exclude_unset(params),
|
|
3688
4088
|
headers=exclude_unset(headers),
|
|
4089
|
+
stream=stream,
|
|
3689
4090
|
response_model=list[SimpleUser],
|
|
3690
4091
|
)
|
|
3691
4092
|
|
|
@@ -3696,6 +4097,7 @@ class UsersClient:
|
|
|
3696
4097
|
per_page: Missing[int] = UNSET,
|
|
3697
4098
|
page: Missing[int] = UNSET,
|
|
3698
4099
|
headers: Optional[Mapping[str, str]] = None,
|
|
4100
|
+
stream: bool = False,
|
|
3699
4101
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
3700
4102
|
"""users/list-following-for-user
|
|
3701
4103
|
|
|
@@ -3722,6 +4124,7 @@ class UsersClient:
|
|
|
3722
4124
|
url,
|
|
3723
4125
|
params=exclude_unset(params),
|
|
3724
4126
|
headers=exclude_unset(headers),
|
|
4127
|
+
stream=stream,
|
|
3725
4128
|
response_model=list[SimpleUser],
|
|
3726
4129
|
)
|
|
3727
4130
|
|
|
@@ -3731,6 +4134,7 @@ class UsersClient:
|
|
|
3731
4134
|
target_user: str,
|
|
3732
4135
|
*,
|
|
3733
4136
|
headers: Optional[Mapping[str, str]] = None,
|
|
4137
|
+
stream: bool = False,
|
|
3734
4138
|
) -> Response:
|
|
3735
4139
|
"""users/check-following-for-user
|
|
3736
4140
|
|
|
@@ -3747,6 +4151,7 @@ class UsersClient:
|
|
|
3747
4151
|
"GET",
|
|
3748
4152
|
url,
|
|
3749
4153
|
headers=exclude_unset(headers),
|
|
4154
|
+
stream=stream,
|
|
3750
4155
|
error_models={},
|
|
3751
4156
|
)
|
|
3752
4157
|
|
|
@@ -3756,6 +4161,7 @@ class UsersClient:
|
|
|
3756
4161
|
target_user: str,
|
|
3757
4162
|
*,
|
|
3758
4163
|
headers: Optional[Mapping[str, str]] = None,
|
|
4164
|
+
stream: bool = False,
|
|
3759
4165
|
) -> Response:
|
|
3760
4166
|
"""users/check-following-for-user
|
|
3761
4167
|
|
|
@@ -3772,6 +4178,7 @@ class UsersClient:
|
|
|
3772
4178
|
"GET",
|
|
3773
4179
|
url,
|
|
3774
4180
|
headers=exclude_unset(headers),
|
|
4181
|
+
stream=stream,
|
|
3775
4182
|
error_models={},
|
|
3776
4183
|
)
|
|
3777
4184
|
|
|
@@ -3782,6 +4189,7 @@ class UsersClient:
|
|
|
3782
4189
|
per_page: Missing[int] = UNSET,
|
|
3783
4190
|
page: Missing[int] = UNSET,
|
|
3784
4191
|
headers: Optional[Mapping[str, str]] = None,
|
|
4192
|
+
stream: bool = False,
|
|
3785
4193
|
) -> Response[list[GpgKey], list[GpgKeyType]]:
|
|
3786
4194
|
"""users/list-gpg-keys-for-user
|
|
3787
4195
|
|
|
@@ -3808,6 +4216,7 @@ class UsersClient:
|
|
|
3808
4216
|
url,
|
|
3809
4217
|
params=exclude_unset(params),
|
|
3810
4218
|
headers=exclude_unset(headers),
|
|
4219
|
+
stream=stream,
|
|
3811
4220
|
response_model=list[GpgKey],
|
|
3812
4221
|
)
|
|
3813
4222
|
|
|
@@ -3818,6 +4227,7 @@ class UsersClient:
|
|
|
3818
4227
|
per_page: Missing[int] = UNSET,
|
|
3819
4228
|
page: Missing[int] = UNSET,
|
|
3820
4229
|
headers: Optional[Mapping[str, str]] = None,
|
|
4230
|
+
stream: bool = False,
|
|
3821
4231
|
) -> Response[list[GpgKey], list[GpgKeyType]]:
|
|
3822
4232
|
"""users/list-gpg-keys-for-user
|
|
3823
4233
|
|
|
@@ -3844,6 +4254,7 @@ class UsersClient:
|
|
|
3844
4254
|
url,
|
|
3845
4255
|
params=exclude_unset(params),
|
|
3846
4256
|
headers=exclude_unset(headers),
|
|
4257
|
+
stream=stream,
|
|
3847
4258
|
response_model=list[GpgKey],
|
|
3848
4259
|
)
|
|
3849
4260
|
|
|
@@ -3856,6 +4267,7 @@ class UsersClient:
|
|
|
3856
4267
|
] = UNSET,
|
|
3857
4268
|
subject_id: Missing[str] = UNSET,
|
|
3858
4269
|
headers: Optional[Mapping[str, str]] = None,
|
|
4270
|
+
stream: bool = False,
|
|
3859
4271
|
) -> Response[Hovercard, HovercardType]:
|
|
3860
4272
|
"""users/get-context-for-user
|
|
3861
4273
|
|
|
@@ -3886,6 +4298,7 @@ class UsersClient:
|
|
|
3886
4298
|
url,
|
|
3887
4299
|
params=exclude_unset(params),
|
|
3888
4300
|
headers=exclude_unset(headers),
|
|
4301
|
+
stream=stream,
|
|
3889
4302
|
response_model=Hovercard,
|
|
3890
4303
|
error_models={
|
|
3891
4304
|
"404": BasicError,
|
|
@@ -3902,6 +4315,7 @@ class UsersClient:
|
|
|
3902
4315
|
] = UNSET,
|
|
3903
4316
|
subject_id: Missing[str] = UNSET,
|
|
3904
4317
|
headers: Optional[Mapping[str, str]] = None,
|
|
4318
|
+
stream: bool = False,
|
|
3905
4319
|
) -> Response[Hovercard, HovercardType]:
|
|
3906
4320
|
"""users/get-context-for-user
|
|
3907
4321
|
|
|
@@ -3932,6 +4346,7 @@ class UsersClient:
|
|
|
3932
4346
|
url,
|
|
3933
4347
|
params=exclude_unset(params),
|
|
3934
4348
|
headers=exclude_unset(headers),
|
|
4349
|
+
stream=stream,
|
|
3935
4350
|
response_model=Hovercard,
|
|
3936
4351
|
error_models={
|
|
3937
4352
|
"404": BasicError,
|
|
@@ -3946,6 +4361,7 @@ class UsersClient:
|
|
|
3946
4361
|
per_page: Missing[int] = UNSET,
|
|
3947
4362
|
page: Missing[int] = UNSET,
|
|
3948
4363
|
headers: Optional[Mapping[str, str]] = None,
|
|
4364
|
+
stream: bool = False,
|
|
3949
4365
|
) -> Response[list[KeySimple], list[KeySimpleType]]:
|
|
3950
4366
|
"""users/list-public-keys-for-user
|
|
3951
4367
|
|
|
@@ -3972,6 +4388,7 @@ class UsersClient:
|
|
|
3972
4388
|
url,
|
|
3973
4389
|
params=exclude_unset(params),
|
|
3974
4390
|
headers=exclude_unset(headers),
|
|
4391
|
+
stream=stream,
|
|
3975
4392
|
response_model=list[KeySimple],
|
|
3976
4393
|
)
|
|
3977
4394
|
|
|
@@ -3982,6 +4399,7 @@ class UsersClient:
|
|
|
3982
4399
|
per_page: Missing[int] = UNSET,
|
|
3983
4400
|
page: Missing[int] = UNSET,
|
|
3984
4401
|
headers: Optional[Mapping[str, str]] = None,
|
|
4402
|
+
stream: bool = False,
|
|
3985
4403
|
) -> Response[list[KeySimple], list[KeySimpleType]]:
|
|
3986
4404
|
"""users/list-public-keys-for-user
|
|
3987
4405
|
|
|
@@ -4008,6 +4426,7 @@ class UsersClient:
|
|
|
4008
4426
|
url,
|
|
4009
4427
|
params=exclude_unset(params),
|
|
4010
4428
|
headers=exclude_unset(headers),
|
|
4429
|
+
stream=stream,
|
|
4011
4430
|
response_model=list[KeySimple],
|
|
4012
4431
|
)
|
|
4013
4432
|
|
|
@@ -4018,6 +4437,7 @@ class UsersClient:
|
|
|
4018
4437
|
per_page: Missing[int] = UNSET,
|
|
4019
4438
|
page: Missing[int] = UNSET,
|
|
4020
4439
|
headers: Optional[Mapping[str, str]] = None,
|
|
4440
|
+
stream: bool = False,
|
|
4021
4441
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
4022
4442
|
"""users/list-social-accounts-for-user
|
|
4023
4443
|
|
|
@@ -4044,6 +4464,7 @@ class UsersClient:
|
|
|
4044
4464
|
url,
|
|
4045
4465
|
params=exclude_unset(params),
|
|
4046
4466
|
headers=exclude_unset(headers),
|
|
4467
|
+
stream=stream,
|
|
4047
4468
|
response_model=list[SocialAccount],
|
|
4048
4469
|
)
|
|
4049
4470
|
|
|
@@ -4054,6 +4475,7 @@ class UsersClient:
|
|
|
4054
4475
|
per_page: Missing[int] = UNSET,
|
|
4055
4476
|
page: Missing[int] = UNSET,
|
|
4056
4477
|
headers: Optional[Mapping[str, str]] = None,
|
|
4478
|
+
stream: bool = False,
|
|
4057
4479
|
) -> Response[list[SocialAccount], list[SocialAccountType]]:
|
|
4058
4480
|
"""users/list-social-accounts-for-user
|
|
4059
4481
|
|
|
@@ -4080,6 +4502,7 @@ class UsersClient:
|
|
|
4080
4502
|
url,
|
|
4081
4503
|
params=exclude_unset(params),
|
|
4082
4504
|
headers=exclude_unset(headers),
|
|
4505
|
+
stream=stream,
|
|
4083
4506
|
response_model=list[SocialAccount],
|
|
4084
4507
|
)
|
|
4085
4508
|
|
|
@@ -4090,6 +4513,7 @@ class UsersClient:
|
|
|
4090
4513
|
per_page: Missing[int] = UNSET,
|
|
4091
4514
|
page: Missing[int] = UNSET,
|
|
4092
4515
|
headers: Optional[Mapping[str, str]] = None,
|
|
4516
|
+
stream: bool = False,
|
|
4093
4517
|
) -> Response[list[SshSigningKey], list[SshSigningKeyType]]:
|
|
4094
4518
|
"""users/list-ssh-signing-keys-for-user
|
|
4095
4519
|
|
|
@@ -4116,6 +4540,7 @@ class UsersClient:
|
|
|
4116
4540
|
url,
|
|
4117
4541
|
params=exclude_unset(params),
|
|
4118
4542
|
headers=exclude_unset(headers),
|
|
4543
|
+
stream=stream,
|
|
4119
4544
|
response_model=list[SshSigningKey],
|
|
4120
4545
|
)
|
|
4121
4546
|
|
|
@@ -4126,6 +4551,7 @@ class UsersClient:
|
|
|
4126
4551
|
per_page: Missing[int] = UNSET,
|
|
4127
4552
|
page: Missing[int] = UNSET,
|
|
4128
4553
|
headers: Optional[Mapping[str, str]] = None,
|
|
4554
|
+
stream: bool = False,
|
|
4129
4555
|
) -> Response[list[SshSigningKey], list[SshSigningKeyType]]:
|
|
4130
4556
|
"""users/list-ssh-signing-keys-for-user
|
|
4131
4557
|
|
|
@@ -4152,5 +4578,6 @@ class UsersClient:
|
|
|
4152
4578
|
url,
|
|
4153
4579
|
params=exclude_unset(params),
|
|
4154
4580
|
headers=exclude_unset(headers),
|
|
4581
|
+
stream=stream,
|
|
4155
4582
|
response_model=list[SshSigningKey],
|
|
4156
4583
|
)
|