GitHubKit 0.11.0a4__py3-none-any.whl → 0.11.1__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 (2135) hide show
  1. githubkit/config.py +17 -0
  2. githubkit/core.py +61 -24
  3. githubkit/github.py +4 -0
  4. githubkit/lazy_module.py +5 -7
  5. githubkit/log.py +3 -0
  6. githubkit/rest/__init__.py +36 -10
  7. githubkit/retry.py +74 -0
  8. githubkit/typing.py +23 -1
  9. githubkit/versions/latest/models.py +36 -10
  10. githubkit/versions/latest/types.py +36 -12
  11. githubkit/versions/v2022_11_28/models/__init__.py +4491 -4471
  12. githubkit/versions/v2022_11_28/models/group_0091.py +14 -2
  13. githubkit/versions/v2022_11_28/models/group_0092.py +4 -2
  14. githubkit/versions/v2022_11_28/models/group_0095.py +16 -1
  15. githubkit/versions/v2022_11_28/models/group_0103.py +8 -10
  16. githubkit/versions/v2022_11_28/models/group_0104.py +26 -10
  17. githubkit/versions/v2022_11_28/models/group_0105.py +16 -41
  18. githubkit/versions/v2022_11_28/models/group_0106.py +12 -9
  19. githubkit/versions/v2022_11_28/models/group_0107.py +19 -6
  20. githubkit/versions/v2022_11_28/models/group_0108.py +41 -6
  21. githubkit/versions/v2022_11_28/models/group_0109.py +9 -12
  22. githubkit/versions/v2022_11_28/models/group_0110.py +6 -8
  23. githubkit/versions/v2022_11_28/models/group_0111.py +6 -13
  24. githubkit/versions/v2022_11_28/models/group_0112.py +16 -20
  25. githubkit/versions/v2022_11_28/models/group_0113.py +7 -16
  26. githubkit/versions/v2022_11_28/models/group_0114.py +11 -27
  27. githubkit/versions/v2022_11_28/models/group_0115.py +20 -15
  28. githubkit/versions/v2022_11_28/models/group_0116.py +14 -14
  29. githubkit/versions/v2022_11_28/models/group_0117.py +26 -10
  30. githubkit/versions/v2022_11_28/models/group_0118.py +12 -13
  31. githubkit/versions/v2022_11_28/models/group_0119.py +13 -12
  32. githubkit/versions/v2022_11_28/models/group_0120.py +12 -13
  33. githubkit/versions/v2022_11_28/models/group_0121.py +13 -12
  34. githubkit/versions/v2022_11_28/models/group_0122.py +12 -13
  35. githubkit/versions/v2022_11_28/models/group_0123.py +13 -12
  36. githubkit/versions/v2022_11_28/models/group_0124.py +12 -13
  37. githubkit/versions/v2022_11_28/models/group_0125.py +15 -13
  38. githubkit/versions/v2022_11_28/models/group_0126.py +10 -26
  39. githubkit/versions/v2022_11_28/models/group_0127.py +12 -113
  40. githubkit/versions/v2022_11_28/models/group_0128.py +17 -45
  41. githubkit/versions/v2022_11_28/models/group_0129.py +21 -75
  42. githubkit/versions/v2022_11_28/models/group_0130.py +116 -24
  43. githubkit/versions/v2022_11_28/models/group_0131.py +30 -173
  44. githubkit/versions/v2022_11_28/models/group_0132.py +61 -61
  45. githubkit/versions/v2022_11_28/models/group_0133.py +30 -14
  46. githubkit/versions/v2022_11_28/models/group_0134.py +184 -10
  47. githubkit/versions/v2022_11_28/models/group_0135.py +86 -118
  48. githubkit/versions/v2022_11_28/models/group_0136.py +10 -37
  49. githubkit/versions/v2022_11_28/models/group_0137.py +11 -30
  50. githubkit/versions/v2022_11_28/models/group_0138.py +109 -12
  51. githubkit/versions/v2022_11_28/models/group_0139.py +35 -11
  52. githubkit/versions/v2022_11_28/models/group_0140.py +21 -36
  53. githubkit/versions/v2022_11_28/models/group_0141.py +16 -145
  54. githubkit/versions/v2022_11_28/models/group_0142.py +11 -24
  55. githubkit/versions/v2022_11_28/models/group_0143.py +42 -12
  56. githubkit/versions/v2022_11_28/models/group_0144.py +147 -11
  57. githubkit/versions/v2022_11_28/models/group_0145.py +29 -8
  58. githubkit/versions/v2022_11_28/models/group_0146.py +15 -12
  59. githubkit/versions/v2022_11_28/models/group_0147.py +12 -17
  60. githubkit/versions/v2022_11_28/models/group_0148.py +8 -37
  61. githubkit/versions/v2022_11_28/models/group_0149.py +10 -28
  62. githubkit/versions/v2022_11_28/models/group_0150.py +16 -86
  63. githubkit/versions/v2022_11_28/models/group_0151.py +32 -13
  64. githubkit/versions/v2022_11_28/models/group_0152.py +28 -8
  65. githubkit/versions/v2022_11_28/models/group_0153.py +85 -9
  66. githubkit/versions/v2022_11_28/models/group_0154.py +12 -13
  67. githubkit/versions/v2022_11_28/models/group_0155.py +11 -8
  68. githubkit/versions/v2022_11_28/models/group_0156.py +14 -51
  69. githubkit/versions/v2022_11_28/models/group_0157.py +16 -43
  70. githubkit/versions/v2022_11_28/models/group_0158.py +7 -102
  71. githubkit/versions/v2022_11_28/models/group_0159.py +44 -39
  72. githubkit/versions/v2022_11_28/models/group_0160.py +44 -8
  73. githubkit/versions/v2022_11_28/models/group_0161.py +98 -11
  74. githubkit/versions/v2022_11_28/models/group_0162.py +23 -30
  75. githubkit/versions/v2022_11_28/models/group_0163.py +9 -48
  76. githubkit/versions/v2022_11_28/models/group_0164.py +11 -88
  77. githubkit/versions/v2022_11_28/models/group_0165.py +39 -38
  78. githubkit/versions/v2022_11_28/models/group_0166.py +39 -21
  79. githubkit/versions/v2022_11_28/models/group_0167.py +90 -11
  80. githubkit/versions/v2022_11_28/models/group_0168.py +48 -9
  81. githubkit/versions/v2022_11_28/models/group_0169.py +24 -28
  82. githubkit/versions/v2022_11_28/models/group_0170.py +12 -46
  83. githubkit/versions/v2022_11_28/models/group_0171.py +10 -124
  84. githubkit/versions/v2022_11_28/models/group_0172.py +20 -159
  85. githubkit/versions/v2022_11_28/models/group_0173.py +37 -21
  86. githubkit/versions/v2022_11_28/models/group_0174.py +122 -7
  87. githubkit/versions/v2022_11_28/models/group_0175.py +174 -10
  88. githubkit/versions/v2022_11_28/models/group_0176.py +31 -22
  89. githubkit/versions/v2022_11_28/models/group_0177.py +8 -44
  90. githubkit/versions/v2022_11_28/models/group_0178.py +8 -27
  91. githubkit/versions/v2022_11_28/models/group_0179.py +20 -33
  92. githubkit/versions/v2022_11_28/models/group_0180.py +36 -146
  93. githubkit/versions/v2022_11_28/models/group_0181.py +28 -27
  94. githubkit/versions/v2022_11_28/models/group_0182.py +27 -27
  95. githubkit/versions/v2022_11_28/models/group_0183.py +145 -22
  96. githubkit/versions/v2022_11_28/models/group_0184.py +20 -66
  97. githubkit/versions/v2022_11_28/models/group_0185.py +36 -18
  98. githubkit/versions/v2022_11_28/models/group_0186.py +24 -53
  99. githubkit/versions/v2022_11_28/models/group_0187.py +58 -23
  100. githubkit/versions/v2022_11_28/models/group_0188.py +17 -51
  101. githubkit/versions/v2022_11_28/models/group_0189.py +63 -92
  102. githubkit/versions/v2022_11_28/models/group_0190.py +33 -41
  103. githubkit/versions/v2022_11_28/models/group_0191.py +49 -11
  104. githubkit/versions/v2022_11_28/models/group_0192.py +81 -21
  105. githubkit/versions/v2022_11_28/models/group_0193.py +44 -38
  106. githubkit/versions/v2022_11_28/models/group_0194.py +13 -29
  107. githubkit/versions/v2022_11_28/models/group_0195.py +27 -11
  108. githubkit/versions/v2022_11_28/models/group_0196.py +37 -7
  109. githubkit/versions/v2022_11_28/models/group_0197.py +29 -18
  110. githubkit/versions/v2022_11_28/models/group_0198.py +11 -29
  111. githubkit/versions/v2022_11_28/models/group_0199.py +10 -9
  112. githubkit/versions/v2022_11_28/models/group_0200.py +13 -24
  113. githubkit/versions/v2022_11_28/models/group_0201.py +26 -51
  114. githubkit/versions/v2022_11_28/models/group_0202.py +7 -54
  115. githubkit/versions/v2022_11_28/models/group_0203.py +32 -22
  116. githubkit/versions/v2022_11_28/models/group_0204.py +58 -6
  117. githubkit/versions/v2022_11_28/models/group_0205.py +49 -15
  118. githubkit/versions/v2022_11_28/models/group_0206.py +16 -83
  119. githubkit/versions/v2022_11_28/models/group_0207.py +7 -30
  120. githubkit/versions/v2022_11_28/models/group_0208.py +22 -13
  121. githubkit/versions/v2022_11_28/models/group_0209.py +70 -25
  122. githubkit/versions/v2022_11_28/models/group_0210.py +25 -18
  123. githubkit/versions/v2022_11_28/models/group_0211.py +13 -45
  124. githubkit/versions/v2022_11_28/models/group_0212.py +38 -22
  125. githubkit/versions/v2022_11_28/models/group_0213.py +18 -56
  126. githubkit/versions/v2022_11_28/models/group_0214.py +37 -22
  127. githubkit/versions/v2022_11_28/models/group_0215.py +24 -34
  128. githubkit/versions/v2022_11_28/models/group_0216.py +43 -13
  129. githubkit/versions/v2022_11_28/models/group_0217.py +13 -14
  130. githubkit/versions/v2022_11_28/models/group_0218.py +27 -101
  131. githubkit/versions/v2022_11_28/models/group_0219.py +32 -32
  132. githubkit/versions/v2022_11_28/models/group_0220.py +32 -59
  133. githubkit/versions/v2022_11_28/models/group_0221.py +105 -17
  134. githubkit/versions/v2022_11_28/models/group_0222.py +35 -34
  135. githubkit/versions/v2022_11_28/models/group_0223.py +43 -105
  136. githubkit/versions/v2022_11_28/models/group_0224.py +25 -7
  137. githubkit/versions/v2022_11_28/models/group_0225.py +30 -32
  138. githubkit/versions/v2022_11_28/models/group_0226.py +107 -26
  139. githubkit/versions/v2022_11_28/models/group_0227.py +7 -79
  140. githubkit/versions/v2022_11_28/models/group_0228.py +22 -33
  141. githubkit/versions/v2022_11_28/models/group_0229.py +38 -12
  142. githubkit/versions/v2022_11_28/models/group_0230.py +53 -57
  143. githubkit/versions/v2022_11_28/models/group_0231.py +35 -14
  144. githubkit/versions/v2022_11_28/models/group_0232.py +12 -13
  145. githubkit/versions/v2022_11_28/models/group_0233.py +76 -9
  146. githubkit/versions/v2022_11_28/models/group_0234.py +22 -6
  147. githubkit/versions/v2022_11_28/models/group_0235.py +13 -17
  148. githubkit/versions/v2022_11_28/models/group_0236.py +9 -43
  149. githubkit/versions/v2022_11_28/models/group_0237.py +7 -9
  150. githubkit/versions/v2022_11_28/models/group_0238.py +17 -16
  151. githubkit/versions/v2022_11_28/models/group_0239.py +36 -70
  152. githubkit/versions/v2022_11_28/models/group_0240.py +6 -22
  153. githubkit/versions/v2022_11_28/models/group_0241.py +11 -36
  154. githubkit/versions/v2022_11_28/models/group_0242.py +72 -22
  155. githubkit/versions/v2022_11_28/models/group_0243.py +24 -8
  156. githubkit/versions/v2022_11_28/models/group_0244.py +35 -52
  157. githubkit/versions/v2022_11_28/models/group_0245.py +21 -52
  158. githubkit/versions/v2022_11_28/models/group_0246.py +9 -14
  159. githubkit/versions/v2022_11_28/models/group_0247.py +37 -12
  160. githubkit/versions/v2022_11_28/models/group_0248.py +52 -125
  161. githubkit/versions/v2022_11_28/models/group_0249.py +11 -33
  162. githubkit/versions/v2022_11_28/models/group_0250.py +10 -35
  163. githubkit/versions/v2022_11_28/models/group_0251.py +120 -13
  164. githubkit/versions/v2022_11_28/models/group_0252.py +19 -9
  165. githubkit/versions/v2022_11_28/models/group_0253.py +13 -12
  166. githubkit/versions/v2022_11_28/models/group_0254.py +13 -19
  167. githubkit/versions/v2022_11_28/models/group_0255.py +9 -19
  168. githubkit/versions/v2022_11_28/models/group_0256.py +20 -21
  169. githubkit/versions/v2022_11_28/models/group_0257.py +20 -21
  170. githubkit/versions/v2022_11_28/models/group_0258.py +13 -15
  171. githubkit/versions/v2022_11_28/models/group_0259.py +21 -10
  172. githubkit/versions/v2022_11_28/models/group_0260.py +17 -23
  173. githubkit/versions/v2022_11_28/models/group_0261.py +15 -19
  174. githubkit/versions/v2022_11_28/models/group_0262.py +7 -24
  175. githubkit/versions/v2022_11_28/models/group_0263.py +12 -15
  176. githubkit/versions/v2022_11_28/models/group_0264.py +37 -14
  177. githubkit/versions/v2022_11_28/models/group_0265.py +30 -34
  178. githubkit/versions/v2022_11_28/models/group_0266.py +35 -12
  179. githubkit/versions/v2022_11_28/models/group_0267.py +17 -15
  180. githubkit/versions/v2022_11_28/models/group_0268.py +37 -76
  181. githubkit/versions/v2022_11_28/models/group_0269.py +14 -59
  182. githubkit/versions/v2022_11_28/models/group_0270.py +10 -140
  183. githubkit/versions/v2022_11_28/models/group_0271.py +77 -17
  184. githubkit/versions/v2022_11_28/models/group_0272.py +62 -20
  185. githubkit/versions/v2022_11_28/models/group_0273.py +142 -20
  186. githubkit/versions/v2022_11_28/models/group_0274.py +18 -13
  187. githubkit/versions/v2022_11_28/models/group_0275.py +27 -6
  188. githubkit/versions/v2022_11_28/models/group_0276.py +19 -32
  189. githubkit/versions/v2022_11_28/models/group_0277.py +15 -9
  190. githubkit/versions/v2022_11_28/models/group_0278.py +6 -82
  191. githubkit/versions/v2022_11_28/models/group_0279.py +25 -19
  192. githubkit/versions/v2022_11_28/models/group_0280.py +12 -7
  193. githubkit/versions/v2022_11_28/models/group_0281.py +73 -9
  194. githubkit/versions/v2022_11_28/models/group_0282.py +26 -85
  195. githubkit/versions/v2022_11_28/models/group_0283.py +6 -91
  196. githubkit/versions/v2022_11_28/models/group_0284.py +11 -198
  197. githubkit/versions/v2022_11_28/models/group_0285.py +20 -40
  198. githubkit/versions/v2022_11_28/models/group_0286.py +87 -136
  199. githubkit/versions/v2022_11_28/models/group_0287.py +93 -13
  200. githubkit/versions/v2022_11_28/models/group_0288.py +201 -8
  201. githubkit/versions/v2022_11_28/models/group_0289.py +44 -17
  202. githubkit/versions/v2022_11_28/models/group_0290.py +130 -58
  203. githubkit/versions/v2022_11_28/models/group_0291.py +13 -73
  204. githubkit/versions/v2022_11_28/models/group_0292.py +9 -8
  205. githubkit/versions/v2022_11_28/models/group_0293.py +12 -25
  206. githubkit/versions/v2022_11_28/models/group_0294.py +57 -36
  207. githubkit/versions/v2022_11_28/models/group_0295.py +71 -8
  208. githubkit/versions/v2022_11_28/models/group_0296.py +8 -22
  209. githubkit/versions/v2022_11_28/models/group_0297.py +25 -16
  210. githubkit/versions/v2022_11_28/models/group_0298.py +40 -16
  211. githubkit/versions/v2022_11_28/models/group_0299.py +10 -19
  212. githubkit/versions/v2022_11_28/models/group_0300.py +8 -5
  213. githubkit/versions/v2022_11_28/models/group_0301.py +6 -11
  214. githubkit/versions/v2022_11_28/models/group_0302.py +8 -5
  215. githubkit/versions/v2022_11_28/models/group_0303.py +5 -9
  216. githubkit/versions/v2022_11_28/models/group_0304.py +6 -11
  217. githubkit/versions/v2022_11_28/models/group_0305.py +11 -6
  218. githubkit/versions/v2022_11_28/models/group_0306.py +5 -10
  219. githubkit/versions/v2022_11_28/models/group_0307.py +8 -9
  220. githubkit/versions/v2022_11_28/models/group_0308.py +8 -8
  221. githubkit/versions/v2022_11_28/models/group_0309.py +5 -10
  222. githubkit/versions/v2022_11_28/models/group_0310.py +7 -7
  223. githubkit/versions/v2022_11_28/models/group_0311.py +10 -8
  224. githubkit/versions/v2022_11_28/models/group_0312.py +15 -59
  225. githubkit/versions/v2022_11_28/models/group_0313.py +15 -107
  226. githubkit/versions/v2022_11_28/models/group_0314.py +15 -80
  227. githubkit/versions/v2022_11_28/models/group_0315.py +14 -119
  228. githubkit/versions/v2022_11_28/models/group_0316.py +67 -14
  229. githubkit/versions/v2022_11_28/models/group_0317.py +114 -9
  230. githubkit/versions/v2022_11_28/models/group_0318.py +86 -25
  231. githubkit/versions/v2022_11_28/models/group_0319.py +127 -7
  232. githubkit/versions/v2022_11_28/models/group_0320.py +11 -15
  233. githubkit/versions/v2022_11_28/models/group_0321.py +10 -21
  234. githubkit/versions/v2022_11_28/models/group_0322.py +25 -10
  235. githubkit/versions/v2022_11_28/models/group_0323.py +6 -8
  236. githubkit/versions/v2022_11_28/models/group_0324.py +18 -7
  237. githubkit/versions/v2022_11_28/models/group_0325.py +21 -13
  238. githubkit/versions/v2022_11_28/models/group_0326.py +12 -9
  239. githubkit/versions/v2022_11_28/models/group_0327.py +8 -8
  240. githubkit/versions/v2022_11_28/models/group_0328.py +6 -12
  241. githubkit/versions/v2022_11_28/models/group_0329.py +12 -23
  242. githubkit/versions/v2022_11_28/models/group_0330.py +8 -41
  243. githubkit/versions/v2022_11_28/models/group_0331.py +8 -54
  244. githubkit/versions/v2022_11_28/models/group_0332.py +11 -36
  245. githubkit/versions/v2022_11_28/models/group_0333.py +19 -101
  246. githubkit/versions/v2022_11_28/models/group_0334.py +26 -18
  247. githubkit/versions/v2022_11_28/models/group_0335.py +32 -112
  248. githubkit/versions/v2022_11_28/models/group_0336.py +27 -77
  249. githubkit/versions/v2022_11_28/models/group_0337.py +90 -44
  250. githubkit/versions/v2022_11_28/models/group_0338.py +25 -56
  251. githubkit/versions/v2022_11_28/models/group_0339.py +134 -7
  252. githubkit/versions/v2022_11_28/models/group_0340.py +81 -23
  253. githubkit/versions/v2022_11_28/models/group_0341.py +54 -144
  254. githubkit/versions/v2022_11_28/models/group_0342.py +63 -9
  255. githubkit/versions/v2022_11_28/models/group_0343.py +7 -66
  256. githubkit/versions/v2022_11_28/models/group_0344.py +31 -15
  257. githubkit/versions/v2022_11_28/models/group_0345.py +139 -27
  258. githubkit/versions/v2022_11_28/models/group_0346.py +11 -7
  259. githubkit/versions/v2022_11_28/models/group_0347.py +62 -7
  260. githubkit/versions/v2022_11_28/models/group_0348.py +12 -12
  261. githubkit/versions/v2022_11_28/models/group_0349.py +32 -13
  262. githubkit/versions/v2022_11_28/models/group_0350.py +7 -7
  263. githubkit/versions/v2022_11_28/models/group_0351.py +12 -30
  264. githubkit/versions/v2022_11_28/models/group_0352.py +14 -11
  265. githubkit/versions/v2022_11_28/models/group_0353.py +18 -21
  266. githubkit/versions/v2022_11_28/models/group_0354.py +8 -359
  267. githubkit/versions/v2022_11_28/models/group_0355.py +26 -28
  268. githubkit/versions/v2022_11_28/models/group_0356.py +12 -54
  269. githubkit/versions/v2022_11_28/models/group_0357.py +20 -67
  270. githubkit/versions/v2022_11_28/models/group_0358.py +332 -116
  271. githubkit/versions/v2022_11_28/models/group_0359.py +32 -18
  272. githubkit/versions/v2022_11_28/models/group_0360.py +44 -167
  273. githubkit/versions/v2022_11_28/models/group_0361.py +67 -24
  274. githubkit/versions/v2022_11_28/models/group_0362.py +134 -18
  275. githubkit/versions/v2022_11_28/models/group_0363.py +15 -58
  276. githubkit/versions/v2022_11_28/models/group_0364.py +168 -29
  277. githubkit/versions/v2022_11_28/models/group_0365.py +31 -42
  278. githubkit/versions/v2022_11_28/models/group_0366.py +20 -97
  279. githubkit/versions/v2022_11_28/models/group_0367.py +50 -90
  280. githubkit/versions/v2022_11_28/models/group_0368.py +10 -183
  281. githubkit/versions/v2022_11_28/models/group_0369.py +14 -13
  282. githubkit/versions/v2022_11_28/models/group_0370.py +103 -8
  283. githubkit/versions/v2022_11_28/models/group_0371.py +80 -13
  284. githubkit/versions/v2022_11_28/models/group_0372.py +210 -8
  285. githubkit/versions/v2022_11_28/models/group_0373.py +10 -29
  286. githubkit/versions/v2022_11_28/models/group_0374.py +6 -6
  287. githubkit/versions/v2022_11_28/models/group_0375.py +10 -10
  288. githubkit/versions/v2022_11_28/models/group_0376.py +6 -6
  289. githubkit/versions/v2022_11_28/models/group_0377.py +24 -361
  290. githubkit/versions/v2022_11_28/models/group_0378.py +8 -392
  291. githubkit/versions/v2022_11_28/models/group_0379.py +12 -364
  292. githubkit/versions/v2022_11_28/models/group_0380.py +8 -206
  293. githubkit/versions/v2022_11_28/models/group_0381.py +300 -114
  294. githubkit/versions/v2022_11_28/models/group_0382.py +327 -119
  295. githubkit/versions/v2022_11_28/models/group_0383.py +299 -112
  296. githubkit/versions/v2022_11_28/models/group_0384.py +84 -62
  297. githubkit/versions/v2022_11_28/models/group_0385.py +84 -51
  298. githubkit/versions/v2022_11_28/models/group_0386.py +136 -90
  299. githubkit/versions/v2022_11_28/models/group_0387.py +171 -21
  300. githubkit/versions/v2022_11_28/models/group_0388.py +164 -17
  301. githubkit/versions/v2022_11_28/models/group_0389.py +150 -20
  302. githubkit/versions/v2022_11_28/models/group_0390.py +118 -17
  303. githubkit/versions/v2022_11_28/models/group_0391.py +30 -23
  304. githubkit/versions/v2022_11_28/models/group_0392.py +19 -26
  305. githubkit/versions/v2022_11_28/models/group_0393.py +29 -26
  306. githubkit/versions/v2022_11_28/models/group_0394.py +22 -24
  307. githubkit/versions/v2022_11_28/models/group_0395.py +28 -24
  308. githubkit/versions/v2022_11_28/models/group_0396.py +22 -17
  309. githubkit/versions/v2022_11_28/models/group_0397.py +11 -11
  310. githubkit/versions/v2022_11_28/models/group_0398.py +11 -11
  311. githubkit/versions/v2022_11_28/models/group_0399.py +11 -11
  312. githubkit/versions/v2022_11_28/models/group_0400.py +18 -40
  313. githubkit/versions/v2022_11_28/models/group_0401.py +18 -40
  314. githubkit/versions/v2022_11_28/models/group_0402.py +18 -646
  315. githubkit/versions/v2022_11_28/models/group_0403.py +24 -36
  316. githubkit/versions/v2022_11_28/models/group_0404.py +28 -505
  317. githubkit/versions/v2022_11_28/models/group_0405.py +28 -505
  318. githubkit/versions/v2022_11_28/models/group_0406.py +294 -148
  319. githubkit/versions/v2022_11_28/models/group_0407.py +32 -962
  320. githubkit/versions/v2022_11_28/models/group_0408.py +475 -59
  321. githubkit/versions/v2022_11_28/models/group_0409.py +498 -38
  322. githubkit/versions/v2022_11_28/models/group_0410.py +497 -16
  323. githubkit/versions/v2022_11_28/models/group_0411.py +909 -52
  324. githubkit/versions/v2022_11_28/models/group_0412.py +28 -30
  325. githubkit/versions/v2022_11_28/models/group_0413.py +36 -99
  326. githubkit/versions/v2022_11_28/models/group_0414.py +14 -117
  327. githubkit/versions/v2022_11_28/models/group_0415.py +64 -77
  328. githubkit/versions/v2022_11_28/models/group_0416.py +100 -69
  329. githubkit/versions/v2022_11_28/models/group_0417.py +112 -11
  330. githubkit/versions/v2022_11_28/models/group_0418.py +115 -40
  331. githubkit/versions/v2022_11_28/models/group_0419.py +134 -56
  332. githubkit/versions/v2022_11_28/models/group_0420.py +92 -39
  333. githubkit/versions/v2022_11_28/models/group_0421.py +11 -11
  334. githubkit/versions/v2022_11_28/models/group_0422.py +39 -11
  335. githubkit/versions/v2022_11_28/models/group_0423.py +30 -13
  336. githubkit/versions/v2022_11_28/models/group_0424.py +32 -8
  337. githubkit/versions/v2022_11_28/models/group_0425.py +22 -95
  338. githubkit/versions/v2022_11_28/models/group_0426.py +11 -30
  339. githubkit/versions/v2022_11_28/models/group_0427.py +13 -11
  340. githubkit/versions/v2022_11_28/models/group_0428.py +8 -32
  341. githubkit/versions/v2022_11_28/models/group_0429.py +97 -26
  342. githubkit/versions/v2022_11_28/models/group_0430.py +44 -162
  343. githubkit/versions/v2022_11_28/models/group_0431.py +29 -167
  344. githubkit/versions/v2022_11_28/models/group_0432.py +46 -27
  345. githubkit/versions/v2022_11_28/models/group_0433.py +47 -123
  346. githubkit/versions/v2022_11_28/models/group_0434.py +167 -27
  347. githubkit/versions/v2022_11_28/models/group_0435.py +164 -41
  348. githubkit/versions/v2022_11_28/models/group_0436.py +24 -87
  349. githubkit/versions/v2022_11_28/models/group_0437.py +120 -56
  350. githubkit/versions/v2022_11_28/models/group_0438.py +8 -50
  351. githubkit/versions/v2022_11_28/models/group_0439.py +28 -80
  352. githubkit/versions/v2022_11_28/models/group_0440.py +22 -41
  353. githubkit/versions/v2022_11_28/models/group_0441.py +14 -14
  354. githubkit/versions/v2022_11_28/models/group_0442.py +28 -88
  355. githubkit/versions/v2022_11_28/models/group_0443.py +71 -18
  356. githubkit/versions/v2022_11_28/models/group_0444.py +86 -28
  357. githubkit/versions/v2022_11_28/models/group_0445.py +45 -78
  358. githubkit/versions/v2022_11_28/models/group_0446.py +86 -121
  359. githubkit/versions/v2022_11_28/models/group_0447.py +42 -155
  360. githubkit/versions/v2022_11_28/models/group_0448.py +43 -57
  361. githubkit/versions/v2022_11_28/models/group_0449.py +67 -8
  362. githubkit/versions/v2022_11_28/models/group_0450.py +136 -18
  363. githubkit/versions/v2022_11_28/models/group_0451.py +140 -63
  364. githubkit/versions/v2022_11_28/models/group_0452.py +54 -83
  365. githubkit/versions/v2022_11_28/models/group_0453.py +4 -130
  366. githubkit/versions/v2022_11_28/models/group_0454.py +8 -5
  367. githubkit/versions/v2022_11_28/models/group_0455.py +89 -81
  368. githubkit/versions/v2022_11_28/models/group_0456.py +85 -42
  369. githubkit/versions/v2022_11_28/models/group_0457.py +125 -60
  370. githubkit/versions/v2022_11_28/models/group_0458.py +17 -138
  371. githubkit/versions/v2022_11_28/models/group_0459.py +76 -161
  372. githubkit/versions/v2022_11_28/models/group_0460.py +43 -57
  373. githubkit/versions/v2022_11_28/models/group_0461.py +66 -5
  374. githubkit/versions/v2022_11_28/models/group_0462.py +136 -18
  375. githubkit/versions/v2022_11_28/models/group_0463.py +140 -59
  376. githubkit/versions/v2022_11_28/models/group_0464.py +54 -81
  377. githubkit/versions/v2022_11_28/models/group_0465.py +4 -130
  378. githubkit/versions/v2022_11_28/models/group_0466.py +8 -5
  379. githubkit/versions/v2022_11_28/models/group_0467.py +85 -79
  380. githubkit/versions/v2022_11_28/models/group_0468.py +82 -65
  381. githubkit/versions/v2022_11_28/models/group_0469.py +125 -60
  382. githubkit/versions/v2022_11_28/models/group_0470.py +17 -138
  383. githubkit/versions/v2022_11_28/models/group_0471.py +74 -161
  384. githubkit/versions/v2022_11_28/models/group_0472.py +63 -53
  385. githubkit/versions/v2022_11_28/models/group_0473.py +66 -5
  386. githubkit/versions/v2022_11_28/models/group_0474.py +137 -17
  387. githubkit/versions/v2022_11_28/models/group_0475.py +140 -60
  388. githubkit/versions/v2022_11_28/models/group_0476.py +54 -82
  389. githubkit/versions/v2022_11_28/models/group_0477.py +4 -130
  390. githubkit/versions/v2022_11_28/models/group_0478.py +8 -5
  391. githubkit/versions/v2022_11_28/models/group_0479.py +86 -80
  392. githubkit/versions/v2022_11_28/models/group_0480.py +10 -426
  393. githubkit/versions/v2022_11_28/models/group_0481.py +148 -34
  394. githubkit/versions/v2022_11_28/models/group_0482.py +16 -182
  395. githubkit/versions/v2022_11_28/models/group_0483.py +75 -197
  396. githubkit/versions/v2022_11_28/models/group_0484.py +480 -5
  397. githubkit/versions/v2022_11_28/models/group_0485.py +46 -35
  398. githubkit/versions/v2022_11_28/models/group_0486.py +164 -55
  399. githubkit/versions/v2022_11_28/models/group_0487.py +195 -80
  400. githubkit/versions/v2022_11_28/models/group_0488.py +26 -9
  401. githubkit/versions/v2022_11_28/models/group_0489.py +33 -122
  402. githubkit/versions/v2022_11_28/models/group_0490.py +81 -24
  403. githubkit/versions/v2022_11_28/models/group_0491.py +11 -5
  404. githubkit/versions/v2022_11_28/models/group_0492.py +6 -456
  405. githubkit/versions/v2022_11_28/models/group_0493.py +95 -80
  406. githubkit/versions/v2022_11_28/models/group_0494.py +16 -186
  407. githubkit/versions/v2022_11_28/models/group_0495.py +75 -204
  408. githubkit/versions/v2022_11_28/models/group_0496.py +407 -17
  409. githubkit/versions/v2022_11_28/models/group_0497.py +81 -65
  410. githubkit/versions/v2022_11_28/models/group_0498.py +190 -79
  411. githubkit/versions/v2022_11_28/models/group_0499.py +139 -104
  412. githubkit/versions/v2022_11_28/models/group_0500.py +65 -73
  413. githubkit/versions/v2022_11_28/models/group_0501.py +17 -449
  414. githubkit/versions/v2022_11_28/models/group_0502.py +10 -414
  415. githubkit/versions/v2022_11_28/models/group_0503.py +171 -33
  416. githubkit/versions/v2022_11_28/models/group_0504.py +73 -177
  417. githubkit/versions/v2022_11_28/models/group_0505.py +359 -37
  418. githubkit/versions/v2022_11_28/models/group_0506.py +468 -5
  419. githubkit/versions/v2022_11_28/models/group_0507.py +44 -35
  420. githubkit/versions/v2022_11_28/models/group_0508.py +159 -57
  421. githubkit/versions/v2022_11_28/models/group_0509.py +192 -82
  422. githubkit/versions/v2022_11_28/models/group_0510.py +24 -9
  423. githubkit/versions/v2022_11_28/models/group_0511.py +33 -124
  424. githubkit/versions/v2022_11_28/models/group_0512.py +79 -24
  425. githubkit/versions/v2022_11_28/models/group_0513.py +11 -5
  426. githubkit/versions/v2022_11_28/models/group_0514.py +9 -100
  427. githubkit/versions/v2022_11_28/models/group_0515.py +79 -145
  428. githubkit/versions/v2022_11_28/models/group_0516.py +7 -237
  429. githubkit/versions/v2022_11_28/models/group_0517.py +80 -84
  430. githubkit/versions/v2022_11_28/models/group_0518.py +94 -78
  431. githubkit/versions/v2022_11_28/models/group_0519.py +183 -8
  432. githubkit/versions/v2022_11_28/models/group_0520.py +209 -69
  433. githubkit/versions/v2022_11_28/models/group_0521.py +61 -35
  434. githubkit/versions/v2022_11_28/models/group_0522.py +11 -5
  435. githubkit/versions/v2022_11_28/models/group_0523.py +6 -1110
  436. githubkit/versions/v2022_11_28/models/group_0524.py +77 -419
  437. githubkit/versions/v2022_11_28/models/group_0525.py +57 -36
  438. githubkit/versions/v2022_11_28/models/group_0526.py +74 -181
  439. githubkit/versions/v2022_11_28/models/group_0527.py +949 -37
  440. githubkit/versions/v2022_11_28/models/group_0528.py +436 -6
  441. githubkit/versions/v2022_11_28/models/group_0529.py +44 -35
  442. githubkit/versions/v2022_11_28/models/group_0530.py +159 -59
  443. githubkit/versions/v2022_11_28/models/group_0531.py +195 -79
  444. githubkit/versions/v2022_11_28/models/group_0532.py +26 -9
  445. githubkit/versions/v2022_11_28/models/group_0533.py +33 -122
  446. githubkit/versions/v2022_11_28/models/group_0534.py +85 -24
  447. githubkit/versions/v2022_11_28/models/group_0535.py +11 -5
  448. githubkit/versions/v2022_11_28/models/group_0536.py +6 -1113
  449. githubkit/versions/v2022_11_28/models/group_0537.py +76 -463
  450. githubkit/versions/v2022_11_28/models/group_0538.py +8 -473
  451. githubkit/versions/v2022_11_28/models/group_0539.py +78 -35
  452. githubkit/versions/v2022_11_28/models/group_0540.py +979 -39
  453. githubkit/versions/v2022_11_28/models/group_0541.py +196 -53
  454. githubkit/versions/v2022_11_28/models/group_0542.py +470 -5
  455. githubkit/versions/v2022_11_28/models/group_0543.py +44 -35
  456. githubkit/versions/v2022_11_28/models/group_0544.py +175 -8
  457. githubkit/versions/v2022_11_28/models/group_0545.py +324 -72
  458. githubkit/versions/v2022_11_28/models/group_0546.py +27 -27
  459. githubkit/versions/v2022_11_28/models/group_0547.py +7 -438
  460. githubkit/versions/v2022_11_28/models/group_0548.py +11 -56
  461. githubkit/versions/v2022_11_28/models/group_0549.py +104 -49
  462. githubkit/versions/v2022_11_28/models/group_0550.py +22 -103
  463. githubkit/versions/v2022_11_28/models/group_0551.py +414 -100
  464. githubkit/versions/v2022_11_28/models/group_0552.py +47 -43
  465. githubkit/versions/v2022_11_28/models/group_0553.py +55 -54
  466. githubkit/versions/v2022_11_28/models/group_0554.py +63 -100
  467. githubkit/versions/v2022_11_28/models/group_0555.py +111 -15
  468. githubkit/versions/v2022_11_28/models/group_0556.py +45 -45
  469. githubkit/versions/v2022_11_28/models/group_0557.py +40 -142
  470. githubkit/versions/v2022_11_28/models/group_0558.py +107 -17
  471. githubkit/versions/v2022_11_28/models/group_0559.py +41 -47
  472. githubkit/versions/v2022_11_28/models/group_0560.py +41 -100
  473. githubkit/versions/v2022_11_28/models/group_0561.py +148 -13
  474. githubkit/versions/v2022_11_28/models/group_0562.py +40 -13
  475. githubkit/versions/v2022_11_28/models/group_0563.py +46 -28
  476. githubkit/versions/v2022_11_28/models/group_0564.py +109 -6
  477. githubkit/versions/v2022_11_28/models/group_0565.py +12 -137
  478. githubkit/versions/v2022_11_28/models/group_0566.py +13 -38
  479. githubkit/versions/v2022_11_28/models/group_0567.py +30 -46
  480. githubkit/versions/v2022_11_28/models/group_0568.py +10 -88
  481. githubkit/versions/v2022_11_28/models/group_0569.py +107 -67
  482. githubkit/versions/v2022_11_28/models/group_0570.py +43 -58
  483. githubkit/versions/v2022_11_28/models/group_0571.py +43 -145
  484. githubkit/versions/v2022_11_28/models/group_0572.py +33 -103
  485. githubkit/versions/v2022_11_28/models/group_0573.py +87 -18
  486. githubkit/versions/v2022_11_28/models/group_0574.py +46 -20
  487. githubkit/versions/v2022_11_28/models/group_0575.py +131 -100
  488. githubkit/versions/v2022_11_28/models/group_0576.py +105 -49
  489. githubkit/versions/v2022_11_28/models/group_0577.py +17 -78
  490. githubkit/versions/v2022_11_28/models/group_0578.py +19 -78
  491. githubkit/versions/v2022_11_28/models/group_0579.py +93 -119
  492. githubkit/versions/v2022_11_28/models/group_0580.py +21 -19
  493. githubkit/versions/v2022_11_28/models/group_0581.py +48 -19
  494. githubkit/versions/v2022_11_28/models/group_0582.py +51 -20
  495. githubkit/versions/v2022_11_28/models/group_0583.py +94 -32
  496. githubkit/versions/v2022_11_28/models/group_0584.py +40 -30
  497. githubkit/versions/v2022_11_28/models/group_0585.py +16 -71
  498. githubkit/versions/v2022_11_28/models/group_0586.py +16 -35
  499. githubkit/versions/v2022_11_28/models/group_0587.py +18 -37
  500. githubkit/versions/v2022_11_28/models/group_0588.py +79 -30
  501. githubkit/versions/v2022_11_28/models/group_0589.py +99 -16
  502. githubkit/versions/v2022_11_28/models/group_0590.py +55 -35
  503. githubkit/versions/v2022_11_28/models/group_0591.py +79 -518
  504. githubkit/versions/v2022_11_28/models/group_0592.py +38 -39
  505. githubkit/versions/v2022_11_28/models/group_0593.py +45 -68
  506. githubkit/versions/v2022_11_28/models/group_0594.py +35 -127
  507. githubkit/versions/v2022_11_28/models/group_0595.py +510 -59
  508. githubkit/versions/v2022_11_28/models/group_0596.py +30 -17
  509. githubkit/versions/v2022_11_28/models/group_0597.py +68 -31
  510. githubkit/versions/v2022_11_28/models/group_0598.py +164 -31
  511. githubkit/versions/v2022_11_28/models/group_0599.py +86 -17
  512. githubkit/versions/v2022_11_28/models/group_0600.py +18 -24
  513. githubkit/versions/v2022_11_28/models/group_0601.py +22 -50
  514. githubkit/versions/v2022_11_28/models/group_0602.py +29 -9
  515. githubkit/versions/v2022_11_28/models/group_0603.py +16 -98
  516. githubkit/versions/v2022_11_28/models/group_0604.py +15 -72
  517. githubkit/versions/v2022_11_28/models/group_0605.py +41 -74
  518. githubkit/versions/v2022_11_28/models/group_0606.py +9 -109
  519. githubkit/versions/v2022_11_28/models/group_0607.py +38 -36
  520. githubkit/versions/v2022_11_28/models/group_0608.py +51 -14
  521. githubkit/versions/v2022_11_28/models/group_0609.py +74 -32
  522. githubkit/versions/v2022_11_28/models/group_0610.py +44 -29
  523. githubkit/versions/v2022_11_28/models/group_0611.py +71 -23
  524. githubkit/versions/v2022_11_28/models/group_0612.py +45 -47
  525. githubkit/versions/v2022_11_28/models/group_0613.py +50 -80
  526. githubkit/versions/v2022_11_28/models/group_0614.py +56 -22
  527. githubkit/versions/v2022_11_28/models/group_0615.py +23 -56
  528. githubkit/versions/v2022_11_28/models/group_0616.py +21 -55
  529. githubkit/versions/v2022_11_28/models/group_0617.py +36 -91
  530. githubkit/versions/v2022_11_28/models/group_0618.py +22 -56
  531. githubkit/versions/v2022_11_28/models/group_0619.py +78 -14
  532. githubkit/versions/v2022_11_28/models/group_0620.py +77 -19
  533. githubkit/versions/v2022_11_28/models/group_0621.py +118 -15
  534. githubkit/versions/v2022_11_28/models/group_0622.py +73 -67
  535. githubkit/versions/v2022_11_28/models/group_0623.py +11 -33
  536. githubkit/versions/v2022_11_28/models/group_0624.py +14 -33
  537. githubkit/versions/v2022_11_28/models/group_0625.py +11 -11
  538. githubkit/versions/v2022_11_28/models/group_0626.py +69 -11
  539. githubkit/versions/v2022_11_28/models/group_0627.py +23 -43
  540. githubkit/versions/v2022_11_28/models/group_0628.py +21 -23
  541. githubkit/versions/v2022_11_28/models/group_0629.py +9 -31
  542. githubkit/versions/v2022_11_28/models/group_0630.py +11 -11
  543. githubkit/versions/v2022_11_28/models/group_0631.py +56 -21
  544. githubkit/versions/v2022_11_28/models/group_0632.py +27 -1148
  545. githubkit/versions/v2022_11_28/models/group_0633.py +27 -1177
  546. githubkit/versions/v2022_11_28/models/group_0634.py +14 -1178
  547. githubkit/versions/v2022_11_28/models/group_0635.py +9 -13
  548. githubkit/versions/v2022_11_28/models/group_0636.py +1126 -73
  549. githubkit/versions/v2022_11_28/models/group_0637.py +1174 -14
  550. githubkit/versions/v2022_11_28/models/group_0638.py +1166 -13
  551. githubkit/versions/v2022_11_28/models/group_0639.py +29 -110
  552. githubkit/versions/v2022_11_28/models/group_0640.py +85 -5
  553. githubkit/versions/v2022_11_28/models/group_0641.py +14 -1144
  554. githubkit/versions/v2022_11_28/models/group_0642.py +13 -1116
  555. githubkit/versions/v2022_11_28/models/group_0643.py +110 -95
  556. githubkit/versions/v2022_11_28/models/group_0644.py +6 -86
  557. githubkit/versions/v2022_11_28/models/group_0645.py +1144 -14
  558. githubkit/versions/v2022_11_28/models/group_0646.py +162 -161
  559. githubkit/versions/v2022_11_28/models/group_0647.py +55 -1107
  560. githubkit/versions/v2022_11_28/models/group_0648.py +72 -1084
  561. githubkit/versions/v2022_11_28/models/group_0649.py +14 -1136
  562. githubkit/versions/v2022_11_28/models/group_0650.py +1115 -13
  563. githubkit/versions/v2022_11_28/models/group_0651.py +1109 -72
  564. githubkit/versions/v2022_11_28/models/group_0652.py +1106 -14
  565. githubkit/versions/v2022_11_28/models/group_0653.py +1139 -16
  566. githubkit/versions/v2022_11_28/models/group_0654.py +29 -110
  567. githubkit/versions/v2022_11_28/models/group_0655.py +86 -6
  568. githubkit/versions/v2022_11_28/models/group_0656.py +33 -32
  569. githubkit/versions/v2022_11_28/models/group_0657.py +29 -110
  570. githubkit/versions/v2022_11_28/models/group_0658.py +85 -5
  571. githubkit/versions/v2022_11_28/models/group_0659.py +14 -1331
  572. githubkit/versions/v2022_11_28/models/group_0660.py +13 -1326
  573. githubkit/versions/v2022_11_28/models/group_0661.py +72 -1317
  574. githubkit/versions/v2022_11_28/models/group_0662.py +14 -1205
  575. githubkit/versions/v2022_11_28/models/group_0663.py +415 -227
  576. githubkit/versions/v2022_11_28/models/group_0664.py +392 -321
  577. githubkit/versions/v2022_11_28/models/group_0665.py +426 -368
  578. githubkit/versions/v2022_11_28/models/group_0666.py +278 -311
  579. githubkit/versions/v2022_11_28/models/group_0667.py +320 -439
  580. githubkit/versions/v2022_11_28/models/group_0668.py +353 -303
  581. githubkit/versions/v2022_11_28/models/group_0669.py +398 -426
  582. githubkit/versions/v2022_11_28/models/group_0670.py +330 -403
  583. githubkit/versions/v2022_11_28/models/group_0671.py +312 -186
  584. githubkit/versions/v2022_11_28/models/group_0672.py +274 -237
  585. githubkit/versions/v2022_11_28/models/group_0673.py +467 -299
  586. githubkit/versions/v2022_11_28/models/group_0674.py +504 -302
  587. githubkit/versions/v2022_11_28/models/group_0675.py +960 -190
  588. githubkit/versions/v2022_11_28/models/group_0676.py +1170 -15
  589. githubkit/versions/v2022_11_28/models/group_0677.py +1145 -42
  590. githubkit/versions/v2022_11_28/models/group_0678.py +1022 -478
  591. githubkit/versions/v2022_11_28/models/group_0679.py +370 -17
  592. githubkit/versions/v2022_11_28/models/group_0680.py +37 -56
  593. githubkit/versions/v2022_11_28/models/group_0681.py +36 -154
  594. githubkit/versions/v2022_11_28/models/group_0682.py +554 -142
  595. githubkit/versions/v2022_11_28/models/group_0683.py +14 -154
  596. githubkit/versions/v2022_11_28/models/group_0684.py +44 -209
  597. githubkit/versions/v2022_11_28/models/group_0685.py +179 -36
  598. githubkit/versions/v2022_11_28/models/group_0686.py +134 -20
  599. githubkit/versions/v2022_11_28/models/group_0687.py +120 -12
  600. githubkit/versions/v2022_11_28/models/group_0688.py +204 -11
  601. githubkit/versions/v2022_11_28/models/group_0689.py +46 -35
  602. githubkit/versions/v2022_11_28/models/group_0690.py +67 -13
  603. githubkit/versions/v2022_11_28/models/group_0691.py +47 -38
  604. githubkit/versions/v2022_11_28/models/group_0692.py +8 -5
  605. githubkit/versions/v2022_11_28/models/group_0693.py +35 -46
  606. githubkit/versions/v2022_11_28/models/group_0694.py +13 -67
  607. githubkit/versions/v2022_11_28/models/group_0695.py +38 -47
  608. githubkit/versions/v2022_11_28/models/group_0696.py +9 -10
  609. githubkit/versions/v2022_11_28/models/group_0697.py +46 -33
  610. githubkit/versions/v2022_11_28/models/group_0698.py +67 -13
  611. githubkit/versions/v2022_11_28/models/group_0699.py +48 -38
  612. githubkit/versions/v2022_11_28/models/group_0700.py +8 -5
  613. githubkit/versions/v2022_11_28/models/group_0701.py +5 -159
  614. githubkit/versions/v2022_11_28/models/group_0702.py +21 -49
  615. githubkit/versions/v2022_11_28/models/group_0703.py +40 -44
  616. githubkit/versions/v2022_11_28/models/group_0704.py +20 -66
  617. githubkit/versions/v2022_11_28/models/group_0705.py +161 -11
  618. githubkit/versions/v2022_11_28/models/group_0706.py +46 -35
  619. githubkit/versions/v2022_11_28/models/group_0707.py +67 -13
  620. githubkit/versions/v2022_11_28/models/group_0708.py +49 -38
  621. githubkit/versions/v2022_11_28/models/group_0709.py +8 -5
  622. githubkit/versions/v2022_11_28/models/group_0710.py +35 -49
  623. githubkit/versions/v2022_11_28/models/group_0711.py +15 -46
  624. githubkit/versions/v2022_11_28/models/group_0712.py +60 -36
  625. githubkit/versions/v2022_11_28/models/group_0713.py +33 -42
  626. githubkit/versions/v2022_11_28/models/group_0714.py +17 -11
  627. githubkit/versions/v2022_11_28/models/group_0715.py +19 -24
  628. githubkit/versions/v2022_11_28/models/group_0716.py +10 -62
  629. githubkit/versions/v2022_11_28/models/group_0717.py +10 -10
  630. githubkit/versions/v2022_11_28/models/group_0718.py +10 -10
  631. githubkit/versions/v2022_11_28/models/group_0719.py +23 -12
  632. githubkit/versions/v2022_11_28/models/group_0720.py +51 -26
  633. githubkit/versions/v2022_11_28/models/group_0721.py +11 -18
  634. githubkit/versions/v2022_11_28/models/group_0722.py +11 -18
  635. githubkit/versions/v2022_11_28/models/group_0723.py +11 -20
  636. githubkit/versions/v2022_11_28/models/group_0724.py +52 -28
  637. githubkit/versions/v2022_11_28/models/group_0725.py +43 -15
  638. githubkit/versions/v2022_11_28/models/group_0726.py +41 -98
  639. githubkit/versions/v2022_11_28/models/group_0727.py +43 -70
  640. githubkit/versions/v2022_11_28/models/group_0728.py +24 -95
  641. githubkit/versions/v2022_11_28/models/group_0729.py +15 -120
  642. githubkit/versions/v2022_11_28/models/group_0730.py +98 -34
  643. githubkit/versions/v2022_11_28/models/group_0731.py +78 -44
  644. githubkit/versions/v2022_11_28/models/group_0732.py +109 -30
  645. githubkit/versions/v2022_11_28/models/group_0733.py +121 -35
  646. githubkit/versions/v2022_11_28/models/group_0734.py +43 -35
  647. githubkit/versions/v2022_11_28/models/group_0735.py +45 -24
  648. githubkit/versions/v2022_11_28/models/group_0736.py +37 -44
  649. githubkit/versions/v2022_11_28/models/group_0737.py +17 -16
  650. githubkit/versions/v2022_11_28/models/group_0738.py +31 -38
  651. githubkit/versions/v2022_11_28/models/group_0739.py +16 -27
  652. githubkit/versions/v2022_11_28/models/group_0740.py +45 -62
  653. githubkit/versions/v2022_11_28/models/group_0741.py +39 -44
  654. githubkit/versions/v2022_11_28/models/group_0742.py +13 -9
  655. githubkit/versions/v2022_11_28/models/group_0743.py +31 -37
  656. githubkit/versions/v2022_11_28/models/group_0744.py +30 -3
  657. githubkit/versions/v2022_11_28/models/group_0745.py +45 -24
  658. githubkit/versions/v2022_11_28/models/group_0746.py +37 -44
  659. githubkit/versions/v2022_11_28/models/group_0747.py +12 -9
  660. githubkit/versions/v2022_11_28/models/group_0748.py +31 -37
  661. githubkit/versions/v2022_11_28/models/group_0749.py +16 -27
  662. githubkit/versions/v2022_11_28/models/group_0750.py +44 -26
  663. githubkit/versions/v2022_11_28/models/group_0751.py +37 -45
  664. githubkit/versions/v2022_11_28/models/group_0752.py +31 -254
  665. githubkit/versions/v2022_11_28/models/group_0753.py +35 -11
  666. githubkit/versions/v2022_11_28/models/group_0754.py +26 -45
  667. githubkit/versions/v2022_11_28/models/group_0755.py +11 -11
  668. githubkit/versions/v2022_11_28/models/group_0756.py +236 -18
  669. githubkit/versions/v2022_11_28/models/group_0757.py +7 -165
  670. githubkit/versions/v2022_11_28/models/group_0758.py +13 -136
  671. githubkit/versions/v2022_11_28/models/group_0759.py +13 -136
  672. githubkit/versions/v2022_11_28/models/group_0760.py +16 -14
  673. githubkit/versions/v2022_11_28/models/group_0761.py +38 -9
  674. githubkit/versions/v2022_11_28/models/group_0762.py +161 -9
  675. githubkit/versions/v2022_11_28/models/group_0763.py +125 -128
  676. githubkit/versions/v2022_11_28/models/group_0764.py +125 -128
  677. githubkit/versions/v2022_11_28/models/group_0765.py +15 -165
  678. githubkit/versions/v2022_11_28/models/group_0766.py +9 -168
  679. githubkit/versions/v2022_11_28/models/group_0767.py +9 -210
  680. githubkit/versions/v2022_11_28/models/group_0768.py +34 -76
  681. githubkit/versions/v2022_11_28/models/group_0769.py +138 -12
  682. githubkit/versions/v2022_11_28/models/group_0770.py +161 -13
  683. githubkit/versions/v2022_11_28/models/group_0771.py +85 -146
  684. githubkit/versions/v2022_11_28/models/group_0772.py +209 -11
  685. githubkit/versions/v2022_11_28/models/group_0773.py +208 -7
  686. githubkit/versions/v2022_11_28/models/group_0774.py +45 -19
  687. githubkit/versions/v2022_11_28/models/group_0775.py +47 -14
  688. githubkit/versions/v2022_11_28/models/group_0776.py +191 -63
  689. githubkit/versions/v2022_11_28/models/group_0777.py +11 -294
  690. githubkit/versions/v2022_11_28/models/group_0778.py +7 -294
  691. githubkit/versions/v2022_11_28/models/group_0779.py +11 -292
  692. githubkit/versions/v2022_11_28/models/group_0780.py +7 -399
  693. githubkit/versions/v2022_11_28/models/group_0781.py +25 -220
  694. githubkit/versions/v2022_11_28/models/group_0782.py +276 -16
  695. githubkit/versions/v2022_11_28/models/group_0783.py +268 -21
  696. githubkit/versions/v2022_11_28/models/group_0784.py +259 -79
  697. githubkit/versions/v2022_11_28/models/group_0785.py +388 -62
  698. githubkit/versions/v2022_11_28/models/group_0786.py +292 -49
  699. githubkit/versions/v2022_11_28/models/group_0787.py +10 -82
  700. githubkit/versions/v2022_11_28/models/group_0788.py +38 -55
  701. githubkit/versions/v2022_11_28/models/group_0789.py +101 -38
  702. githubkit/versions/v2022_11_28/models/group_0790.py +46 -64
  703. githubkit/versions/v2022_11_28/models/group_0791.py +50 -88
  704. githubkit/versions/v2022_11_28/models/group_0792.py +71 -23
  705. githubkit/versions/v2022_11_28/models/group_0793.py +48 -322
  706. githubkit/versions/v2022_11_28/models/group_0794.py +38 -353
  707. githubkit/versions/v2022_11_28/models/group_0795.py +90 -17
  708. githubkit/versions/v2022_11_28/models/group_0796.py +83 -47
  709. githubkit/versions/v2022_11_28/models/group_0797.py +59 -11
  710. githubkit/versions/v2022_11_28/models/group_0798.py +241 -257
  711. githubkit/versions/v2022_11_28/models/group_0799.py +364 -13
  712. githubkit/versions/v2022_11_28/models/group_0800.py +17 -60
  713. githubkit/versions/v2022_11_28/models/group_0801.py +38 -326
  714. githubkit/versions/v2022_11_28/models/group_0802.py +7 -359
  715. githubkit/versions/v2022_11_28/models/group_0803.py +353 -17
  716. githubkit/versions/v2022_11_28/models/group_0804.py +15 -56
  717. githubkit/versions/v2022_11_28/models/group_0805.py +59 -11
  718. githubkit/versions/v2022_11_28/models/group_0806.py +245 -257
  719. githubkit/versions/v2022_11_28/models/group_0807.py +362 -13
  720. githubkit/versions/v2022_11_28/models/group_0808.py +11 -490
  721. githubkit/versions/v2022_11_28/models/group_0809.py +58 -35
  722. githubkit/versions/v2022_11_28/models/group_0810.py +16 -11
  723. githubkit/versions/v2022_11_28/models/group_0811.py +355 -16
  724. githubkit/versions/v2022_11_28/models/group_0812.py +21 -4
  725. githubkit/versions/v2022_11_28/models/group_0813.py +490 -14
  726. githubkit/versions/v2022_11_28/models/group_0814.py +36 -7
  727. githubkit/versions/v2022_11_28/models/group_0815.py +11 -8
  728. githubkit/versions/v2022_11_28/models/group_0816.py +19 -6
  729. githubkit/versions/v2022_11_28/models/group_0817.py +4 -10
  730. githubkit/versions/v2022_11_28/models/group_0818.py +6 -17
  731. githubkit/versions/v2022_11_28/models/group_0819.py +11 -5
  732. githubkit/versions/v2022_11_28/models/group_0820.py +7 -9
  733. githubkit/versions/v2022_11_28/models/group_0821.py +7 -29
  734. githubkit/versions/v2022_11_28/models/group_0822.py +7 -23
  735. githubkit/versions/v2022_11_28/models/group_0823.py +30 -30
  736. githubkit/versions/v2022_11_28/models/group_0824.py +5 -11
  737. githubkit/versions/v2022_11_28/models/group_0825.py +9 -7
  738. githubkit/versions/v2022_11_28/models/group_0826.py +33 -5
  739. githubkit/versions/v2022_11_28/models/group_0827.py +19 -10
  740. githubkit/versions/v2022_11_28/models/group_0828.py +30 -12
  741. githubkit/versions/v2022_11_28/models/group_0829.py +6 -14
  742. githubkit/versions/v2022_11_28/models/group_0830.py +7 -7
  743. githubkit/versions/v2022_11_28/models/group_0831.py +4 -12
  744. githubkit/versions/v2022_11_28/models/group_0832.py +11 -112
  745. githubkit/versions/v2022_11_28/models/group_0833.py +13 -26
  746. githubkit/versions/v2022_11_28/models/group_0834.py +10 -10
  747. githubkit/versions/v2022_11_28/models/group_0835.py +5 -11
  748. githubkit/versions/v2022_11_28/models/group_0836.py +8 -8
  749. githubkit/versions/v2022_11_28/models/group_0837.py +112 -9
  750. githubkit/versions/v2022_11_28/models/group_0838.py +24 -17
  751. githubkit/versions/v2022_11_28/models/group_0839.py +10 -11
  752. githubkit/versions/v2022_11_28/models/group_0840.py +9 -8
  753. githubkit/versions/v2022_11_28/models/group_0841.py +6 -8
  754. githubkit/versions/v2022_11_28/models/group_0842.py +11 -11
  755. githubkit/versions/v2022_11_28/models/group_0843.py +19 -9
  756. githubkit/versions/v2022_11_28/models/group_0844.py +10 -24
  757. githubkit/versions/v2022_11_28/models/group_0845.py +8 -20
  758. githubkit/versions/v2022_11_28/models/group_0846.py +10 -12
  759. githubkit/versions/v2022_11_28/models/group_0847.py +9 -6
  760. githubkit/versions/v2022_11_28/models/group_0848.py +7 -30
  761. githubkit/versions/v2022_11_28/models/group_0849.py +24 -11
  762. githubkit/versions/v2022_11_28/models/group_0850.py +15 -9
  763. githubkit/versions/v2022_11_28/models/group_0851.py +4 -4
  764. githubkit/versions/v2022_11_28/models/group_0852.py +5 -5
  765. githubkit/versions/v2022_11_28/models/group_0853.py +30 -8
  766. githubkit/versions/v2022_11_28/models/group_0854.py +10 -15
  767. githubkit/versions/v2022_11_28/models/group_0855.py +16 -9
  768. githubkit/versions/v2022_11_28/models/group_0856.py +12 -10
  769. githubkit/versions/v2022_11_28/models/group_0857.py +7 -35
  770. githubkit/versions/v2022_11_28/models/group_0858.py +10 -21
  771. githubkit/versions/v2022_11_28/models/group_0859.py +19 -10
  772. githubkit/versions/v2022_11_28/models/group_0860.py +8 -6
  773. githubkit/versions/v2022_11_28/models/group_0861.py +7 -7
  774. githubkit/versions/v2022_11_28/models/group_0862.py +36 -7
  775. githubkit/versions/v2022_11_28/models/group_0863.py +21 -8
  776. githubkit/versions/v2022_11_28/models/group_0864.py +12 -7
  777. githubkit/versions/v2022_11_28/models/group_0865.py +6 -8
  778. githubkit/versions/v2022_11_28/models/group_0866.py +11 -8
  779. githubkit/versions/v2022_11_28/models/group_0867.py +8 -11
  780. githubkit/versions/v2022_11_28/models/group_0868.py +11 -8
  781. githubkit/versions/v2022_11_28/models/group_0869.py +6 -28
  782. githubkit/versions/v2022_11_28/models/group_0870.py +8 -21
  783. githubkit/versions/v2022_11_28/models/group_0871.py +7 -12
  784. githubkit/versions/v2022_11_28/models/group_0872.py +8 -6
  785. githubkit/versions/v2022_11_28/models/group_0873.py +6 -42
  786. githubkit/versions/v2022_11_28/models/group_0874.py +19 -32
  787. githubkit/versions/v2022_11_28/models/group_0875.py +17 -13
  788. githubkit/versions/v2022_11_28/models/group_0876.py +6 -6
  789. githubkit/versions/v2022_11_28/models/group_0877.py +12 -4
  790. githubkit/versions/v2022_11_28/models/group_0878.py +33 -15
  791. githubkit/versions/v2022_11_28/models/group_0879.py +39 -9
  792. githubkit/versions/v2022_11_28/models/group_0880.py +15 -7
  793. githubkit/versions/v2022_11_28/models/group_0881.py +10 -40
  794. githubkit/versions/v2022_11_28/models/group_0882.py +4 -19
  795. githubkit/versions/v2022_11_28/models/group_0883.py +18 -11
  796. githubkit/versions/v2022_11_28/models/group_0884.py +11 -9
  797. githubkit/versions/v2022_11_28/models/group_0885.py +15 -4
  798. githubkit/versions/v2022_11_28/models/group_0886.py +41 -6
  799. githubkit/versions/v2022_11_28/models/group_0887.py +10 -16
  800. githubkit/versions/v2022_11_28/models/group_0888.py +13 -10
  801. githubkit/versions/v2022_11_28/models/group_0889.py +10 -14
  802. githubkit/versions/v2022_11_28/models/group_0890.py +4 -12
  803. githubkit/versions/v2022_11_28/models/group_0891.py +6 -8
  804. githubkit/versions/v2022_11_28/models/group_0892.py +14 -8
  805. githubkit/versions/v2022_11_28/models/group_0893.py +11 -18
  806. githubkit/versions/v2022_11_28/models/group_0894.py +11 -13
  807. githubkit/versions/v2022_11_28/models/group_0895.py +7 -114
  808. githubkit/versions/v2022_11_28/models/group_0896.py +7 -66
  809. githubkit/versions/v2022_11_28/models/group_0897.py +9 -63
  810. githubkit/versions/v2022_11_28/models/group_0898.py +22 -27
  811. githubkit/versions/v2022_11_28/models/group_0899.py +14 -26
  812. githubkit/versions/v2022_11_28/models/group_0900.py +112 -8
  813. githubkit/versions/v2022_11_28/models/group_0901.py +70 -8
  814. githubkit/versions/v2022_11_28/models/group_0902.py +75 -5
  815. githubkit/versions/v2022_11_28/models/group_0903.py +41 -15
  816. githubkit/versions/v2022_11_28/models/group_0904.py +26 -16
  817. githubkit/versions/v2022_11_28/models/group_0905.py +11 -10
  818. githubkit/versions/v2022_11_28/models/group_0906.py +9 -8
  819. githubkit/versions/v2022_11_28/models/group_0907.py +5 -12
  820. githubkit/versions/v2022_11_28/models/group_0908.py +11 -8
  821. githubkit/versions/v2022_11_28/models/group_0909.py +18 -9
  822. githubkit/versions/v2022_11_28/models/group_0910.py +8 -9
  823. githubkit/versions/v2022_11_28/models/group_0911.py +8 -8
  824. githubkit/versions/v2022_11_28/models/group_0912.py +8 -10
  825. githubkit/versions/v2022_11_28/models/group_0913.py +6 -14
  826. githubkit/versions/v2022_11_28/models/group_0914.py +13 -4
  827. githubkit/versions/v2022_11_28/models/group_0915.py +9 -23
  828. githubkit/versions/v2022_11_28/models/group_0916.py +5 -19
  829. githubkit/versions/v2022_11_28/models/group_0917.py +14 -5
  830. githubkit/versions/v2022_11_28/models/group_0918.py +15 -6
  831. githubkit/versions/v2022_11_28/models/group_0919.py +4 -13
  832. githubkit/versions/v2022_11_28/models/group_0920.py +11 -10
  833. githubkit/versions/v2022_11_28/models/group_0921.py +24 -9
  834. githubkit/versions/v2022_11_28/models/group_0922.py +8 -4
  835. githubkit/versions/v2022_11_28/models/group_0923.py +6 -10
  836. githubkit/versions/v2022_11_28/models/group_0924.py +8 -21
  837. githubkit/versions/v2022_11_28/models/group_0925.py +19 -5
  838. githubkit/versions/v2022_11_28/models/group_0926.py +8 -9
  839. githubkit/versions/v2022_11_28/models/group_0927.py +4 -8
  840. githubkit/versions/v2022_11_28/models/group_0928.py +7 -4
  841. githubkit/versions/v2022_11_28/models/group_0929.py +13 -192
  842. githubkit/versions/v2022_11_28/models/group_0930.py +8 -10
  843. githubkit/versions/v2022_11_28/models/group_0931.py +8 -6
  844. githubkit/versions/v2022_11_28/models/group_0932.py +5 -18
  845. githubkit/versions/v2022_11_28/models/group_0933.py +8 -11
  846. githubkit/versions/v2022_11_28/models/group_0934.py +200 -9
  847. githubkit/versions/v2022_11_28/models/group_0935.py +10 -12
  848. githubkit/versions/v2022_11_28/models/group_0936.py +7 -10
  849. githubkit/versions/v2022_11_28/models/group_0937.py +11 -15
  850. githubkit/versions/v2022_11_28/models/group_0938.py +9 -9
  851. githubkit/versions/v2022_11_28/models/group_0939.py +9 -10
  852. githubkit/versions/v2022_11_28/models/group_0940.py +12 -10
  853. githubkit/versions/v2022_11_28/models/group_0941.py +7 -8
  854. githubkit/versions/v2022_11_28/models/group_0942.py +19 -12
  855. githubkit/versions/v2022_11_28/models/group_0943.py +10 -12
  856. githubkit/versions/v2022_11_28/models/group_0944.py +10 -11
  857. githubkit/versions/v2022_11_28/models/group_0945.py +11 -7
  858. githubkit/versions/v2022_11_28/models/group_0946.py +11 -7
  859. githubkit/versions/v2022_11_28/models/group_0947.py +11 -7
  860. githubkit/versions/v2022_11_28/models/group_0948.py +10 -13
  861. githubkit/versions/v2022_11_28/models/group_0949.py +12 -10
  862. githubkit/versions/v2022_11_28/models/group_0950.py +9 -6
  863. githubkit/versions/v2022_11_28/models/group_0951.py +7 -6
  864. githubkit/versions/v2022_11_28/models/group_0952.py +8 -33
  865. githubkit/versions/v2022_11_28/models/group_0953.py +13 -27
  866. githubkit/versions/v2022_11_28/models/group_0954.py +7 -9
  867. githubkit/versions/v2022_11_28/models/group_0955.py +6 -16
  868. githubkit/versions/v2022_11_28/models/group_0956.py +6 -213
  869. githubkit/versions/v2022_11_28/models/group_0957.py +28 -86
  870. githubkit/versions/v2022_11_28/models/group_0958.py +19 -32
  871. githubkit/versions/v2022_11_28/models/group_0959.py +11 -15
  872. githubkit/versions/v2022_11_28/models/group_0960.py +16 -17
  873. githubkit/versions/v2022_11_28/models/group_0961.py +206 -9
  874. githubkit/versions/v2022_11_28/models/group_0962.py +89 -8
  875. githubkit/versions/v2022_11_28/models/group_0963.py +38 -8
  876. githubkit/versions/v2022_11_28/models/group_0964.py +10 -8
  877. githubkit/versions/v2022_11_28/models/group_0965.py +12 -6
  878. githubkit/versions/v2022_11_28/models/group_0966.py +11 -6
  879. githubkit/versions/v2022_11_28/models/group_0967.py +8 -8
  880. githubkit/versions/v2022_11_28/models/group_0968.py +8 -6
  881. githubkit/versions/v2022_11_28/models/group_0969.py +8 -6
  882. githubkit/versions/v2022_11_28/models/group_0970.py +6 -8
  883. githubkit/versions/v2022_11_28/models/group_0971.py +13 -5
  884. githubkit/versions/v2022_11_28/models/group_0972.py +10 -103
  885. githubkit/versions/v2022_11_28/models/group_0973.py +10 -55
  886. githubkit/versions/v2022_11_28/models/group_0974.py +12 -58
  887. githubkit/versions/v2022_11_28/models/group_0975.py +9 -99
  888. githubkit/versions/v2022_11_28/models/group_0976.py +6 -59
  889. githubkit/versions/v2022_11_28/models/group_0977.py +88 -43
  890. githubkit/versions/v2022_11_28/models/group_0978.py +57 -6
  891. githubkit/versions/v2022_11_28/models/group_0979.py +53 -24
  892. githubkit/versions/v2022_11_28/models/group_0980.py +100 -10
  893. githubkit/versions/v2022_11_28/models/group_0981.py +48 -14
  894. githubkit/versions/v2022_11_28/models/group_0982.py +46 -24
  895. githubkit/versions/v2022_11_28/models/group_0983.py +5 -13
  896. githubkit/versions/v2022_11_28/models/group_0984.py +24 -43
  897. githubkit/versions/v2022_11_28/models/group_0985.py +10 -23
  898. githubkit/versions/v2022_11_28/models/group_0986.py +23 -9
  899. githubkit/versions/v2022_11_28/models/group_0987.py +34 -22
  900. githubkit/versions/v2022_11_28/models/group_0988.py +10 -21
  901. githubkit/versions/v2022_11_28/models/group_0989.py +43 -10
  902. githubkit/versions/v2022_11_28/models/group_0990.py +24 -8
  903. githubkit/versions/v2022_11_28/models/group_0991.py +10 -5
  904. githubkit/versions/v2022_11_28/models/group_0992.py +25 -9
  905. githubkit/versions/v2022_11_28/models/group_0993.py +24 -17
  906. githubkit/versions/v2022_11_28/models/group_0994.py +14 -11
  907. githubkit/versions/v2022_11_28/models/group_0995.py +6 -57
  908. githubkit/versions/v2022_11_28/models/group_0996.py +5 -54
  909. githubkit/versions/v2022_11_28/models/group_0997.py +7 -21
  910. githubkit/versions/v2022_11_28/models/group_0998.py +17 -24
  911. githubkit/versions/v2022_11_28/models/group_0999.py +11 -14
  912. githubkit/versions/v2022_11_28/models/group_1000.py +59 -10
  913. githubkit/versions/v2022_11_28/models/group_1001.py +42 -37
  914. githubkit/versions/v2022_11_28/models/group_1002.py +23 -5
  915. githubkit/versions/v2022_11_28/models/group_1003.py +27 -40
  916. githubkit/versions/v2022_11_28/models/group_1004.py +11 -24
  917. githubkit/versions/v2022_11_28/models/group_1005.py +10 -47
  918. githubkit/versions/v2022_11_28/models/group_1006.py +40 -30
  919. githubkit/versions/v2022_11_28/models/group_1007.py +5 -14
  920. githubkit/versions/v2022_11_28/models/group_1008.py +32 -20
  921. githubkit/versions/v2022_11_28/models/group_1009.py +25 -14
  922. githubkit/versions/v2022_11_28/models/group_1010.py +45 -7
  923. githubkit/versions/v2022_11_28/models/group_1011.py +23 -56
  924. githubkit/versions/v2022_11_28/models/group_1012.py +15 -7
  925. githubkit/versions/v2022_11_28/models/group_1013.py +21 -7
  926. githubkit/versions/v2022_11_28/models/group_1014.py +11 -34
  927. githubkit/versions/v2022_11_28/models/group_1015.py +7 -38
  928. githubkit/versions/v2022_11_28/models/group_1016.py +49 -27
  929. githubkit/versions/v2022_11_28/models/group_1017.py +7 -51
  930. githubkit/versions/v2022_11_28/models/group_1018.py +7 -16
  931. githubkit/versions/v2022_11_28/models/group_1019.py +31 -15
  932. githubkit/versions/v2022_11_28/models/group_1020.py +31 -13
  933. githubkit/versions/v2022_11_28/models/group_1021.py +46 -6
  934. githubkit/versions/v2022_11_28/models/group_1022.py +29 -7
  935. githubkit/versions/v2022_11_28/models/group_1023.py +23 -4
  936. githubkit/versions/v2022_11_28/models/group_1024.py +19 -8
  937. githubkit/versions/v2022_11_28/models/group_1025.py +15 -29
  938. githubkit/versions/v2022_11_28/models/group_1026.py +8 -5
  939. githubkit/versions/v2022_11_28/models/group_1027.py +6 -8
  940. githubkit/versions/v2022_11_28/models/group_1028.py +4 -54
  941. githubkit/versions/v2022_11_28/models/group_1029.py +9 -7
  942. githubkit/versions/v2022_11_28/models/group_1030.py +32 -6
  943. githubkit/versions/v2022_11_28/models/group_1031.py +4 -4
  944. githubkit/versions/v2022_11_28/models/group_1032.py +9 -12
  945. githubkit/versions/v2022_11_28/models/group_1033.py +43 -14
  946. githubkit/versions/v2022_11_28/models/group_1034.py +12 -5
  947. githubkit/versions/v2022_11_28/models/group_1035.py +6 -8
  948. githubkit/versions/v2022_11_28/models/group_1036.py +5 -22
  949. githubkit/versions/v2022_11_28/models/group_1037.py +14 -5
  950. githubkit/versions/v2022_11_28/models/group_1038.py +19 -11
  951. githubkit/versions/v2022_11_28/models/group_1039.py +5 -11
  952. githubkit/versions/v2022_11_28/models/group_1040.py +10 -8
  953. githubkit/versions/v2022_11_28/models/group_1041.py +20 -15
  954. githubkit/versions/v2022_11_28/models/group_1042.py +5 -18
  955. githubkit/versions/v2022_11_28/models/group_1043.py +13 -6
  956. githubkit/versions/v2022_11_28/models/group_1044.py +10 -15
  957. githubkit/versions/v2022_11_28/models/group_1045.py +8 -17
  958. githubkit/versions/v2022_11_28/models/group_1046.py +9 -15
  959. githubkit/versions/v2022_11_28/models/group_1047.py +14 -8
  960. githubkit/versions/v2022_11_28/models/group_1048.py +7 -8
  961. githubkit/versions/v2022_11_28/models/group_1049.py +14 -13
  962. githubkit/versions/v2022_11_28/models/group_1050.py +14 -20
  963. githubkit/versions/v2022_11_28/models/group_1051.py +15 -18
  964. githubkit/versions/v2022_11_28/models/group_1052.py +7 -22
  965. githubkit/versions/v2022_11_28/models/group_1053.py +6 -26
  966. githubkit/versions/v2022_11_28/models/group_1054.py +11 -23
  967. githubkit/versions/v2022_11_28/models/group_1055.py +20 -11
  968. githubkit/versions/v2022_11_28/models/group_1056.py +19 -10
  969. githubkit/versions/v2022_11_28/models/group_1057.py +20 -10
  970. githubkit/versions/v2022_11_28/models/group_1058.py +21 -16
  971. githubkit/versions/v2022_11_28/models/group_1059.py +24 -7
  972. githubkit/versions/v2022_11_28/models/group_1060.py +13 -30
  973. githubkit/versions/v2022_11_28/models/group_1061.py +17 -5
  974. githubkit/versions/v2022_11_28/models/group_1062.py +14 -8
  975. githubkit/versions/v2022_11_28/models/group_1063.py +20 -18
  976. githubkit/versions/v2022_11_28/models/group_1064.py +7 -42
  977. githubkit/versions/v2022_11_28/models/group_1065.py +9 -40
  978. githubkit/versions/v2022_11_28/models/group_1066.py +39 -9
  979. githubkit/versions/v2022_11_28/models/group_1067.py +5 -21
  980. githubkit/versions/v2022_11_28/models/group_1068.py +11 -8
  981. githubkit/versions/v2022_11_28/models/group_1069.py +28 -10
  982. githubkit/versions/v2022_11_28/models/group_1070.py +40 -9
  983. githubkit/versions/v2022_11_28/models/group_1071.py +37 -9
  984. githubkit/versions/v2022_11_28/models/group_1072.py +5 -14
  985. githubkit/versions/v2022_11_28/models/group_1073.py +13 -39
  986. githubkit/versions/v2022_11_28/models/group_1074.py +8 -5
  987. githubkit/versions/v2022_11_28/models/group_1075.py +6 -10
  988. githubkit/versions/v2022_11_28/models/group_1076.py +9 -9
  989. githubkit/versions/v2022_11_28/models/group_1077.py +11 -7
  990. githubkit/versions/v2022_11_28/models/group_1078.py +12 -6
  991. githubkit/versions/v2022_11_28/models/group_1079.py +32 -22
  992. githubkit/versions/v2022_11_28/models/group_1080.py +5 -12
  993. githubkit/versions/v2022_11_28/models/group_1081.py +9 -18
  994. githubkit/versions/v2022_11_28/models/group_1082.py +7 -26
  995. githubkit/versions/v2022_11_28/models/group_1083.py +9 -8
  996. githubkit/versions/v2022_11_28/models/group_1084.py +6 -64
  997. githubkit/versions/v2022_11_28/models/group_1085.py +27 -57
  998. githubkit/versions/v2022_11_28/models/group_1086.py +8 -17
  999. githubkit/versions/v2022_11_28/models/group_1087.py +13 -14
  1000. githubkit/versions/v2022_11_28/models/group_1088.py +27 -8
  1001. githubkit/versions/v2022_11_28/models/group_1089.py +8 -6
  1002. githubkit/versions/v2022_11_28/models/group_1090.py +64 -7
  1003. githubkit/versions/v2022_11_28/models/group_1091.py +60 -11
  1004. githubkit/versions/v2022_11_28/models/group_1092.py +14 -15
  1005. githubkit/versions/v2022_11_28/models/group_1093.py +21 -12
  1006. githubkit/versions/v2022_11_28/models/group_1094.py +13 -16
  1007. githubkit/versions/v2022_11_28/models/group_1095.py +7 -17
  1008. githubkit/versions/v2022_11_28/models/group_1096.py +9 -6
  1009. githubkit/versions/v2022_11_28/models/group_1097.py +16 -8
  1010. githubkit/versions/v2022_11_28/models/group_1098.py +14 -21
  1011. githubkit/versions/v2022_11_28/models/group_1099.py +13 -12
  1012. githubkit/versions/v2022_11_28/models/group_1100.py +16 -11
  1013. githubkit/versions/v2022_11_28/models/group_1101.py +17 -5
  1014. githubkit/versions/v2022_11_28/models/group_1102.py +6 -5
  1015. githubkit/versions/v2022_11_28/models/group_1103.py +8 -15
  1016. githubkit/versions/v2022_11_28/models/group_1104.py +26 -8
  1017. githubkit/versions/v2022_11_28/models/group_1105.py +9 -8
  1018. githubkit/versions/v2022_11_28/models/group_1106.py +9 -9
  1019. githubkit/versions/v2022_11_28/models/group_1107.py +5 -8
  1020. githubkit/versions/v2022_11_28/models/group_1108.py +5 -12
  1021. githubkit/versions/v2022_11_28/models/group_1109.py +15 -28
  1022. githubkit/versions/v2022_11_28/models/group_1110.py +10 -12
  1023. githubkit/versions/v2022_11_28/models/group_1111.py +6 -45
  1024. githubkit/versions/v2022_11_28/models/group_1112.py +6 -41
  1025. githubkit/versions/v2022_11_28/models/group_1113.py +8 -34
  1026. githubkit/versions/v2022_11_28/models/group_1114.py +7 -14
  1027. githubkit/versions/v2022_11_28/models/group_1115.py +31 -14
  1028. githubkit/versions/v2022_11_28/models/group_1116.py +12 -8
  1029. githubkit/versions/v2022_11_28/models/group_1117.py +40 -8
  1030. githubkit/versions/v2022_11_28/models/group_1118.py +45 -8
  1031. githubkit/versions/v2022_11_28/models/group_1119.py +32 -10
  1032. githubkit/versions/v2022_11_28/models/group_1120.py +17 -7
  1033. githubkit/versions/v2022_11_28/models/group_1121.py +11 -11
  1034. githubkit/versions/v2022_11_28/models/group_1122.py +6 -15
  1035. githubkit/versions/v2022_11_28/models/group_1123.py +15 -7
  1036. githubkit/versions/v2022_11_28/models/group_1124.py +6 -9
  1037. githubkit/versions/v2022_11_28/models/group_1125.py +10 -12
  1038. githubkit/versions/v2022_11_28/models/group_1126.py +12 -4
  1039. githubkit/versions/v2022_11_28/models/group_1127.py +11 -13
  1040. githubkit/versions/v2022_11_28/models/group_1128.py +16 -7
  1041. githubkit/versions/v2022_11_28/models/group_1129.py +7 -36
  1042. githubkit/versions/v2022_11_28/models/group_1130.py +10 -9
  1043. githubkit/versions/v2022_11_28/models/group_1131.py +11 -87
  1044. githubkit/versions/v2022_11_28/models/group_1132.py +4 -17
  1045. githubkit/versions/v2022_11_28/models/group_1133.py +13 -12
  1046. githubkit/versions/v2022_11_28/models/group_1134.py +7 -13
  1047. githubkit/versions/v2022_11_28/models/group_1135.py +60 -0
  1048. githubkit/versions/v2022_11_28/models/group_1136.py +33 -0
  1049. githubkit/versions/v2022_11_28/models/group_1137.py +111 -0
  1050. githubkit/versions/v2022_11_28/models/group_1138.py +35 -0
  1051. githubkit/versions/v2022_11_28/models/group_1139.py +35 -0
  1052. githubkit/versions/v2022_11_28/models/group_1140.py +36 -0
  1053. githubkit/versions/v2022_11_28/rest/actions.py +496 -0
  1054. githubkit/versions/v2022_11_28/rest/activity.py +128 -0
  1055. githubkit/versions/v2022_11_28/rest/apps.py +148 -0
  1056. githubkit/versions/v2022_11_28/rest/billing.py +24 -0
  1057. githubkit/versions/v2022_11_28/rest/checks.py +48 -0
  1058. githubkit/versions/v2022_11_28/rest/classroom.py +24 -0
  1059. githubkit/versions/v2022_11_28/rest/code_scanning.py +56 -0
  1060. githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +8 -0
  1061. githubkit/versions/v2022_11_28/rest/codespaces.py +192 -0
  1062. githubkit/versions/v2022_11_28/rest/copilot.py +28 -0
  1063. githubkit/versions/v2022_11_28/rest/dependabot.py +76 -0
  1064. githubkit/versions/v2022_11_28/rest/dependency_graph.py +12 -0
  1065. githubkit/versions/v2022_11_28/rest/emojis.py +4 -0
  1066. githubkit/versions/v2022_11_28/rest/gists.py +80 -0
  1067. githubkit/versions/v2022_11_28/rest/git.py +52 -0
  1068. githubkit/versions/v2022_11_28/rest/gitignore.py +8 -0
  1069. githubkit/versions/v2022_11_28/rest/interactions.py +36 -0
  1070. githubkit/versions/v2022_11_28/rest/issues.py +160 -0
  1071. githubkit/versions/v2022_11_28/rest/licenses.py +12 -0
  1072. githubkit/versions/v2022_11_28/rest/markdown.py +8 -0
  1073. githubkit/versions/v2022_11_28/rest/meta.py +20 -0
  1074. githubkit/versions/v2022_11_28/rest/migrations.py +88 -0
  1075. githubkit/versions/v2022_11_28/rest/oidc.py +8 -0
  1076. githubkit/versions/v2022_11_28/rest/orgs.py +304 -0
  1077. githubkit/versions/v2022_11_28/rest/packages.py +108 -0
  1078. githubkit/versions/v2022_11_28/rest/projects.py +100 -0
  1079. githubkit/versions/v2022_11_28/rest/pulls.py +108 -0
  1080. githubkit/versions/v2022_11_28/rest/rate_limit.py +4 -0
  1081. githubkit/versions/v2022_11_28/rest/reactions.py +100 -0
  1082. githubkit/versions/v2022_11_28/rest/repos.py +1032 -20
  1083. githubkit/versions/v2022_11_28/rest/search.py +28 -0
  1084. githubkit/versions/v2022_11_28/rest/secret_scanning.py +24 -0
  1085. githubkit/versions/v2022_11_28/rest/security_advisories.py +40 -0
  1086. githubkit/versions/v2022_11_28/rest/teams.py +240 -0
  1087. githubkit/versions/v2022_11_28/rest/users.py +164 -0
  1088. githubkit/versions/v2022_11_28/types/__init__.py +4493 -4471
  1089. githubkit/versions/v2022_11_28/types/group_0091.py +3 -0
  1090. githubkit/versions/v2022_11_28/types/group_0092.py +2 -2
  1091. githubkit/versions/v2022_11_28/types/group_0095.py +11 -0
  1092. githubkit/versions/v2022_11_28/types/group_0103.py +7 -9
  1093. githubkit/versions/v2022_11_28/types/group_0104.py +17 -10
  1094. githubkit/versions/v2022_11_28/types/group_0105.py +12 -38
  1095. githubkit/versions/v2022_11_28/types/group_0106.py +11 -8
  1096. githubkit/versions/v2022_11_28/types/group_0107.py +15 -5
  1097. githubkit/versions/v2022_11_28/types/group_0108.py +37 -5
  1098. githubkit/versions/v2022_11_28/types/group_0109.py +8 -9
  1099. githubkit/versions/v2022_11_28/types/group_0110.py +4 -5
  1100. githubkit/versions/v2022_11_28/types/group_0111.py +6 -10
  1101. githubkit/versions/v2022_11_28/types/group_0112.py +13 -9
  1102. githubkit/versions/v2022_11_28/types/group_0113.py +6 -13
  1103. githubkit/versions/v2022_11_28/types/group_0114.py +9 -16
  1104. githubkit/versions/v2022_11_28/types/group_0115.py +9 -12
  1105. githubkit/versions/v2022_11_28/types/group_0116.py +12 -8
  1106. githubkit/versions/v2022_11_28/types/group_0117.py +16 -8
  1107. githubkit/versions/v2022_11_28/types/group_0118.py +10 -7
  1108. githubkit/versions/v2022_11_28/types/group_0119.py +7 -10
  1109. githubkit/versions/v2022_11_28/types/group_0120.py +10 -7
  1110. githubkit/versions/v2022_11_28/types/group_0121.py +7 -10
  1111. githubkit/versions/v2022_11_28/types/group_0122.py +10 -7
  1112. githubkit/versions/v2022_11_28/types/group_0123.py +7 -10
  1113. githubkit/versions/v2022_11_28/types/group_0124.py +10 -7
  1114. githubkit/versions/v2022_11_28/types/group_0125.py +8 -12
  1115. githubkit/versions/v2022_11_28/types/group_0126.py +8 -17
  1116. githubkit/versions/v2022_11_28/types/group_0127.py +8 -97
  1117. githubkit/versions/v2022_11_28/types/group_0128.py +12 -16
  1118. githubkit/versions/v2022_11_28/types/group_0129.py +14 -36
  1119. githubkit/versions/v2022_11_28/types/group_0130.py +95 -19
  1120. githubkit/versions/v2022_11_28/types/group_0131.py +15 -130
  1121. githubkit/versions/v2022_11_28/types/group_0132.py +37 -25
  1122. githubkit/versions/v2022_11_28/types/group_0133.py +24 -7
  1123. githubkit/versions/v2022_11_28/types/group_0134.py +132 -7
  1124. githubkit/versions/v2022_11_28/types/group_0135.py +25 -97
  1125. githubkit/versions/v2022_11_28/types/group_0136.py +12 -36
  1126. githubkit/versions/v2022_11_28/types/group_0137.py +7 -25
  1127. githubkit/versions/v2022_11_28/types/group_0138.py +93 -9
  1128. githubkit/versions/v2022_11_28/types/group_0139.py +28 -8
  1129. githubkit/versions/v2022_11_28/types/group_0140.py +16 -28
  1130. githubkit/versions/v2022_11_28/types/group_0141.py +11 -106
  1131. githubkit/versions/v2022_11_28/types/group_0142.py +10 -23
  1132. githubkit/versions/v2022_11_28/types/group_0143.py +31 -10
  1133. githubkit/versions/v2022_11_28/types/group_0144.py +109 -7
  1134. githubkit/versions/v2022_11_28/types/group_0145.py +24 -8
  1135. githubkit/versions/v2022_11_28/types/group_0146.py +14 -10
  1136. githubkit/versions/v2022_11_28/types/group_0147.py +10 -14
  1137. githubkit/versions/v2022_11_28/types/group_0148.py +8 -33
  1138. githubkit/versions/v2022_11_28/types/group_0149.py +9 -23
  1139. githubkit/versions/v2022_11_28/types/group_0150.py +14 -55
  1140. githubkit/versions/v2022_11_28/types/group_0151.py +32 -9
  1141. githubkit/versions/v2022_11_28/types/group_0152.py +23 -8
  1142. githubkit/versions/v2022_11_28/types/group_0153.py +55 -7
  1143. githubkit/versions/v2022_11_28/types/group_0154.py +9 -7
  1144. githubkit/versions/v2022_11_28/types/group_0155.py +10 -5
  1145. githubkit/versions/v2022_11_28/types/group_0156.py +7 -45
  1146. githubkit/versions/v2022_11_28/types/group_0157.py +8 -39
  1147. githubkit/versions/v2022_11_28/types/group_0158.py +6 -64
  1148. githubkit/versions/v2022_11_28/types/group_0159.py +40 -23
  1149. githubkit/versions/v2022_11_28/types/group_0160.py +38 -5
  1150. githubkit/versions/v2022_11_28/types/group_0161.py +63 -7
  1151. githubkit/versions/v2022_11_28/types/group_0162.py +13 -21
  1152. githubkit/versions/v2022_11_28/types/group_0163.py +11 -42
  1153. githubkit/versions/v2022_11_28/types/group_0164.py +7 -77
  1154. githubkit/versions/v2022_11_28/types/group_0165.py +27 -29
  1155. githubkit/versions/v2022_11_28/types/group_0166.py +30 -19
  1156. githubkit/versions/v2022_11_28/types/group_0167.py +76 -9
  1157. githubkit/versions/v2022_11_28/types/group_0168.py +38 -7
  1158. githubkit/versions/v2022_11_28/types/group_0169.py +20 -19
  1159. githubkit/versions/v2022_11_28/types/group_0170.py +9 -28
  1160. githubkit/versions/v2022_11_28/types/group_0171.py +7 -115
  1161. githubkit/versions/v2022_11_28/types/group_0172.py +17 -123
  1162. githubkit/versions/v2022_11_28/types/group_0173.py +20 -16
  1163. githubkit/versions/v2022_11_28/types/group_0174.py +113 -6
  1164. githubkit/versions/v2022_11_28/types/group_0175.py +131 -9
  1165. githubkit/versions/v2022_11_28/types/group_0176.py +24 -19
  1166. githubkit/versions/v2022_11_28/types/group_0177.py +7 -40
  1167. githubkit/versions/v2022_11_28/types/group_0178.py +8 -24
  1168. githubkit/versions/v2022_11_28/types/group_0179.py +20 -29
  1169. githubkit/versions/v2022_11_28/types/group_0180.py +32 -115
  1170. githubkit/versions/v2022_11_28/types/group_0181.py +24 -21
  1171. githubkit/versions/v2022_11_28/types/group_0182.py +22 -23
  1172. githubkit/versions/v2022_11_28/types/group_0183.py +121 -21
  1173. githubkit/versions/v2022_11_28/types/group_0184.py +17 -56
  1174. githubkit/versions/v2022_11_28/types/group_0185.py +30 -17
  1175. githubkit/versions/v2022_11_28/types/group_0186.py +20 -50
  1176. githubkit/versions/v2022_11_28/types/group_0187.py +47 -18
  1177. githubkit/versions/v2022_11_28/types/group_0188.py +23 -33
  1178. githubkit/versions/v2022_11_28/types/group_0189.py +49 -39
  1179. githubkit/versions/v2022_11_28/types/group_0190.py +29 -20
  1180. githubkit/versions/v2022_11_28/types/group_0191.py +33 -15
  1181. githubkit/versions/v2022_11_28/types/group_0192.py +42 -17
  1182. githubkit/versions/v2022_11_28/types/group_0193.py +24 -30
  1183. githubkit/versions/v2022_11_28/types/group_0194.py +10 -24
  1184. githubkit/versions/v2022_11_28/types/group_0195.py +18 -8
  1185. githubkit/versions/v2022_11_28/types/group_0196.py +31 -8
  1186. githubkit/versions/v2022_11_28/types/group_0197.py +23 -7
  1187. githubkit/versions/v2022_11_28/types/group_0198.py +8 -21
  1188. githubkit/versions/v2022_11_28/types/group_0199.py +6 -8
  1189. githubkit/versions/v2022_11_28/types/group_0200.py +6 -20
  1190. githubkit/versions/v2022_11_28/types/group_0201.py +16 -47
  1191. githubkit/versions/v2022_11_28/types/group_0202.py +6 -48
  1192. githubkit/versions/v2022_11_28/types/group_0203.py +19 -17
  1193. githubkit/versions/v2022_11_28/types/group_0204.py +53 -6
  1194. githubkit/versions/v2022_11_28/types/group_0205.py +45 -9
  1195. githubkit/versions/v2022_11_28/types/group_0206.py +12 -68
  1196. githubkit/versions/v2022_11_28/types/group_0207.py +7 -26
  1197. githubkit/versions/v2022_11_28/types/group_0208.py +13 -13
  1198. githubkit/versions/v2022_11_28/types/group_0209.py +62 -23
  1199. githubkit/versions/v2022_11_28/types/group_0210.py +23 -17
  1200. githubkit/versions/v2022_11_28/types/group_0211.py +13 -40
  1201. githubkit/versions/v2022_11_28/types/group_0212.py +33 -20
  1202. githubkit/versions/v2022_11_28/types/group_0213.py +19 -54
  1203. githubkit/versions/v2022_11_28/types/group_0214.py +34 -20
  1204. githubkit/versions/v2022_11_28/types/group_0215.py +22 -31
  1205. githubkit/versions/v2022_11_28/types/group_0216.py +38 -12
  1206. githubkit/versions/v2022_11_28/types/group_0217.py +10 -13
  1207. githubkit/versions/v2022_11_28/types/group_0218.py +25 -90
  1208. githubkit/versions/v2022_11_28/types/group_0219.py +30 -29
  1209. githubkit/versions/v2022_11_28/types/group_0220.py +29 -33
  1210. githubkit/versions/v2022_11_28/types/group_0221.py +95 -10
  1211. githubkit/versions/v2022_11_28/types/group_0222.py +34 -32
  1212. githubkit/versions/v2022_11_28/types/group_0223.py +30 -57
  1213. githubkit/versions/v2022_11_28/types/group_0224.py +12 -6
  1214. githubkit/versions/v2022_11_28/types/group_0225.py +26 -11
  1215. githubkit/versions/v2022_11_28/types/group_0226.py +50 -16
  1216. githubkit/versions/v2022_11_28/types/group_0227.py +6 -49
  1217. githubkit/versions/v2022_11_28/types/group_0228.py +10 -27
  1218. githubkit/versions/v2022_11_28/types/group_0229.py +26 -9
  1219. githubkit/versions/v2022_11_28/types/group_0230.py +34 -44
  1220. githubkit/versions/v2022_11_28/types/group_0231.py +25 -10
  1221. githubkit/versions/v2022_11_28/types/group_0232.py +9 -9
  1222. githubkit/versions/v2022_11_28/types/group_0233.py +58 -5
  1223. githubkit/versions/v2022_11_28/types/group_0234.py +14 -5
  1224. githubkit/versions/v2022_11_28/types/group_0235.py +9 -10
  1225. githubkit/versions/v2022_11_28/types/group_0236.py +6 -29
  1226. githubkit/versions/v2022_11_28/types/group_0237.py +4 -8
  1227. githubkit/versions/v2022_11_28/types/group_0238.py +8 -12
  1228. githubkit/versions/v2022_11_28/types/group_0239.py +20 -62
  1229. githubkit/versions/v2022_11_28/types/group_0240.py +4 -17
  1230. githubkit/versions/v2022_11_28/types/group_0241.py +9 -32
  1231. githubkit/versions/v2022_11_28/types/group_0242.py +63 -17
  1232. githubkit/versions/v2022_11_28/types/group_0243.py +21 -7
  1233. githubkit/versions/v2022_11_28/types/group_0244.py +28 -32
  1234. githubkit/versions/v2022_11_28/types/group_0245.py +17 -50
  1235. githubkit/versions/v2022_11_28/types/group_0246.py +7 -13
  1236. githubkit/versions/v2022_11_28/types/group_0247.py +25 -11
  1237. githubkit/versions/v2022_11_28/types/group_0248.py +48 -95
  1238. githubkit/versions/v2022_11_28/types/group_0249.py +10 -28
  1239. githubkit/versions/v2022_11_28/types/group_0250.py +9 -30
  1240. githubkit/versions/v2022_11_28/types/group_0251.py +93 -10
  1241. githubkit/versions/v2022_11_28/types/group_0252.py +17 -8
  1242. githubkit/versions/v2022_11_28/types/group_0253.py +11 -10
  1243. githubkit/versions/v2022_11_28/types/group_0254.py +9 -17
  1244. githubkit/versions/v2022_11_28/types/group_0255.py +8 -17
  1245. githubkit/versions/v2022_11_28/types/group_0256.py +15 -9
  1246. githubkit/versions/v2022_11_28/types/group_0257.py +15 -9
  1247. githubkit/versions/v2022_11_28/types/group_0258.py +11 -13
  1248. githubkit/versions/v2022_11_28/types/group_0259.py +9 -6
  1249. githubkit/versions/v2022_11_28/types/group_0260.py +9 -20
  1250. githubkit/versions/v2022_11_28/types/group_0261.py +13 -15
  1251. githubkit/versions/v2022_11_28/types/group_0262.py +6 -20
  1252. githubkit/versions/v2022_11_28/types/group_0263.py +10 -10
  1253. githubkit/versions/v2022_11_28/types/group_0264.py +31 -11
  1254. githubkit/versions/v2022_11_28/types/group_0265.py +27 -29
  1255. githubkit/versions/v2022_11_28/types/group_0266.py +31 -12
  1256. githubkit/versions/v2022_11_28/types/group_0267.py +15 -9
  1257. githubkit/versions/v2022_11_28/types/group_0268.py +32 -67
  1258. githubkit/versions/v2022_11_28/types/group_0269.py +11 -52
  1259. githubkit/versions/v2022_11_28/types/group_0270.py +6 -91
  1260. githubkit/versions/v2022_11_28/types/group_0271.py +66 -15
  1261. githubkit/versions/v2022_11_28/types/group_0272.py +50 -14
  1262. githubkit/versions/v2022_11_28/types/group_0273.py +87 -14
  1263. githubkit/versions/v2022_11_28/types/group_0274.py +16 -11
  1264. githubkit/versions/v2022_11_28/types/group_0275.py +21 -5
  1265. githubkit/versions/v2022_11_28/types/group_0276.py +17 -29
  1266. githubkit/versions/v2022_11_28/types/group_0277.py +14 -8
  1267. githubkit/versions/v2022_11_28/types/group_0278.py +5 -55
  1268. githubkit/versions/v2022_11_28/types/group_0279.py +23 -17
  1269. githubkit/versions/v2022_11_28/types/group_0280.py +9 -7
  1270. githubkit/versions/v2022_11_28/types/group_0281.py +52 -6
  1271. githubkit/versions/v2022_11_28/types/group_0282.py +22 -74
  1272. githubkit/versions/v2022_11_28/types/group_0283.py +6 -74
  1273. githubkit/versions/v2022_11_28/types/group_0284.py +8 -185
  1274. githubkit/versions/v2022_11_28/types/group_0285.py +23 -42
  1275. githubkit/versions/v2022_11_28/types/group_0286.py +79 -129
  1276. githubkit/versions/v2022_11_28/types/group_0287.py +76 -13
  1277. githubkit/versions/v2022_11_28/types/group_0288.py +185 -8
  1278. githubkit/versions/v2022_11_28/types/group_0289.py +41 -15
  1279. githubkit/versions/v2022_11_28/types/group_0290.py +122 -49
  1280. githubkit/versions/v2022_11_28/types/group_0291.py +13 -49
  1281. githubkit/versions/v2022_11_28/types/group_0292.py +8 -7
  1282. githubkit/versions/v2022_11_28/types/group_0293.py +10 -21
  1283. githubkit/versions/v2022_11_28/types/group_0294.py +51 -30
  1284. githubkit/versions/v2022_11_28/types/group_0295.py +47 -6
  1285. githubkit/versions/v2022_11_28/types/group_0296.py +8 -11
  1286. githubkit/versions/v2022_11_28/types/group_0297.py +23 -8
  1287. githubkit/versions/v2022_11_28/types/group_0298.py +39 -15
  1288. githubkit/versions/v2022_11_28/types/group_0299.py +9 -9
  1289. githubkit/versions/v2022_11_28/types/group_0300.py +7 -4
  1290. githubkit/versions/v2022_11_28/types/group_0301.py +5 -8
  1291. githubkit/versions/v2022_11_28/types/group_0302.py +7 -4
  1292. githubkit/versions/v2022_11_28/types/group_0303.py +4 -7
  1293. githubkit/versions/v2022_11_28/types/group_0304.py +5 -8
  1294. githubkit/versions/v2022_11_28/types/group_0305.py +8 -5
  1295. githubkit/versions/v2022_11_28/types/group_0306.py +4 -7
  1296. githubkit/versions/v2022_11_28/types/group_0307.py +6 -6
  1297. githubkit/versions/v2022_11_28/types/group_0308.py +7 -7
  1298. githubkit/versions/v2022_11_28/types/group_0309.py +4 -7
  1299. githubkit/versions/v2022_11_28/types/group_0310.py +6 -6
  1300. githubkit/versions/v2022_11_28/types/group_0311.py +7 -7
  1301. githubkit/versions/v2022_11_28/types/group_0312.py +15 -31
  1302. githubkit/versions/v2022_11_28/types/group_0313.py +10 -70
  1303. githubkit/versions/v2022_11_28/types/group_0314.py +10 -51
  1304. githubkit/versions/v2022_11_28/types/group_0315.py +10 -74
  1305. githubkit/versions/v2022_11_28/types/group_0316.py +27 -12
  1306. githubkit/versions/v2022_11_28/types/group_0317.py +70 -9
  1307. githubkit/versions/v2022_11_28/types/group_0318.py +45 -17
  1308. githubkit/versions/v2022_11_28/types/group_0319.py +76 -7
  1309. githubkit/versions/v2022_11_28/types/group_0320.py +9 -11
  1310. githubkit/versions/v2022_11_28/types/group_0321.py +8 -19
  1311. githubkit/versions/v2022_11_28/types/group_0322.py +22 -9
  1312. githubkit/versions/v2022_11_28/types/group_0323.py +5 -7
  1313. githubkit/versions/v2022_11_28/types/group_0324.py +13 -6
  1314. githubkit/versions/v2022_11_28/types/group_0325.py +19 -11
  1315. githubkit/versions/v2022_11_28/types/group_0326.py +10 -9
  1316. githubkit/versions/v2022_11_28/types/group_0327.py +6 -7
  1317. githubkit/versions/v2022_11_28/types/group_0328.py +5 -11
  1318. githubkit/versions/v2022_11_28/types/group_0329.py +12 -18
  1319. githubkit/versions/v2022_11_28/types/group_0330.py +10 -35
  1320. githubkit/versions/v2022_11_28/types/group_0331.py +8 -45
  1321. githubkit/versions/v2022_11_28/types/group_0332.py +11 -32
  1322. githubkit/versions/v2022_11_28/types/group_0333.py +14 -89
  1323. githubkit/versions/v2022_11_28/types/group_0334.py +22 -16
  1324. githubkit/versions/v2022_11_28/types/group_0335.py +28 -105
  1325. githubkit/versions/v2022_11_28/types/group_0336.py +24 -65
  1326. githubkit/versions/v2022_11_28/types/group_0337.py +82 -43
  1327. githubkit/versions/v2022_11_28/types/group_0338.py +21 -54
  1328. githubkit/versions/v2022_11_28/types/group_0339.py +122 -7
  1329. githubkit/versions/v2022_11_28/types/group_0340.py +72 -13
  1330. githubkit/versions/v2022_11_28/types/group_0341.py +47 -78
  1331. githubkit/versions/v2022_11_28/types/group_0342.py +60 -9
  1332. githubkit/versions/v2022_11_28/types/group_0343.py +6 -59
  1333. githubkit/versions/v2022_11_28/types/group_0344.py +14 -12
  1334. githubkit/versions/v2022_11_28/types/group_0345.py +76 -23
  1335. githubkit/versions/v2022_11_28/types/group_0346.py +9 -6
  1336. githubkit/versions/v2022_11_28/types/group_0347.py +57 -7
  1337. githubkit/versions/v2022_11_28/types/group_0348.py +12 -10
  1338. githubkit/versions/v2022_11_28/types/group_0349.py +27 -12
  1339. githubkit/versions/v2022_11_28/types/group_0350.py +6 -6
  1340. githubkit/versions/v2022_11_28/types/group_0351.py +8 -20
  1341. githubkit/versions/v2022_11_28/types/group_0352.py +11 -11
  1342. githubkit/versions/v2022_11_28/types/group_0353.py +18 -22
  1343. githubkit/versions/v2022_11_28/types/group_0354.py +6 -270
  1344. githubkit/versions/v2022_11_28/types/group_0355.py +19 -25
  1345. githubkit/versions/v2022_11_28/types/group_0356.py +13 -44
  1346. githubkit/versions/v2022_11_28/types/group_0357.py +18 -54
  1347. githubkit/versions/v2022_11_28/types/group_0358.py +248 -103
  1348. githubkit/versions/v2022_11_28/types/group_0359.py +29 -15
  1349. githubkit/versions/v2022_11_28/types/group_0360.py +37 -123
  1350. githubkit/versions/v2022_11_28/types/group_0361.py +55 -21
  1351. githubkit/versions/v2022_11_28/types/group_0362.py +121 -13
  1352. githubkit/versions/v2022_11_28/types/group_0363.py +20 -38
  1353. githubkit/versions/v2022_11_28/types/group_0364.py +127 -15
  1354. githubkit/versions/v2022_11_28/types/group_0365.py +22 -15
  1355. githubkit/versions/v2022_11_28/types/group_0366.py +13 -56
  1356. githubkit/versions/v2022_11_28/types/group_0367.py +34 -62
  1357. githubkit/versions/v2022_11_28/types/group_0368.py +9 -150
  1358. githubkit/versions/v2022_11_28/types/group_0369.py +10 -10
  1359. githubkit/versions/v2022_11_28/types/group_0370.py +61 -6
  1360. githubkit/versions/v2022_11_28/types/group_0371.py +55 -10
  1361. githubkit/versions/v2022_11_28/types/group_0372.py +157 -6
  1362. githubkit/versions/v2022_11_28/types/group_0373.py +9 -22
  1363. githubkit/versions/v2022_11_28/types/group_0374.py +4 -4
  1364. githubkit/versions/v2022_11_28/types/group_0375.py +9 -9
  1365. githubkit/versions/v2022_11_28/types/group_0376.py +4 -4
  1366. githubkit/versions/v2022_11_28/types/group_0377.py +16 -299
  1367. githubkit/versions/v2022_11_28/types/group_0378.py +6 -310
  1368. githubkit/versions/v2022_11_28/types/group_0379.py +9 -297
  1369. githubkit/versions/v2022_11_28/types/group_0380.py +6 -141
  1370. githubkit/versions/v2022_11_28/types/group_0381.py +247 -78
  1371. githubkit/versions/v2022_11_28/types/group_0382.py +272 -73
  1372. githubkit/versions/v2022_11_28/types/group_0383.py +241 -74
  1373. githubkit/versions/v2022_11_28/types/group_0384.py +75 -48
  1374. githubkit/versions/v2022_11_28/types/group_0385.py +73 -38
  1375. githubkit/versions/v2022_11_28/types/group_0386.py +88 -72
  1376. githubkit/versions/v2022_11_28/types/group_0387.py +129 -12
  1377. githubkit/versions/v2022_11_28/types/group_0388.py +110 -12
  1378. githubkit/versions/v2022_11_28/types/group_0389.py +100 -16
  1379. githubkit/versions/v2022_11_28/types/group_0390.py +91 -12
  1380. githubkit/versions/v2022_11_28/types/group_0391.py +15 -14
  1381. githubkit/versions/v2022_11_28/types/group_0392.py +12 -14
  1382. githubkit/versions/v2022_11_28/types/group_0393.py +22 -16
  1383. githubkit/versions/v2022_11_28/types/group_0394.py +13 -15
  1384. githubkit/versions/v2022_11_28/types/group_0395.py +15 -14
  1385. githubkit/versions/v2022_11_28/types/group_0396.py +12 -12
  1386. githubkit/versions/v2022_11_28/types/group_0397.py +10 -10
  1387. githubkit/versions/v2022_11_28/types/group_0398.py +10 -10
  1388. githubkit/versions/v2022_11_28/types/group_0399.py +10 -10
  1389. githubkit/versions/v2022_11_28/types/group_0400.py +12 -32
  1390. githubkit/versions/v2022_11_28/types/group_0401.py +12 -32
  1391. githubkit/versions/v2022_11_28/types/group_0402.py +12 -595
  1392. githubkit/versions/v2022_11_28/types/group_0403.py +18 -21
  1393. githubkit/versions/v2022_11_28/types/group_0404.py +23 -459
  1394. githubkit/versions/v2022_11_28/types/group_0405.py +23 -457
  1395. githubkit/versions/v2022_11_28/types/group_0406.py +248 -107
  1396. githubkit/versions/v2022_11_28/types/group_0407.py +21 -871
  1397. githubkit/versions/v2022_11_28/types/group_0408.py +429 -47
  1398. githubkit/versions/v2022_11_28/types/group_0409.py +451 -30
  1399. githubkit/versions/v2022_11_28/types/group_0410.py +454 -12
  1400. githubkit/versions/v2022_11_28/types/group_0411.py +822 -43
  1401. githubkit/versions/v2022_11_28/types/group_0412.py +23 -23
  1402. githubkit/versions/v2022_11_28/types/group_0413.py +30 -86
  1403. githubkit/versions/v2022_11_28/types/group_0414.py +11 -107
  1404. githubkit/versions/v2022_11_28/types/group_0415.py +36 -70
  1405. githubkit/versions/v2022_11_28/types/group_0416.py +76 -68
  1406. githubkit/versions/v2022_11_28/types/group_0417.py +99 -10
  1407. githubkit/versions/v2022_11_28/types/group_0418.py +103 -32
  1408. githubkit/versions/v2022_11_28/types/group_0419.py +117 -25
  1409. githubkit/versions/v2022_11_28/types/group_0420.py +84 -18
  1410. githubkit/versions/v2022_11_28/types/group_0421.py +10 -10
  1411. githubkit/versions/v2022_11_28/types/group_0422.py +35 -10
  1412. githubkit/versions/v2022_11_28/types/group_0423.py +26 -12
  1413. githubkit/versions/v2022_11_28/types/group_0424.py +16 -7
  1414. githubkit/versions/v2022_11_28/types/group_0425.py +13 -83
  1415. githubkit/versions/v2022_11_28/types/group_0426.py +10 -26
  1416. githubkit/versions/v2022_11_28/types/group_0427.py +12 -10
  1417. githubkit/versions/v2022_11_28/types/group_0428.py +7 -16
  1418. githubkit/versions/v2022_11_28/types/group_0429.py +84 -16
  1419. githubkit/versions/v2022_11_28/types/group_0430.py +25 -135
  1420. githubkit/versions/v2022_11_28/types/group_0431.py +16 -141
  1421. githubkit/versions/v2022_11_28/types/group_0432.py +18 -19
  1422. githubkit/versions/v2022_11_28/types/group_0433.py +18 -110
  1423. githubkit/versions/v2022_11_28/types/group_0434.py +142 -14
  1424. githubkit/versions/v2022_11_28/types/group_0435.py +136 -23
  1425. githubkit/versions/v2022_11_28/types/group_0436.py +15 -54
  1426. githubkit/versions/v2022_11_28/types/group_0437.py +106 -25
  1427. githubkit/versions/v2022_11_28/types/group_0438.py +7 -33
  1428. githubkit/versions/v2022_11_28/types/group_0439.py +20 -65
  1429. githubkit/versions/v2022_11_28/types/group_0440.py +15 -32
  1430. githubkit/versions/v2022_11_28/types/group_0441.py +12 -12
  1431. githubkit/versions/v2022_11_28/types/group_0442.py +21 -73
  1432. githubkit/versions/v2022_11_28/types/group_0443.py +56 -14
  1433. githubkit/versions/v2022_11_28/types/group_0444.py +70 -15
  1434. githubkit/versions/v2022_11_28/types/group_0445.py +23 -68
  1435. githubkit/versions/v2022_11_28/types/group_0446.py +64 -116
  1436. githubkit/versions/v2022_11_28/types/group_0447.py +27 -136
  1437. githubkit/versions/v2022_11_28/types/group_0448.py +19 -50
  1438. githubkit/versions/v2022_11_28/types/group_0449.py +56 -4
  1439. githubkit/versions/v2022_11_28/types/group_0450.py +122 -14
  1440. githubkit/versions/v2022_11_28/types/group_0451.py +116 -49
  1441. githubkit/versions/v2022_11_28/types/group_0452.py +48 -81
  1442. githubkit/versions/v2022_11_28/types/group_0453.py +3 -116
  1443. githubkit/versions/v2022_11_28/types/group_0454.py +7 -4
  1444. githubkit/versions/v2022_11_28/types/group_0455.py +75 -78
  1445. githubkit/versions/v2022_11_28/types/group_0456.py +82 -18
  1446. githubkit/versions/v2022_11_28/types/group_0457.py +109 -48
  1447. githubkit/versions/v2022_11_28/types/group_0458.py +13 -124
  1448. githubkit/versions/v2022_11_28/types/group_0459.py +71 -135
  1449. githubkit/versions/v2022_11_28/types/group_0460.py +19 -50
  1450. githubkit/versions/v2022_11_28/types/group_0461.py +55 -3
  1451. githubkit/versions/v2022_11_28/types/group_0462.py +122 -14
  1452. githubkit/versions/v2022_11_28/types/group_0463.py +116 -49
  1453. githubkit/versions/v2022_11_28/types/group_0464.py +48 -79
  1454. githubkit/versions/v2022_11_28/types/group_0465.py +3 -116
  1455. githubkit/versions/v2022_11_28/types/group_0466.py +7 -4
  1456. githubkit/versions/v2022_11_28/types/group_0467.py +75 -76
  1457. githubkit/versions/v2022_11_28/types/group_0468.py +80 -38
  1458. githubkit/versions/v2022_11_28/types/group_0469.py +109 -48
  1459. githubkit/versions/v2022_11_28/types/group_0470.py +13 -124
  1460. githubkit/versions/v2022_11_28/types/group_0471.py +69 -135
  1461. githubkit/versions/v2022_11_28/types/group_0472.py +39 -50
  1462. githubkit/versions/v2022_11_28/types/group_0473.py +55 -3
  1463. githubkit/versions/v2022_11_28/types/group_0474.py +122 -14
  1464. githubkit/versions/v2022_11_28/types/group_0475.py +116 -48
  1465. githubkit/versions/v2022_11_28/types/group_0476.py +48 -81
  1466. githubkit/versions/v2022_11_28/types/group_0477.py +3 -116
  1467. githubkit/versions/v2022_11_28/types/group_0478.py +7 -4
  1468. githubkit/versions/v2022_11_28/types/group_0479.py +74 -78
  1469. githubkit/versions/v2022_11_28/types/group_0480.py +9 -350
  1470. githubkit/versions/v2022_11_28/types/group_0481.py +136 -17
  1471. githubkit/versions/v2022_11_28/types/group_0482.py +14 -154
  1472. githubkit/versions/v2022_11_28/types/group_0483.py +72 -164
  1473. githubkit/versions/v2022_11_28/types/group_0484.py +404 -3
  1474. githubkit/versions/v2022_11_28/types/group_0485.py +17 -24
  1475. githubkit/versions/v2022_11_28/types/group_0486.py +141 -49
  1476. githubkit/versions/v2022_11_28/types/group_0487.py +162 -76
  1477. githubkit/versions/v2022_11_28/types/group_0488.py +23 -8
  1478. githubkit/versions/v2022_11_28/types/group_0489.py +24 -106
  1479. githubkit/versions/v2022_11_28/types/group_0490.py +73 -21
  1480. githubkit/versions/v2022_11_28/types/group_0491.py +10 -4
  1481. githubkit/versions/v2022_11_28/types/group_0492.py +4 -391
  1482. githubkit/versions/v2022_11_28/types/group_0493.py +91 -57
  1483. githubkit/versions/v2022_11_28/types/group_0494.py +11 -162
  1484. githubkit/versions/v2022_11_28/types/group_0495.py +70 -172
  1485. githubkit/versions/v2022_11_28/types/group_0496.py +343 -12
  1486. githubkit/versions/v2022_11_28/types/group_0497.py +51 -52
  1487. githubkit/versions/v2022_11_28/types/group_0498.py +165 -74
  1488. githubkit/versions/v2022_11_28/types/group_0499.py +114 -93
  1489. githubkit/versions/v2022_11_28/types/group_0500.py +61 -72
  1490. githubkit/versions/v2022_11_28/types/group_0501.py +8 -372
  1491. githubkit/versions/v2022_11_28/types/group_0502.py +9 -338
  1492. githubkit/versions/v2022_11_28/types/group_0503.py +157 -16
  1493. githubkit/versions/v2022_11_28/types/group_0504.py +70 -157
  1494. githubkit/versions/v2022_11_28/types/group_0505.py +298 -30
  1495. githubkit/versions/v2022_11_28/types/group_0506.py +390 -3
  1496. githubkit/versions/v2022_11_28/types/group_0507.py +17 -24
  1497. githubkit/versions/v2022_11_28/types/group_0508.py +139 -50
  1498. githubkit/versions/v2022_11_28/types/group_0509.py +162 -75
  1499. githubkit/versions/v2022_11_28/types/group_0510.py +23 -8
  1500. githubkit/versions/v2022_11_28/types/group_0511.py +24 -108
  1501. githubkit/versions/v2022_11_28/types/group_0512.py +73 -21
  1502. githubkit/versions/v2022_11_28/types/group_0513.py +10 -4
  1503. githubkit/versions/v2022_11_28/types/group_0514.py +7 -71
  1504. githubkit/versions/v2022_11_28/types/group_0515.py +69 -125
  1505. githubkit/versions/v2022_11_28/types/group_0516.py +6 -209
  1506. githubkit/versions/v2022_11_28/types/group_0517.py +77 -74
  1507. githubkit/versions/v2022_11_28/types/group_0518.py +68 -78
  1508. githubkit/versions/v2022_11_28/types/group_0519.py +163 -7
  1509. githubkit/versions/v2022_11_28/types/group_0520.py +182 -60
  1510. githubkit/versions/v2022_11_28/types/group_0521.py +51 -31
  1511. githubkit/versions/v2022_11_28/types/group_0522.py +10 -4
  1512. githubkit/versions/v2022_11_28/types/group_0523.py +4 -965
  1513. githubkit/versions/v2022_11_28/types/group_0524.py +62 -354
  1514. githubkit/versions/v2022_11_28/types/group_0525.py +53 -17
  1515. githubkit/versions/v2022_11_28/types/group_0526.py +71 -157
  1516. githubkit/versions/v2022_11_28/types/group_0527.py +825 -27
  1517. githubkit/versions/v2022_11_28/types/group_0528.py +375 -4
  1518. githubkit/versions/v2022_11_28/types/group_0529.py +17 -26
  1519. githubkit/versions/v2022_11_28/types/group_0530.py +139 -50
  1520. githubkit/versions/v2022_11_28/types/group_0531.py +163 -74
  1521. githubkit/versions/v2022_11_28/types/group_0532.py +23 -8
  1522. githubkit/versions/v2022_11_28/types/group_0533.py +26 -106
  1523. githubkit/versions/v2022_11_28/types/group_0534.py +73 -23
  1524. githubkit/versions/v2022_11_28/types/group_0535.py +10 -4
  1525. githubkit/versions/v2022_11_28/types/group_0536.py +4 -979
  1526. githubkit/versions/v2022_11_28/types/group_0537.py +65 -383
  1527. githubkit/versions/v2022_11_28/types/group_0538.py +8 -395
  1528. githubkit/versions/v2022_11_28/types/group_0539.py +75 -16
  1529. githubkit/versions/v2022_11_28/types/group_0540.py +857 -31
  1530. githubkit/versions/v2022_11_28/types/group_0541.py +144 -41
  1531. githubkit/versions/v2022_11_28/types/group_0542.py +390 -3
  1532. githubkit/versions/v2022_11_28/types/group_0543.py +17 -26
  1533. githubkit/versions/v2022_11_28/types/group_0544.py +156 -7
  1534. githubkit/versions/v2022_11_28/types/group_0545.py +283 -61
  1535. githubkit/versions/v2022_11_28/types/group_0546.py +25 -25
  1536. githubkit/versions/v2022_11_28/types/group_0547.py +7 -375
  1537. githubkit/versions/v2022_11_28/types/group_0548.py +9 -32
  1538. githubkit/versions/v2022_11_28/types/group_0549.py +94 -26
  1539. githubkit/versions/v2022_11_28/types/group_0550.py +19 -61
  1540. githubkit/versions/v2022_11_28/types/group_0551.py +359 -73
  1541. githubkit/versions/v2022_11_28/types/group_0552.py +24 -34
  1542. githubkit/versions/v2022_11_28/types/group_0553.py +26 -40
  1543. githubkit/versions/v2022_11_28/types/group_0554.py +41 -82
  1544. githubkit/versions/v2022_11_28/types/group_0555.py +78 -11
  1545. githubkit/versions/v2022_11_28/types/group_0556.py +33 -37
  1546. githubkit/versions/v2022_11_28/types/group_0557.py +33 -100
  1547. githubkit/versions/v2022_11_28/types/group_0558.py +74 -11
  1548. githubkit/versions/v2022_11_28/types/group_0559.py +33 -39
  1549. githubkit/versions/v2022_11_28/types/group_0560.py +33 -62
  1550. githubkit/versions/v2022_11_28/types/group_0561.py +106 -12
  1551. githubkit/versions/v2022_11_28/types/group_0562.py +35 -10
  1552. githubkit/versions/v2022_11_28/types/group_0563.py +40 -25
  1553. githubkit/versions/v2022_11_28/types/group_0564.py +73 -5
  1554. githubkit/versions/v2022_11_28/types/group_0565.py +11 -101
  1555. githubkit/versions/v2022_11_28/types/group_0566.py +12 -35
  1556. githubkit/versions/v2022_11_28/types/group_0567.py +25 -38
  1557. githubkit/versions/v2022_11_28/types/group_0568.py +7 -61
  1558. githubkit/versions/v2022_11_28/types/group_0569.py +86 -50
  1559. githubkit/versions/v2022_11_28/types/group_0570.py +40 -44
  1560. githubkit/versions/v2022_11_28/types/group_0571.py +42 -113
  1561. githubkit/versions/v2022_11_28/types/group_0572.py +24 -80
  1562. githubkit/versions/v2022_11_28/types/group_0573.py +69 -12
  1563. githubkit/versions/v2022_11_28/types/group_0574.py +42 -13
  1564. githubkit/versions/v2022_11_28/types/group_0575.py +103 -89
  1565. githubkit/versions/v2022_11_28/types/group_0576.py +83 -37
  1566. githubkit/versions/v2022_11_28/types/group_0577.py +12 -67
  1567. githubkit/versions/v2022_11_28/types/group_0578.py +13 -67
  1568. githubkit/versions/v2022_11_28/types/group_0579.py +87 -89
  1569. githubkit/versions/v2022_11_28/types/group_0580.py +16 -16
  1570. githubkit/versions/v2022_11_28/types/group_0581.py +39 -14
  1571. githubkit/versions/v2022_11_28/types/group_0582.py +40 -15
  1572. githubkit/versions/v2022_11_28/types/group_0583.py +68 -24
  1573. githubkit/versions/v2022_11_28/types/group_0584.py +33 -23
  1574. githubkit/versions/v2022_11_28/types/group_0585.py +12 -61
  1575. githubkit/versions/v2022_11_28/types/group_0586.py +12 -27
  1576. githubkit/versions/v2022_11_28/types/group_0587.py +15 -30
  1577. githubkit/versions/v2022_11_28/types/group_0588.py +61 -32
  1578. githubkit/versions/v2022_11_28/types/group_0589.py +89 -12
  1579. githubkit/versions/v2022_11_28/types/group_0590.py +33 -34
  1580. githubkit/versions/v2022_11_28/types/group_0591.py +36 -442
  1581. githubkit/versions/v2022_11_28/types/group_0592.py +32 -18
  1582. githubkit/versions/v2022_11_28/types/group_0593.py +17 -59
  1583. githubkit/versions/v2022_11_28/types/group_0594.py +25 -118
  1584. githubkit/versions/v2022_11_28/types/group_0595.py +443 -32
  1585. githubkit/versions/v2022_11_28/types/group_0596.py +16 -11
  1586. githubkit/versions/v2022_11_28/types/group_0597.py +59 -12
  1587. githubkit/versions/v2022_11_28/types/group_0598.py +154 -12
  1588. githubkit/versions/v2022_11_28/types/group_0599.py +69 -11
  1589. githubkit/versions/v2022_11_28/types/group_0600.py +12 -14
  1590. githubkit/versions/v2022_11_28/types/group_0601.py +12 -34
  1591. githubkit/versions/v2022_11_28/types/group_0602.py +14 -7
  1592. githubkit/versions/v2022_11_28/types/group_0603.py +11 -78
  1593. githubkit/versions/v2022_11_28/types/group_0604.py +11 -61
  1594. githubkit/versions/v2022_11_28/types/group_0605.py +23 -53
  1595. githubkit/versions/v2022_11_28/types/group_0606.py +7 -81
  1596. githubkit/versions/v2022_11_28/types/group_0607.py +29 -29
  1597. githubkit/versions/v2022_11_28/types/group_0608.py +26 -7
  1598. githubkit/versions/v2022_11_28/types/group_0609.py +46 -24
  1599. githubkit/versions/v2022_11_28/types/group_0610.py +38 -23
  1600. githubkit/versions/v2022_11_28/types/group_0611.py +63 -17
  1601. githubkit/versions/v2022_11_28/types/group_0612.py +37 -25
  1602. githubkit/versions/v2022_11_28/types/group_0613.py +43 -49
  1603. githubkit/versions/v2022_11_28/types/group_0614.py +47 -16
  1604. githubkit/versions/v2022_11_28/types/group_0615.py +16 -47
  1605. githubkit/versions/v2022_11_28/types/group_0616.py +15 -46
  1606. githubkit/versions/v2022_11_28/types/group_0617.py +27 -69
  1607. githubkit/versions/v2022_11_28/types/group_0618.py +16 -47
  1608. githubkit/versions/v2022_11_28/types/group_0619.py +62 -11
  1609. githubkit/versions/v2022_11_28/types/group_0620.py +63 -15
  1610. githubkit/versions/v2022_11_28/types/group_0621.py +89 -12
  1611. githubkit/versions/v2022_11_28/types/group_0622.py +58 -56
  1612. githubkit/versions/v2022_11_28/types/group_0623.py +9 -27
  1613. githubkit/versions/v2022_11_28/types/group_0624.py +12 -29
  1614. githubkit/versions/v2022_11_28/types/group_0625.py +9 -9
  1615. githubkit/versions/v2022_11_28/types/group_0626.py +58 -9
  1616. githubkit/versions/v2022_11_28/types/group_0627.py +21 -41
  1617. githubkit/versions/v2022_11_28/types/group_0628.py +18 -20
  1618. githubkit/versions/v2022_11_28/types/group_0629.py +8 -26
  1619. githubkit/versions/v2022_11_28/types/group_0630.py +9 -9
  1620. githubkit/versions/v2022_11_28/types/group_0631.py +49 -12
  1621. githubkit/versions/v2022_11_28/types/group_0632.py +22 -937
  1622. githubkit/versions/v2022_11_28/types/group_0633.py +21 -960
  1623. githubkit/versions/v2022_11_28/types/group_0634.py +11 -960
  1624. githubkit/versions/v2022_11_28/types/group_0635.py +8 -12
  1625. githubkit/versions/v2022_11_28/types/group_0636.py +927 -55
  1626. githubkit/versions/v2022_11_28/types/group_0637.py +962 -4
  1627. githubkit/versions/v2022_11_28/types/group_0638.py +955 -11
  1628. githubkit/versions/v2022_11_28/types/group_0639.py +16 -76
  1629. githubkit/versions/v2022_11_28/types/group_0640.py +70 -4
  1630. githubkit/versions/v2022_11_28/types/group_0641.py +4 -929
  1631. githubkit/versions/v2022_11_28/types/group_0642.py +11 -916
  1632. githubkit/versions/v2022_11_28/types/group_0643.py +81 -72
  1633. githubkit/versions/v2022_11_28/types/group_0644.py +4 -70
  1634. githubkit/versions/v2022_11_28/types/group_0645.py +929 -4
  1635. githubkit/versions/v2022_11_28/types/group_0646.py +125 -124
  1636. githubkit/versions/v2022_11_28/types/group_0647.py +41 -904
  1637. githubkit/versions/v2022_11_28/types/group_0648.py +55 -889
  1638. githubkit/versions/v2022_11_28/types/group_0649.py +4 -922
  1639. githubkit/versions/v2022_11_28/types/group_0650.py +915 -11
  1640. githubkit/versions/v2022_11_28/types/group_0651.py +908 -54
  1641. githubkit/versions/v2022_11_28/types/group_0652.py +904 -4
  1642. githubkit/versions/v2022_11_28/types/group_0653.py +925 -13
  1643. githubkit/versions/v2022_11_28/types/group_0654.py +16 -76
  1644. githubkit/versions/v2022_11_28/types/group_0655.py +70 -4
  1645. githubkit/versions/v2022_11_28/types/group_0656.py +14 -20
  1646. githubkit/versions/v2022_11_28/types/group_0657.py +16 -76
  1647. githubkit/versions/v2022_11_28/types/group_0658.py +70 -4
  1648. githubkit/versions/v2022_11_28/types/group_0659.py +4 -1057
  1649. githubkit/versions/v2022_11_28/types/group_0660.py +12 -1059
  1650. githubkit/versions/v2022_11_28/types/group_0661.py +53 -1058
  1651. githubkit/versions/v2022_11_28/types/group_0662.py +4 -989
  1652. githubkit/versions/v2022_11_28/types/group_0663.py +255 -161
  1653. githubkit/versions/v2022_11_28/types/group_0664.py +279 -251
  1654. githubkit/versions/v2022_11_28/types/group_0665.py +309 -280
  1655. githubkit/versions/v2022_11_28/types/group_0666.py +213 -235
  1656. githubkit/versions/v2022_11_28/types/group_0667.py +243 -305
  1657. githubkit/versions/v2022_11_28/types/group_0668.py +266 -226
  1658. githubkit/versions/v2022_11_28/types/group_0669.py +299 -317
  1659. githubkit/versions/v2022_11_28/types/group_0670.py +233 -296
  1660. githubkit/versions/v2022_11_28/types/group_0671.py +232 -137
  1661. githubkit/versions/v2022_11_28/types/group_0672.py +213 -174
  1662. githubkit/versions/v2022_11_28/types/group_0673.py +332 -200
  1663. githubkit/versions/v2022_11_28/types/group_0674.py +368 -208
  1664. githubkit/versions/v2022_11_28/types/group_0675.py +764 -111
  1665. githubkit/versions/v2022_11_28/types/group_0676.py +954 -13
  1666. githubkit/versions/v2022_11_28/types/group_0677.py +920 -39
  1667. githubkit/versions/v2022_11_28/types/group_0678.py +797 -381
  1668. githubkit/versions/v2022_11_28/types/group_0679.py +281 -13
  1669. githubkit/versions/v2022_11_28/types/group_0680.py +18 -52
  1670. githubkit/versions/v2022_11_28/types/group_0681.py +30 -128
  1671. githubkit/versions/v2022_11_28/types/group_0682.py +463 -99
  1672. githubkit/versions/v2022_11_28/types/group_0683.py +12 -137
  1673. githubkit/versions/v2022_11_28/types/group_0684.py +39 -161
  1674. githubkit/versions/v2022_11_28/types/group_0685.py +158 -18
  1675. githubkit/versions/v2022_11_28/types/group_0686.py +104 -17
  1676. githubkit/versions/v2022_11_28/types/group_0687.py +92 -9
  1677. githubkit/versions/v2022_11_28/types/group_0688.py +155 -10
  1678. githubkit/versions/v2022_11_28/types/group_0689.py +22 -30
  1679. githubkit/versions/v2022_11_28/types/group_0690.py +57 -13
  1680. githubkit/versions/v2022_11_28/types/group_0691.py +44 -38
  1681. githubkit/versions/v2022_11_28/types/group_0692.py +7 -4
  1682. githubkit/versions/v2022_11_28/types/group_0693.py +30 -22
  1683. githubkit/versions/v2022_11_28/types/group_0694.py +13 -57
  1684. githubkit/versions/v2022_11_28/types/group_0695.py +38 -44
  1685. githubkit/versions/v2022_11_28/types/group_0696.py +6 -9
  1686. githubkit/versions/v2022_11_28/types/group_0697.py +22 -30
  1687. githubkit/versions/v2022_11_28/types/group_0698.py +57 -13
  1688. githubkit/versions/v2022_11_28/types/group_0699.py +41 -36
  1689. githubkit/versions/v2022_11_28/types/group_0700.py +7 -4
  1690. githubkit/versions/v2022_11_28/types/group_0701.py +5 -122
  1691. githubkit/versions/v2022_11_28/types/group_0702.py +14 -20
  1692. githubkit/versions/v2022_11_28/types/group_0703.py +36 -37
  1693. githubkit/versions/v2022_11_28/types/group_0704.py +22 -56
  1694. githubkit/versions/v2022_11_28/types/group_0705.py +124 -10
  1695. githubkit/versions/v2022_11_28/types/group_0706.py +22 -30
  1696. githubkit/versions/v2022_11_28/types/group_0707.py +57 -13
  1697. githubkit/versions/v2022_11_28/types/group_0708.py +45 -39
  1698. githubkit/versions/v2022_11_28/types/group_0709.py +7 -4
  1699. githubkit/versions/v2022_11_28/types/group_0710.py +30 -22
  1700. githubkit/versions/v2022_11_28/types/group_0711.py +14 -20
  1701. githubkit/versions/v2022_11_28/types/group_0712.py +54 -16
  1702. githubkit/versions/v2022_11_28/types/group_0713.py +30 -20
  1703. githubkit/versions/v2022_11_28/types/group_0714.py +12 -10
  1704. githubkit/versions/v2022_11_28/types/group_0715.py +13 -20
  1705. githubkit/versions/v2022_11_28/types/group_0716.py +9 -50
  1706. githubkit/versions/v2022_11_28/types/group_0717.py +9 -9
  1707. githubkit/versions/v2022_11_28/types/group_0718.py +9 -9
  1708. githubkit/versions/v2022_11_28/types/group_0719.py +19 -10
  1709. githubkit/versions/v2022_11_28/types/group_0720.py +39 -22
  1710. githubkit/versions/v2022_11_28/types/group_0721.py +10 -12
  1711. githubkit/versions/v2022_11_28/types/group_0722.py +10 -12
  1712. githubkit/versions/v2022_11_28/types/group_0723.py +10 -14
  1713. githubkit/versions/v2022_11_28/types/group_0724.py +31 -19
  1714. githubkit/versions/v2022_11_28/types/group_0725.py +18 -15
  1715. githubkit/versions/v2022_11_28/types/group_0726.py +18 -79
  1716. githubkit/versions/v2022_11_28/types/group_0727.py +19 -68
  1717. githubkit/versions/v2022_11_28/types/group_0728.py +16 -83
  1718. githubkit/versions/v2022_11_28/types/group_0729.py +13 -93
  1719. githubkit/versions/v2022_11_28/types/group_0730.py +79 -16
  1720. githubkit/versions/v2022_11_28/types/group_0731.py +68 -17
  1721. githubkit/versions/v2022_11_28/types/group_0732.py +93 -28
  1722. githubkit/versions/v2022_11_28/types/group_0733.py +88 -26
  1723. githubkit/versions/v2022_11_28/types/group_0734.py +20 -30
  1724. githubkit/versions/v2022_11_28/types/group_0735.py +19 -16
  1725. githubkit/versions/v2022_11_28/types/group_0736.py +34 -22
  1726. githubkit/versions/v2022_11_28/types/group_0737.py +15 -14
  1727. githubkit/versions/v2022_11_28/types/group_0738.py +29 -37
  1728. githubkit/versions/v2022_11_28/types/group_0739.py +17 -30
  1729. githubkit/versions/v2022_11_28/types/group_0740.py +18 -52
  1730. githubkit/versions/v2022_11_28/types/group_0741.py +36 -22
  1731. githubkit/versions/v2022_11_28/types/group_0742.py +12 -8
  1732. githubkit/versions/v2022_11_28/types/group_0743.py +30 -35
  1733. githubkit/versions/v2022_11_28/types/group_0744.py +28 -2
  1734. githubkit/versions/v2022_11_28/types/group_0745.py +19 -16
  1735. githubkit/versions/v2022_11_28/types/group_0746.py +34 -22
  1736. githubkit/versions/v2022_11_28/types/group_0747.py +11 -8
  1737. githubkit/versions/v2022_11_28/types/group_0748.py +29 -36
  1738. githubkit/versions/v2022_11_28/types/group_0749.py +17 -30
  1739. githubkit/versions/v2022_11_28/types/group_0750.py +18 -18
  1740. githubkit/versions/v2022_11_28/types/group_0751.py +34 -22
  1741. githubkit/versions/v2022_11_28/types/group_0752.py +32 -193
  1742. githubkit/versions/v2022_11_28/types/group_0753.py +35 -10
  1743. githubkit/versions/v2022_11_28/types/group_0754.py +18 -18
  1744. githubkit/versions/v2022_11_28/types/group_0755.py +10 -10
  1745. githubkit/versions/v2022_11_28/types/group_0756.py +188 -12
  1746. githubkit/versions/v2022_11_28/types/group_0757.py +5 -122
  1747. githubkit/versions/v2022_11_28/types/group_0758.py +12 -114
  1748. githubkit/versions/v2022_11_28/types/group_0759.py +12 -114
  1749. githubkit/versions/v2022_11_28/types/group_0760.py +12 -11
  1750. githubkit/versions/v2022_11_28/types/group_0761.py +18 -6
  1751. githubkit/versions/v2022_11_28/types/group_0762.py +120 -6
  1752. githubkit/versions/v2022_11_28/types/group_0763.py +104 -118
  1753. githubkit/versions/v2022_11_28/types/group_0764.py +105 -117
  1754. githubkit/versions/v2022_11_28/types/group_0765.py +12 -140
  1755. githubkit/versions/v2022_11_28/types/group_0766.py +6 -139
  1756. githubkit/versions/v2022_11_28/types/group_0767.py +6 -172
  1757. githubkit/versions/v2022_11_28/types/group_0768.py +26 -61
  1758. githubkit/versions/v2022_11_28/types/group_0769.py +125 -10
  1759. githubkit/versions/v2022_11_28/types/group_0770.py +139 -11
  1760. githubkit/versions/v2022_11_28/types/group_0771.py +74 -126
  1761. githubkit/versions/v2022_11_28/types/group_0772.py +169 -8
  1762. githubkit/versions/v2022_11_28/types/group_0773.py +169 -5
  1763. githubkit/versions/v2022_11_28/types/group_0774.py +16 -10
  1764. githubkit/versions/v2022_11_28/types/group_0775.py +18 -6
  1765. githubkit/versions/v2022_11_28/types/group_0776.py +168 -38
  1766. githubkit/versions/v2022_11_28/types/group_0777.py +8 -220
  1767. githubkit/versions/v2022_11_28/types/group_0778.py +5 -221
  1768. githubkit/versions/v2022_11_28/types/group_0779.py +8 -218
  1769. githubkit/versions/v2022_11_28/types/group_0780.py +5 -289
  1770. githubkit/versions/v2022_11_28/types/group_0781.py +17 -181
  1771. githubkit/versions/v2022_11_28/types/group_0782.py +219 -12
  1772. githubkit/versions/v2022_11_28/types/group_0783.py +212 -16
  1773. githubkit/versions/v2022_11_28/types/group_0784.py +205 -54
  1774. githubkit/versions/v2022_11_28/types/group_0785.py +276 -42
  1775. githubkit/versions/v2022_11_28/types/group_0786.py +215 -37
  1776. githubkit/versions/v2022_11_28/types/group_0787.py +9 -55
  1777. githubkit/versions/v2022_11_28/types/group_0788.py +27 -46
  1778. githubkit/versions/v2022_11_28/types/group_0789.py +62 -32
  1779. githubkit/versions/v2022_11_28/types/group_0790.py +24 -31
  1780. githubkit/versions/v2022_11_28/types/group_0791.py +46 -61
  1781. githubkit/versions/v2022_11_28/types/group_0792.py +45 -20
  1782. githubkit/versions/v2022_11_28/types/group_0793.py +32 -310
  1783. githubkit/versions/v2022_11_28/types/group_0794.py +30 -328
  1784. githubkit/versions/v2022_11_28/types/group_0795.py +62 -14
  1785. githubkit/versions/v2022_11_28/types/group_0796.py +58 -38
  1786. githubkit/versions/v2022_11_28/types/group_0797.py +35 -7
  1787. githubkit/versions/v2022_11_28/types/group_0798.py +218 -233
  1788. githubkit/versions/v2022_11_28/types/group_0799.py +337 -11
  1789. githubkit/versions/v2022_11_28/types/group_0800.py +18 -41
  1790. githubkit/versions/v2022_11_28/types/group_0801.py +21 -302
  1791. githubkit/versions/v2022_11_28/types/group_0802.py +6 -335
  1792. githubkit/versions/v2022_11_28/types/group_0803.py +334 -13
  1793. githubkit/versions/v2022_11_28/types/group_0804.py +11 -41
  1794. githubkit/versions/v2022_11_28/types/group_0805.py +35 -7
  1795. githubkit/versions/v2022_11_28/types/group_0806.py +222 -238
  1796. githubkit/versions/v2022_11_28/types/group_0807.py +337 -11
  1797. githubkit/versions/v2022_11_28/types/group_0808.py +10 -421
  1798. githubkit/versions/v2022_11_28/types/group_0809.py +43 -25
  1799. githubkit/versions/v2022_11_28/types/group_0810.py +11 -9
  1800. githubkit/versions/v2022_11_28/types/group_0811.py +339 -7
  1801. githubkit/versions/v2022_11_28/types/group_0812.py +14 -3
  1802. githubkit/versions/v2022_11_28/types/group_0813.py +427 -8
  1803. githubkit/versions/v2022_11_28/types/group_0814.py +31 -10
  1804. githubkit/versions/v2022_11_28/types/group_0815.py +8 -4
  1805. githubkit/versions/v2022_11_28/types/group_0816.py +9 -5
  1806. githubkit/versions/v2022_11_28/types/group_0817.py +3 -5
  1807. githubkit/versions/v2022_11_28/types/group_0818.py +3 -6
  1808. githubkit/versions/v2022_11_28/types/group_0819.py +5 -3
  1809. githubkit/versions/v2022_11_28/types/group_0820.py +5 -7
  1810. githubkit/versions/v2022_11_28/types/group_0821.py +5 -21
  1811. githubkit/versions/v2022_11_28/types/group_0822.py +5 -19
  1812. githubkit/versions/v2022_11_28/types/group_0823.py +11 -24
  1813. githubkit/versions/v2022_11_28/types/group_0824.py +3 -5
  1814. githubkit/versions/v2022_11_28/types/group_0825.py +7 -5
  1815. githubkit/versions/v2022_11_28/types/group_0826.py +22 -4
  1816. githubkit/versions/v2022_11_28/types/group_0827.py +17 -9
  1817. githubkit/versions/v2022_11_28/types/group_0828.py +25 -7
  1818. githubkit/versions/v2022_11_28/types/group_0829.py +5 -7
  1819. githubkit/versions/v2022_11_28/types/group_0830.py +5 -5
  1820. githubkit/versions/v2022_11_28/types/group_0831.py +4 -6
  1821. githubkit/versions/v2022_11_28/types/group_0832.py +13 -40
  1822. githubkit/versions/v2022_11_28/types/group_0833.py +8 -21
  1823. githubkit/versions/v2022_11_28/types/group_0834.py +6 -6
  1824. githubkit/versions/v2022_11_28/types/group_0835.py +4 -9
  1825. githubkit/versions/v2022_11_28/types/group_0836.py +5 -6
  1826. githubkit/versions/v2022_11_28/types/group_0837.py +40 -11
  1827. githubkit/versions/v2022_11_28/types/group_0838.py +20 -8
  1828. githubkit/versions/v2022_11_28/types/group_0839.py +6 -8
  1829. githubkit/versions/v2022_11_28/types/group_0840.py +8 -7
  1830. githubkit/versions/v2022_11_28/types/group_0841.py +4 -4
  1831. githubkit/versions/v2022_11_28/types/group_0842.py +9 -6
  1832. githubkit/versions/v2022_11_28/types/group_0843.py +8 -8
  1833. githubkit/versions/v2022_11_28/types/group_0844.py +6 -21
  1834. githubkit/versions/v2022_11_28/types/group_0845.py +7 -7
  1835. githubkit/versions/v2022_11_28/types/group_0846.py +6 -10
  1836. githubkit/versions/v2022_11_28/types/group_0847.py +4 -4
  1837. githubkit/versions/v2022_11_28/types/group_0848.py +6 -22
  1838. githubkit/versions/v2022_11_28/types/group_0849.py +20 -5
  1839. githubkit/versions/v2022_11_28/types/group_0850.py +6 -6
  1840. githubkit/versions/v2022_11_28/types/group_0851.py +3 -3
  1841. githubkit/versions/v2022_11_28/types/group_0852.py +3 -3
  1842. githubkit/versions/v2022_11_28/types/group_0853.py +22 -7
  1843. githubkit/versions/v2022_11_28/types/group_0854.py +7 -10
  1844. githubkit/versions/v2022_11_28/types/group_0855.py +9 -6
  1845. githubkit/versions/v2022_11_28/types/group_0856.py +10 -6
  1846. githubkit/versions/v2022_11_28/types/group_0857.py +6 -24
  1847. githubkit/versions/v2022_11_28/types/group_0858.py +9 -8
  1848. githubkit/versions/v2022_11_28/types/group_0859.py +11 -9
  1849. githubkit/versions/v2022_11_28/types/group_0860.py +4 -4
  1850. githubkit/versions/v2022_11_28/types/group_0861.py +4 -4
  1851. githubkit/versions/v2022_11_28/types/group_0862.py +22 -6
  1852. githubkit/versions/v2022_11_28/types/group_0863.py +9 -6
  1853. githubkit/versions/v2022_11_28/types/group_0864.py +9 -7
  1854. githubkit/versions/v2022_11_28/types/group_0865.py +4 -4
  1855. githubkit/versions/v2022_11_28/types/group_0866.py +5 -7
  1856. githubkit/versions/v2022_11_28/types/group_0867.py +7 -5
  1857. githubkit/versions/v2022_11_28/types/group_0868.py +5 -7
  1858. githubkit/versions/v2022_11_28/types/group_0869.py +6 -22
  1859. githubkit/versions/v2022_11_28/types/group_0870.py +6 -9
  1860. githubkit/versions/v2022_11_28/types/group_0871.py +7 -9
  1861. githubkit/versions/v2022_11_28/types/group_0872.py +4 -4
  1862. githubkit/versions/v2022_11_28/types/group_0873.py +6 -24
  1863. githubkit/versions/v2022_11_28/types/group_0874.py +16 -16
  1864. githubkit/versions/v2022_11_28/types/group_0875.py +8 -8
  1865. githubkit/versions/v2022_11_28/types/group_0876.py +5 -5
  1866. githubkit/versions/v2022_11_28/types/group_0877.py +6 -3
  1867. githubkit/versions/v2022_11_28/types/group_0878.py +25 -8
  1868. githubkit/versions/v2022_11_28/types/group_0879.py +22 -8
  1869. githubkit/versions/v2022_11_28/types/group_0880.py +8 -5
  1870. githubkit/versions/v2022_11_28/types/group_0881.py +9 -13
  1871. githubkit/versions/v2022_11_28/types/group_0882.py +4 -9
  1872. githubkit/versions/v2022_11_28/types/group_0883.py +8 -7
  1873. githubkit/versions/v2022_11_28/types/group_0884.py +9 -4
  1874. githubkit/versions/v2022_11_28/types/group_0885.py +7 -4
  1875. githubkit/versions/v2022_11_28/types/group_0886.py +13 -5
  1876. githubkit/versions/v2022_11_28/types/group_0887.py +7 -7
  1877. githubkit/versions/v2022_11_28/types/group_0888.py +7 -6
  1878. githubkit/versions/v2022_11_28/types/group_0889.py +5 -7
  1879. githubkit/versions/v2022_11_28/types/group_0890.py +3 -6
  1880. githubkit/versions/v2022_11_28/types/group_0891.py +5 -5
  1881. githubkit/versions/v2022_11_28/types/group_0892.py +6 -6
  1882. githubkit/versions/v2022_11_28/types/group_0893.py +6 -9
  1883. githubkit/versions/v2022_11_28/types/group_0894.py +6 -8
  1884. githubkit/versions/v2022_11_28/types/group_0895.py +10 -47
  1885. githubkit/versions/v2022_11_28/types/group_0896.py +4 -52
  1886. githubkit/versions/v2022_11_28/types/group_0897.py +5 -51
  1887. githubkit/versions/v2022_11_28/types/group_0898.py +9 -14
  1888. githubkit/versions/v2022_11_28/types/group_0899.py +9 -13
  1889. githubkit/versions/v2022_11_28/types/group_0900.py +43 -7
  1890. githubkit/versions/v2022_11_28/types/group_0901.py +58 -5
  1891. githubkit/versions/v2022_11_28/types/group_0902.py +59 -5
  1892. githubkit/versions/v2022_11_28/types/group_0903.py +15 -9
  1893. githubkit/versions/v2022_11_28/types/group_0904.py +12 -13
  1894. githubkit/versions/v2022_11_28/types/group_0905.py +7 -8
  1895. githubkit/versions/v2022_11_28/types/group_0906.py +5 -5
  1896. githubkit/versions/v2022_11_28/types/group_0907.py +5 -6
  1897. githubkit/versions/v2022_11_28/types/group_0908.py +9 -6
  1898. githubkit/versions/v2022_11_28/types/group_0909.py +14 -5
  1899. githubkit/versions/v2022_11_28/types/group_0910.py +7 -5
  1900. githubkit/versions/v2022_11_28/types/group_0911.py +5 -7
  1901. githubkit/versions/v2022_11_28/types/group_0912.py +5 -6
  1902. githubkit/versions/v2022_11_28/types/group_0913.py +5 -5
  1903. githubkit/versions/v2022_11_28/types/group_0914.py +6 -4
  1904. githubkit/versions/v2022_11_28/types/group_0915.py +5 -21
  1905. githubkit/versions/v2022_11_28/types/group_0916.py +4 -17
  1906. githubkit/versions/v2022_11_28/types/group_0917.py +7 -5
  1907. githubkit/versions/v2022_11_28/types/group_0918.py +6 -6
  1908. githubkit/versions/v2022_11_28/types/group_0919.py +3 -6
  1909. githubkit/versions/v2022_11_28/types/group_0920.py +9 -8
  1910. githubkit/versions/v2022_11_28/types/group_0921.py +21 -5
  1911. githubkit/versions/v2022_11_28/types/group_0922.py +5 -3
  1912. githubkit/versions/v2022_11_28/types/group_0923.py +6 -8
  1913. githubkit/versions/v2022_11_28/types/group_0924.py +6 -10
  1914. githubkit/versions/v2022_11_28/types/group_0925.py +17 -4
  1915. githubkit/versions/v2022_11_28/types/group_0926.py +5 -6
  1916. githubkit/versions/v2022_11_28/types/group_0927.py +3 -5
  1917. githubkit/versions/v2022_11_28/types/group_0928.py +5 -3
  1918. githubkit/versions/v2022_11_28/types/group_0929.py +6 -104
  1919. githubkit/versions/v2022_11_28/types/group_0930.py +7 -9
  1920. githubkit/versions/v2022_11_28/types/group_0931.py +5 -4
  1921. githubkit/versions/v2022_11_28/types/group_0932.py +5 -10
  1922. githubkit/versions/v2022_11_28/types/group_0933.py +6 -10
  1923. githubkit/versions/v2022_11_28/types/group_0934.py +107 -9
  1924. githubkit/versions/v2022_11_28/types/group_0935.py +9 -6
  1925. githubkit/versions/v2022_11_28/types/group_0936.py +4 -8
  1926. githubkit/versions/v2022_11_28/types/group_0937.py +8 -7
  1927. githubkit/versions/v2022_11_28/types/group_0938.py +8 -4
  1928. githubkit/versions/v2022_11_28/types/group_0939.py +8 -4
  1929. githubkit/versions/v2022_11_28/types/group_0940.py +6 -9
  1930. githubkit/versions/v2022_11_28/types/group_0941.py +6 -7
  1931. githubkit/versions/v2022_11_28/types/group_0942.py +8 -11
  1932. githubkit/versions/v2022_11_28/types/group_0943.py +6 -10
  1933. githubkit/versions/v2022_11_28/types/group_0944.py +5 -7
  1934. githubkit/versions/v2022_11_28/types/group_0945.py +9 -4
  1935. githubkit/versions/v2022_11_28/types/group_0946.py +9 -4
  1936. githubkit/versions/v2022_11_28/types/group_0947.py +9 -7
  1937. githubkit/versions/v2022_11_28/types/group_0948.py +9 -5
  1938. githubkit/versions/v2022_11_28/types/group_0949.py +7 -9
  1939. githubkit/versions/v2022_11_28/types/group_0950.py +5 -6
  1940. githubkit/versions/v2022_11_28/types/group_0951.py +4 -5
  1941. githubkit/versions/v2022_11_28/types/group_0952.py +10 -32
  1942. githubkit/versions/v2022_11_28/types/group_0953.py +5 -21
  1943. githubkit/versions/v2022_11_28/types/group_0954.py +7 -7
  1944. githubkit/versions/v2022_11_28/types/group_0955.py +6 -7
  1945. githubkit/versions/v2022_11_28/types/group_0956.py +5 -123
  1946. githubkit/versions/v2022_11_28/types/group_0957.py +24 -44
  1947. githubkit/versions/v2022_11_28/types/group_0958.py +14 -20
  1948. githubkit/versions/v2022_11_28/types/group_0959.py +9 -13
  1949. githubkit/versions/v2022_11_28/types/group_0960.py +7 -14
  1950. githubkit/versions/v2022_11_28/types/group_0961.py +117 -8
  1951. githubkit/versions/v2022_11_28/types/group_0962.py +47 -7
  1952. githubkit/versions/v2022_11_28/types/group_0963.py +23 -7
  1953. githubkit/versions/v2022_11_28/types/group_0964.py +5 -5
  1954. githubkit/versions/v2022_11_28/types/group_0965.py +7 -5
  1955. githubkit/versions/v2022_11_28/types/group_0966.py +8 -5
  1956. githubkit/versions/v2022_11_28/types/group_0967.py +5 -7
  1957. githubkit/versions/v2022_11_28/types/group_0968.py +5 -5
  1958. githubkit/versions/v2022_11_28/types/group_0969.py +7 -5
  1959. githubkit/versions/v2022_11_28/types/group_0970.py +5 -7
  1960. githubkit/versions/v2022_11_28/types/group_0971.py +11 -4
  1961. githubkit/versions/v2022_11_28/types/group_0972.py +10 -50
  1962. githubkit/versions/v2022_11_28/types/group_0973.py +17 -35
  1963. githubkit/versions/v2022_11_28/types/group_0974.py +17 -37
  1964. githubkit/versions/v2022_11_28/types/group_0975.py +9 -55
  1965. githubkit/versions/v2022_11_28/types/group_0976.py +10 -36
  1966. githubkit/versions/v2022_11_28/types/group_0977.py +50 -29
  1967. githubkit/versions/v2022_11_28/types/group_0978.py +31 -6
  1968. githubkit/versions/v2022_11_28/types/group_0979.py +29 -19
  1969. githubkit/versions/v2022_11_28/types/group_0980.py +58 -8
  1970. githubkit/versions/v2022_11_28/types/group_0981.py +31 -10
  1971. githubkit/versions/v2022_11_28/types/group_0982.py +32 -11
  1972. githubkit/versions/v2022_11_28/types/group_0983.py +5 -10
  1973. githubkit/versions/v2022_11_28/types/group_0984.py +21 -15
  1974. githubkit/versions/v2022_11_28/types/group_0985.py +8 -20
  1975. githubkit/versions/v2022_11_28/types/group_0986.py +10 -9
  1976. githubkit/versions/v2022_11_28/types/group_0987.py +11 -18
  1977. githubkit/versions/v2022_11_28/types/group_0988.py +8 -20
  1978. githubkit/versions/v2022_11_28/types/group_0989.py +15 -5
  1979. githubkit/versions/v2022_11_28/types/group_0990.py +21 -4
  1980. githubkit/versions/v2022_11_28/types/group_0991.py +8 -4
  1981. githubkit/versions/v2022_11_28/types/group_0992.py +19 -8
  1982. githubkit/versions/v2022_11_28/types/group_0993.py +22 -8
  1983. githubkit/versions/v2022_11_28/types/group_0994.py +5 -9
  1984. githubkit/versions/v2022_11_28/types/group_0995.py +4 -36
  1985. githubkit/versions/v2022_11_28/types/group_0996.py +5 -33
  1986. githubkit/versions/v2022_11_28/types/group_0997.py +6 -10
  1987. githubkit/versions/v2022_11_28/types/group_0998.py +8 -22
  1988. githubkit/versions/v2022_11_28/types/group_0999.py +9 -5
  1989. githubkit/versions/v2022_11_28/types/group_1000.py +36 -7
  1990. githubkit/versions/v2022_11_28/types/group_1001.py +28 -18
  1991. githubkit/versions/v2022_11_28/types/group_1002.py +11 -4
  1992. githubkit/versions/v2022_11_28/types/group_1003.py +22 -14
  1993. githubkit/versions/v2022_11_28/types/group_1004.py +5 -16
  1994. githubkit/versions/v2022_11_28/types/group_1005.py +8 -30
  1995. githubkit/versions/v2022_11_28/types/group_1006.py +18 -19
  1996. githubkit/versions/v2022_11_28/types/group_1007.py +4 -8
  1997. githubkit/versions/v2022_11_28/types/group_1008.py +12 -15
  1998. githubkit/versions/v2022_11_28/types/group_1009.py +16 -6
  1999. githubkit/versions/v2022_11_28/types/group_1010.py +29 -5
  2000. githubkit/versions/v2022_11_28/types/group_1011.py +15 -33
  2001. githubkit/versions/v2022_11_28/types/group_1012.py +9 -6
  2002. githubkit/versions/v2022_11_28/types/group_1013.py +16 -5
  2003. githubkit/versions/v2022_11_28/types/group_1014.py +6 -24
  2004. githubkit/versions/v2022_11_28/types/group_1015.py +5 -19
  2005. githubkit/versions/v2022_11_28/types/group_1016.py +34 -18
  2006. githubkit/versions/v2022_11_28/types/group_1017.py +6 -27
  2007. githubkit/versions/v2022_11_28/types/group_1018.py +5 -8
  2008. githubkit/versions/v2022_11_28/types/group_1019.py +23 -8
  2009. githubkit/versions/v2022_11_28/types/group_1020.py +19 -8
  2010. githubkit/versions/v2022_11_28/types/group_1021.py +22 -4
  2011. githubkit/versions/v2022_11_28/types/group_1022.py +12 -6
  2012. githubkit/versions/v2022_11_28/types/group_1023.py +10 -4
  2013. githubkit/versions/v2022_11_28/types/group_1024.py +8 -4
  2014. githubkit/versions/v2022_11_28/types/group_1025.py +8 -24
  2015. githubkit/versions/v2022_11_28/types/group_1026.py +6 -5
  2016. githubkit/versions/v2022_11_28/types/group_1027.py +4 -6
  2017. githubkit/versions/v2022_11_28/types/group_1028.py +8 -38
  2018. githubkit/versions/v2022_11_28/types/group_1029.py +5 -5
  2019. githubkit/versions/v2022_11_28/types/group_1030.py +23 -4
  2020. githubkit/versions/v2022_11_28/types/group_1031.py +3 -3
  2021. githubkit/versions/v2022_11_28/types/group_1032.py +8 -6
  2022. githubkit/versions/v2022_11_28/types/group_1033.py +25 -9
  2023. githubkit/versions/v2022_11_28/types/group_1034.py +6 -5
  2024. githubkit/versions/v2022_11_28/types/group_1035.py +4 -4
  2025. githubkit/versions/v2022_11_28/types/group_1036.py +5 -17
  2026. githubkit/versions/v2022_11_28/types/group_1037.py +6 -5
  2027. githubkit/versions/v2022_11_28/types/group_1038.py +16 -5
  2028. githubkit/versions/v2022_11_28/types/group_1039.py +4 -7
  2029. githubkit/versions/v2022_11_28/types/group_1040.py +5 -6
  2030. githubkit/versions/v2022_11_28/types/group_1041.py +15 -5
  2031. githubkit/versions/v2022_11_28/types/group_1042.py +5 -7
  2032. githubkit/versions/v2022_11_28/types/group_1043.py +6 -5
  2033. githubkit/versions/v2022_11_28/types/group_1044.py +8 -7
  2034. githubkit/versions/v2022_11_28/types/group_1045.py +6 -9
  2035. githubkit/versions/v2022_11_28/types/group_1046.py +5 -8
  2036. githubkit/versions/v2022_11_28/types/group_1047.py +6 -5
  2037. githubkit/versions/v2022_11_28/types/group_1048.py +5 -6
  2038. githubkit/versions/v2022_11_28/types/group_1049.py +7 -10
  2039. githubkit/versions/v2022_11_28/types/group_1050.py +9 -15
  2040. githubkit/versions/v2022_11_28/types/group_1051.py +9 -13
  2041. githubkit/versions/v2022_11_28/types/group_1052.py +5 -15
  2042. githubkit/versions/v2022_11_28/types/group_1053.py +5 -15
  2043. githubkit/versions/v2022_11_28/types/group_1054.py +9 -15
  2044. githubkit/versions/v2022_11_28/types/group_1055.py +14 -8
  2045. githubkit/versions/v2022_11_28/types/group_1056.py +11 -6
  2046. githubkit/versions/v2022_11_28/types/group_1057.py +14 -7
  2047. githubkit/versions/v2022_11_28/types/group_1058.py +14 -9
  2048. githubkit/versions/v2022_11_28/types/group_1059.py +15 -5
  2049. githubkit/versions/v2022_11_28/types/group_1060.py +9 -11
  2050. githubkit/versions/v2022_11_28/types/group_1061.py +9 -5
  2051. githubkit/versions/v2022_11_28/types/group_1062.py +8 -7
  2052. githubkit/versions/v2022_11_28/types/group_1063.py +11 -9
  2053. githubkit/versions/v2022_11_28/types/group_1064.py +5 -14
  2054. githubkit/versions/v2022_11_28/types/group_1065.py +8 -15
  2055. githubkit/versions/v2022_11_28/types/group_1066.py +12 -5
  2056. githubkit/versions/v2022_11_28/types/group_1067.py +5 -9
  2057. githubkit/versions/v2022_11_28/types/group_1068.py +8 -6
  2058. githubkit/versions/v2022_11_28/types/group_1069.py +9 -5
  2059. githubkit/versions/v2022_11_28/types/group_1070.py +14 -6
  2060. githubkit/versions/v2022_11_28/types/group_1071.py +14 -6
  2061. githubkit/versions/v2022_11_28/types/group_1072.py +5 -7
  2062. githubkit/versions/v2022_11_28/types/group_1073.py +8 -25
  2063. githubkit/versions/v2022_11_28/types/group_1074.py +6 -5
  2064. githubkit/versions/v2022_11_28/types/group_1075.py +5 -6
  2065. githubkit/versions/v2022_11_28/types/group_1076.py +6 -6
  2066. githubkit/versions/v2022_11_28/types/group_1077.py +6 -4
  2067. githubkit/versions/v2022_11_28/types/group_1078.py +6 -5
  2068. githubkit/versions/v2022_11_28/types/group_1079.py +24 -12
  2069. githubkit/versions/v2022_11_28/types/group_1080.py +5 -7
  2070. githubkit/versions/v2022_11_28/types/group_1081.py +6 -7
  2071. githubkit/versions/v2022_11_28/types/group_1082.py +4 -10
  2072. githubkit/versions/v2022_11_28/types/group_1083.py +5 -6
  2073. githubkit/versions/v2022_11_28/types/group_1084.py +5 -50
  2074. githubkit/versions/v2022_11_28/types/group_1085.py +12 -49
  2075. githubkit/versions/v2022_11_28/types/group_1086.py +6 -9
  2076. githubkit/versions/v2022_11_28/types/group_1087.py +7 -8
  2077. githubkit/versions/v2022_11_28/types/group_1088.py +12 -5
  2078. githubkit/versions/v2022_11_28/types/group_1089.py +5 -4
  2079. githubkit/versions/v2022_11_28/types/group_1090.py +51 -6
  2080. githubkit/versions/v2022_11_28/types/group_1091.py +50 -7
  2081. githubkit/versions/v2022_11_28/types/group_1092.py +9 -8
  2082. githubkit/versions/v2022_11_28/types/group_1093.py +9 -14
  2083. githubkit/versions/v2022_11_28/types/group_1094.py +6 -10
  2084. githubkit/versions/v2022_11_28/types/group_1095.py +4 -13
  2085. githubkit/versions/v2022_11_28/types/group_1096.py +5 -7
  2086. githubkit/versions/v2022_11_28/types/group_1097.py +7 -9
  2087. githubkit/versions/v2022_11_28/types/group_1098.py +6 -10
  2088. githubkit/versions/v2022_11_28/types/group_1099.py +14 -7
  2089. githubkit/versions/v2022_11_28/types/group_1100.py +10 -6
  2090. githubkit/versions/v2022_11_28/types/group_1101.py +13 -4
  2091. githubkit/versions/v2022_11_28/types/group_1102.py +5 -4
  2092. githubkit/versions/v2022_11_28/types/group_1103.py +6 -8
  2093. githubkit/versions/v2022_11_28/types/group_1104.py +12 -7
  2094. githubkit/versions/v2022_11_28/types/group_1105.py +6 -5
  2095. githubkit/versions/v2022_11_28/types/group_1106.py +5 -5
  2096. githubkit/versions/v2022_11_28/types/group_1107.py +5 -6
  2097. githubkit/versions/v2022_11_28/types/group_1108.py +7 -6
  2098. githubkit/versions/v2022_11_28/types/group_1109.py +12 -13
  2099. githubkit/versions/v2022_11_28/types/group_1110.py +8 -10
  2100. githubkit/versions/v2022_11_28/types/group_1111.py +7 -18
  2101. githubkit/versions/v2022_11_28/types/group_1112.py +4 -23
  2102. githubkit/versions/v2022_11_28/types/group_1113.py +6 -24
  2103. githubkit/versions/v2022_11_28/types/group_1114.py +5 -7
  2104. githubkit/versions/v2022_11_28/types/group_1115.py +12 -9
  2105. githubkit/versions/v2022_11_28/types/group_1116.py +10 -6
  2106. githubkit/versions/v2022_11_28/types/group_1117.py +14 -5
  2107. githubkit/versions/v2022_11_28/types/group_1118.py +24 -8
  2108. githubkit/versions/v2022_11_28/types/group_1119.py +24 -6
  2109. githubkit/versions/v2022_11_28/types/group_1120.py +8 -6
  2110. githubkit/versions/v2022_11_28/types/group_1121.py +9 -9
  2111. githubkit/versions/v2022_11_28/types/group_1122.py +4 -13
  2112. githubkit/versions/v2022_11_28/types/group_1123.py +7 -5
  2113. githubkit/versions/v2022_11_28/types/group_1124.py +6 -7
  2114. githubkit/versions/v2022_11_28/types/group_1125.py +5 -10
  2115. githubkit/versions/v2022_11_28/types/group_1126.py +6 -3
  2116. githubkit/versions/v2022_11_28/types/group_1127.py +10 -6
  2117. githubkit/versions/v2022_11_28/types/group_1128.py +14 -5
  2118. githubkit/versions/v2022_11_28/types/group_1129.py +5 -13
  2119. githubkit/versions/v2022_11_28/types/group_1130.py +9 -6
  2120. githubkit/versions/v2022_11_28/types/group_1131.py +13 -32
  2121. githubkit/versions/v2022_11_28/types/group_1132.py +3 -11
  2122. githubkit/versions/v2022_11_28/types/group_1133.py +6 -11
  2123. githubkit/versions/v2022_11_28/types/group_1134.py +6 -6
  2124. githubkit/versions/v2022_11_28/types/group_1135.py +31 -0
  2125. githubkit/versions/v2022_11_28/types/group_1136.py +24 -0
  2126. githubkit/versions/v2022_11_28/types/group_1137.py +47 -0
  2127. githubkit/versions/v2022_11_28/types/group_1138.py +28 -0
  2128. githubkit/versions/v2022_11_28/types/group_1139.py +28 -0
  2129. githubkit/versions/v2022_11_28/types/group_1140.py +23 -0
  2130. githubkit/versions/v2022_11_28/webhooks/secret_scanning_alert.py +3 -0
  2131. {githubkit-0.11.0a4.dist-info → githubkit-0.11.1.dist-info}/METADATA +84 -2
  2132. githubkit-0.11.1.dist-info/RECORD +2435 -0
  2133. githubkit-0.11.0a4.dist-info/RECORD +0 -2421
  2134. {githubkit-0.11.0a4.dist-info → githubkit-0.11.1.dist-info}/LICENSE +0 -0
  2135. {githubkit-0.11.0a4.dist-info → githubkit-0.11.1.dist-info}/WHEEL +0 -0
@@ -19,17 +19,17 @@ from githubkit.utils import UNSET
19
19
  from githubkit.typing import Missing
20
20
  from githubkit.compat import GitHubModel, ExtraGitHubModel, model_rebuild
21
21
 
22
- from .group_0351 import EnterpriseWebhooks
23
- from .group_0352 import SimpleInstallation
24
- from .group_0354 import RepositoryWebhooks
25
- from .group_0355 import SimpleUserWebhooks
26
- from .group_0353 import OrganizationSimpleWebhooks
22
+ from .group_0355 import EnterpriseWebhooks
23
+ from .group_0356 import SimpleInstallation
24
+ from .group_0358 import RepositoryWebhooks
25
+ from .group_0359 import SimpleUserWebhooks
26
+ from .group_0357 import OrganizationSimpleWebhooks
27
27
 
28
28
 
29
- class WebhookPullRequestReviewThreadResolved(GitHubModel):
30
- """pull_request_review_thread resolved event"""
29
+ class WebhookPullRequestReviewRequestRemovedOneof1(GitHubModel):
30
+ """WebhookPullRequestReviewRequestRemovedOneof1"""
31
31
 
32
- action: Literal["resolved"] = Field()
32
+ action: Literal["review_request_removed"] = Field()
33
33
  enterprise: Missing[EnterpriseWebhooks] = Field(
34
34
  default=UNSET,
35
35
  title="Enterprise",
@@ -40,41 +40,93 @@ class WebhookPullRequestReviewThreadResolved(GitHubModel):
40
40
  title="Simple Installation",
41
41
  description='The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured\nfor and sent to a GitHub App. For more information,\nsee "[Using webhooks with GitHub Apps](https://docs.github.com/apps/creating-github-apps/registering-a-github-app/using-webhooks-with-github-apps)."',
42
42
  )
43
+ number: int = Field(description="The pull request number.")
43
44
  organization: Missing[OrganizationSimpleWebhooks] = Field(
44
45
  default=UNSET,
45
46
  title="Organization Simple",
46
47
  description="A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an\norganization, or when the event occurs from activity in a repository owned by an organization.",
47
48
  )
48
- pull_request: WebhookPullRequestReviewThreadResolvedPropPullRequest = Field(
49
- title="Simple Pull Request"
49
+ pull_request: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequest = Field(
50
+ title="Pull Request"
50
51
  )
51
52
  repository: RepositoryWebhooks = Field(
52
53
  title="Repository",
53
54
  description="The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property\nwhen the event occurs from activity in a repository.",
54
55
  )
55
- sender: Missing[SimpleUserWebhooks] = Field(
56
- default=UNSET,
56
+ requested_team: WebhookPullRequestReviewRequestRemovedOneof1PropRequestedTeam = Field(
57
+ title="Team",
58
+ description="Groups of organization members that gives permissions on specified repositories.",
59
+ )
60
+ sender: SimpleUserWebhooks = Field(
57
61
  title="Simple User",
58
62
  description="The GitHub user that triggered the event. This property is included in every webhook payload.",
59
63
  )
60
- thread: WebhookPullRequestReviewThreadResolvedPropThread = Field()
61
64
 
62
65
 
63
- class WebhookPullRequestReviewThreadResolvedPropPullRequest(GitHubModel):
64
- """Simple Pull Request"""
66
+ class WebhookPullRequestReviewRequestRemovedOneof1PropRequestedTeam(GitHubModel):
67
+ """Team
68
+
69
+ Groups of organization members that gives permissions on specified repositories.
70
+ """
71
+
72
+ deleted: Missing[bool] = Field(default=UNSET)
73
+ description: Union[str, None] = Field(description="Description of the team")
74
+ html_url: str = Field()
75
+ id: int = Field(description="Unique identifier of the team")
76
+ members_url: str = Field()
77
+ name: str = Field(description="Name of the team")
78
+ node_id: str = Field()
79
+ parent: Missing[
80
+ Union[
81
+ WebhookPullRequestReviewRequestRemovedOneof1PropRequestedTeamPropParent,
82
+ None,
83
+ ]
84
+ ] = Field(default=UNSET)
85
+ permission: str = Field(
86
+ description="Permission that the team will have for its repositories"
87
+ )
88
+ privacy: Literal["open", "closed", "secret"] = Field()
89
+ repositories_url: str = Field()
90
+ slug: str = Field()
91
+ url: str = Field(description="URL for the team")
92
+
93
+
94
+ class WebhookPullRequestReviewRequestRemovedOneof1PropRequestedTeamPropParent(
95
+ GitHubModel
96
+ ):
97
+ """WebhookPullRequestReviewRequestRemovedOneof1PropRequestedTeamPropParent"""
98
+
99
+ description: Union[str, None] = Field(description="Description of the team")
100
+ html_url: str = Field()
101
+ id: int = Field(description="Unique identifier of the team")
102
+ members_url: str = Field()
103
+ name: str = Field(description="Name of the team")
104
+ node_id: str = Field()
105
+ permission: str = Field(
106
+ description="Permission that the team will have for its repositories"
107
+ )
108
+ privacy: Literal["open", "closed", "secret"] = Field()
109
+ repositories_url: str = Field()
110
+ slug: str = Field()
111
+ url: str = Field(description="URL for the team")
112
+
113
+
114
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequest(GitHubModel):
115
+ """Pull Request"""
65
116
 
66
- links: WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinks = Field(
117
+ links: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinks = Field(
67
118
  alias="_links"
68
119
  )
69
120
  active_lock_reason: Union[
70
121
  None, Literal["resolved", "off-topic", "too heated", "spam"]
71
122
  ] = Field()
123
+ additions: Missing[int] = Field(default=UNSET)
72
124
  assignee: Union[
73
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropAssignee, None
125
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAssignee, None
74
126
  ] = Field(title="User")
75
127
  assignees: List[
76
128
  Union[
77
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropAssigneesItems,
129
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAssigneesItems,
78
130
  None,
79
131
  ]
80
132
  ] = Field()
@@ -92,61 +144,88 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequest(GitHubModel):
92
144
  description="How the author is associated with the repository.",
93
145
  )
94
146
  auto_merge: Union[
95
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropAutoMerge, None
147
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAutoMerge, None
96
148
  ] = Field(
97
149
  title="PullRequestAutoMerge",
98
150
  description="The status of auto merging a pull request.",
99
151
  )
100
- base: WebhookPullRequestReviewThreadResolvedPropPullRequestPropBase = Field()
152
+ base: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBase = Field()
101
153
  body: Union[str, None] = Field()
102
- closed_at: Union[str, None] = Field()
154
+ changed_files: Missing[int] = Field(default=UNSET)
155
+ closed_at: Union[datetime, None] = Field()
156
+ comments: Missing[int] = Field(default=UNSET)
103
157
  comments_url: str = Field()
158
+ commits: Missing[int] = Field(default=UNSET)
104
159
  commits_url: str = Field()
105
- created_at: str = Field()
160
+ created_at: datetime = Field()
161
+ deletions: Missing[int] = Field(default=UNSET)
106
162
  diff_url: str = Field()
107
- draft: bool = Field()
108
- head: WebhookPullRequestReviewThreadResolvedPropPullRequestPropHead = Field()
163
+ draft: bool = Field(
164
+ description="Indicates whether or not the pull request is a draft."
165
+ )
166
+ head: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHead = Field()
109
167
  html_url: str = Field()
110
168
  id: int = Field()
111
169
  issue_url: str = Field()
112
170
  labels: List[
113
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropLabelsItems
171
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLabelsItems
114
172
  ] = Field()
115
173
  locked: bool = Field()
174
+ maintainer_can_modify: Missing[bool] = Field(
175
+ default=UNSET,
176
+ description="Indicates whether maintainers can modify the pull request.",
177
+ )
116
178
  merge_commit_sha: Union[str, None] = Field()
117
- merged_at: Union[str, None] = Field()
179
+ mergeable: Missing[Union[bool, None]] = Field(default=UNSET)
180
+ mergeable_state: Missing[str] = Field(default=UNSET)
181
+ merged: Missing[Union[bool, None]] = Field(default=UNSET)
182
+ merged_at: Union[datetime, None] = Field()
183
+ merged_by: Missing[
184
+ Union[
185
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMergedBy,
186
+ None,
187
+ ]
188
+ ] = Field(default=UNSET, title="User")
118
189
  milestone: Union[
119
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropMilestone, None
190
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMilestone, None
120
191
  ] = Field(
121
192
  title="Milestone",
122
193
  description="A collection of related issues and pull requests.",
123
194
  )
124
195
  node_id: str = Field()
125
- number: int = Field()
196
+ number: int = Field(
197
+ description="Number uniquely identifying the pull request within its repository."
198
+ )
126
199
  patch_url: str = Field()
200
+ rebaseable: Missing[Union[bool, None]] = Field(default=UNSET)
127
201
  requested_reviewers: List[
128
202
  Union[
129
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof0,
203
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof0,
130
204
  None,
131
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof1,
205
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof1,
132
206
  ]
133
207
  ] = Field()
134
208
  requested_teams: List[
135
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedTeamsItems
209
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedTeamsItems
136
210
  ] = Field()
137
211
  review_comment_url: str = Field()
212
+ review_comments: Missing[int] = Field(default=UNSET)
138
213
  review_comments_url: str = Field()
139
- state: Literal["open", "closed"] = Field()
214
+ state: Literal["open", "closed"] = Field(
215
+ description="State of this Pull Request. Either `open` or `closed`."
216
+ )
140
217
  statuses_url: str = Field()
141
- title: str = Field()
142
- updated_at: str = Field()
218
+ title: str = Field(description="The title of the pull request.")
219
+ updated_at: datetime = Field()
143
220
  url: str = Field()
144
221
  user: Union[
145
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropUser, None
222
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropUser, None
146
223
  ] = Field(title="User")
147
224
 
148
225
 
149
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropAssignee(GitHubModel):
226
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAssignee(
227
+ GitHubModel
228
+ ):
150
229
  """User"""
151
230
 
152
231
  avatar_url: Missing[str] = Field(default=UNSET)
@@ -172,7 +251,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropAssignee(GitHubMo
172
251
  url: Missing[str] = Field(default=UNSET)
173
252
 
174
253
 
175
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropAssigneesItems(
254
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAssigneesItems(
176
255
  GitHubModel
177
256
  ):
178
257
  """User"""
@@ -200,7 +279,9 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropAssigneesItems(
200
279
  url: Missing[str] = Field(default=UNSET)
201
280
 
202
281
 
203
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropAutoMerge(GitHubModel):
282
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAutoMerge(
283
+ GitHubModel
284
+ ):
204
285
  """PullRequestAutoMerge
205
286
 
206
287
  The status of auto merging a pull request.
@@ -213,7 +294,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropAutoMerge(GitHubM
213
294
  description="Title for the merge commit message."
214
295
  )
215
296
  enabled_by: Union[
216
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropAutoMergePropEnabledBy,
297
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAutoMergePropEnabledBy,
217
298
  None,
218
299
  ] = Field(title="User")
219
300
  merge_method: Literal["merge", "squash", "rebase"] = Field(
@@ -221,7 +302,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropAutoMerge(GitHubM
221
302
  )
222
303
 
223
304
 
224
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropAutoMergePropEnabledBy(
305
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAutoMergePropEnabledBy(
225
306
  GitHubModel
226
307
  ):
227
308
  """User"""
@@ -249,7 +330,9 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropAutoMergePropEnab
249
330
  url: Missing[str] = Field(default=UNSET)
250
331
 
251
332
 
252
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLabelsItems(GitHubModel):
333
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLabelsItems(
334
+ GitHubModel
335
+ ):
253
336
  """Label"""
254
337
 
255
338
  color: str = Field(
@@ -263,7 +346,37 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLabelsItems(GitHu
263
346
  url: str = Field(description="URL for the label")
264
347
 
265
348
 
266
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropMilestone(GitHubModel):
349
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMergedBy(
350
+ GitHubModel
351
+ ):
352
+ """User"""
353
+
354
+ avatar_url: Missing[str] = Field(default=UNSET)
355
+ deleted: Missing[bool] = Field(default=UNSET)
356
+ email: Missing[Union[str, None]] = Field(default=UNSET)
357
+ events_url: Missing[str] = Field(default=UNSET)
358
+ followers_url: Missing[str] = Field(default=UNSET)
359
+ following_url: Missing[str] = Field(default=UNSET)
360
+ gists_url: Missing[str] = Field(default=UNSET)
361
+ gravatar_id: Missing[str] = Field(default=UNSET)
362
+ html_url: Missing[str] = Field(default=UNSET)
363
+ id: int = Field()
364
+ login: str = Field()
365
+ name: Missing[str] = Field(default=UNSET)
366
+ node_id: Missing[str] = Field(default=UNSET)
367
+ organizations_url: Missing[str] = Field(default=UNSET)
368
+ received_events_url: Missing[str] = Field(default=UNSET)
369
+ repos_url: Missing[str] = Field(default=UNSET)
370
+ site_admin: Missing[bool] = Field(default=UNSET)
371
+ starred_url: Missing[str] = Field(default=UNSET)
372
+ subscriptions_url: Missing[str] = Field(default=UNSET)
373
+ type: Missing[Literal["Bot", "User", "Organization"]] = Field(default=UNSET)
374
+ url: Missing[str] = Field(default=UNSET)
375
+
376
+
377
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMilestone(
378
+ GitHubModel
379
+ ):
267
380
  """Milestone
268
381
 
269
382
  A collection of related issues and pull requests.
@@ -273,7 +386,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropMilestone(GitHubM
273
386
  closed_issues: int = Field()
274
387
  created_at: datetime = Field()
275
388
  creator: Union[
276
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropMilestonePropCreator,
389
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMilestonePropCreator,
277
390
  None,
278
391
  ] = Field(title="User")
279
392
  description: Union[str, None] = Field()
@@ -290,7 +403,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropMilestone(GitHubM
290
403
  url: str = Field()
291
404
 
292
405
 
293
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropMilestonePropCreator(
406
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMilestonePropCreator(
294
407
  GitHubModel
295
408
  ):
296
409
  """User"""
@@ -318,7 +431,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropMilestonePropCrea
318
431
  url: Missing[str] = Field(default=UNSET)
319
432
 
320
433
 
321
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof0(
434
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof0(
322
435
  GitHubModel
323
436
  ):
324
437
  """User"""
@@ -342,13 +455,11 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewer
342
455
  site_admin: Missing[bool] = Field(default=UNSET)
343
456
  starred_url: Missing[str] = Field(default=UNSET)
344
457
  subscriptions_url: Missing[str] = Field(default=UNSET)
345
- type: Missing[Literal["Bot", "User", "Organization", "Mannequin"]] = Field(
346
- default=UNSET
347
- )
458
+ type: Missing[Literal["Bot", "User", "Organization"]] = Field(default=UNSET)
348
459
  url: Missing[str] = Field(default=UNSET)
349
460
 
350
461
 
351
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropUser(GitHubModel):
462
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropUser(GitHubModel):
352
463
  """User"""
353
464
 
354
465
  avatar_url: Missing[str] = Field(default=UNSET)
@@ -370,42 +481,40 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropUser(GitHubModel)
370
481
  site_admin: Missing[bool] = Field(default=UNSET)
371
482
  starred_url: Missing[str] = Field(default=UNSET)
372
483
  subscriptions_url: Missing[str] = Field(default=UNSET)
373
- type: Missing[Literal["Bot", "User", "Organization", "Mannequin"]] = Field(
374
- default=UNSET
375
- )
484
+ type: Missing[Literal["Bot", "User", "Organization"]] = Field(default=UNSET)
376
485
  url: Missing[str] = Field(default=UNSET)
377
486
 
378
487
 
379
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinks(GitHubModel):
380
- """WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinks"""
488
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinks(GitHubModel):
489
+ """WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinks"""
381
490
 
382
- comments: WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropComments = Field(
491
+ comments: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropComments = Field(
383
492
  title="Link"
384
493
  )
385
- commits: WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropCommits = Field(
494
+ commits: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropCommits = Field(
386
495
  title="Link"
387
496
  )
388
- html: WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropHtml = (
389
- Field(title="Link")
497
+ html: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropHtml = Field(
498
+ title="Link"
390
499
  )
391
- issue: WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropIssue = (
392
- Field(title="Link")
500
+ issue: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropIssue = Field(
501
+ title="Link"
393
502
  )
394
- review_comment: WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropReviewComment = Field(
503
+ review_comment: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropReviewComment = Field(
395
504
  title="Link"
396
505
  )
397
- review_comments: WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropReviewComments = Field(
506
+ review_comments: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropReviewComments = Field(
398
507
  title="Link"
399
508
  )
400
- self_: WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropSelf = (
401
- Field(alias="self", title="Link")
509
+ self_: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropSelf = Field(
510
+ alias="self", title="Link"
402
511
  )
403
- statuses: WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropStatuses = Field(
512
+ statuses: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropStatuses = Field(
404
513
  title="Link"
405
514
  )
406
515
 
407
516
 
408
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropComments(
517
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropComments(
409
518
  GitHubModel
410
519
  ):
411
520
  """Link"""
@@ -413,7 +522,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropComments
413
522
  href: str = Field()
414
523
 
415
524
 
416
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropCommits(
525
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropCommits(
417
526
  GitHubModel
418
527
  ):
419
528
  """Link"""
@@ -421,7 +530,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropCommits(
421
530
  href: str = Field()
422
531
 
423
532
 
424
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropHtml(
533
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropHtml(
425
534
  GitHubModel
426
535
  ):
427
536
  """Link"""
@@ -429,7 +538,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropHtml(
429
538
  href: str = Field()
430
539
 
431
540
 
432
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropIssue(
541
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropIssue(
433
542
  GitHubModel
434
543
  ):
435
544
  """Link"""
@@ -437,7 +546,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropIssue(
437
546
  href: str = Field()
438
547
 
439
548
 
440
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropReviewComment(
549
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropReviewComment(
441
550
  GitHubModel
442
551
  ):
443
552
  """Link"""
@@ -445,7 +554,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropReviewCo
445
554
  href: str = Field()
446
555
 
447
556
 
448
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropReviewComments(
557
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropReviewComments(
449
558
  GitHubModel
450
559
  ):
451
560
  """Link"""
@@ -453,7 +562,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropReviewCo
453
562
  href: str = Field()
454
563
 
455
564
 
456
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropSelf(
565
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropSelf(
457
566
  GitHubModel
458
567
  ):
459
568
  """Link"""
@@ -461,7 +570,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropSelf(
461
570
  href: str = Field()
462
571
 
463
572
 
464
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropStatuses(
573
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropStatuses(
465
574
  GitHubModel
466
575
  ):
467
576
  """Link"""
@@ -469,21 +578,22 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropStatuses
469
578
  href: str = Field()
470
579
 
471
580
 
472
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBase(GitHubModel):
473
- """WebhookPullRequestReviewThreadResolvedPropPullRequestPropBase"""
581
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBase(GitHubModel):
582
+ """WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBase"""
474
583
 
475
584
  label: str = Field()
476
585
  ref: str = Field()
477
- repo: WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepo = Field(
586
+ repo: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepo = Field(
478
587
  title="Repository", description="A git repository"
479
588
  )
480
589
  sha: str = Field()
481
590
  user: Union[
482
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropUser, None
591
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropUser,
592
+ None,
483
593
  ] = Field(title="User")
484
594
 
485
595
 
486
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropUser(
596
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropUser(
487
597
  GitHubModel
488
598
  ):
489
599
  """User"""
@@ -511,7 +621,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropUser(
511
621
  url: Missing[str] = Field(default=UNSET)
512
622
 
513
623
 
514
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepo(
624
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepo(
515
625
  GitHubModel
516
626
  ):
517
627
  """Repository
@@ -596,10 +706,18 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepo(
596
706
  language: Union[str, None] = Field()
597
707
  languages_url: str = Field()
598
708
  license_: Union[
599
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropLicense,
709
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropLicense,
600
710
  None,
601
711
  ] = Field(alias="license", title="License")
602
712
  master_branch: Missing[str] = Field(default=UNSET)
713
+ merge_commit_message: Missing[Literal["PR_BODY", "PR_TITLE", "BLANK"]] = Field(
714
+ default=UNSET,
715
+ description="The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message.",
716
+ )
717
+ merge_commit_title: Missing[Literal["PR_TITLE", "MERGE_MESSAGE"]] = Field(
718
+ default=UNSET,
719
+ description="The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).",
720
+ )
603
721
  merges_url: str = Field()
604
722
  milestones_url: str = Field()
605
723
  mirror_url: Union[str, None] = Field()
@@ -610,11 +728,11 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepo(
610
728
  open_issues_count: int = Field()
611
729
  organization: Missing[str] = Field(default=UNSET)
612
730
  owner: Union[
613
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropOwner,
731
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropOwner,
614
732
  None,
615
733
  ] = Field(title="User")
616
734
  permissions: Missing[
617
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropPermissions
735
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropPermissions
618
736
  ] = Field(default=UNSET)
619
737
  private: bool = Field(description="Whether the repository is private or public.")
620
738
  public: Missing[bool] = Field(default=UNSET)
@@ -623,6 +741,18 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepo(
623
741
  releases_url: str = Field()
624
742
  role_name: Missing[Union[str, None]] = Field(default=UNSET)
625
743
  size: int = Field()
744
+ squash_merge_commit_message: Missing[
745
+ Literal["PR_BODY", "COMMIT_MESSAGES", "BLANK"]
746
+ ] = Field(
747
+ default=UNSET,
748
+ description="The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message.",
749
+ )
750
+ squash_merge_commit_title: Missing[
751
+ Literal["PR_TITLE", "COMMIT_OR_PR_TITLE"]
752
+ ] = Field(
753
+ default=UNSET,
754
+ description="The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).",
755
+ )
626
756
  ssh_url: str = Field()
627
757
  stargazers: Missing[int] = Field(default=UNSET)
628
758
  stargazers_count: int = Field()
@@ -637,6 +767,10 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepo(
637
767
  trees_url: str = Field()
638
768
  updated_at: datetime = Field()
639
769
  url: str = Field()
770
+ use_squash_pr_title_as_default: Missing[bool] = Field(
771
+ default=UNSET,
772
+ description="Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
773
+ )
640
774
  visibility: Literal["public", "private", "internal"] = Field()
641
775
  watchers: int = Field()
642
776
  watchers_count: int = Field()
@@ -646,7 +780,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepo(
646
780
  )
647
781
 
648
782
 
649
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropLicense(
783
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropLicense(
650
784
  GitHubModel
651
785
  ):
652
786
  """License"""
@@ -658,7 +792,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropL
658
792
  url: Union[str, None] = Field()
659
793
 
660
794
 
661
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropOwner(
795
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropOwner(
662
796
  GitHubModel
663
797
  ):
664
798
  """User"""
@@ -686,11 +820,11 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropO
686
820
  url: Missing[str] = Field(default=UNSET)
687
821
 
688
822
 
689
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropPermissions(
823
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropPermissions(
690
824
  GitHubModel
691
825
  ):
692
- """WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropPermiss
693
- ions
826
+ """WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropP
827
+ ermissions
694
828
  """
695
829
 
696
830
  admin: bool = Field()
@@ -700,21 +834,50 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropP
700
834
  triage: Missing[bool] = Field(default=UNSET)
701
835
 
702
836
 
703
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHead(GitHubModel):
704
- """WebhookPullRequestReviewThreadResolvedPropPullRequestPropHead"""
837
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHead(GitHubModel):
838
+ """WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHead"""
705
839
 
706
- label: Union[str, None] = Field()
840
+ label: str = Field()
707
841
  ref: str = Field()
708
- repo: Union[
709
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepo, None
710
- ] = Field(title="Repository", description="A git repository")
842
+ repo: WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepo = Field(
843
+ title="Repository", description="A git repository"
844
+ )
711
845
  sha: str = Field()
712
846
  user: Union[
713
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropUser, None
847
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropUser,
848
+ None,
714
849
  ] = Field(title="User")
715
850
 
716
851
 
717
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepo(
852
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropUser(
853
+ GitHubModel
854
+ ):
855
+ """User"""
856
+
857
+ avatar_url: Missing[str] = Field(default=UNSET)
858
+ deleted: Missing[bool] = Field(default=UNSET)
859
+ email: Missing[Union[str, None]] = Field(default=UNSET)
860
+ events_url: Missing[str] = Field(default=UNSET)
861
+ followers_url: Missing[str] = Field(default=UNSET)
862
+ following_url: Missing[str] = Field(default=UNSET)
863
+ gists_url: Missing[str] = Field(default=UNSET)
864
+ gravatar_id: Missing[str] = Field(default=UNSET)
865
+ html_url: Missing[str] = Field(default=UNSET)
866
+ id: int = Field()
867
+ login: str = Field()
868
+ name: Missing[str] = Field(default=UNSET)
869
+ node_id: Missing[str] = Field(default=UNSET)
870
+ organizations_url: Missing[str] = Field(default=UNSET)
871
+ received_events_url: Missing[str] = Field(default=UNSET)
872
+ repos_url: Missing[str] = Field(default=UNSET)
873
+ site_admin: Missing[bool] = Field(default=UNSET)
874
+ starred_url: Missing[str] = Field(default=UNSET)
875
+ subscriptions_url: Missing[str] = Field(default=UNSET)
876
+ type: Missing[Literal["Bot", "User", "Organization"]] = Field(default=UNSET)
877
+ url: Missing[str] = Field(default=UNSET)
878
+
879
+
880
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepo(
718
881
  GitHubModel
719
882
  ):
720
883
  """Repository
@@ -799,10 +962,18 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepo(
799
962
  language: Union[str, None] = Field()
800
963
  languages_url: str = Field()
801
964
  license_: Union[
802
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropLicense,
965
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropLicense,
803
966
  None,
804
967
  ] = Field(alias="license", title="License")
805
968
  master_branch: Missing[str] = Field(default=UNSET)
969
+ merge_commit_message: Missing[Literal["PR_BODY", "PR_TITLE", "BLANK"]] = Field(
970
+ default=UNSET,
971
+ description="The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message.",
972
+ )
973
+ merge_commit_title: Missing[Literal["PR_TITLE", "MERGE_MESSAGE"]] = Field(
974
+ default=UNSET,
975
+ description="The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).",
976
+ )
806
977
  merges_url: str = Field()
807
978
  milestones_url: str = Field()
808
979
  mirror_url: Union[str, None] = Field()
@@ -813,11 +984,11 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepo(
813
984
  open_issues_count: int = Field()
814
985
  organization: Missing[str] = Field(default=UNSET)
815
986
  owner: Union[
816
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropOwner,
987
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropOwner,
817
988
  None,
818
989
  ] = Field(title="User")
819
990
  permissions: Missing[
820
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropPermissions
991
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropPermissions
821
992
  ] = Field(default=UNSET)
822
993
  private: bool = Field(description="Whether the repository is private or public.")
823
994
  public: Missing[bool] = Field(default=UNSET)
@@ -826,6 +997,18 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepo(
826
997
  releases_url: str = Field()
827
998
  role_name: Missing[Union[str, None]] = Field(default=UNSET)
828
999
  size: int = Field()
1000
+ squash_merge_commit_message: Missing[
1001
+ Literal["PR_BODY", "COMMIT_MESSAGES", "BLANK"]
1002
+ ] = Field(
1003
+ default=UNSET,
1004
+ description="The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message.",
1005
+ )
1006
+ squash_merge_commit_title: Missing[
1007
+ Literal["PR_TITLE", "COMMIT_OR_PR_TITLE"]
1008
+ ] = Field(
1009
+ default=UNSET,
1010
+ description="The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit).",
1011
+ )
829
1012
  ssh_url: str = Field()
830
1013
  stargazers: Missing[int] = Field(default=UNSET)
831
1014
  stargazers_count: int = Field()
@@ -840,6 +1023,10 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepo(
840
1023
  trees_url: str = Field()
841
1024
  updated_at: datetime = Field()
842
1025
  url: str = Field()
1026
+ use_squash_pr_title_as_default: Missing[bool] = Field(
1027
+ default=UNSET,
1028
+ description="Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
1029
+ )
843
1030
  visibility: Literal["public", "private", "internal"] = Field()
844
1031
  watchers: int = Field()
845
1032
  watchers_count: int = Field()
@@ -849,7 +1036,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepo(
849
1036
  )
850
1037
 
851
1038
 
852
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropLicense(
1039
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropLicense(
853
1040
  GitHubModel
854
1041
  ):
855
1042
  """License"""
@@ -861,7 +1048,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropL
861
1048
  url: Union[str, None] = Field()
862
1049
 
863
1050
 
864
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropOwner(
1051
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropOwner(
865
1052
  GitHubModel
866
1053
  ):
867
1054
  """User"""
@@ -889,11 +1076,11 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropO
889
1076
  url: Missing[str] = Field(default=UNSET)
890
1077
 
891
1078
 
892
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropPermissions(
1079
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropPermissions(
893
1080
  GitHubModel
894
1081
  ):
895
- """WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropPermiss
896
- ions
1082
+ """WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropP
1083
+ ermissions
897
1084
  """
898
1085
 
899
1086
  admin: bool = Field()
@@ -903,35 +1090,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropP
903
1090
  triage: Missing[bool] = Field(default=UNSET)
904
1091
 
905
1092
 
906
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropUser(
907
- GitHubModel
908
- ):
909
- """User"""
910
-
911
- avatar_url: Missing[str] = Field(default=UNSET)
912
- deleted: Missing[bool] = Field(default=UNSET)
913
- email: Missing[Union[str, None]] = Field(default=UNSET)
914
- events_url: Missing[str] = Field(default=UNSET)
915
- followers_url: Missing[str] = Field(default=UNSET)
916
- following_url: Missing[str] = Field(default=UNSET)
917
- gists_url: Missing[str] = Field(default=UNSET)
918
- gravatar_id: Missing[str] = Field(default=UNSET)
919
- html_url: Missing[str] = Field(default=UNSET)
920
- id: int = Field()
921
- login: str = Field()
922
- name: Missing[str] = Field(default=UNSET)
923
- node_id: Missing[str] = Field(default=UNSET)
924
- organizations_url: Missing[str] = Field(default=UNSET)
925
- received_events_url: Missing[str] = Field(default=UNSET)
926
- repos_url: Missing[str] = Field(default=UNSET)
927
- site_admin: Missing[bool] = Field(default=UNSET)
928
- starred_url: Missing[str] = Field(default=UNSET)
929
- subscriptions_url: Missing[str] = Field(default=UNSET)
930
- type: Missing[Literal["Bot", "User", "Organization"]] = Field(default=UNSET)
931
- url: Missing[str] = Field(default=UNSET)
932
-
933
-
934
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof1(
1093
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof1(
935
1094
  GitHubModel
936
1095
  ):
937
1096
  """Team
@@ -948,7 +1107,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewer
948
1107
  node_id: str = Field()
949
1108
  parent: Missing[
950
1109
  Union[
951
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof1PropParent,
1110
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof1PropParent,
952
1111
  None,
953
1112
  ]
954
1113
  ] = Field(default=UNSET)
@@ -961,11 +1120,11 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewer
961
1120
  url: str = Field(description="URL for the team")
962
1121
 
963
1122
 
964
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof1PropParent(
1123
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof1PropParent(
965
1124
  GitHubModel
966
1125
  ):
967
- """WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItems
968
- Oneof1PropParent
1126
+ """WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewer
1127
+ sItemsOneof1PropParent
969
1128
  """
970
1129
 
971
1130
  description: Union[str, None] = Field(description="Description of the team")
@@ -983,7 +1142,7 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewer
983
1142
  url: str = Field(description="URL for the team")
984
1143
 
985
1144
 
986
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedTeamsItems(
1145
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedTeamsItems(
987
1146
  GitHubModel
988
1147
  ):
989
1148
  """Team
@@ -992,35 +1151,32 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedTeamsIte
992
1151
  """
993
1152
 
994
1153
  deleted: Missing[bool] = Field(default=UNSET)
995
- description: Missing[Union[str, None]] = Field(
996
- default=UNSET, description="Description of the team"
997
- )
998
- html_url: Missing[str] = Field(default=UNSET)
1154
+ description: Union[str, None] = Field(description="Description of the team")
1155
+ html_url: str = Field()
999
1156
  id: int = Field(description="Unique identifier of the team")
1000
- members_url: Missing[str] = Field(default=UNSET)
1157
+ members_url: str = Field()
1001
1158
  name: str = Field(description="Name of the team")
1002
- node_id: Missing[str] = Field(default=UNSET)
1159
+ node_id: str = Field()
1003
1160
  parent: Missing[
1004
1161
  Union[
1005
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedTeamsItemsPropParent,
1162
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedTeamsItemsPropParent,
1006
1163
  None,
1007
1164
  ]
1008
1165
  ] = Field(default=UNSET)
1009
- permission: Missing[str] = Field(
1010
- default=UNSET,
1011
- description="Permission that the team will have for its repositories",
1166
+ permission: str = Field(
1167
+ description="Permission that the team will have for its repositories"
1012
1168
  )
1013
- privacy: Missing[Literal["open", "closed", "secret"]] = Field(default=UNSET)
1014
- repositories_url: Missing[str] = Field(default=UNSET)
1015
- slug: Missing[str] = Field(default=UNSET)
1016
- url: Missing[str] = Field(default=UNSET, description="URL for the team")
1169
+ privacy: Literal["open", "closed", "secret"] = Field()
1170
+ repositories_url: str = Field()
1171
+ slug: str = Field()
1172
+ url: str = Field(description="URL for the team")
1017
1173
 
1018
1174
 
1019
- class WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedTeamsItemsPropParent(
1175
+ class WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedTeamsItemsPropParent(
1020
1176
  GitHubModel
1021
1177
  ):
1022
- """WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedTeamsItemsProp
1023
- Parent
1178
+ """WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedTeamsIte
1179
+ msPropParent
1024
1180
  """
1025
1181
 
1026
1182
  description: Union[str, None] = Field(description="Description of the team")
@@ -1038,322 +1194,138 @@ class WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedTeamsIte
1038
1194
  url: str = Field(description="URL for the team")
1039
1195
 
1040
1196
 
1041
- class WebhookPullRequestReviewThreadResolvedPropThread(GitHubModel):
1042
- """WebhookPullRequestReviewThreadResolvedPropThread"""
1043
-
1044
- comments: List[
1045
- WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItems
1046
- ] = Field()
1047
- node_id: str = Field()
1048
-
1049
-
1050
- class WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItems(GitHubModel):
1051
- """Pull Request Review Comment
1052
-
1053
- The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-
1054
- for-a-pull-request) itself.
1055
- """
1056
-
1057
- links: WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinks = Field(
1058
- alias="_links"
1059
- )
1060
- author_association: Literal[
1061
- "COLLABORATOR",
1062
- "CONTRIBUTOR",
1063
- "FIRST_TIMER",
1064
- "FIRST_TIME_CONTRIBUTOR",
1065
- "MANNEQUIN",
1066
- "MEMBER",
1067
- "NONE",
1068
- "OWNER",
1069
- ] = Field(
1070
- title="AuthorAssociation",
1071
- description="How the author is associated with the repository.",
1072
- )
1073
- body: str = Field(description="The text of the comment.")
1074
- commit_id: str = Field(
1075
- description="The SHA of the commit to which the comment applies."
1076
- )
1077
- created_at: datetime = Field()
1078
- diff_hunk: str = Field(
1079
- description="The diff of the line that the comment refers to."
1080
- )
1081
- html_url: str = Field(description="HTML URL for the pull request review comment.")
1082
- id: int = Field(description="The ID of the pull request review comment.")
1083
- in_reply_to_id: Missing[int] = Field(
1084
- default=UNSET, description="The comment ID to reply to."
1085
- )
1086
- line: Union[int, None] = Field(
1087
- description="The line of the blob to which the comment applies. The last line of the range for a multi-line comment"
1088
- )
1089
- node_id: str = Field(description="The node ID of the pull request review comment.")
1090
- original_commit_id: str = Field(
1091
- description="The SHA of the original commit to which the comment applies."
1092
- )
1093
- original_line: Union[int, None] = Field(
1094
- description="The line of the blob to which the comment applies. The last line of the range for a multi-line comment"
1095
- )
1096
- original_position: int = Field(
1097
- description="The index of the original line in the diff to which the comment applies."
1098
- )
1099
- original_start_line: Union[int, None] = Field(
1100
- description="The first line of the range for a multi-line comment."
1101
- )
1102
- path: str = Field(
1103
- description="The relative path of the file to which the comment applies."
1104
- )
1105
- position: Union[int, None] = Field(
1106
- description="The line index in the diff to which the comment applies."
1107
- )
1108
- pull_request_review_id: Union[int, None] = Field(
1109
- description="The ID of the pull request review to which the comment belongs."
1110
- )
1111
- pull_request_url: str = Field(
1112
- description="URL for the pull request that the review comment belongs to."
1113
- )
1114
- reactions: WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropReactions = Field(
1115
- title="Reactions"
1116
- )
1117
- side: Literal["LEFT", "RIGHT"] = Field(
1118
- description="The side of the first line of the range for a multi-line comment."
1119
- )
1120
- start_line: Union[int, None] = Field(
1121
- description="The first line of the range for a multi-line comment."
1122
- )
1123
- start_side: Union[None, Literal["LEFT", "RIGHT"]] = Field(
1124
- default="RIGHT",
1125
- description="The side of the first line of the range for a multi-line comment.",
1126
- )
1127
- subject_type: Missing[Literal["line", "file"]] = Field(
1128
- default=UNSET,
1129
- description="The level at which the comment is targeted, can be a diff line or a file.",
1130
- )
1131
- updated_at: datetime = Field()
1132
- url: str = Field(description="URL for the pull request review comment")
1133
- user: Union[
1134
- WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropUser, None
1135
- ] = Field(title="User")
1136
-
1137
-
1138
- class WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropReactions(
1139
- GitHubModel
1140
- ):
1141
- """Reactions"""
1142
-
1143
- plus_one: int = Field(alias="+1")
1144
- minus_one: int = Field(alias="-1")
1145
- confused: int = Field()
1146
- eyes: int = Field()
1147
- heart: int = Field()
1148
- hooray: int = Field()
1149
- laugh: int = Field()
1150
- rocket: int = Field()
1151
- total_count: int = Field()
1152
- url: str = Field()
1153
-
1154
-
1155
- class WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropUser(
1156
- GitHubModel
1157
- ):
1158
- """User"""
1159
-
1160
- avatar_url: Missing[str] = Field(default=UNSET)
1161
- deleted: Missing[bool] = Field(default=UNSET)
1162
- email: Missing[Union[str, None]] = Field(default=UNSET)
1163
- events_url: Missing[str] = Field(default=UNSET)
1164
- followers_url: Missing[str] = Field(default=UNSET)
1165
- following_url: Missing[str] = Field(default=UNSET)
1166
- gists_url: Missing[str] = Field(default=UNSET)
1167
- gravatar_id: Missing[str] = Field(default=UNSET)
1168
- html_url: Missing[str] = Field(default=UNSET)
1169
- id: int = Field()
1170
- login: str = Field()
1171
- name: Missing[str] = Field(default=UNSET)
1172
- node_id: Missing[str] = Field(default=UNSET)
1173
- organizations_url: Missing[str] = Field(default=UNSET)
1174
- received_events_url: Missing[str] = Field(default=UNSET)
1175
- repos_url: Missing[str] = Field(default=UNSET)
1176
- site_admin: Missing[bool] = Field(default=UNSET)
1177
- starred_url: Missing[str] = Field(default=UNSET)
1178
- subscriptions_url: Missing[str] = Field(default=UNSET)
1179
- type: Missing[Literal["Bot", "User", "Organization", "Mannequin"]] = Field(
1180
- default=UNSET
1181
- )
1182
- url: Missing[str] = Field(default=UNSET)
1183
-
1184
-
1185
- class WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinks(
1186
- GitHubModel
1187
- ):
1188
- """WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinks"""
1189
-
1190
- html: WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropHtml = Field(
1191
- title="Link"
1192
- )
1193
- pull_request: WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropPullRequest = Field(
1194
- title="Link"
1195
- )
1196
- self_: WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropSelf = Field(
1197
- alias="self", title="Link"
1198
- )
1199
-
1200
-
1201
- class WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropHtml(
1202
- GitHubModel
1203
- ):
1204
- """Link"""
1205
-
1206
- href: str = Field()
1207
-
1208
-
1209
- class WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropPullRequest(
1210
- GitHubModel
1211
- ):
1212
- """Link"""
1213
-
1214
- href: str = Field()
1215
-
1216
-
1217
- class WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropSelf(
1218
- GitHubModel
1219
- ):
1220
- """Link"""
1221
-
1222
- href: str = Field()
1223
-
1224
-
1225
- model_rebuild(WebhookPullRequestReviewThreadResolved)
1226
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequest)
1227
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropAssignee)
1228
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropAssigneesItems)
1229
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropAutoMerge)
1197
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1)
1198
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1PropRequestedTeam)
1199
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1PropRequestedTeamPropParent)
1200
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1PropPullRequest)
1201
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAssignee)
1202
+ model_rebuild(
1203
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAssigneesItems
1204
+ )
1205
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAutoMerge)
1206
+ model_rebuild(
1207
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAutoMergePropEnabledBy
1208
+ )
1209
+ model_rebuild(
1210
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLabelsItems
1211
+ )
1212
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMergedBy)
1213
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMilestone)
1214
+ model_rebuild(
1215
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMilestonePropCreator
1216
+ )
1217
+ model_rebuild(
1218
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof0
1219
+ )
1220
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropUser)
1221
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinks)
1230
1222
  model_rebuild(
1231
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropAutoMergePropEnabledBy
1223
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropComments
1232
1224
  )
1233
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropLabelsItems)
1234
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropMilestone)
1235
1225
  model_rebuild(
1236
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropMilestonePropCreator
1226
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropCommits
1237
1227
  )
1238
1228
  model_rebuild(
1239
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof0
1229
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropHtml
1240
1230
  )
1241
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropUser)
1242
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinks)
1243
1231
  model_rebuild(
1244
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropComments
1232
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropIssue
1245
1233
  )
1246
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropCommits)
1247
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropHtml)
1248
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropIssue)
1249
1234
  model_rebuild(
1250
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropReviewComment
1235
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropReviewComment
1251
1236
  )
1252
1237
  model_rebuild(
1253
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropReviewComments
1238
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropReviewComments
1254
1239
  )
1255
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropSelf)
1256
1240
  model_rebuild(
1257
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropStatuses
1241
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropSelf
1258
1242
  )
1259
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropBase)
1260
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropUser)
1261
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepo)
1262
1243
  model_rebuild(
1263
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropLicense
1244
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropStatuses
1264
1245
  )
1246
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBase)
1265
1247
  model_rebuild(
1266
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropOwner
1248
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropUser
1267
1249
  )
1268
1250
  model_rebuild(
1269
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropPermissions
1251
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepo
1270
1252
  )
1271
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropHead)
1272
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepo)
1273
1253
  model_rebuild(
1274
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropLicense
1254
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropLicense
1275
1255
  )
1276
1256
  model_rebuild(
1277
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropOwner
1257
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropOwner
1278
1258
  )
1279
1259
  model_rebuild(
1280
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropPermissions
1260
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropPermissions
1281
1261
  )
1282
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropUser)
1262
+ model_rebuild(WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHead)
1283
1263
  model_rebuild(
1284
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof1
1264
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropUser
1285
1265
  )
1286
1266
  model_rebuild(
1287
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof1PropParent
1267
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepo
1288
1268
  )
1289
1269
  model_rebuild(
1290
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedTeamsItems
1270
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropLicense
1291
1271
  )
1292
1272
  model_rebuild(
1293
- WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedTeamsItemsPropParent
1273
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropOwner
1294
1274
  )
1295
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropThread)
1296
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItems)
1297
1275
  model_rebuild(
1298
- WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropReactions
1276
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropPermissions
1299
1277
  )
1300
- model_rebuild(WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropUser)
1301
1278
  model_rebuild(
1302
- WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinks
1279
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof1
1303
1280
  )
1304
1281
  model_rebuild(
1305
- WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropHtml
1282
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof1PropParent
1306
1283
  )
1307
1284
  model_rebuild(
1308
- WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropPullRequest
1285
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedTeamsItems
1309
1286
  )
1310
1287
  model_rebuild(
1311
- WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropSelf
1288
+ WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedTeamsItemsPropParent
1312
1289
  )
1313
1290
 
1314
1291
  __all__ = (
1315
- "WebhookPullRequestReviewThreadResolved",
1316
- "WebhookPullRequestReviewThreadResolvedPropPullRequest",
1317
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropAssignee",
1318
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropAssigneesItems",
1319
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropAutoMerge",
1320
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropAutoMergePropEnabledBy",
1321
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropLabelsItems",
1322
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropMilestone",
1323
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropMilestonePropCreator",
1324
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof0",
1325
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropUser",
1326
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinks",
1327
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropComments",
1328
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropCommits",
1329
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropHtml",
1330
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropIssue",
1331
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropReviewComment",
1332
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropReviewComments",
1333
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropSelf",
1334
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropLinksPropStatuses",
1335
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropBase",
1336
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropUser",
1337
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepo",
1338
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropLicense",
1339
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropOwner",
1340
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropBasePropRepoPropPermissions",
1341
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropHead",
1342
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepo",
1343
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropLicense",
1344
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropOwner",
1345
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropRepoPropPermissions",
1346
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropHeadPropUser",
1347
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof1",
1348
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedReviewersItemsOneof1PropParent",
1349
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedTeamsItems",
1350
- "WebhookPullRequestReviewThreadResolvedPropPullRequestPropRequestedTeamsItemsPropParent",
1351
- "WebhookPullRequestReviewThreadResolvedPropThread",
1352
- "WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItems",
1353
- "WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropReactions",
1354
- "WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropUser",
1355
- "WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinks",
1356
- "WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropHtml",
1357
- "WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropPullRequest",
1358
- "WebhookPullRequestReviewThreadResolvedPropThreadPropCommentsItemsPropLinksPropSelf",
1292
+ "WebhookPullRequestReviewRequestRemovedOneof1",
1293
+ "WebhookPullRequestReviewRequestRemovedOneof1PropRequestedTeam",
1294
+ "WebhookPullRequestReviewRequestRemovedOneof1PropRequestedTeamPropParent",
1295
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequest",
1296
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAssignee",
1297
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAssigneesItems",
1298
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAutoMerge",
1299
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropAutoMergePropEnabledBy",
1300
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLabelsItems",
1301
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMergedBy",
1302
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMilestone",
1303
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropMilestonePropCreator",
1304
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof0",
1305
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropUser",
1306
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinks",
1307
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropComments",
1308
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropCommits",
1309
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropHtml",
1310
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropIssue",
1311
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropReviewComment",
1312
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropReviewComments",
1313
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropSelf",
1314
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropLinksPropStatuses",
1315
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBase",
1316
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropUser",
1317
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepo",
1318
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropLicense",
1319
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropOwner",
1320
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropBasePropRepoPropPermissions",
1321
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHead",
1322
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropUser",
1323
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepo",
1324
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropLicense",
1325
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropOwner",
1326
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropHeadPropRepoPropPermissions",
1327
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof1",
1328
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedReviewersItemsOneof1PropParent",
1329
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedTeamsItems",
1330
+ "WebhookPullRequestReviewRequestRemovedOneof1PropPullRequestPropRequestedTeamsItemsPropParent",
1359
1331
  )