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
|
@@ -104,6 +104,7 @@ class TeamsClient:
|
|
|
104
104
|
per_page: Missing[int] = UNSET,
|
|
105
105
|
page: Missing[int] = UNSET,
|
|
106
106
|
headers: Optional[Mapping[str, str]] = None,
|
|
107
|
+
stream: bool = False,
|
|
107
108
|
) -> Response[ExternalGroup, ExternalGroupType]:
|
|
108
109
|
"""teams/external-idp-group-info-for-org
|
|
109
110
|
|
|
@@ -132,6 +133,7 @@ class TeamsClient:
|
|
|
132
133
|
url,
|
|
133
134
|
params=exclude_unset(params),
|
|
134
135
|
headers=exclude_unset(headers),
|
|
136
|
+
stream=stream,
|
|
135
137
|
response_model=ExternalGroup,
|
|
136
138
|
)
|
|
137
139
|
|
|
@@ -143,6 +145,7 @@ class TeamsClient:
|
|
|
143
145
|
per_page: Missing[int] = UNSET,
|
|
144
146
|
page: Missing[int] = UNSET,
|
|
145
147
|
headers: Optional[Mapping[str, str]] = None,
|
|
148
|
+
stream: bool = False,
|
|
146
149
|
) -> Response[ExternalGroup, ExternalGroupType]:
|
|
147
150
|
"""teams/external-idp-group-info-for-org
|
|
148
151
|
|
|
@@ -171,6 +174,7 @@ class TeamsClient:
|
|
|
171
174
|
url,
|
|
172
175
|
params=exclude_unset(params),
|
|
173
176
|
headers=exclude_unset(headers),
|
|
177
|
+
stream=stream,
|
|
174
178
|
response_model=ExternalGroup,
|
|
175
179
|
)
|
|
176
180
|
|
|
@@ -182,6 +186,7 @@ class TeamsClient:
|
|
|
182
186
|
page: Missing[int] = UNSET,
|
|
183
187
|
display_name: Missing[str] = UNSET,
|
|
184
188
|
headers: Optional[Mapping[str, str]] = None,
|
|
189
|
+
stream: bool = False,
|
|
185
190
|
) -> Response[ExternalGroups, ExternalGroupsType]:
|
|
186
191
|
"""teams/list-external-idp-groups-for-org
|
|
187
192
|
|
|
@@ -211,6 +216,7 @@ class TeamsClient:
|
|
|
211
216
|
url,
|
|
212
217
|
params=exclude_unset(params),
|
|
213
218
|
headers=exclude_unset(headers),
|
|
219
|
+
stream=stream,
|
|
214
220
|
response_model=ExternalGroups,
|
|
215
221
|
)
|
|
216
222
|
|
|
@@ -222,6 +228,7 @@ class TeamsClient:
|
|
|
222
228
|
page: Missing[int] = UNSET,
|
|
223
229
|
display_name: Missing[str] = UNSET,
|
|
224
230
|
headers: Optional[Mapping[str, str]] = None,
|
|
231
|
+
stream: bool = False,
|
|
225
232
|
) -> Response[ExternalGroups, ExternalGroupsType]:
|
|
226
233
|
"""teams/list-external-idp-groups-for-org
|
|
227
234
|
|
|
@@ -251,6 +258,7 @@ class TeamsClient:
|
|
|
251
258
|
url,
|
|
252
259
|
params=exclude_unset(params),
|
|
253
260
|
headers=exclude_unset(headers),
|
|
261
|
+
stream=stream,
|
|
254
262
|
response_model=ExternalGroups,
|
|
255
263
|
)
|
|
256
264
|
|
|
@@ -262,6 +270,7 @@ class TeamsClient:
|
|
|
262
270
|
page: Missing[str] = UNSET,
|
|
263
271
|
q: Missing[str] = UNSET,
|
|
264
272
|
headers: Optional[Mapping[str, str]] = None,
|
|
273
|
+
stream: bool = False,
|
|
265
274
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
266
275
|
"""teams/list-idp-groups-for-org
|
|
267
276
|
|
|
@@ -289,6 +298,7 @@ class TeamsClient:
|
|
|
289
298
|
url,
|
|
290
299
|
params=exclude_unset(params),
|
|
291
300
|
headers=exclude_unset(headers),
|
|
301
|
+
stream=stream,
|
|
292
302
|
response_model=GroupMapping,
|
|
293
303
|
)
|
|
294
304
|
|
|
@@ -300,6 +310,7 @@ class TeamsClient:
|
|
|
300
310
|
page: Missing[str] = UNSET,
|
|
301
311
|
q: Missing[str] = UNSET,
|
|
302
312
|
headers: Optional[Mapping[str, str]] = None,
|
|
313
|
+
stream: bool = False,
|
|
303
314
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
304
315
|
"""teams/list-idp-groups-for-org
|
|
305
316
|
|
|
@@ -327,6 +338,7 @@ class TeamsClient:
|
|
|
327
338
|
url,
|
|
328
339
|
params=exclude_unset(params),
|
|
329
340
|
headers=exclude_unset(headers),
|
|
341
|
+
stream=stream,
|
|
330
342
|
response_model=GroupMapping,
|
|
331
343
|
)
|
|
332
344
|
|
|
@@ -337,6 +349,7 @@ class TeamsClient:
|
|
|
337
349
|
per_page: Missing[int] = UNSET,
|
|
338
350
|
page: Missing[int] = UNSET,
|
|
339
351
|
headers: Optional[Mapping[str, str]] = None,
|
|
352
|
+
stream: bool = False,
|
|
340
353
|
) -> Response[list[Team], list[TeamType]]:
|
|
341
354
|
"""teams/list
|
|
342
355
|
|
|
@@ -363,6 +376,7 @@ class TeamsClient:
|
|
|
363
376
|
url,
|
|
364
377
|
params=exclude_unset(params),
|
|
365
378
|
headers=exclude_unset(headers),
|
|
379
|
+
stream=stream,
|
|
366
380
|
response_model=list[Team],
|
|
367
381
|
error_models={
|
|
368
382
|
"403": BasicError,
|
|
@@ -376,6 +390,7 @@ class TeamsClient:
|
|
|
376
390
|
per_page: Missing[int] = UNSET,
|
|
377
391
|
page: Missing[int] = UNSET,
|
|
378
392
|
headers: Optional[Mapping[str, str]] = None,
|
|
393
|
+
stream: bool = False,
|
|
379
394
|
) -> Response[list[Team], list[TeamType]]:
|
|
380
395
|
"""teams/list
|
|
381
396
|
|
|
@@ -402,6 +417,7 @@ class TeamsClient:
|
|
|
402
417
|
url,
|
|
403
418
|
params=exclude_unset(params),
|
|
404
419
|
headers=exclude_unset(headers),
|
|
420
|
+
stream=stream,
|
|
405
421
|
response_model=list[Team],
|
|
406
422
|
error_models={
|
|
407
423
|
"403": BasicError,
|
|
@@ -414,6 +430,7 @@ class TeamsClient:
|
|
|
414
430
|
org: str,
|
|
415
431
|
*,
|
|
416
432
|
headers: Optional[Mapping[str, str]] = None,
|
|
433
|
+
stream: bool = False,
|
|
417
434
|
data: OrgsOrgTeamsPostBodyType,
|
|
418
435
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
419
436
|
|
|
@@ -424,6 +441,7 @@ class TeamsClient:
|
|
|
424
441
|
*,
|
|
425
442
|
data: UnsetType = UNSET,
|
|
426
443
|
headers: Optional[Mapping[str, str]] = None,
|
|
444
|
+
stream: bool = False,
|
|
427
445
|
name: str,
|
|
428
446
|
description: Missing[str] = UNSET,
|
|
429
447
|
maintainers: Missing[list[str]] = UNSET,
|
|
@@ -441,6 +459,7 @@ class TeamsClient:
|
|
|
441
459
|
org: str,
|
|
442
460
|
*,
|
|
443
461
|
headers: Optional[Mapping[str, str]] = None,
|
|
462
|
+
stream: bool = False,
|
|
444
463
|
data: Missing[OrgsOrgTeamsPostBodyType] = UNSET,
|
|
445
464
|
**kwargs,
|
|
446
465
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -475,6 +494,7 @@ class TeamsClient:
|
|
|
475
494
|
url,
|
|
476
495
|
json=exclude_unset(json),
|
|
477
496
|
headers=exclude_unset(headers),
|
|
497
|
+
stream=stream,
|
|
478
498
|
response_model=TeamFull,
|
|
479
499
|
error_models={
|
|
480
500
|
"422": ValidationError,
|
|
@@ -488,6 +508,7 @@ class TeamsClient:
|
|
|
488
508
|
org: str,
|
|
489
509
|
*,
|
|
490
510
|
headers: Optional[Mapping[str, str]] = None,
|
|
511
|
+
stream: bool = False,
|
|
491
512
|
data: OrgsOrgTeamsPostBodyType,
|
|
492
513
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
493
514
|
|
|
@@ -498,6 +519,7 @@ class TeamsClient:
|
|
|
498
519
|
*,
|
|
499
520
|
data: UnsetType = UNSET,
|
|
500
521
|
headers: Optional[Mapping[str, str]] = None,
|
|
522
|
+
stream: bool = False,
|
|
501
523
|
name: str,
|
|
502
524
|
description: Missing[str] = UNSET,
|
|
503
525
|
maintainers: Missing[list[str]] = UNSET,
|
|
@@ -515,6 +537,7 @@ class TeamsClient:
|
|
|
515
537
|
org: str,
|
|
516
538
|
*,
|
|
517
539
|
headers: Optional[Mapping[str, str]] = None,
|
|
540
|
+
stream: bool = False,
|
|
518
541
|
data: Missing[OrgsOrgTeamsPostBodyType] = UNSET,
|
|
519
542
|
**kwargs,
|
|
520
543
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -549,6 +572,7 @@ class TeamsClient:
|
|
|
549
572
|
url,
|
|
550
573
|
json=exclude_unset(json),
|
|
551
574
|
headers=exclude_unset(headers),
|
|
575
|
+
stream=stream,
|
|
552
576
|
response_model=TeamFull,
|
|
553
577
|
error_models={
|
|
554
578
|
"422": ValidationError,
|
|
@@ -562,6 +586,7 @@ class TeamsClient:
|
|
|
562
586
|
team_slug: str,
|
|
563
587
|
*,
|
|
564
588
|
headers: Optional[Mapping[str, str]] = None,
|
|
589
|
+
stream: bool = False,
|
|
565
590
|
) -> Response[TeamFull, TeamFullType]:
|
|
566
591
|
"""teams/get-by-name
|
|
567
592
|
|
|
@@ -585,6 +610,7 @@ class TeamsClient:
|
|
|
585
610
|
"GET",
|
|
586
611
|
url,
|
|
587
612
|
headers=exclude_unset(headers),
|
|
613
|
+
stream=stream,
|
|
588
614
|
response_model=TeamFull,
|
|
589
615
|
error_models={
|
|
590
616
|
"404": BasicError,
|
|
@@ -597,6 +623,7 @@ class TeamsClient:
|
|
|
597
623
|
team_slug: str,
|
|
598
624
|
*,
|
|
599
625
|
headers: Optional[Mapping[str, str]] = None,
|
|
626
|
+
stream: bool = False,
|
|
600
627
|
) -> Response[TeamFull, TeamFullType]:
|
|
601
628
|
"""teams/get-by-name
|
|
602
629
|
|
|
@@ -620,6 +647,7 @@ class TeamsClient:
|
|
|
620
647
|
"GET",
|
|
621
648
|
url,
|
|
622
649
|
headers=exclude_unset(headers),
|
|
650
|
+
stream=stream,
|
|
623
651
|
response_model=TeamFull,
|
|
624
652
|
error_models={
|
|
625
653
|
"404": BasicError,
|
|
@@ -632,6 +660,7 @@ class TeamsClient:
|
|
|
632
660
|
team_slug: str,
|
|
633
661
|
*,
|
|
634
662
|
headers: Optional[Mapping[str, str]] = None,
|
|
663
|
+
stream: bool = False,
|
|
635
664
|
) -> Response:
|
|
636
665
|
"""teams/delete-in-org
|
|
637
666
|
|
|
@@ -655,6 +684,7 @@ class TeamsClient:
|
|
|
655
684
|
"DELETE",
|
|
656
685
|
url,
|
|
657
686
|
headers=exclude_unset(headers),
|
|
687
|
+
stream=stream,
|
|
658
688
|
)
|
|
659
689
|
|
|
660
690
|
async def async_delete_in_org(
|
|
@@ -663,6 +693,7 @@ class TeamsClient:
|
|
|
663
693
|
team_slug: str,
|
|
664
694
|
*,
|
|
665
695
|
headers: Optional[Mapping[str, str]] = None,
|
|
696
|
+
stream: bool = False,
|
|
666
697
|
) -> Response:
|
|
667
698
|
"""teams/delete-in-org
|
|
668
699
|
|
|
@@ -686,6 +717,7 @@ class TeamsClient:
|
|
|
686
717
|
"DELETE",
|
|
687
718
|
url,
|
|
688
719
|
headers=exclude_unset(headers),
|
|
720
|
+
stream=stream,
|
|
689
721
|
)
|
|
690
722
|
|
|
691
723
|
@overload
|
|
@@ -695,6 +727,7 @@ class TeamsClient:
|
|
|
695
727
|
team_slug: str,
|
|
696
728
|
*,
|
|
697
729
|
headers: Optional[Mapping[str, str]] = None,
|
|
730
|
+
stream: bool = False,
|
|
698
731
|
data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
699
732
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
700
733
|
|
|
@@ -706,6 +739,7 @@ class TeamsClient:
|
|
|
706
739
|
*,
|
|
707
740
|
data: UnsetType = UNSET,
|
|
708
741
|
headers: Optional[Mapping[str, str]] = None,
|
|
742
|
+
stream: bool = False,
|
|
709
743
|
name: Missing[str] = UNSET,
|
|
710
744
|
description: Missing[str] = UNSET,
|
|
711
745
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -722,6 +756,7 @@ class TeamsClient:
|
|
|
722
756
|
team_slug: str,
|
|
723
757
|
*,
|
|
724
758
|
headers: Optional[Mapping[str, str]] = None,
|
|
759
|
+
stream: bool = False,
|
|
725
760
|
data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
726
761
|
**kwargs,
|
|
727
762
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -762,6 +797,7 @@ class TeamsClient:
|
|
|
762
797
|
url,
|
|
763
798
|
json=exclude_unset(json),
|
|
764
799
|
headers=exclude_unset(headers),
|
|
800
|
+
stream=stream,
|
|
765
801
|
response_model=TeamFull,
|
|
766
802
|
error_models={
|
|
767
803
|
"404": BasicError,
|
|
@@ -777,6 +813,7 @@ class TeamsClient:
|
|
|
777
813
|
team_slug: str,
|
|
778
814
|
*,
|
|
779
815
|
headers: Optional[Mapping[str, str]] = None,
|
|
816
|
+
stream: bool = False,
|
|
780
817
|
data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
781
818
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
782
819
|
|
|
@@ -788,6 +825,7 @@ class TeamsClient:
|
|
|
788
825
|
*,
|
|
789
826
|
data: UnsetType = UNSET,
|
|
790
827
|
headers: Optional[Mapping[str, str]] = None,
|
|
828
|
+
stream: bool = False,
|
|
791
829
|
name: Missing[str] = UNSET,
|
|
792
830
|
description: Missing[str] = UNSET,
|
|
793
831
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -804,6 +842,7 @@ class TeamsClient:
|
|
|
804
842
|
team_slug: str,
|
|
805
843
|
*,
|
|
806
844
|
headers: Optional[Mapping[str, str]] = None,
|
|
845
|
+
stream: bool = False,
|
|
807
846
|
data: Missing[OrgsOrgTeamsTeamSlugPatchBodyType] = UNSET,
|
|
808
847
|
**kwargs,
|
|
809
848
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -844,6 +883,7 @@ class TeamsClient:
|
|
|
844
883
|
url,
|
|
845
884
|
json=exclude_unset(json),
|
|
846
885
|
headers=exclude_unset(headers),
|
|
886
|
+
stream=stream,
|
|
847
887
|
response_model=TeamFull,
|
|
848
888
|
error_models={
|
|
849
889
|
"404": BasicError,
|
|
@@ -862,6 +902,7 @@ class TeamsClient:
|
|
|
862
902
|
page: Missing[int] = UNSET,
|
|
863
903
|
pinned: Missing[str] = UNSET,
|
|
864
904
|
headers: Optional[Mapping[str, str]] = None,
|
|
905
|
+
stream: bool = False,
|
|
865
906
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
866
907
|
"""teams/list-discussions-in-org
|
|
867
908
|
|
|
@@ -895,6 +936,7 @@ class TeamsClient:
|
|
|
895
936
|
url,
|
|
896
937
|
params=exclude_unset(params),
|
|
897
938
|
headers=exclude_unset(headers),
|
|
939
|
+
stream=stream,
|
|
898
940
|
response_model=list[TeamDiscussion],
|
|
899
941
|
)
|
|
900
942
|
|
|
@@ -908,6 +950,7 @@ class TeamsClient:
|
|
|
908
950
|
page: Missing[int] = UNSET,
|
|
909
951
|
pinned: Missing[str] = UNSET,
|
|
910
952
|
headers: Optional[Mapping[str, str]] = None,
|
|
953
|
+
stream: bool = False,
|
|
911
954
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
912
955
|
"""teams/list-discussions-in-org
|
|
913
956
|
|
|
@@ -941,6 +984,7 @@ class TeamsClient:
|
|
|
941
984
|
url,
|
|
942
985
|
params=exclude_unset(params),
|
|
943
986
|
headers=exclude_unset(headers),
|
|
987
|
+
stream=stream,
|
|
944
988
|
response_model=list[TeamDiscussion],
|
|
945
989
|
)
|
|
946
990
|
|
|
@@ -951,6 +995,7 @@ class TeamsClient:
|
|
|
951
995
|
team_slug: str,
|
|
952
996
|
*,
|
|
953
997
|
headers: Optional[Mapping[str, str]] = None,
|
|
998
|
+
stream: bool = False,
|
|
954
999
|
data: OrgsOrgTeamsTeamSlugDiscussionsPostBodyType,
|
|
955
1000
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
956
1001
|
|
|
@@ -962,6 +1007,7 @@ class TeamsClient:
|
|
|
962
1007
|
*,
|
|
963
1008
|
data: UnsetType = UNSET,
|
|
964
1009
|
headers: Optional[Mapping[str, str]] = None,
|
|
1010
|
+
stream: bool = False,
|
|
965
1011
|
title: str,
|
|
966
1012
|
body: str,
|
|
967
1013
|
private: Missing[bool] = UNSET,
|
|
@@ -973,6 +1019,7 @@ class TeamsClient:
|
|
|
973
1019
|
team_slug: str,
|
|
974
1020
|
*,
|
|
975
1021
|
headers: Optional[Mapping[str, str]] = None,
|
|
1022
|
+
stream: bool = False,
|
|
976
1023
|
data: Missing[OrgsOrgTeamsTeamSlugDiscussionsPostBodyType] = UNSET,
|
|
977
1024
|
**kwargs,
|
|
978
1025
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -1012,6 +1059,7 @@ class TeamsClient:
|
|
|
1012
1059
|
url,
|
|
1013
1060
|
json=exclude_unset(json),
|
|
1014
1061
|
headers=exclude_unset(headers),
|
|
1062
|
+
stream=stream,
|
|
1015
1063
|
response_model=TeamDiscussion,
|
|
1016
1064
|
)
|
|
1017
1065
|
|
|
@@ -1022,6 +1070,7 @@ class TeamsClient:
|
|
|
1022
1070
|
team_slug: str,
|
|
1023
1071
|
*,
|
|
1024
1072
|
headers: Optional[Mapping[str, str]] = None,
|
|
1073
|
+
stream: bool = False,
|
|
1025
1074
|
data: OrgsOrgTeamsTeamSlugDiscussionsPostBodyType,
|
|
1026
1075
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
1027
1076
|
|
|
@@ -1033,6 +1082,7 @@ class TeamsClient:
|
|
|
1033
1082
|
*,
|
|
1034
1083
|
data: UnsetType = UNSET,
|
|
1035
1084
|
headers: Optional[Mapping[str, str]] = None,
|
|
1085
|
+
stream: bool = False,
|
|
1036
1086
|
title: str,
|
|
1037
1087
|
body: str,
|
|
1038
1088
|
private: Missing[bool] = UNSET,
|
|
@@ -1044,6 +1094,7 @@ class TeamsClient:
|
|
|
1044
1094
|
team_slug: str,
|
|
1045
1095
|
*,
|
|
1046
1096
|
headers: Optional[Mapping[str, str]] = None,
|
|
1097
|
+
stream: bool = False,
|
|
1047
1098
|
data: Missing[OrgsOrgTeamsTeamSlugDiscussionsPostBodyType] = UNSET,
|
|
1048
1099
|
**kwargs,
|
|
1049
1100
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -1083,6 +1134,7 @@ class TeamsClient:
|
|
|
1083
1134
|
url,
|
|
1084
1135
|
json=exclude_unset(json),
|
|
1085
1136
|
headers=exclude_unset(headers),
|
|
1137
|
+
stream=stream,
|
|
1086
1138
|
response_model=TeamDiscussion,
|
|
1087
1139
|
)
|
|
1088
1140
|
|
|
@@ -1093,6 +1145,7 @@ class TeamsClient:
|
|
|
1093
1145
|
discussion_number: int,
|
|
1094
1146
|
*,
|
|
1095
1147
|
headers: Optional[Mapping[str, str]] = None,
|
|
1148
|
+
stream: bool = False,
|
|
1096
1149
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
1097
1150
|
"""teams/get-discussion-in-org
|
|
1098
1151
|
|
|
@@ -1118,6 +1171,7 @@ class TeamsClient:
|
|
|
1118
1171
|
"GET",
|
|
1119
1172
|
url,
|
|
1120
1173
|
headers=exclude_unset(headers),
|
|
1174
|
+
stream=stream,
|
|
1121
1175
|
response_model=TeamDiscussion,
|
|
1122
1176
|
)
|
|
1123
1177
|
|
|
@@ -1128,6 +1182,7 @@ class TeamsClient:
|
|
|
1128
1182
|
discussion_number: int,
|
|
1129
1183
|
*,
|
|
1130
1184
|
headers: Optional[Mapping[str, str]] = None,
|
|
1185
|
+
stream: bool = False,
|
|
1131
1186
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
1132
1187
|
"""teams/get-discussion-in-org
|
|
1133
1188
|
|
|
@@ -1153,6 +1208,7 @@ class TeamsClient:
|
|
|
1153
1208
|
"GET",
|
|
1154
1209
|
url,
|
|
1155
1210
|
headers=exclude_unset(headers),
|
|
1211
|
+
stream=stream,
|
|
1156
1212
|
response_model=TeamDiscussion,
|
|
1157
1213
|
)
|
|
1158
1214
|
|
|
@@ -1163,6 +1219,7 @@ class TeamsClient:
|
|
|
1163
1219
|
discussion_number: int,
|
|
1164
1220
|
*,
|
|
1165
1221
|
headers: Optional[Mapping[str, str]] = None,
|
|
1222
|
+
stream: bool = False,
|
|
1166
1223
|
) -> Response:
|
|
1167
1224
|
"""teams/delete-discussion-in-org
|
|
1168
1225
|
|
|
@@ -1186,6 +1243,7 @@ class TeamsClient:
|
|
|
1186
1243
|
"DELETE",
|
|
1187
1244
|
url,
|
|
1188
1245
|
headers=exclude_unset(headers),
|
|
1246
|
+
stream=stream,
|
|
1189
1247
|
)
|
|
1190
1248
|
|
|
1191
1249
|
async def async_delete_discussion_in_org(
|
|
@@ -1195,6 +1253,7 @@ class TeamsClient:
|
|
|
1195
1253
|
discussion_number: int,
|
|
1196
1254
|
*,
|
|
1197
1255
|
headers: Optional[Mapping[str, str]] = None,
|
|
1256
|
+
stream: bool = False,
|
|
1198
1257
|
) -> Response:
|
|
1199
1258
|
"""teams/delete-discussion-in-org
|
|
1200
1259
|
|
|
@@ -1218,6 +1277,7 @@ class TeamsClient:
|
|
|
1218
1277
|
"DELETE",
|
|
1219
1278
|
url,
|
|
1220
1279
|
headers=exclude_unset(headers),
|
|
1280
|
+
stream=stream,
|
|
1221
1281
|
)
|
|
1222
1282
|
|
|
1223
1283
|
@overload
|
|
@@ -1228,6 +1288,7 @@ class TeamsClient:
|
|
|
1228
1288
|
discussion_number: int,
|
|
1229
1289
|
*,
|
|
1230
1290
|
headers: Optional[Mapping[str, str]] = None,
|
|
1291
|
+
stream: bool = False,
|
|
1231
1292
|
data: Missing[
|
|
1232
1293
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
1233
1294
|
] = UNSET,
|
|
@@ -1242,6 +1303,7 @@ class TeamsClient:
|
|
|
1242
1303
|
*,
|
|
1243
1304
|
data: UnsetType = UNSET,
|
|
1244
1305
|
headers: Optional[Mapping[str, str]] = None,
|
|
1306
|
+
stream: bool = False,
|
|
1245
1307
|
title: Missing[str] = UNSET,
|
|
1246
1308
|
body: Missing[str] = UNSET,
|
|
1247
1309
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -1253,6 +1315,7 @@ class TeamsClient:
|
|
|
1253
1315
|
discussion_number: int,
|
|
1254
1316
|
*,
|
|
1255
1317
|
headers: Optional[Mapping[str, str]] = None,
|
|
1318
|
+
stream: bool = False,
|
|
1256
1319
|
data: Missing[
|
|
1257
1320
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
1258
1321
|
] = UNSET,
|
|
@@ -1297,6 +1360,7 @@ class TeamsClient:
|
|
|
1297
1360
|
url,
|
|
1298
1361
|
json=exclude_unset(json),
|
|
1299
1362
|
headers=exclude_unset(headers),
|
|
1363
|
+
stream=stream,
|
|
1300
1364
|
response_model=TeamDiscussion,
|
|
1301
1365
|
)
|
|
1302
1366
|
|
|
@@ -1308,6 +1372,7 @@ class TeamsClient:
|
|
|
1308
1372
|
discussion_number: int,
|
|
1309
1373
|
*,
|
|
1310
1374
|
headers: Optional[Mapping[str, str]] = None,
|
|
1375
|
+
stream: bool = False,
|
|
1311
1376
|
data: Missing[
|
|
1312
1377
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
1313
1378
|
] = UNSET,
|
|
@@ -1322,6 +1387,7 @@ class TeamsClient:
|
|
|
1322
1387
|
*,
|
|
1323
1388
|
data: UnsetType = UNSET,
|
|
1324
1389
|
headers: Optional[Mapping[str, str]] = None,
|
|
1390
|
+
stream: bool = False,
|
|
1325
1391
|
title: Missing[str] = UNSET,
|
|
1326
1392
|
body: Missing[str] = UNSET,
|
|
1327
1393
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -1333,6 +1399,7 @@ class TeamsClient:
|
|
|
1333
1399
|
discussion_number: int,
|
|
1334
1400
|
*,
|
|
1335
1401
|
headers: Optional[Mapping[str, str]] = None,
|
|
1402
|
+
stream: bool = False,
|
|
1336
1403
|
data: Missing[
|
|
1337
1404
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType
|
|
1338
1405
|
] = UNSET,
|
|
@@ -1377,6 +1444,7 @@ class TeamsClient:
|
|
|
1377
1444
|
url,
|
|
1378
1445
|
json=exclude_unset(json),
|
|
1379
1446
|
headers=exclude_unset(headers),
|
|
1447
|
+
stream=stream,
|
|
1380
1448
|
response_model=TeamDiscussion,
|
|
1381
1449
|
)
|
|
1382
1450
|
|
|
@@ -1390,6 +1458,7 @@ class TeamsClient:
|
|
|
1390
1458
|
per_page: Missing[int] = UNSET,
|
|
1391
1459
|
page: Missing[int] = UNSET,
|
|
1392
1460
|
headers: Optional[Mapping[str, str]] = None,
|
|
1461
|
+
stream: bool = False,
|
|
1393
1462
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
1394
1463
|
"""teams/list-discussion-comments-in-org
|
|
1395
1464
|
|
|
@@ -1422,6 +1491,7 @@ class TeamsClient:
|
|
|
1422
1491
|
url,
|
|
1423
1492
|
params=exclude_unset(params),
|
|
1424
1493
|
headers=exclude_unset(headers),
|
|
1494
|
+
stream=stream,
|
|
1425
1495
|
response_model=list[TeamDiscussionComment],
|
|
1426
1496
|
)
|
|
1427
1497
|
|
|
@@ -1435,6 +1505,7 @@ class TeamsClient:
|
|
|
1435
1505
|
per_page: Missing[int] = UNSET,
|
|
1436
1506
|
page: Missing[int] = UNSET,
|
|
1437
1507
|
headers: Optional[Mapping[str, str]] = None,
|
|
1508
|
+
stream: bool = False,
|
|
1438
1509
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
1439
1510
|
"""teams/list-discussion-comments-in-org
|
|
1440
1511
|
|
|
@@ -1467,6 +1538,7 @@ class TeamsClient:
|
|
|
1467
1538
|
url,
|
|
1468
1539
|
params=exclude_unset(params),
|
|
1469
1540
|
headers=exclude_unset(headers),
|
|
1541
|
+
stream=stream,
|
|
1470
1542
|
response_model=list[TeamDiscussionComment],
|
|
1471
1543
|
)
|
|
1472
1544
|
|
|
@@ -1478,6 +1550,7 @@ class TeamsClient:
|
|
|
1478
1550
|
discussion_number: int,
|
|
1479
1551
|
*,
|
|
1480
1552
|
headers: Optional[Mapping[str, str]] = None,
|
|
1553
|
+
stream: bool = False,
|
|
1481
1554
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
1482
1555
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1483
1556
|
|
|
@@ -1490,6 +1563,7 @@ class TeamsClient:
|
|
|
1490
1563
|
*,
|
|
1491
1564
|
data: UnsetType = UNSET,
|
|
1492
1565
|
headers: Optional[Mapping[str, str]] = None,
|
|
1566
|
+
stream: bool = False,
|
|
1493
1567
|
body: str,
|
|
1494
1568
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1495
1569
|
|
|
@@ -1500,6 +1574,7 @@ class TeamsClient:
|
|
|
1500
1574
|
discussion_number: int,
|
|
1501
1575
|
*,
|
|
1502
1576
|
headers: Optional[Mapping[str, str]] = None,
|
|
1577
|
+
stream: bool = False,
|
|
1503
1578
|
data: Missing[
|
|
1504
1579
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType
|
|
1505
1580
|
] = UNSET,
|
|
@@ -1546,6 +1621,7 @@ class TeamsClient:
|
|
|
1546
1621
|
url,
|
|
1547
1622
|
json=exclude_unset(json),
|
|
1548
1623
|
headers=exclude_unset(headers),
|
|
1624
|
+
stream=stream,
|
|
1549
1625
|
response_model=TeamDiscussionComment,
|
|
1550
1626
|
)
|
|
1551
1627
|
|
|
@@ -1557,6 +1633,7 @@ class TeamsClient:
|
|
|
1557
1633
|
discussion_number: int,
|
|
1558
1634
|
*,
|
|
1559
1635
|
headers: Optional[Mapping[str, str]] = None,
|
|
1636
|
+
stream: bool = False,
|
|
1560
1637
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
1561
1638
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1562
1639
|
|
|
@@ -1569,6 +1646,7 @@ class TeamsClient:
|
|
|
1569
1646
|
*,
|
|
1570
1647
|
data: UnsetType = UNSET,
|
|
1571
1648
|
headers: Optional[Mapping[str, str]] = None,
|
|
1649
|
+
stream: bool = False,
|
|
1572
1650
|
body: str,
|
|
1573
1651
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1574
1652
|
|
|
@@ -1579,6 +1657,7 @@ class TeamsClient:
|
|
|
1579
1657
|
discussion_number: int,
|
|
1580
1658
|
*,
|
|
1581
1659
|
headers: Optional[Mapping[str, str]] = None,
|
|
1660
|
+
stream: bool = False,
|
|
1582
1661
|
data: Missing[
|
|
1583
1662
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType
|
|
1584
1663
|
] = UNSET,
|
|
@@ -1625,6 +1704,7 @@ class TeamsClient:
|
|
|
1625
1704
|
url,
|
|
1626
1705
|
json=exclude_unset(json),
|
|
1627
1706
|
headers=exclude_unset(headers),
|
|
1707
|
+
stream=stream,
|
|
1628
1708
|
response_model=TeamDiscussionComment,
|
|
1629
1709
|
)
|
|
1630
1710
|
|
|
@@ -1636,6 +1716,7 @@ class TeamsClient:
|
|
|
1636
1716
|
comment_number: int,
|
|
1637
1717
|
*,
|
|
1638
1718
|
headers: Optional[Mapping[str, str]] = None,
|
|
1719
|
+
stream: bool = False,
|
|
1639
1720
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
1640
1721
|
"""teams/get-discussion-comment-in-org
|
|
1641
1722
|
|
|
@@ -1661,6 +1742,7 @@ class TeamsClient:
|
|
|
1661
1742
|
"GET",
|
|
1662
1743
|
url,
|
|
1663
1744
|
headers=exclude_unset(headers),
|
|
1745
|
+
stream=stream,
|
|
1664
1746
|
response_model=TeamDiscussionComment,
|
|
1665
1747
|
)
|
|
1666
1748
|
|
|
@@ -1672,6 +1754,7 @@ class TeamsClient:
|
|
|
1672
1754
|
comment_number: int,
|
|
1673
1755
|
*,
|
|
1674
1756
|
headers: Optional[Mapping[str, str]] = None,
|
|
1757
|
+
stream: bool = False,
|
|
1675
1758
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
1676
1759
|
"""teams/get-discussion-comment-in-org
|
|
1677
1760
|
|
|
@@ -1697,6 +1780,7 @@ class TeamsClient:
|
|
|
1697
1780
|
"GET",
|
|
1698
1781
|
url,
|
|
1699
1782
|
headers=exclude_unset(headers),
|
|
1783
|
+
stream=stream,
|
|
1700
1784
|
response_model=TeamDiscussionComment,
|
|
1701
1785
|
)
|
|
1702
1786
|
|
|
@@ -1708,6 +1792,7 @@ class TeamsClient:
|
|
|
1708
1792
|
comment_number: int,
|
|
1709
1793
|
*,
|
|
1710
1794
|
headers: Optional[Mapping[str, str]] = None,
|
|
1795
|
+
stream: bool = False,
|
|
1711
1796
|
) -> Response:
|
|
1712
1797
|
"""teams/delete-discussion-comment-in-org
|
|
1713
1798
|
|
|
@@ -1731,6 +1816,7 @@ class TeamsClient:
|
|
|
1731
1816
|
"DELETE",
|
|
1732
1817
|
url,
|
|
1733
1818
|
headers=exclude_unset(headers),
|
|
1819
|
+
stream=stream,
|
|
1734
1820
|
)
|
|
1735
1821
|
|
|
1736
1822
|
async def async_delete_discussion_comment_in_org(
|
|
@@ -1741,6 +1827,7 @@ class TeamsClient:
|
|
|
1741
1827
|
comment_number: int,
|
|
1742
1828
|
*,
|
|
1743
1829
|
headers: Optional[Mapping[str, str]] = None,
|
|
1830
|
+
stream: bool = False,
|
|
1744
1831
|
) -> Response:
|
|
1745
1832
|
"""teams/delete-discussion-comment-in-org
|
|
1746
1833
|
|
|
@@ -1764,6 +1851,7 @@ class TeamsClient:
|
|
|
1764
1851
|
"DELETE",
|
|
1765
1852
|
url,
|
|
1766
1853
|
headers=exclude_unset(headers),
|
|
1854
|
+
stream=stream,
|
|
1767
1855
|
)
|
|
1768
1856
|
|
|
1769
1857
|
@overload
|
|
@@ -1775,6 +1863,7 @@ class TeamsClient:
|
|
|
1775
1863
|
comment_number: int,
|
|
1776
1864
|
*,
|
|
1777
1865
|
headers: Optional[Mapping[str, str]] = None,
|
|
1866
|
+
stream: bool = False,
|
|
1778
1867
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
1779
1868
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1780
1869
|
|
|
@@ -1788,6 +1877,7 @@ class TeamsClient:
|
|
|
1788
1877
|
*,
|
|
1789
1878
|
data: UnsetType = UNSET,
|
|
1790
1879
|
headers: Optional[Mapping[str, str]] = None,
|
|
1880
|
+
stream: bool = False,
|
|
1791
1881
|
body: str,
|
|
1792
1882
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1793
1883
|
|
|
@@ -1799,6 +1889,7 @@ class TeamsClient:
|
|
|
1799
1889
|
comment_number: int,
|
|
1800
1890
|
*,
|
|
1801
1891
|
headers: Optional[Mapping[str, str]] = None,
|
|
1892
|
+
stream: bool = False,
|
|
1802
1893
|
data: Missing[
|
|
1803
1894
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
1804
1895
|
] = UNSET,
|
|
@@ -1844,6 +1935,7 @@ class TeamsClient:
|
|
|
1844
1935
|
url,
|
|
1845
1936
|
json=exclude_unset(json),
|
|
1846
1937
|
headers=exclude_unset(headers),
|
|
1938
|
+
stream=stream,
|
|
1847
1939
|
response_model=TeamDiscussionComment,
|
|
1848
1940
|
)
|
|
1849
1941
|
|
|
@@ -1856,6 +1948,7 @@ class TeamsClient:
|
|
|
1856
1948
|
comment_number: int,
|
|
1857
1949
|
*,
|
|
1858
1950
|
headers: Optional[Mapping[str, str]] = None,
|
|
1951
|
+
stream: bool = False,
|
|
1859
1952
|
data: OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
1860
1953
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1861
1954
|
|
|
@@ -1869,6 +1962,7 @@ class TeamsClient:
|
|
|
1869
1962
|
*,
|
|
1870
1963
|
data: UnsetType = UNSET,
|
|
1871
1964
|
headers: Optional[Mapping[str, str]] = None,
|
|
1965
|
+
stream: bool = False,
|
|
1872
1966
|
body: str,
|
|
1873
1967
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
1874
1968
|
|
|
@@ -1880,6 +1974,7 @@ class TeamsClient:
|
|
|
1880
1974
|
comment_number: int,
|
|
1881
1975
|
*,
|
|
1882
1976
|
headers: Optional[Mapping[str, str]] = None,
|
|
1977
|
+
stream: bool = False,
|
|
1883
1978
|
data: Missing[
|
|
1884
1979
|
OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
1885
1980
|
] = UNSET,
|
|
@@ -1925,6 +2020,7 @@ class TeamsClient:
|
|
|
1925
2020
|
url,
|
|
1926
2021
|
json=exclude_unset(json),
|
|
1927
2022
|
headers=exclude_unset(headers),
|
|
2023
|
+
stream=stream,
|
|
1928
2024
|
response_model=TeamDiscussionComment,
|
|
1929
2025
|
)
|
|
1930
2026
|
|
|
@@ -1934,6 +2030,7 @@ class TeamsClient:
|
|
|
1934
2030
|
team_slug: str,
|
|
1935
2031
|
*,
|
|
1936
2032
|
headers: Optional[Mapping[str, str]] = None,
|
|
2033
|
+
stream: bool = False,
|
|
1937
2034
|
) -> Response[ExternalGroups, ExternalGroupsType]:
|
|
1938
2035
|
"""teams/list-linked-external-idp-groups-to-team-for-org
|
|
1939
2036
|
|
|
@@ -1956,6 +2053,7 @@ class TeamsClient:
|
|
|
1956
2053
|
"GET",
|
|
1957
2054
|
url,
|
|
1958
2055
|
headers=exclude_unset(headers),
|
|
2056
|
+
stream=stream,
|
|
1959
2057
|
response_model=ExternalGroups,
|
|
1960
2058
|
)
|
|
1961
2059
|
|
|
@@ -1965,6 +2063,7 @@ class TeamsClient:
|
|
|
1965
2063
|
team_slug: str,
|
|
1966
2064
|
*,
|
|
1967
2065
|
headers: Optional[Mapping[str, str]] = None,
|
|
2066
|
+
stream: bool = False,
|
|
1968
2067
|
) -> Response[ExternalGroups, ExternalGroupsType]:
|
|
1969
2068
|
"""teams/list-linked-external-idp-groups-to-team-for-org
|
|
1970
2069
|
|
|
@@ -1987,6 +2086,7 @@ class TeamsClient:
|
|
|
1987
2086
|
"GET",
|
|
1988
2087
|
url,
|
|
1989
2088
|
headers=exclude_unset(headers),
|
|
2089
|
+
stream=stream,
|
|
1990
2090
|
response_model=ExternalGroups,
|
|
1991
2091
|
)
|
|
1992
2092
|
|
|
@@ -1996,6 +2096,7 @@ class TeamsClient:
|
|
|
1996
2096
|
team_slug: str,
|
|
1997
2097
|
*,
|
|
1998
2098
|
headers: Optional[Mapping[str, str]] = None,
|
|
2099
|
+
stream: bool = False,
|
|
1999
2100
|
) -> Response:
|
|
2000
2101
|
"""teams/unlink-external-idp-group-from-team-for-org
|
|
2001
2102
|
|
|
@@ -2016,6 +2117,7 @@ class TeamsClient:
|
|
|
2016
2117
|
"DELETE",
|
|
2017
2118
|
url,
|
|
2018
2119
|
headers=exclude_unset(headers),
|
|
2120
|
+
stream=stream,
|
|
2019
2121
|
)
|
|
2020
2122
|
|
|
2021
2123
|
async def async_unlink_external_idp_group_from_team_for_org(
|
|
@@ -2024,6 +2126,7 @@ class TeamsClient:
|
|
|
2024
2126
|
team_slug: str,
|
|
2025
2127
|
*,
|
|
2026
2128
|
headers: Optional[Mapping[str, str]] = None,
|
|
2129
|
+
stream: bool = False,
|
|
2027
2130
|
) -> Response:
|
|
2028
2131
|
"""teams/unlink-external-idp-group-from-team-for-org
|
|
2029
2132
|
|
|
@@ -2044,6 +2147,7 @@ class TeamsClient:
|
|
|
2044
2147
|
"DELETE",
|
|
2045
2148
|
url,
|
|
2046
2149
|
headers=exclude_unset(headers),
|
|
2150
|
+
stream=stream,
|
|
2047
2151
|
)
|
|
2048
2152
|
|
|
2049
2153
|
@overload
|
|
@@ -2053,6 +2157,7 @@ class TeamsClient:
|
|
|
2053
2157
|
team_slug: str,
|
|
2054
2158
|
*,
|
|
2055
2159
|
headers: Optional[Mapping[str, str]] = None,
|
|
2160
|
+
stream: bool = False,
|
|
2056
2161
|
data: OrgsOrgTeamsTeamSlugExternalGroupsPatchBodyType,
|
|
2057
2162
|
) -> Response[ExternalGroup, ExternalGroupType]: ...
|
|
2058
2163
|
|
|
@@ -2064,6 +2169,7 @@ class TeamsClient:
|
|
|
2064
2169
|
*,
|
|
2065
2170
|
data: UnsetType = UNSET,
|
|
2066
2171
|
headers: Optional[Mapping[str, str]] = None,
|
|
2172
|
+
stream: bool = False,
|
|
2067
2173
|
group_id: int,
|
|
2068
2174
|
) -> Response[ExternalGroup, ExternalGroupType]: ...
|
|
2069
2175
|
|
|
@@ -2073,6 +2179,7 @@ class TeamsClient:
|
|
|
2073
2179
|
team_slug: str,
|
|
2074
2180
|
*,
|
|
2075
2181
|
headers: Optional[Mapping[str, str]] = None,
|
|
2182
|
+
stream: bool = False,
|
|
2076
2183
|
data: Missing[OrgsOrgTeamsTeamSlugExternalGroupsPatchBodyType] = UNSET,
|
|
2077
2184
|
**kwargs,
|
|
2078
2185
|
) -> Response[ExternalGroup, ExternalGroupType]:
|
|
@@ -2109,6 +2216,7 @@ class TeamsClient:
|
|
|
2109
2216
|
url,
|
|
2110
2217
|
json=exclude_unset(json),
|
|
2111
2218
|
headers=exclude_unset(headers),
|
|
2219
|
+
stream=stream,
|
|
2112
2220
|
response_model=ExternalGroup,
|
|
2113
2221
|
)
|
|
2114
2222
|
|
|
@@ -2119,6 +2227,7 @@ class TeamsClient:
|
|
|
2119
2227
|
team_slug: str,
|
|
2120
2228
|
*,
|
|
2121
2229
|
headers: Optional[Mapping[str, str]] = None,
|
|
2230
|
+
stream: bool = False,
|
|
2122
2231
|
data: OrgsOrgTeamsTeamSlugExternalGroupsPatchBodyType,
|
|
2123
2232
|
) -> Response[ExternalGroup, ExternalGroupType]: ...
|
|
2124
2233
|
|
|
@@ -2130,6 +2239,7 @@ class TeamsClient:
|
|
|
2130
2239
|
*,
|
|
2131
2240
|
data: UnsetType = UNSET,
|
|
2132
2241
|
headers: Optional[Mapping[str, str]] = None,
|
|
2242
|
+
stream: bool = False,
|
|
2133
2243
|
group_id: int,
|
|
2134
2244
|
) -> Response[ExternalGroup, ExternalGroupType]: ...
|
|
2135
2245
|
|
|
@@ -2139,6 +2249,7 @@ class TeamsClient:
|
|
|
2139
2249
|
team_slug: str,
|
|
2140
2250
|
*,
|
|
2141
2251
|
headers: Optional[Mapping[str, str]] = None,
|
|
2252
|
+
stream: bool = False,
|
|
2142
2253
|
data: Missing[OrgsOrgTeamsTeamSlugExternalGroupsPatchBodyType] = UNSET,
|
|
2143
2254
|
**kwargs,
|
|
2144
2255
|
) -> Response[ExternalGroup, ExternalGroupType]:
|
|
@@ -2175,6 +2286,7 @@ class TeamsClient:
|
|
|
2175
2286
|
url,
|
|
2176
2287
|
json=exclude_unset(json),
|
|
2177
2288
|
headers=exclude_unset(headers),
|
|
2289
|
+
stream=stream,
|
|
2178
2290
|
response_model=ExternalGroup,
|
|
2179
2291
|
)
|
|
2180
2292
|
|
|
@@ -2186,6 +2298,7 @@ class TeamsClient:
|
|
|
2186
2298
|
per_page: Missing[int] = UNSET,
|
|
2187
2299
|
page: Missing[int] = UNSET,
|
|
2188
2300
|
headers: Optional[Mapping[str, str]] = None,
|
|
2301
|
+
stream: bool = False,
|
|
2189
2302
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
2190
2303
|
"""teams/list-pending-invitations-in-org
|
|
2191
2304
|
|
|
@@ -2215,6 +2328,7 @@ class TeamsClient:
|
|
|
2215
2328
|
url,
|
|
2216
2329
|
params=exclude_unset(params),
|
|
2217
2330
|
headers=exclude_unset(headers),
|
|
2331
|
+
stream=stream,
|
|
2218
2332
|
response_model=list[OrganizationInvitation],
|
|
2219
2333
|
)
|
|
2220
2334
|
|
|
@@ -2226,6 +2340,7 @@ class TeamsClient:
|
|
|
2226
2340
|
per_page: Missing[int] = UNSET,
|
|
2227
2341
|
page: Missing[int] = UNSET,
|
|
2228
2342
|
headers: Optional[Mapping[str, str]] = None,
|
|
2343
|
+
stream: bool = False,
|
|
2229
2344
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
2230
2345
|
"""teams/list-pending-invitations-in-org
|
|
2231
2346
|
|
|
@@ -2255,6 +2370,7 @@ class TeamsClient:
|
|
|
2255
2370
|
url,
|
|
2256
2371
|
params=exclude_unset(params),
|
|
2257
2372
|
headers=exclude_unset(headers),
|
|
2373
|
+
stream=stream,
|
|
2258
2374
|
response_model=list[OrganizationInvitation],
|
|
2259
2375
|
)
|
|
2260
2376
|
|
|
@@ -2267,6 +2383,7 @@ class TeamsClient:
|
|
|
2267
2383
|
per_page: Missing[int] = UNSET,
|
|
2268
2384
|
page: Missing[int] = UNSET,
|
|
2269
2385
|
headers: Optional[Mapping[str, str]] = None,
|
|
2386
|
+
stream: bool = False,
|
|
2270
2387
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
2271
2388
|
"""teams/list-members-in-org
|
|
2272
2389
|
|
|
@@ -2296,6 +2413,7 @@ class TeamsClient:
|
|
|
2296
2413
|
url,
|
|
2297
2414
|
params=exclude_unset(params),
|
|
2298
2415
|
headers=exclude_unset(headers),
|
|
2416
|
+
stream=stream,
|
|
2299
2417
|
response_model=list[SimpleUser],
|
|
2300
2418
|
)
|
|
2301
2419
|
|
|
@@ -2308,6 +2426,7 @@ class TeamsClient:
|
|
|
2308
2426
|
per_page: Missing[int] = UNSET,
|
|
2309
2427
|
page: Missing[int] = UNSET,
|
|
2310
2428
|
headers: Optional[Mapping[str, str]] = None,
|
|
2429
|
+
stream: bool = False,
|
|
2311
2430
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
2312
2431
|
"""teams/list-members-in-org
|
|
2313
2432
|
|
|
@@ -2337,6 +2456,7 @@ class TeamsClient:
|
|
|
2337
2456
|
url,
|
|
2338
2457
|
params=exclude_unset(params),
|
|
2339
2458
|
headers=exclude_unset(headers),
|
|
2459
|
+
stream=stream,
|
|
2340
2460
|
response_model=list[SimpleUser],
|
|
2341
2461
|
)
|
|
2342
2462
|
|
|
@@ -2347,6 +2467,7 @@ class TeamsClient:
|
|
|
2347
2467
|
username: str,
|
|
2348
2468
|
*,
|
|
2349
2469
|
headers: Optional[Mapping[str, str]] = None,
|
|
2470
|
+
stream: bool = False,
|
|
2350
2471
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
2351
2472
|
"""teams/get-membership-for-user-in-org
|
|
2352
2473
|
|
|
@@ -2377,6 +2498,7 @@ class TeamsClient:
|
|
|
2377
2498
|
"GET",
|
|
2378
2499
|
url,
|
|
2379
2500
|
headers=exclude_unset(headers),
|
|
2501
|
+
stream=stream,
|
|
2380
2502
|
response_model=TeamMembership,
|
|
2381
2503
|
error_models={},
|
|
2382
2504
|
)
|
|
@@ -2388,6 +2510,7 @@ class TeamsClient:
|
|
|
2388
2510
|
username: str,
|
|
2389
2511
|
*,
|
|
2390
2512
|
headers: Optional[Mapping[str, str]] = None,
|
|
2513
|
+
stream: bool = False,
|
|
2391
2514
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
2392
2515
|
"""teams/get-membership-for-user-in-org
|
|
2393
2516
|
|
|
@@ -2418,6 +2541,7 @@ class TeamsClient:
|
|
|
2418
2541
|
"GET",
|
|
2419
2542
|
url,
|
|
2420
2543
|
headers=exclude_unset(headers),
|
|
2544
|
+
stream=stream,
|
|
2421
2545
|
response_model=TeamMembership,
|
|
2422
2546
|
error_models={},
|
|
2423
2547
|
)
|
|
@@ -2430,6 +2554,7 @@ class TeamsClient:
|
|
|
2430
2554
|
username: str,
|
|
2431
2555
|
*,
|
|
2432
2556
|
headers: Optional[Mapping[str, str]] = None,
|
|
2557
|
+
stream: bool = False,
|
|
2433
2558
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
2434
2559
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
2435
2560
|
|
|
@@ -2442,6 +2567,7 @@ class TeamsClient:
|
|
|
2442
2567
|
*,
|
|
2443
2568
|
data: UnsetType = UNSET,
|
|
2444
2569
|
headers: Optional[Mapping[str, str]] = None,
|
|
2570
|
+
stream: bool = False,
|
|
2445
2571
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
2446
2572
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
2447
2573
|
|
|
@@ -2452,6 +2578,7 @@ class TeamsClient:
|
|
|
2452
2578
|
username: str,
|
|
2453
2579
|
*,
|
|
2454
2580
|
headers: Optional[Mapping[str, str]] = None,
|
|
2581
|
+
stream: bool = False,
|
|
2455
2582
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
2456
2583
|
**kwargs,
|
|
2457
2584
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -2501,6 +2628,7 @@ class TeamsClient:
|
|
|
2501
2628
|
url,
|
|
2502
2629
|
json=exclude_unset(json),
|
|
2503
2630
|
headers=exclude_unset(headers),
|
|
2631
|
+
stream=stream,
|
|
2504
2632
|
response_model=TeamMembership,
|
|
2505
2633
|
error_models={},
|
|
2506
2634
|
)
|
|
@@ -2513,6 +2641,7 @@ class TeamsClient:
|
|
|
2513
2641
|
username: str,
|
|
2514
2642
|
*,
|
|
2515
2643
|
headers: Optional[Mapping[str, str]] = None,
|
|
2644
|
+
stream: bool = False,
|
|
2516
2645
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
2517
2646
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
2518
2647
|
|
|
@@ -2525,6 +2654,7 @@ class TeamsClient:
|
|
|
2525
2654
|
*,
|
|
2526
2655
|
data: UnsetType = UNSET,
|
|
2527
2656
|
headers: Optional[Mapping[str, str]] = None,
|
|
2657
|
+
stream: bool = False,
|
|
2528
2658
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
2529
2659
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
2530
2660
|
|
|
@@ -2535,6 +2665,7 @@ class TeamsClient:
|
|
|
2535
2665
|
username: str,
|
|
2536
2666
|
*,
|
|
2537
2667
|
headers: Optional[Mapping[str, str]] = None,
|
|
2668
|
+
stream: bool = False,
|
|
2538
2669
|
data: Missing[OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType] = UNSET,
|
|
2539
2670
|
**kwargs,
|
|
2540
2671
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -2584,6 +2715,7 @@ class TeamsClient:
|
|
|
2584
2715
|
url,
|
|
2585
2716
|
json=exclude_unset(json),
|
|
2586
2717
|
headers=exclude_unset(headers),
|
|
2718
|
+
stream=stream,
|
|
2587
2719
|
response_model=TeamMembership,
|
|
2588
2720
|
error_models={},
|
|
2589
2721
|
)
|
|
@@ -2595,6 +2727,7 @@ class TeamsClient:
|
|
|
2595
2727
|
username: str,
|
|
2596
2728
|
*,
|
|
2597
2729
|
headers: Optional[Mapping[str, str]] = None,
|
|
2730
|
+
stream: bool = False,
|
|
2598
2731
|
) -> Response:
|
|
2599
2732
|
"""teams/remove-membership-for-user-in-org
|
|
2600
2733
|
|
|
@@ -2621,6 +2754,7 @@ class TeamsClient:
|
|
|
2621
2754
|
"DELETE",
|
|
2622
2755
|
url,
|
|
2623
2756
|
headers=exclude_unset(headers),
|
|
2757
|
+
stream=stream,
|
|
2624
2758
|
error_models={},
|
|
2625
2759
|
)
|
|
2626
2760
|
|
|
@@ -2631,6 +2765,7 @@ class TeamsClient:
|
|
|
2631
2765
|
username: str,
|
|
2632
2766
|
*,
|
|
2633
2767
|
headers: Optional[Mapping[str, str]] = None,
|
|
2768
|
+
stream: bool = False,
|
|
2634
2769
|
) -> Response:
|
|
2635
2770
|
"""teams/remove-membership-for-user-in-org
|
|
2636
2771
|
|
|
@@ -2657,6 +2792,7 @@ class TeamsClient:
|
|
|
2657
2792
|
"DELETE",
|
|
2658
2793
|
url,
|
|
2659
2794
|
headers=exclude_unset(headers),
|
|
2795
|
+
stream=stream,
|
|
2660
2796
|
error_models={},
|
|
2661
2797
|
)
|
|
2662
2798
|
|
|
@@ -2668,6 +2804,7 @@ class TeamsClient:
|
|
|
2668
2804
|
per_page: Missing[int] = UNSET,
|
|
2669
2805
|
page: Missing[int] = UNSET,
|
|
2670
2806
|
headers: Optional[Mapping[str, str]] = None,
|
|
2807
|
+
stream: bool = False,
|
|
2671
2808
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
2672
2809
|
"""DEPRECATED teams/list-projects-in-org
|
|
2673
2810
|
|
|
@@ -2696,6 +2833,7 @@ class TeamsClient:
|
|
|
2696
2833
|
url,
|
|
2697
2834
|
params=exclude_unset(params),
|
|
2698
2835
|
headers=exclude_unset(headers),
|
|
2836
|
+
stream=stream,
|
|
2699
2837
|
response_model=list[TeamProject],
|
|
2700
2838
|
)
|
|
2701
2839
|
|
|
@@ -2707,6 +2845,7 @@ class TeamsClient:
|
|
|
2707
2845
|
per_page: Missing[int] = UNSET,
|
|
2708
2846
|
page: Missing[int] = UNSET,
|
|
2709
2847
|
headers: Optional[Mapping[str, str]] = None,
|
|
2848
|
+
stream: bool = False,
|
|
2710
2849
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
2711
2850
|
"""DEPRECATED teams/list-projects-in-org
|
|
2712
2851
|
|
|
@@ -2735,6 +2874,7 @@ class TeamsClient:
|
|
|
2735
2874
|
url,
|
|
2736
2875
|
params=exclude_unset(params),
|
|
2737
2876
|
headers=exclude_unset(headers),
|
|
2877
|
+
stream=stream,
|
|
2738
2878
|
response_model=list[TeamProject],
|
|
2739
2879
|
)
|
|
2740
2880
|
|
|
@@ -2745,6 +2885,7 @@ class TeamsClient:
|
|
|
2745
2885
|
project_id: int,
|
|
2746
2886
|
*,
|
|
2747
2887
|
headers: Optional[Mapping[str, str]] = None,
|
|
2888
|
+
stream: bool = False,
|
|
2748
2889
|
) -> Response[TeamProject, TeamProjectType]:
|
|
2749
2890
|
"""DEPRECATED teams/check-permissions-for-project-in-org
|
|
2750
2891
|
|
|
@@ -2767,6 +2908,7 @@ class TeamsClient:
|
|
|
2767
2908
|
"GET",
|
|
2768
2909
|
url,
|
|
2769
2910
|
headers=exclude_unset(headers),
|
|
2911
|
+
stream=stream,
|
|
2770
2912
|
response_model=TeamProject,
|
|
2771
2913
|
error_models={},
|
|
2772
2914
|
)
|
|
@@ -2778,6 +2920,7 @@ class TeamsClient:
|
|
|
2778
2920
|
project_id: int,
|
|
2779
2921
|
*,
|
|
2780
2922
|
headers: Optional[Mapping[str, str]] = None,
|
|
2923
|
+
stream: bool = False,
|
|
2781
2924
|
) -> Response[TeamProject, TeamProjectType]:
|
|
2782
2925
|
"""DEPRECATED teams/check-permissions-for-project-in-org
|
|
2783
2926
|
|
|
@@ -2800,6 +2943,7 @@ class TeamsClient:
|
|
|
2800
2943
|
"GET",
|
|
2801
2944
|
url,
|
|
2802
2945
|
headers=exclude_unset(headers),
|
|
2946
|
+
stream=stream,
|
|
2803
2947
|
response_model=TeamProject,
|
|
2804
2948
|
error_models={},
|
|
2805
2949
|
)
|
|
@@ -2812,6 +2956,7 @@ class TeamsClient:
|
|
|
2812
2956
|
project_id: int,
|
|
2813
2957
|
*,
|
|
2814
2958
|
headers: Optional[Mapping[str, str]] = None,
|
|
2959
|
+
stream: bool = False,
|
|
2815
2960
|
data: Missing[
|
|
2816
2961
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2817
2962
|
] = UNSET,
|
|
@@ -2826,6 +2971,7 @@ class TeamsClient:
|
|
|
2826
2971
|
*,
|
|
2827
2972
|
data: UnsetType = UNSET,
|
|
2828
2973
|
headers: Optional[Mapping[str, str]] = None,
|
|
2974
|
+
stream: bool = False,
|
|
2829
2975
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
2830
2976
|
) -> Response: ...
|
|
2831
2977
|
|
|
@@ -2836,6 +2982,7 @@ class TeamsClient:
|
|
|
2836
2982
|
project_id: int,
|
|
2837
2983
|
*,
|
|
2838
2984
|
headers: Optional[Mapping[str, str]] = None,
|
|
2985
|
+
stream: bool = False,
|
|
2839
2986
|
data: Missing[
|
|
2840
2987
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2841
2988
|
] = UNSET,
|
|
@@ -2879,6 +3026,7 @@ class TeamsClient:
|
|
|
2879
3026
|
url,
|
|
2880
3027
|
json=exclude_unset(json),
|
|
2881
3028
|
headers=exclude_unset(headers),
|
|
3029
|
+
stream=stream,
|
|
2882
3030
|
error_models={
|
|
2883
3031
|
"403": OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403,
|
|
2884
3032
|
},
|
|
@@ -2892,6 +3040,7 @@ class TeamsClient:
|
|
|
2892
3040
|
project_id: int,
|
|
2893
3041
|
*,
|
|
2894
3042
|
headers: Optional[Mapping[str, str]] = None,
|
|
3043
|
+
stream: bool = False,
|
|
2895
3044
|
data: Missing[
|
|
2896
3045
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2897
3046
|
] = UNSET,
|
|
@@ -2906,6 +3055,7 @@ class TeamsClient:
|
|
|
2906
3055
|
*,
|
|
2907
3056
|
data: UnsetType = UNSET,
|
|
2908
3057
|
headers: Optional[Mapping[str, str]] = None,
|
|
3058
|
+
stream: bool = False,
|
|
2909
3059
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
2910
3060
|
) -> Response: ...
|
|
2911
3061
|
|
|
@@ -2916,6 +3066,7 @@ class TeamsClient:
|
|
|
2916
3066
|
project_id: int,
|
|
2917
3067
|
*,
|
|
2918
3068
|
headers: Optional[Mapping[str, str]] = None,
|
|
3069
|
+
stream: bool = False,
|
|
2919
3070
|
data: Missing[
|
|
2920
3071
|
Union[OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType, None]
|
|
2921
3072
|
] = UNSET,
|
|
@@ -2959,6 +3110,7 @@ class TeamsClient:
|
|
|
2959
3110
|
url,
|
|
2960
3111
|
json=exclude_unset(json),
|
|
2961
3112
|
headers=exclude_unset(headers),
|
|
3113
|
+
stream=stream,
|
|
2962
3114
|
error_models={
|
|
2963
3115
|
"403": OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403,
|
|
2964
3116
|
},
|
|
@@ -2971,6 +3123,7 @@ class TeamsClient:
|
|
|
2971
3123
|
project_id: int,
|
|
2972
3124
|
*,
|
|
2973
3125
|
headers: Optional[Mapping[str, str]] = None,
|
|
3126
|
+
stream: bool = False,
|
|
2974
3127
|
) -> Response:
|
|
2975
3128
|
"""DEPRECATED teams/remove-project-in-org
|
|
2976
3129
|
|
|
@@ -2991,6 +3144,7 @@ class TeamsClient:
|
|
|
2991
3144
|
"DELETE",
|
|
2992
3145
|
url,
|
|
2993
3146
|
headers=exclude_unset(headers),
|
|
3147
|
+
stream=stream,
|
|
2994
3148
|
)
|
|
2995
3149
|
|
|
2996
3150
|
async def async_remove_project_in_org(
|
|
@@ -3000,6 +3154,7 @@ class TeamsClient:
|
|
|
3000
3154
|
project_id: int,
|
|
3001
3155
|
*,
|
|
3002
3156
|
headers: Optional[Mapping[str, str]] = None,
|
|
3157
|
+
stream: bool = False,
|
|
3003
3158
|
) -> Response:
|
|
3004
3159
|
"""DEPRECATED teams/remove-project-in-org
|
|
3005
3160
|
|
|
@@ -3020,6 +3175,7 @@ class TeamsClient:
|
|
|
3020
3175
|
"DELETE",
|
|
3021
3176
|
url,
|
|
3022
3177
|
headers=exclude_unset(headers),
|
|
3178
|
+
stream=stream,
|
|
3023
3179
|
)
|
|
3024
3180
|
|
|
3025
3181
|
def list_repos_in_org(
|
|
@@ -3030,6 +3186,7 @@ class TeamsClient:
|
|
|
3030
3186
|
per_page: Missing[int] = UNSET,
|
|
3031
3187
|
page: Missing[int] = UNSET,
|
|
3032
3188
|
headers: Optional[Mapping[str, str]] = None,
|
|
3189
|
+
stream: bool = False,
|
|
3033
3190
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
3034
3191
|
"""teams/list-repos-in-org
|
|
3035
3192
|
|
|
@@ -3059,6 +3216,7 @@ class TeamsClient:
|
|
|
3059
3216
|
url,
|
|
3060
3217
|
params=exclude_unset(params),
|
|
3061
3218
|
headers=exclude_unset(headers),
|
|
3219
|
+
stream=stream,
|
|
3062
3220
|
response_model=list[MinimalRepository],
|
|
3063
3221
|
)
|
|
3064
3222
|
|
|
@@ -3070,6 +3228,7 @@ class TeamsClient:
|
|
|
3070
3228
|
per_page: Missing[int] = UNSET,
|
|
3071
3229
|
page: Missing[int] = UNSET,
|
|
3072
3230
|
headers: Optional[Mapping[str, str]] = None,
|
|
3231
|
+
stream: bool = False,
|
|
3073
3232
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
3074
3233
|
"""teams/list-repos-in-org
|
|
3075
3234
|
|
|
@@ -3099,6 +3258,7 @@ class TeamsClient:
|
|
|
3099
3258
|
url,
|
|
3100
3259
|
params=exclude_unset(params),
|
|
3101
3260
|
headers=exclude_unset(headers),
|
|
3261
|
+
stream=stream,
|
|
3102
3262
|
response_model=list[MinimalRepository],
|
|
3103
3263
|
)
|
|
3104
3264
|
|
|
@@ -3110,6 +3270,7 @@ class TeamsClient:
|
|
|
3110
3270
|
repo: str,
|
|
3111
3271
|
*,
|
|
3112
3272
|
headers: Optional[Mapping[str, str]] = None,
|
|
3273
|
+
stream: bool = False,
|
|
3113
3274
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
3114
3275
|
"""teams/check-permissions-for-repo-in-org
|
|
3115
3276
|
|
|
@@ -3139,6 +3300,7 @@ class TeamsClient:
|
|
|
3139
3300
|
"GET",
|
|
3140
3301
|
url,
|
|
3141
3302
|
headers=exclude_unset(headers),
|
|
3303
|
+
stream=stream,
|
|
3142
3304
|
response_model=TeamRepository,
|
|
3143
3305
|
error_models={},
|
|
3144
3306
|
)
|
|
@@ -3151,6 +3313,7 @@ class TeamsClient:
|
|
|
3151
3313
|
repo: str,
|
|
3152
3314
|
*,
|
|
3153
3315
|
headers: Optional[Mapping[str, str]] = None,
|
|
3316
|
+
stream: bool = False,
|
|
3154
3317
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
3155
3318
|
"""teams/check-permissions-for-repo-in-org
|
|
3156
3319
|
|
|
@@ -3180,6 +3343,7 @@ class TeamsClient:
|
|
|
3180
3343
|
"GET",
|
|
3181
3344
|
url,
|
|
3182
3345
|
headers=exclude_unset(headers),
|
|
3346
|
+
stream=stream,
|
|
3183
3347
|
response_model=TeamRepository,
|
|
3184
3348
|
error_models={},
|
|
3185
3349
|
)
|
|
@@ -3193,6 +3357,7 @@ class TeamsClient:
|
|
|
3193
3357
|
repo: str,
|
|
3194
3358
|
*,
|
|
3195
3359
|
headers: Optional[Mapping[str, str]] = None,
|
|
3360
|
+
stream: bool = False,
|
|
3196
3361
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
3197
3362
|
) -> Response: ...
|
|
3198
3363
|
|
|
@@ -3206,6 +3371,7 @@ class TeamsClient:
|
|
|
3206
3371
|
*,
|
|
3207
3372
|
data: UnsetType = UNSET,
|
|
3208
3373
|
headers: Optional[Mapping[str, str]] = None,
|
|
3374
|
+
stream: bool = False,
|
|
3209
3375
|
permission: Missing[str] = UNSET,
|
|
3210
3376
|
) -> Response: ...
|
|
3211
3377
|
|
|
@@ -3217,6 +3383,7 @@ class TeamsClient:
|
|
|
3217
3383
|
repo: str,
|
|
3218
3384
|
*,
|
|
3219
3385
|
headers: Optional[Mapping[str, str]] = None,
|
|
3386
|
+
stream: bool = False,
|
|
3220
3387
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
3221
3388
|
**kwargs,
|
|
3222
3389
|
) -> Response:
|
|
@@ -3254,6 +3421,7 @@ class TeamsClient:
|
|
|
3254
3421
|
url,
|
|
3255
3422
|
json=exclude_unset(json),
|
|
3256
3423
|
headers=exclude_unset(headers),
|
|
3424
|
+
stream=stream,
|
|
3257
3425
|
)
|
|
3258
3426
|
|
|
3259
3427
|
@overload
|
|
@@ -3265,6 +3433,7 @@ class TeamsClient:
|
|
|
3265
3433
|
repo: str,
|
|
3266
3434
|
*,
|
|
3267
3435
|
headers: Optional[Mapping[str, str]] = None,
|
|
3436
|
+
stream: bool = False,
|
|
3268
3437
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
3269
3438
|
) -> Response: ...
|
|
3270
3439
|
|
|
@@ -3278,6 +3447,7 @@ class TeamsClient:
|
|
|
3278
3447
|
*,
|
|
3279
3448
|
data: UnsetType = UNSET,
|
|
3280
3449
|
headers: Optional[Mapping[str, str]] = None,
|
|
3450
|
+
stream: bool = False,
|
|
3281
3451
|
permission: Missing[str] = UNSET,
|
|
3282
3452
|
) -> Response: ...
|
|
3283
3453
|
|
|
@@ -3289,6 +3459,7 @@ class TeamsClient:
|
|
|
3289
3459
|
repo: str,
|
|
3290
3460
|
*,
|
|
3291
3461
|
headers: Optional[Mapping[str, str]] = None,
|
|
3462
|
+
stream: bool = False,
|
|
3292
3463
|
data: Missing[OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType] = UNSET,
|
|
3293
3464
|
**kwargs,
|
|
3294
3465
|
) -> Response:
|
|
@@ -3326,6 +3497,7 @@ class TeamsClient:
|
|
|
3326
3497
|
url,
|
|
3327
3498
|
json=exclude_unset(json),
|
|
3328
3499
|
headers=exclude_unset(headers),
|
|
3500
|
+
stream=stream,
|
|
3329
3501
|
)
|
|
3330
3502
|
|
|
3331
3503
|
def remove_repo_in_org(
|
|
@@ -3336,6 +3508,7 @@ class TeamsClient:
|
|
|
3336
3508
|
repo: str,
|
|
3337
3509
|
*,
|
|
3338
3510
|
headers: Optional[Mapping[str, str]] = None,
|
|
3511
|
+
stream: bool = False,
|
|
3339
3512
|
) -> Response:
|
|
3340
3513
|
"""teams/remove-repo-in-org
|
|
3341
3514
|
|
|
@@ -3357,6 +3530,7 @@ class TeamsClient:
|
|
|
3357
3530
|
"DELETE",
|
|
3358
3531
|
url,
|
|
3359
3532
|
headers=exclude_unset(headers),
|
|
3533
|
+
stream=stream,
|
|
3360
3534
|
)
|
|
3361
3535
|
|
|
3362
3536
|
async def async_remove_repo_in_org(
|
|
@@ -3367,6 +3541,7 @@ class TeamsClient:
|
|
|
3367
3541
|
repo: str,
|
|
3368
3542
|
*,
|
|
3369
3543
|
headers: Optional[Mapping[str, str]] = None,
|
|
3544
|
+
stream: bool = False,
|
|
3370
3545
|
) -> Response:
|
|
3371
3546
|
"""teams/remove-repo-in-org
|
|
3372
3547
|
|
|
@@ -3388,6 +3563,7 @@ class TeamsClient:
|
|
|
3388
3563
|
"DELETE",
|
|
3389
3564
|
url,
|
|
3390
3565
|
headers=exclude_unset(headers),
|
|
3566
|
+
stream=stream,
|
|
3391
3567
|
)
|
|
3392
3568
|
|
|
3393
3569
|
def list_idp_groups_in_org(
|
|
@@ -3396,6 +3572,7 @@ class TeamsClient:
|
|
|
3396
3572
|
team_slug: str,
|
|
3397
3573
|
*,
|
|
3398
3574
|
headers: Optional[Mapping[str, str]] = None,
|
|
3575
|
+
stream: bool = False,
|
|
3399
3576
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
3400
3577
|
"""teams/list-idp-groups-in-org
|
|
3401
3578
|
|
|
@@ -3421,6 +3598,7 @@ class TeamsClient:
|
|
|
3421
3598
|
"GET",
|
|
3422
3599
|
url,
|
|
3423
3600
|
headers=exclude_unset(headers),
|
|
3601
|
+
stream=stream,
|
|
3424
3602
|
response_model=GroupMapping,
|
|
3425
3603
|
)
|
|
3426
3604
|
|
|
@@ -3430,6 +3608,7 @@ class TeamsClient:
|
|
|
3430
3608
|
team_slug: str,
|
|
3431
3609
|
*,
|
|
3432
3610
|
headers: Optional[Mapping[str, str]] = None,
|
|
3611
|
+
stream: bool = False,
|
|
3433
3612
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
3434
3613
|
"""teams/list-idp-groups-in-org
|
|
3435
3614
|
|
|
@@ -3455,6 +3634,7 @@ class TeamsClient:
|
|
|
3455
3634
|
"GET",
|
|
3456
3635
|
url,
|
|
3457
3636
|
headers=exclude_unset(headers),
|
|
3637
|
+
stream=stream,
|
|
3458
3638
|
response_model=GroupMapping,
|
|
3459
3639
|
)
|
|
3460
3640
|
|
|
@@ -3465,6 +3645,7 @@ class TeamsClient:
|
|
|
3465
3645
|
team_slug: str,
|
|
3466
3646
|
*,
|
|
3467
3647
|
headers: Optional[Mapping[str, str]] = None,
|
|
3648
|
+
stream: bool = False,
|
|
3468
3649
|
data: OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyType,
|
|
3469
3650
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
3470
3651
|
|
|
@@ -3476,6 +3657,7 @@ class TeamsClient:
|
|
|
3476
3657
|
*,
|
|
3477
3658
|
data: UnsetType = UNSET,
|
|
3478
3659
|
headers: Optional[Mapping[str, str]] = None,
|
|
3660
|
+
stream: bool = False,
|
|
3479
3661
|
groups: Missing[
|
|
3480
3662
|
list[OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyPropGroupsItemsType]
|
|
3481
3663
|
] = UNSET,
|
|
@@ -3487,6 +3669,7 @@ class TeamsClient:
|
|
|
3487
3669
|
team_slug: str,
|
|
3488
3670
|
*,
|
|
3489
3671
|
headers: Optional[Mapping[str, str]] = None,
|
|
3672
|
+
stream: bool = False,
|
|
3490
3673
|
data: Missing[OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyType] = UNSET,
|
|
3491
3674
|
**kwargs,
|
|
3492
3675
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
@@ -3529,6 +3712,7 @@ class TeamsClient:
|
|
|
3529
3712
|
url,
|
|
3530
3713
|
json=exclude_unset(json),
|
|
3531
3714
|
headers=exclude_unset(headers),
|
|
3715
|
+
stream=stream,
|
|
3532
3716
|
response_model=GroupMapping,
|
|
3533
3717
|
)
|
|
3534
3718
|
|
|
@@ -3539,6 +3723,7 @@ class TeamsClient:
|
|
|
3539
3723
|
team_slug: str,
|
|
3540
3724
|
*,
|
|
3541
3725
|
headers: Optional[Mapping[str, str]] = None,
|
|
3726
|
+
stream: bool = False,
|
|
3542
3727
|
data: OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyType,
|
|
3543
3728
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
3544
3729
|
|
|
@@ -3550,6 +3735,7 @@ class TeamsClient:
|
|
|
3550
3735
|
*,
|
|
3551
3736
|
data: UnsetType = UNSET,
|
|
3552
3737
|
headers: Optional[Mapping[str, str]] = None,
|
|
3738
|
+
stream: bool = False,
|
|
3553
3739
|
groups: Missing[
|
|
3554
3740
|
list[OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyPropGroupsItemsType]
|
|
3555
3741
|
] = UNSET,
|
|
@@ -3561,6 +3747,7 @@ class TeamsClient:
|
|
|
3561
3747
|
team_slug: str,
|
|
3562
3748
|
*,
|
|
3563
3749
|
headers: Optional[Mapping[str, str]] = None,
|
|
3750
|
+
stream: bool = False,
|
|
3564
3751
|
data: Missing[OrgsOrgTeamsTeamSlugTeamSyncGroupMappingsPatchBodyType] = UNSET,
|
|
3565
3752
|
**kwargs,
|
|
3566
3753
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
@@ -3603,6 +3790,7 @@ class TeamsClient:
|
|
|
3603
3790
|
url,
|
|
3604
3791
|
json=exclude_unset(json),
|
|
3605
3792
|
headers=exclude_unset(headers),
|
|
3793
|
+
stream=stream,
|
|
3606
3794
|
response_model=GroupMapping,
|
|
3607
3795
|
)
|
|
3608
3796
|
|
|
@@ -3614,6 +3802,7 @@ class TeamsClient:
|
|
|
3614
3802
|
per_page: Missing[int] = UNSET,
|
|
3615
3803
|
page: Missing[int] = UNSET,
|
|
3616
3804
|
headers: Optional[Mapping[str, str]] = None,
|
|
3805
|
+
stream: bool = False,
|
|
3617
3806
|
) -> Response[list[Team], list[TeamType]]:
|
|
3618
3807
|
"""teams/list-child-in-org
|
|
3619
3808
|
|
|
@@ -3643,6 +3832,7 @@ class TeamsClient:
|
|
|
3643
3832
|
url,
|
|
3644
3833
|
params=exclude_unset(params),
|
|
3645
3834
|
headers=exclude_unset(headers),
|
|
3835
|
+
stream=stream,
|
|
3646
3836
|
response_model=list[Team],
|
|
3647
3837
|
)
|
|
3648
3838
|
|
|
@@ -3654,6 +3844,7 @@ class TeamsClient:
|
|
|
3654
3844
|
per_page: Missing[int] = UNSET,
|
|
3655
3845
|
page: Missing[int] = UNSET,
|
|
3656
3846
|
headers: Optional[Mapping[str, str]] = None,
|
|
3847
|
+
stream: bool = False,
|
|
3657
3848
|
) -> Response[list[Team], list[TeamType]]:
|
|
3658
3849
|
"""teams/list-child-in-org
|
|
3659
3850
|
|
|
@@ -3683,6 +3874,7 @@ class TeamsClient:
|
|
|
3683
3874
|
url,
|
|
3684
3875
|
params=exclude_unset(params),
|
|
3685
3876
|
headers=exclude_unset(headers),
|
|
3877
|
+
stream=stream,
|
|
3686
3878
|
response_model=list[Team],
|
|
3687
3879
|
)
|
|
3688
3880
|
|
|
@@ -3691,6 +3883,7 @@ class TeamsClient:
|
|
|
3691
3883
|
team_id: int,
|
|
3692
3884
|
*,
|
|
3693
3885
|
headers: Optional[Mapping[str, str]] = None,
|
|
3886
|
+
stream: bool = False,
|
|
3694
3887
|
) -> Response[TeamFull, TeamFullType]:
|
|
3695
3888
|
"""DEPRECATED teams/get-legacy
|
|
3696
3889
|
|
|
@@ -3712,6 +3905,7 @@ class TeamsClient:
|
|
|
3712
3905
|
"GET",
|
|
3713
3906
|
url,
|
|
3714
3907
|
headers=exclude_unset(headers),
|
|
3908
|
+
stream=stream,
|
|
3715
3909
|
response_model=TeamFull,
|
|
3716
3910
|
error_models={
|
|
3717
3911
|
"404": BasicError,
|
|
@@ -3723,6 +3917,7 @@ class TeamsClient:
|
|
|
3723
3917
|
team_id: int,
|
|
3724
3918
|
*,
|
|
3725
3919
|
headers: Optional[Mapping[str, str]] = None,
|
|
3920
|
+
stream: bool = False,
|
|
3726
3921
|
) -> Response[TeamFull, TeamFullType]:
|
|
3727
3922
|
"""DEPRECATED teams/get-legacy
|
|
3728
3923
|
|
|
@@ -3744,6 +3939,7 @@ class TeamsClient:
|
|
|
3744
3939
|
"GET",
|
|
3745
3940
|
url,
|
|
3746
3941
|
headers=exclude_unset(headers),
|
|
3942
|
+
stream=stream,
|
|
3747
3943
|
response_model=TeamFull,
|
|
3748
3944
|
error_models={
|
|
3749
3945
|
"404": BasicError,
|
|
@@ -3755,6 +3951,7 @@ class TeamsClient:
|
|
|
3755
3951
|
team_id: int,
|
|
3756
3952
|
*,
|
|
3757
3953
|
headers: Optional[Mapping[str, str]] = None,
|
|
3954
|
+
stream: bool = False,
|
|
3758
3955
|
) -> Response:
|
|
3759
3956
|
"""DEPRECATED teams/delete-legacy
|
|
3760
3957
|
|
|
@@ -3780,6 +3977,7 @@ class TeamsClient:
|
|
|
3780
3977
|
"DELETE",
|
|
3781
3978
|
url,
|
|
3782
3979
|
headers=exclude_unset(headers),
|
|
3980
|
+
stream=stream,
|
|
3783
3981
|
error_models={
|
|
3784
3982
|
"404": BasicError,
|
|
3785
3983
|
"422": ValidationError,
|
|
@@ -3791,6 +3989,7 @@ class TeamsClient:
|
|
|
3791
3989
|
team_id: int,
|
|
3792
3990
|
*,
|
|
3793
3991
|
headers: Optional[Mapping[str, str]] = None,
|
|
3992
|
+
stream: bool = False,
|
|
3794
3993
|
) -> Response:
|
|
3795
3994
|
"""DEPRECATED teams/delete-legacy
|
|
3796
3995
|
|
|
@@ -3816,6 +4015,7 @@ class TeamsClient:
|
|
|
3816
4015
|
"DELETE",
|
|
3817
4016
|
url,
|
|
3818
4017
|
headers=exclude_unset(headers),
|
|
4018
|
+
stream=stream,
|
|
3819
4019
|
error_models={
|
|
3820
4020
|
"404": BasicError,
|
|
3821
4021
|
"422": ValidationError,
|
|
@@ -3828,6 +4028,7 @@ class TeamsClient:
|
|
|
3828
4028
|
team_id: int,
|
|
3829
4029
|
*,
|
|
3830
4030
|
headers: Optional[Mapping[str, str]] = None,
|
|
4031
|
+
stream: bool = False,
|
|
3831
4032
|
data: TeamsTeamIdPatchBodyType,
|
|
3832
4033
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
3833
4034
|
|
|
@@ -3838,6 +4039,7 @@ class TeamsClient:
|
|
|
3838
4039
|
*,
|
|
3839
4040
|
data: UnsetType = UNSET,
|
|
3840
4041
|
headers: Optional[Mapping[str, str]] = None,
|
|
4042
|
+
stream: bool = False,
|
|
3841
4043
|
name: str,
|
|
3842
4044
|
description: Missing[str] = UNSET,
|
|
3843
4045
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -3853,6 +4055,7 @@ class TeamsClient:
|
|
|
3853
4055
|
team_id: int,
|
|
3854
4056
|
*,
|
|
3855
4057
|
headers: Optional[Mapping[str, str]] = None,
|
|
4058
|
+
stream: bool = False,
|
|
3856
4059
|
data: Missing[TeamsTeamIdPatchBodyType] = UNSET,
|
|
3857
4060
|
**kwargs,
|
|
3858
4061
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -3891,6 +4094,7 @@ class TeamsClient:
|
|
|
3891
4094
|
url,
|
|
3892
4095
|
json=exclude_unset(json),
|
|
3893
4096
|
headers=exclude_unset(headers),
|
|
4097
|
+
stream=stream,
|
|
3894
4098
|
response_model=TeamFull,
|
|
3895
4099
|
error_models={
|
|
3896
4100
|
"404": BasicError,
|
|
@@ -3905,6 +4109,7 @@ class TeamsClient:
|
|
|
3905
4109
|
team_id: int,
|
|
3906
4110
|
*,
|
|
3907
4111
|
headers: Optional[Mapping[str, str]] = None,
|
|
4112
|
+
stream: bool = False,
|
|
3908
4113
|
data: TeamsTeamIdPatchBodyType,
|
|
3909
4114
|
) -> Response[TeamFull, TeamFullType]: ...
|
|
3910
4115
|
|
|
@@ -3915,6 +4120,7 @@ class TeamsClient:
|
|
|
3915
4120
|
*,
|
|
3916
4121
|
data: UnsetType = UNSET,
|
|
3917
4122
|
headers: Optional[Mapping[str, str]] = None,
|
|
4123
|
+
stream: bool = False,
|
|
3918
4124
|
name: str,
|
|
3919
4125
|
description: Missing[str] = UNSET,
|
|
3920
4126
|
privacy: Missing[Literal["secret", "closed"]] = UNSET,
|
|
@@ -3930,6 +4136,7 @@ class TeamsClient:
|
|
|
3930
4136
|
team_id: int,
|
|
3931
4137
|
*,
|
|
3932
4138
|
headers: Optional[Mapping[str, str]] = None,
|
|
4139
|
+
stream: bool = False,
|
|
3933
4140
|
data: Missing[TeamsTeamIdPatchBodyType] = UNSET,
|
|
3934
4141
|
**kwargs,
|
|
3935
4142
|
) -> Response[TeamFull, TeamFullType]:
|
|
@@ -3968,6 +4175,7 @@ class TeamsClient:
|
|
|
3968
4175
|
url,
|
|
3969
4176
|
json=exclude_unset(json),
|
|
3970
4177
|
headers=exclude_unset(headers),
|
|
4178
|
+
stream=stream,
|
|
3971
4179
|
response_model=TeamFull,
|
|
3972
4180
|
error_models={
|
|
3973
4181
|
"404": BasicError,
|
|
@@ -3984,6 +4192,7 @@ class TeamsClient:
|
|
|
3984
4192
|
per_page: Missing[int] = UNSET,
|
|
3985
4193
|
page: Missing[int] = UNSET,
|
|
3986
4194
|
headers: Optional[Mapping[str, str]] = None,
|
|
4195
|
+
stream: bool = False,
|
|
3987
4196
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
3988
4197
|
"""DEPRECATED teams/list-discussions-legacy
|
|
3989
4198
|
|
|
@@ -4016,6 +4225,7 @@ class TeamsClient:
|
|
|
4016
4225
|
url,
|
|
4017
4226
|
params=exclude_unset(params),
|
|
4018
4227
|
headers=exclude_unset(headers),
|
|
4228
|
+
stream=stream,
|
|
4019
4229
|
response_model=list[TeamDiscussion],
|
|
4020
4230
|
)
|
|
4021
4231
|
|
|
@@ -4027,6 +4237,7 @@ class TeamsClient:
|
|
|
4027
4237
|
per_page: Missing[int] = UNSET,
|
|
4028
4238
|
page: Missing[int] = UNSET,
|
|
4029
4239
|
headers: Optional[Mapping[str, str]] = None,
|
|
4240
|
+
stream: bool = False,
|
|
4030
4241
|
) -> Response[list[TeamDiscussion], list[TeamDiscussionType]]:
|
|
4031
4242
|
"""DEPRECATED teams/list-discussions-legacy
|
|
4032
4243
|
|
|
@@ -4059,6 +4270,7 @@ class TeamsClient:
|
|
|
4059
4270
|
url,
|
|
4060
4271
|
params=exclude_unset(params),
|
|
4061
4272
|
headers=exclude_unset(headers),
|
|
4273
|
+
stream=stream,
|
|
4062
4274
|
response_model=list[TeamDiscussion],
|
|
4063
4275
|
)
|
|
4064
4276
|
|
|
@@ -4068,6 +4280,7 @@ class TeamsClient:
|
|
|
4068
4280
|
team_id: int,
|
|
4069
4281
|
*,
|
|
4070
4282
|
headers: Optional[Mapping[str, str]] = None,
|
|
4283
|
+
stream: bool = False,
|
|
4071
4284
|
data: TeamsTeamIdDiscussionsPostBodyType,
|
|
4072
4285
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
4073
4286
|
|
|
@@ -4078,6 +4291,7 @@ class TeamsClient:
|
|
|
4078
4291
|
*,
|
|
4079
4292
|
data: UnsetType = UNSET,
|
|
4080
4293
|
headers: Optional[Mapping[str, str]] = None,
|
|
4294
|
+
stream: bool = False,
|
|
4081
4295
|
title: str,
|
|
4082
4296
|
body: str,
|
|
4083
4297
|
private: Missing[bool] = UNSET,
|
|
@@ -4088,6 +4302,7 @@ class TeamsClient:
|
|
|
4088
4302
|
team_id: int,
|
|
4089
4303
|
*,
|
|
4090
4304
|
headers: Optional[Mapping[str, str]] = None,
|
|
4305
|
+
stream: bool = False,
|
|
4091
4306
|
data: Missing[TeamsTeamIdDiscussionsPostBodyType] = UNSET,
|
|
4092
4307
|
**kwargs,
|
|
4093
4308
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -4127,6 +4342,7 @@ class TeamsClient:
|
|
|
4127
4342
|
url,
|
|
4128
4343
|
json=exclude_unset(json),
|
|
4129
4344
|
headers=exclude_unset(headers),
|
|
4345
|
+
stream=stream,
|
|
4130
4346
|
response_model=TeamDiscussion,
|
|
4131
4347
|
)
|
|
4132
4348
|
|
|
@@ -4136,6 +4352,7 @@ class TeamsClient:
|
|
|
4136
4352
|
team_id: int,
|
|
4137
4353
|
*,
|
|
4138
4354
|
headers: Optional[Mapping[str, str]] = None,
|
|
4355
|
+
stream: bool = False,
|
|
4139
4356
|
data: TeamsTeamIdDiscussionsPostBodyType,
|
|
4140
4357
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
4141
4358
|
|
|
@@ -4146,6 +4363,7 @@ class TeamsClient:
|
|
|
4146
4363
|
*,
|
|
4147
4364
|
data: UnsetType = UNSET,
|
|
4148
4365
|
headers: Optional[Mapping[str, str]] = None,
|
|
4366
|
+
stream: bool = False,
|
|
4149
4367
|
title: str,
|
|
4150
4368
|
body: str,
|
|
4151
4369
|
private: Missing[bool] = UNSET,
|
|
@@ -4156,6 +4374,7 @@ class TeamsClient:
|
|
|
4156
4374
|
team_id: int,
|
|
4157
4375
|
*,
|
|
4158
4376
|
headers: Optional[Mapping[str, str]] = None,
|
|
4377
|
+
stream: bool = False,
|
|
4159
4378
|
data: Missing[TeamsTeamIdDiscussionsPostBodyType] = UNSET,
|
|
4160
4379
|
**kwargs,
|
|
4161
4380
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -4195,6 +4414,7 @@ class TeamsClient:
|
|
|
4195
4414
|
url,
|
|
4196
4415
|
json=exclude_unset(json),
|
|
4197
4416
|
headers=exclude_unset(headers),
|
|
4417
|
+
stream=stream,
|
|
4198
4418
|
response_model=TeamDiscussion,
|
|
4199
4419
|
)
|
|
4200
4420
|
|
|
@@ -4204,6 +4424,7 @@ class TeamsClient:
|
|
|
4204
4424
|
discussion_number: int,
|
|
4205
4425
|
*,
|
|
4206
4426
|
headers: Optional[Mapping[str, str]] = None,
|
|
4427
|
+
stream: bool = False,
|
|
4207
4428
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
4208
4429
|
"""DEPRECATED teams/get-discussion-legacy
|
|
4209
4430
|
|
|
@@ -4229,6 +4450,7 @@ class TeamsClient:
|
|
|
4229
4450
|
"GET",
|
|
4230
4451
|
url,
|
|
4231
4452
|
headers=exclude_unset(headers),
|
|
4453
|
+
stream=stream,
|
|
4232
4454
|
response_model=TeamDiscussion,
|
|
4233
4455
|
)
|
|
4234
4456
|
|
|
@@ -4238,6 +4460,7 @@ class TeamsClient:
|
|
|
4238
4460
|
discussion_number: int,
|
|
4239
4461
|
*,
|
|
4240
4462
|
headers: Optional[Mapping[str, str]] = None,
|
|
4463
|
+
stream: bool = False,
|
|
4241
4464
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
4242
4465
|
"""DEPRECATED teams/get-discussion-legacy
|
|
4243
4466
|
|
|
@@ -4263,6 +4486,7 @@ class TeamsClient:
|
|
|
4263
4486
|
"GET",
|
|
4264
4487
|
url,
|
|
4265
4488
|
headers=exclude_unset(headers),
|
|
4489
|
+
stream=stream,
|
|
4266
4490
|
response_model=TeamDiscussion,
|
|
4267
4491
|
)
|
|
4268
4492
|
|
|
@@ -4272,6 +4496,7 @@ class TeamsClient:
|
|
|
4272
4496
|
discussion_number: int,
|
|
4273
4497
|
*,
|
|
4274
4498
|
headers: Optional[Mapping[str, str]] = None,
|
|
4499
|
+
stream: bool = False,
|
|
4275
4500
|
) -> Response:
|
|
4276
4501
|
"""DEPRECATED teams/delete-discussion-legacy
|
|
4277
4502
|
|
|
@@ -4295,6 +4520,7 @@ class TeamsClient:
|
|
|
4295
4520
|
"DELETE",
|
|
4296
4521
|
url,
|
|
4297
4522
|
headers=exclude_unset(headers),
|
|
4523
|
+
stream=stream,
|
|
4298
4524
|
)
|
|
4299
4525
|
|
|
4300
4526
|
async def async_delete_discussion_legacy(
|
|
@@ -4303,6 +4529,7 @@ class TeamsClient:
|
|
|
4303
4529
|
discussion_number: int,
|
|
4304
4530
|
*,
|
|
4305
4531
|
headers: Optional[Mapping[str, str]] = None,
|
|
4532
|
+
stream: bool = False,
|
|
4306
4533
|
) -> Response:
|
|
4307
4534
|
"""DEPRECATED teams/delete-discussion-legacy
|
|
4308
4535
|
|
|
@@ -4326,6 +4553,7 @@ class TeamsClient:
|
|
|
4326
4553
|
"DELETE",
|
|
4327
4554
|
url,
|
|
4328
4555
|
headers=exclude_unset(headers),
|
|
4556
|
+
stream=stream,
|
|
4329
4557
|
)
|
|
4330
4558
|
|
|
4331
4559
|
@overload
|
|
@@ -4335,6 +4563,7 @@ class TeamsClient:
|
|
|
4335
4563
|
discussion_number: int,
|
|
4336
4564
|
*,
|
|
4337
4565
|
headers: Optional[Mapping[str, str]] = None,
|
|
4566
|
+
stream: bool = False,
|
|
4338
4567
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
4339
4568
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
4340
4569
|
|
|
@@ -4346,6 +4575,7 @@ class TeamsClient:
|
|
|
4346
4575
|
*,
|
|
4347
4576
|
data: UnsetType = UNSET,
|
|
4348
4577
|
headers: Optional[Mapping[str, str]] = None,
|
|
4578
|
+
stream: bool = False,
|
|
4349
4579
|
title: Missing[str] = UNSET,
|
|
4350
4580
|
body: Missing[str] = UNSET,
|
|
4351
4581
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -4356,6 +4586,7 @@ class TeamsClient:
|
|
|
4356
4586
|
discussion_number: int,
|
|
4357
4587
|
*,
|
|
4358
4588
|
headers: Optional[Mapping[str, str]] = None,
|
|
4589
|
+
stream: bool = False,
|
|
4359
4590
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
4360
4591
|
**kwargs,
|
|
4361
4592
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -4398,6 +4629,7 @@ class TeamsClient:
|
|
|
4398
4629
|
url,
|
|
4399
4630
|
json=exclude_unset(json),
|
|
4400
4631
|
headers=exclude_unset(headers),
|
|
4632
|
+
stream=stream,
|
|
4401
4633
|
response_model=TeamDiscussion,
|
|
4402
4634
|
)
|
|
4403
4635
|
|
|
@@ -4408,6 +4640,7 @@ class TeamsClient:
|
|
|
4408
4640
|
discussion_number: int,
|
|
4409
4641
|
*,
|
|
4410
4642
|
headers: Optional[Mapping[str, str]] = None,
|
|
4643
|
+
stream: bool = False,
|
|
4411
4644
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
4412
4645
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
4413
4646
|
|
|
@@ -4419,6 +4652,7 @@ class TeamsClient:
|
|
|
4419
4652
|
*,
|
|
4420
4653
|
data: UnsetType = UNSET,
|
|
4421
4654
|
headers: Optional[Mapping[str, str]] = None,
|
|
4655
|
+
stream: bool = False,
|
|
4422
4656
|
title: Missing[str] = UNSET,
|
|
4423
4657
|
body: Missing[str] = UNSET,
|
|
4424
4658
|
) -> Response[TeamDiscussion, TeamDiscussionType]: ...
|
|
@@ -4429,6 +4663,7 @@ class TeamsClient:
|
|
|
4429
4663
|
discussion_number: int,
|
|
4430
4664
|
*,
|
|
4431
4665
|
headers: Optional[Mapping[str, str]] = None,
|
|
4666
|
+
stream: bool = False,
|
|
4432
4667
|
data: Missing[TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType] = UNSET,
|
|
4433
4668
|
**kwargs,
|
|
4434
4669
|
) -> Response[TeamDiscussion, TeamDiscussionType]:
|
|
@@ -4471,6 +4706,7 @@ class TeamsClient:
|
|
|
4471
4706
|
url,
|
|
4472
4707
|
json=exclude_unset(json),
|
|
4473
4708
|
headers=exclude_unset(headers),
|
|
4709
|
+
stream=stream,
|
|
4474
4710
|
response_model=TeamDiscussion,
|
|
4475
4711
|
)
|
|
4476
4712
|
|
|
@@ -4483,6 +4719,7 @@ class TeamsClient:
|
|
|
4483
4719
|
per_page: Missing[int] = UNSET,
|
|
4484
4720
|
page: Missing[int] = UNSET,
|
|
4485
4721
|
headers: Optional[Mapping[str, str]] = None,
|
|
4722
|
+
stream: bool = False,
|
|
4486
4723
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
4487
4724
|
"""DEPRECATED teams/list-discussion-comments-legacy
|
|
4488
4725
|
|
|
@@ -4515,6 +4752,7 @@ class TeamsClient:
|
|
|
4515
4752
|
url,
|
|
4516
4753
|
params=exclude_unset(params),
|
|
4517
4754
|
headers=exclude_unset(headers),
|
|
4755
|
+
stream=stream,
|
|
4518
4756
|
response_model=list[TeamDiscussionComment],
|
|
4519
4757
|
)
|
|
4520
4758
|
|
|
@@ -4527,6 +4765,7 @@ class TeamsClient:
|
|
|
4527
4765
|
per_page: Missing[int] = UNSET,
|
|
4528
4766
|
page: Missing[int] = UNSET,
|
|
4529
4767
|
headers: Optional[Mapping[str, str]] = None,
|
|
4768
|
+
stream: bool = False,
|
|
4530
4769
|
) -> Response[list[TeamDiscussionComment], list[TeamDiscussionCommentType]]:
|
|
4531
4770
|
"""DEPRECATED teams/list-discussion-comments-legacy
|
|
4532
4771
|
|
|
@@ -4559,6 +4798,7 @@ class TeamsClient:
|
|
|
4559
4798
|
url,
|
|
4560
4799
|
params=exclude_unset(params),
|
|
4561
4800
|
headers=exclude_unset(headers),
|
|
4801
|
+
stream=stream,
|
|
4562
4802
|
response_model=list[TeamDiscussionComment],
|
|
4563
4803
|
)
|
|
4564
4804
|
|
|
@@ -4569,6 +4809,7 @@ class TeamsClient:
|
|
|
4569
4809
|
discussion_number: int,
|
|
4570
4810
|
*,
|
|
4571
4811
|
headers: Optional[Mapping[str, str]] = None,
|
|
4812
|
+
stream: bool = False,
|
|
4572
4813
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
4573
4814
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4574
4815
|
|
|
@@ -4580,6 +4821,7 @@ class TeamsClient:
|
|
|
4580
4821
|
*,
|
|
4581
4822
|
data: UnsetType = UNSET,
|
|
4582
4823
|
headers: Optional[Mapping[str, str]] = None,
|
|
4824
|
+
stream: bool = False,
|
|
4583
4825
|
body: str,
|
|
4584
4826
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4585
4827
|
|
|
@@ -4589,6 +4831,7 @@ class TeamsClient:
|
|
|
4589
4831
|
discussion_number: int,
|
|
4590
4832
|
*,
|
|
4591
4833
|
headers: Optional[Mapping[str, str]] = None,
|
|
4834
|
+
stream: bool = False,
|
|
4592
4835
|
data: Missing[
|
|
4593
4836
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType
|
|
4594
4837
|
] = UNSET,
|
|
@@ -4635,6 +4878,7 @@ class TeamsClient:
|
|
|
4635
4878
|
url,
|
|
4636
4879
|
json=exclude_unset(json),
|
|
4637
4880
|
headers=exclude_unset(headers),
|
|
4881
|
+
stream=stream,
|
|
4638
4882
|
response_model=TeamDiscussionComment,
|
|
4639
4883
|
)
|
|
4640
4884
|
|
|
@@ -4645,6 +4889,7 @@ class TeamsClient:
|
|
|
4645
4889
|
discussion_number: int,
|
|
4646
4890
|
*,
|
|
4647
4891
|
headers: Optional[Mapping[str, str]] = None,
|
|
4892
|
+
stream: bool = False,
|
|
4648
4893
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType,
|
|
4649
4894
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4650
4895
|
|
|
@@ -4656,6 +4901,7 @@ class TeamsClient:
|
|
|
4656
4901
|
*,
|
|
4657
4902
|
data: UnsetType = UNSET,
|
|
4658
4903
|
headers: Optional[Mapping[str, str]] = None,
|
|
4904
|
+
stream: bool = False,
|
|
4659
4905
|
body: str,
|
|
4660
4906
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4661
4907
|
|
|
@@ -4665,6 +4911,7 @@ class TeamsClient:
|
|
|
4665
4911
|
discussion_number: int,
|
|
4666
4912
|
*,
|
|
4667
4913
|
headers: Optional[Mapping[str, str]] = None,
|
|
4914
|
+
stream: bool = False,
|
|
4668
4915
|
data: Missing[
|
|
4669
4916
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType
|
|
4670
4917
|
] = UNSET,
|
|
@@ -4711,6 +4958,7 @@ class TeamsClient:
|
|
|
4711
4958
|
url,
|
|
4712
4959
|
json=exclude_unset(json),
|
|
4713
4960
|
headers=exclude_unset(headers),
|
|
4961
|
+
stream=stream,
|
|
4714
4962
|
response_model=TeamDiscussionComment,
|
|
4715
4963
|
)
|
|
4716
4964
|
|
|
@@ -4721,6 +4969,7 @@ class TeamsClient:
|
|
|
4721
4969
|
comment_number: int,
|
|
4722
4970
|
*,
|
|
4723
4971
|
headers: Optional[Mapping[str, str]] = None,
|
|
4972
|
+
stream: bool = False,
|
|
4724
4973
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
4725
4974
|
"""DEPRECATED teams/get-discussion-comment-legacy
|
|
4726
4975
|
|
|
@@ -4746,6 +4995,7 @@ class TeamsClient:
|
|
|
4746
4995
|
"GET",
|
|
4747
4996
|
url,
|
|
4748
4997
|
headers=exclude_unset(headers),
|
|
4998
|
+
stream=stream,
|
|
4749
4999
|
response_model=TeamDiscussionComment,
|
|
4750
5000
|
)
|
|
4751
5001
|
|
|
@@ -4756,6 +5006,7 @@ class TeamsClient:
|
|
|
4756
5006
|
comment_number: int,
|
|
4757
5007
|
*,
|
|
4758
5008
|
headers: Optional[Mapping[str, str]] = None,
|
|
5009
|
+
stream: bool = False,
|
|
4759
5010
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]:
|
|
4760
5011
|
"""DEPRECATED teams/get-discussion-comment-legacy
|
|
4761
5012
|
|
|
@@ -4781,6 +5032,7 @@ class TeamsClient:
|
|
|
4781
5032
|
"GET",
|
|
4782
5033
|
url,
|
|
4783
5034
|
headers=exclude_unset(headers),
|
|
5035
|
+
stream=stream,
|
|
4784
5036
|
response_model=TeamDiscussionComment,
|
|
4785
5037
|
)
|
|
4786
5038
|
|
|
@@ -4791,6 +5043,7 @@ class TeamsClient:
|
|
|
4791
5043
|
comment_number: int,
|
|
4792
5044
|
*,
|
|
4793
5045
|
headers: Optional[Mapping[str, str]] = None,
|
|
5046
|
+
stream: bool = False,
|
|
4794
5047
|
) -> Response:
|
|
4795
5048
|
"""DEPRECATED teams/delete-discussion-comment-legacy
|
|
4796
5049
|
|
|
@@ -4814,6 +5067,7 @@ class TeamsClient:
|
|
|
4814
5067
|
"DELETE",
|
|
4815
5068
|
url,
|
|
4816
5069
|
headers=exclude_unset(headers),
|
|
5070
|
+
stream=stream,
|
|
4817
5071
|
)
|
|
4818
5072
|
|
|
4819
5073
|
async def async_delete_discussion_comment_legacy(
|
|
@@ -4823,6 +5077,7 @@ class TeamsClient:
|
|
|
4823
5077
|
comment_number: int,
|
|
4824
5078
|
*,
|
|
4825
5079
|
headers: Optional[Mapping[str, str]] = None,
|
|
5080
|
+
stream: bool = False,
|
|
4826
5081
|
) -> Response:
|
|
4827
5082
|
"""DEPRECATED teams/delete-discussion-comment-legacy
|
|
4828
5083
|
|
|
@@ -4846,6 +5101,7 @@ class TeamsClient:
|
|
|
4846
5101
|
"DELETE",
|
|
4847
5102
|
url,
|
|
4848
5103
|
headers=exclude_unset(headers),
|
|
5104
|
+
stream=stream,
|
|
4849
5105
|
)
|
|
4850
5106
|
|
|
4851
5107
|
@overload
|
|
@@ -4856,6 +5112,7 @@ class TeamsClient:
|
|
|
4856
5112
|
comment_number: int,
|
|
4857
5113
|
*,
|
|
4858
5114
|
headers: Optional[Mapping[str, str]] = None,
|
|
5115
|
+
stream: bool = False,
|
|
4859
5116
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
4860
5117
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4861
5118
|
|
|
@@ -4868,6 +5125,7 @@ class TeamsClient:
|
|
|
4868
5125
|
*,
|
|
4869
5126
|
data: UnsetType = UNSET,
|
|
4870
5127
|
headers: Optional[Mapping[str, str]] = None,
|
|
5128
|
+
stream: bool = False,
|
|
4871
5129
|
body: str,
|
|
4872
5130
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4873
5131
|
|
|
@@ -4878,6 +5136,7 @@ class TeamsClient:
|
|
|
4878
5136
|
comment_number: int,
|
|
4879
5137
|
*,
|
|
4880
5138
|
headers: Optional[Mapping[str, str]] = None,
|
|
5139
|
+
stream: bool = False,
|
|
4881
5140
|
data: Missing[
|
|
4882
5141
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
4883
5142
|
] = UNSET,
|
|
@@ -4923,6 +5182,7 @@ class TeamsClient:
|
|
|
4923
5182
|
url,
|
|
4924
5183
|
json=exclude_unset(json),
|
|
4925
5184
|
headers=exclude_unset(headers),
|
|
5185
|
+
stream=stream,
|
|
4926
5186
|
response_model=TeamDiscussionComment,
|
|
4927
5187
|
)
|
|
4928
5188
|
|
|
@@ -4934,6 +5194,7 @@ class TeamsClient:
|
|
|
4934
5194
|
comment_number: int,
|
|
4935
5195
|
*,
|
|
4936
5196
|
headers: Optional[Mapping[str, str]] = None,
|
|
5197
|
+
stream: bool = False,
|
|
4937
5198
|
data: TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
|
|
4938
5199
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4939
5200
|
|
|
@@ -4946,6 +5207,7 @@ class TeamsClient:
|
|
|
4946
5207
|
*,
|
|
4947
5208
|
data: UnsetType = UNSET,
|
|
4948
5209
|
headers: Optional[Mapping[str, str]] = None,
|
|
5210
|
+
stream: bool = False,
|
|
4949
5211
|
body: str,
|
|
4950
5212
|
) -> Response[TeamDiscussionComment, TeamDiscussionCommentType]: ...
|
|
4951
5213
|
|
|
@@ -4956,6 +5218,7 @@ class TeamsClient:
|
|
|
4956
5218
|
comment_number: int,
|
|
4957
5219
|
*,
|
|
4958
5220
|
headers: Optional[Mapping[str, str]] = None,
|
|
5221
|
+
stream: bool = False,
|
|
4959
5222
|
data: Missing[
|
|
4960
5223
|
TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType
|
|
4961
5224
|
] = UNSET,
|
|
@@ -5001,6 +5264,7 @@ class TeamsClient:
|
|
|
5001
5264
|
url,
|
|
5002
5265
|
json=exclude_unset(json),
|
|
5003
5266
|
headers=exclude_unset(headers),
|
|
5267
|
+
stream=stream,
|
|
5004
5268
|
response_model=TeamDiscussionComment,
|
|
5005
5269
|
)
|
|
5006
5270
|
|
|
@@ -5011,6 +5275,7 @@ class TeamsClient:
|
|
|
5011
5275
|
per_page: Missing[int] = UNSET,
|
|
5012
5276
|
page: Missing[int] = UNSET,
|
|
5013
5277
|
headers: Optional[Mapping[str, str]] = None,
|
|
5278
|
+
stream: bool = False,
|
|
5014
5279
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
5015
5280
|
"""DEPRECATED teams/list-pending-invitations-legacy
|
|
5016
5281
|
|
|
@@ -5040,6 +5305,7 @@ class TeamsClient:
|
|
|
5040
5305
|
url,
|
|
5041
5306
|
params=exclude_unset(params),
|
|
5042
5307
|
headers=exclude_unset(headers),
|
|
5308
|
+
stream=stream,
|
|
5043
5309
|
response_model=list[OrganizationInvitation],
|
|
5044
5310
|
)
|
|
5045
5311
|
|
|
@@ -5050,6 +5316,7 @@ class TeamsClient:
|
|
|
5050
5316
|
per_page: Missing[int] = UNSET,
|
|
5051
5317
|
page: Missing[int] = UNSET,
|
|
5052
5318
|
headers: Optional[Mapping[str, str]] = None,
|
|
5319
|
+
stream: bool = False,
|
|
5053
5320
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
5054
5321
|
"""DEPRECATED teams/list-pending-invitations-legacy
|
|
5055
5322
|
|
|
@@ -5079,6 +5346,7 @@ class TeamsClient:
|
|
|
5079
5346
|
url,
|
|
5080
5347
|
params=exclude_unset(params),
|
|
5081
5348
|
headers=exclude_unset(headers),
|
|
5349
|
+
stream=stream,
|
|
5082
5350
|
response_model=list[OrganizationInvitation],
|
|
5083
5351
|
)
|
|
5084
5352
|
|
|
@@ -5090,6 +5358,7 @@ class TeamsClient:
|
|
|
5090
5358
|
per_page: Missing[int] = UNSET,
|
|
5091
5359
|
page: Missing[int] = UNSET,
|
|
5092
5360
|
headers: Optional[Mapping[str, str]] = None,
|
|
5361
|
+
stream: bool = False,
|
|
5093
5362
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5094
5363
|
"""DEPRECATED teams/list-members-legacy
|
|
5095
5364
|
|
|
@@ -5120,6 +5389,7 @@ class TeamsClient:
|
|
|
5120
5389
|
url,
|
|
5121
5390
|
params=exclude_unset(params),
|
|
5122
5391
|
headers=exclude_unset(headers),
|
|
5392
|
+
stream=stream,
|
|
5123
5393
|
response_model=list[SimpleUser],
|
|
5124
5394
|
error_models={
|
|
5125
5395
|
"404": BasicError,
|
|
@@ -5134,6 +5404,7 @@ class TeamsClient:
|
|
|
5134
5404
|
per_page: Missing[int] = UNSET,
|
|
5135
5405
|
page: Missing[int] = UNSET,
|
|
5136
5406
|
headers: Optional[Mapping[str, str]] = None,
|
|
5407
|
+
stream: bool = False,
|
|
5137
5408
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5138
5409
|
"""DEPRECATED teams/list-members-legacy
|
|
5139
5410
|
|
|
@@ -5164,6 +5435,7 @@ class TeamsClient:
|
|
|
5164
5435
|
url,
|
|
5165
5436
|
params=exclude_unset(params),
|
|
5166
5437
|
headers=exclude_unset(headers),
|
|
5438
|
+
stream=stream,
|
|
5167
5439
|
response_model=list[SimpleUser],
|
|
5168
5440
|
error_models={
|
|
5169
5441
|
"404": BasicError,
|
|
@@ -5176,6 +5448,7 @@ class TeamsClient:
|
|
|
5176
5448
|
username: str,
|
|
5177
5449
|
*,
|
|
5178
5450
|
headers: Optional[Mapping[str, str]] = None,
|
|
5451
|
+
stream: bool = False,
|
|
5179
5452
|
) -> Response:
|
|
5180
5453
|
"""DEPRECATED teams/get-member-legacy
|
|
5181
5454
|
|
|
@@ -5198,6 +5471,7 @@ class TeamsClient:
|
|
|
5198
5471
|
"GET",
|
|
5199
5472
|
url,
|
|
5200
5473
|
headers=exclude_unset(headers),
|
|
5474
|
+
stream=stream,
|
|
5201
5475
|
error_models={},
|
|
5202
5476
|
)
|
|
5203
5477
|
|
|
@@ -5207,6 +5481,7 @@ class TeamsClient:
|
|
|
5207
5481
|
username: str,
|
|
5208
5482
|
*,
|
|
5209
5483
|
headers: Optional[Mapping[str, str]] = None,
|
|
5484
|
+
stream: bool = False,
|
|
5210
5485
|
) -> Response:
|
|
5211
5486
|
"""DEPRECATED teams/get-member-legacy
|
|
5212
5487
|
|
|
@@ -5229,6 +5504,7 @@ class TeamsClient:
|
|
|
5229
5504
|
"GET",
|
|
5230
5505
|
url,
|
|
5231
5506
|
headers=exclude_unset(headers),
|
|
5507
|
+
stream=stream,
|
|
5232
5508
|
error_models={},
|
|
5233
5509
|
)
|
|
5234
5510
|
|
|
@@ -5238,6 +5514,7 @@ class TeamsClient:
|
|
|
5238
5514
|
username: str,
|
|
5239
5515
|
*,
|
|
5240
5516
|
headers: Optional[Mapping[str, str]] = None,
|
|
5517
|
+
stream: bool = False,
|
|
5241
5518
|
) -> Response:
|
|
5242
5519
|
"""DEPRECATED teams/add-member-legacy
|
|
5243
5520
|
|
|
@@ -5269,6 +5546,7 @@ class TeamsClient:
|
|
|
5269
5546
|
"PUT",
|
|
5270
5547
|
url,
|
|
5271
5548
|
headers=exclude_unset(headers),
|
|
5549
|
+
stream=stream,
|
|
5272
5550
|
error_models={
|
|
5273
5551
|
"403": BasicError,
|
|
5274
5552
|
},
|
|
@@ -5280,6 +5558,7 @@ class TeamsClient:
|
|
|
5280
5558
|
username: str,
|
|
5281
5559
|
*,
|
|
5282
5560
|
headers: Optional[Mapping[str, str]] = None,
|
|
5561
|
+
stream: bool = False,
|
|
5283
5562
|
) -> Response:
|
|
5284
5563
|
"""DEPRECATED teams/add-member-legacy
|
|
5285
5564
|
|
|
@@ -5311,6 +5590,7 @@ class TeamsClient:
|
|
|
5311
5590
|
"PUT",
|
|
5312
5591
|
url,
|
|
5313
5592
|
headers=exclude_unset(headers),
|
|
5593
|
+
stream=stream,
|
|
5314
5594
|
error_models={
|
|
5315
5595
|
"403": BasicError,
|
|
5316
5596
|
},
|
|
@@ -5322,6 +5602,7 @@ class TeamsClient:
|
|
|
5322
5602
|
username: str,
|
|
5323
5603
|
*,
|
|
5324
5604
|
headers: Optional[Mapping[str, str]] = None,
|
|
5605
|
+
stream: bool = False,
|
|
5325
5606
|
) -> Response:
|
|
5326
5607
|
"""DEPRECATED teams/remove-member-legacy
|
|
5327
5608
|
|
|
@@ -5349,6 +5630,7 @@ class TeamsClient:
|
|
|
5349
5630
|
"DELETE",
|
|
5350
5631
|
url,
|
|
5351
5632
|
headers=exclude_unset(headers),
|
|
5633
|
+
stream=stream,
|
|
5352
5634
|
error_models={},
|
|
5353
5635
|
)
|
|
5354
5636
|
|
|
@@ -5358,6 +5640,7 @@ class TeamsClient:
|
|
|
5358
5640
|
username: str,
|
|
5359
5641
|
*,
|
|
5360
5642
|
headers: Optional[Mapping[str, str]] = None,
|
|
5643
|
+
stream: bool = False,
|
|
5361
5644
|
) -> Response:
|
|
5362
5645
|
"""DEPRECATED teams/remove-member-legacy
|
|
5363
5646
|
|
|
@@ -5385,6 +5668,7 @@ class TeamsClient:
|
|
|
5385
5668
|
"DELETE",
|
|
5386
5669
|
url,
|
|
5387
5670
|
headers=exclude_unset(headers),
|
|
5671
|
+
stream=stream,
|
|
5388
5672
|
error_models={},
|
|
5389
5673
|
)
|
|
5390
5674
|
|
|
@@ -5394,6 +5678,7 @@ class TeamsClient:
|
|
|
5394
5678
|
username: str,
|
|
5395
5679
|
*,
|
|
5396
5680
|
headers: Optional[Mapping[str, str]] = None,
|
|
5681
|
+
stream: bool = False,
|
|
5397
5682
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
5398
5683
|
"""DEPRECATED teams/get-membership-for-user-legacy
|
|
5399
5684
|
|
|
@@ -5424,6 +5709,7 @@ class TeamsClient:
|
|
|
5424
5709
|
"GET",
|
|
5425
5710
|
url,
|
|
5426
5711
|
headers=exclude_unset(headers),
|
|
5712
|
+
stream=stream,
|
|
5427
5713
|
response_model=TeamMembership,
|
|
5428
5714
|
error_models={
|
|
5429
5715
|
"404": BasicError,
|
|
@@ -5436,6 +5722,7 @@ class TeamsClient:
|
|
|
5436
5722
|
username: str,
|
|
5437
5723
|
*,
|
|
5438
5724
|
headers: Optional[Mapping[str, str]] = None,
|
|
5725
|
+
stream: bool = False,
|
|
5439
5726
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
5440
5727
|
"""DEPRECATED teams/get-membership-for-user-legacy
|
|
5441
5728
|
|
|
@@ -5466,6 +5753,7 @@ class TeamsClient:
|
|
|
5466
5753
|
"GET",
|
|
5467
5754
|
url,
|
|
5468
5755
|
headers=exclude_unset(headers),
|
|
5756
|
+
stream=stream,
|
|
5469
5757
|
response_model=TeamMembership,
|
|
5470
5758
|
error_models={
|
|
5471
5759
|
"404": BasicError,
|
|
@@ -5479,6 +5767,7 @@ class TeamsClient:
|
|
|
5479
5767
|
username: str,
|
|
5480
5768
|
*,
|
|
5481
5769
|
headers: Optional[Mapping[str, str]] = None,
|
|
5770
|
+
stream: bool = False,
|
|
5482
5771
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
5483
5772
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
5484
5773
|
|
|
@@ -5490,6 +5779,7 @@ class TeamsClient:
|
|
|
5490
5779
|
*,
|
|
5491
5780
|
data: UnsetType = UNSET,
|
|
5492
5781
|
headers: Optional[Mapping[str, str]] = None,
|
|
5782
|
+
stream: bool = False,
|
|
5493
5783
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
5494
5784
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
5495
5785
|
|
|
@@ -5499,6 +5789,7 @@ class TeamsClient:
|
|
|
5499
5789
|
username: str,
|
|
5500
5790
|
*,
|
|
5501
5791
|
headers: Optional[Mapping[str, str]] = None,
|
|
5792
|
+
stream: bool = False,
|
|
5502
5793
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
5503
5794
|
**kwargs,
|
|
5504
5795
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -5547,6 +5838,7 @@ class TeamsClient:
|
|
|
5547
5838
|
url,
|
|
5548
5839
|
json=exclude_unset(json),
|
|
5549
5840
|
headers=exclude_unset(headers),
|
|
5841
|
+
stream=stream,
|
|
5550
5842
|
response_model=TeamMembership,
|
|
5551
5843
|
error_models={
|
|
5552
5844
|
"404": BasicError,
|
|
@@ -5560,6 +5852,7 @@ class TeamsClient:
|
|
|
5560
5852
|
username: str,
|
|
5561
5853
|
*,
|
|
5562
5854
|
headers: Optional[Mapping[str, str]] = None,
|
|
5855
|
+
stream: bool = False,
|
|
5563
5856
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
5564
5857
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
5565
5858
|
|
|
@@ -5571,6 +5864,7 @@ class TeamsClient:
|
|
|
5571
5864
|
*,
|
|
5572
5865
|
data: UnsetType = UNSET,
|
|
5573
5866
|
headers: Optional[Mapping[str, str]] = None,
|
|
5867
|
+
stream: bool = False,
|
|
5574
5868
|
role: Missing[Literal["member", "maintainer"]] = UNSET,
|
|
5575
5869
|
) -> Response[TeamMembership, TeamMembershipType]: ...
|
|
5576
5870
|
|
|
@@ -5580,6 +5874,7 @@ class TeamsClient:
|
|
|
5580
5874
|
username: str,
|
|
5581
5875
|
*,
|
|
5582
5876
|
headers: Optional[Mapping[str, str]] = None,
|
|
5877
|
+
stream: bool = False,
|
|
5583
5878
|
data: Missing[TeamsTeamIdMembershipsUsernamePutBodyType] = UNSET,
|
|
5584
5879
|
**kwargs,
|
|
5585
5880
|
) -> Response[TeamMembership, TeamMembershipType]:
|
|
@@ -5628,6 +5923,7 @@ class TeamsClient:
|
|
|
5628
5923
|
url,
|
|
5629
5924
|
json=exclude_unset(json),
|
|
5630
5925
|
headers=exclude_unset(headers),
|
|
5926
|
+
stream=stream,
|
|
5631
5927
|
response_model=TeamMembership,
|
|
5632
5928
|
error_models={
|
|
5633
5929
|
"404": BasicError,
|
|
@@ -5640,6 +5936,7 @@ class TeamsClient:
|
|
|
5640
5936
|
username: str,
|
|
5641
5937
|
*,
|
|
5642
5938
|
headers: Optional[Mapping[str, str]] = None,
|
|
5939
|
+
stream: bool = False,
|
|
5643
5940
|
) -> Response:
|
|
5644
5941
|
"""DEPRECATED teams/remove-membership-for-user-legacy
|
|
5645
5942
|
|
|
@@ -5666,6 +5963,7 @@ class TeamsClient:
|
|
|
5666
5963
|
"DELETE",
|
|
5667
5964
|
url,
|
|
5668
5965
|
headers=exclude_unset(headers),
|
|
5966
|
+
stream=stream,
|
|
5669
5967
|
error_models={},
|
|
5670
5968
|
)
|
|
5671
5969
|
|
|
@@ -5675,6 +5973,7 @@ class TeamsClient:
|
|
|
5675
5973
|
username: str,
|
|
5676
5974
|
*,
|
|
5677
5975
|
headers: Optional[Mapping[str, str]] = None,
|
|
5976
|
+
stream: bool = False,
|
|
5678
5977
|
) -> Response:
|
|
5679
5978
|
"""DEPRECATED teams/remove-membership-for-user-legacy
|
|
5680
5979
|
|
|
@@ -5701,6 +6000,7 @@ class TeamsClient:
|
|
|
5701
6000
|
"DELETE",
|
|
5702
6001
|
url,
|
|
5703
6002
|
headers=exclude_unset(headers),
|
|
6003
|
+
stream=stream,
|
|
5704
6004
|
error_models={},
|
|
5705
6005
|
)
|
|
5706
6006
|
|
|
@@ -5711,6 +6011,7 @@ class TeamsClient:
|
|
|
5711
6011
|
per_page: Missing[int] = UNSET,
|
|
5712
6012
|
page: Missing[int] = UNSET,
|
|
5713
6013
|
headers: Optional[Mapping[str, str]] = None,
|
|
6014
|
+
stream: bool = False,
|
|
5714
6015
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
5715
6016
|
"""DEPRECATED teams/list-projects-legacy
|
|
5716
6017
|
|
|
@@ -5739,6 +6040,7 @@ class TeamsClient:
|
|
|
5739
6040
|
url,
|
|
5740
6041
|
params=exclude_unset(params),
|
|
5741
6042
|
headers=exclude_unset(headers),
|
|
6043
|
+
stream=stream,
|
|
5742
6044
|
response_model=list[TeamProject],
|
|
5743
6045
|
error_models={
|
|
5744
6046
|
"404": BasicError,
|
|
@@ -5752,6 +6054,7 @@ class TeamsClient:
|
|
|
5752
6054
|
per_page: Missing[int] = UNSET,
|
|
5753
6055
|
page: Missing[int] = UNSET,
|
|
5754
6056
|
headers: Optional[Mapping[str, str]] = None,
|
|
6057
|
+
stream: bool = False,
|
|
5755
6058
|
) -> Response[list[TeamProject], list[TeamProjectType]]:
|
|
5756
6059
|
"""DEPRECATED teams/list-projects-legacy
|
|
5757
6060
|
|
|
@@ -5780,6 +6083,7 @@ class TeamsClient:
|
|
|
5780
6083
|
url,
|
|
5781
6084
|
params=exclude_unset(params),
|
|
5782
6085
|
headers=exclude_unset(headers),
|
|
6086
|
+
stream=stream,
|
|
5783
6087
|
response_model=list[TeamProject],
|
|
5784
6088
|
error_models={
|
|
5785
6089
|
"404": BasicError,
|
|
@@ -5792,6 +6096,7 @@ class TeamsClient:
|
|
|
5792
6096
|
project_id: int,
|
|
5793
6097
|
*,
|
|
5794
6098
|
headers: Optional[Mapping[str, str]] = None,
|
|
6099
|
+
stream: bool = False,
|
|
5795
6100
|
) -> Response[TeamProject, TeamProjectType]:
|
|
5796
6101
|
"""DEPRECATED teams/check-permissions-for-project-legacy
|
|
5797
6102
|
|
|
@@ -5814,6 +6119,7 @@ class TeamsClient:
|
|
|
5814
6119
|
"GET",
|
|
5815
6120
|
url,
|
|
5816
6121
|
headers=exclude_unset(headers),
|
|
6122
|
+
stream=stream,
|
|
5817
6123
|
response_model=TeamProject,
|
|
5818
6124
|
error_models={},
|
|
5819
6125
|
)
|
|
@@ -5824,6 +6130,7 @@ class TeamsClient:
|
|
|
5824
6130
|
project_id: int,
|
|
5825
6131
|
*,
|
|
5826
6132
|
headers: Optional[Mapping[str, str]] = None,
|
|
6133
|
+
stream: bool = False,
|
|
5827
6134
|
) -> Response[TeamProject, TeamProjectType]:
|
|
5828
6135
|
"""DEPRECATED teams/check-permissions-for-project-legacy
|
|
5829
6136
|
|
|
@@ -5846,6 +6153,7 @@ class TeamsClient:
|
|
|
5846
6153
|
"GET",
|
|
5847
6154
|
url,
|
|
5848
6155
|
headers=exclude_unset(headers),
|
|
6156
|
+
stream=stream,
|
|
5849
6157
|
response_model=TeamProject,
|
|
5850
6158
|
error_models={},
|
|
5851
6159
|
)
|
|
@@ -5857,6 +6165,7 @@ class TeamsClient:
|
|
|
5857
6165
|
project_id: int,
|
|
5858
6166
|
*,
|
|
5859
6167
|
headers: Optional[Mapping[str, str]] = None,
|
|
6168
|
+
stream: bool = False,
|
|
5860
6169
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5861
6170
|
) -> Response: ...
|
|
5862
6171
|
|
|
@@ -5868,6 +6177,7 @@ class TeamsClient:
|
|
|
5868
6177
|
*,
|
|
5869
6178
|
data: UnsetType = UNSET,
|
|
5870
6179
|
headers: Optional[Mapping[str, str]] = None,
|
|
6180
|
+
stream: bool = False,
|
|
5871
6181
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
5872
6182
|
) -> Response: ...
|
|
5873
6183
|
|
|
@@ -5877,6 +6187,7 @@ class TeamsClient:
|
|
|
5877
6187
|
project_id: int,
|
|
5878
6188
|
*,
|
|
5879
6189
|
headers: Optional[Mapping[str, str]] = None,
|
|
6190
|
+
stream: bool = False,
|
|
5880
6191
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5881
6192
|
**kwargs,
|
|
5882
6193
|
) -> Response:
|
|
@@ -5916,6 +6227,7 @@ class TeamsClient:
|
|
|
5916
6227
|
url,
|
|
5917
6228
|
json=exclude_unset(json),
|
|
5918
6229
|
headers=exclude_unset(headers),
|
|
6230
|
+
stream=stream,
|
|
5919
6231
|
error_models={
|
|
5920
6232
|
"403": TeamsTeamIdProjectsProjectIdPutResponse403,
|
|
5921
6233
|
"404": BasicError,
|
|
@@ -5930,6 +6242,7 @@ class TeamsClient:
|
|
|
5930
6242
|
project_id: int,
|
|
5931
6243
|
*,
|
|
5932
6244
|
headers: Optional[Mapping[str, str]] = None,
|
|
6245
|
+
stream: bool = False,
|
|
5933
6246
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5934
6247
|
) -> Response: ...
|
|
5935
6248
|
|
|
@@ -5941,6 +6254,7 @@ class TeamsClient:
|
|
|
5941
6254
|
*,
|
|
5942
6255
|
data: UnsetType = UNSET,
|
|
5943
6256
|
headers: Optional[Mapping[str, str]] = None,
|
|
6257
|
+
stream: bool = False,
|
|
5944
6258
|
permission: Missing[Literal["read", "write", "admin"]] = UNSET,
|
|
5945
6259
|
) -> Response: ...
|
|
5946
6260
|
|
|
@@ -5950,6 +6264,7 @@ class TeamsClient:
|
|
|
5950
6264
|
project_id: int,
|
|
5951
6265
|
*,
|
|
5952
6266
|
headers: Optional[Mapping[str, str]] = None,
|
|
6267
|
+
stream: bool = False,
|
|
5953
6268
|
data: Missing[TeamsTeamIdProjectsProjectIdPutBodyType] = UNSET,
|
|
5954
6269
|
**kwargs,
|
|
5955
6270
|
) -> Response:
|
|
@@ -5989,6 +6304,7 @@ class TeamsClient:
|
|
|
5989
6304
|
url,
|
|
5990
6305
|
json=exclude_unset(json),
|
|
5991
6306
|
headers=exclude_unset(headers),
|
|
6307
|
+
stream=stream,
|
|
5992
6308
|
error_models={
|
|
5993
6309
|
"403": TeamsTeamIdProjectsProjectIdPutResponse403,
|
|
5994
6310
|
"404": BasicError,
|
|
@@ -6002,6 +6318,7 @@ class TeamsClient:
|
|
|
6002
6318
|
project_id: int,
|
|
6003
6319
|
*,
|
|
6004
6320
|
headers: Optional[Mapping[str, str]] = None,
|
|
6321
|
+
stream: bool = False,
|
|
6005
6322
|
) -> Response:
|
|
6006
6323
|
"""DEPRECATED teams/remove-project-legacy
|
|
6007
6324
|
|
|
@@ -6024,6 +6341,7 @@ class TeamsClient:
|
|
|
6024
6341
|
"DELETE",
|
|
6025
6342
|
url,
|
|
6026
6343
|
headers=exclude_unset(headers),
|
|
6344
|
+
stream=stream,
|
|
6027
6345
|
error_models={
|
|
6028
6346
|
"404": BasicError,
|
|
6029
6347
|
"422": ValidationError,
|
|
@@ -6036,6 +6354,7 @@ class TeamsClient:
|
|
|
6036
6354
|
project_id: int,
|
|
6037
6355
|
*,
|
|
6038
6356
|
headers: Optional[Mapping[str, str]] = None,
|
|
6357
|
+
stream: bool = False,
|
|
6039
6358
|
) -> Response:
|
|
6040
6359
|
"""DEPRECATED teams/remove-project-legacy
|
|
6041
6360
|
|
|
@@ -6058,6 +6377,7 @@ class TeamsClient:
|
|
|
6058
6377
|
"DELETE",
|
|
6059
6378
|
url,
|
|
6060
6379
|
headers=exclude_unset(headers),
|
|
6380
|
+
stream=stream,
|
|
6061
6381
|
error_models={
|
|
6062
6382
|
"404": BasicError,
|
|
6063
6383
|
"422": ValidationError,
|
|
@@ -6071,6 +6391,7 @@ class TeamsClient:
|
|
|
6071
6391
|
per_page: Missing[int] = UNSET,
|
|
6072
6392
|
page: Missing[int] = UNSET,
|
|
6073
6393
|
headers: Optional[Mapping[str, str]] = None,
|
|
6394
|
+
stream: bool = False,
|
|
6074
6395
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6075
6396
|
"""DEPRECATED teams/list-repos-legacy
|
|
6076
6397
|
|
|
@@ -6098,6 +6419,7 @@ class TeamsClient:
|
|
|
6098
6419
|
url,
|
|
6099
6420
|
params=exclude_unset(params),
|
|
6100
6421
|
headers=exclude_unset(headers),
|
|
6422
|
+
stream=stream,
|
|
6101
6423
|
response_model=list[MinimalRepository],
|
|
6102
6424
|
error_models={
|
|
6103
6425
|
"404": BasicError,
|
|
@@ -6111,6 +6433,7 @@ class TeamsClient:
|
|
|
6111
6433
|
per_page: Missing[int] = UNSET,
|
|
6112
6434
|
page: Missing[int] = UNSET,
|
|
6113
6435
|
headers: Optional[Mapping[str, str]] = None,
|
|
6436
|
+
stream: bool = False,
|
|
6114
6437
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6115
6438
|
"""DEPRECATED teams/list-repos-legacy
|
|
6116
6439
|
|
|
@@ -6138,6 +6461,7 @@ class TeamsClient:
|
|
|
6138
6461
|
url,
|
|
6139
6462
|
params=exclude_unset(params),
|
|
6140
6463
|
headers=exclude_unset(headers),
|
|
6464
|
+
stream=stream,
|
|
6141
6465
|
response_model=list[MinimalRepository],
|
|
6142
6466
|
error_models={
|
|
6143
6467
|
"404": BasicError,
|
|
@@ -6151,6 +6475,7 @@ class TeamsClient:
|
|
|
6151
6475
|
repo: str,
|
|
6152
6476
|
*,
|
|
6153
6477
|
headers: Optional[Mapping[str, str]] = None,
|
|
6478
|
+
stream: bool = False,
|
|
6154
6479
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
6155
6480
|
"""DEPRECATED teams/check-permissions-for-repo-legacy
|
|
6156
6481
|
|
|
@@ -6177,6 +6502,7 @@ class TeamsClient:
|
|
|
6177
6502
|
"GET",
|
|
6178
6503
|
url,
|
|
6179
6504
|
headers=exclude_unset(headers),
|
|
6505
|
+
stream=stream,
|
|
6180
6506
|
response_model=TeamRepository,
|
|
6181
6507
|
error_models={},
|
|
6182
6508
|
)
|
|
@@ -6188,6 +6514,7 @@ class TeamsClient:
|
|
|
6188
6514
|
repo: str,
|
|
6189
6515
|
*,
|
|
6190
6516
|
headers: Optional[Mapping[str, str]] = None,
|
|
6517
|
+
stream: bool = False,
|
|
6191
6518
|
) -> Response[TeamRepository, TeamRepositoryType]:
|
|
6192
6519
|
"""DEPRECATED teams/check-permissions-for-repo-legacy
|
|
6193
6520
|
|
|
@@ -6214,6 +6541,7 @@ class TeamsClient:
|
|
|
6214
6541
|
"GET",
|
|
6215
6542
|
url,
|
|
6216
6543
|
headers=exclude_unset(headers),
|
|
6544
|
+
stream=stream,
|
|
6217
6545
|
response_model=TeamRepository,
|
|
6218
6546
|
error_models={},
|
|
6219
6547
|
)
|
|
@@ -6226,6 +6554,7 @@ class TeamsClient:
|
|
|
6226
6554
|
repo: str,
|
|
6227
6555
|
*,
|
|
6228
6556
|
headers: Optional[Mapping[str, str]] = None,
|
|
6557
|
+
stream: bool = False,
|
|
6229
6558
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
6230
6559
|
) -> Response: ...
|
|
6231
6560
|
|
|
@@ -6238,6 +6567,7 @@ class TeamsClient:
|
|
|
6238
6567
|
*,
|
|
6239
6568
|
data: UnsetType = UNSET,
|
|
6240
6569
|
headers: Optional[Mapping[str, str]] = None,
|
|
6570
|
+
stream: bool = False,
|
|
6241
6571
|
permission: Missing[Literal["pull", "push", "admin"]] = UNSET,
|
|
6242
6572
|
) -> Response: ...
|
|
6243
6573
|
|
|
@@ -6248,6 +6578,7 @@ class TeamsClient:
|
|
|
6248
6578
|
repo: str,
|
|
6249
6579
|
*,
|
|
6250
6580
|
headers: Optional[Mapping[str, str]] = None,
|
|
6581
|
+
stream: bool = False,
|
|
6251
6582
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
6252
6583
|
**kwargs,
|
|
6253
6584
|
) -> Response:
|
|
@@ -6289,6 +6620,7 @@ class TeamsClient:
|
|
|
6289
6620
|
url,
|
|
6290
6621
|
json=exclude_unset(json),
|
|
6291
6622
|
headers=exclude_unset(headers),
|
|
6623
|
+
stream=stream,
|
|
6292
6624
|
error_models={
|
|
6293
6625
|
"403": BasicError,
|
|
6294
6626
|
"422": ValidationError,
|
|
@@ -6303,6 +6635,7 @@ class TeamsClient:
|
|
|
6303
6635
|
repo: str,
|
|
6304
6636
|
*,
|
|
6305
6637
|
headers: Optional[Mapping[str, str]] = None,
|
|
6638
|
+
stream: bool = False,
|
|
6306
6639
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
6307
6640
|
) -> Response: ...
|
|
6308
6641
|
|
|
@@ -6315,6 +6648,7 @@ class TeamsClient:
|
|
|
6315
6648
|
*,
|
|
6316
6649
|
data: UnsetType = UNSET,
|
|
6317
6650
|
headers: Optional[Mapping[str, str]] = None,
|
|
6651
|
+
stream: bool = False,
|
|
6318
6652
|
permission: Missing[Literal["pull", "push", "admin"]] = UNSET,
|
|
6319
6653
|
) -> Response: ...
|
|
6320
6654
|
|
|
@@ -6325,6 +6659,7 @@ class TeamsClient:
|
|
|
6325
6659
|
repo: str,
|
|
6326
6660
|
*,
|
|
6327
6661
|
headers: Optional[Mapping[str, str]] = None,
|
|
6662
|
+
stream: bool = False,
|
|
6328
6663
|
data: Missing[TeamsTeamIdReposOwnerRepoPutBodyType] = UNSET,
|
|
6329
6664
|
**kwargs,
|
|
6330
6665
|
) -> Response:
|
|
@@ -6366,6 +6701,7 @@ class TeamsClient:
|
|
|
6366
6701
|
url,
|
|
6367
6702
|
json=exclude_unset(json),
|
|
6368
6703
|
headers=exclude_unset(headers),
|
|
6704
|
+
stream=stream,
|
|
6369
6705
|
error_models={
|
|
6370
6706
|
"403": BasicError,
|
|
6371
6707
|
"422": ValidationError,
|
|
@@ -6379,6 +6715,7 @@ class TeamsClient:
|
|
|
6379
6715
|
repo: str,
|
|
6380
6716
|
*,
|
|
6381
6717
|
headers: Optional[Mapping[str, str]] = None,
|
|
6718
|
+
stream: bool = False,
|
|
6382
6719
|
) -> Response:
|
|
6383
6720
|
"""DEPRECATED teams/remove-repo-legacy
|
|
6384
6721
|
|
|
@@ -6400,6 +6737,7 @@ class TeamsClient:
|
|
|
6400
6737
|
"DELETE",
|
|
6401
6738
|
url,
|
|
6402
6739
|
headers=exclude_unset(headers),
|
|
6740
|
+
stream=stream,
|
|
6403
6741
|
)
|
|
6404
6742
|
|
|
6405
6743
|
async def async_remove_repo_legacy(
|
|
@@ -6409,6 +6747,7 @@ class TeamsClient:
|
|
|
6409
6747
|
repo: str,
|
|
6410
6748
|
*,
|
|
6411
6749
|
headers: Optional[Mapping[str, str]] = None,
|
|
6750
|
+
stream: bool = False,
|
|
6412
6751
|
) -> Response:
|
|
6413
6752
|
"""DEPRECATED teams/remove-repo-legacy
|
|
6414
6753
|
|
|
@@ -6430,6 +6769,7 @@ class TeamsClient:
|
|
|
6430
6769
|
"DELETE",
|
|
6431
6770
|
url,
|
|
6432
6771
|
headers=exclude_unset(headers),
|
|
6772
|
+
stream=stream,
|
|
6433
6773
|
)
|
|
6434
6774
|
|
|
6435
6775
|
def list_idp_groups_for_legacy(
|
|
@@ -6437,6 +6777,7 @@ class TeamsClient:
|
|
|
6437
6777
|
team_id: int,
|
|
6438
6778
|
*,
|
|
6439
6779
|
headers: Optional[Mapping[str, str]] = None,
|
|
6780
|
+
stream: bool = False,
|
|
6440
6781
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
6441
6782
|
"""DEPRECATED teams/list-idp-groups-for-legacy
|
|
6442
6783
|
|
|
@@ -6462,6 +6803,7 @@ class TeamsClient:
|
|
|
6462
6803
|
"GET",
|
|
6463
6804
|
url,
|
|
6464
6805
|
headers=exclude_unset(headers),
|
|
6806
|
+
stream=stream,
|
|
6465
6807
|
response_model=GroupMapping,
|
|
6466
6808
|
error_models={
|
|
6467
6809
|
"403": BasicError,
|
|
@@ -6474,6 +6816,7 @@ class TeamsClient:
|
|
|
6474
6816
|
team_id: int,
|
|
6475
6817
|
*,
|
|
6476
6818
|
headers: Optional[Mapping[str, str]] = None,
|
|
6819
|
+
stream: bool = False,
|
|
6477
6820
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
6478
6821
|
"""DEPRECATED teams/list-idp-groups-for-legacy
|
|
6479
6822
|
|
|
@@ -6499,6 +6842,7 @@ class TeamsClient:
|
|
|
6499
6842
|
"GET",
|
|
6500
6843
|
url,
|
|
6501
6844
|
headers=exclude_unset(headers),
|
|
6845
|
+
stream=stream,
|
|
6502
6846
|
response_model=GroupMapping,
|
|
6503
6847
|
error_models={
|
|
6504
6848
|
"403": BasicError,
|
|
@@ -6512,6 +6856,7 @@ class TeamsClient:
|
|
|
6512
6856
|
team_id: int,
|
|
6513
6857
|
*,
|
|
6514
6858
|
headers: Optional[Mapping[str, str]] = None,
|
|
6859
|
+
stream: bool = False,
|
|
6515
6860
|
data: TeamsTeamIdTeamSyncGroupMappingsPatchBodyType,
|
|
6516
6861
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
6517
6862
|
|
|
@@ -6522,6 +6867,7 @@ class TeamsClient:
|
|
|
6522
6867
|
*,
|
|
6523
6868
|
data: UnsetType = UNSET,
|
|
6524
6869
|
headers: Optional[Mapping[str, str]] = None,
|
|
6870
|
+
stream: bool = False,
|
|
6525
6871
|
groups: list[TeamsTeamIdTeamSyncGroupMappingsPatchBodyPropGroupsItemsType],
|
|
6526
6872
|
synced_at: Missing[str] = UNSET,
|
|
6527
6873
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
@@ -6531,6 +6877,7 @@ class TeamsClient:
|
|
|
6531
6877
|
team_id: int,
|
|
6532
6878
|
*,
|
|
6533
6879
|
headers: Optional[Mapping[str, str]] = None,
|
|
6880
|
+
stream: bool = False,
|
|
6534
6881
|
data: Missing[TeamsTeamIdTeamSyncGroupMappingsPatchBodyType] = UNSET,
|
|
6535
6882
|
**kwargs,
|
|
6536
6883
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
@@ -6573,6 +6920,7 @@ class TeamsClient:
|
|
|
6573
6920
|
url,
|
|
6574
6921
|
json=exclude_unset(json),
|
|
6575
6922
|
headers=exclude_unset(headers),
|
|
6923
|
+
stream=stream,
|
|
6576
6924
|
response_model=GroupMapping,
|
|
6577
6925
|
error_models={
|
|
6578
6926
|
"422": ValidationError,
|
|
@@ -6586,6 +6934,7 @@ class TeamsClient:
|
|
|
6586
6934
|
team_id: int,
|
|
6587
6935
|
*,
|
|
6588
6936
|
headers: Optional[Mapping[str, str]] = None,
|
|
6937
|
+
stream: bool = False,
|
|
6589
6938
|
data: TeamsTeamIdTeamSyncGroupMappingsPatchBodyType,
|
|
6590
6939
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
6591
6940
|
|
|
@@ -6596,6 +6945,7 @@ class TeamsClient:
|
|
|
6596
6945
|
*,
|
|
6597
6946
|
data: UnsetType = UNSET,
|
|
6598
6947
|
headers: Optional[Mapping[str, str]] = None,
|
|
6948
|
+
stream: bool = False,
|
|
6599
6949
|
groups: list[TeamsTeamIdTeamSyncGroupMappingsPatchBodyPropGroupsItemsType],
|
|
6600
6950
|
synced_at: Missing[str] = UNSET,
|
|
6601
6951
|
) -> Response[GroupMapping, GroupMappingType]: ...
|
|
@@ -6605,6 +6955,7 @@ class TeamsClient:
|
|
|
6605
6955
|
team_id: int,
|
|
6606
6956
|
*,
|
|
6607
6957
|
headers: Optional[Mapping[str, str]] = None,
|
|
6958
|
+
stream: bool = False,
|
|
6608
6959
|
data: Missing[TeamsTeamIdTeamSyncGroupMappingsPatchBodyType] = UNSET,
|
|
6609
6960
|
**kwargs,
|
|
6610
6961
|
) -> Response[GroupMapping, GroupMappingType]:
|
|
@@ -6647,6 +6998,7 @@ class TeamsClient:
|
|
|
6647
6998
|
url,
|
|
6648
6999
|
json=exclude_unset(json),
|
|
6649
7000
|
headers=exclude_unset(headers),
|
|
7001
|
+
stream=stream,
|
|
6650
7002
|
response_model=GroupMapping,
|
|
6651
7003
|
error_models={
|
|
6652
7004
|
"422": ValidationError,
|
|
@@ -6661,6 +7013,7 @@ class TeamsClient:
|
|
|
6661
7013
|
per_page: Missing[int] = UNSET,
|
|
6662
7014
|
page: Missing[int] = UNSET,
|
|
6663
7015
|
headers: Optional[Mapping[str, str]] = None,
|
|
7016
|
+
stream: bool = False,
|
|
6664
7017
|
) -> Response[list[Team], list[TeamType]]:
|
|
6665
7018
|
"""DEPRECATED teams/list-child-legacy
|
|
6666
7019
|
|
|
@@ -6688,6 +7041,7 @@ class TeamsClient:
|
|
|
6688
7041
|
url,
|
|
6689
7042
|
params=exclude_unset(params),
|
|
6690
7043
|
headers=exclude_unset(headers),
|
|
7044
|
+
stream=stream,
|
|
6691
7045
|
response_model=list[Team],
|
|
6692
7046
|
error_models={
|
|
6693
7047
|
"404": BasicError,
|
|
@@ -6703,6 +7057,7 @@ class TeamsClient:
|
|
|
6703
7057
|
per_page: Missing[int] = UNSET,
|
|
6704
7058
|
page: Missing[int] = UNSET,
|
|
6705
7059
|
headers: Optional[Mapping[str, str]] = None,
|
|
7060
|
+
stream: bool = False,
|
|
6706
7061
|
) -> Response[list[Team], list[TeamType]]:
|
|
6707
7062
|
"""DEPRECATED teams/list-child-legacy
|
|
6708
7063
|
|
|
@@ -6730,6 +7085,7 @@ class TeamsClient:
|
|
|
6730
7085
|
url,
|
|
6731
7086
|
params=exclude_unset(params),
|
|
6732
7087
|
headers=exclude_unset(headers),
|
|
7088
|
+
stream=stream,
|
|
6733
7089
|
response_model=list[Team],
|
|
6734
7090
|
error_models={
|
|
6735
7091
|
"404": BasicError,
|
|
@@ -6744,6 +7100,7 @@ class TeamsClient:
|
|
|
6744
7100
|
per_page: Missing[int] = UNSET,
|
|
6745
7101
|
page: Missing[int] = UNSET,
|
|
6746
7102
|
headers: Optional[Mapping[str, str]] = None,
|
|
7103
|
+
stream: bool = False,
|
|
6747
7104
|
) -> Response[list[TeamFull], list[TeamFullType]]:
|
|
6748
7105
|
"""teams/list-for-authenticated-user
|
|
6749
7106
|
|
|
@@ -6775,6 +7132,7 @@ class TeamsClient:
|
|
|
6775
7132
|
url,
|
|
6776
7133
|
params=exclude_unset(params),
|
|
6777
7134
|
headers=exclude_unset(headers),
|
|
7135
|
+
stream=stream,
|
|
6778
7136
|
response_model=list[TeamFull],
|
|
6779
7137
|
error_models={
|
|
6780
7138
|
"404": BasicError,
|
|
@@ -6788,6 +7146,7 @@ class TeamsClient:
|
|
|
6788
7146
|
per_page: Missing[int] = UNSET,
|
|
6789
7147
|
page: Missing[int] = UNSET,
|
|
6790
7148
|
headers: Optional[Mapping[str, str]] = None,
|
|
7149
|
+
stream: bool = False,
|
|
6791
7150
|
) -> Response[list[TeamFull], list[TeamFullType]]:
|
|
6792
7151
|
"""teams/list-for-authenticated-user
|
|
6793
7152
|
|
|
@@ -6819,6 +7178,7 @@ class TeamsClient:
|
|
|
6819
7178
|
url,
|
|
6820
7179
|
params=exclude_unset(params),
|
|
6821
7180
|
headers=exclude_unset(headers),
|
|
7181
|
+
stream=stream,
|
|
6822
7182
|
response_model=list[TeamFull],
|
|
6823
7183
|
error_models={
|
|
6824
7184
|
"404": BasicError,
|