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
|
@@ -211,6 +211,9 @@ if TYPE_CHECKING:
|
|
|
211
211
|
from .group_0060 import (
|
|
212
212
|
CodeSecurityConfigurationPropCodeScanningDefaultSetupOptions as CodeSecurityConfigurationPropCodeScanningDefaultSetupOptions,
|
|
213
213
|
)
|
|
214
|
+
from .group_0060 import (
|
|
215
|
+
CodeSecurityConfigurationPropCodeScanningOptions as CodeSecurityConfigurationPropCodeScanningOptions,
|
|
216
|
+
)
|
|
214
217
|
from .group_0060 import (
|
|
215
218
|
CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptions as CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptions,
|
|
216
219
|
)
|
|
@@ -7941,1153 +7944,1171 @@ if TYPE_CHECKING:
|
|
|
7941
7944
|
OrgsOrgAttestationsBulkListPostResponse200PropPageInfo as OrgsOrgAttestationsBulkListPostResponse200PropPageInfo,
|
|
7942
7945
|
)
|
|
7943
7946
|
from .group_0997 import (
|
|
7947
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0 as OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
7948
|
+
)
|
|
7949
|
+
from .group_0998 import (
|
|
7950
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1 as OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
7951
|
+
)
|
|
7952
|
+
from .group_0999 import (
|
|
7944
7953
|
OrgsOrgAttestationsSubjectDigestGetResponse200 as OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
7945
7954
|
)
|
|
7946
|
-
from .
|
|
7955
|
+
from .group_0999 import (
|
|
7947
7956
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItems as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItems,
|
|
7948
7957
|
)
|
|
7949
|
-
from .
|
|
7958
|
+
from .group_0999 import (
|
|
7950
7959
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle,
|
|
7951
7960
|
)
|
|
7952
|
-
from .
|
|
7961
|
+
from .group_0999 import (
|
|
7953
7962
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope,
|
|
7954
7963
|
)
|
|
7955
|
-
from .
|
|
7964
|
+
from .group_0999 import (
|
|
7956
7965
|
OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial,
|
|
7957
7966
|
)
|
|
7958
|
-
from .
|
|
7959
|
-
from .
|
|
7967
|
+
from .group_1000 import OrgsOrgCampaignsPostBody as OrgsOrgCampaignsPostBody
|
|
7968
|
+
from .group_1000 import (
|
|
7960
7969
|
OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItems as OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItems,
|
|
7961
7970
|
)
|
|
7962
|
-
from .
|
|
7971
|
+
from .group_1001 import (
|
|
7963
7972
|
OrgsOrgCampaignsCampaignNumberPatchBody as OrgsOrgCampaignsCampaignNumberPatchBody,
|
|
7964
7973
|
)
|
|
7965
|
-
from .
|
|
7974
|
+
from .group_1002 import (
|
|
7966
7975
|
OrgsOrgCodeSecurityConfigurationsPostBody as OrgsOrgCodeSecurityConfigurationsPostBody,
|
|
7967
7976
|
)
|
|
7968
|
-
from .
|
|
7977
|
+
from .group_1002 import (
|
|
7969
7978
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptions as OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptions,
|
|
7970
7979
|
)
|
|
7971
|
-
from .
|
|
7980
|
+
from .group_1002 import (
|
|
7972
7981
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptions as OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptions,
|
|
7973
7982
|
)
|
|
7974
|
-
from .
|
|
7983
|
+
from .group_1002 import (
|
|
7975
7984
|
OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems as OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems,
|
|
7976
7985
|
)
|
|
7977
|
-
from .
|
|
7986
|
+
from .group_1003 import (
|
|
7978
7987
|
OrgsOrgCodeSecurityConfigurationsDetachDeleteBody as OrgsOrgCodeSecurityConfigurationsDetachDeleteBody,
|
|
7979
7988
|
)
|
|
7980
|
-
from .
|
|
7989
|
+
from .group_1004 import (
|
|
7981
7990
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBody as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBody,
|
|
7982
7991
|
)
|
|
7983
|
-
from .
|
|
7992
|
+
from .group_1004 import (
|
|
7984
7993
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptions as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptions,
|
|
7985
7994
|
)
|
|
7986
|
-
from .
|
|
7995
|
+
from .group_1004 import (
|
|
7987
7996
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptions as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptions,
|
|
7988
7997
|
)
|
|
7989
|
-
from .
|
|
7998
|
+
from .group_1004 import (
|
|
7990
7999
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems,
|
|
7991
8000
|
)
|
|
7992
|
-
from .
|
|
8001
|
+
from .group_1005 import (
|
|
7993
8002
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBody as OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBody,
|
|
7994
8003
|
)
|
|
7995
|
-
from .
|
|
8004
|
+
from .group_1006 import (
|
|
7996
8005
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBody as OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBody,
|
|
7997
8006
|
)
|
|
7998
|
-
from .
|
|
8007
|
+
from .group_1007 import (
|
|
7999
8008
|
OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200 as OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200,
|
|
8000
8009
|
)
|
|
8001
|
-
from .
|
|
8010
|
+
from .group_1008 import (
|
|
8002
8011
|
OrgsOrgCodespacesGetResponse200 as OrgsOrgCodespacesGetResponse200,
|
|
8003
8012
|
)
|
|
8004
|
-
from .
|
|
8013
|
+
from .group_1009 import (
|
|
8005
8014
|
OrgsOrgCodespacesAccessPutBody as OrgsOrgCodespacesAccessPutBody,
|
|
8006
8015
|
)
|
|
8007
|
-
from .
|
|
8016
|
+
from .group_1010 import (
|
|
8008
8017
|
OrgsOrgCodespacesAccessSelectedUsersPostBody as OrgsOrgCodespacesAccessSelectedUsersPostBody,
|
|
8009
8018
|
)
|
|
8010
|
-
from .
|
|
8019
|
+
from .group_1011 import (
|
|
8011
8020
|
OrgsOrgCodespacesAccessSelectedUsersDeleteBody as OrgsOrgCodespacesAccessSelectedUsersDeleteBody,
|
|
8012
8021
|
)
|
|
8013
|
-
from .
|
|
8014
|
-
from .
|
|
8022
|
+
from .group_1012 import CodespacesOrgSecret as CodespacesOrgSecret
|
|
8023
|
+
from .group_1012 import (
|
|
8015
8024
|
OrgsOrgCodespacesSecretsGetResponse200 as OrgsOrgCodespacesSecretsGetResponse200,
|
|
8016
8025
|
)
|
|
8017
|
-
from .
|
|
8026
|
+
from .group_1013 import (
|
|
8018
8027
|
OrgsOrgCodespacesSecretsSecretNamePutBody as OrgsOrgCodespacesSecretsSecretNamePutBody,
|
|
8019
8028
|
)
|
|
8020
|
-
from .
|
|
8029
|
+
from .group_1014 import (
|
|
8021
8030
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200 as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
8022
8031
|
)
|
|
8023
|
-
from .
|
|
8032
|
+
from .group_1015 import (
|
|
8024
8033
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody as OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody,
|
|
8025
8034
|
)
|
|
8026
|
-
from .
|
|
8035
|
+
from .group_1016 import (
|
|
8027
8036
|
OrgsOrgCopilotBillingSeatsGetResponse200 as OrgsOrgCopilotBillingSeatsGetResponse200,
|
|
8028
8037
|
)
|
|
8029
|
-
from .
|
|
8038
|
+
from .group_1017 import (
|
|
8030
8039
|
OrgsOrgCopilotBillingSelectedTeamsPostBody as OrgsOrgCopilotBillingSelectedTeamsPostBody,
|
|
8031
8040
|
)
|
|
8032
|
-
from .
|
|
8041
|
+
from .group_1018 import (
|
|
8033
8042
|
OrgsOrgCopilotBillingSelectedTeamsPostResponse201 as OrgsOrgCopilotBillingSelectedTeamsPostResponse201,
|
|
8034
8043
|
)
|
|
8035
|
-
from .
|
|
8044
|
+
from .group_1019 import (
|
|
8036
8045
|
OrgsOrgCopilotBillingSelectedTeamsDeleteBody as OrgsOrgCopilotBillingSelectedTeamsDeleteBody,
|
|
8037
8046
|
)
|
|
8038
|
-
from .
|
|
8047
|
+
from .group_1020 import (
|
|
8039
8048
|
OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200 as OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200,
|
|
8040
8049
|
)
|
|
8041
|
-
from .
|
|
8050
|
+
from .group_1021 import (
|
|
8042
8051
|
OrgsOrgCopilotBillingSelectedUsersPostBody as OrgsOrgCopilotBillingSelectedUsersPostBody,
|
|
8043
8052
|
)
|
|
8044
|
-
from .
|
|
8053
|
+
from .group_1022 import (
|
|
8045
8054
|
OrgsOrgCopilotBillingSelectedUsersPostResponse201 as OrgsOrgCopilotBillingSelectedUsersPostResponse201,
|
|
8046
8055
|
)
|
|
8047
|
-
from .
|
|
8056
|
+
from .group_1023 import (
|
|
8048
8057
|
OrgsOrgCopilotBillingSelectedUsersDeleteBody as OrgsOrgCopilotBillingSelectedUsersDeleteBody,
|
|
8049
8058
|
)
|
|
8050
|
-
from .
|
|
8059
|
+
from .group_1024 import (
|
|
8051
8060
|
OrgsOrgCopilotBillingSelectedUsersDeleteResponse200 as OrgsOrgCopilotBillingSelectedUsersDeleteResponse200,
|
|
8052
8061
|
)
|
|
8053
|
-
from .
|
|
8062
|
+
from .group_1025 import (
|
|
8054
8063
|
OrgsOrgCustomRepositoryRolesGetResponse200 as OrgsOrgCustomRepositoryRolesGetResponse200,
|
|
8055
8064
|
)
|
|
8056
|
-
from .
|
|
8057
|
-
from .
|
|
8065
|
+
from .group_1026 import OrganizationDependabotSecret as OrganizationDependabotSecret
|
|
8066
|
+
from .group_1026 import (
|
|
8058
8067
|
OrgsOrgDependabotSecretsGetResponse200 as OrgsOrgDependabotSecretsGetResponse200,
|
|
8059
8068
|
)
|
|
8060
|
-
from .
|
|
8069
|
+
from .group_1027 import (
|
|
8061
8070
|
OrgsOrgDependabotSecretsSecretNamePutBody as OrgsOrgDependabotSecretsSecretNamePutBody,
|
|
8062
8071
|
)
|
|
8063
|
-
from .
|
|
8072
|
+
from .group_1028 import (
|
|
8064
8073
|
OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200 as OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200,
|
|
8065
8074
|
)
|
|
8066
|
-
from .
|
|
8075
|
+
from .group_1029 import (
|
|
8067
8076
|
OrgsOrgDependabotSecretsSecretNameRepositoriesPutBody as OrgsOrgDependabotSecretsSecretNameRepositoriesPutBody,
|
|
8068
8077
|
)
|
|
8069
|
-
from .
|
|
8070
|
-
from .
|
|
8078
|
+
from .group_1030 import OrgsOrgHooksPostBody as OrgsOrgHooksPostBody
|
|
8079
|
+
from .group_1030 import (
|
|
8071
8080
|
OrgsOrgHooksPostBodyPropConfig as OrgsOrgHooksPostBodyPropConfig,
|
|
8072
8081
|
)
|
|
8073
|
-
from .
|
|
8074
|
-
from .
|
|
8082
|
+
from .group_1031 import OrgsOrgHooksHookIdPatchBody as OrgsOrgHooksHookIdPatchBody
|
|
8083
|
+
from .group_1031 import (
|
|
8075
8084
|
OrgsOrgHooksHookIdPatchBodyPropConfig as OrgsOrgHooksHookIdPatchBodyPropConfig,
|
|
8076
8085
|
)
|
|
8077
|
-
from .
|
|
8086
|
+
from .group_1032 import (
|
|
8078
8087
|
OrgsOrgHooksHookIdConfigPatchBody as OrgsOrgHooksHookIdConfigPatchBody,
|
|
8079
8088
|
)
|
|
8080
|
-
from .
|
|
8089
|
+
from .group_1033 import (
|
|
8081
8090
|
OrgsOrgInstallationsGetResponse200 as OrgsOrgInstallationsGetResponse200,
|
|
8082
8091
|
)
|
|
8083
|
-
from .
|
|
8092
|
+
from .group_1034 import (
|
|
8084
8093
|
OrgsOrgInteractionLimitsGetResponse200Anyof1 as OrgsOrgInteractionLimitsGetResponse200Anyof1,
|
|
8085
8094
|
)
|
|
8086
|
-
from .
|
|
8087
|
-
from .
|
|
8095
|
+
from .group_1035 import OrgsOrgInvitationsPostBody as OrgsOrgInvitationsPostBody
|
|
8096
|
+
from .group_1036 import (
|
|
8088
8097
|
OrgsOrgMembersUsernameCodespacesGetResponse200 as OrgsOrgMembersUsernameCodespacesGetResponse200,
|
|
8089
8098
|
)
|
|
8090
|
-
from .
|
|
8099
|
+
from .group_1037 import (
|
|
8091
8100
|
OrgsOrgMembershipsUsernamePutBody as OrgsOrgMembershipsUsernamePutBody,
|
|
8092
8101
|
)
|
|
8093
|
-
from .
|
|
8094
|
-
from .
|
|
8102
|
+
from .group_1038 import OrgsOrgMigrationsPostBody as OrgsOrgMigrationsPostBody
|
|
8103
|
+
from .group_1039 import (
|
|
8095
8104
|
OrgsOrgOutsideCollaboratorsUsernamePutBody as OrgsOrgOutsideCollaboratorsUsernamePutBody,
|
|
8096
8105
|
)
|
|
8097
|
-
from .
|
|
8106
|
+
from .group_1040 import (
|
|
8098
8107
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202 as OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
8099
8108
|
)
|
|
8100
|
-
from .
|
|
8109
|
+
from .group_1041 import (
|
|
8101
8110
|
OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422 as OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
|
|
8102
8111
|
)
|
|
8103
|
-
from .
|
|
8112
|
+
from .group_1042 import (
|
|
8104
8113
|
OrgsOrgPersonalAccessTokenRequestsPostBody as OrgsOrgPersonalAccessTokenRequestsPostBody,
|
|
8105
8114
|
)
|
|
8106
|
-
from .
|
|
8115
|
+
from .group_1043 import (
|
|
8107
8116
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBody as OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBody,
|
|
8108
8117
|
)
|
|
8109
|
-
from .
|
|
8118
|
+
from .group_1044 import (
|
|
8110
8119
|
OrgsOrgPersonalAccessTokensPostBody as OrgsOrgPersonalAccessTokensPostBody,
|
|
8111
8120
|
)
|
|
8112
|
-
from .
|
|
8121
|
+
from .group_1045 import (
|
|
8113
8122
|
OrgsOrgPersonalAccessTokensPatIdPostBody as OrgsOrgPersonalAccessTokensPatIdPostBody,
|
|
8114
8123
|
)
|
|
8115
|
-
from .
|
|
8124
|
+
from .group_1046 import (
|
|
8116
8125
|
OrgPrivateRegistryConfiguration as OrgPrivateRegistryConfiguration,
|
|
8117
8126
|
)
|
|
8118
|
-
from .
|
|
8127
|
+
from .group_1046 import (
|
|
8119
8128
|
OrgsOrgPrivateRegistriesGetResponse200 as OrgsOrgPrivateRegistriesGetResponse200,
|
|
8120
8129
|
)
|
|
8121
|
-
from .
|
|
8130
|
+
from .group_1047 import (
|
|
8122
8131
|
OrgsOrgPrivateRegistriesPostBody as OrgsOrgPrivateRegistriesPostBody,
|
|
8123
8132
|
)
|
|
8124
|
-
from .
|
|
8133
|
+
from .group_1048 import (
|
|
8125
8134
|
OrgsOrgPrivateRegistriesPublicKeyGetResponse200 as OrgsOrgPrivateRegistriesPublicKeyGetResponse200,
|
|
8126
8135
|
)
|
|
8127
|
-
from .
|
|
8136
|
+
from .group_1049 import (
|
|
8128
8137
|
OrgsOrgPrivateRegistriesSecretNamePatchBody as OrgsOrgPrivateRegistriesSecretNamePatchBody,
|
|
8129
8138
|
)
|
|
8130
|
-
from .
|
|
8131
|
-
from .
|
|
8139
|
+
from .group_1050 import OrgsOrgProjectsPostBody as OrgsOrgProjectsPostBody
|
|
8140
|
+
from .group_1051 import (
|
|
8132
8141
|
OrgsOrgPropertiesSchemaPatchBody as OrgsOrgPropertiesSchemaPatchBody,
|
|
8133
8142
|
)
|
|
8134
|
-
from .
|
|
8143
|
+
from .group_1052 import (
|
|
8135
8144
|
OrgsOrgPropertiesValuesPatchBody as OrgsOrgPropertiesValuesPatchBody,
|
|
8136
8145
|
)
|
|
8137
|
-
from .
|
|
8138
|
-
from .
|
|
8146
|
+
from .group_1053 import OrgsOrgReposPostBody as OrgsOrgReposPostBody
|
|
8147
|
+
from .group_1053 import (
|
|
8139
8148
|
OrgsOrgReposPostBodyPropCustomProperties as OrgsOrgReposPostBodyPropCustomProperties,
|
|
8140
8149
|
)
|
|
8141
|
-
from .
|
|
8142
|
-
from .
|
|
8150
|
+
from .group_1054 import OrgsOrgRulesetsPostBody as OrgsOrgRulesetsPostBody
|
|
8151
|
+
from .group_1055 import (
|
|
8143
8152
|
OrgsOrgRulesetsRulesetIdPutBody as OrgsOrgRulesetsRulesetIdPutBody,
|
|
8144
8153
|
)
|
|
8145
|
-
from .
|
|
8154
|
+
from .group_1056 import (
|
|
8146
8155
|
OrgsOrgSettingsNetworkConfigurationsGetResponse200 as OrgsOrgSettingsNetworkConfigurationsGetResponse200,
|
|
8147
8156
|
)
|
|
8148
|
-
from .
|
|
8157
|
+
from .group_1057 import (
|
|
8149
8158
|
OrgsOrgSettingsNetworkConfigurationsPostBody as OrgsOrgSettingsNetworkConfigurationsPostBody,
|
|
8150
8159
|
)
|
|
8151
|
-
from .
|
|
8160
|
+
from .group_1058 import (
|
|
8152
8161
|
OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBody as OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBody,
|
|
8153
8162
|
)
|
|
8154
|
-
from .
|
|
8155
|
-
from .
|
|
8163
|
+
from .group_1059 import OrgsOrgTeamsPostBody as OrgsOrgTeamsPostBody
|
|
8164
|
+
from .group_1060 import (
|
|
8156
8165
|
OrgsOrgTeamsTeamSlugPatchBody as OrgsOrgTeamsTeamSlugPatchBody,
|
|
8157
8166
|
)
|
|
8158
|
-
from .
|
|
8167
|
+
from .group_1061 import (
|
|
8159
8168
|
OrgsOrgTeamsTeamSlugDiscussionsPostBody as OrgsOrgTeamsTeamSlugDiscussionsPostBody,
|
|
8160
8169
|
)
|
|
8161
|
-
from .
|
|
8170
|
+
from .group_1062 import (
|
|
8162
8171
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBody,
|
|
8163
8172
|
)
|
|
8164
|
-
from .
|
|
8173
|
+
from .group_1063 import (
|
|
8165
8174
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBody,
|
|
8166
8175
|
)
|
|
8167
|
-
from .
|
|
8176
|
+
from .group_1064 import (
|
|
8168
8177
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBody,
|
|
8169
8178
|
)
|
|
8170
|
-
from .
|
|
8179
|
+
from .group_1065 import (
|
|
8171
8180
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody,
|
|
8172
8181
|
)
|
|
8173
|
-
from .
|
|
8182
|
+
from .group_1066 import (
|
|
8174
8183
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBody as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBody,
|
|
8175
8184
|
)
|
|
8176
|
-
from .
|
|
8185
|
+
from .group_1067 import (
|
|
8177
8186
|
OrgsOrgTeamsTeamSlugExternalGroupsPatchBody as OrgsOrgTeamsTeamSlugExternalGroupsPatchBody,
|
|
8178
8187
|
)
|
|
8179
|
-
from .
|
|
8188
|
+
from .group_1068 import (
|
|
8180
8189
|
OrgsOrgTeamsTeamSlugMembershipsUsernamePutBody as OrgsOrgTeamsTeamSlugMembershipsUsernamePutBody,
|
|
8181
8190
|
)
|
|
8182
|
-
from .
|
|
8191
|
+
from .group_1069 import (
|
|
8183
8192
|
OrgsOrgTeamsTeamSlugProjectsProjectIdPutBody as OrgsOrgTeamsTeamSlugProjectsProjectIdPutBody,
|
|
8184
8193
|
)
|
|
8185
|
-
from .
|
|
8194
|
+
from .group_1070 import (
|
|
8186
8195
|
OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403 as OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403,
|
|
8187
8196
|
)
|
|
8188
|
-
from .
|
|
8197
|
+
from .group_1071 import (
|
|
8189
8198
|
OrgsOrgTeamsTeamSlugReposOwnerRepoPutBody as OrgsOrgTeamsTeamSlugReposOwnerRepoPutBody,
|
|
8190
8199
|
)
|
|
8191
|
-
from .
|
|
8200
|
+
from .group_1072 import (
|
|
8192
8201
|
OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBody as OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBody,
|
|
8193
8202
|
)
|
|
8194
|
-
from .
|
|
8203
|
+
from .group_1072 import (
|
|
8195
8204
|
OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyPropGroupsItems as OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyPropGroupsItems,
|
|
8196
8205
|
)
|
|
8197
|
-
from .
|
|
8206
|
+
from .group_1073 import (
|
|
8198
8207
|
OrgsOrgSecurityProductEnablementPostBody as OrgsOrgSecurityProductEnablementPostBody,
|
|
8199
8208
|
)
|
|
8200
|
-
from .
|
|
8209
|
+
from .group_1074 import (
|
|
8201
8210
|
ProjectsColumnsCardsCardIdDeleteResponse403 as ProjectsColumnsCardsCardIdDeleteResponse403,
|
|
8202
8211
|
)
|
|
8203
|
-
from .
|
|
8212
|
+
from .group_1075 import (
|
|
8204
8213
|
ProjectsColumnsCardsCardIdPatchBody as ProjectsColumnsCardsCardIdPatchBody,
|
|
8205
8214
|
)
|
|
8206
|
-
from .
|
|
8215
|
+
from .group_1076 import (
|
|
8207
8216
|
ProjectsColumnsCardsCardIdMovesPostBody as ProjectsColumnsCardsCardIdMovesPostBody,
|
|
8208
8217
|
)
|
|
8209
|
-
from .
|
|
8218
|
+
from .group_1077 import (
|
|
8210
8219
|
ProjectsColumnsCardsCardIdMovesPostResponse201 as ProjectsColumnsCardsCardIdMovesPostResponse201,
|
|
8211
8220
|
)
|
|
8212
|
-
from .
|
|
8221
|
+
from .group_1078 import (
|
|
8213
8222
|
ProjectsColumnsCardsCardIdMovesPostResponse403 as ProjectsColumnsCardsCardIdMovesPostResponse403,
|
|
8214
8223
|
)
|
|
8215
|
-
from .
|
|
8224
|
+
from .group_1078 import (
|
|
8216
8225
|
ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItems as ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItems,
|
|
8217
8226
|
)
|
|
8218
|
-
from .
|
|
8227
|
+
from .group_1079 import (
|
|
8219
8228
|
ProjectsColumnsCardsCardIdMovesPostResponse503 as ProjectsColumnsCardsCardIdMovesPostResponse503,
|
|
8220
8229
|
)
|
|
8221
|
-
from .
|
|
8230
|
+
from .group_1079 import (
|
|
8222
8231
|
ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItems as ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItems,
|
|
8223
8232
|
)
|
|
8224
|
-
from .
|
|
8233
|
+
from .group_1080 import (
|
|
8225
8234
|
ProjectsColumnsColumnIdPatchBody as ProjectsColumnsColumnIdPatchBody,
|
|
8226
8235
|
)
|
|
8227
|
-
from .
|
|
8236
|
+
from .group_1081 import (
|
|
8228
8237
|
ProjectsColumnsColumnIdCardsPostBodyOneof0 as ProjectsColumnsColumnIdCardsPostBodyOneof0,
|
|
8229
8238
|
)
|
|
8230
|
-
from .
|
|
8239
|
+
from .group_1082 import (
|
|
8231
8240
|
ProjectsColumnsColumnIdCardsPostBodyOneof1 as ProjectsColumnsColumnIdCardsPostBodyOneof1,
|
|
8232
8241
|
)
|
|
8233
|
-
from .
|
|
8242
|
+
from .group_1083 import (
|
|
8234
8243
|
ProjectsColumnsColumnIdCardsPostResponse503 as ProjectsColumnsColumnIdCardsPostResponse503,
|
|
8235
8244
|
)
|
|
8236
|
-
from .
|
|
8245
|
+
from .group_1083 import (
|
|
8237
8246
|
ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItems as ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItems,
|
|
8238
8247
|
)
|
|
8239
|
-
from .
|
|
8248
|
+
from .group_1084 import (
|
|
8240
8249
|
ProjectsColumnsColumnIdMovesPostBody as ProjectsColumnsColumnIdMovesPostBody,
|
|
8241
8250
|
)
|
|
8242
|
-
from .
|
|
8251
|
+
from .group_1085 import (
|
|
8243
8252
|
ProjectsColumnsColumnIdMovesPostResponse201 as ProjectsColumnsColumnIdMovesPostResponse201,
|
|
8244
8253
|
)
|
|
8245
|
-
from .
|
|
8254
|
+
from .group_1086 import (
|
|
8246
8255
|
ProjectsProjectIdDeleteResponse403 as ProjectsProjectIdDeleteResponse403,
|
|
8247
8256
|
)
|
|
8248
|
-
from .
|
|
8249
|
-
from .
|
|
8257
|
+
from .group_1087 import ProjectsProjectIdPatchBody as ProjectsProjectIdPatchBody
|
|
8258
|
+
from .group_1088 import (
|
|
8250
8259
|
ProjectsProjectIdPatchResponse403 as ProjectsProjectIdPatchResponse403,
|
|
8251
8260
|
)
|
|
8252
|
-
from .
|
|
8261
|
+
from .group_1089 import (
|
|
8253
8262
|
ProjectsProjectIdCollaboratorsUsernamePutBody as ProjectsProjectIdCollaboratorsUsernamePutBody,
|
|
8254
8263
|
)
|
|
8255
|
-
from .
|
|
8264
|
+
from .group_1090 import (
|
|
8256
8265
|
ProjectsProjectIdColumnsPostBody as ProjectsProjectIdColumnsPostBody,
|
|
8257
8266
|
)
|
|
8258
|
-
from .
|
|
8267
|
+
from .group_1091 import (
|
|
8259
8268
|
ReposOwnerRepoDeleteResponse403 as ReposOwnerRepoDeleteResponse403,
|
|
8260
8269
|
)
|
|
8261
|
-
from .
|
|
8262
|
-
from .
|
|
8270
|
+
from .group_1092 import ReposOwnerRepoPatchBody as ReposOwnerRepoPatchBody
|
|
8271
|
+
from .group_1092 import (
|
|
8263
8272
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysis as ReposOwnerRepoPatchBodyPropSecurityAndAnalysis,
|
|
8264
8273
|
)
|
|
8265
|
-
from .
|
|
8274
|
+
from .group_1092 import (
|
|
8266
8275
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurity as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurity,
|
|
8267
8276
|
)
|
|
8268
|
-
from .
|
|
8277
|
+
from .group_1092 import (
|
|
8269
8278
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropCodeSecurity as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropCodeSecurity,
|
|
8270
8279
|
)
|
|
8271
|
-
from .
|
|
8280
|
+
from .group_1092 import (
|
|
8272
8281
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanning as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanning,
|
|
8273
8282
|
)
|
|
8274
|
-
from .
|
|
8283
|
+
from .group_1092 import (
|
|
8275
8284
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetection as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetection,
|
|
8276
8285
|
)
|
|
8277
|
-
from .
|
|
8286
|
+
from .group_1092 import (
|
|
8278
8287
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatterns as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatterns,
|
|
8279
8288
|
)
|
|
8280
|
-
from .
|
|
8289
|
+
from .group_1092 import (
|
|
8281
8290
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtection as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtection,
|
|
8282
8291
|
)
|
|
8283
|
-
from .
|
|
8292
|
+
from .group_1092 import (
|
|
8284
8293
|
ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningValidityChecks as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningValidityChecks,
|
|
8285
8294
|
)
|
|
8286
|
-
from .
|
|
8295
|
+
from .group_1093 import (
|
|
8287
8296
|
ReposOwnerRepoActionsArtifactsGetResponse200 as ReposOwnerRepoActionsArtifactsGetResponse200,
|
|
8288
8297
|
)
|
|
8289
|
-
from .
|
|
8298
|
+
from .group_1094 import (
|
|
8290
8299
|
ReposOwnerRepoActionsJobsJobIdRerunPostBody as ReposOwnerRepoActionsJobsJobIdRerunPostBody,
|
|
8291
8300
|
)
|
|
8292
|
-
from .
|
|
8301
|
+
from .group_1095 import (
|
|
8293
8302
|
ReposOwnerRepoActionsOidcCustomizationSubPutBody as ReposOwnerRepoActionsOidcCustomizationSubPutBody,
|
|
8294
8303
|
)
|
|
8295
|
-
from .
|
|
8304
|
+
from .group_1096 import (
|
|
8296
8305
|
ReposOwnerRepoActionsOrganizationSecretsGetResponse200 as ReposOwnerRepoActionsOrganizationSecretsGetResponse200,
|
|
8297
8306
|
)
|
|
8298
|
-
from .
|
|
8307
|
+
from .group_1097 import (
|
|
8299
8308
|
ReposOwnerRepoActionsOrganizationVariablesGetResponse200 as ReposOwnerRepoActionsOrganizationVariablesGetResponse200,
|
|
8300
8309
|
)
|
|
8301
|
-
from .
|
|
8310
|
+
from .group_1098 import (
|
|
8302
8311
|
ReposOwnerRepoActionsPermissionsPutBody as ReposOwnerRepoActionsPermissionsPutBody,
|
|
8303
8312
|
)
|
|
8304
|
-
from .
|
|
8313
|
+
from .group_1099 import (
|
|
8305
8314
|
ReposOwnerRepoActionsRunnersGetResponse200 as ReposOwnerRepoActionsRunnersGetResponse200,
|
|
8306
8315
|
)
|
|
8307
|
-
from .
|
|
8316
|
+
from .group_1100 import (
|
|
8308
8317
|
ReposOwnerRepoActionsRunnersGenerateJitconfigPostBody as ReposOwnerRepoActionsRunnersGenerateJitconfigPostBody,
|
|
8309
8318
|
)
|
|
8310
|
-
from .
|
|
8319
|
+
from .group_1101 import (
|
|
8311
8320
|
ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBody as ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBody,
|
|
8312
8321
|
)
|
|
8313
|
-
from .
|
|
8322
|
+
from .group_1102 import (
|
|
8314
8323
|
ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBody as ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBody,
|
|
8315
8324
|
)
|
|
8316
|
-
from .
|
|
8325
|
+
from .group_1103 import (
|
|
8317
8326
|
ReposOwnerRepoActionsRunsGetResponse200 as ReposOwnerRepoActionsRunsGetResponse200,
|
|
8318
8327
|
)
|
|
8319
|
-
from .
|
|
8328
|
+
from .group_1104 import (
|
|
8320
8329
|
ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200 as ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200,
|
|
8321
8330
|
)
|
|
8322
|
-
from .
|
|
8331
|
+
from .group_1105 import (
|
|
8323
8332
|
ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200 as ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200,
|
|
8324
8333
|
)
|
|
8325
|
-
from .
|
|
8334
|
+
from .group_1106 import (
|
|
8326
8335
|
ReposOwnerRepoActionsRunsRunIdJobsGetResponse200 as ReposOwnerRepoActionsRunsRunIdJobsGetResponse200,
|
|
8327
8336
|
)
|
|
8328
|
-
from .
|
|
8337
|
+
from .group_1107 import (
|
|
8329
8338
|
ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBody as ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBody,
|
|
8330
8339
|
)
|
|
8331
|
-
from .
|
|
8340
|
+
from .group_1108 import (
|
|
8332
8341
|
ReposOwnerRepoActionsRunsRunIdRerunPostBody as ReposOwnerRepoActionsRunsRunIdRerunPostBody,
|
|
8333
8342
|
)
|
|
8334
|
-
from .
|
|
8343
|
+
from .group_1109 import (
|
|
8335
8344
|
ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBody as ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBody,
|
|
8336
8345
|
)
|
|
8337
|
-
from .
|
|
8346
|
+
from .group_1110 import (
|
|
8338
8347
|
ReposOwnerRepoActionsSecretsGetResponse200 as ReposOwnerRepoActionsSecretsGetResponse200,
|
|
8339
8348
|
)
|
|
8340
|
-
from .
|
|
8349
|
+
from .group_1111 import (
|
|
8341
8350
|
ReposOwnerRepoActionsSecretsSecretNamePutBody as ReposOwnerRepoActionsSecretsSecretNamePutBody,
|
|
8342
8351
|
)
|
|
8343
|
-
from .
|
|
8352
|
+
from .group_1112 import (
|
|
8344
8353
|
ReposOwnerRepoActionsVariablesGetResponse200 as ReposOwnerRepoActionsVariablesGetResponse200,
|
|
8345
8354
|
)
|
|
8346
|
-
from .
|
|
8355
|
+
from .group_1113 import (
|
|
8347
8356
|
ReposOwnerRepoActionsVariablesPostBody as ReposOwnerRepoActionsVariablesPostBody,
|
|
8348
8357
|
)
|
|
8349
|
-
from .
|
|
8358
|
+
from .group_1114 import (
|
|
8350
8359
|
ReposOwnerRepoActionsVariablesNamePatchBody as ReposOwnerRepoActionsVariablesNamePatchBody,
|
|
8351
8360
|
)
|
|
8352
|
-
from .
|
|
8361
|
+
from .group_1115 import (
|
|
8353
8362
|
ReposOwnerRepoActionsWorkflowsGetResponse200 as ReposOwnerRepoActionsWorkflowsGetResponse200,
|
|
8354
8363
|
)
|
|
8355
|
-
from .
|
|
8356
|
-
from .
|
|
8364
|
+
from .group_1115 import Workflow as Workflow
|
|
8365
|
+
from .group_1116 import (
|
|
8357
8366
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBody as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBody,
|
|
8358
8367
|
)
|
|
8359
|
-
from .
|
|
8368
|
+
from .group_1116 import (
|
|
8360
8369
|
ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputs as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputs,
|
|
8361
8370
|
)
|
|
8362
|
-
from .
|
|
8371
|
+
from .group_1117 import (
|
|
8363
8372
|
ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200 as ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200,
|
|
8364
8373
|
)
|
|
8365
|
-
from .
|
|
8374
|
+
from .group_1118 import (
|
|
8366
8375
|
ReposOwnerRepoAttestationsPostBody as ReposOwnerRepoAttestationsPostBody,
|
|
8367
8376
|
)
|
|
8368
|
-
from .
|
|
8377
|
+
from .group_1118 import (
|
|
8369
8378
|
ReposOwnerRepoAttestationsPostBodyPropBundle as ReposOwnerRepoAttestationsPostBodyPropBundle,
|
|
8370
8379
|
)
|
|
8371
|
-
from .
|
|
8380
|
+
from .group_1118 import (
|
|
8372
8381
|
ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelope as ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelope,
|
|
8373
8382
|
)
|
|
8374
|
-
from .
|
|
8383
|
+
from .group_1118 import (
|
|
8375
8384
|
ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterial as ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterial,
|
|
8376
8385
|
)
|
|
8377
|
-
from .
|
|
8386
|
+
from .group_1119 import (
|
|
8378
8387
|
ReposOwnerRepoAttestationsPostResponse201 as ReposOwnerRepoAttestationsPostResponse201,
|
|
8379
8388
|
)
|
|
8380
|
-
from .
|
|
8389
|
+
from .group_1120 import (
|
|
8381
8390
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200 as ReposOwnerRepoAttestationsSubjectDigestGetResponse200,
|
|
8382
8391
|
)
|
|
8383
|
-
from .
|
|
8392
|
+
from .group_1120 import (
|
|
8384
8393
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItems as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItems,
|
|
8385
8394
|
)
|
|
8386
|
-
from .
|
|
8395
|
+
from .group_1120 import (
|
|
8387
8396
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle,
|
|
8388
8397
|
)
|
|
8389
|
-
from .
|
|
8398
|
+
from .group_1120 import (
|
|
8390
8399
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope,
|
|
8391
8400
|
)
|
|
8392
|
-
from .
|
|
8401
|
+
from .group_1120 import (
|
|
8393
8402
|
ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial,
|
|
8394
8403
|
)
|
|
8395
|
-
from .
|
|
8404
|
+
from .group_1121 import (
|
|
8396
8405
|
ReposOwnerRepoAutolinksPostBody as ReposOwnerRepoAutolinksPostBody,
|
|
8397
8406
|
)
|
|
8398
|
-
from .
|
|
8407
|
+
from .group_1122 import (
|
|
8399
8408
|
ReposOwnerRepoBranchesBranchProtectionPutBody as ReposOwnerRepoBranchesBranchProtectionPutBody,
|
|
8400
8409
|
)
|
|
8401
|
-
from .
|
|
8410
|
+
from .group_1122 import (
|
|
8402
8411
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews,
|
|
8403
8412
|
)
|
|
8404
|
-
from .
|
|
8413
|
+
from .group_1122 import (
|
|
8405
8414
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances,
|
|
8406
8415
|
)
|
|
8407
|
-
from .
|
|
8416
|
+
from .group_1122 import (
|
|
8408
8417
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions,
|
|
8409
8418
|
)
|
|
8410
|
-
from .
|
|
8419
|
+
from .group_1122 import (
|
|
8411
8420
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks,
|
|
8412
8421
|
)
|
|
8413
|
-
from .
|
|
8422
|
+
from .group_1122 import (
|
|
8414
8423
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems,
|
|
8415
8424
|
)
|
|
8416
|
-
from .
|
|
8425
|
+
from .group_1122 import (
|
|
8417
8426
|
ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions,
|
|
8418
8427
|
)
|
|
8419
|
-
from .
|
|
8428
|
+
from .group_1123 import (
|
|
8420
8429
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBody as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBody,
|
|
8421
8430
|
)
|
|
8422
|
-
from .
|
|
8431
|
+
from .group_1123 import (
|
|
8423
8432
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowances as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowances,
|
|
8424
8433
|
)
|
|
8425
|
-
from .
|
|
8434
|
+
from .group_1123 import (
|
|
8426
8435
|
ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions,
|
|
8427
8436
|
)
|
|
8428
|
-
from .
|
|
8437
|
+
from .group_1124 import (
|
|
8429
8438
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBody as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBody,
|
|
8430
8439
|
)
|
|
8431
|
-
from .
|
|
8440
|
+
from .group_1124 import (
|
|
8432
8441
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItems as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItems,
|
|
8433
8442
|
)
|
|
8434
|
-
from .
|
|
8443
|
+
from .group_1125 import (
|
|
8435
8444
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0,
|
|
8436
8445
|
)
|
|
8437
|
-
from .
|
|
8446
|
+
from .group_1126 import (
|
|
8438
8447
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0,
|
|
8439
8448
|
)
|
|
8440
|
-
from .
|
|
8449
|
+
from .group_1127 import (
|
|
8441
8450
|
ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0,
|
|
8442
8451
|
)
|
|
8443
|
-
from .
|
|
8452
|
+
from .group_1128 import (
|
|
8444
8453
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBody,
|
|
8445
8454
|
)
|
|
8446
|
-
from .
|
|
8455
|
+
from .group_1129 import (
|
|
8447
8456
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBody,
|
|
8448
8457
|
)
|
|
8449
|
-
from .
|
|
8458
|
+
from .group_1130 import (
|
|
8450
8459
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBody,
|
|
8451
8460
|
)
|
|
8452
|
-
from .
|
|
8461
|
+
from .group_1131 import (
|
|
8453
8462
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0,
|
|
8454
8463
|
)
|
|
8455
|
-
from .
|
|
8464
|
+
from .group_1132 import (
|
|
8456
8465
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0,
|
|
8457
8466
|
)
|
|
8458
|
-
from .
|
|
8467
|
+
from .group_1133 import (
|
|
8459
8468
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0 as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0,
|
|
8460
8469
|
)
|
|
8461
|
-
from .
|
|
8470
|
+
from .group_1134 import (
|
|
8462
8471
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBody,
|
|
8463
8472
|
)
|
|
8464
|
-
from .
|
|
8473
|
+
from .group_1135 import (
|
|
8465
8474
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBody,
|
|
8466
8475
|
)
|
|
8467
|
-
from .
|
|
8476
|
+
from .group_1136 import (
|
|
8468
8477
|
ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBody as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBody,
|
|
8469
8478
|
)
|
|
8470
|
-
from .
|
|
8479
|
+
from .group_1137 import (
|
|
8471
8480
|
ReposOwnerRepoBranchesBranchRenamePostBody as ReposOwnerRepoBranchesBranchRenamePostBody,
|
|
8472
8481
|
)
|
|
8473
|
-
from .
|
|
8482
|
+
from .group_1138 import (
|
|
8474
8483
|
ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchBody as ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchBody,
|
|
8475
8484
|
)
|
|
8476
|
-
from .
|
|
8485
|
+
from .group_1139 import (
|
|
8477
8486
|
ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchResponse200 as ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchResponse200,
|
|
8478
8487
|
)
|
|
8479
|
-
from .
|
|
8488
|
+
from .group_1140 import (
|
|
8480
8489
|
ReposOwnerRepoCheckRunsPostBodyPropActionsItems as ReposOwnerRepoCheckRunsPostBodyPropActionsItems,
|
|
8481
8490
|
)
|
|
8482
|
-
from .
|
|
8491
|
+
from .group_1140 import (
|
|
8483
8492
|
ReposOwnerRepoCheckRunsPostBodyPropOutput as ReposOwnerRepoCheckRunsPostBodyPropOutput,
|
|
8484
8493
|
)
|
|
8485
|
-
from .
|
|
8494
|
+
from .group_1140 import (
|
|
8486
8495
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems,
|
|
8487
8496
|
)
|
|
8488
|
-
from .
|
|
8497
|
+
from .group_1140 import (
|
|
8489
8498
|
ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItems as ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItems,
|
|
8490
8499
|
)
|
|
8491
|
-
from .
|
|
8500
|
+
from .group_1141 import (
|
|
8492
8501
|
ReposOwnerRepoCheckRunsPostBodyOneof0 as ReposOwnerRepoCheckRunsPostBodyOneof0,
|
|
8493
8502
|
)
|
|
8494
|
-
from .
|
|
8503
|
+
from .group_1142 import (
|
|
8495
8504
|
ReposOwnerRepoCheckRunsPostBodyOneof1 as ReposOwnerRepoCheckRunsPostBodyOneof1,
|
|
8496
8505
|
)
|
|
8497
|
-
from .
|
|
8506
|
+
from .group_1143 import (
|
|
8498
8507
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItems,
|
|
8499
8508
|
)
|
|
8500
|
-
from .
|
|
8509
|
+
from .group_1143 import (
|
|
8501
8510
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutput as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutput,
|
|
8502
8511
|
)
|
|
8503
|
-
from .
|
|
8512
|
+
from .group_1143 import (
|
|
8504
8513
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems,
|
|
8505
8514
|
)
|
|
8506
|
-
from .
|
|
8515
|
+
from .group_1143 import (
|
|
8507
8516
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItems as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItems,
|
|
8508
8517
|
)
|
|
8509
|
-
from .
|
|
8518
|
+
from .group_1144 import (
|
|
8510
8519
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0 as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0,
|
|
8511
8520
|
)
|
|
8512
|
-
from .
|
|
8521
|
+
from .group_1145 import (
|
|
8513
8522
|
ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1 as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1,
|
|
8514
8523
|
)
|
|
8515
|
-
from .
|
|
8524
|
+
from .group_1146 import (
|
|
8516
8525
|
ReposOwnerRepoCheckSuitesPostBody as ReposOwnerRepoCheckSuitesPostBody,
|
|
8517
8526
|
)
|
|
8518
|
-
from .
|
|
8527
|
+
from .group_1147 import (
|
|
8519
8528
|
ReposOwnerRepoCheckSuitesPreferencesPatchBody as ReposOwnerRepoCheckSuitesPreferencesPatchBody,
|
|
8520
8529
|
)
|
|
8521
|
-
from .
|
|
8530
|
+
from .group_1147 import (
|
|
8522
8531
|
ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItems as ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItems,
|
|
8523
8532
|
)
|
|
8524
|
-
from .
|
|
8533
|
+
from .group_1148 import (
|
|
8525
8534
|
ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200 as ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200,
|
|
8526
8535
|
)
|
|
8527
|
-
from .
|
|
8536
|
+
from .group_1149 import (
|
|
8528
8537
|
ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBody as ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBody,
|
|
8529
8538
|
)
|
|
8530
|
-
from .
|
|
8539
|
+
from .group_1150 import (
|
|
8531
8540
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0,
|
|
8532
8541
|
)
|
|
8533
|
-
from .
|
|
8542
|
+
from .group_1151 import (
|
|
8534
8543
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1,
|
|
8535
8544
|
)
|
|
8536
|
-
from .
|
|
8545
|
+
from .group_1152 import (
|
|
8537
8546
|
ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2 as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2,
|
|
8538
8547
|
)
|
|
8539
|
-
from .
|
|
8548
|
+
from .group_1153 import (
|
|
8540
8549
|
ReposOwnerRepoCodeScanningSarifsPostBody as ReposOwnerRepoCodeScanningSarifsPostBody,
|
|
8541
8550
|
)
|
|
8542
|
-
from .
|
|
8551
|
+
from .group_1154 import (
|
|
8543
8552
|
ReposOwnerRepoCodespacesGetResponse200 as ReposOwnerRepoCodespacesGetResponse200,
|
|
8544
8553
|
)
|
|
8545
|
-
from .
|
|
8554
|
+
from .group_1155 import (
|
|
8546
8555
|
ReposOwnerRepoCodespacesPostBody as ReposOwnerRepoCodespacesPostBody,
|
|
8547
8556
|
)
|
|
8548
|
-
from .
|
|
8557
|
+
from .group_1156 import (
|
|
8549
8558
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200 as ReposOwnerRepoCodespacesDevcontainersGetResponse200,
|
|
8550
8559
|
)
|
|
8551
|
-
from .
|
|
8560
|
+
from .group_1156 import (
|
|
8552
8561
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItems as ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItems,
|
|
8553
8562
|
)
|
|
8554
|
-
from .
|
|
8563
|
+
from .group_1157 import (
|
|
8555
8564
|
ReposOwnerRepoCodespacesMachinesGetResponse200 as ReposOwnerRepoCodespacesMachinesGetResponse200,
|
|
8556
8565
|
)
|
|
8557
|
-
from .
|
|
8566
|
+
from .group_1158 import (
|
|
8558
8567
|
ReposOwnerRepoCodespacesNewGetResponse200 as ReposOwnerRepoCodespacesNewGetResponse200,
|
|
8559
8568
|
)
|
|
8560
|
-
from .
|
|
8569
|
+
from .group_1158 import (
|
|
8561
8570
|
ReposOwnerRepoCodespacesNewGetResponse200PropDefaults as ReposOwnerRepoCodespacesNewGetResponse200PropDefaults,
|
|
8562
8571
|
)
|
|
8563
|
-
from .
|
|
8564
|
-
from .
|
|
8572
|
+
from .group_1159 import RepoCodespacesSecret as RepoCodespacesSecret
|
|
8573
|
+
from .group_1159 import (
|
|
8565
8574
|
ReposOwnerRepoCodespacesSecretsGetResponse200 as ReposOwnerRepoCodespacesSecretsGetResponse200,
|
|
8566
8575
|
)
|
|
8567
|
-
from .
|
|
8576
|
+
from .group_1160 import (
|
|
8568
8577
|
ReposOwnerRepoCodespacesSecretsSecretNamePutBody as ReposOwnerRepoCodespacesSecretsSecretNamePutBody,
|
|
8569
8578
|
)
|
|
8570
|
-
from .
|
|
8579
|
+
from .group_1161 import (
|
|
8571
8580
|
ReposOwnerRepoCollaboratorsUsernamePutBody as ReposOwnerRepoCollaboratorsUsernamePutBody,
|
|
8572
8581
|
)
|
|
8573
|
-
from .
|
|
8582
|
+
from .group_1162 import (
|
|
8574
8583
|
ReposOwnerRepoCommentsCommentIdPatchBody as ReposOwnerRepoCommentsCommentIdPatchBody,
|
|
8575
8584
|
)
|
|
8576
|
-
from .
|
|
8585
|
+
from .group_1163 import (
|
|
8577
8586
|
ReposOwnerRepoCommentsCommentIdReactionsPostBody as ReposOwnerRepoCommentsCommentIdReactionsPostBody,
|
|
8578
8587
|
)
|
|
8579
|
-
from .
|
|
8588
|
+
from .group_1164 import (
|
|
8580
8589
|
ReposOwnerRepoCommitsCommitShaCommentsPostBody as ReposOwnerRepoCommitsCommitShaCommentsPostBody,
|
|
8581
8590
|
)
|
|
8582
|
-
from .
|
|
8591
|
+
from .group_1165 import (
|
|
8583
8592
|
ReposOwnerRepoCommitsRefCheckRunsGetResponse200 as ReposOwnerRepoCommitsRefCheckRunsGetResponse200,
|
|
8584
8593
|
)
|
|
8585
|
-
from .
|
|
8594
|
+
from .group_1166 import (
|
|
8586
8595
|
ReposOwnerRepoContentsPathPutBody as ReposOwnerRepoContentsPathPutBody,
|
|
8587
8596
|
)
|
|
8588
|
-
from .
|
|
8597
|
+
from .group_1166 import (
|
|
8589
8598
|
ReposOwnerRepoContentsPathPutBodyPropAuthor as ReposOwnerRepoContentsPathPutBodyPropAuthor,
|
|
8590
8599
|
)
|
|
8591
|
-
from .
|
|
8600
|
+
from .group_1166 import (
|
|
8592
8601
|
ReposOwnerRepoContentsPathPutBodyPropCommitter as ReposOwnerRepoContentsPathPutBodyPropCommitter,
|
|
8593
8602
|
)
|
|
8594
|
-
from .
|
|
8603
|
+
from .group_1167 import (
|
|
8595
8604
|
ReposOwnerRepoContentsPathDeleteBody as ReposOwnerRepoContentsPathDeleteBody,
|
|
8596
8605
|
)
|
|
8597
|
-
from .
|
|
8606
|
+
from .group_1167 import (
|
|
8598
8607
|
ReposOwnerRepoContentsPathDeleteBodyPropAuthor as ReposOwnerRepoContentsPathDeleteBodyPropAuthor,
|
|
8599
8608
|
)
|
|
8600
|
-
from .
|
|
8609
|
+
from .group_1167 import (
|
|
8601
8610
|
ReposOwnerRepoContentsPathDeleteBodyPropCommitter as ReposOwnerRepoContentsPathDeleteBodyPropCommitter,
|
|
8602
8611
|
)
|
|
8603
|
-
from .
|
|
8612
|
+
from .group_1168 import (
|
|
8604
8613
|
ReposOwnerRepoDependabotAlertsAlertNumberPatchBody as ReposOwnerRepoDependabotAlertsAlertNumberPatchBody,
|
|
8605
8614
|
)
|
|
8606
|
-
from .
|
|
8607
|
-
from .
|
|
8615
|
+
from .group_1169 import DependabotSecret as DependabotSecret
|
|
8616
|
+
from .group_1169 import (
|
|
8608
8617
|
ReposOwnerRepoDependabotSecretsGetResponse200 as ReposOwnerRepoDependabotSecretsGetResponse200,
|
|
8609
8618
|
)
|
|
8610
|
-
from .
|
|
8619
|
+
from .group_1170 import (
|
|
8611
8620
|
ReposOwnerRepoDependabotSecretsSecretNamePutBody as ReposOwnerRepoDependabotSecretsSecretNamePutBody,
|
|
8612
8621
|
)
|
|
8613
|
-
from .
|
|
8622
|
+
from .group_1171 import (
|
|
8614
8623
|
ReposOwnerRepoDependencyGraphSnapshotsPostResponse201 as ReposOwnerRepoDependencyGraphSnapshotsPostResponse201,
|
|
8615
8624
|
)
|
|
8616
|
-
from .
|
|
8625
|
+
from .group_1172 import (
|
|
8617
8626
|
ReposOwnerRepoDeploymentsPostBody as ReposOwnerRepoDeploymentsPostBody,
|
|
8618
8627
|
)
|
|
8619
|
-
from .
|
|
8628
|
+
from .group_1172 import (
|
|
8620
8629
|
ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0 as ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0,
|
|
8621
8630
|
)
|
|
8622
|
-
from .
|
|
8631
|
+
from .group_1173 import (
|
|
8623
8632
|
ReposOwnerRepoDeploymentsPostResponse202 as ReposOwnerRepoDeploymentsPostResponse202,
|
|
8624
8633
|
)
|
|
8625
|
-
from .
|
|
8634
|
+
from .group_1174 import (
|
|
8626
8635
|
ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBody as ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBody,
|
|
8627
8636
|
)
|
|
8628
|
-
from .
|
|
8637
|
+
from .group_1175 import (
|
|
8629
8638
|
ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchBody as ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchBody,
|
|
8630
8639
|
)
|
|
8631
|
-
from .
|
|
8640
|
+
from .group_1176 import (
|
|
8632
8641
|
ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchResponse200 as ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchResponse200,
|
|
8633
8642
|
)
|
|
8634
|
-
from .
|
|
8643
|
+
from .group_1177 import (
|
|
8635
8644
|
ReposOwnerRepoDispatchesPostBody as ReposOwnerRepoDispatchesPostBody,
|
|
8636
8645
|
)
|
|
8637
|
-
from .
|
|
8646
|
+
from .group_1177 import (
|
|
8638
8647
|
ReposOwnerRepoDispatchesPostBodyPropClientPayload as ReposOwnerRepoDispatchesPostBodyPropClientPayload,
|
|
8639
8648
|
)
|
|
8640
|
-
from .
|
|
8649
|
+
from .group_1178 import (
|
|
8641
8650
|
ReposOwnerRepoEnvironmentsEnvironmentNamePutBody as ReposOwnerRepoEnvironmentsEnvironmentNamePutBody,
|
|
8642
8651
|
)
|
|
8643
|
-
from .
|
|
8652
|
+
from .group_1178 import (
|
|
8644
8653
|
ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItems as ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItems,
|
|
8645
8654
|
)
|
|
8646
|
-
from .
|
|
8647
|
-
from .
|
|
8655
|
+
from .group_1179 import DeploymentBranchPolicy as DeploymentBranchPolicy
|
|
8656
|
+
from .group_1179 import (
|
|
8648
8657
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200,
|
|
8649
8658
|
)
|
|
8650
|
-
from .
|
|
8659
|
+
from .group_1180 import (
|
|
8651
8660
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody,
|
|
8652
8661
|
)
|
|
8653
|
-
from .
|
|
8662
|
+
from .group_1181 import (
|
|
8654
8663
|
ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200,
|
|
8655
8664
|
)
|
|
8656
|
-
from .
|
|
8665
|
+
from .group_1182 import (
|
|
8657
8666
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200,
|
|
8658
8667
|
)
|
|
8659
|
-
from .
|
|
8668
|
+
from .group_1183 import (
|
|
8660
8669
|
ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody,
|
|
8661
8670
|
)
|
|
8662
|
-
from .
|
|
8671
|
+
from .group_1184 import (
|
|
8663
8672
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200 as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200,
|
|
8664
8673
|
)
|
|
8665
|
-
from .
|
|
8674
|
+
from .group_1185 import (
|
|
8666
8675
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody,
|
|
8667
8676
|
)
|
|
8668
|
-
from .
|
|
8677
|
+
from .group_1186 import (
|
|
8669
8678
|
ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody,
|
|
8670
8679
|
)
|
|
8671
|
-
from .
|
|
8672
|
-
from .
|
|
8680
|
+
from .group_1187 import ReposOwnerRepoForksPostBody as ReposOwnerRepoForksPostBody
|
|
8681
|
+
from .group_1188 import (
|
|
8673
8682
|
ReposOwnerRepoGitBlobsPostBody as ReposOwnerRepoGitBlobsPostBody,
|
|
8674
8683
|
)
|
|
8675
|
-
from .
|
|
8684
|
+
from .group_1189 import (
|
|
8676
8685
|
ReposOwnerRepoGitCommitsPostBody as ReposOwnerRepoGitCommitsPostBody,
|
|
8677
8686
|
)
|
|
8678
|
-
from .
|
|
8687
|
+
from .group_1189 import (
|
|
8679
8688
|
ReposOwnerRepoGitCommitsPostBodyPropAuthor as ReposOwnerRepoGitCommitsPostBodyPropAuthor,
|
|
8680
8689
|
)
|
|
8681
|
-
from .
|
|
8690
|
+
from .group_1189 import (
|
|
8682
8691
|
ReposOwnerRepoGitCommitsPostBodyPropCommitter as ReposOwnerRepoGitCommitsPostBodyPropCommitter,
|
|
8683
8692
|
)
|
|
8684
|
-
from .
|
|
8693
|
+
from .group_1190 import (
|
|
8685
8694
|
ReposOwnerRepoGitRefsPostBody as ReposOwnerRepoGitRefsPostBody,
|
|
8686
8695
|
)
|
|
8687
|
-
from .
|
|
8696
|
+
from .group_1191 import (
|
|
8688
8697
|
ReposOwnerRepoGitRefsRefPatchBody as ReposOwnerRepoGitRefsRefPatchBody,
|
|
8689
8698
|
)
|
|
8690
|
-
from .
|
|
8699
|
+
from .group_1192 import (
|
|
8691
8700
|
ReposOwnerRepoGitTagsPostBody as ReposOwnerRepoGitTagsPostBody,
|
|
8692
8701
|
)
|
|
8693
|
-
from .
|
|
8702
|
+
from .group_1192 import (
|
|
8694
8703
|
ReposOwnerRepoGitTagsPostBodyPropTagger as ReposOwnerRepoGitTagsPostBodyPropTagger,
|
|
8695
8704
|
)
|
|
8696
|
-
from .
|
|
8705
|
+
from .group_1193 import (
|
|
8697
8706
|
ReposOwnerRepoGitTreesPostBody as ReposOwnerRepoGitTreesPostBody,
|
|
8698
8707
|
)
|
|
8699
|
-
from .
|
|
8708
|
+
from .group_1193 import (
|
|
8700
8709
|
ReposOwnerRepoGitTreesPostBodyPropTreeItems as ReposOwnerRepoGitTreesPostBodyPropTreeItems,
|
|
8701
8710
|
)
|
|
8702
|
-
from .
|
|
8703
|
-
from .
|
|
8711
|
+
from .group_1194 import ReposOwnerRepoHooksPostBody as ReposOwnerRepoHooksPostBody
|
|
8712
|
+
from .group_1194 import (
|
|
8704
8713
|
ReposOwnerRepoHooksPostBodyPropConfig as ReposOwnerRepoHooksPostBodyPropConfig,
|
|
8705
8714
|
)
|
|
8706
|
-
from .
|
|
8715
|
+
from .group_1195 import (
|
|
8707
8716
|
ReposOwnerRepoHooksHookIdPatchBody as ReposOwnerRepoHooksHookIdPatchBody,
|
|
8708
8717
|
)
|
|
8709
|
-
from .
|
|
8718
|
+
from .group_1196 import (
|
|
8710
8719
|
ReposOwnerRepoHooksHookIdConfigPatchBody as ReposOwnerRepoHooksHookIdConfigPatchBody,
|
|
8711
8720
|
)
|
|
8712
|
-
from .
|
|
8713
|
-
from .
|
|
8721
|
+
from .group_1197 import ReposOwnerRepoImportPutBody as ReposOwnerRepoImportPutBody
|
|
8722
|
+
from .group_1198 import (
|
|
8714
8723
|
ReposOwnerRepoImportPatchBody as ReposOwnerRepoImportPatchBody,
|
|
8715
8724
|
)
|
|
8716
|
-
from .
|
|
8725
|
+
from .group_1199 import (
|
|
8717
8726
|
ReposOwnerRepoImportAuthorsAuthorIdPatchBody as ReposOwnerRepoImportAuthorsAuthorIdPatchBody,
|
|
8718
8727
|
)
|
|
8719
|
-
from .
|
|
8728
|
+
from .group_1200 import (
|
|
8720
8729
|
ReposOwnerRepoImportLfsPatchBody as ReposOwnerRepoImportLfsPatchBody,
|
|
8721
8730
|
)
|
|
8722
|
-
from .
|
|
8731
|
+
from .group_1201 import (
|
|
8723
8732
|
ReposOwnerRepoInteractionLimitsGetResponse200Anyof1 as ReposOwnerRepoInteractionLimitsGetResponse200Anyof1,
|
|
8724
8733
|
)
|
|
8725
|
-
from .
|
|
8734
|
+
from .group_1202 import (
|
|
8726
8735
|
ReposOwnerRepoInvitationsInvitationIdPatchBody as ReposOwnerRepoInvitationsInvitationIdPatchBody,
|
|
8727
8736
|
)
|
|
8728
|
-
from .
|
|
8729
|
-
from .
|
|
8737
|
+
from .group_1203 import ReposOwnerRepoIssuesPostBody as ReposOwnerRepoIssuesPostBody
|
|
8738
|
+
from .group_1203 import (
|
|
8730
8739
|
ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1 as ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1,
|
|
8731
8740
|
)
|
|
8732
|
-
from .
|
|
8741
|
+
from .group_1204 import (
|
|
8733
8742
|
ReposOwnerRepoIssuesCommentsCommentIdPatchBody as ReposOwnerRepoIssuesCommentsCommentIdPatchBody,
|
|
8734
8743
|
)
|
|
8735
|
-
from .
|
|
8744
|
+
from .group_1205 import (
|
|
8736
8745
|
ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBody as ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBody,
|
|
8737
8746
|
)
|
|
8738
|
-
from .
|
|
8747
|
+
from .group_1206 import (
|
|
8739
8748
|
ReposOwnerRepoIssuesIssueNumberPatchBody as ReposOwnerRepoIssuesIssueNumberPatchBody,
|
|
8740
8749
|
)
|
|
8741
|
-
from .
|
|
8750
|
+
from .group_1206 import (
|
|
8742
8751
|
ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1 as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1,
|
|
8743
8752
|
)
|
|
8744
|
-
from .
|
|
8753
|
+
from .group_1207 import (
|
|
8745
8754
|
ReposOwnerRepoIssuesIssueNumberAssigneesPostBody as ReposOwnerRepoIssuesIssueNumberAssigneesPostBody,
|
|
8746
8755
|
)
|
|
8747
|
-
from .
|
|
8756
|
+
from .group_1208 import (
|
|
8748
8757
|
ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBody as ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBody,
|
|
8749
8758
|
)
|
|
8750
|
-
from .
|
|
8759
|
+
from .group_1209 import (
|
|
8751
8760
|
ReposOwnerRepoIssuesIssueNumberCommentsPostBody as ReposOwnerRepoIssuesIssueNumberCommentsPostBody,
|
|
8752
8761
|
)
|
|
8753
|
-
from .
|
|
8762
|
+
from .group_1210 import (
|
|
8754
8763
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0 as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0,
|
|
8755
8764
|
)
|
|
8756
|
-
from .
|
|
8765
|
+
from .group_1211 import (
|
|
8757
8766
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2 as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2,
|
|
8758
8767
|
)
|
|
8759
|
-
from .
|
|
8768
|
+
from .group_1211 import (
|
|
8760
8769
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItems as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItems,
|
|
8761
8770
|
)
|
|
8762
|
-
from .
|
|
8771
|
+
from .group_1212 import (
|
|
8763
8772
|
ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3Items as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3Items,
|
|
8764
8773
|
)
|
|
8765
|
-
from .
|
|
8774
|
+
from .group_1213 import (
|
|
8766
8775
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0 as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0,
|
|
8767
8776
|
)
|
|
8768
|
-
from .
|
|
8777
|
+
from .group_1214 import (
|
|
8769
8778
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2 as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2,
|
|
8770
8779
|
)
|
|
8771
|
-
from .
|
|
8780
|
+
from .group_1214 import (
|
|
8772
8781
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItems as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItems,
|
|
8773
8782
|
)
|
|
8774
|
-
from .
|
|
8783
|
+
from .group_1215 import (
|
|
8775
8784
|
ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3Items as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3Items,
|
|
8776
8785
|
)
|
|
8777
|
-
from .
|
|
8786
|
+
from .group_1216 import (
|
|
8778
8787
|
ReposOwnerRepoIssuesIssueNumberLockPutBody as ReposOwnerRepoIssuesIssueNumberLockPutBody,
|
|
8779
8788
|
)
|
|
8780
|
-
from .
|
|
8789
|
+
from .group_1217 import (
|
|
8781
8790
|
ReposOwnerRepoIssuesIssueNumberReactionsPostBody as ReposOwnerRepoIssuesIssueNumberReactionsPostBody,
|
|
8782
8791
|
)
|
|
8783
|
-
from .
|
|
8792
|
+
from .group_1218 import (
|
|
8784
8793
|
ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBody as ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBody,
|
|
8785
8794
|
)
|
|
8786
|
-
from .
|
|
8795
|
+
from .group_1219 import (
|
|
8787
8796
|
ReposOwnerRepoIssuesIssueNumberSubIssuesPostBody as ReposOwnerRepoIssuesIssueNumberSubIssuesPostBody,
|
|
8788
8797
|
)
|
|
8789
|
-
from .
|
|
8798
|
+
from .group_1220 import (
|
|
8790
8799
|
ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBody as ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBody,
|
|
8791
8800
|
)
|
|
8792
|
-
from .
|
|
8793
|
-
from .
|
|
8794
|
-
from .
|
|
8801
|
+
from .group_1221 import ReposOwnerRepoKeysPostBody as ReposOwnerRepoKeysPostBody
|
|
8802
|
+
from .group_1222 import ReposOwnerRepoLabelsPostBody as ReposOwnerRepoLabelsPostBody
|
|
8803
|
+
from .group_1223 import (
|
|
8795
8804
|
ReposOwnerRepoLabelsNamePatchBody as ReposOwnerRepoLabelsNamePatchBody,
|
|
8796
8805
|
)
|
|
8797
|
-
from .
|
|
8806
|
+
from .group_1224 import (
|
|
8798
8807
|
ReposOwnerRepoMergeUpstreamPostBody as ReposOwnerRepoMergeUpstreamPostBody,
|
|
8799
8808
|
)
|
|
8800
|
-
from .
|
|
8801
|
-
from .
|
|
8809
|
+
from .group_1225 import ReposOwnerRepoMergesPostBody as ReposOwnerRepoMergesPostBody
|
|
8810
|
+
from .group_1226 import (
|
|
8802
8811
|
ReposOwnerRepoMilestonesPostBody as ReposOwnerRepoMilestonesPostBody,
|
|
8803
8812
|
)
|
|
8804
|
-
from .
|
|
8813
|
+
from .group_1227 import (
|
|
8805
8814
|
ReposOwnerRepoMilestonesMilestoneNumberPatchBody as ReposOwnerRepoMilestonesMilestoneNumberPatchBody,
|
|
8806
8815
|
)
|
|
8807
|
-
from .
|
|
8816
|
+
from .group_1228 import (
|
|
8808
8817
|
ReposOwnerRepoNotificationsPutBody as ReposOwnerRepoNotificationsPutBody,
|
|
8809
8818
|
)
|
|
8810
|
-
from .
|
|
8819
|
+
from .group_1229 import (
|
|
8811
8820
|
ReposOwnerRepoNotificationsPutResponse202 as ReposOwnerRepoNotificationsPutResponse202,
|
|
8812
8821
|
)
|
|
8813
|
-
from .
|
|
8822
|
+
from .group_1230 import (
|
|
8814
8823
|
ReposOwnerRepoPagesPutBodyPropSourceAnyof1 as ReposOwnerRepoPagesPutBodyPropSourceAnyof1,
|
|
8815
8824
|
)
|
|
8816
|
-
from .
|
|
8825
|
+
from .group_1231 import (
|
|
8817
8826
|
ReposOwnerRepoPagesPutBodyAnyof0 as ReposOwnerRepoPagesPutBodyAnyof0,
|
|
8818
8827
|
)
|
|
8819
|
-
from .
|
|
8828
|
+
from .group_1232 import (
|
|
8820
8829
|
ReposOwnerRepoPagesPutBodyAnyof1 as ReposOwnerRepoPagesPutBodyAnyof1,
|
|
8821
8830
|
)
|
|
8822
|
-
from .
|
|
8831
|
+
from .group_1233 import (
|
|
8823
8832
|
ReposOwnerRepoPagesPutBodyAnyof2 as ReposOwnerRepoPagesPutBodyAnyof2,
|
|
8824
8833
|
)
|
|
8825
|
-
from .
|
|
8834
|
+
from .group_1234 import (
|
|
8826
8835
|
ReposOwnerRepoPagesPutBodyAnyof3 as ReposOwnerRepoPagesPutBodyAnyof3,
|
|
8827
8836
|
)
|
|
8828
|
-
from .
|
|
8837
|
+
from .group_1235 import (
|
|
8829
8838
|
ReposOwnerRepoPagesPutBodyAnyof4 as ReposOwnerRepoPagesPutBodyAnyof4,
|
|
8830
8839
|
)
|
|
8831
|
-
from .
|
|
8840
|
+
from .group_1236 import (
|
|
8832
8841
|
ReposOwnerRepoPagesPostBodyPropSource as ReposOwnerRepoPagesPostBodyPropSource,
|
|
8833
8842
|
)
|
|
8834
|
-
from .
|
|
8843
|
+
from .group_1237 import (
|
|
8835
8844
|
ReposOwnerRepoPagesPostBodyAnyof0 as ReposOwnerRepoPagesPostBodyAnyof0,
|
|
8836
8845
|
)
|
|
8837
|
-
from .
|
|
8846
|
+
from .group_1238 import (
|
|
8838
8847
|
ReposOwnerRepoPagesPostBodyAnyof1 as ReposOwnerRepoPagesPostBodyAnyof1,
|
|
8839
8848
|
)
|
|
8840
|
-
from .
|
|
8849
|
+
from .group_1239 import (
|
|
8841
8850
|
ReposOwnerRepoPagesDeploymentsPostBody as ReposOwnerRepoPagesDeploymentsPostBody,
|
|
8842
8851
|
)
|
|
8843
|
-
from .
|
|
8852
|
+
from .group_1240 import (
|
|
8844
8853
|
ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200 as ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200,
|
|
8845
8854
|
)
|
|
8846
|
-
from .
|
|
8855
|
+
from .group_1241 import (
|
|
8847
8856
|
ReposOwnerRepoProjectsPostBody as ReposOwnerRepoProjectsPostBody,
|
|
8848
8857
|
)
|
|
8849
|
-
from .
|
|
8858
|
+
from .group_1242 import (
|
|
8850
8859
|
ReposOwnerRepoPropertiesValuesPatchBody as ReposOwnerRepoPropertiesValuesPatchBody,
|
|
8851
8860
|
)
|
|
8852
|
-
from .
|
|
8853
|
-
from .
|
|
8861
|
+
from .group_1243 import ReposOwnerRepoPullsPostBody as ReposOwnerRepoPullsPostBody
|
|
8862
|
+
from .group_1244 import (
|
|
8854
8863
|
ReposOwnerRepoPullsCommentsCommentIdPatchBody as ReposOwnerRepoPullsCommentsCommentIdPatchBody,
|
|
8855
8864
|
)
|
|
8856
|
-
from .
|
|
8865
|
+
from .group_1245 import (
|
|
8857
8866
|
ReposOwnerRepoPullsCommentsCommentIdReactionsPostBody as ReposOwnerRepoPullsCommentsCommentIdReactionsPostBody,
|
|
8858
8867
|
)
|
|
8859
|
-
from .
|
|
8868
|
+
from .group_1246 import (
|
|
8860
8869
|
ReposOwnerRepoPullsPullNumberPatchBody as ReposOwnerRepoPullsPullNumberPatchBody,
|
|
8861
8870
|
)
|
|
8862
|
-
from .
|
|
8871
|
+
from .group_1247 import (
|
|
8863
8872
|
ReposOwnerRepoPullsPullNumberCodespacesPostBody as ReposOwnerRepoPullsPullNumberCodespacesPostBody,
|
|
8864
8873
|
)
|
|
8865
|
-
from .
|
|
8874
|
+
from .group_1248 import (
|
|
8866
8875
|
ReposOwnerRepoPullsPullNumberCommentsPostBody as ReposOwnerRepoPullsPullNumberCommentsPostBody,
|
|
8867
8876
|
)
|
|
8868
|
-
from .
|
|
8877
|
+
from .group_1249 import (
|
|
8869
8878
|
ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBody as ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBody,
|
|
8870
8879
|
)
|
|
8871
|
-
from .
|
|
8880
|
+
from .group_1250 import (
|
|
8872
8881
|
ReposOwnerRepoPullsPullNumberMergePutBody as ReposOwnerRepoPullsPullNumberMergePutBody,
|
|
8873
8882
|
)
|
|
8874
|
-
from .
|
|
8883
|
+
from .group_1251 import (
|
|
8875
8884
|
ReposOwnerRepoPullsPullNumberMergePutResponse405 as ReposOwnerRepoPullsPullNumberMergePutResponse405,
|
|
8876
8885
|
)
|
|
8877
|
-
from .
|
|
8886
|
+
from .group_1252 import (
|
|
8878
8887
|
ReposOwnerRepoPullsPullNumberMergePutResponse409 as ReposOwnerRepoPullsPullNumberMergePutResponse409,
|
|
8879
8888
|
)
|
|
8880
|
-
from .
|
|
8889
|
+
from .group_1253 import (
|
|
8881
8890
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0 as ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0,
|
|
8882
8891
|
)
|
|
8883
|
-
from .
|
|
8892
|
+
from .group_1254 import (
|
|
8884
8893
|
ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1 as ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1,
|
|
8885
8894
|
)
|
|
8886
|
-
from .
|
|
8895
|
+
from .group_1255 import (
|
|
8887
8896
|
ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBody as ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBody,
|
|
8888
8897
|
)
|
|
8889
|
-
from .
|
|
8898
|
+
from .group_1256 import (
|
|
8890
8899
|
ReposOwnerRepoPullsPullNumberReviewsPostBody as ReposOwnerRepoPullsPullNumberReviewsPostBody,
|
|
8891
8900
|
)
|
|
8892
|
-
from .
|
|
8901
|
+
from .group_1256 import (
|
|
8893
8902
|
ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItems as ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItems,
|
|
8894
8903
|
)
|
|
8895
|
-
from .
|
|
8904
|
+
from .group_1257 import (
|
|
8896
8905
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBody as ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBody,
|
|
8897
8906
|
)
|
|
8898
|
-
from .
|
|
8907
|
+
from .group_1258 import (
|
|
8899
8908
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBody as ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBody,
|
|
8900
8909
|
)
|
|
8901
|
-
from .
|
|
8910
|
+
from .group_1259 import (
|
|
8902
8911
|
ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBody as ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBody,
|
|
8903
8912
|
)
|
|
8904
|
-
from .
|
|
8913
|
+
from .group_1260 import (
|
|
8905
8914
|
ReposOwnerRepoPullsPullNumberUpdateBranchPutBody as ReposOwnerRepoPullsPullNumberUpdateBranchPutBody,
|
|
8906
8915
|
)
|
|
8907
|
-
from .
|
|
8916
|
+
from .group_1261 import (
|
|
8908
8917
|
ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202 as ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202,
|
|
8909
8918
|
)
|
|
8910
|
-
from .
|
|
8919
|
+
from .group_1262 import (
|
|
8911
8920
|
ReposOwnerRepoReleasesPostBody as ReposOwnerRepoReleasesPostBody,
|
|
8912
8921
|
)
|
|
8913
|
-
from .
|
|
8922
|
+
from .group_1263 import (
|
|
8914
8923
|
ReposOwnerRepoReleasesAssetsAssetIdPatchBody as ReposOwnerRepoReleasesAssetsAssetIdPatchBody,
|
|
8915
8924
|
)
|
|
8916
|
-
from .
|
|
8925
|
+
from .group_1264 import (
|
|
8917
8926
|
ReposOwnerRepoReleasesGenerateNotesPostBody as ReposOwnerRepoReleasesGenerateNotesPostBody,
|
|
8918
8927
|
)
|
|
8919
|
-
from .
|
|
8928
|
+
from .group_1265 import (
|
|
8920
8929
|
ReposOwnerRepoReleasesReleaseIdPatchBody as ReposOwnerRepoReleasesReleaseIdPatchBody,
|
|
8921
8930
|
)
|
|
8922
|
-
from .
|
|
8931
|
+
from .group_1266 import (
|
|
8923
8932
|
ReposOwnerRepoReleasesReleaseIdReactionsPostBody as ReposOwnerRepoReleasesReleaseIdReactionsPostBody,
|
|
8924
8933
|
)
|
|
8925
|
-
from .
|
|
8934
|
+
from .group_1267 import (
|
|
8926
8935
|
ReposOwnerRepoRulesetsPostBody as ReposOwnerRepoRulesetsPostBody,
|
|
8927
8936
|
)
|
|
8928
|
-
from .
|
|
8937
|
+
from .group_1268 import (
|
|
8929
8938
|
ReposOwnerRepoRulesetsRulesetIdPutBody as ReposOwnerRepoRulesetsRulesetIdPutBody,
|
|
8930
8939
|
)
|
|
8931
|
-
from .
|
|
8940
|
+
from .group_1269 import (
|
|
8932
8941
|
ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBody as ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBody,
|
|
8933
8942
|
)
|
|
8934
|
-
from .
|
|
8943
|
+
from .group_1270 import (
|
|
8935
8944
|
ReposOwnerRepoSecretScanningPushProtectionBypassesPostBody as ReposOwnerRepoSecretScanningPushProtectionBypassesPostBody,
|
|
8936
8945
|
)
|
|
8937
|
-
from .
|
|
8946
|
+
from .group_1271 import (
|
|
8938
8947
|
ReposOwnerRepoStatusesShaPostBody as ReposOwnerRepoStatusesShaPostBody,
|
|
8939
8948
|
)
|
|
8940
|
-
from .
|
|
8949
|
+
from .group_1272 import (
|
|
8941
8950
|
ReposOwnerRepoSubscriptionPutBody as ReposOwnerRepoSubscriptionPutBody,
|
|
8942
8951
|
)
|
|
8943
|
-
from .
|
|
8952
|
+
from .group_1273 import (
|
|
8944
8953
|
ReposOwnerRepoTagsProtectionPostBody as ReposOwnerRepoTagsProtectionPostBody,
|
|
8945
8954
|
)
|
|
8946
|
-
from .
|
|
8947
|
-
from .
|
|
8955
|
+
from .group_1274 import ReposOwnerRepoTopicsPutBody as ReposOwnerRepoTopicsPutBody
|
|
8956
|
+
from .group_1275 import (
|
|
8948
8957
|
ReposOwnerRepoTransferPostBody as ReposOwnerRepoTransferPostBody,
|
|
8949
8958
|
)
|
|
8950
|
-
from .
|
|
8959
|
+
from .group_1276 import (
|
|
8951
8960
|
ReposTemplateOwnerTemplateRepoGeneratePostBody as ReposTemplateOwnerTemplateRepoGeneratePostBody,
|
|
8952
8961
|
)
|
|
8953
|
-
from .
|
|
8962
|
+
from .group_1277 import (
|
|
8954
8963
|
ScimV2OrganizationsOrgUsersPostBody as ScimV2OrganizationsOrgUsersPostBody,
|
|
8955
8964
|
)
|
|
8956
|
-
from .
|
|
8965
|
+
from .group_1277 import (
|
|
8957
8966
|
ScimV2OrganizationsOrgUsersPostBodyPropEmailsItems as ScimV2OrganizationsOrgUsersPostBodyPropEmailsItems,
|
|
8958
8967
|
)
|
|
8959
|
-
from .
|
|
8968
|
+
from .group_1277 import (
|
|
8960
8969
|
ScimV2OrganizationsOrgUsersPostBodyPropName as ScimV2OrganizationsOrgUsersPostBodyPropName,
|
|
8961
8970
|
)
|
|
8962
|
-
from .
|
|
8971
|
+
from .group_1278 import (
|
|
8963
8972
|
ScimV2OrganizationsOrgUsersScimUserIdPutBody as ScimV2OrganizationsOrgUsersScimUserIdPutBody,
|
|
8964
8973
|
)
|
|
8965
|
-
from .
|
|
8974
|
+
from .group_1278 import (
|
|
8966
8975
|
ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropEmailsItems as ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropEmailsItems,
|
|
8967
8976
|
)
|
|
8968
|
-
from .
|
|
8977
|
+
from .group_1278 import (
|
|
8969
8978
|
ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropName as ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropName,
|
|
8970
8979
|
)
|
|
8971
|
-
from .
|
|
8980
|
+
from .group_1279 import (
|
|
8972
8981
|
ScimV2OrganizationsOrgUsersScimUserIdPatchBody as ScimV2OrganizationsOrgUsersScimUserIdPatchBody,
|
|
8973
8982
|
)
|
|
8974
|
-
from .
|
|
8983
|
+
from .group_1279 import (
|
|
8975
8984
|
ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItems as ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItems,
|
|
8976
8985
|
)
|
|
8977
|
-
from .
|
|
8986
|
+
from .group_1279 import (
|
|
8978
8987
|
ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof0 as ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof0,
|
|
8979
8988
|
)
|
|
8980
|
-
from .
|
|
8989
|
+
from .group_1279 import (
|
|
8981
8990
|
ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof1Items as ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof1Items,
|
|
8982
8991
|
)
|
|
8983
|
-
from .
|
|
8984
|
-
from .
|
|
8992
|
+
from .group_1280 import TeamsTeamIdPatchBody as TeamsTeamIdPatchBody
|
|
8993
|
+
from .group_1281 import (
|
|
8985
8994
|
TeamsTeamIdDiscussionsPostBody as TeamsTeamIdDiscussionsPostBody,
|
|
8986
8995
|
)
|
|
8987
|
-
from .
|
|
8996
|
+
from .group_1282 import (
|
|
8988
8997
|
TeamsTeamIdDiscussionsDiscussionNumberPatchBody as TeamsTeamIdDiscussionsDiscussionNumberPatchBody,
|
|
8989
8998
|
)
|
|
8990
|
-
from .
|
|
8999
|
+
from .group_1283 import (
|
|
8991
9000
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBody as TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBody,
|
|
8992
9001
|
)
|
|
8993
|
-
from .
|
|
9002
|
+
from .group_1284 import (
|
|
8994
9003
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBody as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBody,
|
|
8995
9004
|
)
|
|
8996
|
-
from .
|
|
9005
|
+
from .group_1285 import (
|
|
8997
9006
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody,
|
|
8998
9007
|
)
|
|
8999
|
-
from .
|
|
9008
|
+
from .group_1286 import (
|
|
9000
9009
|
TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBody as TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBody,
|
|
9001
9010
|
)
|
|
9002
|
-
from .
|
|
9011
|
+
from .group_1287 import (
|
|
9003
9012
|
TeamsTeamIdMembershipsUsernamePutBody as TeamsTeamIdMembershipsUsernamePutBody,
|
|
9004
9013
|
)
|
|
9005
|
-
from .
|
|
9014
|
+
from .group_1288 import (
|
|
9006
9015
|
TeamsTeamIdProjectsProjectIdPutBody as TeamsTeamIdProjectsProjectIdPutBody,
|
|
9007
9016
|
)
|
|
9008
|
-
from .
|
|
9017
|
+
from .group_1289 import (
|
|
9009
9018
|
TeamsTeamIdProjectsProjectIdPutResponse403 as TeamsTeamIdProjectsProjectIdPutResponse403,
|
|
9010
9019
|
)
|
|
9011
|
-
from .
|
|
9020
|
+
from .group_1290 import (
|
|
9012
9021
|
TeamsTeamIdReposOwnerRepoPutBody as TeamsTeamIdReposOwnerRepoPutBody,
|
|
9013
9022
|
)
|
|
9014
|
-
from .
|
|
9023
|
+
from .group_1291 import (
|
|
9015
9024
|
TeamsTeamIdTeamSyncGroupMappingsPatchBody as TeamsTeamIdTeamSyncGroupMappingsPatchBody,
|
|
9016
9025
|
)
|
|
9017
|
-
from .
|
|
9026
|
+
from .group_1291 import (
|
|
9018
9027
|
TeamsTeamIdTeamSyncGroupMappingsPatchBodyPropGroupsItems as TeamsTeamIdTeamSyncGroupMappingsPatchBodyPropGroupsItems,
|
|
9019
9028
|
)
|
|
9020
|
-
from .
|
|
9021
|
-
from .
|
|
9022
|
-
from .
|
|
9023
|
-
from .
|
|
9024
|
-
from .
|
|
9029
|
+
from .group_1292 import UserPatchBody as UserPatchBody
|
|
9030
|
+
from .group_1293 import UserCodespacesGetResponse200 as UserCodespacesGetResponse200
|
|
9031
|
+
from .group_1294 import UserCodespacesPostBodyOneof0 as UserCodespacesPostBodyOneof0
|
|
9032
|
+
from .group_1295 import UserCodespacesPostBodyOneof1 as UserCodespacesPostBodyOneof1
|
|
9033
|
+
from .group_1295 import (
|
|
9025
9034
|
UserCodespacesPostBodyOneof1PropPullRequest as UserCodespacesPostBodyOneof1PropPullRequest,
|
|
9026
9035
|
)
|
|
9027
|
-
from .
|
|
9028
|
-
from .
|
|
9036
|
+
from .group_1296 import CodespacesSecret as CodespacesSecret
|
|
9037
|
+
from .group_1296 import (
|
|
9029
9038
|
UserCodespacesSecretsGetResponse200 as UserCodespacesSecretsGetResponse200,
|
|
9030
9039
|
)
|
|
9031
|
-
from .
|
|
9040
|
+
from .group_1297 import (
|
|
9032
9041
|
UserCodespacesSecretsSecretNamePutBody as UserCodespacesSecretsSecretNamePutBody,
|
|
9033
9042
|
)
|
|
9034
|
-
from .
|
|
9043
|
+
from .group_1298 import (
|
|
9035
9044
|
UserCodespacesSecretsSecretNameRepositoriesGetResponse200 as UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
9036
9045
|
)
|
|
9037
|
-
from .
|
|
9046
|
+
from .group_1299 import (
|
|
9038
9047
|
UserCodespacesSecretsSecretNameRepositoriesPutBody as UserCodespacesSecretsSecretNameRepositoriesPutBody,
|
|
9039
9048
|
)
|
|
9040
|
-
from .
|
|
9049
|
+
from .group_1300 import (
|
|
9041
9050
|
UserCodespacesCodespaceNamePatchBody as UserCodespacesCodespaceNamePatchBody,
|
|
9042
9051
|
)
|
|
9043
|
-
from .
|
|
9052
|
+
from .group_1301 import (
|
|
9044
9053
|
UserCodespacesCodespaceNameMachinesGetResponse200 as UserCodespacesCodespaceNameMachinesGetResponse200,
|
|
9045
9054
|
)
|
|
9046
|
-
from .
|
|
9055
|
+
from .group_1302 import (
|
|
9047
9056
|
UserCodespacesCodespaceNamePublishPostBody as UserCodespacesCodespaceNamePublishPostBody,
|
|
9048
9057
|
)
|
|
9049
|
-
from .
|
|
9050
|
-
from .
|
|
9051
|
-
from .
|
|
9052
|
-
from .
|
|
9053
|
-
from .
|
|
9058
|
+
from .group_1303 import UserEmailVisibilityPatchBody as UserEmailVisibilityPatchBody
|
|
9059
|
+
from .group_1304 import UserEmailsPostBodyOneof0 as UserEmailsPostBodyOneof0
|
|
9060
|
+
from .group_1305 import UserEmailsDeleteBodyOneof0 as UserEmailsDeleteBodyOneof0
|
|
9061
|
+
from .group_1306 import UserGpgKeysPostBody as UserGpgKeysPostBody
|
|
9062
|
+
from .group_1307 import (
|
|
9054
9063
|
UserInstallationsGetResponse200 as UserInstallationsGetResponse200,
|
|
9055
9064
|
)
|
|
9056
|
-
from .
|
|
9065
|
+
from .group_1308 import (
|
|
9057
9066
|
UserInstallationsInstallationIdRepositoriesGetResponse200 as UserInstallationsInstallationIdRepositoriesGetResponse200,
|
|
9058
9067
|
)
|
|
9059
|
-
from .
|
|
9068
|
+
from .group_1309 import (
|
|
9060
9069
|
UserInteractionLimitsGetResponse200Anyof1 as UserInteractionLimitsGetResponse200Anyof1,
|
|
9061
9070
|
)
|
|
9062
|
-
from .
|
|
9063
|
-
from .
|
|
9071
|
+
from .group_1310 import UserKeysPostBody as UserKeysPostBody
|
|
9072
|
+
from .group_1311 import (
|
|
9064
9073
|
UserMembershipsOrgsOrgPatchBody as UserMembershipsOrgsOrgPatchBody,
|
|
9065
9074
|
)
|
|
9066
|
-
from .
|
|
9067
|
-
from .
|
|
9068
|
-
from .
|
|
9069
|
-
from .
|
|
9070
|
-
from .
|
|
9071
|
-
from .
|
|
9072
|
-
from .
|
|
9075
|
+
from .group_1312 import UserMigrationsPostBody as UserMigrationsPostBody
|
|
9076
|
+
from .group_1313 import UserProjectsPostBody as UserProjectsPostBody
|
|
9077
|
+
from .group_1314 import UserReposPostBody as UserReposPostBody
|
|
9078
|
+
from .group_1315 import UserSocialAccountsPostBody as UserSocialAccountsPostBody
|
|
9079
|
+
from .group_1316 import UserSocialAccountsDeleteBody as UserSocialAccountsDeleteBody
|
|
9080
|
+
from .group_1317 import UserSshSigningKeysPostBody as UserSshSigningKeysPostBody
|
|
9081
|
+
from .group_1318 import (
|
|
9082
|
+
UsersUsernameAttestationsBulkListPostBody as UsersUsernameAttestationsBulkListPostBody,
|
|
9083
|
+
)
|
|
9084
|
+
from .group_1319 import (
|
|
9085
|
+
UsersUsernameAttestationsBulkListPostResponse200 as UsersUsernameAttestationsBulkListPostResponse200,
|
|
9086
|
+
)
|
|
9087
|
+
from .group_1319 import (
|
|
9088
|
+
UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigests as UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigests,
|
|
9089
|
+
)
|
|
9090
|
+
from .group_1319 import (
|
|
9091
|
+
UsersUsernameAttestationsBulkListPostResponse200PropPageInfo as UsersUsernameAttestationsBulkListPostResponse200PropPageInfo,
|
|
9092
|
+
)
|
|
9093
|
+
from .group_1320 import (
|
|
9073
9094
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof0 as UsersUsernameAttestationsDeleteRequestPostBodyOneof0,
|
|
9074
9095
|
)
|
|
9075
|
-
from .
|
|
9096
|
+
from .group_1321 import (
|
|
9076
9097
|
UsersUsernameAttestationsDeleteRequestPostBodyOneof1 as UsersUsernameAttestationsDeleteRequestPostBodyOneof1,
|
|
9077
9098
|
)
|
|
9078
|
-
from .
|
|
9099
|
+
from .group_1322 import (
|
|
9079
9100
|
UsersUsernameAttestationsSubjectDigestGetResponse200 as UsersUsernameAttestationsSubjectDigestGetResponse200,
|
|
9080
9101
|
)
|
|
9081
|
-
from .
|
|
9102
|
+
from .group_1322 import (
|
|
9082
9103
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItems as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItems,
|
|
9083
9104
|
)
|
|
9084
|
-
from .
|
|
9105
|
+
from .group_1322 import (
|
|
9085
9106
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle,
|
|
9086
9107
|
)
|
|
9087
|
-
from .
|
|
9108
|
+
from .group_1322 import (
|
|
9088
9109
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope,
|
|
9089
9110
|
)
|
|
9090
|
-
from .
|
|
9111
|
+
from .group_1322 import (
|
|
9091
9112
|
UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial,
|
|
9092
9113
|
)
|
|
9093
9114
|
else:
|
|
@@ -9250,6 +9271,7 @@ else:
|
|
|
9250
9271
|
".group_0060": (
|
|
9251
9272
|
"CodeSecurityConfiguration",
|
|
9252
9273
|
"CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptions",
|
|
9274
|
+
"CodeSecurityConfigurationPropCodeScanningOptions",
|
|
9253
9275
|
"CodeSecurityConfigurationPropCodeScanningDefaultSetupOptions",
|
|
9254
9276
|
"CodeSecurityConfigurationPropSecretScanningDelegatedBypassOptions",
|
|
9255
9277
|
"CodeSecurityConfigurationPropSecretScanningDelegatedBypassOptionsPropReviewersItems",
|
|
@@ -13098,169 +13120,171 @@ else:
|
|
|
13098
13120
|
"OrgsOrgAttestationsBulkListPostResponse200PropAttestationsSubjectDigests",
|
|
13099
13121
|
"OrgsOrgAttestationsBulkListPostResponse200PropPageInfo",
|
|
13100
13122
|
),
|
|
13101
|
-
".group_0997": (
|
|
13123
|
+
".group_0997": ("OrgsOrgAttestationsDeleteRequestPostBodyOneof0",),
|
|
13124
|
+
".group_0998": ("OrgsOrgAttestationsDeleteRequestPostBodyOneof1",),
|
|
13125
|
+
".group_0999": (
|
|
13102
13126
|
"OrgsOrgAttestationsSubjectDigestGetResponse200",
|
|
13103
13127
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItems",
|
|
13104
13128
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle",
|
|
13105
13129
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial",
|
|
13106
13130
|
"OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope",
|
|
13107
13131
|
),
|
|
13108
|
-
".
|
|
13132
|
+
".group_1000": (
|
|
13109
13133
|
"OrgsOrgCampaignsPostBody",
|
|
13110
13134
|
"OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItems",
|
|
13111
13135
|
),
|
|
13112
|
-
".
|
|
13113
|
-
".
|
|
13136
|
+
".group_1001": ("OrgsOrgCampaignsCampaignNumberPatchBody",),
|
|
13137
|
+
".group_1002": (
|
|
13114
13138
|
"OrgsOrgCodeSecurityConfigurationsPostBody",
|
|
13115
13139
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptions",
|
|
13116
13140
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptions",
|
|
13117
13141
|
"OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems",
|
|
13118
13142
|
),
|
|
13119
|
-
".
|
|
13120
|
-
".
|
|
13143
|
+
".group_1003": ("OrgsOrgCodeSecurityConfigurationsDetachDeleteBody",),
|
|
13144
|
+
".group_1004": (
|
|
13121
13145
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBody",
|
|
13122
13146
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptions",
|
|
13123
13147
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptions",
|
|
13124
13148
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItems",
|
|
13125
13149
|
),
|
|
13126
|
-
".
|
|
13150
|
+
".group_1005": (
|
|
13127
13151
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBody",
|
|
13128
13152
|
),
|
|
13129
|
-
".
|
|
13153
|
+
".group_1006": (
|
|
13130
13154
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBody",
|
|
13131
13155
|
),
|
|
13132
|
-
".
|
|
13156
|
+
".group_1007": (
|
|
13133
13157
|
"OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200",
|
|
13134
13158
|
),
|
|
13135
|
-
".
|
|
13136
|
-
".
|
|
13137
|
-
".
|
|
13138
|
-
".
|
|
13139
|
-
".
|
|
13159
|
+
".group_1008": ("OrgsOrgCodespacesGetResponse200",),
|
|
13160
|
+
".group_1009": ("OrgsOrgCodespacesAccessPutBody",),
|
|
13161
|
+
".group_1010": ("OrgsOrgCodespacesAccessSelectedUsersPostBody",),
|
|
13162
|
+
".group_1011": ("OrgsOrgCodespacesAccessSelectedUsersDeleteBody",),
|
|
13163
|
+
".group_1012": (
|
|
13140
13164
|
"OrgsOrgCodespacesSecretsGetResponse200",
|
|
13141
13165
|
"CodespacesOrgSecret",
|
|
13142
13166
|
),
|
|
13143
|
-
".
|
|
13144
|
-
".
|
|
13167
|
+
".group_1013": ("OrgsOrgCodespacesSecretsSecretNamePutBody",),
|
|
13168
|
+
".group_1014": (
|
|
13145
13169
|
"OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200",
|
|
13146
13170
|
),
|
|
13147
|
-
".
|
|
13148
|
-
".
|
|
13149
|
-
".
|
|
13150
|
-
".
|
|
13151
|
-
".
|
|
13152
|
-
".
|
|
13153
|
-
".
|
|
13154
|
-
".
|
|
13155
|
-
".
|
|
13156
|
-
".
|
|
13157
|
-
".
|
|
13158
|
-
".
|
|
13171
|
+
".group_1015": ("OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBody",),
|
|
13172
|
+
".group_1016": ("OrgsOrgCopilotBillingSeatsGetResponse200",),
|
|
13173
|
+
".group_1017": ("OrgsOrgCopilotBillingSelectedTeamsPostBody",),
|
|
13174
|
+
".group_1018": ("OrgsOrgCopilotBillingSelectedTeamsPostResponse201",),
|
|
13175
|
+
".group_1019": ("OrgsOrgCopilotBillingSelectedTeamsDeleteBody",),
|
|
13176
|
+
".group_1020": ("OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200",),
|
|
13177
|
+
".group_1021": ("OrgsOrgCopilotBillingSelectedUsersPostBody",),
|
|
13178
|
+
".group_1022": ("OrgsOrgCopilotBillingSelectedUsersPostResponse201",),
|
|
13179
|
+
".group_1023": ("OrgsOrgCopilotBillingSelectedUsersDeleteBody",),
|
|
13180
|
+
".group_1024": ("OrgsOrgCopilotBillingSelectedUsersDeleteResponse200",),
|
|
13181
|
+
".group_1025": ("OrgsOrgCustomRepositoryRolesGetResponse200",),
|
|
13182
|
+
".group_1026": (
|
|
13159
13183
|
"OrgsOrgDependabotSecretsGetResponse200",
|
|
13160
13184
|
"OrganizationDependabotSecret",
|
|
13161
13185
|
),
|
|
13162
|
-
".
|
|
13163
|
-
".
|
|
13186
|
+
".group_1027": ("OrgsOrgDependabotSecretsSecretNamePutBody",),
|
|
13187
|
+
".group_1028": (
|
|
13164
13188
|
"OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200",
|
|
13165
13189
|
),
|
|
13166
|
-
".
|
|
13167
|
-
".
|
|
13190
|
+
".group_1029": ("OrgsOrgDependabotSecretsSecretNameRepositoriesPutBody",),
|
|
13191
|
+
".group_1030": (
|
|
13168
13192
|
"OrgsOrgHooksPostBody",
|
|
13169
13193
|
"OrgsOrgHooksPostBodyPropConfig",
|
|
13170
13194
|
),
|
|
13171
|
-
".
|
|
13195
|
+
".group_1031": (
|
|
13172
13196
|
"OrgsOrgHooksHookIdPatchBody",
|
|
13173
13197
|
"OrgsOrgHooksHookIdPatchBodyPropConfig",
|
|
13174
13198
|
),
|
|
13175
|
-
".
|
|
13176
|
-
".
|
|
13177
|
-
".
|
|
13178
|
-
".
|
|
13179
|
-
".
|
|
13180
|
-
".
|
|
13181
|
-
".
|
|
13182
|
-
".
|
|
13183
|
-
".
|
|
13184
|
-
".
|
|
13185
|
-
".
|
|
13186
|
-
".
|
|
13187
|
-
".
|
|
13188
|
-
".
|
|
13189
|
-
".
|
|
13199
|
+
".group_1032": ("OrgsOrgHooksHookIdConfigPatchBody",),
|
|
13200
|
+
".group_1033": ("OrgsOrgInstallationsGetResponse200",),
|
|
13201
|
+
".group_1034": ("OrgsOrgInteractionLimitsGetResponse200Anyof1",),
|
|
13202
|
+
".group_1035": ("OrgsOrgInvitationsPostBody",),
|
|
13203
|
+
".group_1036": ("OrgsOrgMembersUsernameCodespacesGetResponse200",),
|
|
13204
|
+
".group_1037": ("OrgsOrgMembershipsUsernamePutBody",),
|
|
13205
|
+
".group_1038": ("OrgsOrgMigrationsPostBody",),
|
|
13206
|
+
".group_1039": ("OrgsOrgOutsideCollaboratorsUsernamePutBody",),
|
|
13207
|
+
".group_1040": ("OrgsOrgOutsideCollaboratorsUsernamePutResponse202",),
|
|
13208
|
+
".group_1041": ("OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422",),
|
|
13209
|
+
".group_1042": ("OrgsOrgPersonalAccessTokenRequestsPostBody",),
|
|
13210
|
+
".group_1043": ("OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBody",),
|
|
13211
|
+
".group_1044": ("OrgsOrgPersonalAccessTokensPostBody",),
|
|
13212
|
+
".group_1045": ("OrgsOrgPersonalAccessTokensPatIdPostBody",),
|
|
13213
|
+
".group_1046": (
|
|
13190
13214
|
"OrgsOrgPrivateRegistriesGetResponse200",
|
|
13191
13215
|
"OrgPrivateRegistryConfiguration",
|
|
13192
13216
|
),
|
|
13193
|
-
".
|
|
13194
|
-
".
|
|
13195
|
-
".
|
|
13196
|
-
".
|
|
13197
|
-
".
|
|
13198
|
-
".
|
|
13199
|
-
".
|
|
13217
|
+
".group_1047": ("OrgsOrgPrivateRegistriesPostBody",),
|
|
13218
|
+
".group_1048": ("OrgsOrgPrivateRegistriesPublicKeyGetResponse200",),
|
|
13219
|
+
".group_1049": ("OrgsOrgPrivateRegistriesSecretNamePatchBody",),
|
|
13220
|
+
".group_1050": ("OrgsOrgProjectsPostBody",),
|
|
13221
|
+
".group_1051": ("OrgsOrgPropertiesSchemaPatchBody",),
|
|
13222
|
+
".group_1052": ("OrgsOrgPropertiesValuesPatchBody",),
|
|
13223
|
+
".group_1053": (
|
|
13200
13224
|
"OrgsOrgReposPostBody",
|
|
13201
13225
|
"OrgsOrgReposPostBodyPropCustomProperties",
|
|
13202
13226
|
),
|
|
13203
|
-
".
|
|
13204
|
-
".
|
|
13205
|
-
".
|
|
13206
|
-
".
|
|
13207
|
-
".
|
|
13227
|
+
".group_1054": ("OrgsOrgRulesetsPostBody",),
|
|
13228
|
+
".group_1055": ("OrgsOrgRulesetsRulesetIdPutBody",),
|
|
13229
|
+
".group_1056": ("OrgsOrgSettingsNetworkConfigurationsGetResponse200",),
|
|
13230
|
+
".group_1057": ("OrgsOrgSettingsNetworkConfigurationsPostBody",),
|
|
13231
|
+
".group_1058": (
|
|
13208
13232
|
"OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBody",
|
|
13209
13233
|
),
|
|
13210
|
-
".
|
|
13211
|
-
".
|
|
13212
|
-
".
|
|
13213
|
-
".
|
|
13214
|
-
".
|
|
13234
|
+
".group_1059": ("OrgsOrgTeamsPostBody",),
|
|
13235
|
+
".group_1060": ("OrgsOrgTeamsTeamSlugPatchBody",),
|
|
13236
|
+
".group_1061": ("OrgsOrgTeamsTeamSlugDiscussionsPostBody",),
|
|
13237
|
+
".group_1062": ("OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBody",),
|
|
13238
|
+
".group_1063": (
|
|
13215
13239
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBody",
|
|
13216
13240
|
),
|
|
13217
|
-
".
|
|
13241
|
+
".group_1064": (
|
|
13218
13242
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBody",
|
|
13219
13243
|
),
|
|
13220
|
-
".
|
|
13244
|
+
".group_1065": (
|
|
13221
13245
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody",
|
|
13222
13246
|
),
|
|
13223
|
-
".
|
|
13247
|
+
".group_1066": (
|
|
13224
13248
|
"OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBody",
|
|
13225
13249
|
),
|
|
13226
|
-
".
|
|
13227
|
-
".
|
|
13228
|
-
".
|
|
13229
|
-
".
|
|
13230
|
-
".
|
|
13231
|
-
".
|
|
13250
|
+
".group_1067": ("OrgsOrgTeamsTeamSlugExternalGroupsPatchBody",),
|
|
13251
|
+
".group_1068": ("OrgsOrgTeamsTeamSlugMembershipsUsernamePutBody",),
|
|
13252
|
+
".group_1069": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutBody",),
|
|
13253
|
+
".group_1070": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403",),
|
|
13254
|
+
".group_1071": ("OrgsOrgTeamsTeamSlugReposOwnerRepoPutBody",),
|
|
13255
|
+
".group_1072": (
|
|
13232
13256
|
"OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBody",
|
|
13233
13257
|
"OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyPropGroupsItems",
|
|
13234
13258
|
),
|
|
13235
|
-
".
|
|
13236
|
-
".
|
|
13237
|
-
".
|
|
13238
|
-
".
|
|
13239
|
-
".
|
|
13240
|
-
".
|
|
13259
|
+
".group_1073": ("OrgsOrgSecurityProductEnablementPostBody",),
|
|
13260
|
+
".group_1074": ("ProjectsColumnsCardsCardIdDeleteResponse403",),
|
|
13261
|
+
".group_1075": ("ProjectsColumnsCardsCardIdPatchBody",),
|
|
13262
|
+
".group_1076": ("ProjectsColumnsCardsCardIdMovesPostBody",),
|
|
13263
|
+
".group_1077": ("ProjectsColumnsCardsCardIdMovesPostResponse201",),
|
|
13264
|
+
".group_1078": (
|
|
13241
13265
|
"ProjectsColumnsCardsCardIdMovesPostResponse403",
|
|
13242
13266
|
"ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItems",
|
|
13243
13267
|
),
|
|
13244
|
-
".
|
|
13268
|
+
".group_1079": (
|
|
13245
13269
|
"ProjectsColumnsCardsCardIdMovesPostResponse503",
|
|
13246
13270
|
"ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItems",
|
|
13247
13271
|
),
|
|
13248
|
-
".
|
|
13249
|
-
".
|
|
13250
|
-
".
|
|
13251
|
-
".
|
|
13272
|
+
".group_1080": ("ProjectsColumnsColumnIdPatchBody",),
|
|
13273
|
+
".group_1081": ("ProjectsColumnsColumnIdCardsPostBodyOneof0",),
|
|
13274
|
+
".group_1082": ("ProjectsColumnsColumnIdCardsPostBodyOneof1",),
|
|
13275
|
+
".group_1083": (
|
|
13252
13276
|
"ProjectsColumnsColumnIdCardsPostResponse503",
|
|
13253
13277
|
"ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItems",
|
|
13254
13278
|
),
|
|
13255
|
-
".
|
|
13256
|
-
".
|
|
13257
|
-
".
|
|
13258
|
-
".
|
|
13259
|
-
".
|
|
13260
|
-
".
|
|
13261
|
-
".
|
|
13262
|
-
".
|
|
13263
|
-
".
|
|
13279
|
+
".group_1084": ("ProjectsColumnsColumnIdMovesPostBody",),
|
|
13280
|
+
".group_1085": ("ProjectsColumnsColumnIdMovesPostResponse201",),
|
|
13281
|
+
".group_1086": ("ProjectsProjectIdDeleteResponse403",),
|
|
13282
|
+
".group_1087": ("ProjectsProjectIdPatchBody",),
|
|
13283
|
+
".group_1088": ("ProjectsProjectIdPatchResponse403",),
|
|
13284
|
+
".group_1089": ("ProjectsProjectIdCollaboratorsUsernamePutBody",),
|
|
13285
|
+
".group_1090": ("ProjectsProjectIdColumnsPostBody",),
|
|
13286
|
+
".group_1091": ("ReposOwnerRepoDeleteResponse403",),
|
|
13287
|
+
".group_1092": (
|
|
13264
13288
|
"ReposOwnerRepoPatchBody",
|
|
13265
13289
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysis",
|
|
13266
13290
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurity",
|
|
@@ -13271,55 +13295,55 @@ else:
|
|
|
13271
13295
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatterns",
|
|
13272
13296
|
"ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningValidityChecks",
|
|
13273
13297
|
),
|
|
13274
|
-
".
|
|
13275
|
-
".
|
|
13276
|
-
".
|
|
13277
|
-
".
|
|
13278
|
-
".
|
|
13279
|
-
".
|
|
13280
|
-
".
|
|
13281
|
-
".
|
|
13282
|
-
".
|
|
13283
|
-
".
|
|
13284
|
-
".
|
|
13285
|
-
".
|
|
13286
|
-
".
|
|
13298
|
+
".group_1093": ("ReposOwnerRepoActionsArtifactsGetResponse200",),
|
|
13299
|
+
".group_1094": ("ReposOwnerRepoActionsJobsJobIdRerunPostBody",),
|
|
13300
|
+
".group_1095": ("ReposOwnerRepoActionsOidcCustomizationSubPutBody",),
|
|
13301
|
+
".group_1096": ("ReposOwnerRepoActionsOrganizationSecretsGetResponse200",),
|
|
13302
|
+
".group_1097": ("ReposOwnerRepoActionsOrganizationVariablesGetResponse200",),
|
|
13303
|
+
".group_1098": ("ReposOwnerRepoActionsPermissionsPutBody",),
|
|
13304
|
+
".group_1099": ("ReposOwnerRepoActionsRunnersGetResponse200",),
|
|
13305
|
+
".group_1100": ("ReposOwnerRepoActionsRunnersGenerateJitconfigPostBody",),
|
|
13306
|
+
".group_1101": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBody",),
|
|
13307
|
+
".group_1102": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBody",),
|
|
13308
|
+
".group_1103": ("ReposOwnerRepoActionsRunsGetResponse200",),
|
|
13309
|
+
".group_1104": ("ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200",),
|
|
13310
|
+
".group_1105": (
|
|
13287
13311
|
"ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200",
|
|
13288
13312
|
),
|
|
13289
|
-
".
|
|
13290
|
-
".
|
|
13291
|
-
".
|
|
13292
|
-
".
|
|
13293
|
-
".
|
|
13294
|
-
".
|
|
13295
|
-
".
|
|
13296
|
-
".
|
|
13297
|
-
".
|
|
13298
|
-
".
|
|
13313
|
+
".group_1106": ("ReposOwnerRepoActionsRunsRunIdJobsGetResponse200",),
|
|
13314
|
+
".group_1107": ("ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBody",),
|
|
13315
|
+
".group_1108": ("ReposOwnerRepoActionsRunsRunIdRerunPostBody",),
|
|
13316
|
+
".group_1109": ("ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBody",),
|
|
13317
|
+
".group_1110": ("ReposOwnerRepoActionsSecretsGetResponse200",),
|
|
13318
|
+
".group_1111": ("ReposOwnerRepoActionsSecretsSecretNamePutBody",),
|
|
13319
|
+
".group_1112": ("ReposOwnerRepoActionsVariablesGetResponse200",),
|
|
13320
|
+
".group_1113": ("ReposOwnerRepoActionsVariablesPostBody",),
|
|
13321
|
+
".group_1114": ("ReposOwnerRepoActionsVariablesNamePatchBody",),
|
|
13322
|
+
".group_1115": (
|
|
13299
13323
|
"ReposOwnerRepoActionsWorkflowsGetResponse200",
|
|
13300
13324
|
"Workflow",
|
|
13301
13325
|
),
|
|
13302
|
-
".
|
|
13326
|
+
".group_1116": (
|
|
13303
13327
|
"ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBody",
|
|
13304
13328
|
"ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputs",
|
|
13305
13329
|
),
|
|
13306
|
-
".
|
|
13307
|
-
".
|
|
13330
|
+
".group_1117": ("ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200",),
|
|
13331
|
+
".group_1118": (
|
|
13308
13332
|
"ReposOwnerRepoAttestationsPostBody",
|
|
13309
13333
|
"ReposOwnerRepoAttestationsPostBodyPropBundle",
|
|
13310
13334
|
"ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterial",
|
|
13311
13335
|
"ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelope",
|
|
13312
13336
|
),
|
|
13313
|
-
".
|
|
13314
|
-
".
|
|
13337
|
+
".group_1119": ("ReposOwnerRepoAttestationsPostResponse201",),
|
|
13338
|
+
".group_1120": (
|
|
13315
13339
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200",
|
|
13316
13340
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItems",
|
|
13317
13341
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle",
|
|
13318
13342
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial",
|
|
13319
13343
|
"ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope",
|
|
13320
13344
|
),
|
|
13321
|
-
".
|
|
13322
|
-
".
|
|
13345
|
+
".group_1121": ("ReposOwnerRepoAutolinksPostBody",),
|
|
13346
|
+
".group_1122": (
|
|
13323
13347
|
"ReposOwnerRepoBranchesBranchProtectionPutBody",
|
|
13324
13348
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks",
|
|
13325
13349
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems",
|
|
@@ -13328,370 +13352,376 @@ else:
|
|
|
13328
13352
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances",
|
|
13329
13353
|
"ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions",
|
|
13330
13354
|
),
|
|
13331
|
-
".
|
|
13355
|
+
".group_1123": (
|
|
13332
13356
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBody",
|
|
13333
13357
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions",
|
|
13334
13358
|
"ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowances",
|
|
13335
13359
|
),
|
|
13336
|
-
".
|
|
13360
|
+
".group_1124": (
|
|
13337
13361
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBody",
|
|
13338
13362
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItems",
|
|
13339
13363
|
),
|
|
13340
|
-
".
|
|
13364
|
+
".group_1125": (
|
|
13341
13365
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0",
|
|
13342
13366
|
),
|
|
13343
|
-
".
|
|
13367
|
+
".group_1126": (
|
|
13344
13368
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0",
|
|
13345
13369
|
),
|
|
13346
|
-
".
|
|
13370
|
+
".group_1127": (
|
|
13347
13371
|
"ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0",
|
|
13348
13372
|
),
|
|
13349
|
-
".
|
|
13373
|
+
".group_1128": (
|
|
13350
13374
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBody",
|
|
13351
13375
|
),
|
|
13352
|
-
".
|
|
13376
|
+
".group_1129": (
|
|
13353
13377
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBody",
|
|
13354
13378
|
),
|
|
13355
|
-
".
|
|
13379
|
+
".group_1130": (
|
|
13356
13380
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBody",
|
|
13357
13381
|
),
|
|
13358
|
-
".
|
|
13382
|
+
".group_1131": (
|
|
13359
13383
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0",
|
|
13360
13384
|
),
|
|
13361
|
-
".
|
|
13385
|
+
".group_1132": (
|
|
13362
13386
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0",
|
|
13363
13387
|
),
|
|
13364
|
-
".
|
|
13388
|
+
".group_1133": (
|
|
13365
13389
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0",
|
|
13366
13390
|
),
|
|
13367
|
-
".
|
|
13391
|
+
".group_1134": (
|
|
13368
13392
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBody",
|
|
13369
13393
|
),
|
|
13370
|
-
".
|
|
13394
|
+
".group_1135": (
|
|
13371
13395
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBody",
|
|
13372
13396
|
),
|
|
13373
|
-
".
|
|
13397
|
+
".group_1136": (
|
|
13374
13398
|
"ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBody",
|
|
13375
13399
|
),
|
|
13376
|
-
".
|
|
13377
|
-
".
|
|
13400
|
+
".group_1137": ("ReposOwnerRepoBranchesBranchRenamePostBody",),
|
|
13401
|
+
".group_1138": (
|
|
13378
13402
|
"ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchBody",
|
|
13379
13403
|
),
|
|
13380
|
-
".
|
|
13404
|
+
".group_1139": (
|
|
13381
13405
|
"ReposOwnerRepoBypassRequestsSecretScanningBypassRequestNumberPatchResponse200",
|
|
13382
13406
|
),
|
|
13383
|
-
".
|
|
13407
|
+
".group_1140": (
|
|
13384
13408
|
"ReposOwnerRepoCheckRunsPostBodyPropOutput",
|
|
13385
13409
|
"ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItems",
|
|
13386
13410
|
"ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItems",
|
|
13387
13411
|
"ReposOwnerRepoCheckRunsPostBodyPropActionsItems",
|
|
13388
13412
|
),
|
|
13389
|
-
".
|
|
13390
|
-
".
|
|
13391
|
-
".
|
|
13413
|
+
".group_1141": ("ReposOwnerRepoCheckRunsPostBodyOneof0",),
|
|
13414
|
+
".group_1142": ("ReposOwnerRepoCheckRunsPostBodyOneof1",),
|
|
13415
|
+
".group_1143": (
|
|
13392
13416
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutput",
|
|
13393
13417
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItems",
|
|
13394
13418
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItems",
|
|
13395
13419
|
"ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItems",
|
|
13396
13420
|
),
|
|
13397
|
-
".
|
|
13398
|
-
".
|
|
13399
|
-
".
|
|
13400
|
-
".
|
|
13421
|
+
".group_1144": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0",),
|
|
13422
|
+
".group_1145": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1",),
|
|
13423
|
+
".group_1146": ("ReposOwnerRepoCheckSuitesPostBody",),
|
|
13424
|
+
".group_1147": (
|
|
13401
13425
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBody",
|
|
13402
13426
|
"ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItems",
|
|
13403
13427
|
),
|
|
13404
|
-
".
|
|
13428
|
+
".group_1148": (
|
|
13405
13429
|
"ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200",
|
|
13406
13430
|
),
|
|
13407
|
-
".
|
|
13408
|
-
".
|
|
13431
|
+
".group_1149": ("ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBody",),
|
|
13432
|
+
".group_1150": (
|
|
13409
13433
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0",
|
|
13410
13434
|
),
|
|
13411
|
-
".
|
|
13435
|
+
".group_1151": (
|
|
13412
13436
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1",
|
|
13413
13437
|
),
|
|
13414
|
-
".
|
|
13438
|
+
".group_1152": (
|
|
13415
13439
|
"ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2",
|
|
13416
13440
|
),
|
|
13417
|
-
".
|
|
13418
|
-
".
|
|
13419
|
-
".
|
|
13420
|
-
".
|
|
13441
|
+
".group_1153": ("ReposOwnerRepoCodeScanningSarifsPostBody",),
|
|
13442
|
+
".group_1154": ("ReposOwnerRepoCodespacesGetResponse200",),
|
|
13443
|
+
".group_1155": ("ReposOwnerRepoCodespacesPostBody",),
|
|
13444
|
+
".group_1156": (
|
|
13421
13445
|
"ReposOwnerRepoCodespacesDevcontainersGetResponse200",
|
|
13422
13446
|
"ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItems",
|
|
13423
13447
|
),
|
|
13424
|
-
".
|
|
13425
|
-
".
|
|
13448
|
+
".group_1157": ("ReposOwnerRepoCodespacesMachinesGetResponse200",),
|
|
13449
|
+
".group_1158": (
|
|
13426
13450
|
"ReposOwnerRepoCodespacesNewGetResponse200",
|
|
13427
13451
|
"ReposOwnerRepoCodespacesNewGetResponse200PropDefaults",
|
|
13428
13452
|
),
|
|
13429
|
-
".
|
|
13453
|
+
".group_1159": (
|
|
13430
13454
|
"ReposOwnerRepoCodespacesSecretsGetResponse200",
|
|
13431
13455
|
"RepoCodespacesSecret",
|
|
13432
13456
|
),
|
|
13433
|
-
".
|
|
13434
|
-
".
|
|
13435
|
-
".
|
|
13436
|
-
".
|
|
13437
|
-
".
|
|
13438
|
-
".
|
|
13439
|
-
".
|
|
13457
|
+
".group_1160": ("ReposOwnerRepoCodespacesSecretsSecretNamePutBody",),
|
|
13458
|
+
".group_1161": ("ReposOwnerRepoCollaboratorsUsernamePutBody",),
|
|
13459
|
+
".group_1162": ("ReposOwnerRepoCommentsCommentIdPatchBody",),
|
|
13460
|
+
".group_1163": ("ReposOwnerRepoCommentsCommentIdReactionsPostBody",),
|
|
13461
|
+
".group_1164": ("ReposOwnerRepoCommitsCommitShaCommentsPostBody",),
|
|
13462
|
+
".group_1165": ("ReposOwnerRepoCommitsRefCheckRunsGetResponse200",),
|
|
13463
|
+
".group_1166": (
|
|
13440
13464
|
"ReposOwnerRepoContentsPathPutBody",
|
|
13441
13465
|
"ReposOwnerRepoContentsPathPutBodyPropCommitter",
|
|
13442
13466
|
"ReposOwnerRepoContentsPathPutBodyPropAuthor",
|
|
13443
13467
|
),
|
|
13444
|
-
".
|
|
13468
|
+
".group_1167": (
|
|
13445
13469
|
"ReposOwnerRepoContentsPathDeleteBody",
|
|
13446
13470
|
"ReposOwnerRepoContentsPathDeleteBodyPropCommitter",
|
|
13447
13471
|
"ReposOwnerRepoContentsPathDeleteBodyPropAuthor",
|
|
13448
13472
|
),
|
|
13449
|
-
".
|
|
13450
|
-
".
|
|
13473
|
+
".group_1168": ("ReposOwnerRepoDependabotAlertsAlertNumberPatchBody",),
|
|
13474
|
+
".group_1169": (
|
|
13451
13475
|
"ReposOwnerRepoDependabotSecretsGetResponse200",
|
|
13452
13476
|
"DependabotSecret",
|
|
13453
13477
|
),
|
|
13454
|
-
".
|
|
13455
|
-
".
|
|
13456
|
-
".
|
|
13478
|
+
".group_1170": ("ReposOwnerRepoDependabotSecretsSecretNamePutBody",),
|
|
13479
|
+
".group_1171": ("ReposOwnerRepoDependencyGraphSnapshotsPostResponse201",),
|
|
13480
|
+
".group_1172": (
|
|
13457
13481
|
"ReposOwnerRepoDeploymentsPostBody",
|
|
13458
13482
|
"ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0",
|
|
13459
13483
|
),
|
|
13460
|
-
".
|
|
13461
|
-
".
|
|
13462
|
-
".
|
|
13484
|
+
".group_1173": ("ReposOwnerRepoDeploymentsPostResponse202",),
|
|
13485
|
+
".group_1174": ("ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBody",),
|
|
13486
|
+
".group_1175": (
|
|
13463
13487
|
"ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchBody",
|
|
13464
13488
|
),
|
|
13465
|
-
".
|
|
13489
|
+
".group_1176": (
|
|
13466
13490
|
"ReposOwnerRepoDismissalRequestsSecretScanningAlertNumberPatchResponse200",
|
|
13467
13491
|
),
|
|
13468
|
-
".
|
|
13492
|
+
".group_1177": (
|
|
13469
13493
|
"ReposOwnerRepoDispatchesPostBody",
|
|
13470
13494
|
"ReposOwnerRepoDispatchesPostBodyPropClientPayload",
|
|
13471
13495
|
),
|
|
13472
|
-
".
|
|
13496
|
+
".group_1178": (
|
|
13473
13497
|
"ReposOwnerRepoEnvironmentsEnvironmentNamePutBody",
|
|
13474
13498
|
"ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItems",
|
|
13475
13499
|
),
|
|
13476
|
-
".
|
|
13500
|
+
".group_1179": (
|
|
13477
13501
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200",
|
|
13478
13502
|
"DeploymentBranchPolicy",
|
|
13479
13503
|
),
|
|
13480
|
-
".
|
|
13504
|
+
".group_1180": (
|
|
13481
13505
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBody",
|
|
13482
13506
|
),
|
|
13483
|
-
".
|
|
13507
|
+
".group_1181": (
|
|
13484
13508
|
"ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200",
|
|
13485
13509
|
),
|
|
13486
|
-
".
|
|
13510
|
+
".group_1182": (
|
|
13487
13511
|
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200",
|
|
13488
13512
|
),
|
|
13489
|
-
".
|
|
13513
|
+
".group_1183": (
|
|
13490
13514
|
"ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBody",
|
|
13491
13515
|
),
|
|
13492
|
-
".
|
|
13516
|
+
".group_1184": (
|
|
13493
13517
|
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200",
|
|
13494
13518
|
),
|
|
13495
|
-
".
|
|
13496
|
-
".
|
|
13519
|
+
".group_1185": ("ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBody",),
|
|
13520
|
+
".group_1186": (
|
|
13497
13521
|
"ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBody",
|
|
13498
13522
|
),
|
|
13499
|
-
".
|
|
13500
|
-
".
|
|
13501
|
-
".
|
|
13523
|
+
".group_1187": ("ReposOwnerRepoForksPostBody",),
|
|
13524
|
+
".group_1188": ("ReposOwnerRepoGitBlobsPostBody",),
|
|
13525
|
+
".group_1189": (
|
|
13502
13526
|
"ReposOwnerRepoGitCommitsPostBody",
|
|
13503
13527
|
"ReposOwnerRepoGitCommitsPostBodyPropAuthor",
|
|
13504
13528
|
"ReposOwnerRepoGitCommitsPostBodyPropCommitter",
|
|
13505
13529
|
),
|
|
13506
|
-
".
|
|
13507
|
-
".
|
|
13508
|
-
".
|
|
13530
|
+
".group_1190": ("ReposOwnerRepoGitRefsPostBody",),
|
|
13531
|
+
".group_1191": ("ReposOwnerRepoGitRefsRefPatchBody",),
|
|
13532
|
+
".group_1192": (
|
|
13509
13533
|
"ReposOwnerRepoGitTagsPostBody",
|
|
13510
13534
|
"ReposOwnerRepoGitTagsPostBodyPropTagger",
|
|
13511
13535
|
),
|
|
13512
|
-
".
|
|
13536
|
+
".group_1193": (
|
|
13513
13537
|
"ReposOwnerRepoGitTreesPostBody",
|
|
13514
13538
|
"ReposOwnerRepoGitTreesPostBodyPropTreeItems",
|
|
13515
13539
|
),
|
|
13516
|
-
".
|
|
13540
|
+
".group_1194": (
|
|
13517
13541
|
"ReposOwnerRepoHooksPostBody",
|
|
13518
13542
|
"ReposOwnerRepoHooksPostBodyPropConfig",
|
|
13519
13543
|
),
|
|
13520
|
-
".
|
|
13521
|
-
".
|
|
13522
|
-
".
|
|
13523
|
-
".
|
|
13524
|
-
".
|
|
13525
|
-
".
|
|
13526
|
-
".
|
|
13527
|
-
".
|
|
13528
|
-
".
|
|
13544
|
+
".group_1195": ("ReposOwnerRepoHooksHookIdPatchBody",),
|
|
13545
|
+
".group_1196": ("ReposOwnerRepoHooksHookIdConfigPatchBody",),
|
|
13546
|
+
".group_1197": ("ReposOwnerRepoImportPutBody",),
|
|
13547
|
+
".group_1198": ("ReposOwnerRepoImportPatchBody",),
|
|
13548
|
+
".group_1199": ("ReposOwnerRepoImportAuthorsAuthorIdPatchBody",),
|
|
13549
|
+
".group_1200": ("ReposOwnerRepoImportLfsPatchBody",),
|
|
13550
|
+
".group_1201": ("ReposOwnerRepoInteractionLimitsGetResponse200Anyof1",),
|
|
13551
|
+
".group_1202": ("ReposOwnerRepoInvitationsInvitationIdPatchBody",),
|
|
13552
|
+
".group_1203": (
|
|
13529
13553
|
"ReposOwnerRepoIssuesPostBody",
|
|
13530
13554
|
"ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1",
|
|
13531
13555
|
),
|
|
13532
|
-
".
|
|
13533
|
-
".
|
|
13534
|
-
".
|
|
13556
|
+
".group_1204": ("ReposOwnerRepoIssuesCommentsCommentIdPatchBody",),
|
|
13557
|
+
".group_1205": ("ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBody",),
|
|
13558
|
+
".group_1206": (
|
|
13535
13559
|
"ReposOwnerRepoIssuesIssueNumberPatchBody",
|
|
13536
13560
|
"ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1",
|
|
13537
13561
|
),
|
|
13538
|
-
".
|
|
13539
|
-
".
|
|
13540
|
-
".
|
|
13541
|
-
".
|
|
13542
|
-
".
|
|
13562
|
+
".group_1207": ("ReposOwnerRepoIssuesIssueNumberAssigneesPostBody",),
|
|
13563
|
+
".group_1208": ("ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBody",),
|
|
13564
|
+
".group_1209": ("ReposOwnerRepoIssuesIssueNumberCommentsPostBody",),
|
|
13565
|
+
".group_1210": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0",),
|
|
13566
|
+
".group_1211": (
|
|
13543
13567
|
"ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2",
|
|
13544
13568
|
"ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItems",
|
|
13545
13569
|
),
|
|
13546
|
-
".
|
|
13547
|
-
".
|
|
13548
|
-
".
|
|
13570
|
+
".group_1212": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3Items",),
|
|
13571
|
+
".group_1213": ("ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0",),
|
|
13572
|
+
".group_1214": (
|
|
13549
13573
|
"ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2",
|
|
13550
13574
|
"ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItems",
|
|
13551
13575
|
),
|
|
13552
|
-
".
|
|
13553
|
-
".
|
|
13554
|
-
".
|
|
13555
|
-
".
|
|
13556
|
-
".
|
|
13557
|
-
".
|
|
13558
|
-
".
|
|
13559
|
-
".
|
|
13560
|
-
".
|
|
13561
|
-
".
|
|
13562
|
-
".
|
|
13563
|
-
".
|
|
13564
|
-
".
|
|
13565
|
-
".
|
|
13566
|
-
".
|
|
13567
|
-
".
|
|
13568
|
-
".
|
|
13569
|
-
".
|
|
13570
|
-
".
|
|
13571
|
-
".
|
|
13572
|
-
".
|
|
13573
|
-
".
|
|
13574
|
-
".
|
|
13575
|
-
".
|
|
13576
|
-
".
|
|
13577
|
-
".
|
|
13578
|
-
".
|
|
13579
|
-
".
|
|
13580
|
-
".
|
|
13581
|
-
".
|
|
13582
|
-
".
|
|
13583
|
-
".
|
|
13584
|
-
".
|
|
13585
|
-
".
|
|
13586
|
-
".
|
|
13576
|
+
".group_1215": ("ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3Items",),
|
|
13577
|
+
".group_1216": ("ReposOwnerRepoIssuesIssueNumberLockPutBody",),
|
|
13578
|
+
".group_1217": ("ReposOwnerRepoIssuesIssueNumberReactionsPostBody",),
|
|
13579
|
+
".group_1218": ("ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBody",),
|
|
13580
|
+
".group_1219": ("ReposOwnerRepoIssuesIssueNumberSubIssuesPostBody",),
|
|
13581
|
+
".group_1220": ("ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBody",),
|
|
13582
|
+
".group_1221": ("ReposOwnerRepoKeysPostBody",),
|
|
13583
|
+
".group_1222": ("ReposOwnerRepoLabelsPostBody",),
|
|
13584
|
+
".group_1223": ("ReposOwnerRepoLabelsNamePatchBody",),
|
|
13585
|
+
".group_1224": ("ReposOwnerRepoMergeUpstreamPostBody",),
|
|
13586
|
+
".group_1225": ("ReposOwnerRepoMergesPostBody",),
|
|
13587
|
+
".group_1226": ("ReposOwnerRepoMilestonesPostBody",),
|
|
13588
|
+
".group_1227": ("ReposOwnerRepoMilestonesMilestoneNumberPatchBody",),
|
|
13589
|
+
".group_1228": ("ReposOwnerRepoNotificationsPutBody",),
|
|
13590
|
+
".group_1229": ("ReposOwnerRepoNotificationsPutResponse202",),
|
|
13591
|
+
".group_1230": ("ReposOwnerRepoPagesPutBodyPropSourceAnyof1",),
|
|
13592
|
+
".group_1231": ("ReposOwnerRepoPagesPutBodyAnyof0",),
|
|
13593
|
+
".group_1232": ("ReposOwnerRepoPagesPutBodyAnyof1",),
|
|
13594
|
+
".group_1233": ("ReposOwnerRepoPagesPutBodyAnyof2",),
|
|
13595
|
+
".group_1234": ("ReposOwnerRepoPagesPutBodyAnyof3",),
|
|
13596
|
+
".group_1235": ("ReposOwnerRepoPagesPutBodyAnyof4",),
|
|
13597
|
+
".group_1236": ("ReposOwnerRepoPagesPostBodyPropSource",),
|
|
13598
|
+
".group_1237": ("ReposOwnerRepoPagesPostBodyAnyof0",),
|
|
13599
|
+
".group_1238": ("ReposOwnerRepoPagesPostBodyAnyof1",),
|
|
13600
|
+
".group_1239": ("ReposOwnerRepoPagesDeploymentsPostBody",),
|
|
13601
|
+
".group_1240": ("ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200",),
|
|
13602
|
+
".group_1241": ("ReposOwnerRepoProjectsPostBody",),
|
|
13603
|
+
".group_1242": ("ReposOwnerRepoPropertiesValuesPatchBody",),
|
|
13604
|
+
".group_1243": ("ReposOwnerRepoPullsPostBody",),
|
|
13605
|
+
".group_1244": ("ReposOwnerRepoPullsCommentsCommentIdPatchBody",),
|
|
13606
|
+
".group_1245": ("ReposOwnerRepoPullsCommentsCommentIdReactionsPostBody",),
|
|
13607
|
+
".group_1246": ("ReposOwnerRepoPullsPullNumberPatchBody",),
|
|
13608
|
+
".group_1247": ("ReposOwnerRepoPullsPullNumberCodespacesPostBody",),
|
|
13609
|
+
".group_1248": ("ReposOwnerRepoPullsPullNumberCommentsPostBody",),
|
|
13610
|
+
".group_1249": (
|
|
13587
13611
|
"ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBody",
|
|
13588
13612
|
),
|
|
13589
|
-
".
|
|
13590
|
-
".
|
|
13591
|
-
".
|
|
13592
|
-
".
|
|
13613
|
+
".group_1250": ("ReposOwnerRepoPullsPullNumberMergePutBody",),
|
|
13614
|
+
".group_1251": ("ReposOwnerRepoPullsPullNumberMergePutResponse405",),
|
|
13615
|
+
".group_1252": ("ReposOwnerRepoPullsPullNumberMergePutResponse409",),
|
|
13616
|
+
".group_1253": (
|
|
13593
13617
|
"ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0",
|
|
13594
13618
|
),
|
|
13595
|
-
".
|
|
13619
|
+
".group_1254": (
|
|
13596
13620
|
"ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1",
|
|
13597
13621
|
),
|
|
13598
|
-
".
|
|
13599
|
-
".
|
|
13622
|
+
".group_1255": ("ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBody",),
|
|
13623
|
+
".group_1256": (
|
|
13600
13624
|
"ReposOwnerRepoPullsPullNumberReviewsPostBody",
|
|
13601
13625
|
"ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItems",
|
|
13602
13626
|
),
|
|
13603
|
-
".
|
|
13604
|
-
".
|
|
13627
|
+
".group_1257": ("ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBody",),
|
|
13628
|
+
".group_1258": (
|
|
13605
13629
|
"ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBody",
|
|
13606
13630
|
),
|
|
13607
|
-
".
|
|
13608
|
-
".
|
|
13609
|
-
".
|
|
13610
|
-
".
|
|
13611
|
-
".
|
|
13612
|
-
".
|
|
13613
|
-
".
|
|
13614
|
-
".
|
|
13615
|
-
".
|
|
13616
|
-
".
|
|
13617
|
-
".
|
|
13618
|
-
".
|
|
13619
|
-
".
|
|
13620
|
-
".
|
|
13621
|
-
".
|
|
13622
|
-
".
|
|
13623
|
-
".
|
|
13624
|
-
".
|
|
13625
|
-
".
|
|
13631
|
+
".group_1259": ("ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBody",),
|
|
13632
|
+
".group_1260": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutBody",),
|
|
13633
|
+
".group_1261": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202",),
|
|
13634
|
+
".group_1262": ("ReposOwnerRepoReleasesPostBody",),
|
|
13635
|
+
".group_1263": ("ReposOwnerRepoReleasesAssetsAssetIdPatchBody",),
|
|
13636
|
+
".group_1264": ("ReposOwnerRepoReleasesGenerateNotesPostBody",),
|
|
13637
|
+
".group_1265": ("ReposOwnerRepoReleasesReleaseIdPatchBody",),
|
|
13638
|
+
".group_1266": ("ReposOwnerRepoReleasesReleaseIdReactionsPostBody",),
|
|
13639
|
+
".group_1267": ("ReposOwnerRepoRulesetsPostBody",),
|
|
13640
|
+
".group_1268": ("ReposOwnerRepoRulesetsRulesetIdPutBody",),
|
|
13641
|
+
".group_1269": ("ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBody",),
|
|
13642
|
+
".group_1270": ("ReposOwnerRepoSecretScanningPushProtectionBypassesPostBody",),
|
|
13643
|
+
".group_1271": ("ReposOwnerRepoStatusesShaPostBody",),
|
|
13644
|
+
".group_1272": ("ReposOwnerRepoSubscriptionPutBody",),
|
|
13645
|
+
".group_1273": ("ReposOwnerRepoTagsProtectionPostBody",),
|
|
13646
|
+
".group_1274": ("ReposOwnerRepoTopicsPutBody",),
|
|
13647
|
+
".group_1275": ("ReposOwnerRepoTransferPostBody",),
|
|
13648
|
+
".group_1276": ("ReposTemplateOwnerTemplateRepoGeneratePostBody",),
|
|
13649
|
+
".group_1277": (
|
|
13626
13650
|
"ScimV2OrganizationsOrgUsersPostBody",
|
|
13627
13651
|
"ScimV2OrganizationsOrgUsersPostBodyPropName",
|
|
13628
13652
|
"ScimV2OrganizationsOrgUsersPostBodyPropEmailsItems",
|
|
13629
13653
|
),
|
|
13630
|
-
".
|
|
13654
|
+
".group_1278": (
|
|
13631
13655
|
"ScimV2OrganizationsOrgUsersScimUserIdPutBody",
|
|
13632
13656
|
"ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropName",
|
|
13633
13657
|
"ScimV2OrganizationsOrgUsersScimUserIdPutBodyPropEmailsItems",
|
|
13634
13658
|
),
|
|
13635
|
-
".
|
|
13659
|
+
".group_1279": (
|
|
13636
13660
|
"ScimV2OrganizationsOrgUsersScimUserIdPatchBody",
|
|
13637
13661
|
"ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItems",
|
|
13638
13662
|
"ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof0",
|
|
13639
13663
|
"ScimV2OrganizationsOrgUsersScimUserIdPatchBodyPropOperationsItemsPropValueOneof1Items",
|
|
13640
13664
|
),
|
|
13641
|
-
".
|
|
13642
|
-
".
|
|
13643
|
-
".
|
|
13644
|
-
".
|
|
13645
|
-
".
|
|
13665
|
+
".group_1280": ("TeamsTeamIdPatchBody",),
|
|
13666
|
+
".group_1281": ("TeamsTeamIdDiscussionsPostBody",),
|
|
13667
|
+
".group_1282": ("TeamsTeamIdDiscussionsDiscussionNumberPatchBody",),
|
|
13668
|
+
".group_1283": ("TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBody",),
|
|
13669
|
+
".group_1284": (
|
|
13646
13670
|
"TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBody",
|
|
13647
13671
|
),
|
|
13648
|
-
".
|
|
13672
|
+
".group_1285": (
|
|
13649
13673
|
"TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBody",
|
|
13650
13674
|
),
|
|
13651
|
-
".
|
|
13652
|
-
".
|
|
13653
|
-
".
|
|
13654
|
-
".
|
|
13655
|
-
".
|
|
13656
|
-
".
|
|
13675
|
+
".group_1286": ("TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBody",),
|
|
13676
|
+
".group_1287": ("TeamsTeamIdMembershipsUsernamePutBody",),
|
|
13677
|
+
".group_1288": ("TeamsTeamIdProjectsProjectIdPutBody",),
|
|
13678
|
+
".group_1289": ("TeamsTeamIdProjectsProjectIdPutResponse403",),
|
|
13679
|
+
".group_1290": ("TeamsTeamIdReposOwnerRepoPutBody",),
|
|
13680
|
+
".group_1291": (
|
|
13657
13681
|
"TeamsTeamIdTeamSyncGroupMappingsPatchBody",
|
|
13658
13682
|
"TeamsTeamIdTeamSyncGroupMappingsPatchBodyPropGroupsItems",
|
|
13659
13683
|
),
|
|
13660
|
-
".
|
|
13661
|
-
".
|
|
13662
|
-
".
|
|
13663
|
-
".
|
|
13684
|
+
".group_1292": ("UserPatchBody",),
|
|
13685
|
+
".group_1293": ("UserCodespacesGetResponse200",),
|
|
13686
|
+
".group_1294": ("UserCodespacesPostBodyOneof0",),
|
|
13687
|
+
".group_1295": (
|
|
13664
13688
|
"UserCodespacesPostBodyOneof1",
|
|
13665
13689
|
"UserCodespacesPostBodyOneof1PropPullRequest",
|
|
13666
13690
|
),
|
|
13667
|
-
".
|
|
13691
|
+
".group_1296": (
|
|
13668
13692
|
"UserCodespacesSecretsGetResponse200",
|
|
13669
13693
|
"CodespacesSecret",
|
|
13670
13694
|
),
|
|
13671
|
-
".
|
|
13672
|
-
".
|
|
13673
|
-
".
|
|
13674
|
-
".
|
|
13675
|
-
".
|
|
13676
|
-
".
|
|
13677
|
-
".
|
|
13678
|
-
".
|
|
13679
|
-
".
|
|
13680
|
-
".
|
|
13681
|
-
".
|
|
13682
|
-
".
|
|
13683
|
-
".
|
|
13684
|
-
".
|
|
13685
|
-
".
|
|
13686
|
-
".
|
|
13687
|
-
".
|
|
13688
|
-
".
|
|
13689
|
-
".
|
|
13690
|
-
".
|
|
13691
|
-
".
|
|
13692
|
-
".
|
|
13693
|
-
".
|
|
13694
|
-
|
|
13695
|
+
".group_1297": ("UserCodespacesSecretsSecretNamePutBody",),
|
|
13696
|
+
".group_1298": ("UserCodespacesSecretsSecretNameRepositoriesGetResponse200",),
|
|
13697
|
+
".group_1299": ("UserCodespacesSecretsSecretNameRepositoriesPutBody",),
|
|
13698
|
+
".group_1300": ("UserCodespacesCodespaceNamePatchBody",),
|
|
13699
|
+
".group_1301": ("UserCodespacesCodespaceNameMachinesGetResponse200",),
|
|
13700
|
+
".group_1302": ("UserCodespacesCodespaceNamePublishPostBody",),
|
|
13701
|
+
".group_1303": ("UserEmailVisibilityPatchBody",),
|
|
13702
|
+
".group_1304": ("UserEmailsPostBodyOneof0",),
|
|
13703
|
+
".group_1305": ("UserEmailsDeleteBodyOneof0",),
|
|
13704
|
+
".group_1306": ("UserGpgKeysPostBody",),
|
|
13705
|
+
".group_1307": ("UserInstallationsGetResponse200",),
|
|
13706
|
+
".group_1308": ("UserInstallationsInstallationIdRepositoriesGetResponse200",),
|
|
13707
|
+
".group_1309": ("UserInteractionLimitsGetResponse200Anyof1",),
|
|
13708
|
+
".group_1310": ("UserKeysPostBody",),
|
|
13709
|
+
".group_1311": ("UserMembershipsOrgsOrgPatchBody",),
|
|
13710
|
+
".group_1312": ("UserMigrationsPostBody",),
|
|
13711
|
+
".group_1313": ("UserProjectsPostBody",),
|
|
13712
|
+
".group_1314": ("UserReposPostBody",),
|
|
13713
|
+
".group_1315": ("UserSocialAccountsPostBody",),
|
|
13714
|
+
".group_1316": ("UserSocialAccountsDeleteBody",),
|
|
13715
|
+
".group_1317": ("UserSshSigningKeysPostBody",),
|
|
13716
|
+
".group_1318": ("UsersUsernameAttestationsBulkListPostBody",),
|
|
13717
|
+
".group_1319": (
|
|
13718
|
+
"UsersUsernameAttestationsBulkListPostResponse200",
|
|
13719
|
+
"UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigests",
|
|
13720
|
+
"UsersUsernameAttestationsBulkListPostResponse200PropPageInfo",
|
|
13721
|
+
),
|
|
13722
|
+
".group_1320": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof0",),
|
|
13723
|
+
".group_1321": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof1",),
|
|
13724
|
+
".group_1322": (
|
|
13695
13725
|
"UsersUsernameAttestationsSubjectDigestGetResponse200",
|
|
13696
13726
|
"UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItems",
|
|
13697
13727
|
"UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle",
|