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
|
@@ -242,6 +242,9 @@ if TYPE_CHECKING:
|
|
|
242
242
|
from .group_0060 import (
|
|
243
243
|
CodeSecurityConfigurationPropCodeScanningDefaultSetupOptionsType as CodeSecurityConfigurationPropCodeScanningDefaultSetupOptionsType,
|
|
244
244
|
)
|
|
245
|
+
from .group_0060 import (
|
|
246
|
+
CodeSecurityConfigurationPropCodeScanningOptionsType as CodeSecurityConfigurationPropCodeScanningOptionsType,
|
|
247
|
+
)
|
|
245
248
|
from .group_0060 import (
|
|
246
249
|
CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptionsType as CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptionsType,
|
|
247
250
|
)
|
|
@@ -8397,1197 +8400,1215 @@ if TYPE_CHECKING:
|
|
|
8397
8400
|
OrgsOrgAttestationsBulkListPostResponse200Type as OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
8398
8401
|
)
|
|
8399
8402
|
from .group_0997 import (
|
|
8403
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type as OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
8404
|
+
)
|
|
8405
|
+
from .group_0998 import (
|
|
8406
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type as OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
8407
|
+
)
|
|
8408
|
+
from .group_0999 import (
|
|
8400
8409
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType,
|
|
8401
8410
|
)
|
|
8402
|
-
from .
|
|
8411
|
+
from .group_0999 import (
|
|
8403
8412
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType,
|
|
8404
8413
|
)
|
|
8405
|
-
from .
|
|
8414
|
+
from .group_0999 import (
|
|
8406
8415
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType,
|
|
8407
8416
|
)
|
|
8408
|
-
from .
|
|
8417
|
+
from .group_0999 import (
|
|
8409
8418
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsType,
|
|
8410
8419
|
)
|
|
8411
|
-
from .
|
|
8420
|
+
from .group_0999 import (
|
|
8412
8421
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type as OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
8413
8422
|
)
|
|
8414
|
-
from .
|
|
8423
|
+
from .group_1000 import (
|
|
8415
8424
|
OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItemsType as OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItemsType,
|
|
8416
8425
|
)
|
|
8417
|
-
from .
|
|
8418
|
-
from .
|
|
8426
|
+
from .group_1000 import OrgsOrgCampaignsPostBodyType as OrgsOrgCampaignsPostBodyType
|
|
8427
|
+
from .group_1001 import (
|
|
8419
8428
|
OrgsOrgCampaignsCampaignNumberPatchBodyType as OrgsOrgCampaignsCampaignNumberPatchBodyType,
|
|
8420
8429
|
)
|
|
8421
|
-
from .
|
|
8430
|
+
from .group_1002 import (
|
|
8422
8431
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptionsType as OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptionsType,
|
|
8423
8432
|
)
|
|
8424
|
-
from .
|
|
8433
|
+
from .group_1002 import (
|
|
8425
8434
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType as OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType,
|
|
8426
8435
|
)
|
|
8427
|
-
from .
|
|
8436
|
+
from .group_1002 import (
|
|
8428
8437
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsType as OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsType,
|
|
8429
8438
|
)
|
|
8430
|
-
from .
|
|
8439
|
+
from .group_1002 import (
|
|
8431
8440
|
OrgsOrgCodeSecurityConfigurationsPostBodyType as OrgsOrgCodeSecurityConfigurationsPostBodyType,
|
|
8432
8441
|
)
|
|
8433
|
-
from .
|
|
8442
|
+
from .group_1003 import (
|
|
8434
8443
|
OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType as OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType,
|
|
8435
8444
|
)
|
|
8436
|
-
from .
|
|
8445
|
+
from .group_1004 import (
|
|
8437
8446
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptionsType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptionsType,
|
|
8438
8447
|
)
|
|
8439
|
-
from .
|
|
8448
|
+
from .group_1004 import (
|
|
8440
8449
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType,
|
|
8441
8450
|
)
|
|
8442
|
-
from .
|
|
8451
|
+
from .group_1004 import (
|
|
8443
8452
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsType,
|
|
8444
8453
|
)
|
|
8445
|
-
from .
|
|
8454
|
+
from .group_1004 import (
|
|
8446
8455
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType,
|
|
8447
8456
|
)
|
|
8448
|
-
from .
|
|
8457
|
+
from .group_1005 import (
|
|
8449
8458
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType as OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType,
|
|
8450
8459
|
)
|
|
8451
|
-
from .
|
|
8460
|
+
from .group_1006 import (
|
|
8452
8461
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType as OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType,
|
|
8453
8462
|
)
|
|
8454
|
-
from .
|
|
8463
|
+
from .group_1007 import (
|
|
8455
8464
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200Type as OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200Type,
|
|
8456
8465
|
)
|
|
8457
|
-
from .
|
|
8466
|
+
from .group_1008 import (
|
|
8458
8467
|
OrgsOrgCodespacesGetResponse200Type as OrgsOrgCodespacesGetResponse200Type,
|
|
8459
8468
|
)
|
|
8460
|
-
from .
|
|
8469
|
+
from .group_1009 import (
|
|
8461
8470
|
OrgsOrgCodespacesAccessPutBodyType as OrgsOrgCodespacesAccessPutBodyType,
|
|
8462
8471
|
)
|
|
8463
|
-
from .
|
|
8472
|
+
from .group_1010 import (
|
|
8464
8473
|
OrgsOrgCodespacesAccessSelectedUsersPostBodyType as OrgsOrgCodespacesAccessSelectedUsersPostBodyType,
|
|
8465
8474
|
)
|
|
8466
|
-
from .
|
|
8475
|
+
from .group_1011 import (
|
|
8467
8476
|
OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType as OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType,
|
|
8468
8477
|
)
|
|
8469
|
-
from .
|
|
8470
|
-
from .
|
|
8478
|
+
from .group_1012 import CodespacesOrgSecretType as CodespacesOrgSecretType
|
|
8479
|
+
from .group_1012 import (
|
|
8471
8480
|
OrgsOrgCodespacesSecretsGetResponse200Type as OrgsOrgCodespacesSecretsGetResponse200Type,
|
|
8472
8481
|
)
|
|
8473
|
-
from .
|
|
8482
|
+
from .group_1013 import (
|
|
8474
8483
|
OrgsOrgCodespacesSecretsSecretNamePutBodyType as OrgsOrgCodespacesSecretsSecretNamePutBodyType,
|
|
8475
8484
|
)
|
|
8476
|
-
from .
|
|
8485
|
+
from .group_1014 import (
|
|
8477
8486
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
|
|
8478
8487
|
)
|
|
8479
|
-
from .
|
|
8488
|
+
from .group_1015 import (
|
|
8480
8489
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType as OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
8481
8490
|
)
|
|
8482
|
-
from .
|
|
8491
|
+
from .group_1016 import (
|
|
8483
8492
|
OrgsOrgCopilotBillingSeatsGetResponse200Type as OrgsOrgCopilotBillingSeatsGetResponse200Type,
|
|
8484
8493
|
)
|
|
8485
|
-
from .
|
|
8494
|
+
from .group_1017 import (
|
|
8486
8495
|
OrgsOrgCopilotBillingSelectedTeamsPostBodyType as OrgsOrgCopilotBillingSelectedTeamsPostBodyType,
|
|
8487
8496
|
)
|
|
8488
|
-
from .
|
|
8497
|
+
from .group_1018 import (
|
|
8489
8498
|
OrgsOrgCopilotBillingSelectedTeamsPostResponse201Type as OrgsOrgCopilotBillingSelectedTeamsPostResponse201Type,
|
|
8490
8499
|
)
|
|
8491
|
-
from .
|
|
8500
|
+
from .group_1019 import (
|
|
8492
8501
|
OrgsOrgCopilotBillingSelectedTeamsDeleteBodyType as OrgsOrgCopilotBillingSelectedTeamsDeleteBodyType,
|
|
8493
8502
|
)
|
|
8494
|
-
from .
|
|
8503
|
+
from .group_1020 import (
|
|
8495
8504
|
OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200Type as OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200Type,
|
|
8496
8505
|
)
|
|
8497
|
-
from .
|
|
8506
|
+
from .group_1021 import (
|
|
8498
8507
|
OrgsOrgCopilotBillingSelectedUsersPostBodyType as OrgsOrgCopilotBillingSelectedUsersPostBodyType,
|
|
8499
8508
|
)
|
|
8500
|
-
from .
|
|
8509
|
+
from .group_1022 import (
|
|
8501
8510
|
OrgsOrgCopilotBillingSelectedUsersPostResponse201Type as OrgsOrgCopilotBillingSelectedUsersPostResponse201Type,
|
|
8502
8511
|
)
|
|
8503
|
-
from .
|
|
8512
|
+
from .group_1023 import (
|
|
8504
8513
|
OrgsOrgCopilotBillingSelectedUsersDeleteBodyType as OrgsOrgCopilotBillingSelectedUsersDeleteBodyType,
|
|
8505
8514
|
)
|
|
8506
|
-
from .
|
|
8515
|
+
from .group_1024 import (
|
|
8507
8516
|
OrgsOrgCopilotBillingSelectedUsersDeleteResponse200Type as OrgsOrgCopilotBillingSelectedUsersDeleteResponse200Type,
|
|
8508
8517
|
)
|
|
8509
|
-
from .
|
|
8518
|
+
from .group_1025 import (
|
|
8510
8519
|
OrgsOrgCustomRepositoryRolesGetResponse200Type as OrgsOrgCustomRepositoryRolesGetResponse200Type,
|
|
8511
8520
|
)
|
|
8512
|
-
from .
|
|
8521
|
+
from .group_1026 import (
|
|
8513
8522
|
OrganizationDependabotSecretType as OrganizationDependabotSecretType,
|
|
8514
8523
|
)
|
|
8515
|
-
from .
|
|
8524
|
+
from .group_1026 import (
|
|
8516
8525
|
OrgsOrgDependabotSecretsGetResponse200Type as OrgsOrgDependabotSecretsGetResponse200Type,
|
|
8517
8526
|
)
|
|
8518
|
-
from .
|
|
8527
|
+
from .group_1027 import (
|
|
8519
8528
|
OrgsOrgDependabotSecretsSecretNamePutBodyType as OrgsOrgDependabotSecretsSecretNamePutBodyType,
|
|
8520
8529
|
)
|
|
8521
|
-
from .
|
|
8530
|
+
from .group_1028 import (
|
|
8522
8531
|
OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200Type,
|
|
8523
8532
|
)
|
|
8524
|
-
from .
|
|
8533
|
+
from .group_1029 import (
|
|
8525
8534
|
OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType as OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType,
|
|
8526
8535
|
)
|
|
8527
|
-
from .
|
|
8536
|
+
from .group_1030 import (
|
|
8528
8537
|
OrgsOrgHooksPostBodyPropConfigType as OrgsOrgHooksPostBodyPropConfigType,
|
|
8529
8538
|
)
|
|
8530
|
-
from .
|
|
8531
|
-
from .
|
|
8539
|
+
from .group_1030 import OrgsOrgHooksPostBodyType as OrgsOrgHooksPostBodyType
|
|
8540
|
+
from .group_1031 import (
|
|
8532
8541
|
OrgsOrgHooksHookIdPatchBodyPropConfigType as OrgsOrgHooksHookIdPatchBodyPropConfigType,
|
|
8533
8542
|
)
|
|
8534
|
-
from .
|
|
8543
|
+
from .group_1031 import (
|
|
8535
8544
|
OrgsOrgHooksHookIdPatchBodyType as OrgsOrgHooksHookIdPatchBodyType,
|
|
8536
8545
|
)
|
|
8537
|
-
from .
|
|
8546
|
+
from .group_1032 import (
|
|
8538
8547
|
OrgsOrgHooksHookIdConfigPatchBodyType as OrgsOrgHooksHookIdConfigPatchBodyType,
|
|
8539
8548
|
)
|
|
8540
|
-
from .
|
|
8549
|
+
from .group_1033 import (
|
|
8541
8550
|
OrgsOrgInstallationsGetResponse200Type as OrgsOrgInstallationsGetResponse200Type,
|
|
8542
8551
|
)
|
|
8543
|
-
from .
|
|
8552
|
+
from .group_1034 import (
|
|
8544
8553
|
OrgsOrgInteractionLimitsGetResponse200Anyof1Type as OrgsOrgInteractionLimitsGetResponse200Anyof1Type,
|
|
8545
8554
|
)
|
|
8546
|
-
from .
|
|
8555
|
+
from .group_1035 import (
|
|
8547
8556
|
OrgsOrgInvitationsPostBodyType as OrgsOrgInvitationsPostBodyType,
|
|
8548
8557
|
)
|
|
8549
|
-
from .
|
|
8558
|
+
from .group_1036 import (
|
|
8550
8559
|
OrgsOrgMembersUsernameCodespacesGetResponse200Type as OrgsOrgMembersUsernameCodespacesGetResponse200Type,
|
|
8551
8560
|
)
|
|
8552
|
-
from .
|
|
8561
|
+
from .group_1037 import (
|
|
8553
8562
|
OrgsOrgMembershipsUsernamePutBodyType as OrgsOrgMembershipsUsernamePutBodyType,
|
|
8554
8563
|
)
|
|
8555
|
-
from .
|
|
8564
|
+
from .group_1038 import (
|
|
8556
8565
|
OrgsOrgMigrationsPostBodyType as OrgsOrgMigrationsPostBodyType,
|
|
8557
8566
|
)
|
|
8558
|
-
from .
|
|
8567
|
+
from .group_1039 import (
|
|
8559
8568
|
OrgsOrgOutsideCollaboratorsUsernamePutBodyType as OrgsOrgOutsideCollaboratorsUsernamePutBodyType,
|
|
8560
8569
|
)
|
|
8561
|
-
from .
|
|
8570
|
+
from .group_1040 import (
|
|
8562
8571
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202Type as OrgsOrgOutsideCollaboratorsUsernamePutResponse202Type,
|
|
8563
8572
|
)
|
|
8564
|
-
from .
|
|
8573
|
+
from .group_1041 import (
|
|
8565
8574
|
OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422Type as OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422Type,
|
|
8566
8575
|
)
|
|
8567
|
-
from .
|
|
8576
|
+
from .group_1042 import (
|
|
8568
8577
|
OrgsOrgPersonalAccessTokenRequestsPostBodyType as OrgsOrgPersonalAccessTokenRequestsPostBodyType,
|
|
8569
8578
|
)
|
|
8570
|
-
from .
|
|
8579
|
+
from .group_1043 import (
|
|
8571
8580
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType as OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
|
|
8572
8581
|
)
|
|
8573
|
-
from .
|
|
8582
|
+
from .group_1044 import (
|
|
8574
8583
|
OrgsOrgPersonalAccessTokensPostBodyType as OrgsOrgPersonalAccessTokensPostBodyType,
|
|
8575
8584
|
)
|
|
8576
|
-
from .
|
|
8585
|
+
from .group_1045 import (
|
|
8577
8586
|
OrgsOrgPersonalAccessTokensPatIdPostBodyType as OrgsOrgPersonalAccessTokensPatIdPostBodyType,
|
|
8578
8587
|
)
|
|
8579
|
-
from .
|
|
8588
|
+
from .group_1046 import (
|
|
8580
8589
|
OrgPrivateRegistryConfigurationType as OrgPrivateRegistryConfigurationType,
|
|
8581
8590
|
)
|
|
8582
|
-
from .
|
|
8591
|
+
from .group_1046 import (
|
|
8583
8592
|
OrgsOrgPrivateRegistriesGetResponse200Type as OrgsOrgPrivateRegistriesGetResponse200Type,
|
|
8584
8593
|
)
|
|
8585
|
-
from .
|
|
8594
|
+
from .group_1047 import (
|
|
8586
8595
|
OrgsOrgPrivateRegistriesPostBodyType as OrgsOrgPrivateRegistriesPostBodyType,
|
|
8587
8596
|
)
|
|
8588
|
-
from .
|
|
8597
|
+
from .group_1048 import (
|
|
8589
8598
|
OrgsOrgPrivateRegistriesPublicKeyGetResponse200Type as OrgsOrgPrivateRegistriesPublicKeyGetResponse200Type,
|
|
8590
8599
|
)
|
|
8591
|
-
from .
|
|
8600
|
+
from .group_1049 import (
|
|
8592
8601
|
OrgsOrgPrivateRegistriesSecretNamePatchBodyType as OrgsOrgPrivateRegistriesSecretNamePatchBodyType,
|
|
8593
8602
|
)
|
|
8594
|
-
from .
|
|
8595
|
-
from .
|
|
8603
|
+
from .group_1050 import OrgsOrgProjectsPostBodyType as OrgsOrgProjectsPostBodyType
|
|
8604
|
+
from .group_1051 import (
|
|
8596
8605
|
OrgsOrgPropertiesSchemaPatchBodyType as OrgsOrgPropertiesSchemaPatchBodyType,
|
|
8597
8606
|
)
|
|
8598
|
-
from .
|
|
8607
|
+
from .group_1052 import (
|
|
8599
8608
|
OrgsOrgPropertiesValuesPatchBodyType as OrgsOrgPropertiesValuesPatchBodyType,
|
|
8600
8609
|
)
|
|
8601
|
-
from .
|
|
8610
|
+
from .group_1053 import (
|
|
8602
8611
|
OrgsOrgReposPostBodyPropCustomPropertiesType as OrgsOrgReposPostBodyPropCustomPropertiesType,
|
|
8603
8612
|
)
|
|
8604
|
-
from .
|
|
8605
|
-
from .
|
|
8606
|
-
from .
|
|
8613
|
+
from .group_1053 import OrgsOrgReposPostBodyType as OrgsOrgReposPostBodyType
|
|
8614
|
+
from .group_1054 import OrgsOrgRulesetsPostBodyType as OrgsOrgRulesetsPostBodyType
|
|
8615
|
+
from .group_1055 import (
|
|
8607
8616
|
OrgsOrgRulesetsRulesetIdPutBodyType as OrgsOrgRulesetsRulesetIdPutBodyType,
|
|
8608
8617
|
)
|
|
8609
|
-
from .
|
|
8618
|
+
from .group_1056 import (
|
|
8610
8619
|
OrgsOrgSettingsNetworkConfigurationsGetResponse200Type as OrgsOrgSettingsNetworkConfigurationsGetResponse200Type,
|
|
8611
8620
|
)
|
|
8612
|
-
from .
|
|
8621
|
+
from .group_1057 import (
|
|
8613
8622
|
OrgsOrgSettingsNetworkConfigurationsPostBodyType as OrgsOrgSettingsNetworkConfigurationsPostBodyType,
|
|
8614
8623
|
)
|
|
8615
|
-
from .
|
|
8624
|
+
from .group_1058 import (
|
|
8616
8625
|
OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBodyType as OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBodyType,
|
|
8617
8626
|
)
|
|
8618
|
-
from .
|
|
8619
|
-
from .
|
|
8627
|
+
from .group_1059 import OrgsOrgTeamsPostBodyType as OrgsOrgTeamsPostBodyType
|
|
8628
|
+
from .group_1060 import (
|
|
8620
8629
|
OrgsOrgTeamsTeamSlugPatchBodyType as OrgsOrgTeamsTeamSlugPatchBodyType,
|
|
8621
8630
|
)
|
|
8622
|
-
from .
|
|
8631
|
+
from .group_1061 import (
|
|
8623
8632
|
OrgsOrgTeamsTeamSlugDiscussionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsPostBodyType,
|
|
8624
8633
|
)
|
|
8625
|
-
from .
|
|
8634
|
+
from .group_1062 import (
|
|
8626
8635
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType,
|
|
8627
8636
|
)
|
|
8628
|
-
from .
|
|
8637
|
+
from .group_1063 import (
|
|
8629
8638
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
8630
8639
|
)
|
|
8631
|
-
from .
|
|
8640
|
+
from .group_1064 import (
|
|
8632
8641
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
8633
8642
|
)
|
|
8634
|
-
from .
|
|
8643
|
+
from .group_1065 import (
|
|
8635
8644
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
|
|
8636
8645
|
)
|
|
8637
|
-
from .
|
|
8646
|
+
from .group_1066 import (
|
|
8638
8647
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType,
|
|
8639
8648
|
)
|
|
8640
|
-
from .
|
|
8649
|
+
from .group_1067 import (
|
|
8641
8650
|
OrgsOrgTeamsTeamSlugExternalGroupsPatchBodyType as OrgsOrgTeamsTeamSlugExternalGroupsPatchBodyType,
|
|
8642
8651
|
)
|
|
8643
|
-
from .
|
|
8652
|
+
from .group_1068 import (
|
|
8644
8653
|
OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType as OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType,
|
|
8645
8654
|
)
|
|
8646
|
-
from .
|
|
8655
|
+
from .group_1069 import (
|
|
8647
8656
|
OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType as OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType,
|
|
8648
8657
|
)
|
|
8649
|
-
from .
|
|
8658
|
+
from .group_1070 import (
|
|
8650
8659
|
OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403Type as OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403Type,
|
|
8651
8660
|
)
|
|
8652
|
-
from .
|
|
8661
|
+
from .group_1071 import (
|
|
8653
8662
|
OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType as OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType,
|
|
8654
8663
|
)
|
|
8655
|
-
from .
|
|
8664
|
+
from .group_1072 import (
|
|
8656
8665
|
OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyPropGroupsItemsType as OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyPropGroupsItemsType,
|
|
8657
8666
|
)
|
|
8658
|
-
from .
|
|
8667
|
+
from .group_1072 import (
|
|
8659
8668
|
OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyType as OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyType,
|
|
8660
8669
|
)
|
|
8661
|
-
from .
|
|
8670
|
+
from .group_1073 import (
|
|
8662
8671
|
OrgsOrgSecurityProductEnablementPostBodyType as OrgsOrgSecurityProductEnablementPostBodyType,
|
|
8663
8672
|
)
|
|
8664
|
-
from .
|
|
8673
|
+
from .group_1074 import (
|
|
8665
8674
|
ProjectsColumnsCardsCardIdDeleteResponse403Type as ProjectsColumnsCardsCardIdDeleteResponse403Type,
|
|
8666
8675
|
)
|
|
8667
|
-
from .
|
|
8676
|
+
from .group_1075 import (
|
|
8668
8677
|
ProjectsColumnsCardsCardIdPatchBodyType as ProjectsColumnsCardsCardIdPatchBodyType,
|
|
8669
8678
|
)
|
|
8670
|
-
from .
|
|
8679
|
+
from .group_1076 import (
|
|
8671
8680
|
ProjectsColumnsCardsCardIdMovesPostBodyType as ProjectsColumnsCardsCardIdMovesPostBodyType,
|
|
8672
8681
|
)
|
|
8673
|
-
from .
|
|
8682
|
+
from .group_1077 import (
|
|
8674
8683
|
ProjectsColumnsCardsCardIdMovesPostResponse201Type as ProjectsColumnsCardsCardIdMovesPostResponse201Type,
|
|
8675
8684
|
)
|
|
8676
|
-
from .
|
|
8685
|
+
from .group_1078 import (
|
|
8677
8686
|
ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItemsType as ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItemsType,
|
|
8678
8687
|
)
|
|
8679
|
-
from .
|
|
8688
|
+
from .group_1078 import (
|
|
8680
8689
|
ProjectsColumnsCardsCardIdMovesPostResponse403Type as ProjectsColumnsCardsCardIdMovesPostResponse403Type,
|
|
8681
8690
|
)
|
|
8682
|
-
from .
|
|
8691
|
+
from .group_1079 import (
|
|
8683
8692
|
ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItemsType as ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItemsType,
|
|
8684
8693
|
)
|
|
8685
|
-
from .
|
|
8694
|
+
from .group_1079 import (
|
|
8686
8695
|
ProjectsColumnsCardsCardIdMovesPostResponse503Type as ProjectsColumnsCardsCardIdMovesPostResponse503Type,
|
|
8687
8696
|
)
|
|
8688
|
-
from .
|
|
8697
|
+
from .group_1080 import (
|
|
8689
8698
|
ProjectsColumnsColumnIdPatchBodyType as ProjectsColumnsColumnIdPatchBodyType,
|
|
8690
8699
|
)
|
|
8691
|
-
from .
|
|
8700
|
+
from .group_1081 import (
|
|
8692
8701
|
ProjectsColumnsColumnIdCardsPostBodyOneof0Type as ProjectsColumnsColumnIdCardsPostBodyOneof0Type,
|
|
8693
8702
|
)
|
|
8694
|
-
from .
|
|
8703
|
+
from .group_1082 import (
|
|
8695
8704
|
ProjectsColumnsColumnIdCardsPostBodyOneof1Type as ProjectsColumnsColumnIdCardsPostBodyOneof1Type,
|
|
8696
8705
|
)
|
|
8697
|
-
from .
|
|
8706
|
+
from .group_1083 import (
|
|
8698
8707
|
ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItemsType as ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItemsType,
|
|
8699
8708
|
)
|
|
8700
|
-
from .
|
|
8709
|
+
from .group_1083 import (
|
|
8701
8710
|
ProjectsColumnsColumnIdCardsPostResponse503Type as ProjectsColumnsColumnIdCardsPostResponse503Type,
|
|
8702
8711
|
)
|
|
8703
|
-
from .
|
|
8712
|
+
from .group_1084 import (
|
|
8704
8713
|
ProjectsColumnsColumnIdMovesPostBodyType as ProjectsColumnsColumnIdMovesPostBodyType,
|
|
8705
8714
|
)
|
|
8706
|
-
from .
|
|
8715
|
+
from .group_1085 import (
|
|
8707
8716
|
ProjectsColumnsColumnIdMovesPostResponse201Type as ProjectsColumnsColumnIdMovesPostResponse201Type,
|
|
8708
8717
|
)
|
|
8709
|
-
from .
|
|
8718
|
+
from .group_1086 import (
|
|
8710
8719
|
ProjectsProjectIdDeleteResponse403Type as ProjectsProjectIdDeleteResponse403Type,
|
|
8711
8720
|
)
|
|
8712
|
-
from .
|
|
8721
|
+
from .group_1087 import (
|
|
8713
8722
|
ProjectsProjectIdPatchBodyType as ProjectsProjectIdPatchBodyType,
|
|
8714
8723
|
)
|
|
8715
|
-
from .
|
|
8724
|
+
from .group_1088 import (
|
|
8716
8725
|
ProjectsProjectIdPatchResponse403Type as ProjectsProjectIdPatchResponse403Type,
|
|
8717
8726
|
)
|
|
8718
|
-
from .
|
|
8727
|
+
from .group_1089 import (
|
|
8719
8728
|
ProjectsProjectIdCollaboratorsUsernamePutBodyType as ProjectsProjectIdCollaboratorsUsernamePutBodyType,
|
|
8720
8729
|
)
|
|
8721
|
-
from .
|
|
8730
|
+
from .group_1090 import (
|
|
8722
8731
|
ProjectsProjectIdColumnsPostBodyType as ProjectsProjectIdColumnsPostBodyType,
|
|
8723
8732
|
)
|
|
8724
|
-
from .
|
|
8733
|
+
from .group_1091 import (
|
|
8725
8734
|
ReposOwnerRepoDeleteResponse403Type as ReposOwnerRepoDeleteResponse403Type,
|
|
8726
8735
|
)
|
|
8727
|
-
from .
|
|
8736
|
+
from .group_1092 import (
|
|
8728
8737
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurityType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurityType,
|
|
8729
8738
|
)
|
|
8730
|
-
from .
|
|
8739
|
+
from .group_1092 import (
|
|
8731
8740
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropCodeSecurityType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropCodeSecurityType,
|
|
8732
8741
|
)
|
|
8733
|
-
from .
|
|
8742
|
+
from .group_1092 import (
|
|
8734
8743
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetectionType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetectionType,
|
|
8735
8744
|
)
|
|
8736
|
-
from .
|
|
8745
|
+
from .group_1092 import (
|
|
8737
8746
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatternsType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatternsType,
|
|
8738
8747
|
)
|
|
8739
|
-
from .
|
|
8748
|
+
from .group_1092 import (
|
|
8740
8749
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtectionType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtectionType,
|
|
8741
8750
|
)
|
|
8742
|
-
from .
|
|
8751
|
+
from .group_1092 import (
|
|
8743
8752
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningType,
|
|
8744
8753
|
)
|
|
8745
|
-
from .
|
|
8754
|
+
from .group_1092 import (
|
|
8746
8755
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningValidityChecksType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningValidityChecksType,
|
|
8747
8756
|
)
|
|
8748
|
-
from .
|
|
8757
|
+
from .group_1092 import (
|
|
8749
8758
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisType,
|
|
8750
8759
|
)
|
|
8751
|
-
from .
|
|
8752
|
-
from .
|
|
8760
|
+
from .group_1092 import ReposOwnerRepoPatchBodyType as ReposOwnerRepoPatchBodyType
|
|
8761
|
+
from .group_1093 import (
|
|
8753
8762
|
ReposOwnerRepoActionsArtifactsGetResponse200Type as ReposOwnerRepoActionsArtifactsGetResponse200Type,
|
|
8754
8763
|
)
|
|
8755
|
-
from .
|
|
8764
|
+
from .group_1094 import (
|
|
8756
8765
|
ReposOwnerRepoActionsJobsJobIdRerunPostBodyType as ReposOwnerRepoActionsJobsJobIdRerunPostBodyType,
|
|
8757
8766
|
)
|
|
8758
|
-
from .
|
|
8767
|
+
from .group_1095 import (
|
|
8759
8768
|
ReposOwnerRepoActionsOidcCustomizationSubPutBodyType as ReposOwnerRepoActionsOidcCustomizationSubPutBodyType,
|
|
8760
8769
|
)
|
|
8761
|
-
from .
|
|
8770
|
+
from .group_1096 import (
|
|
8762
8771
|
ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type as ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type,
|
|
8763
8772
|
)
|
|
8764
|
-
from .
|
|
8773
|
+
from .group_1097 import (
|
|
8765
8774
|
ReposOwnerRepoActionsOrganizationVariablesGetResponse200Type as ReposOwnerRepoActionsOrganizationVariablesGetResponse200Type,
|
|
8766
8775
|
)
|
|
8767
|
-
from .
|
|
8776
|
+
from .group_1098 import (
|
|
8768
8777
|
ReposOwnerRepoActionsPermissionsPutBodyType as ReposOwnerRepoActionsPermissionsPutBodyType,
|
|
8769
8778
|
)
|
|
8770
|
-
from .
|
|
8779
|
+
from .group_1099 import (
|
|
8771
8780
|
ReposOwnerRepoActionsRunnersGetResponse200Type as ReposOwnerRepoActionsRunnersGetResponse200Type,
|
|
8772
8781
|
)
|
|
8773
|
-
from .
|
|
8782
|
+
from .group_1100 import (
|
|
8774
8783
|
ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType as ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType,
|
|
8775
8784
|
)
|
|
8776
|
-
from .
|
|
8785
|
+
from .group_1101 import (
|
|
8777
8786
|
ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType as ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType,
|
|
8778
8787
|
)
|
|
8779
|
-
from .
|
|
8788
|
+
from .group_1102 import (
|
|
8780
8789
|
ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType as ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType,
|
|
8781
8790
|
)
|
|
8782
|
-
from .
|
|
8791
|
+
from .group_1103 import (
|
|
8783
8792
|
ReposOwnerRepoActionsRunsGetResponse200Type as ReposOwnerRepoActionsRunsGetResponse200Type,
|
|
8784
8793
|
)
|
|
8785
|
-
from .
|
|
8794
|
+
from .group_1104 import (
|
|
8786
8795
|
ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type as ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type,
|
|
8787
8796
|
)
|
|
8788
|
-
from .
|
|
8797
|
+
from .group_1105 import (
|
|
8789
8798
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200Type as ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200Type,
|
|
8790
8799
|
)
|
|
8791
|
-
from .
|
|
8800
|
+
from .group_1106 import (
|
|
8792
8801
|
ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type as ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type,
|
|
8793
8802
|
)
|
|
8794
|
-
from .
|
|
8803
|
+
from .group_1107 import (
|
|
8795
8804
|
ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType as ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType,
|
|
8796
8805
|
)
|
|
8797
|
-
from .
|
|
8806
|
+
from .group_1108 import (
|
|
8798
8807
|
ReposOwnerRepoActionsRunsRunIdRerunPostBodyType as ReposOwnerRepoActionsRunsRunIdRerunPostBodyType,
|
|
8799
8808
|
)
|
|
8800
|
-
from .
|
|
8809
|
+
from .group_1109 import (
|
|
8801
8810
|
ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType as ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType,
|
|
8802
8811
|
)
|
|
8803
|
-
from .
|
|
8812
|
+
from .group_1110 import (
|
|
8804
8813
|
ReposOwnerRepoActionsSecretsGetResponse200Type as ReposOwnerRepoActionsSecretsGetResponse200Type,
|
|
8805
8814
|
)
|
|
8806
|
-
from .
|
|
8815
|
+
from .group_1111 import (
|
|
8807
8816
|
ReposOwnerRepoActionsSecretsSecretNamePutBodyType as ReposOwnerRepoActionsSecretsSecretNamePutBodyType,
|
|
8808
8817
|
)
|
|
8809
|
-
from .
|
|
8818
|
+
from .group_1112 import (
|
|
8810
8819
|
ReposOwnerRepoActionsVariablesGetResponse200Type as ReposOwnerRepoActionsVariablesGetResponse200Type,
|
|
8811
8820
|
)
|
|
8812
|
-
from .
|
|
8821
|
+
from .group_1113 import (
|
|
8813
8822
|
ReposOwnerRepoActionsVariablesPostBodyType as ReposOwnerRepoActionsVariablesPostBodyType,
|
|
8814
8823
|
)
|
|
8815
|
-
from .
|
|
8824
|
+
from .group_1114 import (
|
|
8816
8825
|
ReposOwnerRepoActionsVariablesNamePatchBodyType as ReposOwnerRepoActionsVariablesNamePatchBodyType,
|
|
8817
8826
|
)
|
|
8818
|
-
from .
|
|
8827
|
+
from .group_1115 import (
|
|
8819
8828
|
ReposOwnerRepoActionsWorkflowsGetResponse200Type as ReposOwnerRepoActionsWorkflowsGetResponse200Type,
|
|
8820
8829
|
)
|
|
8821
|
-
from .
|
|
8822
|
-
from .
|
|
8830
|
+
from .group_1115 import WorkflowType as WorkflowType
|
|
8831
|
+
from .group_1116 import (
|
|
8823
8832
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType,
|
|
8824
8833
|
)
|
|
8825
|
-
from .
|
|
8834
|
+
from .group_1116 import (
|
|
8826
8835
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType,
|
|
8827
8836
|
)
|
|
8828
|
-
from .
|
|
8837
|
+
from .group_1117 import (
|
|
8829
8838
|
ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200Type as ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200Type,
|
|
8830
8839
|
)
|
|
8831
|
-
from .
|
|
8840
|
+
from .group_1118 import (
|
|
8832
8841
|
ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelopeType as ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelopeType,
|
|
8833
8842
|
)
|
|
8834
|
-
from .
|
|
8843
|
+
from .group_1118 import (
|
|
8835
8844
|
ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterialType as ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterialType,
|
|
8836
8845
|
)
|
|
8837
|
-
from .
|
|
8846
|
+
from .group_1118 import (
|
|
8838
8847
|
ReposOwnerRepoAttestationsPostBodyPropBundleType as ReposOwnerRepoAttestationsPostBodyPropBundleType,
|
|
8839
8848
|
)
|
|
8840
|
-
from .
|
|
8849
|
+
from .group_1118 import (
|
|
8841
8850
|
ReposOwnerRepoAttestationsPostBodyType as ReposOwnerRepoAttestationsPostBodyType,
|
|
8842
8851
|
)
|
|
8843
|
-
from .
|
|
8852
|
+
from .group_1119 import (
|
|
8844
8853
|
ReposOwnerRepoAttestationsPostResponse201Type as ReposOwnerRepoAttestationsPostResponse201Type,
|
|
8845
8854
|
)
|
|
8846
|
-
from .
|
|
8855
|
+
from .group_1120 import (
|
|
8847
8856
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType,
|
|
8848
8857
|
)
|
|
8849
|
-
from .
|
|
8858
|
+
from .group_1120 import (
|
|
8850
8859
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType,
|
|
8851
8860
|
)
|
|
8852
|
-
from .
|
|
8861
|
+
from .group_1120 import (
|
|
8853
8862
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType,
|
|
8854
8863
|
)
|
|
8855
|
-
from .
|
|
8864
|
+
from .group_1120 import (
|
|
8856
8865
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsType,
|
|
8857
8866
|
)
|
|
8858
|
-
from .
|
|
8867
|
+
from .group_1120 import (
|
|
8859
8868
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200Type as ReposOwnerRepoAttestationsSubjectDigestGetResponse200Type,
|
|
8860
8869
|
)
|
|
8861
|
-
from .
|
|
8870
|
+
from .group_1121 import (
|
|
8862
8871
|
ReposOwnerRepoAutolinksPostBodyType as ReposOwnerRepoAutolinksPostBodyType,
|
|
8863
8872
|
)
|
|
8864
|
-
from .
|
|
8873
|
+
from .group_1122 import (
|
|
8865
8874
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType,
|
|
8866
8875
|
)
|
|
8867
|
-
from .
|
|
8876
|
+
from .group_1122 import (
|
|
8868
8877
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictionsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictionsType,
|
|
8869
8878
|
)
|
|
8870
|
-
from .
|
|
8879
|
+
from .group_1122 import (
|
|
8871
8880
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType,
|
|
8872
8881
|
)
|
|
8873
|
-
from .
|
|
8882
|
+
from .group_1122 import (
|
|
8874
8883
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItemsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItemsType,
|
|
8875
8884
|
)
|
|
8876
|
-
from .
|
|
8885
|
+
from .group_1122 import (
|
|
8877
8886
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksType,
|
|
8878
8887
|
)
|
|
8879
|
-
from .
|
|
8888
|
+
from .group_1122 import (
|
|
8880
8889
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictionsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictionsType,
|
|
8881
8890
|
)
|
|
8882
|
-
from .
|
|
8891
|
+
from .group_1122 import (
|
|
8883
8892
|
ReposOwnerRepoBranchesBranchProtectionPutBodyType as ReposOwnerRepoBranchesBranchProtectionPutBodyType,
|
|
8884
8893
|
)
|
|
8885
|
-
from .
|
|
8894
|
+
from .group_1123 import (
|
|
8886
8895
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowancesType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowancesType,
|
|
8887
8896
|
)
|
|
8888
|
-
from .
|
|
8897
|
+
from .group_1123 import (
|
|
8889
8898
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType,
|
|
8890
8899
|
)
|
|
8891
|
-
from .
|
|
8900
|
+
from .group_1123 import (
|
|
8892
8901
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyType,
|
|
8893
8902
|
)
|
|
8894
|
-
from .
|
|
8903
|
+
from .group_1124 import (
|
|
8895
8904
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItemsType as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItemsType,
|
|
8896
8905
|
)
|
|
8897
|
-
from .
|
|
8906
|
+
from .group_1124 import (
|
|
8898
8907
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyType as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyType,
|
|
8899
8908
|
)
|
|
8900
|
-
from .
|
|
8909
|
+
from .group_1125 import (
|
|
8901
8910
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type,
|
|
8902
8911
|
)
|
|
8903
|
-
from .
|
|
8912
|
+
from .group_1126 import (
|
|
8904
8913
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0Type,
|
|
8905
8914
|
)
|
|
8906
|
-
from .
|
|
8915
|
+
from .group_1127 import (
|
|
8907
8916
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0Type,
|
|
8908
8917
|
)
|
|
8909
|
-
from .
|
|
8918
|
+
from .group_1128 import (
|
|
8910
8919
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBodyType,
|
|
8911
8920
|
)
|
|
8912
|
-
from .
|
|
8921
|
+
from .group_1129 import (
|
|
8913
8922
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBodyType,
|
|
8914
8923
|
)
|
|
8915
|
-
from .
|
|
8924
|
+
from .group_1130 import (
|
|
8916
8925
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBodyType,
|
|
8917
8926
|
)
|
|
8918
|
-
from .
|
|
8927
|
+
from .group_1131 import (
|
|
8919
8928
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0Type,
|
|
8920
8929
|
)
|
|
8921
|
-
from .
|
|
8930
|
+
from .group_1132 import (
|
|
8922
8931
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0Type,
|
|
8923
8932
|
)
|
|
8924
|
-
from .
|
|
8933
|
+
from .group_1133 import (
|
|
8925
8934
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0Type,
|
|
8926
8935
|
)
|
|
8927
|
-
from .
|
|
8936
|
+
from .group_1134 import (
|
|
8928
8937
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyType,
|
|
8929
8938
|
)
|
|
8930
|
-
from .
|
|
8939
|
+
from .group_1135 import (
|
|
8931
8940
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBodyType,
|
|
8932
8941
|
)
|
|
8933
|
-
from .
|
|
8942
|
+
from .group_1136 import (
|
|
8934
8943
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBodyType,
|
|
8935
8944
|
)
|
|
8936
|
-
from .
|
|
8945
|
+
from .group_1137 import (
|
|
8937
8946
|
ReposOwnerRepoBranchesBranchRenamePostBodyType as ReposOwnerRepoBranchesBranchRenamePostBodyType,
|
|
8938
8947
|
)
|
|
8939
|
-
from .
|
|
8948
|
+
from .group_1138 import (
|
|
8940
8949
|
ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchBodyType as ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchBodyType,
|
|
8941
8950
|
)
|
|
8942
|
-
from .
|
|
8951
|
+
from .group_1139 import (
|
|
8943
8952
|
ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchResponse200Type as ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchResponse200Type,
|
|
8944
8953
|
)
|
|
8945
|
-
from .
|
|
8954
|
+
from .group_1140 import (
|
|
8946
8955
|
ReposOwnerRepoCheckRunsPostBodyPropActionsItemsType as ReposOwnerRepoCheckRunsPostBodyPropActionsItemsType,
|
|
8947
8956
|
)
|
|
8948
|
-
from .
|
|
8957
|
+
from .group_1140 import (
|
|
8949
8958
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType,
|
|
8950
8959
|
)
|
|
8951
|
-
from .
|
|
8960
|
+
from .group_1140 import (
|
|
8952
8961
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItemsType as ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItemsType,
|
|
8953
8962
|
)
|
|
8954
|
-
from .
|
|
8963
|
+
from .group_1140 import (
|
|
8955
8964
|
ReposOwnerRepoCheckRunsPostBodyPropOutputType as ReposOwnerRepoCheckRunsPostBodyPropOutputType,
|
|
8956
8965
|
)
|
|
8957
|
-
from .
|
|
8966
|
+
from .group_1141 import (
|
|
8958
8967
|
ReposOwnerRepoCheckRunsPostBodyOneof0Type as ReposOwnerRepoCheckRunsPostBodyOneof0Type,
|
|
8959
8968
|
)
|
|
8960
|
-
from .
|
|
8969
|
+
from .group_1142 import (
|
|
8961
8970
|
ReposOwnerRepoCheckRunsPostBodyOneof1Type as ReposOwnerRepoCheckRunsPostBodyOneof1Type,
|
|
8962
8971
|
)
|
|
8963
|
-
from .
|
|
8972
|
+
from .group_1143 import (
|
|
8964
8973
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType,
|
|
8965
8974
|
)
|
|
8966
|
-
from .
|
|
8975
|
+
from .group_1143 import (
|
|
8967
8976
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType,
|
|
8968
8977
|
)
|
|
8969
|
-
from .
|
|
8978
|
+
from .group_1143 import (
|
|
8970
8979
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItemsType,
|
|
8971
8980
|
)
|
|
8972
|
-
from .
|
|
8981
|
+
from .group_1143 import (
|
|
8973
8982
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputType,
|
|
8974
8983
|
)
|
|
8975
|
-
from .
|
|
8984
|
+
from .group_1144 import (
|
|
8976
8985
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0Type as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0Type,
|
|
8977
8986
|
)
|
|
8978
|
-
from .
|
|
8987
|
+
from .group_1145 import (
|
|
8979
8988
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1Type as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1Type,
|
|
8980
8989
|
)
|
|
8981
|
-
from .
|
|
8990
|
+
from .group_1146 import (
|
|
8982
8991
|
ReposOwnerRepoCheckSuitesPostBodyType as ReposOwnerRepoCheckSuitesPostBodyType,
|
|
8983
8992
|
)
|
|
8984
|
-
from .
|
|
8993
|
+
from .group_1147 import (
|
|
8985
8994
|
ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType as ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType,
|
|
8986
8995
|
)
|
|
8987
|
-
from .
|
|
8996
|
+
from .group_1147 import (
|
|
8988
8997
|
ReposOwnerRepoCheckSuitesPreferencesPatchBodyType as ReposOwnerRepoCheckSuitesPreferencesPatchBodyType,
|
|
8989
8998
|
)
|
|
8990
|
-
from .
|
|
8999
|
+
from .group_1148 import (
|
|
8991
9000
|
ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type as ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type,
|
|
8992
9001
|
)
|
|
8993
|
-
from .
|
|
9002
|
+
from .group_1149 import (
|
|
8994
9003
|
ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType as ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType,
|
|
8995
9004
|
)
|
|
8996
|
-
from .
|
|
9005
|
+
from .group_1150 import (
|
|
8997
9006
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
|
|
8998
9007
|
)
|
|
8999
|
-
from .
|
|
9008
|
+
from .group_1151 import (
|
|
9000
9009
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type,
|
|
9001
9010
|
)
|
|
9002
|
-
from .
|
|
9011
|
+
from .group_1152 import (
|
|
9003
9012
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type,
|
|
9004
9013
|
)
|
|
9005
|
-
from .
|
|
9014
|
+
from .group_1153 import (
|
|
9006
9015
|
ReposOwnerRepoCodeScanningSarifsPostBodyType as ReposOwnerRepoCodeScanningSarifsPostBodyType,
|
|
9007
9016
|
)
|
|
9008
|
-
from .
|
|
9017
|
+
from .group_1154 import (
|
|
9009
9018
|
ReposOwnerRepoCodespacesGetResponse200Type as ReposOwnerRepoCodespacesGetResponse200Type,
|
|
9010
9019
|
)
|
|
9011
|
-
from .
|
|
9020
|
+
from .group_1155 import (
|
|
9012
9021
|
ReposOwnerRepoCodespacesPostBodyType as ReposOwnerRepoCodespacesPostBodyType,
|
|
9013
9022
|
)
|
|
9014
|
-
from .
|
|
9023
|
+
from .group_1156 import (
|
|
9015
9024
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType as ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType,
|
|
9016
9025
|
)
|
|
9017
|
-
from .
|
|
9026
|
+
from .group_1156 import (
|
|
9018
9027
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200Type as ReposOwnerRepoCodespacesDevcontainersGetResponse200Type,
|
|
9019
9028
|
)
|
|
9020
|
-
from .
|
|
9029
|
+
from .group_1157 import (
|
|
9021
9030
|
ReposOwnerRepoCodespacesMachinesGetResponse200Type as ReposOwnerRepoCodespacesMachinesGetResponse200Type,
|
|
9022
9031
|
)
|
|
9023
|
-
from .
|
|
9032
|
+
from .group_1158 import (
|
|
9024
9033
|
ReposOwnerRepoCodespacesNewGetResponse200PropDefaultsType as ReposOwnerRepoCodespacesNewGetResponse200PropDefaultsType,
|
|
9025
9034
|
)
|
|
9026
|
-
from .
|
|
9035
|
+
from .group_1158 import (
|
|
9027
9036
|
ReposOwnerRepoCodespacesNewGetResponse200Type as ReposOwnerRepoCodespacesNewGetResponse200Type,
|
|
9028
9037
|
)
|
|
9029
|
-
from .
|
|
9030
|
-
from .
|
|
9038
|
+
from .group_1159 import RepoCodespacesSecretType as RepoCodespacesSecretType
|
|
9039
|
+
from .group_1159 import (
|
|
9031
9040
|
ReposOwnerRepoCodespacesSecretsGetResponse200Type as ReposOwnerRepoCodespacesSecretsGetResponse200Type,
|
|
9032
9041
|
)
|
|
9033
|
-
from .
|
|
9042
|
+
from .group_1160 import (
|
|
9034
9043
|
ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType as ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType,
|
|
9035
9044
|
)
|
|
9036
|
-
from .
|
|
9045
|
+
from .group_1161 import (
|
|
9037
9046
|
ReposOwnerRepoCollaboratorsUsernamePutBodyType as ReposOwnerRepoCollaboratorsUsernamePutBodyType,
|
|
9038
9047
|
)
|
|
9039
|
-
from .
|
|
9048
|
+
from .group_1162 import (
|
|
9040
9049
|
ReposOwnerRepoCommentsCommentIdPatchBodyType as ReposOwnerRepoCommentsCommentIdPatchBodyType,
|
|
9041
9050
|
)
|
|
9042
|
-
from .
|
|
9051
|
+
from .group_1163 import (
|
|
9043
9052
|
ReposOwnerRepoCommentsCommentIdReactionsPostBodyType as ReposOwnerRepoCommentsCommentIdReactionsPostBodyType,
|
|
9044
9053
|
)
|
|
9045
|
-
from .
|
|
9054
|
+
from .group_1164 import (
|
|
9046
9055
|
ReposOwnerRepoCommitsCommitShaCommentsPostBodyType as ReposOwnerRepoCommitsCommitShaCommentsPostBodyType,
|
|
9047
9056
|
)
|
|
9048
|
-
from .
|
|
9057
|
+
from .group_1165 import (
|
|
9049
9058
|
ReposOwnerRepoCommitsRefCheckRunsGetResponse200Type as ReposOwnerRepoCommitsRefCheckRunsGetResponse200Type,
|
|
9050
9059
|
)
|
|
9051
|
-
from .
|
|
9060
|
+
from .group_1166 import (
|
|
9052
9061
|
ReposOwnerRepoContentsPathPutBodyPropAuthorType as ReposOwnerRepoContentsPathPutBodyPropAuthorType,
|
|
9053
9062
|
)
|
|
9054
|
-
from .
|
|
9063
|
+
from .group_1166 import (
|
|
9055
9064
|
ReposOwnerRepoContentsPathPutBodyPropCommitterType as ReposOwnerRepoContentsPathPutBodyPropCommitterType,
|
|
9056
9065
|
)
|
|
9057
|
-
from .
|
|
9066
|
+
from .group_1166 import (
|
|
9058
9067
|
ReposOwnerRepoContentsPathPutBodyType as ReposOwnerRepoContentsPathPutBodyType,
|
|
9059
9068
|
)
|
|
9060
|
-
from .
|
|
9069
|
+
from .group_1167 import (
|
|
9061
9070
|
ReposOwnerRepoContentsPathDeleteBodyPropAuthorType as ReposOwnerRepoContentsPathDeleteBodyPropAuthorType,
|
|
9062
9071
|
)
|
|
9063
|
-
from .
|
|
9072
|
+
from .group_1167 import (
|
|
9064
9073
|
ReposOwnerRepoContentsPathDeleteBodyPropCommitterType as ReposOwnerRepoContentsPathDeleteBodyPropCommitterType,
|
|
9065
9074
|
)
|
|
9066
|
-
from .
|
|
9075
|
+
from .group_1167 import (
|
|
9067
9076
|
ReposOwnerRepoContentsPathDeleteBodyType as ReposOwnerRepoContentsPathDeleteBodyType,
|
|
9068
9077
|
)
|
|
9069
|
-
from .
|
|
9078
|
+
from .group_1168 import (
|
|
9070
9079
|
ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType as ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType,
|
|
9071
9080
|
)
|
|
9072
|
-
from .
|
|
9073
|
-
from .
|
|
9081
|
+
from .group_1169 import DependabotSecretType as DependabotSecretType
|
|
9082
|
+
from .group_1169 import (
|
|
9074
9083
|
ReposOwnerRepoDependabotSecretsGetResponse200Type as ReposOwnerRepoDependabotSecretsGetResponse200Type,
|
|
9075
9084
|
)
|
|
9076
|
-
from .
|
|
9085
|
+
from .group_1170 import (
|
|
9077
9086
|
ReposOwnerRepoDependabotSecretsSecretNamePutBodyType as ReposOwnerRepoDependabotSecretsSecretNamePutBodyType,
|
|
9078
9087
|
)
|
|
9079
|
-
from .
|
|
9088
|
+
from .group_1171 import (
|
|
9080
9089
|
ReposOwnerRepoDependencyGraphSnapshotsPostResponse201Type as ReposOwnerRepoDependencyGraphSnapshotsPostResponse201Type,
|
|
9081
9090
|
)
|
|
9082
|
-
from .
|
|
9091
|
+
from .group_1172 import (
|
|
9083
9092
|
ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0Type as ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0Type,
|
|
9084
9093
|
)
|
|
9085
|
-
from .
|
|
9094
|
+
from .group_1172 import (
|
|
9086
9095
|
ReposOwnerRepoDeploymentsPostBodyType as ReposOwnerRepoDeploymentsPostBodyType,
|
|
9087
9096
|
)
|
|
9088
|
-
from .
|
|
9097
|
+
from .group_1173 import (
|
|
9089
9098
|
ReposOwnerRepoDeploymentsPostResponse202Type as ReposOwnerRepoDeploymentsPostResponse202Type,
|
|
9090
9099
|
)
|
|
9091
|
-
from .
|
|
9100
|
+
from .group_1174 import (
|
|
9092
9101
|
ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBodyType as ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBodyType,
|
|
9093
9102
|
)
|
|
9094
|
-
from .
|
|
9103
|
+
from .group_1175 import (
|
|
9095
9104
|
ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchBodyType as ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchBodyType,
|
|
9096
9105
|
)
|
|
9097
|
-
from .
|
|
9106
|
+
from .group_1176 import (
|
|
9098
9107
|
ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchResponse200Type as ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchResponse200Type,
|
|
9099
9108
|
)
|
|
9100
|
-
from .
|
|
9109
|
+
from .group_1177 import (
|
|
9101
9110
|
ReposOwnerRepoDispatchesPostBodyPropClientPayloadType as ReposOwnerRepoDispatchesPostBodyPropClientPayloadType,
|
|
9102
9111
|
)
|
|
9103
|
-
from .
|
|
9112
|
+
from .group_1177 import (
|
|
9104
9113
|
ReposOwnerRepoDispatchesPostBodyType as ReposOwnerRepoDispatchesPostBodyType,
|
|
9105
9114
|
)
|
|
9106
|
-
from .
|
|
9115
|
+
from .group_1178 import (
|
|
9107
9116
|
ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItemsType as ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItemsType,
|
|
9108
9117
|
)
|
|
9109
|
-
from .
|
|
9118
|
+
from .group_1178 import (
|
|
9110
9119
|
ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyType as ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyType,
|
|
9111
9120
|
)
|
|
9112
|
-
from .
|
|
9113
|
-
from .
|
|
9121
|
+
from .group_1179 import DeploymentBranchPolicyType as DeploymentBranchPolicyType
|
|
9122
|
+
from .group_1179 import (
|
|
9114
9123
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200Type,
|
|
9115
9124
|
)
|
|
9116
|
-
from .
|
|
9125
|
+
from .group_1180 import (
|
|
9117
9126
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType,
|
|
9118
9127
|
)
|
|
9119
|
-
from .
|
|
9128
|
+
from .group_1181 import (
|
|
9120
9129
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200Type,
|
|
9121
9130
|
)
|
|
9122
|
-
from .
|
|
9131
|
+
from .group_1182 import (
|
|
9123
9132
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type,
|
|
9124
9133
|
)
|
|
9125
|
-
from .
|
|
9134
|
+
from .group_1183 import (
|
|
9126
9135
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType,
|
|
9127
9136
|
)
|
|
9128
|
-
from .
|
|
9137
|
+
from .group_1184 import (
|
|
9129
9138
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type,
|
|
9130
9139
|
)
|
|
9131
|
-
from .
|
|
9140
|
+
from .group_1185 import (
|
|
9132
9141
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType,
|
|
9133
9142
|
)
|
|
9134
|
-
from .
|
|
9143
|
+
from .group_1186 import (
|
|
9135
9144
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType,
|
|
9136
9145
|
)
|
|
9137
|
-
from .
|
|
9146
|
+
from .group_1187 import (
|
|
9138
9147
|
ReposOwnerRepoForksPostBodyType as ReposOwnerRepoForksPostBodyType,
|
|
9139
9148
|
)
|
|
9140
|
-
from .
|
|
9149
|
+
from .group_1188 import (
|
|
9141
9150
|
ReposOwnerRepoGitBlobsPostBodyType as ReposOwnerRepoGitBlobsPostBodyType,
|
|
9142
9151
|
)
|
|
9143
|
-
from .
|
|
9152
|
+
from .group_1189 import (
|
|
9144
9153
|
ReposOwnerRepoGitCommitsPostBodyPropAuthorType as ReposOwnerRepoGitCommitsPostBodyPropAuthorType,
|
|
9145
9154
|
)
|
|
9146
|
-
from .
|
|
9155
|
+
from .group_1189 import (
|
|
9147
9156
|
ReposOwnerRepoGitCommitsPostBodyPropCommitterType as ReposOwnerRepoGitCommitsPostBodyPropCommitterType,
|
|
9148
9157
|
)
|
|
9149
|
-
from .
|
|
9158
|
+
from .group_1189 import (
|
|
9150
9159
|
ReposOwnerRepoGitCommitsPostBodyType as ReposOwnerRepoGitCommitsPostBodyType,
|
|
9151
9160
|
)
|
|
9152
|
-
from .
|
|
9161
|
+
from .group_1190 import (
|
|
9153
9162
|
ReposOwnerRepoGitRefsPostBodyType as ReposOwnerRepoGitRefsPostBodyType,
|
|
9154
9163
|
)
|
|
9155
|
-
from .
|
|
9164
|
+
from .group_1191 import (
|
|
9156
9165
|
ReposOwnerRepoGitRefsRefPatchBodyType as ReposOwnerRepoGitRefsRefPatchBodyType,
|
|
9157
9166
|
)
|
|
9158
|
-
from .
|
|
9167
|
+
from .group_1192 import (
|
|
9159
9168
|
ReposOwnerRepoGitTagsPostBodyPropTaggerType as ReposOwnerRepoGitTagsPostBodyPropTaggerType,
|
|
9160
9169
|
)
|
|
9161
|
-
from .
|
|
9170
|
+
from .group_1192 import (
|
|
9162
9171
|
ReposOwnerRepoGitTagsPostBodyType as ReposOwnerRepoGitTagsPostBodyType,
|
|
9163
9172
|
)
|
|
9164
|
-
from .
|
|
9173
|
+
from .group_1193 import (
|
|
9165
9174
|
ReposOwnerRepoGitTreesPostBodyPropTreeItemsType as ReposOwnerRepoGitTreesPostBodyPropTreeItemsType,
|
|
9166
9175
|
)
|
|
9167
|
-
from .
|
|
9176
|
+
from .group_1193 import (
|
|
9168
9177
|
ReposOwnerRepoGitTreesPostBodyType as ReposOwnerRepoGitTreesPostBodyType,
|
|
9169
9178
|
)
|
|
9170
|
-
from .
|
|
9179
|
+
from .group_1194 import (
|
|
9171
9180
|
ReposOwnerRepoHooksPostBodyPropConfigType as ReposOwnerRepoHooksPostBodyPropConfigType,
|
|
9172
9181
|
)
|
|
9173
|
-
from .
|
|
9182
|
+
from .group_1194 import (
|
|
9174
9183
|
ReposOwnerRepoHooksPostBodyType as ReposOwnerRepoHooksPostBodyType,
|
|
9175
9184
|
)
|
|
9176
|
-
from .
|
|
9185
|
+
from .group_1195 import (
|
|
9177
9186
|
ReposOwnerRepoHooksHookIdPatchBodyType as ReposOwnerRepoHooksHookIdPatchBodyType,
|
|
9178
9187
|
)
|
|
9179
|
-
from .
|
|
9188
|
+
from .group_1196 import (
|
|
9180
9189
|
ReposOwnerRepoHooksHookIdConfigPatchBodyType as ReposOwnerRepoHooksHookIdConfigPatchBodyType,
|
|
9181
9190
|
)
|
|
9182
|
-
from .
|
|
9191
|
+
from .group_1197 import (
|
|
9183
9192
|
ReposOwnerRepoImportPutBodyType as ReposOwnerRepoImportPutBodyType,
|
|
9184
9193
|
)
|
|
9185
|
-
from .
|
|
9194
|
+
from .group_1198 import (
|
|
9186
9195
|
ReposOwnerRepoImportPatchBodyType as ReposOwnerRepoImportPatchBodyType,
|
|
9187
9196
|
)
|
|
9188
|
-
from .
|
|
9197
|
+
from .group_1199 import (
|
|
9189
9198
|
ReposOwnerRepoImportAuthorsAuthorIdPatchBodyType as ReposOwnerRepoImportAuthorsAuthorIdPatchBodyType,
|
|
9190
9199
|
)
|
|
9191
|
-
from .
|
|
9200
|
+
from .group_1200 import (
|
|
9192
9201
|
ReposOwnerRepoImportLfsPatchBodyType as ReposOwnerRepoImportLfsPatchBodyType,
|
|
9193
9202
|
)
|
|
9194
|
-
from .
|
|
9203
|
+
from .group_1201 import (
|
|
9195
9204
|
ReposOwnerRepoInteractionLimitsGetResponse200Anyof1Type as ReposOwnerRepoInteractionLimitsGetResponse200Anyof1Type,
|
|
9196
9205
|
)
|
|
9197
|
-
from .
|
|
9206
|
+
from .group_1202 import (
|
|
9198
9207
|
ReposOwnerRepoInvitationsInvitationIdPatchBodyType as ReposOwnerRepoInvitationsInvitationIdPatchBodyType,
|
|
9199
9208
|
)
|
|
9200
|
-
from .
|
|
9209
|
+
from .group_1203 import (
|
|
9201
9210
|
ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1Type as ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1Type,
|
|
9202
9211
|
)
|
|
9203
|
-
from .
|
|
9212
|
+
from .group_1203 import (
|
|
9204
9213
|
ReposOwnerRepoIssuesPostBodyType as ReposOwnerRepoIssuesPostBodyType,
|
|
9205
9214
|
)
|
|
9206
|
-
from .
|
|
9215
|
+
from .group_1204 import (
|
|
9207
9216
|
ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType as ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType,
|
|
9208
9217
|
)
|
|
9209
|
-
from .
|
|
9218
|
+
from .group_1205 import (
|
|
9210
9219
|
ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType as ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType,
|
|
9211
9220
|
)
|
|
9212
|
-
from .
|
|
9221
|
+
from .group_1206 import (
|
|
9213
9222
|
ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type,
|
|
9214
9223
|
)
|
|
9215
|
-
from .
|
|
9224
|
+
from .group_1206 import (
|
|
9216
9225
|
ReposOwnerRepoIssuesIssueNumberPatchBodyType as ReposOwnerRepoIssuesIssueNumberPatchBodyType,
|
|
9217
9226
|
)
|
|
9218
|
-
from .
|
|
9227
|
+
from .group_1207 import (
|
|
9219
9228
|
ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType as ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType,
|
|
9220
9229
|
)
|
|
9221
|
-
from .
|
|
9230
|
+
from .group_1208 import (
|
|
9222
9231
|
ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType as ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType,
|
|
9223
9232
|
)
|
|
9224
|
-
from .
|
|
9233
|
+
from .group_1209 import (
|
|
9225
9234
|
ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType as ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType,
|
|
9226
9235
|
)
|
|
9227
|
-
from .
|
|
9236
|
+
from .group_1210 import (
|
|
9228
9237
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type,
|
|
9229
9238
|
)
|
|
9230
|
-
from .
|
|
9239
|
+
from .group_1211 import (
|
|
9231
9240
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType,
|
|
9232
9241
|
)
|
|
9233
|
-
from .
|
|
9242
|
+
from .group_1211 import (
|
|
9234
9243
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2Type as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2Type,
|
|
9235
9244
|
)
|
|
9236
|
-
from .
|
|
9245
|
+
from .group_1212 import (
|
|
9237
9246
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3ItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3ItemsType,
|
|
9238
9247
|
)
|
|
9239
|
-
from .
|
|
9248
|
+
from .group_1213 import (
|
|
9240
9249
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type,
|
|
9241
9250
|
)
|
|
9242
|
-
from .
|
|
9251
|
+
from .group_1214 import (
|
|
9243
9252
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItemsType,
|
|
9244
9253
|
)
|
|
9245
|
-
from .
|
|
9254
|
+
from .group_1214 import (
|
|
9246
9255
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2Type as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2Type,
|
|
9247
9256
|
)
|
|
9248
|
-
from .
|
|
9257
|
+
from .group_1215 import (
|
|
9249
9258
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3ItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3ItemsType,
|
|
9250
9259
|
)
|
|
9251
|
-
from .
|
|
9260
|
+
from .group_1216 import (
|
|
9252
9261
|
ReposOwnerRepoIssuesIssueNumberLockPutBodyType as ReposOwnerRepoIssuesIssueNumberLockPutBodyType,
|
|
9253
9262
|
)
|
|
9254
|
-
from .
|
|
9263
|
+
from .group_1217 import (
|
|
9255
9264
|
ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType as ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType,
|
|
9256
9265
|
)
|
|
9257
|
-
from .
|
|
9266
|
+
from .group_1218 import (
|
|
9258
9267
|
ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType as ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType,
|
|
9259
9268
|
)
|
|
9260
|
-
from .
|
|
9269
|
+
from .group_1219 import (
|
|
9261
9270
|
ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType as ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType,
|
|
9262
9271
|
)
|
|
9263
|
-
from .
|
|
9272
|
+
from .group_1220 import (
|
|
9264
9273
|
ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType as ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType,
|
|
9265
9274
|
)
|
|
9266
|
-
from .
|
|
9275
|
+
from .group_1221 import (
|
|
9267
9276
|
ReposOwnerRepoKeysPostBodyType as ReposOwnerRepoKeysPostBodyType,
|
|
9268
9277
|
)
|
|
9269
|
-
from .
|
|
9278
|
+
from .group_1222 import (
|
|
9270
9279
|
ReposOwnerRepoLabelsPostBodyType as ReposOwnerRepoLabelsPostBodyType,
|
|
9271
9280
|
)
|
|
9272
|
-
from .
|
|
9281
|
+
from .group_1223 import (
|
|
9273
9282
|
ReposOwnerRepoLabelsNamePatchBodyType as ReposOwnerRepoLabelsNamePatchBodyType,
|
|
9274
9283
|
)
|
|
9275
|
-
from .
|
|
9284
|
+
from .group_1224 import (
|
|
9276
9285
|
ReposOwnerRepoMergeUpstreamPostBodyType as ReposOwnerRepoMergeUpstreamPostBodyType,
|
|
9277
9286
|
)
|
|
9278
|
-
from .
|
|
9287
|
+
from .group_1225 import (
|
|
9279
9288
|
ReposOwnerRepoMergesPostBodyType as ReposOwnerRepoMergesPostBodyType,
|
|
9280
9289
|
)
|
|
9281
|
-
from .
|
|
9290
|
+
from .group_1226 import (
|
|
9282
9291
|
ReposOwnerRepoMilestonesPostBodyType as ReposOwnerRepoMilestonesPostBodyType,
|
|
9283
9292
|
)
|
|
9284
|
-
from .
|
|
9293
|
+
from .group_1227 import (
|
|
9285
9294
|
ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType as ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType,
|
|
9286
9295
|
)
|
|
9287
|
-
from .
|
|
9296
|
+
from .group_1228 import (
|
|
9288
9297
|
ReposOwnerRepoNotificationsPutBodyType as ReposOwnerRepoNotificationsPutBodyType,
|
|
9289
9298
|
)
|
|
9290
|
-
from .
|
|
9299
|
+
from .group_1229 import (
|
|
9291
9300
|
ReposOwnerRepoNotificationsPutResponse202Type as ReposOwnerRepoNotificationsPutResponse202Type,
|
|
9292
9301
|
)
|
|
9293
|
-
from .
|
|
9302
|
+
from .group_1230 import (
|
|
9294
9303
|
ReposOwnerRepoPagesPutBodyPropSourceAnyof1Type as ReposOwnerRepoPagesPutBodyPropSourceAnyof1Type,
|
|
9295
9304
|
)
|
|
9296
|
-
from .
|
|
9305
|
+
from .group_1231 import (
|
|
9297
9306
|
ReposOwnerRepoPagesPutBodyAnyof0Type as ReposOwnerRepoPagesPutBodyAnyof0Type,
|
|
9298
9307
|
)
|
|
9299
|
-
from .
|
|
9308
|
+
from .group_1232 import (
|
|
9300
9309
|
ReposOwnerRepoPagesPutBodyAnyof1Type as ReposOwnerRepoPagesPutBodyAnyof1Type,
|
|
9301
9310
|
)
|
|
9302
|
-
from .
|
|
9311
|
+
from .group_1233 import (
|
|
9303
9312
|
ReposOwnerRepoPagesPutBodyAnyof2Type as ReposOwnerRepoPagesPutBodyAnyof2Type,
|
|
9304
9313
|
)
|
|
9305
|
-
from .
|
|
9314
|
+
from .group_1234 import (
|
|
9306
9315
|
ReposOwnerRepoPagesPutBodyAnyof3Type as ReposOwnerRepoPagesPutBodyAnyof3Type,
|
|
9307
9316
|
)
|
|
9308
|
-
from .
|
|
9317
|
+
from .group_1235 import (
|
|
9309
9318
|
ReposOwnerRepoPagesPutBodyAnyof4Type as ReposOwnerRepoPagesPutBodyAnyof4Type,
|
|
9310
9319
|
)
|
|
9311
|
-
from .
|
|
9320
|
+
from .group_1236 import (
|
|
9312
9321
|
ReposOwnerRepoPagesPostBodyPropSourceType as ReposOwnerRepoPagesPostBodyPropSourceType,
|
|
9313
9322
|
)
|
|
9314
|
-
from .
|
|
9323
|
+
from .group_1237 import (
|
|
9315
9324
|
ReposOwnerRepoPagesPostBodyAnyof0Type as ReposOwnerRepoPagesPostBodyAnyof0Type,
|
|
9316
9325
|
)
|
|
9317
|
-
from .
|
|
9326
|
+
from .group_1238 import (
|
|
9318
9327
|
ReposOwnerRepoPagesPostBodyAnyof1Type as ReposOwnerRepoPagesPostBodyAnyof1Type,
|
|
9319
9328
|
)
|
|
9320
|
-
from .
|
|
9329
|
+
from .group_1239 import (
|
|
9321
9330
|
ReposOwnerRepoPagesDeploymentsPostBodyType as ReposOwnerRepoPagesDeploymentsPostBodyType,
|
|
9322
9331
|
)
|
|
9323
|
-
from .
|
|
9332
|
+
from .group_1240 import (
|
|
9324
9333
|
ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type as ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type,
|
|
9325
9334
|
)
|
|
9326
|
-
from .
|
|
9335
|
+
from .group_1241 import (
|
|
9327
9336
|
ReposOwnerRepoProjectsPostBodyType as ReposOwnerRepoProjectsPostBodyType,
|
|
9328
9337
|
)
|
|
9329
|
-
from .
|
|
9338
|
+
from .group_1242 import (
|
|
9330
9339
|
ReposOwnerRepoPropertiesValuesPatchBodyType as ReposOwnerRepoPropertiesValuesPatchBodyType,
|
|
9331
9340
|
)
|
|
9332
|
-
from .
|
|
9341
|
+
from .group_1243 import (
|
|
9333
9342
|
ReposOwnerRepoPullsPostBodyType as ReposOwnerRepoPullsPostBodyType,
|
|
9334
9343
|
)
|
|
9335
|
-
from .
|
|
9344
|
+
from .group_1244 import (
|
|
9336
9345
|
ReposOwnerRepoPullsCommentsCommentIdPatchBodyType as ReposOwnerRepoPullsCommentsCommentIdPatchBodyType,
|
|
9337
9346
|
)
|
|
9338
|
-
from .
|
|
9347
|
+
from .group_1245 import (
|
|
9339
9348
|
ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType as ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType,
|
|
9340
9349
|
)
|
|
9341
|
-
from .
|
|
9350
|
+
from .group_1246 import (
|
|
9342
9351
|
ReposOwnerRepoPullsPullNumberPatchBodyType as ReposOwnerRepoPullsPullNumberPatchBodyType,
|
|
9343
9352
|
)
|
|
9344
|
-
from .
|
|
9353
|
+
from .group_1247 import (
|
|
9345
9354
|
ReposOwnerRepoPullsPullNumberCodespacesPostBodyType as ReposOwnerRepoPullsPullNumberCodespacesPostBodyType,
|
|
9346
9355
|
)
|
|
9347
|
-
from .
|
|
9356
|
+
from .group_1248 import (
|
|
9348
9357
|
ReposOwnerRepoPullsPullNumberCommentsPostBodyType as ReposOwnerRepoPullsPullNumberCommentsPostBodyType,
|
|
9349
9358
|
)
|
|
9350
|
-
from .
|
|
9359
|
+
from .group_1249 import (
|
|
9351
9360
|
ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType as ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType,
|
|
9352
9361
|
)
|
|
9353
|
-
from .
|
|
9362
|
+
from .group_1250 import (
|
|
9354
9363
|
ReposOwnerRepoPullsPullNumberMergePutBodyType as ReposOwnerRepoPullsPullNumberMergePutBodyType,
|
|
9355
9364
|
)
|
|
9356
|
-
from .
|
|
9365
|
+
from .group_1251 import (
|
|
9357
9366
|
ReposOwnerRepoPullsPullNumberMergePutResponse405Type as ReposOwnerRepoPullsPullNumberMergePutResponse405Type,
|
|
9358
9367
|
)
|
|
9359
|
-
from .
|
|
9368
|
+
from .group_1252 import (
|
|
9360
9369
|
ReposOwnerRepoPullsPullNumberMergePutResponse409Type as ReposOwnerRepoPullsPullNumberMergePutResponse409Type,
|
|
9361
9370
|
)
|
|
9362
|
-
from .
|
|
9371
|
+
from .group_1253 import (
|
|
9363
9372
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type as ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type,
|
|
9364
9373
|
)
|
|
9365
|
-
from .
|
|
9374
|
+
from .group_1254 import (
|
|
9366
9375
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1Type as ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1Type,
|
|
9367
9376
|
)
|
|
9368
|
-
from .
|
|
9377
|
+
from .group_1255 import (
|
|
9369
9378
|
ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType as ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType,
|
|
9370
9379
|
)
|
|
9371
|
-
from .
|
|
9380
|
+
from .group_1256 import (
|
|
9372
9381
|
ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItemsType as ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItemsType,
|
|
9373
9382
|
)
|
|
9374
|
-
from .
|
|
9383
|
+
from .group_1256 import (
|
|
9375
9384
|
ReposOwnerRepoPullsPullNumberReviewsPostBodyType as ReposOwnerRepoPullsPullNumberReviewsPostBodyType,
|
|
9376
9385
|
)
|
|
9377
|
-
from .
|
|
9386
|
+
from .group_1257 import (
|
|
9378
9387
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType,
|
|
9379
9388
|
)
|
|
9380
|
-
from .
|
|
9389
|
+
from .group_1258 import (
|
|
9381
9390
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType,
|
|
9382
9391
|
)
|
|
9383
|
-
from .
|
|
9392
|
+
from .group_1259 import (
|
|
9384
9393
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType,
|
|
9385
9394
|
)
|
|
9386
|
-
from .
|
|
9395
|
+
from .group_1260 import (
|
|
9387
9396
|
ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType as ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType,
|
|
9388
9397
|
)
|
|
9389
|
-
from .
|
|
9398
|
+
from .group_1261 import (
|
|
9390
9399
|
ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type as ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type,
|
|
9391
9400
|
)
|
|
9392
|
-
from .
|
|
9401
|
+
from .group_1262 import (
|
|
9393
9402
|
ReposOwnerRepoReleasesPostBodyType as ReposOwnerRepoReleasesPostBodyType,
|
|
9394
9403
|
)
|
|
9395
|
-
from .
|
|
9404
|
+
from .group_1263 import (
|
|
9396
9405
|
ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType as ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType,
|
|
9397
9406
|
)
|
|
9398
|
-
from .
|
|
9407
|
+
from .group_1264 import (
|
|
9399
9408
|
ReposOwnerRepoReleasesGenerateNotesPostBodyType as ReposOwnerRepoReleasesGenerateNotesPostBodyType,
|
|
9400
9409
|
)
|
|
9401
|
-
from .
|
|
9410
|
+
from .group_1265 import (
|
|
9402
9411
|
ReposOwnerRepoReleasesReleaseIdPatchBodyType as ReposOwnerRepoReleasesReleaseIdPatchBodyType,
|
|
9403
9412
|
)
|
|
9404
|
-
from .
|
|
9413
|
+
from .group_1266 import (
|
|
9405
9414
|
ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType as ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType,
|
|
9406
9415
|
)
|
|
9407
|
-
from .
|
|
9416
|
+
from .group_1267 import (
|
|
9408
9417
|
ReposOwnerRepoRulesetsPostBodyType as ReposOwnerRepoRulesetsPostBodyType,
|
|
9409
9418
|
)
|
|
9410
|
-
from .
|
|
9419
|
+
from .group_1268 import (
|
|
9411
9420
|
ReposOwnerRepoRulesetsRulesetIdPutBodyType as ReposOwnerRepoRulesetsRulesetIdPutBodyType,
|
|
9412
9421
|
)
|
|
9413
|
-
from .
|
|
9422
|
+
from .group_1269 import (
|
|
9414
9423
|
ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyType as ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyType,
|
|
9415
9424
|
)
|
|
9416
|
-
from .
|
|
9425
|
+
from .group_1270 import (
|
|
9417
9426
|
ReposOwnerRepoSecretScanningPushProtectionBypassesPostBodyType as ReposOwnerRepoSecretScanningPushProtectionBypassesPostBodyType,
|
|
9418
9427
|
)
|
|
9419
|
-
from .
|
|
9428
|
+
from .group_1271 import (
|
|
9420
9429
|
ReposOwnerRepoStatusesShaPostBodyType as ReposOwnerRepoStatusesShaPostBodyType,
|
|
9421
9430
|
)
|
|
9422
|
-
from .
|
|
9431
|
+
from .group_1272 import (
|
|
9423
9432
|
ReposOwnerRepoSubscriptionPutBodyType as ReposOwnerRepoSubscriptionPutBodyType,
|
|
9424
9433
|
)
|
|
9425
|
-
from .
|
|
9434
|
+
from .group_1273 import (
|
|
9426
9435
|
ReposOwnerRepoTagsProtectionPostBodyType as ReposOwnerRepoTagsProtectionPostBodyType,
|
|
9427
9436
|
)
|
|
9428
|
-
from .
|
|
9437
|
+
from .group_1274 import (
|
|
9429
9438
|
ReposOwnerRepoTopicsPutBodyType as ReposOwnerRepoTopicsPutBodyType,
|
|
9430
9439
|
)
|
|
9431
|
-
from .
|
|
9440
|
+
from .group_1275 import (
|
|
9432
9441
|
ReposOwnerRepoTransferPostBodyType as ReposOwnerRepoTransferPostBodyType,
|
|
9433
9442
|
)
|
|
9434
|
-
from .
|
|
9443
|
+
from .group_1276 import (
|
|
9435
9444
|
ReposTemplateOwnerTemplateRepoGeneratePostBodyType as ReposTemplateOwnerTemplateRepoGeneratePostBodyType,
|
|
9436
9445
|
)
|
|
9437
|
-
from .
|
|
9446
|
+
from .group_1277 import (
|
|
9438
9447
|
ScimV2OrganizationsOrgUsersPostBodyPropEmailsItemsType as ScimV2OrganizationsOrgUsersPostBodyPropEmailsItemsType,
|
|
9439
9448
|
)
|
|
9440
|
-
from .
|
|
9449
|
+
from .group_1277 import (
|
|
9441
9450
|
ScimV2OrganizationsOrgUsersPostBodyPropNameType as ScimV2OrganizationsOrgUsersPostBodyPropNameType,
|
|
9442
9451
|
)
|
|
9443
|
-
from .
|
|
9452
|
+
from .group_1277 import (
|
|
9444
9453
|
ScimV2OrganizationsOrgUsersPostBodyType as ScimV2OrganizationsOrgUsersPostBodyType,
|
|
9445
9454
|
)
|
|
9446
|
-
from .
|
|
9455
|
+
from .group_1278 import (
|
|
9447
9456
|
ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropEmailsItemsType as ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropEmailsItemsType,
|
|
9448
9457
|
)
|
|
9449
|
-
from .
|
|
9458
|
+
from .group_1278 import (
|
|
9450
9459
|
ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropNameType as ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropNameType,
|
|
9451
9460
|
)
|
|
9452
|
-
from .
|
|
9461
|
+
from .group_1278 import (
|
|
9453
9462
|
ScimV2OrganizationsOrgUsersScimUserIdPutBodyType as ScimV2OrganizationsOrgUsersScimUserIdPutBodyType,
|
|
9454
9463
|
)
|
|
9455
|
-
from .
|
|
9464
|
+
from .group_1279 import (
|
|
9456
9465
|
ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof0Type as ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof0Type,
|
|
9457
9466
|
)
|
|
9458
|
-
from .
|
|
9467
|
+
from .group_1279 import (
|
|
9459
9468
|
ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof1ItemsType as ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof1ItemsType,
|
|
9460
9469
|
)
|
|
9461
|
-
from .
|
|
9470
|
+
from .group_1279 import (
|
|
9462
9471
|
ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsType as ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsType,
|
|
9463
9472
|
)
|
|
9464
|
-
from .
|
|
9473
|
+
from .group_1279 import (
|
|
9465
9474
|
ScimV2OrganizationsOrgUsersScimUserIdPatchBodyType as ScimV2OrganizationsOrgUsersScimUserIdPatchBodyType,
|
|
9466
9475
|
)
|
|
9467
|
-
from .
|
|
9468
|
-
from .
|
|
9476
|
+
from .group_1280 import TeamsTeamIdPatchBodyType as TeamsTeamIdPatchBodyType
|
|
9477
|
+
from .group_1281 import (
|
|
9469
9478
|
TeamsTeamIdDiscussionsPostBodyType as TeamsTeamIdDiscussionsPostBodyType,
|
|
9470
9479
|
)
|
|
9471
|
-
from .
|
|
9480
|
+
from .group_1282 import (
|
|
9472
9481
|
TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType as TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType,
|
|
9473
9482
|
)
|
|
9474
|
-
from .
|
|
9483
|
+
from .group_1283 import (
|
|
9475
9484
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType as TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
9476
9485
|
)
|
|
9477
|
-
from .
|
|
9486
|
+
from .group_1284 import (
|
|
9478
9487
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
9479
9488
|
)
|
|
9480
|
-
from .
|
|
9489
|
+
from .group_1285 import (
|
|
9481
9490
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
|
|
9482
9491
|
)
|
|
9483
|
-
from .
|
|
9492
|
+
from .group_1286 import (
|
|
9484
9493
|
TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType as TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType,
|
|
9485
9494
|
)
|
|
9486
|
-
from .
|
|
9495
|
+
from .group_1287 import (
|
|
9487
9496
|
TeamsTeamIdMembershipsUsernamePutBodyType as TeamsTeamIdMembershipsUsernamePutBodyType,
|
|
9488
9497
|
)
|
|
9489
|
-
from .
|
|
9498
|
+
from .group_1288 import (
|
|
9490
9499
|
TeamsTeamIdProjectsProjectIdPutBodyType as TeamsTeamIdProjectsProjectIdPutBodyType,
|
|
9491
9500
|
)
|
|
9492
|
-
from .
|
|
9501
|
+
from .group_1289 import (
|
|
9493
9502
|
TeamsTeamIdProjectsProjectIdPutResponse403Type as TeamsTeamIdProjectsProjectIdPutResponse403Type,
|
|
9494
9503
|
)
|
|
9495
|
-
from .
|
|
9504
|
+
from .group_1290 import (
|
|
9496
9505
|
TeamsTeamIdReposOwnerRepoPutBodyType as TeamsTeamIdReposOwnerRepoPutBodyType,
|
|
9497
9506
|
)
|
|
9498
|
-
from .
|
|
9507
|
+
from .group_1291 import (
|
|
9499
9508
|
TeamsTeamIdTeamSyncGroupMappingsPatchBodyPropGroupsItemsType as TeamsTeamIdTeamSyncGroupMappingsPatchBodyPropGroupsItemsType,
|
|
9500
9509
|
)
|
|
9501
|
-
from .
|
|
9510
|
+
from .group_1291 import (
|
|
9502
9511
|
TeamsTeamIdTeamSyncGroupMappingsPatchBodyType as TeamsTeamIdTeamSyncGroupMappingsPatchBodyType,
|
|
9503
9512
|
)
|
|
9504
|
-
from .
|
|
9505
|
-
from .
|
|
9513
|
+
from .group_1292 import UserPatchBodyType as UserPatchBodyType
|
|
9514
|
+
from .group_1293 import (
|
|
9506
9515
|
UserCodespacesGetResponse200Type as UserCodespacesGetResponse200Type,
|
|
9507
9516
|
)
|
|
9508
|
-
from .
|
|
9517
|
+
from .group_1294 import (
|
|
9509
9518
|
UserCodespacesPostBodyOneof0Type as UserCodespacesPostBodyOneof0Type,
|
|
9510
9519
|
)
|
|
9511
|
-
from .
|
|
9520
|
+
from .group_1295 import (
|
|
9512
9521
|
UserCodespacesPostBodyOneof1PropPullRequestType as UserCodespacesPostBodyOneof1PropPullRequestType,
|
|
9513
9522
|
)
|
|
9514
|
-
from .
|
|
9523
|
+
from .group_1295 import (
|
|
9515
9524
|
UserCodespacesPostBodyOneof1Type as UserCodespacesPostBodyOneof1Type,
|
|
9516
9525
|
)
|
|
9517
|
-
from .
|
|
9518
|
-
from .
|
|
9526
|
+
from .group_1296 import CodespacesSecretType as CodespacesSecretType
|
|
9527
|
+
from .group_1296 import (
|
|
9519
9528
|
UserCodespacesSecretsGetResponse200Type as UserCodespacesSecretsGetResponse200Type,
|
|
9520
9529
|
)
|
|
9521
|
-
from .
|
|
9530
|
+
from .group_1297 import (
|
|
9522
9531
|
UserCodespacesSecretsSecretNamePutBodyType as UserCodespacesSecretsSecretNamePutBodyType,
|
|
9523
9532
|
)
|
|
9524
|
-
from .
|
|
9533
|
+
from .group_1298 import (
|
|
9525
9534
|
UserCodespacesSecretsSecretNameRepositoriesGetResponse200Type as UserCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
|
|
9526
9535
|
)
|
|
9527
|
-
from .
|
|
9536
|
+
from .group_1299 import (
|
|
9528
9537
|
UserCodespacesSecretsSecretNameRepositoriesPutBodyType as UserCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
9529
9538
|
)
|
|
9530
|
-
from .
|
|
9539
|
+
from .group_1300 import (
|
|
9531
9540
|
UserCodespacesCodespaceNamePatchBodyType as UserCodespacesCodespaceNamePatchBodyType,
|
|
9532
9541
|
)
|
|
9533
|
-
from .
|
|
9542
|
+
from .group_1301 import (
|
|
9534
9543
|
UserCodespacesCodespaceNameMachinesGetResponse200Type as UserCodespacesCodespaceNameMachinesGetResponse200Type,
|
|
9535
9544
|
)
|
|
9536
|
-
from .
|
|
9545
|
+
from .group_1302 import (
|
|
9537
9546
|
UserCodespacesCodespaceNamePublishPostBodyType as UserCodespacesCodespaceNamePublishPostBodyType,
|
|
9538
9547
|
)
|
|
9539
|
-
from .
|
|
9548
|
+
from .group_1303 import (
|
|
9540
9549
|
UserEmailVisibilityPatchBodyType as UserEmailVisibilityPatchBodyType,
|
|
9541
9550
|
)
|
|
9542
|
-
from .
|
|
9543
|
-
from .
|
|
9551
|
+
from .group_1304 import UserEmailsPostBodyOneof0Type as UserEmailsPostBodyOneof0Type
|
|
9552
|
+
from .group_1305 import (
|
|
9544
9553
|
UserEmailsDeleteBodyOneof0Type as UserEmailsDeleteBodyOneof0Type,
|
|
9545
9554
|
)
|
|
9546
|
-
from .
|
|
9547
|
-
from .
|
|
9555
|
+
from .group_1306 import UserGpgKeysPostBodyType as UserGpgKeysPostBodyType
|
|
9556
|
+
from .group_1307 import (
|
|
9548
9557
|
UserInstallationsGetResponse200Type as UserInstallationsGetResponse200Type,
|
|
9549
9558
|
)
|
|
9550
|
-
from .
|
|
9559
|
+
from .group_1308 import (
|
|
9551
9560
|
UserInstallationsInstallationIdRepositoriesGetResponse200Type as UserInstallationsInstallationIdRepositoriesGetResponse200Type,
|
|
9552
9561
|
)
|
|
9553
|
-
from .
|
|
9562
|
+
from .group_1309 import (
|
|
9554
9563
|
UserInteractionLimitsGetResponse200Anyof1Type as UserInteractionLimitsGetResponse200Anyof1Type,
|
|
9555
9564
|
)
|
|
9556
|
-
from .
|
|
9557
|
-
from .
|
|
9565
|
+
from .group_1310 import UserKeysPostBodyType as UserKeysPostBodyType
|
|
9566
|
+
from .group_1311 import (
|
|
9558
9567
|
UserMembershipsOrgsOrgPatchBodyType as UserMembershipsOrgsOrgPatchBodyType,
|
|
9559
9568
|
)
|
|
9560
|
-
from .
|
|
9561
|
-
from .
|
|
9562
|
-
from .
|
|
9563
|
-
from .
|
|
9569
|
+
from .group_1312 import UserMigrationsPostBodyType as UserMigrationsPostBodyType
|
|
9570
|
+
from .group_1313 import UserProjectsPostBodyType as UserProjectsPostBodyType
|
|
9571
|
+
from .group_1314 import UserReposPostBodyType as UserReposPostBodyType
|
|
9572
|
+
from .group_1315 import (
|
|
9564
9573
|
UserSocialAccountsPostBodyType as UserSocialAccountsPostBodyType,
|
|
9565
9574
|
)
|
|
9566
|
-
from .
|
|
9575
|
+
from .group_1316 import (
|
|
9567
9576
|
UserSocialAccountsDeleteBodyType as UserSocialAccountsDeleteBodyType,
|
|
9568
9577
|
)
|
|
9569
|
-
from .
|
|
9578
|
+
from .group_1317 import (
|
|
9570
9579
|
UserSshSigningKeysPostBodyType as UserSshSigningKeysPostBodyType,
|
|
9571
9580
|
)
|
|
9572
|
-
from .
|
|
9581
|
+
from .group_1318 import (
|
|
9582
|
+
UsersUsernameAttestationsBulkListPostBodyType as UsersUsernameAttestationsBulkListPostBodyType,
|
|
9583
|
+
)
|
|
9584
|
+
from .group_1319 import (
|
|
9585
|
+
UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType as UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType,
|
|
9586
|
+
)
|
|
9587
|
+
from .group_1319 import (
|
|
9588
|
+
UsersUsernameAttestationsBulkListPostResponse200PropPageInfoType as UsersUsernameAttestationsBulkListPostResponse200PropPageInfoType,
|
|
9589
|
+
)
|
|
9590
|
+
from .group_1319 import (
|
|
9591
|
+
UsersUsernameAttestationsBulkListPostResponse200Type as UsersUsernameAttestationsBulkListPostResponse200Type,
|
|
9592
|
+
)
|
|
9593
|
+
from .group_1320 import (
|
|
9573
9594
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type as UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
|
|
9574
9595
|
)
|
|
9575
|
-
from .
|
|
9596
|
+
from .group_1321 import (
|
|
9576
9597
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type as UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type,
|
|
9577
9598
|
)
|
|
9578
|
-
from .
|
|
9599
|
+
from .group_1322 import (
|
|
9579
9600
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType,
|
|
9580
9601
|
)
|
|
9581
|
-
from .
|
|
9602
|
+
from .group_1322 import (
|
|
9582
9603
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType,
|
|
9583
9604
|
)
|
|
9584
|
-
from .
|
|
9605
|
+
from .group_1322 import (
|
|
9585
9606
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType,
|
|
9586
9607
|
)
|
|
9587
|
-
from .
|
|
9608
|
+
from .group_1322 import (
|
|
9588
9609
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsType,
|
|
9589
9610
|
)
|
|
9590
|
-
from .
|
|
9611
|
+
from .group_1322 import (
|
|
9591
9612
|
UsersUsernameAttestationsSubjectDigestGetResponse200Type as UsersUsernameAttestationsSubjectDigestGetResponse200Type,
|
|
9592
9613
|
)
|
|
9593
9614
|
else:
|
|
@@ -9750,6 +9771,7 @@ else:
|
|
|
9750
9771
|
".group_0060": (
|
|
9751
9772
|
"CodeSecurityConfigurationType",
|
|
9752
9773
|
"CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptionsType",
|
|
9774
|
+
"CodeSecurityConfigurationPropCodeScanningOptionsType",
|
|
9753
9775
|
"CodeSecurityConfigurationPropCodeScanningDefaultSetupOptionsType",
|
|
9754
9776
|
"CodeSecurityConfigurationPropSecretScanningDelegatedBypassOptionsType",
|
|
9755
9777
|
"CodeSecurityConfigurationPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType",
|
|
@@ -13622,171 +13644,173 @@ else:
|
|
|
13622
13644
|
"OrgsOrgAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType",
|
|
13623
13645
|
"OrgsOrgAttestationsBulkListPostResponse200PropPageInfoType",
|
|
13624
13646
|
),
|
|
13625
|
-
".group_0997": (
|
|
13647
|
+
".group_0997": ("OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type",),
|
|
13648
|
+
".group_0998": ("OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type",),
|
|
13649
|
+
".group_0999": (
|
|
13626
13650
|
"OrgsOrgAttestationsSubjectDigestGetResponse200Type",
|
|
13627
13651
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsType",
|
|
13628
13652
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType",
|
|
13629
13653
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType",
|
|
13630
13654
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType",
|
|
13631
13655
|
),
|
|
13632
|
-
".
|
|
13656
|
+
".group_1000": (
|
|
13633
13657
|
"OrgsOrgCampaignsPostBodyType",
|
|
13634
13658
|
"OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItemsType",
|
|
13635
13659
|
),
|
|
13636
|
-
".
|
|
13637
|
-
".
|
|
13660
|
+
".group_1001": ("OrgsOrgCampaignsCampaignNumberPatchBodyType",),
|
|
13661
|
+
".group_1002": (
|
|
13638
13662
|
"OrgsOrgCodeSecurityConfigurationsPostBodyType",
|
|
13639
13663
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptionsType",
|
|
13640
13664
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsType",
|
|
13641
13665
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType",
|
|
13642
13666
|
),
|
|
13643
|
-
".
|
|
13644
|
-
".
|
|
13667
|
+
".group_1003": ("OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType",),
|
|
13668
|
+
".group_1004": (
|
|
13645
13669
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType",
|
|
13646
13670
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptionsType",
|
|
13647
13671
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsType",
|
|
13648
13672
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType",
|
|
13649
13673
|
),
|
|
13650
|
-
".
|
|
13674
|
+
".group_1005": (
|
|
13651
13675
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType",
|
|
13652
13676
|
),
|
|
13653
|
-
".
|
|
13677
|
+
".group_1006": (
|
|
13654
13678
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType",
|
|
13655
13679
|
),
|
|
13656
|
-
".
|
|
13680
|
+
".group_1007": (
|
|
13657
13681
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200Type",
|
|
13658
13682
|
),
|
|
13659
|
-
".
|
|
13660
|
-
".
|
|
13661
|
-
".
|
|
13662
|
-
".
|
|
13663
|
-
".
|
|
13683
|
+
".group_1008": ("OrgsOrgCodespacesGetResponse200Type",),
|
|
13684
|
+
".group_1009": ("OrgsOrgCodespacesAccessPutBodyType",),
|
|
13685
|
+
".group_1010": ("OrgsOrgCodespacesAccessSelectedUsersPostBodyType",),
|
|
13686
|
+
".group_1011": ("OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType",),
|
|
13687
|
+
".group_1012": (
|
|
13664
13688
|
"OrgsOrgCodespacesSecretsGetResponse200Type",
|
|
13665
13689
|
"CodespacesOrgSecretType",
|
|
13666
13690
|
),
|
|
13667
|
-
".
|
|
13668
|
-
".
|
|
13691
|
+
".group_1013": ("OrgsOrgCodespacesSecretsSecretNamePutBodyType",),
|
|
13692
|
+
".group_1014": (
|
|
13669
13693
|
"OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type",
|
|
13670
13694
|
),
|
|
13671
|
-
".
|
|
13672
|
-
".
|
|
13673
|
-
".
|
|
13674
|
-
".
|
|
13675
|
-
".
|
|
13676
|
-
".
|
|
13677
|
-
".
|
|
13678
|
-
".
|
|
13679
|
-
".
|
|
13680
|
-
".
|
|
13681
|
-
".
|
|
13682
|
-
".
|
|
13695
|
+
".group_1015": ("OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType",),
|
|
13696
|
+
".group_1016": ("OrgsOrgCopilotBillingSeatsGetResponse200Type",),
|
|
13697
|
+
".group_1017": ("OrgsOrgCopilotBillingSelectedTeamsPostBodyType",),
|
|
13698
|
+
".group_1018": ("OrgsOrgCopilotBillingSelectedTeamsPostResponse201Type",),
|
|
13699
|
+
".group_1019": ("OrgsOrgCopilotBillingSelectedTeamsDeleteBodyType",),
|
|
13700
|
+
".group_1020": ("OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200Type",),
|
|
13701
|
+
".group_1021": ("OrgsOrgCopilotBillingSelectedUsersPostBodyType",),
|
|
13702
|
+
".group_1022": ("OrgsOrgCopilotBillingSelectedUsersPostResponse201Type",),
|
|
13703
|
+
".group_1023": ("OrgsOrgCopilotBillingSelectedUsersDeleteBodyType",),
|
|
13704
|
+
".group_1024": ("OrgsOrgCopilotBillingSelectedUsersDeleteResponse200Type",),
|
|
13705
|
+
".group_1025": ("OrgsOrgCustomRepositoryRolesGetResponse200Type",),
|
|
13706
|
+
".group_1026": (
|
|
13683
13707
|
"OrgsOrgDependabotSecretsGetResponse200Type",
|
|
13684
13708
|
"OrganizationDependabotSecretType",
|
|
13685
13709
|
),
|
|
13686
|
-
".
|
|
13687
|
-
".
|
|
13710
|
+
".group_1027": ("OrgsOrgDependabotSecretsSecretNamePutBodyType",),
|
|
13711
|
+
".group_1028": (
|
|
13688
13712
|
"OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200Type",
|
|
13689
13713
|
),
|
|
13690
|
-
".
|
|
13691
|
-
".
|
|
13714
|
+
".group_1029": ("OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType",),
|
|
13715
|
+
".group_1030": (
|
|
13692
13716
|
"OrgsOrgHooksPostBodyType",
|
|
13693
13717
|
"OrgsOrgHooksPostBodyPropConfigType",
|
|
13694
13718
|
),
|
|
13695
|
-
".
|
|
13719
|
+
".group_1031": (
|
|
13696
13720
|
"OrgsOrgHooksHookIdPatchBodyType",
|
|
13697
13721
|
"OrgsOrgHooksHookIdPatchBodyPropConfigType",
|
|
13698
13722
|
),
|
|
13699
|
-
".
|
|
13700
|
-
".
|
|
13701
|
-
".
|
|
13702
|
-
".
|
|
13703
|
-
".
|
|
13704
|
-
".
|
|
13705
|
-
".
|
|
13706
|
-
".
|
|
13707
|
-
".
|
|
13708
|
-
".
|
|
13709
|
-
".
|
|
13710
|
-
".
|
|
13711
|
-
".
|
|
13712
|
-
".
|
|
13713
|
-
".
|
|
13723
|
+
".group_1032": ("OrgsOrgHooksHookIdConfigPatchBodyType",),
|
|
13724
|
+
".group_1033": ("OrgsOrgInstallationsGetResponse200Type",),
|
|
13725
|
+
".group_1034": ("OrgsOrgInteractionLimitsGetResponse200Anyof1Type",),
|
|
13726
|
+
".group_1035": ("OrgsOrgInvitationsPostBodyType",),
|
|
13727
|
+
".group_1036": ("OrgsOrgMembersUsernameCodespacesGetResponse200Type",),
|
|
13728
|
+
".group_1037": ("OrgsOrgMembershipsUsernamePutBodyType",),
|
|
13729
|
+
".group_1038": ("OrgsOrgMigrationsPostBodyType",),
|
|
13730
|
+
".group_1039": ("OrgsOrgOutsideCollaboratorsUsernamePutBodyType",),
|
|
13731
|
+
".group_1040": ("OrgsOrgOutsideCollaboratorsUsernamePutResponse202Type",),
|
|
13732
|
+
".group_1041": ("OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422Type",),
|
|
13733
|
+
".group_1042": ("OrgsOrgPersonalAccessTokenRequestsPostBodyType",),
|
|
13734
|
+
".group_1043": ("OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType",),
|
|
13735
|
+
".group_1044": ("OrgsOrgPersonalAccessTokensPostBodyType",),
|
|
13736
|
+
".group_1045": ("OrgsOrgPersonalAccessTokensPatIdPostBodyType",),
|
|
13737
|
+
".group_1046": (
|
|
13714
13738
|
"OrgsOrgPrivateRegistriesGetResponse200Type",
|
|
13715
13739
|
"OrgPrivateRegistryConfigurationType",
|
|
13716
13740
|
),
|
|
13717
|
-
".
|
|
13718
|
-
".
|
|
13719
|
-
".
|
|
13720
|
-
".
|
|
13721
|
-
".
|
|
13722
|
-
".
|
|
13723
|
-
".
|
|
13741
|
+
".group_1047": ("OrgsOrgPrivateRegistriesPostBodyType",),
|
|
13742
|
+
".group_1048": ("OrgsOrgPrivateRegistriesPublicKeyGetResponse200Type",),
|
|
13743
|
+
".group_1049": ("OrgsOrgPrivateRegistriesSecretNamePatchBodyType",),
|
|
13744
|
+
".group_1050": ("OrgsOrgProjectsPostBodyType",),
|
|
13745
|
+
".group_1051": ("OrgsOrgPropertiesSchemaPatchBodyType",),
|
|
13746
|
+
".group_1052": ("OrgsOrgPropertiesValuesPatchBodyType",),
|
|
13747
|
+
".group_1053": (
|
|
13724
13748
|
"OrgsOrgReposPostBodyType",
|
|
13725
13749
|
"OrgsOrgReposPostBodyPropCustomPropertiesType",
|
|
13726
13750
|
),
|
|
13727
|
-
".
|
|
13728
|
-
".
|
|
13729
|
-
".
|
|
13730
|
-
".
|
|
13731
|
-
".
|
|
13751
|
+
".group_1054": ("OrgsOrgRulesetsPostBodyType",),
|
|
13752
|
+
".group_1055": ("OrgsOrgRulesetsRulesetIdPutBodyType",),
|
|
13753
|
+
".group_1056": ("OrgsOrgSettingsNetworkConfigurationsGetResponse200Type",),
|
|
13754
|
+
".group_1057": ("OrgsOrgSettingsNetworkConfigurationsPostBodyType",),
|
|
13755
|
+
".group_1058": (
|
|
13732
13756
|
"OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBodyType",
|
|
13733
13757
|
),
|
|
13734
|
-
".
|
|
13735
|
-
".
|
|
13736
|
-
".
|
|
13737
|
-
".
|
|
13758
|
+
".group_1059": ("OrgsOrgTeamsPostBodyType",),
|
|
13759
|
+
".group_1060": ("OrgsOrgTeamsTeamSlugPatchBodyType",),
|
|
13760
|
+
".group_1061": ("OrgsOrgTeamsTeamSlugDiscussionsPostBodyType",),
|
|
13761
|
+
".group_1062": (
|
|
13738
13762
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType",
|
|
13739
13763
|
),
|
|
13740
|
-
".
|
|
13764
|
+
".group_1063": (
|
|
13741
13765
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType",
|
|
13742
13766
|
),
|
|
13743
|
-
".
|
|
13767
|
+
".group_1064": (
|
|
13744
13768
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType",
|
|
13745
13769
|
),
|
|
13746
|
-
".
|
|
13770
|
+
".group_1065": (
|
|
13747
13771
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType",
|
|
13748
13772
|
),
|
|
13749
|
-
".
|
|
13773
|
+
".group_1066": (
|
|
13750
13774
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType",
|
|
13751
13775
|
),
|
|
13752
|
-
".
|
|
13753
|
-
".
|
|
13754
|
-
".
|
|
13755
|
-
".
|
|
13756
|
-
".
|
|
13757
|
-
".
|
|
13776
|
+
".group_1067": ("OrgsOrgTeamsTeamSlugExternalGroupsPatchBodyType",),
|
|
13777
|
+
".group_1068": ("OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType",),
|
|
13778
|
+
".group_1069": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType",),
|
|
13779
|
+
".group_1070": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403Type",),
|
|
13780
|
+
".group_1071": ("OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType",),
|
|
13781
|
+
".group_1072": (
|
|
13758
13782
|
"OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyType",
|
|
13759
13783
|
"OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyPropGroupsItemsType",
|
|
13760
13784
|
),
|
|
13761
|
-
".
|
|
13762
|
-
".
|
|
13763
|
-
".
|
|
13764
|
-
".
|
|
13765
|
-
".
|
|
13766
|
-
".
|
|
13785
|
+
".group_1073": ("OrgsOrgSecurityProductEnablementPostBodyType",),
|
|
13786
|
+
".group_1074": ("ProjectsColumnsCardsCardIdDeleteResponse403Type",),
|
|
13787
|
+
".group_1075": ("ProjectsColumnsCardsCardIdPatchBodyType",),
|
|
13788
|
+
".group_1076": ("ProjectsColumnsCardsCardIdMovesPostBodyType",),
|
|
13789
|
+
".group_1077": ("ProjectsColumnsCardsCardIdMovesPostResponse201Type",),
|
|
13790
|
+
".group_1078": (
|
|
13767
13791
|
"ProjectsColumnsCardsCardIdMovesPostResponse403Type",
|
|
13768
13792
|
"ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItemsType",
|
|
13769
13793
|
),
|
|
13770
|
-
".
|
|
13794
|
+
".group_1079": (
|
|
13771
13795
|
"ProjectsColumnsCardsCardIdMovesPostResponse503Type",
|
|
13772
13796
|
"ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItemsType",
|
|
13773
13797
|
),
|
|
13774
|
-
".
|
|
13775
|
-
".
|
|
13776
|
-
".
|
|
13777
|
-
".
|
|
13798
|
+
".group_1080": ("ProjectsColumnsColumnIdPatchBodyType",),
|
|
13799
|
+
".group_1081": ("ProjectsColumnsColumnIdCardsPostBodyOneof0Type",),
|
|
13800
|
+
".group_1082": ("ProjectsColumnsColumnIdCardsPostBodyOneof1Type",),
|
|
13801
|
+
".group_1083": (
|
|
13778
13802
|
"ProjectsColumnsColumnIdCardsPostResponse503Type",
|
|
13779
13803
|
"ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItemsType",
|
|
13780
13804
|
),
|
|
13781
|
-
".
|
|
13782
|
-
".
|
|
13783
|
-
".
|
|
13784
|
-
".
|
|
13785
|
-
".
|
|
13786
|
-
".
|
|
13787
|
-
".
|
|
13788
|
-
".
|
|
13789
|
-
".
|
|
13805
|
+
".group_1084": ("ProjectsColumnsColumnIdMovesPostBodyType",),
|
|
13806
|
+
".group_1085": ("ProjectsColumnsColumnIdMovesPostResponse201Type",),
|
|
13807
|
+
".group_1086": ("ProjectsProjectIdDeleteResponse403Type",),
|
|
13808
|
+
".group_1087": ("ProjectsProjectIdPatchBodyType",),
|
|
13809
|
+
".group_1088": ("ProjectsProjectIdPatchResponse403Type",),
|
|
13810
|
+
".group_1089": ("ProjectsProjectIdCollaboratorsUsernamePutBodyType",),
|
|
13811
|
+
".group_1090": ("ProjectsProjectIdColumnsPostBodyType",),
|
|
13812
|
+
".group_1091": ("ReposOwnerRepoDeleteResponse403Type",),
|
|
13813
|
+
".group_1092": (
|
|
13790
13814
|
"ReposOwnerRepoPatchBodyType",
|
|
13791
13815
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisType",
|
|
13792
13816
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurityType",
|
|
@@ -13797,61 +13821,61 @@ else:
|
|
|
13797
13821
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatternsType",
|
|
13798
13822
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningValidityChecksType",
|
|
13799
13823
|
),
|
|
13800
|
-
".
|
|
13801
|
-
".
|
|
13802
|
-
".
|
|
13803
|
-
".
|
|
13804
|
-
".
|
|
13824
|
+
".group_1093": ("ReposOwnerRepoActionsArtifactsGetResponse200Type",),
|
|
13825
|
+
".group_1094": ("ReposOwnerRepoActionsJobsJobIdRerunPostBodyType",),
|
|
13826
|
+
".group_1095": ("ReposOwnerRepoActionsOidcCustomizationSubPutBodyType",),
|
|
13827
|
+
".group_1096": ("ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type",),
|
|
13828
|
+
".group_1097": (
|
|
13805
13829
|
"ReposOwnerRepoActionsOrganizationVariablesGetResponse200Type",
|
|
13806
13830
|
),
|
|
13807
|
-
".
|
|
13808
|
-
".
|
|
13809
|
-
".
|
|
13810
|
-
".
|
|
13811
|
-
".
|
|
13812
|
-
".
|
|
13813
|
-
".
|
|
13814
|
-
".
|
|
13831
|
+
".group_1098": ("ReposOwnerRepoActionsPermissionsPutBodyType",),
|
|
13832
|
+
".group_1099": ("ReposOwnerRepoActionsRunnersGetResponse200Type",),
|
|
13833
|
+
".group_1100": ("ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType",),
|
|
13834
|
+
".group_1101": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType",),
|
|
13835
|
+
".group_1102": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType",),
|
|
13836
|
+
".group_1103": ("ReposOwnerRepoActionsRunsGetResponse200Type",),
|
|
13837
|
+
".group_1104": ("ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type",),
|
|
13838
|
+
".group_1105": (
|
|
13815
13839
|
"ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200Type",
|
|
13816
13840
|
),
|
|
13817
|
-
".
|
|
13818
|
-
".
|
|
13841
|
+
".group_1106": ("ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type",),
|
|
13842
|
+
".group_1107": (
|
|
13819
13843
|
"ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType",
|
|
13820
13844
|
),
|
|
13821
|
-
".
|
|
13822
|
-
".
|
|
13823
|
-
".
|
|
13824
|
-
".
|
|
13825
|
-
".
|
|
13826
|
-
".
|
|
13827
|
-
".
|
|
13828
|
-
".
|
|
13845
|
+
".group_1108": ("ReposOwnerRepoActionsRunsRunIdRerunPostBodyType",),
|
|
13846
|
+
".group_1109": ("ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType",),
|
|
13847
|
+
".group_1110": ("ReposOwnerRepoActionsSecretsGetResponse200Type",),
|
|
13848
|
+
".group_1111": ("ReposOwnerRepoActionsSecretsSecretNamePutBodyType",),
|
|
13849
|
+
".group_1112": ("ReposOwnerRepoActionsVariablesGetResponse200Type",),
|
|
13850
|
+
".group_1113": ("ReposOwnerRepoActionsVariablesPostBodyType",),
|
|
13851
|
+
".group_1114": ("ReposOwnerRepoActionsVariablesNamePatchBodyType",),
|
|
13852
|
+
".group_1115": (
|
|
13829
13853
|
"ReposOwnerRepoActionsWorkflowsGetResponse200Type",
|
|
13830
13854
|
"WorkflowType",
|
|
13831
13855
|
),
|
|
13832
|
-
".
|
|
13856
|
+
".group_1116": (
|
|
13833
13857
|
"ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType",
|
|
13834
13858
|
"ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType",
|
|
13835
13859
|
),
|
|
13836
|
-
".
|
|
13860
|
+
".group_1117": (
|
|
13837
13861
|
"ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200Type",
|
|
13838
13862
|
),
|
|
13839
|
-
".
|
|
13863
|
+
".group_1118": (
|
|
13840
13864
|
"ReposOwnerRepoAttestationsPostBodyType",
|
|
13841
13865
|
"ReposOwnerRepoAttestationsPostBodyPropBundleType",
|
|
13842
13866
|
"ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterialType",
|
|
13843
13867
|
"ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelopeType",
|
|
13844
13868
|
),
|
|
13845
|
-
".
|
|
13846
|
-
".
|
|
13869
|
+
".group_1119": ("ReposOwnerRepoAttestationsPostResponse201Type",),
|
|
13870
|
+
".group_1120": (
|
|
13847
13871
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200Type",
|
|
13848
13872
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsType",
|
|
13849
13873
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType",
|
|
13850
13874
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType",
|
|
13851
13875
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType",
|
|
13852
13876
|
),
|
|
13853
|
-
".
|
|
13854
|
-
".
|
|
13877
|
+
".group_1121": ("ReposOwnerRepoAutolinksPostBodyType",),
|
|
13878
|
+
".group_1122": (
|
|
13855
13879
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyType",
|
|
13856
13880
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksType",
|
|
13857
13881
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItemsType",
|
|
@@ -13860,388 +13884,394 @@ else:
|
|
|
13860
13884
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType",
|
|
13861
13885
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictionsType",
|
|
13862
13886
|
),
|
|
13863
|
-
".
|
|
13887
|
+
".group_1123": (
|
|
13864
13888
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyType",
|
|
13865
13889
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType",
|
|
13866
13890
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowancesType",
|
|
13867
13891
|
),
|
|
13868
|
-
".
|
|
13892
|
+
".group_1124": (
|
|
13869
13893
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyType",
|
|
13870
13894
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItemsType",
|
|
13871
13895
|
),
|
|
13872
|
-
".
|
|
13896
|
+
".group_1125": (
|
|
13873
13897
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type",
|
|
13874
13898
|
),
|
|
13875
|
-
".
|
|
13899
|
+
".group_1126": (
|
|
13876
13900
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0Type",
|
|
13877
13901
|
),
|
|
13878
|
-
".
|
|
13902
|
+
".group_1127": (
|
|
13879
13903
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0Type",
|
|
13880
13904
|
),
|
|
13881
|
-
".
|
|
13905
|
+
".group_1128": (
|
|
13882
13906
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBodyType",
|
|
13883
13907
|
),
|
|
13884
|
-
".
|
|
13908
|
+
".group_1129": (
|
|
13885
13909
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBodyType",
|
|
13886
13910
|
),
|
|
13887
|
-
".
|
|
13911
|
+
".group_1130": (
|
|
13888
13912
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBodyType",
|
|
13889
13913
|
),
|
|
13890
|
-
".
|
|
13914
|
+
".group_1131": (
|
|
13891
13915
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0Type",
|
|
13892
13916
|
),
|
|
13893
|
-
".
|
|
13917
|
+
".group_1132": (
|
|
13894
13918
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0Type",
|
|
13895
13919
|
),
|
|
13896
|
-
".
|
|
13920
|
+
".group_1133": (
|
|
13897
13921
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0Type",
|
|
13898
13922
|
),
|
|
13899
|
-
".
|
|
13923
|
+
".group_1134": (
|
|
13900
13924
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyType",
|
|
13901
13925
|
),
|
|
13902
|
-
".
|
|
13926
|
+
".group_1135": (
|
|
13903
13927
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBodyType",
|
|
13904
13928
|
),
|
|
13905
|
-
".
|
|
13929
|
+
".group_1136": (
|
|
13906
13930
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBodyType",
|
|
13907
13931
|
),
|
|
13908
|
-
".
|
|
13909
|
-
".
|
|
13932
|
+
".group_1137": ("ReposOwnerRepoBranchesBranchRenamePostBodyType",),
|
|
13933
|
+
".group_1138": (
|
|
13910
13934
|
"ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchBodyType",
|
|
13911
13935
|
),
|
|
13912
|
-
".
|
|
13936
|
+
".group_1139": (
|
|
13913
13937
|
"ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchResponse200Type",
|
|
13914
13938
|
),
|
|
13915
|
-
".
|
|
13939
|
+
".group_1140": (
|
|
13916
13940
|
"ReposOwnerRepoCheckRunsPostBodyPropOutputType",
|
|
13917
13941
|
"ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType",
|
|
13918
13942
|
"ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItemsType",
|
|
13919
13943
|
"ReposOwnerRepoCheckRunsPostBodyPropActionsItemsType",
|
|
13920
13944
|
),
|
|
13921
|
-
".
|
|
13922
|
-
".
|
|
13923
|
-
".
|
|
13945
|
+
".group_1141": ("ReposOwnerRepoCheckRunsPostBodyOneof0Type",),
|
|
13946
|
+
".group_1142": ("ReposOwnerRepoCheckRunsPostBodyOneof1Type",),
|
|
13947
|
+
".group_1143": (
|
|
13924
13948
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputType",
|
|
13925
13949
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType",
|
|
13926
13950
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItemsType",
|
|
13927
13951
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType",
|
|
13928
13952
|
),
|
|
13929
|
-
".
|
|
13930
|
-
".
|
|
13931
|
-
".
|
|
13932
|
-
".
|
|
13953
|
+
".group_1144": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0Type",),
|
|
13954
|
+
".group_1145": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1Type",),
|
|
13955
|
+
".group_1146": ("ReposOwnerRepoCheckSuitesPostBodyType",),
|
|
13956
|
+
".group_1147": (
|
|
13933
13957
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBodyType",
|
|
13934
13958
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType",
|
|
13935
13959
|
),
|
|
13936
|
-
".
|
|
13960
|
+
".group_1148": (
|
|
13937
13961
|
"ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type",
|
|
13938
13962
|
),
|
|
13939
|
-
".
|
|
13940
|
-
".
|
|
13963
|
+
".group_1149": ("ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType",),
|
|
13964
|
+
".group_1150": (
|
|
13941
13965
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type",
|
|
13942
13966
|
),
|
|
13943
|
-
".
|
|
13967
|
+
".group_1151": (
|
|
13944
13968
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type",
|
|
13945
13969
|
),
|
|
13946
|
-
".
|
|
13970
|
+
".group_1152": (
|
|
13947
13971
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type",
|
|
13948
13972
|
),
|
|
13949
|
-
".
|
|
13950
|
-
".
|
|
13951
|
-
".
|
|
13952
|
-
".
|
|
13973
|
+
".group_1153": ("ReposOwnerRepoCodeScanningSarifsPostBodyType",),
|
|
13974
|
+
".group_1154": ("ReposOwnerRepoCodespacesGetResponse200Type",),
|
|
13975
|
+
".group_1155": ("ReposOwnerRepoCodespacesPostBodyType",),
|
|
13976
|
+
".group_1156": (
|
|
13953
13977
|
"ReposOwnerRepoCodespacesDevcontainersGetResponse200Type",
|
|
13954
13978
|
"ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType",
|
|
13955
13979
|
),
|
|
13956
|
-
".
|
|
13957
|
-
".
|
|
13980
|
+
".group_1157": ("ReposOwnerRepoCodespacesMachinesGetResponse200Type",),
|
|
13981
|
+
".group_1158": (
|
|
13958
13982
|
"ReposOwnerRepoCodespacesNewGetResponse200Type",
|
|
13959
13983
|
"ReposOwnerRepoCodespacesNewGetResponse200PropDefaultsType",
|
|
13960
13984
|
),
|
|
13961
|
-
".
|
|
13985
|
+
".group_1159": (
|
|
13962
13986
|
"ReposOwnerRepoCodespacesSecretsGetResponse200Type",
|
|
13963
13987
|
"RepoCodespacesSecretType",
|
|
13964
13988
|
),
|
|
13965
|
-
".
|
|
13966
|
-
".
|
|
13967
|
-
".
|
|
13968
|
-
".
|
|
13969
|
-
".
|
|
13970
|
-
".
|
|
13971
|
-
".
|
|
13989
|
+
".group_1160": ("ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType",),
|
|
13990
|
+
".group_1161": ("ReposOwnerRepoCollaboratorsUsernamePutBodyType",),
|
|
13991
|
+
".group_1162": ("ReposOwnerRepoCommentsCommentIdPatchBodyType",),
|
|
13992
|
+
".group_1163": ("ReposOwnerRepoCommentsCommentIdReactionsPostBodyType",),
|
|
13993
|
+
".group_1164": ("ReposOwnerRepoCommitsCommitShaCommentsPostBodyType",),
|
|
13994
|
+
".group_1165": ("ReposOwnerRepoCommitsRefCheckRunsGetResponse200Type",),
|
|
13995
|
+
".group_1166": (
|
|
13972
13996
|
"ReposOwnerRepoContentsPathPutBodyType",
|
|
13973
13997
|
"ReposOwnerRepoContentsPathPutBodyPropCommitterType",
|
|
13974
13998
|
"ReposOwnerRepoContentsPathPutBodyPropAuthorType",
|
|
13975
13999
|
),
|
|
13976
|
-
".
|
|
14000
|
+
".group_1167": (
|
|
13977
14001
|
"ReposOwnerRepoContentsPathDeleteBodyType",
|
|
13978
14002
|
"ReposOwnerRepoContentsPathDeleteBodyPropCommitterType",
|
|
13979
14003
|
"ReposOwnerRepoContentsPathDeleteBodyPropAuthorType",
|
|
13980
14004
|
),
|
|
13981
|
-
".
|
|
13982
|
-
".
|
|
14005
|
+
".group_1168": ("ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType",),
|
|
14006
|
+
".group_1169": (
|
|
13983
14007
|
"ReposOwnerRepoDependabotSecretsGetResponse200Type",
|
|
13984
14008
|
"DependabotSecretType",
|
|
13985
14009
|
),
|
|
13986
|
-
".
|
|
13987
|
-
".
|
|
13988
|
-
".
|
|
14010
|
+
".group_1170": ("ReposOwnerRepoDependabotSecretsSecretNamePutBodyType",),
|
|
14011
|
+
".group_1171": ("ReposOwnerRepoDependencyGraphSnapshotsPostResponse201Type",),
|
|
14012
|
+
".group_1172": (
|
|
13989
14013
|
"ReposOwnerRepoDeploymentsPostBodyType",
|
|
13990
14014
|
"ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0Type",
|
|
13991
14015
|
),
|
|
13992
|
-
".
|
|
13993
|
-
".
|
|
13994
|
-
".
|
|
14016
|
+
".group_1173": ("ReposOwnerRepoDeploymentsPostResponse202Type",),
|
|
14017
|
+
".group_1174": ("ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBodyType",),
|
|
14018
|
+
".group_1175": (
|
|
13995
14019
|
"ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchBodyType",
|
|
13996
14020
|
),
|
|
13997
|
-
".
|
|
14021
|
+
".group_1176": (
|
|
13998
14022
|
"ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchResponse200Type",
|
|
13999
14023
|
),
|
|
14000
|
-
".
|
|
14024
|
+
".group_1177": (
|
|
14001
14025
|
"ReposOwnerRepoDispatchesPostBodyType",
|
|
14002
14026
|
"ReposOwnerRepoDispatchesPostBodyPropClientPayloadType",
|
|
14003
14027
|
),
|
|
14004
|
-
".
|
|
14028
|
+
".group_1178": (
|
|
14005
14029
|
"ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyType",
|
|
14006
14030
|
"ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItemsType",
|
|
14007
14031
|
),
|
|
14008
|
-
".
|
|
14032
|
+
".group_1179": (
|
|
14009
14033
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200Type",
|
|
14010
14034
|
"DeploymentBranchPolicyType",
|
|
14011
14035
|
),
|
|
14012
|
-
".
|
|
14036
|
+
".group_1180": (
|
|
14013
14037
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType",
|
|
14014
14038
|
),
|
|
14015
|
-
".
|
|
14039
|
+
".group_1181": (
|
|
14016
14040
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200Type",
|
|
14017
14041
|
),
|
|
14018
|
-
".
|
|
14042
|
+
".group_1182": (
|
|
14019
14043
|
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type",
|
|
14020
14044
|
),
|
|
14021
|
-
".
|
|
14045
|
+
".group_1183": (
|
|
14022
14046
|
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType",
|
|
14023
14047
|
),
|
|
14024
|
-
".
|
|
14048
|
+
".group_1184": (
|
|
14025
14049
|
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type",
|
|
14026
14050
|
),
|
|
14027
|
-
".
|
|
14051
|
+
".group_1185": (
|
|
14028
14052
|
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType",
|
|
14029
14053
|
),
|
|
14030
|
-
".
|
|
14054
|
+
".group_1186": (
|
|
14031
14055
|
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType",
|
|
14032
14056
|
),
|
|
14033
|
-
".
|
|
14034
|
-
".
|
|
14035
|
-
".
|
|
14057
|
+
".group_1187": ("ReposOwnerRepoForksPostBodyType",),
|
|
14058
|
+
".group_1188": ("ReposOwnerRepoGitBlobsPostBodyType",),
|
|
14059
|
+
".group_1189": (
|
|
14036
14060
|
"ReposOwnerRepoGitCommitsPostBodyType",
|
|
14037
14061
|
"ReposOwnerRepoGitCommitsPostBodyPropAuthorType",
|
|
14038
14062
|
"ReposOwnerRepoGitCommitsPostBodyPropCommitterType",
|
|
14039
14063
|
),
|
|
14040
|
-
".
|
|
14041
|
-
".
|
|
14042
|
-
".
|
|
14064
|
+
".group_1190": ("ReposOwnerRepoGitRefsPostBodyType",),
|
|
14065
|
+
".group_1191": ("ReposOwnerRepoGitRefsRefPatchBodyType",),
|
|
14066
|
+
".group_1192": (
|
|
14043
14067
|
"ReposOwnerRepoGitTagsPostBodyType",
|
|
14044
14068
|
"ReposOwnerRepoGitTagsPostBodyPropTaggerType",
|
|
14045
14069
|
),
|
|
14046
|
-
".
|
|
14070
|
+
".group_1193": (
|
|
14047
14071
|
"ReposOwnerRepoGitTreesPostBodyType",
|
|
14048
14072
|
"ReposOwnerRepoGitTreesPostBodyPropTreeItemsType",
|
|
14049
14073
|
),
|
|
14050
|
-
".
|
|
14074
|
+
".group_1194": (
|
|
14051
14075
|
"ReposOwnerRepoHooksPostBodyType",
|
|
14052
14076
|
"ReposOwnerRepoHooksPostBodyPropConfigType",
|
|
14053
14077
|
),
|
|
14054
|
-
".
|
|
14055
|
-
".
|
|
14056
|
-
".
|
|
14057
|
-
".
|
|
14058
|
-
".
|
|
14059
|
-
".
|
|
14060
|
-
".
|
|
14061
|
-
".
|
|
14062
|
-
".
|
|
14078
|
+
".group_1195": ("ReposOwnerRepoHooksHookIdPatchBodyType",),
|
|
14079
|
+
".group_1196": ("ReposOwnerRepoHooksHookIdConfigPatchBodyType",),
|
|
14080
|
+
".group_1197": ("ReposOwnerRepoImportPutBodyType",),
|
|
14081
|
+
".group_1198": ("ReposOwnerRepoImportPatchBodyType",),
|
|
14082
|
+
".group_1199": ("ReposOwnerRepoImportAuthorsAuthorIdPatchBodyType",),
|
|
14083
|
+
".group_1200": ("ReposOwnerRepoImportLfsPatchBodyType",),
|
|
14084
|
+
".group_1201": ("ReposOwnerRepoInteractionLimitsGetResponse200Anyof1Type",),
|
|
14085
|
+
".group_1202": ("ReposOwnerRepoInvitationsInvitationIdPatchBodyType",),
|
|
14086
|
+
".group_1203": (
|
|
14063
14087
|
"ReposOwnerRepoIssuesPostBodyType",
|
|
14064
14088
|
"ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1Type",
|
|
14065
14089
|
),
|
|
14066
|
-
".
|
|
14067
|
-
".
|
|
14068
|
-
".
|
|
14090
|
+
".group_1204": ("ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType",),
|
|
14091
|
+
".group_1205": ("ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType",),
|
|
14092
|
+
".group_1206": (
|
|
14069
14093
|
"ReposOwnerRepoIssuesIssueNumberPatchBodyType",
|
|
14070
14094
|
"ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type",
|
|
14071
14095
|
),
|
|
14072
|
-
".
|
|
14073
|
-
".
|
|
14074
|
-
".
|
|
14075
|
-
".
|
|
14076
|
-
".
|
|
14096
|
+
".group_1207": ("ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType",),
|
|
14097
|
+
".group_1208": ("ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType",),
|
|
14098
|
+
".group_1209": ("ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType",),
|
|
14099
|
+
".group_1210": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type",),
|
|
14100
|
+
".group_1211": (
|
|
14077
14101
|
"ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2Type",
|
|
14078
14102
|
"ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType",
|
|
14079
14103
|
),
|
|
14080
|
-
".
|
|
14081
|
-
".
|
|
14082
|
-
".
|
|
14104
|
+
".group_1212": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3ItemsType",),
|
|
14105
|
+
".group_1213": ("ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type",),
|
|
14106
|
+
".group_1214": (
|
|
14083
14107
|
"ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2Type",
|
|
14084
14108
|
"ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItemsType",
|
|
14085
14109
|
),
|
|
14086
|
-
".
|
|
14110
|
+
".group_1215": (
|
|
14087
14111
|
"ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3ItemsType",
|
|
14088
14112
|
),
|
|
14089
|
-
".
|
|
14090
|
-
".
|
|
14091
|
-
".
|
|
14092
|
-
".
|
|
14093
|
-
".
|
|
14113
|
+
".group_1216": ("ReposOwnerRepoIssuesIssueNumberLockPutBodyType",),
|
|
14114
|
+
".group_1217": ("ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType",),
|
|
14115
|
+
".group_1218": ("ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType",),
|
|
14116
|
+
".group_1219": ("ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType",),
|
|
14117
|
+
".group_1220": (
|
|
14094
14118
|
"ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType",
|
|
14095
14119
|
),
|
|
14096
|
-
".
|
|
14097
|
-
".
|
|
14098
|
-
".
|
|
14099
|
-
".
|
|
14100
|
-
".
|
|
14101
|
-
".
|
|
14102
|
-
".
|
|
14103
|
-
".
|
|
14104
|
-
".
|
|
14105
|
-
".
|
|
14106
|
-
".
|
|
14107
|
-
".
|
|
14108
|
-
".
|
|
14109
|
-
".
|
|
14110
|
-
".
|
|
14111
|
-
".
|
|
14112
|
-
".
|
|
14113
|
-
".
|
|
14114
|
-
".
|
|
14115
|
-
".
|
|
14120
|
+
".group_1221": ("ReposOwnerRepoKeysPostBodyType",),
|
|
14121
|
+
".group_1222": ("ReposOwnerRepoLabelsPostBodyType",),
|
|
14122
|
+
".group_1223": ("ReposOwnerRepoLabelsNamePatchBodyType",),
|
|
14123
|
+
".group_1224": ("ReposOwnerRepoMergeUpstreamPostBodyType",),
|
|
14124
|
+
".group_1225": ("ReposOwnerRepoMergesPostBodyType",),
|
|
14125
|
+
".group_1226": ("ReposOwnerRepoMilestonesPostBodyType",),
|
|
14126
|
+
".group_1227": ("ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType",),
|
|
14127
|
+
".group_1228": ("ReposOwnerRepoNotificationsPutBodyType",),
|
|
14128
|
+
".group_1229": ("ReposOwnerRepoNotificationsPutResponse202Type",),
|
|
14129
|
+
".group_1230": ("ReposOwnerRepoPagesPutBodyPropSourceAnyof1Type",),
|
|
14130
|
+
".group_1231": ("ReposOwnerRepoPagesPutBodyAnyof0Type",),
|
|
14131
|
+
".group_1232": ("ReposOwnerRepoPagesPutBodyAnyof1Type",),
|
|
14132
|
+
".group_1233": ("ReposOwnerRepoPagesPutBodyAnyof2Type",),
|
|
14133
|
+
".group_1234": ("ReposOwnerRepoPagesPutBodyAnyof3Type",),
|
|
14134
|
+
".group_1235": ("ReposOwnerRepoPagesPutBodyAnyof4Type",),
|
|
14135
|
+
".group_1236": ("ReposOwnerRepoPagesPostBodyPropSourceType",),
|
|
14136
|
+
".group_1237": ("ReposOwnerRepoPagesPostBodyAnyof0Type",),
|
|
14137
|
+
".group_1238": ("ReposOwnerRepoPagesPostBodyAnyof1Type",),
|
|
14138
|
+
".group_1239": ("ReposOwnerRepoPagesDeploymentsPostBodyType",),
|
|
14139
|
+
".group_1240": (
|
|
14116
14140
|
"ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type",
|
|
14117
14141
|
),
|
|
14118
|
-
".
|
|
14119
|
-
".
|
|
14120
|
-
".
|
|
14121
|
-
".
|
|
14122
|
-
".
|
|
14123
|
-
".
|
|
14124
|
-
".
|
|
14125
|
-
".
|
|
14126
|
-
".
|
|
14142
|
+
".group_1241": ("ReposOwnerRepoProjectsPostBodyType",),
|
|
14143
|
+
".group_1242": ("ReposOwnerRepoPropertiesValuesPatchBodyType",),
|
|
14144
|
+
".group_1243": ("ReposOwnerRepoPullsPostBodyType",),
|
|
14145
|
+
".group_1244": ("ReposOwnerRepoPullsCommentsCommentIdPatchBodyType",),
|
|
14146
|
+
".group_1245": ("ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType",),
|
|
14147
|
+
".group_1246": ("ReposOwnerRepoPullsPullNumberPatchBodyType",),
|
|
14148
|
+
".group_1247": ("ReposOwnerRepoPullsPullNumberCodespacesPostBodyType",),
|
|
14149
|
+
".group_1248": ("ReposOwnerRepoPullsPullNumberCommentsPostBodyType",),
|
|
14150
|
+
".group_1249": (
|
|
14127
14151
|
"ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType",
|
|
14128
14152
|
),
|
|
14129
|
-
".
|
|
14130
|
-
".
|
|
14131
|
-
".
|
|
14132
|
-
".
|
|
14153
|
+
".group_1250": ("ReposOwnerRepoPullsPullNumberMergePutBodyType",),
|
|
14154
|
+
".group_1251": ("ReposOwnerRepoPullsPullNumberMergePutResponse405Type",),
|
|
14155
|
+
".group_1252": ("ReposOwnerRepoPullsPullNumberMergePutResponse409Type",),
|
|
14156
|
+
".group_1253": (
|
|
14133
14157
|
"ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type",
|
|
14134
14158
|
),
|
|
14135
|
-
".
|
|
14159
|
+
".group_1254": (
|
|
14136
14160
|
"ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1Type",
|
|
14137
14161
|
),
|
|
14138
|
-
".
|
|
14162
|
+
".group_1255": (
|
|
14139
14163
|
"ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType",
|
|
14140
14164
|
),
|
|
14141
|
-
".
|
|
14165
|
+
".group_1256": (
|
|
14142
14166
|
"ReposOwnerRepoPullsPullNumberReviewsPostBodyType",
|
|
14143
14167
|
"ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItemsType",
|
|
14144
14168
|
),
|
|
14145
|
-
".
|
|
14146
|
-
".
|
|
14169
|
+
".group_1257": ("ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType",),
|
|
14170
|
+
".group_1258": (
|
|
14147
14171
|
"ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType",
|
|
14148
14172
|
),
|
|
14149
|
-
".
|
|
14173
|
+
".group_1259": (
|
|
14150
14174
|
"ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType",
|
|
14151
14175
|
),
|
|
14152
|
-
".
|
|
14153
|
-
".
|
|
14154
|
-
".
|
|
14155
|
-
".
|
|
14156
|
-
".
|
|
14157
|
-
".
|
|
14158
|
-
".
|
|
14159
|
-
".
|
|
14160
|
-
".
|
|
14161
|
-
".
|
|
14162
|
-
".
|
|
14176
|
+
".group_1260": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType",),
|
|
14177
|
+
".group_1261": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type",),
|
|
14178
|
+
".group_1262": ("ReposOwnerRepoReleasesPostBodyType",),
|
|
14179
|
+
".group_1263": ("ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType",),
|
|
14180
|
+
".group_1264": ("ReposOwnerRepoReleasesGenerateNotesPostBodyType",),
|
|
14181
|
+
".group_1265": ("ReposOwnerRepoReleasesReleaseIdPatchBodyType",),
|
|
14182
|
+
".group_1266": ("ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType",),
|
|
14183
|
+
".group_1267": ("ReposOwnerRepoRulesetsPostBodyType",),
|
|
14184
|
+
".group_1268": ("ReposOwnerRepoRulesetsRulesetIdPutBodyType",),
|
|
14185
|
+
".group_1269": ("ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyType",),
|
|
14186
|
+
".group_1270": (
|
|
14163
14187
|
"ReposOwnerRepoSecretScanningPushProtectionBypassesPostBodyType",
|
|
14164
14188
|
),
|
|
14165
|
-
".
|
|
14166
|
-
".
|
|
14167
|
-
".
|
|
14168
|
-
".
|
|
14169
|
-
".
|
|
14170
|
-
".
|
|
14171
|
-
".
|
|
14189
|
+
".group_1271": ("ReposOwnerRepoStatusesShaPostBodyType",),
|
|
14190
|
+
".group_1272": ("ReposOwnerRepoSubscriptionPutBodyType",),
|
|
14191
|
+
".group_1273": ("ReposOwnerRepoTagsProtectionPostBodyType",),
|
|
14192
|
+
".group_1274": ("ReposOwnerRepoTopicsPutBodyType",),
|
|
14193
|
+
".group_1275": ("ReposOwnerRepoTransferPostBodyType",),
|
|
14194
|
+
".group_1276": ("ReposTemplateOwnerTemplateRepoGeneratePostBodyType",),
|
|
14195
|
+
".group_1277": (
|
|
14172
14196
|
"ScimV2OrganizationsOrgUsersPostBodyType",
|
|
14173
14197
|
"ScimV2OrganizationsOrgUsersPostBodyPropNameType",
|
|
14174
14198
|
"ScimV2OrganizationsOrgUsersPostBodyPropEmailsItemsType",
|
|
14175
14199
|
),
|
|
14176
|
-
".
|
|
14200
|
+
".group_1278": (
|
|
14177
14201
|
"ScimV2OrganizationsOrgUsersScimUserIdPutBodyType",
|
|
14178
14202
|
"ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropNameType",
|
|
14179
14203
|
"ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropEmailsItemsType",
|
|
14180
14204
|
),
|
|
14181
|
-
".
|
|
14205
|
+
".group_1279": (
|
|
14182
14206
|
"ScimV2OrganizationsOrgUsersScimUserIdPatchBodyType",
|
|
14183
14207
|
"ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsType",
|
|
14184
14208
|
"ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof0Type",
|
|
14185
14209
|
"ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof1ItemsType",
|
|
14186
14210
|
),
|
|
14187
|
-
".
|
|
14188
|
-
".
|
|
14189
|
-
".
|
|
14190
|
-
".
|
|
14191
|
-
".
|
|
14211
|
+
".group_1280": ("TeamsTeamIdPatchBodyType",),
|
|
14212
|
+
".group_1281": ("TeamsTeamIdDiscussionsPostBodyType",),
|
|
14213
|
+
".group_1282": ("TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType",),
|
|
14214
|
+
".group_1283": ("TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType",),
|
|
14215
|
+
".group_1284": (
|
|
14192
14216
|
"TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType",
|
|
14193
14217
|
),
|
|
14194
|
-
".
|
|
14218
|
+
".group_1285": (
|
|
14195
14219
|
"TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType",
|
|
14196
14220
|
),
|
|
14197
|
-
".
|
|
14198
|
-
".
|
|
14199
|
-
".
|
|
14200
|
-
".
|
|
14201
|
-
".
|
|
14202
|
-
".
|
|
14221
|
+
".group_1286": ("TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType",),
|
|
14222
|
+
".group_1287": ("TeamsTeamIdMembershipsUsernamePutBodyType",),
|
|
14223
|
+
".group_1288": ("TeamsTeamIdProjectsProjectIdPutBodyType",),
|
|
14224
|
+
".group_1289": ("TeamsTeamIdProjectsProjectIdPutResponse403Type",),
|
|
14225
|
+
".group_1290": ("TeamsTeamIdReposOwnerRepoPutBodyType",),
|
|
14226
|
+
".group_1291": (
|
|
14203
14227
|
"TeamsTeamIdTeamSyncGroupMappingsPatchBodyType",
|
|
14204
14228
|
"TeamsTeamIdTeamSyncGroupMappingsPatchBodyPropGroupsItemsType",
|
|
14205
14229
|
),
|
|
14206
|
-
".
|
|
14207
|
-
".
|
|
14208
|
-
".
|
|
14209
|
-
".
|
|
14230
|
+
".group_1292": ("UserPatchBodyType",),
|
|
14231
|
+
".group_1293": ("UserCodespacesGetResponse200Type",),
|
|
14232
|
+
".group_1294": ("UserCodespacesPostBodyOneof0Type",),
|
|
14233
|
+
".group_1295": (
|
|
14210
14234
|
"UserCodespacesPostBodyOneof1Type",
|
|
14211
14235
|
"UserCodespacesPostBodyOneof1PropPullRequestType",
|
|
14212
14236
|
),
|
|
14213
|
-
".
|
|
14237
|
+
".group_1296": (
|
|
14214
14238
|
"UserCodespacesSecretsGetResponse200Type",
|
|
14215
14239
|
"CodespacesSecretType",
|
|
14216
14240
|
),
|
|
14217
|
-
".
|
|
14218
|
-
".
|
|
14241
|
+
".group_1297": ("UserCodespacesSecretsSecretNamePutBodyType",),
|
|
14242
|
+
".group_1298": (
|
|
14219
14243
|
"UserCodespacesSecretsSecretNameRepositoriesGetResponse200Type",
|
|
14220
14244
|
),
|
|
14221
|
-
".
|
|
14222
|
-
".
|
|
14223
|
-
".
|
|
14224
|
-
".
|
|
14225
|
-
".
|
|
14226
|
-
".
|
|
14227
|
-
".
|
|
14228
|
-
".
|
|
14229
|
-
".
|
|
14230
|
-
".
|
|
14245
|
+
".group_1299": ("UserCodespacesSecretsSecretNameRepositoriesPutBodyType",),
|
|
14246
|
+
".group_1300": ("UserCodespacesCodespaceNamePatchBodyType",),
|
|
14247
|
+
".group_1301": ("UserCodespacesCodespaceNameMachinesGetResponse200Type",),
|
|
14248
|
+
".group_1302": ("UserCodespacesCodespaceNamePublishPostBodyType",),
|
|
14249
|
+
".group_1303": ("UserEmailVisibilityPatchBodyType",),
|
|
14250
|
+
".group_1304": ("UserEmailsPostBodyOneof0Type",),
|
|
14251
|
+
".group_1305": ("UserEmailsDeleteBodyOneof0Type",),
|
|
14252
|
+
".group_1306": ("UserGpgKeysPostBodyType",),
|
|
14253
|
+
".group_1307": ("UserInstallationsGetResponse200Type",),
|
|
14254
|
+
".group_1308": (
|
|
14231
14255
|
"UserInstallationsInstallationIdRepositoriesGetResponse200Type",
|
|
14232
14256
|
),
|
|
14233
|
-
".
|
|
14234
|
-
".
|
|
14235
|
-
".
|
|
14236
|
-
".
|
|
14237
|
-
".
|
|
14238
|
-
".
|
|
14239
|
-
".
|
|
14240
|
-
".
|
|
14241
|
-
".
|
|
14242
|
-
".
|
|
14243
|
-
".
|
|
14244
|
-
|
|
14257
|
+
".group_1309": ("UserInteractionLimitsGetResponse200Anyof1Type",),
|
|
14258
|
+
".group_1310": ("UserKeysPostBodyType",),
|
|
14259
|
+
".group_1311": ("UserMembershipsOrgsOrgPatchBodyType",),
|
|
14260
|
+
".group_1312": ("UserMigrationsPostBodyType",),
|
|
14261
|
+
".group_1313": ("UserProjectsPostBodyType",),
|
|
14262
|
+
".group_1314": ("UserReposPostBodyType",),
|
|
14263
|
+
".group_1315": ("UserSocialAccountsPostBodyType",),
|
|
14264
|
+
".group_1316": ("UserSocialAccountsDeleteBodyType",),
|
|
14265
|
+
".group_1317": ("UserSshSigningKeysPostBodyType",),
|
|
14266
|
+
".group_1318": ("UsersUsernameAttestationsBulkListPostBodyType",),
|
|
14267
|
+
".group_1319": (
|
|
14268
|
+
"UsersUsernameAttestationsBulkListPostResponse200Type",
|
|
14269
|
+
"UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType",
|
|
14270
|
+
"UsersUsernameAttestationsBulkListPostResponse200PropPageInfoType",
|
|
14271
|
+
),
|
|
14272
|
+
".group_1320": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type",),
|
|
14273
|
+
".group_1321": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type",),
|
|
14274
|
+
".group_1322": (
|
|
14245
14275
|
"UsersUsernameAttestationsSubjectDigestGetResponse200Type",
|
|
14246
14276
|
"UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsType",
|
|
14247
14277
|
"UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType",
|