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
|
@@ -90,6 +90,8 @@ if TYPE_CHECKING:
|
|
|
90
90
|
OrgRepoCustomPropertyValuesType,
|
|
91
91
|
OrgsOrgAttestationsBulkListPostBodyType,
|
|
92
92
|
OrgsOrgAttestationsBulkListPostResponse200Type,
|
|
93
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
94
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
93
95
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
94
96
|
OrgsOrgHooksHookIdConfigPatchBodyType,
|
|
95
97
|
OrgsOrgHooksHookIdPatchBodyPropConfigType,
|
|
@@ -143,6 +145,7 @@ class OrgsClient:
|
|
|
143
145
|
since: Missing[int] = UNSET,
|
|
144
146
|
per_page: Missing[int] = UNSET,
|
|
145
147
|
headers: Optional[Mapping[str, str]] = None,
|
|
148
|
+
stream: bool = False,
|
|
146
149
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
147
150
|
"""orgs/list
|
|
148
151
|
|
|
@@ -172,6 +175,7 @@ class OrgsClient:
|
|
|
172
175
|
url,
|
|
173
176
|
params=exclude_unset(params),
|
|
174
177
|
headers=exclude_unset(headers),
|
|
178
|
+
stream=stream,
|
|
175
179
|
response_model=list[OrganizationSimple],
|
|
176
180
|
)
|
|
177
181
|
|
|
@@ -181,6 +185,7 @@ class OrgsClient:
|
|
|
181
185
|
since: Missing[int] = UNSET,
|
|
182
186
|
per_page: Missing[int] = UNSET,
|
|
183
187
|
headers: Optional[Mapping[str, str]] = None,
|
|
188
|
+
stream: bool = False,
|
|
184
189
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
185
190
|
"""orgs/list
|
|
186
191
|
|
|
@@ -210,6 +215,7 @@ class OrgsClient:
|
|
|
210
215
|
url,
|
|
211
216
|
params=exclude_unset(params),
|
|
212
217
|
headers=exclude_unset(headers),
|
|
218
|
+
stream=stream,
|
|
213
219
|
response_model=list[OrganizationSimple],
|
|
214
220
|
)
|
|
215
221
|
|
|
@@ -218,6 +224,7 @@ class OrgsClient:
|
|
|
218
224
|
org: str,
|
|
219
225
|
*,
|
|
220
226
|
headers: Optional[Mapping[str, str]] = None,
|
|
227
|
+
stream: bool = False,
|
|
221
228
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
222
229
|
"""orgs/get
|
|
223
230
|
|
|
@@ -246,6 +253,7 @@ class OrgsClient:
|
|
|
246
253
|
"GET",
|
|
247
254
|
url,
|
|
248
255
|
headers=exclude_unset(headers),
|
|
256
|
+
stream=stream,
|
|
249
257
|
response_model=OrganizationFull,
|
|
250
258
|
error_models={
|
|
251
259
|
"404": BasicError,
|
|
@@ -257,6 +265,7 @@ class OrgsClient:
|
|
|
257
265
|
org: str,
|
|
258
266
|
*,
|
|
259
267
|
headers: Optional[Mapping[str, str]] = None,
|
|
268
|
+
stream: bool = False,
|
|
260
269
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
261
270
|
"""orgs/get
|
|
262
271
|
|
|
@@ -285,6 +294,7 @@ class OrgsClient:
|
|
|
285
294
|
"GET",
|
|
286
295
|
url,
|
|
287
296
|
headers=exclude_unset(headers),
|
|
297
|
+
stream=stream,
|
|
288
298
|
response_model=OrganizationFull,
|
|
289
299
|
error_models={
|
|
290
300
|
"404": BasicError,
|
|
@@ -296,6 +306,7 @@ class OrgsClient:
|
|
|
296
306
|
org: str,
|
|
297
307
|
*,
|
|
298
308
|
headers: Optional[Mapping[str, str]] = None,
|
|
309
|
+
stream: bool = False,
|
|
299
310
|
) -> Response[
|
|
300
311
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
301
312
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -328,6 +339,7 @@ class OrgsClient:
|
|
|
328
339
|
"DELETE",
|
|
329
340
|
url,
|
|
330
341
|
headers=exclude_unset(headers),
|
|
342
|
+
stream=stream,
|
|
331
343
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
332
344
|
error_models={
|
|
333
345
|
"404": BasicError,
|
|
@@ -340,6 +352,7 @@ class OrgsClient:
|
|
|
340
352
|
org: str,
|
|
341
353
|
*,
|
|
342
354
|
headers: Optional[Mapping[str, str]] = None,
|
|
355
|
+
stream: bool = False,
|
|
343
356
|
) -> Response[
|
|
344
357
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
345
358
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -372,6 +385,7 @@ class OrgsClient:
|
|
|
372
385
|
"DELETE",
|
|
373
386
|
url,
|
|
374
387
|
headers=exclude_unset(headers),
|
|
388
|
+
stream=stream,
|
|
375
389
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
376
390
|
error_models={
|
|
377
391
|
"404": BasicError,
|
|
@@ -385,6 +399,7 @@ class OrgsClient:
|
|
|
385
399
|
org: str,
|
|
386
400
|
*,
|
|
387
401
|
headers: Optional[Mapping[str, str]] = None,
|
|
402
|
+
stream: bool = False,
|
|
388
403
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
389
404
|
) -> Response[OrganizationFull, OrganizationFullType]: ...
|
|
390
405
|
|
|
@@ -395,6 +410,7 @@ class OrgsClient:
|
|
|
395
410
|
*,
|
|
396
411
|
data: UnsetType = UNSET,
|
|
397
412
|
headers: Optional[Mapping[str, str]] = None,
|
|
413
|
+
stream: bool = False,
|
|
398
414
|
billing_email: Missing[str] = UNSET,
|
|
399
415
|
company: Missing[str] = UNSET,
|
|
400
416
|
email: Missing[str] = UNSET,
|
|
@@ -438,6 +454,7 @@ class OrgsClient:
|
|
|
438
454
|
org: str,
|
|
439
455
|
*,
|
|
440
456
|
headers: Optional[Mapping[str, str]] = None,
|
|
457
|
+
stream: bool = False,
|
|
441
458
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
442
459
|
**kwargs,
|
|
443
460
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
@@ -488,6 +505,7 @@ class OrgsClient:
|
|
|
488
505
|
url,
|
|
489
506
|
json=exclude_unset(json),
|
|
490
507
|
headers=exclude_unset(headers),
|
|
508
|
+
stream=stream,
|
|
491
509
|
response_model=OrganizationFull,
|
|
492
510
|
error_models={
|
|
493
511
|
"422": Union[ValidationError, ValidationErrorSimple],
|
|
@@ -501,6 +519,7 @@ class OrgsClient:
|
|
|
501
519
|
org: str,
|
|
502
520
|
*,
|
|
503
521
|
headers: Optional[Mapping[str, str]] = None,
|
|
522
|
+
stream: bool = False,
|
|
504
523
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
505
524
|
) -> Response[OrganizationFull, OrganizationFullType]: ...
|
|
506
525
|
|
|
@@ -511,6 +530,7 @@ class OrgsClient:
|
|
|
511
530
|
*,
|
|
512
531
|
data: UnsetType = UNSET,
|
|
513
532
|
headers: Optional[Mapping[str, str]] = None,
|
|
533
|
+
stream: bool = False,
|
|
514
534
|
billing_email: Missing[str] = UNSET,
|
|
515
535
|
company: Missing[str] = UNSET,
|
|
516
536
|
email: Missing[str] = UNSET,
|
|
@@ -554,6 +574,7 @@ class OrgsClient:
|
|
|
554
574
|
org: str,
|
|
555
575
|
*,
|
|
556
576
|
headers: Optional[Mapping[str, str]] = None,
|
|
577
|
+
stream: bool = False,
|
|
557
578
|
data: Missing[OrgsOrgPatchBodyType] = UNSET,
|
|
558
579
|
**kwargs,
|
|
559
580
|
) -> Response[OrganizationFull, OrganizationFullType]:
|
|
@@ -604,6 +625,7 @@ class OrgsClient:
|
|
|
604
625
|
url,
|
|
605
626
|
json=exclude_unset(json),
|
|
606
627
|
headers=exclude_unset(headers),
|
|
628
|
+
stream=stream,
|
|
607
629
|
response_model=OrganizationFull,
|
|
608
630
|
error_models={
|
|
609
631
|
"422": Union[ValidationError, ValidationErrorSimple],
|
|
@@ -620,6 +642,7 @@ class OrgsClient:
|
|
|
620
642
|
before: Missing[str] = UNSET,
|
|
621
643
|
after: Missing[str] = UNSET,
|
|
622
644
|
headers: Optional[Mapping[str, str]] = None,
|
|
645
|
+
stream: bool = False,
|
|
623
646
|
data: OrgsOrgAttestationsBulkListPostBodyType,
|
|
624
647
|
) -> Response[
|
|
625
648
|
OrgsOrgAttestationsBulkListPostResponse200,
|
|
@@ -636,6 +659,7 @@ class OrgsClient:
|
|
|
636
659
|
after: Missing[str] = UNSET,
|
|
637
660
|
data: UnsetType = UNSET,
|
|
638
661
|
headers: Optional[Mapping[str, str]] = None,
|
|
662
|
+
stream: bool = False,
|
|
639
663
|
subject_digests: list[str],
|
|
640
664
|
predicate_type: Missing[str] = UNSET,
|
|
641
665
|
) -> Response[
|
|
@@ -651,6 +675,7 @@ class OrgsClient:
|
|
|
651
675
|
before: Missing[str] = UNSET,
|
|
652
676
|
after: Missing[str] = UNSET,
|
|
653
677
|
headers: Optional[Mapping[str, str]] = None,
|
|
678
|
+
stream: bool = False,
|
|
654
679
|
data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
|
|
655
680
|
**kwargs,
|
|
656
681
|
) -> Response[
|
|
@@ -700,6 +725,7 @@ class OrgsClient:
|
|
|
700
725
|
params=exclude_unset(params),
|
|
701
726
|
json=exclude_unset(json),
|
|
702
727
|
headers=exclude_unset(headers),
|
|
728
|
+
stream=stream,
|
|
703
729
|
response_model=OrgsOrgAttestationsBulkListPostResponse200,
|
|
704
730
|
)
|
|
705
731
|
|
|
@@ -712,6 +738,7 @@ class OrgsClient:
|
|
|
712
738
|
before: Missing[str] = UNSET,
|
|
713
739
|
after: Missing[str] = UNSET,
|
|
714
740
|
headers: Optional[Mapping[str, str]] = None,
|
|
741
|
+
stream: bool = False,
|
|
715
742
|
data: OrgsOrgAttestationsBulkListPostBodyType,
|
|
716
743
|
) -> Response[
|
|
717
744
|
OrgsOrgAttestationsBulkListPostResponse200,
|
|
@@ -728,6 +755,7 @@ class OrgsClient:
|
|
|
728
755
|
after: Missing[str] = UNSET,
|
|
729
756
|
data: UnsetType = UNSET,
|
|
730
757
|
headers: Optional[Mapping[str, str]] = None,
|
|
758
|
+
stream: bool = False,
|
|
731
759
|
subject_digests: list[str],
|
|
732
760
|
predicate_type: Missing[str] = UNSET,
|
|
733
761
|
) -> Response[
|
|
@@ -743,6 +771,7 @@ class OrgsClient:
|
|
|
743
771
|
before: Missing[str] = UNSET,
|
|
744
772
|
after: Missing[str] = UNSET,
|
|
745
773
|
headers: Optional[Mapping[str, str]] = None,
|
|
774
|
+
stream: bool = False,
|
|
746
775
|
data: Missing[OrgsOrgAttestationsBulkListPostBodyType] = UNSET,
|
|
747
776
|
**kwargs,
|
|
748
777
|
) -> Response[
|
|
@@ -792,9 +821,336 @@ class OrgsClient:
|
|
|
792
821
|
params=exclude_unset(params),
|
|
793
822
|
json=exclude_unset(json),
|
|
794
823
|
headers=exclude_unset(headers),
|
|
824
|
+
stream=stream,
|
|
795
825
|
response_model=OrgsOrgAttestationsBulkListPostResponse200,
|
|
796
826
|
)
|
|
797
827
|
|
|
828
|
+
@overload
|
|
829
|
+
def delete_attestations_bulk(
|
|
830
|
+
self,
|
|
831
|
+
org: str,
|
|
832
|
+
*,
|
|
833
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
834
|
+
stream: bool = False,
|
|
835
|
+
data: Union[
|
|
836
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
837
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
838
|
+
],
|
|
839
|
+
) -> Response: ...
|
|
840
|
+
|
|
841
|
+
@overload
|
|
842
|
+
def delete_attestations_bulk(
|
|
843
|
+
self,
|
|
844
|
+
org: str,
|
|
845
|
+
*,
|
|
846
|
+
data: UnsetType = UNSET,
|
|
847
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
848
|
+
stream: bool = False,
|
|
849
|
+
subject_digests: list[str],
|
|
850
|
+
) -> Response: ...
|
|
851
|
+
|
|
852
|
+
@overload
|
|
853
|
+
def delete_attestations_bulk(
|
|
854
|
+
self,
|
|
855
|
+
org: str,
|
|
856
|
+
*,
|
|
857
|
+
data: UnsetType = UNSET,
|
|
858
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
859
|
+
stream: bool = False,
|
|
860
|
+
attestation_ids: list[int],
|
|
861
|
+
) -> Response: ...
|
|
862
|
+
|
|
863
|
+
def delete_attestations_bulk(
|
|
864
|
+
self,
|
|
865
|
+
org: str,
|
|
866
|
+
*,
|
|
867
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
868
|
+
stream: bool = False,
|
|
869
|
+
data: Missing[
|
|
870
|
+
Union[
|
|
871
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
872
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
873
|
+
]
|
|
874
|
+
] = UNSET,
|
|
875
|
+
**kwargs,
|
|
876
|
+
) -> Response:
|
|
877
|
+
"""orgs/delete-attestations-bulk
|
|
878
|
+
|
|
879
|
+
POST /orgs/{org}/attestations/delete-request
|
|
880
|
+
|
|
881
|
+
Delete artifact attestations in bulk by either subject digests or unique ID.
|
|
882
|
+
|
|
883
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk
|
|
884
|
+
"""
|
|
885
|
+
|
|
886
|
+
from typing import Union
|
|
887
|
+
|
|
888
|
+
from ..models import (
|
|
889
|
+
BasicError,
|
|
890
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
891
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
892
|
+
)
|
|
893
|
+
|
|
894
|
+
url = f"/orgs/{org}/attestations/delete-request"
|
|
895
|
+
|
|
896
|
+
headers = {
|
|
897
|
+
"Content-Type": "application/json",
|
|
898
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
899
|
+
**(headers or {}),
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
json = kwargs if data is UNSET else data
|
|
903
|
+
if self._github.config.rest_api_validate_body:
|
|
904
|
+
json = type_validate_python(
|
|
905
|
+
Union[
|
|
906
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
907
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
908
|
+
],
|
|
909
|
+
json,
|
|
910
|
+
)
|
|
911
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
912
|
+
|
|
913
|
+
return self._github.request(
|
|
914
|
+
"POST",
|
|
915
|
+
url,
|
|
916
|
+
json=exclude_unset(json),
|
|
917
|
+
headers=exclude_unset(headers),
|
|
918
|
+
stream=stream,
|
|
919
|
+
error_models={
|
|
920
|
+
"404": BasicError,
|
|
921
|
+
},
|
|
922
|
+
)
|
|
923
|
+
|
|
924
|
+
@overload
|
|
925
|
+
async def async_delete_attestations_bulk(
|
|
926
|
+
self,
|
|
927
|
+
org: str,
|
|
928
|
+
*,
|
|
929
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
930
|
+
stream: bool = False,
|
|
931
|
+
data: Union[
|
|
932
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
933
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
934
|
+
],
|
|
935
|
+
) -> Response: ...
|
|
936
|
+
|
|
937
|
+
@overload
|
|
938
|
+
async def async_delete_attestations_bulk(
|
|
939
|
+
self,
|
|
940
|
+
org: str,
|
|
941
|
+
*,
|
|
942
|
+
data: UnsetType = UNSET,
|
|
943
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
944
|
+
stream: bool = False,
|
|
945
|
+
subject_digests: list[str],
|
|
946
|
+
) -> Response: ...
|
|
947
|
+
|
|
948
|
+
@overload
|
|
949
|
+
async def async_delete_attestations_bulk(
|
|
950
|
+
self,
|
|
951
|
+
org: str,
|
|
952
|
+
*,
|
|
953
|
+
data: UnsetType = UNSET,
|
|
954
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
955
|
+
stream: bool = False,
|
|
956
|
+
attestation_ids: list[int],
|
|
957
|
+
) -> Response: ...
|
|
958
|
+
|
|
959
|
+
async def async_delete_attestations_bulk(
|
|
960
|
+
self,
|
|
961
|
+
org: str,
|
|
962
|
+
*,
|
|
963
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
964
|
+
stream: bool = False,
|
|
965
|
+
data: Missing[
|
|
966
|
+
Union[
|
|
967
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
|
|
968
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
|
|
969
|
+
]
|
|
970
|
+
] = UNSET,
|
|
971
|
+
**kwargs,
|
|
972
|
+
) -> Response:
|
|
973
|
+
"""orgs/delete-attestations-bulk
|
|
974
|
+
|
|
975
|
+
POST /orgs/{org}/attestations/delete-request
|
|
976
|
+
|
|
977
|
+
Delete artifact attestations in bulk by either subject digests or unique ID.
|
|
978
|
+
|
|
979
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-in-bulk
|
|
980
|
+
"""
|
|
981
|
+
|
|
982
|
+
from typing import Union
|
|
983
|
+
|
|
984
|
+
from ..models import (
|
|
985
|
+
BasicError,
|
|
986
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
987
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
988
|
+
)
|
|
989
|
+
|
|
990
|
+
url = f"/orgs/{org}/attestations/delete-request"
|
|
991
|
+
|
|
992
|
+
headers = {
|
|
993
|
+
"Content-Type": "application/json",
|
|
994
|
+
"X-GitHub-Api-Version": self._REST_API_VERSION,
|
|
995
|
+
**(headers or {}),
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
json = kwargs if data is UNSET else data
|
|
999
|
+
if self._github.config.rest_api_validate_body:
|
|
1000
|
+
json = type_validate_python(
|
|
1001
|
+
Union[
|
|
1002
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof0,
|
|
1003
|
+
OrgsOrgAttestationsDeleteRequestPostBodyOneof1,
|
|
1004
|
+
],
|
|
1005
|
+
json,
|
|
1006
|
+
)
|
|
1007
|
+
json = model_dump(json) if isinstance(json, BaseModel) else json
|
|
1008
|
+
|
|
1009
|
+
return await self._github.arequest(
|
|
1010
|
+
"POST",
|
|
1011
|
+
url,
|
|
1012
|
+
json=exclude_unset(json),
|
|
1013
|
+
headers=exclude_unset(headers),
|
|
1014
|
+
stream=stream,
|
|
1015
|
+
error_models={
|
|
1016
|
+
"404": BasicError,
|
|
1017
|
+
},
|
|
1018
|
+
)
|
|
1019
|
+
|
|
1020
|
+
def delete_attestations_by_subject_digest(
|
|
1021
|
+
self,
|
|
1022
|
+
org: str,
|
|
1023
|
+
subject_digest: str,
|
|
1024
|
+
*,
|
|
1025
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1026
|
+
stream: bool = False,
|
|
1027
|
+
) -> Response:
|
|
1028
|
+
"""orgs/delete-attestations-by-subject-digest
|
|
1029
|
+
|
|
1030
|
+
DELETE /orgs/{org}/attestations/digest/{subject_digest}
|
|
1031
|
+
|
|
1032
|
+
Delete an artifact attestation by subject digest.
|
|
1033
|
+
|
|
1034
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest
|
|
1035
|
+
"""
|
|
1036
|
+
|
|
1037
|
+
from ..models import BasicError
|
|
1038
|
+
|
|
1039
|
+
url = f"/orgs/{org}/attestations/digest/{subject_digest}"
|
|
1040
|
+
|
|
1041
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1042
|
+
|
|
1043
|
+
return self._github.request(
|
|
1044
|
+
"DELETE",
|
|
1045
|
+
url,
|
|
1046
|
+
headers=exclude_unset(headers),
|
|
1047
|
+
stream=stream,
|
|
1048
|
+
error_models={
|
|
1049
|
+
"404": BasicError,
|
|
1050
|
+
},
|
|
1051
|
+
)
|
|
1052
|
+
|
|
1053
|
+
async def async_delete_attestations_by_subject_digest(
|
|
1054
|
+
self,
|
|
1055
|
+
org: str,
|
|
1056
|
+
subject_digest: str,
|
|
1057
|
+
*,
|
|
1058
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1059
|
+
stream: bool = False,
|
|
1060
|
+
) -> Response:
|
|
1061
|
+
"""orgs/delete-attestations-by-subject-digest
|
|
1062
|
+
|
|
1063
|
+
DELETE /orgs/{org}/attestations/digest/{subject_digest}
|
|
1064
|
+
|
|
1065
|
+
Delete an artifact attestation by subject digest.
|
|
1066
|
+
|
|
1067
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-subject-digest
|
|
1068
|
+
"""
|
|
1069
|
+
|
|
1070
|
+
from ..models import BasicError
|
|
1071
|
+
|
|
1072
|
+
url = f"/orgs/{org}/attestations/digest/{subject_digest}"
|
|
1073
|
+
|
|
1074
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1075
|
+
|
|
1076
|
+
return await self._github.arequest(
|
|
1077
|
+
"DELETE",
|
|
1078
|
+
url,
|
|
1079
|
+
headers=exclude_unset(headers),
|
|
1080
|
+
stream=stream,
|
|
1081
|
+
error_models={
|
|
1082
|
+
"404": BasicError,
|
|
1083
|
+
},
|
|
1084
|
+
)
|
|
1085
|
+
|
|
1086
|
+
def delete_attestations_by_id(
|
|
1087
|
+
self,
|
|
1088
|
+
org: str,
|
|
1089
|
+
attestation_id: int,
|
|
1090
|
+
*,
|
|
1091
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1092
|
+
stream: bool = False,
|
|
1093
|
+
) -> Response:
|
|
1094
|
+
"""orgs/delete-attestations-by-id
|
|
1095
|
+
|
|
1096
|
+
DELETE /orgs/{org}/attestations/{attestation_id}
|
|
1097
|
+
|
|
1098
|
+
Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
|
|
1099
|
+
|
|
1100
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id
|
|
1101
|
+
"""
|
|
1102
|
+
|
|
1103
|
+
from ..models import BasicError
|
|
1104
|
+
|
|
1105
|
+
url = f"/orgs/{org}/attestations/{attestation_id}"
|
|
1106
|
+
|
|
1107
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1108
|
+
|
|
1109
|
+
return self._github.request(
|
|
1110
|
+
"DELETE",
|
|
1111
|
+
url,
|
|
1112
|
+
headers=exclude_unset(headers),
|
|
1113
|
+
stream=stream,
|
|
1114
|
+
error_models={
|
|
1115
|
+
"403": BasicError,
|
|
1116
|
+
"404": BasicError,
|
|
1117
|
+
},
|
|
1118
|
+
)
|
|
1119
|
+
|
|
1120
|
+
async def async_delete_attestations_by_id(
|
|
1121
|
+
self,
|
|
1122
|
+
org: str,
|
|
1123
|
+
attestation_id: int,
|
|
1124
|
+
*,
|
|
1125
|
+
headers: Optional[Mapping[str, str]] = None,
|
|
1126
|
+
stream: bool = False,
|
|
1127
|
+
) -> Response:
|
|
1128
|
+
"""orgs/delete-attestations-by-id
|
|
1129
|
+
|
|
1130
|
+
DELETE /orgs/{org}/attestations/{attestation_id}
|
|
1131
|
+
|
|
1132
|
+
Delete an artifact attestation by unique ID that is associated with a repository owned by an org.
|
|
1133
|
+
|
|
1134
|
+
See also: https://docs.github.com/rest/orgs/attestations#delete-attestations-by-id
|
|
1135
|
+
"""
|
|
1136
|
+
|
|
1137
|
+
from ..models import BasicError
|
|
1138
|
+
|
|
1139
|
+
url = f"/orgs/{org}/attestations/{attestation_id}"
|
|
1140
|
+
|
|
1141
|
+
headers = {"X-GitHub-Api-Version": self._REST_API_VERSION, **(headers or {})}
|
|
1142
|
+
|
|
1143
|
+
return await self._github.arequest(
|
|
1144
|
+
"DELETE",
|
|
1145
|
+
url,
|
|
1146
|
+
headers=exclude_unset(headers),
|
|
1147
|
+
stream=stream,
|
|
1148
|
+
error_models={
|
|
1149
|
+
"403": BasicError,
|
|
1150
|
+
"404": BasicError,
|
|
1151
|
+
},
|
|
1152
|
+
)
|
|
1153
|
+
|
|
798
1154
|
def list_attestations(
|
|
799
1155
|
self,
|
|
800
1156
|
org: str,
|
|
@@ -805,6 +1161,7 @@ class OrgsClient:
|
|
|
805
1161
|
after: Missing[str] = UNSET,
|
|
806
1162
|
predicate_type: Missing[str] = UNSET,
|
|
807
1163
|
headers: Optional[Mapping[str, str]] = None,
|
|
1164
|
+
stream: bool = False,
|
|
808
1165
|
) -> Response[
|
|
809
1166
|
OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
810
1167
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -840,6 +1197,7 @@ class OrgsClient:
|
|
|
840
1197
|
url,
|
|
841
1198
|
params=exclude_unset(params),
|
|
842
1199
|
headers=exclude_unset(headers),
|
|
1200
|
+
stream=stream,
|
|
843
1201
|
response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
844
1202
|
)
|
|
845
1203
|
|
|
@@ -853,6 +1211,7 @@ class OrgsClient:
|
|
|
853
1211
|
after: Missing[str] = UNSET,
|
|
854
1212
|
predicate_type: Missing[str] = UNSET,
|
|
855
1213
|
headers: Optional[Mapping[str, str]] = None,
|
|
1214
|
+
stream: bool = False,
|
|
856
1215
|
) -> Response[
|
|
857
1216
|
OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
858
1217
|
OrgsOrgAttestationsSubjectDigestGetResponse200Type,
|
|
@@ -888,6 +1247,7 @@ class OrgsClient:
|
|
|
888
1247
|
url,
|
|
889
1248
|
params=exclude_unset(params),
|
|
890
1249
|
headers=exclude_unset(headers),
|
|
1250
|
+
stream=stream,
|
|
891
1251
|
response_model=OrgsOrgAttestationsSubjectDigestGetResponse200,
|
|
892
1252
|
)
|
|
893
1253
|
|
|
@@ -898,6 +1258,7 @@ class OrgsClient:
|
|
|
898
1258
|
per_page: Missing[int] = UNSET,
|
|
899
1259
|
page: Missing[int] = UNSET,
|
|
900
1260
|
headers: Optional[Mapping[str, str]] = None,
|
|
1261
|
+
stream: bool = False,
|
|
901
1262
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
902
1263
|
"""orgs/list-blocked-users
|
|
903
1264
|
|
|
@@ -924,6 +1285,7 @@ class OrgsClient:
|
|
|
924
1285
|
url,
|
|
925
1286
|
params=exclude_unset(params),
|
|
926
1287
|
headers=exclude_unset(headers),
|
|
1288
|
+
stream=stream,
|
|
927
1289
|
response_model=list[SimpleUser],
|
|
928
1290
|
)
|
|
929
1291
|
|
|
@@ -934,6 +1296,7 @@ class OrgsClient:
|
|
|
934
1296
|
per_page: Missing[int] = UNSET,
|
|
935
1297
|
page: Missing[int] = UNSET,
|
|
936
1298
|
headers: Optional[Mapping[str, str]] = None,
|
|
1299
|
+
stream: bool = False,
|
|
937
1300
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
938
1301
|
"""orgs/list-blocked-users
|
|
939
1302
|
|
|
@@ -960,6 +1323,7 @@ class OrgsClient:
|
|
|
960
1323
|
url,
|
|
961
1324
|
params=exclude_unset(params),
|
|
962
1325
|
headers=exclude_unset(headers),
|
|
1326
|
+
stream=stream,
|
|
963
1327
|
response_model=list[SimpleUser],
|
|
964
1328
|
)
|
|
965
1329
|
|
|
@@ -969,6 +1333,7 @@ class OrgsClient:
|
|
|
969
1333
|
username: str,
|
|
970
1334
|
*,
|
|
971
1335
|
headers: Optional[Mapping[str, str]] = None,
|
|
1336
|
+
stream: bool = False,
|
|
972
1337
|
) -> Response:
|
|
973
1338
|
"""orgs/check-blocked-user
|
|
974
1339
|
|
|
@@ -989,6 +1354,7 @@ class OrgsClient:
|
|
|
989
1354
|
"GET",
|
|
990
1355
|
url,
|
|
991
1356
|
headers=exclude_unset(headers),
|
|
1357
|
+
stream=stream,
|
|
992
1358
|
error_models={
|
|
993
1359
|
"404": BasicError,
|
|
994
1360
|
},
|
|
@@ -1000,6 +1366,7 @@ class OrgsClient:
|
|
|
1000
1366
|
username: str,
|
|
1001
1367
|
*,
|
|
1002
1368
|
headers: Optional[Mapping[str, str]] = None,
|
|
1369
|
+
stream: bool = False,
|
|
1003
1370
|
) -> Response:
|
|
1004
1371
|
"""orgs/check-blocked-user
|
|
1005
1372
|
|
|
@@ -1020,6 +1387,7 @@ class OrgsClient:
|
|
|
1020
1387
|
"GET",
|
|
1021
1388
|
url,
|
|
1022
1389
|
headers=exclude_unset(headers),
|
|
1390
|
+
stream=stream,
|
|
1023
1391
|
error_models={
|
|
1024
1392
|
"404": BasicError,
|
|
1025
1393
|
},
|
|
@@ -1031,6 +1399,7 @@ class OrgsClient:
|
|
|
1031
1399
|
username: str,
|
|
1032
1400
|
*,
|
|
1033
1401
|
headers: Optional[Mapping[str, str]] = None,
|
|
1402
|
+
stream: bool = False,
|
|
1034
1403
|
) -> Response:
|
|
1035
1404
|
"""orgs/block-user
|
|
1036
1405
|
|
|
@@ -1051,6 +1420,7 @@ class OrgsClient:
|
|
|
1051
1420
|
"PUT",
|
|
1052
1421
|
url,
|
|
1053
1422
|
headers=exclude_unset(headers),
|
|
1423
|
+
stream=stream,
|
|
1054
1424
|
error_models={
|
|
1055
1425
|
"422": ValidationError,
|
|
1056
1426
|
},
|
|
@@ -1062,6 +1432,7 @@ class OrgsClient:
|
|
|
1062
1432
|
username: str,
|
|
1063
1433
|
*,
|
|
1064
1434
|
headers: Optional[Mapping[str, str]] = None,
|
|
1435
|
+
stream: bool = False,
|
|
1065
1436
|
) -> Response:
|
|
1066
1437
|
"""orgs/block-user
|
|
1067
1438
|
|
|
@@ -1082,6 +1453,7 @@ class OrgsClient:
|
|
|
1082
1453
|
"PUT",
|
|
1083
1454
|
url,
|
|
1084
1455
|
headers=exclude_unset(headers),
|
|
1456
|
+
stream=stream,
|
|
1085
1457
|
error_models={
|
|
1086
1458
|
"422": ValidationError,
|
|
1087
1459
|
},
|
|
@@ -1093,6 +1465,7 @@ class OrgsClient:
|
|
|
1093
1465
|
username: str,
|
|
1094
1466
|
*,
|
|
1095
1467
|
headers: Optional[Mapping[str, str]] = None,
|
|
1468
|
+
stream: bool = False,
|
|
1096
1469
|
) -> Response:
|
|
1097
1470
|
"""orgs/unblock-user
|
|
1098
1471
|
|
|
@@ -1111,6 +1484,7 @@ class OrgsClient:
|
|
|
1111
1484
|
"DELETE",
|
|
1112
1485
|
url,
|
|
1113
1486
|
headers=exclude_unset(headers),
|
|
1487
|
+
stream=stream,
|
|
1114
1488
|
)
|
|
1115
1489
|
|
|
1116
1490
|
async def async_unblock_user(
|
|
@@ -1119,6 +1493,7 @@ class OrgsClient:
|
|
|
1119
1493
|
username: str,
|
|
1120
1494
|
*,
|
|
1121
1495
|
headers: Optional[Mapping[str, str]] = None,
|
|
1496
|
+
stream: bool = False,
|
|
1122
1497
|
) -> Response:
|
|
1123
1498
|
"""orgs/unblock-user
|
|
1124
1499
|
|
|
@@ -1137,6 +1512,7 @@ class OrgsClient:
|
|
|
1137
1512
|
"DELETE",
|
|
1138
1513
|
url,
|
|
1139
1514
|
headers=exclude_unset(headers),
|
|
1515
|
+
stream=stream,
|
|
1140
1516
|
)
|
|
1141
1517
|
|
|
1142
1518
|
def list_failed_invitations(
|
|
@@ -1146,6 +1522,7 @@ class OrgsClient:
|
|
|
1146
1522
|
per_page: Missing[int] = UNSET,
|
|
1147
1523
|
page: Missing[int] = UNSET,
|
|
1148
1524
|
headers: Optional[Mapping[str, str]] = None,
|
|
1525
|
+
stream: bool = False,
|
|
1149
1526
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
1150
1527
|
"""orgs/list-failed-invitations
|
|
1151
1528
|
|
|
@@ -1172,6 +1549,7 @@ class OrgsClient:
|
|
|
1172
1549
|
url,
|
|
1173
1550
|
params=exclude_unset(params),
|
|
1174
1551
|
headers=exclude_unset(headers),
|
|
1552
|
+
stream=stream,
|
|
1175
1553
|
response_model=list[OrganizationInvitation],
|
|
1176
1554
|
error_models={
|
|
1177
1555
|
"404": BasicError,
|
|
@@ -1185,6 +1563,7 @@ class OrgsClient:
|
|
|
1185
1563
|
per_page: Missing[int] = UNSET,
|
|
1186
1564
|
page: Missing[int] = UNSET,
|
|
1187
1565
|
headers: Optional[Mapping[str, str]] = None,
|
|
1566
|
+
stream: bool = False,
|
|
1188
1567
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
1189
1568
|
"""orgs/list-failed-invitations
|
|
1190
1569
|
|
|
@@ -1211,6 +1590,7 @@ class OrgsClient:
|
|
|
1211
1590
|
url,
|
|
1212
1591
|
params=exclude_unset(params),
|
|
1213
1592
|
headers=exclude_unset(headers),
|
|
1593
|
+
stream=stream,
|
|
1214
1594
|
response_model=list[OrganizationInvitation],
|
|
1215
1595
|
error_models={
|
|
1216
1596
|
"404": BasicError,
|
|
@@ -1224,6 +1604,7 @@ class OrgsClient:
|
|
|
1224
1604
|
per_page: Missing[int] = UNSET,
|
|
1225
1605
|
page: Missing[int] = UNSET,
|
|
1226
1606
|
headers: Optional[Mapping[str, str]] = None,
|
|
1607
|
+
stream: bool = False,
|
|
1227
1608
|
) -> Response[list[OrgHook], list[OrgHookType]]:
|
|
1228
1609
|
"""orgs/list-webhooks
|
|
1229
1610
|
|
|
@@ -1255,6 +1636,7 @@ class OrgsClient:
|
|
|
1255
1636
|
url,
|
|
1256
1637
|
params=exclude_unset(params),
|
|
1257
1638
|
headers=exclude_unset(headers),
|
|
1639
|
+
stream=stream,
|
|
1258
1640
|
response_model=list[OrgHook],
|
|
1259
1641
|
error_models={
|
|
1260
1642
|
"404": BasicError,
|
|
@@ -1268,6 +1650,7 @@ class OrgsClient:
|
|
|
1268
1650
|
per_page: Missing[int] = UNSET,
|
|
1269
1651
|
page: Missing[int] = UNSET,
|
|
1270
1652
|
headers: Optional[Mapping[str, str]] = None,
|
|
1653
|
+
stream: bool = False,
|
|
1271
1654
|
) -> Response[list[OrgHook], list[OrgHookType]]:
|
|
1272
1655
|
"""orgs/list-webhooks
|
|
1273
1656
|
|
|
@@ -1299,6 +1682,7 @@ class OrgsClient:
|
|
|
1299
1682
|
url,
|
|
1300
1683
|
params=exclude_unset(params),
|
|
1301
1684
|
headers=exclude_unset(headers),
|
|
1685
|
+
stream=stream,
|
|
1302
1686
|
response_model=list[OrgHook],
|
|
1303
1687
|
error_models={
|
|
1304
1688
|
"404": BasicError,
|
|
@@ -1311,6 +1695,7 @@ class OrgsClient:
|
|
|
1311
1695
|
org: str,
|
|
1312
1696
|
*,
|
|
1313
1697
|
headers: Optional[Mapping[str, str]] = None,
|
|
1698
|
+
stream: bool = False,
|
|
1314
1699
|
data: OrgsOrgHooksPostBodyType,
|
|
1315
1700
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
1316
1701
|
|
|
@@ -1321,6 +1706,7 @@ class OrgsClient:
|
|
|
1321
1706
|
*,
|
|
1322
1707
|
data: UnsetType = UNSET,
|
|
1323
1708
|
headers: Optional[Mapping[str, str]] = None,
|
|
1709
|
+
stream: bool = False,
|
|
1324
1710
|
name: str,
|
|
1325
1711
|
config: OrgsOrgHooksPostBodyPropConfigType,
|
|
1326
1712
|
events: Missing[list[str]] = UNSET,
|
|
@@ -1332,6 +1718,7 @@ class OrgsClient:
|
|
|
1332
1718
|
org: str,
|
|
1333
1719
|
*,
|
|
1334
1720
|
headers: Optional[Mapping[str, str]] = None,
|
|
1721
|
+
stream: bool = False,
|
|
1335
1722
|
data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
|
|
1336
1723
|
**kwargs,
|
|
1337
1724
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -1369,6 +1756,7 @@ class OrgsClient:
|
|
|
1369
1756
|
url,
|
|
1370
1757
|
json=exclude_unset(json),
|
|
1371
1758
|
headers=exclude_unset(headers),
|
|
1759
|
+
stream=stream,
|
|
1372
1760
|
response_model=OrgHook,
|
|
1373
1761
|
error_models={
|
|
1374
1762
|
"422": ValidationError,
|
|
@@ -1382,6 +1770,7 @@ class OrgsClient:
|
|
|
1382
1770
|
org: str,
|
|
1383
1771
|
*,
|
|
1384
1772
|
headers: Optional[Mapping[str, str]] = None,
|
|
1773
|
+
stream: bool = False,
|
|
1385
1774
|
data: OrgsOrgHooksPostBodyType,
|
|
1386
1775
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
1387
1776
|
|
|
@@ -1392,6 +1781,7 @@ class OrgsClient:
|
|
|
1392
1781
|
*,
|
|
1393
1782
|
data: UnsetType = UNSET,
|
|
1394
1783
|
headers: Optional[Mapping[str, str]] = None,
|
|
1784
|
+
stream: bool = False,
|
|
1395
1785
|
name: str,
|
|
1396
1786
|
config: OrgsOrgHooksPostBodyPropConfigType,
|
|
1397
1787
|
events: Missing[list[str]] = UNSET,
|
|
@@ -1403,6 +1793,7 @@ class OrgsClient:
|
|
|
1403
1793
|
org: str,
|
|
1404
1794
|
*,
|
|
1405
1795
|
headers: Optional[Mapping[str, str]] = None,
|
|
1796
|
+
stream: bool = False,
|
|
1406
1797
|
data: Missing[OrgsOrgHooksPostBodyType] = UNSET,
|
|
1407
1798
|
**kwargs,
|
|
1408
1799
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -1440,6 +1831,7 @@ class OrgsClient:
|
|
|
1440
1831
|
url,
|
|
1441
1832
|
json=exclude_unset(json),
|
|
1442
1833
|
headers=exclude_unset(headers),
|
|
1834
|
+
stream=stream,
|
|
1443
1835
|
response_model=OrgHook,
|
|
1444
1836
|
error_models={
|
|
1445
1837
|
"422": ValidationError,
|
|
@@ -1453,6 +1845,7 @@ class OrgsClient:
|
|
|
1453
1845
|
hook_id: int,
|
|
1454
1846
|
*,
|
|
1455
1847
|
headers: Optional[Mapping[str, str]] = None,
|
|
1848
|
+
stream: bool = False,
|
|
1456
1849
|
) -> Response[OrgHook, OrgHookType]:
|
|
1457
1850
|
"""orgs/get-webhook
|
|
1458
1851
|
|
|
@@ -1479,6 +1872,7 @@ class OrgsClient:
|
|
|
1479
1872
|
"GET",
|
|
1480
1873
|
url,
|
|
1481
1874
|
headers=exclude_unset(headers),
|
|
1875
|
+
stream=stream,
|
|
1482
1876
|
response_model=OrgHook,
|
|
1483
1877
|
error_models={
|
|
1484
1878
|
"404": BasicError,
|
|
@@ -1491,6 +1885,7 @@ class OrgsClient:
|
|
|
1491
1885
|
hook_id: int,
|
|
1492
1886
|
*,
|
|
1493
1887
|
headers: Optional[Mapping[str, str]] = None,
|
|
1888
|
+
stream: bool = False,
|
|
1494
1889
|
) -> Response[OrgHook, OrgHookType]:
|
|
1495
1890
|
"""orgs/get-webhook
|
|
1496
1891
|
|
|
@@ -1517,6 +1912,7 @@ class OrgsClient:
|
|
|
1517
1912
|
"GET",
|
|
1518
1913
|
url,
|
|
1519
1914
|
headers=exclude_unset(headers),
|
|
1915
|
+
stream=stream,
|
|
1520
1916
|
response_model=OrgHook,
|
|
1521
1917
|
error_models={
|
|
1522
1918
|
"404": BasicError,
|
|
@@ -1529,6 +1925,7 @@ class OrgsClient:
|
|
|
1529
1925
|
hook_id: int,
|
|
1530
1926
|
*,
|
|
1531
1927
|
headers: Optional[Mapping[str, str]] = None,
|
|
1928
|
+
stream: bool = False,
|
|
1532
1929
|
) -> Response:
|
|
1533
1930
|
"""orgs/delete-webhook
|
|
1534
1931
|
|
|
@@ -1554,6 +1951,7 @@ class OrgsClient:
|
|
|
1554
1951
|
"DELETE",
|
|
1555
1952
|
url,
|
|
1556
1953
|
headers=exclude_unset(headers),
|
|
1954
|
+
stream=stream,
|
|
1557
1955
|
error_models={
|
|
1558
1956
|
"404": BasicError,
|
|
1559
1957
|
},
|
|
@@ -1565,6 +1963,7 @@ class OrgsClient:
|
|
|
1565
1963
|
hook_id: int,
|
|
1566
1964
|
*,
|
|
1567
1965
|
headers: Optional[Mapping[str, str]] = None,
|
|
1966
|
+
stream: bool = False,
|
|
1568
1967
|
) -> Response:
|
|
1569
1968
|
"""orgs/delete-webhook
|
|
1570
1969
|
|
|
@@ -1590,6 +1989,7 @@ class OrgsClient:
|
|
|
1590
1989
|
"DELETE",
|
|
1591
1990
|
url,
|
|
1592
1991
|
headers=exclude_unset(headers),
|
|
1992
|
+
stream=stream,
|
|
1593
1993
|
error_models={
|
|
1594
1994
|
"404": BasicError,
|
|
1595
1995
|
},
|
|
@@ -1602,6 +2002,7 @@ class OrgsClient:
|
|
|
1602
2002
|
hook_id: int,
|
|
1603
2003
|
*,
|
|
1604
2004
|
headers: Optional[Mapping[str, str]] = None,
|
|
2005
|
+
stream: bool = False,
|
|
1605
2006
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
1606
2007
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
1607
2008
|
|
|
@@ -1613,6 +2014,7 @@ class OrgsClient:
|
|
|
1613
2014
|
*,
|
|
1614
2015
|
data: UnsetType = UNSET,
|
|
1615
2016
|
headers: Optional[Mapping[str, str]] = None,
|
|
2017
|
+
stream: bool = False,
|
|
1616
2018
|
config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
|
|
1617
2019
|
events: Missing[list[str]] = UNSET,
|
|
1618
2020
|
active: Missing[bool] = UNSET,
|
|
@@ -1625,6 +2027,7 @@ class OrgsClient:
|
|
|
1625
2027
|
hook_id: int,
|
|
1626
2028
|
*,
|
|
1627
2029
|
headers: Optional[Mapping[str, str]] = None,
|
|
2030
|
+
stream: bool = False,
|
|
1628
2031
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
1629
2032
|
**kwargs,
|
|
1630
2033
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -1671,6 +2074,7 @@ class OrgsClient:
|
|
|
1671
2074
|
url,
|
|
1672
2075
|
json=exclude_unset(json),
|
|
1673
2076
|
headers=exclude_unset(headers),
|
|
2077
|
+
stream=stream,
|
|
1674
2078
|
response_model=OrgHook,
|
|
1675
2079
|
error_models={
|
|
1676
2080
|
"422": ValidationError,
|
|
@@ -1685,6 +2089,7 @@ class OrgsClient:
|
|
|
1685
2089
|
hook_id: int,
|
|
1686
2090
|
*,
|
|
1687
2091
|
headers: Optional[Mapping[str, str]] = None,
|
|
2092
|
+
stream: bool = False,
|
|
1688
2093
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
1689
2094
|
) -> Response[OrgHook, OrgHookType]: ...
|
|
1690
2095
|
|
|
@@ -1696,6 +2101,7 @@ class OrgsClient:
|
|
|
1696
2101
|
*,
|
|
1697
2102
|
data: UnsetType = UNSET,
|
|
1698
2103
|
headers: Optional[Mapping[str, str]] = None,
|
|
2104
|
+
stream: bool = False,
|
|
1699
2105
|
config: Missing[OrgsOrgHooksHookIdPatchBodyPropConfigType] = UNSET,
|
|
1700
2106
|
events: Missing[list[str]] = UNSET,
|
|
1701
2107
|
active: Missing[bool] = UNSET,
|
|
@@ -1708,6 +2114,7 @@ class OrgsClient:
|
|
|
1708
2114
|
hook_id: int,
|
|
1709
2115
|
*,
|
|
1710
2116
|
headers: Optional[Mapping[str, str]] = None,
|
|
2117
|
+
stream: bool = False,
|
|
1711
2118
|
data: Missing[OrgsOrgHooksHookIdPatchBodyType] = UNSET,
|
|
1712
2119
|
**kwargs,
|
|
1713
2120
|
) -> Response[OrgHook, OrgHookType]:
|
|
@@ -1754,6 +2161,7 @@ class OrgsClient:
|
|
|
1754
2161
|
url,
|
|
1755
2162
|
json=exclude_unset(json),
|
|
1756
2163
|
headers=exclude_unset(headers),
|
|
2164
|
+
stream=stream,
|
|
1757
2165
|
response_model=OrgHook,
|
|
1758
2166
|
error_models={
|
|
1759
2167
|
"422": ValidationError,
|
|
@@ -1767,6 +2175,7 @@ class OrgsClient:
|
|
|
1767
2175
|
hook_id: int,
|
|
1768
2176
|
*,
|
|
1769
2177
|
headers: Optional[Mapping[str, str]] = None,
|
|
2178
|
+
stream: bool = False,
|
|
1770
2179
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
1771
2180
|
"""orgs/get-webhook-config-for-org
|
|
1772
2181
|
|
|
@@ -1792,6 +2201,7 @@ class OrgsClient:
|
|
|
1792
2201
|
"GET",
|
|
1793
2202
|
url,
|
|
1794
2203
|
headers=exclude_unset(headers),
|
|
2204
|
+
stream=stream,
|
|
1795
2205
|
response_model=WebhookConfig,
|
|
1796
2206
|
)
|
|
1797
2207
|
|
|
@@ -1801,6 +2211,7 @@ class OrgsClient:
|
|
|
1801
2211
|
hook_id: int,
|
|
1802
2212
|
*,
|
|
1803
2213
|
headers: Optional[Mapping[str, str]] = None,
|
|
2214
|
+
stream: bool = False,
|
|
1804
2215
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
1805
2216
|
"""orgs/get-webhook-config-for-org
|
|
1806
2217
|
|
|
@@ -1826,6 +2237,7 @@ class OrgsClient:
|
|
|
1826
2237
|
"GET",
|
|
1827
2238
|
url,
|
|
1828
2239
|
headers=exclude_unset(headers),
|
|
2240
|
+
stream=stream,
|
|
1829
2241
|
response_model=WebhookConfig,
|
|
1830
2242
|
)
|
|
1831
2243
|
|
|
@@ -1836,6 +2248,7 @@ class OrgsClient:
|
|
|
1836
2248
|
hook_id: int,
|
|
1837
2249
|
*,
|
|
1838
2250
|
headers: Optional[Mapping[str, str]] = None,
|
|
2251
|
+
stream: bool = False,
|
|
1839
2252
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
1840
2253
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
1841
2254
|
|
|
@@ -1847,6 +2260,7 @@ class OrgsClient:
|
|
|
1847
2260
|
*,
|
|
1848
2261
|
data: UnsetType = UNSET,
|
|
1849
2262
|
headers: Optional[Mapping[str, str]] = None,
|
|
2263
|
+
stream: bool = False,
|
|
1850
2264
|
url: Missing[str] = UNSET,
|
|
1851
2265
|
content_type: Missing[str] = UNSET,
|
|
1852
2266
|
secret: Missing[str] = UNSET,
|
|
@@ -1859,6 +2273,7 @@ class OrgsClient:
|
|
|
1859
2273
|
hook_id: int,
|
|
1860
2274
|
*,
|
|
1861
2275
|
headers: Optional[Mapping[str, str]] = None,
|
|
2276
|
+
stream: bool = False,
|
|
1862
2277
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
1863
2278
|
**kwargs,
|
|
1864
2279
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -1896,6 +2311,7 @@ class OrgsClient:
|
|
|
1896
2311
|
url,
|
|
1897
2312
|
json=exclude_unset(json),
|
|
1898
2313
|
headers=exclude_unset(headers),
|
|
2314
|
+
stream=stream,
|
|
1899
2315
|
response_model=WebhookConfig,
|
|
1900
2316
|
)
|
|
1901
2317
|
|
|
@@ -1906,6 +2322,7 @@ class OrgsClient:
|
|
|
1906
2322
|
hook_id: int,
|
|
1907
2323
|
*,
|
|
1908
2324
|
headers: Optional[Mapping[str, str]] = None,
|
|
2325
|
+
stream: bool = False,
|
|
1909
2326
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
1910
2327
|
) -> Response[WebhookConfig, WebhookConfigType]: ...
|
|
1911
2328
|
|
|
@@ -1917,6 +2334,7 @@ class OrgsClient:
|
|
|
1917
2334
|
*,
|
|
1918
2335
|
data: UnsetType = UNSET,
|
|
1919
2336
|
headers: Optional[Mapping[str, str]] = None,
|
|
2337
|
+
stream: bool = False,
|
|
1920
2338
|
url: Missing[str] = UNSET,
|
|
1921
2339
|
content_type: Missing[str] = UNSET,
|
|
1922
2340
|
secret: Missing[str] = UNSET,
|
|
@@ -1929,6 +2347,7 @@ class OrgsClient:
|
|
|
1929
2347
|
hook_id: int,
|
|
1930
2348
|
*,
|
|
1931
2349
|
headers: Optional[Mapping[str, str]] = None,
|
|
2350
|
+
stream: bool = False,
|
|
1932
2351
|
data: Missing[OrgsOrgHooksHookIdConfigPatchBodyType] = UNSET,
|
|
1933
2352
|
**kwargs,
|
|
1934
2353
|
) -> Response[WebhookConfig, WebhookConfigType]:
|
|
@@ -1966,6 +2385,7 @@ class OrgsClient:
|
|
|
1966
2385
|
url,
|
|
1967
2386
|
json=exclude_unset(json),
|
|
1968
2387
|
headers=exclude_unset(headers),
|
|
2388
|
+
stream=stream,
|
|
1969
2389
|
response_model=WebhookConfig,
|
|
1970
2390
|
)
|
|
1971
2391
|
|
|
@@ -1977,6 +2397,7 @@ class OrgsClient:
|
|
|
1977
2397
|
per_page: Missing[int] = UNSET,
|
|
1978
2398
|
cursor: Missing[str] = UNSET,
|
|
1979
2399
|
headers: Optional[Mapping[str, str]] = None,
|
|
2400
|
+
stream: bool = False,
|
|
1980
2401
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
1981
2402
|
"""orgs/list-webhook-deliveries
|
|
1982
2403
|
|
|
@@ -2008,6 +2429,7 @@ class OrgsClient:
|
|
|
2008
2429
|
url,
|
|
2009
2430
|
params=exclude_unset(params),
|
|
2010
2431
|
headers=exclude_unset(headers),
|
|
2432
|
+
stream=stream,
|
|
2011
2433
|
response_model=list[HookDeliveryItem],
|
|
2012
2434
|
error_models={
|
|
2013
2435
|
"400": BasicError,
|
|
@@ -2023,6 +2445,7 @@ class OrgsClient:
|
|
|
2023
2445
|
per_page: Missing[int] = UNSET,
|
|
2024
2446
|
cursor: Missing[str] = UNSET,
|
|
2025
2447
|
headers: Optional[Mapping[str, str]] = None,
|
|
2448
|
+
stream: bool = False,
|
|
2026
2449
|
) -> Response[list[HookDeliveryItem], list[HookDeliveryItemType]]:
|
|
2027
2450
|
"""orgs/list-webhook-deliveries
|
|
2028
2451
|
|
|
@@ -2054,6 +2477,7 @@ class OrgsClient:
|
|
|
2054
2477
|
url,
|
|
2055
2478
|
params=exclude_unset(params),
|
|
2056
2479
|
headers=exclude_unset(headers),
|
|
2480
|
+
stream=stream,
|
|
2057
2481
|
response_model=list[HookDeliveryItem],
|
|
2058
2482
|
error_models={
|
|
2059
2483
|
"400": BasicError,
|
|
@@ -2068,6 +2492,7 @@ class OrgsClient:
|
|
|
2068
2492
|
delivery_id: int,
|
|
2069
2493
|
*,
|
|
2070
2494
|
headers: Optional[Mapping[str, str]] = None,
|
|
2495
|
+
stream: bool = False,
|
|
2071
2496
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
2072
2497
|
"""orgs/get-webhook-delivery
|
|
2073
2498
|
|
|
@@ -2093,6 +2518,7 @@ class OrgsClient:
|
|
|
2093
2518
|
"GET",
|
|
2094
2519
|
url,
|
|
2095
2520
|
headers=exclude_unset(headers),
|
|
2521
|
+
stream=stream,
|
|
2096
2522
|
response_model=HookDelivery,
|
|
2097
2523
|
error_models={
|
|
2098
2524
|
"400": BasicError,
|
|
@@ -2107,6 +2533,7 @@ class OrgsClient:
|
|
|
2107
2533
|
delivery_id: int,
|
|
2108
2534
|
*,
|
|
2109
2535
|
headers: Optional[Mapping[str, str]] = None,
|
|
2536
|
+
stream: bool = False,
|
|
2110
2537
|
) -> Response[HookDelivery, HookDeliveryType]:
|
|
2111
2538
|
"""orgs/get-webhook-delivery
|
|
2112
2539
|
|
|
@@ -2132,6 +2559,7 @@ class OrgsClient:
|
|
|
2132
2559
|
"GET",
|
|
2133
2560
|
url,
|
|
2134
2561
|
headers=exclude_unset(headers),
|
|
2562
|
+
stream=stream,
|
|
2135
2563
|
response_model=HookDelivery,
|
|
2136
2564
|
error_models={
|
|
2137
2565
|
"400": BasicError,
|
|
@@ -2146,6 +2574,7 @@ class OrgsClient:
|
|
|
2146
2574
|
delivery_id: int,
|
|
2147
2575
|
*,
|
|
2148
2576
|
headers: Optional[Mapping[str, str]] = None,
|
|
2577
|
+
stream: bool = False,
|
|
2149
2578
|
) -> Response[
|
|
2150
2579
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
2151
2580
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -2178,6 +2607,7 @@ class OrgsClient:
|
|
|
2178
2607
|
"POST",
|
|
2179
2608
|
url,
|
|
2180
2609
|
headers=exclude_unset(headers),
|
|
2610
|
+
stream=stream,
|
|
2181
2611
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
2182
2612
|
error_models={
|
|
2183
2613
|
"400": BasicError,
|
|
@@ -2192,6 +2622,7 @@ class OrgsClient:
|
|
|
2192
2622
|
delivery_id: int,
|
|
2193
2623
|
*,
|
|
2194
2624
|
headers: Optional[Mapping[str, str]] = None,
|
|
2625
|
+
stream: bool = False,
|
|
2195
2626
|
) -> Response[
|
|
2196
2627
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
2197
2628
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202Type,
|
|
@@ -2224,6 +2655,7 @@ class OrgsClient:
|
|
|
2224
2655
|
"POST",
|
|
2225
2656
|
url,
|
|
2226
2657
|
headers=exclude_unset(headers),
|
|
2658
|
+
stream=stream,
|
|
2227
2659
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
2228
2660
|
error_models={
|
|
2229
2661
|
"400": BasicError,
|
|
@@ -2237,6 +2669,7 @@ class OrgsClient:
|
|
|
2237
2669
|
hook_id: int,
|
|
2238
2670
|
*,
|
|
2239
2671
|
headers: Optional[Mapping[str, str]] = None,
|
|
2672
|
+
stream: bool = False,
|
|
2240
2673
|
) -> Response:
|
|
2241
2674
|
"""orgs/ping-webhook
|
|
2242
2675
|
|
|
@@ -2263,6 +2696,7 @@ class OrgsClient:
|
|
|
2263
2696
|
"POST",
|
|
2264
2697
|
url,
|
|
2265
2698
|
headers=exclude_unset(headers),
|
|
2699
|
+
stream=stream,
|
|
2266
2700
|
error_models={
|
|
2267
2701
|
"404": BasicError,
|
|
2268
2702
|
},
|
|
@@ -2274,6 +2708,7 @@ class OrgsClient:
|
|
|
2274
2708
|
hook_id: int,
|
|
2275
2709
|
*,
|
|
2276
2710
|
headers: Optional[Mapping[str, str]] = None,
|
|
2711
|
+
stream: bool = False,
|
|
2277
2712
|
) -> Response:
|
|
2278
2713
|
"""orgs/ping-webhook
|
|
2279
2714
|
|
|
@@ -2300,6 +2735,7 @@ class OrgsClient:
|
|
|
2300
2735
|
"POST",
|
|
2301
2736
|
url,
|
|
2302
2737
|
headers=exclude_unset(headers),
|
|
2738
|
+
stream=stream,
|
|
2303
2739
|
error_models={
|
|
2304
2740
|
"404": BasicError,
|
|
2305
2741
|
},
|
|
@@ -2336,6 +2772,7 @@ class OrgsClient:
|
|
|
2336
2772
|
] = UNSET,
|
|
2337
2773
|
api_route_substring: Missing[str] = UNSET,
|
|
2338
2774
|
headers: Optional[Mapping[str, str]] = None,
|
|
2775
|
+
stream: bool = False,
|
|
2339
2776
|
) -> Response[
|
|
2340
2777
|
list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
|
|
2341
2778
|
]:
|
|
@@ -2369,6 +2806,7 @@ class OrgsClient:
|
|
|
2369
2806
|
url,
|
|
2370
2807
|
params=exclude_unset(params),
|
|
2371
2808
|
headers=exclude_unset(headers),
|
|
2809
|
+
stream=stream,
|
|
2372
2810
|
response_model=list[ApiInsightsRouteStatsItems],
|
|
2373
2811
|
)
|
|
2374
2812
|
|
|
@@ -2403,6 +2841,7 @@ class OrgsClient:
|
|
|
2403
2841
|
] = UNSET,
|
|
2404
2842
|
api_route_substring: Missing[str] = UNSET,
|
|
2405
2843
|
headers: Optional[Mapping[str, str]] = None,
|
|
2844
|
+
stream: bool = False,
|
|
2406
2845
|
) -> Response[
|
|
2407
2846
|
list[ApiInsightsRouteStatsItems], list[ApiInsightsRouteStatsItemsType]
|
|
2408
2847
|
]:
|
|
@@ -2436,6 +2875,7 @@ class OrgsClient:
|
|
|
2436
2875
|
url,
|
|
2437
2876
|
params=exclude_unset(params),
|
|
2438
2877
|
headers=exclude_unset(headers),
|
|
2878
|
+
stream=stream,
|
|
2439
2879
|
response_model=list[ApiInsightsRouteStatsItems],
|
|
2440
2880
|
)
|
|
2441
2881
|
|
|
@@ -2461,6 +2901,7 @@ class OrgsClient:
|
|
|
2461
2901
|
] = UNSET,
|
|
2462
2902
|
subject_name_substring: Missing[str] = UNSET,
|
|
2463
2903
|
headers: Optional[Mapping[str, str]] = None,
|
|
2904
|
+
stream: bool = False,
|
|
2464
2905
|
) -> Response[
|
|
2465
2906
|
list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
|
|
2466
2907
|
]:
|
|
@@ -2494,6 +2935,7 @@ class OrgsClient:
|
|
|
2494
2935
|
url,
|
|
2495
2936
|
params=exclude_unset(params),
|
|
2496
2937
|
headers=exclude_unset(headers),
|
|
2938
|
+
stream=stream,
|
|
2497
2939
|
response_model=list[ApiInsightsSubjectStatsItems],
|
|
2498
2940
|
)
|
|
2499
2941
|
|
|
@@ -2519,6 +2961,7 @@ class OrgsClient:
|
|
|
2519
2961
|
] = UNSET,
|
|
2520
2962
|
subject_name_substring: Missing[str] = UNSET,
|
|
2521
2963
|
headers: Optional[Mapping[str, str]] = None,
|
|
2964
|
+
stream: bool = False,
|
|
2522
2965
|
) -> Response[
|
|
2523
2966
|
list[ApiInsightsSubjectStatsItems], list[ApiInsightsSubjectStatsItemsType]
|
|
2524
2967
|
]:
|
|
@@ -2552,6 +2995,7 @@ class OrgsClient:
|
|
|
2552
2995
|
url,
|
|
2553
2996
|
params=exclude_unset(params),
|
|
2554
2997
|
headers=exclude_unset(headers),
|
|
2998
|
+
stream=stream,
|
|
2555
2999
|
response_model=list[ApiInsightsSubjectStatsItems],
|
|
2556
3000
|
)
|
|
2557
3001
|
|
|
@@ -2562,6 +3006,7 @@ class OrgsClient:
|
|
|
2562
3006
|
min_timestamp: str,
|
|
2563
3007
|
max_timestamp: Missing[str] = UNSET,
|
|
2564
3008
|
headers: Optional[Mapping[str, str]] = None,
|
|
3009
|
+
stream: bool = False,
|
|
2565
3010
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2566
3011
|
"""api-insights/get-summary-stats
|
|
2567
3012
|
|
|
@@ -2588,6 +3033,7 @@ class OrgsClient:
|
|
|
2588
3033
|
url,
|
|
2589
3034
|
params=exclude_unset(params),
|
|
2590
3035
|
headers=exclude_unset(headers),
|
|
3036
|
+
stream=stream,
|
|
2591
3037
|
response_model=ApiInsightsSummaryStats,
|
|
2592
3038
|
)
|
|
2593
3039
|
|
|
@@ -2598,6 +3044,7 @@ class OrgsClient:
|
|
|
2598
3044
|
min_timestamp: str,
|
|
2599
3045
|
max_timestamp: Missing[str] = UNSET,
|
|
2600
3046
|
headers: Optional[Mapping[str, str]] = None,
|
|
3047
|
+
stream: bool = False,
|
|
2601
3048
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2602
3049
|
"""api-insights/get-summary-stats
|
|
2603
3050
|
|
|
@@ -2624,6 +3071,7 @@ class OrgsClient:
|
|
|
2624
3071
|
url,
|
|
2625
3072
|
params=exclude_unset(params),
|
|
2626
3073
|
headers=exclude_unset(headers),
|
|
3074
|
+
stream=stream,
|
|
2627
3075
|
response_model=ApiInsightsSummaryStats,
|
|
2628
3076
|
)
|
|
2629
3077
|
|
|
@@ -2635,6 +3083,7 @@ class OrgsClient:
|
|
|
2635
3083
|
min_timestamp: str,
|
|
2636
3084
|
max_timestamp: Missing[str] = UNSET,
|
|
2637
3085
|
headers: Optional[Mapping[str, str]] = None,
|
|
3086
|
+
stream: bool = False,
|
|
2638
3087
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2639
3088
|
"""api-insights/get-summary-stats-by-user
|
|
2640
3089
|
|
|
@@ -2661,6 +3110,7 @@ class OrgsClient:
|
|
|
2661
3110
|
url,
|
|
2662
3111
|
params=exclude_unset(params),
|
|
2663
3112
|
headers=exclude_unset(headers),
|
|
3113
|
+
stream=stream,
|
|
2664
3114
|
response_model=ApiInsightsSummaryStats,
|
|
2665
3115
|
)
|
|
2666
3116
|
|
|
@@ -2672,6 +3122,7 @@ class OrgsClient:
|
|
|
2672
3122
|
min_timestamp: str,
|
|
2673
3123
|
max_timestamp: Missing[str] = UNSET,
|
|
2674
3124
|
headers: Optional[Mapping[str, str]] = None,
|
|
3125
|
+
stream: bool = False,
|
|
2675
3126
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2676
3127
|
"""api-insights/get-summary-stats-by-user
|
|
2677
3128
|
|
|
@@ -2698,6 +3149,7 @@ class OrgsClient:
|
|
|
2698
3149
|
url,
|
|
2699
3150
|
params=exclude_unset(params),
|
|
2700
3151
|
headers=exclude_unset(headers),
|
|
3152
|
+
stream=stream,
|
|
2701
3153
|
response_model=ApiInsightsSummaryStats,
|
|
2702
3154
|
)
|
|
2703
3155
|
|
|
@@ -2716,6 +3168,7 @@ class OrgsClient:
|
|
|
2716
3168
|
min_timestamp: str,
|
|
2717
3169
|
max_timestamp: Missing[str] = UNSET,
|
|
2718
3170
|
headers: Optional[Mapping[str, str]] = None,
|
|
3171
|
+
stream: bool = False,
|
|
2719
3172
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2720
3173
|
"""api-insights/get-summary-stats-by-actor
|
|
2721
3174
|
|
|
@@ -2742,6 +3195,7 @@ class OrgsClient:
|
|
|
2742
3195
|
url,
|
|
2743
3196
|
params=exclude_unset(params),
|
|
2744
3197
|
headers=exclude_unset(headers),
|
|
3198
|
+
stream=stream,
|
|
2745
3199
|
response_model=ApiInsightsSummaryStats,
|
|
2746
3200
|
)
|
|
2747
3201
|
|
|
@@ -2760,6 +3214,7 @@ class OrgsClient:
|
|
|
2760
3214
|
min_timestamp: str,
|
|
2761
3215
|
max_timestamp: Missing[str] = UNSET,
|
|
2762
3216
|
headers: Optional[Mapping[str, str]] = None,
|
|
3217
|
+
stream: bool = False,
|
|
2763
3218
|
) -> Response[ApiInsightsSummaryStats, ApiInsightsSummaryStatsType]:
|
|
2764
3219
|
"""api-insights/get-summary-stats-by-actor
|
|
2765
3220
|
|
|
@@ -2786,6 +3241,7 @@ class OrgsClient:
|
|
|
2786
3241
|
url,
|
|
2787
3242
|
params=exclude_unset(params),
|
|
2788
3243
|
headers=exclude_unset(headers),
|
|
3244
|
+
stream=stream,
|
|
2789
3245
|
response_model=ApiInsightsSummaryStats,
|
|
2790
3246
|
)
|
|
2791
3247
|
|
|
@@ -2797,6 +3253,7 @@ class OrgsClient:
|
|
|
2797
3253
|
max_timestamp: Missing[str] = UNSET,
|
|
2798
3254
|
timestamp_increment: str,
|
|
2799
3255
|
headers: Optional[Mapping[str, str]] = None,
|
|
3256
|
+
stream: bool = False,
|
|
2800
3257
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
2801
3258
|
"""api-insights/get-time-stats
|
|
2802
3259
|
|
|
@@ -2824,6 +3281,7 @@ class OrgsClient:
|
|
|
2824
3281
|
url,
|
|
2825
3282
|
params=exclude_unset(params),
|
|
2826
3283
|
headers=exclude_unset(headers),
|
|
3284
|
+
stream=stream,
|
|
2827
3285
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
2828
3286
|
)
|
|
2829
3287
|
|
|
@@ -2835,6 +3293,7 @@ class OrgsClient:
|
|
|
2835
3293
|
max_timestamp: Missing[str] = UNSET,
|
|
2836
3294
|
timestamp_increment: str,
|
|
2837
3295
|
headers: Optional[Mapping[str, str]] = None,
|
|
3296
|
+
stream: bool = False,
|
|
2838
3297
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
2839
3298
|
"""api-insights/get-time-stats
|
|
2840
3299
|
|
|
@@ -2862,6 +3321,7 @@ class OrgsClient:
|
|
|
2862
3321
|
url,
|
|
2863
3322
|
params=exclude_unset(params),
|
|
2864
3323
|
headers=exclude_unset(headers),
|
|
3324
|
+
stream=stream,
|
|
2865
3325
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
2866
3326
|
)
|
|
2867
3327
|
|
|
@@ -2874,6 +3334,7 @@ class OrgsClient:
|
|
|
2874
3334
|
max_timestamp: Missing[str] = UNSET,
|
|
2875
3335
|
timestamp_increment: str,
|
|
2876
3336
|
headers: Optional[Mapping[str, str]] = None,
|
|
3337
|
+
stream: bool = False,
|
|
2877
3338
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
2878
3339
|
"""api-insights/get-time-stats-by-user
|
|
2879
3340
|
|
|
@@ -2901,6 +3362,7 @@ class OrgsClient:
|
|
|
2901
3362
|
url,
|
|
2902
3363
|
params=exclude_unset(params),
|
|
2903
3364
|
headers=exclude_unset(headers),
|
|
3365
|
+
stream=stream,
|
|
2904
3366
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
2905
3367
|
)
|
|
2906
3368
|
|
|
@@ -2913,6 +3375,7 @@ class OrgsClient:
|
|
|
2913
3375
|
max_timestamp: Missing[str] = UNSET,
|
|
2914
3376
|
timestamp_increment: str,
|
|
2915
3377
|
headers: Optional[Mapping[str, str]] = None,
|
|
3378
|
+
stream: bool = False,
|
|
2916
3379
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
2917
3380
|
"""api-insights/get-time-stats-by-user
|
|
2918
3381
|
|
|
@@ -2940,6 +3403,7 @@ class OrgsClient:
|
|
|
2940
3403
|
url,
|
|
2941
3404
|
params=exclude_unset(params),
|
|
2942
3405
|
headers=exclude_unset(headers),
|
|
3406
|
+
stream=stream,
|
|
2943
3407
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
2944
3408
|
)
|
|
2945
3409
|
|
|
@@ -2959,6 +3423,7 @@ class OrgsClient:
|
|
|
2959
3423
|
max_timestamp: Missing[str] = UNSET,
|
|
2960
3424
|
timestamp_increment: str,
|
|
2961
3425
|
headers: Optional[Mapping[str, str]] = None,
|
|
3426
|
+
stream: bool = False,
|
|
2962
3427
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
2963
3428
|
"""api-insights/get-time-stats-by-actor
|
|
2964
3429
|
|
|
@@ -2986,6 +3451,7 @@ class OrgsClient:
|
|
|
2986
3451
|
url,
|
|
2987
3452
|
params=exclude_unset(params),
|
|
2988
3453
|
headers=exclude_unset(headers),
|
|
3454
|
+
stream=stream,
|
|
2989
3455
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
2990
3456
|
)
|
|
2991
3457
|
|
|
@@ -3005,6 +3471,7 @@ class OrgsClient:
|
|
|
3005
3471
|
max_timestamp: Missing[str] = UNSET,
|
|
3006
3472
|
timestamp_increment: str,
|
|
3007
3473
|
headers: Optional[Mapping[str, str]] = None,
|
|
3474
|
+
stream: bool = False,
|
|
3008
3475
|
) -> Response[list[ApiInsightsTimeStatsItems], list[ApiInsightsTimeStatsItemsType]]:
|
|
3009
3476
|
"""api-insights/get-time-stats-by-actor
|
|
3010
3477
|
|
|
@@ -3032,6 +3499,7 @@ class OrgsClient:
|
|
|
3032
3499
|
url,
|
|
3033
3500
|
params=exclude_unset(params),
|
|
3034
3501
|
headers=exclude_unset(headers),
|
|
3502
|
+
stream=stream,
|
|
3035
3503
|
response_model=list[ApiInsightsTimeStatsItems],
|
|
3036
3504
|
)
|
|
3037
3505
|
|
|
@@ -3058,6 +3526,7 @@ class OrgsClient:
|
|
|
3058
3526
|
] = UNSET,
|
|
3059
3527
|
actor_name_substring: Missing[str] = UNSET,
|
|
3060
3528
|
headers: Optional[Mapping[str, str]] = None,
|
|
3529
|
+
stream: bool = False,
|
|
3061
3530
|
) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
|
|
3062
3531
|
"""api-insights/get-user-stats
|
|
3063
3532
|
|
|
@@ -3089,6 +3558,7 @@ class OrgsClient:
|
|
|
3089
3558
|
url,
|
|
3090
3559
|
params=exclude_unset(params),
|
|
3091
3560
|
headers=exclude_unset(headers),
|
|
3561
|
+
stream=stream,
|
|
3092
3562
|
response_model=list[ApiInsightsUserStatsItems],
|
|
3093
3563
|
)
|
|
3094
3564
|
|
|
@@ -3115,6 +3585,7 @@ class OrgsClient:
|
|
|
3115
3585
|
] = UNSET,
|
|
3116
3586
|
actor_name_substring: Missing[str] = UNSET,
|
|
3117
3587
|
headers: Optional[Mapping[str, str]] = None,
|
|
3588
|
+
stream: bool = False,
|
|
3118
3589
|
) -> Response[list[ApiInsightsUserStatsItems], list[ApiInsightsUserStatsItemsType]]:
|
|
3119
3590
|
"""api-insights/get-user-stats
|
|
3120
3591
|
|
|
@@ -3146,6 +3617,7 @@ class OrgsClient:
|
|
|
3146
3617
|
url,
|
|
3147
3618
|
params=exclude_unset(params),
|
|
3148
3619
|
headers=exclude_unset(headers),
|
|
3620
|
+
stream=stream,
|
|
3149
3621
|
response_model=list[ApiInsightsUserStatsItems],
|
|
3150
3622
|
)
|
|
3151
3623
|
|
|
@@ -3156,6 +3628,7 @@ class OrgsClient:
|
|
|
3156
3628
|
per_page: Missing[int] = UNSET,
|
|
3157
3629
|
page: Missing[int] = UNSET,
|
|
3158
3630
|
headers: Optional[Mapping[str, str]] = None,
|
|
3631
|
+
stream: bool = False,
|
|
3159
3632
|
) -> Response[
|
|
3160
3633
|
OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
|
|
3161
3634
|
]:
|
|
@@ -3189,6 +3662,7 @@ class OrgsClient:
|
|
|
3189
3662
|
url,
|
|
3190
3663
|
params=exclude_unset(params),
|
|
3191
3664
|
headers=exclude_unset(headers),
|
|
3665
|
+
stream=stream,
|
|
3192
3666
|
response_model=OrgsOrgInstallationsGetResponse200,
|
|
3193
3667
|
)
|
|
3194
3668
|
|
|
@@ -3199,6 +3673,7 @@ class OrgsClient:
|
|
|
3199
3673
|
per_page: Missing[int] = UNSET,
|
|
3200
3674
|
page: Missing[int] = UNSET,
|
|
3201
3675
|
headers: Optional[Mapping[str, str]] = None,
|
|
3676
|
+
stream: bool = False,
|
|
3202
3677
|
) -> Response[
|
|
3203
3678
|
OrgsOrgInstallationsGetResponse200, OrgsOrgInstallationsGetResponse200Type
|
|
3204
3679
|
]:
|
|
@@ -3232,6 +3707,7 @@ class OrgsClient:
|
|
|
3232
3707
|
url,
|
|
3233
3708
|
params=exclude_unset(params),
|
|
3234
3709
|
headers=exclude_unset(headers),
|
|
3710
|
+
stream=stream,
|
|
3235
3711
|
response_model=OrgsOrgInstallationsGetResponse200,
|
|
3236
3712
|
)
|
|
3237
3713
|
|
|
@@ -3248,6 +3724,7 @@ class OrgsClient:
|
|
|
3248
3724
|
] = UNSET,
|
|
3249
3725
|
invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
|
|
3250
3726
|
headers: Optional[Mapping[str, str]] = None,
|
|
3727
|
+
stream: bool = False,
|
|
3251
3728
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
3252
3729
|
"""orgs/list-pending-invitations
|
|
3253
3730
|
|
|
@@ -3279,6 +3756,7 @@ class OrgsClient:
|
|
|
3279
3756
|
url,
|
|
3280
3757
|
params=exclude_unset(params),
|
|
3281
3758
|
headers=exclude_unset(headers),
|
|
3759
|
+
stream=stream,
|
|
3282
3760
|
response_model=list[OrganizationInvitation],
|
|
3283
3761
|
error_models={
|
|
3284
3762
|
"404": BasicError,
|
|
@@ -3298,6 +3776,7 @@ class OrgsClient:
|
|
|
3298
3776
|
] = UNSET,
|
|
3299
3777
|
invitation_source: Missing[Literal["all", "member", "scim"]] = UNSET,
|
|
3300
3778
|
headers: Optional[Mapping[str, str]] = None,
|
|
3779
|
+
stream: bool = False,
|
|
3301
3780
|
) -> Response[list[OrganizationInvitation], list[OrganizationInvitationType]]:
|
|
3302
3781
|
"""orgs/list-pending-invitations
|
|
3303
3782
|
|
|
@@ -3329,6 +3808,7 @@ class OrgsClient:
|
|
|
3329
3808
|
url,
|
|
3330
3809
|
params=exclude_unset(params),
|
|
3331
3810
|
headers=exclude_unset(headers),
|
|
3811
|
+
stream=stream,
|
|
3332
3812
|
response_model=list[OrganizationInvitation],
|
|
3333
3813
|
error_models={
|
|
3334
3814
|
"404": BasicError,
|
|
@@ -3341,6 +3821,7 @@ class OrgsClient:
|
|
|
3341
3821
|
org: str,
|
|
3342
3822
|
*,
|
|
3343
3823
|
headers: Optional[Mapping[str, str]] = None,
|
|
3824
|
+
stream: bool = False,
|
|
3344
3825
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3345
3826
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
|
|
3346
3827
|
|
|
@@ -3351,6 +3832,7 @@ class OrgsClient:
|
|
|
3351
3832
|
*,
|
|
3352
3833
|
data: UnsetType = UNSET,
|
|
3353
3834
|
headers: Optional[Mapping[str, str]] = None,
|
|
3835
|
+
stream: bool = False,
|
|
3354
3836
|
invitee_id: Missing[int] = UNSET,
|
|
3355
3837
|
email: Missing[str] = UNSET,
|
|
3356
3838
|
role: Missing[
|
|
@@ -3364,6 +3846,7 @@ class OrgsClient:
|
|
|
3364
3846
|
org: str,
|
|
3365
3847
|
*,
|
|
3366
3848
|
headers: Optional[Mapping[str, str]] = None,
|
|
3849
|
+
stream: bool = False,
|
|
3367
3850
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3368
3851
|
**kwargs,
|
|
3369
3852
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]:
|
|
@@ -3404,6 +3887,7 @@ class OrgsClient:
|
|
|
3404
3887
|
url,
|
|
3405
3888
|
json=exclude_unset(json),
|
|
3406
3889
|
headers=exclude_unset(headers),
|
|
3890
|
+
stream=stream,
|
|
3407
3891
|
response_model=OrganizationInvitation,
|
|
3408
3892
|
error_models={
|
|
3409
3893
|
"422": ValidationError,
|
|
@@ -3417,6 +3901,7 @@ class OrgsClient:
|
|
|
3417
3901
|
org: str,
|
|
3418
3902
|
*,
|
|
3419
3903
|
headers: Optional[Mapping[str, str]] = None,
|
|
3904
|
+
stream: bool = False,
|
|
3420
3905
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3421
3906
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]: ...
|
|
3422
3907
|
|
|
@@ -3427,6 +3912,7 @@ class OrgsClient:
|
|
|
3427
3912
|
*,
|
|
3428
3913
|
data: UnsetType = UNSET,
|
|
3429
3914
|
headers: Optional[Mapping[str, str]] = None,
|
|
3915
|
+
stream: bool = False,
|
|
3430
3916
|
invitee_id: Missing[int] = UNSET,
|
|
3431
3917
|
email: Missing[str] = UNSET,
|
|
3432
3918
|
role: Missing[
|
|
@@ -3440,6 +3926,7 @@ class OrgsClient:
|
|
|
3440
3926
|
org: str,
|
|
3441
3927
|
*,
|
|
3442
3928
|
headers: Optional[Mapping[str, str]] = None,
|
|
3929
|
+
stream: bool = False,
|
|
3443
3930
|
data: Missing[OrgsOrgInvitationsPostBodyType] = UNSET,
|
|
3444
3931
|
**kwargs,
|
|
3445
3932
|
) -> Response[OrganizationInvitation, OrganizationInvitationType]:
|
|
@@ -3480,6 +3967,7 @@ class OrgsClient:
|
|
|
3480
3967
|
url,
|
|
3481
3968
|
json=exclude_unset(json),
|
|
3482
3969
|
headers=exclude_unset(headers),
|
|
3970
|
+
stream=stream,
|
|
3483
3971
|
response_model=OrganizationInvitation,
|
|
3484
3972
|
error_models={
|
|
3485
3973
|
"422": ValidationError,
|
|
@@ -3493,6 +3981,7 @@ class OrgsClient:
|
|
|
3493
3981
|
invitation_id: int,
|
|
3494
3982
|
*,
|
|
3495
3983
|
headers: Optional[Mapping[str, str]] = None,
|
|
3984
|
+
stream: bool = False,
|
|
3496
3985
|
) -> Response:
|
|
3497
3986
|
"""orgs/cancel-invitation
|
|
3498
3987
|
|
|
@@ -3515,6 +4004,7 @@ class OrgsClient:
|
|
|
3515
4004
|
"DELETE",
|
|
3516
4005
|
url,
|
|
3517
4006
|
headers=exclude_unset(headers),
|
|
4007
|
+
stream=stream,
|
|
3518
4008
|
error_models={
|
|
3519
4009
|
"422": ValidationError,
|
|
3520
4010
|
"404": BasicError,
|
|
@@ -3527,6 +4017,7 @@ class OrgsClient:
|
|
|
3527
4017
|
invitation_id: int,
|
|
3528
4018
|
*,
|
|
3529
4019
|
headers: Optional[Mapping[str, str]] = None,
|
|
4020
|
+
stream: bool = False,
|
|
3530
4021
|
) -> Response:
|
|
3531
4022
|
"""orgs/cancel-invitation
|
|
3532
4023
|
|
|
@@ -3549,6 +4040,7 @@ class OrgsClient:
|
|
|
3549
4040
|
"DELETE",
|
|
3550
4041
|
url,
|
|
3551
4042
|
headers=exclude_unset(headers),
|
|
4043
|
+
stream=stream,
|
|
3552
4044
|
error_models={
|
|
3553
4045
|
"422": ValidationError,
|
|
3554
4046
|
"404": BasicError,
|
|
@@ -3563,6 +4055,7 @@ class OrgsClient:
|
|
|
3563
4055
|
per_page: Missing[int] = UNSET,
|
|
3564
4056
|
page: Missing[int] = UNSET,
|
|
3565
4057
|
headers: Optional[Mapping[str, str]] = None,
|
|
4058
|
+
stream: bool = False,
|
|
3566
4059
|
) -> Response[list[Team], list[TeamType]]:
|
|
3567
4060
|
"""orgs/list-invitation-teams
|
|
3568
4061
|
|
|
@@ -3589,6 +4082,7 @@ class OrgsClient:
|
|
|
3589
4082
|
url,
|
|
3590
4083
|
params=exclude_unset(params),
|
|
3591
4084
|
headers=exclude_unset(headers),
|
|
4085
|
+
stream=stream,
|
|
3592
4086
|
response_model=list[Team],
|
|
3593
4087
|
error_models={
|
|
3594
4088
|
"404": BasicError,
|
|
@@ -3603,6 +4097,7 @@ class OrgsClient:
|
|
|
3603
4097
|
per_page: Missing[int] = UNSET,
|
|
3604
4098
|
page: Missing[int] = UNSET,
|
|
3605
4099
|
headers: Optional[Mapping[str, str]] = None,
|
|
4100
|
+
stream: bool = False,
|
|
3606
4101
|
) -> Response[list[Team], list[TeamType]]:
|
|
3607
4102
|
"""orgs/list-invitation-teams
|
|
3608
4103
|
|
|
@@ -3629,6 +4124,7 @@ class OrgsClient:
|
|
|
3629
4124
|
url,
|
|
3630
4125
|
params=exclude_unset(params),
|
|
3631
4126
|
headers=exclude_unset(headers),
|
|
4127
|
+
stream=stream,
|
|
3632
4128
|
response_model=list[Team],
|
|
3633
4129
|
error_models={
|
|
3634
4130
|
"404": BasicError,
|
|
@@ -3640,6 +4136,7 @@ class OrgsClient:
|
|
|
3640
4136
|
org: str,
|
|
3641
4137
|
*,
|
|
3642
4138
|
headers: Optional[Mapping[str, str]] = None,
|
|
4139
|
+
stream: bool = False,
|
|
3643
4140
|
) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
|
|
3644
4141
|
"""orgs/list-issue-types
|
|
3645
4142
|
|
|
@@ -3662,6 +4159,7 @@ class OrgsClient:
|
|
|
3662
4159
|
"GET",
|
|
3663
4160
|
url,
|
|
3664
4161
|
headers=exclude_unset(headers),
|
|
4162
|
+
stream=stream,
|
|
3665
4163
|
response_model=list[Union[IssueType, None]],
|
|
3666
4164
|
error_models={
|
|
3667
4165
|
"404": BasicError,
|
|
@@ -3673,6 +4171,7 @@ class OrgsClient:
|
|
|
3673
4171
|
org: str,
|
|
3674
4172
|
*,
|
|
3675
4173
|
headers: Optional[Mapping[str, str]] = None,
|
|
4174
|
+
stream: bool = False,
|
|
3676
4175
|
) -> Response[list[Union[IssueType, None]], list[Union[IssueTypeType, None]]]:
|
|
3677
4176
|
"""orgs/list-issue-types
|
|
3678
4177
|
|
|
@@ -3695,6 +4194,7 @@ class OrgsClient:
|
|
|
3695
4194
|
"GET",
|
|
3696
4195
|
url,
|
|
3697
4196
|
headers=exclude_unset(headers),
|
|
4197
|
+
stream=stream,
|
|
3698
4198
|
response_model=list[Union[IssueType, None]],
|
|
3699
4199
|
error_models={
|
|
3700
4200
|
"404": BasicError,
|
|
@@ -3707,6 +4207,7 @@ class OrgsClient:
|
|
|
3707
4207
|
org: str,
|
|
3708
4208
|
*,
|
|
3709
4209
|
headers: Optional[Mapping[str, str]] = None,
|
|
4210
|
+
stream: bool = False,
|
|
3710
4211
|
data: OrganizationCreateIssueTypeType,
|
|
3711
4212
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
3712
4213
|
|
|
@@ -3717,6 +4218,7 @@ class OrgsClient:
|
|
|
3717
4218
|
*,
|
|
3718
4219
|
data: UnsetType = UNSET,
|
|
3719
4220
|
headers: Optional[Mapping[str, str]] = None,
|
|
4221
|
+
stream: bool = False,
|
|
3720
4222
|
name: str,
|
|
3721
4223
|
is_enabled: bool,
|
|
3722
4224
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -3735,6 +4237,7 @@ class OrgsClient:
|
|
|
3735
4237
|
org: str,
|
|
3736
4238
|
*,
|
|
3737
4239
|
headers: Optional[Mapping[str, str]] = None,
|
|
4240
|
+
stream: bool = False,
|
|
3738
4241
|
data: Missing[OrganizationCreateIssueTypeType] = UNSET,
|
|
3739
4242
|
**kwargs,
|
|
3740
4243
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -3779,6 +4282,7 @@ class OrgsClient:
|
|
|
3779
4282
|
url,
|
|
3780
4283
|
json=exclude_unset(json),
|
|
3781
4284
|
headers=exclude_unset(headers),
|
|
4285
|
+
stream=stream,
|
|
3782
4286
|
response_model=Union[IssueType, None],
|
|
3783
4287
|
error_models={
|
|
3784
4288
|
"404": BasicError,
|
|
@@ -3792,6 +4296,7 @@ class OrgsClient:
|
|
|
3792
4296
|
org: str,
|
|
3793
4297
|
*,
|
|
3794
4298
|
headers: Optional[Mapping[str, str]] = None,
|
|
4299
|
+
stream: bool = False,
|
|
3795
4300
|
data: OrganizationCreateIssueTypeType,
|
|
3796
4301
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
3797
4302
|
|
|
@@ -3802,6 +4307,7 @@ class OrgsClient:
|
|
|
3802
4307
|
*,
|
|
3803
4308
|
data: UnsetType = UNSET,
|
|
3804
4309
|
headers: Optional[Mapping[str, str]] = None,
|
|
4310
|
+
stream: bool = False,
|
|
3805
4311
|
name: str,
|
|
3806
4312
|
is_enabled: bool,
|
|
3807
4313
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -3820,6 +4326,7 @@ class OrgsClient:
|
|
|
3820
4326
|
org: str,
|
|
3821
4327
|
*,
|
|
3822
4328
|
headers: Optional[Mapping[str, str]] = None,
|
|
4329
|
+
stream: bool = False,
|
|
3823
4330
|
data: Missing[OrganizationCreateIssueTypeType] = UNSET,
|
|
3824
4331
|
**kwargs,
|
|
3825
4332
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -3864,6 +4371,7 @@ class OrgsClient:
|
|
|
3864
4371
|
url,
|
|
3865
4372
|
json=exclude_unset(json),
|
|
3866
4373
|
headers=exclude_unset(headers),
|
|
4374
|
+
stream=stream,
|
|
3867
4375
|
response_model=Union[IssueType, None],
|
|
3868
4376
|
error_models={
|
|
3869
4377
|
"404": BasicError,
|
|
@@ -3878,6 +4386,7 @@ class OrgsClient:
|
|
|
3878
4386
|
issue_type_id: int,
|
|
3879
4387
|
*,
|
|
3880
4388
|
headers: Optional[Mapping[str, str]] = None,
|
|
4389
|
+
stream: bool = False,
|
|
3881
4390
|
data: OrganizationUpdateIssueTypeType,
|
|
3882
4391
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
3883
4392
|
|
|
@@ -3889,6 +4398,7 @@ class OrgsClient:
|
|
|
3889
4398
|
*,
|
|
3890
4399
|
data: UnsetType = UNSET,
|
|
3891
4400
|
headers: Optional[Mapping[str, str]] = None,
|
|
4401
|
+
stream: bool = False,
|
|
3892
4402
|
name: str,
|
|
3893
4403
|
is_enabled: bool,
|
|
3894
4404
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -3908,6 +4418,7 @@ class OrgsClient:
|
|
|
3908
4418
|
issue_type_id: int,
|
|
3909
4419
|
*,
|
|
3910
4420
|
headers: Optional[Mapping[str, str]] = None,
|
|
4421
|
+
stream: bool = False,
|
|
3911
4422
|
data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
|
|
3912
4423
|
**kwargs,
|
|
3913
4424
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -3952,6 +4463,7 @@ class OrgsClient:
|
|
|
3952
4463
|
url,
|
|
3953
4464
|
json=exclude_unset(json),
|
|
3954
4465
|
headers=exclude_unset(headers),
|
|
4466
|
+
stream=stream,
|
|
3955
4467
|
response_model=Union[IssueType, None],
|
|
3956
4468
|
error_models={
|
|
3957
4469
|
"404": BasicError,
|
|
@@ -3966,6 +4478,7 @@ class OrgsClient:
|
|
|
3966
4478
|
issue_type_id: int,
|
|
3967
4479
|
*,
|
|
3968
4480
|
headers: Optional[Mapping[str, str]] = None,
|
|
4481
|
+
stream: bool = False,
|
|
3969
4482
|
data: OrganizationUpdateIssueTypeType,
|
|
3970
4483
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]: ...
|
|
3971
4484
|
|
|
@@ -3977,6 +4490,7 @@ class OrgsClient:
|
|
|
3977
4490
|
*,
|
|
3978
4491
|
data: UnsetType = UNSET,
|
|
3979
4492
|
headers: Optional[Mapping[str, str]] = None,
|
|
4493
|
+
stream: bool = False,
|
|
3980
4494
|
name: str,
|
|
3981
4495
|
is_enabled: bool,
|
|
3982
4496
|
description: Missing[Union[str, None]] = UNSET,
|
|
@@ -3996,6 +4510,7 @@ class OrgsClient:
|
|
|
3996
4510
|
issue_type_id: int,
|
|
3997
4511
|
*,
|
|
3998
4512
|
headers: Optional[Mapping[str, str]] = None,
|
|
4513
|
+
stream: bool = False,
|
|
3999
4514
|
data: Missing[OrganizationUpdateIssueTypeType] = UNSET,
|
|
4000
4515
|
**kwargs,
|
|
4001
4516
|
) -> Response[Union[IssueType, None], Union[IssueTypeType, None]]:
|
|
@@ -4040,6 +4555,7 @@ class OrgsClient:
|
|
|
4040
4555
|
url,
|
|
4041
4556
|
json=exclude_unset(json),
|
|
4042
4557
|
headers=exclude_unset(headers),
|
|
4558
|
+
stream=stream,
|
|
4043
4559
|
response_model=Union[IssueType, None],
|
|
4044
4560
|
error_models={
|
|
4045
4561
|
"404": BasicError,
|
|
@@ -4053,6 +4569,7 @@ class OrgsClient:
|
|
|
4053
4569
|
issue_type_id: int,
|
|
4054
4570
|
*,
|
|
4055
4571
|
headers: Optional[Mapping[str, str]] = None,
|
|
4572
|
+
stream: bool = False,
|
|
4056
4573
|
) -> Response:
|
|
4057
4574
|
"""orgs/delete-issue-type
|
|
4058
4575
|
|
|
@@ -4078,6 +4595,7 @@ class OrgsClient:
|
|
|
4078
4595
|
"DELETE",
|
|
4079
4596
|
url,
|
|
4080
4597
|
headers=exclude_unset(headers),
|
|
4598
|
+
stream=stream,
|
|
4081
4599
|
error_models={
|
|
4082
4600
|
"422": ValidationErrorSimple,
|
|
4083
4601
|
"404": BasicError,
|
|
@@ -4090,6 +4608,7 @@ class OrgsClient:
|
|
|
4090
4608
|
issue_type_id: int,
|
|
4091
4609
|
*,
|
|
4092
4610
|
headers: Optional[Mapping[str, str]] = None,
|
|
4611
|
+
stream: bool = False,
|
|
4093
4612
|
) -> Response:
|
|
4094
4613
|
"""orgs/delete-issue-type
|
|
4095
4614
|
|
|
@@ -4115,6 +4634,7 @@ class OrgsClient:
|
|
|
4115
4634
|
"DELETE",
|
|
4116
4635
|
url,
|
|
4117
4636
|
headers=exclude_unset(headers),
|
|
4637
|
+
stream=stream,
|
|
4118
4638
|
error_models={
|
|
4119
4639
|
"422": ValidationErrorSimple,
|
|
4120
4640
|
"404": BasicError,
|
|
@@ -4130,6 +4650,7 @@ class OrgsClient:
|
|
|
4130
4650
|
per_page: Missing[int] = UNSET,
|
|
4131
4651
|
page: Missing[int] = UNSET,
|
|
4132
4652
|
headers: Optional[Mapping[str, str]] = None,
|
|
4653
|
+
stream: bool = False,
|
|
4133
4654
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
4134
4655
|
"""orgs/list-members
|
|
4135
4656
|
|
|
@@ -4158,6 +4679,7 @@ class OrgsClient:
|
|
|
4158
4679
|
url,
|
|
4159
4680
|
params=exclude_unset(params),
|
|
4160
4681
|
headers=exclude_unset(headers),
|
|
4682
|
+
stream=stream,
|
|
4161
4683
|
response_model=list[SimpleUser],
|
|
4162
4684
|
error_models={
|
|
4163
4685
|
"422": ValidationError,
|
|
@@ -4173,6 +4695,7 @@ class OrgsClient:
|
|
|
4173
4695
|
per_page: Missing[int] = UNSET,
|
|
4174
4696
|
page: Missing[int] = UNSET,
|
|
4175
4697
|
headers: Optional[Mapping[str, str]] = None,
|
|
4698
|
+
stream: bool = False,
|
|
4176
4699
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
4177
4700
|
"""orgs/list-members
|
|
4178
4701
|
|
|
@@ -4201,6 +4724,7 @@ class OrgsClient:
|
|
|
4201
4724
|
url,
|
|
4202
4725
|
params=exclude_unset(params),
|
|
4203
4726
|
headers=exclude_unset(headers),
|
|
4727
|
+
stream=stream,
|
|
4204
4728
|
response_model=list[SimpleUser],
|
|
4205
4729
|
error_models={
|
|
4206
4730
|
"422": ValidationError,
|
|
@@ -4213,6 +4737,7 @@ class OrgsClient:
|
|
|
4213
4737
|
username: str,
|
|
4214
4738
|
*,
|
|
4215
4739
|
headers: Optional[Mapping[str, str]] = None,
|
|
4740
|
+
stream: bool = False,
|
|
4216
4741
|
) -> Response:
|
|
4217
4742
|
"""orgs/check-membership-for-user
|
|
4218
4743
|
|
|
@@ -4231,6 +4756,7 @@ class OrgsClient:
|
|
|
4231
4756
|
"GET",
|
|
4232
4757
|
url,
|
|
4233
4758
|
headers=exclude_unset(headers),
|
|
4759
|
+
stream=stream,
|
|
4234
4760
|
error_models={},
|
|
4235
4761
|
)
|
|
4236
4762
|
|
|
@@ -4240,6 +4766,7 @@ class OrgsClient:
|
|
|
4240
4766
|
username: str,
|
|
4241
4767
|
*,
|
|
4242
4768
|
headers: Optional[Mapping[str, str]] = None,
|
|
4769
|
+
stream: bool = False,
|
|
4243
4770
|
) -> Response:
|
|
4244
4771
|
"""orgs/check-membership-for-user
|
|
4245
4772
|
|
|
@@ -4258,6 +4785,7 @@ class OrgsClient:
|
|
|
4258
4785
|
"GET",
|
|
4259
4786
|
url,
|
|
4260
4787
|
headers=exclude_unset(headers),
|
|
4788
|
+
stream=stream,
|
|
4261
4789
|
error_models={},
|
|
4262
4790
|
)
|
|
4263
4791
|
|
|
@@ -4267,6 +4795,7 @@ class OrgsClient:
|
|
|
4267
4795
|
username: str,
|
|
4268
4796
|
*,
|
|
4269
4797
|
headers: Optional[Mapping[str, str]] = None,
|
|
4798
|
+
stream: bool = False,
|
|
4270
4799
|
) -> Response:
|
|
4271
4800
|
"""orgs/remove-member
|
|
4272
4801
|
|
|
@@ -4287,6 +4816,7 @@ class OrgsClient:
|
|
|
4287
4816
|
"DELETE",
|
|
4288
4817
|
url,
|
|
4289
4818
|
headers=exclude_unset(headers),
|
|
4819
|
+
stream=stream,
|
|
4290
4820
|
error_models={
|
|
4291
4821
|
"403": BasicError,
|
|
4292
4822
|
},
|
|
@@ -4298,6 +4828,7 @@ class OrgsClient:
|
|
|
4298
4828
|
username: str,
|
|
4299
4829
|
*,
|
|
4300
4830
|
headers: Optional[Mapping[str, str]] = None,
|
|
4831
|
+
stream: bool = False,
|
|
4301
4832
|
) -> Response:
|
|
4302
4833
|
"""orgs/remove-member
|
|
4303
4834
|
|
|
@@ -4318,6 +4849,7 @@ class OrgsClient:
|
|
|
4318
4849
|
"DELETE",
|
|
4319
4850
|
url,
|
|
4320
4851
|
headers=exclude_unset(headers),
|
|
4852
|
+
stream=stream,
|
|
4321
4853
|
error_models={
|
|
4322
4854
|
"403": BasicError,
|
|
4323
4855
|
},
|
|
@@ -4329,6 +4861,7 @@ class OrgsClient:
|
|
|
4329
4861
|
username: str,
|
|
4330
4862
|
*,
|
|
4331
4863
|
headers: Optional[Mapping[str, str]] = None,
|
|
4864
|
+
stream: bool = False,
|
|
4332
4865
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
4333
4866
|
"""orgs/get-membership-for-user
|
|
4334
4867
|
|
|
@@ -4349,6 +4882,7 @@ class OrgsClient:
|
|
|
4349
4882
|
"GET",
|
|
4350
4883
|
url,
|
|
4351
4884
|
headers=exclude_unset(headers),
|
|
4885
|
+
stream=stream,
|
|
4352
4886
|
response_model=OrgMembership,
|
|
4353
4887
|
error_models={
|
|
4354
4888
|
"404": BasicError,
|
|
@@ -4362,6 +4896,7 @@ class OrgsClient:
|
|
|
4362
4896
|
username: str,
|
|
4363
4897
|
*,
|
|
4364
4898
|
headers: Optional[Mapping[str, str]] = None,
|
|
4899
|
+
stream: bool = False,
|
|
4365
4900
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
4366
4901
|
"""orgs/get-membership-for-user
|
|
4367
4902
|
|
|
@@ -4382,6 +4917,7 @@ class OrgsClient:
|
|
|
4382
4917
|
"GET",
|
|
4383
4918
|
url,
|
|
4384
4919
|
headers=exclude_unset(headers),
|
|
4920
|
+
stream=stream,
|
|
4385
4921
|
response_model=OrgMembership,
|
|
4386
4922
|
error_models={
|
|
4387
4923
|
"404": BasicError,
|
|
@@ -4396,6 +4932,7 @@ class OrgsClient:
|
|
|
4396
4932
|
username: str,
|
|
4397
4933
|
*,
|
|
4398
4934
|
headers: Optional[Mapping[str, str]] = None,
|
|
4935
|
+
stream: bool = False,
|
|
4399
4936
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4400
4937
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4401
4938
|
|
|
@@ -4407,6 +4944,7 @@ class OrgsClient:
|
|
|
4407
4944
|
*,
|
|
4408
4945
|
data: UnsetType = UNSET,
|
|
4409
4946
|
headers: Optional[Mapping[str, str]] = None,
|
|
4947
|
+
stream: bool = False,
|
|
4410
4948
|
role: Missing[Literal["admin", "member"]] = UNSET,
|
|
4411
4949
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4412
4950
|
|
|
@@ -4416,6 +4954,7 @@ class OrgsClient:
|
|
|
4416
4954
|
username: str,
|
|
4417
4955
|
*,
|
|
4418
4956
|
headers: Optional[Mapping[str, str]] = None,
|
|
4957
|
+
stream: bool = False,
|
|
4419
4958
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4420
4959
|
**kwargs,
|
|
4421
4960
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -4461,6 +5000,7 @@ class OrgsClient:
|
|
|
4461
5000
|
url,
|
|
4462
5001
|
json=exclude_unset(json),
|
|
4463
5002
|
headers=exclude_unset(headers),
|
|
5003
|
+
stream=stream,
|
|
4464
5004
|
response_model=OrgMembership,
|
|
4465
5005
|
error_models={
|
|
4466
5006
|
"422": ValidationError,
|
|
@@ -4475,6 +5015,7 @@ class OrgsClient:
|
|
|
4475
5015
|
username: str,
|
|
4476
5016
|
*,
|
|
4477
5017
|
headers: Optional[Mapping[str, str]] = None,
|
|
5018
|
+
stream: bool = False,
|
|
4478
5019
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4479
5020
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4480
5021
|
|
|
@@ -4486,6 +5027,7 @@ class OrgsClient:
|
|
|
4486
5027
|
*,
|
|
4487
5028
|
data: UnsetType = UNSET,
|
|
4488
5029
|
headers: Optional[Mapping[str, str]] = None,
|
|
5030
|
+
stream: bool = False,
|
|
4489
5031
|
role: Missing[Literal["admin", "member"]] = UNSET,
|
|
4490
5032
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
4491
5033
|
|
|
@@ -4495,6 +5037,7 @@ class OrgsClient:
|
|
|
4495
5037
|
username: str,
|
|
4496
5038
|
*,
|
|
4497
5039
|
headers: Optional[Mapping[str, str]] = None,
|
|
5040
|
+
stream: bool = False,
|
|
4498
5041
|
data: Missing[OrgsOrgMembershipsUsernamePutBodyType] = UNSET,
|
|
4499
5042
|
**kwargs,
|
|
4500
5043
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -4540,6 +5083,7 @@ class OrgsClient:
|
|
|
4540
5083
|
url,
|
|
4541
5084
|
json=exclude_unset(json),
|
|
4542
5085
|
headers=exclude_unset(headers),
|
|
5086
|
+
stream=stream,
|
|
4543
5087
|
response_model=OrgMembership,
|
|
4544
5088
|
error_models={
|
|
4545
5089
|
"422": ValidationError,
|
|
@@ -4553,6 +5097,7 @@ class OrgsClient:
|
|
|
4553
5097
|
username: str,
|
|
4554
5098
|
*,
|
|
4555
5099
|
headers: Optional[Mapping[str, str]] = None,
|
|
5100
|
+
stream: bool = False,
|
|
4556
5101
|
) -> Response:
|
|
4557
5102
|
"""orgs/remove-membership-for-user
|
|
4558
5103
|
|
|
@@ -4575,6 +5120,7 @@ class OrgsClient:
|
|
|
4575
5120
|
"DELETE",
|
|
4576
5121
|
url,
|
|
4577
5122
|
headers=exclude_unset(headers),
|
|
5123
|
+
stream=stream,
|
|
4578
5124
|
error_models={
|
|
4579
5125
|
"403": BasicError,
|
|
4580
5126
|
"404": BasicError,
|
|
@@ -4587,6 +5133,7 @@ class OrgsClient:
|
|
|
4587
5133
|
username: str,
|
|
4588
5134
|
*,
|
|
4589
5135
|
headers: Optional[Mapping[str, str]] = None,
|
|
5136
|
+
stream: bool = False,
|
|
4590
5137
|
) -> Response:
|
|
4591
5138
|
"""orgs/remove-membership-for-user
|
|
4592
5139
|
|
|
@@ -4609,6 +5156,7 @@ class OrgsClient:
|
|
|
4609
5156
|
"DELETE",
|
|
4610
5157
|
url,
|
|
4611
5158
|
headers=exclude_unset(headers),
|
|
5159
|
+
stream=stream,
|
|
4612
5160
|
error_models={
|
|
4613
5161
|
"403": BasicError,
|
|
4614
5162
|
"404": BasicError,
|
|
@@ -4620,6 +5168,7 @@ class OrgsClient:
|
|
|
4620
5168
|
org: str,
|
|
4621
5169
|
*,
|
|
4622
5170
|
headers: Optional[Mapping[str, str]] = None,
|
|
5171
|
+
stream: bool = False,
|
|
4623
5172
|
) -> Response[
|
|
4624
5173
|
OrgsOrgOrganizationRolesGetResponse200,
|
|
4625
5174
|
OrgsOrgOrganizationRolesGetResponse200Type,
|
|
@@ -4654,6 +5203,7 @@ class OrgsClient:
|
|
|
4654
5203
|
"GET",
|
|
4655
5204
|
url,
|
|
4656
5205
|
headers=exclude_unset(headers),
|
|
5206
|
+
stream=stream,
|
|
4657
5207
|
response_model=OrgsOrgOrganizationRolesGetResponse200,
|
|
4658
5208
|
error_models={
|
|
4659
5209
|
"404": BasicError,
|
|
@@ -4666,6 +5216,7 @@ class OrgsClient:
|
|
|
4666
5216
|
org: str,
|
|
4667
5217
|
*,
|
|
4668
5218
|
headers: Optional[Mapping[str, str]] = None,
|
|
5219
|
+
stream: bool = False,
|
|
4669
5220
|
) -> Response[
|
|
4670
5221
|
OrgsOrgOrganizationRolesGetResponse200,
|
|
4671
5222
|
OrgsOrgOrganizationRolesGetResponse200Type,
|
|
@@ -4700,6 +5251,7 @@ class OrgsClient:
|
|
|
4700
5251
|
"GET",
|
|
4701
5252
|
url,
|
|
4702
5253
|
headers=exclude_unset(headers),
|
|
5254
|
+
stream=stream,
|
|
4703
5255
|
response_model=OrgsOrgOrganizationRolesGetResponse200,
|
|
4704
5256
|
error_models={
|
|
4705
5257
|
"404": BasicError,
|
|
@@ -4713,6 +5265,7 @@ class OrgsClient:
|
|
|
4713
5265
|
team_slug: str,
|
|
4714
5266
|
*,
|
|
4715
5267
|
headers: Optional[Mapping[str, str]] = None,
|
|
5268
|
+
stream: bool = False,
|
|
4716
5269
|
) -> Response:
|
|
4717
5270
|
"""orgs/revoke-all-org-roles-team
|
|
4718
5271
|
|
|
@@ -4735,6 +5288,7 @@ class OrgsClient:
|
|
|
4735
5288
|
"DELETE",
|
|
4736
5289
|
url,
|
|
4737
5290
|
headers=exclude_unset(headers),
|
|
5291
|
+
stream=stream,
|
|
4738
5292
|
)
|
|
4739
5293
|
|
|
4740
5294
|
async def async_revoke_all_org_roles_team(
|
|
@@ -4743,6 +5297,7 @@ class OrgsClient:
|
|
|
4743
5297
|
team_slug: str,
|
|
4744
5298
|
*,
|
|
4745
5299
|
headers: Optional[Mapping[str, str]] = None,
|
|
5300
|
+
stream: bool = False,
|
|
4746
5301
|
) -> Response:
|
|
4747
5302
|
"""orgs/revoke-all-org-roles-team
|
|
4748
5303
|
|
|
@@ -4765,6 +5320,7 @@ class OrgsClient:
|
|
|
4765
5320
|
"DELETE",
|
|
4766
5321
|
url,
|
|
4767
5322
|
headers=exclude_unset(headers),
|
|
5323
|
+
stream=stream,
|
|
4768
5324
|
)
|
|
4769
5325
|
|
|
4770
5326
|
def assign_team_to_org_role(
|
|
@@ -4774,6 +5330,7 @@ class OrgsClient:
|
|
|
4774
5330
|
role_id: int,
|
|
4775
5331
|
*,
|
|
4776
5332
|
headers: Optional[Mapping[str, str]] = None,
|
|
5333
|
+
stream: bool = False,
|
|
4777
5334
|
) -> Response:
|
|
4778
5335
|
"""orgs/assign-team-to-org-role
|
|
4779
5336
|
|
|
@@ -4796,6 +5353,7 @@ class OrgsClient:
|
|
|
4796
5353
|
"PUT",
|
|
4797
5354
|
url,
|
|
4798
5355
|
headers=exclude_unset(headers),
|
|
5356
|
+
stream=stream,
|
|
4799
5357
|
error_models={},
|
|
4800
5358
|
)
|
|
4801
5359
|
|
|
@@ -4806,6 +5364,7 @@ class OrgsClient:
|
|
|
4806
5364
|
role_id: int,
|
|
4807
5365
|
*,
|
|
4808
5366
|
headers: Optional[Mapping[str, str]] = None,
|
|
5367
|
+
stream: bool = False,
|
|
4809
5368
|
) -> Response:
|
|
4810
5369
|
"""orgs/assign-team-to-org-role
|
|
4811
5370
|
|
|
@@ -4828,6 +5387,7 @@ class OrgsClient:
|
|
|
4828
5387
|
"PUT",
|
|
4829
5388
|
url,
|
|
4830
5389
|
headers=exclude_unset(headers),
|
|
5390
|
+
stream=stream,
|
|
4831
5391
|
error_models={},
|
|
4832
5392
|
)
|
|
4833
5393
|
|
|
@@ -4838,6 +5398,7 @@ class OrgsClient:
|
|
|
4838
5398
|
role_id: int,
|
|
4839
5399
|
*,
|
|
4840
5400
|
headers: Optional[Mapping[str, str]] = None,
|
|
5401
|
+
stream: bool = False,
|
|
4841
5402
|
) -> Response:
|
|
4842
5403
|
"""orgs/revoke-org-role-team
|
|
4843
5404
|
|
|
@@ -4860,6 +5421,7 @@ class OrgsClient:
|
|
|
4860
5421
|
"DELETE",
|
|
4861
5422
|
url,
|
|
4862
5423
|
headers=exclude_unset(headers),
|
|
5424
|
+
stream=stream,
|
|
4863
5425
|
)
|
|
4864
5426
|
|
|
4865
5427
|
async def async_revoke_org_role_team(
|
|
@@ -4869,6 +5431,7 @@ class OrgsClient:
|
|
|
4869
5431
|
role_id: int,
|
|
4870
5432
|
*,
|
|
4871
5433
|
headers: Optional[Mapping[str, str]] = None,
|
|
5434
|
+
stream: bool = False,
|
|
4872
5435
|
) -> Response:
|
|
4873
5436
|
"""orgs/revoke-org-role-team
|
|
4874
5437
|
|
|
@@ -4891,6 +5454,7 @@ class OrgsClient:
|
|
|
4891
5454
|
"DELETE",
|
|
4892
5455
|
url,
|
|
4893
5456
|
headers=exclude_unset(headers),
|
|
5457
|
+
stream=stream,
|
|
4894
5458
|
)
|
|
4895
5459
|
|
|
4896
5460
|
def revoke_all_org_roles_user(
|
|
@@ -4899,6 +5463,7 @@ class OrgsClient:
|
|
|
4899
5463
|
username: str,
|
|
4900
5464
|
*,
|
|
4901
5465
|
headers: Optional[Mapping[str, str]] = None,
|
|
5466
|
+
stream: bool = False,
|
|
4902
5467
|
) -> Response:
|
|
4903
5468
|
"""orgs/revoke-all-org-roles-user
|
|
4904
5469
|
|
|
@@ -4921,6 +5486,7 @@ class OrgsClient:
|
|
|
4921
5486
|
"DELETE",
|
|
4922
5487
|
url,
|
|
4923
5488
|
headers=exclude_unset(headers),
|
|
5489
|
+
stream=stream,
|
|
4924
5490
|
)
|
|
4925
5491
|
|
|
4926
5492
|
async def async_revoke_all_org_roles_user(
|
|
@@ -4929,6 +5495,7 @@ class OrgsClient:
|
|
|
4929
5495
|
username: str,
|
|
4930
5496
|
*,
|
|
4931
5497
|
headers: Optional[Mapping[str, str]] = None,
|
|
5498
|
+
stream: bool = False,
|
|
4932
5499
|
) -> Response:
|
|
4933
5500
|
"""orgs/revoke-all-org-roles-user
|
|
4934
5501
|
|
|
@@ -4951,6 +5518,7 @@ class OrgsClient:
|
|
|
4951
5518
|
"DELETE",
|
|
4952
5519
|
url,
|
|
4953
5520
|
headers=exclude_unset(headers),
|
|
5521
|
+
stream=stream,
|
|
4954
5522
|
)
|
|
4955
5523
|
|
|
4956
5524
|
def assign_user_to_org_role(
|
|
@@ -4960,6 +5528,7 @@ class OrgsClient:
|
|
|
4960
5528
|
role_id: int,
|
|
4961
5529
|
*,
|
|
4962
5530
|
headers: Optional[Mapping[str, str]] = None,
|
|
5531
|
+
stream: bool = False,
|
|
4963
5532
|
) -> Response:
|
|
4964
5533
|
"""orgs/assign-user-to-org-role
|
|
4965
5534
|
|
|
@@ -4982,6 +5551,7 @@ class OrgsClient:
|
|
|
4982
5551
|
"PUT",
|
|
4983
5552
|
url,
|
|
4984
5553
|
headers=exclude_unset(headers),
|
|
5554
|
+
stream=stream,
|
|
4985
5555
|
error_models={},
|
|
4986
5556
|
)
|
|
4987
5557
|
|
|
@@ -4992,6 +5562,7 @@ class OrgsClient:
|
|
|
4992
5562
|
role_id: int,
|
|
4993
5563
|
*,
|
|
4994
5564
|
headers: Optional[Mapping[str, str]] = None,
|
|
5565
|
+
stream: bool = False,
|
|
4995
5566
|
) -> Response:
|
|
4996
5567
|
"""orgs/assign-user-to-org-role
|
|
4997
5568
|
|
|
@@ -5014,6 +5585,7 @@ class OrgsClient:
|
|
|
5014
5585
|
"PUT",
|
|
5015
5586
|
url,
|
|
5016
5587
|
headers=exclude_unset(headers),
|
|
5588
|
+
stream=stream,
|
|
5017
5589
|
error_models={},
|
|
5018
5590
|
)
|
|
5019
5591
|
|
|
@@ -5024,6 +5596,7 @@ class OrgsClient:
|
|
|
5024
5596
|
role_id: int,
|
|
5025
5597
|
*,
|
|
5026
5598
|
headers: Optional[Mapping[str, str]] = None,
|
|
5599
|
+
stream: bool = False,
|
|
5027
5600
|
) -> Response:
|
|
5028
5601
|
"""orgs/revoke-org-role-user
|
|
5029
5602
|
|
|
@@ -5046,6 +5619,7 @@ class OrgsClient:
|
|
|
5046
5619
|
"DELETE",
|
|
5047
5620
|
url,
|
|
5048
5621
|
headers=exclude_unset(headers),
|
|
5622
|
+
stream=stream,
|
|
5049
5623
|
)
|
|
5050
5624
|
|
|
5051
5625
|
async def async_revoke_org_role_user(
|
|
@@ -5055,6 +5629,7 @@ class OrgsClient:
|
|
|
5055
5629
|
role_id: int,
|
|
5056
5630
|
*,
|
|
5057
5631
|
headers: Optional[Mapping[str, str]] = None,
|
|
5632
|
+
stream: bool = False,
|
|
5058
5633
|
) -> Response:
|
|
5059
5634
|
"""orgs/revoke-org-role-user
|
|
5060
5635
|
|
|
@@ -5077,6 +5652,7 @@ class OrgsClient:
|
|
|
5077
5652
|
"DELETE",
|
|
5078
5653
|
url,
|
|
5079
5654
|
headers=exclude_unset(headers),
|
|
5655
|
+
stream=stream,
|
|
5080
5656
|
)
|
|
5081
5657
|
|
|
5082
5658
|
def get_org_role(
|
|
@@ -5085,6 +5661,7 @@ class OrgsClient:
|
|
|
5085
5661
|
role_id: int,
|
|
5086
5662
|
*,
|
|
5087
5663
|
headers: Optional[Mapping[str, str]] = None,
|
|
5664
|
+
stream: bool = False,
|
|
5088
5665
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
5089
5666
|
"""orgs/get-org-role
|
|
5090
5667
|
|
|
@@ -5112,6 +5689,7 @@ class OrgsClient:
|
|
|
5112
5689
|
"GET",
|
|
5113
5690
|
url,
|
|
5114
5691
|
headers=exclude_unset(headers),
|
|
5692
|
+
stream=stream,
|
|
5115
5693
|
response_model=OrganizationRole,
|
|
5116
5694
|
error_models={
|
|
5117
5695
|
"404": BasicError,
|
|
@@ -5125,6 +5703,7 @@ class OrgsClient:
|
|
|
5125
5703
|
role_id: int,
|
|
5126
5704
|
*,
|
|
5127
5705
|
headers: Optional[Mapping[str, str]] = None,
|
|
5706
|
+
stream: bool = False,
|
|
5128
5707
|
) -> Response[OrganizationRole, OrganizationRoleType]:
|
|
5129
5708
|
"""orgs/get-org-role
|
|
5130
5709
|
|
|
@@ -5152,6 +5731,7 @@ class OrgsClient:
|
|
|
5152
5731
|
"GET",
|
|
5153
5732
|
url,
|
|
5154
5733
|
headers=exclude_unset(headers),
|
|
5734
|
+
stream=stream,
|
|
5155
5735
|
response_model=OrganizationRole,
|
|
5156
5736
|
error_models={
|
|
5157
5737
|
"404": BasicError,
|
|
@@ -5167,6 +5747,7 @@ class OrgsClient:
|
|
|
5167
5747
|
per_page: Missing[int] = UNSET,
|
|
5168
5748
|
page: Missing[int] = UNSET,
|
|
5169
5749
|
headers: Optional[Mapping[str, str]] = None,
|
|
5750
|
+
stream: bool = False,
|
|
5170
5751
|
) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
|
|
5171
5752
|
"""orgs/list-org-role-teams
|
|
5172
5753
|
|
|
@@ -5197,6 +5778,7 @@ class OrgsClient:
|
|
|
5197
5778
|
url,
|
|
5198
5779
|
params=exclude_unset(params),
|
|
5199
5780
|
headers=exclude_unset(headers),
|
|
5781
|
+
stream=stream,
|
|
5200
5782
|
response_model=list[TeamRoleAssignment],
|
|
5201
5783
|
error_models={},
|
|
5202
5784
|
)
|
|
@@ -5209,6 +5791,7 @@ class OrgsClient:
|
|
|
5209
5791
|
per_page: Missing[int] = UNSET,
|
|
5210
5792
|
page: Missing[int] = UNSET,
|
|
5211
5793
|
headers: Optional[Mapping[str, str]] = None,
|
|
5794
|
+
stream: bool = False,
|
|
5212
5795
|
) -> Response[list[TeamRoleAssignment], list[TeamRoleAssignmentType]]:
|
|
5213
5796
|
"""orgs/list-org-role-teams
|
|
5214
5797
|
|
|
@@ -5239,6 +5822,7 @@ class OrgsClient:
|
|
|
5239
5822
|
url,
|
|
5240
5823
|
params=exclude_unset(params),
|
|
5241
5824
|
headers=exclude_unset(headers),
|
|
5825
|
+
stream=stream,
|
|
5242
5826
|
response_model=list[TeamRoleAssignment],
|
|
5243
5827
|
error_models={},
|
|
5244
5828
|
)
|
|
@@ -5251,6 +5835,7 @@ class OrgsClient:
|
|
|
5251
5835
|
per_page: Missing[int] = UNSET,
|
|
5252
5836
|
page: Missing[int] = UNSET,
|
|
5253
5837
|
headers: Optional[Mapping[str, str]] = None,
|
|
5838
|
+
stream: bool = False,
|
|
5254
5839
|
) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
|
|
5255
5840
|
"""orgs/list-org-role-users
|
|
5256
5841
|
|
|
@@ -5281,6 +5866,7 @@ class OrgsClient:
|
|
|
5281
5866
|
url,
|
|
5282
5867
|
params=exclude_unset(params),
|
|
5283
5868
|
headers=exclude_unset(headers),
|
|
5869
|
+
stream=stream,
|
|
5284
5870
|
response_model=list[UserRoleAssignment],
|
|
5285
5871
|
error_models={},
|
|
5286
5872
|
)
|
|
@@ -5293,6 +5879,7 @@ class OrgsClient:
|
|
|
5293
5879
|
per_page: Missing[int] = UNSET,
|
|
5294
5880
|
page: Missing[int] = UNSET,
|
|
5295
5881
|
headers: Optional[Mapping[str, str]] = None,
|
|
5882
|
+
stream: bool = False,
|
|
5296
5883
|
) -> Response[list[UserRoleAssignment], list[UserRoleAssignmentType]]:
|
|
5297
5884
|
"""orgs/list-org-role-users
|
|
5298
5885
|
|
|
@@ -5323,6 +5910,7 @@ class OrgsClient:
|
|
|
5323
5910
|
url,
|
|
5324
5911
|
params=exclude_unset(params),
|
|
5325
5912
|
headers=exclude_unset(headers),
|
|
5913
|
+
stream=stream,
|
|
5326
5914
|
response_model=list[UserRoleAssignment],
|
|
5327
5915
|
error_models={},
|
|
5328
5916
|
)
|
|
@@ -5335,6 +5923,7 @@ class OrgsClient:
|
|
|
5335
5923
|
per_page: Missing[int] = UNSET,
|
|
5336
5924
|
page: Missing[int] = UNSET,
|
|
5337
5925
|
headers: Optional[Mapping[str, str]] = None,
|
|
5926
|
+
stream: bool = False,
|
|
5338
5927
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5339
5928
|
"""orgs/list-outside-collaborators
|
|
5340
5929
|
|
|
@@ -5362,6 +5951,7 @@ class OrgsClient:
|
|
|
5362
5951
|
url,
|
|
5363
5952
|
params=exclude_unset(params),
|
|
5364
5953
|
headers=exclude_unset(headers),
|
|
5954
|
+
stream=stream,
|
|
5365
5955
|
response_model=list[SimpleUser],
|
|
5366
5956
|
)
|
|
5367
5957
|
|
|
@@ -5373,6 +5963,7 @@ class OrgsClient:
|
|
|
5373
5963
|
per_page: Missing[int] = UNSET,
|
|
5374
5964
|
page: Missing[int] = UNSET,
|
|
5375
5965
|
headers: Optional[Mapping[str, str]] = None,
|
|
5966
|
+
stream: bool = False,
|
|
5376
5967
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
5377
5968
|
"""orgs/list-outside-collaborators
|
|
5378
5969
|
|
|
@@ -5400,6 +5991,7 @@ class OrgsClient:
|
|
|
5400
5991
|
url,
|
|
5401
5992
|
params=exclude_unset(params),
|
|
5402
5993
|
headers=exclude_unset(headers),
|
|
5994
|
+
stream=stream,
|
|
5403
5995
|
response_model=list[SimpleUser],
|
|
5404
5996
|
)
|
|
5405
5997
|
|
|
@@ -5410,6 +6002,7 @@ class OrgsClient:
|
|
|
5410
6002
|
username: str,
|
|
5411
6003
|
*,
|
|
5412
6004
|
headers: Optional[Mapping[str, str]] = None,
|
|
6005
|
+
stream: bool = False,
|
|
5413
6006
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5414
6007
|
) -> Response[
|
|
5415
6008
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5424,6 +6017,7 @@ class OrgsClient:
|
|
|
5424
6017
|
*,
|
|
5425
6018
|
data: UnsetType = UNSET,
|
|
5426
6019
|
headers: Optional[Mapping[str, str]] = None,
|
|
6020
|
+
stream: bool = False,
|
|
5427
6021
|
async_: Missing[bool] = UNSET,
|
|
5428
6022
|
) -> Response[
|
|
5429
6023
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5436,6 +6030,7 @@ class OrgsClient:
|
|
|
5436
6030
|
username: str,
|
|
5437
6031
|
*,
|
|
5438
6032
|
headers: Optional[Mapping[str, str]] = None,
|
|
6033
|
+
stream: bool = False,
|
|
5439
6034
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5440
6035
|
**kwargs,
|
|
5441
6036
|
) -> Response[
|
|
@@ -5477,6 +6072,7 @@ class OrgsClient:
|
|
|
5477
6072
|
url,
|
|
5478
6073
|
json=exclude_unset(json),
|
|
5479
6074
|
headers=exclude_unset(headers),
|
|
6075
|
+
stream=stream,
|
|
5480
6076
|
response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
5481
6077
|
error_models={
|
|
5482
6078
|
"404": BasicError,
|
|
@@ -5490,6 +6086,7 @@ class OrgsClient:
|
|
|
5490
6086
|
username: str,
|
|
5491
6087
|
*,
|
|
5492
6088
|
headers: Optional[Mapping[str, str]] = None,
|
|
6089
|
+
stream: bool = False,
|
|
5493
6090
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5494
6091
|
) -> Response[
|
|
5495
6092
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5504,6 +6101,7 @@ class OrgsClient:
|
|
|
5504
6101
|
*,
|
|
5505
6102
|
data: UnsetType = UNSET,
|
|
5506
6103
|
headers: Optional[Mapping[str, str]] = None,
|
|
6104
|
+
stream: bool = False,
|
|
5507
6105
|
async_: Missing[bool] = UNSET,
|
|
5508
6106
|
) -> Response[
|
|
5509
6107
|
OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
@@ -5516,6 +6114,7 @@ class OrgsClient:
|
|
|
5516
6114
|
username: str,
|
|
5517
6115
|
*,
|
|
5518
6116
|
headers: Optional[Mapping[str, str]] = None,
|
|
6117
|
+
stream: bool = False,
|
|
5519
6118
|
data: Missing[OrgsOrgOutsideCollaboratorsUsernamePutBodyType] = UNSET,
|
|
5520
6119
|
**kwargs,
|
|
5521
6120
|
) -> Response[
|
|
@@ -5557,6 +6156,7 @@ class OrgsClient:
|
|
|
5557
6156
|
url,
|
|
5558
6157
|
json=exclude_unset(json),
|
|
5559
6158
|
headers=exclude_unset(headers),
|
|
6159
|
+
stream=stream,
|
|
5560
6160
|
response_model=OrgsOrgOutsideCollaboratorsUsernamePutResponse202,
|
|
5561
6161
|
error_models={
|
|
5562
6162
|
"404": BasicError,
|
|
@@ -5569,6 +6169,7 @@ class OrgsClient:
|
|
|
5569
6169
|
username: str,
|
|
5570
6170
|
*,
|
|
5571
6171
|
headers: Optional[Mapping[str, str]] = None,
|
|
6172
|
+
stream: bool = False,
|
|
5572
6173
|
) -> Response:
|
|
5573
6174
|
"""orgs/remove-outside-collaborator
|
|
5574
6175
|
|
|
@@ -5589,6 +6190,7 @@ class OrgsClient:
|
|
|
5589
6190
|
"DELETE",
|
|
5590
6191
|
url,
|
|
5591
6192
|
headers=exclude_unset(headers),
|
|
6193
|
+
stream=stream,
|
|
5592
6194
|
error_models={
|
|
5593
6195
|
"422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
|
|
5594
6196
|
},
|
|
@@ -5600,6 +6202,7 @@ class OrgsClient:
|
|
|
5600
6202
|
username: str,
|
|
5601
6203
|
*,
|
|
5602
6204
|
headers: Optional[Mapping[str, str]] = None,
|
|
6205
|
+
stream: bool = False,
|
|
5603
6206
|
) -> Response:
|
|
5604
6207
|
"""orgs/remove-outside-collaborator
|
|
5605
6208
|
|
|
@@ -5620,6 +6223,7 @@ class OrgsClient:
|
|
|
5620
6223
|
"DELETE",
|
|
5621
6224
|
url,
|
|
5622
6225
|
headers=exclude_unset(headers),
|
|
6226
|
+
stream=stream,
|
|
5623
6227
|
error_models={
|
|
5624
6228
|
"422": OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422,
|
|
5625
6229
|
},
|
|
@@ -5640,6 +6244,7 @@ class OrgsClient:
|
|
|
5640
6244
|
last_used_after: Missing[datetime] = UNSET,
|
|
5641
6245
|
token_id: Missing[list[str]] = UNSET,
|
|
5642
6246
|
headers: Optional[Mapping[str, str]] = None,
|
|
6247
|
+
stream: bool = False,
|
|
5643
6248
|
) -> Response[
|
|
5644
6249
|
list[OrganizationProgrammaticAccessGrantRequest],
|
|
5645
6250
|
list[OrganizationProgrammaticAccessGrantRequestType],
|
|
@@ -5683,6 +6288,7 @@ class OrgsClient:
|
|
|
5683
6288
|
url,
|
|
5684
6289
|
params=exclude_unset(params),
|
|
5685
6290
|
headers=exclude_unset(headers),
|
|
6291
|
+
stream=stream,
|
|
5686
6292
|
response_model=list[OrganizationProgrammaticAccessGrantRequest],
|
|
5687
6293
|
error_models={
|
|
5688
6294
|
"500": BasicError,
|
|
@@ -5707,6 +6313,7 @@ class OrgsClient:
|
|
|
5707
6313
|
last_used_after: Missing[datetime] = UNSET,
|
|
5708
6314
|
token_id: Missing[list[str]] = UNSET,
|
|
5709
6315
|
headers: Optional[Mapping[str, str]] = None,
|
|
6316
|
+
stream: bool = False,
|
|
5710
6317
|
) -> Response[
|
|
5711
6318
|
list[OrganizationProgrammaticAccessGrantRequest],
|
|
5712
6319
|
list[OrganizationProgrammaticAccessGrantRequestType],
|
|
@@ -5750,6 +6357,7 @@ class OrgsClient:
|
|
|
5750
6357
|
url,
|
|
5751
6358
|
params=exclude_unset(params),
|
|
5752
6359
|
headers=exclude_unset(headers),
|
|
6360
|
+
stream=stream,
|
|
5753
6361
|
response_model=list[OrganizationProgrammaticAccessGrantRequest],
|
|
5754
6362
|
error_models={
|
|
5755
6363
|
"500": BasicError,
|
|
@@ -5765,6 +6373,7 @@ class OrgsClient:
|
|
|
5765
6373
|
org: str,
|
|
5766
6374
|
*,
|
|
5767
6375
|
headers: Optional[Mapping[str, str]] = None,
|
|
6376
|
+
stream: bool = False,
|
|
5768
6377
|
data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
|
|
5769
6378
|
) -> Response[
|
|
5770
6379
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -5778,6 +6387,7 @@ class OrgsClient:
|
|
|
5778
6387
|
*,
|
|
5779
6388
|
data: UnsetType = UNSET,
|
|
5780
6389
|
headers: Optional[Mapping[str, str]] = None,
|
|
6390
|
+
stream: bool = False,
|
|
5781
6391
|
pat_request_ids: Missing[list[int]] = UNSET,
|
|
5782
6392
|
action: Literal["approve", "deny"],
|
|
5783
6393
|
reason: Missing[Union[str, None]] = UNSET,
|
|
@@ -5791,6 +6401,7 @@ class OrgsClient:
|
|
|
5791
6401
|
org: str,
|
|
5792
6402
|
*,
|
|
5793
6403
|
headers: Optional[Mapping[str, str]] = None,
|
|
6404
|
+
stream: bool = False,
|
|
5794
6405
|
data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
|
|
5795
6406
|
**kwargs,
|
|
5796
6407
|
) -> Response[
|
|
@@ -5835,6 +6446,7 @@ class OrgsClient:
|
|
|
5835
6446
|
url,
|
|
5836
6447
|
json=exclude_unset(json),
|
|
5837
6448
|
headers=exclude_unset(headers),
|
|
6449
|
+
stream=stream,
|
|
5838
6450
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
5839
6451
|
error_models={
|
|
5840
6452
|
"500": BasicError,
|
|
@@ -5850,6 +6462,7 @@ class OrgsClient:
|
|
|
5850
6462
|
org: str,
|
|
5851
6463
|
*,
|
|
5852
6464
|
headers: Optional[Mapping[str, str]] = None,
|
|
6465
|
+
stream: bool = False,
|
|
5853
6466
|
data: OrgsOrgPersonalAccessTokenRequestsPostBodyType,
|
|
5854
6467
|
) -> Response[
|
|
5855
6468
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -5863,6 +6476,7 @@ class OrgsClient:
|
|
|
5863
6476
|
*,
|
|
5864
6477
|
data: UnsetType = UNSET,
|
|
5865
6478
|
headers: Optional[Mapping[str, str]] = None,
|
|
6479
|
+
stream: bool = False,
|
|
5866
6480
|
pat_request_ids: Missing[list[int]] = UNSET,
|
|
5867
6481
|
action: Literal["approve", "deny"],
|
|
5868
6482
|
reason: Missing[Union[str, None]] = UNSET,
|
|
@@ -5876,6 +6490,7 @@ class OrgsClient:
|
|
|
5876
6490
|
org: str,
|
|
5877
6491
|
*,
|
|
5878
6492
|
headers: Optional[Mapping[str, str]] = None,
|
|
6493
|
+
stream: bool = False,
|
|
5879
6494
|
data: Missing[OrgsOrgPersonalAccessTokenRequestsPostBodyType] = UNSET,
|
|
5880
6495
|
**kwargs,
|
|
5881
6496
|
) -> Response[
|
|
@@ -5920,6 +6535,7 @@ class OrgsClient:
|
|
|
5920
6535
|
url,
|
|
5921
6536
|
json=exclude_unset(json),
|
|
5922
6537
|
headers=exclude_unset(headers),
|
|
6538
|
+
stream=stream,
|
|
5923
6539
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
5924
6540
|
error_models={
|
|
5925
6541
|
"500": BasicError,
|
|
@@ -5936,6 +6552,7 @@ class OrgsClient:
|
|
|
5936
6552
|
pat_request_id: int,
|
|
5937
6553
|
*,
|
|
5938
6554
|
headers: Optional[Mapping[str, str]] = None,
|
|
6555
|
+
stream: bool = False,
|
|
5939
6556
|
data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
|
|
5940
6557
|
) -> Response: ...
|
|
5941
6558
|
|
|
@@ -5947,6 +6564,7 @@ class OrgsClient:
|
|
|
5947
6564
|
*,
|
|
5948
6565
|
data: UnsetType = UNSET,
|
|
5949
6566
|
headers: Optional[Mapping[str, str]] = None,
|
|
6567
|
+
stream: bool = False,
|
|
5950
6568
|
action: Literal["approve", "deny"],
|
|
5951
6569
|
reason: Missing[Union[str, None]] = UNSET,
|
|
5952
6570
|
) -> Response: ...
|
|
@@ -5957,6 +6575,7 @@ class OrgsClient:
|
|
|
5957
6575
|
pat_request_id: int,
|
|
5958
6576
|
*,
|
|
5959
6577
|
headers: Optional[Mapping[str, str]] = None,
|
|
6578
|
+
stream: bool = False,
|
|
5960
6579
|
data: Missing[
|
|
5961
6580
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
|
|
5962
6581
|
] = UNSET,
|
|
@@ -5999,6 +6618,7 @@ class OrgsClient:
|
|
|
5999
6618
|
url,
|
|
6000
6619
|
json=exclude_unset(json),
|
|
6001
6620
|
headers=exclude_unset(headers),
|
|
6621
|
+
stream=stream,
|
|
6002
6622
|
error_models={
|
|
6003
6623
|
"500": BasicError,
|
|
6004
6624
|
"422": ValidationError,
|
|
@@ -6014,6 +6634,7 @@ class OrgsClient:
|
|
|
6014
6634
|
pat_request_id: int,
|
|
6015
6635
|
*,
|
|
6016
6636
|
headers: Optional[Mapping[str, str]] = None,
|
|
6637
|
+
stream: bool = False,
|
|
6017
6638
|
data: OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
|
|
6018
6639
|
) -> Response: ...
|
|
6019
6640
|
|
|
@@ -6025,6 +6646,7 @@ class OrgsClient:
|
|
|
6025
6646
|
*,
|
|
6026
6647
|
data: UnsetType = UNSET,
|
|
6027
6648
|
headers: Optional[Mapping[str, str]] = None,
|
|
6649
|
+
stream: bool = False,
|
|
6028
6650
|
action: Literal["approve", "deny"],
|
|
6029
6651
|
reason: Missing[Union[str, None]] = UNSET,
|
|
6030
6652
|
) -> Response: ...
|
|
@@ -6035,6 +6657,7 @@ class OrgsClient:
|
|
|
6035
6657
|
pat_request_id: int,
|
|
6036
6658
|
*,
|
|
6037
6659
|
headers: Optional[Mapping[str, str]] = None,
|
|
6660
|
+
stream: bool = False,
|
|
6038
6661
|
data: Missing[
|
|
6039
6662
|
OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType
|
|
6040
6663
|
] = UNSET,
|
|
@@ -6077,6 +6700,7 @@ class OrgsClient:
|
|
|
6077
6700
|
url,
|
|
6078
6701
|
json=exclude_unset(json),
|
|
6079
6702
|
headers=exclude_unset(headers),
|
|
6703
|
+
stream=stream,
|
|
6080
6704
|
error_models={
|
|
6081
6705
|
"500": BasicError,
|
|
6082
6706
|
"422": ValidationError,
|
|
@@ -6093,6 +6717,7 @@ class OrgsClient:
|
|
|
6093
6717
|
per_page: Missing[int] = UNSET,
|
|
6094
6718
|
page: Missing[int] = UNSET,
|
|
6095
6719
|
headers: Optional[Mapping[str, str]] = None,
|
|
6720
|
+
stream: bool = False,
|
|
6096
6721
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6097
6722
|
"""orgs/list-pat-grant-request-repositories
|
|
6098
6723
|
|
|
@@ -6123,6 +6748,7 @@ class OrgsClient:
|
|
|
6123
6748
|
url,
|
|
6124
6749
|
params=exclude_unset(params),
|
|
6125
6750
|
headers=exclude_unset(headers),
|
|
6751
|
+
stream=stream,
|
|
6126
6752
|
response_model=list[MinimalRepository],
|
|
6127
6753
|
error_models={
|
|
6128
6754
|
"500": BasicError,
|
|
@@ -6139,6 +6765,7 @@ class OrgsClient:
|
|
|
6139
6765
|
per_page: Missing[int] = UNSET,
|
|
6140
6766
|
page: Missing[int] = UNSET,
|
|
6141
6767
|
headers: Optional[Mapping[str, str]] = None,
|
|
6768
|
+
stream: bool = False,
|
|
6142
6769
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6143
6770
|
"""orgs/list-pat-grant-request-repositories
|
|
6144
6771
|
|
|
@@ -6169,6 +6796,7 @@ class OrgsClient:
|
|
|
6169
6796
|
url,
|
|
6170
6797
|
params=exclude_unset(params),
|
|
6171
6798
|
headers=exclude_unset(headers),
|
|
6799
|
+
stream=stream,
|
|
6172
6800
|
response_model=list[MinimalRepository],
|
|
6173
6801
|
error_models={
|
|
6174
6802
|
"500": BasicError,
|
|
@@ -6192,6 +6820,7 @@ class OrgsClient:
|
|
|
6192
6820
|
last_used_after: Missing[datetime] = UNSET,
|
|
6193
6821
|
token_id: Missing[list[str]] = UNSET,
|
|
6194
6822
|
headers: Optional[Mapping[str, str]] = None,
|
|
6823
|
+
stream: bool = False,
|
|
6195
6824
|
) -> Response[
|
|
6196
6825
|
list[OrganizationProgrammaticAccessGrant],
|
|
6197
6826
|
list[OrganizationProgrammaticAccessGrantType],
|
|
@@ -6235,6 +6864,7 @@ class OrgsClient:
|
|
|
6235
6864
|
url,
|
|
6236
6865
|
params=exclude_unset(params),
|
|
6237
6866
|
headers=exclude_unset(headers),
|
|
6867
|
+
stream=stream,
|
|
6238
6868
|
response_model=list[OrganizationProgrammaticAccessGrant],
|
|
6239
6869
|
error_models={
|
|
6240
6870
|
"500": BasicError,
|
|
@@ -6259,6 +6889,7 @@ class OrgsClient:
|
|
|
6259
6889
|
last_used_after: Missing[datetime] = UNSET,
|
|
6260
6890
|
token_id: Missing[list[str]] = UNSET,
|
|
6261
6891
|
headers: Optional[Mapping[str, str]] = None,
|
|
6892
|
+
stream: bool = False,
|
|
6262
6893
|
) -> Response[
|
|
6263
6894
|
list[OrganizationProgrammaticAccessGrant],
|
|
6264
6895
|
list[OrganizationProgrammaticAccessGrantType],
|
|
@@ -6302,6 +6933,7 @@ class OrgsClient:
|
|
|
6302
6933
|
url,
|
|
6303
6934
|
params=exclude_unset(params),
|
|
6304
6935
|
headers=exclude_unset(headers),
|
|
6936
|
+
stream=stream,
|
|
6305
6937
|
response_model=list[OrganizationProgrammaticAccessGrant],
|
|
6306
6938
|
error_models={
|
|
6307
6939
|
"500": BasicError,
|
|
@@ -6317,6 +6949,7 @@ class OrgsClient:
|
|
|
6317
6949
|
org: str,
|
|
6318
6950
|
*,
|
|
6319
6951
|
headers: Optional[Mapping[str, str]] = None,
|
|
6952
|
+
stream: bool = False,
|
|
6320
6953
|
data: OrgsOrgPersonalAccessTokensPostBodyType,
|
|
6321
6954
|
) -> Response[
|
|
6322
6955
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -6330,6 +6963,7 @@ class OrgsClient:
|
|
|
6330
6963
|
*,
|
|
6331
6964
|
data: UnsetType = UNSET,
|
|
6332
6965
|
headers: Optional[Mapping[str, str]] = None,
|
|
6966
|
+
stream: bool = False,
|
|
6333
6967
|
action: Literal["revoke"],
|
|
6334
6968
|
pat_ids: list[int],
|
|
6335
6969
|
) -> Response[
|
|
@@ -6342,6 +6976,7 @@ class OrgsClient:
|
|
|
6342
6976
|
org: str,
|
|
6343
6977
|
*,
|
|
6344
6978
|
headers: Optional[Mapping[str, str]] = None,
|
|
6979
|
+
stream: bool = False,
|
|
6345
6980
|
data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
|
|
6346
6981
|
**kwargs,
|
|
6347
6982
|
) -> Response[
|
|
@@ -6384,6 +7019,7 @@ class OrgsClient:
|
|
|
6384
7019
|
url,
|
|
6385
7020
|
json=exclude_unset(json),
|
|
6386
7021
|
headers=exclude_unset(headers),
|
|
7022
|
+
stream=stream,
|
|
6387
7023
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
6388
7024
|
error_models={
|
|
6389
7025
|
"500": BasicError,
|
|
@@ -6399,6 +7035,7 @@ class OrgsClient:
|
|
|
6399
7035
|
org: str,
|
|
6400
7036
|
*,
|
|
6401
7037
|
headers: Optional[Mapping[str, str]] = None,
|
|
7038
|
+
stream: bool = False,
|
|
6402
7039
|
data: OrgsOrgPersonalAccessTokensPostBodyType,
|
|
6403
7040
|
) -> Response[
|
|
6404
7041
|
AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
@@ -6412,6 +7049,7 @@ class OrgsClient:
|
|
|
6412
7049
|
*,
|
|
6413
7050
|
data: UnsetType = UNSET,
|
|
6414
7051
|
headers: Optional[Mapping[str, str]] = None,
|
|
7052
|
+
stream: bool = False,
|
|
6415
7053
|
action: Literal["revoke"],
|
|
6416
7054
|
pat_ids: list[int],
|
|
6417
7055
|
) -> Response[
|
|
@@ -6424,6 +7062,7 @@ class OrgsClient:
|
|
|
6424
7062
|
org: str,
|
|
6425
7063
|
*,
|
|
6426
7064
|
headers: Optional[Mapping[str, str]] = None,
|
|
7065
|
+
stream: bool = False,
|
|
6427
7066
|
data: Missing[OrgsOrgPersonalAccessTokensPostBodyType] = UNSET,
|
|
6428
7067
|
**kwargs,
|
|
6429
7068
|
) -> Response[
|
|
@@ -6466,6 +7105,7 @@ class OrgsClient:
|
|
|
6466
7105
|
url,
|
|
6467
7106
|
json=exclude_unset(json),
|
|
6468
7107
|
headers=exclude_unset(headers),
|
|
7108
|
+
stream=stream,
|
|
6469
7109
|
response_model=AppHookDeliveriesDeliveryIdAttemptsPostResponse202,
|
|
6470
7110
|
error_models={
|
|
6471
7111
|
"500": BasicError,
|
|
@@ -6482,6 +7122,7 @@ class OrgsClient:
|
|
|
6482
7122
|
pat_id: int,
|
|
6483
7123
|
*,
|
|
6484
7124
|
headers: Optional[Mapping[str, str]] = None,
|
|
7125
|
+
stream: bool = False,
|
|
6485
7126
|
data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
|
|
6486
7127
|
) -> Response: ...
|
|
6487
7128
|
|
|
@@ -6493,6 +7134,7 @@ class OrgsClient:
|
|
|
6493
7134
|
*,
|
|
6494
7135
|
data: UnsetType = UNSET,
|
|
6495
7136
|
headers: Optional[Mapping[str, str]] = None,
|
|
7137
|
+
stream: bool = False,
|
|
6496
7138
|
action: Literal["revoke"],
|
|
6497
7139
|
) -> Response: ...
|
|
6498
7140
|
|
|
@@ -6502,6 +7144,7 @@ class OrgsClient:
|
|
|
6502
7144
|
pat_id: int,
|
|
6503
7145
|
*,
|
|
6504
7146
|
headers: Optional[Mapping[str, str]] = None,
|
|
7147
|
+
stream: bool = False,
|
|
6505
7148
|
data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
|
|
6506
7149
|
**kwargs,
|
|
6507
7150
|
) -> Response:
|
|
@@ -6540,6 +7183,7 @@ class OrgsClient:
|
|
|
6540
7183
|
url,
|
|
6541
7184
|
json=exclude_unset(json),
|
|
6542
7185
|
headers=exclude_unset(headers),
|
|
7186
|
+
stream=stream,
|
|
6543
7187
|
error_models={
|
|
6544
7188
|
"500": BasicError,
|
|
6545
7189
|
"404": BasicError,
|
|
@@ -6555,6 +7199,7 @@ class OrgsClient:
|
|
|
6555
7199
|
pat_id: int,
|
|
6556
7200
|
*,
|
|
6557
7201
|
headers: Optional[Mapping[str, str]] = None,
|
|
7202
|
+
stream: bool = False,
|
|
6558
7203
|
data: OrgsOrgPersonalAccessTokensPatIdPostBodyType,
|
|
6559
7204
|
) -> Response: ...
|
|
6560
7205
|
|
|
@@ -6566,6 +7211,7 @@ class OrgsClient:
|
|
|
6566
7211
|
*,
|
|
6567
7212
|
data: UnsetType = UNSET,
|
|
6568
7213
|
headers: Optional[Mapping[str, str]] = None,
|
|
7214
|
+
stream: bool = False,
|
|
6569
7215
|
action: Literal["revoke"],
|
|
6570
7216
|
) -> Response: ...
|
|
6571
7217
|
|
|
@@ -6575,6 +7221,7 @@ class OrgsClient:
|
|
|
6575
7221
|
pat_id: int,
|
|
6576
7222
|
*,
|
|
6577
7223
|
headers: Optional[Mapping[str, str]] = None,
|
|
7224
|
+
stream: bool = False,
|
|
6578
7225
|
data: Missing[OrgsOrgPersonalAccessTokensPatIdPostBodyType] = UNSET,
|
|
6579
7226
|
**kwargs,
|
|
6580
7227
|
) -> Response:
|
|
@@ -6613,6 +7260,7 @@ class OrgsClient:
|
|
|
6613
7260
|
url,
|
|
6614
7261
|
json=exclude_unset(json),
|
|
6615
7262
|
headers=exclude_unset(headers),
|
|
7263
|
+
stream=stream,
|
|
6616
7264
|
error_models={
|
|
6617
7265
|
"500": BasicError,
|
|
6618
7266
|
"404": BasicError,
|
|
@@ -6629,6 +7277,7 @@ class OrgsClient:
|
|
|
6629
7277
|
per_page: Missing[int] = UNSET,
|
|
6630
7278
|
page: Missing[int] = UNSET,
|
|
6631
7279
|
headers: Optional[Mapping[str, str]] = None,
|
|
7280
|
+
stream: bool = False,
|
|
6632
7281
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6633
7282
|
"""orgs/list-pat-grant-repositories
|
|
6634
7283
|
|
|
@@ -6657,6 +7306,7 @@ class OrgsClient:
|
|
|
6657
7306
|
url,
|
|
6658
7307
|
params=exclude_unset(params),
|
|
6659
7308
|
headers=exclude_unset(headers),
|
|
7309
|
+
stream=stream,
|
|
6660
7310
|
response_model=list[MinimalRepository],
|
|
6661
7311
|
error_models={
|
|
6662
7312
|
"500": BasicError,
|
|
@@ -6673,6 +7323,7 @@ class OrgsClient:
|
|
|
6673
7323
|
per_page: Missing[int] = UNSET,
|
|
6674
7324
|
page: Missing[int] = UNSET,
|
|
6675
7325
|
headers: Optional[Mapping[str, str]] = None,
|
|
7326
|
+
stream: bool = False,
|
|
6676
7327
|
) -> Response[list[MinimalRepository], list[MinimalRepositoryType]]:
|
|
6677
7328
|
"""orgs/list-pat-grant-repositories
|
|
6678
7329
|
|
|
@@ -6701,6 +7352,7 @@ class OrgsClient:
|
|
|
6701
7352
|
url,
|
|
6702
7353
|
params=exclude_unset(params),
|
|
6703
7354
|
headers=exclude_unset(headers),
|
|
7355
|
+
stream=stream,
|
|
6704
7356
|
response_model=list[MinimalRepository],
|
|
6705
7357
|
error_models={
|
|
6706
7358
|
"500": BasicError,
|
|
@@ -6714,6 +7366,7 @@ class OrgsClient:
|
|
|
6714
7366
|
org: str,
|
|
6715
7367
|
*,
|
|
6716
7368
|
headers: Optional[Mapping[str, str]] = None,
|
|
7369
|
+
stream: bool = False,
|
|
6717
7370
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
6718
7371
|
"""orgs/get-all-custom-properties
|
|
6719
7372
|
|
|
@@ -6735,6 +7388,7 @@ class OrgsClient:
|
|
|
6735
7388
|
"GET",
|
|
6736
7389
|
url,
|
|
6737
7390
|
headers=exclude_unset(headers),
|
|
7391
|
+
stream=stream,
|
|
6738
7392
|
response_model=list[CustomProperty],
|
|
6739
7393
|
error_models={
|
|
6740
7394
|
"403": BasicError,
|
|
@@ -6747,6 +7401,7 @@ class OrgsClient:
|
|
|
6747
7401
|
org: str,
|
|
6748
7402
|
*,
|
|
6749
7403
|
headers: Optional[Mapping[str, str]] = None,
|
|
7404
|
+
stream: bool = False,
|
|
6750
7405
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
6751
7406
|
"""orgs/get-all-custom-properties
|
|
6752
7407
|
|
|
@@ -6768,6 +7423,7 @@ class OrgsClient:
|
|
|
6768
7423
|
"GET",
|
|
6769
7424
|
url,
|
|
6770
7425
|
headers=exclude_unset(headers),
|
|
7426
|
+
stream=stream,
|
|
6771
7427
|
response_model=list[CustomProperty],
|
|
6772
7428
|
error_models={
|
|
6773
7429
|
"403": BasicError,
|
|
@@ -6781,6 +7437,7 @@ class OrgsClient:
|
|
|
6781
7437
|
org: str,
|
|
6782
7438
|
*,
|
|
6783
7439
|
headers: Optional[Mapping[str, str]] = None,
|
|
7440
|
+
stream: bool = False,
|
|
6784
7441
|
data: OrgsOrgPropertiesSchemaPatchBodyType,
|
|
6785
7442
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6786
7443
|
|
|
@@ -6791,6 +7448,7 @@ class OrgsClient:
|
|
|
6791
7448
|
*,
|
|
6792
7449
|
data: UnsetType = UNSET,
|
|
6793
7450
|
headers: Optional[Mapping[str, str]] = None,
|
|
7451
|
+
stream: bool = False,
|
|
6794
7452
|
properties: list[CustomPropertyType],
|
|
6795
7453
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6796
7454
|
|
|
@@ -6799,6 +7457,7 @@ class OrgsClient:
|
|
|
6799
7457
|
org: str,
|
|
6800
7458
|
*,
|
|
6801
7459
|
headers: Optional[Mapping[str, str]] = None,
|
|
7460
|
+
stream: bool = False,
|
|
6802
7461
|
data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
|
|
6803
7462
|
**kwargs,
|
|
6804
7463
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
@@ -6843,6 +7502,7 @@ class OrgsClient:
|
|
|
6843
7502
|
url,
|
|
6844
7503
|
json=exclude_unset(json),
|
|
6845
7504
|
headers=exclude_unset(headers),
|
|
7505
|
+
stream=stream,
|
|
6846
7506
|
response_model=list[CustomProperty],
|
|
6847
7507
|
error_models={
|
|
6848
7508
|
"403": BasicError,
|
|
@@ -6856,6 +7516,7 @@ class OrgsClient:
|
|
|
6856
7516
|
org: str,
|
|
6857
7517
|
*,
|
|
6858
7518
|
headers: Optional[Mapping[str, str]] = None,
|
|
7519
|
+
stream: bool = False,
|
|
6859
7520
|
data: OrgsOrgPropertiesSchemaPatchBodyType,
|
|
6860
7521
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6861
7522
|
|
|
@@ -6866,6 +7527,7 @@ class OrgsClient:
|
|
|
6866
7527
|
*,
|
|
6867
7528
|
data: UnsetType = UNSET,
|
|
6868
7529
|
headers: Optional[Mapping[str, str]] = None,
|
|
7530
|
+
stream: bool = False,
|
|
6869
7531
|
properties: list[CustomPropertyType],
|
|
6870
7532
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]: ...
|
|
6871
7533
|
|
|
@@ -6874,6 +7536,7 @@ class OrgsClient:
|
|
|
6874
7536
|
org: str,
|
|
6875
7537
|
*,
|
|
6876
7538
|
headers: Optional[Mapping[str, str]] = None,
|
|
7539
|
+
stream: bool = False,
|
|
6877
7540
|
data: Missing[OrgsOrgPropertiesSchemaPatchBodyType] = UNSET,
|
|
6878
7541
|
**kwargs,
|
|
6879
7542
|
) -> Response[list[CustomProperty], list[CustomPropertyType]]:
|
|
@@ -6918,6 +7581,7 @@ class OrgsClient:
|
|
|
6918
7581
|
url,
|
|
6919
7582
|
json=exclude_unset(json),
|
|
6920
7583
|
headers=exclude_unset(headers),
|
|
7584
|
+
stream=stream,
|
|
6921
7585
|
response_model=list[CustomProperty],
|
|
6922
7586
|
error_models={
|
|
6923
7587
|
"403": BasicError,
|
|
@@ -6931,6 +7595,7 @@ class OrgsClient:
|
|
|
6931
7595
|
custom_property_name: str,
|
|
6932
7596
|
*,
|
|
6933
7597
|
headers: Optional[Mapping[str, str]] = None,
|
|
7598
|
+
stream: bool = False,
|
|
6934
7599
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
6935
7600
|
"""orgs/get-custom-property
|
|
6936
7601
|
|
|
@@ -6952,6 +7617,7 @@ class OrgsClient:
|
|
|
6952
7617
|
"GET",
|
|
6953
7618
|
url,
|
|
6954
7619
|
headers=exclude_unset(headers),
|
|
7620
|
+
stream=stream,
|
|
6955
7621
|
response_model=CustomProperty,
|
|
6956
7622
|
error_models={
|
|
6957
7623
|
"403": BasicError,
|
|
@@ -6965,6 +7631,7 @@ class OrgsClient:
|
|
|
6965
7631
|
custom_property_name: str,
|
|
6966
7632
|
*,
|
|
6967
7633
|
headers: Optional[Mapping[str, str]] = None,
|
|
7634
|
+
stream: bool = False,
|
|
6968
7635
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
6969
7636
|
"""orgs/get-custom-property
|
|
6970
7637
|
|
|
@@ -6986,6 +7653,7 @@ class OrgsClient:
|
|
|
6986
7653
|
"GET",
|
|
6987
7654
|
url,
|
|
6988
7655
|
headers=exclude_unset(headers),
|
|
7656
|
+
stream=stream,
|
|
6989
7657
|
response_model=CustomProperty,
|
|
6990
7658
|
error_models={
|
|
6991
7659
|
"403": BasicError,
|
|
@@ -7000,6 +7668,7 @@ class OrgsClient:
|
|
|
7000
7668
|
custom_property_name: str,
|
|
7001
7669
|
*,
|
|
7002
7670
|
headers: Optional[Mapping[str, str]] = None,
|
|
7671
|
+
stream: bool = False,
|
|
7003
7672
|
data: CustomPropertySetPayloadType,
|
|
7004
7673
|
) -> Response[CustomProperty, CustomPropertyType]: ...
|
|
7005
7674
|
|
|
@@ -7011,6 +7680,7 @@ class OrgsClient:
|
|
|
7011
7680
|
*,
|
|
7012
7681
|
data: UnsetType = UNSET,
|
|
7013
7682
|
headers: Optional[Mapping[str, str]] = None,
|
|
7683
|
+
stream: bool = False,
|
|
7014
7684
|
value_type: Literal["string", "single_select", "multi_select", "true_false"],
|
|
7015
7685
|
required: Missing[bool] = UNSET,
|
|
7016
7686
|
default_value: Missing[Union[str, list[str], None]] = UNSET,
|
|
@@ -7027,6 +7697,7 @@ class OrgsClient:
|
|
|
7027
7697
|
custom_property_name: str,
|
|
7028
7698
|
*,
|
|
7029
7699
|
headers: Optional[Mapping[str, str]] = None,
|
|
7700
|
+
stream: bool = False,
|
|
7030
7701
|
data: Missing[CustomPropertySetPayloadType] = UNSET,
|
|
7031
7702
|
**kwargs,
|
|
7032
7703
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
@@ -7063,6 +7734,7 @@ class OrgsClient:
|
|
|
7063
7734
|
url,
|
|
7064
7735
|
json=exclude_unset(json),
|
|
7065
7736
|
headers=exclude_unset(headers),
|
|
7737
|
+
stream=stream,
|
|
7066
7738
|
response_model=CustomProperty,
|
|
7067
7739
|
error_models={
|
|
7068
7740
|
"403": BasicError,
|
|
@@ -7077,6 +7749,7 @@ class OrgsClient:
|
|
|
7077
7749
|
custom_property_name: str,
|
|
7078
7750
|
*,
|
|
7079
7751
|
headers: Optional[Mapping[str, str]] = None,
|
|
7752
|
+
stream: bool = False,
|
|
7080
7753
|
data: CustomPropertySetPayloadType,
|
|
7081
7754
|
) -> Response[CustomProperty, CustomPropertyType]: ...
|
|
7082
7755
|
|
|
@@ -7088,6 +7761,7 @@ class OrgsClient:
|
|
|
7088
7761
|
*,
|
|
7089
7762
|
data: UnsetType = UNSET,
|
|
7090
7763
|
headers: Optional[Mapping[str, str]] = None,
|
|
7764
|
+
stream: bool = False,
|
|
7091
7765
|
value_type: Literal["string", "single_select", "multi_select", "true_false"],
|
|
7092
7766
|
required: Missing[bool] = UNSET,
|
|
7093
7767
|
default_value: Missing[Union[str, list[str], None]] = UNSET,
|
|
@@ -7104,6 +7778,7 @@ class OrgsClient:
|
|
|
7104
7778
|
custom_property_name: str,
|
|
7105
7779
|
*,
|
|
7106
7780
|
headers: Optional[Mapping[str, str]] = None,
|
|
7781
|
+
stream: bool = False,
|
|
7107
7782
|
data: Missing[CustomPropertySetPayloadType] = UNSET,
|
|
7108
7783
|
**kwargs,
|
|
7109
7784
|
) -> Response[CustomProperty, CustomPropertyType]:
|
|
@@ -7140,6 +7815,7 @@ class OrgsClient:
|
|
|
7140
7815
|
url,
|
|
7141
7816
|
json=exclude_unset(json),
|
|
7142
7817
|
headers=exclude_unset(headers),
|
|
7818
|
+
stream=stream,
|
|
7143
7819
|
response_model=CustomProperty,
|
|
7144
7820
|
error_models={
|
|
7145
7821
|
"403": BasicError,
|
|
@@ -7153,6 +7829,7 @@ class OrgsClient:
|
|
|
7153
7829
|
custom_property_name: str,
|
|
7154
7830
|
*,
|
|
7155
7831
|
headers: Optional[Mapping[str, str]] = None,
|
|
7832
|
+
stream: bool = False,
|
|
7156
7833
|
) -> Response:
|
|
7157
7834
|
"""orgs/remove-custom-property
|
|
7158
7835
|
|
|
@@ -7177,6 +7854,7 @@ class OrgsClient:
|
|
|
7177
7854
|
"DELETE",
|
|
7178
7855
|
url,
|
|
7179
7856
|
headers=exclude_unset(headers),
|
|
7857
|
+
stream=stream,
|
|
7180
7858
|
error_models={
|
|
7181
7859
|
"403": BasicError,
|
|
7182
7860
|
"404": BasicError,
|
|
@@ -7189,6 +7867,7 @@ class OrgsClient:
|
|
|
7189
7867
|
custom_property_name: str,
|
|
7190
7868
|
*,
|
|
7191
7869
|
headers: Optional[Mapping[str, str]] = None,
|
|
7870
|
+
stream: bool = False,
|
|
7192
7871
|
) -> Response:
|
|
7193
7872
|
"""orgs/remove-custom-property
|
|
7194
7873
|
|
|
@@ -7213,6 +7892,7 @@ class OrgsClient:
|
|
|
7213
7892
|
"DELETE",
|
|
7214
7893
|
url,
|
|
7215
7894
|
headers=exclude_unset(headers),
|
|
7895
|
+
stream=stream,
|
|
7216
7896
|
error_models={
|
|
7217
7897
|
"403": BasicError,
|
|
7218
7898
|
"404": BasicError,
|
|
@@ -7227,6 +7907,7 @@ class OrgsClient:
|
|
|
7227
7907
|
page: Missing[int] = UNSET,
|
|
7228
7908
|
repository_query: Missing[str] = UNSET,
|
|
7229
7909
|
headers: Optional[Mapping[str, str]] = None,
|
|
7910
|
+
stream: bool = False,
|
|
7230
7911
|
) -> Response[
|
|
7231
7912
|
list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
|
|
7232
7913
|
]:
|
|
@@ -7257,6 +7938,7 @@ class OrgsClient:
|
|
|
7257
7938
|
url,
|
|
7258
7939
|
params=exclude_unset(params),
|
|
7259
7940
|
headers=exclude_unset(headers),
|
|
7941
|
+
stream=stream,
|
|
7260
7942
|
response_model=list[OrgRepoCustomPropertyValues],
|
|
7261
7943
|
error_models={
|
|
7262
7944
|
"403": BasicError,
|
|
@@ -7272,6 +7954,7 @@ class OrgsClient:
|
|
|
7272
7954
|
page: Missing[int] = UNSET,
|
|
7273
7955
|
repository_query: Missing[str] = UNSET,
|
|
7274
7956
|
headers: Optional[Mapping[str, str]] = None,
|
|
7957
|
+
stream: bool = False,
|
|
7275
7958
|
) -> Response[
|
|
7276
7959
|
list[OrgRepoCustomPropertyValues], list[OrgRepoCustomPropertyValuesType]
|
|
7277
7960
|
]:
|
|
@@ -7302,6 +7985,7 @@ class OrgsClient:
|
|
|
7302
7985
|
url,
|
|
7303
7986
|
params=exclude_unset(params),
|
|
7304
7987
|
headers=exclude_unset(headers),
|
|
7988
|
+
stream=stream,
|
|
7305
7989
|
response_model=list[OrgRepoCustomPropertyValues],
|
|
7306
7990
|
error_models={
|
|
7307
7991
|
"403": BasicError,
|
|
@@ -7315,6 +7999,7 @@ class OrgsClient:
|
|
|
7315
7999
|
org: str,
|
|
7316
8000
|
*,
|
|
7317
8001
|
headers: Optional[Mapping[str, str]] = None,
|
|
8002
|
+
stream: bool = False,
|
|
7318
8003
|
data: OrgsOrgPropertiesValuesPatchBodyType,
|
|
7319
8004
|
) -> Response: ...
|
|
7320
8005
|
|
|
@@ -7325,6 +8010,7 @@ class OrgsClient:
|
|
|
7325
8010
|
*,
|
|
7326
8011
|
data: UnsetType = UNSET,
|
|
7327
8012
|
headers: Optional[Mapping[str, str]] = None,
|
|
8013
|
+
stream: bool = False,
|
|
7328
8014
|
repository_names: list[str],
|
|
7329
8015
|
properties: list[CustomPropertyValueType],
|
|
7330
8016
|
) -> Response: ...
|
|
@@ -7334,6 +8020,7 @@ class OrgsClient:
|
|
|
7334
8020
|
org: str,
|
|
7335
8021
|
*,
|
|
7336
8022
|
headers: Optional[Mapping[str, str]] = None,
|
|
8023
|
+
stream: bool = False,
|
|
7337
8024
|
data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
|
|
7338
8025
|
**kwargs,
|
|
7339
8026
|
) -> Response:
|
|
@@ -7379,6 +8066,7 @@ class OrgsClient:
|
|
|
7379
8066
|
url,
|
|
7380
8067
|
json=exclude_unset(json),
|
|
7381
8068
|
headers=exclude_unset(headers),
|
|
8069
|
+
stream=stream,
|
|
7382
8070
|
error_models={
|
|
7383
8071
|
"403": BasicError,
|
|
7384
8072
|
"404": BasicError,
|
|
@@ -7392,6 +8080,7 @@ class OrgsClient:
|
|
|
7392
8080
|
org: str,
|
|
7393
8081
|
*,
|
|
7394
8082
|
headers: Optional[Mapping[str, str]] = None,
|
|
8083
|
+
stream: bool = False,
|
|
7395
8084
|
data: OrgsOrgPropertiesValuesPatchBodyType,
|
|
7396
8085
|
) -> Response: ...
|
|
7397
8086
|
|
|
@@ -7402,6 +8091,7 @@ class OrgsClient:
|
|
|
7402
8091
|
*,
|
|
7403
8092
|
data: UnsetType = UNSET,
|
|
7404
8093
|
headers: Optional[Mapping[str, str]] = None,
|
|
8094
|
+
stream: bool = False,
|
|
7405
8095
|
repository_names: list[str],
|
|
7406
8096
|
properties: list[CustomPropertyValueType],
|
|
7407
8097
|
) -> Response: ...
|
|
@@ -7411,6 +8101,7 @@ class OrgsClient:
|
|
|
7411
8101
|
org: str,
|
|
7412
8102
|
*,
|
|
7413
8103
|
headers: Optional[Mapping[str, str]] = None,
|
|
8104
|
+
stream: bool = False,
|
|
7414
8105
|
data: Missing[OrgsOrgPropertiesValuesPatchBodyType] = UNSET,
|
|
7415
8106
|
**kwargs,
|
|
7416
8107
|
) -> Response:
|
|
@@ -7456,6 +8147,7 @@ class OrgsClient:
|
|
|
7456
8147
|
url,
|
|
7457
8148
|
json=exclude_unset(json),
|
|
7458
8149
|
headers=exclude_unset(headers),
|
|
8150
|
+
stream=stream,
|
|
7459
8151
|
error_models={
|
|
7460
8152
|
"403": BasicError,
|
|
7461
8153
|
"404": BasicError,
|
|
@@ -7470,6 +8162,7 @@ class OrgsClient:
|
|
|
7470
8162
|
per_page: Missing[int] = UNSET,
|
|
7471
8163
|
page: Missing[int] = UNSET,
|
|
7472
8164
|
headers: Optional[Mapping[str, str]] = None,
|
|
8165
|
+
stream: bool = False,
|
|
7473
8166
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
7474
8167
|
"""orgs/list-public-members
|
|
7475
8168
|
|
|
@@ -7496,6 +8189,7 @@ class OrgsClient:
|
|
|
7496
8189
|
url,
|
|
7497
8190
|
params=exclude_unset(params),
|
|
7498
8191
|
headers=exclude_unset(headers),
|
|
8192
|
+
stream=stream,
|
|
7499
8193
|
response_model=list[SimpleUser],
|
|
7500
8194
|
)
|
|
7501
8195
|
|
|
@@ -7506,6 +8200,7 @@ class OrgsClient:
|
|
|
7506
8200
|
per_page: Missing[int] = UNSET,
|
|
7507
8201
|
page: Missing[int] = UNSET,
|
|
7508
8202
|
headers: Optional[Mapping[str, str]] = None,
|
|
8203
|
+
stream: bool = False,
|
|
7509
8204
|
) -> Response[list[SimpleUser], list[SimpleUserType]]:
|
|
7510
8205
|
"""orgs/list-public-members
|
|
7511
8206
|
|
|
@@ -7532,6 +8227,7 @@ class OrgsClient:
|
|
|
7532
8227
|
url,
|
|
7533
8228
|
params=exclude_unset(params),
|
|
7534
8229
|
headers=exclude_unset(headers),
|
|
8230
|
+
stream=stream,
|
|
7535
8231
|
response_model=list[SimpleUser],
|
|
7536
8232
|
)
|
|
7537
8233
|
|
|
@@ -7541,6 +8237,7 @@ class OrgsClient:
|
|
|
7541
8237
|
username: str,
|
|
7542
8238
|
*,
|
|
7543
8239
|
headers: Optional[Mapping[str, str]] = None,
|
|
8240
|
+
stream: bool = False,
|
|
7544
8241
|
) -> Response:
|
|
7545
8242
|
"""orgs/check-public-membership-for-user
|
|
7546
8243
|
|
|
@@ -7559,6 +8256,7 @@ class OrgsClient:
|
|
|
7559
8256
|
"GET",
|
|
7560
8257
|
url,
|
|
7561
8258
|
headers=exclude_unset(headers),
|
|
8259
|
+
stream=stream,
|
|
7562
8260
|
error_models={},
|
|
7563
8261
|
)
|
|
7564
8262
|
|
|
@@ -7568,6 +8266,7 @@ class OrgsClient:
|
|
|
7568
8266
|
username: str,
|
|
7569
8267
|
*,
|
|
7570
8268
|
headers: Optional[Mapping[str, str]] = None,
|
|
8269
|
+
stream: bool = False,
|
|
7571
8270
|
) -> Response:
|
|
7572
8271
|
"""orgs/check-public-membership-for-user
|
|
7573
8272
|
|
|
@@ -7586,6 +8285,7 @@ class OrgsClient:
|
|
|
7586
8285
|
"GET",
|
|
7587
8286
|
url,
|
|
7588
8287
|
headers=exclude_unset(headers),
|
|
8288
|
+
stream=stream,
|
|
7589
8289
|
error_models={},
|
|
7590
8290
|
)
|
|
7591
8291
|
|
|
@@ -7595,6 +8295,7 @@ class OrgsClient:
|
|
|
7595
8295
|
username: str,
|
|
7596
8296
|
*,
|
|
7597
8297
|
headers: Optional[Mapping[str, str]] = None,
|
|
8298
|
+
stream: bool = False,
|
|
7598
8299
|
) -> Response:
|
|
7599
8300
|
"""orgs/set-public-membership-for-authenticated-user
|
|
7600
8301
|
|
|
@@ -7617,6 +8318,7 @@ class OrgsClient:
|
|
|
7617
8318
|
"PUT",
|
|
7618
8319
|
url,
|
|
7619
8320
|
headers=exclude_unset(headers),
|
|
8321
|
+
stream=stream,
|
|
7620
8322
|
error_models={
|
|
7621
8323
|
"403": BasicError,
|
|
7622
8324
|
},
|
|
@@ -7628,6 +8330,7 @@ class OrgsClient:
|
|
|
7628
8330
|
username: str,
|
|
7629
8331
|
*,
|
|
7630
8332
|
headers: Optional[Mapping[str, str]] = None,
|
|
8333
|
+
stream: bool = False,
|
|
7631
8334
|
) -> Response:
|
|
7632
8335
|
"""orgs/set-public-membership-for-authenticated-user
|
|
7633
8336
|
|
|
@@ -7650,6 +8353,7 @@ class OrgsClient:
|
|
|
7650
8353
|
"PUT",
|
|
7651
8354
|
url,
|
|
7652
8355
|
headers=exclude_unset(headers),
|
|
8356
|
+
stream=stream,
|
|
7653
8357
|
error_models={
|
|
7654
8358
|
"403": BasicError,
|
|
7655
8359
|
},
|
|
@@ -7661,6 +8365,7 @@ class OrgsClient:
|
|
|
7661
8365
|
username: str,
|
|
7662
8366
|
*,
|
|
7663
8367
|
headers: Optional[Mapping[str, str]] = None,
|
|
8368
|
+
stream: bool = False,
|
|
7664
8369
|
) -> Response:
|
|
7665
8370
|
"""orgs/remove-public-membership-for-authenticated-user
|
|
7666
8371
|
|
|
@@ -7679,6 +8384,7 @@ class OrgsClient:
|
|
|
7679
8384
|
"DELETE",
|
|
7680
8385
|
url,
|
|
7681
8386
|
headers=exclude_unset(headers),
|
|
8387
|
+
stream=stream,
|
|
7682
8388
|
)
|
|
7683
8389
|
|
|
7684
8390
|
async def async_remove_public_membership_for_authenticated_user(
|
|
@@ -7687,6 +8393,7 @@ class OrgsClient:
|
|
|
7687
8393
|
username: str,
|
|
7688
8394
|
*,
|
|
7689
8395
|
headers: Optional[Mapping[str, str]] = None,
|
|
8396
|
+
stream: bool = False,
|
|
7690
8397
|
) -> Response:
|
|
7691
8398
|
"""orgs/remove-public-membership-for-authenticated-user
|
|
7692
8399
|
|
|
@@ -7705,6 +8412,7 @@ class OrgsClient:
|
|
|
7705
8412
|
"DELETE",
|
|
7706
8413
|
url,
|
|
7707
8414
|
headers=exclude_unset(headers),
|
|
8415
|
+
stream=stream,
|
|
7708
8416
|
)
|
|
7709
8417
|
|
|
7710
8418
|
def get_org_ruleset_history(
|
|
@@ -7715,6 +8423,7 @@ class OrgsClient:
|
|
|
7715
8423
|
per_page: Missing[int] = UNSET,
|
|
7716
8424
|
page: Missing[int] = UNSET,
|
|
7717
8425
|
headers: Optional[Mapping[str, str]] = None,
|
|
8426
|
+
stream: bool = False,
|
|
7718
8427
|
) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
|
|
7719
8428
|
"""orgs/get-org-ruleset-history
|
|
7720
8429
|
|
|
@@ -7741,6 +8450,7 @@ class OrgsClient:
|
|
|
7741
8450
|
url,
|
|
7742
8451
|
params=exclude_unset(params),
|
|
7743
8452
|
headers=exclude_unset(headers),
|
|
8453
|
+
stream=stream,
|
|
7744
8454
|
response_model=list[RulesetVersion],
|
|
7745
8455
|
error_models={
|
|
7746
8456
|
"404": BasicError,
|
|
@@ -7756,6 +8466,7 @@ class OrgsClient:
|
|
|
7756
8466
|
per_page: Missing[int] = UNSET,
|
|
7757
8467
|
page: Missing[int] = UNSET,
|
|
7758
8468
|
headers: Optional[Mapping[str, str]] = None,
|
|
8469
|
+
stream: bool = False,
|
|
7759
8470
|
) -> Response[list[RulesetVersion], list[RulesetVersionType]]:
|
|
7760
8471
|
"""orgs/get-org-ruleset-history
|
|
7761
8472
|
|
|
@@ -7782,6 +8493,7 @@ class OrgsClient:
|
|
|
7782
8493
|
url,
|
|
7783
8494
|
params=exclude_unset(params),
|
|
7784
8495
|
headers=exclude_unset(headers),
|
|
8496
|
+
stream=stream,
|
|
7785
8497
|
response_model=list[RulesetVersion],
|
|
7786
8498
|
error_models={
|
|
7787
8499
|
"404": BasicError,
|
|
@@ -7796,6 +8508,7 @@ class OrgsClient:
|
|
|
7796
8508
|
version_id: int,
|
|
7797
8509
|
*,
|
|
7798
8510
|
headers: Optional[Mapping[str, str]] = None,
|
|
8511
|
+
stream: bool = False,
|
|
7799
8512
|
) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
|
|
7800
8513
|
"""orgs/get-org-ruleset-version
|
|
7801
8514
|
|
|
@@ -7816,6 +8529,7 @@ class OrgsClient:
|
|
|
7816
8529
|
"GET",
|
|
7817
8530
|
url,
|
|
7818
8531
|
headers=exclude_unset(headers),
|
|
8532
|
+
stream=stream,
|
|
7819
8533
|
response_model=RulesetVersionWithState,
|
|
7820
8534
|
error_models={
|
|
7821
8535
|
"404": BasicError,
|
|
@@ -7830,6 +8544,7 @@ class OrgsClient:
|
|
|
7830
8544
|
version_id: int,
|
|
7831
8545
|
*,
|
|
7832
8546
|
headers: Optional[Mapping[str, str]] = None,
|
|
8547
|
+
stream: bool = False,
|
|
7833
8548
|
) -> Response[RulesetVersionWithState, RulesetVersionWithStateType]:
|
|
7834
8549
|
"""orgs/get-org-ruleset-version
|
|
7835
8550
|
|
|
@@ -7850,6 +8565,7 @@ class OrgsClient:
|
|
|
7850
8565
|
"GET",
|
|
7851
8566
|
url,
|
|
7852
8567
|
headers=exclude_unset(headers),
|
|
8568
|
+
stream=stream,
|
|
7853
8569
|
response_model=RulesetVersionWithState,
|
|
7854
8570
|
error_models={
|
|
7855
8571
|
"404": BasicError,
|
|
@@ -7862,6 +8578,7 @@ class OrgsClient:
|
|
|
7862
8578
|
org: str,
|
|
7863
8579
|
*,
|
|
7864
8580
|
headers: Optional[Mapping[str, str]] = None,
|
|
8581
|
+
stream: bool = False,
|
|
7865
8582
|
) -> Response[list[TeamSimple], list[TeamSimpleType]]:
|
|
7866
8583
|
"""DEPRECATED orgs/list-security-manager-teams
|
|
7867
8584
|
|
|
@@ -7883,6 +8600,7 @@ class OrgsClient:
|
|
|
7883
8600
|
"GET",
|
|
7884
8601
|
url,
|
|
7885
8602
|
headers=exclude_unset(headers),
|
|
8603
|
+
stream=stream,
|
|
7886
8604
|
response_model=list[TeamSimple],
|
|
7887
8605
|
)
|
|
7888
8606
|
|
|
@@ -7891,6 +8609,7 @@ class OrgsClient:
|
|
|
7891
8609
|
org: str,
|
|
7892
8610
|
*,
|
|
7893
8611
|
headers: Optional[Mapping[str, str]] = None,
|
|
8612
|
+
stream: bool = False,
|
|
7894
8613
|
) -> Response[list[TeamSimple], list[TeamSimpleType]]:
|
|
7895
8614
|
"""DEPRECATED orgs/list-security-manager-teams
|
|
7896
8615
|
|
|
@@ -7912,6 +8631,7 @@ class OrgsClient:
|
|
|
7912
8631
|
"GET",
|
|
7913
8632
|
url,
|
|
7914
8633
|
headers=exclude_unset(headers),
|
|
8634
|
+
stream=stream,
|
|
7915
8635
|
response_model=list[TeamSimple],
|
|
7916
8636
|
)
|
|
7917
8637
|
|
|
@@ -7921,6 +8641,7 @@ class OrgsClient:
|
|
|
7921
8641
|
team_slug: str,
|
|
7922
8642
|
*,
|
|
7923
8643
|
headers: Optional[Mapping[str, str]] = None,
|
|
8644
|
+
stream: bool = False,
|
|
7924
8645
|
) -> Response:
|
|
7925
8646
|
"""DEPRECATED orgs/add-security-manager-team
|
|
7926
8647
|
|
|
@@ -7940,6 +8661,7 @@ class OrgsClient:
|
|
|
7940
8661
|
"PUT",
|
|
7941
8662
|
url,
|
|
7942
8663
|
headers=exclude_unset(headers),
|
|
8664
|
+
stream=stream,
|
|
7943
8665
|
)
|
|
7944
8666
|
|
|
7945
8667
|
async def async_add_security_manager_team(
|
|
@@ -7948,6 +8670,7 @@ class OrgsClient:
|
|
|
7948
8670
|
team_slug: str,
|
|
7949
8671
|
*,
|
|
7950
8672
|
headers: Optional[Mapping[str, str]] = None,
|
|
8673
|
+
stream: bool = False,
|
|
7951
8674
|
) -> Response:
|
|
7952
8675
|
"""DEPRECATED orgs/add-security-manager-team
|
|
7953
8676
|
|
|
@@ -7967,6 +8690,7 @@ class OrgsClient:
|
|
|
7967
8690
|
"PUT",
|
|
7968
8691
|
url,
|
|
7969
8692
|
headers=exclude_unset(headers),
|
|
8693
|
+
stream=stream,
|
|
7970
8694
|
)
|
|
7971
8695
|
|
|
7972
8696
|
def remove_security_manager_team(
|
|
@@ -7975,6 +8699,7 @@ class OrgsClient:
|
|
|
7975
8699
|
team_slug: str,
|
|
7976
8700
|
*,
|
|
7977
8701
|
headers: Optional[Mapping[str, str]] = None,
|
|
8702
|
+
stream: bool = False,
|
|
7978
8703
|
) -> Response:
|
|
7979
8704
|
"""DEPRECATED orgs/remove-security-manager-team
|
|
7980
8705
|
|
|
@@ -7994,6 +8719,7 @@ class OrgsClient:
|
|
|
7994
8719
|
"DELETE",
|
|
7995
8720
|
url,
|
|
7996
8721
|
headers=exclude_unset(headers),
|
|
8722
|
+
stream=stream,
|
|
7997
8723
|
)
|
|
7998
8724
|
|
|
7999
8725
|
async def async_remove_security_manager_team(
|
|
@@ -8002,6 +8728,7 @@ class OrgsClient:
|
|
|
8002
8728
|
team_slug: str,
|
|
8003
8729
|
*,
|
|
8004
8730
|
headers: Optional[Mapping[str, str]] = None,
|
|
8731
|
+
stream: bool = False,
|
|
8005
8732
|
) -> Response:
|
|
8006
8733
|
"""DEPRECATED orgs/remove-security-manager-team
|
|
8007
8734
|
|
|
@@ -8021,6 +8748,7 @@ class OrgsClient:
|
|
|
8021
8748
|
"DELETE",
|
|
8022
8749
|
url,
|
|
8023
8750
|
headers=exclude_unset(headers),
|
|
8751
|
+
stream=stream,
|
|
8024
8752
|
)
|
|
8025
8753
|
|
|
8026
8754
|
@overload
|
|
@@ -8039,6 +8767,7 @@ class OrgsClient:
|
|
|
8039
8767
|
enablement: Literal["enable_all", "disable_all"],
|
|
8040
8768
|
*,
|
|
8041
8769
|
headers: Optional[Mapping[str, str]] = None,
|
|
8770
|
+
stream: bool = False,
|
|
8042
8771
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
8043
8772
|
) -> Response: ...
|
|
8044
8773
|
|
|
@@ -8059,6 +8788,7 @@ class OrgsClient:
|
|
|
8059
8788
|
*,
|
|
8060
8789
|
data: UnsetType = UNSET,
|
|
8061
8790
|
headers: Optional[Mapping[str, str]] = None,
|
|
8791
|
+
stream: bool = False,
|
|
8062
8792
|
query_suite: Missing[Literal["default", "extended"]] = UNSET,
|
|
8063
8793
|
) -> Response: ...
|
|
8064
8794
|
|
|
@@ -8077,6 +8807,7 @@ class OrgsClient:
|
|
|
8077
8807
|
enablement: Literal["enable_all", "disable_all"],
|
|
8078
8808
|
*,
|
|
8079
8809
|
headers: Optional[Mapping[str, str]] = None,
|
|
8810
|
+
stream: bool = False,
|
|
8080
8811
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
8081
8812
|
**kwargs,
|
|
8082
8813
|
) -> Response:
|
|
@@ -8116,6 +8847,7 @@ class OrgsClient:
|
|
|
8116
8847
|
url,
|
|
8117
8848
|
json=exclude_unset(json),
|
|
8118
8849
|
headers=exclude_unset(headers),
|
|
8850
|
+
stream=stream,
|
|
8119
8851
|
error_models={},
|
|
8120
8852
|
)
|
|
8121
8853
|
|
|
@@ -8135,6 +8867,7 @@ class OrgsClient:
|
|
|
8135
8867
|
enablement: Literal["enable_all", "disable_all"],
|
|
8136
8868
|
*,
|
|
8137
8869
|
headers: Optional[Mapping[str, str]] = None,
|
|
8870
|
+
stream: bool = False,
|
|
8138
8871
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
8139
8872
|
) -> Response: ...
|
|
8140
8873
|
|
|
@@ -8155,6 +8888,7 @@ class OrgsClient:
|
|
|
8155
8888
|
*,
|
|
8156
8889
|
data: UnsetType = UNSET,
|
|
8157
8890
|
headers: Optional[Mapping[str, str]] = None,
|
|
8891
|
+
stream: bool = False,
|
|
8158
8892
|
query_suite: Missing[Literal["default", "extended"]] = UNSET,
|
|
8159
8893
|
) -> Response: ...
|
|
8160
8894
|
|
|
@@ -8173,6 +8907,7 @@ class OrgsClient:
|
|
|
8173
8907
|
enablement: Literal["enable_all", "disable_all"],
|
|
8174
8908
|
*,
|
|
8175
8909
|
headers: Optional[Mapping[str, str]] = None,
|
|
8910
|
+
stream: bool = False,
|
|
8176
8911
|
data: Missing[OrgsOrgSecurityProductEnablementPostBodyType] = UNSET,
|
|
8177
8912
|
**kwargs,
|
|
8178
8913
|
) -> Response:
|
|
@@ -8212,6 +8947,7 @@ class OrgsClient:
|
|
|
8212
8947
|
url,
|
|
8213
8948
|
json=exclude_unset(json),
|
|
8214
8949
|
headers=exclude_unset(headers),
|
|
8950
|
+
stream=stream,
|
|
8215
8951
|
error_models={},
|
|
8216
8952
|
)
|
|
8217
8953
|
|
|
@@ -8222,6 +8958,7 @@ class OrgsClient:
|
|
|
8222
8958
|
per_page: Missing[int] = UNSET,
|
|
8223
8959
|
page: Missing[int] = UNSET,
|
|
8224
8960
|
headers: Optional[Mapping[str, str]] = None,
|
|
8961
|
+
stream: bool = False,
|
|
8225
8962
|
) -> Response[list[OrgMembership], list[OrgMembershipType]]:
|
|
8226
8963
|
"""orgs/list-memberships-for-authenticated-user
|
|
8227
8964
|
|
|
@@ -8249,6 +8986,7 @@ class OrgsClient:
|
|
|
8249
8986
|
url,
|
|
8250
8987
|
params=exclude_unset(params),
|
|
8251
8988
|
headers=exclude_unset(headers),
|
|
8989
|
+
stream=stream,
|
|
8252
8990
|
response_model=list[OrgMembership],
|
|
8253
8991
|
error_models={
|
|
8254
8992
|
"403": BasicError,
|
|
@@ -8264,6 +9002,7 @@ class OrgsClient:
|
|
|
8264
9002
|
per_page: Missing[int] = UNSET,
|
|
8265
9003
|
page: Missing[int] = UNSET,
|
|
8266
9004
|
headers: Optional[Mapping[str, str]] = None,
|
|
9005
|
+
stream: bool = False,
|
|
8267
9006
|
) -> Response[list[OrgMembership], list[OrgMembershipType]]:
|
|
8268
9007
|
"""orgs/list-memberships-for-authenticated-user
|
|
8269
9008
|
|
|
@@ -8291,6 +9030,7 @@ class OrgsClient:
|
|
|
8291
9030
|
url,
|
|
8292
9031
|
params=exclude_unset(params),
|
|
8293
9032
|
headers=exclude_unset(headers),
|
|
9033
|
+
stream=stream,
|
|
8294
9034
|
response_model=list[OrgMembership],
|
|
8295
9035
|
error_models={
|
|
8296
9036
|
"403": BasicError,
|
|
@@ -8304,6 +9044,7 @@ class OrgsClient:
|
|
|
8304
9044
|
org: str,
|
|
8305
9045
|
*,
|
|
8306
9046
|
headers: Optional[Mapping[str, str]] = None,
|
|
9047
|
+
stream: bool = False,
|
|
8307
9048
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
8308
9049
|
"""orgs/get-membership-for-authenticated-user
|
|
8309
9050
|
|
|
@@ -8324,6 +9065,7 @@ class OrgsClient:
|
|
|
8324
9065
|
"GET",
|
|
8325
9066
|
url,
|
|
8326
9067
|
headers=exclude_unset(headers),
|
|
9068
|
+
stream=stream,
|
|
8327
9069
|
response_model=OrgMembership,
|
|
8328
9070
|
error_models={
|
|
8329
9071
|
"403": BasicError,
|
|
@@ -8336,6 +9078,7 @@ class OrgsClient:
|
|
|
8336
9078
|
org: str,
|
|
8337
9079
|
*,
|
|
8338
9080
|
headers: Optional[Mapping[str, str]] = None,
|
|
9081
|
+
stream: bool = False,
|
|
8339
9082
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
8340
9083
|
"""orgs/get-membership-for-authenticated-user
|
|
8341
9084
|
|
|
@@ -8356,6 +9099,7 @@ class OrgsClient:
|
|
|
8356
9099
|
"GET",
|
|
8357
9100
|
url,
|
|
8358
9101
|
headers=exclude_unset(headers),
|
|
9102
|
+
stream=stream,
|
|
8359
9103
|
response_model=OrgMembership,
|
|
8360
9104
|
error_models={
|
|
8361
9105
|
"403": BasicError,
|
|
@@ -8369,6 +9113,7 @@ class OrgsClient:
|
|
|
8369
9113
|
org: str,
|
|
8370
9114
|
*,
|
|
8371
9115
|
headers: Optional[Mapping[str, str]] = None,
|
|
9116
|
+
stream: bool = False,
|
|
8372
9117
|
data: UserMembershipsOrgsOrgPatchBodyType,
|
|
8373
9118
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
8374
9119
|
|
|
@@ -8379,6 +9124,7 @@ class OrgsClient:
|
|
|
8379
9124
|
*,
|
|
8380
9125
|
data: UnsetType = UNSET,
|
|
8381
9126
|
headers: Optional[Mapping[str, str]] = None,
|
|
9127
|
+
stream: bool = False,
|
|
8382
9128
|
state: Literal["active"],
|
|
8383
9129
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
8384
9130
|
|
|
@@ -8387,6 +9133,7 @@ class OrgsClient:
|
|
|
8387
9133
|
org: str,
|
|
8388
9134
|
*,
|
|
8389
9135
|
headers: Optional[Mapping[str, str]] = None,
|
|
9136
|
+
stream: bool = False,
|
|
8390
9137
|
data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
|
|
8391
9138
|
**kwargs,
|
|
8392
9139
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -8424,6 +9171,7 @@ class OrgsClient:
|
|
|
8424
9171
|
url,
|
|
8425
9172
|
json=exclude_unset(json),
|
|
8426
9173
|
headers=exclude_unset(headers),
|
|
9174
|
+
stream=stream,
|
|
8427
9175
|
response_model=OrgMembership,
|
|
8428
9176
|
error_models={
|
|
8429
9177
|
"403": BasicError,
|
|
@@ -8438,6 +9186,7 @@ class OrgsClient:
|
|
|
8438
9186
|
org: str,
|
|
8439
9187
|
*,
|
|
8440
9188
|
headers: Optional[Mapping[str, str]] = None,
|
|
9189
|
+
stream: bool = False,
|
|
8441
9190
|
data: UserMembershipsOrgsOrgPatchBodyType,
|
|
8442
9191
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
8443
9192
|
|
|
@@ -8448,6 +9197,7 @@ class OrgsClient:
|
|
|
8448
9197
|
*,
|
|
8449
9198
|
data: UnsetType = UNSET,
|
|
8450
9199
|
headers: Optional[Mapping[str, str]] = None,
|
|
9200
|
+
stream: bool = False,
|
|
8451
9201
|
state: Literal["active"],
|
|
8452
9202
|
) -> Response[OrgMembership, OrgMembershipType]: ...
|
|
8453
9203
|
|
|
@@ -8456,6 +9206,7 @@ class OrgsClient:
|
|
|
8456
9206
|
org: str,
|
|
8457
9207
|
*,
|
|
8458
9208
|
headers: Optional[Mapping[str, str]] = None,
|
|
9209
|
+
stream: bool = False,
|
|
8459
9210
|
data: Missing[UserMembershipsOrgsOrgPatchBodyType] = UNSET,
|
|
8460
9211
|
**kwargs,
|
|
8461
9212
|
) -> Response[OrgMembership, OrgMembershipType]:
|
|
@@ -8493,6 +9244,7 @@ class OrgsClient:
|
|
|
8493
9244
|
url,
|
|
8494
9245
|
json=exclude_unset(json),
|
|
8495
9246
|
headers=exclude_unset(headers),
|
|
9247
|
+
stream=stream,
|
|
8496
9248
|
response_model=OrgMembership,
|
|
8497
9249
|
error_models={
|
|
8498
9250
|
"403": BasicError,
|
|
@@ -8507,6 +9259,7 @@ class OrgsClient:
|
|
|
8507
9259
|
per_page: Missing[int] = UNSET,
|
|
8508
9260
|
page: Missing[int] = UNSET,
|
|
8509
9261
|
headers: Optional[Mapping[str, str]] = None,
|
|
9262
|
+
stream: bool = False,
|
|
8510
9263
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
8511
9264
|
"""orgs/list-for-authenticated-user
|
|
8512
9265
|
|
|
@@ -8538,6 +9291,7 @@ class OrgsClient:
|
|
|
8538
9291
|
url,
|
|
8539
9292
|
params=exclude_unset(params),
|
|
8540
9293
|
headers=exclude_unset(headers),
|
|
9294
|
+
stream=stream,
|
|
8541
9295
|
response_model=list[OrganizationSimple],
|
|
8542
9296
|
error_models={
|
|
8543
9297
|
"403": BasicError,
|
|
@@ -8551,6 +9305,7 @@ class OrgsClient:
|
|
|
8551
9305
|
per_page: Missing[int] = UNSET,
|
|
8552
9306
|
page: Missing[int] = UNSET,
|
|
8553
9307
|
headers: Optional[Mapping[str, str]] = None,
|
|
9308
|
+
stream: bool = False,
|
|
8554
9309
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
8555
9310
|
"""orgs/list-for-authenticated-user
|
|
8556
9311
|
|
|
@@ -8582,6 +9337,7 @@ class OrgsClient:
|
|
|
8582
9337
|
url,
|
|
8583
9338
|
params=exclude_unset(params),
|
|
8584
9339
|
headers=exclude_unset(headers),
|
|
9340
|
+
stream=stream,
|
|
8585
9341
|
response_model=list[OrganizationSimple],
|
|
8586
9342
|
error_models={
|
|
8587
9343
|
"403": BasicError,
|
|
@@ -8596,6 +9352,7 @@ class OrgsClient:
|
|
|
8596
9352
|
per_page: Missing[int] = UNSET,
|
|
8597
9353
|
page: Missing[int] = UNSET,
|
|
8598
9354
|
headers: Optional[Mapping[str, str]] = None,
|
|
9355
|
+
stream: bool = False,
|
|
8599
9356
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
8600
9357
|
"""orgs/list-for-user
|
|
8601
9358
|
|
|
@@ -8624,6 +9381,7 @@ class OrgsClient:
|
|
|
8624
9381
|
url,
|
|
8625
9382
|
params=exclude_unset(params),
|
|
8626
9383
|
headers=exclude_unset(headers),
|
|
9384
|
+
stream=stream,
|
|
8627
9385
|
response_model=list[OrganizationSimple],
|
|
8628
9386
|
)
|
|
8629
9387
|
|
|
@@ -8634,6 +9392,7 @@ class OrgsClient:
|
|
|
8634
9392
|
per_page: Missing[int] = UNSET,
|
|
8635
9393
|
page: Missing[int] = UNSET,
|
|
8636
9394
|
headers: Optional[Mapping[str, str]] = None,
|
|
9395
|
+
stream: bool = False,
|
|
8637
9396
|
) -> Response[list[OrganizationSimple], list[OrganizationSimpleType]]:
|
|
8638
9397
|
"""orgs/list-for-user
|
|
8639
9398
|
|
|
@@ -8662,5 +9421,6 @@ class OrgsClient:
|
|
|
8662
9421
|
url,
|
|
8663
9422
|
params=exclude_unset(params),
|
|
8664
9423
|
headers=exclude_unset(headers),
|
|
9424
|
+
stream=stream,
|
|
8665
9425
|
response_model=list[OrganizationSimple],
|
|
8666
9426
|
)
|