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.

Files changed (1409) hide show
  1. githubkit/cache/base.py +11 -3
  2. githubkit/cache/redis.py +9 -6
  3. githubkit/config.py +7 -1
  4. githubkit/core.py +48 -18
  5. githubkit/github.py +7 -1
  6. githubkit/response.py +64 -1
  7. githubkit/rest/__init__.py +28 -0
  8. githubkit/typing.py +22 -0
  9. githubkit/versions/ghec_v2022_11_28/models/__init__.py +763 -733
  10. githubkit/versions/ghec_v2022_11_28/models/group_0060.py +12 -0
  11. githubkit/versions/ghec_v2022_11_28/models/group_0121.py +1 -1
  12. githubkit/versions/ghec_v2022_11_28/models/group_0148.py +5 -0
  13. githubkit/versions/ghec_v2022_11_28/models/group_0240.py +1 -0
  14. githubkit/versions/ghec_v2022_11_28/models/group_0394.py +4 -0
  15. githubkit/versions/ghec_v2022_11_28/models/group_0477.py +5 -0
  16. githubkit/versions/ghec_v2022_11_28/models/group_0487.py +4 -1
  17. githubkit/versions/ghec_v2022_11_28/models/group_0709.py +3 -3
  18. githubkit/versions/ghec_v2022_11_28/models/group_0997.py +9 -74
  19. githubkit/versions/ghec_v2022_11_28/models/group_0998.py +8 -53
  20. githubkit/versions/ghec_v2022_11_28/models/group_0999.py +71 -40
  21. githubkit/versions/ghec_v2022_11_28/models/group_1000.py +31 -155
  22. githubkit/versions/ghec_v2022_11_28/models/group_1001.py +40 -7
  23. githubkit/versions/ghec_v2022_11_28/models/group_1002.py +27 -30
  24. githubkit/versions/ghec_v2022_11_28/models/group_1003.py +5 -12
  25. githubkit/versions/ghec_v2022_11_28/models/group_1004.py +175 -8
  26. githubkit/versions/ghec_v2022_11_28/models/group_1005.py +10 -14
  27. githubkit/versions/ghec_v2022_11_28/models/group_1006.py +14 -8
  28. githubkit/versions/ghec_v2022_11_28/models/group_1007.py +15 -15
  29. githubkit/versions/ghec_v2022_11_28/models/group_1008.py +9 -9
  30. githubkit/versions/ghec_v2022_11_28/models/group_1009.py +19 -6
  31. githubkit/versions/ghec_v2022_11_28/models/group_1010.py +8 -37
  32. githubkit/versions/ghec_v2022_11_28/models/group_1011.py +8 -23
  33. githubkit/versions/ghec_v2022_11_28/models/group_1012.py +39 -10
  34. githubkit/versions/ghec_v2022_11_28/models/group_1013.py +22 -6
  35. githubkit/versions/ghec_v2022_11_28/models/group_1014.py +7 -12
  36. githubkit/versions/ghec_v2022_11_28/models/group_1015.py +7 -8
  37. githubkit/versions/ghec_v2022_11_28/models/group_1016.py +12 -7
  38. githubkit/versions/ghec_v2022_11_28/models/group_1017.py +5 -5
  39. githubkit/versions/ghec_v2022_11_28/models/group_1018.py +6 -7
  40. githubkit/versions/ghec_v2022_11_28/models/group_1019.py +6 -6
  41. githubkit/versions/ghec_v2022_11_28/models/group_1020.py +7 -6
  42. githubkit/versions/ghec_v2022_11_28/models/group_1021.py +5 -5
  43. githubkit/versions/ghec_v2022_11_28/models/group_1022.py +6 -6
  44. githubkit/versions/ghec_v2022_11_28/models/group_1023.py +8 -12
  45. githubkit/versions/ghec_v2022_11_28/models/group_1024.py +6 -28
  46. githubkit/versions/ghec_v2022_11_28/models/group_1025.py +9 -20
  47. githubkit/versions/ghec_v2022_11_28/models/group_1026.py +29 -7
  48. githubkit/versions/ghec_v2022_11_28/models/group_1027.py +22 -6
  49. githubkit/versions/ghec_v2022_11_28/models/group_1028.py +7 -43
  50. githubkit/versions/ghec_v2022_11_28/models/group_1029.py +6 -42
  51. githubkit/versions/ghec_v2022_11_28/models/group_1030.py +30 -6
  52. githubkit/versions/ghec_v2022_11_28/models/group_1031.py +49 -14
  53. githubkit/versions/ghec_v2022_11_28/models/group_1032.py +23 -4
  54. githubkit/versions/ghec_v2022_11_28/models/group_1033.py +14 -32
  55. githubkit/versions/ghec_v2022_11_28/models/group_1034.py +4 -11
  56. githubkit/versions/ghec_v2022_11_28/models/group_1035.py +20 -6
  57. githubkit/versions/ghec_v2022_11_28/models/group_1036.py +14 -49
  58. githubkit/versions/ghec_v2022_11_28/models/group_1037.py +8 -7
  59. githubkit/versions/ghec_v2022_11_28/models/group_1038.py +50 -8
  60. githubkit/versions/ghec_v2022_11_28/models/group_1039.py +9 -6
  61. githubkit/versions/ghec_v2022_11_28/models/group_1040.py +5 -25
  62. githubkit/versions/ghec_v2022_11_28/models/group_1041.py +6 -13
  63. githubkit/versions/ghec_v2022_11_28/models/group_1042.py +17 -10
  64. githubkit/versions/ghec_v2022_11_28/models/group_1043.py +13 -7
  65. githubkit/versions/ghec_v2022_11_28/models/group_1044.py +12 -34
  66. githubkit/versions/ghec_v2022_11_28/models/group_1045.py +7 -25
  67. githubkit/versions/ghec_v2022_11_28/models/group_1046.py +36 -6
  68. githubkit/versions/ghec_v2022_11_28/models/group_1047.py +13 -16
  69. githubkit/versions/ghec_v2022_11_28/models/group_1048.py +6 -10
  70. githubkit/versions/ghec_v2022_11_28/models/group_1049.py +34 -11
  71. githubkit/versions/ghec_v2022_11_28/models/group_1050.py +10 -14
  72. githubkit/versions/ghec_v2022_11_28/models/group_1051.py +11 -116
  73. githubkit/versions/ghec_v2022_11_28/models/group_1052.py +12 -83
  74. githubkit/versions/ghec_v2022_11_28/models/group_1053.py +117 -87
  75. githubkit/versions/ghec_v2022_11_28/models/group_1054.py +84 -7
  76. githubkit/versions/ghec_v2022_11_28/models/group_1055.py +80 -14
  77. githubkit/versions/ghec_v2022_11_28/models/group_1056.py +9 -22
  78. githubkit/versions/ghec_v2022_11_28/models/group_1057.py +13 -30
  79. githubkit/versions/ghec_v2022_11_28/models/group_1058.py +13 -21
  80. githubkit/versions/ghec_v2022_11_28/models/group_1059.py +33 -8
  81. githubkit/versions/ghec_v2022_11_28/models/group_1060.py +25 -8
  82. githubkit/versions/ghec_v2022_11_28/models/group_1061.py +12 -5
  83. githubkit/versions/ghec_v2022_11_28/models/group_1062.py +12 -11
  84. githubkit/versions/ghec_v2022_11_28/models/group_1063.py +5 -19
  85. githubkit/versions/ghec_v2022_11_28/models/group_1064.py +11 -11
  86. githubkit/versions/ghec_v2022_11_28/models/group_1065.py +19 -5
  87. githubkit/versions/ghec_v2022_11_28/models/group_1066.py +8 -8
  88. githubkit/versions/ghec_v2022_11_28/models/group_1067.py +5 -12
  89. githubkit/versions/ghec_v2022_11_28/models/group_1068.py +9 -6
  90. githubkit/versions/ghec_v2022_11_28/models/group_1069.py +8 -6
  91. githubkit/versions/ghec_v2022_11_28/models/group_1070.py +6 -22
  92. githubkit/versions/ghec_v2022_11_28/models/group_1071.py +6 -8
  93. githubkit/versions/ghec_v2022_11_28/models/group_1072.py +22 -7
  94. githubkit/versions/ghec_v2022_11_28/models/group_1073.py +8 -10
  95. githubkit/versions/ghec_v2022_11_28/models/group_1074.py +7 -12
  96. githubkit/versions/ghec_v2022_11_28/models/group_1075.py +17 -4
  97. githubkit/versions/ghec_v2022_11_28/models/group_1076.py +12 -22
  98. githubkit/versions/ghec_v2022_11_28/models/group_1077.py +4 -26
  99. githubkit/versions/ghec_v2022_11_28/models/group_1078.py +24 -5
  100. githubkit/versions/ghec_v2022_11_28/models/group_1079.py +23 -7
  101. githubkit/versions/ghec_v2022_11_28/models/group_1080.py +5 -10
  102. githubkit/versions/ghec_v2022_11_28/models/group_1081.py +7 -23
  103. githubkit/versions/ghec_v2022_11_28/models/group_1082.py +9 -7
  104. githubkit/versions/ghec_v2022_11_28/models/group_1083.py +26 -4
  105. githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -9
  106. githubkit/versions/ghec_v2022_11_28/models/group_1085.py +4 -26
  107. githubkit/versions/ghec_v2022_11_28/models/group_1086.py +4 -4
  108. githubkit/versions/ghec_v2022_11_28/models/group_1087.py +19 -7
  109. githubkit/versions/ghec_v2022_11_28/models/group_1088.py +9 -5
  110. githubkit/versions/ghec_v2022_11_28/models/group_1089.py +9 -6
  111. githubkit/versions/ghec_v2022_11_28/models/group_1090.py +5 -301
  112. githubkit/versions/ghec_v2022_11_28/models/group_1091.py +8 -8
  113. githubkit/versions/ghec_v2022_11_28/models/group_1092.py +298 -6
  114. githubkit/versions/ghec_v2022_11_28/models/group_1093.py +7 -15
  115. githubkit/versions/ghec_v2022_11_28/models/group_1094.py +9 -8
  116. githubkit/versions/ghec_v2022_11_28/models/group_1095.py +15 -7
  117. githubkit/versions/ghec_v2022_11_28/models/group_1096.py +8 -15
  118. githubkit/versions/ghec_v2022_11_28/models/group_1097.py +6 -6
  119. githubkit/versions/ghec_v2022_11_28/models/group_1098.py +11 -15
  120. githubkit/versions/ghec_v2022_11_28/models/group_1099.py +9 -9
  121. githubkit/versions/ghec_v2022_11_28/models/group_1100.py +15 -5
  122. githubkit/versions/ghec_v2022_11_28/models/group_1101.py +9 -9
  123. githubkit/versions/ghec_v2022_11_28/models/group_1102.py +10 -9
  124. githubkit/versions/ghec_v2022_11_28/models/group_1103.py +6 -8
  125. githubkit/versions/ghec_v2022_11_28/models/group_1104.py +6 -6
  126. githubkit/versions/ghec_v2022_11_28/models/group_1105.py +10 -13
  127. githubkit/versions/ghec_v2022_11_28/models/group_1106.py +8 -9
  128. githubkit/versions/ghec_v2022_11_28/models/group_1107.py +12 -8
  129. githubkit/versions/ghec_v2022_11_28/models/group_1108.py +9 -8
  130. githubkit/versions/ghec_v2022_11_28/models/group_1109.py +8 -8
  131. githubkit/versions/ghec_v2022_11_28/models/group_1110.py +6 -6
  132. githubkit/versions/ghec_v2022_11_28/models/group_1111.py +9 -6
  133. githubkit/versions/ghec_v2022_11_28/models/group_1112.py +8 -8
  134. githubkit/versions/ghec_v2022_11_28/models/group_1113.py +6 -36
  135. githubkit/versions/ghec_v2022_11_28/models/group_1114.py +7 -29
  136. githubkit/versions/ghec_v2022_11_28/models/group_1115.py +35 -7
  137. githubkit/versions/ghec_v2022_11_28/models/group_1116.py +20 -35
  138. githubkit/versions/ghec_v2022_11_28/models/group_1117.py +8 -7
  139. githubkit/versions/ghec_v2022_11_28/models/group_1118.py +20 -54
  140. githubkit/versions/ghec_v2022_11_28/models/group_1119.py +5 -14
  141. githubkit/versions/ghec_v2022_11_28/models/group_1120.py +45 -181
  142. githubkit/versions/ghec_v2022_11_28/models/group_1121.py +10 -86
  143. githubkit/versions/ghec_v2022_11_28/models/group_1122.py +188 -14
  144. githubkit/versions/ghec_v2022_11_28/models/group_1123.py +84 -7
  145. githubkit/versions/ghec_v2022_11_28/models/group_1124.py +36 -10
  146. githubkit/versions/ghec_v2022_11_28/models/group_1125.py +4 -5
  147. githubkit/versions/ghec_v2022_11_28/models/group_1126.py +12 -8
  148. githubkit/versions/ghec_v2022_11_28/models/group_1127.py +13 -8
  149. githubkit/versions/ghec_v2022_11_28/models/group_1128.py +4 -4
  150. githubkit/versions/ghec_v2022_11_28/models/group_1129.py +8 -6
  151. githubkit/versions/ghec_v2022_11_28/models/group_1130.py +8 -8
  152. githubkit/versions/ghec_v2022_11_28/models/group_1131.py +5 -7
  153. githubkit/versions/ghec_v2022_11_28/models/group_1132.py +8 -6
  154. githubkit/versions/ghec_v2022_11_28/models/group_1133.py +8 -6
  155. githubkit/versions/ghec_v2022_11_28/models/group_1134.py +4 -4
  156. githubkit/versions/ghec_v2022_11_28/models/group_1135.py +9 -5
  157. githubkit/versions/ghec_v2022_11_28/models/group_1136.py +9 -14
  158. githubkit/versions/ghec_v2022_11_28/models/group_1137.py +5 -15
  159. githubkit/versions/ghec_v2022_11_28/models/group_1138.py +10 -101
  160. githubkit/versions/ghec_v2022_11_28/models/group_1139.py +13 -53
  161. githubkit/versions/ghec_v2022_11_28/models/group_1140.py +89 -44
  162. githubkit/versions/ghec_v2022_11_28/models/group_1141.py +39 -86
  163. githubkit/versions/ghec_v2022_11_28/models/group_1142.py +31 -28
  164. githubkit/versions/ghec_v2022_11_28/models/group_1143.py +84 -42
  165. githubkit/versions/ghec_v2022_11_28/models/group_1144.py +58 -6
  166. githubkit/versions/ghec_v2022_11_28/models/group_1145.py +55 -23
  167. githubkit/versions/ghec_v2022_11_28/models/group_1146.py +5 -8
  168. githubkit/versions/ghec_v2022_11_28/models/group_1147.py +22 -21
  169. githubkit/versions/ghec_v2022_11_28/models/group_1148.py +15 -34
  170. githubkit/versions/ghec_v2022_11_28/models/group_1149.py +19 -19
  171. githubkit/versions/ghec_v2022_11_28/models/group_1150.py +8 -8
  172. githubkit/versions/ghec_v2022_11_28/models/group_1151.py +19 -30
  173. githubkit/versions/ghec_v2022_11_28/models/group_1152.py +34 -15
  174. githubkit/versions/ghec_v2022_11_28/models/group_1153.py +24 -35
  175. githubkit/versions/ghec_v2022_11_28/models/group_1154.py +7 -23
  176. githubkit/versions/ghec_v2022_11_28/models/group_1155.py +49 -8
  177. githubkit/versions/ghec_v2022_11_28/models/group_1156.py +17 -20
  178. githubkit/versions/ghec_v2022_11_28/models/group_1157.py +7 -22
  179. githubkit/versions/ghec_v2022_11_28/models/group_1158.py +23 -10
  180. githubkit/versions/ghec_v2022_11_28/models/group_1159.py +23 -10
  181. githubkit/versions/ghec_v2022_11_28/models/group_1160.py +14 -5
  182. githubkit/versions/ghec_v2022_11_28/models/group_1161.py +9 -10
  183. githubkit/versions/ghec_v2022_11_28/models/group_1162.py +5 -17
  184. githubkit/versions/ghec_v2022_11_28/models/group_1163.py +11 -8
  185. githubkit/versions/ghec_v2022_11_28/models/group_1164.py +11 -55
  186. githubkit/versions/ghec_v2022_11_28/models/group_1165.py +7 -53
  187. githubkit/versions/ghec_v2022_11_28/models/group_1166.py +54 -17
  188. githubkit/versions/ghec_v2022_11_28/models/group_1167.py +47 -16
  189. githubkit/versions/ghec_v2022_11_28/models/group_1168.py +19 -9
  190. githubkit/versions/ghec_v2022_11_28/models/group_1169.py +23 -12
  191. githubkit/versions/ghec_v2022_11_28/models/group_1170.py +10 -45
  192. githubkit/versions/ghec_v2022_11_28/models/group_1171.py +12 -7
  193. githubkit/versions/ghec_v2022_11_28/models/group_1172.py +33 -21
  194. githubkit/versions/ghec_v2022_11_28/models/group_1173.py +7 -12
  195. githubkit/versions/ghec_v2022_11_28/models/group_1174.py +34 -8
  196. githubkit/versions/ghec_v2022_11_28/models/group_1175.py +11 -27
  197. githubkit/versions/ghec_v2022_11_28/models/group_1176.py +8 -46
  198. githubkit/versions/ghec_v2022_11_28/models/group_1177.py +20 -31
  199. githubkit/versions/ghec_v2022_11_28/models/group_1178.py +43 -10
  200. githubkit/versions/ghec_v2022_11_28/models/group_1179.py +28 -12
  201. githubkit/versions/ghec_v2022_11_28/models/group_1180.py +16 -8
  202. githubkit/versions/ghec_v2022_11_28/models/group_1181.py +22 -8
  203. githubkit/versions/ghec_v2022_11_28/models/group_1182.py +6 -6
  204. githubkit/versions/ghec_v2022_11_28/models/group_1183.py +9 -6
  205. githubkit/versions/ghec_v2022_11_28/models/group_1184.py +8 -8
  206. githubkit/versions/ghec_v2022_11_28/models/group_1185.py +6 -18
  207. githubkit/versions/ghec_v2022_11_28/models/group_1186.py +6 -9
  208. githubkit/versions/ghec_v2022_11_28/models/group_1187.py +9 -62
  209. githubkit/versions/ghec_v2022_11_28/models/group_1188.py +10 -7
  210. githubkit/versions/ghec_v2022_11_28/models/group_1189.py +67 -7
  211. githubkit/versions/ghec_v2022_11_28/models/group_1190.py +7 -40
  212. githubkit/versions/ghec_v2022_11_28/models/group_1191.py +7 -38
  213. githubkit/versions/ghec_v2022_11_28/models/group_1192.py +24 -31
  214. githubkit/versions/ghec_v2022_11_28/models/group_1193.py +31 -18
  215. githubkit/versions/ghec_v2022_11_28/models/group_1194.py +32 -4
  216. githubkit/versions/ghec_v2022_11_28/models/group_1195.py +19 -15
  217. githubkit/versions/ghec_v2022_11_28/models/group_1196.py +12 -16
  218. githubkit/versions/ghec_v2022_11_28/models/group_1197.py +23 -6
  219. githubkit/versions/ghec_v2022_11_28/models/group_1198.py +21 -6
  220. githubkit/versions/ghec_v2022_11_28/models/group_1199.py +11 -4
  221. githubkit/versions/ghec_v2022_11_28/models/group_1200.py +6 -11
  222. githubkit/versions/ghec_v2022_11_28/models/group_1201.py +8 -49
  223. githubkit/versions/ghec_v2022_11_28/models/group_1202.py +14 -5
  224. githubkit/versions/ghec_v2022_11_28/models/group_1203.py +39 -8
  225. githubkit/versions/ghec_v2022_11_28/models/group_1204.py +5 -55
  226. githubkit/versions/ghec_v2022_11_28/models/group_1205.py +10 -9
  227. githubkit/versions/ghec_v2022_11_28/models/group_1206.py +50 -5
  228. githubkit/versions/ghec_v2022_11_28/models/group_1207.py +10 -5
  229. githubkit/versions/ghec_v2022_11_28/models/group_1208.py +7 -8
  230. githubkit/versions/ghec_v2022_11_28/models/group_1209.py +6 -20
  231. githubkit/versions/ghec_v2022_11_28/models/group_1210.py +12 -6
  232. githubkit/versions/ghec_v2022_11_28/models/group_1211.py +17 -9
  233. githubkit/versions/ghec_v2022_11_28/models/group_1212.py +5 -19
  234. githubkit/versions/ghec_v2022_11_28/models/group_1213.py +12 -6
  235. githubkit/versions/ghec_v2022_11_28/models/group_1214.py +18 -13
  236. githubkit/versions/ghec_v2022_11_28/models/group_1215.py +5 -11
  237. githubkit/versions/ghec_v2022_11_28/models/group_1216.py +14 -5
  238. githubkit/versions/ghec_v2022_11_28/models/group_1217.py +10 -12
  239. githubkit/versions/ghec_v2022_11_28/models/group_1218.py +5 -15
  240. githubkit/versions/ghec_v2022_11_28/models/group_1219.py +9 -8
  241. githubkit/versions/ghec_v2022_11_28/models/group_1220.py +9 -11
  242. githubkit/versions/ghec_v2022_11_28/models/group_1221.py +8 -14
  243. githubkit/versions/ghec_v2022_11_28/models/group_1222.py +16 -6
  244. githubkit/versions/ghec_v2022_11_28/models/group_1223.py +12 -10
  245. githubkit/versions/ghec_v2022_11_28/models/group_1224.py +6 -20
  246. githubkit/versions/ghec_v2022_11_28/models/group_1225.py +10 -17
  247. githubkit/versions/ghec_v2022_11_28/models/group_1226.py +15 -6
  248. githubkit/versions/ghec_v2022_11_28/models/group_1227.py +21 -6
  249. githubkit/versions/ghec_v2022_11_28/models/group_1228.py +10 -13
  250. githubkit/versions/ghec_v2022_11_28/models/group_1229.py +11 -34
  251. githubkit/versions/ghec_v2022_11_28/models/group_1230.py +11 -26
  252. githubkit/versions/ghec_v2022_11_28/models/group_1231.py +10 -10
  253. githubkit/versions/ghec_v2022_11_28/models/group_1232.py +12 -13
  254. githubkit/versions/ghec_v2022_11_28/models/group_1233.py +10 -10
  255. githubkit/versions/ghec_v2022_11_28/models/group_1234.py +24 -11
  256. githubkit/versions/ghec_v2022_11_28/models/group_1235.py +23 -9
  257. githubkit/versions/ghec_v2022_11_28/models/group_1236.py +10 -9
  258. githubkit/versions/ghec_v2022_11_28/models/group_1237.py +11 -22
  259. githubkit/versions/ghec_v2022_11_28/models/group_1238.py +16 -6
  260. githubkit/versions/ghec_v2022_11_28/models/group_1239.py +25 -7
  261. githubkit/versions/ghec_v2022_11_28/models/group_1240.py +6 -8
  262. githubkit/versions/ghec_v2022_11_28/models/group_1241.py +6 -31
  263. githubkit/versions/ghec_v2022_11_28/models/group_1242.py +9 -5
  264. githubkit/versions/ghec_v2022_11_28/models/group_1243.py +34 -10
  265. githubkit/versions/ghec_v2022_11_28/models/group_1244.py +11 -32
  266. githubkit/versions/ghec_v2022_11_28/models/group_1245.py +8 -42
  267. githubkit/versions/ghec_v2022_11_28/models/group_1246.py +14 -30
  268. githubkit/versions/ghec_v2022_11_28/models/group_1247.py +45 -5
  269. githubkit/versions/ghec_v2022_11_28/models/group_1248.py +33 -12
  270. githubkit/versions/ghec_v2022_11_28/models/group_1249.py +5 -8
  271. githubkit/versions/ghec_v2022_11_28/models/group_1250.py +19 -6
  272. githubkit/versions/ghec_v2022_11_28/models/group_1251.py +6 -10
  273. githubkit/versions/ghec_v2022_11_28/models/group_1252.py +6 -10
  274. githubkit/versions/ghec_v2022_11_28/models/group_1253.py +6 -6
  275. githubkit/versions/ghec_v2022_11_28/models/group_1254.py +8 -43
  276. githubkit/versions/ghec_v2022_11_28/models/group_1255.py +12 -5
  277. githubkit/versions/ghec_v2022_11_28/models/group_1256.py +42 -7
  278. githubkit/versions/ghec_v2022_11_28/models/group_1257.py +5 -14
  279. githubkit/versions/ghec_v2022_11_28/models/group_1258.py +9 -7
  280. githubkit/versions/ghec_v2022_11_28/models/group_1259.py +12 -6
  281. githubkit/versions/ghec_v2022_11_28/models/group_1260.py +6 -33
  282. githubkit/versions/ghec_v2022_11_28/models/group_1261.py +6 -10
  283. githubkit/versions/ghec_v2022_11_28/models/group_1262.py +28 -12
  284. githubkit/versions/ghec_v2022_11_28/models/group_1263.py +8 -29
  285. githubkit/versions/ghec_v2022_11_28/models/group_1264.py +20 -8
  286. githubkit/versions/ghec_v2022_11_28/models/group_1265.py +24 -68
  287. githubkit/versions/ghec_v2022_11_28/models/group_1266.py +7 -76
  288. githubkit/versions/ghec_v2022_11_28/models/group_1267.py +68 -12
  289. githubkit/versions/ghec_v2022_11_28/models/group_1268.py +75 -9
  290. githubkit/versions/ghec_v2022_11_28/models/group_1269.py +12 -13
  291. githubkit/versions/ghec_v2022_11_28/models/group_1270.py +10 -12
  292. githubkit/versions/ghec_v2022_11_28/models/group_1271.py +21 -6
  293. githubkit/versions/ghec_v2022_11_28/models/group_1272.py +13 -6
  294. githubkit/versions/ghec_v2022_11_28/models/group_1273.py +6 -15
  295. githubkit/versions/ghec_v2022_11_28/models/group_1274.py +6 -21
  296. githubkit/versions/ghec_v2022_11_28/models/group_1275.py +12 -45
  297. githubkit/versions/ghec_v2022_11_28/models/group_1276.py +17 -44
  298. githubkit/versions/ghec_v2022_11_28/models/group_1277.py +36 -54
  299. githubkit/versions/ghec_v2022_11_28/models/group_1278.py +44 -24
  300. githubkit/versions/ghec_v2022_11_28/models/group_1279.py +65 -10
  301. githubkit/versions/ghec_v2022_11_28/models/group_1280.py +25 -8
  302. githubkit/versions/ghec_v2022_11_28/models/group_1281.py +12 -5
  303. githubkit/versions/ghec_v2022_11_28/models/group_1282.py +12 -5
  304. githubkit/versions/ghec_v2022_11_28/models/group_1283.py +5 -17
  305. githubkit/versions/ghec_v2022_11_28/models/group_1284.py +5 -11
  306. githubkit/versions/ghec_v2022_11_28/models/group_1285.py +14 -8
  307. githubkit/versions/ghec_v2022_11_28/models/group_1286.py +8 -9
  308. githubkit/versions/ghec_v2022_11_28/models/group_1287.py +9 -6
  309. githubkit/versions/ghec_v2022_11_28/models/group_1288.py +6 -6
  310. githubkit/versions/ghec_v2022_11_28/models/group_1289.py +6 -23
  311. githubkit/versions/ghec_v2022_11_28/models/group_1290.py +8 -26
  312. githubkit/versions/ghec_v2022_11_28/models/group_1291.py +24 -7
  313. githubkit/versions/ghec_v2022_11_28/models/group_1292.py +20 -40
  314. githubkit/versions/ghec_v2022_11_28/models/group_1293.py +7 -46
  315. githubkit/versions/ghec_v2022_11_28/models/group_1294.py +44 -28
  316. githubkit/versions/ghec_v2022_11_28/models/group_1295.py +40 -11
  317. githubkit/versions/ghec_v2022_11_28/models/group_1296.py +33 -7
  318. githubkit/versions/ghec_v2022_11_28/models/group_1297.py +17 -6
  319. githubkit/versions/ghec_v2022_11_28/models/group_1298.py +8 -16
  320. githubkit/versions/ghec_v2022_11_28/models/group_1299.py +7 -8
  321. githubkit/versions/ghec_v2022_11_28/models/group_1300.py +12 -8
  322. githubkit/versions/ghec_v2022_11_28/models/group_1301.py +8 -9
  323. githubkit/versions/ghec_v2022_11_28/models/group_1302.py +12 -12
  324. githubkit/versions/ghec_v2022_11_28/models/group_1303.py +9 -17
  325. githubkit/versions/ghec_v2022_11_28/models/group_1304.py +12 -10
  326. githubkit/versions/ghec_v2022_11_28/models/group_1305.py +17 -8
  327. githubkit/versions/ghec_v2022_11_28/models/group_1306.py +8 -9
  328. githubkit/versions/ghec_v2022_11_28/models/group_1307.py +11 -4
  329. githubkit/versions/ghec_v2022_11_28/models/group_1308.py +9 -11
  330. githubkit/versions/ghec_v2022_11_28/models/group_1309.py +4 -12
  331. githubkit/versions/ghec_v2022_11_28/models/group_1310.py +9 -35
  332. githubkit/versions/ghec_v2022_11_28/models/group_1311.py +7 -10
  333. githubkit/versions/ghec_v2022_11_28/models/group_1312.py +21 -72
  334. githubkit/versions/ghec_v2022_11_28/models/group_1313.py +11 -11
  335. githubkit/versions/ghec_v2022_11_28/models/group_1314.py +89 -11
  336. githubkit/versions/ghec_v2022_11_28/models/group_1315.py +11 -12
  337. githubkit/versions/ghec_v2022_11_28/models/group_1316.py +12 -9
  338. githubkit/versions/ghec_v2022_11_28/models/group_1317.py +13 -9
  339. githubkit/versions/ghec_v2022_11_28/models/group_1318.py +12 -74
  340. githubkit/versions/ghec_v2022_11_28/models/group_1319.py +69 -0
  341. githubkit/versions/ghec_v2022_11_28/models/group_1320.py +29 -0
  342. githubkit/versions/ghec_v2022_11_28/models/group_1321.py +29 -0
  343. githubkit/versions/ghec_v2022_11_28/models/group_1322.py +97 -0
  344. githubkit/versions/ghec_v2022_11_28/rest/actions.py +826 -0
  345. githubkit/versions/ghec_v2022_11_28/rest/activity.py +144 -0
  346. githubkit/versions/ghec_v2022_11_28/rest/apps.py +176 -0
  347. githubkit/versions/ghec_v2022_11_28/rest/billing.py +76 -0
  348. githubkit/versions/ghec_v2022_11_28/rest/campaigns.py +28 -0
  349. githubkit/versions/ghec_v2022_11_28/rest/checks.py +68 -0
  350. githubkit/versions/ghec_v2022_11_28/rest/classroom.py +24 -0
  351. githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +112 -0
  352. githubkit/versions/ghec_v2022_11_28/rest/code_security.py +116 -0
  353. githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +8 -0
  354. githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +246 -0
  355. githubkit/versions/ghec_v2022_11_28/rest/copilot.py +68 -0
  356. githubkit/versions/ghec_v2022_11_28/rest/credentials.py +8 -0
  357. githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +112 -0
  358. githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +16 -0
  359. githubkit/versions/ghec_v2022_11_28/rest/emojis.py +4 -0
  360. githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +388 -0
  361. githubkit/versions/ghec_v2022_11_28/rest/gists.py +104 -2
  362. githubkit/versions/ghec_v2022_11_28/rest/git.py +76 -0
  363. githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +8 -0
  364. githubkit/versions/ghec_v2022_11_28/rest/hosted_compute.py +32 -0
  365. githubkit/versions/ghec_v2022_11_28/rest/interactions.py +56 -2
  366. githubkit/versions/ghec_v2022_11_28/rest/issues.py +244 -0
  367. githubkit/versions/ghec_v2022_11_28/rest/licenses.py +12 -0
  368. githubkit/versions/ghec_v2022_11_28/rest/markdown.py +24 -2
  369. githubkit/versions/ghec_v2022_11_28/rest/meta.py +20 -0
  370. githubkit/versions/ghec_v2022_11_28/rest/migrations.py +112 -0
  371. githubkit/versions/ghec_v2022_11_28/rest/oidc.py +12 -0
  372. githubkit/versions/ghec_v2022_11_28/rest/orgs.py +880 -0
  373. githubkit/versions/ghec_v2022_11_28/rest/packages.py +108 -0
  374. githubkit/versions/ghec_v2022_11_28/rest/private_registries.py +36 -0
  375. githubkit/versions/ghec_v2022_11_28/rest/projects.py +146 -0
  376. githubkit/versions/ghec_v2022_11_28/rest/pulls.py +162 -0
  377. githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +6 -0
  378. githubkit/versions/ghec_v2022_11_28/rest/reactions.py +136 -0
  379. githubkit/versions/ghec_v2022_11_28/rest/repos.py +1086 -0
  380. githubkit/versions/ghec_v2022_11_28/rest/scim.py +36 -0
  381. githubkit/versions/ghec_v2022_11_28/rest/search.py +28 -0
  382. githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +84 -0
  383. githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +52 -0
  384. githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +4 -0
  385. githubkit/versions/ghec_v2022_11_28/rest/teams.py +360 -0
  386. githubkit/versions/ghec_v2022_11_28/rest/users.py +429 -2
  387. githubkit/versions/ghec_v2022_11_28/types/__init__.py +763 -733
  388. githubkit/versions/ghec_v2022_11_28/types/group_0060.py +11 -0
  389. githubkit/versions/ghec_v2022_11_28/types/group_0148.py +2 -0
  390. githubkit/versions/ghec_v2022_11_28/types/group_0240.py +1 -0
  391. githubkit/versions/ghec_v2022_11_28/types/group_0394.py +1 -0
  392. githubkit/versions/ghec_v2022_11_28/types/group_0477.py +3 -1
  393. githubkit/versions/ghec_v2022_11_28/types/group_0487.py +1 -1
  394. githubkit/versions/ghec_v2022_11_28/types/group_0709.py +1 -1
  395. githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -62
  396. githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -24
  397. githubkit/versions/ghec_v2022_11_28/types/group_0999.py +62 -13
  398. githubkit/versions/ghec_v2022_11_28/types/group_1000.py +16 -90
  399. githubkit/versions/ghec_v2022_11_28/types/group_1001.py +12 -4
  400. githubkit/versions/ghec_v2022_11_28/types/group_1002.py +20 -20
  401. githubkit/versions/ghec_v2022_11_28/types/group_1003.py +3 -7
  402. githubkit/versions/ghec_v2022_11_28/types/group_1004.py +96 -6
  403. githubkit/versions/ghec_v2022_11_28/types/group_1005.py +6 -12
  404. githubkit/versions/ghec_v2022_11_28/types/group_1006.py +8 -8
  405. githubkit/versions/ghec_v2022_11_28/types/group_1007.py +12 -9
  406. githubkit/versions/ghec_v2022_11_28/types/group_1008.py +7 -4
  407. githubkit/versions/ghec_v2022_11_28/types/group_1009.py +12 -5
  408. githubkit/versions/ghec_v2022_11_28/types/group_1010.py +5 -24
  409. githubkit/versions/ghec_v2022_11_28/types/group_1011.py +5 -9
  410. githubkit/versions/ghec_v2022_11_28/types/group_1012.py +23 -7
  411. githubkit/versions/ghec_v2022_11_28/types/group_1013.py +9 -5
  412. githubkit/versions/ghec_v2022_11_28/types/group_1014.py +7 -7
  413. githubkit/versions/ghec_v2022_11_28/types/group_1015.py +4 -4
  414. githubkit/versions/ghec_v2022_11_28/types/group_1016.py +7 -7
  415. githubkit/versions/ghec_v2022_11_28/types/group_1017.py +3 -3
  416. githubkit/versions/ghec_v2022_11_28/types/group_1018.py +5 -6
  417. githubkit/versions/ghec_v2022_11_28/types/group_1019.py +4 -4
  418. githubkit/versions/ghec_v2022_11_28/types/group_1020.py +6 -5
  419. githubkit/versions/ghec_v2022_11_28/types/group_1021.py +3 -3
  420. githubkit/versions/ghec_v2022_11_28/types/group_1022.py +5 -5
  421. githubkit/versions/ghec_v2022_11_28/types/group_1023.py +5 -8
  422. githubkit/versions/ghec_v2022_11_28/types/group_1024.py +6 -22
  423. githubkit/versions/ghec_v2022_11_28/types/group_1025.py +7 -8
  424. githubkit/versions/ghec_v2022_11_28/types/group_1026.py +23 -7
  425. githubkit/versions/ghec_v2022_11_28/types/group_1027.py +9 -5
  426. githubkit/versions/ghec_v2022_11_28/types/group_1028.py +7 -25
  427. githubkit/versions/ghec_v2022_11_28/types/group_1029.py +5 -24
  428. githubkit/versions/ghec_v2022_11_28/types/group_1030.py +21 -4
  429. githubkit/versions/ghec_v2022_11_28/types/group_1031.py +23 -7
  430. githubkit/versions/ghec_v2022_11_28/types/group_1032.py +10 -4
  431. githubkit/versions/ghec_v2022_11_28/types/group_1033.py +8 -9
  432. githubkit/versions/ghec_v2022_11_28/types/group_1034.py +3 -8
  433. githubkit/versions/ghec_v2022_11_28/types/group_1035.py +7 -4
  434. githubkit/versions/ghec_v2022_11_28/types/group_1036.py +8 -14
  435. githubkit/versions/ghec_v2022_11_28/types/group_1037.py +5 -4
  436. githubkit/versions/ghec_v2022_11_28/types/group_1038.py +15 -4
  437. githubkit/versions/ghec_v2022_11_28/types/group_1039.py +4 -5
  438. githubkit/versions/ghec_v2022_11_28/types/group_1040.py +4 -9
  439. githubkit/versions/ghec_v2022_11_28/types/group_1041.py +5 -6
  440. githubkit/versions/ghec_v2022_11_28/types/group_1042.py +8 -7
  441. githubkit/versions/ghec_v2022_11_28/types/group_1043.py +7 -6
  442. githubkit/versions/ghec_v2022_11_28/types/group_1044.py +7 -25
  443. githubkit/versions/ghec_v2022_11_28/types/group_1045.py +6 -11
  444. githubkit/versions/ghec_v2022_11_28/types/group_1046.py +25 -6
  445. githubkit/versions/ghec_v2022_11_28/types/group_1047.py +8 -9
  446. githubkit/versions/ghec_v2022_11_28/types/group_1048.py +6 -6
  447. githubkit/versions/ghec_v2022_11_28/types/group_1049.py +14 -7
  448. githubkit/versions/ghec_v2022_11_28/types/group_1050.py +6 -8
  449. githubkit/versions/ghec_v2022_11_28/types/group_1051.py +10 -46
  450. githubkit/versions/ghec_v2022_11_28/types/group_1052.py +7 -70
  451. githubkit/versions/ghec_v2022_11_28/types/group_1053.py +43 -71
  452. githubkit/versions/ghec_v2022_11_28/types/group_1054.py +70 -7
  453. githubkit/versions/ghec_v2022_11_28/types/group_1055.py +70 -7
  454. githubkit/versions/ghec_v2022_11_28/types/group_1056.py +8 -10
  455. githubkit/versions/ghec_v2022_11_28/types/group_1057.py +7 -14
  456. githubkit/versions/ghec_v2022_11_28/types/group_1058.py +8 -11
  457. githubkit/versions/ghec_v2022_11_28/types/group_1059.py +14 -6
  458. githubkit/versions/ghec_v2022_11_28/types/group_1060.py +12 -5
  459. githubkit/versions/ghec_v2022_11_28/types/group_1061.py +6 -4
  460. githubkit/versions/ghec_v2022_11_28/types/group_1062.py +6 -9
  461. githubkit/versions/ghec_v2022_11_28/types/group_1063.py +4 -13
  462. githubkit/versions/ghec_v2022_11_28/types/group_1064.py +8 -7
  463. githubkit/versions/ghec_v2022_11_28/types/group_1065.py +13 -4
  464. githubkit/versions/ghec_v2022_11_28/types/group_1066.py +7 -5
  465. githubkit/versions/ghec_v2022_11_28/types/group_1067.py +5 -6
  466. githubkit/versions/ghec_v2022_11_28/types/group_1068.py +5 -5
  467. githubkit/versions/ghec_v2022_11_28/types/group_1069.py +5 -4
  468. githubkit/versions/ghec_v2022_11_28/types/group_1070.py +5 -17
  469. githubkit/versions/ghec_v2022_11_28/types/group_1071.py +4 -5
  470. githubkit/versions/ghec_v2022_11_28/types/group_1072.py +17 -6
  471. githubkit/versions/ghec_v2022_11_28/types/group_1073.py +5 -6
  472. githubkit/versions/ghec_v2022_11_28/types/group_1074.py +6 -5
  473. githubkit/versions/ghec_v2022_11_28/types/group_1075.py +8 -4
  474. githubkit/versions/ghec_v2022_11_28/types/group_1076.py +5 -20
  475. githubkit/versions/ghec_v2022_11_28/types/group_1077.py +4 -21
  476. githubkit/versions/ghec_v2022_11_28/types/group_1078.py +21 -5
  477. githubkit/versions/ghec_v2022_11_28/types/group_1079.py +20 -6
  478. githubkit/versions/ghec_v2022_11_28/types/group_1080.py +4 -5
  479. githubkit/versions/ghec_v2022_11_28/types/group_1081.py +6 -20
  480. githubkit/versions/ghec_v2022_11_28/types/group_1082.py +5 -4
  481. githubkit/versions/ghec_v2022_11_28/types/group_1083.py +21 -4
  482. githubkit/versions/ghec_v2022_11_28/types/group_1084.py +5 -7
  483. githubkit/versions/ghec_v2022_11_28/types/group_1085.py +4 -11
  484. githubkit/versions/ghec_v2022_11_28/types/group_1086.py +3 -3
  485. githubkit/versions/ghec_v2022_11_28/types/group_1087.py +9 -5
  486. githubkit/versions/ghec_v2022_11_28/types/group_1088.py +7 -5
  487. githubkit/versions/ghec_v2022_11_28/types/group_1089.py +5 -5
  488. githubkit/versions/ghec_v2022_11_28/types/group_1090.py +5 -177
  489. githubkit/versions/ghec_v2022_11_28/types/group_1091.py +6 -8
  490. githubkit/versions/ghec_v2022_11_28/types/group_1092.py +176 -4
  491. githubkit/versions/ghec_v2022_11_28/types/group_1093.py +7 -8
  492. githubkit/versions/ghec_v2022_11_28/types/group_1094.py +5 -8
  493. githubkit/versions/ghec_v2022_11_28/types/group_1095.py +8 -7
  494. githubkit/versions/ghec_v2022_11_28/types/group_1096.py +8 -7
  495. githubkit/versions/ghec_v2022_11_28/types/group_1097.py +5 -5
  496. githubkit/versions/ghec_v2022_11_28/types/group_1098.py +6 -7
  497. githubkit/versions/ghec_v2022_11_28/types/group_1099.py +7 -4
  498. githubkit/versions/ghec_v2022_11_28/types/group_1100.py +7 -4
  499. githubkit/versions/ghec_v2022_11_28/types/group_1101.py +4 -7
  500. githubkit/versions/ghec_v2022_11_28/types/group_1102.py +4 -7
  501. githubkit/versions/ghec_v2022_11_28/types/group_1103.py +5 -7
  502. githubkit/versions/ghec_v2022_11_28/types/group_1104.py +5 -5
  503. githubkit/versions/ghec_v2022_11_28/types/group_1105.py +9 -7
  504. githubkit/versions/ghec_v2022_11_28/types/group_1106.py +8 -5
  505. githubkit/versions/ghec_v2022_11_28/types/group_1107.py +8 -5
  506. githubkit/versions/ghec_v2022_11_28/types/group_1108.py +5 -8
  507. githubkit/versions/ghec_v2022_11_28/types/group_1109.py +5 -6
  508. githubkit/versions/ghec_v2022_11_28/types/group_1110.py +5 -5
  509. githubkit/versions/ghec_v2022_11_28/types/group_1111.py +5 -5
  510. githubkit/versions/ghec_v2022_11_28/types/group_1112.py +8 -6
  511. githubkit/versions/ghec_v2022_11_28/types/group_1113.py +6 -32
  512. githubkit/versions/ghec_v2022_11_28/types/group_1114.py +6 -23
  513. githubkit/versions/ghec_v2022_11_28/types/group_1115.py +33 -9
  514. githubkit/versions/ghec_v2022_11_28/types/group_1116.py +12 -32
  515. githubkit/versions/ghec_v2022_11_28/types/group_1117.py +8 -5
  516. githubkit/versions/ghec_v2022_11_28/types/group_1118.py +17 -39
  517. githubkit/versions/ghec_v2022_11_28/types/group_1119.py +4 -6
  518. githubkit/versions/ghec_v2022_11_28/types/group_1120.py +42 -101
  519. githubkit/versions/ghec_v2022_11_28/types/group_1121.py +6 -50
  520. githubkit/versions/ghec_v2022_11_28/types/group_1122.py +107 -10
  521. githubkit/versions/ghec_v2022_11_28/types/group_1123.py +45 -7
  522. githubkit/versions/ghec_v2022_11_28/types/group_1124.py +21 -7
  523. githubkit/versions/ghec_v2022_11_28/types/group_1125.py +3 -4
  524. githubkit/versions/ghec_v2022_11_28/types/group_1126.py +9 -5
  525. githubkit/versions/ghec_v2022_11_28/types/group_1127.py +10 -5
  526. githubkit/versions/ghec_v2022_11_28/types/group_1128.py +3 -3
  527. githubkit/versions/ghec_v2022_11_28/types/group_1129.py +5 -7
  528. githubkit/versions/ghec_v2022_11_28/types/group_1130.py +5 -7
  529. githubkit/versions/ghec_v2022_11_28/types/group_1131.py +4 -6
  530. githubkit/versions/ghec_v2022_11_28/types/group_1132.py +7 -5
  531. githubkit/versions/ghec_v2022_11_28/types/group_1133.py +9 -5
  532. githubkit/versions/ghec_v2022_11_28/types/group_1134.py +3 -3
  533. githubkit/versions/ghec_v2022_11_28/types/group_1135.py +8 -4
  534. githubkit/versions/ghec_v2022_11_28/types/group_1136.py +8 -10
  535. githubkit/versions/ghec_v2022_11_28/types/group_1137.py +5 -9
  536. githubkit/versions/ghec_v2022_11_28/types/group_1138.py +7 -50
  537. githubkit/versions/ghec_v2022_11_28/types/group_1139.py +10 -31
  538. githubkit/versions/ghec_v2022_11_28/types/group_1140.py +49 -29
  539. githubkit/versions/ghec_v2022_11_28/types/group_1141.py +27 -57
  540. githubkit/versions/ghec_v2022_11_28/types/group_1142.py +24 -21
  541. githubkit/versions/ghec_v2022_11_28/types/group_1143.py +55 -28
  542. githubkit/versions/ghec_v2022_11_28/types/group_1144.py +36 -10
  543. githubkit/versions/ghec_v2022_11_28/types/group_1145.py +30 -18
  544. githubkit/versions/ghec_v2022_11_28/types/group_1146.py +4 -7
  545. githubkit/versions/ghec_v2022_11_28/types/group_1147.py +19 -9
  546. githubkit/versions/ghec_v2022_11_28/types/group_1148.py +8 -12
  547. githubkit/versions/ghec_v2022_11_28/types/group_1149.py +9 -10
  548. githubkit/versions/ghec_v2022_11_28/types/group_1150.py +5 -5
  549. githubkit/versions/ghec_v2022_11_28/types/group_1151.py +11 -11
  550. githubkit/versions/ghec_v2022_11_28/types/group_1152.py +12 -8
  551. githubkit/versions/ghec_v2022_11_28/types/group_1153.py +11 -15
  552. githubkit/versions/ghec_v2022_11_28/types/group_1154.py +7 -20
  553. githubkit/versions/ghec_v2022_11_28/types/group_1155.py +16 -8
  554. githubkit/versions/ghec_v2022_11_28/types/group_1156.py +15 -13
  555. githubkit/versions/ghec_v2022_11_28/types/group_1157.py +6 -19
  556. githubkit/versions/ghec_v2022_11_28/types/group_1158.py +18 -5
  557. githubkit/versions/ghec_v2022_11_28/types/group_1159.py +21 -5
  558. githubkit/versions/ghec_v2022_11_28/types/group_1160.py +6 -5
  559. githubkit/versions/ghec_v2022_11_28/types/group_1161.py +5 -8
  560. githubkit/versions/ghec_v2022_11_28/types/group_1162.py +4 -7
  561. githubkit/versions/ghec_v2022_11_28/types/group_1163.py +7 -7
  562. githubkit/versions/ghec_v2022_11_28/types/group_1164.py +7 -36
  563. githubkit/versions/ghec_v2022_11_28/types/group_1165.py +7 -32
  564. githubkit/versions/ghec_v2022_11_28/types/group_1166.py +36 -11
  565. githubkit/versions/ghec_v2022_11_28/types/group_1167.py +26 -14
  566. githubkit/versions/ghec_v2022_11_28/types/group_1168.py +11 -5
  567. githubkit/versions/ghec_v2022_11_28/types/group_1169.py +20 -7
  568. githubkit/versions/ghec_v2022_11_28/types/group_1170.py +6 -24
  569. githubkit/versions/ghec_v2022_11_28/types/group_1171.py +8 -5
  570. githubkit/versions/ghec_v2022_11_28/types/group_1172.py +22 -12
  571. githubkit/versions/ghec_v2022_11_28/types/group_1173.py +5 -7
  572. githubkit/versions/ghec_v2022_11_28/types/group_1174.py +13 -8
  573. githubkit/versions/ghec_v2022_11_28/types/group_1175.py +7 -19
  574. githubkit/versions/ghec_v2022_11_28/types/group_1176.py +6 -27
  575. githubkit/versions/ghec_v2022_11_28/types/group_1177.py +14 -19
  576. githubkit/versions/ghec_v2022_11_28/types/group_1178.py +27 -6
  577. githubkit/versions/ghec_v2022_11_28/types/group_1179.py +18 -10
  578. githubkit/versions/ghec_v2022_11_28/types/group_1180.py +9 -8
  579. githubkit/versions/ghec_v2022_11_28/types/group_1181.py +16 -6
  580. githubkit/versions/ghec_v2022_11_28/types/group_1182.py +5 -5
  581. githubkit/versions/ghec_v2022_11_28/types/group_1183.py +5 -5
  582. githubkit/versions/ghec_v2022_11_28/types/group_1184.py +8 -6
  583. githubkit/versions/ghec_v2022_11_28/types/group_1185.py +6 -7
  584. githubkit/versions/ghec_v2022_11_28/types/group_1186.py +5 -5
  585. githubkit/versions/ghec_v2022_11_28/types/group_1187.py +5 -39
  586. githubkit/versions/ghec_v2022_11_28/types/group_1188.py +6 -6
  587. githubkit/versions/ghec_v2022_11_28/types/group_1189.py +40 -5
  588. githubkit/versions/ghec_v2022_11_28/types/group_1190.py +6 -25
  589. githubkit/versions/ghec_v2022_11_28/types/group_1191.py +5 -19
  590. githubkit/versions/ghec_v2022_11_28/types/group_1192.py +17 -16
  591. githubkit/versions/ghec_v2022_11_28/types/group_1193.py +18 -9
  592. githubkit/versions/ghec_v2022_11_28/types/group_1194.py +18 -3
  593. githubkit/versions/ghec_v2022_11_28/types/group_1195.py +10 -9
  594. githubkit/versions/ghec_v2022_11_28/types/group_1196.py +8 -8
  595. githubkit/versions/ghec_v2022_11_28/types/group_1197.py +9 -5
  596. githubkit/versions/ghec_v2022_11_28/types/group_1198.py +8 -5
  597. githubkit/versions/ghec_v2022_11_28/types/group_1199.py +7 -4
  598. githubkit/versions/ghec_v2022_11_28/types/group_1200.py +5 -5
  599. githubkit/versions/ghec_v2022_11_28/types/group_1201.py +4 -27
  600. githubkit/versions/ghec_v2022_11_28/types/group_1202.py +6 -5
  601. githubkit/versions/ghec_v2022_11_28/types/group_1203.py +25 -7
  602. githubkit/versions/ghec_v2022_11_28/types/group_1204.py +10 -39
  603. githubkit/versions/ghec_v2022_11_28/types/group_1205.py +8 -5
  604. githubkit/versions/ghec_v2022_11_28/types/group_1206.py +33 -4
  605. githubkit/versions/ghec_v2022_11_28/types/group_1207.py +5 -5
  606. githubkit/versions/ghec_v2022_11_28/types/group_1208.py +4 -4
  607. githubkit/versions/ghec_v2022_11_28/types/group_1209.py +5 -16
  608. githubkit/versions/ghec_v2022_11_28/types/group_1210.py +5 -5
  609. githubkit/versions/ghec_v2022_11_28/types/group_1211.py +15 -4
  610. githubkit/versions/ghec_v2022_11_28/types/group_1212.py +4 -15
  611. githubkit/versions/ghec_v2022_11_28/types/group_1213.py +5 -5
  612. githubkit/versions/ghec_v2022_11_28/types/group_1214.py +15 -5
  613. githubkit/versions/ghec_v2022_11_28/types/group_1215.py +4 -7
  614. githubkit/versions/ghec_v2022_11_28/types/group_1216.py +6 -5
  615. githubkit/versions/ghec_v2022_11_28/types/group_1217.py +8 -6
  616. githubkit/versions/ghec_v2022_11_28/types/group_1218.py +4 -6
  617. githubkit/versions/ghec_v2022_11_28/types/group_1219.py +5 -6
  618. githubkit/versions/ghec_v2022_11_28/types/group_1220.py +6 -6
  619. githubkit/versions/ghec_v2022_11_28/types/group_1221.py +6 -6
  620. githubkit/versions/ghec_v2022_11_28/types/group_1222.py +7 -5
  621. githubkit/versions/ghec_v2022_11_28/types/group_1223.py +6 -6
  622. githubkit/versions/ghec_v2022_11_28/types/group_1224.py +5 -10
  623. githubkit/versions/ghec_v2022_11_28/types/group_1225.py +6 -9
  624. githubkit/versions/ghec_v2022_11_28/types/group_1226.py +8 -4
  625. githubkit/versions/ghec_v2022_11_28/types/group_1227.py +9 -5
  626. githubkit/versions/ghec_v2022_11_28/types/group_1228.py +6 -10
  627. githubkit/versions/ghec_v2022_11_28/types/group_1229.py +5 -16
  628. githubkit/versions/ghec_v2022_11_28/types/group_1230.py +9 -14
  629. githubkit/versions/ghec_v2022_11_28/types/group_1231.py +6 -6
  630. githubkit/versions/ghec_v2022_11_28/types/group_1232.py +8 -10
  631. githubkit/versions/ghec_v2022_11_28/types/group_1233.py +6 -6
  632. githubkit/versions/ghec_v2022_11_28/types/group_1234.py +15 -8
  633. githubkit/versions/ghec_v2022_11_28/types/group_1235.py +14 -6
  634. githubkit/versions/ghec_v2022_11_28/types/group_1236.py +7 -6
  635. githubkit/versions/ghec_v2022_11_28/types/group_1237.py +7 -10
  636. githubkit/versions/ghec_v2022_11_28/types/group_1238.py +9 -5
  637. githubkit/versions/ghec_v2022_11_28/types/group_1239.py +11 -5
  638. githubkit/versions/ghec_v2022_11_28/types/group_1240.py +4 -6
  639. githubkit/versions/ghec_v2022_11_28/types/group_1241.py +4 -10
  640. githubkit/versions/ghec_v2022_11_28/types/group_1242.py +6 -4
  641. githubkit/versions/ghec_v2022_11_28/types/group_1243.py +12 -8
  642. githubkit/versions/ghec_v2022_11_28/types/group_1244.py +5 -10
  643. githubkit/versions/ghec_v2022_11_28/types/group_1245.py +7 -14
  644. githubkit/versions/ghec_v2022_11_28/types/group_1246.py +11 -16
  645. githubkit/versions/ghec_v2022_11_28/types/group_1247.py +15 -5
  646. githubkit/versions/ghec_v2022_11_28/types/group_1248.py +16 -10
  647. githubkit/versions/ghec_v2022_11_28/types/group_1249.py +5 -6
  648. githubkit/versions/ghec_v2022_11_28/types/group_1250.py +8 -5
  649. githubkit/versions/ghec_v2022_11_28/types/group_1251.py +5 -5
  650. githubkit/versions/ghec_v2022_11_28/types/group_1252.py +5 -5
  651. githubkit/versions/ghec_v2022_11_28/types/group_1253.py +3 -3
  652. githubkit/versions/ghec_v2022_11_28/types/group_1254.py +5 -25
  653. githubkit/versions/ghec_v2022_11_28/types/group_1255.py +6 -5
  654. githubkit/versions/ghec_v2022_11_28/types/group_1256.py +24 -5
  655. githubkit/versions/ghec_v2022_11_28/types/group_1257.py +5 -7
  656. githubkit/versions/ghec_v2022_11_28/types/group_1258.py +6 -4
  657. githubkit/versions/ghec_v2022_11_28/types/group_1259.py +6 -5
  658. githubkit/versions/ghec_v2022_11_28/types/group_1260.py +4 -13
  659. githubkit/versions/ghec_v2022_11_28/types/group_1261.py +5 -6
  660. githubkit/versions/ghec_v2022_11_28/types/group_1262.py +11 -5
  661. githubkit/versions/ghec_v2022_11_28/types/group_1263.py +5 -11
  662. githubkit/versions/ghec_v2022_11_28/types/group_1264.py +8 -6
  663. githubkit/versions/ghec_v2022_11_28/types/group_1265.py +12 -62
  664. githubkit/versions/ghec_v2022_11_28/types/group_1266.py +6 -63
  665. githubkit/versions/ghec_v2022_11_28/types/group_1267.py +60 -7
  666. githubkit/versions/ghec_v2022_11_28/types/group_1268.py +63 -7
  667. githubkit/versions/ghec_v2022_11_28/types/group_1269.py +8 -7
  668. githubkit/versions/ghec_v2022_11_28/types/group_1270.py +7 -6
  669. githubkit/versions/ghec_v2022_11_28/types/group_1271.py +9 -5
  670. githubkit/versions/ghec_v2022_11_28/types/group_1272.py +6 -5
  671. githubkit/versions/ghec_v2022_11_28/types/group_1273.py +5 -7
  672. githubkit/versions/ghec_v2022_11_28/types/group_1274.py +5 -9
  673. githubkit/versions/ghec_v2022_11_28/types/group_1275.py +6 -35
  674. githubkit/versions/ghec_v2022_11_28/types/group_1276.py +8 -35
  675. githubkit/versions/ghec_v2022_11_28/types/group_1277.py +29 -46
  676. githubkit/versions/ghec_v2022_11_28/types/group_1278.py +35 -12
  677. githubkit/versions/ghec_v2022_11_28/types/group_1279.py +52 -6
  678. githubkit/versions/ghec_v2022_11_28/types/group_1280.py +12 -5
  679. githubkit/versions/ghec_v2022_11_28/types/group_1281.py +6 -4
  680. githubkit/versions/ghec_v2022_11_28/types/group_1282.py +6 -7
  681. githubkit/versions/ghec_v2022_11_28/types/group_1283.py +4 -11
  682. githubkit/versions/ghec_v2022_11_28/types/group_1284.py +6 -7
  683. githubkit/versions/ghec_v2022_11_28/types/group_1285.py +11 -5
  684. githubkit/versions/ghec_v2022_11_28/types/group_1286.py +7 -5
  685. githubkit/versions/ghec_v2022_11_28/types/group_1287.py +5 -5
  686. githubkit/versions/ghec_v2022_11_28/types/group_1288.py +4 -4
  687. githubkit/versions/ghec_v2022_11_28/types/group_1289.py +5 -19
  688. githubkit/versions/ghec_v2022_11_28/types/group_1290.py +5 -12
  689. githubkit/versions/ghec_v2022_11_28/types/group_1291.py +19 -7
  690. githubkit/versions/ghec_v2022_11_28/types/group_1292.py +13 -17
  691. githubkit/versions/ghec_v2022_11_28/types/group_1293.py +7 -24
  692. githubkit/versions/ghec_v2022_11_28/types/group_1294.py +16 -23
  693. githubkit/versions/ghec_v2022_11_28/types/group_1295.py +24 -7
  694. githubkit/versions/ghec_v2022_11_28/types/group_1296.py +22 -6
  695. githubkit/versions/ghec_v2022_11_28/types/group_1297.py +8 -5
  696. githubkit/versions/ghec_v2022_11_28/types/group_1298.py +8 -7
  697. githubkit/versions/ghec_v2022_11_28/types/group_1299.py +4 -7
  698. githubkit/versions/ghec_v2022_11_28/types/group_1300.py +6 -5
  699. githubkit/versions/ghec_v2022_11_28/types/group_1301.py +7 -5
  700. githubkit/versions/ghec_v2022_11_28/types/group_1302.py +6 -9
  701. githubkit/versions/ghec_v2022_11_28/types/group_1303.py +5 -13
  702. githubkit/versions/ghec_v2022_11_28/types/group_1304.py +9 -6
  703. githubkit/versions/ghec_v2022_11_28/types/group_1305.py +12 -6
  704. githubkit/versions/ghec_v2022_11_28/types/group_1306.py +5 -8
  705. githubkit/versions/ghec_v2022_11_28/types/group_1307.py +8 -3
  706. githubkit/versions/ghec_v2022_11_28/types/group_1308.py +8 -5
  707. githubkit/versions/ghec_v2022_11_28/types/group_1309.py +3 -6
  708. githubkit/versions/ghec_v2022_11_28/types/group_1310.py +5 -13
  709. githubkit/versions/ghec_v2022_11_28/types/group_1311.py +6 -7
  710. githubkit/versions/ghec_v2022_11_28/types/group_1312.py +15 -31
  711. githubkit/versions/ghec_v2022_11_28/types/group_1313.py +7 -10
  712. githubkit/versions/ghec_v2022_11_28/types/group_1314.py +35 -15
  713. githubkit/versions/ghec_v2022_11_28/types/group_1315.py +10 -6
  714. githubkit/versions/ghec_v2022_11_28/types/group_1316.py +9 -4
  715. githubkit/versions/ghec_v2022_11_28/types/group_1317.py +6 -5
  716. githubkit/versions/ghec_v2022_11_28/types/group_1318.py +6 -65
  717. githubkit/versions/ghec_v2022_11_28/types/group_1319.py +52 -0
  718. githubkit/versions/ghec_v2022_11_28/types/group_1320.py +21 -0
  719. githubkit/versions/ghec_v2022_11_28/types/group_1321.py +21 -0
  720. githubkit/versions/ghec_v2022_11_28/types/group_1322.py +81 -0
  721. githubkit/versions/latest/models.py +28 -0
  722. githubkit/versions/latest/types.py +28 -0
  723. githubkit/versions/v2022_11_28/models/__init__.py +730 -700
  724. githubkit/versions/v2022_11_28/models/group_0028.py +12 -0
  725. githubkit/versions/v2022_11_28/models/group_0163.py +1 -1
  726. githubkit/versions/v2022_11_28/models/group_0199.py +1 -0
  727. githubkit/versions/v2022_11_28/models/group_0353.py +4 -0
  728. githubkit/versions/v2022_11_28/models/group_0422.py +5 -0
  729. githubkit/versions/v2022_11_28/models/group_0430.py +4 -1
  730. githubkit/versions/v2022_11_28/models/group_0647.py +3 -3
  731. githubkit/versions/v2022_11_28/models/group_0897.py +9 -74
  732. githubkit/versions/v2022_11_28/models/group_0898.py +8 -53
  733. githubkit/versions/v2022_11_28/models/group_0899.py +71 -40
  734. githubkit/versions/v2022_11_28/models/group_0900.py +31 -155
  735. githubkit/versions/v2022_11_28/models/group_0901.py +40 -7
  736. githubkit/versions/v2022_11_28/models/group_0902.py +27 -30
  737. githubkit/versions/v2022_11_28/models/group_0903.py +5 -12
  738. githubkit/versions/v2022_11_28/models/group_0904.py +175 -8
  739. githubkit/versions/v2022_11_28/models/group_0905.py +10 -14
  740. githubkit/versions/v2022_11_28/models/group_0906.py +14 -8
  741. githubkit/versions/v2022_11_28/models/group_0907.py +15 -15
  742. githubkit/versions/v2022_11_28/models/group_0908.py +9 -9
  743. githubkit/versions/v2022_11_28/models/group_0909.py +19 -6
  744. githubkit/versions/v2022_11_28/models/group_0910.py +8 -37
  745. githubkit/versions/v2022_11_28/models/group_0911.py +8 -23
  746. githubkit/versions/v2022_11_28/models/group_0912.py +39 -10
  747. githubkit/versions/v2022_11_28/models/group_0913.py +22 -6
  748. githubkit/versions/v2022_11_28/models/group_0914.py +9 -9
  749. githubkit/versions/v2022_11_28/models/group_0915.py +7 -8
  750. githubkit/versions/v2022_11_28/models/group_0916.py +5 -5
  751. githubkit/versions/v2022_11_28/models/group_0917.py +6 -7
  752. githubkit/versions/v2022_11_28/models/group_0918.py +6 -6
  753. githubkit/versions/v2022_11_28/models/group_0919.py +7 -6
  754. githubkit/versions/v2022_11_28/models/group_0920.py +5 -5
  755. githubkit/versions/v2022_11_28/models/group_0921.py +6 -6
  756. githubkit/versions/v2022_11_28/models/group_0922.py +8 -30
  757. githubkit/versions/v2022_11_28/models/group_0923.py +8 -23
  758. githubkit/versions/v2022_11_28/models/group_0924.py +29 -7
  759. githubkit/versions/v2022_11_28/models/group_0925.py +22 -6
  760. githubkit/versions/v2022_11_28/models/group_0926.py +7 -43
  761. githubkit/versions/v2022_11_28/models/group_0927.py +6 -42
  762. githubkit/versions/v2022_11_28/models/group_0928.py +30 -6
  763. githubkit/versions/v2022_11_28/models/group_0929.py +49 -14
  764. githubkit/versions/v2022_11_28/models/group_0930.py +23 -4
  765. githubkit/versions/v2022_11_28/models/group_0931.py +14 -32
  766. githubkit/versions/v2022_11_28/models/group_0932.py +4 -11
  767. githubkit/versions/v2022_11_28/models/group_0933.py +20 -6
  768. githubkit/versions/v2022_11_28/models/group_0934.py +14 -49
  769. githubkit/versions/v2022_11_28/models/group_0935.py +8 -7
  770. githubkit/versions/v2022_11_28/models/group_0936.py +50 -8
  771. githubkit/versions/v2022_11_28/models/group_0937.py +9 -6
  772. githubkit/versions/v2022_11_28/models/group_0938.py +5 -25
  773. githubkit/versions/v2022_11_28/models/group_0939.py +6 -13
  774. githubkit/versions/v2022_11_28/models/group_0940.py +17 -10
  775. githubkit/versions/v2022_11_28/models/group_0941.py +13 -7
  776. githubkit/versions/v2022_11_28/models/group_0942.py +12 -34
  777. githubkit/versions/v2022_11_28/models/group_0943.py +7 -25
  778. githubkit/versions/v2022_11_28/models/group_0944.py +36 -6
  779. githubkit/versions/v2022_11_28/models/group_0945.py +13 -16
  780. githubkit/versions/v2022_11_28/models/group_0946.py +6 -10
  781. githubkit/versions/v2022_11_28/models/group_0947.py +34 -11
  782. githubkit/versions/v2022_11_28/models/group_0948.py +10 -14
  783. githubkit/versions/v2022_11_28/models/group_0949.py +11 -116
  784. githubkit/versions/v2022_11_28/models/group_0950.py +12 -83
  785. githubkit/versions/v2022_11_28/models/group_0951.py +117 -87
  786. githubkit/versions/v2022_11_28/models/group_0952.py +82 -33
  787. githubkit/versions/v2022_11_28/models/group_0953.py +80 -14
  788. githubkit/versions/v2022_11_28/models/group_0954.py +29 -14
  789. githubkit/versions/v2022_11_28/models/group_0955.py +13 -30
  790. githubkit/versions/v2022_11_28/models/group_0956.py +13 -21
  791. githubkit/versions/v2022_11_28/models/group_0957.py +33 -8
  792. githubkit/versions/v2022_11_28/models/group_0958.py +25 -8
  793. githubkit/versions/v2022_11_28/models/group_0959.py +12 -5
  794. githubkit/versions/v2022_11_28/models/group_0960.py +12 -11
  795. githubkit/versions/v2022_11_28/models/group_0961.py +5 -19
  796. githubkit/versions/v2022_11_28/models/group_0962.py +11 -11
  797. githubkit/versions/v2022_11_28/models/group_0963.py +16 -8
  798. githubkit/versions/v2022_11_28/models/group_0964.py +8 -9
  799. githubkit/versions/v2022_11_28/models/group_0965.py +9 -6
  800. githubkit/versions/v2022_11_28/models/group_0966.py +8 -6
  801. githubkit/versions/v2022_11_28/models/group_0967.py +6 -10
  802. githubkit/versions/v2022_11_28/models/group_0968.py +8 -7
  803. githubkit/versions/v2022_11_28/models/group_0969.py +8 -10
  804. githubkit/versions/v2022_11_28/models/group_0970.py +7 -12
  805. githubkit/versions/v2022_11_28/models/group_0971.py +17 -4
  806. githubkit/versions/v2022_11_28/models/group_0972.py +12 -22
  807. githubkit/versions/v2022_11_28/models/group_0973.py +4 -26
  808. githubkit/versions/v2022_11_28/models/group_0974.py +24 -5
  809. githubkit/versions/v2022_11_28/models/group_0975.py +23 -7
  810. githubkit/versions/v2022_11_28/models/group_0976.py +5 -10
  811. githubkit/versions/v2022_11_28/models/group_0977.py +7 -23
  812. githubkit/versions/v2022_11_28/models/group_0978.py +9 -7
  813. githubkit/versions/v2022_11_28/models/group_0979.py +26 -4
  814. githubkit/versions/v2022_11_28/models/group_0980.py +8 -9
  815. githubkit/versions/v2022_11_28/models/group_0981.py +4 -26
  816. githubkit/versions/v2022_11_28/models/group_0982.py +4 -4
  817. githubkit/versions/v2022_11_28/models/group_0983.py +19 -7
  818. githubkit/versions/v2022_11_28/models/group_0984.py +9 -5
  819. githubkit/versions/v2022_11_28/models/group_0985.py +9 -6
  820. githubkit/versions/v2022_11_28/models/group_0986.py +5 -276
  821. githubkit/versions/v2022_11_28/models/group_0987.py +8 -8
  822. githubkit/versions/v2022_11_28/models/group_0988.py +273 -6
  823. githubkit/versions/v2022_11_28/models/group_0989.py +7 -15
  824. githubkit/versions/v2022_11_28/models/group_0990.py +9 -8
  825. githubkit/versions/v2022_11_28/models/group_0991.py +15 -7
  826. githubkit/versions/v2022_11_28/models/group_0992.py +8 -15
  827. githubkit/versions/v2022_11_28/models/group_0993.py +6 -6
  828. githubkit/versions/v2022_11_28/models/group_0994.py +11 -15
  829. githubkit/versions/v2022_11_28/models/group_0995.py +9 -9
  830. githubkit/versions/v2022_11_28/models/group_0996.py +15 -5
  831. githubkit/versions/v2022_11_28/models/group_0997.py +9 -9
  832. githubkit/versions/v2022_11_28/models/group_0998.py +10 -9
  833. githubkit/versions/v2022_11_28/models/group_0999.py +6 -8
  834. githubkit/versions/v2022_11_28/models/group_1000.py +6 -6
  835. githubkit/versions/v2022_11_28/models/group_1001.py +10 -13
  836. githubkit/versions/v2022_11_28/models/group_1002.py +8 -9
  837. githubkit/versions/v2022_11_28/models/group_1003.py +12 -8
  838. githubkit/versions/v2022_11_28/models/group_1004.py +9 -8
  839. githubkit/versions/v2022_11_28/models/group_1005.py +8 -8
  840. githubkit/versions/v2022_11_28/models/group_1006.py +6 -6
  841. githubkit/versions/v2022_11_28/models/group_1007.py +9 -6
  842. githubkit/versions/v2022_11_28/models/group_1008.py +8 -8
  843. githubkit/versions/v2022_11_28/models/group_1009.py +6 -36
  844. githubkit/versions/v2022_11_28/models/group_1010.py +7 -29
  845. githubkit/versions/v2022_11_28/models/group_1011.py +35 -7
  846. githubkit/versions/v2022_11_28/models/group_1012.py +20 -35
  847. githubkit/versions/v2022_11_28/models/group_1013.py +8 -7
  848. githubkit/versions/v2022_11_28/models/group_1014.py +20 -54
  849. githubkit/versions/v2022_11_28/models/group_1015.py +5 -14
  850. githubkit/versions/v2022_11_28/models/group_1016.py +45 -181
  851. githubkit/versions/v2022_11_28/models/group_1017.py +10 -86
  852. githubkit/versions/v2022_11_28/models/group_1018.py +188 -14
  853. githubkit/versions/v2022_11_28/models/group_1019.py +84 -7
  854. githubkit/versions/v2022_11_28/models/group_1020.py +36 -10
  855. githubkit/versions/v2022_11_28/models/group_1021.py +4 -5
  856. githubkit/versions/v2022_11_28/models/group_1022.py +12 -8
  857. githubkit/versions/v2022_11_28/models/group_1023.py +13 -8
  858. githubkit/versions/v2022_11_28/models/group_1024.py +4 -4
  859. githubkit/versions/v2022_11_28/models/group_1025.py +8 -6
  860. githubkit/versions/v2022_11_28/models/group_1026.py +8 -8
  861. githubkit/versions/v2022_11_28/models/group_1027.py +5 -7
  862. githubkit/versions/v2022_11_28/models/group_1028.py +8 -6
  863. githubkit/versions/v2022_11_28/models/group_1029.py +8 -6
  864. githubkit/versions/v2022_11_28/models/group_1030.py +4 -4
  865. githubkit/versions/v2022_11_28/models/group_1031.py +9 -5
  866. githubkit/versions/v2022_11_28/models/group_1032.py +8 -104
  867. githubkit/versions/v2022_11_28/models/group_1033.py +6 -56
  868. githubkit/versions/v2022_11_28/models/group_1034.py +89 -44
  869. githubkit/versions/v2022_11_28/models/group_1035.py +39 -86
  870. githubkit/versions/v2022_11_28/models/group_1036.py +31 -28
  871. githubkit/versions/v2022_11_28/models/group_1037.py +84 -42
  872. githubkit/versions/v2022_11_28/models/group_1038.py +58 -6
  873. githubkit/versions/v2022_11_28/models/group_1039.py +55 -23
  874. githubkit/versions/v2022_11_28/models/group_1040.py +5 -8
  875. githubkit/versions/v2022_11_28/models/group_1041.py +22 -21
  876. githubkit/versions/v2022_11_28/models/group_1042.py +15 -34
  877. githubkit/versions/v2022_11_28/models/group_1043.py +19 -19
  878. githubkit/versions/v2022_11_28/models/group_1044.py +8 -8
  879. githubkit/versions/v2022_11_28/models/group_1045.py +19 -30
  880. githubkit/versions/v2022_11_28/models/group_1046.py +34 -15
  881. githubkit/versions/v2022_11_28/models/group_1047.py +24 -35
  882. githubkit/versions/v2022_11_28/models/group_1048.py +7 -23
  883. githubkit/versions/v2022_11_28/models/group_1049.py +49 -8
  884. githubkit/versions/v2022_11_28/models/group_1050.py +17 -20
  885. githubkit/versions/v2022_11_28/models/group_1051.py +7 -22
  886. githubkit/versions/v2022_11_28/models/group_1052.py +23 -10
  887. githubkit/versions/v2022_11_28/models/group_1053.py +23 -10
  888. githubkit/versions/v2022_11_28/models/group_1054.py +14 -5
  889. githubkit/versions/v2022_11_28/models/group_1055.py +9 -10
  890. githubkit/versions/v2022_11_28/models/group_1056.py +5 -17
  891. githubkit/versions/v2022_11_28/models/group_1057.py +11 -8
  892. githubkit/versions/v2022_11_28/models/group_1058.py +11 -55
  893. githubkit/versions/v2022_11_28/models/group_1059.py +7 -53
  894. githubkit/versions/v2022_11_28/models/group_1060.py +54 -17
  895. githubkit/versions/v2022_11_28/models/group_1061.py +47 -16
  896. githubkit/versions/v2022_11_28/models/group_1062.py +19 -9
  897. githubkit/versions/v2022_11_28/models/group_1063.py +23 -12
  898. githubkit/versions/v2022_11_28/models/group_1064.py +10 -45
  899. githubkit/versions/v2022_11_28/models/group_1065.py +12 -7
  900. githubkit/versions/v2022_11_28/models/group_1066.py +33 -21
  901. githubkit/versions/v2022_11_28/models/group_1067.py +6 -27
  902. githubkit/versions/v2022_11_28/models/group_1068.py +24 -36
  903. githubkit/versions/v2022_11_28/models/group_1069.py +20 -31
  904. githubkit/versions/v2022_11_28/models/group_1070.py +43 -10
  905. githubkit/versions/v2022_11_28/models/group_1071.py +28 -12
  906. githubkit/versions/v2022_11_28/models/group_1072.py +16 -8
  907. githubkit/versions/v2022_11_28/models/group_1073.py +22 -8
  908. githubkit/versions/v2022_11_28/models/group_1074.py +6 -6
  909. githubkit/versions/v2022_11_28/models/group_1075.py +9 -6
  910. githubkit/versions/v2022_11_28/models/group_1076.py +8 -8
  911. githubkit/versions/v2022_11_28/models/group_1077.py +6 -18
  912. githubkit/versions/v2022_11_28/models/group_1078.py +6 -9
  913. githubkit/versions/v2022_11_28/models/group_1079.py +9 -62
  914. githubkit/versions/v2022_11_28/models/group_1080.py +10 -7
  915. githubkit/versions/v2022_11_28/models/group_1081.py +67 -7
  916. githubkit/versions/v2022_11_28/models/group_1082.py +7 -40
  917. githubkit/versions/v2022_11_28/models/group_1083.py +7 -38
  918. githubkit/versions/v2022_11_28/models/group_1084.py +24 -31
  919. githubkit/versions/v2022_11_28/models/group_1085.py +31 -18
  920. githubkit/versions/v2022_11_28/models/group_1086.py +32 -4
  921. githubkit/versions/v2022_11_28/models/group_1087.py +19 -15
  922. githubkit/versions/v2022_11_28/models/group_1088.py +12 -16
  923. githubkit/versions/v2022_11_28/models/group_1089.py +23 -6
  924. githubkit/versions/v2022_11_28/models/group_1090.py +21 -6
  925. githubkit/versions/v2022_11_28/models/group_1091.py +11 -4
  926. githubkit/versions/v2022_11_28/models/group_1092.py +6 -11
  927. githubkit/versions/v2022_11_28/models/group_1093.py +8 -49
  928. githubkit/versions/v2022_11_28/models/group_1094.py +14 -5
  929. githubkit/versions/v2022_11_28/models/group_1095.py +39 -8
  930. githubkit/versions/v2022_11_28/models/group_1096.py +5 -55
  931. githubkit/versions/v2022_11_28/models/group_1097.py +10 -9
  932. githubkit/versions/v2022_11_28/models/group_1098.py +50 -5
  933. githubkit/versions/v2022_11_28/models/group_1099.py +10 -5
  934. githubkit/versions/v2022_11_28/models/group_1100.py +7 -8
  935. githubkit/versions/v2022_11_28/models/group_1101.py +6 -20
  936. githubkit/versions/v2022_11_28/models/group_1102.py +12 -6
  937. githubkit/versions/v2022_11_28/models/group_1103.py +17 -9
  938. githubkit/versions/v2022_11_28/models/group_1104.py +5 -19
  939. githubkit/versions/v2022_11_28/models/group_1105.py +12 -6
  940. githubkit/versions/v2022_11_28/models/group_1106.py +18 -13
  941. githubkit/versions/v2022_11_28/models/group_1107.py +5 -11
  942. githubkit/versions/v2022_11_28/models/group_1108.py +14 -5
  943. githubkit/versions/v2022_11_28/models/group_1109.py +10 -12
  944. githubkit/versions/v2022_11_28/models/group_1110.py +5 -15
  945. githubkit/versions/v2022_11_28/models/group_1111.py +9 -8
  946. githubkit/versions/v2022_11_28/models/group_1112.py +9 -11
  947. githubkit/versions/v2022_11_28/models/group_1113.py +8 -14
  948. githubkit/versions/v2022_11_28/models/group_1114.py +16 -6
  949. githubkit/versions/v2022_11_28/models/group_1115.py +12 -10
  950. githubkit/versions/v2022_11_28/models/group_1116.py +6 -20
  951. githubkit/versions/v2022_11_28/models/group_1117.py +10 -17
  952. githubkit/versions/v2022_11_28/models/group_1118.py +15 -6
  953. githubkit/versions/v2022_11_28/models/group_1119.py +21 -6
  954. githubkit/versions/v2022_11_28/models/group_1120.py +10 -13
  955. githubkit/versions/v2022_11_28/models/group_1121.py +6 -25
  956. githubkit/versions/v2022_11_28/models/group_1122.py +11 -22
  957. githubkit/versions/v2022_11_28/models/group_1123.py +10 -10
  958. githubkit/versions/v2022_11_28/models/group_1124.py +9 -11
  959. githubkit/versions/v2022_11_28/models/group_1125.py +10 -10
  960. githubkit/versions/v2022_11_28/models/group_1126.py +21 -11
  961. githubkit/versions/v2022_11_28/models/group_1127.py +20 -10
  962. githubkit/versions/v2022_11_28/models/group_1128.py +10 -9
  963. githubkit/versions/v2022_11_28/models/group_1129.py +11 -22
  964. githubkit/versions/v2022_11_28/models/group_1130.py +16 -6
  965. githubkit/versions/v2022_11_28/models/group_1131.py +25 -7
  966. githubkit/versions/v2022_11_28/models/group_1132.py +6 -8
  967. githubkit/versions/v2022_11_28/models/group_1133.py +6 -31
  968. githubkit/versions/v2022_11_28/models/group_1134.py +9 -5
  969. githubkit/versions/v2022_11_28/models/group_1135.py +34 -10
  970. githubkit/versions/v2022_11_28/models/group_1136.py +11 -32
  971. githubkit/versions/v2022_11_28/models/group_1137.py +8 -42
  972. githubkit/versions/v2022_11_28/models/group_1138.py +14 -30
  973. githubkit/versions/v2022_11_28/models/group_1139.py +45 -5
  974. githubkit/versions/v2022_11_28/models/group_1140.py +33 -12
  975. githubkit/versions/v2022_11_28/models/group_1141.py +5 -8
  976. githubkit/versions/v2022_11_28/models/group_1142.py +19 -6
  977. githubkit/versions/v2022_11_28/models/group_1143.py +6 -10
  978. githubkit/versions/v2022_11_28/models/group_1144.py +6 -10
  979. githubkit/versions/v2022_11_28/models/group_1145.py +6 -6
  980. githubkit/versions/v2022_11_28/models/group_1146.py +8 -43
  981. githubkit/versions/v2022_11_28/models/group_1147.py +12 -5
  982. githubkit/versions/v2022_11_28/models/group_1148.py +42 -7
  983. githubkit/versions/v2022_11_28/models/group_1149.py +5 -14
  984. githubkit/versions/v2022_11_28/models/group_1150.py +9 -7
  985. githubkit/versions/v2022_11_28/models/group_1151.py +12 -6
  986. githubkit/versions/v2022_11_28/models/group_1152.py +6 -33
  987. githubkit/versions/v2022_11_28/models/group_1153.py +6 -10
  988. githubkit/versions/v2022_11_28/models/group_1154.py +28 -12
  989. githubkit/versions/v2022_11_28/models/group_1155.py +8 -29
  990. githubkit/versions/v2022_11_28/models/group_1156.py +20 -8
  991. githubkit/versions/v2022_11_28/models/group_1157.py +24 -68
  992. githubkit/versions/v2022_11_28/models/group_1158.py +7 -76
  993. githubkit/versions/v2022_11_28/models/group_1159.py +68 -12
  994. githubkit/versions/v2022_11_28/models/group_1160.py +75 -9
  995. githubkit/versions/v2022_11_28/models/group_1161.py +12 -13
  996. githubkit/versions/v2022_11_28/models/group_1162.py +10 -12
  997. githubkit/versions/v2022_11_28/models/group_1163.py +21 -6
  998. githubkit/versions/v2022_11_28/models/group_1164.py +13 -6
  999. githubkit/versions/v2022_11_28/models/group_1165.py +6 -15
  1000. githubkit/versions/v2022_11_28/models/group_1166.py +6 -21
  1001. githubkit/versions/v2022_11_28/models/group_1167.py +10 -23
  1002. githubkit/versions/v2022_11_28/models/group_1168.py +17 -7
  1003. githubkit/versions/v2022_11_28/models/group_1169.py +25 -8
  1004. githubkit/versions/v2022_11_28/models/group_1170.py +12 -5
  1005. githubkit/versions/v2022_11_28/models/group_1171.py +12 -5
  1006. githubkit/versions/v2022_11_28/models/group_1172.py +5 -17
  1007. githubkit/versions/v2022_11_28/models/group_1173.py +5 -11
  1008. githubkit/versions/v2022_11_28/models/group_1174.py +14 -8
  1009. githubkit/versions/v2022_11_28/models/group_1175.py +8 -9
  1010. githubkit/versions/v2022_11_28/models/group_1176.py +9 -6
  1011. githubkit/versions/v2022_11_28/models/group_1177.py +6 -6
  1012. githubkit/versions/v2022_11_28/models/group_1178.py +10 -32
  1013. githubkit/versions/v2022_11_28/models/group_1179.py +12 -8
  1014. githubkit/versions/v2022_11_28/models/group_1180.py +20 -40
  1015. githubkit/versions/v2022_11_28/models/group_1181.py +7 -46
  1016. githubkit/versions/v2022_11_28/models/group_1182.py +44 -28
  1017. githubkit/versions/v2022_11_28/models/group_1183.py +40 -11
  1018. githubkit/versions/v2022_11_28/models/group_1184.py +33 -7
  1019. githubkit/versions/v2022_11_28/models/group_1185.py +17 -6
  1020. githubkit/versions/v2022_11_28/models/group_1186.py +8 -16
  1021. githubkit/versions/v2022_11_28/models/group_1187.py +7 -8
  1022. githubkit/versions/v2022_11_28/models/group_1188.py +12 -8
  1023. githubkit/versions/v2022_11_28/models/group_1189.py +8 -9
  1024. githubkit/versions/v2022_11_28/models/group_1190.py +12 -12
  1025. githubkit/versions/v2022_11_28/models/group_1191.py +9 -17
  1026. githubkit/versions/v2022_11_28/models/group_1192.py +12 -10
  1027. githubkit/versions/v2022_11_28/models/group_1193.py +17 -8
  1028. githubkit/versions/v2022_11_28/models/group_1194.py +8 -9
  1029. githubkit/versions/v2022_11_28/models/group_1195.py +11 -4
  1030. githubkit/versions/v2022_11_28/models/group_1196.py +9 -11
  1031. githubkit/versions/v2022_11_28/models/group_1197.py +4 -12
  1032. githubkit/versions/v2022_11_28/models/group_1198.py +9 -35
  1033. githubkit/versions/v2022_11_28/models/group_1199.py +7 -10
  1034. githubkit/versions/v2022_11_28/models/group_1200.py +21 -72
  1035. githubkit/versions/v2022_11_28/models/group_1201.py +11 -11
  1036. githubkit/versions/v2022_11_28/models/group_1202.py +89 -11
  1037. githubkit/versions/v2022_11_28/models/group_1203.py +11 -12
  1038. githubkit/versions/v2022_11_28/models/group_1204.py +12 -9
  1039. githubkit/versions/v2022_11_28/models/group_1205.py +13 -9
  1040. githubkit/versions/v2022_11_28/models/group_1206.py +12 -74
  1041. githubkit/versions/v2022_11_28/models/group_1207.py +69 -0
  1042. githubkit/versions/v2022_11_28/models/group_1208.py +29 -0
  1043. githubkit/versions/v2022_11_28/models/group_1209.py +29 -0
  1044. githubkit/versions/v2022_11_28/models/group_1210.py +97 -0
  1045. githubkit/versions/v2022_11_28/rest/actions.py +746 -0
  1046. githubkit/versions/v2022_11_28/rest/activity.py +144 -0
  1047. githubkit/versions/v2022_11_28/rest/apps.py +176 -0
  1048. githubkit/versions/v2022_11_28/rest/billing.py +32 -0
  1049. githubkit/versions/v2022_11_28/rest/campaigns.py +28 -0
  1050. githubkit/versions/v2022_11_28/rest/checks.py +68 -0
  1051. githubkit/versions/v2022_11_28/rest/classroom.py +24 -0
  1052. githubkit/versions/v2022_11_28/rest/code_scanning.py +108 -0
  1053. githubkit/versions/v2022_11_28/rest/code_security.py +116 -0
  1054. githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +8 -0
  1055. githubkit/versions/v2022_11_28/rest/codespaces.py +246 -0
  1056. githubkit/versions/v2022_11_28/rest/copilot.py +52 -0
  1057. githubkit/versions/v2022_11_28/rest/credentials.py +8 -0
  1058. githubkit/versions/v2022_11_28/rest/dependabot.py +112 -0
  1059. githubkit/versions/v2022_11_28/rest/dependency_graph.py +16 -0
  1060. githubkit/versions/v2022_11_28/rest/emojis.py +4 -0
  1061. githubkit/versions/v2022_11_28/rest/gists.py +104 -2
  1062. githubkit/versions/v2022_11_28/rest/git.py +76 -0
  1063. githubkit/versions/v2022_11_28/rest/gitignore.py +8 -0
  1064. githubkit/versions/v2022_11_28/rest/hosted_compute.py +32 -0
  1065. githubkit/versions/v2022_11_28/rest/interactions.py +56 -2
  1066. githubkit/versions/v2022_11_28/rest/issues.py +244 -0
  1067. githubkit/versions/v2022_11_28/rest/licenses.py +12 -0
  1068. githubkit/versions/v2022_11_28/rest/markdown.py +24 -2
  1069. githubkit/versions/v2022_11_28/rest/meta.py +20 -0
  1070. githubkit/versions/v2022_11_28/rest/migrations.py +112 -0
  1071. githubkit/versions/v2022_11_28/rest/oidc.py +12 -0
  1072. githubkit/versions/v2022_11_28/rest/orgs.py +760 -0
  1073. githubkit/versions/v2022_11_28/rest/packages.py +108 -0
  1074. githubkit/versions/v2022_11_28/rest/private_registries.py +36 -0
  1075. githubkit/versions/v2022_11_28/rest/projects.py +146 -0
  1076. githubkit/versions/v2022_11_28/rest/pulls.py +162 -0
  1077. githubkit/versions/v2022_11_28/rest/rate_limit.py +6 -0
  1078. githubkit/versions/v2022_11_28/rest/reactions.py +136 -0
  1079. githubkit/versions/v2022_11_28/rest/repos.py +1046 -0
  1080. githubkit/versions/v2022_11_28/rest/search.py +28 -0
  1081. githubkit/versions/v2022_11_28/rest/secret_scanning.py +40 -0
  1082. githubkit/versions/v2022_11_28/rest/security_advisories.py +52 -0
  1083. githubkit/versions/v2022_11_28/rest/teams.py +308 -0
  1084. githubkit/versions/v2022_11_28/rest/users.py +429 -2
  1085. githubkit/versions/v2022_11_28/types/__init__.py +730 -700
  1086. githubkit/versions/v2022_11_28/types/group_0028.py +11 -0
  1087. githubkit/versions/v2022_11_28/types/group_0199.py +1 -0
  1088. githubkit/versions/v2022_11_28/types/group_0353.py +1 -0
  1089. githubkit/versions/v2022_11_28/types/group_0422.py +3 -1
  1090. githubkit/versions/v2022_11_28/types/group_0430.py +1 -1
  1091. githubkit/versions/v2022_11_28/types/group_0647.py +1 -1
  1092. githubkit/versions/v2022_11_28/types/group_0897.py +5 -62
  1093. githubkit/versions/v2022_11_28/types/group_0898.py +5 -24
  1094. githubkit/versions/v2022_11_28/types/group_0899.py +62 -13
  1095. githubkit/versions/v2022_11_28/types/group_0900.py +16 -90
  1096. githubkit/versions/v2022_11_28/types/group_0901.py +12 -4
  1097. githubkit/versions/v2022_11_28/types/group_0902.py +20 -20
  1098. githubkit/versions/v2022_11_28/types/group_0903.py +3 -7
  1099. githubkit/versions/v2022_11_28/types/group_0904.py +96 -6
  1100. githubkit/versions/v2022_11_28/types/group_0905.py +6 -12
  1101. githubkit/versions/v2022_11_28/types/group_0906.py +8 -8
  1102. githubkit/versions/v2022_11_28/types/group_0907.py +12 -9
  1103. githubkit/versions/v2022_11_28/types/group_0908.py +7 -4
  1104. githubkit/versions/v2022_11_28/types/group_0909.py +12 -5
  1105. githubkit/versions/v2022_11_28/types/group_0910.py +5 -24
  1106. githubkit/versions/v2022_11_28/types/group_0911.py +5 -9
  1107. githubkit/versions/v2022_11_28/types/group_0912.py +23 -7
  1108. githubkit/versions/v2022_11_28/types/group_0913.py +9 -5
  1109. githubkit/versions/v2022_11_28/types/group_0914.py +7 -4
  1110. githubkit/versions/v2022_11_28/types/group_0915.py +4 -7
  1111. githubkit/versions/v2022_11_28/types/group_0916.py +3 -3
  1112. githubkit/versions/v2022_11_28/types/group_0917.py +5 -6
  1113. githubkit/versions/v2022_11_28/types/group_0918.py +4 -4
  1114. githubkit/versions/v2022_11_28/types/group_0919.py +6 -5
  1115. githubkit/versions/v2022_11_28/types/group_0920.py +3 -3
  1116. githubkit/versions/v2022_11_28/types/group_0921.py +5 -5
  1117. githubkit/versions/v2022_11_28/types/group_0922.py +5 -24
  1118. githubkit/versions/v2022_11_28/types/group_0923.py +8 -9
  1119. githubkit/versions/v2022_11_28/types/group_0924.py +23 -7
  1120. githubkit/versions/v2022_11_28/types/group_0925.py +9 -5
  1121. githubkit/versions/v2022_11_28/types/group_0926.py +7 -25
  1122. githubkit/versions/v2022_11_28/types/group_0927.py +5 -24
  1123. githubkit/versions/v2022_11_28/types/group_0928.py +21 -4
  1124. githubkit/versions/v2022_11_28/types/group_0929.py +23 -7
  1125. githubkit/versions/v2022_11_28/types/group_0930.py +10 -4
  1126. githubkit/versions/v2022_11_28/types/group_0931.py +8 -9
  1127. githubkit/versions/v2022_11_28/types/group_0932.py +3 -8
  1128. githubkit/versions/v2022_11_28/types/group_0933.py +7 -4
  1129. githubkit/versions/v2022_11_28/types/group_0934.py +8 -14
  1130. githubkit/versions/v2022_11_28/types/group_0935.py +5 -4
  1131. githubkit/versions/v2022_11_28/types/group_0936.py +15 -4
  1132. githubkit/versions/v2022_11_28/types/group_0937.py +4 -5
  1133. githubkit/versions/v2022_11_28/types/group_0938.py +4 -9
  1134. githubkit/versions/v2022_11_28/types/group_0939.py +5 -6
  1135. githubkit/versions/v2022_11_28/types/group_0940.py +8 -7
  1136. githubkit/versions/v2022_11_28/types/group_0941.py +7 -6
  1137. githubkit/versions/v2022_11_28/types/group_0942.py +7 -25
  1138. githubkit/versions/v2022_11_28/types/group_0943.py +6 -11
  1139. githubkit/versions/v2022_11_28/types/group_0944.py +25 -6
  1140. githubkit/versions/v2022_11_28/types/group_0945.py +8 -9
  1141. githubkit/versions/v2022_11_28/types/group_0946.py +6 -6
  1142. githubkit/versions/v2022_11_28/types/group_0947.py +14 -7
  1143. githubkit/versions/v2022_11_28/types/group_0948.py +6 -8
  1144. githubkit/versions/v2022_11_28/types/group_0949.py +10 -46
  1145. githubkit/versions/v2022_11_28/types/group_0950.py +7 -70
  1146. githubkit/versions/v2022_11_28/types/group_0951.py +43 -71
  1147. githubkit/versions/v2022_11_28/types/group_0952.py +67 -20
  1148. githubkit/versions/v2022_11_28/types/group_0953.py +70 -7
  1149. githubkit/versions/v2022_11_28/types/group_0954.py +22 -8
  1150. githubkit/versions/v2022_11_28/types/group_0955.py +7 -14
  1151. githubkit/versions/v2022_11_28/types/group_0956.py +8 -11
  1152. githubkit/versions/v2022_11_28/types/group_0957.py +14 -6
  1153. githubkit/versions/v2022_11_28/types/group_0958.py +12 -5
  1154. githubkit/versions/v2022_11_28/types/group_0959.py +6 -4
  1155. githubkit/versions/v2022_11_28/types/group_0960.py +6 -9
  1156. githubkit/versions/v2022_11_28/types/group_0961.py +4 -13
  1157. githubkit/versions/v2022_11_28/types/group_0962.py +8 -7
  1158. githubkit/versions/v2022_11_28/types/group_0963.py +13 -5
  1159. githubkit/versions/v2022_11_28/types/group_0964.py +7 -5
  1160. githubkit/versions/v2022_11_28/types/group_0965.py +5 -5
  1161. githubkit/versions/v2022_11_28/types/group_0966.py +5 -4
  1162. githubkit/versions/v2022_11_28/types/group_0967.py +5 -5
  1163. githubkit/versions/v2022_11_28/types/group_0968.py +4 -6
  1164. githubkit/versions/v2022_11_28/types/group_0969.py +5 -6
  1165. githubkit/versions/v2022_11_28/types/group_0970.py +6 -5
  1166. githubkit/versions/v2022_11_28/types/group_0971.py +8 -4
  1167. githubkit/versions/v2022_11_28/types/group_0972.py +5 -20
  1168. githubkit/versions/v2022_11_28/types/group_0973.py +4 -21
  1169. githubkit/versions/v2022_11_28/types/group_0974.py +21 -5
  1170. githubkit/versions/v2022_11_28/types/group_0975.py +20 -6
  1171. githubkit/versions/v2022_11_28/types/group_0976.py +4 -5
  1172. githubkit/versions/v2022_11_28/types/group_0977.py +6 -20
  1173. githubkit/versions/v2022_11_28/types/group_0978.py +5 -4
  1174. githubkit/versions/v2022_11_28/types/group_0979.py +21 -4
  1175. githubkit/versions/v2022_11_28/types/group_0980.py +5 -7
  1176. githubkit/versions/v2022_11_28/types/group_0981.py +4 -11
  1177. githubkit/versions/v2022_11_28/types/group_0982.py +3 -3
  1178. githubkit/versions/v2022_11_28/types/group_0983.py +9 -5
  1179. githubkit/versions/v2022_11_28/types/group_0984.py +7 -5
  1180. githubkit/versions/v2022_11_28/types/group_0985.py +5 -5
  1181. githubkit/versions/v2022_11_28/types/group_0986.py +5 -160
  1182. githubkit/versions/v2022_11_28/types/group_0987.py +6 -8
  1183. githubkit/versions/v2022_11_28/types/group_0988.py +159 -4
  1184. githubkit/versions/v2022_11_28/types/group_0989.py +7 -8
  1185. githubkit/versions/v2022_11_28/types/group_0990.py +5 -8
  1186. githubkit/versions/v2022_11_28/types/group_0991.py +8 -7
  1187. githubkit/versions/v2022_11_28/types/group_0992.py +8 -7
  1188. githubkit/versions/v2022_11_28/types/group_0993.py +5 -5
  1189. githubkit/versions/v2022_11_28/types/group_0994.py +6 -7
  1190. githubkit/versions/v2022_11_28/types/group_0995.py +7 -4
  1191. githubkit/versions/v2022_11_28/types/group_0996.py +7 -4
  1192. githubkit/versions/v2022_11_28/types/group_0997.py +4 -7
  1193. githubkit/versions/v2022_11_28/types/group_0998.py +4 -7
  1194. githubkit/versions/v2022_11_28/types/group_0999.py +5 -7
  1195. githubkit/versions/v2022_11_28/types/group_1000.py +5 -5
  1196. githubkit/versions/v2022_11_28/types/group_1001.py +9 -7
  1197. githubkit/versions/v2022_11_28/types/group_1002.py +8 -5
  1198. githubkit/versions/v2022_11_28/types/group_1003.py +8 -5
  1199. githubkit/versions/v2022_11_28/types/group_1004.py +5 -8
  1200. githubkit/versions/v2022_11_28/types/group_1005.py +5 -6
  1201. githubkit/versions/v2022_11_28/types/group_1006.py +5 -5
  1202. githubkit/versions/v2022_11_28/types/group_1007.py +5 -5
  1203. githubkit/versions/v2022_11_28/types/group_1008.py +8 -6
  1204. githubkit/versions/v2022_11_28/types/group_1009.py +6 -32
  1205. githubkit/versions/v2022_11_28/types/group_1010.py +6 -23
  1206. githubkit/versions/v2022_11_28/types/group_1011.py +33 -9
  1207. githubkit/versions/v2022_11_28/types/group_1012.py +12 -32
  1208. githubkit/versions/v2022_11_28/types/group_1013.py +8 -5
  1209. githubkit/versions/v2022_11_28/types/group_1014.py +17 -39
  1210. githubkit/versions/v2022_11_28/types/group_1015.py +4 -6
  1211. githubkit/versions/v2022_11_28/types/group_1016.py +42 -101
  1212. githubkit/versions/v2022_11_28/types/group_1017.py +6 -50
  1213. githubkit/versions/v2022_11_28/types/group_1018.py +107 -10
  1214. githubkit/versions/v2022_11_28/types/group_1019.py +45 -7
  1215. githubkit/versions/v2022_11_28/types/group_1020.py +21 -7
  1216. githubkit/versions/v2022_11_28/types/group_1021.py +3 -4
  1217. githubkit/versions/v2022_11_28/types/group_1022.py +9 -5
  1218. githubkit/versions/v2022_11_28/types/group_1023.py +10 -5
  1219. githubkit/versions/v2022_11_28/types/group_1024.py +3 -3
  1220. githubkit/versions/v2022_11_28/types/group_1025.py +5 -7
  1221. githubkit/versions/v2022_11_28/types/group_1026.py +5 -7
  1222. githubkit/versions/v2022_11_28/types/group_1027.py +4 -6
  1223. githubkit/versions/v2022_11_28/types/group_1028.py +7 -5
  1224. githubkit/versions/v2022_11_28/types/group_1029.py +9 -5
  1225. githubkit/versions/v2022_11_28/types/group_1030.py +3 -3
  1226. githubkit/versions/v2022_11_28/types/group_1031.py +8 -4
  1227. githubkit/versions/v2022_11_28/types/group_1032.py +7 -52
  1228. githubkit/versions/v2022_11_28/types/group_1033.py +10 -35
  1229. githubkit/versions/v2022_11_28/types/group_1034.py +49 -29
  1230. githubkit/versions/v2022_11_28/types/group_1035.py +27 -57
  1231. githubkit/versions/v2022_11_28/types/group_1036.py +24 -21
  1232. githubkit/versions/v2022_11_28/types/group_1037.py +55 -28
  1233. githubkit/versions/v2022_11_28/types/group_1038.py +36 -10
  1234. githubkit/versions/v2022_11_28/types/group_1039.py +30 -18
  1235. githubkit/versions/v2022_11_28/types/group_1040.py +4 -7
  1236. githubkit/versions/v2022_11_28/types/group_1041.py +19 -9
  1237. githubkit/versions/v2022_11_28/types/group_1042.py +8 -12
  1238. githubkit/versions/v2022_11_28/types/group_1043.py +9 -10
  1239. githubkit/versions/v2022_11_28/types/group_1044.py +5 -5
  1240. githubkit/versions/v2022_11_28/types/group_1045.py +11 -11
  1241. githubkit/versions/v2022_11_28/types/group_1046.py +12 -8
  1242. githubkit/versions/v2022_11_28/types/group_1047.py +11 -15
  1243. githubkit/versions/v2022_11_28/types/group_1048.py +7 -20
  1244. githubkit/versions/v2022_11_28/types/group_1049.py +16 -8
  1245. githubkit/versions/v2022_11_28/types/group_1050.py +15 -13
  1246. githubkit/versions/v2022_11_28/types/group_1051.py +6 -19
  1247. githubkit/versions/v2022_11_28/types/group_1052.py +18 -5
  1248. githubkit/versions/v2022_11_28/types/group_1053.py +21 -5
  1249. githubkit/versions/v2022_11_28/types/group_1054.py +6 -5
  1250. githubkit/versions/v2022_11_28/types/group_1055.py +5 -8
  1251. githubkit/versions/v2022_11_28/types/group_1056.py +4 -7
  1252. githubkit/versions/v2022_11_28/types/group_1057.py +7 -7
  1253. githubkit/versions/v2022_11_28/types/group_1058.py +7 -36
  1254. githubkit/versions/v2022_11_28/types/group_1059.py +7 -32
  1255. githubkit/versions/v2022_11_28/types/group_1060.py +36 -11
  1256. githubkit/versions/v2022_11_28/types/group_1061.py +26 -14
  1257. githubkit/versions/v2022_11_28/types/group_1062.py +11 -5
  1258. githubkit/versions/v2022_11_28/types/group_1063.py +20 -7
  1259. githubkit/versions/v2022_11_28/types/group_1064.py +6 -24
  1260. githubkit/versions/v2022_11_28/types/group_1065.py +8 -5
  1261. githubkit/versions/v2022_11_28/types/group_1066.py +22 -12
  1262. githubkit/versions/v2022_11_28/types/group_1067.py +5 -19
  1263. githubkit/versions/v2022_11_28/types/group_1068.py +12 -28
  1264. githubkit/versions/v2022_11_28/types/group_1069.py +14 -19
  1265. githubkit/versions/v2022_11_28/types/group_1070.py +27 -6
  1266. githubkit/versions/v2022_11_28/types/group_1071.py +18 -10
  1267. githubkit/versions/v2022_11_28/types/group_1072.py +9 -8
  1268. githubkit/versions/v2022_11_28/types/group_1073.py +16 -6
  1269. githubkit/versions/v2022_11_28/types/group_1074.py +5 -5
  1270. githubkit/versions/v2022_11_28/types/group_1075.py +5 -5
  1271. githubkit/versions/v2022_11_28/types/group_1076.py +8 -6
  1272. githubkit/versions/v2022_11_28/types/group_1077.py +6 -7
  1273. githubkit/versions/v2022_11_28/types/group_1078.py +5 -5
  1274. githubkit/versions/v2022_11_28/types/group_1079.py +5 -39
  1275. githubkit/versions/v2022_11_28/types/group_1080.py +6 -6
  1276. githubkit/versions/v2022_11_28/types/group_1081.py +40 -5
  1277. githubkit/versions/v2022_11_28/types/group_1082.py +6 -25
  1278. githubkit/versions/v2022_11_28/types/group_1083.py +5 -19
  1279. githubkit/versions/v2022_11_28/types/group_1084.py +17 -16
  1280. githubkit/versions/v2022_11_28/types/group_1085.py +18 -9
  1281. githubkit/versions/v2022_11_28/types/group_1086.py +18 -3
  1282. githubkit/versions/v2022_11_28/types/group_1087.py +10 -9
  1283. githubkit/versions/v2022_11_28/types/group_1088.py +8 -8
  1284. githubkit/versions/v2022_11_28/types/group_1089.py +9 -5
  1285. githubkit/versions/v2022_11_28/types/group_1090.py +8 -5
  1286. githubkit/versions/v2022_11_28/types/group_1091.py +7 -4
  1287. githubkit/versions/v2022_11_28/types/group_1092.py +5 -5
  1288. githubkit/versions/v2022_11_28/types/group_1093.py +4 -27
  1289. githubkit/versions/v2022_11_28/types/group_1094.py +6 -5
  1290. githubkit/versions/v2022_11_28/types/group_1095.py +25 -7
  1291. githubkit/versions/v2022_11_28/types/group_1096.py +10 -39
  1292. githubkit/versions/v2022_11_28/types/group_1097.py +8 -5
  1293. githubkit/versions/v2022_11_28/types/group_1098.py +33 -4
  1294. githubkit/versions/v2022_11_28/types/group_1099.py +5 -5
  1295. githubkit/versions/v2022_11_28/types/group_1100.py +4 -4
  1296. githubkit/versions/v2022_11_28/types/group_1101.py +5 -16
  1297. githubkit/versions/v2022_11_28/types/group_1102.py +5 -5
  1298. githubkit/versions/v2022_11_28/types/group_1103.py +15 -4
  1299. githubkit/versions/v2022_11_28/types/group_1104.py +4 -15
  1300. githubkit/versions/v2022_11_28/types/group_1105.py +5 -5
  1301. githubkit/versions/v2022_11_28/types/group_1106.py +15 -5
  1302. githubkit/versions/v2022_11_28/types/group_1107.py +4 -7
  1303. githubkit/versions/v2022_11_28/types/group_1108.py +6 -5
  1304. githubkit/versions/v2022_11_28/types/group_1109.py +8 -6
  1305. githubkit/versions/v2022_11_28/types/group_1110.py +4 -6
  1306. githubkit/versions/v2022_11_28/types/group_1111.py +5 -6
  1307. githubkit/versions/v2022_11_28/types/group_1112.py +6 -6
  1308. githubkit/versions/v2022_11_28/types/group_1113.py +6 -6
  1309. githubkit/versions/v2022_11_28/types/group_1114.py +7 -5
  1310. githubkit/versions/v2022_11_28/types/group_1115.py +6 -6
  1311. githubkit/versions/v2022_11_28/types/group_1116.py +5 -10
  1312. githubkit/versions/v2022_11_28/types/group_1117.py +6 -9
  1313. githubkit/versions/v2022_11_28/types/group_1118.py +8 -4
  1314. githubkit/versions/v2022_11_28/types/group_1119.py +9 -5
  1315. githubkit/versions/v2022_11_28/types/group_1120.py +6 -10
  1316. githubkit/versions/v2022_11_28/types/group_1121.py +5 -15
  1317. githubkit/versions/v2022_11_28/types/group_1122.py +9 -13
  1318. githubkit/versions/v2022_11_28/types/group_1123.py +6 -6
  1319. githubkit/versions/v2022_11_28/types/group_1124.py +7 -9
  1320. githubkit/versions/v2022_11_28/types/group_1125.py +6 -6
  1321. githubkit/versions/v2022_11_28/types/group_1126.py +14 -8
  1322. githubkit/versions/v2022_11_28/types/group_1127.py +13 -6
  1323. githubkit/versions/v2022_11_28/types/group_1128.py +7 -6
  1324. githubkit/versions/v2022_11_28/types/group_1129.py +7 -10
  1325. githubkit/versions/v2022_11_28/types/group_1130.py +9 -5
  1326. githubkit/versions/v2022_11_28/types/group_1131.py +11 -5
  1327. githubkit/versions/v2022_11_28/types/group_1132.py +4 -6
  1328. githubkit/versions/v2022_11_28/types/group_1133.py +4 -10
  1329. githubkit/versions/v2022_11_28/types/group_1134.py +6 -4
  1330. githubkit/versions/v2022_11_28/types/group_1135.py +12 -8
  1331. githubkit/versions/v2022_11_28/types/group_1136.py +5 -10
  1332. githubkit/versions/v2022_11_28/types/group_1137.py +7 -14
  1333. githubkit/versions/v2022_11_28/types/group_1138.py +11 -16
  1334. githubkit/versions/v2022_11_28/types/group_1139.py +15 -5
  1335. githubkit/versions/v2022_11_28/types/group_1140.py +16 -10
  1336. githubkit/versions/v2022_11_28/types/group_1141.py +5 -6
  1337. githubkit/versions/v2022_11_28/types/group_1142.py +8 -5
  1338. githubkit/versions/v2022_11_28/types/group_1143.py +5 -5
  1339. githubkit/versions/v2022_11_28/types/group_1144.py +5 -5
  1340. githubkit/versions/v2022_11_28/types/group_1145.py +3 -3
  1341. githubkit/versions/v2022_11_28/types/group_1146.py +5 -25
  1342. githubkit/versions/v2022_11_28/types/group_1147.py +6 -5
  1343. githubkit/versions/v2022_11_28/types/group_1148.py +24 -5
  1344. githubkit/versions/v2022_11_28/types/group_1149.py +5 -7
  1345. githubkit/versions/v2022_11_28/types/group_1150.py +6 -4
  1346. githubkit/versions/v2022_11_28/types/group_1151.py +6 -5
  1347. githubkit/versions/v2022_11_28/types/group_1152.py +4 -13
  1348. githubkit/versions/v2022_11_28/types/group_1153.py +5 -6
  1349. githubkit/versions/v2022_11_28/types/group_1154.py +11 -5
  1350. githubkit/versions/v2022_11_28/types/group_1155.py +5 -11
  1351. githubkit/versions/v2022_11_28/types/group_1156.py +8 -6
  1352. githubkit/versions/v2022_11_28/types/group_1157.py +12 -62
  1353. githubkit/versions/v2022_11_28/types/group_1158.py +6 -63
  1354. githubkit/versions/v2022_11_28/types/group_1159.py +60 -7
  1355. githubkit/versions/v2022_11_28/types/group_1160.py +63 -7
  1356. githubkit/versions/v2022_11_28/types/group_1161.py +8 -7
  1357. githubkit/versions/v2022_11_28/types/group_1162.py +7 -6
  1358. githubkit/versions/v2022_11_28/types/group_1163.py +9 -5
  1359. githubkit/versions/v2022_11_28/types/group_1164.py +6 -5
  1360. githubkit/versions/v2022_11_28/types/group_1165.py +5 -7
  1361. githubkit/versions/v2022_11_28/types/group_1166.py +5 -9
  1362. githubkit/versions/v2022_11_28/types/group_1167.py +6 -12
  1363. githubkit/versions/v2022_11_28/types/group_1168.py +7 -5
  1364. githubkit/versions/v2022_11_28/types/group_1169.py +12 -5
  1365. githubkit/versions/v2022_11_28/types/group_1170.py +6 -4
  1366. githubkit/versions/v2022_11_28/types/group_1171.py +6 -7
  1367. githubkit/versions/v2022_11_28/types/group_1172.py +4 -11
  1368. githubkit/versions/v2022_11_28/types/group_1173.py +6 -7
  1369. githubkit/versions/v2022_11_28/types/group_1174.py +11 -5
  1370. githubkit/versions/v2022_11_28/types/group_1175.py +7 -5
  1371. githubkit/versions/v2022_11_28/types/group_1176.py +5 -5
  1372. githubkit/versions/v2022_11_28/types/group_1177.py +4 -4
  1373. githubkit/versions/v2022_11_28/types/group_1178.py +5 -12
  1374. githubkit/versions/v2022_11_28/types/group_1179.py +6 -8
  1375. githubkit/versions/v2022_11_28/types/group_1180.py +13 -17
  1376. githubkit/versions/v2022_11_28/types/group_1181.py +7 -24
  1377. githubkit/versions/v2022_11_28/types/group_1182.py +16 -23
  1378. githubkit/versions/v2022_11_28/types/group_1183.py +24 -7
  1379. githubkit/versions/v2022_11_28/types/group_1184.py +22 -6
  1380. githubkit/versions/v2022_11_28/types/group_1185.py +8 -5
  1381. githubkit/versions/v2022_11_28/types/group_1186.py +8 -7
  1382. githubkit/versions/v2022_11_28/types/group_1187.py +4 -7
  1383. githubkit/versions/v2022_11_28/types/group_1188.py +6 -5
  1384. githubkit/versions/v2022_11_28/types/group_1189.py +7 -5
  1385. githubkit/versions/v2022_11_28/types/group_1190.py +6 -9
  1386. githubkit/versions/v2022_11_28/types/group_1191.py +5 -13
  1387. githubkit/versions/v2022_11_28/types/group_1192.py +9 -6
  1388. githubkit/versions/v2022_11_28/types/group_1193.py +12 -6
  1389. githubkit/versions/v2022_11_28/types/group_1194.py +5 -8
  1390. githubkit/versions/v2022_11_28/types/group_1195.py +8 -3
  1391. githubkit/versions/v2022_11_28/types/group_1196.py +8 -5
  1392. githubkit/versions/v2022_11_28/types/group_1197.py +3 -6
  1393. githubkit/versions/v2022_11_28/types/group_1198.py +5 -13
  1394. githubkit/versions/v2022_11_28/types/group_1199.py +6 -7
  1395. githubkit/versions/v2022_11_28/types/group_1200.py +15 -31
  1396. githubkit/versions/v2022_11_28/types/group_1201.py +7 -10
  1397. githubkit/versions/v2022_11_28/types/group_1202.py +35 -15
  1398. githubkit/versions/v2022_11_28/types/group_1203.py +10 -6
  1399. githubkit/versions/v2022_11_28/types/group_1204.py +9 -4
  1400. githubkit/versions/v2022_11_28/types/group_1205.py +6 -5
  1401. githubkit/versions/v2022_11_28/types/group_1206.py +6 -65
  1402. githubkit/versions/v2022_11_28/types/group_1207.py +52 -0
  1403. githubkit/versions/v2022_11_28/types/group_1208.py +21 -0
  1404. githubkit/versions/v2022_11_28/types/group_1209.py +21 -0
  1405. githubkit/versions/v2022_11_28/types/group_1210.py +81 -0
  1406. {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/METADATA +1 -1
  1407. {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/RECORD +1409 -1393
  1408. {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/LICENSE +0 -0
  1409. {githubkit-0.12.14.dist-info → githubkit-0.12.15.dist-info}/WHEEL +0 -0
@@ -16,21 +16,12 @@ from githubkit.typing import Missing
16
16
  from githubkit.utils import UNSET
17
17
 
18
18
 
19
- class ReposOwnerRepoAutolinksPostBody(GitHubModel):
20
- """ReposOwnerRepoAutolinksPostBody"""
19
+ class ReposOwnerRepoAttestationsPostResponse201(GitHubModel):
20
+ """ReposOwnerRepoAttestationsPostResponse201"""
21
21
 
22
- key_prefix: str = Field(
23
- description="This prefix appended by certain characters will generate a link any time it is found in an issue, pull request, or commit."
24
- )
25
- url_template: str = Field(
26
- description="The URL must contain `<num>` for the reference number. `<num>` matches different characters depending on the value of `is_alphanumeric`."
27
- )
28
- is_alphanumeric: Missing[bool] = Field(
29
- default=UNSET,
30
- description="Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters.",
31
- )
22
+ id: Missing[int] = Field(default=UNSET, description="The ID of the attestation.")
32
23
 
33
24
 
34
- model_rebuild(ReposOwnerRepoAutolinksPostBody)
25
+ model_rebuild(ReposOwnerRepoAttestationsPostResponse201)
35
26
 
36
- __all__ = ("ReposOwnerRepoAutolinksPostBody",)
27
+ __all__ = ("ReposOwnerRepoAttestationsPostResponse201",)
@@ -9,227 +9,91 @@ See https://github.com/github/rest-api-description for more information.
9
9
 
10
10
  from __future__ import annotations
11
11
 
12
- from typing import Union
13
-
14
12
  from pydantic import Field
15
13
 
16
- from githubkit.compat import GitHubModel, model_rebuild
14
+ from githubkit.compat import ExtraGitHubModel, GitHubModel, model_rebuild
17
15
  from githubkit.typing import Missing
18
16
  from githubkit.utils import UNSET
19
17
 
20
18
 
21
- class ReposOwnerRepoBranchesBranchProtectionPutBody(GitHubModel):
22
- """ReposOwnerRepoBranchesBranchProtectionPutBody"""
19
+ class ReposOwnerRepoAttestationsSubjectDigestGetResponse200(GitHubModel):
20
+ """ReposOwnerRepoAttestationsSubjectDigestGetResponse200"""
23
21
 
24
- required_status_checks: Union[
25
- ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks, None
26
- ] = Field(
27
- description="Require status checks to pass before merging. Set to `null` to disable."
28
- )
29
- enforce_admins: Union[bool, None] = Field(
30
- description="Enforce all configured restrictions for administrators. Set to `true` to enforce required status checks for repository administrators. Set to `null` to disable."
31
- )
32
- required_pull_request_reviews: Union[
33
- ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews,
34
- None,
35
- ] = Field(
36
- description="Require at least one approving review on a pull request, before merging. Set to `null` to disable."
37
- )
38
- restrictions: Union[
39
- ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions, None
40
- ] = Field(
41
- description="Restrict who can push to the protected branch. User, app, and team `restrictions` are only available for organization-owned repositories. Set to `null` to disable."
42
- )
43
- required_linear_history: Missing[bool] = Field(
44
- default=UNSET,
45
- description='Enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. Set to `true` to enforce a linear commit history. Set to `false` to disable a linear commit Git history. Your repository must allow squash merging or rebase merging before you can enable a linear commit history. Default: `false`. For more information, see "[Requiring a linear commit history](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/requiring-a-linear-commit-history)" in the GitHub Help documentation.',
46
- )
47
- allow_force_pushes: Missing[Union[bool, None]] = Field(
48
- default=UNSET,
49
- description='Permits force pushes to the protected branch by anyone with write access to the repository. Set to `true` to allow force pushes. Set to `false` or `null` to block force pushes. Default: `false`. For more information, see "[Enabling force pushes to a protected branch](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/enabling-force-pushes-to-a-protected-branch)" in the GitHub Help documentation."',
50
- )
51
- allow_deletions: Missing[bool] = Field(
52
- default=UNSET,
53
- description='Allows deletion of the protected branch by anyone with write access to the repository. Set to `false` to prevent deletion of the protected branch. Default: `false`. For more information, see "[Enabling force pushes to a protected branch](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/enabling-force-pushes-to-a-protected-branch)" in the GitHub Help documentation.',
54
- )
55
- block_creations: Missing[bool] = Field(
56
- default=UNSET,
57
- description="If set to `true`, the `restrictions` branch protection settings which limits who can push will also block pushes which create new branches, unless the push is initiated by a user, team, or app which has the ability to push. Set to `true` to restrict new branch creation. Default: `false`.",
58
- )
59
- required_conversation_resolution: Missing[bool] = Field(
60
- default=UNSET,
61
- description="Requires all conversations on code to be resolved before a pull request can be merged into a branch that matches this rule. Set to `false` to disable. Default: `false`.",
62
- )
63
- lock_branch: Missing[bool] = Field(
64
- default=UNSET,
65
- description="Whether to set the branch as read-only. If this is true, users will not be able to push to the branch. Default: `false`.",
66
- )
67
- allow_fork_syncing: Missing[bool] = Field(
68
- default=UNSET,
69
- description="Whether users can pull changes from upstream when the branch is locked. Set to `true` to allow fork syncing. Set to `false` to prevent fork syncing. Default: `false`.",
70
- )
22
+ attestations: Missing[
23
+ list[ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItems]
24
+ ] = Field(default=UNSET)
71
25
 
72
26
 
73
- class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks(
27
+ class ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItems(
74
28
  GitHubModel
75
29
  ):
76
- """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks
30
+ """ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItems"""
77
31
 
78
- Require status checks to pass before merging. Set to `null` to disable.
79
- """
80
-
81
- strict: bool = Field(
82
- description="Require branches to be up to date before merging."
83
- )
84
- contexts: list[str] = Field(
85
- description="**Closing down notice**: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use `checks` instead of `contexts` for more fine-grained control."
86
- )
87
- checks: Missing[
88
- list[
89
- ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems
90
- ]
32
+ bundle: Missing[
33
+ ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle
91
34
  ] = Field(
92
35
  default=UNSET,
93
- description="The list of status checks to require in order to merge into this branch.",
36
+ description="The attestation's Sigstore Bundle.\nRefer to the [Sigstore Bundle Specification](https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto) for more information.",
94
37
  )
38
+ repository_id: Missing[int] = Field(default=UNSET)
39
+ bundle_url: Missing[str] = Field(default=UNSET)
95
40
 
96
41
 
97
- class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems(
42
+ class ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle(
98
43
  GitHubModel
99
44
  ):
100
- """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksI
101
- tems
102
- """
45
+ """ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBu
46
+ ndle
103
47
 
104
- context: str = Field(description="The name of the required check")
105
- app_id: Missing[int] = Field(
106
- default=UNSET,
107
- description="The ID of the GitHub App that must provide this check. Omit this field to automatically select the GitHub App that has recently provided this check, or any app if it was not set by a GitHub App. Pass -1 to explicitly allow any app to set the status.",
108
- )
109
-
110
-
111
- class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews(
112
- GitHubModel
113
- ):
114
- """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews
115
-
116
- Require at least one approving review on a pull request, before merging. Set to
117
- `null` to disable.
48
+ The attestation's Sigstore Bundle.
49
+ Refer to the [Sigstore Bundle
50
+ Specification](https://github.com/sigstore/protobuf-
51
+ specs/blob/main/protos/sigstore_bundle.proto) for more information.
118
52
  """
119
53
 
120
- dismissal_restrictions: Missing[
121
- ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions
122
- ] = Field(
123
- default=UNSET,
124
- description="Specify which users, teams, and apps can dismiss pull request reviews. Pass an empty `dismissal_restrictions` object to disable. User and team `dismissal_restrictions` are only available for organization-owned repositories. Omit this parameter for personal repositories.",
125
- )
126
- dismiss_stale_reviews: Missing[bool] = Field(
127
- default=UNSET,
128
- description="Set to `true` if you want to automatically dismiss approving reviews when someone pushes a new commit.",
129
- )
130
- require_code_owner_reviews: Missing[bool] = Field(
131
- default=UNSET,
132
- description="Blocks merging pull requests until [code owners](https://docs.github.com/enterprise-cloud@latest//articles/about-code-owners/) review them.",
133
- )
134
- required_approving_review_count: Missing[int] = Field(
135
- default=UNSET,
136
- description="Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
137
- )
138
- require_last_push_approval: Missing[bool] = Field(
139
- default=UNSET,
140
- description="Whether the most recent push must be approved by someone other than the person who pushed it. Default: `false`.",
141
- )
142
- bypass_pull_request_allowances: Missing[
143
- ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances
144
- ] = Field(
145
- default=UNSET,
146
- description="Allow specific users, teams, or apps to bypass pull request requirements.",
147
- )
54
+ media_type: Missing[str] = Field(default=UNSET, alias="mediaType")
55
+ verification_material: Missing[
56
+ ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial
57
+ ] = Field(default=UNSET, alias="verificationMaterial")
58
+ dsse_envelope: Missing[
59
+ ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope
60
+ ] = Field(default=UNSET, alias="dsseEnvelope")
148
61
 
149
62
 
150
- class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions(
151
- GitHubModel
63
+ class ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial(
64
+ ExtraGitHubModel
152
65
  ):
153
- """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropD
154
- ismissalRestrictions
155
-
156
- Specify which users, teams, and apps can dismiss pull request reviews. Pass an
157
- empty `dismissal_restrictions` object to disable. User and team
158
- `dismissal_restrictions` are only available for organization-owned repositories.
159
- Omit this parameter for personal repositories.
66
+ """ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBu
67
+ ndlePropVerificationMaterial
160
68
  """
161
69
 
162
- users: Missing[list[str]] = Field(
163
- default=UNSET, description="The list of user `login`s with dismissal access"
164
- )
165
- teams: Missing[list[str]] = Field(
166
- default=UNSET, description="The list of team `slug`s with dismissal access"
167
- )
168
- apps: Missing[list[str]] = Field(
169
- default=UNSET, description="The list of app `slug`s with dismissal access"
170
- )
171
-
172
70
 
173
- class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances(
174
- GitHubModel
71
+ class ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope(
72
+ ExtraGitHubModel
175
73
  ):
176
- """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropB
177
- ypassPullRequestAllowances
178
-
179
- Allow specific users, teams, or apps to bypass pull request requirements.
74
+ """ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBu
75
+ ndlePropDsseEnvelope
180
76
  """
181
77
 
182
- users: Missing[list[str]] = Field(
183
- default=UNSET,
184
- description="The list of user `login`s allowed to bypass pull request requirements.",
185
- )
186
- teams: Missing[list[str]] = Field(
187
- default=UNSET,
188
- description="The list of team `slug`s allowed to bypass pull request requirements.",
189
- )
190
- apps: Missing[list[str]] = Field(
191
- default=UNSET,
192
- description="The list of app `slug`s allowed to bypass pull request requirements.",
193
- )
194
-
195
-
196
- class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions(GitHubModel):
197
- """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions
198
-
199
- Restrict who can push to the protected branch. User, app, and team
200
- `restrictions` are only available for organization-owned repositories. Set to
201
- `null` to disable.
202
- """
203
-
204
- users: list[str] = Field(description="The list of user `login`s with push access")
205
- teams: list[str] = Field(description="The list of team `slug`s with push access")
206
- apps: Missing[list[str]] = Field(
207
- default=UNSET, description="The list of app `slug`s with push access"
208
- )
209
-
210
78
 
211
- model_rebuild(ReposOwnerRepoBranchesBranchProtectionPutBody)
212
- model_rebuild(ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks)
79
+ model_rebuild(ReposOwnerRepoAttestationsSubjectDigestGetResponse200)
213
80
  model_rebuild(
214
- ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems
81
+ ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItems
215
82
  )
216
83
  model_rebuild(
217
- ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews
84
+ ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle
218
85
  )
219
86
  model_rebuild(
220
- ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions
87
+ ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial
221
88
  )
222
89
  model_rebuild(
223
- ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances
90
+ ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope
224
91
  )
225
- model_rebuild(ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions)
226
92
 
227
93
  __all__ = (
228
- "ReposOwnerRepoBranchesBranchProtectionPutBody",
229
- "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews",
230
- "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances",
231
- "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions",
232
- "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks",
233
- "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems",
234
- "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions",
94
+ "ReposOwnerRepoAttestationsSubjectDigestGetResponse200",
95
+ "ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItems",
96
+ "ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundle",
97
+ "ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelope",
98
+ "ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterial",
235
99
  )
@@ -16,97 +16,21 @@ from githubkit.typing import Missing
16
16
  from githubkit.utils import UNSET
17
17
 
18
18
 
19
- class ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBody(
20
- GitHubModel
21
- ):
22
- """ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBody"""
19
+ class ReposOwnerRepoAutolinksPostBody(GitHubModel):
20
+ """ReposOwnerRepoAutolinksPostBody"""
23
21
 
24
- dismissal_restrictions: Missing[
25
- ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions
26
- ] = Field(
27
- default=UNSET,
28
- description="Specify which users, teams, and apps can dismiss pull request reviews. Pass an empty `dismissal_restrictions` object to disable. User and team `dismissal_restrictions` are only available for organization-owned repositories. Omit this parameter for personal repositories.",
29
- )
30
- dismiss_stale_reviews: Missing[bool] = Field(
31
- default=UNSET,
32
- description="Set to `true` if you want to automatically dismiss approving reviews when someone pushes a new commit.",
33
- )
34
- require_code_owner_reviews: Missing[bool] = Field(
35
- default=UNSET,
36
- description="Blocks merging pull requests until [code owners](https://docs.github.com/enterprise-cloud@latest//articles/about-code-owners/) have reviewed.",
37
- )
38
- required_approving_review_count: Missing[int] = Field(
39
- default=UNSET,
40
- description="Specifies the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
22
+ key_prefix: str = Field(
23
+ description="This prefix appended by certain characters will generate a link any time it is found in an issue, pull request, or commit."
41
24
  )
42
- require_last_push_approval: Missing[bool] = Field(
43
- default=UNSET,
44
- description="Whether the most recent push must be approved by someone other than the person who pushed it. Default: `false`",
45
- )
46
- bypass_pull_request_allowances: Missing[
47
- ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowances
48
- ] = Field(
49
- default=UNSET,
50
- description="Allow specific users, teams, or apps to bypass pull request requirements.",
51
- )
52
-
53
-
54
- class ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions(
55
- GitHubModel
56
- ):
57
- """ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDis
58
- missalRestrictions
59
-
60
- Specify which users, teams, and apps can dismiss pull request reviews. Pass an
61
- empty `dismissal_restrictions` object to disable. User and team
62
- `dismissal_restrictions` are only available for organization-owned repositories.
63
- Omit this parameter for personal repositories.
64
- """
65
-
66
- users: Missing[list[str]] = Field(
67
- default=UNSET, description="The list of user `login`s with dismissal access"
68
- )
69
- teams: Missing[list[str]] = Field(
70
- default=UNSET, description="The list of team `slug`s with dismissal access"
71
- )
72
- apps: Missing[list[str]] = Field(
73
- default=UNSET, description="The list of app `slug`s with dismissal access"
74
- )
75
-
76
-
77
- class ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowances(
78
- GitHubModel
79
- ):
80
- """ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropByp
81
- assPullRequestAllowances
82
-
83
- Allow specific users, teams, or apps to bypass pull request requirements.
84
- """
85
-
86
- users: Missing[list[str]] = Field(
87
- default=UNSET,
88
- description="The list of user `login`s allowed to bypass pull request requirements.",
89
- )
90
- teams: Missing[list[str]] = Field(
91
- default=UNSET,
92
- description="The list of team `slug`s allowed to bypass pull request requirements.",
25
+ url_template: str = Field(
26
+ description="The URL must contain `<num>` for the reference number. `<num>` matches different characters depending on the value of `is_alphanumeric`."
93
27
  )
94
- apps: Missing[list[str]] = Field(
28
+ is_alphanumeric: Missing[bool] = Field(
95
29
  default=UNSET,
96
- description="The list of app `slug`s allowed to bypass pull request requirements.",
30
+ description="Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters.",
97
31
  )
98
32
 
99
33
 
100
- model_rebuild(ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBody)
101
- model_rebuild(
102
- ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions
103
- )
104
- model_rebuild(
105
- ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowances
106
- )
34
+ model_rebuild(ReposOwnerRepoAutolinksPostBody)
107
35
 
108
- __all__ = (
109
- "ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBody",
110
- "ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowances",
111
- "ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictions",
112
- )
36
+ __all__ = ("ReposOwnerRepoAutolinksPostBody",)
@@ -9,6 +9,8 @@ See https://github.com/github/rest-api-description for more information.
9
9
 
10
10
  from __future__ import annotations
11
11
 
12
+ from typing import Union
13
+
12
14
  from pydantic import Field
13
15
 
14
16
  from githubkit.compat import GitHubModel, model_rebuild
@@ -16,19 +18,75 @@ from githubkit.typing import Missing
16
18
  from githubkit.utils import UNSET
17
19
 
18
20
 
19
- class ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBody(GitHubModel):
20
- """ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBody"""
21
+ class ReposOwnerRepoBranchesBranchProtectionPutBody(GitHubModel):
22
+ """ReposOwnerRepoBranchesBranchProtectionPutBody"""
21
23
 
22
- strict: Missing[bool] = Field(
23
- default=UNSET, description="Require branches to be up to date before merging."
24
+ required_status_checks: Union[
25
+ ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks, None
26
+ ] = Field(
27
+ description="Require status checks to pass before merging. Set to `null` to disable."
28
+ )
29
+ enforce_admins: Union[bool, None] = Field(
30
+ description="Enforce all configured restrictions for administrators. Set to `true` to enforce required status checks for repository administrators. Set to `null` to disable."
31
+ )
32
+ required_pull_request_reviews: Union[
33
+ ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews,
34
+ None,
35
+ ] = Field(
36
+ description="Require at least one approving review on a pull request, before merging. Set to `null` to disable."
37
+ )
38
+ restrictions: Union[
39
+ ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions, None
40
+ ] = Field(
41
+ description="Restrict who can push to the protected branch. User, app, and team `restrictions` are only available for organization-owned repositories. Set to `null` to disable."
42
+ )
43
+ required_linear_history: Missing[bool] = Field(
44
+ default=UNSET,
45
+ description='Enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. Set to `true` to enforce a linear commit history. Set to `false` to disable a linear commit Git history. Your repository must allow squash merging or rebase merging before you can enable a linear commit history. Default: `false`. For more information, see "[Requiring a linear commit history](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/requiring-a-linear-commit-history)" in the GitHub Help documentation.',
46
+ )
47
+ allow_force_pushes: Missing[Union[bool, None]] = Field(
48
+ default=UNSET,
49
+ description='Permits force pushes to the protected branch by anyone with write access to the repository. Set to `true` to allow force pushes. Set to `false` or `null` to block force pushes. Default: `false`. For more information, see "[Enabling force pushes to a protected branch](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/enabling-force-pushes-to-a-protected-branch)" in the GitHub Help documentation."',
24
50
  )
25
- contexts: Missing[list[str]] = Field(
51
+ allow_deletions: Missing[bool] = Field(
26
52
  default=UNSET,
27
- description="**Closing down notice**: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use `checks` instead of `contexts` for more fine-grained control.",
53
+ description='Allows deletion of the protected branch by anyone with write access to the repository. Set to `false` to prevent deletion of the protected branch. Default: `false`. For more information, see "[Enabling force pushes to a protected branch](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/enabling-force-pushes-to-a-protected-branch)" in the GitHub Help documentation.',
54
+ )
55
+ block_creations: Missing[bool] = Field(
56
+ default=UNSET,
57
+ description="If set to `true`, the `restrictions` branch protection settings which limits who can push will also block pushes which create new branches, unless the push is initiated by a user, team, or app which has the ability to push. Set to `true` to restrict new branch creation. Default: `false`.",
58
+ )
59
+ required_conversation_resolution: Missing[bool] = Field(
60
+ default=UNSET,
61
+ description="Requires all conversations on code to be resolved before a pull request can be merged into a branch that matches this rule. Set to `false` to disable. Default: `false`.",
62
+ )
63
+ lock_branch: Missing[bool] = Field(
64
+ default=UNSET,
65
+ description="Whether to set the branch as read-only. If this is true, users will not be able to push to the branch. Default: `false`.",
66
+ )
67
+ allow_fork_syncing: Missing[bool] = Field(
68
+ default=UNSET,
69
+ description="Whether users can pull changes from upstream when the branch is locked. Set to `true` to allow fork syncing. Set to `false` to prevent fork syncing. Default: `false`.",
70
+ )
71
+
72
+
73
+ class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks(
74
+ GitHubModel
75
+ ):
76
+ """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks
77
+
78
+ Require status checks to pass before merging. Set to `null` to disable.
79
+ """
80
+
81
+ strict: bool = Field(
82
+ description="Require branches to be up to date before merging."
83
+ )
84
+ contexts: list[str] = Field(
85
+ description="**Closing down notice**: The list of status checks to require in order to merge into this branch. If any of these checks have recently been set by a particular GitHub App, they will be required to come from that app in future for the branch to merge. Use `checks` instead of `contexts` for more fine-grained control."
28
86
  )
29
87
  checks: Missing[
30
88
  list[
31
- ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItems
89
+ ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems
32
90
  ]
33
91
  ] = Field(
34
92
  default=UNSET,
@@ -36,11 +94,11 @@ class ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBody(GitHub
36
94
  )
37
95
 
38
96
 
39
- class ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItems(
97
+ class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems(
40
98
  GitHubModel
41
99
  ):
42
- """ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksIte
43
- ms
100
+ """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksI
101
+ tems
44
102
  """
45
103
 
46
104
  context: str = Field(description="The name of the required check")
@@ -50,12 +108,128 @@ class ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChe
50
108
  )
51
109
 
52
110
 
53
- model_rebuild(ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBody)
111
+ class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews(
112
+ GitHubModel
113
+ ):
114
+ """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews
115
+
116
+ Require at least one approving review on a pull request, before merging. Set to
117
+ `null` to disable.
118
+ """
119
+
120
+ dismissal_restrictions: Missing[
121
+ ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions
122
+ ] = Field(
123
+ default=UNSET,
124
+ description="Specify which users, teams, and apps can dismiss pull request reviews. Pass an empty `dismissal_restrictions` object to disable. User and team `dismissal_restrictions` are only available for organization-owned repositories. Omit this parameter for personal repositories.",
125
+ )
126
+ dismiss_stale_reviews: Missing[bool] = Field(
127
+ default=UNSET,
128
+ description="Set to `true` if you want to automatically dismiss approving reviews when someone pushes a new commit.",
129
+ )
130
+ require_code_owner_reviews: Missing[bool] = Field(
131
+ default=UNSET,
132
+ description="Blocks merging pull requests until [code owners](https://docs.github.com/enterprise-cloud@latest//articles/about-code-owners/) review them.",
133
+ )
134
+ required_approving_review_count: Missing[int] = Field(
135
+ default=UNSET,
136
+ description="Specify the number of reviewers required to approve pull requests. Use a number between 1 and 6 or 0 to not require reviewers.",
137
+ )
138
+ require_last_push_approval: Missing[bool] = Field(
139
+ default=UNSET,
140
+ description="Whether the most recent push must be approved by someone other than the person who pushed it. Default: `false`.",
141
+ )
142
+ bypass_pull_request_allowances: Missing[
143
+ ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances
144
+ ] = Field(
145
+ default=UNSET,
146
+ description="Allow specific users, teams, or apps to bypass pull request requirements.",
147
+ )
148
+
149
+
150
+ class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions(
151
+ GitHubModel
152
+ ):
153
+ """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropD
154
+ ismissalRestrictions
155
+
156
+ Specify which users, teams, and apps can dismiss pull request reviews. Pass an
157
+ empty `dismissal_restrictions` object to disable. User and team
158
+ `dismissal_restrictions` are only available for organization-owned repositories.
159
+ Omit this parameter for personal repositories.
160
+ """
161
+
162
+ users: Missing[list[str]] = Field(
163
+ default=UNSET, description="The list of user `login`s with dismissal access"
164
+ )
165
+ teams: Missing[list[str]] = Field(
166
+ default=UNSET, description="The list of team `slug`s with dismissal access"
167
+ )
168
+ apps: Missing[list[str]] = Field(
169
+ default=UNSET, description="The list of app `slug`s with dismissal access"
170
+ )
171
+
172
+
173
+ class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances(
174
+ GitHubModel
175
+ ):
176
+ """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropB
177
+ ypassPullRequestAllowances
178
+
179
+ Allow specific users, teams, or apps to bypass pull request requirements.
180
+ """
181
+
182
+ users: Missing[list[str]] = Field(
183
+ default=UNSET,
184
+ description="The list of user `login`s allowed to bypass pull request requirements.",
185
+ )
186
+ teams: Missing[list[str]] = Field(
187
+ default=UNSET,
188
+ description="The list of team `slug`s allowed to bypass pull request requirements.",
189
+ )
190
+ apps: Missing[list[str]] = Field(
191
+ default=UNSET,
192
+ description="The list of app `slug`s allowed to bypass pull request requirements.",
193
+ )
194
+
195
+
196
+ class ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions(GitHubModel):
197
+ """ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions
198
+
199
+ Restrict who can push to the protected branch. User, app, and team
200
+ `restrictions` are only available for organization-owned repositories. Set to
201
+ `null` to disable.
202
+ """
203
+
204
+ users: list[str] = Field(description="The list of user `login`s with push access")
205
+ teams: list[str] = Field(description="The list of team `slug`s with push access")
206
+ apps: Missing[list[str]] = Field(
207
+ default=UNSET, description="The list of app `slug`s with push access"
208
+ )
209
+
210
+
211
+ model_rebuild(ReposOwnerRepoBranchesBranchProtectionPutBody)
212
+ model_rebuild(ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks)
213
+ model_rebuild(
214
+ ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems
215
+ )
216
+ model_rebuild(
217
+ ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews
218
+ )
219
+ model_rebuild(
220
+ ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions
221
+ )
54
222
  model_rebuild(
55
- ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItems
223
+ ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances
56
224
  )
225
+ model_rebuild(ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions)
57
226
 
58
227
  __all__ = (
59
- "ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBody",
60
- "ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItems",
228
+ "ReposOwnerRepoBranchesBranchProtectionPutBody",
229
+ "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviews",
230
+ "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowances",
231
+ "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictions",
232
+ "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecks",
233
+ "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItems",
234
+ "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictions",
61
235
  )