GitHubKit 0.12.14__py3-none-any.whl → 0.12.16__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 (3332) hide show
  1. githubkit/cache/base.py +11 -3
  2. githubkit/cache/redis.py +9 -6
  3. githubkit/config.py +7 -1
  4. githubkit/core.py +48 -18
  5. githubkit/github.py +7 -1
  6. githubkit/response.py +64 -1
  7. githubkit/rest/__init__.py +28 -0
  8. githubkit/typing.py +22 -0
  9. githubkit/versions/ghec_v2022_11_28/models/__init__.py +4894 -4768
  10. githubkit/versions/ghec_v2022_11_28/models/group_0018.py +2 -1
  11. githubkit/versions/ghec_v2022_11_28/models/group_0021.py +1 -1
  12. githubkit/versions/ghec_v2022_11_28/models/group_0046.py +10 -121
  13. githubkit/versions/ghec_v2022_11_28/models/group_0047.py +8 -7
  14. githubkit/versions/ghec_v2022_11_28/models/group_0048.py +24 -12
  15. githubkit/versions/ghec_v2022_11_28/models/group_0049.py +107 -73
  16. githubkit/versions/ghec_v2022_11_28/models/group_0050.py +7 -37
  17. githubkit/versions/ghec_v2022_11_28/models/group_0051.py +16 -12
  18. githubkit/versions/ghec_v2022_11_28/models/group_0052.py +86 -16
  19. githubkit/versions/ghec_v2022_11_28/models/group_0053.py +24 -31
  20. githubkit/versions/ghec_v2022_11_28/models/group_0054.py +9 -147
  21. githubkit/versions/ghec_v2022_11_28/models/group_0055.py +20 -41
  22. githubkit/versions/ghec_v2022_11_28/models/group_0056.py +37 -11
  23. githubkit/versions/ghec_v2022_11_28/models/group_0057.py +126 -44
  24. githubkit/versions/ghec_v2022_11_28/models/group_0058.py +31 -124
  25. githubkit/versions/ghec_v2022_11_28/models/group_0059.py +12 -49
  26. githubkit/versions/ghec_v2022_11_28/models/group_0060.py +41 -175
  27. githubkit/versions/ghec_v2022_11_28/models/group_0061.py +128 -14
  28. githubkit/versions/ghec_v2022_11_28/models/group_0062.py +48 -10
  29. githubkit/versions/ghec_v2022_11_28/models/group_0063.py +203 -20
  30. githubkit/versions/ghec_v2022_11_28/models/group_0064.py +12 -33
  31. githubkit/versions/ghec_v2022_11_28/models/group_0065.py +15 -39
  32. githubkit/versions/ghec_v2022_11_28/models/group_0066.py +24 -26
  33. githubkit/versions/ghec_v2022_11_28/models/group_0067.py +40 -41
  34. githubkit/versions/ghec_v2022_11_28/models/group_0068.py +35 -63
  35. githubkit/versions/ghec_v2022_11_28/models/group_0069.py +23 -328
  36. githubkit/versions/ghec_v2022_11_28/models/group_0070.py +42 -12
  37. githubkit/versions/ghec_v2022_11_28/models/group_0071.py +55 -24
  38. githubkit/versions/ghec_v2022_11_28/models/group_0072.py +295 -68
  39. githubkit/versions/ghec_v2022_11_28/models/group_0073.py +8 -59
  40. githubkit/versions/ghec_v2022_11_28/models/group_0074.py +30 -19
  41. githubkit/versions/ghec_v2022_11_28/models/group_0075.py +97 -22
  42. githubkit/versions/ghec_v2022_11_28/models/group_0076.py +52 -15
  43. githubkit/versions/ghec_v2022_11_28/models/group_0077.py +20 -14
  44. githubkit/versions/ghec_v2022_11_28/models/group_0078.py +31 -41
  45. githubkit/versions/ghec_v2022_11_28/models/group_0079.py +18 -31
  46. githubkit/versions/ghec_v2022_11_28/models/group_0080.py +16 -20
  47. githubkit/versions/ghec_v2022_11_28/models/group_0081.py +45 -11
  48. githubkit/versions/ghec_v2022_11_28/models/group_0082.py +34 -12
  49. githubkit/versions/ghec_v2022_11_28/models/group_0083.py +28 -13
  50. githubkit/versions/ghec_v2022_11_28/models/group_0084.py +12 -18
  51. githubkit/versions/ghec_v2022_11_28/models/group_0085.py +14 -10
  52. githubkit/versions/ghec_v2022_11_28/models/group_0086.py +12 -14
  53. githubkit/versions/ghec_v2022_11_28/models/group_0087.py +18 -12
  54. githubkit/versions/ghec_v2022_11_28/models/group_0088.py +7 -33
  55. githubkit/versions/ghec_v2022_11_28/models/group_0089.py +14 -12
  56. githubkit/versions/ghec_v2022_11_28/models/group_0090.py +12 -10
  57. githubkit/versions/ghec_v2022_11_28/models/group_0091.py +33 -15
  58. githubkit/versions/ghec_v2022_11_28/models/group_0092.py +8 -16
  59. githubkit/versions/ghec_v2022_11_28/models/group_0093.py +8 -18
  60. githubkit/versions/ghec_v2022_11_28/models/group_0094.py +12 -12
  61. githubkit/versions/ghec_v2022_11_28/models/group_0095.py +17 -42
  62. githubkit/versions/ghec_v2022_11_28/models/group_0096.py +15 -10
  63. githubkit/versions/ghec_v2022_11_28/models/group_0097.py +20 -7
  64. githubkit/versions/ghec_v2022_11_28/models/group_0098.py +41 -6
  65. githubkit/versions/ghec_v2022_11_28/models/group_0099.py +8 -8
  66. githubkit/versions/ghec_v2022_11_28/models/group_0100.py +6 -32
  67. githubkit/versions/ghec_v2022_11_28/models/group_0101.py +6 -14
  68. githubkit/versions/ghec_v2022_11_28/models/group_0102.py +15 -7
  69. githubkit/versions/ghec_v2022_11_28/models/group_0103.py +27 -29
  70. githubkit/versions/ghec_v2022_11_28/models/group_0104.py +11 -9
  71. githubkit/versions/ghec_v2022_11_28/models/group_0105.py +6 -31
  72. githubkit/versions/ghec_v2022_11_28/models/group_0106.py +29 -12
  73. githubkit/versions/ghec_v2022_11_28/models/group_0107.py +11 -30
  74. githubkit/versions/ghec_v2022_11_28/models/group_0108.py +27 -12
  75. githubkit/versions/ghec_v2022_11_28/models/group_0109.py +13 -13
  76. githubkit/versions/ghec_v2022_11_28/models/group_0110.py +29 -11
  77. githubkit/versions/ghec_v2022_11_28/models/group_0111.py +12 -13
  78. githubkit/versions/ghec_v2022_11_28/models/group_0112.py +13 -12
  79. githubkit/versions/ghec_v2022_11_28/models/group_0113.py +12 -13
  80. githubkit/versions/ghec_v2022_11_28/models/group_0114.py +13 -12
  81. githubkit/versions/ghec_v2022_11_28/models/group_0115.py +12 -13
  82. githubkit/versions/ghec_v2022_11_28/models/group_0116.py +13 -12
  83. githubkit/versions/ghec_v2022_11_28/models/group_0117.py +12 -13
  84. githubkit/versions/ghec_v2022_11_28/models/group_0118.py +13 -14
  85. githubkit/versions/ghec_v2022_11_28/models/group_0119.py +16 -6
  86. githubkit/versions/ghec_v2022_11_28/models/group_0120.py +13 -13
  87. githubkit/versions/ghec_v2022_11_28/models/group_0121.py +18 -8
  88. githubkit/versions/ghec_v2022_11_28/models/group_0122.py +6 -17
  89. githubkit/versions/ghec_v2022_11_28/models/group_0123.py +17 -6
  90. githubkit/versions/ghec_v2022_11_28/models/group_0124.py +9 -16
  91. githubkit/versions/ghec_v2022_11_28/models/group_0125.py +17 -8
  92. githubkit/versions/ghec_v2022_11_28/models/group_0126.py +7 -11
  93. githubkit/versions/ghec_v2022_11_28/models/group_0127.py +9 -9
  94. githubkit/versions/ghec_v2022_11_28/models/group_0128.py +8 -34
  95. githubkit/versions/ghec_v2022_11_28/models/group_0129.py +7 -13
  96. githubkit/versions/ghec_v2022_11_28/models/group_0130.py +11 -25
  97. githubkit/versions/ghec_v2022_11_28/models/group_0131.py +31 -8
  98. githubkit/versions/ghec_v2022_11_28/models/group_0132.py +15 -8
  99. githubkit/versions/ghec_v2022_11_28/models/group_0133.py +27 -13
  100. githubkit/versions/ghec_v2022_11_28/models/group_0134.py +6 -10
  101. githubkit/versions/ghec_v2022_11_28/models/group_0135.py +8 -14
  102. githubkit/versions/ghec_v2022_11_28/models/group_0136.py +10 -128
  103. githubkit/versions/ghec_v2022_11_28/models/group_0137.py +12 -12
  104. githubkit/versions/ghec_v2022_11_28/models/group_0138.py +12 -7
  105. githubkit/versions/ghec_v2022_11_28/models/group_0139.py +129 -12
  106. githubkit/versions/ghec_v2022_11_28/models/group_0140.py +14 -7
  107. githubkit/versions/ghec_v2022_11_28/models/group_0141.py +12 -5
  108. githubkit/versions/ghec_v2022_11_28/models/group_0142.py +14 -126
  109. githubkit/versions/ghec_v2022_11_28/models/group_0143.py +7 -54
  110. githubkit/versions/ghec_v2022_11_28/models/group_0144.py +5 -28
  111. githubkit/versions/ghec_v2022_11_28/models/group_0145.py +114 -125
  112. githubkit/versions/ghec_v2022_11_28/models/group_0146.py +47 -78
  113. githubkit/versions/ghec_v2022_11_28/models/group_0147.py +20 -34
  114. githubkit/versions/ghec_v2022_11_28/models/group_0148.py +137 -27
  115. githubkit/versions/ghec_v2022_11_28/models/group_0149.py +84 -10
  116. githubkit/versions/ghec_v2022_11_28/models/group_0150.py +39 -11
  117. githubkit/versions/ghec_v2022_11_28/models/group_0151.py +26 -34
  118. githubkit/versions/ghec_v2022_11_28/models/group_0152.py +16 -28
  119. githubkit/versions/ghec_v2022_11_28/models/group_0153.py +12 -32
  120. githubkit/versions/ghec_v2022_11_28/models/group_0154.py +13 -14
  121. githubkit/versions/ghec_v2022_11_28/models/group_0155.py +10 -119
  122. githubkit/versions/ghec_v2022_11_28/models/group_0156.py +36 -39
  123. githubkit/versions/ghec_v2022_11_28/models/group_0157.py +23 -76
  124. githubkit/versions/ghec_v2022_11_28/models/group_0158.py +27 -66
  125. githubkit/versions/ghec_v2022_11_28/models/group_0159.py +14 -45
  126. githubkit/versions/ghec_v2022_11_28/models/group_0160.py +107 -53
  127. githubkit/versions/ghec_v2022_11_28/models/group_0161.py +35 -113
  128. githubkit/versions/ghec_v2022_11_28/models/group_0162.py +76 -25
  129. githubkit/versions/ghec_v2022_11_28/models/group_0163.py +67 -24
  130. githubkit/versions/ghec_v2022_11_28/models/group_0164.py +44 -8
  131. githubkit/versions/ghec_v2022_11_28/models/group_0165.py +64 -18
  132. githubkit/versions/ghec_v2022_11_28/models/group_0166.py +120 -18
  133. githubkit/versions/ghec_v2022_11_28/models/group_0167.py +30 -24
  134. githubkit/versions/ghec_v2022_11_28/models/group_0168.py +21 -30
  135. githubkit/versions/ghec_v2022_11_28/models/group_0169.py +7 -75
  136. githubkit/versions/ghec_v2022_11_28/models/group_0170.py +19 -102
  137. githubkit/versions/ghec_v2022_11_28/models/group_0171.py +18 -163
  138. githubkit/versions/ghec_v2022_11_28/models/group_0172.py +19 -28
  139. githubkit/versions/ghec_v2022_11_28/models/group_0173.py +35 -14
  140. githubkit/versions/ghec_v2022_11_28/models/group_0174.py +70 -22
  141. githubkit/versions/ghec_v2022_11_28/models/group_0175.py +97 -13
  142. githubkit/versions/ghec_v2022_11_28/models/group_0176.py +141 -114
  143. githubkit/versions/ghec_v2022_11_28/models/group_0177.py +32 -7
  144. githubkit/versions/ghec_v2022_11_28/models/group_0178.py +16 -20
  145. githubkit/versions/ghec_v2022_11_28/models/group_0179.py +28 -14
  146. githubkit/versions/ghec_v2022_11_28/models/group_0180.py +11 -130
  147. githubkit/versions/ghec_v2022_11_28/models/group_0181.py +118 -37
  148. githubkit/versions/ghec_v2022_11_28/models/group_0182.py +7 -21
  149. githubkit/versions/ghec_v2022_11_28/models/group_0183.py +13 -144
  150. githubkit/versions/ghec_v2022_11_28/models/group_0184.py +5 -5
  151. githubkit/versions/ghec_v2022_11_28/models/group_0185.py +109 -42
  152. githubkit/versions/ghec_v2022_11_28/models/group_0186.py +43 -35
  153. githubkit/versions/ghec_v2022_11_28/models/group_0187.py +19 -14
  154. githubkit/versions/ghec_v2022_11_28/models/group_0188.py +143 -12
  155. githubkit/versions/ghec_v2022_11_28/models/group_0189.py +11 -5
  156. githubkit/versions/ghec_v2022_11_28/models/group_0190.py +41 -111
  157. githubkit/versions/ghec_v2022_11_28/models/group_0191.py +45 -22
  158. githubkit/versions/ghec_v2022_11_28/models/group_0192.py +14 -37
  159. githubkit/versions/ghec_v2022_11_28/models/group_0193.py +19 -21
  160. githubkit/versions/ghec_v2022_11_28/models/group_0194.py +7 -23
  161. githubkit/versions/ghec_v2022_11_28/models/group_0195.py +176 -7
  162. githubkit/versions/ghec_v2022_11_28/models/group_0196.py +132 -24
  163. githubkit/versions/ghec_v2022_11_28/models/group_0197.py +25 -19
  164. githubkit/versions/ghec_v2022_11_28/models/group_0198.py +40 -13
  165. githubkit/versions/ghec_v2022_11_28/models/group_0199.py +19 -11
  166. githubkit/versions/ghec_v2022_11_28/models/group_0200.py +23 -7
  167. githubkit/versions/ghec_v2022_11_28/models/group_0201.py +9 -17
  168. githubkit/versions/ghec_v2022_11_28/models/group_0202.py +31 -11
  169. githubkit/versions/ghec_v2022_11_28/models/group_0203.py +16 -14
  170. githubkit/versions/ghec_v2022_11_28/models/group_0204.py +12 -20
  171. githubkit/versions/ghec_v2022_11_28/models/group_0205.py +13 -19
  172. githubkit/versions/ghec_v2022_11_28/models/group_0206.py +7 -35
  173. githubkit/versions/ghec_v2022_11_28/models/group_0207.py +18 -39
  174. githubkit/versions/ghec_v2022_11_28/models/group_0208.py +13 -7
  175. githubkit/versions/ghec_v2022_11_28/models/group_0209.py +11 -48
  176. githubkit/versions/ghec_v2022_11_28/models/group_0210.py +18 -15
  177. githubkit/versions/ghec_v2022_11_28/models/group_0211.py +18 -20
  178. githubkit/versions/ghec_v2022_11_28/models/group_0212.py +24 -32
  179. githubkit/versions/ghec_v2022_11_28/models/group_0213.py +33 -37
  180. githubkit/versions/ghec_v2022_11_28/models/group_0214.py +7 -57
  181. githubkit/versions/ghec_v2022_11_28/models/group_0215.py +40 -74
  182. githubkit/versions/ghec_v2022_11_28/models/group_0216.py +15 -83
  183. githubkit/versions/ghec_v2022_11_28/models/group_0217.py +15 -19
  184. githubkit/versions/ghec_v2022_11_28/models/group_0218.py +36 -26
  185. githubkit/versions/ghec_v2022_11_28/models/group_0219.py +41 -12
  186. githubkit/versions/ghec_v2022_11_28/models/group_0220.py +56 -12
  187. githubkit/versions/ghec_v2022_11_28/models/group_0221.py +89 -11
  188. githubkit/versions/ghec_v2022_11_28/models/group_0222.py +60 -156
  189. githubkit/versions/ghec_v2022_11_28/models/group_0223.py +18 -33
  190. githubkit/versions/ghec_v2022_11_28/models/group_0224.py +24 -77
  191. githubkit/versions/ghec_v2022_11_28/models/group_0225.py +9 -23
  192. githubkit/versions/ghec_v2022_11_28/models/group_0226.py +11 -184
  193. githubkit/versions/ghec_v2022_11_28/models/group_0227.py +9 -28
  194. githubkit/versions/ghec_v2022_11_28/models/group_0228.py +159 -94
  195. githubkit/versions/ghec_v2022_11_28/models/group_0229.py +37 -33
  196. githubkit/versions/ghec_v2022_11_28/models/group_0230.py +80 -24
  197. githubkit/versions/ghec_v2022_11_28/models/group_0231.py +25 -18
  198. githubkit/versions/ghec_v2022_11_28/models/group_0232.py +183 -11
  199. githubkit/versions/ghec_v2022_11_28/models/group_0233.py +20 -35
  200. githubkit/versions/ghec_v2022_11_28/models/group_0234.py +98 -130
  201. githubkit/versions/ghec_v2022_11_28/models/group_0235.py +29 -18
  202. githubkit/versions/ghec_v2022_11_28/models/group_0236.py +26 -11
  203. githubkit/versions/ghec_v2022_11_28/models/group_0237.py +14 -7
  204. githubkit/versions/ghec_v2022_11_28/models/group_0238.py +16 -8
  205. githubkit/versions/ghec_v2022_11_28/models/group_0239.py +44 -9
  206. githubkit/versions/ghec_v2022_11_28/models/group_0240.py +147 -17
  207. githubkit/versions/ghec_v2022_11_28/models/group_0241.py +20 -32
  208. githubkit/versions/ghec_v2022_11_28/models/group_0242.py +13 -27
  209. githubkit/versions/ghec_v2022_11_28/models/group_0243.py +10 -87
  210. githubkit/versions/ghec_v2022_11_28/models/group_0244.py +8 -16
  211. githubkit/versions/ghec_v2022_11_28/models/group_0245.py +10 -10
  212. githubkit/versions/ghec_v2022_11_28/models/group_0246.py +21 -13
  213. githubkit/versions/ghec_v2022_11_28/models/group_0247.py +36 -14
  214. githubkit/versions/ghec_v2022_11_28/models/group_0248.py +29 -7
  215. githubkit/versions/ghec_v2022_11_28/models/group_0249.py +86 -47
  216. githubkit/versions/ghec_v2022_11_28/models/group_0250.py +12 -42
  217. githubkit/versions/ghec_v2022_11_28/models/group_0251.py +6 -98
  218. githubkit/versions/ghec_v2022_11_28/models/group_0252.py +10 -42
  219. githubkit/versions/ghec_v2022_11_28/models/group_0253.py +17 -8
  220. githubkit/versions/ghec_v2022_11_28/models/group_0254.py +6 -14
  221. githubkit/versions/ghec_v2022_11_28/models/group_0255.py +41 -43
  222. githubkit/versions/ghec_v2022_11_28/models/group_0256.py +36 -41
  223. githubkit/versions/ghec_v2022_11_28/models/group_0257.py +89 -77
  224. githubkit/versions/ghec_v2022_11_28/models/group_0258.py +34 -40
  225. githubkit/versions/ghec_v2022_11_28/models/group_0259.py +9 -28
  226. githubkit/versions/ghec_v2022_11_28/models/group_0260.py +15 -13
  227. githubkit/versions/ghec_v2022_11_28/models/group_0261.py +49 -9
  228. githubkit/versions/ghec_v2022_11_28/models/group_0262.py +43 -23
  229. githubkit/versions/ghec_v2022_11_28/models/group_0263.py +78 -34
  230. githubkit/versions/ghec_v2022_11_28/models/group_0264.py +47 -125
  231. githubkit/versions/ghec_v2022_11_28/models/group_0265.py +24 -167
  232. githubkit/versions/ghec_v2022_11_28/models/group_0266.py +12 -26
  233. githubkit/versions/ghec_v2022_11_28/models/group_0267.py +11 -12
  234. githubkit/versions/ghec_v2022_11_28/models/group_0268.py +37 -17
  235. githubkit/versions/ghec_v2022_11_28/models/group_0269.py +43 -19
  236. githubkit/versions/ghec_v2022_11_28/models/group_0270.py +122 -49
  237. githubkit/versions/ghec_v2022_11_28/models/group_0271.py +161 -18
  238. githubkit/versions/ghec_v2022_11_28/models/group_0272.py +16 -20
  239. githubkit/versions/ghec_v2022_11_28/models/group_0273.py +9 -152
  240. githubkit/versions/ghec_v2022_11_28/models/group_0274.py +11 -23
  241. githubkit/versions/ghec_v2022_11_28/models/group_0275.py +20 -32
  242. githubkit/versions/ghec_v2022_11_28/models/group_0276.py +51 -31
  243. githubkit/versions/ghec_v2022_11_28/models/group_0277.py +23 -70
  244. githubkit/versions/ghec_v2022_11_28/models/group_0278.py +31 -17
  245. githubkit/versions/ghec_v2022_11_28/models/group_0279.py +143 -57
  246. githubkit/versions/ghec_v2022_11_28/models/group_0280.py +20 -31
  247. githubkit/versions/ghec_v2022_11_28/models/group_0281.py +37 -54
  248. githubkit/versions/ghec_v2022_11_28/models/group_0282.py +26 -82
  249. githubkit/versions/ghec_v2022_11_28/models/group_0283.py +71 -9
  250. githubkit/versions/ghec_v2022_11_28/models/group_0284.py +17 -14
  251. githubkit/versions/ghec_v2022_11_28/models/group_0285.py +68 -8
  252. githubkit/versions/ghec_v2022_11_28/models/group_0286.py +32 -41
  253. githubkit/versions/ghec_v2022_11_28/models/group_0287.py +49 -11
  254. githubkit/versions/ghec_v2022_11_28/models/group_0288.py +81 -21
  255. githubkit/versions/ghec_v2022_11_28/models/group_0289.py +11 -15
  256. githubkit/versions/ghec_v2022_11_28/models/group_0290.py +13 -9
  257. githubkit/versions/ghec_v2022_11_28/models/group_0291.py +7 -54
  258. githubkit/versions/ghec_v2022_11_28/models/group_0292.py +35 -20
  259. githubkit/versions/ghec_v2022_11_28/models/group_0293.py +11 -25
  260. githubkit/versions/ghec_v2022_11_28/models/group_0294.py +24 -33
  261. githubkit/versions/ghec_v2022_11_28/models/group_0295.py +13 -48
  262. githubkit/versions/ghec_v2022_11_28/models/group_0296.py +12 -43
  263. githubkit/versions/ghec_v2022_11_28/models/group_0297.py +52 -11
  264. githubkit/versions/ghec_v2022_11_28/models/group_0298.py +26 -7
  265. githubkit/versions/ghec_v2022_11_28/models/group_0299.py +27 -18
  266. githubkit/versions/ghec_v2022_11_28/models/group_0300.py +36 -25
  267. githubkit/versions/ghec_v2022_11_28/models/group_0301.py +44 -26
  268. githubkit/versions/ghec_v2022_11_28/models/group_0302.py +43 -10
  269. githubkit/versions/ghec_v2022_11_28/models/group_0303.py +11 -25
  270. githubkit/versions/ghec_v2022_11_28/models/group_0304.py +9 -59
  271. githubkit/versions/ghec_v2022_11_28/models/group_0305.py +15 -52
  272. githubkit/versions/ghec_v2022_11_28/models/group_0306.py +32 -22
  273. githubkit/versions/ghec_v2022_11_28/models/group_0307.py +33 -6
  274. githubkit/versions/ghec_v2022_11_28/models/group_0308.py +7 -18
  275. githubkit/versions/ghec_v2022_11_28/models/group_0309.py +18 -75
  276. githubkit/versions/ghec_v2022_11_28/models/group_0310.py +62 -29
  277. githubkit/versions/ghec_v2022_11_28/models/group_0311.py +56 -13
  278. githubkit/versions/ghec_v2022_11_28/models/group_0312.py +13 -35
  279. githubkit/versions/ghec_v2022_11_28/models/group_0313.py +6 -20
  280. githubkit/versions/ghec_v2022_11_28/models/group_0314.py +17 -42
  281. githubkit/versions/ghec_v2022_11_28/models/group_0315.py +78 -17
  282. githubkit/versions/ghec_v2022_11_28/models/group_0316.py +18 -53
  283. githubkit/versions/ghec_v2022_11_28/models/group_0317.py +13 -30
  284. githubkit/versions/ghec_v2022_11_28/models/group_0318.py +31 -25
  285. githubkit/versions/ghec_v2022_11_28/models/group_0319.py +18 -28
  286. githubkit/versions/ghec_v2022_11_28/models/group_0320.py +38 -24
  287. githubkit/versions/ghec_v2022_11_28/models/group_0321.py +22 -107
  288. githubkit/versions/ghec_v2022_11_28/models/group_0322.py +48 -40
  289. githubkit/versions/ghec_v2022_11_28/models/group_0323.py +32 -34
  290. githubkit/versions/ghec_v2022_11_28/models/group_0324.py +35 -56
  291. githubkit/versions/ghec_v2022_11_28/models/group_0325.py +31 -28
  292. githubkit/versions/ghec_v2022_11_28/models/group_0326.py +24 -23
  293. githubkit/versions/ghec_v2022_11_28/models/group_0327.py +90 -126
  294. githubkit/versions/ghec_v2022_11_28/models/group_0328.py +57 -7
  295. githubkit/versions/ghec_v2022_11_28/models/group_0329.py +35 -34
  296. githubkit/versions/ghec_v2022_11_28/models/group_0330.py +52 -34
  297. githubkit/versions/ghec_v2022_11_28/models/group_0331.py +19 -66
  298. githubkit/versions/ghec_v2022_11_28/models/group_0332.py +27 -42
  299. githubkit/versions/ghec_v2022_11_28/models/group_0333.py +144 -10
  300. githubkit/versions/ghec_v2022_11_28/models/group_0334.py +7 -83
  301. githubkit/versions/ghec_v2022_11_28/models/group_0335.py +25 -14
  302. githubkit/versions/ghec_v2022_11_28/models/group_0336.py +37 -12
  303. githubkit/versions/ghec_v2022_11_28/models/group_0337.py +72 -10
  304. githubkit/versions/ghec_v2022_11_28/models/group_0338.py +45 -6
  305. githubkit/versions/ghec_v2022_11_28/models/group_0339.py +10 -15
  306. githubkit/versions/ghec_v2022_11_28/models/group_0340.py +65 -30
  307. githubkit/versions/ghec_v2022_11_28/models/group_0341.py +20 -8
  308. githubkit/versions/ghec_v2022_11_28/models/group_0342.py +11 -14
  309. githubkit/versions/ghec_v2022_11_28/models/group_0343.py +11 -80
  310. githubkit/versions/ghec_v2022_11_28/models/group_0344.py +7 -23
  311. githubkit/versions/ghec_v2022_11_28/models/group_0345.py +17 -39
  312. githubkit/versions/ghec_v2022_11_28/models/group_0346.py +36 -20
  313. githubkit/versions/ghec_v2022_11_28/models/group_0347.py +9 -9
  314. githubkit/versions/ghec_v2022_11_28/models/group_0348.py +12 -29
  315. githubkit/versions/ghec_v2022_11_28/models/group_0349.py +73 -53
  316. githubkit/versions/ghec_v2022_11_28/models/group_0350.py +20 -11
  317. githubkit/versions/ghec_v2022_11_28/models/group_0351.py +39 -9
  318. githubkit/versions/ghec_v2022_11_28/models/group_0352.py +20 -128
  319. githubkit/versions/ghec_v2022_11_28/models/group_0353.py +8 -32
  320. githubkit/versions/ghec_v2022_11_28/models/group_0354.py +30 -28
  321. githubkit/versions/ghec_v2022_11_28/models/group_0355.py +62 -25
  322. githubkit/versions/ghec_v2022_11_28/models/group_0356.py +10 -19
  323. githubkit/versions/ghec_v2022_11_28/models/group_0357.py +9 -30
  324. githubkit/versions/ghec_v2022_11_28/models/group_0358.py +120 -14
  325. githubkit/versions/ghec_v2022_11_28/models/group_0359.py +13 -13
  326. githubkit/versions/ghec_v2022_11_28/models/group_0360.py +21 -23
  327. githubkit/versions/ghec_v2022_11_28/models/group_0361.py +12 -21
  328. githubkit/versions/ghec_v2022_11_28/models/group_0362.py +9 -23
  329. githubkit/versions/ghec_v2022_11_28/models/group_0363.py +17 -7
  330. githubkit/versions/ghec_v2022_11_28/models/group_0364.py +12 -21
  331. githubkit/versions/ghec_v2022_11_28/models/group_0365.py +13 -21
  332. githubkit/versions/ghec_v2022_11_28/models/group_0366.py +17 -23
  333. githubkit/versions/ghec_v2022_11_28/models/group_0367.py +17 -26
  334. githubkit/versions/ghec_v2022_11_28/models/group_0368.py +30 -41
  335. githubkit/versions/ghec_v2022_11_28/models/group_0369.py +17 -17
  336. githubkit/versions/ghec_v2022_11_28/models/group_0370.py +37 -10
  337. githubkit/versions/ghec_v2022_11_28/models/group_0371.py +26 -71
  338. githubkit/versions/ghec_v2022_11_28/models/group_0372.py +26 -52
  339. githubkit/versions/ghec_v2022_11_28/models/group_0373.py +29 -132
  340. githubkit/versions/ghec_v2022_11_28/models/group_0374.py +40 -14
  341. githubkit/versions/ghec_v2022_11_28/models/group_0375.py +17 -17
  342. githubkit/versions/ghec_v2022_11_28/models/group_0376.py +11 -21
  343. githubkit/versions/ghec_v2022_11_28/models/group_0377.py +79 -14
  344. githubkit/versions/ghec_v2022_11_28/models/group_0378.py +69 -6
  345. githubkit/versions/ghec_v2022_11_28/models/group_0379.py +140 -29
  346. githubkit/versions/ghec_v2022_11_28/models/group_0380.py +19 -11
  347. githubkit/versions/ghec_v2022_11_28/models/group_0381.py +18 -76
  348. githubkit/versions/ghec_v2022_11_28/models/group_0382.py +17 -23
  349. githubkit/versions/ghec_v2022_11_28/models/group_0383.py +18 -6
  350. githubkit/versions/ghec_v2022_11_28/models/group_0384.py +6 -23
  351. githubkit/versions/ghec_v2022_11_28/models/group_0385.py +35 -22
  352. githubkit/versions/ghec_v2022_11_28/models/group_0386.py +9 -86
  353. githubkit/versions/ghec_v2022_11_28/models/group_0387.py +68 -82
  354. githubkit/versions/ghec_v2022_11_28/models/group_0388.py +27 -10
  355. githubkit/versions/ghec_v2022_11_28/models/group_0389.py +8 -27
  356. githubkit/versions/ghec_v2022_11_28/models/group_0390.py +20 -13
  357. githubkit/versions/ghec_v2022_11_28/models/group_0391.py +23 -10
  358. githubkit/versions/ghec_v2022_11_28/models/group_0392.py +89 -10
  359. githubkit/versions/ghec_v2022_11_28/models/group_0393.py +69 -43
  360. githubkit/versions/ghec_v2022_11_28/models/group_0394.py +10 -71
  361. githubkit/versions/ghec_v2022_11_28/models/group_0395.py +27 -8
  362. githubkit/versions/ghec_v2022_11_28/models/group_0396.py +13 -27
  363. githubkit/versions/ghec_v2022_11_28/models/group_0397.py +8 -45
  364. githubkit/versions/ghec_v2022_11_28/models/group_0398.py +10 -9
  365. githubkit/versions/ghec_v2022_11_28/models/group_0399.py +61 -16
  366. githubkit/versions/ghec_v2022_11_28/models/group_0400.py +70 -12
  367. githubkit/versions/ghec_v2022_11_28/models/group_0401.py +8 -22
  368. githubkit/versions/ghec_v2022_11_28/models/group_0402.py +26 -18
  369. githubkit/versions/ghec_v2022_11_28/models/group_0403.py +41 -14
  370. githubkit/versions/ghec_v2022_11_28/models/group_0404.py +9 -21
  371. githubkit/versions/ghec_v2022_11_28/models/group_0405.py +7 -9
  372. githubkit/versions/ghec_v2022_11_28/models/group_0406.py +5 -5
  373. githubkit/versions/ghec_v2022_11_28/models/group_0407.py +7 -7
  374. githubkit/versions/ghec_v2022_11_28/models/group_0408.py +5 -10
  375. githubkit/versions/ghec_v2022_11_28/models/group_0409.py +5 -5
  376. githubkit/versions/ghec_v2022_11_28/models/group_0410.py +7 -9
  377. githubkit/versions/ghec_v2022_11_28/models/group_0411.py +7 -7
  378. githubkit/versions/ghec_v2022_11_28/models/group_0412.py +5 -10
  379. githubkit/versions/ghec_v2022_11_28/models/group_0413.py +7 -9
  380. githubkit/versions/ghec_v2022_11_28/models/group_0414.py +7 -7
  381. githubkit/versions/ghec_v2022_11_28/models/group_0415.py +5 -10
  382. githubkit/versions/ghec_v2022_11_28/models/group_0416.py +7 -7
  383. githubkit/versions/ghec_v2022_11_28/models/group_0417.py +7 -7
  384. githubkit/versions/ghec_v2022_11_28/models/group_0418.py +9 -7
  385. githubkit/versions/ghec_v2022_11_28/models/group_0419.py +9 -7
  386. githubkit/versions/ghec_v2022_11_28/models/group_0420.py +9 -7
  387. githubkit/versions/ghec_v2022_11_28/models/group_0421.py +14 -124
  388. githubkit/versions/ghec_v2022_11_28/models/group_0422.py +19 -59
  389. githubkit/versions/ghec_v2022_11_28/models/group_0423.py +18 -12
  390. githubkit/versions/ghec_v2022_11_28/models/group_0424.py +14 -58
  391. githubkit/versions/ghec_v2022_11_28/models/group_0425.py +18 -8
  392. githubkit/versions/ghec_v2022_11_28/models/group_0426.py +14 -107
  393. githubkit/versions/ghec_v2022_11_28/models/group_0427.py +113 -67
  394. githubkit/versions/ghec_v2022_11_28/models/group_0428.py +63 -125
  395. githubkit/versions/ghec_v2022_11_28/models/group_0429.py +17 -12
  396. githubkit/versions/ghec_v2022_11_28/models/group_0430.py +65 -8
  397. githubkit/versions/ghec_v2022_11_28/models/group_0431.py +11 -27
  398. githubkit/versions/ghec_v2022_11_28/models/group_0432.py +116 -6
  399. githubkit/versions/ghec_v2022_11_28/models/group_0433.py +85 -16
  400. githubkit/versions/ghec_v2022_11_28/models/group_0434.py +128 -24
  401. githubkit/versions/ghec_v2022_11_28/models/group_0435.py +12 -12
  402. githubkit/versions/ghec_v2022_11_28/models/group_0436.py +8 -6
  403. githubkit/versions/ghec_v2022_11_28/models/group_0437.py +28 -8
  404. githubkit/versions/ghec_v2022_11_28/models/group_0438.py +6 -12
  405. githubkit/versions/ghec_v2022_11_28/models/group_0439.py +18 -9
  406. githubkit/versions/ghec_v2022_11_28/models/group_0440.py +21 -8
  407. githubkit/versions/ghec_v2022_11_28/models/group_0441.py +12 -10
  408. githubkit/versions/ghec_v2022_11_28/models/group_0442.py +14 -49
  409. githubkit/versions/ghec_v2022_11_28/models/group_0443.py +8 -24
  410. githubkit/versions/ghec_v2022_11_28/models/group_0444.py +10 -74
  411. githubkit/versions/ghec_v2022_11_28/models/group_0445.py +10 -29
  412. githubkit/versions/ghec_v2022_11_28/models/group_0446.py +9 -29
  413. githubkit/versions/ghec_v2022_11_28/models/group_0447.py +10 -25
  414. githubkit/versions/ghec_v2022_11_28/models/group_0448.py +31 -21
  415. githubkit/versions/ghec_v2022_11_28/models/group_0449.py +21 -21
  416. githubkit/versions/ghec_v2022_11_28/models/group_0450.py +58 -17
  417. githubkit/versions/ghec_v2022_11_28/models/group_0451.py +18 -59
  418. githubkit/versions/ghec_v2022_11_28/models/group_0452.py +28 -15
  419. githubkit/versions/ghec_v2022_11_28/models/group_0453.py +25 -7
  420. githubkit/versions/ghec_v2022_11_28/models/group_0454.py +15 -43
  421. githubkit/versions/ghec_v2022_11_28/models/group_0455.py +24 -136
  422. githubkit/versions/ghec_v2022_11_28/models/group_0456.py +31 -22
  423. githubkit/versions/ghec_v2022_11_28/models/group_0457.py +60 -33
  424. githubkit/versions/ghec_v2022_11_28/models/group_0458.py +12 -50
  425. githubkit/versions/ghec_v2022_11_28/models/group_0459.py +7 -38
  426. githubkit/versions/ghec_v2022_11_28/models/group_0460.py +48 -114
  427. githubkit/versions/ghec_v2022_11_28/models/group_0461.py +126 -25
  428. githubkit/versions/ghec_v2022_11_28/models/group_0462.py +17 -127
  429. githubkit/versions/ghec_v2022_11_28/models/group_0463.py +24 -70
  430. githubkit/versions/ghec_v2022_11_28/models/group_0464.py +35 -43
  431. githubkit/versions/ghec_v2022_11_28/models/group_0465.py +30 -58
  432. githubkit/versions/ghec_v2022_11_28/models/group_0466.py +125 -7
  433. githubkit/versions/ghec_v2022_11_28/models/group_0467.py +29 -25
  434. githubkit/versions/ghec_v2022_11_28/models/group_0468.py +114 -130
  435. githubkit/versions/ghec_v2022_11_28/models/group_0469.py +86 -9
  436. githubkit/versions/ghec_v2022_11_28/models/group_0470.py +55 -60
  437. githubkit/versions/ghec_v2022_11_28/models/group_0471.py +61 -9
  438. githubkit/versions/ghec_v2022_11_28/models/group_0472.py +10 -41
  439. githubkit/versions/ghec_v2022_11_28/models/group_0473.py +33 -10
  440. githubkit/versions/ghec_v2022_11_28/models/group_0474.py +146 -7
  441. githubkit/versions/ghec_v2022_11_28/models/group_0475.py +10 -10
  442. githubkit/versions/ghec_v2022_11_28/models/group_0476.py +66 -17
  443. githubkit/versions/ghec_v2022_11_28/models/group_0477.py +13 -6
  444. githubkit/versions/ghec_v2022_11_28/models/group_0478.py +32 -32
  445. githubkit/versions/ghec_v2022_11_28/models/group_0479.py +10 -32
  446. githubkit/versions/ghec_v2022_11_28/models/group_0480.py +11 -12
  447. githubkit/versions/ghec_v2022_11_28/models/group_0481.py +10 -21
  448. githubkit/versions/ghec_v2022_11_28/models/group_0482.py +13 -354
  449. githubkit/versions/ghec_v2022_11_28/models/group_0483.py +7 -62
  450. githubkit/versions/ghec_v2022_11_28/models/group_0484.py +31 -25
  451. githubkit/versions/ghec_v2022_11_28/models/group_0485.py +23 -268
  452. githubkit/versions/ghec_v2022_11_28/models/group_0486.py +12 -53
  453. githubkit/versions/ghec_v2022_11_28/models/group_0487.py +19 -66
  454. githubkit/versions/ghec_v2022_11_28/models/group_0488.py +355 -17
  455. githubkit/versions/ghec_v2022_11_28/models/group_0489.py +63 -10
  456. githubkit/versions/ghec_v2022_11_28/models/group_0490.py +28 -62
  457. githubkit/versions/ghec_v2022_11_28/models/group_0491.py +276 -12
  458. githubkit/versions/ghec_v2022_11_28/models/group_0492.py +50 -25
  459. githubkit/versions/ghec_v2022_11_28/models/group_0493.py +63 -73
  460. githubkit/versions/ghec_v2022_11_28/models/group_0494.py +14 -163
  461. githubkit/versions/ghec_v2022_11_28/models/group_0495.py +11 -76
  462. githubkit/versions/ghec_v2022_11_28/models/group_0496.py +65 -12
  463. githubkit/versions/ghec_v2022_11_28/models/group_0497.py +12 -9
  464. githubkit/versions/ghec_v2022_11_28/models/group_0498.py +36 -15
  465. githubkit/versions/ghec_v2022_11_28/models/group_0499.py +20 -28
  466. githubkit/versions/ghec_v2022_11_28/models/group_0500.py +166 -15
  467. githubkit/versions/ghec_v2022_11_28/models/group_0501.py +19 -336
  468. githubkit/versions/ghec_v2022_11_28/models/group_0502.py +11 -57
  469. githubkit/versions/ghec_v2022_11_28/models/group_0503.py +8 -387
  470. githubkit/versions/ghec_v2022_11_28/models/group_0504.py +15 -38
  471. githubkit/versions/ghec_v2022_11_28/models/group_0505.py +91 -42
  472. githubkit/versions/ghec_v2022_11_28/models/group_0506.py +12 -37
  473. githubkit/versions/ghec_v2022_11_28/models/group_0507.py +378 -39
  474. githubkit/versions/ghec_v2022_11_28/models/group_0508.py +58 -13
  475. githubkit/versions/ghec_v2022_11_28/models/group_0509.py +336 -7
  476. githubkit/versions/ghec_v2022_11_28/models/group_0510.py +6 -22
  477. githubkit/versions/ghec_v2022_11_28/models/group_0511.py +34 -175
  478. githubkit/versions/ghec_v2022_11_28/models/group_0512.py +39 -47
  479. githubkit/versions/ghec_v2022_11_28/models/group_0513.py +49 -45
  480. githubkit/versions/ghec_v2022_11_28/models/group_0514.py +16 -18
  481. githubkit/versions/ghec_v2022_11_28/models/group_0515.py +52 -19
  482. githubkit/versions/ghec_v2022_11_28/models/group_0516.py +46 -19
  483. githubkit/versions/ghec_v2022_11_28/models/group_0517.py +175 -19
  484. githubkit/versions/ghec_v2022_11_28/models/group_0518.py +47 -24
  485. githubkit/versions/ghec_v2022_11_28/models/group_0519.py +45 -113
  486. githubkit/versions/ghec_v2022_11_28/models/group_0520.py +19 -44
  487. githubkit/versions/ghec_v2022_11_28/models/group_0521.py +17 -1051
  488. githubkit/versions/ghec_v2022_11_28/models/group_0522.py +18 -166
  489. githubkit/versions/ghec_v2022_11_28/models/group_0523.py +20 -83
  490. githubkit/versions/ghec_v2022_11_28/models/group_0524.py +19 -130
  491. githubkit/versions/ghec_v2022_11_28/models/group_0525.py +110 -128
  492. githubkit/versions/ghec_v2022_11_28/models/group_0526.py +39 -57
  493. githubkit/versions/ghec_v2022_11_28/models/group_0527.py +1025 -55
  494. githubkit/versions/ghec_v2022_11_28/models/group_0528.py +147 -74
  495. githubkit/versions/ghec_v2022_11_28/models/group_0529.py +51 -85
  496. githubkit/versions/ghec_v2022_11_28/models/group_0530.py +134 -35
  497. githubkit/versions/ghec_v2022_11_28/models/group_0531.py +125 -46
  498. githubkit/versions/ghec_v2022_11_28/models/group_0532.py +56 -30
  499. githubkit/versions/ghec_v2022_11_28/models/group_0533.py +78 -23
  500. githubkit/versions/ghec_v2022_11_28/models/group_0534.py +98 -42
  501. githubkit/versions/ghec_v2022_11_28/models/group_0535.py +121 -36
  502. githubkit/versions/ghec_v2022_11_28/models/group_0536.py +30 -193
  503. githubkit/versions/ghec_v2022_11_28/models/group_0537.py +51 -30
  504. githubkit/versions/ghec_v2022_11_28/models/group_0538.py +10 -16
  505. githubkit/versions/ghec_v2022_11_28/models/group_0539.py +10 -16
  506. githubkit/versions/ghec_v2022_11_28/models/group_0540.py +14 -20
  507. githubkit/versions/ghec_v2022_11_28/models/group_0541.py +14 -20
  508. githubkit/versions/ghec_v2022_11_28/models/group_0542.py +184 -13
  509. githubkit/versions/ghec_v2022_11_28/models/group_0543.py +39 -8
  510. githubkit/versions/ghec_v2022_11_28/models/group_0544.py +20 -13
  511. githubkit/versions/ghec_v2022_11_28/models/group_0545.py +39 -8
  512. githubkit/versions/ghec_v2022_11_28/models/group_0546.py +24 -31
  513. githubkit/versions/ghec_v2022_11_28/models/group_0547.py +44 -8
  514. githubkit/versions/ghec_v2022_11_28/models/group_0548.py +9 -9
  515. githubkit/versions/ghec_v2022_11_28/models/group_0549.py +6 -6
  516. githubkit/versions/ghec_v2022_11_28/models/group_0550.py +13 -320
  517. githubkit/versions/ghec_v2022_11_28/models/group_0551.py +7 -337
  518. githubkit/versions/ghec_v2022_11_28/models/group_0552.py +24 -312
  519. githubkit/versions/ghec_v2022_11_28/models/group_0553.py +7 -213
  520. githubkit/versions/ghec_v2022_11_28/models/group_0554.py +13 -229
  521. githubkit/versions/ghec_v2022_11_28/models/group_0555.py +7 -183
  522. githubkit/versions/ghec_v2022_11_28/models/group_0556.py +251 -123
  523. githubkit/versions/ghec_v2022_11_28/models/group_0557.py +270 -123
  524. githubkit/versions/ghec_v2022_11_28/models/group_0558.py +271 -112
  525. githubkit/versions/ghec_v2022_11_28/models/group_0559.py +154 -76
  526. githubkit/versions/ghec_v2022_11_28/models/group_0560.py +222 -21
  527. githubkit/versions/ghec_v2022_11_28/models/group_0561.py +163 -14
  528. githubkit/versions/ghec_v2022_11_28/models/group_0562.py +187 -17
  529. githubkit/versions/ghec_v2022_11_28/models/group_0563.py +171 -15
  530. githubkit/versions/ghec_v2022_11_28/models/group_0564.py +160 -15
  531. githubkit/versions/ghec_v2022_11_28/models/group_0565.py +115 -20
  532. githubkit/versions/ghec_v2022_11_28/models/group_0566.py +16 -10
  533. githubkit/versions/ghec_v2022_11_28/models/group_0567.py +20 -20
  534. githubkit/versions/ghec_v2022_11_28/models/group_0568.py +26 -20
  535. githubkit/versions/ghec_v2022_11_28/models/group_0569.py +20 -20
  536. githubkit/versions/ghec_v2022_11_28/models/group_0570.py +20 -20
  537. githubkit/versions/ghec_v2022_11_28/models/group_0571.py +27 -21
  538. githubkit/versions/ghec_v2022_11_28/models/group_0572.py +21 -15
  539. githubkit/versions/ghec_v2022_11_28/models/group_0573.py +10 -10
  540. githubkit/versions/ghec_v2022_11_28/models/group_0574.py +16 -18
  541. githubkit/versions/ghec_v2022_11_28/models/group_0575.py +16 -18
  542. githubkit/versions/ghec_v2022_11_28/models/group_0576.py +18 -581
  543. githubkit/versions/ghec_v2022_11_28/models/group_0577.py +21 -35
  544. githubkit/versions/ghec_v2022_11_28/models/group_0578.py +19 -437
  545. githubkit/versions/ghec_v2022_11_28/models/group_0579.py +19 -437
  546. githubkit/versions/ghec_v2022_11_28/models/group_0580.py +16 -470
  547. githubkit/versions/ghec_v2022_11_28/models/group_0581.py +15 -841
  548. githubkit/versions/ghec_v2022_11_28/models/group_0582.py +575 -16
  549. githubkit/versions/ghec_v2022_11_28/models/group_0583.py +33 -60
  550. githubkit/versions/ghec_v2022_11_28/models/group_0584.py +432 -16
  551. githubkit/versions/ghec_v2022_11_28/models/group_0585.py +432 -18
  552. githubkit/versions/ghec_v2022_11_28/models/group_0586.py +470 -18
  553. githubkit/versions/ghec_v2022_11_28/models/group_0587.py +832 -27
  554. githubkit/versions/ghec_v2022_11_28/models/group_0588.py +12 -10
  555. githubkit/versions/ghec_v2022_11_28/models/group_0589.py +49 -10
  556. githubkit/versions/ghec_v2022_11_28/models/group_0590.py +10 -38
  557. githubkit/versions/ghec_v2022_11_28/models/group_0591.py +12 -12
  558. githubkit/versions/ghec_v2022_11_28/models/group_0592.py +12 -10
  559. githubkit/versions/ghec_v2022_11_28/models/group_0593.py +31 -10
  560. githubkit/versions/ghec_v2022_11_28/models/group_0594.py +10 -10
  561. githubkit/versions/ghec_v2022_11_28/models/group_0595.py +10 -12
  562. githubkit/versions/ghec_v2022_11_28/models/group_0596.py +61 -8
  563. githubkit/versions/ghec_v2022_11_28/models/group_0597.py +23 -13
  564. githubkit/versions/ghec_v2022_11_28/models/group_0598.py +10 -12
  565. githubkit/versions/ghec_v2022_11_28/models/group_0599.py +10 -10
  566. githubkit/versions/ghec_v2022_11_28/models/group_0600.py +10 -10
  567. githubkit/versions/ghec_v2022_11_28/models/group_0601.py +17 -15
  568. githubkit/versions/ghec_v2022_11_28/models/group_0602.py +11 -171
  569. githubkit/versions/ghec_v2022_11_28/models/group_0603.py +22 -166
  570. githubkit/versions/ghec_v2022_11_28/models/group_0604.py +44 -14
  571. githubkit/versions/ghec_v2022_11_28/models/group_0605.py +35 -117
  572. githubkit/versions/ghec_v2022_11_28/models/group_0606.py +37 -8
  573. githubkit/versions/ghec_v2022_11_28/models/group_0607.py +15 -30
  574. githubkit/versions/ghec_v2022_11_28/models/group_0608.py +163 -28
  575. githubkit/versions/ghec_v2022_11_28/models/group_0609.py +165 -28
  576. githubkit/versions/ghec_v2022_11_28/models/group_0610.py +14 -41
  577. githubkit/versions/ghec_v2022_11_28/models/group_0611.py +113 -56
  578. githubkit/versions/ghec_v2022_11_28/models/group_0612.py +6 -56
  579. githubkit/versions/ghec_v2022_11_28/models/group_0613.py +34 -18
  580. githubkit/versions/ghec_v2022_11_28/models/group_0614.py +18 -94
  581. githubkit/versions/ghec_v2022_11_28/models/group_0615.py +9 -9
  582. githubkit/versions/ghec_v2022_11_28/models/group_0616.py +18 -24
  583. githubkit/versions/ghec_v2022_11_28/models/group_0617.py +50 -77
  584. githubkit/versions/ghec_v2022_11_28/models/group_0618.py +50 -152
  585. githubkit/versions/ghec_v2022_11_28/models/group_0619.py +29 -172
  586. githubkit/versions/ghec_v2022_11_28/models/group_0620.py +87 -35
  587. githubkit/versions/ghec_v2022_11_28/models/group_0621.py +35 -29
  588. githubkit/versions/ghec_v2022_11_28/models/group_0622.py +42 -30
  589. githubkit/versions/ghec_v2022_11_28/models/group_0623.py +62 -65
  590. githubkit/versions/ghec_v2022_11_28/models/group_0624.py +150 -29
  591. githubkit/versions/ghec_v2022_11_28/models/group_0625.py +181 -7
  592. githubkit/versions/ghec_v2022_11_28/models/group_0626.py +14 -109
  593. githubkit/versions/ghec_v2022_11_28/models/group_0627.py +35 -32
  594. githubkit/versions/ghec_v2022_11_28/models/group_0628.py +25 -28
  595. githubkit/versions/ghec_v2022_11_28/models/group_0629.py +86 -36
  596. githubkit/versions/ghec_v2022_11_28/models/group_0630.py +29 -150
  597. githubkit/versions/ghec_v2022_11_28/models/group_0631.py +7 -181
  598. githubkit/versions/ghec_v2022_11_28/models/group_0632.py +109 -14
  599. githubkit/versions/ghec_v2022_11_28/models/group_0633.py +32 -35
  600. githubkit/versions/ghec_v2022_11_28/models/group_0634.py +28 -25
  601. githubkit/versions/ghec_v2022_11_28/models/group_0635.py +38 -84
  602. githubkit/versions/ghec_v2022_11_28/models/group_0636.py +150 -29
  603. githubkit/versions/ghec_v2022_11_28/models/group_0637.py +181 -7
  604. githubkit/versions/ghec_v2022_11_28/models/group_0638.py +14 -110
  605. githubkit/versions/ghec_v2022_11_28/models/group_0639.py +35 -32
  606. githubkit/versions/ghec_v2022_11_28/models/group_0640.py +25 -28
  607. githubkit/versions/ghec_v2022_11_28/models/group_0641.py +84 -40
  608. githubkit/versions/ghec_v2022_11_28/models/group_0642.py +29 -150
  609. githubkit/versions/ghec_v2022_11_28/models/group_0643.py +7 -181
  610. githubkit/versions/ghec_v2022_11_28/models/group_0644.py +110 -14
  611. githubkit/versions/ghec_v2022_11_28/models/group_0645.py +32 -35
  612. githubkit/versions/ghec_v2022_11_28/models/group_0646.py +29 -24
  613. githubkit/versions/ghec_v2022_11_28/models/group_0647.py +39 -84
  614. githubkit/versions/ghec_v2022_11_28/models/group_0648.py +150 -28
  615. githubkit/versions/ghec_v2022_11_28/models/group_0649.py +181 -7
  616. githubkit/versions/ghec_v2022_11_28/models/group_0650.py +14 -109
  617. githubkit/versions/ghec_v2022_11_28/models/group_0651.py +35 -30
  618. githubkit/versions/ghec_v2022_11_28/models/group_0652.py +24 -28
  619. githubkit/versions/ghec_v2022_11_28/models/group_0653.py +86 -37
  620. githubkit/versions/ghec_v2022_11_28/models/group_0654.py +34 -33
  621. githubkit/versions/ghec_v2022_11_28/models/group_0655.py +7 -209
  622. githubkit/versions/ghec_v2022_11_28/models/group_0656.py +81 -143
  623. githubkit/versions/ghec_v2022_11_28/models/group_0657.py +30 -35
  624. githubkit/versions/ghec_v2022_11_28/models/group_0658.py +28 -24
  625. githubkit/versions/ghec_v2022_11_28/models/group_0659.py +37 -82
  626. githubkit/versions/ghec_v2022_11_28/models/group_0660.py +33 -34
  627. githubkit/versions/ghec_v2022_11_28/models/group_0661.py +200 -17
  628. githubkit/versions/ghec_v2022_11_28/models/group_0662.py +176 -78
  629. githubkit/versions/ghec_v2022_11_28/models/group_0663.py +32 -27
  630. githubkit/versions/ghec_v2022_11_28/models/group_0664.py +24 -28
  631. githubkit/versions/ghec_v2022_11_28/models/group_0665.py +80 -33
  632. githubkit/versions/ghec_v2022_11_28/models/group_0666.py +10 -368
  633. githubkit/versions/ghec_v2022_11_28/models/group_0667.py +28 -48
  634. githubkit/versions/ghec_v2022_11_28/models/group_0668.py +73 -361
  635. githubkit/versions/ghec_v2022_11_28/models/group_0669.py +27 -75
  636. githubkit/versions/ghec_v2022_11_28/models/group_0670.py +11 -382
  637. githubkit/versions/ghec_v2022_11_28/models/group_0671.py +11 -13
  638. githubkit/versions/ghec_v2022_11_28/models/group_0672.py +61 -70
  639. githubkit/versions/ghec_v2022_11_28/models/group_0673.py +17 -11
  640. githubkit/versions/ghec_v2022_11_28/models/group_0674.py +85 -71
  641. githubkit/versions/ghec_v2022_11_28/models/group_0675.py +46 -16
  642. githubkit/versions/ghec_v2022_11_28/models/group_0676.py +71 -66
  643. githubkit/versions/ghec_v2022_11_28/models/group_0677.py +13 -13
  644. githubkit/versions/ghec_v2022_11_28/models/group_0678.py +345 -162
  645. githubkit/versions/ghec_v2022_11_28/models/group_0679.py +29 -407
  646. githubkit/versions/ghec_v2022_11_28/models/group_0680.py +59 -63
  647. githubkit/versions/ghec_v2022_11_28/models/group_0681.py +16 -11
  648. githubkit/versions/ghec_v2022_11_28/models/group_0682.py +390 -30
  649. githubkit/versions/ghec_v2022_11_28/models/group_0683.py +32 -396
  650. githubkit/versions/ghec_v2022_11_28/models/group_0684.py +214 -32
  651. githubkit/versions/ghec_v2022_11_28/models/group_0685.py +355 -162
  652. githubkit/versions/ghec_v2022_11_28/models/group_0686.py +71 -90
  653. githubkit/versions/ghec_v2022_11_28/models/group_0687.py +12 -16
  654. githubkit/versions/ghec_v2022_11_28/models/group_0688.py +12 -16
  655. githubkit/versions/ghec_v2022_11_28/models/group_0689.py +396 -32
  656. githubkit/versions/ghec_v2022_11_28/models/group_0690.py +13 -11
  657. githubkit/versions/ghec_v2022_11_28/models/group_0691.py +162 -335
  658. githubkit/versions/ghec_v2022_11_28/models/group_0692.py +409 -30
  659. githubkit/versions/ghec_v2022_11_28/models/group_0693.py +11 -11
  660. githubkit/versions/ghec_v2022_11_28/models/group_0694.py +20 -15
  661. githubkit/versions/ghec_v2022_11_28/models/group_0695.py +16 -11
  662. githubkit/versions/ghec_v2022_11_28/models/group_0696.py +14 -65
  663. githubkit/versions/ghec_v2022_11_28/models/group_0697.py +387 -34
  664. githubkit/versions/ghec_v2022_11_28/models/group_0698.py +15 -71
  665. githubkit/versions/ghec_v2022_11_28/models/group_0699.py +18 -74
  666. githubkit/versions/ghec_v2022_11_28/models/group_0700.py +16 -77
  667. githubkit/versions/ghec_v2022_11_28/models/group_0701.py +12 -20
  668. githubkit/versions/ghec_v2022_11_28/models/group_0702.py +52 -43
  669. githubkit/versions/ghec_v2022_11_28/models/group_0703.py +21 -54
  670. githubkit/versions/ghec_v2022_11_28/models/group_0704.py +71 -12
  671. githubkit/versions/ghec_v2022_11_28/models/group_0705.py +72 -47
  672. githubkit/versions/ghec_v2022_11_28/models/group_0706.py +72 -47
  673. githubkit/versions/ghec_v2022_11_28/models/group_0707.py +23 -15
  674. githubkit/versions/ghec_v2022_11_28/models/group_0708.py +61 -20
  675. githubkit/versions/ghec_v2022_11_28/models/group_0709.py +46 -38
  676. githubkit/versions/ghec_v2022_11_28/models/group_0710.py +12 -15
  677. githubkit/versions/ghec_v2022_11_28/models/group_0711.py +55 -20
  678. githubkit/versions/ghec_v2022_11_28/models/group_0712.py +55 -20
  679. githubkit/versions/ghec_v2022_11_28/models/group_0713.py +16 -72
  680. githubkit/versions/ghec_v2022_11_28/models/group_0714.py +19 -18
  681. githubkit/versions/ghec_v2022_11_28/models/group_0715.py +50 -17
  682. githubkit/versions/ghec_v2022_11_28/models/group_0716.py +18 -15
  683. githubkit/versions/ghec_v2022_11_28/models/group_0717.py +16 -17
  684. githubkit/versions/ghec_v2022_11_28/models/group_0718.py +16 -16
  685. githubkit/versions/ghec_v2022_11_28/models/group_0719.py +64 -67
  686. githubkit/versions/ghec_v2022_11_28/models/group_0720.py +16 -16
  687. githubkit/versions/ghec_v2022_11_28/models/group_0721.py +12 -37
  688. githubkit/versions/ghec_v2022_11_28/models/group_0722.py +35 -38
  689. githubkit/versions/ghec_v2022_11_28/models/group_0723.py +15 -14
  690. githubkit/versions/ghec_v2022_11_28/models/group_0724.py +35 -67
  691. githubkit/versions/ghec_v2022_11_28/models/group_0725.py +67 -523
  692. githubkit/versions/ghec_v2022_11_28/models/group_0726.py +17 -16
  693. githubkit/versions/ghec_v2022_11_28/models/group_0727.py +61 -67
  694. githubkit/versions/ghec_v2022_11_28/models/group_0728.py +39 -164
  695. githubkit/versions/ghec_v2022_11_28/models/group_0729.py +16 -72
  696. githubkit/versions/ghec_v2022_11_28/models/group_0730.py +67 -28
  697. githubkit/versions/ghec_v2022_11_28/models/group_0731.py +555 -36
  698. githubkit/versions/ghec_v2022_11_28/models/group_0732.py +23 -18
  699. githubkit/versions/ghec_v2022_11_28/models/group_0733.py +70 -35
  700. githubkit/versions/ghec_v2022_11_28/models/group_0734.py +162 -28
  701. githubkit/versions/ghec_v2022_11_28/models/group_0735.py +81 -43
  702. githubkit/versions/ghec_v2022_11_28/models/group_0736.py +31 -8
  703. githubkit/versions/ghec_v2022_11_28/models/group_0737.py +18 -42
  704. githubkit/versions/ghec_v2022_11_28/models/group_0738.py +17 -21
  705. githubkit/versions/ghec_v2022_11_28/models/group_0739.py +20 -76
  706. githubkit/versions/ghec_v2022_11_28/models/group_0740.py +15 -41
  707. githubkit/versions/ghec_v2022_11_28/models/group_0741.py +41 -91
  708. githubkit/versions/ghec_v2022_11_28/models/group_0742.py +8 -55
  709. githubkit/versions/ghec_v2022_11_28/models/group_0743.py +55 -47
  710. githubkit/versions/ghec_v2022_11_28/models/group_0744.py +11 -11
  711. githubkit/versions/ghec_v2022_11_28/models/group_0745.py +67 -18
  712. githubkit/versions/ghec_v2022_11_28/models/group_0746.py +35 -14
  713. githubkit/versions/ghec_v2022_11_28/models/group_0747.py +80 -31
  714. githubkit/versions/ghec_v2022_11_28/models/group_0748.py +52 -33
  715. githubkit/versions/ghec_v2022_11_28/models/group_0749.py +51 -40
  716. githubkit/versions/ghec_v2022_11_28/models/group_0750.py +16 -14
  717. githubkit/versions/ghec_v2022_11_28/models/group_0751.py +11 -51
  718. githubkit/versions/ghec_v2022_11_28/models/group_0752.py +15 -17
  719. githubkit/versions/ghec_v2022_11_28/models/group_0753.py +44 -12
  720. githubkit/versions/ghec_v2022_11_28/models/group_0754.py +22 -14
  721. githubkit/versions/ghec_v2022_11_28/models/group_0755.py +22 -11
  722. githubkit/versions/ghec_v2022_11_28/models/group_0756.py +21 -70
  723. githubkit/versions/ghec_v2022_11_28/models/group_0757.py +65 -14
  724. githubkit/versions/ghec_v2022_11_28/models/group_0758.py +23 -34
  725. githubkit/versions/ghec_v2022_11_28/models/group_0759.py +10 -10
  726. githubkit/versions/ghec_v2022_11_28/models/group_0760.py +13 -10
  727. githubkit/versions/ghec_v2022_11_28/models/group_0761.py +11 -92
  728. githubkit/versions/ghec_v2022_11_28/models/group_0762.py +57 -23
  729. githubkit/versions/ghec_v2022_11_28/models/group_0763.py +9 -9
  730. githubkit/versions/ghec_v2022_11_28/models/group_0764.py +33 -11
  731. githubkit/versions/ghec_v2022_11_28/models/group_0765.py +9 -10
  732. githubkit/versions/ghec_v2022_11_28/models/group_0766.py +9 -10
  733. githubkit/versions/ghec_v2022_11_28/models/group_0767.py +71 -56
  734. githubkit/versions/ghec_v2022_11_28/models/group_0768.py +37 -18
  735. githubkit/versions/ghec_v2022_11_28/models/group_0769.py +14 -1142
  736. githubkit/versions/ghec_v2022_11_28/models/group_0770.py +12 -1195
  737. githubkit/versions/ghec_v2022_11_28/models/group_0771.py +13 -1187
  738. githubkit/versions/ghec_v2022_11_28/models/group_0772.py +12 -22
  739. githubkit/versions/ghec_v2022_11_28/models/group_0773.py +77 -22
  740. githubkit/versions/ghec_v2022_11_28/models/group_0774.py +12 -20
  741. githubkit/versions/ghec_v2022_11_28/models/group_0775.py +211 -219
  742. githubkit/versions/ghec_v2022_11_28/models/group_0776.py +1161 -56
  743. githubkit/versions/ghec_v2022_11_28/models/group_0777.py +244 -193
  744. githubkit/versions/ghec_v2022_11_28/models/group_0778.py +12 -1124
  745. githubkit/versions/ghec_v2022_11_28/models/group_0779.py +12 -1116
  746. githubkit/versions/ghec_v2022_11_28/models/group_0780.py +10 -10
  747. githubkit/versions/ghec_v2022_11_28/models/group_0781.py +1140 -13
  748. githubkit/versions/ghec_v2022_11_28/models/group_0782.py +78 -11
  749. githubkit/versions/ghec_v2022_11_28/models/group_0783.py +1126 -13
  750. githubkit/versions/ghec_v2022_11_28/models/group_0784.py +246 -464
  751. githubkit/versions/ghec_v2022_11_28/models/group_0785.py +257 -300
  752. githubkit/versions/ghec_v2022_11_28/models/group_0786.py +18 -1155
  753. githubkit/versions/ghec_v2022_11_28/models/group_0787.py +13 -1216
  754. githubkit/versions/ghec_v2022_11_28/models/group_0788.py +13 -1060
  755. githubkit/versions/ghec_v2022_11_28/models/group_0789.py +12 -1268
  756. githubkit/versions/ghec_v2022_11_28/models/group_0790.py +407 -357
  757. githubkit/versions/ghec_v2022_11_28/models/group_0791.py +225 -316
  758. githubkit/versions/ghec_v2022_11_28/models/group_0792.py +213 -335
  759. githubkit/versions/ghec_v2022_11_28/models/group_0793.py +256 -162
  760. githubkit/versions/ghec_v2022_11_28/models/group_0794.py +205 -467
  761. githubkit/versions/ghec_v2022_11_28/models/group_0795.py +352 -407
  762. githubkit/versions/ghec_v2022_11_28/models/group_0796.py +347 -201
  763. githubkit/versions/ghec_v2022_11_28/models/group_0797.py +317 -217
  764. githubkit/versions/ghec_v2022_11_28/models/group_0798.py +364 -225
  765. githubkit/versions/ghec_v2022_11_28/models/group_0799.py +261 -259
  766. githubkit/versions/ghec_v2022_11_28/models/group_0800.py +1115 -165
  767. githubkit/versions/ghec_v2022_11_28/models/group_0801.py +1326 -15
  768. githubkit/versions/ghec_v2022_11_28/models/group_0802.py +1148 -44
  769. githubkit/versions/ghec_v2022_11_28/models/group_0803.py +1049 -469
  770. githubkit/versions/ghec_v2022_11_28/models/group_0804.py +1136 -14
  771. githubkit/versions/ghec_v2022_11_28/models/group_0805.py +1124 -39
  772. githubkit/versions/ghec_v2022_11_28/models/group_0806.py +371 -157
  773. githubkit/versions/ghec_v2022_11_28/models/group_0807.py +13 -15
  774. githubkit/versions/ghec_v2022_11_28/models/group_0808.py +70 -42
  775. githubkit/versions/ghec_v2022_11_28/models/group_0809.py +596 -101
  776. githubkit/versions/ghec_v2022_11_28/models/group_0810.py +15 -162
  777. githubkit/versions/ghec_v2022_11_28/models/group_0811.py +62 -44
  778. githubkit/versions/ghec_v2022_11_28/models/group_0812.py +186 -45
  779. githubkit/versions/ghec_v2022_11_28/models/group_0813.py +12 -14
  780. githubkit/versions/ghec_v2022_11_28/models/group_0814.py +15 -16
  781. githubkit/versions/ghec_v2022_11_28/models/group_0815.py +73 -13
  782. githubkit/versions/ghec_v2022_11_28/models/group_0816.py +161 -11
  783. githubkit/versions/ghec_v2022_11_28/models/group_0817.py +17 -10
  784. githubkit/versions/ghec_v2022_11_28/models/group_0818.py +17 -10
  785. githubkit/versions/ghec_v2022_11_28/models/group_0819.py +21 -33
  786. githubkit/versions/ghec_v2022_11_28/models/group_0820.py +15 -61
  787. githubkit/versions/ghec_v2022_11_28/models/group_0821.py +16 -10
  788. githubkit/versions/ghec_v2022_11_28/models/group_0822.py +9 -9
  789. githubkit/versions/ghec_v2022_11_28/models/group_0823.py +9 -9
  790. githubkit/versions/ghec_v2022_11_28/models/group_0824.py +9 -36
  791. githubkit/versions/ghec_v2022_11_28/models/group_0825.py +33 -20
  792. githubkit/versions/ghec_v2022_11_28/models/group_0826.py +63 -17
  793. githubkit/versions/ghec_v2022_11_28/models/group_0827.py +10 -18
  794. githubkit/versions/ghec_v2022_11_28/models/group_0828.py +28 -32
  795. githubkit/versions/ghec_v2022_11_28/models/group_0829.py +38 -19
  796. githubkit/versions/ghec_v2022_11_28/models/group_0830.py +46 -85
  797. githubkit/versions/ghec_v2022_11_28/models/group_0831.py +43 -94
  798. githubkit/versions/ghec_v2022_11_28/models/group_0832.py +43 -126
  799. githubkit/versions/ghec_v2022_11_28/models/group_0833.py +19 -96
  800. githubkit/versions/ghec_v2022_11_28/models/group_0834.py +32 -28
  801. githubkit/versions/ghec_v2022_11_28/models/group_0835.py +19 -43
  802. githubkit/versions/ghec_v2022_11_28/models/group_0836.py +91 -91
  803. githubkit/versions/ghec_v2022_11_28/models/group_0837.py +94 -42
  804. githubkit/versions/ghec_v2022_11_28/models/group_0838.py +121 -96
  805. githubkit/versions/ghec_v2022_11_28/models/group_0839.py +95 -14
  806. githubkit/versions/ghec_v2022_11_28/models/group_0840.py +14 -12
  807. githubkit/versions/ghec_v2022_11_28/models/group_0841.py +39 -6
  808. githubkit/versions/ghec_v2022_11_28/models/group_0842.py +77 -15
  809. githubkit/versions/ghec_v2022_11_28/models/group_0843.py +15 -14
  810. githubkit/versions/ghec_v2022_11_28/models/group_0844.py +75 -15
  811. githubkit/versions/ghec_v2022_11_28/models/group_0845.py +10 -10
  812. githubkit/versions/ghec_v2022_11_28/models/group_0846.py +17 -49
  813. githubkit/versions/ghec_v2022_11_28/models/group_0847.py +6 -41
  814. githubkit/versions/ghec_v2022_11_28/models/group_0848.py +12 -15
  815. githubkit/versions/ghec_v2022_11_28/models/group_0849.py +12 -15
  816. githubkit/versions/ghec_v2022_11_28/models/group_0850.py +34 -118
  817. githubkit/versions/ghec_v2022_11_28/models/group_0851.py +16 -12
  818. githubkit/versions/ghec_v2022_11_28/models/group_0852.py +61 -7
  819. githubkit/versions/ghec_v2022_11_28/models/group_0853.py +37 -8
  820. githubkit/versions/ghec_v2022_11_28/models/group_0854.py +16 -12
  821. githubkit/versions/ghec_v2022_11_28/models/group_0855.py +16 -12
  822. githubkit/versions/ghec_v2022_11_28/models/group_0856.py +110 -49
  823. githubkit/versions/ghec_v2022_11_28/models/group_0857.py +15 -22
  824. githubkit/versions/ghec_v2022_11_28/models/group_0858.py +7 -40
  825. githubkit/versions/ghec_v2022_11_28/models/group_0859.py +8 -35
  826. githubkit/versions/ghec_v2022_11_28/models/group_0860.py +14 -14
  827. githubkit/versions/ghec_v2022_11_28/models/group_0861.py +13 -13
  828. githubkit/versions/ghec_v2022_11_28/models/group_0862.py +34 -203
  829. githubkit/versions/ghec_v2022_11_28/models/group_0863.py +44 -18
  830. githubkit/versions/ghec_v2022_11_28/models/group_0864.py +42 -7
  831. githubkit/versions/ghec_v2022_11_28/models/group_0865.py +42 -18
  832. githubkit/versions/ghec_v2022_11_28/models/group_0866.py +41 -12
  833. githubkit/versions/ghec_v2022_11_28/models/group_0867.py +17 -26
  834. githubkit/versions/ghec_v2022_11_28/models/group_0868.py +209 -25
  835. githubkit/versions/ghec_v2022_11_28/models/group_0869.py +12 -43
  836. githubkit/versions/ghec_v2022_11_28/models/group_0870.py +7 -45
  837. githubkit/versions/ghec_v2022_11_28/models/group_0871.py +19 -40
  838. githubkit/versions/ghec_v2022_11_28/models/group_0872.py +7 -236
  839. githubkit/versions/ghec_v2022_11_28/models/group_0873.py +31 -218
  840. githubkit/versions/ghec_v2022_11_28/models/group_0874.py +30 -219
  841. githubkit/versions/ghec_v2022_11_28/models/group_0875.py +30 -322
  842. githubkit/versions/ghec_v2022_11_28/models/group_0876.py +31 -222
  843. githubkit/versions/ghec_v2022_11_28/models/group_0877.py +13 -11
  844. githubkit/versions/ghec_v2022_11_28/models/group_0878.py +215 -22
  845. githubkit/versions/ghec_v2022_11_28/models/group_0879.py +200 -79
  846. githubkit/versions/ghec_v2022_11_28/models/group_0880.py +219 -58
  847. githubkit/versions/ghec_v2022_11_28/models/group_0881.py +329 -47
  848. githubkit/versions/ghec_v2022_11_28/models/group_0882.py +198 -67
  849. githubkit/versions/ghec_v2022_11_28/models/group_0883.py +29 -60
  850. githubkit/versions/ghec_v2022_11_28/models/group_0884.py +35 -44
  851. githubkit/versions/ghec_v2022_11_28/models/group_0885.py +56 -33
  852. githubkit/versions/ghec_v2022_11_28/models/group_0886.py +45 -62
  853. githubkit/versions/ghec_v2022_11_28/models/group_0887.py +43 -471
  854. githubkit/versions/ghec_v2022_11_28/models/group_0888.py +56 -423
  855. githubkit/versions/ghec_v2022_11_28/models/group_0889.py +44 -460
  856. githubkit/versions/ghec_v2022_11_28/models/group_0890.py +47 -32
  857. githubkit/versions/ghec_v2022_11_28/models/group_0891.py +90 -10
  858. githubkit/versions/ghec_v2022_11_28/models/group_0892.py +84 -12
  859. githubkit/versions/ghec_v2022_11_28/models/group_0893.py +488 -4
  860. githubkit/versions/ghec_v2022_11_28/models/group_0894.py +465 -12
  861. githubkit/versions/ghec_v2022_11_28/models/group_0895.py +481 -6
  862. githubkit/versions/ghec_v2022_11_28/models/group_0896.py +38 -6
  863. githubkit/versions/ghec_v2022_11_28/models/group_0897.py +11 -8
  864. githubkit/versions/ghec_v2022_11_28/models/group_0898.py +19 -6
  865. githubkit/versions/ghec_v2022_11_28/models/group_0899.py +9 -40
  866. githubkit/versions/ghec_v2022_11_28/models/group_0900.py +21 -9
  867. githubkit/versions/ghec_v2022_11_28/models/group_0901.py +11 -5
  868. githubkit/versions/ghec_v2022_11_28/models/group_0902.py +7 -8
  869. githubkit/versions/ghec_v2022_11_28/models/group_0903.py +6 -46
  870. githubkit/versions/ghec_v2022_11_28/models/group_0904.py +7 -10
  871. githubkit/versions/ghec_v2022_11_28/models/group_0905.py +38 -14
  872. githubkit/versions/ghec_v2022_11_28/models/group_0906.py +10 -9
  873. githubkit/versions/ghec_v2022_11_28/models/group_0907.py +5 -10
  874. githubkit/versions/ghec_v2022_11_28/models/group_0908.py +8 -21
  875. githubkit/versions/ghec_v2022_11_28/models/group_0909.py +40 -8
  876. githubkit/versions/ghec_v2022_11_28/models/group_0910.py +9 -7
  877. githubkit/versions/ghec_v2022_11_28/models/group_0911.py +8 -7
  878. githubkit/versions/ghec_v2022_11_28/models/group_0912.py +14 -47
  879. githubkit/versions/ghec_v2022_11_28/models/group_0913.py +12 -42
  880. githubkit/versions/ghec_v2022_11_28/models/group_0914.py +12 -20
  881. githubkit/versions/ghec_v2022_11_28/models/group_0915.py +15 -14
  882. githubkit/versions/ghec_v2022_11_28/models/group_0916.py +8 -9
  883. githubkit/versions/ghec_v2022_11_28/models/group_0917.py +7 -14
  884. githubkit/versions/ghec_v2022_11_28/models/group_0918.py +40 -6
  885. githubkit/versions/ghec_v2022_11_28/models/group_0919.py +38 -12
  886. githubkit/versions/ghec_v2022_11_28/models/group_0920.py +24 -14
  887. githubkit/versions/ghec_v2022_11_28/models/group_0921.py +13 -11
  888. githubkit/versions/ghec_v2022_11_28/models/group_0922.py +9 -8
  889. githubkit/versions/ghec_v2022_11_28/models/group_0923.py +15 -9
  890. githubkit/versions/ghec_v2022_11_28/models/group_0924.py +7 -9
  891. githubkit/versions/ghec_v2022_11_28/models/group_0925.py +9 -7
  892. githubkit/versions/ghec_v2022_11_28/models/group_0926.py +22 -41
  893. githubkit/versions/ghec_v2022_11_28/models/group_0927.py +13 -39
  894. githubkit/versions/ghec_v2022_11_28/models/group_0928.py +8 -7
  895. githubkit/versions/ghec_v2022_11_28/models/group_0929.py +9 -10
  896. githubkit/versions/ghec_v2022_11_28/models/group_0930.py +9 -124
  897. githubkit/versions/ghec_v2022_11_28/models/group_0931.py +7 -128
  898. githubkit/versions/ghec_v2022_11_28/models/group_0932.py +15 -13
  899. githubkit/versions/ghec_v2022_11_28/models/group_0933.py +13 -9
  900. githubkit/versions/ghec_v2022_11_28/models/group_0934.py +9 -20
  901. githubkit/versions/ghec_v2022_11_28/models/group_0935.py +16 -38
  902. githubkit/versions/ghec_v2022_11_28/models/group_0936.py +39 -14
  903. githubkit/versions/ghec_v2022_11_28/models/group_0937.py +39 -14
  904. githubkit/versions/ghec_v2022_11_28/models/group_0938.py +7 -8
  905. githubkit/versions/ghec_v2022_11_28/models/group_0939.py +8 -19
  906. githubkit/versions/ghec_v2022_11_28/models/group_0940.py +116 -15
  907. githubkit/versions/ghec_v2022_11_28/models/group_0941.py +128 -10
  908. githubkit/versions/ghec_v2022_11_28/models/group_0942.py +13 -85
  909. githubkit/versions/ghec_v2022_11_28/models/group_0943.py +14 -82
  910. githubkit/versions/ghec_v2022_11_28/models/group_0944.py +17 -6
  911. githubkit/versions/ghec_v2022_11_28/models/group_0945.py +40 -17
  912. githubkit/versions/ghec_v2022_11_28/models/group_0946.py +9 -12
  913. githubkit/versions/ghec_v2022_11_28/models/group_0947.py +11 -13
  914. githubkit/versions/ghec_v2022_11_28/models/group_0948.py +8 -29
  915. githubkit/versions/ghec_v2022_11_28/models/group_0949.py +18 -21
  916. githubkit/versions/ghec_v2022_11_28/models/group_0950.py +19 -30
  917. githubkit/versions/ghec_v2022_11_28/models/group_0951.py +12 -6
  918. githubkit/versions/ghec_v2022_11_28/models/group_0952.py +87 -5
  919. githubkit/versions/ghec_v2022_11_28/models/group_0953.py +91 -4
  920. githubkit/versions/ghec_v2022_11_28/models/group_0954.py +7 -11
  921. githubkit/versions/ghec_v2022_11_28/models/group_0955.py +30 -12
  922. githubkit/versions/ghec_v2022_11_28/models/group_0956.py +5 -15
  923. githubkit/versions/ghec_v2022_11_28/models/group_0957.py +24 -9
  924. githubkit/versions/ghec_v2022_11_28/models/group_0958.py +13 -7
  925. githubkit/versions/ghec_v2022_11_28/models/group_0959.py +19 -9
  926. githubkit/versions/ghec_v2022_11_28/models/group_0960.py +12 -13
  927. githubkit/versions/ghec_v2022_11_28/models/group_0961.py +28 -8
  928. githubkit/versions/ghec_v2022_11_28/models/group_0962.py +24 -125
  929. githubkit/versions/ghec_v2022_11_28/models/group_0963.py +29 -22
  930. githubkit/versions/ghec_v2022_11_28/models/group_0964.py +5 -8
  931. githubkit/versions/ghec_v2022_11_28/models/group_0965.py +5 -47
  932. githubkit/versions/ghec_v2022_11_28/models/group_0966.py +4 -11
  933. githubkit/versions/ghec_v2022_11_28/models/group_0967.py +9 -6
  934. githubkit/versions/ghec_v2022_11_28/models/group_0968.py +16 -8
  935. githubkit/versions/ghec_v2022_11_28/models/group_0969.py +15 -6
  936. githubkit/versions/ghec_v2022_11_28/models/group_0970.py +9 -23
  937. githubkit/versions/ghec_v2022_11_28/models/group_0971.py +6 -12
  938. githubkit/versions/ghec_v2022_11_28/models/group_0972.py +11 -7
  939. githubkit/versions/ghec_v2022_11_28/models/group_0973.py +15 -6
  940. githubkit/versions/ghec_v2022_11_28/models/group_0974.py +8 -45
  941. githubkit/versions/ghec_v2022_11_28/models/group_0975.py +107 -19
  942. githubkit/versions/ghec_v2022_11_28/models/group_0976.py +24 -26
  943. githubkit/versions/ghec_v2022_11_28/models/group_0977.py +5 -5
  944. githubkit/versions/ghec_v2022_11_28/models/group_0978.py +46 -7
  945. githubkit/versions/ghec_v2022_11_28/models/group_0979.py +8 -7
  946. githubkit/versions/ghec_v2022_11_28/models/group_0980.py +7 -7
  947. githubkit/versions/ghec_v2022_11_28/models/group_0981.py +8 -7
  948. githubkit/versions/ghec_v2022_11_28/models/group_0982.py +5 -7
  949. githubkit/versions/ghec_v2022_11_28/models/group_0983.py +16 -14
  950. githubkit/versions/ghec_v2022_11_28/models/group_0984.py +15 -8
  951. githubkit/versions/ghec_v2022_11_28/models/group_0985.py +9 -10
  952. githubkit/versions/ghec_v2022_11_28/models/group_0986.py +6 -29
  953. githubkit/versions/ghec_v2022_11_28/models/group_0987.py +40 -14
  954. githubkit/versions/ghec_v2022_11_28/models/group_0988.py +42 -14
  955. githubkit/versions/ghec_v2022_11_28/models/group_0989.py +28 -6
  956. githubkit/versions/ghec_v2022_11_28/models/group_0990.py +7 -34
  957. githubkit/versions/ghec_v2022_11_28/models/group_0991.py +8 -17
  958. githubkit/versions/ghec_v2022_11_28/models/group_0992.py +6 -17
  959. githubkit/versions/ghec_v2022_11_28/models/group_0993.py +7 -7
  960. githubkit/versions/ghec_v2022_11_28/models/group_0994.py +6 -6
  961. githubkit/versions/ghec_v2022_11_28/models/group_0995.py +9 -16
  962. githubkit/versions/ghec_v2022_11_28/models/group_0996.py +15 -43
  963. githubkit/versions/ghec_v2022_11_28/models/group_0997.py +8 -74
  964. githubkit/versions/ghec_v2022_11_28/models/group_0998.py +8 -53
  965. githubkit/versions/ghec_v2022_11_28/models/group_0999.py +26 -39
  966. githubkit/versions/ghec_v2022_11_28/models/group_1000.py +13 -171
  967. githubkit/versions/ghec_v2022_11_28/models/group_1001.py +8 -10
  968. githubkit/versions/ghec_v2022_11_28/models/group_1002.py +6 -180
  969. githubkit/versions/ghec_v2022_11_28/models/group_1003.py +29 -11
  970. githubkit/versions/ghec_v2022_11_28/models/group_1004.py +11 -8
  971. githubkit/versions/ghec_v2022_11_28/models/group_1005.py +11 -14
  972. githubkit/versions/ghec_v2022_11_28/models/group_1006.py +6 -6
  973. githubkit/versions/ghec_v2022_11_28/models/group_1007.py +7 -21
  974. githubkit/versions/ghec_v2022_11_28/models/group_1008.py +14 -7
  975. githubkit/versions/ghec_v2022_11_28/models/group_1009.py +47 -8
  976. githubkit/versions/ghec_v2022_11_28/models/group_1010.py +9 -37
  977. githubkit/versions/ghec_v2022_11_28/models/group_1011.py +9 -23
  978. githubkit/versions/ghec_v2022_11_28/models/group_1012.py +74 -8
  979. githubkit/versions/ghec_v2022_11_28/models/group_1013.py +54 -7
  980. githubkit/versions/ghec_v2022_11_28/models/group_1014.py +40 -10
  981. githubkit/versions/ghec_v2022_11_28/models/group_1015.py +178 -8
  982. githubkit/versions/ghec_v2022_11_28/models/group_1016.py +13 -9
  983. githubkit/versions/ghec_v2022_11_28/models/group_1017.py +181 -8
  984. githubkit/versions/ghec_v2022_11_28/models/group_1018.py +17 -9
  985. githubkit/versions/ghec_v2022_11_28/models/group_1019.py +14 -8
  986. githubkit/versions/ghec_v2022_11_28/models/group_1020.py +20 -7
  987. githubkit/versions/ghec_v2022_11_28/models/group_1021.py +9 -9
  988. githubkit/versions/ghec_v2022_11_28/models/group_1022.py +22 -9
  989. githubkit/versions/ghec_v2022_11_28/models/group_1023.py +8 -12
  990. githubkit/versions/ghec_v2022_11_28/models/group_1024.py +8 -30
  991. githubkit/versions/ghec_v2022_11_28/models/group_1025.py +27 -13
  992. githubkit/versions/ghec_v2022_11_28/models/group_1026.py +23 -8
  993. githubkit/versions/ghec_v2022_11_28/models/group_1027.py +8 -7
  994. githubkit/versions/ghec_v2022_11_28/models/group_1028.py +6 -43
  995. githubkit/versions/ghec_v2022_11_28/models/group_1029.py +8 -38
  996. githubkit/versions/ghec_v2022_11_28/models/group_1030.py +8 -20
  997. githubkit/versions/ghec_v2022_11_28/models/group_1031.py +7 -7
  998. githubkit/versions/ghec_v2022_11_28/models/group_1032.py +12 -5
  999. githubkit/versions/ghec_v2022_11_28/models/group_1033.py +15 -32
  1000. githubkit/versions/ghec_v2022_11_28/models/group_1034.py +9 -9
  1001. githubkit/versions/ghec_v2022_11_28/models/group_1035.py +8 -12
  1002. githubkit/versions/ghec_v2022_11_28/models/group_1036.py +8 -43
  1003. githubkit/versions/ghec_v2022_11_28/models/group_1037.py +8 -11
  1004. githubkit/versions/ghec_v2022_11_28/models/group_1038.py +15 -4
  1005. githubkit/versions/ghec_v2022_11_28/models/group_1039.py +28 -6
  1006. githubkit/versions/ghec_v2022_11_28/models/group_1040.py +16 -14
  1007. githubkit/versions/ghec_v2022_11_28/models/group_1041.py +8 -15
  1008. githubkit/versions/ghec_v2022_11_28/models/group_1042.py +7 -14
  1009. githubkit/versions/ghec_v2022_11_28/models/group_1043.py +42 -7
  1010. githubkit/versions/ghec_v2022_11_28/models/group_1044.py +30 -23
  1011. githubkit/versions/ghec_v2022_11_28/models/group_1045.py +12 -19
  1012. githubkit/versions/ghec_v2022_11_28/models/group_1046.py +8 -6
  1013. githubkit/versions/ghec_v2022_11_28/models/group_1047.py +8 -38
  1014. githubkit/versions/ghec_v2022_11_28/models/group_1048.py +23 -7
  1015. githubkit/versions/ghec_v2022_11_28/models/group_1049.py +8 -11
  1016. githubkit/versions/ghec_v2022_11_28/models/group_1050.py +12 -14
  1017. githubkit/versions/ghec_v2022_11_28/models/group_1051.py +23 -96
  1018. githubkit/versions/ghec_v2022_11_28/models/group_1052.py +7 -81
  1019. githubkit/versions/ghec_v2022_11_28/models/group_1053.py +4 -89
  1020. githubkit/versions/ghec_v2022_11_28/models/group_1054.py +8 -8
  1021. githubkit/versions/ghec_v2022_11_28/models/group_1055.py +15 -14
  1022. githubkit/versions/ghec_v2022_11_28/models/group_1056.py +10 -16
  1023. githubkit/versions/ghec_v2022_11_28/models/group_1057.py +11 -34
  1024. githubkit/versions/ghec_v2022_11_28/models/group_1058.py +7 -27
  1025. githubkit/versions/ghec_v2022_11_28/models/group_1059.py +32 -8
  1026. githubkit/versions/ghec_v2022_11_28/models/group_1060.py +24 -8
  1027. githubkit/versions/ghec_v2022_11_28/models/group_1061.py +6 -5
  1028. githubkit/versions/ghec_v2022_11_28/models/group_1062.py +40 -17
  1029. githubkit/versions/ghec_v2022_11_28/models/group_1063.py +9 -18
  1030. githubkit/versions/ghec_v2022_11_28/models/group_1064.py +11 -11
  1031. githubkit/versions/ghec_v2022_11_28/models/group_1065.py +15 -6
  1032. githubkit/versions/ghec_v2022_11_28/models/group_1066.py +112 -7
  1033. githubkit/versions/ghec_v2022_11_28/models/group_1067.py +80 -7
  1034. githubkit/versions/ghec_v2022_11_28/models/group_1068.py +84 -6
  1035. githubkit/versions/ghec_v2022_11_28/models/group_1069.py +8 -10
  1036. githubkit/versions/ghec_v2022_11_28/models/group_1070.py +17 -21
  1037. githubkit/versions/ghec_v2022_11_28/models/group_1071.py +16 -7
  1038. githubkit/versions/ghec_v2022_11_28/models/group_1072.py +39 -11
  1039. githubkit/versions/ghec_v2022_11_28/models/group_1073.py +24 -9
  1040. githubkit/versions/ghec_v2022_11_28/models/group_1074.py +8 -10
  1041. githubkit/versions/ghec_v2022_11_28/models/group_1075.py +15 -4
  1042. githubkit/versions/ghec_v2022_11_28/models/group_1076.py +5 -24
  1043. githubkit/versions/ghec_v2022_11_28/models/group_1077.py +9 -21
  1044. githubkit/versions/ghec_v2022_11_28/models/group_1078.py +19 -5
  1045. githubkit/versions/ghec_v2022_11_28/models/group_1079.py +10 -6
  1046. githubkit/versions/ghec_v2022_11_28/models/group_1080.py +5 -10
  1047. githubkit/versions/ghec_v2022_11_28/models/group_1081.py +9 -21
  1048. githubkit/versions/ghec_v2022_11_28/models/group_1082.py +11 -7
  1049. githubkit/versions/ghec_v2022_11_28/models/group_1083.py +11 -4
  1050. githubkit/versions/ghec_v2022_11_28/models/group_1084.py +8 -7
  1051. githubkit/versions/ghec_v2022_11_28/models/group_1085.py +20 -19
  1052. githubkit/versions/ghec_v2022_11_28/models/group_1086.py +10 -7
  1053. githubkit/versions/ghec_v2022_11_28/models/group_1087.py +7 -9
  1054. githubkit/versions/ghec_v2022_11_28/models/group_1088.py +14 -5
  1055. githubkit/versions/ghec_v2022_11_28/models/group_1089.py +12 -6
  1056. githubkit/versions/ghec_v2022_11_28/models/group_1090.py +4 -304
  1057. githubkit/versions/ghec_v2022_11_28/models/group_1091.py +23 -7
  1058. githubkit/versions/ghec_v2022_11_28/models/group_1092.py +21 -7
  1059. githubkit/versions/ghec_v2022_11_28/models/group_1093.py +5 -16
  1060. githubkit/versions/ghec_v2022_11_28/models/group_1094.py +7 -8
  1061. githubkit/versions/ghec_v2022_11_28/models/group_1095.py +10 -8
  1062. githubkit/versions/ghec_v2022_11_28/models/group_1096.py +21 -13
  1063. githubkit/versions/ghec_v2022_11_28/models/group_1097.py +8 -8
  1064. githubkit/versions/ghec_v2022_11_28/models/group_1098.py +5 -23
  1065. githubkit/versions/ghec_v2022_11_28/models/group_1099.py +10 -9
  1066. githubkit/versions/ghec_v2022_11_28/models/group_1100.py +23 -9
  1067. githubkit/versions/ghec_v2022_11_28/models/group_1101.py +9 -8
  1068. githubkit/versions/ghec_v2022_11_28/models/group_1102.py +11 -8
  1069. githubkit/versions/ghec_v2022_11_28/models/group_1103.py +5 -10
  1070. githubkit/versions/ghec_v2022_11_28/models/group_1104.py +8 -8
  1071. githubkit/versions/ghec_v2022_11_28/models/group_1105.py +298 -10
  1072. githubkit/versions/ghec_v2022_11_28/models/group_1106.py +8 -9
  1073. githubkit/versions/ghec_v2022_11_28/models/group_1107.py +4 -4
  1074. githubkit/versions/ghec_v2022_11_28/models/group_1108.py +15 -7
  1075. githubkit/versions/ghec_v2022_11_28/models/group_1109.py +8 -9
  1076. githubkit/versions/ghec_v2022_11_28/models/group_1110.py +5 -5
  1077. githubkit/versions/ghec_v2022_11_28/models/group_1111.py +15 -6
  1078. githubkit/versions/ghec_v2022_11_28/models/group_1112.py +8 -8
  1079. githubkit/versions/ghec_v2022_11_28/models/group_1113.py +18 -35
  1080. githubkit/versions/ghec_v2022_11_28/models/group_1114.py +8 -30
  1081. githubkit/versions/ghec_v2022_11_28/models/group_1115.py +10 -9
  1082. githubkit/versions/ghec_v2022_11_28/models/group_1116.py +8 -45
  1083. githubkit/versions/ghec_v2022_11_28/models/group_1117.py +8 -7
  1084. githubkit/versions/ghec_v2022_11_28/models/group_1118.py +8 -77
  1085. githubkit/versions/ghec_v2022_11_28/models/group_1119.py +8 -16
  1086. githubkit/versions/ghec_v2022_11_28/models/group_1120.py +10 -212
  1087. githubkit/versions/ghec_v2022_11_28/models/group_1121.py +6 -89
  1088. githubkit/versions/ghec_v2022_11_28/models/group_1122.py +6 -38
  1089. githubkit/versions/ghec_v2022_11_28/models/group_1123.py +7 -14
  1090. githubkit/versions/ghec_v2022_11_28/models/group_1124.py +9 -15
  1091. githubkit/versions/ghec_v2022_11_28/models/group_1125.py +7 -15
  1092. githubkit/versions/ghec_v2022_11_28/models/group_1126.py +6 -11
  1093. githubkit/versions/ghec_v2022_11_28/models/group_1127.py +8 -11
  1094. githubkit/versions/ghec_v2022_11_28/models/group_1128.py +35 -10
  1095. githubkit/versions/ghec_v2022_11_28/models/group_1129.py +30 -9
  1096. githubkit/versions/ghec_v2022_11_28/models/group_1130.py +7 -10
  1097. githubkit/versions/ghec_v2022_11_28/models/group_1131.py +44 -10
  1098. githubkit/versions/ghec_v2022_11_28/models/group_1132.py +7 -9
  1099. githubkit/versions/ghec_v2022_11_28/models/group_1133.py +78 -8
  1100. githubkit/versions/ghec_v2022_11_28/models/group_1134.py +16 -9
  1101. githubkit/versions/ghec_v2022_11_28/models/group_1135.py +215 -5
  1102. githubkit/versions/ghec_v2022_11_28/models/group_1136.py +88 -10
  1103. githubkit/versions/ghec_v2022_11_28/models/group_1137.py +33 -7
  1104. githubkit/versions/ghec_v2022_11_28/models/group_1138.py +12 -102
  1105. githubkit/versions/ghec_v2022_11_28/models/group_1139.py +15 -55
  1106. githubkit/versions/ghec_v2022_11_28/models/group_1140.py +16 -60
  1107. githubkit/versions/ghec_v2022_11_28/models/group_1141.py +9 -100
  1108. githubkit/versions/ghec_v2022_11_28/models/group_1142.py +10 -56
  1109. githubkit/versions/ghec_v2022_11_28/models/group_1143.py +10 -59
  1110. githubkit/versions/ghec_v2022_11_28/models/group_1144.py +9 -5
  1111. githubkit/versions/ghec_v2022_11_28/models/group_1145.py +9 -26
  1112. githubkit/versions/ghec_v2022_11_28/models/group_1146.py +10 -7
  1113. githubkit/versions/ghec_v2022_11_28/models/group_1147.py +15 -33
  1114. githubkit/versions/ghec_v2022_11_28/models/group_1148.py +16 -34
  1115. githubkit/versions/ghec_v2022_11_28/models/group_1149.py +16 -34
  1116. githubkit/versions/ghec_v2022_11_28/models/group_1150.py +12 -34
  1117. githubkit/versions/ghec_v2022_11_28/models/group_1151.py +11 -35
  1118. githubkit/versions/ghec_v2022_11_28/models/group_1152.py +15 -8
  1119. githubkit/versions/ghec_v2022_11_28/models/group_1153.py +85 -29
  1120. githubkit/versions/ghec_v2022_11_28/models/group_1154.py +53 -22
  1121. githubkit/versions/ghec_v2022_11_28/models/group_1155.py +60 -8
  1122. githubkit/versions/ghec_v2022_11_28/models/group_1156.py +92 -17
  1123. githubkit/versions/ghec_v2022_11_28/models/group_1157.py +59 -25
  1124. githubkit/versions/ghec_v2022_11_28/models/group_1158.py +56 -10
  1125. githubkit/versions/ghec_v2022_11_28/models/group_1159.py +5 -10
  1126. githubkit/versions/ghec_v2022_11_28/models/group_1160.py +28 -5
  1127. githubkit/versions/ghec_v2022_11_28/models/group_1161.py +8 -11
  1128. githubkit/versions/ghec_v2022_11_28/models/group_1162.py +21 -11
  1129. githubkit/versions/ghec_v2022_11_28/models/group_1163.py +34 -15
  1130. githubkit/versions/ghec_v2022_11_28/models/group_1164.py +20 -54
  1131. githubkit/versions/ghec_v2022_11_28/models/group_1165.py +21 -48
  1132. githubkit/versions/ghec_v2022_11_28/models/group_1166.py +30 -16
  1133. githubkit/versions/ghec_v2022_11_28/models/group_1167.py +7 -22
  1134. githubkit/versions/ghec_v2022_11_28/models/group_1168.py +44 -9
  1135. githubkit/versions/ghec_v2022_11_28/models/group_1169.py +24 -12
  1136. githubkit/versions/ghec_v2022_11_28/models/group_1170.py +8 -49
  1137. githubkit/versions/ghec_v2022_11_28/models/group_1171.py +25 -5
  1138. githubkit/versions/ghec_v2022_11_28/models/group_1172.py +28 -42
  1139. githubkit/versions/ghec_v2022_11_28/models/group_1173.py +12 -10
  1140. githubkit/versions/ghec_v2022_11_28/models/group_1174.py +7 -8
  1141. githubkit/versions/ghec_v2022_11_28/models/group_1175.py +6 -29
  1142. githubkit/versions/ghec_v2022_11_28/models/group_1176.py +8 -46
  1143. githubkit/versions/ghec_v2022_11_28/models/group_1177.py +11 -33
  1144. githubkit/versions/ghec_v2022_11_28/models/group_1178.py +8 -16
  1145. githubkit/versions/ghec_v2022_11_28/models/group_1179.py +54 -16
  1146. githubkit/versions/ghec_v2022_11_28/models/group_1180.py +53 -7
  1147. githubkit/versions/ghec_v2022_11_28/models/group_1181.py +23 -8
  1148. githubkit/versions/ghec_v2022_11_28/models/group_1182.py +22 -7
  1149. githubkit/versions/ghec_v2022_11_28/models/group_1183.py +14 -6
  1150. githubkit/versions/ghec_v2022_11_28/models/group_1184.py +12 -8
  1151. githubkit/versions/ghec_v2022_11_28/models/group_1185.py +42 -11
  1152. githubkit/versions/ghec_v2022_11_28/models/group_1186.py +5 -9
  1153. githubkit/versions/ghec_v2022_11_28/models/group_1187.py +21 -55
  1154. githubkit/versions/ghec_v2022_11_28/models/group_1188.py +11 -7
  1155. githubkit/versions/ghec_v2022_11_28/models/group_1189.py +11 -10
  1156. githubkit/versions/ghec_v2022_11_28/models/group_1190.py +8 -38
  1157. githubkit/versions/ghec_v2022_11_28/models/group_1191.py +19 -33
  1158. githubkit/versions/ghec_v2022_11_28/models/group_1192.py +31 -30
  1159. githubkit/versions/ghec_v2022_11_28/models/group_1193.py +32 -22
  1160. githubkit/versions/ghec_v2022_11_28/models/group_1194.py +12 -16
  1161. githubkit/versions/ghec_v2022_11_28/models/group_1195.py +19 -21
  1162. githubkit/versions/ghec_v2022_11_28/models/group_1196.py +14 -30
  1163. githubkit/versions/ghec_v2022_11_28/models/group_1197.py +9 -8
  1164. githubkit/versions/ghec_v2022_11_28/models/group_1198.py +8 -9
  1165. githubkit/versions/ghec_v2022_11_28/models/group_1199.py +9 -4
  1166. githubkit/versions/ghec_v2022_11_28/models/group_1200.py +6 -12
  1167. githubkit/versions/ghec_v2022_11_28/models/group_1201.py +10 -34
  1168. githubkit/versions/ghec_v2022_11_28/models/group_1202.py +11 -5
  1169. githubkit/versions/ghec_v2022_11_28/models/group_1203.py +69 -9
  1170. githubkit/versions/ghec_v2022_11_28/models/group_1204.py +7 -54
  1171. githubkit/versions/ghec_v2022_11_28/models/group_1205.py +7 -6
  1172. githubkit/versions/ghec_v2022_11_28/models/group_1206.py +37 -6
  1173. githubkit/versions/ghec_v2022_11_28/models/group_1207.py +48 -11
  1174. githubkit/versions/ghec_v2022_11_28/models/group_1208.py +45 -8
  1175. githubkit/versions/ghec_v2022_11_28/models/group_1209.py +33 -23
  1176. githubkit/versions/ghec_v2022_11_28/models/group_1210.py +20 -5
  1177. githubkit/versions/ghec_v2022_11_28/models/group_1211.py +22 -8
  1178. githubkit/versions/ghec_v2022_11_28/models/group_1212.py +23 -18
  1179. githubkit/versions/ghec_v2022_11_28/models/group_1213.py +8 -5
  1180. githubkit/versions/ghec_v2022_11_28/models/group_1214.py +6 -11
  1181. githubkit/versions/ghec_v2022_11_28/models/group_1215.py +4 -14
  1182. githubkit/versions/ghec_v2022_11_28/models/group_1216.py +14 -5
  1183. githubkit/versions/ghec_v2022_11_28/models/group_1217.py +37 -8
  1184. githubkit/versions/ghec_v2022_11_28/models/group_1218.py +5 -15
  1185. githubkit/versions/ghec_v2022_11_28/models/group_1219.py +10 -11
  1186. githubkit/versions/ghec_v2022_11_28/models/group_1220.py +48 -10
  1187. githubkit/versions/ghec_v2022_11_28/models/group_1221.py +6 -14
  1188. githubkit/versions/ghec_v2022_11_28/models/group_1222.py +9 -6
  1189. githubkit/versions/ghec_v2022_11_28/models/group_1223.py +5 -16
  1190. githubkit/versions/ghec_v2022_11_28/models/group_1224.py +8 -18
  1191. githubkit/versions/ghec_v2022_11_28/models/group_1225.py +18 -22
  1192. githubkit/versions/ghec_v2022_11_28/models/group_1226.py +5 -12
  1193. githubkit/versions/ghec_v2022_11_28/models/group_1227.py +10 -7
  1194. githubkit/versions/ghec_v2022_11_28/models/group_1228.py +19 -15
  1195. githubkit/versions/ghec_v2022_11_28/models/group_1229.py +11 -37
  1196. githubkit/versions/ghec_v2022_11_28/models/group_1230.py +10 -26
  1197. githubkit/versions/ghec_v2022_11_28/models/group_1231.py +9 -29
  1198. githubkit/versions/ghec_v2022_11_28/models/group_1232.py +11 -37
  1199. githubkit/versions/ghec_v2022_11_28/models/group_1233.py +8 -26
  1200. githubkit/versions/ghec_v2022_11_28/models/group_1234.py +10 -13
  1201. githubkit/versions/ghec_v2022_11_28/models/group_1235.py +8 -13
  1202. githubkit/versions/ghec_v2022_11_28/models/group_1236.py +12 -12
  1203. githubkit/versions/ghec_v2022_11_28/models/group_1237.py +10 -20
  1204. githubkit/versions/ghec_v2022_11_28/models/group_1238.py +6 -6
  1205. githubkit/versions/ghec_v2022_11_28/models/group_1239.py +13 -7
  1206. githubkit/versions/ghec_v2022_11_28/models/group_1240.py +20 -8
  1207. githubkit/versions/ghec_v2022_11_28/models/group_1241.py +14 -26
  1208. githubkit/versions/ghec_v2022_11_28/models/group_1242.py +12 -5
  1209. githubkit/versions/ghec_v2022_11_28/models/group_1243.py +8 -11
  1210. githubkit/versions/ghec_v2022_11_28/models/group_1244.py +11 -22
  1211. githubkit/versions/ghec_v2022_11_28/models/group_1245.py +23 -37
  1212. githubkit/versions/ghec_v2022_11_28/models/group_1246.py +19 -31
  1213. githubkit/versions/ghec_v2022_11_28/models/group_1247.py +37 -11
  1214. githubkit/versions/ghec_v2022_11_28/models/group_1248.py +23 -13
  1215. githubkit/versions/ghec_v2022_11_28/models/group_1249.py +34 -11
  1216. githubkit/versions/ghec_v2022_11_28/models/group_1250.py +16 -6
  1217. githubkit/versions/ghec_v2022_11_28/models/group_1251.py +13 -8
  1218. githubkit/versions/ghec_v2022_11_28/models/group_1252.py +13 -8
  1219. githubkit/versions/ghec_v2022_11_28/models/group_1253.py +24 -8
  1220. githubkit/versions/ghec_v2022_11_28/models/group_1254.py +6 -46
  1221. githubkit/versions/ghec_v2022_11_28/models/group_1255.py +10 -5
  1222. githubkit/versions/ghec_v2022_11_28/models/group_1256.py +8 -11
  1223. githubkit/versions/ghec_v2022_11_28/models/group_1257.py +30 -9
  1224. githubkit/versions/ghec_v2022_11_28/models/group_1258.py +5 -10
  1225. githubkit/versions/ghec_v2022_11_28/models/group_1259.py +11 -8
  1226. githubkit/versions/ghec_v2022_11_28/models/group_1260.py +13 -24
  1227. githubkit/versions/ghec_v2022_11_28/models/group_1261.py +41 -8
  1228. githubkit/versions/ghec_v2022_11_28/models/group_1262.py +33 -12
  1229. githubkit/versions/ghec_v2022_11_28/models/group_1263.py +11 -39
  1230. githubkit/versions/ghec_v2022_11_28/models/group_1264.py +18 -6
  1231. githubkit/versions/ghec_v2022_11_28/models/group_1265.py +6 -75
  1232. githubkit/versions/ghec_v2022_11_28/models/group_1266.py +6 -76
  1233. githubkit/versions/ghec_v2022_11_28/models/group_1267.py +8 -17
  1234. githubkit/versions/ghec_v2022_11_28/models/group_1268.py +10 -10
  1235. githubkit/versions/ghec_v2022_11_28/models/group_1269.py +8 -18
  1236. githubkit/versions/ghec_v2022_11_28/models/group_1270.py +41 -8
  1237. githubkit/versions/ghec_v2022_11_28/models/group_1271.py +5 -7
  1238. githubkit/versions/ghec_v2022_11_28/models/group_1272.py +11 -6
  1239. githubkit/versions/ghec_v2022_11_28/models/group_1273.py +10 -12
  1240. githubkit/versions/ghec_v2022_11_28/models/group_1274.py +6 -18
  1241. githubkit/versions/ghec_v2022_11_28/models/group_1275.py +7 -48
  1242. githubkit/versions/ghec_v2022_11_28/models/group_1276.py +32 -44
  1243. githubkit/versions/ghec_v2022_11_28/models/group_1277.py +10 -65
  1244. githubkit/versions/ghec_v2022_11_28/models/group_1278.py +12 -20
  1245. githubkit/versions/ghec_v2022_11_28/models/group_1279.py +29 -8
  1246. githubkit/versions/ghec_v2022_11_28/models/group_1280.py +8 -11
  1247. githubkit/versions/ghec_v2022_11_28/models/group_1281.py +77 -5
  1248. githubkit/versions/ghec_v2022_11_28/models/group_1282.py +78 -5
  1249. githubkit/versions/ghec_v2022_11_28/models/group_1283.py +18 -14
  1250. githubkit/versions/ghec_v2022_11_28/models/group_1284.py +9 -8
  1251. githubkit/versions/ghec_v2022_11_28/models/group_1285.py +18 -7
  1252. githubkit/versions/ghec_v2022_11_28/models/group_1286.py +10 -8
  1253. githubkit/versions/ghec_v2022_11_28/models/group_1287.py +7 -8
  1254. githubkit/versions/ghec_v2022_11_28/models/group_1288.py +6 -11
  1255. githubkit/versions/ghec_v2022_11_28/models/group_1289.py +13 -22
  1256. githubkit/versions/ghec_v2022_11_28/models/group_1290.py +16 -24
  1257. githubkit/versions/ghec_v2022_11_28/models/group_1291.py +49 -8
  1258. githubkit/versions/ghec_v2022_11_28/models/group_1292.py +44 -45
  1259. githubkit/versions/ghec_v2022_11_28/models/group_1293.py +57 -37
  1260. githubkit/versions/ghec_v2022_11_28/models/group_1294.py +24 -29
  1261. githubkit/versions/ghec_v2022_11_28/models/group_1295.py +8 -14
  1262. githubkit/versions/ghec_v2022_11_28/models/group_1296.py +12 -8
  1263. githubkit/versions/ghec_v2022_11_28/models/group_1297.py +5 -7
  1264. githubkit/versions/ghec_v2022_11_28/models/group_1298.py +5 -16
  1265. githubkit/versions/ghec_v2022_11_28/models/group_1299.py +17 -8
  1266. githubkit/versions/ghec_v2022_11_28/models/group_1300.py +10 -11
  1267. githubkit/versions/ghec_v2022_11_28/models/group_1301.py +8 -6
  1268. githubkit/versions/ghec_v2022_11_28/models/group_1302.py +12 -12
  1269. githubkit/versions/ghec_v2022_11_28/models/group_1303.py +9 -18
  1270. githubkit/versions/ghec_v2022_11_28/models/group_1304.py +9 -7
  1271. githubkit/versions/ghec_v2022_11_28/models/group_1305.py +24 -7
  1272. githubkit/versions/ghec_v2022_11_28/models/group_1306.py +32 -13
  1273. githubkit/versions/ghec_v2022_11_28/models/group_1307.py +11 -4
  1274. githubkit/versions/ghec_v2022_11_28/models/group_1308.py +46 -9
  1275. githubkit/versions/ghec_v2022_11_28/models/group_1309.py +44 -6
  1276. githubkit/versions/ghec_v2022_11_28/models/group_1310.py +28 -33
  1277. githubkit/versions/ghec_v2022_11_28/models/group_1311.py +13 -7
  1278. githubkit/versions/ghec_v2022_11_28/models/group_1312.py +8 -90
  1279. githubkit/versions/ghec_v2022_11_28/models/group_1313.py +6 -11
  1280. githubkit/versions/ghec_v2022_11_28/models/group_1314.py +15 -11
  1281. githubkit/versions/ghec_v2022_11_28/models/group_1315.py +8 -13
  1282. githubkit/versions/ghec_v2022_11_28/models/group_1316.py +12 -9
  1283. githubkit/versions/ghec_v2022_11_28/models/group_1317.py +9 -9
  1284. githubkit/versions/ghec_v2022_11_28/models/group_1318.py +11 -76
  1285. githubkit/versions/ghec_v2022_11_28/models/group_1319.py +37 -0
  1286. githubkit/versions/ghec_v2022_11_28/models/group_1320.py +30 -0
  1287. githubkit/versions/ghec_v2022_11_28/models/group_1321.py +28 -0
  1288. githubkit/versions/ghec_v2022_11_28/models/group_1322.py +31 -0
  1289. githubkit/versions/ghec_v2022_11_28/models/group_1323.py +21 -0
  1290. githubkit/versions/ghec_v2022_11_28/models/group_1324.py +33 -0
  1291. githubkit/versions/ghec_v2022_11_28/models/group_1325.py +29 -0
  1292. githubkit/versions/ghec_v2022_11_28/models/group_1326.py +59 -0
  1293. githubkit/versions/ghec_v2022_11_28/models/group_1327.py +32 -0
  1294. githubkit/versions/ghec_v2022_11_28/models/group_1328.py +110 -0
  1295. githubkit/versions/ghec_v2022_11_28/models/group_1329.py +32 -0
  1296. githubkit/versions/ghec_v2022_11_28/models/group_1330.py +32 -0
  1297. githubkit/versions/ghec_v2022_11_28/models/group_1331.py +33 -0
  1298. githubkit/versions/ghec_v2022_11_28/models/group_1332.py +35 -0
  1299. githubkit/versions/ghec_v2022_11_28/models/group_1333.py +69 -0
  1300. githubkit/versions/ghec_v2022_11_28/models/group_1334.py +29 -0
  1301. githubkit/versions/ghec_v2022_11_28/models/group_1335.py +29 -0
  1302. githubkit/versions/ghec_v2022_11_28/models/group_1336.py +97 -0
  1303. githubkit/versions/ghec_v2022_11_28/rest/actions.py +826 -0
  1304. githubkit/versions/ghec_v2022_11_28/rest/activity.py +144 -0
  1305. githubkit/versions/ghec_v2022_11_28/rest/apps.py +1248 -6
  1306. githubkit/versions/ghec_v2022_11_28/rest/billing.py +610 -12
  1307. githubkit/versions/ghec_v2022_11_28/rest/campaigns.py +28 -0
  1308. githubkit/versions/ghec_v2022_11_28/rest/checks.py +68 -0
  1309. githubkit/versions/ghec_v2022_11_28/rest/classroom.py +24 -0
  1310. githubkit/versions/ghec_v2022_11_28/rest/code_scanning.py +625 -0
  1311. githubkit/versions/ghec_v2022_11_28/rest/code_security.py +116 -0
  1312. githubkit/versions/ghec_v2022_11_28/rest/codes_of_conduct.py +8 -0
  1313. githubkit/versions/ghec_v2022_11_28/rest/codespaces.py +246 -0
  1314. githubkit/versions/ghec_v2022_11_28/rest/copilot.py +68 -0
  1315. githubkit/versions/ghec_v2022_11_28/rest/credentials.py +8 -0
  1316. githubkit/versions/ghec_v2022_11_28/rest/dependabot.py +126 -8
  1317. githubkit/versions/ghec_v2022_11_28/rest/dependency_graph.py +16 -0
  1318. githubkit/versions/ghec_v2022_11_28/rest/emojis.py +4 -0
  1319. githubkit/versions/ghec_v2022_11_28/rest/enterprise_admin.py +388 -0
  1320. githubkit/versions/ghec_v2022_11_28/rest/gists.py +104 -2
  1321. githubkit/versions/ghec_v2022_11_28/rest/git.py +76 -0
  1322. githubkit/versions/ghec_v2022_11_28/rest/gitignore.py +8 -0
  1323. githubkit/versions/ghec_v2022_11_28/rest/hosted_compute.py +32 -0
  1324. githubkit/versions/ghec_v2022_11_28/rest/interactions.py +56 -2
  1325. githubkit/versions/ghec_v2022_11_28/rest/issues.py +244 -0
  1326. githubkit/versions/ghec_v2022_11_28/rest/licenses.py +12 -0
  1327. githubkit/versions/ghec_v2022_11_28/rest/markdown.py +24 -2
  1328. githubkit/versions/ghec_v2022_11_28/rest/meta.py +20 -0
  1329. githubkit/versions/ghec_v2022_11_28/rest/migrations.py +112 -0
  1330. githubkit/versions/ghec_v2022_11_28/rest/oidc.py +12 -0
  1331. githubkit/versions/ghec_v2022_11_28/rest/orgs.py +892 -0
  1332. githubkit/versions/ghec_v2022_11_28/rest/packages.py +108 -0
  1333. githubkit/versions/ghec_v2022_11_28/rest/private_registries.py +36 -0
  1334. githubkit/versions/ghec_v2022_11_28/rest/projects.py +146 -0
  1335. githubkit/versions/ghec_v2022_11_28/rest/pulls.py +162 -0
  1336. githubkit/versions/ghec_v2022_11_28/rest/rate_limit.py +6 -0
  1337. githubkit/versions/ghec_v2022_11_28/rest/reactions.py +136 -0
  1338. githubkit/versions/ghec_v2022_11_28/rest/repos.py +1086 -0
  1339. githubkit/versions/ghec_v2022_11_28/rest/scim.py +36 -0
  1340. githubkit/versions/ghec_v2022_11_28/rest/search.py +28 -0
  1341. githubkit/versions/ghec_v2022_11_28/rest/secret_scanning.py +84 -0
  1342. githubkit/versions/ghec_v2022_11_28/rest/security_advisories.py +52 -0
  1343. githubkit/versions/ghec_v2022_11_28/rest/server_statistics.py +4 -0
  1344. githubkit/versions/ghec_v2022_11_28/rest/teams.py +360 -0
  1345. githubkit/versions/ghec_v2022_11_28/rest/users.py +429 -2
  1346. githubkit/versions/ghec_v2022_11_28/types/__init__.py +4899 -4773
  1347. githubkit/versions/ghec_v2022_11_28/types/group_0018.py +1 -0
  1348. githubkit/versions/ghec_v2022_11_28/types/group_0021.py +1 -1
  1349. githubkit/versions/ghec_v2022_11_28/types/group_0046.py +9 -82
  1350. githubkit/versions/ghec_v2022_11_28/types/group_0047.py +7 -6
  1351. githubkit/versions/ghec_v2022_11_28/types/group_0048.py +18 -11
  1352. githubkit/versions/ghec_v2022_11_28/types/group_0049.py +76 -59
  1353. githubkit/versions/ghec_v2022_11_28/types/group_0050.py +5 -25
  1354. githubkit/versions/ghec_v2022_11_28/types/group_0051.py +13 -10
  1355. githubkit/versions/ghec_v2022_11_28/types/group_0052.py +64 -14
  1356. githubkit/versions/ghec_v2022_11_28/types/group_0053.py +19 -16
  1357. githubkit/versions/ghec_v2022_11_28/types/group_0054.py +8 -82
  1358. githubkit/versions/ghec_v2022_11_28/types/group_0055.py +15 -15
  1359. githubkit/versions/ghec_v2022_11_28/types/group_0056.py +25 -7
  1360. githubkit/versions/ghec_v2022_11_28/types/group_0057.py +70 -30
  1361. githubkit/versions/ghec_v2022_11_28/types/group_0058.py +16 -56
  1362. githubkit/versions/ghec_v2022_11_28/types/group_0059.py +11 -34
  1363. githubkit/versions/ghec_v2022_11_28/types/group_0060.py +31 -100
  1364. githubkit/versions/ghec_v2022_11_28/types/group_0061.py +54 -8
  1365. githubkit/versions/ghec_v2022_11_28/types/group_0062.py +34 -12
  1366. githubkit/versions/ghec_v2022_11_28/types/group_0063.py +118 -17
  1367. githubkit/versions/ghec_v2022_11_28/types/group_0064.py +9 -14
  1368. githubkit/versions/ghec_v2022_11_28/types/group_0065.py +11 -39
  1369. githubkit/versions/ghec_v2022_11_28/types/group_0066.py +22 -20
  1370. githubkit/versions/ghec_v2022_11_28/types/group_0067.py +13 -35
  1371. githubkit/versions/ghec_v2022_11_28/types/group_0068.py +32 -42
  1372. githubkit/versions/ghec_v2022_11_28/types/group_0069.py +17 -180
  1373. githubkit/versions/ghec_v2022_11_28/types/group_0070.py +36 -8
  1374. githubkit/versions/ghec_v2022_11_28/types/group_0071.py +36 -17
  1375. githubkit/versions/ghec_v2022_11_28/types/group_0072.py +161 -50
  1376. githubkit/versions/ghec_v2022_11_28/types/group_0073.py +9 -36
  1377. githubkit/versions/ghec_v2022_11_28/types/group_0074.py +23 -11
  1378. githubkit/versions/ghec_v2022_11_28/types/group_0075.py +62 -19
  1379. githubkit/versions/ghec_v2022_11_28/types/group_0076.py +33 -11
  1380. githubkit/versions/ghec_v2022_11_28/types/group_0077.py +13 -9
  1381. githubkit/versions/ghec_v2022_11_28/types/group_0078.py +26 -15
  1382. githubkit/versions/ghec_v2022_11_28/types/group_0079.py +10 -12
  1383. githubkit/versions/ghec_v2022_11_28/types/group_0080.py +9 -15
  1384. githubkit/versions/ghec_v2022_11_28/types/group_0081.py +17 -12
  1385. githubkit/versions/ghec_v2022_11_28/types/group_0082.py +15 -7
  1386. githubkit/versions/ghec_v2022_11_28/types/group_0083.py +16 -12
  1387. githubkit/versions/ghec_v2022_11_28/types/group_0084.py +14 -7
  1388. githubkit/versions/ghec_v2022_11_28/types/group_0085.py +7 -9
  1389. githubkit/versions/ghec_v2022_11_28/types/group_0086.py +14 -6
  1390. githubkit/versions/ghec_v2022_11_28/types/group_0087.py +7 -14
  1391. githubkit/versions/ghec_v2022_11_28/types/group_0088.py +6 -19
  1392. githubkit/versions/ghec_v2022_11_28/types/group_0089.py +6 -14
  1393. githubkit/versions/ghec_v2022_11_28/types/group_0090.py +14 -5
  1394. githubkit/versions/ghec_v2022_11_28/types/group_0091.py +19 -18
  1395. githubkit/versions/ghec_v2022_11_28/types/group_0092.py +9 -17
  1396. githubkit/versions/ghec_v2022_11_28/types/group_0093.py +4 -21
  1397. githubkit/versions/ghec_v2022_11_28/types/group_0094.py +13 -13
  1398. githubkit/versions/ghec_v2022_11_28/types/group_0095.py +19 -38
  1399. githubkit/versions/ghec_v2022_11_28/types/group_0096.py +18 -8
  1400. githubkit/versions/ghec_v2022_11_28/types/group_0097.py +22 -5
  1401. githubkit/versions/ghec_v2022_11_28/types/group_0098.py +37 -5
  1402. githubkit/versions/ghec_v2022_11_28/types/group_0099.py +7 -7
  1403. githubkit/versions/ghec_v2022_11_28/types/group_0100.py +4 -11
  1404. githubkit/versions/ghec_v2022_11_28/types/group_0101.py +6 -10
  1405. githubkit/versions/ghec_v2022_11_28/types/group_0102.py +12 -5
  1406. githubkit/versions/ghec_v2022_11_28/types/group_0103.py +10 -23
  1407. githubkit/versions/ghec_v2022_11_28/types/group_0104.py +8 -8
  1408. githubkit/versions/ghec_v2022_11_28/types/group_0105.py +5 -12
  1409. githubkit/versions/ghec_v2022_11_28/types/group_0106.py +21 -9
  1410. githubkit/versions/ghec_v2022_11_28/types/group_0107.py +9 -16
  1411. githubkit/versions/ghec_v2022_11_28/types/group_0108.py +10 -10
  1412. githubkit/versions/ghec_v2022_11_28/types/group_0109.py +11 -7
  1413. githubkit/versions/ghec_v2022_11_28/types/group_0110.py +16 -8
  1414. githubkit/versions/ghec_v2022_11_28/types/group_0111.py +10 -7
  1415. githubkit/versions/ghec_v2022_11_28/types/group_0112.py +7 -10
  1416. githubkit/versions/ghec_v2022_11_28/types/group_0113.py +10 -7
  1417. githubkit/versions/ghec_v2022_11_28/types/group_0114.py +7 -10
  1418. githubkit/versions/ghec_v2022_11_28/types/group_0115.py +10 -7
  1419. githubkit/versions/ghec_v2022_11_28/types/group_0116.py +7 -10
  1420. githubkit/versions/ghec_v2022_11_28/types/group_0117.py +10 -7
  1421. githubkit/versions/ghec_v2022_11_28/types/group_0118.py +7 -12
  1422. githubkit/versions/ghec_v2022_11_28/types/group_0119.py +12 -5
  1423. githubkit/versions/ghec_v2022_11_28/types/group_0120.py +7 -11
  1424. githubkit/versions/ghec_v2022_11_28/types/group_0121.py +14 -5
  1425. githubkit/versions/ghec_v2022_11_28/types/group_0122.py +5 -13
  1426. githubkit/versions/ghec_v2022_11_28/types/group_0123.py +13 -5
  1427. githubkit/versions/ghec_v2022_11_28/types/group_0124.py +5 -13
  1428. githubkit/versions/ghec_v2022_11_28/types/group_0125.py +13 -5
  1429. githubkit/versions/ghec_v2022_11_28/types/group_0126.py +5 -9
  1430. githubkit/versions/ghec_v2022_11_28/types/group_0127.py +8 -8
  1431. githubkit/versions/ghec_v2022_11_28/types/group_0128.py +5 -21
  1432. githubkit/versions/ghec_v2022_11_28/types/group_0129.py +6 -11
  1433. githubkit/versions/ghec_v2022_11_28/types/group_0130.py +9 -18
  1434. githubkit/versions/ghec_v2022_11_28/types/group_0131.py +18 -9
  1435. githubkit/versions/ghec_v2022_11_28/types/group_0132.py +13 -4
  1436. githubkit/versions/ghec_v2022_11_28/types/group_0133.py +19 -13
  1437. githubkit/versions/ghec_v2022_11_28/types/group_0134.py +6 -8
  1438. githubkit/versions/ghec_v2022_11_28/types/group_0135.py +4 -15
  1439. githubkit/versions/ghec_v2022_11_28/types/group_0136.py +11 -107
  1440. githubkit/versions/ghec_v2022_11_28/types/group_0137.py +11 -10
  1441. githubkit/versions/ghec_v2022_11_28/types/group_0138.py +13 -6
  1442. githubkit/versions/ghec_v2022_11_28/types/group_0139.py +110 -10
  1443. githubkit/versions/ghec_v2022_11_28/types/group_0140.py +11 -5
  1444. githubkit/versions/ghec_v2022_11_28/types/group_0141.py +8 -5
  1445. githubkit/versions/ghec_v2022_11_28/types/group_0142.py +10 -91
  1446. githubkit/versions/ghec_v2022_11_28/types/group_0143.py +5 -43
  1447. githubkit/versions/ghec_v2022_11_28/types/group_0144.py +4 -20
  1448. githubkit/versions/ghec_v2022_11_28/types/group_0145.py +96 -78
  1449. githubkit/versions/ghec_v2022_11_28/types/group_0146.py +40 -26
  1450. githubkit/versions/ghec_v2022_11_28/types/group_0147.py +15 -24
  1451. githubkit/versions/ghec_v2022_11_28/types/group_0148.py +76 -25
  1452. githubkit/versions/ghec_v2022_11_28/types/group_0149.py +36 -12
  1453. githubkit/versions/ghec_v2022_11_28/types/group_0150.py +31 -7
  1454. githubkit/versions/ghec_v2022_11_28/types/group_0151.py +20 -18
  1455. githubkit/versions/ghec_v2022_11_28/types/group_0152.py +14 -24
  1456. githubkit/versions/ghec_v2022_11_28/types/group_0153.py +10 -25
  1457. githubkit/versions/ghec_v2022_11_28/types/group_0154.py +9 -16
  1458. githubkit/versions/ghec_v2022_11_28/types/group_0155.py +7 -99
  1459. githubkit/versions/ghec_v2022_11_28/types/group_0156.py +27 -39
  1460. githubkit/versions/ghec_v2022_11_28/types/group_0157.py +23 -64
  1461. githubkit/versions/ghec_v2022_11_28/types/group_0158.py +23 -46
  1462. githubkit/versions/ghec_v2022_11_28/types/group_0159.py +15 -41
  1463. githubkit/versions/ghec_v2022_11_28/types/group_0160.py +86 -50
  1464. githubkit/versions/ghec_v2022_11_28/types/group_0161.py +27 -103
  1465. githubkit/versions/ghec_v2022_11_28/types/group_0162.py +64 -24
  1466. githubkit/versions/ghec_v2022_11_28/types/group_0163.py +41 -21
  1467. githubkit/versions/ghec_v2022_11_28/types/group_0164.py +38 -7
  1468. githubkit/versions/ghec_v2022_11_28/types/group_0165.py +59 -17
  1469. githubkit/versions/ghec_v2022_11_28/types/group_0166.py +108 -17
  1470. githubkit/versions/ghec_v2022_11_28/types/group_0167.py +23 -18
  1471. githubkit/versions/ghec_v2022_11_28/types/group_0168.py +19 -20
  1472. githubkit/versions/ghec_v2022_11_28/types/group_0169.py +7 -65
  1473. githubkit/versions/ghec_v2022_11_28/types/group_0170.py +21 -84
  1474. githubkit/versions/ghec_v2022_11_28/types/group_0171.py +17 -144
  1475. githubkit/versions/ghec_v2022_11_28/types/group_0172.py +17 -25
  1476. githubkit/versions/ghec_v2022_11_28/types/group_0173.py +25 -13
  1477. githubkit/versions/ghec_v2022_11_28/types/group_0174.py +64 -16
  1478. githubkit/versions/ghec_v2022_11_28/types/group_0175.py +80 -9
  1479. githubkit/versions/ghec_v2022_11_28/types/group_0176.py +134 -84
  1480. githubkit/versions/ghec_v2022_11_28/types/group_0177.py +28 -5
  1481. githubkit/versions/ghec_v2022_11_28/types/group_0178.py +15 -8
  1482. githubkit/versions/ghec_v2022_11_28/types/group_0179.py +16 -10
  1483. githubkit/versions/ghec_v2022_11_28/types/group_0180.py +8 -72
  1484. githubkit/versions/ghec_v2022_11_28/types/group_0181.py +86 -24
  1485. githubkit/versions/ghec_v2022_11_28/types/group_0182.py +5 -12
  1486. githubkit/versions/ghec_v2022_11_28/types/group_0183.py +8 -85
  1487. githubkit/versions/ghec_v2022_11_28/types/group_0184.py +4 -4
  1488. githubkit/versions/ghec_v2022_11_28/types/group_0185.py +66 -24
  1489. githubkit/versions/ghec_v2022_11_28/types/group_0186.py +34 -19
  1490. githubkit/versions/ghec_v2022_11_28/types/group_0187.py +13 -7
  1491. githubkit/versions/ghec_v2022_11_28/types/group_0188.py +84 -7
  1492. githubkit/versions/ghec_v2022_11_28/types/group_0189.py +9 -5
  1493. githubkit/versions/ghec_v2022_11_28/types/group_0190.py +24 -65
  1494. githubkit/versions/ghec_v2022_11_28/types/group_0191.py +19 -21
  1495. githubkit/versions/ghec_v2022_11_28/types/group_0192.py +8 -31
  1496. githubkit/versions/ghec_v2022_11_28/types/group_0193.py +8 -18
  1497. githubkit/versions/ghec_v2022_11_28/types/group_0194.py +9 -22
  1498. githubkit/versions/ghec_v2022_11_28/types/group_0195.py +94 -7
  1499. githubkit/versions/ghec_v2022_11_28/types/group_0196.py +67 -22
  1500. githubkit/versions/ghec_v2022_11_28/types/group_0197.py +22 -10
  1501. githubkit/versions/ghec_v2022_11_28/types/group_0198.py +31 -11
  1502. githubkit/versions/ghec_v2022_11_28/types/group_0199.py +16 -6
  1503. githubkit/versions/ghec_v2022_11_28/types/group_0200.py +21 -6
  1504. githubkit/versions/ghec_v2022_11_28/types/group_0201.py +9 -14
  1505. githubkit/versions/ghec_v2022_11_28/types/group_0202.py +28 -9
  1506. githubkit/versions/ghec_v2022_11_28/types/group_0203.py +10 -11
  1507. githubkit/versions/ghec_v2022_11_28/types/group_0204.py +11 -15
  1508. githubkit/versions/ghec_v2022_11_28/types/group_0205.py +8 -15
  1509. githubkit/versions/ghec_v2022_11_28/types/group_0206.py +6 -26
  1510. githubkit/versions/ghec_v2022_11_28/types/group_0207.py +16 -32
  1511. githubkit/versions/ghec_v2022_11_28/types/group_0208.py +9 -6
  1512. githubkit/versions/ghec_v2022_11_28/types/group_0209.py +8 -30
  1513. githubkit/versions/ghec_v2022_11_28/types/group_0210.py +16 -9
  1514. githubkit/versions/ghec_v2022_11_28/types/group_0211.py +14 -9
  1515. githubkit/versions/ghec_v2022_11_28/types/group_0212.py +16 -27
  1516. githubkit/versions/ghec_v2022_11_28/types/group_0213.py +26 -30
  1517. githubkit/versions/ghec_v2022_11_28/types/group_0214.py +6 -42
  1518. githubkit/versions/ghec_v2022_11_28/types/group_0215.py +22 -55
  1519. githubkit/versions/ghec_v2022_11_28/types/group_0216.py +9 -64
  1520. githubkit/versions/ghec_v2022_11_28/types/group_0217.py +9 -14
  1521. githubkit/versions/ghec_v2022_11_28/types/group_0218.py +30 -18
  1522. githubkit/versions/ghec_v2022_11_28/types/group_0219.py +34 -10
  1523. githubkit/versions/ghec_v2022_11_28/types/group_0220.py +43 -11
  1524. githubkit/versions/ghec_v2022_11_28/types/group_0221.py +65 -10
  1525. githubkit/versions/ghec_v2022_11_28/types/group_0222.py +52 -131
  1526. githubkit/versions/ghec_v2022_11_28/types/group_0223.py +16 -17
  1527. githubkit/versions/ghec_v2022_11_28/types/group_0224.py +23 -40
  1528. githubkit/versions/ghec_v2022_11_28/types/group_0225.py +9 -23
  1529. githubkit/versions/ghec_v2022_11_28/types/group_0226.py +10 -131
  1530. githubkit/versions/ghec_v2022_11_28/types/group_0227.py +9 -19
  1531. githubkit/versions/ghec_v2022_11_28/types/group_0228.py +128 -88
  1532. githubkit/versions/ghec_v2022_11_28/types/group_0229.py +19 -33
  1533. githubkit/versions/ghec_v2022_11_28/types/group_0230.py +41 -23
  1534. githubkit/versions/ghec_v2022_11_28/types/group_0231.py +18 -13
  1535. githubkit/versions/ghec_v2022_11_28/types/group_0232.py +131 -8
  1536. githubkit/versions/ghec_v2022_11_28/types/group_0233.py +13 -28
  1537. githubkit/versions/ghec_v2022_11_28/types/group_0234.py +85 -96
  1538. githubkit/versions/ghec_v2022_11_28/types/group_0235.py +22 -15
  1539. githubkit/versions/ghec_v2022_11_28/types/group_0236.py +20 -11
  1540. githubkit/versions/ghec_v2022_11_28/types/group_0237.py +13 -6
  1541. githubkit/versions/ghec_v2022_11_28/types/group_0238.py +10 -7
  1542. githubkit/versions/ghec_v2022_11_28/types/group_0239.py +36 -11
  1543. githubkit/versions/ghec_v2022_11_28/types/group_0240.py +112 -15
  1544. githubkit/versions/ghec_v2022_11_28/types/group_0241.py +19 -29
  1545. githubkit/versions/ghec_v2022_11_28/types/group_0242.py +13 -22
  1546. githubkit/versions/ghec_v2022_11_28/types/group_0243.py +10 -57
  1547. githubkit/versions/ghec_v2022_11_28/types/group_0244.py +8 -9
  1548. githubkit/versions/ghec_v2022_11_28/types/group_0245.py +9 -8
  1549. githubkit/versions/ghec_v2022_11_28/types/group_0246.py +18 -9
  1550. githubkit/versions/ghec_v2022_11_28/types/group_0247.py +33 -7
  1551. githubkit/versions/ghec_v2022_11_28/types/group_0248.py +25 -6
  1552. githubkit/versions/ghec_v2022_11_28/types/group_0249.py +52 -40
  1553. githubkit/versions/ghec_v2022_11_28/types/group_0250.py +7 -37
  1554. githubkit/versions/ghec_v2022_11_28/types/group_0251.py +6 -59
  1555. githubkit/versions/ghec_v2022_11_28/types/group_0252.py +8 -29
  1556. githubkit/versions/ghec_v2022_11_28/types/group_0253.py +8 -6
  1557. githubkit/versions/ghec_v2022_11_28/types/group_0254.py +5 -7
  1558. githubkit/versions/ghec_v2022_11_28/types/group_0255.py +37 -28
  1559. githubkit/versions/ghec_v2022_11_28/types/group_0256.py +33 -32
  1560. githubkit/versions/ghec_v2022_11_28/types/group_0257.py +58 -71
  1561. githubkit/versions/ghec_v2022_11_28/types/group_0258.py +22 -32
  1562. githubkit/versions/ghec_v2022_11_28/types/group_0259.py +5 -25
  1563. githubkit/versions/ghec_v2022_11_28/types/group_0260.py +8 -11
  1564. githubkit/versions/ghec_v2022_11_28/types/group_0261.py +36 -7
  1565. githubkit/versions/ghec_v2022_11_28/types/group_0262.py +35 -20
  1566. githubkit/versions/ghec_v2022_11_28/types/group_0263.py +69 -21
  1567. githubkit/versions/ghec_v2022_11_28/types/group_0264.py +35 -115
  1568. githubkit/versions/ghec_v2022_11_28/types/group_0265.py +22 -126
  1569. githubkit/versions/ghec_v2022_11_28/types/group_0266.py +9 -22
  1570. githubkit/versions/ghec_v2022_11_28/types/group_0267.py +7 -9
  1571. githubkit/versions/ghec_v2022_11_28/types/group_0268.py +23 -10
  1572. githubkit/versions/ghec_v2022_11_28/types/group_0269.py +28 -20
  1573. githubkit/versions/ghec_v2022_11_28/types/group_0270.py +109 -40
  1574. githubkit/versions/ghec_v2022_11_28/types/group_0271.py +120 -15
  1575. githubkit/versions/ghec_v2022_11_28/types/group_0272.py +13 -17
  1576. githubkit/versions/ghec_v2022_11_28/types/group_0273.py +8 -122
  1577. githubkit/versions/ghec_v2022_11_28/types/group_0274.py +9 -19
  1578. githubkit/versions/ghec_v2022_11_28/types/group_0275.py +19 -28
  1579. githubkit/versions/ghec_v2022_11_28/types/group_0276.py +46 -21
  1580. githubkit/versions/ghec_v2022_11_28/types/group_0277.py +17 -55
  1581. githubkit/versions/ghec_v2022_11_28/types/group_0278.py +26 -16
  1582. githubkit/versions/ghec_v2022_11_28/types/group_0279.py +114 -50
  1583. githubkit/versions/ghec_v2022_11_28/types/group_0280.py +17 -27
  1584. githubkit/versions/ghec_v2022_11_28/types/group_0281.py +28 -27
  1585. githubkit/versions/ghec_v2022_11_28/types/group_0282.py +24 -45
  1586. githubkit/versions/ghec_v2022_11_28/types/group_0283.py +61 -7
  1587. githubkit/versions/ghec_v2022_11_28/types/group_0284.py +16 -7
  1588. githubkit/versions/ghec_v2022_11_28/types/group_0285.py +60 -5
  1589. githubkit/versions/ghec_v2022_11_28/types/group_0286.py +28 -20
  1590. githubkit/versions/ghec_v2022_11_28/types/group_0287.py +34 -15
  1591. githubkit/versions/ghec_v2022_11_28/types/group_0288.py +43 -17
  1592. githubkit/versions/ghec_v2022_11_28/types/group_0289.py +7 -13
  1593. githubkit/versions/ghec_v2022_11_28/types/group_0290.py +8 -7
  1594. githubkit/versions/ghec_v2022_11_28/types/group_0291.py +9 -38
  1595. githubkit/versions/ghec_v2022_11_28/types/group_0292.py +20 -12
  1596. githubkit/versions/ghec_v2022_11_28/types/group_0293.py +7 -25
  1597. githubkit/versions/ghec_v2022_11_28/types/group_0294.py +19 -15
  1598. githubkit/versions/ghec_v2022_11_28/types/group_0295.py +14 -32
  1599. githubkit/versions/ghec_v2022_11_28/types/group_0296.py +13 -33
  1600. githubkit/versions/ghec_v2022_11_28/types/group_0297.py +34 -10
  1601. githubkit/versions/ghec_v2022_11_28/types/group_0298.py +13 -5
  1602. githubkit/versions/ghec_v2022_11_28/types/group_0299.py +28 -8
  1603. githubkit/versions/ghec_v2022_11_28/types/group_0300.py +16 -22
  1604. githubkit/versions/ghec_v2022_11_28/types/group_0301.py +32 -23
  1605. githubkit/versions/ghec_v2022_11_28/types/group_0302.py +28 -8
  1606. githubkit/versions/ghec_v2022_11_28/types/group_0303.py +8 -19
  1607. githubkit/versions/ghec_v2022_11_28/types/group_0304.py +5 -55
  1608. githubkit/versions/ghec_v2022_11_28/types/group_0305.py +6 -48
  1609. githubkit/versions/ghec_v2022_11_28/types/group_0306.py +23 -20
  1610. githubkit/versions/ghec_v2022_11_28/types/group_0307.py +22 -6
  1611. githubkit/versions/ghec_v2022_11_28/types/group_0308.py +5 -11
  1612. githubkit/versions/ghec_v2022_11_28/types/group_0309.py +12 -66
  1613. githubkit/versions/ghec_v2022_11_28/types/group_0310.py +49 -19
  1614. githubkit/versions/ghec_v2022_11_28/types/group_0311.py +49 -13
  1615. githubkit/versions/ghec_v2022_11_28/types/group_0312.py +12 -29
  1616. githubkit/versions/ghec_v2022_11_28/types/group_0313.py +5 -18
  1617. githubkit/versions/ghec_v2022_11_28/types/group_0314.py +11 -38
  1618. githubkit/versions/ghec_v2022_11_28/types/group_0315.py +68 -16
  1619. githubkit/versions/ghec_v2022_11_28/types/group_0316.py +17 -48
  1620. githubkit/versions/ghec_v2022_11_28/types/group_0317.py +13 -26
  1621. githubkit/versions/ghec_v2022_11_28/types/group_0318.py +27 -23
  1622. githubkit/versions/ghec_v2022_11_28/types/group_0319.py +19 -28
  1623. githubkit/versions/ghec_v2022_11_28/types/group_0320.py +34 -23
  1624. githubkit/versions/ghec_v2022_11_28/types/group_0321.py +23 -98
  1625. githubkit/versions/ghec_v2022_11_28/types/group_0322.py +43 -31
  1626. githubkit/versions/ghec_v2022_11_28/types/group_0323.py +29 -32
  1627. githubkit/versions/ghec_v2022_11_28/types/group_0324.py +30 -31
  1628. githubkit/versions/ghec_v2022_11_28/types/group_0325.py +27 -11
  1629. githubkit/versions/ghec_v2022_11_28/types/group_0326.py +22 -19
  1630. githubkit/versions/ghec_v2022_11_28/types/group_0327.py +78 -52
  1631. githubkit/versions/ghec_v2022_11_28/types/group_0328.py +46 -8
  1632. githubkit/versions/ghec_v2022_11_28/types/group_0329.py +32 -14
  1633. githubkit/versions/ghec_v2022_11_28/types/group_0330.py +39 -33
  1634. githubkit/versions/ghec_v2022_11_28/types/group_0331.py +11 -48
  1635. githubkit/versions/ghec_v2022_11_28/types/group_0332.py +31 -33
  1636. githubkit/versions/ghec_v2022_11_28/types/group_0333.py +71 -8
  1637. githubkit/versions/ghec_v2022_11_28/types/group_0334.py +8 -61
  1638. githubkit/versions/ghec_v2022_11_28/types/group_0335.py +10 -11
  1639. githubkit/versions/ghec_v2022_11_28/types/group_0336.py +27 -9
  1640. githubkit/versions/ghec_v2022_11_28/types/group_0337.py +50 -6
  1641. githubkit/versions/ghec_v2022_11_28/types/group_0338.py +34 -10
  1642. githubkit/versions/ghec_v2022_11_28/types/group_0339.py +7 -8
  1643. githubkit/versions/ghec_v2022_11_28/types/group_0340.py +47 -16
  1644. githubkit/versions/ghec_v2022_11_28/types/group_0341.py +12 -8
  1645. githubkit/versions/ghec_v2022_11_28/types/group_0342.py +8 -13
  1646. githubkit/versions/ghec_v2022_11_28/types/group_0343.py +6 -72
  1647. githubkit/versions/ghec_v2022_11_28/types/group_0344.py +4 -21
  1648. githubkit/versions/ghec_v2022_11_28/types/group_0345.py +8 -34
  1649. githubkit/versions/ghec_v2022_11_28/types/group_0346.py +21 -17
  1650. githubkit/versions/ghec_v2022_11_28/types/group_0347.py +8 -7
  1651. githubkit/versions/ghec_v2022_11_28/types/group_0348.py +11 -20
  1652. githubkit/versions/ghec_v2022_11_28/types/group_0349.py +64 -50
  1653. githubkit/versions/ghec_v2022_11_28/types/group_0350.py +18 -10
  1654. githubkit/versions/ghec_v2022_11_28/types/group_0351.py +35 -9
  1655. githubkit/versions/ghec_v2022_11_28/types/group_0352.py +17 -98
  1656. githubkit/versions/ghec_v2022_11_28/types/group_0353.py +7 -30
  1657. githubkit/versions/ghec_v2022_11_28/types/group_0354.py +19 -26
  1658. githubkit/versions/ghec_v2022_11_28/types/group_0355.py +56 -19
  1659. githubkit/versions/ghec_v2022_11_28/types/group_0356.py +9 -17
  1660. githubkit/versions/ghec_v2022_11_28/types/group_0357.py +8 -27
  1661. githubkit/versions/ghec_v2022_11_28/types/group_0358.py +89 -13
  1662. githubkit/versions/ghec_v2022_11_28/types/group_0359.py +11 -11
  1663. githubkit/versions/ghec_v2022_11_28/types/group_0360.py +17 -10
  1664. githubkit/versions/ghec_v2022_11_28/types/group_0361.py +10 -12
  1665. githubkit/versions/ghec_v2022_11_28/types/group_0362.py +9 -20
  1666. githubkit/versions/ghec_v2022_11_28/types/group_0363.py +15 -6
  1667. githubkit/versions/ghec_v2022_11_28/types/group_0364.py +11 -16
  1668. githubkit/versions/ghec_v2022_11_28/types/group_0365.py +12 -16
  1669. githubkit/versions/ghec_v2022_11_28/types/group_0366.py +9 -20
  1670. githubkit/versions/ghec_v2022_11_28/types/group_0367.py +10 -21
  1671. githubkit/versions/ghec_v2022_11_28/types/group_0368.py +25 -30
  1672. githubkit/versions/ghec_v2022_11_28/types/group_0369.py +17 -13
  1673. githubkit/versions/ghec_v2022_11_28/types/group_0370.py +33 -6
  1674. githubkit/versions/ghec_v2022_11_28/types/group_0371.py +23 -62
  1675. githubkit/versions/ghec_v2022_11_28/types/group_0372.py +22 -45
  1676. githubkit/versions/ghec_v2022_11_28/types/group_0373.py +22 -82
  1677. githubkit/versions/ghec_v2022_11_28/types/group_0374.py +31 -14
  1678. githubkit/versions/ghec_v2022_11_28/types/group_0375.py +13 -17
  1679. githubkit/versions/ghec_v2022_11_28/types/group_0376.py +6 -19
  1680. githubkit/versions/ghec_v2022_11_28/types/group_0377.py +69 -13
  1681. githubkit/versions/ghec_v2022_11_28/types/group_0378.py +59 -7
  1682. githubkit/versions/ghec_v2022_11_28/types/group_0379.py +86 -25
  1683. githubkit/versions/ghec_v2022_11_28/types/group_0380.py +19 -9
  1684. githubkit/versions/ghec_v2022_11_28/types/group_0381.py +17 -52
  1685. githubkit/versions/ghec_v2022_11_28/types/group_0382.py +15 -22
  1686. githubkit/versions/ghec_v2022_11_28/types/group_0383.py +15 -6
  1687. githubkit/versions/ghec_v2022_11_28/types/group_0384.py +7 -13
  1688. githubkit/versions/ghec_v2022_11_28/types/group_0385.py +39 -25
  1689. githubkit/versions/ghec_v2022_11_28/types/group_0386.py +8 -77
  1690. githubkit/versions/ghec_v2022_11_28/types/group_0387.py +52 -73
  1691. githubkit/versions/ghec_v2022_11_28/types/group_0388.py +25 -9
  1692. githubkit/versions/ghec_v2022_11_28/types/group_0389.py +7 -24
  1693. githubkit/versions/ghec_v2022_11_28/types/group_0390.py +11 -13
  1694. githubkit/versions/ghec_v2022_11_28/types/group_0391.py +25 -15
  1695. githubkit/versions/ghec_v2022_11_28/types/group_0392.py +78 -10
  1696. githubkit/versions/ghec_v2022_11_28/types/group_0393.py +59 -39
  1697. githubkit/versions/ghec_v2022_11_28/types/group_0394.py +10 -48
  1698. githubkit/versions/ghec_v2022_11_28/types/group_0395.py +24 -7
  1699. githubkit/versions/ghec_v2022_11_28/types/group_0396.py +12 -23
  1700. githubkit/versions/ghec_v2022_11_28/types/group_0397.py +10 -36
  1701. githubkit/versions/ghec_v2022_11_28/types/group_0398.py +9 -6
  1702. githubkit/versions/ghec_v2022_11_28/types/group_0399.py +54 -9
  1703. githubkit/versions/ghec_v2022_11_28/types/group_0400.py +50 -8
  1704. githubkit/versions/ghec_v2022_11_28/types/group_0401.py +8 -11
  1705. githubkit/versions/ghec_v2022_11_28/types/group_0402.py +25 -9
  1706. githubkit/versions/ghec_v2022_11_28/types/group_0403.py +39 -12
  1707. githubkit/versions/ghec_v2022_11_28/types/group_0404.py +8 -11
  1708. githubkit/versions/ghec_v2022_11_28/types/group_0405.py +6 -6
  1709. githubkit/versions/ghec_v2022_11_28/types/group_0406.py +4 -4
  1710. githubkit/versions/ghec_v2022_11_28/types/group_0407.py +6 -6
  1711. githubkit/versions/ghec_v2022_11_28/types/group_0408.py +4 -7
  1712. githubkit/versions/ghec_v2022_11_28/types/group_0409.py +4 -4
  1713. githubkit/versions/ghec_v2022_11_28/types/group_0410.py +6 -6
  1714. githubkit/versions/ghec_v2022_11_28/types/group_0411.py +6 -6
  1715. githubkit/versions/ghec_v2022_11_28/types/group_0412.py +4 -7
  1716. githubkit/versions/ghec_v2022_11_28/types/group_0413.py +6 -6
  1717. githubkit/versions/ghec_v2022_11_28/types/group_0414.py +6 -6
  1718. githubkit/versions/ghec_v2022_11_28/types/group_0415.py +4 -7
  1719. githubkit/versions/ghec_v2022_11_28/types/group_0416.py +6 -6
  1720. githubkit/versions/ghec_v2022_11_28/types/group_0417.py +6 -6
  1721. githubkit/versions/ghec_v2022_11_28/types/group_0418.py +6 -6
  1722. githubkit/versions/ghec_v2022_11_28/types/group_0419.py +6 -6
  1723. githubkit/versions/ghec_v2022_11_28/types/group_0420.py +6 -6
  1724. githubkit/versions/ghec_v2022_11_28/types/group_0421.py +10 -71
  1725. githubkit/versions/ghec_v2022_11_28/types/group_0422.py +10 -57
  1726. githubkit/versions/ghec_v2022_11_28/types/group_0423.py +11 -8
  1727. githubkit/versions/ghec_v2022_11_28/types/group_0424.py +10 -37
  1728. githubkit/versions/ghec_v2022_11_28/types/group_0425.py +11 -5
  1729. githubkit/versions/ghec_v2022_11_28/types/group_0426.py +10 -70
  1730. githubkit/versions/ghec_v2022_11_28/types/group_0427.py +69 -49
  1731. githubkit/versions/ghec_v2022_11_28/types/group_0428.py +55 -72
  1732. githubkit/versions/ghec_v2022_11_28/types/group_0429.py +8 -12
  1733. githubkit/versions/ghec_v2022_11_28/types/group_0430.py +37 -8
  1734. githubkit/versions/ghec_v2022_11_28/types/group_0431.py +5 -24
  1735. githubkit/versions/ghec_v2022_11_28/types/group_0432.py +72 -6
  1736. githubkit/versions/ghec_v2022_11_28/types/group_0433.py +51 -13
  1737. githubkit/versions/ghec_v2022_11_28/types/group_0434.py +70 -16
  1738. githubkit/versions/ghec_v2022_11_28/types/group_0435.py +11 -10
  1739. githubkit/versions/ghec_v2022_11_28/types/group_0436.py +7 -5
  1740. githubkit/versions/ghec_v2022_11_28/types/group_0437.py +25 -8
  1741. githubkit/versions/ghec_v2022_11_28/types/group_0438.py +5 -11
  1742. githubkit/versions/ghec_v2022_11_28/types/group_0439.py +12 -8
  1743. githubkit/versions/ghec_v2022_11_28/types/group_0440.py +19 -7
  1744. githubkit/versions/ghec_v2022_11_28/types/group_0441.py +10 -10
  1745. githubkit/versions/ghec_v2022_11_28/types/group_0442.py +7 -24
  1746. githubkit/versions/ghec_v2022_11_28/types/group_0443.py +8 -12
  1747. githubkit/versions/ghec_v2022_11_28/types/group_0444.py +10 -38
  1748. githubkit/versions/ghec_v2022_11_28/types/group_0445.py +10 -19
  1749. githubkit/versions/ghec_v2022_11_28/types/group_0446.py +8 -17
  1750. githubkit/versions/ghec_v2022_11_28/types/group_0447.py +10 -16
  1751. githubkit/versions/ghec_v2022_11_28/types/group_0448.py +18 -12
  1752. githubkit/versions/ghec_v2022_11_28/types/group_0449.py +13 -21
  1753. githubkit/versions/ghec_v2022_11_28/types/group_0450.py +35 -11
  1754. githubkit/versions/ghec_v2022_11_28/types/group_0451.py +13 -27
  1755. githubkit/versions/ghec_v2022_11_28/types/group_0452.py +18 -9
  1756. githubkit/versions/ghec_v2022_11_28/types/group_0453.py +16 -5
  1757. githubkit/versions/ghec_v2022_11_28/types/group_0454.py +10 -27
  1758. githubkit/versions/ghec_v2022_11_28/types/group_0455.py +16 -100
  1759. githubkit/versions/ghec_v2022_11_28/types/group_0456.py +14 -18
  1760. githubkit/versions/ghec_v2022_11_28/types/group_0457.py +27 -29
  1761. githubkit/versions/ghec_v2022_11_28/types/group_0458.py +8 -44
  1762. githubkit/versions/ghec_v2022_11_28/types/group_0459.py +6 -34
  1763. githubkit/versions/ghec_v2022_11_28/types/group_0460.py +35 -106
  1764. githubkit/versions/ghec_v2022_11_28/types/group_0461.py +95 -21
  1765. githubkit/versions/ghec_v2022_11_28/types/group_0462.py +13 -117
  1766. githubkit/versions/ghec_v2022_11_28/types/group_0463.py +20 -60
  1767. githubkit/versions/ghec_v2022_11_28/types/group_0464.py +30 -41
  1768. githubkit/versions/ghec_v2022_11_28/types/group_0465.py +27 -56
  1769. githubkit/versions/ghec_v2022_11_28/types/group_0466.py +105 -7
  1770. githubkit/versions/ghec_v2022_11_28/types/group_0467.py +26 -13
  1771. githubkit/versions/ghec_v2022_11_28/types/group_0468.py +112 -75
  1772. githubkit/versions/ghec_v2022_11_28/types/group_0469.py +73 -9
  1773. githubkit/versions/ghec_v2022_11_28/types/group_0470.py +46 -51
  1774. githubkit/versions/ghec_v2022_11_28/types/group_0471.py +58 -9
  1775. githubkit/versions/ghec_v2022_11_28/types/group_0472.py +7 -32
  1776. githubkit/versions/ghec_v2022_11_28/types/group_0473.py +15 -7
  1777. githubkit/versions/ghec_v2022_11_28/types/group_0474.py +82 -7
  1778. githubkit/versions/ghec_v2022_11_28/types/group_0475.py +9 -9
  1779. githubkit/versions/ghec_v2022_11_28/types/group_0476.py +55 -11
  1780. githubkit/versions/ghec_v2022_11_28/types/group_0477.py +11 -5
  1781. githubkit/versions/ghec_v2022_11_28/types/group_0478.py +28 -17
  1782. githubkit/versions/ghec_v2022_11_28/types/group_0479.py +7 -22
  1783. githubkit/versions/ghec_v2022_11_28/types/group_0480.py +8 -10
  1784. githubkit/versions/ghec_v2022_11_28/types/group_0481.py +11 -22
  1785. githubkit/versions/ghec_v2022_11_28/types/group_0482.py +11 -266
  1786. githubkit/versions/ghec_v2022_11_28/types/group_0483.py +8 -41
  1787. githubkit/versions/ghec_v2022_11_28/types/group_0484.py +21 -13
  1788. githubkit/versions/ghec_v2022_11_28/types/group_0485.py +20 -167
  1789. githubkit/versions/ghec_v2022_11_28/types/group_0486.py +14 -44
  1790. githubkit/versions/ghec_v2022_11_28/types/group_0487.py +18 -54
  1791. githubkit/versions/ghec_v2022_11_28/types/group_0488.py +269 -15
  1792. githubkit/versions/ghec_v2022_11_28/types/group_0489.py +42 -13
  1793. githubkit/versions/ghec_v2022_11_28/types/group_0490.py +12 -58
  1794. githubkit/versions/ghec_v2022_11_28/types/group_0491.py +171 -12
  1795. githubkit/versions/ghec_v2022_11_28/types/group_0492.py +42 -25
  1796. githubkit/versions/ghec_v2022_11_28/types/group_0493.py +48 -63
  1797. githubkit/versions/ghec_v2022_11_28/types/group_0494.py +13 -142
  1798. githubkit/versions/ghec_v2022_11_28/types/group_0495.py +11 -69
  1799. githubkit/versions/ghec_v2022_11_28/types/group_0496.py +60 -11
  1800. githubkit/versions/ghec_v2022_11_28/types/group_0497.py +10 -7
  1801. githubkit/versions/ghec_v2022_11_28/types/group_0498.py +31 -13
  1802. githubkit/versions/ghec_v2022_11_28/types/group_0499.py +14 -19
  1803. githubkit/versions/ghec_v2022_11_28/types/group_0500.py +140 -9
  1804. githubkit/versions/ghec_v2022_11_28/types/group_0501.py +16 -284
  1805. githubkit/versions/ghec_v2022_11_28/types/group_0502.py +8 -51
  1806. githubkit/versions/ghec_v2022_11_28/types/group_0503.py +6 -338
  1807. githubkit/versions/ghec_v2022_11_28/types/group_0504.py +13 -31
  1808. githubkit/versions/ghec_v2022_11_28/types/group_0505.py +76 -37
  1809. githubkit/versions/ghec_v2022_11_28/types/group_0506.py +10 -33
  1810. githubkit/versions/ghec_v2022_11_28/types/group_0507.py +321 -24
  1811. githubkit/versions/ghec_v2022_11_28/types/group_0508.py +53 -12
  1812. githubkit/versions/ghec_v2022_11_28/types/group_0509.py +291 -5
  1813. githubkit/versions/ghec_v2022_11_28/types/group_0510.py +3 -20
  1814. githubkit/versions/ghec_v2022_11_28/types/group_0511.py +31 -146
  1815. githubkit/versions/ghec_v2022_11_28/types/group_0512.py +33 -42
  1816. githubkit/versions/ghec_v2022_11_28/types/group_0513.py +34 -39
  1817. githubkit/versions/ghec_v2022_11_28/types/group_0514.py +14 -15
  1818. githubkit/versions/ghec_v2022_11_28/types/group_0515.py +49 -19
  1819. githubkit/versions/ghec_v2022_11_28/types/group_0516.py +42 -15
  1820. githubkit/versions/ghec_v2022_11_28/types/group_0517.py +151 -16
  1821. githubkit/versions/ghec_v2022_11_28/types/group_0518.py +45 -19
  1822. githubkit/versions/ghec_v2022_11_28/types/group_0519.py +41 -73
  1823. githubkit/versions/ghec_v2022_11_28/types/group_0520.py +14 -14
  1824. githubkit/versions/ghec_v2022_11_28/types/group_0521.py +17 -854
  1825. githubkit/versions/ghec_v2022_11_28/types/group_0522.py +10 -116
  1826. githubkit/versions/ghec_v2022_11_28/types/group_0523.py +14 -75
  1827. githubkit/versions/ghec_v2022_11_28/types/group_0524.py +16 -119
  1828. githubkit/versions/ghec_v2022_11_28/types/group_0525.py +75 -120
  1829. githubkit/versions/ghec_v2022_11_28/types/group_0526.py +14 -54
  1830. githubkit/versions/ghec_v2022_11_28/types/group_0527.py +857 -37
  1831. githubkit/versions/ghec_v2022_11_28/types/group_0528.py +100 -64
  1832. githubkit/versions/ghec_v2022_11_28/types/group_0529.py +43 -77
  1833. githubkit/versions/ghec_v2022_11_28/types/group_0530.py +118 -26
  1834. githubkit/versions/ghec_v2022_11_28/types/group_0531.py +110 -28
  1835. githubkit/versions/ghec_v2022_11_28/types/group_0532.py +53 -15
  1836. githubkit/versions/ghec_v2022_11_28/types/group_0533.py +42 -17
  1837. githubkit/versions/ghec_v2022_11_28/types/group_0534.py +85 -17
  1838. githubkit/versions/ghec_v2022_11_28/types/group_0535.py +113 -17
  1839. githubkit/versions/ghec_v2022_11_28/types/group_0536.py +23 -154
  1840. githubkit/versions/ghec_v2022_11_28/types/group_0537.py +46 -21
  1841. githubkit/versions/ghec_v2022_11_28/types/group_0538.py +9 -11
  1842. githubkit/versions/ghec_v2022_11_28/types/group_0539.py +9 -11
  1843. githubkit/versions/ghec_v2022_11_28/types/group_0540.py +11 -13
  1844. githubkit/versions/ghec_v2022_11_28/types/group_0541.py +11 -13
  1845. githubkit/versions/ghec_v2022_11_28/types/group_0542.py +158 -10
  1846. githubkit/versions/ghec_v2022_11_28/types/group_0543.py +18 -7
  1847. githubkit/versions/ghec_v2022_11_28/types/group_0544.py +12 -10
  1848. githubkit/versions/ghec_v2022_11_28/types/group_0545.py +18 -7
  1849. githubkit/versions/ghec_v2022_11_28/types/group_0546.py +14 -23
  1850. githubkit/versions/ghec_v2022_11_28/types/group_0547.py +20 -7
  1851. githubkit/versions/ghec_v2022_11_28/types/group_0548.py +8 -8
  1852. githubkit/versions/ghec_v2022_11_28/types/group_0549.py +4 -4
  1853. githubkit/versions/ghec_v2022_11_28/types/group_0550.py +10 -253
  1854. githubkit/versions/ghec_v2022_11_28/types/group_0551.py +6 -255
  1855. githubkit/versions/ghec_v2022_11_28/types/group_0552.py +16 -242
  1856. githubkit/versions/ghec_v2022_11_28/types/group_0553.py +6 -144
  1857. githubkit/versions/ghec_v2022_11_28/types/group_0554.py +10 -177
  1858. githubkit/versions/ghec_v2022_11_28/types/group_0555.py +6 -112
  1859. githubkit/versions/ghec_v2022_11_28/types/group_0556.py +193 -75
  1860. githubkit/versions/ghec_v2022_11_28/types/group_0557.py +214 -75
  1861. githubkit/versions/ghec_v2022_11_28/types/group_0558.py +215 -71
  1862. githubkit/versions/ghec_v2022_11_28/types/group_0559.py +101 -53
  1863. githubkit/versions/ghec_v2022_11_28/types/group_0560.py +174 -11
  1864. githubkit/versions/ghec_v2022_11_28/types/group_0561.py +107 -10
  1865. githubkit/versions/ghec_v2022_11_28/types/group_0562.py +131 -14
  1866. githubkit/versions/ghec_v2022_11_28/types/group_0563.py +112 -11
  1867. githubkit/versions/ghec_v2022_11_28/types/group_0564.py +106 -11
  1868. githubkit/versions/ghec_v2022_11_28/types/group_0565.py +92 -14
  1869. githubkit/versions/ghec_v2022_11_28/types/group_0566.py +10 -8
  1870. githubkit/versions/ghec_v2022_11_28/types/group_0567.py +11 -13
  1871. githubkit/versions/ghec_v2022_11_28/types/group_0568.py +19 -13
  1872. githubkit/versions/ghec_v2022_11_28/types/group_0569.py +11 -13
  1873. githubkit/versions/ghec_v2022_11_28/types/group_0570.py +11 -13
  1874. githubkit/versions/ghec_v2022_11_28/types/group_0571.py +14 -13
  1875. githubkit/versions/ghec_v2022_11_28/types/group_0572.py +11 -11
  1876. githubkit/versions/ghec_v2022_11_28/types/group_0573.py +9 -9
  1877. githubkit/versions/ghec_v2022_11_28/types/group_0574.py +11 -11
  1878. githubkit/versions/ghec_v2022_11_28/types/group_0575.py +11 -11
  1879. githubkit/versions/ghec_v2022_11_28/types/group_0576.py +13 -536
  1880. githubkit/versions/ghec_v2022_11_28/types/group_0577.py +17 -20
  1881. githubkit/versions/ghec_v2022_11_28/types/group_0578.py +13 -405
  1882. githubkit/versions/ghec_v2022_11_28/types/group_0579.py +13 -403
  1883. githubkit/versions/ghec_v2022_11_28/types/group_0580.py +12 -438
  1884. githubkit/versions/ghec_v2022_11_28/types/group_0581.py +12 -750
  1885. githubkit/versions/ghec_v2022_11_28/types/group_0582.py +535 -14
  1886. githubkit/versions/ghec_v2022_11_28/types/group_0583.py +20 -51
  1887. githubkit/versions/ghec_v2022_11_28/types/group_0584.py +404 -12
  1888. githubkit/versions/ghec_v2022_11_28/types/group_0585.py +402 -14
  1889. githubkit/versions/ghec_v2022_11_28/types/group_0586.py +438 -14
  1890. githubkit/versions/ghec_v2022_11_28/types/group_0587.py +742 -23
  1891. githubkit/versions/ghec_v2022_11_28/types/group_0588.py +11 -9
  1892. githubkit/versions/ghec_v2022_11_28/types/group_0589.py +43 -9
  1893. githubkit/versions/ghec_v2022_11_28/types/group_0590.py +9 -34
  1894. githubkit/versions/ghec_v2022_11_28/types/group_0591.py +11 -11
  1895. githubkit/versions/ghec_v2022_11_28/types/group_0592.py +11 -9
  1896. githubkit/versions/ghec_v2022_11_28/types/group_0593.py +28 -9
  1897. githubkit/versions/ghec_v2022_11_28/types/group_0594.py +9 -9
  1898. githubkit/versions/ghec_v2022_11_28/types/group_0595.py +9 -11
  1899. githubkit/versions/ghec_v2022_11_28/types/group_0596.py +43 -8
  1900. githubkit/versions/ghec_v2022_11_28/types/group_0597.py +14 -10
  1901. githubkit/versions/ghec_v2022_11_28/types/group_0598.py +9 -11
  1902. githubkit/versions/ghec_v2022_11_28/types/group_0599.py +9 -9
  1903. githubkit/versions/ghec_v2022_11_28/types/group_0600.py +9 -9
  1904. githubkit/versions/ghec_v2022_11_28/types/group_0601.py +13 -12
  1905. githubkit/versions/ghec_v2022_11_28/types/group_0602.py +8 -142
  1906. githubkit/versions/ghec_v2022_11_28/types/group_0603.py +15 -140
  1907. githubkit/versions/ghec_v2022_11_28/types/group_0604.py +20 -8
  1908. githubkit/versions/ghec_v2022_11_28/types/group_0605.py +17 -112
  1909. githubkit/versions/ghec_v2022_11_28/types/group_0606.py +18 -8
  1910. githubkit/versions/ghec_v2022_11_28/types/group_0607.py +12 -23
  1911. githubkit/versions/ghec_v2022_11_28/types/group_0608.py +140 -18
  1912. githubkit/versions/ghec_v2022_11_28/types/group_0609.py +140 -18
  1913. githubkit/versions/ghec_v2022_11_28/types/group_0610.py +8 -19
  1914. githubkit/versions/ghec_v2022_11_28/types/group_0611.py +106 -30
  1915. githubkit/versions/ghec_v2022_11_28/types/group_0612.py +7 -36
  1916. githubkit/versions/ghec_v2022_11_28/types/group_0613.py +25 -14
  1917. githubkit/versions/ghec_v2022_11_28/types/group_0614.py +14 -80
  1918. githubkit/versions/ghec_v2022_11_28/types/group_0615.py +8 -8
  1919. githubkit/versions/ghec_v2022_11_28/types/group_0616.py +13 -14
  1920. githubkit/versions/ghec_v2022_11_28/types/group_0617.py +30 -71
  1921. githubkit/versions/ghec_v2022_11_28/types/group_0618.py +31 -142
  1922. githubkit/versions/ghec_v2022_11_28/types/group_0619.py +18 -153
  1923. githubkit/versions/ghec_v2022_11_28/types/group_0620.py +62 -29
  1924. githubkit/versions/ghec_v2022_11_28/types/group_0621.py +22 -29
  1925. githubkit/versions/ghec_v2022_11_28/types/group_0622.py +26 -36
  1926. githubkit/versions/ghec_v2022_11_28/types/group_0623.py +52 -51
  1927. githubkit/versions/ghec_v2022_11_28/types/group_0624.py +139 -24
  1928. githubkit/versions/ghec_v2022_11_28/types/group_0625.py +155 -7
  1929. githubkit/versions/ghec_v2022_11_28/types/group_0626.py +11 -97
  1930. githubkit/versions/ghec_v2022_11_28/types/group_0627.py +27 -28
  1931. githubkit/versions/ghec_v2022_11_28/types/group_0628.py +25 -22
  1932. githubkit/versions/ghec_v2022_11_28/types/group_0629.py +76 -19
  1933. githubkit/versions/ghec_v2022_11_28/types/group_0630.py +24 -139
  1934. githubkit/versions/ghec_v2022_11_28/types/group_0631.py +7 -155
  1935. githubkit/versions/ghec_v2022_11_28/types/group_0632.py +97 -11
  1936. githubkit/versions/ghec_v2022_11_28/types/group_0633.py +28 -27
  1937. githubkit/versions/ghec_v2022_11_28/types/group_0634.py +22 -25
  1938. githubkit/versions/ghec_v2022_11_28/types/group_0635.py +19 -76
  1939. githubkit/versions/ghec_v2022_11_28/types/group_0636.py +139 -24
  1940. githubkit/versions/ghec_v2022_11_28/types/group_0637.py +155 -7
  1941. githubkit/versions/ghec_v2022_11_28/types/group_0638.py +11 -98
  1942. githubkit/versions/ghec_v2022_11_28/types/group_0639.py +27 -28
  1943. githubkit/versions/ghec_v2022_11_28/types/group_0640.py +25 -22
  1944. githubkit/versions/ghec_v2022_11_28/types/group_0641.py +76 -21
  1945. githubkit/versions/ghec_v2022_11_28/types/group_0642.py +24 -137
  1946. githubkit/versions/ghec_v2022_11_28/types/group_0643.py +7 -153
  1947. githubkit/versions/ghec_v2022_11_28/types/group_0644.py +98 -11
  1948. githubkit/versions/ghec_v2022_11_28/types/group_0645.py +28 -27
  1949. githubkit/versions/ghec_v2022_11_28/types/group_0646.py +22 -25
  1950. githubkit/versions/ghec_v2022_11_28/types/group_0647.py +21 -75
  1951. githubkit/versions/ghec_v2022_11_28/types/group_0648.py +137 -24
  1952. githubkit/versions/ghec_v2022_11_28/types/group_0649.py +153 -7
  1953. githubkit/versions/ghec_v2022_11_28/types/group_0650.py +11 -97
  1954. githubkit/versions/ghec_v2022_11_28/types/group_0651.py +27 -28
  1955. githubkit/versions/ghec_v2022_11_28/types/group_0652.py +25 -22
  1956. githubkit/versions/ghec_v2022_11_28/types/group_0653.py +74 -18
  1957. githubkit/versions/ghec_v2022_11_28/types/group_0654.py +37 -22
  1958. githubkit/versions/ghec_v2022_11_28/types/group_0655.py +7 -180
  1959. githubkit/versions/ghec_v2022_11_28/types/group_0656.py +71 -115
  1960. githubkit/versions/ghec_v2022_11_28/types/group_0657.py +28 -27
  1961. githubkit/versions/ghec_v2022_11_28/types/group_0658.py +25 -24
  1962. githubkit/versions/ghec_v2022_11_28/types/group_0659.py +18 -74
  1963. githubkit/versions/ghec_v2022_11_28/types/group_0660.py +22 -36
  1964. githubkit/versions/ghec_v2022_11_28/types/group_0661.py +171 -13
  1965. githubkit/versions/ghec_v2022_11_28/types/group_0662.py +141 -67
  1966. githubkit/versions/ghec_v2022_11_28/types/group_0663.py +27 -24
  1967. githubkit/versions/ghec_v2022_11_28/types/group_0664.py +22 -22
  1968. githubkit/versions/ghec_v2022_11_28/types/group_0665.py +75 -17
  1969. githubkit/versions/ghec_v2022_11_28/types/group_0666.py +9 -325
  1970. githubkit/versions/ghec_v2022_11_28/types/group_0667.py +20 -19
  1971. githubkit/versions/ghec_v2022_11_28/types/group_0668.py +63 -308
  1972. githubkit/versions/ghec_v2022_11_28/types/group_0669.py +29 -54
  1973. githubkit/versions/ghec_v2022_11_28/types/group_0670.py +10 -331
  1974. githubkit/versions/ghec_v2022_11_28/types/group_0671.py +10 -12
  1975. githubkit/versions/ghec_v2022_11_28/types/group_0672.py +48 -47
  1976. githubkit/versions/ghec_v2022_11_28/types/group_0673.py +12 -10
  1977. githubkit/versions/ghec_v2022_11_28/types/group_0674.py +54 -50
  1978. githubkit/versions/ghec_v2022_11_28/types/group_0675.py +40 -12
  1979. githubkit/versions/ghec_v2022_11_28/types/group_0676.py +46 -47
  1980. githubkit/versions/ghec_v2022_11_28/types/group_0677.py +12 -12
  1981. githubkit/versions/ghec_v2022_11_28/types/group_0678.py +294 -127
  1982. githubkit/versions/ghec_v2022_11_28/types/group_0679.py +17 -376
  1983. githubkit/versions/ghec_v2022_11_28/types/group_0680.py +47 -45
  1984. githubkit/versions/ghec_v2022_11_28/types/group_0681.py +12 -10
  1985. githubkit/versions/ghec_v2022_11_28/types/group_0682.py +347 -17
  1986. githubkit/versions/ghec_v2022_11_28/types/group_0683.py +19 -347
  1987. githubkit/versions/ghec_v2022_11_28/types/group_0684.py +180 -20
  1988. githubkit/versions/ghec_v2022_11_28/types/group_0685.py +321 -128
  1989. githubkit/versions/ghec_v2022_11_28/types/group_0686.py +43 -71
  1990. githubkit/versions/ghec_v2022_11_28/types/group_0687.py +11 -13
  1991. githubkit/versions/ghec_v2022_11_28/types/group_0688.py +11 -13
  1992. githubkit/versions/ghec_v2022_11_28/types/group_0689.py +347 -19
  1993. githubkit/versions/ghec_v2022_11_28/types/group_0690.py +12 -10
  1994. githubkit/versions/ghec_v2022_11_28/types/group_0691.py +129 -295
  1995. githubkit/versions/ghec_v2022_11_28/types/group_0692.py +375 -17
  1996. githubkit/versions/ghec_v2022_11_28/types/group_0693.py +10 -10
  1997. githubkit/versions/ghec_v2022_11_28/types/group_0694.py +14 -12
  1998. githubkit/versions/ghec_v2022_11_28/types/group_0695.py +12 -10
  1999. githubkit/versions/ghec_v2022_11_28/types/group_0696.py +10 -46
  2000. githubkit/versions/ghec_v2022_11_28/types/group_0697.py +349 -20
  2001. githubkit/versions/ghec_v2022_11_28/types/group_0698.py +12 -63
  2002. githubkit/versions/ghec_v2022_11_28/types/group_0699.py +13 -64
  2003. githubkit/versions/ghec_v2022_11_28/types/group_0700.py +13 -66
  2004. githubkit/versions/ghec_v2022_11_28/types/group_0701.py +11 -14
  2005. githubkit/versions/ghec_v2022_11_28/types/group_0702.py +34 -35
  2006. githubkit/versions/ghec_v2022_11_28/types/group_0703.py +15 -41
  2007. githubkit/versions/ghec_v2022_11_28/types/group_0704.py +62 -11
  2008. githubkit/versions/ghec_v2022_11_28/types/group_0705.py +62 -41
  2009. githubkit/versions/ghec_v2022_11_28/types/group_0706.py +62 -41
  2010. githubkit/versions/ghec_v2022_11_28/types/group_0707.py +15 -10
  2011. githubkit/versions/ghec_v2022_11_28/types/group_0708.py +51 -13
  2012. githubkit/versions/ghec_v2022_11_28/types/group_0709.py +31 -32
  2013. githubkit/versions/ghec_v2022_11_28/types/group_0710.py +11 -11
  2014. githubkit/versions/ghec_v2022_11_28/types/group_0711.py +47 -15
  2015. githubkit/versions/ghec_v2022_11_28/types/group_0712.py +47 -15
  2016. githubkit/versions/ghec_v2022_11_28/types/group_0713.py +11 -49
  2017. githubkit/versions/ghec_v2022_11_28/types/group_0714.py +12 -13
  2018. githubkit/versions/ghec_v2022_11_28/types/group_0715.py +43 -13
  2019. githubkit/versions/ghec_v2022_11_28/types/group_0716.py +13 -13
  2020. githubkit/versions/ghec_v2022_11_28/types/group_0717.py +12 -12
  2021. githubkit/versions/ghec_v2022_11_28/types/group_0718.py +12 -12
  2022. githubkit/versions/ghec_v2022_11_28/types/group_0719.py +42 -59
  2023. githubkit/versions/ghec_v2022_11_28/types/group_0720.py +12 -12
  2024. githubkit/versions/ghec_v2022_11_28/types/group_0721.py +11 -28
  2025. githubkit/versions/ghec_v2022_11_28/types/group_0722.py +18 -35
  2026. githubkit/versions/ghec_v2022_11_28/types/group_0723.py +11 -11
  2027. githubkit/versions/ghec_v2022_11_28/types/group_0724.py +17 -63
  2028. githubkit/versions/ghec_v2022_11_28/types/group_0725.py +40 -455
  2029. githubkit/versions/ghec_v2022_11_28/types/group_0726.py +12 -12
  2030. githubkit/versions/ghec_v2022_11_28/types/group_0727.py +35 -62
  2031. githubkit/versions/ghec_v2022_11_28/types/group_0728.py +26 -150
  2032. githubkit/versions/ghec_v2022_11_28/types/group_0729.py +12 -66
  2033. githubkit/versions/ghec_v2022_11_28/types/group_0730.py +63 -15
  2034. githubkit/versions/ghec_v2022_11_28/types/group_0731.py +486 -16
  2035. githubkit/versions/ghec_v2022_11_28/types/group_0732.py +13 -11
  2036. githubkit/versions/ghec_v2022_11_28/types/group_0733.py +61 -15
  2037. githubkit/versions/ghec_v2022_11_28/types/group_0734.py +159 -14
  2038. githubkit/versions/ghec_v2022_11_28/types/group_0735.py +62 -26
  2039. githubkit/versions/ghec_v2022_11_28/types/group_0736.py +16 -7
  2040. githubkit/versions/ghec_v2022_11_28/types/group_0737.py +11 -30
  2041. githubkit/versions/ghec_v2022_11_28/types/group_0738.py +10 -12
  2042. githubkit/versions/ghec_v2022_11_28/types/group_0739.py +12 -63
  2043. githubkit/versions/ghec_v2022_11_28/types/group_0740.py +10 -31
  2044. githubkit/versions/ghec_v2022_11_28/types/group_0741.py +23 -69
  2045. githubkit/versions/ghec_v2022_11_28/types/group_0742.py +7 -48
  2046. githubkit/versions/ghec_v2022_11_28/types/group_0743.py +34 -43
  2047. githubkit/versions/ghec_v2022_11_28/types/group_0744.py +10 -10
  2048. githubkit/versions/ghec_v2022_11_28/types/group_0745.py +62 -13
  2049. githubkit/versions/ghec_v2022_11_28/types/group_0746.py +29 -12
  2050. githubkit/versions/ghec_v2022_11_28/types/group_0747.py +74 -27
  2051. githubkit/versions/ghec_v2022_11_28/types/group_0748.py +47 -17
  2052. githubkit/versions/ghec_v2022_11_28/types/group_0749.py +47 -21
  2053. githubkit/versions/ghec_v2022_11_28/types/group_0750.py +12 -12
  2054. githubkit/versions/ghec_v2022_11_28/types/group_0751.py +10 -38
  2055. githubkit/versions/ghec_v2022_11_28/types/group_0752.py +13 -13
  2056. githubkit/versions/ghec_v2022_11_28/types/group_0753.py +31 -10
  2057. githubkit/versions/ghec_v2022_11_28/types/group_0754.py +13 -12
  2058. githubkit/versions/ghec_v2022_11_28/types/group_0755.py +13 -9
  2059. githubkit/versions/ghec_v2022_11_28/types/group_0756.py +14 -59
  2060. githubkit/versions/ghec_v2022_11_28/types/group_0757.py +42 -12
  2061. githubkit/versions/ghec_v2022_11_28/types/group_0758.py +14 -30
  2062. githubkit/versions/ghec_v2022_11_28/types/group_0759.py +8 -8
  2063. githubkit/versions/ghec_v2022_11_28/types/group_0760.py +11 -8
  2064. githubkit/versions/ghec_v2022_11_28/types/group_0761.py +9 -93
  2065. githubkit/versions/ghec_v2022_11_28/types/group_0762.py +46 -19
  2066. githubkit/versions/ghec_v2022_11_28/types/group_0763.py +8 -8
  2067. githubkit/versions/ghec_v2022_11_28/types/group_0764.py +29 -9
  2068. githubkit/versions/ghec_v2022_11_28/types/group_0765.py +7 -7
  2069. githubkit/versions/ghec_v2022_11_28/types/group_0766.py +7 -7
  2070. githubkit/versions/ghec_v2022_11_28/types/group_0767.py +72 -42
  2071. githubkit/versions/ghec_v2022_11_28/types/group_0768.py +32 -10
  2072. githubkit/versions/ghec_v2022_11_28/types/group_0769.py +12 -937
  2073. githubkit/versions/ghec_v2022_11_28/types/group_0770.py +10 -984
  2074. githubkit/versions/ghec_v2022_11_28/types/group_0771.py +10 -974
  2075. githubkit/versions/ghec_v2022_11_28/types/group_0772.py +9 -14
  2076. githubkit/versions/ghec_v2022_11_28/types/group_0773.py +64 -15
  2077. githubkit/versions/ghec_v2022_11_28/types/group_0774.py +9 -14
  2078. githubkit/versions/ghec_v2022_11_28/types/group_0775.py +165 -176
  2079. githubkit/versions/ghec_v2022_11_28/types/group_0776.py +959 -41
  2080. githubkit/versions/ghec_v2022_11_28/types/group_0777.py +174 -134
  2081. githubkit/versions/ghec_v2022_11_28/types/group_0778.py +11 -928
  2082. githubkit/versions/ghec_v2022_11_28/types/group_0779.py +11 -920
  2083. githubkit/versions/ghec_v2022_11_28/types/group_0780.py +9 -9
  2084. githubkit/versions/ghec_v2022_11_28/types/group_0781.py +944 -11
  2085. githubkit/versions/ghec_v2022_11_28/types/group_0782.py +61 -10
  2086. githubkit/versions/ghec_v2022_11_28/types/group_0783.py +930 -11
  2087. githubkit/versions/ghec_v2022_11_28/types/group_0784.py +175 -325
  2088. githubkit/versions/ghec_v2022_11_28/types/group_0785.py +183 -217
  2089. githubkit/versions/ghec_v2022_11_28/types/group_0786.py +14 -960
  2090. githubkit/versions/ghec_v2022_11_28/types/group_0787.py +12 -1008
  2091. githubkit/versions/ghec_v2022_11_28/types/group_0788.py +12 -902
  2092. githubkit/versions/ghec_v2022_11_28/types/group_0789.py +11 -1051
  2093. githubkit/versions/ghec_v2022_11_28/types/group_0790.py +294 -283
  2094. githubkit/versions/ghec_v2022_11_28/types/group_0791.py +177 -254
  2095. githubkit/versions/ghec_v2022_11_28/types/group_0792.py +170 -257
  2096. githubkit/versions/ghec_v2022_11_28/types/group_0793.py +206 -124
  2097. githubkit/versions/ghec_v2022_11_28/types/group_0794.py +145 -329
  2098. githubkit/versions/ghec_v2022_11_28/types/group_0795.py +260 -304
  2099. githubkit/versions/ghec_v2022_11_28/types/group_0796.py +263 -142
  2100. githubkit/versions/ghec_v2022_11_28/types/group_0797.py +250 -159
  2101. githubkit/versions/ghec_v2022_11_28/types/group_0798.py +273 -165
  2102. githubkit/versions/ghec_v2022_11_28/types/group_0799.py +179 -184
  2103. githubkit/versions/ghec_v2022_11_28/types/group_0800.py +916 -111
  2104. githubkit/versions/ghec_v2022_11_28/types/group_0801.py +1098 -13
  2105. githubkit/versions/ghec_v2022_11_28/types/group_0802.py +932 -40
  2106. githubkit/versions/ghec_v2022_11_28/types/group_0803.py +819 -381
  2107. githubkit/versions/ghec_v2022_11_28/types/group_0804.py +938 -12
  2108. githubkit/versions/ghec_v2022_11_28/types/group_0805.py +919 -37
  2109. githubkit/versions/ghec_v2022_11_28/types/group_0806.py +263 -138
  2110. githubkit/versions/ghec_v2022_11_28/types/group_0807.py +11 -11
  2111. githubkit/versions/ghec_v2022_11_28/types/group_0808.py +61 -17
  2112. githubkit/versions/ghec_v2022_11_28/types/group_0809.py +493 -42
  2113. githubkit/versions/ghec_v2022_11_28/types/group_0810.py +13 -141
  2114. githubkit/versions/ghec_v2022_11_28/types/group_0811.py +55 -17
  2115. githubkit/versions/ghec_v2022_11_28/types/group_0812.py +163 -18
  2116. githubkit/versions/ghec_v2022_11_28/types/group_0813.py +11 -11
  2117. githubkit/versions/ghec_v2022_11_28/types/group_0814.py +11 -11
  2118. githubkit/versions/ghec_v2022_11_28/types/group_0815.py +51 -10
  2119. githubkit/versions/ghec_v2022_11_28/types/group_0816.py +140 -10
  2120. githubkit/versions/ghec_v2022_11_28/types/group_0817.py +11 -9
  2121. githubkit/versions/ghec_v2022_11_28/types/group_0818.py +11 -9
  2122. githubkit/versions/ghec_v2022_11_28/types/group_0819.py +14 -25
  2123. githubkit/versions/ghec_v2022_11_28/types/group_0820.py +12 -51
  2124. githubkit/versions/ghec_v2022_11_28/types/group_0821.py +11 -9
  2125. githubkit/versions/ghec_v2022_11_28/types/group_0822.py +8 -8
  2126. githubkit/versions/ghec_v2022_11_28/types/group_0823.py +8 -8
  2127. githubkit/versions/ghec_v2022_11_28/types/group_0824.py +8 -32
  2128. githubkit/versions/ghec_v2022_11_28/types/group_0825.py +25 -14
  2129. githubkit/versions/ghec_v2022_11_28/types/group_0826.py +51 -12
  2130. githubkit/versions/ghec_v2022_11_28/types/group_0827.py +9 -13
  2131. githubkit/versions/ghec_v2022_11_28/types/group_0828.py +15 -27
  2132. githubkit/versions/ghec_v2022_11_28/types/group_0829.py +15 -14
  2133. githubkit/versions/ghec_v2022_11_28/types/group_0830.py +28 -67
  2134. githubkit/versions/ghec_v2022_11_28/types/group_0831.py +17 -87
  2135. githubkit/versions/ghec_v2022_11_28/types/group_0832.py +17 -107
  2136. githubkit/versions/ghec_v2022_11_28/types/group_0833.py +14 -90
  2137. githubkit/versions/ghec_v2022_11_28/types/group_0834.py +27 -15
  2138. githubkit/versions/ghec_v2022_11_28/types/group_0835.py +14 -17
  2139. githubkit/versions/ghec_v2022_11_28/types/group_0836.py +71 -69
  2140. githubkit/versions/ghec_v2022_11_28/types/group_0837.py +87 -17
  2141. githubkit/versions/ghec_v2022_11_28/types/group_0838.py +100 -69
  2142. githubkit/versions/ghec_v2022_11_28/types/group_0839.py +90 -12
  2143. githubkit/versions/ghec_v2022_11_28/types/group_0840.py +9 -11
  2144. githubkit/versions/ghec_v2022_11_28/types/group_0841.py +19 -5
  2145. githubkit/versions/ghec_v2022_11_28/types/group_0842.py +71 -12
  2146. githubkit/versions/ghec_v2022_11_28/types/group_0843.py +11 -11
  2147. githubkit/versions/ghec_v2022_11_28/types/group_0844.py +71 -12
  2148. githubkit/versions/ghec_v2022_11_28/types/group_0845.py +9 -9
  2149. githubkit/versions/ghec_v2022_11_28/types/group_0846.py +17 -25
  2150. githubkit/versions/ghec_v2022_11_28/types/group_0847.py +5 -19
  2151. githubkit/versions/ghec_v2022_11_28/types/group_0848.py +11 -11
  2152. githubkit/versions/ghec_v2022_11_28/types/group_0849.py +11 -11
  2153. githubkit/versions/ghec_v2022_11_28/types/group_0850.py +17 -103
  2154. githubkit/versions/ghec_v2022_11_28/types/group_0851.py +12 -10
  2155. githubkit/versions/ghec_v2022_11_28/types/group_0852.py +30 -10
  2156. githubkit/versions/ghec_v2022_11_28/types/group_0853.py +17 -6
  2157. githubkit/versions/ghec_v2022_11_28/types/group_0854.py +11 -11
  2158. githubkit/versions/ghec_v2022_11_28/types/group_0855.py +11 -11
  2159. githubkit/versions/ghec_v2022_11_28/types/group_0856.py +95 -26
  2160. githubkit/versions/ghec_v2022_11_28/types/group_0857.py +11 -14
  2161. githubkit/versions/ghec_v2022_11_28/types/group_0858.py +5 -20
  2162. githubkit/versions/ghec_v2022_11_28/types/group_0859.py +6 -19
  2163. githubkit/versions/ghec_v2022_11_28/types/group_0860.py +12 -11
  2164. githubkit/versions/ghec_v2022_11_28/types/group_0861.py +11 -10
  2165. githubkit/versions/ghec_v2022_11_28/types/group_0862.py +26 -184
  2166. githubkit/versions/ghec_v2022_11_28/types/group_0863.py +18 -11
  2167. githubkit/versions/ghec_v2022_11_28/types/group_0864.py +21 -6
  2168. githubkit/versions/ghec_v2022_11_28/types/group_0865.py +19 -11
  2169. githubkit/versions/ghec_v2022_11_28/types/group_0866.py +17 -6
  2170. githubkit/versions/ghec_v2022_11_28/types/group_0867.py +15 -19
  2171. githubkit/versions/ghec_v2022_11_28/types/group_0868.py +192 -20
  2172. githubkit/versions/ghec_v2022_11_28/types/group_0869.py +11 -20
  2173. githubkit/versions/ghec_v2022_11_28/types/group_0870.py +6 -21
  2174. githubkit/versions/ghec_v2022_11_28/types/group_0871.py +11 -15
  2175. githubkit/versions/ghec_v2022_11_28/types/group_0872.py +6 -185
  2176. githubkit/versions/ghec_v2022_11_28/types/group_0873.py +22 -182
  2177. githubkit/versions/ghec_v2022_11_28/types/group_0874.py +21 -181
  2178. githubkit/versions/ghec_v2022_11_28/types/group_0875.py +22 -250
  2179. githubkit/versions/ghec_v2022_11_28/types/group_0876.py +22 -186
  2180. githubkit/versions/ghec_v2022_11_28/types/group_0877.py +9 -9
  2181. githubkit/versions/ghec_v2022_11_28/types/group_0878.py +176 -17
  2182. githubkit/versions/ghec_v2022_11_28/types/group_0879.py +165 -54
  2183. githubkit/versions/ghec_v2022_11_28/types/group_0880.py +168 -43
  2184. githubkit/versions/ghec_v2022_11_28/types/group_0881.py +244 -43
  2185. githubkit/versions/ghec_v2022_11_28/types/group_0882.py +170 -47
  2186. githubkit/versions/ghec_v2022_11_28/types/group_0883.py +22 -51
  2187. githubkit/versions/ghec_v2022_11_28/types/group_0884.py +28 -43
  2188. githubkit/versions/ghec_v2022_11_28/types/group_0885.py +35 -28
  2189. githubkit/versions/ghec_v2022_11_28/types/group_0886.py +25 -32
  2190. githubkit/versions/ghec_v2022_11_28/types/group_0887.py +37 -406
  2191. githubkit/versions/ghec_v2022_11_28/types/group_0888.py +37 -390
  2192. githubkit/versions/ghec_v2022_11_28/types/group_0889.py +31 -403
  2193. githubkit/versions/ghec_v2022_11_28/types/group_0890.py +42 -27
  2194. githubkit/versions/ghec_v2022_11_28/types/group_0891.py +64 -9
  2195. githubkit/versions/ghec_v2022_11_28/types/group_0892.py +63 -8
  2196. githubkit/versions/ghec_v2022_11_28/types/group_0893.py +419 -4
  2197. githubkit/versions/ghec_v2022_11_28/types/group_0894.py +414 -7
  2198. githubkit/versions/ghec_v2022_11_28/types/group_0895.py +418 -5
  2199. githubkit/versions/ghec_v2022_11_28/types/group_0896.py +32 -10
  2200. githubkit/versions/ghec_v2022_11_28/types/group_0897.py +8 -4
  2201. githubkit/versions/ghec_v2022_11_28/types/group_0898.py +9 -5
  2202. githubkit/versions/ghec_v2022_11_28/types/group_0899.py +4 -13
  2203. githubkit/versions/ghec_v2022_11_28/types/group_0900.py +9 -5
  2204. githubkit/versions/ghec_v2022_11_28/types/group_0901.py +7 -6
  2205. githubkit/versions/ghec_v2022_11_28/types/group_0902.py +4 -7
  2206. githubkit/versions/ghec_v2022_11_28/types/group_0903.py +5 -25
  2207. githubkit/versions/ghec_v2022_11_28/types/group_0904.py +4 -11
  2208. githubkit/versions/ghec_v2022_11_28/types/group_0905.py +11 -9
  2209. githubkit/versions/ghec_v2022_11_28/types/group_0906.py +4 -9
  2210. githubkit/versions/ghec_v2022_11_28/types/group_0907.py +6 -8
  2211. githubkit/versions/ghec_v2022_11_28/types/group_0908.py +8 -8
  2212. githubkit/versions/ghec_v2022_11_28/types/group_0909.py +23 -5
  2213. githubkit/versions/ghec_v2022_11_28/types/group_0910.py +10 -6
  2214. githubkit/versions/ghec_v2022_11_28/types/group_0911.py +9 -4
  2215. githubkit/versions/ghec_v2022_11_28/types/group_0912.py +9 -25
  2216. githubkit/versions/ghec_v2022_11_28/types/group_0913.py +6 -13
  2217. githubkit/versions/ghec_v2022_11_28/types/group_0914.py +6 -9
  2218. githubkit/versions/ghec_v2022_11_28/types/group_0915.py +7 -12
  2219. githubkit/versions/ghec_v2022_11_28/types/group_0916.py +7 -8
  2220. githubkit/versions/ghec_v2022_11_28/types/group_0917.py +4 -11
  2221. githubkit/versions/ghec_v2022_11_28/types/group_0918.py +26 -7
  2222. githubkit/versions/ghec_v2022_11_28/types/group_0919.py +12 -7
  2223. githubkit/versions/ghec_v2022_11_28/types/group_0920.py +10 -7
  2224. githubkit/versions/ghec_v2022_11_28/types/group_0921.py +8 -6
  2225. githubkit/versions/ghec_v2022_11_28/types/group_0922.py +8 -7
  2226. githubkit/versions/ghec_v2022_11_28/types/group_0923.py +11 -4
  2227. githubkit/versions/ghec_v2022_11_28/types/group_0924.py +6 -4
  2228. githubkit/versions/ghec_v2022_11_28/types/group_0925.py +7 -7
  2229. githubkit/versions/ghec_v2022_11_28/types/group_0926.py +13 -40
  2230. githubkit/versions/ghec_v2022_11_28/types/group_0927.py +13 -38
  2231. githubkit/versions/ghec_v2022_11_28/types/group_0928.py +8 -5
  2232. githubkit/versions/ghec_v2022_11_28/types/group_0929.py +5 -7
  2233. githubkit/versions/ghec_v2022_11_28/types/group_0930.py +5 -63
  2234. githubkit/versions/ghec_v2022_11_28/types/group_0931.py +7 -64
  2235. githubkit/versions/ghec_v2022_11_28/types/group_0932.py +7 -9
  2236. githubkit/versions/ghec_v2022_11_28/types/group_0933.py +7 -6
  2237. githubkit/versions/ghec_v2022_11_28/types/group_0934.py +6 -12
  2238. githubkit/versions/ghec_v2022_11_28/types/group_0935.py +11 -14
  2239. githubkit/versions/ghec_v2022_11_28/types/group_0936.py +40 -13
  2240. githubkit/versions/ghec_v2022_11_28/types/group_0937.py +40 -13
  2241. githubkit/versions/ghec_v2022_11_28/types/group_0938.py +5 -8
  2242. githubkit/versions/ghec_v2022_11_28/types/group_0939.py +6 -7
  2243. githubkit/versions/ghec_v2022_11_28/types/group_0940.py +58 -7
  2244. githubkit/versions/ghec_v2022_11_28/types/group_0941.py +64 -6
  2245. githubkit/versions/ghec_v2022_11_28/types/group_0942.py +10 -73
  2246. githubkit/versions/ghec_v2022_11_28/types/group_0943.py +10 -71
  2247. githubkit/versions/ghec_v2022_11_28/types/group_0944.py +12 -4
  2248. githubkit/versions/ghec_v2022_11_28/types/group_0945.py +13 -10
  2249. githubkit/versions/ghec_v2022_11_28/types/group_0946.py +7 -8
  2250. githubkit/versions/ghec_v2022_11_28/types/group_0947.py +7 -10
  2251. githubkit/versions/ghec_v2022_11_28/types/group_0948.py +7 -20
  2252. githubkit/versions/ghec_v2022_11_28/types/group_0949.py +7 -18
  2253. githubkit/versions/ghec_v2022_11_28/types/group_0950.py +10 -25
  2254. githubkit/versions/ghec_v2022_11_28/types/group_0951.py +6 -4
  2255. githubkit/versions/ghec_v2022_11_28/types/group_0952.py +73 -5
  2256. githubkit/versions/ghec_v2022_11_28/types/group_0953.py +74 -4
  2257. githubkit/versions/ghec_v2022_11_28/types/group_0954.py +5 -9
  2258. githubkit/versions/ghec_v2022_11_28/types/group_0955.py +22 -7
  2259. githubkit/versions/ghec_v2022_11_28/types/group_0956.py +7 -7
  2260. githubkit/versions/ghec_v2022_11_28/types/group_0957.py +10 -4
  2261. githubkit/versions/ghec_v2022_11_28/types/group_0958.py +10 -4
  2262. githubkit/versions/ghec_v2022_11_28/types/group_0959.py +10 -7
  2263. githubkit/versions/ghec_v2022_11_28/types/group_0960.py +9 -8
  2264. githubkit/versions/ghec_v2022_11_28/types/group_0961.py +21 -6
  2265. githubkit/versions/ghec_v2022_11_28/types/group_0962.py +21 -42
  2266. githubkit/versions/ghec_v2022_11_28/types/group_0963.py +21 -14
  2267. githubkit/versions/ghec_v2022_11_28/types/group_0964.py +4 -7
  2268. githubkit/versions/ghec_v2022_11_28/types/group_0965.py +5 -25
  2269. githubkit/versions/ghec_v2022_11_28/types/group_0966.py +3 -8
  2270. githubkit/versions/ghec_v2022_11_28/types/group_0967.py +7 -6
  2271. githubkit/versions/ghec_v2022_11_28/types/group_0968.py +8 -8
  2272. githubkit/versions/ghec_v2022_11_28/types/group_0969.py +7 -6
  2273. githubkit/versions/ghec_v2022_11_28/types/group_0970.py +4 -7
  2274. githubkit/versions/ghec_v2022_11_28/types/group_0971.py +4 -6
  2275. githubkit/versions/ghec_v2022_11_28/types/group_0972.py +7 -7
  2276. githubkit/versions/ghec_v2022_11_28/types/group_0973.py +10 -5
  2277. githubkit/versions/ghec_v2022_11_28/types/group_0974.py +6 -28
  2278. githubkit/versions/ghec_v2022_11_28/types/group_0975.py +41 -14
  2279. githubkit/versions/ghec_v2022_11_28/types/group_0976.py +20 -11
  2280. githubkit/versions/ghec_v2022_11_28/types/group_0977.py +4 -4
  2281. githubkit/versions/ghec_v2022_11_28/types/group_0978.py +24 -7
  2282. githubkit/versions/ghec_v2022_11_28/types/group_0979.py +7 -4
  2283. githubkit/versions/ghec_v2022_11_28/types/group_0980.py +6 -6
  2284. githubkit/versions/ghec_v2022_11_28/types/group_0981.py +7 -4
  2285. githubkit/versions/ghec_v2022_11_28/types/group_0982.py +4 -6
  2286. githubkit/versions/ghec_v2022_11_28/types/group_0983.py +7 -7
  2287. githubkit/versions/ghec_v2022_11_28/types/group_0984.py +7 -5
  2288. githubkit/versions/ghec_v2022_11_28/types/group_0985.py +7 -4
  2289. githubkit/versions/ghec_v2022_11_28/types/group_0986.py +5 -24
  2290. githubkit/versions/ghec_v2022_11_28/types/group_0987.py +27 -8
  2291. githubkit/versions/ghec_v2022_11_28/types/group_0988.py +13 -8
  2292. githubkit/versions/ghec_v2022_11_28/types/group_0989.py +11 -5
  2293. githubkit/versions/ghec_v2022_11_28/types/group_0990.py +7 -24
  2294. githubkit/versions/ghec_v2022_11_28/types/group_0991.py +8 -9
  2295. githubkit/versions/ghec_v2022_11_28/types/group_0992.py +5 -9
  2296. githubkit/versions/ghec_v2022_11_28/types/group_0993.py +6 -6
  2297. githubkit/versions/ghec_v2022_11_28/types/group_0994.py +4 -4
  2298. githubkit/versions/ghec_v2022_11_28/types/group_0995.py +8 -6
  2299. githubkit/versions/ghec_v2022_11_28/types/group_0996.py +8 -34
  2300. githubkit/versions/ghec_v2022_11_28/types/group_0997.py +5 -62
  2301. githubkit/versions/ghec_v2022_11_28/types/group_0998.py +5 -24
  2302. githubkit/versions/ghec_v2022_11_28/types/group_0999.py +22 -11
  2303. githubkit/versions/ghec_v2022_11_28/types/group_1000.py +8 -97
  2304. githubkit/versions/ghec_v2022_11_28/types/group_1001.py +8 -5
  2305. githubkit/versions/ghec_v2022_11_28/types/group_1002.py +5 -98
  2306. githubkit/versions/ghec_v2022_11_28/types/group_1003.py +23 -7
  2307. githubkit/versions/ghec_v2022_11_28/types/group_1004.py +7 -6
  2308. githubkit/versions/ghec_v2022_11_28/types/group_1005.py +7 -13
  2309. githubkit/versions/ghec_v2022_11_28/types/group_1006.py +5 -5
  2310. githubkit/versions/ghec_v2022_11_28/types/group_1007.py +5 -12
  2311. githubkit/versions/ghec_v2022_11_28/types/group_1008.py +6 -5
  2312. githubkit/versions/ghec_v2022_11_28/types/group_1009.py +34 -5
  2313. githubkit/versions/ghec_v2022_11_28/types/group_1010.py +5 -24
  2314. githubkit/versions/ghec_v2022_11_28/types/group_1011.py +5 -9
  2315. githubkit/versions/ghec_v2022_11_28/types/group_1012.py +61 -7
  2316. githubkit/versions/ghec_v2022_11_28/types/group_1013.py +24 -5
  2317. githubkit/versions/ghec_v2022_11_28/types/group_1014.py +12 -7
  2318. githubkit/versions/ghec_v2022_11_28/types/group_1015.py +98 -5
  2319. githubkit/versions/ghec_v2022_11_28/types/group_1016.py +5 -8
  2320. githubkit/versions/ghec_v2022_11_28/types/group_1017.py +98 -5
  2321. githubkit/versions/ghec_v2022_11_28/types/group_1018.py +9 -9
  2322. githubkit/versions/ghec_v2022_11_28/types/group_1019.py +8 -5
  2323. githubkit/versions/ghec_v2022_11_28/types/group_1020.py +14 -7
  2324. githubkit/versions/ghec_v2022_11_28/types/group_1021.py +7 -4
  2325. githubkit/versions/ghec_v2022_11_28/types/group_1022.py +12 -8
  2326. githubkit/versions/ghec_v2022_11_28/types/group_1023.py +5 -8
  2327. githubkit/versions/ghec_v2022_11_28/types/group_1024.py +5 -24
  2328. githubkit/versions/ghec_v2022_11_28/types/group_1025.py +21 -6
  2329. githubkit/versions/ghec_v2022_11_28/types/group_1026.py +9 -8
  2330. githubkit/versions/ghec_v2022_11_28/types/group_1027.py +7 -4
  2331. githubkit/versions/ghec_v2022_11_28/types/group_1028.py +5 -26
  2332. githubkit/versions/ghec_v2022_11_28/types/group_1029.py +6 -22
  2333. githubkit/versions/ghec_v2022_11_28/types/group_1030.py +5 -9
  2334. githubkit/versions/ghec_v2022_11_28/types/group_1031.py +6 -6
  2335. githubkit/versions/ghec_v2022_11_28/types/group_1032.py +5 -3
  2336. githubkit/versions/ghec_v2022_11_28/types/group_1033.py +9 -9
  2337. githubkit/versions/ghec_v2022_11_28/types/group_1034.py +4 -7
  2338. githubkit/versions/ghec_v2022_11_28/types/group_1035.py +8 -6
  2339. githubkit/versions/ghec_v2022_11_28/types/group_1036.py +5 -14
  2340. githubkit/versions/ghec_v2022_11_28/types/group_1037.py +8 -5
  2341. githubkit/versions/ghec_v2022_11_28/types/group_1038.py +9 -4
  2342. githubkit/versions/ghec_v2022_11_28/types/group_1039.py +23 -5
  2343. githubkit/versions/ghec_v2022_11_28/types/group_1040.py +8 -7
  2344. githubkit/versions/ghec_v2022_11_28/types/group_1041.py +8 -7
  2345. githubkit/versions/ghec_v2022_11_28/types/group_1042.py +4 -6
  2346. githubkit/versions/ghec_v2022_11_28/types/group_1043.py +26 -6
  2347. githubkit/versions/ghec_v2022_11_28/types/group_1044.py +16 -17
  2348. githubkit/versions/ghec_v2022_11_28/types/group_1045.py +8 -10
  2349. githubkit/versions/ghec_v2022_11_28/types/group_1046.py +7 -5
  2350. githubkit/versions/ghec_v2022_11_28/types/group_1047.py +4 -14
  2351. githubkit/versions/ghec_v2022_11_28/types/group_1048.py +8 -5
  2352. githubkit/versions/ghec_v2022_11_28/types/group_1049.py +6 -5
  2353. githubkit/versions/ghec_v2022_11_28/types/group_1050.py +6 -8
  2354. githubkit/versions/ghec_v2022_11_28/types/group_1051.py +17 -46
  2355. githubkit/versions/ghec_v2022_11_28/types/group_1052.py +4 -70
  2356. githubkit/versions/ghec_v2022_11_28/types/group_1053.py +4 -72
  2357. githubkit/versions/ghec_v2022_11_28/types/group_1054.py +6 -8
  2358. githubkit/versions/ghec_v2022_11_28/types/group_1055.py +7 -7
  2359. githubkit/versions/ghec_v2022_11_28/types/group_1056.py +6 -9
  2360. githubkit/versions/ghec_v2022_11_28/types/group_1057.py +6 -14
  2361. githubkit/versions/ghec_v2022_11_28/types/group_1058.py +6 -13
  2362. githubkit/versions/ghec_v2022_11_28/types/group_1059.py +24 -6
  2363. githubkit/versions/ghec_v2022_11_28/types/group_1060.py +11 -5
  2364. githubkit/versions/ghec_v2022_11_28/types/group_1061.py +5 -4
  2365. githubkit/versions/ghec_v2022_11_28/types/group_1062.py +14 -9
  2366. githubkit/versions/ghec_v2022_11_28/types/group_1063.py +6 -14
  2367. githubkit/versions/ghec_v2022_11_28/types/group_1064.py +6 -7
  2368. githubkit/versions/ghec_v2022_11_28/types/group_1065.py +7 -4
  2369. githubkit/versions/ghec_v2022_11_28/types/group_1066.py +46 -9
  2370. githubkit/versions/ghec_v2022_11_28/types/group_1067.py +70 -5
  2371. githubkit/versions/ghec_v2022_11_28/types/group_1068.py +70 -5
  2372. githubkit/versions/ghec_v2022_11_28/types/group_1069.py +8 -5
  2373. githubkit/versions/ghec_v2022_11_28/types/group_1070.py +7 -17
  2374. githubkit/versions/ghec_v2022_11_28/types/group_1071.py +8 -4
  2375. githubkit/versions/ghec_v2022_11_28/types/group_1072.py +14 -6
  2376. githubkit/versions/ghec_v2022_11_28/types/group_1073.py +12 -6
  2377. githubkit/versions/ghec_v2022_11_28/types/group_1074.py +6 -5
  2378. githubkit/versions/ghec_v2022_11_28/types/group_1075.py +7 -4
  2379. githubkit/versions/ghec_v2022_11_28/types/group_1076.py +5 -21
  2380. githubkit/versions/ghec_v2022_11_28/types/group_1077.py +7 -18
  2381. githubkit/versions/ghec_v2022_11_28/types/group_1078.py +13 -4
  2382. githubkit/versions/ghec_v2022_11_28/types/group_1079.py +7 -5
  2383. githubkit/versions/ghec_v2022_11_28/types/group_1080.py +4 -5
  2384. githubkit/versions/ghec_v2022_11_28/types/group_1081.py +5 -19
  2385. githubkit/versions/ghec_v2022_11_28/types/group_1082.py +6 -5
  2386. githubkit/versions/ghec_v2022_11_28/types/group_1083.py +7 -4
  2387. githubkit/versions/ghec_v2022_11_28/types/group_1084.py +4 -6
  2388. githubkit/versions/ghec_v2022_11_28/types/group_1085.py +17 -9
  2389. githubkit/versions/ghec_v2022_11_28/types/group_1086.py +5 -6
  2390. githubkit/versions/ghec_v2022_11_28/types/group_1087.py +6 -5
  2391. githubkit/versions/ghec_v2022_11_28/types/group_1088.py +7 -5
  2392. githubkit/versions/ghec_v2022_11_28/types/group_1089.py +5 -5
  2393. githubkit/versions/ghec_v2022_11_28/types/group_1090.py +4 -178
  2394. githubkit/versions/ghec_v2022_11_28/types/group_1091.py +20 -7
  2395. githubkit/versions/ghec_v2022_11_28/types/group_1092.py +19 -4
  2396. githubkit/versions/ghec_v2022_11_28/types/group_1093.py +5 -9
  2397. githubkit/versions/ghec_v2022_11_28/types/group_1094.py +5 -7
  2398. githubkit/versions/ghec_v2022_11_28/types/group_1095.py +5 -7
  2399. githubkit/versions/ghec_v2022_11_28/types/group_1096.py +19 -6
  2400. githubkit/versions/ghec_v2022_11_28/types/group_1097.py +4 -7
  2401. githubkit/versions/ghec_v2022_11_28/types/group_1098.py +4 -9
  2402. githubkit/versions/ghec_v2022_11_28/types/group_1099.py +7 -5
  2403. githubkit/versions/ghec_v2022_11_28/types/group_1100.py +10 -5
  2404. githubkit/versions/ghec_v2022_11_28/types/group_1101.py +7 -8
  2405. githubkit/versions/ghec_v2022_11_28/types/group_1102.py +6 -8
  2406. githubkit/versions/ghec_v2022_11_28/types/group_1103.py +4 -9
  2407. githubkit/versions/ghec_v2022_11_28/types/group_1104.py +6 -8
  2408. githubkit/versions/ghec_v2022_11_28/types/group_1105.py +177 -8
  2409. githubkit/versions/ghec_v2022_11_28/types/group_1106.py +8 -5
  2410. githubkit/versions/ghec_v2022_11_28/types/group_1107.py +3 -3
  2411. githubkit/versions/ghec_v2022_11_28/types/group_1108.py +8 -7
  2412. githubkit/versions/ghec_v2022_11_28/types/group_1109.py +7 -5
  2413. githubkit/versions/ghec_v2022_11_28/types/group_1110.py +4 -4
  2414. githubkit/versions/ghec_v2022_11_28/types/group_1111.py +7 -6
  2415. githubkit/versions/ghec_v2022_11_28/types/group_1112.py +8 -6
  2416. githubkit/versions/ghec_v2022_11_28/types/group_1113.py +7 -31
  2417. githubkit/versions/ghec_v2022_11_28/types/group_1114.py +5 -23
  2418. githubkit/versions/ghec_v2022_11_28/types/group_1115.py +4 -7
  2419. githubkit/versions/ghec_v2022_11_28/types/group_1116.py +7 -42
  2420. githubkit/versions/ghec_v2022_11_28/types/group_1117.py +8 -5
  2421. githubkit/versions/ghec_v2022_11_28/types/group_1118.py +7 -62
  2422. githubkit/versions/ghec_v2022_11_28/types/group_1119.py +8 -7
  2423. githubkit/versions/ghec_v2022_11_28/types/group_1120.py +8 -124
  2424. githubkit/versions/ghec_v2022_11_28/types/group_1121.py +4 -50
  2425. githubkit/versions/ghec_v2022_11_28/types/group_1122.py +7 -29
  2426. githubkit/versions/ghec_v2022_11_28/types/group_1123.py +6 -11
  2427. githubkit/versions/ghec_v2022_11_28/types/group_1124.py +5 -12
  2428. githubkit/versions/ghec_v2022_11_28/types/group_1125.py +6 -12
  2429. githubkit/versions/ghec_v2022_11_28/types/group_1126.py +5 -8
  2430. githubkit/versions/ghec_v2022_11_28/types/group_1127.py +6 -9
  2431. githubkit/versions/ghec_v2022_11_28/types/group_1128.py +31 -8
  2432. githubkit/versions/ghec_v2022_11_28/types/group_1129.py +22 -10
  2433. githubkit/versions/ghec_v2022_11_28/types/group_1130.py +6 -9
  2434. githubkit/versions/ghec_v2022_11_28/types/group_1131.py +39 -9
  2435. githubkit/versions/ghec_v2022_11_28/types/group_1132.py +5 -9
  2436. githubkit/versions/ghec_v2022_11_28/types/group_1133.py +63 -7
  2437. githubkit/versions/ghec_v2022_11_28/types/group_1134.py +7 -9
  2438. githubkit/versions/ghec_v2022_11_28/types/group_1135.py +124 -5
  2439. githubkit/versions/ghec_v2022_11_28/types/group_1136.py +47 -7
  2440. githubkit/versions/ghec_v2022_11_28/types/group_1137.py +22 -4
  2441. githubkit/versions/ghec_v2022_11_28/types/group_1138.py +9 -50
  2442. githubkit/versions/ghec_v2022_11_28/types/group_1139.py +15 -32
  2443. githubkit/versions/ghec_v2022_11_28/types/group_1140.py +16 -36
  2444. githubkit/versions/ghec_v2022_11_28/types/group_1141.py +7 -58
  2445. githubkit/versions/ghec_v2022_11_28/types/group_1142.py +14 -36
  2446. githubkit/versions/ghec_v2022_11_28/types/group_1143.py +14 -38
  2447. githubkit/versions/ghec_v2022_11_28/types/group_1144.py +10 -4
  2448. githubkit/versions/ghec_v2022_11_28/types/group_1145.py +9 -19
  2449. githubkit/versions/ghec_v2022_11_28/types/group_1146.py +11 -6
  2450. githubkit/versions/ghec_v2022_11_28/types/group_1147.py +9 -11
  2451. githubkit/versions/ghec_v2022_11_28/types/group_1148.py +9 -12
  2452. githubkit/versions/ghec_v2022_11_28/types/group_1149.py +9 -12
  2453. githubkit/versions/ghec_v2022_11_28/types/group_1150.py +5 -12
  2454. githubkit/versions/ghec_v2022_11_28/types/group_1151.py +11 -12
  2455. githubkit/versions/ghec_v2022_11_28/types/group_1152.py +9 -8
  2456. githubkit/versions/ghec_v2022_11_28/types/group_1153.py +55 -17
  2457. githubkit/versions/ghec_v2022_11_28/types/group_1154.py +28 -19
  2458. githubkit/versions/ghec_v2022_11_28/types/group_1155.py +39 -13
  2459. githubkit/versions/ghec_v2022_11_28/types/group_1156.py +53 -12
  2460. githubkit/versions/ghec_v2022_11_28/types/group_1157.py +32 -22
  2461. githubkit/versions/ghec_v2022_11_28/types/group_1158.py +36 -9
  2462. githubkit/versions/ghec_v2022_11_28/types/group_1159.py +5 -5
  2463. githubkit/versions/ghec_v2022_11_28/types/group_1160.py +21 -5
  2464. githubkit/versions/ghec_v2022_11_28/types/group_1161.py +7 -7
  2465. githubkit/versions/ghec_v2022_11_28/types/group_1162.py +10 -7
  2466. githubkit/versions/ghec_v2022_11_28/types/group_1163.py +12 -8
  2467. githubkit/versions/ghec_v2022_11_28/types/group_1164.py +11 -36
  2468. githubkit/versions/ghec_v2022_11_28/types/group_1165.py +11 -32
  2469. githubkit/versions/ghec_v2022_11_28/types/group_1166.py +11 -11
  2470. githubkit/versions/ghec_v2022_11_28/types/group_1167.py +6 -19
  2471. githubkit/versions/ghec_v2022_11_28/types/group_1168.py +15 -5
  2472. githubkit/versions/ghec_v2022_11_28/types/group_1169.py +21 -8
  2473. githubkit/versions/ghec_v2022_11_28/types/group_1170.py +7 -23
  2474. githubkit/versions/ghec_v2022_11_28/types/group_1171.py +18 -4
  2475. githubkit/versions/ghec_v2022_11_28/types/group_1172.py +21 -14
  2476. githubkit/versions/ghec_v2022_11_28/types/group_1173.py +6 -7
  2477. githubkit/versions/ghec_v2022_11_28/types/group_1174.py +4 -8
  2478. githubkit/versions/ghec_v2022_11_28/types/group_1175.py +5 -19
  2479. githubkit/versions/ghec_v2022_11_28/types/group_1176.py +7 -29
  2480. githubkit/versions/ghec_v2022_11_28/types/group_1177.py +7 -23
  2481. githubkit/versions/ghec_v2022_11_28/types/group_1178.py +8 -9
  2482. githubkit/versions/ghec_v2022_11_28/types/group_1179.py +32 -11
  2483. githubkit/versions/ghec_v2022_11_28/types/group_1180.py +32 -7
  2484. githubkit/versions/ghec_v2022_11_28/types/group_1181.py +12 -6
  2485. githubkit/versions/ghec_v2022_11_28/types/group_1182.py +19 -6
  2486. githubkit/versions/ghec_v2022_11_28/types/group_1183.py +6 -6
  2487. githubkit/versions/ghec_v2022_11_28/types/group_1184.py +8 -6
  2488. githubkit/versions/ghec_v2022_11_28/types/group_1185.py +24 -7
  2489. githubkit/versions/ghec_v2022_11_28/types/group_1186.py +4 -5
  2490. githubkit/versions/ghec_v2022_11_28/types/group_1187.py +13 -40
  2491. githubkit/versions/ghec_v2022_11_28/types/group_1188.py +6 -5
  2492. githubkit/versions/ghec_v2022_11_28/types/group_1189.py +7 -6
  2493. githubkit/versions/ghec_v2022_11_28/types/group_1190.py +6 -22
  2494. githubkit/versions/ghec_v2022_11_28/types/group_1191.py +14 -15
  2495. githubkit/versions/ghec_v2022_11_28/types/group_1192.py +23 -17
  2496. githubkit/versions/ghec_v2022_11_28/types/group_1193.py +22 -9
  2497. githubkit/versions/ghec_v2022_11_28/types/group_1194.py +8 -8
  2498. githubkit/versions/ghec_v2022_11_28/types/group_1195.py +15 -9
  2499. githubkit/versions/ghec_v2022_11_28/types/group_1196.py +8 -9
  2500. githubkit/versions/ghec_v2022_11_28/types/group_1197.py +6 -6
  2501. githubkit/versions/ghec_v2022_11_28/types/group_1198.py +7 -5
  2502. githubkit/versions/ghec_v2022_11_28/types/group_1199.py +6 -3
  2503. githubkit/versions/ghec_v2022_11_28/types/group_1200.py +5 -5
  2504. githubkit/versions/ghec_v2022_11_28/types/group_1201.py +5 -24
  2505. githubkit/versions/ghec_v2022_11_28/types/group_1202.py +6 -5
  2506. githubkit/versions/ghec_v2022_11_28/types/group_1203.py +41 -8
  2507. githubkit/versions/ghec_v2022_11_28/types/group_1204.py +11 -39
  2508. githubkit/versions/ghec_v2022_11_28/types/group_1205.py +5 -4
  2509. githubkit/versions/ghec_v2022_11_28/types/group_1206.py +24 -4
  2510. githubkit/versions/ghec_v2022_11_28/types/group_1207.py +20 -5
  2511. githubkit/versions/ghec_v2022_11_28/types/group_1208.py +23 -4
  2512. githubkit/versions/ghec_v2022_11_28/types/group_1209.py +9 -14
  2513. githubkit/versions/ghec_v2022_11_28/types/group_1210.py +9 -5
  2514. githubkit/versions/ghec_v2022_11_28/types/group_1211.py +9 -4
  2515. githubkit/versions/ghec_v2022_11_28/types/group_1212.py +8 -15
  2516. githubkit/versions/ghec_v2022_11_28/types/group_1213.py +6 -5
  2517. githubkit/versions/ghec_v2022_11_28/types/group_1214.py +5 -5
  2518. githubkit/versions/ghec_v2022_11_28/types/group_1215.py +3 -8
  2519. githubkit/versions/ghec_v2022_11_28/types/group_1216.py +6 -5
  2520. githubkit/versions/ghec_v2022_11_28/types/group_1217.py +25 -5
  2521. githubkit/versions/ghec_v2022_11_28/types/group_1218.py +5 -7
  2522. githubkit/versions/ghec_v2022_11_28/types/group_1219.py +8 -7
  2523. githubkit/versions/ghec_v2022_11_28/types/group_1220.py +36 -9
  2524. githubkit/versions/ghec_v2022_11_28/types/group_1221.py +4 -6
  2525. githubkit/versions/ghec_v2022_11_28/types/group_1222.py +5 -5
  2526. githubkit/versions/ghec_v2022_11_28/types/group_1223.py +5 -7
  2527. githubkit/versions/ghec_v2022_11_28/types/group_1224.py +4 -9
  2528. githubkit/versions/ghec_v2022_11_28/types/group_1225.py +15 -9
  2529. githubkit/versions/ghec_v2022_11_28/types/group_1226.py +5 -6
  2530. githubkit/versions/ghec_v2022_11_28/types/group_1227.py +4 -5
  2531. githubkit/versions/ghec_v2022_11_28/types/group_1228.py +15 -9
  2532. githubkit/versions/ghec_v2022_11_28/types/group_1229.py +5 -17
  2533. githubkit/versions/ghec_v2022_11_28/types/group_1230.py +5 -14
  2534. githubkit/versions/ghec_v2022_11_28/types/group_1231.py +7 -16
  2535. githubkit/versions/ghec_v2022_11_28/types/group_1232.py +5 -17
  2536. githubkit/versions/ghec_v2022_11_28/types/group_1233.py +5 -16
  2537. githubkit/versions/ghec_v2022_11_28/types/group_1234.py +6 -9
  2538. githubkit/versions/ghec_v2022_11_28/types/group_1235.py +6 -8
  2539. githubkit/versions/ghec_v2022_11_28/types/group_1236.py +6 -8
  2540. githubkit/versions/ghec_v2022_11_28/types/group_1237.py +6 -11
  2541. githubkit/versions/ghec_v2022_11_28/types/group_1238.py +4 -4
  2542. githubkit/versions/ghec_v2022_11_28/types/group_1239.py +6 -5
  2543. githubkit/versions/ghec_v2022_11_28/types/group_1240.py +10 -7
  2544. githubkit/versions/ghec_v2022_11_28/types/group_1241.py +8 -10
  2545. githubkit/versions/ghec_v2022_11_28/types/group_1242.py +6 -5
  2546. githubkit/versions/ghec_v2022_11_28/types/group_1243.py +6 -8
  2547. githubkit/versions/ghec_v2022_11_28/types/group_1244.py +9 -9
  2548. githubkit/versions/ghec_v2022_11_28/types/group_1245.py +16 -14
  2549. githubkit/versions/ghec_v2022_11_28/types/group_1246.py +14 -14
  2550. githubkit/versions/ghec_v2022_11_28/types/group_1247.py +17 -5
  2551. githubkit/versions/ghec_v2022_11_28/types/group_1248.py +16 -8
  2552. githubkit/versions/ghec_v2022_11_28/types/group_1249.py +16 -5
  2553. githubkit/versions/ghec_v2022_11_28/types/group_1250.py +9 -5
  2554. githubkit/versions/ghec_v2022_11_28/types/group_1251.py +8 -5
  2555. githubkit/versions/ghec_v2022_11_28/types/group_1252.py +8 -5
  2556. githubkit/versions/ghec_v2022_11_28/types/group_1253.py +11 -5
  2557. githubkit/versions/ghec_v2022_11_28/types/group_1254.py +5 -26
  2558. githubkit/versions/ghec_v2022_11_28/types/group_1255.py +6 -5
  2559. githubkit/versions/ghec_v2022_11_28/types/group_1256.py +7 -7
  2560. githubkit/versions/ghec_v2022_11_28/types/group_1257.py +10 -5
  2561. githubkit/versions/ghec_v2022_11_28/types/group_1258.py +5 -5
  2562. githubkit/versions/ghec_v2022_11_28/types/group_1259.py +8 -6
  2563. githubkit/versions/ghec_v2022_11_28/types/group_1260.py +7 -11
  2564. githubkit/versions/ghec_v2022_11_28/types/group_1261.py +14 -6
  2565. githubkit/versions/ghec_v2022_11_28/types/group_1262.py +14 -7
  2566. githubkit/versions/ghec_v2022_11_28/types/group_1263.py +5 -13
  2567. githubkit/versions/ghec_v2022_11_28/types/group_1264.py +8 -5
  2568. githubkit/versions/ghec_v2022_11_28/types/group_1265.py +5 -62
  2569. githubkit/versions/ghec_v2022_11_28/types/group_1266.py +5 -62
  2570. githubkit/versions/ghec_v2022_11_28/types/group_1267.py +5 -9
  2571. githubkit/versions/ghec_v2022_11_28/types/group_1268.py +6 -7
  2572. githubkit/versions/ghec_v2022_11_28/types/group_1269.py +5 -8
  2573. githubkit/versions/ghec_v2022_11_28/types/group_1270.py +25 -5
  2574. githubkit/versions/ghec_v2022_11_28/types/group_1271.py +4 -4
  2575. githubkit/versions/ghec_v2022_11_28/types/group_1272.py +7 -5
  2576. githubkit/versions/ghec_v2022_11_28/types/group_1273.py +6 -6
  2577. githubkit/versions/ghec_v2022_11_28/types/group_1274.py +4 -8
  2578. githubkit/versions/ghec_v2022_11_28/types/group_1275.py +5 -35
  2579. githubkit/versions/ghec_v2022_11_28/types/group_1276.py +13 -35
  2580. githubkit/versions/ghec_v2022_11_28/types/group_1277.py +6 -52
  2581. githubkit/versions/ghec_v2022_11_28/types/group_1278.py +7 -12
  2582. githubkit/versions/ghec_v2022_11_28/types/group_1279.py +12 -6
  2583. githubkit/versions/ghec_v2022_11_28/types/group_1280.py +6 -6
  2584. githubkit/versions/ghec_v2022_11_28/types/group_1281.py +63 -5
  2585. githubkit/versions/ghec_v2022_11_28/types/group_1282.py +63 -7
  2586. githubkit/versions/ghec_v2022_11_28/types/group_1283.py +9 -11
  2587. githubkit/versions/ghec_v2022_11_28/types/group_1284.py +5 -6
  2588. githubkit/versions/ghec_v2022_11_28/types/group_1285.py +8 -5
  2589. githubkit/versions/ghec_v2022_11_28/types/group_1286.py +5 -5
  2590. githubkit/versions/ghec_v2022_11_28/types/group_1287.py +5 -6
  2591. githubkit/versions/ghec_v2022_11_28/types/group_1288.py +5 -6
  2592. githubkit/versions/ghec_v2022_11_28/types/group_1289.py +6 -19
  2593. githubkit/versions/ghec_v2022_11_28/types/group_1290.py +8 -12
  2594. githubkit/versions/ghec_v2022_11_28/types/group_1291.py +35 -7
  2595. githubkit/versions/ghec_v2022_11_28/types/group_1292.py +34 -15
  2596. githubkit/versions/ghec_v2022_11_28/types/group_1293.py +45 -17
  2597. githubkit/versions/ghec_v2022_11_28/types/group_1294.py +12 -23
  2598. githubkit/versions/ghec_v2022_11_28/types/group_1295.py +6 -7
  2599. githubkit/versions/ghec_v2022_11_28/types/group_1296.py +6 -8
  2600. githubkit/versions/ghec_v2022_11_28/types/group_1297.py +4 -4
  2601. githubkit/versions/ghec_v2022_11_28/types/group_1298.py +7 -7
  2602. githubkit/versions/ghec_v2022_11_28/types/group_1299.py +11 -7
  2603. githubkit/versions/ghec_v2022_11_28/types/group_1300.py +8 -6
  2604. githubkit/versions/ghec_v2022_11_28/types/group_1301.py +5 -5
  2605. githubkit/versions/ghec_v2022_11_28/types/group_1302.py +6 -9
  2606. githubkit/versions/ghec_v2022_11_28/types/group_1303.py +6 -14
  2607. githubkit/versions/ghec_v2022_11_28/types/group_1304.py +5 -5
  2608. githubkit/versions/ghec_v2022_11_28/types/group_1305.py +19 -7
  2609. githubkit/versions/ghec_v2022_11_28/types/group_1306.py +12 -8
  2610. githubkit/versions/ghec_v2022_11_28/types/group_1307.py +8 -3
  2611. githubkit/versions/ghec_v2022_11_28/types/group_1308.py +16 -5
  2612. githubkit/versions/ghec_v2022_11_28/types/group_1309.py +24 -5
  2613. githubkit/versions/ghec_v2022_11_28/types/group_1310.py +23 -13
  2614. githubkit/versions/ghec_v2022_11_28/types/group_1311.py +6 -5
  2615. githubkit/versions/ghec_v2022_11_28/types/group_1312.py +13 -35
  2616. githubkit/versions/ghec_v2022_11_28/types/group_1313.py +4 -9
  2617. githubkit/versions/ghec_v2022_11_28/types/group_1314.py +7 -10
  2618. githubkit/versions/ghec_v2022_11_28/types/group_1315.py +8 -6
  2619. githubkit/versions/ghec_v2022_11_28/types/group_1316.py +6 -5
  2620. githubkit/versions/ghec_v2022_11_28/types/group_1317.py +5 -4
  2621. githubkit/versions/ghec_v2022_11_28/types/group_1318.py +7 -63
  2622. githubkit/versions/ghec_v2022_11_28/types/group_1319.py +30 -0
  2623. githubkit/versions/ghec_v2022_11_28/types/group_1320.py +22 -0
  2624. githubkit/versions/ghec_v2022_11_28/types/group_1321.py +24 -0
  2625. githubkit/versions/ghec_v2022_11_28/types/group_1322.py +25 -0
  2626. githubkit/versions/ghec_v2022_11_28/types/group_1323.py +19 -0
  2627. githubkit/versions/ghec_v2022_11_28/types/group_1324.py +22 -0
  2628. githubkit/versions/ghec_v2022_11_28/types/group_1325.py +22 -0
  2629. githubkit/versions/ghec_v2022_11_28/types/group_1326.py +30 -0
  2630. githubkit/versions/ghec_v2022_11_28/types/group_1327.py +23 -0
  2631. githubkit/versions/ghec_v2022_11_28/types/group_1328.py +46 -0
  2632. githubkit/versions/ghec_v2022_11_28/types/group_1329.py +26 -0
  2633. githubkit/versions/ghec_v2022_11_28/types/group_1330.py +26 -0
  2634. githubkit/versions/ghec_v2022_11_28/types/group_1331.py +22 -0
  2635. githubkit/versions/ghec_v2022_11_28/types/group_1332.py +22 -0
  2636. githubkit/versions/ghec_v2022_11_28/types/group_1333.py +52 -0
  2637. githubkit/versions/ghec_v2022_11_28/types/group_1334.py +21 -0
  2638. githubkit/versions/ghec_v2022_11_28/types/group_1335.py +21 -0
  2639. githubkit/versions/ghec_v2022_11_28/types/group_1336.py +81 -0
  2640. githubkit/versions/latest/models.py +28 -0
  2641. githubkit/versions/latest/types.py +28 -0
  2642. githubkit/versions/v2022_11_28/models/__init__.py +730 -700
  2643. githubkit/versions/v2022_11_28/models/group_0018.py +1 -0
  2644. githubkit/versions/v2022_11_28/models/group_0028.py +12 -0
  2645. githubkit/versions/v2022_11_28/models/group_0163.py +1 -1
  2646. githubkit/versions/v2022_11_28/models/group_0199.py +1 -0
  2647. githubkit/versions/v2022_11_28/models/group_0227.py +3 -1
  2648. githubkit/versions/v2022_11_28/models/group_0353.py +4 -0
  2649. githubkit/versions/v2022_11_28/models/group_0422.py +5 -0
  2650. githubkit/versions/v2022_11_28/models/group_0430.py +4 -1
  2651. githubkit/versions/v2022_11_28/models/group_0647.py +3 -3
  2652. githubkit/versions/v2022_11_28/models/group_0897.py +9 -74
  2653. githubkit/versions/v2022_11_28/models/group_0898.py +8 -53
  2654. githubkit/versions/v2022_11_28/models/group_0899.py +71 -40
  2655. githubkit/versions/v2022_11_28/models/group_0900.py +31 -155
  2656. githubkit/versions/v2022_11_28/models/group_0901.py +40 -7
  2657. githubkit/versions/v2022_11_28/models/group_0902.py +27 -30
  2658. githubkit/versions/v2022_11_28/models/group_0903.py +8 -13
  2659. githubkit/versions/v2022_11_28/models/group_0904.py +175 -8
  2660. githubkit/versions/v2022_11_28/models/group_0905.py +10 -14
  2661. githubkit/versions/v2022_11_28/models/group_0906.py +14 -8
  2662. githubkit/versions/v2022_11_28/models/group_0907.py +15 -15
  2663. githubkit/versions/v2022_11_28/models/group_0908.py +9 -9
  2664. githubkit/versions/v2022_11_28/models/group_0909.py +19 -6
  2665. githubkit/versions/v2022_11_28/models/group_0910.py +8 -37
  2666. githubkit/versions/v2022_11_28/models/group_0911.py +8 -23
  2667. githubkit/versions/v2022_11_28/models/group_0912.py +39 -10
  2668. githubkit/versions/v2022_11_28/models/group_0913.py +22 -6
  2669. githubkit/versions/v2022_11_28/models/group_0914.py +9 -9
  2670. githubkit/versions/v2022_11_28/models/group_0915.py +7 -8
  2671. githubkit/versions/v2022_11_28/models/group_0916.py +5 -5
  2672. githubkit/versions/v2022_11_28/models/group_0917.py +6 -7
  2673. githubkit/versions/v2022_11_28/models/group_0918.py +6 -6
  2674. githubkit/versions/v2022_11_28/models/group_0919.py +7 -6
  2675. githubkit/versions/v2022_11_28/models/group_0920.py +5 -5
  2676. githubkit/versions/v2022_11_28/models/group_0921.py +6 -6
  2677. githubkit/versions/v2022_11_28/models/group_0922.py +8 -30
  2678. githubkit/versions/v2022_11_28/models/group_0923.py +8 -23
  2679. githubkit/versions/v2022_11_28/models/group_0924.py +29 -7
  2680. githubkit/versions/v2022_11_28/models/group_0925.py +22 -6
  2681. githubkit/versions/v2022_11_28/models/group_0926.py +7 -43
  2682. githubkit/versions/v2022_11_28/models/group_0927.py +6 -42
  2683. githubkit/versions/v2022_11_28/models/group_0928.py +30 -6
  2684. githubkit/versions/v2022_11_28/models/group_0929.py +49 -14
  2685. githubkit/versions/v2022_11_28/models/group_0930.py +23 -4
  2686. githubkit/versions/v2022_11_28/models/group_0931.py +14 -32
  2687. githubkit/versions/v2022_11_28/models/group_0932.py +4 -11
  2688. githubkit/versions/v2022_11_28/models/group_0933.py +20 -6
  2689. githubkit/versions/v2022_11_28/models/group_0934.py +14 -49
  2690. githubkit/versions/v2022_11_28/models/group_0935.py +8 -7
  2691. githubkit/versions/v2022_11_28/models/group_0936.py +50 -8
  2692. githubkit/versions/v2022_11_28/models/group_0937.py +9 -6
  2693. githubkit/versions/v2022_11_28/models/group_0938.py +5 -25
  2694. githubkit/versions/v2022_11_28/models/group_0939.py +6 -13
  2695. githubkit/versions/v2022_11_28/models/group_0940.py +17 -10
  2696. githubkit/versions/v2022_11_28/models/group_0941.py +13 -7
  2697. githubkit/versions/v2022_11_28/models/group_0942.py +12 -34
  2698. githubkit/versions/v2022_11_28/models/group_0943.py +7 -25
  2699. githubkit/versions/v2022_11_28/models/group_0944.py +36 -6
  2700. githubkit/versions/v2022_11_28/models/group_0945.py +13 -16
  2701. githubkit/versions/v2022_11_28/models/group_0946.py +6 -10
  2702. githubkit/versions/v2022_11_28/models/group_0947.py +34 -11
  2703. githubkit/versions/v2022_11_28/models/group_0948.py +10 -14
  2704. githubkit/versions/v2022_11_28/models/group_0949.py +11 -116
  2705. githubkit/versions/v2022_11_28/models/group_0950.py +12 -83
  2706. githubkit/versions/v2022_11_28/models/group_0951.py +117 -87
  2707. githubkit/versions/v2022_11_28/models/group_0952.py +82 -33
  2708. githubkit/versions/v2022_11_28/models/group_0953.py +80 -14
  2709. githubkit/versions/v2022_11_28/models/group_0954.py +29 -14
  2710. githubkit/versions/v2022_11_28/models/group_0955.py +13 -30
  2711. githubkit/versions/v2022_11_28/models/group_0956.py +13 -21
  2712. githubkit/versions/v2022_11_28/models/group_0957.py +33 -8
  2713. githubkit/versions/v2022_11_28/models/group_0958.py +25 -8
  2714. githubkit/versions/v2022_11_28/models/group_0959.py +12 -5
  2715. githubkit/versions/v2022_11_28/models/group_0960.py +12 -11
  2716. githubkit/versions/v2022_11_28/models/group_0961.py +5 -19
  2717. githubkit/versions/v2022_11_28/models/group_0962.py +11 -11
  2718. githubkit/versions/v2022_11_28/models/group_0963.py +16 -8
  2719. githubkit/versions/v2022_11_28/models/group_0964.py +8 -9
  2720. githubkit/versions/v2022_11_28/models/group_0965.py +9 -6
  2721. githubkit/versions/v2022_11_28/models/group_0966.py +8 -6
  2722. githubkit/versions/v2022_11_28/models/group_0967.py +6 -10
  2723. githubkit/versions/v2022_11_28/models/group_0968.py +8 -7
  2724. githubkit/versions/v2022_11_28/models/group_0969.py +8 -10
  2725. githubkit/versions/v2022_11_28/models/group_0970.py +7 -12
  2726. githubkit/versions/v2022_11_28/models/group_0971.py +17 -4
  2727. githubkit/versions/v2022_11_28/models/group_0972.py +12 -22
  2728. githubkit/versions/v2022_11_28/models/group_0973.py +4 -26
  2729. githubkit/versions/v2022_11_28/models/group_0974.py +24 -5
  2730. githubkit/versions/v2022_11_28/models/group_0975.py +23 -7
  2731. githubkit/versions/v2022_11_28/models/group_0976.py +5 -10
  2732. githubkit/versions/v2022_11_28/models/group_0977.py +7 -23
  2733. githubkit/versions/v2022_11_28/models/group_0978.py +9 -7
  2734. githubkit/versions/v2022_11_28/models/group_0979.py +26 -4
  2735. githubkit/versions/v2022_11_28/models/group_0980.py +8 -9
  2736. githubkit/versions/v2022_11_28/models/group_0981.py +4 -26
  2737. githubkit/versions/v2022_11_28/models/group_0982.py +4 -4
  2738. githubkit/versions/v2022_11_28/models/group_0983.py +19 -7
  2739. githubkit/versions/v2022_11_28/models/group_0984.py +9 -5
  2740. githubkit/versions/v2022_11_28/models/group_0985.py +9 -6
  2741. githubkit/versions/v2022_11_28/models/group_0986.py +5 -276
  2742. githubkit/versions/v2022_11_28/models/group_0987.py +8 -8
  2743. githubkit/versions/v2022_11_28/models/group_0988.py +273 -6
  2744. githubkit/versions/v2022_11_28/models/group_0989.py +7 -15
  2745. githubkit/versions/v2022_11_28/models/group_0990.py +9 -8
  2746. githubkit/versions/v2022_11_28/models/group_0991.py +15 -7
  2747. githubkit/versions/v2022_11_28/models/group_0992.py +8 -15
  2748. githubkit/versions/v2022_11_28/models/group_0993.py +6 -6
  2749. githubkit/versions/v2022_11_28/models/group_0994.py +11 -15
  2750. githubkit/versions/v2022_11_28/models/group_0995.py +9 -9
  2751. githubkit/versions/v2022_11_28/models/group_0996.py +15 -5
  2752. githubkit/versions/v2022_11_28/models/group_0997.py +9 -9
  2753. githubkit/versions/v2022_11_28/models/group_0998.py +10 -9
  2754. githubkit/versions/v2022_11_28/models/group_0999.py +6 -8
  2755. githubkit/versions/v2022_11_28/models/group_1000.py +6 -6
  2756. githubkit/versions/v2022_11_28/models/group_1001.py +10 -13
  2757. githubkit/versions/v2022_11_28/models/group_1002.py +8 -9
  2758. githubkit/versions/v2022_11_28/models/group_1003.py +12 -8
  2759. githubkit/versions/v2022_11_28/models/group_1004.py +9 -8
  2760. githubkit/versions/v2022_11_28/models/group_1005.py +8 -8
  2761. githubkit/versions/v2022_11_28/models/group_1006.py +6 -6
  2762. githubkit/versions/v2022_11_28/models/group_1007.py +9 -6
  2763. githubkit/versions/v2022_11_28/models/group_1008.py +8 -8
  2764. githubkit/versions/v2022_11_28/models/group_1009.py +6 -36
  2765. githubkit/versions/v2022_11_28/models/group_1010.py +7 -29
  2766. githubkit/versions/v2022_11_28/models/group_1011.py +35 -7
  2767. githubkit/versions/v2022_11_28/models/group_1012.py +20 -35
  2768. githubkit/versions/v2022_11_28/models/group_1013.py +8 -7
  2769. githubkit/versions/v2022_11_28/models/group_1014.py +20 -54
  2770. githubkit/versions/v2022_11_28/models/group_1015.py +5 -14
  2771. githubkit/versions/v2022_11_28/models/group_1016.py +45 -181
  2772. githubkit/versions/v2022_11_28/models/group_1017.py +10 -86
  2773. githubkit/versions/v2022_11_28/models/group_1018.py +188 -14
  2774. githubkit/versions/v2022_11_28/models/group_1019.py +84 -7
  2775. githubkit/versions/v2022_11_28/models/group_1020.py +36 -10
  2776. githubkit/versions/v2022_11_28/models/group_1021.py +4 -5
  2777. githubkit/versions/v2022_11_28/models/group_1022.py +12 -8
  2778. githubkit/versions/v2022_11_28/models/group_1023.py +13 -8
  2779. githubkit/versions/v2022_11_28/models/group_1024.py +4 -4
  2780. githubkit/versions/v2022_11_28/models/group_1025.py +8 -6
  2781. githubkit/versions/v2022_11_28/models/group_1026.py +8 -8
  2782. githubkit/versions/v2022_11_28/models/group_1027.py +5 -7
  2783. githubkit/versions/v2022_11_28/models/group_1028.py +8 -6
  2784. githubkit/versions/v2022_11_28/models/group_1029.py +8 -6
  2785. githubkit/versions/v2022_11_28/models/group_1030.py +4 -4
  2786. githubkit/versions/v2022_11_28/models/group_1031.py +9 -5
  2787. githubkit/versions/v2022_11_28/models/group_1032.py +8 -104
  2788. githubkit/versions/v2022_11_28/models/group_1033.py +6 -56
  2789. githubkit/versions/v2022_11_28/models/group_1034.py +89 -44
  2790. githubkit/versions/v2022_11_28/models/group_1035.py +39 -86
  2791. githubkit/versions/v2022_11_28/models/group_1036.py +31 -28
  2792. githubkit/versions/v2022_11_28/models/group_1037.py +84 -42
  2793. githubkit/versions/v2022_11_28/models/group_1038.py +58 -6
  2794. githubkit/versions/v2022_11_28/models/group_1039.py +55 -23
  2795. githubkit/versions/v2022_11_28/models/group_1040.py +5 -8
  2796. githubkit/versions/v2022_11_28/models/group_1041.py +22 -21
  2797. githubkit/versions/v2022_11_28/models/group_1042.py +15 -34
  2798. githubkit/versions/v2022_11_28/models/group_1043.py +19 -19
  2799. githubkit/versions/v2022_11_28/models/group_1044.py +8 -8
  2800. githubkit/versions/v2022_11_28/models/group_1045.py +19 -30
  2801. githubkit/versions/v2022_11_28/models/group_1046.py +34 -15
  2802. githubkit/versions/v2022_11_28/models/group_1047.py +24 -35
  2803. githubkit/versions/v2022_11_28/models/group_1048.py +7 -23
  2804. githubkit/versions/v2022_11_28/models/group_1049.py +49 -8
  2805. githubkit/versions/v2022_11_28/models/group_1050.py +17 -20
  2806. githubkit/versions/v2022_11_28/models/group_1051.py +7 -22
  2807. githubkit/versions/v2022_11_28/models/group_1052.py +23 -10
  2808. githubkit/versions/v2022_11_28/models/group_1053.py +23 -10
  2809. githubkit/versions/v2022_11_28/models/group_1054.py +14 -5
  2810. githubkit/versions/v2022_11_28/models/group_1055.py +9 -10
  2811. githubkit/versions/v2022_11_28/models/group_1056.py +5 -17
  2812. githubkit/versions/v2022_11_28/models/group_1057.py +11 -8
  2813. githubkit/versions/v2022_11_28/models/group_1058.py +11 -55
  2814. githubkit/versions/v2022_11_28/models/group_1059.py +7 -53
  2815. githubkit/versions/v2022_11_28/models/group_1060.py +54 -17
  2816. githubkit/versions/v2022_11_28/models/group_1061.py +47 -16
  2817. githubkit/versions/v2022_11_28/models/group_1062.py +19 -9
  2818. githubkit/versions/v2022_11_28/models/group_1063.py +23 -12
  2819. githubkit/versions/v2022_11_28/models/group_1064.py +10 -45
  2820. githubkit/versions/v2022_11_28/models/group_1065.py +12 -7
  2821. githubkit/versions/v2022_11_28/models/group_1066.py +33 -21
  2822. githubkit/versions/v2022_11_28/models/group_1067.py +6 -27
  2823. githubkit/versions/v2022_11_28/models/group_1068.py +24 -36
  2824. githubkit/versions/v2022_11_28/models/group_1069.py +20 -31
  2825. githubkit/versions/v2022_11_28/models/group_1070.py +43 -10
  2826. githubkit/versions/v2022_11_28/models/group_1071.py +28 -12
  2827. githubkit/versions/v2022_11_28/models/group_1072.py +16 -8
  2828. githubkit/versions/v2022_11_28/models/group_1073.py +22 -8
  2829. githubkit/versions/v2022_11_28/models/group_1074.py +6 -6
  2830. githubkit/versions/v2022_11_28/models/group_1075.py +9 -6
  2831. githubkit/versions/v2022_11_28/models/group_1076.py +8 -8
  2832. githubkit/versions/v2022_11_28/models/group_1077.py +6 -18
  2833. githubkit/versions/v2022_11_28/models/group_1078.py +6 -9
  2834. githubkit/versions/v2022_11_28/models/group_1079.py +9 -62
  2835. githubkit/versions/v2022_11_28/models/group_1080.py +10 -7
  2836. githubkit/versions/v2022_11_28/models/group_1081.py +67 -7
  2837. githubkit/versions/v2022_11_28/models/group_1082.py +7 -40
  2838. githubkit/versions/v2022_11_28/models/group_1083.py +7 -38
  2839. githubkit/versions/v2022_11_28/models/group_1084.py +24 -31
  2840. githubkit/versions/v2022_11_28/models/group_1085.py +31 -18
  2841. githubkit/versions/v2022_11_28/models/group_1086.py +32 -4
  2842. githubkit/versions/v2022_11_28/models/group_1087.py +19 -15
  2843. githubkit/versions/v2022_11_28/models/group_1088.py +12 -16
  2844. githubkit/versions/v2022_11_28/models/group_1089.py +23 -6
  2845. githubkit/versions/v2022_11_28/models/group_1090.py +21 -6
  2846. githubkit/versions/v2022_11_28/models/group_1091.py +11 -4
  2847. githubkit/versions/v2022_11_28/models/group_1092.py +6 -11
  2848. githubkit/versions/v2022_11_28/models/group_1093.py +8 -49
  2849. githubkit/versions/v2022_11_28/models/group_1094.py +14 -5
  2850. githubkit/versions/v2022_11_28/models/group_1095.py +39 -8
  2851. githubkit/versions/v2022_11_28/models/group_1096.py +5 -55
  2852. githubkit/versions/v2022_11_28/models/group_1097.py +10 -9
  2853. githubkit/versions/v2022_11_28/models/group_1098.py +50 -5
  2854. githubkit/versions/v2022_11_28/models/group_1099.py +10 -5
  2855. githubkit/versions/v2022_11_28/models/group_1100.py +7 -8
  2856. githubkit/versions/v2022_11_28/models/group_1101.py +6 -20
  2857. githubkit/versions/v2022_11_28/models/group_1102.py +12 -6
  2858. githubkit/versions/v2022_11_28/models/group_1103.py +17 -9
  2859. githubkit/versions/v2022_11_28/models/group_1104.py +5 -19
  2860. githubkit/versions/v2022_11_28/models/group_1105.py +12 -6
  2861. githubkit/versions/v2022_11_28/models/group_1106.py +18 -13
  2862. githubkit/versions/v2022_11_28/models/group_1107.py +5 -11
  2863. githubkit/versions/v2022_11_28/models/group_1108.py +14 -5
  2864. githubkit/versions/v2022_11_28/models/group_1109.py +10 -12
  2865. githubkit/versions/v2022_11_28/models/group_1110.py +5 -15
  2866. githubkit/versions/v2022_11_28/models/group_1111.py +9 -8
  2867. githubkit/versions/v2022_11_28/models/group_1112.py +9 -11
  2868. githubkit/versions/v2022_11_28/models/group_1113.py +8 -14
  2869. githubkit/versions/v2022_11_28/models/group_1114.py +16 -6
  2870. githubkit/versions/v2022_11_28/models/group_1115.py +12 -10
  2871. githubkit/versions/v2022_11_28/models/group_1116.py +6 -20
  2872. githubkit/versions/v2022_11_28/models/group_1117.py +10 -17
  2873. githubkit/versions/v2022_11_28/models/group_1118.py +15 -6
  2874. githubkit/versions/v2022_11_28/models/group_1119.py +21 -6
  2875. githubkit/versions/v2022_11_28/models/group_1120.py +10 -13
  2876. githubkit/versions/v2022_11_28/models/group_1121.py +6 -25
  2877. githubkit/versions/v2022_11_28/models/group_1122.py +11 -22
  2878. githubkit/versions/v2022_11_28/models/group_1123.py +10 -10
  2879. githubkit/versions/v2022_11_28/models/group_1124.py +9 -11
  2880. githubkit/versions/v2022_11_28/models/group_1125.py +10 -10
  2881. githubkit/versions/v2022_11_28/models/group_1126.py +21 -11
  2882. githubkit/versions/v2022_11_28/models/group_1127.py +20 -10
  2883. githubkit/versions/v2022_11_28/models/group_1128.py +10 -9
  2884. githubkit/versions/v2022_11_28/models/group_1129.py +11 -22
  2885. githubkit/versions/v2022_11_28/models/group_1130.py +16 -6
  2886. githubkit/versions/v2022_11_28/models/group_1131.py +25 -7
  2887. githubkit/versions/v2022_11_28/models/group_1132.py +6 -8
  2888. githubkit/versions/v2022_11_28/models/group_1133.py +6 -31
  2889. githubkit/versions/v2022_11_28/models/group_1134.py +9 -5
  2890. githubkit/versions/v2022_11_28/models/group_1135.py +34 -10
  2891. githubkit/versions/v2022_11_28/models/group_1136.py +11 -32
  2892. githubkit/versions/v2022_11_28/models/group_1137.py +8 -42
  2893. githubkit/versions/v2022_11_28/models/group_1138.py +14 -30
  2894. githubkit/versions/v2022_11_28/models/group_1139.py +45 -5
  2895. githubkit/versions/v2022_11_28/models/group_1140.py +33 -12
  2896. githubkit/versions/v2022_11_28/models/group_1141.py +5 -8
  2897. githubkit/versions/v2022_11_28/models/group_1142.py +19 -6
  2898. githubkit/versions/v2022_11_28/models/group_1143.py +6 -10
  2899. githubkit/versions/v2022_11_28/models/group_1144.py +6 -10
  2900. githubkit/versions/v2022_11_28/models/group_1145.py +6 -6
  2901. githubkit/versions/v2022_11_28/models/group_1146.py +8 -43
  2902. githubkit/versions/v2022_11_28/models/group_1147.py +12 -5
  2903. githubkit/versions/v2022_11_28/models/group_1148.py +42 -7
  2904. githubkit/versions/v2022_11_28/models/group_1149.py +5 -14
  2905. githubkit/versions/v2022_11_28/models/group_1150.py +9 -7
  2906. githubkit/versions/v2022_11_28/models/group_1151.py +12 -6
  2907. githubkit/versions/v2022_11_28/models/group_1152.py +6 -33
  2908. githubkit/versions/v2022_11_28/models/group_1153.py +6 -10
  2909. githubkit/versions/v2022_11_28/models/group_1154.py +28 -12
  2910. githubkit/versions/v2022_11_28/models/group_1155.py +8 -29
  2911. githubkit/versions/v2022_11_28/models/group_1156.py +20 -8
  2912. githubkit/versions/v2022_11_28/models/group_1157.py +24 -68
  2913. githubkit/versions/v2022_11_28/models/group_1158.py +7 -76
  2914. githubkit/versions/v2022_11_28/models/group_1159.py +68 -12
  2915. githubkit/versions/v2022_11_28/models/group_1160.py +75 -9
  2916. githubkit/versions/v2022_11_28/models/group_1161.py +12 -13
  2917. githubkit/versions/v2022_11_28/models/group_1162.py +10 -12
  2918. githubkit/versions/v2022_11_28/models/group_1163.py +21 -6
  2919. githubkit/versions/v2022_11_28/models/group_1164.py +13 -6
  2920. githubkit/versions/v2022_11_28/models/group_1165.py +6 -15
  2921. githubkit/versions/v2022_11_28/models/group_1166.py +6 -21
  2922. githubkit/versions/v2022_11_28/models/group_1167.py +10 -23
  2923. githubkit/versions/v2022_11_28/models/group_1168.py +17 -7
  2924. githubkit/versions/v2022_11_28/models/group_1169.py +25 -8
  2925. githubkit/versions/v2022_11_28/models/group_1170.py +12 -5
  2926. githubkit/versions/v2022_11_28/models/group_1171.py +12 -5
  2927. githubkit/versions/v2022_11_28/models/group_1172.py +5 -17
  2928. githubkit/versions/v2022_11_28/models/group_1173.py +5 -11
  2929. githubkit/versions/v2022_11_28/models/group_1174.py +14 -8
  2930. githubkit/versions/v2022_11_28/models/group_1175.py +8 -9
  2931. githubkit/versions/v2022_11_28/models/group_1176.py +9 -6
  2932. githubkit/versions/v2022_11_28/models/group_1177.py +6 -6
  2933. githubkit/versions/v2022_11_28/models/group_1178.py +10 -32
  2934. githubkit/versions/v2022_11_28/models/group_1179.py +12 -8
  2935. githubkit/versions/v2022_11_28/models/group_1180.py +20 -40
  2936. githubkit/versions/v2022_11_28/models/group_1181.py +7 -46
  2937. githubkit/versions/v2022_11_28/models/group_1182.py +44 -28
  2938. githubkit/versions/v2022_11_28/models/group_1183.py +40 -11
  2939. githubkit/versions/v2022_11_28/models/group_1184.py +33 -7
  2940. githubkit/versions/v2022_11_28/models/group_1185.py +17 -6
  2941. githubkit/versions/v2022_11_28/models/group_1186.py +8 -16
  2942. githubkit/versions/v2022_11_28/models/group_1187.py +7 -8
  2943. githubkit/versions/v2022_11_28/models/group_1188.py +12 -8
  2944. githubkit/versions/v2022_11_28/models/group_1189.py +8 -9
  2945. githubkit/versions/v2022_11_28/models/group_1190.py +12 -12
  2946. githubkit/versions/v2022_11_28/models/group_1191.py +9 -17
  2947. githubkit/versions/v2022_11_28/models/group_1192.py +12 -10
  2948. githubkit/versions/v2022_11_28/models/group_1193.py +17 -8
  2949. githubkit/versions/v2022_11_28/models/group_1194.py +8 -9
  2950. githubkit/versions/v2022_11_28/models/group_1195.py +11 -4
  2951. githubkit/versions/v2022_11_28/models/group_1196.py +9 -11
  2952. githubkit/versions/v2022_11_28/models/group_1197.py +4 -12
  2953. githubkit/versions/v2022_11_28/models/group_1198.py +9 -35
  2954. githubkit/versions/v2022_11_28/models/group_1199.py +7 -10
  2955. githubkit/versions/v2022_11_28/models/group_1200.py +21 -72
  2956. githubkit/versions/v2022_11_28/models/group_1201.py +11 -11
  2957. githubkit/versions/v2022_11_28/models/group_1202.py +89 -11
  2958. githubkit/versions/v2022_11_28/models/group_1203.py +11 -12
  2959. githubkit/versions/v2022_11_28/models/group_1204.py +12 -9
  2960. githubkit/versions/v2022_11_28/models/group_1205.py +13 -9
  2961. githubkit/versions/v2022_11_28/models/group_1206.py +12 -74
  2962. githubkit/versions/v2022_11_28/models/group_1207.py +69 -0
  2963. githubkit/versions/v2022_11_28/models/group_1208.py +29 -0
  2964. githubkit/versions/v2022_11_28/models/group_1209.py +29 -0
  2965. githubkit/versions/v2022_11_28/models/group_1210.py +97 -0
  2966. githubkit/versions/v2022_11_28/rest/actions.py +746 -0
  2967. githubkit/versions/v2022_11_28/rest/activity.py +144 -0
  2968. githubkit/versions/v2022_11_28/rest/apps.py +180 -4
  2969. githubkit/versions/v2022_11_28/rest/billing.py +32 -0
  2970. githubkit/versions/v2022_11_28/rest/campaigns.py +28 -0
  2971. githubkit/versions/v2022_11_28/rest/checks.py +68 -0
  2972. githubkit/versions/v2022_11_28/rest/classroom.py +24 -0
  2973. githubkit/versions/v2022_11_28/rest/code_scanning.py +110 -0
  2974. githubkit/versions/v2022_11_28/rest/code_security.py +116 -0
  2975. githubkit/versions/v2022_11_28/rest/codes_of_conduct.py +8 -0
  2976. githubkit/versions/v2022_11_28/rest/codespaces.py +246 -0
  2977. githubkit/versions/v2022_11_28/rest/copilot.py +52 -0
  2978. githubkit/versions/v2022_11_28/rest/credentials.py +8 -0
  2979. githubkit/versions/v2022_11_28/rest/dependabot.py +126 -8
  2980. githubkit/versions/v2022_11_28/rest/dependency_graph.py +16 -0
  2981. githubkit/versions/v2022_11_28/rest/emojis.py +4 -0
  2982. githubkit/versions/v2022_11_28/rest/gists.py +104 -2
  2983. githubkit/versions/v2022_11_28/rest/git.py +76 -0
  2984. githubkit/versions/v2022_11_28/rest/gitignore.py +8 -0
  2985. githubkit/versions/v2022_11_28/rest/hosted_compute.py +32 -0
  2986. githubkit/versions/v2022_11_28/rest/interactions.py +56 -2
  2987. githubkit/versions/v2022_11_28/rest/issues.py +244 -0
  2988. githubkit/versions/v2022_11_28/rest/licenses.py +12 -0
  2989. githubkit/versions/v2022_11_28/rest/markdown.py +24 -2
  2990. githubkit/versions/v2022_11_28/rest/meta.py +20 -0
  2991. githubkit/versions/v2022_11_28/rest/migrations.py +112 -0
  2992. githubkit/versions/v2022_11_28/rest/oidc.py +12 -0
  2993. githubkit/versions/v2022_11_28/rest/orgs.py +772 -0
  2994. githubkit/versions/v2022_11_28/rest/packages.py +108 -0
  2995. githubkit/versions/v2022_11_28/rest/private_registries.py +36 -0
  2996. githubkit/versions/v2022_11_28/rest/projects.py +146 -0
  2997. githubkit/versions/v2022_11_28/rest/pulls.py +162 -0
  2998. githubkit/versions/v2022_11_28/rest/rate_limit.py +6 -0
  2999. githubkit/versions/v2022_11_28/rest/reactions.py +136 -0
  3000. githubkit/versions/v2022_11_28/rest/repos.py +1046 -0
  3001. githubkit/versions/v2022_11_28/rest/search.py +28 -0
  3002. githubkit/versions/v2022_11_28/rest/secret_scanning.py +40 -0
  3003. githubkit/versions/v2022_11_28/rest/security_advisories.py +52 -0
  3004. githubkit/versions/v2022_11_28/rest/teams.py +308 -0
  3005. githubkit/versions/v2022_11_28/rest/users.py +429 -2
  3006. githubkit/versions/v2022_11_28/types/__init__.py +730 -700
  3007. githubkit/versions/v2022_11_28/types/group_0018.py +1 -0
  3008. githubkit/versions/v2022_11_28/types/group_0028.py +11 -0
  3009. githubkit/versions/v2022_11_28/types/group_0199.py +1 -0
  3010. githubkit/versions/v2022_11_28/types/group_0227.py +2 -2
  3011. githubkit/versions/v2022_11_28/types/group_0353.py +1 -0
  3012. githubkit/versions/v2022_11_28/types/group_0422.py +3 -1
  3013. githubkit/versions/v2022_11_28/types/group_0430.py +1 -1
  3014. githubkit/versions/v2022_11_28/types/group_0647.py +1 -1
  3015. githubkit/versions/v2022_11_28/types/group_0897.py +5 -62
  3016. githubkit/versions/v2022_11_28/types/group_0898.py +5 -24
  3017. githubkit/versions/v2022_11_28/types/group_0899.py +62 -13
  3018. githubkit/versions/v2022_11_28/types/group_0900.py +16 -90
  3019. githubkit/versions/v2022_11_28/types/group_0901.py +12 -4
  3020. githubkit/versions/v2022_11_28/types/group_0902.py +20 -20
  3021. githubkit/versions/v2022_11_28/types/group_0903.py +3 -7
  3022. githubkit/versions/v2022_11_28/types/group_0904.py +96 -6
  3023. githubkit/versions/v2022_11_28/types/group_0905.py +6 -12
  3024. githubkit/versions/v2022_11_28/types/group_0906.py +8 -8
  3025. githubkit/versions/v2022_11_28/types/group_0907.py +12 -9
  3026. githubkit/versions/v2022_11_28/types/group_0908.py +7 -4
  3027. githubkit/versions/v2022_11_28/types/group_0909.py +12 -5
  3028. githubkit/versions/v2022_11_28/types/group_0910.py +5 -24
  3029. githubkit/versions/v2022_11_28/types/group_0911.py +5 -9
  3030. githubkit/versions/v2022_11_28/types/group_0912.py +23 -7
  3031. githubkit/versions/v2022_11_28/types/group_0913.py +9 -5
  3032. githubkit/versions/v2022_11_28/types/group_0914.py +7 -4
  3033. githubkit/versions/v2022_11_28/types/group_0915.py +4 -7
  3034. githubkit/versions/v2022_11_28/types/group_0916.py +3 -3
  3035. githubkit/versions/v2022_11_28/types/group_0917.py +5 -6
  3036. githubkit/versions/v2022_11_28/types/group_0918.py +4 -4
  3037. githubkit/versions/v2022_11_28/types/group_0919.py +6 -5
  3038. githubkit/versions/v2022_11_28/types/group_0920.py +3 -3
  3039. githubkit/versions/v2022_11_28/types/group_0921.py +5 -5
  3040. githubkit/versions/v2022_11_28/types/group_0922.py +5 -24
  3041. githubkit/versions/v2022_11_28/types/group_0923.py +8 -9
  3042. githubkit/versions/v2022_11_28/types/group_0924.py +23 -7
  3043. githubkit/versions/v2022_11_28/types/group_0925.py +9 -5
  3044. githubkit/versions/v2022_11_28/types/group_0926.py +7 -25
  3045. githubkit/versions/v2022_11_28/types/group_0927.py +5 -24
  3046. githubkit/versions/v2022_11_28/types/group_0928.py +21 -4
  3047. githubkit/versions/v2022_11_28/types/group_0929.py +23 -7
  3048. githubkit/versions/v2022_11_28/types/group_0930.py +10 -4
  3049. githubkit/versions/v2022_11_28/types/group_0931.py +8 -9
  3050. githubkit/versions/v2022_11_28/types/group_0932.py +3 -8
  3051. githubkit/versions/v2022_11_28/types/group_0933.py +7 -4
  3052. githubkit/versions/v2022_11_28/types/group_0934.py +8 -14
  3053. githubkit/versions/v2022_11_28/types/group_0935.py +5 -4
  3054. githubkit/versions/v2022_11_28/types/group_0936.py +15 -4
  3055. githubkit/versions/v2022_11_28/types/group_0937.py +4 -5
  3056. githubkit/versions/v2022_11_28/types/group_0938.py +4 -9
  3057. githubkit/versions/v2022_11_28/types/group_0939.py +5 -6
  3058. githubkit/versions/v2022_11_28/types/group_0940.py +8 -7
  3059. githubkit/versions/v2022_11_28/types/group_0941.py +7 -6
  3060. githubkit/versions/v2022_11_28/types/group_0942.py +7 -25
  3061. githubkit/versions/v2022_11_28/types/group_0943.py +6 -11
  3062. githubkit/versions/v2022_11_28/types/group_0944.py +25 -6
  3063. githubkit/versions/v2022_11_28/types/group_0945.py +8 -9
  3064. githubkit/versions/v2022_11_28/types/group_0946.py +6 -6
  3065. githubkit/versions/v2022_11_28/types/group_0947.py +14 -7
  3066. githubkit/versions/v2022_11_28/types/group_0948.py +6 -8
  3067. githubkit/versions/v2022_11_28/types/group_0949.py +10 -46
  3068. githubkit/versions/v2022_11_28/types/group_0950.py +7 -70
  3069. githubkit/versions/v2022_11_28/types/group_0951.py +43 -71
  3070. githubkit/versions/v2022_11_28/types/group_0952.py +67 -20
  3071. githubkit/versions/v2022_11_28/types/group_0953.py +70 -7
  3072. githubkit/versions/v2022_11_28/types/group_0954.py +22 -8
  3073. githubkit/versions/v2022_11_28/types/group_0955.py +7 -14
  3074. githubkit/versions/v2022_11_28/types/group_0956.py +8 -11
  3075. githubkit/versions/v2022_11_28/types/group_0957.py +14 -6
  3076. githubkit/versions/v2022_11_28/types/group_0958.py +12 -5
  3077. githubkit/versions/v2022_11_28/types/group_0959.py +6 -4
  3078. githubkit/versions/v2022_11_28/types/group_0960.py +6 -9
  3079. githubkit/versions/v2022_11_28/types/group_0961.py +4 -13
  3080. githubkit/versions/v2022_11_28/types/group_0962.py +8 -7
  3081. githubkit/versions/v2022_11_28/types/group_0963.py +13 -5
  3082. githubkit/versions/v2022_11_28/types/group_0964.py +7 -5
  3083. githubkit/versions/v2022_11_28/types/group_0965.py +5 -5
  3084. githubkit/versions/v2022_11_28/types/group_0966.py +5 -4
  3085. githubkit/versions/v2022_11_28/types/group_0967.py +5 -5
  3086. githubkit/versions/v2022_11_28/types/group_0968.py +4 -6
  3087. githubkit/versions/v2022_11_28/types/group_0969.py +5 -6
  3088. githubkit/versions/v2022_11_28/types/group_0970.py +6 -5
  3089. githubkit/versions/v2022_11_28/types/group_0971.py +8 -4
  3090. githubkit/versions/v2022_11_28/types/group_0972.py +5 -20
  3091. githubkit/versions/v2022_11_28/types/group_0973.py +4 -21
  3092. githubkit/versions/v2022_11_28/types/group_0974.py +21 -5
  3093. githubkit/versions/v2022_11_28/types/group_0975.py +20 -6
  3094. githubkit/versions/v2022_11_28/types/group_0976.py +4 -5
  3095. githubkit/versions/v2022_11_28/types/group_0977.py +6 -20
  3096. githubkit/versions/v2022_11_28/types/group_0978.py +5 -4
  3097. githubkit/versions/v2022_11_28/types/group_0979.py +21 -4
  3098. githubkit/versions/v2022_11_28/types/group_0980.py +5 -7
  3099. githubkit/versions/v2022_11_28/types/group_0981.py +4 -11
  3100. githubkit/versions/v2022_11_28/types/group_0982.py +3 -3
  3101. githubkit/versions/v2022_11_28/types/group_0983.py +9 -5
  3102. githubkit/versions/v2022_11_28/types/group_0984.py +7 -5
  3103. githubkit/versions/v2022_11_28/types/group_0985.py +5 -5
  3104. githubkit/versions/v2022_11_28/types/group_0986.py +5 -160
  3105. githubkit/versions/v2022_11_28/types/group_0987.py +6 -8
  3106. githubkit/versions/v2022_11_28/types/group_0988.py +159 -4
  3107. githubkit/versions/v2022_11_28/types/group_0989.py +7 -8
  3108. githubkit/versions/v2022_11_28/types/group_0990.py +5 -8
  3109. githubkit/versions/v2022_11_28/types/group_0991.py +8 -7
  3110. githubkit/versions/v2022_11_28/types/group_0992.py +8 -7
  3111. githubkit/versions/v2022_11_28/types/group_0993.py +5 -5
  3112. githubkit/versions/v2022_11_28/types/group_0994.py +6 -7
  3113. githubkit/versions/v2022_11_28/types/group_0995.py +7 -4
  3114. githubkit/versions/v2022_11_28/types/group_0996.py +7 -4
  3115. githubkit/versions/v2022_11_28/types/group_0997.py +4 -7
  3116. githubkit/versions/v2022_11_28/types/group_0998.py +4 -7
  3117. githubkit/versions/v2022_11_28/types/group_0999.py +5 -7
  3118. githubkit/versions/v2022_11_28/types/group_1000.py +5 -5
  3119. githubkit/versions/v2022_11_28/types/group_1001.py +9 -7
  3120. githubkit/versions/v2022_11_28/types/group_1002.py +8 -5
  3121. githubkit/versions/v2022_11_28/types/group_1003.py +8 -5
  3122. githubkit/versions/v2022_11_28/types/group_1004.py +5 -8
  3123. githubkit/versions/v2022_11_28/types/group_1005.py +5 -6
  3124. githubkit/versions/v2022_11_28/types/group_1006.py +5 -5
  3125. githubkit/versions/v2022_11_28/types/group_1007.py +5 -5
  3126. githubkit/versions/v2022_11_28/types/group_1008.py +8 -6
  3127. githubkit/versions/v2022_11_28/types/group_1009.py +6 -32
  3128. githubkit/versions/v2022_11_28/types/group_1010.py +6 -23
  3129. githubkit/versions/v2022_11_28/types/group_1011.py +33 -9
  3130. githubkit/versions/v2022_11_28/types/group_1012.py +12 -32
  3131. githubkit/versions/v2022_11_28/types/group_1013.py +8 -5
  3132. githubkit/versions/v2022_11_28/types/group_1014.py +17 -39
  3133. githubkit/versions/v2022_11_28/types/group_1015.py +4 -6
  3134. githubkit/versions/v2022_11_28/types/group_1016.py +42 -101
  3135. githubkit/versions/v2022_11_28/types/group_1017.py +6 -50
  3136. githubkit/versions/v2022_11_28/types/group_1018.py +107 -10
  3137. githubkit/versions/v2022_11_28/types/group_1019.py +45 -7
  3138. githubkit/versions/v2022_11_28/types/group_1020.py +21 -7
  3139. githubkit/versions/v2022_11_28/types/group_1021.py +3 -4
  3140. githubkit/versions/v2022_11_28/types/group_1022.py +9 -5
  3141. githubkit/versions/v2022_11_28/types/group_1023.py +10 -5
  3142. githubkit/versions/v2022_11_28/types/group_1024.py +3 -3
  3143. githubkit/versions/v2022_11_28/types/group_1025.py +5 -7
  3144. githubkit/versions/v2022_11_28/types/group_1026.py +5 -7
  3145. githubkit/versions/v2022_11_28/types/group_1027.py +4 -6
  3146. githubkit/versions/v2022_11_28/types/group_1028.py +7 -5
  3147. githubkit/versions/v2022_11_28/types/group_1029.py +9 -5
  3148. githubkit/versions/v2022_11_28/types/group_1030.py +3 -3
  3149. githubkit/versions/v2022_11_28/types/group_1031.py +8 -4
  3150. githubkit/versions/v2022_11_28/types/group_1032.py +7 -52
  3151. githubkit/versions/v2022_11_28/types/group_1033.py +10 -35
  3152. githubkit/versions/v2022_11_28/types/group_1034.py +49 -29
  3153. githubkit/versions/v2022_11_28/types/group_1035.py +27 -57
  3154. githubkit/versions/v2022_11_28/types/group_1036.py +24 -21
  3155. githubkit/versions/v2022_11_28/types/group_1037.py +55 -28
  3156. githubkit/versions/v2022_11_28/types/group_1038.py +36 -10
  3157. githubkit/versions/v2022_11_28/types/group_1039.py +30 -18
  3158. githubkit/versions/v2022_11_28/types/group_1040.py +4 -7
  3159. githubkit/versions/v2022_11_28/types/group_1041.py +19 -9
  3160. githubkit/versions/v2022_11_28/types/group_1042.py +8 -12
  3161. githubkit/versions/v2022_11_28/types/group_1043.py +9 -10
  3162. githubkit/versions/v2022_11_28/types/group_1044.py +5 -5
  3163. githubkit/versions/v2022_11_28/types/group_1045.py +11 -11
  3164. githubkit/versions/v2022_11_28/types/group_1046.py +12 -8
  3165. githubkit/versions/v2022_11_28/types/group_1047.py +11 -15
  3166. githubkit/versions/v2022_11_28/types/group_1048.py +7 -20
  3167. githubkit/versions/v2022_11_28/types/group_1049.py +16 -8
  3168. githubkit/versions/v2022_11_28/types/group_1050.py +15 -13
  3169. githubkit/versions/v2022_11_28/types/group_1051.py +6 -19
  3170. githubkit/versions/v2022_11_28/types/group_1052.py +18 -5
  3171. githubkit/versions/v2022_11_28/types/group_1053.py +21 -5
  3172. githubkit/versions/v2022_11_28/types/group_1054.py +6 -5
  3173. githubkit/versions/v2022_11_28/types/group_1055.py +5 -8
  3174. githubkit/versions/v2022_11_28/types/group_1056.py +4 -7
  3175. githubkit/versions/v2022_11_28/types/group_1057.py +7 -7
  3176. githubkit/versions/v2022_11_28/types/group_1058.py +7 -36
  3177. githubkit/versions/v2022_11_28/types/group_1059.py +7 -32
  3178. githubkit/versions/v2022_11_28/types/group_1060.py +36 -11
  3179. githubkit/versions/v2022_11_28/types/group_1061.py +26 -14
  3180. githubkit/versions/v2022_11_28/types/group_1062.py +11 -5
  3181. githubkit/versions/v2022_11_28/types/group_1063.py +20 -7
  3182. githubkit/versions/v2022_11_28/types/group_1064.py +6 -24
  3183. githubkit/versions/v2022_11_28/types/group_1065.py +8 -5
  3184. githubkit/versions/v2022_11_28/types/group_1066.py +22 -12
  3185. githubkit/versions/v2022_11_28/types/group_1067.py +5 -19
  3186. githubkit/versions/v2022_11_28/types/group_1068.py +12 -28
  3187. githubkit/versions/v2022_11_28/types/group_1069.py +14 -19
  3188. githubkit/versions/v2022_11_28/types/group_1070.py +27 -6
  3189. githubkit/versions/v2022_11_28/types/group_1071.py +18 -10
  3190. githubkit/versions/v2022_11_28/types/group_1072.py +9 -8
  3191. githubkit/versions/v2022_11_28/types/group_1073.py +16 -6
  3192. githubkit/versions/v2022_11_28/types/group_1074.py +5 -5
  3193. githubkit/versions/v2022_11_28/types/group_1075.py +5 -5
  3194. githubkit/versions/v2022_11_28/types/group_1076.py +8 -6
  3195. githubkit/versions/v2022_11_28/types/group_1077.py +6 -7
  3196. githubkit/versions/v2022_11_28/types/group_1078.py +5 -5
  3197. githubkit/versions/v2022_11_28/types/group_1079.py +5 -39
  3198. githubkit/versions/v2022_11_28/types/group_1080.py +6 -6
  3199. githubkit/versions/v2022_11_28/types/group_1081.py +40 -5
  3200. githubkit/versions/v2022_11_28/types/group_1082.py +6 -25
  3201. githubkit/versions/v2022_11_28/types/group_1083.py +5 -19
  3202. githubkit/versions/v2022_11_28/types/group_1084.py +17 -16
  3203. githubkit/versions/v2022_11_28/types/group_1085.py +18 -9
  3204. githubkit/versions/v2022_11_28/types/group_1086.py +18 -3
  3205. githubkit/versions/v2022_11_28/types/group_1087.py +10 -9
  3206. githubkit/versions/v2022_11_28/types/group_1088.py +8 -8
  3207. githubkit/versions/v2022_11_28/types/group_1089.py +9 -5
  3208. githubkit/versions/v2022_11_28/types/group_1090.py +8 -5
  3209. githubkit/versions/v2022_11_28/types/group_1091.py +7 -4
  3210. githubkit/versions/v2022_11_28/types/group_1092.py +5 -5
  3211. githubkit/versions/v2022_11_28/types/group_1093.py +4 -27
  3212. githubkit/versions/v2022_11_28/types/group_1094.py +6 -5
  3213. githubkit/versions/v2022_11_28/types/group_1095.py +25 -7
  3214. githubkit/versions/v2022_11_28/types/group_1096.py +10 -39
  3215. githubkit/versions/v2022_11_28/types/group_1097.py +8 -5
  3216. githubkit/versions/v2022_11_28/types/group_1098.py +33 -4
  3217. githubkit/versions/v2022_11_28/types/group_1099.py +5 -5
  3218. githubkit/versions/v2022_11_28/types/group_1100.py +4 -4
  3219. githubkit/versions/v2022_11_28/types/group_1101.py +5 -16
  3220. githubkit/versions/v2022_11_28/types/group_1102.py +5 -5
  3221. githubkit/versions/v2022_11_28/types/group_1103.py +15 -4
  3222. githubkit/versions/v2022_11_28/types/group_1104.py +4 -15
  3223. githubkit/versions/v2022_11_28/types/group_1105.py +5 -5
  3224. githubkit/versions/v2022_11_28/types/group_1106.py +15 -5
  3225. githubkit/versions/v2022_11_28/types/group_1107.py +4 -7
  3226. githubkit/versions/v2022_11_28/types/group_1108.py +6 -5
  3227. githubkit/versions/v2022_11_28/types/group_1109.py +8 -6
  3228. githubkit/versions/v2022_11_28/types/group_1110.py +4 -6
  3229. githubkit/versions/v2022_11_28/types/group_1111.py +5 -6
  3230. githubkit/versions/v2022_11_28/types/group_1112.py +6 -6
  3231. githubkit/versions/v2022_11_28/types/group_1113.py +6 -6
  3232. githubkit/versions/v2022_11_28/types/group_1114.py +7 -5
  3233. githubkit/versions/v2022_11_28/types/group_1115.py +6 -6
  3234. githubkit/versions/v2022_11_28/types/group_1116.py +5 -10
  3235. githubkit/versions/v2022_11_28/types/group_1117.py +6 -9
  3236. githubkit/versions/v2022_11_28/types/group_1118.py +8 -4
  3237. githubkit/versions/v2022_11_28/types/group_1119.py +9 -5
  3238. githubkit/versions/v2022_11_28/types/group_1120.py +6 -10
  3239. githubkit/versions/v2022_11_28/types/group_1121.py +5 -15
  3240. githubkit/versions/v2022_11_28/types/group_1122.py +9 -13
  3241. githubkit/versions/v2022_11_28/types/group_1123.py +6 -6
  3242. githubkit/versions/v2022_11_28/types/group_1124.py +7 -9
  3243. githubkit/versions/v2022_11_28/types/group_1125.py +6 -6
  3244. githubkit/versions/v2022_11_28/types/group_1126.py +14 -8
  3245. githubkit/versions/v2022_11_28/types/group_1127.py +13 -6
  3246. githubkit/versions/v2022_11_28/types/group_1128.py +7 -6
  3247. githubkit/versions/v2022_11_28/types/group_1129.py +7 -10
  3248. githubkit/versions/v2022_11_28/types/group_1130.py +9 -5
  3249. githubkit/versions/v2022_11_28/types/group_1131.py +11 -5
  3250. githubkit/versions/v2022_11_28/types/group_1132.py +4 -6
  3251. githubkit/versions/v2022_11_28/types/group_1133.py +4 -10
  3252. githubkit/versions/v2022_11_28/types/group_1134.py +6 -4
  3253. githubkit/versions/v2022_11_28/types/group_1135.py +12 -8
  3254. githubkit/versions/v2022_11_28/types/group_1136.py +5 -10
  3255. githubkit/versions/v2022_11_28/types/group_1137.py +7 -14
  3256. githubkit/versions/v2022_11_28/types/group_1138.py +11 -16
  3257. githubkit/versions/v2022_11_28/types/group_1139.py +15 -5
  3258. githubkit/versions/v2022_11_28/types/group_1140.py +16 -10
  3259. githubkit/versions/v2022_11_28/types/group_1141.py +5 -6
  3260. githubkit/versions/v2022_11_28/types/group_1142.py +8 -5
  3261. githubkit/versions/v2022_11_28/types/group_1143.py +5 -5
  3262. githubkit/versions/v2022_11_28/types/group_1144.py +5 -5
  3263. githubkit/versions/v2022_11_28/types/group_1145.py +3 -3
  3264. githubkit/versions/v2022_11_28/types/group_1146.py +5 -25
  3265. githubkit/versions/v2022_11_28/types/group_1147.py +6 -5
  3266. githubkit/versions/v2022_11_28/types/group_1148.py +24 -5
  3267. githubkit/versions/v2022_11_28/types/group_1149.py +5 -7
  3268. githubkit/versions/v2022_11_28/types/group_1150.py +6 -4
  3269. githubkit/versions/v2022_11_28/types/group_1151.py +6 -5
  3270. githubkit/versions/v2022_11_28/types/group_1152.py +4 -13
  3271. githubkit/versions/v2022_11_28/types/group_1153.py +5 -6
  3272. githubkit/versions/v2022_11_28/types/group_1154.py +11 -5
  3273. githubkit/versions/v2022_11_28/types/group_1155.py +5 -11
  3274. githubkit/versions/v2022_11_28/types/group_1156.py +8 -6
  3275. githubkit/versions/v2022_11_28/types/group_1157.py +12 -62
  3276. githubkit/versions/v2022_11_28/types/group_1158.py +6 -63
  3277. githubkit/versions/v2022_11_28/types/group_1159.py +60 -7
  3278. githubkit/versions/v2022_11_28/types/group_1160.py +63 -7
  3279. githubkit/versions/v2022_11_28/types/group_1161.py +8 -7
  3280. githubkit/versions/v2022_11_28/types/group_1162.py +7 -6
  3281. githubkit/versions/v2022_11_28/types/group_1163.py +9 -5
  3282. githubkit/versions/v2022_11_28/types/group_1164.py +6 -5
  3283. githubkit/versions/v2022_11_28/types/group_1165.py +5 -7
  3284. githubkit/versions/v2022_11_28/types/group_1166.py +5 -9
  3285. githubkit/versions/v2022_11_28/types/group_1167.py +6 -12
  3286. githubkit/versions/v2022_11_28/types/group_1168.py +7 -5
  3287. githubkit/versions/v2022_11_28/types/group_1169.py +12 -5
  3288. githubkit/versions/v2022_11_28/types/group_1170.py +6 -4
  3289. githubkit/versions/v2022_11_28/types/group_1171.py +6 -7
  3290. githubkit/versions/v2022_11_28/types/group_1172.py +4 -11
  3291. githubkit/versions/v2022_11_28/types/group_1173.py +6 -7
  3292. githubkit/versions/v2022_11_28/types/group_1174.py +11 -5
  3293. githubkit/versions/v2022_11_28/types/group_1175.py +7 -5
  3294. githubkit/versions/v2022_11_28/types/group_1176.py +5 -5
  3295. githubkit/versions/v2022_11_28/types/group_1177.py +4 -4
  3296. githubkit/versions/v2022_11_28/types/group_1178.py +5 -12
  3297. githubkit/versions/v2022_11_28/types/group_1179.py +6 -8
  3298. githubkit/versions/v2022_11_28/types/group_1180.py +13 -17
  3299. githubkit/versions/v2022_11_28/types/group_1181.py +7 -24
  3300. githubkit/versions/v2022_11_28/types/group_1182.py +16 -23
  3301. githubkit/versions/v2022_11_28/types/group_1183.py +24 -7
  3302. githubkit/versions/v2022_11_28/types/group_1184.py +22 -6
  3303. githubkit/versions/v2022_11_28/types/group_1185.py +8 -5
  3304. githubkit/versions/v2022_11_28/types/group_1186.py +8 -7
  3305. githubkit/versions/v2022_11_28/types/group_1187.py +4 -7
  3306. githubkit/versions/v2022_11_28/types/group_1188.py +6 -5
  3307. githubkit/versions/v2022_11_28/types/group_1189.py +7 -5
  3308. githubkit/versions/v2022_11_28/types/group_1190.py +6 -9
  3309. githubkit/versions/v2022_11_28/types/group_1191.py +5 -13
  3310. githubkit/versions/v2022_11_28/types/group_1192.py +9 -6
  3311. githubkit/versions/v2022_11_28/types/group_1193.py +12 -6
  3312. githubkit/versions/v2022_11_28/types/group_1194.py +5 -8
  3313. githubkit/versions/v2022_11_28/types/group_1195.py +8 -3
  3314. githubkit/versions/v2022_11_28/types/group_1196.py +8 -5
  3315. githubkit/versions/v2022_11_28/types/group_1197.py +3 -6
  3316. githubkit/versions/v2022_11_28/types/group_1198.py +5 -13
  3317. githubkit/versions/v2022_11_28/types/group_1199.py +6 -7
  3318. githubkit/versions/v2022_11_28/types/group_1200.py +15 -31
  3319. githubkit/versions/v2022_11_28/types/group_1201.py +7 -10
  3320. githubkit/versions/v2022_11_28/types/group_1202.py +35 -15
  3321. githubkit/versions/v2022_11_28/types/group_1203.py +10 -6
  3322. githubkit/versions/v2022_11_28/types/group_1204.py +9 -4
  3323. githubkit/versions/v2022_11_28/types/group_1205.py +6 -5
  3324. githubkit/versions/v2022_11_28/types/group_1206.py +6 -65
  3325. githubkit/versions/v2022_11_28/types/group_1207.py +52 -0
  3326. githubkit/versions/v2022_11_28/types/group_1208.py +21 -0
  3327. githubkit/versions/v2022_11_28/types/group_1209.py +21 -0
  3328. githubkit/versions/v2022_11_28/types/group_1210.py +81 -0
  3329. {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/METADATA +1 -1
  3330. {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/RECORD +3332 -3288
  3331. {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/LICENSE +0 -0
  3332. {githubkit-0.12.14.dist-info → githubkit-0.12.16.dist-info}/WHEEL +0 -0
@@ -92,6 +92,9 @@ if TYPE_CHECKING:
92
92
  from .group_0028 import (
93
93
  CodeSecurityConfigurationPropCodeScanningDefaultSetupOptionsType as CodeSecurityConfigurationPropCodeScanningDefaultSetupOptionsType,
94
94
  )
95
+ from .group_0028 import (
96
+ CodeSecurityConfigurationPropCodeScanningOptionsType as CodeSecurityConfigurationPropCodeScanningOptionsType,
97
+ )
95
98
  from .group_0028 import (
96
99
  CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptionsType as CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptionsType,
97
100
  )
@@ -7950,1132 +7953,1150 @@ if TYPE_CHECKING:
7950
7953
  OrgsOrgAttestationsBulkListPostResponse200Type as OrgsOrgAttestationsBulkListPostResponse200Type,
7951
7954
  )
7952
7955
  from .group_0897 import (
7956
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type as OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type,
7957
+ )
7958
+ from .group_0898 import (
7959
+ OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type as OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type,
7960
+ )
7961
+ from .group_0899 import (
7953
7962
  OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType,
7954
7963
  )
7955
- from .group_0897 import (
7964
+ from .group_0899 import (
7956
7965
  OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType,
7957
7966
  )
7958
- from .group_0897 import (
7967
+ from .group_0899 import (
7959
7968
  OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType,
7960
7969
  )
7961
- from .group_0897 import (
7970
+ from .group_0899 import (
7962
7971
  OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsType as OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsType,
7963
7972
  )
7964
- from .group_0897 import (
7973
+ from .group_0899 import (
7965
7974
  OrgsOrgAttestationsSubjectDigestGetResponse200Type as OrgsOrgAttestationsSubjectDigestGetResponse200Type,
7966
7975
  )
7967
- from .group_0898 import (
7976
+ from .group_0900 import (
7968
7977
  OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItemsType as OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItemsType,
7969
7978
  )
7970
- from .group_0898 import OrgsOrgCampaignsPostBodyType as OrgsOrgCampaignsPostBodyType
7971
- from .group_0899 import (
7979
+ from .group_0900 import OrgsOrgCampaignsPostBodyType as OrgsOrgCampaignsPostBodyType
7980
+ from .group_0901 import (
7972
7981
  OrgsOrgCampaignsCampaignNumberPatchBodyType as OrgsOrgCampaignsCampaignNumberPatchBodyType,
7973
7982
  )
7974
- from .group_0900 import (
7983
+ from .group_0902 import (
7975
7984
  OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptionsType as OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptionsType,
7976
7985
  )
7977
- from .group_0900 import (
7986
+ from .group_0902 import (
7978
7987
  OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType as OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType,
7979
7988
  )
7980
- from .group_0900 import (
7989
+ from .group_0902 import (
7981
7990
  OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsType as OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsType,
7982
7991
  )
7983
- from .group_0900 import (
7992
+ from .group_0902 import (
7984
7993
  OrgsOrgCodeSecurityConfigurationsPostBodyType as OrgsOrgCodeSecurityConfigurationsPostBodyType,
7985
7994
  )
7986
- from .group_0901 import (
7995
+ from .group_0903 import (
7987
7996
  OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType as OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType,
7988
7997
  )
7989
- from .group_0902 import (
7998
+ from .group_0904 import (
7990
7999
  OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptionsType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptionsType,
7991
8000
  )
7992
- from .group_0902 import (
8001
+ from .group_0904 import (
7993
8002
  OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType,
7994
8003
  )
7995
- from .group_0902 import (
8004
+ from .group_0904 import (
7996
8005
  OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsType,
7997
8006
  )
7998
- from .group_0902 import (
8007
+ from .group_0904 import (
7999
8008
  OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType as OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType,
8000
8009
  )
8001
- from .group_0903 import (
8010
+ from .group_0905 import (
8002
8011
  OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType as OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType,
8003
8012
  )
8004
- from .group_0904 import (
8013
+ from .group_0906 import (
8005
8014
  OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType as OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType,
8006
8015
  )
8007
- from .group_0905 import (
8016
+ from .group_0907 import (
8008
8017
  OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200Type as OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200Type,
8009
8018
  )
8010
- from .group_0906 import (
8019
+ from .group_0908 import (
8011
8020
  OrgsOrgCodespacesGetResponse200Type as OrgsOrgCodespacesGetResponse200Type,
8012
8021
  )
8013
- from .group_0907 import (
8022
+ from .group_0909 import (
8014
8023
  OrgsOrgCodespacesAccessPutBodyType as OrgsOrgCodespacesAccessPutBodyType,
8015
8024
  )
8016
- from .group_0908 import (
8025
+ from .group_0910 import (
8017
8026
  OrgsOrgCodespacesAccessSelectedUsersPostBodyType as OrgsOrgCodespacesAccessSelectedUsersPostBodyType,
8018
8027
  )
8019
- from .group_0909 import (
8028
+ from .group_0911 import (
8020
8029
  OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType as OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType,
8021
8030
  )
8022
- from .group_0910 import CodespacesOrgSecretType as CodespacesOrgSecretType
8023
- from .group_0910 import (
8031
+ from .group_0912 import CodespacesOrgSecretType as CodespacesOrgSecretType
8032
+ from .group_0912 import (
8024
8033
  OrgsOrgCodespacesSecretsGetResponse200Type as OrgsOrgCodespacesSecretsGetResponse200Type,
8025
8034
  )
8026
- from .group_0911 import (
8035
+ from .group_0913 import (
8027
8036
  OrgsOrgCodespacesSecretsSecretNamePutBodyType as OrgsOrgCodespacesSecretsSecretNamePutBodyType,
8028
8037
  )
8029
- from .group_0912 import (
8038
+ from .group_0914 import (
8030
8039
  OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
8031
8040
  )
8032
- from .group_0913 import (
8041
+ from .group_0915 import (
8033
8042
  OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType as OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType,
8034
8043
  )
8035
- from .group_0914 import (
8044
+ from .group_0916 import (
8036
8045
  OrgsOrgCopilotBillingSelectedTeamsPostBodyType as OrgsOrgCopilotBillingSelectedTeamsPostBodyType,
8037
8046
  )
8038
- from .group_0915 import (
8047
+ from .group_0917 import (
8039
8048
  OrgsOrgCopilotBillingSelectedTeamsPostResponse201Type as OrgsOrgCopilotBillingSelectedTeamsPostResponse201Type,
8040
8049
  )
8041
- from .group_0916 import (
8050
+ from .group_0918 import (
8042
8051
  OrgsOrgCopilotBillingSelectedTeamsDeleteBodyType as OrgsOrgCopilotBillingSelectedTeamsDeleteBodyType,
8043
8052
  )
8044
- from .group_0917 import (
8053
+ from .group_0919 import (
8045
8054
  OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200Type as OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200Type,
8046
8055
  )
8047
- from .group_0918 import (
8056
+ from .group_0920 import (
8048
8057
  OrgsOrgCopilotBillingSelectedUsersPostBodyType as OrgsOrgCopilotBillingSelectedUsersPostBodyType,
8049
8058
  )
8050
- from .group_0919 import (
8059
+ from .group_0921 import (
8051
8060
  OrgsOrgCopilotBillingSelectedUsersPostResponse201Type as OrgsOrgCopilotBillingSelectedUsersPostResponse201Type,
8052
8061
  )
8053
- from .group_0920 import (
8062
+ from .group_0922 import (
8054
8063
  OrgsOrgCopilotBillingSelectedUsersDeleteBodyType as OrgsOrgCopilotBillingSelectedUsersDeleteBodyType,
8055
8064
  )
8056
- from .group_0921 import (
8065
+ from .group_0923 import (
8057
8066
  OrgsOrgCopilotBillingSelectedUsersDeleteResponse200Type as OrgsOrgCopilotBillingSelectedUsersDeleteResponse200Type,
8058
8067
  )
8059
- from .group_0922 import (
8068
+ from .group_0924 import (
8060
8069
  OrganizationDependabotSecretType as OrganizationDependabotSecretType,
8061
8070
  )
8062
- from .group_0922 import (
8071
+ from .group_0924 import (
8063
8072
  OrgsOrgDependabotSecretsGetResponse200Type as OrgsOrgDependabotSecretsGetResponse200Type,
8064
8073
  )
8065
- from .group_0923 import (
8074
+ from .group_0925 import (
8066
8075
  OrgsOrgDependabotSecretsSecretNamePutBodyType as OrgsOrgDependabotSecretsSecretNamePutBodyType,
8067
8076
  )
8068
- from .group_0924 import (
8077
+ from .group_0926 import (
8069
8078
  OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200Type as OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200Type,
8070
8079
  )
8071
- from .group_0925 import (
8080
+ from .group_0927 import (
8072
8081
  OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType as OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType,
8073
8082
  )
8074
- from .group_0926 import (
8083
+ from .group_0928 import (
8075
8084
  OrgsOrgHooksPostBodyPropConfigType as OrgsOrgHooksPostBodyPropConfigType,
8076
8085
  )
8077
- from .group_0926 import OrgsOrgHooksPostBodyType as OrgsOrgHooksPostBodyType
8078
- from .group_0927 import (
8086
+ from .group_0928 import OrgsOrgHooksPostBodyType as OrgsOrgHooksPostBodyType
8087
+ from .group_0929 import (
8079
8088
  OrgsOrgHooksHookIdPatchBodyPropConfigType as OrgsOrgHooksHookIdPatchBodyPropConfigType,
8080
8089
  )
8081
- from .group_0927 import (
8090
+ from .group_0929 import (
8082
8091
  OrgsOrgHooksHookIdPatchBodyType as OrgsOrgHooksHookIdPatchBodyType,
8083
8092
  )
8084
- from .group_0928 import (
8093
+ from .group_0930 import (
8085
8094
  OrgsOrgHooksHookIdConfigPatchBodyType as OrgsOrgHooksHookIdConfigPatchBodyType,
8086
8095
  )
8087
- from .group_0929 import (
8096
+ from .group_0931 import (
8088
8097
  OrgsOrgInstallationsGetResponse200Type as OrgsOrgInstallationsGetResponse200Type,
8089
8098
  )
8090
- from .group_0930 import (
8099
+ from .group_0932 import (
8091
8100
  OrgsOrgInteractionLimitsGetResponse200Anyof1Type as OrgsOrgInteractionLimitsGetResponse200Anyof1Type,
8092
8101
  )
8093
- from .group_0931 import (
8102
+ from .group_0933 import (
8094
8103
  OrgsOrgInvitationsPostBodyType as OrgsOrgInvitationsPostBodyType,
8095
8104
  )
8096
- from .group_0932 import (
8105
+ from .group_0934 import (
8097
8106
  OrgsOrgMembersUsernameCodespacesGetResponse200Type as OrgsOrgMembersUsernameCodespacesGetResponse200Type,
8098
8107
  )
8099
- from .group_0933 import (
8108
+ from .group_0935 import (
8100
8109
  OrgsOrgMembershipsUsernamePutBodyType as OrgsOrgMembershipsUsernamePutBodyType,
8101
8110
  )
8102
- from .group_0934 import (
8111
+ from .group_0936 import (
8103
8112
  OrgsOrgMigrationsPostBodyType as OrgsOrgMigrationsPostBodyType,
8104
8113
  )
8105
- from .group_0935 import (
8114
+ from .group_0937 import (
8106
8115
  OrgsOrgOutsideCollaboratorsUsernamePutBodyType as OrgsOrgOutsideCollaboratorsUsernamePutBodyType,
8107
8116
  )
8108
- from .group_0936 import (
8117
+ from .group_0938 import (
8109
8118
  OrgsOrgOutsideCollaboratorsUsernamePutResponse202Type as OrgsOrgOutsideCollaboratorsUsernamePutResponse202Type,
8110
8119
  )
8111
- from .group_0937 import (
8120
+ from .group_0939 import (
8112
8121
  OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422Type as OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422Type,
8113
8122
  )
8114
- from .group_0938 import (
8123
+ from .group_0940 import (
8115
8124
  OrgsOrgPersonalAccessTokenRequestsPostBodyType as OrgsOrgPersonalAccessTokenRequestsPostBodyType,
8116
8125
  )
8117
- from .group_0939 import (
8126
+ from .group_0941 import (
8118
8127
  OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType as OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType,
8119
8128
  )
8120
- from .group_0940 import (
8129
+ from .group_0942 import (
8121
8130
  OrgsOrgPersonalAccessTokensPostBodyType as OrgsOrgPersonalAccessTokensPostBodyType,
8122
8131
  )
8123
- from .group_0941 import (
8132
+ from .group_0943 import (
8124
8133
  OrgsOrgPersonalAccessTokensPatIdPostBodyType as OrgsOrgPersonalAccessTokensPatIdPostBodyType,
8125
8134
  )
8126
- from .group_0942 import (
8135
+ from .group_0944 import (
8127
8136
  OrgPrivateRegistryConfigurationType as OrgPrivateRegistryConfigurationType,
8128
8137
  )
8129
- from .group_0942 import (
8138
+ from .group_0944 import (
8130
8139
  OrgsOrgPrivateRegistriesGetResponse200Type as OrgsOrgPrivateRegistriesGetResponse200Type,
8131
8140
  )
8132
- from .group_0943 import (
8141
+ from .group_0945 import (
8133
8142
  OrgsOrgPrivateRegistriesPostBodyType as OrgsOrgPrivateRegistriesPostBodyType,
8134
8143
  )
8135
- from .group_0944 import (
8144
+ from .group_0946 import (
8136
8145
  OrgsOrgPrivateRegistriesPublicKeyGetResponse200Type as OrgsOrgPrivateRegistriesPublicKeyGetResponse200Type,
8137
8146
  )
8138
- from .group_0945 import (
8147
+ from .group_0947 import (
8139
8148
  OrgsOrgPrivateRegistriesSecretNamePatchBodyType as OrgsOrgPrivateRegistriesSecretNamePatchBodyType,
8140
8149
  )
8141
- from .group_0946 import OrgsOrgProjectsPostBodyType as OrgsOrgProjectsPostBodyType
8142
- from .group_0947 import (
8150
+ from .group_0948 import OrgsOrgProjectsPostBodyType as OrgsOrgProjectsPostBodyType
8151
+ from .group_0949 import (
8143
8152
  OrgsOrgPropertiesSchemaPatchBodyType as OrgsOrgPropertiesSchemaPatchBodyType,
8144
8153
  )
8145
- from .group_0948 import (
8154
+ from .group_0950 import (
8146
8155
  OrgsOrgPropertiesValuesPatchBodyType as OrgsOrgPropertiesValuesPatchBodyType,
8147
8156
  )
8148
- from .group_0949 import (
8157
+ from .group_0951 import (
8149
8158
  OrgsOrgReposPostBodyPropCustomPropertiesType as OrgsOrgReposPostBodyPropCustomPropertiesType,
8150
8159
  )
8151
- from .group_0949 import OrgsOrgReposPostBodyType as OrgsOrgReposPostBodyType
8152
- from .group_0950 import OrgsOrgRulesetsPostBodyType as OrgsOrgRulesetsPostBodyType
8153
- from .group_0951 import (
8160
+ from .group_0951 import OrgsOrgReposPostBodyType as OrgsOrgReposPostBodyType
8161
+ from .group_0952 import OrgsOrgRulesetsPostBodyType as OrgsOrgRulesetsPostBodyType
8162
+ from .group_0953 import (
8154
8163
  OrgsOrgRulesetsRulesetIdPutBodyType as OrgsOrgRulesetsRulesetIdPutBodyType,
8155
8164
  )
8156
- from .group_0952 import NetworkConfigurationType as NetworkConfigurationType
8157
- from .group_0952 import (
8165
+ from .group_0954 import NetworkConfigurationType as NetworkConfigurationType
8166
+ from .group_0954 import (
8158
8167
  OrgsOrgSettingsNetworkConfigurationsGetResponse200Type as OrgsOrgSettingsNetworkConfigurationsGetResponse200Type,
8159
8168
  )
8160
- from .group_0953 import (
8169
+ from .group_0955 import (
8161
8170
  OrgsOrgSettingsNetworkConfigurationsPostBodyType as OrgsOrgSettingsNetworkConfigurationsPostBodyType,
8162
8171
  )
8163
- from .group_0954 import (
8172
+ from .group_0956 import (
8164
8173
  OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBodyType as OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBodyType,
8165
8174
  )
8166
- from .group_0955 import OrgsOrgTeamsPostBodyType as OrgsOrgTeamsPostBodyType
8167
- from .group_0956 import (
8175
+ from .group_0957 import OrgsOrgTeamsPostBodyType as OrgsOrgTeamsPostBodyType
8176
+ from .group_0958 import (
8168
8177
  OrgsOrgTeamsTeamSlugPatchBodyType as OrgsOrgTeamsTeamSlugPatchBodyType,
8169
8178
  )
8170
- from .group_0957 import (
8179
+ from .group_0959 import (
8171
8180
  OrgsOrgTeamsTeamSlugDiscussionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsPostBodyType,
8172
8181
  )
8173
- from .group_0958 import (
8182
+ from .group_0960 import (
8174
8183
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType,
8175
8184
  )
8176
- from .group_0959 import (
8185
+ from .group_0961 import (
8177
8186
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType,
8178
8187
  )
8179
- from .group_0960 import (
8188
+ from .group_0962 import (
8180
8189
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
8181
8190
  )
8182
- from .group_0961 import (
8191
+ from .group_0963 import (
8183
8192
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
8184
8193
  )
8185
- from .group_0962 import (
8194
+ from .group_0964 import (
8186
8195
  OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType as OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType,
8187
8196
  )
8188
- from .group_0963 import (
8197
+ from .group_0965 import (
8189
8198
  OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType as OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType,
8190
8199
  )
8191
- from .group_0964 import (
8200
+ from .group_0966 import (
8192
8201
  OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType as OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType,
8193
8202
  )
8194
- from .group_0965 import (
8203
+ from .group_0967 import (
8195
8204
  OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403Type as OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403Type,
8196
8205
  )
8197
- from .group_0966 import (
8206
+ from .group_0968 import (
8198
8207
  OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType as OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType,
8199
8208
  )
8200
- from .group_0967 import (
8209
+ from .group_0969 import (
8201
8210
  OrgsOrgSecurityProductEnablementPostBodyType as OrgsOrgSecurityProductEnablementPostBodyType,
8202
8211
  )
8203
- from .group_0968 import (
8212
+ from .group_0970 import (
8204
8213
  ProjectsColumnsCardsCardIdDeleteResponse403Type as ProjectsColumnsCardsCardIdDeleteResponse403Type,
8205
8214
  )
8206
- from .group_0969 import (
8215
+ from .group_0971 import (
8207
8216
  ProjectsColumnsCardsCardIdPatchBodyType as ProjectsColumnsCardsCardIdPatchBodyType,
8208
8217
  )
8209
- from .group_0970 import (
8218
+ from .group_0972 import (
8210
8219
  ProjectsColumnsCardsCardIdMovesPostBodyType as ProjectsColumnsCardsCardIdMovesPostBodyType,
8211
8220
  )
8212
- from .group_0971 import (
8221
+ from .group_0973 import (
8213
8222
  ProjectsColumnsCardsCardIdMovesPostResponse201Type as ProjectsColumnsCardsCardIdMovesPostResponse201Type,
8214
8223
  )
8215
- from .group_0972 import (
8224
+ from .group_0974 import (
8216
8225
  ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItemsType as ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItemsType,
8217
8226
  )
8218
- from .group_0972 import (
8227
+ from .group_0974 import (
8219
8228
  ProjectsColumnsCardsCardIdMovesPostResponse403Type as ProjectsColumnsCardsCardIdMovesPostResponse403Type,
8220
8229
  )
8221
- from .group_0973 import (
8230
+ from .group_0975 import (
8222
8231
  ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItemsType as ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItemsType,
8223
8232
  )
8224
- from .group_0973 import (
8233
+ from .group_0975 import (
8225
8234
  ProjectsColumnsCardsCardIdMovesPostResponse503Type as ProjectsColumnsCardsCardIdMovesPostResponse503Type,
8226
8235
  )
8227
- from .group_0974 import (
8236
+ from .group_0976 import (
8228
8237
  ProjectsColumnsColumnIdPatchBodyType as ProjectsColumnsColumnIdPatchBodyType,
8229
8238
  )
8230
- from .group_0975 import (
8239
+ from .group_0977 import (
8231
8240
  ProjectsColumnsColumnIdCardsPostBodyOneof0Type as ProjectsColumnsColumnIdCardsPostBodyOneof0Type,
8232
8241
  )
8233
- from .group_0976 import (
8242
+ from .group_0978 import (
8234
8243
  ProjectsColumnsColumnIdCardsPostBodyOneof1Type as ProjectsColumnsColumnIdCardsPostBodyOneof1Type,
8235
8244
  )
8236
- from .group_0977 import (
8245
+ from .group_0979 import (
8237
8246
  ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItemsType as ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItemsType,
8238
8247
  )
8239
- from .group_0977 import (
8248
+ from .group_0979 import (
8240
8249
  ProjectsColumnsColumnIdCardsPostResponse503Type as ProjectsColumnsColumnIdCardsPostResponse503Type,
8241
8250
  )
8242
- from .group_0978 import (
8251
+ from .group_0980 import (
8243
8252
  ProjectsColumnsColumnIdMovesPostBodyType as ProjectsColumnsColumnIdMovesPostBodyType,
8244
8253
  )
8245
- from .group_0979 import (
8254
+ from .group_0981 import (
8246
8255
  ProjectsColumnsColumnIdMovesPostResponse201Type as ProjectsColumnsColumnIdMovesPostResponse201Type,
8247
8256
  )
8248
- from .group_0980 import (
8257
+ from .group_0982 import (
8249
8258
  ProjectsProjectIdDeleteResponse403Type as ProjectsProjectIdDeleteResponse403Type,
8250
8259
  )
8251
- from .group_0981 import (
8260
+ from .group_0983 import (
8252
8261
  ProjectsProjectIdPatchBodyType as ProjectsProjectIdPatchBodyType,
8253
8262
  )
8254
- from .group_0982 import (
8263
+ from .group_0984 import (
8255
8264
  ProjectsProjectIdPatchResponse403Type as ProjectsProjectIdPatchResponse403Type,
8256
8265
  )
8257
- from .group_0983 import (
8266
+ from .group_0985 import (
8258
8267
  ProjectsProjectIdCollaboratorsUsernamePutBodyType as ProjectsProjectIdCollaboratorsUsernamePutBodyType,
8259
8268
  )
8260
- from .group_0984 import (
8269
+ from .group_0986 import (
8261
8270
  ProjectsProjectIdColumnsPostBodyType as ProjectsProjectIdColumnsPostBodyType,
8262
8271
  )
8263
- from .group_0985 import (
8272
+ from .group_0987 import (
8264
8273
  ReposOwnerRepoDeleteResponse403Type as ReposOwnerRepoDeleteResponse403Type,
8265
8274
  )
8266
- from .group_0986 import (
8275
+ from .group_0988 import (
8267
8276
  ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurityType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurityType,
8268
8277
  )
8269
- from .group_0986 import (
8278
+ from .group_0988 import (
8270
8279
  ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropCodeSecurityType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropCodeSecurityType,
8271
8280
  )
8272
- from .group_0986 import (
8281
+ from .group_0988 import (
8273
8282
  ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetectionType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetectionType,
8274
8283
  )
8275
- from .group_0986 import (
8284
+ from .group_0988 import (
8276
8285
  ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatternsType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatternsType,
8277
8286
  )
8278
- from .group_0986 import (
8287
+ from .group_0988 import (
8279
8288
  ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtectionType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningPushProtectionType,
8280
8289
  )
8281
- from .group_0986 import (
8290
+ from .group_0988 import (
8282
8291
  ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningType,
8283
8292
  )
8284
- from .group_0986 import (
8293
+ from .group_0988 import (
8285
8294
  ReposOwnerRepoPatchBodyPropSecurityAndAnalysisType as ReposOwnerRepoPatchBodyPropSecurityAndAnalysisType,
8286
8295
  )
8287
- from .group_0986 import ReposOwnerRepoPatchBodyType as ReposOwnerRepoPatchBodyType
8288
- from .group_0987 import (
8296
+ from .group_0988 import ReposOwnerRepoPatchBodyType as ReposOwnerRepoPatchBodyType
8297
+ from .group_0989 import (
8289
8298
  ReposOwnerRepoActionsArtifactsGetResponse200Type as ReposOwnerRepoActionsArtifactsGetResponse200Type,
8290
8299
  )
8291
- from .group_0988 import (
8300
+ from .group_0990 import (
8292
8301
  ReposOwnerRepoActionsJobsJobIdRerunPostBodyType as ReposOwnerRepoActionsJobsJobIdRerunPostBodyType,
8293
8302
  )
8294
- from .group_0989 import (
8303
+ from .group_0991 import (
8295
8304
  ReposOwnerRepoActionsOidcCustomizationSubPutBodyType as ReposOwnerRepoActionsOidcCustomizationSubPutBodyType,
8296
8305
  )
8297
- from .group_0990 import (
8306
+ from .group_0992 import (
8298
8307
  ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type as ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type,
8299
8308
  )
8300
- from .group_0991 import (
8309
+ from .group_0993 import (
8301
8310
  ReposOwnerRepoActionsOrganizationVariablesGetResponse200Type as ReposOwnerRepoActionsOrganizationVariablesGetResponse200Type,
8302
8311
  )
8303
- from .group_0992 import (
8312
+ from .group_0994 import (
8304
8313
  ReposOwnerRepoActionsPermissionsPutBodyType as ReposOwnerRepoActionsPermissionsPutBodyType,
8305
8314
  )
8306
- from .group_0993 import (
8315
+ from .group_0995 import (
8307
8316
  ReposOwnerRepoActionsRunnersGetResponse200Type as ReposOwnerRepoActionsRunnersGetResponse200Type,
8308
8317
  )
8309
- from .group_0994 import (
8318
+ from .group_0996 import (
8310
8319
  ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType as ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType,
8311
8320
  )
8312
- from .group_0995 import (
8321
+ from .group_0997 import (
8313
8322
  ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType as ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType,
8314
8323
  )
8315
- from .group_0996 import (
8324
+ from .group_0998 import (
8316
8325
  ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType as ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType,
8317
8326
  )
8318
- from .group_0997 import (
8327
+ from .group_0999 import (
8319
8328
  ReposOwnerRepoActionsRunsGetResponse200Type as ReposOwnerRepoActionsRunsGetResponse200Type,
8320
8329
  )
8321
- from .group_0998 import (
8330
+ from .group_1000 import (
8322
8331
  ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type as ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type,
8323
8332
  )
8324
- from .group_0999 import (
8333
+ from .group_1001 import (
8325
8334
  ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200Type as ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200Type,
8326
8335
  )
8327
- from .group_1000 import (
8336
+ from .group_1002 import (
8328
8337
  ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type as ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type,
8329
8338
  )
8330
- from .group_1001 import (
8339
+ from .group_1003 import (
8331
8340
  ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType as ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType,
8332
8341
  )
8333
- from .group_1002 import (
8342
+ from .group_1004 import (
8334
8343
  ReposOwnerRepoActionsRunsRunIdRerunPostBodyType as ReposOwnerRepoActionsRunsRunIdRerunPostBodyType,
8335
8344
  )
8336
- from .group_1003 import (
8345
+ from .group_1005 import (
8337
8346
  ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType as ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType,
8338
8347
  )
8339
- from .group_1004 import (
8348
+ from .group_1006 import (
8340
8349
  ReposOwnerRepoActionsSecretsGetResponse200Type as ReposOwnerRepoActionsSecretsGetResponse200Type,
8341
8350
  )
8342
- from .group_1005 import (
8351
+ from .group_1007 import (
8343
8352
  ReposOwnerRepoActionsSecretsSecretNamePutBodyType as ReposOwnerRepoActionsSecretsSecretNamePutBodyType,
8344
8353
  )
8345
- from .group_1006 import (
8354
+ from .group_1008 import (
8346
8355
  ReposOwnerRepoActionsVariablesGetResponse200Type as ReposOwnerRepoActionsVariablesGetResponse200Type,
8347
8356
  )
8348
- from .group_1007 import (
8357
+ from .group_1009 import (
8349
8358
  ReposOwnerRepoActionsVariablesPostBodyType as ReposOwnerRepoActionsVariablesPostBodyType,
8350
8359
  )
8351
- from .group_1008 import (
8360
+ from .group_1010 import (
8352
8361
  ReposOwnerRepoActionsVariablesNamePatchBodyType as ReposOwnerRepoActionsVariablesNamePatchBodyType,
8353
8362
  )
8354
- from .group_1009 import (
8363
+ from .group_1011 import (
8355
8364
  ReposOwnerRepoActionsWorkflowsGetResponse200Type as ReposOwnerRepoActionsWorkflowsGetResponse200Type,
8356
8365
  )
8357
- from .group_1009 import WorkflowType as WorkflowType
8358
- from .group_1010 import (
8366
+ from .group_1011 import WorkflowType as WorkflowType
8367
+ from .group_1012 import (
8359
8368
  ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType,
8360
8369
  )
8361
- from .group_1010 import (
8370
+ from .group_1012 import (
8362
8371
  ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType as ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType,
8363
8372
  )
8364
- from .group_1011 import (
8373
+ from .group_1013 import (
8365
8374
  ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200Type as ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200Type,
8366
8375
  )
8367
- from .group_1012 import (
8376
+ from .group_1014 import (
8368
8377
  ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelopeType as ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelopeType,
8369
8378
  )
8370
- from .group_1012 import (
8379
+ from .group_1014 import (
8371
8380
  ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterialType as ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterialType,
8372
8381
  )
8373
- from .group_1012 import (
8382
+ from .group_1014 import (
8374
8383
  ReposOwnerRepoAttestationsPostBodyPropBundleType as ReposOwnerRepoAttestationsPostBodyPropBundleType,
8375
8384
  )
8376
- from .group_1012 import (
8385
+ from .group_1014 import (
8377
8386
  ReposOwnerRepoAttestationsPostBodyType as ReposOwnerRepoAttestationsPostBodyType,
8378
8387
  )
8379
- from .group_1013 import (
8388
+ from .group_1015 import (
8380
8389
  ReposOwnerRepoAttestationsPostResponse201Type as ReposOwnerRepoAttestationsPostResponse201Type,
8381
8390
  )
8382
- from .group_1014 import (
8391
+ from .group_1016 import (
8383
8392
  ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType,
8384
8393
  )
8385
- from .group_1014 import (
8394
+ from .group_1016 import (
8386
8395
  ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType,
8387
8396
  )
8388
- from .group_1014 import (
8397
+ from .group_1016 import (
8389
8398
  ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType,
8390
8399
  )
8391
- from .group_1014 import (
8400
+ from .group_1016 import (
8392
8401
  ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsType as ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsType,
8393
8402
  )
8394
- from .group_1014 import (
8403
+ from .group_1016 import (
8395
8404
  ReposOwnerRepoAttestationsSubjectDigestGetResponse200Type as ReposOwnerRepoAttestationsSubjectDigestGetResponse200Type,
8396
8405
  )
8397
- from .group_1015 import (
8406
+ from .group_1017 import (
8398
8407
  ReposOwnerRepoAutolinksPostBodyType as ReposOwnerRepoAutolinksPostBodyType,
8399
8408
  )
8400
- from .group_1016 import (
8409
+ from .group_1018 import (
8401
8410
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType,
8402
8411
  )
8403
- from .group_1016 import (
8412
+ from .group_1018 import (
8404
8413
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictionsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropDismissalRestrictionsType,
8405
8414
  )
8406
- from .group_1016 import (
8415
+ from .group_1018 import (
8407
8416
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsType,
8408
8417
  )
8409
- from .group_1016 import (
8418
+ from .group_1018 import (
8410
8419
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItemsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItemsType,
8411
8420
  )
8412
- from .group_1016 import (
8421
+ from .group_1018 import (
8413
8422
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksType,
8414
8423
  )
8415
- from .group_1016 import (
8424
+ from .group_1018 import (
8416
8425
  ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictionsType as ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictionsType,
8417
8426
  )
8418
- from .group_1016 import (
8427
+ from .group_1018 import (
8419
8428
  ReposOwnerRepoBranchesBranchProtectionPutBodyType as ReposOwnerRepoBranchesBranchProtectionPutBodyType,
8420
8429
  )
8421
- from .group_1017 import (
8430
+ from .group_1019 import (
8422
8431
  ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowancesType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowancesType,
8423
8432
  )
8424
- from .group_1017 import (
8433
+ from .group_1019 import (
8425
8434
  ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType,
8426
8435
  )
8427
- from .group_1017 import (
8436
+ from .group_1019 import (
8428
8437
  ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyType as ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyType,
8429
8438
  )
8430
- from .group_1018 import (
8439
+ from .group_1020 import (
8431
8440
  ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItemsType as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItemsType,
8432
8441
  )
8433
- from .group_1018 import (
8442
+ from .group_1020 import (
8434
8443
  ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyType as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyType,
8435
8444
  )
8436
- from .group_1019 import (
8445
+ from .group_1021 import (
8437
8446
  ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type,
8438
8447
  )
8439
- from .group_1020 import (
8448
+ from .group_1022 import (
8440
8449
  ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0Type,
8441
8450
  )
8442
- from .group_1021 import (
8451
+ from .group_1023 import (
8443
8452
  ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0Type,
8444
8453
  )
8445
- from .group_1022 import (
8454
+ from .group_1024 import (
8446
8455
  ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBodyType,
8447
8456
  )
8448
- from .group_1023 import (
8457
+ from .group_1025 import (
8449
8458
  ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBodyType,
8450
8459
  )
8451
- from .group_1024 import (
8460
+ from .group_1026 import (
8452
8461
  ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBodyType,
8453
8462
  )
8454
- from .group_1025 import (
8463
+ from .group_1027 import (
8455
8464
  ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0Type,
8456
8465
  )
8457
- from .group_1026 import (
8466
+ from .group_1028 import (
8458
8467
  ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0Type,
8459
8468
  )
8460
- from .group_1027 import (
8469
+ from .group_1029 import (
8461
8470
  ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0Type as ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0Type,
8462
8471
  )
8463
- from .group_1028 import (
8472
+ from .group_1030 import (
8464
8473
  ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyType,
8465
8474
  )
8466
- from .group_1029 import (
8475
+ from .group_1031 import (
8467
8476
  ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBodyType,
8468
8477
  )
8469
- from .group_1030 import (
8478
+ from .group_1032 import (
8470
8479
  ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBodyType as ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBodyType,
8471
8480
  )
8472
- from .group_1031 import (
8481
+ from .group_1033 import (
8473
8482
  ReposOwnerRepoBranchesBranchRenamePostBodyType as ReposOwnerRepoBranchesBranchRenamePostBodyType,
8474
8483
  )
8475
- from .group_1032 import (
8484
+ from .group_1034 import (
8476
8485
  ReposOwnerRepoCheckRunsPostBodyPropActionsItemsType as ReposOwnerRepoCheckRunsPostBodyPropActionsItemsType,
8477
8486
  )
8478
- from .group_1032 import (
8487
+ from .group_1034 import (
8479
8488
  ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType,
8480
8489
  )
8481
- from .group_1032 import (
8490
+ from .group_1034 import (
8482
8491
  ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItemsType as ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItemsType,
8483
8492
  )
8484
- from .group_1032 import (
8493
+ from .group_1034 import (
8485
8494
  ReposOwnerRepoCheckRunsPostBodyPropOutputType as ReposOwnerRepoCheckRunsPostBodyPropOutputType,
8486
8495
  )
8487
- from .group_1033 import (
8496
+ from .group_1035 import (
8488
8497
  ReposOwnerRepoCheckRunsPostBodyOneof0Type as ReposOwnerRepoCheckRunsPostBodyOneof0Type,
8489
8498
  )
8490
- from .group_1034 import (
8499
+ from .group_1036 import (
8491
8500
  ReposOwnerRepoCheckRunsPostBodyOneof1Type as ReposOwnerRepoCheckRunsPostBodyOneof1Type,
8492
8501
  )
8493
- from .group_1035 import (
8502
+ from .group_1037 import (
8494
8503
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType,
8495
8504
  )
8496
- from .group_1035 import (
8505
+ from .group_1037 import (
8497
8506
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType,
8498
8507
  )
8499
- from .group_1035 import (
8508
+ from .group_1037 import (
8500
8509
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItemsType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItemsType,
8501
8510
  )
8502
- from .group_1035 import (
8511
+ from .group_1037 import (
8503
8512
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputType as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputType,
8504
8513
  )
8505
- from .group_1036 import (
8514
+ from .group_1038 import (
8506
8515
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0Type as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0Type,
8507
8516
  )
8508
- from .group_1037 import (
8517
+ from .group_1039 import (
8509
8518
  ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1Type as ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1Type,
8510
8519
  )
8511
- from .group_1038 import (
8520
+ from .group_1040 import (
8512
8521
  ReposOwnerRepoCheckSuitesPostBodyType as ReposOwnerRepoCheckSuitesPostBodyType,
8513
8522
  )
8514
- from .group_1039 import (
8523
+ from .group_1041 import (
8515
8524
  ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType as ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType,
8516
8525
  )
8517
- from .group_1039 import (
8526
+ from .group_1041 import (
8518
8527
  ReposOwnerRepoCheckSuitesPreferencesPatchBodyType as ReposOwnerRepoCheckSuitesPreferencesPatchBodyType,
8519
8528
  )
8520
- from .group_1040 import (
8529
+ from .group_1042 import (
8521
8530
  ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type as ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type,
8522
8531
  )
8523
- from .group_1041 import (
8532
+ from .group_1043 import (
8524
8533
  ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType as ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType,
8525
8534
  )
8526
- from .group_1042 import (
8535
+ from .group_1044 import (
8527
8536
  ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type,
8528
8537
  )
8529
- from .group_1043 import (
8538
+ from .group_1045 import (
8530
8539
  ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type,
8531
8540
  )
8532
- from .group_1044 import (
8541
+ from .group_1046 import (
8533
8542
  ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type as ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type,
8534
8543
  )
8535
- from .group_1045 import (
8544
+ from .group_1047 import (
8536
8545
  ReposOwnerRepoCodeScanningSarifsPostBodyType as ReposOwnerRepoCodeScanningSarifsPostBodyType,
8537
8546
  )
8538
- from .group_1046 import (
8547
+ from .group_1048 import (
8539
8548
  ReposOwnerRepoCodespacesGetResponse200Type as ReposOwnerRepoCodespacesGetResponse200Type,
8540
8549
  )
8541
- from .group_1047 import (
8550
+ from .group_1049 import (
8542
8551
  ReposOwnerRepoCodespacesPostBodyType as ReposOwnerRepoCodespacesPostBodyType,
8543
8552
  )
8544
- from .group_1048 import (
8553
+ from .group_1050 import (
8545
8554
  ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType as ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType,
8546
8555
  )
8547
- from .group_1048 import (
8556
+ from .group_1050 import (
8548
8557
  ReposOwnerRepoCodespacesDevcontainersGetResponse200Type as ReposOwnerRepoCodespacesDevcontainersGetResponse200Type,
8549
8558
  )
8550
- from .group_1049 import (
8559
+ from .group_1051 import (
8551
8560
  ReposOwnerRepoCodespacesMachinesGetResponse200Type as ReposOwnerRepoCodespacesMachinesGetResponse200Type,
8552
8561
  )
8553
- from .group_1050 import (
8562
+ from .group_1052 import (
8554
8563
  ReposOwnerRepoCodespacesNewGetResponse200PropDefaultsType as ReposOwnerRepoCodespacesNewGetResponse200PropDefaultsType,
8555
8564
  )
8556
- from .group_1050 import (
8565
+ from .group_1052 import (
8557
8566
  ReposOwnerRepoCodespacesNewGetResponse200Type as ReposOwnerRepoCodespacesNewGetResponse200Type,
8558
8567
  )
8559
- from .group_1051 import RepoCodespacesSecretType as RepoCodespacesSecretType
8560
- from .group_1051 import (
8568
+ from .group_1053 import RepoCodespacesSecretType as RepoCodespacesSecretType
8569
+ from .group_1053 import (
8561
8570
  ReposOwnerRepoCodespacesSecretsGetResponse200Type as ReposOwnerRepoCodespacesSecretsGetResponse200Type,
8562
8571
  )
8563
- from .group_1052 import (
8572
+ from .group_1054 import (
8564
8573
  ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType as ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType,
8565
8574
  )
8566
- from .group_1053 import (
8575
+ from .group_1055 import (
8567
8576
  ReposOwnerRepoCollaboratorsUsernamePutBodyType as ReposOwnerRepoCollaboratorsUsernamePutBodyType,
8568
8577
  )
8569
- from .group_1054 import (
8578
+ from .group_1056 import (
8570
8579
  ReposOwnerRepoCommentsCommentIdPatchBodyType as ReposOwnerRepoCommentsCommentIdPatchBodyType,
8571
8580
  )
8572
- from .group_1055 import (
8581
+ from .group_1057 import (
8573
8582
  ReposOwnerRepoCommentsCommentIdReactionsPostBodyType as ReposOwnerRepoCommentsCommentIdReactionsPostBodyType,
8574
8583
  )
8575
- from .group_1056 import (
8584
+ from .group_1058 import (
8576
8585
  ReposOwnerRepoCommitsCommitShaCommentsPostBodyType as ReposOwnerRepoCommitsCommitShaCommentsPostBodyType,
8577
8586
  )
8578
- from .group_1057 import (
8587
+ from .group_1059 import (
8579
8588
  ReposOwnerRepoCommitsRefCheckRunsGetResponse200Type as ReposOwnerRepoCommitsRefCheckRunsGetResponse200Type,
8580
8589
  )
8581
- from .group_1058 import (
8590
+ from .group_1060 import (
8582
8591
  ReposOwnerRepoContentsPathPutBodyPropAuthorType as ReposOwnerRepoContentsPathPutBodyPropAuthorType,
8583
8592
  )
8584
- from .group_1058 import (
8593
+ from .group_1060 import (
8585
8594
  ReposOwnerRepoContentsPathPutBodyPropCommitterType as ReposOwnerRepoContentsPathPutBodyPropCommitterType,
8586
8595
  )
8587
- from .group_1058 import (
8596
+ from .group_1060 import (
8588
8597
  ReposOwnerRepoContentsPathPutBodyType as ReposOwnerRepoContentsPathPutBodyType,
8589
8598
  )
8590
- from .group_1059 import (
8599
+ from .group_1061 import (
8591
8600
  ReposOwnerRepoContentsPathDeleteBodyPropAuthorType as ReposOwnerRepoContentsPathDeleteBodyPropAuthorType,
8592
8601
  )
8593
- from .group_1059 import (
8602
+ from .group_1061 import (
8594
8603
  ReposOwnerRepoContentsPathDeleteBodyPropCommitterType as ReposOwnerRepoContentsPathDeleteBodyPropCommitterType,
8595
8604
  )
8596
- from .group_1059 import (
8605
+ from .group_1061 import (
8597
8606
  ReposOwnerRepoContentsPathDeleteBodyType as ReposOwnerRepoContentsPathDeleteBodyType,
8598
8607
  )
8599
- from .group_1060 import (
8608
+ from .group_1062 import (
8600
8609
  ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType as ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType,
8601
8610
  )
8602
- from .group_1061 import DependabotSecretType as DependabotSecretType
8603
- from .group_1061 import (
8611
+ from .group_1063 import DependabotSecretType as DependabotSecretType
8612
+ from .group_1063 import (
8604
8613
  ReposOwnerRepoDependabotSecretsGetResponse200Type as ReposOwnerRepoDependabotSecretsGetResponse200Type,
8605
8614
  )
8606
- from .group_1062 import (
8615
+ from .group_1064 import (
8607
8616
  ReposOwnerRepoDependabotSecretsSecretNamePutBodyType as ReposOwnerRepoDependabotSecretsSecretNamePutBodyType,
8608
8617
  )
8609
- from .group_1063 import (
8618
+ from .group_1065 import (
8610
8619
  ReposOwnerRepoDependencyGraphSnapshotsPostResponse201Type as ReposOwnerRepoDependencyGraphSnapshotsPostResponse201Type,
8611
8620
  )
8612
- from .group_1064 import (
8621
+ from .group_1066 import (
8613
8622
  ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0Type as ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0Type,
8614
8623
  )
8615
- from .group_1064 import (
8624
+ from .group_1066 import (
8616
8625
  ReposOwnerRepoDeploymentsPostBodyType as ReposOwnerRepoDeploymentsPostBodyType,
8617
8626
  )
8618
- from .group_1065 import (
8627
+ from .group_1067 import (
8619
8628
  ReposOwnerRepoDeploymentsPostResponse202Type as ReposOwnerRepoDeploymentsPostResponse202Type,
8620
8629
  )
8621
- from .group_1066 import (
8630
+ from .group_1068 import (
8622
8631
  ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBodyType as ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBodyType,
8623
8632
  )
8624
- from .group_1067 import (
8633
+ from .group_1069 import (
8625
8634
  ReposOwnerRepoDispatchesPostBodyPropClientPayloadType as ReposOwnerRepoDispatchesPostBodyPropClientPayloadType,
8626
8635
  )
8627
- from .group_1067 import (
8636
+ from .group_1069 import (
8628
8637
  ReposOwnerRepoDispatchesPostBodyType as ReposOwnerRepoDispatchesPostBodyType,
8629
8638
  )
8630
- from .group_1068 import (
8639
+ from .group_1070 import (
8631
8640
  ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItemsType as ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItemsType,
8632
8641
  )
8633
- from .group_1068 import (
8642
+ from .group_1070 import (
8634
8643
  ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyType as ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyType,
8635
8644
  )
8636
- from .group_1069 import DeploymentBranchPolicyType as DeploymentBranchPolicyType
8637
- from .group_1069 import (
8645
+ from .group_1071 import DeploymentBranchPolicyType as DeploymentBranchPolicyType
8646
+ from .group_1071 import (
8638
8647
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200Type,
8639
8648
  )
8640
- from .group_1070 import (
8649
+ from .group_1072 import (
8641
8650
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType,
8642
8651
  )
8643
- from .group_1071 import (
8652
+ from .group_1073 import (
8644
8653
  ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200Type,
8645
8654
  )
8646
- from .group_1072 import (
8655
+ from .group_1074 import (
8647
8656
  ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type,
8648
8657
  )
8649
- from .group_1073 import (
8658
+ from .group_1075 import (
8650
8659
  ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType,
8651
8660
  )
8652
- from .group_1074 import (
8661
+ from .group_1076 import (
8653
8662
  ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type,
8654
8663
  )
8655
- from .group_1075 import (
8664
+ from .group_1077 import (
8656
8665
  ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType,
8657
8666
  )
8658
- from .group_1076 import (
8667
+ from .group_1078 import (
8659
8668
  ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType as ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType,
8660
8669
  )
8661
- from .group_1077 import (
8670
+ from .group_1079 import (
8662
8671
  ReposOwnerRepoForksPostBodyType as ReposOwnerRepoForksPostBodyType,
8663
8672
  )
8664
- from .group_1078 import (
8673
+ from .group_1080 import (
8665
8674
  ReposOwnerRepoGitBlobsPostBodyType as ReposOwnerRepoGitBlobsPostBodyType,
8666
8675
  )
8667
- from .group_1079 import (
8676
+ from .group_1081 import (
8668
8677
  ReposOwnerRepoGitCommitsPostBodyPropAuthorType as ReposOwnerRepoGitCommitsPostBodyPropAuthorType,
8669
8678
  )
8670
- from .group_1079 import (
8679
+ from .group_1081 import (
8671
8680
  ReposOwnerRepoGitCommitsPostBodyPropCommitterType as ReposOwnerRepoGitCommitsPostBodyPropCommitterType,
8672
8681
  )
8673
- from .group_1079 import (
8682
+ from .group_1081 import (
8674
8683
  ReposOwnerRepoGitCommitsPostBodyType as ReposOwnerRepoGitCommitsPostBodyType,
8675
8684
  )
8676
- from .group_1080 import (
8685
+ from .group_1082 import (
8677
8686
  ReposOwnerRepoGitRefsPostBodyType as ReposOwnerRepoGitRefsPostBodyType,
8678
8687
  )
8679
- from .group_1081 import (
8688
+ from .group_1083 import (
8680
8689
  ReposOwnerRepoGitRefsRefPatchBodyType as ReposOwnerRepoGitRefsRefPatchBodyType,
8681
8690
  )
8682
- from .group_1082 import (
8691
+ from .group_1084 import (
8683
8692
  ReposOwnerRepoGitTagsPostBodyPropTaggerType as ReposOwnerRepoGitTagsPostBodyPropTaggerType,
8684
8693
  )
8685
- from .group_1082 import (
8694
+ from .group_1084 import (
8686
8695
  ReposOwnerRepoGitTagsPostBodyType as ReposOwnerRepoGitTagsPostBodyType,
8687
8696
  )
8688
- from .group_1083 import (
8697
+ from .group_1085 import (
8689
8698
  ReposOwnerRepoGitTreesPostBodyPropTreeItemsType as ReposOwnerRepoGitTreesPostBodyPropTreeItemsType,
8690
8699
  )
8691
- from .group_1083 import (
8700
+ from .group_1085 import (
8692
8701
  ReposOwnerRepoGitTreesPostBodyType as ReposOwnerRepoGitTreesPostBodyType,
8693
8702
  )
8694
- from .group_1084 import (
8703
+ from .group_1086 import (
8695
8704
  ReposOwnerRepoHooksPostBodyPropConfigType as ReposOwnerRepoHooksPostBodyPropConfigType,
8696
8705
  )
8697
- from .group_1084 import (
8706
+ from .group_1086 import (
8698
8707
  ReposOwnerRepoHooksPostBodyType as ReposOwnerRepoHooksPostBodyType,
8699
8708
  )
8700
- from .group_1085 import (
8709
+ from .group_1087 import (
8701
8710
  ReposOwnerRepoHooksHookIdPatchBodyType as ReposOwnerRepoHooksHookIdPatchBodyType,
8702
8711
  )
8703
- from .group_1086 import (
8712
+ from .group_1088 import (
8704
8713
  ReposOwnerRepoHooksHookIdConfigPatchBodyType as ReposOwnerRepoHooksHookIdConfigPatchBodyType,
8705
8714
  )
8706
- from .group_1087 import (
8715
+ from .group_1089 import (
8707
8716
  ReposOwnerRepoImportPutBodyType as ReposOwnerRepoImportPutBodyType,
8708
8717
  )
8709
- from .group_1088 import (
8718
+ from .group_1090 import (
8710
8719
  ReposOwnerRepoImportPatchBodyType as ReposOwnerRepoImportPatchBodyType,
8711
8720
  )
8712
- from .group_1089 import (
8721
+ from .group_1091 import (
8713
8722
  ReposOwnerRepoImportAuthorsAuthorIdPatchBodyType as ReposOwnerRepoImportAuthorsAuthorIdPatchBodyType,
8714
8723
  )
8715
- from .group_1090 import (
8724
+ from .group_1092 import (
8716
8725
  ReposOwnerRepoImportLfsPatchBodyType as ReposOwnerRepoImportLfsPatchBodyType,
8717
8726
  )
8718
- from .group_1091 import (
8727
+ from .group_1093 import (
8719
8728
  ReposOwnerRepoInteractionLimitsGetResponse200Anyof1Type as ReposOwnerRepoInteractionLimitsGetResponse200Anyof1Type,
8720
8729
  )
8721
- from .group_1092 import (
8730
+ from .group_1094 import (
8722
8731
  ReposOwnerRepoInvitationsInvitationIdPatchBodyType as ReposOwnerRepoInvitationsInvitationIdPatchBodyType,
8723
8732
  )
8724
- from .group_1093 import (
8733
+ from .group_1095 import (
8725
8734
  ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1Type as ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1Type,
8726
8735
  )
8727
- from .group_1093 import (
8736
+ from .group_1095 import (
8728
8737
  ReposOwnerRepoIssuesPostBodyType as ReposOwnerRepoIssuesPostBodyType,
8729
8738
  )
8730
- from .group_1094 import (
8739
+ from .group_1096 import (
8731
8740
  ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType as ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType,
8732
8741
  )
8733
- from .group_1095 import (
8742
+ from .group_1097 import (
8734
8743
  ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType as ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType,
8735
8744
  )
8736
- from .group_1096 import (
8745
+ from .group_1098 import (
8737
8746
  ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type as ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type,
8738
8747
  )
8739
- from .group_1096 import (
8748
+ from .group_1098 import (
8740
8749
  ReposOwnerRepoIssuesIssueNumberPatchBodyType as ReposOwnerRepoIssuesIssueNumberPatchBodyType,
8741
8750
  )
8742
- from .group_1097 import (
8751
+ from .group_1099 import (
8743
8752
  ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType as ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType,
8744
8753
  )
8745
- from .group_1098 import (
8754
+ from .group_1100 import (
8746
8755
  ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType as ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType,
8747
8756
  )
8748
- from .group_1099 import (
8757
+ from .group_1101 import (
8749
8758
  ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType as ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType,
8750
8759
  )
8751
- from .group_1100 import (
8760
+ from .group_1102 import (
8752
8761
  ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type,
8753
8762
  )
8754
- from .group_1101 import (
8763
+ from .group_1103 import (
8755
8764
  ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType,
8756
8765
  )
8757
- from .group_1101 import (
8766
+ from .group_1103 import (
8758
8767
  ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2Type as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2Type,
8759
8768
  )
8760
- from .group_1102 import (
8769
+ from .group_1104 import (
8761
8770
  ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3ItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3ItemsType,
8762
8771
  )
8763
- from .group_1103 import (
8772
+ from .group_1105 import (
8764
8773
  ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type,
8765
8774
  )
8766
- from .group_1104 import (
8775
+ from .group_1106 import (
8767
8776
  ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItemsType,
8768
8777
  )
8769
- from .group_1104 import (
8778
+ from .group_1106 import (
8770
8779
  ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2Type as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2Type,
8771
8780
  )
8772
- from .group_1105 import (
8781
+ from .group_1107 import (
8773
8782
  ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3ItemsType as ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3ItemsType,
8774
8783
  )
8775
- from .group_1106 import (
8784
+ from .group_1108 import (
8776
8785
  ReposOwnerRepoIssuesIssueNumberLockPutBodyType as ReposOwnerRepoIssuesIssueNumberLockPutBodyType,
8777
8786
  )
8778
- from .group_1107 import (
8787
+ from .group_1109 import (
8779
8788
  ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType as ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType,
8780
8789
  )
8781
- from .group_1108 import (
8790
+ from .group_1110 import (
8782
8791
  ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType as ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType,
8783
8792
  )
8784
- from .group_1109 import (
8793
+ from .group_1111 import (
8785
8794
  ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType as ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType,
8786
8795
  )
8787
- from .group_1110 import (
8796
+ from .group_1112 import (
8788
8797
  ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType as ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType,
8789
8798
  )
8790
- from .group_1111 import (
8799
+ from .group_1113 import (
8791
8800
  ReposOwnerRepoKeysPostBodyType as ReposOwnerRepoKeysPostBodyType,
8792
8801
  )
8793
- from .group_1112 import (
8802
+ from .group_1114 import (
8794
8803
  ReposOwnerRepoLabelsPostBodyType as ReposOwnerRepoLabelsPostBodyType,
8795
8804
  )
8796
- from .group_1113 import (
8805
+ from .group_1115 import (
8797
8806
  ReposOwnerRepoLabelsNamePatchBodyType as ReposOwnerRepoLabelsNamePatchBodyType,
8798
8807
  )
8799
- from .group_1114 import (
8808
+ from .group_1116 import (
8800
8809
  ReposOwnerRepoMergeUpstreamPostBodyType as ReposOwnerRepoMergeUpstreamPostBodyType,
8801
8810
  )
8802
- from .group_1115 import (
8811
+ from .group_1117 import (
8803
8812
  ReposOwnerRepoMergesPostBodyType as ReposOwnerRepoMergesPostBodyType,
8804
8813
  )
8805
- from .group_1116 import (
8814
+ from .group_1118 import (
8806
8815
  ReposOwnerRepoMilestonesPostBodyType as ReposOwnerRepoMilestonesPostBodyType,
8807
8816
  )
8808
- from .group_1117 import (
8817
+ from .group_1119 import (
8809
8818
  ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType as ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType,
8810
8819
  )
8811
- from .group_1118 import (
8820
+ from .group_1120 import (
8812
8821
  ReposOwnerRepoNotificationsPutBodyType as ReposOwnerRepoNotificationsPutBodyType,
8813
8822
  )
8814
- from .group_1119 import (
8823
+ from .group_1121 import (
8815
8824
  ReposOwnerRepoNotificationsPutResponse202Type as ReposOwnerRepoNotificationsPutResponse202Type,
8816
8825
  )
8817
- from .group_1120 import (
8826
+ from .group_1122 import (
8818
8827
  ReposOwnerRepoPagesPutBodyPropSourceAnyof1Type as ReposOwnerRepoPagesPutBodyPropSourceAnyof1Type,
8819
8828
  )
8820
- from .group_1121 import (
8829
+ from .group_1123 import (
8821
8830
  ReposOwnerRepoPagesPutBodyAnyof0Type as ReposOwnerRepoPagesPutBodyAnyof0Type,
8822
8831
  )
8823
- from .group_1122 import (
8832
+ from .group_1124 import (
8824
8833
  ReposOwnerRepoPagesPutBodyAnyof1Type as ReposOwnerRepoPagesPutBodyAnyof1Type,
8825
8834
  )
8826
- from .group_1123 import (
8835
+ from .group_1125 import (
8827
8836
  ReposOwnerRepoPagesPutBodyAnyof2Type as ReposOwnerRepoPagesPutBodyAnyof2Type,
8828
8837
  )
8829
- from .group_1124 import (
8838
+ from .group_1126 import (
8830
8839
  ReposOwnerRepoPagesPutBodyAnyof3Type as ReposOwnerRepoPagesPutBodyAnyof3Type,
8831
8840
  )
8832
- from .group_1125 import (
8841
+ from .group_1127 import (
8833
8842
  ReposOwnerRepoPagesPutBodyAnyof4Type as ReposOwnerRepoPagesPutBodyAnyof4Type,
8834
8843
  )
8835
- from .group_1126 import (
8844
+ from .group_1128 import (
8836
8845
  ReposOwnerRepoPagesPostBodyPropSourceType as ReposOwnerRepoPagesPostBodyPropSourceType,
8837
8846
  )
8838
- from .group_1127 import (
8847
+ from .group_1129 import (
8839
8848
  ReposOwnerRepoPagesPostBodyAnyof0Type as ReposOwnerRepoPagesPostBodyAnyof0Type,
8840
8849
  )
8841
- from .group_1128 import (
8850
+ from .group_1130 import (
8842
8851
  ReposOwnerRepoPagesPostBodyAnyof1Type as ReposOwnerRepoPagesPostBodyAnyof1Type,
8843
8852
  )
8844
- from .group_1129 import (
8853
+ from .group_1131 import (
8845
8854
  ReposOwnerRepoPagesDeploymentsPostBodyType as ReposOwnerRepoPagesDeploymentsPostBodyType,
8846
8855
  )
8847
- from .group_1130 import (
8856
+ from .group_1132 import (
8848
8857
  ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type as ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type,
8849
8858
  )
8850
- from .group_1131 import (
8859
+ from .group_1133 import (
8851
8860
  ReposOwnerRepoProjectsPostBodyType as ReposOwnerRepoProjectsPostBodyType,
8852
8861
  )
8853
- from .group_1132 import (
8862
+ from .group_1134 import (
8854
8863
  ReposOwnerRepoPropertiesValuesPatchBodyType as ReposOwnerRepoPropertiesValuesPatchBodyType,
8855
8864
  )
8856
- from .group_1133 import (
8865
+ from .group_1135 import (
8857
8866
  ReposOwnerRepoPullsPostBodyType as ReposOwnerRepoPullsPostBodyType,
8858
8867
  )
8859
- from .group_1134 import (
8868
+ from .group_1136 import (
8860
8869
  ReposOwnerRepoPullsCommentsCommentIdPatchBodyType as ReposOwnerRepoPullsCommentsCommentIdPatchBodyType,
8861
8870
  )
8862
- from .group_1135 import (
8871
+ from .group_1137 import (
8863
8872
  ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType as ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType,
8864
8873
  )
8865
- from .group_1136 import (
8874
+ from .group_1138 import (
8866
8875
  ReposOwnerRepoPullsPullNumberPatchBodyType as ReposOwnerRepoPullsPullNumberPatchBodyType,
8867
8876
  )
8868
- from .group_1137 import (
8877
+ from .group_1139 import (
8869
8878
  ReposOwnerRepoPullsPullNumberCodespacesPostBodyType as ReposOwnerRepoPullsPullNumberCodespacesPostBodyType,
8870
8879
  )
8871
- from .group_1138 import (
8880
+ from .group_1140 import (
8872
8881
  ReposOwnerRepoPullsPullNumberCommentsPostBodyType as ReposOwnerRepoPullsPullNumberCommentsPostBodyType,
8873
8882
  )
8874
- from .group_1139 import (
8883
+ from .group_1141 import (
8875
8884
  ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType as ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType,
8876
8885
  )
8877
- from .group_1140 import (
8886
+ from .group_1142 import (
8878
8887
  ReposOwnerRepoPullsPullNumberMergePutBodyType as ReposOwnerRepoPullsPullNumberMergePutBodyType,
8879
8888
  )
8880
- from .group_1141 import (
8889
+ from .group_1143 import (
8881
8890
  ReposOwnerRepoPullsPullNumberMergePutResponse405Type as ReposOwnerRepoPullsPullNumberMergePutResponse405Type,
8882
8891
  )
8883
- from .group_1142 import (
8892
+ from .group_1144 import (
8884
8893
  ReposOwnerRepoPullsPullNumberMergePutResponse409Type as ReposOwnerRepoPullsPullNumberMergePutResponse409Type,
8885
8894
  )
8886
- from .group_1143 import (
8895
+ from .group_1145 import (
8887
8896
  ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type as ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type,
8888
8897
  )
8889
- from .group_1144 import (
8898
+ from .group_1146 import (
8890
8899
  ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1Type as ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1Type,
8891
8900
  )
8892
- from .group_1145 import (
8901
+ from .group_1147 import (
8893
8902
  ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType as ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType,
8894
8903
  )
8895
- from .group_1146 import (
8904
+ from .group_1148 import (
8896
8905
  ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItemsType as ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItemsType,
8897
8906
  )
8898
- from .group_1146 import (
8907
+ from .group_1148 import (
8899
8908
  ReposOwnerRepoPullsPullNumberReviewsPostBodyType as ReposOwnerRepoPullsPullNumberReviewsPostBodyType,
8900
8909
  )
8901
- from .group_1147 import (
8910
+ from .group_1149 import (
8902
8911
  ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType,
8903
8912
  )
8904
- from .group_1148 import (
8913
+ from .group_1150 import (
8905
8914
  ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType,
8906
8915
  )
8907
- from .group_1149 import (
8916
+ from .group_1151 import (
8908
8917
  ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType as ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType,
8909
8918
  )
8910
- from .group_1150 import (
8919
+ from .group_1152 import (
8911
8920
  ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType as ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType,
8912
8921
  )
8913
- from .group_1151 import (
8922
+ from .group_1153 import (
8914
8923
  ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type as ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type,
8915
8924
  )
8916
- from .group_1152 import (
8925
+ from .group_1154 import (
8917
8926
  ReposOwnerRepoReleasesPostBodyType as ReposOwnerRepoReleasesPostBodyType,
8918
8927
  )
8919
- from .group_1153 import (
8928
+ from .group_1155 import (
8920
8929
  ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType as ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType,
8921
8930
  )
8922
- from .group_1154 import (
8931
+ from .group_1156 import (
8923
8932
  ReposOwnerRepoReleasesGenerateNotesPostBodyType as ReposOwnerRepoReleasesGenerateNotesPostBodyType,
8924
8933
  )
8925
- from .group_1155 import (
8934
+ from .group_1157 import (
8926
8935
  ReposOwnerRepoReleasesReleaseIdPatchBodyType as ReposOwnerRepoReleasesReleaseIdPatchBodyType,
8927
8936
  )
8928
- from .group_1156 import (
8937
+ from .group_1158 import (
8929
8938
  ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType as ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType,
8930
8939
  )
8931
- from .group_1157 import (
8940
+ from .group_1159 import (
8932
8941
  ReposOwnerRepoRulesetsPostBodyType as ReposOwnerRepoRulesetsPostBodyType,
8933
8942
  )
8934
- from .group_1158 import (
8943
+ from .group_1160 import (
8935
8944
  ReposOwnerRepoRulesetsRulesetIdPutBodyType as ReposOwnerRepoRulesetsRulesetIdPutBodyType,
8936
8945
  )
8937
- from .group_1159 import (
8946
+ from .group_1161 import (
8938
8947
  ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyType as ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyType,
8939
8948
  )
8940
- from .group_1160 import (
8949
+ from .group_1162 import (
8941
8950
  ReposOwnerRepoSecretScanningPushProtectionBypassesPostBodyType as ReposOwnerRepoSecretScanningPushProtectionBypassesPostBodyType,
8942
8951
  )
8943
- from .group_1161 import (
8952
+ from .group_1163 import (
8944
8953
  ReposOwnerRepoStatusesShaPostBodyType as ReposOwnerRepoStatusesShaPostBodyType,
8945
8954
  )
8946
- from .group_1162 import (
8955
+ from .group_1164 import (
8947
8956
  ReposOwnerRepoSubscriptionPutBodyType as ReposOwnerRepoSubscriptionPutBodyType,
8948
8957
  )
8949
- from .group_1163 import (
8958
+ from .group_1165 import (
8950
8959
  ReposOwnerRepoTagsProtectionPostBodyType as ReposOwnerRepoTagsProtectionPostBodyType,
8951
8960
  )
8952
- from .group_1164 import (
8961
+ from .group_1166 import (
8953
8962
  ReposOwnerRepoTopicsPutBodyType as ReposOwnerRepoTopicsPutBodyType,
8954
8963
  )
8955
- from .group_1165 import (
8964
+ from .group_1167 import (
8956
8965
  ReposOwnerRepoTransferPostBodyType as ReposOwnerRepoTransferPostBodyType,
8957
8966
  )
8958
- from .group_1166 import (
8967
+ from .group_1168 import (
8959
8968
  ReposTemplateOwnerTemplateRepoGeneratePostBodyType as ReposTemplateOwnerTemplateRepoGeneratePostBodyType,
8960
8969
  )
8961
- from .group_1167 import TeamsTeamIdPatchBodyType as TeamsTeamIdPatchBodyType
8962
- from .group_1168 import (
8970
+ from .group_1169 import TeamsTeamIdPatchBodyType as TeamsTeamIdPatchBodyType
8971
+ from .group_1170 import (
8963
8972
  TeamsTeamIdDiscussionsPostBodyType as TeamsTeamIdDiscussionsPostBodyType,
8964
8973
  )
8965
- from .group_1169 import (
8974
+ from .group_1171 import (
8966
8975
  TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType as TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType,
8967
8976
  )
8968
- from .group_1170 import (
8977
+ from .group_1172 import (
8969
8978
  TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType as TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType,
8970
8979
  )
8971
- from .group_1171 import (
8980
+ from .group_1173 import (
8972
8981
  TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType,
8973
8982
  )
8974
- from .group_1172 import (
8983
+ from .group_1174 import (
8975
8984
  TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType as TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType,
8976
8985
  )
8977
- from .group_1173 import (
8986
+ from .group_1175 import (
8978
8987
  TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType as TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType,
8979
8988
  )
8980
- from .group_1174 import (
8989
+ from .group_1176 import (
8981
8990
  TeamsTeamIdMembershipsUsernamePutBodyType as TeamsTeamIdMembershipsUsernamePutBodyType,
8982
8991
  )
8983
- from .group_1175 import (
8992
+ from .group_1177 import (
8984
8993
  TeamsTeamIdProjectsProjectIdPutBodyType as TeamsTeamIdProjectsProjectIdPutBodyType,
8985
8994
  )
8986
- from .group_1176 import (
8995
+ from .group_1178 import (
8987
8996
  TeamsTeamIdProjectsProjectIdPutResponse403Type as TeamsTeamIdProjectsProjectIdPutResponse403Type,
8988
8997
  )
8989
- from .group_1177 import (
8998
+ from .group_1179 import (
8990
8999
  TeamsTeamIdReposOwnerRepoPutBodyType as TeamsTeamIdReposOwnerRepoPutBodyType,
8991
9000
  )
8992
- from .group_1178 import UserPatchBodyType as UserPatchBodyType
8993
- from .group_1179 import (
9001
+ from .group_1180 import UserPatchBodyType as UserPatchBodyType
9002
+ from .group_1181 import (
8994
9003
  UserCodespacesGetResponse200Type as UserCodespacesGetResponse200Type,
8995
9004
  )
8996
- from .group_1180 import (
9005
+ from .group_1182 import (
8997
9006
  UserCodespacesPostBodyOneof0Type as UserCodespacesPostBodyOneof0Type,
8998
9007
  )
8999
- from .group_1181 import (
9008
+ from .group_1183 import (
9000
9009
  UserCodespacesPostBodyOneof1PropPullRequestType as UserCodespacesPostBodyOneof1PropPullRequestType,
9001
9010
  )
9002
- from .group_1181 import (
9011
+ from .group_1183 import (
9003
9012
  UserCodespacesPostBodyOneof1Type as UserCodespacesPostBodyOneof1Type,
9004
9013
  )
9005
- from .group_1182 import CodespacesSecretType as CodespacesSecretType
9006
- from .group_1182 import (
9014
+ from .group_1184 import CodespacesSecretType as CodespacesSecretType
9015
+ from .group_1184 import (
9007
9016
  UserCodespacesSecretsGetResponse200Type as UserCodespacesSecretsGetResponse200Type,
9008
9017
  )
9009
- from .group_1183 import (
9018
+ from .group_1185 import (
9010
9019
  UserCodespacesSecretsSecretNamePutBodyType as UserCodespacesSecretsSecretNamePutBodyType,
9011
9020
  )
9012
- from .group_1184 import (
9021
+ from .group_1186 import (
9013
9022
  UserCodespacesSecretsSecretNameRepositoriesGetResponse200Type as UserCodespacesSecretsSecretNameRepositoriesGetResponse200Type,
9014
9023
  )
9015
- from .group_1185 import (
9024
+ from .group_1187 import (
9016
9025
  UserCodespacesSecretsSecretNameRepositoriesPutBodyType as UserCodespacesSecretsSecretNameRepositoriesPutBodyType,
9017
9026
  )
9018
- from .group_1186 import (
9027
+ from .group_1188 import (
9019
9028
  UserCodespacesCodespaceNamePatchBodyType as UserCodespacesCodespaceNamePatchBodyType,
9020
9029
  )
9021
- from .group_1187 import (
9030
+ from .group_1189 import (
9022
9031
  UserCodespacesCodespaceNameMachinesGetResponse200Type as UserCodespacesCodespaceNameMachinesGetResponse200Type,
9023
9032
  )
9024
- from .group_1188 import (
9033
+ from .group_1190 import (
9025
9034
  UserCodespacesCodespaceNamePublishPostBodyType as UserCodespacesCodespaceNamePublishPostBodyType,
9026
9035
  )
9027
- from .group_1189 import (
9036
+ from .group_1191 import (
9028
9037
  UserEmailVisibilityPatchBodyType as UserEmailVisibilityPatchBodyType,
9029
9038
  )
9030
- from .group_1190 import UserEmailsPostBodyOneof0Type as UserEmailsPostBodyOneof0Type
9031
- from .group_1191 import (
9039
+ from .group_1192 import UserEmailsPostBodyOneof0Type as UserEmailsPostBodyOneof0Type
9040
+ from .group_1193 import (
9032
9041
  UserEmailsDeleteBodyOneof0Type as UserEmailsDeleteBodyOneof0Type,
9033
9042
  )
9034
- from .group_1192 import UserGpgKeysPostBodyType as UserGpgKeysPostBodyType
9035
- from .group_1193 import (
9043
+ from .group_1194 import UserGpgKeysPostBodyType as UserGpgKeysPostBodyType
9044
+ from .group_1195 import (
9036
9045
  UserInstallationsGetResponse200Type as UserInstallationsGetResponse200Type,
9037
9046
  )
9038
- from .group_1194 import (
9047
+ from .group_1196 import (
9039
9048
  UserInstallationsInstallationIdRepositoriesGetResponse200Type as UserInstallationsInstallationIdRepositoriesGetResponse200Type,
9040
9049
  )
9041
- from .group_1195 import (
9050
+ from .group_1197 import (
9042
9051
  UserInteractionLimitsGetResponse200Anyof1Type as UserInteractionLimitsGetResponse200Anyof1Type,
9043
9052
  )
9044
- from .group_1196 import UserKeysPostBodyType as UserKeysPostBodyType
9045
- from .group_1197 import (
9053
+ from .group_1198 import UserKeysPostBodyType as UserKeysPostBodyType
9054
+ from .group_1199 import (
9046
9055
  UserMembershipsOrgsOrgPatchBodyType as UserMembershipsOrgsOrgPatchBodyType,
9047
9056
  )
9048
- from .group_1198 import UserMigrationsPostBodyType as UserMigrationsPostBodyType
9049
- from .group_1199 import UserProjectsPostBodyType as UserProjectsPostBodyType
9050
- from .group_1200 import UserReposPostBodyType as UserReposPostBodyType
9051
- from .group_1201 import (
9057
+ from .group_1200 import UserMigrationsPostBodyType as UserMigrationsPostBodyType
9058
+ from .group_1201 import UserProjectsPostBodyType as UserProjectsPostBodyType
9059
+ from .group_1202 import UserReposPostBodyType as UserReposPostBodyType
9060
+ from .group_1203 import (
9052
9061
  UserSocialAccountsPostBodyType as UserSocialAccountsPostBodyType,
9053
9062
  )
9054
- from .group_1202 import (
9063
+ from .group_1204 import (
9055
9064
  UserSocialAccountsDeleteBodyType as UserSocialAccountsDeleteBodyType,
9056
9065
  )
9057
- from .group_1203 import (
9066
+ from .group_1205 import (
9058
9067
  UserSshSigningKeysPostBodyType as UserSshSigningKeysPostBodyType,
9059
9068
  )
9060
- from .group_1204 import (
9069
+ from .group_1206 import (
9070
+ UsersUsernameAttestationsBulkListPostBodyType as UsersUsernameAttestationsBulkListPostBodyType,
9071
+ )
9072
+ from .group_1207 import (
9073
+ UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType as UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType,
9074
+ )
9075
+ from .group_1207 import (
9076
+ UsersUsernameAttestationsBulkListPostResponse200PropPageInfoType as UsersUsernameAttestationsBulkListPostResponse200PropPageInfoType,
9077
+ )
9078
+ from .group_1207 import (
9079
+ UsersUsernameAttestationsBulkListPostResponse200Type as UsersUsernameAttestationsBulkListPostResponse200Type,
9080
+ )
9081
+ from .group_1208 import (
9061
9082
  UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type as UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type,
9062
9083
  )
9063
- from .group_1205 import (
9084
+ from .group_1209 import (
9064
9085
  UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type as UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type,
9065
9086
  )
9066
- from .group_1206 import (
9087
+ from .group_1210 import (
9067
9088
  UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType,
9068
9089
  )
9069
- from .group_1206 import (
9090
+ from .group_1210 import (
9070
9091
  UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType,
9071
9092
  )
9072
- from .group_1206 import (
9093
+ from .group_1210 import (
9073
9094
  UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType,
9074
9095
  )
9075
- from .group_1206 import (
9096
+ from .group_1210 import (
9076
9097
  UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsType as UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsType,
9077
9098
  )
9078
- from .group_1206 import (
9099
+ from .group_1210 import (
9079
9100
  UsersUsernameAttestationsSubjectDigestGetResponse200Type as UsersUsernameAttestationsSubjectDigestGetResponse200Type,
9080
9101
  )
9081
9102
  else:
@@ -9148,6 +9169,7 @@ else:
9148
9169
  ".group_0028": (
9149
9170
  "CodeSecurityConfigurationType",
9150
9171
  "CodeSecurityConfigurationPropDependencyGraphAutosubmitActionOptionsType",
9172
+ "CodeSecurityConfigurationPropCodeScanningOptionsType",
9151
9173
  "CodeSecurityConfigurationPropCodeScanningDefaultSetupOptionsType",
9152
9174
  "CodeSecurityConfigurationPropSecretScanningDelegatedBypassOptionsType",
9153
9175
  "CodeSecurityConfigurationPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType",
@@ -12817,167 +12839,169 @@ else:
12817
12839
  "OrgsOrgAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType",
12818
12840
  "OrgsOrgAttestationsBulkListPostResponse200PropPageInfoType",
12819
12841
  ),
12820
- ".group_0897": (
12842
+ ".group_0897": ("OrgsOrgAttestationsDeleteRequestPostBodyOneof0Type",),
12843
+ ".group_0898": ("OrgsOrgAttestationsDeleteRequestPostBodyOneof1Type",),
12844
+ ".group_0899": (
12821
12845
  "OrgsOrgAttestationsSubjectDigestGetResponse200Type",
12822
12846
  "OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsType",
12823
12847
  "OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType",
12824
12848
  "OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType",
12825
12849
  "OrgsOrgAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType",
12826
12850
  ),
12827
- ".group_0898": (
12851
+ ".group_0900": (
12828
12852
  "OrgsOrgCampaignsPostBodyType",
12829
12853
  "OrgsOrgCampaignsPostBodyPropCodeScanningAlertsItemsType",
12830
12854
  ),
12831
- ".group_0899": ("OrgsOrgCampaignsCampaignNumberPatchBodyType",),
12832
- ".group_0900": (
12855
+ ".group_0901": ("OrgsOrgCampaignsCampaignNumberPatchBodyType",),
12856
+ ".group_0902": (
12833
12857
  "OrgsOrgCodeSecurityConfigurationsPostBodyType",
12834
12858
  "OrgsOrgCodeSecurityConfigurationsPostBodyPropDependencyGraphAutosubmitActionOptionsType",
12835
12859
  "OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsType",
12836
12860
  "OrgsOrgCodeSecurityConfigurationsPostBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType",
12837
12861
  ),
12838
- ".group_0901": ("OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType",),
12839
- ".group_0902": (
12862
+ ".group_0903": ("OrgsOrgCodeSecurityConfigurationsDetachDeleteBodyType",),
12863
+ ".group_0904": (
12840
12864
  "OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyType",
12841
12865
  "OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropDependencyGraphAutosubmitActionOptionsType",
12842
12866
  "OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsType",
12843
12867
  "OrgsOrgCodeSecurityConfigurationsConfigurationIdPatchBodyPropSecretScanningDelegatedBypassOptionsPropReviewersItemsType",
12844
12868
  ),
12845
- ".group_0903": (
12869
+ ".group_0905": (
12846
12870
  "OrgsOrgCodeSecurityConfigurationsConfigurationIdAttachPostBodyType",
12847
12871
  ),
12848
- ".group_0904": (
12872
+ ".group_0906": (
12849
12873
  "OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutBodyType",
12850
12874
  ),
12851
- ".group_0905": (
12875
+ ".group_0907": (
12852
12876
  "OrgsOrgCodeSecurityConfigurationsConfigurationIdDefaultsPutResponse200Type",
12853
12877
  ),
12854
- ".group_0906": ("OrgsOrgCodespacesGetResponse200Type",),
12855
- ".group_0907": ("OrgsOrgCodespacesAccessPutBodyType",),
12856
- ".group_0908": ("OrgsOrgCodespacesAccessSelectedUsersPostBodyType",),
12857
- ".group_0909": ("OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType",),
12858
- ".group_0910": (
12878
+ ".group_0908": ("OrgsOrgCodespacesGetResponse200Type",),
12879
+ ".group_0909": ("OrgsOrgCodespacesAccessPutBodyType",),
12880
+ ".group_0910": ("OrgsOrgCodespacesAccessSelectedUsersPostBodyType",),
12881
+ ".group_0911": ("OrgsOrgCodespacesAccessSelectedUsersDeleteBodyType",),
12882
+ ".group_0912": (
12859
12883
  "OrgsOrgCodespacesSecretsGetResponse200Type",
12860
12884
  "CodespacesOrgSecretType",
12861
12885
  ),
12862
- ".group_0911": ("OrgsOrgCodespacesSecretsSecretNamePutBodyType",),
12863
- ".group_0912": (
12886
+ ".group_0913": ("OrgsOrgCodespacesSecretsSecretNamePutBodyType",),
12887
+ ".group_0914": (
12864
12888
  "OrgsOrgCodespacesSecretsSecretNameRepositoriesGetResponse200Type",
12865
12889
  ),
12866
- ".group_0913": ("OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType",),
12867
- ".group_0914": ("OrgsOrgCopilotBillingSelectedTeamsPostBodyType",),
12868
- ".group_0915": ("OrgsOrgCopilotBillingSelectedTeamsPostResponse201Type",),
12869
- ".group_0916": ("OrgsOrgCopilotBillingSelectedTeamsDeleteBodyType",),
12870
- ".group_0917": ("OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200Type",),
12871
- ".group_0918": ("OrgsOrgCopilotBillingSelectedUsersPostBodyType",),
12872
- ".group_0919": ("OrgsOrgCopilotBillingSelectedUsersPostResponse201Type",),
12873
- ".group_0920": ("OrgsOrgCopilotBillingSelectedUsersDeleteBodyType",),
12874
- ".group_0921": ("OrgsOrgCopilotBillingSelectedUsersDeleteResponse200Type",),
12875
- ".group_0922": (
12890
+ ".group_0915": ("OrgsOrgCodespacesSecretsSecretNameRepositoriesPutBodyType",),
12891
+ ".group_0916": ("OrgsOrgCopilotBillingSelectedTeamsPostBodyType",),
12892
+ ".group_0917": ("OrgsOrgCopilotBillingSelectedTeamsPostResponse201Type",),
12893
+ ".group_0918": ("OrgsOrgCopilotBillingSelectedTeamsDeleteBodyType",),
12894
+ ".group_0919": ("OrgsOrgCopilotBillingSelectedTeamsDeleteResponse200Type",),
12895
+ ".group_0920": ("OrgsOrgCopilotBillingSelectedUsersPostBodyType",),
12896
+ ".group_0921": ("OrgsOrgCopilotBillingSelectedUsersPostResponse201Type",),
12897
+ ".group_0922": ("OrgsOrgCopilotBillingSelectedUsersDeleteBodyType",),
12898
+ ".group_0923": ("OrgsOrgCopilotBillingSelectedUsersDeleteResponse200Type",),
12899
+ ".group_0924": (
12876
12900
  "OrgsOrgDependabotSecretsGetResponse200Type",
12877
12901
  "OrganizationDependabotSecretType",
12878
12902
  ),
12879
- ".group_0923": ("OrgsOrgDependabotSecretsSecretNamePutBodyType",),
12880
- ".group_0924": (
12903
+ ".group_0925": ("OrgsOrgDependabotSecretsSecretNamePutBodyType",),
12904
+ ".group_0926": (
12881
12905
  "OrgsOrgDependabotSecretsSecretNameRepositoriesGetResponse200Type",
12882
12906
  ),
12883
- ".group_0925": ("OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType",),
12884
- ".group_0926": (
12907
+ ".group_0927": ("OrgsOrgDependabotSecretsSecretNameRepositoriesPutBodyType",),
12908
+ ".group_0928": (
12885
12909
  "OrgsOrgHooksPostBodyType",
12886
12910
  "OrgsOrgHooksPostBodyPropConfigType",
12887
12911
  ),
12888
- ".group_0927": (
12912
+ ".group_0929": (
12889
12913
  "OrgsOrgHooksHookIdPatchBodyType",
12890
12914
  "OrgsOrgHooksHookIdPatchBodyPropConfigType",
12891
12915
  ),
12892
- ".group_0928": ("OrgsOrgHooksHookIdConfigPatchBodyType",),
12893
- ".group_0929": ("OrgsOrgInstallationsGetResponse200Type",),
12894
- ".group_0930": ("OrgsOrgInteractionLimitsGetResponse200Anyof1Type",),
12895
- ".group_0931": ("OrgsOrgInvitationsPostBodyType",),
12896
- ".group_0932": ("OrgsOrgMembersUsernameCodespacesGetResponse200Type",),
12897
- ".group_0933": ("OrgsOrgMembershipsUsernamePutBodyType",),
12898
- ".group_0934": ("OrgsOrgMigrationsPostBodyType",),
12899
- ".group_0935": ("OrgsOrgOutsideCollaboratorsUsernamePutBodyType",),
12900
- ".group_0936": ("OrgsOrgOutsideCollaboratorsUsernamePutResponse202Type",),
12901
- ".group_0937": ("OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422Type",),
12902
- ".group_0938": ("OrgsOrgPersonalAccessTokenRequestsPostBodyType",),
12903
- ".group_0939": ("OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType",),
12904
- ".group_0940": ("OrgsOrgPersonalAccessTokensPostBodyType",),
12905
- ".group_0941": ("OrgsOrgPersonalAccessTokensPatIdPostBodyType",),
12906
- ".group_0942": (
12916
+ ".group_0930": ("OrgsOrgHooksHookIdConfigPatchBodyType",),
12917
+ ".group_0931": ("OrgsOrgInstallationsGetResponse200Type",),
12918
+ ".group_0932": ("OrgsOrgInteractionLimitsGetResponse200Anyof1Type",),
12919
+ ".group_0933": ("OrgsOrgInvitationsPostBodyType",),
12920
+ ".group_0934": ("OrgsOrgMembersUsernameCodespacesGetResponse200Type",),
12921
+ ".group_0935": ("OrgsOrgMembershipsUsernamePutBodyType",),
12922
+ ".group_0936": ("OrgsOrgMigrationsPostBodyType",),
12923
+ ".group_0937": ("OrgsOrgOutsideCollaboratorsUsernamePutBodyType",),
12924
+ ".group_0938": ("OrgsOrgOutsideCollaboratorsUsernamePutResponse202Type",),
12925
+ ".group_0939": ("OrgsOrgOutsideCollaboratorsUsernameDeleteResponse422Type",),
12926
+ ".group_0940": ("OrgsOrgPersonalAccessTokenRequestsPostBodyType",),
12927
+ ".group_0941": ("OrgsOrgPersonalAccessTokenRequestsPatRequestIdPostBodyType",),
12928
+ ".group_0942": ("OrgsOrgPersonalAccessTokensPostBodyType",),
12929
+ ".group_0943": ("OrgsOrgPersonalAccessTokensPatIdPostBodyType",),
12930
+ ".group_0944": (
12907
12931
  "OrgsOrgPrivateRegistriesGetResponse200Type",
12908
12932
  "OrgPrivateRegistryConfigurationType",
12909
12933
  ),
12910
- ".group_0943": ("OrgsOrgPrivateRegistriesPostBodyType",),
12911
- ".group_0944": ("OrgsOrgPrivateRegistriesPublicKeyGetResponse200Type",),
12912
- ".group_0945": ("OrgsOrgPrivateRegistriesSecretNamePatchBodyType",),
12913
- ".group_0946": ("OrgsOrgProjectsPostBodyType",),
12914
- ".group_0947": ("OrgsOrgPropertiesSchemaPatchBodyType",),
12915
- ".group_0948": ("OrgsOrgPropertiesValuesPatchBodyType",),
12916
- ".group_0949": (
12934
+ ".group_0945": ("OrgsOrgPrivateRegistriesPostBodyType",),
12935
+ ".group_0946": ("OrgsOrgPrivateRegistriesPublicKeyGetResponse200Type",),
12936
+ ".group_0947": ("OrgsOrgPrivateRegistriesSecretNamePatchBodyType",),
12937
+ ".group_0948": ("OrgsOrgProjectsPostBodyType",),
12938
+ ".group_0949": ("OrgsOrgPropertiesSchemaPatchBodyType",),
12939
+ ".group_0950": ("OrgsOrgPropertiesValuesPatchBodyType",),
12940
+ ".group_0951": (
12917
12941
  "OrgsOrgReposPostBodyType",
12918
12942
  "OrgsOrgReposPostBodyPropCustomPropertiesType",
12919
12943
  ),
12920
- ".group_0950": ("OrgsOrgRulesetsPostBodyType",),
12921
- ".group_0951": ("OrgsOrgRulesetsRulesetIdPutBodyType",),
12922
- ".group_0952": (
12944
+ ".group_0952": ("OrgsOrgRulesetsPostBodyType",),
12945
+ ".group_0953": ("OrgsOrgRulesetsRulesetIdPutBodyType",),
12946
+ ".group_0954": (
12923
12947
  "OrgsOrgSettingsNetworkConfigurationsGetResponse200Type",
12924
12948
  "NetworkConfigurationType",
12925
12949
  ),
12926
- ".group_0953": ("OrgsOrgSettingsNetworkConfigurationsPostBodyType",),
12927
- ".group_0954": (
12950
+ ".group_0955": ("OrgsOrgSettingsNetworkConfigurationsPostBodyType",),
12951
+ ".group_0956": (
12928
12952
  "OrgsOrgSettingsNetworkConfigurationsNetworkConfigurationIdPatchBodyType",
12929
12953
  ),
12930
- ".group_0955": ("OrgsOrgTeamsPostBodyType",),
12931
- ".group_0956": ("OrgsOrgTeamsTeamSlugPatchBodyType",),
12932
- ".group_0957": ("OrgsOrgTeamsTeamSlugDiscussionsPostBodyType",),
12933
- ".group_0958": (
12954
+ ".group_0957": ("OrgsOrgTeamsPostBodyType",),
12955
+ ".group_0958": ("OrgsOrgTeamsTeamSlugPatchBodyType",),
12956
+ ".group_0959": ("OrgsOrgTeamsTeamSlugDiscussionsPostBodyType",),
12957
+ ".group_0960": (
12934
12958
  "OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberPatchBodyType",
12935
12959
  ),
12936
- ".group_0959": (
12960
+ ".group_0961": (
12937
12961
  "OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsPostBodyType",
12938
12962
  ),
12939
- ".group_0960": (
12963
+ ".group_0962": (
12940
12964
  "OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType",
12941
12965
  ),
12942
- ".group_0961": (
12966
+ ".group_0963": (
12943
12967
  "OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType",
12944
12968
  ),
12945
- ".group_0962": (
12969
+ ".group_0964": (
12946
12970
  "OrgsOrgTeamsTeamSlugDiscussionsDiscussionNumberReactionsPostBodyType",
12947
12971
  ),
12948
- ".group_0963": ("OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType",),
12949
- ".group_0964": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType",),
12950
- ".group_0965": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403Type",),
12951
- ".group_0966": ("OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType",),
12952
- ".group_0967": ("OrgsOrgSecurityProductEnablementPostBodyType",),
12953
- ".group_0968": ("ProjectsColumnsCardsCardIdDeleteResponse403Type",),
12954
- ".group_0969": ("ProjectsColumnsCardsCardIdPatchBodyType",),
12955
- ".group_0970": ("ProjectsColumnsCardsCardIdMovesPostBodyType",),
12956
- ".group_0971": ("ProjectsColumnsCardsCardIdMovesPostResponse201Type",),
12957
- ".group_0972": (
12972
+ ".group_0965": ("OrgsOrgTeamsTeamSlugMembershipsUsernamePutBodyType",),
12973
+ ".group_0966": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutBodyType",),
12974
+ ".group_0967": ("OrgsOrgTeamsTeamSlugProjectsProjectIdPutResponse403Type",),
12975
+ ".group_0968": ("OrgsOrgTeamsTeamSlugReposOwnerRepoPutBodyType",),
12976
+ ".group_0969": ("OrgsOrgSecurityProductEnablementPostBodyType",),
12977
+ ".group_0970": ("ProjectsColumnsCardsCardIdDeleteResponse403Type",),
12978
+ ".group_0971": ("ProjectsColumnsCardsCardIdPatchBodyType",),
12979
+ ".group_0972": ("ProjectsColumnsCardsCardIdMovesPostBodyType",),
12980
+ ".group_0973": ("ProjectsColumnsCardsCardIdMovesPostResponse201Type",),
12981
+ ".group_0974": (
12958
12982
  "ProjectsColumnsCardsCardIdMovesPostResponse403Type",
12959
12983
  "ProjectsColumnsCardsCardIdMovesPostResponse403PropErrorsItemsType",
12960
12984
  ),
12961
- ".group_0973": (
12985
+ ".group_0975": (
12962
12986
  "ProjectsColumnsCardsCardIdMovesPostResponse503Type",
12963
12987
  "ProjectsColumnsCardsCardIdMovesPostResponse503PropErrorsItemsType",
12964
12988
  ),
12965
- ".group_0974": ("ProjectsColumnsColumnIdPatchBodyType",),
12966
- ".group_0975": ("ProjectsColumnsColumnIdCardsPostBodyOneof0Type",),
12967
- ".group_0976": ("ProjectsColumnsColumnIdCardsPostBodyOneof1Type",),
12968
- ".group_0977": (
12989
+ ".group_0976": ("ProjectsColumnsColumnIdPatchBodyType",),
12990
+ ".group_0977": ("ProjectsColumnsColumnIdCardsPostBodyOneof0Type",),
12991
+ ".group_0978": ("ProjectsColumnsColumnIdCardsPostBodyOneof1Type",),
12992
+ ".group_0979": (
12969
12993
  "ProjectsColumnsColumnIdCardsPostResponse503Type",
12970
12994
  "ProjectsColumnsColumnIdCardsPostResponse503PropErrorsItemsType",
12971
12995
  ),
12972
- ".group_0978": ("ProjectsColumnsColumnIdMovesPostBodyType",),
12973
- ".group_0979": ("ProjectsColumnsColumnIdMovesPostResponse201Type",),
12974
- ".group_0980": ("ProjectsProjectIdDeleteResponse403Type",),
12975
- ".group_0981": ("ProjectsProjectIdPatchBodyType",),
12976
- ".group_0982": ("ProjectsProjectIdPatchResponse403Type",),
12977
- ".group_0983": ("ProjectsProjectIdCollaboratorsUsernamePutBodyType",),
12978
- ".group_0984": ("ProjectsProjectIdColumnsPostBodyType",),
12979
- ".group_0985": ("ReposOwnerRepoDeleteResponse403Type",),
12980
- ".group_0986": (
12996
+ ".group_0980": ("ProjectsColumnsColumnIdMovesPostBodyType",),
12997
+ ".group_0981": ("ProjectsColumnsColumnIdMovesPostResponse201Type",),
12998
+ ".group_0982": ("ProjectsProjectIdDeleteResponse403Type",),
12999
+ ".group_0983": ("ProjectsProjectIdPatchBodyType",),
13000
+ ".group_0984": ("ProjectsProjectIdPatchResponse403Type",),
13001
+ ".group_0985": ("ProjectsProjectIdCollaboratorsUsernamePutBodyType",),
13002
+ ".group_0986": ("ProjectsProjectIdColumnsPostBodyType",),
13003
+ ".group_0987": ("ReposOwnerRepoDeleteResponse403Type",),
13004
+ ".group_0988": (
12981
13005
  "ReposOwnerRepoPatchBodyType",
12982
13006
  "ReposOwnerRepoPatchBodyPropSecurityAndAnalysisType",
12983
13007
  "ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropAdvancedSecurityType",
@@ -12987,61 +13011,61 @@ else:
12987
13011
  "ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningAiDetectionType",
12988
13012
  "ReposOwnerRepoPatchBodyPropSecurityAndAnalysisPropSecretScanningNonProviderPatternsType",
12989
13013
  ),
12990
- ".group_0987": ("ReposOwnerRepoActionsArtifactsGetResponse200Type",),
12991
- ".group_0988": ("ReposOwnerRepoActionsJobsJobIdRerunPostBodyType",),
12992
- ".group_0989": ("ReposOwnerRepoActionsOidcCustomizationSubPutBodyType",),
12993
- ".group_0990": ("ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type",),
12994
- ".group_0991": (
13014
+ ".group_0989": ("ReposOwnerRepoActionsArtifactsGetResponse200Type",),
13015
+ ".group_0990": ("ReposOwnerRepoActionsJobsJobIdRerunPostBodyType",),
13016
+ ".group_0991": ("ReposOwnerRepoActionsOidcCustomizationSubPutBodyType",),
13017
+ ".group_0992": ("ReposOwnerRepoActionsOrganizationSecretsGetResponse200Type",),
13018
+ ".group_0993": (
12995
13019
  "ReposOwnerRepoActionsOrganizationVariablesGetResponse200Type",
12996
13020
  ),
12997
- ".group_0992": ("ReposOwnerRepoActionsPermissionsPutBodyType",),
12998
- ".group_0993": ("ReposOwnerRepoActionsRunnersGetResponse200Type",),
12999
- ".group_0994": ("ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType",),
13000
- ".group_0995": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType",),
13001
- ".group_0996": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType",),
13002
- ".group_0997": ("ReposOwnerRepoActionsRunsGetResponse200Type",),
13003
- ".group_0998": ("ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type",),
13004
- ".group_0999": (
13021
+ ".group_0994": ("ReposOwnerRepoActionsPermissionsPutBodyType",),
13022
+ ".group_0995": ("ReposOwnerRepoActionsRunnersGetResponse200Type",),
13023
+ ".group_0996": ("ReposOwnerRepoActionsRunnersGenerateJitconfigPostBodyType",),
13024
+ ".group_0997": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPutBodyType",),
13025
+ ".group_0998": ("ReposOwnerRepoActionsRunnersRunnerIdLabelsPostBodyType",),
13026
+ ".group_0999": ("ReposOwnerRepoActionsRunsGetResponse200Type",),
13027
+ ".group_1000": ("ReposOwnerRepoActionsRunsRunIdArtifactsGetResponse200Type",),
13028
+ ".group_1001": (
13005
13029
  "ReposOwnerRepoActionsRunsRunIdAttemptsAttemptNumberJobsGetResponse200Type",
13006
13030
  ),
13007
- ".group_1000": ("ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type",),
13008
- ".group_1001": (
13031
+ ".group_1002": ("ReposOwnerRepoActionsRunsRunIdJobsGetResponse200Type",),
13032
+ ".group_1003": (
13009
13033
  "ReposOwnerRepoActionsRunsRunIdPendingDeploymentsPostBodyType",
13010
13034
  ),
13011
- ".group_1002": ("ReposOwnerRepoActionsRunsRunIdRerunPostBodyType",),
13012
- ".group_1003": ("ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType",),
13013
- ".group_1004": ("ReposOwnerRepoActionsSecretsGetResponse200Type",),
13014
- ".group_1005": ("ReposOwnerRepoActionsSecretsSecretNamePutBodyType",),
13015
- ".group_1006": ("ReposOwnerRepoActionsVariablesGetResponse200Type",),
13016
- ".group_1007": ("ReposOwnerRepoActionsVariablesPostBodyType",),
13017
- ".group_1008": ("ReposOwnerRepoActionsVariablesNamePatchBodyType",),
13018
- ".group_1009": (
13035
+ ".group_1004": ("ReposOwnerRepoActionsRunsRunIdRerunPostBodyType",),
13036
+ ".group_1005": ("ReposOwnerRepoActionsRunsRunIdRerunFailedJobsPostBodyType",),
13037
+ ".group_1006": ("ReposOwnerRepoActionsSecretsGetResponse200Type",),
13038
+ ".group_1007": ("ReposOwnerRepoActionsSecretsSecretNamePutBodyType",),
13039
+ ".group_1008": ("ReposOwnerRepoActionsVariablesGetResponse200Type",),
13040
+ ".group_1009": ("ReposOwnerRepoActionsVariablesPostBodyType",),
13041
+ ".group_1010": ("ReposOwnerRepoActionsVariablesNamePatchBodyType",),
13042
+ ".group_1011": (
13019
13043
  "ReposOwnerRepoActionsWorkflowsGetResponse200Type",
13020
13044
  "WorkflowType",
13021
13045
  ),
13022
- ".group_1010": (
13046
+ ".group_1012": (
13023
13047
  "ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyType",
13024
13048
  "ReposOwnerRepoActionsWorkflowsWorkflowIdDispatchesPostBodyPropInputsType",
13025
13049
  ),
13026
- ".group_1011": (
13050
+ ".group_1013": (
13027
13051
  "ReposOwnerRepoActionsWorkflowsWorkflowIdRunsGetResponse200Type",
13028
13052
  ),
13029
- ".group_1012": (
13053
+ ".group_1014": (
13030
13054
  "ReposOwnerRepoAttestationsPostBodyType",
13031
13055
  "ReposOwnerRepoAttestationsPostBodyPropBundleType",
13032
13056
  "ReposOwnerRepoAttestationsPostBodyPropBundlePropVerificationMaterialType",
13033
13057
  "ReposOwnerRepoAttestationsPostBodyPropBundlePropDsseEnvelopeType",
13034
13058
  ),
13035
- ".group_1013": ("ReposOwnerRepoAttestationsPostResponse201Type",),
13036
- ".group_1014": (
13059
+ ".group_1015": ("ReposOwnerRepoAttestationsPostResponse201Type",),
13060
+ ".group_1016": (
13037
13061
  "ReposOwnerRepoAttestationsSubjectDigestGetResponse200Type",
13038
13062
  "ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsType",
13039
13063
  "ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType",
13040
13064
  "ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropVerificationMaterialType",
13041
13065
  "ReposOwnerRepoAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundlePropDsseEnvelopeType",
13042
13066
  ),
13043
- ".group_1015": ("ReposOwnerRepoAutolinksPostBodyType",),
13044
- ".group_1016": (
13067
+ ".group_1017": ("ReposOwnerRepoAutolinksPostBodyType",),
13068
+ ".group_1018": (
13045
13069
  "ReposOwnerRepoBranchesBranchProtectionPutBodyType",
13046
13070
  "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksType",
13047
13071
  "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredStatusChecksPropChecksItemsType",
@@ -13050,356 +13074,362 @@ else:
13050
13074
  "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRequiredPullRequestReviewsPropBypassPullRequestAllowancesType",
13051
13075
  "ReposOwnerRepoBranchesBranchProtectionPutBodyPropRestrictionsType",
13052
13076
  ),
13053
- ".group_1017": (
13077
+ ".group_1019": (
13054
13078
  "ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyType",
13055
13079
  "ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropDismissalRestrictionsType",
13056
13080
  "ReposOwnerRepoBranchesBranchProtectionRequiredPullRequestReviewsPatchBodyPropBypassPullRequestAllowancesType",
13057
13081
  ),
13058
- ".group_1018": (
13082
+ ".group_1020": (
13059
13083
  "ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyType",
13060
13084
  "ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksPatchBodyPropChecksItemsType",
13061
13085
  ),
13062
- ".group_1019": (
13086
+ ".group_1021": (
13063
13087
  "ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPutBodyOneof0Type",
13064
13088
  ),
13065
- ".group_1020": (
13089
+ ".group_1022": (
13066
13090
  "ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsPostBodyOneof0Type",
13067
13091
  ),
13068
- ".group_1021": (
13092
+ ".group_1023": (
13069
13093
  "ReposOwnerRepoBranchesBranchProtectionRequiredStatusChecksContextsDeleteBodyOneof0Type",
13070
13094
  ),
13071
- ".group_1022": (
13095
+ ".group_1024": (
13072
13096
  "ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPutBodyType",
13073
13097
  ),
13074
- ".group_1023": (
13098
+ ".group_1025": (
13075
13099
  "ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsPostBodyType",
13076
13100
  ),
13077
- ".group_1024": (
13101
+ ".group_1026": (
13078
13102
  "ReposOwnerRepoBranchesBranchProtectionRestrictionsAppsDeleteBodyType",
13079
13103
  ),
13080
- ".group_1025": (
13104
+ ".group_1027": (
13081
13105
  "ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPutBodyOneof0Type",
13082
13106
  ),
13083
- ".group_1026": (
13107
+ ".group_1028": (
13084
13108
  "ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsPostBodyOneof0Type",
13085
13109
  ),
13086
- ".group_1027": (
13110
+ ".group_1029": (
13087
13111
  "ReposOwnerRepoBranchesBranchProtectionRestrictionsTeamsDeleteBodyOneof0Type",
13088
13112
  ),
13089
- ".group_1028": (
13113
+ ".group_1030": (
13090
13114
  "ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPutBodyType",
13091
13115
  ),
13092
- ".group_1029": (
13116
+ ".group_1031": (
13093
13117
  "ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersPostBodyType",
13094
13118
  ),
13095
- ".group_1030": (
13119
+ ".group_1032": (
13096
13120
  "ReposOwnerRepoBranchesBranchProtectionRestrictionsUsersDeleteBodyType",
13097
13121
  ),
13098
- ".group_1031": ("ReposOwnerRepoBranchesBranchRenamePostBodyType",),
13099
- ".group_1032": (
13122
+ ".group_1033": ("ReposOwnerRepoBranchesBranchRenamePostBodyType",),
13123
+ ".group_1034": (
13100
13124
  "ReposOwnerRepoCheckRunsPostBodyPropOutputType",
13101
13125
  "ReposOwnerRepoCheckRunsPostBodyPropOutputPropAnnotationsItemsType",
13102
13126
  "ReposOwnerRepoCheckRunsPostBodyPropOutputPropImagesItemsType",
13103
13127
  "ReposOwnerRepoCheckRunsPostBodyPropActionsItemsType",
13104
13128
  ),
13105
- ".group_1033": ("ReposOwnerRepoCheckRunsPostBodyOneof0Type",),
13106
- ".group_1034": ("ReposOwnerRepoCheckRunsPostBodyOneof1Type",),
13107
- ".group_1035": (
13129
+ ".group_1035": ("ReposOwnerRepoCheckRunsPostBodyOneof0Type",),
13130
+ ".group_1036": ("ReposOwnerRepoCheckRunsPostBodyOneof1Type",),
13131
+ ".group_1037": (
13108
13132
  "ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputType",
13109
13133
  "ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropAnnotationsItemsType",
13110
13134
  "ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropOutputPropImagesItemsType",
13111
13135
  "ReposOwnerRepoCheckRunsCheckRunIdPatchBodyPropActionsItemsType",
13112
13136
  ),
13113
- ".group_1036": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0Type",),
13114
- ".group_1037": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1Type",),
13115
- ".group_1038": ("ReposOwnerRepoCheckSuitesPostBodyType",),
13116
- ".group_1039": (
13137
+ ".group_1038": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof0Type",),
13138
+ ".group_1039": ("ReposOwnerRepoCheckRunsCheckRunIdPatchBodyAnyof1Type",),
13139
+ ".group_1040": ("ReposOwnerRepoCheckSuitesPostBodyType",),
13140
+ ".group_1041": (
13117
13141
  "ReposOwnerRepoCheckSuitesPreferencesPatchBodyType",
13118
13142
  "ReposOwnerRepoCheckSuitesPreferencesPatchBodyPropAutoTriggerChecksItemsType",
13119
13143
  ),
13120
- ".group_1040": (
13144
+ ".group_1042": (
13121
13145
  "ReposOwnerRepoCheckSuitesCheckSuiteIdCheckRunsGetResponse200Type",
13122
13146
  ),
13123
- ".group_1041": ("ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType",),
13124
- ".group_1042": (
13147
+ ".group_1043": ("ReposOwnerRepoCodeScanningAlertsAlertNumberPatchBodyType",),
13148
+ ".group_1044": (
13125
13149
  "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof0Type",
13126
13150
  ),
13127
- ".group_1043": (
13151
+ ".group_1045": (
13128
13152
  "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof1Type",
13129
13153
  ),
13130
- ".group_1044": (
13154
+ ".group_1046": (
13131
13155
  "ReposOwnerRepoCodeScanningCodeqlVariantAnalysesPostBodyOneof2Type",
13132
13156
  ),
13133
- ".group_1045": ("ReposOwnerRepoCodeScanningSarifsPostBodyType",),
13134
- ".group_1046": ("ReposOwnerRepoCodespacesGetResponse200Type",),
13135
- ".group_1047": ("ReposOwnerRepoCodespacesPostBodyType",),
13136
- ".group_1048": (
13157
+ ".group_1047": ("ReposOwnerRepoCodeScanningSarifsPostBodyType",),
13158
+ ".group_1048": ("ReposOwnerRepoCodespacesGetResponse200Type",),
13159
+ ".group_1049": ("ReposOwnerRepoCodespacesPostBodyType",),
13160
+ ".group_1050": (
13137
13161
  "ReposOwnerRepoCodespacesDevcontainersGetResponse200Type",
13138
13162
  "ReposOwnerRepoCodespacesDevcontainersGetResponse200PropDevcontainersItemsType",
13139
13163
  ),
13140
- ".group_1049": ("ReposOwnerRepoCodespacesMachinesGetResponse200Type",),
13141
- ".group_1050": (
13164
+ ".group_1051": ("ReposOwnerRepoCodespacesMachinesGetResponse200Type",),
13165
+ ".group_1052": (
13142
13166
  "ReposOwnerRepoCodespacesNewGetResponse200Type",
13143
13167
  "ReposOwnerRepoCodespacesNewGetResponse200PropDefaultsType",
13144
13168
  ),
13145
- ".group_1051": (
13169
+ ".group_1053": (
13146
13170
  "ReposOwnerRepoCodespacesSecretsGetResponse200Type",
13147
13171
  "RepoCodespacesSecretType",
13148
13172
  ),
13149
- ".group_1052": ("ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType",),
13150
- ".group_1053": ("ReposOwnerRepoCollaboratorsUsernamePutBodyType",),
13151
- ".group_1054": ("ReposOwnerRepoCommentsCommentIdPatchBodyType",),
13152
- ".group_1055": ("ReposOwnerRepoCommentsCommentIdReactionsPostBodyType",),
13153
- ".group_1056": ("ReposOwnerRepoCommitsCommitShaCommentsPostBodyType",),
13154
- ".group_1057": ("ReposOwnerRepoCommitsRefCheckRunsGetResponse200Type",),
13155
- ".group_1058": (
13173
+ ".group_1054": ("ReposOwnerRepoCodespacesSecretsSecretNamePutBodyType",),
13174
+ ".group_1055": ("ReposOwnerRepoCollaboratorsUsernamePutBodyType",),
13175
+ ".group_1056": ("ReposOwnerRepoCommentsCommentIdPatchBodyType",),
13176
+ ".group_1057": ("ReposOwnerRepoCommentsCommentIdReactionsPostBodyType",),
13177
+ ".group_1058": ("ReposOwnerRepoCommitsCommitShaCommentsPostBodyType",),
13178
+ ".group_1059": ("ReposOwnerRepoCommitsRefCheckRunsGetResponse200Type",),
13179
+ ".group_1060": (
13156
13180
  "ReposOwnerRepoContentsPathPutBodyType",
13157
13181
  "ReposOwnerRepoContentsPathPutBodyPropCommitterType",
13158
13182
  "ReposOwnerRepoContentsPathPutBodyPropAuthorType",
13159
13183
  ),
13160
- ".group_1059": (
13184
+ ".group_1061": (
13161
13185
  "ReposOwnerRepoContentsPathDeleteBodyType",
13162
13186
  "ReposOwnerRepoContentsPathDeleteBodyPropCommitterType",
13163
13187
  "ReposOwnerRepoContentsPathDeleteBodyPropAuthorType",
13164
13188
  ),
13165
- ".group_1060": ("ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType",),
13166
- ".group_1061": (
13189
+ ".group_1062": ("ReposOwnerRepoDependabotAlertsAlertNumberPatchBodyType",),
13190
+ ".group_1063": (
13167
13191
  "ReposOwnerRepoDependabotSecretsGetResponse200Type",
13168
13192
  "DependabotSecretType",
13169
13193
  ),
13170
- ".group_1062": ("ReposOwnerRepoDependabotSecretsSecretNamePutBodyType",),
13171
- ".group_1063": ("ReposOwnerRepoDependencyGraphSnapshotsPostResponse201Type",),
13172
- ".group_1064": (
13194
+ ".group_1064": ("ReposOwnerRepoDependabotSecretsSecretNamePutBodyType",),
13195
+ ".group_1065": ("ReposOwnerRepoDependencyGraphSnapshotsPostResponse201Type",),
13196
+ ".group_1066": (
13173
13197
  "ReposOwnerRepoDeploymentsPostBodyType",
13174
13198
  "ReposOwnerRepoDeploymentsPostBodyPropPayloadOneof0Type",
13175
13199
  ),
13176
- ".group_1065": ("ReposOwnerRepoDeploymentsPostResponse202Type",),
13177
- ".group_1066": ("ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBodyType",),
13178
- ".group_1067": (
13200
+ ".group_1067": ("ReposOwnerRepoDeploymentsPostResponse202Type",),
13201
+ ".group_1068": ("ReposOwnerRepoDeploymentsDeploymentIdStatusesPostBodyType",),
13202
+ ".group_1069": (
13179
13203
  "ReposOwnerRepoDispatchesPostBodyType",
13180
13204
  "ReposOwnerRepoDispatchesPostBodyPropClientPayloadType",
13181
13205
  ),
13182
- ".group_1068": (
13206
+ ".group_1070": (
13183
13207
  "ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyType",
13184
13208
  "ReposOwnerRepoEnvironmentsEnvironmentNamePutBodyPropReviewersItemsType",
13185
13209
  ),
13186
- ".group_1069": (
13210
+ ".group_1071": (
13187
13211
  "ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentBranchPoliciesGetResponse200Type",
13188
13212
  "DeploymentBranchPolicyType",
13189
13213
  ),
13190
- ".group_1070": (
13214
+ ".group_1072": (
13191
13215
  "ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesPostBodyType",
13192
13216
  ),
13193
- ".group_1071": (
13217
+ ".group_1073": (
13194
13218
  "ReposOwnerRepoEnvironmentsEnvironmentNameDeploymentProtectionRulesAppsGetResponse200Type",
13195
13219
  ),
13196
- ".group_1072": (
13220
+ ".group_1074": (
13197
13221
  "ReposOwnerRepoEnvironmentsEnvironmentNameSecretsGetResponse200Type",
13198
13222
  ),
13199
- ".group_1073": (
13223
+ ".group_1075": (
13200
13224
  "ReposOwnerRepoEnvironmentsEnvironmentNameSecretsSecretNamePutBodyType",
13201
13225
  ),
13202
- ".group_1074": (
13226
+ ".group_1076": (
13203
13227
  "ReposOwnerRepoEnvironmentsEnvironmentNameVariablesGetResponse200Type",
13204
13228
  ),
13205
- ".group_1075": (
13229
+ ".group_1077": (
13206
13230
  "ReposOwnerRepoEnvironmentsEnvironmentNameVariablesPostBodyType",
13207
13231
  ),
13208
- ".group_1076": (
13232
+ ".group_1078": (
13209
13233
  "ReposOwnerRepoEnvironmentsEnvironmentNameVariablesNamePatchBodyType",
13210
13234
  ),
13211
- ".group_1077": ("ReposOwnerRepoForksPostBodyType",),
13212
- ".group_1078": ("ReposOwnerRepoGitBlobsPostBodyType",),
13213
- ".group_1079": (
13235
+ ".group_1079": ("ReposOwnerRepoForksPostBodyType",),
13236
+ ".group_1080": ("ReposOwnerRepoGitBlobsPostBodyType",),
13237
+ ".group_1081": (
13214
13238
  "ReposOwnerRepoGitCommitsPostBodyType",
13215
13239
  "ReposOwnerRepoGitCommitsPostBodyPropAuthorType",
13216
13240
  "ReposOwnerRepoGitCommitsPostBodyPropCommitterType",
13217
13241
  ),
13218
- ".group_1080": ("ReposOwnerRepoGitRefsPostBodyType",),
13219
- ".group_1081": ("ReposOwnerRepoGitRefsRefPatchBodyType",),
13220
- ".group_1082": (
13242
+ ".group_1082": ("ReposOwnerRepoGitRefsPostBodyType",),
13243
+ ".group_1083": ("ReposOwnerRepoGitRefsRefPatchBodyType",),
13244
+ ".group_1084": (
13221
13245
  "ReposOwnerRepoGitTagsPostBodyType",
13222
13246
  "ReposOwnerRepoGitTagsPostBodyPropTaggerType",
13223
13247
  ),
13224
- ".group_1083": (
13248
+ ".group_1085": (
13225
13249
  "ReposOwnerRepoGitTreesPostBodyType",
13226
13250
  "ReposOwnerRepoGitTreesPostBodyPropTreeItemsType",
13227
13251
  ),
13228
- ".group_1084": (
13252
+ ".group_1086": (
13229
13253
  "ReposOwnerRepoHooksPostBodyType",
13230
13254
  "ReposOwnerRepoHooksPostBodyPropConfigType",
13231
13255
  ),
13232
- ".group_1085": ("ReposOwnerRepoHooksHookIdPatchBodyType",),
13233
- ".group_1086": ("ReposOwnerRepoHooksHookIdConfigPatchBodyType",),
13234
- ".group_1087": ("ReposOwnerRepoImportPutBodyType",),
13235
- ".group_1088": ("ReposOwnerRepoImportPatchBodyType",),
13236
- ".group_1089": ("ReposOwnerRepoImportAuthorsAuthorIdPatchBodyType",),
13237
- ".group_1090": ("ReposOwnerRepoImportLfsPatchBodyType",),
13238
- ".group_1091": ("ReposOwnerRepoInteractionLimitsGetResponse200Anyof1Type",),
13239
- ".group_1092": ("ReposOwnerRepoInvitationsInvitationIdPatchBodyType",),
13240
- ".group_1093": (
13256
+ ".group_1087": ("ReposOwnerRepoHooksHookIdPatchBodyType",),
13257
+ ".group_1088": ("ReposOwnerRepoHooksHookIdConfigPatchBodyType",),
13258
+ ".group_1089": ("ReposOwnerRepoImportPutBodyType",),
13259
+ ".group_1090": ("ReposOwnerRepoImportPatchBodyType",),
13260
+ ".group_1091": ("ReposOwnerRepoImportAuthorsAuthorIdPatchBodyType",),
13261
+ ".group_1092": ("ReposOwnerRepoImportLfsPatchBodyType",),
13262
+ ".group_1093": ("ReposOwnerRepoInteractionLimitsGetResponse200Anyof1Type",),
13263
+ ".group_1094": ("ReposOwnerRepoInvitationsInvitationIdPatchBodyType",),
13264
+ ".group_1095": (
13241
13265
  "ReposOwnerRepoIssuesPostBodyType",
13242
13266
  "ReposOwnerRepoIssuesPostBodyPropLabelsItemsOneof1Type",
13243
13267
  ),
13244
- ".group_1094": ("ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType",),
13245
- ".group_1095": ("ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType",),
13246
- ".group_1096": (
13268
+ ".group_1096": ("ReposOwnerRepoIssuesCommentsCommentIdPatchBodyType",),
13269
+ ".group_1097": ("ReposOwnerRepoIssuesCommentsCommentIdReactionsPostBodyType",),
13270
+ ".group_1098": (
13247
13271
  "ReposOwnerRepoIssuesIssueNumberPatchBodyType",
13248
13272
  "ReposOwnerRepoIssuesIssueNumberPatchBodyPropLabelsItemsOneof1Type",
13249
13273
  ),
13250
- ".group_1097": ("ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType",),
13251
- ".group_1098": ("ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType",),
13252
- ".group_1099": ("ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType",),
13253
- ".group_1100": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type",),
13254
- ".group_1101": (
13274
+ ".group_1099": ("ReposOwnerRepoIssuesIssueNumberAssigneesPostBodyType",),
13275
+ ".group_1100": ("ReposOwnerRepoIssuesIssueNumberAssigneesDeleteBodyType",),
13276
+ ".group_1101": ("ReposOwnerRepoIssuesIssueNumberCommentsPostBodyType",),
13277
+ ".group_1102": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof0Type",),
13278
+ ".group_1103": (
13255
13279
  "ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2Type",
13256
13280
  "ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof2PropLabelsItemsType",
13257
13281
  ),
13258
- ".group_1102": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3ItemsType",),
13259
- ".group_1103": ("ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type",),
13260
- ".group_1104": (
13282
+ ".group_1104": ("ReposOwnerRepoIssuesIssueNumberLabelsPutBodyOneof3ItemsType",),
13283
+ ".group_1105": ("ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof0Type",),
13284
+ ".group_1106": (
13261
13285
  "ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2Type",
13262
13286
  "ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof2PropLabelsItemsType",
13263
13287
  ),
13264
- ".group_1105": (
13288
+ ".group_1107": (
13265
13289
  "ReposOwnerRepoIssuesIssueNumberLabelsPostBodyOneof3ItemsType",
13266
13290
  ),
13267
- ".group_1106": ("ReposOwnerRepoIssuesIssueNumberLockPutBodyType",),
13268
- ".group_1107": ("ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType",),
13269
- ".group_1108": ("ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType",),
13270
- ".group_1109": ("ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType",),
13271
- ".group_1110": (
13291
+ ".group_1108": ("ReposOwnerRepoIssuesIssueNumberLockPutBodyType",),
13292
+ ".group_1109": ("ReposOwnerRepoIssuesIssueNumberReactionsPostBodyType",),
13293
+ ".group_1110": ("ReposOwnerRepoIssuesIssueNumberSubIssueDeleteBodyType",),
13294
+ ".group_1111": ("ReposOwnerRepoIssuesIssueNumberSubIssuesPostBodyType",),
13295
+ ".group_1112": (
13272
13296
  "ReposOwnerRepoIssuesIssueNumberSubIssuesPriorityPatchBodyType",
13273
13297
  ),
13274
- ".group_1111": ("ReposOwnerRepoKeysPostBodyType",),
13275
- ".group_1112": ("ReposOwnerRepoLabelsPostBodyType",),
13276
- ".group_1113": ("ReposOwnerRepoLabelsNamePatchBodyType",),
13277
- ".group_1114": ("ReposOwnerRepoMergeUpstreamPostBodyType",),
13278
- ".group_1115": ("ReposOwnerRepoMergesPostBodyType",),
13279
- ".group_1116": ("ReposOwnerRepoMilestonesPostBodyType",),
13280
- ".group_1117": ("ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType",),
13281
- ".group_1118": ("ReposOwnerRepoNotificationsPutBodyType",),
13282
- ".group_1119": ("ReposOwnerRepoNotificationsPutResponse202Type",),
13283
- ".group_1120": ("ReposOwnerRepoPagesPutBodyPropSourceAnyof1Type",),
13284
- ".group_1121": ("ReposOwnerRepoPagesPutBodyAnyof0Type",),
13285
- ".group_1122": ("ReposOwnerRepoPagesPutBodyAnyof1Type",),
13286
- ".group_1123": ("ReposOwnerRepoPagesPutBodyAnyof2Type",),
13287
- ".group_1124": ("ReposOwnerRepoPagesPutBodyAnyof3Type",),
13288
- ".group_1125": ("ReposOwnerRepoPagesPutBodyAnyof4Type",),
13289
- ".group_1126": ("ReposOwnerRepoPagesPostBodyPropSourceType",),
13290
- ".group_1127": ("ReposOwnerRepoPagesPostBodyAnyof0Type",),
13291
- ".group_1128": ("ReposOwnerRepoPagesPostBodyAnyof1Type",),
13292
- ".group_1129": ("ReposOwnerRepoPagesDeploymentsPostBodyType",),
13293
- ".group_1130": (
13298
+ ".group_1113": ("ReposOwnerRepoKeysPostBodyType",),
13299
+ ".group_1114": ("ReposOwnerRepoLabelsPostBodyType",),
13300
+ ".group_1115": ("ReposOwnerRepoLabelsNamePatchBodyType",),
13301
+ ".group_1116": ("ReposOwnerRepoMergeUpstreamPostBodyType",),
13302
+ ".group_1117": ("ReposOwnerRepoMergesPostBodyType",),
13303
+ ".group_1118": ("ReposOwnerRepoMilestonesPostBodyType",),
13304
+ ".group_1119": ("ReposOwnerRepoMilestonesMilestoneNumberPatchBodyType",),
13305
+ ".group_1120": ("ReposOwnerRepoNotificationsPutBodyType",),
13306
+ ".group_1121": ("ReposOwnerRepoNotificationsPutResponse202Type",),
13307
+ ".group_1122": ("ReposOwnerRepoPagesPutBodyPropSourceAnyof1Type",),
13308
+ ".group_1123": ("ReposOwnerRepoPagesPutBodyAnyof0Type",),
13309
+ ".group_1124": ("ReposOwnerRepoPagesPutBodyAnyof1Type",),
13310
+ ".group_1125": ("ReposOwnerRepoPagesPutBodyAnyof2Type",),
13311
+ ".group_1126": ("ReposOwnerRepoPagesPutBodyAnyof3Type",),
13312
+ ".group_1127": ("ReposOwnerRepoPagesPutBodyAnyof4Type",),
13313
+ ".group_1128": ("ReposOwnerRepoPagesPostBodyPropSourceType",),
13314
+ ".group_1129": ("ReposOwnerRepoPagesPostBodyAnyof0Type",),
13315
+ ".group_1130": ("ReposOwnerRepoPagesPostBodyAnyof1Type",),
13316
+ ".group_1131": ("ReposOwnerRepoPagesDeploymentsPostBodyType",),
13317
+ ".group_1132": (
13294
13318
  "ReposOwnerRepoPrivateVulnerabilityReportingGetResponse200Type",
13295
13319
  ),
13296
- ".group_1131": ("ReposOwnerRepoProjectsPostBodyType",),
13297
- ".group_1132": ("ReposOwnerRepoPropertiesValuesPatchBodyType",),
13298
- ".group_1133": ("ReposOwnerRepoPullsPostBodyType",),
13299
- ".group_1134": ("ReposOwnerRepoPullsCommentsCommentIdPatchBodyType",),
13300
- ".group_1135": ("ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType",),
13301
- ".group_1136": ("ReposOwnerRepoPullsPullNumberPatchBodyType",),
13302
- ".group_1137": ("ReposOwnerRepoPullsPullNumberCodespacesPostBodyType",),
13303
- ".group_1138": ("ReposOwnerRepoPullsPullNumberCommentsPostBodyType",),
13304
- ".group_1139": (
13320
+ ".group_1133": ("ReposOwnerRepoProjectsPostBodyType",),
13321
+ ".group_1134": ("ReposOwnerRepoPropertiesValuesPatchBodyType",),
13322
+ ".group_1135": ("ReposOwnerRepoPullsPostBodyType",),
13323
+ ".group_1136": ("ReposOwnerRepoPullsCommentsCommentIdPatchBodyType",),
13324
+ ".group_1137": ("ReposOwnerRepoPullsCommentsCommentIdReactionsPostBodyType",),
13325
+ ".group_1138": ("ReposOwnerRepoPullsPullNumberPatchBodyType",),
13326
+ ".group_1139": ("ReposOwnerRepoPullsPullNumberCodespacesPostBodyType",),
13327
+ ".group_1140": ("ReposOwnerRepoPullsPullNumberCommentsPostBodyType",),
13328
+ ".group_1141": (
13305
13329
  "ReposOwnerRepoPullsPullNumberCommentsCommentIdRepliesPostBodyType",
13306
13330
  ),
13307
- ".group_1140": ("ReposOwnerRepoPullsPullNumberMergePutBodyType",),
13308
- ".group_1141": ("ReposOwnerRepoPullsPullNumberMergePutResponse405Type",),
13309
- ".group_1142": ("ReposOwnerRepoPullsPullNumberMergePutResponse409Type",),
13310
- ".group_1143": (
13331
+ ".group_1142": ("ReposOwnerRepoPullsPullNumberMergePutBodyType",),
13332
+ ".group_1143": ("ReposOwnerRepoPullsPullNumberMergePutResponse405Type",),
13333
+ ".group_1144": ("ReposOwnerRepoPullsPullNumberMergePutResponse409Type",),
13334
+ ".group_1145": (
13311
13335
  "ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof0Type",
13312
13336
  ),
13313
- ".group_1144": (
13337
+ ".group_1146": (
13314
13338
  "ReposOwnerRepoPullsPullNumberRequestedReviewersPostBodyAnyof1Type",
13315
13339
  ),
13316
- ".group_1145": (
13340
+ ".group_1147": (
13317
13341
  "ReposOwnerRepoPullsPullNumberRequestedReviewersDeleteBodyType",
13318
13342
  ),
13319
- ".group_1146": (
13343
+ ".group_1148": (
13320
13344
  "ReposOwnerRepoPullsPullNumberReviewsPostBodyType",
13321
13345
  "ReposOwnerRepoPullsPullNumberReviewsPostBodyPropCommentsItemsType",
13322
13346
  ),
13323
- ".group_1147": ("ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType",),
13324
- ".group_1148": (
13347
+ ".group_1149": ("ReposOwnerRepoPullsPullNumberReviewsReviewIdPutBodyType",),
13348
+ ".group_1150": (
13325
13349
  "ReposOwnerRepoPullsPullNumberReviewsReviewIdDismissalsPutBodyType",
13326
13350
  ),
13327
- ".group_1149": (
13351
+ ".group_1151": (
13328
13352
  "ReposOwnerRepoPullsPullNumberReviewsReviewIdEventsPostBodyType",
13329
13353
  ),
13330
- ".group_1150": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType",),
13331
- ".group_1151": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type",),
13332
- ".group_1152": ("ReposOwnerRepoReleasesPostBodyType",),
13333
- ".group_1153": ("ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType",),
13334
- ".group_1154": ("ReposOwnerRepoReleasesGenerateNotesPostBodyType",),
13335
- ".group_1155": ("ReposOwnerRepoReleasesReleaseIdPatchBodyType",),
13336
- ".group_1156": ("ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType",),
13337
- ".group_1157": ("ReposOwnerRepoRulesetsPostBodyType",),
13338
- ".group_1158": ("ReposOwnerRepoRulesetsRulesetIdPutBodyType",),
13339
- ".group_1159": ("ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyType",),
13340
- ".group_1160": (
13354
+ ".group_1152": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutBodyType",),
13355
+ ".group_1153": ("ReposOwnerRepoPullsPullNumberUpdateBranchPutResponse202Type",),
13356
+ ".group_1154": ("ReposOwnerRepoReleasesPostBodyType",),
13357
+ ".group_1155": ("ReposOwnerRepoReleasesAssetsAssetIdPatchBodyType",),
13358
+ ".group_1156": ("ReposOwnerRepoReleasesGenerateNotesPostBodyType",),
13359
+ ".group_1157": ("ReposOwnerRepoReleasesReleaseIdPatchBodyType",),
13360
+ ".group_1158": ("ReposOwnerRepoReleasesReleaseIdReactionsPostBodyType",),
13361
+ ".group_1159": ("ReposOwnerRepoRulesetsPostBodyType",),
13362
+ ".group_1160": ("ReposOwnerRepoRulesetsRulesetIdPutBodyType",),
13363
+ ".group_1161": ("ReposOwnerRepoSecretScanningAlertsAlertNumberPatchBodyType",),
13364
+ ".group_1162": (
13341
13365
  "ReposOwnerRepoSecretScanningPushProtectionBypassesPostBodyType",
13342
13366
  ),
13343
- ".group_1161": ("ReposOwnerRepoStatusesShaPostBodyType",),
13344
- ".group_1162": ("ReposOwnerRepoSubscriptionPutBodyType",),
13345
- ".group_1163": ("ReposOwnerRepoTagsProtectionPostBodyType",),
13346
- ".group_1164": ("ReposOwnerRepoTopicsPutBodyType",),
13347
- ".group_1165": ("ReposOwnerRepoTransferPostBodyType",),
13348
- ".group_1166": ("ReposTemplateOwnerTemplateRepoGeneratePostBodyType",),
13349
- ".group_1167": ("TeamsTeamIdPatchBodyType",),
13350
- ".group_1168": ("TeamsTeamIdDiscussionsPostBodyType",),
13351
- ".group_1169": ("TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType",),
13352
- ".group_1170": ("TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType",),
13353
- ".group_1171": (
13367
+ ".group_1163": ("ReposOwnerRepoStatusesShaPostBodyType",),
13368
+ ".group_1164": ("ReposOwnerRepoSubscriptionPutBodyType",),
13369
+ ".group_1165": ("ReposOwnerRepoTagsProtectionPostBodyType",),
13370
+ ".group_1166": ("ReposOwnerRepoTopicsPutBodyType",),
13371
+ ".group_1167": ("ReposOwnerRepoTransferPostBodyType",),
13372
+ ".group_1168": ("ReposTemplateOwnerTemplateRepoGeneratePostBodyType",),
13373
+ ".group_1169": ("TeamsTeamIdPatchBodyType",),
13374
+ ".group_1170": ("TeamsTeamIdDiscussionsPostBodyType",),
13375
+ ".group_1171": ("TeamsTeamIdDiscussionsDiscussionNumberPatchBodyType",),
13376
+ ".group_1172": ("TeamsTeamIdDiscussionsDiscussionNumberCommentsPostBodyType",),
13377
+ ".group_1173": (
13354
13378
  "TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberPatchBodyType",
13355
13379
  ),
13356
- ".group_1172": (
13380
+ ".group_1174": (
13357
13381
  "TeamsTeamIdDiscussionsDiscussionNumberCommentsCommentNumberReactionsPostBodyType",
13358
13382
  ),
13359
- ".group_1173": ("TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType",),
13360
- ".group_1174": ("TeamsTeamIdMembershipsUsernamePutBodyType",),
13361
- ".group_1175": ("TeamsTeamIdProjectsProjectIdPutBodyType",),
13362
- ".group_1176": ("TeamsTeamIdProjectsProjectIdPutResponse403Type",),
13363
- ".group_1177": ("TeamsTeamIdReposOwnerRepoPutBodyType",),
13364
- ".group_1178": ("UserPatchBodyType",),
13365
- ".group_1179": ("UserCodespacesGetResponse200Type",),
13366
- ".group_1180": ("UserCodespacesPostBodyOneof0Type",),
13367
- ".group_1181": (
13383
+ ".group_1175": ("TeamsTeamIdDiscussionsDiscussionNumberReactionsPostBodyType",),
13384
+ ".group_1176": ("TeamsTeamIdMembershipsUsernamePutBodyType",),
13385
+ ".group_1177": ("TeamsTeamIdProjectsProjectIdPutBodyType",),
13386
+ ".group_1178": ("TeamsTeamIdProjectsProjectIdPutResponse403Type",),
13387
+ ".group_1179": ("TeamsTeamIdReposOwnerRepoPutBodyType",),
13388
+ ".group_1180": ("UserPatchBodyType",),
13389
+ ".group_1181": ("UserCodespacesGetResponse200Type",),
13390
+ ".group_1182": ("UserCodespacesPostBodyOneof0Type",),
13391
+ ".group_1183": (
13368
13392
  "UserCodespacesPostBodyOneof1Type",
13369
13393
  "UserCodespacesPostBodyOneof1PropPullRequestType",
13370
13394
  ),
13371
- ".group_1182": (
13395
+ ".group_1184": (
13372
13396
  "UserCodespacesSecretsGetResponse200Type",
13373
13397
  "CodespacesSecretType",
13374
13398
  ),
13375
- ".group_1183": ("UserCodespacesSecretsSecretNamePutBodyType",),
13376
- ".group_1184": (
13399
+ ".group_1185": ("UserCodespacesSecretsSecretNamePutBodyType",),
13400
+ ".group_1186": (
13377
13401
  "UserCodespacesSecretsSecretNameRepositoriesGetResponse200Type",
13378
13402
  ),
13379
- ".group_1185": ("UserCodespacesSecretsSecretNameRepositoriesPutBodyType",),
13380
- ".group_1186": ("UserCodespacesCodespaceNamePatchBodyType",),
13381
- ".group_1187": ("UserCodespacesCodespaceNameMachinesGetResponse200Type",),
13382
- ".group_1188": ("UserCodespacesCodespaceNamePublishPostBodyType",),
13383
- ".group_1189": ("UserEmailVisibilityPatchBodyType",),
13384
- ".group_1190": ("UserEmailsPostBodyOneof0Type",),
13385
- ".group_1191": ("UserEmailsDeleteBodyOneof0Type",),
13386
- ".group_1192": ("UserGpgKeysPostBodyType",),
13387
- ".group_1193": ("UserInstallationsGetResponse200Type",),
13388
- ".group_1194": (
13403
+ ".group_1187": ("UserCodespacesSecretsSecretNameRepositoriesPutBodyType",),
13404
+ ".group_1188": ("UserCodespacesCodespaceNamePatchBodyType",),
13405
+ ".group_1189": ("UserCodespacesCodespaceNameMachinesGetResponse200Type",),
13406
+ ".group_1190": ("UserCodespacesCodespaceNamePublishPostBodyType",),
13407
+ ".group_1191": ("UserEmailVisibilityPatchBodyType",),
13408
+ ".group_1192": ("UserEmailsPostBodyOneof0Type",),
13409
+ ".group_1193": ("UserEmailsDeleteBodyOneof0Type",),
13410
+ ".group_1194": ("UserGpgKeysPostBodyType",),
13411
+ ".group_1195": ("UserInstallationsGetResponse200Type",),
13412
+ ".group_1196": (
13389
13413
  "UserInstallationsInstallationIdRepositoriesGetResponse200Type",
13390
13414
  ),
13391
- ".group_1195": ("UserInteractionLimitsGetResponse200Anyof1Type",),
13392
- ".group_1196": ("UserKeysPostBodyType",),
13393
- ".group_1197": ("UserMembershipsOrgsOrgPatchBodyType",),
13394
- ".group_1198": ("UserMigrationsPostBodyType",),
13395
- ".group_1199": ("UserProjectsPostBodyType",),
13396
- ".group_1200": ("UserReposPostBodyType",),
13397
- ".group_1201": ("UserSocialAccountsPostBodyType",),
13398
- ".group_1202": ("UserSocialAccountsDeleteBodyType",),
13399
- ".group_1203": ("UserSshSigningKeysPostBodyType",),
13400
- ".group_1204": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type",),
13401
- ".group_1205": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type",),
13402
- ".group_1206": (
13415
+ ".group_1197": ("UserInteractionLimitsGetResponse200Anyof1Type",),
13416
+ ".group_1198": ("UserKeysPostBodyType",),
13417
+ ".group_1199": ("UserMembershipsOrgsOrgPatchBodyType",),
13418
+ ".group_1200": ("UserMigrationsPostBodyType",),
13419
+ ".group_1201": ("UserProjectsPostBodyType",),
13420
+ ".group_1202": ("UserReposPostBodyType",),
13421
+ ".group_1203": ("UserSocialAccountsPostBodyType",),
13422
+ ".group_1204": ("UserSocialAccountsDeleteBodyType",),
13423
+ ".group_1205": ("UserSshSigningKeysPostBodyType",),
13424
+ ".group_1206": ("UsersUsernameAttestationsBulkListPostBodyType",),
13425
+ ".group_1207": (
13426
+ "UsersUsernameAttestationsBulkListPostResponse200Type",
13427
+ "UsersUsernameAttestationsBulkListPostResponse200PropAttestationsSubjectDigestsType",
13428
+ "UsersUsernameAttestationsBulkListPostResponse200PropPageInfoType",
13429
+ ),
13430
+ ".group_1208": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof0Type",),
13431
+ ".group_1209": ("UsersUsernameAttestationsDeleteRequestPostBodyOneof1Type",),
13432
+ ".group_1210": (
13403
13433
  "UsersUsernameAttestationsSubjectDigestGetResponse200Type",
13404
13434
  "UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsType",
13405
13435
  "UsersUsernameAttestationsSubjectDigestGetResponse200PropAttestationsItemsPropBundleType",