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
|
@@ -118,6 +118,7 @@ class CodespacesClient:
|
|
|
118
118
|
per_page: Missing[int] = UNSET,
|
|
119
119
|
page: Missing[int] = UNSET,
|
|
120
120
|
headers: Optional[Mapping[str, str]] = None,
|
|
121
|
+
stream: bool = False,
|
|
121
122
|
) -> Response[OrgsOrgCodespacesGetResponse200, OrgsOrgCodespacesGetResponse200Type]:
|
|
122
123
|
"""codespaces/list-in-organization
|
|
123
124
|
|
|
@@ -146,6 +147,7 @@ class CodespacesClient:
|
|
|
146
147
|
url,
|
|
147
148
|
params=exclude_unset(params),
|
|
148
149
|
headers=exclude_unset(headers),
|
|
150
|
+
stream=stream,
|
|
149
151
|
response_model=OrgsOrgCodespacesGetResponse200,
|
|
150
152
|
error_models={
|
|
151
153
|
"500": BasicError,
|
|
@@ -162,6 +164,7 @@ class CodespacesClient:
|
|
|
162
164
|
per_page: Missing[int] = UNSET,
|
|
163
165
|
page: Missing[int] = UNSET,
|
|
164
166
|
headers: Optional[Mapping[str, str]] = None,
|
|
167
|
+
stream: bool = False,
|
|
165
168
|
) -> Response[OrgsOrgCodespacesGetResponse200, OrgsOrgCodespacesGetResponse200Type]:
|
|
166
169
|
"""codespaces/list-in-organization
|
|
167
170
|
|
|
@@ -190,6 +193,7 @@ class CodespacesClient:
|
|
|
190
193
|
url,
|
|
191
194
|
params=exclude_unset(params),
|
|
192
195
|
headers=exclude_unset(headers),
|
|
196
|
+
stream=stream,
|
|
193
197
|
response_model=OrgsOrgCodespacesGetResponse200,
|
|
194
198
|
error_models={
|
|
195
199
|
"500": BasicError,
|
|
@@ -205,6 +209,7 @@ class CodespacesClient:
|
|
|
205
209
|
org: str,
|
|
206
210
|
*,
|
|
207
211
|
headers: Optional[Mapping[str, str]] = None,
|
|
212
|
+
stream: bool = False,
|
|
208
213
|
data: OrgsOrgCodespacesAccessPutBodyType,
|
|
209
214
|
) -> Response: ...
|
|
210
215
|
|
|
@@ -215,6 +220,7 @@ class CodespacesClient:
|
|
|
215
220
|
*,
|
|
216
221
|
data: UnsetType = UNSET,
|
|
217
222
|
headers: Optional[Mapping[str, str]] = None,
|
|
223
|
+
stream: bool = False,
|
|
218
224
|
visibility: Literal[
|
|
219
225
|
"disabled",
|
|
220
226
|
"selected_members",
|
|
@@ -229,6 +235,7 @@ class CodespacesClient:
|
|
|
229
235
|
org: str,
|
|
230
236
|
*,
|
|
231
237
|
headers: Optional[Mapping[str, str]] = None,
|
|
238
|
+
stream: bool = False,
|
|
232
239
|
data: Missing[OrgsOrgCodespacesAccessPutBodyType] = UNSET,
|
|
233
240
|
**kwargs,
|
|
234
241
|
) -> Response:
|
|
@@ -262,6 +269,7 @@ class CodespacesClient:
|
|
|
262
269
|
url,
|
|
263
270
|
json=exclude_unset(json),
|
|
264
271
|
headers=exclude_unset(headers),
|
|
272
|
+
stream=stream,
|
|
265
273
|
error_models={
|
|
266
274
|
"404": BasicError,
|
|
267
275
|
"422": ValidationError,
|
|
@@ -275,6 +283,7 @@ class CodespacesClient:
|
|
|
275
283
|
org: str,
|
|
276
284
|
*,
|
|
277
285
|
headers: Optional[Mapping[str, str]] = None,
|
|
286
|
+
stream: bool = False,
|
|
278
287
|
data: OrgsOrgCodespacesAccessPutBodyType,
|
|
279
288
|
) -> Response: ...
|
|
280
289
|
|
|
@@ -285,6 +294,7 @@ class CodespacesClient:
|
|
|
285
294
|
*,
|
|
286
295
|
data: UnsetType = UNSET,
|
|
287
296
|
headers: Optional[Mapping[str, str]] = None,
|
|
297
|
+
stream: bool = False,
|
|
288
298
|
visibility: Literal[
|
|
289
299
|
"disabled",
|
|
290
300
|
"selected_members",
|
|
@@ -299,6 +309,7 @@ class CodespacesClient:
|
|
|
299
309
|
org: str,
|
|
300
310
|
*,
|
|
301
311
|
headers: Optional[Mapping[str, str]] = None,
|
|
312
|
+
stream: bool = False,
|
|
302
313
|
data: Missing[OrgsOrgCodespacesAccessPutBodyType] = UNSET,
|
|
303
314
|
**kwargs,
|
|
304
315
|
) -> Response:
|
|
@@ -332,6 +343,7 @@ class CodespacesClient:
|
|
|
332
343
|
url,
|
|
333
344
|
json=exclude_unset(json),
|
|
334
345
|
headers=exclude_unset(headers),
|
|
346
|
+
stream=stream,
|
|
335
347
|
error_models={
|
|
336
348
|
"404": BasicError,
|
|
337
349
|
"422": ValidationError,
|
|
@@ -345,6 +357,7 @@ class CodespacesClient:
|
|
|
345
357
|
org: str,
|
|
346
358
|
*,
|
|
347
359
|
headers: Optional[Mapping[str, str]] = None,
|
|
360
|
+
stream: bool = False,
|
|
348
361
|
data: OrgsOrgCodespacesAccessSelectedUsersPostBodyType,
|
|
349
362
|
) -> Response: ...
|
|
350
363
|
|
|
@@ -355,6 +368,7 @@ class CodespacesClient:
|
|
|
355
368
|
*,
|
|
356
369
|
data: UnsetType = UNSET,
|
|
357
370
|
headers: Optional[Mapping[str, str]] = None,
|
|
371
|
+
stream: bool = False,
|
|
358
372
|
selected_usernames: list[str],
|
|
359
373
|
) -> Response: ...
|
|
360
374
|
|
|
@@ -363,6 +377,7 @@ class CodespacesClient:
|
|
|
363
377
|
org: str,
|
|
364
378
|
*,
|
|
365
379
|
headers: Optional[Mapping[str, str]] = None,
|
|
380
|
+
stream: bool = False,
|
|
366
381
|
data: Missing[OrgsOrgCodespacesAccessSelectedUsersPostBodyType] = UNSET,
|
|
367
382
|
**kwargs,
|
|
368
383
|
) -> Response:
|
|
@@ -406,6 +421,7 @@ class CodespacesClient:
|
|
|
406
421
|
url,
|
|
407
422
|
json=exclude_unset(json),
|
|
408
423
|
headers=exclude_unset(headers),
|
|
424
|
+
stream=stream,
|
|
409
425
|
error_models={
|
|
410
426
|
"404": BasicError,
|
|
411
427
|
"422": ValidationError,
|
|
@@ -419,6 +435,7 @@ class CodespacesClient:
|
|
|
419
435
|
org: str,
|
|
420
436
|
*,
|
|
421
437
|
headers: Optional[Mapping[str, str]] = None,
|
|
438
|
+
stream: bool = False,
|
|
422
439
|
data: OrgsOrgCodespacesAccessSelectedUsersPostBodyType,
|
|
423
440
|
) -> Response: ...
|
|
424
441
|
|
|
@@ -429,6 +446,7 @@ class CodespacesClient:
|
|
|
429
446
|
*,
|
|
430
447
|
data: UnsetType = UNSET,
|
|
431
448
|
headers: Optional[Mapping[str, str]] = None,
|
|
449
|
+
stream: bool = False,
|
|
432
450
|
selected_usernames: list[str],
|
|
433
451
|
) -> Response: ...
|
|
434
452
|
|
|
@@ -437,6 +455,7 @@ class CodespacesClient:
|
|
|
437
455
|
org: str,
|
|
438
456
|
*,
|
|
439
457
|
headers: Optional[Mapping[str, str]] = None,
|
|
458
|
+
stream: bool = False,
|
|
440
459
|
data: Missing[OrgsOrgCodespacesAccessSelectedUsersPostBodyType] = UNSET,
|
|
441
460
|
**kwargs,
|
|
442
461
|
) -> Response:
|
|
@@ -480,6 +499,7 @@ class CodespacesClient:
|
|
|
480
499
|
url,
|
|
481
500
|
json=exclude_unset(json),
|
|
482
501
|
headers=exclude_unset(headers),
|
|
502
|
+
stream=stream,
|
|
483
503
|
error_models={
|
|
484
504
|
"404": BasicError,
|
|
485
505
|
"422": ValidationError,
|
|
@@ -493,6 +513,7 @@ class CodespacesClient:
|
|
|
493
513
|
org: str,
|
|
494
514
|
*,
|
|
495
515
|
headers: Optional[Mapping[str, str]] = None,
|
|
516
|
+
stream: bool = False,
|
|
496
517
|
data: OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType,
|
|
497
518
|
) -> Response: ...
|
|
498
519
|
|
|
@@ -503,6 +524,7 @@ class CodespacesClient:
|
|
|
503
524
|
*,
|
|
504
525
|
data: UnsetType = UNSET,
|
|
505
526
|
headers: Optional[Mapping[str, str]] = None,
|
|
527
|
+
stream: bool = False,
|
|
506
528
|
selected_usernames: list[str],
|
|
507
529
|
) -> Response: ...
|
|
508
530
|
|
|
@@ -511,6 +533,7 @@ class CodespacesClient:
|
|
|
511
533
|
org: str,
|
|
512
534
|
*,
|
|
513
535
|
headers: Optional[Mapping[str, str]] = None,
|
|
536
|
+
stream: bool = False,
|
|
514
537
|
data: Missing[OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType] = UNSET,
|
|
515
538
|
**kwargs,
|
|
516
539
|
) -> Response:
|
|
@@ -554,6 +577,7 @@ class CodespacesClient:
|
|
|
554
577
|
url,
|
|
555
578
|
json=exclude_unset(json),
|
|
556
579
|
headers=exclude_unset(headers),
|
|
580
|
+
stream=stream,
|
|
557
581
|
error_models={
|
|
558
582
|
"404": BasicError,
|
|
559
583
|
"422": ValidationError,
|
|
@@ -567,6 +591,7 @@ class CodespacesClient:
|
|
|
567
591
|
org: str,
|
|
568
592
|
*,
|
|
569
593
|
headers: Optional[Mapping[str, str]] = None,
|
|
594
|
+
stream: bool = False,
|
|
570
595
|
data: OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType,
|
|
571
596
|
) -> Response: ...
|
|
572
597
|
|
|
@@ -577,6 +602,7 @@ class CodespacesClient:
|
|
|
577
602
|
*,
|
|
578
603
|
data: UnsetType = UNSET,
|
|
579
604
|
headers: Optional[Mapping[str, str]] = None,
|
|
605
|
+
stream: bool = False,
|
|
580
606
|
selected_usernames: list[str],
|
|
581
607
|
) -> Response: ...
|
|
582
608
|
|
|
@@ -585,6 +611,7 @@ class CodespacesClient:
|
|
|
585
611
|
org: str,
|
|
586
612
|
*,
|
|
587
613
|
headers: Optional[Mapping[str, str]] = None,
|
|
614
|
+
stream: bool = False,
|
|
588
615
|
data: Missing[OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType] = UNSET,
|
|
589
616
|
**kwargs,
|
|
590
617
|
) -> Response:
|
|
@@ -628,6 +655,7 @@ class CodespacesClient:
|
|
|
628
655
|
url,
|
|
629
656
|
json=exclude_unset(json),
|
|
630
657
|
headers=exclude_unset(headers),
|
|
658
|
+
stream=stream,
|
|
631
659
|
error_models={
|
|
632
660
|
"404": BasicError,
|
|
633
661
|
"422": ValidationError,
|
|
@@ -642,6 +670,7 @@ class CodespacesClient:
|
|
|
642
670
|
per_page: Missing[int] = UNSET,
|
|
643
671
|
page: Missing[int] = UNSET,
|
|
644
672
|
headers: Optional[Mapping[str, str]] = None,
|
|
673
|
+
stream: bool = False,
|
|
645
674
|
) -> Response[
|
|
646
675
|
OrgsOrgCodespacesSecretsGetResponse200,
|
|
647
676
|
OrgsOrgCodespacesSecretsGetResponse200Type,
|
|
@@ -674,6 +703,7 @@ class CodespacesClient:
|
|
|
674
703
|
url,
|
|
675
704
|
params=exclude_unset(params),
|
|
676
705
|
headers=exclude_unset(headers),
|
|
706
|
+
stream=stream,
|
|
677
707
|
response_model=OrgsOrgCodespacesSecretsGetResponse200,
|
|
678
708
|
)
|
|
679
709
|
|
|
@@ -684,6 +714,7 @@ class CodespacesClient:
|
|
|
684
714
|
per_page: Missing[int] = UNSET,
|
|
685
715
|
page: Missing[int] = UNSET,
|
|
686
716
|
headers: Optional[Mapping[str, str]] = None,
|
|
717
|
+
stream: bool = False,
|
|
687
718
|
) -> Response[
|
|
688
719
|
OrgsOrgCodespacesSecretsGetResponse200,
|
|
689
720
|
OrgsOrgCodespacesSecretsGetResponse200Type,
|
|
@@ -716,6 +747,7 @@ class CodespacesClient:
|
|
|
716
747
|
url,
|
|
717
748
|
params=exclude_unset(params),
|
|
718
749
|
headers=exclude_unset(headers),
|
|
750
|
+
stream=stream,
|
|
719
751
|
response_model=OrgsOrgCodespacesSecretsGetResponse200,
|
|
720
752
|
)
|
|
721
753
|
|
|
@@ -724,6 +756,7 @@ class CodespacesClient:
|
|
|
724
756
|
org: str,
|
|
725
757
|
*,
|
|
726
758
|
headers: Optional[Mapping[str, str]] = None,
|
|
759
|
+
stream: bool = False,
|
|
727
760
|
) -> Response[CodespacesPublicKey, CodespacesPublicKeyType]:
|
|
728
761
|
"""codespaces/get-org-public-key
|
|
729
762
|
|
|
@@ -745,6 +778,7 @@ class CodespacesClient:
|
|
|
745
778
|
"GET",
|
|
746
779
|
url,
|
|
747
780
|
headers=exclude_unset(headers),
|
|
781
|
+
stream=stream,
|
|
748
782
|
response_model=CodespacesPublicKey,
|
|
749
783
|
)
|
|
750
784
|
|
|
@@ -753,6 +787,7 @@ class CodespacesClient:
|
|
|
753
787
|
org: str,
|
|
754
788
|
*,
|
|
755
789
|
headers: Optional[Mapping[str, str]] = None,
|
|
790
|
+
stream: bool = False,
|
|
756
791
|
) -> Response[CodespacesPublicKey, CodespacesPublicKeyType]:
|
|
757
792
|
"""codespaces/get-org-public-key
|
|
758
793
|
|
|
@@ -774,6 +809,7 @@ class CodespacesClient:
|
|
|
774
809
|
"GET",
|
|
775
810
|
url,
|
|
776
811
|
headers=exclude_unset(headers),
|
|
812
|
+
stream=stream,
|
|
777
813
|
response_model=CodespacesPublicKey,
|
|
778
814
|
)
|
|
779
815
|
|
|
@@ -783,6 +819,7 @@ class CodespacesClient:
|
|
|
783
819
|
secret_name: str,
|
|
784
820
|
*,
|
|
785
821
|
headers: Optional[Mapping[str, str]] = None,
|
|
822
|
+
stream: bool = False,
|
|
786
823
|
) -> Response[CodespacesOrgSecret, CodespacesOrgSecretType]:
|
|
787
824
|
"""codespaces/get-org-secret
|
|
788
825
|
|
|
@@ -805,6 +842,7 @@ class CodespacesClient:
|
|
|
805
842
|
"GET",
|
|
806
843
|
url,
|
|
807
844
|
headers=exclude_unset(headers),
|
|
845
|
+
stream=stream,
|
|
808
846
|
response_model=CodespacesOrgSecret,
|
|
809
847
|
)
|
|
810
848
|
|
|
@@ -814,6 +852,7 @@ class CodespacesClient:
|
|
|
814
852
|
secret_name: str,
|
|
815
853
|
*,
|
|
816
854
|
headers: Optional[Mapping[str, str]] = None,
|
|
855
|
+
stream: bool = False,
|
|
817
856
|
) -> Response[CodespacesOrgSecret, CodespacesOrgSecretType]:
|
|
818
857
|
"""codespaces/get-org-secret
|
|
819
858
|
|
|
@@ -836,6 +875,7 @@ class CodespacesClient:
|
|
|
836
875
|
"GET",
|
|
837
876
|
url,
|
|
838
877
|
headers=exclude_unset(headers),
|
|
878
|
+
stream=stream,
|
|
839
879
|
response_model=CodespacesOrgSecret,
|
|
840
880
|
)
|
|
841
881
|
|
|
@@ -846,6 +886,7 @@ class CodespacesClient:
|
|
|
846
886
|
secret_name: str,
|
|
847
887
|
*,
|
|
848
888
|
headers: Optional[Mapping[str, str]] = None,
|
|
889
|
+
stream: bool = False,
|
|
849
890
|
data: OrgsOrgCodespacesSecretsSecretNamePutBodyType,
|
|
850
891
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
851
892
|
|
|
@@ -857,6 +898,7 @@ class CodespacesClient:
|
|
|
857
898
|
*,
|
|
858
899
|
data: UnsetType = UNSET,
|
|
859
900
|
headers: Optional[Mapping[str, str]] = None,
|
|
901
|
+
stream: bool = False,
|
|
860
902
|
encrypted_value: Missing[str] = UNSET,
|
|
861
903
|
key_id: Missing[str] = UNSET,
|
|
862
904
|
visibility: Literal["all", "private", "selected"],
|
|
@@ -869,6 +911,7 @@ class CodespacesClient:
|
|
|
869
911
|
secret_name: str,
|
|
870
912
|
*,
|
|
871
913
|
headers: Optional[Mapping[str, str]] = None,
|
|
914
|
+
stream: bool = False,
|
|
872
915
|
data: Missing[OrgsOrgCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
873
916
|
**kwargs,
|
|
874
917
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -909,6 +952,7 @@ class CodespacesClient:
|
|
|
909
952
|
url,
|
|
910
953
|
json=exclude_unset(json),
|
|
911
954
|
headers=exclude_unset(headers),
|
|
955
|
+
stream=stream,
|
|
912
956
|
response_model=EmptyObject,
|
|
913
957
|
error_models={
|
|
914
958
|
"404": BasicError,
|
|
@@ -923,6 +967,7 @@ class CodespacesClient:
|
|
|
923
967
|
secret_name: str,
|
|
924
968
|
*,
|
|
925
969
|
headers: Optional[Mapping[str, str]] = None,
|
|
970
|
+
stream: bool = False,
|
|
926
971
|
data: OrgsOrgCodespacesSecretsSecretNamePutBodyType,
|
|
927
972
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
928
973
|
|
|
@@ -934,6 +979,7 @@ class CodespacesClient:
|
|
|
934
979
|
*,
|
|
935
980
|
data: UnsetType = UNSET,
|
|
936
981
|
headers: Optional[Mapping[str, str]] = None,
|
|
982
|
+
stream: bool = False,
|
|
937
983
|
encrypted_value: Missing[str] = UNSET,
|
|
938
984
|
key_id: Missing[str] = UNSET,
|
|
939
985
|
visibility: Literal["all", "private", "selected"],
|
|
@@ -946,6 +992,7 @@ class CodespacesClient:
|
|
|
946
992
|
secret_name: str,
|
|
947
993
|
*,
|
|
948
994
|
headers: Optional[Mapping[str, str]] = None,
|
|
995
|
+
stream: bool = False,
|
|
949
996
|
data: Missing[OrgsOrgCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
950
997
|
**kwargs,
|
|
951
998
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -986,6 +1033,7 @@ class CodespacesClient:
|
|
|
986
1033
|
url,
|
|
987
1034
|
json=exclude_unset(json),
|
|
988
1035
|
headers=exclude_unset(headers),
|
|
1036
|
+
stream=stream,
|
|
989
1037
|
response_model=EmptyObject,
|
|
990
1038
|
error_models={
|
|
991
1039
|
"404": BasicError,
|
|
@@ -999,6 +1047,7 @@ class CodespacesClient:
|
|
|
999
1047
|
secret_name: str,
|
|
1000
1048
|
*,
|
|
1001
1049
|
headers: Optional[Mapping[str, str]] = None,
|
|
1050
|
+
stream: bool = False,
|
|
1002
1051
|
) -> Response:
|
|
1003
1052
|
"""codespaces/delete-org-secret
|
|
1004
1053
|
|
|
@@ -1021,6 +1070,7 @@ class CodespacesClient:
|
|
|
1021
1070
|
"DELETE",
|
|
1022
1071
|
url,
|
|
1023
1072
|
headers=exclude_unset(headers),
|
|
1073
|
+
stream=stream,
|
|
1024
1074
|
error_models={
|
|
1025
1075
|
"404": BasicError,
|
|
1026
1076
|
},
|
|
@@ -1032,6 +1082,7 @@ class CodespacesClient:
|
|
|
1032
1082
|
secret_name: str,
|
|
1033
1083
|
*,
|
|
1034
1084
|
headers: Optional[Mapping[str, str]] = None,
|
|
1085
|
+
stream: bool = False,
|
|
1035
1086
|
) -> Response:
|
|
1036
1087
|
"""codespaces/delete-org-secret
|
|
1037
1088
|
|
|
@@ -1054,6 +1105,7 @@ class CodespacesClient:
|
|
|
1054
1105
|
"DELETE",
|
|
1055
1106
|
url,
|
|
1056
1107
|
headers=exclude_unset(headers),
|
|
1108
|
+
stream=stream,
|
|
1057
1109
|
error_models={
|
|
1058
1110
|
"404": BasicError,
|
|
1059
1111
|
},
|
|
@@ -1067,6 +1119,7 @@ class CodespacesClient:
|
|
|
1067
1119
|
page: Missing[int] = UNSET,
|
|
1068
1120
|
per_page: Missing[int] = UNSET,
|
|
1069
1121
|
headers: Optional[Mapping[str, str]] = None,
|
|
1122
|
+
stream: bool = False,
|
|
1070
1123
|
) -> Response[
|
|
1071
1124
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
1072
1125
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
|
|
@@ -1102,6 +1155,7 @@ class CodespacesClient:
|
|
|
1102
1155
|
url,
|
|
1103
1156
|
params=exclude_unset(params),
|
|
1104
1157
|
headers=exclude_unset(headers),
|
|
1158
|
+
stream=stream,
|
|
1105
1159
|
response_model=OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
1106
1160
|
error_models={
|
|
1107
1161
|
"404": BasicError,
|
|
@@ -1116,6 +1170,7 @@ class CodespacesClient:
|
|
|
1116
1170
|
page: Missing[int] = UNSET,
|
|
1117
1171
|
per_page: Missing[int] = UNSET,
|
|
1118
1172
|
headers: Optional[Mapping[str, str]] = None,
|
|
1173
|
+
stream: bool = False,
|
|
1119
1174
|
) -> Response[
|
|
1120
1175
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
1121
1176
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
|
|
@@ -1151,6 +1206,7 @@ class CodespacesClient:
|
|
|
1151
1206
|
url,
|
|
1152
1207
|
params=exclude_unset(params),
|
|
1153
1208
|
headers=exclude_unset(headers),
|
|
1209
|
+
stream=stream,
|
|
1154
1210
|
response_model=OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
1155
1211
|
error_models={
|
|
1156
1212
|
"404": BasicError,
|
|
@@ -1164,6 +1220,7 @@ class CodespacesClient:
|
|
|
1164
1220
|
secret_name: str,
|
|
1165
1221
|
*,
|
|
1166
1222
|
headers: Optional[Mapping[str, str]] = None,
|
|
1223
|
+
stream: bool = False,
|
|
1167
1224
|
data: OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
1168
1225
|
) -> Response: ...
|
|
1169
1226
|
|
|
@@ -1175,6 +1232,7 @@ class CodespacesClient:
|
|
|
1175
1232
|
*,
|
|
1176
1233
|
data: UnsetType = UNSET,
|
|
1177
1234
|
headers: Optional[Mapping[str, str]] = None,
|
|
1235
|
+
stream: bool = False,
|
|
1178
1236
|
selected_repository_ids: list[int],
|
|
1179
1237
|
) -> Response: ...
|
|
1180
1238
|
|
|
@@ -1184,6 +1242,7 @@ class CodespacesClient:
|
|
|
1184
1242
|
secret_name: str,
|
|
1185
1243
|
*,
|
|
1186
1244
|
headers: Optional[Mapping[str, str]] = None,
|
|
1245
|
+
stream: bool = False,
|
|
1187
1246
|
data: Missing[
|
|
1188
1247
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType
|
|
1189
1248
|
] = UNSET,
|
|
@@ -1227,6 +1286,7 @@ class CodespacesClient:
|
|
|
1227
1286
|
url,
|
|
1228
1287
|
json=exclude_unset(json),
|
|
1229
1288
|
headers=exclude_unset(headers),
|
|
1289
|
+
stream=stream,
|
|
1230
1290
|
error_models={
|
|
1231
1291
|
"404": BasicError,
|
|
1232
1292
|
},
|
|
@@ -1239,6 +1299,7 @@ class CodespacesClient:
|
|
|
1239
1299
|
secret_name: str,
|
|
1240
1300
|
*,
|
|
1241
1301
|
headers: Optional[Mapping[str, str]] = None,
|
|
1302
|
+
stream: bool = False,
|
|
1242
1303
|
data: OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
1243
1304
|
) -> Response: ...
|
|
1244
1305
|
|
|
@@ -1250,6 +1311,7 @@ class CodespacesClient:
|
|
|
1250
1311
|
*,
|
|
1251
1312
|
data: UnsetType = UNSET,
|
|
1252
1313
|
headers: Optional[Mapping[str, str]] = None,
|
|
1314
|
+
stream: bool = False,
|
|
1253
1315
|
selected_repository_ids: list[int],
|
|
1254
1316
|
) -> Response: ...
|
|
1255
1317
|
|
|
@@ -1259,6 +1321,7 @@ class CodespacesClient:
|
|
|
1259
1321
|
secret_name: str,
|
|
1260
1322
|
*,
|
|
1261
1323
|
headers: Optional[Mapping[str, str]] = None,
|
|
1324
|
+
stream: bool = False,
|
|
1262
1325
|
data: Missing[
|
|
1263
1326
|
OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType
|
|
1264
1327
|
] = UNSET,
|
|
@@ -1302,6 +1365,7 @@ class CodespacesClient:
|
|
|
1302
1365
|
url,
|
|
1303
1366
|
json=exclude_unset(json),
|
|
1304
1367
|
headers=exclude_unset(headers),
|
|
1368
|
+
stream=stream,
|
|
1305
1369
|
error_models={
|
|
1306
1370
|
"404": BasicError,
|
|
1307
1371
|
},
|
|
@@ -1314,6 +1378,7 @@ class CodespacesClient:
|
|
|
1314
1378
|
repository_id: int,
|
|
1315
1379
|
*,
|
|
1316
1380
|
headers: Optional[Mapping[str, str]] = None,
|
|
1381
|
+
stream: bool = False,
|
|
1317
1382
|
) -> Response:
|
|
1318
1383
|
"""codespaces/add-selected-repo-to-org-secret
|
|
1319
1384
|
|
|
@@ -1337,6 +1402,7 @@ class CodespacesClient:
|
|
|
1337
1402
|
"PUT",
|
|
1338
1403
|
url,
|
|
1339
1404
|
headers=exclude_unset(headers),
|
|
1405
|
+
stream=stream,
|
|
1340
1406
|
error_models={
|
|
1341
1407
|
"404": BasicError,
|
|
1342
1408
|
"422": ValidationError,
|
|
@@ -1350,6 +1416,7 @@ class CodespacesClient:
|
|
|
1350
1416
|
repository_id: int,
|
|
1351
1417
|
*,
|
|
1352
1418
|
headers: Optional[Mapping[str, str]] = None,
|
|
1419
|
+
stream: bool = False,
|
|
1353
1420
|
) -> Response:
|
|
1354
1421
|
"""codespaces/add-selected-repo-to-org-secret
|
|
1355
1422
|
|
|
@@ -1373,6 +1440,7 @@ class CodespacesClient:
|
|
|
1373
1440
|
"PUT",
|
|
1374
1441
|
url,
|
|
1375
1442
|
headers=exclude_unset(headers),
|
|
1443
|
+
stream=stream,
|
|
1376
1444
|
error_models={
|
|
1377
1445
|
"404": BasicError,
|
|
1378
1446
|
"422": ValidationError,
|
|
@@ -1386,6 +1454,7 @@ class CodespacesClient:
|
|
|
1386
1454
|
repository_id: int,
|
|
1387
1455
|
*,
|
|
1388
1456
|
headers: Optional[Mapping[str, str]] = None,
|
|
1457
|
+
stream: bool = False,
|
|
1389
1458
|
) -> Response:
|
|
1390
1459
|
"""codespaces/remove-selected-repo-from-org-secret
|
|
1391
1460
|
|
|
@@ -1412,6 +1481,7 @@ class CodespacesClient:
|
|
|
1412
1481
|
"DELETE",
|
|
1413
1482
|
url,
|
|
1414
1483
|
headers=exclude_unset(headers),
|
|
1484
|
+
stream=stream,
|
|
1415
1485
|
error_models={
|
|
1416
1486
|
"404": BasicError,
|
|
1417
1487
|
"422": ValidationError,
|
|
@@ -1425,6 +1495,7 @@ class CodespacesClient:
|
|
|
1425
1495
|
repository_id: int,
|
|
1426
1496
|
*,
|
|
1427
1497
|
headers: Optional[Mapping[str, str]] = None,
|
|
1498
|
+
stream: bool = False,
|
|
1428
1499
|
) -> Response:
|
|
1429
1500
|
"""codespaces/remove-selected-repo-from-org-secret
|
|
1430
1501
|
|
|
@@ -1451,6 +1522,7 @@ class CodespacesClient:
|
|
|
1451
1522
|
"DELETE",
|
|
1452
1523
|
url,
|
|
1453
1524
|
headers=exclude_unset(headers),
|
|
1525
|
+
stream=stream,
|
|
1454
1526
|
error_models={
|
|
1455
1527
|
"404": BasicError,
|
|
1456
1528
|
"422": ValidationError,
|
|
@@ -1465,6 +1537,7 @@ class CodespacesClient:
|
|
|
1465
1537
|
per_page: Missing[int] = UNSET,
|
|
1466
1538
|
page: Missing[int] = UNSET,
|
|
1467
1539
|
headers: Optional[Mapping[str, str]] = None,
|
|
1540
|
+
stream: bool = False,
|
|
1468
1541
|
) -> Response[
|
|
1469
1542
|
OrgsOrgMembersUsernameCodespacesGetResponse200,
|
|
1470
1543
|
OrgsOrgMembersUsernameCodespacesGetResponse200Type,
|
|
@@ -1496,6 +1569,7 @@ class CodespacesClient:
|
|
|
1496
1569
|
url,
|
|
1497
1570
|
params=exclude_unset(params),
|
|
1498
1571
|
headers=exclude_unset(headers),
|
|
1572
|
+
stream=stream,
|
|
1499
1573
|
response_model=OrgsOrgMembersUsernameCodespacesGetResponse200,
|
|
1500
1574
|
error_models={
|
|
1501
1575
|
"500": BasicError,
|
|
@@ -1513,6 +1587,7 @@ class CodespacesClient:
|
|
|
1513
1587
|
per_page: Missing[int] = UNSET,
|
|
1514
1588
|
page: Missing[int] = UNSET,
|
|
1515
1589
|
headers: Optional[Mapping[str, str]] = None,
|
|
1590
|
+
stream: bool = False,
|
|
1516
1591
|
) -> Response[
|
|
1517
1592
|
OrgsOrgMembersUsernameCodespacesGetResponse200,
|
|
1518
1593
|
OrgsOrgMembersUsernameCodespacesGetResponse200Type,
|
|
@@ -1544,6 +1619,7 @@ class CodespacesClient:
|
|
|
1544
1619
|
url,
|
|
1545
1620
|
params=exclude_unset(params),
|
|
1546
1621
|
headers=exclude_unset(headers),
|
|
1622
|
+
stream=stream,
|
|
1547
1623
|
response_model=OrgsOrgMembersUsernameCodespacesGetResponse200,
|
|
1548
1624
|
error_models={
|
|
1549
1625
|
"500": BasicError,
|
|
@@ -1560,6 +1636,7 @@ class CodespacesClient:
|
|
|
1560
1636
|
codespace_name: str,
|
|
1561
1637
|
*,
|
|
1562
1638
|
headers: Optional[Mapping[str, str]] = None,
|
|
1639
|
+
stream: bool = False,
|
|
1563
1640
|
) -> Response[
|
|
1564
1641
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
1565
1642
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -1588,6 +1665,7 @@ class CodespacesClient:
|
|
|
1588
1665
|
"DELETE",
|
|
1589
1666
|
url,
|
|
1590
1667
|
headers=exclude_unset(headers),
|
|
1668
|
+
stream=stream,
|
|
1591
1669
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
1592
1670
|
error_models={
|
|
1593
1671
|
"500": BasicError,
|
|
@@ -1604,6 +1682,7 @@ class CodespacesClient:
|
|
|
1604
1682
|
codespace_name: str,
|
|
1605
1683
|
*,
|
|
1606
1684
|
headers: Optional[Mapping[str, str]] = None,
|
|
1685
|
+
stream: bool = False,
|
|
1607
1686
|
) -> Response[
|
|
1608
1687
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
1609
1688
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -1632,6 +1711,7 @@ class CodespacesClient:
|
|
|
1632
1711
|
"DELETE",
|
|
1633
1712
|
url,
|
|
1634
1713
|
headers=exclude_unset(headers),
|
|
1714
|
+
stream=stream,
|
|
1635
1715
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
1636
1716
|
error_models={
|
|
1637
1717
|
"500": BasicError,
|
|
@@ -1648,6 +1728,7 @@ class CodespacesClient:
|
|
|
1648
1728
|
codespace_name: str,
|
|
1649
1729
|
*,
|
|
1650
1730
|
headers: Optional[Mapping[str, str]] = None,
|
|
1731
|
+
stream: bool = False,
|
|
1651
1732
|
) -> Response[Codespace, CodespaceType]:
|
|
1652
1733
|
"""codespaces/stop-in-organization
|
|
1653
1734
|
|
|
@@ -1670,6 +1751,7 @@ class CodespacesClient:
|
|
|
1670
1751
|
"POST",
|
|
1671
1752
|
url,
|
|
1672
1753
|
headers=exclude_unset(headers),
|
|
1754
|
+
stream=stream,
|
|
1673
1755
|
response_model=Codespace,
|
|
1674
1756
|
error_models={
|
|
1675
1757
|
"500": BasicError,
|
|
@@ -1686,6 +1768,7 @@ class CodespacesClient:
|
|
|
1686
1768
|
codespace_name: str,
|
|
1687
1769
|
*,
|
|
1688
1770
|
headers: Optional[Mapping[str, str]] = None,
|
|
1771
|
+
stream: bool = False,
|
|
1689
1772
|
) -> Response[Codespace, CodespaceType]:
|
|
1690
1773
|
"""codespaces/stop-in-organization
|
|
1691
1774
|
|
|
@@ -1708,6 +1791,7 @@ class CodespacesClient:
|
|
|
1708
1791
|
"POST",
|
|
1709
1792
|
url,
|
|
1710
1793
|
headers=exclude_unset(headers),
|
|
1794
|
+
stream=stream,
|
|
1711
1795
|
response_model=Codespace,
|
|
1712
1796
|
error_models={
|
|
1713
1797
|
"500": BasicError,
|
|
@@ -1725,6 +1809,7 @@ class CodespacesClient:
|
|
|
1725
1809
|
per_page: Missing[int] = UNSET,
|
|
1726
1810
|
page: Missing[int] = UNSET,
|
|
1727
1811
|
headers: Optional[Mapping[str, str]] = None,
|
|
1812
|
+
stream: bool = False,
|
|
1728
1813
|
) -> Response[
|
|
1729
1814
|
ReposOwnerRepoCodespacesGetResponse200,
|
|
1730
1815
|
ReposOwnerRepoCodespacesGetResponse200Type,
|
|
@@ -1756,6 +1841,7 @@ class CodespacesClient:
|
|
|
1756
1841
|
url,
|
|
1757
1842
|
params=exclude_unset(params),
|
|
1758
1843
|
headers=exclude_unset(headers),
|
|
1844
|
+
stream=stream,
|
|
1759
1845
|
response_model=ReposOwnerRepoCodespacesGetResponse200,
|
|
1760
1846
|
error_models={
|
|
1761
1847
|
"500": BasicError,
|
|
@@ -1773,6 +1859,7 @@ class CodespacesClient:
|
|
|
1773
1859
|
per_page: Missing[int] = UNSET,
|
|
1774
1860
|
page: Missing[int] = UNSET,
|
|
1775
1861
|
headers: Optional[Mapping[str, str]] = None,
|
|
1862
|
+
stream: bool = False,
|
|
1776
1863
|
) -> Response[
|
|
1777
1864
|
ReposOwnerRepoCodespacesGetResponse200,
|
|
1778
1865
|
ReposOwnerRepoCodespacesGetResponse200Type,
|
|
@@ -1804,6 +1891,7 @@ class CodespacesClient:
|
|
|
1804
1891
|
url,
|
|
1805
1892
|
params=exclude_unset(params),
|
|
1806
1893
|
headers=exclude_unset(headers),
|
|
1894
|
+
stream=stream,
|
|
1807
1895
|
response_model=ReposOwnerRepoCodespacesGetResponse200,
|
|
1808
1896
|
error_models={
|
|
1809
1897
|
"500": BasicError,
|
|
@@ -1820,6 +1908,7 @@ class CodespacesClient:
|
|
|
1820
1908
|
repo: str,
|
|
1821
1909
|
*,
|
|
1822
1910
|
headers: Optional[Mapping[str, str]] = None,
|
|
1911
|
+
stream: bool = False,
|
|
1823
1912
|
data: Union[ReposOwnerRepoCodespacesPostBodyType, None],
|
|
1824
1913
|
) -> Response[Codespace, CodespaceType]: ...
|
|
1825
1914
|
|
|
@@ -1831,6 +1920,7 @@ class CodespacesClient:
|
|
|
1831
1920
|
*,
|
|
1832
1921
|
data: UnsetType = UNSET,
|
|
1833
1922
|
headers: Optional[Mapping[str, str]] = None,
|
|
1923
|
+
stream: bool = False,
|
|
1834
1924
|
ref: Missing[str] = UNSET,
|
|
1835
1925
|
location: Missing[str] = UNSET,
|
|
1836
1926
|
geo: Missing[
|
|
@@ -1852,6 +1942,7 @@ class CodespacesClient:
|
|
|
1852
1942
|
repo: str,
|
|
1853
1943
|
*,
|
|
1854
1944
|
headers: Optional[Mapping[str, str]] = None,
|
|
1945
|
+
stream: bool = False,
|
|
1855
1946
|
data: Missing[Union[ReposOwnerRepoCodespacesPostBodyType, None]] = UNSET,
|
|
1856
1947
|
**kwargs,
|
|
1857
1948
|
) -> Response[Codespace, CodespaceType]:
|
|
@@ -1895,6 +1986,7 @@ class CodespacesClient:
|
|
|
1895
1986
|
url,
|
|
1896
1987
|
json=exclude_unset(json),
|
|
1897
1988
|
headers=exclude_unset(headers),
|
|
1989
|
+
stream=stream,
|
|
1898
1990
|
response_model=Codespace,
|
|
1899
1991
|
error_models={
|
|
1900
1992
|
"400": BasicError,
|
|
@@ -1912,6 +2004,7 @@ class CodespacesClient:
|
|
|
1912
2004
|
repo: str,
|
|
1913
2005
|
*,
|
|
1914
2006
|
headers: Optional[Mapping[str, str]] = None,
|
|
2007
|
+
stream: bool = False,
|
|
1915
2008
|
data: Union[ReposOwnerRepoCodespacesPostBodyType, None],
|
|
1916
2009
|
) -> Response[Codespace, CodespaceType]: ...
|
|
1917
2010
|
|
|
@@ -1923,6 +2016,7 @@ class CodespacesClient:
|
|
|
1923
2016
|
*,
|
|
1924
2017
|
data: UnsetType = UNSET,
|
|
1925
2018
|
headers: Optional[Mapping[str, str]] = None,
|
|
2019
|
+
stream: bool = False,
|
|
1926
2020
|
ref: Missing[str] = UNSET,
|
|
1927
2021
|
location: Missing[str] = UNSET,
|
|
1928
2022
|
geo: Missing[
|
|
@@ -1944,6 +2038,7 @@ class CodespacesClient:
|
|
|
1944
2038
|
repo: str,
|
|
1945
2039
|
*,
|
|
1946
2040
|
headers: Optional[Mapping[str, str]] = None,
|
|
2041
|
+
stream: bool = False,
|
|
1947
2042
|
data: Missing[Union[ReposOwnerRepoCodespacesPostBodyType, None]] = UNSET,
|
|
1948
2043
|
**kwargs,
|
|
1949
2044
|
) -> Response[Codespace, CodespaceType]:
|
|
@@ -1987,6 +2082,7 @@ class CodespacesClient:
|
|
|
1987
2082
|
url,
|
|
1988
2083
|
json=exclude_unset(json),
|
|
1989
2084
|
headers=exclude_unset(headers),
|
|
2085
|
+
stream=stream,
|
|
1990
2086
|
response_model=Codespace,
|
|
1991
2087
|
error_models={
|
|
1992
2088
|
"400": BasicError,
|
|
@@ -2005,6 +2101,7 @@ class CodespacesClient:
|
|
|
2005
2101
|
per_page: Missing[int] = UNSET,
|
|
2006
2102
|
page: Missing[int] = UNSET,
|
|
2007
2103
|
headers: Optional[Mapping[str, str]] = None,
|
|
2104
|
+
stream: bool = False,
|
|
2008
2105
|
) -> Response[
|
|
2009
2106
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200,
|
|
2010
2107
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200Type,
|
|
@@ -2040,6 +2137,7 @@ class CodespacesClient:
|
|
|
2040
2137
|
url,
|
|
2041
2138
|
params=exclude_unset(params),
|
|
2042
2139
|
headers=exclude_unset(headers),
|
|
2140
|
+
stream=stream,
|
|
2043
2141
|
response_model=ReposOwnerRepoCodespacesDevcontainersGetResponse200,
|
|
2044
2142
|
error_models={
|
|
2045
2143
|
"500": BasicError,
|
|
@@ -2058,6 +2156,7 @@ class CodespacesClient:
|
|
|
2058
2156
|
per_page: Missing[int] = UNSET,
|
|
2059
2157
|
page: Missing[int] = UNSET,
|
|
2060
2158
|
headers: Optional[Mapping[str, str]] = None,
|
|
2159
|
+
stream: bool = False,
|
|
2061
2160
|
) -> Response[
|
|
2062
2161
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200,
|
|
2063
2162
|
ReposOwnerRepoCodespacesDevcontainersGetResponse200Type,
|
|
@@ -2093,6 +2192,7 @@ class CodespacesClient:
|
|
|
2093
2192
|
url,
|
|
2094
2193
|
params=exclude_unset(params),
|
|
2095
2194
|
headers=exclude_unset(headers),
|
|
2195
|
+
stream=stream,
|
|
2096
2196
|
response_model=ReposOwnerRepoCodespacesDevcontainersGetResponse200,
|
|
2097
2197
|
error_models={
|
|
2098
2198
|
"500": BasicError,
|
|
@@ -2112,6 +2212,7 @@ class CodespacesClient:
|
|
|
2112
2212
|
client_ip: Missing[str] = UNSET,
|
|
2113
2213
|
ref: Missing[str] = UNSET,
|
|
2114
2214
|
headers: Optional[Mapping[str, str]] = None,
|
|
2215
|
+
stream: bool = False,
|
|
2115
2216
|
) -> Response[
|
|
2116
2217
|
ReposOwnerRepoCodespacesMachinesGetResponse200,
|
|
2117
2218
|
ReposOwnerRepoCodespacesMachinesGetResponse200Type,
|
|
@@ -2144,6 +2245,7 @@ class CodespacesClient:
|
|
|
2144
2245
|
url,
|
|
2145
2246
|
params=exclude_unset(params),
|
|
2146
2247
|
headers=exclude_unset(headers),
|
|
2248
|
+
stream=stream,
|
|
2147
2249
|
response_model=ReposOwnerRepoCodespacesMachinesGetResponse200,
|
|
2148
2250
|
error_models={
|
|
2149
2251
|
"500": BasicError,
|
|
@@ -2162,6 +2264,7 @@ class CodespacesClient:
|
|
|
2162
2264
|
client_ip: Missing[str] = UNSET,
|
|
2163
2265
|
ref: Missing[str] = UNSET,
|
|
2164
2266
|
headers: Optional[Mapping[str, str]] = None,
|
|
2267
|
+
stream: bool = False,
|
|
2165
2268
|
) -> Response[
|
|
2166
2269
|
ReposOwnerRepoCodespacesMachinesGetResponse200,
|
|
2167
2270
|
ReposOwnerRepoCodespacesMachinesGetResponse200Type,
|
|
@@ -2194,6 +2297,7 @@ class CodespacesClient:
|
|
|
2194
2297
|
url,
|
|
2195
2298
|
params=exclude_unset(params),
|
|
2196
2299
|
headers=exclude_unset(headers),
|
|
2300
|
+
stream=stream,
|
|
2197
2301
|
response_model=ReposOwnerRepoCodespacesMachinesGetResponse200,
|
|
2198
2302
|
error_models={
|
|
2199
2303
|
"500": BasicError,
|
|
@@ -2211,6 +2315,7 @@ class CodespacesClient:
|
|
|
2211
2315
|
ref: Missing[str] = UNSET,
|
|
2212
2316
|
client_ip: Missing[str] = UNSET,
|
|
2213
2317
|
headers: Optional[Mapping[str, str]] = None,
|
|
2318
|
+
stream: bool = False,
|
|
2214
2319
|
) -> Response[
|
|
2215
2320
|
ReposOwnerRepoCodespacesNewGetResponse200,
|
|
2216
2321
|
ReposOwnerRepoCodespacesNewGetResponse200Type,
|
|
@@ -2242,6 +2347,7 @@ class CodespacesClient:
|
|
|
2242
2347
|
url,
|
|
2243
2348
|
params=exclude_unset(params),
|
|
2244
2349
|
headers=exclude_unset(headers),
|
|
2350
|
+
stream=stream,
|
|
2245
2351
|
response_model=ReposOwnerRepoCodespacesNewGetResponse200,
|
|
2246
2352
|
error_models={
|
|
2247
2353
|
"401": BasicError,
|
|
@@ -2258,6 +2364,7 @@ class CodespacesClient:
|
|
|
2258
2364
|
ref: Missing[str] = UNSET,
|
|
2259
2365
|
client_ip: Missing[str] = UNSET,
|
|
2260
2366
|
headers: Optional[Mapping[str, str]] = None,
|
|
2367
|
+
stream: bool = False,
|
|
2261
2368
|
) -> Response[
|
|
2262
2369
|
ReposOwnerRepoCodespacesNewGetResponse200,
|
|
2263
2370
|
ReposOwnerRepoCodespacesNewGetResponse200Type,
|
|
@@ -2289,6 +2396,7 @@ class CodespacesClient:
|
|
|
2289
2396
|
url,
|
|
2290
2397
|
params=exclude_unset(params),
|
|
2291
2398
|
headers=exclude_unset(headers),
|
|
2399
|
+
stream=stream,
|
|
2292
2400
|
response_model=ReposOwnerRepoCodespacesNewGetResponse200,
|
|
2293
2401
|
error_models={
|
|
2294
2402
|
"401": BasicError,
|
|
@@ -2305,6 +2413,7 @@ class CodespacesClient:
|
|
|
2305
2413
|
ref: str,
|
|
2306
2414
|
devcontainer_path: str,
|
|
2307
2415
|
headers: Optional[Mapping[str, str]] = None,
|
|
2416
|
+
stream: bool = False,
|
|
2308
2417
|
) -> Response[
|
|
2309
2418
|
CodespacesPermissionsCheckForDevcontainer,
|
|
2310
2419
|
CodespacesPermissionsCheckForDevcontainerType,
|
|
@@ -2341,6 +2450,7 @@ class CodespacesClient:
|
|
|
2341
2450
|
url,
|
|
2342
2451
|
params=exclude_unset(params),
|
|
2343
2452
|
headers=exclude_unset(headers),
|
|
2453
|
+
stream=stream,
|
|
2344
2454
|
response_model=CodespacesPermissionsCheckForDevcontainer,
|
|
2345
2455
|
error_models={
|
|
2346
2456
|
"401": BasicError,
|
|
@@ -2359,6 +2469,7 @@ class CodespacesClient:
|
|
|
2359
2469
|
ref: str,
|
|
2360
2470
|
devcontainer_path: str,
|
|
2361
2471
|
headers: Optional[Mapping[str, str]] = None,
|
|
2472
|
+
stream: bool = False,
|
|
2362
2473
|
) -> Response[
|
|
2363
2474
|
CodespacesPermissionsCheckForDevcontainer,
|
|
2364
2475
|
CodespacesPermissionsCheckForDevcontainerType,
|
|
@@ -2395,6 +2506,7 @@ class CodespacesClient:
|
|
|
2395
2506
|
url,
|
|
2396
2507
|
params=exclude_unset(params),
|
|
2397
2508
|
headers=exclude_unset(headers),
|
|
2509
|
+
stream=stream,
|
|
2398
2510
|
response_model=CodespacesPermissionsCheckForDevcontainer,
|
|
2399
2511
|
error_models={
|
|
2400
2512
|
"401": BasicError,
|
|
@@ -2413,6 +2525,7 @@ class CodespacesClient:
|
|
|
2413
2525
|
per_page: Missing[int] = UNSET,
|
|
2414
2526
|
page: Missing[int] = UNSET,
|
|
2415
2527
|
headers: Optional[Mapping[str, str]] = None,
|
|
2528
|
+
stream: bool = False,
|
|
2416
2529
|
) -> Response[
|
|
2417
2530
|
ReposOwnerRepoCodespacesSecretsGetResponse200,
|
|
2418
2531
|
ReposOwnerRepoCodespacesSecretsGetResponse200Type,
|
|
@@ -2445,6 +2558,7 @@ class CodespacesClient:
|
|
|
2445
2558
|
url,
|
|
2446
2559
|
params=exclude_unset(params),
|
|
2447
2560
|
headers=exclude_unset(headers),
|
|
2561
|
+
stream=stream,
|
|
2448
2562
|
response_model=ReposOwnerRepoCodespacesSecretsGetResponse200,
|
|
2449
2563
|
)
|
|
2450
2564
|
|
|
@@ -2456,6 +2570,7 @@ class CodespacesClient:
|
|
|
2456
2570
|
per_page: Missing[int] = UNSET,
|
|
2457
2571
|
page: Missing[int] = UNSET,
|
|
2458
2572
|
headers: Optional[Mapping[str, str]] = None,
|
|
2573
|
+
stream: bool = False,
|
|
2459
2574
|
) -> Response[
|
|
2460
2575
|
ReposOwnerRepoCodespacesSecretsGetResponse200,
|
|
2461
2576
|
ReposOwnerRepoCodespacesSecretsGetResponse200Type,
|
|
@@ -2488,6 +2603,7 @@ class CodespacesClient:
|
|
|
2488
2603
|
url,
|
|
2489
2604
|
params=exclude_unset(params),
|
|
2490
2605
|
headers=exclude_unset(headers),
|
|
2606
|
+
stream=stream,
|
|
2491
2607
|
response_model=ReposOwnerRepoCodespacesSecretsGetResponse200,
|
|
2492
2608
|
)
|
|
2493
2609
|
|
|
@@ -2497,6 +2613,7 @@ class CodespacesClient:
|
|
|
2497
2613
|
repo: str,
|
|
2498
2614
|
*,
|
|
2499
2615
|
headers: Optional[Mapping[str, str]] = None,
|
|
2616
|
+
stream: bool = False,
|
|
2500
2617
|
) -> Response[CodespacesPublicKey, CodespacesPublicKeyType]:
|
|
2501
2618
|
"""codespaces/get-repo-public-key
|
|
2502
2619
|
|
|
@@ -2520,6 +2637,7 @@ class CodespacesClient:
|
|
|
2520
2637
|
"GET",
|
|
2521
2638
|
url,
|
|
2522
2639
|
headers=exclude_unset(headers),
|
|
2640
|
+
stream=stream,
|
|
2523
2641
|
response_model=CodespacesPublicKey,
|
|
2524
2642
|
)
|
|
2525
2643
|
|
|
@@ -2529,6 +2647,7 @@ class CodespacesClient:
|
|
|
2529
2647
|
repo: str,
|
|
2530
2648
|
*,
|
|
2531
2649
|
headers: Optional[Mapping[str, str]] = None,
|
|
2650
|
+
stream: bool = False,
|
|
2532
2651
|
) -> Response[CodespacesPublicKey, CodespacesPublicKeyType]:
|
|
2533
2652
|
"""codespaces/get-repo-public-key
|
|
2534
2653
|
|
|
@@ -2552,6 +2671,7 @@ class CodespacesClient:
|
|
|
2552
2671
|
"GET",
|
|
2553
2672
|
url,
|
|
2554
2673
|
headers=exclude_unset(headers),
|
|
2674
|
+
stream=stream,
|
|
2555
2675
|
response_model=CodespacesPublicKey,
|
|
2556
2676
|
)
|
|
2557
2677
|
|
|
@@ -2562,6 +2682,7 @@ class CodespacesClient:
|
|
|
2562
2682
|
secret_name: str,
|
|
2563
2683
|
*,
|
|
2564
2684
|
headers: Optional[Mapping[str, str]] = None,
|
|
2685
|
+
stream: bool = False,
|
|
2565
2686
|
) -> Response[RepoCodespacesSecret, RepoCodespacesSecretType]:
|
|
2566
2687
|
"""codespaces/get-repo-secret
|
|
2567
2688
|
|
|
@@ -2584,6 +2705,7 @@ class CodespacesClient:
|
|
|
2584
2705
|
"GET",
|
|
2585
2706
|
url,
|
|
2586
2707
|
headers=exclude_unset(headers),
|
|
2708
|
+
stream=stream,
|
|
2587
2709
|
response_model=RepoCodespacesSecret,
|
|
2588
2710
|
)
|
|
2589
2711
|
|
|
@@ -2594,6 +2716,7 @@ class CodespacesClient:
|
|
|
2594
2716
|
secret_name: str,
|
|
2595
2717
|
*,
|
|
2596
2718
|
headers: Optional[Mapping[str, str]] = None,
|
|
2719
|
+
stream: bool = False,
|
|
2597
2720
|
) -> Response[RepoCodespacesSecret, RepoCodespacesSecretType]:
|
|
2598
2721
|
"""codespaces/get-repo-secret
|
|
2599
2722
|
|
|
@@ -2616,6 +2739,7 @@ class CodespacesClient:
|
|
|
2616
2739
|
"GET",
|
|
2617
2740
|
url,
|
|
2618
2741
|
headers=exclude_unset(headers),
|
|
2742
|
+
stream=stream,
|
|
2619
2743
|
response_model=RepoCodespacesSecret,
|
|
2620
2744
|
)
|
|
2621
2745
|
|
|
@@ -2627,6 +2751,7 @@ class CodespacesClient:
|
|
|
2627
2751
|
secret_name: str,
|
|
2628
2752
|
*,
|
|
2629
2753
|
headers: Optional[Mapping[str, str]] = None,
|
|
2754
|
+
stream: bool = False,
|
|
2630
2755
|
data: ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType,
|
|
2631
2756
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
2632
2757
|
|
|
@@ -2639,6 +2764,7 @@ class CodespacesClient:
|
|
|
2639
2764
|
*,
|
|
2640
2765
|
data: UnsetType = UNSET,
|
|
2641
2766
|
headers: Optional[Mapping[str, str]] = None,
|
|
2767
|
+
stream: bool = False,
|
|
2642
2768
|
encrypted_value: Missing[str] = UNSET,
|
|
2643
2769
|
key_id: Missing[str] = UNSET,
|
|
2644
2770
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -2650,6 +2776,7 @@ class CodespacesClient:
|
|
|
2650
2776
|
secret_name: str,
|
|
2651
2777
|
*,
|
|
2652
2778
|
headers: Optional[Mapping[str, str]] = None,
|
|
2779
|
+
stream: bool = False,
|
|
2653
2780
|
data: Missing[ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
2654
2781
|
**kwargs,
|
|
2655
2782
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -2690,6 +2817,7 @@ class CodespacesClient:
|
|
|
2690
2817
|
url,
|
|
2691
2818
|
json=exclude_unset(json),
|
|
2692
2819
|
headers=exclude_unset(headers),
|
|
2820
|
+
stream=stream,
|
|
2693
2821
|
response_model=EmptyObject,
|
|
2694
2822
|
)
|
|
2695
2823
|
|
|
@@ -2701,6 +2829,7 @@ class CodespacesClient:
|
|
|
2701
2829
|
secret_name: str,
|
|
2702
2830
|
*,
|
|
2703
2831
|
headers: Optional[Mapping[str, str]] = None,
|
|
2832
|
+
stream: bool = False,
|
|
2704
2833
|
data: ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType,
|
|
2705
2834
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
2706
2835
|
|
|
@@ -2713,6 +2842,7 @@ class CodespacesClient:
|
|
|
2713
2842
|
*,
|
|
2714
2843
|
data: UnsetType = UNSET,
|
|
2715
2844
|
headers: Optional[Mapping[str, str]] = None,
|
|
2845
|
+
stream: bool = False,
|
|
2716
2846
|
encrypted_value: Missing[str] = UNSET,
|
|
2717
2847
|
key_id: Missing[str] = UNSET,
|
|
2718
2848
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
@@ -2724,6 +2854,7 @@ class CodespacesClient:
|
|
|
2724
2854
|
secret_name: str,
|
|
2725
2855
|
*,
|
|
2726
2856
|
headers: Optional[Mapping[str, str]] = None,
|
|
2857
|
+
stream: bool = False,
|
|
2727
2858
|
data: Missing[ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
2728
2859
|
**kwargs,
|
|
2729
2860
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -2764,6 +2895,7 @@ class CodespacesClient:
|
|
|
2764
2895
|
url,
|
|
2765
2896
|
json=exclude_unset(json),
|
|
2766
2897
|
headers=exclude_unset(headers),
|
|
2898
|
+
stream=stream,
|
|
2767
2899
|
response_model=EmptyObject,
|
|
2768
2900
|
)
|
|
2769
2901
|
|
|
@@ -2774,6 +2906,7 @@ class CodespacesClient:
|
|
|
2774
2906
|
secret_name: str,
|
|
2775
2907
|
*,
|
|
2776
2908
|
headers: Optional[Mapping[str, str]] = None,
|
|
2909
|
+
stream: bool = False,
|
|
2777
2910
|
) -> Response:
|
|
2778
2911
|
"""codespaces/delete-repo-secret
|
|
2779
2912
|
|
|
@@ -2794,6 +2927,7 @@ class CodespacesClient:
|
|
|
2794
2927
|
"DELETE",
|
|
2795
2928
|
url,
|
|
2796
2929
|
headers=exclude_unset(headers),
|
|
2930
|
+
stream=stream,
|
|
2797
2931
|
)
|
|
2798
2932
|
|
|
2799
2933
|
async def async_delete_repo_secret(
|
|
@@ -2803,6 +2937,7 @@ class CodespacesClient:
|
|
|
2803
2937
|
secret_name: str,
|
|
2804
2938
|
*,
|
|
2805
2939
|
headers: Optional[Mapping[str, str]] = None,
|
|
2940
|
+
stream: bool = False,
|
|
2806
2941
|
) -> Response:
|
|
2807
2942
|
"""codespaces/delete-repo-secret
|
|
2808
2943
|
|
|
@@ -2823,6 +2958,7 @@ class CodespacesClient:
|
|
|
2823
2958
|
"DELETE",
|
|
2824
2959
|
url,
|
|
2825
2960
|
headers=exclude_unset(headers),
|
|
2961
|
+
stream=stream,
|
|
2826
2962
|
)
|
|
2827
2963
|
|
|
2828
2964
|
@overload
|
|
@@ -2833,6 +2969,7 @@ class CodespacesClient:
|
|
|
2833
2969
|
pull_number: int,
|
|
2834
2970
|
*,
|
|
2835
2971
|
headers: Optional[Mapping[str, str]] = None,
|
|
2972
|
+
stream: bool = False,
|
|
2836
2973
|
data: Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None],
|
|
2837
2974
|
) -> Response[Codespace, CodespaceType]: ...
|
|
2838
2975
|
|
|
@@ -2845,6 +2982,7 @@ class CodespacesClient:
|
|
|
2845
2982
|
*,
|
|
2846
2983
|
data: UnsetType = UNSET,
|
|
2847
2984
|
headers: Optional[Mapping[str, str]] = None,
|
|
2985
|
+
stream: bool = False,
|
|
2848
2986
|
location: Missing[str] = UNSET,
|
|
2849
2987
|
geo: Missing[
|
|
2850
2988
|
Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
|
|
@@ -2866,6 +3004,7 @@ class CodespacesClient:
|
|
|
2866
3004
|
pull_number: int,
|
|
2867
3005
|
*,
|
|
2868
3006
|
headers: Optional[Mapping[str, str]] = None,
|
|
3007
|
+
stream: bool = False,
|
|
2869
3008
|
data: Missing[
|
|
2870
3009
|
Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None]
|
|
2871
3010
|
] = UNSET,
|
|
@@ -2911,6 +3050,7 @@ class CodespacesClient:
|
|
|
2911
3050
|
url,
|
|
2912
3051
|
json=exclude_unset(json),
|
|
2913
3052
|
headers=exclude_unset(headers),
|
|
3053
|
+
stream=stream,
|
|
2914
3054
|
response_model=Codespace,
|
|
2915
3055
|
error_models={
|
|
2916
3056
|
"401": BasicError,
|
|
@@ -2928,6 +3068,7 @@ class CodespacesClient:
|
|
|
2928
3068
|
pull_number: int,
|
|
2929
3069
|
*,
|
|
2930
3070
|
headers: Optional[Mapping[str, str]] = None,
|
|
3071
|
+
stream: bool = False,
|
|
2931
3072
|
data: Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None],
|
|
2932
3073
|
) -> Response[Codespace, CodespaceType]: ...
|
|
2933
3074
|
|
|
@@ -2940,6 +3081,7 @@ class CodespacesClient:
|
|
|
2940
3081
|
*,
|
|
2941
3082
|
data: UnsetType = UNSET,
|
|
2942
3083
|
headers: Optional[Mapping[str, str]] = None,
|
|
3084
|
+
stream: bool = False,
|
|
2943
3085
|
location: Missing[str] = UNSET,
|
|
2944
3086
|
geo: Missing[
|
|
2945
3087
|
Literal["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"]
|
|
@@ -2961,6 +3103,7 @@ class CodespacesClient:
|
|
|
2961
3103
|
pull_number: int,
|
|
2962
3104
|
*,
|
|
2963
3105
|
headers: Optional[Mapping[str, str]] = None,
|
|
3106
|
+
stream: bool = False,
|
|
2964
3107
|
data: Missing[
|
|
2965
3108
|
Union[ReposOwnerRepoPullsPullNumberCodespacesPostBodyType, None]
|
|
2966
3109
|
] = UNSET,
|
|
@@ -3006,6 +3149,7 @@ class CodespacesClient:
|
|
|
3006
3149
|
url,
|
|
3007
3150
|
json=exclude_unset(json),
|
|
3008
3151
|
headers=exclude_unset(headers),
|
|
3152
|
+
stream=stream,
|
|
3009
3153
|
response_model=Codespace,
|
|
3010
3154
|
error_models={
|
|
3011
3155
|
"401": BasicError,
|
|
@@ -3022,6 +3166,7 @@ class CodespacesClient:
|
|
|
3022
3166
|
page: Missing[int] = UNSET,
|
|
3023
3167
|
repository_id: Missing[int] = UNSET,
|
|
3024
3168
|
headers: Optional[Mapping[str, str]] = None,
|
|
3169
|
+
stream: bool = False,
|
|
3025
3170
|
) -> Response[UserCodespacesGetResponse200, UserCodespacesGetResponse200Type]:
|
|
3026
3171
|
"""codespaces/list-for-authenticated-user
|
|
3027
3172
|
|
|
@@ -3051,6 +3196,7 @@ class CodespacesClient:
|
|
|
3051
3196
|
url,
|
|
3052
3197
|
params=exclude_unset(params),
|
|
3053
3198
|
headers=exclude_unset(headers),
|
|
3199
|
+
stream=stream,
|
|
3054
3200
|
response_model=UserCodespacesGetResponse200,
|
|
3055
3201
|
error_models={
|
|
3056
3202
|
"500": BasicError,
|
|
@@ -3067,6 +3213,7 @@ class CodespacesClient:
|
|
|
3067
3213
|
page: Missing[int] = UNSET,
|
|
3068
3214
|
repository_id: Missing[int] = UNSET,
|
|
3069
3215
|
headers: Optional[Mapping[str, str]] = None,
|
|
3216
|
+
stream: bool = False,
|
|
3070
3217
|
) -> Response[UserCodespacesGetResponse200, UserCodespacesGetResponse200Type]:
|
|
3071
3218
|
"""codespaces/list-for-authenticated-user
|
|
3072
3219
|
|
|
@@ -3096,6 +3243,7 @@ class CodespacesClient:
|
|
|
3096
3243
|
url,
|
|
3097
3244
|
params=exclude_unset(params),
|
|
3098
3245
|
headers=exclude_unset(headers),
|
|
3246
|
+
stream=stream,
|
|
3099
3247
|
response_model=UserCodespacesGetResponse200,
|
|
3100
3248
|
error_models={
|
|
3101
3249
|
"500": BasicError,
|
|
@@ -3110,6 +3258,7 @@ class CodespacesClient:
|
|
|
3110
3258
|
self,
|
|
3111
3259
|
*,
|
|
3112
3260
|
headers: Optional[Mapping[str, str]] = None,
|
|
3261
|
+
stream: bool = False,
|
|
3113
3262
|
data: Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type],
|
|
3114
3263
|
) -> Response[Codespace, CodespaceType]: ...
|
|
3115
3264
|
|
|
@@ -3119,6 +3268,7 @@ class CodespacesClient:
|
|
|
3119
3268
|
*,
|
|
3120
3269
|
data: UnsetType = UNSET,
|
|
3121
3270
|
headers: Optional[Mapping[str, str]] = None,
|
|
3271
|
+
stream: bool = False,
|
|
3122
3272
|
repository_id: int,
|
|
3123
3273
|
ref: Missing[str] = UNSET,
|
|
3124
3274
|
location: Missing[str] = UNSET,
|
|
@@ -3141,6 +3291,7 @@ class CodespacesClient:
|
|
|
3141
3291
|
*,
|
|
3142
3292
|
data: UnsetType = UNSET,
|
|
3143
3293
|
headers: Optional[Mapping[str, str]] = None,
|
|
3294
|
+
stream: bool = False,
|
|
3144
3295
|
pull_request: UserCodespacesPostBodyOneof1PropPullRequestType,
|
|
3145
3296
|
location: Missing[str] = UNSET,
|
|
3146
3297
|
geo: Missing[
|
|
@@ -3156,6 +3307,7 @@ class CodespacesClient:
|
|
|
3156
3307
|
self,
|
|
3157
3308
|
*,
|
|
3158
3309
|
headers: Optional[Mapping[str, str]] = None,
|
|
3310
|
+
stream: bool = False,
|
|
3159
3311
|
data: Missing[
|
|
3160
3312
|
Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type]
|
|
3161
3313
|
] = UNSET,
|
|
@@ -3204,6 +3356,7 @@ class CodespacesClient:
|
|
|
3204
3356
|
url,
|
|
3205
3357
|
json=exclude_unset(json),
|
|
3206
3358
|
headers=exclude_unset(headers),
|
|
3359
|
+
stream=stream,
|
|
3207
3360
|
response_model=Codespace,
|
|
3208
3361
|
error_models={
|
|
3209
3362
|
"401": BasicError,
|
|
@@ -3218,6 +3371,7 @@ class CodespacesClient:
|
|
|
3218
3371
|
self,
|
|
3219
3372
|
*,
|
|
3220
3373
|
headers: Optional[Mapping[str, str]] = None,
|
|
3374
|
+
stream: bool = False,
|
|
3221
3375
|
data: Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type],
|
|
3222
3376
|
) -> Response[Codespace, CodespaceType]: ...
|
|
3223
3377
|
|
|
@@ -3227,6 +3381,7 @@ class CodespacesClient:
|
|
|
3227
3381
|
*,
|
|
3228
3382
|
data: UnsetType = UNSET,
|
|
3229
3383
|
headers: Optional[Mapping[str, str]] = None,
|
|
3384
|
+
stream: bool = False,
|
|
3230
3385
|
repository_id: int,
|
|
3231
3386
|
ref: Missing[str] = UNSET,
|
|
3232
3387
|
location: Missing[str] = UNSET,
|
|
@@ -3249,6 +3404,7 @@ class CodespacesClient:
|
|
|
3249
3404
|
*,
|
|
3250
3405
|
data: UnsetType = UNSET,
|
|
3251
3406
|
headers: Optional[Mapping[str, str]] = None,
|
|
3407
|
+
stream: bool = False,
|
|
3252
3408
|
pull_request: UserCodespacesPostBodyOneof1PropPullRequestType,
|
|
3253
3409
|
location: Missing[str] = UNSET,
|
|
3254
3410
|
geo: Missing[
|
|
@@ -3264,6 +3420,7 @@ class CodespacesClient:
|
|
|
3264
3420
|
self,
|
|
3265
3421
|
*,
|
|
3266
3422
|
headers: Optional[Mapping[str, str]] = None,
|
|
3423
|
+
stream: bool = False,
|
|
3267
3424
|
data: Missing[
|
|
3268
3425
|
Union[UserCodespacesPostBodyOneof0Type, UserCodespacesPostBodyOneof1Type]
|
|
3269
3426
|
] = UNSET,
|
|
@@ -3312,6 +3469,7 @@ class CodespacesClient:
|
|
|
3312
3469
|
url,
|
|
3313
3470
|
json=exclude_unset(json),
|
|
3314
3471
|
headers=exclude_unset(headers),
|
|
3472
|
+
stream=stream,
|
|
3315
3473
|
response_model=Codespace,
|
|
3316
3474
|
error_models={
|
|
3317
3475
|
"401": BasicError,
|
|
@@ -3327,6 +3485,7 @@ class CodespacesClient:
|
|
|
3327
3485
|
per_page: Missing[int] = UNSET,
|
|
3328
3486
|
page: Missing[int] = UNSET,
|
|
3329
3487
|
headers: Optional[Mapping[str, str]] = None,
|
|
3488
|
+
stream: bool = False,
|
|
3330
3489
|
) -> Response[
|
|
3331
3490
|
UserCodespacesSecretsGetResponse200, UserCodespacesSecretsGetResponse200Type
|
|
3332
3491
|
]:
|
|
@@ -3360,6 +3519,7 @@ class CodespacesClient:
|
|
|
3360
3519
|
url,
|
|
3361
3520
|
params=exclude_unset(params),
|
|
3362
3521
|
headers=exclude_unset(headers),
|
|
3522
|
+
stream=stream,
|
|
3363
3523
|
response_model=UserCodespacesSecretsGetResponse200,
|
|
3364
3524
|
)
|
|
3365
3525
|
|
|
@@ -3369,6 +3529,7 @@ class CodespacesClient:
|
|
|
3369
3529
|
per_page: Missing[int] = UNSET,
|
|
3370
3530
|
page: Missing[int] = UNSET,
|
|
3371
3531
|
headers: Optional[Mapping[str, str]] = None,
|
|
3532
|
+
stream: bool = False,
|
|
3372
3533
|
) -> Response[
|
|
3373
3534
|
UserCodespacesSecretsGetResponse200, UserCodespacesSecretsGetResponse200Type
|
|
3374
3535
|
]:
|
|
@@ -3402,6 +3563,7 @@ class CodespacesClient:
|
|
|
3402
3563
|
url,
|
|
3403
3564
|
params=exclude_unset(params),
|
|
3404
3565
|
headers=exclude_unset(headers),
|
|
3566
|
+
stream=stream,
|
|
3405
3567
|
response_model=UserCodespacesSecretsGetResponse200,
|
|
3406
3568
|
)
|
|
3407
3569
|
|
|
@@ -3409,6 +3571,7 @@ class CodespacesClient:
|
|
|
3409
3571
|
self,
|
|
3410
3572
|
*,
|
|
3411
3573
|
headers: Optional[Mapping[str, str]] = None,
|
|
3574
|
+
stream: bool = False,
|
|
3412
3575
|
) -> Response[CodespacesUserPublicKey, CodespacesUserPublicKeyType]:
|
|
3413
3576
|
"""codespaces/get-public-key-for-authenticated-user
|
|
3414
3577
|
|
|
@@ -3433,6 +3596,7 @@ class CodespacesClient:
|
|
|
3433
3596
|
"GET",
|
|
3434
3597
|
url,
|
|
3435
3598
|
headers=exclude_unset(headers),
|
|
3599
|
+
stream=stream,
|
|
3436
3600
|
response_model=CodespacesUserPublicKey,
|
|
3437
3601
|
)
|
|
3438
3602
|
|
|
@@ -3440,6 +3604,7 @@ class CodespacesClient:
|
|
|
3440
3604
|
self,
|
|
3441
3605
|
*,
|
|
3442
3606
|
headers: Optional[Mapping[str, str]] = None,
|
|
3607
|
+
stream: bool = False,
|
|
3443
3608
|
) -> Response[CodespacesUserPublicKey, CodespacesUserPublicKeyType]:
|
|
3444
3609
|
"""codespaces/get-public-key-for-authenticated-user
|
|
3445
3610
|
|
|
@@ -3464,6 +3629,7 @@ class CodespacesClient:
|
|
|
3464
3629
|
"GET",
|
|
3465
3630
|
url,
|
|
3466
3631
|
headers=exclude_unset(headers),
|
|
3632
|
+
stream=stream,
|
|
3467
3633
|
response_model=CodespacesUserPublicKey,
|
|
3468
3634
|
)
|
|
3469
3635
|
|
|
@@ -3472,6 +3638,7 @@ class CodespacesClient:
|
|
|
3472
3638
|
secret_name: str,
|
|
3473
3639
|
*,
|
|
3474
3640
|
headers: Optional[Mapping[str, str]] = None,
|
|
3641
|
+
stream: bool = False,
|
|
3475
3642
|
) -> Response[CodespacesSecret, CodespacesSecretType]:
|
|
3476
3643
|
"""codespaces/get-secret-for-authenticated-user
|
|
3477
3644
|
|
|
@@ -3496,6 +3663,7 @@ class CodespacesClient:
|
|
|
3496
3663
|
"GET",
|
|
3497
3664
|
url,
|
|
3498
3665
|
headers=exclude_unset(headers),
|
|
3666
|
+
stream=stream,
|
|
3499
3667
|
response_model=CodespacesSecret,
|
|
3500
3668
|
)
|
|
3501
3669
|
|
|
@@ -3504,6 +3672,7 @@ class CodespacesClient:
|
|
|
3504
3672
|
secret_name: str,
|
|
3505
3673
|
*,
|
|
3506
3674
|
headers: Optional[Mapping[str, str]] = None,
|
|
3675
|
+
stream: bool = False,
|
|
3507
3676
|
) -> Response[CodespacesSecret, CodespacesSecretType]:
|
|
3508
3677
|
"""codespaces/get-secret-for-authenticated-user
|
|
3509
3678
|
|
|
@@ -3528,6 +3697,7 @@ class CodespacesClient:
|
|
|
3528
3697
|
"GET",
|
|
3529
3698
|
url,
|
|
3530
3699
|
headers=exclude_unset(headers),
|
|
3700
|
+
stream=stream,
|
|
3531
3701
|
response_model=CodespacesSecret,
|
|
3532
3702
|
)
|
|
3533
3703
|
|
|
@@ -3537,6 +3707,7 @@ class CodespacesClient:
|
|
|
3537
3707
|
secret_name: str,
|
|
3538
3708
|
*,
|
|
3539
3709
|
headers: Optional[Mapping[str, str]] = None,
|
|
3710
|
+
stream: bool = False,
|
|
3540
3711
|
data: UserCodespacesSecretsSecretNamePutBodyType,
|
|
3541
3712
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
3542
3713
|
|
|
@@ -3547,6 +3718,7 @@ class CodespacesClient:
|
|
|
3547
3718
|
*,
|
|
3548
3719
|
data: UnsetType = UNSET,
|
|
3549
3720
|
headers: Optional[Mapping[str, str]] = None,
|
|
3721
|
+
stream: bool = False,
|
|
3550
3722
|
encrypted_value: Missing[str] = UNSET,
|
|
3551
3723
|
key_id: str,
|
|
3552
3724
|
selected_repository_ids: Missing[list[Union[int, str]]] = UNSET,
|
|
@@ -3557,6 +3729,7 @@ class CodespacesClient:
|
|
|
3557
3729
|
secret_name: str,
|
|
3558
3730
|
*,
|
|
3559
3731
|
headers: Optional[Mapping[str, str]] = None,
|
|
3732
|
+
stream: bool = False,
|
|
3560
3733
|
data: Missing[UserCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
3561
3734
|
**kwargs,
|
|
3562
3735
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -3599,6 +3772,7 @@ class CodespacesClient:
|
|
|
3599
3772
|
url,
|
|
3600
3773
|
json=exclude_unset(json),
|
|
3601
3774
|
headers=exclude_unset(headers),
|
|
3775
|
+
stream=stream,
|
|
3602
3776
|
response_model=EmptyObject,
|
|
3603
3777
|
error_models={
|
|
3604
3778
|
"422": ValidationError,
|
|
@@ -3612,6 +3786,7 @@ class CodespacesClient:
|
|
|
3612
3786
|
secret_name: str,
|
|
3613
3787
|
*,
|
|
3614
3788
|
headers: Optional[Mapping[str, str]] = None,
|
|
3789
|
+
stream: bool = False,
|
|
3615
3790
|
data: UserCodespacesSecretsSecretNamePutBodyType,
|
|
3616
3791
|
) -> Response[EmptyObject, EmptyObjectType]: ...
|
|
3617
3792
|
|
|
@@ -3622,6 +3797,7 @@ class CodespacesClient:
|
|
|
3622
3797
|
*,
|
|
3623
3798
|
data: UnsetType = UNSET,
|
|
3624
3799
|
headers: Optional[Mapping[str, str]] = None,
|
|
3800
|
+
stream: bool = False,
|
|
3625
3801
|
encrypted_value: Missing[str] = UNSET,
|
|
3626
3802
|
key_id: str,
|
|
3627
3803
|
selected_repository_ids: Missing[list[Union[int, str]]] = UNSET,
|
|
@@ -3632,6 +3808,7 @@ class CodespacesClient:
|
|
|
3632
3808
|
secret_name: str,
|
|
3633
3809
|
*,
|
|
3634
3810
|
headers: Optional[Mapping[str, str]] = None,
|
|
3811
|
+
stream: bool = False,
|
|
3635
3812
|
data: Missing[UserCodespacesSecretsSecretNamePutBodyType] = UNSET,
|
|
3636
3813
|
**kwargs,
|
|
3637
3814
|
) -> Response[EmptyObject, EmptyObjectType]:
|
|
@@ -3674,6 +3851,7 @@ class CodespacesClient:
|
|
|
3674
3851
|
url,
|
|
3675
3852
|
json=exclude_unset(json),
|
|
3676
3853
|
headers=exclude_unset(headers),
|
|
3854
|
+
stream=stream,
|
|
3677
3855
|
response_model=EmptyObject,
|
|
3678
3856
|
error_models={
|
|
3679
3857
|
"422": ValidationError,
|
|
@@ -3686,6 +3864,7 @@ class CodespacesClient:
|
|
|
3686
3864
|
secret_name: str,
|
|
3687
3865
|
*,
|
|
3688
3866
|
headers: Optional[Mapping[str, str]] = None,
|
|
3867
|
+
stream: bool = False,
|
|
3689
3868
|
) -> Response:
|
|
3690
3869
|
"""codespaces/delete-secret-for-authenticated-user
|
|
3691
3870
|
|
|
@@ -3708,6 +3887,7 @@ class CodespacesClient:
|
|
|
3708
3887
|
"DELETE",
|
|
3709
3888
|
url,
|
|
3710
3889
|
headers=exclude_unset(headers),
|
|
3890
|
+
stream=stream,
|
|
3711
3891
|
)
|
|
3712
3892
|
|
|
3713
3893
|
async def async_delete_secret_for_authenticated_user(
|
|
@@ -3715,6 +3895,7 @@ class CodespacesClient:
|
|
|
3715
3895
|
secret_name: str,
|
|
3716
3896
|
*,
|
|
3717
3897
|
headers: Optional[Mapping[str, str]] = None,
|
|
3898
|
+
stream: bool = False,
|
|
3718
3899
|
) -> Response:
|
|
3719
3900
|
"""codespaces/delete-secret-for-authenticated-user
|
|
3720
3901
|
|
|
@@ -3737,6 +3918,7 @@ class CodespacesClient:
|
|
|
3737
3918
|
"DELETE",
|
|
3738
3919
|
url,
|
|
3739
3920
|
headers=exclude_unset(headers),
|
|
3921
|
+
stream=stream,
|
|
3740
3922
|
)
|
|
3741
3923
|
|
|
3742
3924
|
def list_repositories_for_secret_for_authenticated_user(
|
|
@@ -3744,6 +3926,7 @@ class CodespacesClient:
|
|
|
3744
3926
|
secret_name: str,
|
|
3745
3927
|
*,
|
|
3746
3928
|
headers: Optional[Mapping[str, str]] = None,
|
|
3929
|
+
stream: bool = False,
|
|
3747
3930
|
) -> Response[
|
|
3748
3931
|
UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
3749
3932
|
UserCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
|
|
@@ -3774,6 +3957,7 @@ class CodespacesClient:
|
|
|
3774
3957
|
"GET",
|
|
3775
3958
|
url,
|
|
3776
3959
|
headers=exclude_unset(headers),
|
|
3960
|
+
stream=stream,
|
|
3777
3961
|
response_model=UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
3778
3962
|
error_models={
|
|
3779
3963
|
"401": BasicError,
|
|
@@ -3788,6 +3972,7 @@ class CodespacesClient:
|
|
|
3788
3972
|
secret_name: str,
|
|
3789
3973
|
*,
|
|
3790
3974
|
headers: Optional[Mapping[str, str]] = None,
|
|
3975
|
+
stream: bool = False,
|
|
3791
3976
|
) -> Response[
|
|
3792
3977
|
UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
3793
3978
|
UserCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
|
|
@@ -3818,6 +4003,7 @@ class CodespacesClient:
|
|
|
3818
4003
|
"GET",
|
|
3819
4004
|
url,
|
|
3820
4005
|
headers=exclude_unset(headers),
|
|
4006
|
+
stream=stream,
|
|
3821
4007
|
response_model=UserCodespacesSecretsSecretNameRepositoriesGetResponse200,
|
|
3822
4008
|
error_models={
|
|
3823
4009
|
"401": BasicError,
|
|
@@ -3833,6 +4019,7 @@ class CodespacesClient:
|
|
|
3833
4019
|
secret_name: str,
|
|
3834
4020
|
*,
|
|
3835
4021
|
headers: Optional[Mapping[str, str]] = None,
|
|
4022
|
+
stream: bool = False,
|
|
3836
4023
|
data: UserCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
3837
4024
|
) -> Response: ...
|
|
3838
4025
|
|
|
@@ -3843,6 +4030,7 @@ class CodespacesClient:
|
|
|
3843
4030
|
*,
|
|
3844
4031
|
data: UnsetType = UNSET,
|
|
3845
4032
|
headers: Optional[Mapping[str, str]] = None,
|
|
4033
|
+
stream: bool = False,
|
|
3846
4034
|
selected_repository_ids: list[int],
|
|
3847
4035
|
) -> Response: ...
|
|
3848
4036
|
|
|
@@ -3851,6 +4039,7 @@ class CodespacesClient:
|
|
|
3851
4039
|
secret_name: str,
|
|
3852
4040
|
*,
|
|
3853
4041
|
headers: Optional[Mapping[str, str]] = None,
|
|
4042
|
+
stream: bool = False,
|
|
3854
4043
|
data: Missing[UserCodespacesSecretsSecretNameRepositoriesPutBodyType] = UNSET,
|
|
3855
4044
|
**kwargs,
|
|
3856
4045
|
) -> Response:
|
|
@@ -3892,6 +4081,7 @@ class CodespacesClient:
|
|
|
3892
4081
|
url,
|
|
3893
4082
|
json=exclude_unset(json),
|
|
3894
4083
|
headers=exclude_unset(headers),
|
|
4084
|
+
stream=stream,
|
|
3895
4085
|
error_models={
|
|
3896
4086
|
"401": BasicError,
|
|
3897
4087
|
"403": BasicError,
|
|
@@ -3906,6 +4096,7 @@ class CodespacesClient:
|
|
|
3906
4096
|
secret_name: str,
|
|
3907
4097
|
*,
|
|
3908
4098
|
headers: Optional[Mapping[str, str]] = None,
|
|
4099
|
+
stream: bool = False,
|
|
3909
4100
|
data: UserCodespacesSecretsSecretNameRepositoriesPutBodyType,
|
|
3910
4101
|
) -> Response: ...
|
|
3911
4102
|
|
|
@@ -3916,6 +4107,7 @@ class CodespacesClient:
|
|
|
3916
4107
|
*,
|
|
3917
4108
|
data: UnsetType = UNSET,
|
|
3918
4109
|
headers: Optional[Mapping[str, str]] = None,
|
|
4110
|
+
stream: bool = False,
|
|
3919
4111
|
selected_repository_ids: list[int],
|
|
3920
4112
|
) -> Response: ...
|
|
3921
4113
|
|
|
@@ -3924,6 +4116,7 @@ class CodespacesClient:
|
|
|
3924
4116
|
secret_name: str,
|
|
3925
4117
|
*,
|
|
3926
4118
|
headers: Optional[Mapping[str, str]] = None,
|
|
4119
|
+
stream: bool = False,
|
|
3927
4120
|
data: Missing[UserCodespacesSecretsSecretNameRepositoriesPutBodyType] = UNSET,
|
|
3928
4121
|
**kwargs,
|
|
3929
4122
|
) -> Response:
|
|
@@ -3965,6 +4158,7 @@ class CodespacesClient:
|
|
|
3965
4158
|
url,
|
|
3966
4159
|
json=exclude_unset(json),
|
|
3967
4160
|
headers=exclude_unset(headers),
|
|
4161
|
+
stream=stream,
|
|
3968
4162
|
error_models={
|
|
3969
4163
|
"401": BasicError,
|
|
3970
4164
|
"403": BasicError,
|
|
@@ -3979,6 +4173,7 @@ class CodespacesClient:
|
|
|
3979
4173
|
repository_id: int,
|
|
3980
4174
|
*,
|
|
3981
4175
|
headers: Optional[Mapping[str, str]] = None,
|
|
4176
|
+
stream: bool = False,
|
|
3982
4177
|
) -> Response:
|
|
3983
4178
|
"""codespaces/add-repository-for-secret-for-authenticated-user
|
|
3984
4179
|
|
|
@@ -4003,6 +4198,7 @@ class CodespacesClient:
|
|
|
4003
4198
|
"PUT",
|
|
4004
4199
|
url,
|
|
4005
4200
|
headers=exclude_unset(headers),
|
|
4201
|
+
stream=stream,
|
|
4006
4202
|
error_models={
|
|
4007
4203
|
"401": BasicError,
|
|
4008
4204
|
"403": BasicError,
|
|
@@ -4017,6 +4213,7 @@ class CodespacesClient:
|
|
|
4017
4213
|
repository_id: int,
|
|
4018
4214
|
*,
|
|
4019
4215
|
headers: Optional[Mapping[str, str]] = None,
|
|
4216
|
+
stream: bool = False,
|
|
4020
4217
|
) -> Response:
|
|
4021
4218
|
"""codespaces/add-repository-for-secret-for-authenticated-user
|
|
4022
4219
|
|
|
@@ -4041,6 +4238,7 @@ class CodespacesClient:
|
|
|
4041
4238
|
"PUT",
|
|
4042
4239
|
url,
|
|
4043
4240
|
headers=exclude_unset(headers),
|
|
4241
|
+
stream=stream,
|
|
4044
4242
|
error_models={
|
|
4045
4243
|
"401": BasicError,
|
|
4046
4244
|
"403": BasicError,
|
|
@@ -4055,6 +4253,7 @@ class CodespacesClient:
|
|
|
4055
4253
|
repository_id: int,
|
|
4056
4254
|
*,
|
|
4057
4255
|
headers: Optional[Mapping[str, str]] = None,
|
|
4256
|
+
stream: bool = False,
|
|
4058
4257
|
) -> Response:
|
|
4059
4258
|
"""codespaces/remove-repository-for-secret-for-authenticated-user
|
|
4060
4259
|
|
|
@@ -4079,6 +4278,7 @@ class CodespacesClient:
|
|
|
4079
4278
|
"DELETE",
|
|
4080
4279
|
url,
|
|
4081
4280
|
headers=exclude_unset(headers),
|
|
4281
|
+
stream=stream,
|
|
4082
4282
|
error_models={
|
|
4083
4283
|
"401": BasicError,
|
|
4084
4284
|
"403": BasicError,
|
|
@@ -4093,6 +4293,7 @@ class CodespacesClient:
|
|
|
4093
4293
|
repository_id: int,
|
|
4094
4294
|
*,
|
|
4095
4295
|
headers: Optional[Mapping[str, str]] = None,
|
|
4296
|
+
stream: bool = False,
|
|
4096
4297
|
) -> Response:
|
|
4097
4298
|
"""codespaces/remove-repository-for-secret-for-authenticated-user
|
|
4098
4299
|
|
|
@@ -4117,6 +4318,7 @@ class CodespacesClient:
|
|
|
4117
4318
|
"DELETE",
|
|
4118
4319
|
url,
|
|
4119
4320
|
headers=exclude_unset(headers),
|
|
4321
|
+
stream=stream,
|
|
4120
4322
|
error_models={
|
|
4121
4323
|
"401": BasicError,
|
|
4122
4324
|
"403": BasicError,
|
|
@@ -4130,6 +4332,7 @@ class CodespacesClient:
|
|
|
4130
4332
|
codespace_name: str,
|
|
4131
4333
|
*,
|
|
4132
4334
|
headers: Optional[Mapping[str, str]] = None,
|
|
4335
|
+
stream: bool = False,
|
|
4133
4336
|
) -> Response[Codespace, CodespaceType]:
|
|
4134
4337
|
"""codespaces/get-for-authenticated-user
|
|
4135
4338
|
|
|
@@ -4152,6 +4355,7 @@ class CodespacesClient:
|
|
|
4152
4355
|
"GET",
|
|
4153
4356
|
url,
|
|
4154
4357
|
headers=exclude_unset(headers),
|
|
4358
|
+
stream=stream,
|
|
4155
4359
|
response_model=Codespace,
|
|
4156
4360
|
error_models={
|
|
4157
4361
|
"500": BasicError,
|
|
@@ -4166,6 +4370,7 @@ class CodespacesClient:
|
|
|
4166
4370
|
codespace_name: str,
|
|
4167
4371
|
*,
|
|
4168
4372
|
headers: Optional[Mapping[str, str]] = None,
|
|
4373
|
+
stream: bool = False,
|
|
4169
4374
|
) -> Response[Codespace, CodespaceType]:
|
|
4170
4375
|
"""codespaces/get-for-authenticated-user
|
|
4171
4376
|
|
|
@@ -4188,6 +4393,7 @@ class CodespacesClient:
|
|
|
4188
4393
|
"GET",
|
|
4189
4394
|
url,
|
|
4190
4395
|
headers=exclude_unset(headers),
|
|
4396
|
+
stream=stream,
|
|
4191
4397
|
response_model=Codespace,
|
|
4192
4398
|
error_models={
|
|
4193
4399
|
"500": BasicError,
|
|
@@ -4202,6 +4408,7 @@ class CodespacesClient:
|
|
|
4202
4408
|
codespace_name: str,
|
|
4203
4409
|
*,
|
|
4204
4410
|
headers: Optional[Mapping[str, str]] = None,
|
|
4411
|
+
stream: bool = False,
|
|
4205
4412
|
) -> Response[
|
|
4206
4413
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
4207
4414
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -4230,6 +4437,7 @@ class CodespacesClient:
|
|
|
4230
4437
|
"DELETE",
|
|
4231
4438
|
url,
|
|
4232
4439
|
headers=exclude_unset(headers),
|
|
4440
|
+
stream=stream,
|
|
4233
4441
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
4234
4442
|
error_models={
|
|
4235
4443
|
"500": BasicError,
|
|
@@ -4244,6 +4452,7 @@ class CodespacesClient:
|
|
|
4244
4452
|
codespace_name: str,
|
|
4245
4453
|
*,
|
|
4246
4454
|
headers: Optional[Mapping[str, str]] = None,
|
|
4455
|
+
stream: bool = False,
|
|
4247
4456
|
) -> Response[
|
|
4248
4457
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
4249
4458
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -4272,6 +4481,7 @@ class CodespacesClient:
|
|
|
4272
4481
|
"DELETE",
|
|
4273
4482
|
url,
|
|
4274
4483
|
headers=exclude_unset(headers),
|
|
4484
|
+
stream=stream,
|
|
4275
4485
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
4276
4486
|
error_models={
|
|
4277
4487
|
"500": BasicError,
|
|
@@ -4287,6 +4497,7 @@ class CodespacesClient:
|
|
|
4287
4497
|
codespace_name: str,
|
|
4288
4498
|
*,
|
|
4289
4499
|
headers: Optional[Mapping[str, str]] = None,
|
|
4500
|
+
stream: bool = False,
|
|
4290
4501
|
data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
|
|
4291
4502
|
) -> Response[Codespace, CodespaceType]: ...
|
|
4292
4503
|
|
|
@@ -4297,6 +4508,7 @@ class CodespacesClient:
|
|
|
4297
4508
|
*,
|
|
4298
4509
|
data: UnsetType = UNSET,
|
|
4299
4510
|
headers: Optional[Mapping[str, str]] = None,
|
|
4511
|
+
stream: bool = False,
|
|
4300
4512
|
machine: Missing[str] = UNSET,
|
|
4301
4513
|
display_name: Missing[str] = UNSET,
|
|
4302
4514
|
recent_folders: Missing[list[str]] = UNSET,
|
|
@@ -4307,6 +4519,7 @@ class CodespacesClient:
|
|
|
4307
4519
|
codespace_name: str,
|
|
4308
4520
|
*,
|
|
4309
4521
|
headers: Optional[Mapping[str, str]] = None,
|
|
4522
|
+
stream: bool = False,
|
|
4310
4523
|
data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
|
|
4311
4524
|
**kwargs,
|
|
4312
4525
|
) -> Response[Codespace, CodespaceType]:
|
|
@@ -4343,6 +4556,7 @@ class CodespacesClient:
|
|
|
4343
4556
|
url,
|
|
4344
4557
|
json=exclude_unset(json),
|
|
4345
4558
|
headers=exclude_unset(headers),
|
|
4559
|
+
stream=stream,
|
|
4346
4560
|
response_model=Codespace,
|
|
4347
4561
|
error_models={
|
|
4348
4562
|
"401": BasicError,
|
|
@@ -4357,6 +4571,7 @@ class CodespacesClient:
|
|
|
4357
4571
|
codespace_name: str,
|
|
4358
4572
|
*,
|
|
4359
4573
|
headers: Optional[Mapping[str, str]] = None,
|
|
4574
|
+
stream: bool = False,
|
|
4360
4575
|
data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
|
|
4361
4576
|
) -> Response[Codespace, CodespaceType]: ...
|
|
4362
4577
|
|
|
@@ -4367,6 +4582,7 @@ class CodespacesClient:
|
|
|
4367
4582
|
*,
|
|
4368
4583
|
data: UnsetType = UNSET,
|
|
4369
4584
|
headers: Optional[Mapping[str, str]] = None,
|
|
4585
|
+
stream: bool = False,
|
|
4370
4586
|
machine: Missing[str] = UNSET,
|
|
4371
4587
|
display_name: Missing[str] = UNSET,
|
|
4372
4588
|
recent_folders: Missing[list[str]] = UNSET,
|
|
@@ -4377,6 +4593,7 @@ class CodespacesClient:
|
|
|
4377
4593
|
codespace_name: str,
|
|
4378
4594
|
*,
|
|
4379
4595
|
headers: Optional[Mapping[str, str]] = None,
|
|
4596
|
+
stream: bool = False,
|
|
4380
4597
|
data: Missing[UserCodespacesCodespaceNamePatchBodyType] = UNSET,
|
|
4381
4598
|
**kwargs,
|
|
4382
4599
|
) -> Response[Codespace, CodespaceType]:
|
|
@@ -4413,6 +4630,7 @@ class CodespacesClient:
|
|
|
4413
4630
|
url,
|
|
4414
4631
|
json=exclude_unset(json),
|
|
4415
4632
|
headers=exclude_unset(headers),
|
|
4633
|
+
stream=stream,
|
|
4416
4634
|
response_model=Codespace,
|
|
4417
4635
|
error_models={
|
|
4418
4636
|
"401": BasicError,
|
|
@@ -4426,6 +4644,7 @@ class CodespacesClient:
|
|
|
4426
4644
|
codespace_name: str,
|
|
4427
4645
|
*,
|
|
4428
4646
|
headers: Optional[Mapping[str, str]] = None,
|
|
4647
|
+
stream: bool = False,
|
|
4429
4648
|
) -> Response[CodespaceExportDetails, CodespaceExportDetailsType]:
|
|
4430
4649
|
"""codespaces/export-for-authenticated-user
|
|
4431
4650
|
|
|
@@ -4450,6 +4669,7 @@ class CodespacesClient:
|
|
|
4450
4669
|
"POST",
|
|
4451
4670
|
url,
|
|
4452
4671
|
headers=exclude_unset(headers),
|
|
4672
|
+
stream=stream,
|
|
4453
4673
|
response_model=CodespaceExportDetails,
|
|
4454
4674
|
error_models={
|
|
4455
4675
|
"500": BasicError,
|
|
@@ -4465,6 +4685,7 @@ class CodespacesClient:
|
|
|
4465
4685
|
codespace_name: str,
|
|
4466
4686
|
*,
|
|
4467
4687
|
headers: Optional[Mapping[str, str]] = None,
|
|
4688
|
+
stream: bool = False,
|
|
4468
4689
|
) -> Response[CodespaceExportDetails, CodespaceExportDetailsType]:
|
|
4469
4690
|
"""codespaces/export-for-authenticated-user
|
|
4470
4691
|
|
|
@@ -4489,6 +4710,7 @@ class CodespacesClient:
|
|
|
4489
4710
|
"POST",
|
|
4490
4711
|
url,
|
|
4491
4712
|
headers=exclude_unset(headers),
|
|
4713
|
+
stream=stream,
|
|
4492
4714
|
response_model=CodespaceExportDetails,
|
|
4493
4715
|
error_models={
|
|
4494
4716
|
"500": BasicError,
|
|
@@ -4505,6 +4727,7 @@ class CodespacesClient:
|
|
|
4505
4727
|
export_id: str,
|
|
4506
4728
|
*,
|
|
4507
4729
|
headers: Optional[Mapping[str, str]] = None,
|
|
4730
|
+
stream: bool = False,
|
|
4508
4731
|
) -> Response[CodespaceExportDetails, CodespaceExportDetailsType]:
|
|
4509
4732
|
"""codespaces/get-export-details-for-authenticated-user
|
|
4510
4733
|
|
|
@@ -4527,6 +4750,7 @@ class CodespacesClient:
|
|
|
4527
4750
|
"GET",
|
|
4528
4751
|
url,
|
|
4529
4752
|
headers=exclude_unset(headers),
|
|
4753
|
+
stream=stream,
|
|
4530
4754
|
response_model=CodespaceExportDetails,
|
|
4531
4755
|
error_models={
|
|
4532
4756
|
"404": BasicError,
|
|
@@ -4539,6 +4763,7 @@ class CodespacesClient:
|
|
|
4539
4763
|
export_id: str,
|
|
4540
4764
|
*,
|
|
4541
4765
|
headers: Optional[Mapping[str, str]] = None,
|
|
4766
|
+
stream: bool = False,
|
|
4542
4767
|
) -> Response[CodespaceExportDetails, CodespaceExportDetailsType]:
|
|
4543
4768
|
"""codespaces/get-export-details-for-authenticated-user
|
|
4544
4769
|
|
|
@@ -4561,6 +4786,7 @@ class CodespacesClient:
|
|
|
4561
4786
|
"GET",
|
|
4562
4787
|
url,
|
|
4563
4788
|
headers=exclude_unset(headers),
|
|
4789
|
+
stream=stream,
|
|
4564
4790
|
response_model=CodespaceExportDetails,
|
|
4565
4791
|
error_models={
|
|
4566
4792
|
"404": BasicError,
|
|
@@ -4572,6 +4798,7 @@ class CodespacesClient:
|
|
|
4572
4798
|
codespace_name: str,
|
|
4573
4799
|
*,
|
|
4574
4800
|
headers: Optional[Mapping[str, str]] = None,
|
|
4801
|
+
stream: bool = False,
|
|
4575
4802
|
) -> Response[
|
|
4576
4803
|
UserCodespacesCodespaceNameMachinesGetResponse200,
|
|
4577
4804
|
UserCodespacesCodespaceNameMachinesGetResponse200Type,
|
|
@@ -4600,6 +4827,7 @@ class CodespacesClient:
|
|
|
4600
4827
|
"GET",
|
|
4601
4828
|
url,
|
|
4602
4829
|
headers=exclude_unset(headers),
|
|
4830
|
+
stream=stream,
|
|
4603
4831
|
response_model=UserCodespacesCodespaceNameMachinesGetResponse200,
|
|
4604
4832
|
error_models={
|
|
4605
4833
|
"500": BasicError,
|
|
@@ -4614,6 +4842,7 @@ class CodespacesClient:
|
|
|
4614
4842
|
codespace_name: str,
|
|
4615
4843
|
*,
|
|
4616
4844
|
headers: Optional[Mapping[str, str]] = None,
|
|
4845
|
+
stream: bool = False,
|
|
4617
4846
|
) -> Response[
|
|
4618
4847
|
UserCodespacesCodespaceNameMachinesGetResponse200,
|
|
4619
4848
|
UserCodespacesCodespaceNameMachinesGetResponse200Type,
|
|
@@ -4642,6 +4871,7 @@ class CodespacesClient:
|
|
|
4642
4871
|
"GET",
|
|
4643
4872
|
url,
|
|
4644
4873
|
headers=exclude_unset(headers),
|
|
4874
|
+
stream=stream,
|
|
4645
4875
|
response_model=UserCodespacesCodespaceNameMachinesGetResponse200,
|
|
4646
4876
|
error_models={
|
|
4647
4877
|
"500": BasicError,
|
|
@@ -4657,6 +4887,7 @@ class CodespacesClient:
|
|
|
4657
4887
|
codespace_name: str,
|
|
4658
4888
|
*,
|
|
4659
4889
|
headers: Optional[Mapping[str, str]] = None,
|
|
4890
|
+
stream: bool = False,
|
|
4660
4891
|
data: UserCodespacesCodespaceNamePublishPostBodyType,
|
|
4661
4892
|
) -> Response[CodespaceWithFullRepository, CodespaceWithFullRepositoryType]: ...
|
|
4662
4893
|
|
|
@@ -4667,6 +4898,7 @@ class CodespacesClient:
|
|
|
4667
4898
|
*,
|
|
4668
4899
|
data: UnsetType = UNSET,
|
|
4669
4900
|
headers: Optional[Mapping[str, str]] = None,
|
|
4901
|
+
stream: bool = False,
|
|
4670
4902
|
name: Missing[str] = UNSET,
|
|
4671
4903
|
private: Missing[bool] = UNSET,
|
|
4672
4904
|
) -> Response[CodespaceWithFullRepository, CodespaceWithFullRepositoryType]: ...
|
|
@@ -4676,6 +4908,7 @@ class CodespacesClient:
|
|
|
4676
4908
|
codespace_name: str,
|
|
4677
4909
|
*,
|
|
4678
4910
|
headers: Optional[Mapping[str, str]] = None,
|
|
4911
|
+
stream: bool = False,
|
|
4679
4912
|
data: Missing[UserCodespacesCodespaceNamePublishPostBodyType] = UNSET,
|
|
4680
4913
|
**kwargs,
|
|
4681
4914
|
) -> Response[CodespaceWithFullRepository, CodespaceWithFullRepositoryType]:
|
|
@@ -4721,6 +4954,7 @@ class CodespacesClient:
|
|
|
4721
4954
|
url,
|
|
4722
4955
|
json=exclude_unset(json),
|
|
4723
4956
|
headers=exclude_unset(headers),
|
|
4957
|
+
stream=stream,
|
|
4724
4958
|
response_model=CodespaceWithFullRepository,
|
|
4725
4959
|
error_models={
|
|
4726
4960
|
"401": BasicError,
|
|
@@ -4736,6 +4970,7 @@ class CodespacesClient:
|
|
|
4736
4970
|
codespace_name: str,
|
|
4737
4971
|
*,
|
|
4738
4972
|
headers: Optional[Mapping[str, str]] = None,
|
|
4973
|
+
stream: bool = False,
|
|
4739
4974
|
data: UserCodespacesCodespaceNamePublishPostBodyType,
|
|
4740
4975
|
) -> Response[CodespaceWithFullRepository, CodespaceWithFullRepositoryType]: ...
|
|
4741
4976
|
|
|
@@ -4746,6 +4981,7 @@ class CodespacesClient:
|
|
|
4746
4981
|
*,
|
|
4747
4982
|
data: UnsetType = UNSET,
|
|
4748
4983
|
headers: Optional[Mapping[str, str]] = None,
|
|
4984
|
+
stream: bool = False,
|
|
4749
4985
|
name: Missing[str] = UNSET,
|
|
4750
4986
|
private: Missing[bool] = UNSET,
|
|
4751
4987
|
) -> Response[CodespaceWithFullRepository, CodespaceWithFullRepositoryType]: ...
|
|
@@ -4755,6 +4991,7 @@ class CodespacesClient:
|
|
|
4755
4991
|
codespace_name: str,
|
|
4756
4992
|
*,
|
|
4757
4993
|
headers: Optional[Mapping[str, str]] = None,
|
|
4994
|
+
stream: bool = False,
|
|
4758
4995
|
data: Missing[UserCodespacesCodespaceNamePublishPostBodyType] = UNSET,
|
|
4759
4996
|
**kwargs,
|
|
4760
4997
|
) -> Response[CodespaceWithFullRepository, CodespaceWithFullRepositoryType]:
|
|
@@ -4800,6 +5037,7 @@ class CodespacesClient:
|
|
|
4800
5037
|
url,
|
|
4801
5038
|
json=exclude_unset(json),
|
|
4802
5039
|
headers=exclude_unset(headers),
|
|
5040
|
+
stream=stream,
|
|
4803
5041
|
response_model=CodespaceWithFullRepository,
|
|
4804
5042
|
error_models={
|
|
4805
5043
|
"401": BasicError,
|
|
@@ -4814,6 +5052,7 @@ class CodespacesClient:
|
|
|
4814
5052
|
codespace_name: str,
|
|
4815
5053
|
*,
|
|
4816
5054
|
headers: Optional[Mapping[str, str]] = None,
|
|
5055
|
+
stream: bool = False,
|
|
4817
5056
|
) -> Response[Codespace, CodespaceType]:
|
|
4818
5057
|
"""codespaces/start-for-authenticated-user
|
|
4819
5058
|
|
|
@@ -4836,6 +5075,7 @@ class CodespacesClient:
|
|
|
4836
5075
|
"POST",
|
|
4837
5076
|
url,
|
|
4838
5077
|
headers=exclude_unset(headers),
|
|
5078
|
+
stream=stream,
|
|
4839
5079
|
response_model=Codespace,
|
|
4840
5080
|
error_models={
|
|
4841
5081
|
"500": BasicError,
|
|
@@ -4853,6 +5093,7 @@ class CodespacesClient:
|
|
|
4853
5093
|
codespace_name: str,
|
|
4854
5094
|
*,
|
|
4855
5095
|
headers: Optional[Mapping[str, str]] = None,
|
|
5096
|
+
stream: bool = False,
|
|
4856
5097
|
) -> Response[Codespace, CodespaceType]:
|
|
4857
5098
|
"""codespaces/start-for-authenticated-user
|
|
4858
5099
|
|
|
@@ -4875,6 +5116,7 @@ class CodespacesClient:
|
|
|
4875
5116
|
"POST",
|
|
4876
5117
|
url,
|
|
4877
5118
|
headers=exclude_unset(headers),
|
|
5119
|
+
stream=stream,
|
|
4878
5120
|
response_model=Codespace,
|
|
4879
5121
|
error_models={
|
|
4880
5122
|
"500": BasicError,
|
|
@@ -4892,6 +5134,7 @@ class CodespacesClient:
|
|
|
4892
5134
|
codespace_name: str,
|
|
4893
5135
|
*,
|
|
4894
5136
|
headers: Optional[Mapping[str, str]] = None,
|
|
5137
|
+
stream: bool = False,
|
|
4895
5138
|
) -> Response[Codespace, CodespaceType]:
|
|
4896
5139
|
"""codespaces/stop-for-authenticated-user
|
|
4897
5140
|
|
|
@@ -4914,6 +5157,7 @@ class CodespacesClient:
|
|
|
4914
5157
|
"POST",
|
|
4915
5158
|
url,
|
|
4916
5159
|
headers=exclude_unset(headers),
|
|
5160
|
+
stream=stream,
|
|
4917
5161
|
response_model=Codespace,
|
|
4918
5162
|
error_models={
|
|
4919
5163
|
"500": BasicError,
|
|
@@ -4928,6 +5172,7 @@ class CodespacesClient:
|
|
|
4928
5172
|
codespace_name: str,
|
|
4929
5173
|
*,
|
|
4930
5174
|
headers: Optional[Mapping[str, str]] = None,
|
|
5175
|
+
stream: bool = False,
|
|
4931
5176
|
) -> Response[Codespace, CodespaceType]:
|
|
4932
5177
|
"""codespaces/stop-for-authenticated-user
|
|
4933
5178
|
|
|
@@ -4950,6 +5195,7 @@ class CodespacesClient:
|
|
|
4950
5195
|
"POST",
|
|
4951
5196
|
url,
|
|
4952
5197
|
headers=exclude_unset(headers),
|
|
5198
|
+
stream=stream,
|
|
4953
5199
|
response_model=Codespace,
|
|
4954
5200
|
error_models={
|
|
4955
5201
|
"500": BasicError,
|