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
|
@@ -79,6 +79,9 @@ if TYPE_CHECKING:
|
|
|
79
79
|
from .group_0028 import (
|
|
80
80
|
CodeSecurityConfigurationPropCodeScanningDefaultSetupOptions as CodeSecurityConfigurationPropCodeScanningDefaultSetupOptions,
|
|
81
81
|
)
|
|
82
|
+
from .group_0028 import (
|
|
83
|
+
CodeSecurityConfigurationPropCodeScanningOptions as CodeSecurityConfigurationPropCodeScanningOptions,
|
|
84
|
+
)
|
|
82
85
|
from .group_0028 import (
|
|
83
86
|
CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptions as CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptions,
|
|
84
87
|
)
|
|
@@ -7516,1088 +7519,1106 @@ if TYPE_CHECKING:
|
|
|
7516
7519
|
OrgsOrgAttestationsBulkListPostResponse200PropPageInfo as OrgsOrgAttestationsBulkListPostResponse200PropPageInfo,
|
|
7517
7520
|
)
|
|
7518
7521
|
from .group_0897 import (
|
|
7522
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0 as OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
7523
|
+
)
|
|
7524
|
+
from .group_0898 import (
|
|
7525
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1 as OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
7526
|
+
)
|
|
7527
|
+
from .group_0899 import (
|
|
7519
7528
|
OrgsOrgAttestationsSubjectDigestGetResponse200 as OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
7520
7529
|
)
|
|
7521
|
-
from .
|
|
7530
|
+
from .group_0899 import (
|
|
7522
7531
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItems as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItems,
|
|
7523
7532
|
)
|
|
7524
|
-
from .
|
|
7533
|
+
from .group_0899 import (
|
|
7525
7534
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle,
|
|
7526
7535
|
)
|
|
7527
|
-
from .
|
|
7536
|
+
from .group_0899 import (
|
|
7528
7537
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope,
|
|
7529
7538
|
)
|
|
7530
|
-
from .
|
|
7539
|
+
from .group_0899 import (
|
|
7531
7540
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial,
|
|
7532
7541
|
)
|
|
7533
|
-
from .
|
|
7534
|
-
from .
|
|
7542
|
+
from .group_0900 import OrgsOrgCampaignsPostBody as OrgsOrgCampaignsPostBody
|
|
7543
|
+
from .group_0900 import (
|
|
7535
7544
|
OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItems as OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItems,
|
|
7536
7545
|
)
|
|
7537
|
-
from .
|
|
7546
|
+
from .group_0901 import (
|
|
7538
7547
|
OrgsOrgCampaignsCampaignNumberPatchBody as OrgsOrgCampaignsCampaignNumberPatchBody,
|
|
7539
7548
|
)
|
|
7540
|
-
from .
|
|
7549
|
+
from .group_0902 import (
|
|
7541
7550
|
OrgsOrgCodeSecurityConfigurationsPostBody as OrgsOrgCodeSecurityConfigurationsPostBody,
|
|
7542
7551
|
)
|
|
7543
|
-
from .
|
|
7552
|
+
from .group_0902 import (
|
|
7544
7553
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptions as OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptions,
|
|
7545
7554
|
)
|
|
7546
|
-
from .
|
|
7555
|
+
from .group_0902 import (
|
|
7547
7556
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptions as OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptions,
|
|
7548
7557
|
)
|
|
7549
|
-
from .
|
|
7558
|
+
from .group_0902 import (
|
|
7550
7559
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems as OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems,
|
|
7551
7560
|
)
|
|
7552
|
-
from .
|
|
7561
|
+
from .group_0903 import (
|
|
7553
7562
|
OrgsOrgCodeSecurityConfigurationsDetachDeleteBody as OrgsOrgCodeSecurityConfigurationsDetachDeleteBody,
|
|
7554
7563
|
)
|
|
7555
|
-
from .
|
|
7564
|
+
from .group_0904 import (
|
|
7556
7565
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBody as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBody,
|
|
7557
7566
|
)
|
|
7558
|
-
from .
|
|
7567
|
+
from .group_0904 import (
|
|
7559
7568
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptions as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptions,
|
|
7560
7569
|
)
|
|
7561
|
-
from .
|
|
7570
|
+
from .group_0904 import (
|
|
7562
7571
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptions as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptions,
|
|
7563
7572
|
)
|
|
7564
|
-
from .
|
|
7573
|
+
from .group_0904 import (
|
|
7565
7574
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems,
|
|
7566
7575
|
)
|
|
7567
|
-
from .
|
|
7576
|
+
from .group_0905 import (
|
|
7568
7577
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBody as OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBody,
|
|
7569
7578
|
)
|
|
7570
|
-
from .
|
|
7579
|
+
from .group_0906 import (
|
|
7571
7580
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBody as OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBody,
|
|
7572
7581
|
)
|
|
7573
|
-
from .
|
|
7582
|
+
from .group_0907 import (
|
|
7574
7583
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200 as OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200,
|
|
7575
7584
|
)
|
|
7576
|
-
from .
|
|
7585
|
+
from .group_0908 import (
|
|
7577
7586
|
OrgsOrgCodespacesGetResponse200 as OrgsOrgCodespacesGetResponse200,
|
|
7578
7587
|
)
|
|
7579
|
-
from .
|
|
7588
|
+
from .group_0909 import (
|
|
7580
7589
|
OrgsOrgCodespacesAccessPutBody as OrgsOrgCodespacesAccessPutBody,
|
|
7581
7590
|
)
|
|
7582
|
-
from .
|
|
7591
|
+
from .group_0910 import (
|
|
7583
7592
|
OrgsOrgCodespacesAccessSelectedUsersPostBody as OrgsOrgCodespacesAccessSelectedUsersPostBody,
|
|
7584
7593
|
)
|
|
7585
|
-
from .
|
|
7594
|
+
from .group_0911 import (
|
|
7586
7595
|
OrgsOrgCodespacesAccessSelectedUsersDeleteBody as OrgsOrgCodespacesAccessSelectedUsersDeleteBody,
|
|
7587
7596
|
)
|
|
7588
|
-
from .
|
|
7589
|
-
from .
|
|
7597
|
+
from .group_0912 import CodespacesOrgSecret as CodespacesOrgSecret
|
|
7598
|
+
from .group_0912 import (
|
|
7590
7599
|
OrgsOrgCodespacesSecretsGetResponse200 as OrgsOrgCodespacesSecretsGetResponse200,
|
|
7591
7600
|
)
|
|
7592
|
-
from .
|
|
7601
|
+
from .group_0913 import (
|
|
7593
7602
|
OrgsOrgCodespacesSecretsSecretNamePutBody as OrgsOrgCodespacesSecretsSecretNamePutBody,
|
|
7594
7603
|
)
|
|
7595
|
-
from .
|
|
7604
|
+
from .group_0914 import (
|
|
7596
7605
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200 as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
7597
7606
|
)
|
|
7598
|
-
from .
|
|
7607
|
+
from .group_0915 import (
|
|
7599
7608
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody as OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody,
|
|
7600
7609
|
)
|
|
7601
|
-
from .
|
|
7610
|
+
from .group_0916 import (
|
|
7602
7611
|
OrgsOrgCopilotBillingSelectedTeamsPostBody as OrgsOrgCopilotBillingSelectedTeamsPostBody,
|
|
7603
7612
|
)
|
|
7604
|
-
from .
|
|
7613
|
+
from .group_0917 import (
|
|
7605
7614
|
OrgsOrgCopilotBillingSelectedTeamsPostResponse201 as OrgsOrgCopilotBillingSelectedTeamsPostResponse201,
|
|
7606
7615
|
)
|
|
7607
|
-
from .
|
|
7616
|
+
from .group_0918 import (
|
|
7608
7617
|
OrgsOrgCopilotBillingSelectedTeamsDeleteBody as OrgsOrgCopilotBillingSelectedTeamsDeleteBody,
|
|
7609
7618
|
)
|
|
7610
|
-
from .
|
|
7619
|
+
from .group_0919 import (
|
|
7611
7620
|
OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200 as OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200,
|
|
7612
7621
|
)
|
|
7613
|
-
from .
|
|
7622
|
+
from .group_0920 import (
|
|
7614
7623
|
OrgsOrgCopilotBillingSelectedUsersPostBody as OrgsOrgCopilotBillingSelectedUsersPostBody,
|
|
7615
7624
|
)
|
|
7616
|
-
from .
|
|
7625
|
+
from .group_0921 import (
|
|
7617
7626
|
OrgsOrgCopilotBillingSelectedUsersPostResponse201 as OrgsOrgCopilotBillingSelectedUsersPostResponse201,
|
|
7618
7627
|
)
|
|
7619
|
-
from .
|
|
7628
|
+
from .group_0922 import (
|
|
7620
7629
|
OrgsOrgCopilotBillingSelectedUsersDeleteBody as OrgsOrgCopilotBillingSelectedUsersDeleteBody,
|
|
7621
7630
|
)
|
|
7622
|
-
from .
|
|
7631
|
+
from .group_0923 import (
|
|
7623
7632
|
OrgsOrgCopilotBillingSelectedUsersDeleteResponse200 as OrgsOrgCopilotBillingSelectedUsersDeleteResponse200,
|
|
7624
7633
|
)
|
|
7625
|
-
from .
|
|
7626
|
-
from .
|
|
7634
|
+
from .group_0924 import OrganizationDependabotSecret as OrganizationDependabotSecret
|
|
7635
|
+
from .group_0924 import (
|
|
7627
7636
|
OrgsOrgDependabotSecretsGetResponse200 as OrgsOrgDependabotSecretsGetResponse200,
|
|
7628
7637
|
)
|
|
7629
|
-
from .
|
|
7638
|
+
from .group_0925 import (
|
|
7630
7639
|
OrgsOrgDependabotSecretsSecretNamePutBody as OrgsOrgDependabotSecretsSecretNamePutBody,
|
|
7631
7640
|
)
|
|
7632
|
-
from .
|
|
7641
|
+
from .group_0926 import (
|
|
7633
7642
|
OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200 as OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200,
|
|
7634
7643
|
)
|
|
7635
|
-
from .
|
|
7644
|
+
from .group_0927 import (
|
|
7636
7645
|
OrgsOrgDependabotSecretsSecretNameRepositoriesPutBody as OrgsOrgDependabotSecretsSecretNameRepositoriesPutBody,
|
|
7637
7646
|
)
|
|
7638
|
-
from .
|
|
7639
|
-
from .
|
|
7647
|
+
from .group_0928 import OrgsOrgHooksPostBody as OrgsOrgHooksPostBody
|
|
7648
|
+
from .group_0928 import (
|
|
7640
7649
|
OrgsOrgHooksPostBodyPropConfig as OrgsOrgHooksPostBodyPropConfig,
|
|
7641
7650
|
)
|
|
7642
|
-
from .
|
|
7643
|
-
from .
|
|
7651
|
+
from .group_0929 import OrgsOrgHooksHookIdPatchBody as OrgsOrgHooksHookIdPatchBody
|
|
7652
|
+
from .group_0929 import (
|
|
7644
7653
|
OrgsOrgHooksHookIdPatchBodyPropConfig as OrgsOrgHooksHookIdPatchBodyPropConfig,
|
|
7645
7654
|
)
|
|
7646
|
-
from .
|
|
7655
|
+
from .group_0930 import (
|
|
7647
7656
|
OrgsOrgHooksHookIdConfigPatchBody as OrgsOrgHooksHookIdConfigPatchBody,
|
|
7648
7657
|
)
|
|
7649
|
-
from .
|
|
7658
|
+
from .group_0931 import (
|
|
7650
7659
|
OrgsOrgInstallationsGetResponse200 as OrgsOrgInstallationsGetResponse200,
|
|
7651
7660
|
)
|
|
7652
|
-
from .
|
|
7661
|
+
from .group_0932 import (
|
|
7653
7662
|
OrgsOrgInteractionLimitsGetResponse200Anyof1 as OrgsOrgInteractionLimitsGetResponse200Anyof1,
|
|
7654
7663
|
)
|
|
7655
|
-
from .
|
|
7656
|
-
from .
|
|
7664
|
+
from .group_0933 import OrgsOrgInvitationsPostBody as OrgsOrgInvitationsPostBody
|
|
7665
|
+
from .group_0934 import (
|
|
7657
7666
|
OrgsOrgMembersUsernameCodespacesGetResponse200 as OrgsOrgMembersUsernameCodespacesGetResponse200,
|
|
7658
7667
|
)
|
|
7659
|
-
from .
|
|
7668
|
+
from .group_0935 import (
|
|
7660
7669
|
OrgsOrgMembershipsUsernamePutBody as OrgsOrgMembershipsUsernamePutBody,
|
|
7661
7670
|
)
|
|
7662
|
-
from .
|
|
7663
|
-
from .
|
|
7671
|
+
from .group_0936 import OrgsOrgMigrationsPostBody as OrgsOrgMigrationsPostBody
|
|
7672
|
+
from .group_0937 import (
|
|
7664
7673
|
OrgsOrgOutsideCollaboratorsUsernamePutBody as OrgsOrgOutsideCollaboratorsUsernamePutBody,
|
|
7665
7674
|
)
|
|
7666
|
-
from .
|
|
7675
|
+
from .group_0938 import (
|
|
7667
7676
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202 as OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
7668
7677
|
)
|
|
7669
|
-
from .
|
|
7678
|
+
from .group_0939 import (
|
|
7670
7679
|
OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422 as OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
|
|
7671
7680
|
)
|
|
7672
|
-
from .
|
|
7681
|
+
from .group_0940 import (
|
|
7673
7682
|
OrgsOrgPersonalAccessTokenRequestsPostBody as OrgsOrgPersonalAccessTokenRequestsPostBody,
|
|
7674
7683
|
)
|
|
7675
|
-
from .
|
|
7684
|
+
from .group_0941 import (
|
|
7676
7685
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBody as OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBody,
|
|
7677
7686
|
)
|
|
7678
|
-
from .
|
|
7687
|
+
from .group_0942 import (
|
|
7679
7688
|
OrgsOrgPersonalAccessTokensPostBody as OrgsOrgPersonalAccessTokensPostBody,
|
|
7680
7689
|
)
|
|
7681
|
-
from .
|
|
7690
|
+
from .group_0943 import (
|
|
7682
7691
|
OrgsOrgPersonalAccessTokensPatIdPostBody as OrgsOrgPersonalAccessTokensPatIdPostBody,
|
|
7683
7692
|
)
|
|
7684
|
-
from .
|
|
7693
|
+
from .group_0944 import (
|
|
7685
7694
|
OrgPrivateRegistryConfiguration as OrgPrivateRegistryConfiguration,
|
|
7686
7695
|
)
|
|
7687
|
-
from .
|
|
7696
|
+
from .group_0944 import (
|
|
7688
7697
|
OrgsOrgPrivateRegistriesGetResponse200 as OrgsOrgPrivateRegistriesGetResponse200,
|
|
7689
7698
|
)
|
|
7690
|
-
from .
|
|
7699
|
+
from .group_0945 import (
|
|
7691
7700
|
OrgsOrgPrivateRegistriesPostBody as OrgsOrgPrivateRegistriesPostBody,
|
|
7692
7701
|
)
|
|
7693
|
-
from .
|
|
7702
|
+
from .group_0946 import (
|
|
7694
7703
|
OrgsOrgPrivateRegistriesPublicKeyGetResponse200 as OrgsOrgPrivateRegistriesPublicKeyGetResponse200,
|
|
7695
7704
|
)
|
|
7696
|
-
from .
|
|
7705
|
+
from .group_0947 import (
|
|
7697
7706
|
OrgsOrgPrivateRegistriesSecretNamePatchBody as OrgsOrgPrivateRegistriesSecretNamePatchBody,
|
|
7698
7707
|
)
|
|
7699
|
-
from .
|
|
7700
|
-
from .
|
|
7708
|
+
from .group_0948 import OrgsOrgProjectsPostBody as OrgsOrgProjectsPostBody
|
|
7709
|
+
from .group_0949 import (
|
|
7701
7710
|
OrgsOrgPropertiesSchemaPatchBody as OrgsOrgPropertiesSchemaPatchBody,
|
|
7702
7711
|
)
|
|
7703
|
-
from .
|
|
7712
|
+
from .group_0950 import (
|
|
7704
7713
|
OrgsOrgPropertiesValuesPatchBody as OrgsOrgPropertiesValuesPatchBody,
|
|
7705
7714
|
)
|
|
7706
|
-
from .
|
|
7707
|
-
from .
|
|
7715
|
+
from .group_0951 import OrgsOrgReposPostBody as OrgsOrgReposPostBody
|
|
7716
|
+
from .group_0951 import (
|
|
7708
7717
|
OrgsOrgReposPostBodyPropCustomProperties as OrgsOrgReposPostBodyPropCustomProperties,
|
|
7709
7718
|
)
|
|
7710
|
-
from .
|
|
7711
|
-
from .
|
|
7719
|
+
from .group_0952 import OrgsOrgRulesetsPostBody as OrgsOrgRulesetsPostBody
|
|
7720
|
+
from .group_0953 import (
|
|
7712
7721
|
OrgsOrgRulesetsRulesetIdPutBody as OrgsOrgRulesetsRulesetIdPutBody,
|
|
7713
7722
|
)
|
|
7714
|
-
from .
|
|
7715
|
-
from .
|
|
7723
|
+
from .group_0954 import NetworkConfiguration as NetworkConfiguration
|
|
7724
|
+
from .group_0954 import (
|
|
7716
7725
|
OrgsOrgSettingsNetworkConfigurationsGetResponse200 as OrgsOrgSettingsNetworkConfigurationsGetResponse200,
|
|
7717
7726
|
)
|
|
7718
|
-
from .
|
|
7727
|
+
from .group_0955 import (
|
|
7719
7728
|
OrgsOrgSettingsNetworkConfigurationsPostBody as OrgsOrgSettingsNetworkConfigurationsPostBody,
|
|
7720
7729
|
)
|
|
7721
|
-
from .
|
|
7730
|
+
from .group_0956 import (
|
|
7722
7731
|
OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBody as OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBody,
|
|
7723
7732
|
)
|
|
7724
|
-
from .
|
|
7725
|
-
from .
|
|
7733
|
+
from .group_0957 import OrgsOrgTeamsPostBody as OrgsOrgTeamsPostBody
|
|
7734
|
+
from .group_0958 import (
|
|
7726
7735
|
OrgsOrgTeamsTeamSlugPatchBody as OrgsOrgTeamsTeamSlugPatchBody,
|
|
7727
7736
|
)
|
|
7728
|
-
from .
|
|
7737
|
+
from .group_0959 import (
|
|
7729
7738
|
OrgsOrgTeamsTeamSlugDiscussionsPostBody as OrgsOrgTeamsTeamSlugDiscussionsPostBody,
|
|
7730
7739
|
)
|
|
7731
|
-
from .
|
|
7740
|
+
from .group_0960 import (
|
|
7732
7741
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBody,
|
|
7733
7742
|
)
|
|
7734
|
-
from .
|
|
7743
|
+
from .group_0961 import (
|
|
7735
7744
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBody,
|
|
7736
7745
|
)
|
|
7737
|
-
from .
|
|
7746
|
+
from .group_0962 import (
|
|
7738
7747
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBody,
|
|
7739
7748
|
)
|
|
7740
|
-
from .
|
|
7749
|
+
from .group_0963 import (
|
|
7741
7750
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody,
|
|
7742
7751
|
)
|
|
7743
|
-
from .
|
|
7752
|
+
from .group_0964 import (
|
|
7744
7753
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBody,
|
|
7745
7754
|
)
|
|
7746
|
-
from .
|
|
7755
|
+
from .group_0965 import (
|
|
7747
7756
|
OrgsOrgTeamsTeamSlugMembershipsUsernamePutBody as OrgsOrgTeamsTeamSlugMembershipsUsernamePutBody,
|
|
7748
7757
|
)
|
|
7749
|
-
from .
|
|
7758
|
+
from .group_0966 import (
|
|
7750
7759
|
OrgsOrgTeamsTeamSlugProjectsProjectIdPutBody as OrgsOrgTeamsTeamSlugProjectsProjectIdPutBody,
|
|
7751
7760
|
)
|
|
7752
|
-
from .
|
|
7761
|
+
from .group_0967 import (
|
|
7753
7762
|
OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403 as OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403,
|
|
7754
7763
|
)
|
|
7755
|
-
from .
|
|
7764
|
+
from .group_0968 import (
|
|
7756
7765
|
OrgsOrgTeamsTeamSlugReposOwnerRepoPutBody as OrgsOrgTeamsTeamSlugReposOwnerRepoPutBody,
|
|
7757
7766
|
)
|
|
7758
|
-
from .
|
|
7767
|
+
from .group_0969 import (
|
|
7759
7768
|
OrgsOrgSecurityProductEnablementPostBody as OrgsOrgSecurityProductEnablementPostBody,
|
|
7760
7769
|
)
|
|
7761
|
-
from .
|
|
7770
|
+
from .group_0970 import (
|
|
7762
7771
|
ProjectsColumnsCardsCardIdDeleteResponse403 as ProjectsColumnsCardsCardIdDeleteResponse403,
|
|
7763
7772
|
)
|
|
7764
|
-
from .
|
|
7773
|
+
from .group_0971 import (
|
|
7765
7774
|
ProjectsColumnsCardsCardIdPatchBody as ProjectsColumnsCardsCardIdPatchBody,
|
|
7766
7775
|
)
|
|
7767
|
-
from .
|
|
7776
|
+
from .group_0972 import (
|
|
7768
7777
|
ProjectsColumnsCardsCardIdMovesPostBody as ProjectsColumnsCardsCardIdMovesPostBody,
|
|
7769
7778
|
)
|
|
7770
|
-
from .
|
|
7779
|
+
from .group_0973 import (
|
|
7771
7780
|
ProjectsColumnsCardsCardIdMovesPostResponse201 as ProjectsColumnsCardsCardIdMovesPostResponse201,
|
|
7772
7781
|
)
|
|
7773
|
-
from .
|
|
7782
|
+
from .group_0974 import (
|
|
7774
7783
|
ProjectsColumnsCardsCardIdMovesPostResponse403 as ProjectsColumnsCardsCardIdMovesPostResponse403,
|
|
7775
7784
|
)
|
|
7776
|
-
from .
|
|
7785
|
+
from .group_0974 import (
|
|
7777
7786
|
ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItems as ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItems,
|
|
7778
7787
|
)
|
|
7779
|
-
from .
|
|
7788
|
+
from .group_0975 import (
|
|
7780
7789
|
ProjectsColumnsCardsCardIdMovesPostResponse503 as ProjectsColumnsCardsCardIdMovesPostResponse503,
|
|
7781
7790
|
)
|
|
7782
|
-
from .
|
|
7791
|
+
from .group_0975 import (
|
|
7783
7792
|
ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItems as ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItems,
|
|
7784
7793
|
)
|
|
7785
|
-
from .
|
|
7794
|
+
from .group_0976 import (
|
|
7786
7795
|
ProjectsColumnsColumnIdPatchBody as ProjectsColumnsColumnIdPatchBody,
|
|
7787
7796
|
)
|
|
7788
|
-
from .
|
|
7797
|
+
from .group_0977 import (
|
|
7789
7798
|
ProjectsColumnsColumnIdCardsPostBodyOneof0 as ProjectsColumnsColumnIdCardsPostBodyOneof0,
|
|
7790
7799
|
)
|
|
7791
|
-
from .
|
|
7800
|
+
from .group_0978 import (
|
|
7792
7801
|
ProjectsColumnsColumnIdCardsPostBodyOneof1 as ProjectsColumnsColumnIdCardsPostBodyOneof1,
|
|
7793
7802
|
)
|
|
7794
|
-
from .
|
|
7803
|
+
from .group_0979 import (
|
|
7795
7804
|
ProjectsColumnsColumnIdCardsPostResponse503 as ProjectsColumnsColumnIdCardsPostResponse503,
|
|
7796
7805
|
)
|
|
7797
|
-
from .
|
|
7806
|
+
from .group_0979 import (
|
|
7798
7807
|
ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItems as ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItems,
|
|
7799
7808
|
)
|
|
7800
|
-
from .
|
|
7809
|
+
from .group_0980 import (
|
|
7801
7810
|
ProjectsColumnsColumnIdMovesPostBody as ProjectsColumnsColumnIdMovesPostBody,
|
|
7802
7811
|
)
|
|
7803
|
-
from .
|
|
7812
|
+
from .group_0981 import (
|
|
7804
7813
|
ProjectsColumnsColumnIdMovesPostResponse201 as ProjectsColumnsColumnIdMovesPostResponse201,
|
|
7805
7814
|
)
|
|
7806
|
-
from .
|
|
7815
|
+
from .group_0982 import (
|
|
7807
7816
|
ProjectsProjectIdDeleteResponse403 as ProjectsProjectIdDeleteResponse403,
|
|
7808
7817
|
)
|
|
7809
|
-
from .
|
|
7810
|
-
from .
|
|
7818
|
+
from .group_0983 import ProjectsProjectIdPatchBody as ProjectsProjectIdPatchBody
|
|
7819
|
+
from .group_0984 import (
|
|
7811
7820
|
ProjectsProjectIdPatchResponse403 as ProjectsProjectIdPatchResponse403,
|
|
7812
7821
|
)
|
|
7813
|
-
from .
|
|
7822
|
+
from .group_0985 import (
|
|
7814
7823
|
ProjectsProjectIdCollaboratorsUsernamePutBody as ProjectsProjectIdCollaboratorsUsernamePutBody,
|
|
7815
7824
|
)
|
|
7816
|
-
from .
|
|
7825
|
+
from .group_0986 import (
|
|
7817
7826
|
ProjectsProjectIdColumnsPostBody as ProjectsProjectIdColumnsPostBody,
|
|
7818
7827
|
)
|
|
7819
|
-
from .
|
|
7828
|
+
from .group_0987 import (
|
|
7820
7829
|
ReposOwnerRepoDeleteResponse403 as ReposOwnerRepoDeleteResponse403,
|
|
7821
7830
|
)
|
|
7822
|
-
from .
|
|
7823
|
-
from .
|
|
7831
|
+
from .group_0988 import ReposOwnerRepoPatchBody as ReposOwnerRepoPatchBody
|
|
7832
|
+
from .group_0988 import (
|
|
7824
7833
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysis as ReposOwnerRepoPatchBodyPropSecurityAndAnalysis,
|
|
7825
7834
|
)
|
|
7826
|
-
from .
|
|
7835
|
+
from .group_0988 import (
|
|
7827
7836
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurity as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurity,
|
|
7828
7837
|
)
|
|
7829
|
-
from .
|
|
7838
|
+
from .group_0988 import (
|
|
7830
7839
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropCodeSecurity as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropCodeSecurity,
|
|
7831
7840
|
)
|
|
7832
|
-
from .
|
|
7841
|
+
from .group_0988 import (
|
|
7833
7842
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanning as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanning,
|
|
7834
7843
|
)
|
|
7835
|
-
from .
|
|
7844
|
+
from .group_0988 import (
|
|
7836
7845
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetection as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetection,
|
|
7837
7846
|
)
|
|
7838
|
-
from .
|
|
7847
|
+
from .group_0988 import (
|
|
7839
7848
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatterns as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatterns,
|
|
7840
7849
|
)
|
|
7841
|
-
from .
|
|
7850
|
+
from .group_0988 import (
|
|
7842
7851
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtection as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtection,
|
|
7843
7852
|
)
|
|
7844
|
-
from .
|
|
7853
|
+
from .group_0989 import (
|
|
7845
7854
|
ReposOwnerRepoActionsArtifactsGetResponse200 as ReposOwnerRepoActionsArtifactsGetResponse200,
|
|
7846
7855
|
)
|
|
7847
|
-
from .
|
|
7856
|
+
from .group_0990 import (
|
|
7848
7857
|
ReposOwnerRepoActionsJobsJobIdRerunPostBody as ReposOwnerRepoActionsJobsJobIdRerunPostBody,
|
|
7849
7858
|
)
|
|
7850
|
-
from .
|
|
7859
|
+
from .group_0991 import (
|
|
7851
7860
|
ReposOwnerRepoActionsOidcCustomizationSubPutBody as ReposOwnerRepoActionsOidcCustomizationSubPutBody,
|
|
7852
7861
|
)
|
|
7853
|
-
from .
|
|
7862
|
+
from .group_0992 import (
|
|
7854
7863
|
ReposOwnerRepoActionsOrganizationSecretsGetResponse200 as ReposOwnerRepoActionsOrganizationSecretsGetResponse200,
|
|
7855
7864
|
)
|
|
7856
|
-
from .
|
|
7865
|
+
from .group_0993 import (
|
|
7857
7866
|
ReposOwnerRepoActionsOrganizationVariablesGetResponse200 as ReposOwnerRepoActionsOrganizationVariablesGetResponse200,
|
|
7858
7867
|
)
|
|
7859
|
-
from .
|
|
7868
|
+
from .group_0994 import (
|
|
7860
7869
|
ReposOwnerRepoActionsPermissionsPutBody as ReposOwnerRepoActionsPermissionsPutBody,
|
|
7861
7870
|
)
|
|
7862
|
-
from .
|
|
7871
|
+
from .group_0995 import (
|
|
7863
7872
|
ReposOwnerRepoActionsRunnersGetResponse200 as ReposOwnerRepoActionsRunnersGetResponse200,
|
|
7864
7873
|
)
|
|
7865
|
-
from .
|
|
7874
|
+
from .group_0996 import (
|
|
7866
7875
|
ReposOwnerRepoActionsRunnersGenerateJitconfigPostBody as ReposOwnerRepoActionsRunnersGenerateJitconfigPostBody,
|
|
7867
7876
|
)
|
|
7868
|
-
from .
|
|
7877
|
+
from .group_0997 import (
|
|
7869
7878
|
ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBody as ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBody,
|
|
7870
7879
|
)
|
|
7871
|
-
from .
|
|
7880
|
+
from .group_0998 import (
|
|
7872
7881
|
ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBody as ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBody,
|
|
7873
7882
|
)
|
|
7874
|
-
from .
|
|
7883
|
+
from .group_0999 import (
|
|
7875
7884
|
ReposOwnerRepoActionsRunsGetResponse200 as ReposOwnerRepoActionsRunsGetResponse200,
|
|
7876
7885
|
)
|
|
7877
|
-
from .
|
|
7886
|
+
from .group_1000 import (
|
|
7878
7887
|
ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200 as ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200,
|
|
7879
7888
|
)
|
|
7880
|
-
from .
|
|
7889
|
+
from .group_1001 import (
|
|
7881
7890
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200 as ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200,
|
|
7882
7891
|
)
|
|
7883
|
-
from .
|
|
7892
|
+
from .group_1002 import (
|
|
7884
7893
|
ReposOwnerRepoActionsRunsRunIdJobsGetResponse200 as ReposOwnerRepoActionsRunsRunIdJobsGetResponse200,
|
|
7885
7894
|
)
|
|
7886
|
-
from .
|
|
7895
|
+
from .group_1003 import (
|
|
7887
7896
|
ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBody as ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBody,
|
|
7888
7897
|
)
|
|
7889
|
-
from .
|
|
7898
|
+
from .group_1004 import (
|
|
7890
7899
|
ReposOwnerRepoActionsRunsRunIdRerunPostBody as ReposOwnerRepoActionsRunsRunIdRerunPostBody,
|
|
7891
7900
|
)
|
|
7892
|
-
from .
|
|
7901
|
+
from .group_1005 import (
|
|
7893
7902
|
ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBody as ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBody,
|
|
7894
7903
|
)
|
|
7895
|
-
from .
|
|
7904
|
+
from .group_1006 import (
|
|
7896
7905
|
ReposOwnerRepoActionsSecretsGetResponse200 as ReposOwnerRepoActionsSecretsGetResponse200,
|
|
7897
7906
|
)
|
|
7898
|
-
from .
|
|
7907
|
+
from .group_1007 import (
|
|
7899
7908
|
ReposOwnerRepoActionsSecretsSecretNamePutBody as ReposOwnerRepoActionsSecretsSecretNamePutBody,
|
|
7900
7909
|
)
|
|
7901
|
-
from .
|
|
7910
|
+
from .group_1008 import (
|
|
7902
7911
|
ReposOwnerRepoActionsVariablesGetResponse200 as ReposOwnerRepoActionsVariablesGetResponse200,
|
|
7903
7912
|
)
|
|
7904
|
-
from .
|
|
7913
|
+
from .group_1009 import (
|
|
7905
7914
|
ReposOwnerRepoActionsVariablesPostBody as ReposOwnerRepoActionsVariablesPostBody,
|
|
7906
7915
|
)
|
|
7907
|
-
from .
|
|
7916
|
+
from .group_1010 import (
|
|
7908
7917
|
ReposOwnerRepoActionsVariablesNamePatchBody as ReposOwnerRepoActionsVariablesNamePatchBody,
|
|
7909
7918
|
)
|
|
7910
|
-
from .
|
|
7919
|
+
from .group_1011 import (
|
|
7911
7920
|
ReposOwnerRepoActionsWorkflowsGetResponse200 as ReposOwnerRepoActionsWorkflowsGetResponse200,
|
|
7912
7921
|
)
|
|
7913
|
-
from .
|
|
7914
|
-
from .
|
|
7922
|
+
from .group_1011 import Workflow as Workflow
|
|
7923
|
+
from .group_1012 import (
|
|
7915
7924
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBody as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBody,
|
|
7916
7925
|
)
|
|
7917
|
-
from .
|
|
7926
|
+
from .group_1012 import (
|
|
7918
7927
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputs as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputs,
|
|
7919
7928
|
)
|
|
7920
|
-
from .
|
|
7929
|
+
from .group_1013 import (
|
|
7921
7930
|
ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200 as ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200,
|
|
7922
7931
|
)
|
|
7923
|
-
from .
|
|
7932
|
+
from .group_1014 import (
|
|
7924
7933
|
ReposOwnerRepoAttestationsPostBody as ReposOwnerRepoAttestationsPostBody,
|
|
7925
7934
|
)
|
|
7926
|
-
from .
|
|
7935
|
+
from .group_1014 import (
|
|
7927
7936
|
ReposOwnerRepoAttestationsPostBodyPropBundle as ReposOwnerRepoAttestationsPostBodyPropBundle,
|
|
7928
7937
|
)
|
|
7929
|
-
from .
|
|
7938
|
+
from .group_1014 import (
|
|
7930
7939
|
ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelope as ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelope,
|
|
7931
7940
|
)
|
|
7932
|
-
from .
|
|
7941
|
+
from .group_1014 import (
|
|
7933
7942
|
ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterial as ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterial,
|
|
7934
7943
|
)
|
|
7935
|
-
from .
|
|
7944
|
+
from .group_1015 import (
|
|
7936
7945
|
ReposOwnerRepoAttestationsPostResponse201 as ReposOwnerRepoAttestationsPostResponse201,
|
|
7937
7946
|
)
|
|
7938
|
-
from .
|
|
7947
|
+
from .group_1016 import (
|
|
7939
7948
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200 as ReposOwnerRepoAttestationsSubjectDigestGetResponse200,
|
|
7940
7949
|
)
|
|
7941
|
-
from .
|
|
7950
|
+
from .group_1016 import (
|
|
7942
7951
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItems as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItems,
|
|
7943
7952
|
)
|
|
7944
|
-
from .
|
|
7953
|
+
from .group_1016 import (
|
|
7945
7954
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle,
|
|
7946
7955
|
)
|
|
7947
|
-
from .
|
|
7956
|
+
from .group_1016 import (
|
|
7948
7957
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope,
|
|
7949
7958
|
)
|
|
7950
|
-
from .
|
|
7959
|
+
from .group_1016 import (
|
|
7951
7960
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial,
|
|
7952
7961
|
)
|
|
7953
|
-
from .
|
|
7962
|
+
from .group_1017 import (
|
|
7954
7963
|
ReposOwnerRepoAutolinksPostBody as ReposOwnerRepoAutolinksPostBody,
|
|
7955
7964
|
)
|
|
7956
|
-
from .
|
|
7965
|
+
from .group_1018 import (
|
|
7957
7966
|
ReposOwnerRepoBranchesBranchProtectionPutBody as ReposOwnerRepoBranchesBranchProtectionPutBody,
|
|
7958
7967
|
)
|
|
7959
|
-
from .
|
|
7968
|
+
from .group_1018 import (
|
|
7960
7969
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews,
|
|
7961
7970
|
)
|
|
7962
|
-
from .
|
|
7971
|
+
from .group_1018 import (
|
|
7963
7972
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances,
|
|
7964
7973
|
)
|
|
7965
|
-
from .
|
|
7974
|
+
from .group_1018 import (
|
|
7966
7975
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions,
|
|
7967
7976
|
)
|
|
7968
|
-
from .
|
|
7977
|
+
from .group_1018 import (
|
|
7969
7978
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks,
|
|
7970
7979
|
)
|
|
7971
|
-
from .
|
|
7980
|
+
from .group_1018 import (
|
|
7972
7981
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems,
|
|
7973
7982
|
)
|
|
7974
|
-
from .
|
|
7983
|
+
from .group_1018 import (
|
|
7975
7984
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions,
|
|
7976
7985
|
)
|
|
7977
|
-
from .
|
|
7986
|
+
from .group_1019 import (
|
|
7978
7987
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBody as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBody,
|
|
7979
7988
|
)
|
|
7980
|
-
from .
|
|
7989
|
+
from .group_1019 import (
|
|
7981
7990
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowances as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowances,
|
|
7982
7991
|
)
|
|
7983
|
-
from .
|
|
7992
|
+
from .group_1019 import (
|
|
7984
7993
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions,
|
|
7985
7994
|
)
|
|
7986
|
-
from .
|
|
7995
|
+
from .group_1020 import (
|
|
7987
7996
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBody as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBody,
|
|
7988
7997
|
)
|
|
7989
|
-
from .
|
|
7998
|
+
from .group_1020 import (
|
|
7990
7999
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItems as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItems,
|
|
7991
8000
|
)
|
|
7992
|
-
from .
|
|
8001
|
+
from .group_1021 import (
|
|
7993
8002
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0,
|
|
7994
8003
|
)
|
|
7995
|
-
from .
|
|
8004
|
+
from .group_1022 import (
|
|
7996
8005
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0,
|
|
7997
8006
|
)
|
|
7998
|
-
from .
|
|
8007
|
+
from .group_1023 import (
|
|
7999
8008
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0,
|
|
8000
8009
|
)
|
|
8001
|
-
from .
|
|
8010
|
+
from .group_1024 import (
|
|
8002
8011
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBody,
|
|
8003
8012
|
)
|
|
8004
|
-
from .
|
|
8013
|
+
from .group_1025 import (
|
|
8005
8014
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBody,
|
|
8006
8015
|
)
|
|
8007
|
-
from .
|
|
8016
|
+
from .group_1026 import (
|
|
8008
8017
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBody,
|
|
8009
8018
|
)
|
|
8010
|
-
from .
|
|
8019
|
+
from .group_1027 import (
|
|
8011
8020
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0,
|
|
8012
8021
|
)
|
|
8013
|
-
from .
|
|
8022
|
+
from .group_1028 import (
|
|
8014
8023
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0,
|
|
8015
8024
|
)
|
|
8016
|
-
from .
|
|
8025
|
+
from .group_1029 import (
|
|
8017
8026
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0,
|
|
8018
8027
|
)
|
|
8019
|
-
from .
|
|
8028
|
+
from .group_1030 import (
|
|
8020
8029
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBody,
|
|
8021
8030
|
)
|
|
8022
|
-
from .
|
|
8031
|
+
from .group_1031 import (
|
|
8023
8032
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBody,
|
|
8024
8033
|
)
|
|
8025
|
-
from .
|
|
8034
|
+
from .group_1032 import (
|
|
8026
8035
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBody,
|
|
8027
8036
|
)
|
|
8028
|
-
from .
|
|
8037
|
+
from .group_1033 import (
|
|
8029
8038
|
ReposOwnerRepoBranchesBranchRenamePostBody as ReposOwnerRepoBranchesBranchRenamePostBody,
|
|
8030
8039
|
)
|
|
8031
|
-
from .
|
|
8040
|
+
from .group_1034 import (
|
|
8032
8041
|
ReposOwnerRepoCheckRunsPostBodyPropActionsItems as ReposOwnerRepoCheckRunsPostBodyPropActionsItems,
|
|
8033
8042
|
)
|
|
8034
|
-
from .
|
|
8043
|
+
from .group_1034 import (
|
|
8035
8044
|
ReposOwnerRepoCheckRunsPostBodyPropOutput as ReposOwnerRepoCheckRunsPostBodyPropOutput,
|
|
8036
8045
|
)
|
|
8037
|
-
from .
|
|
8046
|
+
from .group_1034 import (
|
|
8038
8047
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems,
|
|
8039
8048
|
)
|
|
8040
|
-
from .
|
|
8049
|
+
from .group_1034 import (
|
|
8041
8050
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItems as ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItems,
|
|
8042
8051
|
)
|
|
8043
|
-
from .
|
|
8052
|
+
from .group_1035 import (
|
|
8044
8053
|
ReposOwnerRepoCheckRunsPostBodyOneof0 as ReposOwnerRepoCheckRunsPostBodyOneof0,
|
|
8045
8054
|
)
|
|
8046
|
-
from .
|
|
8055
|
+
from .group_1036 import (
|
|
8047
8056
|
ReposOwnerRepoCheckRunsPostBodyOneof1 as ReposOwnerRepoCheckRunsPostBodyOneof1,
|
|
8048
8057
|
)
|
|
8049
|
-
from .
|
|
8058
|
+
from .group_1037 import (
|
|
8050
8059
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItems,
|
|
8051
8060
|
)
|
|
8052
|
-
from .
|
|
8061
|
+
from .group_1037 import (
|
|
8053
8062
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutput as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutput,
|
|
8054
8063
|
)
|
|
8055
|
-
from .
|
|
8064
|
+
from .group_1037 import (
|
|
8056
8065
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems,
|
|
8057
8066
|
)
|
|
8058
|
-
from .
|
|
8067
|
+
from .group_1037 import (
|
|
8059
8068
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItems,
|
|
8060
8069
|
)
|
|
8061
|
-
from .
|
|
8070
|
+
from .group_1038 import (
|
|
8062
8071
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0 as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0,
|
|
8063
8072
|
)
|
|
8064
|
-
from .
|
|
8073
|
+
from .group_1039 import (
|
|
8065
8074
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1 as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1,
|
|
8066
8075
|
)
|
|
8067
|
-
from .
|
|
8076
|
+
from .group_1040 import (
|
|
8068
8077
|
ReposOwnerRepoCheckSuitesPostBody as ReposOwnerRepoCheckSuitesPostBody,
|
|
8069
8078
|
)
|
|
8070
|
-
from .
|
|
8079
|
+
from .group_1041 import (
|
|
8071
8080
|
ReposOwnerRepoCheckSuitesPreferencesPatchBody as ReposOwnerRepoCheckSuitesPreferencesPatchBody,
|
|
8072
8081
|
)
|
|
8073
|
-
from .
|
|
8082
|
+
from .group_1041 import (
|
|
8074
8083
|
ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItems as ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItems,
|
|
8075
8084
|
)
|
|
8076
|
-
from .
|
|
8085
|
+
from .group_1042 import (
|
|
8077
8086
|
ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200 as ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200,
|
|
8078
8087
|
)
|
|
8079
|
-
from .
|
|
8088
|
+
from .group_1043 import (
|
|
8080
8089
|
ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBody as ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBody,
|
|
8081
8090
|
)
|
|
8082
|
-
from .
|
|
8091
|
+
from .group_1044 import (
|
|
8083
8092
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0,
|
|
8084
8093
|
)
|
|
8085
|
-
from .
|
|
8094
|
+
from .group_1045 import (
|
|
8086
8095
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1,
|
|
8087
8096
|
)
|
|
8088
|
-
from .
|
|
8097
|
+
from .group_1046 import (
|
|
8089
8098
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2,
|
|
8090
8099
|
)
|
|
8091
|
-
from .
|
|
8100
|
+
from .group_1047 import (
|
|
8092
8101
|
ReposOwnerRepoCodeScanningSarifsPostBody as ReposOwnerRepoCodeScanningSarifsPostBody,
|
|
8093
8102
|
)
|
|
8094
|
-
from .
|
|
8103
|
+
from .group_1048 import (
|
|
8095
8104
|
ReposOwnerRepoCodespacesGetResponse200 as ReposOwnerRepoCodespacesGetResponse200,
|
|
8096
8105
|
)
|
|
8097
|
-
from .
|
|
8106
|
+
from .group_1049 import (
|
|
8098
8107
|
ReposOwnerRepoCodespacesPostBody as ReposOwnerRepoCodespacesPostBody,
|
|
8099
8108
|
)
|
|
8100
|
-
from .
|
|
8109
|
+
from .group_1050 import (
|
|
8101
8110
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200 as ReposOwnerRepoCodespacesDevcontainersGetResponse200,
|
|
8102
8111
|
)
|
|
8103
|
-
from .
|
|
8112
|
+
from .group_1050 import (
|
|
8104
8113
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItems as ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItems,
|
|
8105
8114
|
)
|
|
8106
|
-
from .
|
|
8115
|
+
from .group_1051 import (
|
|
8107
8116
|
ReposOwnerRepoCodespacesMachinesGetResponse200 as ReposOwnerRepoCodespacesMachinesGetResponse200,
|
|
8108
8117
|
)
|
|
8109
|
-
from .
|
|
8118
|
+
from .group_1052 import (
|
|
8110
8119
|
ReposOwnerRepoCodespacesNewGetResponse200 as ReposOwnerRepoCodespacesNewGetResponse200,
|
|
8111
8120
|
)
|
|
8112
|
-
from .
|
|
8121
|
+
from .group_1052 import (
|
|
8113
8122
|
ReposOwnerRepoCodespacesNewGetResponse200PropDefaults as ReposOwnerRepoCodespacesNewGetResponse200PropDefaults,
|
|
8114
8123
|
)
|
|
8115
|
-
from .
|
|
8116
|
-
from .
|
|
8124
|
+
from .group_1053 import RepoCodespacesSecret as RepoCodespacesSecret
|
|
8125
|
+
from .group_1053 import (
|
|
8117
8126
|
ReposOwnerRepoCodespacesSecretsGetResponse200 as ReposOwnerRepoCodespacesSecretsGetResponse200,
|
|
8118
8127
|
)
|
|
8119
|
-
from .
|
|
8128
|
+
from .group_1054 import (
|
|
8120
8129
|
ReposOwnerRepoCodespacesSecretsSecretNamePutBody as ReposOwnerRepoCodespacesSecretsSecretNamePutBody,
|
|
8121
8130
|
)
|
|
8122
|
-
from .
|
|
8131
|
+
from .group_1055 import (
|
|
8123
8132
|
ReposOwnerRepoCollaboratorsUsernamePutBody as ReposOwnerRepoCollaboratorsUsernamePutBody,
|
|
8124
8133
|
)
|
|
8125
|
-
from .
|
|
8134
|
+
from .group_1056 import (
|
|
8126
8135
|
ReposOwnerRepoCommentsCommentIdPatchBody as ReposOwnerRepoCommentsCommentIdPatchBody,
|
|
8127
8136
|
)
|
|
8128
|
-
from .
|
|
8137
|
+
from .group_1057 import (
|
|
8129
8138
|
ReposOwnerRepoCommentsCommentIdReactionsPostBody as ReposOwnerRepoCommentsCommentIdReactionsPostBody,
|
|
8130
8139
|
)
|
|
8131
|
-
from .
|
|
8140
|
+
from .group_1058 import (
|
|
8132
8141
|
ReposOwnerRepoCommitsCommitShaCommentsPostBody as ReposOwnerRepoCommitsCommitShaCommentsPostBody,
|
|
8133
8142
|
)
|
|
8134
|
-
from .
|
|
8143
|
+
from .group_1059 import (
|
|
8135
8144
|
ReposOwnerRepoCommitsRefCheckRunsGetResponse200 as ReposOwnerRepoCommitsRefCheckRunsGetResponse200,
|
|
8136
8145
|
)
|
|
8137
|
-
from .
|
|
8146
|
+
from .group_1060 import (
|
|
8138
8147
|
ReposOwnerRepoContentsPathPutBody as ReposOwnerRepoContentsPathPutBody,
|
|
8139
8148
|
)
|
|
8140
|
-
from .
|
|
8149
|
+
from .group_1060 import (
|
|
8141
8150
|
ReposOwnerRepoContentsPathPutBodyPropAuthor as ReposOwnerRepoContentsPathPutBodyPropAuthor,
|
|
8142
8151
|
)
|
|
8143
|
-
from .
|
|
8152
|
+
from .group_1060 import (
|
|
8144
8153
|
ReposOwnerRepoContentsPathPutBodyPropCommitter as ReposOwnerRepoContentsPathPutBodyPropCommitter,
|
|
8145
8154
|
)
|
|
8146
|
-
from .
|
|
8155
|
+
from .group_1061 import (
|
|
8147
8156
|
ReposOwnerRepoContentsPathDeleteBody as ReposOwnerRepoContentsPathDeleteBody,
|
|
8148
8157
|
)
|
|
8149
|
-
from .
|
|
8158
|
+
from .group_1061 import (
|
|
8150
8159
|
ReposOwnerRepoContentsPathDeleteBodyPropAuthor as ReposOwnerRepoContentsPathDeleteBodyPropAuthor,
|
|
8151
8160
|
)
|
|
8152
|
-
from .
|
|
8161
|
+
from .group_1061 import (
|
|
8153
8162
|
ReposOwnerRepoContentsPathDeleteBodyPropCommitter as ReposOwnerRepoContentsPathDeleteBodyPropCommitter,
|
|
8154
8163
|
)
|
|
8155
|
-
from .
|
|
8164
|
+
from .group_1062 import (
|
|
8156
8165
|
ReposOwnerRepoDependabotAlertsAlertNumberPatchBody as ReposOwnerRepoDependabotAlertsAlertNumberPatchBody,
|
|
8157
8166
|
)
|
|
8158
|
-
from .
|
|
8159
|
-
from .
|
|
8167
|
+
from .group_1063 import DependabotSecret as DependabotSecret
|
|
8168
|
+
from .group_1063 import (
|
|
8160
8169
|
ReposOwnerRepoDependabotSecretsGetResponse200 as ReposOwnerRepoDependabotSecretsGetResponse200,
|
|
8161
8170
|
)
|
|
8162
|
-
from .
|
|
8171
|
+
from .group_1064 import (
|
|
8163
8172
|
ReposOwnerRepoDependabotSecretsSecretNamePutBody as ReposOwnerRepoDependabotSecretsSecretNamePutBody,
|
|
8164
8173
|
)
|
|
8165
|
-
from .
|
|
8174
|
+
from .group_1065 import (
|
|
8166
8175
|
ReposOwnerRepoDependencyGraphSnapshotsPostResponse201 as ReposOwnerRepoDependencyGraphSnapshotsPostResponse201,
|
|
8167
8176
|
)
|
|
8168
|
-
from .
|
|
8177
|
+
from .group_1066 import (
|
|
8169
8178
|
ReposOwnerRepoDeploymentsPostBody as ReposOwnerRepoDeploymentsPostBody,
|
|
8170
8179
|
)
|
|
8171
|
-
from .
|
|
8180
|
+
from .group_1066 import (
|
|
8172
8181
|
ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0 as ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0,
|
|
8173
8182
|
)
|
|
8174
|
-
from .
|
|
8183
|
+
from .group_1067 import (
|
|
8175
8184
|
ReposOwnerRepoDeploymentsPostResponse202 as ReposOwnerRepoDeploymentsPostResponse202,
|
|
8176
8185
|
)
|
|
8177
|
-
from .
|
|
8186
|
+
from .group_1068 import (
|
|
8178
8187
|
ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBody as ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBody,
|
|
8179
8188
|
)
|
|
8180
|
-
from .
|
|
8189
|
+
from .group_1069 import (
|
|
8181
8190
|
ReposOwnerRepoDispatchesPostBody as ReposOwnerRepoDispatchesPostBody,
|
|
8182
8191
|
)
|
|
8183
|
-
from .
|
|
8192
|
+
from .group_1069 import (
|
|
8184
8193
|
ReposOwnerRepoDispatchesPostBodyPropClientPayload as ReposOwnerRepoDispatchesPostBodyPropClientPayload,
|
|
8185
8194
|
)
|
|
8186
|
-
from .
|
|
8195
|
+
from .group_1070 import (
|
|
8187
8196
|
ReposOwnerRepoEnvironmentsEnvironmentNamePutBody as ReposOwnerRepoEnvironmentsEnvironmentNamePutBody,
|
|
8188
8197
|
)
|
|
8189
|
-
from .
|
|
8198
|
+
from .group_1070 import (
|
|
8190
8199
|
ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItems as ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItems,
|
|
8191
8200
|
)
|
|
8192
|
-
from .
|
|
8193
|
-
from .
|
|
8201
|
+
from .group_1071 import DeploymentBranchPolicy as DeploymentBranchPolicy
|
|
8202
|
+
from .group_1071 import (
|
|
8194
8203
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200,
|
|
8195
8204
|
)
|
|
8196
|
-
from .
|
|
8205
|
+
from .group_1072 import (
|
|
8197
8206
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody,
|
|
8198
8207
|
)
|
|
8199
|
-
from .
|
|
8208
|
+
from .group_1073 import (
|
|
8200
8209
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200,
|
|
8201
8210
|
)
|
|
8202
|
-
from .
|
|
8211
|
+
from .group_1074 import (
|
|
8203
8212
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200,
|
|
8204
8213
|
)
|
|
8205
|
-
from .
|
|
8214
|
+
from .group_1075 import (
|
|
8206
8215
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody,
|
|
8207
8216
|
)
|
|
8208
|
-
from .
|
|
8217
|
+
from .group_1076 import (
|
|
8209
8218
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200,
|
|
8210
8219
|
)
|
|
8211
|
-
from .
|
|
8220
|
+
from .group_1077 import (
|
|
8212
8221
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody,
|
|
8213
8222
|
)
|
|
8214
|
-
from .
|
|
8223
|
+
from .group_1078 import (
|
|
8215
8224
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody,
|
|
8216
8225
|
)
|
|
8217
|
-
from .
|
|
8218
|
-
from .
|
|
8226
|
+
from .group_1079 import ReposOwnerRepoForksPostBody as ReposOwnerRepoForksPostBody
|
|
8227
|
+
from .group_1080 import (
|
|
8219
8228
|
ReposOwnerRepoGitBlobsPostBody as ReposOwnerRepoGitBlobsPostBody,
|
|
8220
8229
|
)
|
|
8221
|
-
from .
|
|
8230
|
+
from .group_1081 import (
|
|
8222
8231
|
ReposOwnerRepoGitCommitsPostBody as ReposOwnerRepoGitCommitsPostBody,
|
|
8223
8232
|
)
|
|
8224
|
-
from .
|
|
8233
|
+
from .group_1081 import (
|
|
8225
8234
|
ReposOwnerRepoGitCommitsPostBodyPropAuthor as ReposOwnerRepoGitCommitsPostBodyPropAuthor,
|
|
8226
8235
|
)
|
|
8227
|
-
from .
|
|
8236
|
+
from .group_1081 import (
|
|
8228
8237
|
ReposOwnerRepoGitCommitsPostBodyPropCommitter as ReposOwnerRepoGitCommitsPostBodyPropCommitter,
|
|
8229
8238
|
)
|
|
8230
|
-
from .
|
|
8239
|
+
from .group_1082 import (
|
|
8231
8240
|
ReposOwnerRepoGitRefsPostBody as ReposOwnerRepoGitRefsPostBody,
|
|
8232
8241
|
)
|
|
8233
|
-
from .
|
|
8242
|
+
from .group_1083 import (
|
|
8234
8243
|
ReposOwnerRepoGitRefsRefPatchBody as ReposOwnerRepoGitRefsRefPatchBody,
|
|
8235
8244
|
)
|
|
8236
|
-
from .
|
|
8245
|
+
from .group_1084 import (
|
|
8237
8246
|
ReposOwnerRepoGitTagsPostBody as ReposOwnerRepoGitTagsPostBody,
|
|
8238
8247
|
)
|
|
8239
|
-
from .
|
|
8248
|
+
from .group_1084 import (
|
|
8240
8249
|
ReposOwnerRepoGitTagsPostBodyPropTagger as ReposOwnerRepoGitTagsPostBodyPropTagger,
|
|
8241
8250
|
)
|
|
8242
|
-
from .
|
|
8251
|
+
from .group_1085 import (
|
|
8243
8252
|
ReposOwnerRepoGitTreesPostBody as ReposOwnerRepoGitTreesPostBody,
|
|
8244
8253
|
)
|
|
8245
|
-
from .
|
|
8254
|
+
from .group_1085 import (
|
|
8246
8255
|
ReposOwnerRepoGitTreesPostBodyPropTreeItems as ReposOwnerRepoGitTreesPostBodyPropTreeItems,
|
|
8247
8256
|
)
|
|
8248
|
-
from .
|
|
8249
|
-
from .
|
|
8257
|
+
from .group_1086 import ReposOwnerRepoHooksPostBody as ReposOwnerRepoHooksPostBody
|
|
8258
|
+
from .group_1086 import (
|
|
8250
8259
|
ReposOwnerRepoHooksPostBodyPropConfig as ReposOwnerRepoHooksPostBodyPropConfig,
|
|
8251
8260
|
)
|
|
8252
|
-
from .
|
|
8261
|
+
from .group_1087 import (
|
|
8253
8262
|
ReposOwnerRepoHooksHookIdPatchBody as ReposOwnerRepoHooksHookIdPatchBody,
|
|
8254
8263
|
)
|
|
8255
|
-
from .
|
|
8264
|
+
from .group_1088 import (
|
|
8256
8265
|
ReposOwnerRepoHooksHookIdConfigPatchBody as ReposOwnerRepoHooksHookIdConfigPatchBody,
|
|
8257
8266
|
)
|
|
8258
|
-
from .
|
|
8259
|
-
from .
|
|
8267
|
+
from .group_1089 import ReposOwnerRepoImportPutBody as ReposOwnerRepoImportPutBody
|
|
8268
|
+
from .group_1090 import (
|
|
8260
8269
|
ReposOwnerRepoImportPatchBody as ReposOwnerRepoImportPatchBody,
|
|
8261
8270
|
)
|
|
8262
|
-
from .
|
|
8271
|
+
from .group_1091 import (
|
|
8263
8272
|
ReposOwnerRepoImportAuthorsAuthorIdPatchBody as ReposOwnerRepoImportAuthorsAuthorIdPatchBody,
|
|
8264
8273
|
)
|
|
8265
|
-
from .
|
|
8274
|
+
from .group_1092 import (
|
|
8266
8275
|
ReposOwnerRepoImportLfsPatchBody as ReposOwnerRepoImportLfsPatchBody,
|
|
8267
8276
|
)
|
|
8268
|
-
from .
|
|
8277
|
+
from .group_1093 import (
|
|
8269
8278
|
ReposOwnerRepoInteractionLimitsGetResponse200Anyof1 as ReposOwnerRepoInteractionLimitsGetResponse200Anyof1,
|
|
8270
8279
|
)
|
|
8271
|
-
from .
|
|
8280
|
+
from .group_1094 import (
|
|
8272
8281
|
ReposOwnerRepoInvitationsInvitationIdPatchBody as ReposOwnerRepoInvitationsInvitationIdPatchBody,
|
|
8273
8282
|
)
|
|
8274
|
-
from .
|
|
8275
|
-
from .
|
|
8283
|
+
from .group_1095 import ReposOwnerRepoIssuesPostBody as ReposOwnerRepoIssuesPostBody
|
|
8284
|
+
from .group_1095 import (
|
|
8276
8285
|
ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1 as ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1,
|
|
8277
8286
|
)
|
|
8278
|
-
from .
|
|
8287
|
+
from .group_1096 import (
|
|
8279
8288
|
ReposOwnerRepoIssuesCommentsCommentIdPatchBody as ReposOwnerRepoIssuesCommentsCommentIdPatchBody,
|
|
8280
8289
|
)
|
|
8281
|
-
from .
|
|
8290
|
+
from .group_1097 import (
|
|
8282
8291
|
ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBody as ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBody,
|
|
8283
8292
|
)
|
|
8284
|
-
from .
|
|
8293
|
+
from .group_1098 import (
|
|
8285
8294
|
ReposOwnerRepoIssuesIssueNumberPatchBody as ReposOwnerRepoIssuesIssueNumberPatchBody,
|
|
8286
8295
|
)
|
|
8287
|
-
from .
|
|
8296
|
+
from .group_1098 import (
|
|
8288
8297
|
ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1 as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1,
|
|
8289
8298
|
)
|
|
8290
|
-
from .
|
|
8299
|
+
from .group_1099 import (
|
|
8291
8300
|
ReposOwnerRepoIssuesIssueNumberAssigneesPostBody as ReposOwnerRepoIssuesIssueNumberAssigneesPostBody,
|
|
8292
8301
|
)
|
|
8293
|
-
from .
|
|
8302
|
+
from .group_1100 import (
|
|
8294
8303
|
ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBody as ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBody,
|
|
8295
8304
|
)
|
|
8296
|
-
from .
|
|
8305
|
+
from .group_1101 import (
|
|
8297
8306
|
ReposOwnerRepoIssuesIssueNumberCommentsPostBody as ReposOwnerRepoIssuesIssueNumberCommentsPostBody,
|
|
8298
8307
|
)
|
|
8299
|
-
from .
|
|
8308
|
+
from .group_1102 import (
|
|
8300
8309
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0 as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0,
|
|
8301
8310
|
)
|
|
8302
|
-
from .
|
|
8311
|
+
from .group_1103 import (
|
|
8303
8312
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2 as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2,
|
|
8304
8313
|
)
|
|
8305
|
-
from .
|
|
8314
|
+
from .group_1103 import (
|
|
8306
8315
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItems as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItems,
|
|
8307
8316
|
)
|
|
8308
|
-
from .
|
|
8317
|
+
from .group_1104 import (
|
|
8309
8318
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3Items as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3Items,
|
|
8310
8319
|
)
|
|
8311
|
-
from .
|
|
8320
|
+
from .group_1105 import (
|
|
8312
8321
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0 as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0,
|
|
8313
8322
|
)
|
|
8314
|
-
from .
|
|
8323
|
+
from .group_1106 import (
|
|
8315
8324
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2 as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2,
|
|
8316
8325
|
)
|
|
8317
|
-
from .
|
|
8326
|
+
from .group_1106 import (
|
|
8318
8327
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItems as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItems,
|
|
8319
8328
|
)
|
|
8320
|
-
from .
|
|
8329
|
+
from .group_1107 import (
|
|
8321
8330
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3Items as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3Items,
|
|
8322
8331
|
)
|
|
8323
|
-
from .
|
|
8332
|
+
from .group_1108 import (
|
|
8324
8333
|
ReposOwnerRepoIssuesIssueNumberLockPutBody as ReposOwnerRepoIssuesIssueNumberLockPutBody,
|
|
8325
8334
|
)
|
|
8326
|
-
from .
|
|
8335
|
+
from .group_1109 import (
|
|
8327
8336
|
ReposOwnerRepoIssuesIssueNumberReactionsPostBody as ReposOwnerRepoIssuesIssueNumberReactionsPostBody,
|
|
8328
8337
|
)
|
|
8329
|
-
from .
|
|
8338
|
+
from .group_1110 import (
|
|
8330
8339
|
ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBody as ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBody,
|
|
8331
8340
|
)
|
|
8332
|
-
from .
|
|
8341
|
+
from .group_1111 import (
|
|
8333
8342
|
ReposOwnerRepoIssuesIssueNumberSubIssuesPostBody as ReposOwnerRepoIssuesIssueNumberSubIssuesPostBody,
|
|
8334
8343
|
)
|
|
8335
|
-
from .
|
|
8344
|
+
from .group_1112 import (
|
|
8336
8345
|
ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBody as ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBody,
|
|
8337
8346
|
)
|
|
8338
|
-
from .
|
|
8339
|
-
from .
|
|
8340
|
-
from .
|
|
8347
|
+
from .group_1113 import ReposOwnerRepoKeysPostBody as ReposOwnerRepoKeysPostBody
|
|
8348
|
+
from .group_1114 import ReposOwnerRepoLabelsPostBody as ReposOwnerRepoLabelsPostBody
|
|
8349
|
+
from .group_1115 import (
|
|
8341
8350
|
ReposOwnerRepoLabelsNamePatchBody as ReposOwnerRepoLabelsNamePatchBody,
|
|
8342
8351
|
)
|
|
8343
|
-
from .
|
|
8352
|
+
from .group_1116 import (
|
|
8344
8353
|
ReposOwnerRepoMergeUpstreamPostBody as ReposOwnerRepoMergeUpstreamPostBody,
|
|
8345
8354
|
)
|
|
8346
|
-
from .
|
|
8347
|
-
from .
|
|
8355
|
+
from .group_1117 import ReposOwnerRepoMergesPostBody as ReposOwnerRepoMergesPostBody
|
|
8356
|
+
from .group_1118 import (
|
|
8348
8357
|
ReposOwnerRepoMilestonesPostBody as ReposOwnerRepoMilestonesPostBody,
|
|
8349
8358
|
)
|
|
8350
|
-
from .
|
|
8359
|
+
from .group_1119 import (
|
|
8351
8360
|
ReposOwnerRepoMilestonesMilestoneNumberPatchBody as ReposOwnerRepoMilestonesMilestoneNumberPatchBody,
|
|
8352
8361
|
)
|
|
8353
|
-
from .
|
|
8362
|
+
from .group_1120 import (
|
|
8354
8363
|
ReposOwnerRepoNotificationsPutBody as ReposOwnerRepoNotificationsPutBody,
|
|
8355
8364
|
)
|
|
8356
|
-
from .
|
|
8365
|
+
from .group_1121 import (
|
|
8357
8366
|
ReposOwnerRepoNotificationsPutResponse202 as ReposOwnerRepoNotificationsPutResponse202,
|
|
8358
8367
|
)
|
|
8359
|
-
from .
|
|
8368
|
+
from .group_1122 import (
|
|
8360
8369
|
ReposOwnerRepoPagesPutBodyPropSourceAnyof1 as ReposOwnerRepoPagesPutBodyPropSourceAnyof1,
|
|
8361
8370
|
)
|
|
8362
|
-
from .
|
|
8371
|
+
from .group_1123 import (
|
|
8363
8372
|
ReposOwnerRepoPagesPutBodyAnyof0 as ReposOwnerRepoPagesPutBodyAnyof0,
|
|
8364
8373
|
)
|
|
8365
|
-
from .
|
|
8374
|
+
from .group_1124 import (
|
|
8366
8375
|
ReposOwnerRepoPagesPutBodyAnyof1 as ReposOwnerRepoPagesPutBodyAnyof1,
|
|
8367
8376
|
)
|
|
8368
|
-
from .
|
|
8377
|
+
from .group_1125 import (
|
|
8369
8378
|
ReposOwnerRepoPagesPutBodyAnyof2 as ReposOwnerRepoPagesPutBodyAnyof2,
|
|
8370
8379
|
)
|
|
8371
|
-
from .
|
|
8380
|
+
from .group_1126 import (
|
|
8372
8381
|
ReposOwnerRepoPagesPutBodyAnyof3 as ReposOwnerRepoPagesPutBodyAnyof3,
|
|
8373
8382
|
)
|
|
8374
|
-
from .
|
|
8383
|
+
from .group_1127 import (
|
|
8375
8384
|
ReposOwnerRepoPagesPutBodyAnyof4 as ReposOwnerRepoPagesPutBodyAnyof4,
|
|
8376
8385
|
)
|
|
8377
|
-
from .
|
|
8386
|
+
from .group_1128 import (
|
|
8378
8387
|
ReposOwnerRepoPagesPostBodyPropSource as ReposOwnerRepoPagesPostBodyPropSource,
|
|
8379
8388
|
)
|
|
8380
|
-
from .
|
|
8389
|
+
from .group_1129 import (
|
|
8381
8390
|
ReposOwnerRepoPagesPostBodyAnyof0 as ReposOwnerRepoPagesPostBodyAnyof0,
|
|
8382
8391
|
)
|
|
8383
|
-
from .
|
|
8392
|
+
from .group_1130 import (
|
|
8384
8393
|
ReposOwnerRepoPagesPostBodyAnyof1 as ReposOwnerRepoPagesPostBodyAnyof1,
|
|
8385
8394
|
)
|
|
8386
|
-
from .
|
|
8395
|
+
from .group_1131 import (
|
|
8387
8396
|
ReposOwnerRepoPagesDeploymentsPostBody as ReposOwnerRepoPagesDeploymentsPostBody,
|
|
8388
8397
|
)
|
|
8389
|
-
from .
|
|
8398
|
+
from .group_1132 import (
|
|
8390
8399
|
ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200 as ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200,
|
|
8391
8400
|
)
|
|
8392
|
-
from .
|
|
8401
|
+
from .group_1133 import (
|
|
8393
8402
|
ReposOwnerRepoProjectsPostBody as ReposOwnerRepoProjectsPostBody,
|
|
8394
8403
|
)
|
|
8395
|
-
from .
|
|
8404
|
+
from .group_1134 import (
|
|
8396
8405
|
ReposOwnerRepoPropertiesValuesPatchBody as ReposOwnerRepoPropertiesValuesPatchBody,
|
|
8397
8406
|
)
|
|
8398
|
-
from .
|
|
8399
|
-
from .
|
|
8407
|
+
from .group_1135 import ReposOwnerRepoPullsPostBody as ReposOwnerRepoPullsPostBody
|
|
8408
|
+
from .group_1136 import (
|
|
8400
8409
|
ReposOwnerRepoPullsCommentsCommentIdPatchBody as ReposOwnerRepoPullsCommentsCommentIdPatchBody,
|
|
8401
8410
|
)
|
|
8402
|
-
from .
|
|
8411
|
+
from .group_1137 import (
|
|
8403
8412
|
ReposOwnerRepoPullsCommentsCommentIdReactionsPostBody as ReposOwnerRepoPullsCommentsCommentIdReactionsPostBody,
|
|
8404
8413
|
)
|
|
8405
|
-
from .
|
|
8414
|
+
from .group_1138 import (
|
|
8406
8415
|
ReposOwnerRepoPullsPullNumberPatchBody as ReposOwnerRepoPullsPullNumberPatchBody,
|
|
8407
8416
|
)
|
|
8408
|
-
from .
|
|
8417
|
+
from .group_1139 import (
|
|
8409
8418
|
ReposOwnerRepoPullsPullNumberCodespacesPostBody as ReposOwnerRepoPullsPullNumberCodespacesPostBody,
|
|
8410
8419
|
)
|
|
8411
|
-
from .
|
|
8420
|
+
from .group_1140 import (
|
|
8412
8421
|
ReposOwnerRepoPullsPullNumberCommentsPostBody as ReposOwnerRepoPullsPullNumberCommentsPostBody,
|
|
8413
8422
|
)
|
|
8414
|
-
from .
|
|
8423
|
+
from .group_1141 import (
|
|
8415
8424
|
ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBody as ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBody,
|
|
8416
8425
|
)
|
|
8417
|
-
from .
|
|
8426
|
+
from .group_1142 import (
|
|
8418
8427
|
ReposOwnerRepoPullsPullNumberMergePutBody as ReposOwnerRepoPullsPullNumberMergePutBody,
|
|
8419
8428
|
)
|
|
8420
|
-
from .
|
|
8429
|
+
from .group_1143 import (
|
|
8421
8430
|
ReposOwnerRepoPullsPullNumberMergePutResponse405 as ReposOwnerRepoPullsPullNumberMergePutResponse405,
|
|
8422
8431
|
)
|
|
8423
|
-
from .
|
|
8432
|
+
from .group_1144 import (
|
|
8424
8433
|
ReposOwnerRepoPullsPullNumberMergePutResponse409 as ReposOwnerRepoPullsPullNumberMergePutResponse409,
|
|
8425
8434
|
)
|
|
8426
|
-
from .
|
|
8435
|
+
from .group_1145 import (
|
|
8427
8436
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0 as ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0,
|
|
8428
8437
|
)
|
|
8429
|
-
from .
|
|
8438
|
+
from .group_1146 import (
|
|
8430
8439
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1 as ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1,
|
|
8431
8440
|
)
|
|
8432
|
-
from .
|
|
8441
|
+
from .group_1147 import (
|
|
8433
8442
|
ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBody as ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBody,
|
|
8434
8443
|
)
|
|
8435
|
-
from .
|
|
8444
|
+
from .group_1148 import (
|
|
8436
8445
|
ReposOwnerRepoPullsPullNumberReviewsPostBody as ReposOwnerRepoPullsPullNumberReviewsPostBody,
|
|
8437
8446
|
)
|
|
8438
|
-
from .
|
|
8447
|
+
from .group_1148 import (
|
|
8439
8448
|
ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItems as ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItems,
|
|
8440
8449
|
)
|
|
8441
|
-
from .
|
|
8450
|
+
from .group_1149 import (
|
|
8442
8451
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBody as ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBody,
|
|
8443
8452
|
)
|
|
8444
|
-
from .
|
|
8453
|
+
from .group_1150 import (
|
|
8445
8454
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBody as ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBody,
|
|
8446
8455
|
)
|
|
8447
|
-
from .
|
|
8456
|
+
from .group_1151 import (
|
|
8448
8457
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBody as ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBody,
|
|
8449
8458
|
)
|
|
8450
|
-
from .
|
|
8459
|
+
from .group_1152 import (
|
|
8451
8460
|
ReposOwnerRepoPullsPullNumberUpdateBranchPutBody as ReposOwnerRepoPullsPullNumberUpdateBranchPutBody,
|
|
8452
8461
|
)
|
|
8453
|
-
from .
|
|
8462
|
+
from .group_1153 import (
|
|
8454
8463
|
ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202 as ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202,
|
|
8455
8464
|
)
|
|
8456
|
-
from .
|
|
8465
|
+
from .group_1154 import (
|
|
8457
8466
|
ReposOwnerRepoReleasesPostBody as ReposOwnerRepoReleasesPostBody,
|
|
8458
8467
|
)
|
|
8459
|
-
from .
|
|
8468
|
+
from .group_1155 import (
|
|
8460
8469
|
ReposOwnerRepoReleasesAssetsAssetIdPatchBody as ReposOwnerRepoReleasesAssetsAssetIdPatchBody,
|
|
8461
8470
|
)
|
|
8462
|
-
from .
|
|
8471
|
+
from .group_1156 import (
|
|
8463
8472
|
ReposOwnerRepoReleasesGenerateNotesPostBody as ReposOwnerRepoReleasesGenerateNotesPostBody,
|
|
8464
8473
|
)
|
|
8465
|
-
from .
|
|
8474
|
+
from .group_1157 import (
|
|
8466
8475
|
ReposOwnerRepoReleasesReleaseIdPatchBody as ReposOwnerRepoReleasesReleaseIdPatchBody,
|
|
8467
8476
|
)
|
|
8468
|
-
from .
|
|
8477
|
+
from .group_1158 import (
|
|
8469
8478
|
ReposOwnerRepoReleasesReleaseIdReactionsPostBody as ReposOwnerRepoReleasesReleaseIdReactionsPostBody,
|
|
8470
8479
|
)
|
|
8471
|
-
from .
|
|
8480
|
+
from .group_1159 import (
|
|
8472
8481
|
ReposOwnerRepoRulesetsPostBody as ReposOwnerRepoRulesetsPostBody,
|
|
8473
8482
|
)
|
|
8474
|
-
from .
|
|
8483
|
+
from .group_1160 import (
|
|
8475
8484
|
ReposOwnerRepoRulesetsRulesetIdPutBody as ReposOwnerRepoRulesetsRulesetIdPutBody,
|
|
8476
8485
|
)
|
|
8477
|
-
from .
|
|
8486
|
+
from .group_1161 import (
|
|
8478
8487
|
ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBody as ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBody,
|
|
8479
8488
|
)
|
|
8480
|
-
from .
|
|
8489
|
+
from .group_1162 import (
|
|
8481
8490
|
ReposOwnerRepoSecretScanningPushProtectionBypassesPostBody as ReposOwnerRepoSecretScanningPushProtectionBypassesPostBody,
|
|
8482
8491
|
)
|
|
8483
|
-
from .
|
|
8492
|
+
from .group_1163 import (
|
|
8484
8493
|
ReposOwnerRepoStatusesShaPostBody as ReposOwnerRepoStatusesShaPostBody,
|
|
8485
8494
|
)
|
|
8486
|
-
from .
|
|
8495
|
+
from .group_1164 import (
|
|
8487
8496
|
ReposOwnerRepoSubscriptionPutBody as ReposOwnerRepoSubscriptionPutBody,
|
|
8488
8497
|
)
|
|
8489
|
-
from .
|
|
8498
|
+
from .group_1165 import (
|
|
8490
8499
|
ReposOwnerRepoTagsProtectionPostBody as ReposOwnerRepoTagsProtectionPostBody,
|
|
8491
8500
|
)
|
|
8492
|
-
from .
|
|
8493
|
-
from .
|
|
8501
|
+
from .group_1166 import ReposOwnerRepoTopicsPutBody as ReposOwnerRepoTopicsPutBody
|
|
8502
|
+
from .group_1167 import (
|
|
8494
8503
|
ReposOwnerRepoTransferPostBody as ReposOwnerRepoTransferPostBody,
|
|
8495
8504
|
)
|
|
8496
|
-
from .
|
|
8505
|
+
from .group_1168 import (
|
|
8497
8506
|
ReposTemplateOwnerTemplateRepoGeneratePostBody as ReposTemplateOwnerTemplateRepoGeneratePostBody,
|
|
8498
8507
|
)
|
|
8499
|
-
from .
|
|
8500
|
-
from .
|
|
8508
|
+
from .group_1169 import TeamsTeamIdPatchBody as TeamsTeamIdPatchBody
|
|
8509
|
+
from .group_1170 import (
|
|
8501
8510
|
TeamsTeamIdDiscussionsPostBody as TeamsTeamIdDiscussionsPostBody,
|
|
8502
8511
|
)
|
|
8503
|
-
from .
|
|
8512
|
+
from .group_1171 import (
|
|
8504
8513
|
TeamsTeamIdDiscussionsDiscussionNumberPatchBody as TeamsTeamIdDiscussionsDiscussionNumberPatchBody,
|
|
8505
8514
|
)
|
|
8506
|
-
from .
|
|
8515
|
+
from .group_1172 import (
|
|
8507
8516
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBody as TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBody,
|
|
8508
8517
|
)
|
|
8509
|
-
from .
|
|
8518
|
+
from .group_1173 import (
|
|
8510
8519
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBody as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBody,
|
|
8511
8520
|
)
|
|
8512
|
-
from .
|
|
8521
|
+
from .group_1174 import (
|
|
8513
8522
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody,
|
|
8514
8523
|
)
|
|
8515
|
-
from .
|
|
8524
|
+
from .group_1175 import (
|
|
8516
8525
|
TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBody as TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBody,
|
|
8517
8526
|
)
|
|
8518
|
-
from .
|
|
8527
|
+
from .group_1176 import (
|
|
8519
8528
|
TeamsTeamIdMembershipsUsernamePutBody as TeamsTeamIdMembershipsUsernamePutBody,
|
|
8520
8529
|
)
|
|
8521
|
-
from .
|
|
8530
|
+
from .group_1177 import (
|
|
8522
8531
|
TeamsTeamIdProjectsProjectIdPutBody as TeamsTeamIdProjectsProjectIdPutBody,
|
|
8523
8532
|
)
|
|
8524
|
-
from .
|
|
8533
|
+
from .group_1178 import (
|
|
8525
8534
|
TeamsTeamIdProjectsProjectIdPutResponse403 as TeamsTeamIdProjectsProjectIdPutResponse403,
|
|
8526
8535
|
)
|
|
8527
|
-
from .
|
|
8536
|
+
from .group_1179 import (
|
|
8528
8537
|
TeamsTeamIdReposOwnerRepoPutBody as TeamsTeamIdReposOwnerRepoPutBody,
|
|
8529
8538
|
)
|
|
8530
|
-
from .
|
|
8531
|
-
from .
|
|
8532
|
-
from .
|
|
8533
|
-
from .
|
|
8534
|
-
from .
|
|
8539
|
+
from .group_1180 import UserPatchBody as UserPatchBody
|
|
8540
|
+
from .group_1181 import UserCodespacesGetResponse200 as UserCodespacesGetResponse200
|
|
8541
|
+
from .group_1182 import UserCodespacesPostBodyOneof0 as UserCodespacesPostBodyOneof0
|
|
8542
|
+
from .group_1183 import UserCodespacesPostBodyOneof1 as UserCodespacesPostBodyOneof1
|
|
8543
|
+
from .group_1183 import (
|
|
8535
8544
|
UserCodespacesPostBodyOneof1PropPullRequest as UserCodespacesPostBodyOneof1PropPullRequest,
|
|
8536
8545
|
)
|
|
8537
|
-
from .
|
|
8538
|
-
from .
|
|
8546
|
+
from .group_1184 import CodespacesSecret as CodespacesSecret
|
|
8547
|
+
from .group_1184 import (
|
|
8539
8548
|
UserCodespacesSecretsGetResponse200 as UserCodespacesSecretsGetResponse200,
|
|
8540
8549
|
)
|
|
8541
|
-
from .
|
|
8550
|
+
from .group_1185 import (
|
|
8542
8551
|
UserCodespacesSecretsSecretNamePutBody as UserCodespacesSecretsSecretNamePutBody,
|
|
8543
8552
|
)
|
|
8544
|
-
from .
|
|
8553
|
+
from .group_1186 import (
|
|
8545
8554
|
UserCodespacesSecretsSecretNameRepositoriesGetResponse200 as UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
8546
8555
|
)
|
|
8547
|
-
from .
|
|
8556
|
+
from .group_1187 import (
|
|
8548
8557
|
UserCodespacesSecretsSecretNameRepositoriesPutBody as UserCodespacesSecretsSecretNameRepositoriesPutBody,
|
|
8549
8558
|
)
|
|
8550
|
-
from .
|
|
8559
|
+
from .group_1188 import (
|
|
8551
8560
|
UserCodespacesCodespaceNamePatchBody as UserCodespacesCodespaceNamePatchBody,
|
|
8552
8561
|
)
|
|
8553
|
-
from .
|
|
8562
|
+
from .group_1189 import (
|
|
8554
8563
|
UserCodespacesCodespaceNameMachinesGetResponse200 as UserCodespacesCodespaceNameMachinesGetResponse200,
|
|
8555
8564
|
)
|
|
8556
|
-
from .
|
|
8565
|
+
from .group_1190 import (
|
|
8557
8566
|
UserCodespacesCodespaceNamePublishPostBody as UserCodespacesCodespaceNamePublishPostBody,
|
|
8558
8567
|
)
|
|
8559
|
-
from .
|
|
8560
|
-
from .
|
|
8561
|
-
from .
|
|
8562
|
-
from .
|
|
8563
|
-
from .
|
|
8568
|
+
from .group_1191 import UserEmailVisibilityPatchBody as UserEmailVisibilityPatchBody
|
|
8569
|
+
from .group_1192 import UserEmailsPostBodyOneof0 as UserEmailsPostBodyOneof0
|
|
8570
|
+
from .group_1193 import UserEmailsDeleteBodyOneof0 as UserEmailsDeleteBodyOneof0
|
|
8571
|
+
from .group_1194 import UserGpgKeysPostBody as UserGpgKeysPostBody
|
|
8572
|
+
from .group_1195 import (
|
|
8564
8573
|
UserInstallationsGetResponse200 as UserInstallationsGetResponse200,
|
|
8565
8574
|
)
|
|
8566
|
-
from .
|
|
8575
|
+
from .group_1196 import (
|
|
8567
8576
|
UserInstallationsInstallationIdRepositoriesGetResponse200 as UserInstallationsInstallationIdRepositoriesGetResponse200,
|
|
8568
8577
|
)
|
|
8569
|
-
from .
|
|
8578
|
+
from .group_1197 import (
|
|
8570
8579
|
UserInteractionLimitsGetResponse200Anyof1 as UserInteractionLimitsGetResponse200Anyof1,
|
|
8571
8580
|
)
|
|
8572
|
-
from .
|
|
8573
|
-
from .
|
|
8581
|
+
from .group_1198 import UserKeysPostBody as UserKeysPostBody
|
|
8582
|
+
from .group_1199 import (
|
|
8574
8583
|
UserMembershipsOrgsOrgPatchBody as UserMembershipsOrgsOrgPatchBody,
|
|
8575
8584
|
)
|
|
8576
|
-
from .
|
|
8577
|
-
from .
|
|
8578
|
-
from .
|
|
8579
|
-
from .
|
|
8580
|
-
from .
|
|
8581
|
-
from .
|
|
8582
|
-
from .
|
|
8585
|
+
from .group_1200 import UserMigrationsPostBody as UserMigrationsPostBody
|
|
8586
|
+
from .group_1201 import UserProjectsPostBody as UserProjectsPostBody
|
|
8587
|
+
from .group_1202 import UserReposPostBody as UserReposPostBody
|
|
8588
|
+
from .group_1203 import UserSocialAccountsPostBody as UserSocialAccountsPostBody
|
|
8589
|
+
from .group_1204 import UserSocialAccountsDeleteBody as UserSocialAccountsDeleteBody
|
|
8590
|
+
from .group_1205 import UserSshSigningKeysPostBody as UserSshSigningKeysPostBody
|
|
8591
|
+
from .group_1206 import (
|
|
8592
|
+
UsersUsernameAttestationsBulkListPostBody as UsersUsernameAttestationsBulkListPostBody,
|
|
8593
|
+
)
|
|
8594
|
+
from .group_1207 import (
|
|
8595
|
+
UsersUsernameAttestationsBulkListPostResponse200 as UsersUsernameAttestationsBulkListPostResponse200,
|
|
8596
|
+
)
|
|
8597
|
+
from .group_1207 import (
|
|
8598
|
+
UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigests as UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigests,
|
|
8599
|
+
)
|
|
8600
|
+
from .group_1207 import (
|
|
8601
|
+
UsersUsernameAttestationsBulkListPostResponse200PropPageInfo as UsersUsernameAttestationsBulkListPostResponse200PropPageInfo,
|
|
8602
|
+
)
|
|
8603
|
+
from .group_1208 import (
|
|
8583
8604
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0 as UsersUsernameAttestationsDeleteRequestPostBodyOneof0,
|
|
8584
8605
|
)
|
|
8585
|
-
from .
|
|
8606
|
+
from .group_1209 import (
|
|
8586
8607
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof1 as UsersUsernameAttestationsDeleteRequestPostBodyOneof1,
|
|
8587
8608
|
)
|
|
8588
|
-
from .
|
|
8609
|
+
from .group_1210 import (
|
|
8589
8610
|
UsersUsernameAttestationsSubjectDigestGetResponse200 as UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
8590
8611
|
)
|
|
8591
|
-
from .
|
|
8612
|
+
from .group_1210 import (
|
|
8592
8613
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItems as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItems,
|
|
8593
8614
|
)
|
|
8594
|
-
from .
|
|
8615
|
+
from .group_1210 import (
|
|
8595
8616
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle,
|
|
8596
8617
|
)
|
|
8597
|
-
from .
|
|
8618
|
+
from .group_1210 import (
|
|
8598
8619
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope,
|
|
8599
8620
|
)
|
|
8600
|
-
from .
|
|
8621
|
+
from .group_1210 import (
|
|
8601
8622
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial,
|
|
8602
8623
|
)
|
|
8603
8624
|
else:
|
|
@@ -8670,6 +8691,7 @@ else:
|
|
|
8670
8691
|
".group_0028": (
|
|
8671
8692
|
"CodeSecurityConfiguration",
|
|
8672
8693
|
"CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptions",
|
|
8694
|
+
"CodeSecurityConfigurationPropCodeScanningOptions",
|
|
8673
8695
|
"CodeSecurityConfigurationPropCodeScanningDefaultSetupOptions",
|
|
8674
8696
|
"CodeSecurityConfigurationPropSecretScanningDelegatedBypassOptions",
|
|
8675
8697
|
"CodeSecurityConfigurationPropSecretScanningDelegatedBypassOptionsPropReviewersItems",
|
|
@@ -12327,165 +12349,167 @@ else:
|
|
|
12327
12349
|
"OrgsOrgAttestationsBulkListPostResponse200PropAttestationsSubjectDigests",
|
|
12328
12350
|
"OrgsOrgAttestationsBulkListPostResponse200PropPageInfo",
|
|
12329
12351
|
),
|
|
12330
|
-
".group_0897": (
|
|
12352
|
+
".group_0897": ("OrgsOrgAttestationsDeleteRequestPostBodyOneof0",),
|
|
12353
|
+
".group_0898": ("OrgsOrgAttestationsDeleteRequestPostBodyOneof1",),
|
|
12354
|
+
".group_0899": (
|
|
12331
12355
|
"OrgsOrgAttestationsSubjectDigestGetResponse200",
|
|
12332
12356
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItems",
|
|
12333
12357
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle",
|
|
12334
12358
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial",
|
|
12335
12359
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope",
|
|
12336
12360
|
),
|
|
12337
|
-
".
|
|
12361
|
+
".group_0900": (
|
|
12338
12362
|
"OrgsOrgCampaignsPostBody",
|
|
12339
12363
|
"OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItems",
|
|
12340
12364
|
),
|
|
12341
|
-
".
|
|
12342
|
-
".
|
|
12365
|
+
".group_0901": ("OrgsOrgCampaignsCampaignNumberPatchBody",),
|
|
12366
|
+
".group_0902": (
|
|
12343
12367
|
"OrgsOrgCodeSecurityConfigurationsPostBody",
|
|
12344
12368
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptions",
|
|
12345
12369
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptions",
|
|
12346
12370
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems",
|
|
12347
12371
|
),
|
|
12348
|
-
".
|
|
12349
|
-
".
|
|
12372
|
+
".group_0903": ("OrgsOrgCodeSecurityConfigurationsDetachDeleteBody",),
|
|
12373
|
+
".group_0904": (
|
|
12350
12374
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBody",
|
|
12351
12375
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptions",
|
|
12352
12376
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptions",
|
|
12353
12377
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems",
|
|
12354
12378
|
),
|
|
12355
|
-
".
|
|
12379
|
+
".group_0905": (
|
|
12356
12380
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBody",
|
|
12357
12381
|
),
|
|
12358
|
-
".
|
|
12382
|
+
".group_0906": (
|
|
12359
12383
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBody",
|
|
12360
12384
|
),
|
|
12361
|
-
".
|
|
12385
|
+
".group_0907": (
|
|
12362
12386
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200",
|
|
12363
12387
|
),
|
|
12364
|
-
".
|
|
12365
|
-
".
|
|
12366
|
-
".
|
|
12367
|
-
".
|
|
12368
|
-
".
|
|
12388
|
+
".group_0908": ("OrgsOrgCodespacesGetResponse200",),
|
|
12389
|
+
".group_0909": ("OrgsOrgCodespacesAccessPutBody",),
|
|
12390
|
+
".group_0910": ("OrgsOrgCodespacesAccessSelectedUsersPostBody",),
|
|
12391
|
+
".group_0911": ("OrgsOrgCodespacesAccessSelectedUsersDeleteBody",),
|
|
12392
|
+
".group_0912": (
|
|
12369
12393
|
"OrgsOrgCodespacesSecretsGetResponse200",
|
|
12370
12394
|
"CodespacesOrgSecret",
|
|
12371
12395
|
),
|
|
12372
|
-
".
|
|
12373
|
-
".
|
|
12396
|
+
".group_0913": ("OrgsOrgCodespacesSecretsSecretNamePutBody",),
|
|
12397
|
+
".group_0914": (
|
|
12374
12398
|
"OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200",
|
|
12375
12399
|
),
|
|
12376
|
-
".
|
|
12377
|
-
".
|
|
12378
|
-
".
|
|
12379
|
-
".
|
|
12380
|
-
".
|
|
12381
|
-
".
|
|
12382
|
-
".
|
|
12383
|
-
".
|
|
12384
|
-
".
|
|
12385
|
-
".
|
|
12400
|
+
".group_0915": ("OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody",),
|
|
12401
|
+
".group_0916": ("OrgsOrgCopilotBillingSelectedTeamsPostBody",),
|
|
12402
|
+
".group_0917": ("OrgsOrgCopilotBillingSelectedTeamsPostResponse201",),
|
|
12403
|
+
".group_0918": ("OrgsOrgCopilotBillingSelectedTeamsDeleteBody",),
|
|
12404
|
+
".group_0919": ("OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200",),
|
|
12405
|
+
".group_0920": ("OrgsOrgCopilotBillingSelectedUsersPostBody",),
|
|
12406
|
+
".group_0921": ("OrgsOrgCopilotBillingSelectedUsersPostResponse201",),
|
|
12407
|
+
".group_0922": ("OrgsOrgCopilotBillingSelectedUsersDeleteBody",),
|
|
12408
|
+
".group_0923": ("OrgsOrgCopilotBillingSelectedUsersDeleteResponse200",),
|
|
12409
|
+
".group_0924": (
|
|
12386
12410
|
"OrgsOrgDependabotSecretsGetResponse200",
|
|
12387
12411
|
"OrganizationDependabotSecret",
|
|
12388
12412
|
),
|
|
12389
|
-
".
|
|
12390
|
-
".
|
|
12413
|
+
".group_0925": ("OrgsOrgDependabotSecretsSecretNamePutBody",),
|
|
12414
|
+
".group_0926": (
|
|
12391
12415
|
"OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200",
|
|
12392
12416
|
),
|
|
12393
|
-
".
|
|
12394
|
-
".
|
|
12417
|
+
".group_0927": ("OrgsOrgDependabotSecretsSecretNameRepositoriesPutBody",),
|
|
12418
|
+
".group_0928": (
|
|
12395
12419
|
"OrgsOrgHooksPostBody",
|
|
12396
12420
|
"OrgsOrgHooksPostBodyPropConfig",
|
|
12397
12421
|
),
|
|
12398
|
-
".
|
|
12422
|
+
".group_0929": (
|
|
12399
12423
|
"OrgsOrgHooksHookIdPatchBody",
|
|
12400
12424
|
"OrgsOrgHooksHookIdPatchBodyPropConfig",
|
|
12401
12425
|
),
|
|
12402
|
-
".
|
|
12403
|
-
".
|
|
12404
|
-
".
|
|
12405
|
-
".
|
|
12406
|
-
".
|
|
12407
|
-
".
|
|
12408
|
-
".
|
|
12409
|
-
".
|
|
12410
|
-
".
|
|
12411
|
-
".
|
|
12412
|
-
".
|
|
12413
|
-
".
|
|
12414
|
-
".
|
|
12415
|
-
".
|
|
12416
|
-
".
|
|
12426
|
+
".group_0930": ("OrgsOrgHooksHookIdConfigPatchBody",),
|
|
12427
|
+
".group_0931": ("OrgsOrgInstallationsGetResponse200",),
|
|
12428
|
+
".group_0932": ("OrgsOrgInteractionLimitsGetResponse200Anyof1",),
|
|
12429
|
+
".group_0933": ("OrgsOrgInvitationsPostBody",),
|
|
12430
|
+
".group_0934": ("OrgsOrgMembersUsernameCodespacesGetResponse200",),
|
|
12431
|
+
".group_0935": ("OrgsOrgMembershipsUsernamePutBody",),
|
|
12432
|
+
".group_0936": ("OrgsOrgMigrationsPostBody",),
|
|
12433
|
+
".group_0937": ("OrgsOrgOutsideCollaboratorsUsernamePutBody",),
|
|
12434
|
+
".group_0938": ("OrgsOrgOutsideCollaboratorsUsernamePutResponse202",),
|
|
12435
|
+
".group_0939": ("OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422",),
|
|
12436
|
+
".group_0940": ("OrgsOrgPersonalAccessTokenRequestsPostBody",),
|
|
12437
|
+
".group_0941": ("OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBody",),
|
|
12438
|
+
".group_0942": ("OrgsOrgPersonalAccessTokensPostBody",),
|
|
12439
|
+
".group_0943": ("OrgsOrgPersonalAccessTokensPatIdPostBody",),
|
|
12440
|
+
".group_0944": (
|
|
12417
12441
|
"OrgsOrgPrivateRegistriesGetResponse200",
|
|
12418
12442
|
"OrgPrivateRegistryConfiguration",
|
|
12419
12443
|
),
|
|
12420
|
-
".
|
|
12421
|
-
".
|
|
12422
|
-
".
|
|
12423
|
-
".
|
|
12424
|
-
".
|
|
12425
|
-
".
|
|
12426
|
-
".
|
|
12444
|
+
".group_0945": ("OrgsOrgPrivateRegistriesPostBody",),
|
|
12445
|
+
".group_0946": ("OrgsOrgPrivateRegistriesPublicKeyGetResponse200",),
|
|
12446
|
+
".group_0947": ("OrgsOrgPrivateRegistriesSecretNamePatchBody",),
|
|
12447
|
+
".group_0948": ("OrgsOrgProjectsPostBody",),
|
|
12448
|
+
".group_0949": ("OrgsOrgPropertiesSchemaPatchBody",),
|
|
12449
|
+
".group_0950": ("OrgsOrgPropertiesValuesPatchBody",),
|
|
12450
|
+
".group_0951": (
|
|
12427
12451
|
"OrgsOrgReposPostBody",
|
|
12428
12452
|
"OrgsOrgReposPostBodyPropCustomProperties",
|
|
12429
12453
|
),
|
|
12430
|
-
".
|
|
12431
|
-
".
|
|
12432
|
-
".
|
|
12454
|
+
".group_0952": ("OrgsOrgRulesetsPostBody",),
|
|
12455
|
+
".group_0953": ("OrgsOrgRulesetsRulesetIdPutBody",),
|
|
12456
|
+
".group_0954": (
|
|
12433
12457
|
"OrgsOrgSettingsNetworkConfigurationsGetResponse200",
|
|
12434
12458
|
"NetworkConfiguration",
|
|
12435
12459
|
),
|
|
12436
|
-
".
|
|
12437
|
-
".
|
|
12460
|
+
".group_0955": ("OrgsOrgSettingsNetworkConfigurationsPostBody",),
|
|
12461
|
+
".group_0956": (
|
|
12438
12462
|
"OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBody",
|
|
12439
12463
|
),
|
|
12440
|
-
".
|
|
12441
|
-
".
|
|
12442
|
-
".
|
|
12443
|
-
".
|
|
12444
|
-
".
|
|
12464
|
+
".group_0957": ("OrgsOrgTeamsPostBody",),
|
|
12465
|
+
".group_0958": ("OrgsOrgTeamsTeamSlugPatchBody",),
|
|
12466
|
+
".group_0959": ("OrgsOrgTeamsTeamSlugDiscussionsPostBody",),
|
|
12467
|
+
".group_0960": ("OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBody",),
|
|
12468
|
+
".group_0961": (
|
|
12445
12469
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBody",
|
|
12446
12470
|
),
|
|
12447
|
-
".
|
|
12471
|
+
".group_0962": (
|
|
12448
12472
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBody",
|
|
12449
12473
|
),
|
|
12450
|
-
".
|
|
12474
|
+
".group_0963": (
|
|
12451
12475
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody",
|
|
12452
12476
|
),
|
|
12453
|
-
".
|
|
12477
|
+
".group_0964": (
|
|
12454
12478
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBody",
|
|
12455
12479
|
),
|
|
12456
|
-
".
|
|
12457
|
-
".
|
|
12458
|
-
".
|
|
12459
|
-
".
|
|
12460
|
-
".
|
|
12461
|
-
".
|
|
12462
|
-
".
|
|
12463
|
-
".
|
|
12464
|
-
".
|
|
12465
|
-
".
|
|
12480
|
+
".group_0965": ("OrgsOrgTeamsTeamSlugMembershipsUsernamePutBody",),
|
|
12481
|
+
".group_0966": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutBody",),
|
|
12482
|
+
".group_0967": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403",),
|
|
12483
|
+
".group_0968": ("OrgsOrgTeamsTeamSlugReposOwnerRepoPutBody",),
|
|
12484
|
+
".group_0969": ("OrgsOrgSecurityProductEnablementPostBody",),
|
|
12485
|
+
".group_0970": ("ProjectsColumnsCardsCardIdDeleteResponse403",),
|
|
12486
|
+
".group_0971": ("ProjectsColumnsCardsCardIdPatchBody",),
|
|
12487
|
+
".group_0972": ("ProjectsColumnsCardsCardIdMovesPostBody",),
|
|
12488
|
+
".group_0973": ("ProjectsColumnsCardsCardIdMovesPostResponse201",),
|
|
12489
|
+
".group_0974": (
|
|
12466
12490
|
"ProjectsColumnsCardsCardIdMovesPostResponse403",
|
|
12467
12491
|
"ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItems",
|
|
12468
12492
|
),
|
|
12469
|
-
".
|
|
12493
|
+
".group_0975": (
|
|
12470
12494
|
"ProjectsColumnsCardsCardIdMovesPostResponse503",
|
|
12471
12495
|
"ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItems",
|
|
12472
12496
|
),
|
|
12473
|
-
".
|
|
12474
|
-
".
|
|
12475
|
-
".
|
|
12476
|
-
".
|
|
12497
|
+
".group_0976": ("ProjectsColumnsColumnIdPatchBody",),
|
|
12498
|
+
".group_0977": ("ProjectsColumnsColumnIdCardsPostBodyOneof0",),
|
|
12499
|
+
".group_0978": ("ProjectsColumnsColumnIdCardsPostBodyOneof1",),
|
|
12500
|
+
".group_0979": (
|
|
12477
12501
|
"ProjectsColumnsColumnIdCardsPostResponse503",
|
|
12478
12502
|
"ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItems",
|
|
12479
12503
|
),
|
|
12480
|
-
".
|
|
12481
|
-
".
|
|
12482
|
-
".
|
|
12483
|
-
".
|
|
12484
|
-
".
|
|
12485
|
-
".
|
|
12486
|
-
".
|
|
12487
|
-
".
|
|
12488
|
-
".
|
|
12504
|
+
".group_0980": ("ProjectsColumnsColumnIdMovesPostBody",),
|
|
12505
|
+
".group_0981": ("ProjectsColumnsColumnIdMovesPostResponse201",),
|
|
12506
|
+
".group_0982": ("ProjectsProjectIdDeleteResponse403",),
|
|
12507
|
+
".group_0983": ("ProjectsProjectIdPatchBody",),
|
|
12508
|
+
".group_0984": ("ProjectsProjectIdPatchResponse403",),
|
|
12509
|
+
".group_0985": ("ProjectsProjectIdCollaboratorsUsernamePutBody",),
|
|
12510
|
+
".group_0986": ("ProjectsProjectIdColumnsPostBody",),
|
|
12511
|
+
".group_0987": ("ReposOwnerRepoDeleteResponse403",),
|
|
12512
|
+
".group_0988": (
|
|
12489
12513
|
"ReposOwnerRepoPatchBody",
|
|
12490
12514
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysis",
|
|
12491
12515
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurity",
|
|
@@ -12495,55 +12519,55 @@ else:
|
|
|
12495
12519
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetection",
|
|
12496
12520
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatterns",
|
|
12497
12521
|
),
|
|
12498
|
-
".
|
|
12499
|
-
".
|
|
12500
|
-
".
|
|
12501
|
-
".
|
|
12502
|
-
".
|
|
12503
|
-
".
|
|
12504
|
-
".
|
|
12505
|
-
".
|
|
12506
|
-
".
|
|
12507
|
-
".
|
|
12508
|
-
".
|
|
12509
|
-
".
|
|
12510
|
-
".
|
|
12522
|
+
".group_0989": ("ReposOwnerRepoActionsArtifactsGetResponse200",),
|
|
12523
|
+
".group_0990": ("ReposOwnerRepoActionsJobsJobIdRerunPostBody",),
|
|
12524
|
+
".group_0991": ("ReposOwnerRepoActionsOidcCustomizationSubPutBody",),
|
|
12525
|
+
".group_0992": ("ReposOwnerRepoActionsOrganizationSecretsGetResponse200",),
|
|
12526
|
+
".group_0993": ("ReposOwnerRepoActionsOrganizationVariablesGetResponse200",),
|
|
12527
|
+
".group_0994": ("ReposOwnerRepoActionsPermissionsPutBody",),
|
|
12528
|
+
".group_0995": ("ReposOwnerRepoActionsRunnersGetResponse200",),
|
|
12529
|
+
".group_0996": ("ReposOwnerRepoActionsRunnersGenerateJitconfigPostBody",),
|
|
12530
|
+
".group_0997": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBody",),
|
|
12531
|
+
".group_0998": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBody",),
|
|
12532
|
+
".group_0999": ("ReposOwnerRepoActionsRunsGetResponse200",),
|
|
12533
|
+
".group_1000": ("ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200",),
|
|
12534
|
+
".group_1001": (
|
|
12511
12535
|
"ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200",
|
|
12512
12536
|
),
|
|
12513
|
-
".
|
|
12514
|
-
".
|
|
12515
|
-
".
|
|
12516
|
-
".
|
|
12517
|
-
".
|
|
12518
|
-
".
|
|
12519
|
-
".
|
|
12520
|
-
".
|
|
12521
|
-
".
|
|
12522
|
-
".
|
|
12537
|
+
".group_1002": ("ReposOwnerRepoActionsRunsRunIdJobsGetResponse200",),
|
|
12538
|
+
".group_1003": ("ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBody",),
|
|
12539
|
+
".group_1004": ("ReposOwnerRepoActionsRunsRunIdRerunPostBody",),
|
|
12540
|
+
".group_1005": ("ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBody",),
|
|
12541
|
+
".group_1006": ("ReposOwnerRepoActionsSecretsGetResponse200",),
|
|
12542
|
+
".group_1007": ("ReposOwnerRepoActionsSecretsSecretNamePutBody",),
|
|
12543
|
+
".group_1008": ("ReposOwnerRepoActionsVariablesGetResponse200",),
|
|
12544
|
+
".group_1009": ("ReposOwnerRepoActionsVariablesPostBody",),
|
|
12545
|
+
".group_1010": ("ReposOwnerRepoActionsVariablesNamePatchBody",),
|
|
12546
|
+
".group_1011": (
|
|
12523
12547
|
"ReposOwnerRepoActionsWorkflowsGetResponse200",
|
|
12524
12548
|
"Workflow",
|
|
12525
12549
|
),
|
|
12526
|
-
".
|
|
12550
|
+
".group_1012": (
|
|
12527
12551
|
"ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBody",
|
|
12528
12552
|
"ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputs",
|
|
12529
12553
|
),
|
|
12530
|
-
".
|
|
12531
|
-
".
|
|
12554
|
+
".group_1013": ("ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200",),
|
|
12555
|
+
".group_1014": (
|
|
12532
12556
|
"ReposOwnerRepoAttestationsPostBody",
|
|
12533
12557
|
"ReposOwnerRepoAttestationsPostBodyPropBundle",
|
|
12534
12558
|
"ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterial",
|
|
12535
12559
|
"ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelope",
|
|
12536
12560
|
),
|
|
12537
|
-
".
|
|
12538
|
-
".
|
|
12561
|
+
".group_1015": ("ReposOwnerRepoAttestationsPostResponse201",),
|
|
12562
|
+
".group_1016": (
|
|
12539
12563
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200",
|
|
12540
12564
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItems",
|
|
12541
12565
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle",
|
|
12542
12566
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial",
|
|
12543
12567
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope",
|
|
12544
12568
|
),
|
|
12545
|
-
".
|
|
12546
|
-
".
|
|
12569
|
+
".group_1017": ("ReposOwnerRepoAutolinksPostBody",),
|
|
12570
|
+
".group_1018": (
|
|
12547
12571
|
"ReposOwnerRepoBranchesBranchProtectionPutBody",
|
|
12548
12572
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks",
|
|
12549
12573
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems",
|
|
@@ -12552,338 +12576,344 @@ else:
|
|
|
12552
12576
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances",
|
|
12553
12577
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions",
|
|
12554
12578
|
),
|
|
12555
|
-
".
|
|
12579
|
+
".group_1019": (
|
|
12556
12580
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBody",
|
|
12557
12581
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions",
|
|
12558
12582
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowances",
|
|
12559
12583
|
),
|
|
12560
|
-
".
|
|
12584
|
+
".group_1020": (
|
|
12561
12585
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBody",
|
|
12562
12586
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItems",
|
|
12563
12587
|
),
|
|
12564
|
-
".
|
|
12588
|
+
".group_1021": (
|
|
12565
12589
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0",
|
|
12566
12590
|
),
|
|
12567
|
-
".
|
|
12591
|
+
".group_1022": (
|
|
12568
12592
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0",
|
|
12569
12593
|
),
|
|
12570
|
-
".
|
|
12594
|
+
".group_1023": (
|
|
12571
12595
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0",
|
|
12572
12596
|
),
|
|
12573
|
-
".
|
|
12597
|
+
".group_1024": (
|
|
12574
12598
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBody",
|
|
12575
12599
|
),
|
|
12576
|
-
".
|
|
12600
|
+
".group_1025": (
|
|
12577
12601
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBody",
|
|
12578
12602
|
),
|
|
12579
|
-
".
|
|
12603
|
+
".group_1026": (
|
|
12580
12604
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBody",
|
|
12581
12605
|
),
|
|
12582
|
-
".
|
|
12606
|
+
".group_1027": (
|
|
12583
12607
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0",
|
|
12584
12608
|
),
|
|
12585
|
-
".
|
|
12609
|
+
".group_1028": (
|
|
12586
12610
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0",
|
|
12587
12611
|
),
|
|
12588
|
-
".
|
|
12612
|
+
".group_1029": (
|
|
12589
12613
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0",
|
|
12590
12614
|
),
|
|
12591
|
-
".
|
|
12615
|
+
".group_1030": (
|
|
12592
12616
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBody",
|
|
12593
12617
|
),
|
|
12594
|
-
".
|
|
12618
|
+
".group_1031": (
|
|
12595
12619
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBody",
|
|
12596
12620
|
),
|
|
12597
|
-
".
|
|
12621
|
+
".group_1032": (
|
|
12598
12622
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBody",
|
|
12599
12623
|
),
|
|
12600
|
-
".
|
|
12601
|
-
".
|
|
12624
|
+
".group_1033": ("ReposOwnerRepoBranchesBranchRenamePostBody",),
|
|
12625
|
+
".group_1034": (
|
|
12602
12626
|
"ReposOwnerRepoCheckRunsPostBodyPropOutput",
|
|
12603
12627
|
"ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems",
|
|
12604
12628
|
"ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItems",
|
|
12605
12629
|
"ReposOwnerRepoCheckRunsPostBodyPropActionsItems",
|
|
12606
12630
|
),
|
|
12607
|
-
".
|
|
12608
|
-
".
|
|
12609
|
-
".
|
|
12631
|
+
".group_1035": ("ReposOwnerRepoCheckRunsPostBodyOneof0",),
|
|
12632
|
+
".group_1036": ("ReposOwnerRepoCheckRunsPostBodyOneof1",),
|
|
12633
|
+
".group_1037": (
|
|
12610
12634
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutput",
|
|
12611
12635
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems",
|
|
12612
12636
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItems",
|
|
12613
12637
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItems",
|
|
12614
12638
|
),
|
|
12615
|
-
".
|
|
12616
|
-
".
|
|
12617
|
-
".
|
|
12618
|
-
".
|
|
12639
|
+
".group_1038": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0",),
|
|
12640
|
+
".group_1039": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1",),
|
|
12641
|
+
".group_1040": ("ReposOwnerRepoCheckSuitesPostBody",),
|
|
12642
|
+
".group_1041": (
|
|
12619
12643
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBody",
|
|
12620
12644
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItems",
|
|
12621
12645
|
),
|
|
12622
|
-
".
|
|
12646
|
+
".group_1042": (
|
|
12623
12647
|
"ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200",
|
|
12624
12648
|
),
|
|
12625
|
-
".
|
|
12626
|
-
".
|
|
12649
|
+
".group_1043": ("ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBody",),
|
|
12650
|
+
".group_1044": (
|
|
12627
12651
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0",
|
|
12628
12652
|
),
|
|
12629
|
-
".
|
|
12653
|
+
".group_1045": (
|
|
12630
12654
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1",
|
|
12631
12655
|
),
|
|
12632
|
-
".
|
|
12656
|
+
".group_1046": (
|
|
12633
12657
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2",
|
|
12634
12658
|
),
|
|
12635
|
-
".
|
|
12636
|
-
".
|
|
12637
|
-
".
|
|
12638
|
-
".
|
|
12659
|
+
".group_1047": ("ReposOwnerRepoCodeScanningSarifsPostBody",),
|
|
12660
|
+
".group_1048": ("ReposOwnerRepoCodespacesGetResponse200",),
|
|
12661
|
+
".group_1049": ("ReposOwnerRepoCodespacesPostBody",),
|
|
12662
|
+
".group_1050": (
|
|
12639
12663
|
"ReposOwnerRepoCodespacesDevcontainersGetResponse200",
|
|
12640
12664
|
"ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItems",
|
|
12641
12665
|
),
|
|
12642
|
-
".
|
|
12643
|
-
".
|
|
12666
|
+
".group_1051": ("ReposOwnerRepoCodespacesMachinesGetResponse200",),
|
|
12667
|
+
".group_1052": (
|
|
12644
12668
|
"ReposOwnerRepoCodespacesNewGetResponse200",
|
|
12645
12669
|
"ReposOwnerRepoCodespacesNewGetResponse200PropDefaults",
|
|
12646
12670
|
),
|
|
12647
|
-
".
|
|
12671
|
+
".group_1053": (
|
|
12648
12672
|
"ReposOwnerRepoCodespacesSecretsGetResponse200",
|
|
12649
12673
|
"RepoCodespacesSecret",
|
|
12650
12674
|
),
|
|
12651
|
-
".
|
|
12652
|
-
".
|
|
12653
|
-
".
|
|
12654
|
-
".
|
|
12655
|
-
".
|
|
12656
|
-
".
|
|
12657
|
-
".
|
|
12675
|
+
".group_1054": ("ReposOwnerRepoCodespacesSecretsSecretNamePutBody",),
|
|
12676
|
+
".group_1055": ("ReposOwnerRepoCollaboratorsUsernamePutBody",),
|
|
12677
|
+
".group_1056": ("ReposOwnerRepoCommentsCommentIdPatchBody",),
|
|
12678
|
+
".group_1057": ("ReposOwnerRepoCommentsCommentIdReactionsPostBody",),
|
|
12679
|
+
".group_1058": ("ReposOwnerRepoCommitsCommitShaCommentsPostBody",),
|
|
12680
|
+
".group_1059": ("ReposOwnerRepoCommitsRefCheckRunsGetResponse200",),
|
|
12681
|
+
".group_1060": (
|
|
12658
12682
|
"ReposOwnerRepoContentsPathPutBody",
|
|
12659
12683
|
"ReposOwnerRepoContentsPathPutBodyPropCommitter",
|
|
12660
12684
|
"ReposOwnerRepoContentsPathPutBodyPropAuthor",
|
|
12661
12685
|
),
|
|
12662
|
-
".
|
|
12686
|
+
".group_1061": (
|
|
12663
12687
|
"ReposOwnerRepoContentsPathDeleteBody",
|
|
12664
12688
|
"ReposOwnerRepoContentsPathDeleteBodyPropCommitter",
|
|
12665
12689
|
"ReposOwnerRepoContentsPathDeleteBodyPropAuthor",
|
|
12666
12690
|
),
|
|
12667
|
-
".
|
|
12668
|
-
".
|
|
12691
|
+
".group_1062": ("ReposOwnerRepoDependabotAlertsAlertNumberPatchBody",),
|
|
12692
|
+
".group_1063": (
|
|
12669
12693
|
"ReposOwnerRepoDependabotSecretsGetResponse200",
|
|
12670
12694
|
"DependabotSecret",
|
|
12671
12695
|
),
|
|
12672
|
-
".
|
|
12673
|
-
".
|
|
12674
|
-
".
|
|
12696
|
+
".group_1064": ("ReposOwnerRepoDependabotSecretsSecretNamePutBody",),
|
|
12697
|
+
".group_1065": ("ReposOwnerRepoDependencyGraphSnapshotsPostResponse201",),
|
|
12698
|
+
".group_1066": (
|
|
12675
12699
|
"ReposOwnerRepoDeploymentsPostBody",
|
|
12676
12700
|
"ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0",
|
|
12677
12701
|
),
|
|
12678
|
-
".
|
|
12679
|
-
".
|
|
12680
|
-
".
|
|
12702
|
+
".group_1067": ("ReposOwnerRepoDeploymentsPostResponse202",),
|
|
12703
|
+
".group_1068": ("ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBody",),
|
|
12704
|
+
".group_1069": (
|
|
12681
12705
|
"ReposOwnerRepoDispatchesPostBody",
|
|
12682
12706
|
"ReposOwnerRepoDispatchesPostBodyPropClientPayload",
|
|
12683
12707
|
),
|
|
12684
|
-
".
|
|
12708
|
+
".group_1070": (
|
|
12685
12709
|
"ReposOwnerRepoEnvironmentsEnvironmentNamePutBody",
|
|
12686
12710
|
"ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItems",
|
|
12687
12711
|
),
|
|
12688
|
-
".
|
|
12712
|
+
".group_1071": (
|
|
12689
12713
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200",
|
|
12690
12714
|
"DeploymentBranchPolicy",
|
|
12691
12715
|
),
|
|
12692
|
-
".
|
|
12716
|
+
".group_1072": (
|
|
12693
12717
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody",
|
|
12694
12718
|
),
|
|
12695
|
-
".
|
|
12719
|
+
".group_1073": (
|
|
12696
12720
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200",
|
|
12697
12721
|
),
|
|
12698
|
-
".
|
|
12722
|
+
".group_1074": (
|
|
12699
12723
|
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200",
|
|
12700
12724
|
),
|
|
12701
|
-
".
|
|
12725
|
+
".group_1075": (
|
|
12702
12726
|
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody",
|
|
12703
12727
|
),
|
|
12704
|
-
".
|
|
12728
|
+
".group_1076": (
|
|
12705
12729
|
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200",
|
|
12706
12730
|
),
|
|
12707
|
-
".
|
|
12708
|
-
".
|
|
12731
|
+
".group_1077": ("ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody",),
|
|
12732
|
+
".group_1078": (
|
|
12709
12733
|
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody",
|
|
12710
12734
|
),
|
|
12711
|
-
".
|
|
12712
|
-
".
|
|
12713
|
-
".
|
|
12735
|
+
".group_1079": ("ReposOwnerRepoForksPostBody",),
|
|
12736
|
+
".group_1080": ("ReposOwnerRepoGitBlobsPostBody",),
|
|
12737
|
+
".group_1081": (
|
|
12714
12738
|
"ReposOwnerRepoGitCommitsPostBody",
|
|
12715
12739
|
"ReposOwnerRepoGitCommitsPostBodyPropAuthor",
|
|
12716
12740
|
"ReposOwnerRepoGitCommitsPostBodyPropCommitter",
|
|
12717
12741
|
),
|
|
12718
|
-
".
|
|
12719
|
-
".
|
|
12720
|
-
".
|
|
12742
|
+
".group_1082": ("ReposOwnerRepoGitRefsPostBody",),
|
|
12743
|
+
".group_1083": ("ReposOwnerRepoGitRefsRefPatchBody",),
|
|
12744
|
+
".group_1084": (
|
|
12721
12745
|
"ReposOwnerRepoGitTagsPostBody",
|
|
12722
12746
|
"ReposOwnerRepoGitTagsPostBodyPropTagger",
|
|
12723
12747
|
),
|
|
12724
|
-
".
|
|
12748
|
+
".group_1085": (
|
|
12725
12749
|
"ReposOwnerRepoGitTreesPostBody",
|
|
12726
12750
|
"ReposOwnerRepoGitTreesPostBodyPropTreeItems",
|
|
12727
12751
|
),
|
|
12728
|
-
".
|
|
12752
|
+
".group_1086": (
|
|
12729
12753
|
"ReposOwnerRepoHooksPostBody",
|
|
12730
12754
|
"ReposOwnerRepoHooksPostBodyPropConfig",
|
|
12731
12755
|
),
|
|
12732
|
-
".
|
|
12733
|
-
".
|
|
12734
|
-
".
|
|
12735
|
-
".
|
|
12736
|
-
".
|
|
12737
|
-
".
|
|
12738
|
-
".
|
|
12739
|
-
".
|
|
12740
|
-
".
|
|
12756
|
+
".group_1087": ("ReposOwnerRepoHooksHookIdPatchBody",),
|
|
12757
|
+
".group_1088": ("ReposOwnerRepoHooksHookIdConfigPatchBody",),
|
|
12758
|
+
".group_1089": ("ReposOwnerRepoImportPutBody",),
|
|
12759
|
+
".group_1090": ("ReposOwnerRepoImportPatchBody",),
|
|
12760
|
+
".group_1091": ("ReposOwnerRepoImportAuthorsAuthorIdPatchBody",),
|
|
12761
|
+
".group_1092": ("ReposOwnerRepoImportLfsPatchBody",),
|
|
12762
|
+
".group_1093": ("ReposOwnerRepoInteractionLimitsGetResponse200Anyof1",),
|
|
12763
|
+
".group_1094": ("ReposOwnerRepoInvitationsInvitationIdPatchBody",),
|
|
12764
|
+
".group_1095": (
|
|
12741
12765
|
"ReposOwnerRepoIssuesPostBody",
|
|
12742
12766
|
"ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1",
|
|
12743
12767
|
),
|
|
12744
|
-
".
|
|
12745
|
-
".
|
|
12746
|
-
".
|
|
12768
|
+
".group_1096": ("ReposOwnerRepoIssuesCommentsCommentIdPatchBody",),
|
|
12769
|
+
".group_1097": ("ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBody",),
|
|
12770
|
+
".group_1098": (
|
|
12747
12771
|
"ReposOwnerRepoIssuesIssueNumberPatchBody",
|
|
12748
12772
|
"ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1",
|
|
12749
12773
|
),
|
|
12750
|
-
".
|
|
12751
|
-
".
|
|
12752
|
-
".
|
|
12753
|
-
".
|
|
12754
|
-
".
|
|
12774
|
+
".group_1099": ("ReposOwnerRepoIssuesIssueNumberAssigneesPostBody",),
|
|
12775
|
+
".group_1100": ("ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBody",),
|
|
12776
|
+
".group_1101": ("ReposOwnerRepoIssuesIssueNumberCommentsPostBody",),
|
|
12777
|
+
".group_1102": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0",),
|
|
12778
|
+
".group_1103": (
|
|
12755
12779
|
"ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2",
|
|
12756
12780
|
"ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItems",
|
|
12757
12781
|
),
|
|
12758
|
-
".
|
|
12759
|
-
".
|
|
12760
|
-
".
|
|
12782
|
+
".group_1104": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3Items",),
|
|
12783
|
+
".group_1105": ("ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0",),
|
|
12784
|
+
".group_1106": (
|
|
12761
12785
|
"ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2",
|
|
12762
12786
|
"ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItems",
|
|
12763
12787
|
),
|
|
12764
|
-
".
|
|
12765
|
-
".
|
|
12766
|
-
".
|
|
12767
|
-
".
|
|
12768
|
-
".
|
|
12769
|
-
".
|
|
12770
|
-
".
|
|
12771
|
-
".
|
|
12772
|
-
".
|
|
12773
|
-
".
|
|
12774
|
-
".
|
|
12775
|
-
".
|
|
12776
|
-
".
|
|
12777
|
-
".
|
|
12778
|
-
".
|
|
12779
|
-
".
|
|
12780
|
-
".
|
|
12781
|
-
".
|
|
12782
|
-
".
|
|
12783
|
-
".
|
|
12784
|
-
".
|
|
12785
|
-
".
|
|
12786
|
-
".
|
|
12787
|
-
".
|
|
12788
|
-
".
|
|
12789
|
-
".
|
|
12790
|
-
".
|
|
12791
|
-
".
|
|
12792
|
-
".
|
|
12793
|
-
".
|
|
12794
|
-
".
|
|
12795
|
-
".
|
|
12796
|
-
".
|
|
12797
|
-
".
|
|
12798
|
-
".
|
|
12788
|
+
".group_1107": ("ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3Items",),
|
|
12789
|
+
".group_1108": ("ReposOwnerRepoIssuesIssueNumberLockPutBody",),
|
|
12790
|
+
".group_1109": ("ReposOwnerRepoIssuesIssueNumberReactionsPostBody",),
|
|
12791
|
+
".group_1110": ("ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBody",),
|
|
12792
|
+
".group_1111": ("ReposOwnerRepoIssuesIssueNumberSubIssuesPostBody",),
|
|
12793
|
+
".group_1112": ("ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBody",),
|
|
12794
|
+
".group_1113": ("ReposOwnerRepoKeysPostBody",),
|
|
12795
|
+
".group_1114": ("ReposOwnerRepoLabelsPostBody",),
|
|
12796
|
+
".group_1115": ("ReposOwnerRepoLabelsNamePatchBody",),
|
|
12797
|
+
".group_1116": ("ReposOwnerRepoMergeUpstreamPostBody",),
|
|
12798
|
+
".group_1117": ("ReposOwnerRepoMergesPostBody",),
|
|
12799
|
+
".group_1118": ("ReposOwnerRepoMilestonesPostBody",),
|
|
12800
|
+
".group_1119": ("ReposOwnerRepoMilestonesMilestoneNumberPatchBody",),
|
|
12801
|
+
".group_1120": ("ReposOwnerRepoNotificationsPutBody",),
|
|
12802
|
+
".group_1121": ("ReposOwnerRepoNotificationsPutResponse202",),
|
|
12803
|
+
".group_1122": ("ReposOwnerRepoPagesPutBodyPropSourceAnyof1",),
|
|
12804
|
+
".group_1123": ("ReposOwnerRepoPagesPutBodyAnyof0",),
|
|
12805
|
+
".group_1124": ("ReposOwnerRepoPagesPutBodyAnyof1",),
|
|
12806
|
+
".group_1125": ("ReposOwnerRepoPagesPutBodyAnyof2",),
|
|
12807
|
+
".group_1126": ("ReposOwnerRepoPagesPutBodyAnyof3",),
|
|
12808
|
+
".group_1127": ("ReposOwnerRepoPagesPutBodyAnyof4",),
|
|
12809
|
+
".group_1128": ("ReposOwnerRepoPagesPostBodyPropSource",),
|
|
12810
|
+
".group_1129": ("ReposOwnerRepoPagesPostBodyAnyof0",),
|
|
12811
|
+
".group_1130": ("ReposOwnerRepoPagesPostBodyAnyof1",),
|
|
12812
|
+
".group_1131": ("ReposOwnerRepoPagesDeploymentsPostBody",),
|
|
12813
|
+
".group_1132": ("ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200",),
|
|
12814
|
+
".group_1133": ("ReposOwnerRepoProjectsPostBody",),
|
|
12815
|
+
".group_1134": ("ReposOwnerRepoPropertiesValuesPatchBody",),
|
|
12816
|
+
".group_1135": ("ReposOwnerRepoPullsPostBody",),
|
|
12817
|
+
".group_1136": ("ReposOwnerRepoPullsCommentsCommentIdPatchBody",),
|
|
12818
|
+
".group_1137": ("ReposOwnerRepoPullsCommentsCommentIdReactionsPostBody",),
|
|
12819
|
+
".group_1138": ("ReposOwnerRepoPullsPullNumberPatchBody",),
|
|
12820
|
+
".group_1139": ("ReposOwnerRepoPullsPullNumberCodespacesPostBody",),
|
|
12821
|
+
".group_1140": ("ReposOwnerRepoPullsPullNumberCommentsPostBody",),
|
|
12822
|
+
".group_1141": (
|
|
12799
12823
|
"ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBody",
|
|
12800
12824
|
),
|
|
12801
|
-
".
|
|
12802
|
-
".
|
|
12803
|
-
".
|
|
12804
|
-
".
|
|
12825
|
+
".group_1142": ("ReposOwnerRepoPullsPullNumberMergePutBody",),
|
|
12826
|
+
".group_1143": ("ReposOwnerRepoPullsPullNumberMergePutResponse405",),
|
|
12827
|
+
".group_1144": ("ReposOwnerRepoPullsPullNumberMergePutResponse409",),
|
|
12828
|
+
".group_1145": (
|
|
12805
12829
|
"ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0",
|
|
12806
12830
|
),
|
|
12807
|
-
".
|
|
12831
|
+
".group_1146": (
|
|
12808
12832
|
"ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1",
|
|
12809
12833
|
),
|
|
12810
|
-
".
|
|
12811
|
-
".
|
|
12834
|
+
".group_1147": ("ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBody",),
|
|
12835
|
+
".group_1148": (
|
|
12812
12836
|
"ReposOwnerRepoPullsPullNumberReviewsPostBody",
|
|
12813
12837
|
"ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItems",
|
|
12814
12838
|
),
|
|
12815
|
-
".
|
|
12816
|
-
".
|
|
12839
|
+
".group_1149": ("ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBody",),
|
|
12840
|
+
".group_1150": (
|
|
12817
12841
|
"ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBody",
|
|
12818
12842
|
),
|
|
12819
|
-
".
|
|
12820
|
-
".
|
|
12821
|
-
".
|
|
12822
|
-
".
|
|
12823
|
-
".
|
|
12824
|
-
".
|
|
12825
|
-
".
|
|
12826
|
-
".
|
|
12827
|
-
".
|
|
12828
|
-
".
|
|
12829
|
-
".
|
|
12830
|
-
".
|
|
12831
|
-
".
|
|
12832
|
-
".
|
|
12833
|
-
".
|
|
12834
|
-
".
|
|
12835
|
-
".
|
|
12836
|
-
".
|
|
12837
|
-
".
|
|
12838
|
-
".
|
|
12839
|
-
".
|
|
12840
|
-
".
|
|
12841
|
-
".
|
|
12843
|
+
".group_1151": ("ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBody",),
|
|
12844
|
+
".group_1152": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutBody",),
|
|
12845
|
+
".group_1153": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202",),
|
|
12846
|
+
".group_1154": ("ReposOwnerRepoReleasesPostBody",),
|
|
12847
|
+
".group_1155": ("ReposOwnerRepoReleasesAssetsAssetIdPatchBody",),
|
|
12848
|
+
".group_1156": ("ReposOwnerRepoReleasesGenerateNotesPostBody",),
|
|
12849
|
+
".group_1157": ("ReposOwnerRepoReleasesReleaseIdPatchBody",),
|
|
12850
|
+
".group_1158": ("ReposOwnerRepoReleasesReleaseIdReactionsPostBody",),
|
|
12851
|
+
".group_1159": ("ReposOwnerRepoRulesetsPostBody",),
|
|
12852
|
+
".group_1160": ("ReposOwnerRepoRulesetsRulesetIdPutBody",),
|
|
12853
|
+
".group_1161": ("ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBody",),
|
|
12854
|
+
".group_1162": ("ReposOwnerRepoSecretScanningPushProtectionBypassesPostBody",),
|
|
12855
|
+
".group_1163": ("ReposOwnerRepoStatusesShaPostBody",),
|
|
12856
|
+
".group_1164": ("ReposOwnerRepoSubscriptionPutBody",),
|
|
12857
|
+
".group_1165": ("ReposOwnerRepoTagsProtectionPostBody",),
|
|
12858
|
+
".group_1166": ("ReposOwnerRepoTopicsPutBody",),
|
|
12859
|
+
".group_1167": ("ReposOwnerRepoTransferPostBody",),
|
|
12860
|
+
".group_1168": ("ReposTemplateOwnerTemplateRepoGeneratePostBody",),
|
|
12861
|
+
".group_1169": ("TeamsTeamIdPatchBody",),
|
|
12862
|
+
".group_1170": ("TeamsTeamIdDiscussionsPostBody",),
|
|
12863
|
+
".group_1171": ("TeamsTeamIdDiscussionsDiscussionNumberPatchBody",),
|
|
12864
|
+
".group_1172": ("TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBody",),
|
|
12865
|
+
".group_1173": (
|
|
12842
12866
|
"TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBody",
|
|
12843
12867
|
),
|
|
12844
|
-
".
|
|
12868
|
+
".group_1174": (
|
|
12845
12869
|
"TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody",
|
|
12846
12870
|
),
|
|
12847
|
-
".
|
|
12848
|
-
".
|
|
12849
|
-
".
|
|
12850
|
-
".
|
|
12851
|
-
".
|
|
12852
|
-
".
|
|
12853
|
-
".
|
|
12854
|
-
".
|
|
12855
|
-
".
|
|
12871
|
+
".group_1175": ("TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBody",),
|
|
12872
|
+
".group_1176": ("TeamsTeamIdMembershipsUsernamePutBody",),
|
|
12873
|
+
".group_1177": ("TeamsTeamIdProjectsProjectIdPutBody",),
|
|
12874
|
+
".group_1178": ("TeamsTeamIdProjectsProjectIdPutResponse403",),
|
|
12875
|
+
".group_1179": ("TeamsTeamIdReposOwnerRepoPutBody",),
|
|
12876
|
+
".group_1180": ("UserPatchBody",),
|
|
12877
|
+
".group_1181": ("UserCodespacesGetResponse200",),
|
|
12878
|
+
".group_1182": ("UserCodespacesPostBodyOneof0",),
|
|
12879
|
+
".group_1183": (
|
|
12856
12880
|
"UserCodespacesPostBodyOneof1",
|
|
12857
12881
|
"UserCodespacesPostBodyOneof1PropPullRequest",
|
|
12858
12882
|
),
|
|
12859
|
-
".
|
|
12883
|
+
".group_1184": (
|
|
12860
12884
|
"UserCodespacesSecretsGetResponse200",
|
|
12861
12885
|
"CodespacesSecret",
|
|
12862
12886
|
),
|
|
12863
|
-
".
|
|
12864
|
-
".
|
|
12865
|
-
".
|
|
12866
|
-
".
|
|
12867
|
-
".
|
|
12868
|
-
".
|
|
12869
|
-
".
|
|
12870
|
-
".
|
|
12871
|
-
".
|
|
12872
|
-
".
|
|
12873
|
-
".
|
|
12874
|
-
".
|
|
12875
|
-
".
|
|
12876
|
-
".
|
|
12877
|
-
".
|
|
12878
|
-
".
|
|
12879
|
-
".
|
|
12880
|
-
".
|
|
12881
|
-
".
|
|
12882
|
-
".
|
|
12883
|
-
".
|
|
12884
|
-
".
|
|
12885
|
-
".
|
|
12886
|
-
|
|
12887
|
+
".group_1185": ("UserCodespacesSecretsSecretNamePutBody",),
|
|
12888
|
+
".group_1186": ("UserCodespacesSecretsSecretNameRepositoriesGetResponse200",),
|
|
12889
|
+
".group_1187": ("UserCodespacesSecretsSecretNameRepositoriesPutBody",),
|
|
12890
|
+
".group_1188": ("UserCodespacesCodespaceNamePatchBody",),
|
|
12891
|
+
".group_1189": ("UserCodespacesCodespaceNameMachinesGetResponse200",),
|
|
12892
|
+
".group_1190": ("UserCodespacesCodespaceNamePublishPostBody",),
|
|
12893
|
+
".group_1191": ("UserEmailVisibilityPatchBody",),
|
|
12894
|
+
".group_1192": ("UserEmailsPostBodyOneof0",),
|
|
12895
|
+
".group_1193": ("UserEmailsDeleteBodyOneof0",),
|
|
12896
|
+
".group_1194": ("UserGpgKeysPostBody",),
|
|
12897
|
+
".group_1195": ("UserInstallationsGetResponse200",),
|
|
12898
|
+
".group_1196": ("UserInstallationsInstallationIdRepositoriesGetResponse200",),
|
|
12899
|
+
".group_1197": ("UserInteractionLimitsGetResponse200Anyof1",),
|
|
12900
|
+
".group_1198": ("UserKeysPostBody",),
|
|
12901
|
+
".group_1199": ("UserMembershipsOrgsOrgPatchBody",),
|
|
12902
|
+
".group_1200": ("UserMigrationsPostBody",),
|
|
12903
|
+
".group_1201": ("UserProjectsPostBody",),
|
|
12904
|
+
".group_1202": ("UserReposPostBody",),
|
|
12905
|
+
".group_1203": ("UserSocialAccountsPostBody",),
|
|
12906
|
+
".group_1204": ("UserSocialAccountsDeleteBody",),
|
|
12907
|
+
".group_1205": ("UserSshSigningKeysPostBody",),
|
|
12908
|
+
".group_1206": ("UsersUsernameAttestationsBulkListPostBody",),
|
|
12909
|
+
".group_1207": (
|
|
12910
|
+
"UsersUsernameAttestationsBulkListPostResponse200",
|
|
12911
|
+
"UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigests",
|
|
12912
|
+
"UsersUsernameAttestationsBulkListPostResponse200PropPageInfo",
|
|
12913
|
+
),
|
|
12914
|
+
".group_1208": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof0",),
|
|
12915
|
+
".group_1209": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof1",),
|
|
12916
|
+
".group_1210": (
|
|
12887
12917
|
"UsersUsernameAttestationsSubjectDigestGetResponse200",
|
|
12888
12918
|
"UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItems",
|
|
12889
12919
|
"UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle",
|